From 8c95e2a029a61d3420adf1d4aa197415b06425c0 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Sun, 23 Jul 2023 22:50:42 +0100 Subject: [PATCH] v1.182.0 --- actions.html | 2 +- adventures.html | 2 +- backgrounds.html | 2 +- bestiary.html | 2 +- books.html | 2 +- charcreationoptions.html | 2 +- classes.html | 2 +- conditionsdiseases.html | 2 +- crcalculator.html | 2 +- css/dmscreen.css | 2 +- css/main.css | 2 +- css/maps.css | 2 +- cultsboons.html | 2 +- data/adventure/adventure-crcotn.json | 42 +- data/adventure/adventure-dd.json | 2 +- data/adventure/adventure-idrotf.json | 14 +- data/adventure/adventure-imr.json | 6 +- data/adventure/adventure-llk.json | 1006 +++++++++++++ data/adventure/adventure-slw.json | 2 +- data/adventure/adventure-toa.json | 4 +- data/adventure/adventure-us.json | 4 +- data/adventures.json | 3 + data/backgrounds.json | 30 +- data/bestiary/bestiary-crcotn.json | 4 +- data/bestiary/bestiary-dsotdq.json | 2 +- data/bestiary/bestiary-idrotf.json | 1 - data/bestiary/bestiary-jttrc.json | 2 +- data/bestiary/bestiary-kftgv.json | 4 - data/bestiary/bestiary-mabjov.json | 2 +- data/bestiary/bestiary-mpmm.json | 94 +- data/bestiary/bestiary-oota.json | 167 ++- data/bestiary/bestiary-oow.json | 4 + data/bestiary/bestiary-skt.json | 18 +- data/bestiary/bestiary-wdmm.json | 4 +- data/bestiary/fluff-bestiary-crcotn.json | 2 +- data/bestiary/{traits.json => template.json} | 90 +- data/book/book-mot.json | 2 +- data/book/book-vgm.json | 18 +- data/changelog.json | 6 + data/class/class-monk.json | 2 +- data/class/class-rogue.json | 2 +- data/class/foundry.json | 15 +- data/encounters.json | 2 +- data/feats.json | 6 +- data/generated/gendata-maps.json | 2 +- data/generated/gendata-tables.json | 2 +- data/items.json | 17 +- data/races.json | 4 +- decks.html | 2 +- deities.html | 2 +- dmscreen.html | 1 - feats.html | 2 +- img/CRCotN/{Foghomer.png => Foghome.png} | Bin img/ToA/Wine Weird.png | Bin 99879 -> 527947 bytes img/adventure/CoS/128-cos1501.jpg | Bin 3724048 -> 2193843 bytes img/adventure/GoS/thumbnail/099-09-dm.webp | Bin 15994 -> 15942 bytes img/adventure/GoS/thumbnail/102-11-dm.webp | Bin 15198 -> 15078 bytes img/adventure/GoS/thumbnail/105-08-dm.webp | Bin 16422 -> 16362 bytes img/adventure/IMR/thumbnail/038-map-1-3.webp | Bin 0 -> 25324 bytes img/adventure/LLK/daoine-colors-final.webp | Bin 0 -> 4080354 bytes .../LLK/daoinegloineplayershandout.webp | Bin 0 -> 1935948 bytes .../LLK/thumbnail/daoine-colors-final.webp | Bin 0 -> 22198 bytes img/blank-friendly.png | Bin 0 -> 75217 bytes img/book/OGA/001.webp | Bin 97496 -> 231130 bytes img/book/OGA/002.webp | Bin 18552 -> 29262 bytes img/book/OGA/003.webp | Bin 21118 -> 32326 bytes img/book/OGA/004.webp | Bin 13692 -> 30274 bytes img/book/OGA/005.webp | Bin 59054 -> 74382 bytes index.html | 44 +- inittrackerplayerview.html | 34 +- items.html | 8 +- js/actions.js | 6 +- js/adventures.js | 6 +- js/backgrounds.js | 2 +- js/bestiary-encounterbuilder.js | 62 +- js/bestiary.js | 20 +- js/blocklist-ui.js | 8 +- js/books.js | 4 +- js/bookslist.js | 2 +- js/charcreationoptions.js | 6 +- js/classes.js | 4 +- js/conditionsdiseases.js | 6 +- js/converter-creature.js | 2 +- js/cultsboons.js | 10 +- js/decks.js | 4 +- js/deities.js | 6 +- js/dmscreen.js | 453 +++--- js/dmscreen/dmscreen-consts.js | 1 + js/dmscreen/dmscreen-counter.js | 6 +- ...mscreen-initiativetrackercreatureviewer.js | 209 +++ js/dmscreen/dmscreen-mapper.js | 4 +- js/dmscreen/dmscreen-panels.js | 165 +++ .../dmscreen-playerinitiativetracker.js | 52 +- js/dmscreen/dmscreen-timetracker.js | 74 +- js/dmscreen/dmscreen-util.js | 25 + .../dmscreen-initiativetracker-condition.js | 12 + ...dmscreen-initiativetracker-conditionadd.js | 284 +++- ...creen-initiativetracker-conditioncustom.js | 112 ++ .../dmscreen-initiativetracker-consts.js | 4 + ...dmscreen-initiativetracker-defaultparty.js | 99 ++ ...en-initiativetracker-encounterconverter.js | 196 ++- ...screen-initiativetracker-importsettings.js | 2 +- .../dmscreen-initiativetracker-monsteradd.js | 245 +++- .../dmscreen-initiativetracker-networking.js | 179 ++- .../dmscreen-initiativetracker-roller.js | 22 +- .../dmscreen-initiativetracker-rows.js | 78 - .../dmscreen-initiativetracker-rowsactive.js | 477 +++++++ .../dmscreen-initiativetracker-rowsbase.js | 389 +++++ ...reen-initiativetracker-rowsdefaultparty.js | 82 ++ ...creen-initiativetracker-rowstatebuilder.js | 280 ++++ .../dmscreen-initiativetracker-serial.js | 144 ++ .../dmscreen-initiativetracker-settings.js | 79 +- .../dmscreen-initiativetracker-sort.js | 65 + .../dmscreen-initiativetracker-statcolumns.js | 514 +++++-- .../dmscreen-initiativetracker-util.js | 41 +- .../dmscreen-initiativetracker.js | 1258 ++++++----------- js/feats.js | 2 +- js/filter-backgrounds.js | 11 +- js/filter-bestiary.js | 4 +- js/filter-classes-raw.js | 4 +- js/filter-feats.js | 2 +- js/filter-items.js | 2 +- js/filter-optionalfeatures.js | 8 +- js/filter-races.js | 6 +- js/filter-spells.js | 10 +- js/filter.js | 4 +- .../initiativetracker-player.js | 290 ++++ .../initiativetracker-utils.js | 198 +++ js/initiativetrackerutils.js | 410 ------ js/inittrackerplayerview.js | 19 +- js/items.js | 20 +- js/languages.js | 10 +- js/listpage.js | 18 +- js/lootgen-ui.js | 2 +- js/makebrew-creature.js | 6 +- js/makebrew.js | 2 +- js/makecards.js | 8 +- js/maps.js | 60 +- js/objects.js | 6 +- js/omnisearch.js | 4 +- js/optionalfeatures.js | 14 +- js/psionics.js | 6 +- js/races.js | 6 +- js/recipes.js | 6 +- js/render-decks.js | 2 +- js/render-dice.js | 8 +- js/render-map.js | 2 +- js/render-markdown.js | 20 +- js/render.js | 317 +++-- js/rewards.js | 6 +- js/spells.js | 18 +- js/statgen-ui.js | 44 +- js/tables.js | 2 +- js/trapshazards.js | 6 +- js/utils-brew.js | 52 +- js/utils-list.js | 8 +- js/utils-proporder.js | 1 + js/utils-ui.js | 337 +++-- js/utils.js | 230 ++- js/variantrules.js | 6 +- js/vehicles.js | 6 +- languages.html | 2 +- makebrew.html | 2 +- maps.html | 4 +- node/generate-seo.js | 2 +- node/util.js | 10 +- objects.html | 2 +- optionalfeatures.html | 2 +- package-lock.json | 18 +- package.json | 4 +- psionics.html | 2 +- races.html | 2 +- rewards.html | 2 +- scss/dmscreen.scss | 2 - .../includes/dmscreen-initiative-tracker.scss | 71 +- scss/includes/render.scss | 7 +- scss/includes/style.scss | 34 +- scss/includes/util-spacing.scss | 8 + scss/includes/util.scss | 14 +- scss/maps.scss | 15 + search/index-foundry.json | 2 +- search/index.json | 2 +- spells.html | 2 +- tables.html | 2 +- test/test-adventure-book-contents.js | 31 + test/test-all.js | 1 + test/test-tags.js | 2 +- trapshazards.html | 2 +- variantrules.html | 2 +- vehicles.html | 2 +- 190 files changed, 7123 insertions(+), 2734 deletions(-) rename data/bestiary/{traits.json => template.json} (97%) rename img/CRCotN/{Foghomer.png => Foghome.png} (100%) create mode 100644 img/adventure/IMR/thumbnail/038-map-1-3.webp create mode 100644 img/adventure/LLK/daoine-colors-final.webp create mode 100644 img/adventure/LLK/daoinegloineplayershandout.webp create mode 100644 img/adventure/LLK/thumbnail/daoine-colors-final.webp create mode 100644 img/blank-friendly.png create mode 100644 js/dmscreen/dmscreen-initiativetrackercreatureviewer.js create mode 100644 js/dmscreen/dmscreen-panels.js create mode 100644 js/dmscreen/dmscreen-util.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-condition.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-conditioncustom.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-defaultparty.js delete mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-rows.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-rowsactive.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-rowsbase.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-rowsdefaultparty.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-rowstatebuilder.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-serial.js create mode 100644 js/dmscreen/initiativetracker/dmscreen-initiativetracker-sort.js create mode 100644 js/initiativetracker/initiativetracker-player.js create mode 100644 js/initiativetracker/initiativetracker-utils.js delete mode 100644 js/initiativetrackerutils.js create mode 100644 test/test-adventure-book-contents.js diff --git a/actions.html b/actions.html index 15443e35a0..c0077e976d 100644 --- a/actions.html +++ b/actions.html @@ -118,7 +118,7 @@

Actions

-
+
diff --git a/adventures.html b/adventures.html index 5e57d06f8f..6746dd4476 100644 --- a/adventures.html +++ b/adventures.html @@ -90,7 +90,7 @@

Adventures

-
+
diff --git a/backgrounds.html b/backgrounds.html index e12f5bef9d..6e12e161a3 100644 --- a/backgrounds.html +++ b/backgrounds.html @@ -120,7 +120,7 @@

Backgrounds

-
+
diff --git a/bestiary.html b/bestiary.html index 3b7b1e15de..49433d9b40 100644 --- a/bestiary.html +++ b/bestiary.html @@ -149,7 +149,7 @@

Bestiary

-
+
-
+
diff --git a/charcreationoptions.html b/charcreationoptions.html index 3893142aff..9dfde3fa9d 100644 --- a/charcreationoptions.html +++ b/charcreationoptions.html @@ -119,7 +119,7 @@

Other Character Creation Options

-
+
diff --git a/classes.html b/classes.html index 86fbbe99b8..5459502e03 100644 --- a/classes.html +++ b/classes.html @@ -103,7 +103,7 @@

Classes


-
+
diff --git a/conditionsdiseases.html b/conditionsdiseases.html index 4d66876aaf..b391f8cf57 100644 --- a/conditionsdiseases.html +++ b/conditionsdiseases.html @@ -119,7 +119,7 @@

Conditions & Diseases

-
+
diff --git a/crcalculator.html b/crcalculator.html index 42b614d8d8..d5b412a1fe 100644 --- a/crcalculator.html +++ b/crcalculator.html @@ -169,7 +169,7 @@

Instructions

-
+

Monster Statistics by Challenge Rating

diff --git a/css/dmscreen.css b/css/dmscreen.css index ec6252231c..82eb3394ab 100644 --- a/css/dmscreen.css +++ b/css/dmscreen.css @@ -1 +1 @@ -@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}label{margin-bottom:0;font-weight:initial}.dms__tab_hidden{display:none !important}.dm__panel-bg{background:#fff}.dm-screen{width:100%;height:100%;display:grid;grid-gap:7px;grid-auto-columns:1fr;grid-auto-rows:1fr;position:relative}.dm-screen-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.dm-screen-panel{position:relative;background-color:#f0f0f0}.dm-screen-panel.faux-hover{background:#e0e0e0}.dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{background:rgba(224,224,224,.5019607843)}.dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.panel-control-bar{position:absolute;z-index:56;right:11px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding-left:3px;opacity:.2;transition:opacity .1s;background:rgba(128,128,128,.5019607843)}.dm-screen-panel[empty=true] .panel-control-bar{display:none}.panel-control-bar.move-expand-active{display:none}.panel-control-bar:hover{opacity:1;transition:opacity .1s}.panel-control-title{opacity:.05;right:initial;left:0;border-bottom-left-radius:0;border-bottom-right-radius:5px;padding:0 4px;font-family:"Times New Roman",serif;font-variant:small-caps;color:#fff;user-select:none;background:rgba(128,128,128,.6274509804);cursor:pointer}.panel-control-title--bumped{top:20px;border-top-right-radius:5px;opacity:1}.panel-control-addtab{right:initial;bottom:0;left:0;border-bottom-left-radius:0;border-top-right-radius:5px}.panel-control-icon:first-of-type{margin-left:auto}.panel-control-icon{top:0;margin-right:2px;padding:2px;cursor:pointer;font-size:12px;user-select:none;color:rgba(255,255,255,.7)}.panel-add{display:flex;justify-content:center;align-items:center;font-size:5rem;color:#ccc}.btn-panel-add{padding:3px 3px 5px 6px;display:block;border-radius:5px;cursor:pointer;user-select:none;border:1px solid #ccc}.btn-panel-add:hover,.btn-panel-add.faux-hover{background:#e0e0e0}.board-content-hovering .btn-panel-add{display:none !important}.board-content-hovering .panel-control-bar{display:none !important}.panel-content-wrapper{position:relative;width:100%;height:100%;padding-right:-9px;box-sizing:content-box;box-shadow:inset 0 0 10px 0 rgba(144,144,144,.6901960784)}.panel-content-wrapper.panel-content-wrapper-tabs{height:calc(100% - 20px);margin-bottom:20px}.pnl-content-tab-bar-hidden .panel-content-wrapper.panel-content-wrapper-tabs{height:100%;margin-bottom:0}.sidemenu__history-item .panel-content-wrapper.panel-content-wrapper-tabs{height:100%;margin-bottom:0}.pnl-content-tab-bar-hidden .content-tab-bar{display:none !important}.content-tab-bar{position:absolute;bottom:0;height:20px;width:100%;border-top:1px solid #ccc;background:#fff}.night-mode .content-tab-bar{border-color:#555}.content-tab-bar-inner{display:flex;overflow:hidden}.content-tab{margin:0;padding:1px 3px;font-size:12px;border-top:0;border-top-left-radius:0;border-top-right-radius:0}.content-tab-title{max-width:80px;display:block}.content-tab-remove{top:2px;margin-left:3px}.panel-mode-move .panel-content-wrapper{overflow-y:hidden}.panel-content-hovering>*{box-shadow:0 0 12px 0 rgba(0,0,0,.6274509804)}.panel-content-wrapper>*{height:100%;width:100%}.panel-content-wrapper-inner{background:#fff;height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.panel-content-wrapper-inner td div.border{background-color:#822000}.panel-content-wrapper-inner::-webkit-scrollbar-track{background:#f0f0f0}.night-mode .panel-content-wrapper-inner::-webkit-scrollbar-track{background:#222}.panel-control-move{display:none;position:absolute;user-select:none;z-index:55}.panel-control-bg{z-index:54;top:0;right:0;bottom:0;left:0}.panel-control-move-top{top:0;right:40px;left:40px;cursor:ns-resize;height:15px;border-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;min-width:20px}.panel-control-move-right{top:40px;right:0;bottom:40px;cursor:ew-resize;width:15px;border-right:0;border-bottom-left-radius:5px;border-top-left-radius:5px;min-height:20px}.panel-control-move-bottom{right:40px;bottom:0;left:40px;cursor:ns-resize;height:15px;border-bottom:0;border-top-right-radius:5px;border-top-left-radius:5px;min-width:20px}.panel-control-move-left{top:40px;bottom:40px;left:0;cursor:ew-resize;width:15px;border-left:0;border-top-right-radius:5px;border-bottom-right-radius:5px;min-height:20px}.panel-control-move-middle{top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;cursor:move;border-radius:50%}.panel-control-move-btn-done{top:0;right:0;width:30px;height:30px;border-bottom-left-radius:5px;cursor:pointer}.panel-control-move-icn-done{width:28px;height:28px;line-height:28px}.panel-control-move--bg{background:rgba(204,204,204,.6274509804);border:1px solid #ccc}.night-mode .panel-control-move--bg{background:rgba(119,119,119,.6666666667);border-color:#aaa}.panel-addmenu-bar{display:flex;flex-shrink:0;flex-wrap:wrap;max-width:600px}.panel-addmenu-tab-head{border-bottom-right-radius:0;border-bottom-left-radius:0;padding:4px 5px;cursor:pointer}.panel-addmenu-tab-head[active=true]{background-color:#e6e6e6;border-color:#adadad}.panel-addmenu-view{min-height:0;height:100%}.underline-tabs{margin-top:-1px;border-top:1px solid #ccc}.list{padding:3px}.panel-tab-list-item{display:block}.panel-content-wrapper-inner>table.stats{border-radius:0}.panel-content-wrapper-inner p{margin-bottom:5px}.panel-content-wrapper-inner .rnd-name{font-size:1.6em}.panel-content-wrapper-inner td div.border{height:2px;margin:0 3px;padding:0;border-right:5px rgba(0,0,0,0)}.panel-content-wrapper-img{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.panel-content-wrapper-img img{width:100%;height:100%;object-fit:contain}.panel-zoom-reset{position:absolute;top:3px;left:3px}.panel-zoom-reset .glyphicon{top:2px;color:#ccc}input[type=range].panel-zoom-slider{position:absolute;top:59px;left:-25px;width:80px;height:20px;transform:rotate(270deg)}iframe{width:100%;height:100%;background:#fff;margin:0;padding:0;border:0;display:flex}.panel-content-textarea{height:calc(100% - 3px);width:100%;border:0;margin:0;resize:none;outline:none;box-shadow:none}.rollbox.rollbox-panel{position:relative;z-index:initial;width:100%;height:100%;right:initial}.rollbox.rollbox-panel .head-roll{display:none}.rollbox.rollbox-panel .ipt-roll{border-radius:0}@media(max-width: 991px){.viewport-wrapper{bottom:0;height:100vh}}.btn-text-insert{margin:-1px 1px;display:inline-block;font-size:12px;line-height:14px;padding:0 2px}.panel-content-wrapper .stats--book-hover{box-shadow:none}.underline-tabs .ui-modal__row:first-of-type{margin-top:4px}.sidemenu__toggle{top:-35px}body.is-fullscreen .sidemenu__toggle{top:12px;left:-31px}body.is-fullscreen .sidemenu__hotzone{width:3px}.sidemenu__history{overflow-y:auto;padding:4px}.sidemenu__history-item{position:relative;overflow:hidden;height:80px;margin-bottom:-19px;transform:scale(0.667);width:150%;transform-origin:top left;box-shadow:0 0 5px 0 rgba(0,0,0,.6274509804)}.sidemenu__history-item .panel-content-wrapper{overflow-y:hidden;user-select:none}.sidemenu__history-item-cover{position:absolute;z-index:57;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0)}.panel-history-control-remove-wrapper{opacity:0;position:absolute;top:0;right:0;transition:opacity .1s;border-bottom-left-radius:5px;background:rgba(128,128,128,.5019607843)}.sidemenu__history-item-cover:hover .panel-history-control-remove-wrapper{opacity:1;transition:opacity .1s}.panel-history-control-remove{top:0;right:1px;left:2px;margin-right:2px;padding:2px;cursor:pointer;font-size:12px;user-select:none;color:rgba(255,255,255,.7)}.panel-history-control-middle{opacity:0;position:absolute;user-select:none;z-index:58;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;cursor:move;border-radius:50%;transition:opacity .1s;background:rgba(204,204,204,.6274509804);border:1px solid #ccc}.sidemenu__history-item-cover:hover .panel-history-control-middle{opacity:1;transition:opacity .1s}.dm-screen-locked .panel-control-bar,.dm-screen-locked .content-tab-remove,.dm-screen-locked .panel-history-control-remove-wrapper,.dm-screen-locked .panel-history-control-middle{display:none !important}.night-mode .btn-panel-add{border-color:#555}.night-mode .underline-tabs{border-color:#555}.night-mode .panel-history-control-middle{background:rgba(119,119,119,.6666666667);border-color:#aaa}.night-mode .dm-screen-panel{background-color:#303030}.night-mode .dm-screen-panel.faux-hover{background:#404040}.night-mode .dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{background:rgba(64,64,64,.5019607843)}.night-mode .panel-control-icon{color:rgba(255,255,255,.7)}.night-mode .panel-add{color:#ccc}.night-mode .btn-panel-add:hover,.night-mode .btn-panel-add.faux-hover{background:#404040}.night-mode .panel-content-wrapper-inner{background:#222}.night-mode .panel-addmenu-tab-head[active=true]{background-color:rgba(255,255,255,.2509803922) !important}.night-mode .panel-content-wrapper-inner td div.border{background-color:#d29a38}.night-mode .dm__panel-bg{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-book__wrp-content{overflow-y:auto;overflow-x:hidden;transform:translateZ(0)}.dm-book__wrp-controls{padding:2px 2px 1px 21px;border-top:1px solid #ccc;justify-content:flex-end}.dm-book__controls-title{height:20px;padding:0 3px;width:50%;flex-grow:0}.night-mode .dm-book__wrp-controls{border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-time__btn-time{width:20px}.dm-time__btn-time--top{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.dm-time__btn-time--bottom{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.dm-time__sep-time{font-size:32px;position:relative;top:-2px}.dm-time__ipt-time{width:20px;font-size:20px;font-weight:bold}.dm-time__bar-clock{height:calc(100% - 8px);margin:4px 8px;flex-shrink:0;border-left:1px solid #ccc}.dm-time__btn-day{width:16px}.dm-time__wrp-weather{width:100px}.dm-time__btn-weather{width:34px;padding:0;font-size:21px;text-align:center;height:33px;line-height:33px}.dm-time__btn-random-weather{border:0;padding:0}.dm-time__ipt-weather{width:40px}.dm-time__btn-date-adjust{width:27px;padding:1px 3px;flex-shrink:0;flex-grow:0}.dm-time__disp-calendar-day{cursor:pointer;text-align:center;border:1px solid #ccc;border-radius:3px;padding:0 2px;font-size:12px;line-height:1.5;min-height:21px;user-select:none}.dm-time__disp-calendar-day--active{background:rgba(170,170,170,.2666666667)}.dm-time__disp-day-entry{position:absolute;right:2px;border-radius:3px;width:9px;height:9px;line-height:16px;font-weight:bold;font-size:16px}.dm-time__disp-day-entry--event{top:1px;color:#61adef}.dm-time__disp-day-entry--encounter{top:10px;color:#5cb85c}.dm-time__disp-clock-entry{width:12px;height:12px;text-align:center;position:relative;font-size:20px;top:-4px;font-weight:bold;cursor:pointer;user-select:none}.dm-time__disp-clock-entry--event{color:#61adef}.dm-time__disp-clock-entry--encounter{color:#5cb85c}.dm-time__disp-clock-entry--used-encounter{color:#8a8a8a}.dm-time__wrp-clock-events{max-width:100px}.dm-time__day-entry-header{font-size:15px}.dm-time__day-entry-wrapper{max-height:70%}.dm-time__spc-column-delete{width:calc(24px + .5rem)}.dm-time__row-delete:only-child .btn-danger{display:none}.dm-time__spc-button{display:none;width:24px;height:1px;flex-shrink:0}.dm-time__row-delete:only-child .dm-time__spc-button{display:block}.dm-time__wrp-event-entries{box-shadow:none;border:1px solid #ccc;border-radius:3px;margin-top:3px;margin-left:6px;width:calc(100% - 6px)}.dm-time__bar-entry{margin:0 4px;border-left:1px solid #ccc}.dm-time__wind-speed{font-size:10px}.dm-time__ipt-color-moon{width:22px}.dm-time__spc-drag-header{width:14px}.dm-time__disp-day-moon{position:absolute;top:1px;left:1px}.dm-time__cvs-moon{border-radius:50%}.dm-time__clock-moon-phase{width:16px;height:16px}.dm-time__calendar-moon-phase{width:8px;height:8px;margin-bottom:1px;line-height:8px}.dm-time__calendar-moon-phase .glyphicon{top:0;font-size:8px}.dm-time__calendar-moon-phase:last-child{margin-bottom:0}.dm-time__calendar-ipt-date{background:rgba(0,0,0,0)}.dm-time__calendar-ipt-date--slashed-right{border-right:0}.dm-time__calendar-ipt-date--slashed-left{border-left:0}.dm-time__calendar-date-sep{margin-right:-2px;margin-left:-2px;pointer-events:none;user-select:none}.dm-time__ipt-event-time{width:40px}.night-mode .dm-time__bar-clock{border-color:#555}.night-mode .dm-time__disp-calendar-day{border-color:#555}.night-mode .dm-time__disp-day-entry--event,.night-mode .dm-time__disp-clock-entry--event{color:#7398b7}.night-mode .dm-time__disp-day-entry--encounter,.night-mode .dm-time__disp-clock-entry--encounter{color:#64cc64}.night-mode .dm-time__disp-clock-entry--used-encounter{color:#989898}.night-mode .dm-time__wrp-event-entries{border-color:#555}.night-mode .dm-time__bar-entry{border-color:#555}.night-mode .dm-time__cvs-moon{border:1px solid #555}.night-mode .dm-time__calendar-ipt-date{background:rgba(0,0,0,0)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-money{width:100%;height:100%;padding-top:22px}.dm-money__rows{overflow-y:scroll}.dm-money__ctrl{margin-top:6px;padding-top:3px;border-top:1px solid #ccc;flex-shrink:0}.dm-money__ctrl__lhs{display:flex;flex-direction:column;padding:3px}.dm-money__ctrl__lhs>*{margin-bottom:3px}.dm-money__ctrl__lhs>*:last-child{margin-bottom:0}.dm-money__ctrl__rhs{display:flex;flex-direction:column;padding:3px}.dm-money__ctrl__rhs>*{margin-bottom:3px}.dm-money__ctrl__rhs>*:last-child{margin-bottom:0}.dm-money__out,.dm-money__out[disabled]{text-align:right;background:rgba(0,0,0,0)}.dm-money__row{width:100%;display:flex;margin-bottom:3px}.dm-money__row:last-child{margin-bottom:0}.dm-money__row>*{margin-right:3px}.dm-money__row>*:last-child{margin-right:0}.night-mode .dm-money__ctrl{border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-cnt__ipt{background:rgba(0,0,0,0);flex-shrink:0;flex-grow:0;width:50px}.dm-cnt__ipt--cur{border-right:0}.dm-cnt__ipt--max{border-left:0}.dm-cnt__slash{margin-right:-2px;margin-left:-2px;width:4px;pointer-events:none;user-select:none}.night-mode .dm-cnt__ipt{background:rgba(0,0,0,0)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-init{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.dm-init__wrp-header-outer{overflow-x:auto;display:flex;flex-direction:column}.dm-init__wrp-header{flex:none;margin-bottom:5px;display:flex;justify-content:space-between;font-variant:small-caps;border-bottom:1px solid #ccc;min-width:min-content}.dm-init__header{padding:5px 0;width:100%;text-align:center}.dm-init__header--input{width:40px;margin-right:3px}.dm-init__header--input-wide{width:83px;margin-right:3px}.dm-init__spc-header-buttons{width:52px}.dm-init__wrp-entries{overflow-y:scroll;min-width:min-content}.dm-init__row{display:flex;justify-content:space-between;margin-bottom:3px}.dm-init__row-lhs,.dm-init__row-rhs{display:flex;justify-content:space-between;position:relative}.dm-init__row-lhs{width:100%;min-width:115px}.dm-init__row-mid{display:flex}.dm-init__row-btn{line-height:26px;padding:1px 3px}.dm-init__row-btn-flag,.dm-init__btn_eye{margin-right:3px}.dm-init__number{margin:0 3px}.dm-init__wrp-creature{display:flex;width:100%;align-items:center;margin:0 3px 0 0;padding-left:5px;border:1px solid #ccc}.dm-init__wrp-creature .btn{margin-right:3px;padding:0 1px;line-height:12px;font-size:9px}.dm-init__wrp-creature-link{display:flex;height:20px;overflow:hidden}.dm-init__row-input{height:auto;margin-right:3px;padding:5px 3px;border-radius:0}.dm-init__ipt-name{min-width:50px}.dm-init__ipt--rhs{width:40px}.dm-init__row-rhs input[type=number]::-webkit-inner-spin-button,.dm-init__row-rhs input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dm-init__row.dm-init__row-active input{background:rgba(207,229,255,.4705882353)}.dm-init__row.dm-init__row-active .dm-init__wrp-creature{background:rgba(207,229,255,.4705882353)}.dm-init__wrp-controls{flex:none;height:29px;padding:3px;border-top:1px solid #ccc;justify-content:space-evenly;display:flex}.dm-init__rounds{width:35px;height:22px;display:inline-block;border-radius:0;padding:0;text-align:right}.dm-init__modal-wrp-rows{min-width:400px;padding:7px}.dm-init__btn-cond{min-width:85px;color:#fff !important;outline:none !important}.dm-init__hp{width:42px}.dm-init__hp--current{margin-right:0;border-right:0}.dm-init__hp--max{border-left:0}.dm-init__hp_slash{position:absolute;pointer-events:none;top:0;bottom:0;left:40px;display:flex;align-items:center;color:#888}.dm-init__stat_head{margin-right:3px;padding:5px 0;width:40px;height:20px;text-align:center;overflow:hidden}.dm-init__stat_ipt{width:40px;margin-right:3px;padding:5px 3px;border-radius:0}.dm-init__stat_ipt[type=checkbox]{margin-right:3px}.night-mode .dm-init__wrp-header{border-color:#555}.night-mode .dm-init__wrp-controls{border-color:#555}.night-mode .dm-init__wrp-creature{border-color:#555}.night-mode .dm-init__row.dm-init__row-active input,.night-mode .dm-init__row.dm-init__row-active .dm-init__wrp-creature{background:rgba(141,193,255,.1254901961)}textarea.dm-init-pl__textarea{resize:none;width:100%;height:240px}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-map__picker-wrp-img{display:inline-block;width:320px;height:340px;line-height:320px;text-align:center;font-size:0;border:2px solid #ccc}.dm-map__picker-img{width:auto;height:320px;vertical-align:middle;background-size:contain;background-position:center;background-repeat:no-repeat}.dm-map__picker-disp-name{top:calc(100% - 20px);right:14px;bottom:0;left:14px;line-height:20px;font-size:14px;background:#fff;border-top:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px}.night-mode .dm-map__picker-wrp-img{border-color:#555}.night-mode .dm-map__picker-disp-name{background:#222;border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-blank__panel{background:#fff}.night-mode .dm-blank__panel{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-unitconv{width:100%;height:100%}.dm-unitconv__wrp-ipt{align-items:center;height:100%}.dm-unitconv__wrp-ipt-inner{align-items:center;height:100%}.dm-unitconv__btn-switch{margin:0 5px;font-weight:bold}.dm-unitconv__ipt{resize:none;height:100%}.dm-unitconv__ipt.ipt-invalid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(231,99,99,.6);border-color:#e92b31}/*# sourceMappingURL=dmscreen.css.map */ +@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}label{margin-bottom:0;font-weight:initial}.dms__tab_hidden{display:none !important}.dm__panel-bg{background:#fff}.dm-screen{width:100%;height:100%;display:grid;grid-gap:7px;grid-auto-columns:1fr;grid-auto-rows:1fr;position:relative}.dm-screen-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.dm-screen-panel{position:relative;background-color:#f0f0f0}.dm-screen-panel.faux-hover{background:#e0e0e0}.dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{background:rgba(224,224,224,.5019607843)}.dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.panel-control-bar{position:absolute;z-index:56;right:11px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding-left:3px;opacity:.2;transition:opacity .1s;background:rgba(128,128,128,.5019607843)}.dm-screen-panel[empty=true] .panel-control-bar{display:none}.panel-control-bar.move-expand-active{display:none}.panel-control-bar:hover{opacity:1;transition:opacity .1s}.panel-control-title{opacity:.05;right:initial;left:0;border-bottom-left-radius:0;border-bottom-right-radius:5px;padding:0 4px;font-family:"Times New Roman",serif;font-variant:small-caps;color:#fff;user-select:none;background:rgba(128,128,128,.6274509804);cursor:pointer}.panel-control-title--bumped{top:20px;border-top-right-radius:5px;opacity:1}.panel-control-addtab{right:initial;bottom:0;left:0;border-bottom-left-radius:0;border-top-right-radius:5px}.panel-control-icon:first-of-type{margin-left:auto}.panel-control-icon{top:0;margin-right:2px;padding:2px;cursor:pointer;font-size:12px;user-select:none;color:rgba(255,255,255,.7)}.panel-add{display:flex;justify-content:center;align-items:center;font-size:5rem;color:#ccc}.btn-panel-add{padding:3px 3px 5px 6px;display:block;border-radius:5px;cursor:pointer;user-select:none;border:1px solid #ccc}.btn-panel-add:hover,.btn-panel-add.faux-hover{background:#e0e0e0}.board-content-hovering .btn-panel-add{display:none !important}.board-content-hovering .panel-control-bar{display:none !important}.panel-content-wrapper{position:relative;width:100%;height:100%;padding-right:-9px;box-sizing:content-box;box-shadow:inset 0 0 10px 0 rgba(144,144,144,.6901960784)}.panel-content-wrapper.panel-content-wrapper-tabs{height:calc(100% - 20px);margin-bottom:20px}.pnl-content-tab-bar-hidden .panel-content-wrapper.panel-content-wrapper-tabs{height:100%;margin-bottom:0}.sidemenu__history-item .panel-content-wrapper.panel-content-wrapper-tabs{height:100%;margin-bottom:0}.pnl-content-tab-bar-hidden .content-tab-bar{display:none !important}.content-tab-bar{position:absolute;bottom:0;height:20px;width:100%;border-top:1px solid #ccc;background:#fff}.night-mode .content-tab-bar{border-color:#555}.content-tab-bar-inner{display:flex;overflow:hidden}.content-tab{margin:0;padding:1px 3px;font-size:12px;border-top:0;border-top-left-radius:0;border-top-right-radius:0}.content-tab-title{max-width:80px;display:block}.content-tab-remove{top:2px;margin-left:3px}.panel-mode-move .panel-content-wrapper{overflow-y:hidden}.panel-content-hovering>*{box-shadow:0 0 12px 0 rgba(0,0,0,.6274509804)}.panel-content-wrapper>*{height:100%;width:100%}.panel-content-wrapper-inner{background:#fff;height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.panel-content-wrapper-inner td div.border{background-color:#822000}.panel-content-wrapper-inner::-webkit-scrollbar-track{background:#f0f0f0}.night-mode .panel-content-wrapper-inner::-webkit-scrollbar-track{background:#222}.panel-control-move{display:none;position:absolute;user-select:none;z-index:55}.panel-control-bg{z-index:54;top:0;right:0;bottom:0;left:0}.panel-control-move-top{top:0;right:40px;left:40px;cursor:ns-resize;height:15px;border-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;min-width:20px}.panel-control-move-right{top:40px;right:0;bottom:40px;cursor:ew-resize;width:15px;border-right:0;border-bottom-left-radius:5px;border-top-left-radius:5px;min-height:20px}.panel-control-move-bottom{right:40px;bottom:0;left:40px;cursor:ns-resize;height:15px;border-bottom:0;border-top-right-radius:5px;border-top-left-radius:5px;min-width:20px}.panel-control-move-left{top:40px;bottom:40px;left:0;cursor:ew-resize;width:15px;border-left:0;border-top-right-radius:5px;border-bottom-right-radius:5px;min-height:20px}.panel-control-move-middle{top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;cursor:move;border-radius:50%}.panel-control-move-btn-done{top:0;right:0;width:30px;height:30px;border-bottom-left-radius:5px;cursor:pointer}.panel-control-move-icn-done{width:28px;height:28px;line-height:28px}.panel-control-move--bg{background:rgba(204,204,204,.6274509804);border:1px solid #ccc}.night-mode .panel-control-move--bg{background:rgba(119,119,119,.6666666667);border-color:#aaa}.panel-addmenu-bar{display:flex;flex-shrink:0;flex-wrap:wrap;max-width:600px}.panel-addmenu-tab-head{border-bottom-right-radius:0;border-bottom-left-radius:0;padding:4px 5px;cursor:pointer}.panel-addmenu-tab-head[active=true]{background-color:#e6e6e6;border-color:#adadad}.panel-addmenu-view{min-height:0;height:100%}.underline-tabs{margin-top:-1px;border-top:1px solid #ccc}.list{padding:3px}.panel-tab-list-item{display:block}.panel-content-wrapper-inner>table.stats{border-radius:0}.panel-content-wrapper-inner p{margin-bottom:5px}.panel-content-wrapper-inner .rnd-name{font-size:1.6em}.panel-content-wrapper-inner td div.border{height:2px;margin:0 3px;padding:0;border-right:5px rgba(0,0,0,0)}.panel-content-wrapper-img{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.panel-content-wrapper-img img{width:100%;height:100%;object-fit:contain}.panel-zoom-reset{position:absolute;top:3px;left:3px}.panel-zoom-reset .glyphicon{top:2px;color:#ccc}input[type=range].panel-zoom-slider{position:absolute;top:59px;left:-25px;width:80px;height:20px;transform:rotate(270deg)}iframe{width:100%;height:100%;background:#fff;margin:0;padding:0;border:0;display:flex}.panel-content-textarea{height:calc(100% - 3px);width:100%;border:0;margin:0;resize:none;outline:none;box-shadow:none}.rollbox.rollbox-panel{position:relative;z-index:initial;width:100%;height:100%;right:initial}.rollbox.rollbox-panel .head-roll{display:none}.rollbox.rollbox-panel .ipt-roll{border-radius:0}@media(max-width: 991px){.viewport-wrapper{bottom:0;height:100vh}}.btn-text-insert{margin:-1px 1px;display:inline-block;font-size:12px;line-height:14px;padding:0 2px}.panel-content-wrapper .stats--book-hover{box-shadow:none}.underline-tabs .ui-modal__row:first-of-type{margin-top:4px}.sidemenu__toggle{top:-35px}body.is-fullscreen .sidemenu__toggle{top:12px;left:-31px}body.is-fullscreen .sidemenu__hotzone{width:3px}.sidemenu__history{overflow-y:auto;padding:4px}.sidemenu__history-item{position:relative;overflow:hidden;height:80px;margin-bottom:-19px;transform:scale(0.667);width:150%;transform-origin:top left;box-shadow:0 0 5px 0 rgba(0,0,0,.6274509804)}.sidemenu__history-item .panel-content-wrapper{overflow-y:hidden;user-select:none}.sidemenu__history-item-cover{position:absolute;z-index:57;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0)}.panel-history-control-remove-wrapper{opacity:0;position:absolute;top:0;right:0;transition:opacity .1s;border-bottom-left-radius:5px;background:rgba(128,128,128,.5019607843)}.sidemenu__history-item-cover:hover .panel-history-control-remove-wrapper{opacity:1;transition:opacity .1s}.panel-history-control-remove{top:0;right:1px;left:2px;margin-right:2px;padding:2px;cursor:pointer;font-size:12px;user-select:none;color:rgba(255,255,255,.7)}.panel-history-control-middle{opacity:0;position:absolute;user-select:none;z-index:58;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;cursor:move;border-radius:50%;transition:opacity .1s;background:rgba(204,204,204,.6274509804);border:1px solid #ccc}.sidemenu__history-item-cover:hover .panel-history-control-middle{opacity:1;transition:opacity .1s}.dm-screen-locked .panel-control-bar,.dm-screen-locked .content-tab-remove,.dm-screen-locked .panel-history-control-remove-wrapper,.dm-screen-locked .panel-history-control-middle{display:none !important}.night-mode .btn-panel-add{border-color:#555}.night-mode .underline-tabs{border-color:#555}.night-mode .panel-history-control-middle{background:rgba(119,119,119,.6666666667);border-color:#aaa}.night-mode .dm-screen-panel{background-color:#303030}.night-mode .dm-screen-panel.faux-hover{background:#404040}.night-mode .dm-screen-panel.faux-hover .panel-content-wrapper-inner::after{background:rgba(64,64,64,.5019607843)}.night-mode .panel-control-icon{color:rgba(255,255,255,.7)}.night-mode .panel-add{color:#ccc}.night-mode .btn-panel-add:hover,.night-mode .btn-panel-add.faux-hover{background:#404040}.night-mode .panel-content-wrapper-inner{background:#222}.night-mode .panel-addmenu-tab-head[active=true]{background-color:rgba(255,255,255,.2509803922) !important}.night-mode .panel-content-wrapper-inner td div.border{background-color:#d29a38}.night-mode .dm__panel-bg{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-book__wrp-content{overflow-y:auto;overflow-x:hidden;transform:translateZ(0)}.dm-book__wrp-controls{padding:2px 2px 1px 21px;border-top:1px solid #ccc;justify-content:flex-end}.dm-book__controls-title{height:20px;padding:0 3px;width:50%;flex-grow:0}.night-mode .dm-book__wrp-controls{border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-time__btn-time{width:20px}.dm-time__btn-time--top{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.dm-time__btn-time--bottom{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.dm-time__sep-time{font-size:32px;position:relative;top:-2px}.dm-time__ipt-time{width:20px;font-size:20px;font-weight:bold}.dm-time__bar-clock{height:calc(100% - 8px);margin:4px 8px;flex-shrink:0;border-left:1px solid #ccc}.dm-time__btn-day{width:16px}.dm-time__wrp-weather{width:100px}.dm-time__btn-weather{width:34px;padding:0;font-size:21px;text-align:center;height:33px;line-height:33px}.dm-time__btn-random-weather{border:0;padding:0}.dm-time__ipt-weather{width:40px}.dm-time__btn-date-adjust{width:27px;padding:1px 3px;flex-shrink:0;flex-grow:0}.dm-time__disp-calendar-day{cursor:pointer;text-align:center;border:1px solid #ccc;border-radius:3px;padding:0 2px;font-size:12px;line-height:1.5;min-height:21px;user-select:none}.dm-time__disp-calendar-day--active{background:rgba(170,170,170,.2666666667)}.dm-time__disp-day-entry{position:absolute;right:2px;border-radius:3px;width:9px;height:9px;line-height:16px;font-weight:bold;font-size:16px}.dm-time__disp-day-entry--event{top:1px;color:#61adef}.dm-time__disp-day-entry--encounter{top:10px;color:#5cb85c}.dm-time__disp-clock-entry{width:12px;height:12px;text-align:center;position:relative;font-size:20px;top:-4px;font-weight:bold;cursor:pointer;user-select:none}.dm-time__disp-clock-entry--event{color:#61adef}.dm-time__disp-clock-entry--encounter{color:#5cb85c}.dm-time__disp-clock-entry--used-encounter{color:#8a8a8a}.dm-time__wrp-clock-events{max-width:100px}.dm-time__day-entry-header{font-size:15px}.dm-time__day-entry-wrapper{max-height:70%}.dm-time__spc-column-delete{width:calc(24px + .5rem)}.dm-time__row-delete:only-child .btn-danger{display:none}.dm-time__spc-button{display:none;width:24px;height:1px;flex-shrink:0}.dm-time__row-delete:only-child .dm-time__spc-button{display:block}.dm-time__wrp-event-entries{box-shadow:none;border:1px solid #ccc;border-radius:3px;margin-top:3px;margin-left:6px;width:calc(100% - 6px)}.dm-time__bar-entry{margin:0 4px;border-left:1px solid #ccc}.dm-time__wind-speed{font-size:10px}.dm-time__ipt-color-moon{width:22px}.dm-time__spc-drag-header{width:14px}.dm-time__disp-day-moon{position:absolute;top:1px;left:1px}.dm-time__cvs-moon{border-radius:50%}.dm-time__clock-moon-phase{width:16px;height:16px}.dm-time__calendar-moon-phase{width:8px;height:8px;margin-bottom:1px;line-height:8px}.dm-time__calendar-moon-phase .glyphicon{top:0;font-size:8px}.dm-time__calendar-moon-phase:last-child{margin-bottom:0}.dm-time__calendar-ipt-date{background:rgba(0,0,0,0)}.dm-time__calendar-ipt-date--slashed-right{border-right:0}.dm-time__calendar-ipt-date--slashed-left{border-left:0}.dm-time__calendar-date-sep{margin-right:-2px;margin-left:-2px;pointer-events:none;user-select:none}.dm-time__ipt-event-time{width:40px}.night-mode .dm-time__bar-clock{border-color:#555}.night-mode .dm-time__disp-calendar-day{border-color:#555}.night-mode .dm-time__disp-day-entry--event,.night-mode .dm-time__disp-clock-entry--event{color:#7398b7}.night-mode .dm-time__disp-day-entry--encounter,.night-mode .dm-time__disp-clock-entry--encounter{color:#64cc64}.night-mode .dm-time__disp-clock-entry--used-encounter{color:#989898}.night-mode .dm-time__wrp-event-entries{border-color:#555}.night-mode .dm-time__bar-entry{border-color:#555}.night-mode .dm-time__cvs-moon{border:1px solid #555}.night-mode .dm-time__calendar-ipt-date{background:rgba(0,0,0,0)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-money{width:100%;height:100%;padding-top:22px}.dm-money__rows{overflow-y:scroll}.dm-money__ctrl{margin-top:6px;padding-top:3px;border-top:1px solid #ccc;flex-shrink:0}.dm-money__ctrl__lhs{display:flex;flex-direction:column;padding:3px}.dm-money__ctrl__lhs>*{margin-bottom:3px}.dm-money__ctrl__lhs>*:last-child{margin-bottom:0}.dm-money__ctrl__rhs{display:flex;flex-direction:column;padding:3px}.dm-money__ctrl__rhs>*{margin-bottom:3px}.dm-money__ctrl__rhs>*:last-child{margin-bottom:0}.dm-money__out,.dm-money__out[disabled]{text-align:right;background:rgba(0,0,0,0)}.dm-money__row{width:100%;display:flex;margin-bottom:3px}.dm-money__row:last-child{margin-bottom:0}.dm-money__row>*{margin-right:3px}.dm-money__row>*:last-child{margin-right:0}.night-mode .dm-money__ctrl{border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-cnt__ipt{background:rgba(0,0,0,0);flex-shrink:0;flex-grow:0;width:50px}.dm-cnt__ipt--cur{border-right:0}.dm-cnt__ipt--max{border-left:0}.dm-cnt__slash{margin-right:-2px;margin-left:-2px;width:4px;pointer-events:none;user-select:none}.night-mode .dm-cnt__ipt{background:rgba(0,0,0,0)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-init{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.dm-init__wrp-header-outer{overflow-x:auto;display:flex;flex-direction:column}.dm-init__wrp-header{flex:none;margin-bottom:5px;display:flex;justify-content:space-between;font-variant:small-caps;border-bottom:1px solid #ccc;min-width:min-content}.dm-init__header{padding:5px 0;width:100%;text-align:center}.dm-init__header--input{width:40px;margin-right:3px}.dm-init__header--input-wide{width:80px;margin-right:3px}.dm-init__spc-header-buttons{width:52px}.dm-init__spc-header-buttons--single{width:32px}.dm-init__wrp-entries{overflow-y:scroll;min-width:min-content}.dm-init__row{display:flex;justify-content:space-between;margin-bottom:3px}.dm-init__row-lhs,.dm-init__row-rhs{display:flex;justify-content:space-between;position:relative}.dm-init__row-lhs{width:100%;min-width:115px}.dm-init__row-mid{display:flex}.dm-init__row-btn{line-height:26px;padding:1px 3px}.dm-init__row-btn-flag,.dm-init__btn_eye{margin-right:3px}.dm-init__number{margin:0 3px}.dm-init__wrp-creature{display:flex;width:100%;align-items:center;margin:0 3px 0 0;padding-left:5px;border:1px solid #ccc}.dm-init__btn-creature{padding:1px 2px;line-height:12px;font-size:9px}.dm-init__wrp-creature-link{display:flex;height:20px;overflow:hidden}.dm-init__row-input{height:auto;margin-right:3px;padding:5px 3px;border-radius:0}.dm-init__ipt-name{min-width:50px}.dm-init__ipt--rhs{width:40px}.dm-init__wrp-stat-cb{margin-right:3px}.dm-init__row-rhs input[type=number]::-webkit-inner-spin-button,.dm-init__row-rhs input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dm-init__row.dm-init__row-active input,.dm-init__row.dm-init__row-active .dm-init__wrp-creature,.dm-init__row.dm-init__row-active .dm-init__wrp-stat-cb{background:rgba(207,229,255,.4705882353)}.dm-init__row.dm-init__row-active .dm-init__wrp-stat-cb{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.dm-init__wrp-controls{flex:none;height:29px;padding:3px;border-top:1px solid #ccc;justify-content:space-evenly;display:flex}.dm-init__rounds{width:35px;height:22px;display:inline-block;border-radius:0;padding:0}.dm-init__hp{width:42px}.dm-init__sep-fields-slash{position:absolute;pointer-events:none;top:0;bottom:0;left:calc(50% - 6px);width:12px;color:#888}.dm-init__stat_head{margin-right:3px;padding:5px 0;width:40px;height:20px;text-align:center;overflow:hidden}.dm-init__stat_ipt{width:40px;margin-right:3px;padding:5px 3px;border-radius:0}.dm-init-cond__wrp-btns{max-width:540px}.dm-init-cond__btn-cond{min-width:85px;color:#fff !important;outline:none !important}.night-mode .dm-init__wrp-header{border-color:#555}.night-mode .dm-init__wrp-controls{border-color:#555}.night-mode .dm-init__wrp-creature{border-color:#555}.night-mode .dm-init__row.dm-init__row-active input,.night-mode .dm-init__row.dm-init__row-active .dm-init__wrp-creature,.night-mode .dm-init__row.dm-init__row-active .dm-init__wrp-stat-cb{background:rgba(141,193,255,.1254901961)}.night-mode .dm-init__row.dm-init__row-active .dm-init__wrp-stat-cb{border-color:#555}textarea.dm-init-pl__textarea{resize:none;width:100%;height:240px}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-map__picker-wrp-img{display:inline-block;width:320px;height:340px;line-height:320px;text-align:center;font-size:0;border:2px solid #ccc}.dm-map__picker-img{width:auto;height:320px;vertical-align:middle;background-size:contain;background-position:center;background-repeat:no-repeat}.dm-map__picker-disp-name{top:calc(100% - 20px);right:14px;bottom:0;left:14px;line-height:20px;font-size:14px;background:#fff;border-top:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px}.night-mode .dm-map__picker-wrp-img{border-color:#555}.night-mode .dm-map__picker-disp-name{background:#222;border-color:#555}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-blank__panel{background:#fff}.night-mode .dm-blank__panel{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.dm-unitconv{width:100%;height:100%}.dm-unitconv__wrp-ipt{align-items:center;height:100%}.dm-unitconv__wrp-ipt-inner{align-items:center;height:100%}.dm-unitconv__btn-switch{margin:0 5px;font-weight:bold}.dm-unitconv__ipt{resize:none;height:100%}.dm-unitconv__ipt.ipt-invalid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(231,99,99,.6);border-color:#e92b31}/*# sourceMappingURL=dmscreen.css.map */ diff --git a/css/main.css b/css/main.css index 9b56cee14b..290ee73eb8 100644 --- a/css/main.css +++ b/css/main.css @@ -1 +1 @@ -@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--rgb-font: #333;--rgb-font--muted: #777;--rgb-name: #822000;--rgb-bg: white;--rgb-bg--alt: whitesmoke;--rgb-border--statblock: #e69a28}:root.night-mode{--rgb-font: #bbb;--rgb-name: #d29a38;--rgb-bg: #222;--rgb-bg--alt: #383838;--rgb-border--statblock: #565656}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--safe-area-inset-top: 0;--safe-area-inset-right: 0;--safe-area-inset-bottom: 0;--safe-area-inset-left: 0}.glyphicon-send{top:2px;right:1px}.glyphicon--top-2p{top:2px}.roller{color:#337ab7;cursor:pointer}.text-muted a{color:#7096b7}.font-ui{font-family:Arial,sans-serif}@media(max-width: 780px){.help--hover{cursor:default !important;text-decoration:none !important}}body{min-height:100vh;position:relative;overflow-x:hidden;padding:var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left)}body.is-fullscreen .page__header{display:none}body.is-fullscreen .page__nav{display:none}input{min-width:0}input[type=checkbox],input[type=radio]{margin:0}main{padding:10px 15px}footer{padding:20px 15px;font-size:90%}pre,textarea{tab-size:2}hr{flex-shrink:0}*{scrollbar-width:thin}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#cbcbcb}body{scrollbar-width:auto}body::-webkit-scrollbar{width:15px}.container{position:relative}.input-xs{height:22px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.form-control--minimal{border-radius:0;padding:0 2px}.ve-flex-label{display:inline-flex;align-items:center}.ve-flex-label>input[type=checkbox],.ve-flex-label>input[type=radio]{margin:0 0 0 5px}.btn-xxs{padding:0 2px;font-size:12px;line-height:1.5;border-radius:3px}.btn-primary--half{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 16px, #b8b8b8 16px, #b8b8b8 32px)}.dropdown-menu--side{top:-10px;left:100%;max-height:calc(100vh - 130px);overflow-y:auto}.nav>li>a{padding:5px 14px 6px}@media(min-width: 992px){.nav>li>a{border-top-left-radius:0;border-top-right-radius:0}}@media(max-width: 991px){.nav>li{margin-top:2px;margin-bottom:2px}}.page__nav-inner>li.active>a,.page__nav-inner>li.active>a:focus,.page__nav-inner>li.active>a:hover{background-color:#006bc4;border-top:0}@media(min-width: 992px){.page__nav-inner>li.active>a,.page__nav-inner>li.active>a:focus,.page__nav-inner>li.active>a:hover{border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #999}}.nav>li>a:focus,.nav>li>a:hover{background-color:rgba(0,0,0,.1)}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:rgba(0,0,0,.1)}.row{margin-right:0;margin-left:0}.dropdown-menu>li>a.dropdown-ext-link{display:flex;justify-content:space-between}.dropdown-menu>li>a.dropdown-ext-link:hover{padding-right:10px}.dropdown-menu>li>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>span:focus,.dropdown-menu>li>span:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.disabled>span{pointer-events:none;color:#777}.dropdown-menu>.disabled>span:focus,.dropdown-menu>.disabled>span:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none}.dropdown-menu>.ctx-danger>span{background:#d9534f;color:#fff}.dropdown-menu>.ctx-danger>span:focus,.dropdown-menu>.ctx-danger>span:hover{color:#fff;text-decoration:none;background-color:#ac2925}.dropdown-ext-link>.glyphicon{top:3px;display:none}.dropdown-ext-link:hover>.glyphicon{display:inline-block}.caret--right{transform:rotate(270deg)}.input-group>input.form-control,.input-group>label,.input-group>button,.input-group>a.btn{border-radius:0;border-right:0}.input-group>input.form-control:first-child,.input-group>label:first-child,.input-group>button:first-child,.input-group>a.btn:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.input-group>input.form-control:last-child,.input-group>label:last-child,.input-group>button:last-child,.input-group>a.btn:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #ccc}.input-group--top input.form-control:first-child,.input-group--top label:first-child,.input-group--top button:first-child,.input-group--top a.btn:first-child{border-bottom-left-radius:0}.input-group--top input.form-control:last-child,.input-group--top label:last-child,.input-group--top button:last-child,.input-group--top a.btn:last-child{border-bottom-right-radius:0}.input-group--middle input.form-control,.input-group--middle label,.input-group--middle button,.input-group--middle a.btn{border-top:0}.input-group--middle input.form-control:first-child,.input-group--middle label:first-child,.input-group--middle button:first-child,.input-group--middle a.btn:first-child{border-radius:0}.input-group--middle input.form-control:last-child,.input-group--middle label:last-child,.input-group--middle button:last-child,.input-group--middle a.btn:last-child{border-radius:0}.input-group--bottom input.form-control,.input-group--bottom label,.input-group--bottom button,.input-group--bottom a.btn{border-top:0}.input-group--bottom input.form-control:first-child,.input-group--bottom label:first-child,.input-group--bottom button:first-child,.input-group--bottom a.btn:first-child{border-top-left-radius:0}.input-group--bottom input.form-control:last-child,.input-group--bottom label:last-child,.input-group--bottom button:last-child,.input-group--bottom a.btn:last-child{border-top-right-radius:0}.night-mode .input-group>input.form-control:last-child,.night-mode .input-group>label:last-child,.night-mode .input-group>button:last-child,.night-mode .input-group>a.btn:last-child{border-right-color:#555}.col-0-1,.col-0-2,.col-0-3,.col-0-4,.col-0-5,.col-0-6,.col-0-7,.col-0-8,.col-0-9,.col-1-1,.col-1-2,.col-1-3,.col-1-4,.col-1-5,.col-1-6,.col-1-7,.col-1-8,.col-1-9,.col-1,.col-2-1,.col-2-2,.col-2-3,.col-2-4,.col-2-5,.col-2-6,.col-2-7,.col-2-8,.col-2-9,.col-2,.col-3-1,.col-3-2,.col-3-3,.col-3-4,.col-3-5,.col-3-6,.col-3-7,.col-3-8,.col-3-9,.col-3,.col-4-1,.col-4-2,.col-4-3,.col-4-4,.col-4-5,.col-4-6,.col-4-7,.col-4-8,.col-4-9,.col-4,.col-5-1,.col-5-2,.col-5-3,.col-5-4,.col-5-5,.col-5-6,.col-5-7,.col-5-8,.col-5-9,.col-5,.col-6-1,.col-6-2,.col-6-3,.col-6-4,.col-6-5,.col-6-6,.col-6-7,.col-6-8,.col-6-9,.col-6,.col-7-1,.col-7-2,.col-7-3,.col-7-4,.col-7-5,.col-7-6,.col-7-7,.col-7-8,.col-7-9,.col-7,.col-8-1,.col-8-2,.col-8-3,.col-8-4,.col-8-5,.col-8-6,.col-8-7,.col-8-8,.col-8-9,.col-8,.col-9-1,.col-9-2,.col-9-3,.col-9-4,.col-9-5,.col-9-6,.col-9-7,.col-9-8,.col-9-9,.col-9,.col-10-1,.col-10-2,.col-10-3,.col-10-4,.col-10-5,.col-10-6,.col-10-7,.col-10-8,.col-10-9,.col-10,.col-11-1,.col-11-2,.col-11-3,.col-11-4,.col-11-5,.col-11-6,.col-11-7,.col-11-8,.col-11-9,.col-11,.col-12{position:relative;min-height:1px}.col-12{width:100% !important}.col-11{width:91.6666666667% !important}.col-11-9{width:99.1666666667% !important}.col-11-8{width:98.3333333333% !important}.col-11-7{width:97.5% !important}.col-11-6{width:96.6666666667% !important}.col-11-5{width:95.8333333333% !important}.col-11-4{width:95% !important}.col-11-3{width:94.1666666667% !important}.col-11-2{width:93.3333333333% !important}.col-11-1{width:92.5% !important}.col-10{width:83.3333333333% !important}.col-10-9{width:90.8333333333% !important}.col-10-8{width:90% !important}.col-10-7{width:89.1666666667% !important}.col-10-6{width:88.3333333333% !important}.col-10-5{width:87.5% !important}.col-10-4{width:86.6666666667% !important}.col-10-3{width:85.8333333333% !important}.col-10-2{width:85% !important}.col-10-1{width:84.1666666667% !important}.col-9{width:75% !important}.col-9-9{width:82.5% !important}.col-9-8{width:81.6666666667% !important}.col-9-7{width:80.8333333333% !important}.col-9-6{width:80% !important}.col-9-5{width:79.1666666667% !important}.col-9-4{width:78.3333333333% !important}.col-9-3{width:77.5% !important}.col-9-2{width:76.6666666667% !important}.col-9-1{width:75.8333333333% !important}.col-8{width:66.6666666667% !important}.col-8-9{width:74.1666666667% !important}.col-8-8{width:73.3333333333% !important}.col-8-7{width:72.5% !important}.col-8-6{width:71.6666666667% !important}.col-8-5{width:70.8333333333% !important}.col-8-4{width:70% !important}.col-8-3{width:69.1666666667% !important}.col-8-2{width:68.3333333333% !important}.col-8-1{width:67.5% !important}.col-7{width:58.3333333333% !important}.col-7-9{width:65.8333333333% !important}.col-7-8{width:65% !important}.col-7-7{width:64.1666666667% !important}.col-7-6{width:63.3333333333% !important}.col-7-5{width:62.5% !important}.col-7-4{width:61.6666666667% !important}.col-7-3{width:60.8333333333% !important}.col-7-2{width:60% !important}.col-7-1{width:59.1666666667% !important}.col-6{width:50% !important}.col-6-9{width:57.5% !important}.col-6-8{width:56.6666666667% !important}.col-6-7{width:55.8333333333% !important}.col-6-6{width:55% !important}.col-6-5{width:54.1666666667% !important}.col-6-4{width:53.3333333333% !important}.col-6-3{width:52.5% !important}.col-6-2{width:51.6666666667% !important}.col-6-1{width:50.8333333333% !important}.col-5{width:41.6666666667% !important}.col-5-9{width:49.1666666667% !important}.col-5-8{width:48.3333333333% !important}.col-5-7{width:47.5% !important}.col-5-6{width:46.6666666667% !important}.col-5-5{width:45.8333333333% !important}.col-5-4{width:45% !important}.col-5-3{width:44.1666666667% !important}.col-5-2{width:43.3333333333% !important}.col-5-1{width:42.5% !important}.col-4{width:33.3333333333% !important}.col-4-9{width:40.8333333333% !important}.col-4-8{width:40% !important}.col-4-7{width:39.1666666667% !important}.col-4-6{width:38.3333333333% !important}.col-4-5{width:37.5% !important}.col-4-4{width:36.6666666667% !important}.col-4-3{width:35.8333333333% !important}.col-4-2{width:35% !important}.col-4-1{width:34.1666666667% !important}.col-3{width:25% !important}.col-3-9{width:32.5% !important}.col-3-8{width:31.6666666667% !important}.col-3-7{width:30.8333333333% !important}.col-3-6{width:30% !important}.col-3-5{width:29.1666666667% !important}.col-3-4{width:28.3333333333% !important}.col-3-3{width:27.5% !important}.col-3-2{width:26.6666666667% !important}.col-3-1{width:25.8333333333% !important}.col-2{width:16.6666666667% !important}.col-2-9{width:24.1666666667% !important}.col-2-8{width:23.3333333333% !important}.col-2-7{width:22.5% !important}.col-2-6{width:21.6666666667% !important}.col-2-5{width:20.8333333333% !important}.col-2-4{width:20% !important}.col-2-3{width:19.1666666667% !important}.col-2-2{width:18.3333333333% !important}.col-2-1{width:17.5% !important}.col-1{width:8.3333333333% !important}.col-1-9{width:15.8333333333% !important}.col-1-8{width:15% !important}.col-1-7{width:14.1666666667% !important}.col-1-6{width:13.3333333333% !important}.col-1-5{width:12.5% !important}.col-1-4{width:11.6666666667% !important}.col-1-3{width:10.8333333333% !important}.col-1-2{width:10% !important}.col-1-1{width:9.1666666667% !important}.col-0-9{width:7.5% !important}.col-0-8{width:6.6666666667% !important}.col-0-7{width:5.8333333333% !important}.col-0-6{width:5% !important}.col-0-5{width:4.1666666667% !important}.col-0-4{width:3.3333333333% !important}.col-0-3{width:2.5% !important}.col-0-2{width:1.6666666667% !important}.col-0-1{width:.8333333333% !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.b-0{border:0 !important}.b-1{border-width:.25rem !important}.b-2{border-width:.5rem !important}.b-3{border-width:1rem !important}.b-4{border-width:1.5rem !important}.b-5{border-width:3rem !important}.b-1p{border:1px solid #ccc !important}.bt-0{border-top-width:0 !important}.bt-1{border-top-width:.25rem !important}.bt-2{border-top-width:.5rem !important}.bt-3{border-top-width:1rem !important}.bt-4{border-top-width:1.5rem !important}.bt-5{border-top-width:3rem !important}.bt-1p{border-top:1px solid #ccc !important}.br-0{border-right-width:0 !important}.br-1{border-right-width:.25rem !important}.br-2{border-right-width:.5rem !important}.br-3{border-right-width:1rem !important}.br-4{border-right-width:1.5rem !important}.br-5{border-right-width:3rem !important}.br-1p{border-right:1px solid #ccc !important}.bb-0{border-bottom-width:0 !important}.bb-1{border-bottom-width:.25rem !important}.bb-2{border-bottom-width:.5rem !important}.bb-3{border-bottom-width:1rem !important}.bb-4{border-bottom-width:1.5rem !important}.bb-5{border-bottom-width:3rem !important}.bb-1p{border-bottom:1px solid #ccc !important}.bl-0{border-left-width:0 !important}.bl-1{border-left-width:.25rem !important}.bl-2{border-left-width:.5rem !important}.bl-3{border-left-width:1rem !important}.bl-4{border-left-width:1.5rem !important}.bl-5{border-left-width:3rem !important}.bl-1p{border-left:1px solid #ccc !important}.by-0{border-top-width:0 !important;border-bottom-width:0 !important}.by-1{border-top-width:.25rem !important;border-bottom-width:.25rem !important}.by-2{border-top-width:.5rem !important;border-bottom-width:.5rem !important}.by-3{border-top-width:1rem !important;border-bottom-width:1rem !important}.by-4{border-top-width:1.5rem !important;border-bottom-width:1.5rem !important}.by-5{border-top-width:3rem !important;border-bottom-width:3rem !important}.bx-0{border-right-width:0 !important;border-left-width:0 !important}.bx-1{border-right-width:.25rem !important;border-left-width:.25rem !important}.bx-2{border-right-width:.5rem !important;border-left-width:.5rem !important}.bx-3{border-right-width:1rem !important;border-left-width:1rem !important}.bx-4{border-right-width:1.5rem !important;border-left-width:1.5rem !important}.bx-5{border-right-width:3rem !important;border-left-width:3rem !important}.btl-0{border-top-left-radius:0 !important}.btl-5p{border-top-left-radius:5px !important}.btr-0{border-top-right-radius:0 !important}.btr-5p{border-top-right-radius:5px !important}.bbr-0{border-bottom-right-radius:0 !important}.bbr-5p{border-bottom-right-radius:5px !important}.bbl-0{border-bottom-left-radius:0 !important}.bbl-5p{border-bottom-left-radius:5px !important}.hr-0{margin-top:0 !important;margin-bottom:0 !important;width:100%}.hr-1{margin-top:.25rem !important;margin-bottom:.25rem !important;width:100%}.hr-2{margin-top:.5rem !important;margin-bottom:.5rem !important;width:100%}.hr-3{margin-top:1rem;margin-bottom:1rem;width:100%}.hr-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;width:100%}.hr-5{margin-top:3rem !important;margin-bottom:3rem !important;width:100%}.vr-0{width:1px;height:100%;border-left:1px solid #ccc;margin-right:0 !important;margin-left:0 !important}.vr-1{width:1px;height:100%;border-left:1px solid #ccc;margin-right:.25rem !important;margin-left:.25rem !important}.vr-2{width:1px;height:100%;border-left:1px solid #ccc;margin-right:.5rem !important;margin-left:.5rem !important}.vr-3{width:1px;height:100%;border-left:1px solid #ccc;margin-right:1rem !important;margin-left:1rem !important}.vr-4{width:1px;height:100%;border-left:1px solid #ccc;margin-right:1.5rem !important;margin-left:1.5rem !important}.vr-5{width:1px;height:100%;border-left:1px solid #ccc;margin-right:3rem !important;margin-left:3rem !important}.m-auto{margin:auto !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.my-1p{margin-top:1px;margin-bottom:1px}.mx-2p{margin-right:2px !important;margin-left:2px !important}.mt-auto{margin-top:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-2{margin-top:.5rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mr-auto{margin-right:auto !important}.mr-0{margin-right:0 !important}.mr-1{margin-right:.25rem !important}.mr-n1{margin-right:-0.25rem !important}.mr-2{margin-right:.5rem !important}.mr-n2{margin-right:-0.5rem !important}.mr-3{margin-right:1rem !important}.mr-4{margin-right:1.5rem !important}.mr-5{margin-right:3rem !important}.mb-auto{margin-bottom:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.ml-auto{margin-left:auto !important}.ml-0{margin-left:0 !important}.ml-1{margin-left:.25rem !important}.ml-n1{margin-left:-0.25rem !important}.ml-2{margin-left:.5rem !important}.ml-n2{margin-left:-0.5rem !important}.ml-3{margin-left:1rem !important}.ml-4{margin-left:1.5rem !important}.ml-5{margin-left:3rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.p-1p{padding:1px !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-1p{padding-top:1px !important;padding-bottom:1px !important}.py-2p{padding-top:2px !important;padding-bottom:2px !important}.px-1p{padding-right:1px !important;padding-left:1px !important}.px-2p{padding-right:2px !important;padding-left:2px !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pt-1p{padding-top:1px !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:.25rem !important}.pr-2{padding-right:.5rem !important}.pr-3{padding-right:1rem !important}.pr-4{padding-right:1.5rem !important}.pr-5{padding-right:3rem !important}.pr-1p{padding-right:1px !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.pb-1p{padding-bottom:1px !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:.25rem !important}.pl-2{padding-left:.5rem !important}.pl-3{padding-left:1rem !important}.pl-4{padding-left:1.5rem !important}.pl-5{padding-left:3rem !important}.pl-1p{padding-left:1px !important}.z-index-1{z-index:1 !important}.top-n1p{top:-1px}.right-0{right:0 !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}input[type=checkbox]:checked{filter:grayscale(100%)}input[type=radio]:checked{filter:grayscale(100%)}.code{font-family:monospace !important}.dnd-font{font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500}.ve-small{font-size:85% !important}.font-size-24p{font-size:24px !important}.ve-muted{color:#777 !important}.bold{font-weight:bold !important}.ve-bolder{font-weight:bolder !important}.italic{font-style:italic !important}i>i{font-style:initial}.underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.help{cursor:help !important;text-decoration:underline !important;text-decoration-style:dotted !important}.help:hover,.help:active,.help:focus{text-decoration:underline !important;text-decoration-style:dotted !important}.help-subtle{cursor:help !important}.no-wrap{white-space:nowrap !important}.text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.whitespace-normal{white-space:normal}.whitespace-pre{white-space:pre}.word-break-all{word-break:break-all}.small-caps{font-variant:small-caps}.capitalize{text-transform:capitalize}.no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-rtl{direction:rtl}.trans-x-flip{transform:scaleX(-1) !important}.clickable{cursor:pointer !important}.not-clickable{cursor:default !important}.copyable{cursor:copy !important}.ve-draggable{cursor:grab}.no-events{pointer-events:none !important}.events-initial{pointer-events:initial !important}.no-select{user-select:none !important}.user-select-text{user-select:text !important}.user-select-all{user-select:all !important}.smooth-scroll{transform:translateZ(0) !important}.scrollbar-stable{scrollbar-gutter:stable}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.overflow-y-hidden{overflow-y:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-scroll{overflow-x:scroll}.overflow-x-hidden{overflow-x:hidden}.overflow-hidden{overflow:hidden}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-overlay{overflow:auto;overflow:overlay}.resize-vertical{resize:vertical}.resize-none{resize:none}.w-10{width:10% !important}.w-15{width:15% !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-30{width:30% !important}.w-33{width:33.3333333% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-50--mr-2{width:calc(50% - 0.5rem) !important}.w-60{width:60% !important}.w-66{width:66.6666666% !important}.w-70{width:70% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-90{width:90% !important}.w-100{width:100% !important}.w-100w{width:100vw !important}.w-initial{width:initial !important}.w-20p{width:20px !important}.w-24p{width:24px !important}.w-30p{width:30px !important}.w-40p{width:40px !important}.w-50p{width:50px !important}.w-70p{width:70px !important}.w-80p{width:80px !important}.w-90p{width:90px !important}.w-100p{width:100px !important}.w-140p{width:140px !important}.w-200p{width:200px !important}.w-640p{width:640px !important}.min-w-0{min-width:0 !important}.min-w-80{min-width:80% !important}.min-w-100{min-width:100% !important}.min-w-20p{min-width:20px !important}.min-w-100p{min-width:100px !important}.max-w-25{max-width:25% !important}.max-w-33{max-width:33.3333333% !important}.max-w-80{max-width:80% !important}.max-w-100{max-width:100% !important}.max-w-100p{max-width:100px !important}.max-w-200p{max-width:200px !important}.max-w-300p{max-width:300px !important}.max-w-640p{max-width:640px !important}.h-initial{height:initial !important}.h-50{height:50% !important}.h-100{height:100% !important}.h-100h{height:100vh !important}.h-20p{height:20px !important}.h-21p{height:21px !important}.h-25p{height:25px !important}.h-27p{height:27px !important}.h-100p{height:100px !important}.h-120p{height:120px !important}.h-ipt-xs{height:22px}.min-h-0{min-height:0 !important}.min-h-100{min-height:100% !important}.min-h-24p{min-height:24px !important}.min-h-100p{min-height:100px !important}.max-h-40{max-height:40% !important}.max-h-unset{max-height:unset !important}.relative{position:relative !important}.absolute{position:absolute !important}.sticky{position:sticky !important}.ve-grid{display:grid !important}.block{display:block !important}.ve-block{display:block !important}.inline-block{display:inline-block !important}.ve-inline-block{display:inline-block !important}.inline{display:inline !important}.ve-inline-flex{display:inline-flex !important}.ve-flex{display:flex !important}.ve-flex-col{display:flex !important;flex-direction:column !important}.ve-flex-v-center{display:flex !important;align-items:center !important}.ve-inline-flex-v-center{display:inline-flex !important;align-items:center !important}.ve-flex-v-top{display:flex;align-items:flex-start}.ve-flex-v-baseline{display:flex !important;align-items:baseline !important}.ve-flex-v-end{display:flex !important;align-items:flex-end !important}.ve-flex-v-stretch{display:flex !important;align-items:stretch !important}.ve-flex-h-center{display:flex !important;justify-content:center !important}.ve-flex-h-right{display:flex !important;justify-content:flex-end !important}.ve-flex-vh-center{display:flex !important;align-items:center !important;justify-content:center !important}.ve-flex-vh-center-around{display:flex;align-items:center;justify-content:space-around}.ve-flex-inline-col{display:inline-flex !important;flex-direction:column !important}.ve-flex-inline-v-center{display:inline-flex !important;align-items:center !important;justify-content:center !important}.ve-self-flex-start{align-self:flex-start !important}.ve-self-flex-center{align-self:center !important}.ve-self-flex-end{align-self:flex-end !important}.ve-self-flex-stretch{align-self:stretch !important}.ve-flex-fill{flex-basis:100%}.ve-grow{flex-grow:1 !important}.no-shrink{flex-shrink:0 !important}.no-grow{flex-grow:0 !important}.ve-flex-1{flex:1 !important}.ve-flex-2{flex:2 !important}.ve-flex-3{flex:3 !important}.ve-flex-4{flex:4 !important}.ve-flex-5{flex:5 !important}.ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.split{display:flex !important;justify-content:space-between !important}.split-v-center{display:flex !important;justify-content:space-between !important;align-items:center !important}.inline-split-v-center{display:inline-flex !important;justify-content:space-between;align-items:center}.split-v-end{display:flex !important;justify-content:space-between !important;align-items:flex-end !important}.split-child{width:50%;flex-shrink:0;flex-grow:0}.split-column{display:flex;justify-content:space-between;flex-direction:column}.split-column--inline{display:inline-flex}.columns-2{column-count:2;break-inside:avoid-column;column-gap:1.75rem}.columns-2>*{break-inside:avoid-column}@media(max-width: 768px){.columns-2{column-count:1}}.columns-3{column-count:3;break-inside:avoid-column;column-gap:1.75rem}.columns-3>*{break-inside:avoid-column}@media(max-width: 768px){.columns-3{column-count:2}}@media(max-width: 480px){.columns-3{column-count:1}}.columns-4{column-count:4;break-inside:avoid-column;column-gap:1.75rem}.columns-4>*{break-inside:avoid-column}@media(max-width: 768px){.columns-4{column-count:3}}@media(max-width: 480px){.columns-4{column-count:2}}.columns-5{column-count:5;break-inside:avoid-column;column-gap:1.75rem}.columns-5>*{break-inside:avoid-column}@media(max-width: 768px){.columns-5{column-count:3}}@media(max-width: 480px){.columns-5{column-count:2}}.columns-6{column-count:6;break-inside:avoid-column;column-gap:1.75rem}.columns-6>*{break-inside:avoid-column}@media(max-width: 768px){.columns-6{column-count:3}}@media(max-width: 480px){.columns-6{column-count:2}}.table-layout-fixed{table-layout:fixed !important}.hr--dotted{border-style:dashed;border-left:0;border-right:0}.hr--heavy{border-bottom-width:2px;border-top-width:3px;border-style:outset}.border-dotted{border-style:dotted !important}.opacity-50{opacity:.5 !important}.ve-hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.clickable--link{color:#337ab7 !important}.plain{font-weight:initial !important;font-style:initial !important;text-decoration:none !important}.fade{transition:opacity 51ms linear}.float-clear{clear:both}.stripe-even:nth-child(even){background:rgba(136,136,136,.0941176471)}.stripe-even--faint:nth-child(even){background:rgba(187,187,187,.0941176471)}.stripe-odd:nth-child(odd){background:rgba(136,136,136,.0941176471)}.stripe-odd--faint:nth-child(odd){background:rgba(187,187,187,.0941176471)}.stripe-child-even-first:nth-child(even)>:first-child{background:rgba(136,136,136,.0941176471)}.veapp__ele-hoverable:hover{background:#f5f5f5}.last-mr-0:last-child{margin-right:0 !important}.hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .stripe-even:nth-child(even){background:rgba(170,170,170,.2666666667)}.night-mode .stripe-odd:nth-child(odd){background:rgba(170,170,170,.2666666667)}.night-mode .stripe-child-even-first:nth-child(even)>:first-child{background:rgba(170,170,170,.2666666667)}.night-mode .veapp__ele-hoverable:hover{background:#383838}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media only screen and (min-width: 1201px){.mobile-ish__visible{display:none !important}}@media only screen and (max-width: 1200px){.mobile-ish__hidden{display:none !important}.mobile-ish__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-ish__ve-flex-ai-start{align-items:flex-start !important}.mobile-ish__w-100{width:100% !important}.mobile-ish__mr-0{margin-right:0 !important}.mobile-ish__mb-2{margin-bottom:.5rem !important}}@media only screen and (min-width: 769px){.mobile__visible{display:none !important}}@media only screen and (max-width: 768px){.mobile__hidden{display:none !important}.mobile__text-center{text-align:center !important}.mobile__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile__ve-flex-ai-start{align-items:flex-start !important}.mobile__w-100{width:100% !important}.mobile__max-w-100{max-width:100% !important}.mobile__h-initial{height:initial !important}.mobile__m-auto{margin:auto !important}.mobile__m-0{margin:0 !important}.mobile__m-1{margin:.25rem !important}.mobile__m-2{margin:.5rem !important}.mobile__m-3{margin:1rem !important}.mobile__m-4{margin:1.5rem !important}.mobile__m-5{margin:3rem !important}.mobile__mt-auto{margin-top:auto !important}.mobile__mt-0{margin-top:0 !important}.mobile__mt-1{margin-top:.25rem !important}.mobile__mt-2{margin-top:.5rem !important}.mobile__mt-3{margin-top:1rem !important}.mobile__mt-4{margin-top:1.5rem !important}.mobile__mt-5{margin-top:3rem !important}.mobile__mr-auto{margin-right:auto !important}.mobile__mr-0{margin-right:0 !important}.mobile__mr-1{margin-right:.25rem !important}.mobile__mr-2{margin-right:.5rem !important}.mobile__mr-3{margin-right:1rem !important}.mobile__mr-4{margin-right:1.5rem !important}.mobile__mr-5{margin-right:3rem !important}.mobile__mb-auto{margin-bottom:auto !important}.mobile__mb-0{margin-bottom:0 !important}.mobile__mb-1{margin-bottom:.25rem !important}.mobile__mb-2{margin-bottom:.5rem !important}.mobile__mb-3{margin-bottom:1rem !important}.mobile__mb-4{margin-bottom:1.5rem !important}.mobile__mb-5{margin-bottom:3rem !important}.mobile__ml-auto{margin-left:auto !important}.mobile__ml-0{margin-left:0 !important}.mobile__ml-1{margin-left:.25rem !important}.mobile__ml-2{margin-left:.5rem !important}.mobile__ml-3{margin-left:1rem !important}.mobile__ml-4{margin-left:1.5rem !important}.mobile__ml-5{margin-left:3rem !important}.mobile__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile__p-0{padding:0 !important}.mobile__p-1{padding:.25rem !important}.mobile__p-2{padding:.5rem !important}.mobile__p-3{padding:1rem !important}.mobile__p-4{padding:1.5rem !important}.mobile__p-5{padding:3rem !important}.mobile__p-1p{padding:1px !important}.mobile__pt-0{padding-top:0 !important}.mobile__pt-1{padding-top:.25rem !important}.mobile__pt-2{padding-top:.5rem !important}.mobile__pt-3{padding-top:1rem !important}.mobile__pt-4{padding-top:1.5rem !important}.mobile__pt-5{padding-top:3rem !important}.mobile__pt-1p{padding-top:1px !important}.mobile__pr-0{padding-right:0 !important}.mobile__pr-1{padding-right:.25rem !important}.mobile__pr-2{padding-right:.5rem !important}.mobile__pr-3{padding-right:1rem !important}.mobile__pr-4{padding-right:1.5rem !important}.mobile__pr-5{padding-right:3rem !important}.mobile__pr-1p{padding-right:1px !important}.mobile__pb-0{padding-bottom:0 !important}.mobile__pb-1{padding-bottom:.25rem !important}.mobile__pb-2{padding-bottom:.5rem !important}.mobile__pb-3{padding-bottom:1rem !important}.mobile__pb-4{padding-bottom:1.5rem !important}.mobile__pb-5{padding-bottom:3rem !important}.mobile__pb-1p{padding-bottom:1px !important}.mobile__pl-0{padding-left:0 !important}.mobile__pl-1{padding-left:.25rem !important}.mobile__pl-2{padding-left:.5rem !important}.mobile__pl-3{padding-left:1rem !important}.mobile__pl-4{padding-left:1.5rem !important}.mobile__pl-5{padding-left:3rem !important}.mobile__pl-1p{padding-left:1px !important}.mobile__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile__px-0{padding-right:0 !important;padding-left:0 !important}.mobile__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile__py-1p{padding-top:1px !important;padding-bottom:1px !important}}.ve-popwindow .ve-popwindow__hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--sz-font-h0: 1.8em;--sz-font-h1: 1.5em;--sz-font-h2: 1.35em;--h-mb-p: 5px;--h-mb-quote-line: 5px;--h-mb-quote-line-last: 5px;--h-mb-li: 3px;--w-text-indent-inline-p: 0.7em;--w-pl-list: 24px;--w-pl-list-no-bullets: 10px}@keyframes rd__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.rd__b p{margin-bottom:var(--h-mb-p)}.rd__b--0,.rd__b--1,.rd__b--2,.rd__b--3,.rd__b--4{margin-bottom:var(--h-mb-p)}.rd__b--0:last-child,.rd__b--1:last-child,.rd__b--2:last-child,.rd__b--3:last-child,.rd__b--4:last-child{margin-bottom:0}.rd__b--0>*:last-child,.rd__b--1>*:last-child,.rd__b--2>*:last-child,.rd__b--3>*:last-child,.rd__b--4>*:last-child{margin-bottom:0}.rd__hr{border-color:rgba(170,170,170,.4);margin:17px 0 5px}.rd__hr--section{margin:30px 0 5px}.rd__list{margin-top:0;margin-bottom:var(--h-mb-p);padding-left:var(--w-pl-list)}.rd__list>.rd__list:last-child{margin-bottom:0}.rd__list>.rd__list-name{margin-left:calc(-1*var(--w-pl-list))}.rd__list-name{margin:0 0 var(--h-mb-li);font-weight:bold;list-style-type:none}.rd__li{margin-bottom:var(--h-mb-p)}.rd__compact-stats{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start}.rd__title-link{opacity:.3;font-size:12px;font-weight:normal}.rd__title-link--inset{font-size:12px}.rd__wrp-image{margin:5px auto 0;text-align:center}.rd__image{max-width:100%;max-height:60vh;cursor:zoom-in}.rd__wrp-map{max-width:33%;margin:0 auto}.rd__wrp-gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end}.rd__wrp-gallery-image{padding:0 10px 10px;max-width:33%}.rd__quote-line{margin-bottom:var(--h-mb-quote-line)}.rd__quote-line--last{margin-bottom:var(--h-mb-quote-line-last)}.rd__quote-by{width:100%;text-align:right;display:block}.rd__p-list-item{font-style:initial}.rd__p-cont-indent{display:block;text-indent:1em}.rd__tab-indent{width:1em;display:inline-block}.rd__image-title{width:100%;text-align:center;font-style:italic;margin-top:3px}.rd__image-title-inner{display:inline-block;text-decoration:underline;margin:2px 0}.rd__image-btn-viewer{font-style:initial;white-space:normal;font-size:inherit;line-height:1.7}.rd__image-credit{font-size:80%}.rd__scroller-viewer{scrollbar-width:auto}.rd__scroller-viewer::-webkit-scrollbar{width:15px;height:15px}.rd__prerequisite{font-style:italic;display:block}.rd__li-spell{margin:0}.rd__list-hang-notitle{padding:0;list-style:none}.rd__list-hang-notitle>.rd__li{margin-bottom:var(--h-mb-li);text-indent:-1.1em;margin-left:1.1em}.rd__list-hang-notitle>.rd__li a,.rd__list-hang-notitle>.rd__li span{text-indent:initial}.rd__list-hang-notitle>.rd__li>*{margin:0 0 var(--h-mb-li)}.rd__list-hang-notitle>.rd__li>ul{text-indent:0}.rd__list-hang{list-style:none}.rd__list-hang>.rd__list-name{margin-left:calc(-1*var(--w-pl-list))}.rd__list-hang>li>*:not(::marker){text-indent:-1.1em;margin-left:1.1em}.rd__list-decimal{list-style:decimal}.rd__list-lower-roman{list-style:lower-roman}.rd__list-upper-roman{list-style:upper-roman}.rd__list-no-bullets{list-style:none;padding:0 0 0 var(--w-pl-list-no-bullets)}.rd__list-no-bullets>.rd__list-name{margin-left:calc(-1*var(--w-pl-list-no-bullets))}.rd__list-italic{font-style:italic}.rd__h{margin:0;line-height:inherit}.rd__h--0{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h0)}.rd__h--1{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h1);border-bottom:1px solid #822000;margin:0 0 .2em}.rd__h--2{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h2)}.rd__h--2-inset{font-variant:small-caps;font-weight:bolder;font-size:1.1em;display:flex;justify-content:space-between;align-items:center}.rd__h--2-inset-no-name{justify-content:flex-end;float:right}.rd__h--2-flow-block{display:block;font-variant:small-caps;font-weight:bolder;font-size:1.1em;text-align:center}.rd__h--2-inset>h4,.rd__h--2-flow-block>h4{font-size:inherit;font-weight:inherit;line-height:1.42857143;margin:0}.rd__h--3{font-weight:bold;font-style:italic}.rd__h--4{font-style:italic}.rd__h-toggle{font-family:Arial,sans-serif;font-size:12px;opacity:.3;font-weight:normal}.rd__ele-toggled-hidden{display:none !important}.rd__b--3>p,.rd__b--4>p{text-indent:var(--w-text-indent-inline-p);margin-bottom:0}.rd__b--3>p:first-of-type,.rd__b--4>p:first-of-type{display:inline}.rd__b-inset>p{text-indent:var(--w-text-indent-inline-p);margin-bottom:0}.rd__b-inset>p:first-of-type{text-indent:0}.rd__b-inset{margin:7px 15px;padding:5px 10px;box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-top:2px solid #656565;border-bottom:2px solid #656565;background-color:#e9ecda}.rd__b-inset>*:last-of-type{margin-bottom:0}.rd__b-inset--readaloud{box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-left:2px solid #656565;border-right:2px solid #656565;background-color:#eef0f3}.rd__b-inset-inner{margin-top:10px}.rd__b-data{border:3px solid #e69a28;border-left-width:1px;border-right-width:1px;margin:5px;width:calc(100% - 12px)}.rd__b-data--inset{box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;background-color:rgba(156,150,120,.1)}.rd__li>.rd__b-data{margin:0}.rd__data-embed-header{cursor:pointer;font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold}.rd__data-embed-header:hover{background:rgba(100,100,100,.08)}.rd__data-embed-toggle{font-family:Arial,sans-serif;float:right}.rd__wrp-loadbrew--ready{cursor:pointer;text-decoration:underline}.rd__loadbrew-icon{text-indent:0;margin-left:2px;transition-property:transform;transition-duration:1s}.rd__loadbrew-icon--active{animation-name:rd__spin;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear}.rd__table{width:100%;margin-bottom:var(--h-mb-p)}.rd__table>caption{text-align:left}.rd__comic{font-family:"Blambot Casual",sans-serif;color:#1942be}.rd__comic--h1{font-size:140%;font-variant:small-caps}.rd__comic--h2{font-size:130%}.rd__comic--h3{font-size:120%}.rd__comic--h4{font-size:110%}.rd__comic--note{opacity:.7}.rd__comic-img-speaker{margin-top:-20px;margin-bottom:-20px}.rd__comic-img-speaker--left{float:left;margin-right:0;margin-left:-20px}.rd__comic-img-speaker--right{float:right;margin-right:-20px;margin-left:0}.rd__comic-img-speaker::after{content:"";clear:both;display:block}.rd__img-small{max-width:25vw;max-height:25vh}.rd__s-v-flow{height:15px;width:0;border-left:1px solid #656565;border-right:1px solid #656565;margin:0 auto}.rd__b-flow{margin:0 15px;padding:5px 10px;box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-top:2px solid #656565;border-bottom:2px solid #656565;background-color:#ece4da}.rd__b-flow>*:last-of-type{margin-bottom:0}.rd__stats-name-page{font-family:"Convergence",Arial,sans-serif;font-size:12px;color:#333;font-weight:100}.rd__stats-name-brew-link{font-size:13px;font-weight:initial}.rd__pre-wrap{white-space:pre-wrap}.rd__highlight{background-color:#ff0}.rd__color a{color:inherit !important}.rd-item__type-rarity-attunement{color:#333}.rd-spell__level-school-ritual{font-style:italic;color:#333}.rd-ability-icon{max-width:100px}.rd-ability-icon__fill-primary{fill:#333}.rd-ability-icon__fill-bg{fill:#fff}.rd-ability-icon__stroke-bg{stroke:#fff}td>.rd__b:last-child{margin-bottom:0}.rd-recipes__wrp-recipe .rd__b--3>p,.rd-recipes__wrp-recipe .rd__b--4>p{text-indent:0}.rd-recipes__wrp-instructions .rd__h--3{font-style:initial;font-variant:small-caps}.rd-recipes__wrp-instructions .rd__b--3>p,.rd-recipes__wrp-instructions .rd__b--4>p{margin-bottom:10px}.rd-recipes__wrp-instructions .rd__b--3>p:nth-of-type(2),.rd-recipes__wrp-instructions .rd__b--4>p:nth-of-type(2){margin-top:10px}.rd-recipes__wrp-ingredients .rd__h--2{font-size:1em;font-family:Roboto,Helvetica,sans-serif;color:inherit;font-weight:bold}.rd-recipes__wrp-ingredients .rd__b p{margin-bottom:0}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .rd__h--0,.night-mode .rd__h--1,.night-mode .rd__h--2{color:#d29a38}.night-mode .rd__h--1{border-bottom-color:#d29a38}.night-mode .rd__h--4{color:#c2c2c2}.night-mode .rd__h--3{color:#c2c2c2}.night-mode .rd__-image-title-inner{border-color:#555}.night-mode .rd__b-inset{background-color:#323431}.night-mode .rd__b-inset--readaloud{background-color:#28303a}.night-mode .rd__b-data{border-color:#565656}.night-mode .rd__b-flow{background-color:#38352f}.night-mode .rd__comic{color:#95aaea}.night-mode .rd__stats-name-page{color:#bbb}.night-mode .rd__highlight{background-color:#cc0;color:#222}.night-mode .rd-item__type-rarity-attunement{color:#bbb}.night-mode .rd-spell__level-school-ritual{color:#bbb}.night-mode .rd-ability-icon__fill-primary{fill:#bbb}.night-mode .rd-ability-icon__fill-bg{fill:#222}.night-mode .rd-ability-icon__stroke-bg{stroke:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@keyframes kf-fade-in{from{opacity:0}to{opacity:1}}.hwin{position:fixed;width:600px;max-width:92vw;min-width:150px;z-index:200;box-shadow:0 0 12px 0 #000;animation-name:kf-fade-in;animation-duration:150ms;display:flex;flex-direction:column;background:#f5f5f5}.hwin--minified .hoverborder__resize-n,.hwin--minified .hoverborder__resize-ne,.hwin--minified .hoverborder__resize-e,.hwin--minified .hoverborder__resize-se,.hwin--minified .hoverborder__resize-s,.hwin--minified .hoverborder__resize-sw,.hwin--minified .hoverborder__resize-w,.hwin--minified .hoverborder__resize-nw{display:none}.hwin--popout{box-shadow:initial;width:100%;animation-duration:initial;overflow-y:scroll;height:100%;max-width:initial;max-height:initial}@media(max-width: 1023px){.hwin{max-width:95vw}}.hwin::-webkit-scrollbar-track{background:#a0a0a0}.hwin::-webkit-scrollbar{width:4px}.hwin__wrp-table{max-height:92vh;min-height:20px;overflow-y:auto;background:#f5f5f5;transform:translateZ(0)}.hwin p{margin-bottom:5px}.hwin .rnd-name{font-size:22.4px}.hwin td div.border{height:2px;background-color:#822000;margin:0 3px;padding:0;border-right:5px rgba(0,0,0,0)}.hoverborder{position:relative;min-height:3px;max-height:16px;text-align:right}.hoverborder--btm{cursor:ns-resize}.hoverborder--top{cursor:move;user-select:none;display:flex;justify-content:space-between}.hoverborder .hwin__top-border-icon{display:none}.hoverborder[data-perm=true] .hwin__top-border-icon{display:block}.hoverborder .window-title{max-width:calc(100% - 45px);text-align:left;margin-left:4px;padding:1px 0;font-size:12px;display:none;font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold}.hoverborder[data-perm=true] .window-title{display:block}.hoverborder__resize-n{position:absolute;top:-4px;right:4px;left:4px;height:4px;cursor:ns-resize}.hoverborder__resize-ne{position:absolute;top:-6px;right:-6px;height:10px;width:10px;cursor:ne-resize}.hoverborder__resize-e{position:absolute;top:4px;right:-4px;bottom:4px;width:4px;cursor:ew-resize}.hoverborder__resize-se{position:absolute;right:-6px;bottom:-6px;height:10px;width:10px;cursor:se-resize}.hoverborder__resize-s{position:absolute;top:3px;right:4px;left:4px;height:2px}.hoverborder__resize-sw{position:absolute;bottom:-6px;left:-6px;height:10px;width:10px;cursor:sw-resize}.hoverborder__resize-w{position:absolute;top:4px;bottom:4px;left:-4px;width:4px;cursor:ew-resize}.hoverborder__resize-nw{position:absolute;top:-6px;left:-6px;height:10px;width:10px;cursor:nw-resize}.hoverborder[data-display-title=true]~.hwin__wrp-table,.hoverborder[data-display-title=true]~.hoverborder{display:none}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .hwin{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.source-category-site{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.source-category-extras{color:#9d4c4f !important;border-color:#9d4c4f !important;text-decoration-color:#9d4c4f !important}.source-category-homebrew{color:#8c3b96 !important;border-color:#8c3b96 !important;text-decoration-color:#8c3b96 !important}.source-category-homebrew--local{color:#4b40ed !important;border-color:#4b40ed !important;text-decoration-color:#4b40ed !important}.source-category-spicy{color:#1d965d !important;border-color:#1d965d !important;text-decoration-color:#1d965d !important}.source-category-spicy--local{color:#54ce19 !important;border-color:#54ce19 !important;text-decoration-color:#54ce19 !important}.sourcePHB{color:#4a6898 !important;border-color:#4a6898 !important;text-decoration-color:#4a6898 !important}.sourceDMG{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.sourceMM{color:green !important;border-color:green !important;text-decoration-color:green !important}.sourceSCAG{color:#76af76 !important;border-color:#76af76 !important;text-decoration-color:#76af76 !important}.sourceVGM{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.sourceOGA{color:#933d0f !important;border-color:#933d0f !important;text-decoration-color:#933d0f !important}.sourceXGE,.sourceTTP{color:#ba7c00 !important;border-color:#ba7c00 !important;text-decoration-color:#ba7c00 !important}.sourceXMtS{color:#830051 !important;border-color:#830051 !important;text-decoration-color:#830051 !important}.sourceHotDQ{color:#ad8eba !important;border-color:#ad8eba !important;text-decoration-color:#ad8eba !important}.sourceRoT{color:#ff2900 !important;border-color:#ff2900 !important;text-decoration-color:#ff2900 !important}.sourceCoS{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.sourceOotA{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.sourceSKT{color:#008b8b !important;border-color:#008b8b !important;text-decoration-color:#008b8b !important}.sourcePotA,.sourceEEPC{color:#57b6c6 !important;border-color:#57b6c6 !important;text-decoration-color:#57b6c6 !important}.sourceLMoP{color:#8da851 !important;border-color:#8da851 !important;text-decoration-color:#8da851 !important}.sourceTftYP{color:#c94029 !important;border-color:#c94029 !important;text-decoration-color:#c94029 !important}.sourceToA{color:#666f30 !important;border-color:#666f30 !important;text-decoration-color:#666f30 !important}.sourceMTF{color:#1f6e7b !important;border-color:#1f6e7b !important;text-decoration-color:#1f6e7b !important}.sourceWDH{color:#d4af37 !important;border-color:#d4af37 !important;text-decoration-color:#d4af37 !important}.sourceGGR,.sourceKKW{color:#bfa76c !important;border-color:#bfa76c !important;text-decoration-color:#bfa76c !important}.sourceWDMM{color:#a2201f !important;border-color:#a2201f !important;text-decoration-color:#a2201f !important}.sourceLLK{color:#6e7a71 !important;border-color:#6e7a71 !important;text-decoration-color:#6e7a71 !important}.sourceAZfyT{color:#4667a7 !important;border-color:#4667a7 !important;text-decoration-color:#4667a7 !important}.sourceGoS{color:#3d695a !important;border-color:#3d695a !important;text-decoration-color:#3d695a !important}.sourceAI,.sourceOoW{color:#5baf04 !important;border-color:#5baf04 !important;text-decoration-color:#5baf04 !important}.sourceESK,.sourceDIP,.sourceDC,.sourceSDW,.sourceSLW{color:#6b909a !important;border-color:#6b909a !important;text-decoration-color:#6b909a !important}.sourceBGDIA{color:#752418 !important;border-color:#752418 !important;text-decoration-color:#752418 !important}.sourceERLW,.sourceEFR{color:#983426 !important;border-color:#983426 !important;text-decoration-color:#983426 !important}.sourceRMR,.sourceRMBRE{color:#5c7c27 !important;border-color:#5c7c27 !important;text-decoration-color:#5c7c27 !important}.sourceMFF{color:#92817f !important;border-color:#92817f !important;text-decoration-color:#92817f !important}.sourceLR{color:#78613c !important;border-color:#78613c !important;text-decoration-color:#78613c !important}.sourceIMR{color:#a19364 !important;border-color:#a19364 !important;text-decoration-color:#a19364 !important}.sourceSADS{color:#333bab !important;border-color:#333bab !important;text-decoration-color:#333bab !important}.sourceEGW,.sourceFS,.sourceDD,.sourceUS,.sourceToR{color:#855a6e !important;border-color:#855a6e !important;text-decoration-color:#855a6e !important}.sourceMOT{color:#556b2e !important;border-color:#556b2e !important;text-decoration-color:#556b2e !important}.sourceIDRotF{color:#8fb8c0 !important;border-color:#8fb8c0 !important;text-decoration-color:#8fb8c0 !important}.sourceTCE{color:#a24d08 !important;border-color:#a24d08 !important;text-decoration-color:#a24d08 !important}.sourceAL{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.sourceHF{color:#ac9544 !important;border-color:#ac9544 !important;text-decoration-color:#ac9544 !important}.sourceCM{color:#e6585e !important;border-color:#e6585e !important;text-decoration-color:#e6585e !important}.sourceVRGR,.sourceHoL{color:#bd000f !important;border-color:#bd000f !important;text-decoration-color:#bd000f !important}.sourceRtG{color:#8a536a !important;border-color:#8a536a !important;text-decoration-color:#8a536a !important}.sourceAitFR{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.sourceAitFR-ISF,.sourceAitFR-THP,.sourceAitFR-AVT,.sourceAitFR-DN,.sourceAitFR-FCD{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.sourceWBtW{color:#7151b6 !important;border-color:#7151b6 !important;text-decoration-color:#7151b6 !important}.sourceDoD{color:#fe4935 !important;border-color:#fe4935 !important;text-decoration-color:#fe4935 !important}.sourceMaBJoV{color:#7a2854 !important;border-color:#7a2854 !important;text-decoration-color:#7a2854 !important}.sourceFTD{color:#b82a15 !important;border-color:#b82a15 !important;text-decoration-color:#b82a15 !important}.sourceNRH{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.sourceNRH-TCMC,.sourceNRH-AVitW,.sourceNRH-ASS,.sourceNRH-CoI,.sourceNRH-TLT,.sourceNRH-AWoL,.sourceNRH-AT{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.sourceSCC{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.sourceSCC-CK,.sourceSCC-HfMT,.sourceSCC-TMM,.sourceSCC-ARiR{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.sourceMPMM{color:#5c758d !important;border-color:#5c758d !important;text-decoration-color:#5c758d !important}.sourceCRCotN{color:#ac4a70 !important;border-color:#ac4a70 !important;text-decoration-color:#ac4a70 !important}.sourceJttRC{color:#cf48e2 !important;border-color:#cf48e2 !important;text-decoration-color:#cf48e2 !important}.sourceSjA,.sourceSAiS,.sourceAAG,.sourceBAM,.sourceLoX{color:#056b97 !important;border-color:#056b97 !important;text-decoration-color:#056b97 !important}.sourceDoSI{color:#478bb8 !important;border-color:#478bb8 !important;text-decoration-color:#478bb8 !important}.sourceDSotDQ{color:#851e20 !important;border-color:#851e20 !important;text-decoration-color:#851e20 !important}.sourcePSA{color:#d76404 !important;border-color:#d76404 !important;text-decoration-color:#d76404 !important}.sourcePSD{color:#5db7da !important;border-color:#5db7da !important;text-decoration-color:#5db7da !important}.sourcePSI{color:#5d4696 !important;border-color:#5d4696 !important;text-decoration-color:#5d4696 !important}.sourcePSK{color:#a27135 !important;border-color:#a27135 !important;text-decoration-color:#a27135 !important}.sourcePSX{color:#bb2722 !important;border-color:#bb2722 !important;text-decoration-color:#bb2722 !important}.sourcePSZ{color:#6f8a2d !important;border-color:#6f8a2d !important;text-decoration-color:#6f8a2d !important}.sourceKftGV{color:#876e38 !important;border-color:#876e38 !important;text-decoration-color:#876e38 !important}.sourceHAT-TG,.sourceHAT-LMI{color:#a24545 !important;border-color:#a24545 !important;text-decoration-color:#a24545 !important}.sp__school-A{color:#00b921}.sp__school-V{color:#bb0100}.sp__school-E{color:#b30083}.sp__school-I{color:#006dbd}.sp__school-D{color:#00adb3}.sp__school-N{color:#6c00cc}.sp__school-T{color:#ccbe00}.sp__school-C{color:#bd0044}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .sourcePHB{color:#337ab7 !important;border-color:#337ab7 !important;text-decoration-color:#337ab7 !important}.night-mode .sourceSADS{color:#4f63f5 !important;border-color:#4f63f5 !important;text-decoration-color:#4f63f5 !important}.night-mode .sourcePSA{color:#eec276 !important;border-color:#eec276 !important;text-decoration-color:#eec276 !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.lst__wrp-search-glass{position:absolute;top:0;bottom:2px;left:6px;opacity:.5}.lst__wrp-search-visible{position:absolute;top:0;right:6px;bottom:0;opacity:.5}.lst__caret--active{display:inline-block;width:0;height:0;vertical-align:middle;border-top:4px dashed;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);margin-left:2px}.lst__caret--reverse{transform:rotate(180deg)}input.lst__search{padding-left:23px}input.lst__search--no-border-h{border-radius:0;border-right:0}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.nav .dropdown-menu--top{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}@media(max-width: 768px){.nav>li>a{border:1px solid #ccc}.night-mode .nav>li>a{border-color:#555}}.night-mode .nav>li:not(.active)>a{color:#bbb;background-color:#222;border:1px solid rgba(85,85,85,.6274509804);border-top:0}.night-mode .nav>li:not(.active)>a:focus,.night-mode .nav>li:not(.active)>a:hover{background-color:#272727;color:#fff}.night-mode .nav>li.active>a:focus,.night-mode .nav>li.active>a:hover{color:#fff}.night-mode .nav li.open>a,.night-mode .nav li.open>a:focus,.night-mode .nav li.open>a:hover{background-color:#272727;border-left:1px solid #337ab7;border-right:1px solid #337ab7;border-color:#337ab7}.night-mode .nav li.active.open>a,.night-mode .nav li.active.open>a:focus,.night-mode .nav li.active.open>a:hover{background-color:#333}@media(max-width: 1200px){.nav .caret--right{transform:none}.nav .dropdown-menu--side{top:100%;left:0}}.nav2-list__label{padding:0 20px}.nav2-list__disp-source{display:inline-block;height:15px;border-left:1px solid;position:relative;border-right:1px solid;top:2px;margin-right:7px;margin-left:4px}.nav2-accord__head{padding:3px 7px 3px 20px}.nav2-accord__head:focus,.nav2-accord__head:hover{background-color:#f5f5f5}.nav2-accord__head--active{background:#337ab7;color:#fff}.nav2-accord__head--active:focus,.nav2-accord__head--active:hover{background:#7398b7}.nav2-accord__body{padding:3px 0 3px 35px;display:flex;flex-direction:column}.nav2-accord__lnk-item{padding:3px 20px;color:#333}.nav2-accord__lnk-item:focus,.nav2-accord__lnk-item:hover{background-color:#f5f5f5;text-decoration:none}.nav2-accord__lnk-item--active{background:#337ab7;color:#fff}.nav2-accord__lnk-item--active:focus,.nav2-accord__lnk-item--active:hover{background:#7398b7;color:#fff}.night-mode .nav2-accord__head:focus,.night-mode .nav2-accord__head:hover{background-color:#383838;color:#fff}.night-mode .nav2-accord__head--active{color:#fff}.night-mode .nav2-accord__head--active:focus,.night-mode .nav2-accord__head--active:hover{background:#7398b7}.night-mode .nav2-accord__lnk-item{color:#bbb}.night-mode .nav2-accord__lnk-item:focus,.night-mode .nav2-accord__lnk-item:hover{background-color:#383838;color:#fff}.night-mode .nav2-accord__lnk-item--active{color:#fff}.night-mode .nav2-accord__lnk-item--active:focus,.night-mode .nav2-accord__lnk-item--active:hover{background:#7398b7}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.page__header{padding:0 15px 1px;box-shadow:0 1px 4px rgba(0,0,0,.475);color:#fff;background-color:#006bc4;min-height:0;flex-shrink:0}.page__title{margin-right:10px;display:inline}.page__title::after{color:#e0e0e0;content:"."}.page__title--home span{color:#e0e0e0}.page__subtitle{display:inline;font-style:italic;color:#d0d0d0}.page__btn-toggle-nav{margin-top:5px;text-align:center;width:6em;flex-shrink:0;height:32px;line-height:1;margin-right:2px}@media(min-width: 769px){.page__btn-toggle-nav{display:none}}.page__nav{position:relative;min-height:33px;flex-shrink:0}@media(max-width: 768px){.page__nav{width:100%;display:flex}}@media(max-width: 768px){.page__nav-inner{display:flex;margin-top:3px;flex-direction:column;width:calc(100% - 6em);flex-shrink:0}}.page__nav-date{margin-left:-16px;width:27px;color:#777}.page__wrp-download{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:2000;top:5px;min-height:40px;min-width:100px;max-width:850px;display:flex;width:90vw;right:0;left:0;margin:0 auto;padding:5px;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;background:#fff}.page__wrp-download-bar{border:1px solid #2a6496;height:34px;border-radius:4px}.page__wrp-download-bar--error{border-color:#711617}.page__disp-download-progress-bar{position:absolute;top:0;bottom:0;left:0;background:#337ab7}.page__disp-download-progress-bar--error{background:#8a1a1b}.page__disp-download-progress-text{position:absolute;top:0;right:calc(50% - 30px);bottom:0;left:calc(50% - 30px);width:90px;text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #000}.active>.nav__link>.page__nav-date{color:#fff}.night-mode .page__wrp-download{background:#222}.night-mode .page__disp-download-progress-text{color:#333}@media(max-width: 768px){#navigation .page__nav-hidden-mobile{display:none;margin-left:0}}#legal-notice{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:10000;bottom:0;width:100vw;height:10em;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-weight:bold;padding:3rem;border:1px solid rgba(0,0,0,.15);background:#f8f8f8}.viewport-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-flow:column nowrap;overflow:auto;height:100vh;width:100vw}@media(max-width: 991px){.viewport-wrapper{bottom:auto;height:initial;min-height:100vh}}.view-col-group--cancer{display:flex;flex-direction:column;position:relative;overflow-y:auto}.view-col-wrapper{display:flex;flex-direction:row;max-height:100%;height:100%;min-height:0}@media(max-width: 991px){.view-col-wrapper{flex-direction:column;max-height:none;height:initial;display:block}}.sidemenu{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#fff;border:1px solid #ccc;position:fixed;z-index:60;top:0;bottom:0;left:-260px;width:250px;transition:left 51ms;cursor:default;display:flex;flex-direction:column;padding:4px 7px;overflow-y:auto}.sidemenu>*{flex-shrink:0}.sidemenu__toggle{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#d3d3d3;position:absolute;z-index:60;top:46px;left:-7px;width:32px;height:32px;cursor:pointer;transition:left 51ms;display:flex;flex-direction:column;justify-content:space-around;padding:3px 4px}.sidemenu__hotzone{position:fixed;top:0;bottom:0;left:0;width:1px}.sidemenu__burger{background:#fff;height:3px;box-shadow:inset 0 0 1px 0 #888}.sidemenu__toggle:hover .sidemenu{left:0;transition:left 51ms}.sidemenu__toggle:hover .sidemenu--offset{left:-12px}.sidemenu__row{width:100%;margin-bottom:5px}.sidemenu__row--vert{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.sidemenu__row__divider{background:rgba(204,204,204,.6274509804);height:1px;width:calc(100% - 16px);margin:2px 8px 7px}.sidemenu__row__divider--heavy{background:#aaa;width:calc(100% + 6px);margin:2px -3px 7px}.sidemenu__row__label{min-width:46px;flex-shrink:0}.sidemenu__row__label--cb-label{font-weight:initial;display:flex;margin-bottom:0;justify-content:space-between;align-items:center;width:100%}input[type=checkbox].sidemenu__row__label__cb{margin-right:3px;margin-left:7px}.night-mode .sidemenu{border-color:#555}.omni__wrp-output{width:100%;justify-content:flex-end}.omni__output{box-shadow:0 6px 12px rgba(0,0,0,.175);position:absolute;z-index:100;padding:.2em .7em;border-radius:.2em;border:1px solid rgba(0,0,0,.15);background:#fff}.omni__output--scrolled{position:fixed;top:42px;right:10px}@media only screen and (min-width: 320px){.omni__output{max-width:300px;min-width:270px}}@media only screen and (min-width: 481px){.omni__output{max-width:460px;min-width:430px}}@media only screen and (min-width: 769px){.omni__output{max-width:740px;min-width:500px}}@media only screen and (max-width: 768px){.omni__output{top:40px}}.omni__wrp-input{position:relative}@media only screen and (max-width: 768px){.omni__wrp-input{margin-top:2px;margin-left:0}}.omni__wrp-input--scrolled{position:fixed;z-index:100;top:5px;right:10px;width:85px;padding:2px 0;border-left:40px solid rgba(0,0,0,0)}.omni__wrp-input--scrolled .omni__input{min-width:initial;border-top-left-radius:4px;border-top-color:#ccc}.omni__wrp-input--scrolled .omni__submit{border-top-right-radius:4px;border-top-color:#ccc}.omni__wrp-input--scrolled input{padding:0;color:rgba(0,0,0,0)}.omni__wrp-input--scrolled:focus,.omni__wrp-input--scrolled:focus-within,.omni__wrp-input--scrolled:active,.omni__wrp-input--scrolled:hover{width:250px;border-left:0}.omni__wrp-input--scrolled:focus input,.omni__wrp-input--scrolled:focus-within input,.omni__wrp-input--scrolled:active input,.omni__wrp-input--scrolled:hover input{padding:6px 12px;color:inherit}.omni__input{height:32px;min-width:100px}@media(min-width: 992px){.omni__input{border-top-left-radius:0;border-top-color:rgba(0,0,0,0)}}.omni__btn-clear{top:9px;right:37px;opacity:.5}.omni__submit{height:32px;padding:3px 7px}@media(min-width: 992px){.omni__submit{border-top-right-radius:0;border-top-color:rgba(0,0,0,0)}}.omni__wrp-paginate{display:flex;justify-content:space-between}.omni__wrp-paginate>span{display:inline-block;user-select:none;padding:2px;font-size:1.1em;min-width:20px}.omni__paginate-ctrl{cursor:pointer}.omni__paginate-ctrl:hover{color:#337ab7}.omni__paginate-left{margin-right:auto}.omni__paginate-count{margin:0 auto}.omni__paginate-right{margin-left:auto}.omni__disp-srd{font-size:8.5px;vertical-align:super;top:2px;margin-right:1px;margin-left:-2px}.omni__input:placeholder-shown+.omni__btn-clear{display:none}.omni__input:not(:focus):not(:focus-within):not(.omni__wrp-input--scrolled:active):not(:hover)+.omni__btn-clear{display:none}.btn-name-pronounce,.btn-stats-name{vertical-align:top;height:24px;width:24px}.name-pronounce-icon{line-height:16px}.name-pronounce{display:none}.hwin__top-border-icon{top:0;margin-left:auto;padding:2px;color:#f5f5f5;cursor:pointer;font-size:12px;width:18px;text-align:center}.hwin__top-border-icon--text{line-height:11px;font-weight:bolder;font-family:monospace}.hwin__top-border-icon:hover,.hwin__top-border-icon:active,.hwin__top-border-icon:visited{color:#e8e8e8;text-decoration:none}#tabs-right{margin-left:auto;display:flex}.rollbox-min{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:100;right:7px;bottom:0;color:rgba(255,255,255,.7);width:24px;height:24px;cursor:pointer;user-select:none;border:0}.rollbox-min .glyphicon{position:absolute;top:5px;left:6px}.rollbox{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;width:260px;height:335px;z-index:110;border:1px solid rgba(0,0,0,.15);right:1em;bottom:0;flex-direction:column}.rollbox .ipt-roll{flex-shrink:0;overflow-x:auto;height:30px;width:100%}.rollbox .out-roll{overflow-y:auto;height:100%;display:flex;flex-direction:column-reverse;transform:translateZ(0)}.rollbox .head-roll{height:24px;flex-shrink:0;width:100%;box-shadow:0 0 3px rgba(0,0,0,.25);display:flex;flex-direction:row;justify-content:space-between;user-select:none;cursor:pointer}.rollbox .head-roll .hdr-roll{line-height:24px;padding:0 6px}.rollbox .out-roll .out-roll-wrp .out-roll-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.rollbox .out-roll .out-roll-wrp .out-roll-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.rollbox .out-roll .out-roll-item{position:relative;margin:1px 3px;padding:1px 3px;width:calc(100% - 6px);word-wrap:break-word;display:flex;align-items:center;justify-content:space-between}.rollbox .out-roll .out-roll-item--message{display:block}.rollbox .out-roll-item-button-wrp{display:none;position:absolute}.rollbox .out-roll-item:hover .out-roll-item-button-wrp{display:flex;right:3px}.rollbox .btn-copy-roll{padding:0 2px;line-height:1.4}.rollbox .out-roll .out-roll-item .roll-label{font-style:italic}.rollbox .out-roll .out-roll-item .roll{font-weight:bold}.rollbox .out-roll .out-roll-item .roll-min{color:#ff3100}.rollbox .out-roll .out-roll-item .roll-max{color:#00b400}.rollbox .out-roll .out-roll-id{width:100%;font-size:70%;padding:1px 3px}.rll__prompt-header{font-size:32px}.rll__dropped{text-decoration:red line-through}.rll__list{margin-bottom:0;padding-left:24px}.rll__exploded{color:#6f99b8}.rll__success{text-decoration:#209520 underline}.rll__min--muted{color:#d24c2d}.rll__max--muted{color:#209520}.rll__exploded{color:#6f99b8}.rll__min--muted{color:#d24c2d}.rll__max--muted{color:#209520}.wrp-stat-tab{width:100%;display:flex}.view-col{position:relative;margin:7px 7px 12px;flex:1;display:flex;flex-direction:column;height:calc(100% - 19px)}.view-col--wrp-book-contents{height:initial;position:relative;flex:1}#listcontainer.view-col{display:flex;flex-flow:column nowrap}#contentwrapper.view-col{overflow-x:hidden;margin-bottom:5px}#contentwrapper.view-col>*:not(.wrp-stats-table){flex-shrink:0}.wrp-stats-table{overflow-x:hidden;overflow-y:auto;border-top:1px solid #e69a28;border-bottom:1px solid #e69a28;transform:translateZ(0);flex-shrink:1}.wrp-stats-table--book{border-top-color:silver;border-bottom-color:silver}@media(max-width: 991px){.wrp-stats-table{overflow-y:initial}}.filtertools,#filtertools{font-size:.8em}.filtertools select,#filtertools select{margin:1px}.filtertools small:hover,#filtertools small:hover{cursor:pointer}#pointbuy input{margin:2px;text-align:right;width:3em}#pointbuy input[type=number]{appearance:textfield}#pointbuy input[type=checkbox]{width:initial;margin:initial}.list,.list-display-only{transform:translateZ(0);position:relative;padding-left:0;height:100%;overflow-y:auto;overflow-x:hidden;clear:both;font-size:.8em}@media(min-width: 992px){.list--stats,.list-display-only--stats{overflow-y:scroll;margin-right:-9px}}@media(max-width: 991px){.list,.list-display-only{max-height:40vh}}.list.rules,.list-display-only.rules{overflow-y:auto !important;padding-top:0}.lst--border{border-bottom:1px solid #ddd}.list-multi-selected{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.list-multi-selected .lst--border{border-color:#6fa4d0}.list-multi-selected.lst__row--sublist{box-shadow:inset 0 0 0 5000px rgba(148,148,148,.2)}.list-multi-selected.lst__row--sublist .lst--border{border-color:#ccc}.row--blocklisted{display:none !important}.manbrew__source{overflow:hidden}.manbrew__search{border-bottom-left-radius:0;border-bottom-right-radius:0}.manbrew__filtertools button{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.manbrew__filtertools .wrp-cb-all{border-bottom:1px solid #ccc;border-right:1px solid #ccc;line-height:14px;border-bottom-right-radius:3px;text-align:center;vertical-align:middle}.manbrew__wrp_btn_del_selected{text-align:right;padding-bottom:5px}.manbrew__current_brew{margin-bottom:5px}.manbrew__row{margin-right:0;margin-left:0;padding:4px 0}.manbrew__col--tall{line-height:30px}.manbrew__list{position:absolute;top:0;right:0;bottom:0;left:0;height:initial;overflow-y:initial;width:100%}.manbrew-row__icn-btn{top:2px}.manbrew-row__icn-btn--text{top:-1px}.night-mode .manbrew__filtertools .wrp-cb-all{border-color:#555}.rnd-name{position:relative;font-size:1.8em;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;padding-left:.2em !important}.rnd-name div.name-inner{display:flex;justify-content:space-between;align-items:flex-end}.monster .rnd-name .source{position:relative;margin-right:.2em}.stats{font-family:"Convergence",Arial,sans-serif;width:100%;font-size:12.6px;table-layout:fixed;overflow-wrap:break-word}.stats:last-child{margin-bottom:0}.stats.monster{background-size:100% auto;background:url("../img/bestiary/stat-block-top-texture.png") no-repeat,repeat top center,#fdf1dc}td,th{padding:1px .3em}.stats-name{font-size:unset;line-height:unset;color:#822000}.stats table{margin-bottom:5px;white-space:initial}.stats table.statsDataInset{margin:10px;width:calc(100% - 20px);border:1px solid rgba(0,0,0,.4);box-shadow:0 0 4px 0 #988d7c}.stats table caption{margin-left:5px;padding:0;font-weight:bold;font-size:1.1em}th.border{height:4px}.wrp-stats-table th.border{height:3px}th.border-thin{height:1px}td.divider div{background:#822000;height:2px;margin:6px 0}.stats span.name{font-weight:bold}.stats span.name{font-weight:bold}tr.text>td{padding-bottom:.7em}tr.text.compact>td{padding-bottom:0}tr.text.compact>td p:last-child{margin-bottom:0}div#lootoutput{height:100%;clear:both}.mon__btn-reset-cr,.mon__btn-scale-cr{padding:0 5px;font-size:10px}.mon__cr_slider_wrp{position:absolute;top:23px;left:0;background:#fff;border:1px solid #ccc;width:calc(100% - 30px);margin:0 10px;padding:5px 7px 0;border-radius:4px;box-shadow:0 0 3px 0 #000}.mon__cr_slider_wrp--compact{top:41px}.mon__wrp-size-type-align--token,.mon__wrp-avoid-token{max-width:calc(100% - 11rem)}.mon__sect-header-inner{display:block;margin-top:-0.3rem;margin-bottom:-0.3rem;font-weight:100;color:#822000;font-size:18px;line-height:23px;font-family:"Times New Roman",serif;font-variant:small-caps}.mon__sect-row-inner{padding-top:.5rem !important}.mon__sect-row-inner>*:last-of-type{margin-bottom:.5rem !important}.mon__stat-header-underline{border-bottom:1px solid #822000;vertical-align:bottom !important;padding-left:.2rem}.mon__wrp-token{display:block;position:absolute;z-index:10;top:0;right:.5rem;width:auto;max-width:11rem;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}.mon__wrp-token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.mon__wrp-token:hover .mon__btn-token-cycle{opacity:1;transition:opacity 34ms}.mon__wrp-token:hover .mon__wrp-token-footer{opacity:1;transition:opacity 34ms}.mon__token{width:100%;height:100%}.mon__btn-token-cycle{position:absolute;top:50%;bottom:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,0,0,.475);cursor:pointer;color:#fff;border:1px solid rgba(204,204,204,.6274509804);opacity:0;transition:opacity 34ms}.mon__btn-token-cycle--left{left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:0}.mon__btn-token-cycle--right{right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:0}.mon__btn-token-cycle:hover{color:#ddd}.mon__wrp-token-footer{display:flex;position:absolute;height:22px;right:5px;bottom:0;left:5px;align-items:center;justify-content:center;opacity:0;transition:opacity 34ms}.mon__token-footer{background:rgba(0,0,0,.475);color:#fff;font-family:"Times New Roman",serif;font-variant:small-caps;font-size:16px;border-radius:5px;padding:1px 5px;border:1px solid rgba(204,204,204,.6274509804)}.night-mode .mon__cr_slider_wrp{border-color:#555}tr th.mon__name--token{padding-right:12rem}#crcalc input[type=number],#crcalc input[type=checkbox],#crcalc .inputwrap{text-align:right;width:6em}#crcalc input[type=checkbox]{width:auto}#crcalc input#hd{float:none;width:4em}#crcalc span#hdval{width:2.1em;text-align:center;display:inline-block}#crcalc input[type=number]#hd::-webkit-inner-spin-button,#crcalc input[type=number]#hd::-webkit-outer-spin-button{margin:0}#crcalc .explanation{font-weight:normal;width:26em}#crcalc input#hd:focus{border:1px solid initial}#msbcr{text-align:center;font-size:.8em;margin:0 auto}#msbcr th{text-align:center;padding:0 .5em;cursor:initial !important}#msbcr tr{cursor:pointer}#croutput{padding:.2em .7em;border-radius:7px}#instructions p{font-size:small}#expectedcr{text-align:center}img.token{position:absolute;z-index:10;top:0;right:.5rem;float:right;width:auto;max-width:11rem;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}img.token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.classes .stats{font-family:inherit}.stats p.subtrait{padding:0 1em;font-size:.9em}.init__wrp_conds{display:flex}.init__cond{width:7px;margin-right:3px;display:grid;grid-gap:3px;cursor:pointer}.init__cond:hover{box-shadow:0 0 5px 0 gray}.init__cond_bar{width:7px;height:100%}.initp__content{overflow-y:auto;overflow-x:hidden;height:100%;width:100%}.initp__wrp_active{display:flex;flex-direction:column;width:100%;height:100%}.initp__meta{font-size:1.6rem}.initp__header{width:100%;display:flex;justify-content:space-between;font-variant:small-caps;border-bottom:1px solid #ccc}.initp__h_name,.initp__r_name{min-width:115px;width:100%}.initp__h_name--compact{text-align:center}.initp__r_name{display:flex;justify-content:space-between}.initp__h_hp,.initp__r_hp{min-width:100px;width:100%}.initp__h_hp--compact{text-align:center}.initp__h_stat,.initp__r_stat{width:40px;text-align:center;flex-shrink:0;flex-grow:0}.initp__r_hp_pill{padding:2px 4px;border-radius:3px;color:#fff;text-align:center}.initp__h_score,.initp__r_score{flex:none;width:80px;text-align:center}.initp__h_score--compact,.initp__r_score--compact{width:40px}.initp__r_score{line-height:24px}.initp__r{width:100%;display:flex;justify-content:space-between;padding:2px 3px;border-bottom:1px solid #e0e0e0}.initp__r:last-of-type{border-bottom:0}.initp__r:hover{background:rgba(0,0,0,.062745098)}.initp__r--active{background:rgba(207,229,255,.4705882353)}.initp__r--active:hover{background:rgba(191,213,239,.4705882353)}.night-mode .initp__header{border-color:#555}.lst__form-top{display:flex;flex-shrink:0}.lst__form-top>*{min-width:0}.lst__form-top>button{flex-shrink:0}.lst__form-top>*:first-child{border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.lst__form-top>*:last-child{border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0}.lst__form-top>*:not(:first-child):not(:last-child){border-radius:0;border-right:0}.lst__search{padding-left:23px}.lst__list{margin-bottom:10px}.lst__row:hover{background:#f5f5f5}.lst__row--blocklisted{display:none !important}.lst__row-inner{line-height:14px;color:inherit;display:flex;align-items:center;overflow:hidden;padding:0 2px 1px;text-decoration:none}.lst__row-inner:hover,.lst__row-inner:focus{text-decoration:none}.lst__wrp-preview{font-size:12.6px;background:#fff}.lst__wrp-preview-inner{border-bottom:1px solid #ddd}.lst__vr-preview{top:7px;left:8px;height:calc(100% - 14px)}.lst__btn-toggle-expand{margin-bottom:-1px;line-height:15px}.lst__btn-toggle-expand:hover{background:rgba(0,0,0,.1254901961)}.lst__btn-collapse-all-previews{font-size:11.2px}*:first-child>input.lst__search--no-border-h{border-top-left-radius:4px}.psi-order-and-talent{font-style:italic}.psi-focus-title{font-style:italic;font-weight:bold}.stats-sub-header{font-style:italic;font-weight:bold}.stats-list-sub-header{font-style:italic;font-weight:bold;margin-left:5px}.list-entry-none{font-style:italic}.filter-sublist-item-wrapper{display:flex}.filter-sublist-item-text{margin-right:20px}input[type=checkbox].filter-checkbox{margin-left:auto;padding:0 10px}input[type=checkbox].readonly{pointer-events:none}.lst__wrp-cells{color:inherit;display:flex;align-items:center;overflow:hidden;padding:0 2px 1px;text-decoration:none}.lst__wrp-cells.bk__contents_header_link{padding:0}.lst__wrp-cells.bk__contents_show_all{height:16px}.lst__row--focusable:focus{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.sublist{display:none;position:relative;padding:0 0 2px;flex-direction:column;flex-shrink:0;height:130px}.sublist .list{margin-bottom:3px;padding-top:3px}.sublist--visible{display:flex}.sublist--resizable{margin-bottom:3px;min-height:75px;max-height:80%}@media(max-width: 991px){.sublist--resizable{max-height:40vh;height:initial}}.sublist__wrp-cols{display:flex}.sublist__wrp-cols>*:last-child{flex-grow:1}.sublist__ele-resize{background-color:rgba(170,170,170,.2666666667);border:1px solid rgba(204,204,204,.4);position:absolute;bottom:0;height:1px;width:100%;cursor:ns-resize;user-select:none;line-height:1px;font-size:10px;text-align:center}.tview__row>td{min-width:100px}tr.trait .rd__b--3,tr.action .rd__b--3,tr.reaction .rd__b--3,tr.legendary .rd__b--3,tr.mythic .rd__b--3,tr.lairaction .rd__b--3,tr.regionaleffect .rd__b--3{margin-bottom:1rem}tr.lairaction p,tr.regionaleffect p{margin-bottom:5px}.stats--book-large{--sz-font-h0: 2.5em;--sz-font-h1: 1.9em;--sz-font-h2: 1.6em;--h-mb-p: 15px;--h-mb-quote-line: 10px;--h-mb-li: 5px;--w-text-indent-inline-p: 0;border-radius:0;line-height:1.7;font-size:1em}.stats--book-large .rd__spc-inline-post{width:100%;height:15px}.stats--book-large .rd__spc-inline-post:last-child{height:0}.stats--book-large .rd__list-hang-notitle>.rd__li>.rd__p-list-item{text-indent:-1.1em}.stats--book-large .rd__p-cont-indent{text-indent:0;margin-top:5px}.book-view.view-col{flex:5}.bk-contents__sub_spacer--1{color:gray;display:inline-block;margin:0 4px}.book-contents .contents{height:initial;position:sticky;top:0;max-height:100vh}@media only screen and (min-width: 1600px){#listcontainer.book-contents{position:fixed;top:0;left:0;max-width:calc((100vw - 1170px)/2);margin:0;min-height:100vh}.book-contents .contents{position:relative}}.initial-message{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;text-align:center;line-height:2.3em}.initial-message--large{font-size:5vmin;color:initial}.book-view .initial-message{font-size:1.8em}.stats .initial-message,.bkmv .initial-message{font-size:1.4em}.f-all-wrapper{position:fixed;z-index:100;right:calc(50vw - 585px + 1.5em);bottom:10px;left:calc((100vw - 780px)/2 + 1.5em);padding:0 20px}@media(max-width: 1200px){.f-all-wrapper{right:calc(50vw - 485px + 1.5em);left:calc((100vw - 646.6666666667px)/2 + 1.5em)}}@media(max-width: 991px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media only screen and (max-width: 768px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media only screen and (max-width: 480px){.f-all-wrapper{right:3.5em;left:3.5em}}.f-all-wrapper>input{width:100%}.f-all-out{box-shadow:0 6px 12px rgba(0,0,0,.175);overflow-y:auto;max-height:400px;width:100%;border:1px solid rgba(0,0,0,.15);padding:.2em .7em;border-radius:.2em;display:none}.f-result{display:flex;justify-content:space-between;margin:0;padding:5px 0}.f-result>span{display:inline-block}.highlight{background-color:#ff0}header p.lead{color:#d3d3d3}.stats{background:#fdf1dc}@media only screen and (min-width: 1600px){#listcontainer.book-contents{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#fff}}.shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.night-mode .night__shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.stats--book{box-shadow:0 6px 12px rgba(0,0,0,.175);font-family:Roboto,Helvetica,sans-serif;background:#fff}.stats--book ::selection{background:#242527;color:#fff;text-shadow:none}.bkmv{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#fff}.bkmv__spacer-name{font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold;padding:0 0 0 5px;height:20px;background:silver;font-size:12px;break-before:auto;break-after:auto;break-inside:avoid}.bkmv__wrp{column-count:6;column-gap:7px;break-inside:avoid-column}@media(max-width: 2160px){.bkmv__wrp{column-count:5}}@media(max-width: 1800px){.bkmv__wrp{column-count:4}}@media(max-width: 1440px){.bkmv__wrp{column-count:3}}@media(max-width: 1080px){.bkmv__wrp{column-count:2}}@media only screen and (max-width: 720px){.bkmv__wrp{column-count:1}}.bkmv__wrp-item{margin:0;width:100%;display:inline-block;border-radius:.2em;border:#ccc 1px solid}.bkmv__no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.night-mode .bkmv__wrp-item{border-color:#555}.mode div.pnl-menu{background:#d3d3d3}.stripe-odd:nth-child(odd),.stripe-even:nth-child(even),.stripe-odd-table>tbody>tr:nth-child(odd),.stripe-even-table>tbody>tr:nth-child(even){background:rgba(192,192,192,.5019607843)}.stats .stripe-odd-table>tbody>tr:nth-child(odd),.stats .stripe-even-table>tbody>tr:nth-child(even){background:rgba(203,191,170,.5019607843)}.hwin .hoverborder,th.border{background:#e69a28}.hwin .hoverborder.hoverborder-book,.stats--book th.border{background:silver}.bklist__wrp-rows-inner{margin-left:6px}.bklist__row-chapter{margin-left:3rem}.bklist__row-section{margin-left:6rem}.bklist__vr-contents{left:6px;border-color:#ddd}.bk__stats--narrow{max-width:640px;margin:0 auto}.bk__contents-header{color:inherit;display:flex;align-items:center;overflow:hidden;margin-top:-1px;padding:1px 0 1px 5px;text-decoration:none;border-bottom:1px solid #ccc;border-top:1px solid #ccc;justify-content:space-between}.bk__nav-head-foot-item{min-width:75px}.bk__to-top{display:none}.bk__to-top--scrolled{display:flex;flex-direction:column;position:fixed;z-index:99;top:42px;right:10px;padding:2px 0}@media(max-width: 768px){.bk__to-top--scrolled{display:none}}.bk__overlay-loading{position:absolute;top:4px;right:0;bottom:4px;left:0;background:#fff;border-bottom:4px solid silver}.bk__wrp-btns-open-find{position:fixed;bottom:0;left:7px}.bk__btn-find{border-bottom-left-radius:0}.bk__btn-goto{border-bottom-right-radius:0}.bk__head-chapter--active,.bk__head-section--active{background:#f5f5f5}.night-mode .bk__contents-header{border-color:#555}.night-mode .bk__overlay-loading{background:#222;border-bottom-color:#565656}.bks__wrp-bookshelf{align-items:stretch}.bks__wrp-bookshelf-item,.bks__wrp-bookshelf-item:hover{box-shadow:0 6px 12px rgba(0,0,0,.175);border:2px solid #ccc;color:#333;text-decoration-color:#333}.bks__wrp-bookshelf-item--blocklisted{display:none !important}.bks__bookshelf-item-name{min-height:40px;max-width:220px;font-weight:bold;flex-grow:1}.bks__bookshelf-image{width:300px;height:300px;object-fit:none}.night-mode .bks__wrp-bookshelf-item,.night-mode .bks__wrp-bookshelf-item:hover{background:#222;border-color:#555;color:#bbb;text-decoration-color:#bbb}.f-all-out{background:#fff}.life__output{background:#d3d3d3}.f-all-out>p:nth-child(odd){background:#f4f4f4}#msbcr tr:nth-child(even){background:#d3d3d3}#croutput{background:#d3d3d3}.hwin .hoverborder .window-title{color:#822000}.rollbox{background:#fff}.rollbox .ipt-roll{background:#fff;border-radius:0}.rollbox-min,.rollbox .head-roll{background:#d3d3d3}.rollbox-min:hover,.rollbox .head-roll:hover{background:#e3e3e3}.rollbox .out-roll .out-roll-item{background:rgba(176,176,176,.2078431373)}.rollbox .out-roll .out-roll-item .out-roll-item-code{font-family:"Courier New",monospace;background:#fff;border-radius:3px;padding:0 2px;cursor:pointer}.life__output-wrp-border{border:1px solid rgba(0,0,0,.15)}.homebrew-section{background-color:rgba(255,0,0,.1)}.homebrew-section .homebrew-float{float:right;border:1px dotted;margin-bottom:5px;margin-left:5px;padding-right:2px;padding-left:2px;text-indent:0}.homebrew-section .homebrew-old-content{color:#a00;margin-left:5px}.homebrew-section .homebrew-notice::before{content:"Homebrew"}.homebrew-inline{background-color:rgba(255,0,0,.1);text-decoration:underline dotted}.stats tr.homebrew-hover>td{padding:5px .3em}.stats tr.homebrew-hover>td>div>*:last-child{margin-bottom:0}.don__bar{width:calc(100% - 40px);height:20px;margin:20px 20px 5px;box-shadow:0 0 3px 0 #000;border-radius:4px;border:1px solid #ccc;background:#f0f0f0}.don__bar--home{width:calc(100% - 10px);height:20px;margin:5px}.don__bar_inner{height:18px;background:gold;width:0;text-align:right;color:#333}.toast{box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2000;right:0;bottom:200px;left:0;padding:5px 15px;min-height:40px;max-width:850px;display:flex;width:90vw;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;opacity:1;transition:bottom 84ms}.toast--animate{bottom:0;margin-bottom:.5rem;transition:bottom 84ms}.toast--deleted{z-index:1999}.toast__container{position:fixed;z-index:2000;top:0;right:0;left:0;height:200px}.toast__wrp-control{margin:-5px -15px -5px 0;flex:0;display:flex;align-items:center;justify-content:center;align-self:stretch}.toast__btn-close{margin:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;border-top:0;border-right:0;border-bottom:0;border-left:1px solid rgba(128,128,128,.2509803922);background:rgba(0,0,0,0)}.toast__btn-close:hover,.toast__btn-close:focus{background:rgba(128,128,128,.1254901961)}.toast--type-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.toast--type-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.toast--type-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.toast--type-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.night-mode .toast--type-info{color:#fff;background-color:rgba(32,52,74,.95);border-color:#5080b3}.night-mode .toast--type-danger{color:#fff;background-color:rgba(76,16,14,.95);border-color:#ce2a26}.night-mode .toast--type-warning{color:#fff;background-color:rgba(135,88,13,.95);border-color:#ecaa41}.night-mode .toast--type-success{color:#fff;background-color:rgba(0,82,44,.95);border-color:#00eb80}.cards__btn-choose-icon{width:26px;height:26px;padding:0}.cards__disp-btn-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:24px 24px;filter:invert(1)}.cards__disp-typeahead-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:24px 24px;display:inline-block}.cards-cfg__ipt-color{width:40px}.night-mode .cards__disp-btn-icon{filter:initial}.night-mode .cards__disp-typeahead-img{filter:invert(1)}.recipes__wrp-fluff .rd__wrp-image{margin-top:0}.recipes__wrp-fluff .rd__image{max-height:50vh}.form-control--error,.form-control--error[readonly],.form-control--error[disabled]{background-color:rgba(255,0,0,.0941176471) !important;border:1px solid #843534 !important}.form-control--error:focus,.form-control--error[readonly]:focus,.form-control--error[disabled]:focus{border-color:#843534 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ce8483 !important}.form-control--warning,.form-control--warning[readonly],.form-control--warning[disabled]{background-color:rgba(255,170,0,.0941176471);border:1px solid #846334}.form-control--warning:focus,.form-control--warning[readonly]:focus,.form-control--warning[disabled]:focus{border-color:#846334;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ceaa83}.night-mode body{color:#bbb;background:#222 url("data:image/png;base64,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") repeat scroll left top}.night-mode .bg-solid{background:#222}.night-mode .vr-0,.night-mode .vr-1,.night-mode .vr-2,.night-mode .vr-3,.night-mode .vr-4,.night-mode .vr-5{border-color:#555}.night-mode .vr-r{border-right-color:#555 !important}.night-mode .page__header{color:#bbb;background:#333}.night-mode .page__title--home span{color:#909090}.night-mode .page__title--home::after{color:#909090}.night-mode .page__title{color:#d0d0d0}.night-mode .page__nav-inner>li.active>a,.night-mode .page__nav-inner>li.active>a:focus,.night-mode .page__nav-inner>li.active>a:hover{background-color:#333;border-top:0;border-color:#555;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);color:#d0d0d0}.night-mode .text-muted{color:#959595 !important}.night-mode h1,.night-mode h2,.night-mode h3,.night-mode h4,.night-mode h5,.night-mode h6{color:#bbb}.night-mode .b-1p{border-color:#555 !important}.night-mode .bt-1p{border-top-color:#555 !important}.night-mode .br-1p{border-right-color:#555 !important}.night-mode .bb-1p{border-bottom-color:#555 !important}.night-mode .bl-1p{border-left-color:#555 !important}.night-mode pre{color:#bbb;background:#222;border-color:#555}.night-mode hr{border-color:#555}.night-mode #legal-notice{background:#222;color:#999}.night-mode a,.night-mode .roller{color:#7db6e8}.night-mode .hwin__top-border-icon{color:#bbb}.night-mode .hwin__top-border-icon:hover{color:#c8c8c8}.night-mode .text-muted a,.night-mode .text-muted .roller{color:#6e8eab}.night-mode .btn:hover{box-shadow:0 0 1px 1px #888}.night-mode .btn[disabled]:hover{box-shadow:initial}.night-mode .btn-default,.night-mode .btn-default:hover,.night-mode .btn-default:focus,.night-mode .btn-default:active{background-color:#222;color:#bbb;border-color:#555}.night-mode .btn-primary,.night-mode .btn-primary:hover,.night-mode .btn-primary:focus,.night-mode .btn-primary:active{background-color:#2a4e6c;color:#bbb}.night-mode .btn-danger,.night-mode .btn-danger:hover,.night-mode .btn-danger:focus,.night-mode .btn-danger:active{background-color:#7e3a38;color:#bbb}.night-mode .btn-danger:hover{box-shadow:0 0 1px 1px #d43f3a}.night-mode .btn-warning,.night-mode .btn-warning:hover,.night-mode .btn-warning:focus,.night-mode .btn-warning:active{background-color:#896838;color:#bbb}.night-mode .btn-info,.night-mode .btn-info:hover,.night-mode .btn-info:focus,.night-mode .btn-info:active{background-color:#2a697c;color:#bbb}.night-mode .btn-success,.night-mode .btn-success:hover,.night-mode .btn-success:focus,.night-mode .btn-success:active{background-color:#427442;color:#bbb}.night-mode .btn-default.active{background-color:#888;box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333);color:#222}.night-mode .btn-primary.active,.night-mode .btn-danger.active,.night-mode .btn-warning.active,.night-mode .btn-info.active,.night-mode .btn-success.active{box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333)}.night-mode .btn-nowrap{word-wrap:break-word;overflow-wrap:break-word}.night-mode dialog.dialog-modal,.night-mode .dropdown-menu{background:#222;color:#bbb;box-shadow:0 6px 12px rgba(0,0,0,.56)}.night-mode .dropdown-menu>li>a,.night-mode .dropdown-menu>li>span{color:#bbb}.night-mode .dropdown-menu>li>a:focus,.night-mode .dropdown-menu>li>a:hover,.night-mode .dropdown-menu>li>span:focus,.night-mode .dropdown-menu>li>span:hover{background-color:#383838;color:#fff}.night-mode .dropdown-menu>li.ctx-danger>a,.night-mode .dropdown-menu>li.ctx-danger>span{color:#fff;background-color:#7e3a38}.night-mode .dropdown-menu>li.ctx-danger>a:focus,.night-mode .dropdown-menu>li.ctx-danger>a:hover,.night-mode .dropdown-menu>li.ctx-danger>span:focus,.night-mode .dropdown-menu>li.ctx-danger>span:hover{color:#fff;background-color:#ac2925}.night-mode .dropdown-menu>li.active>a,.night-mode .dropdown-menu>li.active>span{color:#fff}.night-mode .dropdown-menu>li.disabled>a,.night-mode .dropdown-menu>li.disabled>span{color:#777}.night-mode .dropdown-menu>li.disabled>a:focus,.night-mode .dropdown-menu>li.disabled>a:hover,.night-mode .dropdown-menu>li.disabled>span:focus,.night-mode .dropdown-menu>li.disabled>span:hover{color:#777;background:rgba(0,0,0,0)}.night-mode .dropdown-menu .divider{background-color:#555}.night-mode select,.night-mode input{background-color:#222;color:#bbb}.night-mode select option{color:#bbb;background:#222}.night-mode .list .row{background:#222}.night-mode .table-striped>tbody>tr:nth-of-type(odd){background-color:#444}.night-mode .alert-info{color:#fff;background-color:rgba(55,90,127,.5);border-color:#5080b3}.night-mode .alert-info .alert-link{color:#5080b3}.night-mode .alert-danger{color:#fff;background-color:rgba(141,29,26,.5);border-color:#ce2a26}.night-mode .alert-danger .alert-link{color:#ce2a26}.night-mode .alert-warning{color:#fff;background-color:rgba(205,133,20,.5);border-color:#ecaa41}.night-mode .alert-warning .alert-link{color:#ecaa41}.night-mode .alert-success{color:#fff;background-color:rgba(0,158,86,.5);border-color:#00eb80}.night-mode .alert-success .alert-link{color:#00eb80}.night-mode .don__bar{background:#222}.night-mode .input-group-addon,.night-mode .form-control{background:#222;color:#bbb;border-color:#555}.night-mode .form-control[disabled]{background:rgba(14,14,14,.5333333333)}.night-mode .form-control--error,.night-mode .form-control--error[readonly],.night-mode .form-control--error[disabled]{background-color:#3e0000 !important;border:1px solid #843534 !important}.night-mode .form-control--error:focus,.night-mode .form-control--error[readonly]:focus,.night-mode .form-control--error[disabled]:focus{border-color:#843534 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ce8483 !important}.night-mode .form-control--warning,.night-mode .form-control--warning[readonly],.night-mode .form-control--warning[disabled]{background-color:#483700;border-color:#846334}.night-mode .form-control--warning:focus,.night-mode .form-control--warning[readonly]:focus,.night-mode .form-control--warning[disabled]:focus{border-color:#846334;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ceaa83}.night-mode .omni__wrp-input--scrolled .omni__input{border-color:#555;background-color:#222;color:rgba(0,0,0,0)}.night-mode .omni__wrp-input--scrolled .omni__input:focus,.night-mode .omni__wrp-input--scrolled .omni__input:focus-within,.night-mode .omni__wrp-input--scrolled .omni__input:active,.night-mode .omni__wrp-input--scrolled .omni__input:hover{color:#bbb}.night-mode .omni__wrp-input--scrolled .omni__submit{border-color:#555}@media(min-width: 992px){.night-mode .omni__input{border-top-color:rgba(0,0,0,0)}}.night-mode .omni__input:focus{border-color:#66afe9}.night-mode .omni__submit{border-top-color:#555}@media(min-width: 992px){.night-mode .omni__submit{border-top-color:rgba(0,0,0,0)}}.night-mode .omni__submit.btn-default:active:focus,.night-mode .omni__submit.btn-default:active:hover,.night-mode .omni__submit.btn-default{background-color:#222;color:#bbb}.night-mode #pointbuy input[type=number]{border:1px solid #555;outline-offset:0;outline:none}.night-mode #pointbuy input.form-control--error[type=number]{border:1px solid red}.night-mode .stats{background:#222}.night-mode .lst__row{background:#222}.night-mode .lst__row:hover{background:#333}.night-mode .lst__row-inner{color:inherit}.night-mode .lst__wrp-preview{background:#222}.night-mode .lst__wrp-preview-inner{border-color:#444}.night-mode .lst__btn-toggle-expand:hover{background:rgba(255,255,255,.1882352941)}@media only screen and (min-width: 1600px){.night-mode #listcontainer.book-contents{background:#222;border-right:1px solid #404040}}.night-mode .bk__head-chapter--active,.night-mode .bk__head-section--active{background:#383838}.night-mode .bklist__wrp-rows-inner{background:#222}.night-mode .bklist__vr-contents{border-color:#444}.night-mode .hwin .hoverborder,.night-mode th.border,.night-mode .stats--book th.border{background:#565656}.night-mode .hwin__wrp-table{background:#222}.night-mode .wrp-stats-table{border-top:1px solid #565656;border-bottom:1px solid #565656}.night-mode .stats--book ::selection{color:#242527;background:#fff}.night-mode tr.text td{color:#bbb !important}.night-mode tr.text td{color:#bbb !important}.night-mode .mon__btn-token-cycle{color:#ddd;background:rgba(255,255,255,.15)}.night-mode .mon__btn-token-cycle:hover{color:#bbb}.night-mode .mon__token-footer{color:#ddd;background:#222}.night-mode tr.trait td,.night-mode tr.action td,.night-mode tr.reaction td,.night-mode tr.legendary td{color:#bbb !important}.night-mode .life__output{background:#222}.night-mode .f-all-wrapper>input,.night-mode .f-all-out,.night-mode .omni__output{background:#303030}.night-mode .f-all-out>p:nth-child(odd){background:#202020}.night-mode .omni__paginate-ctrl:hover{color:#999}.night-mode #msbcr tr:nth-child(even){background:rgba(0,0,0,.31)}.night-mode #croutput{background:rgba(0,0,0,.31)}.night-mode .stats-name{color:#d29a38}.night-mode .stats .divider div{background-color:#d29a38}.night-mode .stripe-odd-table>tbody>tr:nth-child(odd),.night-mode .stripe-even-table>tbody>tr:nth-child(even){background-color:rgba(78,78,78,.5019607843)}.night-mode #please-select-message.showing>td{color:#d29a38}.night-mode #actions td,.night-mode #reactions td,.night-mode #legendaries td,.night-mode #lairactions td,.night-mode #regionaleffects td{border-bottom-color:#d29a38;color:#d29a38}.night-mode .mon__stat-header-underline{border-bottom-color:#d29a38}.night-mode .mon__sect-header-inner{color:#d29a38}.night-mode .bkmv{background:#272727}.night-mode .bkmv__spacer-name{background-color:#565656}.night-mode .lst--border{border-color:#444}.night-mode .list-multi-selected .lst--border{border-color:#416482}.night-mode .list-multi-selected.lst__row--sublist .lst--border{border-color:#555}.night-mode #rulescontent caption{color:#bbb}.night-mode tr.trait td{color:#bbb !important}.night-mode ::-webkit-scrollbar-thumb{background:#475b6b}.night-mode .mon__cr_slider_wrp{background:#222;color:#bbb}.night-mode .hwin table.summary-noback th,.night-mode .hwin table.summary th{color:#bbb}.night-mode .hwin .hoverborder .window-title{color:#bbb}.night-mode .rollbox{background:#272727}.night-mode .rollbox .ipt-roll{background:#272727}.night-mode .rollbox-min,.night-mode .rollbox .head-roll{background:#101010}.night-mode .rollbox-min:hover,.night-mode .rollbox .head-roll:hover{background:#161616}.night-mode .rollbox .out-roll .out-roll-item{background:rgba(80,80,80,.4)}.night-mode .rollbox .out-roll .out-roll-item .out-roll-item-code{background:#555}.night-mode .life__output-wrp-border{border:1px solid rgba(255,255,255,.15)}.night-mode .hwin td div.border{background-color:#d29a38}.night-mode .initial-message{color:#d29a38}.night-mode .panel-content-textarea{background:#222}.night-mode .content-tab-bar{background:#222}.night-mode .homebrew-section{background-color:rgba(255,0,0,.15)}.night-mode .homebrew-section .homebrew-old-content{color:#f99}.night-mode .homebrew-inline{background-color:rgba(255,0,0,.15)}.night-mode .highlight{color:#222;background-color:#cc0}.night-mode .sidemenu__row__divider{background:rgba(153,153,153,.5333333333)}.night-mode .sidemenu{background:#222}.night-mode .sidemenu__toggle{background:#444}.night-mode .sidemenu__burger{background:#222}.night-mode .initp__r--active{background:rgba(141,193,255,.1254901961)}.night-mode--alt body{background:#1c1c1c}.cancer__wrp-leaderboard{margin:0 auto;width:100%;display:flex;flex-direction:column;justify-content:center;flex-shrink:0;flex-grow:0;min-height:0;overflow:hidden}.cancer__wrp-leaderboard-inner{display:flex;width:100%;justify-content:center}.cancer__disp-cancer{width:100%;justify-content:center;font-size:9px;padding:2px 0;opacity:.6;display:none}.cancer__wrp-sidebar-rhs{position:fixed;z-index:1;top:160px;right:calc(50vw - 585px - 300px);width:300px;height:100%}.cancer__wrp-sidebar-rhs>*{margin-bottom:10px}.cancer__wrp-sidebar-rhs--single{height:calc(100% - 80px)}.cancer__wrp-sidebar-rhs--scrolling-page{position:absolute;top:150px}@media(max-width: 1800px){.cancer__wrp-sidebar-rhs{display:none}}.cancer__sidebar-rhs-inner{position:sticky}.cancer__sidebar-rhs-inner--top{top:10px}.cancer__sidebar-rhs-inner--bottom{top:620px}.cancer__footer-pad{height:100px}.cancer__wrp-mobile-1{display:flex;flex-direction:column}.cancer__sidebar-rhs-inner--scrolling-page .cancer__sidebar-rhs-inner--top{top:20px}.cancer__sidebar-rhs-inner--scrolling-page .cancer__sidebar-rhs-inner--bottom{top:630px}.night-mode .cancer__wrp-leaderboard{background:#333}.edge__body{overflow:hidden !important}.edge__overlay{background:darkred;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;color:#fff;font-family:monospace}.edge__title{font-size:72px}.edge__btn-close{position:absolute;top:8px;right:8px;font-size:16px}.edge__link{color:#fff !important;text-decoration:underline}.TEST_LEADER{background:#f0f;user-select:none;color:#fff;width:728px;height:90px}.TEST_RHS_TOP{background:#f0f;user-select:none;color:#fff;width:300px;height:600px}.TEST_RHS_BOTTOM{background:lime;user-select:none;color:#fff;width:300px;height:250px}@media print{@page{margin:10mm 15mm}body{color:#000 !important;overflow:visible !important;background:none !important;font-size:10px !important}header,nav{display:none !important}strong,.bold{font-weight:600}a[href]::after{content:none !important}.help,.help--hover{text-decoration:none !important}.btn-reroll,.rollbox-min,.rollbox,.spacer-name{display:none !important}a,.roller{color:#000 !important}.stats,.stats.monster{background:rgba(0,0,0,0) !important}.stats-source,.stats-source-abbreviation,.stats th{color:#000 !important}th.border,.wrp-stats-table th.border{background:#000 !important;height:1px !important}td.divider div{height:1px !important;background:#000 !important;margin:0 !important}.stats td,.stats th{padding:1px 2px !important}.stats--book-large .rd__b--3,.stats--book-large table,.stats--book-large p{margin:0 0 3px !important}.stats--book{box-shadow:none !important}#listcontainer,#stat-tabs,#float-token,.btn-name-pronounce,.btn-stats-name{display:none !important}.wrp-stats-table{border-top:0 !important;border-bottom:0 !important}#sticky-nav{display:none !important}#classtable table tr:nth-child(odd) td{background:#d3d3d3 !important}.cls-bkmv__wrp-tabs{display:none !important}.mon__btn-scale-cr,.mon__btn-reset-cr{display:none !important}.mon__name--token{padding-right:0 !important}.mon__stat-header-underline{border-bottom:1px solid #000 !important;color:#000 !important}.rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}.rd__h-toggle{display:none !important}.rd__b-special,.rd__li{break-inside:avoid;page-break-inside:avoid}.bk__to-top,.bk__nav-head-foot-item{display:none !important}.bkmv-active>*:not(.bkmv){display:none !important}.bkmv-active .bkmv{position:relative;top:unset;right:unset;bottom:unset;left:unset;width:calc(100vw - 20px)}.bkmv-active .bkmv__no-breaks{break-before:unset !important;break-after:unset !important;break-inside:unset !important}.bkmv-active .bkmv__wrp--columns-1{column-count:1}.bkmv-active .bkmv__wrp--columns-2{column-count:2}.bkmv-active .bkmv th.border{border:0 !important;padding:0 !important}.bkmv-active .bkmv .pnl-menu{display:none}.stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}.stats--bkmv tr{break-inside:auto !important}.toast{display:none !important}.cancer__anchor{display:none !important}}@page{html.is-faux-print{margin:10mm 15mm}}html.is-faux-print body{color:#000 !important;overflow:visible !important;background:none !important;font-size:10px !important}html.is-faux-print header,html.is-faux-print nav{display:none !important}html.is-faux-print strong,html.is-faux-print .bold{font-weight:600}html.is-faux-print a[href]::after{content:none !important}html.is-faux-print .help,html.is-faux-print .help--hover{text-decoration:none !important}html.is-faux-print .btn-reroll,html.is-faux-print .rollbox-min,html.is-faux-print .rollbox,html.is-faux-print .spacer-name{display:none !important}html.is-faux-print a,html.is-faux-print .roller{color:#000 !important}html.is-faux-print .stats,html.is-faux-print .stats.monster{background:rgba(0,0,0,0) !important}html.is-faux-print .stats-source,html.is-faux-print .stats-source-abbreviation,html.is-faux-print .stats th{color:#000 !important}html.is-faux-print th.border,html.is-faux-print .wrp-stats-table th.border{background:#000 !important;height:1px !important}html.is-faux-print td.divider div{height:1px !important;background:#000 !important;margin:0 !important}html.is-faux-print .stats td,html.is-faux-print .stats th{padding:1px 2px !important}html.is-faux-print .stats--book-large .rd__b--3,html.is-faux-print .stats--book-large table,html.is-faux-print .stats--book-large p{margin:0 0 3px !important}html.is-faux-print .stats--book{box-shadow:none !important}html.is-faux-print #listcontainer,html.is-faux-print #stat-tabs,html.is-faux-print #float-token,html.is-faux-print .btn-name-pronounce,html.is-faux-print .btn-stats-name{display:none !important}html.is-faux-print .wrp-stats-table{border-top:0 !important;border-bottom:0 !important}html.is-faux-print #sticky-nav{display:none !important}html.is-faux-print #classtable table tr:nth-child(odd) td{background:#d3d3d3 !important}html.is-faux-print .cls-bkmv__wrp-tabs{display:none !important}html.is-faux-print .mon__btn-scale-cr,html.is-faux-print .mon__btn-reset-cr{display:none !important}html.is-faux-print .mon__name--token{padding-right:0 !important}html.is-faux-print .mon__stat-header-underline{border-bottom:1px solid #000 !important;color:#000 !important}html.is-faux-print .rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}html.is-faux-print .rd__h-toggle{display:none !important}html.is-faux-print .rd__b-special,html.is-faux-print .rd__li{break-inside:avoid;page-break-inside:avoid}html.is-faux-print .bk__to-top,html.is-faux-print .bk__nav-head-foot-item{display:none !important}html.is-faux-print .bkmv-active>*:not(.bkmv){display:none !important}html.is-faux-print .bkmv-active .bkmv{position:relative;top:unset;right:unset;bottom:unset;left:unset;width:calc(100vw - 20px)}html.is-faux-print .bkmv-active .bkmv__no-breaks{break-before:unset !important;break-after:unset !important;break-inside:unset !important}html.is-faux-print .bkmv-active .bkmv__wrp--columns-1{column-count:1}html.is-faux-print .bkmv-active .bkmv__wrp--columns-2{column-count:2}html.is-faux-print .bkmv-active .bkmv th.border{border:0 !important;padding:0 !important}html.is-faux-print .bkmv-active .bkmv .pnl-menu{display:none}html.is-faux-print .stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}html.is-faux-print .stats--bkmv tr{break-inside:auto !important}html.is-faux-print .toast{display:none !important}html.is-faux-print .cancer__anchor{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media(max-width: 991px){.dropdown-menu-filter{max-height:525px}}.fltr__btn-close{min-width:100px}.fltr__minimal-hide{display:none}.fltr__no-items{display:none !important}.fltr__h{display:flex;justify-content:space-between;font-size:15px;align-items:center}@media only screen and (max-width: 768px){.fltr__h{flex-direction:column}.fltr__h--multi{flex-direction:initial}}@media only screen and (max-width: 768px){.fltr__h-text{align-self:flex-start}}@media only screen and (max-width: 768px){.fltr__h-wrp-btns-outer{width:100%;flex-direction:column;align-items:initial !important}.fltr__h-wrp-btns-outer>*{width:100%;margin:.25rem !important}}@media only screen and (max-width: 768px){.fltr__h-wrp-state-btns-outer{flex-direction:column}.fltr__h-wrp-state-btns-outer>*{width:100%}}.fltr__h-btn-mobile-settings{min-width:30px}.fltr__h-btn-logic{min-width:46px;font-weight:bold}.fltr__h-btn-logic.btn-xxs{min-width:34px}.fltr__h-btn-logic--blue{color:#337ab7}.fltr__h-btn-logic--blue:hover{color:#2a6496}.fltr__h-btn-logic--red{color:#8a1a1b}.fltr__h-btn-logic--red:hover{color:#711617}.fltr__h-btn--all,.fltr__h-btn--all:focus,.fltr__h-btn--all:hover{text-decoration:underline;text-decoration-color:#337ab7}.fltr__h-btn--clear,.fltr__h-btn--clear:focus,.fltr__h-btn--clear:hover{text-decoration:underline;text-decoration-color:#c3c3c3}.fltr__h-btn--none,.fltr__h-btn--none:focus,.fltr__h-btn--none:hover{text-decoration:underline;text-decoration-color:#8a1a1b}.fltr__summary_item{cursor:help;margin:0 3px;font-weight:bold;font-size:12px;line-height:12px}.fltr__summary_nest{display:flex;padding:2px 0;font-size:12px;align-items:center}.fltr__summary_item--include{color:#337ab7;text-shadow:0 0 1px #337ab7}.fltr__summary_item--exclude{color:#8a1a1b;text-shadow:0 0 1px #8a1a1b}.fltr__summary_item_spacer{margin:0 3px;padding-left:1px;cursor:default;background:rgba(204,204,204,.6274509804);min-height:12px}.fltr__btn_nest{margin:2px;padding:2px 6px;white-space:nowrap;text-align:center;font-size:10.5px;cursor:pointer;user-select:none;background:#f0f0f0;border:1px solid #ccc}.fltr__btn_nest:hover{background-color:#e6e6e6}.fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.fltr__btn_nest--include span{background:#fff;padding:1px 0}.fltr__btn_nest--include-all{background:#337ab7;color:#fff}.fltr__btn_nest--include-all:hover{background:#2d6da3}.fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.fltr__btn_nest--exclude span{background:#fff;padding:1px 0}.fltr__btn_nest--exclude-all{background:#8a1a1b;color:#fff}.fltr__btn_nest--exclude-all:hover{background:#751617}.fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px);color:#fff}.fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.fltr__container-pills{margin-right:-2px;margin-left:-2px}.fltr__dropdown-divider{border-bottom:#ccc 1px dotted;width:100%}@media only screen and (max-width: 768px){.fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #eee;height:7px;flex-shrink:0;border:0;background:#ccc;margin-top:.5rem;margin-bottom:.75rem !important}}.fltr__dropdown-divider--indented{opacity:.4;width:calc(100% - 80px);margin:0 auto}.fltr__dropdown-divider--sub{border-style:dashed;width:calc(100% - 2rem);border-color:rgba(204,204,204,.6274509804)}.fltr__pill{margin:2px;padding:2px 6px;background:#f0f0f0;white-space:nowrap;text-align:center;font-size:10.5px;cursor:pointer;user-select:none;border:1px solid #ccc;float:left}.fltr__pill:hover{background-color:#e6e6e6}.fltr__pill[state=yes]{background:#337ab7;color:#fff;border-color:#22527b}.fltr__pill[state=yes]:hover{background:#2d6da3}.fltr__pill[state=no]{background:#8a1a1b;color:#fff;border-color:#4a0e0e}.fltr__pill[state=no]:hover{background:#751617}.fltr__pill--ability-bonus{min-width:26px;border-right-width:0;margin:0;flex:1}.fltr__pill--ability-bonus:last-of-type{border-right-width:1px}.fltr__pill--muted{background-color:#dedede;color:#898989}.fltr__pill--muted[state=yes],.fltr__pill--muted[state=no]{color:#fff}.fltr__wrp-pills,.fltr__wrp-pills--sub{flex-wrap:wrap;margin-bottom:7px}.fltr__wrp-pills{display:block}.fltr__wrp-pills::after{content:"";clear:both;display:block}.fltr__wrp-pills--flex,.fltr__wrp-pills--sub{display:flex}.fltr__wrp-subs{display:block}.fltr__mini-view{border-left:#ccc 1px solid;border-right:#ccc 1px solid;background:linear-gradient(to top, #ccc, whitesmoke 1px);display:flex;flex-wrap:wrap;flex-shrink:0}.fltr__mini-view--no-sort-buttons{border-bottom:1px solid #ccc;background:#f5f5f5;border-bottom-left-radius:3px;border-bottom-right-radius:3px;min-height:3px}.fltr__mini-pill{margin:1px 2px;padding:1px 2px;white-space:nowrap;text-align:center;font-size:9.4px;border-radius:3px;cursor:pointer;user-select:none;display:none}.fltr__mini-pill:hover{text-decoration:red line-through}.fltr__mini-pill[state=yes]{background:#337ab7;color:#fff;display:block}.fltr__mini-pill--default-sel[state=yes]{background:#48637a}.fltr__mini-pill[state=no]{background:#822000;color:#fff;display:block}.fltr__mini-pill--default-desel[state=no]{background:#7a564f}.fltr__h-summary{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;font-size:11px;line-height:22px;margin-left:auto}.fltr__h-summary-filtering{color:#333;text-shadow:0 0 1px #333}.fltr__h-btn-toggle-display{min-width:43px}.fltr__slider{width:100%}.fltr__range-inline-label{margin-left:15px;flex-shrink:0;min-width:75px;text-align:right;font-style:italic}.fltr__group-comb-toggle{font-style:italic;cursor:pointer;letter-spacing:-1px;user-select:none}.fltr__label-ability-score{width:80px}.fltr__hidden--inactive{display:none !important}.fltr__hidden--search{display:none !important}.fltr-search__wrp-search:focus .fltr-search__wrp-values,.fltr-search__wrp-search:focus-within .fltr-search__wrp-values,.fltr-search__wrp-search:focus-visible .fltr-search__wrp-values,.fltr-search__wrp-search:active .fltr-search__wrp-values{display:flex}.fltr-search__wrp-row:focus,.fltr-search__wrp-row:hover{background-color:#f5f5f5}.fltr-search__wrp-values{max-height:200px;background:#fff;border:1px solid #ccc;z-index:1;top:22px;right:0;left:0;display:none;flex-direction:column}.fltr-search__disp-name{font-size:10.5px}.fltr-search__btn-activate{width:16px;height:16px;border-radius:3px}.fltr-search__btn-activate--yes{background:#337ab7;color:#fff;border:1px solid #63a0d4}.fltr-search__btn-activate--yes:hover{background:#2d6da3}.fltr-search__btn-activate--no{background:#8a1a1b;color:#fff;border:1px solid #ca2628}.fltr-search__btn-activate--no:hover{background:#751617}.fltr-src__spc-pill{color:#777}.fltr-src__wrp-slider{background:#f0f0f0;border-radius:4px}.fltr-cls__tgl{width:16px;height:16px;padding:0;flex-shrink:0;flex-grow:0;display:inline-block;cursor:pointer;border:1px solid #ccc;border-radius:4px;outline:none;user-select:none;border-radius:7px}.fltr-cls__tgl:active{box-shadow:0 0 2px 0 rgba(0,0,0,.7333333333)}.fltr-cls__tgl.active{background:#666;border-color:#8c8c8c}.fltr-cls__tgl.active.disabled{background-color:#a6a6a6}.fltr-cls__tgl.disabled{cursor:default;box-shadow:none}.fltr__pill[state=yes]>.fltr-src__spc-pill{color:rgba(255,255,255,.6)}.fltr__pill[state=no]>.fltr-src__spc-pill{color:rgba(255,255,255,.6666666667)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .fltr__btn_nest{background:#222;border-color:#555}.night-mode .fltr__btn_nest:hover{background:#323232}.night-mode .fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.night-mode .fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.night-mode .fltr__btn_nest--include span{background:#222}.night-mode .fltr__btn_nest--include-all{background:#337ab7}.night-mode .fltr__btn_nest--include-all:hover{background:#2d6da3}.night-mode .fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.night-mode .fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.night-mode .fltr__btn_nest--exclude span{background:#222}.night-mode .fltr__btn_nest--exclude-all{background:#8a1a1b}.night-mode .fltr__btn_nest--exclude-all:hover{background:#751617}.night-mode .fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px)}.night-mode .fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.night-mode .fltr__dropdown-divider{border-color:#555}@media only screen and (max-width: 768px){.night-mode .fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #333;background:#555}}.night-mode .fltr__dropdown-divider--sub{border-color:rgba(85,85,85,.6274509804)}.night-mode .fltr__pill{border-color:#555}.night-mode .fltr__pill[state=ignore]{background:#222}.night-mode .fltr__pill[state=ignore]:hover{background:#323232}.night-mode .fltr__pill[state=yes]{border-color:#22527b}.night-mode .fltr__pill[state=no]{border-color:#4a0e0e}.night-mode .fltr__pill--muted{color:#656565}.night-mode .fltr__pill--muted[state=yes],.night-mode .fltr__pill--muted[state=no]{color:#fff}.night-mode .fltr__mini-view{background:#343434;border-color:#555;background:linear-gradient(to top, #555, #343434 1px)}.night-mode .fltr__h-btn-logic--blue{color:#337ab7}.night-mode .fltr__h-btn-logic--blue:hover{color:#7398b7}.night-mode .fltr__h-btn-logic--red{color:#8a1a1b}.night-mode .fltr__h-btn-logic--red:hover{color:#8a4b4b}.night-mode .fltr-search__wrp-row:focus,.night-mode .fltr-search__wrp-row:hover{background-color:#272727}.night-mode .fltr-search__wrp-values{background-color:#222;border-color:#555}.night-mode .fltr-src__wrp-slider{background:rgba(51,51,51,.6666666667)}.night-mode .fltr-cls__tgl{background:#222;border-color:#555}.night-mode .fltr-cls__tgl:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.night-mode .fltr-cls__tgl.active{background:#555;border-color:#6f6f6f}.night-mode .fltr-cls__tgl.active.disabled{background-color:#888}.night-mode .fltr-cls__tgl.disabled{box-shadow:none}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.ui__btn-xxl-square{width:110px;height:110px}.ui__ipt-color{width:40px;padding:0}.ui__ipt-color::-webkit-color-swatch-wrapper{padding:3px}.ui__ipt-color::-webkit-color-swatch{border:1px solid #ccc}.ui-list__wrp{transform:translateZ(0);font-size:11.2px}.ui-list__wrp-preview{background:#fdf1dc;font-size:90%;border-top-left-radius:5px;margin-top:1px;margin-bottom:4px}.ui-list__btn-inline{cursor:pointer;color:#777}.ui-list__btn-inline:hover{background:rgba(0,0,0,.175);color:#373737}.ui-source__row{margin-left:calc(-96px - .5rem)}.ui-source__name{min-width:96px;white-space:nowrap;text-align:right}.ui-source__divider{height:1px;width:30px;background:#ccc;display:inline-block;margin:0 3px}.ui-modal__body-active{overflow-y:hidden !important}.ui-modal__row{margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;font-weight:initial;min-height:30px}.ui-modal__row:first-of-type{margin-top:-1px}.ui-modal__row--cb{padding:0 3px;border-radius:3px}.ui-modal__row--cb:hover{background:#f5f5f5}.ui-modal__row--sel{padding:0 3px}.ui-modal__row>*{margin-right:5px}.ui-modal__row>*:last-child{margin-right:0}.ui-modal__header--border{border-bottom:1px solid rgba(204,204,204,.6274509804)}.ui-modal__header--fullscreen{box-shadow:0 3px 6px rgba(0,0,0,.175)}.ui-modal__footer{border-top:1px solid rgba(204,204,204,.6274509804)}.ui-modal__footer--fullscreen{box-shadow:0 3px 6px rgba(0,0,0,.175)}.ui-modal__overlay{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(69,69,69,.5333333333)}.ui-modal__overlay-blind{background-color:#fff}.ui-modal__inner{position:relative;z-index:1001;top:initial;left:initial;margin:60px auto;padding:5px 10px;height:400px;float:none;min-width:600px;max-height:400px;min-height:400px;font-size:14px;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}@media(max-width: 767px){.ui-modal__inner{min-width:0}}@media(min-width: 768px){.ui-modal__inner{max-width:750px}}@media(min-width: 992px){.ui-modal__inner{max-width:970px}}@media(min-width: 1200px){.ui-modal__inner{max-width:1170px}}.ui-modal__inner--no-min-height{min-height:0;height:initial}.ui-modal__inner--uncap-height{max-height:calc(100% - 120px);height:initial}.ui-modal__inner--uncap-width{max-width:calc(100% - 180px);width:initial}.ui-modal__inner--max-width-640p{max-width:640px}.ui-modal__inner--mode-fullscreen{max-height:0;height:100vh;flex-shrink:0;min-height:100vh;border-radius:0;box-shadow:none;border:0}.ui-modal__scroller{height:100%;width:100%;min-height:0;overflow-y:auto}.ui-search__wrp-output{position:relative;height:100%;width:100%;display:flex;flex-direction:column}.ui-search__wrp-controls{width:100%;display:flex;z-index:900}.ui-search__wrp-controls--in-tabs{margin-top:-1px}.ui-search__wrp-results{position:relative;padding:3px;transform:translateZ(0);height:100%;overflow-y:auto;overflow-x:hidden;font-size:11.2px}.ui-search__row{cursor:pointer;font-weight:bold;padding:1px 2px;display:flex;justify-content:space-between;border-bottom:1px solid #ccc}.ui-search__row:hover{background:#d3d3d3}.ui-search__row:focus{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.ui-search__sel-category{border-radius:0;max-width:180px;flex-shrink:0;border-right:0}.ui-search__ipt-search{border-radius:0;width:100%}.ui-search__ipt-search-sub-ipt[type=radio]{display:inline-block;margin:0 3px 0 0}.ui-search__ipt-search-sub-ipt-custom{max-width:30px;border-radius:0;border-left:0;margin-right:-1px;border-right-color:#e0e0e0;border-left-color:#e0e0e0;padding-left:0}.ui-search__ipt-search-sub-ipt-custom[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.ui-search__ipt-search-sub-wrp{flex-shrink:0;margin-bottom:0;padding:5px;font-weight:normal;border:1px solid #ccc;height:34px;border-left:0}.ui-search__ipt-search-sub-lbl{display:flex;align-items:center;height:100%}.ui-search__ipt-search-sub-lbl:not(:last-child){margin-right:7px}.ui-search__message{font-size:1.4rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500}.ui-tab__btn-tab-head{display:inline-block;padding:2px 4px 0;border-bottom-right-radius:0;border-bottom-left-radius:0;cursor:pointer;user-select:none;border-bottom:0}.ui-tab__btn-tab-head.active{background-color:#e6e6e6;border-color:#adadad}.ui-tab__wrp-tab-body{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.ui-tab__wrp-tab-body--border{padding:3px 0}.ui-tab__wrp-tab-body--background{background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-top:0;border-bottom-color:rgba(204,204,204,.4)}.ui-tab__wrp-tab-heads--border{border-bottom:1px solid #ccc}.ui-tab-side__disp-active-tab-name{margin-left:126px;font-size:28px}@media only screen and (max-width: 1200px){.ui-tab-side__disp-active-tab-name{margin-left:39px}}.ui-tab-side__btn-tab{width:120px}@media only screen and (max-width: 1200px){.ui-tab-side__btn-tab{width:33px;height:30px}}.ui-tab-side__icon-tab{min-width:15px;min-height:12px}.ui-tab-side__wrp-tab{background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-bottom:0}.ui-tab-side__wrp-tab--single{border:0}.ui-prof__btn-cycle{width:16px;height:16px;padding:0;flex-shrink:0;flex-grow:0;display:inline-block;cursor:pointer;border:1px solid #ccc;border-radius:4px;outline:none;user-select:none}.ui-prof__btn-cycle:active{box-shadow:0 0 2px 0 rgba(0,0,0,.7333333333)}.ui-prof__btn-cycle.active{background:#666;border-color:#8c8c8c}.ui-prof__btn-cycle.active.disabled{background-color:#a6a6a6}.ui-prof__btn-cycle.disabled{cursor:default;box-shadow:none}.ui-prof__btn-cycle[data-state="0"]{background:#fff}.ui-prof__btn-cycle[data-state="1"]{background:#666;border-color:#8c8c8c}.ui-prof__btn-cycle[data-state="2"]{background:#666;border-color:#8c8c8c;display:flex;line-height:14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;font-family:"Font Awesome 5 Pro";font-weight:900;color:#fff;font-size:12px}.ui-prof__btn-cycle[data-state="2"]::before{content:""}.ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, white, white 10px, #666 10px, #666 20px);border-color:#8c8c8c}.ui-dir__face{position:relative;width:92px;height:92px;border-radius:46px;background:#f0f0f0;border:1px solid #ccc;user-select:none;cursor:grab}.ui-dir__arm{width:1px;height:40px;background:#333;position:absolute;top:46px;left:46px;transform:rotate(180deg);transform-origin:top;pointer-events:none;user-select:none;box-shadow:0 0 2px 0 rgba(0,0,0,.75)}.ui-icn__wrp-icon{font-size:24px}.ui-drag__wrp-drag-block{position:absolute;top:0;right:0;bottom:0;left:0}.ui-drag__wrp-drag-dummy--highlight{background:rgba(207,229,255,.4705882353)}.ui-drag__wrp-drag-dummy--lowlight{background:rgba(0,0,0,0)}.ui-drag__patch{cursor:move;user-select:none;display:flex;flex-shrink:0;padding:5px 3px;width:14px;font-size:14px}.ui-drag__dummy-patch{width:14px}.ui-drag__patch-col{display:flex;flex-direction:column;flex-shrink:0}.ui-drag__patch-col>div{line-height:4px;text-align:center}.ui-tip__parent{cursor:help;position:relative}.ui-tip__child{box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;position:absolute;border:1px solid #ccc;background:#fff;border-radius:3px;z-index:1;top:calc(100% + 5px);padding:5px;opacity:0;transition:opacity 84ms ease-in-out;pointer-events:none}.ui-tip__parent:hover .ui-tip__child{display:flex;opacity:1}.ui-ctx__wrp{box-shadow:0 6px 12px rgba(0,0,0,.475);z-index:1100;font-size:14px;background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-top-color:#ccc}.ui-ctx__divider{height:1px;width:100%;background:#ccc}.ui-ctx__row{min-width:160px}.ui-ctx__btn{cursor:pointer}.ui-ctx__btn:hover{background:#f5f5f5}.ui-ctx__btn.disabled,.ui-ctx__btn.disabled:hover{cursor:default;background:#fff}.ui-pick__btn-add{font-weight:bold;padding:1px 2px;line-height:8px;font-size:18px;display:flex;height:16px}.ui-pick__btn-add--sub{line-height:11px;height:14px;font-size:16px;border-radius:0;padding:0 1px;font-weight:bold}.ui-pick__btn-remove{width:10px;line-height:20px;padding:0;border-radius:0;font-size:12px;flex-shrink:0;flex-grow:0;cursor:pointer;font-style:initial}.ui-pick__btn-remove--sub{height:18px;line-height:16px}.ui-pick__pill{align-items:stretch}.ui-pick__disp-text{border:1px solid #ccc;border-right:0}.fa--btn-sm{position:relative;top:1px;font-size:15px}.fa--btn-xs{position:relative;font-size:12px}.fa--btn-xs::before{width:12px;height:14px;display:inline-block;text-align:center}.fa--btn-xs.fa-dice{left:-2px}.clp__wrp-temp{position:fixed;top:-10000px;left:-10000px;width:1px;height:1px}.clp__disp-copied{position:fixed;white-space:nowrap;width:auto;transform:translateX(-50%);pointer-events:none;user-select:none;height:24px;font-size:12px;z-index:2000;background:radial-gradient(ellipse at center, white 0%, white 35%, transparent 75%, transparent 100%)}.ui-ideco__ipt--left{padding-left:22px !important}.ui-ideco__ipt--right{padding-right:22px !important}.ui-ideco__wrp{position:absolute;top:0;bottom:0;opacity:.5;justify-content:center}.ui-ideco__wrp>.glyphicon{top:0}.ui-ideco__wrp--left{left:5px}.ui-ideco__wrp--right{right:5px}.ui-ideco__btn-ticker{transition:opacity 34ms;opacity:0;padding:0;width:14px;height:10px;border:0;font-size:14px;line-height:10px;border-radius:0;background:rgba(0,0,0,.2);color:#333}.ui-ideco__btn-ticker:hover,.ui-ideco__btn-ticker:active,.ui-ideco__btn-ticker:focus,.ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.ui-ideco__btn-ticker:hover{background:rgba(0,0,0,.3333333333);color:#333}.ui-ideco__btn-ticker:active,.ui-ideco__btn-ticker:focus,.ui-ideco__btn-ticker:active:focus{background:rgba(0,0,0,.4666666667);color:#333}.ui-ideco__ipt:hover+.ui-ideco__wrp .ui-ideco__btn-ticker,.ui-ideco__wrp:hover .ui-ideco__btn-ticker{transition:opacity 34ms;opacity:1}.ui-sel2__ipt-search{top:0;right:0;left:0;opacity:0;background:rgba(0,0,0,0)}.ui-sel2__ipt-display{padding-right:20px}.ui-sel2__wrp:focus>.ui-sel2__ipt-search,.ui-sel2__wrp:focus-within>.ui-sel2__ipt-search{opacity:1}.ui-sel2__wrp:focus>.ui-sel2__ipt-display,.ui-sel2__wrp:focus-within>.ui-sel2__ipt-display{text-align:right;color:#777;font-weight:bold}.ui-sel2__wrp:focus>.ui-sel2__wrp-options,.ui-sel2__wrp:focus-within>.ui-sel2__wrp-options{display:flex}.ui-sel2__wrp-options{z-index:1;top:22px;right:0;left:0;display:none;flex-direction:column;background:#fff;border:1px solid #ccc;border-top:0;max-height:200px}.ui-sel2__wrp-options:hover,.ui-sel2__wrp-options:active,.ui-sel2__wrp-options:focus,.ui-sel2__wrp-options:focus-within{display:flex}.ui-sel2__disp-option.active,.ui-sel2__disp-option:focus,.ui-sel2__disp-option:hover{background:#f5f5f5}.ui-sel2__disp-option:focus.active,.ui-sel2__disp-option:hover.active{background:#dcdcdc}.ui-sel2__disp-arrow{top:4px;right:4px;bottom:0;font-size:12px}.ui-slidr__wrp{font-size:14px}.ui-slidr__thumb{width:14px;height:18px;top:-5px;background:#f5f5f5;border:1px solid #ccc;border-radius:2px}.ui-slidr__thumb--hover,.ui-slidr__thumb:hover{background:#dcdcdc;border-color:#b3b3b3}.ui-slidr__wrp-track{padding-top:6px;padding-bottom:7px}.ui-slidr__track-outer{border:1px solid #ccc;height:10px;border-radius:3px}.ui-slidr__track-inner{background:#eee}.ui-slidr__disp-value{width:80px;height:26px;border-radius:4px}.ui-slidr__disp-value--visible{border:1px solid #ccc;background:#fff}.ui-slidr__disp-value--left{margin-right:15px}.ui-slidr__disp-value--right{margin-left:15px}.ui-slidr__wrp-bottom{height:3em}.ui-slidr__wrp-pips{padding-top:6px}.ui-slidr__pip{width:1px;height:4px;background:#ccc}.ui-slidr__pip--major{height:6px;background:#a6a6a6}.ui-slidr__pip-label{top:0;width:24px;height:20px;padding-top:20px}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .ui__ipt-color::-webkit-color-swatch{border:0}.night-mode .ui-list__wrp-preview{background:#222}.night-mode .ui-list__btn-inline{color:#bbb}.night-mode .ui-list__btn-inline:hover{color:#d5d5d5;background:rgba(255,255,255,.1882352941)}.night-mode .ui-source__divider{background:#555}.night-mode .ui-modal__header--border{border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__footer{border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__overlay-blind{background-color:#222}.night-mode .ui-modal__inner{background:#222;box-shadow:0 6px 12px rgba(0,0,0,.56);border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__inner--mode-fullscreen{box-shadow:none}.night-mode .ui-modal__row--cb:hover{background:#383838}.night-mode .ui-search__row{border-color:#555}.night-mode .ui-search__row:hover{background:#333}.night-mode .ui-search__ipt-search-sub-wrp{border-color:#555}.night-mode .ui-tab__btn-tab-head--active,.night-mode .ui-tab__btn-tab-head--active:focus,.night-mode .ui-tab__btn-tab-head--active:hover,.night-mode .ui-tab__btn-tab-head--active:active{background-color:rgba(255,255,255,.2509803922)}.night-mode .ui-tab__wrp-tab-body--background{background:#222;border-color:rgba(85,85,85,.6274509804);border-bottom-color:rgba(47,47,47,.6274509804)}.night-mode .ui-tab__wrp-tab-heads--border{border-color:#555;border-width:2px}.night-mode .ui-tab-side__wrp-tab{background:#222;border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-prof__btn-cycle{border-color:#555}.night-mode .ui-prof__btn-cycle:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.night-mode .ui-prof__btn-cycle[data-state="0"]{background:#222}.night-mode .ui-prof__btn-cycle[data-state="1"]{background:#555;border-color:#6f6f6f}.night-mode .ui-prof__btn-cycle[data-state="2"]{background:#555;border-color:#6f6f6f}.night-mode .ui-prof__btn-cycle[data-state="2"]::before{color:#222}.night-mode .ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, #222, #222 10px, #555 10px, #555 20px);border-color:#6f6f6f}.night-mode .ui-dir__face{background:#222;border-color:#555}.night-mode .ui-dir__arm{background:#bbb;box-shadow:none}.night-mode .ui-tip__child{border-color:#555;background:#222}.night-mode .ui-ctx__wrp{background:#222;border:1px solid rgba(85,85,85,.6274509804);border-top-color:#555}.night-mode .ui-ctx__divider{background:#555}.night-mode .ui-ctx__btn:hover{background:#383838;color:#fff}.night-mode .ui-ctx__btn.disabled,.night-mode .ui-ctx__btn.disabled:hover{background:#222;color:#bbb}.night-mode .ui-pick__disp-text{border-color:#555}.night-mode .clp__disp-copied{background:radial-gradient(ellipse at center, #222 0%, #222 35%, transparent 75%, transparent 100%)}.night-mode .ui-ideco__btn-ticker{background:#555;color:#fff}.night-mode .ui-ideco__btn-ticker:hover,.night-mode .ui-ideco__btn-ticker:active,.night-mode .ui-ideco__btn-ticker:focus,.night-mode .ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.night-mode .ui-ideco__btn-ticker:hover{background:#484848;color:#fff}.night-mode .ui-ideco__btn-ticker:active,.night-mode .ui-ideco__btn-ticker:focus,.night-mode .ui-ideco__btn-ticker:active:focus{background:#3c3c3c;color:#fff}.night-mode .ui-sel2__ipt-search{background:rgba(0,0,0,0)}.night-mode .ui-sel2__wrp-options{background-color:#222;border-color:#555}.night-mode .ui-sel2__disp-option.active,.night-mode .ui-sel2__disp-option:focus,.night-mode .ui-sel2__disp-option:hover{background:#383838}.night-mode .ui-sel2__disp-option:focus.active,.night-mode .ui-sel2__disp-option:hover.active{background:#525252}.night-mode .ui-slidr__thumb{background:rgba(204,204,204,.6274509804);border-color:#bbb}.night-mode .ui-slidr__thumb--hover,.night-mode .ui-slidr__thumb:hover{background:rgba(230,230,230,.6274509804);border-color:#bbb}.night-mode .ui-slidr__track-outer{border-color:#555}.night-mode .ui-slidr__track-inner{background:rgba(85,85,85,.6274509804)}.night-mode .ui-slidr__disp-value--visible{border-color:#555;background:#222}.night-mode .ui-slidr__pip{background:#bbb}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media print{.no-print{display:none !important}.print__ve-block{display:block !important}.print__h-initial{height:initial !important}.print__overflow-visible{overflow:visible !important}.print__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}}html.is-faux-print .no-print{display:none !important}html.is-faux-print .print__ve-block{display:block !important}html.is-faux-print .print__h-initial{height:initial !important}html.is-faux-print .print__overflow-visible{overflow:visible !important}html.is-faux-print .print__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}/*# sourceMappingURL=main.css.map */ +@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--rgb-font: #333;--rgb-font--muted: #777;--rgb-name: #822000;--rgb-bg: white;--rgb-bg--alt: whitesmoke;--rgb-border--statblock: #e69a28}:root.night-mode{--rgb-font: #bbb;--rgb-name: #d29a38;--rgb-bg: #222;--rgb-bg--alt: #383838;--rgb-border--statblock: #565656}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--safe-area-inset-top: 0;--safe-area-inset-right: 0;--safe-area-inset-bottom: 0;--safe-area-inset-left: 0}.glyphicon-send{top:2px;right:1px}.glyphicon--top-2p{top:2px}.roller{color:#337ab7;cursor:pointer}.text-muted a{color:#7096b7}.font-ui{font-family:Arial,sans-serif}@media(max-width: 780px){.help--hover{cursor:default !important;text-decoration:none !important}}body{min-height:100vh;position:relative;overflow-x:hidden;padding:var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left)}body.is-fullscreen .page__header{display:none}body.is-fullscreen .page__nav{display:none}input{min-width:0}input[type=checkbox],input[type=radio]{margin:0}main{padding:10px 15px}footer{padding:20px 15px;font-size:90%}pre,textarea{tab-size:2}hr{flex-shrink:0}*{scrollbar-width:thin}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#cbcbcb}body{scrollbar-width:auto}body::-webkit-scrollbar{width:15px}.container{position:relative}.input-xs{height:22px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.form-control--minimal{border-radius:0;padding:0 2px}.ve-flex-label{display:inline-flex;align-items:center}.ve-flex-label>input[type=checkbox],.ve-flex-label>input[type=radio]{margin:0 0 0 5px}.btn-xxs{padding:0 2px;font-size:12px;line-height:1.5;border-radius:3px}.btn-primary--half{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 16px, #b8b8b8 16px, #b8b8b8 32px)}.dropdown-menu--side{top:-10px;left:100%;max-height:calc(100vh - 130px);overflow-y:auto}.nav>li>a{padding:5px 14px 6px}@media(min-width: 992px){.nav>li>a{border-top-left-radius:0;border-top-right-radius:0}}@media(max-width: 991px){.nav>li{margin-top:2px;margin-bottom:2px}}.page__nav-inner>li.active>a,.page__nav-inner>li.active>a:focus,.page__nav-inner>li.active>a:hover{background-color:#006bc4;border-top:0}@media(min-width: 992px){.page__nav-inner>li.active>a,.page__nav-inner>li.active>a:focus,.page__nav-inner>li.active>a:hover{border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #999}}.nav>li>a:focus,.nav>li>a:hover{background-color:rgba(0,0,0,.1)}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:rgba(0,0,0,.1)}.row{margin-right:0;margin-left:0}.dropdown-menu>li>a.dropdown-ext-link{display:flex;justify-content:space-between}.dropdown-menu>li>a.dropdown-ext-link:hover{padding-right:10px}.dropdown-menu>li>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>span:focus,.dropdown-menu>li>span:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.disabled>span{pointer-events:none;color:#777}.dropdown-menu>.disabled>span:focus,.dropdown-menu>.disabled>span:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none}.dropdown-menu>.ctx-danger>span{background:#d9534f;color:#fff}.dropdown-menu>.ctx-danger>span:focus,.dropdown-menu>.ctx-danger>span:hover{color:#fff;text-decoration:none;background-color:#ac2925}.dropdown-ext-link>.glyphicon{top:3px;display:none}.dropdown-ext-link:hover>.glyphicon{display:inline-block}.caret--right{transform:rotate(270deg)}.input-group>input.form-control,.input-group>label,.input-group>button,.input-group>a.btn{border-radius:0;border-right:0}.input-group>input.form-control:first-child,.input-group>label:first-child,.input-group>button:first-child,.input-group>a.btn:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.input-group>input.form-control:last-child,.input-group>label:last-child,.input-group>button:last-child,.input-group>a.btn:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #ccc}.input-group--top input.form-control:first-child,.input-group--top label:first-child,.input-group--top button:first-child,.input-group--top a.btn:first-child{border-bottom-left-radius:0}.input-group--top input.form-control:last-child,.input-group--top label:last-child,.input-group--top button:last-child,.input-group--top a.btn:last-child{border-bottom-right-radius:0}.input-group--middle input.form-control,.input-group--middle label,.input-group--middle button,.input-group--middle a.btn{border-top:0}.input-group--middle input.form-control:first-child,.input-group--middle label:first-child,.input-group--middle button:first-child,.input-group--middle a.btn:first-child{border-radius:0}.input-group--middle input.form-control:last-child,.input-group--middle label:last-child,.input-group--middle button:last-child,.input-group--middle a.btn:last-child{border-radius:0}.input-group--bottom input.form-control,.input-group--bottom label,.input-group--bottom button,.input-group--bottom a.btn{border-top:0}.input-group--bottom input.form-control:first-child,.input-group--bottom label:first-child,.input-group--bottom button:first-child,.input-group--bottom a.btn:first-child{border-top-left-radius:0}.input-group--bottom input.form-control:last-child,.input-group--bottom label:last-child,.input-group--bottom button:last-child,.input-group--bottom a.btn:last-child{border-top-right-radius:0}.night-mode .input-group>input.form-control:last-child,.night-mode .input-group>label:last-child,.night-mode .input-group>button:last-child,.night-mode .input-group>a.btn:last-child{border-right-color:#555}.col-0-1,.col-0-2,.col-0-3,.col-0-4,.col-0-5,.col-0-6,.col-0-7,.col-0-8,.col-0-9,.col-1-1,.col-1-2,.col-1-3,.col-1-4,.col-1-5,.col-1-6,.col-1-7,.col-1-8,.col-1-9,.col-1,.col-2-1,.col-2-2,.col-2-3,.col-2-4,.col-2-5,.col-2-6,.col-2-7,.col-2-8,.col-2-9,.col-2,.col-3-1,.col-3-2,.col-3-3,.col-3-4,.col-3-5,.col-3-6,.col-3-7,.col-3-8,.col-3-9,.col-3,.col-4-1,.col-4-2,.col-4-3,.col-4-4,.col-4-5,.col-4-6,.col-4-7,.col-4-8,.col-4-9,.col-4,.col-5-1,.col-5-2,.col-5-3,.col-5-4,.col-5-5,.col-5-6,.col-5-7,.col-5-8,.col-5-9,.col-5,.col-6-1,.col-6-2,.col-6-3,.col-6-4,.col-6-5,.col-6-6,.col-6-7,.col-6-8,.col-6-9,.col-6,.col-7-1,.col-7-2,.col-7-3,.col-7-4,.col-7-5,.col-7-6,.col-7-7,.col-7-8,.col-7-9,.col-7,.col-8-1,.col-8-2,.col-8-3,.col-8-4,.col-8-5,.col-8-6,.col-8-7,.col-8-8,.col-8-9,.col-8,.col-9-1,.col-9-2,.col-9-3,.col-9-4,.col-9-5,.col-9-6,.col-9-7,.col-9-8,.col-9-9,.col-9,.col-10-1,.col-10-2,.col-10-3,.col-10-4,.col-10-5,.col-10-6,.col-10-7,.col-10-8,.col-10-9,.col-10,.col-11-1,.col-11-2,.col-11-3,.col-11-4,.col-11-5,.col-11-6,.col-11-7,.col-11-8,.col-11-9,.col-11,.col-12{position:relative;min-height:1px}.col-12{width:100% !important}.col-11{width:91.6666666667% !important}.col-11-9{width:99.1666666667% !important}.col-11-8{width:98.3333333333% !important}.col-11-7{width:97.5% !important}.col-11-6{width:96.6666666667% !important}.col-11-5{width:95.8333333333% !important}.col-11-4{width:95% !important}.col-11-3{width:94.1666666667% !important}.col-11-2{width:93.3333333333% !important}.col-11-1{width:92.5% !important}.col-10{width:83.3333333333% !important}.col-10-9{width:90.8333333333% !important}.col-10-8{width:90% !important}.col-10-7{width:89.1666666667% !important}.col-10-6{width:88.3333333333% !important}.col-10-5{width:87.5% !important}.col-10-4{width:86.6666666667% !important}.col-10-3{width:85.8333333333% !important}.col-10-2{width:85% !important}.col-10-1{width:84.1666666667% !important}.col-9{width:75% !important}.col-9-9{width:82.5% !important}.col-9-8{width:81.6666666667% !important}.col-9-7{width:80.8333333333% !important}.col-9-6{width:80% !important}.col-9-5{width:79.1666666667% !important}.col-9-4{width:78.3333333333% !important}.col-9-3{width:77.5% !important}.col-9-2{width:76.6666666667% !important}.col-9-1{width:75.8333333333% !important}.col-8{width:66.6666666667% !important}.col-8-9{width:74.1666666667% !important}.col-8-8{width:73.3333333333% !important}.col-8-7{width:72.5% !important}.col-8-6{width:71.6666666667% !important}.col-8-5{width:70.8333333333% !important}.col-8-4{width:70% !important}.col-8-3{width:69.1666666667% !important}.col-8-2{width:68.3333333333% !important}.col-8-1{width:67.5% !important}.col-7{width:58.3333333333% !important}.col-7-9{width:65.8333333333% !important}.col-7-8{width:65% !important}.col-7-7{width:64.1666666667% !important}.col-7-6{width:63.3333333333% !important}.col-7-5{width:62.5% !important}.col-7-4{width:61.6666666667% !important}.col-7-3{width:60.8333333333% !important}.col-7-2{width:60% !important}.col-7-1{width:59.1666666667% !important}.col-6{width:50% !important}.col-6-9{width:57.5% !important}.col-6-8{width:56.6666666667% !important}.col-6-7{width:55.8333333333% !important}.col-6-6{width:55% !important}.col-6-5{width:54.1666666667% !important}.col-6-4{width:53.3333333333% !important}.col-6-3{width:52.5% !important}.col-6-2{width:51.6666666667% !important}.col-6-1{width:50.8333333333% !important}.col-5{width:41.6666666667% !important}.col-5-9{width:49.1666666667% !important}.col-5-8{width:48.3333333333% !important}.col-5-7{width:47.5% !important}.col-5-6{width:46.6666666667% !important}.col-5-5{width:45.8333333333% !important}.col-5-4{width:45% !important}.col-5-3{width:44.1666666667% !important}.col-5-2{width:43.3333333333% !important}.col-5-1{width:42.5% !important}.col-4{width:33.3333333333% !important}.col-4-9{width:40.8333333333% !important}.col-4-8{width:40% !important}.col-4-7{width:39.1666666667% !important}.col-4-6{width:38.3333333333% !important}.col-4-5{width:37.5% !important}.col-4-4{width:36.6666666667% !important}.col-4-3{width:35.8333333333% !important}.col-4-2{width:35% !important}.col-4-1{width:34.1666666667% !important}.col-3{width:25% !important}.col-3-9{width:32.5% !important}.col-3-8{width:31.6666666667% !important}.col-3-7{width:30.8333333333% !important}.col-3-6{width:30% !important}.col-3-5{width:29.1666666667% !important}.col-3-4{width:28.3333333333% !important}.col-3-3{width:27.5% !important}.col-3-2{width:26.6666666667% !important}.col-3-1{width:25.8333333333% !important}.col-2{width:16.6666666667% !important}.col-2-9{width:24.1666666667% !important}.col-2-8{width:23.3333333333% !important}.col-2-7{width:22.5% !important}.col-2-6{width:21.6666666667% !important}.col-2-5{width:20.8333333333% !important}.col-2-4{width:20% !important}.col-2-3{width:19.1666666667% !important}.col-2-2{width:18.3333333333% !important}.col-2-1{width:17.5% !important}.col-1{width:8.3333333333% !important}.col-1-9{width:15.8333333333% !important}.col-1-8{width:15% !important}.col-1-7{width:14.1666666667% !important}.col-1-6{width:13.3333333333% !important}.col-1-5{width:12.5% !important}.col-1-4{width:11.6666666667% !important}.col-1-3{width:10.8333333333% !important}.col-1-2{width:10% !important}.col-1-1{width:9.1666666667% !important}.col-0-9{width:7.5% !important}.col-0-8{width:6.6666666667% !important}.col-0-7{width:5.8333333333% !important}.col-0-6{width:5% !important}.col-0-5{width:4.1666666667% !important}.col-0-4{width:3.3333333333% !important}.col-0-3{width:2.5% !important}.col-0-2{width:1.6666666667% !important}.col-0-1{width:.8333333333% !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.b-0{border:0 !important}.b-1{border-width:.25rem !important}.b-2{border-width:.5rem !important}.b-3{border-width:1rem !important}.b-4{border-width:1.5rem !important}.b-5{border-width:3rem !important}.b-1p{border:1px solid #ccc !important}.bt-0{border-top-width:0 !important}.bt-1{border-top-width:.25rem !important}.bt-2{border-top-width:.5rem !important}.bt-3{border-top-width:1rem !important}.bt-4{border-top-width:1.5rem !important}.bt-5{border-top-width:3rem !important}.bt-1p{border-top:1px solid #ccc !important}.br-0{border-right-width:0 !important}.br-1{border-right-width:.25rem !important}.br-2{border-right-width:.5rem !important}.br-3{border-right-width:1rem !important}.br-4{border-right-width:1.5rem !important}.br-5{border-right-width:3rem !important}.br-1p{border-right:1px solid #ccc !important}.bb-0{border-bottom-width:0 !important}.bb-1{border-bottom-width:.25rem !important}.bb-2{border-bottom-width:.5rem !important}.bb-3{border-bottom-width:1rem !important}.bb-4{border-bottom-width:1.5rem !important}.bb-5{border-bottom-width:3rem !important}.bb-1p{border-bottom:1px solid #ccc !important}.bb-1p-trans{border-bottom:1px solid rgba(204,204,204,.6274509804) !important}.bl-0{border-left-width:0 !important}.bl-1{border-left-width:.25rem !important}.bl-2{border-left-width:.5rem !important}.bl-3{border-left-width:1rem !important}.bl-4{border-left-width:1.5rem !important}.bl-5{border-left-width:3rem !important}.bl-1p{border-left:1px solid #ccc !important}.by-0{border-top-width:0 !important;border-bottom-width:0 !important}.by-1{border-top-width:.25rem !important;border-bottom-width:.25rem !important}.by-2{border-top-width:.5rem !important;border-bottom-width:.5rem !important}.by-3{border-top-width:1rem !important;border-bottom-width:1rem !important}.by-4{border-top-width:1.5rem !important;border-bottom-width:1.5rem !important}.by-5{border-top-width:3rem !important;border-bottom-width:3rem !important}.bx-0{border-right-width:0 !important;border-left-width:0 !important}.bx-1{border-right-width:.25rem !important;border-left-width:.25rem !important}.bx-2{border-right-width:.5rem !important;border-left-width:.5rem !important}.bx-3{border-right-width:1rem !important;border-left-width:1rem !important}.bx-4{border-right-width:1.5rem !important;border-left-width:1.5rem !important}.bx-5{border-right-width:3rem !important;border-left-width:3rem !important}.btl-0{border-top-left-radius:0 !important}.btl-5p{border-top-left-radius:5px !important}.btr-0{border-top-right-radius:0 !important}.btr-5p{border-top-right-radius:5px !important}.bbr-0{border-bottom-right-radius:0 !important}.bbr-5p{border-bottom-right-radius:5px !important}.bbl-0{border-bottom-left-radius:0 !important}.bbl-5p{border-bottom-left-radius:5px !important}.hr-0{margin-top:0 !important;margin-bottom:0 !important;width:100%}.hr-1{margin-top:.25rem !important;margin-bottom:.25rem !important;width:100%}.hr-2{margin-top:.5rem !important;margin-bottom:.5rem !important;width:100%}.hr-3{margin-top:1rem;margin-bottom:1rem;width:100%}.hr-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;width:100%}.hr-5{margin-top:3rem !important;margin-bottom:3rem !important;width:100%}.vr-0{width:1px;height:100%;border-left:1px solid #ccc;margin-right:0 !important;margin-left:0 !important}.vr-1{width:1px;height:100%;border-left:1px solid #ccc;margin-right:.25rem !important;margin-left:.25rem !important}.vr-2{width:1px;height:100%;border-left:1px solid #ccc;margin-right:.5rem !important;margin-left:.5rem !important}.vr-3{width:1px;height:100%;border-left:1px solid #ccc;margin-right:1rem !important;margin-left:1rem !important}.vr-4{width:1px;height:100%;border-left:1px solid #ccc;margin-right:1.5rem !important;margin-left:1.5rem !important}.vr-5{width:1px;height:100%;border-left:1px solid #ccc;margin-right:3rem !important;margin-left:3rem !important}.m-auto{margin:auto !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.my-1p{margin-top:1px;margin-bottom:1px}.mx-2p{margin-right:2px !important;margin-left:2px !important}.mt-auto{margin-top:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-2{margin-top:.5rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mr-auto{margin-right:auto !important}.mr-0{margin-right:0 !important}.mr-1{margin-right:.25rem !important}.mr-n1{margin-right:-0.25rem !important}.mr-2{margin-right:.5rem !important}.mr-n2{margin-right:-0.5rem !important}.mr-3{margin-right:1rem !important}.mr-4{margin-right:1.5rem !important}.mr-5{margin-right:3rem !important}.mr-3p{margin-right:3px !important}.mb-auto{margin-bottom:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.ml-auto{margin-left:auto !important}.ml-0{margin-left:0 !important}.ml-1{margin-left:.25rem !important}.ml-n1{margin-left:-0.25rem !important}.ml-2{margin-left:.5rem !important}.ml-n2{margin-left:-0.5rem !important}.ml-3{margin-left:1rem !important}.ml-4{margin-left:1.5rem !important}.ml-5{margin-left:3rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.p-1p{padding:1px !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-1p{padding-top:1px !important;padding-bottom:1px !important}.py-2p{padding-top:2px !important;padding-bottom:2px !important}.px-1p{padding-right:1px !important;padding-left:1px !important}.px-2p{padding-right:2px !important;padding-left:2px !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pt-1p{padding-top:1px !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:.25rem !important}.pr-2{padding-right:.5rem !important}.pr-3{padding-right:1rem !important}.pr-4{padding-right:1.5rem !important}.pr-5{padding-right:3rem !important}.pr-1p{padding-right:1px !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.pb-1p{padding-bottom:1px !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:.25rem !important}.pl-2{padding-left:.5rem !important}.pl-3{padding-left:1rem !important}.pl-4{padding-left:1.5rem !important}.pl-5{padding-left:3rem !important}.pl-1p{padding-left:1px !important}.z-index-1{z-index:1 !important}.top-n1p{top:-1px}.right-0{right:0 !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}input[type=checkbox]:checked{filter:grayscale(100%)}input[type=radio]:checked{filter:grayscale(100%)}.code{font-family:monospace !important}.dnd-font{font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500}.ve-small{font-size:85% !important}.font-size-24p{font-size:24px !important}.ve-muted{color:#777 !important}.bold{font-weight:bold !important}.ve-bolder{font-weight:bolder !important}.italic{font-style:italic !important}i>i{font-style:initial}.underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.help{cursor:help !important;text-decoration:underline !important;text-decoration-style:dotted !important}.help:hover,.help:active,.help:focus{text-decoration:underline !important;text-decoration-style:dotted !important}.help-subtle{cursor:help !important}.no-wrap{white-space:nowrap !important}.text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.whitespace-normal{white-space:normal}.whitespace-pre{white-space:pre}.word-break-all{word-break:break-all}.small-caps{font-variant:small-caps}.capitalize{text-transform:capitalize}.no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.text-left{text-align:left !important}.text-right{text-align:right !important}.ve-text-center{text-align:center !important}.text-rtl{direction:rtl}.trans-x-flip{transform:scaleX(-1) !important}.clickable{cursor:pointer !important}.not-clickable{cursor:default !important}.copyable{cursor:copy !important}.ve-draggable{cursor:grab}.no-events{pointer-events:none !important}.events-initial{pointer-events:initial !important}.no-select{user-select:none !important}.user-select-text{user-select:text !important}.user-select-all{user-select:all !important}.smooth-scroll{transform:translateZ(0) !important}.scrollbar-stable{scrollbar-gutter:stable}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.overflow-y-hidden{overflow-y:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-scroll{overflow-x:scroll}.overflow-x-hidden{overflow-x:hidden}.overflow-hidden{overflow:hidden}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-overlay{overflow:auto;overflow:overlay}.resize-vertical{resize:vertical}.resize-none{resize:none}.w-10{width:10% !important}.w-15{width:15% !important}.w-20{width:20% !important}.w-25{width:25% !important}.w-30{width:30% !important}.w-33{width:33.3333333% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-50--mr-2{width:calc(50% - 0.5rem) !important}.w-60{width:60% !important}.w-66{width:66.6666666% !important}.w-70{width:70% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-90{width:90% !important}.w-100{width:100% !important}.w-100w{width:100vw !important}.w-initial{width:initial !important}.w-20p{width:20px !important}.w-24p{width:24px !important}.w-30p{width:30px !important}.w-40p{width:40px !important}.w-48p{width:48px !important}.w-50p{width:50px !important}.w-70p{width:70px !important}.w-80p{width:80px !important}.w-90p{width:90px !important}.w-100p{width:100px !important}.w-140p{width:140px !important}.w-200p{width:200px !important}.w-640p{width:640px !important}.min-w-0{min-width:0 !important}.min-w-80{min-width:80% !important}.min-w-100{min-width:100% !important}.min-w-20p{min-width:20px !important}.min-w-100p{min-width:100px !important}.min-w-200p{min-width:200px !important}.max-w-25{max-width:25% !important}.max-w-33{max-width:33.3333333% !important}.max-w-80{max-width:80% !important}.max-w-100{max-width:100% !important}.max-w-100p{max-width:100px !important}.max-w-200p{max-width:200px !important}.max-w-300p{max-width:300px !important}.max-w-640p{max-width:640px !important}.h-initial{height:initial !important}.h-50{height:50% !important}.h-100{height:100% !important}.h-100h{height:100vh !important}.h-20p{height:20px !important}.h-21p{height:21px !important}.h-25p{height:25px !important}.h-27p{height:27px !important}.h-30p{height:30px !important}.h-100p{height:100px !important}.h-120p{height:120px !important}.h-ipt-xs{height:22px}.min-h-0{min-height:0 !important}.min-h-100{min-height:100% !important}.min-h-24p{min-height:24px !important}.min-h-100p{min-height:100px !important}.max-h-40{max-height:40% !important}.max-h-unset{max-height:unset !important}.relative{position:relative !important}.absolute{position:absolute !important}.sticky{position:sticky !important}.ve-grid{display:grid !important}.block{display:block !important}.ve-block{display:block !important}.inline-block{display:inline-block !important}.ve-inline-block{display:inline-block !important}.inline{display:inline !important}.ve-inline-flex{display:inline-flex !important}.ve-flex{display:flex !important}.ve-flex-col{display:flex !important;flex-direction:column !important}.ve-flex-v-center{display:flex !important;align-items:center !important}.ve-inline-flex-v-center{display:inline-flex !important;align-items:center !important}.ve-flex-v-top{display:flex;align-items:flex-start}.ve-flex-v-baseline{display:flex !important;align-items:baseline !important}.ve-flex-v-end{display:flex !important;align-items:flex-end !important}.ve-flex-v-stretch{display:flex !important;align-items:stretch !important}.ve-flex-h-center{display:flex !important;justify-content:center !important}.ve-flex-h-right{display:flex !important;justify-content:flex-end !important}.ve-flex-vh-center{display:flex !important;align-items:center !important;justify-content:center !important}.ve-flex-vh-center-around{display:flex;align-items:center;justify-content:space-around}.ve-flex-inline-col{display:inline-flex !important;flex-direction:column !important}.ve-flex-inline-v-center{display:inline-flex !important;align-items:center !important;justify-content:center !important}.ve-self-flex-start{align-self:flex-start !important}.ve-self-flex-center{align-self:center !important}.ve-self-flex-end{align-self:flex-end !important}.ve-self-flex-stretch{align-self:stretch !important}.ve-flex-fill{flex-basis:100%}.ve-grow{flex-grow:1 !important}.no-shrink{flex-shrink:0 !important}.no-grow{flex-grow:0 !important}.ve-flex-1{flex:1 !important}.ve-flex-2{flex:2 !important}.ve-flex-3{flex:3 !important}.ve-flex-4{flex:4 !important}.ve-flex-5{flex:5 !important}.ve-flex-wrap{display:flex !important;flex-wrap:wrap !important}.split{display:flex !important;justify-content:space-between !important}.split-v-center{display:flex !important;justify-content:space-between !important;align-items:center !important}.inline-split-v-center{display:inline-flex !important;justify-content:space-between;align-items:center}.split-v-end{display:flex !important;justify-content:space-between !important;align-items:flex-end !important}.split-child{width:50%;flex-shrink:0;flex-grow:0}.split-column{display:flex;justify-content:space-between;flex-direction:column}.split-column--inline{display:inline-flex}.columns-2{column-count:2;break-inside:avoid-column;column-gap:1.75rem}.columns-2>*{break-inside:avoid-column}@media(max-width: 768px){.columns-2{column-count:1}}.columns-3{column-count:3;break-inside:avoid-column;column-gap:1.75rem}.columns-3>*{break-inside:avoid-column}@media(max-width: 768px){.columns-3{column-count:2}}@media(max-width: 480px){.columns-3{column-count:1}}.columns-4{column-count:4;break-inside:avoid-column;column-gap:1.75rem}.columns-4>*{break-inside:avoid-column}@media(max-width: 768px){.columns-4{column-count:3}}@media(max-width: 480px){.columns-4{column-count:2}}.columns-5{column-count:5;break-inside:avoid-column;column-gap:1.75rem}.columns-5>*{break-inside:avoid-column}@media(max-width: 768px){.columns-5{column-count:3}}@media(max-width: 480px){.columns-5{column-count:2}}.columns-6{column-count:6;break-inside:avoid-column;column-gap:1.75rem}.columns-6>*{break-inside:avoid-column}@media(max-width: 768px){.columns-6{column-count:3}}@media(max-width: 480px){.columns-6{column-count:2}}.table-layout-fixed{table-layout:fixed !important}.hr--dotted{border-style:dashed;border-left:0;border-right:0}.hr--heavy{border-bottom-width:2px;border-top-width:3px;border-style:outset}.border-dotted{border-style:dotted !important}.opacity-50{opacity:.5 !important}.ve-hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.clickable--link{color:#337ab7 !important}.plain{font-weight:initial !important;font-style:initial !important;text-decoration:none !important}.fade{transition:opacity 51ms linear}.float-clear{clear:both}.stripe-even:nth-child(even){background:rgba(136,136,136,.0941176471)}.stripe-even--faint:nth-child(even){background:rgba(187,187,187,.0941176471)}.stripe-odd:nth-child(odd){background:rgba(136,136,136,.0941176471)}.stripe-odd--faint:nth-child(odd){background:rgba(187,187,187,.0941176471)}.stripe-child-even-first:nth-child(even)>:first-child{background:rgba(136,136,136,.0941176471)}.veapp__ele-hoverable:hover{background:#f5f5f5}.last-mr-0:last-child{margin-right:0 !important}.hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .stripe-even:nth-child(even){background:rgba(170,170,170,.2666666667)}.night-mode .stripe-odd:nth-child(odd){background:rgba(170,170,170,.2666666667)}.night-mode .stripe-child-even-first:nth-child(even)>:first-child{background:rgba(170,170,170,.2666666667)}.night-mode .veapp__ele-hoverable:hover{background:#383838}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media only screen and (min-width: 1201px){.mobile-ish__visible{display:none !important}}@media only screen and (max-width: 1200px){.mobile-ish__hidden{display:none !important}.mobile-ish__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile-ish__ve-flex-ai-start{align-items:flex-start !important}.mobile-ish__w-100{width:100% !important}.mobile-ish__mr-0{margin-right:0 !important}.mobile-ish__mb-2{margin-bottom:.5rem !important}}@media only screen and (min-width: 769px){.mobile__visible{display:none !important}}@media only screen and (max-width: 768px){.mobile__hidden{display:none !important}.mobile__text-center{text-align:center !important}.mobile__text-clip-ellipsis{white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden !important}.mobile__ve-flex-col{display:flex !important;flex-direction:column !important}.mobile__ve-flex-row{display:flex !important;flex-direction:row !important}.mobile__ve-flex-col-reverse{display:flex !important;flex-direction:column-reverse !important}.mobile__ve-flex-ai-start{align-items:flex-start !important}.mobile__w-100{width:100% !important}.mobile__max-w-100{max-width:100% !important}.mobile__h-initial{height:initial !important}.mobile__m-auto{margin:auto !important}.mobile__m-0{margin:0 !important}.mobile__m-1{margin:.25rem !important}.mobile__m-2{margin:.5rem !important}.mobile__m-3{margin:1rem !important}.mobile__m-4{margin:1.5rem !important}.mobile__m-5{margin:3rem !important}.mobile__mt-auto{margin-top:auto !important}.mobile__mt-0{margin-top:0 !important}.mobile__mt-1{margin-top:.25rem !important}.mobile__mt-2{margin-top:.5rem !important}.mobile__mt-3{margin-top:1rem !important}.mobile__mt-4{margin-top:1.5rem !important}.mobile__mt-5{margin-top:3rem !important}.mobile__mr-auto{margin-right:auto !important}.mobile__mr-0{margin-right:0 !important}.mobile__mr-1{margin-right:.25rem !important}.mobile__mr-2{margin-right:.5rem !important}.mobile__mr-3{margin-right:1rem !important}.mobile__mr-4{margin-right:1.5rem !important}.mobile__mr-5{margin-right:3rem !important}.mobile__mb-auto{margin-bottom:auto !important}.mobile__mb-0{margin-bottom:0 !important}.mobile__mb-1{margin-bottom:.25rem !important}.mobile__mb-2{margin-bottom:.5rem !important}.mobile__mb-3{margin-bottom:1rem !important}.mobile__mb-4{margin-bottom:1.5rem !important}.mobile__mb-5{margin-bottom:3rem !important}.mobile__ml-auto{margin-left:auto !important}.mobile__ml-0{margin-left:0 !important}.mobile__ml-1{margin-left:.25rem !important}.mobile__ml-2{margin-left:.5rem !important}.mobile__ml-3{margin-left:1rem !important}.mobile__ml-4{margin-left:1.5rem !important}.mobile__ml-5{margin-left:3rem !important}.mobile__my-auto{margin-top:auto !important;margin-bottom:auto !important}.mobile__my-0{margin-top:0 !important;margin-bottom:0 !important}.mobile__my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mobile__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mobile__my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mobile__my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mobile__my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mobile__mx-auto{margin-right:auto !important;margin-left:auto !important}.mobile__mx-0{margin-right:0 !important;margin-left:0 !important}.mobile__mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mobile__mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mobile__mx-3{margin-right:1rem !important;margin-left:1rem !important}.mobile__mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mobile__mx-5{margin-right:3rem !important;margin-left:3rem !important}.mobile__p-0{padding:0 !important}.mobile__p-1{padding:.25rem !important}.mobile__p-2{padding:.5rem !important}.mobile__p-3{padding:1rem !important}.mobile__p-4{padding:1.5rem !important}.mobile__p-5{padding:3rem !important}.mobile__p-1p{padding:1px !important}.mobile__pt-0{padding-top:0 !important}.mobile__pt-1{padding-top:.25rem !important}.mobile__pt-2{padding-top:.5rem !important}.mobile__pt-3{padding-top:1rem !important}.mobile__pt-4{padding-top:1.5rem !important}.mobile__pt-5{padding-top:3rem !important}.mobile__pt-1p{padding-top:1px !important}.mobile__pr-0{padding-right:0 !important}.mobile__pr-1{padding-right:.25rem !important}.mobile__pr-2{padding-right:.5rem !important}.mobile__pr-3{padding-right:1rem !important}.mobile__pr-4{padding-right:1.5rem !important}.mobile__pr-5{padding-right:3rem !important}.mobile__pr-1p{padding-right:1px !important}.mobile__pb-0{padding-bottom:0 !important}.mobile__pb-1{padding-bottom:.25rem !important}.mobile__pb-2{padding-bottom:.5rem !important}.mobile__pb-3{padding-bottom:1rem !important}.mobile__pb-4{padding-bottom:1.5rem !important}.mobile__pb-5{padding-bottom:3rem !important}.mobile__pb-1p{padding-bottom:1px !important}.mobile__pl-0{padding-left:0 !important}.mobile__pl-1{padding-left:.25rem !important}.mobile__pl-2{padding-left:.5rem !important}.mobile__pl-3{padding-left:1rem !important}.mobile__pl-4{padding-left:1.5rem !important}.mobile__pl-5{padding-left:3rem !important}.mobile__pl-1p{padding-left:1px !important}.mobile__py-0{padding-top:0 !important;padding-bottom:0 !important}.mobile__py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.mobile__py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.mobile__py-3{padding-top:1rem !important;padding-bottom:1rem !important}.mobile__py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mobile__py-5{padding-top:3rem !important;padding-bottom:3rem !important}.mobile__px-0{padding-right:0 !important;padding-left:0 !important}.mobile__px-1{padding-right:.25rem !important;padding-left:.25rem !important}.mobile__px-2{padding-right:.5rem !important;padding-left:.5rem !important}.mobile__px-3{padding-right:1rem !important;padding-left:1rem !important}.mobile__px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.mobile__px-5{padding-right:3rem !important;padding-left:3rem !important}.mobile__py-1p{padding-top:1px !important;padding-bottom:1px !important}}.ve-popwindow .ve-popwindow__hidden{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}:root{--sz-font-h0: 1.8em;--sz-font-h1: 1.5em;--sz-font-h2: 1.35em;--h-mb-p: 5px;--h-mb-p-inline: 0;--h-mb-quote-line: 5px;--h-mb-quote-line-last: 5px;--h-mb-li: 3px;--w-text-indent-inline-p: 0.7em;--w-pl-list: 24px;--w-pl-list-no-bullets: 10px}@keyframes rd__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.rd__b p{margin-bottom:var(--h-mb-p)}.rd__b--0,.rd__b--1,.rd__b--2,.rd__b--3,.rd__b--4{margin-bottom:var(--h-mb-p)}.rd__b--0:last-child,.rd__b--1:last-child,.rd__b--2:last-child,.rd__b--3:last-child,.rd__b--4:last-child{margin-bottom:0}.rd__b--0>*:last-child,.rd__b--1>*:last-child,.rd__b--2>*:last-child,.rd__b--3>*:last-child,.rd__b--4>*:last-child{margin-bottom:0}.rd__hr{border-color:rgba(170,170,170,.4);margin:17px 0 5px}.rd__hr--section{margin:30px 0 5px}.rd__list{margin-top:0;margin-bottom:var(--h-mb-p);padding-left:var(--w-pl-list)}.rd__list>.rd__list:last-child{margin-bottom:0}.rd__list>.rd__list-name{margin-left:calc(-1*var(--w-pl-list))}.rd__list-name{margin:0 0 var(--h-mb-li);font-weight:bold;list-style-type:none}.rd__li{margin-bottom:var(--h-mb-p)}.rd__compact-stats{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start}.rd__title-link{opacity:.3;font-size:12px;font-weight:normal}.rd__title-link--inset{font-size:12px}.rd__wrp-image{margin:5px auto 0;text-align:center}.rd__image{max-width:100%;max-height:60vh;cursor:zoom-in}.rd__wrp-map{max-width:33%;margin:0 auto}.rd__wrp-gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end}.rd__wrp-gallery-image{padding:0 10px 10px;max-width:33%}.rd__quote-line{margin-bottom:var(--h-mb-quote-line)}.rd__quote-line--last{margin-bottom:var(--h-mb-quote-line-last)}.rd__quote-by{width:100%;text-align:right;display:block}.rd__p-list-item{font-style:initial}.rd__p-cont-indent{display:block;text-indent:1em}.rd__tab-indent{width:1em;display:inline-block}.rd__image-title{width:100%;text-align:center;font-style:italic;margin-top:3px}.rd__image-title-inner{display:inline-block;text-decoration:underline;margin:2px 0}.rd__image-btn-viewer{font-style:initial;white-space:normal;font-size:inherit;line-height:1.7}.rd__image-credit{font-size:80%}.rd__scroller-viewer{scrollbar-width:auto}.rd__scroller-viewer::-webkit-scrollbar{width:15px;height:15px}.rd__prerequisite{font-style:italic;display:block}.rd__li-spell{margin:0}.rd__list-hang-notitle{padding:0;list-style:none}.rd__list-hang-notitle>.rd__li{margin-bottom:var(--h-mb-li);text-indent:-1.1em;margin-left:1.1em}.rd__list-hang-notitle>.rd__li a,.rd__list-hang-notitle>.rd__li span{text-indent:initial}.rd__list-hang-notitle>.rd__li>*{margin:0 0 var(--h-mb-li)}.rd__list-hang-notitle>.rd__li>ul{text-indent:0}.rd__list-hang{list-style:none}.rd__list-hang>.rd__list-name{margin-left:calc(-1*var(--w-pl-list))}.rd__list-hang>li>*:not(::marker){text-indent:-1.1em;margin-left:1.1em}.rd__list-decimal{list-style:decimal}.rd__list-lower-roman{list-style:lower-roman}.rd__list-upper-roman{list-style:upper-roman}.rd__list-no-bullets{list-style:none;padding:0 0 0 var(--w-pl-list-no-bullets)}.rd__list-no-bullets>.rd__list-name{margin-left:calc(-1*var(--w-pl-list-no-bullets))}.rd__list-italic{font-style:italic}.rd__h{margin:0;line-height:inherit}.rd__h--0{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h0)}.rd__h--1{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h1);border-bottom:1px solid #822000;margin:0 0 .2em}.rd__h--2{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;display:flex;justify-content:space-between;align-items:center;font-size:var(--sz-font-h2)}.rd__h--2-inset{font-variant:small-caps;font-weight:bolder;font-size:1.1em;display:flex;justify-content:space-between;align-items:center}.rd__h--2-inset-no-name{justify-content:flex-end;float:right}.rd__h--2-flow-block{display:block;font-variant:small-caps;font-weight:bolder;font-size:1.1em;text-align:center}.rd__h--2-inset>h4,.rd__h--2-flow-block>h4{font-size:inherit;font-weight:inherit;line-height:1.42857143;margin:0}.rd__h--3{font-weight:bold;font-style:italic}.rd__h--4{font-style:italic}.rd__h-toggle{font-family:Arial,sans-serif;font-size:12px;opacity:.3;font-weight:normal}.rd__ele-toggled-hidden{display:none !important}.rd__b--3>p,.rd__b--4>p{text-indent:var(--w-text-indent-inline-p);margin-bottom:var(--h-mb-p-inline)}.rd__b--3>p:first-of-type,.rd__b--4>p:first-of-type{display:inline}.rd__b-inset>p{text-indent:var(--w-text-indent-inline-p);margin-bottom:0}.rd__b-inset>p:first-of-type{text-indent:0}.rd__b-inset{margin:7px 15px;padding:5px 10px;box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-top:2px solid #656565;border-bottom:2px solid #656565;background-color:#e9ecda}.rd__b-inset>*:last-of-type{margin-bottom:0}.rd__b-inset--readaloud{box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-left:2px solid #656565;border-right:2px solid #656565;background-color:#eef0f3}.rd__b-inset-inner{margin-top:10px}.rd__b-data{border:3px solid #e69a28;border-left-width:1px;border-right-width:1px;margin:5px;width:calc(100% - 12px)}.rd__b-data--inset{box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;background-color:rgba(156,150,120,.1)}.rd__li>.rd__b-data{margin:0}.rd__data-embed-header{cursor:pointer;font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold}.rd__data-embed-header:hover{background:rgba(100,100,100,.08)}.rd__data-embed-toggle{font-family:Arial,sans-serif;float:right}.rd__wrp-loadbrew--ready{cursor:pointer;text-decoration:underline}.rd__loadbrew-icon{text-indent:0;margin-left:2px;transition-property:transform;transition-duration:1s}.rd__loadbrew-icon--active{animation-name:rd__spin;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear}.rd__table{width:100%;margin-bottom:var(--h-mb-p)}.rd__table>caption{text-align:left}.rd__comic{font-family:"Blambot Casual",sans-serif;color:#1942be}.rd__comic--h1{font-size:140%;font-variant:small-caps}.rd__comic--h2{font-size:130%}.rd__comic--h3{font-size:120%}.rd__comic--h4{font-size:110%}.rd__comic--note{opacity:.7}.rd__comic-img-speaker{margin-top:-5px;margin-bottom:-5px}.rd__comic-img-speaker--left{float:left;margin-right:0;margin-left:-20px}.rd__comic-img-speaker--right{float:right;margin-right:-20px;margin-left:0}.rd__comic-img-speaker::after{content:"";clear:both;display:block}.rd__img-small{max-width:25vw;max-height:25vh}.rd__s-v-flow{height:15px;width:0;border-left:1px solid #656565;border-right:1px solid #656565;margin:0 auto}.rd__b-flow{margin:0 15px;padding:5px 10px;box-shadow:0 0 4px 0 #988e7c;border:1px solid #656565;border-top:2px solid #656565;border-bottom:2px solid #656565;background-color:#ece4da}.rd__b-flow>*:last-of-type{margin-bottom:0}.rd__stats-name-page{font-family:"Convergence",Arial,sans-serif;font-size:12px;color:#333;font-weight:100}.rd__stats-name-brew-link{font-size:13px;font-weight:initial}.rd__pre-wrap{white-space:pre-wrap}.rd__highlight{background-color:#ff0}.rd__color a{color:inherit !important}.rd-item__type-rarity-attunement{color:#333}.rd-spell__level-school-ritual{font-style:italic;color:#333}.rd-ability-icon{max-width:100px}.rd-ability-icon__fill-primary{fill:#333}.rd-ability-icon__fill-bg{fill:#fff}.rd-ability-icon__stroke-bg{stroke:#fff}td>.rd__b:last-child{margin-bottom:0}.rd-recipes__wrp-recipe .rd__b--3>p,.rd-recipes__wrp-recipe .rd__b--4>p{text-indent:0}.rd-recipes__wrp-instructions .rd__h--3{font-style:initial;font-variant:small-caps}.rd-recipes__wrp-instructions .rd__b--3>p,.rd-recipes__wrp-instructions .rd__b--4>p{margin-bottom:10px}.rd-recipes__wrp-instructions .rd__b--3>p:nth-of-type(2),.rd-recipes__wrp-instructions .rd__b--4>p:nth-of-type(2){margin-top:10px}.rd-recipes__wrp-ingredients .rd__h--2{font-size:1em;font-family:Roboto,Helvetica,sans-serif;color:inherit;font-weight:bold}.rd-recipes__wrp-ingredients .rd__b p{margin-bottom:0}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .rd__h--0,.night-mode .rd__h--1,.night-mode .rd__h--2{color:#d29a38}.night-mode .rd__h--1{border-bottom-color:#d29a38}.night-mode .rd__h--4{color:#c2c2c2}.night-mode .rd__h--3{color:#c2c2c2}.night-mode .rd__-image-title-inner{border-color:#555}.night-mode .rd__b-inset{background-color:#323431}.night-mode .rd__b-inset--readaloud{background-color:#28303a}.night-mode .rd__b-data{border-color:#565656}.night-mode .rd__b-flow{background-color:#38352f}.night-mode .rd__comic{color:#95aaea}.night-mode .rd__stats-name-page{color:#bbb}.night-mode .rd__highlight{background-color:#cc0;color:#222}.night-mode .rd-item__type-rarity-attunement{color:#bbb}.night-mode .rd-spell__level-school-ritual{color:#bbb}.night-mode .rd-ability-icon__fill-primary{fill:#bbb}.night-mode .rd-ability-icon__fill-bg{fill:#222}.night-mode .rd-ability-icon__stroke-bg{stroke:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@keyframes kf-fade-in{from{opacity:0}to{opacity:1}}.hwin{position:fixed;width:600px;max-width:92vw;min-width:150px;z-index:200;box-shadow:0 0 12px 0 #000;animation-name:kf-fade-in;animation-duration:150ms;display:flex;flex-direction:column;background:#f5f5f5}.hwin--minified .hoverborder__resize-n,.hwin--minified .hoverborder__resize-ne,.hwin--minified .hoverborder__resize-e,.hwin--minified .hoverborder__resize-se,.hwin--minified .hoverborder__resize-s,.hwin--minified .hoverborder__resize-sw,.hwin--minified .hoverborder__resize-w,.hwin--minified .hoverborder__resize-nw{display:none}.hwin--popout{box-shadow:initial;width:100%;animation-duration:initial;overflow-y:scroll;height:100%;max-width:initial;max-height:initial}@media(max-width: 1023px){.hwin{max-width:95vw}}.hwin::-webkit-scrollbar-track{background:#a0a0a0}.hwin::-webkit-scrollbar{width:4px}.hwin__wrp-table{max-height:92vh;min-height:20px;overflow-y:auto;background:#f5f5f5;transform:translateZ(0)}.hwin p{margin-bottom:5px}.hwin .rnd-name{font-size:22.4px}.hwin td div.border{height:2px;background-color:#822000;margin:0 3px;padding:0;border-right:5px rgba(0,0,0,0)}.hoverborder{position:relative;min-height:3px;max-height:16px;text-align:right}.hoverborder--btm{cursor:ns-resize}.hoverborder--top{cursor:move;user-select:none;display:flex;justify-content:space-between}.hoverborder .hwin__top-border-icon{display:none}.hoverborder[data-perm=true] .hwin__top-border-icon{display:block}.hoverborder .window-title{max-width:calc(100% - 45px);text-align:left;margin-left:4px;padding:1px 0;font-size:12px;display:none;font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold}.hoverborder[data-perm=true] .window-title{display:block}.hoverborder__resize-n{position:absolute;top:-4px;right:4px;left:4px;height:4px;cursor:ns-resize}.hoverborder__resize-ne{position:absolute;top:-6px;right:-6px;height:10px;width:10px;cursor:ne-resize}.hoverborder__resize-e{position:absolute;top:4px;right:-4px;bottom:4px;width:4px;cursor:ew-resize}.hoverborder__resize-se{position:absolute;right:-6px;bottom:-6px;height:10px;width:10px;cursor:se-resize}.hoverborder__resize-s{position:absolute;top:3px;right:4px;left:4px;height:2px}.hoverborder__resize-sw{position:absolute;bottom:-6px;left:-6px;height:10px;width:10px;cursor:sw-resize}.hoverborder__resize-w{position:absolute;top:4px;bottom:4px;left:-4px;width:4px;cursor:ew-resize}.hoverborder__resize-nw{position:absolute;top:-6px;left:-6px;height:10px;width:10px;cursor:nw-resize}.hoverborder[data-display-title=true]~.hwin__wrp-table,.hoverborder[data-display-title=true]~.hoverborder{display:none}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .hwin{background:#222}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.source-category-site{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.source-category-extras{color:#9d4c4f !important;border-color:#9d4c4f !important;text-decoration-color:#9d4c4f !important}.source-category-homebrew{color:#8c3b96 !important;border-color:#8c3b96 !important;text-decoration-color:#8c3b96 !important}.source-category-homebrew--local{color:#4b40ed !important;border-color:#4b40ed !important;text-decoration-color:#4b40ed !important}.source-category-spicy{color:#1d965d !important;border-color:#1d965d !important;text-decoration-color:#1d965d !important}.source-category-spicy--local{color:#54ce19 !important;border-color:#54ce19 !important;text-decoration-color:#54ce19 !important}.sourcePHB{color:#4a6898 !important;border-color:#4a6898 !important;text-decoration-color:#4a6898 !important}.sourceDMG{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.sourceMM{color:green !important;border-color:green !important;text-decoration-color:green !important}.sourceSCAG{color:#76af76 !important;border-color:#76af76 !important;text-decoration-color:#76af76 !important}.sourceVGM{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.sourceOGA{color:#933d0f !important;border-color:#933d0f !important;text-decoration-color:#933d0f !important}.sourceXGE,.sourceTTP{color:#ba7c00 !important;border-color:#ba7c00 !important;text-decoration-color:#ba7c00 !important}.sourceXMtS{color:#830051 !important;border-color:#830051 !important;text-decoration-color:#830051 !important}.sourceHotDQ{color:#ad8eba !important;border-color:#ad8eba !important;text-decoration-color:#ad8eba !important}.sourceRoT{color:#ff2900 !important;border-color:#ff2900 !important;text-decoration-color:#ff2900 !important}.sourceCoS{color:purple !important;border-color:purple !important;text-decoration-color:purple !important}.sourceOotA{color:gray !important;border-color:gray !important;text-decoration-color:gray !important}.sourceSKT{color:#008b8b !important;border-color:#008b8b !important;text-decoration-color:#008b8b !important}.sourcePotA,.sourceEEPC{color:#57b6c6 !important;border-color:#57b6c6 !important;text-decoration-color:#57b6c6 !important}.sourceLMoP{color:#8da851 !important;border-color:#8da851 !important;text-decoration-color:#8da851 !important}.sourceTftYP{color:#c94029 !important;border-color:#c94029 !important;text-decoration-color:#c94029 !important}.sourceToA{color:#666f30 !important;border-color:#666f30 !important;text-decoration-color:#666f30 !important}.sourceMTF{color:#1f6e7b !important;border-color:#1f6e7b !important;text-decoration-color:#1f6e7b !important}.sourceWDH{color:#d4af37 !important;border-color:#d4af37 !important;text-decoration-color:#d4af37 !important}.sourceGGR,.sourceKKW{color:#bfa76c !important;border-color:#bfa76c !important;text-decoration-color:#bfa76c !important}.sourceWDMM{color:#a2201f !important;border-color:#a2201f !important;text-decoration-color:#a2201f !important}.sourceLLK{color:#6e7a71 !important;border-color:#6e7a71 !important;text-decoration-color:#6e7a71 !important}.sourceAZfyT{color:#4667a7 !important;border-color:#4667a7 !important;text-decoration-color:#4667a7 !important}.sourceGoS{color:#3d695a !important;border-color:#3d695a !important;text-decoration-color:#3d695a !important}.sourceAI,.sourceOoW{color:#5baf04 !important;border-color:#5baf04 !important;text-decoration-color:#5baf04 !important}.sourceESK,.sourceDIP,.sourceDC,.sourceSDW,.sourceSLW{color:#6b909a !important;border-color:#6b909a !important;text-decoration-color:#6b909a !important}.sourceBGDIA{color:#752418 !important;border-color:#752418 !important;text-decoration-color:#752418 !important}.sourceERLW,.sourceEFR{color:#983426 !important;border-color:#983426 !important;text-decoration-color:#983426 !important}.sourceRMR,.sourceRMBRE{color:#5c7c27 !important;border-color:#5c7c27 !important;text-decoration-color:#5c7c27 !important}.sourceMFF{color:#92817f !important;border-color:#92817f !important;text-decoration-color:#92817f !important}.sourceLR{color:#78613c !important;border-color:#78613c !important;text-decoration-color:#78613c !important}.sourceIMR{color:#a19364 !important;border-color:#a19364 !important;text-decoration-color:#a19364 !important}.sourceSADS{color:#333bab !important;border-color:#333bab !important;text-decoration-color:#333bab !important}.sourceEGW,.sourceFS,.sourceDD,.sourceUS,.sourceToR{color:#855a6e !important;border-color:#855a6e !important;text-decoration-color:#855a6e !important}.sourceMOT{color:#556b2e !important;border-color:#556b2e !important;text-decoration-color:#556b2e !important}.sourceIDRotF{color:#8fb8c0 !important;border-color:#8fb8c0 !important;text-decoration-color:#8fb8c0 !important}.sourceTCE{color:#a24d08 !important;border-color:#a24d08 !important;text-decoration-color:#a24d08 !important}.sourceAL{color:#e50711 !important;border-color:#e50711 !important;text-decoration-color:#e50711 !important}.sourceHF{color:#ac9544 !important;border-color:#ac9544 !important;text-decoration-color:#ac9544 !important}.sourceCM{color:#e6585e !important;border-color:#e6585e !important;text-decoration-color:#e6585e !important}.sourceVRGR,.sourceHoL{color:#bd000f !important;border-color:#bd000f !important;text-decoration-color:#bd000f !important}.sourceRtG{color:#8a536a !important;border-color:#8a536a !important;text-decoration-color:#8a536a !important}.sourceAitFR{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.sourceAitFR-ISF,.sourceAitFR-THP,.sourceAitFR-AVT,.sourceAitFR-DN,.sourceAitFR-FCD{color:#6e5ab9 !important;border-color:#6e5ab9 !important;text-decoration-color:#6e5ab9 !important}.sourceWBtW{color:#7151b6 !important;border-color:#7151b6 !important;text-decoration-color:#7151b6 !important}.sourceDoD{color:#fe4935 !important;border-color:#fe4935 !important;text-decoration-color:#fe4935 !important}.sourceMaBJoV{color:#7a2854 !important;border-color:#7a2854 !important;text-decoration-color:#7a2854 !important}.sourceFTD{color:#b82a15 !important;border-color:#b82a15 !important;text-decoration-color:#b82a15 !important}.sourceNRH{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.sourceNRH-TCMC,.sourceNRH-AVitW,.sourceNRH-ASS,.sourceNRH-CoI,.sourceNRH-TLT,.sourceNRH-AWoL,.sourceNRH-AT{color:#bd335b !important;border-color:#bd335b !important;text-decoration-color:#bd335b !important}.sourceSCC{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.sourceSCC-CK,.sourceSCC-HfMT,.sourceSCC-TMM,.sourceSCC-ARiR{color:#be9c56 !important;border-color:#be9c56 !important;text-decoration-color:#be9c56 !important}.sourceMPMM{color:#5c758d !important;border-color:#5c758d !important;text-decoration-color:#5c758d !important}.sourceCRCotN{color:#ac4a70 !important;border-color:#ac4a70 !important;text-decoration-color:#ac4a70 !important}.sourceJttRC{color:#cf48e2 !important;border-color:#cf48e2 !important;text-decoration-color:#cf48e2 !important}.sourceSjA,.sourceSAiS,.sourceAAG,.sourceBAM,.sourceLoX{color:#056b97 !important;border-color:#056b97 !important;text-decoration-color:#056b97 !important}.sourceDoSI{color:#478bb8 !important;border-color:#478bb8 !important;text-decoration-color:#478bb8 !important}.sourceDSotDQ{color:#851e20 !important;border-color:#851e20 !important;text-decoration-color:#851e20 !important}.sourcePSA{color:#d76404 !important;border-color:#d76404 !important;text-decoration-color:#d76404 !important}.sourcePSD{color:#5db7da !important;border-color:#5db7da !important;text-decoration-color:#5db7da !important}.sourcePSI{color:#5d4696 !important;border-color:#5d4696 !important;text-decoration-color:#5d4696 !important}.sourcePSK{color:#a27135 !important;border-color:#a27135 !important;text-decoration-color:#a27135 !important}.sourcePSX{color:#bb2722 !important;border-color:#bb2722 !important;text-decoration-color:#bb2722 !important}.sourcePSZ{color:#6f8a2d !important;border-color:#6f8a2d !important;text-decoration-color:#6f8a2d !important}.sourceKftGV{color:#876e38 !important;border-color:#876e38 !important;text-decoration-color:#876e38 !important}.sourceHAT-TG,.sourceHAT-LMI{color:#a24545 !important;border-color:#a24545 !important;text-decoration-color:#a24545 !important}.sp__school-A{color:#00b921}.sp__school-V{color:#bb0100}.sp__school-E{color:#b30083}.sp__school-I{color:#006dbd}.sp__school-D{color:#00adb3}.sp__school-N{color:#6c00cc}.sp__school-T{color:#ccbe00}.sp__school-C{color:#bd0044}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .sourcePHB{color:#337ab7 !important;border-color:#337ab7 !important;text-decoration-color:#337ab7 !important}.night-mode .sourceSADS{color:#4f63f5 !important;border-color:#4f63f5 !important;text-decoration-color:#4f63f5 !important}.night-mode .sourcePSA{color:#eec276 !important;border-color:#eec276 !important;text-decoration-color:#eec276 !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.lst__wrp-search-glass{position:absolute;top:0;bottom:2px;left:6px;opacity:.5}.lst__wrp-search-visible{position:absolute;top:0;right:6px;bottom:0;opacity:.5}.lst__caret--active{display:inline-block;width:0;height:0;vertical-align:middle;border-top:4px dashed;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);margin-left:2px}.lst__caret--reverse{transform:rotate(180deg)}input.lst__search{padding-left:23px}input.lst__search--no-border-h{border-radius:0;border-right:0}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.nav .dropdown-menu--top{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}@media(max-width: 768px){.nav>li>a{border:1px solid #ccc}.night-mode .nav>li>a{border-color:#555}}.night-mode .nav>li:not(.active)>a{color:#bbb;background-color:#222;border:1px solid rgba(85,85,85,.6274509804);border-top:0}.night-mode .nav>li:not(.active)>a:focus,.night-mode .nav>li:not(.active)>a:hover{background-color:#272727;color:#fff}.night-mode .nav>li.active>a:focus,.night-mode .nav>li.active>a:hover{color:#fff}.night-mode .nav li.open>a,.night-mode .nav li.open>a:focus,.night-mode .nav li.open>a:hover{background-color:#272727;border-left:1px solid #337ab7;border-right:1px solid #337ab7;border-color:#337ab7}.night-mode .nav li.active.open>a,.night-mode .nav li.active.open>a:focus,.night-mode .nav li.active.open>a:hover{background-color:#333}@media(max-width: 1200px){.nav .caret--right{transform:none}.nav .dropdown-menu--side{top:100%;left:0}}.nav2-list__label{padding:0 20px}.nav2-list__disp-source{display:inline-block;height:15px;border-left:1px solid;position:relative;border-right:1px solid;top:2px;margin-right:7px;margin-left:4px}.nav2-accord__head{padding:3px 7px 3px 20px}.nav2-accord__head:focus,.nav2-accord__head:hover{background-color:#f5f5f5}.nav2-accord__head--active{background:#337ab7;color:#fff}.nav2-accord__head--active:focus,.nav2-accord__head--active:hover{background:#7398b7}.nav2-accord__body{padding:3px 0 3px 35px;display:flex;flex-direction:column}.nav2-accord__lnk-item{padding:3px 20px;color:#333}.nav2-accord__lnk-item:focus,.nav2-accord__lnk-item:hover{background-color:#f5f5f5;text-decoration:none}.nav2-accord__lnk-item--active{background:#337ab7;color:#fff}.nav2-accord__lnk-item--active:focus,.nav2-accord__lnk-item--active:hover{background:#7398b7;color:#fff}.night-mode .nav2-accord__head:focus,.night-mode .nav2-accord__head:hover{background-color:#383838;color:#fff}.night-mode .nav2-accord__head--active{color:#fff}.night-mode .nav2-accord__head--active:focus,.night-mode .nav2-accord__head--active:hover{background:#7398b7}.night-mode .nav2-accord__lnk-item{color:#bbb}.night-mode .nav2-accord__lnk-item:focus,.night-mode .nav2-accord__lnk-item:hover{background-color:#383838;color:#fff}.night-mode .nav2-accord__lnk-item--active{color:#fff}.night-mode .nav2-accord__lnk-item--active:focus,.night-mode .nav2-accord__lnk-item--active:hover{background:#7398b7}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.page__header{padding:0 15px 1px;box-shadow:0 1px 4px rgba(0,0,0,.475);color:#fff;background-color:#006bc4;min-height:0;flex-shrink:0}.page__title{margin-right:10px;display:inline}.page__title::after{color:#e0e0e0;content:"."}.page__title--home span{color:#e0e0e0}.page__subtitle{display:inline;font-style:italic;color:#d0d0d0}.page__btn-toggle-nav{margin-top:5px;text-align:center;width:6em;flex-shrink:0;height:32px;line-height:1;margin-right:2px}@media(min-width: 769px){.page__btn-toggle-nav{display:none}}.page__nav{position:relative;min-height:33px;flex-shrink:0}@media(max-width: 768px){.page__nav{width:100%;display:flex}}@media(max-width: 768px){.page__nav-inner{display:flex;margin-top:3px;flex-direction:column;width:calc(100% - 6em);flex-shrink:0}}.page__nav-date{margin-left:-16px;width:27px;color:#777}.page__wrp-download{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:2000;top:5px;min-height:40px;min-width:100px;max-width:850px;display:flex;width:90vw;right:0;left:0;margin:0 auto;padding:5px;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;background:#fff}.page__wrp-download-bar{border:1px solid #2a6496;height:34px;border-radius:4px}.page__wrp-download-bar--error{border-color:#711617}.page__disp-download-progress-bar{position:absolute;top:0;bottom:0;left:0;background:#337ab7}.page__disp-download-progress-bar--error{background:#8a1a1b}.page__disp-download-progress-text{position:absolute;top:0;right:calc(50% - 30px);bottom:0;left:calc(50% - 30px);width:90px;text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #000}.active>.nav__link>.page__nav-date{color:#fff}.night-mode .page__wrp-download{background:#222}.night-mode .page__disp-download-progress-text{color:#333}@media(max-width: 768px){#navigation .page__nav-hidden-mobile{display:none;margin-left:0}}#legal-notice{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:10000;bottom:0;width:100vw;height:10em;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-weight:bold;padding:3rem;border:1px solid rgba(0,0,0,.15);background:#f8f8f8}.viewport-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-flow:column nowrap;overflow:auto;height:100vh;width:100vw}@media(max-width: 991px){.viewport-wrapper{bottom:auto;height:initial;min-height:100vh}}.view-col-group--cancer{display:flex;flex-direction:column;position:relative;overflow-y:auto}.view-col-wrapper{display:flex;flex-direction:row;max-height:100%;height:100%;min-height:0}@media(max-width: 991px){.view-col-wrapper{flex-direction:column;max-height:none;height:initial;display:block}}.sidemenu{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#fff;border:1px solid #ccc;position:fixed;z-index:60;top:0;bottom:0;left:-260px;width:250px;transition:left 51ms;cursor:default;display:flex;flex-direction:column;padding:4px 7px;overflow-y:auto}.sidemenu>*{flex-shrink:0}.sidemenu__toggle{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#d3d3d3;position:absolute;z-index:60;top:46px;left:-7px;width:32px;height:32px;cursor:pointer;transition:left 51ms;display:flex;flex-direction:column;justify-content:space-around;padding:3px 4px}.sidemenu__hotzone{position:fixed;top:0;bottom:0;left:0;width:1px}.sidemenu__burger{background:#fff;height:3px;box-shadow:inset 0 0 1px 0 #888}.sidemenu__toggle:hover .sidemenu{left:0;transition:left 51ms}.sidemenu__toggle:hover .sidemenu--offset{left:-12px}.sidemenu__row{width:100%;margin-bottom:5px}.sidemenu__row--vert{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.sidemenu__row__divider{background:rgba(204,204,204,.6274509804);height:1px;width:calc(100% - 16px);margin:2px 8px 7px}.sidemenu__row__divider--heavy{background:#aaa;width:calc(100% + 6px);margin:2px -3px 7px}.sidemenu__row__label{min-width:46px;flex-shrink:0}.sidemenu__row__label--cb-label{font-weight:initial;display:flex;margin-bottom:0;justify-content:space-between;align-items:center;width:100%}input[type=checkbox].sidemenu__row__label__cb{margin-right:3px;margin-left:7px}.night-mode .sidemenu{border-color:#555}.omni__wrp-output{width:100%;justify-content:flex-end}.omni__output{box-shadow:0 6px 12px rgba(0,0,0,.175);position:absolute;z-index:100;padding:.2em .7em;border-radius:.2em;border:1px solid rgba(0,0,0,.15);background:#fff}.omni__output--scrolled{position:fixed;top:42px;right:10px}@media only screen and (min-width: 320px){.omni__output{max-width:300px;min-width:270px}}@media only screen and (min-width: 481px){.omni__output{max-width:460px;min-width:430px}}@media only screen and (min-width: 769px){.omni__output{max-width:740px;min-width:500px}}@media only screen and (max-width: 768px){.omni__output{top:40px}}.omni__wrp-input{position:relative}@media only screen and (max-width: 768px){.omni__wrp-input{margin-top:2px;margin-left:0}}.omni__wrp-input--scrolled{position:fixed;z-index:100;top:5px;right:10px;width:85px;padding:2px 0;border-left:40px solid rgba(0,0,0,0)}.omni__wrp-input--scrolled .omni__input{min-width:initial;border-top-left-radius:4px;border-top-color:#ccc}.omni__wrp-input--scrolled .omni__submit{border-top-right-radius:4px;border-top-color:#ccc}.omni__wrp-input--scrolled input{padding:0;color:rgba(0,0,0,0)}.omni__wrp-input--scrolled:focus,.omni__wrp-input--scrolled:focus-within,.omni__wrp-input--scrolled:active,.omni__wrp-input--scrolled:hover{width:250px;border-left:0}.omni__wrp-input--scrolled:focus input,.omni__wrp-input--scrolled:focus-within input,.omni__wrp-input--scrolled:active input,.omni__wrp-input--scrolled:hover input{padding:6px 12px;color:inherit}.omni__input{height:32px;min-width:100px}@media(min-width: 992px){.omni__input{border-top-left-radius:0;border-top-color:rgba(0,0,0,0)}}.omni__btn-clear{top:9px;right:37px;opacity:.5}.omni__submit{height:32px;padding:3px 7px}@media(min-width: 992px){.omni__submit{border-top-right-radius:0;border-top-color:rgba(0,0,0,0)}}.omni__wrp-paginate{display:flex;justify-content:space-between}.omni__wrp-paginate>span{display:inline-block;user-select:none;padding:2px;font-size:1.1em;min-width:20px}.omni__paginate-ctrl{cursor:pointer}.omni__paginate-ctrl:hover{color:#337ab7}.omni__paginate-left{margin-right:auto}.omni__paginate-count{margin:0 auto}.omni__paginate-right{margin-left:auto}.omni__disp-srd{font-size:8.5px;vertical-align:super;top:2px;margin-right:1px;margin-left:-2px}.omni__input:placeholder-shown+.omni__btn-clear{display:none}.omni__input:not(:focus):not(:focus-within):not(.omni__wrp-input--scrolled:active):not(:hover)+.omni__btn-clear{display:none}.btn-name-pronounce,.btn-stats-name{vertical-align:top;height:24px;width:24px}.name-pronounce-icon{line-height:16px}.name-pronounce{display:none}.hwin__top-border-icon{top:0;margin-left:auto;padding:2px;color:#f5f5f5;cursor:pointer;font-size:12px;width:18px;text-align:center}.hwin__top-border-icon--text{line-height:11px;font-weight:bolder;font-family:monospace}.hwin__top-border-icon:hover,.hwin__top-border-icon:active,.hwin__top-border-icon:visited{color:#e8e8e8;text-decoration:none}#tabs-right{margin-left:auto;display:flex}.rollbox-min{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;z-index:100;right:7px;bottom:0;color:rgba(255,255,255,.7);width:24px;height:24px;cursor:pointer;user-select:none;border:0}.rollbox-min .glyphicon{position:absolute;top:5px;left:6px}.rollbox{box-shadow:0 6px 12px rgba(0,0,0,.175);position:fixed;width:260px;height:335px;z-index:110;border:1px solid rgba(0,0,0,.15);right:1em;bottom:0;flex-direction:column}.rollbox .ipt-roll{flex-shrink:0;overflow-x:auto;height:30px;width:100%}.rollbox .out-roll{overflow-y:auto;height:100%;display:flex;flex-direction:column-reverse;transform:translateZ(0)}.rollbox .head-roll{height:24px;flex-shrink:0;width:100%;box-shadow:0 0 3px rgba(0,0,0,.25);display:flex;flex-direction:row;justify-content:space-between;user-select:none;cursor:pointer}.rollbox .head-roll .hdr-roll{line-height:24px;padding:0 6px}.rollbox .out-roll .out-roll-wrp .out-roll-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.rollbox .out-roll .out-roll-wrp .out-roll-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.rollbox .out-roll .out-roll-item{position:relative;margin:1px 3px;padding:1px 3px;width:calc(100% - 6px);word-wrap:break-word;display:flex;align-items:center;justify-content:space-between}.rollbox .out-roll .out-roll-item--message{display:block}.rollbox .out-roll-item-button-wrp{display:none;position:absolute}.rollbox .out-roll-item:hover .out-roll-item-button-wrp{display:flex;right:3px}.rollbox .btn-copy-roll{padding:0 2px;line-height:1.4}.rollbox .out-roll .out-roll-item .roll-label{font-style:italic}.rollbox .out-roll .out-roll-item .roll{font-weight:bold}.rollbox .out-roll .out-roll-item .roll-min{color:#ff3100}.rollbox .out-roll .out-roll-item .roll-max{color:#00b400}.rollbox .out-roll .out-roll-id{width:100%;font-size:70%;padding:1px 3px}.rll__prompt-header{font-size:32px}.rll__dropped{text-decoration:red line-through}.rll__list{margin-bottom:0;padding-left:24px}.rll__exploded{color:#6f99b8}.rll__success{text-decoration:#209520 underline}.rll__min--muted{color:#d24c2d}.rll__max--muted{color:#209520}.rll__exploded{color:#6f99b8}.rll__min--muted{color:#d24c2d}.rll__max--muted{color:#209520}.wrp-stat-tab{width:100%;display:flex}.view-col{position:relative;margin:7px 7px 12px;flex:1;display:flex;flex-direction:column;height:calc(100% - 19px)}.view-col--wrp-book-contents{height:initial;position:relative;flex:1}#listcontainer.view-col{display:flex;flex-flow:column nowrap}#contentwrapper.view-col{overflow-x:hidden;margin-bottom:5px}#contentwrapper.view-col>*:not(.wrp-stats-table){flex-shrink:0}.wrp-stats-table{overflow-x:hidden;overflow-y:auto;border-top:1px solid #e69a28;border-bottom:1px solid #e69a28;transform:translateZ(0);flex-shrink:1}.wrp-stats-table--book{border-top-color:silver;border-bottom-color:silver}@media(max-width: 991px){.wrp-stats-table{overflow-y:initial}}.filtertools,#filtertools{font-size:.8em}.filtertools select,#filtertools select{margin:1px}.filtertools small:hover,#filtertools small:hover{cursor:pointer}#pointbuy input{margin:2px;text-align:right;width:3em}#pointbuy input[type=number]{appearance:textfield}#pointbuy input[type=checkbox]{width:initial;margin:initial}.list,.list-display-only{transform:translateZ(0);position:relative;padding-left:0;height:100%;overflow-y:auto;overflow-x:hidden;clear:both;font-size:.8em}@media(min-width: 992px){.list--stats,.list-display-only--stats{overflow-y:scroll;margin-right:-9px}}@media(max-width: 991px){.list,.list-display-only{max-height:40vh}}.list.rules,.list-display-only.rules{overflow-y:auto !important;padding-top:0}.lst--border{border-bottom:1px solid #ddd}.list-multi-selected{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.list-multi-selected .lst--border{border-color:#6fa4d0}.list-multi-selected.lst__row--sublist{box-shadow:inset 0 0 0 5000px rgba(148,148,148,.2)}.list-multi-selected.lst__row--sublist .lst--border{border-color:#ccc}.row--blocklisted{display:none !important}.manbrew__source{overflow:hidden}.manbrew__search{border-bottom-left-radius:0;border-bottom-right-radius:0}.manbrew__filtertools button{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.manbrew__filtertools .wrp-cb-all{border-bottom:1px solid #ccc;border-right:1px solid #ccc;line-height:14px;border-bottom-right-radius:3px;text-align:center;vertical-align:middle}.manbrew__wrp_btn_del_selected{text-align:right;padding-bottom:5px}.manbrew__current_brew{margin-bottom:5px}.manbrew__row{margin-right:0;margin-left:0;padding:4px 0}.manbrew__col--tall{line-height:30px}.manbrew__list{position:absolute;top:0;right:0;bottom:0;left:0;height:initial;overflow-y:initial;width:100%}.manbrew-row__icn-btn{top:2px}.manbrew-row__icn-btn--text{top:-1px}.night-mode .manbrew__filtertools .wrp-cb-all{border-color:#555}.rnd-name{position:relative;font-size:1.8em;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;padding-left:.2em !important}.rnd-name div.name-inner{display:flex;justify-content:space-between;align-items:flex-end}.monster .rnd-name .source{position:relative;margin-right:.2em}.stats{font-family:"Convergence",Arial,sans-serif;width:100%;font-size:12.6px;table-layout:fixed;overflow-wrap:break-word}.stats:last-child{margin-bottom:0}.stats.monster{background-size:100% auto;background:url("../img/bestiary/stat-block-top-texture.png") no-repeat,repeat top center,#fdf1dc}td,th{padding:1px .3em}.stats-name{font-size:unset;line-height:unset;color:#822000}.stats table{margin-bottom:5px;white-space:initial}.stats table.statsDataInset{margin:10px;width:calc(100% - 20px);border:1px solid rgba(0,0,0,.4);box-shadow:0 0 4px 0 #988d7c}.stats table caption{margin-left:5px;padding:0;font-weight:bold;font-size:1.1em}th.border{height:4px}.wrp-stats-table th.border{height:3px}th.border-thin{height:1px}td.divider div{background:#822000;height:2px;margin:6px 0}.stats span.name{font-weight:bold}.stats span.name{font-weight:bold}tr.text>td{padding-bottom:.7em}tr.text.compact>td{padding-bottom:0}tr.text.compact>td p:last-child{margin-bottom:0}div#lootoutput{height:100%;clear:both}.mon__btn-reset-cr,.mon__btn-scale-cr{padding:0 5px;font-size:10px}.mon__cr_slider_wrp{position:absolute;top:23px;left:0;background:#fff;border:1px solid #ccc;width:calc(100% - 30px);margin:0 10px;padding:5px 7px 0;border-radius:4px;box-shadow:0 0 3px 0 #000}.mon__cr_slider_wrp--compact{top:41px}.mon__wrp-size-type-align--token,.mon__wrp-avoid-token{max-width:calc(100% - 11rem)}.mon__sect-header-inner{display:block;margin-top:-0.3rem;margin-bottom:-0.3rem;font-weight:100;color:#822000;font-size:18px;line-height:23px;font-family:"Times New Roman",serif;font-variant:small-caps}.mon__sect-row-inner{padding-top:.5rem !important}.mon__sect-row-inner>*:last-of-type{margin-bottom:.5rem !important}.mon__stat-header-underline{border-bottom:1px solid #822000;vertical-align:bottom !important;padding-left:.2rem}.mon__wrp-token{display:block;position:absolute;z-index:10;top:0;right:.5rem;width:auto;max-width:11rem;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}.mon__wrp-token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.mon__wrp-token:hover .mon__btn-token-cycle{opacity:1;transition:opacity 34ms}.mon__wrp-token:hover .mon__wrp-token-footer{opacity:1;transition:opacity 34ms}.mon__token{width:100%;height:100%}.mon__btn-token-cycle{position:absolute;top:50%;bottom:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,0,0,.475);cursor:pointer;color:#fff;border:1px solid rgba(204,204,204,.6274509804);opacity:0;transition:opacity 34ms}.mon__btn-token-cycle--left{left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:0}.mon__btn-token-cycle--right{right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:0}.mon__btn-token-cycle:hover{color:#ddd}.mon__wrp-token-footer{display:flex;position:absolute;height:22px;right:5px;bottom:0;left:5px;align-items:center;justify-content:center;opacity:0;transition:opacity 34ms}.mon__token-footer{background:rgba(0,0,0,.475);color:#fff;font-family:"Times New Roman",serif;font-variant:small-caps;font-size:16px;border-radius:5px;padding:1px 5px;border:1px solid rgba(204,204,204,.6274509804)}.night-mode .mon__cr_slider_wrp{border-color:#555}tr th.mon__name--token{padding-right:12rem}#crcalc input[type=number],#crcalc input[type=checkbox],#crcalc .inputwrap{text-align:right;width:6em}#crcalc input[type=checkbox]{width:auto}#crcalc input#hd{float:none;width:4em}#crcalc span#hdval{width:2.1em;text-align:center;display:inline-block}#crcalc input[type=number]#hd::-webkit-inner-spin-button,#crcalc input[type=number]#hd::-webkit-outer-spin-button{margin:0}#crcalc .explanation{font-weight:normal;width:26em}#crcalc input#hd:focus{border:1px solid initial}#msbcr{text-align:center;font-size:.8em;margin:0 auto}#msbcr th{text-align:center;padding:0 .5em;cursor:initial !important}#msbcr tr{cursor:pointer}#croutput{padding:.2em .7em;border-radius:7px}#instructions p{font-size:small}#expectedcr{text-align:center}img.token{position:absolute;z-index:10;top:0;right:.5rem;float:right;width:auto;max-width:11rem;height:auto;transition:opacity 34ms,max-width 34ms,right 34ms}img.token:hover{max-width:100%;right:0;opacity:1 !important;transition:opacity 34ms,max-width 34ms,right 34ms}.classes .stats{font-family:inherit}.stats p.subtrait{padding:0 1em;font-size:.9em}.init__wrp_conds{display:flex}.init__cond{width:7px;margin-right:3px;display:grid;grid-gap:3px;cursor:pointer}.init__cond:hover{box-shadow:0 0 5px 0 gray}.init__cond_bar{width:7px;height:100%}.initp__content{overflow-y:auto;overflow-x:hidden;height:100%;width:100%}.initp__wrp_active{display:flex;flex-direction:column;width:100%;height:100%}.initp__meta{font-size:1.6rem}.initp__header{width:100%;display:flex;justify-content:space-between;padding:0 3px;font-variant:small-caps;border-bottom:1px solid #ccc}.initp__h_name--compact{text-align:center}.initp__r_name{display:flex;justify-content:space-between}.initp__h_hp--compact{text-align:center}.initp__h_stat,.initp__r_stat{width:40px;text-align:center;flex-shrink:0;flex-grow:0}.initp__r_hp_pill{padding:2px 4px;border-radius:3px;color:#fff;text-align:center}.initp__h_score,.initp__r_score{flex:none;width:80px;text-align:center}.initp__h_score--compact,.initp__r_score--compact{width:40px}.initp__r_score{line-height:24px}.initp__r{width:100%;display:flex;justify-content:space-between;padding:2px 3px;border-bottom:1px solid rgba(204,204,204,.6274509804)}.initp__r:last-of-type{border-bottom:0}.initp__r:hover{background:rgba(0,0,0,.062745098)}.initp__r--active{background:rgba(207,229,255,.4705882353)}.initp__r--active:hover{background:rgba(191,213,239,.4705882353)}.night-mode .initp__header{border-color:#555}.night-mode .initp__r{border-color:rgba(85,85,85,.6274509804)}.night-mode .initp__r:hover{background:rgba(255,255,255,.0941176471)}.night-mode .initp__r--active:hover{background:rgba(147,186,232,.2196078431)}.lst__form-top{display:flex;flex-shrink:0}.lst__form-top>*{min-width:0}.lst__form-top>button{flex-shrink:0}.lst__form-top>*:first-child{border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.lst__form-top>*:last-child{border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0}.lst__form-top>*:not(:first-child):not(:last-child){border-radius:0;border-right:0}.lst__search{padding-left:23px}.lst__list{margin-bottom:10px}.lst__row:hover{background:#f5f5f5}.lst__row--blocklisted{display:none !important}.lst__row-inner{line-height:14px;color:inherit;display:flex;align-items:center;overflow:hidden;padding:0 2px 1px;text-decoration:none}.lst__row-inner:hover,.lst__row-inner:focus{text-decoration:none}.lst__wrp-preview{font-size:12.6px;background:#fff}.lst__wrp-preview-inner{border-bottom:1px solid #ddd}.lst__vr-preview{top:7px;left:8px;height:calc(100% - 14px)}.lst__btn-toggle-expand{margin-bottom:-1px;line-height:15px}.lst__btn-toggle-expand:hover{background:rgba(0,0,0,.1254901961)}.lst__btn-collapse-all-previews{font-size:11.2px}*:first-child>input.lst__search--no-border-h{border-top-left-radius:4px}.psi-order-and-talent{font-style:italic}.psi-focus-title{font-style:italic;font-weight:bold}.stats-sub-header{font-style:italic;font-weight:bold}.stats-list-sub-header{font-style:italic;font-weight:bold;margin-left:5px}.list-entry-none{font-style:italic}.filter-sublist-item-wrapper{display:flex}.filter-sublist-item-text{margin-right:20px}input[type=checkbox].filter-checkbox{margin-left:auto;padding:0 10px}input[type=checkbox].readonly{pointer-events:none}.lst__wrp-cells{color:inherit;display:flex;align-items:center;overflow:hidden;padding:0 2px 1px;text-decoration:none}.lst__wrp-cells.bk__contents_header_link{padding:0}.lst__wrp-cells.bk__contents_show_all{height:16px}.lst__row--focusable:focus{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.sublist{display:none;position:relative;padding:0 0 2px;flex-direction:column;flex-shrink:0;height:130px}.sublist .list{margin-bottom:3px;padding-top:3px}.sublist--visible{display:flex}.sublist--resizable{margin-bottom:3px;min-height:75px;max-height:80%}@media(max-width: 991px){.sublist--resizable{max-height:40vh;height:initial}}.sublist__wrp-cols{display:flex}.sublist__wrp-cols>*:last-child{flex-grow:1}.sublist__ele-resize{background-color:rgba(170,170,170,.2666666667);border:1px solid rgba(204,204,204,.4);position:absolute;bottom:0;height:1px;width:100%;cursor:ns-resize;user-select:none;line-height:1px;font-size:10px;text-align:center}.tview__row>td{min-width:100px}tr.trait .rd__b--3,tr.action .rd__b--3,tr.reaction .rd__b--3,tr.legendary .rd__b--3,tr.mythic .rd__b--3,tr.lairaction .rd__b--3,tr.regionaleffect .rd__b--3{margin-bottom:1rem}tr.lairaction p,tr.regionaleffect p{margin-bottom:5px}.stats--book-large{--sz-font-h0: 2.5em;--sz-font-h1: 1.9em;--sz-font-h2: 1.6em;--h-mb-p: 15px;--h-mb-p-inline: var(--h-mb-p);--h-mb-quote-line: 10px;--h-mb-li: 5px;--w-text-indent-inline-p: 0;border-radius:0;line-height:1.7;font-size:1em}.stats--book-large .rd__spc-inline-post{width:100%;height:var(--h-mb-p)}.stats--book-large .rd__spc-inline-post:last-child{height:0}.stats--book-large .rd__list-hang-notitle>.rd__li>.rd__p-list-item{text-indent:-1.1em}.stats--book-large .rd__p-cont-indent{text-indent:0;margin-top:5px}.book-view.view-col{flex:5}.bk-contents__sub_spacer--1{color:gray;display:inline-block;margin:0 4px}.book-contents .contents{height:initial;position:sticky;top:0;max-height:100vh}@media only screen and (min-width: 1600px){#listcontainer.book-contents{position:fixed;top:0;left:0;max-width:calc((100vw - 1170px)/2);margin:0;min-height:100vh}.book-contents .contents{position:relative}}.initial-message{color:#822000;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500;text-align:center;line-height:2.3em}.initial-message--large{font-size:5vmin;color:initial}.book-view .initial-message{font-size:1.8em}.stats .initial-message,.bkmv .initial-message{font-size:1.4em}.f-all-wrapper{position:fixed;z-index:100;right:calc(50vw - 585px + 1.5em);bottom:10px;left:calc((100vw - 780px)/2 + 1.5em);padding:0 20px}@media(max-width: 1200px){.f-all-wrapper{right:calc(50vw - 485px + 1.5em);left:calc((100vw - 646.6666666667px)/2 + 1.5em)}}@media(max-width: 991px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media only screen and (max-width: 768px){.f-all-wrapper{right:calc((100vw - 750px)/2 + 1.5em);left:calc((100vw - 750px)/2 + 1.5em)}}@media only screen and (max-width: 480px){.f-all-wrapper{right:3.5em;left:3.5em}}.f-all-wrapper>input{width:100%}.f-all-out{box-shadow:0 6px 12px rgba(0,0,0,.175);overflow-y:auto;max-height:400px;width:100%;border:1px solid rgba(0,0,0,.15);padding:.2em .7em;border-radius:.2em;display:none}.f-result{display:flex;justify-content:space-between;margin:0;padding:5px 0}.f-result>span{display:inline-block}.highlight{background-color:#ff0}header p.lead{color:#d3d3d3}.stats{background:#fdf1dc}@media only screen and (min-width: 1600px){#listcontainer.book-contents{box-shadow:0 6px 12px rgba(0,0,0,.175);background:#fff}}.shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.night-mode .night__shadow-big{box-shadow:0 6px 12px rgba(0,0,0,.175)}.stats--book{box-shadow:0 6px 12px rgba(0,0,0,.175);font-family:Roboto,Helvetica,sans-serif;background:#fff}.stats--book ::selection{background:#242527;color:#fff;text-shadow:none}.bkmv{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#fff}.bkmv__spacer-name{font-family:"Times New Roman",serif;font-variant:small-caps;text-transform:uppercase;font-weight:bold;padding:0 0 0 5px;height:20px;background:silver;font-size:12px;break-before:auto;break-after:auto;break-inside:avoid}.bkmv__wrp{column-count:6;column-gap:7px;break-inside:avoid-column}@media(max-width: 2160px){.bkmv__wrp{column-count:5}}@media(max-width: 1800px){.bkmv__wrp{column-count:4}}@media(max-width: 1440px){.bkmv__wrp{column-count:3}}@media(max-width: 1080px){.bkmv__wrp{column-count:2}}@media only screen and (max-width: 720px){.bkmv__wrp{column-count:1}}.bkmv__wrp-item{margin:0;width:100%;display:inline-block;border-radius:.2em;border:#ccc 1px solid}.bkmv__no-breaks{break-before:auto;break-after:auto;break-inside:avoid}.night-mode .bkmv__wrp-item{border-color:#555}.mode div.pnl-menu{background:#d3d3d3}.stripe-odd:nth-child(odd),.stripe-even:nth-child(even),.stripe-odd-table>tbody>tr:nth-child(odd),.stripe-even-table>tbody>tr:nth-child(even){background:rgba(192,192,192,.5019607843)}.stats .stripe-odd-table>tbody>tr:nth-child(odd),.stats .stripe-even-table>tbody>tr:nth-child(even){background:rgba(203,191,170,.5019607843)}.hwin .hoverborder,th.border{background:#e69a28}.hwin .hoverborder.hoverborder-book,.stats--book th.border{background:silver}.bklist__wrp-rows-inner{margin-left:6px}.bklist__row-chapter{margin-left:3rem}.bklist__row-section{margin-left:6rem}.bklist__vr-contents{left:6px;border-color:#ddd}.bk__stats--narrow{max-width:640px;margin:0 auto}.bk__contents-header{color:inherit;display:flex;align-items:center;overflow:hidden;margin-top:-1px;padding:1px 0 1px 5px;text-decoration:none;border-bottom:1px solid #ccc;border-top:1px solid #ccc;justify-content:space-between}.bk__nav-head-foot-item{min-width:75px}.bk__to-top{display:none}.bk__to-top--scrolled{display:flex;flex-direction:column;position:fixed;z-index:99;top:42px;right:10px;padding:2px 0}@media(max-width: 768px){.bk__to-top--scrolled{display:none}}.bk__overlay-loading{position:absolute;top:4px;right:0;bottom:4px;left:0;background:#fff;border-bottom:4px solid silver}.bk__wrp-btns-open-find{position:fixed;bottom:0;left:7px}.bk__btn-find{border-bottom-left-radius:0}.bk__btn-goto{border-bottom-right-radius:0}.bk__head-chapter--active,.bk__head-section--active{background:#f5f5f5}.night-mode .bk__contents-header{border-color:#555}.night-mode .bk__overlay-loading{background:#222;border-bottom-color:#565656}.bks__wrp-bookshelf{align-items:stretch}.bks__wrp-bookshelf-item,.bks__wrp-bookshelf-item:hover{box-shadow:0 6px 12px rgba(0,0,0,.175);border:2px solid #ccc;color:#333;text-decoration-color:#333}.bks__wrp-bookshelf-item--blocklisted{display:none !important}.bks__bookshelf-item-name{min-height:40px;max-width:220px;font-weight:bold;flex-grow:1}.bks__bookshelf-image{width:300px;height:300px;object-fit:none}.night-mode .bks__wrp-bookshelf-item,.night-mode .bks__wrp-bookshelf-item:hover{background:#222;border-color:#555;color:#bbb;text-decoration-color:#bbb}.f-all-out{background:#fff}.life__output{background:#d3d3d3}.f-all-out>p:nth-child(odd){background:#f4f4f4}#msbcr tr:nth-child(even){background:#d3d3d3}#croutput{background:#d3d3d3}.hwin .hoverborder .window-title{color:#822000}.rollbox{background:#fff}.rollbox .ipt-roll{background:#fff;border-radius:0}.rollbox-min,.rollbox .head-roll{background:#d3d3d3}.rollbox-min:hover,.rollbox .head-roll:hover{background:#e3e3e3}.rollbox .out-roll .out-roll-item{background:rgba(176,176,176,.2078431373)}.rollbox .out-roll .out-roll-item .out-roll-item-code{font-family:"Courier New",monospace;background:#fff;border-radius:3px;padding:0 2px;cursor:pointer}.life__output-wrp-border{border:1px solid rgba(0,0,0,.15)}.homebrew-section{background-color:rgba(255,0,0,.1)}.homebrew-section .homebrew-float{float:right;border:1px dotted;margin-bottom:5px;margin-left:5px;padding-right:2px;padding-left:2px;text-indent:0}.homebrew-section .homebrew-old-content{color:#a00;margin-left:5px}.homebrew-section .homebrew-notice::before{content:"Homebrew"}.homebrew-inline{background-color:rgba(255,0,0,.1);text-decoration:underline dotted}.stats tr.homebrew-hover>td{padding:5px .3em}.stats tr.homebrew-hover>td>div>*:last-child{margin-bottom:0}.don__bar{width:calc(100% - 40px);height:20px;margin:20px 20px 5px;box-shadow:0 0 3px 0 #000;border-radius:4px;border:1px solid #ccc;background:#f0f0f0}.don__bar--home{width:calc(100% - 10px);height:20px;margin:5px}.don__bar_inner{height:18px;background:gold;width:0;text-align:right;color:#333}.toast{box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2000;right:0;bottom:200px;left:0;padding:5px 15px;min-height:40px;max-width:850px;display:flex;width:90vw;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;opacity:1;transition:bottom 84ms}.toast--animate{bottom:0;margin-bottom:.5rem;transition:bottom 84ms}.toast--deleted{z-index:1999}.toast__container{position:fixed;z-index:2000;top:0;right:0;left:0;height:200px}.toast__wrp-control{margin:-5px -15px -5px 0;flex:0;display:flex;align-items:center;justify-content:center;align-self:stretch}.toast__btn-close{margin:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;border-top:0;border-right:0;border-bottom:0;border-left:1px solid rgba(128,128,128,.2509803922);background:rgba(0,0,0,0)}.toast__btn-close:hover,.toast__btn-close:focus{background:rgba(128,128,128,.1254901961)}.toast--type-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.toast--type-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.toast--type-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.toast--type-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.night-mode .toast--type-info{color:#fff;background-color:rgba(32,52,74,.95);border-color:#5080b3}.night-mode .toast--type-danger{color:#fff;background-color:rgba(76,16,14,.95);border-color:#ce2a26}.night-mode .toast--type-warning{color:#fff;background-color:rgba(135,88,13,.95);border-color:#ecaa41}.night-mode .toast--type-success{color:#fff;background-color:rgba(0,82,44,.95);border-color:#00eb80}.cards__btn-choose-icon{width:26px;height:26px;padding:0}.cards__disp-btn-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:24px 24px;filter:invert(1)}.cards__disp-typeahead-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:24px 24px;display:inline-block}.cards-cfg__ipt-color{width:40px}.night-mode .cards__disp-btn-icon{filter:initial}.night-mode .cards__disp-typeahead-img{filter:invert(1)}.recipes__wrp-fluff .rd__wrp-image{margin-top:0}.recipes__wrp-fluff .rd__image{max-height:50vh}.form-control--error,.form-control--error[readonly],.form-control--error[disabled]{background-color:rgba(255,0,0,.0941176471) !important;border:1px solid #843534 !important}.form-control--error:focus,.form-control--error[readonly]:focus,.form-control--error[disabled]:focus{border-color:#843534 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ce8483 !important}.form-control--warning,.form-control--warning[readonly],.form-control--warning[disabled]{background-color:rgba(255,170,0,.0941176471);border:1px solid #846334}.form-control--warning:focus,.form-control--warning[readonly]:focus,.form-control--warning[disabled]:focus{border-color:#846334;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ceaa83}.night-mode body{color:#bbb;background:#222 url("data:image/png;base64,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") repeat scroll left top}.night-mode .bg-solid{background:#222}.night-mode .vr-0,.night-mode .vr-1,.night-mode .vr-2,.night-mode .vr-3,.night-mode .vr-4,.night-mode .vr-5{border-color:#555}.night-mode .vr-r{border-right-color:#555 !important}.night-mode .page__header{color:#bbb;background:#333}.night-mode .page__title--home span{color:#909090}.night-mode .page__title--home::after{color:#909090}.night-mode .page__title{color:#d0d0d0}.night-mode .page__nav-inner>li.active>a,.night-mode .page__nav-inner>li.active>a:focus,.night-mode .page__nav-inner>li.active>a:hover{background-color:#333;border-top:0;border-color:#555;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);color:#d0d0d0}.night-mode .text-muted{color:#959595 !important}.night-mode h1,.night-mode h2,.night-mode h3,.night-mode h4,.night-mode h5,.night-mode h6{color:#bbb}.night-mode .b-1p{border-color:#555 !important}.night-mode .bt-1p{border-top-color:#555 !important}.night-mode .br-1p{border-right-color:#555 !important}.night-mode .bb-1p{border-bottom-color:#555 !important}.night-mode .bb-1p-trans{border-bottom-color:rgba(85,85,85,.6274509804) !important}.night-mode .bl-1p{border-left-color:#555 !important}.night-mode pre{color:#bbb;background:#222;border-color:#555}.night-mode hr{border-color:#555}.night-mode #legal-notice{background:#222;color:#999}.night-mode a,.night-mode .roller{color:#7db6e8}.night-mode .hwin__top-border-icon{color:#bbb}.night-mode .hwin__top-border-icon:hover{color:#c8c8c8}.night-mode .text-muted a,.night-mode .text-muted .roller{color:#6e8eab}.night-mode .btn:hover{box-shadow:0 0 1px 1px #888}.night-mode .btn[disabled]:hover{box-shadow:initial}.night-mode .btn-default,.night-mode .btn-default:hover,.night-mode .btn-default:focus,.night-mode .btn-default:active{background-color:#222;color:#bbb;border-color:#555}.night-mode .btn-primary,.night-mode .btn-primary:hover,.night-mode .btn-primary:focus,.night-mode .btn-primary:active{background-color:#2a4e6c;color:#bbb}.night-mode .btn-danger,.night-mode .btn-danger:hover,.night-mode .btn-danger:focus,.night-mode .btn-danger:active{background-color:#7e3a38;color:#bbb}.night-mode .btn-danger:hover{box-shadow:0 0 1px 1px #d43f3a}.night-mode .btn-warning,.night-mode .btn-warning:hover,.night-mode .btn-warning:focus,.night-mode .btn-warning:active{background-color:#896838;color:#bbb}.night-mode .btn-info,.night-mode .btn-info:hover,.night-mode .btn-info:focus,.night-mode .btn-info:active{background-color:#2a697c;color:#bbb}.night-mode .btn-success,.night-mode .btn-success:hover,.night-mode .btn-success:focus,.night-mode .btn-success:active{background-color:#427442;color:#bbb}.night-mode .btn-default.active{background-color:#888;box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333);color:#222}.night-mode .btn-primary.active,.night-mode .btn-danger.active,.night-mode .btn-warning.active,.night-mode .btn-info.active,.night-mode .btn-success.active{box-shadow:inset 0 3px 7px rgba(17,17,17,.9333333333)}.night-mode .btn-nowrap{word-wrap:break-word;overflow-wrap:break-word}.night-mode dialog.dialog-modal,.night-mode .dropdown-menu{background:#222;color:#bbb;box-shadow:0 6px 12px rgba(0,0,0,.56)}.night-mode .dropdown-menu>li>a,.night-mode .dropdown-menu>li>span{color:#bbb}.night-mode .dropdown-menu>li>a:focus,.night-mode .dropdown-menu>li>a:hover,.night-mode .dropdown-menu>li>span:focus,.night-mode .dropdown-menu>li>span:hover{background-color:#383838;color:#fff}.night-mode .dropdown-menu>li.ctx-danger>a,.night-mode .dropdown-menu>li.ctx-danger>span{color:#fff;background-color:#7e3a38}.night-mode .dropdown-menu>li.ctx-danger>a:focus,.night-mode .dropdown-menu>li.ctx-danger>a:hover,.night-mode .dropdown-menu>li.ctx-danger>span:focus,.night-mode .dropdown-menu>li.ctx-danger>span:hover{color:#fff;background-color:#ac2925}.night-mode .dropdown-menu>li.active>a,.night-mode .dropdown-menu>li.active>span{color:#fff}.night-mode .dropdown-menu>li.disabled>a,.night-mode .dropdown-menu>li.disabled>span{color:#777}.night-mode .dropdown-menu>li.disabled>a:focus,.night-mode .dropdown-menu>li.disabled>a:hover,.night-mode .dropdown-menu>li.disabled>span:focus,.night-mode .dropdown-menu>li.disabled>span:hover{color:#777;background:rgba(0,0,0,0)}.night-mode .dropdown-menu .divider{background-color:#555}.night-mode select,.night-mode input{background-color:#222;color:#bbb}.night-mode select option{color:#bbb;background:#222}.night-mode .list .row{background:#222}.night-mode .table-striped>tbody>tr:nth-of-type(odd){background-color:#444}.night-mode .alert-info{color:#fff;background-color:rgba(55,90,127,.5);border-color:#5080b3}.night-mode .alert-info .alert-link{color:#5080b3}.night-mode .alert-danger{color:#fff;background-color:rgba(141,29,26,.5);border-color:#ce2a26}.night-mode .alert-danger .alert-link{color:#ce2a26}.night-mode .alert-warning{color:#fff;background-color:rgba(205,133,20,.5);border-color:#ecaa41}.night-mode .alert-warning .alert-link{color:#ecaa41}.night-mode .alert-success{color:#fff;background-color:rgba(0,158,86,.5);border-color:#00eb80}.night-mode .alert-success .alert-link{color:#00eb80}.night-mode .don__bar{background:#222}.night-mode .input-group-addon,.night-mode .form-control{background:#222;color:#bbb;border-color:#555}.night-mode .form-control[disabled]{background:rgba(14,14,14,.5333333333)}.night-mode .form-control--error,.night-mode .form-control--error[readonly],.night-mode .form-control--error[disabled]{background-color:#3e0000 !important;border:1px solid #843534 !important}.night-mode .form-control--error:focus,.night-mode .form-control--error[readonly]:focus,.night-mode .form-control--error[disabled]:focus{border-color:#843534 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ce8483 !important}.night-mode .form-control--warning,.night-mode .form-control--warning[readonly],.night-mode .form-control--warning[disabled]{background-color:#483700;border-color:#846334}.night-mode .form-control--warning:focus,.night-mode .form-control--warning[readonly]:focus,.night-mode .form-control--warning[disabled]:focus{border-color:#846334;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ceaa83}.night-mode .omni__wrp-input--scrolled .omni__input{border-color:#555;background-color:#222;color:rgba(0,0,0,0)}.night-mode .omni__wrp-input--scrolled .omni__input:focus,.night-mode .omni__wrp-input--scrolled .omni__input:focus-within,.night-mode .omni__wrp-input--scrolled .omni__input:active,.night-mode .omni__wrp-input--scrolled .omni__input:hover{color:#bbb}.night-mode .omni__wrp-input--scrolled .omni__submit{border-color:#555}@media(min-width: 992px){.night-mode .omni__input{border-top-color:rgba(0,0,0,0)}}.night-mode .omni__input:focus{border-color:#66afe9}.night-mode .omni__submit{border-top-color:#555}@media(min-width: 992px){.night-mode .omni__submit{border-top-color:rgba(0,0,0,0)}}.night-mode .omni__submit.btn-default:active:focus,.night-mode .omni__submit.btn-default:active:hover,.night-mode .omni__submit.btn-default{background-color:#222;color:#bbb}.night-mode #pointbuy input[type=number]{border:1px solid #555;outline-offset:0;outline:none}.night-mode #pointbuy input.form-control--error[type=number]{border:1px solid red}.night-mode .stats{background:#222}.night-mode .lst__row{background:#222}.night-mode .lst__row:hover{background:#333}.night-mode .lst__row-inner{color:inherit}.night-mode .lst__wrp-preview{background:#222}.night-mode .lst__wrp-preview-inner{border-color:#444}.night-mode .lst__btn-toggle-expand:hover{background:rgba(255,255,255,.1882352941)}@media only screen and (min-width: 1600px){.night-mode #listcontainer.book-contents{background:#222;border-right:1px solid #404040}}.night-mode .bk__head-chapter--active,.night-mode .bk__head-section--active{background:#383838}.night-mode .bklist__wrp-rows-inner{background:#222}.night-mode .bklist__vr-contents{border-color:#444}.night-mode .hwin .hoverborder,.night-mode th.border,.night-mode .stats--book th.border{background:#565656}.night-mode .hwin__wrp-table{background:#222}.night-mode .wrp-stats-table{border-top:1px solid #565656;border-bottom:1px solid #565656}.night-mode .stats--book ::selection{color:#242527;background:#fff}.night-mode tr.text td{color:#bbb !important}.night-mode tr.text td{color:#bbb !important}.night-mode .mon__btn-token-cycle{color:#ddd;background:rgba(255,255,255,.15)}.night-mode .mon__btn-token-cycle:hover{color:#bbb}.night-mode .mon__token-footer{color:#ddd;background:#222}.night-mode tr.trait td,.night-mode tr.action td,.night-mode tr.reaction td,.night-mode tr.legendary td{color:#bbb !important}.night-mode .life__output{background:#222}.night-mode .f-all-wrapper>input,.night-mode .f-all-out,.night-mode .omni__output{background:#303030}.night-mode .f-all-out>p:nth-child(odd){background:#202020}.night-mode .omni__paginate-ctrl:hover{color:#999}.night-mode #msbcr tr:nth-child(even){background:rgba(0,0,0,.31)}.night-mode #croutput{background:rgba(0,0,0,.31)}.night-mode .stats-name{color:#d29a38}.night-mode .stats .divider div{background-color:#d29a38}.night-mode .stripe-odd-table>tbody>tr:nth-child(odd),.night-mode .stripe-even-table>tbody>tr:nth-child(even){background-color:rgba(78,78,78,.5019607843)}.night-mode #please-select-message.showing>td{color:#d29a38}.night-mode #actions td,.night-mode #reactions td,.night-mode #legendaries td,.night-mode #lairactions td,.night-mode #regionaleffects td{border-bottom-color:#d29a38;color:#d29a38}.night-mode .mon__stat-header-underline{border-bottom-color:#d29a38}.night-mode .mon__sect-header-inner{color:#d29a38}.night-mode .bkmv{background:#272727}.night-mode .bkmv__spacer-name{background-color:#565656}.night-mode .lst--border{border-color:#444}.night-mode .list-multi-selected .lst--border{border-color:#416482}.night-mode .list-multi-selected.lst__row--sublist .lst--border{border-color:#555}.night-mode #rulescontent caption{color:#bbb}.night-mode tr.trait td{color:#bbb !important}.night-mode ::-webkit-scrollbar-thumb{background:#475b6b}.night-mode .mon__cr_slider_wrp{background:#222;color:#bbb}.night-mode .hwin table.summary-noback th,.night-mode .hwin table.summary th{color:#bbb}.night-mode .hwin .hoverborder .window-title{color:#bbb}.night-mode .rollbox{background:#272727}.night-mode .rollbox .ipt-roll{background:#272727}.night-mode .rollbox-min,.night-mode .rollbox .head-roll{background:#101010}.night-mode .rollbox-min:hover,.night-mode .rollbox .head-roll:hover{background:#161616}.night-mode .rollbox .out-roll .out-roll-item{background:rgba(80,80,80,.4)}.night-mode .rollbox .out-roll .out-roll-item .out-roll-item-code{background:#555}.night-mode .life__output-wrp-border{border:1px solid rgba(255,255,255,.15)}.night-mode .hwin td div.border{background-color:#d29a38}.night-mode .initial-message{color:#d29a38}.night-mode .panel-content-textarea{background:#222}.night-mode .content-tab-bar{background:#222}.night-mode .homebrew-section{background-color:rgba(255,0,0,.15)}.night-mode .homebrew-section .homebrew-old-content{color:#f99}.night-mode .homebrew-inline{background-color:rgba(255,0,0,.15)}.night-mode .highlight{color:#222;background-color:#cc0}.night-mode .sidemenu__row__divider{background:rgba(153,153,153,.5333333333)}.night-mode .sidemenu{background:#222}.night-mode .sidemenu__toggle{background:#444}.night-mode .sidemenu__burger{background:#222}.night-mode .initp__r--active{background:rgba(141,193,255,.1254901961)}.night-mode--alt body{background:#1c1c1c}.cancer__wrp-leaderboard{margin:0 auto;width:100%;display:flex;flex-direction:column;justify-content:center;flex-shrink:0;flex-grow:0;min-height:0;overflow:hidden}.cancer__wrp-leaderboard-inner{display:flex;width:100%;justify-content:center}.cancer__disp-cancer{width:100%;justify-content:center;font-size:9px;padding:2px 0;opacity:.6;display:none}.cancer__wrp-sidebar-rhs{position:fixed;z-index:1;top:160px;right:calc(50vw - 585px - 300px);width:300px;height:100%}.cancer__wrp-sidebar-rhs>*{margin-bottom:10px}.cancer__wrp-sidebar-rhs--single{height:calc(100% - 80px)}.cancer__wrp-sidebar-rhs--scrolling-page{position:absolute;top:150px}@media(max-width: 1800px){.cancer__wrp-sidebar-rhs{display:none}}.cancer__sidebar-rhs-inner{position:sticky}.cancer__sidebar-rhs-inner--top{top:10px}.cancer__sidebar-rhs-inner--bottom{top:620px}.cancer__footer-pad{height:100px}.cancer__wrp-mobile-1{display:flex;flex-direction:column}.cancer__sidebar-rhs-inner--scrolling-page .cancer__sidebar-rhs-inner--top{top:20px}.cancer__sidebar-rhs-inner--scrolling-page .cancer__sidebar-rhs-inner--bottom{top:630px}.night-mode .cancer__wrp-leaderboard{background:#333}.edge__body{overflow:hidden !important}.edge__overlay{background:darkred;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;color:#fff;font-family:monospace}.edge__title{font-size:72px}.edge__btn-close{position:absolute;top:8px;right:8px;font-size:16px}.edge__link{color:#fff !important;text-decoration:underline}.TEST_LEADER{background:#f0f;user-select:none;color:#fff;width:728px;height:90px}.TEST_RHS_TOP{background:#f0f;user-select:none;color:#fff;width:300px;height:600px}.TEST_RHS_BOTTOM{background:lime;user-select:none;color:#fff;width:300px;height:250px}@media print{@page{margin:10mm 15mm}body{color:#000 !important;overflow:visible !important;background:none !important;font-size:10px !important}header,nav{display:none !important}strong,.bold{font-weight:600}a[href]::after{content:none !important}.help,.help--hover{text-decoration:none !important}.btn-reroll,.rollbox-min,.rollbox,.spacer-name{display:none !important}a,.roller{color:#000 !important}.stats,.stats.monster{background:rgba(0,0,0,0) !important}.stats-source,.stats-source-abbreviation,.stats th{color:#000 !important}th.border,.wrp-stats-table th.border{background:#000 !important;height:1px !important}td.divider div{height:1px !important;background:#000 !important;margin:0 !important}.stats td,.stats th{padding:1px 2px !important}.stats--book-large .rd__b--3,.stats--book-large table,.stats--book-large p{margin:0 0 3px !important}.stats--book{box-shadow:none !important}#listcontainer,#stat-tabs,#float-token,.btn-name-pronounce,.btn-stats-name{display:none !important}.wrp-stats-table{border-top:0 !important;border-bottom:0 !important}#sticky-nav{display:none !important}#classtable table tr:nth-child(odd) td{background:#d3d3d3 !important}.cls-bkmv__wrp-tabs{display:none !important}.mon__btn-scale-cr,.mon__btn-reset-cr{display:none !important}.mon__name--token{padding-right:0 !important}.mon__stat-header-underline{border-bottom:1px solid #000 !important;color:#000 !important}.rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}.rd__h-toggle{display:none !important}.rd__b-special,.rd__li{break-inside:avoid;page-break-inside:avoid}.bk__to-top,.bk__nav-head-foot-item{display:none !important}.bkmv-active>*:not(.bkmv){display:none !important}.bkmv-active .bkmv{position:relative;top:unset;right:unset;bottom:unset;left:unset;width:calc(100vw - 20px)}.bkmv-active .bkmv__no-breaks{break-before:unset !important;break-after:unset !important;break-inside:unset !important}.bkmv-active .bkmv__wrp--columns-1{column-count:1}.bkmv-active .bkmv__wrp--columns-2{column-count:2}.bkmv-active .bkmv th.border{border:0 !important;padding:0 !important}.bkmv-active .bkmv .pnl-menu{display:none}.stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}.stats--bkmv tr{break-inside:auto !important}.toast{display:none !important}.cancer__anchor{display:none !important}}@page{html.is-faux-print{margin:10mm 15mm}}html.is-faux-print body{color:#000 !important;overflow:visible !important;background:none !important;font-size:10px !important}html.is-faux-print header,html.is-faux-print nav{display:none !important}html.is-faux-print strong,html.is-faux-print .bold{font-weight:600}html.is-faux-print a[href]::after{content:none !important}html.is-faux-print .help,html.is-faux-print .help--hover{text-decoration:none !important}html.is-faux-print .btn-reroll,html.is-faux-print .rollbox-min,html.is-faux-print .rollbox,html.is-faux-print .spacer-name{display:none !important}html.is-faux-print a,html.is-faux-print .roller{color:#000 !important}html.is-faux-print .stats,html.is-faux-print .stats.monster{background:rgba(0,0,0,0) !important}html.is-faux-print .stats-source,html.is-faux-print .stats-source-abbreviation,html.is-faux-print .stats th{color:#000 !important}html.is-faux-print th.border,html.is-faux-print .wrp-stats-table th.border{background:#000 !important;height:1px !important}html.is-faux-print td.divider div{height:1px !important;background:#000 !important;margin:0 !important}html.is-faux-print .stats td,html.is-faux-print .stats th{padding:1px 2px !important}html.is-faux-print .stats--book-large .rd__b--3,html.is-faux-print .stats--book-large table,html.is-faux-print .stats--book-large p{margin:0 0 3px !important}html.is-faux-print .stats--book{box-shadow:none !important}html.is-faux-print #listcontainer,html.is-faux-print #stat-tabs,html.is-faux-print #float-token,html.is-faux-print .btn-name-pronounce,html.is-faux-print .btn-stats-name{display:none !important}html.is-faux-print .wrp-stats-table{border-top:0 !important;border-bottom:0 !important}html.is-faux-print #sticky-nav{display:none !important}html.is-faux-print #classtable table tr:nth-child(odd) td{background:#d3d3d3 !important}html.is-faux-print .cls-bkmv__wrp-tabs{display:none !important}html.is-faux-print .mon__btn-scale-cr,html.is-faux-print .mon__btn-reset-cr{display:none !important}html.is-faux-print .mon__name--token{padding-right:0 !important}html.is-faux-print .mon__stat-header-underline{border-bottom:1px solid #000 !important;color:#000 !important}html.is-faux-print .rd__b-inset{background:none !important;box-shadow:none !important;border-color:#000 !important}html.is-faux-print .rd__h-toggle{display:none !important}html.is-faux-print .rd__b-special,html.is-faux-print .rd__li{break-inside:avoid;page-break-inside:avoid}html.is-faux-print .bk__to-top,html.is-faux-print .bk__nav-head-foot-item{display:none !important}html.is-faux-print .bkmv-active>*:not(.bkmv){display:none !important}html.is-faux-print .bkmv-active .bkmv{position:relative;top:unset;right:unset;bottom:unset;left:unset;width:calc(100vw - 20px)}html.is-faux-print .bkmv-active .bkmv__no-breaks{break-before:unset !important;break-after:unset !important;break-inside:unset !important}html.is-faux-print .bkmv-active .bkmv__wrp--columns-1{column-count:1}html.is-faux-print .bkmv-active .bkmv__wrp--columns-2{column-count:2}html.is-faux-print .bkmv-active .bkmv th.border{border:0 !important;padding:0 !important}html.is-faux-print .bkmv-active .bkmv .pnl-menu{display:none}html.is-faux-print .stats--bkmv{break-before:auto !important;break-after:auto !important;break-inside:avoid !important}html.is-faux-print .stats--bkmv tr{break-inside:auto !important}html.is-faux-print .toast{display:none !important}html.is-faux-print .cancer__anchor{display:none !important}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media(max-width: 991px){.dropdown-menu-filter{max-height:525px}}.fltr__btn-close{min-width:100px}.fltr__minimal-hide{display:none}.fltr__no-items{display:none !important}.fltr__h{display:flex;justify-content:space-between;font-size:15px;align-items:center}@media only screen and (max-width: 768px){.fltr__h{flex-direction:column}.fltr__h--multi{flex-direction:initial}}@media only screen and (max-width: 768px){.fltr__h-text{align-self:flex-start}}@media only screen and (max-width: 768px){.fltr__h-wrp-btns-outer{width:100%;flex-direction:column;align-items:initial !important}.fltr__h-wrp-btns-outer>*{width:100%;margin:.25rem !important}}@media only screen and (max-width: 768px){.fltr__h-wrp-state-btns-outer{flex-direction:column}.fltr__h-wrp-state-btns-outer>*{width:100%}}.fltr__h-btn-mobile-settings{min-width:30px}.fltr__h-btn-logic{min-width:46px;font-weight:bold}.fltr__h-btn-logic.btn-xxs{min-width:34px}.fltr__h-btn-logic--blue{color:#337ab7}.fltr__h-btn-logic--blue:hover{color:#2a6496}.fltr__h-btn-logic--red{color:#8a1a1b}.fltr__h-btn-logic--red:hover{color:#711617}.fltr__h-btn--all,.fltr__h-btn--all:focus,.fltr__h-btn--all:hover{text-decoration:underline;text-decoration-color:#337ab7}.fltr__h-btn--clear,.fltr__h-btn--clear:focus,.fltr__h-btn--clear:hover{text-decoration:underline;text-decoration-color:#c3c3c3}.fltr__h-btn--none,.fltr__h-btn--none:focus,.fltr__h-btn--none:hover{text-decoration:underline;text-decoration-color:#8a1a1b}.fltr__summary_item{cursor:help;margin:0 3px;font-weight:bold;font-size:12px;line-height:12px}.fltr__summary_nest{display:flex;padding:2px 0;font-size:12px;align-items:center}.fltr__summary_item--include{color:#337ab7;text-shadow:0 0 1px #337ab7}.fltr__summary_item--exclude{color:#8a1a1b;text-shadow:0 0 1px #8a1a1b}.fltr__summary_item_spacer{margin:0 3px;padding-left:1px;cursor:default;background:rgba(204,204,204,.6274509804);min-height:12px}.fltr__btn_nest{margin:2px;padding:2px 6px;white-space:nowrap;text-align:center;font-size:10.5px;cursor:pointer;user-select:none;background:#f0f0f0;border:1px solid #ccc}.fltr__btn_nest:hover{background-color:#e6e6e6}.fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.fltr__btn_nest--include span{background:#fff;padding:1px 0}.fltr__btn_nest--include-all{background:#337ab7;color:#fff}.fltr__btn_nest--include-all:hover{background:#2d6da3}.fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.fltr__btn_nest--exclude span{background:#fff;padding:1px 0}.fltr__btn_nest--exclude-all{background:#8a1a1b;color:#fff}.fltr__btn_nest--exclude-all:hover{background:#751617}.fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px);color:#fff}.fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.fltr__container-pills{margin-right:-2px;margin-left:-2px}.fltr__dropdown-divider{border-bottom:#ccc 1px dotted;width:100%}@media only screen and (max-width: 768px){.fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #eee;height:7px;flex-shrink:0;border:0;background:#ccc;margin-top:.5rem;margin-bottom:.75rem !important}}.fltr__dropdown-divider--indented{opacity:.4;width:calc(100% - 80px);margin:0 auto}.fltr__dropdown-divider--sub{border-style:dashed;width:calc(100% - 2rem);border-color:rgba(204,204,204,.6274509804)}.fltr__pill{margin:2px;padding:2px 6px;background:#f0f0f0;white-space:nowrap;text-align:center;font-size:10.5px;cursor:pointer;user-select:none;border:1px solid #ccc;float:left}.fltr__pill:hover{background-color:#e6e6e6}.fltr__pill[state=yes]{background:#337ab7;color:#fff;border-color:#22527b}.fltr__pill[state=yes]:hover{background:#2d6da3}.fltr__pill[state=no]{background:#8a1a1b;color:#fff;border-color:#4a0e0e}.fltr__pill[state=no]:hover{background:#751617}.fltr__pill--ability-bonus{min-width:26px;border-right-width:0;margin:0;flex:1}.fltr__pill--ability-bonus:last-of-type{border-right-width:1px}.fltr__pill--muted{background-color:#dedede;color:#898989}.fltr__pill--muted[state=yes],.fltr__pill--muted[state=no]{color:#fff}.fltr__wrp-pills,.fltr__wrp-pills--sub{flex-wrap:wrap;margin-bottom:7px}.fltr__wrp-pills{display:block}.fltr__wrp-pills::after{content:"";clear:both;display:block}.fltr__wrp-pills--flex,.fltr__wrp-pills--sub{display:flex}.fltr__wrp-subs{display:block}.fltr__mini-view{border-left:#ccc 1px solid;border-right:#ccc 1px solid;background:linear-gradient(to top, #ccc, whitesmoke 1px);display:flex;flex-wrap:wrap;flex-shrink:0}.fltr__mini-view--no-sort-buttons{border-bottom:1px solid #ccc;background:#f5f5f5;border-bottom-left-radius:3px;border-bottom-right-radius:3px;min-height:3px}.fltr__mini-pill{margin:1px 2px;padding:1px 2px;white-space:nowrap;text-align:center;font-size:9.4px;border-radius:3px;cursor:pointer;user-select:none;display:none}.fltr__mini-pill:hover{text-decoration:red line-through}.fltr__mini-pill[state=yes]{background:#337ab7;color:#fff;display:block}.fltr__mini-pill--default-sel[state=yes]{background:#48637a}.fltr__mini-pill[state=no]{background:#822000;color:#fff;display:block}.fltr__mini-pill--default-desel[state=no]{background:#7a564f}.fltr__h-summary{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;font-size:11px;line-height:22px;margin-left:auto}.fltr__h-summary-filtering{color:#333;text-shadow:0 0 1px #333}.fltr__h-btn-toggle-display{min-width:43px}.fltr__slider{width:100%}.fltr__range-inline-label{margin-left:15px;flex-shrink:0;min-width:75px;text-align:right;font-style:italic}.fltr__group-comb-toggle{font-style:italic;cursor:pointer;letter-spacing:-1px;user-select:none}.fltr__label-ability-score{width:80px}.fltr__hidden--inactive{display:none !important}.fltr__hidden--search{display:none !important}.fltr-search__wrp-search:focus .fltr-search__wrp-values,.fltr-search__wrp-search:focus-within .fltr-search__wrp-values,.fltr-search__wrp-search:focus-visible .fltr-search__wrp-values,.fltr-search__wrp-search:active .fltr-search__wrp-values{display:flex}.fltr-search__wrp-row:focus,.fltr-search__wrp-row:hover{background-color:#f5f5f5}.fltr-search__wrp-values{max-height:200px;background:#fff;border:1px solid #ccc;z-index:1;top:22px;right:0;left:0;display:none;flex-direction:column}.fltr-search__disp-name{font-size:10.5px}.fltr-search__btn-activate{width:16px;height:16px;border-radius:3px}.fltr-search__btn-activate--yes{background:#337ab7;color:#fff;border:1px solid #63a0d4}.fltr-search__btn-activate--yes:hover{background:#2d6da3}.fltr-search__btn-activate--no{background:#8a1a1b;color:#fff;border:1px solid #ca2628}.fltr-search__btn-activate--no:hover{background:#751617}.fltr-src__spc-pill{color:#777}.fltr-src__wrp-slider{background:#f0f0f0;border-radius:4px}.fltr-cls__tgl{width:16px;height:16px;padding:0;flex-shrink:0;flex-grow:0;display:inline-block;cursor:pointer;border:1px solid #ccc;border-radius:4px;outline:none;user-select:none;border-radius:7px}.fltr-cls__tgl:active{box-shadow:0 0 2px 0 rgba(0,0,0,.7333333333)}.fltr-cls__tgl.active{background:#666;border-color:#8c8c8c}.fltr-cls__tgl.active.disabled{background-color:#a6a6a6}.fltr-cls__tgl.disabled{cursor:default;box-shadow:none}.fltr__pill[state=yes]>.fltr-src__spc-pill{color:rgba(255,255,255,.6)}.fltr__pill[state=no]>.fltr-src__spc-pill{color:rgba(255,255,255,.6666666667)}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .fltr__btn_nest{background:#222;border-color:#555}.night-mode .fltr__btn_nest:hover{background:#323232}.night-mode .fltr__btn_nest--include{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, transparent 11px, transparent 22px)}.night-mode .fltr__btn_nest--include:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, transparent 11px, transparent 22px)}.night-mode .fltr__btn_nest--include span{background:#222}.night-mode .fltr__btn_nest--include-all{background:#337ab7}.night-mode .fltr__btn_nest--include-all:hover{background:#2d6da3}.night-mode .fltr__btn_nest--exclude{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #8a1a1b 11px, #8a1a1b 22px)}.night-mode .fltr__btn_nest--exclude:hover{background:repeating-linear-gradient(135deg, transparent, transparent 11px, #751617 11px, #751617 22px)}.night-mode .fltr__btn_nest--exclude span{background:#222}.night-mode .fltr__btn_nest--exclude-all{background:#8a1a1b}.night-mode .fltr__btn_nest--exclude-all:hover{background:#751617}.night-mode .fltr__btn_nest--both{background:repeating-linear-gradient(135deg, #337ab7, #337ab7 11px, #8a1a1b 11px, #8a1a1b 22px)}.night-mode .fltr__btn_nest--both:hover{background:repeating-linear-gradient(135deg, #2d6da3, #2d6da3 11px, #751617 11px, #751617 22px)}.night-mode .fltr__dropdown-divider{border-color:#555}@media only screen and (max-width: 768px){.night-mode .fltr__dropdown-divider{box-shadow:inset 0 0 2px 2px #333;background:#555}}.night-mode .fltr__dropdown-divider--sub{border-color:rgba(85,85,85,.6274509804)}.night-mode .fltr__pill{border-color:#555}.night-mode .fltr__pill[state=ignore]{background:#222}.night-mode .fltr__pill[state=ignore]:hover{background:#323232}.night-mode .fltr__pill[state=yes]{border-color:#22527b}.night-mode .fltr__pill[state=no]{border-color:#4a0e0e}.night-mode .fltr__pill--muted{color:#656565}.night-mode .fltr__pill--muted[state=yes],.night-mode .fltr__pill--muted[state=no]{color:#fff}.night-mode .fltr__mini-view{background:#343434;border-color:#555;background:linear-gradient(to top, #555, #343434 1px)}.night-mode .fltr__h-btn-logic--blue{color:#337ab7}.night-mode .fltr__h-btn-logic--blue:hover{color:#7398b7}.night-mode .fltr__h-btn-logic--red{color:#8a1a1b}.night-mode .fltr__h-btn-logic--red:hover{color:#8a4b4b}.night-mode .fltr-search__wrp-row:focus,.night-mode .fltr-search__wrp-row:hover{background-color:#272727}.night-mode .fltr-search__wrp-values{background-color:#222;border-color:#555}.night-mode .fltr-src__wrp-slider{background:rgba(51,51,51,.6666666667)}.night-mode .fltr-cls__tgl{background:#222;border-color:#555}.night-mode .fltr-cls__tgl:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.night-mode .fltr-cls__tgl.active{background:#555;border-color:#6f6f6f}.night-mode .fltr-cls__tgl.active.disabled{background-color:#888}.night-mode .fltr-cls__tgl.disabled{box-shadow:none}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.ui__btn-xxl-square{width:110px;height:110px}.ui__ipt-color{width:40px;padding:0}.ui__ipt-color::-webkit-color-swatch-wrapper{padding:3px}.ui__ipt-color::-webkit-color-swatch{border:1px solid #ccc}.ui-list__wrp{transform:translateZ(0);font-size:11.2px}.ui-list__wrp-preview{background:#fdf1dc;font-size:90%;border-top-left-radius:5px;margin-top:1px;margin-bottom:4px}.ui-list__btn-inline{cursor:pointer;color:#777}.ui-list__btn-inline:hover{background:rgba(0,0,0,.175);color:#373737}.ui-source__row{margin-left:calc(-96px - .5rem)}.ui-source__name{min-width:96px;white-space:nowrap;text-align:right}.ui-source__divider{height:1px;width:30px;background:#ccc;display:inline-block;margin:0 3px}.ui-modal__body-active{overflow-y:hidden !important}.ui-modal__row{margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;font-weight:initial;min-height:30px}.ui-modal__row:first-of-type{margin-top:-1px}.ui-modal__row--cb{padding:0 3px;border-radius:3px}.ui-modal__row--cb:hover{background:#f5f5f5}.ui-modal__row--sel{padding:0 3px}.ui-modal__row>*{margin-right:5px}.ui-modal__row>*:last-child{margin-right:0}.ui-modal__header--border{border-bottom:1px solid rgba(204,204,204,.6274509804)}.ui-modal__header--fullscreen{box-shadow:0 3px 6px rgba(0,0,0,.175)}.ui-modal__footer{border-top:1px solid rgba(204,204,204,.6274509804)}.ui-modal__footer--fullscreen{box-shadow:0 3px 6px rgba(0,0,0,.175)}.ui-modal__overlay{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(69,69,69,.5333333333)}.ui-modal__overlay-blind{background-color:#fff}.ui-modal__inner{position:relative;z-index:1001;top:initial;left:initial;margin:60px auto;padding:5px 10px;height:400px;float:none;min-width:600px;max-height:400px;min-height:400px;font-size:14px;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}@media(max-width: 767px){.ui-modal__inner{min-width:0}}@media(min-width: 768px){.ui-modal__inner{max-width:750px}}@media(min-width: 992px){.ui-modal__inner{max-width:970px}}@media(min-width: 1200px){.ui-modal__inner{max-width:1170px}}.ui-modal__inner--no-min-height{min-height:0;height:initial}.ui-modal__inner--uncap-height{max-height:calc(100% - 120px);height:initial}.ui-modal__inner--uncap-width{max-width:calc(100% - 180px);width:initial}.ui-modal__inner--max-width-640p{max-width:640px}.ui-modal__inner--mode-fullscreen{max-height:0;height:100vh;flex-shrink:0;min-height:100vh;border-radius:0;box-shadow:none;border:0}.ui-modal__scroller{height:100%;width:100%;min-height:0;overflow-y:auto}.ui-search__wrp-output{position:relative;height:100%;width:100%;display:flex;flex-direction:column}.ui-search__wrp-controls{width:100%;display:flex;z-index:900}.ui-search__wrp-controls--in-tabs{margin-top:-1px}.ui-search__wrp-results{position:relative;padding:3px;transform:translateZ(0);height:100%;overflow-y:auto;overflow-x:hidden;font-size:11.2px}.ui-search__row{cursor:pointer;font-weight:bold;padding:1px 2px;display:flex;justify-content:space-between;border-bottom:1px solid #ccc}.ui-search__row:hover{background:#d3d3d3}.ui-search__row:focus{box-shadow:inset 0 0 0 5000px rgba(0,107,196,.3)}.ui-search__sel-category{border-radius:0;max-width:180px;flex-shrink:0;border-right:0}.ui-search__ipt-search{border-radius:0;width:100%}.ui-search__ipt-search-sub-ipt[type=radio]{display:inline-block;margin:0 3px 0 0}.ui-search__ipt-search-sub-ipt-custom{max-width:30px;border-radius:0;border-left:0;margin-right:-1px;border-right-color:#e0e0e0;border-left-color:#e0e0e0;padding-left:0}.ui-search__ipt-search-sub-ipt-custom[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.ui-search__ipt-search-sub-wrp{flex-shrink:0;margin-bottom:0;padding:5px;font-weight:normal;border:1px solid #ccc;height:34px;border-left:0}.ui-search__ipt-search-sub-lbl{display:flex;align-items:center;height:100%}.ui-search__ipt-search-sub-lbl:not(:last-child){margin-right:7px}.ui-search__message{font-size:1.4rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-family:"Times New Roman",serif;font-variant:small-caps;font-weight:500}.ui-tab__btn-tab-head{display:inline-block;padding:2px 4px 0;border-bottom-right-radius:0;border-bottom-left-radius:0;cursor:pointer;user-select:none;border-bottom:0}.ui-tab__btn-tab-head.active{background-color:#e6e6e6;border-color:#adadad}.ui-tab__wrp-tab-body{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.ui-tab__wrp-tab-body--border{padding:3px 0}.ui-tab__wrp-tab-body--background{background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-top:0;border-bottom-color:rgba(204,204,204,.4)}.ui-tab__wrp-tab-heads--border{border-bottom:1px solid #ccc}.ui-tab-side__disp-active-tab-name{margin-left:126px;font-size:28px}@media only screen and (max-width: 1200px){.ui-tab-side__disp-active-tab-name{margin-left:39px}}.ui-tab-side__btn-tab{width:120px}@media only screen and (max-width: 1200px){.ui-tab-side__btn-tab{width:33px;height:30px}}.ui-tab-side__icon-tab{min-width:15px;min-height:12px}.ui-tab-side__wrp-tab{background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-bottom:0}.ui-tab-side__wrp-tab--single{border:0}.ui-prof__btn-cycle{width:16px;height:16px;padding:0;flex-shrink:0;flex-grow:0;display:inline-block;cursor:pointer;border:1px solid #ccc;border-radius:4px;outline:none;user-select:none}.ui-prof__btn-cycle:active{box-shadow:0 0 2px 0 rgba(0,0,0,.7333333333)}.ui-prof__btn-cycle.active{background:#666;border-color:#8c8c8c}.ui-prof__btn-cycle.active.disabled{background-color:#a6a6a6}.ui-prof__btn-cycle.disabled{cursor:default;box-shadow:none}.ui-prof__btn-cycle[data-state="0"]{background:#fff}.ui-prof__btn-cycle[data-state="1"]{background:#666;border-color:#8c8c8c}.ui-prof__btn-cycle[data-state="2"]{background:#666;border-color:#8c8c8c;display:flex;line-height:14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;font-family:"Font Awesome 5 Pro";font-weight:900;color:#fff;font-size:12px}.ui-prof__btn-cycle[data-state="2"]::before{content:""}.ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, white, white 10px, #666 10px, #666 20px);border-color:#8c8c8c}.ui-dir__face{position:relative;width:92px;height:92px;border-radius:46px;background:#f0f0f0;border:1px solid #ccc;user-select:none;cursor:grab}.ui-dir__arm{width:1px;height:40px;background:#333;position:absolute;top:46px;left:46px;transform:rotate(180deg);transform-origin:top;pointer-events:none;user-select:none;box-shadow:0 0 2px 0 rgba(0,0,0,.75)}.ui-icn__wrp-icon{font-size:24px}.ui-drag__wrp-drag-block{position:absolute;top:0;right:0;bottom:0;left:0}.ui-drag__wrp-drag-dummy--highlight{background:rgba(207,229,255,.4705882353)}.ui-drag__wrp-drag-dummy--lowlight{background:rgba(0,0,0,0)}.ui-drag__patch{cursor:move;user-select:none;display:flex;flex-shrink:0;padding:5px 3px;width:14px;font-size:14px}.ui-drag__dummy-patch{width:14px}.ui-drag__patch-col{display:flex;flex-direction:column;flex-shrink:0}.ui-drag__patch-col>div{line-height:4px;text-align:center}.ui-tip__parent{cursor:help;position:relative}.ui-tip__child{box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;position:absolute;border:1px solid #ccc;background:#fff;border-radius:3px;z-index:1;top:calc(100% + 5px);padding:5px;opacity:0;transition:opacity 84ms ease-in-out;pointer-events:none}.ui-tip__parent:hover .ui-tip__child{display:flex;opacity:1}.ui-ctx__wrp{box-shadow:0 6px 12px rgba(0,0,0,.475);z-index:1100;font-size:14px;background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-top-color:#ccc}.ui-ctx__divider{height:1px;width:100%;background:#ccc}.ui-ctx__row{min-width:160px}.ui-ctx__btn{cursor:pointer}.ui-ctx__btn:hover{background:#f5f5f5}.ui-ctx__btn.disabled,.ui-ctx__btn.disabled:hover{cursor:default;background:#fff}.ui-pick__btn-add{font-weight:bold;padding:1px 2px;line-height:8px;font-size:18px;display:flex;height:16px}.ui-pick__btn-add--sub{line-height:11px;height:14px;font-size:16px;border-radius:0;padding:0 1px;font-weight:bold}.ui-pick__btn-remove{width:10px;line-height:20px;padding:0;border-radius:0;font-size:12px;flex-shrink:0;flex-grow:0;cursor:pointer;font-style:initial}.ui-pick__btn-remove--sub{height:18px;line-height:16px}.ui-pick__pill{align-items:stretch}.ui-pick__disp-text{border:1px solid #ccc;border-right:0}.fa--btn-sm{position:relative;top:1px;font-size:15px}.fa--btn-xs{position:relative;font-size:12px}.fa--btn-xs::before{width:12px;height:14px;display:inline-block;text-align:center}.fa--btn-xs.fa-dice{left:-2px}.clp__wrp-temp{position:fixed;top:-10000px;left:-10000px;width:1px;height:1px}.clp__disp-copied{position:fixed;white-space:nowrap;width:auto;transform:translateX(-50%);pointer-events:none;user-select:none;height:24px;font-size:12px;z-index:2000;background:radial-gradient(ellipse at center, white 0%, white 35%, transparent 75%, transparent 100%)}.ui-ideco__ipt--left{padding-left:22px !important}.ui-ideco__ipt--right{padding-right:22px !important}.ui-ideco__wrp{position:absolute;top:0;bottom:0;opacity:.5;justify-content:center}.ui-ideco__wrp>.glyphicon{top:0}.ui-ideco__wrp--left{left:5px}.ui-ideco__wrp--right{right:5px}.ui-ideco__btn-ticker{transition:opacity 34ms;opacity:0;padding:0;width:14px;height:10px;border:0;font-size:14px;line-height:10px;border-radius:0;background:rgba(0,0,0,.2);color:#333}.ui-ideco__btn-ticker:hover,.ui-ideco__btn-ticker:active,.ui-ideco__btn-ticker:focus,.ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.ui-ideco__btn-ticker:hover{background:rgba(0,0,0,.3333333333);color:#333}.ui-ideco__btn-ticker:active,.ui-ideco__btn-ticker:focus,.ui-ideco__btn-ticker:active:focus{background:rgba(0,0,0,.4666666667);color:#333}.ui-ideco__ipt:hover+.ui-ideco__wrp .ui-ideco__btn-ticker,.ui-ideco__wrp:hover .ui-ideco__btn-ticker{transition:opacity 34ms;opacity:1}.ui-sel2__ipt-search{top:0;right:0;left:0;opacity:0;background:rgba(0,0,0,0)}.ui-sel2__ipt-display{padding-right:20px}.ui-sel2__wrp:focus>.ui-sel2__ipt-search,.ui-sel2__wrp:focus-within>.ui-sel2__ipt-search{opacity:1}.ui-sel2__wrp:focus>.ui-sel2__ipt-display,.ui-sel2__wrp:focus-within>.ui-sel2__ipt-display{text-align:right;color:#777;font-weight:bold}.ui-sel2__wrp:focus>.ui-sel2__wrp-options,.ui-sel2__wrp:focus-within>.ui-sel2__wrp-options{display:flex}.ui-sel2__wrp-options{z-index:1;top:22px;right:0;left:0;display:none;flex-direction:column;background:#fff;border:1px solid #ccc;border-top:0;max-height:200px}.ui-sel2__wrp-options:hover,.ui-sel2__wrp-options:active,.ui-sel2__wrp-options:focus,.ui-sel2__wrp-options:focus-within{display:flex}.ui-sel2__disp-option.active,.ui-sel2__disp-option:focus,.ui-sel2__disp-option:hover{background:#f5f5f5}.ui-sel2__disp-option:focus.active,.ui-sel2__disp-option:hover.active{background:#dcdcdc}.ui-sel2__disp-arrow{top:4px;right:4px;bottom:0;font-size:12px}.ui-slidr__wrp{font-size:14px}.ui-slidr__thumb{width:14px;height:18px;top:-5px;background:#f5f5f5;border:1px solid #ccc;border-radius:2px}.ui-slidr__thumb--hover,.ui-slidr__thumb:hover{background:#dcdcdc;border-color:#b3b3b3}.ui-slidr__wrp-track{padding-top:6px;padding-bottom:7px}.ui-slidr__track-outer{border:1px solid #ccc;height:10px;border-radius:3px}.ui-slidr__track-inner{background:#eee}.ui-slidr__disp-value{width:80px;height:26px;border-radius:4px}.ui-slidr__disp-value--visible{border:1px solid #ccc;background:#fff}.ui-slidr__disp-value--left{margin-right:15px}.ui-slidr__disp-value--right{margin-left:15px}.ui-slidr__wrp-bottom{height:3em}.ui-slidr__wrp-pips{padding-top:6px}.ui-slidr__pip{width:1px;height:4px;background:#ccc}.ui-slidr__pip--major{height:6px;background:#a6a6a6}.ui-slidr__pip-label{top:0;width:24px;height:20px;padding-top:20px}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}.night-mode .ui__ipt-color::-webkit-color-swatch{border:0}.night-mode .ui-list__wrp-preview{background:#222}.night-mode .ui-list__btn-inline{color:#bbb}.night-mode .ui-list__btn-inline:hover{color:#d5d5d5;background:rgba(255,255,255,.1882352941)}.night-mode .ui-source__divider{background:#555}.night-mode .ui-modal__header--border{border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__footer{border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__overlay-blind{background-color:#222}.night-mode .ui-modal__inner{background:#222;box-shadow:0 6px 12px rgba(0,0,0,.56);border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-modal__inner--mode-fullscreen{box-shadow:none}.night-mode .ui-modal__row--cb:hover{background:#383838}.night-mode .ui-search__row{border-color:#555}.night-mode .ui-search__row:hover{background:#333}.night-mode .ui-search__ipt-search-sub-wrp{border-color:#555}.night-mode .ui-tab__btn-tab-head--active,.night-mode .ui-tab__btn-tab-head--active:focus,.night-mode .ui-tab__btn-tab-head--active:hover,.night-mode .ui-tab__btn-tab-head--active:active{background-color:rgba(255,255,255,.2509803922)}.night-mode .ui-tab__wrp-tab-body--background{background:#222;border-color:rgba(85,85,85,.6274509804);border-bottom-color:rgba(47,47,47,.6274509804)}.night-mode .ui-tab__wrp-tab-heads--border{border-color:#555;border-width:2px}.night-mode .ui-tab-side__wrp-tab{background:#222;border-color:rgba(85,85,85,.6274509804)}.night-mode .ui-prof__btn-cycle{border-color:#555}.night-mode .ui-prof__btn-cycle:active{box-shadow:0 0 3px 0 rgba(255,255,255,.7333333333)}.night-mode .ui-prof__btn-cycle[data-state="0"]{background:#222}.night-mode .ui-prof__btn-cycle[data-state="1"]{background:#555;border-color:#6f6f6f}.night-mode .ui-prof__btn-cycle[data-state="2"]{background:#555;border-color:#6f6f6f}.night-mode .ui-prof__btn-cycle[data-state="2"]::before{color:#222}.night-mode .ui-prof__btn-cycle[data-state="3"]{background:repeating-linear-gradient(135deg, #222, #222 10px, #555 10px, #555 20px);border-color:#6f6f6f}.night-mode .ui-dir__face{background:#222;border-color:#555}.night-mode .ui-dir__arm{background:#bbb;box-shadow:none}.night-mode .ui-tip__child{border-color:#555;background:#222}.night-mode .ui-ctx__wrp{background:#222;border:1px solid rgba(85,85,85,.6274509804);border-top-color:#555}.night-mode .ui-ctx__divider{background:#555}.night-mode .ui-ctx__btn:hover{background:#383838;color:#fff}.night-mode .ui-ctx__btn.disabled,.night-mode .ui-ctx__btn.disabled:hover{background:#222;color:#bbb}.night-mode .ui-pick__disp-text{border-color:#555}.night-mode .clp__disp-copied{background:radial-gradient(ellipse at center, #222 0%, #222 35%, transparent 75%, transparent 100%)}.night-mode .ui-ideco__btn-ticker{background:#555;color:#fff}.night-mode .ui-ideco__btn-ticker:hover,.night-mode .ui-ideco__btn-ticker:active,.night-mode .ui-ideco__btn-ticker:focus,.night-mode .ui-ideco__btn-ticker:active:focus{box-shadow:none;outline:none}.night-mode .ui-ideco__btn-ticker:hover{background:#484848;color:#fff}.night-mode .ui-ideco__btn-ticker:active,.night-mode .ui-ideco__btn-ticker:focus,.night-mode .ui-ideco__btn-ticker:active:focus{background:#3c3c3c;color:#fff}.night-mode .ui-sel2__ipt-search{background:rgba(0,0,0,0)}.night-mode .ui-sel2__wrp-options{background-color:#222;border-color:#555}.night-mode .ui-sel2__disp-option.active,.night-mode .ui-sel2__disp-option:focus,.night-mode .ui-sel2__disp-option:hover{background:#383838}.night-mode .ui-sel2__disp-option:focus.active,.night-mode .ui-sel2__disp-option:hover.active{background:#525252}.night-mode .ui-slidr__thumb{background:rgba(204,204,204,.6274509804);border-color:#bbb}.night-mode .ui-slidr__thumb--hover,.night-mode .ui-slidr__thumb:hover{background:rgba(230,230,230,.6274509804);border-color:#bbb}.night-mode .ui-slidr__track-outer{border-color:#555}.night-mode .ui-slidr__track-inner{background:rgba(85,85,85,.6274509804)}.night-mode .ui-slidr__disp-value--visible{border-color:#555;background:#222}.night-mode .ui-slidr__pip{background:#bbb}@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.linked-titles .rd__h--0 .entry-title-inner:hover::before{font-size:50%}.linked-titles .rd__h--1 .entry-title-inner:hover::before{font-size:55%}.linked-titles .rd__h--2 .entry-title-inner:hover::before{font-size:60%}.linked-titles .rd__h .entry-title-inner{cursor:copy}.linked-titles .rd__h .entry-title-inner:hover::before{content:" 🔗";color:rgba(0,0,0,.2);position:relative;float:left;width:14px;height:14px;right:20px;margin-right:-30px;font-size:85%}@media print{.no-print{display:none !important}.print__ve-block{display:block !important}.print__h-initial{height:initial !important}.print__overflow-visible{overflow:visible !important}.print__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}}html.is-faux-print .no-print{display:none !important}html.is-faux-print .print__ve-block{display:block !important}html.is-faux-print .print__h-initial{height:initial !important}html.is-faux-print .print__overflow-visible{overflow:visible !important}html.is-faux-print .print__my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}/*# sourceMappingURL=main.css.map */ diff --git a/css/maps.css b/css/maps.css index 05cd4edb92..e25211c4e9 100644 --- a/css/maps.css +++ b/css/maps.css @@ -1 +1 @@ -@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.maps .rd__wrp-map{max-width:initial;margin:0}.maps-menu{background:#fff;font-size:1.12rem;border-top:1px solid #ccc;width:235px}@media only screen and (max-width: 768px){.maps-menu{max-height:600px}}.maps-menu__btn-chapter-scroll{width:20px;opacity:0;margin:-2px 3px}.maps-menu__label-cb{border-bottom:1px solid #ccc}.maps-menu__label-cb:hover{background-color:#f5f5f5}.maps-menu__label-cb:hover .maps-menu__btn-chapter-scroll{opacity:1}.maps-gallery__wrp-chapter{border:1px solid rgba(204,204,204,.6274509804);border-radius:5px}.night-mode .maps-menu{background:#222;border-top-color:rgba(85,85,85,.6274509804)}.night-mode .maps-menu__label-cb{border-bottom-color:#555}.night-mode .maps-menu__label-cb:hover{background-color:#383838}.night-mode .maps-gallery__wrp-chapter{background:#222;border-color:rgba(85,85,85,.6274509804)}/*# sourceMappingURL=maps.css.map */ +@font-face{font-family:"Convergence";font-style:normal;font-weight:400;src:local("Convergence-Regular"),url("../fonts/Convergence-Regular.woff2") format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url("../fonts/Roboto-Regular.woff2") format("woff2")}@font-face{font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;src:local("glyphicons-halflings-regular"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2")}@font-face{font-family:"Blambot Casual";src:local("Blambot-Casual"),url("../fonts/Blambot-Casual-Regular.woff2") format("woff2")}@keyframes kf-fade-out{from{opacity:1}to{opacity:0}}.maps .rd__wrp-map{max-width:initial;margin:0}.maps__disp-message-initial{background:#fff;border:1px solid rgba(204,204,204,.6274509804);border-radius:5px}.maps-menu{background:#fff;font-size:1.12rem;border-top:1px solid #ccc;width:235px}@media only screen and (max-width: 768px){.maps-menu{max-height:600px}}.maps-menu__btn-chapter-scroll{width:20px;opacity:0;margin:-2px 3px}.maps-menu__label-cb{border-bottom:1px solid #ccc}.maps-menu__label-cb:hover{background-color:#f5f5f5}.maps-menu__label-cb:hover .maps-menu__btn-chapter-scroll{opacity:1}.maps-gallery__wrp-chapter{border:1px solid rgba(204,204,204,.6274509804);border-radius:5px}.night-mode .maps__disp-message-initial{background:#222;border-color:rgba(85,85,85,.6274509804)}.night-mode .maps-menu{background:#222;border-top-color:rgba(85,85,85,.6274509804)}.night-mode .maps-menu__label-cb{border-bottom-color:#555}.night-mode .maps-menu__label-cb:hover{background-color:#383838}.night-mode .maps-gallery__wrp-chapter{background:#222;border-color:rgba(85,85,85,.6274509804)}/*# sourceMappingURL=maps.css.map */ diff --git a/cultsboons.html b/cultsboons.html index 7a48902cf9..2a8a023a8c 100644 --- a/cultsboons.html +++ b/cultsboons.html @@ -115,7 +115,7 @@

Cults & Supernatural Boons

-
+
diff --git a/data/adventure/adventure-crcotn.json b/data/adventure/adventure-crcotn.json index d48665ae7c..64381661cf 100644 --- a/data/adventure/adventure-crcotn.json +++ b/data/adventure/adventure-crcotn.json @@ -1145,7 +1145,7 @@ "page": 19, "id": "03d", "entries": [ - "This chapter has two parts: the {@area Festival of Merit|042|x} and the {@adventure Emerald Grotto|CRCotN|1|<$AREA_TAG-emeraldgrotto$>}. Each part can be played in a single 3- to 4-hour session. Be sure to review the information about the rival nonplayer characters in the \"{@area Rivals|026|x}\" section of the {@adventure introduction|CRCotN|0} before running this chapter. The rivals' interactions with the characters in this chapter will lay the groundwork for relationships that could last throughout the adventure.", + "This chapter has two parts: the {@area Festival of Merit|042|x} and the {@adventure Emerald Grotto|CRCotN|1|The Emerald Grotto}. Each part can be played in a single 3- to 4-hour session. Be sure to review the information about the rival nonplayer characters in the \"{@area Rivals|026|x}\" section of the {@adventure introduction|CRCotN|0} before running this chapter. The rivals' interactions with the characters in this chapter will lay the groundwork for relationships that could last throughout the adventure.", "The first half of the chapter is a lighthearted and free-form exploration of Jigow and the Festival of Merit. Familiarize yourself with the map of Jigow and the locations keyed to it so that you can effectively guide the characters as they explore the settlement and partake in the festival games.", "The second part is a dangerous but straightforward dungeon delve into the Emerald Grotto near Jigow. The characters must overcome a series of challenges to reach the treasure at the end of the dungeon before the rivals do.", { @@ -10372,7 +10372,7 @@ "page": 102, "id": "1f2", "entries": [ - "This site is the center of Allegiance operations in Cael Morrow. Professor {@skill Insight} Acuere runs the show from here." + "This site is the center of Allegiance operations in Cael Morrow. Professor {@creature Insight Acuere|CRCotN} runs the show from here." ] }, { @@ -11894,7 +11894,7 @@ "type": "list", "items": [ "Enter Cael Morrow and rendezvous with Professor {@creature Insight Acuere|CRCotN} at the Allegiance of Allsight base camp.", - "Earn {@skill Insight}'s trust and learn how to access the Netherdeep.", + "Earn {@creature Insight Acuere|CRCotN|Insight}'s trust and learn how to access the Netherdeep.", "Acquire the \"key\" to the Netherdeep." ] }, @@ -11908,19 +11908,19 @@ "page": 118, "id": "266", "entries": [ - "The characters can meet {@skill Insight} in the Allegiance base camp ({@area area M3|28b|x} in {@adventure chapter 5|CRCotN|5}). She tells them that her companions are searching for the writings of an ancient hero who tried to save Cael Morrow from destruction during the Calamity. Earlier expeditions found dozens of stone tablets from the period in question at the south end of the excavation site. Her team, however, no longer has the force of arms to fight the dangerous creatures that lurk in this region. If the characters can find more of these tablets and return them to her, she'll be grateful.", + "The characters can meet {@creature Insight Acuere|CRCotN|Insight} in the Allegiance base camp ({@area area M3|28b|x} in {@adventure chapter 5|CRCotN|5}). She tells them that her companions are searching for the writings of an ancient hero who tried to save Cael Morrow from destruction during the Calamity. Earlier expeditions found dozens of stone tablets from the period in question at the south end of the excavation site. Her team, however, no longer has the force of arms to fight the dangerous creatures that lurk in this region. If the characters can find more of these tablets and return them to her, she'll be grateful.", { "type": "entries", "name": "Insight's Reward", "page": 118, "id": "267", "entries": [ - "If the characters bring back the tablet from {@area area M10|2b5|x} in {@adventure chapter 5|CRCotN|5}, {@skill Insight} shares the following information:", + "If the characters bring back the tablet from {@area area M10|2b5|x} in {@adventure chapter 5|CRCotN|5}, {@creature Insight Acuere|CRCotN|Insight} shares the following information:", { "type": "list", "items": [ - "{@skill Insight} reveals the location of the rift leading to the Netherdeep ({@area area M17|2ce|x} in {@adventure chapter 5|CRCotN|5}) and informs the characters that weapons infused with ruidium can open this rift.", - "{@skill Insight} believes there might be keys to the rift in Cael Morrow\u2014left behind by agents of the Consortium of the Vermilion Dream." + "{@creature Insight Acuere|CRCotN|Insight} reveals the location of the rift leading to the Netherdeep ({@area area M17|2ce|x} in {@adventure chapter 5|CRCotN|5}) and informs the characters that weapons infused with ruidium can open this rift.", + "{@creature Insight Acuere|CRCotN|Insight} believes there might be keys to the rift in Cael Morrow\u2014left behind by agents of the Consortium of the Vermilion Dream." ] } ] @@ -11960,7 +11960,7 @@ "page": 118, "id": "26a", "entries": [ - "This location contains the tablet that {@skill Insight} seeks." + "This location contains the tablet that {@creature Insight Acuere|CRCotN|Insight} seeks." ] }, { @@ -13733,8 +13733,8 @@ "At the bottom of the staircase is a plain, windowless room containing boxes of archaeological tools and crates marked with the emblem of the Allegiance of Allsight. Not far away is a passage that leads to a stone door also marked with the Allegiance's symbol. Leaning against the wall next to the door is an orc wearing the badge of an Allegiance of Allsight member. He doesn't seem to have noticed you." ] }, - "The person near the door is a sullen, lawful neutral orc named Gortag Inkdrinker (use the {@creature scholarly agent|CRCotN} stat block in {@adventure appendix A|CRCotN|8}). The characters can surprise him if they act quickly. If the characters are members of the Allegiance of Allsight or the Library of the Cobalt Soul, Gortag treats them as allies and invites them to meet with his superior, Professor {@skill Insight} Acuere, in the Allegiance base camp ({@area area M3|28b|x}). If the characters accept the invitation, he escorts them there.", - "If one or more characters aren't wearing Allegiance badges or claim to be in league with the Consortium of the Vermilion Dream, Gortag tells them to halt and return up the stairs and does his best to hinder their progress without provoking conflict. If combat breaks out, he opens the door he's guarding, pushes himself through the magical barrier that extends across the doorway (see \"{@area Features of Cael Morrow|27b|x}\" earlier in the chapter), and alerts the guards in area M2. If he's successful, he runs to area M3 to warn {@skill Insight} that enemies have entered the Drowned City. If Gortag is unable to flee, he throws himself on the characters' mercy and can be persuaded to lead the party past the guards in area M2, if only to avoid harm.", + "The person near the door is a sullen, lawful neutral orc named Gortag Inkdrinker (use the {@creature scholarly agent|CRCotN} stat block in {@adventure appendix A|CRCotN|8}). The characters can surprise him if they act quickly. If the characters are members of the Allegiance of Allsight or the Library of the Cobalt Soul, Gortag treats them as allies and invites them to meet with his superior, Professor {@creature Insight Acuere|CRCotN}, in the Allegiance base camp ({@area area M3|28b|x}). If the characters accept the invitation, he escorts them there.", + "If one or more characters aren't wearing Allegiance badges or claim to be in league with the Consortium of the Vermilion Dream, Gortag tells them to halt and return up the stairs and does his best to hinder their progress without provoking conflict. If combat breaks out, he opens the door he's guarding, pushes himself through the magical barrier that extends across the doorway (see \"{@area Features of Cael Morrow|27b|x}\" earlier in the chapter), and alerts the guards in area M2. If he's successful, he runs to area M3 to warn {@creature Insight Acuere|CRCotN|Insight} that enemies have entered the Drowned City. If Gortag is unable to flee, he throws himself on the characters' mercy and can be persuaded to lead the party past the guards in area M2, if only to avoid harm.", { "type": "entries", "name": "Crates", @@ -13798,16 +13798,16 @@ "Three individuals wearing Allegiance of Allsight garb and badges\u2014a tiefling, a goliath, and a kenku\u2014bustle about the space, engrossed in their work." ] }, - "The Allegiance's base of operations in the ruins is maintained by an adjunct professor of archaeology named {@skill Insight} Acuere, a lawful good tiefling. Most of her team has been recalled to the Crystal Chateau, but she still has two research technicians helping her: the laconic {@creature Scribble|CRCotN}, a chaotic neutral kenku, and the rambunctious {@creature Xot|CRCotN}, a neutral good goliath (see the \"{@area Goliaths of Exandria|1a4|x}\" sidebar in {@adventure chapter 4|CRCotN|4}). See below for their statistics and roleplaying information.", + "The Allegiance's base of operations in the ruins is maintained by an adjunct professor of archaeology named {@creature Insight Acuere|CRCotN}, a lawful good tiefling. Most of her team has been recalled to the Crystal Chateau, but she still has two research technicians helping her: the laconic {@creature Scribble|CRCotN}, a chaotic neutral kenku, and the rambunctious {@creature Xot|CRCotN}, a neutral good goliath (see the \"{@area Goliaths of Exandria|1a4|x}\" sidebar in {@adventure chapter 4|CRCotN|4}). See below for their statistics and roleplaying information.", "Nearly inseparable, {@creature Scribble|CRCotN} and {@creature Xot|CRCotN} have been working together at the camp for months. They complement each other as friends and scholars. {@creature Xot|CRCotN} tends to talk ceaselessly about her latest discoveries, and {@creature Scribble|CRCotN} patiently listens, absorbing many of {@creature Xot|CRCotN}'s excited ramblings into his own speech.", - "If {@skill Insight}, {@creature Scribble|CRCotN}, and {@creature Xot|CRCotN} become hostile toward intruders, they fight to kill. On the first turn of combat, {@skill Insight} uses a {@item sending stone|AI} to contact Headmaster Cryon in the Crystal Chateau and request aid. Twenty minutes later, ten {@creature Scholarly Agent|CRCotN|scholarly agents} and five {@creature Scholarly Excavator|CRCotN|scholarly excavators} (see {@adventure appendix A|CRCotN|8} for both stat blocks) arrive by way of area M1 to secure the base camp.", + "If {@creature Insight Acuere|CRCotN|Insight}, {@creature Scribble|CRCotN}, and {@creature Xot|CRCotN} become hostile toward intruders, they fight to kill. On the first turn of combat, {@creature Insight Acuere|CRCotN|Insight} uses a {@item sending stone|AI} to contact Headmaster Cryon in the Crystal Chateau and request aid. Twenty minutes later, ten {@creature Scholarly Agent|CRCotN|scholarly agents} and five {@creature Scholarly Excavator|CRCotN|scholarly excavators} (see {@adventure appendix A|CRCotN|8} for both stat blocks) arrive by way of area M1 to secure the base camp.", { "type": "image", "href": { "type": "internal", "path": "adventure/CRCotN/065-05-003.professor-insight-acuere.webp" }, - "title": "Professor {@skill Insight} Acuere", + "title": "Professor {@creature Insight Acuere|CRCotN}", "width": 487, "height": 850 }, @@ -13825,14 +13825,14 @@ "She has resistance to fire damage and {@sense darkvision} out to a range of 60 feet." ] }, - "{@skill Insight} won't cooperate with the Consortium of the Vermilion Dream unless she is tricked or magically compelled into doing so. If the characters are members of the Allegiance of Allsight, {@skill Insight} informs them that they have arrived earlier than she expected, but she's nonetheless happy to see them. If they're allied with the Cobalt Soul, she requires them to prove their usefulness before she reveals any information (see \"{@area Insight's Quest|266|x}\" in {@area mission 4|263|x} of the Cobalt Soul Story Track in {@adventure chapter 4|CRCotN|4}).", - "{@skill Insight} is the primary archivist for the Cael Morrow archaeological project and would put her life on the line to ensure its success. She is willing to share the results of her research with fellow Allegiance members. {@skill Insight} can offer the following information in response to the characters' questions:", + "{@creature Insight Acuere|CRCotN|Insight} won't cooperate with the Consortium of the Vermilion Dream unless she is tricked or magically compelled into doing so. If the characters are members of the Allegiance of Allsight, {@creature Insight Acuere|CRCotN|Insight} informs them that they have arrived earlier than she expected, but she's nonetheless happy to see them. If they're allied with the Cobalt Soul, she requires them to prove their usefulness before she reveals any information (see \"{@area Insight's Quest|266|x}\" in {@area mission 4|263|x} of the Cobalt Soul Story Track in {@adventure chapter 4|CRCotN|4}).", + "{@creature Insight Acuere|CRCotN|Insight} is the primary archivist for the Cael Morrow archaeological project and would put her life on the line to ensure its success. She is willing to share the results of her research with fellow Allegiance members. {@creature Insight Acuere|CRCotN|Insight} can offer the following information in response to the characters' questions:", { "type": "list", "items": [ "The wards keeping the water at bay are magically generated by keystones in each warded location. These keystones look like small stone cubes with glowing runes carved into their sides. Removing a keystone from the area it protects causes the barriers around that location to vanish, allowing the water in.", "The wards that have been erected end at an ancient temple to Corellon the Arch Heart, which seems to have its own magical way of holding back the water. Allegiance members have yet to breach the temple's ward.", - "A fourth member of the expedition, {@skill Insight}'s friend {@creature Galeokaerda|CRCotN}, a high elf professor of ancient literature, hasn't been seen in three days. {@skill Insight} is concerned but hasn't yet considered raising a search party because {@creature Galeokaerda|CRCotN} has a shield guardian to protect her." + "A fourth member of the expedition, {@creature Insight Acuere|CRCotN|Insight}'s friend {@creature Galeokaerda|CRCotN}, a high elf professor of ancient literature, hasn't been seen in three days. {@creature Insight Acuere|CRCotN|Insight} is concerned but hasn't yet considered raising a search party because {@creature Galeokaerda|CRCotN} has a shield guardian to protect her." ] } ] @@ -13877,7 +13877,7 @@ "page": 127, "id": "290", "entries": [ - "Characters who are following the {@area Allegiance Story Track|1cc|x} might come to Cael Morrow hoping to expose a double agent in the expedition. A character who speaks with {@skill Insight} Acuere, {@creature Scribble|CRCotN}, or {@creature Xot|CRCotN} can make a DC 15 Wisdom ({@skill Insight}) check to get a sense of that person's loyalty. On a successful check, it's apparent to the character that the individual is fully dedicated to the expedition and doesn't have any intention of betraying their faction." + "Characters who are following the {@area Allegiance Story Track|1cc|x} might come to Cael Morrow hoping to expose a double agent in the expedition. A character who speaks with {@creature Insight Acuere|CRCotN}, {@creature Scribble|CRCotN}, or {@creature Xot|CRCotN} can make a DC 15 Wisdom ({@skill Insight}) check to get a sense of that person's loyalty. On a successful check, it's apparent to the character that the individual is fully dedicated to the expedition and doesn't have any intention of betraying their faction." ] }, { @@ -13899,7 +13899,7 @@ { "type": "item", "name": "Third Floor.", - "entry": "Allegiance members come up here to rest. Large holes in the roof are covered by magical barriers of blue force, thanks to a keystone hidden on this floor (see \"Keystone\" below). This former attic holds six small crates of preserved food, a dozen casks of fresh water, six cots with soft pillows and blankets, and an unlocked wooden case containing two {@item Breathing Bubble|EGW|breathing bubbles} (see {@adventure appendix B|CRCotN|9|{@item Breathing Bubble|EGW}}) with full air supplies and three {@item Potion of Water Breathing||potions of water breathing}. {@skill Insight} and her companions won't permit the theft of these items, but {@skill Insight} is willing to share them with the characters if they request her aid and their goals align with hers." + "entry": "Allegiance members come up here to rest. Large holes in the roof are covered by magical barriers of blue force, thanks to a keystone hidden on this floor (see \"Keystone\" below). This former attic holds six small crates of preserved food, a dozen casks of fresh water, six cots with soft pillows and blankets, and an unlocked wooden case containing two {@item Breathing Bubble|EGW|breathing bubbles} (see {@adventure appendix B|CRCotN|9|{@item Breathing Bubble|EGW}}) with full air supplies and three {@item Potion of Water Breathing||potions of water breathing}. {@creature Insight Acuere|CRCotN|Insight} and her companions won't permit the theft of these items, but {@creature Insight Acuere|CRCotN|Insight} is willing to share them with the characters if they request her aid and their goals align with hers." } ] } @@ -13911,7 +13911,7 @@ "page": 128, "id": "292", "entries": [ - "The keystone that keeps the water out of this building and the L-shaped corridor linking it to area M4 (see \"{@area Features of Cael Morrow|27b|x}\" earlier in the chapter) is hidden in a wall on the building's third floor behind a loose stone. {@skill Insight}, {@creature Scribble|CRCotN}, and {@creature Xot|CRCotN} know where the keystone is, but they won't divulge its location to others if doing so might endanger them or any other Allegiance members.", + "The keystone that keeps the water out of this building and the L-shaped corridor linking it to area M4 (see \"{@area Features of Cael Morrow|27b|x}\" earlier in the chapter) is hidden in a wall on the building's third floor behind a loose stone. {@creature Insight Acuere|CRCotN|Insight}, {@creature Scribble|CRCotN}, and {@creature Xot|CRCotN} know where the keystone is, but they won't divulge its location to others if doing so might endanger them or any other Allegiance members.", "It takes 10 minutes for a character to thoroughly search the third floor. At the end of that time, the character can make a DC 15 Wisdom ({@skill Perception}) check, finding the keystone on a successful check. If the keystone is destroyed or removed from this area, water comes gushing in through the rooftop. In addition, the barriers that form the corridor to M4 disappear, engulfing the corridor's occupants in water." ] } @@ -14102,7 +14102,7 @@ "She has advantage on saving throws against being {@condition charmed}, and magic can't put her to sleep." ] }, - "As described in the faction story tracks in {@adventure chapter 4|CRCotN|4}, {@creature Galeokaerda|CRCotN} has long posed as a professor of the Allegiance of Allsight and has become {@skill Insight}'s friend. Now she regrets betraying her friend and secretly hopes that she can convince {@skill Insight} to turn against the Allegiance of Allsight when {@creature Galeokaerda|CRCotN} and the Consortium of the Vermilion Dream take over Cael Morrow.", + "As described in the faction story tracks in {@adventure chapter 4|CRCotN|4}, {@creature Galeokaerda|CRCotN} has long posed as a professor of the Allegiance of Allsight and has become {@creature Insight Acuere|CRCotN|Insight}'s friend. Now she regrets betraying her friend and secretly hopes that she can convince {@creature Insight Acuere|CRCotN|Insight} to turn against the Allegiance of Allsight when {@creature Galeokaerda|CRCotN} and the Consortium of the Vermilion Dream take over Cael Morrow.", { "type": "image", "href": { @@ -14315,7 +14315,7 @@ "page": 134, "id": "2b7", "entries": [ - "Characters who spend 10 minutes searching the floor of the building find, among other clay tablets that describe ancient prayers and catechisms of the monks of the temple of Corellon, the particular tablet that {@skill Insight} has been seeking (see \"{@area Insight's Quest|266|x}\" in {@area mission 4|263|x} of the Cobalt Soul Story Track in {@adventure chapter 4|CRCotN|4}). This tablet is written in Celestial script. It reads:", + "Characters who spend 10 minutes searching the floor of the building find, among other clay tablets that describe ancient prayers and catechisms of the monks of the temple of Corellon, the particular tablet that {@creature Insight Acuere|CRCotN|Insight} has been seeking (see \"{@area Insight's Quest|266|x}\" in {@area mission 4|263|x} of the Cobalt Soul Story Track in {@adventure chapter 4|CRCotN|4}). This tablet is written in Celestial script. It reads:", { "type": "insetReadaloud", "id": "2b8", diff --git a/data/adventure/adventure-dd.json b/data/adventure/adventure-dd.json index 58f5fa144a..b1d7650ca7 100644 --- a/data/adventure/adventure-dd.json +++ b/data/adventure/adventure-dd.json @@ -55,7 +55,7 @@ "page": 218, "id": "7c2", "entries": [ - "The adventure begins with the characters arriving (whether singly or together) in Hupperdook. {@adventure Map 5.4|DD|0|Map 5.4: Lower Hupperdook View Player Version} shows Lower Hupperdook and marks the locations of the Ironlot and Assembly Yard sections of the city.", + "The adventure begins with the characters arriving (whether singly or together) in Hupperdook. {@adventure Map 5.4|DD|0|Map 5.4: Lower Hupperdook} shows Lower Hupperdook and marks the locations of the Ironlot and Assembly Yard sections of the city.", "Once the players are ready to begin, read or paraphrase the following boxed text to set the scene:", { "type": "insetReadaloud", diff --git a/data/adventure/adventure-idrotf.json b/data/adventure/adventure-idrotf.json index bf0e19b188..1111ebd872 100644 --- a/data/adventure/adventure-idrotf.json +++ b/data/adventure/adventure-idrotf.json @@ -22822,7 +22822,7 @@ "page": 101, "id": "27d", "entries": [ - "This chapter takes the adventure beyond Ten-Towns into the far reaches of Icewind Dale, to places the adventurers might visit as they investigate tall tales or undertake quests. These adventure locations are scattered across Icewind Dale, as shown on {@adventure map 2.1|IDRotF|12|Map 2.1: icewind dale View Player Version}. Also marked on this map are the remote locations featured in {@adventure chapters 3|IDRotF|13}, {@adventure 6|IDRotF|16}, and {@adventure 7|IDRotF|17}.", + "This chapter takes the adventure beyond Ten-Towns into the far reaches of Icewind Dale, to places the adventurers might visit as they investigate tall tales or undertake quests. These adventure locations are scattered across Icewind Dale, as shown on {@adventure map 2.1|IDRotF|12|Map 2.1: icewind dale}. Also marked on this map are the remote locations featured in {@adventure chapters 3|IDRotF|13}, {@adventure 6|IDRotF|16}, and {@adventure 7|IDRotF|17}.", { "type": "entries", "name": "Character Advancement", @@ -35519,7 +35519,7 @@ "page": 153, "id": "3e6", "entries": [ - "{@adventure Map 2.11|IDRotF|12|Map 2.11: reghed tribe camp View Player Version} depicts a typical Reghed camp, which consists of an inner circle of large tents called the chief's circle and an outer ring of smaller tents called the warriors' circle. Scattered among these tents are campfires around which members of the clan like to gather. The tents are crude yet sturdy structures with wooden frames and walls made of layered bark and animal hides. A large tent can accommodate up to eight adults, and a smaller tent can provide shelter for up to five adults.", + "{@adventure Map 2.11|IDRotF|12|Map 2.11: reghed tribe camp} depicts a typical Reghed camp, which consists of an inner circle of large tents called the chief's circle and an outer ring of smaller tents called the warriors' circle. Scattered among these tents are campfires around which members of the clan like to gather. The tents are crude yet sturdy structures with wooden frames and walls made of layered bark and animal hides. A large tent can accommodate up to eight adults, and a smaller tent can provide shelter for up to five adults.", "The tents in the inner circle house the clan's chieftain (or its king or queen), as well as other important tribe members such as its shaman, its most honored hunter, its greatest warrior, and the tribe's children.", "The tents in the outer circle house the clan's remaining members, which include crafters, weaponsmiths, and sled drivers. Sled dogs also sleep in these tents.", "Many of the camp's hunters and warriors prefer to sleep under the open sky, protected from the cold by thick fur blankets and the heat of the campfires.", @@ -40487,7 +40487,7 @@ "\"Our militia captured one of the duergar and forced it to divulge the location of their mountain stronghold. Therein you will find a duergar warlord named {@creature Xardorok Sunblight|IDRotF}. He aims to conquer Icewind Dale and destroy us all. For the good of Ten-Towns, will you penetrate the duergar fortress, slay this evil warlord, and destroy his terrible weapon?\"" ] }, - "If the characters accept this quest, the speaker provides them with a map of Icewind Dale that marks the location of the duergar fortress, as shown on map 2.1 (see \"{@adventure Map 2.1 Icewind Dale|IDRotF|12|Map 2.1: icewind dale View Player Version}\"). For the benefit of your players, you can point to the fortress's location using the poster map of Icewind Dale.", + "If the characters accept this quest, the speaker provides them with a map of Icewind Dale that marks the location of the duergar fortress, as shown on map 2.1 (see \"{@adventure Map 2.1 Icewind Dale|IDRotF|12|Map 2.1: icewind dale}\"). For the benefit of your players, you can point to the fortress's location using the poster map of Icewind Dale.", "If the characters ask to speak with the captured duergar, the speaker informs them that the duergar was put to death following the interrogation, to keep him escaping and warning his kin. If the characters insist on seeing the duergar, the speaker takes them to a cellar where the body is being kept. Any character who casts a {@spell speak with dead} spell on the dead duergar can validate the information that the speaker has already imparted.", "The speaker has little to offer the characters as recompense beyond hospitality and friendship. If the characters insist on a more tangible reward, the speaker scowls, apologizes for misjudging them, and lets them go about their business. Their reputation takes a blow if they decline to help. Regardless of the meeting's outcome, the speaker's next task is to prepare the settlement for what will surely be the fight of its life, in the event that Xardorok's construct attacks Ten-Towns." ] @@ -53356,7 +53356,7 @@ "Icicles cling to the twenty-foot-high ceiling of this ice cavern. Embedded in the south wall is a domed, circular building made of seamless black stone and decorated with faintly glowing constellations. A frost-covered statue of a human wizard stands outside it, gazing outward from atop a three-foot-high stone pedestal. The building and statue rest on a five-foot-high, curved stone platform enclosed by a low wall." ] }, - "Frost-covered stone steps descend from the stone platform to the icy floor in the cavern's northernmost section, as shown on {@adventure map 6.1|IDRotF|16|Map 6.1: caves of hunger View Player Version}.", + "Frost-covered stone steps descend from the stone platform to the icy floor in the cavern's northernmost section, as shown on {@adventure map 6.1|IDRotF|16|Map 6.1: caves of hunger}.", "Auril the Frostmaiden has transformed ten of the icicles that cling to the ceiling into creatures resembling piercers. They use the {@creature piercer} stat block, have immunity to cold damage, and deal 10 ({@dice 3d6}) piercing damage plus 10 ({@dice 3d6}) cold damage on a hit. The drow in areas H27 and H28 are aware of the {@creature Ice Piercer|IDRotF|ice piercers}, having seen them creep along the ceiling, and do their best to avoid them." ] }, @@ -56831,7 +56831,7 @@ "page": 249, "id": "692", "entries": [ - "A 7-foot-tall, 4-foot-wide window at the north end of area Y19b overlooks a 35-foot-wide gap in the spire's superstructure. On the far side of this gap, a similar window opens into the Chamber of Sorcery (area Y19j). Between these windows stretches a magical, invisible 5-foot-wide plane of force that serves as a bridge. (On {@adventure map 7.3|IDRotF|17|Map 7.3: spire of iriolarthas View Player Version}, this bridge is marked by a pair of dashed lines.) This invisible bridge, which is safe to cross, is suppressed by the activation of the spindle in area Y19n." + "A 7-foot-tall, 4-foot-wide window at the north end of area Y19b overlooks a 35-foot-wide gap in the spire's superstructure. On the far side of this gap, a similar window opens into the Chamber of Sorcery (area Y19j). Between these windows stretches a magical, invisible 5-foot-wide plane of force that serves as a bridge. (On {@adventure map 7.3|IDRotF|17|Map 7.3: spire of iriolarthas}, this bridge is marked by a pair of dashed lines.) This invisible bridge, which is safe to cross, is suppressed by the activation of the spindle in area Y19n." ] }, { @@ -56937,7 +56937,7 @@ "Lining the far wall of this hall are eight doors, each marked with a different arcane symbol. On the wall above them is etched an inscription in Draconic." ] }, - "A magical trap (marked T on {@adventure map 7.3|IDRotF|17|Map 7.3: spire of iriolarthas View Player Version}) fills the 10-foot-square area immediately south of the double door to area Y19k and triggers whenever a creature that is neither a construct nor undead enters the area for the first time. Any creature that triggers the trap is targeted by a {@spell flesh to stone} spell (save DC 17). A creature can't set off the trap more than once. After it's triggered three times, the trap vanishes.", + "A magical trap (marked T on {@adventure map 7.3|IDRotF|17|Map 7.3: spire of iriolarthas}) fills the 10-foot-square area immediately south of the double door to area Y19k and triggers whenever a creature that is neither a construct nor undead enters the area for the first time. Any creature that triggers the trap is targeted by a {@spell flesh to stone} spell (save DC 17). A creature can't set off the trap more than once. After it's triggered three times, the trap vanishes.", { "type": "entries", "name": "Draconic Inscription", @@ -58338,7 +58338,7 @@ "entries": [ "Reghed nomads are the children of the Reghed Glacier, as suggested by their name. They are people of the wild, as revealed by their tribal names\u2014the Elk, the Tiger, the Wolf, the Bear. They are the tribes of Icewind Dale, proud and strong, bound to ancient traditions that have kept them alive through countless harsh winters. The Reghed wear heavy furs as well as gloves, boots, and masks made of animal hide, to protect themselves from the bitter cold.", "Although they originally descended from humans who were predominantly blue-eyed and fair-haired, the Reghed tribes have assimilated other folk, adding new blood to their dwindling ranks. There used to be more than four Reghed tribes, but the others have all disbanded over the past century, with many of their former members settling in Ten-Towns and abandoning their traditional ways.", - "The Reghed tribes rely on a nomadic lifestyle to survive, as they follow herds of {@creature reindeer|IDRotF} along the route of the animals' annual migration. When they make camp, the tribesfolk live in large, round tents made of deerskin and supported by wooden shafts. (See {@adventure map 2.11|IDRotF|12|Map 2.11: reghed tribe camp View Player Version} for a typical Reghed camp configuration.)", + "The Reghed tribes rely on a nomadic lifestyle to survive, as they follow herds of {@creature reindeer|IDRotF} along the route of the animals' annual migration. When they make camp, the tribesfolk live in large, round tents made of deerskin and supported by wooden shafts. (See {@adventure map 2.11|IDRotF|12|Map 2.11: reghed tribe camp} for a typical Reghed camp configuration.)", "The {@book Monster Manual|MM} has stat blocks that can represent most members of a Reghed tribe, as shown in the Reghed Tribesfolk table.", { "type": "table", diff --git a/data/adventure/adventure-imr.json b/data/adventure/adventure-imr.json index 691f1665f3..9da65be1c7 100644 --- a/data/adventure/adventure-imr.json +++ b/data/adventure/adventure-imr.json @@ -7765,7 +7765,11 @@ ] ] } - ] + ], + "hrefThumbnail": { + "type": "internal", + "path": "adventure/IMR/thumbnail/038-map-1-3.webp" + } }, { "type": "image", diff --git a/data/adventure/adventure-llk.json b/data/adventure/adventure-llk.json index ee25d6e2ca..6a13338a14 100644 --- a/data/adventure/adventure-llk.json +++ b/data/adventure/adventure-llk.json @@ -4373,6 +4373,1012 @@ ] } ] + }, + { + "type": "section", + "name": "Daoine Gloine Map", + "id": "0d7", + "entries": [ + { + "type": "gallery", + "images": [ + { + "type": "image", + "href": { + "type": "internal", + "path": "adventure/LLK/daoine-colors-final.webp" + }, + "imageType": "map", + "id": "0d8", + "title": "Daoine Gloine", + "width": 5000, + "height": 3832, + "mapRegions": [ + { + "area": "085", + "points": [ + [ + 3, + 1415 + ], + [ + 126, + 1495 + ], + [ + 123, + 1582 + ], + [ + 95, + 1677 + ], + [ + 120, + 1763 + ], + [ + 157, + 1825 + ], + [ + 209, + 1948 + ], + [ + 234, + 2018 + ], + [ + 145, + 2172 + ], + [ + 132, + 2295 + ], + [ + 157, + 2375 + ], + [ + 154, + 2449 + ], + [ + 151, + 2572 + ], + [ + 172, + 2594 + ], + [ + 240, + 2631 + ], + [ + 385, + 2634 + ], + [ + 455, + 2625 + ], + [ + 489, + 2652 + ], + [ + 477, + 2738 + ], + [ + 474, + 2843 + ], + [ + 474, + 2917 + ], + [ + 523, + 2994 + ], + [ + 542, + 3083 + ], + [ + 572, + 3178 + ], + [ + 625, + 3231 + ], + [ + 692, + 3258 + ], + [ + 794, + 3225 + ], + [ + 837, + 3197 + ], + [ + 905, + 3243 + ], + [ + 938, + 3311 + ], + [ + 969, + 3375 + ], + [ + 1040, + 3363 + ], + [ + 1111, + 3412 + ], + [ + 1145, + 3502 + ], + [ + 1160, + 3548 + ], + [ + 1191, + 3622 + ], + [ + 1280, + 3625 + ], + [ + 1348, + 3683 + ], + [ + 1397, + 3825 + ], + [ + 3, + 3825 + ] + ] + }, + { + "area": "088", + "points": [ + [ + 1015, + 2711 + ], + [ + 1222, + 2634 + ], + [ + 1394, + 2634 + ], + [ + 1600, + 2806 + ], + [ + 1643, + 2929 + ], + [ + 1834, + 2791 + ], + [ + 1883, + 2591 + ], + [ + 2157, + 2748 + ], + [ + 2412, + 2809 + ], + [ + 2662, + 3117 + ], + [ + 2892, + 3271 + ], + [ + 3086, + 3363 + ], + [ + 3031, + 3572 + ], + [ + 2708, + 3542 + ], + [ + 2502, + 3572 + ], + [ + 2240, + 3480 + ], + [ + 2166, + 3455 + ], + [ + 2049, + 3489 + ], + [ + 1911, + 3403 + ], + [ + 1788, + 3200 + ], + [ + 1735, + 3154 + ], + [ + 1569, + 3129 + ], + [ + 1449, + 3240 + ], + [ + 1320, + 3292 + ], + [ + 1209, + 3234 + ], + [ + 1166, + 3095 + ], + [ + 1015, + 3126 + ], + [ + 929, + 3074 + ], + [ + 902, + 2898 + ], + [ + 988, + 2757 + ] + ] + }, + { + "area": "08c", + "points": [ + [ + 646, + 2938 + ], + [ + 600, + 2695 + ], + [ + 612, + 2511 + ], + [ + 643, + 2348 + ], + [ + 726, + 2206 + ], + [ + 800, + 2126 + ], + [ + 849, + 2132 + ], + [ + 920, + 2262 + ], + [ + 1052, + 2372 + ], + [ + 1212, + 2348 + ], + [ + 1277, + 2329 + ], + [ + 1443, + 2345 + ], + [ + 1523, + 2520 + ], + [ + 1428, + 2554 + ], + [ + 1246, + 2588 + ], + [ + 1022, + 2618 + ], + [ + 898, + 2742 + ], + [ + 806, + 2797 + ], + [ + 742, + 2892 + ] + ] + }, + { + "area": "08f", + "points": [ + [ + 2895, + 1858 + ], + [ + 2911, + 1692 + ], + [ + 2951, + 1628 + ], + [ + 2988, + 1394 + ], + [ + 3015, + 1440 + ], + [ + 3065, + 1369 + ], + [ + 3126, + 1354 + ], + [ + 3203, + 1363 + ], + [ + 3246, + 1431 + ], + [ + 3252, + 1458 + ], + [ + 3268, + 1409 + ], + [ + 3289, + 1486 + ], + [ + 3317, + 1582 + ], + [ + 3323, + 1502 + ], + [ + 3372, + 1471 + ], + [ + 3431, + 1489 + ], + [ + 3468, + 1535 + ], + [ + 3486, + 1554 + ], + [ + 3502, + 1517 + ], + [ + 3538, + 1477 + ], + [ + 3588, + 1468 + ], + [ + 3603, + 1514 + ], + [ + 3634, + 1498 + ], + [ + 3649, + 1452 + ], + [ + 3649, + 1388 + ], + [ + 3671, + 1468 + ], + [ + 3711, + 1418 + ], + [ + 3751, + 1458 + ], + [ + 3760, + 1532 + ], + [ + 3788, + 1658 + ], + [ + 3828, + 1717 + ], + [ + 3828, + 1775 + ], + [ + 3862, + 1843 + ], + [ + 3858, + 1942 + ], + [ + 3788, + 1905 + ], + [ + 3745, + 1905 + ], + [ + 3745, + 1957 + ], + [ + 3671, + 1960 + ], + [ + 3658, + 1914 + ], + [ + 3557, + 1926 + ], + [ + 3548, + 1954 + ], + [ + 3502, + 1929 + ], + [ + 3440, + 1945 + ], + [ + 3415, + 1966 + ], + [ + 3388, + 1948 + ], + [ + 3295, + 1948 + ], + [ + 3178, + 1972 + ], + [ + 3083, + 1975 + ], + [ + 3025, + 1942 + ], + [ + 3028, + 1898 + ], + [ + 2948, + 1902 + ], + [ + 2902, + 1886 + ] + ] + }, + { + "area": "097", + "points": [ + [ + 3825, + 2298 + ], + [ + 3871, + 2209 + ], + [ + 3892, + 2095 + ], + [ + 3902, + 2037 + ], + [ + 3991, + 2000 + ], + [ + 4025, + 1926 + ], + [ + 4151, + 1902 + ], + [ + 4329, + 1938 + ], + [ + 4342, + 2022 + ], + [ + 4412, + 2040 + ], + [ + 4455, + 2231 + ], + [ + 4465, + 2354 + ], + [ + 4458, + 2415 + ], + [ + 4397, + 2462 + ], + [ + 4311, + 2406 + ], + [ + 4240, + 2415 + ], + [ + 4145, + 2425 + ], + [ + 3978, + 2369 + ], + [ + 3889, + 2338 + ] + ] + }, + { + "area": "09d", + "points": [ + [ + 3662, + 2262 + ], + [ + 3554, + 1985 + ], + [ + 3452, + 1960 + ], + [ + 3271, + 2043 + ], + [ + 2911, + 2058 + ], + [ + 2680, + 2003 + ], + [ + 2631, + 1766 + ], + [ + 2443, + 1797 + ], + [ + 2329, + 1686 + ], + [ + 2062, + 1603 + ], + [ + 1969, + 1523 + ], + [ + 1705, + 1425 + ], + [ + 1311, + 1366 + ], + [ + 926, + 1449 + ], + [ + 714, + 1634 + ], + [ + 662, + 1812 + ], + [ + 932, + 2055 + ], + [ + 1062, + 2043 + ], + [ + 1212, + 2034 + ], + [ + 1449, + 2062 + ], + [ + 1563, + 2172 + ], + [ + 1794, + 2182 + ], + [ + 2012, + 2271 + ], + [ + 2286, + 2434 + ], + [ + 2483, + 2508 + ], + [ + 2745, + 2745 + ], + [ + 2938, + 3003 + ], + [ + 2868, + 3123 + ], + [ + 3018, + 3252 + ], + [ + 3246, + 3305 + ], + [ + 3366, + 3231 + ], + [ + 3625, + 3212 + ], + [ + 3785, + 3332 + ], + [ + 4108, + 3323 + ], + [ + 4375, + 3249 + ], + [ + 4622, + 3243 + ], + [ + 4742, + 3086 + ], + [ + 4778, + 2889 + ], + [ + 4754, + 2680 + ], + [ + 4474, + 2532 + ], + [ + 4225, + 2520 + ], + [ + 3754, + 2400 + ] + ] + }, + { + "area": "0a0", + "points": [ + [ + 898, + 2172 + ], + [ + 920, + 2092 + ], + [ + 1009, + 2068 + ], + [ + 1043, + 2098 + ], + [ + 1095, + 2065 + ], + [ + 1209, + 2052 + ], + [ + 1308, + 2058 + ], + [ + 1406, + 2123 + ], + [ + 1437, + 2222 + ], + [ + 1428, + 2292 + ], + [ + 1308, + 2314 + ], + [ + 1154, + 2320 + ], + [ + 1062, + 2305 + ], + [ + 942, + 2255 + ] + ] + }, + { + "area": "08f", + "points": [ + [ + 1925, + 64 + ], + [ + 2880, + 64 + ], + [ + 2880, + 979 + ], + [ + 1925, + 979 + ] + ] + }, + { + "area": "097", + "points": [ + [ + 2933, + 64 + ], + [ + 3893, + 64 + ], + [ + 3893, + 976 + ], + [ + 2933, + 976 + ] + ] + }, + { + "area": "0a0", + "points": [ + [ + 3957, + 66 + ], + [ + 4915, + 66 + ], + [ + 4915, + 974 + ], + [ + 3957, + 974 + ] + ] + } + ], + "hrefThumbnail": { + "type": "internal", + "path": "adventure/LLK/thumbnail/daoine-colors-final.webp" + } + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "adventure/LLK/daoinegloineplayershandout.webp" + }, + "imageType": "mapPlayer", + "mapParent": { + "id": "0d8" + }, + "title": "Daoine Gloine (Player Version)", + "width": 3300, + "height": 2529 + } + ] + } + ] } ] } diff --git a/data/adventure/adventure-slw.json b/data/adventure/adventure-slw.json index d38e624a84..7855325ff4 100644 --- a/data/adventure/adventure-slw.json +++ b/data/adventure/adventure-slw.json @@ -521,7 +521,7 @@ "name": "Foul Weather at Wayside Quest", "id": "030", "entries": [ - "This guest is triggered when the town notices that, on an otherwise fair day, a terrible storm rages in the distance, directly above the Wayside Inn. The town council, concerned about the phenomenon and anyone caught in it, asks the party to investigate. If the characters undertake this quest, see \"{@adventure Foul Weather at Wayside|SLW|5}.\"" + "This quest is triggered when the town notices that, on an otherwise fair day, a terrible storm rages in the distance, directly above the Wayside Inn. The town council, concerned about the phenomenon and anyone caught in it, asks the party to investigate. If the characters undertake this quest, see \"{@adventure Foul Weather at Wayside|SLW|5}.\"" ] }, { diff --git a/data/adventure/adventure-toa.json b/data/adventure/adventure-toa.json index d92f07f8d8..3234653079 100644 --- a/data/adventure/adventure-toa.json +++ b/data/adventure/adventure-toa.json @@ -4502,7 +4502,7 @@ "height": 1000 }, "{@i Deals in fruit, wine, ale, tej, oil, perfume, and insect repellent}", - "Kwayothé (NE female Chultan human {@creature priest} wearing a {@item ring of fire resistance}) is calm and contemplative in a way that's vaguely menacing. She worships the fire god Kossuth (pronounced kaw-SOOTH) and likes torturing others, particularly if it involves fire and hot coals. Kwayothé has two consorts\u2014a {@creature succubus} named Ixis and an {@creature incubus} named Indar. These fiends take the forms of beautiful Chultans.", + "{@creature Kwayothé|ToA} (NE female Chultan human {@creature priest} wearing a {@item ring of fire resistance}) is calm and contemplative in a way that's vaguely menacing. She worships the fire god Kossuth (pronounced kaw-SOOTH) and likes torturing others, particularly if it involves fire and hot coals. Kwayothé has two consorts\u2014a {@creature succubus} named Ixis and an {@creature incubus} named Indar. These fiends take the forms of beautiful Chultans.", "Kwayothé grew up in the streets of Port Nyanzaru, poor and destitute. She despises nobility and wants to destroy every last vestige of the Chultan royal families. She considers {@creature Zhanthi|ToA} her mortal enemy and has grown impatient waiting for the old noblewoman to die. Although she hides her contempt well, Kwayothé is forever meddling in {@creature Zhanthi|ToA}'s business and family affairs. If {@creature Zhanthi|ToA} is aware of Kwayothé's hostility toward her and her family, she's elected not to show it.", "Kwayothé employs traders who make their own tej and insect repellent. For more information on these special items, see \"{@area Buying a Special Item|084|x}.\"" ] @@ -19147,7 +19147,7 @@ "id": "152", "entries": [ "The upper floor is decorated with frescoes similar to those on the lower floor. The landing atop the stairs has no windows, being set inside the cliff, but it's dimly lit by two candles (one at each end of the hallway).", - "The outer room is a library with a single bookcase holding forty-four ancient books. {@creature Na|ToA} likes to come here and read the books, none of which is magical. They cover most areas of knowledge: mathematics, natural philosophy, geography, fabulous creatures, theology, and so forth. All the books predate the Spellplague, so little useful information about Chult can be gleaned from them.", + "The outer room is a library with a single bookcase holding forty-four ancient books. {@creature Na|ToA} likes to come here and read the books, none of which are magical. They cover most areas of knowledge: mathematics, natural philosophy, geography, fabulous creatures, theology, and so forth. All the books predate the Spellplague, so little useful information about Chult can be gleaned from them.", "The inner room is {@creature Asharra|ToA}'s personal chamber. It contains a comfortable bed, a nightstand, a few books of Chultan poetry, and a wardrobe holding everyday and ceremonial clothing. Under the bed is a small, closed box holding four {@item Potion of Poison||potions of poison} that are easily mistaken for {@item Potion of Healing||potions of healing}. {@creature Asharra|ToA} might resort to these if the characters' presence in Kir Sabal becomes inconvenient." ] } diff --git a/data/adventure/adventure-us.json b/data/adventure/adventure-us.json index 9fdcb8dc8d..675a615f89 100644 --- a/data/adventure/adventure-us.json +++ b/data/adventure/adventure-us.json @@ -112,7 +112,7 @@ "entries": [ "The area between Urzin and Fort Venture is encompassed by the boggy morass of the Brokenveil Marsh. Unless otherwise noted, all areas of the marsh are {@quickref difficult terrain||3}. The bog water in the marsh averages from 1 to 5 feet deep, but is too shallow and weed-bound for boats or rafts. Tiny creatures must have a swimming speed or be carried to traverse this watery terrain.", "Any character not used to this environment who takes a short or long rest within the swamp without being on raised dry ground must make a DC 11 Constitution check. On a failure, the character contracts sewer plague (see \"{@book Diseases|DMG|8|Diseases}\" in chapter 8 of the {@book Dungeon Master's Guide|DMG}).", - "Key areas of Brokenveil Marsh are noted on {@adventure map 5.11|US|0|Map 5.11: Brokenveil Marsh View Player Version}. Each hex on the map measures 1 mile across. Characters moving at a normal pace can travel 10 hexes per day on foot through the swampy terrain.", + "Key areas of Brokenveil Marsh are noted on {@adventure map 5.11|US|0|Map 5.11: Brokenveil Marsh}. Each hex on the map measures 1 mile across. Characters moving at a normal pace can travel 10 hexes per day on foot through the swampy terrain.", { "type": "entries", "name": "Navigation", @@ -799,7 +799,7 @@ "A jagged bolt of lightning suddenly cuts through the misty air above the keep, striking the edifice as a mighty crack of thunder rumbles off to the horizon." ] }, - "Fort Venture is detailed on {@adventure map 5.12|US|0|Map 5.12: Fort Venture View Player Version}. Any character who succeeds on a DC 12 Intelligence ({@skill Nature}) check or a DC 14 Wisdom ({@skill Perception}) check recognizes that the thunderstorm above Fort Venture is fixed around the outpost and the nearby promontory, while the rest of the marsh remains relatively unaffected by the strange weather.", + "Fort Venture is detailed on {@adventure map 5.12|US|0|Map 5.12: Fort Venture}. Any character who succeeds on a DC 12 Intelligence ({@skill Nature}) check or a DC 14 Wisdom ({@skill Perception}) check recognizes that the thunderstorm above Fort Venture is fixed around the outpost and the nearby promontory, while the rest of the marsh remains relatively unaffected by the strange weather.", "Once the characters reach Fort Venture, the hobgoblin guide Morgid offers to run reconnaissance and to distract incoming Dwendalian patrols as the party infiltrates the fort. The precise condition of Fort Venture and its inhabitants is dependent on how long it took the characters to arrive, and how much of {@creature Parson Pellinost|EGW|Parson Pellinost's} ill-fated exorcism of {@creature Bol'bara|EGW} has transpired. See \"{@adventure Bol'bara's Exorcism|US|0|Bol'bara's Exorcism}\" later in this chapter for more information." ] }, diff --git a/data/adventures.json b/data/adventures.json index 6e7c99b6fe..43eaeb249e 100644 --- a/data/adventures.json +++ b/data/adventures.json @@ -11658,6 +11658,9 @@ "type": "appendix", "identifier": "F" } + }, + { + "name": "Daoine Gloine Map" } ] }, diff --git a/data/backgrounds.json b/data/backgrounds.json index f5bfd608f2..b5a1c373c0 100644 --- a/data/backgrounds.json +++ b/data/backgrounds.json @@ -3983,7 +3983,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -4170,7 +4170,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -5247,7 +5247,7 @@ "vehicles (water)": true }, { - "anyArtisansTool": true + "anyArtisansTool": 1 }, { "choose": { @@ -6581,7 +6581,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -7788,7 +7788,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true, + "anyArtisansTool": 1, "vehicles (land)": true } ], @@ -10085,7 +10085,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -12707,7 +12707,7 @@ "toolProficiencies": [ { "thieves' tools": true, - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -13406,7 +13406,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -15531,7 +15531,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true, + "anyArtisansTool": 1, "musical instrument": true } ], @@ -16761,7 +16761,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true, + "anyArtisansTool": 1, "vehicles (land)": true } ], @@ -17080,7 +17080,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -17333,7 +17333,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -18014,7 +18014,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -18783,7 +18783,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "startingEquipment": [ @@ -23753,7 +23753,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true, + "anyArtisansTool": 1, "musical instrument": true } ], diff --git a/data/bestiary/bestiary-crcotn.json b/data/bestiary/bestiary-crcotn.json index 4695b316c6..af0c4e5ac9 100644 --- a/data/bestiary/bestiary-crcotn.json +++ b/data/bestiary/bestiary-crcotn.json @@ -2625,7 +2625,7 @@ "hasToken": true }, { - "name": "Foghomer", + "name": "Foghome", "isNpc": true, "isNamedCreature": true, "source": "CRCotN", @@ -2641,7 +2641,7 @@ "*": { "mode": "replaceTxt", "replace": "the priest", - "with": "Foghomer", + "with": "Foghome", "flags": "i" } } diff --git a/data/bestiary/bestiary-dsotdq.json b/data/bestiary/bestiary-dsotdq.json index 9eaafc3d10..606da9c5d9 100644 --- a/data/bestiary/bestiary-dsotdq.json +++ b/data/bestiary/bestiary-dsotdq.json @@ -2579,7 +2579,7 @@ "name": "Veteran", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Hill Dwarf", "source": "PHB" }, "_mod": { diff --git a/data/bestiary/bestiary-idrotf.json b/data/bestiary/bestiary-idrotf.json index f91470bafe..895f8b0711 100644 --- a/data/bestiary/bestiary-idrotf.json +++ b/data/bestiary/bestiary-idrotf.json @@ -912,7 +912,6 @@ }, { "name": "Battlehammer Dwarf", - "isNamedCreature": true, "source": "IDRotF", "page": 107, "_copy": { diff --git a/data/bestiary/bestiary-jttrc.json b/data/bestiary/bestiary-jttrc.json index bb5a1b5bb6..0e5b73243c 100644 --- a/data/bestiary/bestiary-jttrc.json +++ b/data/bestiary/bestiary-jttrc.json @@ -113,7 +113,7 @@ { "name": "Ashen Heir Anarchist", "source": "JttRC", - "page": 158, + "page": 150, "_copy": { "name": "Priest", "source": "MM", diff --git a/data/bestiary/bestiary-kftgv.json b/data/bestiary/bestiary-kftgv.json index 01a7928d5c..5fe01c6963 100644 --- a/data/bestiary/bestiary-kftgv.json +++ b/data/bestiary/bestiary-kftgv.json @@ -1230,10 +1230,6 @@ "_copy": { "name": "Deep Gnome (Svirfneblin)", "source": "MM", - "_trait": { - "name": "Deep Gnome", - "source": "DMG" - }, "_mod": { "*": { "mode": "replaceTxt", diff --git a/data/bestiary/bestiary-mabjov.json b/data/bestiary/bestiary-mabjov.json index a11aebd2af..473a93aad5 100644 --- a/data/bestiary/bestiary-mabjov.json +++ b/data/bestiary/bestiary-mabjov.json @@ -2080,7 +2080,7 @@ { "name": "Draconic Transformation", "entries": [ - "When Dagryn drops to 0 hit points, instead of falling {@condition unconscious}, he begins to transform into his dragon form. He immediately gains all the statistics of an adult black dragon with the exception that his size is medium, and he is {@condition stunned}. At the start of his next turn, he grows to large size, but remains {@condition stunned}. At the start of his subsequent turn, Dagryn grows to huge size, takes the form of an adult black dragon and is no longer considered {@condition stunned}. Dagryn remains in his dragon form for 24 hours whereupon he reverts to his dwarven form and stat block." + "When Dagryn drops to 0 hit points, instead of falling {@condition unconscious}, he begins to transform into his dragon form. He immediately gains all the statistics of an {@creature adult black dragon} with the exception that his size is medium, and he is {@condition stunned}. At the start of his next turn, he grows to large size, but remains {@condition stunned}. At the start of his subsequent turn, Dagryn grows to huge size, takes the form of an {@creature adult black dragon} and is no longer considered {@condition stunned}. Dagryn remains in his dragon form for 24 hours whereupon he reverts to his dwarven form and stat block." ] } ], diff --git a/data/bestiary/bestiary-mpmm.json b/data/bestiary/bestiary-mpmm.json index f84400c409..187438bdc4 100644 --- a/data/bestiary/bestiary-mpmm.json +++ b/data/bestiary/bestiary-mpmm.json @@ -4192,6 +4192,24 @@ "telepathy 120 ft." ], "cr": "7", + "spellcasting": [ + { + "name": "Creeping Darkness {@recharge}", + "headerEntries": [ + "The abishai casts {@spell darkness} at a point within 120 feet of it, requiring no spell components or {@status concentration}. Wisdom is its spellcasting ability for this spell. While the spell persists, the abishai can move the area of darkness up to 60 feet as a bonus action." + ], + "recharge": { + "6": [ + "{@spell darkness}" + ] + }, + "ability": "wis", + "displayAs": "action", + "hidden": [ + "recharge" + ] + } + ], "trait": [ { "name": "Devil's Sight", @@ -4224,12 +4242,6 @@ "entries": [ "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) force damage." ] - }, - { - "name": "Creeping Darkness {@recharge}", - "entries": [ - "The abishai casts {@spell darkness} at a point within 120 feet of it, requiring no spell components or {@status concentration}. Wisdom is its spellcasting ability for this spell. While the spell persists, the abishai can move the area of darkness up to 60 feet as a bonus action." - ] } ], "bonus": [ @@ -7602,6 +7614,24 @@ "Sylvan" ], "cr": "2", + "spellcasting": [ + { + "name": "Darkness (Recharges after a Short or Long Rest)", + "headerEntries": [ + "The darkling elder casts {@spell darkness}, requiring no spell components and using Wisdom as the spellcasting ability." + ], + "rest": { + "1": [ + "{@spell darkness}" + ] + }, + "ability": "wis", + "displayAs": "action", + "hidden": [ + "rest" + ] + } + ], "trait": [ { "name": "Death Burn", @@ -7622,12 +7652,6 @@ "entries": [ "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}6 ({@damage 1d6 + 3}) slashing damage plus 7 ({@damage 2d6}) necrotic damage." ] - }, - { - "name": "Darkness (Recharges after a Short or Long Rest)", - "entries": [ - "The darkling elder casts {@spell darkness}, requiring no spell components and using Wisdom as the spellcasting ability." - ] } ], "environment": [ @@ -8370,6 +8394,22 @@ ], "passive": 10, "cr": "1/4", + "spellcasting": [ + { + "name": "Dancing Lights", + "headerEntries": [ + "The rothé casts {@spell dancing lights}, requiring no spell components and using Wisdom as the spellcasting ability." + ], + "will": [ + "{@spell dancing lights}" + ], + "ability": "wis", + "displayAs": "action", + "hidden": [ + "will" + ] + } + ], "trait": [ { "name": "Beast of Burden", @@ -8384,12 +8424,6 @@ "entries": [ "{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}7 ({@damage 1d6 + 4}) piercing damage. If the rothé moved at least 20 feet straight toward the target immediately before the hit, the target takes an extra 7 ({@damage 2d6}) piercing damage." ] - }, - { - "name": "Dancing Lights", - "entries": [ - "The rothé casts {@spell dancing lights}, requiring no spell components and using Wisdom as the spellcasting ability." - ] } ], "environment": [ @@ -22853,6 +22887,24 @@ "all but rarely speaks" ], "cr": "25", + "spellcasting": [ + { + "name": "Plane Shift (3/Day)", + "headerEntries": [ + "The marut casts {@spell plane shift}, requiring no material components and using Intelligence as the spellcasting ability. The marut can cast the spell normally, or it can cast the spell on an unwilling creature it can see within 60 feet of it. If it uses the latter option, the targeted creature must succeed on a {@dc 20} Charisma saving throw or be banished to a teleportation circle in the Hall of Concordance in Sigil." + ], + "daily": { + "3": [ + "{@spell plane shift}" + ] + }, + "ability": "int", + "displayAs": "action", + "hidden": [ + "daily" + ] + } + ], "trait": [ { "name": "Immutable Form", @@ -22897,12 +22949,6 @@ "entries": [ "Arcane energy emanates from the marut's chest in a 60-foot cube. Every creature in that area takes 45 radiant damage. Each creature that takes any of this damage must succeed on a {@dc 20} Wisdom saving throw or be {@condition stunned} until the end of the marut's next turn." ] - }, - { - "name": "Plane Shift (3/Day)", - "entries": [ - "The marut casts {@spell plane shift}, requiring no material components and using Intelligence as the spellcasting ability. The marut can cast the spell normally, or it can cast the spell on an unwilling creature it can see within 60 feet of it. If it uses the latter option, the targeted creature must succeed on a {@dc 20} Charisma saving throw or be banished to a teleportation circle in the Hall of Concordance in Sigil." - ] } ], "soundClip": { diff --git a/data/bestiary/bestiary-oota.json b/data/bestiary/bestiary-oota.json index 80351097fe..256589fdf2 100644 --- a/data/bestiary/bestiary-oota.json +++ b/data/bestiary/bestiary-oota.json @@ -246,9 +246,42 @@ "replace": "the orog", "with": "Blurg", "flags": "i" + }, + "languages": [ + { + "mode": "appendIfNotExistsArr", + "items": [ + "Dwarvish", + "Elvish", + "Undercommon" + ] + } + ], + "spellcasting": { + "mode": "appendArr", + "items": [ + { + "name": "Innate Spellcasting", + "headerEntries": [ + "Blurg can innately cast can cast the {@spell teleport} spell once per day, but the intended destination must be within 30 feet of another {@adventure society member|OotA|1|Society of Brilliance}. This teleport effect can be disrupted (see \"{@adventure Faerzress|OotA|1|Faerzress}\"), which is how society members sometimes end up in far corners of the Underdark, separated from their fellows." + ], + "daily": { + "1e": [ + "{@spell teleport}" + ] + }, + "hidden": [ + "daily" + ] + } + ] } } }, + "alignment": [ + "N" + ], + "int": 18, "hasToken": true, "hasFluffImages": true }, @@ -2171,9 +2204,42 @@ "replace": "the mind flayer", "with": "Grazilaxx", "flags": "i" + }, + "languages": [ + { + "mode": "appendIfNotExistsArr", + "items": [ + "Dwarvish", + "Elvish", + "Undercommon" + ] + } + ], + "spellcasting": { + "mode": "appendArr", + "items": [ + { + "name": "Innate Spellcasting", + "headerEntries": [ + "Grazilaxx can innately cast can cast the {@spell teleport} spell once per day, but the intended destination must be within 30 feet of another {@adventure society member|OotA|1|Society of Brilliance}. This teleport effect can be disrupted (see \"{@adventure Faerzress|OotA|1|Faerzress}\"), which is how society members sometimes end up in far corners of the Underdark, separated from their fellows." + ], + "daily": { + "1e": [ + "{@spell teleport}" + ] + }, + "hidden": [ + "daily" + ] + } + ] } } }, + "alignment": [ + "N" + ], + "int": 18, "hasToken": true, "hasFluffImages": true }, @@ -3256,7 +3322,7 @@ "source": "OotA", "page": 103, "_copy": { - "name": "Priest", + "name": "Veteran", "source": "MM", "_trait": { "name": "Deep Gnome", @@ -3877,9 +3943,42 @@ "replace": "the troglodyte", "with": "Skriss", "flags": "i" + }, + "languages": [ + { + "mode": "appendIfNotExistsArr", + "items": [ + "Dwarvish", + "Elvish", + "Undercommon" + ] + } + ], + "spellcasting": { + "mode": "appendArr", + "items": [ + { + "name": "Innate Spellcasting", + "headerEntries": [ + "Skriss can innately cast can cast the {@spell teleport} spell once per day, but the intended destination must be within 30 feet of another {@adventure society member|OotA|1|Society of Brilliance}. This teleport effect can be disrupted (see \"{@adventure Faerzress|OotA|1|Faerzress}\"), which is how society members sometimes end up in far corners of the Underdark, separated from their fellows." + ], + "daily": { + "1e": [ + "{@spell teleport}" + ] + }, + "hidden": [ + "daily" + ] + } + ] } } }, + "alignment": [ + "N" + ], + "int": 18, "hasToken": true, "hasFluffImages": true }, @@ -3934,9 +4033,42 @@ "replace": "the kuo-toa", "with": "Sloopidoop", "flags": "i" + }, + "languages": [ + { + "mode": "appendIfNotExistsArr", + "items": [ + "Dwarvish", + "Elvish", + "Undercommon" + ] + } + ], + "spellcasting": { + "mode": "appendArr", + "items": [ + { + "name": "Innate Spellcasting", + "headerEntries": [ + "Sloopidoop can innately cast can cast the {@spell teleport} spell once per day, but the intended destination must be within 30 feet of another {@adventure society member|OotA|1|Society of Brilliance}. This teleport effect can be disrupted (see \"{@adventure Faerzress|OotA|1|Faerzress}\"), which is how society members sometimes end up in far corners of the Underdark, separated from their fellows." + ], + "daily": { + "1e": [ + "{@spell teleport}" + ] + }, + "hidden": [ + "daily" + ] + } + ] } } }, + "alignment": [ + "N" + ], + "int": 18, "hasToken": true, "hasFluffImages": true }, @@ -4981,9 +5113,42 @@ "replace": "the derro savant", "with": "Y", "flags": "i" + }, + "languages": [ + { + "mode": "appendIfNotExistsArr", + "items": [ + "Dwarvish", + "Elvish", + "Undercommon" + ] + } + ], + "spellcasting": { + "mode": "appendArr", + "items": [ + { + "name": "Innate Spellcasting", + "headerEntries": [ + "Y can innately cast can cast the {@spell teleport} spell once per day, but the intended destination must be within 30 feet of another {@adventure society member|OotA|1|Society of Brilliance}. This teleport effect can be disrupted (see \"{@adventure Faerzress|OotA|1|Faerzress}\"), which is how society members sometimes end up in far corners of the Underdark, separated from their fellows." + ], + "daily": { + "1e": [ + "{@spell teleport}" + ] + }, + "hidden": [ + "daily" + ] + } + ] } } }, + "alignment": [ + "N" + ], + "int": 18, "hasToken": true, "hasFluffImages": true }, diff --git a/data/bestiary/bestiary-oow.json b/data/bestiary/bestiary-oow.json index 376b3b282c..74e3c532d1 100644 --- a/data/bestiary/bestiary-oow.json +++ b/data/bestiary/bestiary-oow.json @@ -62,6 +62,10 @@ } } }, + "alignment": [ + "N", + "G" + ], "ac": [ { "ac": 15, diff --git a/data/bestiary/bestiary-skt.json b/data/bestiary/bestiary-skt.json index 958c0f014a..97c3679697 100644 --- a/data/bestiary/bestiary-skt.json +++ b/data/bestiary/bestiary-skt.json @@ -266,7 +266,7 @@ "name": "Veteran", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { @@ -1896,7 +1896,7 @@ "name": "Guard", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" } }, @@ -2899,7 +2899,7 @@ "name": "Veteran", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { @@ -3468,7 +3468,7 @@ "name": "Knight", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { @@ -4045,7 +4045,7 @@ "name": "Commoner", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" } }, @@ -4073,7 +4073,7 @@ "name": "Knight", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { @@ -5502,7 +5502,7 @@ "name": "Guard", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" } }, @@ -5545,7 +5545,7 @@ "name": "Noble", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" } }, @@ -6341,7 +6341,7 @@ "name": "Bandit Captain", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { diff --git a/data/bestiary/bestiary-wdmm.json b/data/bestiary/bestiary-wdmm.json index 10938b9c4e..8de5f5d272 100644 --- a/data/bestiary/bestiary-wdmm.json +++ b/data/bestiary/bestiary-wdmm.json @@ -1130,7 +1130,7 @@ "name": "Scout", "source": "MM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { @@ -4789,7 +4789,7 @@ "name": "Champion", "source": "VGM", "_trait": { - "name": "Mountain Dwarf", + "name": "Shield Dwarf", "source": "PHB" }, "_mod": { diff --git a/data/bestiary/fluff-bestiary-crcotn.json b/data/bestiary/fluff-bestiary-crcotn.json index 320a641176..3e5c8f75cd 100644 --- a/data/bestiary/fluff-bestiary-crcotn.json +++ b/data/bestiary/fluff-bestiary-crcotn.json @@ -661,7 +661,7 @@ ] }, { - "name": "Foghomer", + "name": "Foghome", "source": "CRCotN", "images": [ { diff --git a/data/bestiary/traits.json b/data/bestiary/template.json similarity index 97% rename from data/bestiary/traits.json rename to data/bestiary/template.json index 4edbd87143..ac57b8771e 100644 --- a/data/bestiary/traits.json +++ b/data/bestiary/template.json @@ -1,5 +1,10 @@ { - "trait": [ + "_meta": { + "internalCopies": [ + "monsterTemplate" + ] + }, + "monsterTemplate": [ { "name": "Aarakocra", "source": "DMG", @@ -283,10 +288,8 @@ "type": { "type": "humanoid", "tags": [ - { - "tag": "elf", - "prefix": "Drow" - } + "drow", + "elf" ] } }, @@ -463,21 +466,20 @@ "Giant" ] }, - "spellcasting": { + "trait": { "mode": "appendArr", "items": [ { - "name": "Innate Spellcasting", - "headerEntries": [ - "<$title_short_name$>'s innate spellcasting ability is Wisdom (spell save {@dc <$spell_dc__wis$>}). <$title_short_name$> can innately cast the following spells, requiring no material components:" - ], - "rest": { - "1e": [ - "{@spell detect magic}", - "{@spell disguise self} (can seem up to 3 feet shorter than normal)" - ] - }, - "ability": "wis" + "name": "Powerful Build", + "entries": [ + "<$title_short_name$> counts as one size larger when determining their carrying capacity and the weight they can push, drag, or lift." + ] + }, + { + "name": "Speech of Beast and Leaf", + "entries": [ + "<$title_short_name$> can communicate in a limited way with Beasts and Plants. These creatures understand the meaning of <$title_short_name$>'s words, though <$title_short_name$> has no ability to understand their languages. In addition, <$title_short_name$> has advantage on Charisma checks they make to influence a Beast or Plant." + ] } ] } @@ -2356,7 +2358,7 @@ "tags": [ { "tag": "dwarf", - "prefix": "Shield" + "prefix": "Mountain" } ] }, @@ -2394,6 +2396,58 @@ } } }, + { + "name": "Hill Dwarf", + "source": "PHB", + "_copy": { + "name": "Mountain Dwarf", + "source": "PHB", + "_mod": { + "*": { + "mode": "setProp", + "prop": "apply._root.type", + "value": { + "type": "humanoid", + "tags": [ + { + "tag": "dwarf", + "prefix": "Hill" + } + ] + } + } + }, + "_preserve": { + "page": true + } + } + }, + { + "name": "Shield Dwarf", + "source": "PHB", + "_copy": { + "name": "Mountain Dwarf", + "source": "PHB", + "_mod": { + "*": { + "mode": "setProp", + "prop": "apply._root.type", + "value": { + "type": "humanoid", + "tags": [ + { + "tag": "dwarf", + "prefix": "Shield" + } + ] + } + } + }, + "_preserve": { + "page": true + } + } + }, { "name": "Orc", "source": "DMG", diff --git a/data/book/book-mot.json b/data/book/book-mot.json index a3ae920107..0cd6f40c77 100644 --- a/data/book/book-mot.json +++ b/data/book/book-mot.json @@ -10459,7 +10459,7 @@ "page": 176, "id": "2f9", "entries": [ - "Just as on land, everything in the waters of Theros exists on a mythic scale. While map 3.1 in {@book chapter 3|MOT|3|Map 3.1: world of theros View Player Version} suggests that travel across the Siren Sea should take only a few days, its hazards and countless uncharted islands can make what should be a journey of a month a year-long odyssey. Even a routine journey can become an epic adventure if the characters anger a god, such as Thassa, who can make sure the waves are never in their favor.", + "Just as on land, everything in the waters of Theros exists on a mythic scale. While map 3.1 in {@book chapter 3|MOT|3|Map 3.1: world of theros} suggests that travel across the Siren Sea should take only a few days, its hazards and countless uncharted islands can make what should be a journey of a month a year-long odyssey. Even a routine journey can become an epic adventure if the characters anger a god, such as Thassa, who can make sure the waves are never in their favor.", { "type": "entries", "name": "Embarking on Adventure", diff --git a/data/book/book-vgm.json b/data/book/book-vgm.json index 824da38767..860af51afc 100644 --- a/data/book/book-vgm.json +++ b/data/book/book-vgm.json @@ -8955,19 +8955,19 @@ } ], "id": "16c" + }, + { + "type": "image", + "href": { + "type": "internal", + "path": "book/VGM/c1-10.webp" + }, + "width": 759, + "height": 1000 } ], "id": "000" }, - { - "type": "image", - "href": { - "type": "internal", - "path": "book/VGM/c1-10.webp" - }, - "width": 759, - "height": 1000 - }, { "type": "section", "name": "Character Races", diff --git a/data/changelog.json b/data/changelog.json index 80a8833895..af7de58ad3 100644 --- a/data/changelog.json +++ b/data/changelog.json @@ -2461,5 +2461,11 @@ "ver": "1.181.8", "date": "2023-07-02", "txt": "- Added more images to various books (PHB, MM, VGM, MTF, SCAG, XGE)\n- Added Printer View button to Backgrounds page; Feats page\n- Improved CR Scaler handling of heavy armor with shields at high CRs\n- Fixed rare Bestiary crash when loading a specific subset of sources \n- (Fixed typos/added tags)" + }, + { + "ver": "1.182.0", + "date": "2023-07-23", + "title": "Slow Track", + "txt": "- DM Screen Initiative Tracker\n - _[Rewrote from the ground up to enable more and better features. The Initiative Tracker has a lot of moving parts, so this means a high likelihood of lots of bugs. Please report via the usual channels, and make use of the DM Screen's \"Save to File\" feature when doing so.]_\n - Added \"Initiative Tracker Creature Viewer\" companion panel type, which, when linked to an Initiative Tracker, displays the statblock of the active creature (where available)\n - Added \"default party\" editor; this allows for the creation of a set of player combatants which are always added to the tracker each time it is reset/when an encounter is loaded\n - Custom conditions can now be saved\n - Added \"Reroll initiative each round\" option\n - Added \"Image\" column type; this displays a creature's token (where available) in the tracker, the creature's fluff image (where available) when hovered, and the former can be clicked to send the latter to connected Player Views\n - Added \"Checkbox; clears at start of round\" and \"Checkbox; ticks at start of round\" additional column types\n - Revised \"Legendary Actions\" column type to a \"x/y\" format which resets to max at the start of each round\n - Added \"Initiative\" (bonus) column type, which can be used to customize initiative values for the default party, and is used as the initiative modifier for each combatant when using the \"Reroll initiative each round\" option\n - Added \"Customize\" flow to \"Add Monster\" dialogue, which allows a custom name to be entered, and CR/etc. scaling to be applied\n - When adding multiple creatures via the \"Add Monster\" button, the \"Roll groups of creatures together\" setting is now respected\n - SHIFT-clicking a creature \"Delete\" button now also deletes all similar creatures\n - The active row is now scrolled into view when advancing turn\n - SHIFT-clicking the \"Player View\" button now opens the \"Standard\" Player View dialogue, and SHIFT-clicking the \"Configure\" button now opens the \"Settings\" dialogue\n - Added various SHIFT/CTRL-click combinations to \"Add Condition\" dialogue buttons, to quickly add conditions with unlimited/1-turn/10-turn durations\n - Sort ordering is now indicated by toggle status of sort buttons\n - Round number is now persistent between loads\n - Tweaked and improved Player View styling\n\n- Improved DM Screen handling of errors when initially loading; a dialogue is now presented with an option to download the current save, and/or purge the current save and continue loading (the old default behaviour) \n- Maps page now remembers chapter/book selection between reloads\n- Maps page \"intermediate\" checkboxes now downgrade to \"unchecked\" when clicked, rather than upgrading to \"checked.\" This allows partially-selected chapters/books to be de-selected without first loading all images for that chapter/book.\n- Added Dynamic Map Viewer support for LLK Daoine Gloine maps\n- Fixed Omnisearch clear \"x\" button inconsistency\n- (Brew) Added support for `\"anyExotic\"` language proficiencies\n- (Brew) Updated JSON character constraints in \"Add/Edit Homebrew Source\" dialogue to better reflect schema requirements\n- (Brew) Removed broken rendering of image title/credits when using comic styles. This information has been relegated to the image tooltip.\n- (Fixed typos/added tags)" } ] diff --git a/data/class/class-monk.json b/data/class/class-monk.json index c71fff224f..6685a746b8 100644 --- a/data/class/class-monk.json +++ b/data/class/class-monk.json @@ -23,7 +23,7 @@ ], "toolProficiencies": [ { - "anyArtisans": 1 + "anyArtisansTool": 1 }, { "anyMusicalInstrument": 1 diff --git a/data/class/class-rogue.json b/data/class/class-rogue.json index 9904ea6908..bda13976b8 100644 --- a/data/class/class-rogue.json +++ b/data/class/class-rogue.json @@ -3373,7 +3373,7 @@ "header": 1, "entries": [ "Starting at 3rd level, your confidence propels you into battle. You can give yourself a bonus to your initiative rolls equal to your Charisma modifier.", - "You also gain an additional way to use your Sneak {@action Attack}; you don't need advantage on your attack roll to use Sneak {@action Attack} against a creature if you are within 5 feet of it, no other creatures are within 5 feet of you, and you don't have disadvantage on the attack roll. All the other rules for Sneak {@action Attack} still apply to you." + "You also gain an additional way to use your Sneak Attack; you don't need advantage on your attack roll to use Sneak Attack against a creature if you are within 5 feet of it, no other creatures are within 5 feet of you, and you don't have disadvantage on the attack roll. All the other rules for Sneak Attack still apply to you." ] }, { diff --git a/data/class/foundry.json b/data/class/foundry.json index 9a4e566cc9..6b2d964c1c 100644 --- a/data/class/foundry.json +++ b/data/class/foundry.json @@ -419,7 +419,8 @@ } ] } - ] + ], + "ignoreSrdEffects": true }, { "name": "Expertise", @@ -3623,7 +3624,7 @@ "alchemist's supplies": true }, { - "anyArtisansTool": true + "anyArtisansTool": 1 } ] } @@ -3647,7 +3648,7 @@ "smith's tools": true }, { - "anyArtisansTool": true + "anyArtisansTool": 1 } ] } @@ -3666,7 +3667,7 @@ "woodcarver's tools": true }, { - "anyArtisansTool": true + "anyArtisansTool": 1 } ] } @@ -3701,7 +3702,7 @@ "smith's tools": true }, { - "anyArtisansTool": true + "anyArtisansTool": 1 } ] } @@ -3914,7 +3915,7 @@ "entryData": { "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ] } @@ -4309,7 +4310,7 @@ "recharge": "restLong", "count": "2 * PB", "number": 1, - "faces": "(6 + ((ceil((<$level$> + 2) / 6) - 1) * 2))" + "faces": "(6 + (ceil((<$level$> + 2) / 6) - 1) * 2)" } ] } diff --git a/data/encounters.json b/data/encounters.json index b5eff6ee89..c6080610da 100644 --- a/data/encounters.json +++ b/data/encounters.json @@ -853,7 +853,7 @@ { "min": 97, "max": 99, - "result": "{@dice 1d4} {@creature remorhaz||young remorhazes}" + "result": "{@dice 1d4} {@creature remorhaz||remorhazes}" }, { "min": 0, diff --git a/data/feats.json b/data/feats.json index f5b76f3fda..d6ac78d838 100644 --- a/data/feats.json +++ b/data/feats.json @@ -863,7 +863,7 @@ "page": 79, "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "additionalSpells": [ @@ -907,7 +907,7 @@ "page": 1, "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "additionalSpells": [ @@ -6847,7 +6847,7 @@ ], "toolProficiencies": [ { - "anyArtisansTool": true + "anyArtisansTool": 1 } ], "entries": [ diff --git a/data/generated/gendata-maps.json b/data/generated/gendata-maps.json index dd3de6d6f7..a230942399 100644 --- a/data/generated/gendata-maps.json +++ b/data/generated/gendata-maps.json @@ -1 +1 @@ -{"LMoP":{"id":"LMoP","source":"LMoP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.jpg"},"title":"The Sword Coast","width":4950,"height":6750,"imageType":"map","grid":{"type":"hexColsOdd","size":264,"offsetX":60,"units":"miles"},"id":"1b0"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast (Player).jpg"},"title":"Player Version","width":2648,"height":3625,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":143,"offsetX":16,"offsetY":-15,"units":"miles"},"mapParent":{"id":"1b0","autoScale":true}}]},{"name":"Part 1 — Goblin Arrows","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Hideout.jpg"},"title":"Cragmaw Hideout","width":4937,"height":3439,"imageType":"map","grid":{"type":"square","size":165,"offsetX":-7,"offsetY":-13},"mapRegions":[{"area":"01b","points":[[991,3262],[994,2286],[1489,2123],[1942,2080],[1671,2615],[1594,3262]]},{"area":"01e","points":[[1757,3265],[1898,2631],[2160,2043],[2363,2409],[3105,2582],[3418,3265]]},{"area":"021","points":[[2329,1671],[2535,1517],[2948,1849],[2957,2203],[2862,2265],[2329,1895]]},{"area":"029","points":[[2305,889],[2625,615],[3009,474],[3455,551],[3252,788],[2840,812],[2569,1129]]},{"area":"02f","points":[[978,831],[917,665],[486,711],[311,1225],[708,1662],[1388,1782],[1569,1502],[1095,1194]]},{"area":"037","points":[[3855,1843],[3631,1914],[3409,1686],[3332,1969],[3418,2305],[3723,2486],[3815,2748],[4452,2778],[4585,2203],[4492,2009],[4317,2117],[4111,1843]]},{"area":"025","points":[[1391,865],[1483,948],[1582,966],[1668,942],[1726,982],[1871,985],[2108,1114],[1985,1246],[1825,1126],[1498,1148],[1320,997]]},{"area":"034","points":[[3453,1316],[3509,1076],[3577,836],[3613,648],[3676,625],[3783,629],[3775,560],[3874,493],[4076,493],[4107,554],[4103,621],[4189,659],[4242,720],[4276,800],[4328,827],[4411,808],[4440,846],[4453,933],[4509,989],[4573,985],[4627,1015],[4638,1057],[4705,1118],[4716,1181],[4691,1255],[4625,1269],[4589,1312],[4621,1411],[4611,1480],[4617,1615],[4537,1672],[4453,1680],[4419,1659],[4314,1661],[4265,1726],[4168,1794],[3924,1735],[3899,1663],[3815,1646],[3777,1571],[3749,1522],[3600,1472],[3531,1499],[3463,1398],[3463,1364]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Cragmaw Hideout.webp"},"id":"1ab","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Hideout (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-4,"offsetY":-7},"mapParent":{"id":"1ab","autoScale":true}}]},{"name":"Part 2 — Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Phandalin.jpg"},"title":"Phandalin","width":4950,"height":3450,"mapRegions":[{"area":"04a","points":[[2227,1210],[2397,1312],[2301,1472],[2187,1469],[2093,1405]]},{"area":"053","points":[[2421,1051],[2509,918],[2606,830],[2717,875],[2579,1147]]},{"area":"056","points":[[1310,661],[1323,741],[1293,870],[1414,1043],[1242,1227],[1021,1301],[811,1061],[958,696]]},{"area":"059","points":[[1544,1768],[1717,1632],[1877,1744],[1768,1936],[1590,1938]]},{"area":"05c","points":[[1525,2218],[1691,2189],[1744,2347],[1499,2398]]},{"area":"05f","points":[[2942,2093],[3002,1976],[3058,1966],[3413,2021],[3624,2238],[3632,2400],[3472,2522],[3184,2581],[2982,2558],[2957,2493],[2982,2270]]},{"area":"062","points":[[1840,1429],[1861,1294],[1968,1290],[1987,1429]]},{"area":"065","points":[[2957,1499],[2955,1346],[3082,1342],[3086,1266],[3165,1261],[3174,1366],[3134,1494]]},{"area":"066","points":[[2037,1650],[2285,1707],[2262,1842],[2205,1854],[1995,1816]]},{"area":"06c","points":[[4027,1293],[4538,1123],[4669,1226],[4664,1333],[4518,1451],[4171,1464],[4050,1400]]}],"imageType":"map","grid":{"type":"none","size":87,"distance":20},"id":"1b1","hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Phandalin.webp"},"page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Phandalin (Player).jpg"},"title":"Player Version","width":4000,"height":2788,"imageType":"mapPlayer","grid":{"type":"none","size":69,"distance":20},"mapParent":{"id":"1b1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Redbrand Hideout.jpg"},"title":"Redbrand Hideout","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":165,"offsetX":3,"offsetY":-7},"mapRegions":[{"area":"07b","points":[[3308,2132],[3791,2123],[3794,2302],[4123,2295],[4117,2135],[4600,2145],[4597,3111],[4117,3117],[4117,2960],[3800,2963],[3797,3120],[3308,3114]]},{"area":"081","points":[[2655,2129],[3142,2135],[3129,2794],[2655,2797]]},{"area":"085","points":[[3298,1655],[4615,1652],[4609,1963],[3298,1966]]},{"area":"088","points":[[2637,982],[3289,982],[3286,1963],[2637,1963]]},{"area":"08d","points":[[3311,483],[3794,483],[3791,1622],[3311,1631]]},{"area":"093","points":[[2631,489],[3135,486],[3132,960],[2631,957]]},{"area":"095","points":[[1658,978],[1662,489],[2600,492],[2597,652],[2465,649],[2462,978]]},{"area":"098","points":[[1982,997],[2317,997],[2348,1120],[2489,1188],[2452,1600],[2206,1828],[2154,2102],[2302,2615],[2203,2788],[2080,2917],[1951,2822],[1511,2754],[1262,2572],[1329,2298],[1323,2037],[1603,1757],[1649,1495],[1665,1268],[1883,1188]]},{"area":"09e","points":[[326,2643],[1160,2640],[1160,3108],[326,3123]]},{"area":"0a4","points":[[332,1323],[1157,1317],[1157,2111],[332,2120]]},{"area":"0a8","points":[[326,486],[978,486],[978,1120],[326,1129]]},{"area":"0ad","points":[[1009,486],[1622,480],[1615,972],[1009,982]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Redbrand Hideout.webp"},"id":"1ac","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Redbrand Hideout (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":2,"offsetY":-7},"mapParent":{"id":"1ac","autoScale":true}}]},{"name":"Part 3 — The Spider's Web","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.jpg"},"title":"The Sword Coast","width":4950,"height":6750,"imageType":"map","grid":{"type":"hexColsOdd","size":264,"offsetX":60,"units":"miles"},"id":"1b2"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast (Player).jpg"},"title":"Player Version","width":2648,"height":3625,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":143,"offsetX":16,"offsetY":-15,"units":"miles"},"mapParent":{"id":"1b2","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Ruins of Thundertree.jpg"},"title":"Ruins of Thundertree","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":164,"offsetX":11,"offsetY":2,"distance":10},"mapRegions":[{"area":"0d3","points":[[342,994],[643,1006],[646,1280],[342,1283]]},{"area":"0da","points":[[1172,345],[1797,335],[1797,634],[1172,634]]},{"area":"0df","points":[[1169,2151],[1474,2154],[1471,2615],[1169,2618]]},{"area":"0e3","points":[[1994,2474],[2123,2480],[2126,2643],[2286,2652],[2280,2942],[1815,2945],[1825,2640],[1994,2631]]},{"area":"0e6","points":[[2314,2151],[2945,2148],[2948,2452],[2314,2446]]},{"area":"0eb","points":[[2329,348],[2615,345],[2615,489],[2686,486],[2788,382],[2966,378],[3062,477],[3071,649],[2972,738],[2775,742],[2683,594],[2609,578],[2612,615],[2329,625]]},{"area":"0f1","points":[[2800,2640],[3123,2637],[3117,2945],[2800,2932]]},{"area":"0f4","points":[[3449,2148],[3612,2142],[3603,2455],[3449,2455]]},{"area":"0f8","points":[[3437,775],[3818,686],[4095,812],[4394,991],[4378,1298],[3437,1286]]},{"area":"0fa","points":[[3975,345],[4434,345],[4434,791],[4138,797],[4135,631],[3975,622]]},{"area":"101","points":[[4298,2649],[4471,2646],[4465,2326],[4591,2326],[4588,2935],[4298,2938]]},{"area":"0d6","points":[[806,1120],[806,1812],[1668,1812],[1668,1120]]},{"area":"0fd","points":[[3802,1324],[3802,1795],[3940,1795],[3940,1625],[4093,1625],[4093,1489],[3933,1489],[3933,1324]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Ruins of Thundertree.webp"},"id":"1ad","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Ruins of Thundertree (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-4,"offsetY":-6,"distance":10},"mapParent":{"id":"1ad","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Castle.jpg"},"title":"Cragmaw Castle","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":158,"offsetX":-53,"offsetY":-90},"mapRegions":[{"area":"112","points":[[277,1338],[505,1360],[668,1526],[889,1628],[895,1969],[677,2114],[600,2255],[277,2262]]},{"area":"115","points":[[938,1646],[1058,1646],[1071,1197],[1345,1197],[1360,1486],[1662,1486],[1662,1782],[1351,1782],[1342,2006],[1265,2102],[1212,2243],[1074,2246],[1068,1938],[938,1935]]},{"area":"119","points":[[615,1191],[1031,1194],[1025,1471],[892,1452],[772,1388],[680,1308]]},{"area":"119","points":[[1034,2412],[1034,2123],[898,2154],[785,2274],[742,2412]]},{"area":"11c","points":[[1068,2446],[1071,2295],[1314,2314],[1298,2545],[1172,2594],[1129,2726],[948,2714],[812,2628],[748,2511],[738,2446]]},{"area":"120","points":[[1077,1148],[1083,603],[1182,566],[1403,714],[1489,858],[1523,1012],[1498,1148]]},{"area":"123","points":[[622,1148],[591,988],[622,846],[702,702],[852,637],[1028,618],[1022,1148]]},{"area":"12a","points":[[1705,1769],[1705,1178],[2243,1175],[2249,1363],[2277,1474],[2289,1769]]},{"area":"127","points":[[1388,1825],[2292,1825],[2286,2409],[1680,2397],[1578,2209],[1492,2018],[1388,2000]]},{"area":"12f","points":[[1717,966],[1708,597],[1800,465],[1920,406],[2086,406],[2212,483],[2289,609],[2302,966]]},{"area":"133","points":[[1320,2926],[1578,2812],[1683,2612],[2148,2609],[2163,2926]]},{"area":"136","points":[[2483,926],[2646,735],[2843,720],[2938,855],[3074,932],[3068,1151],[2963,1283],[2769,1302],[2535,1169]]},{"area":"138","points":[[3117,1535],[3246,1502],[3403,1532],[3526,1677],[3557,1871],[3502,2012],[3351,2108],[3298,2240],[3117,2243]]},{"area":"13b","points":[[2815,2511],[3022,2446],[3083,2317],[3252,2317],[3363,2428],[3403,2563],[3391,2717],[3314,2818],[3203,2886],[3062,2902],[2935,2849],[2843,2751],[2791,2622]]},{"area":"140","points":[[3585,572],[3794,551],[3985,637],[4123,760],[4185,975],[4142,1203],[4018,1366],[3868,1437],[3585,1462]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Cragmaw Castle.webp"},"id":"1ae","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Castle (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":144,"offsetX":-54,"offsetY":57},"mapParent":{"id":"1ae","autoScale":true}}]},{"name":"Part 4 — Wave Echo Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Wave Echo Cave.jpg"},"title":"Wave Echo Cave","width":4950,"height":6750,"imageType":"map","grid":{"type":"square","size":133,"offsetX":22,"offsetY":21,"distance":10},"mapRegions":[{"area":"158","points":[[385,4868],[665,4797],[1037,4840],[1046,4618],[1262,4585],[1489,4729],[1618,5098],[1440,5135],[1517,5298],[1357,5403],[1434,5529],[1175,5566],[988,5477],[794,5434],[671,5197],[529,5018]]},{"area":"15c","points":[[292,2932],[1077,2926],[1083,3351],[2123,3397],[2138,4508],[292,4471]]},{"area":"160","points":[[1760,5342],[2012,5342],[2006,5465],[2382,5468],[2388,5858],[1880,5858],[1886,5732],[1760,5735]]},{"area":"162","points":[[2831,5335],[3074,5338],[3071,5858],[2831,5862]]},{"area":"165","points":[[2295,3612],[2412,3612],[2412,3738],[2671,3742],[2677,4391],[2295,4388]]},{"area":"167","points":[[3083,3612],[3471,3612],[3474,3988],[3369,4095],[3363,4197],[3280,4277],[3280,4388],[3083,4391]]},{"area":"169","points":[[3209,4794],[3529,4671],[3526,4526],[3677,4440],[3668,4277],[3575,4126],[3754,4172],[3874,4298],[3991,4203],[4114,4277],[4382,4532],[4662,4754],[4394,4818],[4566,5034],[4422,5068],[4092,4929],[3791,4818],[3415,4812],[3209,5015]]},{"area":"15e","points":[[1578,4545],[3172,4548],[3117,4662],[2542,4677],[2538,4892],[2662,5006],[3089,4871],[3083,4997],[2889,5018],[2683,5191],[2677,5335],[2508,5320],[2212,5203],[1843,5095],[1665,5077],[1662,4948],[1874,4963],[1883,4665],[1578,4658]]},{"area":"16c","points":[[1240,2800],[1492,2760],[1578,2560],[1757,2489],[2037,2526],[2148,2622],[2409,2683],[2658,2849],[3068,2865],[3332,2972],[3492,3157],[3305,3412],[3102,3462],[2815,3585],[2418,3428],[2252,3326],[1834,3234],[1585,3200],[1317,3077]]},{"area":"16e","points":[[594,2702],[434,2529],[394,2206],[412,2000],[612,1902],[603,1828],[437,1695],[511,1591],[877,1637],[1037,1529],[991,1695],[1043,1818],[1077,1991],[1062,2391],[886,2492],[751,2578],[742,2702]]},{"area":"171","points":[[1498,1754],[1612,1751],[1612,1886],[2123,1886],[2132,2265],[1498,2265]]},{"area":"175","points":[[2557,1997],[2557,1852],[2378,1880],[2474,1698],[2492,1563],[2658,1348],[2806,1354],[3040,1471],[2969,1655],[3111,1874],[3345,1877],[3335,2538],[3062,2514],[2960,2674],[2745,2628],[2557,2545]]},{"area":"177","points":[[4228,3942],[4012,3880],[3828,3966],[3695,3769],[3643,3548],[3692,3369],[3855,3348],[3963,3178],[3822,3034],[3877,2778],[3834,2535],[3828,2391],[4009,2126],[4117,2194],[4277,2114],[4458,2117],[4578,2240],[4363,2234],[4366,2354],[4105,2351],[4102,2963],[4612,2975],[4591,3175],[4677,3425],[4228,3434]]},{"area":"179","points":[[4289,3489],[4658,3492],[4662,4117],[4415,4120],[4409,3975],[4289,3982]]},{"area":"17d","points":[[4163,2428],[4425,2418],[4425,2302],[4649,2302],[4646,2920],[4163,2917]]},{"area":"182","points":[[3683,1754],[3462,1514],[3394,1252],[3246,1022],[3314,871],[3572,895],[3858,748],[3972,548],[4428,585],[4422,815],[4286,991],[4188,1311],[4154,1514],[4323,1698],[4323,1818]]},{"area":"184","points":[[2378,545],[2298,809],[2295,1009],[2465,1049],[2228,1397],[2169,1569],[2058,1658],[1889,1052],[1985,877],[2040,477],[2123,400],[2332,366],[2345,489]]},{"area":"186","points":[[1991,1646],[1822,1074],[1905,895],[1954,560],[1812,689],[1695,695],[1705,806],[1572,1012],[1508,1065],[1569,1329],[1643,1489]]},{"area":"194","points":[[982,434],[1206,428],[1209,557],[1332,563],[1326,788],[982,794]]},{"area":"18b","points":[[292,425],[292,1197],[938,1197],[938,425]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Wave Echo Cave.webp"},"id":"1af","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Wave Echo Cave (Player).jpg"},"title":"Player Version","width":4500,"height":6136,"imageType":"mapPlayer","grid":{"type":"square","size":121,"offsetX":14,"offsetY":12,"distance":10},"mapParent":{"id":"1af","autoScale":true}}]}]},"HotDQ":{"id":"HotDQ","source":"HotDQ","prop":"adventure","chapters":[{"name":"Ch. 1: Greenest in Flames","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/007-map-1-1-greenest.jpg"},"title":"Map 1.1: Greenest","width":4050,"height":3000,"imageType":"map","grid":{"type":"none","size":379,"distance":100},"id":"219","mapRegions":[{"area":"070","points":[[2126,1732],[2092,1631],[2132,1498],[2262,1505],[2268,1585],[2206,1609],[2185,1671],[2206,1711]]},{"area":"074","points":[[2437,2102],[2468,1975],[2542,1892],[2615,1862],[2714,1852],[2711,1745],[2646,1649],[2520,1702],[2400,1778],[2335,1862],[2311,1997],[2323,2102]]},{"area":"07c","points":[[3317,2203],[3308,2028],[3332,1874],[3600,1865],[3683,1929],[3868,2108],[3840,2209],[3674,2314],[3477,2280]]},{"area":"07f","points":[[178,2145],[215,2055],[329,2077],[425,2068],[529,2129],[548,2237],[486,2302],[323,2298],[197,2237]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/007-map-1-1-greenest.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/008-map-1-1-greenest-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"none","size":317,"distance":100},"mapParent":{"id":"219","autoScale":true}}]},{"name":"Ch. 2: Raiders' Camp","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/012-map-2-1-raider-camp.jpg"},"title":"Map 2.1: Raider Camp","width":4050,"height":3000,"imageType":"map","grid":{"type":"none","size":375,"distance":100},"id":"276","mapRegions":[{"area":"09e","points":[[2951,1822],[3148,1843],[3317,1812],[3394,1680],[3338,1511],[3169,1388],[2954,1372],[2865,1465],[2840,1603],[2825,1754]]},{"area":"09c","points":[[1692,2022],[1846,1942],[2052,1914],[2262,1948],[2280,2083],[2255,2249],[2200,2412],[2111,2560],[1945,2634],[1742,2545],[1689,2378],[1671,2206]]},{"area":"0a2","points":[[2338,2582],[2391,2314],[2462,2169],[2637,2080],[2871,2046],[3126,2065],[3277,2169],[3422,2280],[3262,2434],[3065,2535],[2834,2585],[2609,2708]]},{"area":"0a1","points":[[3489,2126],[3406,1917],[3443,1738],[3625,1646],[3726,1772],[3745,2043],[3618,2169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/012-map-2-1-raider-camp.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/013-map-2-1-raider-camp-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"none","size":312,"distance":100},"mapParent":{"id":"276","autoScale":true}}]},{"name":"Ch. 3: Dragon Hatchery","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/017-map-3-1-dragon-hatchery.jpg"},"title":"Map 3.1: Dragon Hatchery","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":66,"offsetX":-13,"offsetY":11},"id":"277","mapRegions":[{"area":"0af","points":[[382,1351],[794,1345],[1025,1465],[1095,1526],[1043,1905],[865,1729],[794,1775],[643,1800],[612,1742],[382,1726]]},{"area":"0b1","points":[[1686,1628],[1732,1542],[1806,1514],[1868,1468],[1963,1514],[2102,1440],[2234,1305],[2335,1292],[2314,1495],[2258,1511],[2185,1665],[2145,1742],[2055,1843],[1991,1942],[1920,1975]]},{"area":"0b5","points":[[2849,982],[2985,815],[2877,692],[2858,563],[2957,409],[3114,452],[3258,415],[3360,489],[3477,508],[3388,797],[3612,932],[3720,975],[3695,1055],[3572,1108],[3443,1102],[3292,1117]]},{"area":"0b7","points":[[3280,1363],[3422,1326],[3622,1314],[3726,1317],[3794,1360],[3880,1446],[3828,1575],[3717,1646],[3640,1723],[3526,1748],[3369,1797],[3218,1831],[3043,1902],[3022,1843],[3086,1763],[3138,1655],[3200,1532],[3274,1428]]},{"area":"0b4","points":[[2351,1526],[2385,1277],[2612,1191],[2772,1000],[2794,1037],[2837,1015],[3231,1132],[3111,1246],[3111,1369],[2951,1372],[2926,1508],[2812,1603],[2695,1646],[2557,1649],[2422,1575]]},{"area":"0bb","points":[[2720,963],[2618,840],[2554,735],[2560,578],[2517,468],[2378,354],[2255,326],[2182,203],[2055,240],[2022,363],[1917,323],[1769,182],[1637,132],[1477,197],[1431,268],[1465,311],[1640,378],[1674,529],[1754,634],[1868,711],[2012,738],[2117,868],[2212,945],[2357,1058],[2511,1086],[2597,1043]]},{"area":"0bd","points":[[2043,871],[1920,997],[1898,1175],[1908,1258],[1843,1317],[1760,1188],[1615,1258],[1348,1185],[1314,1129],[1108,1062],[1178,618],[1572,683],[1628,1080],[1794,994],[1883,889],[1929,843]]},{"area":"0c1","points":[[2351,1705],[2803,1742],[2748,1988],[2803,2065],[2778,2212],[2631,2197],[2625,2369],[2292,2397],[2092,2360],[2037,2191],[2142,2083],[2117,1972],[2323,1902],[2351,1800]]},{"area":"0c8","points":[[2914,2206],[2991,2040],[3326,1886],[3569,1917],[3745,2031],[3705,2166],[3763,2314],[3708,2354],[3615,2271],[3588,2166],[3434,2102],[3317,2138],[3111,2206],[3022,2345],[2942,2348]]},{"area":"0ca","points":[[2889,2455],[3092,2317],[3157,2231],[3311,2182],[3508,2188],[3578,2335],[3702,2406],[3791,2662],[3757,2729],[3662,2760],[3431,2726],[3265,2677],[3117,2640],[2988,2665],[2975,2717],[2815,2720],[2720,2615],[2769,2508]]},{"area":"0cb","points":[[3803,2317],[3745,2197],[3772,2080],[3868,2108],[3938,2098],[3945,2225],[3877,2274]]},{"area":"0ce","points":[[2163,2529],[2062,2591],[1862,2569],[1828,2766],[1382,2714],[1375,2468],[1517,2449],[1514,2292],[1628,2258],[1742,2280],[1760,2366],[1628,2388],[1628,2446],[1892,2462],[1942,2498],[2043,2480]]},{"area":"0d1","points":[[523,2514],[1166,2517],[1215,2572],[1212,2643],[1157,2646],[1157,2772],[594,2769]]},{"area":"0d3","points":[[265,1997],[708,2003],[769,2249],[769,2369],[255,2382]]},{"area":"0b0","points":[[1077,1972],[1151,1557],[1366,1662],[1529,1742],[1622,1665],[1858,2022],[1806,2077],[1686,2114],[1542,2095],[1449,2203],[1360,2286],[1292,2388],[1098,2372],[1077,2302],[1166,2280],[1191,2120],[1129,2037]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/017-map-3-1-dragon-hatchery.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/018-map-3-1-dragon-hatchery-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":-10,"offsetY":10},"mapParent":{"id":"277","autoScale":true}}]},{"name":"Ch. 5: Construction Ahead","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/025-map-5-1-carnath-roadhouse.jpg"},"title":"Map 5.1: Carnath Roadhouse","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-39,"offsetY":-56},"id":"278","mapRegions":[{"area":"113","points":[[532,2074],[535,714],[1548,689],[1551,640],[1877,643],[1880,1332],[1351,1329],[1342,1597],[1145,1600],[1145,2074]]},{"area":"114","points":[[283,2089],[348,2428],[1782,2597],[1782,2089]]},{"area":"115","points":[[1182,1643],[1182,2062],[1877,2062],[1877,1643]]},{"area":"116","points":[[1458,1357],[1458,1603],[1874,1603],[1874,1357]]},{"area":"117","points":[[628,458],[628,680],[883,680],[883,458]]},{"area":"117","points":[[902,449],[902,674],[1255,674],[1255,449]]},{"area":"117","points":[[1274,458],[1434,462],[1532,665],[1274,665]]},{"area":"119","points":[[455,455],[455,677],[609,677],[609,455]]},{"area":"117","points":[[508,714],[185,818],[197,969],[508,969]]},{"area":"117","points":[[200,982],[517,982],[517,1240],[222,1240]]},{"area":"117","points":[[215,1271],[517,1271],[517,1511],[237,1511]]},{"area":"117","points":[[234,1542],[511,1542],[511,1788],[258,1788]]},{"area":"118","points":[[252,1822],[508,1822],[508,2052],[277,2052]]},{"area":"117","points":[[2400,449],[2400,677],[2646,677],[2646,449]]},{"area":"117","points":[[2665,449],[2665,680],[2923,680],[2923,449]]},{"area":"117","points":[[2938,452],[2938,677],[3108,677],[3108,452]]},{"area":"117","points":[[3129,449],[3129,677],[3292,677],[3292,449]]},{"area":"117","points":[[2145,1049],[2129,822],[2394,714],[2443,714],[2443,1049]]},{"area":"117","points":[[2449,1326],[2166,1326],[2151,1083],[2449,1083]]},{"area":"117","points":[[2443,1357],[2169,1357],[2178,1511],[2443,1511]]},{"area":"117","points":[[2182,1535],[2191,1708],[2443,1708],[2443,1535]]},{"area":"117","points":[[2197,1723],[2446,1723],[2446,2049],[2209,2049]]},{"area":"11a","points":[[3126,1637],[3412,1637],[3412,1357],[3828,1357],[3828,2046],[3126,2046]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/025-map-5-1-carnath-roadhouse.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/026-map-5-1-carnath-roadhouse-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-37,"offsetY":-55},"mapParent":{"id":"278"}}]},{"name":"Ch. 6: Castle Naerytar","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/029-map-6-1-castle-naerytar.jpg"},"title":"Map 6.1: Castle Naerytar—Ground Level","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":47,"offsetY":33,"distance":20},"id":"280","mapRegions":[{"area":"13a","points":[[138,1609],[455,1483],[754,1391],[985,1335],[1068,1280],[1277,1283],[1382,1354],[1554,1351],[1443,1754],[1289,1711],[1185,1711],[1092,1902],[785,1892],[517,1880],[138,1917]]},{"area":"13b","points":[[578,2006],[766,2062],[825,2240],[754,2338],[726,2455],[763,2529],[680,2618],[526,2662],[400,2662],[317,2566],[302,2434],[298,2357],[335,2185],[471,2065]]},{"area":"13c","points":[[1843,1317],[1843,1815],[2157,1815],[2157,1317]]},{"area":"13c","points":[[914,2157],[914,2677],[1335,2677],[1335,2157]]},{"area":"13e","points":[[655,797],[606,554],[603,357],[994,357],[1209,391],[1471,351],[1763,308],[2018,394],[1985,625],[1982,843],[1886,1095],[1818,1138],[1665,1022],[1662,898],[1551,895],[1449,917],[1329,1058],[994,1086],[785,969]]},{"area":"140","points":[[2215,1843],[2215,1548],[2249,1335],[2289,1206],[2437,1212],[2535,1363],[2523,1557],[2517,1708],[2351,1840]]},{"area":"141","points":[[1612,1895],[1726,1880],[1825,1880],[1809,1803],[1797,1738],[1708,1742],[1615,1806]]},{"area":"144","points":[[1822,1932],[1698,1938],[1560,2000],[1471,2148],[1468,2320],[1538,2483],[1671,2554],[1822,2572]]},{"area":"145","points":[[1862,2206],[1862,2326],[2954,2326],[2954,2206]]},{"area":"146","points":[[2846,2055],[2846,1791],[2765,1791],[2765,1468],[3338,1468],[3338,1674],[3206,1674],[3206,2055]]},{"area":"147","points":[[3215,1234],[3108,1129],[3105,985],[3191,975],[3268,1068],[3394,1095],[3409,1289],[3234,1295]]},{"area":"148","points":[[3289,1012],[3237,951],[3262,840],[3363,794],[3455,834],[3480,948],[3388,1022]]},{"area":"14a","points":[[3375,1671],[3375,1323],[3434,1323],[3474,1671]]},{"area":"14b","points":[[3246,1711],[3246,2052],[3477,2052],[3477,1711]]},{"area":"14d","points":[[2997,2092],[3255,2092],[3203,2191],[3188,2317],[2997,2317]]},{"area":"14f","points":[[3258,2209],[3391,2209],[3388,2458],[3289,2406],[3243,2311]]},{"area":"150","points":[[3286,2175],[3591,2175],[3508,2089],[3382,2080],[3314,2126]]},{"area":"151","points":[[3505,2446],[3505,2215],[3600,2215],[3609,2308],[3572,2406]]},{"area":"152","points":[[2606,1834],[2606,2071],[2806,2071],[2806,1834]]},{"area":"154","points":[[2486,1815],[2486,1929],[2591,1929],[2591,1815]]},{"area":"155","points":[[2455,1828],[2449,1960],[2569,1957],[2569,2071],[2350,2071],[2332,1972],[2378,1877]]},{"area":"156","points":[[2360,2092],[2412,2160],[2791,2160],[2791,2092]]},{"area":"157","points":[[2606,1585],[2606,1745],[2717,1745],[2717,1585]]},{"area":"158","points":[[2600,1074],[2600,1538],[2723,1538],[2723,1074]]},{"area":"15a","points":[[2612,815],[2698,880],[2726,975],[2729,1025],[2612,1025]]},{"area":"15b","points":[[2585,806],[2455,806],[2363,883],[2342,969],[2585,969]]},{"area":"15c","points":[[2323,997],[2382,1120],[2480,1182],[2575,1191],[2575,997]]},{"area":"15d","points":[[2929,1406],[2889,1320],[2923,1228],[2994,1163],[3089,1166],[3138,1203]]},{"area":"15e","points":[[2957,1418],[3145,1234],[3188,1308],[3175,1385],[3068,1446],[2991,1446]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/029-map-6-1-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/030-map-6-1-castle-naerytar-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":47,"offsetY":33,"distance":20},"mapParent":{"id":"280"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/031-map-6-2-castle-naerytar.jpg"},"title":"Map 6.2: Castle Naerytar—Level 2","width":2100,"height":2700,"imageType":"map","grid":{"type":"square","size":129,"offsetX":8,"offsetY":-3,"distance":20},"id":"281","mapRegions":[{"area":"160","points":[[1302,2075],[1297,2197],[1355,2325],[1455,2412],[1585,2452],[1705,2435],[1810,2392],[1895,2305],[1940,2187],[1945,2075]]},{"area":"161","points":[[170,417],[260,382],[340,417],[387,505],[352,600],[267,625],[175,602],[142,507]]},{"area":"163","points":[[682,490],[682,450],[1035,395],[1035,490]]},{"area":"164","points":[[1072,390],[1072,622],[1417,622],[1417,390]]},{"area":"166","points":[[1460,625],[1557,670],[1692,687],[1692,870],[1460,870]]},{"area":"167","points":[[1552,277],[1452,385],[1452,475],[1552,592]]},{"area":"167","points":[[1580,635],[1707,615],[1805,527],[1580,527]]},{"area":"167","points":[[1585,270],[1677,262],[1760,292],[1810,350],[1585,372]]},{"area":"168","points":[[1187,1422],[1252,1510],[1355,1545],[1430,1530],[1430,1422]]},{"area":"169","points":[[1180,1300],[1167,1352],[1177,1400],[1290,1400],[1290,1300]]},{"area":"16a","points":[[1180,1070],[1180,1282],[1535,1282],[1535,1070]]},{"area":"16b","points":[[940,1152],[940,1277],[1142,1277],[1142,1152]]},{"area":"16c","points":[[382,1162],[252,1165],[180,1212],[162,1267],[382,1267]]},{"area":"16d","points":[[537,1325],[507,1462],[430,1532],[350,1547],[350,1305],[385,1305]]},{"area":"16e","points":[[565,750],[525,795],[517,865],[625,975],[700,972],[747,937]]},{"area":"16f","points":[[657,820],[742,737],[800,787],[800,885],[765,927]]},{"area":"16f","points":[[572,732],[610,697],[687,697],[737,720],[647,795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/031-map-6-2-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/032-map-6-2-castle-naerytar-player.jpg"},"title":"Player Version","width":2100,"height":2700,"imageType":"mapPlayer","grid":{"type":"square","size":129,"offsetX":8,"offsetY":-3,"distance":20},"mapParent":{"id":"281"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/033-map-6-3-castle-naerytar.jpg"},"title":"Map 6.3: Castle Naerytar—Level 3","width":2100,"height":2700,"imageType":"map","grid":{"type":"square","size":129,"offsetX":6,"distance":20},"id":"282","mapRegions":[{"area":"172","points":[[135,510],[167,427],[250,387],[340,412],[392,482],[377,577],[315,622],[222,620],[160,570]]},{"area":"175","points":[[1477,335],[1595,270],[1730,275],[1810,355],[1820,492],[1755,597],[1627,625],[1537,590],[1472,487],[1452,407]]},{"area":"176","points":[[1177,1305],[1175,1435],[1287,1540],[1432,1540],[1522,1480],[1522,1305]]},{"area":"178","points":[[1190,1175],[1190,1275],[1290,1275],[1290,1175]]},{"area":"179","points":[[1305,1072],[1305,1287],[1535,1287],[1535,1072]]},{"area":"17b","points":[[1185,1072],[1185,1145],[1295,1145],[1295,1072]]},{"area":"17c","points":[[952,1150],[952,1275],[1135,1275],[1135,1150]]},{"area":"17d","points":[[150,1297],[145,1427],[217,1505],[312,1547],[312,1297]]},{"area":"17e","points":[[157,1267],[220,1197],[297,1160],[390,1160],[390,1267]]},{"area":"17f","points":[[527,1340],[505,1460],[440,1512],[352,1545],[347,1305],[385,1305],[385,1337]]},{"area":"180","points":[[620,690],[705,690],[807,795],[807,880],[720,975],[622,975],[520,875],[520,807]]},{"area":"174","points":[[1067,387],[1067,627],[1420,627],[1420,387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/033-map-6-3-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/034-map-6-3-castle-naerytar-player.jpg"},"title":"Player Version","width":2022,"height":2600,"imageType":"mapPlayer","grid":{"type":"square","size":125,"offsetY":-7,"distance":20},"mapParent":{"id":"282","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/035-map-6-4-castle-naerytar.jpg"},"title":"Map 6.4: Castle Naerytar—Dungeon","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":96,"offsetX":3,"offsetY":6,"distance":10},"id":"283","mapRegions":[{"area":"187","points":[[2527,690],[2620,705],[2757,867],[2940,1022],[3032,1082],[3042,1222],[3192,1330],[3317,1445],[3232,1507],[3047,1517],[2590,1525],[2525,1480],[2502,987],[2502,777]]},{"area":"188","points":[[3212,1055],[3270,987],[3177,940],[3185,847],[3372,805],[3447,815],[3432,875],[3527,892],[3535,955],[3657,975],[3660,857],[3730,937],[3710,1072],[3640,1192],[3710,1260],[3740,1390],[3715,1425],[3665,1430],[3637,1457],[3472,1322],[3345,1162],[3225,1132]]},{"area":"18b","points":[[2570,2172],[2680,2117],[2865,2100],[2982,2080],[3032,2185],[3072,2300],[3037,2452],[2950,2557],[2807,2567],[2735,2400],[2670,2370],[2610,2285],[2612,2225]]},{"area":"18a","points":[[3280,2242],[3332,2190],[3325,2080],[3272,2052],[3267,1930],[3275,1842],[3315,1820],[3352,1840],[3385,1937],[3425,1990],[3645,2135],[3737,2270],[3702,2470],[3630,2477],[3590,2557],[3530,2582],[3455,2467],[3387,2402],[3312,2337]]},{"area":"18c","points":[[2457,1830],[2507,1762],[2625,1760],[2690,1712],[2812,1820],[2965,1930],[2980,2037],[2835,2060],[2752,2010],[2585,2005],[2517,1975]]},{"area":"18d","points":[[705,1357],[830,1372],[917,1485],[1045,1537],[1112,1432],[1200,1422],[1250,1382],[1205,1277],[1160,1255],[1195,1157],[1322,1050],[1550,1007],[1750,947],[2060,1062],[2305,1125],[2405,1322],[2272,1540],[2292,1667],[2295,1965],[2247,2115],[2072,2165],[1905,2317],[1702,2080],[1590,1810],[1512,1697],[1312,1712],[1377,1965],[1487,2040],[1512,2155],[1470,2230],[1462,2335],[1390,2395],[1322,2392],[1005,1765],[975,1640],[862,1585],[730,1505]]},{"area":"18e","points":[[570,2242],[617,2007],[730,1867],[807,1770],[915,1795],[990,1760],[982,1925],[1082,2025],[1180,2260],[1260,2322],[1287,2440],[1102,2507],[922,2427],[755,2375],[660,2280]]},{"area":"18f","points":[[2010,2430],[2117,2360],[2272,2395],[2317,2495],[2417,2510],[2385,2692],[2285,2710],[2205,2560],[2080,2515]]},{"area":"190","points":[[1652,667],[1652,517],[1717,480],[1757,432],[1992,405],[2180,470],[2355,545],[2397,737],[2442,762],[2360,847],[2280,790],[2202,755],[2140,685],[2012,687],[1850,627],[1730,697]]},{"area":"191","points":[[1632,865],[1560,900],[1485,707],[1350,800],[1255,722],[1300,657],[1262,517],[1270,427],[1320,440],[1355,480],[1632,510],[1627,645],[1580,707],[1615,790]]},{"area":"192","points":[[997,922],[1007,1000],[810,1122],[597,1247],[507,1197],[400,1170],[317,977],[620,927],[865,887]]},{"area":"193","points":[[382,1255],[417,1345],[490,1622],[222,1720],[212,1270]]},{"area":"194","points":[[402,310],[897,320],[865,522],[822,530],[745,575],[700,575],[480,670],[307,587]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/035-map-6-4-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/036-map-6-4-castle-naerytar-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":1,"offsetY":5,"distance":10},"mapParent":{"id":"283","autoScale":true}}]},{"name":"Ch. 7: Hunting Lodge","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/039-map-7-1-hunting-lodge.jpg"},"title":"Map 7.1: Hunting Lodge—Ground Floor","width":2700,"height":2000,"imageType":"map","grid":{"type":"square","size":77,"offsetX":-13,"offsetY":-3},"id":"284","mapRegions":[{"area":"1b2","points":[[778,1019],[778,1144],[1224,1144],[1224,1019]]},{"area":"1b4","points":[[698,709],[1219,709],[1219,992],[755,992],[755,1139],[698,1139]]},{"area":"1b7","points":[[1250,946],[1250,1445],[1742,1445],[1742,946]]},{"area":"1ba","points":[[376,389],[1130,389],[1130,670],[605,670],[605,600],[376,600]]},{"area":"1bc","points":[[138,386],[138,675],[349,675],[349,386]]},{"area":"1bf","points":[[378,616],[378,675],[589,675],[589,616]]},{"area":"1c4","points":[[141,701],[141,1069],[518,1069],[518,701]]},{"area":"1c6","points":[[142,1093],[142,1461],[662,1461],[662,1093]]},{"area":"1c9","points":[[1621,387],[1621,677],[1742,677],[1742,387]]},{"area":"1cb","points":[[1158,387],[1158,603],[1598,603],[1598,387]]},{"area":"1cd","points":[[1558,704],[1558,918],[1744,918],[1744,704]]},{"area":"1ce","points":[[1246,706],[1246,915],[1528,915],[1528,706]]},{"area":"1a9","points":[[2013,229],[2013,555],[2518,555],[2518,229]]},{"area":"1b0","points":[[1982,928],[1982,1282],[2538,1282],[2538,928]]},{"area":"1b0","points":[[899,80],[899,219],[1056,219],[1056,80]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/039-map-7-1-hunting-lodge.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/040-map-7-1-hunting-lodge-player.jpg"},"title":"Player Version","width":2700,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-14,"offsetY":-5},"mapParent":{"id":"284"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/041-map-7-2-hunting-lodge.jpg"},"title":"Map 7.2: Hunting Lodge—Upper Floor","width":2700,"height":2000,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-33,"offsetY":39},"id":"285","mapRegions":[{"area":"1bf","points":[[2083,251],[2083,866],[2518,866],[2518,251]]},{"area":"1c4","points":[[1421,1045],[1421,1565],[1776,1565],[1776,1045]]},{"area":"1cd","points":[[253,1061],[587,1061],[587,1309],[168,1309],[168,1243],[253,1243]]},{"area":"1d1","points":[[160,1594],[677,1594],[677,1912],[242,1912],[242,1662],[160,1662]]},{"area":"1db","points":[[258,706],[509,706],[509,782],[590,782],[590,1040],[166,1040],[166,971],[258,971]]},{"area":"1dc","points":[[1336,1586],[1864,1586],[1864,1648],[1768,1648],[1768,1910],[1336,1910]]},{"area":"1df","points":[[245,1322],[245,1574],[587,1574],[587,1322]]},{"area":"1e2","points":[[704,702],[704,1027],[1306,1027],[1306,702]]},{"area":"1e6","points":[[1322,702],[1766,702],[1766,944],[1859,944],[1859,1013],[1322,1013]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/041-map-7-2-hunting-lodge.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/042-map-7-2-hunting-lodge-player.jpg"},"title":"Player Version","width":2700,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-33,"offsetY":39},"mapParent":{"id":"285"}}]},{"name":"Ch. 8: Castle in the Clouds","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/046-map-8-1-parnast.jpg"},"title":"Map 8.1: Parnast","width":1400,"height":1800,"imageType":"map","grid":{"type":"square","size":88,"offsetX":14,"offsetY":-9,"scale":2,"distance":10},"id":"286","mapRegions":[{"area":"1f3","points":[[133,104],[133,227],[277,227],[277,104]]},{"area":"1f7","points":[[776,928],[795,1126],[1282,1075],[1262,883]]},{"area":"1fb","points":[[389,243],[741,21],[906,278],[573,480]]},{"area":"1ff","points":[[446,771],[616,706],[678,875],[518,947]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/046-map-8-1-parnast.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/047-map-8-1-parnast-player.jpg"},"title":"Player Version","width":1400,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-3,"offsetY":-28,"scale":2,"distance":10},"mapParent":{"id":"286"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/049-map-8-2-skyreach.jpg"},"title":"Map 8.2: Skyreach Castle","width":3975,"height":5700,"imageType":"map","grid":{"type":"square","size":59,"offsetX":8,"offsetY":51,"scale":2},"id":"287","mapRegions":[{"area":"216","points":[[1492,4335],[1612,4275],[1737,4340],[1775,4432],[1742,4522],[1637,4582],[1507,4557],[1460,4462]]},{"area":"214","points":[[1632,4622],[1705,4602],[1750,4567],[1822,4710],[1765,4732],[1705,4780]]},{"area":"216","points":[[1707,4842],[1807,4757],[1947,4775],[2010,4885],[1980,5010],[1860,5072],[1755,5040],[1705,4952]]},{"area":"223","points":[[1955,5070],[2022,5000],[2050,4915],[2770,4920],[2770,5080],[2382,5112],[2047,5090]]},{"area":"235","points":[[3285,4752],[3285,4962],[3152,5012],[2995,5010],[2995,4752]]},{"area":"224","points":[[2727,4155],[2727,4337],[2990,4337],[2990,4155]]},{"area":"229","points":[[3042,4215],[3042,4335],[3247,4335],[3247,4215]]},{"area":"232","points":[[3400,4212],[3537,4220],[3497,4340],[3412,4337]]},{"area":"234","points":[[2777,3827],[3052,3905],[3050,3970],[2740,3982]]},{"area":"220","points":[[1672,4072],[1837,3910],[2062,3837],[2250,3785],[2230,3890],[2235,4025],[1992,4112],[1852,4210]]},{"area":"21c","points":[[1865,4265],[2067,4132],[2275,4057],[2275,3942],[2297,3800],[2517,3802],[2715,3835],[2677,4012],[2680,4327],[2727,4390],[3460,4397],[3432,4532],[3502,4607],[3477,4665],[3355,4755],[3355,4687],[2957,4697],[2945,5025],[2817,5065],[2810,4862],[2052,4865],[1985,4732],[1865,4707],[1762,4560],[1810,4432],[1787,4335],[1715,4260],[1597,4237],[1635,4127]]},{"area":"22d","points":[[3390,3935],[3420,3842],[3452,3777],[3520,3757],[3710,3750],[3752,3815],[3725,3975],[3640,4040],[3517,3985]]},{"area":"243","points":[[1600,1015],[1672,1060],[1675,1162],[1592,1187],[1522,1140],[1530,1060]]},{"area":"25b","points":[[2607,995],[2505,812],[2702,725],[2957,702],[2987,882],[2765,915],[2667,945]]},{"area":"268","points":[[3185,565],[3505,622],[3387,652],[3300,700]]},{"area":"261","points":[[3442,885],[3497,765],[3662,720],[3782,812],[3790,940],[3712,1060],[3602,1077],[3477,1007]]},{"area":"239","points":[[1707,930],[1917,767],[2292,770],[2515,995],[2327,1207],[2052,1347],[1670,1237],[1730,1130],[1690,1010]]},{"area":"23c","points":[[2407,1140],[2585,1055],[2615,1275],[2572,1342],[2495,1347],[2465,1292]]},{"area":"25f","points":[[2932,1085],[2952,1030],[3032,1010],[3107,1050],[3100,1130],[3025,1147]]},{"area":"23f","points":[[2737,1440],[2812,1392],[2915,1420],[2945,1500],[2902,1570],[2842,1605],[2762,1565],[2727,1515]]},{"area":"269","points":[[1660,1502],[1840,1790],[1812,1825],[1715,1757],[1597,1550]]},{"area":"268","points":[[1842,1922],[1992,1852],[2105,1902],[2267,1900],[2397,1930],[2590,1930],[2640,2052],[2395,2075],[2360,2075],[2115,2030],[2057,2032]]},{"area":"26a","points":[[790,2907],[907,2775],[1157,2685],[1415,2735],[1477,2835],[1457,2960],[1347,3022],[1175,3060],[1107,3052],[975,3080],[847,3020],[800,2977]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/049-map-8-2-skyreach.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/050-map-8-2-skyreach-player.jpg"},"title":"Player Version","width":3314,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-11,"offsetY":-11,"scale":3},"mapParent":{"id":"287","autoScale":true}}]}]},"RoT":{"id":"RoT","source":"RoT","prop":"adventure","chapters":[{"name":"Ch. 10: The Sea of Moving Ice","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/009-map-10-1-arauthators-iceberg.jpg"},"title":"Map 10.1: Arauthator's Iceberg and Lair","width":3960,"height":5700,"imageType":"map","grid":{"type":"square","size":85,"offsetY":17,"distance":15},"id":"114","mapRegions":[{"area":"0a9","points":[[2905,1375],[3052,1135],[3385,1378],[3228,1634]]},{"area":"0aa","points":[[1622,1723],[2009,1572],[2012,1963],[1705,1969],[1609,1902]]},{"area":"0ab","points":[[1702,2154],[1945,2135],[2197,2065],[2363,2240],[2031,2471]]},{"area":"0ac","points":[[2572,1982],[2686,1812],[2803,1914],[2871,1994],[2880,2068],[2822,2283],[2757,2326],[2628,2302],[2594,2114]]},{"area":"0af","points":[[2108,1871],[2114,1569],[2548,1637],[2480,1751],[2428,1800],[2391,1880]]},{"area":"0b0","points":[[2292,2566],[2366,2406],[2526,2400],[2465,2538],[2391,2566]]},{"area":"0b2","points":[[2271,1277],[2135,1120],[2206,1040],[2114,957],[2117,702],[1972,529],[2225,535],[2289,609],[2280,788],[2388,769],[2412,689],[2462,628],[2542,772],[2711,708],[2794,862],[2625,972],[2708,1028],[2674,1086],[2609,1129],[2591,1194],[2372,1265]]},{"area":"0b4","points":[[2649,2822],[2812,2757],[2969,2631],[3049,2563],[3145,2400],[3283,2342],[3394,2323],[3471,2465],[3474,2745],[3422,2877],[3234,3074],[2834,3092],[2692,3077],[2625,2991],[2622,2892]]},{"area":"0b6","points":[[1437,2495],[1938,2852],[1855,3074],[1366,3018],[1265,2674]]},{"area":"0b7","points":[[394,2338],[643,2252],[717,2280],[1366,2342],[1440,2406],[1265,2394],[1102,2431],[1022,2462],[726,2483],[431,2412]]},{"area":"0bd","points":[[342,1902],[726,1902],[1074,1982],[1148,2071],[1172,2157],[846,2142],[735,2151],[625,2129],[418,2089]]},{"area":"0c1","points":[[249,1458],[498,1382],[738,1557],[1089,1557],[1338,1720],[1357,1785],[1302,1791],[1218,1772],[963,1717],[769,1717],[603,1723],[508,1720],[409,1560]]},{"area":"0c3","points":[[751,1378],[908,1295],[1058,1234],[1157,1292],[1520,1302],[1689,1471],[1606,1517],[1529,1471],[1292,1465],[1074,1431],[868,1409]]},{"area":"0c6","points":[[578,1132],[883,1120],[1105,1049],[1520,1117],[1428,1182],[1332,1218],[1009,1206],[840,1268]]},{"area":"0d0","points":[[2323,4671],[2686,4477],[2782,4265],[3418,4111],[3489,4188],[3575,4203],[3569,4314],[3391,4342],[3292,4434],[3308,4563],[3455,4498],[3471,4452],[3560,4455],[3566,4505],[3483,4591],[3486,4671],[3446,4742],[3222,4871],[3397,4880],[3486,4852],[3465,4905],[3385,4938],[3400,5012],[3354,5068],[3222,5086],[3077,5015],[2889,5018],[2788,5102],[2720,5120],[2711,5068],[2603,5126],[2477,5209],[2462,5129],[2551,5062],[2572,4951],[2437,4831]]},{"area":"0cf","points":[[2468,3852],[2538,3923],[2671,4000],[2794,4022],[2812,4197],[2982,4172],[3209,4003],[3342,3812],[3489,3729],[3542,3677],[3557,3529],[3434,3345],[3231,3329],[3182,3397],[2975,3418],[2889,3698],[2822,3760],[2618,3766],[2526,3818]]},{"area":"0d1","points":[[1028,4520],[1071,4372],[1246,4351],[1391,4452],[1532,4443],[1917,4286],[2262,4258],[2280,4215],[2326,4191],[2480,4268],[2637,4262],[2625,4308],[2403,4434],[2280,4372],[2166,4477],[1969,4545],[1898,4594],[1618,4600],[1523,4717],[1388,4732],[1246,4800],[1117,4714],[1083,4603]]},{"area":"0d3","points":[[1246,4831],[1403,4757],[1523,4745],[1637,4628],[1911,4618],[1991,4554],[2188,4498],[2274,4415],[2394,4462],[2591,4363],[2646,4462],[2437,4575],[2320,4649],[2166,4658],[2089,4683],[2068,4763],[1800,4868],[1754,4935],[1680,4938],[1622,5003],[1526,4997],[1366,5003],[1218,5098],[1191,4957]]},{"area":"0d2","points":[[1089,4323],[1271,4320],[1406,4412],[1545,4406],[1926,4228],[2222,4209],[2317,4145],[2317,4108],[2218,4089],[2132,4028],[2058,4105],[1960,4117],[1858,4111],[1671,4206],[1603,4292],[1495,4274],[1394,4215],[1240,4212],[1120,4237]]},{"area":"0d5","points":[[151,4523],[255,4326],[354,4231],[474,4215],[649,4025],[800,3966],[945,3923],[1037,4065],[1058,4197],[1022,4329],[991,4477],[1012,4600],[1071,4729],[1083,4938],[1083,5117],[911,5098],[782,5022],[658,5031],[505,4874],[517,4668],[335,4575]]},{"area":"0d4","points":[[1031,3920],[1009,3858],[1028,3735],[1148,3655],[1298,3526],[1428,3492],[1529,3495],[1542,3551],[1508,3600],[1585,3585],[1680,3505],[1677,3618],[1705,3677],[1726,3609],[1778,3585],[1828,3665],[1871,3708],[1865,3769],[1843,3803],[1680,3831],[1785,3945],[1871,4037],[1846,4086],[1646,4166],[1588,4249],[1502,4240],[1409,4191],[1342,4185],[1274,4098],[1274,4034],[1218,4025],[1175,4025],[1117,3960]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/009-map-10-1-arauthators-iceberg.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/010-map-10-1-arauthators-iceberg-player.jpg"},"title":"Player Version","width":3960,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetY":17,"distance":15},"mapParent":{"id":"114"}}]},{"name":"Chapters 11 and 12: Death to the Wyrmspeakers","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/012-map-11-1-tomb-of-diderius.jpg"},"title":"Map 11.1: Tomb of Diderius","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":95,"offsetX":7,"offsetY":-71,"distance":10},"id":"24a","mapRegions":[{"area":"0f1","points":[[1218,520],[1003,465],[828,526],[631,705],[582,985],[754,1163],[1049,1237],[1265,1160],[1314,926],[1262,708]]},{"area":"0f6","points":[[1302,671],[1428,729],[1437,782],[1618,788],[1612,868],[1434,871],[1415,960],[1332,982],[1345,923]]},{"area":"0f7","points":[[1625,760],[1625,911],[2086,911],[2086,760]]},{"area":"0f9","points":[[2197,723],[2197,1046],[2551,1046],[2551,723]]},{"area":"0ff","points":[[2268,440],[2302,335],[2431,277],[2563,338],[2585,462],[2520,563],[2415,609],[2308,551]]},{"area":"101","points":[[2265,1062],[2332,1062],[1911,1505],[1830,1505]]},{"area":"104","points":[[1538,1428],[2163,1606],[2163,1742],[1538,1742]]},{"area":"108","points":[[1542,1871],[2175,1871],[2175,2007],[1542,2191]]},{"area":"106","points":[[2206,1606],[2206,2012],[2455,2012],[2455,1606]]},{"area":"109","points":[[2305,1151],[2751,1151],[2825,1394],[2308,1412]]},{"area":"10a","points":[[1628,1062],[1628,1317],[1898,1317],[1898,1062]]},{"area":"10d","points":[[2757,354],[2757,1037],[3129,1037],[3129,354]]},{"area":"110","points":[[3163,711],[3252,711],[3252,625],[3498,625],[3498,942],[3243,942],[3243,877],[3163,877]]},{"area":"11d","points":[[3542,775],[3542,713],[3618,705],[3698,695],[3738,662],[3791,625],[3865,652],[3883,717],[3886,806],[3865,852],[3812,871],[3726,883],[3698,825],[3680,766],[3615,788]]},{"area":"11e","points":[[3588,1366],[3591,1283],[3643,1194],[3711,1142],[3791,1145],[3868,1218],[3911,1295],[3889,1415],[3825,1486],[3705,1486],[3628,1431]]},{"area":"11f","points":[[3431,2292],[3708,2049],[3791,2046],[3954,2295],[3708,2532]]},{"area":"121","points":[[2957,2006],[3025,1905],[3135,1865],[3249,1923],[3320,2046],[3314,2191],[3225,2200],[3126,2206],[3031,2172],[2963,2105]]},{"area":"124","points":[[2846,2382],[2846,1772],[3698,1772],[3698,1849],[2932,1849],[2932,2382]]},{"area":"125","points":[[3043,1065],[3043,1394],[3406,1394],[3406,1065]]},{"area":"126","points":[[2674,1508],[3009,1508],[3009,1570],[2926,1570],[2926,1748],[2674,1748]]},{"area":"128","points":[[2858,2403],[2858,2634],[3206,2634],[3206,2403]]},{"area":"129","points":[[2745,2548],[2745,1868],[2584,1868],[2584,2025],[2668,2025],[2668,2132],[1997,2132],[1997,2548]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/012-map-11-1-tomb-of-diderius.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/013-map-11-1-tomb-of-diderius-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":21,"offsetY":36,"distance":10},"mapParent":{"id":"24a"}},{"type":"image","href":{"type":"internal","path":"adventure/RoT/016-map-12-1-neronvains-stronghold.jpg"},"title":"Map 12.1: Neronvain's Stronghold","width":6000,"height":4444,"imageType":"map","grid":{"type":"square","size":192,"offsetX":87,"offsetY":-7,"distance":15},"id":"24b","mapRegions":[{"area":"141","points":[[224,1080],[220,908],[284,788],[276,680],[336,428],[416,276],[572,224],[692,252],[952,208],[1228,316],[1344,476],[1356,656],[1256,832],[1168,1000],[1076,1080],[860,1136],[612,1196],[492,1208],[400,1144]]},{"area":"143","points":[[1984,2104],[1984,1923],[3140,1923],[3172,2144],[3156,2312],[3360,2304],[3328,2400],[3368,2620],[3368,2820],[3364,3024],[3200,3064],[2808,3048],[2760,3144],[2804,3296],[2780,3352],[2784,3440],[2784,3600],[2632,3624],[2508,3608],[2428,3628],[2404,3432],[2268,3392],[2268,3232],[2051,3232],[2051,3028],[1856,3028],[1848,2872],[1836,2760],[1820,2648],[1856,2496],[1816,2380],[1820,2304],[1984,2308],[1992,2200]]},{"area":"145","points":[[1116,1844],[1172,1960],[1148,2116],[1128,2196],[1208,2208],[1228,2424],[1232,2544],[1524,2544],[1416,2624],[1248,2620],[1244,2864],[1152,2792],[1156,2656],[1152,2608],[984,2596],[844,2632],[820,2496],[688,2496],[668,2376],[664,2284],[844,2296],[860,2204],[852,2104],[1020,2084],[1092,2060],[1104,1940]]},{"area":"146","points":[[1420,3048],[1668,3052],[1792,3060],[1996,3060],[1996,3260],[2188,3260],[2188,3597],[2088,3616],[1952,3632],[1772,3608],[1608,3604],[1612,3464],[1632,3364],[1628,3264],[1452,3244]]},{"area":"148","points":[[3044,1284],[3072,1052],[3212,1000],[3352,964],[3480,968],[3548,1048],[3548,1148],[3544,1296],[3492,1344],[3360,1348],[3372,1504],[3228,1540],[3092,1524]]},{"area":"149","points":[[2388,964],[2504,992],[2592,964],[2720,964],[2780,1020],[2760,1180],[2776,1272],[2792,1356],[2720,1372],[2608,1332],[2492,1324],[2408,1324],[2396,1180],[2404,1080]]},{"area":"14b","points":[[4128,380],[4240,376],[4360,364],[4472,376],[4604,404],[4700,428],[4680,596],[4704,716],[4680,784],[4552,796],[4512,820],[4500,944],[4340,968],[4308,792],[4160,772],[4068,680],[4112,592]]},{"area":"14d","points":[[4120,1532],[4132,1692],[4308,1756],[4324,2032],[4172,2072],[4040,2076],[3940,2080],[3916,1864],[3828,1868],[3780,1736],[3740,1704],[3752,1572],[3868,1536],[3992,1524]]},{"area":"14f","points":[[4180,2124],[4432,2132],[4472,2272],[4488,2380],[4676,2384],[4680,2460],[4340,2484],[4328,2280],[4252,2288],[4220,2212]]},{"area":"150","points":[[3760,3816],[3728,3408],[3728,3216],[3756,3072],[4104,3044],[4140,2860],[4328,2860],[4336,2688],[4536,2672],[4588,2536],[4796,2492],[5256,2500],[5252,2696],[5472,2708],[5464,2956],[5476,3264],[5652,3276],[5628,3512],[5644,3820],[5480,3804],[5408,3844],[5316,3828],[5268,3876],[5284,3976],[5144,4004],[5044,4000],[5040,4096],[4908,4168],[4816,4132],[4752,4184],[4688,4092],[4560,4068],[4468,3976],[4356,4004],[4208,4008],[4124,3996],[4104,3856],[4076,3804],[4004,3832],[3884,3804]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/016-map-12-1-neronvains-stronghold.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/017-map-12-1-neronvains-stronghold-player.jpg"},"title":"Player Version","width":6000,"height":4444,"imageType":"mapPlayer","grid":{"type":"square","size":191,"offsetX":-86,"distance":15},"mapParent":{"id":"24b"}}]},{"name":"Ch. 15: Xonthal's Tower","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/023-map-15-1-xonthals-tower.jpg"},"title":"Map 15.1: Xonthal's Tower","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-32,"offsetY":-21,"distance":10},"id":"24c","mapRegions":[{"area":"19c","points":[[106,230],[106,559],[489,559],[489,230]]},{"area":"1a1","points":[[597,261],[597,697],[1046,697],[1046,261]]},{"area":"1a4","points":[[1223,319],[1223,1103],[1741,1103],[1741,319]]},{"area":"1a6","points":[[1281,1245],[1281,1385],[1675,1385],[1675,1245]]},{"area":"1a8","points":[[135,1121],[135,1449],[470,1449],[470,1121]]},{"area":"1aa","points":[[135,666],[135,994],[418,994],[418,666]]},{"area":"1ac","points":[[594,775],[594,1270],[1103,1270],[1103,775]]},{"area":"1b8","points":[[145,1685],[185,1572],[305,1526],[422,1574],[462,1688],[418,1795],[303,1843],[196,1801]]},{"area":"1b6","points":[[596,1688],[649,1573],[761,1528],[875,1577],[917,1689],[875,1799],[763,1852],[648,1804]]},{"area":"1b9","points":[[146,2089],[188,1975],[301,1919],[435,1975],[468,2089],[412,2196],[302,2237],[194,2195]]},{"area":"1bb","points":[[600,2086],[643,1972],[761,1920],[883,1974],[915,2089],[866,2197],[763,2239],[646,2196]]},{"area":"1bf","points":[[174,2457],[201,2373],[307,2325],[422,2378],[452,2467],[413,2543],[308,2594],[203,2538]]},{"area":"1bd","points":[[573,2373],[654,2366],[763,2325],[871,2381],[894,2467],[865,2550],[764,2597],[655,2534],[573,2534]]},{"area":"1d8","points":[[1052,1572],[1093,1533],[1129,1514],[1194,1510],[1235,1529],[1271,1578],[1271,1627],[1217,1677],[1219,1745],[1254,1782],[1267,1814],[1261,1866],[1226,1902],[1172,1916],[1120,1906],[1084,1884],[1057,1855],[1048,1808],[1106,1750],[1110,1672],[1072,1645],[1053,1610]]},{"area":"1d5","points":[[1338,1515],[1435,1516],[1443,1532],[1425,1617],[1396,1627],[1396,1670],[1338,1670]]},{"area":"1d6","points":[[1565,1515],[1565,1683],[1730,1683],[1730,1515]]},{"area":"1d3","points":[[1570,1910],[1626,1861],[1626,1746],[1785,1746],[1785,1907],[1671,1907],[1623,1959],[1594,1930]]},{"area":"1d1","points":[[1569,2203],[1631,2130],[1606,2108],[1631,2043],[1670,2088],[1733,2093],[1831,2177],[1835,2197],[1695,2348],[1668,2355],[1575,2263],[1577,2219]]},{"area":"1ce","points":[[1409,1952],[1454,1919],[1512,1908],[1560,1921],[1614,1979],[1623,2031],[1608,2083],[1566,2121],[1512,2141],[1450,2128],[1409,2103]]},{"area":"1c7","points":[[1565,2542],[1565,2316],[1339,2316],[1339,2542]]},{"area":"1c6","points":[[1048,2427],[1048,2592],[1164,2592],[1164,2427]]},{"area":"1ca","points":[[1053,1977],[1217,1977],[1217,2092],[1253,2206],[1253,2244],[1223,2244],[1223,2364],[1053,2364]]},{"area":"1cc","points":[[1548,1643],[1533,1711],[1506,1738],[1395,1738],[1395,2275],[1338,2263],[1338,1737],[1279,1737],[1252,1685],[1508,1685]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/023-map-15-1-xonthals-tower.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/024-map-15-1-xonthals-tower-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":21,"offsetY":30,"distance":10},"mapParent":{"id":"24c","autoScale":true}}]},{"name":"Ch. 17: Tiamat's Return","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/028-map-17-1-well-of-dragons.jpg"},"title":"Map 17.1: The Well of Dragons","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":62,"scale":2,"distance":20},"id":"24d","mapRegions":[{"area":"1f8","points":[[62,298],[126,325],[160,326],[195,314],[226,293],[303,283],[385,297],[448,321],[499,343],[532,364],[541,408],[515,458],[498,404],[467,368],[445,350],[401,337],[348,324],[314,317],[257,314],[223,330],[194,352],[164,357],[99,351],[48,329]]},{"area":"1f8","points":[[1259,234],[1215,272],[1195,301],[1191,348],[1209,383],[1231,418],[1235,436],[1204,455],[1196,477],[1214,512],[1239,463],[1271,441],[1315,432],[1351,445],[1383,466],[1417,494],[1440,523],[1462,543],[1497,555],[1548,556],[1546,528],[1508,526],[1480,523],[1448,489],[1418,462],[1397,439],[1369,423],[1333,412],[1292,409],[1263,418],[1245,395],[1228,351],[1226,307],[1255,275],[1283,245]]},{"area":"1fb","points":[[644,520],[684,521],[693,486],[741,501],[785,506],[817,510],[803,565],[800,614],[765,617],[737,594],[706,583],[686,559],[686,542],[670,543]]},{"area":"1fc","points":[[839,427],[863,394],[895,383],[917,412],[933,432],[934,483],[932,501],[876,501],[868,476]]},{"area":"1fd","points":[[301,577],[351,582],[373,592],[373,614],[403,637],[422,665],[449,686],[481,702],[506,705],[559,728],[557,773],[563,826],[560,844],[526,883],[508,910],[489,933],[483,991],[463,1030],[455,1053],[418,1084],[383,1085],[364,1093],[299,1061],[253,1049],[218,1013],[223,996],[234,952],[210,942],[201,910],[305,870],[333,841],[339,818],[310,827],[294,814],[295,801],[262,801],[246,794],[239,752],[255,732],[261,688],[253,659],[268,617]]},{"area":"200","points":[[244,1124],[277,1105],[281,1148],[316,1150],[333,1156],[348,1174],[352,1187],[342,1200],[332,1227],[303,1248],[289,1270],[286,1308],[223,1321],[222,1284],[210,1243],[217,1213],[241,1177],[252,1160]]},{"area":"201","points":[[181,1430],[194,1484],[219,1488],[205,1510],[213,1559],[227,1582],[230,1630],[248,1631],[301,1625],[312,1574],[321,1539],[321,1494],[306,1427],[268,1446],[252,1466],[214,1462]]},{"area":"204","points":[[1045,733],[1062,702],[1099,702],[1112,715],[1125,735],[1102,774],[1075,750]]},{"area":"205","points":[[1243,768],[1241,745],[1249,717],[1277,721],[1316,730],[1311,815],[1284,831],[1266,827],[1266,787]]},{"area":"206","points":[[1263,906],[1292,861],[1306,846],[1342,855],[1341,920],[1271,925]]},{"area":"20e","points":[[934,794],[934,920],[761,920],[761,794]]},{"area":"20e","points":[[1139,848],[1139,965],[1243,965],[1243,848]]},{"area":"20f","points":[[839,1392],[839,1525],[954,1525],[954,1392]]},{"area":"1f9","points":[[1832,818],[1785,795],[1712,768],[1640,772],[1573,815],[1556,846],[1534,924],[1543,995],[1574,908],[1608,843],[1641,818],[1671,804],[1708,799],[1747,814],[1779,839],[1830,855]]},{"area":"1f9","points":[[1756,1314],[1714,1294],[1665,1279],[1605,1271],[1551,1285],[1502,1301],[1555,1317],[1615,1302],[1658,1303],[1702,1319],[1752,1339]]},{"area":"1f9","points":[[1615,2552],[1548,2523],[1516,2515],[1488,2521],[1423,2543],[1374,2573],[1405,2523],[1467,2494],[1514,2463],[1502,2443],[1505,2396],[1506,2356],[1547,2314],[1541,2374],[1538,2408],[1552,2449],[1569,2488],[1604,2517]]},{"area":"1fa","points":[[743,2453],[760,2388],[763,2324],[756,2284],[729,2230],[688,2188],[653,2160],[640,2099],[680,2066],[681,2123],[714,2160],[747,2192],[770,2227],[796,2283],[854,2289],[870,2341],[837,2317],[794,2310],[794,2350],[796,2390],[791,2444]]},{"area":"20a","points":[[996,1648],[1085,1641],[1124,1628],[1147,1694],[1108,1738],[1068,1738],[995,1730]]},{"area":"20a","points":[[1119,1853],[1157,1774],[1225,1760],[1270,1787],[1266,1872],[1204,1921],[1160,1890]]},{"area":"20a","points":[[1332,1898],[1359,1906],[1406,1924],[1440,1946],[1422,1961],[1405,1997],[1321,2008],[1305,1966],[1303,1930]]},{"area":"208","points":[[1436,2019],[1455,1951],[1532,1977],[1493,2035]]},{"area":"209","points":[[1288,2199],[1330,2128],[1454,2125],[1454,2188],[1421,2244],[1373,2225],[1324,2209]]},{"area":"20c","points":[[862,2196],[881,2195],[934,2177],[986,2157],[1025,2190],[999,2235],[966,2252],[911,2298],[862,2265]]},{"area":"20c","points":[[881,2015],[916,1995],[935,1990],[986,1937],[1023,1956],[1031,1974],[986,2031],[943,2044],[897,2050]]},{"area":"20b","points":[[1115,2188],[1170,2108],[1213,2092],[1215,2072],[1277,2074],[1319,2107],[1281,2186],[1237,2185],[1203,2199],[1155,2223]]},{"area":"20d","points":[[595,1524],[625,1533],[675,1568],[690,1578],[738,1613],[760,1655],[768,1697],[779,1752],[796,1817],[821,1836],[872,1836],[899,1841],[907,1865],[921,1889],[903,1932],[862,1954],[834,1970],[788,1966],[735,1979],[692,1983],[637,1951],[604,1916],[597,1883],[590,1827],[595,1775],[599,1715],[606,1654],[600,1628],[591,1578],[573,1559],[572,1537]]},{"area":"207","points":[[1581,1430],[1609,1418],[1666,1400],[1680,1497],[1662,1508],[1648,1539],[1635,1560],[1572,1530],[1579,1481]]},{"area":"207","points":[[1542,1581],[1590,1595],[1617,1631],[1594,1663],[1579,1711],[1538,1732],[1494,1705],[1494,1670],[1514,1625]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/028-map-17-1-well-of-dragons.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/029-map-17-1-well-of-dragons-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":103,"offsetX":12,"offsetY":16,"scale":2,"distance":20},"mapParent":{"id":"24d","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/RoT/031-map-17-2-tiamats-temple.jpg"},"title":"Map 17.2: Tiamat's Temple","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-23,"offsetY":-3,"scale":2,"distance":10},"id":"24e","mapRegions":[{"area":"213","points":[[1138,2468],[1138,2846],[1969,2846],[1969,2468]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/031-map-17-2-tiamats-temple.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/032-map-17-2-tiamats-temple-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":-44,"offsetY":-13,"scale":2,"distance":10},"mapParent":{"id":"24e","autoScale":true}}]}]},"PotA":{"id":"PotA","source":"PotA","prop":"adventure","chapters":[{"name":"Ch. 2: The Dessarin Valley","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/PotA/014-02-02.webp"},"title":"Map 2.1: Red Larch","width":1950,"height":1350,"imageType":"map","grid":{"type":"none","size":57,"distance":50},"mapRegions":[{"area":"055","points":[[885,564],[885,603],[947,603],[947,564]]},{"area":"057","points":[[815,453],[815,526],[958,526],[958,453]]},{"area":"05c","points":[[1026,466],[1026,528],[1103,528],[1103,466]]},{"area":"060","points":[[1128,473],[1199,497],[1171,562],[1115,542]]},{"area":"063","points":[[1016,420],[1034,362],[1088,329],[1153,343],[1178,413],[1145,454],[1032,444]]},{"area":"066","points":[[898,401],[898,439],[961,439],[961,401]]},{"area":"068","points":[[1009,589],[1009,638],[1093,638],[1093,589]]},{"area":"06b","points":[[898,352],[898,393],[955,393],[955,352]]},{"area":"06e","points":[[1299,615],[1355,573],[1387,616],[1329,661]]},{"area":"070","points":[[875,687],[875,728],[943,728],[943,687]]},{"area":"085","points":[[919,204],[919,235],[952,235],[952,204]]},{"area":"082","points":[[1255,410],[1255,473],[1300,473],[1300,410]]},{"area":"075","points":[[920,938],[920,966],[951,966],[951,938]]},{"area":"07f","points":[[1028,706],[1149,713],[1164,719],[1129,812],[1031,791]]},{"area":"078","points":[[1037,849],[1127,836],[1146,884],[1082,900],[1075,869],[1040,870]]},{"area":"07a","points":[[903,996],[903,1077],[983,1077],[983,996]]},{"area":"088","points":[[924,1095],[924,1152],[986,1152],[986,1095]]},{"area":"08e","points":[[1109,1127],[1109,1173],[1056,1173],[1056,1127]]},{"area":"08c","points":[[1345,1007],[1392,986],[1480,1013],[1524,1056],[1553,1125],[1541,1189],[1514,1229],[1477,1259],[1414,1271],[1344,1259],[1289,1224],[1273,1149],[1278,1095],[1322,1070],[1352,1041]]},{"area":"07d","points":[[896,318],[896,347],[954,347],[954,318]]},{"area":"072","points":[[762,767],[906,751],[942,756],[933,785],[899,833],[871,851],[792,839],[759,817],[743,809],[737,779]]},{"area":"08a","points":[[1059,1014],[1231,991],[1215,1028],[1220,1058],[1209,1077],[1166,1090],[1117,1104],[1068,1085],[1053,1051]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/014-02-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/015-poa1.webp"},"title":"Player Version","mapParent":{"id":"fff","autoScale":true},"width":3900,"height":2700,"imageType":"mapPlayer","grid":{"type":"none","size":112,"distance":50}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/PotA/018-poa2-errata.webp"},"title":"Map 2.2: The Dessarin Valley","width":3152,"height":4001,"imageType":"map","grid":{"type":"hexColsOdd","size":111,"offsetY":34,"distance":4,"units":"miles"},"mapRegions":[{"area":"0ea","points":[[1052,512],[1052,707],[1335,707],[1335,512]]},{"area":"0fc","points":[[1777,477],[1777,660],[1982,660],[1982,477]]},{"area":"0ce","points":[[597,1242],[597,1422],[997,1422],[997,1242]]},{"area":"0f3","points":[[962,1437],[962,1572],[1325,1572],[1325,1437]]},{"area":"0ed","points":[[1385,2180],[1385,2357],[1650,2357],[1650,2180]]},{"area":"0bb","points":[[1800,1965],[1800,2077],[2062,2077],[2062,1965]]},{"area":"0c4","points":[[1922,2112],[1922,2342],[2280,2342],[2280,2112]]},{"area":"0e7","points":[[1917,2442],[1917,2607],[2197,2607],[2197,2442]]},{"area":"0cb","points":[[1547,2380],[1547,2585],[1857,2585],[1857,2380]]},{"area":"0cd","points":[[1425,2505],[1425,2717],[1667,2717],[1667,2505]]},{"area":"0cc","points":[[1130,2325],[1130,2440],[1482,2440],[1482,2325]]},{"area":"04b","points":[[670,2392],[670,2540],[997,2540],[997,2392]]},{"area":"0d8","points":[[567,2555],[567,2720],[825,2720],[825,2555]]},{"area":"0de","points":[[645,3382],[645,3547],[957,3547],[957,3382]]},{"area":"0b5","points":[[467,3615],[467,3765],[797,3765],[797,3615]]},{"area":"0f9","points":[[1342,3275],[1342,3392],[1592,3392],[1592,3275]]},{"area":"0b8","points":[[1015,3157],[1015,3287],[1360,3287],[1360,3157]]},{"area":"0c0","points":[[1212,2847],[1212,3070],[1485,3070],[1485,2847]]},{"area":"0ca","points":[[1067,2455],[1067,2627],[1347,2627],[1347,2455]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/018-poa2-errata.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/019-poa2.webp"},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":111,"offsetX":2,"offsetY":32,"distance":4,"units":"miles"}}]},{"name":"Ch. 3: Secret of the Sumber Hills","ix":2,"images":[{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/PotA/025-03-01.webp"},"title":"Map 3.1: Feathergale Spire","width":975,"height":2475,"imageType":"map","grid":{"type":"square","size":92,"offsetX":7,"offsetY":35,"scale":2,"distance":10},"mapRegions":[{"area":"156","points":[[374,842],[458,844],[462,815],[473,803],[503,794],[505,711],[463,721],[430,740],[401,764],[379,807]]},{"area":"156","points":[[372,852],[382,905],[403,938],[429,959],[465,976],[504,983],[504,899],[473,891],[460,872],[458,852]]},{"area":"156","points":[[514,899],[536,889],[551,881],[558,855],[645,855],[638,896],[604,942],[553,976],[514,984]]},{"area":"158","points":[[515,712],[551,719],[601,754],[635,802],[643,841],[558,841],[553,818],[542,805],[525,799],[515,796]]},{"area":"15c","points":[[373,482],[378,435],[412,382],[462,350],[506,345],[551,353],[601,386],[636,433],[645,479],[638,529],[605,580],[555,612],[509,621],[462,615],[411,578],[377,529]]},{"area":"156","points":[[388,1089],[408,1072],[429,1062],[466,1048],[504,1038],[504,1115],[478,1120],[457,1131],[442,1142]]},{"area":"156","points":[[382,1098],[364,1118],[345,1154],[339,1185],[335,1208],[411,1208],[418,1180],[426,1162],[437,1147]]},{"area":"156","points":[[337,1218],[338,1248],[350,1287],[365,1312],[382,1334],[436,1280],[425,1265],[414,1242],[412,1216]]},{"area":"156","points":[[390,1341],[412,1358],[432,1368],[458,1380],[485,1386],[505,1386],[506,1313],[472,1304],[445,1285]]},{"area":"154","points":[[512,1039],[556,1048],[597,1067],[612,1078],[601,1095],[625,1117],[642,1108],[666,1138],[677,1169],[681,1214],[677,1255],[662,1289],[647,1313],[625,1308],[601,1331],[613,1350],[587,1372],[554,1381],[515,1388],[512,1300],[484,1294],[461,1288],[442,1271],[430,1247],[422,1219],[426,1188],[437,1164],[455,1141],[481,1128],[512,1125]]},{"area":"150","points":[[354,1573],[368,1542],[393,1509],[420,1488],[429,1500],[464,1482],[462,1467],[490,1462],[521,1464],[548,1468],[548,1573]]},{"area":"152","points":[[560,1472],[582,1481],[612,1500],[632,1522],[654,1547],[668,1587],[672,1624],[668,1658],[658,1691],[639,1723],[617,1748],[592,1764],[560,1778]]},{"area":"148","points":[[456,1585],[456,1665],[352,1665],[346,1648],[336,1648],[336,1603],[346,1604],[350,1585]]},{"area":"14f","points":[[470,1679],[548,1679],[548,1782],[523,1790],[495,1789],[470,1783]]},{"area":"14d","points":[[455,1678],[455,1780],[424,1770],[405,1752],[382,1730],[367,1704],[357,1678]]},{"area":"14e","points":[[468,1586],[468,1663],[546,1663],[546,1586]]},{"area":"146","points":[[358,2068],[368,2045],[381,2025],[366,2012],[396,1988],[407,2002],[428,1986],[450,1976],[447,1958],[482,1948],[483,1968],[508,1965],[532,1968],[538,1949],[575,1959],[568,1976],[592,1985],[609,2000],[622,1988],[652,2013],[635,2028],[648,2045],[660,2068],[680,2064],[689,2101],[669,2105],[672,2127],[668,2151],[692,2155],[679,2196],[660,2188],[651,2210],[634,2229],[648,2245],[625,2269],[608,2255],[591,2270],[565,2279],[572,2302],[538,2311],[534,2288],[507,2292],[482,2288],[479,2311],[441,2302],[448,2281],[425,2270],[405,2255],[390,2269],[363,2245],[381,2230],[365,2209],[357,2187],[335,2195],[326,2157],[347,2152],[344,2127],[347,2103],[330,2098],[336,2062]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/025-03-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/026-poa5.webp"},"title":"Player Version","mapParent":{"id":"ffd","autoScale":true},"width":1950,"height":4950,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":7,"offsetY":35,"scale":2,"distance":10}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/PotA/028-03-02.webp"},"title":"Map 3.2: Sighing Valley","width":975,"height":1350,"imageType":"map","grid":{"type":"none","size":57,"distance":250},"mapRegions":[{"area":"17c","points":[[228,169],[228,328],[291,328],[291,169]]},{"area":"17d","points":[[226,437],[308,323],[345,238],[337,195],[461,183],[522,223],[573,268],[609,345],[569,402],[494,426],[393,457],[287,454]]},{"area":"17e","points":[[645,316],[761,319],[813,279],[871,242],[902,234],[892,255],[845,275],[833,303],[778,341],[716,370],[705,392]]},{"area":"183","points":[[458,738],[418,664],[457,617],[518,628],[565,691],[567,739],[511,760]]},{"area":"180","points":[[275,485],[276,530],[262,552],[255,601],[275,642],[354,663],[409,683],[432,708],[391,708],[335,704],[268,692],[204,646],[188,594],[192,537],[246,495]]},{"area":"185","points":[[582,725],[628,718],[685,720],[722,735],[764,762],[782,802],[793,846],[788,889],[764,919],[750,948],[734,981],[655,995],[689,953],[722,910],[727,847],[717,802],[683,772],[635,752]]},{"area":"187","points":[[103,994],[105,869],[117,786],[173,786],[262,802],[352,878],[339,952],[285,1016],[201,1025],[129,1020]]},{"area":"18a","points":[[648,1183],[614,1122],[576,1082],[622,1018],[682,1004],[725,1014],[748,1054],[752,1099],[809,1097],[862,1155],[803,1192],[688,1205]]},{"area":"189","points":[[513,965],[513,1102],[373,1102],[373,965]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/028-03-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/029-poa12.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":1950,"height":2700,"imageType":"mapPlayer","grid":{"type":"none","size":114,"distance":250}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/PotA/030-03-03.webp"},"title":"Map 3.3: Rivergard Keep","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":92,"offsetX":18,"offsetY":21,"scale":2,"distance":10},"mapRegions":[{"area":"1e0","points":[[235,372],[197,362],[162,333],[147,285],[160,241],[185,213],[214,198],[235,193]]},{"area":"1d9","points":[[247,195],[247,251],[326,251],[326,195]]},{"area":"1de","points":[[243,289],[243,372],[325,372],[325,289]]},{"area":"1a7","points":[[184,859],[204,842],[195,813],[201,784],[217,761],[242,746],[242,698],[199,698],[199,612],[328,612],[328,698],[283,698],[283,748],[303,757],[320,775],[329,794],[369,794],[371,816],[368,835],[331,835],[325,847],[341,862],[330,875],[312,890],[296,875],[274,885],[252,881],[230,871],[215,887],[195,877]]},{"area":"1e5","points":[[193,1162],[226,1215],[285,1240],[359,1212],[373,1182],[372,1117],[422,1117],[422,1069],[193,1069]]},{"area":"1d6","points":[[696,307],[725,281],[743,297],[769,286],[792,282],[792,298],[841,298],[841,282],[878,282],[878,372],[698,372],[702,353],[712,326]]},{"area":"1d4","points":[[700,380],[702,405],[714,425],[698,443],[708,461],[727,472],[743,455],[765,468],[800,468],[879,468],[879,380]]},{"area":"1cd","points":[[887,266],[928,266],[928,285],[1065,285],[1065,336],[1110,336],[1110,416],[1066,416],[1066,468],[929,468],[929,488],[908,495],[887,490]]},{"area":"1cb","points":[[1208,341],[1208,465],[1385,465],[1385,341]]},{"area":"1c9","points":[[1528,219],[1548,214],[1569,221],[1571,246],[1591,255],[1605,270],[1617,291],[1639,291],[1643,310],[1639,331],[1615,332],[1599,355],[1575,375],[1548,378],[1485,378],[1485,281],[1496,264],[1511,252],[1525,241]]},{"area":"1c7","points":[[1362,679],[1369,657],[1378,631],[1402,601],[1425,593],[1448,592],[1464,605],[1486,603],[1514,595],[1523,649],[1519,732],[1479,755],[1432,741],[1406,740],[1390,733],[1384,720],[1372,704]]},{"area":"1c2","points":[[1608,848],[1618,836],[1616,807],[1560,772],[1541,723],[1545,645],[1555,608],[1617,575],[1621,520],[1605,474],[1641,452],[1671,498],[1671,843],[1645,875]]},{"area":"1bf","points":[[1528,949],[1505,904],[1540,872],[1589,856],[1644,895],[1615,945],[1566,975]]},{"area":"1b8","points":[[1394,1022],[1468,1022],[1495,1034],[1509,1046],[1522,1067],[1548,1068],[1548,1110],[1523,1109],[1515,1128],[1497,1146],[1478,1156],[1476,1179],[1460,1185],[1438,1180],[1437,1158],[1419,1148],[1391,1117]]},{"area":"1bd","points":[[1485,756],[1485,925],[1312,925],[1312,756]]},{"area":"1b5","points":[[1072,612],[1072,785],[1200,785],[1200,612]]},{"area":"1b3","points":[[978,611],[978,696],[1062,696],[1062,611]]},{"area":"1b1","points":[[978,705],[978,788],[1064,788],[1064,705]]},{"area":"1af","points":[[1025,796],[1025,1060],[1108,1060],[1108,796]]},{"area":"1aa","points":[[1015,1062],[889,1062],[889,1022],[907,1022],[885,1001],[885,883],[802,883],[802,518],[1119,518],[1119,472],[1390,472],[1427,539],[1395,558],[1367,556],[1351,591],[1340,599],[1325,630],[1306,638],[1283,690],[1277,729],[1212,748],[1212,602],[970,602],[970,795],[1015,795]]},{"area":"1a3","points":[[725,1108],[719,1088],[723,1069],[747,1065],[761,1045],[790,1025],[792,1000],[812,994],[832,999],[835,1023],[877,1023],[877,1118],[864,1143],[836,1153],[836,1178],[815,1183],[794,1181],[794,1156],[765,1139],[750,1110]]},{"area":"19f","points":[[604,963],[619,949],[653,940],[682,932],[720,922],[875,922],[875,981],[730,981],[722,971],[707,972],[692,978],[672,995],[632,993]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/030-03-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/031-poa9.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":4500,"height":3115,"imageType":"mapPlayer","grid":{"type":"square","size":106,"offsetX":23,"offsetY":24,"distance":10}},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/PotA/033-03-04.webp"},"title":"Map 3.4: Sacred Stone Monastery","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-21,"offsetY":1,"distance":10},"mapRegions":[{"area":"209","points":[[159,504],[270,504],[270,448],[435,448],[435,393],[536,393],[536,491],[477,491],[477,601],[260,601],[260,657],[159,657]]},{"area":"207","points":[[270,614],[270,822],[538,822],[538,614]]},{"area":"205","points":[[270,833],[270,983],[364,983],[364,833]]},{"area":"202","points":[[325,997],[325,1093],[477,1093],[477,997]]},{"area":"200","points":[[489,997],[489,1092],[638,1092],[638,997]]},{"area":"1fc","points":[[650,942],[650,1094],[859,1094],[859,942]]},{"area":"1f9","points":[[680,1105],[680,1231],[833,1231],[833,1105]]},{"area":"213","points":[[871,996],[871,1095],[1183,1095],[1183,996]]},{"area":"20b","points":[[435,831],[702,831],[702,807],[808,807],[808,832],[1075,832],[1075,929],[435,929]]},{"area":"20d","points":[[702,793],[702,773],[591,773],[591,550],[569,550],[569,505],[593,505],[593,331],[915,331],[915,496],[942,496],[942,546],[914,546],[914,771],[809,771],[809,793]]},{"area":"223","points":[[972,336],[972,547],[1400,547],[1400,336]]},{"area":"21a","points":[[969,557],[969,711],[1130,711],[1130,557]]},{"area":"227","points":[[1301,558],[1301,766],[1565,766],[1565,558]]},{"area":"21f","points":[[1192,557],[1192,767],[1292,767],[1292,557]]},{"area":"225","points":[[1138,830],[1138,986],[1291,986],[1291,830]]},{"area":"22b","points":[[1355,777],[1355,930],[1512,930],[1512,777]]},{"area":"218","points":[[970,723],[970,819],[1076,819],[1076,723]]},{"area":"248","points":[[429,1436],[483,1436],[477,1393],[479,1344],[473,1319],[426,1314],[353,1319],[284,1320],[223,1319],[211,1346],[209,1407],[211,1483],[205,1540],[214,1575],[220,1593],[246,1591],[307,1595],[350,1595],[375,1577],[372,1546],[379,1534],[377,1489],[359,1485],[330,1478],[316,1487],[319,1504],[315,1523],[317,1538],[265,1537],[261,1484],[272,1454],[264,1433],[269,1382],[329,1369],[363,1375],[426,1378]]},{"area":"246","points":[[116,1812],[143,1816],[169,1810],[205,1815],[251,1807],[289,1818],[317,1807],[346,1814],[387,1808],[421,1814],[466,1809],[484,1835],[492,1863],[442,1918],[420,1904],[429,1883],[417,1872],[394,1867],[386,1877],[359,1866],[330,1856],[308,1872],[247,1866],[191,1872],[174,1869]]},{"area":"242","points":[[328,1701],[355,1704],[403,1700],[484,1691],[504,1702],[538,1694],[538,1656],[588,1670],[597,1700],[637,1700],[684,1701],[700,1743],[697,1771],[700,1806],[720,1818],[775,1809],[809,1813],[771,1868],[749,1888],[757,1907],[755,1940],[758,1967],[737,1978],[701,1977],[665,1979],[641,1974],[671,1924],[695,1922],[701,1901],[699,1875],[673,1870],[656,1862],[626,1872],[613,1866],[598,1874],[593,1910],[595,1937],[591,1970],[595,1993],[594,2015],[624,2037],[649,2028],[624,2090],[600,2091],[595,2105],[592,2133],[534,2177],[534,2123],[532,2093],[534,2067],[531,2038],[502,2038],[483,2032],[442,2038],[370,2078],[373,2052],[370,2037],[335,2037],[289,2027],[232,2035],[201,2034],[233,1980],[267,1973],[301,1978],[348,1975],[385,1975],[424,1978],[474,1980],[499,1973],[520,1975],[534,1957],[528,1922],[497,1926],[530,1861],[531,1834],[531,1804],[537,1772],[522,1757],[481,1758],[445,1758],[418,1754],[391,1761]]},{"area":"242","points":[[806,2316],[859,2290],[862,2266],[865,2228],[863,2179],[866,2111],[901,2092],[958,2085],[1021,2089],[1062,2091],[1078,2105],[1078,2129],[1054,2144],[1001,2142],[968,2150],[966,2167],[968,2206],[973,2244],[1024,2227],[1033,2202],[1073,2197],[1077,2224],[1080,2254],[1075,2299],[1080,2346],[1130,2302],[1128,2270],[1134,2237],[1129,2214],[1149,2195],[1198,2199],[1238,2195],[1199,2147],[1184,2140],[1160,2139],[1134,2137],[1140,2106],[1132,2065],[1130,2037],[1106,2027],[1066,2030],[1005,2027],[939,2028],[875,2022],[862,1972],[858,1918],[865,1875],[897,1862],[916,1842],[914,1774],[928,1760],[969,1756],[1021,1761],[1030,1781],[1077,1801],[1084,1760],[1150,1756],[1230,1756],[1287,1695],[1258,1696],[1242,1687],[1243,1654],[1191,1668],[1190,1690],[1159,1697],[1118,1701],[1061,1695],[1029,1695],[1027,1670],[1036,1648],[1075,1650],[1101,1650],[1073,1590],[1043,1595],[1029,1593],[1026,1554],[968,1566],[971,1586],[967,1632],[971,1666],[966,1697],[908,1700],[855,1697],[795,1753],[815,1765],[842,1755],[859,1771],[858,1802],[844,1809],[830,1817],[798,1874],[801,1913],[805,1948],[806,1977],[801,2016],[781,2035],[744,2027],[703,2025],[680,2029],[657,2091],[691,2092],[726,2085],[765,2088],[785,2088],[801,2109],[805,2141],[804,2165],[798,2188],[757,2192],[703,2191],[651,2191],[628,2249],[699,2253],[759,2252],[791,2247],[810,2263],[804,2289]]},{"area":"240","points":[[534,1566],[542,1464],[542,1422],[538,1389],[559,1370],[599,1371],[654,1363],[646,1345],[661,1318],[706,1320],[753,1315],[838,1316],[858,1321],[864,1353],[876,1379],[906,1375],[913,1394],[908,1419],[910,1468],[914,1514],[900,1544],[882,1536],[862,1547],[864,1575],[868,1589],[847,1600],[816,1593],[807,1607],[809,1643],[786,1658],[726,1639],[715,1654],[695,1649],[697,1609],[685,1588],[665,1597],[626,1593],[590,1589],[570,1597],[548,1584]]},{"area":"237","points":[[1135,1383],[1158,1373],[1186,1376],[1193,1357],[1185,1346],[1191,1321],[1222,1318],[1257,1315],[1309,1317],[1351,1321],[1351,1342],[1361,1373],[1392,1372],[1406,1361],[1403,1340],[1410,1320],[1431,1319],[1462,1322],[1506,1318],[1540,1321],[1568,1321],[1574,1366],[1586,1377],[1605,1370],[1622,1381],[1624,1405],[1623,1433],[1622,1474],[1621,1510],[1625,1528],[1603,1538],[1578,1542],[1569,1563],[1575,1584],[1538,1588],[1504,1589],[1470,1585],[1457,1594],[1458,1654],[1407,1648],[1406,1547],[1379,1540],[1354,1544],[1351,1584],[1286,1589],[1222,1588],[1202,1593],[1182,1575],[1190,1547],[1155,1535],[1139,1535],[1141,1507],[1137,1470],[1139,1420],[1142,1399]]},{"area":"22f","points":[[1190,2013],[1192,1954],[1195,1919],[1183,1895],[1190,1871],[1207,1862],[1233,1867],[1248,1844],[1242,1817],[1286,1816],[1322,1815],[1367,1818],[1401,1820],[1407,1873],[1400,1883],[1406,1899],[1405,1928],[1357,1927],[1351,1957],[1349,1975],[1351,2000],[1341,2022],[1317,2031],[1285,2027],[1239,2030],[1206,2033]]},{"area":"233","points":[[1318,2140],[1377,2194],[1418,2194],[1465,2200],[1512,2196],[1514,2248],[1463,2248],[1461,2303],[1462,2353],[1477,2364],[1615,2361],[1675,2358],[1681,2332],[1677,2292],[1665,2254],[1618,2249],[1574,2247],[1571,2219],[1580,2202],[1638,2197],[1707,2193],[1730,2191],[1730,2163],[1731,2099],[1737,2038],[1721,2030],[1681,2027],[1631,2029],[1624,2047],[1624,2112],[1624,2138],[1576,2142],[1520,2139],[1516,2113],[1515,2090],[1558,2091],[1571,2067],[1573,2036],[1568,1975],[1499,1978],[1437,1975],[1410,1975],[1403,1987],[1406,2023],[1406,2057],[1408,2085],[1428,2091],[1456,2088],[1460,2114],[1461,2132],[1427,2134],[1367,2137],[1340,2136]]},{"area":"242","points":[[1364,1758],[1412,1701],[1459,1701],[1507,1695],[1511,1653],[1551,1640],[1611,1643],[1657,1642],[1674,1634],[1674,1574],[1674,1520],[1681,1486],[1676,1424],[1727,1396],[1733,1427],[1732,1471],[1731,1505],[1745,1539],[1773,1542],[1796,1587],[1768,1589],[1736,1593],[1731,1613],[1733,1651],[1733,1687],[1737,1737],[1728,1781],[1737,1805],[1718,1817],[1698,1812],[1678,1819],[1675,1845],[1687,1871],[1726,1873],[1750,1865],[1767,1865],[1786,1861],[1790,1824],[1787,1770],[1783,1719],[1837,1699],[1838,1756],[1835,1773],[1842,1798],[1841,1851],[1839,1898],[1837,1940],[1843,1964],[1791,1983],[1790,1966],[1786,1930],[1752,1920],[1713,1920],[1666,1922],[1635,1922],[1623,1908],[1624,1875],[1595,1871],[1573,1875],[1569,1910],[1512,1886],[1518,1843],[1519,1793],[1520,1770],[1511,1761],[1478,1749],[1453,1760],[1419,1757],[1399,1754]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/033-03-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/034-poa10.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3742,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":82,"offsetY":10,"distance":10}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/PotA/036-03-05.webp"},"title":"Map 3.5: Scarlet Moon Hall","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":80,"offsetX":-42,"offsetY":32,"scale":2,"distance":10},"mapRegions":[{"area":"257","points":[[376,1118],[376,1271],[554,1271],[554,1118]]},{"area":"25c","points":[[802,1060],[802,1191],[988,1191],[988,1060]]},{"area":"26d","points":[[675,822],[675,963],[888,963],[888,822]]},{"area":"271","points":[[995,682],[995,896],[1149,896],[1149,682]]},{"area":"260","points":[[418,747],[418,917],[577,917],[577,747]]},{"area":"264","points":[[104,605],[104,756],[336,756],[336,605]]},{"area":"268","points":[[163,359],[163,540],[337,540],[337,359]]},{"area":"276","points":[[556,512],[556,638],[678,638],[678,512]]},{"area":"27a","points":[[699,455],[699,495],[742,495],[742,455]]},{"area":"27c","points":[[895,393],[877,399],[845,401],[810,399],[774,373],[746,350],[728,292],[729,252],[738,218],[769,229],[810,252],[847,274],[874,308],[891,351]]},{"area":"27e","points":[[541,263],[541,374],[716,374],[716,262],[680,262],[680,357],[576,357],[576,263]]},{"area":"28f","points":[[1527,424],[1626,228],[1666,228],[1765,424]]},{"area":"28c","points":[[1529,435],[1529,581],[1762,581],[1762,435]]},{"area":"287","points":[[1528,592],[1528,738],[1766,738],[1766,592]]},{"area":"27f","points":[[1530,749],[1530,897],[1763,897],[1763,749]]},{"area":"283","points":[[1531,905],[1531,1193],[1764,1193],[1764,905]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/036-03-05.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/037-poa11.webp"},"title":"Player Version","mapParent":{"id":"ff9","autoScale":true},"width":3742,"height":2591,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":31,"offsetY":28,"distance":10}}]},{"name":"Ch. 4: Air, Earth, Fire, and Water","ix":3,"images":[{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/PotA/041-04-01.webp"},"title":"Map 4.1: Temple of Howling Hatred","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":24,"distance":10},"mapRegions":[{"area":"2b3","points":[[133,2418],[184,2335],[275,2418]]},{"area":"2b5","points":[[195,2291],[192,2166],[208,2154],[207,2136],[285,2055],[310,2059],[320,2043],[443,2042],[456,2056],[474,2056],[549,2127],[549,2155],[568,2172],[568,2287],[546,2301],[550,2325],[482,2395],[456,2396],[444,2413],[320,2418],[308,2399],[283,2398],[201,2323],[212,2303]]},{"area":"2bd","points":[[679,1712],[328,1708],[318,1717],[316,1759],[304,1777],[303,1808],[319,1826],[324,1859],[345,1888],[355,1916],[355,1950],[336,1973],[314,1991],[301,2009],[321,2030],[679,2030]]},{"area":"2b9","points":[[797,1711],[1339,1711],[1339,1822],[1449,1822],[1449,1975],[1120,1975],[1120,2028],[797,2028]]},{"area":"2d9","points":[[1351,1809],[1559,1809],[1559,1655],[1398,1655],[1351,1708]]},{"area":"2e4","points":[[1130,2097],[1182,2097],[1182,2043],[1339,2043],[1339,2195],[1130,2195]]},{"area":"2e4","points":[[1569,2195],[1569,1878],[1626,1878],[1626,1822],[1725,1822],[1725,2195]]},{"area":"2e4","points":[[1626,1544],[1626,1756],[1835,1756],[1835,1544]]},{"area":"2ec","points":[[692,1674],[692,2051],[787,2051],[787,1674]]},{"area":"2f1","points":[[578,1108],[578,1533],[1064,1533],[1064,1108]]},{"area":"2d5","points":[[624,888],[417,888],[417,1220],[138,1321],[414,1390],[414,1700],[679,1700],[679,1604],[509,1604],[509,1033],[624,1033]]},{"area":"2d5","points":[[746,888],[1063,888],[1063,942],[1227,942],[1227,1159],[1248,1157],[1251,1082],[1259,1040],[1288,1012],[1322,1000],[1384,997],[1404,976],[1438,991],[1461,1012],[1481,1025],[1491,1071],[1522,1110],[1521,1148],[1525,1183],[1529,1203],[1518,1232],[1518,1258],[1130,1258],[1130,1035],[746,1035]]},{"area":"2d3","points":[[569,1545],[518,1596],[1123,1596],[1123,1042],[740,1042],[740,886],[628,886],[628,1038],[518,1038],[518,1593],[569,1542],[569,1096],[1073,1096],[1073,1546],[566,1546]]},{"area":"2c2","points":[[743,447],[743,602],[798,602],[798,656],[951,656],[951,502],[898,502],[898,447]]},{"area":"2c2","points":[[467,555],[626,555],[626,599],[569,599],[569,655],[467,655]]},{"area":"2c2","points":[[523,875],[624,875],[624,832],[567,832],[567,773],[523,773]]},{"area":"2c2","points":[[742,876],[1065,876],[1065,777],[798,777],[798,827],[742,827]]},{"area":"2c7","points":[[581,613],[581,821],[787,821],[787,613]]},{"area":"2c5","points":[[821,667],[821,765],[1340,765],[1340,667]]},{"area":"2de","points":[[1183,556],[1505,556],[1505,874],[1181,874],[1181,778],[1350,778],[1350,655],[1183,655]]},{"area":"2fe","points":[[1677,613],[1677,983],[1833,983],[1833,613]]},{"area":"2f7","points":[[1365,278],[1345,272],[1334,254],[1342,232],[1364,228],[1364,95],[1739,95],[1739,410],[1365,410]]},{"area":"2ee","points":[[1127,1261],[1127,1375],[1516,1375],[1516,1261]]},{"area":"2d5","points":[[799,1603],[1130,1603],[1130,1382],[1520,1382],[1527,1401],[1514,1432],[1508,1462],[1516,1487],[1519,1516],[1539,1544],[1554,1563],[1564,1590],[1533,1603],[1487,1599],[1441,1585],[1425,1573],[1403,1580],[1379,1607],[1366,1633],[1340,1653],[1326,1634],[1304,1627],[1293,1591],[1287,1546],[1279,1527],[1252,1502],[1245,1425],[1229,1433],[1229,1700],[799,1700]]},{"area":"2e9","points":[[1570,1267],[1570,1157],[1667,1157],[1667,1218],[1781,1218],[1768,1240],[1747,1266],[1730,1288],[1717,1302],[1733,1322],[1749,1335],[1767,1353],[1774,1371],[1671,1371],[1671,1485],[1570,1485]]},{"area":"2cc","points":[[356,720],[460,720],[460,873],[402,873],[402,1152],[196,1152],[196,836],[249,836],[249,778],[301,778],[301,720]]},{"area":"2cf","points":[[63,343],[77,319],[127,313],[140,304],[157,313],[191,290],[207,281],[231,287],[253,296],[275,293],[305,300],[322,277],[338,258],[369,245],[409,247],[447,243],[465,241],[483,229],[497,225],[526,202],[527,193],[538,205],[539,223],[528,241],[528,259],[536,273],[539,303],[540,333],[546,356],[540,375],[539,393],[517,422],[498,434],[482,457],[463,477],[455,509],[455,653],[355,653],[334,647],[308,651],[290,632],[266,618],[251,587],[230,565],[205,553],[188,520],[165,494],[136,465],[128,439],[112,401],[96,386],[82,381],[72,360]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/041-04-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/042-pam12_templeofhowlinghatred_dm-zf-0998-75774-1-004.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":38,"offsetY":-2,"distance":10}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/PotA/044-04-02.webp"},"title":"Map 4.2: Temple of the Crushing Wave","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"distance":10},"mapRegions":[{"area":"364","points":[[652,531],[631,552],[611,532],[611,334],[764,334],[764,488],[652,488]]},{"area":"366","points":[[115,503],[267,503],[267,556],[322,556],[322,706],[267,706],[267,818],[115,818],[115,712],[58,712],[58,557],[115,557]]},{"area":"35c","points":[[830,60],[830,550],[1206,550],[1206,60]]},{"area":"361","points":[[1271,271],[1271,211],[1284,177],[1309,171],[1315,149],[1332,140],[1353,145],[1383,143],[1414,138],[1421,159],[1433,160],[1451,181],[1486,187],[1511,205],[1519,233],[1525,260],[1531,265],[1524,284],[1500,309],[1489,331],[1457,340],[1451,359],[1434,373],[1421,379],[1407,380],[1410,390],[1384,396],[1369,408],[1351,407],[1329,400],[1309,386],[1299,375],[1313,337],[1301,316],[1288,294]]},{"area":"32a","points":[[1643,166],[1815,166],[1815,113],[1858,113],[1858,165],[1836,172],[1842,204],[1862,224],[1862,380],[1592,380],[1579,359],[1597,346],[1597,336],[1622,338],[1633,327],[1651,330],[1651,202],[1632,208],[1621,206],[1607,215],[1588,183],[1600,171],[1589,158],[1601,150],[1591,137],[1597,111],[1614,117],[1629,111],[1643,112]]},{"area":"325","points":[[1656,610],[1808,610],[1814,630],[1823,629],[1829,645],[1845,645],[1864,651],[1864,764],[1656,764]]},{"area":"358","points":[[937,765],[1092,765],[1092,660],[1042,660],[1042,558],[993,558],[993,660],[937,660]]},{"area":"351","points":[[831,890],[831,1151],[1202,1151],[1202,890]]},{"area":"356","points":[[1159,722],[1271,722],[1271,687],[1289,662],[1313,681],[1313,723],[1368,723],[1368,774],[1411,774],[1431,794],[1414,819],[1367,819],[1367,874],[1159,874]]},{"area":"323","points":[[1544,884],[1716,884],[1739,889],[1753,906],[1753,940],[1807,940],[1807,986],[1753,986],[1752,1037],[1756,1065],[1756,1108],[1807,1108],[1807,1149],[1753,1149],[1753,1204],[1578,1204],[1567,1177],[1557,1170],[1540,1129]]},{"area":"321","points":[[1654,1327],[1820,1327],[1832,1344],[1847,1360],[1859,1367],[1859,1424],[1654,1424]]},{"area":"31f","points":[[1376,1319],[1376,1377],[1596,1377],[1596,1319]]},{"area":"315","points":[[1432,1391],[1432,1793],[1533,1793],[1533,1391]]},{"area":"315","points":[[1434,1305],[1434,688],[1400,654],[1052,654],[1052,558],[1505,554],[1530,580],[1530,1305]]},{"area":"315","points":[[390,820],[488,782],[488,691],[516,654],[984,654],[984,557],[419,557],[390,577]]},{"area":"30e","points":[[1470,2098],[1544,1983],[1654,1984],[1651,1994],[1669,2043],[1676,2056],[1688,2050],[1734,2079],[1772,2076],[1791,2085],[1821,2097],[1838,2127],[1890,2146],[1890,2268],[1857,2264],[1850,2247],[1826,2240],[1820,2232],[1793,2233],[1776,2204],[1765,2189],[1742,2180],[1711,2193],[1684,2184],[1646,2177],[1605,2153],[1580,2134],[1566,2131],[1537,2142],[1503,2119],[1483,2113]]},{"area":"315","points":[[720,1953],[819,1868],[819,1767],[720,1767]]},{"area":"33e","points":[[113,1545],[167,1545],[167,1500],[181,1494],[194,1487],[225,1487],[225,1328],[278,1328],[278,1296],[299,1275],[322,1298],[322,1326],[375,1326],[375,1377],[434,1377],[434,1423],[378,1423],[378,1478],[324,1478],[324,1603],[377,1603],[377,1642],[324,1642],[324,1699],[170,1699],[176,1637],[163,1609],[149,1607],[142,1591],[113,1589]]},{"area":"33c","points":[[389,1551],[543,1551],[543,1599],[597,1599],[597,1754],[389,1754]]},{"area":"344","points":[[105,1713],[212,1713],[212,1766],[249,1766],[277,1794],[250,1810],[214,1810],[214,1876],[273,1876],[273,1919],[219,1919],[207,1940],[198,1943],[182,1938],[175,1937],[166,1950],[149,1957],[121,1971],[60,1980],[72,1952],[70,1888],[68,1854],[73,1799],[69,1767],[86,1736]]},{"area":"34a","points":[[55,2037],[55,2085],[261,2085],[261,2037]]},{"area":"348","points":[[327,1986],[342,1981],[367,1982],[383,1967],[402,1953],[420,1936],[445,1935],[457,1914],[487,1899],[500,1892],[522,1902],[541,1910],[553,1903],[569,1908],[583,1913],[613,1922],[612,1933],[635,1941],[620,1965],[600,1980],[600,2030],[575,2050],[575,2082],[597,2099],[601,2118],[599,2142],[565,2147],[556,2153],[527,2146],[507,2151],[480,2150],[460,2139],[443,2144],[420,2137],[401,2110],[382,2106],[358,2120],[327,2099]]},{"area":"33a","points":[[656,1648],[656,1761],[886,1761],[886,1648]]},{"area":"335","points":[[664,1166],[762,1166],[762,1212],[928,1212],[928,1315],[875,1315],[875,1370],[719,1370],[719,1260],[664,1260]]},{"area":"32f","points":[[937,1322],[937,1270],[1092,1270],[1092,1323],[1148,1323],[1148,1481],[1097,1481],[1097,1537],[938,1537],[938,1479],[886,1479],[886,1322]]},{"area":"333","points":[[1160,1161],[1160,1370],[1314,1370],[1314,1161]]},{"area":"331","points":[[1159,1546],[1366,1546],[1366,1597],[1396,1597],[1423,1624],[1400,1647],[1368,1647],[1368,1696],[1159,1696]]},{"area":"319","points":[[655,2186],[627,2132],[616,2096],[615,2069],[619,2030],[633,1997],[655,1955],[686,1954],[696,1949],[718,1965],[825,1875],[847,1878],[873,1878],[893,1875],[904,1856],[920,1851],[930,1826],[950,1817],[990,1819],[995,1805],[1022,1795],[1047,1800],[1074,1812],[1086,1804],[1103,1810],[1126,1767],[1149,1768],[1166,1757],[1176,1769],[1195,1768],[1205,1749],[1220,1750],[1234,1755],[1261,1744],[1287,1752],[1305,1745],[1330,1746],[1345,1771],[1365,1767],[1378,1777],[1405,1789],[1419,1798],[1437,2052],[1403,2055],[1385,2062],[1377,2087],[1207,2087],[1184,2099],[1161,2103],[1148,2121],[1121,2128],[1100,2140],[1093,2174],[1095,2196],[1071,2213],[1058,2217],[1039,2252],[1021,2267],[750,2267],[739,2227],[712,2204],[694,2186],[675,2180]]},{"area":"31b","points":[[1156,2206],[1488,2206],[1488,2179],[1511,2156],[1531,2176],[1531,2257],[1654,2257],[1654,2233],[1673,2214],[1694,2235],[1694,2305],[1584,2305],[1567,2318],[1549,2319],[1544,2339],[1506,2332],[1495,2346],[1488,2361],[1224,2361],[1215,2343],[1185,2338],[1167,2319],[1156,2319]]},{"area":"34e","points":[[117,1040],[145,1020],[157,997],[189,993],[214,984],[224,968],[259,956],[264,927],[274,913],[294,900],[323,896],[332,873],[356,860],[499,804],[516,812],[534,818],[545,804],[563,793],[571,780],[595,784],[618,786],[643,779],[667,791],[682,801],[714,808],[740,806],[760,816],[756,840],[793,858],[793,880],[817,890],[817,1113],[782,1114],[760,1088],[734,1075],[707,1079],[703,1099],[675,1094],[649,1099],[626,1103],[611,1089],[565,1089],[553,1107],[534,1117],[511,1136],[490,1152],[440,1208],[393,1208],[379,1224],[353,1229],[330,1249],[296,1247],[260,1241],[239,1249],[214,1260],[193,1283],[161,1269],[146,1243],[127,1207],[109,1174],[116,1150],[124,1126],[126,1101],[110,1083],[103,1061]]},{"area":"315","points":[[820,1637],[820,1487],[495,1162],[447,1215],[717,1485],[717,1637]]},{"area":"31d","points":[[1539,1619],[1567,1602],[1598,1602],[1598,1547],[1651,1547],[1657,1561],[1670,1567],[1699,1576],[1702,1598],[1751,1598],[1751,1753],[1642,1753],[1620,1737],[1620,1717],[1605,1707],[1598,1686],[1598,1645],[1572,1645]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/044-04-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/045-pam13_templeofthecrushingwave_dm-zf-0998-75774-1.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-2,"offsetY":-4,"distance":10}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/PotA/047-04-03.webp"},"title":"Map 4.3: Temple of Black Earth","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-2,"offsetY":-2,"scale":1.03,"distance":10},"mapRegions":[{"area":"373","points":[[1894,117],[1655,117],[1655,284],[1647,288],[1647,383],[1484,383],[1484,533],[1540,546],[1540,443],[1705,443],[1705,289],[1697,286],[1697,160],[1894,160]]},{"area":"377","points":[[937,388],[950,367],[940,319],[944,279],[960,268],[973,276],[987,270],[998,258],[1007,263],[1021,285],[1041,262],[1086,255],[1119,251],[1141,233],[1180,244],[1190,260],[1188,275],[1233,293],[1283,319],[1274,342],[1291,353],[1298,375],[1306,384],[1314,404],[1330,420],[1381,426],[1392,500],[1362,463],[1341,465],[1313,450],[1296,461],[1268,433],[1235,408],[1210,407],[1191,436],[1182,457],[1153,473],[1140,506],[1140,553],[1095,587],[1078,582],[1060,593],[1028,577],[1002,573],[988,550],[966,531],[943,520],[931,500],[940,463],[939,441],[943,411]]},{"area":"37a","points":[[1379,667],[1640,667],[1640,766],[1561,766],[1561,897],[1460,897],[1460,765],[1379,765]]},{"area":"384","points":[[1710,883],[1710,710],[1681,710],[1646,687],[1674,667],[1708,667],[1708,583],[1728,572],[1751,581],[1751,827],[1863,827],[1863,1046],[1857,1068],[1856,1087],[1848,1104],[1859,1114],[1849,1132],[1831,1149],[1710,1149],[1710,928],[1657,928],[1657,883]]},{"area":"3b6","points":[[881,722],[1042,722],[1042,778],[1148,778],[1148,982],[881,982]]},{"area":"386","points":[[1158,927],[1158,724],[1213,724],[1213,665],[1338,669],[1373,689],[1341,712],[1311,715],[1306,878],[1281,906],[1263,927]]},{"area":"3b4","points":[[687,942],[872,942],[872,1097],[692,1097],[663,1074],[663,964]]},{"area":"3b2","points":[[605,1162],[764,1162],[764,1216],[818,1216],[818,1371],[605,1371]]},{"area":"38c","points":[[1597,1270],[1597,1536],[1862,1536],[1862,1270]]},{"area":"37f","points":[[1452,832],[1452,906],[1570,906],[1570,833],[1643,833],[1643,1206],[1382,1206],[1382,997],[1395,974],[1393,937],[1418,913],[1410,888],[1396,883],[1400,858],[1387,853],[1397,832]]},{"area":"398","points":[[1688,2308],[1688,2262],[1772,2262],[1772,2305],[1753,2305],[1753,2420],[1708,2420],[1708,2308]]},{"area":"399","points":[[882,2127],[895,2120],[913,2112],[931,2113],[960,2106],[997,2105],[1027,2103],[1052,2099],[1258,2099],[1258,2305],[1007,2305],[993,2317],[967,2297],[949,2281],[927,2293],[905,2285],[882,2287]]},{"area":"39f","points":[[499,2042],[764,2042],[764,2098],[821,2098],[821,2194],[553,2194],[553,2142],[499,2142]]},{"area":"39d","points":[[501,1821],[553,1821],[553,1766],[927,1766],[927,1900],[940,1914],[942,1935],[946,1953],[963,1958],[970,1979],[992,1985],[1025,1992],[1033,2018],[1027,2077],[987,2077],[949,2085],[906,2075],[888,2078],[890,2057],[880,2038],[886,2016],[899,2008],[916,2011],[933,1996],[937,1976],[858,1976],[833,1970],[822,1964],[794,1982],[771,1971],[755,1963],[740,1963],[724,1970],[709,1980],[709,2029],[666,2029],[666,1976],[553,1976],[553,1866],[501,1866]]},{"area":"3aa","points":[[166,1713],[434,1713],[434,1764],[489,1764],[489,1919],[433,1919],[433,1977],[167,1977],[167,1922],[115,1922],[115,1768],[166,1768]]},{"area":"3af","points":[[165,1262],[165,1491],[389,1491],[389,1262]]},{"area":"3c3","points":[[60,802],[84,775],[354,775],[380,802],[380,1067],[353,1094],[87,1094],[60,1065]]},{"area":"3c5","points":[[377,391],[377,711],[114,711],[114,391]]},{"area":"3c0","points":[[663,226],[872,226],[872,280],[909,280],[936,306],[907,325],[873,325],[873,379],[663,379]]},{"area":"3ba","points":[[652,289],[652,388],[816,388],[821,411],[837,433],[867,446],[879,445],[895,447],[923,455],[915,536],[899,552],[877,553],[871,573],[865,606],[840,620],[824,622],[817,639],[833,662],[847,674],[827,687],[794,686],[794,701],[760,713],[758,727],[729,722],[715,717],[662,714],[642,718],[615,699],[605,685],[588,675],[581,659],[572,653],[558,629],[561,595],[511,573],[501,543],[513,509],[510,492],[508,473],[491,467],[487,430],[540,418],[553,401],[592,415],[606,403],[616,377],[618,358],[606,328],[630,311],[636,289]]},{"area":"3a5","points":[[719,1545],[964,1543],[975,1580],[997,1591],[1008,1613],[1019,1637],[1017,1665],[1020,1699],[819,1699],[819,1753],[771,1753],[771,1701],[718,1701],[718,1645],[662,1645],[662,1604],[719,1604]]},{"area":"396","points":[[940,1353],[957,1345],[979,1346],[989,1358],[1005,1376],[1029,1395],[1045,1410],[1076,1424],[1084,1441],[1079,1467],[1091,1483],[1111,1494],[1136,1532],[1144,1550],[1158,1562],[1162,1584],[1144,1607],[1138,1632],[1128,1652],[1129,1678],[1116,1711],[1110,1736],[1076,1738],[1049,1724],[1035,1701],[1031,1670],[1035,1633],[1007,1584],[982,1567],[959,1518],[935,1497],[912,1485],[885,1482],[868,1452],[875,1414],[894,1401],[899,1370],[916,1359]]},{"area":"396","points":[[1192,1592],[1218,1590],[1240,1588],[1254,1600],[1265,1628],[1273,1647],[1293,1661],[1311,1670],[1320,1685],[1314,1715],[1324,1738],[1347,1754],[1367,1767],[1393,1784],[1415,1788],[1433,1794],[1446,1785],[1471,1784],[1515,1806],[1522,1816],[1546,1821],[1574,1850],[1611,1844],[1630,1844],[1637,1833],[1666,1832],[1689,1820],[1764,1860],[1766,1871],[1776,1874],[1784,1899],[1797,1927],[1814,1954],[1838,1967],[1860,1993],[1875,2031],[1838,2021],[1831,2010],[1807,2007],[1792,2000],[1777,2007],[1754,2002],[1731,1993],[1702,1984],[1690,1996],[1661,1991],[1659,1985],[1601,2019],[1581,2002],[1566,2011],[1562,1994],[1543,1991],[1515,1967],[1492,1968],[1483,1946],[1473,1913],[1448,1901],[1433,1923],[1428,1953],[1400,1969],[1388,1954],[1373,1953],[1354,1934],[1327,1906],[1292,1904],[1267,1901],[1222,1874],[1210,1790],[1150,1732],[1158,1687],[1165,1646]]},{"area":"392","points":[[1435,1603],[1807,1603],[1807,1932],[1786,1869],[1774,1854],[1692,1804],[1666,1815],[1629,1814],[1622,1822],[1580,1827],[1555,1806],[1535,1801],[1512,1780],[1485,1764],[1435,1771]]},{"area":"392","points":[[1433,2306],[1682,2306],[1682,2258],[1809,2258],[1809,2022],[1797,2015],[1777,2023],[1707,2004],[1694,2014],[1661,2006],[1598,2033],[1584,2020],[1564,2032],[1546,2013],[1512,1983],[1488,1992],[1463,1938],[1453,1931],[1433,1980]]},{"area":"389","points":[[1052,1050],[1370,1050],[1370,1246],[1353,1253],[1331,1257],[1304,1261],[1205,1261],[1205,1316],[1160,1315],[1136,1309],[1123,1314],[1115,1293],[1102,1292],[1102,1206],[1052,1206]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/047-04-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/048-pam15_templeofblackearth_dm-zf-0998-75774-1-006-0.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-1,"offsetY":-1,"distance":10}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/PotA/050-04-04.webp"},"title":"Map 4.4: Temple of Eternal Flame","width":1949,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-14,"distance":10},"mapRegions":[{"area":"3d3","points":[[430,167],[430,489],[532,489],[532,167]]},{"area":"3d9","points":[[707,274],[758,223],[868,223],[920,275],[920,385],[867,438],[757,438],[707,382]]},{"area":"3dd","points":[[1184,249],[1184,356],[1431,356],[1431,249]]},{"area":"3e6","points":[[1473,222],[1688,222],[1702,240],[1700,256],[1712,274],[1732,297],[1725,304],[1750,313],[1785,323],[1798,341],[1804,377],[1796,440],[1796,492],[1633,492],[1633,382],[1473,382]]},{"area":"3e2","points":[[1305,603],[1468,603],[1468,495],[1416,495],[1416,385],[1407,366],[1391,355],[1371,365],[1361,383],[1361,492],[1305,492]]},{"area":"3ec","points":[[153,550],[153,714],[315,714],[315,550]]},{"area":"3f6","points":[[153,826],[153,988],[316,988],[316,826]]},{"area":"3fb","points":[[591,497],[591,594],[697,594],[697,497]]},{"area":"3fc","points":[[651,608],[809,608],[809,660],[921,660],[921,769],[856,769],[856,820],[767,820],[767,767],[651,767]]},{"area":"3f2","points":[[327,602],[481,602],[481,939],[464,960],[475,972],[470,986],[327,986]]},{"area":"408","points":[[522,964],[522,1460],[605,1460],[605,964]]},{"area":"40d","points":[[920,993],[920,1488],[1252,1488],[1252,993]]},{"area":"410","points":[[1363,1205],[1365,1182],[1372,1165],[1360,1153],[1375,1147],[1389,1148],[1404,1124],[1419,1127],[1427,1106],[1450,1110],[1471,1112],[1492,1111],[1515,1102],[1525,1110],[1529,1126],[1541,1127],[1546,1134],[1570,1123],[1578,1125],[1580,1142],[1595,1149],[1609,1180],[1603,1197],[1601,1212],[1630,1229],[1628,1242],[1616,1247],[1627,1261],[1616,1267],[1608,1278],[1610,1290],[1594,1303],[1581,1322],[1569,1340],[1552,1359],[1537,1370],[1526,1360],[1498,1366],[1466,1383],[1441,1384],[1420,1374],[1407,1360],[1393,1345],[1374,1323],[1367,1319],[1366,1309],[1357,1301],[1366,1285],[1354,1271]]},{"area":"412","points":[[1749,1100],[1749,1207],[1856,1207],[1856,1100]]},{"area":"419","points":[[1580,1486],[1743,1323],[1794,1323],[1794,1537],[1580,1537]]},{"area":"427","points":[[1690,1594],[1690,1752],[1847,1752],[1847,1594]]},{"area":"423","points":[[1640,1816],[1688,1816],[1688,1762],[1792,1762],[1792,1919],[1690,1919],[1690,1869],[1640,1869]]},{"area":"41f","points":[[1469,1696],[1522,1695],[1572,1706],[1603,1725],[1618,1738],[1630,1789],[1630,1860],[1581,1860],[1540,1850],[1478,1837],[1452,1831],[1429,1809],[1413,1759],[1413,1696]]},{"area":"442","points":[[1359,2088],[1468,2088],[1468,1981],[1686,1981],[1686,2088],[1799,2088],[1799,2195],[1686,2195],[1686,2304],[1468,2304],[1468,2196],[1359,2196]]},{"area":"433","points":[[980,1871],[1193,1871],[1193,1924],[1247,1924],[1247,1977],[1294,1977],[1294,2033],[1248,2033],[1248,2091],[1193,2091],[1193,2140],[980,2140]]},{"area":"402","points":[[1149,722],[1149,980],[1793,980],[1793,722]]},{"area":"415","points":[[153,1617],[153,1585],[172,1562],[194,1540],[225,1531],[259,1533],[287,1548],[308,1569],[317,1594],[317,1643],[302,1664],[286,1683],[260,1696],[229,1698],[202,1692],[173,1672],[155,1644]]},{"area":"42c","points":[[317,1871],[368,1763],[700,1763],[753,1869],[753,1915],[701,2027],[481,2033],[481,2083],[371,2083],[371,2026],[317,1925]]},{"area":"435","points":[[97,2252],[370,2252],[370,2145],[260,2088],[206,2089],[97,2143]]},{"area":"43b","points":[[315,2416],[315,2305],[425,2305],[425,2143],[531,2143],[531,2355],[417,2355],[417,2416]]},{"area":"447","points":[[1252,2254],[1252,2417],[1410,2417],[1410,2254]]},{"area":"417","points":[[704,1487],[704,1582],[810,1582],[810,1487]]},{"area":"41b","points":[[811,1655],[811,1812],[967,1812],[967,1655]]},{"area":"41d","points":[[984,1655],[984,1812],[1131,1812],[1131,1655]]},{"area":"41d","points":[[1148,1656],[1148,1812],[1302,1812],[1302,1656]]},{"area":"43e","points":[[536,2086],[745,2086],[745,2256],[916,2256],[916,2415],[754,2415],[754,2304],[536,2304]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/050-04-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/051-pam16_templeofeternalflame_dm-zf-0998-75774-1-007.webp"},"title":"Player Version","mapParent":{"id":"ff5","autoScale":true},"width":3150,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-24,"offsetY":-2,"distance":10}}]},{"name":"Ch. 5: Temple of the Elder Elemental Eye","ix":4,"images":[{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/PotA/054-05-01.webp"},"title":"Map 5.1: Fane of the Eye","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-5,"offsetY":-10,"distance":10},"mapRegions":[{"area":"49f","points":[[395,562],[423,530],[437,515],[438,495],[427,491],[419,461],[393,446],[405,418],[433,436],[457,433],[475,445],[497,441],[506,430],[494,407],[505,389],[504,373],[491,355],[473,342],[487,306],[466,297],[459,284],[441,284],[425,256],[410,273],[382,274],[372,260],[358,264],[342,257],[332,273],[318,280],[313,269],[295,270],[280,307],[255,312],[242,332],[216,327],[211,344],[223,354],[229,381],[199,397],[233,401],[232,423],[213,442],[233,440],[242,448],[261,453],[265,473],[255,482],[267,496],[264,514],[258,534],[287,523],[308,528],[320,524],[327,531],[341,524],[348,528],[353,550],[365,541],[380,544]]},{"area":"4a5","points":[[443,621],[443,655],[426,683],[441,695],[438,713],[456,734],[451,755],[422,753],[431,799],[448,803],[455,813],[445,829],[453,840],[475,877],[493,860],[505,861],[523,855],[540,858],[553,860],[567,862],[567,878],[553,909],[569,925],[592,938],[602,927],[607,912],[622,912],[639,906],[656,912],[662,904],[657,871],[666,861],[688,863],[700,853],[708,834],[704,818],[705,802],[707,792],[731,780],[723,761],[720,720],[701,710],[700,687],[708,686],[714,665],[735,663],[750,675],[752,653],[767,646],[728,620],[707,623],[701,657],[672,652],[656,656],[647,644],[630,636],[603,642],[599,653],[580,647],[569,635],[560,647],[543,661],[552,676],[546,694],[530,706],[497,705],[490,686],[470,678],[470,657],[477,640],[468,627]]},{"area":"4a9","points":[[100,493],[120,513],[137,517],[147,540],[164,580],[180,585],[207,579],[215,591],[230,593],[239,574],[264,580],[273,590],[296,596],[313,617],[313,631],[300,641],[300,661],[313,669],[342,680],[340,700],[316,715],[314,738],[337,756],[359,760],[374,767],[395,762],[405,813],[390,813],[376,825],[353,821],[331,811],[314,810],[301,831],[309,851],[315,870],[305,881],[285,876],[268,881],[252,880],[238,871],[222,878],[218,907],[169,920],[161,905],[160,883],[175,870],[179,849],[166,835],[138,819],[125,804],[132,773],[97,776],[78,744],[78,720],[84,702],[112,703],[114,687],[134,662],[129,652],[107,651],[112,630],[122,603],[111,577],[122,566],[117,551],[107,535],[107,517]]},{"area":"4a1","points":[[560,529],[588,493],[621,484],[653,436],[668,410],[701,392],[757,402],[774,389],[783,401],[842,393],[853,401],[898,419],[899,452],[919,475],[923,502],[911,526],[917,550],[949,565],[967,581],[966,599],[995,611],[1014,643],[1000,661],[978,674],[980,643],[961,626],[940,611],[915,607],[896,584],[877,572],[863,595],[857,613],[840,620],[832,650],[808,667],[803,656],[781,656],[777,635],[745,616],[758,598],[746,586],[745,564],[708,549],[700,534],[663,527],[643,520],[628,525],[619,539],[597,543],[578,538]]},{"area":"4b3","points":[[165,962],[238,937],[237,949],[225,956],[225,980],[238,990],[260,985],[277,993],[292,1001],[308,1003],[325,1018],[342,974],[361,974],[370,967],[384,983],[410,986],[422,1003],[456,990],[468,995],[487,1052],[535,1045],[555,1039],[567,1043],[587,1037],[612,1042],[617,1060],[596,1076],[568,1085],[562,1103],[586,1111],[588,1126],[581,1140],[580,1156],[606,1162],[610,1186],[643,1215],[671,1228],[654,1248],[633,1255],[604,1275],[594,1286],[593,1297],[586,1318],[601,1327],[614,1324],[612,1340],[615,1366],[602,1382],[589,1379],[574,1385],[569,1405],[548,1414],[533,1391],[514,1393],[510,1413],[512,1434],[505,1453],[508,1477],[511,1497],[455,1545],[432,1514],[388,1529],[376,1513],[344,1515],[333,1525],[316,1522],[277,1530],[259,1519],[240,1513],[223,1505],[208,1479],[188,1476],[176,1472],[153,1457],[127,1443],[132,1414],[127,1403],[127,1382],[113,1364],[100,1356],[78,1366],[73,1328],[69,1282],[60,1270],[86,1260],[85,1238],[90,1223],[88,1197],[107,1181],[116,1142],[116,1124],[123,1112],[120,1097],[106,1082],[96,1061],[125,1063],[176,1071],[197,1070],[193,1046],[179,1028],[194,1008],[174,987]]},{"area":"46e","points":[[236,1650],[214,1663],[197,1662],[181,1680],[167,1708],[152,1725],[162,1754],[180,1788],[208,1804],[230,1820],[260,1812],[291,1793],[305,1768],[316,1753],[307,1727],[290,1700],[282,1674],[266,1681],[250,1671]]},{"area":"46b","points":[[643,2214],[656,2240],[661,2270],[650,2305],[629,2309],[620,2322],[598,2329],[576,2331],[562,2318],[541,2312],[525,2311],[511,2300],[496,2266],[478,2229],[481,2214],[492,2211],[496,2194],[514,2182],[523,2167],[513,2152],[502,2109],[469,2082],[454,2051],[455,2025],[442,2001],[423,1958],[402,1930],[375,1921],[376,1891],[354,1869],[340,1872],[338,1861],[400,1787],[417,1793],[449,1797],[472,1793],[500,1815],[522,1827],[526,1847],[541,1864],[543,1889],[541,1912],[565,1927],[572,1947],[569,1970],[572,1993],[578,2019],[589,2043],[593,2062],[604,2079],[617,2070],[652,2101],[634,2113],[629,2141],[628,2168],[629,2200]]},{"area":"470","points":[[887,1874],[954,1893],[960,1909],[982,1917],[1013,1922],[1027,1954],[1046,1970],[1023,1993],[1021,2008],[992,2027],[995,2045],[1010,2087],[1004,2106],[1002,2123],[993,2144],[995,2154],[991,2196],[974,2203],[969,2224],[951,2237],[919,2274],[912,2262],[895,2260],[878,2239],[877,2211],[863,2200],[845,2204],[834,2186],[827,2186],[832,2137],[813,2138],[839,2104],[847,2074],[860,2055],[854,2033],[851,1990],[870,1982],[871,1970],[889,1949],[904,1934],[910,1905],[896,1889]]},{"area":"472","points":[[580,1764],[597,1756],[633,1748],[663,1728],[674,1709],[667,1695],[685,1692],[685,1673],[674,1659],[655,1657],[692,1638],[713,1642],[740,1630],[763,1619],[794,1594],[813,1582],[820,1558],[818,1537],[800,1519],[857,1496],[850,1519],[861,1544],[874,1560],[870,1592],[891,1610],[911,1631],[932,1655],[947,1660],[967,1656],[988,1644],[1005,1647],[1034,1672],[1017,1684],[1001,1682],[985,1691],[980,1702],[964,1709],[958,1739],[947,1739],[934,1756],[941,1776],[933,1804],[925,1812],[911,1812],[850,1821],[824,1821],[804,1811],[783,1807],[762,1811],[753,1828],[757,1847],[736,1856],[716,1846],[685,1834],[676,1828],[654,1820],[639,1812],[638,1795],[623,1782],[608,1775]]},{"area":"52a","points":[[710,294],[740,237],[739,210],[732,193],[725,180],[735,168],[734,149],[753,140],[777,132],[793,122],[826,123],[844,132],[860,139],[868,158],[887,163],[905,157],[933,132],[955,130],[977,139],[993,135],[998,166],[1020,166],[1042,167],[1072,163],[1089,163],[1089,367],[1045,367],[1045,207],[1015,208],[1005,217],[992,221],[980,243],[971,258],[981,273],[970,287],[979,304],[974,328],[953,327],[927,330],[906,330],[887,337],[871,351],[854,347],[855,332],[860,306],[852,290],[834,287],[817,274],[795,270],[780,273],[772,284],[754,276],[754,275],[753,275],[753,276]]},{"area":"490","points":[[1100,217],[1100,424],[1308,424],[1308,217]]},{"area":"48e","points":[[1527,256],[1527,495],[1770,495],[1770,256]]},{"area":"493","points":[[1211,974],[1211,780],[1201,780],[1190,771],[1173,770],[1163,758],[1133,758],[1113,785],[1101,787],[1107,771],[1115,758],[1133,746],[1155,747],[1163,747],[1171,740],[1187,734],[1196,718],[1209,719],[1218,708],[1211,698],[1211,602],[1365,602],[1365,709],[1385,715],[1398,701],[1411,707],[1430,709],[1454,729],[1471,729],[1476,719],[1502,722],[1522,714],[1546,722],[1577,716],[1594,714],[1582,726],[1565,728],[1540,764],[1521,767],[1513,758],[1498,755],[1488,761],[1472,757],[1463,765],[1447,769],[1438,754],[1436,746],[1422,751],[1403,747],[1367,767],[1367,974]]},{"area":"48c","points":[[1646,817],[1646,1024],[1858,1024],[1858,817]]},{"area":"4ae","points":[[777,837],[825,864],[820,883],[824,908],[852,919],[865,931],[889,937],[912,926],[926,913],[935,912],[946,928],[959,937],[984,944],[995,929],[1039,922],[1041,901],[1036,888],[1038,877],[1061,872],[1089,870],[1131,917],[1106,916],[1096,922],[1091,944],[1090,953],[1103,967],[1096,972],[1069,972],[1056,981],[1045,973],[1036,980],[1035,1011],[1042,1027],[1045,1038],[1033,1051],[1033,1071],[1041,1080],[1038,1104],[1044,1122],[1071,1134],[1082,1140],[1098,1140],[1149,1171],[1131,1176],[1121,1191],[1122,1215],[1121,1231],[1106,1246],[1100,1261],[1049,1291],[1042,1272],[1042,1264],[1054,1253],[1057,1229],[1044,1223],[1034,1219],[1013,1196],[992,1194],[980,1197],[971,1180],[949,1180],[931,1180],[909,1189],[887,1187],[872,1190],[860,1177],[840,1182],[827,1195],[817,1211],[749,1182],[770,1171],[783,1153],[779,1148],[792,1138],[805,1120],[826,1120],[838,1104],[826,1087],[820,1061],[838,1054],[834,1033],[836,1012],[820,1002],[819,994],[811,992],[803,981],[771,976],[745,962],[764,946],[756,927],[744,896],[751,882],[760,873],[765,859],[777,851]]},{"area":"488","points":[[1274,1168],[1299,1123],[1316,1109],[1340,1096],[1385,1084],[1414,1087],[1429,1073],[1475,1081],[1473,1102],[1486,1115],[1504,1127],[1518,1144],[1525,1171],[1536,1180],[1537,1201],[1537,1224],[1560,1239],[1560,1283],[1551,1327],[1551,1352],[1546,1379],[1553,1401],[1578,1411],[1562,1459],[1540,1448],[1520,1449],[1509,1478],[1496,1466],[1477,1460],[1458,1487],[1434,1527],[1406,1533],[1390,1536],[1385,1551],[1371,1555],[1350,1540],[1317,1511],[1295,1513],[1259,1461],[1264,1431],[1269,1413],[1304,1389],[1322,1370],[1329,1344],[1320,1321],[1327,1292],[1320,1264],[1342,1238],[1331,1207],[1313,1181],[1289,1168]]},{"area":"486","points":[[1659,1234],[1686,1209],[1698,1183],[1727,1167],[1742,1158],[1766,1167],[1781,1144],[1809,1144],[1819,1132],[1839,1146],[1843,1183],[1850,1221],[1838,1242],[1855,1270],[1858,1313],[1874,1340],[1882,1371],[1867,1405],[1873,1429],[1870,1460],[1855,1474],[1856,1504],[1855,1527],[1838,1554],[1825,1575],[1832,1604],[1843,1646],[1826,1676],[1767,1705],[1754,1672],[1762,1642],[1755,1621],[1749,1607],[1748,1581],[1720,1570],[1687,1559],[1664,1537],[1656,1514],[1647,1505],[1627,1509],[1657,1437],[1670,1420],[1670,1375],[1683,1362],[1686,1336],[1664,1320],[1653,1300],[1655,1264],[1648,1247]]},{"area":"47c","points":[[1480,2303],[1494,2170],[1513,2162],[1535,2136],[1541,2126],[1541,1978],[1584,1978],[1584,2053],[1596,2055],[1606,2042],[1602,2017],[1619,1997],[1640,1969],[1667,1943],[1667,1904],[1664,1864],[1674,1845],[1686,1826],[1685,1800],[1678,1788],[1776,1743],[1772,1767],[1771,1789],[1774,1798],[1768,1810],[1785,1828],[1814,1841],[1833,1861],[1830,1887],[1832,1922],[1816,1972],[1802,2017],[1818,2055],[1843,2069],[1856,2078],[1870,2101],[1878,2119],[1870,2144],[1860,2170],[1854,2199],[1861,2229],[1857,2257],[1836,2278],[1811,2294],[1810,2321],[1798,2331],[1773,2323],[1754,2317],[1744,2294],[1718,2289],[1690,2273],[1669,2268],[1667,2286],[1651,2305],[1629,2300],[1621,2326],[1611,2340],[1584,2347],[1562,2346],[1532,2340],[1514,2327],[1513,2308],[1496,2298]]},{"area":"477","points":[[976,2340],[1020,2316],[1034,2313],[1051,2313],[1069,2311],[1085,2313],[1104,2314],[1120,2310],[1122,2283],[1131,2257],[1124,2224],[1114,2216],[1120,2189],[1116,2157],[1105,2136],[1087,2129],[1088,2106],[1092,2091],[1121,2056],[1147,2049],[1176,2042],[1189,2008],[1184,1985],[1180,1975],[1176,1954],[1165,1944],[1144,1942],[1140,1931],[1110,1918],[1093,1914],[1094,1894],[1102,1873],[1110,1841],[1156,1832],[1149,1868],[1142,1885],[1152,1905],[1167,1904],[1178,1900],[1188,1907],[1198,1917],[1199,1949],[1209,1970],[1222,1990],[1236,2016],[1232,2036],[1249,2048],[1264,2066],[1268,2083],[1267,2100],[1271,2129],[1285,2146],[1284,2170],[1293,2202],[1289,2211],[1259,2210],[1243,2223],[1244,2235],[1266,2252],[1253,2264],[1247,2286],[1255,2301],[1273,2300],[1287,2309],[1302,2318],[1319,2352],[1305,2361],[1286,2355],[1282,2338],[1265,2341],[1242,2343],[1240,2358],[1247,2368],[1238,2379],[1229,2387],[1214,2391],[1202,2387],[1203,2405],[1193,2411],[1174,2403],[1160,2412],[1138,2421],[1135,2405],[1126,2377],[1120,2362],[1095,2350],[1082,2344],[1060,2352],[1038,2344],[1010,2353],[989,2349]]},{"area":"480","points":[[1340,1731],[1350,1718],[1369,1712],[1376,1688],[1397,1682],[1406,1673],[1415,1659],[1403,1634],[1400,1615],[1433,1617],[1467,1621],[1481,1617],[1507,1637],[1535,1658],[1544,1676],[1577,1701],[1603,1715],[1580,1724],[1562,1732],[1552,1742],[1562,1754],[1579,1764],[1577,1789],[1584,1824],[1585,1843],[1567,1829],[1549,1819],[1528,1822],[1522,1838],[1527,1869],[1527,1889],[1511,1896],[1496,1882],[1478,1882],[1456,1891],[1442,1905],[1429,1910],[1389,1922],[1380,1902],[1362,1909],[1331,1914],[1325,1881],[1304,1859],[1352,1789],[1336,1768],[1340,1754]]},{"area":"4b0","points":[[740,1340],[758,1338],[764,1322],[784,1306],[801,1296],[816,1310],[851,1303],[882,1308],[907,1313],[923,1297],[935,1300],[940,1308],[976,1309],[1008,1309],[1018,1297],[1038,1308],[1097,1279],[1104,1299],[1117,1313],[1142,1314],[1139,1352],[1143,1370],[1157,1376],[1155,1389],[1132,1406],[1127,1428],[1140,1447],[1147,1456],[1148,1466],[1120,1483],[1102,1491],[1091,1465],[1076,1465],[1060,1460],[1037,1476],[1014,1461],[985,1461],[971,1467],[962,1473],[931,1466],[907,1463],[877,1472],[789,1504],[798,1491],[798,1474],[781,1469],[778,1455],[745,1437],[727,1422],[739,1411],[742,1400],[755,1389],[752,1360]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/054-05-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/055-pam20_faneeye_dm-zf-0998-75774-1-011-0.webp"},"title":"Player Version","mapParent":{"id":"ff4","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-8,"offsetY":-19,"distance":10}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/PotA/058-05-02.webp"},"title":"Map 5.2: Howling Caves","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":65,"offsetX":-33,"offsetY":-14,"scale":2,"distance":10},"mapRegions":[{"area":"4ca","points":[[526,198],[531,180],[535,156],[562,146],[592,144],[595,157],[608,170],[626,176],[633,198],[630,212],[633,240],[642,247],[648,257],[660,264],[679,257],[675,238],[690,229],[699,205],[725,186],[754,260],[744,274],[727,279],[714,296],[714,308],[717,321],[712,336],[712,350],[698,359],[687,385],[690,407],[697,427],[681,439],[647,451],[631,442],[627,417],[616,401],[603,398],[598,389],[603,366],[599,357],[611,351],[615,327],[613,288],[607,260],[600,251],[589,242],[587,232],[574,227],[568,219],[541,216]]},{"area":"4c5","points":[[522,454],[536,445],[538,430],[561,432],[581,435],[584,460],[592,465],[604,477],[619,495],[620,510],[632,510],[661,504],[665,491],[720,487],[706,493],[700,505],[706,517],[722,524],[730,545],[743,552],[756,559],[749,576],[732,581],[730,601],[715,611],[709,625],[686,629],[669,625],[642,633],[625,642],[629,654],[635,663],[634,686],[625,704],[610,712],[596,730],[562,742],[521,761],[513,741],[504,719],[500,693],[488,682],[484,642],[474,630],[478,612],[491,593],[499,581],[504,551],[521,535],[522,517],[529,497],[520,479]]},{"area":"4c3","points":[[450,899],[466,902],[473,934],[489,943],[494,959],[497,980],[504,994],[522,1003],[527,1021],[527,1042],[534,1056],[538,1077],[544,1095],[558,1103],[571,1112],[574,1135],[588,1143],[601,1158],[632,1221],[594,1213],[583,1216],[571,1201],[550,1198],[529,1199],[516,1194],[504,1180],[502,1166],[482,1138],[476,1123],[474,1112],[471,1096],[468,1069],[460,1056],[454,1038],[458,1008],[469,1004],[464,977],[451,956],[442,949],[433,919],[439,909]]},{"area":"4d4","points":[[1008,1167],[1023,1184],[1021,1198],[1024,1211],[1020,1219],[996,1220],[983,1229],[962,1232],[950,1226],[936,1230],[914,1222],[904,1212],[893,1211],[878,1212],[859,1203],[851,1196],[873,1166],[890,1161],[932,1164],[934,1167],[964,1171],[987,1162]]},{"area":"4cc","points":[[719,1004],[733,967],[765,971],[770,958],[784,948],[784,932],[805,941],[819,955],[828,974],[848,970],[863,979],[864,998],[869,1019],[859,1034],[847,1036],[832,1054],[807,1044],[795,1045],[789,1057],[732,1038],[732,1018]]},{"area":"4d2","points":[[742,688],[746,655],[743,642],[750,630],[764,636],[776,612],[767,597],[776,586],[787,598],[794,611],[806,613],[820,606],[824,579],[845,577],[847,556],[860,540],[1011,634],[994,640],[982,648],[966,650],[954,678],[961,684],[959,705],[961,721],[965,736],[949,740],[944,757],[951,765],[936,777],[924,788],[912,777],[892,782],[888,791],[864,798],[857,812],[860,838],[849,840],[833,852],[746,799],[749,783],[742,766],[732,750],[711,756],[695,749],[680,734],[675,713],[669,705],[674,696],[694,680],[725,684],[731,691]]},{"area":"4dc","points":[[897,234],[933,262],[952,253],[964,254],[992,257],[1006,250],[1024,248],[1042,260],[1074,258],[1091,264],[1103,267],[1114,248],[1104,233],[1113,221],[1134,209],[1155,215],[1159,207],[1186,205],[1199,219],[1202,234],[1201,250],[1190,251],[1187,264],[1192,275],[1191,288],[1190,304],[1206,319],[1222,321],[1247,337],[1256,342],[1250,362],[1349,386],[1338,359],[1334,340],[1335,327],[1339,308],[1338,291],[1323,288],[1305,256],[1282,252],[1272,256],[1263,251],[1255,219],[1256,204],[1251,198],[1256,167],[1252,156],[1230,142],[1223,131],[1173,128],[1161,131],[1152,119],[1131,121],[1125,136],[1091,146],[1078,127],[1062,121],[1052,128],[1047,150],[1038,151],[1040,177],[1027,184],[1033,199],[1033,208],[1030,217],[1024,228],[994,216],[978,219],[960,218],[929,217],[908,222]]},{"area":"4e3","points":[[1204,497],[1251,490],[1280,499],[1282,518],[1281,533],[1287,560],[1298,582],[1307,587],[1314,602],[1321,620],[1327,626],[1309,676],[1291,660],[1278,662],[1259,652],[1255,641],[1233,626],[1213,629],[1198,613],[1181,602],[1183,588],[1179,574],[1176,561],[1187,549],[1181,534],[1184,515],[1200,507]]},{"area":"4ec","points":[[1335,629],[1353,628],[1367,618],[1392,624],[1406,614],[1421,604],[1450,637],[1451,655],[1460,670],[1475,687],[1446,714],[1426,697],[1419,679],[1406,683],[1387,681],[1380,671],[1355,677],[1347,693]]},{"area":"4ee","points":[[1450,723],[1486,677],[1485,659],[1503,638],[1518,637],[1567,677],[1580,702],[1592,707],[1620,708],[1651,713],[1654,787],[1619,801],[1613,816],[1614,829],[1582,829],[1563,828],[1544,820],[1524,810],[1513,804],[1481,791],[1472,779],[1447,768],[1444,746]]},{"area":"4f2","points":[[1657,536],[1691,521],[1722,531],[1746,527],[1764,517],[1802,535],[1801,556],[1779,543],[1762,562],[1760,580],[1757,604],[1775,615],[1785,623],[1795,640],[1820,624],[1823,633],[1824,647],[1824,662],[1809,672],[1820,690],[1788,682],[1789,673],[1775,671],[1770,687],[1774,699],[1762,718],[1749,674],[1756,653],[1741,642],[1710,643],[1668,643],[1653,612],[1673,600],[1665,584],[1672,564],[1663,550]]},{"area":"4ea","points":[[1387,250],[1447,257],[1462,274],[1480,278],[1487,291],[1512,290],[1515,305],[1512,352],[1504,355],[1492,377],[1475,372],[1464,353],[1448,353],[1446,370],[1414,380],[1390,363],[1380,334],[1370,307],[1365,299],[1382,282],[1388,267]]},{"area":"4ea","points":[[1356,234],[1327,231],[1304,191],[1307,173],[1324,143],[1336,119],[1371,101],[1398,100],[1433,95],[1456,86],[1496,93],[1527,86],[1583,96],[1589,117],[1599,136],[1595,153],[1606,162],[1593,186],[1611,211],[1626,233],[1648,240],[1657,258],[1655,286],[1661,298],[1661,333],[1652,356],[1637,377],[1610,402],[1571,464],[1539,461],[1518,462],[1506,447],[1518,436],[1535,431],[1531,410],[1543,393],[1540,382],[1533,375],[1530,356],[1541,347],[1546,325],[1537,312],[1540,300],[1548,295],[1544,282],[1539,266],[1531,252],[1515,251],[1511,231],[1504,218],[1506,199],[1511,185],[1504,176],[1513,162],[1483,147],[1482,127],[1472,122],[1447,136],[1451,149],[1424,158],[1414,154],[1402,163],[1406,179],[1418,189],[1431,191],[1445,183],[1470,190],[1447,210],[1429,227],[1376,246]]},{"area":"4f9","points":[[1671,200],[1654,202],[1646,189],[1647,168],[1638,149],[1642,136],[1638,115],[1657,99],[1669,102],[1683,119],[1698,121],[1718,114],[1740,111],[1767,105],[1793,103],[1799,116],[1802,146],[1813,137],[1837,144],[1847,155],[1856,181],[1847,197],[1839,240],[1821,251],[1809,250],[1798,260],[1784,263],[1764,258],[1762,268],[1754,271],[1750,280],[1678,296],[1677,272],[1678,256],[1673,231],[1679,211]]},{"area":"4f7","points":[[1753,398],[1725,373],[1720,357],[1732,345],[1741,328],[1755,307],[1771,294],[1793,295],[1802,300],[1822,297],[1846,304],[1863,305],[1869,326],[1868,344],[1849,356],[1834,376],[1840,384],[1834,410],[1831,432],[1803,454],[1801,429],[1794,415],[1780,409],[1774,380],[1778,355],[1771,347],[1758,346],[1745,358],[1748,379]]},{"area":"4f0","points":[[1717,1050],[1766,1064],[1772,1041],[1769,1023],[1758,1022],[1751,1010],[1744,993],[1754,987],[1776,998],[1791,995],[1802,1003],[1799,1029],[1804,1049],[1800,1083],[1789,1100],[1786,1118],[1789,1144],[1794,1168],[1803,1176],[1824,1162],[1826,1140],[1817,1133],[1826,1103],[1834,1097],[1841,1047],[1851,1032],[1853,1014],[1847,988],[1837,985],[1829,964],[1821,936],[1824,917],[1819,895],[1814,873],[1798,851],[1784,835],[1769,843],[1755,851],[1753,875],[1760,896],[1773,909],[1769,926],[1764,946],[1752,950],[1733,934],[1717,938],[1700,947],[1684,962],[1687,982],[1697,1003],[1708,1011],[1705,1034]]},{"area":"4e5","points":[[1069,1191],[1075,1165],[1092,1151],[1104,1145],[1125,1147],[1138,1123],[1137,1100],[1147,1074],[1175,1054],[1196,1038],[1214,1048],[1233,1050],[1250,1042],[1263,1028],[1382,1040],[1394,1060],[1420,1063],[1433,1117],[1418,1252],[1388,1240],[1376,1244],[1347,1227],[1322,1228],[1287,1215],[1281,1193],[1281,1174],[1260,1171],[1240,1172],[1233,1189],[1202,1202],[1161,1209],[1133,1211],[1114,1210],[1096,1193]]},{"area":"4e8","points":[[1438,1066],[1447,1117],[1433,1259],[1463,1259],[1485,1250],[1494,1234],[1538,1242],[1545,1224],[1550,1206],[1584,1194],[1582,1177],[1601,1162],[1620,1166],[1656,1102],[1633,1091],[1622,1092],[1611,1069],[1600,1052],[1607,1035],[1610,1005],[1605,984],[1596,980],[1585,957],[1600,932],[1594,911],[1592,896],[1582,901],[1553,892],[1529,916],[1535,933],[1533,955],[1531,980],[1510,991],[1497,998],[1472,989],[1448,1009],[1457,1029],[1461,1052],[1451,1063]]},{"area":"4e1","points":[[1318,701],[1357,728],[1362,753],[1352,772],[1356,784],[1361,807],[1376,822],[1381,845],[1386,864],[1414,876],[1418,901],[1402,922],[1380,926],[1371,939],[1368,958],[1375,991],[1388,996],[1384,1017],[1264,1019],[1276,994],[1284,989],[1284,962],[1287,945],[1272,935],[1258,912],[1253,900],[1235,901],[1248,843],[1269,845],[1281,829],[1283,799],[1300,793],[1310,769],[1313,757],[1309,736],[1318,720]]},{"area":"4d7","points":[[1060,642],[1100,639],[1118,639],[1130,656],[1158,649],[1188,659],[1212,673],[1238,682],[1257,704],[1260,728],[1234,755],[1220,776],[1185,790],[1154,789],[1136,796],[1128,817],[1128,838],[1155,850],[1175,866],[1205,860],[1229,848],[1209,909],[1202,926],[1203,958],[1202,979],[1194,999],[1177,1006],[1155,994],[1134,984],[1133,961],[1138,936],[1120,923],[1096,921],[1082,906],[1066,907],[1022,932],[1016,907],[992,904],[979,894],[970,882],[946,870],[940,861],[963,860],[987,872],[998,860],[1022,863],[1042,850],[1043,836],[1056,830],[1074,817],[1067,798],[1063,772],[1073,753],[1066,736],[1073,701],[1082,680],[1079,654]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/058-05-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/059-poa6.webp"},"title":"Player Version","mapParent":{"id":"ff3","autoScale":true},"width":3742,"height":2591,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-19,"offsetY":-7,"distance":10}},{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/PotA/061-05-03.webp"},"title":"Map 5.3: The Plunging Torrents","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":92,"offsetX":59,"offsetY":-8,"scale":2,"distance":10},"mapRegions":[{"area":"533","points":[[893,909],[909,884],[913,860],[931,839],[945,839],[971,826],[959,811],[955,801],[984,779],[1005,781],[1020,797],[1021,818],[1038,825],[1043,831],[1066,825],[1064,811],[1065,791],[1080,777],[1097,780],[1106,797],[1116,803],[1117,832],[1133,850],[1137,889],[1157,895],[1166,920],[1183,925],[1194,945],[1204,966],[1221,976],[1234,1007],[1252,1018],[1252,1046],[1231,1048],[1222,1061],[1201,1081],[1185,1091],[1161,1091],[1139,1071],[1100,1083],[1082,1098],[1059,1103],[1042,1089],[1029,1075],[1009,1046],[995,1039],[997,1022],[1014,1006],[1007,987],[989,971],[971,958],[946,963],[925,964],[905,949],[898,924]]},{"area":"54c","points":[[579,498],[628,495],[637,505],[673,488],[669,474],[679,451],[694,445],[703,430],[724,429],[723,462],[725,490],[738,499],[766,494],[786,511],[788,532],[780,548],[788,571],[785,593],[791,621],[774,631],[775,654],[793,673],[819,683],[832,680],[838,695],[858,713],[870,732],[893,743],[904,762],[890,782],[888,793],[877,804],[852,799],[834,810],[828,817],[763,822],[749,811],[739,799],[722,808],[706,823],[684,830],[663,819],[648,800],[650,782],[629,778],[612,759],[599,735],[574,724],[557,707],[557,686],[539,685],[527,662],[534,643],[527,634],[528,613],[536,602],[533,586],[540,548],[553,531],[558,513]]},{"area":"51e","points":[[360,978],[469,879],[491,874],[536,925],[521,970],[432,1051]]},{"area":"514","points":[[169,958],[170,942],[157,915],[163,896],[189,880],[195,853],[213,837],[232,809],[209,787],[204,753],[194,733],[199,717],[199,689],[229,682],[256,688],[290,695],[297,706],[319,716],[347,709],[333,686],[367,655],[405,665],[394,633],[393,606],[400,580],[425,564],[460,569],[483,578],[492,604],[489,637],[502,654],[510,676],[505,696],[529,711],[533,740],[529,760],[495,774],[481,792],[464,798],[450,792],[416,797],[394,818],[366,827],[355,857],[365,868],[371,902],[358,910],[338,915],[310,917],[301,903],[278,906],[257,916],[245,929],[231,937],[210,939],[206,963],[181,971]]},{"area":"51a","points":[[169,1029],[182,1011],[206,1001],[222,996],[226,976],[242,969],[257,983],[292,975],[306,963],[320,955],[340,957],[360,987],[425,1063],[458,1090],[460,1106],[477,1106],[488,1138],[489,1166],[459,1182],[440,1191],[403,1221],[379,1213],[361,1218],[346,1203],[331,1196],[314,1201],[310,1219],[299,1236],[274,1242],[260,1233],[241,1232],[229,1215],[231,1187],[204,1170],[195,1148],[206,1130],[200,1109],[186,1089],[166,1073],[163,1048]]},{"area":"512","points":[[506,449],[492,385],[509,375],[513,357],[531,345],[538,320],[551,300],[582,287],[611,290],[626,309],[634,331],[649,340],[666,357],[681,338],[717,334],[754,344],[767,352],[792,351],[805,400],[772,406],[733,406],[710,404],[677,405],[664,403],[647,430],[641,454],[625,466],[575,468],[550,477],[528,476],[521,460]]},{"area":"50d","points":[[825,481],[863,401],[882,387],[908,378],[899,355],[892,331],[900,308],[909,293],[934,293],[949,308],[962,328],[988,312],[1001,296],[1017,284],[1038,293],[1048,317],[1059,337],[1081,342],[1098,318],[1108,295],[1179,323],[1167,336],[1148,340],[1133,351],[1126,375],[1104,377],[1091,399],[1077,427],[1071,446],[1092,451],[1118,451],[1137,463],[1134,484],[1113,512],[1129,527],[1143,549],[1138,585],[1141,610],[1131,641],[1126,669],[1096,683],[1073,699],[1062,722],[1038,741],[1009,749],[983,750],[961,740],[930,736],[907,720],[879,705],[862,685],[851,659],[854,628],[830,612],[829,581],[838,555],[848,542],[837,521],[834,499]]},{"area":"531","points":[[1388,545],[1390,512],[1367,492],[1366,474],[1363,443],[1380,426],[1406,427],[1422,413],[1450,403],[1451,388],[1441,378],[1433,348],[1413,338],[1409,317],[1424,310],[1452,313],[1459,302],[1490,287],[1483,271],[1495,259],[1528,258],[1549,264],[1566,286],[1582,273],[1578,251],[1593,235],[1617,248],[1637,260],[1647,293],[1672,283],[1682,278],[1687,266],[1708,264],[1717,279],[1710,301],[1691,318],[1692,339],[1710,335],[1735,345],[1738,370],[1732,393],[1742,413],[1731,424],[1708,424],[1689,434],[1689,456],[1686,488],[1690,510],[1670,527],[1651,546],[1627,542],[1616,520],[1597,501],[1594,484],[1575,488],[1569,508],[1556,521],[1539,522],[1519,534],[1502,541],[1492,569],[1484,588],[1459,592],[1426,590],[1402,598]]},{"area":"525","points":[[474,838],[478,828],[505,794],[541,763],[566,760],[590,776],[595,803],[605,821],[629,824],[643,838],[672,858],[674,887],[647,925],[601,965],[572,939],[554,917],[513,866],[491,853]]},{"area":"52a","points":[[210,1516],[193,1506],[180,1487],[192,1473],[172,1466],[163,1438],[170,1421],[187,1410],[192,1396],[183,1383],[167,1367],[166,1337],[185,1327],[209,1318],[208,1293],[232,1281],[253,1295],[268,1305],[282,1325],[298,1323],[315,1305],[359,1285],[372,1300],[388,1304],[397,1317],[394,1335],[393,1347],[376,1347],[354,1355],[337,1351],[326,1368],[327,1388],[314,1399],[284,1403],[274,1421],[252,1422],[238,1427],[238,1443],[240,1459],[232,1482],[215,1497]]},{"area":"52c","points":[[230,1607],[238,1587],[250,1573],[255,1552],[261,1515],[280,1505],[284,1484],[286,1463],[289,1444],[301,1434],[318,1423],[337,1421],[354,1416],[355,1394],[376,1374],[412,1370],[438,1372],[455,1380],[472,1361],[492,1347],[478,1337],[462,1323],[448,1316],[432,1315],[416,1300],[420,1287],[441,1281],[489,1260],[507,1260],[529,1273],[539,1292],[550,1312],[569,1328],[592,1334],[617,1342],[647,1347],[670,1339],[678,1353],[673,1375],[677,1401],[669,1416],[647,1421],[624,1428],[622,1451],[602,1448],[572,1443],[553,1450],[548,1465],[510,1468],[491,1469],[473,1480],[466,1512],[461,1529],[424,1547],[416,1576],[394,1581],[361,1582],[326,1593],[306,1613],[248,1613]]},{"area":"52f","points":[[254,1740],[313,1745],[333,1743],[348,1756],[368,1763],[395,1771],[404,1789],[423,1794],[441,1810],[442,1820],[420,1829],[433,1843],[448,1840],[469,1848],[480,1870],[496,1895],[490,1915],[482,1932],[463,1947],[473,1969],[456,1976],[440,1984],[435,2002],[443,2023],[456,2054],[485,2071],[484,2143],[464,2154],[447,2155],[423,2160],[414,2187],[419,2209],[384,2211],[356,2207],[348,2196],[328,2187],[314,2166],[303,2167],[287,2181],[262,2181],[261,2160],[255,2140],[235,2138],[217,2142],[204,2132],[187,2120],[189,2097],[193,2073],[180,2069],[169,2060],[164,2035],[173,2018],[162,2001],[147,1993],[142,1975],[165,1955],[163,1936],[184,1931],[198,1932],[212,1911],[207,1892],[210,1857],[204,1836],[186,1826],[189,1811],[183,1782],[183,1765],[190,1757],[187,1737],[194,1725],[211,1727],[230,1742]]},{"area":"554","points":[[501,2190],[523,2187],[543,2188],[575,2165],[582,2152],[576,2132],[576,2120],[575,2060],[576,2033],[561,2022],[550,2007],[552,1992],[547,1964],[556,1948],[568,1918],[559,1904],[530,1885],[529,1868],[561,1848],[575,1829],[589,1803],[610,1786],[632,1789],[646,1770],[654,1753],[674,1753],[706,1738],[711,1723],[713,1705],[729,1698],[746,1704],[751,1719],[766,1718],[780,1707],[784,1690],[791,1675],[821,1674],[843,1675],[854,1696],[869,1689],[879,1674],[902,1673],[948,1675],[952,1698],[957,1717],[976,1703],[979,1678],[965,1664],[980,1646],[996,1648],[1015,1671],[1041,1662],[1045,1651],[1078,1647],[1097,1645],[1104,1636],[1088,1618],[1085,1607],[1098,1602],[1129,1607],[1137,1593],[1153,1586],[1171,1592],[1180,1610],[1182,1632],[1168,1650],[1153,1665],[1132,1674],[1113,1680],[1107,1694],[1129,1697],[1135,1727],[1146,1747],[1157,1741],[1153,1721],[1154,1698],[1165,1684],[1182,1679],[1191,1706],[1209,1719],[1229,1729],[1221,1747],[1208,1758],[1207,1780],[1220,1794],[1236,1784],[1249,1779],[1255,1793],[1274,1811],[1275,1790],[1278,1773],[1297,1766],[1316,1770],[1319,1789],[1329,1805],[1346,1813],[1360,1817],[1367,1832],[1355,1846],[1342,1859],[1346,1877],[1362,1890],[1377,1878],[1403,1874],[1421,1858],[1438,1860],[1449,1880],[1459,1908],[1441,1920],[1439,1937],[1426,1955],[1412,1965],[1425,1986],[1431,2000],[1427,2020],[1411,2025],[1393,2031],[1380,2028],[1364,2039],[1359,2055],[1382,2068],[1412,2065],[1447,2063],[1453,2113],[1429,2116],[1401,2115],[1375,2126],[1373,2152],[1387,2160],[1415,2158],[1433,2152],[1441,2135],[1460,2135],[1466,2152],[1485,2157],[1500,2168],[1515,2189],[1550,2181],[1547,2160],[1545,2138],[1561,2136],[1580,2148],[1591,2163],[1603,2184],[1609,2206],[1618,2229],[1595,2238],[1590,2250],[1567,2259],[1542,2256],[1536,2247],[1516,2248],[1502,2263],[1490,2282],[1467,2281],[1448,2284],[1432,2296],[1420,2291],[1414,2277],[1406,2266],[1392,2260],[1363,2271],[1337,2277],[1314,2301],[1285,2300],[1266,2298],[1247,2298],[1233,2276],[1225,2259],[1197,2256],[1171,2263],[1153,2291],[1128,2306],[1111,2319],[1106,2338],[1085,2350],[1068,2351],[1054,2347],[1033,2336],[1013,2328],[992,2331],[971,2326],[949,2307],[954,2288],[939,2267],[927,2262],[924,2281],[907,2286],[878,2299],[847,2298],[832,2318],[816,2337],[792,2352],[767,2342],[747,2331],[737,2323],[714,2318],[699,2302],[693,2290],[669,2296],[658,2311],[649,2328],[638,2344],[614,2337],[602,2322],[589,2307],[567,2297],[560,2272],[545,2260],[523,2259],[515,2242],[501,2224],[490,2205]]},{"area":"53e","points":[[1455,668],[1464,645],[1473,635],[1496,635],[1520,635],[1527,621],[1544,612],[1577,616],[1596,605],[1600,589],[1629,586],[1660,581],[1687,598],[1694,608],[1722,616],[1727,634],[1734,657],[1738,672],[1735,693],[1738,719],[1728,735],[1715,753],[1684,754],[1658,768],[1667,789],[1687,806],[1688,835],[1667,849],[1644,858],[1620,849],[1603,846],[1594,823],[1568,820],[1551,794],[1539,775],[1519,766],[1501,733],[1483,727],[1467,691]]},{"area":"53c","points":[[1232,865],[1286,859],[1296,867],[1315,861],[1341,853],[1361,832],[1361,797],[1376,776],[1395,761],[1420,752],[1446,762],[1466,776],[1490,785],[1501,805],[1509,824],[1533,826],[1552,836],[1550,855],[1569,869],[1580,883],[1575,912],[1557,931],[1533,940],[1506,937],[1489,952],[1483,964],[1501,976],[1513,1009],[1527,1022],[1538,1056],[1547,1058],[1546,1088],[1530,1103],[1517,1125],[1458,1170],[1442,1155],[1449,1144],[1453,1129],[1460,1093],[1450,1081],[1431,1078],[1403,1085],[1397,1099],[1367,1093],[1348,1073],[1340,1025],[1317,1012],[1296,1003],[1282,985],[1271,974],[1273,953],[1272,936],[1280,916],[1261,907],[1240,895],[1228,882]]},{"area":"540","points":[[1619,1136],[1601,1109],[1593,1092],[1593,1060],[1580,1047],[1577,1024],[1568,1009],[1572,990],[1587,978],[1601,958],[1630,955],[1646,940],[1669,933],[1688,926],[1706,936],[1725,951],[1752,957],[1770,971],[1777,1004],[1780,1035],[1783,1060],[1784,1088],[1777,1103],[1753,1100],[1738,1108],[1732,1133],[1739,1157],[1730,1180],[1711,1195],[1684,1199],[1668,1217]]},{"area":"545","points":[[1368,1327],[1386,1309],[1418,1295],[1441,1287],[1463,1282],[1489,1272],[1511,1283],[1541,1300],[1572,1310],[1579,1326],[1567,1342],[1572,1353],[1592,1361],[1607,1377],[1608,1394],[1598,1420],[1566,1421],[1551,1431],[1560,1447],[1566,1465],[1558,1481],[1553,1506],[1546,1519],[1518,1510],[1500,1501],[1472,1502],[1446,1522],[1421,1515],[1410,1498],[1388,1494],[1370,1484],[1364,1466],[1345,1441],[1348,1410],[1332,1393],[1340,1379],[1361,1360],[1364,1342]]},{"area":"553","points":[[1042,1300],[1071,1285],[1090,1287],[1106,1292],[1115,1288],[1129,1289],[1140,1305],[1150,1301],[1174,1295],[1181,1284],[1193,1269],[1209,1252],[1225,1239],[1260,1237],[1277,1248],[1293,1272],[1311,1281],[1321,1296],[1321,1313],[1301,1327],[1291,1341],[1297,1369],[1291,1391],[1280,1408],[1261,1416],[1244,1402],[1227,1397],[1220,1414],[1203,1426],[1184,1410],[1180,1393],[1173,1376],[1153,1377],[1127,1377],[1102,1373],[1082,1355],[1065,1338],[1051,1317]]},{"area":"54a","points":[[1470,2117],[1464,2057],[1480,2042],[1480,2026],[1476,2007],[1478,1986],[1501,1970],[1496,1954],[1491,1942],[1490,1917],[1509,1903],[1507,1882],[1493,1869],[1484,1859],[1466,1857],[1457,1845],[1453,1817],[1442,1805],[1426,1792],[1407,1792],[1387,1783],[1369,1779],[1361,1758],[1352,1733],[1324,1723],[1287,1713],[1253,1707],[1228,1692],[1226,1664],[1208,1653],[1204,1628],[1216,1610],[1223,1594],[1225,1578],[1211,1567],[1206,1550],[1209,1528],[1229,1517],[1256,1511],[1281,1513],[1292,1525],[1296,1555],[1297,1580],[1318,1587],[1334,1589],[1349,1606],[1358,1614],[1392,1605],[1400,1586],[1402,1568],[1418,1569],[1439,1580],[1447,1561],[1467,1542],[1493,1531],[1514,1537],[1536,1560],[1550,1582],[1580,1573],[1593,1555],[1599,1533],[1619,1521],[1676,1520],[1692,1549],[1688,1566],[1718,1582],[1742,1593],[1753,1614],[1753,1650],[1767,1675],[1771,1689],[1779,1717],[1778,1746],[1761,1758],[1755,1772],[1758,1788],[1776,1794],[1786,1818],[1784,1836],[1769,1857],[1748,1859],[1753,1875],[1758,1898],[1758,1917],[1768,1932],[1766,1950],[1776,1967],[1768,1980],[1750,1982],[1733,1975],[1731,1956],[1715,1953],[1702,1957],[1687,1927],[1672,1930],[1658,1929],[1644,1925],[1625,1930],[1618,1958],[1633,1969],[1630,1986],[1615,1998],[1593,1995],[1559,1996],[1548,2012],[1543,2028],[1548,2046],[1546,2071],[1541,2099],[1526,2119],[1509,2121],[1486,2115]]},{"area":"553","points":[[713,1459],[741,1483],[746,1509],[738,1535],[745,1560],[764,1579],[770,1601],[797,1612],[812,1623],[809,1643],[791,1651],[762,1648],[742,1647],[718,1654],[700,1640],[693,1623],[677,1629],[672,1650],[679,1669],[686,1681],[662,1678],[650,1683],[643,1705],[645,1725],[627,1727],[628,1746],[585,1743],[564,1749],[560,1767],[562,1787],[540,1794],[524,1790],[513,1772],[512,1756],[506,1724],[495,1726],[478,1740],[461,1748],[439,1731],[445,1704],[442,1680],[461,1677],[467,1658],[482,1643],[476,1622],[484,1607],[501,1605],[509,1592],[505,1574],[494,1570],[488,1554],[500,1541],[509,1524],[521,1508],[547,1511],[557,1504],[553,1489],[570,1485],[583,1494],[581,1510],[609,1512],[620,1500],[630,1487],[663,1491],[687,1494],[698,1475]]},{"area":"54e","points":[[764,916],[835,924],[840,936],[853,953],[863,969],[858,986],[869,1010],[896,1011],[927,1012],[949,1029],[951,1051],[946,1078],[948,1107],[921,1127],[904,1128],[913,1144],[931,1160],[953,1175],[972,1193],[997,1189],[1026,1196],[1040,1215],[1072,1218],[1087,1235],[1084,1259],[1069,1273],[1026,1287],[1017,1297],[1019,1326],[1035,1335],[1044,1359],[1060,1391],[1067,1416],[1088,1418],[1115,1425],[1136,1443],[1139,1474],[1168,1485],[1177,1508],[1182,1530],[1164,1546],[1141,1559],[1108,1557],[1087,1559],[1047,1567],[1027,1567],[1024,1593],[1021,1610],[999,1611],[989,1593],[975,1582],[956,1596],[946,1611],[893,1607],[866,1607],[846,1609],[831,1590],[837,1563],[820,1557],[810,1527],[817,1508],[802,1488],[788,1472],[799,1445],[835,1433],[844,1419],[859,1406],[864,1401],[824,1400],[797,1400],[779,1350],[784,1330],[771,1301],[745,1302],[724,1293],[694,1287],[662,1283],[648,1260],[625,1235],[594,1235],[567,1225],[557,1203],[538,1177],[537,1145],[542,1130],[544,1109],[565,1099],[592,1083],[620,1074],[645,1079],[663,1100],[689,1092],[706,1097],[724,1114],[740,1116],[752,1098],[786,1095],[803,1072],[808,1050],[790,1043],[780,1027],[790,1022],[768,1007],[759,963],[762,942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/061-05-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/062-poa8.webp"},"title":"Player Version","mapParent":{"id":"ff2","autoScale":true},"width":3742,"height":4749,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-25,"offsetY":5,"distance":10}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/PotA/064-05-04.webp"},"title":"Map 5.4: The Black Geode","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":94,"offsetX":14,"offsetY":40,"scale":2,"distance":10},"mapRegions":[{"area":"5a1","points":[[254,176],[287,173],[320,176],[327,164],[345,157],[374,152],[424,149],[464,153],[492,147],[516,132],[547,131],[577,130],[599,142],[634,157],[671,151],[704,157],[732,175],[763,180],[780,207],[764,210],[739,212],[734,225],[725,237],[716,261],[713,299],[714,335],[726,358],[751,363],[755,418],[737,392],[713,393],[687,390],[669,376],[666,358],[647,347],[624,347],[607,372],[568,360],[551,349],[523,342],[495,337],[463,325],[433,336],[399,353],[366,347],[356,329],[338,325],[300,328],[269,313],[249,284],[252,258],[239,231],[246,196]]},{"area":"596","points":[[322,546],[371,543],[395,555],[424,553],[458,551],[478,550],[508,548],[526,557],[545,580],[574,589],[604,610],[617,627],[648,631],[686,626],[720,627],[755,638],[770,653],[784,674],[783,706],[783,731],[796,764],[775,797],[738,800],[715,793],[695,803],[708,824],[711,858],[711,900],[668,913],[651,917],[643,931],[638,945],[601,963],[587,944],[572,932],[573,914],[552,911],[534,913],[520,899],[497,888],[479,892],[451,867],[456,848],[449,825],[429,820],[410,802],[400,749],[399,725],[387,718],[369,693],[348,686],[342,661],[318,658],[310,645],[306,630],[287,625],[291,608],[299,590],[310,567]]},{"area":"594","points":[[154,444],[180,432],[207,443],[222,460],[218,487],[213,503],[213,532],[212,572],[219,587],[217,610],[222,631],[219,654],[233,679],[248,690],[253,719],[273,734],[282,750],[281,767],[288,794],[279,822],[282,849],[286,870],[298,871],[305,880],[293,894],[304,912],[306,921],[355,934],[364,950],[376,967],[389,970],[400,976],[400,990],[407,1006],[421,1022],[436,1029],[454,1035],[471,1033],[483,1047],[500,1065],[519,1081],[534,1079],[551,1128],[528,1124],[515,1140],[501,1133],[487,1144],[460,1148],[444,1163],[425,1151],[401,1147],[380,1148],[351,1131],[334,1121],[314,1119],[326,1105],[315,1086],[317,1056],[298,1040],[313,1026],[306,1011],[287,1000],[266,993],[240,979],[238,958],[219,959],[224,940],[214,919],[195,896],[190,870],[181,855],[193,844],[201,822],[196,802],[185,787],[190,771],[196,759],[199,730],[193,706],[174,691],[187,675],[175,655],[167,644],[161,625],[147,619],[162,607],[163,582],[167,549],[175,527],[163,494],[153,470]]},{"area":"5a3","points":[[941,222],[966,219],[993,220],[996,207],[1016,196],[1037,170],[1055,153],[1087,148],[1100,137],[1154,135],[1193,131],[1217,141],[1235,144],[1276,144],[1326,157],[1367,153],[1414,142],[1460,136],[1495,128],[1527,138],[1578,130],[1597,150],[1605,173],[1621,193],[1664,204],[1703,213],[1718,233],[1744,246],[1757,273],[1756,298],[1776,307],[1789,296],[1814,305],[1822,326],[1816,353],[1820,381],[1820,413],[1808,449],[1787,468],[1783,496],[1766,514],[1761,542],[1767,567],[1773,603],[1769,633],[1790,660],[1791,704],[1783,732],[1767,744],[1762,774],[1738,783],[1714,790],[1696,795],[1651,787],[1637,783],[1607,779],[1596,771],[1567,772],[1550,758],[1536,750],[1493,743],[1450,750],[1418,727],[1384,730],[1350,728],[1322,712],[1309,687],[1287,676],[1266,640],[1240,630],[1226,607],[1200,586],[1156,574],[1141,563],[1111,562],[1093,551],[1061,541],[1043,524],[1024,512],[1020,498],[1007,490],[1001,471],[984,456],[974,448],[956,442],[940,430],[929,420],[919,404],[923,390],[916,367],[913,342],[926,323],[918,293],[925,269],[923,246]]},{"area":"598","points":[[851,975],[884,940],[888,928],[903,913],[923,911],[951,916],[966,932],[991,927],[1010,933],[1027,940],[1037,968],[1031,992],[1011,1008],[996,1009],[990,1027],[958,1034],[929,1033],[907,1023],[893,1007],[877,980]]},{"area":"59b","points":[[914,584],[940,591],[963,593],[989,593],[997,604],[1001,624],[1018,634],[1028,647],[1044,659],[1064,673],[1123,692],[1143,707],[1157,718],[1182,727],[1206,750],[1212,777],[1207,786],[1213,810],[1207,830],[1207,845],[1191,873],[1173,883],[1141,886],[1130,875],[1102,872],[1080,864],[1054,865],[1020,866],[1007,871],[985,867],[976,853],[955,823],[947,798],[922,775],[895,757],[868,734],[874,725],[873,705],[877,691],[870,679],[856,666],[862,642],[864,622],[851,610]]},{"area":"580","points":[[1184,1007],[1196,988],[1227,973],[1251,959],[1278,963],[1284,979],[1291,994],[1309,1006],[1333,1028],[1313,1038],[1285,1056],[1277,1070],[1257,1073],[1236,1076],[1231,1065],[1213,1051],[1188,1038]]},{"area":"588","points":[[786,1238],[865,1448],[888,1434],[809,1230]]},{"area":"588","points":[[842,1446],[820,1362],[794,1293],[759,1258],[729,1268],[696,1259],[650,1271],[638,1287],[600,1297],[593,1311],[576,1322],[569,1337],[550,1348],[539,1359],[533,1370],[496,1379],[459,1387],[435,1401],[432,1421],[426,1437],[455,1516],[473,1497],[510,1498],[531,1479],[553,1479],[568,1490],[583,1500],[619,1502],[642,1499],[657,1500],[675,1500],[700,1484],[700,1470],[724,1456],[740,1439],[762,1433],[797,1428],[822,1428]]},{"area":"58c","points":[[842,1231],[927,1413],[946,1398],[958,1376],[972,1357],[978,1331],[993,1311],[1011,1287],[1039,1275],[1054,1273],[1077,1266],[1103,1259],[1113,1241],[1137,1221],[1153,1216],[1153,1185],[1140,1180],[1137,1156],[1123,1142],[1087,1161],[1049,1161],[1035,1147],[994,1150],[954,1153],[939,1161],[939,1174],[915,1181],[897,1190],[870,1199],[865,1213],[852,1222]]},{"area":"57b","points":[[664,1713],[646,1698],[644,1673],[653,1654],[684,1647],[736,1640],[773,1638],[804,1642],[862,1641],[905,1634],[933,1631],[955,1617],[981,1600],[1007,1593],[1026,1609],[1023,1639],[1022,1668],[1012,1685],[992,1713],[967,1727],[944,1743],[948,1768],[917,1792],[896,1784],[881,1799],[858,1803],[846,1817],[833,1829],[814,1835],[796,1852],[767,1848],[760,1836],[740,1828],[719,1821],[708,1809],[693,1805],[685,1780],[695,1757],[675,1759]]},{"area":"56c","points":[[944,1966],[979,1938],[1012,1935],[1035,1923],[1063,1917],[1083,1920],[1095,1936],[1112,1948],[1122,1964],[1140,1976],[1164,1998],[1141,1998],[1125,2003],[1104,2006],[1087,2023],[1075,2044],[1057,2061],[1047,2074],[1047,2085],[1019,2088],[999,2093],[983,2099],[951,2087],[944,2074],[933,2064],[923,2050],[915,2023],[923,2001],[939,1987]]},{"area":"574","points":[[283,1715],[316,1736],[322,1759],[338,1769],[367,1780],[407,1777],[464,1786],[493,1779],[523,1787],[552,1804],[564,1799],[596,1824],[570,1838],[566,1861],[569,1891],[576,1919],[592,1957],[615,1955],[657,1960],[696,1948],[718,1970],[688,1991],[666,2001],[665,2017],[680,2033],[690,2044],[695,2069],[709,2080],[710,2097],[712,2114],[692,2127],[657,2127],[651,2104],[625,2088],[606,2073],[573,2071],[553,2077],[537,2088],[527,2108],[500,2111],[452,2113],[435,2096],[420,2076],[399,2062],[395,2047],[368,2035],[363,2011],[349,2014],[343,1987],[339,1950],[335,1925],[345,1903],[333,1876],[332,1854],[313,1839],[290,1821],[278,1793],[286,1759],[287,1735]]},{"area":"579","points":[[337,2188],[350,2182],[370,2183],[390,2186],[410,2188],[437,2180],[466,2179],[486,2184],[501,2192],[513,2204],[540,2199],[548,2180],[572,2201],[568,2219],[553,2228],[527,2229],[507,2229],[491,2239],[478,2262],[474,2273],[447,2280],[425,2276],[398,2283],[384,2273],[368,2254],[349,2249],[337,2231],[332,2207]]},{"area":"56a","points":[[1180,2179],[1196,2162],[1232,2148],[1247,2124],[1269,2098],[1296,2088],[1307,2073],[1333,2071],[1359,2068],[1385,2095],[1398,2113],[1429,2101],[1470,2110],[1521,2125],[1563,2139],[1584,2153],[1608,2170],[1652,2172],[1684,2184],[1700,2200],[1753,2199],[1780,2180],[1794,2164],[1843,2155],[1864,2155],[1866,2197],[1836,2203],[1798,2220],[1765,2237],[1734,2258],[1711,2273],[1689,2277],[1678,2292],[1648,2299],[1610,2306],[1597,2303],[1574,2320],[1554,2333],[1523,2343],[1472,2349],[1433,2341],[1407,2326],[1370,2327],[1330,2320],[1305,2320],[1274,2292],[1259,2282],[1235,2267],[1220,2249],[1203,2235],[1178,2232]]},{"area":"571","points":[[1377,1781],[1407,1784],[1429,1758],[1471,1759],[1523,1757],[1542,1776],[1571,1777],[1610,1780],[1635,1779],[1654,1792],[1676,1807],[1681,1841],[1676,1873],[1676,1904],[1677,1927],[1681,1950],[1685,1980],[1687,1999],[1654,1988],[1648,1976],[1617,1974],[1590,1969],[1571,1966],[1554,1945],[1541,1934],[1509,1929],[1482,1927],[1463,1930],[1444,1902],[1431,1883],[1416,1874],[1401,1857],[1380,1856],[1362,1833],[1348,1817]]},{"area":"582","points":[[1465,1544],[1494,1524],[1498,1505],[1523,1498],[1546,1502],[1566,1487],[1559,1468],[1588,1438],[1620,1424],[1648,1426],[1681,1430],[1700,1427],[1725,1419],[1754,1439],[1739,1459],[1724,1464],[1709,1482],[1706,1497],[1703,1512],[1691,1527],[1668,1532],[1650,1546],[1620,1551],[1598,1567],[1576,1575],[1548,1580],[1525,1571],[1499,1568],[1479,1570]]},{"area":"580","points":[[1374,1383],[1449,1371],[1433,1400],[1394,1428],[1371,1433],[1353,1441],[1344,1464],[1343,1492],[1353,1512],[1349,1533],[1346,1546],[1327,1571],[1318,1596],[1303,1613],[1322,1622],[1353,1617],[1386,1649],[1339,1661],[1300,1665],[1283,1650],[1274,1627],[1264,1602],[1254,1575],[1256,1532],[1257,1518],[1256,1504],[1270,1478],[1276,1452],[1304,1436],[1344,1411],[1363,1393]]},{"area":"591","points":[[1416,968],[1434,951],[1452,936],[1472,922],[1482,910],[1516,908],[1546,898],[1587,886],[1604,865],[1624,862],[1648,858],[1656,867],[1678,871],[1700,868],[1725,868],[1743,895],[1742,915],[1740,926],[1737,947],[1747,957],[1741,968],[1732,980],[1721,1001],[1701,1017],[1695,1032],[1700,1053],[1713,1064],[1720,1084],[1726,1108],[1726,1125],[1727,1156],[1720,1177],[1714,1193],[1700,1204],[1699,1222],[1691,1247],[1697,1261],[1687,1272],[1678,1285],[1653,1291],[1620,1291],[1594,1285],[1572,1277],[1553,1279],[1538,1286],[1515,1290],[1494,1295],[1435,1295],[1407,1287],[1393,1279],[1396,1265],[1396,1250],[1427,1233],[1444,1217],[1433,1198],[1418,1162],[1426,1148],[1456,1148],[1483,1131],[1493,1110],[1492,1083],[1478,1076],[1486,1050],[1485,1019],[1472,1005],[1451,998],[1432,1000],[1419,999]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/064-05-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/065-poa4.webp"},"title":"Player Version","mapParent":{"id":"ff1","autoScale":true},"width":3742,"height":4749,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":18,"offsetY":42,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/067-05-05.webp"},"title":"Map 5.5: The Weeping Colossus","width":975,"height":2475,"imageType":"map","grid":{"type":"square","offsetX":-24,"offsetY":-22,"scale":2,"distance":10},"id":"fe8","mapRegions":[{"area":"5ec","points":[[461,578],[466,525],[485,507],[512,497],[534,507],[544,522],[558,550],[566,573],[570,614],[562,644],[575,675],[563,696],[576,718],[591,755],[592,783],[507,851],[492,796],[486,740],[495,709],[482,683],[472,648],[484,614],[470,596]]},{"area":"5e7","points":[[328,891],[446,877],[519,890],[518,908],[506,932],[515,946],[523,965],[540,967],[548,981],[560,993],[566,1023],[560,1055],[559,1082],[559,1113],[553,1139],[540,1157],[540,1190],[534,1212],[542,1230],[543,1260],[460,1315],[460,1296],[448,1289],[433,1263],[433,1239],[433,1210],[421,1180],[409,1166],[413,1139],[403,1113],[394,1090],[393,1044],[387,1023],[380,992],[371,980],[358,951],[338,929]]},{"area":"5de","points":[[640,1035],[658,1016],[687,999],[719,994],[736,992],[765,998],[790,1012],[813,1020],[830,1031],[842,1066],[852,1086],[854,1115],[853,1142],[843,1164],[830,1187],[807,1209],[784,1224],[764,1234],[739,1236],[712,1232],[687,1222],[666,1205],[638,1180],[622,1148],[616,1107],[623,1076],[631,1057]]},{"area":"5e4","points":[[734,980],[811,1007],[830,996],[840,979],[838,959],[828,930],[806,915],[781,911],[762,917],[743,928],[734,948]]},{"area":"5e1","points":[[630,1184],[689,1238],[681,1267],[659,1287],[628,1292],[603,1280],[589,1259],[584,1233],[589,1207],[608,1191]]},{"area":"5d4","points":[[231,1414],[245,1400],[267,1398],[290,1404],[299,1427],[317,1420],[321,1394],[338,1381],[356,1360],[360,1337],[369,1313],[366,1279],[349,1264],[328,1243],[298,1234],[269,1237],[245,1247],[231,1265],[210,1280],[197,1304],[189,1333],[194,1355],[194,1381],[209,1401]]},{"area":"5cc","points":[[240,1455],[235,1435],[241,1413],[262,1405],[280,1408],[288,1418],[299,1436],[311,1451],[325,1468],[346,1484],[367,1531],[368,1560],[365,1582],[344,1590],[334,1604],[332,1635],[313,1642],[292,1640],[271,1639],[251,1647],[242,1672],[233,1700],[215,1706],[191,1700],[193,1678],[199,1652],[207,1632],[225,1615],[226,1596],[215,1575],[201,1553],[197,1534],[204,1517],[198,1502],[206,1482],[222,1470]]},{"area":"5ca","points":[[570,1600],[644,1589],[656,1606],[687,1613],[699,1633],[722,1634],[740,1620],[763,1612],[793,1609],[810,1626],[829,1640],[831,1665],[822,1686],[804,1710],[805,1738],[820,1760],[824,1784],[807,1809],[809,1848],[795,1875],[760,1894],[708,1888],[668,1887],[622,1878],[598,1856],[573,1840],[585,1818],[571,1793],[552,1784],[539,1754],[533,1713],[536,1686],[559,1672],[573,1649],[570,1624]]},{"area":"5c4","points":[[613,2036],[621,2075],[662,2082],[677,2061],[700,2065],[714,2055],[714,2033],[729,2011],[748,1995],[766,1967],[751,1941],[740,1927],[714,1920],[674,1913],[635,1913],[602,1902],[578,1886],[554,1884],[560,1907],[560,1938],[567,1971],[599,1985],[620,2006],[635,2010],[624,2031]]},{"area":"5b9","points":[[254,2109],[277,2084],[327,2057],[359,2073],[418,2099],[497,2146],[567,2193],[590,2228],[587,2269],[560,2300],[506,2301],[461,2262],[407,2271],[368,2245],[368,2218],[315,2151],[287,2124],[273,2113]]},{"area":"5bf","points":[[191,1996],[174,1956],[177,1941],[191,1927],[191,1902],[191,1883],[167,1874],[153,1847],[149,1825],[134,1795],[130,1754],[137,1730],[171,1718],[224,1714],[241,1724],[263,1746],[286,1757],[301,1776],[339,1780],[378,1775],[393,1833],[369,1824],[336,1824],[330,1837],[337,1853],[338,1880],[366,1885],[337,1940],[316,1936],[298,1923],[288,1914],[273,1934],[269,1958],[271,1980],[215,2017],[206,1995]]},{"area":"5d9","points":[[414,1445],[422,1421],[435,1410],[448,1371],[459,1341],[549,1276],[571,1285],[593,1300],[613,1312],[631,1312],[659,1309],[680,1325],[708,1332],[727,1344],[742,1359],[772,1409],[767,1447],[765,1483],[748,1500],[740,1521],[724,1546],[699,1559],[660,1569],[549,1590],[515,1589],[491,1580],[483,1553],[463,1536],[446,1537],[428,1519]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/067-05-05.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/067-05-05-2.webp"},"title":"Player Version","mapParent":{"id":"fe8","autoScale":true},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-25,"offsetY":-19,"distance":10},"width":1871,"height":4749}]},{"name":"Ch. 6: Alarums and Excursions","ix":5,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/PotA/071-06-01.webp"},"title":"Map 6.1: Red Larch Surroundings","width":975,"height":1350,"imageType":"map","grid":{"type":"hexColsOdd","size":91,"offsetX":12,"offsetY":28,"scale":2,"distance":2,"units":"miles"},"mapRegions":[{"area":"60b","points":[[108,211],[108,338],[300,338],[300,211]]},{"area":"5f7","points":[[503,363],[503,550],[264,550],[264,363]]},{"area":"5fb","points":[[56,579],[56,687],[254,687],[254,579]]},{"area":"5fe","points":[[450,579],[450,714],[603,714],[603,579]]},{"area":"608","points":[[829,690],[829,796],[656,796],[656,690]]},{"area":"605","points":[[367,798],[367,892],[540,892],[540,798]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/071-06-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/072-poa3.webp"},"title":"Player Version","mapParent":{"id":"ff0","autoScale":true},"width":1806,"height":2500,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":84,"offsetX":15,"offsetY":30,"distance":2,"units":"miles"}},{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/PotA/073-06-02.webp"},"title":"Map 6.2: Necromancer's Cave","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":57,"offsetX":10,"offsetY":39,"scale":2,"distance":10},"mapRegions":[{"area":"620","points":[[590,200],[605,193],[606,169],[620,157],[643,144],[671,137],[691,140],[717,140],[741,147],[753,164],[767,185],[765,220],[760,248],[741,260],[720,256],[716,250],[694,256],[678,264],[660,269],[648,273],[632,269],[615,254],[609,238],[590,244]]},{"area":"61b","points":[[89,298],[177,301],[201,307],[211,315],[228,311],[245,313],[249,327],[250,342],[247,353],[252,364],[264,383],[266,407],[284,409],[288,430],[288,451],[281,465],[262,475],[259,497],[247,516],[235,519],[259,567],[239,567],[240,577],[251,598],[263,614],[261,633],[259,658],[273,680],[277,698],[275,714],[257,729],[246,730],[244,756],[244,775],[226,788],[203,790],[158,782],[149,771],[137,780],[123,778],[117,755],[109,731],[113,716],[93,704],[87,675],[96,657],[91,633],[98,600],[90,569],[87,555],[97,530],[84,505],[73,500],[86,487],[91,462],[95,440],[87,418],[87,400],[79,373],[89,352],[84,323]]},{"area":"616","points":[[382,841],[404,841],[414,851],[420,851],[422,873],[419,886],[420,902],[430,883],[439,879],[444,892],[450,881],[458,883],[475,890],[463,875],[460,860],[458,850],[483,854],[470,839],[457,829],[450,807],[480,804],[504,787],[470,781],[453,780],[450,763],[478,744],[458,746],[444,751],[433,722],[426,746],[412,740],[398,726],[381,727],[396,750],[406,763],[406,772],[391,779],[368,780],[387,792],[389,807],[379,813],[384,822]]},{"area":"612","points":[[636,785],[632,770],[630,754],[637,742],[661,733],[683,738],[697,728],[720,725],[737,733],[741,746],[754,760],[755,775],[768,787],[787,781],[799,800],[772,809],[752,815],[747,829],[739,843],[742,854],[739,868],[728,873],[724,886],[681,890],[664,881],[656,869],[634,860],[624,839],[628,818]]},{"area":"614","points":[[823,750],[823,728],[821,715],[829,701],[851,703],[868,700],[883,709],[881,727],[886,746],[886,763],[858,768],[833,775]]},{"area":"60f","points":[[62,959],[90,956],[124,935],[151,921],[172,926],[179,944],[223,954],[260,960],[314,965],[352,956],[378,970],[377,997],[387,1017],[407,1022],[428,1035],[435,1050],[459,1062],[481,1087],[510,1095],[526,1083],[557,1090],[576,1100],[593,1117],[611,1150],[646,1158],[671,1142],[681,1113],[678,1081],[687,1053],[673,1037],[673,1013],[684,998],[723,996],[740,1017],[740,1046],[739,1073],[731,1081],[755,1087],[774,1102],[780,1119],[786,1140],[789,1154],[780,1155],[772,1169],[781,1178],[782,1196],[763,1207],[738,1228],[723,1241],[702,1234],[679,1221],[655,1213],[636,1223],[631,1247],[637,1266],[638,1284],[62,1284]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/073-06-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/074-poa7.webp"},"title":"Player Version","mapParent":{"id":"fef","autoScale":true},"width":1950,"height":2700,"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":9,"offsetY":37,"distance":10}},{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/PotA/077-06-03.webp"},"title":"Map 6.3: Tomb of Moving Stones","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":66,"offsetX":-7,"offsetY":22,"scale":2,"distance":10},"mapRegions":[{"area":"627","points":[[79,949],[64,931],[69,910],[93,885],[92,873],[74,866],[78,853],[86,845],[73,827],[80,819],[61,803],[73,779],[68,753],[63,741],[73,724],[74,690],[71,672],[83,659],[106,662],[114,639],[114,620],[113,591],[139,592],[158,612],[171,638],[191,633],[209,644],[228,633],[215,599],[218,583],[258,558],[264,577],[273,611],[278,635],[307,653],[326,672],[349,690],[359,707],[353,735],[367,747],[384,744],[400,754],[404,782],[388,802],[387,825],[393,847],[402,867],[408,881],[400,898],[400,912],[406,922],[396,935],[375,947],[367,960],[330,964],[318,966],[323,980],[315,985],[301,994],[295,1009],[258,1011],[239,1007],[218,1003],[186,1006],[179,1014],[165,1001],[130,999],[109,976],[86,972]]},{"area":"62b","points":[[528,800],[528,839],[640,839],[640,800]]},{"area":"62d","points":[[652,804],[652,834],[982,834],[982,804]]},{"area":"639","points":[[888,440],[888,536],[987,536],[987,440]]},{"area":"63b","points":[[1088,340],[1088,443],[1186,443],[1186,340]]},{"area":"633","points":[[986,738],[986,902],[1143,902],[1143,738]]},{"area":"63d","points":[[1155,734],[1155,903],[1317,903],[1317,734]]},{"area":"642","points":[[1330,801],[1330,836],[1439,836],[1439,801]]},{"area":"647","points":[[1449,637],[1449,1003],[1878,1003],[1878,637]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/077-06-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/078-pam05_tombmoving_dm-zf-0998-75774-1-001-0.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":4125,"height":2858,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-12,"offsetY":21,"distance":10}},{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/PotA/080-06-04.webp"},"title":"Map 6.4: Bargewright Inn","width":975,"height":1350,"imageType":"map","grid":{"type":"none","size":87,"distance":25}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/081-pam18_bargewright_dm-zf-0998-75774-1-009-0.webp"},"title":"Player Version","mapParent":{"id":"fed","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"none","size":128,"distance":25}},{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/PotA/084-06-05.webp"},"title":"Map 6.5: Dellmon Ranch","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":55,"offsetX":17,"offsetY":-8,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/085-pam11_iceshield_dm-zf-0998-75774-1-003-0.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":19,"offsetY":61,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/086-06-06.webp"},"title":"Map 6.6: The Barrow Mound","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":51,"offsetY":-12,"distance":10}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/PotA/087-06-07.webp"},"title":"Map 6.7: Shrine of the Tender Oath","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":3,"scale":2,"distance":10},"mapRegions":[{"area":"6aa","points":[[511,1295],[916,1295],[916,990],[754,990],[754,840],[511,840]]},{"area":"6c4","points":[[125,1003],[167,1003],[254,916],[338,916],[424,1002],[460,1002],[460,1157],[125,1157]]},{"area":"6b3","points":[[113,400],[113,683],[312,683],[312,400]]},{"area":"6bc","points":[[452,342],[452,169],[358,169],[358,261],[380,261],[380,341],[346,340],[318,332],[293,302],[284,283],[284,148],[301,120],[338,98],[475,98],[505,112],[523,142],[537,178],[545,140],[568,113],[598,99],[729,99],[766,117],[783,155],[783,281],[778,301],[755,327],[738,333],[688,341],[688,262],[707,262],[707,171],[616,171],[616,342]]},{"area":"6ad","points":[[367,396],[367,686],[697,686],[697,396]]},{"area":"6b9","points":[[753,483],[753,598],[833,598],[833,483]]},{"area":"6ab","points":[[420,824],[432,785],[443,755],[458,734],[490,727],[571,730],[589,733],[601,723],[642,720],[665,732],[717,723],[695,745],[651,758],[604,776],[583,797],[555,823],[516,800],[475,802],[444,814]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/087-06-07.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/088-pam19_dancingwaters_dm-zf-0998-75774-1-010-0.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":13,"offsetY":-8,"distance":10}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/PotA/091-06-08.webp"},"title":"Map 6.8: Yartar","width":1950,"height":1350,"imageType":"map","grid":{"type":"none","size":188,"distance":25}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/092-pam17_murderinyartar_dm-zf-0998-75774-1-008-0.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2889,"height":2000,"imageType":"mapPlayer","grid":{"type":"none","size":280,"distance":25}},{"type":"image","id":"fe9","href":{"type":"internal","path":"adventure/PotA/095-06-09.webp"},"title":"Map 6.9: Halls of the Hunting Axe","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":90,"offsetY":20,"scale":2,"distance":50},"mapRegions":[{"area":"705","points":[[1340,549],[1340,590],[1393,590],[1393,549]]},{"area":"703","points":[[1327,538],[1327,607],[1407,607],[1407,538],[1407,512],[1846,512],[1846,820],[1263,820],[1263,511],[1327,511]]},{"area":"703","points":[[1328,512],[1328,540],[1406,540],[1406,512]]},{"area":"712","points":[[1356,953],[1356,1087],[1483,1087],[1483,953]]},{"area":"708","points":[[1538,1123],[1538,1044],[1584,1044],[1584,998],[1626,998],[1626,957],[1712,957],[1712,999],[1755,999],[1755,1043],[1799,1043],[1799,1123]]},{"area":"6f4","points":[[536,1207],[536,1312],[814,1312],[814,1207]]},{"area":"6f6","points":[[535,1011],[535,1152],[406,1152],[406,1011]]},{"area":"6fa","points":[[658,723],[820,864],[667,1034],[507,890]]},{"area":"6f8","points":[[1117,974],[1117,1186],[870,1186],[870,974]]},{"area":"6ff","points":[[475,534],[475,683],[288,683],[288,534]]},{"area":"6fd","points":[[621,420],[621,502],[509,502],[509,420]]},{"area":"701","points":[[922,486],[922,621],[780,621],[780,486]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/095-06-09.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/096-pam25_huntingaxe-zf-0998-75774-1-012-0.webp"},"title":"Player Version","mapParent":{"id":"fe9","autoScale":true},"width":2889,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":12,"offsetY":25,"distance":50}}]}]},"OotA":{"id":"OotA","source":"OotA","prop":"adventure","chapters":[{"name":"Ch. 1: Prisoners of the Drow","ix":0,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/OotA/005-01-04.webp"},"title":"Map 1.1: Velkynvelve","width":2084,"height":3000,"imageType":"map","grid":{"type":"none","size":56},"mapRegions":[{"area":"043","points":[[1509,643],[1547,633],[1556,616],[1536,609],[1511,619]]},{"area":"042","points":[[1507,653],[1551,647],[1581,630],[1606,619],[1636,631],[1677,637],[1694,623],[1727,620],[1736,600],[1770,593],[1807,577],[1846,591],[1860,606],[1861,629],[1846,646],[1856,671],[1884,674],[1896,696],[1881,726],[1860,734],[1839,724],[1824,713],[1807,731],[1787,737],[1784,747],[1746,750],[1720,740],[1691,727],[1669,719],[1657,734],[1637,736],[1590,721],[1550,720],[1530,714]]},{"area":"044","points":[[1217,804],[1263,726],[1341,660],[1386,609],[1469,547],[1546,514],[1577,457],[1697,374],[1661,431],[1626,474],[1597,544],[1503,596],[1473,650],[1453,761],[1436,933],[1324,861],[1253,844],[1140,890]]},{"area":"03d","points":[[1311,1073],[1311,1237],[1114,1237],[1114,1073]]},{"area":"03e","points":[[1183,933],[1207,899],[1246,876],[1294,900],[1303,951],[1270,986],[1231,996],[1193,969]]},{"area":"040","points":[[1456,921],[1510,916],[1550,934],[1581,946],[1610,931],[1629,927],[1634,939],[1661,931],[1674,923],[1670,943],[1721,943],[1754,951],[1786,974],[1799,1003],[1821,1041],[1829,1069],[1833,1100],[1810,1134],[1784,1139],[1764,1139],[1747,1149],[1720,1144],[1693,1144],[1643,1150],[1619,1139],[1600,1140],[1594,1104],[1574,1077],[1550,1059],[1513,1044],[1490,1016],[1459,1019]]},{"area":"034","points":[[903,1161],[920,1123],[957,1099],[994,1107],[1017,1137],[1024,1173],[997,1214],[953,1214],[916,1197]]},{"area":"032","points":[[664,1363],[680,1341],[701,1351],[704,1377],[676,1389]]},{"area":"030","points":[[753,1386],[756,1360],[774,1337],[807,1327],[829,1337],[840,1366],[836,1393],[810,1417],[780,1413],[767,1400]]},{"area":"030","points":[[600,1489],[624,1467],[650,1467],[680,1481],[684,1524],[663,1543],[636,1547],[609,1537],[601,1519]]},{"area":"02e","points":[[943,1429],[966,1409],[983,1391],[1030,1396],[1064,1400],[1096,1400],[1107,1423],[1120,1450],[1129,1470],[1123,1494],[1117,1517],[1089,1527],[1064,1553],[1029,1549],[1021,1519],[1004,1479],[996,1461],[971,1477],[926,1483],[916,1476]]},{"area":"02d","points":[[643,1863],[634,1813],[643,1780],[649,1764],[643,1746],[653,1693],[680,1677],[704,1643],[710,1610],[749,1577],[827,1550],[859,1567],[899,1581],[921,1590],[921,1646],[930,1687],[931,1733],[911,1767],[886,1786],[857,1773],[819,1736],[819,1690],[814,1636],[813,1601],[799,1583],[771,1597],[750,1623],[751,1671],[753,1713],[766,1753],[754,1800],[731,1807],[711,1847],[679,1857]]},{"area":"02b","points":[[469,1806],[484,1781],[513,1766],[533,1774],[526,1804],[499,1824],[469,1831]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/005-01-04.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/006-velkynvelve-player-version.webp"},"title":"Player Version","mapParent":{"id":"fff","autoScale":true},"width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"none","size":89}}]},{"name":"Ch. 2: Into Darkness","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OotA/008-02-05.webp"},"title":"Map 2.1: The Underdark","width":2404,"height":3000,"imageType":"map","grid":{"type":"hexColsOdd","size":85,"offsetX":-20,"offsetY":-22,"distance":24,"units":"miles"},"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/008-02-05.webp"},"id":"0a1"},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/OotA/014-02-06.webp"},"title":"Map 2.2: The Hook Horror Lair","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":130,"offsetX":39,"offsetY":59,"distance":10},"mapRegions":[{"area":"0c4","points":[[1613,1149],[1659,1099],[1705,1065],[1747,1046],[1817,1036],[1895,1057],[1933,1076],[1947,1139],[1998,1200],[2029,1265],[2059,1293],[2147,1339],[2213,1385],[2206,1566],[2196,1531],[2145,1505],[2124,1486],[2076,1453],[2036,1457],[2017,1442],[1973,1440],[1935,1467],[1891,1463],[1855,1476],[1859,1545],[1804,1577],[1560,1589],[1596,1528],[1621,1469],[1634,1421],[1602,1371],[1547,1356],[1486,1322],[1465,1276],[1568,1154]]},{"area":"0c2","points":[[3095,966],[3126,880],[3181,848],[3261,863],[3288,829],[3383,787],[3503,888],[3482,954],[3467,1015],[3423,1051],[3322,1126],[3267,1135],[3217,1168],[3168,1160],[3131,1156],[3133,1112],[3105,1036]]},{"area":"0c9","points":[[1472,2411],[1488,2320],[1520,2293],[1472,2251],[1461,2187],[1509,2168],[1526,2135],[1566,2116],[1608,2074],[1653,2072],[1714,2080],[1783,2097],[1851,2086],[1935,2192],[1933,2234],[1914,2301],[1886,2301],[1848,2345],[1840,2396],[1815,2455],[1762,2474],[1731,2512],[1674,2522],[1604,2482],[1554,2524]]},{"area":"0c1","points":[[3168,1432],[3211,1366],[3200,1349],[3261,1320],[3301,1229],[3373,1200],[3497,1162],[3577,1126],[3724,1331],[3678,1383],[3564,1419],[3522,1457],[3476,1474],[3400,1486],[3326,1514],[3280,1539]]},{"area":"0c6","points":[[3160,2581],[3297,2596],[3343,2579],[3389,2592],[3425,2615],[3486,2636],[3505,2663],[3522,2739],[3451,2785],[3375,2842],[3354,2924],[3295,2945],[3227,2918],[3168,2903],[3154,2821],[3101,2777],[3120,2686],[3137,2613]]},{"area":"0c7","points":[[3360,2998],[3394,2859],[3554,2743],[3575,2705],[3655,2701],[3720,2745],[3749,2789],[3785,2838],[3758,2928],[3752,3034],[3701,3097],[3655,3147],[3566,3133],[3484,3156],[3427,3137],[3387,3067]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/014-02-06.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/015-hook-horror-map-player-version.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":38,"offsetY":53,"distance":10},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":3375,"height":2750},{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/OotA/016-02-07.webp"},"title":"Map 2.3: The Oozing Temple","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":129,"offsetX":32,"offsetY":56},"mapRegions":[{"area":"0cf","points":[[2251,2884],[2251,3160],[905,3160],[905,2884]]},{"area":"0d0","points":[[558,2131],[558,2495],[920,2495],[920,2131]]},{"area":"0d1","points":[[674,1994],[676,1869],[309,1478],[309,1097],[417,956],[659,956],[659,1465],[623,1608],[794,1869],[794,1994]]},{"area":"0d0","points":[[293,192],[293,695],[667,695],[667,192]]},{"area":"0e5","points":[[1947,451],[1947,954],[1067,954],[1067,451]]},{"area":"0d7","points":[[2585,1044],[2676,928],[2712,920],[2754,943],[2775,977],[2838,989],[2897,1019],[2962,1080],[2979,1141],[2952,1206],[2983,1267],[3004,1312],[2981,1377],[2931,1411],[2914,1455],[2834,1440],[2802,1463],[2766,1495],[2676,1507],[2636,1491],[2579,1478],[2539,1493],[2543,1402],[2539,1356],[2509,1320],[2488,1238],[2524,1202],[2537,1175],[2571,1131],[2598,1076]]},{"area":"0d0","points":[[1758,1891],[1933,1888],[1968,1848],[2011,1829],[2069,1827],[2118,1813],[2145,1777],[2177,1775],[2211,1747],[2229,1701],[2213,1627],[2255,1619],[2309,1600],[2381,1611],[2381,1541],[2381,1465],[2345,1417],[2282,1396],[2215,1375],[2202,1307],[2194,1253],[2128,1240],[2057,1213],[1983,1232],[1922,1265],[1909,1307],[1895,1402],[1874,1472],[1912,1528],[1914,1617],[1884,1701],[1813,1737],[1754,1779],[1701,1821],[1720,1857]]},{"area":"0c9","points":[[1194,1215],[1366,1215],[1438,1221],[1465,1238],[1497,1234],[1531,1242],[1541,1272],[1528,1316],[1558,1343],[1558,1427],[1600,1440],[1621,1474],[1600,1507],[1564,1512],[1564,1600],[1539,1625],[1554,1665],[1533,1693],[1495,1695],[1465,1693],[1444,1720],[1379,1728],[1349,1733],[1337,1768],[1297,1783],[1267,1760],[1263,1731],[1223,1733],[1177,1728],[1154,1691],[1118,1703],[1078,1699],[1063,1663],[1082,1621],[1057,1598],[1048,1526],[1011,1501],[1004,1459],[1034,1440],[1051,1432],[1053,1356],[1084,1326],[1076,1280],[1074,1238],[1097,1227],[1139,1229],[1164,1242]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/016-02-07.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/017-oozing-temple-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffd","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":19,"offsetY":41}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/OotA/019-02-08.webp"},"title":"Map 2.4: The Lost Tomb","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":223,"offsetX":11,"offsetY":140,"distance":10},"mapRegions":[{"area":"0e0","points":[[240,383],[240,1021],[897,1021],[897,383]]},{"area":"0e2","points":[[1806,1046],[1806,1914],[2455,1914],[2455,1046]]},{"area":"0e3","points":[[2703,1272],[2703,1916],[3122,1916],[3122,1272]]},{"area":"0e5","points":[[1817,2154],[1817,2802],[2674,2802],[2674,2154]]},{"area":"0e7","points":[[3375,2160],[3375,2802],[3804,2802],[3804,2160]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/019-02-08.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/020-the-lost-tomb-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":186,"offsetX":9,"offsetY":116,"distance":10}}]},{"name":"Ch. 3: The Darklake","ix":2,"images":[{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/OotA/024-03-01.webp"},"title":"Map 3.1: Sloobludop","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":71,"offsetX":-29,"offsetY":-29,"distance":10},"mapRegions":[{"area":"123","points":[[611,1032],[644,844],[834,811],[1297,829],[1560,912],[1682,842],[1956,863],[2208,874],[2404,832],[2608,844],[2846,743],[3229,642],[3411,699],[3432,937],[3200,1017],[2939,1080],[2703,1145],[2564,1187],[2389,1223],[2255,1278],[1920,1284],[1724,1301],[1585,1305],[1358,1272],[1109,1213],[819,1116]]},{"area":"127","points":[[2006,1387],[2006,1522],[2211,1522],[2211,1387]]},{"area":"124","points":[[2109,1821],[2109,2063],[2295,2063],[2295,1821]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/024-03-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/025-sloobludop-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":35,"offsetY":-19,"distance":10}}]},{"name":"Ch. 4: Gracklstugh","ix":3,"images":[{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/OotA/031-04-01.webp"},"title":"Map 4.1: Gracklstugh","width":4050,"height":3300,"imageType":"map","grid":{"type":"none","size":889,"distance":1600},"mapRegions":[{"area":"209","points":[[2406,1994],[2406,2257],[2981,2257],[2981,1994]]},{"area":"1a0","points":[[2364,2667],[2364,3015],[3192,3015],[3192,2667]]},{"area":"19c","points":[[413,1848],[413,2427],[1276,2427],[1276,1848]]},{"area":"197","points":[[225,1293],[225,1695],[808,1695],[808,1293]]},{"area":"197","points":[[3152,1891],[3152,2375],[3855,2375],[3855,1891]]},{"area":"185","points":[[2979,402],[2979,724],[3476,724],[3476,402]]},{"area":"189","points":[[2733,804],[2733,1048],[3211,1048],[3211,804]]},{"area":"17f","points":[[2402,823],[2402,1038],[2661,1038],[2661,823]]},{"area":"177","points":[[2507,1109],[2086,985],[1741,966],[1714,1074],[2053,1103],[2491,1202]]},{"area":"192","points":[[2524,1095],[2524,1221],[2882,1221],[2882,1095]]},{"area":"19b","points":[[269,1013],[269,1286],[931,1286],[931,1013]]},{"area":"18f","points":[[893,537],[893,848],[1566,848],[1566,537]]},{"area":"186","points":[[1806,627],[1806,806],[2491,806],[2491,627]]},{"area":"194","points":[[1343,1501],[1343,1922],[2642,1922],[2642,1501]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/031-04-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/032-gracklstugh-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"none","size":740,"distance":1600}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/OotA/035-04-03.webp"},"title":"Map 4.2: Gracklstugh—The Whorlstone Tunnels","width":3300,"height":4750,"imageType":"map","grid":{"type":"square","size":65,"offsetX":47,"offsetY":31,"scale":2},"mapRegions":[{"area":"1fc","points":[[1415,531],[1440,486],[1423,444],[1509,398],[1535,381],[1644,381],[1760,349],[1811,364],[1760,366],[1703,398],[1667,429],[1665,484],[1636,520],[1600,541],[1562,566],[1516,589],[1440,598]]},{"area":"207","points":[[2200,413],[2175,345],[2175,280],[2244,198],[2335,141],[2368,179],[2352,225],[2291,255],[2282,301],[2232,339],[2221,394]]},{"area":"1ec","points":[[1354,884],[1406,872],[1465,848],[1545,838],[1611,857],[1589,884],[1634,899],[1573,941],[1554,971],[1406,989],[1368,973],[1345,949]]},{"area":"200","points":[[2467,269],[2531,225],[2573,202],[2669,217],[2735,248],[2764,282],[2712,318],[2663,333],[2638,392],[2600,429],[2541,438],[2476,398],[2434,335],[2480,299]]},{"area":"1ea","points":[[2368,663],[2436,617],[2440,655],[2503,712],[2472,735],[2385,758],[2442,811],[2444,867],[2362,920],[2331,943],[2246,964],[2225,994],[2147,1013],[2107,973],[2067,926],[2061,874],[2143,832],[2141,806],[2204,773],[2280,745],[2318,691]]},{"area":"1e1","points":[[2183,1301],[2234,1269],[2291,1274],[2343,1301],[2377,1276],[2354,1253],[2360,1227],[2318,1232],[2263,1213],[2248,1200],[2175,1223],[2122,1259],[2114,1284],[2147,1303]]},{"area":"1db","points":[[2291,1387],[2364,1368],[2381,1328],[2432,1318],[2463,1337],[2472,1387],[2453,1469],[2394,1488],[2375,1501],[2331,1463],[2282,1417]]},{"area":"1d8","points":[[2493,1421],[2537,1411],[2560,1383],[2552,1349],[2579,1320],[2608,1318],[2602,1276],[2589,1240],[2638,1232],[2653,1272],[2623,1318],[2659,1322],[2684,1284],[2735,1248],[2756,1276],[2756,1305],[2728,1320],[2703,1307],[2672,1328],[2619,1345],[2589,1371],[2604,1400],[2642,1411],[2712,1392],[2756,1389],[2752,1432],[2787,1451],[2756,1497],[2731,1459],[2703,1429],[2669,1453],[2653,1480],[2674,1507],[2701,1488],[2718,1514],[2674,1531],[2629,1509],[2619,1455],[2627,1438],[2606,1419],[2568,1413],[2539,1434],[2543,1476],[2541,1495],[2520,1480],[2518,1444],[2499,1442]]},{"area":"1f2","points":[[1232,1025],[1377,1004],[1402,1008],[1379,1046],[1345,1080],[1379,1082],[1389,1149],[1379,1192],[1320,1225],[1269,1229],[1204,1223],[1204,1200],[1280,1192],[1320,1200],[1358,1179],[1360,1118],[1293,1122],[1232,1097],[1227,1065]]},{"area":"1f6","points":[[632,1267],[745,1217],[840,1187],[874,1139],[952,1105],[1032,1116],[1101,1152],[1179,1194],[1192,1265],[1181,1305],[1133,1326],[1103,1373],[1116,1413],[1044,1419],[954,1394],[880,1366],[912,1333],[945,1335],[926,1286],[865,1265],[836,1259],[773,1280],[703,1305],[640,1301]]},{"area":"1d6","points":[[2076,1722],[2124,1651],[2181,1661],[2225,1669],[2278,1674],[2326,1678],[2402,1699],[2415,1718],[2417,1785],[2387,1806],[2364,1836],[2339,1861],[2263,1859],[2208,1842],[2124,1869],[2086,1819],[2034,1808],[2036,1766]]},{"area":"1cd","points":[[1288,2194],[1301,2101],[1358,2059],[1360,2034],[1320,2051],[1282,2013],[1291,1964],[1347,1947],[1368,1912],[1415,1897],[1478,1907],[1512,1956],[1533,2042],[1585,2038],[1663,2120],[1604,2109],[1541,2122],[1469,2147],[1440,2194],[1371,2211]]},{"area":"1d2","points":[[1644,2019],[1712,2093],[1739,2067],[1745,2038],[1798,2025],[1836,1994],[1947,1964],[2061,1979],[2109,1981],[2114,1918],[2088,1899],[2025,1914],[1971,1914],[1874,1878],[1798,1844],[1756,1829],[1686,1808],[1627,1779],[1560,1760],[1552,1827],[1604,1867],[1667,1891],[1745,1909],[1739,1937],[1684,1975]]},{"area":"1cb","points":[[941,1901],[971,1863],[960,1829],[956,1758],[975,1735],[1013,1794],[1072,1813],[1135,1806],[1147,1823],[1116,1882],[1135,1924],[1114,1962],[1093,1931],[1061,1899],[1025,1924],[962,1914]]},{"area":"200","points":[[983,3227],[1044,3160],[1133,3103],[1080,3067],[1027,3078],[949,3061],[893,3027],[857,2998],[949,2996],[1013,3004],[1019,2973],[1046,2939],[1076,2905],[1093,2924],[1120,2891],[1187,2869],[1246,2840],[1189,2789],[1168,2722],[1139,2669],[1065,2653],[973,2638],[880,2585],[813,2577],[737,2541],[644,2533],[573,2520],[461,2554],[408,2604],[345,2663],[295,2703],[278,2735],[189,2741],[204,2789],[242,2815],[227,2846],[185,2897],[91,2937],[103,3015],[112,3065],[139,3124],[171,3177],[221,3244],[251,3282],[293,3312],[360,3347],[408,3352],[448,3383],[547,3381],[581,3366],[585,3343],[602,3335],[653,3339],[726,3339],[699,3295],[705,3225],[735,3200],[756,3219],[817,3238],[846,3221],[916,3204]]},{"area":"1d8","points":[[1539,3855],[1495,3802],[1459,3760],[1457,3705],[1444,3680],[1373,3697],[1305,3693],[1269,3623],[1221,3554],[1307,3531],[1320,3474],[1375,3503],[1425,3509],[1476,3484],[1537,3463],[1575,3469],[1577,3421],[1629,3389],[1672,3362],[1699,3392],[1773,3419],[1825,3375],[1844,3328],[1806,3288],[1781,3244],[1735,3223],[1665,3269],[1636,3316],[1568,3328],[1552,3385],[1512,3427],[1438,3444],[1459,3379],[1480,3295],[1495,3242],[1514,3196],[1484,3168],[1442,3139],[1349,3145],[1272,3181],[1265,3259],[1297,3297],[1326,3324],[1396,3333],[1381,3398],[1349,3427],[1272,3457],[1246,3484],[1177,3514],[1185,3573],[1185,3613],[1164,3672],[1141,3703],[1101,3726],[1044,3728],[1021,3749],[981,3701],[926,3678],[901,3691],[935,3699],[971,3733],[960,3775],[992,3811],[1048,3815],[1078,3848],[1095,3876],[1059,3924],[1055,3960],[1065,3994],[1156,4015],[1162,3977],[1183,3914],[1126,3907],[1145,3861],[1137,3823],[1074,3792],[1145,3766],[1183,3735],[1215,3674],[1246,3693],[1244,3743],[1299,3745],[1343,3749],[1379,3743],[1398,3777],[1444,3806],[1512,3857]]},{"area":"1ec","points":[[215,4175],[301,4122],[358,4109],[455,4082],[558,4057],[634,4036],[737,4015],[851,4025],[935,4038],[1015,4065],[1055,4076],[1032,4145],[994,4175],[1038,4198],[1051,4242],[1118,4259],[1219,4307],[1183,4362],[1149,4427],[1118,4476],[1091,4432],[1036,4417],[1006,4379],[1013,4333],[996,4291],[939,4288],[905,4312],[865,4373],[834,4453],[804,4453],[648,4493],[573,4467],[533,4509],[482,4488],[442,4491],[413,4518],[362,4484],[331,4463],[312,4417],[242,4381],[177,4373],[177,4341],[196,4272],[200,4217]]},{"area":"1f4","points":[[1377,4229],[1434,4208],[1516,4223],[1507,4160],[1585,4133],[1655,4118],[1688,4105],[1722,4076],[1775,4046],[1794,3994],[1808,4011],[1855,4011],[1878,3998],[1869,3971],[1920,3987],[2023,3960],[2042,3935],[2067,3939],[2107,3933],[2133,3878],[2187,3840],[2213,3808],[2269,3806],[2299,3754],[2371,3716],[2440,3697],[2507,3688],[2564,3703],[2615,3716],[2684,3733],[2718,3739],[2749,3766],[2779,3798],[2846,3829],[2939,3846],[2960,3832],[2962,3857],[3017,3888],[3065,3935],[3131,3960],[3177,3960],[3202,4002],[3208,4076],[3175,4131],[3189,4166],[3189,4223],[3185,4278],[3133,4352],[3097,4362],[3065,4366],[2985,4408],[2954,4432],[2918,4480],[2891,4541],[2931,4596],[2895,4621],[2840,4627],[2758,4646],[2686,4663],[2615,4667],[2539,4653],[2503,4642],[2497,4587],[2486,4575],[2446,4560],[2389,4549],[2345,4533],[2295,4507],[2200,4484],[2280,4440],[2326,4387],[2396,4356],[2394,4301],[2381,4259],[2356,4202],[2299,4196],[2223,4187],[2156,4175],[2116,4196],[2101,4135],[2046,4135],[2004,4158],[1968,4164],[1949,4192],[1878,4204],[1806,4240],[1739,4284],[1691,4318],[1627,4293],[1526,4291],[1381,4333],[1356,4278]]},{"area":"1c5","points":[[674,1909],[693,1876],[716,1851],[718,1804],[752,1773],[800,1789],[829,1815],[844,1844],[836,1878],[794,1888],[771,1863],[731,1897]]},{"area":"1c7","points":[[819,2051],[876,2046],[1006,2053],[1021,2112],[1074,2185],[1095,2261],[1046,2248],[977,2267],[937,2299],[865,2280],[827,2276],[806,2234],[785,2166],[771,2112],[802,2082]]},{"area":"1e1","points":[[2284,2937],[2166,2931],[2185,2891],[2086,2886],[2040,2861],[2101,2815],[2168,2783],[2217,2752],[2248,2691],[2381,2653],[2463,2629],[2526,2644],[2545,2669],[2604,2716],[2653,2745],[2752,2741],[2792,2737],[2813,2792],[2846,2853],[2806,2886],[2783,2928],[2712,2916],[2655,2905],[2615,2876],[2558,2884],[2531,2897],[2448,2874],[2419,2903]]},{"area":"1db","points":[[2629,3219],[2762,3158],[2819,3139],[2838,3099],[2914,3019],[2964,3027],[3027,3017],[3074,3023],[3101,3027],[3141,3053],[3156,3112],[3181,3093],[3181,3181],[3166,3257],[3158,3347],[3149,3423],[3156,3465],[3114,3480],[3076,3526],[3000,3505],[2949,3503],[2899,3564],[2811,3524],[2733,3478],[2712,3425],[2691,3423],[2669,3385],[2659,3335],[2608,3314],[2575,3284],[2579,3248],[2602,3232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/035-04-03.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/036-gracklstugh-tunnels-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-24,"offsetY":21,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/OotA/039-ooa04-11.webp"},"title":"Map 4.3: Lair of the Spider King","width":944,"height":1000,"imageType":"map","grid":{"type":"square","size":68,"offsetX":34,"offsetY":-21,"scale":3},"mapRegions":[{"area":"1d8","points":[[770,488],[770,582],[715,582],[715,488]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/039-ooa04-11.webp"},"id":"245","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/040-ooa04-10.webp"},"title":"Map 4.4: Gray Ghost Garden","width":1000,"height":875,"imageType":"map","grid":{"type":"square","size":50,"offsetX":-12,"offsetY":-32,"scale":3},"mapRegions":[{"area":"1db","points":[[839,274],[839,341],[872,341],[872,274]]},{"area":"1e1","points":[[476,95],[476,151],[517,151],[517,95]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/040-ooa04-10.webp"},"id":"25a","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/041-ooa04-12.webp"},"title":"Map 4.5: Cultist Pens","width":1000,"height":724,"imageType":"map","grid":{"type":"square","size":64,"offsetX":4,"offsetY":-6,"scale":3},"mapRegions":[{"area":"1ec","points":[[408,439],[408,512],[483,512],[483,439]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/041-ooa04-12.webp"},"id":"25b","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/042-ooa04-13.webp"},"title":"Map 4.6: Cultist Hideout","width":1000,"height":618,"imageType":"map","grid":{"type":"square","size":57,"offsetX":21,"offsetY":19,"scale":4},"mapRegions":[{"area":"1f4","points":[[763,231],[763,277],[808,277],[808,231]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/042-ooa04-13.webp"},"id":"5d6","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/043-ooa04-14.webp"},"title":"Map 4.7: Obelisk Chamber","width":1000,"height":945,"imageType":"map","grid":{"type":"square","size":65,"offsetX":-18,"offsetY":22,"scale":3},"mapRegions":[{"area":"200","points":[[706,432],[706,486],[778,486],[778,432]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/043-ooa04-14.webp"},"id":"5d7","page":"adventure.html","source":"OotA","hash":"oota"}]},{"name":"Ch. 5: Neverlight Grove","ix":4,"images":[{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/OotA/047-05-01.webp"},"title":"Map 5.1: Neverlight Grove","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":112,"offsetX":-49,"offsetY":-50,"distance":10},"mapRegions":[{"area":"231","points":[[1680,1449],[1803,1440],[1938,1382],[1942,1231],[1982,1123],[2018,1043],[2034,991],[1969,957],[1914,902],[1843,920],[1720,815],[1628,782],[1471,825],[1446,895],[1357,902],[1295,877],[1169,960],[1172,1031],[1077,1022],[991,1009],[942,1052],[932,1108],[852,1105],[797,1114],[772,1172],[729,1225],[615,1258],[523,1231],[403,1292],[434,1397],[486,1468],[437,1560],[338,1646],[308,1702],[335,1818],[298,1895],[305,1972],[348,1997],[329,2083],[425,2175],[532,2068],[514,1963],[615,1892],[662,1828],[726,1791],[751,1732],[825,1680],[809,1637],[880,1597],[871,1517],[923,1508],[994,1514],[1040,1578],[1138,1566],[1240,1523],[1480,1505],[1603,1480]]},{"area":"22d","points":[[1372,2594],[1431,2446],[1523,2283],[1612,2209],[1705,2102],[1714,1938],[1846,1846],[2003,1920],[2058,1991],[2068,2098],[2194,2117],[2329,2129],[2412,2203],[2400,2295],[2378,2375],[2234,2446],[2206,2523],[2098,2572],[1951,2554],[1797,2597],[1720,2671],[1551,2698],[1431,2674]]},{"area":"237","points":[[634,2009],[680,1978],[735,1911],[800,1871],[902,1849],[982,1775],[1105,1732],[1212,1735],[1292,1723],[1422,1680],[1474,1606],[1545,1603],[1640,1615],[1698,1708],[1708,1754],[1655,1825],[1646,1874],[1603,1895],[1489,1975],[1458,2071],[1375,2148],[1382,2243],[1422,2298],[1375,2375],[1394,2455],[1378,2511],[1292,2538],[1218,2486],[1132,2446],[1074,2375],[1040,2298],[991,2255],[985,2191],[905,2191],[828,2154],[705,2138],[658,2092]]},{"area":"249","points":[[1972,1375],[1969,1231],[2055,1046],[2129,1083],[2163,1160],[2234,1188],[2286,1302],[2391,1360],[2425,1446],[2572,1452],[2726,1474],[2868,1677],[2815,1726],[2751,1775],[2708,1862],[2689,1914],[2600,1969],[2498,2071],[2455,2120],[2348,2071],[2237,2077],[2089,2068],[2114,1917],[2077,1772],[2012,1698],[1951,1655],[1975,1582],[1978,1477]]},{"area":"243","points":[[609,2274],[748,2277],[902,2329],[954,2412],[1034,2492],[1126,2578],[1265,2622],[1385,2680],[1548,2742],[1597,2754],[1806,2705],[1822,2631],[1905,2603],[2071,2606],[2191,2588],[2262,2462],[2366,2412],[2474,2363],[2514,2203],[2557,2089],[2655,1978],[2738,1975],[2782,1877],[2886,1831],[2929,2015],[2997,2126],[3031,2262],[3028,2375],[2960,2465],[2828,2495],[2717,2551],[2692,2637],[2705,2763],[2668,2809],[2600,2822],[2535,2871],[2455,2905],[2360,2886],[2283,2926],[2203,2982],[2068,2960],[1948,2920],[1849,2972],[1738,3028],[1618,3046],[1449,3049],[1360,2997],[1295,2948],[1222,2945],[1151,2991],[1025,2991],[880,2886],[751,2745],[689,2618],[705,2489],[723,2415],[622,2372]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/047-05-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/048-neverlight-grove-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":41,"offsetY":41,"distance":10}}]},{"name":"Ch. 6: Blingdenstone","ix":5,"images":[{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/OotA/054-06-02.webp"},"title":"Map 6.1: Blingdenstone","width":4050,"height":3300,"imageType":"map","grid":{"type":"none","size":198,"distance":100},"mapRegions":[{"area":"291","points":[[289,1035],[341,934],[665,932],[665,872],[778,872],[778,1035]]},{"area":"290","points":[[120,1126],[617,1128],[617,1283],[147,1283]]},{"area":"292","points":[[123,1116],[626,1116],[626,1293],[147,1293],[159,1350],[778,1350],[778,1052],[116,1052]]},{"area":"293","points":[[806,1149],[807,1117],[830,1093],[853,1057],[843,1024],[846,997],[890,983],[916,966],[911,944],[927,926],[934,887],[969,883],[990,857],[1013,811],[1100,810],[1174,857],[1221,836],[1251,846],[1277,904],[1310,959],[1356,967],[1371,996],[1384,1013],[1406,1033],[1451,1057],[1471,1061],[1484,1074],[1497,1069],[1503,1087],[1564,1077],[1593,1097],[1587,1124],[1624,1146],[1653,1129],[1659,1157],[1666,1186],[1661,1249],[1646,1286],[1646,1347],[1647,1401],[1651,1444],[1679,1453],[1689,1489],[1706,1516],[1719,1566],[1739,1584],[1719,1650],[1686,1639],[1669,1629],[1647,1646],[1650,1676],[1656,1703],[1656,1737],[1663,1774],[1649,1809],[1619,1851],[1620,1884],[1600,1941],[1531,1993],[1464,1957],[1416,1923],[1379,1963],[1353,2003],[1263,2023],[1239,2039],[1224,2063],[1174,2074],[1146,2053],[1121,2054],[1080,2039],[1084,2003],[1051,1946],[1056,1926],[1006,1933],[950,1966],[923,1960],[901,1916],[871,1834],[894,1784],[864,1724],[836,1641],[821,1560],[840,1484],[841,1451],[806,1337],[794,1263]]},{"area":"294","points":[[1731,1654],[1759,1556],[1749,1513],[1789,1379],[1807,1371],[1827,1413],[1849,1460],[1889,1454],[1909,1443],[1897,1383],[1906,1331],[1934,1297],[2011,1331],[2026,1273],[2050,1250],[2080,1261],[2090,1334],[2104,1409],[2100,1447],[2067,1447],[2030,1396],[1997,1390],[1976,1399],[1970,1450],[1960,1493],[1923,1529],[1863,1544],[1853,1571],[1833,1544],[1819,1559],[1813,1610],[1826,1614],[1799,1647],[1759,1660]]},{"area":"29a","points":[[1949,1071],[1974,1014],[2036,986],[2077,976],[2119,971],[2134,1020],[2164,1056],[2190,1030],[2211,996],[2316,964],[2356,984],[2371,1036],[2367,1070],[2393,1093],[2401,1134],[2400,1157],[2380,1204],[2330,1179],[2311,1214],[2233,1234],[2216,1277],[2201,1339],[2236,1386],[2240,1414],[2210,1424],[2180,1431],[2146,1386],[2130,1359],[2119,1311],[2147,1251],[2166,1229],[2153,1189],[2076,1194],[2029,1199],[2003,1170],[1986,1153],[1979,1100]]},{"area":"2e7","points":[[1173,836],[1139,786],[1137,636],[1227,626],[1226,679],[1173,666],[1167,773],[1204,830]]},{"area":"2e1","points":[[1438,619],[1434,566],[1413,531],[1429,456],[1374,410],[1341,406],[1322,418],[1275,422],[1261,395],[1251,342],[1227,326],[1229,272],[1253,242],[1250,222],[1285,219],[1322,229],[1342,221],[1358,194],[1368,158],[1397,125],[1446,123],[1474,154],[1488,146],[1541,184],[1546,211],[1523,240],[1509,269],[1542,259],[1584,256],[1600,221],[1582,165],[1610,152],[1661,155],[1696,160],[1698,179],[1733,203],[1744,221],[1774,224],[1806,178],[1830,181],[1869,176],[1896,165],[1915,178],[1926,205],[1976,216],[2002,242],[2030,288],[2013,312],[1982,334],[1952,370],[1933,413],[1906,427],[1880,416],[1834,429],[1792,472],[1734,512],[1728,544],[1674,539],[1643,531],[1621,573],[1571,566],[1504,584],[1469,616]]},{"area":"2e3","points":[[1834,720],[1819,667],[1787,616],[1755,573],[1778,531],[1816,472],[1850,448],[1904,442],[1928,478],[1950,536],[1974,589],[1970,618],[1938,618],[1914,666],[1883,688],[1858,714]]},{"area":"2de","points":[[1989,603],[2000,554],[1976,514],[1952,474],[1930,448],[1944,422],[1984,414],[2003,381],[2006,406],[2030,405],[2054,405],[2062,394],[2091,400],[2109,405],[2098,440],[2118,453],[2125,480],[2154,488],[2162,509],[2179,536],[2214,544],[2221,557],[2210,586],[2222,589],[2235,594],[2274,582],[2296,566],[2333,664],[2333,701],[2360,754],[2285,765],[2259,730],[2232,747],[2194,768],[2170,694],[2133,680],[2120,646],[2110,626],[2112,613],[2101,602],[2093,578],[2053,584],[2043,616],[2006,618]]},{"area":"2e0","points":[[2352,659],[2309,542],[2280,530],[2274,494],[2242,469],[2254,403],[2219,402],[2216,362],[2219,328],[2250,301],[2243,288],[2224,283],[2203,242],[2222,218],[2246,200],[2274,198],[2282,211],[2291,234],[2282,256],[2267,266],[2264,291],[2294,304],[2323,320],[2360,336],[2392,309],[2381,274],[2370,242],[2387,221],[2403,232],[2430,250],[2442,270],[2440,291],[2416,314],[2408,331],[2416,342],[2410,382],[2410,410],[2435,405],[2509,419],[2534,464],[2510,498],[2509,533],[2499,555],[2515,587],[2562,570],[2589,579],[2624,555],[2635,563],[2648,573],[2640,594],[2653,619],[2658,635],[2710,627],[2726,674],[2699,696],[2694,725],[2704,742],[2674,766],[2629,787],[2598,792],[2533,805],[2504,766],[2486,758],[2462,723],[2424,738],[2390,712],[2408,693],[2435,693],[2472,698],[2485,682],[2458,658],[2483,634],[2440,629],[2402,640],[2382,627],[2360,635]]},{"area":"29b","points":[[2254,1398],[2229,1347],[2258,1256],[2312,1237],[2342,1226],[2370,1245],[2402,1258],[2406,1299],[2443,1325],[2451,1358],[2474,1386],[2496,1397],[2490,1456],[2454,1496],[2418,1514],[2341,1536],[2318,1501],[2294,1478],[2290,1446]]},{"area":"2b9","points":[[1853,1936],[1898,1918],[1947,1880],[1958,1829],[1894,1782],[1915,1758],[1938,1778],[1978,1789],[2029,1744],[2051,1720],[2027,1674],[1986,1656],[1965,1638],[1939,1619],[1898,1640],[1886,1677],[1888,1715],[1872,1734],[1902,1742],[1910,1757],[1885,1768],[1867,1760],[1845,1765],[1826,1722],[1837,1706],[1827,1685],[1774,1701],[1781,1734],[1803,1731],[1824,1782],[1808,1794],[1771,1792],[1768,1765],[1739,1765],[1706,1778],[1706,1832],[1742,1837],[1755,1821],[1782,1832],[1784,1862],[1800,1891],[1763,1914],[1739,1901],[1720,1914],[1717,1944],[1714,1986],[1752,2002],[1781,1987],[1781,1957],[1789,1931],[1811,1922],[1832,1928]]},{"area":"2b0","points":[[1821,2002],[1856,1968],[1854,1949],[1920,1920],[1960,1885],[1971,1826],[1914,1782],[1979,1797],[2069,1731],[2045,1685],[2013,1654],[2010,1622],[2048,1611],[2070,1640],[2090,1618],[2117,1622],[2133,1637],[2104,1672],[2128,1682],[2139,1704],[2162,1714],[2168,1742],[2122,1763],[2115,1787],[2144,1776],[2174,1770],[2202,1739],[2189,1707],[2173,1690],[2187,1674],[2213,1678],[2221,1702],[2218,1723],[2234,1736],[2245,1758],[2232,1795],[2195,1794],[2150,1810],[2122,1819],[2122,1834],[2147,1845],[2155,1866],[2128,1886],[2134,1917],[2125,1941],[2163,1963],[2178,1997],[2168,2022],[2112,2035],[2082,2003],[2042,2013],[2022,2016],[2000,1997],[1973,2006],[1954,2090],[1899,2080],[1896,2038],[1893,2005],[1850,2018]]},{"area":"2af","points":[[1798,2032],[1832,2061],[1845,2083],[1808,2091],[1808,2112],[1798,2117],[1805,2144],[1829,2138],[1842,2123],[1893,2133],[1875,2181],[1885,2218],[1906,2266],[1898,2296],[1875,2333],[1874,2371],[1834,2381],[1803,2363],[1789,2395],[1776,2379],[1734,2373],[1720,2360],[1691,2371],[1675,2394],[1666,2344],[1643,2293],[1669,2274],[1669,2232],[1674,2189],[1709,2146],[1760,2154],[1733,2096],[1738,2070],[1755,2043]]},{"area":"2ba","points":[[1158,2776],[1114,2792],[1128,2830],[1110,2856],[1115,2893],[1093,2896],[1075,2934],[1053,2957],[1016,2970],[982,2958],[949,2906],[915,2904],[886,2851],[891,2816],[917,2749],[904,2734],[936,2731],[952,2686],[946,2640],[949,2619],[904,2614],[845,2600],[826,2590],[766,2592],[738,2565],[699,2506],[701,2478],[734,2410],[731,2392],[730,2346],[744,2318],[797,2314],[837,2336],[893,2352],[912,2365],[901,2389],[899,2418],[928,2419],[954,2426],[1005,2430],[1034,2432],[1027,2411],[1043,2360],[1104,2354],[1130,2357],[1141,2378],[1154,2374],[1178,2379],[1210,2386],[1240,2429],[1258,2427],[1262,2446],[1250,2509],[1232,2512],[1234,2539],[1192,2571],[1158,2602],[1184,2621],[1200,2640],[1238,2626],[1200,2770]]},{"area":"2af","points":[[1214,2806],[1277,2568],[1314,2533],[1406,2533],[1434,2528],[1437,2499],[1496,2469],[1501,2445],[1534,2450],[1547,2410],[1576,2410],[1616,2384],[1637,2440],[1634,2478],[1675,2501],[1707,2525],[1731,2533],[1750,2560],[1734,2582],[1741,2618],[1762,2608],[1760,2648],[1768,2682],[1781,2685],[1794,2685],[1790,2733],[1816,2746],[1805,2782],[1781,2818],[1760,2827],[1755,2850],[1709,2840],[1683,2851],[1653,2898],[1646,2931],[1597,2925],[1579,2933],[1560,2914],[1534,2888],[1507,2869],[1499,2859],[1483,2859],[1466,2835],[1453,2810],[1458,2797],[1427,2805],[1422,2811],[1408,2790],[1411,2773],[1374,2778],[1373,2798],[1336,2824],[1323,2838],[1285,2834],[1264,2819],[1243,2845],[1222,2827]]},{"area":"2b5","points":[[2168,2880],[2165,2851],[2171,2802],[2149,2778],[2155,2707],[2205,2667],[2226,2651],[2222,2613],[2259,2643],[2296,2646],[2309,2688],[2336,2718],[2355,2744],[2357,2774],[2346,2811],[2371,2830],[2414,2832],[2397,2850],[2392,2888],[2358,2894],[2323,2885],[2312,2902],[2312,2938],[2270,2947],[2242,2954],[2221,2950],[2182,2938],[2187,2891]]},{"area":"2b4","points":[[1968,2093],[1995,2072],[2051,2083],[2069,2072],[2146,2067],[2149,2117],[2133,2149],[2122,2146],[2131,2187],[2133,2198],[2139,2237],[2122,2254],[2125,2275],[2101,2296],[2051,2306],[2030,2301],[2006,2312],[1989,2274],[1976,2267],[1962,2227],[1946,2219],[1944,2192],[1971,2174],[1963,2155],[1955,2133],[1968,2115]]},{"area":"2ed","points":[[3110,528],[3134,448],[3173,448],[3208,430],[3229,414],[3197,384],[3210,366],[3206,349],[3210,309],[3184,294],[3189,246],[3218,251],[3262,234],[3290,205],[3315,208],[3320,253],[3344,288],[3326,334],[3360,328],[3406,330],[3442,312],[3461,328],[3470,347],[3499,333],[3504,293],[3486,272],[3483,256],[3539,240],[3541,218],[3568,227],[3600,219],[3635,272],[3669,262],[3686,285],[3694,320],[3750,326],[3781,355],[3778,386],[3766,400],[3730,390],[3686,408],[3710,435],[3722,474],[3728,509],[3712,526],[3688,544],[3670,506],[3654,546],[3622,613],[3582,606],[3555,573],[3536,562],[3509,581],[3493,589],[3464,565],[3438,584],[3422,606],[3432,635],[3314,693],[3288,672],[3246,669],[3216,646],[3182,614],[3184,586],[3186,554],[3150,542]]},{"area":"2ef","points":[[3637,661],[3683,586],[3710,579],[3730,589],[3736,629],[3741,666],[3768,696],[3802,718],[3818,746],[3795,779],[3790,826],[3819,826],[3808,862],[3794,896],[3797,942],[3778,973],[3710,934],[3674,893],[3658,866],[3621,878],[3613,837],[3600,790],[3602,749],[3616,747],[3624,706],[3651,680],[3653,661]]},{"area":"2ea","points":[[2922,971],[2917,939],[2915,894],[2938,861],[2963,826],[3008,798],[3045,787],[3082,797],[3118,808],[3152,826],[3174,864],[3189,910],[3187,965],[3163,1010],[3134,1048],[3086,1064],[3026,1062],[2971,1042],[2941,1011]]},{"area":"2ab","points":[[2862,1446],[2910,1406],[2931,1432],[2952,1451],[3000,1464],[3051,1466],[3074,1453],[3091,1461],[3136,1469],[3158,1491],[3166,1510],[3158,1557],[3168,1589],[3152,1618],[3206,1624],[3230,1611],[3222,1576],[3293,1592],[3277,1645],[3248,1653],[3235,1667],[3208,1669],[3174,1675],[3146,1674],[3147,1704],[3142,1746],[3141,1781],[3168,1802],[3117,1822],[3099,1818],[3069,1829],[3018,1811],[2973,1813],[2936,1789],[2915,1770],[2904,1757],[2946,1738],[2930,1702],[2914,1669],[2858,1650],[2858,1694],[2830,1662],[2792,1621],[2813,1602],[2811,1586],[2842,1603],[2867,1578],[2867,1552],[2896,1542],[2882,1514],[2891,1494],[2854,1483],[2870,1467]]},{"area":"2a0","points":[[2456,1138],[2435,1090],[2422,1051],[2426,1011],[2466,992],[2501,989],[2517,990],[2520,965],[2544,934],[2520,915],[2552,862],[2606,854],[2595,893],[2605,915],[2608,947],[2616,957],[2634,933],[2651,941],[2677,968],[2707,979],[2736,938],[2765,965],[2795,1021],[2797,1086],[2800,1104],[2826,1094],[2837,1110],[2840,1176],[2821,1198],[2794,1218],[2773,1253],[2813,1272],[2829,1299],[2883,1299],[2803,1386],[2789,1406],[2738,1419],[2722,1440],[2659,1454],[2619,1440],[2555,1443],[2533,1426],[2531,1398],[2542,1378],[2546,1349],[2530,1334],[2491,1334],[2493,1314],[2486,1291],[2478,1269],[2469,1270],[2467,1238],[2459,1211],[2406,1210],[2435,1134]]},{"area":"2a7","points":[[2216,1542],[2285,1494],[2312,1506],[2342,1542],[2392,1555],[2429,1566],[2450,1550],[2434,1515],[2459,1491],[2482,1472],[2510,1464],[2544,1461],[2618,1456],[2630,1470],[2666,1469],[2661,1496],[2669,1509],[2736,1515],[2752,1549],[2765,1606],[2768,1626],[2803,1659],[2786,1693],[2808,1715],[2813,1749],[2819,1786],[2834,1811],[2835,1830],[2816,1858],[2811,1898],[2795,1914],[2765,1920],[2715,1938],[2669,1938],[2634,1965],[2590,1986],[2563,1986],[2555,1978],[2469,2011],[2445,1994],[2424,1982],[2400,1970],[2360,1960],[2371,1938],[2368,1926],[2333,1923],[2330,1901],[2315,1888],[2301,1834],[2312,1814],[2320,1805],[2302,1776],[2304,1741],[2312,1709],[2283,1691],[2267,1694],[2272,1678],[2264,1651],[2277,1634],[2277,1618],[2280,1602],[2290,1586],[2253,1570]]},{"area":"2ac","points":[[2395,2098],[2430,2053],[2539,2011],[2576,2013],[2672,1968],[2704,1965],[2758,1949],[2762,2002],[2758,2086],[2752,2130],[2757,2163],[2742,2179],[2702,2205],[2683,2190],[2637,2190],[2606,2184],[2582,2208],[2547,2227],[2501,2229],[2490,2246],[2467,2221],[2442,2238],[2418,2216],[2414,2160],[2405,2125]]},{"area":"2af","points":[[1872,2986],[1856,2936],[1856,2907],[1838,2898],[1840,2851],[1858,2835],[1854,2795],[1883,2707],[1885,2690],[1896,2688],[1898,2672],[1880,2651],[1880,2600],[1891,2578],[1874,2566],[1866,2554],[1843,2547],[1824,2520],[1838,2474],[1830,2410],[1901,2389],[1926,2392],[1931,2429],[1931,2461],[1938,2482],[1952,2483],[1970,2485],[1986,2486],[2013,2458],[2037,2470],[2051,2446],[2048,2426],[2094,2398],[2117,2410],[2136,2384],[2155,2331],[2173,2298],[2184,2267],[2184,2250],[2242,2219],[2264,2216],[2290,2222],[2309,2237],[2333,2256],[2333,2238],[2355,2245],[2405,2270],[2397,2301],[2410,2334],[2432,2350],[2451,2373],[2485,2382],[2522,2429],[2517,2467],[2504,2494],[2464,2501],[2448,2530],[2461,2568],[2478,2595],[2467,2618],[2443,2627],[2443,2674],[2411,2699],[2397,2731],[2352,2698],[2328,2690],[2314,2635],[2277,2603],[2237,2578],[2192,2586],[2147,2622],[2136,2669],[2123,2704],[2128,2747],[2136,2802],[2141,2850],[2160,2904],[2141,2907],[2126,2925],[2090,2894],[2075,2870],[2054,2851],[2053,2894],[2022,2910],[2011,2926],[2018,2955],[2024,2981],[1990,2990],[1965,2989],[1939,3008],[1909,3000],[1891,2984]]},{"area":"2ae","points":[[2546,2413],[2566,2378],[2566,2418],[2571,2445],[2586,2470],[2589,2491],[2608,2490],[2626,2499],[2645,2518],[2643,2536],[2616,2536],[2594,2554],[2570,2578],[2557,2582],[2562,2600],[2546,2643],[2568,2706],[2546,2736],[2544,2755],[2565,2763],[2573,2779],[2563,2797],[2574,2834],[2581,2858],[2613,2859],[2621,2880],[2624,2894],[2606,2906],[2605,2928],[2635,2939],[2658,2998],[2686,3006],[2710,3021],[2730,3008],[2744,2989],[2746,2971],[2770,2970],[2779,2979],[2816,2962],[2813,2942],[2814,2926],[2826,2898],[2842,2882],[2853,2904],[2853,2925],[2864,2918],[2891,2931],[2914,2938],[2918,2979],[2934,3016],[2974,3027],[2970,3011],[2997,3010],[3024,2997],[3053,2973],[3053,2933],[3040,2926],[3045,2899],[3030,2872],[3021,2858],[3018,2803],[3066,2750],[3064,2717],[3029,2718],[3021,2698],[3000,2690],[2952,2670],[2936,2664],[2973,2648],[2998,2635],[3016,2598],[3027,2565],[3035,2539],[2997,2485],[2965,2486],[2923,2483],[2910,2469],[2899,2483],[2885,2478],[2867,2493],[2859,2459],[2869,2430],[2856,2381],[2859,2362],[2834,2326],[2837,2307],[2803,2330],[2787,2347],[2762,2328],[2725,2306],[2707,2309],[2698,2293],[2701,2278],[2666,2282],[2640,2280],[2629,2262],[2608,2251],[2557,2285],[2522,2294],[2502,2322],[2507,2344]]},{"area":"2c1","points":[[3062,2531],[3010,2446],[3008,2411],[3034,2398],[3042,2347],[3029,2334],[3026,2272],[3006,2282],[2978,2302],[2970,2290],[2970,2264],[2984,2258],[2976,2242],[2994,2219],[2987,2203],[2973,2192],[2973,2149],[3021,2106],[3067,2115],[3051,2091],[3074,2094],[3094,2102],[3118,2120],[3131,2136],[3158,2149],[3174,2147],[3187,2157],[3197,2176],[3206,2187],[3211,2208],[3186,2222],[3176,2254],[3176,2272],[3216,2282],[3238,2264],[3250,2246],[3293,2283],[3286,2302],[3243,2304],[3230,2334],[3224,2371],[3227,2394],[3251,2397],[3253,2418],[3272,2466],[3274,2488],[3312,2454],[3336,2448],[3349,2437],[3370,2451],[3387,2469],[3397,2498],[3408,2515],[3435,2514],[3466,2515],[3490,2526],[3515,2530],[3530,2536],[3536,2520],[3557,2515],[3576,2506],[3584,2480],[3640,2512],[3638,2536],[3627,2573],[3602,2586],[3568,2581],[3544,2606],[3514,2616],[3506,2638],[3501,2667],[3502,2688],[3472,2698],[3435,2696],[3414,2717],[3373,2747],[3382,2773],[3384,2792],[3352,2803],[3323,2795],[3285,2790],[3250,2813],[3229,2832],[3203,2834],[3168,2858],[3157,2898],[3152,2909],[3114,2912],[3093,2902],[3072,2878],[3062,2840],[3046,2816],[3086,2776],[3104,2778],[3122,2784],[3154,2794],[3166,2778],[3194,2790],[3198,2765],[3226,2730],[3224,2706],[3211,2694],[3203,2672],[3182,2656],[3166,2643],[3142,2659],[3134,2646],[3134,2637],[3120,2630],[3093,2621],[3085,2587],[3075,2555]]},{"area":"2d4","points":[[3352,1715],[3374,1688],[3421,1645],[3451,1618],[3514,1602],[3534,1606],[3530,1624],[3546,1634],[3552,1653],[3562,1672],[3574,1691],[3605,1718],[3630,1702],[3661,1717],[3678,1733],[3699,1750],[3710,1781],[3712,1811],[3696,1850],[3675,1890],[3632,1939],[3611,1960],[3589,1920],[3586,1906],[3550,1904],[3523,1947],[3482,1958],[3445,1971],[3410,1997],[3363,1981],[3365,1958],[3379,1934],[3403,1906],[3434,1907],[3454,1910],[3470,1906],[3482,1883],[3483,1858],[3466,1830],[3483,1814],[3453,1782],[3448,1763],[3459,1750],[3458,1731],[3464,1709],[3438,1733],[3395,1746],[3374,1746],[3358,1736]]},{"area":"2c9","points":[[3320,2035],[3347,1989],[3413,2021],[3445,1998],[3494,1984],[3534,1963],[3552,1934],[3574,1944],[3608,1998],[3693,1909],[3715,1858],[3747,1862],[3760,1882],[3746,1907],[3734,1936],[3701,1965],[3677,1973],[3674,2011],[3672,2053],[3723,2026],[3733,2018],[3744,2035],[3734,2054],[3698,2074],[3608,2090],[3594,2138],[3589,2171],[3621,2197],[3650,2222],[3674,2246],[3648,2266],[3637,2296],[3648,2318],[3664,2338],[3685,2328],[3694,2354],[3720,2387],[3728,2414],[3723,2442],[3717,2477],[3704,2488],[3686,2485],[3602,2432],[3605,2408],[3611,2387],[3573,2378],[3530,2398],[3501,2392],[3542,2363],[3589,2307],[3608,2269],[3600,2245],[3582,2208],[3566,2178],[3517,2146],[3488,2128],[3424,2147],[3400,2174],[3389,2234],[3346,2238],[3304,2205],[3322,2171],[3336,2142],[3330,2118],[3336,2093],[3330,2064]]},{"area":"2d0","points":[[3494,2416],[3454,2421],[3418,2405],[3387,2376],[3357,2347],[3352,2334],[3368,2306],[3389,2266],[3387,2261],[3419,2253],[3418,2240],[3427,2184],[3477,2173],[3530,2213],[3565,2269],[3533,2338],[3488,2368],[3477,2395]]},{"area":"2cb","points":[[3627,2163],[3643,2114],[3738,2091],[3770,2085],[3792,2096],[3818,2091],[3830,2080],[3843,2086],[3846,2107],[3880,2130],[3910,2138],[3912,2163],[3909,2192],[3898,2214],[3904,2250],[3910,2285],[3867,2312],[3850,2307],[3826,2331],[3808,2346],[3770,2323],[3744,2328],[3701,2330],[3693,2302],[3686,2285],[3704,2234],[3646,2189]]},{"area":"2c6","points":[[3363,2818],[3398,2798],[3400,2755],[3443,2720],[3522,2702],[3549,2686],[3568,2686],[3598,2702],[3627,2723],[3640,2744],[3685,2736],[3698,2762],[3709,2816],[3698,2837],[3682,2853],[3693,2882],[3691,2920],[3675,2962],[3656,2976],[3634,2971],[3613,2962],[3582,2971],[3531,2982],[3515,2989],[3488,2968],[3462,2942],[3456,2922],[3478,2925],[3509,2928],[3522,2904],[3539,2882],[3534,2838],[3514,2848],[3493,2850],[3454,2861],[3445,2891],[3443,2902],[3416,2891],[3366,2846]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/054-06-02.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/055-blingdenstone-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"none","size":165,"distance":100}},{"type":"image","href":{"type":"internal","path":"adventure/OotA/056-ooa06-03.webp"},"title":"Map 6.2: Outer Blingdenstone","width":867,"height":1000,"imageType":"map","grid":{"type":"none","size":60,"distance":100},"mapRegions":[{"area":"290","points":[[71,354],[228,352],[230,403],[79,403]]},{"area":"291","points":[[126,322],[143,290],[248,287],[246,271],[282,270],[279,322]]},{"area":"292","points":[[251,349],[251,405],[297,405],[297,349]]},{"area":"293","points":[[343,421],[343,513],[439,513],[439,421]]},{"area":"294","points":[[530,448],[530,523],[606,523],[606,448]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/056-ooa06-03.webp"},"id":"5d8","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/057-06-01.webp"},"title":"Map 6.3: Inner Blingdenstone","width":939,"height":900,"imageType":"map","grid":{"type":"none","size":50,"scale":1.09,"distance":77},"mapRegions":[{"area":"2ba","points":[[234,737],[234,787],[201,787],[201,737]]},{"area":"2af","points":[[288,754],[288,805],[343,805],[343,754]]},{"area":"2af","points":[[536,659],[536,699],[579,699],[579,659]]},{"area":"2b5","points":[[580,758],[580,799],[621,799],[621,758]]},{"area":"2ae","points":[[744,685],[744,718],[774,718],[774,685]]},{"area":"2ac","points":[[708,530],[708,562],[738,562],[738,530]]},{"area":"2b3","points":[[526,561],[526,598],[566,598],[566,561]]},{"area":"2af","points":[[430,586],[430,623],[479,623],[479,586]]},{"area":"2b0","points":[[513,469],[513,516],[561,516],[561,469]]},{"area":"2b9","points":[[489,405],[489,445],[532,445],[532,405]]},{"area":"2a7","points":[[620,396],[620,440],[658,440],[658,396]]},{"area":"29b","points":[[617,313],[617,361],[654,361],[654,313]]},{"area":"29a","points":[[614,250],[614,297],[574,297],[574,250]]},{"area":"2a0","points":[[705,248],[705,287],[739,287],[739,248]]},{"area":"2ab","points":[[812,378],[812,416],[839,416],[839,378]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/057-06-01.webp"},"id":"5d9","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/058-ooa06-05.webp"},"title":"Map 6.4: Rockblight","width":1000,"height":849,"imageType":"map","grid":{"type":"none","size":83,"distance":90},"mapRegions":[{"area":"2ac","points":[[363,284],[363,336],[319,336],[319,284]]},{"area":"2d4","points":[[733,169],[733,227],[795,227],[795,169]]},{"area":"2c9","points":[[666,272],[666,319],[732,319],[732,272]]},{"area":"2cb","points":[[852,346],[852,413],[944,413],[944,346]]},{"area":"2d0","points":[[709,378],[709,447],[772,447],[772,378]]},{"area":"2c1","points":[[545,437],[545,495],[588,495],[588,437]]},{"area":"2ae","points":[[374,534],[374,591],[421,591],[421,534]]},{"area":"2c6","points":[[686,619],[686,686],[746,686],[746,619]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/058-ooa06-05.webp"},"id":"5da","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/059-ooa06-06.webp"},"title":"Map 6.5: Goldwhisker Warrens","width":1000,"height":587,"imageType":"map","grid":{"type":"none","size":82,"distance":102},"mapRegions":[{"area":"2e7","points":[[191,234],[191,305],[279,305],[279,234]]},{"area":"2e1","points":[[397,139],[397,192],[448,192],[448,139]]},{"area":"2e3","points":[[508,190],[508,243],[568,243],[568,190]]},{"area":"29a","points":[[661,430],[661,480],[707,480],[707,430]]},{"area":"2de","points":[[655,227],[655,287],[731,287],[731,227]]},{"area":"2e0","points":[[797,231],[797,285],[859,285],[859,231]]},{"area":"2a0","points":[[842,424],[842,477],[882,477],[882,424]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/059-ooa06-06.webp"},"id":"5db","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/060-ooa06-07.webp"},"title":"Map 6.6: The Pudding Court","width":1000,"height":947,"imageType":"map","grid":{"type":"none","size":127,"distance":145},"mapRegions":[{"area":"2ea","points":[[512,371],[521,363],[533,356],[546,352],[557,350],[572,351],[587,356],[601,366],[612,379],[619,398],[621,418],[616,433],[610,446],[599,459],[587,466],[572,470],[554,471],[537,466],[524,459],[514,452],[506,444],[500,428],[497,413],[497,400],[501,388],[506,379]]},{"area":"2e0","points":[[311,273],[311,334],[381,334],[381,273]]},{"area":"2de","points":[[231,262],[231,325],[171,325],[171,262]]},{"area":"2ed","points":[[637,200],[637,260],[693,260],[693,200]]},{"area":"2ef","points":[[812,312],[812,360],[871,360],[871,312]]},{"area":"2a0","points":[[365,485],[365,536],[408,536],[408,485]]},{"area":"2ab","points":[[521,686],[521,727],[559,727],[559,686]]},{"area":"29a","points":[[175,494],[175,534],[208,534],[208,494]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/060-ooa06-07.webp"},"id":"5dc","page":"adventure.html","source":"OotA","hash":"oota"}]},{"name":"Ch. 9: Mantol-Derith","ix":8,"images":[{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/OotA/071-09-01.webp"},"title":"Map 9.1: Mantol-Derith","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":91,"offsetX":59,"offsetY":70,"distance":20},"mapRegions":[{"area":"365","points":[[1842,180],[1842,307],[1716,307],[1716,180]]},{"area":"372","points":[[1985,464],[2013,416],[2027,389],[2044,344],[2075,309],[2100,244],[2182,275],[2225,273],[2278,311],[2355,384],[2427,435],[2524,511],[2555,567],[2607,624],[2622,651],[2636,691],[2691,764],[2733,847],[2751,904],[2785,949],[2791,967],[2576,1076],[2518,958],[2442,860],[2364,764],[2318,702],[2287,673],[2225,622],[2155,571],[2049,507]]},{"area":"376","points":[[864,2075],[998,2069],[1098,2069],[1153,2082],[1176,2073],[1267,2078],[1413,2075],[1407,2200],[1418,2284],[1405,2362],[1416,2431],[1422,2515],[1418,2571],[1424,2604],[1409,2651],[1411,2693],[1404,2744],[1415,2804],[1415,2878],[1365,2891],[1304,2891],[1238,2885],[1195,2889],[1113,2887],[1040,2887],[925,2885],[871,2891],[873,2813],[862,2695],[855,2625],[864,2578],[864,2495],[873,2371],[880,2335],[869,2231],[865,2156]]},{"area":"380","points":[[2495,2267],[2529,2235],[2544,2220],[2627,2162],[2678,2091],[2702,2069],[2744,2044],[2767,2022],[2796,2053],[2844,2102],[2882,2147],[2949,2193],[2993,2240],[3020,2278],[2976,2324],[2960,2364],[2920,2389],[2864,2429],[2842,2440],[2825,2469],[2773,2504],[2755,2533],[2715,2504],[2671,2464],[2627,2407],[2585,2358],[2549,2315],[2525,2296]]},{"area":"36f","points":[[2111,665],[2082,665],[2038,682],[2013,665],[1967,669],[1944,680],[1913,705],[1907,749],[1887,764],[1871,791],[1827,789],[1771,771],[1749,742],[1709,771],[1673,800],[1640,835],[1651,856],[1655,875],[1644,902],[1656,924],[1716,973],[1758,965],[1802,962],[1876,962],[1891,1000],[1895,1035],[1918,1044],[1920,1087],[1927,1129],[1985,1104],[2120,1055],[2138,1042],[2255,1035],[2320,1025],[2311,971],[2313,929],[2315,864],[2313,811],[2287,785],[2256,742],[2220,735],[2180,742],[2162,707],[2142,693]]},{"area":"385","points":[[978,247],[1067,255],[1116,244],[1176,251],[1302,253],[1405,255],[1513,249],[1655,256],[1704,255],[1709,407],[1698,480],[1702,578],[1702,707],[1504,704],[1509,795],[1509,889],[1425,895],[1438,831],[1425,749],[1429,709],[1355,705],[1278,707],[1156,707],[1040,715],[973,715],[973,529],[984,435],[975,336]]},{"area":"360","points":[[615,2135],[640,2078],[636,2029],[647,1996],[638,1953],[629,1958],[629,1911],[649,1869],[675,1805],[671,1778],[709,1724],[755,1665],[775,1620],[811,1615],[898,1605],[920,1616],[984,1631],[1027,1662],[1107,1644],[1085,1605],[1038,1571],[1005,1553],[949,1538],[900,1527],[865,1542],[800,1551],[773,1551],[780,1498],[773,1480],[735,1431],[718,1402],[722,1382],[685,1325],[676,1245],[673,1171],[678,1142],[685,1107],[705,1075],[718,1051],[711,998],[705,947],[704,924],[691,900],[675,869],[642,796],[636,787],[631,720],[633,660],[651,605],[647,567],[645,551],[647,447],[625,476],[607,529],[604,576],[600,636],[593,685],[582,709],[573,742],[584,815],[584,844],[591,889],[604,920],[631,965],[627,1025],[598,1065],[604,1109],[598,1147],[589,1187],[591,1269],[593,1318],[611,1387],[627,1422],[640,1471],[662,1507],[656,1535],[653,1564],[627,1607],[620,1636],[635,1656],[629,1685],[615,1720],[585,1753],[567,1793],[565,1842],[544,1913],[533,1973],[535,2007],[544,2031],[542,2078],[529,2125],[516,2185],[513,2224],[516,2271],[513,2307],[495,2327],[505,2349],[509,2380],[500,2400],[491,2418],[453,2451],[438,2469],[425,2424],[407,2367],[400,2287],[393,2271],[418,2189],[420,2158],[442,2124],[453,2029],[458,1951],[465,1873],[460,1838],[482,1820],[478,1804],[455,1782],[444,1727],[429,1669],[413,1613],[393,1576],[380,1571],[347,1633],[327,1653],[322,1729],[300,1800],[300,1847],[304,1896],[305,1955],[295,2013],[269,2062],[264,2091],[240,2118],[220,2140],[213,2173],[193,2215],[173,2273],[144,2298],[115,2856],[142,2807],[169,2753],[171,2718],[198,2673],[205,2651],[275,2616],[287,2615],[331,2569],[353,2558],[364,2544],[404,2540],[418,2560],[464,2567],[500,2549],[507,2535],[529,2538],[558,2498],[575,2471],[607,2424],[627,2371],[640,2356],[622,2322],[613,2315],[618,2289],[624,2262],[624,2218],[593,2169],[602,2147]]},{"area":"35c","points":[[3264,2905],[3315,2865],[3324,2836],[3360,2824],[3331,2782],[3335,2729],[3345,2662],[3325,2645],[3309,2551],[3275,2507],[3238,2491],[3200,2427],[3249,2358],[3278,2389],[3298,2385],[3320,2427],[3351,2456],[3375,2504],[3395,2540],[3398,2575],[3411,2624],[3420,2671],[3427,2765],[3438,2807],[3480,2798],[3518,2805],[3551,2818],[3527,2835],[3520,2862],[3493,2889],[3480,2905],[3447,2925],[3402,2915],[3382,2900],[3322,2916],[3293,2905]]},{"area":"35b","points":[[2911,1567],[2925,1560],[2935,1582],[2982,1595],[3020,1613],[3073,1625],[3100,1631],[3100,1587],[3098,1535],[3073,1485],[3164,1436],[3187,1513],[3198,1582],[3222,1624],[3271,1609],[3305,1624],[3365,1629],[3375,1760],[3329,1731],[3280,1702],[3213,1713],[3202,1758],[3191,1827],[3193,1893],[3135,2022],[3113,1960],[3118,1940],[3095,1935],[3087,1887],[3087,1840],[3104,1751],[3111,1695],[3065,1684],[3020,1678],[2971,1653],[2922,1649]]},{"area":"35a","points":[[3320,120],[3260,140],[3218,153],[3164,153],[3096,149],[3031,144],[3000,138],[2924,147],[2920,169],[2962,180],[3025,191],[3089,200],[3138,216],[3176,242],[3222,251],[3262,285],[3311,318],[3315,358],[3320,375],[3305,378],[3291,422],[3276,473],[3278,495],[3293,549],[3400,665],[3407,649],[3411,600],[3395,582],[3375,525],[3364,487],[3364,442],[3376,422],[3387,411],[3411,438],[3422,420],[3404,371],[3378,353],[3329,293],[3285,244],[3222,213],[3135,189],[3045,176],[3105,171],[3195,169],[3287,162],[3369,145],[3425,122]]},{"area":"383","points":[[1420,916],[1513,916],[1567,929],[1596,918],[1769,1051],[1800,1095],[1853,1113],[1851,1165],[1855,1211],[1847,1267],[1855,1298],[1831,1335],[1809,1351],[1795,1393],[1760,1456],[1711,1462],[1682,1464],[1644,1442],[1609,1445],[1542,1440],[1455,1464],[1416,1464],[1400,1425],[1371,1362],[1342,1325],[1333,1280],[1349,1251],[1353,1193],[1316,1158],[1300,1113],[1298,1058],[1338,1035],[1351,995],[1378,975],[1402,985],[1413,953]]},{"area":"375","points":[[1438,2435],[1493,2436],[1522,2427],[1533,2415],[1571,2429],[1580,2396],[1613,2387],[1616,2367],[1629,2345],[1618,2322],[1611,2302],[1584,2282],[1587,2256],[1564,2231],[1533,2176],[1491,2173],[1482,2151],[1485,2129],[1482,2115],[1485,2056],[1451,2009],[1415,1967],[1389,1904],[1396,1847],[1389,1791],[1404,1731],[1498,1735],[1587,1735],[1676,1813],[1753,1884],[1745,1991],[1778,2051],[1849,2067],[1856,2109],[1853,2140],[1911,2182],[1944,2205],[1996,2200],[2040,2213],[2062,2227],[2120,2209],[2127,2153],[2191,2198],[2184,2256],[2184,2296],[2149,2305],[2115,2305],[2053,2305],[2027,2287],[1965,2296],[1947,2295],[1918,2315],[1905,2329],[1900,2364],[1925,2393],[1915,2416],[1911,2449],[1911,2502],[1889,2520],[1853,2513],[1827,2533],[1822,2569],[1784,2576],[1729,2595],[1665,2589],[1649,2553],[1609,2527],[1582,2535],[1529,2515],[1487,2516],[1438,2515]]},{"area":"36a","points":[[1884,2055],[1800,2035],[1784,1980],[1787,1885],[1651,1744],[1811,1729],[1913,1722],[2095,1724],[2247,1711],[2291,1736],[2300,1845],[2313,1933],[2324,1993],[2215,2084],[2173,2035],[2131,2018],[2116,2047],[2098,2065],[2073,2091],[2035,2093],[1996,2062],[1938,2058]]},{"area":"37e","points":[[2238,2160],[2227,2109],[2349,1998],[2304,1738],[2338,1713],[2431,1716],[2502,1733],[2513,1782],[2544,1804],[2555,1822],[2575,1807],[2578,1836],[2576,1887],[2587,1915],[2616,1911],[2625,1927],[2624,1969],[2607,1987],[2605,2018],[2544,2080],[2536,2058],[2515,2053],[2491,2065],[2460,2067],[2449,2098],[2420,2129],[2407,2158],[2362,2193],[2345,2205],[2302,2209],[2285,2204],[2278,2182],[2262,2173]]},{"area":"366","points":[[1405,1609],[1405,1705],[2502,1705],[2502,1609]]},{"area":"369","points":[[1833,1565],[1805,1475],[1840,1385],[1876,1342],[1913,1300],[1904,1244],[1900,1189],[1940,1145],[2151,1075],[2311,1071],[2345,1078],[2375,1075],[2393,1115],[2389,1156],[2422,1176],[2455,1182],[2491,1240],[2516,1315],[2524,1378],[2504,1398],[2487,1451],[2475,1502],[2507,1533],[2507,1565]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/071-09-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/072-mantol-derrith-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-30,"offsetY":-21,"distance":20}}]},{"name":"Ch. 13: The Wormwrithings","ix":12,"images":[{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/OotA/094-13-01.webp"},"title":"Map 13.1: Troglodyte Lair","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-60,"offsetY":-44,"distance":10},"mapRegions":[{"area":"45a","points":[[896,178],[955,169],[1025,142],[1060,158],[1165,205],[1171,245],[1182,289],[1205,284],[1195,300],[1202,322],[1220,340],[1231,364],[1224,371],[1240,400],[1240,447],[1280,496],[1338,569],[1084,555],[1051,533],[1033,516],[1015,516],[989,467],[1002,451],[989,420],[973,405],[960,367],[915,302],[896,267],[902,225]]},{"area":"458","points":[[538,876],[505,869],[480,867],[460,844],[436,818],[405,820],[380,787],[358,787],[356,756],[362,725],[385,691],[387,664],[398,631],[416,611],[411,591],[435,556],[436,527],[438,498],[460,489],[484,473],[491,442],[529,436],[564,420],[600,424],[635,444],[642,475],[673,480],[704,465],[733,451],[762,451],[775,484],[800,509],[827,533],[827,544],[824,569],[833,596],[860,640],[860,669],[905,678],[940,975],[882,958],[864,945],[840,893],[815,860],[778,842],[727,831],[698,827],[653,825],[638,876],[642,913]]},{"area":"455","points":[[731,2031],[844,2027],[916,1980],[1005,1885],[1036,1855],[1018,1820],[1005,1765],[1025,1709],[1020,1644],[1007,1596],[984,1582],[958,1545],[920,1515],[889,1505],[867,1507],[825,1527],[787,1573],[796,1604],[773,1627],[760,1675],[744,1698],[738,1742],[711,1767],[733,1791],[729,1822],[755,1855],[764,1904],[780,1927],[805,1962],[755,2002]]},{"area":"457","points":[[575,1427],[520,1367],[513,1265],[511,1222],[535,1211],[562,1127],[655,1089],[700,1080],[738,1098],[778,1100],[822,1109],[849,1127],[880,1149],[889,1175],[885,1216],[882,1258],[860,1315],[829,1329],[824,1355],[809,1407],[775,1455],[753,1475],[736,1460],[727,1436],[707,1436],[685,1464],[615,1464],[591,1455]]},{"area":"456","points":[[318,1422],[422,1462],[467,1529],[513,1587],[536,1655],[542,1695],[545,1744],[507,1767],[504,1787],[455,1798],[400,1829],[373,1856],[349,1905],[247,1964],[202,1953],[185,1936],[178,1902],[202,1845],[211,1796],[207,1758],[198,1731],[176,1684],[211,1656],[211,1616],[200,1564],[195,1518],[218,1491],[238,1453],[260,1445],[295,1435]]},{"area":"454","points":[[353,2233],[431,2204],[482,2156],[507,2124],[520,2151],[544,2204],[580,2235],[598,2198],[696,2224],[771,2271],[742,2295],[771,2313],[822,2349],[831,2367],[869,2384],[922,2440],[924,2527],[916,2540],[898,2565],[858,2587],[833,2600],[829,2645],[795,2655],[787,2678],[765,2678],[745,2711],[722,2738],[713,2760],[695,2742],[662,2756],[635,2767],[598,2769],[600,2798],[560,2795],[547,2791],[538,2805],[525,2833],[480,2829],[431,2818],[380,2791],[324,2775],[309,2789],[265,2731],[245,2736],[216,2689],[185,2649],[167,2633],[180,2575],[195,2555],[196,2518],[209,2444],[229,2409],[242,2347],[282,2313],[344,2271]]},{"area":"445","points":[[1200,2155],[1253,2133],[1316,2107],[1378,2047],[1435,2009],[1505,2004],[1604,2024],[1660,2025],[1727,2062],[1736,2078],[1725,2100],[1665,2124],[1611,2167],[1582,2220],[1535,2280],[1469,2318],[1384,2365],[1313,2349],[1224,2285],[1198,2193]]},{"area":"448","points":[[1255,925],[1253,980],[1256,1082],[1285,1115],[1333,1175],[1393,1236],[1465,1284],[1565,1320],[1647,1360],[1755,1371],[1885,1347],[1967,1311],[2075,1284],[2156,1236],[2204,1176],[2262,1124],[2313,1044],[2298,998],[2316,936],[2351,831],[2338,780],[2355,747],[2235,705],[2173,745],[2133,804],[2095,836],[2002,880],[1933,885],[1884,882],[1842,900],[1816,915],[1751,911],[1685,931],[1595,920],[1544,907],[1489,871],[1482,818],[1473,802],[1382,835],[1322,878],[1285,902]]},{"area":"451","points":[[3076,949],[3104,898],[3144,871],[3171,867],[3198,895],[3260,925],[3287,944],[3302,976],[3358,996],[3438,1020],[3456,1060],[3504,1062],[3496,1116],[3471,1160],[3458,1195],[3427,1231],[3435,1282],[3465,1325],[3464,1491],[3451,1495],[3425,1460],[3400,1424],[3385,1380],[3351,1382],[3329,1358],[3296,1360],[3289,1376],[3218,1376],[3178,1356],[3155,1311],[3136,1289],[3125,1236],[3135,1196],[3131,1169],[3142,1124],[3133,1098],[3156,1065],[3176,1015],[3133,1002],[3113,973]]},{"area":"450","points":[[3513,1549],[3585,1535],[3642,1569],[3673,1567],[3724,1578],[3736,1607],[3769,1615],[3796,1644],[3813,1671],[3851,1671],[3860,1680],[3880,1702],[3896,1736],[3880,1775],[3878,1831],[3873,1862],[3851,1900],[3775,1855],[3725,1840],[3722,1891],[3733,1913],[3584,1924],[3473,1960],[3411,1935],[3393,1878],[3364,1869],[3356,1838],[3331,1815],[3316,1760],[3324,1722],[3333,1702],[3351,1695],[3362,1660],[3415,1638],[3473,1607],[3498,1576]]},{"area":"44c","points":[[2791,2211],[2884,2156],[2964,2133],[3029,2115],[3065,2075],[3107,2056],[3153,2042],[3173,2055],[3227,2058],[3264,2025],[3335,2060],[3371,2116],[3369,2169],[3356,2198],[3353,2224],[3382,2251],[3404,2276],[3420,2318],[3407,2353],[3422,2376],[3427,2411],[3456,2431],[3411,2584],[3376,2589],[3347,2582],[3324,2573],[3311,2602],[3285,2602],[3256,2624],[3209,2636],[3220,2665],[3187,2664],[3147,2673],[3133,2684],[3075,2687],[3044,2665],[3020,2653],[2985,2656],[2891,2602],[2842,2604],[2771,2558],[2773,2529],[2764,2511],[2776,2469],[2753,2444],[2729,2418],[2716,2378],[2735,2336],[2756,2309],[2740,2285],[2776,2251]]},{"area":"44e","points":[[3440,2631],[3491,2456],[3524,2476],[3556,2485],[3593,2476],[3596,2418],[3624,2420],[3638,2420],[3645,2404],[3667,2391],[3693,2382],[3707,2331],[3691,2309],[3724,2295],[3727,2258],[3704,2211],[3844,2147],[3864,2167],[3880,2207],[3882,2235],[3875,2282],[3876,2309],[3858,2347],[3851,2396],[3836,2422],[3845,2462],[3855,2500],[3858,2555],[3873,2584],[3865,2605],[3858,2629],[3853,2658],[3865,2673],[3840,2695],[3807,2751],[3780,2773],[3740,2807],[3715,2822],[3689,2795],[3635,2784],[3600,2771],[3575,2795],[3562,2771],[3527,2753],[3511,2735],[3493,2707],[3462,2711],[3489,2682],[3462,2660]]},{"area":"442","points":[[1664,3156],[1673,3102],[1676,3049],[1676,3002],[1682,2969],[1709,2925],[1707,2858],[1693,2816],[1664,2802],[1647,2765],[1658,2704],[1696,2673],[1649,2649],[1635,2636],[1684,2609],[1753,2576],[1807,2562],[1855,2578],[1942,2615],[1931,2655],[1940,2689],[1951,2729],[1944,2749],[1971,2780],[1991,2829],[2016,2916],[2025,2960],[2005,2995],[1973,3038],[1958,3071],[1913,3107],[1898,3153]]},{"area":"473","points":[[2820,1875],[2664,1789],[2595,1729],[2527,1642],[2482,1604],[2455,1507],[2427,1364],[2473,1253],[2478,1215],[2529,1122],[2573,1076],[2700,995],[2802,947],[2889,935],[2955,942],[3020,960],[3071,971],[3067,1035],[3049,1082],[3065,1115],[3067,1149],[3051,1211],[3053,1264],[3062,1291],[3069,1338],[3096,1380],[3107,1420],[3118,1484],[3142,1507],[3156,1547],[3136,1575],[3115,1620],[3069,1622],[3033,1635],[2991,1691],[2944,1718],[2925,1742],[2902,1771],[2871,1789],[2858,1825],[2844,1867]]},{"area":"443","points":[[2624,1960],[2609,1822],[2458,1673],[2416,1556],[2349,1398],[2411,1242],[2502,1076],[2358,1053],[2316,1133],[2227,1269],[2089,1369],[1929,1405],[1745,1458],[1522,1418],[1333,1329],[1229,1127],[1184,925],[1244,820],[1293,707],[1118,707],[976,729],[989,855],[1009,1020],[978,1131],[967,1207],[973,1258],[962,1305],[960,1340],[1000,1365],[1035,1393],[1076,1398],[1116,1420],[1182,1449],[1244,1484],[1240,1527],[1249,1556],[1231,1605],[1184,1676],[1193,1709],[1164,1735],[1144,1773],[1158,1840],[1180,1885],[1218,1915],[1182,1964],[1136,2005],[1124,2053],[1060,2105],[1038,2158],[1007,2185],[931,2235],[971,2265],[984,2302],[958,2362],[964,2484],[1000,2542],[1051,2536],[1102,2500],[1149,2480],[1187,2422],[1155,2296],[1185,2145],[1264,2095],[1329,2045],[1407,1965],[1484,1940],[1542,1944],[1645,1969],[1760,2013],[1773,2036],[1776,2104],[1738,2135],[1673,2169],[1582,2298],[1504,2333],[1411,2391],[1304,2411],[1271,2476],[1315,2515],[1407,2538],[1460,2556],[1580,2462],[1700,2420],[1824,2407],[1993,2451],[2067,2520],[2085,2560],[2142,2565],[2235,2525],[2278,2516],[2264,2476],[2298,2418],[2353,2387],[2355,2365],[2356,2333],[2407,2289],[2447,2276],[2495,2285],[2525,2231],[2545,2189],[2560,2160],[2536,2158],[2527,2140],[2535,2118],[2538,2104],[2527,2082],[2520,2058],[2565,1998],[2591,1978]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/094-13-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/095-troglodyte-lair-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff5","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":12,"offsetY":26,"distance":10}},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/OotA/096-13-02.webp"},"title":"Map 13.2: The Worm Nursery","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":89,"offsetX":-33,"offsetY":35,"distance":10},"mapRegions":[{"area":"463","points":[[429,891],[415,844],[404,769],[420,709],[449,642],[456,600],[469,542],[491,495],[527,495],[531,478],[562,480],[624,505],[680,531],[720,533],[745,560],[793,569],[825,585],[842,616],[896,649],[916,693],[951,742],[1000,778],[1004,809],[985,845],[938,862],[915,878],[853,878],[813,853],[773,865],[716,875],[687,876],[693,909],[638,915],[613,935],[513,949],[445,924]]},{"area":"462","points":[[387,1155],[349,1085],[302,1096],[267,1120],[262,1162],[245,1196],[249,1229],[222,1285],[198,1333],[182,1364],[185,1407],[176,1445],[153,1482],[173,1538],[184,1571],[196,1580],[191,1629],[193,1647],[215,1695],[236,1727],[282,1758],[313,1745],[351,1720],[395,1711],[415,1675],[453,1649],[482,1629],[489,1589],[478,1547],[451,1527],[436,1502],[418,1500],[424,1462],[396,1438],[387,1402],[367,1378],[362,1340],[367,1313],[384,1289],[382,1260],[391,1218],[387,1182]]},{"area":"467","points":[[564,1082],[593,1013],[642,967],[671,976],[705,984],[738,996],[744,1016],[773,1013],[833,1022],[909,1053],[936,1069],[989,1102],[1051,1129],[1104,1145],[1127,1180],[1162,1213],[1176,1262],[1202,1285],[1200,1322],[1195,1351],[1202,1393],[1182,1422],[1156,1455],[1140,1467],[1055,1627],[1047,1642],[1029,1667],[1009,1700],[965,1704],[920,1705],[907,1678],[882,1653],[815,1627],[765,1653],[671,1653],[682,1636],[669,1613],[655,1604],[645,1567],[645,1531],[635,1505],[605,1478],[587,1456],[584,1416],[624,1391],[640,1356],[655,1325],[709,1298],[711,1265],[702,1222],[709,1205],[711,1193],[673,1196],[649,1180],[629,1180],[607,1129],[595,1100]]},{"area":"468","points":[[682,1700],[784,1702],[782,1740],[793,1773],[807,1816],[822,1847],[851,1867],[851,1911],[860,1962],[833,1985],[807,2007],[795,2038],[765,2040],[735,2035],[711,2004],[675,1984],[664,2009],[645,2033],[622,2056],[585,2049],[555,2042],[536,2047],[522,2022],[529,2013],[525,1978],[531,1953],[556,1925],[556,1895],[535,1878],[540,1844],[549,1813],[558,1795],[593,1793],[593,1771],[607,1736],[653,1711]]},{"area":"463","points":[[1078,1636],[1164,1475],[1193,1484],[1213,1462],[1233,1475],[1253,1462],[1265,1465],[1282,1449],[1298,1455],[1318,1460],[1335,1447],[1355,1467],[1378,1473],[1402,1473],[1395,1615],[1376,1636],[1355,1631],[1333,1638],[1313,1644],[1300,1627],[1275,1625],[1269,1640],[1235,1642],[1189,1649],[1171,1658],[1149,1649],[1127,1655],[1107,1647],[1095,1655]]},{"area":"463","points":[[2405,2618],[2464,2565],[2513,2558],[2513,2542],[2589,2495],[2627,2469],[2655,2447],[2704,2425],[2731,2425],[2738,2395],[2776,2409],[2824,2385],[2869,2364],[2889,2345],[2913,2325],[2940,2302],[2985,2302],[3025,2276],[3049,2249],[3085,2238],[3125,2240],[3142,2227],[3200,2202],[3218,2169],[3258,2153],[3284,2129],[3329,2109],[3393,2073],[3436,2040],[3420,2004],[3398,2018],[3382,2027],[3358,2033],[3331,2060],[3302,2073],[3269,2082],[3220,2105],[3195,2105],[3178,2116],[3138,2133],[3091,2145],[3064,2147],[3020,2171],[3002,2185],[2955,2195],[2924,2198],[2893,2220],[2873,2213],[2838,2227],[2816,2236],[2775,2236],[2760,2255],[2729,2247],[2700,2253],[2656,2242],[2744,2087],[2776,2080],[2804,2062],[2822,2062],[2844,2055],[2858,2045],[2882,2051],[2933,2040],[2960,2025],[2978,2025],[3009,2013],[3029,2005],[3051,2013],[3100,2000],[3120,1985],[3153,1985],[3180,1964],[3193,1971],[3218,1958],[3236,1940],[3249,1951],[3260,1936],[3285,1938],[3285,1922],[3309,1927],[3325,1935],[3342,1911],[3351,1893],[3360,1887],[3347,1847],[3329,1805],[3375,1804],[3416,1762],[3460,1765],[3480,1793],[3515,1849],[3553,1916],[3575,1951],[3638,1965],[3627,1996],[3620,2027],[3602,2051],[3571,2060],[3553,2084],[3547,2109],[3533,2133],[3509,2144],[3482,2182],[3440,2211],[3400,2229],[3362,2242],[3309,2255],[3267,2271],[3240,2275],[3218,2296],[3173,2324],[3140,2364],[3095,2382],[3047,2413],[2985,2442],[2956,2464],[2898,2480],[2858,2504],[2822,2516],[2776,2544],[2722,2569],[2684,2602],[2649,2627],[2605,2653],[2578,2676],[2522,2707]]},{"area":"46c","points":[[2287,2695],[2371,2636],[2542,2755],[2582,2762],[2636,2782],[2675,2802],[2691,2787],[2707,2745],[2696,2704],[2731,2695],[2753,2693],[2756,2662],[2767,2633],[2791,2593],[2807,2584],[2818,2602],[2835,2604],[2844,2585],[2889,2593],[2911,2607],[2947,2624],[2984,2644],[3002,2680],[3004,2711],[2991,2729],[3002,2765],[3024,2784],[3038,2815],[3015,2842],[3027,2855],[3016,2867],[3002,2896],[2980,2916],[2973,2949],[2956,2967],[2947,3009],[2909,2995],[2889,3000],[2885,3022],[2873,3036],[2845,3038],[2827,3049],[2824,3065],[2798,3062],[2780,3044],[2769,3029],[2760,3000],[2738,2969],[2729,2938],[2713,2938],[2702,2956],[2689,2958],[2680,2942],[2658,2931],[2638,2935],[2622,2922],[2598,2909],[2564,2907],[2549,2913],[2509,2895],[2475,2889],[2447,2898],[2405,2907],[2369,2829],[2327,2756]]},{"area":"46a","points":[[2071,2427],[2147,2393],[2240,2384],[2289,2418],[2282,2436],[2287,2484],[2276,2509],[2295,2542],[2338,2571],[2378,2589],[2347,2635],[2315,2664],[2275,2691],[2302,2733],[2324,2778],[2335,2815],[2298,2831],[2267,2851],[2205,2884],[2164,2871],[2058,2789],[2027,2740],[2016,2704],[2033,2682],[2029,2647],[2020,2624],[2027,2585],[2056,2575],[2078,2551],[2107,2525],[2102,2469],[2082,2444]]},{"area":"46e","points":[[1164,3229],[1193,3151],[1249,3098],[1291,3047],[1335,3022],[1347,3000],[1411,2958],[1404,2925],[1378,2885],[1360,2862],[1358,2798],[1393,2775],[1469,2742],[1507,2716],[1524,2691],[1544,2624],[1576,2638],[1602,2658],[1665,2662],[1715,2660],[1749,2678],[1767,2696],[1769,2718],[1818,2740],[1838,2769],[1833,2782],[1858,2818],[1875,2840],[1900,2831],[1985,2816],[1991,2796],[2095,2898],[2080,2920],[2064,2938],[2031,2944],[1989,2960],[1969,2982],[1938,2989],[1880,3000],[1844,3018],[1820,3047],[1793,3062],[1767,3071],[1745,3075],[1725,3091],[1687,3091],[1664,3087],[1613,3095],[1576,3093],[1556,3098],[1538,3107],[1489,3133],[1480,3171],[1445,3195],[1365,3229]]},{"area":"46a","points":[[2109,807],[2067,778],[2029,745],[1995,716],[1982,676],[1960,669],[1933,607],[1907,580],[1875,562],[1862,535],[1851,485],[1862,456],[1856,407],[1867,340],[1880,269],[1893,242],[1944,213],[2002,184],[2045,200],[2116,220],[2135,216],[2195,204],[2245,224],[2289,238],[2309,276],[2333,298],[2402,313],[2416,335],[2442,362],[2455,409],[2504,555],[2480,567],[2444,587],[2420,593],[2398,618],[2427,793],[2387,780],[2342,749],[2318,724],[2265,696],[2240,693],[2216,718],[2235,760],[2253,791],[2271,815]]},{"area":"473","points":[[2633,395],[2651,360],[2671,335],[2711,287],[2722,242],[2762,258],[2815,229],[2864,244],[2909,264],[2969,273],[3029,258],[3069,269],[3115,285],[3145,302],[3144,327],[3124,385],[3173,429],[3149,456],[3138,476],[3142,493],[3125,516],[3127,567],[3089,582],[3080,620],[3084,656],[3058,682],[2995,671],[2967,660],[2936,702],[2913,715],[2769,711],[2751,658],[2735,658],[2704,651],[2685,618],[2667,576],[2635,576],[2584,415],[2613,413]]},{"area":"475","points":[[2535,758],[2555,867],[2569,878],[2562,895],[2580,922],[2609,933],[2635,976],[2665,1004],[2662,1031],[2667,1055],[2689,1093],[2680,1131],[2698,1151],[2718,1184],[2767,1222],[2804,1242],[2862,1233],[2887,1231],[2907,1216],[2933,1202],[2947,1180],[2984,1160],[3011,1149],[3033,1138],[3069,1140],[3100,1060],[3080,1031],[3065,1007],[3065,980],[3084,944],[3056,936],[3047,915],[3069,898],[3033,880],[3002,876],[2982,880],[2964,862],[2956,842],[2940,835],[2918,838],[2913,805],[2920,755],[2751,742],[2727,755],[2727,773],[2736,815],[2735,864],[2709,856],[2664,833],[2629,782],[2618,793],[2576,778],[2565,764]]},{"area":"477","points":[[3111,1147],[3160,1035],[3185,1004],[3216,996],[3253,969],[3265,944],[3300,893],[3311,867],[3367,858],[3398,842],[3433,829],[3447,855],[3489,871],[3525,907],[3551,940],[3567,991],[3580,1013],[3598,1051],[3602,1104],[3600,1129],[3580,1175],[3545,1193],[3520,1220],[3491,1256],[3458,1298],[3422,1278],[3378,1275],[3311,1284],[3271,1291],[3185,1271],[3191,1220],[3158,1209],[3136,1164]]},{"area":"46a","points":[[3560,1871],[3476,1744],[3416,1740],[3376,1769],[3340,1769],[3347,1727],[3364,1698],[3380,1589],[3396,1556],[3416,1527],[3409,1498],[3431,1478],[3442,1460],[3458,1438],[3504,1431],[3582,1453],[3625,1484],[3615,1520],[3655,1549],[3684,1575],[3718,1607],[3775,1600],[3840,1736],[3789,1755],[3751,1755],[3729,1789],[3687,1818],[3649,1831],[3611,1855]]},{"area":"47a","points":[[3809,1584],[3878,1715],[3918,1671],[3931,1644],[3951,1580],[3991,1529],[4009,1485],[4040,1478],[4040,1269],[3973,1276],[3924,1282],[3885,1291],[3856,1309],[3836,1355],[3818,1378],[3813,1407],[3825,1453],[3829,1485],[3818,1529],[3818,1558]]},{"area":"478","points":[[2878,1633],[2891,1478],[2925,1496],[2953,1513],[2995,1535],[3022,1531],[3027,1480],[3065,1449],[3080,1411],[3109,1387],[3111,1355],[3129,1318],[3236,1356],[3238,1376],[3227,1415],[3222,1465],[3236,1498],[3269,1531],[3340,1567],[3318,1689],[3291,1705],[3269,1735],[3275,1760],[3245,1796],[3245,1835],[3245,1869],[3224,1875],[3200,1875],[3196,1893],[3165,1904],[3111,1891],[3120,1867],[3095,1844],[3080,1824],[3055,1815],[3027,1778],[3000,1731],[2975,1691],[2944,1653],[2915,1636]]},{"area":"471","points":[[2760,1815],[2749,1864],[2711,1855],[2687,1882],[2685,1958],[2705,2011],[2718,2040],[2727,2076],[2631,2236],[2609,2227],[2585,2245],[2562,2265],[2549,2289],[2518,2315],[2478,2342],[2440,2355],[2422,2382],[2378,2375],[2322,2369],[2289,2380],[2242,2364],[2142,2373],[2058,2409],[2031,2398],[2000,2400],[1971,2373],[1944,2349],[1904,2344],[1876,2347],[1829,2327],[1805,2342],[1775,2305],[1769,2278],[1744,2262],[1716,2253],[1695,2265],[1667,2216],[1620,2182],[1571,2160],[1524,2109],[1473,2042],[1438,2005],[1404,1964],[1436,1938],[1453,1918],[1445,1887],[1453,1864],[1440,1824],[1453,1787],[1455,1735],[1456,1711],[1425,1687],[1409,1647],[1424,1424],[1409,1400],[1411,1364],[1433,1320],[1404,1280],[1395,1235],[1411,1189],[1504,1151],[1587,1109],[1618,1085],[1649,1071],[1682,1076],[1684,1045],[1689,1020],[1745,1004],[1773,982],[1796,958],[1815,931],[1836,911],[1853,885],[1887,865],[1915,855],[1958,856],[1982,849],[2005,856],[2047,860],[2089,875],[2095,895],[2113,882],[2111,862],[2269,875],[2271,916],[2304,924],[2340,927],[2364,953],[2385,976],[2416,987],[2444,1004],[2465,1035],[2476,1067],[2513,1085],[2531,1125],[2536,1153],[2529,1180],[2547,1209],[2555,1249],[2582,1289],[2605,1313],[2645,1322],[2680,1316],[2705,1293],[2727,1282],[2749,1298],[2765,1331],[2805,1360],[2835,1391],[2849,1422],[2840,1458],[2865,1478],[2853,1676],[2853,1720],[2831,1760],[2800,1778],[2769,1780]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/096-13-02.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/097-worm-nursery-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff4","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":50,"offsetY":32,"distance":10}}]},{"name":"Ch. 15: The City of Spiders","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OotA/104-15-01.webp"},"title":"Map 15.1: Menzoberranzan","width":2550,"height":1839,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"4e4","points":[[1875,118],[1875,225],[2393,225],[2393,118]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/104-15-01.webp"},"id":"5dd","page":"adventure.html","source":"OotA","hash":"oota"}]}]},"CoS":{"id":"CoS","source":"CoS","prop":"adventure","chapters":[{"name":"Ch. 2: The Lands of Barovia","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/007-001.jpg"},"title":"Map 2.1: Barovia","width":5025,"height":3225,"mapRegions":[{"area":"133","points":[[560,908],[560,1070],[722,1070],[722,908]]},{"area":"13a","points":[[827,661],[827,801],[963,801],[963,661]]},{"area":"130","points":[[1022,1007],[1022,1153],[1170,1153],[1170,1007]]},{"area":"136","points":[[1199,792],[1199,941],[1324,941],[1324,792]]},{"area":"126","points":[[1530,294],[1530,659],[3060,659],[3060,294]]},{"area":"121","points":[[2024,741],[2024,886],[2155,886],[2155,741]]},{"area":"12b","points":[[1945,1071],[1945,1203],[2077,1203],[2077,1071]]},{"area":"12d","points":[[1684,1088],[1684,1255],[1866,1255],[1866,1088]]},{"area":"12f","points":[[1574,1488],[1574,1672],[1749,1672],[1749,1488]]},{"area":"135","points":[[1577,1832],[1577,2035],[1741,2035],[1741,1832]]},{"area":"134","points":[[1167,2364],[1167,2540],[1312,2540],[1312,2364]]},{"area":"138","points":[[1608,2615],[1608,2780],[1766,2780],[1766,2615]]},{"area":"10e","points":[[3178,1867],[3178,2042],[3315,2042],[3315,1867]]},{"area":"116","points":[[2956,1646],[2956,1820],[3112,1820],[3112,1646]]},{"area":"119","points":[[2963,1463],[2963,1624],[3122,1624],[3122,1463]]},{"area":"0fb","points":[[2965,1310],[2965,1458],[3111,1458],[3111,1310]]},{"area":"12c","points":[[2365,1228],[2365,1381],[2508,1381],[2508,1228]]},{"area":"11d","points":[[3370,1561],[3370,1716],[3484,1716],[3484,1561]]},{"area":"120","points":[[3556,1576],[3556,1745],[3675,1745],[3675,1576]]},{"area":"108","points":[[3823,1843],[3823,2067],[4166,2067],[4166,1843]]},{"area":"106","points":[[3787,2090],[3787,2263],[3955,2263],[3955,2090]]},{"area":"106","points":[[4357,2173],[4357,2344],[4519,2344],[4519,2173]]},{"area":"0fb","points":[[4629,1622],[4629,1823],[4759,1823],[4759,1622]]},{"area":"102","points":[[4562,1844],[4562,1981],[4684,1981],[4684,1844]]},{"area":"0f9","points":[[4769,1744],[4769,1898],[4880,1898],[4880,1744]]},{"area":"109","points":[[3332,2267],[3332,2412],[3472,2412],[3472,2267]]},{"area":"137","points":[[500,1429],[500,1591],[653,1591],[653,1429]]},{"area":"139","points":[[237,1880],[237,2138],[462,2138],[462,1880]]}],"imageType":"map","grid":{"type":"hexColsOdd","size":69,"offsetX":9,"offsetY":-4,"distance":0.25,"units":"miles"},"id":"6c7","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/007-001.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/008-cos201.jpg"},"title":"Player Version","width":5025,"height":3225,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":69,"offsetX":9,"offsetY":-4,"distance":0.25,"units":"miles"},"mapParent":{"id":"6c7","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/010-cos02-06.jpg"},"title":"Map 2.2: Tser Pool Encampment","width":1000,"height":615,"imageType":"map","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-19,"scale":1.5},"id":"0bc"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/011-cos202.jpg"},"title":"Player Version","width":1950,"height":1200,"imageType":"mapPlayer","grid":{"type":"square","size":97,"offsetX":13,"offsetY":63,"scale":1.5},"mapParent":{"id":"0bc","autoScale":true}}]},{"name":"Ch. 3: The Village of Barovia","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/013-003.jpg"},"title":"Map 3.1: Village of Barovia","width":1950,"height":2475,"mapRegions":[{"area":"166","points":[[444,302],[444,472],[654,472],[654,302]]},{"area":"152","points":[[390,642],[390,857],[640,857],[640,642]]},{"area":"146","points":[[854,1123],[854,1288],[1088,1288],[1088,1123]]},{"area":"168","points":[[1557,1067],[1557,1205],[1747,1205],[1747,1067]]},{"area":"144","points":[[840,1429],[840,1603],[1027,1603],[1027,1429]]},{"area":"14c","points":[[796,1598],[796,1721],[914,1721],[914,1598]]},{"area":"14e","points":[[672,2115],[672,2312],[936,2312],[936,2115]]}],"imageType":"map","grid":{"type":"square","size":120,"offsetX":-38,"offsetY":-6,"distance":40},"id":"0bd","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/013-003.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/014-cos301.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":-38,"offsetY":-6,"distance":40},"mapParent":{"id":"0bd"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/018-004.jpg"},"title":"Map 3.2: Church","width":2400,"height":1650,"mapRegions":[{"area":"15f","points":[[201,351],[201,791],[1058,791],[1058,351]]},{"area":"159","points":[[345,795],[345,937],[564,937],[564,795]]},{"area":"157","points":[[345,936],[345,1079],[562,1079],[562,936]]},{"area":"155","points":[[563,795],[563,1077],[699,1077],[699,795]]},{"area":"15d","points":[[703,791],[703,929],[920,929],[920,791]]},{"area":"15b","points":[[700,933],[700,1077],[921,1077],[921,933]]},{"area":"163","points":[[1332,467],[1332,1096],[2228,1096],[2228,467]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-15},"id":"11c","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/018-004.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/019-cos302.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-20},"mapParent":{"id":"11c"}}]},{"name":"Ch. 4: Castle Ravenloft","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/024-005.jpg"},"title":"Map 2: Walls of Ravenloft","width":2248,"height":3008,"mapRegions":[{"area":"11d","points":[[315,1785],[315,2037],[593,2037],[593,1785]]},{"area":"19f","points":[[663,2148],[857,2222],[1007,2089],[821,2014]]},{"area":"1a2","points":[[1121,2086],[1214,1991],[1386,2053],[1289,2149]]},{"area":"1a2","points":[[878,2269],[771,2364],[974,2440],[1073,2342]]},{"area":"1a8","points":[[1355,2381],[1461,2273],[1637,2333],[1538,2454]]},{"area":"1aa","points":[[1562,2458],[1669,2346],[1862,2425],[1786,2548]]},{"area":"1a6","points":[[1561,2115],[1524,2154],[1667,2206],[1713,2169]]},{"area":"1a4","points":[[1583,2294],[1385,2221],[1463,2138],[1659,2211]]}],"imageType":"map","grid":{"type":"none","size":125,"distance":50},"id":"132","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/024-005.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/024-005-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":172,"distance":50},"width":2750,"height":3797,"mapParent":{"id":"132","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006.jpg"},"title":"Map 3: Main Floor","width":2473,"height":1531,"mapRegions":[{"area":"1d0","points":[[408,189],[341,246],[586,324],[646,270]]},{"area":"1e2","points":[[268,401],[268,475],[437,475],[437,401]]},{"area":"1bf","points":[[264,845],[365,832],[434,855],[453,917],[412,955],[297,968],[227,942],[213,890]]},{"area":"1c1","points":[[518,938],[479,979],[756,1069],[795,1033]]},{"area":"1bd","points":[[435,851],[560,892],[639,822],[516,781]]},{"area":"1bb","points":[[537,930],[698,791],[960,875],[807,1018]]},{"area":"25b","points":[[825,1090],[864,1054],[928,1077],[892,1114]]},{"area":"1b9","points":[[861,991],[972,881],[1098,923],[986,1031]]},{"area":"1b0","points":[[885,701],[815,772],[934,811],[1008,739]]},{"area":"1db","points":[[781,557],[856,492],[975,528],[897,598]]},{"area":"1bf","points":[[774,411],[813,377],[903,365],[972,389],[997,437],[960,470],[855,487],[790,464]]},{"area":"1b5","points":[[1021,744],[945,818],[970,877],[1100,920],[1203,905],[1284,827],[1264,772],[1128,728]]},{"area":"2a6","points":[[920,599],[921,682],[948,710],[996,723],[1048,710],[1069,680],[1067,601],[1046,577],[997,569],[949,578]]},{"area":"1c1","points":[[1023,483],[1048,455],[1158,490],[1130,515]]},{"area":"1d9","points":[[1122,984],[1085,1020],[1083,1063],[1116,1080],[1179,1086],[1227,1066],[1233,1035],[1212,1014],[1167,997]]},{"area":"1f4","points":[[1161,939],[1132,972],[1251,1013],[1283,975]]},{"area":"1cf","points":[[1360,959],[1360,1002],[1442,1002],[1442,959]]},{"area":"1cd","points":[[1318,996],[1274,1017],[1245,1060],[1253,1105],[1301,1140],[1381,1161],[1469,1146],[1536,1122],[1576,1080],[1560,1077],[1540,1035],[1483,1034],[1444,1059],[1358,1057]]},{"area":"1cb","points":[[1547,1124],[1586,1083],[1640,1075],[1661,1111],[1619,1150],[1553,1155]]},{"area":"1c3","points":[[1295,834],[1229,903],[1352,945],[1418,876]]},{"area":"1d8","points":[[1518,704],[1441,779],[1576,822],[1653,747]]},{"area":"1ed","points":[[1572,860],[1645,790],[1712,812],[1637,880]]},{"area":"1c9","points":[[1747,932],[1783,893],[1837,880],[1855,916],[1819,956],[1753,965]]},{"area":"1dd","points":[[1798,698],[1725,770],[1861,814],[1934,740]]},{"area":"1df","points":[[1679,645],[1720,601],[1921,662],[1937,647],[2011,670],[1942,733]]},{"area":"1c5","points":[[2032,821],[1934,841],[1548,1223],[1568,1290],[1643,1314],[1757,1293],[1830,1220],[1900,1245],[2009,1229],[2158,1068],[2138,1010],[2066,985],[2141,909],[2110,846]]},{"area":"1d2","points":[[1462,584],[1429,616],[1438,620],[1293,754],[1284,782],[1309,813],[1377,843],[1449,854],[1553,852],[1576,846],[1594,826],[1437,778],[1519,700],[1654,745],[1658,722],[1637,695],[1610,677],[1559,662],[1591,627],[1536,607],[1459,685],[1441,678],[1522,603]]},{"area":"1fd","points":[[1917,659],[1941,637],[1787,396],[1751,385],[1712,390],[1714,597]]},{"area":"254","points":[[2018,706],[2018,782],[2224,782],[2224,706]]}],"imageType":"map","grid":{"type":"none","size":130,"distance":20},"id":"16f","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/025-006.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":168,"distance":20},"width":3715,"height":1836,"mapParent":{"id":"16f","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007.jpg"},"title":"Map 4: Court of the Count","width":2389,"height":1383,"mapRegions":[{"area":"1bf","points":[[221,604],[230,661],[301,685],[417,668],[454,632],[434,568],[368,544],[266,565]]},{"area":"1db","points":[[521,500],[446,567],[568,611],[640,539]]},{"area":"1c1","points":[[518,657],[487,689],[758,782],[792,751]]},{"area":"251","points":[[859,774],[827,803],[896,833],[930,797]]},{"area":"1e2","points":[[823,397],[581,614],[596,671],[746,720],[838,707],[1075,481]]},{"area":"1db","points":[[785,277],[857,213],[975,251],[899,317]]},{"area":"1d6","points":[[794,189],[777,138],[813,103],[905,88],[975,113],[997,164],[956,201],[858,204]]},{"area":"1f8","points":[[1170,404],[997,339],[1057,278],[1238,344]]},{"area":"1c1","points":[[1255,336],[1052,272],[1055,123],[1000,107],[1032,68],[1100,91],[1292,311]]},{"area":"1fb","points":[[1262,338],[1289,308],[1346,328],[1314,357]]},{"area":"1e5","points":[[1131,456],[982,592],[1035,611],[1187,473]]},{"area":"1ef","points":[[974,602],[854,710],[1046,775],[1160,669]]},{"area":"1e7","points":[[1168,512],[1089,581],[1290,652],[1360,582]]},{"area":"1f2","points":[[1208,641],[1186,663],[1307,710],[1330,683]]},{"area":"1f4","points":[[1176,672],[1145,704],[1265,746],[1300,714]]},{"area":"1d9","points":[[1128,715],[1085,755],[1085,809],[1241,810],[1243,755]]},{"area":"1cd","points":[[1320,732],[1263,765],[1254,827],[1298,867],[1394,892],[1514,871],[1549,838],[1550,780],[1483,733]]},{"area":"1cf","points":[[1339,665],[1339,716],[1471,716],[1471,665]]},{"area":"1fd","points":[[1733,478],[1787,430],[1858,450],[1878,434],[1996,469],[1926,539]]},{"area":"1ed","points":[[1646,570],[1579,637],[1719,682],[1782,614]]},{"area":"1eb","points":[[1642,676],[1568,749],[1700,792],[1776,720]]},{"area":"1d2","points":[[1538,338],[1367,347],[1282,406],[1271,482],[1334,545],[1457,584],[1610,569],[1676,533],[1706,447],[1631,364]]},{"area":"2a6","points":[[994,340],[1069,370],[1068,409],[1000,440],[941,426],[921,374],[955,343]]}],"imageType":"map","grid":{"type":"none","size":68,"distance":10},"id":"172","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/028-007.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":68,"distance":10},"width":2380,"height":1330,"mapParent":{"id":"172","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008.jpg"},"title":"Map 5: Rooms of Weeping","width":2338,"height":1449,"mapRegions":[{"area":"222","points":[[1415,536],[1537,527],[1508,479],[1542,441],[1475,419],[1442,457],[1345,467],[1014,363],[1020,305],[926,269],[839,284],[794,329],[811,390],[421,734],[341,727],[252,754],[231,824],[253,887],[323,910],[430,894],[770,1007],[787,1058],[753,1095],[824,1121],[866,1087],[979,1069],[1013,1034],[409,822],[917,371]]},{"area":"21e","points":[[503,752],[421,821],[677,910],[758,836],[692,818],[654,854],[521,807],[560,774]]},{"area":"21a","points":[[543,714],[508,746],[576,773],[572,803],[619,826],[681,810],[761,833],[795,801],[768,770],[773,742],[649,698],[604,716]]},{"area":"203","points":[[701,911],[846,769],[1029,833],[880,974]]},{"area":"25b","points":[[889,983],[926,958],[988,957],[1031,978],[1023,1026]]},{"area":"201","points":[[974,907],[981,939],[1031,929],[1072,896],[1062,860],[1014,871]]},{"area":"207","points":[[863,760],[1016,620],[1205,683],[1235,736],[1161,811],[1058,827]]},{"area":"218","points":[[783,734],[658,688],[637,632],[710,564],[812,547],[926,586],[926,635],[954,659],[884,713],[824,709]]},{"area":"220","points":[[904,473],[937,438],[1129,500],[1094,537]]},{"area":"1c1","points":[[846,448],[917,388],[972,404],[899,469]]},{"area":"1d2","points":[[1515,538],[1409,548],[1322,577],[1274,635],[1290,711],[1374,769],[1504,787],[1627,769],[1700,721],[1712,661],[1674,597],[1606,558]]},{"area":"214","points":[[1650,770],[1618,814],[1652,871],[1720,886],[1826,881],[1862,840],[1837,793],[1751,767]]},{"area":"212","points":[[1647,883],[1585,946],[1718,987],[1768,994],[1809,975],[1806,943],[1784,925]]},{"area":"20c","points":[[1244,831],[1304,767],[1361,784],[1298,849]]},{"area":"1f4","points":[[1188,880],[1151,911],[1270,958],[1310,920]]},{"area":"1f6","points":[[1268,904],[1302,856],[1346,875],[1311,919]]},{"area":"1cf","points":[[1354,867],[1354,916],[1476,916],[1476,867]]},{"area":"1cd","points":[[1340,933],[1283,957],[1262,1000],[1286,1048],[1360,1079],[1465,1090],[1549,1054],[1581,1007],[1562,948],[1498,934]]},{"area":"2a6","points":[[965,642],[1048,578],[1007,569],[960,575],[934,594],[933,622]]},{"area":"222","points":[[1700,732],[1718,694],[2081,804],[2041,842]]},{"area":"1d9","points":[[1139,921],[1098,970],[1106,1010],[1170,1020],[1243,997],[1236,962],[1194,939]]},{"area":"20f","points":[[1570,940],[1628,875],[1378,792],[1308,854],[1350,871],[1381,838],[1510,881]]}],"imageType":"map","grid":{"type":"none","size":135,"distance":20},"id":"182","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/030-008.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008-player.png"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":173,"distance":20},"width":2660,"height":1680,"mapParent":{"id":"182","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009.jpg"},"title":"Map 6: Spires of Ravenloft","width":2400,"height":1650,"mapRegions":[{"area":"232","points":[[356,737],[533,573],[584,385],[743,390],[777,298],[877,280],[1232,408],[1217,441],[1219,489],[1223,568],[1220,605],[1196,639],[1100,633],[1030,643],[945,678],[887,717],[877,775],[879,873],[791,810],[649,835],[496,719]]},{"area":"229","points":[[963,830],[1126,680],[1052,654],[968,675],[923,705],[890,749],[896,802]]},{"area":"22c","points":[[1020,798],[946,869],[1007,894],[1079,906],[1146,840]]},{"area":"22e","points":[[1122,886],[1163,848],[1216,867],[1175,906]]},{"area":"225","points":[[1063,757],[1138,684],[1196,705],[1127,778]]},{"area":"1d9","points":[[1130,778],[1163,745],[1192,768],[1187,807],[1138,826],[1094,818]]},{"area":"1cf","points":[[1306,727],[1306,684],[1409,684],[1409,727]]},{"area":"1cd","points":[[1282,742],[1231,774],[1217,820],[1239,859],[1319,890],[1435,888],[1499,852],[1502,786],[1481,744]]},{"area":"230","points":[[1275,620],[1275,446],[1222,446],[1222,620]]},{"area":"1d2","points":[[1467,354],[1463,306],[1454,273],[1323,330],[1240,402],[1224,439],[1277,441],[1282,560],[1351,585],[1444,596],[1540,586],[1614,550],[1655,486],[1628,413],[1546,370]]}],"imageType":"map","grid":{"type":"none","size":132,"distance":20},"id":"191","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/033-009.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009-player.png"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":177,"distance":20},"width":2520,"height":1540,"mapParent":{"id":"191","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010.jpg"},"title":"Maps 7-10: Spires and Tower of Ravenloft","width":1181,"height":3295,"mapRegions":[{"area":"1cf","points":[[596,587],[596,629],[692,629],[692,587]]},{"area":"242","points":[[581,679],[611,653],[573,635],[568,610],[592,589],[647,577],[693,591],[710,609],[705,629],[755,645],[754,603],[722,567],[659,555],[576,571],[528,603],[526,635],[548,669]]},{"area":"1cd","points":[[591,685],[623,655],[668,654],[704,631],[752,648],[716,675],[655,688]]},{"area":"24c","points":[[572,1022],[635,980],[707,970],[772,982],[830,1013],[756,1033],[676,1024],[648,1059],[588,1071]]},{"area":"247","points":[[836,1188],[772,1164],[731,1185],[679,1181],[643,1159],[641,1121],[594,1097],[650,1069],[734,1061],[793,1077],[840,1109],[853,1150]]},{"area":"1d2","points":[[592,1102],[576,1138],[587,1173],[630,1203],[713,1220],[773,1218],[832,1191],[770,1165],[731,1190],[681,1187],[641,1164],[637,1119]]},{"area":"1d2","points":[[621,1616],[702,1596],[792,1581],[879,1610],[861,1641],[798,1669],[757,1713],[689,1724],[647,1726],[576,1703],[520,1658]]},{"area":"240","points":[[577,1708],[499,1779],[560,1803],[645,1727]]},{"area":"227","points":[[403,1859],[499,1782],[434,1779],[384,1794],[362,1823]]},{"area":"23e","points":[[264,1813],[175,1892],[389,1962],[458,1878]]},{"area":"1cf","points":[[569,1893],[569,1854],[668,1854],[668,1893]]},{"area":"1cd","points":[[668,1913],[695,1869],[733,1860],[776,1904],[773,1963],[718,2009],[629,2028],[548,2012],[470,1968],[442,1909],[479,1861],[521,1845],[549,1911]]},{"area":"1d2","points":[[645,2233],[646,2158],[634,2133],[526,2199],[449,2289],[446,2412],[516,2481],[641,2520],[781,2500],[872,2436],[871,2349],[803,2306],[662,2282],[539,2304],[583,2259]]},{"area":"1cf","points":[[553,2665],[553,2620],[640,2620],[640,2665]]},{"area":"1cd","points":[[514,2677],[465,2698],[442,2740],[470,2793],[555,2827],[668,2831],[739,2794],[765,2737],[714,2677]]},{"area":"227","points":[[392,2668],[430,2632],[426,2563],[443,2544],[481,2570],[496,2605],[497,2650],[477,2672],[422,2679]]},{"area":"239","points":[[381,2764],[253,2716],[310,2661],[438,2701]]},{"area":"235","points":[[230,2713],[105,2675],[126,2644],[173,2613],[237,2631],[281,2587],[338,2606]]},{"area":"237","points":[[152,2706],[110,2747],[143,2792],[216,2832],[296,2845],[391,2842],[439,2798]]},{"area":"225","points":[[180,2458],[180,2530],[398,2530],[398,2458]]}],"imageType":"map","grid":{"type":"none","size":72,"distance":10},"id":"441","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/036-010.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":10},"width":1190,"height":3290,"mapParent":{"id":"441","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/038-011.jpg"},"title":"Map 11: Larders of Ill Omen & Map 12: Dungeon and Catacombs","width":2427,"height":3008,"mapRegions":[{"area":"266","points":[[262,735],[383,630],[689,739],[581,843]]},{"area":"264","points":[[700,745],[559,883],[610,905],[758,764]]},{"area":"25b","points":[[616,907],[654,872],[715,896],[681,929]]},{"area":"261","points":[[869,504],[647,706],[838,775],[1052,561]]},{"area":"25f","points":[[1007,625],[1067,564],[1186,600],[1124,662]]},{"area":"252","points":[[994,636],[935,698],[1113,758],[1177,695]]},{"area":"24f","points":[[977,727],[905,802],[1023,837],[1062,799],[1009,783],[1043,750]]},{"area":"1d9","points":[[901,804],[966,825],[1000,851],[989,883],[940,901],[876,883],[859,849]]},{"area":"1cf","points":[[1130,766],[1130,809],[1223,809],[1223,766]]},{"area":"1cd","points":[[1101,804],[1043,837],[1019,889],[1043,937],[1115,966],[1203,969],[1312,930],[1332,898],[1328,832],[1253,819],[1203,849],[1128,836]]},{"area":"25d","points":[[1140,668],[1200,603],[1413,669],[1384,750]]},{"area":"268","points":[[885,489],[989,394],[1169,451],[1065,549]]},{"area":"26a","points":[[1076,553],[1184,456],[1303,492],[1199,590]]},{"area":"26d","points":[[999,385],[1061,330],[1245,384],[1184,442]]},{"area":"29b","points":[[862,397],[906,409],[916,435],[1038,326],[878,342]]},{"area":"2a8","points":[[741,543],[855,445],[855,407],[891,418],[904,444],[818,527],[780,547]]},{"area":"2a6","points":[[739,541],[853,443],[850,351],[757,429],[738,426],[712,458],[701,502],[708,525]]},{"area":"1dd","points":[[1386,753],[1464,776],[1598,645],[1596,402],[1522,379]]},{"area":"1d2","points":[[1362,454],[1432,386],[1491,406],[1423,472]]},{"area":"254","points":[[1323,823],[1389,753],[1524,801],[1449,877]]},{"area":"292","points":[[167,1900],[367,1715],[434,1733],[464,1783],[526,1813],[632,1798],[697,1819],[494,2003]]},{"area":"295","points":[[471,1643],[438,1676],[475,1725],[526,1748],[626,1739],[664,1704]]},{"area":"297","points":[[527,1593],[632,1499],[819,1560],[709,1657]]},{"area":"2a6","points":[[777,1529],[773,1462],[826,1421],[866,1414],[929,1429],[947,1455],[951,1529],[922,1550],[865,1556]]},{"area":"29b","points":[[782,1156],[815,1126],[873,1143],[845,1172]]},{"area":"26d","points":[[641,1478],[777,1158],[842,1177],[702,1505]]},{"area":"29f","points":[[773,1343],[811,1313],[934,1350],[896,1384]]},{"area":"2a4","points":[[1001,1780],[1163,1472],[1226,1490],[1107,1721],[1071,1717],[1040,1744],[1040,1793]]},{"area":"2a2","points":[[1151,1463],[1185,1426],[1380,1488],[1342,1526]]},{"area":"272","points":[[789,1902],[935,1763],[1001,1787],[856,1926]]},{"area":"284","points":[[512,2170],[671,2020],[736,2041],[579,2189]]},{"area":"270","points":[[580,1928],[622,1895],[948,2003],[921,2039]]},{"area":"1d9","points":[[922,2039],[954,1998],[954,1964],[1010,1955],[1021,1973],[1021,2011],[993,2037],[950,2042]]},{"area":"1cd","points":[[1093,1854],[1121,1829],[1164,1822],[1211,1830],[1249,1790],[1195,1748],[1128,1725],[1075,1718],[1066,1725],[1064,1802]]},{"area":"1cf","points":[[1096,1855],[1123,1832],[1163,1824],[1210,1834],[1279,1855],[1237,1891],[1201,1909],[1131,1902],[1099,1879]]},{"area":"291","points":[[572,2031],[601,1999],[665,2020],[630,2047]]},{"area":"28f","points":[[559,2041],[528,2071],[593,2089],[620,2060]]},{"area":"28d","points":[[517,2085],[486,2107],[550,2127],[577,2098]]},{"area":"28c","points":[[476,2120],[441,2150],[507,2170],[541,2135]]},{"area":"286","points":[[612,2165],[582,2193],[643,2211],[674,2182]]},{"area":"288","points":[[623,2152],[655,2125],[715,2144],[688,2172]]},{"area":"28b","points":[[707,2073],[740,2040],[802,2059],[767,2093]]},{"area":"28a","points":[[696,2086],[665,2113],[726,2133],[758,2102]]},{"area":"27d","points":[[974,1816],[1002,1789],[1040,1799],[1019,1814],[1014,1828]]},{"area":"274","points":[[875,1742],[844,1773],[896,1789],[926,1762]]},{"area":"276","points":[[832,1783],[809,1806],[862,1823],[884,1801]]},{"area":"279","points":[[797,1819],[770,1845],[824,1861],[848,1834]]},{"area":"27c","points":[[760,1855],[727,1884],[785,1902],[815,1873]]},{"area":"27f","points":[[964,1828],[938,1850],[998,1870],[1010,1857],[1010,1843]]},{"area":"280","points":[[929,1863],[903,1884],[962,1905],[986,1880]]},{"area":"281","points":[[888,1897],[857,1926],[915,1946],[945,1917]]},{"area":"31b","points":[[1051,2345],[941,2455],[1274,2567],[1381,2452]]},{"area":"317","points":[[1903,1466],[2236,1569],[2149,1671],[1804,1560]]},{"area":"322","points":[[1987,2251],[1954,2289],[2167,2357],[2263,2339],[2340,2254],[2315,2191],[2107,2127],[2073,2167],[2135,2191],[2056,2272]]},{"area":"320","points":[[1926,2169],[1930,2209],[1988,2190],[2060,2116],[2056,2080],[2002,2099]]},{"area":"1ed","points":[[1812,2231],[1856,2189],[1912,2210],[1873,2252]]},{"area":"2ae","points":[[1531,1592],[1569,1552],[1648,1577],[1605,1616]]},{"area":"2bc","points":[[1501,1634],[1480,1661],[1535,1679],[1558,1653]]},{"area":"2cb","points":[[1296,1655],[1255,1697],[1317,1716],[1354,1679]]},{"area":"2ea","points":[[1029,1920],[995,1952],[1012,1949],[1019,1964],[1047,1976],[1090,1937]]},{"area":"306","points":[[840,2102],[872,2074],[934,2093],[903,2124]]},{"area":"2f8","points":[[1054,2074],[1081,2048],[1141,2069],[1112,2095]]},{"area":"309","points":[[1078,2148],[1052,2173],[1111,2192],[1137,2169]]},{"area":"2fb","points":[[1201,2126],[1229,2096],[1276,2114],[1251,2143]]},{"area":"2ec","points":[[1207,2024],[1236,1994],[1294,2011],[1264,2043]]},{"area":"2e1","points":[[1356,1970],[1378,1943],[1430,1961],[1408,1988]]},{"area":"2ee","points":[[1375,2035],[1343,2069],[1400,2089],[1431,2058]]},{"area":"2ff","points":[[1365,2141],[1336,2169],[1391,2189],[1421,2162]]},{"area":"30b","points":[[1213,2195],[1192,2217],[1246,2238],[1271,2214]]},{"area":"30f","points":[[1359,2242],[1333,2270],[1387,2286],[1414,2261]]},{"area":"313","points":[[1472,2315],[1492,2289],[1546,2308],[1522,2335]]},{"area":"315","points":[[1653,2387],[1687,2345],[1761,2370],[1722,2411]]},{"area":"303","points":[[1608,2261],[1632,2234],[1693,2255],[1669,2285]]},{"area":"301","points":[[1476,2217],[1503,2189],[1555,2204],[1527,2237]]},{"area":"2f0","points":[[1483,2116],[1514,2083],[1567,2100],[1540,2135]]},{"area":"2e6","points":[[1491,2015],[1516,1986],[1573,2007],[1546,2036]]},{"area":"2e9","points":[[1628,2063],[1657,2035],[1708,2049],[1677,2078]]},{"area":"2f2","points":[[1618,2162],[1651,2126],[1700,2141],[1669,2180]]},{"area":"2ab","points":[[1445,1957],[1519,1880],[1661,1926],[1585,2005]]},{"area":"2dc","points":[[1468,1855],[1495,1829],[1544,1846],[1518,1872]]},{"area":"2cd","points":[[1471,1762],[1496,1733],[1551,1750],[1530,1778]]},{"area":"2d0","points":[[1604,1802],[1633,1776],[1687,1794],[1663,1824]]},{"area":"2dd","points":[[1633,1872],[1605,1901],[1659,1919],[1683,1895]]},{"area":"2df","points":[[1767,1918],[1740,1945],[1792,1963],[1822,1933]]},{"area":"2d8","points":[[1873,1894],[1904,1861],[1958,1880],[1929,1915]]},{"area":"2d5","points":[[1744,1854],[1776,1821],[1828,1838],[1801,1870]]},{"area":"2bf","points":[[1619,1705],[1642,1678],[1692,1694],[1666,1723]]},{"area":"2da","points":[[2071,1967],[2111,1918],[2179,1939],[2134,1989]]},{"area":"2c1","points":[[1750,1750],[1778,1721],[1830,1738],[1809,1768]]},{"area":"2c4","points":[[1887,1795],[1915,1765],[1967,1783],[1941,1811]]},{"area":"2c7","points":[[2020,1840],[2047,1808],[2110,1827],[2085,1858]]},{"area":"2b8","points":[[2217,1810],[2257,1760],[2329,1784],[2284,1834]]},{"area":"2b5","points":[[2081,1762],[2116,1724],[2055,1705],[2023,1738]]},{"area":"2b3","points":[[1890,1695],[1921,1664],[1981,1683],[1949,1714]]},{"area":"2b1","points":[[1813,1674],[1844,1641],[1784,1621],[1749,1653]]},{"area":"2af","points":[[1678,1631],[1708,1600],[1653,1578],[1619,1610]]}],"imageType":"map","grid":{"type":"none","size":72,"distance":10},"id":"459","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/038-011.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/038-011-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":10},"width":2450,"height":3010,"mapParent":{"id":"459","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/039-012.jpg"},"title":"Map: Elevator Trap","width":1200,"height":3300,"mapRegions":[{"area":"225","points":[[237,799],[383,876],[668,723],[530,649]]},{"area":"1f6","points":[[665,1513],[807,1438],[944,1514],[803,1587]]},{"area":"1f4","points":[[801,1590],[660,1664],[382,1517],[520,1449]]},{"area":"1f4","points":[[800,2152],[662,2227],[373,2085],[518,2007]]},{"area":"1f2","points":[[799,2152],[947,2079],[682,1961],[555,2026]]},{"area":"24f","points":[[232,2869],[377,2798],[515,2879],[380,2952]]},{"area":"225","points":[[959,2435],[959,2486],[1039,2486],[1039,2435]]},{"area":"24f","points":[[343,1145],[343,1189],[417,1189],[417,1145]]}],"imageType":"map","grid":{"type":"none","size":157,"distance":10},"id":"46e","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/039-012.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/040-cos401.jpg"},"title":"Player Version","width":1200,"height":3300,"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":10},"mapParent":{"id":"46e"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/042-cos04-17.png"},"title":"Map: Traps in Area K73","width":1000,"height":1000,"mapRegions":[{"area":"28b","points":[[74,586],[74,661],[156,661],[156,586]]},{"area":"281","points":[[215,555],[215,628],[293,628],[293,555]]},{"area":"27d","points":[[351,587],[351,661],[425,661],[425,587]]},{"area":"274","points":[[486,621],[486,690],[557,690],[557,621]]},{"area":"279","points":[[620,557],[620,625],[694,625],[694,557]]}],"imageType":"map","grid":{"type":"square","size":68,"offsetX":14,"offsetY":12},"id":"483","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/042-cos04-17.webp"},"page":"adventure.html","source":"CoS","hash":"cos"}]},{"name":"Ch. 5: The Town of Vallaki","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/047-013.jpg"},"title":"Map 5.1: Vallaki (Area N)","width":1950,"height":1200,"mapRegions":[{"area":"3e8","points":[[128,976],[128,1042],[198,1042],[198,976]]},{"area":"330","points":[[710,559],[710,637],[782,637],[782,559]]},{"area":"333","points":[[1136,529],[1136,610],[1209,610],[1209,529]]},{"area":"35e","points":[[1088,727],[1088,800],[1159,800],[1159,727]]},{"area":"3df","points":[[1205,661],[1205,734],[1272,734],[1272,661]]},{"area":"3e4","points":[[1301,673],[1301,744],[1369,744],[1369,673]]},{"area":"3cf","points":[[1463,741],[1463,825],[1533,825],[1533,741]]},{"area":"3c9","points":[[1660,716],[1660,799],[1733,799],[1733,716]]},{"area":"39a","points":[[1295,429],[1295,509],[1364,509],[1364,429]]}],"imageType":"map","grid":{"type":"none","size":60,"distance":250},"id":"49f","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/047-013.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/048-cos05-02-player.jpg"},"title":"Player Version","width":1950,"height":1200,"imageType":"mapPlayer","grid":{"type":"none","size":60,"distance":250},"mapParent":{"id":"49f"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/050-014.jpg"},"title":"Map 5.2: Blue Water Inn (Area N2)","width":2400,"height":3300,"mapRegions":[{"area":"35a","points":[[1016,349],[1016,864],[1159,864],[1159,349]]},{"area":"346","points":[[566,1458],[566,1914],[928,1914],[928,1458]]},{"area":"358","points":[[938,1317],[938,1605],[1157,1605],[1157,1317]]},{"area":"356","points":[[1017,1611],[1017,1830],[1160,1830],[1160,1611]]},{"area":"34b","points":[[1162,1904],[1162,1315],[1241,1315],[1241,1904]]},{"area":"353","points":[[1091,1911],[1091,2054],[1232,2054],[1232,1911]]},{"area":"351","points":[[1242,1910],[1242,2056],[1603,2056],[1603,1910]]},{"area":"34f","points":[[1609,1837],[1609,2059],[1832,2059],[1832,1837]]},{"area":"34f","points":[[1607,1609],[1607,1831],[1831,1831],[1831,1609]]},{"area":"34d","points":[[1530,1610],[1530,1904],[1601,1904],[1601,1610]]},{"area":"349","points":[[940,1614],[940,1907],[1154,1907],[1154,1836],[1011,1836],[1011,1614]]},{"area":"343","points":[[567,2500],[567,2943],[936,2943],[936,2500]]},{"area":"341","points":[[944,2355],[944,2574],[1234,2574],[1234,2355]]},{"area":"345","points":[[1014,2873],[1014,2727],[942,2727],[942,2873]]},{"area":"33f","points":[[941,2941],[1165,2941],[1165,2577],[1015,2577],[1015,2874],[941,2874]]},{"area":"33a","points":[[1237,2358],[1237,2580],[1167,2580],[1167,2940],[1314,2940],[1314,3018],[1461,3018],[1461,2944],[1529,2944],[1529,2874],[1604,2874],[1604,2730],[1525,2730],[1525,2358]]},{"area":"339","points":[[1538,2343],[1538,2653],[1697,2653],[1697,2343]]},{"area":"338","points":[[1643,2846],[1643,3063],[1805,3063],[1805,2846]]}],"imageType":"map","grid":{"type":"square","size":74,"offsetX":-18,"offsetY":-15},"id":"4ce","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/050-014.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/051-cos501.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-18,"offsetY":-15},"mapParent":{"id":"4ce"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/055-015.jpg"},"title":"Map 5.3: Burgomaster's Mansion (Area N3)","width":2400,"height":3300,"mapRegions":[{"area":"38f","points":[[662,507],[662,692],[910,692],[910,507]]},{"area":"394","points":[[1483,509],[1483,884],[1733,884],[1733,509]]},{"area":"391","points":[[665,697],[665,880],[1478,880],[1478,506],[912,506],[912,697]]},{"area":"385","points":[[664,1399],[664,1578],[728,1578],[728,1644],[968,1644],[968,1399]]},{"area":"387","points":[[660,1647],[660,1836],[911,1836],[911,1647]]},{"area":"38d","points":[[664,1839],[664,1964],[911,1964],[911,1839]]},{"area":"37d","points":[[974,1902],[974,1519],[1229,1519],[1229,1902]]},{"area":"378","points":[[1293,1647],[1293,1902],[1483,1902],[1483,1647]]},{"area":"383","points":[[977,1397],[977,1516],[1104,1516],[1104,1397]]},{"area":"381","points":[[1103,1396],[1103,1518],[1227,1518],[1227,1396]]},{"area":"37b","points":[[1295,1396],[1295,1643],[1484,1643],[1484,1396]]},{"area":"375","points":[[914,1647],[914,1966],[664,1966],[664,2025],[1739,2025],[1739,1395],[1488,1395],[1488,1902],[1290,1902],[1290,1395],[1230,1395],[1230,1905],[972,1905],[972,1647]]},{"area":"373","points":[[664,2414],[664,2599],[849,2599],[849,2414]]},{"area":"371","points":[[665,2604],[665,3037],[848,3037],[848,2604]]},{"area":"36f","points":[[851,2415],[851,2659],[1164,2659],[1164,2415]]},{"area":"364","points":[[854,2665],[854,2791],[1485,2791],[1485,2855],[1730,2855],[1730,2415],[1604,2415],[1604,2542],[1486,2542],[1486,2665]]},{"area":"36d","points":[[1167,2415],[1167,2659],[1481,2659],[1481,2415]]},{"area":"36a","points":[[851,2793],[851,3041],[1102,3041],[1102,2793]]},{"area":"368","points":[[1104,2792],[1104,3043],[1482,3043],[1482,2792]]},{"area":"366","points":[[1487,2860],[1487,3041],[1732,3041],[1732,2860]]}],"imageType":"map","grid":{"type":"square","size":63,"offsetX":-34,"offsetY":9},"id":"4eb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/055-015.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/056-cos502.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":63,"offsetX":-34,"offsetY":9},"mapParent":{"id":"4eb"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/058-016.jpg"},"title":"Map 5.4: Wachterhaus (Area N4)","width":2400,"height":3300,"mapRegions":[{"area":"3b7","points":[[1354,667],[1354,440],[1578,440],[1578,667]]},{"area":"3bb","points":[[1351,672],[1351,969],[1575,969],[1575,672]]},{"area":"3b5","points":[[1350,1048],[1350,440],[1200,440],[1200,1048]]},{"area":"3b9","points":[[972,671],[972,821],[1195,821],[1195,671]]},{"area":"3b7","points":[[972,824],[972,1049],[1199,1049],[1199,824]]},{"area":"3c0","points":[[820,826],[820,973],[968,973],[968,826]]},{"area":"3be","points":[[1194,662],[1194,442],[820,442],[820,588],[750,588],[673,665],[673,744],[752,823],[967,823],[967,662]]},{"area":"3ac","points":[[823,1505],[823,1650],[1197,1650],[1197,1505]]},{"area":"3a7","points":[[1201,1506],[1201,1578],[1354,1578],[1354,1506]]},{"area":"3a8","points":[[1201,1579],[1201,1655],[1352,1655],[1352,1579]]},{"area":"3a6","points":[[1354,1506],[1354,1728],[1578,1728],[1578,1506]]},{"area":"3c3","points":[[1581,1554],[1581,1676],[1747,1676],[1747,1554]]},{"area":"3a3","points":[[1349,1958],[1349,1657],[1276,1657],[1276,1958]]},{"area":"3aa","points":[[1199,1656],[1199,1881],[1275,1881],[1275,1656]]},{"area":"3a1","points":[[1199,1956],[1199,2037],[1423,2037],[1423,1956]]},{"area":"3a5","points":[[1353,1884],[1353,1953],[1425,1953],[1425,2111],[1580,2111],[1580,1730],[1424,1730],[1424,1884]]},{"area":"3b2","points":[[969,1654],[750,1654],[677,1727],[677,1803],[749,1875],[969,1875]]},{"area":"3ae","points":[[973,1656],[973,1882],[1197,1882],[1197,1656]]},{"area":"3b0","points":[[822,2104],[822,1881],[1270,1881],[1270,1953],[1194,1953],[1194,2104]]},{"area":"3c7","points":[[817,2710],[817,3094],[1194,3094],[1194,2710]]},{"area":"3c3","points":[[1496,2555],[1496,2793],[1663,2793],[1663,2555]]},{"area":"3aa","points":[[1351,2867],[1351,2634],[1204,2634],[1204,2867]]},{"area":"3c5","points":[[1281,2484],[1281,2628],[1354,2628],[1354,2873],[1203,2873],[1203,3096],[1585,3096],[1585,2797],[1490,2797],[1490,2551],[1584,2551],[1584,2484]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":-12,"offsetY":-19},"id":"514","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/058-016.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/059-cos503.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-15,"offsetY":-19},"mapParent":{"id":"514"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/063-cos05-13.png"},"title":"Map 5.5: Coffin Maker's Shop (Area N6)","width":1000,"height":688,"mapRegions":[{"area":"3d5","points":[[167,328],[167,585],[277,585],[277,328]]},{"area":"3d9","points":[[574,325],[574,473],[685,473],[685,325]]},{"area":"3d7","points":[[573,475],[573,585],[685,585],[685,475]]},{"area":"3d7","points":[[315,436],[315,547],[279,547],[279,583],[424,583],[424,436]]},{"area":"3d1","points":[[170,178],[170,324],[281,324],[281,435],[424,435],[424,178]]},{"area":"3dc","points":[[576,178],[576,320],[690,320],[690,433],[725,433],[725,586],[834,586],[834,178]]}],"imageType":"map","grid":{"type":"square","size":75,"offsetX":-48,"offsetY":-24,"scale":2},"id":"5b4","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/063-cos05-13.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/064-cos504.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":179,"offsetX":-101,"offsetY":-48,"scale":2},"mapParent":{"id":"5b4","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/066-018.jpg"},"title":"Map 5.6: Vistani Camp (Area N9)","width":2400,"height":3300,"mapRegions":[{"area":"3f1","points":[[234,1252],[234,1491],[588,1491],[588,1252]]},{"area":"3f1","points":[[446,572],[446,936],[884,936],[884,572]]},{"area":"3f1","points":[[345,1711],[345,2123],[756,2123],[756,1711]]},{"area":"3ed","points":[[1118,2016],[1118,2379],[1340,2379],[1340,2016]]},{"area":"3f1","points":[[1700,1727],[1700,2118],[2086,2118],[2086,1727]]},{"area":"3f1","points":[[1859,1245],[1859,1483],[2259,1483],[2259,1245]]},{"area":"3f1","points":[[1570,577],[1570,946],[1982,946],[1982,577]]},{"area":"3f3","points":[[1132,1278],[1231,1232],[1327,1277],[1368,1371],[1328,1476],[1230,1507],[1129,1475],[1092,1364]]},{"area":"402","points":[[1158,982],[1158,1101],[1305,1101],[1305,982]]},{"area":"3fc","points":[[1160,1645],[1160,1793],[1310,1793],[1310,1645]]},{"area":"400","points":[[841,1286],[841,1436],[958,1436],[958,1286]]},{"area":"3f9","points":[[1498,1287],[1498,1448],[1624,1448],[1624,1287]]},{"area":"3fe","points":[[1033,1161],[1150,1093],[1108,994],[976,1062]]},{"area":"3fc","points":[[1308,1090],[1384,1006],[1489,1104],[1408,1176]]},{"area":"400","points":[[1420,1178],[1501,1117],[1596,1239],[1496,1277]]},{"area":"3fc","points":[[955,1301],[849,1246],[938,1113],[1032,1171]]},{"area":"3f6","points":[[865,1505],[960,1452],[1036,1569],[931,1628]]},{"area":"400","points":[[971,1685],[1032,1587],[1153,1660],[1095,1755]]},{"area":"3fe","points":[[1315,1652],[1410,1758],[1517,1655],[1427,1562]]},{"area":"3fe","points":[[1440,1563],[1561,1625],[1621,1491],[1495,1451]]},{"area":"3f7","points":[[1162,1250],[1110,1281],[1078,1367],[1114,1480],[1223,1522],[1339,1489],[1376,1384],[1432,1397],[1477,1462],[1424,1555],[1311,1630],[1156,1636],[1048,1580],[967,1442],[969,1289],[1036,1175],[1135,1177]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-11,"offsetY":-7,"distance":10},"id":"5ba","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/066-018.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/067-cos505.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":-11,"offsetY":-7,"distance":10},"mapParent":{"id":"5ba"}}]},{"name":"Ch. 6: Old Bonegrinder","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/072-019.jpg"},"title":"Map 6.1: Old Bonegrinder (Area O)","width":2400,"height":1650,"mapRegions":[{"area":"418","points":[[749,1090],[749,1162],[893,1162],[893,1090]]},{"area":"41b","points":[[758,985],[758,1043],[899,1043],[899,985]]},{"area":"41d","points":[[752,808],[752,881],[905,881],[905,808]]},{"area":"420","points":[[745,603],[745,678],[901,678],[901,603]]},{"area":"418","points":[[979,826],[979,1582],[1647,1582],[1647,826]]},{"area":"41d","points":[[977,67],[977,820],[1649,820],[1649,67]]},{"area":"420","points":[[1650,67],[1650,826],[2335,826],[2335,67]]},{"area":"41b","points":[[1651,826],[1651,1587],[2341,1587],[2341,826]]}],"imageType":"map","grid":{"type":"square","size":85,"offsetX":-43,"offsetY":-25},"id":"5cf","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/072-019.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/073-cos601.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":-43,"offsetY":-25},"mapParent":{"id":"5cf"}}]},{"name":"Ch. 7: Argynvostholt","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/077-020.jpg"},"title":"Map 7.1: Argynvostholt (Area Q)","width":4800,"height":6600,"mapRegions":[{"area":"46f","points":[[2251,988],[2251,542],[1793,542],[1793,988]]},{"area":"46c","points":[[2975,990],[2975,543],[3428,543],[3428,990]]},{"area":"467","points":[[2256,999],[2256,840],[2962,840],[2962,999]]},{"area":"472","points":[[2114,1001],[2114,1420],[2539,1420],[2539,1001]]},{"area":"469","points":[[2682,1000],[2682,1420],[3122,1420],[3122,1000]]},{"area":"455","points":[[2121,1572],[2121,1282],[1807,1282],[1807,1572]]},{"area":"457","points":[[2831,2141],[2831,1434],[2124,1434],[2124,2141]]},{"area":"455","points":[[2121,1989],[2121,2302],[1819,2302],[1819,1989]]},{"area":"45a","points":[[2121,2150],[2121,2675],[3116,2675],[3116,2150]]},{"area":"44b","points":[[3535,1570],[3535,1268],[3847,1268],[3847,1570]]},{"area":"44b","points":[[3532,2002],[3532,2311],[3862,2311],[3862,2002]]},{"area":"465","points":[[3268,1581],[3268,1992],[3988,1992],[3988,1581]]},{"area":"463","points":[[2836,1572],[2836,1781],[3109,1781],[3109,1755],[2932,1572]]},{"area":"461","points":[[2838,1790],[2838,1996],[2930,1996],[3108,1818],[3108,1790]]},{"area":"45f","points":[[2838,1434],[2838,1563],[2936,1563],[3126,1753],[3126,1820],[2938,2008],[2839,2008],[2839,2138],[3222,2138],[3254,2106],[3254,1480],[3211,1434]]},{"area":"450","points":[[3922,626],[3922,1232],[4507,1232],[4507,626]]},{"area":"43c","points":[[2255,3582],[2255,3105],[1776,3105],[1776,3582]]},{"area":"43f","points":[[2968,3581],[2968,3118],[3445,3118],[3445,3581]]},{"area":"43e","points":[[2260,3581],[2260,3121],[2959,3121],[2959,3581]]},{"area":"437","points":[[2110,3590],[2110,4014],[2538,4014],[2538,3590]]},{"area":"444","points":[[2546,3593],[2546,4014],[2826,4014],[2826,3593]]},{"area":"442","points":[[2835,3588],[2835,4013],[3116,4013],[3116,3588]]},{"area":"42d","points":[[1836,4633],[1836,4102],[1477,4102],[1477,4633]]},{"area":"42b","points":[[937,4133],[937,4615],[1279,4615],[1279,4133]]},{"area":"42f","points":[[2825,4021],[2825,4736],[1841,4736],[1841,4021]]},{"area":"446","points":[[2829,4021],[2829,4734],[3265,4734],[3265,4021]]},{"area":"448","points":[[3267,4159],[3267,4598],[3999,4598],[3999,4159]]},{"area":"44b","points":[[3535,4151],[3535,3987],[3840,3987],[3840,4151]]},{"area":"44b","points":[[3532,4604],[3532,4890],[3836,4890],[3836,4604]]},{"area":"435","points":[[2387,5578],[2387,6181],[2855,6181],[2855,5578]]},{"area":"44d","points":[[3271,3591],[3271,3981],[3916,3981],[3916,3591]]},{"area":"450","points":[[3997,3458],[3997,3566],[4068,3566],[4134,3632],[4134,3710],[4246,3710],[4246,3641],[4319,3568],[4400,3568],[4400,3458],[4318,3458],[4248,3388],[4248,3310],[4147,3310],[4147,3386],[4073,3458]]},{"area":"433","points":[[2118,4747],[2118,5285],[3123,5285],[3123,4747]]}],"imageType":"map","grid":{"type":"square","size":144,"offsetX":-44,"offsetY":-16,"distance":10},"id":"5eb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/077-020.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/078-cos701.jpg"},"title":"Player Version","width":4800,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":144,"offsetX":-44,"offsetY":-16,"distance":10},"mapParent":{"id":"5eb"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/079-021.jpg"},"title":"Map 7.2: Argynvostholt (Area Q) - Rooftop and Beacon","width":2400,"height":3300,"mapRegions":[{"area":"49d","points":[[655,478],[655,659],[859,659],[859,478]]},{"area":"49d","points":[[1188,459],[1188,665],[1389,665],[1389,459]]},{"area":"4a2","points":[[766,927],[766,770],[612,770],[612,927]]},{"area":"4a2","points":[[765,1142],[765,1314],[611,1314],[611,1142]]},{"area":"49a","points":[[961,909],[961,1083],[1140,1083],[1140,909]]},{"area":"49b","points":[[910,562],[910,754],[1132,754],[1132,562]]},{"area":"4a0","points":[[646,964],[646,1115],[892,1115],[892,964]]},{"area":"4a4","points":[[1275,1255],[1275,1496],[773,1496],[773,1255]]},{"area":"4a8","points":[[1497,989],[1497,1085],[1548,1136],[1636,1136],[1689,1083],[1689,989],[1639,939],[1549,939]]},{"area":"4ac","points":[[1555,931],[1555,777],[1409,777],[1409,931]]},{"area":"4ac","points":[[1562,1140],[1562,1293],[1408,1293],[1408,1140]]},{"area":"475","points":[[1195,817],[1195,932],[1345,932],[1345,817]]},{"area":"475","points":[[1345,1138],[1345,1232],[1180,1232],[1180,1138]]},{"area":"4a6","points":[[1316,971],[1316,1097],[1452,1097],[1452,971]]},{"area":"4ac","points":[[1996,923],[1996,774],[1830,774],[1830,923]]},{"area":"4ac","points":[[1987,1147],[1987,1302],[1832,1302],[1832,1147]]},{"area":"4b1","points":[[1931,482],[1931,581],[1980,630],[2072,630],[2124,578],[2124,480],[2073,429],[1983,429]]},{"area":"4aa","points":[[1930,984],[1930,1086],[1981,1137],[2072,1137],[2123,1086],[2123,987],[2070,934],[1987,934]]},{"area":"48b","points":[[985,2222],[985,2085],[1054,2085],[1054,2222]]},{"area":"474","points":[[766,2437],[766,2289],[617,2289],[617,2437]]},{"area":"474","points":[[770,2656],[770,2809],[620,2809],[620,2656]]},{"area":"476","points":[[776,2730],[776,2993],[1275,2993],[1275,2730]]},{"area":"475","points":[[1271,2659],[1271,2814],[1427,2814],[1427,2659]]},{"area":"44b","points":[[1476,2659],[1476,2818],[1653,2818],[1653,2659]]},{"area":"44b","points":[[1484,2439],[1484,2287],[1637,2287],[1637,2439]]},{"area":"475","points":[[1268,2439],[1268,2292],[1424,2292],[1424,2439]]},{"area":"496","points":[[983,2366],[983,2229],[1054,2229],[1054,2366]]},{"area":"484","points":[[975,2361],[975,2088],[844,2088],[777,2155],[777,2361]]},{"area":"48d","points":[[768,2148],[838,2078],[838,1920],[605,1920],[605,2148]]},{"area":"498","points":[[1197,2079],[1272,2154],[1432,2154],[1432,1924],[1197,1924]]},{"area":"48f","points":[[1060,2366],[1060,2084],[1193,2084],[1268,2159],[1268,2366]]},{"area":"47a","points":[[1058,2650],[1058,2515],[1123,2450],[1197,2450],[1197,2650]]},{"area":"47c","points":[[1202,2448],[1202,2651],[1342,2651],[1342,2448]]},{"area":"478","points":[[986,2374],[986,2517],[1052,2517],[1119,2450],[1119,2374]]},{"area":"47e","points":[[981,2649],[981,2446],[682,2446],[637,2491],[637,2613],[671,2649]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":47,"offsetY":63,"distance":10},"id":"602","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/079-021.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/080-cos702.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":47,"offsetY":63,"distance":10},"mapParent":{"id":"602"}}]},{"name":"Ch. 8: The Village of Krezk","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/083-022.jpg"},"title":"Map 8.1: The Village of Krezk (Area S)","width":1950,"height":2475,"mapRegions":[{"area":"4c9","points":[[770,667],[770,812],[916,812],[916,667]]},{"area":"4cc","points":[[908,1043],[908,1178],[1031,1178],[1031,1043]]},{"area":"4c3","points":[[855,1292],[855,1407],[954,1407],[954,1292]]},{"area":"4c0","points":[[874,1469],[874,1581],[1017,1581],[1017,1469]]},{"area":"4be","points":[[645,1714],[645,1848],[795,1848],[795,1714]]},{"area":"4c0","points":[[179,1999],[179,2070],[380,2070],[380,1999]]}],"imageType":"map","grid":{"type":"square","size":61,"offsetX":-37,"offsetY":-15,"distance":50},"id":"619","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/083-022.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/084-cos801.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-37,"offsetY":-15,"distance":50},"mapParent":{"id":"619"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/086-023.jpg"},"title":"Map 8.2: Abbey of Saint Markovia - Ground Floor","width":2400,"height":3300,"mapRegions":[{"area":"4ec","points":[[757,2211],[757,2547],[1093,2547],[1093,2211]]},{"area":"4cf","points":[[329,2052],[329,2274],[550,2274],[550,2052]]},{"area":"4d4","points":[[1134,2588],[1134,2713],[1271,2713],[1271,2588]]},{"area":"4d6","points":[[877,2597],[877,2691],[973,2691],[973,2597]]},{"area":"4d4","points":[[419,2284],[419,2397],[529,2397],[529,2284]]},{"area":"4cc","points":[[1302,2883],[1302,3028],[1440,3028],[1440,2883]]},{"area":"4e6","points":[[1162,2547],[1162,2506],[1376,2506],[1376,2547]]},{"area":"4e6","points":[[1099,2480],[1099,2416],[1142,2416],[1142,2480]]},{"area":"4e6","points":[[1099,2273],[1099,2345],[1138,2345],[1138,2273]]},{"area":"4e0","points":[[1160,2136],[1232,2069],[1282,2115],[1215,2179]]},{"area":"4e0","points":[[1302,1996],[1350,2044],[1420,1972],[1371,1928]]},{"area":"4de","points":[[1284,2110],[1348,2045],[1298,1997],[1236,2064]]},{"area":"4e5","points":[[1441,2402],[1645,2200],[1596,2157],[1395,2362]]},{"area":"4e1","points":[[1326,2165],[1326,2246],[1412,2246],[1412,2165]]},{"area":"4e3","points":[[1410,2113],[1410,2208],[1516,2208],[1516,2113]]},{"area":"4e6","points":[[1783,2132],[1783,1924],[1747,1924],[1747,2132]]},{"area":"4e6","points":[[1646,1863],[1646,1899],[1720,1899],[1720,1863]]},{"area":"4e8","points":[[1573,1970],[1573,2082],[1665,2082],[1665,1970]]},{"area":"4d8","points":[[1315,1247],[1315,1101],[1220,1101],[1220,1247]]},{"area":"4da","points":[[1231,493],[1182,546],[1145,623],[1132,681],[1211,1097],[1320,1097],[1320,1187],[1428,1187],[1428,1150],[1743,1150],[1734,1061],[1691,936],[1624,807],[1570,701],[1547,619],[1490,503]]},{"area":"4f4","points":[[1641,1723],[1641,1171],[1583,1171],[1583,1723]]},{"area":"4f2","points":[[1444,1729],[1444,1852],[1514,1852],[1514,1924],[1574,1924],[1574,1789],[1722,1789],[1722,1859],[1783,1859],[1783,1729]]},{"area":"4f7","points":[[1442,1588],[1442,1720],[1576,1720],[1576,1588]]},{"area":"4f9","points":[[1443,1445],[1443,1584],[1580,1584],[1580,1445]]},{"area":"4fb","points":[[1444,1312],[1444,1441],[1576,1441],[1576,1312]]},{"area":"4fd","points":[[1444,1175],[1444,1307],[1579,1307],[1579,1175]]},{"area":"506","points":[[1645,1172],[1645,1307],[1789,1307],[1789,1172]]},{"area":"504","points":[[1645,1312],[1645,1441],[1788,1441],[1788,1312]]},{"area":"501","points":[[1648,1449],[1648,1584],[1785,1584],[1785,1449]]},{"area":"4ff","points":[[1648,1590],[1648,1722],[1785,1722],[1785,1590]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-3,"offsetY":-3,"distance":10},"id":"631","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/086-023.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/087-cos802.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":-3,"offsetY":-3,"distance":10},"mapParent":{"id":"631"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/090-024.jpg"},"title":"Map 8.3: Abbey of Saint Markovia - Upper Floor & Cellar","width":2400,"height":1650,"mapRegions":[{"area":"50b","points":[[542,409],[542,756],[885,756],[885,409]]},{"area":"508","points":[[1507,408],[1507,756],[1857,756],[1857,408]]},{"area":"518","points":[[1234,1367],[1234,1104],[1504,1104],[1504,1233],[1301,1233],[1301,1367]]},{"area":"51a","points":[[1510,1104],[1510,1303],[1919,1303],[1919,1104]]},{"area":"51c","points":[[1506,1308],[1506,1440],[1642,1440],[1642,1308]]},{"area":"521","points":[[1646,1308],[1646,1442],[1779,1442],[1779,1308]]},{"area":"522","points":[[1784,1308],[1784,1440],[1924,1440],[1924,1308]]},{"area":"515","points":[[1502,1240],[1502,1436],[1235,1436],[1235,1375],[1308,1375],[1308,1240]]},{"area":"512","points":[[1227,1437],[1227,1092],[891,756],[548,756],[548,1089],[687,1089],[897,1299],[897,1437]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-10,"offsetY":-5,"distance":10},"id":"6bb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/090-024.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/091-cos803.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":10069,"offsetX":-10,"offsetY":-5,"distance":10},"mapParent":{"id":"6bb"}}]},{"name":"Ch. 9: Tsolenka Pass","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/095-025.jpg"},"title":"Map 9.1: Tsolenka Pass (Area T)","width":2400,"height":3300,"mapRegions":[{"area":"543","points":[[763,646],[763,823],[1018,823],[1018,646]]},{"area":"541","points":[[789,830],[789,1256],[991,1256],[991,830]]},{"area":"53f","points":[[776,1258],[776,1411],[1011,1411],[1011,1258]]},{"area":"532","points":[[1340,2545],[1340,2646],[1536,2646],[1536,2545]]},{"area":"535","points":[[1333,2505],[1333,2411],[1539,2411],[1539,2505]]},{"area":"534","points":[[1762,2584],[1762,2828],[2194,2828],[2194,2584]]},{"area":"536","points":[[1540,2350],[1540,2296],[1607,2229],[1665,2229],[1732,2296],[1732,2356],[1665,2423],[1609,2423]]},{"area":"539","points":[[1811,1882],[1811,1817],[1880,1748],[1939,1748],[2010,1819],[2010,1884],[1946,1948],[1872,1948]]},{"area":"53b","points":[[1817,1541],[1817,1476],[1878,1415],[1942,1415],[2002,1475],[2002,1540],[1939,1603],[1878,1603]]}],"imageType":"map","grid":{"type":"square","size":68,"offsetX":47,"offsetY":46,"distance":10},"id":"6bc","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/095-025.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/096-cos901.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":47,"offsetY":46,"distance":10},"mapParent":{"id":"6bc"}}]},{"name":"Ch. 10: The Ruins of Berez","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/099-026.jpg"},"title":"Map 10.1: The Ruins of Berez (Area U)","width":1575,"height":1575,"mapRegions":[{"area":"563","points":[[405,741],[405,568],[257,568],[257,741]]},{"area":"565","points":[[77,737],[77,873],[195,873],[195,737]]},{"area":"554","points":[[391,779],[391,992],[589,992],[589,779]]},{"area":"55c","points":[[499,515],[499,638],[619,638],[619,515]]},{"area":"552","points":[[392,390],[515,461],[553,391],[598,341],[664,306],[632,212],[556,207],[464,297]]},{"area":"552","points":[[664,621],[635,718],[636,823],[687,861],[790,843],[953,661],[819,552],[748,607]]},{"area":"569","points":[[1142,705],[1142,811],[1248,811],[1248,705]]}],"imageType":"map","grid":{"type":"square","size":82,"offsetX":-32,"scale":2,"distance":100},"id":"6bd","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/099-026.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/100-cos1002.jpg"},"title":"Player Version","width":1575,"height":1575,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":-32,"scale":2,"distance":100},"mapParent":{"id":"6bd"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/101-cos10-02.jpg"},"title":"Map 10.2: {@creature Baba Lysaga|CoS}'s Creeping Hut","width":1000,"height":1000,"mapRegions":[{"area":"55c","points":[[375,440],[375,684],[618,684],[618,440]]}],"imageType":"map","grid":{"type":"square","size":80,"offsetX":-21,"offsetY":-37},"id":"6be","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/101-cos10-02.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/102-cos1001.jpg"},"title":"Player Version","width":1125,"height":1125,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":-23,"offsetY":-42},"mapParent":{"id":"6be","autoScale":true}}]},{"name":"Ch. 11: Van Richten's Tower","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/105-027.jpg"},"title":"Map 11.1: Van Richten's Tower (Area V)","width":1200,"height":3300,"mapRegions":[{"area":"588","points":[[371,715],[371,635],[410,635],[410,600],[511,499],[554,499],[554,462],[632,462],[632,494],[665,494],[776,605],[776,631],[816,631],[816,720],[780,720],[780,753],[673,860],[637,860],[637,897],[554,897],[554,862],[517,862],[410,755],[410,715]]},{"area":"586","points":[[451,1253],[523,1181],[672,1181],[738,1247],[738,1389],[667,1460],[515,1460],[451,1394]]},{"area":"580","points":[[441,1241],[515,1167],[515,1075],[356,1075],[356,1241]]},{"area":"580","points":[[430,2005],[430,1815],[516,1729],[573,1729],[573,1637],[256,1637],[256,2005]]},{"area":"584","points":[[451,1823],[451,1962],[522,2033],[677,2033],[744,1966],[744,1824],[668,1748],[520,1748]]},{"area":"582","points":[[451,2394],[451,2534],[528,2611],[671,2611],[742,2540],[742,2395],[664,2317],[527,2317]]},{"area":"580","points":[[428,2571],[428,2387],[515,2300],[569,2300],[569,2217],[249,2217],[249,2571]]},{"area":"57c","points":[[494,2626],[494,2769],[680,2769],[680,2626]]},{"area":"578","points":[[680,2766],[680,2889],[994,2889],[994,2766]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-13,"offsetY":-15},"id":"6bf","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/105-027.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/106-cos1101.jpg"},"title":"Player Version","width":1200,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-13,"offsetY":-15},"mapParent":{"id":"6bf"}}]},{"name":"Ch. 12: The Wizard of Wines","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/111-028.jpg"},"title":"Map 12.1: Wizard of Wines Winery (Area W)","width":2400,"height":3300,"mapRegions":[{"area":"5a4","points":[[371,652],[371,837],[497,837],[497,652]]},{"area":"5c5","points":[[623,452],[623,662],[763,662],[763,452]]},{"area":"5c3","points":[[769,449],[769,660],[1052,660],[1052,449]]},{"area":"5c1","points":[[1059,449],[1059,662],[1268,662],[1268,449]]},{"area":"5be","points":[[1275,450],[1275,660],[1483,660],[1483,450]]},{"area":"5bb","points":[[1492,451],[1492,808],[1775,808],[1775,451]]},{"area":"5b0","points":[[1489,949],[1489,1115],[1664,1115],[1664,949]]},{"area":"5ae","points":[[696,947],[696,1113],[526,1113],[526,947]]},{"area":"5a3","points":[[379,1450],[379,1621],[491,1621],[491,1450]]},{"area":"5a4","points":[[369,1669],[369,1851],[503,1851],[503,1669]]},{"area":"5a6","points":[[544,1749],[544,1903],[692,1903],[692,1749]]},{"area":"5a1","points":[[620,1469],[620,1744],[1117,1744],[1117,1469]]},{"area":"5a8","points":[[698,1753],[698,2040],[1481,2040],[1481,1753]]},{"area":"5ae","points":[[692,1965],[503,1965],[503,2135],[692,2135]]},{"area":"5ab","points":[[906,2048],[906,2197],[1280,2197],[1280,2048]]},{"area":"5b0","points":[[1487,1968],[1487,2134],[1654,2134],[1654,1968]]},{"area":"59b","points":[[1493,1817],[1779,1817],[1779,1454],[1493,1454]]},{"area":"59a","points":[[1786,1452],[1786,1682],[2071,1682],[2071,1452]]},{"area":"59f","points":[[1129,1466],[1129,1676],[1204,1676],[1204,1745],[1342,1745],[1342,1466]]},{"area":"59d","points":[[1346,1465],[1346,1745],[1480,1745],[1480,1465]]},{"area":"5ae","points":[[701,2840],[701,2998],[521,2998],[521,2840]]},{"area":"5b0","points":[[1486,2842],[1486,3003],[1650,3003],[1650,2842]]},{"area":"5b2","points":[[1428,2915],[1428,3064],[1104,3064],[1104,2915]]},{"area":"5b8","points":[[1054,2836],[1054,2604],[686,2604],[686,2552],[760,2512],[898,2468],[1076,2462],[1276,2492],[1417,2546],[1417,2603],[1126,2603],[1126,2836]]},{"area":"5b5","points":[[625,2630],[625,2830],[710,2830],[710,2900],[1477,2900],[1477,2832],[1555,2832],[1555,2629],[1135,2629],[1135,2848],[1043,2848],[1043,2630]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":25},"id":"6c0","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/111-028.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/112-cos1201.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":25},"mapParent":{"id":"6c0"}}]},{"name":"Ch. 13: The Amber Temple","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/117-029.jpg"},"title":"Map 13.1: Amber Temple (Area X) - Upper Level","width":2400,"height":3300,"mapRegions":[{"area":"624","points":[[982,585],[982,958],[1346,958],[1346,585],[1280,585],[1257,540],[1213,506],[1130,497],[1083,524],[1046,585]]},{"area":"620","points":[[823,656],[968,656],[968,729],[823,729]]},{"area":"622","points":[[901,741],[901,884],[963,884],[963,741]]},{"area":"61d","points":[[889,957],[889,745],[667,745],[613,764],[584,807],[580,882],[606,938],[666,957]]},{"area":"61a","points":[[892,1039],[743,1039],[743,963],[892,963]]},{"area":"615","points":[[1048,1043],[1048,1191],[740,1191],[740,1043]]},{"area":"617","points":[[1051,1045],[1051,1191],[1128,1191],[1128,1045]]},{"area":"5f9","points":[[1202,1043],[1202,1191],[1276,1191],[1276,1043]]},{"area":"5f7","points":[[1281,1044],[1281,1189],[1585,1189],[1585,1044]]},{"area":"5fb","points":[[1432,885],[1432,1036],[1500,1036],[1500,966],[1741,966],[1741,885]]},{"area":"5f5","points":[[1279,1197],[1279,1349],[1501,1349],[1501,1197]]},{"area":"613","points":[[820,1198],[820,1347],[908,1347],[908,1267],[971,1267],[1048,1224],[1048,1198]]},{"area":"610","points":[[817,1415],[817,1196],[516,1196],[475,1216],[442,1266],[437,1344],[468,1395],[515,1415]]},{"area":"604","points":[[674,1429],[674,1951],[809,1951],[809,1429]]},{"area":"60b","points":[[439,1498],[439,1643],[659,1643],[659,1498]]},{"area":"607","points":[[518,1656],[518,1726],[661,1726],[661,1656]]},{"area":"609","points":[[439,1735],[439,1878],[661,1878],[661,1735]]},{"area":"60f","points":[[505,1723],[505,1653],[281,1653],[281,1808],[366,1808],[366,1723]]},{"area":"5e1","points":[[978,2029],[978,1803],[828,1803],[828,1357],[913,1357],[913,1274],[973,1274],[1054,1232],[1054,1204],[1272,1204],[1272,1354],[1499,1354],[1499,1802],[1344,1802],[1344,2029]]},{"area":"5dd","points":[[824,1809],[824,2181],[1504,2181],[1504,1810],[1351,1810],[1351,2031],[967,2031],[967,1809]]},{"area":"5db","points":[[824,2193],[824,2336],[966,2336],[966,2193]]},{"area":"5ff","points":[[811,1963],[811,2175],[514,2175],[456,2143],[433,2072],[458,1998],[517,1963]]},{"area":"603","points":[[587,2191],[587,2267],[748,2267],[748,2191]]},{"area":"5d7","points":[[976,2194],[976,2337],[1117,2337],[1117,2194]]},{"area":"5d5","points":[[1128,2187],[1128,2434],[1201,2434],[1201,2187]]},{"area":"5d8","points":[[1209,2192],[1209,2341],[1349,2341],[1349,2192]]},{"area":"5db","points":[[1358,2193],[1358,2341],[1505,2341],[1505,2193]]},{"area":"5ec","points":[[1662,2191],[1662,2268],[1818,2268],[1818,2191]]},{"area":"5e9","points":[[1509,1963],[1509,2341],[1655,2341],[1655,2182],[1817,2182],[1867,2159],[1891,2110],[1891,2034],[1839,1970],[1807,1963]]},{"area":"5ee","points":[[1511,1429],[1651,1429],[1651,1949],[1511,1949]]},{"area":"5f0","points":[[1669,1498],[1669,1879],[1888,1879],[1971,1850],[2044,1737],[2045,1650],[1971,1542],[1891,1498]]},{"area":"5f3","points":[[1513,1413],[1513,1199],[1766,1199],[1777,1234],[1744,1268],[1742,1315],[1765,1344],[1795,1335],[1853,1397],[1811,1413]]},{"area":"5d1","points":[[956,2441],[956,2610],[1378,2610],[1378,2441]]},{"area":"5d3","points":[[432,2519],[432,2312],[377,2272],[305,2263],[295,2335],[306,2388],[289,2428],[289,2519]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":-14,"offsetY":-18,"distance":10},"id":"6c1","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/117-029.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/118-cos1301.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-14,"offsetY":-18,"distance":10},"mapParent":{"id":"6c1"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/120-030.jpg"},"title":"Map 13.2: Amber Temple (Area X) - Lower Level","width":2400,"height":3300,"mapRegions":[{"area":"643","points":[[554,966],[554,1013],[528,1039],[478,1039],[478,1119],[527,1119],[551,1143],[551,1183],[625,1183],[625,1143],[654,1114],[700,1114],[700,1046],[651,1046],[622,1017],[622,966]]},{"area":"648","points":[[469,1272],[469,1346],[426,1346],[397,1375],[397,1420],[324,1420],[324,1376],[292,1344],[251,1344],[251,1272],[293,1272],[322,1243],[322,1194],[396,1194],[396,1242],[424,1272]]},{"area":"65b","points":[[249,1505],[249,1639],[463,1639],[463,1505]]},{"area":"659","points":[[245,1661],[245,1805],[467,1805],[467,1661]]},{"area":"657","points":[[482,1204],[482,2101],[701,2101],[701,1204]]},{"area":"60f","points":[[319,1878],[319,2042],[474,2042],[474,1953],[396,1953],[396,1878]]},{"area":"64d","points":[[554,2121],[554,2158],[526,2186],[475,2186],[475,2258],[522,2258],[559,2295],[559,2341],[626,2341],[626,2291],[654,2263],[703,2263],[703,2186],[652,2186],[625,2159],[625,2121]]},{"area":"629","points":[[709,2340],[709,2570],[932,2570],[932,2340]]},{"area":"626","points":[[1011,2266],[1011,2646],[1392,2646],[1392,2266]]},{"area":"62b","points":[[1464,2336],[1464,2572],[1703,2572],[1703,2336]]},{"area":"5e7","points":[[705,1582],[705,1731],[856,1731],[856,1582]]},{"area":"65e","points":[[856,1339],[856,1118],[934,1118],[940,1072],[982,1039],[1029,1042],[1077,1075],[1087,1116],[1152,1116],[1152,1339]]},{"area":"660","points":[[1246,1338],[1246,1119],[1318,1119],[1336,1070],[1372,1042],[1419,1044],[1459,1067],[1475,1117],[1540,1117],[1540,1338]]},{"area":"666","points":[[1012,736],[1012,785],[983,814],[935,814],[935,883],[983,883],[1013,913],[1013,960],[1134,960],[1162,988],[1162,1032],[1235,1032],[1235,989],[1260,964],[1387,964],[1387,914],[1416,885],[1468,885],[1468,813],[1416,813],[1385,782],[1385,737],[1310,737],[1285,687],[1233,657],[1170,654],[1113,686],[1082,736]]},{"area":"665","points":[[1306,969],[1306,1044],[1475,1044],[1475,969]]},{"area":"5e5","points":[[861,1352],[861,1567],[1159,1567],[1159,1352]]},{"area":"5df","points":[[1021,1579],[1021,2065],[1381,2065],[1381,1579]]},{"area":"5e1","points":[[1165,1356],[1165,1567],[1372,1567],[1372,1356]]},{"area":"5e6","points":[[1022,2070],[1022,2210],[1389,2210],[1389,2070]]},{"area":"5e7","points":[[1693,1576],[1693,1736],[1543,1736],[1543,1576]]},{"area":"62d","points":[[1692,2107],[1923,2107],[1923,1473],[1872,1468],[1849,1445],[1814,1480],[1768,1477],[1751,1521],[1692,1529]]},{"area":"655","points":[[1929,1496],[1929,1649],[2158,1649],[2158,1496]]},{"area":"652","points":[[1930,1656],[1930,1807],[2157,1807],[2157,1656]]},{"area":"5fb","points":[[1692,1042],[1692,1115],[1771,1115],[1771,1216],[1862,1216],[1862,1042]]},{"area":"5fd","points":[[1743,1214],[1921,1214],[1921,1376],[1822,1376],[1743,1300]]},{"area":"63d","points":[[1932,1268],[1932,1350],[1978,1350],[2003,1375],[2003,1422],[2076,1422],[2076,1379],[2106,1349],[2149,1349],[2149,1273],[2101,1273],[2072,1244],[2072,1195],[2003,1195],[2003,1240],[1974,1268]]},{"area":"638","points":[[1934,1958],[1934,2034],[1970,2034],[2002,2066],[2002,2106],[2074,2106],[2074,2068],[2105,2037],[2149,2037],[2149,1959],[2101,1959],[2074,1932],[2074,1881],[2002,1881],[2002,1928],[1972,1958]]},{"area":"633","points":[[1774,2123],[1774,2162],[1744,2192],[1694,2192],[1694,2259],[1746,2259],[1779,2292],[1779,2335],[1843,2335],[1843,2291],[1874,2260],[1921,2260],[1921,2191],[1870,2191],[1839,2160],[1839,2123]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":21,"offsetY":-19,"distance":10},"id":"6c2","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/120-030.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/121-cos1302.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":21,"offsetY":-19,"distance":10},"mapParent":{"id":"6c2"}}]},{"name":"Ch. 14: Yester Hill","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/124-031.jpg"},"title":"Map 14.1: Yester Hill (Area Y)","width":1950,"height":2475,"mapRegions":[{"area":"677","points":[[863,668],[863,762],[970,762],[970,668]]},{"area":"675","points":[[1409,511],[1409,601],[1506,601],[1506,511]]},{"area":"677","points":[[1356,1052],[1356,1143],[1433,1143],[1433,1052]]},{"area":"682","points":[[122,1050],[122,1146],[220,1146],[220,1050]]},{"area":"677","points":[[496,1320],[496,1416],[590,1416],[590,1320]]},{"area":"67e","points":[[677,1516],[685,1660],[769,1732],[864,1741],[932,1652],[973,1539],[839,1433],[731,1466]]},{"area":"677","points":[[653,1855],[653,1959],[756,1959],[756,1855]]},{"area":"677","points":[[1243,1690],[1243,1798],[1341,1798],[1341,1690]]},{"area":"679","points":[[1054,1135],[969,1146],[896,1210],[887,1316],[941,1379],[1011,1415],[1114,1372],[1155,1309],[1158,1228],[1088,1156]]}],"imageType":"map","grid":{"type":"square","size":54,"offsetX":-26,"offsetY":-8,"distance":50},"id":"6c3","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/124-031.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/125-cos1401.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-26,"offsetY":-8,"distance":50},"mapParent":{"id":"6c3"}}]},{"name":"Ch. 15: Werewolf Den","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/127-032.jpg"},"title":"Map 15.1: Werewolf Den (Area Z)","width":2400,"height":3300,"mapRegions":[{"area":"6a6","points":[[556,1138],[556,1227],[728,1227],[728,1138]]},{"area":"6a0","points":[[1546,323],[1652,236],[1579,122],[1408,114],[1363,216]]},{"area":"6a6","points":[[1630,277],[1573,332],[1576,395],[1516,401],[1501,485],[1506,619],[1610,691],[1804,641],[2019,536],[2116,466],[1950,326],[1909,272],[1844,252],[1792,254],[1693,301]]},{"area":"69f","points":[[761,1323],[713,1287],[614,1300],[602,1377],[621,1431],[612,1464],[650,1516],[740,1508],[779,1441],[759,1365]]},{"area":"69e","points":[[617,1596],[557,1600],[527,1629],[527,1722],[561,1746],[613,1729],[650,1737],[688,1725],[707,1733],[738,1602]]},{"area":"6a0","points":[[837,1360],[836,1274],[823,1251],[827,1194],[848,1161],[926,1127],[978,1165],[971,1219],[968,1287],[984,1360],[932,1375],[874,1379]]},{"area":"6a2","points":[[1040,1354],[1129,1450],[1204,1593],[1278,1569],[1332,1588],[1470,1585],[1511,1525],[1473,1478],[1488,1435],[1574,1380],[1567,1200],[1536,1152],[1493,1120],[1489,1088],[1279,1072],[1249,1125],[1132,1161],[1130,1301],[1068,1299]]},{"area":"69c","points":[[691,2026],[1029,2033],[1115,2107],[1134,2030],[1106,1966],[1043,1954],[1061,1891],[1115,1888],[1197,1843],[1184,1810],[1128,1816],[1127,1743],[1192,1681],[1191,1596],[1121,1456],[1046,1369],[992,1364],[926,1383],[880,1384],[823,1369],[782,1384],[790,1438],[743,1510],[745,1601],[714,1736],[743,1764],[771,1810],[815,1792],[843,1811],[832,1969],[706,1962]]},{"area":"69a","points":[[1214,2254],[1280,2270],[1278,2471],[1341,2491],[1357,2418],[1412,2405],[1422,2347],[1483,2335],[1497,2190],[1497,2044],[1556,2016],[1570,1888],[1630,1877],[1642,1795],[1576,1739],[1543,1663],[1474,1665],[1430,1731],[1364,1756],[1353,1812],[1273,1827],[1235,1862],[1207,1847],[1123,1898],[1138,1940],[1186,1946],[1204,1982],[1210,2030],[1267,2039],[1288,2111],[1275,2195],[1219,2207]]},{"area":"694","points":[[1212,2260],[1273,2278],[1273,2488],[1199,2507],[1131,2504],[1045,2407],[1048,2262],[1114,2245],[1144,2325],[1171,2353],[1205,2302]]},{"area":"696","points":[[1125,2507],[1106,2555],[1003,2554],[972,2500],[991,2437],[974,2407],[933,2401],[919,2332],[850,2261],[707,2252],[652,2328],[481,2325],[459,2291],[459,2072],[475,2046],[609,2039],[669,2015],[703,2046],[1017,2048],[1086,2100],[1059,2150],[1051,2191],[1112,2192],[1126,2237],[1035,2258],[1036,2408]]},{"area":"691","points":[[1168,2866],[1309,3059],[1429,3041],[1518,2946],[1472,2741],[1422,2765],[1405,2639],[1344,2546],[1336,2498],[1283,2484],[1209,2514],[1133,2510],[1116,2550],[1148,2609],[1156,2753],[1221,2828]]}],"imageType":"map","grid":{"type":"square","size":74,"offsetX":14,"offsetY":36,"distance":10},"id":"6c4","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/127-032.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/128-cos1501.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":14,"offsetY":36,"distance":10},"mapParent":{"id":"6c4"}}]},{"name":"App. B: Death House","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/134-deathhousedm.jpg"},"title":"Map B.1: Death House","width":5455,"height":7500,"mapRegions":[{"area":"6eb","points":[[411,3019],[888,3019],[888,2957],[1079,2957],[1079,3021],[1388,3021],[1388,3673],[905,3673],[905,3510],[411,3510]]},{"area":"6e9","points":[[749,4171],[749,3683],[575,3683],[575,3522],[893,3522],[893,3686],[1082,3686],[1229,3707],[1346,3818],[1364,4007],[1284,4123],[1073,4171]]},{"area":"6ee","points":[[418,3688],[418,4006],[735,4006],[735,3688]]},{"area":"6ef","points":[[417,4012],[417,4175],[736,4175],[736,4012]]},{"area":"6f0","points":[[418,4182],[418,4830],[1400,4830],[1400,4182]]},{"area":"6dd","points":[[421,5177],[421,5636],[584,5636],[584,5821],[733,5821],[733,5649],[1047,5649],[1047,5177]]},{"area":"6db","points":[[1067,5167],[1067,5816],[1385,5816],[1385,5167]]},{"area":"6d8","points":[[1058,5826],[1058,5656],[740,5656],[740,5825],[422,5825],[422,6315],[1193,6315],[1296,6263],[1379,6142],[1377,5998],[1325,5896],[1205,5826]]},{"area":"6d7","points":[[418,6322],[418,6968],[736,6968],[736,6322]]},{"area":"6d9","points":[[743,6324],[743,6966],[1393,6966],[1393,6324]]},{"area":"6f7","points":[[1732,3032],[1732,3506],[2049,3506],[2049,3032]]},{"area":"6f8","points":[[2059,3030],[2059,3509],[2543,3509],[2543,3030]]},{"area":"6f5","points":[[1740,3693],[2210,3693],[2210,4418],[2037,4418],[2037,4500],[1890,4500],[1890,4416],[1740,4416]]},{"area":"6fd","points":[[1727,3518],[1727,3684],[1892,3684],[1892,3518]]},{"area":"6f2","points":[[1900,3519],[2549,3519],[2549,3469],[2707,3469],[2707,3844],[2542,3844],[2542,4170],[2231,4170],[2231,3674],[1900,3674]]},{"area":"6f4","points":[[2222,4182],[2222,4591],[2149,4591],[2149,4753],[2232,4753],[2232,4839],[2555,4839],[2555,4660],[2709,4660],[2709,4342],[2381,4342],[2381,4182]]},{"area":"6e1","points":[[1743,5172],[1743,5646],[1905,5646],[1905,5816],[2206,5816],[2206,5633],[2383,5633],[2383,5172]]},{"area":"6e4","points":[[2386,5168],[2386,5325],[2710,5325],[2710,5168]]},{"area":"6df","points":[[2221,5656],[2221,5816],[2717,5816],[2717,5332],[2393,5332],[2393,5656]]},{"area":"6de","points":[[1739,5832],[1739,6306],[2504,6306],[2606,6271],[2679,6172],[2702,6068],[2683,5982],[2601,5863],[2506,5832]]},{"area":"6e7","points":[[1743,6325],[1743,6966],[2711,6966],[2711,6325]]},{"area":"709","points":[[3042,1370],[2895,1370],[2895,1208],[2223,1208],[2223,1694],[2042,1694],[2042,2031],[2222,2031],[2222,2532],[2878,2532],[2878,2207],[3202,2207],[3202,2031],[3042,2031]]},{"area":"708","points":[[3230,736],[3230,1050],[2895,1050],[2895,1365],[3055,1365],[3055,1861],[3541,1861],[3541,1546],[3704,1546],[3704,736]]},{"area":"706","points":[[3547,1549],[3547,1703],[3867,1703],[3867,1549]]},{"area":"707","points":[[3552,1874],[3552,2024],[3858,2024],[3858,1874]]},{"area":"701","points":[[3869,1547],[3869,2019],[4517,2019],[4517,1547]]},{"area":"704","points":[[4521,1538],[4521,1703],[4851,1703],[4851,1538]]},{"area":"705","points":[[4526,1862],[4526,2032],[4849,2032],[4849,1862]]},{"area":"703","points":[[4521,1206],[4521,1367],[4872,1367],[4872,1206]]},{"area":"702","points":[[4521,876],[4521,1046],[4852,1046],[4852,876]]},{"area":"701","points":[[4351,875],[4351,1373],[4513,1373],[4513,875]]},{"area":"6ff","points":[[3717,1418],[3717,1140],[4034,1140],[4034,1418]]},{"area":"711","points":[[3868,2030],[3868,2523],[4519,2523],[4519,2030]]},{"area":"712","points":[[4522,2200],[4522,2361],[4692,2361],[4692,2200]]},{"area":"710","points":[[3307,2312],[3307,2546],[3680,2546],[3680,2312]]},{"area":"71f","points":[[3241,2562],[3241,2667],[3356,2667],[3356,2562]]},{"area":"714","points":[[3195,3181],[3195,2683],[3374,2683],[3374,3181]]},{"area":"713","points":[[3705,2702],[3705,2844],[3872,2844],[3872,3340],[4355,3340],[4355,3190],[4011,3190],[4011,2845],[4206,2845],[4206,3015],[4351,3015],[4351,2695],[4185,2695],[4185,2539],[3871,2539],[3871,2702]]},{"area":"71c","points":[[4351,3349],[4351,3846],[3853,3846],[3853,3349]]},{"area":"71d","points":[[3220,3522],[3220,3991],[3688,3991],[3688,3678],[3848,3678],[3848,3522]]},{"area":"716","points":[[4365,2869],[4365,3844],[4675,3844],[4675,3681],[4858,3681],[4858,3514],[4949,3480],[5016,3371],[5028,3190],[4962,3066],[4859,3018],[4851,2869]]},{"area":"71a","points":[[4525,2367],[4525,2859],[4826,2859],[4826,2367]]},{"area":"71f","points":[[3487,4264],[3487,4887],[4422,4887],[4422,4264]]},{"area":"714","points":[[3377,5134],[3377,4661],[3170,4661],[3170,5134]]},{"area":"720","points":[[3224,5149],[3224,6316],[3682,6316],[3682,5149]]},{"area":"723","points":[[3957,5036],[3957,5326],[4267,5326],[4267,5036]]},{"area":"724","points":[[3943,5152],[3698,5152],[3698,6483],[4076,6483],[4026,6631],[4094,6780],[4274,6792],[4346,6716],[4316,6479],[5018,6479],[5018,5154],[4279,5154],[4279,5329],[3943,5329]]}],"imageType":"map","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"id":"6c6","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/134-deathhousedm.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/135-deathhouseplayer.jpg"},"title":"Player Version","width":5455,"height":7500,"imageType":"mapPlayer","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"mapParent":{"id":"6c6"}}]}]},"SKT":{"id":"SKT","source":"SKT","prop":"adventure","chapters":[{"name":"Ch. 1: A Great Upheaval","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/SKT/006-skt01-02-1.webp"},"title":"Map 1.1: Nightstone","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":77,"offsetX":4,"offsetY":-24,"scale":2,"distance":10},"mapRegions":[{"area":"04a","points":[[1084,748],[1083,792],[1351,792],[1351,739],[1320,732],[1289,721],[1258,719],[1183,737],[1121,738]]},{"area":"02f","points":[[1437,809],[1457,785],[1484,800],[1467,828]]},{"area":"049","points":[[862,872],[1043,872],[1043,1023],[966,1023],[966,1009],[889,1009],[889,1025],[808,1025],[812,982],[830,934],[844,901]]},{"area":"044","points":[[854,1097],[846,1063],[853,1032],[892,1032],[892,1014],[960,1014],[960,1032],[1001,1032],[1001,1095],[963,1095],[963,1115],[893,1115],[893,1097]]},{"area":"04f","points":[[1105,911],[1141,911],[1163,889],[1166,875],[1235,875],[1235,911],[1252,925],[1237,948],[1236,990],[1253,1007],[1237,1022],[1237,1062],[1121,1062],[1121,1028],[1108,1008],[1124,992],[1124,947],[1105,945]]},{"area":"039","points":[[1356,908],[1444,911],[1457,929],[1466,939],[1467,1027],[1356,1027]]},{"area":"04b","points":[[1357,1030],[1357,1138],[1506,1138],[1506,1030]]},{"area":"030","points":[[1621,1177],[1655,1183],[1649,1214],[1618,1210]]},{"area":"035","points":[[1049,1071],[1049,1329],[1305,1329],[1305,1071]]},{"area":"02d","points":[[775,1145],[775,1252],[813,1252],[813,1145]]},{"area":"02e","points":[[885,808],[915,790],[929,821],[902,835]]},{"area":"03c","points":[[1507,1297],[1507,1337],[1568,1337],[1568,1297]]},{"area":"03e","points":[[1507,1450],[1507,1375],[1566,1375],[1566,1410],[1547,1410],[1547,1450]]},{"area":"05a","points":[[1218,1375],[1238,1375],[1238,1337],[1314,1337],[1314,1448],[1237,1448],[1237,1410],[1218,1410]]},{"area":"040","points":[[1200,1488],[1354,1488],[1354,1526],[1413,1526],[1413,1563],[1391,1563],[1391,1599],[1356,1599],[1356,1641],[1200,1641]]},{"area":"03b","points":[[1317,1297],[1355,1297],[1355,1240],[1388,1240],[1388,1257],[1427,1257],[1427,1301],[1467,1301],[1467,1445],[1317,1445]]},{"area":"038","points":[[893,1262],[1040,1262],[1040,1372],[1117,1372],[1117,1408],[893,1408]]},{"area":"037","points":[[815,1334],[847,1334],[847,1412],[791,1412],[791,1373],[810,1373]]},{"area":"02a","points":[[697,1175],[769,1163],[769,1245],[697,1219]]},{"area":"05d","points":[[915,1583],[943,1557],[978,1582],[948,1614]]},{"area":"034","points":[[825,1725],[836,1693],[870,1719],[854,1742]]},{"area":"042","points":[[1348,1681],[1277,1681],[1277,1743],[1311,1743],[1311,1717],[1348,1717]]},{"area":"032","points":[[1435,1714],[1463,1686],[1485,1711],[1466,1735]]},{"area":"060","points":[[1160,1759],[1160,2026],[1199,2026],[1199,1759]]},{"area":"061","points":[[1117,2030],[1160,2030],[1160,2053],[1197,2053],[1197,2027],[1237,2027],[1237,2111],[1196,2111],[1196,2081],[1163,2081],[1163,2112],[1117,2112]]},{"area":"063","points":[[1110,2081],[1099,2067],[1065,2083],[1023,2125],[994,2175],[982,2250],[1001,2326],[1028,2369],[1081,2408],[1151,2431],[1250,2423],[1320,2374],[1365,2311],[1368,2210],[1333,2130],[1284,2083],[1250,2061],[1243,2085],[1253,2128],[1290,2152],[1297,2196],[1271,2236],[1253,2279],[1241,2346],[1204,2364],[1145,2364],[1089,2365],[1062,2337],[1048,2302],[1066,2262],[1070,2234],[1050,2196],[1062,2141],[1105,2119]]},{"area":"06d","points":[[1075,2177],[1101,2148],[1132,2154],[1159,2178],[1199,2182],[1214,2151],[1243,2152],[1268,2161],[1271,2191],[1262,2215],[1243,2223],[1240,2258],[1218,2285],[1210,2324],[1212,2338],[1201,2307],[1159,2306],[1139,2332],[1105,2333],[1077,2308],[1089,2275],[1112,2266],[1115,2227],[1086,2206]]},{"area":"046","points":[[1999,1014],[2010,1010],[2008,997],[2028,987],[2045,986],[2045,1059],[2012,1059],[2012,1034],[1999,1034]]},{"area":"045","points":[[2050,971],[2122,971],[2122,986],[2160,986],[2160,1059],[2123,1059],[2123,1078],[2050,1078]]},{"area":"04d","points":[[2011,1270],[2011,1383],[2164,1383],[2164,1270]]},{"area":"04c","points":[[2013,1426],[2013,1537],[2162,1537],[2162,1426]]},{"area":"053","points":[[2010,1768],[2035,1772],[2054,1766],[2074,1745],[2080,1728],[2080,1801],[2010,1801]]},{"area":"055","points":[[2084,1729],[2137,1729],[2137,1764],[2156,1764],[2156,1801],[2084,1801]]},{"area":"056","points":[[2005,1844],[2080,1844],[2080,1916],[2025,1916],[2025,1880],[2005,1880]]},{"area":"057","points":[[2083,1916],[2083,1843],[2155,1843],[2155,1877],[2138,1877],[2138,1916]]},{"area":"051","points":[[2030,1998],[2028,1976],[2046,1961],[2076,1961],[2138,1961],[2138,2000],[2155,2000],[2155,2032],[2011,2032],[2011,1998]]},{"area":"050","points":[[2009,2078],[2025,2078],[2025,2039],[2138,2039],[2138,2079],[2157,2079],[2157,2110],[2139,2110],[2139,2151],[2025,2151],[2025,2113],[2009,2113]]},{"area":"061","points":[[2026,2359],[2026,2433],[2063,2433],[2063,2359]]},{"area":"061","points":[[2103,2358],[2103,2433],[2140,2433],[2140,2358]]},{"area":"06b","points":[[2108,2567],[2107,2526],[2116,2503],[2139,2496],[2162,2502],[2176,2521],[2174,2552],[2154,2567],[2129,2568]]},{"area":"06a","points":[[2068,2536],[2099,2536],[2099,2576],[2141,2576],[2141,2605],[2099,2605],[2099,2647],[2069,2647],[2069,2607],[2025,2607],[2025,2572],[2068,2572]]},{"area":"069","points":[[2060,2614],[2025,2614],[2007,2619],[1994,2630],[1987,2652],[1992,2669],[2007,2681],[2027,2683],[2044,2679],[2058,2666],[2060,2650]]},{"area":"066","points":[[2066,2766],[2103,2766],[2110,2751],[2120,2737],[2135,2729],[2153,2732],[2170,2738],[2178,2753],[2179,2767],[2179,2780],[2163,2797],[2163,2810],[2143,2810],[2143,2844],[2165,2846],[2175,2869],[2183,2881],[2179,2902],[2161,2919],[2131,2927],[2110,2915],[2091,2912],[2066,2912]]},{"area":"068","points":[[2007,2800],[1996,2792],[1991,2768],[1998,2742],[2018,2730],[2040,2733],[2059,2746],[2062,2766],[2062,2800]]},{"area":"069","points":[[2006,2848],[1993,2864],[1991,2893],[2002,2912],[2021,2918],[2042,2917],[2059,2900],[2059,2848]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/006-skt01-02-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/007-101.webp"},"title":"Player Version","mapParent":{"id":"fff"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":4,"offsetY":-24,"scale":2,"distance":10}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/SKT/010-drippingcaves.webp"},"title":"Map 1.2: Dripping Caves","width":2100,"height":1575,"imageType":"map","grid":{"type":"square","size":52,"offsetX":12},"mapRegions":[{"area":"08f","points":[[475,251],[460,236],[421,231],[417,211],[420,181],[456,152],[512,151],[533,168],[535,193],[546,198],[557,206],[579,210],[577,237],[556,257],[534,255],[519,266],[506,280],[506,293],[514,303],[522,315],[523,342],[495,358],[474,395],[431,409],[429,431],[438,440],[431,457],[409,470],[406,484],[374,504],[301,579],[273,571],[262,558],[249,525],[258,504],[260,489],[250,470],[223,462],[217,435],[219,414],[219,397],[245,372],[260,365],[254,347],[254,313],[276,279],[298,269],[310,249],[348,240],[372,245],[381,264],[403,268],[411,259],[424,260],[462,271]]},{"area":"08d","points":[[150,722],[156,699],[172,690],[185,677],[219,674],[234,682],[252,683],[265,666],[286,662],[323,666],[346,698],[356,733],[338,729],[315,709],[293,712],[271,732],[263,751],[263,771],[249,783],[228,799],[220,817],[204,829],[162,803],[149,777],[161,763],[163,729]]},{"area":"08b","points":[[427,567],[451,570],[450,590],[465,601],[477,612],[494,619],[514,621],[526,648],[533,659],[528,691],[501,712],[468,723],[436,699],[415,678],[414,654],[425,639],[427,626],[418,612],[417,592]]},{"area":"07b","points":[[620,749],[611,735],[590,728],[579,711],[575,673],[588,639],[614,628],[627,600],[627,576],[632,546],[641,521],[662,529],[666,562],[682,579],[683,611],[672,625],[666,660],[651,673],[633,679],[633,723]]},{"area":"07b","points":[[636,882],[666,887],[680,889],[692,886],[711,898],[720,918],[720,944],[728,956],[730,988],[701,974],[683,951],[670,921],[661,899],[646,891]]},{"area":"08a","points":[[109,991],[142,1007],[165,1003],[177,1005],[209,990],[216,979],[256,978],[258,989],[277,992],[305,994],[324,989],[351,971],[363,958],[367,941],[368,921],[409,898],[469,878],[503,879],[540,878],[551,924],[541,937],[508,934],[504,954],[512,966],[513,985],[524,1006],[522,1032],[497,1043],[483,1039],[476,1047],[466,1069],[443,1075],[414,1091],[370,1096],[356,1089],[350,1070],[329,1053],[310,1038],[300,1028],[274,1041],[247,1021],[244,1008],[223,1011],[205,1034],[180,1038],[165,1036],[133,1045],[109,1048]]},{"area":"080","points":[[416,1307],[420,1273],[433,1255],[455,1252],[455,1263],[480,1269],[481,1284],[483,1297],[483,1315],[452,1319],[431,1325]]},{"area":"080","points":[[482,1401],[499,1391],[517,1392],[521,1386],[551,1397],[560,1407],[551,1415],[547,1428],[527,1421],[509,1423],[496,1415]]},{"area":"080","points":[[571,1174],[564,1185],[547,1193],[530,1172],[539,1132],[550,1128],[556,1146],[563,1152],[570,1151]]},{"area":"080","points":[[647,1140],[645,1117],[655,1110],[652,1096],[635,1081],[633,1070],[673,1079],[684,1097],[684,1113],[690,1132],[677,1147],[664,1149]]},{"area":"080","points":[[834,1308],[838,1272],[857,1267],[885,1255],[908,1265],[901,1296],[873,1309],[855,1315]]},{"area":"080","points":[[782,1377],[798,1357],[812,1353],[832,1362],[829,1382],[854,1405],[857,1420],[835,1426],[813,1419],[793,1413],[786,1391]]},{"area":"081","points":[[371,1209],[378,1190],[388,1179],[416,1178],[406,1154],[386,1140],[354,1129],[324,1134],[306,1154],[309,1178],[284,1193],[275,1215],[257,1220],[242,1241],[251,1260],[268,1274],[290,1283],[286,1300],[290,1318],[302,1333],[315,1358],[341,1357],[356,1337],[369,1311],[362,1297],[334,1278],[319,1277],[309,1278],[302,1268],[305,1253],[309,1224],[302,1201],[318,1198],[327,1215],[321,1228],[323,1247],[344,1252],[360,1263],[377,1263],[403,1260],[421,1260],[419,1240],[417,1215],[398,1207]]},{"area":"07f","points":[[580,1185],[599,1168],[620,1155],[646,1154],[680,1164],[705,1161],[720,1151],[767,1172],[769,1194],[789,1209],[791,1233],[802,1249],[816,1265],[818,1307],[798,1323],[788,1345],[759,1373],[742,1358],[733,1340],[696,1341],[687,1312],[706,1302],[725,1305],[730,1289],[745,1284],[747,1264],[736,1253],[717,1250],[700,1260],[694,1277],[677,1288],[671,1313],[675,1353],[696,1362],[708,1376],[695,1399],[688,1417],[637,1419],[618,1407],[581,1398],[564,1379],[535,1364],[525,1346],[499,1325],[498,1286],[498,1250],[460,1223],[467,1204],[445,1198],[429,1157],[431,1139],[445,1152],[470,1167],[476,1186],[506,1188],[524,1204],[525,1223],[540,1249],[561,1252],[569,1267],[576,1287],[594,1303],[628,1300],[635,1267],[675,1252],[670,1229],[653,1219],[626,1207],[612,1218],[624,1251],[602,1252],[582,1245],[571,1225],[576,1204]]},{"area":"07b","points":[[798,1113],[824,1125],[847,1118],[859,1099],[894,1096],[900,1116],[927,1140],[964,1148],[989,1163],[991,1190],[1017,1199],[1043,1213],[1045,1250],[1005,1238],[995,1216],[964,1213],[935,1200],[906,1199],[886,1176],[877,1154],[844,1146],[809,1136]]},{"area":"07c","points":[[927,1043],[941,1021],[957,995],[980,982],[1005,985],[1025,998],[1046,1016],[1050,1039],[1047,1061],[1051,1084],[1089,1093],[1102,1118],[1096,1145],[1108,1175],[1101,1193],[1069,1194],[1043,1180],[1034,1168],[1014,1160],[1001,1131],[990,1103],[959,1093],[939,1081],[933,1065]]},{"area":"07b","points":[[1270,1217],[1310,1175],[1316,1145],[1323,1100],[1328,1075],[1359,1068],[1382,1041],[1411,1030],[1423,995],[1451,992],[1462,1014],[1463,1041],[1466,1071],[1454,1084],[1444,1119],[1432,1144],[1407,1141],[1392,1155],[1370,1161],[1359,1189],[1327,1201],[1295,1215]]},{"area":"07d","points":[[899,882],[890,820],[879,752],[879,731],[902,708],[950,664],[990,637],[1033,635],[1080,654],[1135,700],[1151,724],[1157,796],[1162,872],[1170,904],[1217,885],[1259,858],[1269,873],[1256,902],[1243,940],[1206,998],[1131,995],[1097,980],[1085,940],[1035,927],[971,909],[925,898]]},{"area":"07b","points":[[1418,676],[1417,703],[1425,732],[1414,776],[1415,820],[1437,832],[1461,843],[1482,867],[1498,867],[1482,841],[1477,794],[1478,781],[1455,757],[1444,723],[1436,693]]},{"area":"07e","points":[[1119,460],[1149,465],[1178,456],[1197,445],[1216,454],[1233,449],[1245,436],[1284,428],[1302,442],[1328,458],[1363,476],[1369,499],[1372,535],[1388,556],[1414,568],[1409,586],[1410,603],[1399,612],[1369,610],[1351,597],[1334,578],[1304,570],[1272,565],[1252,559],[1236,542],[1212,523],[1186,518],[1147,517],[1118,507],[1112,489]]},{"area":"089","points":[[956,258],[915,248],[881,243],[869,221],[865,208],[845,208],[827,227],[786,216],[782,198],[776,198],[758,198],[722,191],[718,176],[695,164],[684,149],[668,140],[694,147],[703,161],[718,162],[735,178],[766,184],[782,182],[800,188],[818,194],[839,180],[895,178],[896,190],[919,197],[954,194],[972,202],[995,197],[1031,191],[1066,204],[1087,223],[1116,232],[1143,239],[1168,245],[1192,246],[1208,254],[1243,256],[1262,256],[1298,229],[1338,225],[1365,221],[1345,232],[1323,248],[1303,247],[1288,260],[1270,281],[1246,294],[1237,303],[1205,285],[1190,274],[1174,286],[1150,282],[1126,286],[1095,279],[1070,271],[1039,266],[1011,259],[976,259]]},{"area":"086","points":[[1493,539],[1487,507],[1487,487],[1519,469],[1524,443],[1513,424],[1510,414],[1485,405],[1464,368],[1437,358],[1421,352],[1421,300],[1437,293],[1462,285],[1471,262],[1505,247],[1525,253],[1570,253],[1577,245],[1610,237],[1627,237],[1630,248],[1654,260],[1686,252],[1700,263],[1729,274],[1731,298],[1732,313],[1744,331],[1750,355],[1733,372],[1731,392],[1737,410],[1738,438],[1738,458],[1757,458],[1767,452],[1774,426],[1762,405],[1756,396],[1766,374],[1780,370],[1797,360],[1807,352],[1822,357],[1835,369],[1855,378],[1862,398],[1873,417],[1885,435],[1890,452],[1888,478],[1872,485],[1851,491],[1843,499],[1845,546],[1810,563],[1789,546],[1784,531],[1772,534],[1763,560],[1771,575],[1780,587],[1803,590],[1821,597],[1829,612],[1843,628],[1832,645],[1814,657],[1789,661],[1783,673],[1729,671],[1720,665],[1695,674],[1658,677],[1623,667],[1597,650],[1581,627],[1559,621],[1542,629],[1526,619],[1513,596],[1509,566],[1498,553]]},{"area":"082","points":[[1503,911],[1505,877],[1530,870],[1557,877],[1582,882],[1614,885],[1645,882],[1665,874],[1675,858],[1679,834],[1688,827],[1711,825],[1723,817],[1732,795],[1750,783],[1780,786],[1786,807],[1794,824],[1784,841],[1799,847],[1808,869],[1839,890],[1801,925],[1784,906],[1775,888],[1766,874],[1750,876],[1732,882],[1699,888],[1685,911],[1687,925],[1676,935],[1636,945],[1629,967],[1615,973],[1599,958],[1584,943],[1558,937],[1537,925],[1515,919]]},{"area":"083","points":[[1796,946],[1836,918],[1849,946],[1869,958],[1891,977],[1896,989],[1926,994],[1951,994],[1981,993],[1986,1035],[1962,1030],[1946,1033],[1919,1039],[1911,1032],[1888,1038],[1883,1059],[1869,1081],[1819,1097],[1794,1086],[1767,1075],[1734,1080],[1704,1087],[1689,1092],[1658,1078],[1646,1063],[1669,1040],[1712,1038],[1730,1017],[1721,1001],[1729,983],[1734,954],[1750,948],[1773,941],[1783,947]]},{"area":"085","points":[[1618,1071],[1657,1018],[1640,1008],[1600,1019],[1595,1033],[1572,1030],[1569,1021],[1544,1029],[1531,1049],[1516,1053],[1517,1069],[1517,1082],[1525,1091],[1517,1117],[1516,1140],[1528,1159],[1536,1175],[1536,1190],[1523,1202],[1509,1214],[1505,1232],[1510,1253],[1488,1262],[1471,1279],[1463,1299],[1465,1324],[1482,1345],[1498,1356],[1535,1358],[1539,1345],[1569,1336],[1577,1319],[1575,1311],[1579,1295],[1607,1294],[1620,1282],[1639,1264],[1675,1258],[1686,1245],[1690,1226],[1679,1212],[1660,1203],[1642,1198],[1629,1172],[1618,1153],[1595,1153],[1581,1156],[1569,1142],[1560,1120],[1563,1101],[1570,1080],[1571,1071],[1590,1078],[1605,1079]]},{"area":"07a","points":[[1103,1308],[1096,1253],[1124,1191],[1117,1143],[1121,1093],[1074,1062],[1065,1010],[1025,969],[1072,966],[1109,1011],[1199,1019],[1257,1005],[1282,916],[1284,839],[1205,858],[1190,785],[1153,685],[1085,600],[1000,600],[825,698],[858,893],[944,960],[871,1073],[773,979],[749,871],[696,829],[662,766],[698,674],[731,564],[703,498],[731,432],[818,433],[863,371],[969,400],[1062,539],[1191,585],[1251,648],[1337,674],[1373,773],[1367,904],[1304,1037],[1265,1107],[1242,1210],[1239,1253],[1237,1280],[1231,1303],[1220,1344],[1250,1368],[1262,1408],[1225,1430],[1168,1446],[1096,1440],[1052,1414],[1058,1368],[1076,1350],[1098,1348],[1104,1330]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/010-drippingcaves.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/011-102.webp"},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":2030,"height":1502,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":31,"offsetY":29,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/013-towerofzephyros.webp"},"title":"Map 1.3: Tower of Zephyros","width":1200,"height":3300,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-10,"offsetY":23,"distance":10},"mapRegions":[{"area":"09f","points":[[518,502],[518,608],[689,608],[689,502]]},{"area":"09d","points":[[519,625],[519,828],[686,828],[686,625]]},{"area":"09c","points":[[522,845],[504,971],[504,1104],[716,1101],[685,845]]},{"area":"09f","points":[[422,1569],[507,1418],[680,1415],[768,1561],[687,1711],[515,1714]]},{"area":"09d","points":[[434,1993],[413,1982],[396,1960],[395,1931],[405,1900],[433,1885],[467,1880],[499,1899],[509,1875],[681,1874],[698,1895],[719,1885],[749,1880],[773,1891],[789,1911],[796,1942],[788,1972],[775,1988],[758,1994],[768,2021],[687,2168],[511,2172],[426,2025],[439,2005]]},{"area":"09c","points":[[369,2765],[484,2568],[714,2569],[828,2769],[716,2967],[651,2968],[651,3079],[546,3079],[546,2966],[484,2966]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/013-towerofzephyros.webp"},"id":"178","page":"adventure.html","source":"SKT","hash":"skt"}]},{"name":"Ch. 2: Rumblings","ix":2,"images":[{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/SKT/016-skt02-02.webp"},"title":"Map 2.1: Bryn Shander","width":2711,"height":1476,"imageType":"map","grid":{"type":"none","size":52,"distance":100},"mapRegions":[{"area":"0af","points":[[752,1140],[752,1213],[822,1213],[822,1140]]},{"area":"0b2","points":[[1016,808],[1016,868],[1087,868],[1087,808]]},{"area":"0b0","points":[[674,974],[674,1042],[746,1042],[746,974]]},{"area":"0af","points":[[1305,120],[1305,187],[1374,187],[1374,120]]},{"area":"0af","points":[[2039,516],[2039,580],[2111,580],[2111,516]]},{"area":"0b1","points":[[1148,992],[1148,1062],[1213,1062],[1213,992]]},{"area":"0bb","points":[[1185,231],[1185,298],[1259,298],[1259,231]]},{"area":"0b7","points":[[1146,586],[1146,658],[1220,658],[1220,586]]},{"area":"0b8","points":[[1274,458],[1274,526],[1348,526],[1348,458]]},{"area":"0b9","points":[[1406,433],[1406,500],[1472,500],[1472,433]]},{"area":"0bc","points":[[1840,620],[1840,686],[1912,686],[1912,620]]},{"area":"0ba","points":[[1491,518],[1491,588],[1560,588],[1560,518]]},{"area":"0b5","points":[[1338,536],[1338,605],[1401,605],[1401,536]]},{"area":"0b4","points":[[1426,635],[1426,701],[1495,701],[1495,635]]},{"area":"0b6","points":[[1252,672],[1252,746],[1321,746],[1321,672]]},{"area":"0b3","points":[[1361,834],[1361,900],[1433,900],[1433,834]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/016-skt02-02.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/017-201.webp"},"title":"Player Version","mapParent":{"id":"ffd"},"width":2711,"height":1476,"imageType":"mapPlayer","grid":{"type":"none","size":52,"distance":100}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/SKT/018-goldenfields-1.webp"},"title":"Map 2.2: Goldenfields","width":2217,"height":3000,"imageType":"map","grid":{"type":"none","size":66,"distance":0.25,"units":"miles"},"mapRegions":[{"area":"0d6","points":[[559,522],[574,495],[575,481],[594,453],[619,456],[638,452],[665,466],[666,485],[712,506],[726,533],[685,520],[672,539],[622,540],[594,560],[569,544],[547,565],[544,546]]},{"area":"0d6","points":[[365,745],[381,698],[399,660],[431,659],[456,642],[468,666],[469,684],[460,728],[438,734],[386,766],[361,781]]},{"area":"0d6","points":[[188,912],[222,871],[275,886],[285,932],[280,966],[286,1000],[266,988],[232,988],[194,960]]},{"area":"0e6","points":[[292,931],[289,888],[386,774],[462,745],[485,726],[514,768],[522,824],[509,876],[462,911],[406,926],[332,940]]},{"area":"0d6","points":[[309,1126],[332,1094],[373,1132],[398,1145],[409,1186],[407,1212],[406,1231],[360,1194],[328,1175],[307,1158]]},{"area":"0e7","points":[[349,969],[441,948],[498,922],[522,907],[573,933],[611,964],[638,986],[632,1004],[560,1041],[484,1072],[402,1096],[372,1039]]},{"area":"0e5","points":[[525,696],[539,665],[582,614],[632,569],[665,569],[731,589],[818,625],[936,676],[1015,715],[1016,749],[989,781],[934,842],[844,947],[816,989],[768,1002],[722,1000],[636,939],[592,914],[555,906],[532,899],[558,844],[568,774],[546,725]]},{"area":"0d6","points":[[935,593],[978,604],[1000,594],[1054,608],[1059,644],[1085,656],[1045,661],[1012,666],[965,658],[940,616]]},{"area":"0d6","points":[[1472,808],[1527,806],[1595,822],[1601,840],[1605,873],[1593,911],[1532,894],[1498,845]]},{"area":"0d6","points":[[1893,981],[1945,969],[1989,988],[2004,1014],[1982,1065],[1939,1064],[1892,1048],[1889,1022]]},{"area":"0df","points":[[1173,1301],[1255,1212],[1356,1140],[1391,1127],[1398,1092],[1494,1006],[1581,945],[1712,999],[1852,1051],[1840,1094],[1800,1154],[1762,1215],[1713,1284],[1678,1360],[1669,1398],[1456,1372],[1318,1359],[1189,1344]]},{"area":"0e4","points":[[844,1033],[844,1002],[922,908],[976,848],[995,828],[1032,788],[1064,718],[1165,745],[1261,789],[1364,834],[1475,872],[1552,909],[1531,941],[1448,999],[1385,1061],[1314,1116],[1239,1169],[1153,1136],[1051,1092],[906,1055],[873,1038]]},{"area":"0de","points":[[889,1132],[920,1111],[952,1116],[994,1136],[1026,1147],[1041,1173],[1056,1189],[1051,1205],[1019,1189],[978,1188],[942,1179],[899,1152]]},{"area":"0dd","points":[[914,1174],[1016,1209],[1059,1215],[1060,1178],[1041,1138],[1078,1126],[1133,1155],[1221,1185],[1186,1232],[1138,1285],[1088,1288],[1047,1285],[1008,1279],[968,1245],[935,1215]]},{"area":"0d8","points":[[724,1006],[782,1006],[820,995],[829,1021],[834,1055],[807,1066],[781,1084],[752,1061],[718,1028]]},{"area":"0e8","points":[[426,1119],[548,1074],[624,1045],[675,1025],[718,1069],[767,1112],[776,1133],[664,1167],[546,1201],[472,1218],[459,1202],[433,1145]]},{"area":"0e3","points":[[478,1254],[578,1218],[726,1182],[826,1148],[878,1188],[947,1238],[1001,1299],[986,1355],[822,1359],[667,1351],[527,1355],[504,1316]]},{"area":"0d6","points":[[449,1322],[441,1366],[442,1396],[441,1422],[444,1465],[472,1421],[501,1402],[508,1366],[484,1341]]},{"area":"0d6","points":[[391,1542],[366,1569],[325,1587],[315,1644],[314,1694],[349,1674],[396,1635],[401,1587]]},{"area":"0e2","points":[[419,1612],[446,1526],[472,1462],[506,1464],[535,1471],[546,1511],[545,1554],[512,1593],[465,1620],[432,1626]]},{"area":"0d8","points":[[611,1507],[628,1508],[661,1505],[696,1507],[728,1527],[748,1562],[741,1598],[712,1624],[688,1633],[651,1635],[619,1613],[586,1596],[578,1561],[588,1527]]},{"area":"0e2","points":[[295,1852],[379,1672],[438,1692],[460,1728],[479,1766],[474,1812],[444,1849],[404,1871],[349,1881],[309,1881]]},{"area":"0d6","points":[[256,1818],[221,1824],[204,1885],[236,1954],[280,1946],[321,1971],[324,1938],[281,1866],[278,1835]]},{"area":"0d6","points":[[468,2068],[501,2081],[558,2106],[579,2138],[586,2174],[541,2186],[476,2165],[442,2134],[442,2096]]},{"area":"0d5","points":[[587,2216],[624,2204],[667,2232],[687,2272],[669,2296],[632,2294],[586,2255]]},{"area":"0d6","points":[[679,2329],[735,2295],[782,2324],[798,2368],[755,2396],[699,2373]]},{"area":"0d6","points":[[951,2595],[993,2565],[1040,2571],[1076,2594],[1058,2631],[1002,2651],[960,2626]]},{"area":"0d6","points":[[573,2739],[573,2792],[640,2792],[640,2739]]},{"area":"0d6","points":[[1472,2611],[1524,2594],[1568,2572],[1561,2605],[1574,2620],[1571,2656],[1512,2671],[1464,2640]]},{"area":"0d6","points":[[1701,2351],[1749,2304],[1807,2313],[1814,2366],[1778,2404],[1733,2399]]},{"area":"0d6","points":[[1655,1809],[1698,1798],[1744,1809],[1734,1880],[1700,1906],[1655,1885],[1646,1840]]},{"area":"0d6","points":[[1719,1415],[1740,1371],[1781,1344],[1805,1373],[1791,1429],[1740,1436]]},{"area":"0e0","points":[[1102,1399],[1334,1413],[1484,1416],[1609,1438],[1660,1451],[1628,1596],[1611,1741],[1602,1858],[1441,1879],[1382,1812],[1386,1741],[1381,1680],[1326,1660],[1273,1674],[1229,1711],[1199,1721],[1133,1713],[1107,1573],[1100,1454]]},{"area":"0dc","points":[[1234,1731],[1284,1693],[1349,1714],[1373,1751],[1365,1796],[1289,1791],[1241,1766]]},{"area":"0e1","points":[[551,1413],[561,1389],[632,1385],[796,1386],[965,1381],[1047,1392],[1041,1464],[1054,1578],[1060,1671],[967,1686],[925,1729],[940,1799],[979,1812],[984,1827],[929,1879],[904,1925],[896,1986],[919,2039],[820,2094],[749,2152],[698,2194],[639,2184],[602,2134],[547,2054],[539,2026],[607,1981],[614,1918],[564,1874],[578,1789],[548,1764],[516,1708],[473,1661],[569,1608],[632,1652],[715,1655],[778,1611],[775,1540],[727,1499],[661,1482],[602,1491],[585,1452]]},{"area":"0d9","points":[[948,1742],[980,1698],[1041,1698],[1082,1732],[1061,1775],[1053,1802],[1024,1809],[999,1792],[959,1779],[948,1762]]},{"area":"0d9","points":[[852,2144],[885,2111],[944,2096],[964,2111],[973,2127],[984,2142],[989,2158],[973,2188],[936,2191],[896,2186],[869,2167]]},{"area":"0d7","points":[[662,2206],[720,2175],[781,2184],[788,2211],[782,2238],[760,2253],[722,2244],[693,2238],[666,2225]]},{"area":"0e1","points":[[767,2262],[795,2249],[802,2205],[798,2171],[827,2154],[865,2189],[925,2219],[976,2209],[1015,2168],[1112,2140],[1161,2159],[1239,2147],[1267,2113],[1249,2087],[1296,2033],[1307,2006],[1298,1967],[1415,1934],[1615,1908],[1633,2001],[1646,2111],[1619,2105],[1564,2104],[1524,2133],[1524,2193],[1536,2224],[1609,2235],[1644,2219],[1669,2213],[1672,2288],[1682,2345],[1508,2548],[1464,2565],[1373,2558],[1215,2545],[1072,2544],[1013,2509],[944,2434],[960,2427],[1011,2413],[1058,2365],[1027,2320],[976,2296],[924,2305],[862,2346],[785,2284]]},{"area":"0d8","points":[[1541,2213],[1535,2181],[1535,2141],[1567,2119],[1618,2113],[1644,2118],[1665,2109],[1674,2146],[1681,2189],[1673,2200],[1648,2206],[1605,2224],[1569,2219]]},{"area":"0da","points":[[939,2045],[913,1993],[919,1927],[953,1868],[1027,1815],[1082,1791],[1112,1749],[1141,1732],[1218,1748],[1232,1786],[1280,1802],[1364,1807],[1413,1866],[1442,1919],[1335,1938],[1281,1955],[1289,2011],[1239,2049],[1167,2074],[1096,2029],[1026,2051],[974,2059]]},{"area":"0db","points":[[1115,2131],[1127,2059],[1166,2086],[1239,2060],[1248,2107],[1218,2139],[1166,2141]]},{"area":"0d8","points":[[872,2356],[926,2319],[975,2314],[1015,2331],[1045,2362],[1015,2396],[952,2414],[896,2405]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/018-goldenfields-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/019-202.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":2385,"height":3289,"imageType":"mapPlayer","grid":{"type":"none","size":71,"distance":0.25,"units":"miles"}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/SKT/021-triboar-1.webp"},"title":"Map 2.3: Triboar","width":2256,"height":3000,"imageType":"map","grid":{"type":"none","size":167,"distance":100},"mapRegions":[{"area":"107","points":[[712,592],[719,539],[781,514],[829,527],[813,588],[765,645],[719,616]]},{"area":"107","points":[[881,585],[921,558],[982,598],[982,642],[954,667],[904,674],[873,626]]},{"area":"106","points":[[1540,496],[1580,433],[1611,425],[1626,479],[1589,526],[1551,518]]},{"area":"106","points":[[1699,486],[1716,555],[1755,542],[1786,501],[1749,466],[1715,466]]},{"area":"11b","points":[[1382,652],[1393,599],[1442,579],[1481,574],[1533,622],[1505,680],[1466,725],[1387,694]]},{"area":"11a","points":[[1607,752],[1626,706],[1655,653],[1705,656],[1735,648],[1776,713],[1805,778],[1756,838],[1662,807],[1619,786]]},{"area":"107","points":[[1499,880],[1525,845],[1585,869],[1653,905],[1660,947],[1594,1012],[1521,964],[1500,921]]},{"area":"117","points":[[988,768],[1032,726],[1073,724],[1105,740],[1161,729],[1214,788],[1208,852],[1126,885],[1079,858],[1015,818]]},{"area":"107","points":[[858,845],[899,804],[938,827],[952,888],[879,905]]},{"area":"116","points":[[540,905],[628,1011],[701,964],[600,855]]},{"area":"107","points":[[675,1164],[734,1087],[795,1124],[741,1193]]},{"area":"111","points":[[699,1338],[749,1274],[799,1253],[824,1302],[773,1368],[813,1387],[788,1427],[707,1393],[702,1367]]},{"area":"107","points":[[576,1326],[628,1265],[654,1261],[667,1311],[633,1353],[595,1347]]},{"area":"107","points":[[631,1386],[640,1356],[666,1354],[688,1365],[701,1378],[694,1412],[669,1416]]},{"area":"10a","points":[[809,1439],[848,1385],[869,1353],[899,1316],[926,1281],[941,1267],[969,1274],[988,1287],[1016,1301],[1029,1312],[1034,1321],[993,1385],[968,1422],[939,1471],[919,1496],[904,1504],[853,1476],[833,1460]]},{"area":"108","points":[[1026,1527],[1024,1479],[1067,1428],[1140,1464],[1144,1526],[1100,1572]]},{"area":"109","points":[[1124,1358],[1147,1326],[1162,1289],[1182,1251],[1201,1231],[1239,1235],[1259,1245],[1282,1269],[1316,1289],[1333,1324],[1335,1365],[1311,1369],[1289,1374],[1271,1398],[1271,1420],[1268,1433],[1232,1432],[1202,1408],[1186,1395],[1166,1402],[1151,1380],[1133,1367]]},{"area":"10f","points":[[1219,1171],[1249,1120],[1321,1160],[1393,1067],[1555,1172],[1436,1319],[1388,1286],[1367,1259],[1339,1239],[1278,1198],[1248,1182]]},{"area":"113","points":[[1405,1067],[1509,1126],[1559,1047],[1495,1019],[1507,974],[1480,940],[1442,960],[1406,1040]]},{"area":"114","points":[[1118,1025],[1141,993],[1172,1007],[1205,988],[1233,986],[1256,1013],[1199,1108],[1132,1068]]},{"area":"115","points":[[812,974],[855,939],[889,968],[931,969],[945,1005],[940,1033],[872,1065],[822,1014]]},{"area":"110","points":[[891,1080],[962,1048],[995,1039],[1034,1033],[1078,1046],[1129,1080],[1195,1115],[1156,1168],[1120,1211],[1099,1215],[1039,1224],[1002,1218],[956,1179],[918,1128]]},{"area":"10b","points":[[69,1522],[198,1516],[292,1519],[408,1505],[535,1588],[575,1614],[574,1560],[562,1522],[638,1498],[687,1436],[741,1435],[774,1464],[789,1504],[838,1534],[885,1569],[900,1627],[852,1698],[804,1755],[727,1859],[645,1969],[619,2013],[538,2035],[435,2011],[376,1971],[351,1915],[346,1880],[271,1841],[229,1809],[193,1756],[129,1741],[69,1726]]},{"area":"106","points":[[1389,1340],[1414,1321],[1451,1339],[1449,1375],[1448,1396],[1432,1419],[1404,1412],[1388,1384]]},{"area":"107","points":[[1469,1374],[1507,1347],[1555,1351],[1574,1368],[1558,1413],[1502,1422],[1478,1398]]},{"area":"107","points":[[1634,1373],[1642,1339],[1713,1361],[1729,1386],[1696,1414],[1651,1409]]},{"area":"121","points":[[1775,1456],[1802,1434],[1839,1460],[1849,1494],[1840,1518],[1805,1531],[1786,1500]]},{"area":"107","points":[[1826,1552],[1842,1524],[1878,1532],[1893,1518],[1913,1533],[1886,1599],[1831,1581]]},{"area":"107","points":[[1936,1669],[1989,1624],[2026,1647],[2021,1695],[1994,1716],[1939,1698]]},{"area":"107","points":[[1686,1633],[1688,1600],[1751,1588],[1762,1626],[1760,1647],[1706,1659]]},{"area":"112","points":[[1556,1445],[1581,1424],[1609,1433],[1640,1426],[1679,1448],[1719,1476],[1716,1507],[1687,1546],[1655,1556],[1588,1525],[1579,1495],[1554,1473]]},{"area":"10d","points":[[1186,1614],[1182,1581],[1225,1519],[1268,1489],[1298,1507],[1325,1499],[1338,1478],[1436,1528],[1435,1576],[1391,1616],[1349,1589],[1300,1584],[1265,1632],[1221,1647]]},{"area":"107","points":[[1248,1678],[1259,1642],[1287,1633],[1321,1656],[1322,1707],[1280,1715]]},{"area":"107","points":[[1518,1659],[1566,1598],[1592,1604],[1606,1633],[1573,1689],[1533,1686]]},{"area":"107","points":[[1556,1742],[1591,1711],[1658,1738],[1645,1791],[1582,1780],[1560,1760]]},{"area":"11c","points":[[1639,1939],[1639,1906],[1682,1868],[1769,1766],[1807,1715],[1972,1812],[1938,1864],[1873,1935],[1852,1974],[1772,1924],[1714,1947],[1686,1972]]},{"area":"11f","points":[[1375,1946],[1428,1879],[1479,1872],[1494,1896],[1498,1953],[1449,2004],[1394,1974]]},{"area":"107","points":[[1252,1831],[1280,1800],[1338,1835],[1340,1867],[1312,1886],[1266,1872],[1258,1851]]},{"area":"107","points":[[1132,1736],[1179,1689],[1218,1725],[1213,1765],[1185,1788],[1146,1773]]},{"area":"10c","points":[[898,1744],[958,1620],[986,1593],[1035,1586],[1061,1600],[1162,1662],[1114,1741],[1076,1721],[1045,1769],[1041,1793],[1015,1819],[968,1795],[918,1765]]},{"area":"119","points":[[867,1884],[899,1829],[938,1807],[951,1816],[982,1812],[1014,1839],[1015,1867],[985,1894],[954,1896],[929,1911],[888,1901]]},{"area":"107","points":[[992,1974],[1052,1927],[1082,1965],[1080,1994],[1048,2027],[1008,2014]]},{"area":"11d","points":[[1202,2147],[1236,2080],[1298,2093],[1387,2141],[1426,2134],[1447,2158],[1446,2221],[1396,2225],[1369,2251],[1244,2180]]},{"area":"120","points":[[968,2148],[911,2171],[858,2173],[832,2158],[808,2142],[751,2144],[738,2144],[720,2161],[729,2191],[741,2216],[758,2240],[785,2260],[818,2281],[873,2322],[919,2353],[948,2376],[982,2372],[1029,2408],[1065,2433],[1082,2462],[1145,2473],[1187,2441],[1168,2395],[1151,2359],[1116,2335],[1076,2327],[1074,2302],[1080,2258],[1041,2236],[1007,2206],[974,2174]]},{"area":"123","points":[[56,1792],[132,1845],[232,1920],[299,1967],[358,2026],[479,2054],[554,2080],[628,2074],[556,2188],[509,2246],[456,2335],[452,2367],[388,2434],[374,2467],[285,2513],[236,2572],[128,2694],[89,2429],[80,2180],[94,2044],[71,1887]]},{"area":"106","points":[[567,2294],[612,2244],[640,2267],[638,2308],[612,2334]]},{"area":"106","points":[[606,2467],[604,2431],[665,2416],[673,2451],[672,2472],[628,2487]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/021-triboar-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/022-203.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":2471,"height":3286,"imageType":"mapPlayer","grid":{"type":"none","size":183,"distance":100}}]},{"name":"Ch. 3: The Savage Frontier","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SKT/027-skt03-thenorth.webp"},"title":"Map 3.1: The North","width":3000,"height":1905,"imageType":"map","grid":{"type":"none","size":249,"distance":100,"units":"miles"},"mapRegions":[{"area":"259","points":[[67,118],[67,180],[219,180],[219,118]]},{"area":"23d","points":[[204,8],[204,115],[415,115],[415,8]]},{"area":"1da","points":[[24,227],[24,258],[114,258],[114,227]]},{"area":"180","points":[[126,260],[126,318],[288,318],[288,260]]},{"area":"1a9","points":[[289,355],[289,396],[444,396],[444,355]]},{"area":"1d8","points":[[465,234],[465,292],[638,292],[638,234]]},{"area":"1ea","points":[[259,168],[259,207],[426,207],[426,168]]},{"area":"1dd","points":[[429,159],[516,84],[589,58],[598,87],[539,104],[489,140],[442,178]]},{"area":"189","points":[[545,118],[545,161],[734,161],[734,118]]},{"area":"23a","points":[[760,21],[760,58],[980,58],[980,21]]},{"area":"24c","points":[[686,167],[758,153],[854,147],[938,144],[1035,165],[1048,176],[1039,198],[938,180],[859,181],[794,186],[721,195],[692,198]]},{"area":"1f2","points":[[621,201],[621,262],[731,262],[731,201]]},{"area":"1a5","points":[[1027,79],[1027,132],[1298,132],[1298,79]]},{"area":"234","points":[[756,193],[756,221],[896,221],[896,193]]},{"area":"208","points":[[588,443],[588,478],[707,478],[707,443]]},{"area":"22c","points":[[600,658],[600,698],[747,698],[747,658]]},{"area":"21b","points":[[618,751],[618,788],[788,788],[788,751]]},{"area":"1d2","points":[[794,768],[794,803],[967,803],[967,768]]},{"area":"211","points":[[795,464],[795,497],[986,497],[986,464]]},{"area":"1b3","points":[[856,566],[856,602],[1029,602],[1029,566]]},{"area":"21c","points":[[860,652],[860,718],[1040,718],[1040,652]]},{"area":"194","points":[[983,378],[983,412],[1065,412],[1065,378]]},{"area":"272","points":[[1072,392],[1072,431],[1291,431],[1291,392]]},{"area":"20c","points":[[944,264],[944,202],[1144,202],[1144,224],[1020,224],[1020,244],[986,244],[986,264]]},{"area":"20d","points":[[1007,257],[1007,309],[1116,309],[1116,257]]},{"area":"1cb","points":[[1150,486],[1150,534],[1329,534],[1329,486]]},{"area":"204","points":[[1148,574],[1148,615],[1314,615],[1314,574]]},{"area":"25e","points":[[1147,836],[1147,890],[1264,890],[1264,836]]},{"area":"22b","points":[[898,980],[898,1029],[1041,1029],[1041,980]]},{"area":"1fd","points":[[785,1026],[785,1070],[898,1070],[898,1026]]},{"area":"26e","points":[[1108,975],[1108,1016],[1259,1016],[1259,975]]},{"area":"18e","points":[[966,1134],[966,1193],[1124,1193],[1124,1134]]},{"area":"25c","points":[[802,1217],[802,1266],[961,1266],[961,1217]]},{"area":"1f0","points":[[1085,1201],[1085,1244],[1220,1244],[1220,1201]]},{"area":"181","points":[[1090,1270],[1090,1308],[1304,1308],[1304,1270]]},{"area":"271","points":[[1305,1287],[1305,1340],[1430,1340],[1430,1287]]},{"area":"179","points":[[1040,1344],[1040,1382],[1168,1382],[1168,1344]]},{"area":"231","points":[[976,1409],[976,1448],[1149,1448],[1149,1409]]},{"area":"269","points":[[1031,1503],[1031,1550],[1178,1550],[1178,1503]]},{"area":"21e","points":[[1231,1524],[1231,1563],[1394,1563],[1394,1524]]},{"area":"17c","points":[[1254,1462],[1254,1522],[1340,1522],[1340,1462]]},{"area":"1bb","points":[[1258,1349],[1258,1390],[1451,1390],[1451,1349]]},{"area":"239","points":[[861,1275],[861,1372],[996,1372],[996,1275]]},{"area":"25a","points":[[977,1219],[1002,1206],[1038,1211],[1026,1249],[1049,1283],[1074,1313],[1095,1333],[1064,1340],[1019,1310],[989,1261]]},{"area":"20b","points":[[859,1088],[859,1153],[967,1153],[967,1088]]},{"area":"1f9","points":[[1054,1023],[1054,1077],[1202,1077],[1202,1023]]},{"area":"25a","points":[[1029,913],[1029,953],[1184,953],[1184,913]]},{"area":"24e","points":[[1074,580],[1123,590],[1149,630],[1180,699],[1184,740],[1144,733],[1113,713],[1069,654],[1069,612]]},{"area":"207","points":[[1231,290],[1231,353],[1423,353],[1423,290]]},{"area":"1c6","points":[[1334,72],[1334,143],[1467,143],[1467,72]]},{"area":"24c","points":[[1518,49],[1518,104],[1865,104],[1865,49]]},{"area":"244","points":[[1347,438],[1347,501],[1455,501],[1455,438]]},{"area":"257","points":[[1224,624],[1224,702],[1336,702],[1336,624]]},{"area":"19e","points":[[1215,786],[1296,770],[1370,762],[1471,770],[1498,782],[1477,811],[1406,801],[1350,802],[1309,811],[1246,821],[1229,824]]},{"area":"1ac","points":[[1390,724],[1390,758],[1502,758],[1502,724]]},{"area":"215","points":[[1347,598],[1347,674],[1496,674],[1496,598]]},{"area":"218","points":[[1513,502],[1513,545],[1641,545],[1641,502]]},{"area":"23b","points":[[1508,416],[1508,472],[1642,472],[1642,416]]},{"area":"20f","points":[[1525,347],[1525,407],[1641,407],[1641,347]]},{"area":"1b2","points":[[1584,274],[1584,351],[1674,351],[1674,274]]},{"area":"1a8","points":[[1507,215],[1507,254],[1634,254],[1634,215]]},{"area":"267","points":[[1155,230],[1228,218],[1302,167],[1330,131],[1358,144],[1327,201],[1281,242],[1211,265],[1153,268]]},{"area":"278","points":[[1691,419],[1691,488],[1812,488],[1812,419]]},{"area":"210","points":[[1781,313],[1781,350],[1908,350],[1908,313]]},{"area":"224","points":[[1819,257],[1819,287],[1949,287],[1949,257]]},{"area":"19f","points":[[1958,206],[1958,236],[2091,236],[2091,206]]},{"area":"184","points":[[1959,146],[1959,194],[2133,194],[2133,146]]},{"area":"193","points":[[2095,109],[2095,140],[2214,140],[2214,109]]},{"area":"1eb","points":[[2176,144],[2176,193],[2315,193],[2315,144]]},{"area":"1db","points":[[2280,56],[2280,108],[2461,108],[2461,56]]},{"area":"247","points":[[2047,266],[2176,241],[2255,238],[2356,251],[2445,273],[2429,322],[2371,310],[2303,296],[2217,296],[2149,312],[2069,331]]},{"area":"1db","points":[[2557,228],[2557,269],[2753,269],[2753,228]]},{"area":"18f","points":[[2491,295],[2491,333],[2684,333],[2684,295]]},{"area":"268","points":[[2488,345],[2488,441],[2633,441],[2633,345]]},{"area":"1ec","points":[[2640,369],[2640,425],[2827,425],[2827,369]]},{"area":"17e","points":[[2643,440],[2643,477],[2746,477],[2746,440]]},{"area":"17d","points":[[2519,482],[2519,528],[2647,528],[2647,482]]},{"area":"198","points":[[2340,395],[2340,445],[2487,445],[2487,395]]},{"area":"191","points":[[2080,337],[2080,386],[2285,386],[2285,337]]},{"area":"232","points":[[2197,379],[2197,445],[2304,445],[2304,379]]},{"area":"21d","points":[[2237,455],[2237,500],[2368,500],[2368,455]]},{"area":"256","points":[[2023,493],[2023,531],[2176,531],[2176,493]]},{"area":"1cf","points":[[1850,427],[1850,489],[2002,489],[2002,427]]},{"area":"249","points":[[1789,496],[1789,544],[1946,544],[1946,496]]},{"area":"21a","points":[[1887,540],[1887,571],[2141,571],[2141,540]]},{"area":"1a1","points":[[1865,584],[1865,641],[1991,641],[1991,584]]},{"area":"1ed","points":[[2091,571],[2091,629],[2219,629],[2219,571]]},{"area":"251","points":[[2086,639],[2086,691],[2219,691],[2219,639]]},{"area":"1bd","points":[[1945,765],[1945,818],[2141,818],[2141,765]]},{"area":"240","points":[[1761,784],[1761,851],[1927,851],[1927,784]]},{"area":"1d5","points":[[1991,820],[1991,885],[2233,885],[2233,820]]},{"area":"205","points":[[1791,901],[1791,936],[1918,936],[1918,901]]},{"area":"21f","points":[[1633,829],[1633,909],[1758,909],[1758,829]]},{"area":"24d","points":[[1788,979],[1788,1029],[1974,1029],[1974,979]]},{"area":"1d5","points":[[1570,1138],[1570,1186],[1798,1186],[1798,1138]]},{"area":"248","points":[[1780,550],[1812,539],[1834,576],[1855,624],[1864,674],[1864,697],[1829,698],[1816,642],[1793,589]]},{"area":"1a4","points":[[1540,607],[1540,665],[1744,665],[1744,607]]},{"area":"223","points":[[1651,687],[1651,722],[1854,722],[1854,687]]},{"area":"18c","points":[[1528,737],[1528,807],[1636,807],[1636,737]]},{"area":"275","points":[[1372,834],[1372,887],[1470,887],[1470,834]]},{"area":"19c","points":[[1386,904],[1386,984],[1501,984],[1501,904]]},{"area":"24f","points":[[1349,1040],[1349,1073],[1487,1073],[1487,1040]]},{"area":"182","points":[[1379,1076],[1379,1109],[1494,1109],[1494,1076]]},{"area":"1dc","points":[[1497,1109],[1534,1071],[1573,1011],[1593,971],[1614,975],[1591,1034],[1559,1084],[1513,1126]]},{"area":"1cc","points":[[1402,1165],[1402,1239],[1490,1239],[1490,1165]]},{"area":"255","points":[[1259,1109],[1259,1136],[1440,1136],[1440,1109]]},{"area":"238","points":[[1203,1138],[1203,1169],[1345,1169],[1345,1138]]},{"area":"19e","points":[[1261,1184],[1290,1171],[1317,1199],[1372,1232],[1428,1252],[1498,1271],[1498,1296],[1435,1284],[1365,1260],[1310,1229],[1276,1202]]},{"area":"262","points":[[1536,1384],[1536,1425],[1638,1425],[1638,1384]]},{"area":"1b1","points":[[1508,1442],[1508,1506],[1628,1506],[1628,1442]]},{"area":"23e","points":[[1547,1527],[1547,1563],[1689,1563],[1689,1527]]},{"area":"19b","points":[[1346,1584],[1424,1567],[1498,1568],[1501,1594],[1470,1602],[1464,1620],[1417,1624],[1397,1611],[1363,1622]]},{"area":"1ee","points":[[1524,1616],[1524,1670],[1656,1670],[1656,1616]]},{"area":"195","points":[[1225,1635],[1225,1692],[1384,1692],[1384,1635]]},{"area":"1fe","points":[[1264,1699],[1264,1760],[1351,1760],[1351,1699]]},{"area":"26c","points":[[1389,1817],[1389,1879],[1478,1879],[1478,1817]]},{"area":"20e","points":[[1503,1744],[1503,1833],[1602,1833],[1602,1744]]},{"area":"1d6","points":[[1836,1780],[1836,1832],[2053,1832],[2053,1780]]},{"area":"276","points":[[1838,1465],[1838,1496],[1958,1496],[1958,1465]]},{"area":"24b","points":[[1941,1498],[1941,1526],[2098,1526],[2098,1498]]},{"area":"19b","points":[[1657,1393],[1690,1419],[1734,1434],[1785,1437],[1854,1423],[1866,1442],[1814,1467],[1749,1469],[1698,1456],[1664,1445],[1642,1418]]},{"area":"243","points":[[1969,1243],[1969,1273],[2084,1273],[2084,1243]]},{"area":"228","points":[[2068,1304],[2068,1349],[2169,1349],[2169,1304]]},{"area":"206","points":[[1974,1382],[1974,1423],[2130,1423],[2130,1382]]},{"area":"1c2","points":[[2114,1427],[2114,1453],[2233,1453],[2233,1427]]},{"area":"1ff","points":[[2260,1390],[2260,1433],[2376,1433],[2376,1390]]},{"area":"22a","points":[[2446,1479],[2446,1516],[2553,1516],[2553,1479]]},{"area":"1c1","points":[[2216,1511],[2273,1527],[2368,1538],[2481,1524],[2495,1551],[2402,1576],[2346,1576],[2282,1569],[2209,1540]]},{"area":"1af","points":[[2503,1684],[2503,1740],[2619,1740],[2619,1684]]},{"area":"202","points":[[2671,1643],[2671,1701],[2764,1701],[2764,1643]]},{"area":"26d","points":[[2533,1434],[2533,1497],[2681,1497],[2681,1434]]},{"area":"199","points":[[2350,1207],[2350,1256],[2560,1256],[2560,1207]]},{"area":"1c1","points":[[2240,1122],[2240,1197],[2405,1197],[2405,1122]]},{"area":"19a","points":[[2144,1138],[2222,1073],[2269,1047],[2335,1029],[2342,1056],[2302,1072],[2257,1093],[2224,1113],[2192,1144],[2172,1160]]},{"area":"1a6","points":[[2467,1132],[2467,1189],[2553,1189],[2553,1132]]},{"area":"1c1","points":[[2318,874],[2318,942],[2455,942],[2455,874]]},{"area":"19b","points":[[2325,819],[2401,759],[2466,682],[2487,693],[2464,734],[2426,780],[2381,816],[2336,838]]},{"area":"21a","points":[[2379,548],[2379,593],[2639,593],[2639,548]]},{"area":"17b","points":[[2648,853],[2648,925],[2898,925],[2898,853]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/027-skt03-thenorth.webp"},"id":"1a0","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/SKT/028-skt03-beorunnaswell.webp"},"title":"Map 3.2: Beorunna's Well","grid":{"type":"square","size":95,"offsetX":22,"offsetY":6,"distance":50},"width":3000,"height":2063,"imageType":"map","mapRegions":[{"area":"184","points":[[1813,317],[1813,390],[2333,390],[2333,317]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/028-skt03-beorunnaswell.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/029-301.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":28,"offsetY":9,"distance":50}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/SKT/030-skt03-everlund.webp"},"title":"Map 3.3: Everlund","width":2400,"height":1650,"imageType":"map","grid":{"type":"none","size":74,"distance":100},"mapRegions":[{"area":"1a1","points":[[34,1595],[34,1645],[371,1645],[371,1595]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/030-skt03-everlund.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/031-302.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"none","size":74,"distance":100}},{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/SKT/032-skt03-08.webp"},"title":"Map 3.4: Flint Rock","width":727,"height":1000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":40,"offsetY":-24,"scale":2,"distance":50},"mapRegions":[{"area":"1ac","points":[[65,66],[65,96],[224,96],[224,66]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/032-skt03-08.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/033-303.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":44,"offsetY":-25,"distance":50}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/SKT/034-skt03-grandfathertree.webp"},"title":"Map 3.5: The Grandfather Tree","width":3000,"height":2063,"imageType":"map","grid":{"type":"square","size":85,"offsetX":11,"offsetY":-8,"distance":50},"mapRegions":[{"area":"1bd","points":[[374,198],[374,247],[906,247],[906,198]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/034-skt03-grandfathertree.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/035-304.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":17,"distance":50}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/SKT/036-skt03-greatwormcavern.webp"},"title":"Map 3.6: Great Worm Cavern","width":3000,"height":2063,"imageType":"map","grid":{"type":"square","size":116,"offsetX":68,"offsetY":28,"distance":50},"mapRegions":[{"area":"1c6","points":[[307,1021],[307,1080],[907,1080],[907,1021]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/036-skt03-greatwormcavern.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/037-305.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":124,"offsetX":-51,"offsetY":25,"distance":50}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/SKT/039-skt03-morgursmound.webp"},"title":"Map 3.7: Mogur's Mound","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":108,"offsetX":63,"offsetY":58,"distance":50},"mapRegions":[{"area":"211","points":[[130,1584],[130,1646],[685,1646],[685,1584]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/039-skt03-morgursmound.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/040-306.webp"},"title":"Player Version","mapParent":{"id":"ff5"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":61,"offsetY":47,"distance":50}},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/SKT/041-skt03-onestone.webp"},"title":"Map 3.8: One Stone","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","offsetX":39,"offsetY":25,"distance":50},"mapRegions":[{"area":"224","points":[[330,126],[330,192],[741,192],[741,126]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/041-skt03-onestone.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/042-307.webp"},"title":"Player Version","mapParent":{"id":"ff4"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetX":43,"offsetY":29,"distance":50}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/SKT/043-skt03-ravenrock.webp"},"title":"Map 3.9: Raven Rock","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":96,"offsetX":59,"offsetY":-25,"distance":50},"mapRegions":[{"area":"234","points":[[582,147],[582,203],[1013,203],[1013,147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/043-skt03-ravenrock.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/044-308.webp"},"title":"Player Version","mapParent":{"id":"ff3"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-36,"offsetY":-24,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/045-skt03-gundarlunruathym.webp"},"title":"Map 3.10: Gundarlun and Ruathym","width":942,"height":1735,"imageType":"map","grid":{"type":"none","size":314,"distance":100},"mapRegions":[{"area":"1cd","points":[[158,2],[158,58],[370,58],[370,2]]},{"area":"23c","points":[[427,6],[427,51],[602,51],[602,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/045-skt03-gundarlunruathym.webp"},"id":"1d9","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/SKT/046-skt03-16.webp"},"title":"Map 3.11: Shining White","width":727,"height":1000,"imageType":"map","grid":{"type":"square","size":87,"offsetX":11,"offsetY":31,"scale":2,"distance":50},"mapRegions":[{"area":"244","points":[[276,2],[276,55],[459,55],[459,2]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/046-skt03-16.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/047-309.webp"},"title":"Player Version","mapParent":{"id":"ff2","autoScale":true},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":9,"offsetY":32,"distance":50}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/SKT/048-skt03-stonestand.webp"},"title":"Map 3.12: Stone Stand","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":105,"offsetX":57,"offsetY":-1,"distance":50},"mapRegions":[{"area":"251","points":[[213,159],[213,223],[750,223],[750,159]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/048-skt03-stonestand.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/049-310.webp"},"title":"Player Version","mapParent":{"id":"ff1"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":57,"offsetY":-3,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/050-skt03-tuernpurplerocks.webp"},"title":"Map 3.13: Tuern and Purple Rocks","width":992,"height":1318,"imageType":"map","grid":{"type":"none","size":281,"distance":100,"units":"miles"},"mapRegions":[{"area":"260","points":[[166,2],[166,49],[285,49],[285,2]]},{"area":"22f","points":[[351,6],[351,53],[624,53],[624,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/050-skt03-tuernpurplerocks.webp"},"id":"209","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/052-skt03-20.webp"},"title":"Map 3.14: Old Tower","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":65,"offsetX":14,"offsetY":4,"distance":10},"mapRegions":[{"area":"27a","points":[[194,53],[194,78],[358,78],[358,53]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/052-skt03-20.webp"},"id":"230","page":"adventure.html","source":"SKT","hash":"skt"}]},{"name":"Ch. 4: The Chosen Path","ix":4,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/SKT/056-skt04-eye.webp"},"title":"Map 4.1: Eye of the All-Father","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-31,"offsetY":-11,"scale":2,"distance":20},"mapRegions":[{"area":"2b1","points":[[599,546],[600,527],[619,506],[667,490],[706,481],[736,491],[750,519],[753,544],[751,567],[743,597],[721,620],[701,617],[687,623],[657,604],[629,589],[609,573]]},{"area":"2ae","points":[[349,776],[387,789],[399,823],[414,837],[430,846],[456,849],[491,840],[496,826],[521,804],[534,797],[553,791],[564,776],[571,763],[587,750],[609,736],[629,711],[646,689],[670,680],[674,661],[667,647],[663,629],[684,636],[690,670],[680,691],[656,703],[629,739],[613,756],[596,753],[590,770],[580,779],[570,793],[561,803],[537,811],[521,817],[511,841],[496,859],[476,860],[481,879],[503,911],[520,937],[529,964],[554,977],[573,976],[584,950],[600,936],[617,923],[643,926],[664,931],[679,954],[680,970],[667,997],[657,1026],[650,1044],[674,1053],[716,1063],[750,1063],[784,1051],[817,1050],[824,1031],[817,1019],[810,1003],[811,979],[819,957],[801,921],[799,901],[791,866],[794,833],[787,810],[756,786],[737,780],[726,743],[733,711],[747,693],[754,667],[740,650],[749,634],[766,663],[761,694],[749,721],[737,736],[746,769],[776,781],[803,807],[807,853],[811,891],[819,921],[837,947],[863,956],[899,931],[916,919],[927,889],[923,857],[909,840],[881,827],[863,804],[876,763],[901,743],[919,694],[947,657],[1013,661],[1039,676],[1071,726],[1090,761],[1099,784],[1121,804],[1161,821],[1194,831],[1210,853],[1166,844],[1127,831],[1104,809],[1070,759],[1054,720],[1026,689],[997,670],[949,670],[929,697],[919,737],[907,759],[889,766],[880,801],[893,823],[920,839],[933,863],[944,879],[934,910],[921,933],[897,951],[866,967],[850,974],[833,963],[821,989],[831,1016],[839,1044],[821,1069],[783,1073],[746,1086],[700,1077],[664,1067],[644,1066],[633,1076],[634,1110],[644,1147],[670,1174],[673,1193],[693,1206],[713,1227],[737,1241],[754,1257],[726,1267],[730,1249],[706,1241],[676,1214],[659,1187],[637,1157],[620,1119],[626,1070],[630,1043],[649,1011],[664,977],[661,949],[644,940],[620,934],[601,950],[591,967],[589,986],[563,991],[516,973],[500,941],[473,899],[460,869],[450,859],[420,859],[401,853],[383,810],[363,793],[339,791]]},{"area":"2b2","points":[[634,1367],[650,1343],[661,1321],[699,1291],[720,1277],[757,1270],[784,1293],[784,1359],[773,1386],[749,1383],[723,1383],[704,1410],[680,1409],[667,1416],[646,1396],[637,1379]]},{"area":"2ad","points":[[1321,289],[1321,387],[1454,387],[1454,289]]},{"area":"2ac","points":[[1354,603],[1354,690],[1433,690],[1433,603]]},{"area":"2ab","points":[[1086,1317],[1086,1487],[1697,1487],[1697,1317]]},{"area":"29e","points":[[954,1534],[1086,1534],[1086,1573],[1034,1573],[1034,1621],[954,1621]]},{"area":"29d","points":[[510,1626],[1086,1626],[1086,1663],[904,1663],[904,1710],[946,1710],[946,1754],[554,1754],[554,1710],[599,1710],[599,1666],[510,1666]]},{"area":"29d","points":[[556,1839],[947,1839],[947,1883],[906,1883],[906,1931],[1089,1931],[1089,1973],[510,1973],[510,1931],[603,1931],[603,1886],[556,1886]]},{"area":"296","points":[[380,1580],[380,1707],[506,1707],[506,1580]]},{"area":"297","points":[[380,1891],[380,2016],[506,2016],[506,1891]]},{"area":"29f","points":[[954,1979],[1036,1979],[1036,2020],[1084,2020],[1084,2060],[954,2060]]},{"area":"28d","points":[[264,1671],[234,1689],[209,1719],[187,1770],[187,1823],[204,1874],[247,1907],[276,1921],[273,1906],[289,1901],[299,1873],[310,1856],[336,1837],[336,1759],[319,1746],[306,1734],[299,1707],[270,1687]]},{"area":"295","points":[[376,1757],[376,1837],[511,1837],[511,1757]]},{"area":"299","points":[[536,1754],[536,1834],[950,1834],[950,1754]]},{"area":"29a","points":[[956,1757],[956,1839],[1087,1839],[1087,1757]]},{"area":"2a0","points":[[1089,1491],[1089,2100],[1697,2100],[1697,1491]]},{"area":"2b7","points":[[1839,1677],[2053,1553],[2270,1674],[2269,1927],[2054,2047],[1837,1926],[1837,1913],[1849,1913],[1849,1889],[1823,1889],[1823,1713],[1853,1713],[1853,1689],[1839,1689]]},{"area":"2a8","points":[[1129,2157],[1263,2157],[1263,2110],[1520,2110],[1520,2156],[1651,2156],[1651,2423],[1697,2429],[1741,2437],[1781,2461],[1821,2501],[1846,2543],[1869,2604],[1870,2666],[1861,2700],[1840,2743],[1814,2789],[1769,2821],[1727,2843],[1693,2846],[1654,2850],[1654,3117],[1129,3117]]},{"area":"2aa","points":[[1221,1306],[1566,1306],[1566,390],[1221,390],[1221,583],[1450,583],[1450,709],[1221,709]]},{"area":"2aa","points":[[1220,586],[1220,707],[1329,707],[1329,586]]},{"area":"2b5","points":[[2100,916],[2100,1040],[2227,1040],[2227,916]]},{"area":"2b4","points":[[1837,1399],[1837,1313],[1883,1313],[1883,694],[1914,701],[1956,714],[1971,706],[1990,716],[1999,730],[2013,741],[2056,746],[2074,730],[2106,756],[2146,766],[2174,771],[2199,804],[2229,829],[2229,904],[2091,904],[2091,1051],[2227,1051],[2227,1311],[2269,1311],[2269,1397],[2086,1397],[2083,1426],[2059,1441],[2024,1433],[2024,1399]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/056-skt04-eye.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/057-401.webp"},"title":"Player Version","mapParent":{"id":"ff0"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-31,"offsetY":-10,"scale":2,"distance":20}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/060-skt04-harshnagsmap.webp"},"title":"Map 4.2: Harshnag's Map","width":2612,"height":1761,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"2c1","points":[[56,1716],[56,1757],[690,1757],[690,1716]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/060-skt04-harshnagsmap.webp"},"id":"266","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/SKT/061-skt04-05.webp"},"title":"Map 4.3: Dragon Cult Airship","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":88,"offsetX":48,"offsetY":23,"scale":2},"mapRegions":[{"area":"2ce","points":[[41,669],[41,685],[250,685],[250,669]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/061-skt04-05.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/062-402.webp"},"title":"Player Version","mapParent":{"id":"fef","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":56,"offsetY":42}}]},{"name":"Ch. 5: Den of the Hill Giants","ix":5,"images":[{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/SKT/064-skt05-gruddhaug.webp"},"title":"Map 5.1: Grudd Haug","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":67,"scale":3,"distance":10},"mapRegions":[{"area":"306","points":[[435,1400],[435,1472],[508,1472],[508,1400]]},{"area":"315","points":[[551,1617],[551,1791],[650,1791],[650,1617]]},{"area":"304","points":[[764,1469],[853,1469],[853,1594],[789,1594],[785,1582],[776,1570],[764,1568]]},{"area":"301","points":[[676,1477],[750,1477],[750,1569],[724,1581],[716,1594],[718,1618],[731,1632],[768,1632],[788,1619],[788,1609],[853,1609],[853,1794],[676,1794]]},{"area":"2fb","points":[[877,1392],[877,1792],[1293,1792],[1293,1392]]},{"area":"2ff","points":[[1374,1397],[1374,1435],[1365,1444],[1365,1457],[1405,1457],[1405,1439],[1397,1431],[1397,1396],[1438,1396],[1449,1404],[1449,1522],[1321,1531],[1319,1397]]},{"area":"2f9","points":[[1319,1552],[1319,1635],[1468,1635],[1468,1552]]},{"area":"300","points":[[1316,1659],[1454,1661],[1454,1794],[1324,1791],[1316,1697]]},{"area":"311","points":[[655,2238],[665,2198],[677,2183],[670,2150],[678,2128],[697,2122],[722,2112],[732,2088],[778,2092],[791,2112],[787,2130],[790,2144],[787,2157],[819,2195],[804,2230],[748,2235],[706,2236],[681,2243]]},{"area":"30f","points":[[537,2375],[560,2349],[586,2333],[599,2316],[616,2304],[641,2280],[675,2274],[694,2285],[717,2283],[717,2270],[759,2266],[773,2279],[808,2289],[837,2274],[874,2280],[894,2282],[894,2343],[896,2400],[901,2432],[899,2479],[883,2512],[866,2524],[840,2538],[801,2547],[786,2544],[763,2538],[749,2541],[712,2548],[676,2552],[664,2545],[632,2546],[601,2536],[598,2518],[584,2508],[583,2457],[558,2452],[542,2448],[528,2415],[537,2396]]},{"area":"30d","points":[[982,2021],[1016,2015],[1040,2011],[1066,2012],[1084,2016],[1086,2028],[1102,2035],[1123,2030],[1131,2035],[1133,2016],[1151,2006],[1176,2003],[1197,1996],[1216,2001],[1243,2014],[1251,2039],[1251,2075],[1241,2089],[1221,2093],[1206,2086],[1200,2092],[1197,2102],[1205,2112],[1197,2134],[1226,2143],[1241,2142],[1206,2164],[1066,2202],[1042,2202],[1009,2179],[1036,2173],[1063,2170],[1070,2160],[1063,2146],[1037,2142],[1018,2148],[987,2152],[965,2145],[950,2137],[941,2114],[941,2083],[941,2062],[970,2043],[977,2034]]},{"area":"30c","points":[[939,2414],[983,2388],[992,2348],[981,2293],[987,2264],[1012,2225],[1024,2218],[1058,2217],[1122,2199],[1211,2182],[1246,2156],[1292,2147],[1332,2148],[1304,2179],[1290,2183],[1285,2202],[1302,2205],[1316,2235],[1345,2279],[1355,2304],[1341,2349],[1354,2385],[1386,2422],[1408,2440],[1408,2494],[1413,2528],[1426,2534],[1392,2557],[1358,2575],[1336,2591],[1296,2587],[1250,2549],[1223,2534],[1184,2545],[1136,2548],[1057,2547],[1005,2530],[971,2518],[948,2483],[937,2441]]},{"area":"30b","points":[[1496,2114],[1478,2095],[1481,2071],[1495,2057],[1516,2041],[1537,2041],[1558,2044],[1581,2054],[1603,2049],[1626,2050],[1640,2059],[1655,2075],[1670,2086],[1653,2102],[1636,2101],[1634,2092],[1617,2096],[1606,2103],[1619,2117],[1612,2128],[1595,2146],[1598,2165],[1595,2194],[1586,2206],[1561,2201],[1546,2190],[1541,2177],[1522,2170],[1496,2133]]},{"area":"309","points":[[1632,2129],[1644,2129],[1654,2116],[1679,2107],[1682,2107],[1694,2103],[1717,2099],[1739,2109],[1752,2126],[1760,2142],[1803,2136],[1825,2119],[1826,2097],[1824,2078],[1803,2072],[1771,2080],[1760,2059],[1782,2046],[1815,2041],[1829,2050],[1828,2030],[1850,2011],[1872,2016],[1901,2027],[1926,2046],[1947,2069],[1944,2077],[1948,2097],[1952,2109],[1931,2119],[1935,2137],[1943,2148],[1960,2162],[1981,2182],[1988,2203],[1974,2222],[1962,2208],[1961,2186],[1939,2178],[1931,2197],[1916,2208],[1899,2214],[1874,2215],[1849,2201],[1840,2163],[1815,2164],[1805,2172],[1781,2184],[1779,2199],[1786,2203],[1775,2205],[1763,2213],[1773,2227],[1771,2246],[1756,2257],[1742,2282],[1748,2297],[1739,2312],[1714,2318],[1677,2320],[1655,2298],[1627,2301],[1613,2315],[1594,2283],[1621,2269],[1639,2263],[1643,2240],[1642,2225],[1641,2202],[1627,2198],[1623,2174],[1618,2150]]},{"area":"308","points":[[1498,2494],[1523,2464],[1548,2446],[1589,2432],[1653,2424],[1694,2414],[1745,2406],[1773,2384],[1781,2358],[1827,2354],[1871,2356],[1896,2376],[1948,2417],[1968,2445],[2011,2547],[2021,2598],[2010,2662],[1988,2716],[1956,2748],[1910,2766],[1822,2805],[1765,2828],[1698,2831],[1614,2819],[1535,2781],[1499,2708],[1501,2628],[1511,2574],[1510,2526]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/064-skt05-gruddhaug.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/065-501.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-9,"offsetY":-33,"scale":3,"distance":10}}]},{"name":"Ch. 6: Canyon of the Stone Giants","ix":6,"images":[{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/SKT/068-skt06-deadstone.webp"},"title":"Map 6.1: Deadstone Cleft","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":85,"offsetX":40,"scale":3,"distance":10},"mapRegions":[{"area":"32c","points":[[814,2898],[802,2871],[834,2846],[858,2832],[881,2828],[916,2842],[930,2872],[943,2896],[921,2947],[916,2955],[892,2949],[874,2957],[841,2949],[815,2930]]},{"area":"32b","points":[[1210,2916],[1288,2895],[1339,2858],[1341,2826],[1381,2874],[1351,2875],[1293,2923],[1268,2965]]},{"area":"32e","points":[[1583,2974],[1634,2938],[1664,2912],[1697,2902],[1697,2889],[1686,2883],[1684,2875],[1667,2863],[1680,2835],[1710,2811],[1729,2817],[1751,2808],[1759,2828],[1774,2834],[1770,2812],[1791,2787],[1832,2789],[1836,2810],[1852,2830],[1869,2808],[1853,2787],[1861,2755],[1886,2747],[1906,2741],[1925,2746],[1939,2747],[1946,2771],[1960,2777],[1966,2799],[1952,2842],[1946,2854],[1944,2874],[1928,2883],[1899,2866],[1885,2862],[1879,2867],[1893,2877],[1909,2893],[1914,2918],[1902,2947],[1889,2944],[1881,2959],[1877,2965],[1863,2965],[1846,2970],[1825,2979],[1799,2963],[1795,2947],[1779,2936],[1749,2929],[1739,2939],[1719,2945],[1698,2962],[1676,2976],[1657,2994],[1630,3022],[1613,3017],[1586,3010]]},{"area":"349","points":[[1648,2601],[1624,2591],[1615,2574],[1613,2548],[1608,2531],[1615,2512],[1641,2508],[1649,2497],[1657,2496],[1664,2467],[1691,2438],[1720,2445],[1746,2440],[1758,2440],[1770,2419],[1762,2405],[1790,2391],[1813,2379],[1866,2374],[1881,2400],[1898,2417],[1924,2419],[1943,2450],[1936,2459],[1942,2478],[1935,2506],[1939,2515],[1923,2525],[1885,2533],[1875,2508],[1855,2504],[1834,2496],[1828,2507],[1826,2528],[1798,2528],[1784,2523],[1769,2536],[1775,2557],[1797,2560],[1816,2554],[1842,2557],[1855,2575],[1853,2597],[1853,2636],[1838,2650],[1839,2665],[1830,2679],[1799,2702],[1769,2716],[1725,2726],[1682,2715],[1667,2705],[1658,2679],[1662,2667],[1682,2663],[1701,2643],[1717,2632],[1716,2616],[1699,2602],[1669,2602]]},{"area":"331","points":[[1354,2291],[1363,2274],[1366,2258],[1396,2242],[1390,2226],[1423,2200],[1449,2208],[1456,2222],[1465,2211],[1481,2202],[1486,2181],[1522,2177],[1535,2197],[1575,2224],[1604,2228],[1628,2226],[1641,2239],[1655,2252],[1662,2268],[1688,2277],[1705,2278],[1723,2279],[1746,2269],[1742,2255],[1769,2229],[1769,2211],[1797,2198],[1824,2201],[1841,2214],[1829,2244],[1799,2261],[1801,2280],[1801,2292],[1786,2305],[1774,2324],[1720,2322],[1703,2322],[1696,2336],[1682,2342],[1680,2378],[1675,2384],[1621,2436],[1601,2438],[1589,2465],[1575,2479],[1576,2494],[1563,2503],[1544,2508],[1526,2502],[1519,2489],[1516,2480],[1495,2481],[1481,2492],[1456,2498],[1435,2488],[1431,2468],[1435,2451],[1413,2453],[1392,2443],[1381,2430],[1379,2406],[1404,2388],[1408,2363],[1397,2355],[1397,2326],[1383,2312],[1374,2296]]},{"area":"333","points":[[1764,2197],[1790,2189],[1824,2187],[1832,2174],[1855,2182],[1880,2184],[1903,2162],[1908,2141],[1895,2124],[1881,2114],[1881,2101],[1917,2092],[1937,2109],[1948,2122],[1961,2119],[1975,2109],[1992,2106],[2009,2110],[2023,2089],[2018,2078],[2025,2062],[2013,2034],[2024,2023],[2003,1992],[1974,1988],[1962,1984],[1941,1992],[1933,2009],[1926,2030],[1914,2038],[1884,2038],[1882,2018],[1904,2015],[1915,1994],[1912,1970],[1903,1955],[1877,1945],[1882,1923],[1901,1911],[1936,1901],[1954,1890],[1965,1863],[1954,1838],[1938,1819],[1914,1819],[1893,1814],[1875,1813],[1876,1801],[1851,1806],[1832,1835],[1826,1849],[1840,1859],[1845,1879],[1832,1892],[1816,1903],[1798,1890],[1812,1870],[1798,1842],[1775,1834],[1749,1839],[1739,1856],[1746,1879],[1717,1892],[1703,1870],[1711,1852],[1716,1836],[1723,1816],[1709,1795],[1688,1763],[1649,1764],[1636,1794],[1606,1806],[1632,1806],[1657,1804],[1662,1816],[1661,1834],[1661,1855],[1671,1871],[1662,1888],[1676,1907],[1672,1926],[1653,1947],[1631,1956],[1619,1979],[1603,2000],[1581,2000],[1564,2021],[1566,2043],[1576,2062],[1598,2065],[1605,2097],[1605,2118],[1597,2130],[1577,2136],[1559,2137],[1548,2147],[1547,2166],[1557,2188],[1582,2206],[1604,2204],[1627,2204],[1632,2195],[1630,2176],[1646,2159],[1664,2169],[1663,2183],[1666,2200],[1667,2213],[1693,2215],[1723,2221],[1730,2197],[1732,2184],[1754,2178]]},{"area":"33c","points":[[1711,1481],[1743,1475],[1763,1468],[1779,1475],[1797,1486],[1810,1477],[1856,1476],[1864,1483],[1896,1467],[1902,1443],[1885,1434],[1891,1410],[1898,1388],[1920,1388],[1936,1382],[1932,1362],[1957,1358],[1990,1355],[1996,1382],[2022,1401],[2052,1382],[2048,1360],[2050,1336],[2082,1324],[2084,1309],[2128,1304],[2131,1326],[2131,1344],[2117,1357],[2111,1376],[2115,1394],[2089,1425],[2099,1444],[2121,1441],[2128,1458],[2133,1488],[2122,1516],[2106,1544],[2076,1559],[2048,1582],[2056,1601],[2004,1621],[1992,1612],[1987,1603],[1966,1602],[1957,1608],[1919,1601],[1890,1571],[1888,1557],[1864,1536],[1838,1533],[1814,1531],[1785,1537],[1755,1524],[1719,1523]]},{"area":"33d","points":[[1842,1058],[1875,1044],[1904,1052],[1896,1076],[1907,1096],[1936,1097],[1954,1108],[1954,1134],[1942,1159],[1926,1163],[1931,1171],[1958,1173],[1972,1195],[1971,1216],[1964,1230],[1956,1232],[1955,1249],[1977,1251],[1997,1263],[1996,1293],[1977,1304],[1981,1331],[1924,1343],[1898,1343],[1880,1339],[1853,1333],[1843,1308],[1858,1285],[1864,1279],[1861,1262],[1841,1262],[1826,1248],[1824,1221],[1822,1198],[1839,1186],[1839,1172],[1823,1176],[1811,1163],[1810,1137],[1814,1117],[1836,1110],[1843,1107],[1850,1094],[1834,1086],[1834,1074]]},{"area":"34b","points":[[1605,966],[1614,942],[1630,924],[1663,923],[1690,941],[1707,944],[1718,922],[1723,896],[1734,867],[1716,853],[1701,831],[1714,811],[1731,790],[1743,808],[1749,826],[1781,837],[1800,848],[1839,830],[1885,835],[1919,800],[1952,804],[1943,816],[1975,862],[2006,855],[2024,857],[1997,914],[1990,943],[1969,959],[1971,982],[1954,992],[1924,994],[1914,1009],[1886,1015],[1819,1039],[1804,1039],[1799,1055],[1781,1052],[1752,1078],[1716,1067],[1696,1046],[1684,1019],[1705,1012],[1708,996],[1685,982],[1657,981],[1651,997],[1646,1018],[1623,1023],[1623,995]]},{"area":"33e","points":[[1649,474],[1658,439],[1691,397],[1707,406],[1735,412],[1761,399],[1791,397],[1806,403],[1849,406],[1866,391],[1902,409],[1892,431],[1899,445],[1917,445],[1934,465],[1934,496],[1910,509],[1911,532],[1938,541],[1948,563],[1944,583],[1930,597],[1904,596],[1892,590],[1880,597],[1879,615],[1881,628],[1861,642],[1845,636],[1834,631],[1823,637],[1818,657],[1795,666],[1768,659],[1762,644],[1719,645],[1707,662],[1667,657],[1666,640],[1680,621],[1703,615],[1705,594],[1682,575],[1669,570],[1656,551],[1663,530],[1675,523],[1671,494],[1667,483]]},{"area":"34c","points":[[1284,530],[1290,494],[1316,492],[1320,472],[1299,459],[1280,439],[1291,378],[1317,355],[1343,355],[1364,357],[1378,338],[1371,328],[1377,297],[1415,284],[1454,289],[1458,307],[1483,304],[1490,285],[1519,272],[1551,265],[1566,282],[1600,282],[1623,266],[1632,254],[1639,234],[1672,231],[1680,212],[1743,195],[1752,211],[1748,232],[1741,257],[1736,279],[1714,282],[1704,271],[1683,272],[1671,291],[1646,299],[1643,318],[1653,333],[1657,371],[1688,374],[1643,434],[1624,508],[1605,519],[1573,526],[1562,548],[1526,544],[1516,512],[1493,492],[1486,469],[1439,474],[1430,483],[1444,502],[1440,521],[1432,529],[1429,542],[1422,558],[1396,555],[1374,557],[1364,542],[1318,549],[1296,539]]},{"area":"341","points":[[997,231],[1032,229],[1048,217],[1075,225],[1098,232],[1121,239],[1116,254],[1086,262],[1066,263],[1053,274],[1040,265],[1022,256],[999,250]]},{"area":"343","points":[[741,528],[743,555],[729,561],[733,583],[742,599],[759,617],[782,624],[809,616],[817,600],[838,602],[839,637],[840,651],[857,670],[863,701],[852,724],[862,750],[844,774],[844,831],[864,848],[878,842],[908,884],[891,902],[890,930],[915,942],[916,963],[905,989],[885,994],[861,985],[816,1010],[809,1050],[815,1083],[795,1102],[762,1101],[729,1098],[718,1105],[696,1137],[689,1147],[657,1145],[632,1155],[605,1156],[597,1147],[550,1164],[532,1169],[528,1185],[525,1213],[503,1229],[476,1238],[423,1234],[392,1224],[362,1200],[338,1169],[330,1141],[335,1114],[351,1108],[369,1099],[371,1083],[387,1083],[402,1053],[392,1045],[397,1034],[383,1013],[344,998],[323,1005],[303,1009],[291,998],[280,969],[284,950],[305,944],[303,902],[285,890],[277,881],[275,848],[279,841],[296,829],[301,801],[297,790],[299,771],[299,749],[293,735],[270,731],[262,711],[261,690],[271,667],[288,666],[305,666],[321,640],[325,611],[310,609],[298,582],[312,559],[316,543],[342,528],[368,535],[370,519],[385,506],[415,502],[429,506],[448,504],[461,498],[463,486],[476,469],[503,461],[542,457],[590,464],[626,475],[635,494],[638,518],[679,529],[685,515],[704,505],[725,511]]},{"area":"339","points":[[328,1481],[345,1442],[366,1411],[389,1401],[401,1411],[429,1401],[434,1389],[496,1391],[510,1406],[519,1425],[529,1449],[536,1483],[526,1486],[521,1508],[531,1524],[545,1560],[525,1566],[515,1589],[506,1605],[469,1609],[458,1624],[453,1645],[416,1652],[387,1662],[357,1650],[337,1636],[320,1614],[317,1559],[329,1538],[345,1523],[348,1504],[337,1496]]},{"area":"338","points":[[570,1814],[610,1837],[630,1855],[634,1871],[656,1872],[665,1901],[669,1926],[659,1965],[641,1979],[643,1999],[654,2008],[649,2023],[628,2048],[608,2056],[583,2044],[568,2057],[577,2072],[563,2084],[535,2095],[477,2110],[465,2079],[441,2065],[427,2077],[401,2080],[379,2066],[372,2037],[379,2019],[403,2009],[395,1983],[374,1970],[369,1954],[373,1926],[391,1911],[411,1911],[415,1895],[394,1882],[390,1864],[405,1838],[426,1830],[444,1834],[451,1835],[463,1826],[476,1811],[519,1812],[551,1817]]},{"area":"336","points":[[517,2271],[564,2229],[615,2191],[624,2171],[611,2162],[614,2143],[641,2120],[655,2103],[669,2099],[692,2116],[722,2107],[787,2117],[801,2126],[815,2151],[809,2171],[789,2198],[762,2211],[747,2232],[760,2251],[788,2267],[809,2275],[826,2319],[822,2342],[797,2366],[789,2389],[738,2408],[729,2382],[685,2372],[667,2363],[635,2363],[609,2373],[605,2388],[581,2388],[561,2374],[538,2369],[524,2344],[536,2324],[519,2295]]},{"area":"34a","points":[[623,1808],[589,1783],[586,1756],[575,1750],[564,1712],[551,1704],[566,1688],[582,1663],[594,1640],[606,1606],[645,1536],[653,1524],[655,1504],[668,1491],[645,1478],[659,1426],[667,1413],[706,1413],[712,1422],[746,1423],[763,1417],[808,1423],[822,1445],[857,1452],[875,1455],[891,1485],[899,1506],[889,1524],[876,1544],[885,1563],[915,1566],[941,1539],[961,1532],[979,1542],[1000,1546],[1003,1525],[1003,1507],[987,1491],[1001,1481],[1032,1482],[1056,1499],[1061,1531],[1051,1550],[1027,1568],[1030,1586],[1059,1609],[1062,1628],[1058,1652],[1039,1669],[1039,1683],[1017,1675],[985,1655],[990,1637],[990,1610],[951,1591],[933,1601],[918,1616],[923,1639],[934,1637],[937,1658],[917,1675],[908,1698],[882,1705],[865,1701],[850,1710],[835,1726],[812,1741],[801,1754],[797,1774],[809,1789],[801,1808],[769,1812],[744,1814],[732,1826],[728,1841],[688,1845],[664,1838],[648,1828],[638,1808]]},{"area":"33b","points":[[986,1476],[1001,1451],[1018,1438],[1042,1432],[1064,1419],[1064,1385],[1050,1361],[1018,1359],[1010,1383],[987,1387],[960,1385],[935,1373],[931,1350],[942,1333],[954,1308],[959,1282],[989,1259],[1024,1249],[1045,1251],[1068,1253],[1084,1274],[1089,1302],[1066,1316],[1084,1331],[1086,1361],[1118,1366],[1135,1377],[1163,1375],[1176,1361],[1189,1345],[1203,1332],[1257,1335],[1245,1360],[1229,1364],[1210,1383],[1201,1409],[1208,1424],[1218,1432],[1235,1429],[1262,1441],[1272,1451],[1269,1469],[1281,1485],[1265,1502],[1248,1512],[1254,1532],[1278,1525],[1301,1526],[1285,1536],[1280,1560],[1294,1579],[1262,1575],[1245,1573],[1228,1600],[1206,1637],[1187,1661],[1178,1674],[1162,1689],[1116,1695],[1067,1688],[1069,1668],[1084,1641],[1081,1611],[1056,1588],[1061,1570],[1081,1531],[1072,1490],[1046,1466],[1012,1466]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/068-skt06-deadstone.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/069-601.webp"},"title":"Player Version","mapParent":{"id":"fed"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":15,"offsetY":22,"scale":2,"distance":10}}]},{"name":"Ch. 7: Berg of the Frost Giants","ix":7,"images":[{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/SKT/073-skt07-svardborg.webp"},"title":"Map 7.1: Svardborg","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":79,"offsetX":61,"offsetY":-29,"scale":3,"distance":20},"mapRegions":[{"area":"369","points":[[929,2436],[938,2330],[943,2272],[935,2201],[932,2135],[949,2032],[943,1921],[981,1907],[1050,1910],[1082,1904],[1097,1891],[1139,1910],[1170,1915],[1210,1914],[1261,1910],[1261,1995],[1262,2111],[1263,2222],[1255,2318],[1270,2402],[1274,2424],[1185,2409],[1159,2415],[1115,2431],[1080,2436],[1049,2419],[1015,2411],[965,2419]]},{"area":"377","points":[[359,1884],[404,1858],[458,1814],[515,1782],[560,1736],[614,1698],[649,1668],[665,1662],[746,1762],[768,1768],[784,1788],[782,1800],[826,1854],[858,1901],[774,1972],[698,2029],[677,2063],[615,2114],[579,2152],[552,2085],[534,2089],[501,2115],[476,2122],[451,2095],[428,2058],[384,2021],[370,1985],[381,1957],[413,1938],[395,1918],[361,1897]]},{"area":"397","points":[[917,1722],[989,1695],[1059,1680],[1124,1688],[1202,1706],[1226,1725],[1156,1759],[1080,1768],[996,1757],[946,1737]]},{"area":"394","points":[[950,1192],[1004,1137],[1054,1132],[1102,1117],[1152,1103],[1195,1106],[1169,1126],[1125,1155],[1080,1178],[1011,1195],[964,1198]]},{"area":"397","points":[[1421,1304],[1401,1376],[1400,1458],[1413,1505],[1441,1562],[1463,1598],[1481,1526],[1472,1404],[1443,1339]]},{"area":"393","points":[[1802,1711],[1842,1651],[1901,1686],[1934,1698],[1943,1706],[1936,1742],[1924,1763],[1898,1785],[1878,1766],[1836,1742],[1799,1718]]},{"area":"37f","points":[[1399,1857],[1432,1825],[1467,1776],[1494,1746],[1550,1693],[1570,1672],[1614,1716],[1695,1778],[1777,1850],[1862,1920],[1829,1945],[1805,1976],[1795,2016],[1762,2043],[1732,2058],[1695,2092],[1678,2134],[1629,2089],[1517,1971],[1453,1904],[1409,1872]]},{"area":"384","points":[[1316,1011],[1347,984],[1402,909],[1477,826],[1522,758],[1582,680],[1623,719],[1663,756],[1705,766],[1736,786],[1743,808],[1772,843],[1844,885],[1751,987],[1677,1080],[1631,1126],[1591,1188],[1563,1212],[1488,1157],[1450,1147],[1416,1131],[1411,1093],[1352,1044]]},{"area":"392","points":[[252,1298],[366,1309],[364,1356],[381,1392],[398,1422],[474,1421],[549,1405],[583,1363],[614,1326],[654,1310],[675,1311],[675,1355],[685,1399],[690,1450],[689,1475],[679,1499],[676,1549],[675,1571],[248,1572],[263,1534],[261,1476],[242,1434],[256,1402],[262,1360],[255,1330]]},{"area":"396","points":[[1215,1362],[1245,1312],[1309,1219],[1371,1182],[1431,1177],[1477,1171],[1519,1200],[1482,1216],[1419,1215],[1374,1232],[1333,1277],[1301,1343],[1284,1402],[1261,1413],[1234,1412],[1217,1390]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/073-skt07-svardborg.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/074-701.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-24,"offsetY":-35,"scale":3,"distance":20}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/SKT/075-skt07-lodges.webp"},"title":"Map 7.2: Svardborg Lodges","width":2157,"height":3000,"imageType":"map","grid":{"type":"square","size":71,"offsetX":32,"offsetY":10,"scale":3,"distance":10},"mapRegions":[{"area":"374","points":[[201,234],[201,370],[542,370],[542,234]]},{"area":"36e","points":[[204,507],[204,667],[345,667],[345,507]]},{"area":"370","points":[[202,686],[202,831],[346,831],[346,686]]},{"area":"371","points":[[360,507],[360,835],[721,835],[721,507]]},{"area":"382","points":[[1503,582],[1505,543],[1801,533],[1794,494],[1761,461],[1749,434],[1805,410],[1828,440],[1861,486],[1883,504],[1865,534],[1864,582]]},{"area":"383","points":[[1441,923],[1437,616],[1554,615],[1551,709],[1506,752],[1504,845],[1470,892]]},{"area":"381","points":[[1449,1041],[1475,1011],[1508,1014],[1519,1053],[1556,1069],[1574,1110],[1534,1122],[1512,1119],[1485,1136],[1451,1137],[1444,1101],[1462,1069]]},{"area":"381","points":[[1761,799],[1748,747],[1788,743],[1810,777],[1853,790],[1862,828],[1814,840],[1789,868],[1748,846]]},{"area":"381","points":[[1768,1039],[1766,981],[1811,968],[1819,1038],[1862,1041],[1863,1096],[1811,1081],[1766,1107],[1735,1076]]},{"area":"380","points":[[1652,637],[1603,747],[1584,830],[1576,915],[1584,981],[1600,1048],[1649,1174],[1702,1050],[1719,983],[1725,921],[1717,831],[1698,745]]},{"area":"36d","points":[[203,976],[203,1136],[419,1136],[419,976]]},{"area":"36c","points":[[206,1165],[344,1165],[346,1227],[344,1264],[361,1301],[372,1317],[411,1325],[413,1494],[229,1489],[208,1440],[202,1257]]},{"area":"36b","points":[[444,1416],[444,1491],[1055,1491],[1055,1416]]},{"area":"36a","points":[[449,1402],[1050,1402],[1049,976],[441,977],[442,1163],[414,1162],[391,1175],[372,1198],[368,1227],[370,1267],[385,1292],[421,1302],[448,1304]]},{"area":"37e","points":[[206,1799],[206,1917],[324,1917],[324,1799]]},{"area":"37d","points":[[205,2000],[205,2132],[322,2132],[322,2000]]},{"area":"37b","points":[[208,1943],[348,1943],[347,1802],[370,1800],[372,1755],[406,1734],[494,1748],[509,1759],[516,1800],[649,1799],[654,2124],[349,2126],[349,1986],[208,1986]]},{"area":"37a","points":[[204,2332],[204,2665],[322,2665],[322,2332]]},{"area":"378","points":[[343,2330],[343,2733],[819,2733],[819,2330]]},{"area":"38d","points":[[1399,1750],[1414,1726],[1437,1715],[1468,1706],[1486,1710],[1494,1704],[1522,1724],[1535,1743],[1537,1779],[1517,1805],[1491,1809],[1469,1814],[1425,1794],[1403,1772]]},{"area":"38e","points":[[1730,1684],[1739,1714],[1766,1750],[1814,1786],[1858,1799],[1895,1818],[1908,1811],[1908,1684]]},{"area":"38c","points":[[1605,1817],[1605,1877],[1693,1877],[1693,1817]]},{"area":"38a","points":[[1561,1936],[1561,2129],[1747,2129],[1747,1936]]},{"area":"388","points":[[1838,1918],[1838,2150],[2008,2150],[2008,1918]]},{"area":"386","points":[[1459,2384],[1465,1844],[1392,1844],[1373,1855],[1360,1866],[1368,1879],[1381,1892],[1391,1892],[1391,1990],[1371,1999],[1360,2013],[1364,2029],[1394,2032],[1394,2135],[1375,2134],[1361,2145],[1363,2168],[1391,2172],[1391,2219],[1391,2259],[1391,2275],[1365,2281],[1362,2295],[1373,2312],[1396,2318],[1396,2384]]},{"area":"385","points":[[1584,2437],[1577,2293],[1631,2295],[1630,2274],[1650,2268],[1669,2267],[1678,2284],[1679,2291],[1724,2296],[1719,2438]]},{"area":"387","points":[[1867,2173],[1868,2342],[1750,2342],[1750,2391],[1758,2402],[1779,2399],[1790,2382],[1799,2389],[1804,2396],[1824,2401],[1837,2384],[1849,2392],[1852,2400],[1884,2398],[1889,2384],[1906,2387],[1902,2364],[1920,2351],[1918,2329],[1907,2326],[1904,2310],[1919,2310],[1921,2283],[1905,2276],[1911,2263],[1917,2261],[1921,2235],[1906,2223],[1916,2213],[1918,2186],[1902,2172]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/075-skt07-lodges.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/076-799.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":2400,"height":3338,"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-39,"offsetY":10,"scale":3,"distance":10}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/SKT/077-skt07-04.webp"},"title":"Map 7.3: Krigvind","width":1000,"height":585,"imageType":"map","grid":{"type":"square","size":51,"offsetX":-2,"offsetY":-13,"scale":6}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/078-702.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2400,"height":1458,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":14,"offsetY":15,"scale":3}}]},{"name":"Ch. 8: Forge of the Fire Giants","ix":8,"images":[{"type":"image","id":"fe9","href":{"type":"internal","path":"adventure/SKT/080-skt08-ironslag1.webp"},"title":"Map 8.1: Ironslag","width":2183,"height":3000,"imageType":"map","grid":{"type":"square","size":81,"offsetX":50,"offsetY":21,"scale":3,"distance":10},"mapRegions":[{"area":"3d6","points":[[889,324],[958,362],[1020,355],[1087,334],[1136,300],[1195,275],[1275,274],[1305,280],[1301,262],[1298,235],[1273,201],[1266,169],[1284,131],[1275,98],[1267,75],[1242,56],[1239,19],[861,19],[821,76],[819,111],[828,133],[841,154],[852,178],[867,187],[881,206],[916,213],[931,238],[922,261],[916,289],[904,314]]},{"area":"3db","points":[[1427,206],[1440,186],[1459,176],[1473,175],[1484,193],[1484,226],[1471,238],[1445,240],[1427,220]]},{"area":"3da","points":[[1596,227],[1602,202],[1616,182],[1641,156],[1669,146],[1707,141],[1742,148],[1768,166],[1786,188],[1796,209],[1800,242],[1800,266],[1791,287],[1776,313],[1759,329],[1731,342],[1698,352],[1664,341],[1641,328],[1618,305],[1601,278],[1591,253]]},{"area":"3c6","points":[[1282,358],[1340,312],[1414,400],[1388,431],[1355,448]]},{"area":"3d2","points":[[1160,366],[1169,329],[1201,320],[1231,324],[1241,361],[1228,386],[1189,392],[1168,384]]},{"area":"3d4","points":[[798,666],[794,582],[924,581],[929,668]]},{"area":"3d7","points":[[1034,594],[1067,559],[1100,546],[1158,547],[1180,587],[1185,624],[1185,655],[1164,681],[1120,695],[1073,695],[1047,675],[1026,642],[1026,614]]},{"area":"3c6","points":[[845,833],[928,747],[992,808],[914,901],[878,869]]},{"area":"3cc","points":[[1268,700],[1292,687],[1325,668],[1351,682],[1374,698],[1378,742],[1359,767],[1318,781],[1287,767],[1272,741]]},{"area":"3ce","points":[[1301,827],[1320,829],[1355,838],[1375,861],[1378,899],[1358,921],[1325,935],[1294,924],[1273,900],[1279,868],[1281,844],[1286,833]]},{"area":"3d0","points":[[1115,879],[1144,894],[1161,915],[1160,951],[1139,980],[1105,985],[1073,964],[1055,927],[1069,899],[1098,880]]},{"area":"3c2","points":[[1544,860],[1673,835],[1672,861],[1552,893]]},{"area":"3c4","points":[[1873,442],[1913,409],[1973,405],[1996,415],[2014,452],[2019,492],[2009,521],[1985,540],[1979,562],[1940,571],[1899,569],[1899,548],[1865,515],[1859,481],[1856,459]]},{"area":"3c8","points":[[1999,618],[2039,619],[2056,638],[2067,665],[2065,688],[2047,715],[2002,726],[1976,702],[1965,668],[1968,639]]},{"area":"3c6","points":[[1832,844],[1854,799],[1879,774],[1986,847],[1939,911],[1876,874]]},{"area":"3ca","points":[[2073,738],[2109,756],[2108,806],[2080,815],[2040,806],[2035,773],[2049,742]]},{"area":"3bf","points":[[1733,1000],[1796,1015],[1871,1022],[1891,1024],[1855,1002],[1789,986],[1734,964],[1681,868],[1672,821],[1675,771],[1689,728],[1708,669],[1741,684],[1745,713],[1720,751],[1714,785],[1721,840],[1745,907],[1794,948],[1865,973],[1928,989],[1946,1015],[1936,1054],[1886,1060],[1825,1058],[1762,1039],[1722,1020],[1715,1007]]},{"area":"3ab","points":[[98,2909],[98,2980],[453,2980],[453,2909]]},{"area":"3eb","points":[[489,1339],[536,1314],[558,1342],[581,1388],[599,1436],[609,1481],[614,1540],[618,1602],[616,1633],[635,1632],[664,1629],[666,1532],[665,1489],[664,1439],[665,1385],[666,1340],[728,1339],[731,1408],[726,1489],[726,1546],[724,1626],[786,1636],[818,1652],[829,1707],[827,1759],[987,1765],[987,1819],[776,1821],[776,1948],[673,1946],[671,1819],[615,1820],[612,1893],[507,1893],[502,1818],[464,1818],[461,1758],[508,1756],[509,1681],[405,1680],[406,1634],[560,1627],[559,1581],[562,1528],[555,1479],[534,1416],[514,1366],[501,1353]]},{"area":"3ed","points":[[453,1691],[191,1691],[87,1798],[84,2372],[140,2427],[404,2424],[404,2269],[453,2212]]},{"area":"3f1","points":[[485,2300],[488,2276],[773,2273],[773,2582],[459,2589],[459,2432],[427,2426],[428,2380],[485,2380],[485,2351]]},{"area":"3f5","points":[[834,2379],[834,2589],[936,2589],[936,2379]]},{"area":"3f0","points":[[136,2487],[294,2487],[294,2531],[255,2589],[184,2589],[136,2540]]},{"area":"3f3","points":[[421,2589],[325,2589],[241,2642],[241,2744],[287,2802],[400,2802],[444,2769],[462,2713],[459,2648]]},{"area":"3f6","points":[[727,2647],[727,2798],[1202,2798],[1202,2647]]},{"area":"3e3","points":[[1100,1305],[1147,1256],[1356,1256],[1415,1304],[1415,1521],[1100,1521]]},{"area":"3e5","points":[[1468,1261],[1468,1388],[1627,1388],[1627,1261]]},{"area":"3e7","points":[[1684,1261],[1684,1389],[1844,1389],[1844,1261]]},{"area":"3e4","points":[[1440,1419],[1440,1467],[1794,1467],[1794,1419]]},{"area":"3e9","points":[[1633,1521],[1633,1679],[2059,1679],[2059,1521]]},{"area":"3de","points":[[1634,2006],[1659,1972],[1682,1949],[1720,1938],[1754,1935],[1798,1952],[1831,1980],[1846,2004],[1846,2107],[1834,2139],[1812,2159],[1771,2176],[1732,2184],[1689,2175],[1654,2146],[1634,2119]]},{"area":"3df","points":[[1901,1794],[2061,1794],[2113,1840],[2113,2266],[2066,2320],[1875,2320],[1875,1849]]},{"area":"3e0","points":[[1902,2384],[1926,2379],[1951,2355],[2006,2355],[2029,2380],[2061,2382],[2059,2479],[1902,2486]]},{"area":"3e1","points":[[829,1904],[992,1904],[992,1632],[1526,1632],[1526,2378],[1364,2539],[1000,2539],[1000,2214],[829,2214]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/080-skt08-ironslag1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/081-801.webp"},"title":"Player Version","mapParent":{"id":"fe9","autoScale":true},"width":2401,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":11,"offsetY":41,"scale":3,"distance":10}},{"type":"image","id":"fe8","href":{"type":"internal","path":"adventure/SKT/082-skt08-ironslag2.webp"},"title":"Map 8.2: Ironslag, Lower Level","width":2432,"height":1716,"imageType":"map","grid":{"type":"square","size":73,"offsetX":71,"offsetY":57,"scale":3,"distance":10},"mapRegions":[{"area":"410","points":[[295,245],[295,475],[728,475],[728,245]]},{"area":"40b","points":[[780,191],[869,191],[869,262],[848,262],[848,291],[921,291],[921,265],[900,265],[900,192],[992,192],[992,259],[968,264],[968,291],[1042,291],[1042,264],[1021,264],[1021,194],[1118,194],[1118,475],[779,481],[779,394],[779,291],[803,291],[803,266],[780,266]]},{"area":"40f","points":[[879,511],[879,655],[1076,655],[1076,511]]},{"area":"412","points":[[658,684],[658,820],[828,820],[828,684]]},{"area":"412","points":[[658,876],[658,1016],[828,1016],[828,876]]},{"area":"412","points":[[660,1071],[660,1209],[833,1209],[833,1071]]},{"area":"414","points":[[346,1365],[482,1365],[482,1422],[451,1454],[389,1456],[347,1411]]},{"area":"40a","points":[[882,1046],[873,899],[895,895],[900,879],[921,876],[932,886],[931,899],[949,899],[949,1046]]},{"area":"408","points":[[1124,581],[1124,828],[1607,828],[1607,581]]},{"area":"411","points":[[294,728],[385,631],[631,631],[631,1311],[354,1311],[305,1276],[296,1054]]},{"area":"403","points":[[973,831],[1606,831],[1606,1247],[1481,1387],[1465,1404],[1133,1404],[1133,1113],[973,1113]]},{"area":"413","points":[[545,1361],[871,1361],[875,1408],[898,1409],[909,1382],[929,1364],[929,1311],[1078,1309],[1072,1599],[928,1604],[926,1558],[902,1534],[904,1505],[876,1505],[876,1548],[545,1549]]},{"area":"401","points":[[1627,242],[1459,240],[1413,293],[1409,339],[1461,381],[1601,378],[1607,288],[1629,284]]},{"area":"3f9","points":[[1665,821],[1665,238],[1941,238],[1941,821]]},{"area":"3fc","points":[[1995,424],[1991,284],[2029,238],[2088,234],[2133,285],[2136,424]]},{"area":"3fb","points":[[1949,475],[2041,475],[2041,439],[2088,439],[2088,564],[2042,564],[2042,526],[1949,526]]},{"area":"3fe","points":[[1998,584],[2133,581],[2138,711],[2093,769],[2041,768],[1998,715]]},{"area":"3f8","points":[[1727,971],[1753,912],[1804,893],[1858,912],[1880,972],[1860,1015],[1806,1048],[1747,1024]]},{"area":"3ab","points":[[53,1641],[53,1709],[728,1709],[728,1641]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/082-skt08-ironslag2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/083-802.webp"},"title":"Player Version","mapParent":{"id":"fe8"},"width":2432,"height":1716,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetY":9,"scale":3,"distance":10}}]},{"name":"Ch. 9: Castle of the Cloud Giants","ix":9,"images":[{"type":"image","id":"fe7","href":{"type":"internal","path":"adventure/SKT/087-skt09-lyn1.webp"},"title":"Map 9.1: Lyn Armaal, Level 1","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-13,"scale":3,"distance":10},"mapRegions":[{"area":"437","points":[[575,1898],[581,1834],[595,1779],[647,1708],[695,1661],[769,1631],[847,1621],[845,1899]]},{"area":"438","points":[[862,1615],[900,1624],[956,1639],[1011,1671],[1065,1720],[1096,1771],[1114,1822],[1129,1885],[1120,1953],[1013,1953],[984,1934],[945,1913],[892,1902],[862,1901]]},{"area":"43a","points":[[266,2222],[272,2148],[291,2094],[321,2041],[365,1992],[412,1960],[474,1934],[527,1922],[555,1924],[572,1968],[584,1998],[582,2060],[587,2079],[572,2138],[564,2166],[560,2226],[564,2268],[569,2280],[589,2328],[599,2348],[575,2391],[565,2427],[555,2479],[511,2474],[465,2462],[420,2444],[376,2419],[344,2389],[316,2351],[294,2313],[280,2272],[271,2245]]},{"area":"433","points":[[760,1951],[969,1951],[969,2062],[893,2062],[834,2121],[834,2159],[760,2159]]},{"area":"435","points":[[761,2239],[832,2239],[832,2276],[893,2337],[995,2337],[996,2435],[975,2448],[761,2448]]},{"area":"431","points":[[846,2169],[846,2131],[898,2079],[1096,2079],[1105,2088],[1116,2121],[1124,2153],[1132,2194],[1128,2233],[1119,2266],[1106,2305],[1099,2324],[898,2324],[846,2274]]},{"area":"43b","points":[[574,2498],[874,2498],[1013,2735],[973,2756],[936,2774],[898,2782],[862,2791],[815,2787],[759,2773],[718,2756],[684,2739],[648,2709],[620,2667],[598,2627],[582,2593],[573,2546]]},{"area":"45d","points":[[889,2494],[942,2484],[981,2465],[1004,2448],[1116,2448],[1127,2486],[1126,2527],[1119,2572],[1106,2615],[1088,2648],[1066,2684],[1027,2722]]},{"area":"420","points":[[33,2905],[33,2981],[587,2981],[587,2905]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/087-skt09-lyn1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/088-901.webp"},"title":"Player Version","mapParent":{"id":"fe7","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":80,"offsetY":44,"scale":3,"distance":10}},{"type":"image","id":"fe6","href":{"type":"internal","path":"adventure/SKT/089-skt09-lyn2.webp"},"title":"Map 9.2: Lyn Armaal, Levels 2–6","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":75,"offsetX":49,"offsetY":27,"scale":3,"distance":10},"mapRegions":[{"area":"45b","points":[[231,616],[209,564],[193,485],[206,399],[239,327],[296,261],[347,233],[398,218],[466,200],[538,209],[589,233],[641,264],[681,308],[718,358],[742,426],[747,496],[739,555],[701,519],[639,476],[612,531],[552,501],[508,494],[432,496],[380,502],[299,546],[252,587]]},{"area":"456","points":[[224,661],[248,622],[275,589],[329,546],[400,520],[402,713],[276,713]]},{"area":"457","points":[[481,679],[481,507],[516,513],[539,519],[566,529],[566,679]]},{"area":"459","points":[[602,813],[602,765],[579,736],[579,589],[672,589],[701,635],[732,688],[746,736],[751,779],[747,813]]},{"area":"45a","points":[[414,692],[564,692],[566,740],[592,768],[589,813],[567,842],[568,889],[414,889]]},{"area":"453","points":[[216,675],[273,726],[402,727],[400,849],[275,851],[219,905],[207,874],[192,826],[193,772],[202,719]]},{"area":"452","points":[[400,864],[400,1054],[346,1038],[293,1002],[261,971],[226,919],[276,864]]},{"area":"44e","points":[[484,902],[576,899],[576,844],[596,826],[715,826],[733,841],[734,866],[720,887],[666,888],[662,992],[635,1009],[601,1031],[568,1046],[520,1058],[484,1066]]},{"area":"45c","points":[[231,962],[268,1002],[324,1042],[374,1064],[413,1076],[479,1079],[558,1068],[628,1038],[674,1000],[709,955],[727,1004],[744,1052],[748,1112],[735,1173],[711,1236],[678,1285],[642,1315],[599,1344],[545,1366],[501,1375],[453,1376],[409,1365],[425,1346],[440,1313],[444,1273],[427,1231],[388,1195],[354,1182],[311,1187],[275,1199],[255,1226],[239,1253],[224,1215],[202,1164],[193,1112],[198,1047],[215,995]]},{"area":"45d","points":[[251,1274],[272,1235],[304,1208],[347,1204],[384,1220],[407,1242],[421,1281],[415,1327],[389,1356],[360,1374],[305,1372],[273,1347],[254,1312]]},{"area":"463","points":[[1264,994],[1288,960],[1349,946],[1395,965],[1426,1004],[1431,1058],[1408,1095],[1387,1114],[1329,1124],[1285,1102],[1260,1069],[1252,1028]]},{"area":"465","points":[[1607,982],[1628,960],[1662,945],[1709,946],[1742,969],[1764,996],[1773,1036],[1764,1079],[1731,1113],[1694,1121],[1661,1118],[1624,1101],[1596,1059],[1593,1022]]},{"area":"467","points":[[1944,982],[1973,954],[2013,946],[2060,954],[2081,969],[2104,999],[2104,1036],[2093,1071],[2064,1106],[2035,1120],[1985,1118],[1946,1094],[1929,1065],[1925,1025],[1929,1005]]},{"area":"443","points":[[1647,2174],[1700,2026],[1913,2026],[1913,2394],[1705,2394],[1647,2245]]},{"area":"442","points":[[1931,2173],[1972,2171],[2008,2160],[2049,2127],[2059,2089],[2053,2059],[2073,2049],[2094,2078],[2105,2109],[2092,2167],[2053,2212],[1995,2239],[1931,2241]]},{"area":"445","points":[[1114,2178],[1144,2173],[1274,2173],[1274,2245],[1138,2245],[1114,2232]]},{"area":"44b","points":[[578,1975],[566,1925],[567,1867],[584,1804],[619,1740],[648,1701],[687,1665],[745,1638],[804,1616],[854,1615],[922,1629],[986,1658],[1028,1682],[1062,1732],[1092,1772],[1109,1821],[1124,1876],[1116,1936],[1104,1996],[1085,2031],[1055,1992],[996,1947],[920,1915],[856,1904],[794,1912],[735,1924],[672,1958],[611,1980]]},{"area":"44d","points":[[580,2422],[566,2496],[569,2556],[593,2626],[622,2680],[662,2719],[718,2760],[768,2779],[844,2789],[914,2778],[987,2747],[1045,2704],[1084,2651],[1114,2554],[1124,2482],[1106,2427],[1082,2378],[1039,2426],[981,2465],[902,2493],[828,2500],[746,2485],[704,2459],[679,2447],[622,2422]]},{"area":"44c","points":[[551,1922],[473,1932],[409,1954],[342,2011],[296,2075],[275,2121],[261,2182],[267,2242],[278,2288],[306,2347],[342,2396],[402,2439],[467,2467],[512,2476],[559,2479],[566,2424],[581,2384],[595,2361],[569,2307],[552,2233],[555,2173],[568,2113],[584,2062],[594,2048],[572,2002],[559,1953]]},{"area":"44a","points":[[720,1958],[886,1958],[886,2041],[831,2041],[831,2167],[720,2167]]},{"area":"447","points":[[845,2059],[899,2059],[899,2007],[1045,2007],[1066,2031],[1066,2171],[845,2171]]},{"area":"446","points":[[905,2246],[1124,2246],[1104,2306],[1074,2359],[1041,2402],[1018,2428],[969,2429],[905,2429]]},{"area":"448","points":[[779,2242],[779,2392],[892,2392],[892,2242]]},{"area":"462","points":[[1101,784],[1108,752],[1129,715],[1162,696],[1205,691],[1245,711],[1267,745],[1272,802],[1256,832],[1229,858],[1186,866],[1153,858],[1122,836],[1105,807]]},{"area":"461","points":[[911,774],[921,721],[935,675],[968,616],[1016,567],[1071,527],[1153,505],[1215,501],[1280,521],[1349,553],[1405,607],[1446,672],[1464,735],[1464,804],[1462,836],[1448,822],[1420,818],[1420,856],[1391,856],[1393,878],[1416,898],[1434,905],[1421,934],[1406,949],[1361,931],[1322,933],[1289,945],[1255,973],[1241,1026],[1238,1052],[1193,1061],[1122,1051],[1056,1020],[991,969],[953,914],[921,851],[1096,836],[1128,867],[1171,880],[1195,884],[1244,869],[1287,825],[1293,752],[1271,714],[1235,680],[1202,672],[1151,680],[1114,699],[1092,744],[1081,762]]},{"area":"461","points":[[913,776],[1084,764],[1080,795],[1091,818],[1098,835],[922,846],[915,815]]},{"area":"420","points":[[24,2912],[24,2978],[633,2978],[633,2912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/089-skt09-lyn2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/090-902.webp"},"title":"Player Version","mapParent":{"id":"fe6","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":-14,"offsetY":-18,"scale":3,"distance":10}}]},{"name":"Ch. 10: Hold of the Storm Giants","ix":10,"images":[{"type":"image","id":"fe5","href":{"type":"internal","path":"adventure/SKT/093-skt10-maelstrom1.webp"},"title":"Map 10.1: Maelstrom, Levels 1 and 2","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":79,"offsetX":20,"offsetY":20,"scale":3,"distance":10},"mapRegions":[{"area":"49a","points":[[1282,464],[1335,428],[1384,385],[1428,347],[1488,339],[1554,344],[1581,373],[1611,445],[1616,496],[1607,547],[1578,580],[1571,606],[1538,635],[1498,639],[1400,644],[1322,598]]},{"area":"46e","points":[[19,11],[19,68],[699,68],[699,11]]},{"area":"4bf","points":[[312,281],[324,246],[348,207],[382,209],[412,215],[435,227],[471,222],[492,207],[529,206],[547,226],[556,249],[559,266],[555,287],[540,300],[535,329],[522,348],[489,367],[455,362],[432,355],[424,329],[404,321],[386,316],[352,324],[329,313]]},{"area":"4bd","points":[[221,381],[221,535],[352,535],[352,381]]},{"area":"4bb","points":[[248,568],[358,561],[400,561],[400,612],[375,614],[378,644],[349,692],[249,691],[246,660],[227,656],[221,640],[229,626],[245,619],[246,594]]},{"area":"4ba","points":[[432,562],[435,545],[458,536],[494,505],[492,436],[511,429],[507,413],[522,394],[546,399],[560,421],[560,432],[589,432],[639,432],[639,515],[660,522],[667,544],[655,555],[638,565],[638,635],[560,638],[552,661],[535,668],[514,658],[508,641],[475,636],[429,641],[428,612]]},{"area":"4c0","points":[[744,326],[744,267],[744,247],[751,225],[779,212],[796,208],[832,207],[846,215],[871,222],[899,205],[919,193],[956,201],[965,216],[969,246],[971,274],[949,292],[900,324],[868,325],[851,340],[839,356],[800,356],[753,355]]},{"area":"4c2","points":[[739,425],[752,396],[771,388],[796,386],[819,385],[844,384],[860,376],[882,387],[893,414],[907,465],[905,498],[889,512],[828,540],[807,535],[780,544],[758,540],[740,514],[751,466],[752,441]]},{"area":"4c1","points":[[1038,269],[1020,274],[1005,259],[1011,234],[1032,221],[1046,206],[1071,198],[1093,195],[1100,206],[1096,227],[1101,244],[1129,246],[1133,222],[1159,205],[1206,206],[1241,227],[1248,247],[1275,266],[1285,286],[1282,318],[1271,338],[1244,384],[1234,400],[1205,412],[1178,412],[1159,402],[1149,388],[1119,395],[1095,395],[1081,384],[1087,359],[1066,352],[1041,311],[1047,285]]},{"area":"4a3","points":[[1276,947],[1292,905],[1324,852],[1378,818],[1424,794],[1482,786],[1547,799],[1593,820],[1629,848],[1660,878],[1676,916],[1687,952],[1654,966],[1581,987],[1585,1076],[1566,1106],[1540,1135],[1501,1156],[1474,1162],[1445,1155],[1409,1138],[1386,1116],[1378,1084],[1374,1032],[1371,985],[1332,971],[1305,959]]},{"area":"4ae","points":[[1191,1195],[1242,1173],[1246,1161],[1248,1146],[1273,1138],[1287,1148],[1293,1165],[1326,1184],[1347,1196],[1345,1272],[1341,1314],[1329,1316],[1316,1296],[1289,1276],[1274,1278],[1242,1285],[1222,1294],[1211,1318],[1191,1320]]},{"area":"4af","points":[[1569,1215],[1567,1196],[1573,1172],[1584,1166],[1605,1176],[1609,1154],[1616,1131],[1622,1126],[1632,1133],[1638,1128],[1658,1125],[1672,1122],[1673,1139],[1695,1147],[1708,1166],[1699,1174],[1700,1193],[1708,1196],[1711,1219],[1713,1241],[1713,1255],[1706,1273],[1718,1287],[1707,1299],[1695,1313],[1679,1332],[1647,1346],[1626,1345],[1608,1342],[1608,1315],[1600,1286],[1592,1274],[1572,1281],[1569,1269],[1560,1245]]},{"area":"4ab","points":[[1379,1325],[1580,1322],[1580,1407],[1551,1438],[1524,1452],[1469,1452],[1431,1452],[1401,1424],[1379,1401]]},{"area":"4b1","points":[[745,1324],[758,1299],[754,1261],[787,1219],[811,1219],[824,1200],[825,1179],[827,1149],[855,1132],[878,1122],[901,1125],[931,1105],[947,1093],[994,1096],[992,1119],[951,1136],[935,1153],[922,1174],[927,1195],[949,1196],[964,1167],[992,1168],[1016,1175],[1044,1195],[1049,1216],[1042,1241],[1021,1262],[998,1268],[969,1259],[962,1231],[933,1228],[907,1236],[907,1266],[912,1273],[928,1278],[976,1285],[1006,1284],[1041,1286],[1053,1299],[1060,1334],[1064,1349],[1047,1364],[1012,1375],[985,1381],[964,1372],[951,1353],[928,1354],[922,1339],[925,1319],[899,1308],[885,1306],[868,1320],[875,1352],[895,1351],[909,1371],[938,1374],[935,1413],[925,1442],[896,1448],[853,1454],[829,1459],[813,1434],[802,1416],[799,1384],[802,1366],[819,1368],[828,1354],[826,1340],[828,1325],[812,1327],[789,1324],[766,1344],[758,1367],[771,1372],[769,1400],[764,1421],[735,1441],[715,1453],[684,1449],[652,1425],[640,1381],[648,1351],[671,1327],[696,1320],[722,1325]]},{"area":"4b3","points":[[485,1085],[521,1068],[572,1060],[574,1088],[587,1114],[634,1125],[661,1128],[676,1141],[678,1167],[676,1196],[694,1236],[675,1241],[635,1238],[614,1226],[586,1221],[556,1228],[514,1234],[495,1221],[482,1182],[482,1164],[468,1158],[454,1148],[453,1134],[464,1119],[481,1111],[485,1099]]},{"area":"4b5","points":[[432,745],[432,975],[638,975],[638,745]]},{"area":"4b8","points":[[220,747],[282,744],[288,799],[311,799],[315,749],[374,748],[374,829],[378,851],[407,848],[407,896],[379,895],[379,1006],[315,1005],[307,956],[293,960],[291,1005],[225,1005],[220,979],[201,969],[192,958],[195,919],[216,905],[225,869],[224,848],[200,839],[193,821],[196,784],[214,768]]},{"area":"488","points":[[900,1840],[901,1789],[954,1740],[1215,1739],[1214,1721],[1226,1707],[1248,1704],[1264,1718],[1268,1736],[1319,1740],[1371,1738],[1367,1774],[1372,1832],[1295,1839],[1289,1788],[1262,1789],[1212,1789],[1193,1791],[1192,1861],[1055,1861],[1054,1787],[1028,1792],[1028,1840]]},{"area":"487","points":[[1584,2076],[1584,2206],[1688,2206],[1688,2076]]},{"area":"483","points":[[1180,1934],[1185,1916],[1208,1899],[1267,1891],[1348,1896],[1366,1891],[1388,1872],[1408,1865],[1408,1864],[1436,1872],[1456,1899],[1449,1925],[1421,1951],[1422,1980],[1425,1996],[1424,2046],[1425,2084],[1425,2109],[1399,2139],[1364,2158],[1372,2181],[1393,2187],[1412,2199],[1413,2225],[1396,2241],[1365,2251],[1341,2245],[1327,2233],[1336,2207],[1341,2192],[1332,2160],[1300,2158],[1260,2151],[1224,2139],[1195,2115],[1169,2079],[1162,2056],[1209,2059],[1236,2029],[1242,1984],[1227,1951],[1205,1940]]},{"area":"489","points":[[842,2053],[825,2029],[822,2004],[828,1971],[855,1941],[891,1934],[933,1931],[944,1916],[965,1916],[1004,1940],[1027,1958],[1044,1976],[1033,2000],[1031,2027],[1014,2047],[994,2055],[969,2044],[894,2053],[868,2054]]},{"area":"47f","points":[[791,2280],[808,2241],[798,2215],[831,2175],[867,2149],[904,2147],[919,2153],[975,2147],[1000,2131],[1029,2126],[1084,2139],[1115,2161],[1134,2174],[1139,2211],[1148,2234],[1182,2255],[1204,2291],[1212,2340],[1206,2376],[1202,2411],[1172,2444],[1153,2468],[1151,2502],[1129,2502],[1101,2502],[1076,2516],[1059,2539],[1013,2547],[974,2551],[919,2551],[879,2532],[849,2521],[836,2478],[820,2449],[800,2445],[784,2420],[765,2365],[756,2311],[774,2291]]},{"area":"496","points":[[1474,2666],[1479,2644],[1468,2627],[1479,2599],[1500,2578],[1525,2573],[1525,2551],[1491,2542],[1481,2521],[1481,2495],[1496,2475],[1489,2448],[1481,2435],[1487,2418],[1507,2392],[1521,2389],[1559,2389],[1599,2388],[1615,2389],[1635,2416],[1656,2447],[1652,2466],[1664,2499],[1656,2514],[1639,2535],[1620,2545],[1588,2540],[1574,2542],[1575,2567],[1615,2572],[1642,2589],[1672,2629],[1674,2654],[1672,2693],[1642,2722],[1621,2752],[1586,2773],[1542,2772],[1522,2755],[1492,2735],[1474,2698],[1480,2681]]},{"area":"498","points":[[1321,2546],[1294,2536],[1280,2514],[1280,2481],[1304,2453],[1313,2421],[1345,2409],[1392,2418],[1420,2433],[1421,2464],[1422,2499],[1420,2540],[1393,2546],[1359,2556]]},{"area":"494","points":[[1079,2694],[1085,2660],[1121,2644],[1154,2609],[1169,2585],[1200,2572],[1249,2569],[1286,2576],[1320,2571],[1382,2573],[1411,2580],[1428,2613],[1418,2628],[1427,2653],[1425,2679],[1421,2701],[1436,2768],[1422,2785],[1422,2815],[1380,2827],[1331,2832],[1307,2827],[1280,2812],[1235,2812],[1215,2825],[1206,2847],[1180,2844],[1162,2833],[1118,2829],[1116,2802],[1105,2786],[1089,2780],[1078,2741],[1072,2716]]},{"area":"48b","points":[[398,2052],[458,2047],[480,2033],[492,2008],[499,1992],[539,1984],[558,1993],[595,1989],[626,1996],[666,2018],[686,2059],[689,2099],[684,2124],[685,2149],[667,2179],[648,2202],[636,2219],[626,2240],[595,2249],[566,2256],[544,2249],[480,2253],[446,2247],[419,2221],[394,2195],[379,2172],[374,2127],[380,2082]]},{"area":"48d","points":[[333,2328],[347,2325],[358,2321],[381,2314],[382,2294],[412,2289],[442,2292],[460,2314],[495,2314],[531,2307],[547,2324],[538,2335],[552,2348],[579,2359],[589,2380],[580,2389],[580,2407],[584,2427],[569,2433],[542,2438],[520,2445],[541,2474],[487,2476],[465,2448],[435,2452],[434,2466],[424,2487],[401,2486],[386,2487],[373,2464],[341,2455],[327,2455],[332,2433],[322,2407],[340,2381],[329,2360],[328,2344]]},{"area":"491","points":[[221,2522],[273,2522],[273,2573],[333,2573],[335,2556],[353,2552],[368,2560],[374,2574],[427,2574],[427,2727],[373,2727],[364,2744],[347,2749],[332,2739],[328,2727],[275,2727],[275,2672],[253,2662],[252,2655],[256,2642],[273,2636],[273,2612],[221,2612]]},{"area":"48e","points":[[487,2585],[513,2560],[548,2531],[568,2536],[587,2520],[615,2520],[639,2519],[671,2519],[709,2522],[733,2547],[759,2569],[789,2587],[799,2618],[792,2669],[788,2686],[766,2700],[738,2713],[716,2768],[695,2772],[668,2782],[644,2782],[585,2748],[575,2748],[552,2759],[524,2775],[498,2782],[489,2764],[488,2745],[487,2711],[485,2615],[479,2607]]},{"area":"492","points":[[792,2787],[798,2748],[824,2733],[840,2702],[855,2673],[888,2671],[921,2679],[932,2698],[955,2714],[959,2740],[946,2764],[942,2788],[953,2799],[948,2826],[934,2836],[915,2846],[909,2865],[898,2889],[878,2899],[842,2909],[808,2915],[768,2896],[761,2874],[755,2855],[780,2840],[788,2807]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/093-skt10-maelstrom1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/094-1001.webp"},"title":"Player Version","mapParent":{"id":"fe5","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":12,"offsetY":21,"scale":3,"distance":10}},{"type":"image","id":"fe4","href":{"type":"internal","path":"adventure/SKT/096-skt10-maelstrom2.webp"},"title":"Map 10.2: Maelstrom, Level 3","width":2400,"height":1650,"imageType":"map","grid":{"type":"square","size":59,"offsetX":-9,"offsetY":3,"scale":2,"distance":10},"mapRegions":[{"area":"4ca","points":[[525,358],[525,468],[701,468],[701,358]]},{"area":"4c9","points":[[465,705],[465,504],[642,504],[678,561],[700,580],[701,653],[646,705]]},{"area":"4c7","points":[[355,1207],[393,1206],[416,1222],[494,1220],[494,1124],[355,1124]]},{"area":"4c5","points":[[524,1236],[522,1182],[596,1116],[644,1116],[688,1121],[758,1179],[759,1221],[765,1248],[788,1256],[789,1274],[776,1288],[758,1299],[762,1338],[751,1354],[679,1360],[614,1371],[594,1364],[572,1355],[526,1356],[524,1339],[496,1308],[491,1298],[378,1298],[379,1236]]},{"area":"4c6","points":[[351,1329],[399,1326],[412,1312],[471,1313],[486,1322],[493,1336],[494,1416],[378,1414],[359,1415],[351,1389],[349,1356]]},{"area":"4cd","points":[[1233,1272],[1262,1242],[1352,1187],[1379,1189],[1422,1191],[1451,1205],[1465,1218],[1474,1240],[1471,1300],[1468,1362],[1467,1401],[1445,1413],[1374,1413],[1332,1415],[1276,1415],[1235,1399],[1234,1374],[1232,1358],[1214,1351],[1202,1332],[1201,1313],[1215,1298],[1236,1299]]},{"area":"4cf","points":[[1508,1193],[1529,1186],[1645,1187],[1646,1311],[1627,1329],[1595,1354],[1546,1362],[1500,1360],[1499,1302],[1500,1236],[1500,1211]]},{"area":"4d6","points":[[1599,820],[1604,802],[1636,775],[1668,764],[1705,769],[1728,776],[1753,807],[1764,839],[1773,885],[1766,925],[1741,958],[1718,988],[1676,1001],[1647,1005],[1608,991],[1594,984],[1582,927],[1587,895],[1592,851]]},{"area":"4d5","points":[[1399,628],[1407,596],[1407,582],[1445,560],[1478,559],[1520,558],[1546,564],[1579,562],[1599,576],[1632,628],[1642,658],[1648,699],[1634,728],[1615,752],[1573,771],[1524,769],[1473,768]]},{"area":"4d3","points":[[1392,481],[1399,431],[1416,394],[1447,360],[1465,332],[1500,320],[1551,331],[1591,352],[1602,385],[1607,415],[1604,481],[1593,527],[1412,532],[1396,504]]},{"area":"4d1","points":[[1620,333],[1733,333],[1733,629],[1662,629],[1619,569]]},{"area":"4d2","points":[[1754,331],[1796,331],[1826,362],[1826,472],[1754,472]]},{"area":"4d2","points":[[1755,504],[1755,615],[1822,615],[1822,504]]},{"area":"46e","points":[[20,6],[20,72],[620,72],[620,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/096-skt10-maelstrom2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/097-1002.webp"},"title":"Player Version","mapParent":{"id":"fe4"},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":-8,"scale":2,"distance":10}}]},{"name":"Ch. 11: Caught in the Tentacles","ix":11,"images":[{"type":"image","id":"fe3","href":{"type":"internal","path":"adventure/SKT/100-skt11-03.webp"},"title":"Map 11.1: The Grand Dame","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":78,"offsetX":31,"offsetY":61,"scale":2,"distance":10},"mapRegions":[{"area":"4dc","points":[[41,658],[41,684],[228,684],[228,658]]},{"area":"4dd","points":[[194,148],[209,130],[230,115],[250,129],[267,148]]},{"area":"4de","points":[[273,155],[280,169],[285,185],[254,185],[254,155]]},{"area":"4de","points":[[204,157],[204,184],[205,184],[176,184],[180,171],[188,157]]},{"area":"4df","points":[[172,191],[172,222],[288,222],[288,191]]},{"area":"4e0","points":[[171,228],[171,535],[289,535],[289,228]]},{"area":"4e1","points":[[172,542],[172,572],[288,572],[288,542]]},{"area":"4e2","points":[[443,219],[443,193],[448,172],[454,159],[473,135],[500,111],[532,135],[550,158],[555,172],[560,193],[560,219]]},{"area":"4e3","points":[[464,227],[464,298],[543,298],[543,227]]},{"area":"4e4","points":[[485,304],[485,375],[540,375],[540,304]]},{"area":"4e5","points":[[462,304],[477,304],[477,384],[542,384],[542,533],[462,533]]},{"area":"4e7","points":[[443,543],[443,574],[559,574],[559,543]]},{"area":"4e8","points":[[735,246],[753,246],[753,206],[789,206],[789,245],[810,245],[810,296],[735,296]]},{"area":"4e9","points":[[736,304],[736,378],[786,378],[786,304]]},{"area":"4ea","points":[[734,384],[734,451],[785,451],[785,384]]},{"area":"4ed","points":[[736,458],[736,513],[753,513],[753,531],[791,531],[791,513],[809,513],[809,458]]},{"area":"4ee","points":[[731,539],[731,570],[809,570],[809,539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/100-skt11-03.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/101-1101.webp"},"title":"Player Version","mapParent":{"id":"fe3","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":52,"offsetY":26,"distance":10}},{"type":"image","id":"fe2","href":{"type":"internal","path":"adventure/SKT/104-skt11-06.webp"},"title":"Map 11.2: The Morkoth","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":62,"offsetX":-6,"offsetY":25,"scale":3},"mapRegions":[{"area":"4f8","points":[[703,240],[744,240],[756,259],[756,277],[745,297],[703,297]]},{"area":"4f9","points":[[479,240],[524,240],[524,298],[479,298],[468,285],[468,254]]},{"area":"4f7","points":[[30,664],[30,687],[240,687],[240,664]]},{"area":"4fb","points":[[640,423],[640,477],[825,477],[825,423]]},{"area":"4fb","points":[[642,547],[642,605],[822,605],[822,547]]},{"area":"504","points":[[597,547],[637,547],[637,605],[597,605],[586,593],[586,561]]},{"area":"4fe","points":[[587,435],[595,422],[636,422],[636,479],[597,479],[587,469]]},{"area":"4fd","points":[[829,422],[866,422],[877,439],[877,461],[866,478],[829,478]]},{"area":"501","points":[[827,549],[864,549],[877,569],[877,585],[865,605],[827,605]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/104-skt11-06.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/105-1199.webp"},"title":"Player Version","mapParent":{"id":"fe2","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":-43,"offsetY":36,"scale":2}}]},{"name":"Ch. 12: Doom of the Desert","ix":12,"images":[{"type":"image","id":"fe1","href":{"type":"internal","path":"adventure/SKT/108-skt12-lair.webp"},"title":"Map 12.1: Iymrith's Lair","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":53,"offsetX":7,"offsetY":-4,"scale":2,"distance":10},"mapRegions":[{"area":"510","points":[[77,2923],[77,2991],[650,2991],[650,2923]]},{"area":"517","points":[[104,111],[104,263],[366,263],[366,111]]},{"area":"524","points":[[877,2620],[877,2830],[1303,2830],[1303,2620]]},{"area":"51c","points":[[877,2194],[877,2514],[1306,2514],[1306,2194]]},{"area":"51d","points":[[880,2090],[874,1770],[890,1761],[901,1737],[919,1739],[956,1700],[937,1687],[936,1673],[956,1669],[971,1656],[981,1666],[1000,1664],[1301,1669],[1306,1806],[1301,1880],[1307,2087],[1144,2090],[1036,2084]]},{"area":"522","points":[[424,2003],[411,1981],[417,1963],[433,1936],[421,1904],[424,1863],[467,1807],[511,1800],[557,1804],[603,1804],[614,1784],[643,1774],[653,1787],[674,1800],[700,1790],[733,1809],[739,1837],[763,1857],[793,1859],[799,1883],[753,1916],[717,1950],[711,2016],[723,2060],[783,2090],[819,2110],[824,2153],[813,2183],[797,2211],[747,2234],[719,2243],[686,2239],[659,2220],[614,2230],[600,2263],[534,2276],[477,2277],[453,2260],[451,2241],[441,2213],[437,2176],[453,2127],[463,2100],[446,2073],[393,2066],[373,2053],[370,2041],[386,2037],[407,2034],[426,2019]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/108-skt12-lair.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/109-1201.webp"},"title":"Player Version","mapParent":{"id":"fe1","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":-22,"scale":2,"distance":10}}]}]},"TftYP-TSC":{"id":"TftYP-TSC","source":"TftYP-TSC","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Sunless Citadel","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/001-totyp-01-02.webp"},"title":"Map 1.1: Fortress Level","width":2008,"height":4160,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-37,"offsetY":34,"scale":2},"id":"146","mapRegions":[{"area":"041","points":[[1025,411],[998,406],[985,414],[963,397],[955,383],[949,365],[970,338],[979,321],[986,291],[1000,277],[1005,246],[1004,231],[1017,204],[1020,173],[1022,152],[1042,135],[1065,120],[1106,110],[1127,120],[1165,125],[1188,126],[1201,121],[1248,118],[1300,105],[1369,111],[1407,122],[1423,115],[1468,117],[1492,141],[1504,154],[1507,188],[1512,211],[1506,256],[1499,262],[1500,283],[1499,301],[1506,320],[1518,340],[1515,363],[1525,384],[1536,395],[1536,413],[1519,418],[1513,432],[1502,454],[1495,475],[1468,482],[1456,500],[1394,499],[1371,509],[1328,494],[1297,490],[1279,495],[1253,501],[1208,483],[1200,475],[1177,480],[1151,473],[1145,518],[1126,513],[1093,510],[1070,500],[1048,496],[1036,478],[1023,451],[1025,431]]},{"area":"045","points":[[690,862],[699,840],[695,824],[709,794],[726,786],[734,759],[724,746],[740,723],[748,707],[780,698],[798,690],[827,699],[861,697],[900,700],[946,706],[952,732],[970,733],[986,748],[1010,764],[1023,778],[1019,848],[1002,869],[970,894],[943,896],[926,900],[902,894],[879,894],[851,905],[818,899],[759,899],[727,885],[706,872]]},{"area":"0ed","points":[[175,2338],[180,2306],[192,2278],[211,2252],[240,2233],[267,2223],[290,2219],[317,2220],[339,2228],[361,2238],[382,2254],[402,2274],[411,2294],[415,2317],[416,2340],[412,2370],[402,2392],[388,2412],[372,2429],[352,2443],[332,2452],[302,2457],[276,2456],[255,2451],[236,2442],[218,2433],[202,2412],[190,2398],[180,2369],[178,2353]]},{"area":"0da","points":[[134,2612],[134,2756],[271,2756],[271,2612]]},{"area":"0e7","points":[[286,2474],[321,2470],[354,2457],[384,2435],[407,2410],[420,2386],[429,2357],[430,2327],[636,2327],[636,2756],[286,2756]]},{"area":"09d","points":[[354,2830],[354,2967],[488,2967],[488,2830]]},{"area":"09b","points":[[507,2831],[507,2967],[704,2967],[704,2831]]},{"area":"0da","points":[[649,2617],[649,2757],[778,2757],[778,2617]]},{"area":"078","points":[[722,2830],[722,2965],[850,2965],[850,2830]]},{"area":"085","points":[[505,3126],[505,3258],[637,3258],[637,3126]]},{"area":"08c","points":[[648,3126],[648,3258],[854,3258],[854,3126]]},{"area":"095","points":[[281,2983],[281,3116],[419,3116],[419,2983]]},{"area":"08f","points":[[431,2983],[431,3111],[995,3111],[995,2983]]},{"area":"085","points":[[939,3126],[939,3260],[1075,3260],[1075,3126]]},{"area":"0a0","points":[[866,2837],[866,2964],[930,2964],[930,2837]]},{"area":"0e5","points":[[648,2474],[648,2603],[1032,2603],[1032,2474]]},{"area":"0e3","points":[[1050,2474],[1050,2604],[1215,2604],[1215,2474]]},{"area":"0da","points":[[1116,2250],[1116,2384],[1260,2384],[1260,2250]]},{"area":"0d6","points":[[1085,2399],[1085,2459],[1332,2459],[1332,2399]]},{"area":"0df","points":[[934,2457],[934,2341],[944,2315],[962,2293],[986,2286],[1014,2285],[1042,2292],[1060,2317],[1069,2344],[1069,2457]]},{"area":"0bc","points":[[1367,2325],[1367,2464],[1540,2464],[1540,2325]]},{"area":"0c6","points":[[1368,2502],[1368,2604],[1476,2604],[1476,2502]]},{"area":"0c1","points":[[1413,2616],[1413,2745],[1474,2745],[1474,2616]]},{"area":"0cb","points":[[1329,2473],[1329,2683],[1367,2683],[1367,2616],[1399,2616],[1399,2749],[1229,2749],[1229,2473]]},{"area":"0d0","points":[[1003,2616],[1003,2748],[1214,2748],[1214,2616]]},{"area":"093","points":[[1331,3112],[1331,2939],[1325,2911],[1320,2888],[1312,2871],[1298,2850],[1283,2833],[1263,2815],[1243,2802],[1220,2795],[1194,2790],[1168,2787],[1141,2790],[1113,2796],[1086,2809],[1066,2826],[1050,2844],[1031,2868],[1022,2886],[1015,2909],[1009,2929],[1009,3112]]},{"area":"078","points":[[1229,3199],[1229,3329],[1363,3329],[1363,3199]]},{"area":"0ad","points":[[1367,2973],[1367,3113],[1578,3113],[1578,2973]]},{"area":"0a3","points":[[1591,3128],[1591,3258],[1767,3258],[1767,3128]]},{"area":"0a7","points":[[1688,2976],[1688,3110],[1768,3110],[1768,2976]]},{"area":"0b1","points":[[1553,2544],[1553,2751],[1763,2751],[1763,2544]]},{"area":"0b6","points":[[1555,2320],[1555,2531],[1767,2531],[1767,2320]]},{"area":"085","points":[[569,3345],[569,3480],[707,3480],[707,3345]]},{"area":"078","points":[[721,3344],[721,3481],[852,3481],[852,3344]]},{"area":"078","points":[[866,3344],[866,3482],[997,3482],[997,3344]]},{"area":"089","points":[[1004,3492],[1004,3589],[1041,3589],[1041,3492]]},{"area":"07f","points":[[1215,3478],[1215,3125],[1085,3125],[1085,3270],[1012,3270],[1012,3478]]},{"area":"07a","points":[[1296,3416],[1296,3483],[1368,3483],[1368,3416]]},{"area":"047","points":[[1768,3421],[1903,3421],[1903,3621],[1731,3621],[1731,3592],[1747,3564],[1762,3534],[1772,3499],[1774,3468],[1767,3443]]},{"area":"053","points":[[1623,3636],[1652,3632],[1675,3623],[1696,3618],[1696,3699],[1623,3699]]},{"area":"04e","points":[[1484,3484],[1487,3454],[1494,3432],[1506,3409],[1522,3390],[1541,3372],[1563,3358],[1588,3350],[1611,3345],[1638,3344],[1665,3350],[1687,3363],[1706,3375],[1726,3395],[1744,3419],[1751,3445],[1756,3471],[1756,3502],[1752,3522],[1741,3545],[1727,3568],[1712,3581],[1693,3601],[1673,3609],[1654,3616],[1631,3618],[1603,3615],[1580,3612],[1557,3601],[1535,3584],[1519,3571],[1503,3545],[1490,3523],[1484,3502]]},{"area":"056","points":[[1489,3556],[1505,3577],[1522,3596],[1549,3614],[1549,3849],[1410,3849],[1410,3556]]},{"area":"05a","points":[[1157,3627],[1185,3627],[1185,3593],[1224,3593],[1224,3628],[1257,3628],[1257,3593],[1294,3593],[1294,3627],[1331,3627],[1331,3592],[1365,3592],[1365,3628],[1397,3628],[1397,3845],[1295,3845],[1295,3883],[1257,3883],[1257,3846],[1157,3846]]},{"area":"05c","points":[[1013,3697],[1013,3772],[1142,3772],[1142,3697]]},{"area":"05f","points":[[867,3846],[867,3602],[877,3584],[890,3570],[909,3557],[928,3556],[947,3559],[967,3567],[982,3577],[992,3587],[996,3603],[996,3846]]},{"area":"064","points":[[507,3629],[569,3629],[569,3591],[604,3591],[604,3625],[641,3625],[641,3590],[679,3590],[679,3628],[714,3628],[714,3590],[750,3590],[750,3629],[851,3629],[851,3773],[749,3773],[749,3812],[713,3812],[713,3777],[677,3777],[677,3817],[642,3817],[642,3775],[604,3775],[604,3808],[567,3808],[567,3774],[507,3774]]},{"area":"06b","points":[[642,3820],[642,3919],[714,3919],[714,3820]]},{"area":"06f","points":[[279,3556],[279,3843],[487,3843],[487,3556]]},{"area":"0a3","points":[[1411,2765],[1411,2900],[1540,2900],[1540,2765]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TSC/thumbnail/001-totyp-01-02.webp"},"page":"adventure.html","source":"TftYP-TSC","hash":"tftyp-tsc"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/002-tsc01.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-37,"offsetY":34,"scale":2},"mapParent":{"id":"146","autoScale":true},"width":2008,"height":4160},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/007-totyp-01-08.webp"},"title":"Map 1.2: Grove Level","width":3300,"height":4350,"imageType":"map","grid":{"type":"square","size":95,"offsetX":23,"offsetY":55,"scale":2},"id":"147","mapRegions":[{"area":"0fa","points":[[783,1701],[782,1687],[765,1689],[760,1679],[770,1667],[752,1663],[755,1649],[753,1636],[758,1627],[744,1614],[727,1616],[715,1607],[709,1586],[692,1576],[683,1563],[693,1561],[691,1551],[676,1541],[665,1524],[663,1514],[646,1524],[640,1534],[603,1534],[599,1513],[594,1502],[608,1501],[620,1482],[632,1475],[630,1453],[617,1450],[607,1441],[612,1430],[598,1424],[582,1414],[587,1397],[606,1398],[618,1398],[633,1398],[633,1415],[651,1412],[667,1414],[678,1402],[686,1382],[678,1375],[667,1372],[652,1361],[628,1349],[610,1349],[602,1360],[589,1355],[590,1342],[592,1328],[576,1317],[571,1296],[588,1278],[606,1278],[624,1284],[645,1281],[658,1271],[686,1275],[701,1261],[711,1250],[738,1245],[762,1228],[774,1220],[813,1222],[820,1239],[817,1256],[823,1275],[845,1278],[860,1266],[885,1269],[902,1260],[935,1259],[955,1263],[974,1278],[992,1287],[1000,1300],[998,1319],[994,1335],[980,1341],[969,1354],[970,1373],[956,1397],[927,1395],[904,1391],[897,1408],[879,1419],[879,1442],[893,1455],[921,1452],[931,1440],[963,1438],[969,1447],[987,1447],[1007,1457],[1021,1458],[1025,1450],[1042,1452],[1049,1475],[1075,1493],[1069,1519],[1061,1539],[1039,1550],[1017,1547],[1010,1560],[1012,1569],[997,1582],[970,1575],[961,1568],[950,1570],[922,1582],[905,1594],[915,1612],[928,1620],[931,1639],[949,1646],[945,1653],[926,1653],[906,1655],[892,1652],[871,1662],[868,1678],[858,1699],[852,1716]]},{"area":"116","points":[[1764,696],[1959,696],[2048,785],[2048,975],[1958,1065],[1771,1065],[1681,975],[1681,784]]},{"area":"124","points":[[1486,881],[1669,881],[1666,900],[1659,904],[1674,946],[1672,977],[1579,977],[1579,1061],[1486,1061]]},{"area":"121","points":[[1486,1081],[1486,1253],[1666,1253],[1666,1081]]},{"area":"11c","points":[[1766,1272],[1521,1272],[1488,1276],[1454,1289],[1427,1313],[1407,1335],[1392,1368],[1386,1409],[1393,1453],[1414,1495],[1434,1514],[1459,1533],[1496,1544],[1521,1547],[1766,1547]]},{"area":"116","points":[[2057,1262],[2147,1172],[2337,1172],[2426,1261],[2426,1452],[2339,1539],[2150,1539],[2057,1450]]},{"area":"111","points":[[1780,1081],[1961,1081],[1961,1262],[2046,1262],[2046,1449],[1958,1449],[1958,1634],[1780,1634]]},{"area":"116","points":[[2058,1833],[2145,1746],[2337,1746],[2427,1836],[2427,2026],[2342,2111],[2150,2111],[2058,2020]]},{"area":"111","points":[[1777,1651],[1961,1651],[1961,1830],[2046,1830],[2046,2019],[1958,2019],[1958,2395],[1770,2395],[1770,2022],[1684,2022],[1684,1837],[1777,1837]]},{"area":"107","points":[[1104,1641],[1759,1641],[1759,1737],[1665,1737],[1665,2213],[1102,2213],[1102,1927],[1014,1927],[1014,1842],[1104,1842]]},{"area":"0f6","points":[[446,1783],[446,2304],[1003,2304],[1003,1783]]},{"area":"0ff","points":[[248,3377],[255,3356],[272,3346],[290,3321],[303,3301],[332,3297],[343,3265],[374,3237],[391,3191],[428,3173],[445,3166],[445,3145],[461,3133],[488,3115],[516,3099],[521,3072],[520,3062],[481,3057],[503,3044],[519,3025],[560,3026],[581,3001],[621,2982],[632,2960],[663,2926],[705,2906],[729,2906],[745,2875],[770,2865],[800,2850],[806,2823],[839,2808],[865,2801],[880,2778],[892,2759],[915,2745],[1010,2707],[1028,2679],[1089,2652],[1092,2630],[1128,2599],[1121,2590],[1134,2561],[1172,2557],[1179,2543],[1197,2539],[1226,2529],[1234,2510],[1265,2493],[1263,2479],[1288,2465],[1337,2449],[1341,2434],[1377,2412],[1394,2386],[1437,2373],[1450,2366],[1455,2330],[1479,2306],[1493,2279],[1545,2257],[1560,2248],[1591,2222],[1645,2222],[1630,2249],[1622,2276],[1606,2286],[1577,2306],[1547,2310],[1532,2338],[1502,2351],[1495,2374],[1476,2406],[1432,2415],[1427,2441],[1426,2457],[1394,2480],[1392,2506],[1379,2525],[1343,2528],[1329,2547],[1314,2566],[1271,2581],[1253,2601],[1239,2622],[1232,2643],[1209,2650],[1192,2677],[1166,2697],[1161,2714],[1133,2729],[1094,2737],[1086,2765],[1063,2790],[1034,2822],[1000,2818],[974,2832],[968,2855],[933,2881],[916,2889],[821,2956],[795,2965],[769,2977],[759,3001],[729,3013],[710,3023],[694,3041],[679,3061],[615,3111],[591,3123],[570,3124],[556,3145],[532,3166],[497,3178],[489,3199],[472,3206],[450,3201],[430,3210],[415,3228],[396,3252],[379,3268],[361,3280],[355,3302],[356,3314],[334,3321],[306,3326],[283,3359],[268,3364]]},{"area":"101","points":[[477,3646],[494,3606],[526,3572],[542,3542],[551,3519],[572,3494],[560,3472],[572,3448],[555,3423],[551,3408],[526,3434],[503,3440],[467,3446],[480,3417],[492,3404],[501,3387],[499,3366],[528,3352],[539,3332],[516,3319],[515,3301],[525,3289],[535,3275],[532,3259],[559,3250],[590,3250],[608,3261],[631,3250],[631,3222],[617,3204],[609,3182],[609,3163],[621,3148],[619,3123],[677,3079],[679,3101],[693,3126],[715,3129],[716,3152],[728,3173],[712,3200],[737,3212],[765,3230],[779,3255],[791,3257],[791,3272],[773,3283],[761,3312],[773,3330],[796,3333],[839,3325],[826,3350],[828,3364],[813,3386],[794,3379],[774,3383],[765,3399],[752,3403],[750,3436],[769,3449],[775,3434],[801,3417],[814,3419],[806,3439],[806,3457],[792,3480],[791,3501],[785,3524],[768,3523],[715,3542],[729,3511],[729,3486],[734,3476],[714,3477],[694,3493],[670,3498],[662,3517],[649,3539],[631,3546],[609,3545],[582,3543],[560,3552],[539,3577],[511,3605]]},{"area":"105","points":[[1114,3163],[1114,3448],[1391,3448],[1391,3163]]},{"area":"135","points":[[1773,3703],[1777,3533],[1775,3499],[1777,3454],[1775,3343],[1774,3265],[1775,3235],[1827,3188],[1865,3165],[1957,3172],[2031,3170],[2129,3168],[2230,3173],[2345,3170],[2350,3155],[2378,3137],[2410,3124],[2428,3128],[2465,3148],[2474,3174],[2471,3201],[2463,3237],[2431,3350],[2423,3397],[2427,3486],[2430,3532],[2426,3585],[2396,3581],[2379,3572],[2365,3583],[2370,3609],[2375,3631],[2388,3644],[2374,3666],[2374,3684],[2350,3692],[2341,3715],[2335,3741],[2317,3748],[2325,3786],[2308,3778],[2295,3787],[2274,3804],[2253,3832],[2248,3815],[2235,3809],[2230,3803],[2245,3794],[2245,3769],[2237,3742],[2253,3707],[2241,3699],[2227,3695],[2234,3679],[2227,3659],[2210,3649],[2194,3654],[2173,3644],[2142,3653],[2132,3688],[2112,3711],[2097,3728],[2102,3735],[2101,3768],[2081,3773],[2063,3794],[2063,3818],[2035,3823],[2036,3845],[1990,3850],[1996,3809],[2008,3786],[1987,3777],[1994,3745],[1986,3730],[1969,3725],[1968,3708],[1973,3693],[1946,3680],[1926,3667],[1923,3661],[1905,3665],[1885,3657],[1877,3653],[1857,3672],[1825,3689],[1810,3703],[1782,3707]]},{"area":"116","points":[[1768,2410],[1956,2410],[2047,2501],[2047,2686],[1958,2775],[1768,2775],[1684,2691],[1684,2497]]},{"area":"124","points":[[2061,881],[2055,906],[2065,950],[2059,978],[2443,978],[2521,881]]},{"area":"126","points":[[2537,1546],[2537,1724],[2812,1724],[2812,1546]]},{"area":"12b","points":[[2538,1745],[2910,1745],[2910,1986],[2885,2006],[2867,2021],[2848,2030],[2636,2026],[2614,2005],[2606,2008],[2587,1994],[2577,1987],[2538,1985]]},{"area":"130","points":[[2630,2037],[2867,2046],[2877,2062],[2894,2057],[2911,2074],[2911,2099],[2917,2129],[2969,2103],[2961,2123],[2991,2147],[3021,2155],[2996,2173],[2986,2192],[2999,2214],[3017,2212],[3010,2239],[2992,2254],[2994,2280],[2972,2308],[2939,2305],[2914,2294],[2892,2303],[2872,2317],[2894,2339],[2912,2350],[2863,2373],[2839,2350],[2815,2337],[2796,2345],[2803,2370],[2806,2399],[2859,2412],[2835,2450],[2836,2470],[2866,2461],[2884,2452],[2937,2445],[2943,2462],[2983,2476],[3010,2486],[3049,2503],[3017,2533],[2979,2560],[2968,2594],[2937,2600],[2908,2601],[2880,2605],[2857,2614],[2843,2609],[2863,2644],[2836,2655],[2817,2663],[2814,2681],[2788,2686],[2761,2681],[2750,2680],[2759,2708],[2764,2730],[2795,2728],[2823,2750],[2819,2777],[2803,2825],[2768,2831],[2743,2815],[2726,2795],[2714,2800],[2705,2823],[2684,2831],[2659,2818],[2648,2827],[2634,2836],[2631,2853],[2617,2854],[2605,2839],[2583,2841],[2548,2846],[2541,2865],[2534,2889],[2520,2901],[2523,2920],[2547,2926],[2563,2924],[2574,2930],[2600,2934],[2613,2925],[2636,2919],[2634,2938],[2648,2957],[2676,2954],[2661,2977],[2675,3008],[2675,3030],[2667,3057],[2671,3080],[2671,3116],[2681,3137],[2680,3175],[2685,3208],[2712,3212],[2730,3266],[2750,3254],[2765,3245],[2777,3272],[2801,3295],[2806,3314],[2819,3320],[2814,3352],[2787,3369],[2785,3388],[2765,3392],[2755,3413],[2734,3439],[2742,3467],[2743,3497],[2761,3515],[2768,3534],[2763,3565],[2743,3565],[2729,3560],[2721,3541],[2697,3534],[2679,3537],[2679,3559],[2677,3586],[2681,3603],[2685,3626],[2698,3652],[2680,3675],[2679,3720],[2665,3712],[2650,3715],[2644,3699],[2627,3683],[2632,3657],[2622,3640],[2605,3648],[2585,3655],[2566,3646],[2554,3646],[2537,3635],[2526,3625],[2498,3635],[2467,3626],[2437,3618],[2436,3597],[2446,3525],[2441,3409],[2493,3191],[2477,3134],[2421,3099],[2337,3128],[2328,3143],[1865,3138],[1755,3226],[1756,3712],[1746,3725],[1720,3735],[1694,3737],[1659,3737],[1632,3717],[1614,3714],[1612,3693],[1595,3690],[1609,3671],[1635,3670],[1646,3646],[1668,3640],[1675,3618],[1668,3605],[1680,3587],[1672,3568],[1676,3533],[1640,3528],[1615,3529],[1608,3542],[1572,3546],[1564,3542],[1529,3551],[1511,3543],[1505,3535],[1455,3546],[1474,3517],[1499,3502],[1507,3484],[1526,3475],[1537,3459],[1548,3443],[1537,3432],[1526,3436],[1502,3423],[1511,3405],[1528,3399],[1548,3392],[1560,3354],[1631,3347],[1628,3326],[1639,3308],[1663,3294],[1683,3246],[1665,3235],[1635,3240],[1605,3259],[1600,3241],[1600,3221],[1582,3214],[1579,3192],[1557,3173],[1560,3139],[1538,3143],[1524,3154],[1512,3147],[1529,3105],[1506,3080],[1494,3066],[1462,3066],[1454,3043],[1453,3032],[1418,3022],[1406,3009],[1406,2991],[1391,3003],[1373,3014],[1346,3005],[1346,2982],[1321,2978],[1307,2995],[1281,3015],[1259,3017],[1261,2995],[1261,2972],[1274,2963],[1246,2952],[1234,2945],[1203,2950],[1190,2961],[1197,2930],[1203,2914],[1204,2883],[1201,2871],[1185,2867],[1203,2846],[1219,2823],[1221,2812],[1195,2817],[1168,2835],[1135,2836],[1124,2857],[1099,2865],[1059,2884],[1077,2854],[1097,2839],[1114,2821],[1146,2805],[1157,2781],[1172,2756],[1196,2754],[1212,2737],[1225,2730],[1232,2714],[1252,2701],[1266,2672],[1270,2707],[1258,2724],[1259,2741],[1239,2760],[1237,2773],[1261,2761],[1277,2763],[1286,2751],[1314,2748],[1328,2754],[1343,2743],[1370,2747],[1375,2726],[1366,2706],[1396,2679],[1418,2635],[1461,2615],[1449,2605],[1462,2588],[1505,2586],[1519,2583],[1528,2573],[1566,2566],[1561,2583],[1550,2604],[1537,2615],[1525,2641],[1495,2643],[1484,2665],[1490,2683],[1511,2695],[1516,2712],[1510,2738],[1532,2750],[1534,2768],[1517,2796],[1525,2818],[1538,2831],[1552,2827],[1581,2834],[1586,2854],[1577,2875],[1579,2905],[1606,2894],[1622,2875],[1630,2883],[1670,2886],[1683,2898],[1672,2912],[1683,2933],[1672,2952],[1702,2972],[1725,2977],[1726,3006],[1741,3019],[1770,3006],[1787,3003],[1799,3013],[1808,3015],[1821,2982],[1828,2972],[1854,2975],[1865,3001],[1854,3026],[1862,3050],[1871,3053],[1892,3037],[1911,3044],[1921,3062],[1943,3055],[1969,3059],[1994,3048],[2000,3028],[2012,3010],[2052,3006],[2062,3018],[2083,3006],[2107,2986],[2130,2981],[2150,2977],[2173,3008],[2191,3015],[2199,2979],[2215,2970],[2244,2960],[2241,2933],[2234,2920],[2230,2910],[2243,2895],[2230,2881],[2218,2861],[2185,2859],[2166,2848],[2151,2865],[2142,2875],[2110,2872],[2098,2850],[2075,2848],[2066,2835],[2039,2843],[2010,2858],[2008,2836],[2012,2797],[2034,2782],[2052,2778],[2072,2739],[2098,2728],[2112,2739],[2139,2735],[2172,2728],[2185,2707],[2177,2685],[2195,2683],[2210,2663],[2231,2653],[2243,2674],[2255,2677],[2274,2674],[2265,2648],[2290,2635],[2307,2639],[2319,2641],[2321,2627],[2335,2606],[2335,2596],[2356,2572],[2368,2579],[2372,2546],[2351,2545],[2334,2538],[2334,2519],[2334,2503],[2343,2485],[2351,2463],[2364,2458],[2400,2449],[2421,2435],[2409,2417],[2404,2404],[2409,2385],[2423,2375],[2419,2360],[2391,2365],[2382,2364],[2375,2343],[2383,2328],[2388,2302],[2377,2293],[2415,2297],[2435,2303],[2454,2308],[2476,2307],[2468,2286],[2475,2283],[2498,2294],[2512,2279],[2535,2270],[2521,2244],[2525,2222],[2507,2208],[2516,2201],[2537,2199],[2564,2194],[2568,2168],[2554,2163],[2542,2148],[2516,2146],[2529,2129],[2537,2107],[2532,2092],[2546,2084],[2566,2094],[2585,2081],[2613,2066],[2605,2052]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TSC/thumbnail/007-totyp-01-08.webp"},"page":"adventure.html","source":"TftYP-TSC","hash":"tftyp-tsc"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/009-tsc02.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":25,"offsetY":53,"scale":2},"mapParent":{"id":"147","autoScale":true},"width":3300,"height":4350}]}]},"TftYP-TFoF":{"id":"TftYP-TFoF","source":"TftYP-TFoF","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Forge of Fury","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/001-totyp-02-02.webp"},"title":"Map 2.1: The Stone Tooth","width":1694,"height":2220,"imageType":"map","grid":{"type":"none","distance":50,"units":"yards"},"id":"164","mapRegions":[{"area":"02d","points":[[917,1381],[917,1437],[979,1437],[979,1381]]},{"area":"02e","points":[[1006,1436],[1006,1512],[1072,1512],[1072,1436]]},{"area":"030","points":[[853,1151],[853,1230],[914,1230],[914,1151]]},{"area":"031","points":[[1351,1219],[1351,1285],[1403,1285],[1403,1219]]},{"area":"02f","points":[[1108,1097],[1108,1168],[1161,1168],[1161,1097]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/001-totyp-02-02.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/002-map-2-1-the-stone-tooth.webp"},"imageType":"mapPlayer","grid":{"type":"none","distance":50,"units":"yards"},"title":"Player Version","mapParent":{"id":"164","autoScale":true},"width":1619,"height":2133},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/002-totyp-02-03.webp"},"title":"Map 2.2: The Mountain Door","width":3000,"height":1366,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-35,"offsetY":-12,"scale":2},"id":"165","mapRegions":[{"area":"03d","points":[[378,1090],[381,1067],[368,1023],[373,987],[386,954],[403,938],[409,902],[415,865],[427,853],[426,827],[426,791],[458,761],[461,733],[448,723],[449,686],[470,675],[479,640],[477,619],[514,585],[512,548],[541,517],[548,532],[554,554],[574,564],[591,587],[610,636],[613,674],[590,707],[604,734],[600,775],[608,808],[619,845],[693,806],[680,778],[675,754],[688,724],[699,688],[693,654],[679,634],[692,612],[692,575],[677,555],[692,525],[677,511],[684,480],[699,471],[710,439],[714,428],[710,397],[685,385],[665,366],[648,334],[662,289],[666,255],[640,239],[613,236],[594,231],[564,244],[548,254],[537,253],[528,274],[477,307],[474,335],[485,372],[483,391],[457,413],[454,454],[462,470],[462,493],[446,538],[430,572],[410,586],[395,606],[373,628],[364,652],[372,689],[373,721],[364,741],[357,751],[359,782],[365,804],[365,823],[357,848],[342,895],[319,937],[307,960],[295,977],[302,1008],[315,1030],[310,1059],[317,1079],[350,1084]]},{"area":"059","points":[[770,297],[697,297],[697,361],[738,361],[738,503],[702,520],[734,541],[735,583],[701,601],[738,618],[738,677],[712,690],[737,705],[742,717],[770,717],[778,759],[795,765],[814,804],[826,761],[848,764],[852,715],[889,715],[889,604],[770,604]]},{"area":"092","points":[[895,254],[895,475],[1284,475],[1284,254]]},{"area":"08d","points":[[1382,249],[1382,472],[1449,472],[1449,249]]},{"area":"086","points":[[1385,555],[1608,555],[1608,750],[1465,750],[1465,712],[1385,712]]},{"area":"080","points":[[2102,332],[2102,543],[2329,543],[2329,332]]},{"area":"079","points":[[2543,475],[2630,406],[2645,403],[2644,388],[2631,387],[2628,323],[2708,324],[2708,383],[2689,392],[2686,399],[2707,404],[2783,475],[2783,942],[2702,1028],[2636,1028],[2543,957]]},{"area":"06d","points":[[1701,481],[1759,455],[1871,476],[1934,479],[1945,511],[1951,525],[1945,555],[1968,581],[1996,578],[2023,586],[2041,608],[2070,635],[2099,643],[2108,623],[2130,604],[2159,599],[2183,600],[2201,596],[2199,623],[2217,645],[2249,680],[2283,671],[2306,661],[2301,637],[2320,628],[2363,612],[2382,594],[2394,572],[2445,606],[2439,634],[2437,650],[2413,663],[2409,685],[2387,703],[2382,721],[2414,730],[2414,874],[2284,870],[2263,858],[2258,843],[2246,849],[2236,855],[2221,879],[2213,883],[2132,866],[2135,823],[2116,810],[2110,792],[2088,790],[2072,778],[2058,763],[2059,747],[2045,733],[2021,717],[1992,750],[1973,764],[1959,769],[1939,754],[1928,737],[1899,737],[1883,734],[1866,720],[1855,703],[1840,684],[1844,655],[1845,636],[1827,628],[1809,613],[1761,594],[1734,590],[1723,568],[1708,542],[1706,517],[1707,502]]},{"area":"05f","points":[[1679,881],[1676,857],[1683,841],[1699,827],[1716,815],[1717,803],[1752,800],[1760,809],[1791,812],[1818,810],[1823,818],[1839,830],[1840,850],[1853,874],[1861,881],[1872,876],[1892,880],[1924,892],[1943,883],[1972,907],[1964,928],[1952,951],[1941,964],[1947,986],[1924,1035],[1914,1028],[1898,1014],[1888,1003],[1872,994],[1850,994],[1837,1010],[1747,999],[1719,988],[1697,991],[1675,983],[1652,954]]},{"area":"065","points":[[1667,1130],[1710,1125],[1746,1102],[1751,1090],[1756,1065],[1750,1048],[1742,1026],[1788,1028],[1827,1030],[1831,1025],[1844,1058],[1848,1090],[1846,1112],[1822,1117],[1803,1126],[1788,1138],[1766,1141],[1741,1147],[1721,1154],[1685,1151]]},{"area":"06b","points":[[1995,1068],[2022,1044],[2045,1041],[2055,1054],[2085,1059],[2108,1028],[2117,1043],[2147,1032],[2168,1035],[2147,1067],[2159,1083],[2156,1101],[2148,1112],[2164,1117],[2172,1126],[2169,1157],[2172,1183],[2169,1205],[2142,1218],[2105,1219],[2081,1221],[2075,1236],[2048,1235],[2012,1230],[1996,1217],[1982,1201],[1983,1177],[1991,1163],[1982,1141],[1996,1116],[1995,1088]]},{"area":"073","points":[[2551,1085],[2629,1085],[2634,1041],[2702,1041],[2710,1072],[2785,1072],[2785,1188],[2551,1188]]},{"area":"04b","points":[[888,888],[888,955],[994,955],[994,888]]},{"area":"050","points":[[1160,1214],[1132,1111],[1115,1102],[1101,1068],[1074,1026],[1058,977],[1058,825],[1099,772],[1114,693],[1124,652],[1154,668],[1165,663],[1155,594],[1170,537],[1186,575],[1215,614],[1241,674],[1249,730],[1261,778],[1294,815],[1292,1035],[1276,1128],[1259,1178],[1262,1215],[1249,1244],[1237,1213],[1218,1259],[1185,1191]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/002-totyp-02-03.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/004-the-mountaind-door-map-pc.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-34,"offsetY":-12,"scale":2},"title":"Player Version","mapParent":{"id":"165","autoScale":true},"width":3000,"height":1366},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/006-totyp-02-07.webp"},"title":"Map 2.3: The Glitterhame","width":3000,"height":2747,"imageType":"map","grid":{"type":"square","size":83,"offsetX":-10,"offsetY":6,"scale":2},"id":"166","mapRegions":[{"area":"09b","points":[[301,507],[329,519],[361,524],[378,511],[414,502],[448,490],[476,453],[532,418],[570,390],[592,366],[640,356],[685,355],[725,343],[757,351],[774,370],[844,361],[897,369],[942,368],[982,390],[1004,415],[1050,425],[1088,446],[1129,466],[1143,505],[1128,534],[1110,554],[1114,582],[1111,627],[1088,665],[1063,688],[1039,712],[1046,750],[1031,783],[997,806],[965,812],[941,835],[926,863],[921,908],[910,943],[906,965],[861,957],[890,929],[886,902],[897,868],[901,843],[934,813],[973,785],[1001,766],[1009,746],[992,734],[1003,706],[1037,684],[1050,655],[1077,630],[1080,587],[1083,559],[1106,507],[1105,488],[1085,480],[1055,463],[1036,441],[972,421],[954,404],[919,385],[889,386],[852,385],[810,395],[785,394],[728,379],[705,370],[657,366],[622,377],[600,401],[570,419],[541,436],[508,455],[494,475],[480,488],[457,507],[410,526],[390,529],[356,539],[301,542],[317,537],[289,523],[324,526]]},{"area":"09d","points":[[857,421],[886,414],[915,426],[948,434],[954,458],[964,474],[948,475],[942,484],[937,499],[914,503],[897,488],[867,480],[844,468],[837,445],[837,432]]},{"area":"0a1","points":[[596,539],[627,552],[654,597],[666,634],[703,667],[746,698],[775,715],[812,711],[840,706],[859,693],[893,680],[915,666],[981,675],[964,717],[977,751],[883,814],[868,868],[868,911],[848,915],[840,879],[827,872],[805,876],[795,865],[775,859],[772,843],[759,846],[737,846],[728,858],[695,857],[688,839],[697,830],[693,813],[681,809],[665,810],[649,790],[646,773],[627,765],[612,773],[600,761],[590,737],[587,714],[594,699],[595,690],[577,667],[555,645],[566,619],[578,610],[568,588],[577,565]]},{"area":"0b2","points":[[345,1530],[341,1516],[329,1520],[316,1534],[301,1511],[284,1486],[276,1480],[262,1480],[255,1463],[254,1430],[258,1397],[271,1370],[267,1315],[259,1270],[283,1243],[277,1213],[280,1181],[283,1170],[299,1188],[316,1232],[333,1248],[330,1271],[352,1274],[363,1311],[375,1328],[383,1348],[401,1343],[422,1348],[439,1348],[443,1382],[441,1409],[440,1432],[448,1446],[441,1457],[423,1455],[417,1462],[418,1479],[419,1501],[430,1516],[412,1516],[412,1542],[409,1568],[408,1587],[381,1591],[359,1583],[351,1578],[346,1557]]},{"area":"0ab","points":[[578,1729],[548,1717],[520,1715],[499,1711],[459,1692],[445,1711],[435,1712],[379,1694],[345,1686],[316,1675],[314,1652],[298,1649],[283,1619],[258,1609],[255,1658],[245,1683],[257,1716],[274,1742],[266,1743],[270,1765],[266,1778],[240,1764],[231,1790],[258,1837],[276,1858],[290,1859],[305,1875],[329,1886],[348,1877],[355,1871],[351,1843],[346,1825],[364,1809],[378,1799],[395,1803],[395,1822],[413,1832],[417,1815],[415,1801],[422,1786],[439,1792],[459,1821],[475,1832],[474,1886],[453,1890],[448,1908],[459,1939],[480,1955],[474,1982],[463,2014],[436,2035],[415,2044],[401,2036],[390,2021],[369,2019],[350,2004],[335,2000],[330,2017],[316,2012],[301,1994],[277,2000],[268,1985],[254,1969],[246,1981],[262,2001],[272,2014],[274,2035],[284,2066],[297,2074],[297,2088],[281,2093],[276,2102],[284,2124],[283,2146],[303,2181],[317,2187],[324,2170],[342,2163],[347,2181],[348,2206],[373,2226],[387,2249],[401,2271],[415,2289],[422,2267],[440,2274],[458,2276],[468,2274],[484,2263],[494,2255],[483,2236],[477,2214],[476,2196],[480,2194],[514,2200],[539,2186],[545,2175],[532,2168],[530,2143],[529,2137],[538,2119],[528,2099],[526,2085],[560,2071],[570,2061],[590,2070],[610,2095],[612,2115],[610,2141],[606,2157],[591,2178],[586,2196],[587,2219],[578,2235],[573,2259],[575,2275],[585,2293],[604,2298],[625,2334],[637,2354],[649,2348],[661,2361],[681,2394],[714,2426],[733,2421],[735,2415],[754,2419],[766,2419],[779,2423],[796,2431],[809,2430],[801,2408],[792,2387],[785,2374],[760,2364],[750,2352],[759,2342],[781,2352],[796,2348],[814,2357],[832,2359],[818,2330],[805,2298],[790,2284],[778,2261],[778,2252],[768,2234],[748,2232],[735,2227],[721,2246],[707,2249],[701,2267],[684,2248],[661,2221],[653,2197],[636,2175],[640,2160],[657,2142],[672,2124],[663,2097],[665,2072],[662,2045],[637,2037],[639,2012],[628,1973],[621,1938],[612,1910],[619,1893],[635,1892],[646,1877],[671,1880],[692,1877],[707,1862],[694,1835],[694,1809],[688,1797],[670,1799],[654,1803],[641,1773],[630,1742],[605,1745]]},{"area":"0ba","points":[[951,2003],[972,1995],[986,1970],[1012,1983],[1028,2001],[1025,2035],[1041,2035],[1072,2052],[1092,2067],[1089,2088],[1070,2088],[1054,2083],[1053,2102],[1066,2108],[1092,2114],[1111,2128],[1126,2119],[1152,2133],[1141,2150],[1146,2174],[1163,2208],[1138,2213],[1142,2235],[1133,2252],[1119,2243],[1093,2235],[1075,2222],[1050,2219],[1035,2204],[1014,2200],[992,2186],[985,2169],[963,2160],[938,2147],[925,2119],[916,2102],[901,2097],[888,2098],[863,2090],[849,2065],[845,2049],[834,2021],[831,1992],[817,1974],[848,1957],[861,1946],[859,1935],[868,1916],[884,1919],[890,1938],[911,1950],[925,1954],[930,1975],[937,1990]]},{"area":"0d3","points":[[1174,1992],[1212,1997],[1218,1985],[1240,1994],[1259,1997],[1293,2009],[1295,2023],[1324,2044],[1338,2046],[1348,2031],[1335,2008],[1326,1982],[1326,1956],[1347,1972],[1364,1992],[1370,2006],[1373,2030],[1390,2041],[1425,2050],[1445,2077],[1452,2106],[1489,2111],[1501,2111],[1517,2134],[1523,2147],[1543,2157],[1554,2164],[1578,2195],[1581,2209],[1612,2205],[1646,2205],[1657,2190],[1675,2177],[1708,2182],[1741,2190],[1765,2185],[1800,2199],[1822,2203],[1858,2204],[1863,2218],[1861,2235],[1852,2252],[1834,2271],[1822,2279],[1832,2295],[1828,2315],[1826,2339],[1819,2377],[1826,2403],[1837,2443],[1799,2443],[1770,2440],[1747,2431],[1725,2413],[1708,2410],[1688,2408],[1667,2390],[1653,2373],[1630,2372],[1599,2374],[1560,2375],[1543,2378],[1524,2396],[1510,2374],[1523,2343],[1506,2334],[1489,2334],[1470,2326],[1450,2324],[1440,2328],[1434,2332],[1428,2341],[1385,2333],[1364,2321],[1356,2302],[1345,2288],[1312,2277],[1295,2257],[1266,2240],[1244,2206],[1236,2173],[1230,2151],[1200,2137],[1208,2117],[1221,2111],[1222,2092],[1209,2063],[1187,2058],[1179,2039],[1165,2031],[1147,2032]]},{"area":"0a5","points":[[703,970],[717,965],[741,975],[745,1005],[761,1001],[773,1009],[787,1025],[794,1004],[819,990],[849,992],[871,1015],[879,1041],[890,1072],[897,1084],[921,1088],[926,1114],[929,1151],[942,1181],[943,1209],[957,1218],[948,1250],[937,1265],[912,1272],[901,1271],[899,1294],[890,1320],[910,1338],[935,1323],[950,1338],[948,1372],[961,1423],[972,1459],[964,1480],[977,1512],[986,1533],[961,1528],[960,1507],[948,1484],[932,1479],[916,1446],[899,1415],[883,1401],[867,1383],[867,1412],[859,1430],[867,1455],[865,1476],[872,1505],[867,1526],[885,1543],[897,1556],[903,1585],[911,1600],[929,1615],[939,1632],[950,1630],[963,1619],[990,1626],[1003,1630],[1013,1645],[1037,1666],[1035,1697],[1035,1711],[1054,1714],[1072,1725],[1048,1739],[1030,1757],[1014,1772],[1001,1800],[988,1819],[969,1812],[946,1796],[932,1795],[923,1810],[897,1803],[861,1783],[857,1770],[832,1764],[805,1752],[778,1735],[745,1728],[734,1729],[699,1741],[693,1715],[680,1701],[658,1692],[657,1666],[663,1644],[667,1631],[668,1623],[670,1608],[674,1588],[648,1587],[626,1573],[608,1566],[592,1564],[574,1556],[542,1538],[537,1520],[554,1493],[554,1476],[546,1461],[537,1452],[526,1444],[525,1432],[524,1385],[519,1372],[521,1354],[529,1352],[529,1326],[563,1266],[578,1268],[586,1286],[610,1266],[639,1249],[634,1235],[632,1205],[627,1188],[650,1145],[657,1129],[686,1114],[692,1101],[674,1093],[686,1044],[701,1023],[706,999]]},{"area":"0c9","points":[[1066,1046],[1154,1032],[1186,1022],[1212,1009],[1223,991],[1261,990],[1284,987],[1298,987],[1326,975],[1339,973],[1352,969],[1361,990],[1361,996],[1374,1001],[1378,1021],[1417,1039],[1423,1058],[1446,1081],[1461,1110],[1470,1123],[1462,1166],[1448,1177],[1430,1191],[1427,1209],[1410,1241],[1412,1263],[1383,1274],[1382,1307],[1387,1351],[1412,1395],[1423,1432],[1418,1467],[1404,1483],[1400,1526],[1405,1561],[1404,1596],[1388,1610],[1351,1610],[1342,1630],[1345,1652],[1351,1661],[1343,1693],[1352,1701],[1360,1725],[1335,1746],[1314,1781],[1297,1775],[1280,1766],[1240,1775],[1228,1792],[1213,1812],[1169,1805],[1147,1775],[1126,1755],[1111,1724],[1094,1712],[1072,1684],[1092,1649],[1099,1630],[1098,1606],[1098,1586],[1116,1583],[1137,1587],[1154,1596],[1163,1595],[1201,1578],[1195,1566],[1188,1547],[1186,1528],[1182,1524],[1148,1524],[1132,1519],[1124,1508],[1112,1492],[1121,1463],[1117,1440],[1114,1412],[1105,1405],[1083,1408],[1071,1391],[1057,1352],[1045,1337],[1049,1311],[1079,1315],[1094,1317],[1107,1325],[1103,1295],[1102,1271],[1094,1246],[1088,1228],[1067,1214],[1059,1200],[1071,1157],[1076,1137],[1074,1110],[1065,1088]]},{"area":"0c4","points":[[1610,890],[1592,875],[1564,870],[1545,836],[1539,817],[1515,814],[1498,841],[1484,822],[1471,844],[1468,866],[1477,885],[1475,903],[1479,933],[1483,935],[1481,954],[1514,973],[1521,991],[1533,1015],[1561,1025],[1586,1045],[1606,1062],[1619,1063],[1627,1050],[1634,1035],[1644,1044],[1657,1055],[1679,1053],[1676,1061],[1694,1092],[1699,1111],[1719,1134],[1739,1163],[1781,1188],[1801,1200],[1804,1164],[1803,1139],[1800,1094],[1809,1075],[1803,1046],[1799,1030],[1799,1013],[1782,1004],[1770,1015],[1760,1030],[1742,1028],[1732,1018],[1712,1014],[1699,1014],[1672,997],[1661,975],[1652,950],[1655,934],[1639,908],[1625,893]]},{"area":"0bf","points":[[1334,627],[1366,559],[1381,560],[1413,564],[1443,517],[1449,505],[1458,480],[1470,468],[1471,440],[1450,419],[1422,400],[1401,359],[1405,315],[1431,289],[1466,288],[1495,302],[1508,314],[1514,329],[1520,350],[1523,379],[1521,408],[1524,422],[1538,449],[1570,463],[1583,484],[1599,507],[1618,506],[1635,501],[1661,492],[1680,481],[1681,450],[1699,453],[1721,440],[1737,503],[1723,520],[1711,538],[1739,561],[1751,585],[1768,601],[1791,639],[1804,654],[1822,650],[1828,613],[1828,583],[1836,575],[1849,577],[1859,594],[1876,579],[1888,574],[1920,586],[1929,608],[1955,617],[1982,648],[1999,676],[2004,697],[1986,685],[1972,674],[1943,665],[1912,644],[1907,637],[1881,635],[1874,637],[1868,666],[1862,688],[1834,695],[1837,724],[1834,734],[1796,766],[1782,785],[1757,801],[1686,806],[1663,801],[1640,825],[1614,801],[1603,787],[1588,783],[1563,783],[1555,726],[1538,723],[1514,693],[1507,672],[1490,641],[1489,626],[1466,646],[1455,646],[1437,668],[1419,671],[1413,697],[1394,719],[1357,721],[1330,734],[1295,742],[1294,721],[1325,697],[1337,680],[1334,658],[1326,644]]},{"area":"0dc","points":[[2608,1792],[2693,1792],[2693,1284],[2766,1284],[2766,1868],[2608,1868]]},{"area":"0d7","points":[[2221,1422],[2210,1392],[2219,1355],[2210,1326],[2205,1310],[2199,1271],[2181,1255],[2173,1236],[2142,1219],[2138,1182],[2130,1156],[2119,1145],[2105,1101],[2103,1080],[2128,1079],[2125,1072],[2148,1085],[2177,1099],[2205,1115],[2213,1145],[2221,1163],[2237,1168],[2252,1157],[2275,1151],[2286,1169],[2317,1168],[2339,1159],[2351,1173],[2360,1194],[2388,1221],[2403,1240],[2414,1271],[2427,1283],[2423,1298],[2405,1290],[2395,1289],[2394,1303],[2395,1324],[2405,1345],[2404,1369],[2386,1355],[2354,1346],[2338,1326],[2312,1302],[2307,1320],[2306,1333],[2275,1337],[2268,1351],[2268,1365],[2261,1383],[2252,1399],[2257,1418]]},{"area":"0cf","points":[[1901,1348],[1934,1341],[1982,1379],[2003,1399],[2014,1415],[2013,1432],[1995,1443],[1996,1459],[2022,1466],[2055,1480],[2075,1506],[2099,1514],[2155,1548],[2175,1596],[2201,1645],[2215,1679],[2279,1676],[2314,1703],[2363,1732],[2423,1750],[2467,1750],[2466,1827],[2492,1876],[2537,1894],[2551,1901],[2564,1916],[2550,1933],[2554,1951],[2572,1968],[2585,1995],[2617,2000],[2603,2023],[2628,2028],[2689,2014],[2707,1982],[2723,1972],[2724,1995],[2748,2005],[2745,2054],[2751,2076],[2751,2098],[2760,2123],[2790,2126],[2800,2151],[2801,2195],[2799,2234],[2792,2263],[2799,2280],[2822,2274],[2808,2351],[2795,2392],[2773,2434],[2773,2459],[2757,2462],[2759,2445],[2735,2419],[2738,2395],[2743,2346],[2720,2325],[2707,2289],[2689,2294],[2690,2272],[2692,2239],[2693,2227],[2653,2234],[2604,2232],[2586,2253],[2559,2249],[2538,2230],[2523,2225],[2510,2235],[2488,2235],[2465,2240],[2443,2262],[2439,2281],[2415,2292],[2387,2305],[2343,2306],[2316,2306],[2314,2279],[2301,2248],[2299,2222],[2283,2196],[2225,2183],[2182,2152],[2161,2095],[2160,2072],[2103,2025],[2068,2001],[2027,2010],[1969,2009],[1924,2005],[1883,1968],[1857,1964],[1812,1963],[1734,1960],[1679,1955],[1648,1979],[1601,1981],[1545,1969],[1543,1946],[1519,1894],[1484,1835],[1467,1818],[1470,1745],[1463,1689],[1441,1659],[1450,1632],[1462,1599],[1446,1538],[1462,1484],[1486,1463],[1480,1422],[1462,1399],[1445,1357],[1439,1332],[1448,1281],[1485,1240],[1521,1208],[1550,1236],[1569,1257],[1588,1259],[1603,1246],[1625,1262],[1640,1280],[1650,1284],[1659,1268],[1677,1288],[1680,1306],[1719,1332],[1726,1356],[1738,1369],[1799,1394],[1836,1410],[1841,1395],[1863,1401],[1885,1397],[1895,1366]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/006-totyp-02-07.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/009-tfof02.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":3,"offsetY":23,"scale":2},"mapParent":{"id":"166","autoScale":true},"width":3380,"height":3095},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/008-totyp-02-08.webp"},"title":"Map 2.4: The Sinkhole","width":3000,"height":1428,"imageType":"map","grid":{"type":"square","size":97,"offsetX":-51,"offsetY":29,"scale":2},"id":"167","mapRegions":[{"area":"0e5","points":[[1201,218],[2089,218],[2089,592],[1808,592],[1808,505],[1201,505]]},{"area":"0ea","points":[[1204,514],[1204,689],[1790,689],[1790,514]]},{"area":"0df","points":[[485,621],[477,590],[472,569],[454,560],[489,534],[514,515],[526,495],[525,476],[501,471],[484,457],[512,441],[501,426],[483,422],[461,413],[468,391],[450,369],[448,332],[435,323],[461,312],[481,297],[511,271],[514,246],[512,225],[532,223],[556,228],[578,234],[600,240],[617,237],[644,244],[652,261],[655,279],[683,266],[698,244],[716,262],[732,267],[748,286],[757,288],[773,267],[774,258],[786,249],[819,259],[840,292],[872,350],[910,359],[923,369],[950,366],[992,386],[1006,405],[1039,421],[1065,435],[1083,512],[1105,590],[1098,599],[1054,600],[1039,597],[1037,625],[1050,645],[1049,661],[1034,659],[1003,667],[990,649],[979,646],[963,628],[930,639],[917,652],[917,659],[905,668],[872,688],[875,712],[839,751],[808,730],[783,719],[768,726],[747,723],[729,717],[708,717],[698,737],[675,751],[612,778],[625,746],[626,716],[630,679],[608,667],[594,650],[582,643],[565,636],[552,628],[535,613],[517,606],[503,614]]},{"area":"0eb","points":[[1446,1110],[1446,1298],[2043,1298],[2043,1110]]},{"area":"0f7","points":[[2204,214],[2204,498],[2395,498],[2395,214]]},{"area":"0e1","points":[[391,903],[403,921],[427,928],[435,902],[440,890],[459,897],[466,895],[479,888],[501,888],[512,901],[529,897],[545,890],[568,893],[601,899],[622,890],[630,879],[684,877],[728,874],[741,849],[760,854],[775,872],[787,881],[809,899],[821,895],[834,883],[881,906],[898,921],[914,928],[951,932],[957,917],[1001,924],[1013,921],[1034,942],[1048,954],[1105,939],[1133,929],[1205,928],[1209,906],[1227,901],[1241,883],[1290,868],[1383,855],[1467,817],[1520,775],[1526,742],[1537,764],[1554,768],[1599,733],[1588,772],[1603,797],[1614,815],[1672,810],[1697,778],[1701,797],[1725,801],[1726,836],[1726,863],[1728,880],[1723,892],[1739,893],[1761,876],[1792,858],[1818,827],[1865,836],[1872,880],[1854,889],[1840,943],[1803,970],[1770,990],[1761,978],[1743,973],[1717,965],[1694,961],[1680,963],[1665,975],[1645,990],[1617,987],[1599,999],[1568,994],[1561,969],[1538,974],[1506,981],[1483,1000],[1459,1000],[1432,1022],[1346,1076],[1328,1076],[1297,1079],[1279,1092],[1274,1116],[1258,1129],[1206,1135],[1194,1145],[1182,1132],[1181,1110],[1135,1108],[1123,1110],[1115,1098],[1081,1101],[1076,1124],[1045,1117],[1021,1112],[991,1099],[1008,1093],[1000,1068],[985,1068],[945,1066],[902,1055],[875,1046],[859,1053],[871,1066],[874,1080],[865,1086],[814,1084],[790,1071],[770,1079],[754,1085],[721,1083],[693,1062],[672,1068],[639,1072],[623,1077],[586,1071],[556,1053],[528,1040],[511,1012],[476,1018],[437,1031],[423,1036],[397,1022],[399,1008],[378,1000],[365,982],[346,978],[332,960],[329,932],[338,929],[343,914],[365,901]]},{"area":"0f0","points":[[1981,689],[2005,677],[2028,676],[2053,659],[2086,637],[2121,626],[2133,618],[2142,635],[2165,653],[2188,632],[2225,627],[2265,617],[2272,600],[2271,582],[2290,563],[2290,551],[2292,530],[2303,507],[2392,507],[2396,543],[2455,543],[2485,514],[2503,486],[2516,468],[2538,479],[2568,484],[2587,506],[2628,492],[2666,479],[2701,485],[2701,516],[2694,545],[2688,579],[2671,596],[2632,608],[2609,614],[2592,618],[2603,639],[2604,657],[2596,670],[2583,690],[2563,702],[2543,697],[2550,710],[2537,716],[2525,712],[2502,724],[2476,739],[2446,741],[2450,725],[2439,719],[2418,724],[2401,737],[2374,751],[2368,777],[2379,791],[2386,826],[2385,832],[2356,837],[2345,848],[2321,848],[2310,846],[2308,862],[2314,879],[2294,889],[2288,906],[2231,905],[2195,886],[2197,872],[2166,866],[2141,865],[2116,846],[2097,841],[2065,857],[2039,865],[2022,858],[2005,857],[1988,857],[1991,872],[2003,884],[1991,888],[1964,888],[1954,870],[1951,815],[1963,785],[1951,743]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/008-totyp-02-08.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/012-tfof03.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":-26,"offsetY":15},"mapParent":{"id":"167","autoScale":true},"width":3405,"height":1621},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/010-totyp-02-11.webp"},"title":"Map 2.5: The Foundry","width":3000,"height":1704,"imageType":"map","grid":{"type":"square","size":80,"offsetX":32,"offsetY":-4,"scale":2},"id":"168","mapRegions":[{"area":"123","points":[[441,250],[441,499],[961,499],[961,250]]},{"area":"12e","points":[[969,168],[969,330],[1135,330],[1135,168]]},{"area":"131","points":[[970,436],[970,588],[1135,588],[1135,436]]},{"area":"12e","points":[[1146,436],[1146,588],[1312,588],[1312,436]]},{"area":"12e","points":[[1148,169],[1148,332],[1308,332],[1308,169]]},{"area":"129","points":[[1325,245],[1325,503],[1566,503],[1566,245]]},{"area":"102","points":[[707,608],[1563,604],[1568,1032],[707,1041]]},{"area":"0fd","points":[[267,777],[340,704],[444,704],[515,775],[515,865],[425,955],[354,955],[267,874]]},{"area":"11f","points":[[178,1225],[514,1225],[514,1308],[863,1308],[863,1399],[966,1399],[966,1559],[528,1559],[528,1476],[178,1476]]},{"area":"108","points":[[1055,1125],[1055,1559],[1394,1559],[1394,1470],[1516,1470],[1523,1489],[1528,1503],[1547,1502],[1564,1506],[1565,1521],[1606,1520],[1641,1495],[1674,1453],[1674,1125]]},{"area":"10f","points":[[2289,1444],[2316,1453],[2312,1476],[2360,1477],[2400,1475],[2408,1484],[2394,1499],[2394,1511],[2406,1506],[2421,1516],[2440,1506],[2457,1495],[2471,1507],[2511,1502],[2516,1467],[2526,1448],[2559,1453],[2582,1465],[2619,1462],[2632,1484],[2677,1485],[2697,1481],[2705,1493],[2721,1488],[2765,1507],[2797,1521],[2779,1452],[2781,1440],[2739,1428],[2717,1403],[2699,1373],[2684,1348],[2686,1337],[2668,1316],[2628,1294],[2623,1284],[2655,1277],[2672,1267],[2711,1258],[2733,1268],[2790,1268],[2792,1245],[2788,1209],[2774,1191],[2755,1178],[2723,1164],[2719,1146],[2739,1123],[2720,1110],[2721,1094],[2737,1077],[2707,1084],[2659,1092],[2637,1092],[2604,1102],[2569,1121],[2554,1125],[2545,1110],[2525,1117],[2501,1120],[2477,1126],[2471,1255],[2449,1265],[2404,1195],[2365,1199],[2342,1195],[2332,1181],[2314,1179],[2277,1166],[2257,1151],[2228,1159],[2199,1164],[2179,1151],[2156,1142],[2110,1137],[2108,1164],[2098,1196],[2103,1218],[2130,1310],[2126,1366],[2157,1375],[2164,1391],[2179,1418],[2218,1421],[2257,1413],[2280,1428]]},{"area":"111","points":[[2452,1253],[2412,1186],[2403,1163],[2377,1151],[2368,1130],[2323,1132],[2338,1099],[2311,1079],[2341,1066],[2347,1049],[2373,1035],[2375,1005],[2375,995],[2400,996],[2418,986],[2471,991],[2497,983],[2494,974],[2520,977],[2533,974],[2541,941],[2566,963],[2565,977],[2539,994],[2520,1014],[2521,1031],[2529,1036],[2516,1062],[2517,1077],[2538,1094],[2530,1102],[2485,1111],[2468,1124],[2466,1248]]},{"area":"145","points":[[2476,516],[2643,516],[2643,774],[2733,774],[2733,855],[2561,855],[2561,770],[2476,770]]},{"area":"14a","points":[[2655,603],[2655,765],[2815,765],[2815,603]]},{"area":"12e","points":[[2653,343],[2865,343],[2865,419],[2817,419],[2817,586],[2653,586]]},{"area":"12e","points":[[2654,166],[2823,166],[2823,241],[2863,241],[2863,326],[2654,326]]},{"area":"141","points":[[2120,434],[2120,677],[2369,677],[2369,434]]},{"area":"11b","points":[[2026,694],[2026,1023],[2266,1023],[2266,694]]},{"area":"112","points":[[1675,697],[1675,937],[2015,937],[2015,697]]},{"area":"13f","points":[[1579,432],[1579,683],[1844,683],[1844,432]]},{"area":"12e","points":[[1581,169],[1581,332],[1747,332],[1747,169]]},{"area":"12e","points":[[2112,166],[2112,326],[2275,326],[2275,166]]},{"area":"12e","points":[[1763,168],[1763,329],[1924,329],[1924,168]]},{"area":"12e","points":[[1938,166],[1938,329],[2101,329],[2101,166]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/010-totyp-02-11.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/015-tfof04.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-7,"offsetY":11,"scale":2},"mapParent":{"id":"168","autoScale":true},"width":3372,"height":1915},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/013-totyp-02-13.webp"},"title":"Map 2.6: The Black Lake","width":3000,"height":1112,"imageType":"map","grid":{"type":"square","size":81,"offsetX":-21,"offsetY":-20,"scale":2},"id":"169","mapRegions":[{"area":"14d","points":[[818,782],[840,774],[844,741],[850,720],[839,692],[844,654],[857,631],[872,636],[870,693],[879,726],[907,742],[930,766],[939,796],[973,812],[1000,828],[1017,853],[1035,876],[1048,899],[1028,932],[1004,928],[994,912],[968,901],[955,910],[926,921],[938,950],[960,972],[965,992],[933,982],[902,954],[888,939],[881,914],[866,905],[852,906],[839,905],[832,877],[823,854],[806,840],[804,813]]},{"area":"14f","points":[[954,391],[965,369],[956,346],[930,339],[895,332],[868,315],[858,299],[884,295],[912,312],[941,303],[977,306],[996,312],[1032,319],[1071,321],[1103,323],[1105,307],[1155,299],[1191,306],[1246,314],[1258,301],[1249,286],[1257,280],[1286,293],[1298,307],[1323,310],[1335,297],[1363,293],[1391,306],[1404,319],[1404,337],[1404,356],[1417,374],[1405,394],[1399,410],[1378,412],[1374,430],[1381,458],[1392,474],[1383,555],[1381,587],[1396,618],[1405,637],[1385,697],[1374,705],[1357,705],[1361,688],[1343,655],[1321,658],[1310,623],[1306,583],[1299,572],[1316,543],[1321,515],[1316,489],[1301,472],[1285,454],[1252,431],[1231,436],[1228,453],[1213,432],[1187,441],[1157,441],[1139,434],[1106,439],[1083,459],[1086,479],[1061,483],[1046,505],[1044,515],[1009,505],[983,502],[952,505],[910,510],[898,479],[933,408],[947,403]]},{"area":"159","points":[[2010,752],[2012,728],[2023,705],[2019,684],[2000,677],[2015,648],[2018,634],[2054,636],[2094,623],[2105,640],[2129,645],[2146,676],[2168,688],[2183,690],[2196,676],[2209,677],[2226,686],[2237,699],[2252,711],[2277,712],[2289,710],[2299,750],[2310,777],[2321,812],[2294,830],[2277,846],[2254,830],[2232,819],[2213,805],[2197,817],[2177,822],[2169,805],[2160,795],[2143,801],[2129,800],[2129,814],[2103,813],[2088,801],[2070,794],[2046,797],[2035,778],[2035,756]]},{"area":"15d","points":[[2272,541],[2274,517],[2297,508],[2317,493],[2314,477],[2329,448],[2312,425],[2326,417],[2338,437],[2365,452],[2374,466],[2375,486],[2396,490],[2415,503],[2434,511],[2450,502],[2446,454],[2441,408],[2446,370],[2413,365],[2401,356],[2410,329],[2401,323],[2401,311],[2400,294],[2431,308],[2470,316],[2479,310],[2476,293],[2483,277],[2495,275],[2512,294],[2534,281],[2551,270],[2548,252],[2575,244],[2603,239],[2617,263],[2625,288],[2643,290],[2662,292],[2677,307],[2680,317],[2655,345],[2655,370],[2659,391],[2670,415],[2674,439],[2648,461],[2635,462],[2621,472],[2608,507],[2612,525],[2578,557],[2565,557],[2555,579],[2547,585],[2534,587],[2490,588],[2455,587],[2410,599],[2394,603],[2359,596],[2348,570],[2328,551],[2297,551]]},{"area":"154","points":[[1357,810],[1395,830],[1427,854],[1448,872],[1463,865],[1477,854],[1501,868],[1520,865],[1566,862],[1588,866],[1618,868],[1641,854],[1655,845],[1621,822],[1590,805],[1569,795],[1534,775],[1502,785],[1477,775],[1484,761],[1475,748],[1480,612],[1532,505],[1535,481],[1550,450],[1568,425],[1574,399],[1604,395],[1631,400],[1661,396],[1697,386],[1710,409],[1741,412],[1760,404],[1698,498],[1658,523],[1653,577],[1652,643],[1659,702],[1698,779],[1764,858],[1835,907],[1895,942],[1914,954],[1915,982],[1902,983],[1884,978],[1866,968],[1835,965],[1815,951],[1795,942],[1782,934],[1781,910],[1747,903],[1728,905],[1699,914],[1672,929],[1658,938],[1654,916],[1648,911],[1628,915],[1618,919],[1586,903],[1572,910],[1561,925],[1550,929],[1564,965],[1563,981],[1548,969],[1546,963],[1535,954],[1523,955],[1514,930],[1493,926],[1479,926],[1488,952],[1494,972],[1470,956],[1466,935],[1440,932],[1439,920],[1436,910],[1412,907],[1399,890],[1382,890],[1386,871],[1375,857],[1361,846],[1360,831]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/013-totyp-02-13.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/019-tfof05.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-25,"offsetY":-23,"scale":2},"mapParent":{"id":"169","autoScale":true},"width":3368,"height":1248}]}]},"TftYP-THSoT":{"id":"TftYP-THSoT","source":"TftYP-THSoT","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Hidden Shrine of Tamoachan","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-THSoT/001-hs01.webp"},"title":"Map 3.1: The Hidden Shrine of Tamoachan","width":3000,"height":1974,"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":2,"scale":4},"id":"171","mapRegions":[{"area":"167","points":[[219,462],[219,734],[426,734],[426,462]]},{"area":"160","points":[[703,575],[703,636],[732,636],[732,575]]},{"area":"15b","points":[[812,607],[908,607],[923,622],[923,716],[798,716],[798,622]]},{"area":"155","points":[[927,575],[927,604],[972,604],[972,575]]},{"area":"150","points":[[921,444],[921,511],[1006,511],[1021,526],[1021,572],[893,572],[893,444]]},{"area":"14b","points":[[928,476],[928,423],[930,417],[935,414],[996,414],[1002,419],[1005,425],[1005,476]]},{"area":"13e","points":[[1215,315],[1215,361],[1279,361],[1279,315]]},{"area":"133","points":[[1119,348],[1183,348],[1183,381],[1247,381],[1247,367],[1279,367],[1279,380],[1312,380],[1312,478],[1279,478],[1279,540],[1181,540],[1181,509],[1084,509],[1084,380],[1119,380]]},{"area":"12f","points":[[1094,527],[1126,574],[1103,603],[1087,603],[1061,574]]},{"area":"127","points":[[1088,640],[1088,796],[1149,796],[1149,640]]},{"area":"10f","points":[[1218,545],[1247,545],[1247,735],[1279,735],[1279,780],[1218,780]]},{"area":"10a","points":[[1343,332],[1359,332],[1359,316],[1378,316],[1378,332],[1391,332],[1391,348],[1409,348],[1409,381],[1393,381],[1393,410],[1343,410]]},{"area":"114","points":[[1328,780],[1328,735],[1316,729],[1304,718],[1297,702],[1296,688],[1300,673],[1305,661],[1318,650],[1332,642],[1348,641],[1361,646],[1375,652],[1386,667],[1393,684],[1389,703],[1384,713],[1377,724],[1371,730],[1359,736],[1359,780]]},{"area":"08b","points":[[1488,799],[1488,831],[1584,831],[1584,799]]},{"area":"084","points":[[1760,798],[1760,829],[1865,829],[1865,798]]},{"area":"08c","points":[[1360,848],[1377,865],[1439,865],[1454,878],[1454,943],[1473,960],[1441,991],[1376,991],[1330,948],[1330,878]]},{"area":"07c","points":[[1522,1023],[1551,994],[1650,994],[1680,1024],[1680,1057],[1649,1088],[1553,1088],[1522,1056]]},{"area":"067","points":[[1722,1023],[1777,1023],[1777,1153],[1745,1153],[1745,1057],[1722,1057]]},{"area":"062","points":[[1780,1120],[1780,1151],[1923,1151],[1923,1120]]},{"area":"0af","points":[[1951,1119],[1951,1153],[2033,1153],[2033,1119]]},{"area":"082","points":[[1972,799],[1972,1022],[2002,1022],[2002,799]]},{"area":"0ab","points":[[2036,925],[2036,1322],[2097,1322],[2097,925]]},{"area":"0aa","points":[[2223,958],[2230,954],[2228,945],[2235,937],[2241,927],[2276,927],[2276,1052],[2244,1052],[2244,961]]},{"area":"0a3","points":[[2196,1088],[2241,1059],[2279,1059],[2324,1088],[2324,1198],[2196,1198]]},{"area":"050","points":[[2364,929],[2364,960],[2455,960],[2455,929]]},{"area":"04b","points":[[2519,931],[2519,1069],[2548,1069],[2548,931]]},{"area":"052","points":[[2647,928],[2775,928],[2775,944],[2791,944],[2791,959],[2808,959],[2808,1055],[2792,1055],[2792,1072],[2776,1072],[2776,1088],[2647,1088],[2647,1073],[2631,1073],[2631,1057],[2616,1057],[2616,962],[2630,962],[2630,945],[2647,945]]},{"area":"03f","points":[[2451,1120],[2484,1087],[2580,1087],[2613,1120],[2613,1215],[2581,1249],[2486,1249],[2451,1215]]},{"area":"03b","points":[[2672,1153],[2672,1182],[2758,1182],[2758,1153]]},{"area":"02d","points":[[2777,1220],[2777,1422],[2869,1422],[2869,1220]]},{"area":"05d","points":[[2468,1377],[2516,1377],[2516,1396],[2552,1396],[2552,1377],[2599,1377],[2599,1426],[2584,1426],[2584,1458],[2600,1458],[2600,1508],[2553,1508],[2553,1489],[2516,1489],[2516,1508],[2468,1508],[2468,1457],[2484,1457],[2484,1426],[2468,1426]]},{"area":"091","points":[[2409,1542],[2521,1542],[2521,1493],[2549,1493],[2549,1568],[2409,1568]]},{"area":"095","points":[[2263,1409],[2455,1409],[2455,1532],[2436,1532],[2436,1428],[2263,1428]]},{"area":"0a1","points":[[2230,1204],[2230,1442],[2257,1442],[2257,1204]]},{"area":"09f","points":[[2195,1395],[2136,1395],[2136,1412],[2068,1412],[2068,1571],[2097,1571],[2097,1442],[2134,1442],[2134,1458],[2195,1458]]},{"area":"097","points":[[2132,1473],[2338,1473],[2338,1540],[2356,1540],[2356,1570],[2338,1570],[2338,1636],[2132,1636]]},{"area":"097","points":[[2343,1475],[2385,1475],[2385,1540],[2402,1540],[2402,1567],[2385,1567],[2385,1634],[2343,1634],[2343,1575],[2359,1575],[2359,1536],[2343,1536]]},{"area":"06c","points":[[1860,1379],[1954,1379],[1954,1371],[1986,1371],[1986,1418],[1955,1418],[1955,1411],[1860,1411]]},{"area":"073","points":[[1391,1443],[1587,1443],[1587,1349],[1711,1349],[1711,1570],[1650,1570],[1650,1604],[1391,1604]]},{"area":"079","points":[[1521,1314],[1521,1340],[1681,1340],[1681,1314]]},{"area":"07a","points":[[1295,1311],[1295,1342],[1329,1342],[1329,1311]]},{"area":"0b2","points":[[943,1313],[943,1341],[1286,1341],[1286,1313]]},{"area":"0bf","points":[[780,1441],[780,1475],[814,1475],[814,1441]]},{"area":"0b5","points":[[908,896],[908,926],[1324,926],[1324,896]]},{"area":"0b9","points":[[877,960],[877,1151],[974,1151],[974,960]]},{"area":"10e","points":[[816,1023],[823,1021],[834,1025],[844,1023],[844,1154],[816,1154]]},{"area":"0f6","points":[[653,1234],[667,1220],[731,1220],[748,1237],[748,1266],[759,1266],[764,1270],[764,1292],[761,1297],[749,1297],[749,1327],[733,1343],[669,1343],[654,1328],[654,1297],[641,1297],[637,1292],[637,1271],[639,1266],[653,1266]]},{"area":"102","points":[[508,864],[555,864],[555,877],[588,877],[588,864],[637,864],[637,879],[668,879],[668,862],[716,862],[730,848],[764,882],[750,896],[750,945],[734,945],[734,976],[750,976],[750,1023],[734,1023],[734,1055],[749,1055],[749,1105],[723,1118],[651,1118],[619,1105],[619,1025],[607,1025],[590,1010],[590,991],[508,991],[494,963],[494,895]]},{"area":"0d9","points":[[153,1458],[185,1458],[185,1429],[343,1429],[343,1442],[364,1442],[364,1556],[185,1556],[185,1524],[153,1524]]},{"area":"0d2","points":[[202,1397],[202,1423],[364,1423],[364,1397]]},{"area":"0ed","points":[[170,1186],[199,1186],[215,1202],[215,1249],[199,1265],[199,1346],[218,1346],[218,1377],[155,1377],[155,1348],[171,1348],[171,1268],[152,1249],[152,1204]]},{"area":"0e8","points":[[207,1283],[207,1311],[327,1311],[327,1283]]},{"area":"0cd","points":[[347,1337],[300,1384],[311,1395],[358,1348]]},{"area":"0c7","points":[[411,1172],[521,1282],[442,1361],[364,1361],[364,1351],[341,1328],[332,1328],[332,1252]]},{"area":"0f8","points":[[281,960],[316,960],[330,930],[364,930],[380,960],[411,960],[411,1086],[394,1103],[394,1121],[364,1121],[364,1135],[332,1135],[332,1122],[298,1122],[298,1107],[281,1088]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-THSoT/thumbnail/001-hs01.webp"},"page":"adventure.html","source":"TftYP-THSoT","hash":"tftyp-thsot"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-THSoT/002-hsotplayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":32},"mapParent":{"id":"171","autoScale":true},"width":11873,"height":8370}]}]},"TftYP-WPM":{"id":"TftYP-WPM","source":"TftYP-WPM","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"White Plume Mountain","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/001-wpm01.webp"},"title":"Map 4.1: Cutaway View","width":2290,"height":3000,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"032","points":[[1144,1670],[1194,1674],[1203,1718],[1214,1742],[1222,1771],[1211,1800],[1203,1806],[1203,1848],[1144,1846],[1141,1790],[1150,1778],[1130,1768],[1128,1733],[1144,1718],[1142,1694]]},{"area":"04a","points":[[1365,1570],[1387,1558],[1408,1549],[1434,1546],[1443,1544],[1456,1554],[1475,1563],[1488,1579],[1501,1571],[1510,1573],[1514,1592],[1534,1618],[1536,1646],[1538,1669],[1544,1701],[1562,1710],[1576,1744],[1571,1781],[1558,1808],[1546,1850],[1530,1880],[1531,1896],[1523,1922],[1541,1952],[1550,1974],[1512,1994],[1477,1994],[1434,1989],[1427,1970],[1419,1955],[1418,1925],[1394,1888],[1370,1870],[1357,1856],[1338,1846],[1328,1814],[1341,1798],[1338,1781],[1333,1749],[1333,1726],[1336,1699],[1350,1693],[1350,1678],[1350,1653],[1357,1630],[1352,1598]]},{"area":"061","points":[[1734,1747],[1994,1747],[1994,1771],[1957,1771],[1952,1800],[1931,1800],[1930,1824],[1901,1824],[1902,1848],[1878,1854],[1878,1872],[1824,1872],[1821,1861],[1795,1858],[1795,1832],[1763,1829],[1758,1806],[1739,1802],[1739,1776]]},{"area":"04a","points":[[1752,2456],[1776,2493],[1813,2504],[1827,2539],[1864,2557],[1890,2573],[1896,2605],[1896,2626],[1917,2635],[1918,2664],[1907,2696],[1893,2710],[1875,2734],[1890,2755],[1910,2782],[1922,2824],[1928,2872],[1944,2923],[1909,2923],[1875,2917],[1846,2909],[1814,2910],[1760,2917],[1722,2922],[1701,2930],[1659,2930],[1627,2920],[1600,2925],[1571,2933],[1486,2931],[1443,2918],[1413,2920],[1395,2918],[1374,2922],[1349,2917],[1336,2742],[1358,2694],[1379,2667],[1384,2597],[1381,2539],[1406,2501],[1405,2438],[1386,2413],[1374,2376],[1362,2352],[1365,2314],[1382,2302],[1395,2253],[1414,2218],[1432,2147],[1434,2062],[1416,2050],[1438,2038],[1464,2045],[1485,2045],[1514,2045],[1525,2078],[1533,2128],[1552,2147],[1566,2168],[1587,2192],[1590,2218],[1614,2229],[1629,2259],[1643,2296],[1646,2325],[1651,2358],[1667,2394],[1691,2402],[1723,2430]]},{"area":"032","points":[[1099,2347],[1128,2421],[1139,2440],[1171,2461],[1192,2467],[1203,2494],[1224,2494],[1237,2432],[1256,2398],[1253,2445],[1250,2499],[1262,2528],[1262,2558],[1269,2579],[1259,2592],[1270,2618],[1270,2646],[1283,2674],[1290,2718],[1298,2738],[1307,2915],[1277,2910],[1246,2909],[1221,2909],[1214,2923],[1186,2915],[1163,2909],[1155,2901],[1096,2910],[1077,2925],[1038,2914],[1027,2899],[990,2891],[973,2896],[997,2800],[1024,2739],[1038,2718],[1056,2659],[1056,2630],[1074,2624],[1075,2603],[1104,2574],[1117,2555],[1115,2461],[1101,2419],[1094,2384]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/001-wpm01.webp"},"id":"072","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/002-wpm02.webp"},"title":"Map 4.2: White Plume Mountain","width":3000,"height":1992,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-7,"offsetY":-57,"scale":2,"distance":10},"id":"072","mapRegions":[{"area":"060","points":[[128,470],[147,470],[147,871],[417,871],[417,888],[128,893]]},{"area":"05d","points":[[107,170],[107,470],[325,470],[325,170]]},{"area":"05b","points":[[327,520],[327,689],[552,689],[552,520]]},{"area":"057","points":[[511,826],[511,907],[908,907],[908,826]]},{"area":"056","points":[[873,781],[956,781],[956,867],[920,867],[920,820],[873,820]]},{"area":"055","points":[[1007,1005],[1007,1124],[1090,1124],[1090,1005]]},{"area":"053","points":[[916,871],[1044,871],[1044,995],[998,995],[998,1303],[963,1303],[963,998],[916,998]]},{"area":"04b","points":[[1949,60],[1957,94],[1967,112],[1977,144],[1993,160],[2009,152],[2026,166],[2031,204],[2033,221],[2050,236],[2064,254],[2074,277],[2077,291],[2093,279],[2109,277],[2114,264],[2123,258],[2129,263],[2144,249],[2170,249],[2183,241],[2200,226],[2202,212],[2200,200],[2208,187],[2216,191],[2224,191],[2245,193],[2251,171],[2250,160],[2272,138],[2289,146],[2310,137],[2328,97],[2353,69],[2357,60],[2339,59],[2311,59],[2281,56],[2257,47],[2210,46],[2179,47],[2151,62],[2102,60],[2077,64],[2054,61],[2029,88],[2032,58],[2003,55],[1983,64],[1963,56]]},{"area":"030","points":[[1900,740],[1900,782],[1956,782],[1956,740]]},{"area":"02e","points":[[1825,915],[1825,1003],[1950,1003],[1950,915]]},{"area":"045","points":[[1728,869],[1728,952],[1817,952],[1817,869]]},{"area":"03f","points":[[1729,960],[1817,960],[1817,1090],[1782,1090],[1782,1042],[1729,1042]]},{"area":"03d","points":[[1591,1046],[1591,1086],[1745,1086],[1745,1046]]},{"area":"032","points":[[1994,1095],[2007,1077],[2023,1062],[2017,1049],[2027,1039],[2041,1028],[2050,1019],[2059,1000],[2066,988],[2069,970],[2083,965],[2104,965],[2114,945],[2127,926],[2137,908],[2157,878],[2169,871],[2181,872],[2195,883],[2215,887],[2214,905],[2233,903],[2255,909],[2267,924],[2276,936],[2298,946],[2303,956],[2284,975],[2280,982],[2275,1009],[2259,1024],[2255,1049],[2244,1067],[2241,1090],[2243,1103],[2260,1126],[2274,1132],[2297,1139],[2317,1155],[2323,1180],[2324,1200],[2333,1218],[2342,1239],[2332,1268],[2320,1311],[2317,1333],[2308,1353],[2281,1355],[2263,1357],[2247,1365],[2228,1369],[2215,1383],[2204,1405],[2191,1394],[2180,1394],[2182,1376],[2181,1361],[2175,1332],[2164,1315],[2151,1299],[2143,1278],[2141,1271],[2130,1272],[2117,1277],[2116,1302],[2104,1307],[2092,1317],[2072,1317],[2071,1291],[2060,1264],[2038,1242],[2026,1226],[2034,1208],[2059,1190],[2072,1173],[2069,1159],[2057,1146],[2044,1140],[2033,1122],[2013,1115],[1999,1110]]},{"area":"037","points":[[2221,1569],[2352,1569],[2352,1694],[2222,1694],[2216,1629],[2219,1597]]},{"area":"02c","points":[[1911,1651],[1911,1780],[2039,1780],[2039,1651]]},{"area":"02b","points":[[1498,1511],[1513,1508],[1523,1514],[1533,1508],[1537,1523],[1600,1454],[1595,1445],[1579,1434],[1576,1426]]},{"area":"038","points":[[1412,1485],[1424,1480],[1441,1483],[1452,1492],[1451,1505],[1449,1519],[1442,1528],[1428,1530],[1415,1523],[1407,1508]]},{"area":"039","points":[[1233,1134],[1590,1134],[1590,1301],[1496,1301],[1496,1392],[1233,1392]]},{"area":"049","points":[[1410,813],[1410,1124],[1452,1124],[1452,813]]},{"area":"04a","points":[[1208,689],[1221,672],[1245,663],[1257,639],[1256,616],[1243,592],[1231,582],[1238,560],[1241,530],[1252,514],[1260,496],[1262,481],[1272,465],[1257,444],[1257,429],[1344,372],[1375,347],[1382,316],[1400,306],[1412,316],[1438,323],[1461,330],[1473,345],[1485,355],[1501,360],[1513,373],[1533,382],[1539,415],[1545,424],[1563,429],[1575,448],[1579,475],[1590,497],[1597,520],[1598,532],[1609,549],[1599,559],[1595,602],[1591,634],[1588,675],[1603,680],[1613,693],[1624,707],[1634,719],[1649,717],[1663,712],[1658,689],[1667,673],[1683,678],[1679,659],[1692,646],[1700,616],[1707,596],[1717,583],[1726,583],[1736,572],[1752,548],[1760,534],[1774,529],[1785,507],[1802,492],[1823,468],[1840,444],[1831,432],[1832,415],[1818,408],[1817,384],[1808,366],[1795,361],[1798,342],[1819,333],[1835,325],[1840,296],[1821,287],[1810,276],[1805,253],[1810,240],[1804,219],[1801,209],[1777,215],[1753,214],[1722,211],[1712,201],[1689,191],[1676,180],[1665,172],[1647,154],[1627,156],[1599,155],[1567,166],[1543,175],[1513,171],[1486,164],[1464,154],[1437,150],[1425,139],[1401,133],[1375,138],[1350,143],[1315,138],[1294,149],[1276,158],[1261,165],[1243,179],[1219,188],[1182,183],[1164,176],[1152,203],[1148,237],[1146,262],[1151,281],[1135,306],[1117,335],[1101,365],[1085,381],[1074,403],[1054,424],[1058,438],[1059,457],[1073,479],[1068,507],[1069,535],[1055,572],[1050,598],[1061,604],[1081,595],[1094,604],[1104,615],[1105,629],[1113,650],[1114,669],[1133,678],[1159,677],[1180,685],[1190,692]]},{"area":"04c","points":[[1403,657],[1379,643],[1352,619],[1339,591],[1332,569],[1325,538],[1321,517],[1326,487],[1335,459],[1350,434],[1365,409],[1390,391],[1423,382],[1448,381],[1476,394],[1500,413],[1518,443],[1533,474],[1538,516],[1534,555],[1526,585],[1508,613],[1491,637],[1464,657],[1435,667]]},{"area":"052","points":[[1199,1446],[1237,1484],[1212,1509],[1175,1472]]},{"area":"029","points":[[1265,1561],[1337,1573],[1367,1598],[1365,1545],[1406,1524],[1406,1601],[1407,1601],[1447,1561],[1502,1561],[1404,1659],[1404,1700],[1367,1737],[1367,1654]]},{"area":"027","points":[[1005,1739],[1005,1826],[1088,1826],[1088,1739]]},{"area":"061","points":[[194,1088],[194,1651],[640,1651],[640,1088]]},{"area":"067","points":[[329,1698],[329,1824],[551,1824],[551,1698]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/002-wpm02.webp"},"page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/003-wpm01.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetY":-2},"mapParent":{"id":"072","autoScale":true},"width":5275,"height":3502},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/004-wpm03.webp"},"title":"Map 4.3: Geysers and Chains","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":207,"offsetX":-104,"offsetY":-62,"distance":10},"mapRegions":[{"area":"032","points":[[403,117],[403,344],[1942,344],[1942,117]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/004-wpm03.webp"},"id":"073","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/006-wpm04.webp"},"title":"Map 4.4: Boiling Lake","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":110,"offsetX":-44,"offsetY":46,"distance":10},"mapRegions":[{"area":"04a","points":[[621,298],[621,546],[1666,546],[1666,298]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/006-wpm04.webp"},"id":"074","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/008-wpm05.webp"},"title":"Map 4.5: Aquarium and Prison","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":145,"offsetX":-11,"offsetY":-54,"distance":10},"mapRegions":[{"area":"061","points":[[350,107],[350,349],[1998,349],[1998,107]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/008-wpm05.webp"},"id":"075","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"}]}]},"TftYP-DiT":{"id":"TftYP-DiT","source":"TftYP-DiT","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Dead in Thay","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/001-dit01.jpg"},"title":"Map 5.1: The Doomvault","width":2310,"height":3300,"imageType":"map","grid":{"type":"square","size":54,"offsetX":31,"offsetY":8,"scale":4},"mapRegions":[{"area":"0a1","points":[[94,141],[94,446],[375,446],[375,141]]},{"area":"09d","points":[[403,233],[403,339],[468,339],[468,233]]},{"area":"0b3","points":[[508,112],[508,328],[587,328],[587,112]]},{"area":"0b9","points":[[642,271],[642,192],[803,192],[803,271],[791,271],[791,287],[762,287],[762,271],[684,271],[684,288],[655,288],[655,271]]},{"area":"0c7","points":[[916,234],[1059,234],[1127,366],[1115,392],[1058,501],[914,501],[843,370]]},{"area":"0c4","points":[[508,356],[508,579],[737,579],[737,356]]},{"area":"0ab","points":[[228,477],[228,608],[346,608],[346,477]]},{"area":"0f7","points":[[1183,85],[1183,190],[1541,190],[1541,85]]},{"area":"100","points":[[1182,234],[1182,339],[1326,339],[1326,234]]},{"area":"107","points":[[1424,232],[1424,339],[1570,339],[1570,232]]},{"area":"10e","points":[[1198,383],[1198,689],[1396,689],[1396,383]]},{"area":"11a","points":[[1426,437],[1426,635],[1540,635],[1540,437]]},{"area":"123","points":[[1492,664],[1492,812],[1595,812],[1595,664]]},{"area":"0d2","points":[[793,503],[793,594],[883,594],[883,503]]},{"area":"0ce","points":[[890,543],[954,543],[954,506],[978,506],[978,543],[1047,543],[1047,569],[979,569],[979,609],[953,609],[953,569],[890,569]]},{"area":"0d9","points":[[929,612],[1047,612],[1047,678],[994,678],[994,746],[929,746]]},{"area":"0ed","points":[[687,760],[730,760],[738,752],[738,623],[870,623],[870,746],[764,746],[764,765],[744,785],[687,785]]},{"area":"0e6","points":[[472,623],[550,623],[550,730],[575,730],[575,760],[472,760]]},{"area":"0e1","points":[[617,588],[643,588],[643,721],[680,721],[680,799],[579,799],[579,721],[617,721]]},{"area":"12b","points":[[1626,530],[1626,728],[1916,728],[1916,530]]},{"area":"133","points":[[2031,557],[2031,662],[2190,662],[2190,557]]},{"area":"0c0","points":[[832,138],[832,220],[910,220],[910,138]]},{"area":"13a","points":[[1963,706],[1963,891],[2243,891],[2243,706]]},{"area":"150","points":[[1692,772],[1707,772],[1707,788],[1784,788],[1784,772],[1801,772],[1801,789],[1827,789],[1827,772],[1854,772],[1854,789],[1879,789],[1879,772],[1894,772],[1894,790],[1906,790],[1906,812],[1921,812],[1921,827],[1906,827],[1906,904],[1894,904],[1894,923],[1877,923],[1877,904],[1852,904],[1852,923],[1826,923],[1826,904],[1800,904],[1800,923],[1783,923],[1783,905],[1704,905],[1704,922],[1690,922],[1690,904],[1679,904],[1679,880],[1663,880],[1663,868],[1681,868],[1681,840],[1663,840],[1663,810],[1679,810],[1679,786],[1692,786]]},{"area":"158","points":[[1692,961],[1706,961],[1706,977],[1734,977],[1734,961],[1759,961],[1759,979],[1786,979],[1786,961],[1800,961],[1800,980],[1826,980],[1826,961],[1854,961],[1854,978],[1880,978],[1880,961],[1894,961],[1894,977],[1905,977],[1905,1002],[1920,1002],[1920,1015],[1905,1015],[1905,1044],[1921,1044],[1921,1069],[1905,1069],[1905,1094],[1893,1094],[1893,1112],[1878,1112],[1878,1094],[1853,1094],[1801,1094],[1801,1111],[1783,1111],[1783,1094],[1758,1094],[1758,1109],[1732,1109],[1732,1094],[1707,1094],[1707,1110],[1690,1110],[1690,1094],[1681,1094],[1681,1070],[1665,1070],[1665,1055],[1679,1055],[1679,978],[1692,978]]},{"area":"141","points":[[1961,949],[1961,1146],[2243,1146],[2243,949]]},{"area":"175","points":[[2015,1204],[2015,1348],[2175,1348],[2175,1204]]},{"area":"160","points":[[1691,1150],[1707,1150],[1707,1166],[1734,1166],[1734,1150],[1761,1150],[1761,1166],[1786,1166],[1786,1150],[1800,1150],[1800,1167],[1880,1167],[1880,1150],[1894,1150],[1894,1167],[1904,1167],[1904,1191],[1920,1191],[1920,1205],[1904,1205],[1904,1282],[1893,1282],[1893,1299],[1879,1299],[1879,1283],[1801,1283],[1801,1300],[1785,1300],[1785,1283],[1759,1283],[1759,1301],[1732,1301],[1732,1282],[1707,1282],[1707,1300],[1690,1300],[1690,1283],[1680,1283],[1680,1260],[1663,1260],[1663,1246],[1681,1246],[1681,1219],[1663,1219],[1663,1189],[1680,1189],[1680,1166],[1691,1166]]},{"area":"168","points":[[1691,1340],[1691,1579],[1917,1579],[1917,1340]]},{"area":"17f","points":[[1975,1395],[1975,1634],[2218,1634],[2218,1395]]},{"area":"16e","points":[[1772,1610],[1772,1729],[1906,1729],[1906,1610]]},{"area":"192","points":[[2019,1748],[2257,1748],[2257,2038],[1962,2038],[1962,1952],[1968,1937],[1986,1933],[1991,1912],[1997,1910],[2003,1908],[2007,1889],[2015,1872],[2030,1850],[2034,1837],[2034,1820],[2028,1817],[2026,1794],[2031,1792],[2025,1782],[2023,1766],[2023,1760],[2016,1756]]},{"area":"289","points":[[186,651],[206,659],[225,673],[237,685],[248,702],[253,723],[253,743],[250,761],[239,779],[230,790],[214,801],[195,810],[172,814],[153,810],[131,801],[114,790],[103,775],[92,753],[91,728],[94,708],[105,690],[114,677],[128,666],[145,659],[164,651],[176,650]]},{"area":"291","points":[[209,852],[192,861],[176,870],[161,883],[146,895],[135,912],[124,929],[115,950],[109,972],[106,995],[108,1021],[110,1039],[115,1063],[124,1079],[134,1098],[152,1114],[170,1132],[186,1141],[208,1152],[217,1136],[226,1114],[234,1090],[243,1066],[246,1041],[248,1010],[248,981],[244,950],[238,923],[229,896],[218,868]]},{"area":"28c","points":[[213,851],[231,845],[257,841],[275,841],[294,843],[317,848],[334,854],[358,869],[376,883],[392,897],[403,916],[417,941],[424,963],[429,981],[432,1003],[428,1027],[419,1052],[411,1072],[402,1090],[386,1109],[375,1123],[355,1137],[328,1152],[305,1159],[279,1162],[254,1163],[228,1159],[212,1155],[222,1140],[231,1116],[239,1092],[249,1066],[254,1039],[255,1008],[253,980],[251,958],[246,932],[241,908],[232,887],[221,867]]},{"area":"0f0","points":[[483,826],[483,1082],[617,1082],[617,1122],[643,1122],[643,1082],[777,1082],[777,826]]},{"area":"29d","points":[[174,1207],[185,1212],[197,1218],[208,1229],[221,1248],[226,1268],[222,1289],[212,1311],[199,1327],[184,1334],[166,1337],[152,1337],[137,1333],[117,1326],[104,1310],[95,1288],[92,1269],[96,1250],[103,1232],[117,1217],[133,1208],[150,1205],[162,1205]]},{"area":"2a2","points":[[250,1292],[260,1270],[274,1250],[287,1237],[303,1226],[323,1215],[357,1207],[369,1205],[390,1205],[406,1208],[429,1219],[450,1230],[474,1250],[490,1274],[500,1292],[506,1321],[508,1352],[503,1383],[488,1409],[470,1432],[454,1449],[431,1459],[403,1471],[377,1473],[357,1472],[334,1466],[309,1455],[289,1442],[266,1417],[256,1400],[247,1379],[243,1362],[241,1340],[241,1318],[244,1306]]},{"area":"2a8","points":[[175,1408],[196,1411],[212,1417],[226,1423],[239,1433],[251,1447],[261,1463],[266,1486],[268,1509],[263,1527],[257,1548],[244,1563],[227,1577],[212,1586],[189,1593],[165,1594],[144,1590],[121,1581],[106,1568],[96,1553],[88,1537],[81,1512],[81,1490],[82,1472],[94,1454],[105,1439],[115,1428],[129,1419],[148,1412],[162,1408]]},{"area":"2b4","points":[[186,1683],[208,1688],[221,1697],[233,1713],[245,1729],[250,1752],[250,1777],[239,1800],[224,1816],[202,1830],[170,1835],[143,1828],[119,1811],[103,1794],[97,1770],[98,1742],[106,1724],[117,1704],[134,1691],[153,1682],[168,1681]]},{"area":"2ba","points":[[132,1829],[143,1834],[154,1837],[168,1841],[181,1840],[197,1836],[214,1830],[214,1980],[220,1980],[228,1978],[234,1974],[250,1977],[257,1987],[263,1997],[271,2003],[288,2005],[302,2020],[297,2028],[292,2038],[292,2043],[288,2052],[278,2056],[272,2053],[259,2053],[248,2047],[232,2042],[223,2034],[214,2031],[206,2037],[197,2042],[186,2037],[185,2028],[175,2029],[164,2029],[154,2028],[148,2024],[141,2022],[134,2016],[132,2008]]},{"area":"232","points":[[94,2109],[94,2202],[254,2202],[254,2109]]},{"area":"2dd","points":[[386,2110],[389,2099],[410,2088],[418,2092],[440,2094],[452,2094],[456,2090],[461,2077],[472,2074],[486,2073],[492,2072],[494,2058],[495,2046],[492,2038],[493,2026],[490,2020],[495,2014],[504,2013],[513,2014],[521,2014],[527,2004],[534,1995],[550,1991],[558,1988],[567,1978],[581,1974],[594,1977],[587,1997],[577,2003],[579,2016],[574,2023],[563,2035],[563,2049],[559,2059],[563,2070],[563,2172],[555,2179],[550,2183],[533,2179],[523,2177],[513,2176],[503,2179],[497,2181],[496,2188],[487,2190],[481,2188],[479,2185],[468,2186],[457,2181],[432,2189],[423,2194],[410,2203],[392,2199],[385,2192],[379,2177],[374,2168],[366,2161],[359,2148],[361,2137],[372,2123],[381,2120]]},{"area":"2d3","points":[[566,2071],[566,2173],[636,2243],[732,2243],[805,2170],[805,2077],[729,2001],[636,2001]]},{"area":"25c","points":[[428,2218],[523,2218],[523,2284],[593,2284],[601,2292],[601,2304],[594,2312],[588,2323],[588,2341],[600,2343],[610,2342],[619,2349],[632,2352],[641,2353],[645,2361],[637,2368],[631,2367],[619,2371],[617,2386],[589,2393],[570,2390],[563,2378],[428,2378]]},{"area":"237","points":[[226,2230],[335,2230],[335,2270],[374,2270],[374,2363],[335,2363],[335,2432],[225,2432],[225,2365],[186,2365],[186,2272],[226,2272]]},{"area":"23d","points":[[91,2460],[307,2460],[307,2514],[361,2514],[361,2622],[307,2622],[307,2675],[91,2675]]},{"area":"247","points":[[212,2727],[226,2730],[243,2728],[252,2728],[257,2722],[271,2715],[281,2712],[284,2719],[292,2724],[292,2741],[299,2755],[305,2761],[310,2770],[321,2770],[330,2773],[337,2775],[347,2777],[359,2792],[363,2806],[361,2817],[368,2828],[374,2836],[364,2846],[361,2854],[357,2859],[339,2855],[324,2863],[324,2869],[327,2877],[321,2883],[318,2890],[308,2892],[297,2893],[294,2902],[284,2905],[277,2913],[268,2917],[258,2920],[259,2928],[250,2935],[241,2938],[238,2944],[219,2939],[214,2934],[204,2938],[197,2950],[176,2946],[170,2948],[159,2936],[157,2918],[159,2906],[157,2895],[145,2888],[146,2874],[150,2860],[161,2849],[172,2843],[179,2839],[181,2825],[178,2812],[186,2797],[186,2778],[179,2773],[170,2773],[162,2781],[152,2777],[141,2761],[141,2742],[147,2728],[164,2722],[166,2719],[177,2714],[187,2720],[192,2724],[197,2727]]},{"area":"2f6","points":[[469,1503],[469,1636],[533,1636],[533,1503]]},{"area":"2f0","points":[[577,1514],[577,1637],[763,1637],[763,1514]]},{"area":"2be","points":[[293,1772],[482,1772],[482,2000],[472,2011],[464,2013],[459,2022],[456,2031],[458,2037],[448,2042],[432,2041],[428,2039],[418,2041],[413,2052],[399,2050],[391,2053],[377,2054],[374,2048],[366,2039],[362,2030],[360,2024],[350,2018],[348,2007],[343,2003],[337,2003],[309,2014],[296,1999],[304,1992],[293,1986]]},{"area":"252","points":[[91,3187],[99,3180],[97,3176],[108,3164],[112,3163],[117,3153],[115,3146],[104,3145],[102,3135],[102,3127],[106,3123],[108,3108],[113,3102],[122,3097],[129,3080],[123,3071],[114,3071],[111,3058],[115,3054],[119,3038],[122,3026],[127,3026],[130,3019],[140,3012],[150,3012],[163,3007],[168,3002],[175,2993],[190,2995],[191,2999],[199,2999],[212,3002],[222,3010],[235,3012],[245,3009],[250,3009],[253,3017],[254,3027],[257,3036],[264,3036],[266,3030],[278,3026],[294,3047],[304,3060],[309,3068],[311,3075],[320,3077],[332,3082],[337,3090],[348,3095],[357,3100],[361,3105],[365,3118],[367,3129],[365,3136],[366,3144],[370,3146],[372,3159],[367,3164],[360,3172],[354,3182],[348,3187],[349,3198],[344,3206],[334,3207],[326,3203],[319,3204],[310,3206],[295,3205],[286,3204],[272,3206],[268,3205],[264,3203],[258,3203],[247,3210],[243,3216],[235,3222],[230,3217],[222,3218],[215,3220],[188,3220],[182,3216],[172,3220],[167,3224],[153,3227],[138,3224],[123,3221],[118,3223],[111,3220],[104,3211],[96,3206],[91,3200]]},{"area":"24c","points":[[295,3020],[307,3036],[317,3037],[331,3038],[342,3030],[351,3024],[363,3017],[367,3007],[376,3001],[372,2995],[384,2989],[390,2978],[401,2976],[416,2976],[420,2978],[432,2973],[441,2974],[454,2968],[482,2951],[481,2932],[475,2907],[471,2896],[466,2887],[461,2873],[459,2867],[445,2863],[431,2868],[417,2874],[407,2879],[397,2881],[388,2874],[359,2876],[347,2887],[334,2892],[322,2900],[321,2911],[319,2923],[314,2934],[317,2944],[316,2953],[311,2960],[306,2963],[300,2971],[298,2981],[290,2986],[286,2995],[288,3003],[289,3009]]},{"area":"1ea","points":[[490,2995],[511,2976],[521,2979],[532,2982],[540,2997],[548,3003],[563,2997],[563,2986],[566,2977],[574,2972],[576,2963],[563,2958],[562,2948],[572,2944],[581,2934],[584,2928],[591,2919],[605,2914],[615,2914],[625,2915],[636,2920],[642,2927],[647,2932],[658,2930],[669,2929],[677,2932],[677,2943],[688,2945],[693,2955],[698,2963],[701,2973],[711,2986],[708,3016],[677,3029],[641,3058],[630,3079],[628,3108],[628,3134],[617,3139],[614,3148],[595,3146],[591,3140],[570,3140],[561,3142],[544,3131],[534,3127],[534,3123],[527,3116],[528,3109],[523,3099],[519,3090],[511,3084],[510,3076],[501,3070],[489,3067],[482,3060],[483,3049],[483,3036],[482,3027],[486,3018],[484,3009]]},{"area":"1f2","points":[[633,3136],[635,3086],[643,3064],[679,3035],[707,3022],[735,3016],[759,3009],[776,3027],[799,3046],[812,3049],[823,3060],[824,3071],[815,3081],[806,3083],[803,3081],[791,3081],[784,3085],[773,3089],[763,3095],[763,3107],[767,3113],[766,3125],[763,3137],[761,3151],[756,3157],[749,3165],[740,3165],[734,3171],[730,3180],[725,3187],[723,3199],[715,3205],[700,3209],[696,3218],[682,3219],[675,3209],[654,3205],[640,3191],[639,3179],[643,3174],[649,3172],[654,3174],[656,3157],[650,3152],[649,3145],[642,3142],[637,3138]]},{"area":"1f6","points":[[732,2855],[741,2849],[753,2845],[764,2839],[772,2837],[782,2828],[789,2816],[801,2812],[809,2810],[819,2816],[824,2826],[825,2837],[834,2845],[843,2849],[849,2872],[860,2877],[868,2883],[870,2895],[876,2901],[875,2908],[887,2906],[893,2906],[900,2913],[904,2923],[908,2938],[909,2963],[912,2972],[910,2999],[898,3001],[889,3007],[887,3016],[881,3022],[870,3024],[858,3026],[845,3025],[834,3029],[822,3033],[815,3042],[805,3042],[791,3034],[779,3024],[758,3005],[712,3016],[715,2984],[707,2975],[714,2965],[719,2950],[732,2944],[732,2938],[729,2933],[732,2929],[736,2920],[734,2909],[736,2897],[734,2889],[729,2883],[731,2871],[736,2866]]},{"area":"1fb","points":[[1112,3183],[1112,3165],[1117,3146],[1129,3134],[1138,3134],[1143,3130],[1152,3123],[1164,3124],[1170,3119],[1176,3118],[1184,3111],[1194,3107],[1205,3107],[1209,3118],[1209,3129],[1214,3132],[1220,3138],[1225,3147],[1227,3158],[1227,3163],[1235,3169],[1247,3169],[1250,3179],[1248,3188],[1247,3197],[1240,3203],[1234,3218],[1226,3223],[1211,3230],[1203,3228],[1194,3228],[1191,3239],[1179,3241],[1167,3245],[1155,3241],[1157,3231],[1146,3228],[1136,3217],[1137,3205],[1127,3200],[1121,3190]]},{"area":"1ff","points":[[860,3033],[881,3028],[896,3025],[907,3015],[919,3009],[927,3002],[941,2997],[969,2999],[979,3006],[989,3020],[999,3031],[1009,3037],[1026,3035],[1032,3032],[1038,3031],[1050,3038],[1062,3041],[1068,3049],[1080,3062],[1085,3068],[1094,3066],[1108,3068],[1112,3075],[1121,3074],[1127,3080],[1138,3085],[1143,3094],[1144,3103],[1140,3111],[1131,3117],[1129,3127],[1110,3144],[1107,3164],[1107,3182],[1097,3181],[1085,3183],[1071,3187],[1063,3191],[1050,3191],[1038,3193],[1031,3179],[1024,3169],[1016,3161],[1004,3159],[994,3165],[991,3172],[979,3176],[976,3184],[965,3189],[949,3188],[944,3193],[935,3190],[925,3189],[913,3188],[904,3191],[900,3196],[883,3191],[879,3182],[875,3176],[875,3167],[873,3159],[874,3144],[871,3138],[861,3132],[857,3123],[857,3100],[865,3094],[863,3083],[862,3078],[863,3071],[860,3062],[858,3046]]},{"area":"204","points":[[892,3019],[898,3008],[906,3005],[917,2999],[919,2972],[914,2960],[914,2942],[911,2923],[915,2904],[926,2904],[937,2906],[938,2913],[948,2922],[970,2923],[970,2928],[987,2930],[993,2925],[989,2917],[975,2908],[971,2901],[969,2889],[975,2885],[978,2867],[996,2862],[1018,2856],[1038,2844],[1057,2838],[1084,2831],[1094,2833],[1103,2837],[1109,2840],[1113,2850],[1118,2860],[1124,2867],[1131,2872],[1123,2879],[1113,2894],[1111,2900],[1111,2913],[1110,2930],[1111,2943],[1114,2949],[1102,2962],[1091,2969],[1087,2973],[1087,2980],[1077,2984],[1064,2986],[1061,2995],[1052,2998],[1037,2999],[1029,2997],[1024,2990],[1016,2983],[1012,2975],[1002,2972],[990,2976],[980,2983],[978,2997],[969,2992],[938,2988],[922,3002],[912,3009],[898,3017]]},{"area":"207","points":[[965,2614],[980,2612],[994,2617],[1007,2618],[1018,2620],[1035,2620],[1044,2618],[1060,2622],[1064,2631],[1066,2643],[1077,2648],[1087,2651],[1100,2650],[1109,2662],[1118,2677],[1138,2698],[1147,2702],[1151,2713],[1148,2725],[1143,2734],[1141,2742],[1129,2748],[1119,2759],[1113,2769],[1108,2786],[1100,2792],[1094,2797],[1095,2812],[1098,2819],[1097,2826],[1087,2823],[1053,2831],[1029,2838],[1012,2847],[978,2856],[968,2849],[967,2845],[959,2843],[950,2837],[937,2839],[927,2827],[923,2820],[911,2822],[894,2826],[889,2830],[877,2832],[868,2833],[866,2826],[860,2822],[857,2816],[860,2805],[869,2801],[877,2796],[877,2791],[869,2790],[864,2781],[858,2780],[858,2771],[853,2768],[848,2762],[847,2740],[842,2730],[835,2725],[831,2719],[833,2710],[834,2700],[845,2692],[854,2690],[860,2685],[854,2677],[852,2662],[856,2656],[860,2650],[871,2639],[878,2638],[883,2640],[896,2645],[901,2639],[918,2635],[925,2628],[939,2621],[946,2620],[955,2616]]},{"area":"21d","points":[[1121,2947],[1119,2937],[1117,2928],[1117,2902],[1123,2890],[1134,2881],[1144,2873],[1159,2868],[1163,2860],[1168,2856],[1177,2852],[1182,2849],[1181,2843],[1184,2833],[1193,2831],[1199,2818],[1201,2809],[1194,2806],[1191,2801],[1183,2798],[1176,2776],[1179,2761],[1185,2759],[1188,2748],[1196,2743],[1202,2732],[1210,2727],[1209,2720],[1222,2708],[1230,2709],[1237,2710],[1243,2709],[1246,2703],[1256,2699],[1261,2701],[1269,2700],[1279,2699],[1293,2702],[1300,2704],[1300,2713],[1304,2716],[1308,2711],[1316,2711],[1321,2714],[1323,2717],[1335,2716],[1342,2706],[1349,2706],[1353,2713],[1358,2719],[1379,2740],[1385,2752],[1386,2760],[1384,2768],[1384,2782],[1377,2786],[1371,2794],[1371,2803],[1376,2812],[1382,2831],[1369,2845],[1357,2854],[1348,2862],[1348,2879],[1333,2879],[1319,2879],[1306,2878],[1292,2883],[1281,2889],[1268,2890],[1264,2904],[1266,2916],[1258,2925],[1255,2930],[1243,2930],[1230,2933],[1217,2933],[1207,2940],[1195,2946],[1182,2946],[1172,2949],[1157,2948],[1142,2946],[1134,2946]]},{"area":"225","points":[[1176,3025],[1195,3024],[1209,3020],[1214,3012],[1233,3008],[1241,3010],[1249,3012],[1258,3007],[1269,3001],[1279,2992],[1287,2992],[1290,2983],[1290,2976],[1295,2972],[1293,2963],[1289,2953],[1288,2940],[1300,2935],[1307,2946],[1323,2951],[1341,2963],[1339,2991],[1336,3003],[1349,3013],[1365,3015],[1371,3033],[1378,3039],[1378,3048],[1367,3057],[1361,3059],[1351,3071],[1353,3082],[1357,3089],[1358,3103],[1361,3111],[1357,3125],[1346,3132],[1338,3134],[1330,3140],[1328,3150],[1326,3166],[1324,3178],[1315,3187],[1305,3186],[1302,3180],[1291,3178],[1280,3177],[1273,3172],[1272,3164],[1263,3164],[1251,3161],[1249,3157],[1247,3146],[1241,3139],[1228,3134],[1226,3124],[1227,3115],[1224,3104],[1220,3094],[1205,3090],[1196,3086],[1193,3073],[1187,3057],[1179,3055],[1175,3039]]},{"area":"222","points":[[1300,2887],[1308,2884],[1352,2884],[1352,2866],[1390,2834],[1383,2816],[1395,2810],[1414,2806],[1417,2798],[1437,2792],[1448,2795],[1457,2793],[1462,2794],[1470,2798],[1479,2805],[1484,2810],[1485,2822],[1494,2827],[1499,2839],[1493,2851],[1491,2864],[1496,2864],[1499,2872],[1504,2878],[1513,2889],[1522,2895],[1521,2915],[1509,2928],[1496,2946],[1488,2970],[1481,2990],[1467,3013],[1457,3020],[1449,3020],[1440,3022],[1431,3021],[1429,3025],[1421,3023],[1417,3017],[1406,3020],[1398,3026],[1392,3028],[1384,3039],[1375,3032],[1367,3012],[1354,3011],[1341,3001],[1344,2988],[1345,2960],[1330,2949],[1310,2941],[1300,2927],[1306,2919],[1309,2916],[1307,2910],[1310,2899],[1307,2892]]},{"area":"229","points":[[1526,2894],[1525,2921],[1503,2945],[1488,2987],[1473,3017],[1463,3024],[1467,3036],[1469,3046],[1475,3050],[1487,3047],[1499,3050],[1504,3058],[1510,3059],[1518,3070],[1519,3079],[1522,3091],[1529,3095],[1539,3100],[1547,3104],[1555,3110],[1551,3115],[1560,3121],[1562,3125],[1561,3130],[1564,3136],[1565,3142],[1573,3144],[1578,3153],[1590,3162],[1596,3159],[1604,3161],[1611,3161],[1616,3158],[1638,3158],[1638,3151],[1652,3144],[1652,3135],[1651,3121],[1644,3114],[1640,3104],[1644,3099],[1647,3090],[1661,3079],[1659,3071],[1661,3061],[1664,3057],[1667,3034],[1663,3026],[1666,3022],[1664,3014],[1666,3002],[1663,2990],[1657,2986],[1655,2979],[1650,2965],[1644,2961],[1642,2954],[1641,2947],[1636,2941],[1628,2940],[1619,2946],[1610,2939],[1604,2931],[1599,2928],[1601,2917],[1602,2908],[1604,2896],[1604,2891],[1596,2887],[1580,2885],[1576,2892],[1565,2891],[1560,2888],[1547,2890],[1536,2896]]},{"area":"20d","points":[[1123,2674],[1110,2653],[1106,2642],[1118,2632],[1121,2617],[1127,2606],[1134,2607],[1131,2601],[1132,2592],[1141,2584],[1153,2573],[1177,2574],[1177,2567],[1167,2561],[1167,2553],[1161,2544],[1167,2535],[1176,2524],[1184,2525],[1208,2501],[1211,2493],[1221,2493],[1236,2493],[1247,2499],[1253,2507],[1258,2515],[1261,2525],[1256,2533],[1267,2532],[1270,2534],[1273,2538],[1284,2540],[1290,2549],[1301,2553],[1298,2562],[1299,2579],[1288,2596],[1295,2601],[1296,2610],[1296,2620],[1295,2627],[1297,2640],[1293,2653],[1281,2658],[1270,2661],[1267,2656],[1264,2661],[1248,2657],[1244,2656],[1235,2658],[1227,2654],[1230,2661],[1227,2666],[1217,2673],[1211,2676],[1211,2684],[1207,2696],[1197,2693],[1190,2700],[1184,2709],[1173,2712],[1165,2712],[1152,2706],[1151,2701],[1140,2694],[1128,2682]]},{"area":"212","points":[[1294,2595],[1304,2583],[1304,2561],[1311,2558],[1320,2555],[1327,2547],[1328,2541],[1336,2534],[1343,2531],[1349,2531],[1356,2523],[1364,2518],[1369,2510],[1381,2497],[1405,2496],[1414,2509],[1426,2512],[1433,2521],[1457,2525],[1461,2520],[1467,2519],[1470,2513],[1480,2510],[1485,2503],[1496,2500],[1504,2499],[1512,2497],[1516,2494],[1527,2498],[1534,2508],[1540,2514],[1549,2509],[1556,2506],[1562,2513],[1568,2518],[1574,2520],[1586,2547],[1585,2566],[1577,2575],[1577,2582],[1576,2591],[1583,2596],[1589,2597],[1591,2605],[1587,2612],[1577,2618],[1570,2627],[1564,2635],[1566,2641],[1565,2649],[1564,2656],[1558,2663],[1558,2670],[1553,2681],[1540,2683],[1536,2681],[1525,2684],[1521,2688],[1515,2694],[1512,2705],[1510,2716],[1504,2724],[1496,2723],[1484,2727],[1481,2731],[1469,2736],[1461,2734],[1453,2739],[1445,2736],[1428,2739],[1424,2733],[1416,2733],[1408,2733],[1400,2739],[1398,2744],[1389,2744],[1381,2737],[1359,2713],[1350,2703],[1353,2699],[1368,2691],[1361,2684],[1353,2678],[1351,2674],[1346,2671],[1336,2669],[1328,2666],[1321,2661],[1316,2653],[1309,2642],[1307,2628],[1312,2621],[1313,2608],[1304,2602]]},{"area":"217","points":[[1329,2340],[1345,2334],[1353,2343],[1357,2350],[1371,2353],[1383,2362],[1385,2376],[1386,2386],[1387,2396],[1382,2402],[1382,2420],[1382,2430],[1393,2434],[1426,2430],[1433,2437],[1438,2438],[1442,2445],[1445,2451],[1444,2457],[1429,2461],[1421,2469],[1412,2475],[1401,2484],[1403,2490],[1376,2491],[1364,2506],[1361,2501],[1355,2499],[1342,2500],[1328,2497],[1317,2499],[1300,2506],[1287,2510],[1276,2508],[1265,2503],[1261,2485],[1248,2480],[1245,2469],[1243,2453],[1248,2447],[1244,2436],[1238,2430],[1239,2420],[1247,2415],[1257,2404],[1263,2404],[1278,2404],[1286,2404],[1287,2395],[1285,2389],[1287,2377],[1292,2375],[1296,2366],[1299,2361],[1299,2356],[1308,2350],[1319,2344]]},{"area":"219","points":[[1247,2248],[1261,2250],[1275,2256],[1285,2251],[1301,2250],[1299,2254],[1316,2250],[1319,2242],[1332,2238],[1339,2242],[1346,2248],[1353,2254],[1358,2259],[1377,2257],[1389,2248],[1400,2238],[1404,2217],[1413,2212],[1411,2196],[1403,2182],[1407,2171],[1414,2163],[1425,2162],[1432,2157],[1443,2158],[1452,2163],[1460,2159],[1462,2150],[1467,2135],[1486,2134],[1497,2137],[1505,2141],[1515,2146],[1524,2154],[1533,2158],[1541,2167],[1546,2174],[1543,2183],[1553,2189],[1559,2196],[1574,2197],[1574,2213],[1567,2226],[1562,2239],[1561,2251],[1562,2260],[1561,2267],[1556,2276],[1555,2296],[1571,2304],[1573,2309],[1580,2315],[1577,2326],[1573,2333],[1565,2339],[1558,2347],[1555,2363],[1560,2373],[1567,2381],[1568,2390],[1561,2400],[1561,2410],[1564,2413],[1562,2424],[1552,2429],[1543,2433],[1534,2431],[1531,2423],[1529,2414],[1512,2411],[1505,2413],[1494,2413],[1490,2408],[1478,2407],[1473,2412],[1461,2414],[1457,2408],[1450,2405],[1448,2392],[1443,2389],[1437,2384],[1425,2380],[1411,2379],[1410,2368],[1405,2363],[1404,2349],[1396,2346],[1395,2339],[1381,2337],[1366,2334],[1358,2334],[1354,2338],[1348,2327],[1328,2334],[1327,2327],[1314,2327],[1306,2321],[1302,2317],[1296,2314],[1284,2307],[1281,2301],[1273,2300],[1266,2303],[1253,2304],[1247,2306],[1236,2298],[1232,2287],[1233,2277],[1238,2273],[1234,2268],[1235,2259],[1238,2254]]},{"area":"267","points":[[423,2710],[435,2702],[438,2694],[458,2685],[463,2679],[480,2677],[496,2676],[507,2673],[511,2674],[524,2656],[545,2648],[550,2641],[562,2632],[571,2629],[603,2624],[615,2627],[632,2630],[639,2631],[652,2634],[660,2638],[673,2640],[678,2649],[693,2657],[704,2663],[702,2682],[706,2687],[704,2702],[697,2704],[696,2714],[696,2727],[697,2740],[692,2745],[684,2752],[684,2758],[672,2764],[663,2763],[654,2769],[642,2771],[633,2770],[623,2774],[616,2780],[599,2784],[578,2782],[561,2779],[559,2768],[562,2761],[562,2749],[553,2746],[546,2737],[537,2743],[529,2746],[517,2746],[501,2744],[490,2743],[481,2756],[481,2764],[468,2773],[461,2773],[453,2764],[448,2757],[431,2729],[427,2721]]},{"area":"262","points":[[574,2619],[601,2615],[613,2606],[616,2598],[629,2593],[636,2595],[650,2596],[650,2589],[654,2582],[664,2581],[677,2582],[685,2579],[694,2582],[695,2587],[707,2582],[716,2578],[724,2568],[736,2564],[744,2558],[752,2551],[750,2537],[763,2528],[765,2516],[769,2515],[767,2509],[764,2499],[753,2497],[741,2493],[729,2491],[719,2491],[712,2479],[712,2469],[712,2464],[740,2452],[799,2427],[794,2411],[779,2407],[727,2428],[701,2427],[694,2422],[679,2421],[669,2416],[666,2408],[656,2404],[648,2397],[632,2394],[616,2392],[582,2400],[573,2405],[567,2405],[559,2405],[553,2413],[549,2421],[550,2428],[542,2439],[543,2450],[549,2463],[557,2467],[564,2464],[576,2467],[587,2467],[594,2473],[586,2476],[593,2484],[594,2499],[585,2503],[577,2512],[568,2511],[553,2515],[544,2522],[537,2528],[531,2521],[525,2519],[521,2522],[518,2527],[509,2537],[498,2546],[491,2544],[483,2551],[484,2567],[484,2576],[487,2584],[499,2586],[507,2586],[511,2592],[514,2601],[519,2608],[524,2610],[533,2609],[543,2611],[555,2613],[566,2613]]},{"area":"26d","points":[[777,2401],[797,2406],[804,2428],[817,2435],[826,2439],[827,2446],[821,2453],[816,2463],[819,2473],[838,2475],[852,2472],[864,2475],[872,2472],[873,2465],[881,2453],[885,2445],[897,2442],[901,2437],[901,2430],[905,2419],[915,2416],[925,2419],[937,2412],[937,2402],[941,2396],[947,2394],[979,2386],[984,2380],[989,2373],[992,2367],[994,2361],[1008,2359],[1016,2355],[1023,2345],[1033,2343],[1041,2334],[1046,2327],[1051,2318],[1061,2313],[1067,2310],[1075,2304],[1073,2293],[1080,2285],[1078,2273],[1078,2261],[1076,2255],[1069,2244],[1063,2238],[1056,2224],[1052,2215],[1038,2213],[1028,2211],[1016,2214],[1005,2210],[1005,2204],[991,2205],[983,2205],[978,2202],[973,2196],[961,2195],[949,2198],[938,2205],[937,2216],[937,2230],[934,2242],[931,2250],[921,2254],[917,2247],[909,2242],[901,2243],[897,2237],[896,2230],[886,2226],[885,2220],[872,2218],[859,2219],[853,2226],[844,2233],[840,2243],[831,2251],[830,2267],[835,2275],[828,2287],[831,2297],[839,2301],[847,2299],[859,2298],[870,2298],[881,2287],[887,2290],[882,2304],[885,2318],[882,2328],[876,2336],[866,2338],[859,2343],[857,2353],[849,2361],[844,2358],[847,2346],[840,2340],[832,2339],[823,2340],[817,2348],[811,2350],[805,2352],[795,2356],[789,2364],[781,2373],[782,2386],[779,2395]]},{"area":"27a","points":[[876,2519],[887,2510],[893,2506],[896,2500],[908,2496],[924,2499],[924,2515],[927,2522],[926,2532],[927,2541],[928,2550],[921,2562],[910,2565],[903,2574],[897,2583],[889,2584],[882,2581],[874,2586],[873,2592],[859,2589],[848,2585],[842,2582],[832,2581],[821,2577],[804,2571],[803,2564],[797,2558],[790,2555],[793,2531],[800,2526],[802,2516],[812,2510],[816,2507],[823,2506],[827,2506],[834,2507],[841,2501],[851,2497],[857,2501],[864,2509],[867,2518]]},{"area":"273","points":[[928,2513],[928,2497],[909,2494],[914,2485],[926,2482],[936,2479],[941,2474],[950,2462],[947,2454],[939,2444],[940,2423],[946,2410],[952,2405],[949,2399],[979,2392],[981,2397],[992,2397],[1001,2397],[1014,2397],[1019,2402],[1032,2406],[1038,2420],[1035,2427],[1041,2438],[1043,2447],[1049,2456],[1056,2463],[1063,2461],[1074,2466],[1071,2479],[1068,2488],[1060,2494],[1065,2506],[1073,2510],[1076,2519],[1086,2525],[1089,2542],[1087,2550],[1078,2556],[1073,2564],[1072,2573],[1066,2577],[1053,2584],[1043,2592],[1028,2595],[1012,2592],[1001,2584],[996,2572],[991,2592],[992,2603],[981,2608],[966,2611],[965,2602],[965,2589],[965,2577],[964,2562],[966,2550],[965,2546],[961,2541],[953,2541],[952,2536],[946,2530],[943,2530],[936,2522]]},{"area":"27d","points":[[1067,2457],[1078,2463],[1079,2473],[1087,2475],[1097,2473],[1103,2460],[1112,2457],[1118,2460],[1129,2460],[1139,2460],[1141,2464],[1147,2464],[1157,2480],[1180,2514],[1201,2494],[1171,2453],[1171,2447],[1175,2441],[1176,2432],[1171,2426],[1166,2416],[1169,2413],[1173,2413],[1186,2408],[1187,2405],[1195,2396],[1196,2380],[1184,2374],[1184,2365],[1184,2352],[1189,2350],[1198,2343],[1202,2337],[1204,2326],[1209,2320],[1210,2309],[1206,2300],[1207,2285],[1200,2279],[1195,2280],[1189,2272],[1180,2267],[1172,2264],[1170,2259],[1159,2256],[1148,2254],[1136,2257],[1119,2255],[1106,2258],[1100,2266],[1101,2278],[1098,2288],[1093,2300],[1085,2316],[1081,2328],[1080,2341],[1085,2360],[1088,2368],[1087,2386],[1084,2399],[1088,2413],[1090,2420],[1083,2423],[1073,2423],[1070,2434],[1072,2445],[1070,2451]]},{"area":"2eb","points":[[547,1190],[547,1470],[832,1470],[832,1190]]},{"area":"306","points":[[817,1568],[956,1426],[1067,1537],[915,1689],[821,1595]]},{"area":"375","points":[[1006,1096],[1006,1228],[1246,1228],[1246,1096]]},{"area":"2fe","points":[[962,1360],[1061,1261],[1110,1310],[1118,1305],[1121,1299],[1112,1294],[1115,1286],[1114,1281],[1124,1276],[1140,1284],[1146,1300],[1154,1310],[1165,1315],[1175,1309],[1180,1309],[1179,1300],[1190,1297],[1192,1306],[1195,1317],[1195,1326],[1189,1329],[1186,1336],[1176,1342],[1173,1352],[1173,1360],[1168,1368],[1189,1389],[1075,1503],[985,1413],[961,1416],[952,1411],[944,1416],[925,1420],[919,1417],[904,1422],[896,1425],[889,1415],[893,1403],[891,1398],[892,1386],[907,1379],[909,1373],[917,1370],[932,1380],[936,1376],[933,1368],[936,1359],[948,1355]]},{"area":"360","points":[[1045,731],[1045,838],[1370,838],[1370,731]]},{"area":"352","points":[[818,799],[818,1109],[924,1109],[924,799]]},{"area":"358","points":[[996,909],[996,1014],[1312,1014],[1312,909]]},{"area":"366","points":[[1367,967],[1435,853],[1571,853],[1638,969],[1574,1081],[1432,1081]]},{"area":"36d","points":[[1490,1110],[1490,1243],[1623,1243],[1623,1110]]},{"area":"37b","points":[[1221,1300],[1376,1145],[1474,1243],[1321,1396]]},{"area":"383","points":[[1420,1476],[1580,1316],[1652,1388],[1492,1548]]},{"area":"30c","points":[[1042,1598],[1198,1442],[1314,1558],[1159,1713]]},{"area":"32a","points":[[1269,1709],[1387,1591],[1520,1724],[1404,1840]]},{"area":"333","points":[[1316,1762],[1347,1793],[1346,1804],[1346,1811],[1341,1819],[1330,1821],[1330,1829],[1334,1832],[1343,1828],[1352,1830],[1356,1838],[1364,1844],[1364,1852],[1355,1856],[1352,1864],[1359,1867],[1368,1865],[1381,1866],[1387,1869],[1392,1886],[1374,1910],[1362,1919],[1355,1915],[1341,1913],[1337,1915],[1324,1908],[1325,1899],[1328,1892],[1320,1885],[1309,1878],[1306,1874],[1291,1873],[1290,1862],[1290,1853],[1288,1847],[1287,1832],[1290,1826],[1299,1825],[1302,1814],[1295,1808],[1290,1798],[1299,1795],[1305,1784],[1322,1785],[1320,1779],[1314,1774],[1311,1770]]},{"area":"338","points":[[1249,2039],[1416,1872],[1510,1966],[1343,2133]]},{"area":"38c","points":[[1596,1529],[1613,1512],[1612,1499],[1609,1485],[1610,1474],[1621,1473],[1626,1481],[1635,1488],[1641,1492],[1647,1511],[1650,1523],[1649,1531],[1642,1540],[1641,1547],[1642,1558],[1639,1575],[1644,1590],[1654,1599],[1663,1602],[1672,1600],[1681,1600],[1684,1607],[1702,1619],[1704,1630],[1704,1639],[1697,1641],[1693,1648],[1682,1654],[1678,1663],[1687,1669],[1696,1668],[1697,1676],[1703,1683],[1710,1693],[1719,1694],[1724,1699],[1721,1713],[1718,1727],[1708,1730],[1707,1743],[1701,1757],[1691,1757],[1684,1761],[1681,1769],[1686,1780],[1690,1794],[1693,1801],[1690,1815],[1690,1830],[1690,1839],[1684,1850],[1671,1852],[1661,1845],[1651,1841],[1641,1844],[1626,1841],[1611,1844],[1602,1852],[1598,1860],[1601,1869],[1597,1876],[1582,1874],[1578,1869],[1571,1870],[1558,1879],[1541,1896],[1533,1904],[1517,1907],[1503,1898],[1503,1883],[1488,1876],[1477,1878],[1465,1867],[1457,1858],[1461,1850],[1464,1838],[1463,1822],[1469,1812],[1479,1803],[1493,1799],[1501,1793],[1507,1779],[1526,1769],[1536,1767],[1546,1767],[1553,1750],[1565,1741],[1566,1728],[1560,1714],[1556,1703],[1555,1692],[1557,1680],[1570,1672],[1564,1660],[1561,1649],[1546,1653],[1530,1653],[1522,1645],[1515,1635],[1507,1623],[1499,1612],[1502,1590],[1505,1573],[1519,1559],[1535,1552],[1543,1540],[1542,1533],[1550,1529],[1551,1521],[1559,1518],[1569,1517],[1574,1521],[1579,1530],[1587,1530]]},{"area":"391","points":[[1490,2034],[1608,1916],[1608,1908],[1611,1897],[1617,1890],[1626,1889],[1638,1892],[1643,1885],[1649,1876],[1666,1877],[1683,1879],[1688,1881],[1693,1876],[1697,1866],[1704,1863],[1706,1870],[1712,1877],[1718,1888],[1718,1899],[1720,1910],[1722,1923],[1722,1930],[1735,1936],[1741,1944],[1746,1951],[1750,1964],[1744,1977],[1746,1996],[1747,2010],[1748,2022],[1743,2032],[1735,2040],[1723,2035],[1724,2028],[1715,2020],[1706,2015],[1693,2016],[1687,2026],[1675,2031],[1666,2026],[1654,2020],[1564,2110]]},{"area":"188","points":[[1846,1768],[1852,1774],[1857,1783],[1863,1796],[1867,1815],[1866,1829],[1860,1838],[1853,1842],[1853,1852],[1850,1859],[1838,1869],[1833,1876],[1824,1878],[1823,1890],[1814,1903],[1816,1916],[1813,1923],[1808,1935],[1801,1941],[1790,1940],[1782,1938],[1773,1937],[1764,1928],[1759,1912],[1755,1906],[1749,1903],[1746,1890],[1747,1879],[1752,1866],[1760,1861],[1768,1854],[1767,1848],[1767,1841],[1777,1833],[1784,1822],[1787,1814],[1783,1801],[1786,1788],[1794,1782],[1808,1775],[1815,1768],[1824,1769],[1835,1771]]},{"area":"18d","points":[[1869,1835],[1873,1819],[1869,1802],[1864,1786],[1856,1773],[1856,1761],[1866,1755],[1881,1753],[1885,1758],[1901,1756],[1914,1753],[1915,1745],[1921,1736],[1933,1730],[1939,1730],[1946,1734],[1957,1731],[1965,1726],[1982,1722],[1987,1728],[1999,1730],[2005,1731],[2013,1740],[2013,1755],[2018,1765],[2023,1787],[2020,1792],[2022,1805],[2026,1821],[2029,1829],[2024,1845],[2010,1866],[2002,1887],[1998,1902],[1987,1907],[1983,1927],[1967,1931],[1959,1944],[1952,1948],[1948,1950],[1946,1956],[1935,1964],[1927,1964],[1916,1957],[1907,1953],[1902,1943],[1901,1926],[1890,1914],[1887,1904],[1886,1888],[1888,1864],[1882,1847],[1875,1838]]},{"area":"2cc","points":[[539,1721],[556,1701],[567,1710],[577,1704],[593,1697],[603,1694],[616,1691],[616,1676],[642,1676],[642,1689],[658,1694],[669,1698],[688,1706],[696,1713],[703,1704],[722,1720],[714,1731],[721,1744],[730,1759],[737,1781],[736,1801],[737,1817],[731,1836],[722,1856],[715,1866],[699,1878],[682,1893],[667,1898],[648,1904],[644,1904],[644,1919],[614,1919],[614,1905],[598,1900],[580,1892],[565,1881],[552,1872],[545,1882],[525,1863],[536,1851],[529,1835],[525,1813],[508,1813],[508,1783],[521,1783],[526,1765],[534,1746],[547,1728]]},{"area":"314","points":[[783,1867],[899,1751],[985,1837],[871,1951]]},{"area":"320","points":[[1005,1808],[1117,1696],[1287,1866],[1176,1977]]},{"area":"31b","points":[[913,2015],[1014,1914],[1160,2060],[1058,2162]]},{"area":"1ad","points":[[2056,2094],[2074,2096],[2087,2097],[2106,2097],[2120,2095],[2138,2098],[2146,2104],[2167,2115],[2172,2130],[2167,2138],[2163,2149],[2165,2157],[2175,2161],[2189,2163],[2199,2174],[2204,2184],[2201,2201],[2186,2214],[2178,2218],[2177,2234],[2186,2240],[2195,2245],[2198,2261],[2192,2273],[2187,2290],[2175,2291],[2166,2294],[2163,2305],[2154,2314],[2140,2317],[2135,2323],[2118,2326],[2093,2305],[2089,2293],[2083,2285],[2081,2283],[2081,2270],[2089,2263],[2094,2254],[2096,2251],[2089,2243],[2079,2243],[2079,2216],[2091,2213],[2089,2204],[2099,2194],[2106,2182],[2109,2158],[2098,2148],[2093,2141],[2085,2142],[2077,2147],[2079,2153],[2067,2161],[2058,2166],[2046,2161],[2040,2155],[2037,2147],[2039,2133],[2043,2123],[2041,2113],[2037,2103],[2046,2097]]},{"area":"19c","points":[[1962,2215],[1948,2204],[1948,2191],[1950,2185],[1938,2174],[1935,2163],[1922,2161],[1906,2155],[1951,2066],[1907,2079],[1899,2070],[1894,2068],[1881,2067],[1870,2071],[1855,2065],[1857,2057],[1867,2051],[1873,2039],[1879,2034],[1881,2018],[1863,2016],[1853,2023],[1845,2025],[1839,2026],[1823,2043],[1818,2044],[1795,1991],[1755,2086],[1748,2082],[1745,2075],[1735,2079],[1722,2091],[1638,2067],[1661,2114],[1654,2131],[1659,2137],[1665,2141],[1677,2146],[1683,2151],[1695,2170],[1665,2191],[1651,2189],[1643,2198],[1641,2203],[1636,2211],[1597,2237],[1690,2251],[1688,2257],[1687,2275],[1694,2277],[1704,2282],[1713,2285],[1707,2373],[1755,2333],[1762,2342],[1782,2347],[1791,2335],[1809,2332],[1821,2322],[1882,2371],[1874,2255],[1898,2253],[1906,2269],[1919,2275],[1929,2270],[1949,2267],[1958,2260],[1966,2258],[1970,2244],[2070,2244],[2070,2215]]},{"area":"1a3","points":[[1758,2345],[1783,2352],[1793,2341],[1799,2345],[1800,2354],[1807,2363],[1811,2374],[1819,2374],[1825,2371],[1848,2372],[1855,2377],[1863,2381],[1863,2391],[1869,2403],[1876,2410],[1878,2426],[1879,2431],[1879,2441],[1870,2446],[1854,2444],[1850,2438],[1843,2438],[1832,2441],[1825,2445],[1823,2451],[1812,2450],[1801,2452],[1791,2457],[1785,2469],[1767,2470],[1756,2474],[1746,2471],[1734,2469],[1721,2477],[1720,2487],[1691,2485],[1687,2478],[1680,2475],[1677,2473],[1669,2472],[1664,2470],[1661,2462],[1653,2456],[1652,2446],[1655,2435],[1649,2416],[1657,2409],[1664,2407],[1694,2406],[1703,2410],[1711,2414],[1719,2413],[1730,2409],[1736,2399],[1742,2395],[1749,2397],[1761,2390],[1762,2379],[1756,2370],[1757,2357]]},{"area":"1c4","points":[[1677,2608],[1722,2602],[1732,2589],[1733,2579],[1741,2562],[1750,2561],[1759,2567],[1766,2569],[1781,2566],[1794,2567],[1803,2565],[1805,2571],[1815,2578],[1841,2582],[1850,2580],[1860,2581],[1866,2571],[1865,2562],[1868,2554],[1862,2539],[1855,2536],[1846,2525],[1835,2522],[1829,2515],[1825,2497],[1831,2490],[1837,2486],[1843,2474],[1836,2467],[1826,2459],[1804,2466],[1798,2474],[1794,2483],[1792,2489],[1787,2493],[1768,2492],[1759,2489],[1749,2489],[1734,2498],[1726,2498],[1718,2497],[1708,2503],[1701,2500],[1691,2501],[1676,2506],[1675,2517],[1664,2521],[1657,2526],[1655,2533],[1647,2535],[1642,2554],[1649,2558],[1647,2565],[1638,2571],[1634,2578],[1627,2589],[1627,2597],[1632,2600],[1636,2606],[1653,2611],[1661,2607],[1669,2606]]},{"area":"1c9","points":[[1678,2613],[1715,2608],[1722,2609],[1725,2618],[1728,2627],[1735,2641],[1762,2582],[1783,2635],[1806,2634],[1823,2635],[1829,2639],[1833,2648],[1841,2654],[1853,2651],[1865,2654],[1866,2663],[1869,2672],[1918,2656],[1873,2742],[1922,2742],[1950,2770],[1875,2770],[1956,2827],[1868,2845],[1866,2859],[1867,2865],[1862,2876],[1855,2879],[1852,2886],[1846,2890],[1849,2965],[1789,2911],[1782,2914],[1777,2921],[1773,2927],[1764,2933],[1760,2940],[1766,2947],[1769,2958],[1773,2965],[1774,2976],[1771,2987],[1746,3008],[1741,3003],[1733,2997],[1730,2985],[1730,2975],[1715,2973],[1713,2958],[1717,2948],[1704,2940],[1673,2965],[1682,2847],[1566,2827],[1662,2760],[1603,2658],[1677,2678],[1679,2671],[1677,2656],[1690,2633],[1681,2629],[1673,2620]]},{"area":"1b3","points":[[2057,2282],[2074,2318],[2083,2312],[2086,2307],[2113,2329],[2105,2339],[2104,2350],[2111,2364],[2118,2364],[2126,2376],[2130,2383],[2215,2359],[2158,2463],[2254,2529],[2175,2543],[2167,2556],[2170,2563],[2175,2562],[2192,2558],[2195,2573],[2189,2582],[2178,2581],[2166,2582],[2165,2590],[2154,2595],[2145,2584],[2142,2583],[2145,2664],[2059,2590],[2024,2618],[2012,2622],[2009,2635],[2005,2639],[1963,2638],[1968,2624],[1975,2612],[1976,2550],[1863,2529],[1959,2463],[1900,2359],[1992,2386],[2003,2376],[2011,2373],[2021,2373]]},{"area":"1bb","points":[[1945,2644],[2004,2647],[2012,2652],[2018,2659],[2037,2664],[2041,2677],[2050,2684],[2056,2698],[2061,2704],[2065,2713],[2077,2711],[2084,2715],[2088,2727],[2089,2738],[2096,2744],[2096,2758],[2098,2770],[2105,2776],[2108,2784],[2107,2793],[2101,2802],[2096,2809],[2083,2817],[2071,2821],[2061,2824],[2052,2830],[2046,2833],[2042,2836],[2027,2836],[2012,2837],[2002,2822],[1997,2814],[1997,2806],[2008,2798],[2010,2789],[2017,2786],[2025,2778],[2026,2772],[1994,2743],[1995,2737],[1988,2729],[1983,2722],[1976,2722],[1969,2713],[1962,2701],[1965,2687],[1961,2683],[1951,2683],[1946,2676],[1941,2667],[1942,2654]]},{"area":"1df","points":[[2132,2916],[2129,2930],[2134,2938],[2133,2951],[2145,2959],[2156,2964],[2168,2967],[2177,2971],[2182,2964],[2192,2963],[2204,2960],[2211,2954],[2210,2947],[2218,2933],[2212,2925],[2212,2914],[2213,2909],[2222,2906],[2222,2891],[2214,2888],[2209,2879],[2198,2866],[2189,2862],[2172,2869],[2163,2866],[2157,2864],[2150,2866],[2146,2876],[2141,2883],[2133,2883],[2127,2890],[2127,2905],[2131,2911]]},{"area":"1d5","points":[[2009,2852],[2031,2881],[2033,2871],[2038,2866],[2056,2866],[2064,2873],[2071,2881],[2069,2888],[2066,2897],[2071,2904],[2076,2920],[2083,2921],[2087,2925],[2095,2934],[2128,2918],[2124,2930],[2130,2938],[2129,2954],[2151,2966],[2167,2971],[2177,2977],[2176,2984],[2174,2988],[2177,2995],[2189,2996],[2200,3002],[2205,3010],[2211,3013],[2218,3033],[2256,3049],[2148,3093],[2179,3205],[2076,3148],[2009,3246],[1990,3129],[1871,3136],[1951,3048],[1871,2961],[1989,2967]]},{"area":"1d1","points":[[1708,3122],[1709,3110],[1711,3093],[1709,3081],[1706,3077],[1709,3061],[1715,3055],[1727,3050],[1739,3043],[1753,3036],[1778,3029],[1796,3034],[1807,3042],[1814,3040],[1824,3043],[1826,3053],[1833,3063],[1842,3069],[1842,3083],[1843,3096],[1838,3104],[1841,3114],[1852,3123],[1852,3138],[1856,3149],[1856,3161],[1858,3171],[1867,3177],[1872,3182],[1882,3188],[1879,3199],[1880,3206],[1868,3213],[1860,3218],[1847,3219],[1836,3218],[1824,3214],[1825,3203],[1815,3190],[1803,3189],[1801,3195],[1785,3188],[1785,3183],[1786,3166],[1779,3158],[1776,3154],[1762,3154],[1752,3159],[1743,3161],[1732,3156],[1726,3152],[1720,3149],[1721,3141],[1712,3131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/001-dit01.webp"},"id":"01a","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/002-dit02.jpg"},"title":"Map 5.2: Player Map","width":2334,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":250,"distance":100}},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/003-dit03.png"},"title":"Map 5.3: Abyssal Prisons","width":1623,"height":1623,"imageType":"map","grid":{"type":"square","size":73,"offsetX":2,"offsetY":50,"scale":4},"mapRegions":[{"area":"0a1","points":[[108,175],[108,591],[492,591],[492,175]]},{"area":"09d","points":[[530,300],[530,445],[619,445],[619,300]]},{"area":"0b3","points":[[673,135],[673,430],[781,430],[781,135]]},{"area":"0b9","points":[[857,352],[857,244],[1077,244],[1077,352],[1060,352],[1060,374],[1020,374],[1020,352],[914,352],[914,375],[874,375],[874,352]]},{"area":"0c7","points":[[1231,302],[1426,302],[1519,482],[1503,517],[1425,666],[1228,666],[1131,487]]},{"area":"0c4","points":[[673,468],[673,772],[986,772],[986,468]]},{"area":"0ab","points":[[291,633],[291,812],[452,812],[452,633]]},{"area":"0d2","points":[[1063,668],[1063,793],[1186,793],[1186,668]]},{"area":"0ce","points":[[1195,723],[1283,723],[1283,673],[1316,673],[1316,723],[1410,723],[1410,759],[1317,759],[1317,813],[1281,813],[1281,759],[1195,759]]},{"area":"0d9","points":[[1249,817],[1410,817],[1410,907],[1337,907],[1337,1000],[1249,1000]]},{"area":"0ed","points":[[918,1019],[977,1019],[988,1008],[988,832],[1168,832],[1168,1000],[1023,1000],[1023,1026],[996,1053],[918,1053]]},{"area":"0e6","points":[[624,832],[731,832],[731,978],[765,978],[765,1019],[624,1019]]},{"area":"0e1","points":[[822,784],[858,784],[858,966],[908,966],[908,1072],[770,1072],[770,966],[822,966]]},{"area":"0c0","points":[[1116,171],[1116,282],[1223,282],[1223,171]]},{"area":"0f0","points":[[639,1109],[639,1458],[822,1458],[822,1513],[858,1513],[858,1458],[1041,1458],[1041,1109]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/003-dit03.webp"},"id":"01b","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/007-dit04.png"},"title":"Map 5.4: Blood Pens","width":1651,"height":1651,"imageType":"map","grid":{"type":"square","size":74,"offsetX":44,"offsetY":13,"scale":4},"mapRegions":[{"area":"0f7","points":[[107,115],[107,259],[599,259],[599,115]]},{"area":"100","points":[[106,320],[106,464],[304,464],[304,320]]},{"area":"107","points":[[438,317],[438,464],[639,464],[639,317]]},{"area":"10e","points":[[128,524],[128,944],[400,944],[400,524]]},{"area":"11a","points":[[441,598],[441,870],[598,870],[598,598]]},{"area":"123","points":[[532,909],[532,1112],[673,1112],[673,909]]},{"area":"12b","points":[[716,726],[716,997],[1114,997],[1114,726]]},{"area":"133","points":[[1272,763],[1272,907],[1490,907],[1490,763]]},{"area":"13a","points":[[1179,967],[1179,1221],[1563,1221],[1563,967]]},{"area":"141","points":[[1176,1300],[1176,1571],[1563,1571],[1563,1300]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/007-dit04.webp"},"id":"01c","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/008-dit05.png"},"title":"Map 5.5: Master's Domain","width":1200,"height":1988,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-19,"offsetY":-11,"scale":4},"mapRegions":[{"area":"13a","points":[[727,26],[727,278],[1109,278],[1109,26]]},{"area":"150","points":[[357,116],[378,116],[378,138],[483,138],[483,116],[506,116],[506,139],[542,139],[542,116],[578,116],[578,139],[613,139],[613,116],[633,116],[633,140],[649,140],[649,170],[670,170],[670,191],[649,191],[649,296],[633,296],[633,322],[610,322],[610,296],[576,296],[576,322],[540,322],[540,296],[505,296],[505,322],[482,322],[482,297],[374,297],[374,320],[355,320],[355,296],[340,296],[340,263],[318,263],[318,247],[342,247],[342,208],[318,208],[318,168],[340,168],[340,135],[357,135]]},{"area":"158","points":[[357,373],[377,373],[377,395],[415,395],[415,373],[449,373],[449,398],[486,398],[486,373],[505,373],[505,399],[540,399],[540,373],[578,373],[578,396],[614,396],[614,373],[633,373],[633,395],[648,395],[648,429],[668,429],[668,447],[648,447],[648,486],[670,486],[670,520],[648,520],[648,554],[632,554],[632,579],[611,579],[611,554],[577,554],[506,554],[506,578],[482,578],[482,554],[447,554],[447,575],[412,575],[412,554],[378,554],[378,576],[355,576],[355,554],[342,554],[342,522],[321,522],[321,501],[340,501],[340,396],[357,396]]},{"area":"141","points":[[724,357],[724,625],[1109,625],[1109,357]]},{"area":"175","points":[[798,704],[798,901],[1016,901],[1016,704]]},{"area":"160","points":[[356,631],[378,631],[378,653],[415,653],[415,631],[452,631],[452,653],[486,653],[486,631],[505,631],[505,654],[614,654],[614,631],[633,631],[633,654],[647,654],[647,687],[668,687],[668,706],[647,706],[647,811],[632,811],[632,834],[613,834],[613,812],[506,812],[506,835],[484,835],[484,812],[449,812],[449,837],[412,837],[412,811],[378,811],[378,835],[355,835],[355,812],[341,812],[341,781],[318,781],[318,762],[342,762],[342,725],[318,725],[318,684],[341,684],[341,653],[356,653]]},{"area":"168","points":[[356,890],[356,1215],[664,1215],[664,890]]},{"area":"17f","points":[[744,965],[744,1290],[1075,1290],[1075,965]]},{"area":"16e","points":[[467,1257],[467,1420],[649,1420],[649,1257]]},{"area":"192","points":[[804,1446],[1128,1446],[1128,1841],[726,1841],[726,1723],[734,1703],[759,1698],[765,1669],[774,1666],[782,1663],[787,1638],[798,1614],[819,1584],[824,1567],[824,1544],[816,1540],[813,1508],[820,1505],[812,1492],[809,1470],[809,1462],[799,1456]]},{"area":"188","points":[[568,1473],[576,1481],[583,1493],[591,1511],[596,1537],[595,1556],[587,1568],[577,1574],[577,1587],[573,1597],[557,1610],[550,1620],[538,1623],[536,1639],[524,1657],[527,1674],[523,1684],[516,1700],[506,1708],[491,1707],[480,1704],[468,1703],[456,1691],[449,1669],[443,1661],[435,1657],[431,1639],[432,1624],[439,1606],[450,1599],[461,1590],[460,1582],[460,1572],[473,1561],[483,1546],[487,1535],[482,1518],[486,1500],[497,1492],[516,1482],[525,1473],[538,1474],[553,1477]]},{"area":"18d","points":[[599,1564],[604,1542],[599,1519],[592,1497],[581,1480],[581,1463],[595,1455],[615,1452],[621,1459],[643,1456],[660,1452],[662,1441],[670,1429],[686,1421],[694,1421],[704,1426],[719,1422],[730,1416],[753,1410],[760,1418],[776,1421],[784,1422],[795,1435],[795,1455],[802,1469],[809,1499],[805,1505],[808,1523],[813,1545],[817,1556],[810,1578],[791,1606],[780,1635],[775,1655],[760,1662],[754,1689],[733,1695],[722,1713],[712,1718],[707,1721],[704,1729],[689,1740],[678,1740],[663,1730],[651,1725],[644,1711],[643,1688],[628,1672],[623,1658],[622,1636],[625,1604],[617,1580],[607,1568]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/008-dit05.webp"},"id":"01d","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/012-dit06.png"},"title":"Map 5.6: Far Realm Cysts","width":1064,"height":1773,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-4,"offsetY":22,"scale":4},"mapRegions":[{"area":"1ad","points":[[737,211],[762,214],[779,216],[805,216],[824,213],[848,217],[859,225],[888,240],[894,261],[888,271],[882,286],[885,297],[899,303],[917,306],[931,321],[938,334],[934,357],[913,375],[903,381],[901,402],[913,411],[926,417],[930,439],[922,456],[915,479],[899,480],[886,484],[882,499],[870,512],[851,516],[844,524],[821,528],[788,499],[782,483],[774,472],[771,469],[771,452],[782,442],[789,430],[792,426],[782,415],[769,415],[769,378],[785,374],[782,362],[796,348],[805,332],[809,299],[794,285],[788,276],[777,277],[766,284],[769,292],[752,303],[740,310],[724,303],[716,295],[712,284],[714,265],[720,251],[717,237],[712,224],[724,216]]},{"area":"19c","points":[[610,377],[591,362],[591,344],[594,336],[578,321],[574,306],[556,303],[535,295],[595,173],[536,191],[525,179],[518,176],[501,175],[486,180],[465,172],[468,161],[482,153],[490,136],[498,130],[501,108],[476,105],[463,115],[452,117],[444,119],[422,142],[415,143],[384,71],[330,201],[321,195],[317,186],[303,191],[286,207],[172,175],[203,239],[194,262],[200,270],[208,276],[225,282],[233,289],[249,315],[208,344],[189,341],[179,353],[176,360],[169,371],[116,407],[242,426],[240,434],[238,458],[248,461],[261,468],[273,472],[265,592],[330,538],[340,550],[367,557],[379,540],[403,536],[419,523],[502,589],[491,431],[524,428],[535,450],[552,458],[566,452],[593,447],[605,438],[616,435],[621,416],[756,416],[756,377]]},{"area":"1a3","points":[[334,554],[368,563],[382,548],[390,554],[391,566],[401,578],[406,593],[417,593],[425,589],[456,591],[465,598],[476,603],[476,617],[484,633],[494,643],[497,664],[498,671],[498,685],[486,692],[464,689],[459,681],[449,681],[434,685],[425,690],[422,698],[407,697],[392,700],[379,707],[371,723],[346,724],[332,730],[318,726],[302,723],[284,734],[283,748],[244,745],[238,735],[229,731],[225,729],[214,727],[207,724],[203,714],[192,705],[191,692],[195,677],[187,651],[198,641],[207,638],[248,637],[260,643],[271,648],[281,647],[296,641],[304,628],[313,622],[322,625],[338,615],[340,600],[332,588],[333,570]]},{"area":"1c4","points":[[225,913],[286,905],[299,887],[300,873],[311,850],[323,849],[336,857],[345,859],[365,855],[383,857],[395,854],[398,862],[411,872],[447,877],[459,874],[472,876],[480,862],[479,850],[483,839],[475,819],[465,814],[453,799],[438,795],[430,786],[425,761],[433,752],[441,746],[449,730],[440,720],[426,709],[396,719],[388,730],[383,742],[380,750],[373,756],[348,754],[336,750],[322,750],[302,763],[291,763],[280,761],[267,769],[257,765],[244,767],[223,774],[222,789],[207,794],[198,801],[195,810],[184,813],[177,839],[187,844],[184,854],[172,862],[166,872],[157,887],[157,898],[164,902],[169,910],[192,917],[203,911],[214,910]]},{"area":"1c9","points":[[226,920],[276,913],[286,914],[290,926],[294,939],[303,958],[340,877],[368,950],[399,948],[422,950],[430,955],[436,967],[447,975],[463,971],[479,975],[480,988],[484,1000],[551,978],[490,1095],[556,1095],[594,1134],[493,1134],[602,1211],[483,1236],[480,1255],[482,1263],[475,1278],[465,1282],[461,1292],[453,1297],[457,1400],[376,1326],[367,1330],[360,1340],[355,1348],[342,1356],[337,1366],[345,1375],[349,1390],[355,1400],[356,1415],[352,1430],[318,1458],[311,1452],[300,1443],[296,1427],[296,1413],[276,1411],[273,1390],[279,1377],[261,1366],[219,1400],[231,1239],[74,1211],[204,1120],[124,981],[225,1008],[227,999],[225,978],[242,947],[230,941],[219,929]]},{"area":"1b3","points":[[739,468],[762,517],[774,509],[778,502],[815,532],[804,546],[802,561],[812,580],[821,580],[832,596],[838,606],[953,573],[876,715],[1005,805],[899,824],[888,842],[892,851],[899,850],[922,844],[926,865],[917,877],[903,876],[886,877],[885,888],[870,895],[858,880],[854,879],[858,989],[742,888],[694,926],[678,932],[674,950],[668,955],[612,954],[618,935],[628,918],[629,834],[476,805],[606,715],[526,573],[651,610],[666,596],[677,592],[690,592]]},{"area":"1bb","points":[[587,962],[667,966],[678,973],[686,982],[712,989],[717,1007],[729,1016],[737,1035],[744,1044],[750,1056],[766,1053],[775,1059],[781,1075],[782,1090],[792,1098],[792,1117],[794,1134],[804,1142],[808,1153],[806,1165],[798,1177],[792,1187],[774,1198],[758,1203],[744,1207],[732,1216],[724,1220],[719,1224],[698,1224],[678,1225],[664,1205],[658,1194],[658,1183],[673,1172],[675,1160],[685,1156],[696,1145],[697,1136],[654,1097],[655,1089],[645,1078],[639,1068],[629,1068],[620,1056],[610,1040],[614,1020],[609,1015],[595,1015],[589,1005],[582,993],[583,975]]},{"area":"1df","points":[[840,1333],[836,1352],[843,1363],[842,1381],[858,1392],[873,1398],[889,1402],[901,1408],[908,1398],[922,1397],[938,1393],[947,1385],[946,1375],[957,1356],[949,1345],[949,1330],[950,1323],[962,1319],[962,1299],[951,1295],[945,1282],[930,1265],[917,1259],[894,1269],[882,1265],[874,1262],[865,1265],[859,1278],[853,1288],[842,1288],[834,1297],[834,1318],[839,1326]]},{"area":"1d1","points":[[267,1614],[268,1598],[271,1574],[268,1558],[264,1553],[268,1531],[276,1523],[292,1516],[309,1506],[327,1497],[361,1487],[386,1494],[401,1505],[410,1502],[424,1506],[426,1520],[436,1533],[448,1542],[448,1561],[449,1578],[442,1589],[447,1603],[461,1615],[461,1636],[467,1651],[467,1667],[470,1681],[482,1689],[488,1696],[502,1704],[498,1719],[499,1729],[483,1738],[472,1745],[455,1746],[440,1745],[424,1739],[425,1724],[411,1707],[395,1705],[392,1714],[371,1704],[371,1697],[372,1674],[363,1663],[359,1658],[340,1658],[326,1664],[314,1667],[299,1660],[291,1655],[283,1651],[284,1640],[272,1626]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/012-dit06.webp"},"id":"01e","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/013-dit07.png"},"title":"Map 5.7: Forests of Slaughter","width":1748,"height":1680,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-30,"offsetY":-3,"scale":4},"mapRegions":[{"area":"1ea","points":[[104,1283],[133,1257],[146,1262],[161,1266],[172,1286],[183,1294],[204,1286],[204,1271],[208,1259],[219,1252],[221,1240],[204,1233],[202,1219],[216,1214],[228,1200],[232,1192],[242,1180],[261,1173],[275,1173],[288,1174],[303,1181],[311,1191],[318,1198],[333,1195],[348,1193],[359,1198],[359,1213],[374,1215],[381,1229],[388,1240],[392,1253],[406,1271],[402,1312],[359,1330],[310,1369],[295,1398],[292,1437],[292,1473],[277,1480],[273,1492],[247,1489],[242,1481],[213,1481],[201,1484],[178,1469],[164,1463],[164,1458],[154,1448],[156,1439],[149,1425],[143,1413],[133,1405],[131,1394],[119,1386],[102,1381],[93,1372],[94,1357],[94,1339],[93,1327],[98,1315],[96,1302]]},{"area":"1f2","points":[[299,1475],[302,1407],[313,1377],[362,1338],[400,1320],[439,1312],[471,1302],[495,1327],[526,1353],[544,1357],[559,1372],[560,1387],[548,1401],[536,1403],[531,1401],[515,1401],[505,1406],[490,1411],[477,1420],[477,1436],[482,1444],[481,1460],[477,1477],[474,1496],[467,1504],[458,1515],[445,1515],[437,1523],[432,1535],[425,1545],[422,1561],[411,1569],[391,1575],[385,1587],[366,1589],[357,1575],[328,1569],[309,1550],[307,1534],[313,1527],[321,1525],[328,1527],[331,1504],[322,1497],[321,1488],[311,1484],[305,1478]]},{"area":"1f6","points":[[434,1093],[447,1084],[463,1079],[478,1071],[489,1068],[503,1056],[512,1040],[529,1034],[540,1031],[553,1040],[560,1053],[561,1068],[574,1079],[586,1084],[594,1116],[609,1123],[620,1131],[623,1147],[631,1155],[630,1165],[646,1162],[654,1162],[664,1172],[669,1185],[675,1206],[676,1240],[680,1252],[678,1289],[661,1292],[649,1300],[646,1312],[638,1320],[623,1323],[607,1326],[589,1324],[574,1330],[557,1335],[548,1347],[534,1347],[515,1337],[499,1323],[470,1297],[407,1312],[411,1268],[400,1256],[410,1243],[417,1222],[434,1214],[434,1206],[430,1199],[434,1193],[440,1181],[437,1166],[440,1150],[437,1139],[430,1131],[433,1114],[440,1108]]},{"area":"1fb","points":[[954,1540],[954,1515],[960,1489],[977,1473],[989,1473],[996,1467],[1008,1458],[1025,1459],[1033,1452],[1041,1451],[1052,1441],[1066,1436],[1081,1436],[1086,1451],[1086,1466],[1093,1470],[1101,1478],[1108,1490],[1111,1505],[1111,1512],[1122,1520],[1138,1520],[1142,1534],[1139,1546],[1138,1559],[1128,1567],[1120,1587],[1109,1594],[1089,1604],[1078,1601],[1066,1601],[1061,1616],[1045,1619],[1029,1624],[1012,1619],[1015,1605],[1000,1601],[986,1586],[988,1569],[974,1563],[966,1549]]},{"area":"1ff","points":[[609,1335],[638,1328],[658,1324],[673,1311],[690,1302],[701,1293],[720,1286],[758,1289],[772,1298],[786,1317],[799,1332],[813,1341],[836,1338],[844,1334],[852,1332],[869,1342],[885,1346],[893,1357],[910,1375],[917,1383],[929,1380],[948,1383],[954,1392],[966,1391],[974,1399],[989,1406],[996,1418],[997,1431],[992,1441],[980,1450],[977,1463],[951,1486],[947,1514],[947,1538],[933,1537],[917,1540],[898,1545],[887,1550],[869,1550],[852,1553],[843,1534],[833,1520],[822,1510],[806,1507],[792,1515],[788,1525],[772,1530],[768,1541],[753,1548],[731,1546],[724,1553],[712,1549],[698,1548],[682,1546],[669,1550],[664,1557],[641,1550],[635,1538],[630,1530],[630,1518],[627,1507],[628,1486],[624,1478],[611,1470],[605,1458],[605,1426],[616,1418],[613,1403],[612,1396],[613,1387],[609,1375],[607,1353]]},{"area":"204","points":[[653,1316],[661,1301],[672,1297],[687,1289],[690,1252],[683,1236],[683,1211],[679,1185],[684,1159],[699,1159],[714,1162],[716,1172],[730,1184],[760,1185],[760,1192],[783,1195],[791,1188],[786,1177],[766,1165],[761,1155],[758,1139],[766,1134],[770,1109],[795,1102],[825,1094],[852,1078],[878,1069],[915,1060],[929,1063],[941,1068],[949,1072],[955,1086],[962,1099],[970,1109],[980,1116],[969,1125],[955,1146],[952,1154],[952,1172],[951,1195],[952,1213],[956,1221],[940,1238],[925,1248],[919,1253],[919,1263],[906,1268],[888,1271],[884,1283],[872,1287],[851,1289],[840,1286],[833,1277],[822,1267],[817,1256],[803,1252],[787,1257],[773,1267],[770,1286],[758,1279],[716,1274],[694,1293],[680,1302],[661,1313]]},{"area":"207","points":[[753,764],[773,762],[792,768],[810,770],[825,772],[848,772],[861,770],[883,775],[888,787],[891,804],[906,811],[919,815],[937,813],[949,830],[962,850],[989,879],[1001,884],[1007,899],[1003,916],[996,928],[993,939],[977,947],[963,962],[955,975],[948,999],[937,1007],[929,1014],[930,1034],[934,1044],[933,1053],[919,1049],[873,1060],[840,1069],[817,1082],[770,1094],[757,1084],[755,1079],[745,1076],[732,1068],[714,1071],[701,1054],[695,1045],[679,1048],[656,1053],[649,1059],[633,1061],[620,1063],[617,1053],[609,1048],[605,1040],[609,1025],[622,1019],[633,1012],[633,1005],[622,1004],[615,992],[607,990],[607,978],[600,974],[593,966],[592,936],[585,922],[575,916],[570,907],[572,895],[574,881],[589,871],[601,868],[609,861],[601,850],[598,830],[604,822],[609,813],[624,798],[634,797],[641,800],[658,807],[665,798],[689,793],[698,783],[717,774],[727,772],[739,767]]},{"area":"21d","points":[[966,1218],[963,1204],[960,1192],[960,1157],[969,1140],[984,1128],[997,1117],[1018,1110],[1023,1099],[1030,1094],[1042,1089],[1049,1084],[1048,1076],[1052,1063],[1064,1060],[1072,1042],[1075,1030],[1066,1026],[1061,1019],[1051,1015],[1041,985],[1045,965],[1053,962],[1057,947],[1068,940],[1077,925],[1087,918],[1086,909],[1104,892],[1115,894],[1124,895],[1133,894],[1137,886],[1150,880],[1157,883],[1168,881],[1182,880],[1201,884],[1210,887],[1210,899],[1216,903],[1221,896],[1232,896],[1239,901],[1242,905],[1258,903],[1268,890],[1277,890],[1283,899],[1290,907],[1318,936],[1327,952],[1328,963],[1325,974],[1325,993],[1316,999],[1307,1010],[1307,1022],[1314,1034],[1322,1060],[1305,1079],[1288,1091],[1276,1102],[1276,1125],[1255,1125],[1236,1125],[1219,1124],[1199,1131],[1184,1139],[1167,1140],[1161,1159],[1164,1176],[1153,1188],[1149,1195],[1133,1195],[1115,1199],[1097,1199],[1083,1208],[1067,1217],[1049,1217],[1036,1221],[1015,1219],[995,1217],[984,1217]]},{"area":"225","points":[[1041,1324],[1067,1323],[1086,1317],[1093,1307],[1119,1301],[1130,1304],[1141,1307],[1153,1300],[1168,1292],[1182,1279],[1193,1279],[1197,1267],[1197,1257],[1204,1252],[1201,1240],[1195,1226],[1194,1208],[1210,1202],[1220,1217],[1242,1223],[1266,1240],[1264,1278],[1260,1294],[1277,1308],[1299,1311],[1307,1335],[1317,1343],[1317,1356],[1302,1368],[1294,1371],[1280,1387],[1283,1402],[1288,1411],[1290,1431],[1294,1441],[1288,1460],[1273,1470],[1262,1473],[1251,1481],[1249,1495],[1246,1516],[1243,1533],[1231,1545],[1217,1544],[1213,1535],[1198,1533],[1183,1531],[1173,1525],[1172,1514],[1160,1514],[1143,1510],[1141,1504],[1138,1489],[1130,1480],[1112,1473],[1109,1459],[1111,1447],[1107,1432],[1101,1418],[1081,1413],[1068,1407],[1064,1390],[1056,1368],[1045,1365],[1040,1343]]},{"area":"222","points":[[1210,1136],[1221,1132],[1281,1132],[1281,1108],[1333,1064],[1324,1040],[1340,1031],[1366,1026],[1370,1015],[1398,1007],[1413,1011],[1425,1008],[1432,1010],[1443,1015],[1455,1025],[1462,1031],[1463,1048],[1475,1054],[1482,1071],[1474,1087],[1471,1105],[1478,1105],[1482,1116],[1489,1124],[1501,1139],[1514,1147],[1512,1174],[1496,1192],[1478,1217],[1467,1249],[1458,1277],[1439,1308],[1425,1317],[1414,1317],[1402,1320],[1389,1319],[1387,1324],[1376,1322],[1370,1313],[1355,1317],[1344,1326],[1336,1328],[1325,1343],[1313,1334],[1302,1307],[1284,1305],[1266,1292],[1270,1274],[1272,1236],[1251,1221],[1224,1210],[1210,1191],[1219,1180],[1223,1176],[1220,1168],[1224,1153],[1220,1143]]},{"area":"229","points":[[1519,1146],[1518,1183],[1488,1215],[1467,1272],[1447,1313],[1433,1323],[1439,1339],[1441,1353],[1449,1358],[1466,1354],[1482,1358],[1489,1369],[1497,1371],[1508,1386],[1510,1398],[1514,1414],[1523,1420],[1537,1426],[1548,1432],[1559,1440],[1553,1447],[1566,1455],[1568,1460],[1567,1467],[1571,1475],[1572,1484],[1583,1486],[1590,1499],[1607,1511],[1615,1507],[1626,1510],[1635,1510],[1642,1505],[1672,1505],[1672,1496],[1691,1486],[1691,1474],[1690,1455],[1680,1446],[1675,1432],[1680,1425],[1684,1413],[1704,1398],[1701,1387],[1704,1373],[1708,1368],[1712,1337],[1706,1326],[1710,1320],[1708,1309],[1710,1293],[1706,1277],[1698,1271],[1695,1262],[1689,1243],[1680,1237],[1678,1228],[1676,1218],[1669,1210],[1658,1208],[1646,1217],[1634,1207],[1626,1196],[1619,1192],[1622,1177],[1623,1165],[1626,1149],[1626,1142],[1615,1136],[1593,1134],[1587,1143],[1572,1142],[1566,1138],[1548,1140],[1533,1149]]},{"area":"20d","points":[[969,846],[951,817],[945,802],[962,789],[966,768],[974,753],[984,755],[980,747],[981,734],[993,723],[1010,708],[1042,710],[1042,700],[1029,692],[1029,681],[1020,669],[1029,657],[1041,642],[1052,643],[1085,610],[1089,599],[1102,599],[1123,599],[1138,608],[1146,619],[1153,629],[1157,643],[1150,654],[1165,653],[1169,655],[1173,661],[1189,663],[1197,676],[1212,681],[1208,693],[1209,717],[1194,740],[1204,747],[1205,759],[1205,772],[1204,782],[1206,800],[1201,817],[1184,824],[1169,828],[1165,822],[1161,828],[1139,823],[1134,822],[1122,824],[1111,819],[1115,828],[1111,835],[1097,845],[1089,849],[1089,860],[1083,876],[1070,872],[1060,881],[1052,894],[1037,898],[1026,898],[1008,890],[1007,883],[992,873],[975,857]]},{"area":"212","points":[[1202,738],[1216,722],[1216,692],[1225,688],[1238,684],[1247,673],[1249,665],[1260,655],[1269,651],[1277,651],[1287,640],[1298,634],[1305,623],[1321,605],[1354,604],[1366,621],[1383,625],[1392,638],[1425,643],[1430,636],[1439,635],[1443,627],[1456,623],[1463,613],[1478,609],[1489,608],[1500,605],[1505,601],[1520,606],[1530,620],[1538,628],[1551,621],[1560,617],[1568,627],[1577,634],[1585,636],[1601,673],[1600,699],[1589,711],[1589,721],[1587,733],[1597,740],[1605,741],[1608,752],[1602,762],[1589,770],[1579,782],[1571,793],[1574,801],[1572,812],[1571,822],[1563,831],[1563,841],[1556,856],[1538,858],[1533,856],[1518,860],[1512,865],[1504,873],[1500,888],[1497,903],[1489,914],[1478,913],[1462,918],[1458,924],[1441,931],[1430,928],[1419,935],[1408,931],[1385,935],[1380,926],[1369,926],[1358,926],[1347,935],[1344,941],[1332,941],[1321,932],[1291,899],[1279,886],[1283,880],[1303,869],[1294,860],[1283,851],[1280,846],[1273,842],[1260,839],[1249,835],[1239,828],[1232,817],[1223,802],[1220,783],[1227,774],[1228,756],[1216,748]]},{"area":"217","points":[[1250,391],[1272,383],[1283,395],[1288,405],[1307,409],[1324,421],[1327,440],[1328,454],[1329,467],[1322,475],[1322,500],[1322,514],[1337,519],[1383,514],[1392,523],[1399,525],[1404,534],[1408,542],[1407,550],[1387,556],[1376,567],[1363,575],[1348,587],[1351,595],[1314,597],[1298,617],[1294,610],[1286,608],[1268,609],[1249,605],[1234,608],[1210,617],[1193,623],[1178,620],[1163,613],[1157,589],[1139,582],[1135,567],[1133,545],[1139,537],[1134,522],[1126,514],[1127,500],[1138,493],[1152,478],[1160,478],[1180,478],[1191,478],[1193,466],[1190,458],[1193,441],[1199,439],[1205,426],[1209,420],[1209,413],[1221,405],[1236,396]]},{"area":"219","points":[[1138,266],[1157,268],[1176,277],[1190,270],[1212,268],[1209,274],[1232,268],[1236,257],[1254,252],[1264,257],[1273,266],[1283,274],[1290,281],[1316,278],[1332,266],[1347,252],[1352,223],[1365,217],[1362,195],[1351,176],[1357,161],[1366,150],[1381,149],[1391,142],[1406,143],[1418,150],[1429,144],[1432,132],[1439,112],[1464,110],[1480,114],[1490,120],[1504,127],[1516,138],[1529,143],[1540,155],[1546,165],[1542,177],[1556,185],[1564,195],[1585,196],[1585,218],[1575,236],[1568,253],[1567,270],[1568,282],[1567,292],[1560,304],[1559,331],[1581,342],[1583,349],[1593,357],[1589,372],[1583,381],[1572,390],[1563,401],[1559,422],[1566,436],[1575,447],[1577,459],[1567,473],[1567,486],[1571,490],[1568,505],[1555,512],[1542,518],[1530,515],[1526,504],[1523,492],[1500,488],[1490,490],[1475,490],[1470,484],[1454,482],[1447,489],[1430,492],[1425,484],[1415,480],[1413,462],[1406,458],[1398,451],[1381,446],[1362,444],[1361,429],[1354,422],[1352,403],[1342,399],[1340,390],[1321,387],[1301,383],[1290,383],[1284,388],[1276,373],[1249,383],[1247,373],[1230,373],[1219,365],[1213,360],[1205,356],[1189,346],[1184,338],[1173,337],[1164,341],[1146,342],[1138,345],[1123,334],[1117,319],[1119,305],[1126,300],[1120,293],[1122,281],[1126,274]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/013-dit07.webp"},"id":"01f","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/014-dit08.png"},"title":"Map 5.8: Ooze Grottos","width":1680,"height":1680,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":29,"scale":4},"mapRegions":[{"area":"232","points":[[89,113],[89,240],[307,240],[307,113]]},{"area":"25c","points":[[544,262],[673,262],[673,352],[768,352],[779,363],[779,379],[770,390],[762,405],[762,430],[778,432],[792,431],[804,441],[822,445],[834,446],[839,457],[828,467],[820,465],[804,471],[801,491],[763,501],[737,497],[728,480],[544,480]]},{"area":"237","points":[[268,278],[417,278],[417,333],[470,333],[470,460],[417,460],[417,554],[267,554],[267,462],[214,462],[214,336],[268,336]]},{"area":"23d","points":[[84,592],[379,592],[379,666],[452,666],[452,813],[379,813],[379,885],[84,885]]},{"area":"247","points":[[249,956],[268,960],[292,958],[304,958],[311,950],[330,940],[343,936],[347,945],[358,952],[358,975],[368,995],[376,1003],[383,1015],[398,1015],[410,1019],[420,1022],[433,1025],[450,1045],[455,1064],[452,1079],[462,1094],[470,1105],[456,1119],[452,1130],[447,1136],[422,1131],[402,1142],[402,1150],[406,1161],[398,1169],[394,1179],[380,1181],[365,1183],[361,1195],[347,1199],[338,1210],[326,1216],[312,1220],[313,1231],[301,1240],[289,1244],[285,1252],[259,1246],[252,1239],[238,1244],[229,1261],[200,1255],[192,1258],[177,1241],[174,1217],[177,1201],[174,1186],[158,1176],[159,1157],[165,1138],[180,1123],[195,1115],[204,1109],[207,1090],[203,1072],[214,1052],[214,1026],[204,1019],[192,1019],[181,1030],[168,1025],[153,1003],[153,977],[161,958],[184,950],[187,945],[202,939],[215,947],[222,952],[229,956]]},{"area":"252","points":[[84,1584],[95,1574],[93,1569],[108,1553],[113,1551],[120,1538],[117,1528],[102,1527],[99,1513],[99,1502],[105,1497],[108,1476],[114,1468],[127,1461],[136,1438],[128,1426],[116,1426],[112,1408],[117,1402],[123,1381],[127,1364],[134,1364],[138,1355],[151,1345],[165,1345],[183,1338],[189,1332],[199,1319],[219,1322],[221,1327],[232,1327],[249,1332],[263,1342],[281,1345],[294,1341],[301,1341],[305,1352],[307,1366],[311,1378],[320,1378],[323,1370],[339,1364],[361,1393],[375,1411],[381,1422],[384,1431],[396,1434],[413,1441],[420,1452],[435,1458],[447,1465],[452,1472],[458,1490],[460,1505],[458,1514],[459,1525],[465,1528],[467,1546],[460,1553],[451,1563],[443,1577],[435,1584],[436,1599],[429,1610],[416,1611],[405,1606],[395,1607],[383,1610],[362,1608],[350,1607],[331,1610],[326,1608],[320,1606],[312,1606],[297,1615],[292,1623],[281,1632],[274,1625],[263,1626],[253,1629],[217,1629],[208,1623],[195,1629],[188,1634],[169,1638],[149,1634],[128,1630],[121,1633],[112,1629],[102,1617],[91,1610],[84,1602]]},{"area":"24c","points":[[362,1356],[379,1378],[392,1379],[411,1381],[426,1370],[439,1362],[455,1352],[460,1338],[473,1330],[467,1322],[484,1314],[492,1299],[507,1296],[527,1296],[533,1299],[549,1292],[561,1293],[579,1285],[617,1262],[616,1236],[608,1202],[602,1187],[595,1175],[589,1156],[586,1147],[567,1142],[548,1149],[529,1157],[515,1164],[501,1166],[489,1157],[450,1160],[433,1175],[416,1181],[399,1192],[398,1207],[395,1224],[388,1239],[392,1252],[391,1265],[384,1274],[377,1278],[369,1289],[366,1303],[356,1310],[350,1322],[353,1333],[354,1341]]},{"area":"267","points":[[537,933],[553,922],[557,911],[584,899],[591,891],[614,888],[636,887],[651,883],[657,884],[674,859],[703,849],[710,839],[726,827],[738,823],[782,816],[798,820],[822,824],[831,825],[849,829],[860,835],[877,838],[884,850],[905,861],[920,869],[917,895],[922,902],[920,922],[910,925],[909,939],[909,956],[910,974],[903,981],[892,990],[892,999],[876,1007],[864,1005],[851,1014],[835,1016],[823,1015],[809,1020],[800,1029],[777,1034],[748,1031],[725,1027],[722,1012],[726,1003],[726,986],[714,982],[704,970],[692,978],[681,982],[665,982],[643,980],[628,978],[616,996],[616,1007],[598,1019],[589,1019],[578,1007],[571,997],[548,959],[542,948]]},{"area":"262","points":[[743,809],[779,804],[796,791],[800,780],[817,774],[827,776],[846,778],[846,768],[851,759],[865,757],[883,759],[894,754],[906,759],[907,765],[924,759],[936,753],[947,739],[963,734],[974,726],[985,716],[982,697],[1000,685],[1003,668],[1008,667],[1005,659],[1001,645],[986,643],[970,637],[954,634],[940,634],[931,618],[931,604],[931,598],[969,581],[1049,547],[1042,525],[1022,520],[951,548],[916,547],[906,540],[886,539],[872,532],[868,521],[854,516],[843,506],[822,502],[800,499],[753,510],[741,517],[733,517],[722,517],[714,528],[708,539],[710,548],[699,563],[700,578],[708,596],[719,602],[729,598],[745,602],[760,602],[770,610],[759,614],[768,625],[770,645],[757,651],[747,663],[734,662],[714,667],[702,677],[692,685],[684,675],[676,673],[670,677],[666,683],[654,697],[639,709],[629,707],[619,716],[620,738],[620,750],[624,761],[640,764],[651,764],[657,772],[661,784],[668,794],[674,797],[687,795],[700,798],[717,801],[732,801]]},{"area":"26d","points":[[1019,512],[1046,518],[1056,548],[1074,558],[1086,563],[1087,573],[1079,583],[1072,596],[1076,610],[1102,613],[1121,608],[1138,613],[1149,608],[1150,599],[1161,583],[1166,572],[1183,568],[1188,561],[1188,551],[1193,536],[1207,532],[1221,536],[1237,527],[1237,513],[1243,505],[1251,502],[1294,491],[1301,483],[1308,473],[1312,465],[1315,457],[1334,454],[1345,449],[1354,435],[1368,432],[1379,420],[1386,411],[1392,398],[1406,392],[1414,387],[1425,379],[1422,364],[1432,353],[1429,337],[1429,321],[1426,312],[1417,297],[1409,289],[1399,270],[1394,258],[1375,255],[1361,252],[1345,256],[1330,251],[1330,243],[1311,244],[1300,244],[1293,240],[1286,232],[1270,231],[1253,235],[1238,244],[1237,259],[1237,278],[1233,295],[1229,306],[1215,311],[1210,302],[1199,295],[1188,296],[1183,288],[1181,278],[1168,273],[1166,265],[1149,262],[1131,263],[1123,273],[1110,282],[1105,296],[1093,307],[1091,329],[1098,340],[1089,356],[1093,370],[1104,375],[1114,372],[1131,371],[1146,371],[1161,356],[1169,360],[1162,379],[1166,398],[1162,412],[1154,423],[1140,426],[1131,432],[1128,446],[1117,457],[1110,453],[1114,437],[1105,428],[1094,427],[1082,428],[1074,439],[1065,442],[1057,445],[1044,450],[1035,461],[1025,473],[1026,491],[1022,503]]},{"area":"27a","points":[[1154,673],[1169,660],[1177,655],[1181,647],[1198,641],[1219,645],[1219,667],[1223,677],[1222,690],[1223,703],[1225,715],[1215,731],[1200,735],[1191,748],[1183,760],[1172,761],[1162,757],[1151,764],[1150,772],[1131,768],[1116,763],[1108,759],[1094,757],[1079,752],[1056,744],[1054,734],[1046,726],[1037,722],[1041,689],[1050,682],[1053,668],[1067,660],[1072,656],[1082,655],[1087,655],[1097,656],[1106,648],[1120,643],[1128,648],[1138,659],[1142,671]]},{"area":"273","points":[[1225,664],[1225,643],[1199,638],[1206,626],[1222,622],[1236,618],[1243,611],[1255,595],[1251,584],[1240,570],[1241,542],[1249,524],[1257,517],[1253,509],[1294,499],[1297,506],[1312,506],[1324,506],[1342,506],[1349,513],[1366,518],[1375,538],[1371,547],[1379,562],[1381,574],[1390,587],[1399,596],[1409,593],[1424,600],[1420,618],[1416,630],[1405,638],[1411,655],[1422,660],[1426,673],[1440,681],[1444,704],[1441,715],[1429,723],[1422,734],[1421,746],[1413,752],[1395,761],[1381,772],[1361,776],[1339,772],[1324,761],[1317,745],[1311,772],[1312,787],[1297,794],[1277,798],[1275,786],[1275,768],[1275,752],[1274,731],[1277,715],[1275,709],[1270,703],[1259,703],[1257,696],[1249,688],[1245,688],[1236,677]]},{"area":"27d","points":[[1414,588],[1429,596],[1431,610],[1441,613],[1455,610],[1463,592],[1475,588],[1484,592],[1499,592],[1512,592],[1515,598],[1523,598],[1537,619],[1568,666],[1597,638],[1556,583],[1556,574],[1561,566],[1563,554],[1556,546],[1549,532],[1553,528],[1559,528],[1576,521],[1578,517],[1589,505],[1590,483],[1574,475],[1574,462],[1574,445],[1580,442],[1593,432],[1598,424],[1601,409],[1608,401],[1609,386],[1604,374],[1605,353],[1595,345],[1589,347],[1580,336],[1568,329],[1557,325],[1554,318],[1540,314],[1525,311],[1508,315],[1485,312],[1467,317],[1459,327],[1460,344],[1456,357],[1450,374],[1439,396],[1433,412],[1432,430],[1439,456],[1443,467],[1441,491],[1437,509],[1443,528],[1446,538],[1436,542],[1422,542],[1418,557],[1421,572],[1418,580]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/014-dit08.webp"},"id":"020","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/015-dit09.png"},"title":"Map 5.9: Predator Pools","width":1200,"height":2400,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-14,"offsetY":-25,"scale":4},"mapRegions":[{"area":"289","points":[[201,93],[228,104],[254,123],[270,139],[285,162],[292,191],[292,218],[288,243],[273,267],[261,282],[239,297],[213,310],[181,315],[156,310],[126,297],[102,282],[87,262],[72,232],[71,198],[75,171],[90,146],[102,128],[121,113],[145,104],[171,93],[187,91]]},{"area":"291","points":[[232,367],[209,379],[187,392],[166,409],[146,426],[131,449],[116,472],[104,501],[95,531],[91,562],[94,598],[97,622],[104,655],[116,677],[130,703],[154,724],[179,749],[201,761],[231,776],[243,754],[255,724],[266,692],[278,659],[282,625],[285,583],[285,543],[280,501],[271,464],[259,427],[244,389]]},{"area":"28c","points":[[237,366],[262,357],[297,352],[322,352],[348,355],[379,362],[402,370],[435,390],[460,409],[482,428],[497,454],[516,488],[525,518],[532,543],[536,573],[531,606],[518,640],[508,667],[495,692],[473,718],[458,737],[431,756],[394,776],[363,786],[327,790],[293,791],[258,786],[236,780],[250,760],[262,727],[273,694],[286,659],[293,622],[295,580],[292,542],[289,512],[282,476],[276,443],[263,415],[248,387]]},{"area":"29d","points":[[184,851],[199,858],[216,866],[231,881],[248,907],[255,935],[250,963],[236,993],[218,1015],[198,1025],[173,1029],[154,1029],[134,1023],[106,1014],[89,992],[76,962],[72,936],[78,910],[87,885],[106,865],[128,853],[151,849],[168,849]]},{"area":"2a2","points":[[288,967],[302,937],[321,910],[338,892],[360,877],[387,862],[434,851],[450,849],[479,849],[501,853],[532,868],[561,883],[593,910],[615,943],[629,967],[637,1007],[640,1049],[633,1091],[613,1127],[588,1158],[566,1181],[535,1195],[497,1211],[461,1214],[434,1213],[402,1205],[368,1190],[341,1172],[310,1138],[296,1115],[284,1086],[278,1063],[276,1033],[276,1003],[280,986]]},{"area":"2a8","points":[[186,1126],[214,1130],[236,1138],[255,1146],[273,1160],[289,1179],[303,1201],[310,1232],[312,1263],[306,1288],[297,1317],[280,1337],[256,1356],[236,1368],[205,1378],[172,1379],[143,1374],[112,1362],[91,1344],[78,1323],[67,1302],[57,1267],[57,1237],[59,1213],[75,1188],[90,1168],[104,1153],[123,1141],[149,1131],[168,1126]]},{"area":"2b4","points":[[201,1501],[231,1508],[248,1520],[265,1542],[281,1563],[288,1595],[288,1629],[273,1660],[252,1682],[222,1701],[179,1708],[142,1698],[109,1675],[87,1652],[79,1619],[80,1581],[91,1557],[106,1529],[130,1512],[156,1499],[176,1498]]},{"area":"2ba","points":[[127,1700],[142,1707],[157,1711],[176,1716],[194,1715],[216,1709],[239,1701],[239,1906],[247,1906],[258,1903],[266,1898],[288,1902],[297,1915],[306,1929],[317,1937],[340,1940],[359,1960],[352,1971],[345,1985],[345,1992],[340,2004],[326,2010],[318,2005],[300,2005],[285,1997],[263,1990],[251,1980],[239,1975],[228,1984],[216,1990],[201,1984],[199,1971],[186,1973],[171,1973],[157,1971],[149,1966],[139,1963],[130,1955],[127,1944]]},{"area":"2dd","points":[[473,2083],[477,2068],[506,2053],[517,2059],[547,2061],[563,2061],[569,2056],[576,2038],[591,2034],[610,2033],[618,2031],[621,2012],[622,1996],[618,1985],[619,1969],[615,1960],[622,1952],[634,1951],[647,1952],[658,1952],[666,1939],[675,1926],[697,1921],[708,1917],[720,1903],[739,1898],[757,1902],[748,1929],[734,1937],[737,1955],[730,1965],[715,1981],[715,2000],[709,2014],[715,2029],[715,2168],[704,2177],[697,2183],[674,2177],[660,2175],[647,2173],[633,2177],[625,2180],[623,2190],[611,2192],[603,2190],[600,2186],[585,2187],[570,2180],[536,2191],[524,2198],[506,2210],[482,2205],[472,2195],[464,2175],[457,2162],[446,2153],[437,2135],[439,2120],[454,2101],[467,2097]]},{"area":"2d3","points":[[719,2030],[719,2169],[814,2265],[945,2265],[1045,2165],[1045,2038],[941,1935],[814,1935]]},{"area":"2be","points":[[347,1622],[604,1622],[604,1933],[591,1948],[580,1951],[573,1963],[569,1975],[572,1984],[558,1990],[536,1989],[531,1986],[517,1989],[510,2004],[491,2001],[480,2005],[461,2007],[457,1999],[446,1986],[441,1974],[438,1966],[424,1958],[422,1943],[415,1937],[407,1937],[368,1952],[351,1932],[362,1922],[347,1914]]},{"area":"2cc","points":[[682,1553],[705,1525],[720,1538],[734,1529],[756,1520],[769,1516],[787,1512],[787,1491],[823,1491],[823,1509],[844,1516],[859,1521],[885,1532],[896,1542],[906,1529],[932,1551],[921,1566],[930,1584],[943,1604],[952,1634],[951,1662],[952,1683],[944,1709],[932,1737],[922,1750],[900,1767],[877,1787],[857,1794],[831,1802],[825,1802],[825,1823],[784,1823],[784,1804],[763,1797],[738,1786],[718,1771],[700,1759],[690,1772],[663,1746],[678,1730],[668,1708],[663,1678],[640,1678],[640,1637],[658,1637],[664,1613],[675,1587],[693,1562]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/015-dit09.webp"},"id":"021","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/016-dit10.png"},"title":"Map 5.10: Golem Laboratories","width":1680,"height":1680,"imageType":"map","grid":{"type":"square","size":74,"offsetX":5,"offsetY":-29,"scale":4},"mapRegions":[{"area":"2f6","points":[[152,589],[152,770],[239,770],[239,589]]},{"area":"2f0","points":[[300,604],[300,772],[554,772],[554,604]]},{"area":"2eb","points":[[259,161],[259,544],[648,544],[648,161]]},{"area":"306","points":[[628,678],[818,484],[970,635],[762,843],[633,714]]},{"area":"375","points":[[886,33],[886,213],[1215,213],[1215,33]]},{"area":"2fe","points":[[826,393],[962,258],[1029,325],[1040,318],[1044,310],[1031,303],[1036,292],[1034,286],[1048,279],[1070,290],[1078,311],[1089,325],[1104,332],[1118,324],[1124,324],[1123,311],[1138,307],[1141,320],[1145,335],[1145,347],[1137,351],[1133,361],[1119,369],[1115,383],[1115,393],[1108,404],[1137,433],[981,589],[858,466],[825,470],[813,463],[802,470],[776,475],[767,471],[747,478],[736,482],[726,469],[732,452],[729,445],[731,429],[751,419],[754,411],[765,407],[785,421],[791,415],[787,404],[791,392],[807,387]]},{"area":"37b","points":[[1181,311],[1393,100],[1527,234],[1317,443]]},{"area":"30c","points":[[936,719],[1149,505],[1308,664],[1096,876]]},{"area":"32a","points":[[1246,870],[1408,709],[1590,891],[1431,1049]]},{"area":"333","points":[[1311,943],[1353,985],[1352,1000],[1352,1010],[1345,1020],[1330,1023],[1330,1034],[1335,1038],[1347,1033],[1360,1036],[1365,1046],[1376,1055],[1376,1066],[1364,1071],[1360,1082],[1369,1086],[1382,1083],[1399,1085],[1408,1089],[1415,1112],[1390,1145],[1373,1157],[1364,1152],[1345,1149],[1339,1152],[1321,1142],[1323,1130],[1327,1120],[1316,1111],[1301,1101],[1297,1096],[1276,1094],[1275,1079],[1275,1067],[1272,1059],[1271,1038],[1275,1030],[1287,1029],[1291,1014],[1282,1005],[1275,992],[1287,988],[1295,973],[1319,974],[1316,966],[1308,959],[1304,954]]},{"area":"338","points":[[1219,1321],[1447,1093],[1576,1221],[1347,1449]]},{"area":"314","points":[[581,1086],[740,928],[858,1045],[702,1201]]},{"area":"320","points":[[885,1005],[1038,852],[1271,1085],[1119,1236]]},{"area":"31b","points":[[759,1288],[897,1150],[1097,1350],[958,1489]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/016-dit10.webp"},"id":"022","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/018-dit11.png"},"title":"Map 5.11: Temples of Extraction","width":1680,"height":2190,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-12,"offsetY":10,"scale":4},"mapRegions":[{"area":"375","points":[[444,652],[444,832],[772,832],[772,652]]},{"area":"360","points":[[497,154],[497,300],[941,300],[941,154]]},{"area":"352","points":[[187,247],[187,670],[332,670],[332,247]]},{"area":"358","points":[[430,397],[430,540],[862,540],[862,397]]},{"area":"366","points":[[937,476],[1030,321],[1216,321],[1307,479],[1220,632],[1026,632]]},{"area":"36d","points":[[1105,671],[1105,853],[1287,853],[1287,671]]},{"area":"37b","points":[[738,930],[949,719],[1083,853],[874,1061]]},{"area":"383","points":[[1010,1171],[1228,952],[1327,1050],[1108,1269]]},{"area":"38c","points":[[1250,1243],[1273,1220],[1272,1202],[1268,1183],[1269,1168],[1284,1166],[1291,1177],[1303,1187],[1311,1192],[1320,1218],[1324,1235],[1322,1246],[1313,1258],[1311,1267],[1313,1282],[1309,1306],[1316,1326],[1329,1338],[1342,1342],[1354,1340],[1366,1340],[1370,1349],[1395,1366],[1398,1381],[1398,1393],[1388,1396],[1383,1405],[1367,1413],[1362,1426],[1374,1434],[1387,1432],[1388,1443],[1396,1453],[1406,1467],[1418,1468],[1425,1475],[1421,1494],[1417,1513],[1403,1517],[1402,1535],[1393,1554],[1380,1554],[1370,1559],[1366,1570],[1373,1585],[1378,1604],[1383,1614],[1378,1633],[1378,1653],[1378,1666],[1370,1681],[1352,1683],[1339,1674],[1325,1668],[1311,1673],[1291,1668],[1270,1673],[1258,1683],[1253,1694],[1257,1707],[1251,1716],[1231,1714],[1225,1707],[1216,1708],[1198,1720],[1175,1744],[1164,1754],[1142,1759],[1123,1746],[1123,1726],[1102,1716],[1087,1719],[1071,1704],[1060,1692],[1066,1681],[1070,1664],[1068,1643],[1077,1629],[1090,1617],[1109,1611],[1120,1603],[1128,1584],[1154,1570],[1168,1568],[1182,1568],[1191,1544],[1208,1532],[1209,1514],[1201,1495],[1195,1480],[1194,1465],[1197,1449],[1214,1438],[1206,1422],[1202,1407],[1182,1412],[1160,1412],[1149,1401],[1139,1387],[1128,1371],[1117,1356],[1122,1326],[1126,1303],[1145,1284],[1167,1274],[1178,1258],[1176,1248],[1187,1243],[1189,1232],[1199,1228],[1213,1226],[1220,1232],[1227,1244],[1238,1244]]},{"area":"391","points":[[1105,1932],[1266,1771],[1266,1760],[1270,1745],[1279,1735],[1291,1734],[1307,1738],[1314,1729],[1322,1716],[1346,1718],[1369,1720],[1376,1723],[1383,1716],[1388,1703],[1398,1698],[1400,1708],[1408,1718],[1417,1733],[1417,1748],[1419,1763],[1422,1780],[1422,1790],[1440,1798],[1448,1809],[1455,1819],[1460,1836],[1452,1854],[1455,1880],[1456,1899],[1458,1915],[1451,1929],[1440,1940],[1423,1933],[1425,1924],[1413,1913],[1400,1906],[1383,1907],[1374,1921],[1358,1928],[1346,1921],[1329,1913],[1206,2035]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/018-dit11.webp"},"id":"023","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/020-dit12.jpg"},"title":"Map 5.12: The Phylactery Vault—Floor 1 & Floor 2","width":2334,"height":3000,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-25,"offsetY":5}},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/021-dit13.jpg"},"title":"Map 5.13: The Phylactery Vault—Floor 3 & Floor 4","width":2334,"height":3000,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-23,"offsetY":5}}]}]},"TftYP-AtG":{"id":"TftYP-AtG","source":"TftYP-AtG","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Against the Giants","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/001-atg01.webp"},"title":"Map 6.1: Hill Giant Stronghold—Upper Level","width":2280,"height":3000,"imageType":"map","grid":{"type":"square","size":58,"offsetX":-20,"offsetY":-9,"distance":10},"id":"21e","mapRegions":[{"area":"065","points":[[449,396],[449,730],[897,730],[897,396]]},{"area":"06d","points":[[1264,397],[1264,733],[1654,733],[1654,397]]},{"area":"06c","points":[[1673,394],[1673,729],[2011,729],[2011,394]]},{"area":"063","points":[[610,1201],[610,750],[451,750],[451,981],[220,981],[220,1201]]},{"area":"064","points":[[337,1220],[337,1429],[549,1429],[549,1220]]},{"area":"062","points":[[220,1447],[220,1663],[546,1663],[546,1447]]},{"area":"05e","points":[[217,1681],[217,2127],[371,2127],[371,1681]]},{"area":"05f","points":[[447,1677],[447,2127],[607,2127],[607,1677]]},{"area":"05b","points":[[217,2200],[217,2361],[666,2361],[666,2200]]},{"area":"058","points":[[740,2143],[740,2366],[901,2366],[901,2143]]},{"area":"035","points":[[683,2383],[683,2706],[1369,2706],[1369,2383]]},{"area":"03b","points":[[1146,2144],[1146,2364],[1307,2364],[1307,2144]]},{"area":"03f","points":[[1380,2146],[1380,2367],[1714,2367],[1714,2146]]},{"area":"048","points":[[1730,2146],[1730,2369],[2010,2369],[2010,2146]]},{"area":"045","points":[[1731,2127],[1731,1561],[2006,1561],[2006,2127]]},{"area":"057","points":[[683,1910],[683,2120],[897,2120],[897,1910]]},{"area":"03e","points":[[1206,1911],[1206,2071],[1657,2071],[1657,1911]]},{"area":"053","points":[[681,1449],[1367,1449],[1367,1893],[1134,1893],[1134,2364],[911,2364],[911,1893],[681,1893]]},{"area":"042","points":[[1383,1676],[1383,1893],[1657,1893],[1657,1676]]},{"area":"04c","points":[[1383,1329],[1383,1546],[1600,1546],[1600,1329]]},{"area":"066","points":[[740,747],[740,1080],[900,1080],[900,747]]},{"area":"067","points":[[740,1099],[897,1099],[897,1433],[681,1433],[681,1333],[740,1333]]},{"area":"052","points":[[914,1210],[914,1433],[1016,1433],[1016,1210]]},{"area":"04f","points":[[1031,1210],[1031,1431],[1363,1431],[1363,1210]]},{"area":"04b","points":[[1730,1209],[1730,1549],[2009,1549],[2009,1209]]},{"area":"06a","points":[[914,394],[1253,394],[1253,750],[1596,750],[1596,980],[2007,980],[2007,1199],[914,1199]]},{"area":"06b","points":[[1614,740],[1614,963],[2006,963],[2006,740]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/001-atg01.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/002-atg01-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":31,"offsetY":45,"distance":10},"mapParent":{"id":"21e","autoScale":true},"width":2625,"height":3500},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/003-atg02.webp"},"title":"Map 6.2: Hill Giant Stronghold—Dungeon Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-8,"offsetY":5,"distance":10},"id":"21f","mapRegions":[{"area":"0a9","points":[[1527,483],[1479,474],[1450,460],[1433,436],[1419,399],[1414,366],[1413,326],[1430,297],[1453,273],[1487,250],[1513,244],[1550,244],[1577,249],[1603,266],[1630,290],[1646,317],[1651,349],[1646,389],[1636,420],[1613,451],[1589,467],[1557,477]]},{"area":"0ad","points":[[1076,527],[1076,801],[1243,801],[1243,527]]},{"area":"0ae","points":[[963,296],[963,469],[1071,469],[1071,296]]},{"area":"0b1","points":[[683,289],[703,276],[707,260],[727,254],[754,251],[744,274],[750,289],[763,266],[777,253],[793,254],[781,266],[781,286],[800,281],[794,270],[799,254],[786,236],[806,237],[833,233],[837,241],[819,254],[827,269],[846,269],[836,284],[850,290],[867,281],[881,270],[884,284],[883,297],[901,297],[901,691],[847,750],[793,750],[683,638]]},{"area":"0b2","points":[[226,299],[240,290],[241,274],[297,273],[313,254],[327,249],[329,269],[327,286],[344,284],[341,264],[363,253],[377,250],[379,261],[387,263],[380,280],[396,287],[399,271],[413,263],[416,249],[423,241],[431,247],[424,267],[433,286],[437,280],[457,289],[460,283],[444,263],[457,260],[471,260],[486,271],[489,256],[503,257],[514,270],[526,263],[544,267],[529,281],[546,289],[566,301],[398,469]]},{"area":"0b3","points":[[170,467],[221,467],[395,641],[395,866],[170,866]]},{"area":"0bc","points":[[734,923],[734,1031],[900,1031],[900,923]]},{"area":"0b6","points":[[114,924],[114,1199],[560,1199],[560,924]]},{"area":"0b7","points":[[114,1261],[114,1486],[394,1486],[394,1261]]},{"area":"0b8","points":[[407,1377],[407,1484],[620,1484],[620,1377]]},{"area":"0bb","points":[[511,1204],[511,1249],[680,1249],[680,1204]]},{"area":"07c","points":[[679,1160],[679,1540],[1066,1540],[1066,1160]]},{"area":"080","points":[[1080,1486],[1080,1374],[1358,1374],[1358,1486],[1303,1486],[1303,1435],[1297,1435],[1297,1486],[1246,1486],[1246,1432],[1241,1432],[1241,1486],[1194,1486],[1194,1435],[1188,1435],[1188,1486],[1135,1486],[1135,1430],[1128,1430],[1128,1486]]},{"area":"07d","points":[[1133,979],[1248,979],[1248,1201],[1078,1201],[1078,1094],[1133,1094]]},{"area":"088","points":[[904,1557],[904,1770],[1072,1770],[1072,1557]]},{"area":"089","points":[[1132,1546],[1132,1643],[1243,1643],[1243,1546]]},{"area":"08a","points":[[1134,1726],[1134,1825],[1244,1825],[1244,1726]]},{"area":"08b","points":[[1305,1546],[1305,1826],[1413,1826],[1413,1546]]},{"area":"093","points":[[171,1546],[171,1655],[510,1655],[510,1546]]},{"area":"184","points":[[566,1599],[566,1774],[677,1774],[677,1599]]},{"area":"095","points":[[677,1941],[677,1831],[564,1831],[564,1941]]},{"area":"096","points":[[170,1881],[283,1881],[341,1939],[341,2110],[285,2166],[172,2166],[116,2110],[116,1939]]},{"area":"08e","points":[[618,2280],[737,2280],[737,2057],[679,2057],[679,2109],[618,2109]]},{"area":"08f","points":[[794,2114],[794,2281],[961,2281],[961,2114],[902,2114],[902,2062],[849,2062],[849,2114]]},{"area":"090","points":[[1019,2114],[1019,2281],[1129,2281],[1129,2114],[1074,2114],[1074,2063],[1019,2063]]},{"area":"08c","points":[[904,1825],[904,1936],[1075,1936],[1075,1825]]},{"area":"09c","points":[[1019,2449],[1285,2183],[1313,2211],[1073,2449]]},{"area":"09d","points":[[677,2451],[677,2618],[1070,2618],[1070,2451]]},{"area":"0a0","points":[[1132,2448],[1246,2505],[1246,2960],[1222,2949],[1202,2948],[1182,2941],[1170,2939],[1160,2956],[1132,2958]]},{"area":"099","points":[[171,2283],[282,2283],[282,2508],[452,2508],[452,2622],[171,2622]]},{"area":"0aa","points":[[1886,490],[1918,491],[1946,499],[1962,509],[1961,538],[1947,573],[1928,603],[1923,615],[1931,652],[1922,679],[1911,702],[1908,725],[1935,733],[1950,765],[1961,772],[1964,795],[1961,815],[1959,844],[1942,868],[1924,877],[1925,891],[1937,890],[1937,914],[1954,918],[1966,928],[1969,950],[1958,965],[1951,974],[1944,990],[1917,1002],[1905,1010],[1895,1029],[1910,1036],[1929,1043],[1939,1052],[1931,1063],[1932,1083],[1945,1077],[1961,1083],[1977,1086],[1984,1094],[1990,1091],[2003,1095],[1997,1114],[1989,1136],[1968,1148],[1943,1148],[1932,1139],[1922,1139],[1921,1129],[1910,1121],[1892,1122],[1889,1134],[1888,1150],[1869,1147],[1872,1129],[1855,1129],[1831,1135],[1834,1117],[1825,1119],[1815,1104],[1817,1084],[1810,1058],[1799,1076],[1777,1075],[1771,1083],[1751,1078],[1729,1078],[1716,1096],[1705,1118],[1694,1117],[1680,1120],[1678,1106],[1680,1092],[1689,1074],[1686,1064],[1702,1054],[1711,1038],[1731,1023],[1729,1003],[1725,985],[1720,963],[1702,971],[1685,970],[1674,975],[1664,944],[1664,910],[1651,911],[1655,891],[1659,870],[1674,848],[1668,837],[1654,830],[1658,816],[1658,802],[1671,787],[1680,762],[1680,739],[1695,735],[1703,701],[1694,686],[1696,670],[1685,669],[1672,655],[1676,645],[1682,628],[1669,624],[1669,615],[1681,612],[1691,588],[1707,589],[1719,594],[1739,569],[1742,547],[1737,539],[1726,497],[1709,490],[1693,481],[1690,465],[1681,452],[1685,443],[1703,428],[1707,418],[1706,405],[1719,391],[1714,382],[1719,368],[1715,363],[1702,359],[1710,337],[1707,333],[1693,332],[1683,309],[1667,291],[1675,279],[1684,256],[1696,253],[1711,256],[1728,254],[1745,277],[1758,284],[1765,235],[1782,228],[1795,227],[1810,237],[1823,246],[1822,265],[1817,279],[1823,296],[1822,308],[1813,332],[1803,374],[1830,383],[1828,401],[1824,424],[1842,435],[1862,448],[1866,459],[1848,471],[1839,482],[1834,498],[1808,518],[1794,535],[1796,551],[1815,539],[1836,536],[1865,521],[1881,497]]},{"area":"0aa","points":[[1886,489],[1917,490],[1954,502],[1950,489],[1979,477],[1983,462],[1982,455],[1982,440],[1976,422],[1978,409],[1972,395],[1978,382],[1974,376],[1979,361],[1981,350],[1987,336],[2002,343],[2045,330],[2059,309],[2046,293],[2056,282],[2053,269],[2037,269],[2032,259],[2048,248],[2025,236],[2021,225],[2043,215],[2042,201],[2027,195],[2011,184],[2014,165],[1995,157],[1973,152],[1944,161],[1922,175],[1910,200],[1907,227],[1914,240],[1920,251],[1911,265],[1904,283],[1917,296],[1926,324],[1921,342],[1893,352],[1893,371],[1898,378],[1904,391],[1889,400],[1895,413],[1890,437],[1892,451],[1903,442],[1903,462],[1895,472]]},{"area":"0a8","points":[[1572,1594],[1549,1578],[1558,1558],[1558,1547],[1547,1547],[1543,1531],[1539,1514],[1515,1525],[1499,1518],[1492,1505],[1496,1489],[1511,1484],[1545,1476],[1562,1464],[1565,1450],[1564,1434],[1547,1423],[1525,1415],[1525,1401],[1541,1389],[1560,1383],[1565,1371],[1543,1356],[1543,1337],[1529,1334],[1522,1341],[1514,1346],[1493,1347],[1492,1334],[1493,1309],[1504,1302],[1510,1281],[1531,1275],[1546,1265],[1574,1264],[1575,1254],[1561,1245],[1559,1238],[1576,1236],[1592,1218],[1589,1209],[1565,1204],[1569,1190],[1586,1190],[1600,1195],[1600,1187],[1617,1192],[1625,1201],[1635,1210],[1646,1218],[1653,1234],[1669,1241],[1682,1237],[1679,1202],[1693,1196],[1692,1178],[1698,1161],[1717,1155],[1729,1158],[1729,1173],[1729,1185],[1735,1194],[1746,1201],[1732,1219],[1723,1240],[1715,1259],[1706,1291],[1710,1305],[1707,1318],[1691,1332],[1683,1358],[1686,1384],[1699,1387],[1722,1395],[1743,1409],[1755,1415],[1763,1408],[1760,1396],[1749,1378],[1743,1371],[1751,1357],[1763,1351],[1776,1355],[1783,1348],[1781,1338],[1790,1331],[1794,1325],[1787,1314],[1803,1307],[1818,1309],[1828,1315],[1841,1324],[1851,1318],[1862,1320],[1878,1323],[1890,1302],[1904,1296],[1912,1304],[1925,1297],[1932,1285],[1938,1271],[1960,1269],[1978,1265],[1997,1268],[1998,1285],[1999,1304],[1979,1315],[1986,1335],[1991,1346],[2002,1351],[2002,1373],[1990,1388],[1987,1404],[1966,1417],[1943,1427],[1942,1444],[1939,1459],[1917,1507],[1903,1526],[1881,1525],[1878,1514],[1854,1523],[1845,1541],[1811,1539],[1788,1517],[1783,1492],[1763,1472],[1747,1465],[1719,1476],[1699,1468],[1683,1461],[1657,1454],[1653,1472],[1639,1478],[1638,1491],[1622,1505],[1621,1524],[1600,1535],[1592,1543],[1597,1556],[1598,1569],[1595,1584],[1583,1590]]},{"area":"0a1","points":[[1269,2438],[1281,2446],[1299,2432],[1316,2441],[1325,2453],[1335,2442],[1346,2445],[1364,2454],[1379,2456],[1375,2471],[1373,2482],[1389,2474],[1397,2479],[1415,2476],[1422,2488],[1441,2504],[1441,2517],[1444,2531],[1455,2525],[1455,2516],[1465,2503],[1472,2485],[1483,2483],[1485,2501],[1491,2511],[1519,2498],[1516,2484],[1522,2476],[1532,2481],[1550,2486],[1561,2475],[1579,2463],[1584,2453],[1629,2430],[1649,2425],[1669,2416],[1666,2408],[1690,2399],[1688,2374],[1682,2365],[1698,2358],[1703,2348],[1686,2332],[1691,2318],[1709,2315],[1712,2324],[1728,2328],[1742,2324],[1738,2306],[1739,2285],[1728,2277],[1721,2263],[1708,2264],[1706,2253],[1690,2259],[1679,2256],[1666,2261],[1659,2237],[1641,2250],[1627,2249],[1622,2264],[1602,2271],[1589,2281],[1578,2257],[1575,2239],[1566,2227],[1552,2224],[1552,2209],[1557,2198],[1571,2201],[1583,2192],[1591,2199],[1599,2205],[1604,2214],[1617,2212],[1622,2198],[1631,2195],[1641,2185],[1657,2191],[1665,2185],[1677,2185],[1690,2190],[1688,2174],[1706,2173],[1708,2184],[1722,2196],[1737,2195],[1749,2176],[1748,2156],[1783,2151],[1808,2147],[1825,2150],[1830,2164],[1852,2168],[1856,2176],[1863,2185],[1864,2208],[1879,2213],[1890,2198],[1890,2179],[1926,2184],[1945,2206],[1959,2218],[1937,2229],[1939,2244],[1958,2255],[1972,2278],[1984,2289],[1969,2309],[1985,2322],[1987,2336],[1972,2350],[1975,2376],[1962,2390],[1938,2390],[1926,2397],[1935,2405],[1961,2412],[1978,2395],[1998,2387],[2012,2389],[2024,2371],[2037,2372],[2054,2373],[2049,2360],[2050,2349],[2048,2329],[2043,2320],[2055,2305],[2058,2279],[2074,2277],[2089,2282],[2084,2303],[2085,2319],[2090,2335],[2086,2350],[2104,2364],[2101,2381],[2094,2387],[2110,2421],[2107,2438],[2114,2455],[2122,2470],[2126,2481],[2121,2497],[2094,2498],[2092,2503],[2109,2509],[2117,2525],[2129,2555],[2123,2569],[2108,2585],[2107,2614],[2093,2611],[2095,2635],[2095,2642],[2074,2646],[2072,2622],[2071,2615],[2054,2612],[2053,2596],[2048,2585],[2031,2583],[2024,2574],[2025,2550],[2027,2537],[2038,2534],[2052,2534],[2057,2539],[2056,2521],[2048,2494],[2031,2491],[2011,2499],[2001,2499],[1986,2508],[1968,2502],[1957,2483],[1947,2489],[1941,2476],[1941,2455],[1917,2462],[1920,2474],[1923,2491],[1918,2499],[1926,2510],[1930,2522],[1947,2530],[1951,2542],[1965,2546],[1978,2561],[1986,2572],[1986,2591],[1999,2609],[1988,2622],[1961,2613],[1949,2632],[1928,2640],[1919,2621],[1899,2622],[1898,2606],[1914,2587],[1877,2583],[1881,2563],[1863,2565],[1852,2546],[1831,2537],[1829,2511],[1843,2504],[1848,2477],[1832,2486],[1822,2485],[1817,2481],[1810,2484],[1814,2501],[1813,2507],[1790,2506],[1782,2522],[1774,2532],[1778,2537],[1776,2544],[1784,2559],[1796,2570],[1816,2569],[1827,2589],[1834,2609],[1837,2626],[1827,2630],[1830,2656],[1822,2663],[1799,2654],[1787,2637],[1774,2644],[1764,2632],[1756,2644],[1734,2643],[1736,2632],[1715,2621],[1710,2640],[1709,2649],[1691,2652],[1682,2623],[1670,2635],[1658,2621],[1636,2626],[1623,2625],[1610,2622],[1601,2622],[1597,2642],[1584,2648],[1576,2635],[1563,2638],[1550,2619],[1537,2616],[1517,2627],[1504,2643],[1482,2648],[1455,2642],[1430,2629],[1414,2616],[1405,2625],[1394,2616],[1396,2596],[1382,2595],[1366,2611],[1366,2589],[1356,2592],[1358,2568],[1342,2566],[1350,2537],[1341,2538],[1333,2547],[1325,2545],[1316,2536],[1312,2528],[1323,2516],[1319,2502],[1324,2485],[1315,2486],[1299,2496],[1284,2485],[1284,2472],[1272,2476],[1257,2469],[1262,2450]]},{"area":"0a5","points":[[1787,1526],[1809,1547],[1839,1546],[1816,1575],[1797,1573],[1792,1588],[1777,1596],[1773,1613],[1774,1623],[1796,1609],[1817,1602],[1829,1610],[1846,1614],[1867,1604],[1868,1591],[1885,1575],[1890,1566],[1880,1557],[1881,1546],[1901,1538],[1931,1494],[1942,1468],[1954,1466],[1968,1449],[1982,1429],[2010,1419],[2030,1410],[2032,1387],[2057,1364],[2078,1366],[2085,1383],[2106,1394],[2101,1409],[2107,1427],[2110,1435],[2090,1444],[2080,1446],[2085,1455],[2109,1466],[2109,1481],[2097,1485],[2110,1515],[2119,1537],[2103,1558],[2107,1581],[2112,1596],[2085,1591],[2082,1583],[2064,1577],[2049,1559],[2043,1544],[2026,1546],[2016,1560],[2035,1576],[2040,1586],[2030,1599],[2038,1610],[2052,1602],[2066,1612],[2074,1618],[2091,1618],[2093,1630],[2105,1632],[2118,1648],[2099,1655],[2089,1653],[2084,1669],[2094,1689],[2106,1702],[2101,1716],[2084,1719],[2076,1724],[2081,1736],[2089,1742],[2098,1746],[2111,1752],[2111,1764],[2096,1765],[2091,1771],[2093,1781],[2086,1789],[2079,1794],[2074,1814],[2067,1834],[2054,1838],[2040,1821],[2031,1803],[2044,1802],[2039,1787],[2042,1777],[2028,1760],[2031,1742],[2042,1733],[2050,1725],[2046,1717],[2029,1719],[2024,1719],[2028,1690],[2022,1663],[2006,1655],[1992,1664],[1990,1678],[2003,1685],[2008,1706],[1995,1711],[1981,1708],[1974,1703],[1960,1691],[1958,1682],[1944,1689],[1928,1688],[1915,1696],[1916,1712],[1923,1724],[1933,1724],[1937,1716],[1950,1715],[1962,1723],[1977,1738],[2004,1754],[2011,1771],[2006,1786],[2005,1798],[2000,1810],[1994,1821],[1974,1822],[1964,1835],[1971,1853],[1973,1874],[1987,1888],[2005,1896],[2003,1911],[1997,1934],[1977,1944],[1984,1957],[1956,1956],[1949,1972],[1926,1970],[1917,1985],[1901,1988],[1896,2001],[1916,2006],[1928,2019],[1948,2034],[1956,2058],[1961,2075],[1959,2093],[1965,2101],[1952,2119],[1968,2142],[1971,2174],[1965,2181],[1971,2196],[1962,2210],[1931,2181],[1895,2173],[1904,2158],[1914,2145],[1908,2130],[1905,2103],[1899,2091],[1884,2077],[1880,2049],[1868,2048],[1867,2031],[1852,2029],[1843,2015],[1857,2000],[1851,1982],[1858,1965],[1865,1937],[1886,1923],[1897,1922],[1899,1909],[1894,1886],[1876,1883],[1866,1874],[1844,1874],[1836,1863],[1814,1874],[1800,1879],[1790,1899],[1785,1917],[1772,1931],[1758,1936],[1762,1952],[1750,1961],[1743,1975],[1720,1977],[1723,1990],[1736,1998],[1731,2016],[1710,2026],[1721,2042],[1730,2061],[1750,2057],[1766,2067],[1781,2077],[1794,2088],[1789,2097],[1798,2108],[1789,2120],[1803,2135],[1744,2149],[1723,2145],[1716,2146],[1711,2120],[1705,2123],[1701,2103],[1681,2109],[1684,2092],[1664,2077],[1669,2059],[1662,2049],[1678,1990],[1668,1977],[1659,1969],[1665,1944],[1674,1936],[1668,1918],[1670,1895],[1661,1889],[1645,1897],[1631,1899],[1621,1885],[1626,1861],[1645,1849],[1637,1830],[1659,1835],[1657,1811],[1682,1803],[1690,1794],[1678,1777],[1677,1750],[1694,1722],[1677,1714],[1664,1694],[1635,1657],[1663,1637],[1665,1615],[1662,1596],[1690,1592],[1697,1582],[1684,1563],[1686,1523],[1704,1507],[1710,1502],[1734,1498],[1745,1515],[1761,1522],[1765,1520]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/003-atg02.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/005-atg02-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":-39,"offsetY":-19,"distance":10},"mapParent":{"id":"21f","autoScale":true},"width":2252,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/007-atg03.webp"},"title":"Map 6.3: Frost Giant Stronghold—Upper Level","width":2284,"height":3000,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-21,"offsetY":19,"distance":10},"id":"220","mapRegions":[{"area":"0f0","points":[[239,574],[263,551],[263,537],[282,533],[278,522],[286,518],[290,507],[293,493],[303,489],[304,477],[304,468],[321,459],[337,457],[346,468],[357,461],[374,464],[376,472],[396,476],[409,464],[431,449],[442,452],[450,457],[439,507],[436,517],[444,534],[454,548],[467,569],[469,586],[483,596],[497,603],[451,684],[437,685],[430,668],[421,665],[417,657],[405,657],[395,650],[384,641],[373,639],[361,642],[362,657],[351,659],[345,653],[326,641],[316,611],[296,611],[288,615],[293,631],[285,632],[275,625],[261,619],[254,604],[243,601],[243,590]]},{"area":"0ef","points":[[558,536],[587,490],[601,491],[617,497],[635,491],[652,488],[655,494],[662,492],[671,479],[681,480],[693,486],[693,477],[705,467],[728,467],[732,477],[747,475],[746,456],[756,448],[781,445],[788,455],[797,461],[808,471],[819,475],[832,480],[823,490],[822,498],[838,497],[844,521],[836,526],[836,536],[841,549],[818,568],[794,592],[788,603],[775,609],[783,629],[704,655],[692,648],[685,631],[677,627],[665,630],[652,642],[614,641],[608,637],[596,630],[587,630],[573,611],[586,594],[590,588],[585,572],[573,556]]},{"area":"0f1","points":[[263,716],[270,712],[274,704],[283,703],[293,699],[291,686],[301,683],[308,688],[313,697],[323,695],[333,702],[342,698],[353,701],[357,708],[369,715],[374,730],[394,736],[404,727],[416,730],[422,744],[438,750],[450,754],[448,763],[447,774],[460,790],[477,793],[494,803],[503,820],[516,840],[528,870],[530,904],[524,936],[512,964],[501,976],[478,968],[470,983],[472,998],[459,1004],[458,1017],[447,1023],[446,1012],[423,1012],[423,1003],[423,994],[430,985],[424,977],[410,976],[403,968],[385,966],[377,958],[365,951],[354,950],[349,941],[337,936],[331,938],[326,957],[317,970],[303,976],[291,971],[294,964],[298,957],[304,943],[303,933],[289,932],[280,943],[269,942],[263,944],[264,955],[255,960],[249,968],[230,960],[220,953],[224,940],[232,926],[235,917],[228,916],[226,894],[230,884],[247,884],[254,889],[249,870],[260,861],[275,848],[277,836],[269,823],[257,817],[247,820],[235,817],[231,810],[243,799],[247,785],[234,777],[239,764],[226,751],[228,743],[235,743],[235,728],[235,711],[246,703],[254,698],[256,707]]},{"area":"0f2","points":[[311,1033],[314,1040],[326,1036],[335,1028],[343,1029],[349,1043],[357,1041],[359,1030],[373,1030],[384,1027],[389,1029],[394,1037],[401,1043],[404,1055],[419,1056],[426,1047],[437,1052],[443,1058],[451,1050],[463,1055],[472,1050],[482,1048],[496,1035],[507,1025],[570,1044],[570,1053],[558,1069],[545,1083],[536,1099],[527,1114],[522,1130],[501,1132],[486,1133],[476,1140],[454,1150],[441,1144],[430,1160],[413,1163],[404,1161],[399,1182],[390,1181],[376,1178],[364,1180],[356,1176],[341,1174],[327,1177],[323,1185],[321,1195],[304,1194],[303,1182],[278,1183],[276,1173],[270,1169],[273,1157],[271,1148],[278,1140],[275,1133],[278,1119],[274,1109],[284,1096],[294,1086],[285,1074],[295,1068],[292,1054],[293,1045],[298,1045],[303,1036]]},{"area":"0f3","points":[[402,1244],[413,1237],[423,1235],[434,1216],[443,1212],[456,1216],[463,1208],[474,1204],[482,1204],[486,1200],[484,1190],[493,1184],[501,1175],[513,1176],[520,1170],[523,1162],[538,1159],[543,1157],[546,1145],[562,1142],[570,1134],[581,1130],[582,1112],[599,1105],[619,1097],[637,1095],[649,1110],[661,1119],[656,1129],[643,1144],[624,1149],[610,1150],[604,1159],[600,1169],[601,1183],[586,1204],[570,1208],[560,1220],[557,1234],[576,1241],[573,1255],[563,1264],[567,1276],[562,1280],[550,1286],[539,1297],[530,1301],[521,1307],[503,1312],[499,1330],[496,1339],[480,1345],[463,1345],[450,1344],[444,1332],[438,1327],[433,1317],[424,1316],[409,1314],[411,1297],[408,1290],[410,1277],[408,1262],[400,1254]]},{"area":"0f4","points":[[314,1511],[331,1524],[349,1544],[374,1546],[387,1537],[372,1532],[364,1510],[369,1497],[370,1482],[363,1477],[360,1468],[337,1448],[349,1433],[341,1416],[353,1403],[368,1411],[386,1407],[405,1408],[418,1410],[425,1417],[448,1419],[467,1404],[464,1389],[449,1396],[425,1383],[408,1377],[395,1368],[377,1359],[374,1339],[364,1325],[367,1311],[339,1296],[335,1278],[321,1268],[304,1261],[292,1266],[283,1264],[269,1275],[259,1281],[251,1295],[239,1301],[240,1317],[250,1328],[270,1340],[278,1355],[278,1363],[263,1370],[255,1377],[261,1383],[261,1390],[250,1401],[248,1412],[265,1416],[270,1420],[259,1431],[254,1438],[271,1437],[284,1438],[297,1437],[299,1457],[310,1469],[303,1478],[307,1496],[308,1504]]},{"area":"0f5","points":[[441,1796],[483,1788],[490,1809],[483,1818],[487,1828],[494,1836],[506,1843],[522,1837],[532,1823],[550,1819],[554,1826],[552,1835],[557,1846],[567,1850],[575,1839],[585,1834],[596,1830],[600,1843],[591,1857],[585,1875],[573,1891],[560,1890],[551,1898],[559,1905],[570,1909],[558,1930],[554,1942],[527,1946],[537,1963],[548,1970],[518,1984],[508,1971],[508,1963],[502,1950],[494,1943],[493,1957],[495,1968],[490,1980],[493,1991],[487,1996],[474,1998],[461,2011],[440,2017],[434,2008],[438,1994],[430,1985],[428,1970],[419,1958],[414,1943],[403,1933],[403,1910],[409,1899],[405,1895],[388,1896],[381,1888],[390,1869],[407,1858],[417,1854],[424,1846],[417,1840],[413,1826],[403,1818],[404,1808],[423,1801]]},{"area":"0fc","points":[[559,2117],[582,2145],[592,2162],[606,2158],[617,2159],[628,2160],[626,2175],[629,2187],[632,2199],[623,2210],[630,2225],[630,2236],[617,2246],[611,2249],[601,2263],[591,2271],[583,2278],[567,2283],[557,2283],[554,2284],[542,2283],[531,2278],[527,2268],[518,2260],[508,2264],[495,2269],[497,2283],[484,2291],[475,2292],[463,2300],[442,2306],[423,2300],[404,2293],[390,2283],[374,2276],[370,2263],[363,2255],[366,2241],[371,2234],[378,2236],[386,2248],[388,2252],[404,2244],[409,2244],[411,2236],[420,2230],[423,2217],[417,2206],[424,2193],[443,2170],[457,2170],[460,2153],[471,2145],[478,2141],[485,2130],[495,2131],[507,2134],[509,2125],[516,2118],[527,2116],[537,2116],[550,2117]]},{"area":"0ff","points":[[710,2254],[728,2255],[739,2255],[744,2271],[733,2293],[736,2312],[719,2318],[715,2336],[726,2345],[725,2361],[725,2377],[717,2386],[725,2399],[723,2416],[700,2425],[695,2432],[684,2433],[675,2432],[659,2430],[650,2431],[643,2457],[641,2478],[638,2488],[623,2497],[609,2504],[596,2498],[588,2490],[571,2484],[559,2486],[548,2481],[540,2472],[523,2468],[510,2472],[498,2474],[490,2470],[483,2467],[477,2459],[458,2448],[457,2429],[450,2420],[440,2416],[433,2408],[430,2402],[422,2397],[420,2375],[426,2354],[431,2343],[442,2343],[454,2341],[465,2346],[483,2346],[493,2339],[511,2334],[524,2342],[534,2334],[557,2331],[561,2327],[570,2326],[577,2323],[589,2311],[601,2305],[611,2303],[613,2292],[622,2282],[632,2278],[651,2281],[668,2283],[677,2277],[679,2272],[690,2270],[697,2269],[703,2262]]},{"area":"0f8","points":[[275,2504],[303,2510],[318,2508],[323,2519],[336,2528],[337,2539],[345,2541],[348,2548],[362,2550],[365,2547],[375,2554],[382,2569],[388,2584],[396,2590],[406,2594],[413,2601],[418,2599],[435,2603],[443,2601],[450,2608],[449,2615],[467,2623],[470,2627],[463,2634],[457,2644],[454,2656],[444,2661],[442,2666],[436,2674],[437,2683],[430,2686],[429,2697],[441,2699],[454,2704],[464,2702],[474,2701],[477,2699],[483,2692],[492,2692],[506,2687],[519,2680],[522,2674],[548,2684],[554,2701],[540,2714],[543,2728],[540,2739],[534,2747],[515,2746],[510,2758],[510,2764],[501,2772],[489,2770],[480,2762],[469,2764],[456,2756],[442,2755],[437,2757],[429,2763],[417,2765],[415,2750],[403,2754],[397,2757],[387,2748],[385,2737],[377,2731],[363,2731],[360,2742],[353,2750],[343,2753],[335,2752],[323,2762],[307,2760],[294,2762],[287,2754],[270,2756],[260,2747],[270,2735],[275,2723],[268,2720],[266,2703],[264,2691],[270,2678],[269,2670],[264,2664],[257,2657],[263,2643],[266,2641],[260,2633],[263,2623],[269,2617],[260,2605],[263,2597],[269,2592],[276,2578],[277,2563],[276,2554],[268,2541],[263,2527],[271,2517]]},{"area":"102","points":[[631,2580],[624,2562],[631,2543],[640,2530],[643,2517],[657,2517],[670,2518],[683,2513],[690,2497],[691,2491],[702,2490],[727,2482],[747,2473],[755,2471],[763,2442],[765,2429],[772,2417],[772,2412],[777,2400],[785,2397],[803,2391],[814,2397],[820,2410],[833,2415],[837,2427],[843,2439],[839,2450],[845,2463],[853,2480],[862,2500],[863,2515],[848,2526],[835,2549],[837,2563],[837,2575],[843,2577],[837,2592],[844,2597],[859,2602],[869,2616],[880,2624],[889,2639],[907,2650],[917,2653],[927,2681],[910,2688],[904,2700],[885,2703],[868,2695],[859,2697],[841,2688],[830,2678],[812,2676],[797,2678],[776,2672],[749,2658],[727,2663],[715,2663],[703,2666],[679,2663],[676,2651],[666,2649],[654,2642],[645,2634],[642,2627],[628,2620],[629,2613],[639,2603],[638,2588]]},{"area":"106","points":[[984,2384],[983,2363],[998,2352],[1017,2349],[1031,2343],[1045,2339],[1060,2329],[1065,2333],[1070,2348],[1077,2362],[1085,2371],[1081,2380],[1088,2390],[1097,2397],[1103,2416],[1114,2428],[1117,2439],[1124,2449],[1114,2460],[1107,2473],[1118,2480],[1115,2494],[1108,2503],[1110,2515],[1120,2537],[1119,2549],[1111,2551],[1100,2542],[1090,2549],[1075,2549],[1060,2539],[1039,2530],[1029,2518],[1026,2498],[1023,2480],[1010,2475],[999,2465],[989,2457],[990,2442],[976,2431],[974,2415],[981,2399]]},{"area":"107","points":[[1190,1977],[1155,1950],[1146,1907],[1144,1870],[1143,1830],[1152,1767],[1178,1740],[1212,1729],[1243,1708],[1278,1692],[1310,1693],[1327,1689],[1342,1706],[1350,1722],[1344,1736],[1334,1757],[1319,1772],[1303,1783],[1291,1796],[1298,1807],[1310,1819],[1311,1823],[1306,1836],[1307,1858],[1316,1869],[1323,1888],[1323,1908],[1328,1915],[1337,1932],[1344,1940],[1360,1943],[1375,1943],[1387,1954],[1394,1961],[1391,1972],[1392,1979],[1395,1990],[1383,1992],[1371,2003],[1356,2013],[1352,2022],[1338,2028],[1327,2032],[1317,2030],[1310,2025],[1298,2018],[1286,2017],[1277,2009],[1273,1999],[1263,1992],[1251,1988],[1240,1982],[1226,1977],[1215,1969],[1201,1972]]},{"area":"105","points":[[731,1510],[774,1510],[815,1520],[855,1532],[891,1568],[903,1603],[871,1666],[861,1687],[843,1697],[838,1714],[832,1717],[777,1752],[751,1764],[717,1767],[699,1768],[694,1754],[696,1738],[699,1722],[716,1709],[722,1699],[718,1687],[712,1672],[702,1670],[686,1667],[677,1668],[665,1665],[657,1658],[656,1632],[660,1621],[657,1610],[661,1594],[674,1587],[682,1577],[690,1568],[700,1557],[705,1548],[704,1543],[697,1539],[690,1517],[703,1518],[717,1513]]},{"area":"107","points":[[1393,1241],[1340,1253],[1304,1263],[1283,1277],[1262,1280],[1237,1282],[1230,1283],[1222,1291],[1210,1297],[1203,1314],[1203,1328],[1205,1350],[1222,1379],[1254,1419],[1280,1467],[1313,1490],[1329,1523],[1328,1539],[1342,1551],[1360,1563],[1367,1563],[1372,1552],[1374,1528],[1380,1498],[1383,1479],[1399,1473],[1408,1462],[1427,1457],[1445,1445],[1456,1435],[1435,1427],[1435,1417],[1427,1406],[1409,1400],[1394,1395],[1395,1388],[1395,1380],[1390,1370],[1376,1359],[1367,1350],[1370,1336],[1383,1310],[1392,1283],[1393,1262]]},{"area":"0ed","points":[[937,757],[951,750],[958,737],[967,729],[972,707],[983,708],[985,697],[990,692],[988,681],[990,675],[1003,667],[996,657],[985,641],[982,632],[963,630],[946,632],[938,645],[924,645],[914,641],[904,643],[886,644],[876,655],[885,662],[880,670],[859,670],[856,674],[849,674],[846,668],[837,681],[829,696],[827,707],[832,716],[840,732],[849,741],[862,743],[863,755],[874,766],[892,771],[907,768],[923,760]]},{"area":"0e9","points":[[1256,674],[1277,656],[1278,641],[1275,629],[1268,624],[1265,603],[1262,591],[1277,583],[1278,572],[1283,563],[1295,556],[1310,540],[1321,538],[1337,494],[1329,475],[1317,454],[1300,454],[1297,445],[1282,441],[1270,433],[1252,423],[1234,424],[1221,428],[1213,436],[1194,438],[1182,449],[1170,454],[1144,457],[1136,459],[1132,470],[1122,477],[1110,475],[1106,467],[1090,470],[1085,463],[1077,461],[1068,450],[1055,448],[1046,444],[1038,445],[1030,433],[1016,438],[1009,441],[997,443],[989,452],[977,451],[967,457],[956,463],[940,457],[928,450],[915,453],[907,465],[903,477],[909,483],[908,486],[898,494],[901,505],[896,515],[901,530],[898,540],[901,553],[906,568],[922,587],[938,593],[949,590],[958,596],[966,597],[975,586],[987,588],[992,592],[1008,590],[1017,584],[1029,590],[1042,590],[1051,593],[1063,584],[1075,594],[1077,597],[1094,595],[1107,600],[1109,605],[1120,601],[1129,610],[1139,615],[1143,632],[1150,647],[1164,650],[1179,651],[1190,657],[1210,662],[1219,667],[1233,662],[1241,666]]},{"area":"0cc","points":[[1801,663],[1816,659],[1835,653],[1848,648],[1860,643],[1857,628],[1864,612],[1870,607],[1877,614],[1888,621],[1902,627],[1908,616],[1917,605],[1924,591],[1930,583],[1934,574],[1944,568],[1954,567],[1979,568],[1991,563],[1996,553],[2005,539],[2015,533],[2022,524],[2031,517],[2033,501],[2037,485],[2028,479],[2014,453],[2000,451],[1992,452],[1970,449],[1963,454],[1971,463],[1960,470],[1957,479],[1945,473],[1933,487],[1923,496],[1911,508],[1899,505],[1886,505],[1878,501],[1886,489],[1880,479],[1870,476],[1874,457],[1863,452],[1854,455],[1845,454],[1836,453],[1829,448],[1820,448],[1804,453],[1794,446],[1776,446],[1762,450],[1746,450],[1737,453],[1725,457],[1716,463],[1694,452],[1677,458],[1663,459],[1650,463],[1637,460],[1626,470],[1630,482],[1620,493],[1614,506],[1624,521],[1624,532],[1636,542],[1641,557],[1637,572],[1642,585],[1643,606],[1667,600],[1680,607],[1701,608],[1706,618],[1714,619],[1720,630],[1737,630],[1747,641],[1750,650],[1765,654],[1783,650],[1793,656]]},{"area":"0cd","points":[[1503,1134],[1520,1124],[1531,1117],[1540,1097],[1540,1090],[1543,1083],[1543,1070],[1550,1064],[1547,1045],[1553,1033],[1574,1016],[1588,1010],[1601,998],[1610,1001],[1620,1002],[1630,997],[1642,997],[1650,986],[1666,980],[1686,974],[1702,973],[1710,985],[1716,1003],[1719,1016],[1716,1042],[1706,1045],[1708,1058],[1713,1066],[1705,1080],[1700,1084],[1679,1089],[1673,1103],[1670,1117],[1662,1118],[1655,1129],[1640,1137],[1627,1140],[1611,1137],[1604,1141],[1602,1150],[1590,1158],[1577,1166],[1561,1174],[1547,1182],[1536,1180],[1526,1166],[1525,1157],[1508,1155],[1503,1145]]},{"area":"0d1","points":[[1682,1230],[1693,1225],[1710,1236],[1714,1245],[1724,1255],[1729,1261],[1731,1266],[1744,1274],[1750,1280],[1772,1282],[1784,1273],[1790,1267],[1794,1260],[1793,1250],[1785,1243],[1764,1246],[1758,1237],[1759,1230],[1772,1218],[1777,1203],[1785,1197],[1790,1189],[1808,1186],[1823,1193],[1826,1202],[1824,1218],[1830,1237],[1843,1237],[1852,1237],[1860,1229],[1863,1214],[1861,1199],[1877,1185],[1897,1182],[1905,1198],[1917,1210],[1906,1228],[1904,1244],[1909,1257],[1917,1265],[1911,1275],[1916,1290],[1918,1299],[1909,1312],[1902,1320],[1903,1339],[1902,1358],[1902,1376],[1898,1386],[1884,1387],[1872,1383],[1869,1368],[1860,1369],[1851,1363],[1842,1358],[1840,1343],[1829,1341],[1818,1330],[1823,1323],[1810,1320],[1800,1317],[1786,1317],[1773,1311],[1751,1312],[1744,1319],[1733,1317],[1720,1318],[1697,1310],[1700,1284],[1682,1276],[1682,1260],[1679,1243]]},{"area":"0d0","points":[[1467,1342],[1463,1304],[1464,1294],[1464,1277],[1467,1271],[1475,1270],[1483,1268],[1483,1256],[1492,1251],[1497,1240],[1510,1239],[1521,1234],[1512,1225],[1523,1216],[1541,1213],[1552,1219],[1564,1223],[1579,1213],[1591,1210],[1610,1198],[1623,1205],[1633,1194],[1641,1190],[1653,1189],[1659,1182],[1674,1176],[1681,1162],[1692,1142],[1706,1135],[1714,1135],[1714,1126],[1729,1123],[1731,1112],[1749,1110],[1755,1101],[1754,1086],[1770,1082],[1783,1080],[1798,1083],[1802,1090],[1786,1104],[1793,1117],[1781,1123],[1777,1133],[1770,1142],[1772,1154],[1765,1174],[1753,1177],[1741,1185],[1730,1183],[1721,1202],[1701,1214],[1671,1229],[1657,1250],[1650,1273],[1660,1290],[1665,1299],[1679,1316],[1670,1327],[1672,1341],[1669,1348],[1658,1350],[1648,1338],[1636,1342],[1619,1336],[1611,1343],[1608,1359],[1577,1370],[1557,1361],[1539,1354],[1522,1363],[1508,1360],[1498,1352],[1485,1359],[1474,1353]]},{"area":"0d2","points":[[1545,1433],[1556,1472],[1561,1484],[1589,1490],[1604,1490],[1610,1485],[1626,1490],[1627,1503],[1626,1510],[1650,1506],[1657,1507],[1657,1500],[1670,1505],[1679,1523],[1675,1537],[1667,1540],[1680,1555],[1682,1563],[1666,1569],[1660,1570],[1663,1584],[1658,1591],[1652,1596],[1642,1616],[1629,1623],[1610,1637],[1594,1635],[1583,1637],[1569,1636],[1556,1637],[1538,1626],[1527,1619],[1515,1603],[1503,1607],[1493,1607],[1484,1598],[1481,1591],[1470,1584],[1466,1575],[1465,1566],[1463,1553],[1468,1542],[1469,1516],[1461,1507],[1457,1492],[1464,1484],[1471,1483],[1486,1486],[1494,1483],[1490,1470],[1498,1462],[1515,1442],[1523,1436]]},{"area":"0d5","points":[[1810,1580],[1830,1562],[1834,1545],[1832,1524],[1834,1503],[1836,1474],[1847,1464],[1861,1465],[1864,1450],[1874,1443],[1876,1436],[1876,1428],[1865,1426],[1854,1422],[1843,1431],[1835,1430],[1833,1443],[1818,1449],[1809,1450],[1802,1456],[1791,1454],[1779,1454],[1771,1464],[1763,1463],[1748,1465],[1743,1476],[1744,1493],[1730,1500],[1712,1504],[1707,1515],[1710,1523],[1722,1528],[1720,1540],[1730,1543],[1733,1553],[1742,1558],[1759,1557],[1768,1563],[1757,1579],[1757,1593],[1744,1609],[1754,1619],[1763,1620],[1761,1631],[1779,1639],[1780,1626],[1780,1614],[1780,1607],[1784,1603],[1786,1587],[1796,1582]]},{"area":"0d8","points":[[1829,1863],[1826,1826],[1832,1792],[1843,1779],[1854,1765],[1866,1761],[1876,1765],[1882,1762],[1900,1766],[1913,1766],[1917,1760],[1933,1759],[1941,1753],[1949,1753],[1960,1742],[1970,1742],[1984,1740],[1997,1739],[2014,1743],[2022,1753],[2024,1758],[2044,1770],[2048,1785],[2057,1799],[2056,1810],[2046,1818],[2047,1831],[2055,1843],[2052,1852],[2050,1865],[2048,1883],[2054,1897],[2050,1913],[2037,1910],[2027,1917],[2023,1935],[2015,1944],[2014,1953],[2005,1961],[2003,1969],[2016,1976],[2010,1987],[2012,1996],[2026,2004],[2037,2025],[2037,2040],[2050,2058],[2044,2072],[2045,2088],[2043,2107],[2044,2134],[2043,2154],[2035,2166],[1995,2142],[1989,2132],[1987,2117],[1994,2099],[1999,2073],[1989,2057],[1981,2043],[1969,2037],[1954,2053],[1948,2073],[1904,2067],[1863,2049],[1844,2040],[1850,2030],[1861,2031],[1875,2020],[1877,1997],[1859,1996],[1850,2004],[1831,2010],[1813,2013],[1806,2027],[1776,2028],[1763,2017],[1753,2004],[1756,1990],[1770,1984],[1768,1963],[1773,1961],[1777,1948],[1783,1938],[1769,1934],[1781,1922],[1795,1911],[1804,1911],[1807,1897],[1818,1877]]},{"area":"0db","points":[[1697,2010],[1710,2016],[1705,2028],[1708,2048],[1717,2059],[1723,2072],[1717,2090],[1711,2093],[1717,2101],[1727,2110],[1737,2120],[1745,2123],[1756,2117],[1780,2106],[1795,2103],[1814,2102],[1830,2110],[1843,2128],[1847,2137],[1862,2145],[1886,2143],[1892,2137],[1901,2136],[1910,2131],[1950,2135],[1967,2137],[1978,2137],[2026,2171],[2021,2181],[2009,2184],[2000,2183],[1994,2194],[1988,2203],[1990,2217],[1985,2226],[1972,2232],[1969,2242],[1970,2249],[1979,2256],[1998,2263],[2004,2273],[2023,2277],[2034,2286],[2050,2291],[2062,2298],[2050,2306],[2053,2321],[2062,2329],[2059,2343],[2051,2354],[2029,2354],[2024,2346],[2023,2329],[2007,2326],[1996,2324],[1975,2329],[1964,2323],[1967,2307],[1952,2308],[1934,2303],[1924,2304],[1927,2317],[1943,2331],[1939,2341],[1930,2343],[1921,2354],[1903,2363],[1894,2357],[1878,2366],[1866,2373],[1850,2372],[1850,2357],[1837,2351],[1843,2336],[1850,2326],[1854,2315],[1847,2305],[1837,2317],[1818,2314],[1805,2303],[1790,2306],[1776,2303],[1769,2296],[1761,2286],[1761,2261],[1750,2261],[1745,2272],[1730,2282],[1720,2276],[1707,2276],[1700,2262],[1706,2249],[1709,2230],[1709,2225],[1699,2212],[1706,2204],[1703,2190],[1696,2185],[1690,2172],[1688,2162],[1693,2149],[1692,2139],[1672,2133],[1663,2123],[1663,2110],[1674,2097],[1667,2084],[1657,2070],[1662,2051],[1670,2037],[1676,2029],[1684,2020]]},{"area":"0df","points":[[1697,2659],[1686,2643],[1679,2630],[1683,2617],[1686,2604],[1694,2595],[1681,2582],[1683,2557],[1654,2553],[1645,2566],[1637,2564],[1634,2555],[1626,2552],[1623,2539],[1623,2507],[1614,2500],[1604,2488],[1593,2488],[1589,2477],[1590,2471],[1586,2463],[1595,2455],[1605,2447],[1612,2444],[1614,2452],[1628,2461],[1635,2468],[1645,2490],[1654,2480],[1665,2482],[1674,2478],[1685,2483],[1702,2490],[1708,2475],[1696,2468],[1686,2454],[1681,2450],[1673,2453],[1666,2447],[1664,2434],[1687,2405],[1708,2394],[1723,2392],[1735,2385],[1751,2382],[1756,2390],[1777,2381],[1790,2385],[1790,2402],[1807,2407],[1817,2417],[1830,2425],[1831,2443],[1844,2447],[1850,2450],[1859,2436],[1876,2443],[1889,2440],[1887,2428],[1894,2419],[1903,2413],[1904,2403],[1916,2402],[1927,2398],[1935,2409],[1927,2432],[1903,2463],[1877,2479],[1862,2498],[1856,2515],[1840,2524],[1840,2536],[1840,2543],[1841,2555],[1827,2566],[1822,2579],[1831,2583],[1830,2597],[1821,2602],[1817,2615],[1810,2622],[1803,2630],[1794,2633],[1793,2643],[1777,2649],[1772,2656],[1726,2679],[1714,2683],[1704,2682],[1703,2670]]},{"area":"0e0","points":[[1697,2690],[1723,2688],[1772,2663],[1789,2670],[1799,2665],[1809,2659],[1817,2655],[1821,2639],[1830,2636],[1837,2624],[1845,2623],[1848,2608],[1857,2603],[1868,2591],[1864,2577],[1868,2565],[1871,2557],[1867,2550],[1876,2543],[1875,2533],[1887,2517],[1889,2505],[1875,2497],[1887,2483],[1906,2469],[1923,2451],[1936,2430],[1943,2411],[1957,2411],[1964,2426],[1977,2423],[1995,2425],[1997,2443],[2006,2448],[2017,2459],[2029,2473],[2018,2482],[2027,2498],[2024,2507],[2012,2517],[2002,2521],[1986,2530],[1979,2540],[1978,2554],[1986,2565],[1992,2575],[2006,2578],[2012,2592],[1998,2602],[2007,2614],[2008,2630],[2003,2637],[1997,2643],[2011,2661],[2003,2678],[1992,2688],[1969,2695],[1960,2709],[1967,2722],[1964,2737],[1957,2744],[1953,2760],[1941,2772],[1918,2772],[1907,2767],[1903,2762],[1884,2760],[1866,2771],[1857,2763],[1843,2759],[1831,2766],[1826,2759],[1812,2757],[1799,2767],[1792,2760],[1769,2759],[1747,2757],[1741,2747],[1728,2743],[1721,2736],[1708,2733],[1693,2728],[1690,2722],[1693,2709],[1694,2700]]},{"area":"0e3","points":[[1374,2436],[1390,2419],[1389,2403],[1387,2391],[1375,2383],[1372,2364],[1372,2351],[1383,2347],[1390,2350],[1397,2354],[1399,2367],[1402,2378],[1409,2379],[1414,2377],[1415,2370],[1418,2358],[1417,2340],[1430,2339],[1436,2343],[1441,2354],[1436,2367],[1434,2376],[1427,2387],[1431,2399],[1438,2408],[1443,2416],[1462,2404],[1466,2397],[1467,2386],[1466,2379],[1478,2372],[1478,2362],[1479,2353],[1484,2337],[1497,2326],[1502,2305],[1508,2287],[1499,2278],[1493,2259],[1482,2255],[1480,2243],[1470,2239],[1466,2228],[1455,2221],[1444,2213],[1434,2221],[1441,2234],[1444,2239],[1435,2250],[1431,2263],[1418,2258],[1400,2260],[1405,2246],[1396,2237],[1399,2228],[1385,2226],[1375,2220],[1356,2220],[1343,2225],[1336,2237],[1334,2243],[1318,2243],[1299,2241],[1290,2245],[1276,2248],[1271,2256],[1265,2259],[1254,2257],[1244,2257],[1242,2274],[1249,2290],[1241,2297],[1243,2310],[1247,2323],[1255,2326],[1272,2322],[1277,2308],[1292,2303],[1294,2313],[1309,2320],[1317,2327],[1314,2341],[1300,2344],[1304,2356],[1292,2366],[1278,2368],[1278,2383],[1282,2393],[1302,2401],[1317,2406],[1330,2408],[1342,2419],[1357,2417],[1361,2428]]},{"area":"0e6","points":[[1294,2577],[1302,2546],[1300,2525],[1304,2500],[1319,2489],[1330,2475],[1337,2468],[1353,2469],[1358,2451],[1372,2443],[1394,2423],[1395,2410],[1407,2417],[1412,2414],[1416,2427],[1422,2435],[1420,2444],[1425,2458],[1424,2473],[1423,2486],[1430,2490],[1436,2484],[1439,2466],[1443,2456],[1437,2441],[1437,2430],[1443,2421],[1471,2409],[1489,2409],[1491,2412],[1483,2418],[1483,2419],[1480,2433],[1487,2436],[1497,2443],[1489,2451],[1481,2458],[1470,2469],[1470,2488],[1483,2485],[1497,2481],[1502,2467],[1518,2460],[1524,2453],[1522,2443],[1535,2437],[1548,2437],[1553,2448],[1559,2458],[1547,2478],[1545,2490],[1546,2497],[1559,2497],[1568,2506],[1571,2515],[1571,2523],[1582,2535],[1577,2548],[1568,2556],[1563,2569],[1577,2580],[1567,2583],[1549,2582],[1547,2594],[1548,2607],[1546,2623],[1536,2631],[1524,2648],[1510,2650],[1501,2647],[1490,2649],[1485,2639],[1471,2636],[1470,2654],[1452,2651],[1442,2650],[1430,2654],[1416,2648],[1397,2648],[1393,2661],[1378,2661],[1364,2661],[1352,2657],[1357,2646],[1358,2638],[1353,2627],[1363,2609],[1354,2604],[1343,2613],[1324,2617],[1319,2613],[1328,2593],[1348,2584],[1350,2562],[1370,2549],[1377,2532],[1370,2522],[1348,2525],[1338,2539],[1323,2549],[1320,2574],[1310,2588],[1299,2591]]},{"area":"0ec","points":[[1063,703],[1060,683],[1070,686],[1085,686],[1097,680],[1109,689],[1126,690],[1133,696],[1155,695],[1167,697],[1177,692],[1190,703],[1203,716],[1213,732],[1226,746],[1229,763],[1231,774],[1220,777],[1228,789],[1217,800],[1217,817],[1218,830],[1229,833],[1229,845],[1215,863],[1206,859],[1197,861],[1189,852],[1179,843],[1172,833],[1164,823],[1147,814],[1143,801],[1125,796],[1116,785],[1100,783],[1091,786],[1088,771],[1079,765],[1066,763],[1048,758],[1043,753],[1051,742],[1049,729],[1048,720],[1043,713],[1049,706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/007-atg03.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/010-atg03-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":12,"offsetY":46,"distance":10},"mapParent":{"id":"220","autoScale":true},"width":2254,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/010-atg04.webp"},"title":"Map 6.4: Frost Giant Stronghold—Lower Level","width":2284,"height":3000,"imageType":"map","grid":{"type":"square","size":60,"offsetX":31,"offsetY":23,"distance":10},"id":"221","mapRegions":[{"area":"128","points":[[263,870],[270,885],[289,893],[299,887],[298,873],[313,857],[323,840],[343,833],[353,830],[362,819],[379,814],[383,805],[392,802],[408,796],[418,785],[407,783],[398,776],[397,763],[397,757],[413,740],[400,730],[394,724],[404,713],[412,706],[404,693],[410,685],[414,676],[416,663],[410,657],[400,661],[387,658],[377,657],[376,668],[358,668],[362,651],[349,639],[335,635],[329,630],[324,614],[310,607],[300,592],[302,579],[315,579],[329,574],[335,568],[339,561],[338,551],[327,548],[323,541],[314,542],[304,530],[298,525],[291,525],[282,524],[270,536],[263,530],[257,527],[248,517],[232,520],[227,535],[223,545],[220,553],[212,557],[197,557],[187,564],[180,576],[190,589],[196,595],[199,610],[210,618],[224,614],[232,617],[239,625],[230,639],[217,643],[215,650],[220,658],[225,663],[223,671],[234,674],[247,674],[254,683],[255,698],[248,708],[242,712],[250,719],[245,730],[240,738],[238,753],[249,759],[257,757],[262,748],[275,747],[279,737],[289,743],[297,752],[308,763],[297,775],[284,780],[288,790],[283,797],[271,801],[273,816],[274,818],[265,828],[257,836],[267,845],[259,858]]},{"area":"125","points":[[497,793],[511,787],[524,773],[519,761],[508,757],[499,753],[505,743],[500,732],[501,724],[510,726],[523,737],[535,743],[546,737],[554,724],[549,712],[561,703],[566,683],[575,680],[590,683],[595,670],[603,663],[610,665],[609,680],[610,701],[606,717],[613,718],[623,712],[629,716],[630,723],[644,732],[650,724],[648,715],[648,696],[635,683],[637,672],[642,663],[640,651],[627,641],[624,626],[621,608],[614,595],[600,585],[599,572],[610,570],[616,561],[612,548],[612,542],[619,539],[627,522],[618,517],[608,517],[590,507],[576,504],[562,506],[560,502],[562,496],[555,487],[540,495],[534,507],[523,509],[510,503],[498,510],[484,501],[474,499],[469,513],[457,510],[441,510],[431,497],[414,501],[404,510],[403,519],[414,528],[417,543],[402,543],[387,544],[387,553],[387,567],[390,579],[393,581],[389,592],[400,605],[414,616],[426,616],[423,630],[437,638],[452,648],[454,659],[446,672],[452,687],[459,700],[450,705],[440,717],[450,725],[448,742],[457,751],[450,770],[451,783],[467,788],[480,789]]},{"area":"122","points":[[714,685],[730,702],[758,719],[773,710],[776,699],[786,697],[790,685],[806,687],[833,684],[848,683],[854,676],[860,685],[872,690],[881,679],[893,676],[895,668],[910,666],[911,679],[902,689],[890,699],[875,706],[863,712],[844,713],[834,723],[837,737],[838,756],[843,769],[854,775],[842,785],[840,799],[857,804],[863,792],[873,794],[883,794],[892,783],[899,777],[910,783],[919,776],[931,771],[941,777],[953,776],[963,762],[975,762],[983,769],[1000,758],[1008,770],[1019,773],[1041,774],[1050,769],[1063,770],[1067,776],[1075,772],[1089,776],[1093,783],[1103,790],[1117,789],[1119,775],[1118,762],[1103,747],[1112,737],[1101,724],[1109,717],[1118,700],[1124,689],[1118,683],[1123,666],[1129,653],[1117,643],[1129,632],[1125,621],[1127,610],[1112,600],[1117,593],[1122,586],[1117,571],[1118,563],[1115,548],[1105,530],[1090,532],[1080,528],[1080,517],[1080,505],[1069,501],[1060,507],[1052,511],[1038,501],[1019,507],[1009,502],[997,501],[983,510],[977,505],[964,507],[941,503],[935,483],[925,488],[910,494],[903,503],[885,501],[877,500],[874,482],[863,486],[850,493],[836,485],[824,486],[819,493],[810,490],[792,493],[786,483],[766,488],[754,485],[750,479],[734,487],[724,497],[721,506],[699,509],[690,517],[690,532],[707,542],[703,557],[708,579],[710,583],[693,597],[695,614],[703,618],[710,646],[694,653],[703,664],[712,670]]},{"area":"110","points":[[1243,561],[1257,534],[1263,523],[1283,544],[1284,565],[1292,573],[1289,589],[1301,607],[1302,631],[1299,653],[1300,666],[1310,675],[1328,705],[1336,724],[1338,757],[1336,776],[1350,796],[1345,820],[1350,841],[1360,857],[1375,874],[1389,864],[1411,865],[1415,879],[1430,889],[1444,915],[1456,928],[1452,954],[1443,963],[1425,967],[1399,977],[1372,977],[1360,980],[1356,998],[1353,1028],[1346,1041],[1352,1057],[1357,1077],[1352,1097],[1349,1102],[1330,1138],[1312,1157],[1306,1171],[1279,1232],[1263,1241],[1260,1223],[1237,1220],[1236,1206],[1219,1203],[1214,1173],[1209,1165],[1191,1166],[1189,1157],[1206,1144],[1201,1129],[1196,1125],[1193,1103],[1171,1099],[1177,1083],[1172,1072],[1164,1071],[1155,1053],[1167,1039],[1161,1029],[1164,996],[1162,976],[1170,956],[1180,935],[1176,925],[1158,897],[1156,888],[1166,866],[1177,857],[1172,844],[1182,832],[1177,819],[1165,802],[1166,781],[1180,761],[1176,741],[1181,730],[1184,720],[1177,713],[1193,694],[1193,680],[1201,655],[1209,639],[1232,631],[1242,625],[1242,611],[1259,603],[1246,589],[1241,578]]},{"area":"113","points":[[1403,983],[1428,972],[1448,970],[1450,985],[1458,995],[1464,1010],[1465,1025],[1472,1037],[1480,1037],[1490,1031],[1512,1025],[1504,1012],[1510,1006],[1512,993],[1509,983],[1523,967],[1519,958],[1530,951],[1531,935],[1528,923],[1525,905],[1528,886],[1545,876],[1543,866],[1537,857],[1521,856],[1511,841],[1508,830],[1510,818],[1517,807],[1539,801],[1556,798],[1551,786],[1549,768],[1561,762],[1575,758],[1578,741],[1589,727],[1608,725],[1623,720],[1624,708],[1618,701],[1627,687],[1638,676],[1639,661],[1654,647],[1653,636],[1665,623],[1680,616],[1694,610],[1690,593],[1703,587],[1710,580],[1704,569],[1710,564],[1719,564],[1728,567],[1739,561],[1748,564],[1752,568],[1776,563],[1771,552],[1759,545],[1766,533],[1762,523],[1746,511],[1743,497],[1763,488],[1777,493],[1789,497],[1809,497],[1831,500],[1847,495],[1859,483],[1868,477],[1878,483],[1896,484],[1911,487],[1923,493],[1922,510],[1921,528],[1928,541],[1943,549],[1954,563],[1963,577],[1963,592],[1960,626],[1950,639],[1957,648],[1941,662],[1931,674],[1926,685],[1950,687],[1960,706],[1957,723],[1954,737],[1951,750],[1959,765],[1950,779],[1955,806],[1957,817],[1974,821],[1990,827],[2000,843],[1990,864],[1993,887],[1994,901],[1981,908],[1960,919],[1947,911],[1936,903],[1925,898],[1917,875],[1920,859],[1923,842],[1914,830],[1900,829],[1888,837],[1883,861],[1892,878],[1891,891],[1903,903],[1899,925],[1905,935],[1916,946],[1924,973],[1932,989],[1923,1004],[1911,1010],[1902,1005],[1885,997],[1883,1013],[1863,1016],[1861,1029],[1849,1043],[1843,1055],[1822,1057],[1817,1070],[1827,1082],[1845,1089],[1855,1097],[1868,1101],[1870,1117],[1874,1132],[1856,1136],[1840,1136],[1835,1123],[1823,1114],[1806,1110],[1794,1097],[1787,1084],[1788,1069],[1784,1058],[1773,1063],[1758,1066],[1750,1073],[1729,1072],[1721,1063],[1713,1063],[1709,1068],[1690,1070],[1691,1089],[1678,1095],[1664,1103],[1662,1116],[1649,1118],[1643,1109],[1623,1110],[1618,1095],[1609,1075],[1600,1071],[1590,1083],[1583,1068],[1571,1068],[1557,1061],[1548,1070],[1541,1080],[1532,1084],[1532,1091],[1522,1097],[1528,1112],[1513,1123],[1517,1142],[1501,1152],[1484,1141],[1487,1120],[1477,1107],[1462,1103],[1463,1077],[1456,1065],[1437,1056],[1436,1042],[1418,1029],[1410,1016],[1402,1008],[1407,997]]},{"area":"119","points":[[1759,1436],[1776,1437],[1790,1431],[1800,1415],[1803,1400],[1795,1387],[1793,1376],[1803,1364],[1793,1343],[1774,1340],[1777,1324],[1763,1319],[1750,1317],[1743,1320],[1732,1316],[1717,1319],[1710,1305],[1693,1312],[1685,1305],[1675,1314],[1661,1310],[1650,1312],[1633,1310],[1624,1309],[1617,1322],[1599,1317],[1590,1317],[1587,1332],[1572,1342],[1579,1353],[1593,1362],[1600,1375],[1610,1372],[1629,1374],[1637,1385],[1651,1389],[1670,1383],[1676,1399],[1687,1409],[1707,1410],[1718,1419],[1715,1433],[1730,1438],[1737,1423],[1750,1419],[1759,1427]]},{"area":"13b","points":[[1258,1917],[1268,1933],[1290,1957],[1306,1968],[1312,1965],[1333,1970],[1341,1962],[1355,1957],[1358,1933],[1368,1926],[1377,1926],[1384,1912],[1393,1905],[1393,1890],[1411,1878],[1420,1857],[1428,1846],[1437,1848],[1440,1860],[1453,1859],[1467,1839],[1483,1843],[1501,1847],[1503,1835],[1518,1821],[1523,1808],[1534,1798],[1530,1791],[1503,1788],[1501,1779],[1490,1777],[1477,1769],[1464,1769],[1462,1756],[1460,1744],[1450,1744],[1435,1747],[1430,1741],[1429,1725],[1443,1718],[1438,1701],[1455,1687],[1447,1680],[1454,1667],[1448,1657],[1450,1644],[1462,1630],[1447,1627],[1430,1635],[1420,1632],[1409,1646],[1386,1649],[1379,1665],[1371,1686],[1355,1686],[1347,1694],[1326,1697],[1318,1708],[1297,1719],[1288,1722],[1277,1739],[1258,1756],[1261,1770],[1251,1789],[1234,1793],[1228,1809],[1240,1815],[1240,1831],[1236,1850],[1243,1859],[1238,1883],[1249,1894],[1257,1904]]},{"area":"137","points":[[928,1784],[930,1772],[948,1756],[962,1752],[987,1752],[999,1743],[1010,1729],[1016,1721],[1043,1722],[1057,1714],[1074,1710],[1082,1698],[1097,1689],[1105,1683],[1135,1687],[1144,1703],[1138,1723],[1145,1741],[1141,1749],[1160,1755],[1171,1767],[1164,1783],[1162,1801],[1165,1807],[1163,1830],[1168,1842],[1165,1855],[1166,1864],[1172,1870],[1169,1890],[1148,1909],[1135,1916],[1121,1915],[1113,1904],[1103,1900],[1096,1909],[1093,1925],[1079,1926],[1078,1937],[1069,1934],[1058,1927],[1043,1934],[1043,1947],[1023,1947],[1015,1957],[999,1952],[981,1946],[977,1931],[975,1925],[983,1921],[979,1912],[983,1901],[981,1892],[971,1886],[959,1863],[957,1850],[961,1844],[951,1831],[946,1827],[949,1809],[947,1797],[939,1794]]},{"area":"138","points":[[822,1119],[836,1124],[843,1132],[851,1139],[857,1126],[874,1123],[883,1125],[891,1117],[909,1118],[915,1120],[933,1110],[940,1115],[956,1127],[963,1126],[962,1118],[976,1110],[993,1112],[997,1098],[1011,1097],[1023,1095],[1037,1089],[1050,1085],[1049,1075],[1063,1070],[1079,1078],[1088,1086],[1090,1103],[1090,1118],[1098,1134],[1116,1137],[1123,1151],[1135,1158],[1151,1170],[1149,1184],[1168,1190],[1169,1209],[1175,1223],[1165,1233],[1163,1255],[1173,1270],[1188,1283],[1186,1297],[1201,1314],[1210,1334],[1216,1356],[1197,1365],[1184,1377],[1163,1383],[1150,1385],[1132,1383],[1115,1387],[1119,1399],[1136,1402],[1146,1397],[1163,1402],[1176,1402],[1193,1397],[1209,1397],[1219,1386],[1238,1385],[1255,1383],[1273,1383],[1281,1394],[1283,1403],[1300,1401],[1310,1403],[1318,1414],[1327,1419],[1330,1431],[1349,1429],[1355,1437],[1352,1456],[1355,1474],[1363,1481],[1367,1496],[1369,1509],[1377,1523],[1391,1518],[1415,1513],[1432,1519],[1430,1530],[1438,1540],[1438,1551],[1430,1567],[1428,1585],[1418,1598],[1397,1600],[1383,1595],[1374,1607],[1350,1604],[1328,1601],[1323,1619],[1317,1632],[1293,1630],[1287,1642],[1269,1643],[1259,1650],[1249,1644],[1240,1652],[1228,1651],[1221,1663],[1200,1663],[1196,1661],[1189,1649],[1187,1627],[1176,1630],[1166,1622],[1168,1613],[1179,1608],[1178,1597],[1186,1581],[1203,1570],[1203,1559],[1218,1541],[1217,1531],[1200,1536],[1178,1549],[1162,1560],[1150,1570],[1138,1583],[1134,1616],[1086,1632],[1062,1620],[1057,1603],[1046,1588],[1056,1570],[1050,1558],[1043,1554],[1040,1535],[1031,1530],[1011,1532],[1006,1516],[979,1509],[958,1503],[948,1487],[943,1482],[926,1481],[924,1463],[913,1450],[904,1445],[896,1437],[900,1423],[911,1411],[917,1383],[936,1368],[937,1345],[957,1336],[975,1313],[993,1293],[994,1278],[1007,1253],[985,1257],[969,1265],[964,1281],[950,1290],[940,1304],[921,1300],[916,1276],[906,1271],[908,1261],[917,1252],[915,1242],[907,1239],[907,1218],[891,1223],[877,1222],[873,1203],[854,1197],[846,1185],[835,1182],[829,1163],[830,1151],[822,1136]]},{"area":"121","points":[[804,972],[802,937],[807,917],[808,896],[827,899],[841,896],[852,891],[849,883],[857,875],[866,883],[879,863],[889,863],[898,869],[908,869],[910,857],[923,852],[924,838],[936,832],[941,845],[953,846],[964,842],[989,837],[998,843],[1021,839],[1043,840],[1057,847],[1065,857],[1084,860],[1088,851],[1099,859],[1102,873],[1109,889],[1123,901],[1139,908],[1148,911],[1158,935],[1154,968],[1140,967],[1128,971],[1110,968],[1094,971],[1075,976],[1066,990],[1057,1003],[1040,997],[1020,1014],[1011,1037],[990,1039],[980,1057],[969,1063],[957,1063],[933,1055],[919,1072],[896,1079],[887,1073],[877,1077],[868,1072],[860,1057],[854,1043],[837,1035],[824,1008],[819,999],[812,997],[810,989]]},{"area":"12b","points":[[623,1003],[637,995],[674,994],[687,990],[700,992],[713,997],[727,1016],[720,1034],[709,1061],[707,1074],[723,1086],[730,1098],[736,1111],[748,1123],[762,1135],[764,1144],[772,1153],[767,1167],[770,1177],[777,1190],[778,1205],[789,1217],[785,1225],[800,1234],[790,1247],[795,1261],[785,1274],[787,1288],[783,1293],[795,1310],[793,1335],[810,1334],[810,1349],[810,1367],[819,1376],[828,1394],[827,1406],[825,1420],[836,1429],[840,1449],[837,1473],[830,1484],[821,1482],[817,1468],[808,1462],[794,1462],[788,1450],[786,1446],[770,1439],[756,1440],[742,1441],[734,1451],[723,1449],[716,1457],[705,1455],[699,1444],[686,1430],[684,1414],[663,1404],[667,1392],[660,1381],[663,1369],[663,1352],[665,1341],[669,1329],[655,1324],[651,1304],[644,1295],[634,1283],[623,1285],[617,1293],[605,1298],[589,1297],[586,1313],[584,1323],[572,1331],[559,1327],[545,1311],[543,1304],[528,1287],[528,1267],[529,1250],[543,1239],[541,1219],[549,1213],[550,1200],[565,1194],[563,1182],[570,1170],[581,1162],[585,1157],[577,1127],[587,1114],[581,1104],[589,1092],[585,1085],[579,1083],[585,1064],[579,1050],[587,1038],[590,1022],[597,1013],[607,1010]]},{"area":"12e","points":[[365,1260],[396,1263],[432,1283],[453,1287],[457,1307],[450,1327],[453,1357],[463,1370],[477,1377],[491,1381],[503,1383],[513,1374],[529,1380],[530,1395],[541,1403],[547,1428],[563,1431],[565,1459],[555,1473],[546,1480],[547,1493],[548,1507],[526,1516],[510,1533],[495,1550],[477,1553],[466,1553],[463,1570],[464,1585],[453,1603],[438,1618],[422,1622],[418,1642],[407,1650],[402,1661],[397,1678],[384,1692],[350,1703],[315,1711],[287,1705],[263,1693],[259,1670],[251,1669],[247,1657],[242,1650],[240,1634],[225,1627],[223,1612],[221,1595],[210,1584],[207,1568],[202,1557],[202,1543],[194,1530],[206,1515],[210,1497],[217,1484],[210,1464],[227,1443],[217,1433],[217,1420],[232,1417],[248,1405],[237,1395],[243,1380],[250,1377],[261,1381],[268,1377],[263,1361],[273,1360],[273,1350],[267,1341],[266,1331],[275,1323],[284,1317],[301,1317],[297,1308],[310,1297],[323,1303],[337,1298],[342,1285],[358,1277],[364,1270]]},{"area":"132","points":[[455,2433],[472,2422],[495,2410],[531,2401],[575,2403],[613,2408],[646,2423],[677,2449],[670,2470],[660,2486],[659,2512],[650,2529],[639,2536],[637,2550],[625,2551],[609,2562],[597,2579],[583,2576],[552,2584],[532,2573],[517,2571],[499,2570],[478,2581],[468,2574],[466,2562],[452,2539],[445,2527],[462,2517],[456,2510],[465,2490],[458,2478],[459,2458],[462,2443]]},{"area":"135","points":[[439,2437],[435,2456],[423,2461],[419,2480],[422,2499],[403,2511],[404,2533],[409,2544],[403,2557],[412,2570],[420,2583],[435,2587],[443,2600],[444,2618],[470,2631],[483,2610],[503,2602],[528,2606],[537,2614],[559,2617],[574,2630],[588,2620],[605,2622],[615,2635],[635,2630],[650,2616],[670,2603],[668,2590],[654,2572],[688,2551],[696,2518],[689,2497],[698,2450],[737,2447],[779,2439],[837,2454],[868,2476],[882,2503],[896,2515],[890,2535],[882,2607],[862,2613],[843,2620],[831,2609],[810,2612],[798,2625],[781,2642],[762,2658],[745,2665],[737,2658],[727,2663],[712,2687],[688,2696],[670,2712],[647,2710],[638,2727],[628,2727],[610,2737],[599,2742],[592,2757],[576,2751],[554,2749],[537,2744],[530,2756],[507,2759],[491,2754],[471,2759],[464,2768],[443,2757],[423,2757],[420,2770],[384,2760],[378,2738],[377,2730],[366,2724],[363,2706],[347,2705],[337,2691],[310,2690],[303,2657],[283,2649],[281,2638],[262,2633],[263,2622],[252,2612],[250,2593],[226,2590],[224,2572],[223,2551],[230,2533],[217,2519],[220,2495],[223,2483],[218,2470],[231,2460],[232,2439],[275,2410],[313,2409],[336,2414],[353,2433],[383,2430],[414,2425],[428,2426]]},{"area":"12f","points":[[287,1715],[311,1721],[387,1706],[403,1717],[402,1730],[411,1737],[410,1755],[434,1762],[454,1779],[459,1767],[466,1774],[481,1770],[501,1776],[519,1779],[524,1770],[536,1767],[546,1762],[568,1770],[588,1777],[594,1771],[616,1770],[639,1807],[654,1814],[670,1831],[694,1830],[739,1830],[757,1815],[765,1797],[790,1787],[797,1762],[822,1757],[833,1742],[850,1744],[857,1736],[878,1740],[886,1749],[910,1749],[923,1744],[933,1752],[920,1763],[920,1781],[926,1791],[920,1797],[905,1794],[901,1785],[888,1783],[881,1795],[858,1799],[865,1823],[875,1839],[876,1854],[887,1866],[877,1901],[888,1912],[897,1908],[906,1933],[904,1949],[892,1963],[906,1971],[898,1984],[898,2002],[909,2010],[907,2032],[903,2050],[909,2065],[913,2088],[910,2116],[908,2134],[901,2154],[899,2166],[898,2182],[907,2192],[922,2190],[930,2183],[943,2190],[944,2210],[937,2223],[942,2232],[933,2249],[932,2275],[924,2295],[910,2291],[903,2297],[901,2314],[896,2323],[901,2343],[897,2355],[892,2370],[904,2378],[900,2393],[911,2400],[902,2419],[907,2433],[910,2444],[870,2415],[838,2403],[770,2396],[689,2389],[621,2362],[552,2359],[503,2373],[452,2383],[391,2395],[361,2374],[293,2369],[259,2380],[216,2398],[199,2384],[198,2366],[200,2353],[196,2343],[203,2307],[187,2284],[192,2277],[200,2265],[203,2257],[214,2249],[219,2230],[212,2205],[223,2176],[209,2146],[227,2130],[238,2123],[231,2111],[225,2086],[221,2069],[222,2048],[212,2030],[219,2015],[232,2009],[236,2002],[252,2008],[264,2005],[277,2019],[286,2028],[307,2030],[315,2024],[305,2016],[302,1989],[293,1980],[294,1963],[291,1953],[305,1943],[301,1930],[303,1914],[314,1897],[308,1890],[306,1874],[306,1867],[296,1866],[288,1853],[274,1850],[268,1839],[262,1831],[267,1803],[266,1788],[253,1783],[242,1781],[251,1764],[269,1757],[282,1739],[286,1729]]},{"area":"136","points":[[635,1742],[657,1780],[675,1788],[689,1788],[706,1797],[732,1795],[754,1770],[750,1757],[757,1744],[766,1730],[782,1723],[783,1698],[798,1696],[809,1703],[830,1693],[832,1675],[843,1663],[852,1651],[868,1650],[878,1661],[875,1673],[880,1680],[896,1681],[910,1684],[917,1697],[924,1697],[937,1692],[952,1680],[970,1683],[987,1669],[989,1654],[1001,1626],[985,1618],[990,1584],[976,1581],[962,1582],[961,1600],[945,1609],[930,1609],[914,1614],[902,1614],[897,1604],[893,1590],[895,1575],[880,1570],[865,1578],[860,1583],[853,1589],[832,1590],[830,1607],[810,1612],[803,1628],[786,1617],[775,1619],[770,1609],[778,1597],[774,1590],[784,1578],[780,1568],[790,1550],[777,1548],[782,1534],[771,1511],[756,1508],[744,1516],[723,1511],[705,1500],[690,1507],[669,1505],[663,1485],[653,1474],[635,1482],[635,1498],[626,1504],[634,1526],[649,1543],[662,1542],[683,1549],[696,1564],[710,1570],[707,1582],[709,1590],[706,1595],[690,1594],[687,1606],[671,1601],[657,1585],[650,1590],[650,1603],[630,1610],[629,1625],[610,1621],[601,1636],[596,1640],[602,1652],[590,1663],[577,1656],[563,1651],[552,1644],[553,1630],[555,1620],[548,1613],[529,1620],[519,1629],[522,1643],[515,1657],[497,1670],[499,1686],[490,1694],[477,1709],[492,1718],[515,1723],[537,1716],[556,1712],[570,1708],[584,1708],[595,1711],[601,1723],[611,1718],[622,1725],[633,1730]]},{"area":"143","points":[[860,2715],[859,2708],[877,2699],[878,2687],[890,2683],[901,2683],[903,2674],[924,2670],[945,2665],[953,2670],[968,2666],[986,2670],[998,2668],[1009,2663],[1022,2660],[1043,2669],[1045,2663],[1046,2654],[1050,2643],[1071,2631],[1065,2617],[1064,2608],[1087,2585],[1107,2577],[1128,2575],[1147,2575],[1153,2566],[1170,2547],[1205,2551],[1223,2549],[1231,2564],[1223,2581],[1216,2594],[1204,2603],[1217,2606],[1239,2604],[1266,2602],[1269,2586],[1282,2582],[1312,2573],[1325,2567],[1333,2555],[1340,2546],[1337,2529],[1332,2523],[1357,2506],[1370,2510],[1384,2528],[1396,2533],[1408,2530],[1418,2531],[1428,2537],[1443,2536],[1443,2549],[1435,2563],[1445,2574],[1445,2583],[1443,2641],[1430,2658],[1423,2668],[1430,2680],[1408,2692],[1412,2711],[1406,2717],[1397,2728],[1377,2752],[1358,2764],[1342,2768],[1325,2766],[1311,2766],[1302,2774],[1269,2786],[1254,2797],[1239,2790],[1225,2778],[1206,2781],[1190,2774],[1182,2761],[1183,2746],[1174,2723],[1163,2728],[1153,2718],[1132,2715],[1124,2729],[1105,2730],[1089,2736],[1074,2733],[1065,2737],[1065,2750],[1054,2759],[1053,2774],[1037,2777],[1018,2776],[1004,2776],[992,2770],[973,2781],[959,2781],[947,2784],[924,2784],[915,2782],[917,2768],[906,2769],[894,2776],[871,2777],[859,2765],[840,2759],[833,2745],[840,2736],[845,2726],[855,2723]]},{"area":"148","points":[[1450,2639],[1452,2583],[1468,2564],[1474,2534],[1490,2521],[1494,2497],[1512,2490],[1529,2486],[1546,2475],[1558,2469],[1564,2464],[1583,2465],[1591,2454],[1601,2452],[1608,2435],[1630,2428],[1655,2423],[1667,2423],[1678,2406],[1700,2403],[1714,2405],[1721,2416],[1730,2421],[1737,2429],[1756,2427],[1772,2423],[1793,2412],[1793,2398],[1815,2400],[1830,2402],[1859,2399],[1874,2408],[1881,2426],[1880,2446],[1870,2455],[1868,2467],[1886,2475],[1924,2477],[1945,2480],[1951,2493],[1969,2499],[1970,2518],[1959,2531],[1957,2561],[1959,2570],[1949,2583],[1945,2599],[1927,2607],[1933,2623],[1928,2632],[1915,2648],[1896,2658],[1876,2657],[1861,2671],[1841,2667],[1830,2676],[1812,2677],[1790,2683],[1764,2682],[1741,2683],[1719,2678],[1701,2676],[1703,2688],[1703,2697],[1679,2705],[1665,2701],[1646,2710],[1630,2710],[1614,2703],[1600,2713],[1577,2713],[1566,2711],[1561,2727],[1540,2734],[1520,2730],[1502,2721],[1491,2713],[1491,2704],[1493,2693],[1487,2689],[1481,2671],[1471,2664],[1457,2661],[1455,2655]]},{"area":"142","points":[[1481,2453],[1472,2430],[1475,2410],[1480,2391],[1501,2384],[1508,2376],[1523,2370],[1515,2356],[1535,2344],[1548,2335],[1545,2323],[1566,2310],[1583,2297],[1582,2285],[1601,2275],[1612,2250],[1624,2239],[1623,2230],[1632,2216],[1632,2199],[1626,2192],[1634,2170],[1617,2165],[1626,2131],[1654,2092],[1672,2083],[1694,2079],[1703,2070],[1714,2080],[1737,2077],[1760,2083],[1770,2088],[1783,2091],[1808,2101],[1810,2115],[1806,2125],[1817,2133],[1813,2152],[1819,2160],[1836,2163],[1850,2163],[1867,2170],[1881,2172],[1888,2183],[1885,2191],[1897,2200],[1905,2212],[1905,2226],[1897,2244],[1895,2265],[1903,2278],[1903,2296],[1900,2310],[1881,2323],[1868,2337],[1854,2332],[1838,2342],[1824,2343],[1815,2337],[1790,2330],[1783,2353],[1764,2356],[1752,2347],[1735,2355],[1714,2356],[1700,2356],[1689,2371],[1671,2372],[1657,2363],[1646,2357],[1619,2357],[1596,2354],[1581,2357],[1570,2379],[1557,2405],[1542,2425],[1523,2439],[1502,2445]]},{"area":"141","points":[[1103,2440],[1083,2438],[1070,2422],[1043,2408],[1019,2405],[1013,2383],[997,2370],[990,2361],[993,2344],[1000,2330],[994,2320],[985,2296],[1003,2283],[1018,2275],[1019,2257],[1017,2223],[1030,2217],[1028,2198],[1028,2184],[1041,2176],[1048,2167],[1043,2158],[1052,2143],[1060,2140],[1062,2128],[1074,2123],[1080,2109],[1080,2097],[1098,2089],[1101,2071],[1117,2077],[1125,2074],[1134,2087],[1146,2082],[1164,2087],[1178,2087],[1196,2086],[1224,2088],[1240,2080],[1247,2070],[1271,2066],[1281,2058],[1292,2049],[1307,2048],[1337,2012],[1357,2006],[1362,1987],[1376,1981],[1379,1970],[1410,1955],[1412,1943],[1408,1933],[1417,1915],[1425,1890],[1435,1868],[1458,1865],[1477,1862],[1481,1850],[1509,1857],[1535,1861],[1545,1872],[1532,1885],[1538,1900],[1542,1914],[1533,1923],[1539,1940],[1541,1954],[1557,1964],[1569,1969],[1582,1979],[1581,1995],[1592,1997],[1597,1988],[1606,1998],[1603,2010],[1612,2019],[1617,2026],[1625,2042],[1642,2041],[1647,2033],[1656,2039],[1677,2043],[1680,2052],[1672,2062],[1681,2072],[1657,2081],[1633,2106],[1618,2131],[1605,2167],[1598,2185],[1606,2197],[1602,2210],[1602,2225],[1586,2232],[1570,2239],[1556,2250],[1549,2275],[1540,2283],[1542,2294],[1532,2308],[1523,2320],[1506,2323],[1498,2340],[1483,2353],[1471,2367],[1465,2382],[1455,2389],[1460,2403],[1464,2412],[1464,2426],[1478,2470],[1463,2477],[1469,2491],[1455,2499],[1439,2485],[1421,2491],[1410,2491],[1400,2479],[1382,2486],[1364,2490],[1314,2514],[1302,2523],[1282,2523],[1271,2503],[1255,2503],[1248,2496],[1233,2497],[1223,2478],[1207,2454],[1180,2434],[1160,2416],[1151,2405],[1130,2397],[1123,2408],[1136,2423],[1136,2441],[1123,2443]]},{"area":"11a","points":[[1670,1616],[1688,1609],[1729,1624],[1739,1629],[1752,1611],[1782,1604],[1786,1587],[1801,1572],[1817,1570],[1846,1596],[1859,1616],[1874,1626],[1917,1635],[1952,1661],[1947,1672],[1932,1678],[1933,1688],[1924,1697],[1929,1704],[1919,1718],[1929,1725],[1928,1743],[1927,1763],[1926,1778],[1934,1784],[1905,1819],[1873,1831],[1858,1832],[1840,1834],[1821,1852],[1803,1856],[1792,1858],[1743,1883],[1709,1901],[1685,1897],[1676,1888],[1666,1883],[1657,1870],[1643,1868],[1629,1853],[1632,1827],[1625,1801],[1618,1795],[1619,1779],[1621,1773],[1615,1767],[1619,1756],[1616,1742],[1609,1728],[1618,1706],[1614,1686],[1627,1678],[1636,1661],[1651,1643],[1654,1626],[1664,1623]]},{"area":"120","points":[[1815,1556],[1840,1576],[1861,1603],[1874,1615],[1912,1623],[1940,1642],[1959,1651],[1956,1637],[1952,1607],[1941,1588],[1946,1566],[1950,1539],[1945,1522],[1958,1497],[1949,1465],[1968,1451],[1955,1438],[1963,1418],[1958,1402],[1957,1390],[1954,1382],[1965,1374],[1961,1357],[1958,1346],[1966,1336],[1964,1320],[1955,1307],[1963,1292],[1953,1264],[1945,1253],[1932,1244],[1925,1223],[1911,1220],[1901,1230],[1894,1235],[1885,1244],[1896,1257],[1893,1270],[1872,1276],[1872,1300],[1876,1319],[1878,1332],[1873,1345],[1873,1362],[1887,1374],[1869,1386],[1875,1397],[1884,1410],[1871,1424],[1865,1434],[1861,1445],[1842,1446],[1837,1477],[1842,1488],[1832,1508],[1842,1523],[1834,1536],[1819,1540]]},{"area":"11d","points":[[1683,1902],[1712,1907],[1791,1867],[1785,1891],[1783,1904],[1804,1912],[1820,1923],[1841,1937],[1860,1943],[1864,1931],[1860,1911],[1865,1896],[1869,1877],[1855,1867],[1859,1855],[1863,1843],[1913,1822],[1937,1794],[1943,1807],[1949,1818],[1951,1838],[1965,1848],[1966,1863],[1977,1874],[1974,1889],[1980,1904],[1971,1915],[1959,1929],[1962,1948],[1959,1965],[1952,1977],[1957,1992],[1952,2005],[1952,2023],[1955,2044],[1926,2058],[1908,2060],[1890,2059],[1871,2067],[1869,2057],[1859,2042],[1836,2038],[1827,2030],[1814,2027],[1809,2035],[1787,2024],[1764,2023],[1759,2010],[1744,2004],[1739,1984],[1730,1974],[1736,1952],[1728,1930],[1713,1927],[1697,1913],[1680,1911]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/010-atg04.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/014-atg04-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":39,"offsetY":-27,"distance":10},"mapParent":{"id":"221","autoScale":true},"width":2253,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/012-atg05.webp"},"title":"Map 6.5: Hall of the Fire Giant King—Entrance Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":99,"offsetX":-37,"offsetY":23,"scale":2,"distance":10},"id":"222","mapRegions":[{"area":"191","points":[[315,454],[332,445],[356,442],[389,443],[406,436],[443,438],[474,443],[503,447],[520,460],[529,479],[557,493],[582,507],[613,516],[624,525],[621,547],[623,579],[624,608],[621,639],[623,671],[625,689],[619,708],[603,715],[587,725],[571,750],[549,753],[531,761],[527,787],[525,811],[428,815],[412,802],[405,793],[395,779],[382,757],[367,758],[342,756],[312,756],[299,750],[272,749],[252,740],[233,728],[227,702],[230,664],[234,643],[229,624],[225,601],[223,565],[225,551],[243,528],[261,512],[277,495],[294,476],[307,469]]},{"area":"197","points":[[673,459],[1468,459],[1468,555],[1070,555],[1070,660],[1021,709],[1021,784],[925,784],[925,708],[873,656],[873,560],[673,560]]},{"area":"19b","points":[[1219,707],[1219,610],[1465,610],[1465,753],[1414,753]]},{"area":"19a","points":[[1030,806],[1124,806],[1214,716],[1415,766],[1415,905],[1506,905],[1506,1004],[1318,1004],[1318,948],[1170,948],[1170,899],[1030,899]]},{"area":"19c","points":[[1515,803],[1515,1049],[1658,1049],[1658,803]]},{"area":"194","points":[[677,657],[823,657],[823,806],[909,806],[909,901],[825,901],[825,1049],[677,1049]]},{"area":"1a0","points":[[1614,459],[1758,459],[1758,507],[1960,507],[1960,703],[1614,703]]},{"area":"18e","points":[[233,1300],[262,1302],[286,1320],[312,1322],[339,1318],[370,1300],[383,1308],[382,1330],[377,1369],[389,1373],[406,1372],[480,1416],[484,1445],[482,1475],[479,1503],[479,1586],[434,1591],[400,1586],[372,1587],[342,1590],[309,1591],[269,1591],[236,1584],[222,1563],[224,1542],[224,1510],[225,1494],[229,1480],[227,1454],[229,1430],[221,1395],[226,1369],[227,1332]]},{"area":"19f","points":[[1168,1147],[1193,1109],[1227,1077],[1256,1050],[1273,1047],[1291,1054],[1312,1074],[1326,1099],[1339,1116],[1350,1147]]},{"area":"17b","points":[[869,1446],[921,1403],[1213,1403],[1213,1497],[1025,1497],[1025,1580],[927,1580],[912,1548],[886,1522],[868,1500]]},{"area":"17e","points":[[928,1302],[928,1383],[971,1383],[971,1302]]},{"area":"181","points":[[1020,1300],[1020,1384],[1119,1384],[1119,1300]]},{"area":"184","points":[[777,1641],[903,1639],[923,1631],[1025,1644],[1045,1656],[1062,1680],[1071,1704],[1071,1944],[774,1944]]},{"area":"185","points":[[1075,1744],[1075,1892],[1114,1892],[1114,1744]]},{"area":"188","points":[[872,1950],[872,2081],[1073,2081],[1073,1950]]},{"area":"18d","points":[[234,1692],[234,1892],[431,1892],[431,1692]]},{"area":"18a","points":[[220,1974],[237,1981],[249,2004],[260,2015],[268,2052],[270,2078],[262,2109],[275,2135],[280,2158],[280,2178],[291,2188],[317,2187],[335,2184],[340,2164],[336,2143],[330,2128],[338,2129],[340,2108],[350,2098],[431,2093],[431,2183],[479,2183],[479,2284],[382,2284],[382,2385],[226,2385],[226,2195],[231,2176],[240,2170],[240,2156],[233,2131],[220,2106],[226,2080],[224,2071],[227,2048],[221,2030],[212,2022],[213,2012],[200,1987]]},{"area":"15d","points":[[268,2598],[666,2200],[685,2186],[674,2336],[332,2678]]},{"area":"15e","points":[[279,2435],[374,2436],[376,2481],[328,2529],[274,2529]]},{"area":"166","points":[[644,2390],[672,2386],[691,2380],[713,2387],[743,2389],[776,2393],[797,2400],[818,2399],[841,2404],[885,2408],[906,2430],[910,2449],[914,2466],[919,2497],[920,2533],[920,2560],[879,2560],[780,2560],[677,2557],[653,2555],[636,2548],[635,2531],[641,2504],[636,2489],[636,2466],[632,2445],[636,2431],[640,2411]]},{"area":"163","points":[[513,2623],[512,2577],[525,2571],[554,2572],[596,2574],[622,2581],[650,2608],[672,2626],[705,2632],[762,2630],[829,2630],[922,2723],[471,2723],[471,2707],[479,2696],[479,2630],[492,2626]]},{"area":"169","points":[[1187,2441],[1191,2426],[1202,2407],[1225,2402],[1258,2398],[1280,2399],[1298,2403],[1322,2408],[1360,2400],[1380,2400],[1389,2390],[1409,2381],[1422,2383],[1427,2403],[1427,2435],[1427,2464],[1441,2483],[1444,2498],[1422,2507],[1395,2507],[1373,2510],[1322,2521],[1278,2521],[1251,2523],[1224,2522],[1198,2512],[1181,2493],[1174,2477],[1174,2463]]},{"area":"16c","points":[[1394,2624],[1418,2619],[1445,2617],[1463,2622],[1504,2613],[1524,2597],[1559,2582],[1593,2565],[1592,2550],[1592,2536],[1601,2515],[1619,2508],[1655,2505],[1675,2507],[1703,2511],[1721,2520],[1740,2526],[1761,2519],[1790,2521],[1824,2522],[1851,2521],[1871,2517],[1907,2512],[1968,2515],[1979,2528],[1999,2537],[2008,2550],[2008,2728],[1711,2728],[1716,2712],[1713,2695],[1705,2684],[1713,2672],[1705,2658],[1707,2643],[1700,2634],[1708,2613],[1690,2621],[1679,2628],[1672,2644],[1643,2663],[1634,2667],[1607,2675],[1590,2690],[1570,2698],[1537,2723],[1394,2723]]},{"area":"15f","points":[[690,2136],[690,2333],[1527,2333],[1527,2136]]},{"area":"160","points":[[1533,2125],[1611,2047],[1806,2047],[1806,2431],[1618,2431],[1533,2346]]},{"area":"170","points":[[1788,1861],[1781,1819],[1782,1773],[1795,1736],[1800,1716],[1844,1719],[1847,1707],[1867,1696],[1886,1693],[1890,1686],[1906,1685],[1913,1672],[1931,1667],[1937,1668],[1950,1657],[1966,1659],[1986,1659],[2010,1652],[2023,1660],[2054,1670],[2069,1685],[2062,1700],[2055,1716],[2042,1726],[2030,1740],[2036,1772],[2014,1772],[2002,1762],[1980,1761],[1961,1764],[1951,1776],[1927,1783],[1902,1797],[1921,1809],[1936,1810],[1953,1819],[1974,1817],[1984,1828],[1982,1839],[1996,1848],[1976,1852],[1954,1865],[1919,1878],[1908,1873],[1895,1873],[1892,1894],[1899,1909],[1890,1928],[1894,1941],[1885,1955],[1885,1966],[1864,1973],[1833,1983],[1817,1968],[1795,1962],[1800,1949],[1785,1927],[1802,1909],[1800,1893],[1811,1877],[1803,1865]]},{"area":"171","points":[[1401,2050],[1412,2043],[1418,2024],[1431,2008],[1424,2000],[1420,1974],[1415,1954],[1427,1937],[1423,1924],[1412,1916],[1417,1899],[1415,1886],[1433,1871],[1438,1860],[1425,1831],[1436,1819],[1451,1815],[1456,1798],[1467,1787],[1472,1773],[1475,1746],[1485,1736],[1495,1736],[1504,1726],[1521,1732],[1547,1728],[1563,1744],[1582,1755],[1601,1745],[1626,1741],[1660,1739],[1662,1723],[1690,1711],[1698,1703],[1719,1705],[1735,1718],[1745,1728],[1759,1728],[1777,1738],[1768,1769],[1769,1818],[1780,1866],[1768,1871],[1766,1859],[1759,1856],[1748,1861],[1733,1858],[1725,1844],[1713,1841],[1698,1855],[1701,1873],[1700,1892],[1699,1910],[1694,1935],[1676,1926],[1650,1913],[1645,1924],[1662,1936],[1678,1939],[1690,1958],[1703,1981],[1697,2000],[1680,2006],[1661,1999],[1649,1993],[1650,1977],[1660,1970],[1657,1961],[1646,1958],[1620,1966],[1593,1967],[1581,1955],[1578,1937],[1572,1929],[1559,1934],[1548,1947],[1537,1958],[1518,1968],[1516,1978],[1524,1998],[1523,2017],[1506,2026],[1483,2036],[1457,2038],[1447,2059],[1438,2080],[1414,2082],[1402,2068]]},{"area":"174","points":[[1615,1273],[1615,1434],[1710,1434],[1710,1273]]},{"area":"052","points":[[1467,1349],[1467,1596],[1561,1596],[1561,1349]]},{"area":"178","points":[[1858,1297],[1858,1596],[1960,1596],[1960,1297]]},{"area":"17a","points":[[1612,1447],[1612,1593],[1815,1593],[1815,1447]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/012-atg05.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/017-atg05-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":5,"offsetY":62,"scale":2,"distance":10},"mapParent":{"id":"222","autoScale":true},"width":2252,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/015-atg06.webp"},"title":"Map 6.6: Hall of the Fire Giant King—Second Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-12,"offsetY":19,"distance":10},"id":"223","mapRegions":[{"area":"1dc","points":[[273,468],[273,522],[294,544],[321,565],[353,585],[385,606],[427,626],[462,639],[504,649],[545,655],[589,659],[632,655],[677,650],[724,638],[769,624],[800,611],[835,592],[863,573],[887,553],[914,533],[914,468]]},{"area":"1da","points":[[272,538],[298,560],[338,591],[380,615],[433,642],[478,657],[539,669],[600,670],[623,670],[623,1226],[593,1226],[593,1278],[546,1278],[546,1211],[423,1211],[423,1275],[272,1275]]},{"area":"1db","points":[[918,729],[868,726],[825,727],[788,740],[757,761],[741,796],[737,839],[745,864],[763,888],[779,906],[791,940],[790,990],[794,1040],[798,1073],[800,1117],[795,1145],[769,1175],[752,1189],[731,1210],[711,1231],[810,1335],[832,1330],[856,1326],[880,1326],[901,1328],[918,1334]]},{"area":"1c6","points":[[979,1397],[979,1489],[1032,1489],[1032,1397]]},{"area":"1c7","points":[[1090,1397],[1090,1488],[1196,1488],[1196,1397]]},{"area":"1be","points":[[239,1526],[253,1541],[256,1558],[277,1561],[278,1546],[275,1535],[295,1531],[311,1536],[315,1522],[330,1518],[338,1510],[350,1515],[360,1526],[360,1538],[373,1547],[386,1544],[396,1541],[399,1549],[390,1566],[393,1583],[412,1583],[430,1569],[439,1552],[454,1550],[466,1552],[463,1572],[474,1583],[483,1576],[500,1572],[511,1584],[502,1595],[517,1614],[501,1627],[495,1639],[493,1651],[514,1659],[510,1680],[513,1700],[523,1710],[549,1710],[557,1712],[554,1724],[559,1731],[561,1744],[574,1747],[579,1753],[576,1769],[587,1780],[598,1833],[590,1845],[585,1856],[565,1855],[561,1876],[555,1880],[536,1880],[524,1884],[526,1894],[529,1906],[512,1914],[495,1918],[493,1925],[502,1937],[509,1946],[508,1964],[496,1975],[484,1985],[491,1998],[475,2001],[461,2003],[446,1995],[439,1986],[425,1998],[411,1998],[414,1984],[402,1974],[404,1954],[399,1943],[383,1935],[392,1927],[392,1893],[385,1883],[381,1865],[372,1859],[354,1865],[356,1880],[359,1893],[348,1894],[335,1907],[345,1933],[315,1946],[319,1963],[309,1973],[288,1970],[291,1983],[279,2000],[281,2016],[283,2024],[261,2031],[256,2046],[254,2062],[228,2071],[224,2052],[208,2039],[202,2020],[211,2007],[218,1986],[203,1977],[195,1967],[198,1961],[212,1957],[214,1939],[205,1930],[215,1921],[234,1920],[228,1908],[234,1893],[251,1892],[271,1881],[267,1874],[245,1876],[224,1876],[216,1866],[203,1870],[183,1858],[192,1850],[203,1839],[201,1827],[187,1825],[173,1833],[161,1817],[165,1800],[181,1788],[195,1791],[212,1778],[201,1768],[205,1756],[223,1752],[218,1738],[218,1725],[222,1716],[252,1701],[251,1686],[234,1675],[227,1669],[237,1646],[243,1631],[227,1622],[213,1618],[217,1609],[218,1594],[217,1579],[211,1565],[222,1563],[232,1569],[242,1561],[229,1548],[225,1533]]},{"area":"1de","points":[[832,1614],[933,1614],[930,1624],[929,1719],[942,1729],[967,1727],[985,1726],[992,1707],[992,1671],[1009,1669],[1030,1670],[1059,1672],[1082,1677],[1085,1693],[1087,1734],[1087,1791],[1087,1828],[993,1828],[984,1796],[985,1778],[970,1775],[961,1785],[964,1814],[965,1825],[867,1825],[867,1778],[827,1778],[818,1760],[829,1741],[826,1724],[824,1719],[829,1704],[823,1692],[820,1682],[835,1671],[831,1647],[830,1635]]},{"area":"1c8","points":[[1141,1669],[1141,1718],[1245,1718],[1245,1669]]},{"area":"1c9","points":[[1147,1779],[1147,1828],[1243,1828],[1243,1779]]},{"area":"1ca","points":[[1373,1734],[1373,1830],[1469,1830],[1469,1734]]},{"area":"1cb","points":[[764,2010],[764,2050],[811,2050],[811,2010]]},{"area":"1cc","points":[[873,2011],[873,2049],[922,2049],[922,2011]]},{"area":"1cd","points":[[979,2009],[979,2049],[1032,2049],[1032,2009]]},{"area":"1ce","points":[[1092,2010],[1092,2050],[1142,2050],[1142,2010]]},{"area":"1c1","points":[[1034,2108],[1147,2108],[1158,2111],[1167,2130],[1191,2145],[1229,2151],[1201,2176],[1193,2199],[1197,2232],[1215,2240],[1237,2249],[1237,2261],[1218,2278],[1190,2268],[1172,2265],[1161,2257],[1141,2255],[1127,2255],[1096,2259],[1086,2254],[1049,2255],[1036,2262],[1006,2267],[986,2254],[991,2227],[989,2218],[982,2174],[997,2165],[1015,2166],[1033,2167],[1039,2146],[1038,2132]]},{"area":"1b3","points":[[1309,2107],[1578,2107],[1578,2323],[1526,2323],[1526,2360],[1416,2360],[1416,2270],[1308,2266]]},{"area":"1b0","points":[[870,2383],[981,2383],[1035,2329],[1191,2329],[1191,2431],[1090,2431],[1036,2485],[983,2485],[983,2544],[870,2544]]},{"area":"1ad","points":[[269,2107],[269,2704],[482,2704],[482,2107]]},{"area":"1b8","points":[[1364,2603],[1418,2603],[1418,2561],[1524,2561],[1524,2603],[1575,2603],[1575,2763],[1364,2763]]},{"area":"1bb","points":[[1635,2378],[1688,2325],[1688,2110],[1960,2110],[1969,2119],[1966,2131],[1976,2158],[1963,2172],[1949,2212],[1959,2239],[1956,2270],[1954,2292],[1979,2316],[1987,2345],[1988,2381],[1976,2411],[1974,2456],[1972,2498],[1971,2528],[1977,2564],[1973,2602],[1969,2621],[1945,2646],[1922,2668],[1884,2698],[1848,2715],[1814,2720],[1782,2723],[1748,2721],[1719,2730],[1694,2725],[1694,2602],[1638,2546]]},{"area":"1cf","points":[[1360,1999],[1360,2044],[1472,2044],[1472,1999]]},{"area":"1d0","points":[[1527,2007],[1527,2052],[1583,2052],[1583,2007]]},{"area":"1d3","points":[[1529,1724],[1529,1879],[1637,1879],[1637,1724]]},{"area":"1d6","points":[[1807,1757],[1855,1739],[1871,1724],[1874,1704],[1890,1692],[1899,1675],[1919,1664],[1934,1660],[1946,1674],[1951,1705],[1966,1716],[1972,1753],[1966,1758],[1975,1773],[1985,1791],[1974,1808],[1974,1833],[1961,1845],[1962,1873],[1933,1885],[1907,1885],[1874,1888],[1844,1871],[1853,1854],[1862,1842],[1857,1825],[1863,1810],[1861,1799],[1862,1790],[1861,1775],[1866,1766],[1852,1768],[1829,1781],[1807,1790]]},{"area":"1d6","points":[[1689,1723],[1689,1877],[1803,1877],[1803,1723]]},{"area":"1d1","points":[[1687,2009],[1687,2050],[1745,2050],[1745,2009]]},{"area":"1d2","points":[[1814,1946],[1867,1938],[1888,1925],[1900,1924],[1908,1933],[1907,1950],[1908,1990],[1881,1995],[1853,1996],[1814,1997]]},{"area":"1ed","points":[[1635,1502],[1799,1319],[1801,1169],[1910,1169],[1910,1375],[2021,1500],[2021,1612],[1840,1612],[1813,1611],[1784,1601],[1747,1603],[1715,1608],[1682,1612],[1635,1607]]},{"area":"1e9","points":[[1584,960],[1691,960],[1691,815],[1636,750],[1742,715],[1797,782],[1797,960],[1908,960],[1908,1161],[1789,1161],[1771,1163],[1757,1174],[1737,1175],[1584,1169]]},{"area":"1e6","points":[[1158,792],[1256,792],[1363,685],[1467,685],[1467,794],[1526,853],[1535,873],[1526,887],[1526,965],[1506,977],[1472,985],[1472,1061],[1285,1061],[1285,924],[1273,903],[1158,903]]},{"area":"1e3","points":[[1033,777],[1140,777],[1140,680],[1246,680],[1246,626],[1308,626],[1308,519],[1360,519],[1360,410],[1007,410],[998,434],[996,460],[1001,493],[1004,512],[1016,520],[1033,522]]},{"area":"1ec","points":[[1421,412],[1850,412],[1867,421],[1887,435],[1895,458],[1899,509],[1904,570],[1744,570],[1744,707],[1631,745],[1529,627],[1421,627]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/015-atg06.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/021-atg06-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":16,"offsetY":-8,"distance":10},"mapParent":{"id":"223","autoScale":true},"width":2254,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/018-atg07.webp"},"title":"Map 6.7: Hall of the Fire Giant King—Third Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-4,"offsetY":-6,"distance":10},"id":"224","mapRegions":[{"area":"20e","points":[[1997,2054],[1985,2046],[1977,2020],[1951,1998],[1960,1971],[1955,1958],[1952,1938],[1964,1925],[1964,1914],[1979,1900],[1997,1877],[2004,1859],[1986,1845],[1982,1831],[2002,1816],[2000,1800],[1994,1789],[1982,1768],[2000,1755],[2004,1734],[1993,1734],[1988,1720],[1999,1711],[2015,1708],[2033,1702],[2053,1699],[2070,1707],[2063,1718],[2078,1726],[2100,1728],[2115,1745],[2125,1764],[2124,1775],[2108,1784],[2115,1802],[2104,1816],[2096,1822],[2097,1842],[2071,1852],[2059,1876],[2069,1886],[2085,1899],[2088,1911],[2074,1924],[2081,1937],[2085,1958],[2084,1984],[2077,2006],[2064,2023],[2060,2040],[2050,2064],[2020,2075]]},{"area":"20d","points":[[1642,2536],[1599,2553],[1575,2571],[1571,2593],[1576,2617],[1574,2645],[1557,2677],[1566,2701],[1562,2727],[1563,2744],[1573,2753],[1601,2750],[1634,2753],[1653,2738],[1674,2743],[1681,2746],[1687,2739],[1713,2752],[1721,2756],[1762,2745],[1766,2721],[1770,2690],[1775,2684],[1797,2681],[1797,2665],[1823,2664],[1834,2673],[1849,2657],[1868,2660],[1868,2671],[1885,2669],[1889,2614],[1891,2560],[1888,2540],[1890,2497],[1898,2453],[1902,2428],[1891,2413],[1866,2407],[1815,2416],[1792,2414],[1772,2428],[1767,2439],[1750,2452],[1733,2446],[1723,2446],[1698,2458],[1691,2472],[1692,2494],[1676,2506],[1672,2517],[1657,2533]]},{"area":"204","points":[[1741,2114],[1758,2101],[1779,2110],[1786,2126],[1799,2136],[1806,2114],[1805,2101],[1788,2082],[1785,2068],[1785,2043],[1785,2011],[1801,1987],[1821,1993],[1824,2010],[1829,2039],[1845,2051],[1872,2059],[1893,2076],[1898,2106],[1904,2125],[1913,2149],[1912,2175],[1894,2182],[1896,2208],[1886,2233],[1868,2247],[1847,2250],[1835,2232],[1824,2218],[1807,2209],[1782,2217],[1765,2221],[1756,2212],[1740,2209],[1719,2207],[1707,2199],[1707,2169],[1730,2155],[1747,2139],[1746,2128]]},{"area":"207","points":[[1104,2030],[1122,2024],[1134,2038],[1134,2051],[1151,2072],[1169,2086],[1181,2099],[1177,2122],[1182,2145],[1198,2148],[1206,2124],[1206,2109],[1211,2096],[1219,2081],[1218,2059],[1219,2041],[1209,2025],[1239,2018],[1259,2025],[1266,2044],[1257,2057],[1267,2068],[1255,2094],[1256,2124],[1271,2129],[1288,2114],[1299,2106],[1303,2087],[1302,2073],[1299,2061],[1311,2056],[1328,2061],[1341,2087],[1337,2107],[1325,2118],[1331,2131],[1333,2153],[1301,2162],[1290,2169],[1299,2189],[1309,2199],[1294,2214],[1302,2230],[1287,2231],[1276,2249],[1269,2262],[1246,2265],[1230,2247],[1213,2250],[1199,2249],[1178,2237],[1159,2235],[1146,2247],[1126,2245],[1110,2231],[1087,2216],[1077,2198],[1079,2181],[1097,2179],[1101,2170],[1117,2163],[1127,2143],[1126,2138],[1138,2125],[1137,2112],[1116,2102],[1100,2095],[1098,2086],[1095,2067],[1090,2060],[1099,2044]]},{"area":"20c","points":[[1125,2539],[1133,2519],[1151,2513],[1165,2527],[1173,2530],[1169,2549],[1162,2579],[1165,2606],[1176,2618],[1193,2609],[1192,2591],[1194,2564],[1206,2539],[1222,2526],[1226,2507],[1239,2503],[1245,2496],[1279,2495],[1296,2492],[1312,2483],[1335,2485],[1350,2470],[1376,2467],[1389,2467],[1406,2473],[1421,2462],[1441,2464],[1458,2451],[1484,2454],[1498,2471],[1521,2482],[1506,2498],[1506,2517],[1494,2531],[1495,2553],[1496,2579],[1499,2607],[1507,2624],[1496,2659],[1482,2676],[1450,2702],[1427,2718],[1411,2731],[1392,2729],[1377,2733],[1358,2725],[1346,2737],[1322,2725],[1301,2717],[1291,2731],[1265,2734],[1249,2726],[1231,2736],[1206,2738],[1190,2718],[1170,2715],[1148,2720],[1139,2692],[1117,2684],[1110,2662],[1100,2626],[1107,2599],[1125,2572],[1132,2553]]},{"area":"20b","points":[[990,2398],[1004,2366],[986,2323],[964,2320],[960,2303],[941,2313],[931,2326],[912,2319],[891,2331],[874,2330],[858,2334],[837,2344],[830,2358],[802,2363],[791,2375],[768,2387],[747,2399],[748,2414],[759,2423],[753,2440],[747,2447],[743,2458],[727,2469],[735,2487],[727,2496],[731,2518],[737,2528],[730,2540],[704,2553],[687,2575],[696,2589],[687,2616],[692,2636],[696,2661],[704,2678],[715,2708],[733,2728],[741,2744],[756,2750],[773,2759],[787,2774],[802,2770],[829,2771],[852,2767],[877,2755],[893,2737],[909,2726],[927,2713],[943,2706],[926,2686],[893,2683],[872,2704],[862,2677],[871,2665],[876,2655],[886,2642],[905,2615],[923,2595],[919,2575],[924,2544],[923,2526],[939,2506],[936,2495],[955,2484],[951,2463],[957,2445],[949,2426],[967,2405],[978,2406]]},{"area":"1f9","points":[[430,2467],[449,2448],[485,2467],[508,2470],[526,2475],[536,2490],[541,2516],[565,2524],[580,2514],[598,2512],[617,2522],[620,2548],[624,2558],[610,2594],[600,2600],[592,2622],[593,2642],[576,2641],[561,2654],[567,2673],[558,2684],[547,2689],[533,2707],[522,2708],[510,2716],[497,2699],[493,2689],[482,2681],[472,2639],[473,2606],[477,2579],[466,2563],[459,2542],[447,2531],[447,2497],[440,2483]]},{"area":"1fa","points":[[464,1515],[402,1497],[367,1465],[323,1398],[316,1361],[318,1342],[307,1332],[309,1320],[324,1316],[344,1300],[342,1281],[360,1275],[373,1271],[384,1258],[400,1262],[419,1269],[452,1263],[463,1263],[472,1260],[485,1266],[499,1279],[520,1277],[532,1263],[535,1252],[551,1254],[564,1260],[575,1243],[593,1246],[612,1240],[629,1238],[637,1241],[657,1228],[662,1247],[664,1256],[676,1262],[682,1276],[692,1286],[697,1303],[718,1313],[711,1343],[707,1355],[727,1375],[738,1384],[728,1399],[724,1406],[708,1404],[705,1384],[680,1384],[672,1396],[652,1397],[644,1410],[624,1411],[610,1416],[621,1433],[611,1441],[592,1447],[585,1439],[561,1445],[531,1440],[521,1459],[514,1477],[502,1482],[489,1492],[477,1503]]},{"area":"21a","points":[[469,403],[487,397],[509,403],[522,392],[538,385],[556,396],[572,407],[581,416],[604,411],[615,405],[613,387],[631,392],[647,389],[666,388],[678,394],[688,400],[676,411],[685,423],[698,418],[713,427],[705,438],[699,451],[706,467],[706,477],[693,493],[689,506],[675,521],[668,546],[674,555],[668,566],[674,577],[693,578],[695,603],[689,636],[678,675],[648,698],[644,748],[623,805],[603,848],[552,882],[511,904],[476,924],[437,942],[483,855],[494,792],[489,775],[508,767],[503,753],[510,728],[510,713],[494,703],[500,674],[495,657],[486,648],[498,631],[497,617],[471,604],[472,586],[462,572],[468,560],[478,544],[474,538],[479,523],[473,515],[472,491],[463,483],[463,468],[452,456],[459,437],[466,421]]},{"area":"216","points":[[1038,573],[1056,591],[1078,578],[1085,572],[1082,561],[1089,551],[1088,540],[1102,536],[1111,515],[1121,505],[1110,494],[1104,480],[1120,474],[1114,462],[1120,457],[1133,453],[1153,449],[1159,441],[1181,441],[1200,445],[1217,419],[1216,404],[1225,391],[1217,380],[1214,364],[1198,354],[1179,356],[1169,353],[1155,354],[1135,353],[1116,359],[1092,367],[1077,382],[1080,404],[1068,418],[1050,430],[1041,453],[1035,473],[1026,488],[1038,501],[1040,521],[1037,542],[1037,559]]},{"area":"219","points":[[460,1117],[493,1099],[561,1065],[622,1037],[662,1014],[715,992],[744,959],[767,915],[787,876],[787,833],[808,790],[823,765],[856,760],[926,754],[913,784],[888,799],[860,811],[863,831],[856,852],[846,874],[854,893],[856,916],[869,934],[887,940],[882,968],[890,987],[911,990],[916,1004],[906,1013],[912,1044],[909,1074],[898,1105],[890,1120],[861,1121],[841,1120],[829,1129],[830,1125],[811,1130],[802,1113],[766,1122],[757,1103],[747,1110],[728,1108],[717,1094],[705,1099],[677,1093],[671,1105],[657,1121],[634,1115],[630,1133],[616,1143],[602,1149],[589,1135],[577,1137],[556,1152],[545,1145],[542,1134],[539,1123],[520,1118],[502,1123],[483,1120]]},{"area":"212","points":[[1087,858],[1085,846],[1095,833],[1094,812],[1113,800],[1136,799],[1158,798],[1153,787],[1164,777],[1182,785],[1201,785],[1211,779],[1234,759],[1242,745],[1258,744],[1270,739],[1282,722],[1299,724],[1311,734],[1322,740],[1322,752],[1344,755],[1341,776],[1338,786],[1349,800],[1373,795],[1388,804],[1399,810],[1398,825],[1409,836],[1410,855],[1380,869],[1368,864],[1347,870],[1337,878],[1331,898],[1319,903],[1306,910],[1301,921],[1281,930],[1257,932],[1231,932],[1223,944],[1206,945],[1197,957],[1180,948],[1158,942],[1143,917],[1129,917],[1111,917],[1108,897],[1088,896],[1076,883],[1082,875]]},{"area":"1fc","points":[[1011,1187],[1015,1145],[1006,1130],[1008,1112],[999,1101],[985,1089],[977,1072],[966,1060],[970,1040],[985,1024],[992,1014],[1003,1000],[1018,977],[1040,970],[1052,987],[1074,1008],[1080,1021],[1103,1029],[1119,1033],[1135,1041],[1168,1040],[1186,1033],[1200,1034],[1214,1032],[1230,1040],[1261,1032],[1276,1024],[1284,1029],[1308,1022],[1334,1007],[1348,1002],[1369,1003],[1394,995],[1416,1002],[1416,1013],[1439,1007],[1460,1004],[1462,999],[1479,1012],[1492,1016],[1494,1000],[1511,1002],[1533,994],[1545,978],[1566,979],[1587,975],[1599,968],[1598,954],[1613,948],[1636,963],[1645,980],[1650,1006],[1645,1021],[1652,1038],[1633,1048],[1616,1059],[1607,1064],[1604,1071],[1571,1078],[1552,1088],[1555,1104],[1574,1109],[1585,1130],[1593,1145],[1584,1156],[1589,1176],[1573,1187],[1567,1204],[1543,1223],[1530,1215],[1514,1216],[1495,1223],[1471,1234],[1461,1220],[1444,1213],[1420,1211],[1397,1205],[1382,1200],[1361,1195],[1344,1189],[1335,1176],[1342,1158],[1325,1146],[1312,1152],[1305,1170],[1306,1183],[1289,1192],[1283,1186],[1262,1191],[1255,1192],[1245,1200],[1222,1191],[1195,1198],[1178,1189],[1157,1185],[1141,1195],[1138,1221],[1123,1237],[1104,1247],[1077,1257],[1068,1266],[1044,1264],[1030,1284],[1019,1275],[1007,1279],[988,1235],[986,1217],[1002,1205]]},{"area":"1fe","points":[[1254,1481],[1277,1470],[1290,1458],[1302,1437],[1282,1417],[1289,1399],[1309,1388],[1306,1379],[1323,1359],[1348,1360],[1355,1372],[1382,1375],[1408,1371],[1413,1362],[1449,1357],[1451,1342],[1431,1336],[1424,1322],[1439,1311],[1409,1297],[1385,1289],[1370,1273],[1350,1280],[1334,1270],[1309,1272],[1297,1262],[1279,1268],[1266,1251],[1244,1260],[1226,1274],[1211,1277],[1195,1281],[1186,1298],[1186,1323],[1177,1339],[1159,1358],[1156,1389],[1162,1402],[1185,1406],[1212,1408],[1220,1417],[1218,1428],[1207,1440],[1218,1454],[1224,1464],[1235,1475]]},{"area":"1fb","points":[[763,1193],[788,1187],[803,1192],[816,1189],[825,1200],[845,1196],[862,1197],[879,1209],[881,1195],[901,1186],[911,1176],[928,1177],[938,1189],[926,1207],[919,1220],[886,1221],[870,1240],[872,1263],[892,1277],[901,1293],[888,1314],[862,1338],[810,1353],[812,1342],[820,1332],[815,1321],[801,1307],[803,1277],[795,1266],[795,1251],[783,1245],[777,1228],[763,1220],[760,1209]]},{"area":"1fd","points":[[1141,1733],[1151,1665],[1156,1616],[1174,1591],[1186,1553],[1206,1537],[1225,1525],[1225,1516],[1254,1511],[1260,1495],[1286,1486],[1306,1474],[1316,1454],[1336,1446],[1337,1435],[1360,1429],[1379,1407],[1401,1412],[1415,1404],[1431,1401],[1450,1394],[1466,1404],[1485,1407],[1501,1395],[1516,1385],[1539,1413],[1533,1437],[1523,1461],[1530,1477],[1541,1486],[1547,1516],[1561,1526],[1579,1540],[1606,1554],[1636,1580],[1659,1625],[1665,1649],[1671,1677],[1687,1700],[1706,1703],[1713,1722],[1733,1723],[1750,1745],[1739,1768],[1743,1799],[1761,1798],[1781,1832],[1784,1855],[1771,1884],[1756,1906],[1716,1914],[1699,1913],[1686,1928],[1673,1935],[1630,1936],[1620,1919],[1608,1898],[1590,1901],[1573,1901],[1575,1889],[1564,1874],[1547,1875],[1528,1889],[1510,1892],[1503,1914],[1413,1916],[1391,1899],[1383,1887],[1360,1891],[1332,1862],[1324,1859],[1309,1854],[1318,1839],[1319,1814],[1311,1803],[1294,1767],[1271,1761],[1255,1750],[1229,1745],[1211,1734],[1196,1728],[1169,1733],[1153,1740]]},{"area":"213","points":[[1583,482],[1588,434],[1600,414],[1601,401],[1597,386],[1612,375],[1617,358],[1639,343],[1653,344],[1664,358],[1677,355],[1689,364],[1704,361],[1708,385],[1726,389],[1741,398],[1752,392],[1772,396],[1790,396],[1818,399],[1833,391],[1833,373],[1852,371],[1873,367],[1893,356],[1917,344],[1931,345],[1938,332],[1965,330],[1981,335],[1994,351],[2007,359],[2020,368],[2032,366],[2041,382],[2048,396],[2044,404],[2056,420],[2056,444],[2061,459],[2046,478],[2032,490],[2040,507],[2033,516],[2053,534],[2057,552],[2039,562],[2031,572],[2043,593],[2039,612],[2046,629],[2047,646],[2030,653],[2032,673],[2013,680],[2016,696],[2010,703],[2019,716],[2012,723],[2027,740],[2027,756],[2013,766],[1994,761],[1974,766],[1949,765],[1925,780],[1906,778],[1888,789],[1882,799],[1872,816],[1859,823],[1814,824],[1789,817],[1771,810],[1754,813],[1740,808],[1728,810],[1715,801],[1690,801],[1669,802],[1659,795],[1651,784],[1651,773],[1652,756],[1647,742],[1652,705],[1653,682],[1651,656],[1650,650],[1667,625],[1659,615],[1645,604],[1635,585],[1640,576],[1641,565],[1631,559],[1613,560],[1608,553],[1610,543],[1607,530],[1616,516],[1599,504],[1596,495]]},{"area":"20f","points":[[1721,1059],[1767,1070],[1790,1081],[1820,1086],[1837,1075],[1852,1076],[1871,1076],[1904,1087],[1907,1104],[1917,1119],[1925,1143],[1928,1157],[1944,1154],[1964,1132],[1975,1128],[1991,1135],[1999,1152],[2001,1160],[2024,1153],[2042,1157],[2060,1156],[2079,1170],[2086,1199],[2081,1220],[2084,1236],[2064,1247],[2045,1254],[2040,1268],[2020,1278],[2016,1297],[2009,1310],[2014,1328],[1994,1346],[1963,1361],[1920,1360],[1911,1358],[1880,1325],[1871,1307],[1866,1298],[1837,1247],[1830,1229],[1836,1209],[1814,1196],[1791,1197],[1752,1181],[1739,1169],[1719,1153],[1728,1143],[1726,1138],[1725,1120],[1727,1100],[1715,1089],[1716,1080],[1721,1067]]},{"area":"1f6","points":[[458,2277],[456,2252],[455,2235],[451,2219],[465,2206],[495,2194],[490,2180],[491,2162],[482,2145],[490,2131],[500,2132],[492,2112],[503,2099],[509,2093],[508,2076],[506,2055],[518,2041],[512,2020],[514,2005],[523,2003],[532,1985],[550,1978],[547,1965],[550,1947],[564,1932],[570,1914],[589,1907],[604,1900],[621,1886],[635,1882],[648,1878],[663,1870],[675,1862],[692,1870],[702,1866],[708,1846],[722,1834],[734,1827],[769,1847],[771,1866],[774,1878],[761,1885],[757,1903],[759,1913],[741,1923],[733,1933],[744,1947],[754,1947],[744,1968],[748,1998],[751,2015],[759,2028],[749,2047],[747,2064],[725,2075],[699,2082],[691,2113],[682,2128],[662,2153],[641,2145],[627,2152],[625,2159],[600,2158],[586,2163],[592,2187],[572,2191],[560,2195],[565,2212],[546,2220],[552,2239],[536,2251],[514,2241],[501,2247],[488,2260],[477,2280]]},{"area":"201","points":[[1870,1596],[1853,1589],[1850,1573],[1858,1561],[1877,1535],[1893,1522],[1902,1504],[1898,1493],[1916,1485],[1917,1468],[1900,1466],[1880,1470],[1857,1474],[1832,1468],[1805,1481],[1775,1497],[1765,1516],[1777,1540],[1769,1555],[1744,1566],[1735,1581],[1740,1593],[1743,1610],[1738,1620],[1752,1634],[1763,1656],[1778,1663],[1773,1689],[1788,1702],[1789,1715],[1793,1731],[1809,1740],[1815,1730],[1824,1714],[1832,1707],[1835,1694],[1826,1680],[1830,1666],[1837,1658],[1851,1664],[1860,1659],[1874,1641],[1876,1634],[1871,1616]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/018-atg07.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/025-atg07-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":24,"offsetY":23,"distance":10},"mapParent":{"id":"224","autoScale":true},"width":2253,"height":3000}]}]},"TftYP-ToH":{"id":"TftYP-ToH","source":"TftYP-ToH","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Tomb of Horrors","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-ToH/001-toh01.webp"},"title":"Map 7.1: Tomb of Horrors","width":2288,"height":3000,"imageType":"map","grid":{"type":"square","size":59,"offsetX":14,"offsetY":19,"distance":10},"id":"0d3","mapRegions":[{"area":"026","points":[[308,314],[308,538],[420,538],[420,314]]},{"area":"058","points":[[635,652],[635,730],[715,730],[715,652]]},{"area":"058","points":[[632,770],[632,846],[714,846],[714,770]]},{"area":"054","points":[[480,489],[480,542],[595,542],[595,489]]},{"area":"050","points":[[714,546],[714,1313],[834,1313],[834,546]]},{"area":"06e","points":[[289,1005],[289,1041],[379,1041],[379,1005]]},{"area":"05e","points":[[423,1789],[481,1789],[481,1494],[891,1494],[891,1907],[487,1907],[487,1849],[423,1849]]},{"area":"06a","points":[[895,1793],[895,1853],[1013,1853],[1013,1793]]},{"area":"077","points":[[188,2392],[188,2504],[306,2504],[306,2392]]},{"area":"074","points":[[487,2093],[487,2145],[601,2145],[601,2093]]},{"area":"075","points":[[186,2205],[485,2205],[485,2152],[539,2152],[539,2265],[186,2265]]},{"area":"07f","points":[[420,2390],[420,2624],[770,2624],[770,2390]]},{"area":"083","points":[[425,2744],[425,2801],[540,2801],[540,2744]]},{"area":"087","points":[[840,2508],[840,2683],[1009,2683],[1009,2508]]},{"area":"058","points":[[1012,2506],[1012,2567],[1083,2567],[1083,2506]]},{"area":"058","points":[[1188,2738],[1188,2810],[1252,2810],[1252,2738]]},{"area":"0c7","points":[[1371,2202],[1371,2449],[1489,2449],[1489,2202]]},{"area":"092","points":[[1190,2038],[1190,2136],[1253,2136],[1253,2038]]},{"area":"095","points":[[1258,1791],[1371,1791],[1371,1672],[1255,1672],[1255,1554],[1425,1554],[1425,1848],[1258,1848]]},{"area":"0ca","points":[[1540,2048],[1540,2097],[1622,2097],[1622,2048]]},{"area":"0cb","points":[[1552,2101],[1552,2207],[1608,2207],[1608,2101]]},{"area":"0bf","points":[[1668,2030],[1668,2267],[1968,2267],[1968,2030]]},{"area":"02e","points":[[1242,302],[1242,441],[1364,441],[1364,302]]},{"area":"02a","points":[[1848,351],[1962,351],[1962,469],[2082,469],[2082,536],[1961,536],[1961,714],[1848,714]]},{"area":"0b0","points":[[1731,840],[1903,840],[1903,954],[1845,954],[1845,1068],[1787,1068],[1787,958],[1731,958]]},{"area":"039","points":[[1372,1045],[1372,1101],[1449,1101],[1449,1045]]},{"area":"03b","points":[[1251,1106],[1251,1134],[1366,1134],[1366,1106]]},{"area":"033","points":[[1247,450],[1247,1057],[1363,1057],[1363,450]]},{"area":"045","points":[[950,488],[1067,488],[1067,541],[1122,541],[1122,598],[1065,598],[1065,653],[950,653]]},{"area":"04a","points":[[896,663],[896,837],[1124,837],[1124,663]]},{"area":"059","points":[[954,1137],[954,1313],[1124,1313],[1124,1137]]},{"area":"040","points":[[1013,1371],[1013,1435],[1071,1435],[1071,1371]]},{"area":"098","points":[[1447,1364],[1447,1433],[1490,1433],[1490,1364]]},{"area":"099","points":[[1490,1078],[1539,1078],[1539,1136],[1611,1136],[1611,1078],[1780,1078],[1780,1137],[1854,1137],[1854,1078],[2016,1078],[2016,1136],[2087,1136],[2087,1078],[2145,1078],[2145,1730],[1490,1730]]},{"area":"0a8","points":[[1550,1080],[1550,1129],[1601,1129],[1601,1080]]},{"area":"0a8","points":[[2028,1078],[2028,1128],[2078,1128],[2078,1078]]},{"area":"0ac","points":[[1789,1077],[1789,1128],[1843,1128],[1843,1077]]},{"area":"0ba","points":[[1786,1910],[1843,1910],[1898,2020],[1731,2020]]},{"area":"0b8","points":[[1790,1848],[1790,1906],[1841,1906],[1841,1848]]},{"area":"08d","points":[[1668,2505],[1721,2505],[1741,2508],[1749,2522],[1760,2530],[1762,2545],[1785,2541],[1789,2556],[1778,2567],[1786,2583],[1807,2585],[1833,2588],[1841,2603],[1838,2619],[1850,2631],[1861,2629],[1874,2636],[1876,2649],[1883,2666],[1900,2670],[1909,2690],[1914,2705],[1920,2719],[1930,2732],[1941,2752],[1927,2753],[1917,2768],[1918,2799],[1915,2815],[1902,2818],[1890,2827],[1877,2839],[1860,2830],[1843,2832],[1833,2840],[1823,2836],[1822,2828],[1797,2841],[1784,2828],[1771,2828],[1765,2839],[1745,2832],[1735,2824],[1717,2829],[1704,2842],[1696,2848],[1682,2847],[1671,2851],[1665,2841],[1645,2838],[1634,2821],[1625,2821],[1615,2825],[1598,2830],[1588,2818],[1573,2819],[1560,2812],[1568,2802],[1566,2790],[1550,2785],[1549,2756],[1560,2745],[1558,2723],[1547,2710],[1540,2685],[1553,2667],[1551,2629],[1561,2630],[1569,2610],[1560,2589],[1575,2574],[1590,2575],[1594,2569],[1609,2570],[1636,2561],[1633,2551],[1623,2532],[1623,2519],[1638,2512],[1648,2508]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-ToH/thumbnail/001-toh01.webp"},"page":"adventure.html","source":"TftYP-ToH","hash":"tftyp-toh"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-ToH/002-toh01_players.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-2,"offsetY":3,"distance":10},"mapParent":{"id":"0d3","autoScale":true},"width":3375,"height":4425}]}]},"ToA":{"id":"ToA","source":"ToA","prop":"adventure","chapters":[{"name":"Ch. 1: Port Nyanzaru","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/ToA/005-0202.webp"},"title":"Map 1.1: Port Nyanzaru","width":2800,"height":3800,"imageType":"map","grid":{"type":"none","size":113,"distance":100},"mapRegions":[{"area":"037","points":[[382,236],[399,253],[409,268],[439,274],[456,269],[472,268],[499,280],[499,292],[505,303],[522,302],[545,315],[561,323],[583,336],[600,355],[616,365],[622,394],[645,425],[671,462],[683,483],[690,519],[683,549],[687,589],[698,622],[674,613],[643,616],[605,612],[567,605],[551,587],[534,562],[527,547],[508,532],[487,522],[479,502],[452,496],[446,464],[423,445],[413,430],[414,391],[410,372],[392,360],[381,335],[393,316],[390,292],[391,265]]},{"area":"036","points":[[351,755],[375,724],[539,855],[510,890]]},{"area":"035","points":[[557,937],[536,919],[447,1020],[543,1106],[625,1000],[570,952],[624,884],[685,936],[767,840],[670,752],[588,856],[608,875]]},{"area":"039","points":[[865,1143],[928,1083],[929,1076],[967,1049],[961,1030],[998,1012],[1012,1048],[1075,1049],[1078,1065],[1146,1061],[1161,1054],[1176,1057],[1193,1069],[1189,1093],[1176,1105],[1160,1104],[1144,1094],[1139,1095],[1139,1176],[1107,1216],[935,1221]]},{"area":"03a","points":[[970,1247],[983,1258],[1010,1267],[1020,1263],[1033,1266],[1074,1270],[1073,1252],[1112,1238],[1119,1247],[1128,1242],[1138,1234],[1155,1204],[1167,1190],[1178,1170],[1204,1157],[1227,1149],[1228,1156],[1220,1158],[1224,1173],[1223,1187],[1231,1198],[1240,1206],[1245,1226],[1242,1236],[1230,1239],[1224,1246],[1221,1257],[1233,1272],[1222,1289],[1207,1304],[1189,1324],[1169,1335],[1141,1347],[1108,1356],[1079,1361],[1057,1354],[1037,1357],[1013,1357],[1005,1353],[993,1348],[967,1334],[940,1312],[932,1304],[944,1282],[953,1281],[962,1269],[962,1258]]},{"area":"03f","points":[[1019,989],[1019,943],[981,876],[973,852],[984,816],[1009,826],[1033,834],[1068,842],[1100,846],[1107,853],[1124,851],[1133,839],[1171,826],[1196,815],[1226,798],[1271,777],[1307,763],[1330,765],[1347,786],[1381,812],[1415,842],[1402,878],[1397,909],[1397,947],[1398,988],[1410,1024],[1228,1099],[1216,1061],[1198,1049],[1198,1045],[1180,1038],[1169,1027],[1146,1018],[1131,1007],[1106,1004],[1086,1015],[1076,1002],[1048,998],[1026,1006]]},{"area":"03b","points":[[727,1376],[745,1353],[746,1346],[753,1344],[771,1324],[778,1327],[797,1307],[816,1320],[819,1328],[841,1337],[854,1353],[869,1365],[879,1380],[891,1383],[904,1393],[905,1407],[912,1404],[929,1415],[929,1422],[936,1424],[949,1431],[960,1421],[977,1419],[980,1412],[997,1405],[1005,1405],[1010,1399],[1023,1393],[1030,1392],[1036,1384],[1056,1380],[1068,1401],[1076,1402],[1091,1424],[1097,1429],[1098,1436],[1106,1456],[1105,1464],[1115,1487],[1106,1495],[1096,1500],[1087,1500],[1080,1508],[1066,1513],[1060,1513],[1051,1523],[1042,1526],[1034,1526],[1024,1535],[1010,1540],[1016,1554],[1000,1572],[983,1571],[984,1589],[980,1603],[979,1615],[975,1625],[975,1638],[971,1648],[968,1670],[960,1683],[937,1678],[930,1682],[906,1678],[898,1679],[891,1673],[866,1666],[866,1661],[838,1653],[842,1646],[843,1632],[848,1625],[847,1611],[852,1598],[854,1585],[859,1571],[864,1573],[859,1559],[863,1544],[868,1536],[854,1524],[851,1516],[830,1504],[829,1499],[807,1482],[801,1473],[789,1468],[777,1455],[762,1448],[762,1440],[745,1431],[741,1421],[723,1407],[714,1402],[729,1381]]},{"area":"03a","points":[[616,1470],[608,1458],[601,1436],[583,1417],[562,1408],[536,1385],[527,1411],[525,1444],[527,1478],[526,1508],[533,1524],[527,1539],[528,1553],[534,1587],[544,1607],[564,1620],[591,1633],[612,1635],[638,1641],[650,1636],[666,1647],[686,1649],[705,1643],[730,1636],[757,1621],[767,1606],[756,1587],[744,1559],[742,1534],[724,1522],[695,1500],[692,1487],[675,1482],[652,1481],[630,1476]]},{"area":"051","points":[[495,2006],[607,2007],[607,2050],[602,2058],[568,2059],[558,2053],[555,2085],[495,2084]]},{"area":"053","points":[[398,2924],[433,2927],[451,2913],[463,2894],[513,2883],[537,2869],[557,2829],[526,2795],[498,2773],[464,2759],[462,2698],[449,2684],[429,2678],[406,2678],[383,2687],[355,2725],[327,2729],[299,2744],[283,2762],[277,2795],[283,2810],[321,2824],[368,2847],[368,2869],[376,2896],[388,2915]]},{"area":"03e","points":[[2438,638],[2423,606],[2429,599],[2425,586],[2438,581],[2445,563],[2452,557],[2452,544],[2455,534],[2466,526],[2481,527],[2490,531],[2495,544],[2509,548],[2520,557],[2540,553],[2554,584],[2537,597],[2531,615],[2523,624],[2524,634],[2502,644],[2472,648],[2457,638]]},{"area":"03c","points":[[1611,931],[1610,920],[1634,912],[1639,891],[1650,877],[1657,869],[1656,860],[1667,851],[1683,846],[1691,858],[1709,858],[1710,847],[1730,850],[1740,857],[1736,870],[1741,877],[1756,874],[1761,892],[1763,910],[1749,917],[1744,931],[1731,930],[1727,940],[1733,951],[1723,962],[1723,968],[1687,972],[1689,965],[1678,972],[1645,958],[1654,938],[1642,937],[1638,931]]},{"area":"03a","points":[[1442,1054],[1584,993],[1691,1028],[1691,1118],[1566,1125],[1557,1118],[1542,1115],[1528,1128],[1506,1126],[1487,1114],[1472,1098],[1456,1080],[1447,1067]]},{"area":"03e","points":[[1864,1170],[1870,1111],[1967,1094],[1974,1107],[1984,1104],[1987,1134],[1976,1136],[1977,1160],[1935,1164],[1931,1172],[1910,1174],[1909,1167],[1883,1170]]},{"area":"043","points":[[2297,1181],[2317,1177],[2318,1171],[2358,1163],[2371,1219],[2333,1230],[2326,1207],[2304,1210]]},{"area":"041","points":[[1815,1256],[1834,1244],[1862,1238],[1860,1215],[1889,1210],[1921,1202],[1956,1192],[2002,1187],[2049,1181],[2088,1181],[2149,1184],[2201,1197],[2259,1226],[2272,1253],[2279,1264],[2288,1271],[2282,1287],[2271,1303],[2275,1326],[2255,1344],[2221,1368],[2184,1386],[2122,1392],[2048,1402],[2002,1400],[1949,1400],[1906,1392],[1876,1365],[1851,1334],[1838,1313],[1833,1304],[1820,1301],[1824,1291],[1820,1287],[1823,1273],[1823,1264]]},{"area":"044","points":[[2201,1640],[2275,1640],[2274,1721],[2251,1722],[2246,1709],[2233,1709],[2220,1722],[2201,1721],[2198,1675]]},{"area":"045","points":[[2079,2017],[2100,1967],[2144,1944],[2238,1982],[2251,2023],[2232,2078],[2187,2101],[2093,2062]]},{"area":"04e","points":[[2148,2232],[2161,2211],[2168,2216],[2184,2202],[2194,2194],[2194,2184],[2220,2180],[2222,2192],[2240,2198],[2252,2211],[2260,2204],[2271,2224],[2264,2233],[2271,2257],[2281,2259],[2282,2285],[2273,2289],[2271,2304],[2270,2313],[2283,2327],[2269,2346],[2262,2344],[2251,2352],[2240,2361],[2238,2370],[2216,2373],[2215,2363],[2201,2362],[2186,2353],[2176,2359],[2160,2341],[2168,2334],[2164,2322],[2162,2299],[2151,2302],[2144,2271],[2156,2271],[2158,2242]]},{"area":"04d","points":[[1761,2433],[1770,2417],[1784,2415],[1795,2410],[1798,2398],[1796,2388],[1809,2380],[1829,2376],[1848,2371],[1860,2367],[1873,2374],[1906,2384],[1920,2394],[1918,2406],[1927,2417],[1941,2416],[1954,2438],[1962,2461],[1967,2481],[1963,2501],[1956,2526],[1946,2540],[1933,2541],[1923,2546],[1918,2559],[1918,2569],[1896,2580],[1875,2586],[1856,2590],[1842,2589],[1812,2580],[1793,2571],[1793,2559],[1793,2548],[1783,2543],[1771,2544],[1763,2531],[1756,2518],[1750,2497],[1747,2478],[1750,2464],[1756,2447]]},{"area":"04f","points":[[2106,2829],[2113,2818],[2105,2813],[2130,2785],[2136,2790],[2141,2784],[2136,2780],[2155,2752],[2162,2757],[2171,2749],[2183,2757],[2218,2719],[2227,2727],[2236,2721],[2256,2740],[2253,2751],[2259,2758],[2263,2752],[2306,2785],[2286,2804],[2278,2813],[2263,2818],[2249,2826],[2236,2842],[2227,2855],[2212,2865],[2192,2863],[2178,2863],[2162,2873],[2132,2854],[2114,2839]]},{"area":"049","points":[[1167,2362],[1191,2378],[1207,2385],[1242,2399],[1246,2412],[1252,2429],[1291,2429],[1298,2417],[1306,2410],[1339,2406],[1362,2405],[1387,2402],[1407,2384],[1427,2371],[1440,2362],[1486,2405],[1496,2420],[1511,2435],[1518,2440],[1483,2475],[1459,2506],[1441,2502],[1424,2506],[1409,2522],[1413,2542],[1412,2554],[1404,2574],[1370,2577],[1345,2581],[1329,2620],[1328,2636],[1285,2666],[1261,2669],[1250,2656],[1233,2652],[1161,2518],[1171,2501],[1150,2487],[1120,2464],[1086,2438],[1100,2419],[1118,2402],[1131,2383],[1136,2367],[1156,2367]]},{"area":"04c","points":[[1277,2209],[1279,2189],[1294,2170],[1310,2149],[1325,2136],[1344,2125],[1365,2119],[1376,2121],[1396,2128],[1407,2147],[1411,2162],[1410,2184],[1396,2202],[1380,2219],[1363,2232],[1347,2248],[1324,2253],[1294,2245],[1278,2224]]},{"area":"04b","points":[[1455,2010],[1463,1981],[1485,1967],[1517,1973],[1562,1975],[1598,1998],[1601,2011],[1593,2031],[1635,2056],[1651,2080],[1651,2096],[1704,2127],[1749,2153],[1745,2162],[1730,2168],[1710,2199],[1701,2201],[1677,2229],[1663,2229],[1648,2227],[1569,2184],[1572,2157],[1567,2150],[1577,2144],[1579,2116],[1567,2116],[1563,2109],[1549,2108],[1540,2092],[1549,2089],[1542,2069],[1529,2069],[1492,2085],[1478,2071],[1482,2055],[1469,2040],[1459,2052],[1456,2032]]},{"area":"042","points":[[1854,1692],[1865,1699],[1872,1706],[1873,1718],[1864,1734],[1848,1735],[1835,1723],[1833,1710],[1838,1699],[1843,1695]]},{"area":"047","points":[[1422,1407],[1478,1342],[1493,1340],[1554,1300],[1562,1290],[1576,1296],[1619,1313],[1630,1317],[1679,1324],[1705,1334],[1738,1367],[1740,1415],[1701,1478],[1665,1531],[1583,1541],[1536,1509],[1524,1498]]},{"area":"046","points":[[1141,1771],[1138,1752],[1162,1671],[1171,1640],[1192,1591],[1204,1557],[1233,1529],[1247,1513],[1281,1491],[1318,1473],[1336,1486],[1357,1499],[1375,1504],[1395,1513],[1412,1526],[1439,1540],[1477,1560],[1476,1579],[1457,1625],[1442,1657],[1435,1689],[1433,1722],[1446,1727],[1445,1784],[1430,1793],[1399,1792],[1351,1795],[1308,1792],[1269,1791],[1208,1785],[1164,1783]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/005-0202.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/006-0202a.webp"},"title":"Player Version","mapParent":{"id":"fff"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"none","size":112,"distance":100}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/ToA/014-0210.webp"},"title":"Map 1.2: Merchant Prince's Villa","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":77,"offsetX":-19,"offsetY":31,"scale":2},"mapRegions":[{"area":"06b","points":[[149,813],[211,813],[211,660],[411,660],[411,629],[531,629],[531,660],[593,660],[593,582],[851,582],[851,659],[1157,659],[1157,814],[1294,814],[1294,525],[149,525]]},{"area":"06d","points":[[227,677],[227,820],[448,820],[448,677]]},{"area":"06c","points":[[615,602],[615,817],[831,817],[831,602]]},{"area":"06a","points":[[842,678],[1138,678],[1138,830],[1292,830],[1292,1201],[996,1201],[996,817],[842,817]]},{"area":"069","points":[[682,1239],[647,1226],[615,1211],[597,1194],[578,1177],[564,1160],[552,1137],[544,1117],[536,1088],[533,1056],[538,1018],[548,1020],[552,1012],[571,1024],[578,1021],[581,1004],[592,980],[611,956],[611,897],[833,897],[833,956],[851,980],[860,1009],[866,1020],[873,1015],[891,1023],[896,1020],[904,1023],[908,1041],[909,1063],[907,1089],[898,1113],[891,1135],[877,1162],[861,1184],[839,1198],[820,1213],[799,1224],[776,1234],[762,1239],[736,1247],[704,1247]]},{"area":"06e","points":[[151,830],[446,830],[446,1127],[371,1127],[371,1202],[264,1202],[264,1127],[151,1127]]},{"area":"06f","points":[[151,1214],[151,1588],[524,1588],[524,1214]]},{"area":"067","points":[[536,1291],[613,1291],[613,1252],[833,1252],[833,1586],[610,1586],[610,1434],[536,1434]]},{"area":"068","points":[[843,1213],[843,1585],[984,1585],[984,1213]]},{"area":"06b","points":[[1004,1220],[1004,1589],[1291,1589],[1291,1220]]},{"area":"077","points":[[2152,1215],[2152,1585],[2293,1585],[2293,1215]]},{"area":"076","points":[[1767,1216],[1767,1588],[1906,1588],[1906,1216]]},{"area":"078","points":[[1431,1216],[1431,1608],[1753,1608],[1753,1216]]},{"area":"075","points":[[1613,908],[1613,1199],[1831,1199],[1831,908]]},{"area":"072","points":[[1459,906],[1459,1199],[1601,1199],[1601,906]]},{"area":"072","points":[[2150,678],[2150,820],[2445,820],[2445,678]]},{"area":"072","points":[[1536,678],[1536,818],[1909,818],[1909,678]]},{"area":"071","points":[[1920,678],[1920,820],[2139,820],[2139,678]]},{"area":"073","points":[[2229,908],[2229,1203],[2598,1203],[2598,908]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/014-0210.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/015-0210a.webp"},"title":"Player Version","mapParent":{"id":"ffe"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-19,"offsetY":31,"scale":2}}]},{"name":"Ch. 2: The Land of Chult","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToA/018-0302.webp"},"title":"Map 2.1: Chult","width":2213,"height":2997,"imageType":"map","grid":{"type":"hexColsOdd","size":103,"offsetX":-2,"offsetY":-36,"scale":3,"distance":10,"units":"miles"},"mapRegions":[{"area":"1a1","points":[[1531,2659],[1531,2745],[1663,2745],[1663,2659]]},{"area":"1a3","points":[[1857,1932],[1930,1942],[2015,1965],[2070,1989],[2040,2037],[1982,2017],[1902,1998],[1844,1978]]},{"area":"115","points":[[1530,1601],[1530,1664],[1648,1664],[1648,1601]]},{"area":"12e","points":[[1575,1474],[1575,1531],[1672,1531],[1672,1474]]},{"area":"197","points":[[1560,1431],[1616,1408],[1673,1395],[1733,1392],[1727,1436],[1687,1445],[1628,1454],[1574,1466]]},{"area":"19e","points":[[1339,2338],[1436,2350],[1490,2371],[1472,2459],[1370,2422],[1327,2405]]},{"area":"0d7","points":[[944,2370],[999,2340],[1103,2311],[1146,2307],[1155,2361],[1095,2373],[1013,2396],[972,2413]]},{"area":"158","points":[[960,1996],[1073,2004],[1163,2018],[1283,2053],[1254,2110],[1187,2087],[1087,2062],[1001,2054],[967,2048]]},{"area":"19c","points":[[573,2047],[573,2106],[671,2106],[671,2047]]},{"area":"19d","points":[[477,2025],[444,2101],[539,2131],[567,2058]]},{"area":"1af","points":[[381,1852],[381,1950],[537,1950],[537,1852]]},{"area":"116","points":[[463,1722],[463,1778],[592,1778],[592,1722]]},{"area":"1a5","points":[[572,1811],[593,1784],[641,1808],[711,1829],[764,1855],[748,1887],[676,1876],[607,1853],[580,1833]]},{"area":"18c","points":[[837,1834],[837,1898],[908,1898],[908,1834]]},{"area":"0b4","points":[[656,1711],[656,1783],[792,1783],[792,1711]]},{"area":"1aa","points":[[693,1565],[693,1675],[859,1675],[859,1565]]},{"area":"13e","points":[[311,1553],[386,1525],[450,1498],[465,1549],[395,1583],[321,1600]]},{"area":"19a","points":[[574,1370],[574,1407],[688,1407],[688,1370]]},{"area":"0ad","points":[[707,1328],[707,1410],[823,1410],[823,1328]]},{"area":"18d","points":[[544,1144],[544,1212],[662,1212],[662,1144]]},{"area":"0b5","points":[[1122,499],[1122,582],[1237,582],[1237,499]]},{"area":"0f2","points":[[1318,504],[1318,576],[1476,576],[1476,504]]},{"area":"1ce","points":[[940,911],[940,966],[1032,966],[1032,911]]},{"area":"199","points":[[979,982],[1036,955],[1089,933],[1138,927],[1142,946],[1103,972],[1045,997],[999,1007]]},{"area":"1a6","points":[[846,970],[846,1048],[928,1048],[928,970]]},{"area":"19b","points":[[1214,954],[1262,886],[1286,862],[1311,882],[1286,913],[1259,962],[1233,978]]},{"area":"0b7","points":[[991,1012],[991,1095],[1089,1095],[1089,1012]]},{"area":"0cd","points":[[768,1060],[768,1116],[954,1116],[954,1060]]},{"area":"15a","points":[[811,1160],[811,1226],[916,1226],[916,1160]]},{"area":"195","points":[[1349,914],[1349,971],[1497,971],[1497,914]]},{"area":"156","points":[[1502,952],[1588,966],[1633,991],[1606,1029],[1571,1046],[1507,1024],[1500,975]]},{"area":"163","points":[[1344,998],[1344,1052],[1425,1052],[1425,998]]},{"area":"0e6","points":[[1221,1036],[1221,1101],[1341,1101],[1341,1036]]},{"area":"0d8","points":[[1086,1159],[1086,1220],[1249,1220],[1249,1159]]},{"area":"0ae","points":[[1371,1066],[1371,1135],[1519,1135],[1519,1066]]},{"area":"1a8","points":[[1450,1152],[1450,1235],[1589,1235],[1589,1152]]},{"area":"188","points":[[1401,1238],[1401,1315],[1494,1315],[1494,1238]]},{"area":"13f","points":[[1379,1325],[1379,1377],[1506,1377],[1506,1325]]},{"area":"166","points":[[1267,1443],[1267,1506],[1382,1506],[1382,1443]]},{"area":"18b","points":[[1381,1383],[1428,1391],[1459,1407],[1455,1449],[1374,1428],[1374,1408]]},{"area":"10b","points":[[1032,1345],[1032,1433],[1135,1433],[1135,1345]]},{"area":"0ac","points":[[863,1236],[895,1229],[916,1231],[963,1260],[1012,1314],[1016,1341],[990,1350],[949,1309],[912,1279],[873,1257]]},{"area":"198","points":[[1207,1456],[1245,1414],[1273,1393],[1316,1380],[1326,1409],[1287,1426],[1259,1441],[1231,1470]]},{"area":"157","points":[[1273,1650],[1285,1621],[1323,1626],[1378,1658],[1406,1686],[1381,1711],[1352,1699],[1313,1672],[1290,1665]]},{"area":"1a4","points":[[1143,1691],[1145,1665],[1177,1664],[1233,1680],[1273,1696],[1333,1718],[1376,1745],[1355,1774],[1283,1742],[1217,1714],[1169,1706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/018-0302.webp"},"id":"159","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/019-0303.webp"},"title":"Map 2.2: Ataaz Muhahah","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":65,"offsetX":14,"offsetY":6},"mapRegions":[{"area":"0ae","points":[[504,128],[504,260],[1539,260],[1539,128]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/019-0303.webp"},"id":"196","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/ToA/021-0305.webp"},"title":"Map 2.3: Camp Righteous","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":58,"offsetX":13,"offsetY":23},"mapRegions":[{"area":"0ba","points":[[346,240],[346,744],[787,744],[787,240]]},{"area":"0bd","points":[[828,488],[882,464],[944,459],[998,444],[1052,485],[1053,552],[1034,609],[1000,665],[945,667],[879,661],[828,639]]},{"area":"0d3","points":[[1116,431],[1120,366],[1129,324],[1173,336],[1166,375],[1158,434]]},{"area":"0b9","points":[[424,958],[422,918],[442,873],[491,842],[547,844],[589,868],[611,909],[735,1122],[771,1158],[782,1198],[768,1259],[729,1289],[684,1304],[639,1293],[601,1258],[586,1206],[449,1004]]},{"area":"0bb","points":[[685,1566],[792,1427],[932,1521],[848,1661]]},{"area":"0d3","points":[[1058,1347],[1058,1307],[1064,1295],[1064,1248],[1107,1248],[1107,1294],[1105,1309],[1105,1347]]},{"area":"0c0","points":[[993,829],[1188,829],[1188,809],[1211,809],[1211,828],[1246,828],[1246,811],[1273,811],[1273,829],[1569,829],[1569,772],[1813,772],[1813,1013],[1572,1013],[1572,959],[1273,959],[1273,974],[1248,974],[1248,956],[1215,956],[1215,973],[1191,973],[1191,957],[995,957],[995,968],[1001,974],[1000,1005],[1015,1026],[1046,1038],[1060,1059],[1131,1061],[1168,1066],[1206,1061],[1229,1065],[1255,1065],[1285,1062],[1284,1025],[1288,1007],[1413,1007],[1426,1035],[1440,1054],[1452,1087],[1476,1102],[1489,1125],[1522,1140],[1545,1154],[1589,1166],[1594,1178],[1614,1179],[1636,1178],[1656,1181],[1684,1189],[1705,1188],[1724,1196],[1744,1188],[1773,1184],[1799,1173],[1809,1168],[1826,1164],[1860,1151],[1873,1127],[1898,1111],[1916,1095],[1919,1076],[1940,1060],[1945,1035],[1958,1011],[1959,1001],[1973,981],[1973,953],[1979,925],[1972,871],[1888,871],[1888,666],[1852,645],[1820,625],[1789,609],[1752,604],[1708,601],[1676,600],[1649,601],[1615,602],[1574,608],[1551,607],[1541,622],[1512,636],[1487,648],[1469,667],[1451,687],[1442,704],[1425,718],[1418,747],[1407,779],[1368,784],[1334,782],[1284,781],[1284,726],[1186,725],[1128,725],[1066,724],[1052,746],[1031,758],[1008,771],[999,798],[998,814]]},{"area":"0c9","points":[[1472,838],[1576,838],[1576,780],[1806,780],[1806,1009],[1580,1009],[1580,951],[1472,951]]},{"area":"0c8","points":[[1401,838],[1401,949],[1452,949],[1452,838]]},{"area":"0c7","points":[[1282,839],[1282,952],[1395,952],[1395,839]]},{"area":"0c6","points":[[1191,833],[1191,818],[1205,818],[1205,833],[1249,833],[1249,818],[1265,818],[1265,833],[1278,833],[1278,949],[1269,949],[1269,968],[1255,968],[1255,951],[1211,951],[1211,968],[1194,968],[1194,952],[1173,952],[1173,833]]},{"area":"0c5","points":[[1062,839],[1062,951],[1167,951],[1167,839]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/021-0305.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/022-0305a.webp"},"title":"Player Version","mapParent":{"id":"ffd"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":13,"offsetY":23}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/ToA/023-0306.webp"},"title":"Map 2.4: Camp Vengeance","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":58,"offsetX":17,"offsetY":21},"mapRegions":[{"area":"0d1","points":[[1711,558],[1711,655],[1811,655],[1811,558]]},{"area":"0d1","points":[[1068,501],[1068,596],[1169,596],[1169,501]]},{"area":"0d0","points":[[1829,902],[1829,1107],[1972,1107],[1972,902]]},{"area":"0d1","points":[[781,1359],[781,1460],[878,1460],[878,1359]]},{"area":"0d2","points":[[1531,1460],[1532,1411],[1552,1369],[1567,1334],[1598,1293],[1626,1261],[1651,1247],[1692,1247],[1718,1246],[1747,1252],[1786,1269],[1842,1301],[1812,1340],[1772,1379],[1739,1408],[1706,1427],[1659,1447],[1634,1459],[1574,1459],[1549,1460]]},{"area":"0d1","points":[[548,901],[548,998],[651,998],[651,901]]},{"area":"0d6","points":[[605,554],[605,601],[771,601],[771,554]]},{"area":"0d5","points":[[708,713],[708,1248],[1012,1248],[1012,713]]},{"area":"0d3","points":[[1285,778],[1309,736],[1353,711],[1406,712],[1447,736],[1469,779],[1467,822],[1475,828],[1448,871],[1406,898],[1354,901],[1312,876],[1287,831]]},{"area":"0d3","points":[[1307,1200],[1352,1176],[1405,1175],[1446,1200],[1473,1241],[1467,1299],[1466,1320],[1445,1339],[1407,1361],[1354,1359],[1305,1340],[1284,1292],[1288,1244]]},{"area":"0d4","points":[[1235,946],[1467,949],[1465,1121],[1234,1122]]},{"area":"0cf","points":[[2271,927],[2289,896],[2291,867],[2311,844],[2327,805],[2333,767],[2398,736],[2441,734],[2478,744],[2509,776],[2504,815],[2474,845],[2474,864],[2511,884],[2518,927],[2498,948],[2516,980],[2487,1012],[2436,992],[2362,966],[2291,942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/023-0306.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/024-0306a.webp"},"title":"Player Version","mapParent":{"id":"ffc"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":17,"offsetY":21}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/ToA/025-0307.webp"},"title":"Map 2.5: Dungrunglung","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-12,"scale":2,"distance":10},"mapRegions":[{"area":"0da","points":[[952,260],[931,258],[895,258],[839,265],[794,278],[733,301],[665,332],[605,364],[540,406],[505,446],[464,501],[439,542],[404,592],[392,624],[364,660],[333,680],[319,704],[293,716],[286,736],[273,752],[256,800],[251,834],[244,867],[233,900],[233,928],[232,960],[234,1036],[238,1074],[238,1101],[244,1136],[261,1176],[281,1215],[304,1245],[321,1295],[339,1338],[349,1365],[360,1408],[389,1449],[418,1474],[448,1506],[476,1527],[489,1542],[518,1559],[558,1586],[593,1605],[628,1624],[668,1644],[712,1654],[758,1672],[798,1684],[833,1693],[882,1701],[911,1696],[932,1704],[980,1712],[1012,1713],[1061,1715],[1089,1713],[1133,1716],[1184,1711],[1212,1706],[1245,1701],[1306,1685],[1324,1674],[1353,1660],[1393,1632],[1427,1609],[1455,1594],[1487,1565],[1519,1529],[1540,1506],[1556,1488],[1582,1478],[1615,1461],[1639,1438],[1661,1416],[1680,1405],[1699,1378],[1716,1352],[1721,1321],[1726,1296],[1740,1264],[1748,1232],[1755,1199],[1747,1139],[1747,1089],[1752,1052],[1759,1014],[1760,989],[1762,961],[1766,899],[1766,851],[1754,798],[1751,768],[1738,740],[1707,693],[1691,668],[1687,622],[1673,587],[1646,549],[1633,528],[1615,505],[1594,486],[1565,462],[1551,448],[1522,421],[1494,406],[1447,387],[1418,362],[1387,329],[1358,312],[1332,287],[1319,279],[1288,268],[1265,264],[1232,260],[1186,256],[1145,248],[1107,252],[1089,249],[1045,259],[1019,240],[1006,267],[1005,411],[1073,405],[1107,408],[1161,418],[1198,425],[1232,435],[1271,454],[1304,475],[1340,489],[1358,508],[1391,544],[1419,571],[1458,611],[1487,644],[1514,674],[1538,708],[1549,740],[1569,778],[1569,804],[1572,848],[1586,905],[1596,949],[1601,1016],[1589,1065],[1587,1089],[1578,1111],[1574,1139],[1571,1199],[1568,1234],[1561,1278],[1541,1307],[1511,1352],[1480,1378],[1436,1409],[1380,1436],[1360,1454],[1345,1486],[1312,1512],[1285,1536],[1239,1551],[1185,1571],[1148,1569],[1099,1586],[1066,1582],[1036,1584],[982,1579],[924,1572],[867,1568],[838,1553],[801,1529],[778,1506],[734,1493],[695,1476],[647,1465],[601,1433],[572,1386],[554,1369],[542,1341],[525,1320],[491,1274],[469,1227],[452,1162],[431,1134],[419,1106],[411,1072],[401,1035],[387,1000],[385,952],[388,934],[392,886],[396,860],[411,824],[467,756],[489,727],[534,660],[551,642],[592,596],[633,569],[648,551],[668,531],[711,506],[721,492],[736,478],[768,466],[820,447],[855,439],[880,432],[896,424],[939,424],[992,413],[969,273],[976,245]]},{"area":"0e1","points":[[568,722],[608,673],[641,618],[685,611],[716,638],[739,704],[699,765],[624,759],[582,742]]},{"area":"0e3","points":[[775,516],[818,522],[807,566],[766,559]]},{"area":"0e1","points":[[1148,519],[1175,500],[1221,509],[1255,522],[1326,556],[1340,576],[1329,627],[1291,647],[1253,653],[1200,639],[1159,615],[1136,596],[1127,553]]},{"area":"0e1","points":[[1442,1172],[1478,1161],[1528,1122],[1548,1066],[1552,968],[1521,939],[1480,967],[1456,1018],[1444,1068],[1420,1089],[1421,1153]]},{"area":"0de","points":[[901,887],[912,880],[1111,880],[1119,892],[1119,1073],[1115,1080],[913,1080],[901,1076]]},{"area":"0dd","points":[[806,821],[839,784],[866,769],[913,771],[952,766],[991,768],[1028,762],[1116,772],[1158,764],[1211,782],[1232,824],[1241,868],[1241,921],[1247,968],[1240,1024],[1244,1071],[1244,1126],[1226,1162],[1160,1184],[1119,1187],[1072,1182],[1044,1194],[1029,1213],[995,1211],[985,1192],[968,1180],[948,1179],[905,1180],[881,1176],[861,1169],[825,1159],[800,1113],[796,1065],[795,1032],[794,999],[789,949],[799,905],[802,871],[799,840],[887,881],[887,1101],[898,1101],[905,1099],[982,1095],[993,1100],[1029,1098],[1119,1095],[1127,1101],[1134,1094],[1134,884],[1120,866],[913,866]]},{"area":"0dd","points":[[809,825],[909,865],[891,879],[802,841]]},{"area":"0da","points":[[980,240],[1015,238],[1005,261],[1002,411],[992,413],[969,273]]},{"area":"0db","points":[[845,1533],[889,1471],[921,1436],[951,1409],[992,1400],[1029,1404],[1049,1422],[1095,1432],[1129,1472],[1154,1478],[1192,1515],[1187,1542],[1133,1559],[1069,1565],[1015,1561],[974,1559],[914,1559],[872,1547]]},{"area":"0e1","points":[[484,1207],[514,1155],[548,1128],[578,1132],[642,1160],[687,1172],[688,1205],[684,1285],[652,1318],[582,1346],[562,1348],[544,1316],[516,1288],[498,1246],[489,1228]]},{"area":"0e2","points":[[502,1092],[481,1081],[473,1047],[460,1009],[447,965],[451,919],[478,875],[516,866],[553,864],[594,854],[614,829],[648,818],[696,820],[732,786],[745,741],[759,705],[788,687],[815,664],[819,628],[818,579],[827,535],[849,514],[885,496],[941,491],[969,481],[987,468],[1028,467],[1069,472],[1111,488],[1125,513],[1127,568],[1144,607],[1180,632],[1220,649],[1258,661],[1324,646],[1351,652],[1396,653],[1413,662],[1441,684],[1472,729],[1493,771],[1507,829],[1502,861],[1487,892],[1459,907],[1426,909],[1396,926],[1386,951],[1374,988],[1380,1019],[1391,1053],[1392,1091],[1398,1136],[1432,1168],[1456,1182],[1474,1212],[1475,1264],[1456,1294],[1429,1314],[1387,1342],[1354,1384],[1300,1415],[1259,1435],[1216,1464],[1169,1481],[1127,1464],[1111,1439],[1060,1418],[1031,1395],[981,1394],[935,1408],[907,1441],[880,1466],[825,1465],[804,1448],[776,1433],[736,1416],[713,1400],[694,1368],[680,1341],[681,1312],[696,1291],[700,1268],[694,1226],[693,1168],[644,1151],[793,1119],[818,1159],[879,1180],[921,1185],[965,1186],[991,1213],[1034,1218],[1052,1194],[1074,1191],[1109,1191],[1154,1191],[1192,1180],[1238,1162],[1251,1120],[1251,1052],[1248,1013],[1255,967],[1245,928],[1248,884],[1245,847],[1231,795],[1215,778],[1189,767],[1151,758],[1121,768],[1078,760],[1039,759],[995,762],[955,761],[922,765],[878,762],[876,762],[834,782],[808,814],[794,851],[794,880],[792,913],[780,959],[786,988]]},{"area":"0e2","points":[[504,1093],[789,993],[794,1047],[794,1098],[796,1116],[640,1149],[625,1127],[602,1100],[572,1096],[542,1101],[519,1099]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/025-0307.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/026-0307a.webp"},"title":"Player Version","mapParent":{"id":"ffb"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-12,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/ToA/027-0308.webp"},"title":"Map 2.6: Firefinger","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":53,"offsetX":3,"offsetY":-6},"mapRegions":[{"area":"0e6","points":[[991,120],[991,269],[1746,269],[1746,120]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/027-0308.webp"},"id":"1a2","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/ToA/029-0309.webp"},"title":"Map 2.7: Fort Beluarian","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-11,"scale":2,"distance":10},"mapRegions":[{"area":"0f8","points":[[1114,616],[1114,736],[1299,736],[1299,616]]},{"area":"0fd","points":[[1468,1473],[1468,1221],[1544,1221],[1566,1227],[1679,1227],[1679,1325],[1501,1473]]},{"area":"0fa","points":[[1159,1142],[1378,1142],[1392,1175],[1424,1205],[1424,1381],[1159,1381]]},{"area":"0f9","points":[[1071,1136],[1071,1274],[1155,1274],[1155,1136]]},{"area":"0f7","points":[[726,948],[815,948],[860,911],[988,911],[1027,907],[1084,907],[1084,995],[1033,1132],[860,1132],[819,1152],[726,1152]]},{"area":"0f6","points":[[485,919],[681,919],[681,1002],[635,1002],[599,965],[514,961],[485,942]]},{"area":"0f4","points":[[395,927],[388,900],[402,876],[425,872],[448,882],[464,902],[464,1132],[465,1180],[447,1201],[411,1202],[392,1186],[387,1158],[401,1139],[425,1131],[425,948],[408,942]]},{"area":"0fc","points":[[948,1473],[948,1395],[1025,1391],[1058,1354],[1086,1367],[1094,1365],[1139,1402],[1078,1460],[1032,1476]]},{"area":"0f5","points":[[1296,1507],[1328,1480],[1356,1485],[1373,1498],[1378,1508],[1472,1508],[1485,1486],[1506,1480],[1529,1479],[1547,1498],[1546,1524],[1536,1549],[1509,1552],[1487,1544],[1480,1534],[1473,1521],[1378,1521],[1367,1539],[1347,1555],[1320,1552],[1306,1535],[1299,1521]]},{"area":"0fe","points":[[1422,1202],[1398,1178],[1379,1139],[1371,1098],[1371,1025],[1371,954],[1374,866],[1385,828],[1424,791],[1469,766],[1519,766],[1565,767],[1609,765],[1664,774],[1707,801],[1728,835],[1744,894],[1740,968],[1739,1028],[1742,1076],[1736,1108],[1729,1152],[1709,1180],[1672,1209],[1631,1221],[1568,1225],[1538,1215],[1466,1215],[1440,1214]]},{"area":"0ff","points":[[2240,1358],[2244,1331],[2275,1298],[2305,1279],[2362,1280],[2395,1288],[2416,1308],[2428,1341],[2436,1395],[2432,1472],[2426,1511],[2406,1535],[2367,1558],[2306,1559],[2278,1551],[2255,1528],[2240,1493],[2234,1465],[2236,1401]]},{"area":"100","points":[[2089,1345],[2091,1260],[2095,1218],[2108,1192],[2131,1166],[2162,1133],[2198,1119],[2229,1115],[2265,1113],[2291,1113],[2331,1115],[2328,1267],[2302,1268],[2236,1322],[2222,1342],[2221,1345]]},{"area":"102","points":[[2089,1492],[2218,1492],[2226,1519],[2240,1547],[2126,1664],[2098,1628],[2089,1588]]},{"area":"101","points":[[2132,1678],[2248,1561],[2275,1574],[2311,1576],[2355,1580],[2380,1576],[2418,1559],[2538,1674],[2514,1696],[2482,1716],[2449,1722],[2409,1727],[2266,1727],[2215,1725],[2180,1712],[2148,1696]]},{"area":"103","points":[[2453,1491],[2574,1491],[2578,1600],[2486,1600],[2431,1549],[2442,1529],[2448,1513]]},{"area":"104","points":[[2447,1369],[2447,1414],[2508,1414],[2508,1369]]},{"area":"105","points":[[2347,1112],[2414,1112],[2451,1113],[2482,1121],[2524,1152],[2554,1181],[2571,1231],[2575,1268],[2574,1374],[2578,1414],[2525,1413],[2520,1347],[2452,1347],[2452,1222],[2404,1222],[2404,1158],[2347,1158]]},{"area":"107","points":[[2094,471],[2093,425],[2102,393],[2120,364],[2141,334],[2169,319],[2199,302],[2261,298],[2265,375],[2221,398],[2198,414],[2178,439],[2161,471]]},{"area":"10a","points":[[2511,492],[2580,492],[2580,598],[2511,598]]},{"area":"10a","points":[[2091,489],[2160,489],[2160,622],[2160,688],[2164,721],[2179,756],[2198,780],[2213,794],[2162,887],[2126,858],[2109,836],[2098,802],[2093,742],[2093,616],[2091,532]]},{"area":"108","points":[[2227,805],[2284,826],[2339,827],[2388,822],[2427,815],[2456,794],[2472,782],[2499,752],[2508,716],[2512,660],[2512,616],[2576,616],[2582,680],[2578,735],[2576,778],[2564,821],[2547,848],[2526,878],[2493,896],[2441,912],[2379,916],[2300,912],[2226,912],[2172,899]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/029-0309.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/030-0309a.webp"},"title":"Player Version","mapParent":{"id":"ffa"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-11,"scale":2,"distance":10}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/ToA/032-0312.webp"},"title":"Map 2.8: Heart of Ubtao","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":86,"offsetX":23,"offsetY":-39,"scale":2},"mapRegions":[{"area":"10d","points":[[2159,378],[2206,386],[2242,376],[2262,367],[2269,353],[2285,342],[2302,341],[2311,355],[2314,379],[2338,392],[2366,433],[2362,454],[2387,460],[2394,479],[2368,489],[2361,512],[2369,528],[2384,544],[2379,571],[2358,564],[2340,556],[2307,566],[2305,585],[2305,607],[2304,625],[2289,639],[2267,633],[2258,601],[2259,576],[2232,571],[2211,556],[2194,545],[2182,529],[2164,533],[2140,531],[2135,498],[2154,493],[2161,482],[2158,458],[2165,435],[2172,422],[2169,411],[2159,412],[2148,396]]},{"area":"10e","points":[[2389,753],[2419,727],[2448,707],[2478,675],[2489,651],[2506,615],[2528,575],[2552,522],[2568,486],[2575,432],[2562,405],[2571,364],[2593,376],[2616,411],[2619,455],[2611,495],[2589,561],[2572,608],[2546,642],[2526,684],[2505,707],[2476,726],[2447,753],[2418,779],[2399,788]]},{"area":"10f","points":[[2236,824],[2249,782],[2266,762],[2284,765],[2316,762],[2335,773],[2345,807],[2340,853],[2308,875],[2274,876],[2248,860],[2233,844]]},{"area":"10f","points":[[2216,1651],[2235,1628],[2266,1619],[2274,1593],[2289,1574],[2327,1569],[2338,1564],[2352,1581],[2339,1595],[2347,1620],[2366,1614],[2364,1667],[2344,1674],[2326,1682],[2300,1691],[2268,1693],[2248,1676],[2232,1655]]},{"area":"110","points":[[2016,1244],[2012,1226],[2014,1191],[2042,1181],[2071,1166],[2087,1154],[2148,1131],[2162,1115],[2175,1102],[2208,1098],[2240,1100],[2265,1107],[2288,1104],[2326,1093],[2355,1094],[2393,1112],[2405,1142],[2468,1178],[2481,1189],[2493,1209],[2513,1235],[2525,1262],[2515,1271],[2521,1299],[2522,1327],[2508,1341],[2514,1373],[2519,1405],[2508,1418],[2501,1447],[2502,1473],[2486,1488],[2456,1492],[2444,1482],[2420,1486],[2408,1509],[2384,1520],[2359,1515],[2334,1524],[2246,1522],[2232,1521],[2220,1512],[2206,1511],[2181,1500],[2161,1494],[2144,1504],[2129,1520],[2106,1526],[2080,1529],[2064,1511],[2044,1498],[2031,1479],[2034,1464],[2019,1446],[2005,1446],[1992,1429],[1979,1396],[1971,1388],[1966,1364],[1973,1342],[1989,1324],[1985,1295],[1982,1261],[1998,1253]]},{"area":"113","points":[[2087,1139],[2069,1132],[2051,1136],[2039,1140],[2021,1128],[2021,1089],[2033,1073],[2035,1061],[2058,1052],[2074,1042],[2100,1033],[2125,1041],[2147,1047],[2156,1074],[2162,1086],[2140,1099],[2125,1113],[2127,1126]]},{"area":"114","points":[[2411,1101],[2389,1096],[2374,1074],[2374,1046],[2386,1027],[2411,1012],[2433,1009],[2452,1016],[2467,1038],[2498,1053],[2511,1068],[2525,1109],[2511,1135],[2479,1131],[2464,1145],[2460,1165],[2418,1146],[2419,1121],[2421,1107]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/032-0312.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/033-0312a.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":23,"offsetY":-39,"scale":2}},{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/ToA/034-0313.webp"},"title":"Map 2.9: Hrakhamar","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":94,"offsetX":69,"offsetY":64,"scale":2},"mapRegions":[{"area":"11a","points":[[739,849],[739,441],[809,363],[1204,363],[1204,926],[807,926]]},{"area":"11c","points":[[1217,361],[1217,496],[1439,496],[1439,361]]},{"area":"11d","points":[[1219,509],[1442,509],[1442,972],[1275,972],[1245,925],[1219,925]]},{"area":"11f","points":[[1455,746],[1729,746],[1729,826],[1722,884],[1722,974],[1455,974]]},{"area":"118","points":[[180,1157],[203,1151],[219,1145],[232,1136],[240,1126],[256,1117],[265,1127],[269,1138],[285,1144],[307,1149],[319,1154],[334,1160],[351,1161],[365,1153],[375,1150],[374,1141],[389,1142],[395,1160],[413,1180],[443,1188],[490,1196],[522,1195],[541,1192],[563,1179],[580,1187],[604,1186],[616,1179],[625,1165],[634,1153],[654,1156],[668,1159],[677,1178],[699,1192],[727,1195],[749,1190],[772,1182],[783,1195],[801,1208],[830,1217],[856,1218],[883,1219],[910,1213],[929,1195],[936,1169],[953,1172],[987,1175],[1006,1174],[1030,1173],[1058,1173],[1062,1183],[1061,1206],[1059,1231],[1061,1264],[1090,1265],[1117,1266],[1141,1264],[1167,1264],[1197,1259],[1213,1244],[1229,1227],[1245,1213],[1262,1197],[1270,1165],[1284,1179],[1309,1187],[1332,1186],[1348,1188],[1368,1185],[1377,1171],[1392,1168],[1405,1172],[1415,1181],[1437,1192],[1455,1199],[1476,1193],[1502,1193],[1519,1179],[1531,1178],[1540,1188],[1551,1190],[1564,1187],[1612,1184],[1650,1187],[1671,1181],[1679,1172],[1697,1161],[1703,1146],[1701,1129],[1708,1114],[1716,1130],[1719,1160],[1720,1179],[1719,1216],[1750,1214],[1778,1215],[1799,1213],[1822,1214],[1852,1210],[1871,1194],[1887,1178],[1907,1163],[1922,1147],[1926,1114],[1926,1092],[1926,1065],[1926,1037],[1926,1022],[1926,995],[1926,970],[1926,947],[1926,923],[1922,891],[1901,867],[1882,853],[1882,833],[1882,802],[1882,785],[1882,760],[1882,729],[1844,729],[1824,729],[1795,729],[1775,729],[1748,729],[1730,731],[1722,699],[1712,684],[1729,678],[1751,679],[1769,673],[1777,661],[1771,592],[1775,575],[1766,559],[1761,543],[1743,540],[1733,521],[1727,507],[1741,492],[1760,474],[1781,472],[1783,457],[1775,443],[1784,433],[1806,426],[1817,416],[1820,397],[1835,378],[1855,369],[1865,364],[1862,342],[1873,328],[1880,317],[1901,312],[1917,316],[1920,339],[1930,350],[1938,371],[1956,376],[1970,388],[1974,405],[2002,412],[2028,413],[2045,418],[2064,429],[2067,443],[2067,458],[2067,479],[2065,495],[2081,513],[2103,518],[2111,523],[2112,538],[2116,548],[2128,552],[2137,565],[2145,588],[2153,634],[2152,657],[2149,673],[2129,693],[2130,703],[2146,722],[2140,743],[2148,777],[2132,777],[2106,777],[2074,780],[2057,797],[2040,814],[2025,829],[2004,850],[2004,879],[2004,903],[2004,931],[2030,931],[2056,931],[2060,954],[2059,965],[2034,965],[2002,965],[2002,997],[2002,1017],[2002,1043],[2002,1063],[2002,1087],[2002,1113],[2002,1138],[2002,1161],[2002,1184],[1991,1195],[1973,1213],[1950,1236],[1968,1254],[1961,1258],[1958,1284],[1942,1301],[1940,1317],[1928,1325],[1914,1334],[1887,1335],[1858,1340],[1824,1340],[1803,1340],[1776,1340],[1751,1340],[1732,1321],[1704,1293],[1684,1313],[1677,1320],[1663,1316],[1631,1311],[1578,1303],[1563,1312],[1546,1324],[1533,1345],[1493,1339],[1468,1339],[1440,1339],[1406,1339],[1376,1339],[1361,1327],[1347,1313],[1326,1292],[1302,1292],[1278,1292],[1258,1292],[1227,1292],[1201,1292],[1201,1327],[1192,1343],[1178,1357],[1154,1381],[1154,1392],[1141,1410],[1117,1404],[1095,1408],[1080,1412],[1058,1407],[1046,1405],[1032,1409],[1032,1394],[1032,1351],[1032,1317],[1002,1294],[974,1294],[828,1294],[802,1294],[781,1315],[781,1352],[781,1364],[759,1367],[737,1373],[720,1373],[717,1342],[708,1336],[698,1322],[686,1308],[669,1311],[655,1314],[641,1316],[631,1330],[618,1343],[600,1341],[581,1333],[554,1339],[536,1331],[503,1318],[443,1303],[419,1300],[412,1289],[395,1287],[371,1289],[359,1302],[351,1314],[343,1305],[345,1292],[354,1282],[356,1256],[352,1235],[342,1226],[323,1220],[329,1199],[322,1188],[317,1178],[304,1170],[284,1166],[275,1156],[254,1157],[232,1156],[218,1156],[205,1154]]},{"area":"12a","points":[[444,644],[429,649],[416,640],[410,613],[416,596],[449,585],[461,566],[468,554],[472,546],[499,534],[525,539],[539,553],[553,561],[578,549],[595,546],[611,549],[624,569],[643,574],[662,586],[684,595],[684,691],[655,691],[629,690],[609,695],[578,715],[559,733],[550,753],[490,780],[465,790],[457,769],[464,753],[455,738],[446,691],[459,681],[459,653]]},{"area":"120","points":[[2352,503],[2352,691],[2528,691],[2528,503]]},{"area":"125","points":[[2381,978],[2389,963],[2387,954],[2395,928],[2385,915],[2389,899],[2407,874],[2423,876],[2437,879],[2459,876],[2473,879],[2483,893],[2489,911],[2502,926],[2529,930],[2529,942],[2522,958],[2530,978],[2528,991],[2517,1000],[2495,1008],[2490,1016],[2497,1029],[2504,1036],[2501,1047],[2483,1059],[2471,1065],[2450,1065],[2438,1064],[2429,1066],[2409,1071],[2397,1060],[2390,1046],[2389,1030],[2385,1024]]},{"area":"129","points":[[409,1361],[417,1395],[433,1394],[446,1389],[498,1399],[506,1410],[517,1410],[519,1417],[504,1423],[504,1433],[505,1444],[505,1464],[517,1478],[506,1507],[503,1517],[506,1543],[505,1567],[509,1585],[549,1599],[554,1620],[549,1644],[558,1658],[559,1670],[547,1678],[550,1690],[560,1711],[556,1726],[551,1749],[553,1778],[521,1778],[505,1778],[480,1779],[460,1784],[458,1752],[458,1722],[456,1695],[456,1684],[465,1666],[460,1651],[462,1636],[454,1624],[456,1599],[459,1577],[455,1557],[462,1539],[452,1535],[446,1533],[424,1539],[413,1562],[411,1576],[398,1581],[381,1586],[365,1590],[360,1608],[362,1625],[350,1635],[330,1641],[308,1635],[296,1626],[281,1623],[270,1617],[277,1603],[287,1598],[282,1576],[273,1564],[268,1542],[271,1524],[285,1518],[295,1517],[303,1506],[315,1495],[334,1496],[347,1496],[358,1509],[361,1525],[363,1541],[376,1536],[396,1530],[401,1522],[402,1509],[410,1490],[410,1485],[424,1487],[434,1492],[454,1491],[457,1469],[457,1449],[446,1445],[421,1442],[416,1437],[404,1437],[393,1449],[385,1461],[370,1460],[362,1466],[324,1450],[320,1434],[318,1423],[316,1412],[322,1402],[327,1382],[344,1372],[360,1372],[374,1360],[387,1355]]},{"area":"127","points":[[1733,1442],[1775,1444],[1806,1447],[1825,1442],[1855,1444],[1860,1435],[1879,1429],[1893,1441],[1914,1445],[1933,1441],[1945,1433],[1936,1426],[1937,1406],[1950,1397],[1960,1401],[1974,1396],[1986,1392],[1999,1383],[1996,1361],[2010,1353],[2034,1346],[2050,1353],[2057,1341],[2052,1323],[2065,1308],[2087,1308],[2111,1303],[2128,1297],[2138,1305],[2149,1318],[2152,1337],[2145,1352],[2142,1366],[2139,1382],[2122,1390],[2109,1394],[2087,1395],[2081,1384],[2070,1389],[2059,1397],[2040,1393],[2022,1399],[2019,1406],[2004,1418],[1996,1437],[1998,1449],[1993,1463],[1982,1470],[1985,1481],[1998,1488],[2013,1485],[2025,1489],[2029,1505],[2021,1521],[2011,1536],[2019,1551],[2018,1561],[2007,1570],[1998,1575],[1978,1577],[1963,1556],[1963,1542],[1971,1529],[1967,1509],[1956,1497],[1952,1489],[1942,1483],[1928,1489],[1925,1508],[1923,1520],[1919,1533],[1933,1543],[1936,1555],[1941,1567],[1936,1579],[1926,1585],[1914,1592],[1907,1600],[1886,1594],[1883,1586],[1870,1577],[1867,1559],[1866,1545],[1876,1526],[1887,1510],[1891,1494],[1885,1483],[1867,1492],[1864,1507],[1851,1531],[1835,1530],[1821,1535],[1814,1555],[1817,1570],[1823,1586],[1824,1597],[1831,1612],[1829,1624],[1806,1626],[1802,1621],[1785,1626],[1779,1638],[1780,1652],[1766,1659],[1748,1661],[1736,1659],[1723,1678],[1733,1687],[1741,1695],[1736,1705],[1739,1721],[1724,1728],[1696,1728],[1685,1720],[1670,1725],[1649,1724],[1637,1720],[1635,1706],[1636,1687],[1632,1666],[1642,1647],[1663,1635],[1675,1638],[1677,1650],[1692,1655],[1708,1644],[1705,1634],[1695,1629],[1694,1611],[1692,1601],[1708,1587],[1722,1584],[1735,1583],[1740,1560],[1753,1544],[1755,1531],[1738,1526],[1736,1510],[1728,1509],[1723,1492],[1715,1486],[1708,1468],[1718,1450]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/034-0313.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/035-0313a.webp"},"title":"Player Version","mapParent":{"id":"ff8"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":69,"offsetY":64,"scale":2}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/ToA/037-0315.webp"},"title":"Map 2.10: Jahaka Anchorage","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":55,"offsetX":28,"offsetY":16,"distance":10},"mapRegions":[{"area":"138","points":[[981,261],[981,245],[988,234],[992,217],[1004,214],[1010,201],[1016,192],[1040,185],[1057,177],[1084,175],[1105,178],[1132,177],[1150,178],[1163,185],[1170,201],[1182,216],[1184,243],[1182,272],[1186,285],[1197,305],[1191,326],[1180,336],[1170,343],[1154,348],[1147,358],[1132,368],[1122,380],[1100,384],[1099,376],[1083,367],[1078,355],[1066,350],[1055,353],[1039,351],[1030,338],[1026,325],[1020,318],[997,304],[1000,290],[995,276]]},{"area":"134","points":[[2169,278],[2138,278],[2130,264],[2121,251],[2117,231],[2130,224],[2139,209],[2163,202],[2180,204],[2199,204],[2223,213],[2240,215],[2252,233],[2297,234],[2312,228],[2331,234],[2350,234],[2372,236],[2387,249],[2392,272],[2433,293],[2453,292],[2468,293],[2479,301],[2501,311],[2499,326],[2513,338],[2521,362],[2517,373],[2509,387],[2495,401],[2472,401],[2462,397],[2449,401],[2437,396],[2429,387],[2403,392],[2390,398],[2362,362],[2338,348],[2303,335],[2265,326],[2261,312],[2237,302],[2225,295],[2176,288]]},{"area":"135","points":[[1295,341],[1289,279],[1284,260],[1303,243],[1306,223],[1319,205],[1345,193],[1361,179],[1384,174],[1399,177],[1419,179],[1435,178],[1456,185],[1484,187],[1499,183],[1520,183],[1540,186],[1565,185],[1589,185],[1603,187],[1612,179],[1620,180],[1644,184],[1653,182],[1669,185],[1676,193],[1703,198],[1717,198],[1731,210],[1744,227],[1766,229],[1779,231],[1779,340],[1562,340],[1562,395],[1409,395],[1409,341]]},{"area":"133","points":[[1732,785],[1735,708],[1749,665],[1779,635],[1809,627],[1867,619],[1900,622],[1952,622],[2004,621],[2065,621],[2118,621],[2118,676],[2063,676],[2003,676],[1955,676],[1955,840],[1952,865],[1903,865],[1899,845],[1899,784],[1899,729],[1899,675],[1842,675],[1807,688],[1791,697],[1789,723],[1789,785]]},{"area":"139","points":[[2070,901],[2179,901],[2179,783],[2185,759],[2204,734],[2220,710],[2239,692],[2260,683],[2286,672],[2331,669],[2364,676],[2400,691],[2386,730],[2366,734],[2354,733],[2338,727],[2317,730],[2300,732],[2287,739],[2271,742],[2261,751],[2244,765],[2231,776],[2221,790],[2224,820],[2227,843],[2254,856],[2272,867],[2289,857],[2314,853],[2330,842],[2330,886],[2277,939],[2277,1054],[2070,1054]]},{"area":"132","points":[[1895,1290],[1895,1401],[2033,1401],[2033,1290]]},{"area":"13a","points":[[163,1627],[187,1579],[212,1544],[243,1515],[277,1498],[309,1485],[354,1476],[417,1473],[417,1338],[467,1338],[469,1355],[471,1400],[497,1415],[519,1425],[537,1426],[552,1426],[562,1412],[582,1404],[596,1410],[622,1416],[672,1416],[680,1454],[684,1496],[522,1496],[492,1526],[492,1663],[367,1663],[272,1663],[238,1663],[209,1655],[183,1644]]},{"area":"13b","points":[[498,1605],[498,1529],[522,1505],[601,1505],[601,1605]]},{"area":"13c","points":[[610,1605],[610,1507],[683,1507],[682,1560],[672,1605]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/037-0315.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/038-0315a.webp"},"title":"Player Version","mapParent":{"id":"ff7"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":28,"offsetY":16,"distance":10}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/ToA/040-0317.webp"},"title":"Map 2.11: Kir Sabal","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":54,"offsetX":30,"offsetY":24},"mapRegions":[{"area":"14c","points":[[200,192],[200,500],[348,500],[348,192]]},{"area":"14b","points":[[687,192],[687,344],[832,344],[832,192]]},{"area":"14a","points":[[687,356],[687,502],[832,502],[832,356]]},{"area":"149","points":[[200,622],[200,934],[294,934],[294,622]]},{"area":"148","points":[[363,625],[363,931],[671,931],[671,625]]},{"area":"147","points":[[684,626],[684,935],[834,935],[834,626]]},{"area":"14f","points":[[252,1266],[252,1419],[563,1419],[563,1266]]},{"area":"14e","points":[[308,1591],[308,1741],[509,1741],[509,1591]]},{"area":"150","points":[[999,256],[999,673],[1211,673],[1211,256]]},{"area":"154","points":[[1276,361],[1276,686],[1431,686],[1431,361]]},{"area":"146","points":[[1468,445],[1468,965],[1827,965],[1827,445]]},{"area":"14d","points":[[1883,863],[1883,1150],[2040,1150],[2040,863]]},{"area":"153","points":[[1282,1490],[1134,1266],[1134,1016],[1833,1016],[1833,1183],[1637,1241],[1637,1490]]},{"area":"152","points":[[2253,409],[2253,555],[2557,555],[2557,409]]},{"area":"151","points":[[2252,677],[2252,880],[2558,880],[2558,677]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/040-0317.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/041-0317a.webp"},"title":"Player Version","mapParent":{"id":"ff6"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":30,"offsetY":24}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/ToA/043-0319.webp"},"title":"Map 2.12: Nangalore","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","size":52,"offsetX":21},"mapRegions":[{"area":"17d","points":[[337,984],[333,929],[339,885],[351,828],[369,806],[401,802],[425,813],[446,817],[471,809],[478,772],[482,742],[521,732],[562,732],[613,738],[648,761],[683,783],[706,811],[724,841],[736,878],[738,944],[735,988],[720,1027],[696,1064],[665,1095],[625,1117],[579,1131],[504,1131],[459,1120],[421,1099],[373,1061],[349,1016]]},{"area":"17b","points":[[828,1111],[1111,1111],[1111,1279],[984,1279],[984,1489],[790,1489],[796,1466],[788,1441],[781,1426],[760,1417],[721,1412],[721,1219],[828,1219]]},{"area":"179","points":[[988,1839],[988,2051],[1268,2051],[1268,2077],[712,2077],[712,1839]]},{"area":"16d","points":[[375,2810],[375,3175],[692,3175],[692,2810]]},{"area":"180","points":[[825,796],[2027,796],[2027,876],[1949,876],[1949,982],[2029,982],[2029,1048],[1682,1048],[1682,1274],[1541,1274],[1537,1251],[1528,1224],[1510,1205],[1484,1191],[1454,1186],[1415,1184],[1376,1185],[1350,1196],[1326,1218],[1312,1255],[1312,1272],[1168,1272],[1168,1051],[825,1051],[825,984],[905,984],[905,877],[825,877]]},{"area":"182","points":[[2116,971],[2116,886],[2121,858],[2131,826],[2148,803],[2170,778],[2190,760],[2214,747],[2242,737],[2272,732],[2302,729],[2337,730],[2376,734],[2400,744],[2428,758],[2448,774],[2472,797],[2489,822],[2503,848],[2510,880],[2514,928],[2515,966],[2509,1005],[2493,1041],[2474,1066],[2451,1091],[2425,1108],[2399,1121],[2377,1129],[2358,1133],[2271,1133],[2248,1130],[2218,1117],[2195,1099],[2171,1085],[2149,1059],[2129,1028],[2117,996]]},{"area":"17c","points":[[1741,1111],[2027,1111],[2027,1217],[2130,1217],[2130,1401],[2056,1401],[2056,1488],[1865,1488],[1865,1276],[1741,1276]]},{"area":"17a","points":[[1584,2048],[1863,2048],[1863,1835],[2050,1835],[2050,1924],[2137,1924],[2137,2080],[1584,2080]]},{"area":"16a","points":[[1533,3175],[1569,3175],[1576,3154],[1594,3162],[1611,3154],[1626,3152],[1650,3150],[1671,3160],[1691,3154],[1697,3168],[1707,3176],[1879,3176],[1915,3177],[1952,3178],[2003,3184],[2078,3176],[2095,3172],[2109,3183],[2134,3189],[2133,2770],[2151,2761],[2158,2738],[2157,2716],[2143,2703],[2131,2702],[2129,2651],[2132,2577],[2125,2528],[2121,2494],[2132,2470],[2131,2402],[2131,2347],[2128,2309],[2126,2278],[2131,2240],[2128,2160],[2116,2149],[2107,2136],[1848,2136],[1813,2119],[1769,2117],[1731,2136],[1533,2136],[1541,2154],[1548,2182],[1544,2209],[1531,2237],[1531,2439],[1557,2476],[1554,2519],[1532,2556],[1532,2761],[1548,2792],[1549,2828],[1542,2851],[1531,2867],[1531,2987],[1529,3043],[1532,3091]]},{"area":"16a","points":[[1319,2130],[1118,2137],[1103,2125],[1080,2117],[1052,2120],[1019,2132],[914,2132],[909,2127],[791,2127],[791,2133],[720,2133],[720,2229],[720,2271],[722,2308],[719,2383],[721,2454],[724,2575],[718,2659],[719,2790],[719,2831],[718,2876],[718,2954],[716,3117],[714,3164],[731,3164],[755,3170],[790,3169],[814,3161],[874,3165],[885,3164],[897,3152],[921,3132],[947,3136],[976,3144],[1016,3163],[1036,3173],[1102,3175],[1126,3184],[1157,3184],[1158,3160],[1163,3155],[1181,3161],[1203,3151],[1221,3155],[1238,3154],[1254,3164],[1275,3150],[1282,3171],[1294,3175],[1319,3172],[1321,3139],[1324,3111],[1322,3049],[1321,2974],[1319,2881],[1318,2865],[1262,2863],[1142,2863],[1032,2861],[907,2865],[897,2871],[877,2865],[855,2871],[841,2867],[832,2871],[792,2871],[792,2850],[792,2749],[825,2750],[837,2759],[846,2751],[871,2751],[889,2750],[902,2757],[963,2757],[1025,2757],[1143,2757],[1199,2756],[1283,2756],[1294,2765],[1302,2778],[1318,2771],[1321,2752],[1321,2554],[1240,2554],[1160,2554],[1050,2554],[941,2550],[910,2554],[868,2557],[794,2557],[792,2541],[801,2449],[821,2441],[879,2438],[904,2442],[972,2446],[1041,2441],[1159,2446],[1225,2445],[1270,2445],[1315,2444],[1322,2421],[1316,2379],[1318,2315],[1316,2251],[1309,2223],[1299,2195],[1306,2165],[1312,2151]]},{"area":"171","points":[[1252,1716],[1252,1601],[1317,1543],[1535,1543],[1596,1599],[1596,1716],[1542,1781],[1316,1783]]},{"area":"16d","points":[[2153,2807],[2153,3203],[2466,3203],[2466,2807]]},{"area":"167","points":[[1206,3376],[1249,3250],[1288,3244],[1335,3244],[1351,3230],[1358,3212],[1344,3179],[1347,3149],[1382,3117],[1439,3103],[1491,3118],[1511,3137],[1510,3179],[1510,3205],[1509,3216],[1525,3235],[1551,3229],[1579,3241],[1606,3239],[1659,3360],[1705,3403],[1738,3504],[1765,3570],[1790,3696],[1145,3696],[1136,3649],[1133,3621],[1141,3588],[1166,3573],[1208,3572],[1228,3542],[1240,3496],[1221,3478],[1219,3443],[1216,3423],[1218,3395]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/043-0319.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/044-0319a.webp"},"title":"Player Version","mapParent":{"id":"ff5"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","size":52,"offsetX":21}},{"type":"image","href":{"type":"internal","path":"adventure/ToA/045-0320.webp"},"title":"Map 2.13: Wreck of the Star Goddess","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":53,"offsetX":26,"offsetY":23},"mapRegions":[{"area":"1aa","points":[[562,112],[562,244],[2168,244],[2168,112]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/045-0320.webp"},"id":"553","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/ToA/046-0321.webp"},"title":"Map 2.14: Wyrmheart Mine","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-26,"offsetY":-6,"scale":2},"mapRegions":[{"area":"1b7","points":[[268,647],[271,673],[279,681],[271,715],[255,729],[233,733],[207,733],[187,727],[184,709],[162,706],[154,687],[148,671],[152,656],[164,645],[164,636],[155,626],[151,601],[149,579],[154,566],[151,544],[162,526],[172,514],[200,507],[221,502],[248,506],[266,512],[275,540],[271,562],[286,585],[309,588],[322,588],[332,578],[328,564],[344,551],[349,534],[336,525],[319,524],[308,511],[304,481],[313,462],[335,461],[344,436],[364,429],[378,412],[398,411],[415,412],[435,406],[452,416],[452,431],[441,449],[456,459],[473,466],[488,467],[491,484],[495,512],[486,519],[484,535],[465,542],[454,546],[447,562],[446,573],[429,575],[409,575],[392,578],[386,598],[374,612],[361,621],[372,638],[394,648],[364,671],[349,681],[326,682],[304,675],[307,662],[309,646],[301,639],[286,642]]},{"area":"1b9","points":[[436,687],[466,675],[489,662],[513,662],[534,668],[587,668],[608,659],[632,661],[656,678],[678,658],[684,627],[668,608],[666,591],[668,560],[659,554],[641,558],[620,552],[596,551],[584,546],[540,551],[516,559],[495,567],[478,573],[466,592],[467,613],[465,624],[449,626],[438,645],[436,664]]},{"area":"1ba","points":[[718,478],[755,453],[781,448],[794,445],[820,453],[834,442],[847,446],[866,442],[881,448],[891,445],[895,458],[914,462],[918,473],[929,482],[926,493],[938,494],[942,508],[951,520],[945,533],[944,544],[933,549],[928,554],[946,562],[941,586],[939,594],[927,596],[914,611],[905,605],[891,605],[886,592],[871,593],[856,606],[816,606],[804,595],[794,592],[780,592],[768,593],[751,602],[739,594],[727,595],[722,582],[705,585],[704,572],[692,561],[692,551],[692,542],[701,535],[704,524],[713,516],[705,507],[708,499],[715,489]]},{"area":"1bc","points":[[758,714],[759,692],[767,681],[782,679],[807,672],[849,675],[859,689],[859,715],[849,731],[832,746],[806,748],[794,745],[779,748]]},{"area":"1bd","points":[[819,1251],[827,1207],[842,1166],[867,1154],[895,1155],[921,1152],[941,1154],[948,1167],[955,1180],[951,1198],[949,1235],[939,1249],[918,1264],[906,1271],[854,1291],[846,1272],[842,1262],[833,1255]]},{"area":"1b0","points":[[224,1565],[224,1631],[307,1631],[307,1565]]},{"area":"1b2","points":[[455,1646],[455,1759],[620,1759],[620,1646]]},{"area":"1b4","points":[[349,1506],[349,1607],[401,1607],[401,1506]]},{"area":"1b6","points":[[281,1264],[251,1262],[238,1229],[216,1201],[209,1188],[213,1171],[216,1156],[208,1142],[193,1127],[187,1105],[185,1087],[199,1061],[196,1035],[205,1013],[213,991],[211,976],[221,952],[227,888],[262,855],[280,824],[294,804],[312,800],[314,779],[328,776],[351,745],[404,724],[435,706],[487,673],[512,675],[554,676],[587,674],[620,671],[662,695],[668,709],[686,716],[716,739],[768,779],[795,787],[805,808],[807,839],[816,866],[835,873],[846,881],[851,904],[859,936],[868,951],[882,945],[896,952],[901,972],[901,996],[885,1001],[886,1021],[894,1029],[906,1014],[915,1004],[931,1006],[946,1025],[959,1040],[958,1049],[947,1061],[933,1075],[922,1107],[891,1113],[874,1132],[827,1161],[808,1244],[793,1267],[772,1276],[747,1281],[731,1302],[702,1313],[685,1319],[656,1324],[633,1321],[622,1316],[595,1324],[482,1331],[456,1312],[445,1311],[433,1312],[412,1300],[341,1289],[316,1279],[300,1272]]},{"area":"1c5","points":[[1286,662],[1331,678],[1385,649],[1404,635],[1434,634],[1448,644],[1468,641],[1484,640],[1492,625],[1505,612],[1500,589],[1487,588],[1492,556],[1467,532],[1427,527],[1405,536],[1399,547],[1373,541],[1360,521],[1336,520],[1314,514],[1301,515],[1288,527],[1274,536],[1265,561],[1256,573],[1262,594],[1268,613],[1259,629],[1261,647]]},{"area":"1c3","points":[[1113,1082],[1096,1087],[1081,1073],[1072,1055],[1069,1034],[1068,1012],[1078,996],[1086,969],[1099,960],[1122,961],[1135,984],[1136,1004],[1134,1028],[1128,1053],[1121,1067]]},{"area":"1c2","points":[[1047,1540],[1049,1525],[1058,1506],[1075,1501],[1086,1480],[1085,1467],[1078,1461],[1064,1441],[1069,1411],[1086,1408],[1078,1392],[1091,1367],[1111,1361],[1128,1362],[1140,1358],[1162,1356],[1185,1360],[1209,1362],[1266,1364],[1260,1384],[1247,1395],[1219,1401],[1193,1408],[1172,1408],[1191,1427],[1209,1424],[1220,1433],[1236,1442],[1240,1460],[1240,1473],[1256,1479],[1265,1498],[1259,1516],[1264,1539],[1278,1548],[1252,1579],[1240,1580],[1226,1584],[1205,1594],[1184,1601],[1168,1596],[1149,1592],[1131,1594],[1109,1591],[1095,1582],[1072,1578],[1061,1565]]},{"area":"1bf","points":[[1356,1540],[1353,1518],[1335,1506],[1328,1495],[1342,1486],[1355,1455],[1378,1439],[1379,1421],[1418,1404],[1438,1401],[1465,1413],[1479,1406],[1496,1405],[1511,1393],[1528,1389],[1544,1399],[1569,1404],[1600,1414],[1607,1462],[1591,1474],[1589,1505],[1596,1525],[1616,1522],[1641,1521],[1653,1506],[1680,1487],[1691,1473],[1726,1471],[1738,1479],[1747,1491],[1752,1507],[1758,1514],[1756,1542],[1759,1561],[1742,1572],[1716,1581],[1716,1602],[1709,1613],[1689,1622],[1668,1614],[1659,1606],[1654,1592],[1626,1589],[1596,1589],[1584,1599],[1555,1612],[1545,1631],[1527,1647],[1504,1646],[1487,1639],[1471,1641],[1459,1665],[1435,1674],[1412,1681],[1384,1684],[1356,1675],[1349,1668],[1347,1649],[1334,1628],[1324,1611],[1321,1592],[1331,1566],[1351,1551]]},{"area":"1c7","points":[[2434,714],[2419,700],[2388,698],[2358,684],[2329,673],[2301,687],[2299,711],[2281,725],[2260,734],[2239,734],[2220,734],[2212,724],[2194,721],[2178,740],[2187,756],[2179,774],[2152,781],[2129,788],[2113,800],[2101,788],[2084,794],[2072,819],[2048,819],[2028,814],[1992,818],[1974,818],[1952,828],[1925,839],[1913,878],[1895,891],[1898,914],[1888,931],[1888,966],[1888,991],[1887,1012],[1878,1042],[1885,1072],[1891,1107],[1885,1127],[1896,1155],[1896,1178],[1908,1211],[1924,1227],[1944,1235],[1958,1256],[1961,1265],[1967,1287],[1989,1305],[2027,1313],[2086,1334],[2119,1345],[2173,1354],[2204,1361],[2224,1347],[2248,1346],[2266,1344],[2287,1340],[2314,1335],[2336,1325],[2361,1312],[2425,1286],[2425,1256],[2414,1246],[2411,1227],[2415,1215],[2429,1202],[2441,1175],[2446,1159],[2444,1140],[2438,1119],[2441,1108],[2434,1095],[2432,1076],[2445,1055],[2458,1049],[2458,1021],[2446,1007],[2444,984],[2460,969],[2472,962],[2468,948],[2476,925],[2492,913],[2508,904],[2531,900],[2549,884],[2551,868],[2545,854],[2540,824],[2526,807],[2508,789],[2507,767],[2474,749],[2454,728]]},{"area":"1ca","points":[[1971,1454],[2018,1453],[2035,1466],[2054,1474],[2079,1466],[2098,1454],[2122,1447],[2140,1454],[2149,1456],[2164,1475],[2156,1495],[2134,1508],[2129,1529],[2131,1548],[2125,1568],[2125,1588],[2144,1601],[2156,1633],[2142,1671],[2126,1667],[2124,1660],[2104,1659],[2085,1666],[2066,1667],[2054,1676],[2026,1673],[2008,1674],[1989,1693],[1989,1713],[1975,1724],[1948,1724],[1938,1701],[1914,1694],[1894,1687],[1884,1680],[1871,1674],[1871,1653],[1887,1638],[1906,1635],[1926,1640],[1940,1633],[1959,1641],[1966,1629],[1958,1616],[1955,1589],[1965,1580],[1958,1569],[1940,1575],[1921,1588],[1893,1594],[1885,1573],[1879,1553],[1895,1536],[1909,1536],[1925,1522],[1951,1515],[1961,1505],[1954,1487],[1958,1468]]},{"area":"1cc","points":[[2174,1672],[2176,1645],[2181,1621],[2160,1586],[2155,1569],[2162,1546],[2161,1522],[2188,1501],[2189,1453],[2200,1438],[2202,1421],[2212,1405],[2229,1408],[2246,1391],[2276,1387],[2295,1399],[2328,1411],[2366,1432],[2358,1448],[2380,1453],[2398,1456],[2419,1447],[2452,1441],[2476,1452],[2489,1473],[2487,1493],[2509,1499],[2522,1485],[2544,1495],[2551,1514],[2554,1529],[2531,1548],[2529,1568],[2500,1613],[2481,1620],[2468,1647],[2446,1656],[2434,1667],[2424,1685],[2406,1695],[2381,1698],[2352,1695],[2322,1709],[2315,1706],[2288,1709],[2245,1720],[2218,1726],[2206,1712],[2195,1699]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/046-0321.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/047-0321a.webp"},"title":"Player Version","mapParent":{"id":"ff4"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-26,"offsetY":-6,"scale":2}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/ToA/049-0323.webp"},"title":"Map 2.15: Yellyark","grid":{"type":"square","size":59,"offsetX":19,"offsetY":-22},"width":2750,"height":1900,"imageType":"map","mapRegions":[{"area":"1cf","points":[[392,1262],[455,1173],[627,1105],[733,1078],[727,1176],[809,1207],[760,1275],[774,1315],[668,1352],[552,1365],[486,1371],[474,1349],[460,1326],[422,1298]]},{"area":"1d4","points":[[836,1238],[801,1174],[799,1135],[829,1095],[866,1075],[924,1067],[948,1086],[984,1125],[1002,1166],[986,1214],[965,1240],[913,1255],[879,1253]]},{"area":"1d3","points":[[1314,1649],[1351,1565],[1433,1598],[1399,1682]]},{"area":"1d0","points":[[758,765],[716,760],[684,738],[659,716],[635,671],[642,629],[671,585],[700,559],[736,553],[773,554],[806,574],[829,602],[844,640],[841,679],[824,724]]},{"area":"1d1","points":[[1065,988],[1067,1032],[1069,1087],[1082,1146],[1093,1176],[1099,1215],[1112,1249],[1132,1291],[1173,1335],[1126,1380],[1128,1393],[1140,1395],[1187,1354],[1205,1358],[1231,1374],[1255,1387],[1291,1404],[1373,1415],[1413,1422],[1498,1421],[1541,1412],[1571,1391],[1599,1380],[1631,1424],[1639,1416],[1620,1376],[1644,1373],[1673,1362],[1708,1335],[1746,1307],[1769,1278],[1776,1259],[1804,1235],[1819,1207],[1854,1224],[1866,1212],[1862,1202],[1824,1181],[1839,1145],[1861,1072],[1868,1041],[1874,1002],[1907,994],[1908,976],[1872,976],[1864,932],[1852,873],[1839,836],[1813,799],[1788,775],[1768,735],[1726,691],[1747,655],[1733,647],[1709,681],[1679,660],[1661,642],[1608,616],[1560,609],[1501,601],[1455,602],[1401,609],[1391,612],[1359,609],[1340,574],[1331,578],[1342,622],[1326,632],[1299,635],[1259,652],[1225,678],[1174,706],[1149,722],[1099,694],[1094,704],[1132,742],[1124,765],[1116,793],[1115,815],[1102,834],[1085,862],[1079,901],[1078,929],[1069,961],[1035,966],[1038,981]]},{"area":"1d4","points":[[1888,579],[1912,513],[1949,482],[1986,480],[2027,482],[2084,524],[2091,574],[2078,640],[2036,668],[1986,688],[1938,684],[1898,655],[1880,624]]},{"area":"1d5","points":[[1971,921],[1971,1092],[2107,1092],[2107,921]]},{"area":"1d4","points":[[2248,1280],[2269,1248],[2299,1220],[2358,1212],[2402,1227],[2447,1264],[2449,1312],[2424,1358],[2385,1391],[2338,1399],[2289,1367],[2259,1331]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/049-0323.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/050-0323a.webp"},"title":"Player Version","mapParent":{"id":"ff3"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":19,"offsetY":-22}}]},{"name":"Ch. 3: Dwellers of the Forbidden City","ix":3,"images":[{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/ToA/053-304.webp"},"title":"Map 3.1: Omu","width":2800,"height":3800,"imageType":"map","grid":{"type":"none","size":102,"distance":100},"mapRegions":[{"area":"21d","points":[[1849,2555],[1856,2547],[1869,2527],[1874,2511],[1891,2501],[1906,2500],[1906,2491],[1926,2484],[1952,2492],[1972,2504],[1993,2511],[2007,2545],[2011,2575],[1993,2619],[1969,2642],[1929,2653],[1882,2638],[1856,2636],[1835,2626],[1834,2592],[1839,2562]]},{"area":"21a","points":[[1355,3064],[1351,3044],[1356,3028],[1346,3016],[1344,3000],[1346,2984],[1376,2958],[1395,2935],[1408,2900],[1401,2852],[1409,2828],[1440,2821],[1448,2813],[1451,2801],[1451,2786],[1454,2760],[1454,2739],[1492,2754],[1528,2765],[1572,2754],[1600,2744],[1631,2752],[1647,2747],[1660,2759],[1681,2766],[1709,2761],[1722,2781],[1716,2801],[1733,2818],[1753,2824],[1759,2848],[1768,2868],[1768,2895],[1764,2919],[1753,2921],[1775,2928],[1782,2940],[1808,2951],[1815,2967],[1831,2985],[1851,2994],[1881,2998],[1894,2981],[1895,3000],[1912,3005],[1927,2996],[1929,2976],[1945,2966],[1961,2972],[1981,2965],[1989,2956],[2018,2952],[2033,2947],[2031,2931],[2047,2926],[2060,2912],[2042,2868],[2039,2855],[2026,2852],[2015,2854],[2007,2780],[2021,2775],[2026,2761],[2041,2761],[2053,2748],[2052,2727],[2069,2718],[2062,2704],[2062,2699],[2075,2696],[2098,2698],[2113,2705],[2134,2706],[2147,2708],[2167,2718],[2175,2744],[2174,2766],[2196,2780],[2206,2798],[2207,2824],[2200,2840],[2208,2872],[2202,2896],[2189,2905],[2187,2927],[2176,2960],[2164,2978],[2128,3004],[2116,3026],[2082,3044],[2021,3064],[1995,3089],[1979,3122],[1965,3112],[1933,3125],[1912,3140],[1904,3161],[1872,3169],[1832,3182],[1795,3189],[1772,3202],[1742,3215],[1741,3226],[1716,3241],[1713,3248],[1682,3262],[1655,3268],[1644,3285],[1624,3281],[1580,3284],[1553,3288],[1514,3287],[1498,3282],[1456,3281],[1444,3259],[1433,3233],[1419,3211],[1394,3191],[1373,3166],[1371,3145]]},{"area":"1fb","points":[[239,3436],[198,3373],[205,3349],[215,3314],[227,3286],[261,3272],[301,3254],[314,3220],[332,3186],[349,3166],[375,3169],[412,3166],[433,3171],[442,3193],[449,3211],[452,3246],[453,3275],[424,3319],[415,3348],[385,3371],[352,3386],[322,3394],[293,3407],[255,3428]]},{"area":"206","points":[[453,2735],[460,2695],[487,2666],[489,2638],[512,2621],[540,2599],[567,2572],[567,2551],[587,2535],[600,2513],[615,2489],[666,2500],[709,2540],[729,2561],[704,2767],[672,2765],[635,2767],[609,2767],[575,2758],[559,2751],[536,2755],[516,2756],[484,2756],[468,2755]]},{"area":"201","points":[[751,2564],[980,2566],[958,2849],[739,2847],[724,2785]]},{"area":"210","points":[[1214,2673],[1313,2678],[1312,2788],[1208,2786]]},{"area":"23c","points":[[946,2058],[982,2051],[1020,2058],[1031,2078],[1025,2101],[1002,2106],[981,2098],[949,2088],[922,2074]]},{"area":"23f","points":[[1135,1881],[1138,1775],[1159,1772],[1205,1779],[1201,1881]]},{"area":"259","points":[[985,1102],[853,1096],[846,1061],[873,907],[1007,909],[1013,940],[1015,989],[1014,1046],[996,1081]]},{"area":"24a","points":[[941,1394],[989,1386],[1036,1380],[1080,1392],[1080,1433],[1038,1435],[998,1448],[960,1447],[944,1440],[933,1414]]},{"area":"261","points":[[1313,839],[1329,808],[1351,791],[1366,809],[1405,834],[1415,859],[1411,882],[1380,884],[1336,865]]},{"area":"24e","points":[[1252,1052],[1324,1055],[1331,1154],[1245,1155]]},{"area":"262","points":[[1500,1035],[1532,1027],[1564,1035],[1566,1135],[1562,1160],[1504,1165],[1500,1135],[1499,1086]]},{"area":"268","points":[[1900,1086],[1934,1085],[1945,1069],[1959,1067],[1974,1089],[2006,1093],[2014,1186],[1971,1192],[1936,1188],[1895,1185],[1895,1113]]},{"area":"274","points":[[2039,1038],[2041,1073],[2074,1085],[2119,1098],[2132,1082],[2135,1036],[2149,1013],[2159,979],[2162,934],[2126,920],[2113,976],[2099,989],[2089,1004],[2079,1019],[2059,1032]]},{"area":"277","points":[[2319,1471],[2320,1416],[2344,1421],[2353,1453],[2391,1458],[2400,1449],[2413,1442],[2456,1442],[2461,1468],[2462,1496],[2464,1516],[2409,1522],[2389,1508],[2366,1502],[2352,1480],[2335,1479]]},{"area":"292","points":[[2075,1739],[2074,1706],[2074,1664],[2086,1642],[2114,1629],[2141,1626],[2172,1633],[2205,1652],[2220,1676],[2225,1716],[2221,1746],[2195,1774],[2149,1787],[2107,1787],[2085,1771]]},{"area":"294","points":[[2049,1566],[2120,1532],[2186,1560],[2195,1538],[2216,1525],[2238,1539],[2271,1548],[2245,1592],[2200,1634],[2138,1625],[2084,1625],[2052,1608],[2044,1580]]},{"area":"296","points":[[2034,1987],[2056,1918],[2073,1888],[2120,1889],[2161,1913],[2181,1980],[2181,2007],[2136,2014],[2088,2004],[2049,1992]]},{"area":"280","points":[[2202,2038],[2221,2019],[2234,2005],[2256,2012],[2288,2031],[2320,2028],[2327,2069],[2280,2080],[2231,2093],[2207,2092],[2204,2060]]},{"area":"22c","points":[[1418,2298],[1446,2293],[1474,2280],[1487,2260],[1508,2256],[1519,2267],[1522,2294],[1500,2312],[1465,2318],[1433,2315],[1416,2307]]},{"area":"232","points":[[1529,2158],[1540,2048],[1629,2045],[1631,2161]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/053-304.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/054-304a.webp"},"title":"Player Version","mapParent":{"id":"ff2"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"none","size":102,"distance":100}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/ToA/056-305.webp"},"title":"Map 3.2: Nine Shrines of Omu","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","offsetX":50,"offsetY":33,"scale":2},"mapRegions":[{"area":"20b","points":[[376,518],[376,718],[678,718],[678,518]]},{"area":"20a","points":[[432,828],[432,876],[625,876],[625,828]]},{"area":"208","points":[[204,942],[204,1292],[852,1292],[852,942]]},{"area":"212","points":[[1281,1276],[1281,1329],[1524,1329],[1524,1276]]},{"area":"219","points":[[1328,921],[1328,1068],[1478,1068],[1478,921]]},{"area":"213","points":[[1285,766],[1520,766],[1520,873],[1547,876],[1554,892],[1549,908],[1521,911],[1521,1025],[1548,1029],[1554,1047],[1545,1058],[1520,1064],[1520,1112],[1285,1112],[1285,1068],[1261,1065],[1248,1053],[1246,1041],[1261,1029],[1285,1022],[1285,913],[1260,909],[1246,891],[1258,879],[1285,873],[1321,909],[1321,1075],[1481,1075],[1481,909],[1338,909],[1285,857]]},{"area":"218","points":[[1533,968],[1576,968],[1576,768],[1678,768],[1678,965],[1627,965],[1627,1018],[1528,1018],[1535,1008],[1526,982]]},{"area":"224","points":[[2178,566],[2178,759],[2428,759],[2428,566]]},{"area":"21f","points":[[2178,1231],[2178,1278],[2426,1278],[2426,1231]]},{"area":"227","points":[[2085,775],[2266,775],[2266,902],[2168,902],[2168,955],[2118,955],[2085,929]]},{"area":"229","points":[[2342,778],[2520,778],[2520,926],[2490,956],[2435,956],[2435,907],[2342,907]]},{"area":"252","points":[[2127,2380],[2127,2432],[2376,2432],[2376,2380]]},{"area":"237","points":[[478,1769],[578,1769],[578,1816],[594,1816],[594,1794],[604,1785],[609,1792],[609,1815],[678,1815],[678,1884],[701,1884],[708,1888],[702,1898],[679,1898],[679,1984],[700,1984],[709,1991],[704,1998],[677,1998],[677,2067],[375,2067],[375,2002],[354,2002],[345,1995],[351,1987],[374,1987],[374,1899],[355,1899],[344,1892],[354,1885],[374,1885],[374,1818],[442,1818],[442,1796],[448,1785],[455,1795],[455,1819],[478,1819]]},{"area":"235","points":[[285,2231],[285,2359],[416,2359],[416,2231]]},{"area":"234","points":[[432,2426],[432,2481],[622,2481],[622,2426]]},{"area":"257","points":[[2141,1893],[2133,1880],[2121,1874],[2115,1871],[2058,1871],[2028,1893],[2028,2265],[2476,2265],[2476,1900],[2452,1872],[2391,1872],[2373,1878],[2360,1895],[2387,1927],[2387,2006],[2368,2004],[2356,1995],[2342,1995],[2333,2018],[2172,2018],[2167,2004],[2156,1994],[2138,2005],[2136,2015],[2119,2016],[2119,1927],[2118,1911],[2133,1906],[2138,1904]]},{"area":"253","points":[[2126,1800],[2157,1769],[2346,1769],[2376,1799],[2376,1861],[2360,1871],[2353,1889],[2361,1909],[2374,1921],[2374,1995],[2360,1984],[2338,1986],[2328,1994],[2328,2007],[2182,2007],[2172,1984],[2153,1982],[2135,1991],[2127,2001],[2127,1925],[2141,1913],[2151,1901],[2153,1887],[2140,1872],[2126,1864]]},{"area":"248","points":[[1331,1618],[1331,1711],[1519,1711],[1519,1618]]},{"area":"247","points":[[1320,1666],[1320,1718],[1528,1718],[1528,1671],[1674,1671],[1674,1859],[1624,1859],[1624,1967],[1578,1967],[1578,2066],[1225,2066],[1225,1968],[1280,1968],[1280,1859],[1174,1859],[1174,1715],[1276,1715],[1276,1666]]},{"area":"243","points":[[1378,2073],[1475,2073],[1475,2087],[1493,2088],[1498,2096],[1475,2101],[1475,2136],[1495,2140],[1498,2146],[1476,2151],[1476,2188],[1492,2188],[1500,2192],[1478,2201],[1478,2235],[1495,2239],[1496,2246],[1475,2251],[1474,2260],[1378,2260],[1376,2253],[1356,2249],[1349,2244],[1378,2235],[1378,2202],[1354,2199],[1349,2188],[1378,2186],[1378,2152],[1356,2148],[1351,2141],[1378,2140],[1378,2105],[1347,2094],[1358,2091],[1378,2091]]},{"area":"241","points":[[1329,2431],[1329,2480],[1525,2480],[1525,2431]]},{"area":"26a","points":[[427,3481],[427,3534],[626,3534],[626,3481]]},{"area":"26d","points":[[427,2866],[625,2866],[625,2973],[654,2973],[672,2991],[654,3009],[626,3009],[626,3025],[653,3025],[670,3042],[653,3059],[628,3059],[628,3074],[652,3074],[670,3092],[651,3111],[626,3111],[626,3165],[427,3165],[427,3113],[400,3113],[380,3093],[400,3073],[424,3073],[424,3064],[399,3064],[379,3044],[397,3026],[427,3026],[427,3013],[398,3013],[379,2994],[399,2974],[427,2974]]},{"area":"272","points":[[669,3168],[669,3271],[766,3271],[766,3168]]},{"area":"26b","points":[[428,3175],[628,3175],[628,3268],[569,3268],[569,3366],[486,3366],[486,3269],[428,3269]]},{"area":"279","points":[[1278,3378],[1278,3432],[1476,3432],[1476,3378]]},{"area":"27e","points":[[1285,2878],[1285,3011],[1472,3011],[1472,2878]]},{"area":"27b","points":[[1084,2876],[1268,2876],[1268,3020],[1480,3020],[1480,2876],[1666,2876],[1666,2958],[1495,3215],[1258,3215],[1084,2962]]},{"area":"288","points":[[1986,2829],[1986,3012],[2221,3012],[2221,2829]]},{"area":"286","points":[[2338,2829],[2338,3011],[2569,3011],[2569,2829]]},{"area":"28b","points":[[2233,2832],[2322,2832],[2322,3024],[2349,3024],[2367,3054],[2384,3054],[2411,3024],[2456,3024],[2446,3046],[2451,3064],[2467,3075],[2467,3094],[2442,3107],[2442,3126],[2468,3145],[2468,3193],[2444,3206],[2444,3228],[2469,3242],[2469,3265],[2454,3271],[2447,3287],[2452,3311],[2404,3311],[2388,3282],[2366,3282],[2349,3312],[2304,3312],[2288,3285],[2269,3285],[2253,3309],[2206,3309],[2187,3280],[2167,3280],[2155,3312],[2100,3312],[2106,3296],[2109,3279],[2087,3267],[2087,3246],[2109,3233],[2114,3208],[2087,3193],[2087,3146],[2112,3129],[2112,3108],[2086,3095],[2086,3073],[2105,3061],[2102,3039],[2094,3026],[2148,3026],[2168,3051],[2184,3051],[2199,3028],[2233,3028]]},{"area":"283","points":[[2236,3326],[2484,3326],[2484,3024],[2568,3024],[2568,3408],[2236,3408]]},{"area":"290","points":[[1987,3027],[2071,3027],[2084,3033],[2096,3045],[2089,3056],[2071,3065],[2071,3274],[2089,3276],[2095,3289],[2085,3300],[2068,3300],[2068,3326],[2219,3326],[2219,3404],[1987,3404]]},{"area":"282","points":[[2176,3456],[2176,3511],[2378,3511],[2378,3456]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/056-305.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/057-305a.webp"},"title":"Player Version","mapParent":{"id":"ff1"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","offsetX":50,"offsetY":33,"scale":2}}]},{"name":"Ch. 4: Fane of the Night Serpent","ix":4,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/ToA/061-402.webp"},"title":"Map 4.1: Fane of the Night Serpent","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","size":52,"offsetX":20,"offsetY":27},"mapRegions":[{"area":"2ad","points":[[335,846],[745,846],[745,877],[652,877],[652,919],[440,919],[440,875],[335,875]]},{"area":"2b1","points":[[336,1272],[749,1272],[749,1742],[334,1742],[334,1694],[312,1688],[293,1673],[285,1658],[282,1633],[286,1618],[295,1602],[314,1587],[336,1585],[336,1487],[316,1481],[295,1468],[281,1447],[280,1431],[285,1413],[291,1396],[302,1382],[318,1379],[336,1373]]},{"area":"2ba","points":[[855,807],[1011,807],[1011,961],[855,961]]},{"area":"2c2","points":[[1114,902],[1114,786],[1243,657],[1371,785],[1371,902]]},{"area":"2be","points":[[1062,964],[1062,1172],[1425,1172],[1425,964]]},{"area":"2c6","points":[[1479,913],[1552,913],[1553,898],[1553,879],[1562,871],[1575,865],[1595,871],[1607,887],[1608,911],[1684,911],[1684,1172],[1479,1172]]},{"area":"2e1","points":[[1893,965],[1945,965],[1945,853],[1948,826],[1961,801],[1982,780],[2005,764],[2036,756],[2060,755],[2080,762],[2105,775],[2121,788],[2136,808],[2147,833],[2155,855],[2155,965],[2206,965],[2206,1016],[2233,1019],[2247,1033],[2253,1049],[2233,1067],[2218,1069],[2206,1069],[2206,1121],[2051,1121],[2051,1162],[1998,1162],[1998,1121],[1893,1121]]},{"area":"2da","points":[[1996,1175],[2308,1175],[2308,1582],[2180,1582],[2182,1613],[2172,1631],[2146,1635],[2127,1619],[2127,1586],[1996,1586]]},{"area":"2d5","points":[[1788,1644],[1788,1631],[1735,1631],[1735,1533],[1892,1533],[1892,1629],[1841,1629],[1841,1644],[1891,1644],[1912,1661],[1932,1682],[1939,1711],[1939,1739],[1948,1739],[1948,1695],[2047,1695],[2047,1741],[2074,1744],[2089,1753],[2094,1767],[2091,1791],[2072,1798],[2049,1798],[2049,1849],[1954,1849],[1954,1798],[1940,1798],[1940,1832],[1925,1862],[1905,1882],[1878,1892],[1845,1892],[1845,1907],[1892,1907],[1892,2005],[1738,2005],[1738,1911],[1786,1911],[1786,1894],[1736,1894],[1718,1879],[1700,1866],[1691,1841],[1688,1800],[1688,1738],[1691,1707],[1702,1674],[1732,1653],[1761,1646]]},{"area":"2ca","points":[[1011,1275],[1478,1275],[1478,1328],[1521,1328],[1521,1926],[1447,2000],[1042,2000],[966,1924],[966,1847],[936,1840],[918,1827],[905,1805],[905,1641],[905,1484],[958,1484],[958,1331],[1011,1331]]},{"area":"2ff","points":[[2327,2138],[2355,2113],[2381,2116],[2396,2115],[2415,2116],[2444,2128],[2455,2148],[2461,2173],[2455,2206],[2456,2226],[2436,2246],[2414,2258],[2393,2256],[2384,2242],[2369,2244],[2354,2240],[2331,2228],[2328,2211],[2321,2198],[2324,2173],[2324,2152]]},{"area":"301","points":[[2521,2593],[2508,2574],[2505,2560],[2493,2552],[2492,2536],[2508,2524],[2506,2506],[2508,2482],[2534,2473],[2562,2474],[2595,2478],[2608,2487],[2624,2501],[2621,2519],[2626,2549],[2646,2549],[2664,2555],[2679,2571],[2676,2581],[2682,2599],[2678,2621],[2664,2631],[2661,2647],[2668,2659],[2667,2669],[2651,2687],[2639,2689],[2632,2705],[2632,2724],[2640,2733],[2638,2748],[2620,2773],[2609,2779],[2592,2780],[2576,2785],[2561,2771],[2561,2759],[2566,2742],[2564,2732],[2540,2732],[2526,2738],[2518,2724],[2511,2713],[2515,2698],[2514,2692],[2513,2628],[2518,2609]]},{"area":"2fb","points":[[1356,2938],[1356,2971],[1359,2982],[1356,2992],[1352,3001],[1325,3006],[1300,3013],[1279,3029],[1296,3044],[1296,3059],[1285,3073],[1267,3082],[1272,3100],[1282,3109],[1285,3127],[1286,3152],[1298,3172],[1318,3180],[1327,3200],[1326,3214],[1327,3228],[1340,3244],[1366,3251],[1375,3269],[1384,3300],[1413,3315],[1432,3320],[1442,3315],[1453,3306],[1479,3305],[1492,3316],[1531,3322],[1556,3291],[1632,3265],[1725,3256],[1808,3208],[1813,3134],[1782,3052],[1660,3006],[1608,2999],[1581,2999],[1575,3019],[1541,3022],[1527,3013],[1489,3009],[1474,2994],[1456,2993],[1424,2992],[1408,2976],[1409,2955],[1395,2936],[1386,2925],[1376,2928]]},{"area":"2fb","points":[[2494,1171],[2487,1148],[2487,1139],[2467,1133],[2448,1135],[2432,1125],[2416,1115],[2409,1084],[2418,1060],[2416,1048],[2429,1029],[2447,1022],[2458,1016],[2481,1018],[2505,1022],[2519,1028],[2521,1047],[2519,1059],[2534,1075],[2544,1106],[2566,1105],[2587,1096],[2611,1116],[2629,1115],[2640,1109],[2648,1108],[2649,1131],[2674,1142],[2678,1173],[2668,1186],[2666,1208],[2656,1231],[2629,1235],[2634,1267],[2651,1272],[2679,1272],[2689,1288],[2687,1307],[2688,1332],[2676,1356],[2669,1369],[2651,1380],[2642,1387],[2648,1408],[2644,1421],[2609,1431],[2612,1449],[2614,1459],[2593,1460],[2567,1472],[2545,1491],[2532,1505],[2531,1529],[2552,1526],[2573,1519],[2585,1520],[2606,1526],[2612,1536],[2614,1552],[2587,1585],[2496,1635],[2487,1713],[2432,1775],[2398,1729],[2414,1716],[2413,1692],[2409,1682],[2411,1668],[2428,1646],[2428,1624],[2432,1606],[2425,1594],[2414,1579],[2395,1574],[2386,1558],[2389,1539],[2375,1526],[2381,1508],[2394,1484],[2411,1475],[2429,1465],[2432,1449],[2421,1429],[2421,1414],[2429,1395],[2431,1368],[2422,1367],[2416,1348],[2421,1338],[2412,1325],[2402,1314],[2404,1298],[2404,1276],[2429,1267],[2446,1260],[2461,1256],[2472,1234],[2462,1220],[2461,1207],[2473,1189]]},{"area":"2b7","points":[[131,1952],[334,1952],[334,2049],[426,2049],[433,2061],[433,2093],[428,2109],[334,2109],[334,2214],[131,2214]]},{"area":"2b5","points":[[447,1749],[644,1749],[644,2313],[627,2345],[593,2364],[491,2364],[459,2346],[447,2316]]},{"area":"2f7","points":[[218,2766],[229,2774],[258,2782],[274,2799],[296,2792],[311,2800],[327,2809],[332,2838],[329,2866],[346,2881],[352,2893],[387,2888],[401,2876],[420,2859],[436,2847],[436,2831],[416,2819],[395,2805],[396,2782],[394,2762],[407,2739],[434,2726],[460,2715],[484,2714],[495,2722],[506,2734],[526,2740],[547,2738],[584,2742],[613,2787],[628,2855],[655,2911],[652,2968],[639,2978],[644,2991],[644,3008],[632,3027],[616,3039],[599,3039],[578,3038],[549,3049],[508,3039],[488,3039],[455,3040],[428,3008],[433,2988],[435,2976],[408,2958],[388,2966],[384,2985],[360,2992],[345,2987],[333,2993],[320,3027],[332,3044],[320,3064],[300,3073],[284,3075],[269,3081],[248,3091],[207,3095],[191,3091],[179,3076],[174,3061],[153,3049],[152,3033],[148,3022],[151,3007],[141,2993],[127,2972],[121,2956],[121,2940],[133,2915],[135,2888],[133,2871],[136,2845],[144,2829],[149,2818],[155,2798],[175,2780],[191,2767]]},{"area":"303","points":[[1136,3285],[1165,3302],[1178,3329],[1162,3345],[1146,3367],[1149,3393],[1161,3405],[1160,3421],[1158,3435],[1153,3467],[1165,3504],[1161,3531],[1156,3566],[1176,3568],[1191,3576],[1206,3593],[1216,3618],[1211,3642],[1224,3676],[1135,3686],[1132,3664],[1127,3644],[1107,3627],[1104,3608],[1068,3587],[1062,3552],[1067,3535],[1069,3525],[1061,3494],[1055,3455],[1068,3436],[1067,3418],[1065,3401],[1060,3386],[1048,3368],[1048,3342],[1064,3331],[1073,3320],[1071,3306],[1093,3284],[1111,3273]]},{"area":"2e7","points":[[594,2545],[772,2367],[956,2551],[778,2729],[725,2729],[594,2598]]},{"area":"2eb","points":[[1111,2472],[1371,2472],[1371,2754],[1284,2826],[1205,2826],[1111,2751]]},{"area":"2ef","points":[[1456,2175],[1456,2262],[1600,2262],[1600,2175]]},{"area":"2f1","points":[[1529,2375],[1678,2375],[1678,2729],[1529,2729],[1526,2726],[1499,2726],[1479,2706],[1499,2686],[1525,2686],[1525,2674],[1496,2674],[1475,2653],[1497,2631],[1527,2631],[1527,2621],[1501,2621],[1482,2602],[1501,2583],[1526,2583],[1526,2569],[1502,2569],[1484,2551],[1502,2533],[1528,2533],[1528,2520],[1500,2520],[1478,2498],[1500,2476],[1526,2476],[1526,2467],[1498,2467],[1478,2447],[1500,2425],[1529,2425]]},{"area":"2f3","points":[[1736,2471],[1889,2471],[1889,2627],[1736,2627],[1736,2575],[1692,2575],[1692,2525],[1736,2525]]},{"area":"2f5","points":[[1840,2055],[1851,2055],[1851,2038],[1867,2022],[1882,2037],[1882,2055],[1900,2055],[1900,2036],[1914,2022],[1930,2038],[1930,2054],[1951,2054],[1951,2038],[1969,2020],[1988,2039],[1988,2055],[2004,2055],[2004,2039],[2019,2024],[2035,2040],[2035,2055],[2056,2055],[2056,2039],[2075,2020],[2092,2037],[2092,2056],[2092,2311],[2092,2330],[2075,2347],[2059,2331],[2059,2315],[2038,2315],[2038,2332],[2024,2346],[2010,2332],[2010,2315],[1986,2315],[1986,2332],[1973,2345],[1959,2331],[1959,2312],[1934,2312],[1934,2332],[1922,2344],[1907,2329],[1907,2315],[1884,2315],[1884,2329],[1869,2344],[1852,2327],[1852,2315],[1840,2315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/061-402.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/062-402a.webp"},"title":"Player Version","mapParent":{"id":"ff0"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","size":52,"offsetX":20,"offsetY":27}}]},{"name":"Ch. 5: Tomb of the Nine Gods","ix":5,"images":[{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/ToA/066-505.webp"},"title":"Map 5.1: Rotten Halls","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":84,"offsetX":-17,"offsetY":14,"scale":2},"mapRegions":[{"area":"364","points":[[1755,851],[1755,1099],[2002,1099],[2002,851]]},{"area":"362","points":[[1686,931],[1686,1016],[1747,1016],[1747,931]]},{"area":"345","points":[[1131,811],[1131,1135],[1452,1135],[1452,811]]},{"area":"332","points":[[1246,1224],[1246,1442],[1332,1442],[1332,1224]]},{"area":"32f","points":[[1467,1516],[1625,1516],[1625,1492],[1644,1473],[1668,1497],[1668,1516],[1709,1516],[1709,1494],[1728,1475],[1751,1498],[1751,1516],[1793,1516],[1793,1488],[1812,1469],[1835,1492],[1835,1516],[1875,1516],[1875,1491],[1896,1470],[1920,1494],[1920,1516],[1952,1516],[1972,1536],[1954,1554],[1919,1554],[1919,1576],[1897,1598],[1877,1578],[1877,1559],[1833,1559],[1833,1585],[1816,1602],[1797,1583],[1797,1558],[1751,1558],[1751,1582],[1732,1601],[1710,1579],[1710,1559],[1668,1559],[1668,1582],[1650,1600],[1632,1582],[1632,1559],[1467,1559]]},{"area":"32a","points":[[1259,1567],[1259,1625],[1320,1625],[1320,1567]]},{"area":"336","points":[[785,1415],[785,1451],[881,1451],[881,1415]]},{"area":"339","points":[[789,1251],[789,1279],[876,1279],[876,1251]]},{"area":"33f","points":[[788,1055],[788,1228],[876,1228],[876,1055]]},{"area":"340","points":[[795,931],[794,901],[806,876],[834,868],[856,879],[869,906],[869,934],[869,962],[795,962]]},{"area":"343","points":[[535,933],[535,1016],[571,1016],[571,933]]},{"area":"341","points":[[671,928],[671,1013],[731,1013],[731,928]]},{"area":"356","points":[[288,847],[288,813],[326,813],[326,847],[532,847],[532,1095],[331,1095],[331,1133],[287,1133],[287,1098],[246,1098],[246,1059],[204,1059],[204,1016],[244,1016],[244,932],[208,932],[208,893],[242,893],[242,847]]},{"area":"35f","points":[[211,1473],[220,1464],[234,1461],[242,1465],[261,1462],[276,1459],[285,1466],[294,1475],[324,1479],[336,1465],[338,1446],[353,1440],[381,1436],[402,1444],[415,1458],[405,1481],[398,1494],[408,1521],[428,1531],[440,1546],[431,1580],[421,1595],[406,1605],[408,1624],[396,1633],[382,1638],[366,1648],[345,1644],[322,1648],[309,1659],[288,1658],[279,1648],[278,1634],[266,1628],[247,1626],[222,1625],[215,1612],[202,1591],[208,1567],[196,1556],[181,1548],[173,1526],[178,1498],[186,1485]]},{"area":"35e","points":[[301,1273],[306,1241],[313,1234],[328,1229],[339,1225],[339,1214],[351,1208],[373,1206],[386,1214],[398,1219],[407,1218],[455,1214],[479,1206],[491,1195],[511,1186],[532,1186],[548,1202],[547,1211],[562,1219],[560,1245],[547,1258],[528,1266],[509,1264],[496,1272],[499,1284],[484,1295],[467,1301],[445,1309],[404,1306],[392,1296],[371,1287],[354,1296],[347,1316],[316,1311],[299,1294]]},{"area":"351","points":[[435,218],[475,228],[509,253],[529,284],[538,327],[527,367],[508,396],[474,420],[435,428],[389,422],[359,401],[340,374],[327,324],[339,282],[360,254],[389,233]]},{"area":"34f","points":[[328,514],[645,514],[707,576],[644,639],[328,639],[328,596],[305,596],[286,577],[306,557],[328,557]]},{"area":"377","points":[[2175,434],[2168,422],[2146,415],[2134,404],[2128,389],[2116,382],[2100,367],[2101,353],[2101,334],[2100,322],[2101,308],[2116,302],[2115,293],[2122,280],[2138,271],[2147,244],[2162,238],[2173,224],[2196,219],[2216,214],[2238,219],[2265,219],[2284,219],[2304,233],[2331,252],[2344,265],[2342,289],[2344,309],[2342,322],[2329,332],[2332,349],[2335,374],[2320,389],[2308,396],[2300,414],[2269,424],[2249,429],[2221,435],[2198,435]]},{"area":"36f","points":[[1254,225],[1254,471],[1536,471],[1536,225]]},{"area":"36d","points":[[1342,564],[1342,589],[1449,589],[1449,564]]},{"area":"347","points":[[1477,860],[1477,915],[1537,915],[1537,860]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/066-505.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/067-505a.webp"},"title":"Player Version","mapParent":{"id":"fef","offsetX":38,"offsetY":49,"scaleX":0.822,"scaleY":0.815,"autoScale":true},"width":3200,"height":2150,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/ToA/069-506.webp"},"title":"Map 5.2: Dungeon of Deception","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":26,"offsetY":40,"scale":2},"mapRegions":[{"area":"3a5","points":[[503,363],[503,949],[747,949],[747,363]]},{"area":"3aa","points":[[197,1000],[400,1000],[400,1246],[193,1246],[163,1216],[163,1031]]},{"area":"39f","points":[[847,1097],[847,1197],[946,1197],[946,1097]]},{"area":"388","points":[[1186,1146],[1186,1224],[1290,1224],[1290,1146]]},{"area":"38a","points":[[946,1296],[1526,1296],[1526,1734],[1336,1734],[1320,1717],[1290,1706],[1290,1736],[1187,1736],[1187,1703],[1163,1714],[1139,1736],[946,1736]]},{"area":"349","points":[[1453,850],[1453,907],[1491,907],[1491,850]]},{"area":"37b","points":[[1239,214],[1239,366],[1387,366],[1387,214]]},{"area":"393","points":[[1533,1439],[1533,1393],[1770,1393],[1770,1441],[1687,1441],[1683,1480],[1667,1497],[1637,1493],[1621,1481],[1621,1439]]},{"area":"398","points":[[1784,1244],[1909,1244],[1920,1255],[1931,1244],[2059,1244],[2070,1255],[2081,1244],[2169,1244],[2169,1331],[2158,1342],[2167,1351],[2167,1529],[2156,1540],[2167,1551],[2167,1624],[2151,1674],[2124,1720],[2106,1719],[2107,1734],[2069,1764],[2031,1780],[1984,1789],[1974,1779],[1963,1790],[1926,1781],[1889,1767],[1853,1750],[1839,1736],[1844,1719],[1823,1716],[1804,1686],[1784,1636],[1784,1553],[1795,1542],[1784,1527],[1784,1361],[1799,1346],[1784,1329]]},{"area":"383","points":[[2069,559],[2069,903],[2559,903],[2559,559]]},{"area":"37d","points":[[1779,460],[1779,999],[1824,999],[1824,460]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/069-506.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/070-506a.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":3}},{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/ToA/074-509.webp"},"title":"Map 5.3: Vault of Reflection","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":28,"offsetY":42,"scale":2},"mapRegions":[{"area":"40d","points":[[504,757],[744,757],[744,951],[504,951],[504,896],[526,871],[527,850],[521,830],[504,816]]},{"area":"417","points":[[249,1200],[277,1151],[313,1116],[296,1090],[306,1061],[333,1064],[350,1083],[403,1059],[453,1046],[454,1020],[480,1000],[503,1019],[506,1046],[561,1056],[610,1083],[626,1061],[651,1063],[661,1091],[644,1111],[680,1146],[704,1197],[729,1190],[753,1206],[746,1233],[717,1241],[720,1317],[704,1377],[724,1391],[737,1424],[714,1440],[686,1426],[657,1451],[633,1476],[647,1507],[637,1531],[609,1531],[589,1504],[554,1519],[503,1529],[447,1529],[404,1520],[369,1507],[356,1529],[323,1531],[313,1506],[326,1480],[303,1456],[273,1421],[250,1436],[224,1423],[229,1394],[251,1380],[237,1326],[233,1267],[237,1244],[214,1236],[201,1210],[220,1194]]},{"area":"415","points":[[459,1544],[459,1641],[504,1641],[504,1544]]},{"area":"3f0","points":[[750,1689],[750,1761],[764,1781],[1060,1781],[1086,1760],[1086,1567],[1063,1537],[949,1537],[949,1497],[896,1497],[896,1539],[783,1539],[750,1560]]},{"area":"3de","points":[[1237,1634],[1257,1587],[1286,1587],[1286,1489],[2410,1489],[2410,1589],[2459,1589],[2459,1686],[2414,1686],[2414,1779],[1289,1779],[1289,1683],[1237,1683]]},{"area":"3dd","points":[[2513,1441],[2513,1536],[2609,1536],[2609,1441]]},{"area":"3b8","points":[[1394,1247],[1394,1291],[1416,1291],[1416,1247]]},{"area":"3eb","points":[[993,1347],[993,1390],[1386,1390],[1386,1347]]},{"area":"3ed","points":[[897,1351],[897,1391],[991,1391],[991,1463],[973,1483],[873,1483],[847,1454],[847,1351]]},{"area":"3e7","points":[[849,1337],[990,1337],[990,1293],[949,1274],[949,1251],[896,1251],[891,1277],[849,1294]]},{"area":"3a3","points":[[849,1170],[856,1140],[873,1113],[897,1100],[923,1096],[953,1103],[971,1116],[986,1131],[990,1151],[991,1180],[981,1206],[964,1223],[944,1234],[913,1234],[886,1226],[867,1211],[849,1189]]},{"area":"3bf","points":[[2263,1144],[2263,1200],[2317,1200],[2317,1144]]},{"area":"3bf","points":[[2267,806],[2267,856],[2314,856],[2314,806]]},{"area":"3c1","points":[[2120,1017],[2120,1393],[2261,1393],[2261,1017]]},{"area":"3c1","points":[[2121,611],[2121,986],[2261,986],[2261,611]]},{"area":"3c2","points":[[2529,660],[2574,651],[2607,631],[2636,602],[2651,559],[2654,531],[2644,496],[2628,465],[2605,444],[2579,427],[2536,415],[2508,421],[2474,434],[2444,466],[2426,491],[2415,531],[2420,567],[2433,600],[2459,628],[2493,652]]},{"area":"3c9","points":[[2124,365],[2261,365],[2261,416],[2362,416],[2362,462],[2261,462],[2261,514],[2124,514]]},{"area":"3ce","points":[[1971,316],[1971,369],[2024,369],[2024,316]]},{"area":"3d3","points":[[1335,167],[1335,504],[1873,504],[1873,167]]},{"area":"3d1","points":[[1876,315],[1876,365],[1921,365],[1921,315]]},{"area":"3b3","points":[[1576,507],[1576,541],[1634,541],[1634,507]]},{"area":"34b","points":[[1334,680],[1334,726],[1388,726],[1388,680]]},{"area":"3f7","points":[[999,974],[948,932],[945,911],[896,911],[896,932],[846,974],[846,1052],[999,1052]]},{"area":"3f9","points":[[1093,802],[1093,780],[1100,764],[1119,756],[1134,767],[1141,784],[1141,922],[1134,940],[1119,948],[1102,942],[1093,934]]},{"area":"3fc","points":[[1042,611],[795,611],[795,333],[806,322],[796,304],[813,302],[823,292],[819,276],[835,275],[841,269],[871,269],[871,216],[969,216],[969,265],[992,265],[1000,271],[1018,274],[1013,289],[1019,300],[1038,300],[1034,320],[1042,333],[1042,393],[1031,401],[1026,415],[1041,415],[1041,514],[1028,514],[1034,531],[1042,536]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/074-509.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/075-509a.webp"},"title":"Player Version","mapParent":{"id":"fed"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":28,"offsetY":42,"scale":2}},{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/ToA/077-512.webp"},"title":"Map 5.4: Chambers of Horror","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-14,"offsetY":44,"scale":2},"mapRegions":[{"area":"47d","points":[[1556,326],[1676,326],[1691,343],[1709,347],[1726,342],[1740,326],[1861,326],[1861,630],[1556,630]]},{"area":"478","points":[[1341,372],[1341,500],[1470,500],[1470,372]]},{"area":"465","points":[[840,337],[840,385],[922,385],[922,337]]},{"area":"464","points":[[816,547],[816,623],[948,623],[948,547]]},{"area":"462","points":[[860,683],[860,714],[907,714],[907,683]]},{"area":"463","points":[[860,843],[860,900],[910,900],[910,843]]},{"area":"450","points":[[643,890],[643,1068],[732,1068],[732,890]]},{"area":"459","points":[[254,544],[254,676],[385,676],[385,544]]},{"area":"452","points":[[211,762],[296,762],[296,720],[339,720],[339,762],[383,762],[383,720],[428,720],[428,762],[472,762],[472,720],[515,720],[515,762],[600,762],[600,1197],[514,1197],[514,1238],[472,1238],[472,1197],[428,1197],[428,1237],[383,1237],[383,1198],[342,1198],[342,1240],[299,1240],[299,1197],[211,1197]]},{"area":"3a3","points":[[770,1151],[783,1130],[802,1115],[825,1104],[850,1101],[872,1109],[890,1122],[908,1146],[916,1181],[907,1210],[886,1230],[869,1242],[848,1248],[821,1245],[795,1231],[777,1212],[770,1185],[770,1170]]},{"area":"44c","points":[[816,1456],[816,1587],[950,1587],[950,1456]]},{"area":"443","points":[[1744,1498],[1744,1543],[1770,1543],[1770,1498]]},{"area":"443","points":[[1903,1326],[1903,1377],[1947,1377],[1947,1326]]},{"area":"447","points":[[2077,1496],[2077,1591],[2174,1591],[2174,1496]]},{"area":"449","points":[[1907,1524],[1907,1561],[1942,1561],[1942,1524]]},{"area":"426","points":[[1818,855],[1818,930],[1897,930],[1897,855]]},{"area":"42b","points":[[1815,762],[1815,842],[1898,842],[1898,762]]},{"area":"42f","points":[[1908,762],[1908,844],[1988,844],[1988,762]]},{"area":"434","points":[[1996,761],[1996,846],[2073,846],[2073,761]]},{"area":"438","points":[[2081,719],[2205,719],[2205,588],[2424,588],[2424,719],[2555,719],[2555,933],[2423,933],[2423,1064],[2205,1064],[2205,936],[2081,936]]},{"area":"423","points":[[1601,942],[1988,942],[1988,950],[1977,960],[1969,977],[1970,992],[1977,1003],[1991,1010],[1991,1021],[1601,1021]]},{"area":"41e","points":[[1217,812],[1217,1148],[1471,1148],[1471,812]]},{"area":"34d","points":[[1123,836],[1123,901],[1188,901],[1188,836]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/077-512.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/078-512a.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":3050,"height":2050,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/ToA/082-515.webp"},"title":"Map 5.5: Gears of Hate","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":86,"offsetX":-30,"offsetY":-15,"scale":2},"mapRegions":[{"area":"4cf","points":[[153,246],[153,374],[324,374],[324,246]]},{"area":"494","points":[[168,598],[321,598],[321,807],[176,807],[148,784],[148,621]]},{"area":"4c9","points":[[502,307],[507,275],[515,241],[538,212],[568,185],[607,166],[651,160],[694,169],[729,191],[762,219],[784,259],[788,298],[788,327],[778,369],[760,405],[728,427],[695,446],[644,455],[605,445],[555,425],[527,394],[509,365],[498,329]]},{"area":"4c6","points":[[811,245],[811,333],[1489,333],[1489,245]]},{"area":"486","points":[[569,771],[574,733],[715,564],[951,652],[935,880],[924,909],[693,967]]},{"area":"4ac","points":[[1141,674],[1273,674],[1239,598],[1181,598]]},{"area":"484","points":[[1016,956],[1014,914],[1209,767],[1413,916],[1336,1154],[1101,1158],[1075,1136]]},{"area":"3a3","points":[[686,1251],[669,1247],[645,1239],[626,1218],[615,1185],[620,1146],[647,1119],[671,1111],[692,1107],[719,1113],[739,1124],[751,1144],[764,1167],[759,1198],[742,1225],[718,1245],[699,1251]]},{"area":"4b4","points":[[724,1261],[754,1239],[772,1208],[776,1196],[775,1155],[831,1119],[864,1098],[888,1107],[911,1151],[914,1202],[898,1240],[862,1262],[832,1307],[806,1304],[759,1282],[734,1275]]},{"area":"4a8","points":[[449,1587],[449,1674],[575,1674],[575,1587]]},{"area":"4a2","points":[[587,1591],[587,1673],[1184,1673],[1184,1591]]},{"area":"4a6","points":[[1205,1586],[1205,1673],[1318,1673],[1318,1586]]},{"area":"4a0","points":[[1019,1207],[1019,1585],[1053,1585],[1053,1213],[1097,1169],[1072,1144]]},{"area":"488","points":[[1451,684],[1667,549],[1699,549],[1699,581],[1855,714],[1779,909],[1764,948],[1512,929]]},{"area":"4af","points":[[2053,307],[2072,291],[2078,266],[2087,244],[2101,221],[2131,209],[2153,201],[2159,191],[2182,186],[2213,182],[2227,192],[2255,193],[2265,201],[2275,225],[2278,247],[2301,251],[2327,251],[2340,265],[2347,280],[2335,295],[2340,321],[2361,331],[2387,332],[2398,354],[2400,372],[2392,406],[2375,418],[2374,442],[2375,464],[2301,438],[2293,425],[2276,416],[2253,420],[2229,421],[2198,425],[2166,419],[2147,405],[2116,409],[2104,412],[2085,398],[2082,387],[2080,368],[2065,356],[2056,347],[2058,332]]},{"area":"4bd","points":[[1751,1369],[2091,1369],[2091,1474],[2080,1524],[2064,1556],[2029,1588],[1993,1611],[1954,1627],[1925,1628],[1881,1625],[1831,1605],[1794,1572],[1766,1525],[1749,1485],[1749,1431]]},{"area":"4b1","points":[[1748,520],[1751,467],[1769,446],[1826,452],[1859,474],[1901,502],[1927,546],[1938,584],[1958,635],[1958,655],[2064,691],[2144,699],[2180,701],[2220,764],[2171,827],[2139,844],[2101,875],[2073,898],[2000,931],[1986,1006],[2002,1040],[1998,1107],[1946,1179],[1852,1181],[1808,1209],[1771,1254],[1721,1299],[1654,1351],[1581,1424],[1487,1388],[1418,1358],[1375,1351],[1299,1376],[1214,1385],[1147,1382],[1089,1331],[1093,1286],[1116,1246],[1186,1239],[1252,1239],[1308,1233],[1366,1212],[1436,1149],[1478,1085],[1495,1013],[1532,1024],[1592,1039],[1698,1027],[1778,1007],[1827,978],[1856,947],[1886,904],[1907,845],[1914,706],[1868,608],[1804,542]]},{"area":"4b1","points":[[484,994],[462,927],[434,873],[419,784],[425,693],[460,614],[509,559],[615,545],[567,586],[549,656],[535,738],[527,828],[539,906],[592,996],[749,1029],[864,1026],[918,1006],[952,975],[942,1058],[971,1114],[987,1166],[974,1289],[959,1349],[862,1353],[767,1334],[859,1299],[919,1241],[935,1167],[929,1086],[851,1085],[784,1132],[755,1087],[672,1075],[607,1098],[584,1153],[604,1224],[641,1285],[640,1340],[598,1298],[548,1272],[502,1275],[456,1269],[399,1206],[401,1174],[460,1128],[496,1084],[485,1028]]},{"area":"4b1","points":[[844,459],[899,521],[969,572],[1068,580],[1172,527],[1199,460],[1262,471],[1325,436],[1395,428],[1505,435],[1573,425],[1624,476],[1562,516],[1469,542],[1425,616],[1395,701],[1375,760],[1311,701],[1287,584],[1218,571],[1149,585],[1118,648],[1101,727],[1061,769],[1042,704],[995,605],[919,571],[861,524],[824,482],[821,462]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/082-515.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/083-515a.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":3050,"height":2050,"imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":3}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/ToA/086-520.webp"},"title":"Map 5.6: Cradle of the Death God","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":25,"offsetY":44,"scale":2},"mapRegions":[{"area":"4e8","points":[[1189,313],[1189,198],[1211,169],[1311,168],[1334,194],[1334,315]]},{"area":"4e6","points":[[699,266],[699,364],[848,364],[848,266]]},{"area":"4eb","points":[[479,465],[601,465],[601,609],[481,609],[449,589],[449,488]]},{"area":"4f0","points":[[605,632],[629,613],[748,613],[748,758],[638,758],[604,732]]},{"area":"4d8","points":[[852,419],[852,799],[1136,799],[1136,419]]},{"area":"4f5","points":[[1238,754],[1238,613],[1356,613],[1387,631],[1387,729],[1361,754]]},{"area":"51c","points":[[1481,536],[1512,512],[1647,512],[1682,536],[1682,853],[1434,853],[1434,806],[1481,806]]},{"area":"4fa","points":[[453,905],[506,940],[520,918],[542,908],[560,914],[567,933],[561,951],[553,967],[596,995],[609,981],[620,971],[642,969],[654,982],[656,998],[644,1026],[680,1048],[694,1049],[694,1027],[704,1011],[715,1004],[731,1002],[745,1012],[749,1022],[749,1048],[845,1048],[845,1020],[858,1006],[875,1002],[894,1011],[898,1032],[898,1049],[946,1049],[1087,1049],[1087,1025],[1101,1011],[1122,1002],[1140,1018],[1140,1047],[1239,1047],[1239,1025],[1249,1008],[1268,1001],[1286,1014],[1286,1047],[1304,1048],[1344,1025],[1329,1001],[1329,981],[1347,971],[1366,969],[1389,995],[1434,966],[1424,941],[1422,919],[1442,911],[1459,911],[1476,939],[1538,905],[1460,1052],[1487,1073],[1488,1098],[1461,1112],[1432,1098],[1267,1389],[1386,1393],[1381,1447],[1368,1485],[1341,1526],[1302,1558],[1260,1582],[1226,1587],[1194,1587],[1164,1571],[1055,1762],[1027,1762],[1027,1786],[964,1786],[964,1765],[935,1765],[818,1569],[798,1584],[767,1587],[741,1586],[712,1574],[684,1555],[647,1522],[621,1493],[605,1448],[599,1394],[726,1391],[558,1092],[541,1102],[519,1107],[499,1093],[498,1074],[515,1058],[532,1052]]},{"area":"520","points":[[2073,805],[2165,805],[2165,755],[2285,755],[2314,774],[2314,876],[2291,899],[2165,899],[2165,855],[2073,855]]},{"area":"512","points":[[1976,609],[1976,1042],[2065,1042],[2065,609]]},{"area":"50d","points":[[1879,1489],[1960,1489],[1970,1479],[1980,1489],[2062,1489],[2070,1481],[2079,1490],[2168,1490],[2168,1175],[2158,1129],[2131,1089],[2109,1069],[2072,1054],[1982,1052],[1948,1060],[1913,1091],[1888,1122],[1879,1169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/086-520.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/087-520a.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":50}}]}]},"TTP":{"id":"TTP","source":"TTP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TTP/Snout of Omgar DM.webp"},"title":"Snout of Omgar - DM","width":1988,"height":2681,"mapRegions":[{"area":"01f","points":[[510,920],[262,918],[267,1039],[529,1032]]},{"area":"029","points":[[522,1390],[466,1483],[537,1622],[889,1625],[853,1536],[768,1501],[674,1476],[619,1382]]},{"area":"056","points":[[801,1694],[532,1815],[545,1900],[890,1949],[887,1862]]},{"area":"056","points":[[1474,1492],[1372,1699],[1410,1764],[1795,1701],[1771,1635]]},{"area":"056","points":[[1185,1971],[1376,1971],[1382,2045],[1282,2124],[1183,2042]]},{"area":"056","points":[[948,1100],[1173,1109],[1337,1161],[1308,1226],[1224,1292],[1045,1288],[943,1232]]},{"area":"058","points":[[465,233],[713,232],[803,419],[739,530],[450,468]]},{"area":"062","points":[[505,691],[815,690],[814,752],[644,870],[537,830]]},{"area":"065","points":[[979,957],[695,966],[704,1089],[791,1088],[998,1019],[996,957]]}],"imageType":"map","grid":{"type":"hexColsOdd","size":189,"offsetX":-37,"offsetY":59,"units":"miles"},"id":"08a","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Snout of Omgar DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Snout of Omgar Player.jpg"},"title":"Snout of Omgar - Player","width":2080,"height":2850,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":199,"offsetX":-45,"offsetY":64,"units":"miles"},"mapParent":{"id":"08a","scaleX":0.956,"scaleY":0.946,"autoScale":true}}]},{"name":"Island Locations","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TTP/Ahoyhoy DM.webp"},"title":"Ahoyhoy - DM","width":1988,"height":1373,"mapRegions":[{"area":"020","points":[[856,977],[983,980],[991,706],[856,707]]},{"area":"021","points":[[728,260],[859,207],[1023,208],[1173,271],[1125,412],[1091,455],[1125,534],[1043,618],[869,655],[826,547],[749,488],[774,459],[776,351]]},{"area":"022","points":[[469,775],[446,688],[471,563],[603,484],[723,488],[852,653],[845,777],[658,870]]},{"area":"023","points":[[422,698],[290,619],[195,634],[109,718],[102,878],[248,957],[449,873],[457,784]]},{"area":"024","points":[[251,269],[409,270],[507,350],[508,446],[381,542],[235,531],[209,379]]},{"area":"025","points":[[644,230],[491,294],[513,352],[510,444],[568,487],[606,472],[739,477],[764,455],[763,353],[712,263]]},{"area":"026","points":[[1180,496],[1277,497],[1278,618],[1180,614]]},{"area":"027","points":[[1508,514],[1575,363],[1707,325],[1809,342],[1892,519],[1819,686],[1596,696],[1512,633]]},{"area":"028","points":[[1104,657],[1347,653],[1476,774],[1480,983],[1294,1111],[1093,1103],[1005,970],[1010,741]]},{"area":"025","points":[[1196,247],[1142,410],[1190,483],[1348,498],[1430,441],[1456,310],[1374,236],[1290,223]]}],"imageType":"map","grid":{"type":"square","size":82,"offsetX":19,"offsetY":-11,"scale":3},"id":"08b","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Ahoyhoy DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Ahoyhoy Player.jpg"},"title":"Ahoyhoy - Player","width":1459,"height":978,"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":-36,"offsetY":-46,"scale":3},"mapParent":{"id":"08b","offsetY":20,"scaleX":1.365,"scaleY":1.34,"autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Dangwaru DM.webp"},"title":"Dangwaru - DM","width":1988,"height":2656,"mapRegions":[{"area":"02a","points":[[871,248],[873,613],[1198,611],[1198,246]]},{"area":"02b","points":[[1298,249],[1449,249],[1450,401],[1295,400]]},{"area":"02c","points":[[608,144],[308,265],[253,485],[340,709],[585,744],[600,607],[693,555],[726,347]]},{"area":"02d","points":[[978,718],[1100,718],[1094,618],[976,622]]},{"area":"02e","points":[[873,625],[875,974],[1196,976],[1197,623],[1109,623],[1113,730],[965,732],[963,623]]},{"area":"02f","points":[[860,615],[734,616],[678,662],[680,812],[861,809]]},{"area":"030","points":[[1209,616],[1408,612],[1404,813],[1209,815]]},{"area":"032","points":[[681,824],[682,978],[865,974],[864,817]]},{"area":"034","points":[[1206,822],[1408,820],[1404,980],[1205,979]]},{"area":"036","points":[[666,1099],[602,1097],[610,616],[695,559],[727,605],[669,654]]},{"area":"038","points":[[1033,985],[679,986],[676,1328],[1029,1333]]},{"area":"03b","points":[[1410,990],[1042,989],[1040,1335],[1301,1334],[1528,1275],[1655,1241],[1798,1122],[1782,1045],[1627,992]]},{"area":"03f","points":[[675,1330],[822,1330],[824,1622],[675,1547]]},{"area":"040","points":[[663,1389],[311,1439],[146,1727],[160,1965],[359,2223],[667,2220],[670,1980],[822,1865],[823,1636],[663,1556]]},{"area":"042","points":[[888,1331],[887,1693],[1193,1701],[1194,1333]]},{"area":"045","points":[[1205,1341],[1306,1344],[1305,1431],[1405,1433],[1401,1699],[1205,1699]]},{"area":"046","points":[[1400,1711],[832,1706],[833,1807],[1405,1809]]},{"area":"047","points":[[886,1818],[888,1915],[976,1915],[981,2276],[1307,2277],[1296,2075],[1358,2079],[1356,1914],[1409,1914],[1404,1818]]},{"area":"04b","points":[[904,2323],[1044,2323],[1044,2490],[908,2486]]},{"area":"04c","points":[[1189,2326],[1187,2492],[1405,2489],[1402,2318]]},{"area":"04e","points":[[885,2335],[771,2334],[681,2170],[683,1993],[839,1862],[877,1858]]},{"area":"04f","points":[[1837,2293],[1753,2482],[1517,2509],[1373,2077],[1374,1933],[1432,1930],[1517,1654],[1659,1570],[1486,1538],[1496,1309],[1624,1263],[1716,1305],[1818,1504],[1891,1792]]},{"area":"050","points":[[1884,936],[1912,1224],[1836,1372],[1771,1380],[1705,1276],[1816,1139],[1780,979],[1826,931]]},{"area":"051","points":[[1572,688],[1461,821],[1459,981],[1689,988],[1777,960],[1815,915],[1813,689]]}],"imageType":"map","grid":{"type":"square","size":52,"offsetX":-3,"offsetY":-13,"distance":10},"id":"08c","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Dangwaru DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Dangwaru Player.jpg"},"title":"Dangwaru - Player","width":2149,"height":2909,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetY":-15,"distance":10},"mapParent":{"id":"08c","scaleX":0.926,"scaleY":0.928,"autoScale":true}}]}]},"XMtS":{"id":"XMtS","source":"XMtS","prop":"adventure","chapters":[{"name":"App. C: Map of Ixalan","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/XMtS/map of ixalan.webp"},"width":1403,"height":936,"imageType":"map","title":"Map of Ixalan","grid":{"type":"none"}}]}]},"WDH":{"id":"WDH","source":"WDH","prop":"adventure","chapters":[{"name":"Introduction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-DM.jpg"},"title":"Waterdeep","width":1429,"height":2000,"imageType":"map","grid":{"type":"none"},"id":"501"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-DM.jpg"},"title":"Waterdeep NW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"502"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-DM.jpg"},"title":"Waterdeep SW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"503"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-DM.jpg"},"title":"Waterdeep W","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"504"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-DM.jpg"},"title":"Waterdeep E","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"505"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-DM.jpg"},"title":"Waterdeep NE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"506"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-DM.jpg"},"title":"Waterdeep SE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"507"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-Players.jpg"},"title":"Player Version","width":1429,"height":2000,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"501"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"502"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"503"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"504"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"505"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"506"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"507"}}]},{"name":"Ch. 1: A Friend in Need","ix":2,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":58,"offsetX":26,"offsetY":-10,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-DM.jpg"},"title":"Zhent Warehouse","width":1000,"height":691,"mapRegions":[{"area":"06b","points":[[159,114],[216,109],[216,150],[190,150],[188,139],[160,137]]},{"area":"068","points":[[217,171],[247,171],[244,225],[215,225]]},{"area":"064","points":[[75,369],[221,369],[219,658],[450,656],[448,172],[252,172],[250,233],[211,232],[209,173],[75,174]]},{"area":"06e","points":[[739,61],[961,59],[961,132],[879,133],[878,163],[739,163]]},{"area":"06d","points":[[599,176],[888,169],[888,139],[960,139],[968,646],[746,647],[745,365],[601,363]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Zhent-Warehouse-DM.webp"},"id":"4e8","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":1,"offsetY":1},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-Lower-Players.jpg"},"title":"Zhent Warehouse, Lower (Player Version)","width":950,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":1},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-Upper-Players.jpg"},"title":"Zhent Warehouse, Upper (Player Version)","width":800,"height":1200},{"type":"image","imageType":"map","grid":{"type":"square","size":73,"offsetX":-21,"offsetY":6,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Guild-Hideout-DM.jpg"},"title":"Xanathar Guild Hideout","width":1158,"height":800,"id":"4f9","mapRegions":[{"area":"078","points":[[293,327],[294,523],[371,521],[363,326]]},{"area":"07b","points":[[159,185],[318,184],[329,272],[261,299],[204,262],[162,261]]},{"area":"07d","points":[[91,329],[210,330],[209,449],[93,452]]},{"area":"07e","points":[[454,72],[570,69],[570,185],[587,185],[588,226],[455,224]]},{"area":"07f","points":[[602,71],[728,68],[729,225],[595,222],[593,187],[607,186]]},{"area":"080","points":[[750,32],[828,32],[828,118],[736,116],[734,75],[751,72]]},{"area":"081","points":[[715,392],[832,395],[836,768],[722,766],[719,626],[705,626],[704,548],[716,547]]},{"area":"085","points":[[862,358],[944,359],[944,443],[861,440]]},{"area":"086","points":[[884,61],[965,63],[968,233],[890,233]]},{"area":"088","points":[[859,468],[949,469],[947,667],[865,667]]},{"area":"089","points":[[536,509],[688,506],[692,663],[534,663]]},{"area":"08c","points":[[132,509],[134,709],[248,711],[245,508]]},{"area":"07b","points":[[413,357],[446,368],[537,366],[541,455],[497,455],[497,443],[477,442],[467,471],[444,444],[426,444],[424,386]]},{"area":"088","points":[[569,400],[650,398],[651,494],[567,495]]},{"area":"088","points":[[419,548],[517,550],[518,636],[420,633]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Xanathar-Guild-Hideout-DM.webp"},"page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":3},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Guild-Hideout-Players.jpg"},"title":"Player Version","width":1650,"height":1150,"mapParent":{"id":"4f9","offsetX":-16,"offsetY":-27,"scaleX":0.7334,"scaleY":0.7235,"autoScale":true}}]},{"name":"Ch. 2: Trollskull Alley","ix":3,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":56,"offsetX":-18,"offsetY":28,"scale":4,"distance":10},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Alley-DM.jpg"},"title":"Trollskull Alley","width":1000,"height":691,"mapRegions":[{"area":"0a3","points":[[46,199],[128,190],[141,321],[95,324],[57,332],[47,239]]},{"area":"0a1","points":[[296,314],[303,191],[309,190],[310,179],[333,180],[333,194],[368,194],[367,213],[419,217],[413,300],[363,296],[354,326],[325,319]]},{"area":"096","points":[[562,217],[548,215],[540,208],[540,190],[550,179],[567,176],[579,183],[608,181],[637,179],[637,258],[628,259],[632,329],[564,330],[563,242]]},{"area":"0a5","points":[[903,430],[903,451],[932,451],[932,430]]},{"area":"09b","points":[[777,397],[783,335],[875,334],[882,393]]},{"area":"09f","points":[[534,512],[535,439],[534,402],[597,397],[601,503]]},{"area":"09d","points":[[737,523],[748,450],[833,468],[820,542],[801,539],[798,550],[750,541],[750,528]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Trollskull-Alley-DM.webp"},"id":"4e9","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":-18,"offsetY":28,"scale":4,"distance":10},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Alley-Players.jpg"},"title":"Player Version","width":1000,"height":691,"mapParent":{"id":"4e9"}},{"type":"image","imageType":"map","grid":{"type":"square","size":57,"offsetY":19,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-DM.jpg"},"title":"Trollskull Manor","width":589,"height":800,"id":"508"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":2,"offsetY":28,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-Players.jpg"},"title":"Player Version","width":737,"height":1000,"mapParent":{"id":"508","autoScale":true}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":-7,"offsetY":29},"href":{"type":"internal","path":"adventure/WDH/Basement.jpg"},"title":"Trollskull Alley, Basement","width":880,"height":625},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Taproom.jpg"},"title":"Trollskull Alley, Taproom","width":550,"height":750}]},{"name":"Ch. 3: Fireball","ix":4,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":62,"offsetX":31,"offsetY":-18,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-DM.jpg"},"title":"Gralhund Villa","width":800,"height":1086,"mapRegions":[{"area":"110","points":[[38,60],[87,47],[89,54],[94,53],[96,43],[126,35],[128,43],[137,39],[137,37],[192,21],[194,258],[37,259]]},{"area":"10d","points":[[37,268],[130,268],[129,363],[37,360]]},{"area":"116","points":[[201,261],[383,261],[384,321],[261,320],[259,326],[238,325],[239,317],[202,318]]},{"area":"119","points":[[306,328],[379,326],[380,362],[304,363]]},{"area":"119","points":[[306,391],[378,392],[379,484],[306,483]]},{"area":"119","points":[[243,431],[294,432],[297,483],[243,481]]},{"area":"117","points":[[137,430],[233,432],[234,485],[138,481]]},{"area":"115","points":[[138,268],[192,269],[193,326],[273,330],[274,368],[259,368],[260,374],[270,381],[268,412],[259,414],[257,423],[219,423],[139,423]]},{"area":"111","points":[[37,371],[128,372],[130,402],[39,402]]},{"area":"111","points":[[37,408],[130,409],[130,482],[38,484]]},{"area":"10a","points":[[32,617],[87,603],[90,610],[98,606],[98,601],[128,591],[133,595],[141,593],[141,591],[192,575],[192,814],[159,815],[157,733],[36,732]]},{"area":"108","points":[[37,742],[151,743],[153,814],[37,817]]},{"area":"107","points":[[38,865],[150,868],[151,891],[153,921],[39,921]]},{"area":"105","points":[[35,1043],[153,1043],[151,930],[35,929]]},{"area":"102","points":[[36,825],[280,824],[277,921],[262,922],[263,932],[273,937],[273,972],[262,973],[264,983],[279,986],[280,1039],[166,1048],[158,859],[38,855]]},{"area":"100","points":[[304,897],[379,897],[381,823],[304,823]]},{"area":"0fc","points":[[307,924],[307,904],[381,906],[381,979],[301,981],[302,977],[291,969],[290,937],[300,930],[300,925]]},{"area":"0fd","points":[[285,990],[383,990],[382,1040],[288,1042],[289,1027],[290,1018],[285,1006]]},{"area":"0f5","points":[[241,563],[248,586],[286,574],[281,553]]},{"area":"0fb","points":[[389,721],[503,722],[504,919],[390,915]]},{"area":"0f9","points":[[617,844],[771,845],[775,1059],[615,1061]]},{"area":"0f6","points":[[201,597],[730,455],[730,594],[752,592],[751,834],[606,837],[608,1006],[390,1001],[391,926],[512,927],[510,712],[383,711],[380,815],[199,812]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Gralhund-Villa-DM.webp"},"id":"4ea","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-Players.jpg"},"title":"Gralhund Villa, Ground Floor (Player Version)","width":2000,"height":1800},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":2},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-Upper-Players.jpg"},"title":"Gralhund Villa, Upper Floor (Player Version)","width":1050,"height":1250}]},{"name":"Ch. 4: Dragon Season","ix":5,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Dock-Ward.jpg"},"title":"Dock Ward","width":574,"height":500},{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/City-of-the-Dead-Map.jpg"},"title":"City of the Dead Map","grid":{"type":"none"},"width":512,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Trades-Ward-Map.jpg"},"title":"Trades Ward Map","width":600,"height":900},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Field-Ward-Map.jpg"},"title":"Field Ward Map","width":600,"height":600},{"type":"image","imageType":"map","grid":{"type":"square","size":85,"offsetX":24,"offsetY":-35,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Alley-DM.jpg"},"title":"Alley","width":1000,"height":691,"id":"509"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Alley-Players.jpg"},"title":"Player Version","width":1800,"height":1250,"mapParent":{"id":"509","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":56,"offsetX":-10,"offsetY":-11,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Mistshore-DM.jpg"},"title":"Mistshore","width":1000,"height":691,"mapRegions":[{"area":"159","points":[[272,629],[299,611],[319,594],[332,581],[349,561],[377,543],[417,524],[450,512],[505,497],[547,483],[618,470],[659,461],[688,452],[737,450],[764,524],[734,538],[715,550],[692,563],[659,578],[630,593],[601,603],[566,615],[532,624],[501,632],[468,639],[429,644],[376,649],[334,648],[313,646],[294,641],[281,635]]},{"area":"15c","points":[[781,320],[848,321],[848,403],[782,404]]},{"area":"15a","points":[[786,412],[848,412],[850,443],[783,441]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Mistshore-DM.webp"},"id":"4eb","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Mistshore-Players.jpg"},"title":"Player Version","width":1350,"height":950,"mapParent":{"id":"4eb","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":69,"offsetX":-5,"offsetY":-22,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Mausoleum-DM.jpg"},"title":"Mausoleum","width":800,"height":553,"mapRegions":[{"area":"178","points":[[180,429],[179,403],[170,408],[157,408],[132,383],[135,363],[122,362],[126,339],[133,336],[137,317],[126,316],[124,293],[132,291],[135,269],[172,267],[174,274],[182,272],[190,266],[205,266],[216,265],[226,271],[234,274],[236,268],[274,270],[274,291],[283,291],[282,315],[274,317],[274,339],[283,341],[284,360],[274,362],[272,381],[251,406],[237,410],[234,403],[228,403],[230,429]]},{"area":"179","points":[[530,428],[528,360],[503,359],[503,292],[526,290],[526,267],[503,268],[503,246],[526,243],[528,223],[504,219],[505,175],[530,174],[530,154],[574,153],[575,175],[619,174],[622,132],[644,130],[643,176],[668,174],[672,131],[692,133],[694,180],[709,179],[717,175],[728,173],[738,155],[736,148],[737,90],[743,83],[756,86],[763,92],[760,148],[759,154],[764,161],[772,169],[770,186],[759,195],[750,206],[739,213],[729,214],[715,219],[714,266],[688,269],[690,223],[668,226],[668,268],[642,266],[641,224],[574,223],[572,243],[593,243],[592,268],[577,268],[576,289],[619,289],[616,310],[573,315],[576,337],[617,335],[617,357],[570,364],[572,428]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Mausoleum-DM.webp"},"id":"4ec","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":3},"href":{"type":"internal","path":"adventure/WDH/Mausoleum-Players.jpg"},"title":"Mausoleum, Ground (Player Version)","width":1050,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Crypt-Players.jpg"},"title":"Mausoleum, Catacombs (Player Version)","width":800,"height":950},{"type":"image","imageType":"map","grid":{"type":"square","size":89,"offsetX":-54,"offsetY":-31,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Theater-DM.jpg"},"title":"Theater","width":1000,"height":691,"mapRegions":[{"area":"193","points":[[224,86],[340,87],[339,138],[226,138]]},{"area":"192","points":[[226,147],[277,144],[278,188],[228,194]]},{"area":"191","points":[[136,83],[193,83],[195,142],[220,143],[224,200],[224,259],[282,259],[283,348],[223,345],[223,373],[218,406],[218,462],[198,468],[192,547],[519,551],[517,609],[136,609]]},{"area":"192","points":[[222,413],[274,412],[274,461],[225,461]]},{"area":"193","points":[[223,470],[341,470],[341,520],[223,519]]},{"area":"195","points":[[575,86],[628,84],[631,523],[583,524],[370,521],[339,430],[312,348],[314,257],[343,172],[372,86]]},{"area":"199","points":[[788,84],[841,83],[842,519],[788,521]]},{"area":"196","points":[[637,530],[721,530],[723,584],[638,580]]},{"area":"197","points":[[621,612],[637,611],[638,588],[724,588],[726,640],[622,637]]},{"area":"198","points":[[741,553],[837,556],[841,643],[740,639],[740,614],[750,613],[752,580],[739,581]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Theater-DM.webp"},"id":"4ed","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":28,"offsetY":-39,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Theater-Players.jpg"},"title":"Player Version","width":1650,"height":1200,"mapParent":{"id":"4ed","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":78,"offsetX":5,"offsetY":2,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Tower-DM.jpg"},"title":"Tower","width":1000,"height":691},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-First-Players.jpg"},"title":"Tower, First Floor (Player Version)","width":550,"height":850},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-Second-Players.jpg"},"title":"Tower, Second Floor (Player Version)","width":550,"height":750},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Cellar-Players.jpg"},"title":"Tower, Cellar (Player Version)","width":550,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Tower-View.jpg"},"title":"Tower, View","width":556,"height":800},{"type":"image","imageType":"map","grid":{"type":"square","size":86,"offsetX":7,"offsetY":21,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Courthouse-DM.jpg"},"title":"Courthouse","width":1000,"height":691,"mapRegions":[{"area":"1cd","points":[[116,68],[315,67],[317,201],[279,202],[280,270],[314,274],[317,357],[317,410],[317,437],[117,439]]},{"area":"1cc","points":[[344,66],[482,67],[501,74],[499,122],[486,128],[490,148],[499,152],[500,201],[486,206],[347,210]]},{"area":"1cb","points":[[430,352],[517,350],[517,368],[532,370],[535,394],[518,397],[517,409],[419,408],[419,381],[429,377]]},{"area":"1ca","points":[[432,440],[515,443],[517,452],[528,457],[529,486],[518,492],[516,498],[422,499],[421,471],[432,466]]},{"area":"1ca","points":[[421,529],[514,528],[515,535],[528,541],[528,570],[518,574],[516,580],[431,579],[434,555],[422,552]]},{"area":"1c8","points":[[108,471],[403,467],[406,497],[403,528],[404,556],[405,582],[184,585],[177,523],[111,519]]},{"area":"1d2","points":[[759,63],[909,65],[911,150],[762,152]]},{"area":"1cf","points":[[648,270],[731,266],[734,263],[760,269],[757,357],[647,350]]},{"area":"1d0","points":[[590,66],[632,66],[638,70],[643,68],[645,63],[673,64],[674,72],[679,71],[680,65],[730,65],[729,96],[683,94],[681,90],[674,90],[675,130],[681,126],[730,121],[730,149],[686,151],[677,144],[672,178],[903,181],[899,258],[790,263],[786,235],[648,237],[643,200],[641,201],[639,210],[590,208],[587,179],[637,180],[637,185],[645,185],[648,146],[639,144],[636,150],[588,151],[586,122],[636,122],[637,126],[646,125],[643,89],[635,92],[590,93]]},{"area":"1ce","points":[[848,355],[932,353],[931,581],[845,580]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Courthouse-DM.webp"},"id":"4ee","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Courthouse-Main-Players.jpg"},"title":"Courthouse, Main Level (Player Version)","width":950,"height":1200},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Courthouse-Lower-Players.jpg"},"title":"Courthouse, Lower Level (Player Version)","width":800,"height":1100},{"type":"image","imageType":"map","grid":{"type":"square","size":89,"offsetX":15,"offsetY":-2,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Cellar-Complex-DM.jpg"},"title":"Cellar Complex","width":1000,"height":691,"mapRegions":[{"area":"1e2","points":[[154,148],[214,150],[215,267],[157,266]]},{"area":"1e3","points":[[95,2],[94,152],[124,183],[123,326],[186,390],[184,688],[128,687],[123,420],[64,355],[64,2]]},{"area":"1e4","points":[[517,350],[517,387],[600,387],[600,350]]},{"area":"1e5","points":[[806,347],[806,395],[842,395],[842,347]]},{"area":"1f3","points":[[779,30],[867,30],[866,76],[865,94],[872,112],[867,170],[858,179],[779,177],[781,168],[781,146],[781,117],[779,102],[781,88],[777,63],[781,47]]},{"area":"1f4","points":[[808,207],[868,203],[868,290],[854,296],[809,296]]},{"area":"1f0","points":[[336,92],[347,91],[367,88],[389,91],[391,97],[398,95],[409,111],[411,96],[421,94],[423,89],[480,90],[480,97],[495,99],[510,97],[513,90],[568,91],[572,98],[577,103],[583,118],[588,120],[587,99],[600,100],[603,90],[612,92],[621,87],[632,90],[659,86],[662,97],[673,100],[684,98],[695,91],[746,90],[749,118],[743,148],[743,176],[750,181],[748,214],[749,237],[741,238],[742,261],[747,270],[748,308],[748,323],[734,325],[726,323],[718,325],[693,324],[687,320],[659,321],[657,326],[598,326],[597,321],[590,321],[570,323],[568,332],[539,334],[541,325],[513,324],[510,316],[482,317],[481,322],[421,325],[422,319],[392,316],[390,326],[334,327],[331,268],[339,267],[339,240],[333,237],[333,180],[339,176],[339,155],[332,149],[332,113]]},{"area":"1ee","points":[[334,475],[479,472],[482,496],[481,518],[483,592],[483,650],[397,650],[395,559],[334,557]]},{"area":"1ef","points":[[336,566],[388,566],[390,653],[338,652]]},{"area":"1e8","points":[[510,414],[540,413],[541,405],[570,405],[571,412],[625,411],[630,444],[635,434],[637,414],[720,410],[719,529],[639,528],[634,509],[628,529],[533,530],[520,533],[511,534]]},{"area":"1e6","points":[[740,451],[750,444],[781,442],[797,444],[806,452],[797,458],[798,473],[804,481],[798,488],[799,501],[750,498],[739,495],[735,488],[737,472]]},{"area":"1e7","points":[[846,502],[868,503],[866,463],[869,457],[866,447],[921,443],[927,451],[925,477],[928,501],[926,530],[903,528],[883,533],[846,532]]},{"area":"1ea","points":[[541,563],[557,561],[567,565],[573,557],[598,562],[627,562],[643,560],[659,558],[668,560],[684,560],[700,559],[724,559],[724,566],[726,581],[722,608],[725,646],[697,651],[683,650],[648,650],[604,653],[576,651],[541,650],[539,630],[542,592],[548,588],[542,577]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Cellar-Complex-DM.webp"},"id":"4ef","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Cellar-Complex-Players.jpg"},"title":"Player Version","width":1700,"height":1250,"mapParent":{"id":"4ef","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":88,"offsetX":-17,"offsetY":15,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Windmill-DM.jpg"},"title":"Windmill","width":1000,"height":691,"mapRegions":[{"area":"208","points":[[54,448],[83,444],[83,423],[145,423],[144,445],[170,446],[170,559],[134,560],[128,572],[102,574],[98,563],[56,563],[54,554],[44,549],[43,520],[57,513],[54,496],[43,486],[43,466],[53,460]]},{"area":"208","points":[[230,421],[285,421],[287,446],[317,450],[318,533],[325,535],[326,561],[308,566],[286,566],[279,570],[252,572],[244,563],[219,566],[200,563],[201,531],[179,532],[180,475],[202,476],[201,447],[230,446]]},{"area":"208","points":[[348,570],[383,567],[383,479],[494,474],[508,479],[506,514],[493,522],[492,566],[504,574],[505,606],[492,617],[495,649],[482,649],[474,661],[452,661],[445,648],[396,648],[388,661],[365,662],[361,651],[346,650],[349,640],[334,632],[335,611],[343,603],[348,584]]},{"area":"208","points":[[439,306],[485,305],[486,312],[492,310],[496,338],[504,345],[506,372],[496,378],[494,409],[466,416],[464,442],[492,445],[491,464],[413,466],[413,328],[438,328]]},{"area":"208","points":[[411,219],[538,218],[532,234],[520,250],[503,266],[486,281],[487,295],[410,297]]},{"area":"208","points":[[381,177],[381,46],[389,42],[403,26],[437,27],[447,40],[481,51],[499,63],[515,76],[523,90],[537,106],[546,135],[564,153],[561,176],[428,177],[430,166],[423,155],[409,159],[408,172],[411,177]]},{"area":"209","points":[[506,187],[506,208],[551,208],[551,187]]},{"area":"20a","points":[[322,177],[372,175],[374,90],[355,102],[340,121],[329,150],[322,166]]},{"area":"207","points":[[372,80],[372,46],[343,57],[325,74],[306,94],[292,128],[289,141],[274,153],[274,183],[288,194],[292,220],[306,239],[324,260],[355,281],[357,314],[348,316],[349,323],[322,328],[322,388],[348,388],[352,416],[377,417],[376,443],[349,445],[346,531],[338,535],[337,560],[374,559],[375,472],[405,468],[403,210],[499,208],[497,187],[316,185],[317,150],[335,114],[354,89]]},{"area":"20b","points":[[668,350],[666,329],[671,310],[675,293],[688,272],[691,266],[683,257],[705,232],[719,236],[726,228],[743,221],[761,215],[771,212],[774,186],[791,184],[814,185],[826,188],[829,213],[839,218],[843,383],[758,385],[756,249],[739,258],[725,273],[710,290],[699,319],[695,347]]},{"area":"20a","points":[[704,349],[708,314],[719,290],[737,265],[750,258],[752,349]]},{"area":"20c","points":[[668,361],[749,359],[749,459],[725,446],[708,452],[688,431],[691,416],[674,385]]},{"area":"20e","points":[[758,390],[808,391],[810,426],[811,468],[782,471],[758,462],[757,425]]},{"area":"20c","points":[[846,221],[874,232],[893,229],[910,252],[908,262],[923,286],[929,301],[934,325],[932,350],[927,381],[850,381]]},{"area":"20d","points":[[814,390],[922,389],[917,400],[923,415],[906,437],[890,434],[870,452],[846,461],[818,469],[815,411]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Windmill-DM.webp"},"id":"4f0","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Windmill-First-Players.jpg"},"title":"Windmill, Ground Floor (Player Version)","width":1050,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Windmill-Second-Players.jpg"},"title":"Windmill, Upper Floor (Player Version)","width":650,"height":650},{"type":"image","imageType":"map","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":16,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Vault-of-Dragons-DM.jpg"},"title":"Vault of Dragons","width":1000,"height":691,"mapRegions":[{"area":"249","points":[[866,86],[866,151],[939,151],[939,86]]},{"area":"247","points":[[865,163],[865,228],[942,228],[942,163]]},{"area":"244","points":[[868,238],[868,306],[941,306],[941,238]]},{"area":"23f","points":[[564,14],[564,312],[617,312],[617,14]]},{"area":"242","points":[[487,263],[539,262],[539,336],[492,338]]},{"area":"24b","points":[[614,375],[666,367],[666,350],[714,344],[715,368],[766,371],[768,352],[814,348],[817,370],[852,369],[866,370],[867,398],[919,398],[917,493],[943,495],[946,521],[918,523],[919,614],[911,624],[884,621],[866,622],[863,648],[814,652],[814,672],[768,673],[768,650],[721,646],[717,650],[716,675],[696,674],[666,674],[666,647],[650,650],[619,648],[617,626],[617,601],[634,599],[666,597],[665,572],[646,575],[617,572],[619,551],[612,534],[617,525],[666,517],[666,496],[641,496],[620,495],[618,483],[620,466],[619,452],[626,447],[644,448],[668,444],[662,434],[661,426],[630,420],[618,423],[613,403],[614,389]]},{"area":"239","points":[[301,688],[300,634],[251,637],[250,619],[299,617],[300,607],[305,599],[305,588],[348,590],[346,596],[353,601],[352,618],[399,620],[402,636],[354,635],[352,690]]},{"area":"23d","points":[[99,270],[173,266],[177,293],[231,294],[230,340],[177,344],[174,365],[230,366],[230,417],[176,418],[174,441],[99,446],[99,368],[127,366],[125,341],[99,342]]},{"area":"23a","points":[[251,593],[291,592],[299,586],[350,586],[359,590],[401,594],[399,581],[407,568],[427,568],[430,515],[406,513],[402,503],[406,494],[426,491],[425,443],[406,437],[403,425],[406,417],[426,414],[426,365],[403,362],[401,352],[405,341],[424,339],[425,290],[408,286],[401,277],[401,264],[356,265],[350,271],[343,263],[309,265],[302,272],[293,266],[250,266],[247,289],[237,292],[238,341],[245,343],[251,348],[252,360],[239,364],[239,418],[248,423],[248,440],[240,443],[226,443],[225,494],[241,493],[250,503],[248,514],[240,519],[226,517],[223,568],[237,565],[248,568],[251,579]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Vault-of-Dragons-DM.webp"},"id":"4f1","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Main-Players.jpg"},"title":"Vault of Dragons, Main Level (Player Version)","width":950,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Lower-Players.jpg"},"title":"Vault of Dragons, Lower Level (Player Version)","width":900,"height":750},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Upper-Players.jpg"},"title":"Vault of Dragons, Upper Level (Player Version)","width":1150,"height":750}]},{"name":"Ch. 5: Spring Madness","ix":6,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":55,"offsetX":-13,"offsetY":32,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Lair-DM.jpg"},"title":"Xanathar Lair","width":737,"height":1000,"mapRegions":[{"area":"2b5","points":[[147,116],[177,118],[195,98],[269,99],[269,151],[195,153],[180,136],[147,135]]},{"area":"2b9","points":[[286,138],[306,136],[308,82],[287,82]]},{"area":"2ba","points":[[342,45],[397,44],[397,132],[342,133]]},{"area":"2bc","points":[[343,172],[378,173],[379,192],[398,193],[398,244],[344,246]]},{"area":"2c5","points":[[416,98],[432,97],[453,99],[457,103],[457,111],[454,114],[437,115],[420,114],[415,109]]},{"area":"2c6","points":[[422,134],[452,137],[456,143],[457,150],[454,152],[439,154],[424,153],[418,149],[415,142]]},{"area":"2bf","points":[[472,98],[487,98],[489,91],[506,89],[507,97],[526,96],[528,92],[543,90],[545,98],[563,97],[567,93],[580,93],[581,97],[599,96],[601,92],[617,92],[619,97],[634,96],[636,90],[653,90],[655,95],[670,99],[671,121],[673,135],[675,153],[655,153],[653,160],[637,159],[636,154],[618,153],[617,159],[600,161],[599,152],[582,152],[583,165],[562,166],[559,153],[545,154],[544,161],[528,161],[526,153],[506,154],[507,159],[488,160],[487,153],[475,152],[469,128],[471,116]]},{"area":"2be","points":[[435,207],[435,198],[434,193],[489,192],[490,211],[471,211],[472,246],[484,245],[490,243],[490,228],[505,228],[510,250],[504,258],[494,261],[468,261],[456,257],[451,235],[451,211],[445,209]]},{"area":"2c7","points":[[545,228],[597,227],[598,283],[545,283]]},{"area":"2cb","points":[[617,191],[672,191],[672,245],[616,243]]},{"area":"277","points":[[419,319],[510,321],[510,375],[418,374]]},{"area":"273","points":[[273,358],[326,357],[327,483],[307,484],[305,514],[274,515]]},{"area":"27e","points":[[344,432],[418,432],[418,486],[423,486],[424,504],[345,506],[343,465]]},{"area":"278","points":[[631,391],[631,411],[717,411],[717,391]]},{"area":"27a","points":[[457,553],[447,539],[438,522],[436,478],[448,462],[459,449],[476,439],[496,431],[519,432],[541,441],[560,452],[575,475],[580,490],[576,495],[577,501],[582,504],[580,515],[573,536],[565,548],[551,562],[535,574],[522,576],[516,571],[506,578],[491,575],[472,566],[464,563]]},{"area":"279","points":[[600,449],[600,468],[619,468],[619,449]]},{"area":"2b2","points":[[636,558],[691,559],[692,577],[711,576],[712,595],[690,595],[691,614],[711,614],[709,631],[691,631],[690,647],[638,647],[638,632],[637,592]]},{"area":"271","points":[[342,393],[362,393],[363,411],[340,411]]},{"area":"27f","points":[[109,742],[141,742],[143,643],[145,557],[141,508],[143,464],[149,452],[164,444],[189,443],[261,446],[261,429],[254,427],[254,411],[205,410],[159,409],[137,414],[119,423],[108,436],[107,461],[106,517],[106,547],[107,595],[106,636],[105,674],[106,705]]},{"area":"292","points":[[198,522],[253,522],[252,538],[262,539],[262,557],[254,557],[254,585],[235,593],[199,597],[199,578],[198,556],[199,538]]},{"area":"283","points":[[16,521],[87,522],[88,578],[17,578]]},{"area":"285","points":[[14,598],[86,599],[86,617],[87,638],[88,651],[17,650],[17,623]]},{"area":"288","points":[[53,673],[87,671],[86,726],[69,728],[68,734],[51,732],[50,698]]},{"area":"28b","points":[[32,742],[87,744],[87,787],[87,815],[33,817],[32,770]]},{"area":"28d","points":[[107,747],[141,749],[142,761],[157,761],[161,818],[105,816],[106,777]]},{"area":"290","points":[[176,702],[184,719],[195,739],[216,758],[237,772],[264,783],[266,799],[244,796],[213,779],[187,755],[169,728],[164,702]]},{"area":"29a","points":[[198,695],[198,671],[204,644],[219,619],[231,611],[245,605],[260,598],[283,597],[311,605],[332,615],[351,635],[361,657],[364,676],[362,705],[348,729],[337,742],[318,753],[296,761],[278,763],[249,760],[224,743],[207,721],[199,705]]},{"area":"29c","points":[[274,781],[299,781],[312,781],[323,785],[326,795],[327,810],[328,816],[355,816],[362,821],[364,829],[365,852],[365,883],[365,902],[360,908],[348,909],[288,907],[272,909],[248,910],[241,909],[236,896],[236,852],[240,837],[252,836],[267,835],[273,828],[273,794]]},{"area":"2a3","points":[[291,911],[311,911],[309,927],[328,926],[329,911],[346,912],[347,965],[293,965]]},{"area":"297","points":[[273,522],[296,523],[325,528],[353,539],[376,559],[406,583],[421,613],[432,649],[436,665],[437,685],[436,702],[426,736],[415,754],[386,780],[355,751],[367,737],[382,706],[383,692],[382,666],[376,642],[364,618],[343,596],[319,583],[294,579],[273,577]]},{"area":"2a4","points":[[401,798],[420,763],[556,761],[563,794]]},{"area":"2a6","points":[[584,794],[573,793],[563,757],[567,741],[568,705],[568,635],[600,632],[637,667],[640,775],[623,795]]},{"area":"2a5","points":[[490,632],[546,633],[548,648],[548,667],[548,686],[548,704],[548,723],[509,724],[495,719],[492,691],[491,662]]},{"area":"2b1","points":[[652,723],[713,722],[715,787],[696,785],[694,777],[657,774],[658,742],[654,743]]},{"area":"2af","points":[[566,809],[583,808],[585,814],[622,817],[621,850],[625,854],[625,869],[566,871],[566,832]]},{"area":"2ab","points":[[633,854],[639,852],[640,813],[628,801],[644,784],[657,797],[692,796],[695,793],[712,792],[713,800],[714,848],[694,869],[633,871]]},{"area":"291","points":[[146,614],[146,636],[185,636],[185,614]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Xanathar-Lair-DM.webp"},"id":"4f2","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Xanathar-L1-Players.jpg"},"title":"Xanathar Lair, Level 1 (Player Version)","width":2050,"height":1950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Xanathar-L2-Players.jpg"},"title":"Xanathar Lair, Level 2 (Player Version)","width":2050,"height":900}]},{"name":"Ch. 6: Hell of a Summer","ix":7,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":65,"offsetX":-35,"offsetY":22,"scale":4},"href":{"type":"internal","path":"adventure/WDH/Cassalanter-Villa-DM.jpg"},"title":"Cassalanter Villa","width":1000,"height":1200,"mapRegions":[{"area":"2ec","points":[[170,152],[320,152],[321,198],[325,197],[327,320],[298,358],[289,351],[170,352]]},{"area":"2ec","points":[[403,151],[556,152],[557,189],[527,192],[527,255],[405,255]]},{"area":"2ec","points":[[172,433],[313,433],[312,502],[313,511],[314,571],[313,605],[282,636],[173,635],[173,505]]},{"area":"2ed","points":[[381,515],[402,437],[585,434],[585,472],[587,486],[587,539],[402,539]]},{"area":"328","points":[[268,1132],[62,836],[177,689],[178,643],[283,644],[319,609],[321,438],[388,439],[374,513],[398,548],[571,545],[571,649],[411,653],[407,749],[374,782],[346,784],[326,800],[326,835],[342,852],[376,852],[454,932]]},{"area":"2f6","points":[[338,803],[352,789],[375,791],[377,817],[377,831],[375,844],[350,846],[338,833]]},{"area":"2f2","points":[[385,789],[474,790],[474,862],[436,897],[383,849]]},{"area":"305","points":[[385,781],[409,757],[427,756],[427,780]]},{"area":"303","points":[[419,661],[444,662],[444,719],[437,728],[429,741],[427,749],[416,749]]},{"area":"300","points":[[450,661],[524,664],[525,713],[452,716]]},{"area":"308","points":[[529,662],[586,661],[587,717],[532,715]]},{"area":"2f8","points":[[437,781],[437,743],[439,733],[448,727],[480,724],[508,723],[529,723],[553,724],[553,747],[545,758],[532,772],[525,779],[490,780],[457,781]]},{"area":"2ff","points":[[561,724],[586,725],[586,748],[561,748]]},{"area":"2fe","points":[[546,768],[554,758],[567,757],[585,757],[586,782],[563,782]]},{"area":"2fa","points":[[531,784],[543,774],[557,786],[581,787],[587,789],[586,813],[560,839],[532,816]]},{"area":"2ee","points":[[481,788],[522,790],[522,817],[554,847],[514,888],[482,864]]},{"area":"2f0","points":[[439,906],[479,873],[507,895],[470,931]]},{"area":"327","points":[[729,161],[810,161],[811,188],[752,186]]},{"area":"317","points":[[752,253],[862,254],[862,308],[754,310]]},{"area":"316","points":[[867,255],[924,254],[926,309],[869,310]]},{"area":"319","points":[[752,317],[752,344],[833,344],[833,317]]},{"area":"31b","points":[[786,349],[831,349],[833,376],[862,377],[862,392],[788,392]]},{"area":"31a","points":[[867,349],[925,351],[924,406],[866,467]]},{"area":"31d","points":[[788,398],[860,399],[859,473],[808,526],[738,461],[788,414]]},{"area":"30d","points":[[726,699],[756,669],[756,580],[783,581],[783,701]]},{"area":"30f","points":[[791,579],[866,579],[865,665],[840,668],[841,699],[813,700],[813,670],[789,667]]},{"area":"313","points":[[887,626],[887,651],[929,651],[929,626]]},{"area":"314","points":[[871,579],[925,577],[927,603],[872,604]]},{"area":"311","points":[[915,745],[868,698],[871,611],[927,608],[926,621],[884,621],[884,658],[928,657],[928,732]]},{"area":"30a","points":[[694,706],[787,706],[789,676],[808,676],[809,705],[846,704],[844,673],[865,674],[863,705],[908,747],[811,850],[721,765],[692,765],[675,750],[676,720]]},{"area":"32b","points":[[552,933],[618,935],[618,978],[554,979]]},{"area":"32c","points":[[553,990],[588,991],[586,1048],[554,1046]]},{"area":"32e","points":[[684,919],[746,918],[746,1044],[684,1042]]},{"area":"330","points":[[684,1063],[717,1061],[718,1077],[747,1078],[745,1144],[682,1144]]},{"area":"324","points":[[712,97],[687,97],[671,111],[671,139],[688,154],[712,153]]},{"area":"325","points":[[723,152],[723,98],[755,66],[922,66],[922,121],[857,186],[816,186],[816,152]]},{"area":"31f","points":[[672,395],[686,383],[716,384],[751,351],[777,350],[779,409],[732,452],[719,439],[687,439],[672,425]]},{"area":"32a","points":[[735,655],[702,688],[674,688],[655,706],[653,769],[674,787],[689,786],[788,881],[810,860],[719,772],[685,770],[670,754],[668,718],[687,701],[716,700],[748,667],[748,655]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Cassalanter-Villa-DM.webp"},"id":"4f3","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Main-Players.jpg"},"title":"Cassalanter Villa, Main Area (Player Version)","width":2000,"height":2450},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Guest-Second-Players.jpg"},"title":"Cassalanter Villa, Guest Second Floor (Player Version)","width":850,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Guest-Third-Players.jpg"},"title":"Cassalanter Villa, Guest Third Floor (Player Version)","width":750,"height":650},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Two-Players.jpg"},"title":"Cassalanter Villa, Second Floor (Player Version)","width":1100,"height":1050},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Three-Players.jpg"},"title":"Cassalanter Villa, Third Floor (Player Version)","width":1050,"height":1050},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Garret-Players.jpg"},"title":"Cassalanter Villa, Garret (Player Version)","width":1050,"height":650},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Cellar-Players.jpg"},"title":"Cassalanter Villa, Cellar (Player Version)","width":850,"height":950},{"type":"image","imageType":"map","grid":{"type":"square","size":65,"offsetX":-25,"offsetY":5,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-DM.jpg"},"title":"Temple of Asmodeus","width":1000,"height":691,"mapRegions":[{"area":"338","points":[[279,32],[317,30],[321,37],[328,32],[382,33],[386,36],[391,32],[441,31],[449,35],[454,31],[493,29],[494,48],[492,61],[485,69],[473,71],[473,82],[467,84],[472,87],[474,92],[485,94],[493,103],[493,113],[453,114],[447,119],[442,113],[418,115],[391,115],[381,121],[375,116],[326,116],[318,121],[314,115],[302,116],[277,115],[281,99],[291,95],[299,94],[299,89],[304,85],[299,81],[298,73],[286,70],[278,63],[279,46]]},{"area":"335","points":[[732,113],[772,114],[793,135],[794,159],[786,166],[774,178],[774,202],[782,201],[816,201],[818,241],[783,243],[776,237],[772,242],[769,246],[773,247],[774,286],[732,285],[732,247],[737,248],[735,243],[730,238],[725,241],[688,241],[688,203],[724,200],[727,203],[731,204],[732,179],[709,159],[708,137]]},{"area":"338","points":[[278,178],[312,179],[318,175],[323,180],[377,182],[385,175],[391,180],[443,179],[449,176],[457,179],[493,180],[493,188],[488,197],[473,201],[471,208],[467,212],[472,215],[471,221],[483,223],[492,228],[495,238],[493,256],[492,264],[456,264],[453,262],[444,261],[444,264],[394,266],[392,262],[385,261],[383,264],[344,264],[322,266],[321,264],[314,266],[279,265],[280,231],[286,225],[298,224],[300,215],[304,212],[300,208],[298,202],[286,201],[280,197],[279,189]]},{"area":"33e","points":[[802,606],[833,607],[831,628],[802,626],[794,618],[795,610]]},{"area":"340","points":[[886,625],[887,605],[910,606],[920,608],[925,613],[925,621],[919,626],[901,628],[886,628]]},{"area":"33d","points":[[778,477],[795,476],[795,462],[797,454],[795,449],[795,442],[807,442],[808,475],[818,474],[817,444],[831,445],[833,475],[839,476],[838,443],[845,445],[849,445],[851,474],[861,476],[863,471],[860,466],[859,446],[874,445],[873,464],[873,475],[880,479],[881,482],[913,483],[915,494],[882,496],[881,504],[913,506],[914,517],[899,516],[887,518],[882,519],[881,528],[913,529],[915,538],[906,541],[883,541],[881,552],[909,551],[913,551],[913,558],[906,563],[882,565],[883,574],[916,575],[915,584],[894,589],[889,587],[882,589],[880,607],[879,626],[839,627],[841,605],[854,601],[860,597],[859,578],[852,576],[844,576],[828,576],[826,566],[859,564],[861,555],[848,554],[834,555],[827,553],[827,544],[842,543],[848,540],[860,542],[860,528],[853,521],[839,522],[836,532],[797,528],[795,520],[776,519]]},{"area":"33a","points":[[512,456],[514,443],[526,439],[538,438],[560,435],[707,435],[749,437],[763,441],[770,448],[769,469],[769,501],[769,523],[767,533],[761,539],[749,543],[747,603],[741,607],[747,615],[745,625],[736,629],[727,624],[723,631],[702,629],[705,544],[524,542],[512,532],[511,521]]},{"area":"341","points":[[513,566],[597,568],[598,652],[514,649]]},{"area":"345","points":[[274,605],[276,579],[278,573],[282,567],[291,566],[296,566],[296,561],[299,554],[295,551],[294,545],[285,541],[278,536],[275,526],[275,518],[267,518],[264,516],[257,519],[252,522],[248,535],[243,539],[233,543],[231,565],[157,566],[148,561],[145,552],[146,533],[145,522],[116,522],[109,518],[105,508],[103,484],[103,464],[112,458],[126,457],[144,455],[142,436],[145,425],[150,418],[161,414],[175,416],[231,416],[233,434],[242,435],[252,442],[252,452],[255,455],[259,457],[262,462],[266,456],[275,455],[276,444],[286,438],[294,436],[293,429],[297,426],[294,422],[294,417],[283,411],[275,404],[275,391],[276,372],[312,373],[317,377],[323,372],[343,373],[364,372],[374,373],[378,377],[386,374],[407,372],[420,371],[440,372],[447,376],[453,372],[464,369],[471,371],[490,373],[490,398],[485,411],[474,416],[468,416],[467,433],[477,434],[487,439],[491,453],[493,458],[493,518],[488,522],[487,534],[482,542],[472,544],[469,545],[468,552],[464,554],[470,559],[469,562],[483,566],[488,574],[488,585],[488,606],[452,607],[452,603],[445,604],[443,608],[385,606],[386,603],[378,602],[375,606],[322,606],[319,603],[313,602],[311,605],[291,607],[283,606]]},{"area":"343","points":[[405,631],[447,630],[446,621],[468,620],[468,630],[498,630],[501,649],[468,652],[467,672],[404,671]]},{"area":"34c","points":[[83,336],[82,323],[89,317],[99,314],[107,316],[113,310],[124,307],[135,309],[142,311],[146,323],[142,335],[145,341],[145,344],[147,355],[152,363],[161,370],[171,369],[177,364],[189,363],[196,362],[197,357],[192,353],[195,350],[204,349],[211,352],[221,351],[230,360],[229,367],[227,376],[228,387],[224,394],[215,401],[213,408],[190,408],[197,402],[197,395],[192,396],[187,387],[176,392],[167,389],[157,393],[146,391],[140,383],[127,381],[124,379],[128,371],[125,362],[118,361],[109,352],[109,343],[106,339],[99,336],[89,337]]},{"area":"34a","points":[[469,351],[469,366],[490,366],[490,351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Temple-of-Asmodeus-DM.webp"},"id":"4f4","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-Players.jpg"},"title":"Temple of Asmodeus, Lower Level (Player Version)","width":2350,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-Upper-Players.jpg"},"title":"Temple of Asmodeus, Upper Level (Player Version)","width":1550,"height":850}]},{"name":"Ch. 7: Maestro's Fall","ix":8,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":7,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Ships-DM.jpg"},"title":"Ships","width":737,"height":1000,"mapRegions":[{"area":"379","points":[[68,144],[127,143],[105,101],[100,93],[88,106],[73,132]]},{"area":"377","points":[[34,345],[159,344],[163,322],[163,289],[159,257],[155,220],[148,194],[144,174],[132,147],[119,147],[102,148],[81,147],[65,147],[59,162],[50,188],[44,207],[40,226],[36,245],[32,281],[31,306],[33,332]]},{"area":"37a","points":[[37,345],[160,348],[159,362],[156,366],[155,379],[154,385],[152,395],[151,402],[149,416],[115,416],[113,433],[81,433],[80,414],[42,413]]},{"area":"37b","points":[[117,419],[148,419],[134,489],[116,491]]},{"area":"37d","points":[[42,418],[77,419],[79,489],[53,488],[42,433]]},{"area":"367","points":[[268,79],[281,79],[285,83],[290,79],[304,78],[314,106],[258,108]]},{"area":"366","points":[[237,178],[337,178],[328,135],[316,111],[257,112],[243,151]]},{"area":"364","points":[[235,185],[338,184],[342,208],[345,229],[348,254],[348,274],[347,322],[231,324],[225,289],[227,254],[231,218],[233,196]]},{"area":"369","points":[[231,329],[266,329],[267,350],[268,362],[231,360],[230,339]]},{"area":"369","points":[[310,330],[347,330],[347,362],[328,364],[308,362]]},{"area":"369","points":[[230,365],[268,365],[267,397],[232,395],[230,381]]},{"area":"369","points":[[308,368],[315,366],[348,368],[347,399],[308,400],[308,378]]},{"area":"36a","points":[[234,401],[267,401],[267,434],[239,434]]},{"area":"36b","points":[[308,405],[346,403],[341,434],[308,434],[308,419]]},{"area":"36c","points":[[239,438],[339,439],[326,507],[252,507],[244,464]]},{"area":"36d","points":[[431,203],[435,174],[444,139],[452,116],[515,113],[522,129],[528,159],[536,189],[537,199],[519,198],[518,181],[499,182],[488,183],[448,181],[448,199]]},{"area":"36f","points":[[424,311],[425,353],[429,432],[534,432],[542,357],[545,313],[518,312],[518,329],[503,327],[482,327],[446,325],[446,309]]},{"area":"375","points":[[617,422],[617,438],[688,439],[688,424],[708,422],[698,463],[687,505],[616,504],[603,455],[600,434],[600,422]]},{"area":"371","points":[[428,438],[534,437],[525,472],[528,475],[526,486],[524,487],[518,503],[508,506],[488,507],[486,505],[477,504],[462,507],[450,507],[445,504],[432,452]]},{"area":"380","points":[[118,945],[121,905],[91,906],[84,881],[82,847],[81,832],[80,788],[77,779],[79,761],[82,732],[84,697],[92,657],[99,628],[110,602],[128,573],[144,597],[156,623],[164,649],[173,682],[177,699],[185,733],[185,778],[185,803],[184,854],[183,891],[181,907],[149,906],[149,946]]},{"area":"384","points":[[90,909],[114,911],[112,946],[95,944],[91,925]]},{"area":"384","points":[[155,911],[179,911],[174,944],[154,945]]},{"area":"385","points":[[284,569],[263,607],[246,659],[239,685],[236,729],[234,779],[339,781],[336,728],[326,679],[315,642],[300,598],[291,578]]},{"area":"388","points":[[240,912],[265,912],[267,945],[247,945],[241,923]]},{"area":"389","points":[[305,912],[329,913],[327,936],[323,944],[306,944],[304,924]]},{"area":"387","points":[[234,784],[337,784],[337,818],[335,855],[332,892],[330,908],[300,908],[299,945],[271,945],[268,907],[239,906],[239,860],[234,813],[235,796]]},{"area":"390","points":[[458,657],[467,627],[480,598],[487,586],[497,601],[509,626],[521,656]]},{"area":"38a","points":[[458,665],[519,662],[525,674],[532,694],[537,721],[541,749],[539,764],[442,769],[443,739],[448,706],[452,684]]},{"area":"38c","points":[[442,772],[538,769],[543,778],[542,800],[442,803],[441,787]]},{"area":"38d","points":[[442,809],[472,807],[472,895],[456,894],[446,845],[442,821]]},{"area":"38d","points":[[511,805],[542,807],[539,832],[533,854],[530,874],[521,909],[518,928],[508,928],[511,864],[511,835],[510,816]]},{"area":"38f","points":[[457,900],[476,897],[478,806],[505,805],[506,863],[504,918],[503,929],[467,930],[463,922],[460,911]]},{"area":"3a1","points":[[608,654],[672,654],[659,622],[647,593],[640,584],[631,596],[619,620],[612,645]]},{"area":"39d","points":[[609,658],[632,658],[656,659],[673,658],[679,682],[687,701],[691,724],[694,752],[695,762],[588,765],[592,743],[597,713],[603,685],[605,670]]},{"area":"399","points":[[602,871],[624,871],[623,805],[603,803],[603,770],[589,770],[588,789],[592,811],[593,833],[597,853]]},{"area":"393","points":[[601,876],[622,875],[623,888],[604,889]]},{"area":"393","points":[[661,874],[686,874],[682,888],[662,889]]},{"area":"396","points":[[662,803],[694,802],[695,824],[691,849],[687,868],[663,868],[662,835]]},{"area":"38c","points":[[607,769],[631,768],[662,766],[677,766],[676,797],[657,798],[657,929],[616,927],[606,896],[626,894],[628,801],[608,798]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Ships-DM.webp"},"id":"4f5","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Main-Deck-Players.jpg"},"title":"Ships, Main Deck (Player Version)","width":600,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Fore-and-Aft-Players.jpg"},"title":"Ships, Fore and Aft (Player Version)","width":550,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Aft-Castle-Players.jpg"},"title":"Ships, Aft Castle (Player Version)","width":500,"height":400},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Orlop-Deck-Players.jpg"},"title":"Ships, Orlop Deck (Player Version)","width":600,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Players.jpg"},"title":"Ships, Upper Hold (Player Version)","width":550,"height":1250},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Heartbreaker.jpg"},"title":"Ships, Heartbreakers' Upper Hold (Player Version)","width":500,"height":1250,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Lower-Hold-Players.jpg"},"title":"Ships, Lower Hold (Player Version)","width":500,"height":1150},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Lower-Hold-Eyecatcher.jpg"},"title":"Ships, Eyecatchers' Lower Hold (Player Version)","width":500,"height":1200},{"type":"image","imageType":"map","grid":{"type":"square","size":75,"offsetX":32,"offsetY":-18,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-DM.jpg"},"title":"Scarlet Marpenoth","width":1000,"height":691,"mapRegions":[{"area":"3b6","points":[[355,147],[463,149],[466,184],[357,186]]},{"area":"3b2","points":[[339,230],[358,228],[386,231],[389,288],[341,291],[341,251]]},{"area":"3b4","points":[[436,228],[482,228],[483,262],[479,288],[449,288],[435,288],[436,256]]},{"area":"3ab","points":[[322,434],[386,435],[386,299],[357,298],[354,334],[320,366],[319,395],[324,407]]},{"area":"3ae","points":[[434,296],[466,298],[464,328],[501,365],[499,396],[497,408],[497,430],[434,432],[434,411],[436,397],[434,310]]},{"area":"3a8","points":[[336,443],[353,439],[378,441],[380,473],[336,474],[335,458]]},{"area":"3a9","points":[[392,514],[428,514],[431,549],[392,550],[392,531]]},{"area":"3b8","points":[[729,229],[778,227],[781,294],[733,294],[730,250]]},{"area":"3b8","points":[[828,228],[876,224],[875,295],[828,294],[826,255]]},{"area":"3b7","points":[[731,219],[724,214],[719,196],[715,171],[723,145],[738,124],[749,110],[777,92],[787,82],[814,81],[831,85],[846,98],[859,106],[880,127],[892,147],[896,167],[893,186],[881,213],[877,220],[850,217],[827,217],[775,220],[742,222]]},{"area":"3ba","points":[[712,400],[713,363],[730,328],[732,302],[873,304],[895,346],[893,400],[799,403],[746,401]]},{"area":"3bc","points":[[713,411],[742,410],[742,427],[742,450],[743,476],[713,477],[714,435]]},{"area":"3bd","points":[[861,410],[889,408],[891,435],[859,435]]},{"area":"3bb","points":[[751,411],[817,408],[819,475],[751,475]]},{"area":"3be","points":[[786,483],[819,484],[821,496],[857,497],[861,547],[839,549],[839,512],[824,514],[820,551],[785,549],[766,551],[767,568],[821,569],[821,605],[787,603],[783,587],[748,584],[751,514],[767,515],[769,531],[781,533],[783,505]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Scarlet-Marpenoth-DM.webp"},"id":"4f6","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Upper-Deck.jpg"},"title":"Scarlet Marpenoth, Upper Deck (Player Version)","width":800,"height":950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Lower-Deck.jpg"},"title":"Scarlet Marpenoth, Lower Deck (Player Version)","width":500,"height":950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Lower-Deck.jpg"},"title":"Scarlet Marpenoth, Lower Deck (Player Version)","width":500,"height":950}]},{"name":"Ch. 8: Winter Wizardry","ix":9,"images":[{"type":"image","imageType":"map","grid":{"type":"none","size":61,"scale":4},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-DM.jpg"},"title":"Kolat Towers","width":737,"height":1000,"mapRegions":[{"area":"3fd","points":[[404,150],[429,163],[439,156],[456,152],[468,154],[482,128],[493,136],[502,153],[508,174],[508,192],[500,209],[487,227],[466,237],[445,238],[419,229],[405,217],[394,192],[395,171],[399,155]]},{"area":"400","points":[[614,167],[591,177],[575,191],[564,213],[566,240],[582,265],[597,243],[593,237],[591,224],[594,207],[608,199],[616,194]]},{"area":"403","points":[[623,167],[637,169],[657,175],[673,192],[681,214],[679,229],[674,249],[661,269],[645,248],[652,228],[648,210],[639,200],[622,194]]},{"area":"406","points":[[605,239],[602,224],[605,215],[609,207],[624,204],[637,209],[643,224],[640,239],[626,245],[615,245]]},{"area":"3fc","points":[[248,239],[257,225],[274,215],[289,212],[311,213],[326,217],[341,227],[355,245],[358,269],[351,293],[336,314],[309,324],[284,323],[263,312],[247,293],[241,276],[243,256]]},{"area":"3f3","points":[[195,419],[204,403],[215,389],[232,383],[254,379],[281,384],[298,397],[304,419],[308,448],[298,468],[280,486],[257,492],[234,492],[212,477],[196,455],[193,437]]},{"area":"3fa","points":[[144,329],[169,339],[206,353],[228,364],[208,374],[193,388],[185,401],[125,371]]},{"area":"3f4","points":[[124,378],[140,385],[144,385],[154,391],[131,446],[99,429],[113,401]]},{"area":"3f6","points":[[161,397],[182,408],[179,431],[180,451],[188,474],[139,447],[152,418]]},{"area":"408","points":[[455,446],[506,501],[498,508],[477,510],[452,498],[444,481],[445,460],[447,452]]},{"area":"409","points":[[459,441],[510,499],[517,491],[521,463],[522,452],[513,444],[491,435],[467,436]]},{"area":"40b","points":[[600,492],[592,479],[591,466],[597,450],[611,437],[631,434],[642,432],[655,439],[664,453],[669,468],[668,486],[659,499],[647,503],[633,509],[620,508],[608,503]]},{"area":"3e1","points":[[196,686],[205,668],[219,656],[237,649],[257,648],[267,649],[273,645],[283,649],[286,657],[296,666],[308,683],[311,707],[306,727],[306,737],[296,749],[289,750],[274,758],[256,764],[235,761],[217,752],[205,738],[197,718],[193,703]]},{"area":"3db","points":[[106,599],[152,589],[173,704],[128,715],[128,711],[133,705],[139,692],[138,678],[129,669],[118,665],[112,631],[108,612]]},{"area":"3de","points":[[156,589],[205,577],[220,639],[208,647],[196,657],[189,663],[184,681],[179,701],[163,622]]},{"area":"3da","points":[[129,721],[178,713],[186,732],[193,748],[213,764],[235,777],[237,791],[147,813],[134,752]]},{"area":"3e5","points":[[268,871],[281,854],[296,847],[313,848],[328,854],[340,867],[344,889],[335,909],[328,919],[311,922],[296,921],[276,908],[268,890],[267,880]]},{"area":"3f0","points":[[592,850],[585,859],[577,877],[576,894],[581,905],[592,917],[608,922],[630,918],[646,904],[653,885],[646,868],[638,852],[619,845],[607,845]]},{"area":"3ef","points":[[568,774],[595,763],[609,817],[625,833],[613,838],[592,847],[577,847],[582,826],[575,794]]},{"area":"3e6","points":[[512,747],[503,735],[499,715],[496,698],[493,688],[498,675],[504,674],[515,661],[529,653],[549,645],[564,647],[581,654],[583,651],[601,661],[596,667],[605,678],[611,694],[610,713],[601,735],[588,754],[581,758],[567,761],[549,761],[535,760],[519,757]]},{"area":"3ea","points":[[419,658],[454,594],[533,634],[514,643],[498,655],[489,666],[495,669],[488,687],[451,672]]},{"area":"3ed","points":[[401,702],[417,665],[481,693],[480,706],[485,727],[492,745],[428,716],[411,706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Kolat-Towers-DM.webp"},"id":"4f7","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":28,"offsetY":-13},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L1.jpg"},"title":"Kolat Towers, Level 1 (Player Version)","width":2050,"height":2150},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L2.jpg"},"title":"Kolat Towers, Level 2 (Player Version)","width":1450,"height":1300},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L3.jpg"},"title":"Kolat Towers, Level 3 (Player Version)","width":1200,"height":700},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L4.jpg"},"title":"Kolat Towers, Level 4 (Player Version)","width":650,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L5.jpg"},"title":"Kolat Towers, Level 5 (Player Version)","width":600,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L6.jpg"},"title":"Kolat Towers, Level 6 (Player Version)","width":650,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-Outer.jpg"},"title":"Kolat Towers, Level Outer (Player Version)","width":1150,"height":550},{"type":"image","imageType":"map","grid":{"type":"square","size":87,"offsetX":19,"offsetY":-17,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Sanctum-DM.jpg"},"title":"Sanctum","width":1000,"height":691,"mapRegions":[{"area":"425","points":[[35,269],[44,258],[58,252],[139,254],[148,261],[155,272],[155,294],[152,341],[147,357],[124,366],[126,380],[124,405],[117,421],[97,424],[72,424],[65,413],[64,369],[49,365],[40,357],[36,338],[36,309],[36,286]]},{"area":"420","points":[[183,250],[266,252],[267,168],[266,159],[256,144],[228,142],[201,142],[186,149],[182,166],[182,195],[183,231]]},{"area":"428","points":[[203,401],[203,387],[209,376],[225,373],[262,373],[292,373],[307,381],[311,397],[313,433],[312,463],[304,481],[288,487],[287,527],[282,537],[266,541],[242,541],[232,531],[231,507],[231,490],[215,484],[204,472],[201,449],[201,417]]},{"area":"41d","points":[[462,543],[461,517],[455,496],[439,488],[401,488],[373,487],[356,496],[347,509],[346,531],[347,568],[349,585],[360,598],[368,603],[375,603],[377,628],[378,648],[388,657],[407,659],[427,656],[432,645],[431,607],[443,601],[454,597],[462,588],[462,576]]},{"area":"417","points":[[355,213],[356,202],[365,197],[382,196],[411,197],[449,196],[471,196],[493,201],[500,211],[497,225],[499,249],[499,287],[500,337],[487,349],[469,369],[391,369],[375,358],[356,339],[355,285],[356,254],[355,231]]},{"area":"413","points":[[389,166],[469,167],[466,84],[387,85]]},{"area":"41b","points":[[527,109],[588,111],[588,260],[560,261],[558,251],[507,253],[506,224],[527,223],[528,155],[515,150],[515,120],[527,117]]},{"area":"42c","points":[[758,106],[761,88],[776,84],[842,83],[860,87],[870,101],[870,137],[868,184],[859,196],[845,201],[846,220],[848,243],[839,252],[814,255],[796,255],[789,242],[787,223],[788,199],[773,197],[765,192],[762,180],[759,143]]},{"area":"42a","points":[[619,111],[729,109],[733,141],[733,174],[731,207],[732,267],[730,326],[729,342],[604,341],[602,285],[616,281],[617,194],[615,139]]},{"area":"41c","points":[[559,372],[673,367],[702,367],[700,397],[669,428],[586,428],[558,397]]},{"area":"41f","points":[[578,531],[577,509],[585,496],[599,489],[637,490],[675,489],[689,500],[695,520],[693,564],[688,586],[683,592],[671,599],[663,598],[664,635],[659,648],[649,655],[626,654],[614,653],[606,645],[605,605],[591,601],[582,594],[579,572]]},{"area":"430","points":[[749,491],[750,476],[760,466],[777,459],[794,458],[815,457],[840,457],[855,463],[861,472],[863,487],[862,512],[864,545],[858,557],[851,566],[839,571],[838,593],[836,611],[833,620],[820,627],[799,627],[782,622],[779,596],[778,569],[762,566],[753,556],[748,517]]},{"area":"42e","points":[[862,353],[865,329],[875,317],[891,314],[923,311],[956,313],[972,320],[980,338],[980,366],[980,402],[973,414],[966,425],[950,425],[950,440],[948,461],[944,474],[932,478],[914,479],[901,476],[894,469],[894,448],[893,429],[880,428],[869,418],[863,402],[865,379]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Sanctum-DM.webp"},"id":"4f8","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":2},"href":{"type":"internal","path":"adventure/WDH/Sanctum-Players.jpg"},"title":"Player Version","width":1800,"height":1200,"mapParent":{"id":"4f8","autoScale":true}}]},{"name":"Poster Map","ix":14,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-dm.jpg"},"title":"Poster Map","width":6429,"height":9000,"id":"50a"},{"type":"image","imageType":"mapPlayer","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-player.jpg"},"title":"Player Version","width":6429,"height":9000,"mapParent":{"id":"50a"}}]}]},"LLK":{"id":"LLK","source":"LLK","prop":"adventure","chapters":[{"name":"Part 2 — Monastery of the Distressed Body","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/006-318365_extra_life_monastery.png"},"width":4926,"height":6426,"title":"Monastery of the Distressed Body","imageType":"map","grid":{"type":"none","distance":50},"mapRegions":[{"area":"06d","points":[[3187,2678],[3251,2634],[3305,2592],[3328,2541],[3368,2484],[3446,2432],[3543,2404],[3585,2377],[3617,2400],[3623,2419],[3667,2448],[3688,2491],[3693,2558],[3703,2640],[3705,2701],[3693,2726],[3651,2764],[3583,2808],[3533,2846],[3488,2901],[3451,2907],[3398,2876],[3362,2838],[3358,2829],[3301,2827],[3234,2731],[3208,2709]]},{"area":"075","points":[[3512,3040],[3575,3004],[3636,2949],[3663,2931],[3680,2960],[3663,3015],[3632,3061],[3556,3086],[3526,3086]]},{"area":"079","points":[[3705,3059],[3705,3034],[3686,3008],[3682,2937],[3697,2924],[3716,2842],[3758,2933],[3762,2941],[3771,2968],[3754,3019],[3733,3069]]},{"area":"067","points":[[2895,3792],[3076,3695],[3192,3766],[3198,3777],[3312,3836],[3137,3945],[3006,3859]]},{"area":"058","points":[[2379,3583],[2495,3514],[2676,3608],[2566,3688]]},{"area":"04e","points":[[2341,3181],[2417,3101],[2474,3076],[2505,3015],[2575,2802],[2623,2627],[2636,2488],[2659,2307],[2674,2164],[2737,2034],[2745,2227],[2752,2406],[2758,2541],[2775,2697],[2754,2737],[2743,2804],[2741,2888],[2724,3000],[2705,3082],[2676,3133],[2661,3192],[2644,3259],[2606,3282],[2556,3307]]},{"area":"05d","points":[[2004,3027],[2069,2941],[2166,2882],[2305,2958],[2347,3006],[2261,3097],[2179,3120],[2067,3065],[2029,3063]]},{"area":"061","points":[[1625,3181],[1743,3128],[1935,3219],[1813,3305]]},{"area":"047","points":[[1402,4177],[1629,4004],[1655,4002],[1699,4029],[1651,4088],[1627,4126],[1556,4177],[1461,4227]]},{"area":"04a","points":[[1095,3714],[1152,3547],[1194,3402],[1217,3328],[1303,3303],[1432,3282],[1651,3379],[1661,3421],[1806,3516],[2082,3684],[2219,3817],[2229,3931],[2269,3979],[2337,4029],[2602,3994],[2697,3979],[2728,3968],[2789,4011],[2806,4059],[2756,4103],[2667,4131],[2621,4149],[2552,4173],[2499,4234],[2432,4291],[2373,4331],[2278,4341],[2149,4324],[2032,4322],[1983,4280],[1914,4265],[1836,4291],[1813,4253],[1768,4246],[1794,4158],[1726,4099],[1703,4072],[1735,4040],[1657,3973],[1564,3992],[1457,4048],[1377,3985],[1305,3983],[1213,3989],[1149,3947],[1173,3893],[1158,3827],[1097,3764]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LLK/thumbnail/006-318365_extra_life_monastery.webp"},"id":"0d7","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/007-playerversionllok2.jpg"},"title":"Player Version","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d7","autoScale":true}}]},{"name":"Part 3 — The Ooze-Flooded City","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/011-318365_extra_life_ooze.png"},"title":"Daoine Gloine","width":4926,"height":6426,"imageType":"map","grid":{"type":"none","distance":50},"mapRegions":[{"area":"097","points":[[2573,2584],[2640,2522],[2656,2429],[2704,2415],[2960,2413],[2953,2451],[3015,2509],[3082,2587],[3089,2825],[3011,2887],[2944,2905],[2751,2911],[2635,2911],[2567,2820],[2571,2640]]},{"area":"08c","points":[[2484,3029],[2520,3333],[2482,3582],[2475,3773],[2425,3882],[2555,3982],[2711,4027],[2742,3927],[2760,3858],[2785,3789],[2771,3575],[2751,3276],[2740,3162],[2558,3033]]},{"area":"088","points":[[1420,4649],[1404,4098],[1500,3876],[1633,3662],[1645,3591],[1718,3593],[1847,3645],[1947,3649],[2376,4551],[2375,4775],[2262,5100],[2275,5816],[2247,5864],[2138,5840],[2107,5789],[1996,5691],[1900,5722],[1811,5767],[1775,5713],[1755,5480],[1671,5409],[1564,5322],[1442,5304],[1449,4947],[1425,4736]]},{"area":"085","points":[[144,4818],[216,4802],[311,4740],[389,4718],[456,4727],[491,4789],[580,4880],[685,4949],[818,4956],[895,4998],[935,5049],[956,5125],[1015,5213],[1091,5300],[1149,5349],[1265,5356],[1391,5360],[1462,5391],[1558,5507],[1644,5615],[1705,5631],[1738,5665],[1862,6222],[1755,6209],[1669,6182],[1549,6075],[1475,6024],[1435,6036],[1305,6029],[1156,5975],[1076,5842],[1004,5778],[891,5802],[764,5640],[682,5471],[585,5373],[553,5333],[433,5262],[382,5295],[309,5225],[215,5129],[140,5196]]},{"area":"09d","points":[[3956,5085],[3958,4962],[3929,4818],[3813,4693],[3833,4573],[3902,4582],[4024,4731],[4133,4898],[4136,5105],[4078,5207],[3945,5278],[3956,5167]]},{"area":"08f","points":[[3151,4249],[3185,4149],[3235,4096],[3309,4069],[3355,4060],[3373,3982],[3395,4056],[3435,4058],[3475,4080],[3529,4113],[3556,4175],[3585,4225],[3611,4284],[3616,4345],[3615,4444],[3616,4613],[3618,4736],[3635,4822],[3693,4827],[3738,4836],[3765,4785],[3816,4773],[3887,4813],[3893,4915],[3896,5040],[3905,5375],[3840,5416],[3760,5409],[3735,5355],[3740,5216],[3655,5158],[3491,5205],[3411,5231],[3295,5211],[3173,5151],[3125,5109],[3100,5076],[3015,5067],[3015,4835],[3100,4831],[3118,4765],[3098,4718],[3124,4647],[3133,4471],[3142,4296]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LLK/thumbnail/011-318365_extra_life_ooze.webp"},"id":"0d8","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/012-playerversionllok1.jpg"},"title":"Player Version","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d8","autoScale":true}}]}]},"WDMM":{"id":"WDMM","source":"WDMM","prop":"adventure","chapters":[{"name":"Level 1: Dungeon Level","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/002-102.png"},"width":2259,"height":3000,"mapRegions":[{"area":"063","points":[[453,529],[453,589],[567,589],[567,529]]},{"area":"061","points":[[371,603],[371,670],[567,670],[567,603]]},{"area":"069","points":[[570,632],[570,692],[1117,692],[1117,632]]},{"area":"06e","points":[[944,616],[944,473],[840,473],[840,616]]},{"area":"06c","points":[[732,829],[732,698],[808,698],[808,829]]},{"area":"05a","points":[[479,786],[479,848],[555,848],[555,786]]},{"area":"064","points":[[495,972],[495,868],[443,868],[443,972]]},{"area":"065","points":[[595,1007],[595,904],[504,904],[504,1007]]},{"area":"080","points":[[1439,522],[1439,623],[1540,623],[1540,522]]},{"area":"076","points":[[1129,502],[1129,905],[1350,905],[1350,502]]},{"area":"073","points":[[998,708],[998,828],[1091,828],[1091,708]]},{"area":"04c","points":[[739,1047],[739,1137],[803,1137],[803,1047]]},{"area":"04f","points":[[558,1100],[558,1205],[695,1205],[695,1100]]},{"area":"047","points":[[298,1150],[298,1295],[436,1295],[436,1150]]},{"area":"04f","points":[[663,1267],[663,1206],[747,1206],[747,1267]]},{"area":"049","points":[[819,1290],[819,1056],[924,1056],[924,1290]]},{"area":"04b","points":[[974,1300],[974,1205],[1060,1205],[1060,1300]]},{"area":"07b","points":[[1325,1050],[1325,907],[1161,907],[1161,1050]]},{"area":"07d","points":[[1325,1293],[1325,1052],[1154,1052],[1154,1293]]},{"area":"083","points":[[1493,1087],[1493,942],[1612,942],[1612,1087]]},{"area":"084","points":[[1470,1102],[1470,1164],[1634,1164],[1634,1102]]},{"area":"085","points":[[1445,1319],[1445,1232],[1637,1232],[1637,1319]]},{"area":"086","points":[[1791,1023],[1791,915],[1703,915],[1703,1023]]},{"area":"035","points":[[1047,1362],[1047,1480],[1172,1480],[1172,1362]]},{"area":"044","points":[[741,1360],[741,1455],[880,1455],[880,1360]]},{"area":"03b","points":[[767,1465],[767,1531],[959,1531],[959,1465]]},{"area":"040","points":[[790,1739],[790,1624],[959,1624],[959,1739]]},{"area":"08a","points":[[531,1411],[531,1476],[619,1476],[619,1411]]},{"area":"087","points":[[401,1479],[401,1542],[624,1542],[624,1479]]},{"area":"08c","points":[[456,1574],[456,1651],[537,1651],[537,1574]]},{"area":"090","points":[[451,1753],[451,1839],[543,1839],[543,1753]]},{"area":"097","points":[[606,1789],[606,1894],[718,1894],[718,1789]]},{"area":"092","points":[[303,1820],[303,1914],[435,1914],[435,1820]]},{"area":"094","points":[[403,1909],[403,1999],[514,1999],[514,1909]]},{"area":"099","points":[[657,1942],[657,2080],[736,2080],[736,1942]]},{"area":"09f","points":[[1034,2068],[1034,2154],[1103,2154],[1103,2068]]},{"area":"0a0","points":[[933,1862],[933,1945],[998,1945],[998,1862]]},{"area":"09e","points":[[475,2322],[475,2396],[573,2396],[573,2322]]},{"area":"0b6","points":[[1412,1385],[1412,1478],[1488,1478],[1488,1385]]},{"area":"0b5","points":[[1496,1383],[1496,1478],[1668,1478],[1668,1383]]},{"area":"0b7","points":[[1809,1514],[1809,1604],[1923,1604],[1923,1514]]},{"area":"0b8","points":[[1810,1621],[1810,1713],[1925,1713],[1925,1621]]},{"area":"0ad","points":[[1127,1542],[1127,1619],[1396,1619],[1396,1542]]},{"area":"0b0","points":[[1401,1513],[1401,1576],[1760,1576],[1760,1513]]},{"area":"0b9","points":[[1418,1595],[1418,1687],[1612,1687],[1612,1595]]},{"area":"0b2","points":[[1680,1646],[1680,1766],[1772,1766],[1772,1646]]},{"area":"0a7","points":[[1209,1699],[1209,1795],[1326,1795],[1326,1699]]},{"area":"0a5","points":[[1052,1773],[1052,1843],[1200,1843],[1200,1773]]},{"area":"0a9","points":[[1335,1735],[1335,1841],[1404,1841],[1404,1735]]},{"area":"0bd","points":[[1492,1817],[1492,1876],[1637,1876],[1637,1817]]},{"area":"0bf","points":[[1723,1776],[1723,1875],[1881,1875],[1881,1776]]},{"area":"0ab","points":[[1228,1866],[1228,1994],[1325,1994],[1325,1866]]},{"area":"0d4","points":[[1416,2035],[1416,2178],[1561,2178],[1561,2035]]},{"area":"0c5","points":[[1102,2117],[1102,2261],[1194,2261],[1194,2117]]},{"area":"0ce","points":[[1134,2378],[1134,2543],[1297,2543],[1297,2378]]},{"area":"0d1","points":[[1312,2353],[1312,2518],[1401,2518],[1401,2353]]},{"area":"0d2","points":[[1295,2092],[1295,2334],[1380,2334],[1380,2092]]},{"area":"0d7","points":[[1385,2244],[1385,2340],[1489,2340],[1489,2244]]},{"area":"0d9","points":[[1545,2454],[1545,2543],[1714,2543],[1714,2454]]},{"area":"05d","points":[[509,696],[509,742],[585,742],[585,696]]},{"area":"057","points":[[588,697],[588,875],[719,875],[719,697]]},{"area":"053","points":[[874,875],[874,1028],[926,1028],[926,875]]},{"area":"055","points":[[929,1004],[929,1081],[978,1081],[978,1004]]},{"area":"03d","points":[[641,1454],[641,1542],[740,1542],[740,1454]]},{"area":"08e","points":[[539,1550],[539,1626],[639,1626],[639,1550]]},{"area":"09d","points":[[479,2094],[479,2121],[516,2121],[516,2094]]},{"area":"09b","points":[[519,2123],[519,2150],[902,2150],[902,2123]]},{"area":"0cc","points":[[1074,2300],[1074,2463],[1117,2463],[1117,2300]]},{"area":"0c2","points":[[1550,1887],[1550,1991],[1631,1991],[1631,1887]]},{"area":"0b1","points":[[1677,1579],[1677,1628],[1761,1628],[1761,1579]]},{"area":"072","points":[[1057,536],[1057,559],[1084,559],[1084,536]]},{"area":"06f","points":[[982,534],[982,616],[1056,616],[1056,534]]}],"title":"Map 1","imageType":"map","grid":{"type":"square","size":78,"offsetX":-25,"offsetY":-29,"scale":3,"distance":10},"id":"add","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/002-102.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/003-103.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-23,"offsetY":33,"scale":3,"distance":10},"mapParent":{"id":"add","autoScale":true}}]},{"name":"Level 2: Arcane Chambers","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/005-202.png"},"width":2259,"height":3000,"title":"Map 2","mapRegions":[{"area":"0ff","points":[[526,527],[526,631],[598,631],[598,527]]},{"area":"0fe","points":[[469,684],[469,811],[600,811],[600,684]]},{"area":"0fc","points":[[471,867],[471,967],[651,967],[651,867]]},{"area":"100","points":[[658,869],[658,967],[784,967],[784,869]]},{"area":"0e8","points":[[841,553],[841,655],[988,655],[988,553]]},{"area":"0eb","points":[[941,995],[941,741],[993,689],[993,481],[1027,447],[1116,447],[1145,476],[1145,692],[1199,746],[1199,995]]},{"area":"0f3","points":[[1179,505],[1179,722],[1212,755],[1297,755],[1297,505]]},{"area":"0e6","points":[[839,894],[839,992],[937,992],[937,894]]},{"area":"0f8","points":[[472,1026],[472,1120],[574,1120],[574,1026]]},{"area":"0f7","points":[[475,1132],[475,1199],[572,1199],[572,1132]]},{"area":"0f6","points":[[582,1027],[582,1205],[677,1205],[677,1027]]},{"area":"0f5","points":[[687,975],[687,1148],[779,1148],[779,975]]},{"area":"105","points":[[813,1051],[813,1204],[886,1204],[886,1051]]},{"area":"107","points":[[945,1050],[945,1173],[1067,1173],[1067,1050]]},{"area":"10a","points":[[1073,1075],[1073,1234],[1198,1234],[1198,1075]]},{"area":"0ef","points":[[1206,765],[1206,1023],[1300,1023],[1300,765]]},{"area":"14b","points":[[555,1362],[555,1494],[677,1494],[677,1362]]},{"area":"154","points":[[475,1362],[475,1489],[548,1489],[548,1362]]},{"area":"155","points":[[475,1544],[475,1622],[571,1622],[571,1544]]},{"area":"10e","points":[[940,1283],[940,1357],[1071,1357],[1071,1283]]},{"area":"10f","points":[[1074,1283],[1074,1363],[1200,1363],[1200,1283]]},{"area":"145","points":[[746,1409],[746,1543],[889,1543],[889,1409]]},{"area":"148","points":[[939,1440],[939,1515],[1026,1515],[1026,1440]]},{"area":"153","points":[[498,1703],[498,1773],[626,1773],[626,1703]]},{"area":"14e","points":[[500,1781],[500,1906],[571,1906],[571,1781]]},{"area":"16c","points":[[580,1837],[580,1953],[700,1953],[700,1837]]},{"area":"150","points":[[499,1914],[499,2036],[573,2036],[573,1914]]},{"area":"16e","points":[[579,1971],[579,2092],[706,2092],[706,1971]]},{"area":"149","points":[[709,1755],[709,1855],[914,1855],[914,1755]]},{"area":"13f","points":[[785,1549],[785,1644],[882,1644],[882,1549]]},{"area":"143","points":[[788,1652],[788,1745],[883,1745],[883,1652]]},{"area":"137","points":[[946,1522],[946,1746],[1069,1746],[1069,1522]]},{"area":"136","points":[[1076,1522],[1076,1591],[1141,1591],[1141,1522]]},{"area":"136","points":[[1075,1677],[1075,1747],[1141,1747],[1141,1677]]},{"area":"135","points":[[1151,1520],[1151,1694],[1272,1694],[1272,1520]]},{"area":"13a","points":[[1363,1416],[1363,1612],[1590,1612],[1590,1416]]},{"area":"167","points":[[865,1886],[865,2035],[1089,2035],[1089,1886]]},{"area":"163","points":[[1112,1938],[1112,2030],[1187,2030],[1187,1938]]},{"area":"166","points":[[1086,1882],[1086,1935],[1187,1935],[1187,1882]]},{"area":"16a","points":[[767,1893],[767,1990],[856,1990],[856,1893]]},{"area":"113","points":[[1346,494],[1346,581],[1688,581],[1688,494]]},{"area":"11c","points":[[1364,585],[1364,678],[1457,678],[1457,585]]},{"area":"117","points":[[1472,585],[1472,677],[1701,677],[1701,585]]},{"area":"11f","points":[[1363,687],[1363,864],[1459,864],[1459,687]]},{"area":"123","points":[[1468,742],[1468,858],[1551,858],[1551,742]]},{"area":"121","points":[[1556,740],[1713,740],[1713,933],[1567,933],[1567,854],[1556,854]]},{"area":"125","points":[[1467,870],[1467,1017],[1559,1017],[1559,870]]},{"area":"127","points":[[1573,932],[1573,1011],[1717,1011],[1717,932]]},{"area":"12a","points":[[1833,869],[1833,1019],[1979,1019],[1979,869]]},{"area":"129","points":[[1729,1003],[1729,1096],[1828,1096],[1828,1003]]},{"area":"111","points":[[1302,975],[1302,1109],[1368,1109],[1368,975]]},{"area":"12f","points":[[1464,1071],[1464,1180],[1569,1180],[1569,1071]]},{"area":"132","points":[[1204,1130],[1204,1312],[1302,1312],[1302,1130]]},{"area":"139","points":[[1702,1309],[1702,1412],[1901,1412],[1901,1309]]},{"area":"15e","points":[[1229,1884],[1229,1959],[1538,1959],[1538,1884]]},{"area":"158","points":[[1650,1782],[1650,1928],[1742,1928],[1742,1782]]},{"area":"160","points":[[1193,1960],[1193,2032],[1693,2032],[1693,1960]]},{"area":"172","points":[[684,2143],[1198,2143],[1198,2266],[986,2266],[986,2342],[954,2374],[923,2374],[889,2339],[889,2264],[684,2264]]},{"area":"174","points":[[499,2222],[499,2294],[597,2294],[597,2222]]},{"area":"186","points":[[524,2305],[524,2398],[604,2398],[604,2305]]},{"area":"185","points":[[706,2273],[706,2456],[786,2456],[786,2273]]},{"area":"183","points":[[888,2400],[888,2530],[991,2530],[991,2400]]},{"area":"182","points":[[994,2271],[994,2336],[1129,2336],[1129,2271]]},{"area":"17f","points":[[995,2383],[1050,2327],[1142,2327],[1142,2576],[1050,2576],[995,2519]]},{"area":"176","points":[[1204,2278],[1204,2422],[1405,2422],[1405,2278]]},{"area":"170","points":[[1205,2171],[1205,2240],[1697,2240],[1697,2171]]},{"area":"17a","points":[[1412,2252],[1412,2501],[2039,2501],[2039,2252]]},{"area":"0ea","points":[[902,674],[978,674],[978,699],[953,724],[902,724]]},{"area":"15a","points":[[1555,1947],[1555,1791],[1630,1791],[1630,1947]]},{"area":"15c","points":[[1500,1790],[1500,1815],[1551,1815],[1551,1790]]}],"imageType":"map","grid":{"type":"square","size":78,"offsetX":-23,"offsetY":-12,"scale":3,"distance":10},"id":"bdb","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/005-202.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/006-203.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":32,"scale":3,"distance":10},"mapParent":{"id":"bdb","autoScale":true}}]},{"name":"Level 3: Sargauth Level","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/009-302.png"},"width":2259,"height":3000,"title":"Map 3","mapRegions":[{"area":"229","points":[[260,403],[260,553],[417,553],[417,403]]},{"area":"195","points":[[941,518],[941,616],[1091,616],[1091,518]]},{"area":"1a5","points":[[1089,658],[1089,798],[1354,798],[1354,658]]},{"area":"19c","points":[[1389,662],[1389,735],[1436,735],[1436,662]]},{"area":"22c","points":[[264,800],[264,892],[339,892],[339,800]]},{"area":"207","points":[[720,1575],[720,1667],[894,1667],[894,1575]]},{"area":"205","points":[[891,1120],[891,1205],[988,1205],[988,1120]]},{"area":"218","points":[[802,787],[802,927],[884,927],[884,787]]},{"area":"224","points":[[503,469],[503,541],[603,541],[603,469]]},{"area":"227","points":[[428,448],[428,611],[489,611],[489,448]]},{"area":"223","points":[[499,549],[499,635],[608,635],[608,549]]},{"area":"221","points":[[591,623],[591,679],[683,679],[683,623]]},{"area":"222","points":[[675,581],[675,636],[763,636],[763,581]]},{"area":"217","points":[[433,681],[433,735],[511,735],[511,681]]},{"area":"216","points":[[459,745],[459,814],[527,814],[527,745]]},{"area":"21b","points":[[584,685],[658,685],[658,768],[598,768],[598,805],[539,805],[539,746],[584,746]]},{"area":"21f","points":[[700,653],[738,653],[738,728],[675,728],[675,690],[700,690]]},{"area":"214","points":[[435,819],[435,870],[508,870],[508,819]]},{"area":"215","points":[[574,827],[613,827],[613,784],[649,784],[649,872],[574,872]]},{"area":"213","points":[[402,971],[458,971],[458,1002],[487,1002],[487,1065],[454,1065],[454,1018],[432,996],[402,996]]},{"area":"22e","points":[[273,1011],[310,989],[403,1003],[435,1086],[385,1160],[268,1092]]},{"area":"20d","points":[[400,1201],[502,1201],[502,1256],[485,1256],[485,1281],[400,1281]]},{"area":"20e","points":[[481,1082],[558,1082],[558,1144],[521,1144],[521,1185],[481,1185]]},{"area":"211","points":[[559,886],[621,886],[621,965],[598,965],[598,983],[518,983],[518,942],[559,942]]},{"area":"20f","points":[[537,1003],[581,1003],[581,1065],[500,1065],[500,1019],[537,1019]]},{"area":"20b","points":[[500,1345],[579,1345],[579,1201],[563,1201],[563,1160],[533,1160],[533,1196],[519,1196],[519,1278],[499,1278],[499,1297],[477,1297],[477,1314],[500,1314]]},{"area":"209","points":[[704,1116],[768,1067],[817,1069],[790,1175],[709,1206]]},{"area":"1ec","points":[[512,1453],[512,1600],[596,1600],[596,1453]]},{"area":"1e8","points":[[525,1655],[525,1779],[604,1779],[604,1655]]},{"area":"1ea","points":[[566,1783],[566,1918],[662,1918],[662,1783]]},{"area":"1e5","points":[[522,1996],[522,2111],[626,2111],[626,1996]]},{"area":"1e2","points":[[615,2235],[615,2308],[712,2308],[712,2235]]},{"area":"1e3","points":[[510,2348],[510,2493],[672,2493],[672,2348]]},{"area":"1de","points":[[784,2193],[784,2278],[919,2278],[919,2193]]},{"area":"1df","points":[[791,2322],[791,2438],[919,2438],[919,2322]]},{"area":"1cf","points":[[908,2502],[1016,2393],[1058,2393],[1058,2563],[908,2563]]},{"area":"1d9","points":[[831,1847],[1040,1847],[1040,1990],[995,1990],[955,2030],[955,2067],[831,2067]]},{"area":"1d5","points":[[999,1998],[963,2033],[963,2072],[912,2072],[912,2109],[973,2109],[973,2069],[1023,2019],[1023,1998]]},{"area":"1d2","points":[[976,2070],[1041,2004],[1090,2004],[1090,2065],[1006,2149],[976,2149]]},{"area":"1d1","points":[[1104,1709],[1104,1813],[1199,1813],[1199,1709]]},{"area":"1cb","points":[[1077,2154],[1199,2154],[1240,2195],[1240,2212],[1144,2308],[1077,2308]]},{"area":"1cd","points":[[1135,2320],[1245,2209],[1314,2209],[1314,2322],[1231,2405],[1197,2405],[1135,2337]]},{"area":"194","points":[[1216,410],[1216,499],[1343,499],[1343,410]]},{"area":"1b4","points":[[1498,1016],[1498,1116],[1606,1116],[1606,1016]]},{"area":"1b5","points":[[1584,878],[1584,1001],[1683,1001],[1683,878]]},{"area":"1ed","points":[[1082,913],[1082,1024],[1184,1024],[1184,913]]},{"area":"1ee","points":[[1258,1060],[1258,1209],[1363,1209],[1363,1060]]},{"area":"197","points":[[1463,493],[1514,441],[1569,441],[1569,483],[1510,541],[1463,541]]},{"area":"199","points":[[1561,521],[1586,495],[1617,495],[1687,565],[1687,628],[1561,628]]},{"area":"198","points":[[1631,637],[1631,763],[1751,763],[1751,637]]},{"area":"1bb","points":[[1868,490],[1868,599],[1962,599],[1962,490]]},{"area":"1ba","points":[[1847,828],[1847,926],[1940,926],[1940,828]]},{"area":"1c7","points":[[1826,1268],[1826,1451],[1983,1451],[1983,1268]]},{"area":"1b6","points":[[1533,1290],[1533,1384],[1631,1384],[1631,1290]]},{"area":"1c6","points":[[1773,1524],[1773,1680],[1912,1680],[1912,1524]]},{"area":"1c0","points":[[1366,1692],[1453,1605],[1556,1605],[1640,1689],[1640,1750],[1523,1750],[1470,1803],[1428,1803],[1366,1735]]},{"area":"1be","points":[[1533,1566],[1600,1633],[1629,1633],[1693,1568],[1610,1485]]},{"area":"1bf","points":[[1666,1626],[1666,1753],[1761,1753],[1761,1626]]},{"area":"1c2","points":[[1508,1778],[1508,1874],[1646,1874],[1646,1778]]},{"area":"1c3","points":[[1646,1766],[1646,1913],[1756,1913],[1756,1766]]},{"area":"1c5","points":[[1504,1883],[1504,2010],[1639,2010],[1639,1883]]},{"area":"201","points":[[1128,1311],[1128,1363],[1179,1363],[1179,1311]]},{"area":"1f4","points":[[1287,1246],[1287,1324],[1415,1324],[1415,1246]]},{"area":"1f8","points":[[1323,1332],[1323,1399],[1392,1399],[1392,1332]]},{"area":"1f7","points":[[1250,1398],[1250,1466],[1375,1466],[1375,1398]]},{"area":"1fc","points":[[1233,1469],[1233,1534],[1384,1534],[1384,1469]]},{"area":"1f9","points":[[1405,1385],[1405,1480],[1515,1480],[1515,1385]]},{"area":"1f1","points":[[1192,1278],[1270,1278],[1270,1336],[1310,1336],[1310,1395],[1192,1395]]},{"area":"1ff","points":[[1130,1380],[1176,1380],[1176,1420],[1233,1420],[1233,1481],[1130,1481]]},{"area":"1fd","points":[[1169,1538],[1169,1655],[1234,1655],[1234,1538]]},{"area":"202","points":[[1111,1287],[1111,1377],[1063,1377],[1063,1415],[1006,1415],[1006,1287]]},{"area":"203","points":[[1025,1432],[1086,1432],[1086,1396],[1117,1396],[1117,1537],[1025,1537]]},{"area":"205","points":[[755,1293],[755,1380],[842,1380],[842,1293]]},{"area":"1ef","points":[[1162,1212],[1162,1279],[1245,1279],[1245,1212]]},{"area":"192","points":[[1166,515],[1166,654],[1357,654],[1357,515]]},{"area":"1a4","points":[[1393,751],[1393,780],[1426,780],[1426,751]]},{"area":"19e","points":[[1357,709],[1357,746],[1388,746],[1388,709]]},{"area":"1a2","points":[[1369,788],[1369,845],[1428,845],[1428,788]]},{"area":"1af","points":[[1290,974],[1290,1005],[1330,1005],[1330,974]]},{"area":"1ab","points":[[1289,925],[1289,966],[1330,966],[1330,925]]},{"area":"1aa","points":[[1386,925],[1386,966],[1427,966],[1427,925]]},{"area":"1b1","points":[[1386,973],[1386,1005],[1429,1005],[1429,973]]},{"area":"1ac","points":[[1333,954],[1333,1003],[1380,1003],[1380,954]]},{"area":"1e7","points":[[513,1842],[523,1842],[534,1846],[544,1843],[545,1862],[550,1886],[550,1899],[557,1918],[566,1925],[556,1932],[538,1923],[527,1912],[506,1906],[510,1886],[513,1871],[514,1853]]},{"area":"1d7","points":[[881,1801],[881,1841],[957,1841],[957,1801]]}],"imageType":"map","grid":{"type":"square","size":59,"offsetX":33,"offsetY":5,"scale":3,"distance":10},"id":"bdc","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/009-302.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/010-303.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-42,"offsetY":28,"scale":3,"distance":10},"mapParent":{"id":"bdc","autoScale":true}}]},{"name":"Level 4: Twisted Caverns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/012-402.png"},"width":2259,"height":3000,"title":"Map 4","mapRegions":[{"area":"245","points":[[732,455],[732,621],[944,621],[944,455]]},{"area":"241","points":[[206,501],[206,856],[422,856],[422,501]]},{"area":"23f","points":[[422,627],[422,895],[647,895],[647,627]]},{"area":"243","points":[[676,634],[676,851],[887,851],[887,634]]},{"area":"24a","points":[[460,911],[460,1098],[700,1098],[700,911]]},{"area":"24d","points":[[927,709],[927,968],[1112,968],[1112,709]]},{"area":"250","points":[[1168,509],[1168,700],[1407,700],[1407,509]]},{"area":"259","points":[[1833,614],[1833,871],[2032,871],[2032,614]]},{"area":"256","points":[[1846,414],[1846,604],[2031,604],[2031,414]]},{"area":"255","points":[[1486,873],[1486,1039],[1669,1039],[1669,873]]},{"area":"261","points":[[1829,979],[1829,1119],[1946,1119],[1946,979]]},{"area":"264","points":[[1794,1153],[1794,1280],[1929,1280],[1929,1153]]},{"area":"25e","points":[[1649,1055],[1649,1352],[1789,1352],[1789,1055]]},{"area":"268","points":[[1235,1127],[1235,1342],[1412,1342],[1412,1127]]},{"area":"26b","points":[[1451,1273],[1451,1602],[1636,1602],[1636,1273]]},{"area":"26d","points":[[1734,1385],[1824,1385],[1898,1310],[2040,1310],[2040,1835],[1734,1835]]},{"area":"270","points":[[1594,1808],[1594,1968],[1748,1968],[1748,1808]]},{"area":"272","points":[[1651,1993],[1651,2240],[1820,2240],[1820,1993]]},{"area":"281","points":[[828,1238],[1002,1238],[1002,1422],[929,1494],[881,1494],[828,1438]]},{"area":"284","points":[[662,1412],[821,1412],[821,1442],[875,1496],[875,1561],[662,1561]]},{"area":"288","points":[[644,1585],[644,1700],[772,1700],[772,1585]]},{"area":"27e","points":[[807,1860],[807,1968],[905,1968],[905,1860]]},{"area":"28a","points":[[164,1707],[164,2148],[462,2148],[462,1707]]},{"area":"28c","points":[[354,2152],[354,2338],[520,2338],[520,2152]]},{"area":"27c","points":[[738,2042],[738,2244],[900,2244],[900,2042]]},{"area":"27a","points":[[984,2044],[1080,2044],[1184,2148],[1184,2244],[984,2244]]},{"area":"275","points":[[1255,1771],[1255,1924],[1373,1924],[1373,1771]]},{"area":"280","points":[[718,2401],[718,2496],[886,2496],[886,2401]]},{"area":"290","points":[[609,2480],[696,2480],[727,2511],[727,2618],[609,2618]]},{"area":"291","points":[[872,2555],[872,2682],[988,2682],[988,2555]]},{"area":"292","points":[[1008,2466],[1008,2618],[1226,2618],[1226,2466]]},{"area":"294","points":[[1234,2528],[1234,2666],[1380,2666],[1380,2528]]},{"area":"295","points":[[1392,2541],[1392,2652],[1541,2652],[1541,2541]]},{"area":"278","points":[[946,1864],[1278,1531],[1393,1531],[1430,1569],[1430,1613],[1579,1613],[1579,1932],[1368,2142],[1194,2142],[1082,2029],[946,2029],[946,1931],[1379,1931],[1379,1763],[1246,1763],[1246,1924],[946,1924]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":26,"offsetY":55,"scale":3,"distance":10},"id":"bdd","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/012-402.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/013-403.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":49,"offsetY":9,"scale":3,"distance":10},"mapParent":{"id":"bdd","autoScale":true}}]},{"name":"Level 5: Wyllowwood","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/016-502.png"},"width":2259,"height":3000,"title":"Map 5","mapRegions":[{"area":"2a9","points":[[927,419],[927,756],[1433,756],[1433,419]]},{"area":"2b4","points":[[648,825],[648,954],[786,954],[786,825]]},{"area":"2b3","points":[[812,804],[812,951],[889,951],[889,804]]},{"area":"2ad","points":[[1039,889],[1039,973],[1094,973],[1094,889]]},{"area":"2ae","points":[[1062,998],[1062,1101],[1162,1101],[1162,998]]},{"area":"2ba","points":[[560,1112],[560,1251],[728,1251],[728,1112]]},{"area":"2b5","points":[[626,744],[626,819],[755,819],[755,744]]},{"area":"2b6","points":[[367,806],[576,596],[692,596],[692,727],[614,727],[614,874],[511,976]]},{"area":"2ab","points":[[168,825],[360,825],[546,1011],[546,1551],[168,1551]]},{"area":"2a7","points":[[1042,768],[1256,768],[1256,924],[1100,924],[1100,878],[1042,878]]},{"area":"2a8","points":[[891,765],[1032,765],[1032,986],[1058,986],[1058,1185],[743,1185],[743,965],[891,965]]},{"area":"2a6","points":[[1125,931],[1125,986],[1168,986],[1168,1108],[1121,1108],[1121,1240],[1455,1240],[1355,1082],[1318,931]]},{"area":"2b8","points":[[734,1192],[1114,1192],[1114,1253],[1432,1253],[1432,1341],[1333,1341],[1333,1686],[1367,1686],[1450,1769],[1509,1769],[1509,1873],[1443,1938],[1348,1938],[1173,1763],[1022,1736],[968,1622],[971,1549],[900,1492],[796,1493],[775,1396],[691,1268],[734,1268]]},{"area":"2e1","points":[[1715,1144],[1715,1235],[1884,1235],[1884,1144]]},{"area":"2d4","points":[[1392,1626],[1547,1626],[1547,1742],[1440,1742],[1392,1685]]},{"area":"2de","points":[[1548,1600],[1548,1711],[1718,1711],[1718,1600]]},{"area":"2a3","points":[[1612,493],[1438,768],[1321,921],[1365,1080],[1474,1249],[1472,1347],[1439,1411],[1449,1484],[1508,1593],[1676,1593],[1671,1484],[1620,1394],[1626,1326],[1622,1289],[1530,1289],[1530,1163],[1631,1163],[1585,1040],[1491,946],[1546,812],[1713,660],[1713,493]]},{"area":"2e0","points":[[1532,1167],[1532,1285],[1660,1285],[1660,1167]]},{"area":"2a6","points":[[1338,1347],[1438,1347],[1438,1474],[1505,1594],[1505,1619],[1386,1619],[1386,1674],[1338,1674]]},{"area":"2d2","points":[[578,1262],[687,1262],[768,1401],[672,1566],[578,1566]]},{"area":"2d3","points":[[768,1416],[676,1569],[676,1734],[1007,1734],[959,1626],[965,1554],[898,1499],[792,1498]]},{"area":"2d0","points":[[484,2091],[484,2244],[574,2244],[574,2091]]},{"area":"2ce","points":[[419,2121],[439,2100],[480,2100],[480,2192],[461,2192],[461,2143],[438,2143]]},{"area":"2cb","points":[[416,2125],[437,2146],[459,2146],[459,2192],[439,2192],[419,2212],[397,2189],[397,2143]]},{"area":"2cd","points":[[421,2213],[438,2230],[480,2230],[480,2193],[440,2193]]},{"area":"2c3","points":[[399,2382],[438,2382],[460,2359],[460,2314],[438,2314],[399,2358]]},{"area":"2c4","points":[[400,2385],[440,2385],[462,2407],[462,2447],[433,2447],[400,2407]]},{"area":"2c6","points":[[465,2428],[504,2428],[504,2505],[424,2505],[424,2445],[465,2445]]},{"area":"2c9","points":[[508,2425],[508,2507],[600,2507],[600,2425]]},{"area":"2bb","points":[[440,2380],[463,2356],[556,2356],[556,2408],[463,2408]]},{"area":"2be","points":[[399,2598],[399,2571],[439,2531],[467,2531],[467,2578],[442,2598]]},{"area":"2c1","points":[[399,2600],[440,2600],[465,2625],[465,2664],[435,2664],[399,2623]]},{"area":"2bb","points":[[440,2598],[464,2573],[551,2573],[551,2622],[461,2622]]},{"area":"2e8","points":[[1151,2415],[1151,2504],[1275,2504],[1275,2415]]},{"area":"2f4","points":[[1356,2535],[1356,2636],[1464,2636],[1464,2535]]},{"area":"2e3","points":[[939,1847],[939,1936],[1039,1936],[1039,1847]]},{"area":"2f8","points":[[1048,1774],[1178,1774],[1198,1794],[1125,1866]]},{"area":"2fa","points":[[1175,1888],[1211,1851],[1250,1890],[1212,1928]]},{"area":"2fc","points":[[1236,1946],[1269,1913],[1306,1950],[1272,1985]]},{"area":"301","points":[[1305,1998],[1391,1998],[1391,2040],[1305,2040]]},{"area":"303","points":[[1068,1886],[1108,1886],[1175,1953],[1141,1987],[1129,1975],[1068,1975]]},{"area":"2e5","points":[[958,1947],[958,2025],[1038,2025],[1038,1947]]},{"area":"2e6","points":[[1001,2038],[1001,2112],[1080,2112],[1080,2038]]},{"area":"2e7","points":[[1031,2122],[1031,2262],[1101,2262],[1101,2122]]},{"area":"305","points":[[1142,1986],[1174,1953],[1214,1993],[1180,2027]]},{"area":"306","points":[[1182,2026],[1214,1993],[1261,2040],[1261,2081],[1193,2081],[1193,2040]]},{"area":"307","points":[[1152,2102],[1152,2152],[1284,2152],[1284,2102]]},{"area":"30b","points":[[1301,2079],[1301,2147],[1351,2147],[1351,2079]]},{"area":"30e","points":[[1349,2079],[1349,2168],[1431,2168],[1431,2079]]},{"area":"2ea","points":[[1472,2155],[1472,2239],[1545,2239],[1545,2155]]},{"area":"2ec","points":[[1468,2249],[1468,2311],[1551,2311],[1551,2249]]},{"area":"2ee","points":[[1471,2318],[1471,2389],[1591,2389],[1591,2318]]},{"area":"2f0","points":[[1469,2400],[1469,2459],[1579,2459],[1579,2400]]},{"area":"2f1","points":[[1461,2472],[1461,2579],[1574,2579],[1574,2472]]},{"area":"322","points":[[1325,2422],[1325,2472],[1413,2472],[1413,2422]]},{"area":"31f","points":[[1305,2362],[1305,2425],[1395,2425],[1395,2362]]},{"area":"321","points":[[1391,2340],[1391,2428],[1435,2428],[1435,2340]]},{"area":"31c","points":[[1392,2192],[1392,2301],[1434,2301],[1434,2192]]},{"area":"319","points":[[1305,2213],[1389,2213],[1389,2320],[1366,2320],[1347,2338],[1305,2338]]},{"area":"312","points":[[1155,2169],[1218,2169],[1218,2229],[1199,2229],[1199,2252],[1155,2252]]},{"area":"313","points":[[1218,2168],[1218,2233],[1284,2233],[1284,2168]]},{"area":"315","points":[[1196,2229],[1196,2275],[1281,2275],[1281,2229]]},{"area":"316","points":[[1154,2253],[1198,2253],[1198,2275],[1279,2275],[1279,2361],[1175,2361],[1154,2339]]}],"imageType":"map","grid":{"type":"square","size":65,"offsetX":8,"offsetY":-53,"scale":3,"distance":10},"id":"bde","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/016-502.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/017-503.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":30,"offsetY":28,"scale":3,"distance":10},"mapParent":{"id":"bde","autoScale":true}}]},{"name":"Level 6: Lost Level","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/019-602.png"},"width":2259,"height":3000,"title":"Map 6","mapRegions":[{"area":"36a","points":[[520,370],[520,527],[739,527],[739,370]]},{"area":"36c","points":[[344,380],[344,476],[516,476],[516,380]]},{"area":"363","points":[[573,607],[573,777],[747,777],[747,607]]},{"area":"361","points":[[544,783],[544,1001],[781,1001],[781,783]]},{"area":"32a","points":[[789,741],[789,839],[924,839],[924,741]]},{"area":"32d","points":[[923,740],[923,840],[1056,840],[1056,740]]},{"area":"331","points":[[1061,646],[1061,764],[1217,764],[1217,646]]},{"area":"32f","points":[[960,434],[960,563],[1081,563],[1081,434]]},{"area":"329","points":[[806,489],[806,677],[933,677],[933,489]]},{"area":"335","points":[[1570,369],[1570,567],[1700,567],[1700,369]]},{"area":"33e","points":[[1879,371],[1879,600],[2041,600],[2041,371]]},{"area":"33b","points":[[1739,397],[1739,671],[1876,671],[1876,397]]},{"area":"338","points":[[1437,609],[1437,763],[1591,763],[1591,609]]},{"area":"33a","points":[[1476,760],[1476,834],[1589,834],[1589,760]]},{"area":"350","points":[[1146,929],[1146,1063],[1251,1063],[1251,929]]},{"area":"367","points":[[304,640],[566,640],[529,836],[346,836]]},{"area":"36e","points":[[513,1191],[513,1280],[674,1280],[674,1191]]},{"area":"35f","points":[[803,1103],[803,1209],[980,1209],[980,1103]]},{"area":"353","points":[[996,1056],[996,1216],[1220,1216],[1220,1056]]},{"area":"333","points":[[1134,763],[1217,763],[1217,685],[1286,685],[1286,856],[1134,856]]},{"area":"34d","points":[[1300,820],[1300,971],[1487,971],[1487,820]]},{"area":"345","points":[[1777,849],[1777,969],[1871,969],[1871,849]]},{"area":"343","points":[[1579,820],[1579,1001],[1764,1001],[1764,820]]},{"area":"347","points":[[1576,1054],[1576,1170],[1694,1170],[1694,1054]]},{"area":"349","points":[[1711,1054],[1711,1176],[1831,1176],[1831,1054]]},{"area":"34c","points":[[1880,1051],[1880,1186],[2010,1186],[2010,1051]]},{"area":"3bd","points":[[1353,1033],[1353,1194],[1513,1194],[1513,1033]]},{"area":"365","points":[[409,1020],[409,1179],[596,1179],[596,1020]]},{"area":"370","points":[[796,1220],[796,1339],[896,1339],[896,1220]]},{"area":"36d","points":[[379,1190],[379,1416],[503,1416],[503,1190]]},{"area":"36f","points":[[516,1293],[516,1483],[674,1483],[674,1293]]},{"area":"371","points":[[457,1490],[457,1590],[637,1590],[637,1490]]},{"area":"372","points":[[346,1740],[346,1860],[640,1860],[640,1740]]},{"area":"375","points":[[417,1856],[417,1993],[531,1993],[531,1856]]},{"area":"378","points":[[353,1997],[353,2077],[507,2077],[507,1997]]},{"area":"379","points":[[447,2150],[510,2150],[577,2082],[577,2056],[513,2056],[513,2086],[447,2086]]},{"area":"37e","points":[[329,2254],[329,2330],[534,2330],[534,2254]]},{"area":"37f","points":[[416,2336],[416,2471],[566,2471],[566,2336]]},{"area":"381","points":[[761,1777],[761,1921],[874,1921],[874,1777]]},{"area":"385","points":[[827,1604],[827,1689],[980,1689],[980,1604]]},{"area":"384","points":[[690,1611],[690,1717],[829,1717],[829,1611]]},{"area":"35c","points":[[1030,1771],[1030,1967],[1179,1967],[1179,1771]]},{"area":"359","points":[[999,1537],[1210,1537],[1210,1647],[1176,1647],[1176,1749],[1029,1749],[1029,1648],[999,1648]]},{"area":"3a8","points":[[1407,1603],[1407,1793],[1626,1793],[1626,1603]]},{"area":"3b8","points":[[1539,1260],[1539,1484],[1630,1484],[1630,1260]]},{"area":"3b6","points":[[1910,1430],[1910,1557],[2043,1557],[2043,1430]]},{"area":"3b5","points":[[1916,1629],[1916,1761],[2043,1761],[2043,1629]]},{"area":"3b3","points":[[1916,1839],[1916,1963],[2043,1963],[2043,1839]]},{"area":"39f","points":[[1503,1907],[1503,2024],[1666,2024],[1666,1907]]},{"area":"3b0","points":[[1736,1664],[1736,1836],[1839,1836],[1839,1664]]},{"area":"3b1","points":[[1723,1521],[1723,1660],[1827,1660],[1827,1521]]},{"area":"38a","points":[[1207,2016],[1207,2130],[1383,2130],[1383,2016]]},{"area":"39a","points":[[1597,2484],[1597,2620],[1740,2620],[1740,2484]]},{"area":"38c","points":[[719,2180],[719,2474],[874,2474],[874,2180]]},{"area":"38f","points":[[583,2259],[583,2390],[726,2390],[726,2259]]},{"area":"38e","points":[[879,2181],[879,2307],[993,2307],[993,2181]]},{"area":"386","points":[[766,1940],[766,2127],[899,2127],[899,1940]]},{"area":"388","points":[[960,1980],[960,2170],[1216,2170],[1216,1980]]},{"area":"390","points":[[1099,2227],[1099,2357],[1279,2357],[1279,2227]]},{"area":"395","points":[[1271,2387],[1323,2334],[1403,2413],[1345,2471]]},{"area":"392","points":[[1480,2200],[1537,2142],[1488,2092],[1488,2045],[1436,2045],[1436,2161]]},{"area":"3b2","points":[[1761,2087],[1761,2270],[1889,2270],[1889,2087]]},{"area":"39c","points":[[1756,2313],[1756,2510],[1869,2510],[1869,2313]]},{"area":"398","points":[[1570,2279],[1570,2477],[1749,2477],[1749,2279]]},{"area":"393","points":[[1404,2213],[1404,2471],[1527,2471],[1527,2213]]},{"area":"37b","points":[[333,2153],[386,2099],[440,2153],[513,2153],[562,2104],[615,2157],[561,2210],[561,2257],[382,2257],[382,2206]]},{"area":"3a6","points":[[1197,1817],[1197,1914],[1274,1914],[1274,1817]]},{"area":"3a1","points":[[1247,1679],[1247,1820],[1389,1820],[1389,1679]]},{"area":"3a3","points":[[1213,1609],[1296,1609],[1296,1671],[1242,1671],[1242,1813],[1198,1813],[1198,1648],[1213,1648]]},{"area":"3bc","points":[[1370,1227],[1370,1419],[1524,1419],[1524,1227]]},{"area":"356","points":[[899,1264],[937,1264],[937,1225],[1279,1225],[1279,1267],[1317,1267],[1317,1331],[1351,1331],[1351,1443],[1312,1443],[1312,1509],[1280,1509],[1280,1580],[1213,1580],[1213,1535],[992,1535],[992,1576],[930,1576],[930,1509],[895,1509],[895,1440],[865,1440],[865,1335],[899,1335]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":23,"offsetY":-7,"scale":3,"distance":10},"id":"bdf","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/019-602.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/020-603.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":67,"scale":3,"distance":10},"mapParent":{"id":"bdf","autoScale":true}}]},{"name":"Level 7: Maddgoth's Castle","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/022-702.png"},"width":2513,"height":3338,"title":"Map 7","mapRegions":[{"area":"3ee","points":[[897,247],[1040,247],[1040,344],[943,407],[897,347]]},{"area":"3ed","points":[[946,409],[1043,347],[1139,347],[1139,560],[1028,560],[946,489]]},{"area":"3f1","points":[[581,240],[659,240],[730,311],[786,531],[727,551]]},{"area":"3f0","points":[[736,301],[890,301],[890,409],[931,409],[931,571],[786,571],[763,413]]},{"area":"3c9","points":[[390,609],[390,870],[607,870],[607,609]]},{"area":"3ca","points":[[300,1114],[300,1331],[453,1331],[453,1114]]},{"area":"3ce","points":[[920,969],[920,1131],[1067,1131],[1067,969]]},{"area":"3cb","points":[[724,1311],[944,1149],[1060,1149],[1060,1251],[839,1443],[724,1443]]},{"area":"3d4","points":[[1580,1129],[1580,1404],[1807,1404],[1807,1129]]},{"area":"3d5","points":[[1936,844],[1936,1076],[2093,1076],[2093,844]]},{"area":"3e1","points":[[2166,923],[2166,1071],[2286,1071],[2286,923]]},{"area":"3de","points":[[2086,666],[2086,919],[2241,919],[2241,666]]},{"area":"3e2","points":[[1993,214],[1993,394],[2226,394],[2226,214]]},{"area":"3eb","points":[[1726,234],[1951,234],[1951,446],[1855,446],[1726,283]]},{"area":"3e5","points":[[1724,570],[1805,488],[1877,488],[1877,699],[1724,699]]},{"area":"3db","points":[[1894,456],[1894,661],[2217,661],[2217,456]]},{"area":"3e9","points":[[1480,354],[1480,494],[1590,494],[1590,354]]},{"area":"3e6","points":[[1587,301],[1731,301],[1847,451],[1700,586],[1587,586]]},{"area":"3d9","points":[[1703,740],[1703,1079],[1924,1079],[1924,740]]},{"area":"3d3","points":[[1464,1280],[1464,1439],[1570,1439],[1570,1280]]},{"area":"3d1","points":[[1273,1200],[1273,1429],[1461,1429],[1461,1200]]},{"area":"3cf","points":[[967,1336],[1086,1233],[1180,1233],[1180,1420],[967,1420]]},{"area":"3f3","points":[[1181,1087],[1297,1087],[1420,1159],[1420,1193],[1181,1193]]},{"area":"3f4","points":[[1120,729],[1107,884],[1217,986],[1350,1039],[1567,991],[1596,844],[1471,571],[1351,571]]},{"area":"3f3","points":[[1090,564],[1314,564],[1314,590],[1123,713]]},{"area":"3f3","points":[[1534,690],[1687,690],[1687,940],[1580,940],[1600,843]]},{"area":"3ff","points":[[263,1501],[263,1677],[409,1677],[409,1501]]},{"area":"400","points":[[799,1503],[799,1681],[947,1681],[947,1503]]},{"area":"417","points":[[737,1679],[737,1824],[857,1824],[857,1679]]},{"area":"404","points":[[513,1753],[513,1939],[699,1939],[699,1753]]},{"area":"411","points":[[513,1603],[513,1751],[629,1751],[629,1603]]},{"area":"415","points":[[736,1827],[736,1940],[900,1940],[900,1827]]},{"area":"401","points":[[800,1944],[800,2113],[949,2113],[949,1944]]},{"area":"3f8","points":[[529,2000],[529,2149],[676,2149],[676,2000]]},{"area":"3fe","points":[[267,1936],[267,2109],[410,2109],[410,1936]]},{"area":"406","points":[[399,1831],[399,1939],[470,1939],[470,1831]]},{"area":"40b","points":[[294,1681],[294,1936],[399,1936],[399,1681]]},{"area":"40c","points":[[400,1681],[400,1786],[467,1786],[467,1681]]},{"area":"412","points":[[631,1604],[631,1750],[699,1750],[699,1604]]},{"area":"418","points":[[857,1683],[857,1754],[1006,1754],[1006,1683]]},{"area":"419","points":[[859,1757],[859,1829],[1009,1829],[1009,1757]]},{"area":"3fd","points":[[413,1940],[796,1940],[796,2074],[679,2074],[679,1996],[522,1996],[522,2074],[413,2074]]},{"area":"41f","points":[[1551,1503],[1551,1694],[1701,1694],[1701,1503]]},{"area":"421","points":[[2094,1503],[2094,1694],[2237,1694],[2237,1503]]},{"area":"428","points":[[1589,1754],[1589,1926],[1760,1926],[1760,1754]]},{"area":"425","points":[[1803,1677],[1803,1756],[1989,1756],[1989,1677]]},{"area":"41a","points":[[1703,1591],[1703,1679],[2096,1679],[2096,1591]]},{"area":"42d","points":[[2030,1754],[2030,1831],[2194,1831],[2194,1754]]},{"area":"431","points":[[2030,1836],[2030,1923],[2193,1923],[2193,1836]]},{"area":"423","points":[[2101,1930],[2101,2111],[2234,2111],[2234,1930]]},{"area":"433","points":[[1834,2020],[1834,2149],[1959,2149],[1959,2020]]},{"area":"41c","points":[[1556,1926],[1556,2110],[1694,2110],[1694,1926]]},{"area":"42c","points":[[1694,1930],[1694,2016],[1766,2016],[1766,1930]]},{"area":"432","points":[[2029,1926],[2029,2019],[2097,2019],[2097,1926]]},{"area":"44c","points":[[1526,2214],[1526,2877],[2257,2877],[2257,2214]]},{"area":"438","points":[[260,2227],[260,2419],[410,2419],[410,2227]]},{"area":"439","points":[[797,2227],[797,2416],[941,2416],[941,2227]]},{"area":"443","points":[[680,2203],[680,2316],[789,2316],[789,2203]]},{"area":"441","points":[[509,2274],[509,2431],[697,2431],[697,2274]]},{"area":"448","points":[[303,2517],[303,2659],[466,2659],[466,2517]]},{"area":"445","points":[[737,2514],[737,2663],[903,2663],[903,2514]]},{"area":"43f","points":[[801,2660],[801,2829],[946,2829],[946,2660]]},{"area":"44b","points":[[510,2707],[510,2873],[697,2873],[697,2707]]},{"area":"437","points":[[263,2659],[263,2833],[416,2833],[416,2659]]},{"area":"435","points":[[300,2426],[300,2513],[907,2513],[907,2426]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":12,"scale":3,"distance":10},"id":"be0","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/022-702.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/023-703.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":42,"scale":3,"distance":10},"mapParent":{"id":"be0","autoScale":true}}]},{"name":"Level 8: Slitherswamp","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/025-802.png"},"width":2259,"height":3000,"title":"Map 8","mapRegions":[{"area":"49b","points":[[1789,439],[1883,376],[1883,273],[1752,273],[1752,407]]},{"area":"499","points":[[1790,443],[1884,381],[2006,381],[2006,520],[1946,520],[1790,476]]},{"area":"498","points":[[1790,480],[1940,523],[1950,630],[1829,673],[1747,581]]},{"area":"492","points":[[1163,823],[1163,1071],[1289,1071],[1289,823]]},{"area":"48f","points":[[1110,991],[1160,991],[1160,1073],[1287,1073],[1287,992],[1337,992],[1337,1167],[1110,1167]]},{"area":"48e","points":[[1144,1171],[1144,1339],[1303,1339],[1303,1171]]},{"area":"49f","points":[[1181,483],[1329,441],[1336,494],[1249,580]]},{"area":"49e","points":[[1179,487],[1247,586],[1210,636],[1153,627],[1099,573]]},{"area":"495","points":[[1506,739],[1629,600],[1734,600],[1816,854],[1736,1053],[1550,1053]]},{"area":"488","points":[[1651,1079],[1651,1230],[1807,1230],[1807,1079]]},{"area":"48a","points":[[1910,1514],[1910,1719],[2083,1719],[2083,1514]]},{"area":"48b","points":[[1899,1849],[1949,1753],[2070,1753],[2070,2001],[1899,2001]]},{"area":"481","points":[[1957,2119],[1957,2306],[2070,2306],[2070,2119]]},{"area":"482","points":[[1876,2020],[2067,2020],[2067,2110],[1949,2110],[1949,2180],[1908,2180]]},{"area":"47d","points":[[1931,2636],[1931,2753],[2030,2753],[2030,2636]]},{"area":"477","points":[[1551,2203],[1551,2357],[1679,2357],[1679,2203]]},{"area":"45a","points":[[253,1150],[253,1357],[453,1357],[453,1150]]},{"area":"463","points":[[547,2136],[547,2300],[770,2300],[770,2136]]},{"area":"480","points":[[1587,2547],[1587,2751],[1716,2751],[1716,2547]]},{"area":"47c","points":[[1727,2576],[1727,2681],[1930,2681],[1930,2576]]},{"area":"47a","points":[[1736,2311],[1736,2573],[2040,2573],[2040,2311]]},{"area":"487","points":[[1689,1466],[1689,1666],[1790,1666],[1790,1466]]},{"area":"4a3","points":[[659,404],[891,404],[891,569],[819,640],[659,640]]},{"area":"4a1","points":[[834,646],[903,576],[1069,576],[1069,714],[954,828],[834,828]]},{"area":"458","points":[[453,957],[453,1313],[831,1313],[831,957]]},{"area":"456","points":[[500,831],[500,957],[737,957],[737,831]]},{"area":"460","points":[[734,1373],[734,1593],[889,1593],[889,1373]]},{"area":"45d","points":[[311,1390],[407,1390],[407,1490],[352,1490],[261,1627],[246,1719],[213,1719],[213,1585]]},{"area":"461","points":[[387,1739],[387,1963],[587,1963],[587,1739]]},{"area":"48d","points":[[1050,1361],[1050,1690],[1349,1690],[1349,1361]]},{"area":"471","points":[[1274,1793],[1274,1990],[1441,1990],[1441,1793]]},{"area":"46f","points":[[1103,1917],[1103,2144],[1264,2144],[1264,1917]]},{"area":"474","points":[[1013,2463],[1013,2654],[1177,2654],[1177,2463]]},{"area":"476","points":[[1356,2511],[1356,2747],[1583,2747],[1583,2511]]},{"area":"473","points":[[880,2216],[880,2464],[1180,2464],[1180,2216]]},{"area":"469","points":[[723,1854],[723,2100],[946,2100],[946,1854]]},{"area":"483","points":[[1477,1856],[1477,2140],[1769,2140],[1769,1856]]},{"area":"486","points":[[1703,1670],[1904,1670],[1904,1820],[1870,1853],[1703,1853]]},{"area":"45f","points":[[354,1491],[406,1491],[406,1428],[491,1428],[491,1590],[354,1590]]},{"area":"465","points":[[307,2247],[307,2467],[547,2467],[547,2247]]},{"area":"467","points":[[279,2471],[279,2731],[476,2731],[476,2471]]},{"area":"475","points":[[880,2471],[880,2736],[1007,2736],[1007,2471]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":23,"offsetY":17,"scale":3,"distance":10},"id":"be1","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/025-802.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/026-803.jpg"},"title":"Player Version","width":2175,"height":2955,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":32,"scale":3,"distance":10},"mapParent":{"id":"be1","autoScale":true}}]},{"name":"Level 9: Dweomercore","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/028-902.png"},"width":2259,"height":3000,"grid":{"type":"square","size":68,"offsetX":40,"offsetY":15,"scale":2,"distance":10},"title":"Map 9","mapRegions":[{"area":"4b6","points":[[416,499],[416,589],[539,589],[539,499]]},{"area":"4b7","points":[[239,534],[239,727],[336,727],[336,534]]},{"area":"4b4","points":[[347,607],[347,801],[467,801],[467,607]]},{"area":"4b8","points":[[347,810],[347,931],[464,931],[464,810]]},{"area":"4ba","points":[[479,770],[479,909],[569,909],[569,770]]},{"area":"4dc","points":[[684,501],[684,630],[847,630],[847,501]]},{"area":"4cf","points":[[580,706],[580,794],[697,794],[697,706]]},{"area":"4d1","points":[[729,704],[729,796],[841,796],[841,704]]},{"area":"4d4","points":[[583,811],[583,900],[697,900],[697,811]]},{"area":"4d5","points":[[731,810],[731,899],[841,899],[841,810]]},{"area":"4d7","points":[[586,914],[586,999],[704,999],[704,914]]},{"area":"4da","points":[[733,911],[733,1000],[841,1000],[841,911]]},{"area":"4de","points":[[857,737],[857,866],[983,866],[983,737]]},{"area":"4e0","points":[[889,916],[889,996],[1016,996],[1016,916]]},{"area":"4e7","points":[[1116,471],[1269,471],[1269,580],[1215,633],[1116,633]]},{"area":"4ea","points":[[1217,633],[1270,580],[1344,580],[1344,703],[1276,703]]},{"area":"4f7","points":[[1401,571],[1401,793],[1661,793],[1661,571]]},{"area":"4e3","points":[[996,631],[996,763],[1121,763],[1121,631]]},{"area":"4f4","points":[[1123,771],[1123,933],[1393,933],[1393,771]]},{"area":"4f5","points":[[1410,799],[1410,899],[1943,899],[1943,799]]},{"area":"4ed","points":[[1026,771],[1026,1131],[1117,1131],[1117,771]]},{"area":"4bc","points":[[620,1014],[620,1240],[737,1240],[737,1014]]},{"area":"4be","points":[[310,946],[310,1039],[470,1039],[470,946]]},{"area":"4bb","points":[[451,1077],[451,1209],[569,1209],[569,1077]]},{"area":"4fb","points":[[1541,914],[1541,1031],[1696,1031],[1696,914]]},{"area":"506","points":[[1713,897],[1713,1106],[1826,1106],[1826,897]]},{"area":"503","points":[[1957,869],[1957,1100],[2054,1100],[2054,869]]},{"area":"4fd","points":[[1541,1117],[1541,1244],[1699,1244],[1699,1117]]},{"area":"4bf","points":[[200,1050],[200,1207],[364,1207],[364,1050]]},{"area":"4c2","points":[[240,1317],[240,1447],[409,1447],[409,1317]]},{"area":"4c5","points":[[484,1256],[484,1363],[560,1363],[560,1256]]},{"area":"4c7","points":[[560,1256],[560,1363],[633,1363],[633,1256]]},{"area":"4c9","points":[[487,1399],[487,1511],[561,1511],[561,1399]]},{"area":"4ca","points":[[560,1400],[560,1511],[634,1511],[634,1400]]},{"area":"4cc","points":[[774,1097],[875,995],[959,1078],[856,1181]]},{"area":"512","points":[[1237,1286],[1342,1180],[1421,1260],[1314,1366]]},{"area":"515","points":[[1321,1421],[1400,1341],[1480,1421],[1400,1501]]},{"area":"4f0","points":[[956,1186],[956,1379],[1186,1379],[1186,1186]]},{"area":"4cb","points":[[653,1287],[653,1471],[801,1471],[801,1287]]},{"area":"51d","points":[[796,1467],[796,1611],[907,1611],[907,1467]]},{"area":"51b","points":[[927,1463],[927,1583],[1079,1583],[1079,1463]]},{"area":"520","points":[[586,1529],[586,1747],[737,1747],[737,1529]]},{"area":"522","points":[[233,1757],[233,1956],[440,1956],[440,1757]]},{"area":"525","points":[[243,2003],[243,2194],[437,2194],[437,2003]]},{"area":"52a","points":[[520,1796],[520,1963],[681,1963],[681,1796]]},{"area":"52e","points":[[513,1967],[513,2164],[716,2164],[716,1967]]},{"area":"531","points":[[719,2041],[719,2194],[877,2194],[877,2041]]},{"area":"54e","points":[[551,2213],[551,2386],[727,2386],[727,2213]]},{"area":"529","points":[[926,1901],[926,2094],[1084,2094],[1084,1901]]},{"area":"518","points":[[950,1590],[950,1894],[1053,1894],[1053,1590]]},{"area":"51f","points":[[779,1611],[779,1840],[887,1840],[887,1611]]},{"area":"517","points":[[1120,1570],[1120,1774],[1289,1774],[1289,1570]]},{"area":"535","points":[[1296,1756],[1296,1926],[1531,1926],[1531,1756]]},{"area":"534","points":[[1120,1827],[1120,1953],[1253,1953],[1253,1827]]},{"area":"546","points":[[987,2171],[987,2359],[1120,2359],[1120,2171]]},{"area":"547","points":[[984,2361],[984,2501],[1124,2501],[1124,2361]]},{"area":"54d","points":[[619,2419],[619,2601],[763,2601],[763,2419]]},{"area":"54b","points":[[790,2210],[790,2354],[981,2354],[981,2210]]},{"area":"549","points":[[759,2353],[867,2353],[867,2486],[819,2533],[759,2533]]},{"area":"54f","points":[[823,2539],[878,2483],[970,2575],[912,2633]]},{"area":"53d","points":[[1544,2176],[1544,2367],[1771,2367],[1771,2176]]},{"area":"540","points":[[1676,1867],[1676,2023],[1831,2023],[1831,1867]]},{"area":"542","points":[[1671,1767],[1671,1863],[1837,1863],[1837,1767]]},{"area":"50b","points":[[1613,1311],[1613,1449],[1800,1449],[1800,1311]]},{"area":"50a","points":[[1786,1119],[1786,1284],[1994,1284],[1994,1119]]},{"area":"502","points":[[1824,911],[1824,1097],[1959,1097],[1959,911]]},{"area":"516","points":[[1403,1336],[1477,1261],[1554,1338],[1480,1411]]},{"area":"4fe","points":[[1404,949],[1404,1207],[1533,1207],[1533,949]]},{"area":"53b","points":[[1404,2004],[1404,2130],[1597,2130],[1597,2004]]},{"area":"537","points":[[1550,1561],[1466,1644],[1502,1680],[1484,1698],[1563,1778],[1627,1778],[1627,1632]]},{"area":"50f","points":[[1667,1453],[1667,1553],[1841,1553],[1841,1453]]},{"area":"510","points":[[1657,1640],[1657,1763],[1893,1763],[1893,1640]]}],"imageType":"map","id":"be2","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/028-902.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/029-903.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":-49,"offsetY":20,"scale":3,"distance":10},"mapParent":{"id":"be2","autoScale":true}}]},{"name":"Level 10: Muiral's Gauntlet","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/031-10-02.png"},"width":2259,"height":3000,"title":"Map 10","mapRegions":[{"area":"56a","points":[[369,444],[369,586],[556,586],[556,444]]},{"area":"569","points":[[559,444],[559,587],[650,587],[650,444]]},{"area":"562","points":[[819,510],[819,613],[957,613],[957,510]]},{"area":"562","points":[[956,429],[956,697],[1176,697],[1176,429]]},{"area":"571","points":[[1336,617],[1336,806],[1480,806],[1480,617]]},{"area":"573","points":[[1510,706],[1510,803],[1613,803],[1613,706]]},{"area":"56e","points":[[1214,813],[1214,997],[1357,997],[1357,813]]},{"area":"55d","points":[[974,786],[974,931],[1039,931],[1039,786]]},{"area":"55f","points":[[779,721],[779,786],[980,786],[980,721]]},{"area":"598","points":[[647,656],[647,757],[753,757],[753,656]]},{"area":"596","points":[[644,790],[644,899],[754,899],[754,790]]},{"area":"58f","points":[[221,660],[221,770],[327,770],[327,660]]},{"area":"591","points":[[219,786],[219,891],[324,891],[324,786]]},{"area":"592","points":[[351,874],[351,959],[430,959],[430,874]]},{"area":"57d","points":[[214,1090],[214,1279],[390,1279],[390,1090]]},{"area":"57b","points":[[624,961],[624,1197],[811,1197],[811,961]]},{"area":"57a","points":[[820,1004],[820,1154],[930,1154],[930,1004]]},{"area":"577","points":[[991,1100],[991,1174],[1101,1174],[1101,1100]]},{"area":"578","points":[[1311,1110],[1311,1194],[1421,1194],[1421,1110]]},{"area":"595","points":[[537,854],[537,1001],[613,1001],[613,854]]},{"area":"58d","points":[[331,687],[641,687],[641,854],[530,854],[530,903],[433,903],[433,858],[330,858],[330,730],[376,730],[376,820],[593,820],[593,730],[331,730]]},{"area":"58b","points":[[377,733],[377,817],[591,817],[591,733]]},{"area":"58b","points":[[394,596],[394,679],[577,679],[577,596]]},{"area":"582","points":[[516,1219],[516,1329],[669,1329],[669,1219]]},{"area":"584","points":[[306,1284],[306,1450],[449,1450],[449,1284]]},{"area":"586","points":[[753,1304],[753,1480],[881,1480],[881,1304]]},{"area":"588","points":[[519,1350],[519,1564],[664,1564],[664,1350]]},{"area":"58b","points":[[480,1676],[480,1776],[704,1776],[704,1676]]},{"area":"5ac","points":[[803,1653],[803,1793],[939,1793],[939,1653]]},{"area":"5ae","points":[[937,1654],[937,1791],[1069,1791],[1069,1654]]},{"area":"5b0","points":[[1067,1656],[1067,1791],[1196,1791],[1196,1656]]},{"area":"5b2","points":[[1197,1656],[1197,1793],[1327,1793],[1327,1656]]},{"area":"5b6","points":[[1327,1656],[1327,1793],[1457,1793],[1457,1656]]},{"area":"599","points":[[929,1264],[929,1474],[1357,1474],[1357,1264]]},{"area":"59b","points":[[1361,1286],[1361,1431],[1504,1431],[1504,1286]]},{"area":"59e","points":[[1509,1284],[1509,1426],[1696,1426],[1696,1284]]},{"area":"5a5","points":[[1740,1153],[1740,1284],[1831,1284],[1831,1153]]},{"area":"5a1","points":[[1701,1284],[1701,1433],[1829,1433],[1829,1284]]},{"area":"5a3","points":[[1719,1451],[1719,1567],[1837,1567],[1837,1451]]},{"area":"5a9","points":[[1141,1480],[1141,1581],[1289,1581],[1289,1480]]},{"area":"5a7","points":[[841,1587],[841,1650],[1486,1650],[1486,1587]]},{"area":"58d","points":[[409,1537],[514,1537],[514,1567],[556,1567],[556,1627],[409,1627]]},{"area":"58d","points":[[627,1567],[669,1567],[669,1532],[780,1532],[780,1630],[627,1630]]},{"area":"5ef","points":[[616,1874],[786,1874],[839,1923],[804,2047],[721,2033],[639,1959]]},{"area":"595","points":[[671,1803],[671,1871],[799,1871],[799,1803]]},{"area":"5b9","points":[[820,1799],[820,1866],[1471,1866],[1471,1799]]},{"area":"5ba","points":[[1469,1761],[1469,1906],[1614,1906],[1614,1761]]},{"area":"5bd","points":[[1617,1777],[1617,1884],[1743,1884],[1743,1777]]},{"area":"5c0","points":[[1763,1750],[1763,1931],[1901,1931],[1901,1750]]},{"area":"5c2","points":[[1589,1966],[1589,2104],[1710,2104],[1710,1966]]},{"area":"5c6","points":[[1334,1991],[1334,2106],[1479,2106],[1479,1991]]},{"area":"5c5","points":[[1413,1951],[1521,1951],[1521,2047],[1479,2047],[1479,1989],[1413,1989]]},{"area":"5c9","points":[[1307,2120],[1307,2204],[1723,2204],[1723,2120]]},{"area":"5cf","points":[[947,1953],[947,2329],[1307,2329],[1307,1953]]},{"area":"5d4","points":[[753,2184],[844,2146],[944,2146],[944,2246],[840,2246],[753,2211]]},{"area":"5d1","points":[[1061,2326],[1061,2416],[1176,2416],[1176,2326]]},{"area":"5de","points":[[1190,2361],[1190,2451],[1279,2451],[1279,2361]]},{"area":"5e0","points":[[1277,2339],[1277,2450],[1343,2450],[1343,2339]]},{"area":"5cb","points":[[1341,2277],[1341,2440],[1467,2440],[1467,2277]]},{"area":"5cd","points":[[1499,2270],[1499,2461],[1649,2461],[1649,2270]]},{"area":"5ea","points":[[1763,2197],[1763,2317],[1890,2317],[1890,2197]]},{"area":"5e7","points":[[1721,2317],[1721,2446],[1893,2446],[1893,2317]]},{"area":"5e6","points":[[1637,2466],[1637,2571],[1876,2571],[1876,2466]]},{"area":"5cc","points":[[1359,2449],[1359,2579],[1499,2579],[1499,2449]]},{"area":"5e3","points":[[1396,2599],[1396,2744],[1573,2744],[1573,2599]]},{"area":"5e2","points":[[1230,2573],[1230,2719],[1374,2719],[1374,2573]]},{"area":"5d6","points":[[860,2530],[860,2770],[1096,2770],[1096,2530]]},{"area":"5db","points":[[1124,2490],[1124,2614],[1224,2614],[1224,2490]]},{"area":"5ed","points":[[514,1901],[611,1879],[636,1964],[716,2036],[793,2050],[830,2144],[746,2181],[746,2217],[841,2259],[801,2343],[757,2374],[783,2441],[774,2534],[710,2579],[604,2446],[540,2436],[500,2349],[403,2227],[373,2133],[431,2060],[501,2046],[531,2003]]}],"imageType":"map","grid":{"type":"square","size":102,"offsetX":-49,"offsetY":20,"scale":3,"distance":10},"id":"be3","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/031-10-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/032-10-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-15,"offsetY":32,"scale":4,"distance":10},"mapParent":{"id":"be3","autoScale":true}}]},{"name":"Level 11: Troglodyte Warrens","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/036-11-02.jpg"},"width":2259,"height":3000,"title":"Map 11","mapRegions":[{"area":"628","points":[[254,533],[440,521],[597,686],[577,836],[414,899],[386,753],[273,724]]},{"area":"627","points":[[577,331],[503,449],[526,563],[607,680],[711,646],[697,510],[721,409]]},{"area":"624","points":[[724,407],[826,316],[963,317],[974,646],[830,706],[724,704],[711,649],[697,506]]},{"area":"620","points":[[964,317],[1133,316],[1099,470],[1019,501],[970,480]]},{"area":"61e","points":[[1019,503],[1031,687],[1070,751],[1039,893],[1103,1001],[1254,893],[1247,714],[1287,503],[1206,320],[1137,313],[1097,471]]},{"area":"622","points":[[1036,891],[936,940],[974,1039],[954,1123],[1014,1187],[1101,1003]]},{"area":"621","points":[[1113,994],[1179,1123],[1343,1130],[1373,1039],[1301,981],[1183,943]]},{"area":"625","points":[[414,900],[526,1140],[824,1001],[820,820],[579,836]]},{"area":"62a","points":[[723,1049],[684,1250],[504,1353],[624,1611],[857,1447],[830,1291],[919,1283],[953,1123],[921,1041]]},{"area":"630","points":[[220,1221],[307,1214],[473,1411],[537,1601],[441,1700],[274,1466]]},{"area":"640","points":[[221,1824],[199,2023],[279,2116],[307,1999],[431,2059],[521,2017]]},{"area":"63e","points":[[307,2000],[277,2114],[301,2173],[240,2291],[254,2411],[347,2417],[409,2330],[424,2181],[506,2176],[529,2063],[519,2017],[430,2057]]},{"area":"63d","points":[[251,2411],[283,2471],[237,2520],[273,2636],[503,2597],[346,2417]]},{"area":"63b","points":[[409,2329],[596,2327],[644,2399],[501,2596],[346,2417]]},{"area":"639","points":[[779,2393],[866,2394],[913,2546],[861,2630],[773,2531]]},{"area":"631","points":[[787,2030],[816,2191],[967,2171],[1126,1984],[931,1874]]},{"area":"638","points":[[1196,2006],[1130,2030],[1070,2131],[1116,2241],[1271,2241],[1301,2129]]},{"area":"636","points":[[877,2416],[899,2296],[969,2237],[1046,2311],[1049,2417],[1006,2491],[941,2494]]},{"area":"637","points":[[1044,2310],[1056,2544],[1121,2584],[1247,2504],[1247,2291],[1106,2263]]},{"area":"609","points":[[1021,1331],[944,1339],[909,1483],[974,1607],[974,1710],[1099,1734],[1257,1661],[1264,1550],[1203,1469],[1189,1387]]},{"area":"607","points":[[1086,1099],[1030,1229],[1037,1336],[1189,1386],[1201,1467],[1264,1541],[1390,1559],[1467,1487],[1451,1350],[1393,1259]]},{"area":"615","points":[[1557,1390],[1504,1426],[1490,1500],[1516,1561],[1616,1549],[1644,1483],[1613,1417]]},{"area":"613","points":[[1614,1550],[1633,1624],[1684,1666],[1759,1590],[1759,1503],[1644,1483]]},{"area":"601","points":[[1417,2361],[1463,2420],[1514,2389],[1506,2289],[1463,2290]]},{"area":"5fe","points":[[1414,2360],[1341,2410],[1291,2564],[1377,2647],[1444,2553],[1493,2589],[1564,2506],[1461,2420]]},{"area":"605","points":[[1476,1554],[1419,1606],[1414,1651],[1336,1730],[1350,1837],[1456,1869],[1586,1836],[1559,1653]]},{"area":"612","points":[[1841,1416],[1781,1456],[1763,1529],[1774,1597],[1850,1631],[1929,1566],[2003,1599],[2059,1487],[1967,1399],[1884,1499]]},{"area":"603","points":[[1440,1961],[1404,2070],[1471,2144],[1590,2121],[1564,2040],[1499,1974]]},{"area":"5fc","points":[[1613,2254],[1511,2329],[1506,2453],[1561,2506],[1653,2481],[1723,2500],[1866,2350],[1873,2301],[1773,2243]]},{"area":"5fd","points":[[1724,2497],[1867,2627],[1951,2461],[1930,2364],[1864,2351]]},{"area":"5f8","points":[[1597,1913],[1684,2027],[1731,2113],[1820,2106],[1950,2047],[1960,1891],[1866,1650],[1769,1651],[1691,1739]]},{"area":"610","points":[[1834,1367],[1840,1417],[1873,1444],[1937,1414],[1936,1333],[1870,1310]]},{"area":"60f","points":[[1900,1250],[1884,1314],[1989,1354],[2034,1279],[2024,1186],[1936,1164]]},{"area":"60b","points":[[1647,1027],[1421,1174],[1480,1377],[1641,1329],[1731,1390],[1900,1051],[1744,1039]]},{"area":"60e","points":[[1767,1037],[1806,974],[1823,894],[1771,874],[1714,900],[1724,1033]]},{"area":"60d","points":[[1637,809],[1456,743],[1376,733],[1351,799],[1373,999],[1443,1156],[1647,1024],[1663,920]]},{"area":"618","points":[[1376,731],[1383,609],[1444,566],[1536,609],[1586,684],[1551,774]]},{"area":"61a","points":[[1573,457],[1607,320],[1579,283],[1461,306],[1389,433],[1466,474]]},{"area":"619","points":[[1559,540],[1626,461],[1679,491],[1751,454],[1847,557],[1854,780],[1759,869],[1650,764],[1587,683],[1539,607]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":25,"offsetY":-19,"scale":3,"distance":10},"id":"be4","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/036-11-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/037-11-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"scale":3,"distance":10},"mapParent":{"id":"be4","autoScale":true}}]},{"name":"Level 12: Maze Level","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/039-12-02.jpg"},"width":2513,"height":3338,"title":"Map 12","mapRegions":[{"area":"67a","points":[[1706,411],[1490,509],[1497,599],[1607,714],[1666,707],[1759,566],[1783,449]]},{"area":"67e","points":[[1153,463],[1217,611],[1343,547],[1283,431]]},{"area":"680","points":[[1153,464],[1216,611],[1199,689],[1104,631],[1020,643],[960,523],[956,426]]},{"area":"682","points":[[537,473],[689,590],[821,467],[681,376],[654,266],[570,253]]},{"area":"686","points":[[516,471],[473,377],[371,301],[261,474],[317,581]]},{"area":"685","points":[[960,520],[817,471],[717,561],[751,631],[986,577]]},{"area":"684","points":[[1251,663],[1173,777],[1339,870],[1430,947],[1536,931],[1474,811]]},{"area":"679","points":[[1540,841],[1544,960],[1647,1039],[1699,1003],[1777,863],[1721,760],[1617,761]]},{"area":"67d","points":[[2020,819],[1926,884],[1870,876],[1853,824],[2051,577],[2180,539],[2289,620],[2291,903]]},{"area":"673","points":[[2116,980],[1999,1137],[2001,1421],[2279,1374],[2263,1109]]},{"area":"677","points":[[1849,973],[1959,1041],[1997,1137],[1969,1214],[1904,1251],[1706,1177],[1730,1051]]},{"area":"695","points":[[994,806],[944,903],[1043,953],[1094,851]]},{"area":"68d","points":[[1124,894],[1124,1017],[1254,1017],[1254,894]]},{"area":"694","points":[[1391,1077],[1353,1141],[1399,1216],[1470,1213]]},{"area":"68b","points":[[1434,1389],[1434,1514],[1563,1514],[1563,1389]]},{"area":"691","points":[[957,1559],[957,1687],[1081,1687],[1081,1559]]},{"area":"697","points":[[564,1106],[664,1063],[713,1161],[610,1210]]},{"area":"68f","points":[[441,866],[441,997],[581,997],[581,866]]},{"area":"699","points":[[430,579],[386,666],[454,860],[584,866],[623,889],[779,884],[990,783],[897,649],[746,710],[647,710]]},{"area":"693","points":[[1180,1591],[1184,1544],[1249,1517],[1329,1557],[1326,1610]]},{"area":"6a6","points":[[886,1129],[886,1176],[966,1176],[966,1119]]},{"area":"6a5","points":[[967,1119],[967,1176],[1003,1176],[1042,1215],[1190,1215],[1156,1171],[1093,1139],[1024,1124]]},{"area":"6aa","points":[[883,1129],[819,1147],[774,1171],[743,1210],[883,1210]]},{"area":"6a2","points":[[886,1177],[886,1211],[920,1211],[965,1256],[1191,1256],[1191,1215],[1039,1215],[1002,1177]]},{"area":"6ad","points":[[740,1211],[921,1211],[967,1257],[967,1349],[877,1341],[787,1306],[740,1254]]},{"area":"6a3","points":[[1043,1259],[1043,1340],[1104,1326],[1163,1291],[1189,1259]]},{"area":"6a1","points":[[796,1310],[789,1341],[821,1387],[901,1406],[957,1387],[976,1350],[876,1341]]},{"area":"6a7","points":[[969,1349],[969,1256],[1044,1256],[1044,1341]]},{"area":"69e","points":[[976,1350],[957,1389],[974,1414],[1036,1417],[1081,1387],[1096,1353],[1091,1330],[1044,1343]]},{"area":"69d","points":[[846,1137],[843,1101],[896,1053],[954,1054],[979,1073],[954,1117],[884,1127]]},{"area":"69b","points":[[956,1117],[979,1071],[1041,1061],[1116,1087],[1144,1120],[1134,1160],[1091,1140]]},{"area":"689","points":[[1159,1169],[1220,1066],[1320,1067],[1363,1117],[1350,1140],[1394,1217],[1467,1217],[1499,1313],[1500,1387],[1431,1390],[1430,1489],[1327,1554],[1246,1516],[1159,1409],[1139,1306],[1166,1290],[1193,1254],[1190,1214]]},{"area":"670","points":[[1901,1261],[1987,1389],[1970,1461],[1839,1650],[1776,1593],[1781,1421],[1813,1299]]},{"area":"687","points":[[937,1733],[916,1893],[1107,1911],[1120,1750]]},{"area":"664","points":[[224,1937],[279,1906],[461,2219],[360,2301],[311,2271],[289,2160],[230,2127]]},{"area":"661","points":[[250,1693],[279,1909],[460,2216],[589,2110],[657,1849],[666,1697],[587,1621],[571,1709],[464,1833],[344,1791]]},{"area":"65d","points":[[813,2179],[677,2321],[689,2453],[823,2580],[983,2483],[1020,2296],[891,2180]]},{"area":"65e","points":[[687,2459],[589,2680],[607,2706],[816,2637],[820,2581]]},{"area":"688","points":[[1401,1727],[1359,1813],[1519,1947],[1609,1901],[1609,1801],[1549,1709],[1483,1774]]},{"area":"66b","points":[[1517,1949],[1401,2174],[1447,2221],[1624,2053],[1650,1986]]},{"area":"657","points":[[1141,2237],[1217,2269],[1381,2040],[1200,1984]]},{"area":"659","points":[[1089,2294],[1049,2313],[1010,2491],[1111,2541],[1189,2510],[1211,2396]]},{"area":"656","points":[[1217,2267],[1161,2349],[1264,2377],[1359,2324],[1309,2287]]},{"area":"65b","points":[[993,2481],[820,2581],[820,2703],[943,2870],[1066,2746],[1110,2541]]},{"area":"66d","points":[[1770,1776],[1649,1986],[1621,2061],[1701,2130],[1967,1933]]},{"area":"66c","points":[[1970,1937],[1866,2010],[1867,2096],[1951,2113],[2029,2004]]},{"area":"66a","points":[[1700,2129],[1564,2111],[1449,2224],[1523,2326]]},{"area":"669","points":[[1689,2159],[1624,2327],[1681,2406],[2004,2347],[1907,2106],[1757,2090]]},{"area":"64f","points":[[1639,2577],[1703,2577],[1737,2637],[1681,2691],[1633,2650]]},{"area":"64e","points":[[1709,2479],[1703,2577],[1736,2637],[1880,2626],[1899,2554],[1846,2479]]},{"area":"650","points":[[1736,2639],[1681,2693],[1697,2864],[1797,2841],[1793,2686]]},{"area":"652","points":[[1334,2396],[1184,2574],[1221,2687],[1383,2670],[1459,2609],[1404,2457]]},{"area":"651","points":[[1460,2724],[1360,2806],[1416,2907],[1480,2903],[1514,2821]]},{"area":"64c","points":[[1830,2709],[1794,2786],[1797,2839],[1897,2893],[1941,2816]]},{"area":"64b","points":[[1897,2557],[1857,2734],[1954,2827],[2013,2699],[2086,2640],[2076,2554]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":47,"offsetY":4,"scale":3,"distance":10},"id":"be5","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/039-12-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/040-12-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"be5","autoScale":true}}]},{"name":"Level 13: Trobriand's Graveyard","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/042-13-02.png"},"width":2513,"height":3338,"title":"Map 13","mapRegions":[{"area":"6d6","points":[[261,537],[387,450],[449,491],[481,599],[314,614]]},{"area":"6c9","points":[[1687,781],[1577,1054],[1876,1373],[1993,1341],[2016,1149],[2234,1190],[2310,951],[2240,813]]},{"area":"6c3","points":[[1876,1374],[1914,1566],[2061,1626],[2313,1517],[2201,1323],[1993,1340]]},{"area":"6f8","points":[[2011,1987],[1827,2090],[1871,2237],[2031,2316],[2154,2281],[2246,2140],[2160,2091],[2077,2126],[2013,2083],[2059,2039]]},{"area":"6f7","points":[[2029,2316],[2007,2410],[2087,2539],[2204,2531],[2311,2444],[2294,2349],[2229,2267],[2154,2281]]},{"area":"6d4","points":[[1191,743],[1061,740],[907,956],[974,1110],[1184,1120],[1210,1256],[1327,1250],[1464,1296],[1557,1181],[1364,864],[1241,829]]},{"area":"6bd","points":[[1211,1257],[1087,1264],[966,1669],[1166,1701],[1279,1531],[1486,1443],[1461,1297],[1319,1256]]},{"area":"6be","points":[[1586,1413],[1277,1533],[1164,1701],[1150,1953],[1347,2020],[1553,1907],[1661,1727],[1693,1581]]},{"area":"6c1","points":[[1189,2053],[1191,2156],[1486,2164],[1534,2021],[1491,1979],[1356,2044]]},{"area":"6bc","points":[[1636,1801],[1589,1863],[1639,1913],[1711,1860]]},{"area":"6bc","points":[[2069,1807],[2049,1981],[2143,1994],[2150,1851]]},{"area":"6bc","points":[[1126,2263],[1150,2326],[1264,2293],[1256,2171]]},{"area":"6bc","points":[[1367,2374],[1330,2416],[1397,2517],[1473,2461]]},{"area":"6bc","points":[[941,2779],[946,2849],[1100,2857],[1120,2747]]},{"area":"6f5","points":[[1797,2581],[1956,2577],[2263,2640],[2290,2853],[2090,2933],[1929,2859],[1813,2870],[1744,2740]]},{"area":"6ef","points":[[1327,2527],[1316,2810],[1500,2860],[1634,2823],[1720,2761],[1756,2370],[1623,2186],[1546,2206],[1546,2337],[1483,2466],[1413,2519]]},{"area":"6e8","points":[[550,2303],[641,2254],[714,2306],[763,2436],[700,2599],[611,2613],[536,2521],[577,2414]]},{"area":"6ec","points":[[339,2669],[424,2719],[716,2756],[873,2846],[873,3061],[627,3077],[473,3029],[306,3024],[251,2891],[343,2897]]},{"area":"6ed","points":[[874,2851],[876,3063],[1103,3067],[1183,2883],[1147,2856]]},{"area":"6f1","points":[[1286,2159],[1296,2413],[1329,2416],[1370,2376],[1437,2427],[1487,2320],[1487,2164]]},{"area":"6c0","points":[[1633,1907],[1546,2171],[1639,2157],[1667,2126],[1731,2146],[1804,2094],[1740,1939]]},{"area":"6e1","points":[[377,1526],[377,1717],[583,1717],[583,1526]]},{"area":"6df","points":[[581,1446],[581,1596],[824,1596],[824,1446]]},{"area":"6e6","points":[[551,1733],[551,1914],[746,1914],[746,1646],[582,1646],[582,1733]]},{"area":"6d8","points":[[841,1449],[834,1594],[800,1723],[940,1744],[1027,1447]]}],"imageType":"map","grid":{"type":"square","size":87,"offsetX":-37,"offsetY":-44,"scale":3,"distance":10},"id":"be6","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/042-13-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/043-13-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-23,"offsetY":35,"scale":3,"distance":10},"mapParent":{"id":"be6","autoScale":true}}]},{"name":"Level 14: Arcturiadoom","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/045-14-02.png"},"width":2513,"height":3338,"title":"Map 14","mapRegions":[{"area":"726","points":[[389,457],[389,707],[1030,707],[1030,457]]},{"area":"724","points":[[337,707],[337,914],[1096,914],[1096,707]]},{"area":"71e","points":[[221,916],[221,1134],[421,1134],[421,916]]},{"area":"721","points":[[423,916],[959,916],[959,1083],[900,1141],[488,1141],[423,1070]]},{"area":"71d","points":[[491,1150],[491,1400],[637,1400],[637,1150]]},{"area":"71c","points":[[380,1301],[380,1441],[489,1441],[489,1301]]},{"area":"71b","points":[[494,1414],[494,1543],[637,1543],[637,1414]]},{"area":"718","points":[[226,1599],[226,1827],[371,1827],[371,1599]]},{"area":"716","points":[[493,1639],[493,1824],[597,1824],[597,1639]]},{"area":"715","points":[[400,2017],[630,1786],[700,1857],[465,2091]]},{"area":"733","points":[[879,1420],[879,1551],[1053,1551],[1053,1420]]},{"area":"735","points":[[909,1274],[909,1423],[1014,1423],[1014,1274]]},{"area":"737","points":[[1053,1111],[949,1111],[903,1157],[903,1274],[1053,1274]]},{"area":"710","points":[[961,1799],[961,1980],[1191,1980],[1191,1799]]},{"area":"764","points":[[1266,1877],[1266,2129],[1386,2129],[1386,1877]]},{"area":"765","points":[[1384,1911],[1384,2086],[1539,2086],[1539,1911]]},{"area":"766","points":[[1537,1949],[1537,2123],[1646,2123],[1646,1949]]},{"area":"767","points":[[1636,2176],[1636,2350],[1816,2350],[1816,2176]]},{"area":"713","points":[[759,2100],[759,2236],[910,2236],[910,2100]]},{"area":"714","points":[[910,2099],[910,2236],[1027,2236],[1027,2099]]},{"area":"70e","points":[[1099,2296],[1181,2213],[1279,2174],[1374,2269],[1218,2425]]},{"area":"76c","points":[[1259,2444],[1259,2663],[1381,2663],[1381,2444]]},{"area":"771","points":[[1313,2821],[1313,3049],[1583,3049],[1583,2821]]},{"area":"778","points":[[1900,2744],[1900,2964],[2043,2964],[2043,2744]]},{"area":"77b","points":[[2056,2879],[2056,3040],[2273,3040],[2273,2879]]},{"area":"776","points":[[2046,2549],[2046,2880],[2283,2880],[2283,2549]]},{"area":"77e","points":[[2011,2407],[2011,2546],[2150,2546],[2150,2407]]},{"area":"780","points":[[2056,2329],[2056,2407],[2151,2407],[2151,2494],[2223,2494],[2223,2329]]},{"area":"783","points":[[2220,2257],[2220,2419],[2294,2419],[2294,2257]]},{"area":"784","points":[[1824,2060],[1824,2319],[2006,2319],[2006,2060]]},{"area":"76b","points":[[1381,2429],[1381,2589],[1555,2763],[1688,2630],[1488,2429]]},{"area":"76a","points":[[1503,2440],[1585,2522],[1695,2411],[1632,2349],[1546,2349],[1503,2392]]},{"area":"76e","points":[[1723,2381],[1615,2488],[1726,2599],[1834,2492]]},{"area":"707","points":[[1034,2846],[1034,3051],[1301,3051],[1301,2846]]},{"area":"706","points":[[1047,2574],[1047,2741],[1146,2841],[1307,2841],[1307,2715],[1240,2649],[1240,2574]]},{"area":"704","points":[[1219,2571],[1219,2425],[1046,2253],[840,2253],[689,2349],[689,2463],[857,2621],[986,2623],[1044,2571]]},{"area":"709","points":[[389,2636],[323,2807],[403,2946],[491,2874],[519,2716],[510,2636]]},{"area":"70a","points":[[589,2750],[531,2834],[566,2960],[653,2881],[649,2771]]},{"area":"70b","points":[[673,2790],[653,2907],[681,3037],[830,3046],[820,2896],[764,2796]]},{"area":"70d","points":[[821,2900],[830,3013],[1026,3016],[1019,2889]]},{"area":"72e","points":[[1139,1600],[1139,1796],[1331,1796],[1331,1600]]},{"area":"740","points":[[1407,1489],[1407,1650],[1571,1650],[1571,1489]]},{"area":"73a","points":[[1411,1340],[1411,1479],[1553,1479],[1553,1340]]},{"area":"73f","points":[[1411,1150],[1411,1291],[1553,1291],[1553,1150]]},{"area":"741","points":[[1487,881],[1487,1060],[1736,1060],[1736,881]]},{"area":"74c","points":[[1749,887],[1749,1064],[1857,1064],[1857,887]]},{"area":"74e","points":[[1824,1073],[1824,1213],[2049,1213],[2049,1073]]},{"area":"755","points":[[1671,1194],[1671,1521],[1817,1521],[1817,1194]]},{"area":"748","points":[[1671,463],[1671,610],[1783,610],[1783,463]]},{"area":"74a","points":[[1860,463],[1860,610],[1971,610],[1971,463]]},{"area":"747","points":[[1900,624],[1900,754],[2044,754],[2044,624]]},{"area":"746","points":[[1594,616],[1594,757],[1740,757],[1740,616]]},{"area":"743","points":[[1747,727],[1747,884],[1896,884],[1896,727]]},{"area":"752","points":[[2120,647],[2120,806],[2280,806],[2280,647]]},{"area":"751","points":[[2126,843],[2126,989],[2279,989],[2279,843]]},{"area":"72b","points":[[1323,757],[1395,684],[1447,737],[1376,809]]},{"area":"728","points":[[1256,501],[1256,756],[1321,756],[1393,684],[1393,501]]},{"area":"730","points":[[1114,773],[1114,923],[1059,923],[1059,1516],[1391,1516],[1391,918],[1355,918],[1355,806],[1320,773]]},{"area":"75b","points":[[1923,1531],[2045,1408],[2142,1505],[2021,1626]]},{"area":"761","points":[[2070,1693],[2195,1567],[2292,1665],[2167,1791]]},{"area":"757","points":[[1796,1704],[1917,1583],[2066,1732],[1946,1851]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":-49,"scale":3,"distance":10},"id":"be7","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/045-14-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/046-14-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-6,"scale":3,"distance":10},"mapParent":{"id":"be7","autoScale":true}}]},{"name":"Level 15: Obstacle Course","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/048-15-02.png"},"width":2513,"height":3338,"title":"Map 15","mapRegions":[{"area":"7e4","points":[[827,421],[827,561],[981,561],[981,421]]},{"area":"7ec","points":[[1217,426],[1217,559],[1359,559],[1359,426]]},{"area":"7db","points":[[310,837],[310,951],[526,951],[526,837]]},{"area":"7dc","points":[[231,996],[231,1216],[333,1216],[333,996]]},{"area":"7d8","points":[[343,997],[343,1216],[491,1216],[491,997]]},{"area":"7e0","points":[[306,1257],[306,1363],[521,1363],[521,1257]]},{"area":"7d3","points":[[524,1223],[636,1223],[636,1296],[595,1296],[595,1337],[524,1337]]},{"area":"7d0","points":[[570,956],[570,1216],[714,1216],[714,956]]},{"area":"7d2","points":[[760,1146],[760,1331],[956,1331],[956,1146]]},{"area":"7e3","points":[[799,629],[799,779],[980,779],[980,629]]},{"area":"7e2","points":[[799,781],[799,903],[1020,903],[1020,781]]},{"area":"7e7","points":[[1034,594],[1034,861],[1146,861],[1146,594]]},{"area":"7f4","points":[[1407,467],[1407,596],[1583,596],[1583,467]]},{"area":"7f8","points":[[1579,427],[1579,640],[1740,640],[1740,427]]},{"area":"802","points":[[1094,1096],[1094,1294],[1207,1294],[1207,1096]]},{"area":"803","points":[[949,1333],[949,1519],[1133,1519],[1133,1333]]},{"area":"79b","points":[[760,1610],[760,1776],[856,1776],[856,1610]]},{"area":"799","points":[[857,1630],[857,1751],[976,1751],[976,1630]]},{"area":"79c","points":[[846,1761],[846,1967],[976,1967],[976,1761]]},{"area":"7a3","points":[[226,1863],[226,2047],[334,2047],[334,1863]]},{"area":"7a5","points":[[834,2134],[834,2276],[980,2276],[980,2134]]},{"area":"7a8","points":[[1097,1954],[1097,2236],[1280,2236],[1280,1954]]},{"area":"7ad","points":[[989,2550],[989,2693],[1201,2693],[1201,2550]]},{"area":"79f","points":[[346,1866],[346,2226],[633,2226],[633,1866]]},{"area":"7a2","points":[[676,2021],[676,2244],[769,2244],[769,2021]]},{"area":"791","points":[[577,1344],[577,1586],[781,1586],[781,1344]]},{"area":"814","points":[[1147,817],[1147,979],[1307,979],[1307,817]]},{"area":"815","points":[[1149,810],[1306,810],[1306,849],[1401,849],[1401,779],[1262,779],[1262,743],[1149,743]]},{"area":"7f1","points":[[1261,690],[1261,777],[1390,777],[1390,690]]},{"area":"7f0","points":[[1311,560],[1404,560],[1404,597],[1457,597],[1457,689],[1311,689]]},{"area":"7fa","points":[[1336,1284],[1461,1284],[1461,1110],[1363,1110],[1316,1063],[1240,1139],[1336,1231]]},{"area":"805","points":[[1709,1074],[1709,1244],[1811,1244],[1811,1074]]},{"area":"804","points":[[1480,1137],[1480,1356],[1584,1356],[1584,1137]]},{"area":"7c8","points":[[1390,1714],[1390,1854],[1546,1854],[1546,1714]]},{"area":"7ca","points":[[1606,1794],[1606,2007],[1813,2007],[1813,1794]]},{"area":"7ce","points":[[1024,1570],[1024,1776],[1184,1776],[1184,1570]]},{"area":"81c","points":[[1193,1494],[1193,1864],[1387,1864],[1387,1494]]},{"area":"819","points":[[1490,1356],[1490,1504],[1731,1504],[1731,1356]]},{"area":"80d","points":[[2094,1421],[2094,1553],[2293,1553],[2293,1421]]},{"area":"80c","points":[[2091,1260],[2091,1401],[2293,1401],[2293,1260]]},{"area":"80e","points":[[1903,1417],[1903,1550],[2004,1550],[2004,1417]]},{"area":"80b","points":[[2003,1427],[2003,1606],[2093,1606],[2093,1427]]},{"area":"810","points":[[1939,870],[1939,1154],[2131,1154],[2131,870]]},{"area":"816","points":[[1441,709],[1441,1069],[1780,1069],[1780,709]]},{"area":"811","points":[[1744,414],[1744,707],[1980,707],[1980,414]]},{"area":"7cd","points":[[1867,1714],[1867,1974],[2091,1974],[2091,1714]]},{"area":"7c4","points":[[1393,2016],[1393,2224],[1724,2224],[1724,2016]]},{"area":"7ab","points":[[1363,2340],[1363,2574],[1621,2574],[1621,2340]]},{"area":"7aa","points":[[1161,2326],[1161,2521],[1357,2521],[1357,2326]]},{"area":"7b5","points":[[1254,2590],[1254,2676],[1394,2676],[1394,2590]]},{"area":"7b8","points":[[1411,2593],[1411,2701],[1621,2701],[1621,2593]]},{"area":"7ba","points":[[1406,2703],[1406,2810],[1621,2810],[1621,2703]]},{"area":"7c1","points":[[1727,2397],[1727,2586],[1894,2586],[1894,2397]]},{"area":"7be","points":[[2004,2507],[2004,2663],[2216,2663],[2216,2507]]},{"area":"7bc","points":[[2010,2706],[2010,2853],[2223,2853],[2223,2706]]},{"area":"81b","points":[[1659,2260],[1659,2390],[1979,2390],[1979,2260]]},{"area":"7c6","points":[[1411,1857],[1411,2007],[1589,2007],[1589,1857]]},{"area":"7b1","points":[[954,2836],[954,2984],[1144,2984],[1144,2836]]},{"area":"780","points":[[1833,1660],[1844,1564],[1837,1528],[1823,1513],[1852,1500],[1888,1527],[1901,1550],[1926,1576],[1952,1613],[1940,1616],[1931,1606],[1907,1605],[1894,1620],[1874,1627],[1860,1637],[1846,1651]]},{"area":"714","points":[[354,2230],[354,2265],[395,2265],[395,2230]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":59,"scale":3,"distance":10},"id":"be8","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/048-15-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/049-15-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"be8","autoScale":true}}]},{"name":"Level 16: Crystal Labyrinth","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/052-16-02.jpg"},"width":2513,"height":3338,"title":"Map 16","mapRegions":[{"area":"838","points":[[231,464],[231,644],[367,644],[367,464]]},{"area":"82f","points":[[611,850],[611,1026],[784,1026],[784,850]]},{"area":"830","points":[[804,886],[804,1079],[993,1079],[993,886]]},{"area":"82d","points":[[489,1043],[489,1260],[747,1260],[747,1043]]},{"area":"832","points":[[607,511],[607,777],[940,777],[940,511]]},{"area":"835","points":[[1059,567],[1059,1011],[1359,1011],[1359,567]]},{"area":"839","points":[[1524,387],[1524,574],[1676,574],[1676,387]]},{"area":"83f","points":[[1756,544],[1756,760],[1936,760],[1936,544]]},{"area":"83e","points":[[1633,580],[1633,714],[1744,714],[1744,580]]},{"area":"840","points":[[1976,801],[1976,991],[2159,991],[2159,801]]},{"area":"842","points":[[1903,1179],[1903,1363],[2090,1363],[2090,1179]]},{"area":"844","points":[[1514,1183],[1514,1326],[1826,1326],[1826,1183]]},{"area":"83c","points":[[1569,793],[1569,1144],[1889,1144],[1889,793]]},{"area":"85c","points":[[1183,1639],[1183,1803],[1339,1803],[1339,1639]]},{"area":"860","points":[[1336,1696],[1336,1820],[1434,1820],[1434,1696]]},{"area":"862","points":[[1439,1704],[1439,1827],[1579,1827],[1579,1704]]},{"area":"864","points":[[1714,1720],[1714,1973],[1881,1973],[1881,1720]]},{"area":"866","points":[[1881,1847],[1881,2003],[2006,2003],[2006,1847]]},{"area":"869","points":[[1899,2004],[1899,2166],[2066,2166],[2066,2004]]},{"area":"86c","points":[[2063,2054],[2063,2251],[2191,2251],[2191,2054]]},{"area":"870","points":[[2050,2254],[2050,2500],[2230,2500],[2230,2254]]},{"area":"871","points":[[1983,2510],[1983,2566],[2026,2609],[2151,2609],[2151,2510]]},{"area":"872","points":[[2041,2610],[2041,2753],[2153,2753],[2153,2610]]},{"area":"876","points":[[1930,2569],[1981,2569],[2040,2628],[2040,2750],[1930,2750]]},{"area":"877","points":[[1697,2757],[1697,2996],[2147,2996],[2147,2757]]},{"area":"883","points":[[1509,2760],[1509,2923],[1651,2923],[1651,2760]]},{"area":"891","points":[[491,1947],[491,2050],[734,2050],[734,1947]]},{"area":"892","points":[[499,2054],[499,2163],[721,2163],[721,2054]]},{"area":"893","points":[[494,2166],[494,2304],[730,2304],[730,2166]]},{"area":"855","points":[[797,2101],[967,2101],[1032,2166],[1032,2301],[977,2356],[977,2371],[926,2422],[832,2422],[797,2383]]},{"area":"88a","points":[[1033,1947],[1033,2127],[1170,2127],[1170,1947]]},{"area":"84e","points":[[1180,1804],[1317,1804],[1347,1834],[1347,1893],[1315,1925],[1180,1925]]},{"area":"85e","points":[[1366,1833],[1366,1961],[1424,2019],[1457,2019],[1476,1963],[1491,1964],[1491,1833]]},{"area":"85a","points":[[630,1874],[693,1787],[747,1799],[803,1847],[753,1936],[709,1941],[646,1920]]},{"area":"857","points":[[806,1840],[753,1933],[761,1986],[833,2021],[939,2019],[974,1951],[1056,1900],[1054,1743]]},{"area":"84c","points":[[1210,2103],[1154,2158],[1154,2281],[1211,2337],[1327,2337],[1382,2282],[1437,2282],[1437,2168],[1383,2168],[1318,2103]]},{"area":"888","points":[[1373,1973],[1376,2150],[1521,2161],[1511,1987],[1470,1986],[1457,2019],[1420,2020]]},{"area":"880","points":[[1561,2137],[1561,2311],[1734,2311],[1734,2137]]},{"area":"87d","points":[[1584,2310],[1584,2546],[1721,2546],[1721,2310]]},{"area":"87b","points":[[1721,2329],[1889,2329],[1889,2421],[1841,2468],[1721,2468]]},{"area":"86e","points":[[1860,2217],[1913,2163],[2034,2163],[2034,2311],[1994,2351],[1912,2351],[1860,2298]]},{"area":"887","points":[[1416,2479],[1416,2614],[1510,2614],[1510,2479]]},{"area":"853","points":[[1103,2487],[1103,2654],[1194,2654],[1194,2487]]},{"area":"894","points":[[334,2121],[461,1993],[489,1993],[489,2230],[334,2230]]},{"area":"897","points":[[297,2343],[331,2230],[467,2230],[523,2381],[473,2444],[426,2434],[364,2459]]},{"area":"88e","points":[[737,2440],[731,2534],[843,2600],[843,2456],[789,2400]]},{"area":"89a","points":[[363,2459],[427,2434],[474,2443],[519,2541],[441,2614],[359,2566]]},{"area":"89b","points":[[590,2714],[589,2659],[734,2536],[803,2580],[766,2623],[909,2640],[950,2693],[1010,2694],[984,2760],[899,2853],[784,2811]]},{"area":"88d","points":[[1020,2514],[1007,2540],[926,2579],[920,2646],[950,2689],[1010,2690],[1074,2730],[1117,2683],[1046,2643],[1064,2587],[1060,2551]]},{"area":"851","points":[[1194,2486],[1194,2630],[1258,2694],[1340,2694],[1340,2560],[1310,2531],[1310,2486]]},{"area":"884","points":[[1341,2654],[1341,2693],[1308,2693],[1308,2799],[1330,2827],[1434,2873],[1479,2847],[1497,2771],[1456,2729],[1416,2726],[1386,2654]]},{"area":"874","points":[[1701,2547],[1701,2607],[1636,2676],[1644,2739],[1694,2756],[1927,2756],[1927,2559],[1862,2559],[1847,2480],[1817,2470],[1770,2521],[1720,2521],[1720,2547]]},{"area":"847","points":[[842,1080],[842,1287],[1133,1287],[1133,1080]]},{"area":"82b","points":[[384,735],[384,944],[518,944],[518,735]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-54,"scale":3,"distance":10},"id":"be9","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/052-16-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/053-16-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-5,"scale":3,"distance":10},"mapParent":{"id":"be9","autoScale":true}}]},{"name":"Level 17: Seadeeps","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/055-17-02.png"},"width":2513,"height":3338,"title":"Map 17","mapRegions":[{"area":"8a6","points":[[419,424],[419,769],[691,769],[691,424]]},{"area":"8a7","points":[[1176,450],[1176,827],[1547,827],[1547,450]]},{"area":"8a8","points":[[1876,249],[1876,721],[2230,721],[2230,249]]},{"area":"8d1","points":[[1440,831],[1440,1034],[1669,1034],[1669,831]]},{"area":"8ac","points":[[360,1006],[360,1326],[627,1326],[627,1006]]},{"area":"8b8","points":[[266,1317],[266,1539],[380,1539],[380,1317]]},{"area":"8ba","points":[[269,1547],[269,1727],[369,1727],[369,1547]]},{"area":"8b5","points":[[387,1429],[387,1614],[560,1614],[560,1429]]},{"area":"8b3","points":[[487,1667],[487,1799],[631,1799],[631,1667]]},{"area":"8c4","points":[[1141,1621],[1141,1806],[1284,1806],[1284,1621]]},{"area":"8c8","points":[[1214,1470],[1214,1616],[1363,1616],[1363,1470]]},{"area":"8d0","points":[[987,1290],[987,1493],[1203,1493],[1203,1290]]},{"area":"8d2","points":[[1286,1053],[1286,1226],[1479,1226],[1479,1053]]},{"area":"8d4","points":[[1639,1063],[1639,1233],[1847,1233],[1847,1063]]},{"area":"8d8","points":[[1861,1130],[1861,1293],[2017,1293],[2017,1130]]},{"area":"8da","points":[[2020,1129],[2020,1229],[2124,1229],[2124,1129]]},{"area":"8aa","points":[[2193,879],[2093,1001],[2080,1046],[2014,1061],[2014,1126],[2127,1126],[2127,1169],[2203,1176],[2260,1097],[2269,904]]},{"area":"8d6","points":[[2097,1266],[2182,1180],[2261,1279],[2279,1360],[2259,1447],[2186,1551],[2102,1467],[2124,1419],[2124,1315]]},{"area":"8cf","points":[[1447,1286],[1447,1497],[1660,1497],[1660,1286]]},{"area":"8ce","points":[[1930,1310],[1930,1479],[2091,1479],[2091,1310]]},{"area":"8f0","points":[[1661,1567],[1661,1870],[2051,1870],[2051,1567]]},{"area":"8b1","points":[[896,1617],[896,1829],[1079,1829],[1079,1617]]},{"area":"8af","points":[[656,1309],[656,1413],[596,1611],[596,1664],[636,1664],[636,1764],[746,1840],[894,1796],[894,1526],[927,1424],[959,1259],[911,1169],[779,1137]]},{"area":"8c6","points":[[1113,1816],[1113,2033],[1294,2033],[1294,1816]]},{"area":"8cd","points":[[1470,1761],[1470,1936],[1634,1936],[1634,1761]]},{"area":"8ef","points":[[2124,1979],[2124,2194],[2297,2194],[2297,1979]]},{"area":"8ee","points":[[1871,2204],[1871,2407],[2047,2407],[2047,2204]]},{"area":"8ec","points":[[2051,2426],[2051,2720],[2191,2720],[2191,2426]]},{"area":"8e7","points":[[1629,2731],[1629,2986],[1860,2986],[1860,2731]]},{"area":"8c2","points":[[414,2657],[414,2914],[601,2914],[601,2657]]},{"area":"8e5","points":[[1481,2181],[1481,2489],[1679,2489],[1679,2181]]},{"area":"8db","points":[[1300,1696],[1444,1696],[1444,1949],[1354,2039],[1300,2039]]},{"area":"8e3","points":[[1356,2039],[1448,1946],[1643,1946],[1732,2036],[1732,2144],[1356,2144]]},{"area":"8e8","points":[[1480,2656],[1480,2784],[1623,2784],[1623,2656]]},{"area":"8eb","points":[[1950,2761],[2047,2686],[2047,2721],[2130,2721],[2003,2850]]},{"area":"8c3","points":[[737,2114],[787,2203],[886,2179],[957,2051],[1036,1914],[941,1879],[831,1943]]},{"area":"8be","points":[[781,2367],[754,2669],[900,2826],[1047,2884],[1200,2920],[1270,2731],[1186,2620],[1303,2651],[1400,2543],[1321,2429],[1249,2199],[1156,2071],[1013,2026],[966,2081],[956,2240]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":5,"scale":3,"distance":10},"id":"bea","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/055-17-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/056-17-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-6,"scale":3,"distance":10},"mapParent":{"id":"bea","autoScale":true}}]},{"name":"Level 18: Vanrakdoom","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/058-18-02.png"},"width":2513,"height":3338,"title":"Map 18","mapRegions":[{"area":"91c","points":[[486,380],[486,573],[790,573],[790,380]]},{"area":"910","points":[[794,464],[794,651],[946,651],[946,464]]},{"area":"90e","points":[[946,424],[946,761],[1133,761],[1133,424]]},{"area":"913","points":[[874,771],[874,874],[1087,874],[1087,771]]},{"area":"915","points":[[1087,771],[1087,870],[1199,870],[1199,771]]},{"area":"90a","points":[[1221,620],[1221,833],[1311,833],[1311,750],[1354,750],[1354,670],[1300,620]]},{"area":"906","points":[[1311,751],[1311,869],[1434,869],[1434,751]]},{"area":"900","points":[[1559,699],[1559,881],[1697,881],[1697,699]]},{"area":"924","points":[[1516,959],[1516,1284],[1667,1284],[1667,959]]},{"area":"935","points":[[1283,1284],[1283,1493],[1551,1493],[1551,1284]]},{"area":"922","points":[[1199,899],[1199,1067],[1407,1067],[1407,899]]},{"area":"901","points":[[1793,846],[1673,965],[1673,1109],[1939,1109],[1939,968]]},{"area":"8ff","points":[[1780,583],[1780,743],[1967,930],[2091,930],[2091,865]]},{"area":"903","points":[[1746,1154],[1788,1111],[1891,1111],[1937,1157],[1937,1233],[1876,1293],[1790,1293],[1746,1242]]},{"area":"939","points":[[1660,1410],[1660,1529],[2007,1529],[2007,1410]]},{"area":"93c","points":[[1711,1567],[1711,1667],[1961,1667],[1961,1567]]},{"area":"945","points":[[2047,1523],[2047,1803],[2251,1803],[2251,1523]]},{"area":"91a","points":[[523,579],[523,841],[717,841],[717,579]]},{"area":"925","points":[[1071,1070],[1071,1176],[1256,1176],[1256,1070]]},{"area":"926","points":[[947,1300],[947,1407],[1106,1407],[1106,1300]]},{"area":"928","points":[[1060,1420],[1060,1597],[1217,1597],[1217,1420]]},{"area":"929","points":[[1027,1604],[1027,1866],[1173,1866],[1173,1604]]},{"area":"92b","points":[[870,1604],[870,1946],[1024,1946],[1024,1604]]},{"area":"92c","points":[[377,1481],[377,1614],[561,1614],[561,1481]]},{"area":"92d","points":[[256,1717],[256,2141],[523,2141],[523,1717]]},{"area":"932","points":[[566,2133],[866,2133],[866,2200],[789,2326],[655,2326],[566,2201]]},{"area":"920","points":[[336,1016],[336,1244],[514,1244],[514,1016]]},{"area":"941","points":[[1293,1873],[1293,2007],[1429,2007],[1429,1873]]},{"area":"93f","points":[[1557,1727],[1557,1939],[1699,1939],[1699,1727]]},{"area":"946","points":[[1904,1834],[1904,1970],[2116,1970],[2116,1834]]},{"area":"949","points":[[2167,1949],[2167,2206],[2270,2206],[2270,1949]]},{"area":"94d","points":[[2116,2250],[2116,2436],[2240,2436],[2240,2250]]},{"area":"948","points":[[2006,2124],[2087,2205],[2170,2121],[2170,2053],[2053,2053],[2053,2073]]},{"area":"94b","points":[[1561,2247],[1707,2100],[1960,2100],[2107,2248],[2107,2433],[1962,2578],[1716,2578],[1561,2417]]},{"area":"954","points":[[1599,2460],[1526,2532],[1614,2620],[1687,2547]]},{"area":"956","points":[[1529,2534],[1472,2590],[1472,2891],[1587,2891],[1587,2633],[1605,2614]]},{"area":"952","points":[[1726,2753],[1726,3009],[1963,3009],[1963,2753]]},{"area":"94f","points":[[2047,2643],[2177,2773],[2303,2646],[2173,2516]]},{"area":"950","points":[[2017,2617],[1949,2684],[2042,2777],[2107,2713]]},{"area":"951","points":[[2110,2714],[2043,2780],[2141,2878],[2205,2814]]},{"area":"957","points":[[1134,2747],[1134,2964],[1464,2964],[1464,2747]]},{"area":"95d","points":[[1136,2101],[1136,2573],[1474,2573],[1474,2101]]},{"area":"942","points":[[1474,2079],[1591,2196],[1743,2043],[1632,1931]]},{"area":"962","points":[[867,2183],[867,2509],[1133,2509],[1133,2183]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-45,"scale":3,"distance":10},"id":"beb","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/058-18-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/059-18-03.jpg"},"title":"Player Version","width":2175,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"offsetY":-3,"scale":3,"distance":10},"mapParent":{"id":"beb","autoScale":true}}]},{"name":"Level 19: Caverns of Ooze","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/061-19-02.png"},"width":2513,"height":3338,"title":"Map 19","mapRegions":[{"area":"9b5","points":[[530,489],[530,837],[776,837],[776,489]]},{"area":"9b3","points":[[961,487],[961,731],[1203,731],[1203,487]]},{"area":"9a0","points":[[1460,396],[1460,601],[1716,601],[1716,396]]},{"area":"99d","points":[[2119,654],[2220,552],[2304,552],[2304,817],[2196,817],[2140,734]]},{"area":"99b","points":[[1929,511],[2056,319],[2214,314],[2284,467],[2081,669]]},{"area":"9a5","points":[[797,1079],[797,1311],[1056,1311],[1056,1079]]},{"area":"9b4","points":[[296,1601],[296,1917],[621,1917],[621,1601]]},{"area":"982","points":[[963,1849],[996,2000],[1233,1960],[1254,1854],[1133,1757]]},{"area":"986","points":[[1136,1754],[1253,1853],[1439,1781],[1427,1683],[1317,1577],[1119,1660]]},{"area":"987","points":[[1593,1597],[1513,1730],[1696,1849],[1843,1787]]},{"area":"98d","points":[[2067,2147],[2111,2050],[2251,2130],[2239,2327],[2119,2290]]},{"area":"98c","points":[[2124,2300],[2100,2400],[2150,2500],[2257,2516],[2257,2406],[2221,2337]]},{"area":"988","points":[[1389,2339],[1389,2631],[1703,2631],[1703,2339]]},{"area":"97f","points":[[276,2223],[276,2559],[559,2559],[559,2223]]},{"area":"97c","points":[[854,2043],[854,2333],[1121,2333],[1121,2043]]},{"area":"97e","points":[[606,2106],[606,2374],[849,2374],[849,2106]]},{"area":"98e","points":[[1137,1116],[1137,1461],[1384,1461],[1384,1116]]},{"area":"999","points":[[1719,571],[1719,800],[1883,800],[1883,571]]},{"area":"997","points":[[1834,801],[1834,977],[2047,977],[2047,801]]},{"area":"994","points":[[2051,821],[2051,1193],[2256,1193],[2256,821]]},{"area":"990","points":[[1754,1361],[1754,1620],[2014,1620],[2014,1361]]},{"area":"9b2","points":[[453,2749],[453,2896],[593,2896],[593,2749]]},{"area":"9b0","points":[[587,2731],[587,2921],[740,2921],[740,2731]]},{"area":"9ae","points":[[739,2721],[739,2809],[816,2809],[816,2721]]},{"area":"9af","points":[[737,2847],[737,2934],[817,2934],[817,2847]]},{"area":"9ab","points":[[819,2730],[819,2850],[930,2850],[930,2730]]},{"area":"9a9","points":[[930,2767],[930,2844],[1047,2844],[1047,2767]]},{"area":"9a6","points":[[1046,2764],[1046,2887],[1274,2887],[1274,2764]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-16,"scale":3,"distance":10},"id":"bec","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/061-19-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/062-19-03.jpg"},"title":"Player Version","width":2175,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-4,"scale":3,"distance":10},"mapParent":{"id":"bec","autoScale":true}}]},{"name":"Level 20: Runestone Caverns","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/066-20-02.png"},"width":2513,"height":3338,"title":"Map 20","mapRegions":[{"area":"9c0","points":[[1007,306],[990,431],[1117,573],[1256,464],[1259,359],[1320,264],[1277,220],[1154,281],[1064,257]]},{"area":"9f9","points":[[1324,309],[1273,361],[1277,470],[1407,474],[1519,394],[1463,323]]},{"area":"9f6","points":[[933,731],[849,854],[899,933],[1016,880],[1096,810],[1051,709]]},{"area":"9bf","points":[[724,303],[663,380],[661,494],[741,554],[836,467],[866,347]]},{"area":"9c3","points":[[454,486],[364,539],[451,849],[676,896],[840,910],[847,766],[699,667]]},{"area":"9ea","points":[[1739,819],[1701,897],[1757,976],[1826,893],[1804,819]]},{"area":"9fa","points":[[1343,867],[1387,703],[1501,527],[1714,314],[1699,514],[1616,716],[1420,871]]},{"area":"9e7","points":[[1834,889],[1780,964],[1809,1060],[1900,1131],[1996,1094],[2076,976],[1963,867]]},{"area":"9e9","points":[[2070,993],[1996,1099],[2076,1207],[2197,1140],[2177,1014]]},{"area":"9ee","points":[[2063,499],[2024,596],[2011,681],[2171,653],[2219,444],[2129,490]]},{"area":"9f0","points":[[2109,297],[2080,393],[2107,494],[2179,454],[2240,369],[2244,133]]},{"area":"9ec","points":[[1906,214],[1846,356],[1913,460],[2076,469],[2067,380],[2097,274],[1981,219]]},{"area":"9f8","points":[[1593,1011],[1599,1143],[1654,1157],[1696,1047],[1640,990]]},{"area":"9cb","points":[[301,1597],[403,1636],[447,1589],[420,1490],[280,1486]]},{"area":"9c8","points":[[603,1001],[516,1069],[527,1174],[590,1239],[649,1186],[649,1100]]},{"area":"9c6","points":[[394,1059],[310,1189],[303,1354],[429,1430],[564,1241],[491,1143]]},{"area":"9f5","points":[[914,1644],[894,1743],[971,1797],[1024,1740],[1007,1664]]},{"area":"9f4","points":[[1179,1526],[1176,1724],[1279,1834],[1384,1787],[1456,1717],[1423,1590],[1326,1494]]},{"area":"9e4","points":[[1427,1579],[1463,1713],[1559,1771],[1667,1636],[1596,1493],[1480,1466]]},{"area":"9f2","points":[[919,1353],[930,1511],[1133,1554],[1273,1376],[1134,1224],[953,1243]]},{"area":"9e0","points":[[1203,1949],[1133,2043],[1129,2191],[1189,2253],[1403,2263],[1493,2054],[1371,1977],[1301,1954]]},{"area":"9d6","points":[[667,2153],[564,2281],[663,2371],[771,2377],[851,2313],[820,2209],[743,2137]]},{"area":"9cd","points":[[393,1764],[231,1906],[340,2053],[506,1993]]},{"area":"9d0","points":[[653,2380],[620,2450],[644,2526],[744,2521],[811,2456],[780,2384]]},{"area":"9d1","points":[[377,2599],[301,2523],[231,2634],[346,2829],[563,2829],[613,2716],[519,2644],[481,2703],[460,2636]]},{"area":"9da","points":[[1004,2443],[1011,2581],[1120,2571],[1084,2424]]},{"area":"9dc","points":[[1119,2637],[1166,2764],[1287,2736],[1289,2631],[1223,2559]]},{"area":"9db","points":[[1009,2607],[916,2691],[929,2784],[1040,2841],[1150,2779],[1110,2656]]},{"area":"9cf","points":[[363,2571],[491,2624],[530,2566],[641,2530],[619,2451],[550,2353],[394,2201],[237,2107],[194,2161]]},{"area":"9e1","points":[[1567,2107],[1461,2161],[1376,2363],[1443,2477],[1681,2293],[1704,2047],[1616,2049]]},{"area":"a1a","points":[[2009,1636],[1916,1673],[1897,1741],[1999,1849],[2097,1790],[2101,1701]]},{"area":"a16","points":[[1936,1907],[1994,2006],[1926,2067],[1861,2037],[1873,1956]]},{"area":"a12","points":[[1937,1904],[1994,2007],[2043,2031],[2140,2020],[2117,1931],[2006,1869]]},{"area":"a14","points":[[1991,2006],[1927,2067],[1969,2130],[2024,2146],[2140,2049],[2129,2021],[2039,2033]]},{"area":"a04","points":[[1930,2571],[1971,2644],[2047,2640],[2121,2563],[2041,2521]]},{"area":"9ff","points":[[2049,2644],[2106,2767],[2160,2706],[2147,2609],[2116,2573]]},{"area":"a07","points":[[2046,2643],[2104,2769],[2061,2796],[2007,2806],[1941,2764],[1921,2700],[1970,2644]]},{"area":"a0d","points":[[1986,2219],[2036,2306],[2033,2350],[1981,2431],[1934,2370],[1967,2311],[1921,2311],[1921,2260]]},{"area":"a0f","points":[[2033,2190],[1986,2219],[2037,2304],[2037,2327],[2090,2339],[2123,2407],[2157,2369],[2143,2267],[2097,2213]]},{"area":"a0e","points":[[2036,2329],[2033,2349],[1983,2431],[2029,2463],[2123,2406],[2091,2341]]},{"area":"9fb","points":[[1220,1056],[1171,1129],[1250,1214],[1334,1140],[1281,1060]]},{"area":"9d8","points":[[849,2333],[807,2416],[813,2449],[739,2526],[737,2634],[844,2739],[1003,2610],[1001,2443]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":20,"scale":3,"distance":10},"id":"bed","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/066-20-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/067-20-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-4,"scale":3,"distance":10},"mapParent":{"id":"bed","autoScale":true}}]},{"name":"Level 21: Terminus Level","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/069-21-02.png"},"width":2513,"height":3338,"title":"Map 21","mapRegions":[{"area":"a29","points":[[461,861],[454,967],[504,1037],[607,1047],[734,904],[739,830],[631,769]]},{"area":"a2b","points":[[1034,499],[974,657],[1121,794],[1287,660],[1290,526],[1219,451]]},{"area":"a2d","points":[[1469,470],[1389,536],[1406,666],[1537,819],[1709,790],[1664,549],[1554,449]]},{"area":"a3d","points":[[1297,959],[1297,1103],[1396,1103],[1396,959]]},{"area":"a48","points":[[1526,1226],[1526,1331],[1663,1331],[1663,1226]]},{"area":"a3e","points":[[1363,1109],[1363,1297],[1513,1297],[1513,1109]]},{"area":"a47","points":[[1169,1144],[1169,1254],[1357,1254],[1357,1144]]},{"area":"a45","points":[[1174,1261],[1174,1404],[1360,1404],[1360,1261]]},{"area":"a40","points":[[1371,1301],[1371,1519],[1509,1519],[1509,1301]]},{"area":"a42","points":[[1140,1414],[1140,1519],[1281,1519],[1281,1414]]},{"area":"a4c","points":[[951,1307],[951,1446],[1129,1446],[1129,1307]]},{"area":"a3b","points":[[836,1379],[836,1556],[947,1556],[947,1379]]},{"area":"a39","points":[[611,1417],[611,1523],[753,1523],[753,1417]]},{"area":"a3a","points":[[607,1534],[607,1676],[714,1676],[714,1534]]},{"area":"a4f","points":[[719,1680],[805,1593],[904,1692],[814,1781]]},{"area":"a5a","points":[[576,1754],[576,1931],[674,1931],[674,1754]]},{"area":"a57","points":[[420,1720],[420,1861],[560,1861],[560,1720]]},{"area":"a59","points":[[420,1877],[420,2013],[561,2013],[561,1877]]},{"area":"a5d","points":[[687,1869],[687,2053],[829,2053],[829,1869]]},{"area":"a49","points":[[949,1603],[949,1860],[1137,1860],[1137,1603]]},{"area":"a7d","points":[[1143,1644],[1143,1826],[1279,1826],[1279,1644]]},{"area":"a61","points":[[1140,1870],[1140,2016],[1280,2016],[1280,1870]]},{"area":"a64","points":[[1290,1864],[1290,2016],[1437,2016],[1437,1864]]},{"area":"a5f","points":[[939,2026],[939,2129],[1097,2129],[1097,2026]]},{"area":"a66","points":[[919,2136],[919,2240],[1053,2240],[1053,2136]]},{"area":"a60","points":[[1216,2026],[1216,2129],[1357,2129],[1357,2026]]},{"area":"a65","points":[[1450,1983],[1450,2177],[1589,2177],[1589,1983]]},{"area":"a36","points":[[369,1264],[467,1334],[501,1449],[516,1609],[397,1696],[281,1623],[199,1617],[211,1429],[270,1313]]},{"area":"a85","points":[[1864,1641],[1864,1823],[1966,1823],[1966,1641]]},{"area":"a7a","points":[[1974,1683],[1974,1824],[2079,1824],[2079,1683]]},{"area":"a35","points":[[2003,1404],[2117,1659],[2299,1549],[2204,1361]]},{"area":"a32","points":[[1624,899],[1536,956],[1540,1100],[1656,1200],[1683,1063],[1679,980]]},{"area":"a30","points":[[1793,971],[1709,1026],[1721,1191],[1957,1207],[1976,1024],[1856,957]]},{"area":"a34","points":[[2089,616],[2009,696],[1979,806],[2091,837],[2199,796],[2161,584]]},{"area":"a2e","points":[[2030,289],[1951,324],[1917,430],[1994,489],[2116,460],[2101,337]]},{"area":"a3c","points":[[791,1267],[850,1150],[993,1281],[896,1350]]},{"area":"a69","points":[[290,2276],[413,2291],[436,2401],[339,2483],[264,2393]]},{"area":"a68","points":[[504,2100],[433,2250],[473,2391],[633,2424],[739,2303],[694,2143]]},{"area":"a6a","points":[[309,2674],[366,2556],[546,2576],[534,2760],[477,2863],[351,2806]]},{"area":"a6b","points":[[963,2553],[883,2710],[939,2776],[1051,2759],[1196,2661],[1187,2594],[1039,2536]]},{"area":"a73","points":[[1251,2553],[1251,2664],[1361,2664],[1361,2553]]},{"area":"a70","points":[[1409,2714],[1409,2887],[1561,2887],[1561,2714]]},{"area":"a75","points":[[1667,2514],[1630,2617],[1634,2689],[1677,2767],[1763,2770],[1819,2684],[1773,2540]]},{"area":"a76","points":[[1916,2691],[1840,2720],[1846,2840],[1923,2910],[2010,2890],[2089,2791],[1973,2699]]},{"area":"a79","points":[[2126,2401],[2126,2556],[2240,2556],[2240,2401]]},{"area":"a78","points":[[1934,1904],[1934,2117],[2090,2117],[2090,1904]]},{"area":"a83","points":[[1659,1999],[1659,2246],[1797,2246],[1797,1999]]},{"area":"a77","points":[[1793,2250],[1727,2294],[1694,2380],[1756,2461],[1811,2456],[1889,2431],[1903,2357],[1841,2246]]},{"area":"a7f","points":[[1587,1601],[1587,1877],[1827,1877],[1827,1601]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":-69,"offsetY":-42,"scale":3,"distance":10},"id":"bee","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/069-21-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/070-21-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bee","autoScale":true}}]},{"name":"Level 22: Shadowdusk Hold","ix":22,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/072-22-02.png"},"width":2513,"height":3338,"title":"Map 22","mapRegions":[{"area":"a9d","points":[[263,763],[263,949],[453,949],[453,763]]},{"area":"a9e","points":[[487,614],[487,790],[640,790],[640,614]]},{"area":"a96","points":[[640,503],[640,723],[790,723],[790,503]]},{"area":"a97","points":[[639,303],[639,454],[787,454],[787,303]]},{"area":"a92","points":[[1056,269],[1056,464],[1484,464],[1484,269]]},{"area":"a90","points":[[934,469],[934,983],[1617,983],[1617,469]]},{"area":"a94","points":[[796,537],[796,903],[926,903],[926,537]]},{"area":"a99","points":[[649,906],[649,1033],[793,1033],[793,906]]},{"area":"a9b","points":[[459,906],[459,1031],[603,1031],[603,906]]},{"area":"aa7","points":[[1746,309],[1746,459],[1891,459],[1891,309]]},{"area":"aa4","points":[[1746,501],[1746,714],[1887,714],[1887,501]]},{"area":"aaa","points":[[1883,537],[1883,630],[2003,630],[2003,537]]},{"area":"aaf","points":[[1904,630],[1904,790],[2037,790],[2037,630]]},{"area":"ab6","points":[[2091,761],[2091,947],[2270,947],[2270,761]]},{"area":"ab4","points":[[1936,899],[1936,1026],[2087,1026],[2087,899]]},{"area":"ab2","points":[[1740,904],[1740,1030],[1899,1030],[1899,904]]},{"area":"aa1","points":[[1621,540],[1621,906],[1746,906],[1746,540]]},{"area":"ade","points":[[411,1220],[411,1370],[569,1370],[569,1220]]},{"area":"ada","points":[[569,1177],[569,1406],[797,1406],[797,1177]]},{"area":"ad2","points":[[1063,1114],[991,1185],[1100,1293],[1171,1222]]},{"area":"ad3","points":[[1186,1049],[1115,1119],[1205,1208],[1401,1208],[1495,1114],[1416,1035]]},{"area":"ad6","points":[[1546,1116],[1443,1218],[1511,1286],[1613,1184]]},{"area":"ad7","points":[[1521,1276],[1574,1329],[1643,1259],[1591,1207]]},{"area":"ad0","points":[[803,1310],[803,1509],[1009,1509],[1009,1310]]},{"area":"ae3","points":[[801,1567],[801,1743],[1093,1743],[1093,1567]]},{"area":"adf","points":[[454,1517],[454,1671],[596,1671],[596,1517]]},{"area":"adb","points":[[609,1520],[609,1669],[791,1669],[791,1520]]},{"area":"adc","points":[[604,1711],[604,1896],[794,1896],[794,1711]]},{"area":"ae2","points":[[494,1703],[494,1861],[597,1861],[597,1703]]},{"area":"ae5","points":[[1247,1561],[1247,1800],[1360,1800],[1360,1561]]},{"area":"ad1","points":[[1613,1307],[1613,1511],[1814,1511],[1814,1307]]},{"area":"aba","points":[[1826,1180],[1826,1403],[2046,1403],[2046,1180]]},{"area":"ac1","points":[[2054,1223],[2054,1360],[2189,1360],[2189,1223]]},{"area":"ac9","points":[[1966,1411],[1966,1513],[2197,1513],[2197,1411]]},{"area":"ac6","points":[[2006,1516],[2006,1671],[2156,1671],[2156,1516]]},{"area":"abc","points":[[1824,1523],[1824,1664],[2001,1664],[2001,1523]]},{"area":"abe","points":[[1823,1716],[1823,1900],[2011,1900],[2011,1716]]},{"area":"acc","points":[[1511,1564],[1511,1740],[1810,1740],[1810,1564]]},{"area":"ace","points":[[1103,1296],[1177,1221],[1444,1221],[1512,1289],[1512,1556],[1103,1556]]},{"area":"b09","points":[[554,1980],[554,2320],[831,2320],[831,1980]]},{"area":"b0e","points":[[389,2333],[389,2493],[554,2493],[554,2333]]},{"area":"b10","points":[[366,2594],[366,2793],[579,2793],[579,2594]]},{"area":"b05","points":[[607,2476],[607,2653],[711,2653],[711,2476]]},{"area":"b02","points":[[723,2471],[723,2693],[899,2693],[899,2471]]},{"area":"b06","points":[[683,2707],[683,2846],[863,2846],[863,2707]]},{"area":"ae9","points":[[916,2284],[916,2539],[1247,2539],[1247,2284]]},{"area":"aec","points":[[1326,2437],[1326,2619],[1513,2619],[1513,2437]]},{"area":"afe","points":[[911,2706],[971,2645],[1077,2751],[1006,2822]]},{"area":"afd","points":[[1364,2627],[1364,2807],[1476,2807],[1476,2627]]},{"area":"afc","points":[[1487,2634],[1487,2811],[1611,2811],[1611,2634]]},{"area":"af2","points":[[1391,2050],[1391,2316],[1517,2316],[1517,2050]]},{"area":"aef","points":[[1590,2094],[1590,2280],[1774,2280],[1774,2094]]},{"area":"af3","points":[[1783,2061],[1783,2160],[1931,2160],[1931,2061]]},{"area":"af5","points":[[1787,2243],[1787,2469],[1966,2469],[1966,2243]]},{"area":"af7","points":[[1974,2287],[1974,2427],[2123,2427],[2123,2287]]},{"area":"aee","points":[[1600,2327],[1600,2694],[1771,2694],[1771,2327]]},{"area":"af8","points":[[1787,2540],[1787,2853],[2089,2853],[2089,2540]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-54,"scale":3,"distance":10},"id":"bef","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/072-22-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/073-22-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bef","autoScale":true}}]},{"name":"Level 23: Mad Wizard's Lair","ix":23,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/076-23-02.png"},"width":2513,"height":3338,"title":"Map 23","mapRegions":[{"area":"b45","points":[[226,156],[226,349],[489,349],[489,156]]},{"area":"b30","points":[[497,230],[497,374],[630,374],[630,230]]},{"area":"b2e","points":[[633,234],[633,414],[867,414],[867,234]]},{"area":"b44","points":[[460,423],[460,600],[573,600],[573,423]]},{"area":"b46","points":[[501,683],[577,606],[650,680],[569,761]]},{"area":"b32","points":[[689,591],[838,740],[916,662],[803,550],[689,550]]},{"area":"b2b","points":[[884,420],[884,603],[1066,603],[1066,420]]},{"area":"b2a","points":[[1260,423],[1260,614],[1447,614],[1447,423]]},{"area":"b27","points":[[1523,269],[1523,410],[1674,410],[1674,269]]},{"area":"b29","points":[[1760,273],[1760,410],[1906,410],[1906,273]]},{"area":"b26","points":[[1566,424],[1566,603],[1861,603],[1861,424]]},{"area":"b1e","points":[[1777,657],[1826,657],[1871,819],[1777,819]]},{"area":"b23","points":[[1989,507],[1989,757],[2206,757],[2206,507]]},{"area":"b22","points":[[1816,974],[1816,1154],[1996,1154],[1996,974]]},{"area":"b1a","points":[[1847,737],[1889,897],[1924,897],[1969,737]]},{"area":"b21","points":[[1614,771],[1571,973],[1703,973],[1743,771]]},{"area":"b3c","points":[[1280,653],[1280,829],[1443,829],[1443,653]]},{"area":"b3a","points":[[1109,617],[1109,833],[1283,833],[1283,617]]},{"area":"b38","points":[[1114,839],[1114,980],[1297,980],[1297,839]]},{"area":"b34","points":[[879,950],[879,1210],[1099,1210],[1099,950]]},{"area":"b47","points":[[343,1029],[343,1213],[683,1213],[683,1029]]},{"area":"b4d","points":[[371,1264],[371,1476],[663,1476],[663,1264]]},{"area":"b3e","points":[[1061,1230],[1061,1403],[1259,1403],[1259,1230]]},{"area":"b40","points":[[1259,1256],[1259,1576],[1489,1576],[1489,1256]]},{"area":"b4e","points":[[684,1559],[684,1820],[951,1820],[951,1559]]},{"area":"b57","points":[[1304,1799],[1304,2056],[1550,2056],[1550,1799]]},{"area":"b59","points":[[1544,1867],[1544,2011],[1681,2011],[1681,1867]]},{"area":"b50","points":[[1044,1743],[1044,1923],[1221,1923],[1221,1743]]},{"area":"b5e","points":[[323,2351],[323,2530],[501,2530],[501,2351]]},{"area":"b5f","points":[[611,2353],[611,2529],[784,2529],[784,2353]]},{"area":"b66","points":[[601,2633],[601,2801],[780,2801],[780,2633]]},{"area":"b64","points":[[319,2620],[319,2799],[509,2799],[509,2620]]},{"area":"b5c","points":[[500,2330],[610,2330],[610,2527],[744,2527],[744,2629],[598,2629],[598,2817],[506,2817],[506,2616],[368,2616],[368,2529],[504,2529]]},{"area":"b72","points":[[1041,2350],[1041,2534],[1230,2534],[1230,2350]]},{"area":"b74","points":[[1037,2616],[1037,2801],[1229,2801],[1229,2616]]},{"area":"b73","points":[[1336,2350],[1336,2539],[1503,2539],[1503,2350]]},{"area":"b67","points":[[1324,2624],[1324,2804],[1503,2804],[1503,2624]]},{"area":"b6a","points":[[1230,2330],[1336,2330],[1336,2537],[1461,2537],[1461,2620],[1323,2620],[1323,2816],[1229,2816],[1229,2615],[1092,2615],[1092,2535],[1230,2535]]},{"area":"b76","points":[[1779,2351],[1779,2526],[1951,2526],[1951,2351]]},{"area":"b7d","points":[[2054,2353],[2054,2527],[2226,2527],[2226,2353]]},{"area":"b81","points":[[2050,2624],[2050,2797],[2227,2797],[2227,2624]]},{"area":"b7f","points":[[1771,2629],[1771,2800],[1946,2800],[1946,2629]]},{"area":"b77","points":[[1951,2327],[1951,2523],[1815,2523],[1815,2621],[1947,2621],[1947,2799],[2047,2799],[2047,2625],[2187,2625],[2187,2529],[2050,2529],[2050,2328]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":-39,"offsetY":-55,"scale":3,"distance":10},"id":"bf0","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/076-23-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/077-23-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bf0","autoScale":true}}]},{"name":"Skullport","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/081-24-02.png"},"width":2513,"height":3338,"title":"Map 24","grid":{"type":"square","size":114,"offsetX":45,"offsetY":42,"scale":3,"distance":10},"mapRegions":[{"area":"b91","points":[[740,1087],[740,1343],[809,1343],[996,1155],[996,1087]]},{"area":"b92","points":[[1137,1143],[930,1349],[930,1573],[1063,1706],[1168,1601],[1082,1515],[1082,1406],[1241,1247]]},{"area":"b90","points":[[1177,1371],[1177,1640],[1461,1640],[1461,1371]]},{"area":"b93","points":[[931,1766],[931,1911],[1074,1911],[1074,1766]]},{"area":"b94","points":[[1123,1750],[1214,1659],[1323,1768],[1416,1768],[1416,1906],[1123,1906]]},{"area":"b95","points":[[969,1956],[969,2061],[1077,2061],[1077,1956]]},{"area":"b95","points":[[1117,1956],[1117,2061],[1224,2061],[1224,1956]]},{"area":"b95","points":[[816,1957],[816,2061],[919,2061],[919,1957]]},{"area":"b90","points":[[464,2027],[464,2227],[741,2227],[741,2027]]},{"area":"b96","points":[[867,2121],[867,2349],[1101,2349],[1101,2121]]},{"area":"b8f","points":[[1094,844],[1094,1027],[1226,1027],[1226,844]]},{"area":"b98","points":[[1894,1809],[1973,1729],[1973,1616],[1765,1616],[1765,1809]]},{"area":"b99","points":[[1896,1807],[1949,1830],[1980,1917],[2103,1863],[2114,1741],[2051,1687],[1974,1727]]}],"imageType":"map","id":"bf1","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/081-24-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/082-24-03.jpg"},"title":"Player Version","width":2250,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-4,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"bf1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/083-24-04.png"},"width":2513,"height":3338,"title":"Map 25","mapRegions":[{"area":"bab","points":[[443,714],[443,789],[516,789],[516,714]]},{"area":"bac","points":[[610,983],[684,983],[684,1046],[713,1046],[713,1076],[633,1076],[633,1117],[589,1117],[589,1028],[610,1028]]},{"area":"ba2","points":[[776,1004],[776,1094],[900,1094],[900,1030],[848,1030],[848,1005],[848,1006],[847,1006],[847,1005]]},{"area":"bae","points":[[970,907],[970,1031],[1069,1031],[1069,907]]},{"area":"baf","points":[[1136,934],[1136,957],[1160,957],[1160,997],[1253,997],[1253,908],[1188,908],[1188,934]]},{"area":"bb0","points":[[1181,670],[1181,766],[1233,766],[1233,670]]},{"area":"bad","points":[[973,716],[973,789],[1041,789],[1041,716]]},{"area":"ba8","points":[[1496,759],[1543,759],[1543,809],[1521,830],[1496,830]]},{"area":"baa","points":[[1929,523],[1929,594],[2004,594],[2004,573],[2024,573],[2024,523]]},{"area":"bb1","points":[[1803,927],[1829,927],[1829,903],[1884,903],[1884,927],[1903,927],[1903,956],[1956,956],[1956,1006],[1906,1006],[1906,1029],[1803,1029]]},{"area":"ba0","points":[[423,2247],[563,2247],[563,2366],[539,2366],[539,2387],[423,2387]]},{"area":"ba1","points":[[541,2370],[541,2441],[611,2441],[611,2388],[636,2388],[636,2322],[566,2322],[566,2370]]},{"area":"b9f","points":[[631,2444],[631,2490],[707,2490],[707,2444]]},{"area":"b9e","points":[[363,2820],[420,2820],[420,2871],[399,2871],[399,2899],[363,2899]]},{"area":"b9d","points":[[449,2767],[449,2877],[556,2877],[556,2767]]},{"area":"b9c","points":[[651,2774],[651,2846],[800,2846],[800,2774]]},{"area":"ba4","points":[[1064,2487],[1064,2560],[1114,2560],[1114,2487]]},{"area":"ba2","points":[[801,2463],[801,2509],[772,2509],[772,2581],[801,2581],[801,2555],[921,2555],[921,2488],[875,2488],[875,2463]]},{"area":"ba3","points":[[971,2139],[971,2249],[1067,2249],[1067,2139]]},{"area":"ba9","points":[[1499,2086],[1499,2130],[1547,2130],[1547,2086]]},{"area":"ba5","points":[[1377,2364],[1377,2387],[1355,2387],[1355,2441],[1371,2441],[1371,2462],[1430,2462],[1430,2415],[1454,2415],[1454,2364]]},{"area":"ba6","points":[[1639,2493],[1639,2577],[1709,2577],[1709,2493]]},{"area":"ba8","points":[[1591,2130],[1591,2266],[1643,2266],[1643,2172]]},{"area":"baa","points":[[1953,1983],[1953,2104],[1974,2125],[1998,2102],[1998,2059],[2020,2059],[2020,2035],[2047,2035],[2047,2006],[2076,2006],[2076,1978],[2076,1950],[2058,1950],[2050,1958],[2050,1983]]},{"area":"ba7","points":[[1931,2487],[1931,2559],[1983,2559],[1983,2508],[2021,2470],[1982,2430]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":31,"offsetY":-26,"scale":3,"distance":10},"id":"bf2","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/083-24-04.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/084-24-05.jpg"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-12,"offsetY":-16,"scale":3,"distance":10},"mapParent":{"id":"bf2","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/085-24-06.png"},"width":2513,"height":1668,"title":"Map 26","mapRegions":[{"area":"bb2","points":[[854,591],[854,684],[947,684],[947,591]]},{"area":"bb3","points":[[627,811],[627,909],[759,909],[759,811]]},{"area":"bb4","points":[[969,811],[1066,811],[1066,927],[1022,927],[1022,886],[969,886]]},{"area":"bb6","points":[[1500,884],[1500,1030],[1544,1030],[1544,989],[1593,939],[1593,884]]},{"area":"bb1","points":[[1663,811],[1641,832],[1666,857],[1710,857],[1710,811]]},{"area":"bb5","points":[[1424,333],[1424,379],[1573,379],[1573,333]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":30,"offsetY":-17,"scale":3,"distance":10},"id":"bf3","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/085-24-06.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/086-24-07.jpg"},"title":"Player Version","width":2100,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-11,"offsetY":-15,"scale":3,"distance":10},"mapParent":{"id":"bf3","autoScale":true}}]}]},"GoS":{"id":"GoS","source":"GoS","prop":"adventure","chapters":[{"name":"Ch. 1: Saltmarsh","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/002-01-dm.png"},"width":2550,"height":3338,"title":"Map 1.1: Village of Saltmarsh","imageType":"map","grid":{"type":"none","size":147,"distance":250},"id":"54e","mapRegions":[{"area":"050","points":[[1130,712],[1144,691],[1178,667],[1211,654],[1234,626],[1258,597],[1299,562],[1358,558],[1392,565],[1427,587],[1469,606],[1512,626],[1514,648],[1485,702],[1486,744],[1446,755],[1400,765],[1363,762],[1328,766],[1296,789],[1264,798],[1224,784],[1184,757],[1154,736]]},{"area":"04f","points":[[1530,803],[1509,742],[1520,718],[1539,704],[1566,699],[1611,712],[1627,760],[1589,789],[1554,806]]},{"area":"04e","points":[[1693,664],[1714,594],[1720,528],[1723,477],[1706,438],[1707,368],[1755,334],[1787,312],[1818,278],[1826,259],[1862,254],[1858,328],[1827,382],[1795,435],[1794,486],[1790,539],[1781,613],[1762,667],[1734,715],[1686,763],[1691,717]]},{"area":"04c","points":[[1918,912],[1891,891],[1912,840],[1923,771],[1928,698],[1947,659],[2018,664],[2018,683],[1995,707],[1976,730],[1968,771],[1971,808],[1978,835],[1968,877],[1946,901]]},{"area":"04b","points":[[1842,1027],[1789,984],[1862,896],[1886,907],[1870,931],[1875,952],[1845,995]]},{"area":"04a","points":[[1693,1000],[1752,994],[1762,1022],[1760,1048],[1698,1053],[1698,1030]]},{"area":"051","points":[[1376,920],[1421,837],[1445,845],[1454,866],[1475,893],[1446,942],[1431,940],[1422,945],[1381,929]]},{"area":"049","points":[[1497,1346],[1500,1305],[1475,1296],[1478,1273],[1508,1272],[1516,1269],[1523,1251],[1549,1257],[1549,1275],[1555,1277],[1567,1284],[1561,1316],[1555,1315],[1548,1347],[1521,1347]]},{"area":"047","points":[[1582,1396],[1619,1398],[1620,1449],[1633,1450],[1633,1471],[1624,1473],[1624,1477],[1626,1506],[1593,1502],[1588,1484],[1588,1477],[1580,1473],[1576,1407],[1580,1406]]},{"area":"048","points":[[1340,1492],[1357,1457],[1349,1453],[1359,1435],[1366,1437],[1370,1432],[1387,1437],[1393,1428],[1380,1420],[1380,1409],[1372,1407],[1381,1384],[1393,1386],[1409,1356],[1435,1366],[1418,1404],[1423,1410],[1397,1470],[1389,1468],[1367,1505],[1353,1501]]},{"area":"046","points":[[1637,1703],[1637,1669],[1646,1665],[1646,1595],[1679,1595],[1678,1659],[1716,1660],[1716,1708],[1647,1710]]},{"area":"053","points":[[2164,1941],[2174,1915],[2215,1925],[2207,1951],[2173,1945]]},{"area":"040","points":[[744,1996],[748,1988],[751,1975],[763,1966],[780,1967],[789,1982],[797,1993],[804,2005],[783,2027],[768,2014],[766,2005],[755,2007]]},{"area":"03f","points":[[918,2033],[895,1989],[913,1976],[909,1961],[924,1956],[940,1970],[961,1987],[967,1999],[965,2007],[967,2019],[934,2039],[925,2031]]},{"area":"036","points":[[720,2305],[756,2301],[767,2297],[783,2294],[790,2322],[775,2325],[771,2351],[727,2354]]},{"area":"035","points":[[461,2385],[472,2380],[491,2420],[476,2422]]},{"area":"037","points":[[818,2403],[817,2387],[821,2374],[867,2366],[873,2374],[879,2399],[879,2400],[876,2415],[859,2417],[855,2401]]},{"area":"038","points":[[1162,2757],[1164,2725],[1173,2722],[1173,2707],[1183,2704],[1185,2690],[1215,2688],[1218,2707],[1224,2706],[1224,2753]]},{"area":"039","points":[[1201,2450],[1231,2452],[1233,2463],[1273,2464],[1273,2502],[1264,2507],[1260,2514],[1237,2516],[1237,2510],[1203,2507]]},{"area":"03a","points":[[1426,2575],[1423,2615],[1430,2623],[1447,2624],[1453,2614],[1456,2600],[1479,2598],[1480,2576],[1465,2561],[1438,2561]]},{"area":"03b","points":[[1570,2282],[1567,2262],[1563,2232],[1589,2224],[1602,2231],[1604,2250],[1595,2256],[1584,2260],[1582,2284]]},{"area":"03c","points":[[1477,2143],[1485,2162],[1493,2180],[1516,2174],[1513,2155],[1517,2154],[1513,2131]]},{"area":"03d","points":[[1278,2187],[1291,2160],[1304,2150],[1328,2160],[1347,2173],[1356,2198],[1367,2226],[1367,2264],[1322,2236],[1288,2209]]},{"area":"03e","points":[[1140,2141],[1138,2118],[1136,2075],[1130,2069],[1124,2033],[1119,2018],[1120,2004],[1156,1991],[1167,1987],[1171,2001],[1175,2027],[1180,2043],[1173,2048],[1177,2075],[1185,2100],[1189,2113],[1189,2134],[1170,2134]]},{"area":"052","points":[[593,1186],[593,1175],[579,1165],[580,1151],[591,1145],[602,1138],[608,1146],[614,1146],[618,1155],[626,1153],[635,1167],[644,1164],[653,1170],[657,1185],[666,1180],[672,1169],[677,1169],[685,1171],[693,1176],[700,1167],[711,1167],[723,1174],[723,1190],[730,1189],[740,1180],[750,1180],[756,1191],[753,1205],[767,1204],[777,1210],[788,1207],[800,1220],[807,1208],[809,1186],[822,1178],[835,1180],[847,1190],[855,1187],[872,1189],[884,1199],[886,1212],[886,1231],[895,1232],[900,1222],[906,1207],[917,1196],[929,1193],[947,1200],[954,1210],[960,1216],[952,1236],[967,1243],[981,1250],[989,1257],[992,1273],[1005,1271],[1014,1278],[1024,1287],[1023,1301],[1019,1316],[1009,1325],[1001,1334],[1011,1344],[1021,1335],[1035,1339],[1042,1353],[1039,1366],[1026,1374],[1024,1386],[1034,1393],[1037,1406],[1029,1416],[1003,1432],[996,1434],[1005,1447],[994,1455],[1000,1469],[985,1484],[976,1481],[962,1485],[956,1482],[943,1487],[928,1482],[928,1490],[938,1498],[940,1513],[931,1532],[916,1538],[894,1536],[877,1522],[879,1504],[886,1488],[894,1482],[886,1474],[880,1466],[865,1473],[852,1478],[837,1475],[818,1469],[819,1464],[812,1453],[805,1444],[797,1448],[792,1462],[778,1469],[751,1470],[740,1459],[731,1446],[727,1433],[725,1420],[713,1416],[707,1425],[709,1435],[706,1450],[692,1463],[673,1465],[661,1458],[654,1440],[640,1441],[633,1429],[633,1409],[613,1416],[594,1406],[584,1394],[575,1380],[577,1367],[587,1361],[601,1364],[608,1366],[615,1354],[612,1345],[598,1346],[592,1332],[596,1317],[580,1320],[564,1313],[562,1288],[578,1282],[588,1273],[601,1260],[592,1258],[583,1247],[583,1226],[596,1223],[606,1210],[580,1212],[577,1198],[582,1181]]},{"area":"044","points":[[1497,1984],[1498,1942],[1510,1938],[1517,1925],[1549,1921],[1552,1932],[1557,1939],[1559,1957],[1568,1961],[1570,1974],[1558,1979],[1559,1991],[1512,1987]]},{"area":"042","points":[[1342,1821],[1423,1820],[1421,1881],[1396,1881],[1394,1891],[1373,1890],[1369,1882],[1340,1881]]},{"area":"041","points":[[1251,1827],[1313,1827],[1317,1868],[1303,1872],[1299,1881],[1283,1885],[1276,1875],[1260,1870],[1253,1847]]},{"area":"045","points":[[1523,1736],[1561,1736],[1565,1753],[1564,1785],[1527,1784],[1521,1756]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/002-01-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/003-01-pc.png"},"title":"Player Version","width":2550,"height":3338,"imageType":"mapPlayer","grid":{"type":"none","size":147,"distance":250},"mapParent":{"id":"54e"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/005-02-dm.png"},"width":4200,"height":5700,"title":"Map 1.2: The Saltmarsh Environs","imageType":"map","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"id":"54f","mapRegions":[{"area":"06f","points":[[2696,480],[2696,656],[3448,656],[3448,480]]},{"area":"076","points":[[1364,628],[1364,776],[1968,776],[1968,628]]},{"area":"07b","points":[[3008,1868],[3008,2036],[3524,2036],[3524,1868]]},{"area":"079","points":[[1152,1860],[1204,1640],[1312,1516],[1444,1456],[1620,1472],[1748,1564],[1660,1624],[1512,1572],[1356,1620],[1320,1792],[1164,1968]]},{"area":"065","points":[[28,1300],[28,1476],[820,1476],[820,1300]]},{"area":"064","points":[[472,2820],[472,3112],[1004,3112],[1004,2820]]},{"area":"067","points":[[1456,3380],[1456,3560],[2280,3560],[2280,3380]]},{"area":"026","points":[[1708,3708],[1708,3844],[2200,3844],[2200,3708]]},{"area":"063","points":[[1720,4040],[1720,4288],[2136,4288],[2136,4040]]},{"area":"060","points":[[672,3620],[672,3768],[1252,3768],[1252,3620]]},{"area":"062","points":[[888,4380],[888,4524],[1540,4524],[1540,4380]]},{"area":"066","points":[[1188,5128],[1188,5308],[1584,5308],[1584,5128]]},{"area":"061","points":[[3124,2732],[3124,2884],[3400,2884],[3400,2732]]},{"area":"069","points":[[3468,5388],[3468,5576],[4064,5576],[4064,5388]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/005-02-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/006-02-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"mapParent":{"id":"54f"}}]},{"name":"Ch. 2: The Sinister Secret of Saltmarsh","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/011-06-dm.png"},"width":4200,"height":5700,"title":"Map 2.1: Haunted House","imageType":"map","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"id":"550","mapRegions":[{"area":"104","points":[[2376,436],[2384,304],[2508,196],[2508,436]]},{"area":"102","points":[[1676,164],[1676,428],[2244,428],[2244,164]]},{"area":"100","points":[[1824,452],[2512,460],[2520,988],[1828,992]]},{"area":"0fe","points":[[1824,1020],[2512,1016],[2524,1416],[1820,1420]]},{"area":"0ef","points":[[412,2400],[404,1988],[347,1988],[347,1848],[412,1848],[412,1576],[968,1576],[972,2400]]},{"area":"0ed","points":[[988,1588],[1664,1576],[1668,2404],[988,2396]]},{"area":"0f1","points":[[2528,1572],[2928,1580],[2924,2396],[2536,2400]]},{"area":"0f4","points":[[2956,1584],[3340,1572],[3356,2396],[2956,2400]]},{"area":"0f8","points":[[3368,1576],[3780,1580],[3788,1844],[3849,1844],[3849,1988],[3783,1988],[3784,2400],[3376,2396]]},{"area":"0d1","points":[[1824,4088],[2520,4084],[2512,5064],[1820,5056]]},{"area":"0dd","points":[[2532,4244],[3208,4240],[3212,5064],[2536,5068]]},{"area":"0e0","points":[[3232,4240],[3772,4232],[3780,4500],[3844,4508],[3844,4644],[3788,4644],[3780,5056],[3240,5060]]},{"area":"0d9","points":[[416,4100],[956,4092],[960,5064],[428,5064],[416,4644],[352,4644],[348,4504],[424,4508]]},{"area":"0d4","points":[[980,4664],[1804,4664],[1804,5064],[988,5060]]},{"area":"0d6","points":[[988,4092],[1800,4096],[1808,4484],[980,4476]]},{"area":"0e2","points":[[1680,3396],[2080,3392],[2076,4068],[1680,4060]]},{"area":"0e4","points":[[2260,3544],[2512,3536],[2512,4052],[2252,4064]]},{"area":"0e7","points":[[1676,2824],[2224,2820],[2220,3364],[1680,3368],[1672,3308],[1628,3308],[1628,3187],[1668,3192]]},{"area":"0e9","points":[[2252,2820],[2504,2824],[2516,3368],[2256,3364]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/011-06-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/012-06-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"mapParent":{"id":"550"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/013-04-dm.png"},"width":4200,"height":5700,"title":"Map 2.2: Haunted House Cellar and Caverns","imageType":"map","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":41},"id":"551","mapRegions":[{"area":"108","points":[[1772,196],[2524,188],[2516,1500],[2120,1496],[2120,1431],[2068,1431],[2068,1504],[1920,1504],[1920,1436],[1872,1436],[1872,1505],[1772,1505]]},{"area":"10e","points":[[284,1540],[1864,1552],[1864,1648],[1913,1648],[1913,1571],[2072,1571],[2072,1644],[2120,1644],[2120,1548],[2520,1552],[2516,2164],[2936,2156],[2936,2428],[284,2448]]},{"area":"113","points":[[2556,1548],[2928,1544],[2936,2112],[2556,2116]]},{"area":"118","points":[[2980,1544],[3396,1540],[3380,2432],[2980,2432]]},{"area":"11d","points":[[3448,1532],[3876,1528],[3868,2428],[3448,2436]]},{"area":"132","points":[[2736,4012],[2708,3988],[2700,3912],[2744,3820],[2820,3788],[2888,3760],[2936,3700],[3076,3668],[3128,3644],[3224,3668],[3284,3676],[3368,3668],[3492,3696],[3540,3788],[3596,3896],[3592,3980],[3540,4044],[3584,4204],[3608,4324],[3640,4468],[3676,4504],[3564,4468],[3464,4452],[3408,4452],[3384,4588],[3312,4592],[3288,4492],[3160,4520],[3064,4560],[2964,4596],[2908,4624],[2936,4496],[2952,4448],[2932,4388],[2956,4284],[2936,4204],[2880,4064],[2824,4020]]},{"area":"128","points":[[2700,3188],[2740,3024],[2808,2988],[2832,2936],[2848,2852],[2964,2792],[3100,2796],[3192,2796],[3248,2820],[3328,2820],[3428,2804],[3544,2852],[3592,2924],[3672,2964],[3696,3064],[3660,3168],[3632,3264],[3596,3332],[3552,3388],[3484,3436],[3416,3464],[3336,3464],[3292,3452],[3232,3484],[3112,3496],[3056,3468],[2960,3444],[2908,3384],[2856,3332],[2840,3288],[2780,3244]]},{"area":"12e","points":[[2444,3336],[2516,3272],[2604,3280],[2652,3400],[2652,3504],[2596,3576],[2504,3580],[2452,3592],[2416,3664],[2340,3704],[2292,3816],[2192,3972],[2128,3876],[2148,3792],[2164,3680],[2176,3616],[2232,3552],[2336,3512],[2424,3464],[2460,3432],[2464,3372]]},{"area":"130","points":[[2208,4016],[2320,3872],[2428,3928],[2492,3928],[2552,3884],[2648,3844],[2712,3796],[2664,3912],[2676,3996],[2700,4032],[2632,4092],[2608,4200],[2572,4252],[2524,4268],[2476,4312],[2380,4332],[2332,4324],[2256,4292],[2232,4252],[2212,4180],[2204,4108],[2212,4064]]},{"area":"126","points":[[1056,4136],[1068,4032],[1108,3964],[1144,3920],[1212,3916],[1272,3888],[1260,3844],[1312,3796],[1328,3732],[1436,3736],[1516,3756],[1584,3720],[1748,3712],[1784,3792],[1780,3856],[1836,3912],[1868,3952],[1908,4064],[1952,4120],[1972,4264],[1940,4336],[1904,4360],[1896,4416],[1840,4452],[1776,4484],[1672,4480],[1584,4496],[1548,4480],[1484,4488],[1452,4500],[1352,4476],[1308,4480],[1268,4524],[1180,4508],[1132,4440],[1112,4380],[1172,4296],[1168,4204],[1108,4164]]},{"area":"124","points":[[788,3004],[840,3096],[912,3144],[892,3204],[844,3240],[864,3372],[864,3452],[872,3568],[900,3628],[944,3760],[712,3796],[644,3776],[576,3804],[532,3840],[472,3796],[428,3720],[372,3652],[292,3584],[276,3508],[252,3404],[296,3356],[280,3292],[352,3248],[368,3204],[376,3148],[444,3072],[548,3036],[600,3028],[672,3040],[760,3012]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/013-04-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/014-04-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":-12},"mapParent":{"id":"551"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/018-03-dm.png"},"width":4200,"height":5700,"title":"Map 2.3: Sea Ghost","imageType":"map","grid":{"type":"square","size":168,"offsetX":32,"offsetY":6},"id":"552","mapRegions":[{"area":"148","points":[[1288,531],[1291,514],[1282,509],[1309,438],[1345,383],[1406,312],[1467,255],[1518,215],[1518,251],[1552,244],[1558,200],[1598,177],[1682,158],[1781,139],[1819,135],[1821,168],[1861,173],[1863,141],[2093,135],[2086,958],[1922,960],[1846,949],[1844,931],[1821,928],[1813,949],[1747,949],[1659,933],[1602,916],[1554,893],[1545,855],[1522,853],[1516,874],[1444,829],[1389,777],[1331,716],[1293,651],[1274,587],[1295,577]]},{"area":"14a","points":[[3217,135],[3320,133],[3398,139],[3398,154],[3423,162],[3427,139],[3674,160],[3680,181],[3703,181],[3705,166],[3943,183],[3939,204],[3973,211],[3979,185],[4128,198],[4122,888],[4046,899],[3977,901],[3975,880],[3941,882],[3939,903],[3705,933],[3697,905],[3674,905],[3667,937],[3440,949],[3429,928],[3408,928],[3402,947],[3227,971]]},{"area":"14e","points":[[1293,1661],[1705,1663],[1701,1297],[1632,1307],[1560,1339],[1558,1389],[1520,1385],[1524,1362],[1467,1394],[1394,1461],[1335,1537],[1303,1604]]},{"area":"152","points":[[1741,1665],[1735,1469],[1743,1291],[1832,1286],[1846,1314],[1882,1312],[1882,1288],[2042,1291],[2048,1674]]},{"area":"14c","points":[[1288,1699],[1720,1709],[1722,1861],[1722,2065],[1636,2053],[1564,2027],[1566,1979],[1526,1975],[1522,1989],[1482,1985],[1438,1947],[1381,1905],[1328,1819],[1299,1754]]},{"area":"150","points":[[1758,1714],[1893,1716],[1899,1863],[2051,1869],[2051,2103],[1880,2097],[1878,2072],[1842,2067],[1834,2088],[1752,2088],[1747,1855],[1754,1853]]},{"area":"146","points":[[2088,1272],[2328,1274],[2326,1295],[2368,1301],[2368,1267],[2596,1269],[2602,1295],[2642,1299],[2644,1269],[2869,1272],[2880,1312],[2912,1309],[2916,1276],[3074,1274],[3078,1299],[3118,1301],[3120,1274],[3208,1267],[3219,2095],[2912,2093],[2912,2061],[2876,2059],[2869,2091],[2642,2101],[2636,2063],[2600,2063],[2596,2093],[2366,2105],[2362,2067],[2333,2061],[2324,2095],[2093,2101],[2093,1853],[2084,1691],[2088,1509],[2091,1362]]},{"area":"159","points":[[3251,1512],[3253,1288],[3396,1291],[3402,1326],[3432,1326],[3442,1295],[3653,1314],[3661,1347],[3703,1347],[3705,1318],[3931,1339],[3931,1362],[3964,1360],[3973,1341],[4042,1349],[4051,1663],[3518,1674],[3512,1522]]},{"area":"156","points":[[3248,1859],[3514,1857],[3518,1705],[4040,1701],[4046,2019],[3971,2027],[3968,2011],[3935,2006],[3935,2025],[3712,2057],[3699,2029],[3661,2032],[3661,2059],[3577,2074],[3453,2084],[3432,2080],[3427,2051],[3394,2053],[3392,2091],[3257,2082]]},{"area":"15d","points":[[1288,2859],[1335,2743],[1375,2682],[1434,2619],[1499,2587],[1499,2606],[1543,2602],[1547,2556],[1638,2518],[1731,2505],[1804,2501],[1804,2526],[1851,2526],[1853,2505],[2053,2512],[2057,2886],[2008,2891],[1914,2882],[1876,2888],[1882,2912],[2048,2928],[2042,3061],[1872,3063],[1874,3091],[2034,3093],[2051,3109],[2040,3312],[1876,3309],[1865,3282],[1813,3282],[1813,3316],[1739,3307],[1653,3286],[1566,3255],[1558,3204],[1522,3196],[1509,3223],[1461,3189],[1387,3124],[1328,3029],[1291,2943],[1318,2931],[1347,2922],[1339,2874],[1316,2863]]},{"area":"15f","points":[[2084,2512],[2341,2503],[2345,2531],[2383,2531],[2385,2507],[2531,2503],[2611,2503],[2613,2518],[2651,2522],[2655,2505],[2756,2503],[2869,2505],[2874,2518],[2918,2522],[2922,2503],[3137,2505],[3143,2518],[3183,2524],[3192,2497],[3211,2503],[3221,2611],[3215,2712],[3217,2823],[3221,2922],[3217,3015],[3211,3107],[3206,3309],[3166,3309],[3158,3276],[3128,3274],[3122,3309],[2941,3305],[2901,3303],[2903,3280],[2867,3280],[2863,3320],[2802,3307],[2726,3314],[2623,3312],[2625,3282],[2604,3286],[2594,3316],[2495,3307],[2364,3309],[2358,3284],[2326,3280],[2324,3314],[2217,3307],[2078,3305],[2082,2920],[2086,2695]]},{"area":"167","points":[[3248,2507],[3309,2499],[3413,2512],[3421,2547],[3457,2543],[3457,2522],[3568,2531],[3651,2531],[3665,2566],[3695,2564],[3695,2547],[3714,2549],[3718,2895],[3512,2897],[3288,2897],[3244,2893],[3244,2825],[3251,2777],[3442,2771],[3440,2749],[3248,2754],[3253,2573]]},{"area":"162","points":[[3251,2941],[3373,2939],[3505,2931],[3680,2933],[3726,2954],[3724,3276],[3697,3282],[3684,3253],[3653,3255],[3651,3282],[3514,3301],[3446,3307],[3442,3280],[3406,3274],[3400,3307],[3251,3303],[3246,3076],[3442,3069],[3448,3046],[3244,3042]]},{"area":"170","points":[[3773,2552],[3901,2566],[3905,2579],[3928,2585],[3933,2798],[3935,2899],[3777,2893],[3775,2663],[3773,2621]]},{"area":"16b","points":[[3792,3263],[3909,3257],[3914,3223],[3935,3219],[3937,3029],[3926,2954],[3785,2952],[3789,3158]]},{"area":"172","points":[[1488,3996],[1495,3947],[1509,3905],[1552,3905],[1552,3836],[1583,3800],[1625,3768],[1741,3712],[1802,3709],[1806,3754],[1851,3760],[1853,3707],[2027,3707],[2057,3709],[2057,3760],[2109,3756],[2107,3714],[2314,3709],[2316,3754],[2367,3759],[2366,3713],[2474,3707],[2586,3706],[2591,3756],[2636,3760],[2636,3710],[2743,3706],[2849,3709],[2853,3750],[2900,3750],[2897,3703],[2993,3703],[3111,3706],[3114,3753],[3156,3750],[3159,3707],[3264,3710],[3386,3707],[3387,3751],[3431,3754],[3434,3710],[3549,3716],[3641,3729],[3650,3769],[3697,3774],[3697,3731],[3837,3740],[3839,3850],[3843,3973],[3834,4029],[3836,4107],[3844,4216],[3840,4341],[3703,4347],[3697,4311],[3653,4311],[3654,4354],[3589,4354],[3516,4367],[3439,4369],[3436,4326],[3399,4321],[3393,4371],[3281,4371],[3163,4370],[3157,4327],[3116,4326],[3113,4367],[2994,4367],[2907,4367],[2904,4320],[2861,4320],[2857,4373],[2706,4370],[2634,4369],[2636,4324],[2587,4324],[2584,4367],[2543,4369],[2481,4367],[2381,4369],[2363,4370],[2359,4331],[2323,4324],[2316,4369],[2101,4373],[2097,4329],[2056,4329],[2054,4371],[1949,4370],[1849,4371],[1843,4324],[1809,4323],[1806,4367],[1734,4356],[1673,4333],[1626,4313],[1580,4274],[1561,4256],[1553,4150],[1516,4150],[1511,4184],[1494,4150],[1477,4081],[1563,4074],[1560,4031],[1556,4006],[1517,3999]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/018-03-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/019-03-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":167,"offsetX":55,"offsetY":26},"mapParent":{"id":"552"}}]},{"name":"Ch. 3: Danger at Dunwater","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/023-05-dm.png"},"width":8192,"height":5399,"title":"Map 3.1: Lizardfolk Lair","imageType":"map","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"id":"553","mapRegions":[{"area":"1b3","points":[[1655,190],[1655,530],[1995,530],[1995,190]]},{"area":"1eb","points":[[262,310],[262,877],[827,877],[827,310]]},{"area":"1e9","points":[[260,1000],[260,1815],[832,1815],[832,1000]]},{"area":"1e7","points":[[380,1922],[835,1925],[837,2030],[720,2030],[715,2150],[377,2145]]},{"area":"1ed","points":[[1117,657],[1640,657],[1652,870],[1200,875],[1195,757],[1122,745]]},{"area":"1f2","points":[[960,790],[1062,782],[1062,525],[1297,530],[1295,310],[955,305]]},{"area":"1b0","points":[[1425,997],[1772,995],[1772,1217],[1872,1222],[1870,1335],[1427,1335]]},{"area":"1b9","points":[[1305,1460],[1305,1917],[1887,1917],[1887,1460]]},{"area":"1bc","points":[[1312,2035],[1312,2492],[1885,2492],[1885,2035]]},{"area":"1bf","points":[[1310,2620],[1310,2957],[1895,2957],[1895,2620]]},{"area":"1e2","points":[[12,2552],[67,2557],[112,2585],[187,2572],[210,2545],[260,2525],[305,2482],[332,2412],[345,2395],[340,2352],[352,2337],[385,2300],[430,2287],[480,2287],[532,2267],[590,2237],[625,2247],[665,2257],[730,2252],[780,2255],[830,2227],[855,2310],[885,2392],[942,2485],[1017,2557],[1060,2632],[1077,2732],[1072,2850],[1072,2922],[1057,2955],[1052,2992],[1012,2972],[962,2975],[927,2977],[887,3002],[860,3030],[825,3047],[775,3057],[722,3080],[670,3102],[647,3127],[620,3145],[547,3137],[460,3117],[432,3100],[405,3057],[370,3037],[317,3022],[310,2980],[297,2945],[272,2922],[235,2907],[207,2890],[162,2887],[142,2915],[102,2945],[80,2972],[50,3022],[12,3067]]},{"area":"1de","points":[[152,3425],[385,3427],[372,3820],[257,3802],[257,3770],[145,3765]]},{"area":"1d1","points":[[497,3310],[497,3527],[722,3527],[722,3310]]},{"area":"1d1","points":[[855,3317],[855,3525],[1077,3525],[1077,3317]]},{"area":"1d1","points":[[1197,3310],[1197,3532],[1422,3532],[1422,3310]]},{"area":"1d1","points":[[1542,3315],[1542,3525],[1767,3525],[1767,3315]]},{"area":"1db","points":[[270,3845],[362,3837],[370,3882],[835,3897],[837,4115],[377,4117],[370,4002],[337,4000],[297,3977],[280,3947],[262,3895]]},{"area":"1d4","points":[[1200,3895],[1697,3890],[1707,4002],[1660,4002],[1655,4115],[1187,4115],[1185,3997]]},{"area":"1d7","points":[[1737,3892],[2132,3895],[2122,4117],[1862,4110],[1780,4115],[1777,4005],[1737,4000]]},{"area":"1cd","points":[[2247,3542],[2475,3537],[2480,3770],[2527,3775],[2525,3872],[2250,3877]]},{"area":"1ac","points":[[2237,185],[2237,877],[2700,877],[2700,185]]},{"area":"1a9","points":[[2732,417],[2935,412],[2940,305],[3407,307],[3407,527],[2730,522]]},{"area":"1a7","points":[[3522,70],[3522,207],[3642,207],[3642,70]]},{"area":"1b7","points":[[2832,1215],[2832,1795],[3172,1795],[3172,1215]]},{"area":"1c4","points":[[2357,2150],[2357,2955],[3062,2955],[3062,2150]]},{"area":"1c9","points":[[2597,3315],[2597,4000],[3297,4000],[3297,3315]]},{"area":"1f6","points":[[4210,762],[4210,1572],[4780,1572],[4780,762]]},{"area":"1c2","points":[[3412,997],[3412,1912],[3982,1912],[3982,997]]},{"area":"1f4","points":[[4807,877],[4900,875],[4902,767],[5127,762],[5130,985],[4805,980]]},{"area":"1f9","points":[[5147,415],[5250,405],[5255,375],[5370,377],[5375,412],[5480,415],[5485,687],[5377,685],[5372,642],[5225,642],[5147,637]]},{"area":"1fb","points":[[5257,762],[5357,757],[5370,725],[5480,720],[5485,750],[5602,762],[5607,997],[5250,985]]},{"area":"228","points":[[4907,1107],[4907,1565],[5487,1565],[5487,1107]]},{"area":"22e","points":[[5142,1682],[5142,1907],[5487,1907],[5487,1682]]},{"area":"215","points":[[4212,1677],[4212,2252],[5025,2252],[5025,1677]]},{"area":"1fe","points":[[3647,2727],[3875,2732],[3882,3102],[3765,3102],[3762,3067],[3655,3070],[3647,2912],[3652,2840]]},{"area":"200","points":[[3647,3187],[3772,3177],[3770,3145],[3870,3137],[3880,3187],[3987,3192],[3987,3525],[3767,3530],[3765,3565],[3652,3560],[3650,3345],[3652,3265]]},{"area":"202","points":[[3655,3600],[3755,3602],[3765,3657],[3992,3652],[4000,3877],[3650,3880],[3642,3737]]},{"area":"205","points":[[4222,3422],[4315,3420],[4322,3377],[4425,3375],[4435,3412],[4552,3427],[4545,3880],[4585,3887],[4590,3987],[4222,3982],[4215,3630]]},{"area":"20a","points":[[4630,3877],[4630,3990],[4895,3982],[4900,3647],[4667,3647],[4667,3880]]},{"area":"208","points":[[4212,2832],[4667,2840],[4660,2980],[4662,3290],[4432,3300],[4427,3342],[4317,3340],[4317,3305],[4220,3292]]},{"area":"212","points":[[4777,3527],[5017,3532],[5010,3190],[4907,3187],[4910,3135],[4787,3137]]},{"area":"20c","points":[[4785,2720],[5007,2722],[5012,3072],[4907,3065],[4900,3112],[4790,3107],[4777,2837]]},{"area":"22b","points":[[5830,1112],[5830,1570],[6065,1570],[6065,1112]]},{"area":"22b","points":[[5957,1680],[5957,1915],[6430,1915],[6430,1680]]},{"area":"231","points":[[5602,2260],[5602,2497],[6067,2497],[6067,2260]]},{"area":"219","points":[[5077,2365],[5140,2290],[5235,2190],[5267,2142],[5392,2180],[5342,2212],[5287,2275],[5215,2365],[5147,2427]]},{"area":"21e","points":[[6297,1235],[6302,1327],[6415,1342],[6425,1442],[6185,1435],[6192,1242]]},{"area":"225","points":[[6422,1462],[6422,1560],[6537,1560],[6537,1462]]},{"area":"224","points":[[6560,1462],[6560,1560],[6647,1560],[6647,1462]]},{"area":"224","points":[[6667,1467],[6667,1567],[6772,1567],[6772,1467]]},{"area":"223","points":[[6785,1470],[6785,1562],[6875,1562],[6875,1470]]},{"area":"220","points":[[6897,1460],[6897,1560],[7000,1560],[7000,1460]]},{"area":"21b","points":[[6175,885],[6175,1222],[6540,1222],[6540,885]]},{"area":"233","points":[[6287,75],[6295,127],[6307,152],[6330,172],[6340,212],[6365,240],[6442,237],[6477,202],[6505,172],[6570,150],[6580,117],[6692,97],[6745,130],[6792,122],[6837,95],[6922,105],[6967,117],[7010,147],[7077,177],[7130,207],[7142,247],[7120,282],[7120,322],[7160,360],[7192,375],[7192,420],[7235,432],[7180,650],[7130,697],[7062,667],[7010,655],[6657,650],[6655,530],[6550,530],[6542,647],[6470,672],[6402,737],[6312,675],[6275,620],[6217,612],[6182,572],[6145,522],[6150,477],[6102,440],[6087,385],[6072,310],[6085,252],[6097,210],[6080,180],[6087,122],[6120,102],[6120,65]]},{"area":"237","points":[[7145,707],[7200,662],[7260,422],[7337,390],[7360,352],[7365,292],[7372,260],[7432,237],[7455,190],[7510,147],[7600,127],[7675,117],[7777,127],[7845,150],[7915,195],[7932,250],[7987,307],[8017,357],[8035,430],[8060,490],[8052,560],[8040,587],[8065,627],[8060,685],[8045,752],[8000,785],[7972,812],[7930,825],[7892,850],[7847,870],[7825,897],[7797,945],[7757,972],[7705,980],[7652,1000],[7625,1025],[7577,1012],[7512,1030],[7485,1097],[7485,1157],[7547,1182],[7617,1187],[7507,1350],[7390,1327],[7335,1290],[7305,1270],[7255,1180],[7245,1125],[7242,985],[7355,985],[7352,880],[7240,870],[7205,792]]},{"area":"23b","points":[[7395,1347],[7520,1370],[7677,1140],[7752,1115],[7807,1132],[7880,1157],[7970,1160],[8002,1185],[7992,1267],[7952,1302],[7950,1360],[7997,1397],[8050,1430],[8062,1485],[8085,1535],[8062,1587],[8092,1680],[8105,1770],[8080,1812],[8057,1872],[8052,1927],[8065,1975],[8022,2027],[8007,2077],[7937,2102],[7860,2150],[7790,2170],[7725,2185],[7685,2132],[7675,2060],[7655,2020],[7585,2030],[7540,2035],[7452,1940],[7425,1790],[7487,1752],[7535,1720],[7542,1682],[7662,1682],[7650,1572],[7557,1570],[7525,1490],[7497,1430],[7440,1387]]},{"area":"23f","points":[[6537,2307],[6545,2250],[6550,2220],[6602,2172],[6655,2122],[6702,2060],[6735,1987],[6775,1890],[6885,1815],[7002,1802],[7122,1805],[7130,1905],[7242,1910],[7242,1802],[7352,1805],[7400,1790],[7427,1967],[7530,2052],[7545,2110],[7590,2135],[7625,2165],[7655,2147],[7695,2195],[7697,2247],[7700,2292],[7695,2330],[7707,2377],[7672,2417],[7635,2467],[7572,2495],[7510,2495],[7447,2475],[7400,2495],[7265,2530],[7202,2545],[7182,2585],[7105,2592],[7057,2590],[7007,2617],[6962,2607],[6932,2580],[6870,2552],[6797,2547],[6775,2557],[6702,2515],[6652,2460],[6657,2422],[6630,2395],[6602,2355],[6565,2340]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/023-05-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/024-05-pc.png"},"title":"Player Version","width":8192,"height":5399,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"mapParent":{"id":"553"}}]},{"name":"Ch. 4: Salvage Operation","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/032-27-dm.png"},"width":2063,"height":1425,"title":"Map 4.1: Emperor of the Waves","imageType":"map","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"id":"554","mapRegions":[{"area":"279","points":[[283,427],[305,440],[330,460],[353,483],[374,505],[390,533],[404,570],[413,618],[417,676],[417,756],[417,849],[413,964],[411,1035],[410,1119],[404,1234],[163,1234],[153,1045],[150,913],[147,823],[148,696],[150,645],[156,602],[161,571],[170,544],[177,530],[189,510],[214,480],[240,455],[266,437]]},{"area":"269","points":[[630,509],[646,480],[667,450],[690,425],[713,403],[737,387],[757,403],[780,421],[802,443],[820,470],[842,504],[853,536],[859,555],[665,555],[676,509]]},{"area":"265","points":[[623,519],[633,519],[635,516],[655,522],[657,517],[664,517],[650,576],[643,631],[641,656],[709,657],[709,692],[603,692],[604,638],[608,597],[617,549]]},{"area":"26c","points":[[661,567],[708,567],[708,647],[650,647],[656,602]]},{"area":"26e","points":[[787,566],[860,566],[868,617],[872,650],[874,692],[872,738],[787,738]]},{"area":"267","points":[[603,702],[718,702],[718,566],[777,566],[777,873],[697,873],[697,738],[603,738]]},{"area":"270","points":[[603,750],[603,873],[688,873],[688,750]]},{"area":"270","points":[[787,749],[787,872],[870,872],[870,749]]},{"area":"272","points":[[603,882],[870,882],[866,1057],[609,1057]]},{"area":"276","points":[[608,1065],[865,1065],[858,1234],[616,1234]]},{"area":"262","points":[[1067,601],[1077,528],[1092,486],[1110,451],[1136,423],[1165,391],[1197,367],[1236,346],[1277,370],[1307,392],[1333,416],[1354,438],[1370,461],[1383,486],[1393,518],[1403,570],[1405,601]]},{"area":"25c","points":[[1063,612],[1069,608],[1088,612],[1377,612],[1381,610],[1400,615],[1409,612],[1411,672],[1413,783],[1411,856],[1406,998],[1405,1056],[1397,1059],[1377,1053],[1370,1055],[1096,1055],[1091,1060],[1073,1055],[1070,1057],[1067,991],[1064,900],[1062,816],[1062,711],[1062,655]]},{"area":"25e","points":[[1074,1066],[1399,1066],[1395,1229],[1079,1228]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/032-27-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/033-27-pc.png"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"mapParent":{"id":"554"}}]},{"name":"Ch. 5: Isle of the Abbey","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/038-26-dm.png"},"width":2100,"height":2850,"title":"Map 5.1: Abbey Isle","imageType":"map","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"id":"555"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/039-26-pc.png"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"mapParent":{"id":"555"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/040-25-dm.png"},"width":4126,"height":2850,"title":"Map 5.2: Skull Dunes","imageType":"map","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"id":"556"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/041-25-pc.png"},"title":"Player Version","width":4126,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"mapParent":{"id":"556"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/043-24-dm.png"},"width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":219,"offsetX":-8,"offsetY":-9,"distance":10},"title":"Map 5.3: Abbey Ruins","id":"fff","mapRegions":[{"area":"2bd","points":[[1741,1099],[1973,1100],[1973,1526],[1743,1525]]},{"area":"2bf","points":[[1096,1089],[1729,1093],[1740,1520],[1974,1525],[1972,1092],[2831,1091],[2838,2172],[1093,2172]]},{"area":"2c2","points":[[2853,1092],[3488,1088],[3496,1736],[2852,1734]]},{"area":"2c4","points":[[2858,1753],[3489,1758],[3500,2178],[2856,2170]]},{"area":"2c6","points":[[426,1077],[1079,1078],[1084,1735],[430,1733]]},{"area":"2c8","points":[[435,1751],[1080,1755],[1080,2169],[432,2168]]},{"area":"2cc","points":[[1089,413],[1529,408],[1529,1079],[1089,1073]]},{"area":"2cf","points":[[1543,412],[1962,413],[1961,1087],[1548,1080]]},{"area":"2d2","points":[[1976,415],[2405,418],[2397,1081],[1977,1080]]},{"area":"2d6","points":[[2418,422],[2834,419],[2833,1078],[2415,1077]]},{"area":"2e0","points":[[206,2607],[876,2618],[877,3268],[199,3276]]},{"area":"2e2","points":[[2845,2178],[3934,2175],[3951,3276],[2843,3267]]},{"area":"2e4","points":[[1081,3693],[1974,3695],[1987,4597],[1085,4589]]},{"area":"2e8","points":[[2617,3921],[3495,3928],[3501,4804],[2616,4805]]},{"area":"2df","points":[[440,3272],[665,3270],[666,3503],[444,3502]]},{"area":"2df","points":[[1524,3267],[1752,3272],[1752,3494],[1522,3497]]},{"area":"2df","points":[[3493,3493],[3730,3494],[3737,3712],[3498,3712]]},{"area":"2db","points":[[1098,3052],[1305,3061],[1307,3279],[1087,3279]]},{"area":"2db","points":[[1529,2401],[1755,2405],[1761,2625],[1525,2622]]},{"area":"2db","points":[[1751,2178],[1753,2393],[1955,2394],[1950,2171]]},{"area":"2db","points":[[3496,4366],[3726,4366],[3730,4587],[3497,4582]]},{"area":"2db","points":[[3063,4801],[3278,4802],[3283,5024],[3057,5023]]},{"area":"2db","points":[[676,3270],[675,3498],[883,3506],[874,3266]]},{"area":"2dc","points":[[1092,2177],[1319,2179],[1317,2404],[1091,2399]]},{"area":"2dc","points":[[1092,2409],[1316,2413],[1316,2621],[1094,2618]]},{"area":"2dc","points":[[2620,3054],[2847,3058],[2845,3272],[2625,3272]]},{"area":"2dc","points":[[3491,4792],[3710,4807],[3715,5029],[3497,5018]]},{"area":"2dd","points":[[655,2395],[865,2399],[871,2612],[656,2612]]},{"area":"2dd","points":[[1971,2172],[1969,2396],[2197,2395],[2194,2167]]},{"area":"2dd","points":[[1088,3282],[1310,3285],[1312,3497],[1088,3495]]},{"area":"2dd","points":[[3498,3717],[3731,3721],[3733,3942],[3486,3934]]},{"area":"2de","points":[[880,2398],[1081,2402],[1083,2624],[881,2618]]},{"area":"2de","points":[[1968,2844],[2183,2844],[2188,3064],[1966,3058]]},{"area":"2de","points":[[2618,2826],[2840,2829],[2845,3051],[2616,3045]]},{"area":"2de","points":[[2404,4801],[2623,4799],[2629,5020],[2411,5022]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/043-24-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/044-24-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":219,"offsetX":-8,"offsetY":-28,"distance":10},"mapParent":{"id":"fff","offsetY":-200}}]},{"name":"Ch. 6: The Final Enemy","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/049-23-dm.png"},"width":4200,"height":5700,"title":"Map 6.1: Sahuagin Lair Level 1","imageType":"map","grid":{"type":"square","size":113,"offsetX":42,"offsetY":-8,"distance":10},"id":"557","mapRegions":[{"area":"33c","points":[[688,3958],[723,3955],[720,3840],[1058,3845],[1065,4045],[1070,4178],[728,4173],[723,4065],[685,4063]]},{"area":"311","points":[[1175,785],[1395,785],[1408,730],[1380,645],[1348,583],[1270,573],[1233,550],[1283,515],[1295,483],[1310,475],[1328,428],[1348,380],[1388,353],[1450,318],[1508,325],[1535,348],[1553,403],[1570,438],[1600,463],[1628,500],[1695,523],[1743,543],[1698,553],[1663,580],[1630,585],[1580,605],[1555,633],[1535,653],[1520,688],[1510,720],[1503,733],[1533,768],[1570,780],[1748,790],[1748,1010],[1523,1010],[1523,1118],[1408,1118],[1408,1018],[1175,1018]]},{"area":"316","points":[[1180,1125],[1180,1463],[1740,1463],[1740,1125]]},{"area":"319","points":[[618,1353],[835,1363],[843,1805],[923,1805],[923,1908],[618,1910]]},{"area":"329","points":[[1858,1470],[1968,1470],[1965,1353],[2308,1345],[2310,1458],[2308,1573],[2203,1573],[2195,1658],[2083,1658],[2083,1575],[1863,1578]]},{"area":"327","points":[[2418,1353],[2870,1360],[2870,1573],[2765,1583],[2763,1655],[2650,1658],[2648,1580],[2420,1573]]},{"area":"31b","points":[[3135,1805],[3218,1805],[3213,1563],[3215,1458],[3553,1468],[3558,1695],[3558,1913],[3128,1915]]},{"area":"325","points":[[1973,1693],[2863,1703],[2863,1783],[2883,1860],[2873,2018],[2535,2030],[2535,2113],[2420,2113],[2418,2028],[1973,2023]]},{"area":"323","points":[[1535,2613],[1535,2933],[1830,2933],[1830,2613]]},{"area":"321","points":[[1878,2620],[1878,2928],[2175,2928],[2175,2620]]},{"area":"31f","points":[[2213,2615],[2213,2933],[2518,2933],[2518,2615]]},{"area":"31d","points":[[1073,2138],[2958,2150],[2958,2250],[2878,2250],[2865,2928],[2555,2935],[2550,2578],[1490,2575],[1490,2928],[1185,2928],[1175,2253],[1073,2253]]},{"area":"33a","points":[[1405,3615],[1405,3950],[1735,3950],[1735,3615]]},{"area":"338","points":[[2310,3610],[2310,3953],[2645,3953],[2645,3610]]},{"area":"32b","points":[[2990,3388],[2990,3725],[3325,3725],[3325,3388]]},{"area":"32f","points":[[3215,2138],[3550,2148],[3558,3275],[3323,3270],[3323,3345],[3213,3345]]},{"area":"340","points":[[3015,4518],[3438,4525],[3448,4965],[3095,4965],[3095,4635],[3020,4628]]},{"area":"342","points":[[3510,4750],[3510,4968],[3615,4968],[3615,4750]]},{"area":"346","points":[[1525,4630],[1508,4603],[1478,4590],[1505,4555],[1490,4503],[1535,4490],[1533,4458],[1548,4433],[1498,4420],[1530,4353],[1583,4355],[1613,4348],[1605,4263],[1678,4233],[1675,4203],[1715,4160],[1738,4170],[1778,4160],[1825,4180],[1850,4158],[1883,4133],[1903,4098],[1958,4085],[1990,4130],[2033,4118],[2055,4095],[2065,4065],[2098,4063],[2130,4060],[2533,4060],[2533,4508],[2605,4518],[2605,4625]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/049-23-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/050-23-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":113,"offsetX":45,"offsetY":-33,"distance":10},"mapParent":{"id":"557"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/052-22-dm.png"},"width":4186,"height":5672,"title":"Map 6.2: Sahuagin Lair Level 2","imageType":"map","grid":{"type":"square","size":114,"offsetX":43,"offsetY":-10,"distance":10},"id":"558","mapRegions":[{"area":"38f","points":[[1073,1358],[1070,1010],[3005,1015],[2998,1358],[2153,1358],[2125,1418],[2090,1443],[2033,1448],[1985,1440],[1950,1415],[1928,1390],[1920,1358]]},{"area":"393","points":[[1328,335],[2738,335],[2738,443],[2555,443],[2555,790],[2098,790],[2098,995],[1985,995],[1985,788],[1523,788],[1523,435],[1328,435]]},{"area":"3a4","points":[[498,330],[498,788],[838,788],[838,330]]},{"area":"3a2","points":[[953,338],[1290,338],[1290,795],[870,795],[870,673],[958,673]]},{"area":"398","points":[[2780,330],[2780,565],[3115,565],[3115,330]]},{"area":"39b","points":[[3150,335],[3463,325],[3465,670],[3235,678],[3233,453],[3150,453]]},{"area":"39e","points":[[2775,670],[3118,670],[3115,780],[3343,780],[3350,720],[3458,720],[3463,903],[2775,908]]},{"area":"38c","points":[[500,1395],[503,1813],[960,1815],[958,1478],[613,1470],[618,1395]]},{"area":"37c","points":[[1070,1415],[1640,1430],[1638,1535],[1418,1543],[1423,1875],[1068,1873]]},{"area":"379","points":[[1068,1930],[1410,1935],[1415,2035],[1493,2045],[1495,2160],[1415,2163],[1408,2268],[1073,2275]]},{"area":"376","points":[[1073,2388],[1405,2393],[1413,2498],[1493,2498],[1493,2610],[1413,2608],[1415,2728],[1075,2725]]},{"area":"387","points":[[2435,1473],[2663,1475],[2660,1700],[2353,1698],[2355,1585],[2433,1578]]},{"area":"373","points":[[2583,1810],[2895,1815],[2893,2040],[2660,2040],[2660,1930],[2580,1925]]},{"area":"370","points":[[2583,2158],[2893,2163],[2893,2378],[2673,2385],[2660,2270],[2590,2263]]},{"area":"36d","points":[[2583,2495],[2888,2503],[2895,2725],[2663,2725],[2660,2613],[2580,2610]]},{"area":"380","points":[[1755,1585],[1755,2730],[2323,2730],[2323,1585]]},{"area":"38a","points":[[3115,1475],[3455,1468],[3465,1390],[3573,1398],[3585,1818],[3125,1813]]},{"area":"363","points":[[3255,3218],[3255,3488],[3573,3488],[3573,3218]]},{"area":"35f","points":[[2888,3073],[3458,3055],[3458,2978],[3570,2983],[3575,3173],[3238,3185],[3230,3420],[3235,3530],[3568,3523],[3575,3640],[2665,3638],[2660,3295],[2890,3293]]},{"area":"34d","points":[[1640,3520],[1640,4103],[2435,4103],[2435,3520]]},{"area":"36a","points":[[500,3208],[500,3493],[805,3493],[805,3208]]},{"area":"366","points":[[503,3070],[1183,3075],[1188,3285],[1415,3293],[1415,3638],[500,3640],[503,3528],[840,3523],[838,3178],[503,3170]]},{"area":"355","points":[[610,3708],[1070,3705],[1075,3895],[1150,3900],[1150,4020],[620,4015]]},{"area":"352","points":[[613,4088],[1073,4090],[1070,4428],[845,4428],[840,4513],[723,4508],[720,4435],[620,4435]]},{"area":"35d","points":[[903,4715],[1368,4713],[1368,4680],[1456,4680],[1463,4830],[903,4825]]},{"area":"35b","points":[[2713,4713],[3165,4725],[3168,4823],[2618,4833],[2613,4685],[2715,4683]]},{"area":"358","points":[[1360,4208],[2713,4213],[2718,4658],[2555,4665],[2555,4770],[1528,4763],[1518,4663],[1360,4660]]},{"area":"34f","points":[[3010,4095],[3010,4438],[3460,4438],[3460,4095]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/052-22-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/053-22-pc.png"},"title":"Player Version","width":4186,"height":5672,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":46,"offsetY":27,"distance":10},"mapParent":{"id":"558"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/057-21-dm.png"},"width":4200,"height":5700,"title":"Map 6.3: Sahuagin Lair Level 3","imageType":"map","grid":{"type":"square","size":91,"offsetX":14,"offsetY":52,"distance":10},"id":"559","mapRegions":[{"area":"3e3","points":[[1388,513],[1435,500],[1563,498],[1630,505],[1710,515],[1745,535],[1745,670],[1725,688],[1658,688],[1550,700],[1500,680],[1440,678],[1393,683],[1375,648],[1380,600],[1365,540]]},{"area":"3be","points":[[583,1510],[743,1508],[740,870],[1195,870],[1198,1605],[593,1598]]},{"area":"3c2","points":[[1015,1685],[1290,1693],[1293,1963],[928,1965],[930,1630],[1013,1630]]},{"area":"3ae","points":[[1560,1695],[1560,1870],[2483,1870],[2483,1695]]},{"area":"3b2","points":[[1560,1513],[1560,1663],[1743,1663],[1743,1513]]},{"area":"3b4","points":[[1783,1515],[1783,1658],[1920,1658],[1920,1515]]},{"area":"3b6","points":[[1968,1515],[1968,1660],[2108,1660],[2108,1515]]},{"area":"3ba","points":[[2158,1508],[2158,1655],[2285,1655],[2285,1508]]},{"area":"3bc","points":[[2325,1513],[2325,1655],[2473,1655],[2473,1513]]},{"area":"3ac","points":[[2838,1353],[2838,1593],[3068,1593],[3068,1353]]},{"area":"3a8","points":[[2838,868],[3285,868],[3285,988],[3385,993],[3383,1590],[3110,1595],[3105,1315],[2838,1315]]},{"area":"3c7","points":[[1380,2413],[1380,3603],[2563,3603],[2563,2413]]},{"area":"3cb","points":[[2928,2870],[3295,2878],[3295,3595],[3013,3588],[3005,3875],[2865,3878],[2865,3788],[2928,3788]]},{"area":"3cf","points":[[3040,3633],[3040,3878],[3288,3878],[3288,3633]]},{"area":"3d9","points":[[2383,3788],[2470,3788],[2475,3963],[2745,3958],[2743,4135],[2770,4148],[2788,4235],[2383,4243]]},{"area":"3df","points":[[740,4328],[3200,4328],[3195,4625],[3158,4718],[3110,4780],[3040,4803],[2985,4833],[2945,4865],[2873,4850],[2833,4835],[2780,4825],[2748,4833],[2730,4860],[2683,4848],[2623,4873],[2568,4915],[2488,4955],[2423,4980],[2375,4978],[2320,4983],[2275,4998],[2220,5010],[2185,5043],[2013,5043],[1948,5005],[1893,4990],[1810,4985],[1735,4993],[1653,5010],[1605,5013],[1528,5015],[1455,5015],[1378,5003],[1330,4960],[1300,4928],[1223,4920],[1163,4883],[1090,4860],[1045,4835],[955,4815],[923,4788],[890,4770],[830,4755],[768,4725],[743,4673],[738,4545]]},{"area":"3dc","points":[[1143,4240],[1570,4233],[1563,3788],[1468,3783],[1468,3960],[1200,3960],[1203,4143],[1143,4138]]},{"area":"3d2","points":[[468,2965],[468,3513],[928,3513],[928,2965]]},{"area":"3d6","points":[[470,3535],[470,3778],[623,3778],[623,3535]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/057-21-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/058-21-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":14,"offsetY":27,"distance":10},"mapParent":{"id":"559"}}]},{"name":"Ch. 7: Tammeraut's Fate","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/064-20-dm.png"},"width":2063,"height":1425,"title":"Map 7.1: Firewatch Island","imageType":"map","grid":{"type":"none","size":82,"distance":30},"id":"55a"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/065-20-pc.png"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":30},"mapParent":{"id":"55a"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/066-19-dm.png"},"width":2100,"height":2850,"title":"Map 7.2: Hermitage First Floor","imageType":"map","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"id":"55b","mapRegions":[{"area":"416","points":[[611,1654],[539,1654],[526,1621],[510,1591],[490,1573],[465,1556],[465,1338],[632,1162],[1217,1162],[1217,1246],[1258,1251],[1271,1275],[1282,1305],[1281,1331],[1303,1355],[1317,1366],[1339,1364],[1365,1375],[1379,1396],[1376,1421],[1379,1448],[1364,1463],[1263,1463],[1263,1452],[1201,1452],[1201,1463],[709,1463],[709,1589],[611,1589]]},{"area":"41b","points":[[1144,1931],[1365,1931],[1365,1773],[1384,1790],[1414,1797],[1431,1799],[1455,1790],[1478,1766],[1491,1738],[1484,1695],[1522,1657],[1493,1628],[1453,1666],[1428,1658],[1400,1662],[1382,1671],[1364,1686],[1364,1467],[1382,1449],[1442,1464],[1459,1457],[1478,1454],[1505,1458],[1533,1465],[1571,1466],[1587,1456],[1612,1450],[1629,1442],[1640,1435],[1662,1434],[1685,1432],[1702,1434],[1733,1426],[1752,1436],[1776,1451],[1809,1470],[1825,1491],[1831,1516],[1841,1537],[1841,1554],[1837,1575],[1832,1595],[1835,1616],[1837,1644],[1846,1658],[1859,1672],[1862,1701],[1858,1714],[1864,1745],[1886,1754],[1902,1764],[1915,1769],[1915,2142],[1471,2563],[1144,2563]]},{"area":"438","points":[[1396,1776],[1377,1762],[1363,1738],[1368,1711],[1386,1683],[1409,1672],[1438,1672],[1453,1680],[1461,1669],[1479,1689],[1467,1697],[1476,1719],[1471,1745],[1462,1763],[1443,1775],[1423,1778]]},{"area":"44a","points":[[469,1669],[465,1728],[462,1744],[441,1771],[424,1782],[405,1792],[378,1792],[349,1791],[321,1788],[299,1776],[277,1754],[263,1725],[263,1686],[270,1652],[293,1627],[309,1615],[330,1603],[351,1597],[385,1596],[417,1604],[436,1619],[455,1635],[463,1652]]},{"area":"446","points":[[159,2419],[186,2389],[186,2360],[188,2322],[209,2293],[212,2278],[252,2258],[263,2232],[254,2194],[262,2166],[280,2141],[307,2128],[345,2107],[376,2080],[409,2069],[438,2054],[466,2040],[475,2027],[496,2015],[523,2005],[550,2001],[594,1992],[619,1990],[652,1997],[676,2009],[695,2021],[720,2043],[724,2074],[720,2099],[709,2124],[706,2166],[690,2188],[674,2205],[683,2239],[665,2235],[661,2265],[652,2293],[635,2311],[618,2316],[600,2329],[575,2365],[585,2399],[571,2434],[548,2474],[543,2514],[541,2576],[448,2597],[285,2566],[211,2518],[165,2457]]},{"area":"442","points":[[544,1741],[676,1741],[676,1794],[643,1794],[643,1858],[608,1858],[608,1877],[667,1877],[667,1910],[611,1910],[606,1915],[544,1915]]},{"area":"43e","points":[[686,1669],[840,1669],[840,1915],[711,1915],[711,1910],[690,1910],[690,1876],[709,1876],[709,1851],[681,1851],[681,1811],[710,1811],[710,1792],[686,1792]]},{"area":"42a","points":[[561,1675],[627,1675],[627,1606],[1125,1606],[1125,1916],[848,1916],[848,1658],[679,1658],[679,1725],[561,1725]]},{"area":"423","points":[[725,1477],[725,1589],[836,1589],[836,1477]]},{"area":"421","points":[[849,1477],[849,1588],[966,1588],[966,1477]]},{"area":"428","points":[[976,1478],[976,1590],[1128,1590],[1128,1478]]},{"area":"42e","points":[[1144,1478],[1198,1478],[1201,1494],[1258,1494],[1263,1478],[1351,1478],[1351,1756],[1144,1756]]},{"area":"433","points":[[1144,1768],[1144,1915],[1351,1915],[1351,1768]]},{"area":"43b","points":[[817,1930],[817,2302],[1132,2302],[1132,1930]]},{"area":"414","points":[[781,130],[781,320],[694,298],[635,277],[570,262],[475,239],[456,227],[439,209],[378,190],[308,185],[196,179],[144,336],[166,507],[304,611],[681,672],[950,685],[1229,644],[1339,438],[1291,296],[1156,284],[1083,298],[1041,310],[964,317],[907,320],[848,320],[848,130]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/066-19-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/067-19-pc.png"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"mapParent":{"id":"55b"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/068-18-dm.png"},"width":2138,"height":1500,"title":"Map 7.3: Hermitage Second Floor","imageType":"map","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"id":"55c","mapRegions":[{"area":"416","points":[[637,695],[619,670],[599,646],[575,632],[569,626],[572,352],[773,148],[1448,148],[1441,214],[1446,283],[1462,310],[1462,345],[1498,387],[1520,386],[1547,396],[1574,421],[1559,452],[1578,472],[1547,490],[1443,490],[1443,480],[1373,480],[1373,492],[862,492],[862,626],[760,626],[760,695]]},{"area":"44e","points":[[582,648],[560,639],[517,636],[493,640],[455,657],[434,686],[423,728],[427,766],[450,804],[477,821],[502,834],[523,835],[554,832],[586,818],[612,788],[622,757],[621,712],[608,677],[595,662]]},{"area":"451","points":[[640,711],[759,711],[759,908],[827,908],[827,961],[706,961],[706,763],[640,763]]},{"area":"456","points":[[875,506],[875,628],[1301,628],[1301,506]]},{"area":"454","points":[[774,643],[774,897],[1004,897],[1004,643]]},{"area":"42a","points":[[1015,640],[1015,901],[1234,901],[1234,640]]},{"area":"458","points":[[1314,809],[1314,964],[1535,964],[1535,809]]},{"area":"42e","points":[[1314,507],[1373,507],[1373,512],[1441,512],[1444,507],[1533,507],[1533,728],[1495,732],[1474,732],[1470,742],[1455,738],[1452,730],[1432,732],[1397,728],[1381,726],[1365,729],[1355,734],[1334,726],[1314,724]]},{"area":"45b","points":[[1554,796],[1551,760],[1557,741],[1575,719],[1595,711],[1622,707],[1650,720],[1671,737],[1677,765],[1671,797],[1657,819],[1635,832],[1605,835],[1582,827],[1563,814]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/068-18-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/069-18-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"mapParent":{"id":"55c"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/070-17-dm.png"},"width":2138,"height":1500,"title":"Map 7.4: Hermitage Upper Floors and Cellar","imageType":"map","grid":{"type":"square","size":68,"offsetY":14,"distance":10},"id":"55d","mapRegions":[{"area":"462","points":[[1021,462],[1021,572],[1289,572],[1289,462]]},{"area":"45e","points":[[372,550],[378,511],[394,484],[413,467],[437,453],[465,449],[490,448],[512,455],[538,465],[570,492],[578,517],[586,548],[587,569],[583,608],[568,628],[547,650],[525,661],[492,666],[463,670],[432,663],[400,643],[378,609],[368,572]]},{"area":"464","points":[[426,965],[445,954],[465,950],[484,951],[503,956],[525,965],[541,981],[551,1008],[550,1039],[547,1057],[530,1088],[517,1095],[497,1103],[466,1108],[446,1103],[434,1097],[417,1085],[409,1070],[405,1049],[399,1031],[403,1003],[410,985]]},{"area":"467","points":[[748,1168],[854,1170],[854,1236],[986,1236],[986,1259],[1015,1259],[1015,1280],[987,1280],[987,1303],[919,1303],[919,1369],[770,1374],[746,1369]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/070-17-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/071-17-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetY":13,"distance":10},"mapParent":{"id":"55d"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/072-16-dm.png"},"width":2138,"height":1500,"title":"Map 7.5: The Pit of Hatred","imageType":"map","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"id":"55e"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/073-16-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"mapParent":{"id":"55e"}}]},{"name":"Ch. 8: The Styes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/076-15-dm.png"},"width":2138,"height":1500,"title":"Map 8.1: The Styes","imageType":"map","grid":{"type":"none","size":75,"distance":150},"id":"55f","mapRegions":[{"area":"4b6","points":[[447,1044],[441,1025],[428,1017],[428,1011],[413,1002],[415,996],[428,993],[440,972],[496,979],[497,993],[487,995],[495,1006],[495,1010],[486,1014],[484,1019],[464,1019],[458,1047]]},{"area":"4b7","points":[[582,592],[602,579],[615,598],[596,611]]},{"area":"4b8","points":[[853,820],[858,810],[872,807],[875,798],[880,796],[890,823],[897,819],[898,802],[905,801],[907,825],[926,828],[933,808],[941,811],[936,833],[947,836],[961,822],[968,822],[956,846],[961,860],[954,858],[936,863],[935,877],[902,886],[877,885],[853,846],[843,829]]},{"area":"4b9","points":[[989,1013],[1007,990],[1035,1001],[1019,1032]]},{"area":"4ba","points":[[1060,949],[1060,933],[1059,900],[1070,891],[1085,891],[1098,911],[1100,943],[1095,952],[1080,952]]},{"area":"4be","points":[[1241,968],[1249,950],[1267,963],[1262,978]]},{"area":"4bd","points":[[1353,916],[1361,903],[1398,928],[1389,948],[1361,932],[1360,923]]},{"area":"4c0","points":[[1452,1181],[1459,1153],[1475,1142],[1488,1143],[1493,1153],[1497,1161],[1498,1169],[1484,1173],[1474,1179],[1469,1197],[1454,1192]]},{"area":"4bb","points":[[1187,656],[1208,665],[1202,688],[1180,682]]},{"area":"4bc","points":[[1413,608],[1413,628],[1444,628],[1444,608]]},{"area":"4bf","points":[[1672,1000],[1672,1052],[1693,1052],[1693,1000]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/076-15-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/077-15-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"none","size":75,"distance":150},"mapParent":{"id":"55f"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/080-14-dm.png"},"width":2138,"height":1500,"title":"Map 8.2: Mr Dory's Warehouse","imageType":"map","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"id":"560","mapRegions":[{"area":"4d7","points":[[159,100],[159,342],[311,342],[311,100]]},{"area":"4d1","points":[[324,104],[974,104],[974,508],[156,508],[156,352],[324,352]]},{"area":"4db","points":[[1114,104],[1114,506],[1927,506],[1927,104]]},{"area":"4dc","points":[[1318,522],[1318,714],[1515,714],[1515,522]]},{"area":"4de","points":[[1265,873],[1316,867],[1360,861],[1419,853],[1471,851],[1620,852],[1684,856],[1735,864],[1773,886],[1786,905],[1795,946],[1789,979],[1769,1008],[1741,1025],[1699,1034],[1647,1038],[1607,1042],[1566,1041],[1462,1039],[1408,1038],[1371,1036],[1311,1029],[1265,1020],[1265,942]]},{"area":"4e6","points":[[1275,1162],[1332,1155],[1388,1148],[1391,1313],[1321,1306],[1275,1300],[1275,1214]]},{"area":"4e3","points":[[1399,1148],[1458,1142],[1504,1145],[1564,1146],[1596,1146],[1596,1319],[1535,1318],[1479,1320],[1424,1314],[1396,1313],[1396,1231]]},{"area":"4e0","points":[[1609,1145],[1678,1149],[1714,1152],[1753,1168],[1773,1187],[1786,1224],[1780,1267],[1758,1293],[1719,1306],[1684,1313],[1646,1318],[1609,1316]]},{"area":"4d9","points":[[159,642],[159,1046],[973,1046],[973,642]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/080-14-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/081-14-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"mapParent":{"id":"560"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/085-13-dm.png"},"width":2138,"height":1500,"title":"Map 8.3: Temple of Tharizdun","imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"id":"561","mapRegions":[{"area":"4fa","points":[[107,902],[252,902],[252,919],[280,919],[280,901],[358,901],[358,918],[387,918],[387,904],[469,904],[469,916],[491,916],[491,1102],[471,1102],[471,1118],[385,1118],[385,1101],[360,1101],[360,1115],[280,1115],[280,1099],[254,1099],[254,1114],[107,1114],[107,1065],[99,1065],[99,1042],[106,1035],[87,987],[98,976],[98,953],[102,953]]},{"area":"4f8","points":[[481,798],[519,798],[519,814],[544,814],[544,798],[624,798],[624,814],[653,814],[653,798],[733,798],[733,814],[759,814],[759,798],[838,798],[838,814],[867,814],[867,798],[896,798],[896,835],[880,835],[880,860],[898,860],[898,888],[879,888],[879,913],[899,913],[899,1221],[869,1221],[869,1209],[840,1209],[840,1222],[761,1222],[761,1207],[733,1207],[733,1221],[652,1221],[652,1205],[626,1205],[626,1220],[545,1220],[545,1206],[520,1206],[520,1222],[481,1222],[481,1182],[495,1182],[495,1156],[481,1156],[481,1128],[495,1128],[495,889],[481,889],[481,859],[496,859],[496,833],[481,833]]},{"area":"4f6","points":[[916,958],[945,958],[945,966],[973,966],[973,958],[1051,958],[1051,968],[1079,968],[1079,958],[1159,958],[1159,971],[1188,971],[1188,958],[1220,958],[1220,1061],[1189,1061],[1189,1049],[1162,1049],[1162,1061],[1080,1061],[1080,1051],[1055,1051],[1055,1064],[975,1064],[975,1048],[949,1048],[949,1063],[916,1063]]},{"area":"4f2","points":[[1280,851],[1549,851],[1549,1113],[1448,1113],[1448,1166],[1204,1166],[1209,1147],[1216,1140],[1225,1118],[1216,1096],[1219,1081],[1232,1079],[1236,942],[1244,934],[1247,904],[1247,884],[1265,862]]},{"area":"4f4","points":[[1562,855],[1653,855],[1686,859],[1722,868],[1761,886],[1802,907],[1845,934],[1878,955],[1924,1008],[1882,1058],[1845,1086],[1806,1111],[1755,1133],[1719,1151],[1659,1164],[1460,1164],[1460,1124],[1562,1124]]},{"area":"4f0","points":[[1502,741],[1502,795],[1980,795],[1980,741]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/085-13-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/086-13-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"mapParent":{"id":"561"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/088-12-dm.png"},"width":2138,"height":1500,"title":"Map 8.4: Landgrave's Folly","imageType":"map","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"id":"562","mapRegions":[{"area":"507","points":[[673,355],[673,252],[1134,252],[1134,358],[902,358],[902,372],[1605,372],[1605,947],[462,947],[521,906],[624,881],[705,792],[728,635],[706,546],[665,492],[599,433],[511,386],[502,373],[784,373],[784,355]]},{"area":"50a","points":[[376,465],[391,458],[400,449],[429,448],[442,445],[459,446],[480,442],[508,441],[533,439],[561,440],[595,456],[604,475],[619,482],[639,507],[649,526],[671,532],[680,556],[684,582],[688,600],[698,622],[694,656],[695,684],[694,701],[684,724],[671,745],[667,773],[652,800],[639,809],[614,812],[604,824],[604,841],[585,856],[551,864],[524,879],[491,881],[447,882],[404,872],[385,866],[356,853],[341,831],[313,815],[295,786],[272,764],[259,726],[249,694],[249,656],[265,640],[262,614],[272,593],[282,587],[279,572],[291,539],[309,515],[325,501],[349,494],[369,482]]},{"area":"504","points":[[674,967],[674,1420],[1132,1420],[1132,967]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/088-12-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/089-12-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"mapParent":{"id":"562"}}]},{"name":"App. A: Of Ships and the Sea","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/099-09-dm.png"},"title":"Map A.5: Cove Reef","width":4200,"height":5700,"id":"5CA","imageType":"map","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapRegions":[{"area":"552","points":[[521,4457],[521,4792],[846,4792],[846,4457]]},{"area":"555","points":[[2641,704],[2641,997],[3020,997],[3020,704]]},{"area":"557","points":[[411,2314],[411,2561],[681,2561],[681,2314]]},{"area":"559","points":[[1855,3898],[1855,4134],[2110,4134],[2110,3898]]},{"area":"55d","points":[[3114,3273],[3114,4121],[3655,4121],[3655,3273]]},{"area":"55e","points":[[2594,2568],[2594,3118],[3292,3118],[3292,2568]]},{"area":"55f","points":[[3486,2300],[3748,2023],[3932,2156],[3898,2365],[3774,2546],[3827,2745],[3602,2988],[3476,2904],[3537,2711],[3428,2377]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/099-09-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/100-09-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapParent":{"id":"5CA"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/102-11-dm.png"},"title":"Map A.6: Wreck of the Marshal","width":4200,"height":5700,"id":"5CB","imageType":"map","grid":{"type":"square","size":140},"mapRegions":[{"area":"575","points":[[3369,4059],[4185,4053],[4182,3487],[3781,3498],[3334,3832],[3334,4060]]},{"area":"577","points":[[87,2627],[517,2624],[519,2505],[694,2349],[1247,2142],[1546,2074],[2663,2059],[3350,2162],[3941,2352],[3962,2945],[3558,3094],[3115,3189],[2653,3247],[1676,3243],[1392,3202],[690,2952],[516,2799],[517,2697],[86,2697]]},{"area":"579","points":[[1115,5339],[1410,5438],[2094,5458],[2096,4341],[1591,4334],[1410,4538],[1112,4646]]},{"area":"57c","points":[[1095,4650],[1093,5323],[716,5132],[424,4901],[753,4648]]},{"area":"580","points":[[2107,5045],[2659,5045],[2659,5421],[2522,5463],[2107,5463]]},{"area":"582","points":[[3072,4892],[3072,4455],[3780,4703],[3780,4892]]},{"area":"57e","points":[[2107,4337],[2519,4337],[2653,4368],[2653,4758],[2107,4758]]},{"area":"583","points":[[3074,4904],[3779,4904],[3779,5105],[3447,5227],[3289,5053],[3219,5081],[3196,5263],[3074,5263]]},{"area":"586","points":[[1127,4621],[1381,4523],[1302,4324],[1057,4117],[805,4117],[624,4296],[689,4478],[924,4378],[1068,4500]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/102-11-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/103-11-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140},"mapParent":{"id":"5CB"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/105-08-dm.png"},"title":"Map A.7: Warthalkeel Ruins","width":4200,"height":5700,"id":"5CC","imageType":"map","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapRegions":[{"area":"59e","points":[[6,4179],[734,4180],[934,3303],[856,2705],[483,2519],[483,2385],[346,2385],[261,1810],[313,1577],[374,1178],[82,770],[6,758]]},{"area":"5a0","points":[[3465,1527],[3840,1527],[4006,1668],[4006,2154],[3465,2154]]},{"area":"5a1","points":[[3589,207],[3743,207],[3883,152],[4008,173],[4125,251],[4166,352],[4163,474],[4079,589],[3960,652],[3844,648],[3740,595],[3589,593]]},{"area":"59f","points":[[3129,4],[3410,4],[3424,95],[3441,335],[3570,588],[3607,664],[3686,695],[3930,1023],[4063,1025],[4116,1079],[4193,1237],[4193,1667],[3845,1444],[3598,1444],[3458,1228],[3458,893],[3279,580],[3182,106]]},{"area":"5a3","points":[[700,198],[1233,198],[1233,988],[840,988],[840,546],[700,546]]},{"area":"5a4","points":[[449,556],[449,983],[833,983],[833,556]]},{"area":"5a6","points":[[2891,813],[2506,813],[2506,589],[2764,589]]},{"area":"5a7","points":[[2508,825],[2508,1186],[2892,1186],[2892,825]]},{"area":"5a8","points":[[2504,1194],[2504,1663],[2886,1663],[2886,1194]]},{"area":"5a9","points":[[2264,1177],[2264,1667],[2499,1667],[2499,1177]]},{"area":"5aa","points":[[3016,1186],[3016,1896],[2896,1896],[2896,1186]]},{"area":"5ab","points":[[2503,1681],[2503,1885],[2266,1885],[2266,2145],[3023,2145],[3023,1911],[2880,1911],[2880,1681]]},{"area":"5ad","points":[[1667,2617],[1925,2617],[1925,2471],[2149,2373],[2315,2379],[2508,2483],[2767,2483],[2767,2609],[2512,2609],[2512,3093],[2395,3093],[2395,3219],[2045,3219],[2045,3099],[1917,3099],[1917,2754],[1667,2754]]},{"area":"5ae","points":[[1669,2487],[1669,2612],[1916,2612],[1916,2487]]},{"area":"5ae","points":[[2521,2618],[2521,2750],[2773,2750],[2773,2618]]},{"area":"5ae","points":[[1916,3106],[1916,3220],[2038,3220],[2038,3106]]},{"area":"5ae","points":[[2402,3101],[2402,3216],[2519,3216],[2519,3101]]},{"area":"5af","points":[[1917,3225],[2519,3225],[2519,3345],[2397,3345],[2397,3594],[2037,3594],[2037,3348],[1917,3348]]},{"area":"5b0","points":[[2773,3203],[2532,3203],[2532,3353],[2409,3353],[2409,3593],[2773,3593]]},{"area":"5b1","points":[[104,4404],[353,4404],[521,4302],[734,4292],[844,4337],[960,4403],[960,4534],[1220,4534],[1220,4671],[366,4671],[366,4540],[104,4540]]},{"area":"5ae","points":[[1214,4406],[1214,4530],[967,4530],[967,4406]]},{"area":"5ae","points":[[104,4547],[104,4672],[357,4672],[357,4547]]},{"area":"5b2","points":[[341,4678],[978,4678],[978,5123],[831,5123],[831,5523],[466,5523],[466,5144],[341,5144]]},{"area":"5b3","points":[[838,5130],[838,5524],[1224,5524],[1224,5130]]},{"area":"5b4","points":[[1623,4655],[1739,4429],[1975,4293],[2153,4290],[2260,4322],[2260,4521],[2551,4521],[2585,4671],[2422,4671],[2422,5119],[2664,5119],[2664,5526],[2219,5526],[2219,5143],[1762,5143],[1762,4655]]},{"area":"5b5","points":[[3856,4800],[3219,4800],[3219,4415],[3394,4311],[3571,4292],[3698,4324],[3856,4498]]},{"area":"5b6","points":[[3696,5127],[3696,5519],[4096,5519],[4096,5127]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/105-08-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/106-08-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapParent":{"id":"5CC"}}]}]},"HftT":{"id":"HftT","source":"HftT","prop":"adventure","chapters":[{"name":"Hunt for the Thessalhydra","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HftT/001-c102.png"},"width":2500,"height":2182,"mapRegions":[{"area":"00e","points":[[366,730],[459,727],[463,691],[476,661],[510,656],[531,650],[551,639],[581,657],[621,653],[679,666],[693,679],[766,653],[777,610],[770,589],[756,580],[719,577],[700,574],[710,546],[691,521],[704,487],[767,483],[764,441],[760,421],[769,390],[740,364],[709,360],[659,380],[614,400],[581,377],[554,391],[530,376],[464,389],[424,349],[376,374],[343,399],[327,414],[326,447],[324,471],[299,493],[300,516],[311,550],[330,571],[361,563],[376,586],[376,617],[371,647],[360,679],[366,713]]},{"area":"00c","points":[[367,1026],[450,1046],[479,1030],[501,1031],[514,1050],[534,1059],[551,1043],[577,1030],[597,1020],[623,973],[624,953],[599,927],[604,880],[596,866],[573,863],[560,834],[539,827],[513,833],[479,824],[477,800],[490,796],[480,770],[463,734],[364,739],[363,754],[367,776],[341,791],[311,816],[287,840],[291,866],[293,876],[266,894],[253,914],[257,944],[281,963],[283,996],[279,1034],[299,1040],[331,1040],[349,1033]]},{"area":"00b","points":[[389,1274],[410,1237],[454,1177],[469,1170],[507,1154],[530,1146],[560,1160],[581,1163],[609,1160],[620,1184],[639,1204],[639,1220],[626,1241],[626,1256],[646,1267],[659,1273],[651,1324],[631,1341],[610,1359],[581,1374],[557,1389],[526,1397],[513,1397],[496,1370],[483,1363],[459,1350],[449,1310],[446,1306],[424,1297],[401,1290]]},{"area":"00a","points":[[754,1351],[766,1299],[794,1273],[814,1261],[833,1264],[856,1276],[894,1273],[917,1266],[930,1259],[954,1271],[974,1274],[994,1276],[1054,1273],[1099,1280],[1129,1283],[1156,1294],[1176,1314],[1170,1350],[1169,1373],[1177,1399],[1170,1423],[1163,1441],[1161,1481],[1177,1511],[1087,1551],[1091,1523],[1073,1501],[1056,1501],[1041,1510],[1009,1517],[919,1527],[874,1514],[861,1496],[831,1506],[806,1484],[767,1491],[747,1477],[740,1436],[741,1417],[760,1396],[754,1374]]},{"area":"00f","points":[[991,560],[1027,581],[1074,574],[1100,570],[1123,570],[1124,534],[1150,513],[1161,481],[1180,433],[1186,406],[1174,381],[1157,369],[1151,343],[1137,336],[1107,360],[1090,351],[1067,327],[1041,323],[1010,330],[989,339],[970,346],[967,371],[954,381],[933,383],[909,373],[889,377],[876,414],[881,441],[891,471],[871,491],[860,523],[874,544],[897,560],[923,567],[927,580],[953,586],[971,569]]},{"area":"00d","points":[[690,707],[770,681],[786,697],[811,693],[827,684],[851,689],[874,683],[891,683],[916,699],[941,711],[971,704],[999,697],[1066,679],[1103,674],[1140,679],[1161,690],[1164,711],[1159,739],[1166,773],[1159,819],[1181,836],[1211,850],[1219,874],[1224,903],[1229,921],[1217,947],[1193,960],[1171,963],[1153,976],[1129,980],[1094,971],[1063,963],[1043,970],[1023,981],[1000,990],[970,979],[949,971],[879,971],[840,947],[810,934],[789,927],[774,919],[773,896],[764,880],[747,874],[726,877],[697,884],[681,871],[686,850],[694,830],[686,811],[689,771],[689,753],[671,729]]},{"area":"010","points":[[1099,1187],[1096,1157],[1114,1136],[1124,1114],[1156,1099],[1184,1084],[1183,1046],[1201,1050],[1217,1040],[1209,1013],[1227,1009],[1259,1000],[1274,1006],[1294,1003],[1316,1009],[1329,1026],[1344,1024],[1393,970],[1421,979],[1473,959],[1484,990],[1476,1033],[1511,1043],[1529,1060],[1527,1091],[1536,1116],[1551,1107],[1570,1100],[1579,1143],[1581,1191],[1560,1196],[1551,1214],[1557,1229],[1553,1260],[1539,1273],[1499,1274],[1429,1320],[1396,1321],[1369,1313],[1351,1306],[1346,1276],[1320,1270],[1296,1280],[1281,1296],[1251,1307],[1230,1306],[1219,1281],[1223,1244],[1204,1234],[1194,1201],[1171,1200],[1146,1216],[1124,1209]]},{"area":"013","points":[[1694,1104],[1709,1074],[1690,1050],[1699,1030],[1730,1003],[1763,967],[1786,950],[1817,960],[1831,960],[1863,949],[1943,946],[1973,949],[2009,976],[2059,954],[2087,973],[2086,994],[2099,1026],[2109,1060],[2101,1090],[2074,1107],[2071,1131],[2086,1144],[2109,1156],[2103,1176],[2097,1199],[2094,1230],[2103,1267],[2074,1270],[2044,1299],[2019,1286],[1977,1269],[1957,1290],[1937,1291],[1870,1287],[1846,1280],[1806,1281],[1787,1273],[1774,1257],[1761,1229],[1737,1224],[1727,1206],[1704,1186],[1697,1153]]},{"area":"009","points":[[620,1606],[659,1599],[687,1596],[707,1606],[736,1636],[754,1657],[780,1657],[819,1644],[866,1627],[899,1604],[981,1619],[990,1653],[999,1691],[1006,1714],[999,1753],[996,1779],[1011,1794],[1056,1824],[1079,1846],[1010,1904],[900,1823],[714,1746],[664,1703],[623,1666]]},{"area":"011","points":[[1223,1741],[1240,1663],[1229,1589],[1247,1559],[1236,1517],[1286,1511],[1299,1471],[1324,1470],[1347,1479],[1377,1470],[1397,1463],[1447,1466],[1480,1491],[1496,1503],[1519,1489],[1539,1483],[1556,1514],[1564,1540],[1570,1553],[1557,1581],[1553,1600],[1564,1633],[1570,1647],[1551,1659],[1546,1689],[1526,1707],[1511,1724],[1539,1730],[1579,1713],[1594,1713],[1581,1766],[1551,1806],[1514,1824],[1479,1830],[1454,1809],[1447,1800],[1417,1816],[1393,1819],[1369,1796],[1316,1810],[1301,1827],[1276,1814],[1267,1789],[1244,1784],[1239,1767]]},{"area":"012","points":[[1763,1717],[1767,1693],[1747,1667],[1761,1630],[1773,1593],[1770,1550],[1774,1517],[1789,1511],[1816,1513],[1847,1481],[1899,1471],[1953,1476],[1989,1473],[2009,1469],[2021,1494],[2040,1511],[2110,1509],[2120,1551],[2124,1576],[2147,1603],[2153,1629],[2150,1659],[2156,1699],[2147,1743],[2127,1784],[2081,1793],[2067,1827],[2051,1869],[2027,1886],[1980,1881],[1956,1877],[1936,1899],[1899,1900],[1864,1894],[1850,1870],[1819,1869],[1786,1869],[1766,1863],[1756,1821],[1743,1801],[1757,1753]]}],"imageType":"map","grid":{"type":"square","size":79,"offsetX":45,"offsetY":13,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/HftT/thumbnail/001-c102.webp"},"id":"03b","page":"adventure.html","source":"HftT","hash":"hftt"},{"type":"image","href":{"type":"internal","path":"adventure/HftT/007-c108.png"},"width":2018,"height":2500,"mapRegions":[{"area":"034","points":[[531,943],[566,950],[603,931],[647,943],[680,939],[701,936],[699,976],[714,999],[710,1030],[719,1061],[714,1104],[704,1129],[671,1107],[636,1109],[617,1117],[590,1116],[563,1099],[521,1109],[530,1049],[524,1007],[523,971]]},{"area":"038","points":[[696,756],[724,829],[740,903],[761,937],[801,930],[813,963],[859,963],[886,986],[910,987],[926,957],[969,956],[987,956],[1019,904],[1021,884],[1001,847],[1024,824],[1063,811],[1094,831],[1117,844],[1150,826],[1170,823],[1193,836],[1237,829],[1257,853],[1277,866],[1294,873],[1316,849],[1359,847],[1394,846],[1413,829],[1403,816],[1416,784],[1394,741],[1414,734],[1429,651],[1407,617],[1409,580],[1419,556],[1414,533],[1401,524],[1409,483],[1410,460],[1383,433],[1354,427],[1326,401],[1299,406],[1264,430],[1243,421],[1219,399],[1191,403],[1156,411],[1129,406],[1106,393],[1067,416],[1046,404],[1023,401],[987,416],[970,433],[946,414],[911,413],[906,376],[889,369],[866,370],[830,384],[804,389],[789,377],[747,391],[707,421],[689,433],[689,457],[699,476],[681,490],[670,511],[691,539],[704,577],[711,614],[693,657],[721,699],[717,737],[703,753]]},{"area":"037","points":[[1424,749],[1447,663],[1474,653],[1494,651],[1503,590],[1521,577],[1549,587],[1571,563],[1606,549],[1624,551],[1657,561],[1671,584],[1669,606],[1689,633],[1690,661],[1694,711],[1674,743],[1671,780],[1693,803],[1693,831],[1674,860],[1669,894],[1690,934],[1700,964],[1679,990],[1617,1036],[1589,1036],[1561,1034],[1537,1051],[1513,1050],[1491,1033],[1473,1021],[1467,984],[1476,959],[1489,957],[1479,927],[1467,886],[1480,853],[1473,827],[1476,810],[1493,789],[1500,771],[1491,756],[1469,776],[1443,783],[1430,764]]},{"area":"033","points":[[520,1629],[599,1623],[683,1643],[711,1654],[730,1683],[743,1703],[787,1694],[811,1709],[811,1740],[793,1770],[790,1797],[791,1856],[791,1881],[757,1890],[714,1904],[693,1931],[669,1934],[637,1920],[614,1903],[577,1903],[554,1913],[527,1907],[500,1896],[464,1909],[440,1909],[433,1880],[434,1841],[451,1794],[451,1767],[441,1741],[450,1707],[439,1670],[429,1646],[449,1614],[473,1621],[496,1623]]},{"area":"032","points":[[346,1953],[367,1963],[376,1991],[389,2023],[404,2031],[427,2033],[441,2053],[466,2051],[486,2026],[504,2010],[526,2013],[540,2066],[570,2083],[580,2091],[613,2081],[637,2081],[663,2079],[683,2061],[700,2037],[720,2043],[733,2034],[747,2043],[753,2053],[776,2046],[784,2030],[796,2034],[801,2049],[820,2047],[844,2044],[836,2024],[841,2013],[859,2024],[856,2006],[873,2004],[889,2017],[907,2011],[924,1979],[947,1954],[970,1944],[1014,1961],[1053,1994],[1067,2036],[1044,2057],[1031,2073],[1031,2104],[1061,2113],[1071,2133],[1061,2181],[1067,2209],[1104,2226],[1116,2257],[346,2257]]},{"area":"036","points":[[1389,1906],[1419,1890],[1479,1887],[1497,1901],[1543,1904],[1580,1893],[1627,1936],[1616,1986],[1591,2004],[1593,2043],[1593,2061],[1580,2071],[1557,2084],[1547,2099],[1521,2103],[1497,2133],[1479,2167],[1453,2191],[1420,2204],[1386,2204],[1369,2186],[1339,2189],[1304,2184],[1296,2154],[1301,2116],[1304,2110],[1289,2073],[1286,2039],[1306,2001],[1306,1979],[1300,1929],[1319,1891],[1340,1894],[1363,1907]]},{"area":"035","points":[[1126,1287],[1120,1226],[1127,1183],[1127,1156],[1141,1133],[1146,1111],[1131,1070],[1149,1054],[1176,1040],[1181,1006],[1201,991],[1227,986],[1251,999],[1277,996],[1307,1000],[1344,991],[1357,1013],[1360,1033],[1390,1053],[1397,1080],[1406,1103],[1424,1104],[1456,1094],[1476,1114],[1479,1150],[1499,1169],[1490,1206],[1483,1233],[1490,1254],[1491,1277],[1479,1307],[1491,1337],[1483,1374],[1497,1407],[1523,1433],[1533,1443],[1514,1479],[1509,1519],[1524,1547],[1517,1576],[1504,1621],[1427,1636],[1416,1626],[1379,1644],[1333,1643],[1309,1633],[1273,1649],[1249,1657],[1236,1643],[1236,1610],[1229,1574],[1224,1557],[1237,1497],[1230,1471],[1224,1453],[1244,1414],[1220,1391],[1199,1387],[1171,1393],[1144,1403],[1131,1370],[1141,1354],[1129,1329],[1140,1310],[1134,1294]]}],"imageType":"map","grid":{"type":"square","size":88,"offsetX":-2,"offsetY":54,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/HftT/thumbnail/007-c108.webp"},"id":"03c","page":"adventure.html","source":"HftT","hash":"hftt"}]}]},"OoW":{"id":"OoW","source":"OoW","prop":"adventure","chapters":[{"name":"Ch. 1: The Orrery of the Wanderer","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/040-map-1-1-dm.jpg"},"title":"Map 1.1 Campaign Area","width":2625,"height":1725,"imageType":"map","grid":{"type":"none"}}]},{"name":"Ep. 1: Right Place, Wrong Heroes","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/044-map-1-2-dm.jpg"},"title":"Map 1.2: Areas 1, 2, 3, 4, and 5","width":3000,"height":2000,"imageType":"map","grid":{"type":"square","size":92,"offsetX":-34,"offsetY":-14,"scale":2},"id":"328","mapRegions":[{"area":"02a","points":[[321,156],[321,276],[910,276],[910,156]]},{"area":"02e","points":[[930,696],[930,829],[1555,829],[1555,696]]},{"area":"049","points":[[1970,1040],[1970,1178],[2656,1178],[2656,1040]]},{"area":"03a","points":[[1706,131],[1706,274],[2325,274],[2325,131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/044-map-1-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/045-map-1-2-pc.jpg"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-8,"offsetY":7,"scale":2},"mapParent":{"id":"328"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/047-map-1-3-dm.jpg"},"title":"Map 1.3: Areas 6–10","width":3000,"height":2000,"imageType":"map","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":30,"scale":2},"id":"329","mapRegions":[{"area":"04d","points":[[216,286],[216,421],[917,421],[917,286]]},{"area":"054","points":[[1149,157],[1149,304],[1818,304],[1818,157]]},{"area":"059","points":[[1947,131],[1947,270],[2702,270],[2702,131]]},{"area":"05d","points":[[2099,773],[2099,918],[2811,918],[2811,773]]},{"area":"063","points":[[461,1571],[871,1571],[871,1679],[1526,1679],[1526,1818],[461,1818]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/047-map-1-3-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/048-map-1-3-pc.jpg"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":28,"scale":2},"mapParent":{"id":"329"}}]},{"name":"Ep. 2: Fun in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/053-map-2-1-dm.jpg"},"title":"Map 2.1 The Town of Phandalin","width":2625,"height":1725,"imageType":"map","grid":{"type":"none","size":107,"distance":50},"mapRegions":[{"area":"0bd","points":[[1224,808],[1224,962],[1386,962],[1386,808]]},{"area":"0bc","points":[[1411,243],[1411,357],[1685,357],[1685,243]]},{"area":"0be","points":[[2150,531],[2150,598],[2485,598],[2485,531]]},{"area":"09e","points":[[1382,1195],[1382,1366],[1562,1366],[1562,1195]]},{"area":"0b3","points":[[792,1437],[792,1558],[1147,1558],[1147,1437]]},{"area":"0a4","points":[[1118,1370],[1118,1429],[1411,1429],[1411,1370]]},{"area":"0b2","points":[[560,954],[560,1064],[776,1064],[776,954]]},{"area":"0b0","points":[[278,400],[278,502],[474,502],[474,400]]},{"area":"0a2","points":[[334,690],[334,786],[506,786],[506,690]]},{"area":"0a9","points":[[733,157],[733,328],[909,328],[909,157]]},{"area":"0b4","points":[[915,251],[915,360],[1077,360],[1077,251]]},{"area":"0b7","points":[[1098,398],[1098,483],[1267,483],[1267,398]]},{"area":"0b9","points":[[1318,613],[1318,682],[1587,682],[1587,613]]},{"area":"0b5","points":[[1686,560],[1686,677],[1875,677],[1875,560]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/053-map-2-1-dm.webp"},"id":"32e","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/058-map-2-2-dm.jpg"},"title":"Map 2.2 Tresendar Manor Dungeons","width":2625,"height":1725,"imageType":"map","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"id":"32a","mapRegions":[{"area":"106","points":[[278,251],[278,557],[587,557],[587,251]]},{"area":"101","points":[[277,656],[277,1043],[670,1043],[670,656]]},{"area":"10b","points":[[600,251],[600,483],[904,483],[904,251]]},{"area":"0f0","points":[[1000,251],[1384,251],[1384,325],[1310,325],[1310,485],[1234,485],[1229,494],[1200,486],[1150,496],[1126,486],[1109,493],[1077,490],[1070,483],[1000,483]]},{"area":"0ee","points":[[1480,250],[1480,480],[1624,480],[1624,250]]},{"area":"0e8","points":[[1718,250],[1718,800],[1946,800],[1946,250]]},{"area":"0dd","points":[[1718,818],[1853,818],[1870,835],[1895,818],[2014,818],[2031,835],[2051,818],[2174,818],[2190,834],[2211,818],[2346,818],[2346,966],[2274,966],[2274,1032],[2258,1032],[2252,1038],[2208,1029],[2194,1037],[2194,963],[2051,963],[2034,946],[2014,966],[1890,966],[1867,943],[1845,965],[1718,965]]},{"area":"0f9","points":[[275,1296],[275,1525],[670,1525],[670,1296]]},{"area":"0f4","points":[[931,618],[955,642],[957,680],[963,718],[955,800],[955,813],[954,834],[949,877],[942,883],[933,918],[920,954],[938,968],[936,1000],[930,1035],[936,1058],[946,1080],[962,1091],[950,1128],[954,1152],[962,1173],[965,1206],[965,1248],[968,1299],[982,1325],[997,1357],[1022,1379],[1046,1379],[1056,1394],[1069,1427],[1091,1448],[1109,1438],[1150,1434],[1155,1419],[1165,1394],[1163,1363],[1141,1354],[1123,1342],[1115,1333],[1090,1326],[1066,1288],[1072,1216],[1078,1194],[1091,1181],[1110,1147],[1112,1117],[1098,1082],[1085,1059],[1090,1034],[1098,1005],[1091,970],[1109,944],[1110,926],[1099,890],[1082,870],[1080,850],[1083,811],[1078,784],[1075,762],[1066,742],[1066,718],[1061,691],[1045,662],[1022,626],[1010,598],[979,589],[952,582],[941,598]]},{"area":"0d9","points":[[1400,1052],[1631,1052],[1631,1133],[1704,1133],[1704,1209],[1627,1209],[1627,1364],[1400,1364]]},{"area":"0d3","points":[[1720,1051],[1947,1051],[1947,1131],[2113,1131],[2113,1051],[2345,1051],[2345,1525],[2109,1525],[2109,1445],[1953,1445],[1953,1526],[1720,1526]]},{"area":"0e3","points":[[1394,492],[1394,965],[1702,965],[1702,492]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/058-map-2-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/059-map-2-2-pc.jpg"},"title":"Player Version","width":2625,"height":1725,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"mapParent":{"id":"32a"}}]},{"name":"Ep. 3: Darkness at the Lighthouse","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/062-map-3-1-dm.jpg"},"title":"Map 3.1: Silent Sound Lighthouse","width":2700,"height":1800,"imageType":"map","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"id":"32b"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/063-map-3-1-pc.jpg"},"title":"Player Version","width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"mapParent":{"id":"32b"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/066-map-3-2-dm.jpg"},"title":"Map 3.2: Lighthouse Basement","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":82,"offsetX":33,"offsetY":28,"scale":2},"id":"32c","mapRegions":[{"area":"193","points":[[142,300],[426,300],[426,545],[344,545],[344,702],[221,702],[221,546],[142,546]]},{"area":"18d","points":[[140,713],[140,1114],[422,1114],[422,713]]},{"area":"187","points":[[389,1128],[701,1128],[701,1159],[589,1159],[589,1414],[389,1414]]},{"area":"181","points":[[715,1045],[795,1045],[795,845],[874,845],[874,1045],[1080,1045],[1080,1246],[715,1246]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/066-map-3-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/067-map-3-2-pc.jpg"},"title":"Player Version","width":1200,"height":1516,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":33,"offsetY":26,"scale":2},"mapParent":{"id":"32c"}}]},{"name":"Ep. 4: Dran Enterprises","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/073-map-4-1-dm.jpg"},"title":"Map 4.1: The Docks","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":63,"offsetX":27,"offsetY":-5}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/076-map-4-2-dm.png"},"title":"Map 4.2: Pirate Fight","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":56,"offsetX":10,"offsetY":22}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/077-map-4-3-dm.jpg"},"title":"Map 4.3: River Barge Crossings","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":65,"offsetY":38},"mapRegions":[{"area":"1ef","points":[[16,1244],[16,1541],[1199,1541],[1199,1244]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/077-map-4-3-dm.webp"},"id":"32f","page":"adventure.html","source":"OoW","hash":"oow"}]},{"name":"Ep. 5: Hide and Seek","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/081-map-5-1-dm.jpg"},"title":"Map 5.1: Horn Enclave","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":64,"offsetX":39,"offsetY":24,"scale":3},"mapRegions":[{"area":"21b","points":[[36,1323],[36,1516],[825,1516],[825,1323]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/081-map-5-1-dm.webp"},"id":"330","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/085-map-5-2-dm.jpg"},"title":"Map 5.2: Lottie's Palace","width":1148,"height":1466,"imageType":"map","grid":{"type":"square","size":51,"offsetX":7,"offsetY":10},"mapRegions":[{"area":"28b","points":[[858,669],[805,730],[858,861],[858,1022],[970,1134],[970,1078],[1022,1026],[1022,881],[970,829],[970,774],[1022,722],[1022,681],[872,681]]},{"area":"283","points":[[256,818],[315,818],[365,818],[414,818],[465,767],[669,767],[723,821],[775,821],[829,875],[829,980],[829,1081],[771,1139],[720,1139],[668,1191],[466,1191],[415,1140],[361,1140],[309,1088],[256,1088],[203,1035],[203,877]]},{"area":"28a","points":[[214,1188],[258,1144],[354,1240],[310,1284],[264,1284],[214,1234]]},{"area":"290","points":[[162,524],[257,524],[257,574],[308,625],[308,725],[261,772],[214,772],[112,670],[112,574]]},{"area":"28f","points":[[824,620],[824,572],[874,522],[1024,522],[1076,574],[1076,618],[1025,669],[876,669]]},{"area":"299","points":[[676,418],[724,370],[820,370],[870,420],[870,513],[823,466],[724,466]]},{"area":"295","points":[[265,572],[265,522],[315,472],[422,472],[472,422],[665,422],[719,476],[817,476],[864,523],[818,569],[818,619],[772,619],[721,670],[415,670],[365,620],[318,620]]},{"area":"29a","points":[[519,119],[618,119],[670,67],[822,67],[871,116],[871,264],[822,313],[668,313],[618,363],[521,363],[521,315],[469,263],[469,167]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/085-map-5-2-dm.webp"},"id":"331","page":"adventure.html","source":"OoW","hash":"oow"}]},{"name":"Ep. 6: Showdown with the Six","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/090-map-6-1-dm.jpg"},"title":"Map 6.1: The Dran & Courtier","width":3000,"height":1971,"imageType":"map","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"id":"32d","mapRegions":[{"area":"2d4","points":[[170,505],[452,505],[452,1483],[168,1483],[168,1295],[271,1295],[271,691],[170,691]]},{"area":"2d2","points":[[644,212],[644,314],[1251,314],[1251,213],[1436,213],[1436,498],[471,498],[446,473],[446,429],[463,412],[463,212]]},{"area":"2d3","points":[[659,212],[757,212],[757,111],[1146,111],[1146,212],[1242,212],[1242,302],[659,302]]},{"area":"2d3","points":[[69,801],[108,801],[120,778],[138,776],[151,764],[151,742],[169,730],[169,703],[259,703],[259,1279],[168,1279],[168,1262],[171,1244],[171,1188],[69,1188]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/090-map-6-1-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/091-map-6-1-pc.jpg"},"title":"Player Version","width":3000,"height":1971,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"mapParent":{"id":"32d"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/096-map-6-2-dm.jpg"},"title":"Map 6.2: Ritual Site","width":1350,"height":1725,"imageType":"map","grid":{"type":"square","size":59,"offsetX":47,"offsetY":38}}]}]},"DIP":{"id":"DIP","source":"DIP","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Running the Adventure","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/001-map-sc.jpg"},"title":"Map: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"25b"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/002-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-32,"offsetY":-79,"units":"miles"},"mapParent":{"id":"25b","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/DIP/004-map-phandalin.jpg"},"title":"Map: Phandalin","width":2550,"height":1830,"imageType":"map","grid":{"type":"none","size":107,"distance":50},"id":"25c","mapRegions":[{"area":"032","points":[[954,697],[954,774],[1034,774],[1034,697]]},{"area":"02f","points":[[831,999],[854,1022],[914,1022],[936,1000],[953,937],[953,916],[904,887],[859,904],[821,937]]},{"area":"031","points":[[804,1170],[876,1159],[887,1229],[811,1237]]},{"area":"033","points":[[1053,890],[1150,906],[1169,927],[1160,954],[1137,977],[1041,954]]},{"area":"02e","points":[[1256,574],[1290,523],[1339,481],[1351,479],[1390,497],[1319,617]]},{"area":"037","points":[[1319,994],[1323,986],[1340,983],[1346,991],[1393,989],[1399,1027],[1370,1040],[1324,1040]]},{"area":"02d","points":[[1094,751],[1147,671],[1219,717],[1177,783],[1149,767],[1134,774]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/004-map-phandalin.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/005-map-phandalin-pc.jpg"},"title":"Player Version","width":3000,"height":2153,"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":50},"mapParent":{"id":"25c","autoScale":true}}]},{"name":"Axeholm","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/007-map-axeholm-dm.jpg"},"title":"Map: Axeholm","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-12,"scale":2},"id":"25d","mapRegions":[{"area":"053","points":[[90,570],[526,570],[526,869],[310,869],[310,786],[90,786]]},{"area":"04d","points":[[921,136],[921,609],[1050,609],[1050,136]]},{"area":"04e","points":[[700,175],[877,175],[918,189],[918,202],[876,218],[876,258],[918,275],[918,291],[878,307],[833,307],[833,392],[875,392],[875,437],[918,452],[918,466],[877,484],[877,522],[916,540],[916,555],[877,572],[877,698],[918,714],[918,728],[879,743],[745,743],[703,729],[703,715],[745,697],[745,659],[702,641],[702,625],[745,608],[745,575],[745,348],[712,348],[712,305],[721,305],[721,261],[700,261]]},{"area":"04f","points":[[1096,172],[1269,172],[1269,261],[1242,261],[1242,305],[1261,305],[1261,349],[1228,349],[1228,609],[1268,625],[1268,641],[1227,656],[1227,699],[1269,715],[1269,732],[1229,746],[1093,746],[1093,703],[1054,687],[1054,670],[1093,652],[1093,615],[1054,599],[1054,582],[1094,566],[1094,527],[1055,511],[1055,492],[1095,479],[1095,439],[1054,425],[1054,409],[1091,394],[1140,394],[1140,305],[1096,305],[1096,265],[1053,250],[1053,232],[1096,215]]},{"area":"064","points":[[1315,712],[1328,709],[1338,703],[1346,690],[1351,677],[1364,671],[1378,672],[1390,674],[1398,688],[1399,702],[1409,715],[1418,722],[1422,742],[1421,758],[1413,765],[1416,781],[1421,793],[1435,797],[1445,797],[1452,784],[1445,772],[1441,764],[1442,755],[1446,748],[1460,748],[1460,762],[1468,775],[1471,794],[1463,811],[1447,816],[1431,815],[1408,808],[1401,798],[1396,778],[1395,760],[1401,748],[1402,740],[1401,733],[1391,728],[1386,718],[1379,709],[1378,692],[1366,692],[1361,707],[1350,719],[1335,730],[1315,733]]},{"area":"050","points":[[744,788],[920,788],[920,655],[938,655],[938,642],[1030,642],[1030,655],[1050,655],[1050,788],[1225,788],[1225,1138],[744,1138]]},{"area":"060","points":[[1271,1060],[1271,1178],[1399,1178],[1399,1060]]},{"area":"05f","points":[[1314,875],[1433,875],[1442,878],[1452,884],[1465,880],[1480,875],[1490,878],[1504,876],[1517,875],[1523,877],[1531,875],[1538,876],[1544,885],[1558,885],[1575,879],[1581,866],[1580,853],[1579,834],[1589,828],[1605,831],[1615,831],[1625,812],[1626,794],[1625,778],[1628,760],[1628,750],[1618,743],[1599,739],[1588,738],[1577,742],[1562,742],[1552,737],[1536,738],[1525,738],[1516,732],[1526,713],[1538,708],[1549,708],[1564,703],[1573,692],[1577,681],[1580,661],[1588,659],[1599,659],[1608,664],[1621,664],[1632,660],[1647,666],[1654,682],[1659,694],[1662,703],[1661,713],[1661,725],[1666,740],[1685,748],[1698,755],[1705,764],[1705,778],[1702,790],[1698,800],[1698,815],[1705,832],[1704,846],[1705,862],[1715,872],[1735,878],[1744,879],[1749,888],[1748,901],[1734,908],[1715,912],[1696,912],[1675,909],[1669,901],[1673,890],[1669,875],[1662,873],[1649,875],[1631,876],[1621,878],[1616,898],[1622,902],[1620,915],[1615,923],[1617,932],[1622,952],[1632,958],[1645,968],[1658,974],[1665,994],[1662,1016],[1665,1030],[1673,1048],[1690,1052],[1705,1055],[1705,1064],[1703,1082],[1704,1095],[1708,1108],[1713,1123],[1709,1138],[1704,1152],[1706,1173],[1702,1192],[1692,1205],[1682,1222],[1667,1221],[1656,1221],[1643,1224],[1627,1221],[1618,1241],[1611,1252],[1596,1261],[1513,1261],[1495,1249],[1495,1235],[1495,1215],[1495,1203],[1502,1192],[1515,1184],[1527,1171],[1550,1173],[1559,1164],[1570,1156],[1584,1160],[1592,1166],[1605,1178],[1622,1180],[1640,1174],[1651,1162],[1662,1139],[1664,1115],[1654,1098],[1645,1092],[1627,1090],[1622,1078],[1628,1062],[1628,1048],[1622,1026],[1608,1007],[1592,1005],[1581,1016],[1570,1022],[1570,1034],[1557,1045],[1544,1049],[1528,1048],[1508,1048],[1500,1035],[1490,1033],[1475,1042],[1468,1048],[1448,1045],[1436,1039],[1425,1038],[1425,1048],[1413,1046],[1394,1048],[1314,1048]]},{"area":"052","points":[[537,699],[537,871],[609,871],[609,699]]},{"area":"054","points":[[308,881],[308,1008],[390,1008],[390,881]]},{"area":"051","points":[[400,879],[618,879],[618,701],[702,701],[702,920],[719,920],[719,1005],[572,1005],[572,1042],[400,1042]]},{"area":"056","points":[[582,1095],[655,1095],[655,1181],[615,1181],[615,1268],[582,1268]]},{"area":"055","points":[[398,1055],[570,1055],[570,1267],[396,1267],[396,1222],[374,1222],[374,1181],[394,1181],[394,1135],[372,1135],[372,1094],[398,1094]]},{"area":"05d","points":[[442,1353],[483,1353],[483,1401],[521,1401],[529,1395],[529,1378],[571,1378],[571,1397],[582,1401],[659,1401],[659,1445],[673,1445],[673,1531],[658,1531],[658,1571],[442,1571]]},{"area":"05e","points":[[463,1632],[479,1632],[479,1622],[481,1619],[481,1581],[658,1581],[658,1752],[482,1752],[482,1714],[479,1708],[479,1696],[463,1696]]},{"area":"058","points":[[702,1268],[790,1268],[790,1181],[878,1181],[919,1195],[919,1210],[877,1227],[877,1265],[918,1279],[918,1295],[878,1313],[878,1393],[702,1393]]},{"area":"059","points":[[1095,1219],[1095,1180],[1183,1180],[1183,1271],[1271,1271],[1271,1392],[1095,1392],[1095,1356],[1054,1342],[1054,1325],[1095,1308],[1095,1269],[1052,1254],[1052,1238]]},{"area":"057","points":[[922,1182],[942,1182],[942,1168],[1031,1168],[1031,1182],[1052,1182],[1052,1355],[1032,1355],[1032,1368],[942,1368],[942,1356],[922,1356]]},{"area":"05a","points":[[703,1404],[735,1404],[745,1414],[756,1404],[910,1404],[919,1413],[933,1404],[1042,1404],[1050,1412],[1062,1404],[1214,1404],[1226,1416],[1239,1404],[1270,1404],[1270,1452],[1292,1452],[1292,1525],[1272,1525],[1272,1573],[1238,1573],[1226,1561],[1215,1572],[1227,1584],[1227,1617],[1314,1617],[1314,1532],[1401,1532],[1401,1705],[1140,1705],[1140,1586],[1151,1575],[1138,1562],[1125,1575],[1063,1575],[1052,1564],[1041,1575],[1052,1586],[1052,1662],[922,1662],[922,1586],[934,1574],[921,1561],[908,1574],[847,1574],[835,1562],[821,1576],[758,1576],[745,1563],[733,1575],[703,1575],[703,1530],[685,1530],[685,1446],[703,1446]]},{"area":"061","points":[[1402,1444],[1402,1271],[1610,1271],[1635,1275],[1648,1285],[1657,1292],[1672,1294],[1686,1302],[1699,1311],[1706,1320],[1708,1342],[1705,1359],[1704,1369],[1697,1378],[1681,1387],[1665,1395],[1659,1404],[1655,1420],[1647,1438],[1618,1442],[1592,1444]]},{"area":"066","points":[[2048,262],[2005,262],[2005,248],[1995,248],[1995,238],[1982,238],[1982,231],[1963,224],[1963,207],[1980,202],[1980,197],[1992,197],[1992,187],[2002,187],[2002,174],[2079,174],[2079,164],[2090,164],[2090,152],[2097,152],[2107,132],[2119,132],[2128,152],[2136,152],[2136,160],[2146,160],[2146,174],[2178,174],[2178,205],[2189,205],[2189,215],[2202,215],[2202,224],[2221,232],[2221,248],[2204,257],[2204,262],[2190,262],[2190,273],[2180,273],[2180,394],[2396,394],[2396,275],[2386,275],[2386,263],[2375,263],[2375,255],[2356,247],[2356,232],[2373,225],[2373,217],[2385,217],[2385,208],[2398,208],[2398,175],[2430,175],[2430,162],[2438,162],[2438,150],[2447,150],[2456,133],[2472,133],[2478,149],[2485,149],[2485,161],[2497,161],[2497,175],[2572,175],[2572,188],[2585,188],[2585,201],[2595,201],[2616,209],[2616,225],[2598,235],[2585,235],[2585,245],[2575,245],[2575,262],[2529,262],[2529,307],[2563,307],[2563,348],[2530,348],[2530,382],[2530,595],[2531,608],[2548,608],[2548,658],[2532,658],[2532,743],[2456,743],[2456,756],[2444,756],[2444,768],[2438,768],[2429,786],[2412,786],[2405,769],[2399,769],[2399,757],[2385,757],[2385,745],[2324,745],[2324,754],[2311,754],[2311,766],[2307,766],[2297,786],[2281,786],[2272,768],[2267,768],[2267,760],[2253,760],[2253,744],[2192,744],[2192,755],[2183,755],[2183,768],[2175,768],[2168,785],[2151,785],[2143,767],[2137,767],[2137,756],[2124,756],[2124,745],[2046,745],[2046,659],[2029,659],[2029,608],[2046,608],[2048,595]]},{"area":"066","points":[[2015,306],[2015,349],[2046,349],[2046,306]]},{"area":"067","points":[[1871,389],[1873,375],[1873,307],[2005,307],[2005,525],[1875,525],[1875,455],[1871,440],[1854,440],[1854,389]]},{"area":"065","points":[[2704,308],[2704,378],[2706,388],[2723,388],[2723,437],[2708,437],[2704,455],[2704,525],[2573,525],[2573,308]]},{"area":"064","points":[[2760,770],[2768,760],[2768,742],[2758,735],[2747,732],[2742,721],[2741,705],[2736,696],[2726,698],[2719,709],[2722,727],[2731,742],[2740,751],[2748,757],[2750,765]]},{"area":"064","points":[[2728,653],[2734,624],[2742,604],[2752,598],[2765,598],[2778,602],[2785,607],[2790,618],[2796,628],[2804,642],[2808,657],[2802,670],[2793,679],[2778,687],[2759,692],[2738,692],[2723,687],[2705,679],[2691,665],[2698,649],[2710,662],[2729,668],[2747,673],[2766,672],[2780,666],[2788,657],[2785,646],[2775,638],[2771,622],[2764,618],[2755,618],[2752,636],[2748,653],[2746,663],[2735,663]]},{"area":"050","points":[[2049,788],[2529,788],[2529,918],[2563,918],[2563,1004],[2530,1004],[2530,1135],[2049,1135]]},{"area":"06a","points":[[2575,875],[2616,875],[2618,850],[2624,842],[2624,833],[2626,827],[2617,809],[2617,789],[2620,781],[2632,770],[2640,763],[2651,764],[2662,770],[2668,777],[2674,777],[2678,784],[2683,800],[2692,814],[2698,828],[2693,833],[2698,846],[2708,850],[2706,863],[2708,875],[2708,1136],[2616,1136],[2616,1052],[2575,1052]]},{"area":"071","points":[[1922,1181],[1922,1269],[1999,1269],[1999,1181]]},{"area":"068","points":[[2009,1180],[2123,1180],[2123,1170],[2134,1170],[2134,1159],[2141,1159],[2150,1139],[2165,1139],[2174,1156],[2180,1156],[2180,1167],[2191,1167],[2191,1180],[2254,1180],[2254,1168],[2266,1168],[2266,1158],[2272,1158],[2278,1141],[2295,1141],[2302,1155],[2311,1155],[2311,1167],[2324,1167],[2324,1180],[2386,1180],[2386,1169],[2395,1169],[2395,1158],[2404,1158],[2412,1140],[2427,1140],[2435,1158],[2443,1158],[2443,1168],[2457,1168],[2457,1180],[2661,1180],[2661,1148],[2705,1148],[2705,1401],[2835,1401],[2835,1441],[2705,1441],[2705,1707],[2441,1707],[2441,1618],[2618,1618],[2618,1445],[2585,1445],[2585,1400],[2618,1400],[2618,1270],[2530,1270],[2530,1300],[2485,1300],[2485,1270],[2355,1270],[2355,1300],[2312,1300],[2312,1270],[2093,1270],[2093,1302],[2049,1302],[2049,1271],[2009,1271]]},{"area":"06f","points":[[2049,1660],[2135,1660],[2135,1578],[2112,1578],[2112,1552],[2114,1535],[2119,1535],[2119,1518],[2062,1518],[2062,1531],[2069,1531],[2074,1551],[2074,1576],[2049,1576]]},{"area":"06d","points":[[2005,1530],[2005,1313],[2178,1313],[2178,1531],[2125,1531],[2125,1515],[2058,1515],[2058,1530]]},{"area":"06c","points":[[2225,1314],[2398,1314],[2398,1532],[2342,1532],[2334,1532],[2334,1548],[2291,1548],[2291,1534],[2282,1531],[2225,1531]]},{"area":"06b","points":[[2442,1312],[2442,1530],[2572,1530],[2572,1312]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/007-map-axeholm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/008-map-axeholm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-5,"offsetY":-12,"scale":2},"mapParent":{"id":"25d"}}]},{"name":"Butterskull Ranch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/009-map-br-dm.jpg"},"title":"Map: Butterskull Ranch","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"id":"25e","mapRegions":[{"area":"080","points":[[1889,225],[2096,225],[2096,401],[2445,401],[2445,520],[2369,520],[2369,486],[2412,486],[2412,433],[2096,433],[2096,519],[1889,519]]},{"area":"081","points":[[2110,225],[2110,387],[2227,387],[2227,225]]},{"area":"083","points":[[2238,312],[2238,390],[2359,390],[2359,312]]},{"area":"084","points":[[2372,314],[2372,388],[2445,388],[2445,314]]},{"area":"083","points":[[2110,446],[2110,520],[2228,520],[2228,446]]},{"area":"083","points":[[2240,445],[2240,518],[2360,518],[2360,445]]},{"area":"086","points":[[2372,445],[2372,478],[2404,478],[2404,445]]},{"area":"07c","points":[[1890,794],[2053,794],[2053,968],[2097,968],[2097,1087],[1889,1087],[1889,964],[1902,964],[1902,954],[1894,954],[1894,929],[1902,929],[1902,919],[1890,919]]},{"area":"07d","points":[[2066,794],[2226,794],[2226,869],[2096,869],[2096,958],[2066,958]]},{"area":"07f","points":[[2369,1013],[2369,1045],[2403,1045],[2403,1013]]},{"area":"07e","points":[[2111,882],[2362,882],[2445,882],[2445,1002],[2360,1002],[2360,1058],[2412,1058],[2412,1014],[2445,1014],[2445,1088],[2108,1088],[2108,934]]},{"area":"087","points":[[1888,1315],[2062,1315],[2062,1274],[2099,1274],[2099,1616],[1888,1616]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/009-map-br-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/010-map-br-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"mapParent":{"id":"25e"}}]},{"name":"Circle of Thunder","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/011-map-cot-dm.jpg"},"title":"Map: Circle of Thunder","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"id":"25f","mapRegions":[{"area":"09e","points":[[261,749],[261,815],[656,815],[656,749]]},{"area":"0a2","points":[[260,1021],[260,1084],[637,1084],[637,1021]]},{"area":"0a0","points":[[2240,1152],[2240,1212],[2630,1212],[2630,1152]]},{"area":"08d","points":[[356,439],[426,440],[437,445],[437,471],[442,520],[417,531],[379,528],[356,518],[354,465]]},{"area":"08e","points":[[551,302],[563,286],[571,277],[607,305],[583,331]]},{"area":"08c","points":[[324,255],[371,309],[403,311],[433,307],[438,347],[405,381],[353,371],[354,342],[313,295]]},{"area":"08f","points":[[494,393],[519,390],[570,394],[610,389],[632,392],[654,401],[657,419],[660,447],[662,456],[663,480],[644,485],[616,487],[607,486],[587,490],[573,481],[546,486],[521,482],[481,475],[482,452],[479,422]]},{"area":"090","points":[[407,699],[397,690],[397,669],[402,646],[403,619],[410,595],[426,575],[453,570],[481,572],[517,596],[509,608],[490,613],[469,615],[448,612],[433,619],[435,646],[441,666],[444,682],[432,698],[420,699]]},{"area":"08e","points":[[2413,656],[2448,661],[2453,679],[2453,690],[2413,689],[2411,677]]},{"area":"08f","points":[[2248,794],[2280,793],[2290,792],[2319,794],[2360,792],[2369,792],[2402,792],[2410,805],[2406,818],[2411,846],[2414,873],[2382,882],[2358,882],[2320,880],[2253,881],[2239,873],[2232,850],[2234,827],[2232,801]]},{"area":"08d","points":[[2500,838],[2500,920],[2586,920],[2586,838]]},{"area":"08c","points":[[2553,616],[2495,703],[2464,747],[2505,789],[2537,718],[2584,634]]},{"area":"090","points":[[2321,1092],[2355,1087],[2380,1059],[2384,1043],[2379,1021],[2364,1016],[2340,1002],[2341,966],[2378,970],[2398,985],[2418,1007],[2426,1053],[2409,1082],[2402,1102],[2378,1110],[2374,1133],[2341,1147],[2318,1131],[2314,1108]]},{"area":"08d","points":[[261,1449],[292,1442],[324,1446],[352,1453],[351,1515],[356,1526],[303,1534],[278,1538],[263,1528],[266,1489]]},{"area":"08f","points":[[356,1188],[379,1185],[424,1182],[438,1198],[436,1235],[438,1274],[434,1297],[440,1320],[441,1349],[426,1356],[398,1358],[365,1356],[359,1321],[359,1276],[355,1232]]},{"area":"090","points":[[231,1303],[258,1310],[279,1316],[313,1317],[336,1316],[346,1353],[321,1358],[296,1358],[277,1354],[257,1363],[234,1363],[212,1346],[214,1321]]},{"area":"08e","points":[[536,1365],[543,1357],[573,1362],[575,1400],[565,1407],[543,1403],[530,1392]]},{"area":"08c","points":[[539,1570],[494,1502],[465,1491],[442,1445],[482,1401],[521,1452],[526,1483],[549,1515],[566,1539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/011-map-cot-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/012-map-cot-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"mapParent":{"id":"25f"}}]},{"name":"Dragon Barrow","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/013-map-db-dm.jpg"},"title":"Map: Dragon Barrow","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"id":"260","mapRegions":[{"area":"0b5","points":[[2500,880],[2526,875],[2552,879],[2580,878],[2619,871],[2642,878],[2666,879],[2723,876],[2751,878],[2777,877],[2795,877],[2798,911],[2799,956],[2803,990],[2798,1005],[2720,1003],[2721,992],[2717,963],[2692,962],[2673,960],[2646,959],[2631,960],[2614,962],[2603,959],[2589,966],[2588,987],[2583,1000],[2562,1004],[2546,998],[2527,1003],[2514,1007],[2497,1002],[2504,982],[2500,940],[2495,920],[2498,907]]},{"area":"0b4","points":[[2336,964],[2342,943],[2337,922],[2332,906],[2321,906],[2304,906],[2296,898],[2295,879],[2295,858],[2307,855],[2318,856],[2341,858],[2346,854],[2363,854],[2381,851],[2393,861],[2395,874],[2400,890],[2410,897],[2422,895],[2439,895],[2459,895],[2472,891],[2485,895],[2493,892],[2492,903],[2478,900],[2463,903],[2448,904],[2431,900],[2410,901],[2391,896],[2387,885],[2385,868],[2381,863],[2370,861],[2360,864],[2343,866],[2324,865],[2314,864],[2305,876],[2307,893],[2325,898],[2335,897],[2342,908],[2344,919],[2347,931],[2348,944],[2346,965]]},{"area":"0b3","points":[[2152,1175],[2150,1128],[2151,1084],[2153,1043],[2158,1012],[2152,976],[2180,974],[2207,971],[2249,962],[2271,971],[2294,964],[2325,967],[2360,966],[2362,1000],[2335,1000],[2316,999],[2287,1001],[2274,1010],[2270,1022],[2268,1037],[2264,1048],[2233,1053],[2225,1063],[2227,1086],[2217,1096],[2199,1097],[2187,1109],[2187,1130],[2183,1162],[2177,1172],[2169,1177]]},{"area":"0b2","points":[[2213,927],[2213,956],[2255,956],[2255,927]]},{"area":"0b1","points":[[2155,792],[2191,788],[2203,772],[2188,756],[2166,753],[2150,745],[2143,724],[2146,702],[2164,691],[2182,699],[2191,713],[2181,717],[2176,710],[2166,713],[2160,712],[2153,725],[2163,737],[2189,736],[2202,751],[2220,760],[2236,751],[2237,729],[2238,712],[2272,715],[2276,739],[2292,771],[2312,780],[2287,786],[2263,786],[2255,798],[2243,812],[2211,824],[2188,832],[2146,827],[2129,815],[2099,801],[2090,790]]},{"area":"0b2","points":[[2104,443],[2104,479],[2144,479],[2144,443]]},{"area":"0b8","points":[[2060,396],[2051,392],[2022,391],[2018,313],[2042,313],[2066,307],[2070,293],[2063,273],[2063,245],[2067,223],[2064,205],[2066,176],[2064,147],[2068,123],[2085,104],[2103,99],[2117,94],[2136,93],[2157,99],[2175,109],[2183,128],[2190,154],[2184,169],[2182,210],[2188,230],[2187,247],[2189,271],[2180,288],[2189,311],[2204,313],[2216,312],[2229,317],[2231,393],[2212,395],[2191,393],[2179,401],[2183,418],[2180,433],[2146,436],[2100,434],[2081,435],[2061,431],[2061,415]]},{"area":"0b6","points":[[1579,965],[1571,940],[1582,919],[1579,874],[1583,849],[1579,841],[1582,815],[1577,801],[1581,778],[1577,761],[1578,750],[1595,754],[1615,750],[1636,750],[1658,752],[1663,766],[1661,780],[1673,792],[1692,792],[1732,793],[1745,788],[1754,772],[1755,753],[1771,753],[1808,751],[1831,750],[1833,771],[1834,786],[1837,833],[1838,859],[1834,880],[1831,902],[1837,931],[1835,952],[1830,960],[1802,960],[1781,967],[1762,966],[1755,936],[1744,922],[1730,918],[1708,920],[1682,919],[1665,924],[1660,933],[1661,951],[1658,962],[1625,961],[1604,964]]},{"area":"0b2","points":[[1844,795],[1844,830],[1881,830],[1881,795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/013-map-db-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/014-map-db-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"mapParent":{"id":"260"}}]},{"name":"Dwarven Excavation","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/015-map-de-dm.jpg"},"title":"Map: Dwarven Excavation","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"id":"261","mapRegions":[{"area":"0c0","points":[[31,1076],[61,1083],[90,1083],[109,1097],[133,1119],[170,1129],[198,1141],[232,1146],[260,1132],[292,1137],[325,1138],[336,1136],[341,1119],[362,1115],[372,1092],[393,1083],[425,1082],[448,1072],[458,1041],[473,1010],[478,988],[509,970],[519,957],[709,1080],[697,1104],[682,1125],[675,1149],[684,1168],[679,1185],[670,1194],[649,1213],[638,1231],[605,1233],[594,1245],[584,1256],[572,1280],[576,1295],[558,1303],[544,1313],[535,1326],[526,1346],[513,1368],[515,1387],[518,1407],[507,1435],[485,1454],[449,1459],[425,1466],[405,1461],[375,1468],[355,1482],[342,1507],[327,1518],[303,1523],[293,1533],[265,1531],[239,1541],[222,1546],[212,1543],[199,1548],[187,1561],[170,1569],[158,1592],[145,1618],[131,1642],[112,1655],[93,1675],[93,1702],[78,1723],[59,1738],[43,1746],[31,1769]]},{"area":"0c1","points":[[540,903],[544,883],[544,863],[544,852],[553,825],[553,813],[543,795],[550,773],[569,751],[580,728],[587,691],[604,683],[624,672],[628,661],[643,647],[647,629],[642,609],[635,590],[633,567],[642,553],[660,542],[678,535],[699,523],[718,522],[736,537],[758,547],[776,547],[794,544],[809,558],[819,567],[832,589],[848,616],[862,634],[877,643],[886,668],[906,691],[911,711],[918,743],[937,770],[969,789],[991,786],[1008,793],[1025,808],[1048,805],[1064,788],[1089,785],[1089,1103],[1067,1099],[1053,1087],[1042,1082],[1014,1083],[989,1087],[982,1074],[957,1070],[937,1047],[913,1025],[895,1025],[864,1021],[855,1007],[845,992],[820,971],[811,967],[798,966],[783,970],[767,980],[746,988],[744,1006],[742,1022],[733,1032]]},{"area":"0c2","points":[[1108,776],[1127,771],[1151,770],[1167,771],[1180,772],[1198,767],[1220,748],[1313,748],[1313,814],[1333,814],[1333,852],[1314,852],[1314,878],[1356,878],[1356,960],[1313,960],[1313,986],[1335,986],[1335,1026],[1313,1026],[1313,1081],[1287,1074],[1261,1068],[1241,1062],[1220,1075],[1198,1074],[1172,1075],[1152,1091],[1128,1104],[1109,1103],[1109,1054],[1112,1035],[1105,1009],[1105,958],[1106,887],[1109,851],[1109,807]]},{"area":"0c9","points":[[1362,879],[1362,962],[1530,962],[1530,879]]},{"area":"0ca","points":[[1537,1047],[1537,794],[1580,794],[1580,749],[1749,749],[1749,835],[1796,835],[1838,877],[1838,963],[1797,1004],[1751,1004],[1751,1091],[1580,1091],[1580,1047]]},{"area":"0cd","points":[[1757,1056],[1842,1056],[1889,1009],[1889,831],[1841,783],[1758,783],[1758,749],[1859,749],[1924,814],[1924,1010],[1913,1015],[1908,1024],[1903,1032],[1890,1037],[1883,1051],[1881,1072],[1862,1091],[1757,1091]]},{"area":"0cc","points":[[1888,1265],[2014,1265],[2014,1200],[2006,1184],[1996,1171],[1973,1170],[1957,1162],[1941,1150],[1933,1141],[1927,1125],[1913,1121],[1902,1121],[1888,1135]]},{"area":"0ce","points":[[1889,573],[1889,701],[1929,741],[2012,741],[2012,573]]},{"area":"0cf","points":[[1977,749],[2057,749],[2057,895],[2018,895],[2018,877],[1977,832]]},{"area":"0d0","points":[[1975,1008],[2017,966],[2017,948],[2056,948],[2056,1067],[2047,1075],[2041,1080],[2031,1080],[2028,1064],[2015,1045],[2001,1042],[1988,1038],[1977,1034],[1975,1026]]},{"area":"0d2","points":[[2236,963],[2236,933],[2233,933],[2233,937],[2210,937],[2197,924],[2200,916],[2204,909],[2211,902],[2229,901],[2235,904],[2235,880],[2278,837],[2303,837],[2326,792],[2365,792],[2386,835],[2407,835],[2450,878],[2450,962],[2406,1006],[2387,1006],[2364,1050],[2323,1050],[2300,1005],[2278,1005]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/015-map-de-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/016-map-de-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"mapParent":{"id":"261"}}]},{"name":"Falcon's Hunting Lodge","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/017-map-fhl-dm.jpg"},"title":"Falcon's Hunting Lodge","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"id":"262","mapRegions":[{"area":"0e1","points":[[304,659],[304,700],[564,700],[564,659]]},{"area":"0e2","points":[[577,620],[577,740],[653,740],[653,620]]},{"area":"0e3","points":[[709,402],[1003,402],[1003,518],[916,518],[916,564],[838,564],[838,520],[709,520]]},{"area":"0e4","points":[[708,1304],[708,1396],[914,1396],[914,1304]]},{"area":"0e6","points":[[581,1105],[623,1105],[623,1077],[650,1077],[650,1105],[694,1105],[694,1216],[581,1216]]},{"area":"0e5","points":[[579,1235],[579,1394],[697,1394],[697,1235]]},{"area":"0e9","points":[[799,842],[843,842],[843,817],[869,817],[869,842],[1001,842],[1001,998],[799,998]]},{"area":"0ea","points":[[1018,838],[1018,1003],[1092,1003],[1092,838]]},{"area":"0eb","points":[[1103,708],[1294,708],[1297,733],[1301,752],[1311,767],[1311,1132],[1103,1132]]},{"area":"0ee","points":[[1283,535],[1283,648],[1393,648],[1393,535]]},{"area":"0e8","points":[[1804,1102],[1846,1102],[1846,1077],[1874,1077],[1874,1102],[1923,1102],[1923,1219],[1804,1219]]},{"area":"0e7","points":[[1803,1320],[1803,1395],[1923,1395],[1923,1320]]},{"area":"0e2","points":[[1803,619],[1803,739],[1878,739],[1878,619]]},{"area":"0f0","points":[[2527,339],[2505,339],[2505,181],[2616,181],[2616,191],[2623,191],[2623,315],[2601,305],[2583,303],[2568,306],[2553,314],[2539,323]]},{"area":"0ef","points":[[2507,534],[2507,656],[2617,656],[2617,534]]},{"area":"0ed","points":[[2022,837],[2066,837],[2066,816],[2094,816],[2094,839],[2141,839],[2141,1001],[2022,1001]]},{"area":"0ec","points":[[2152,837],[2152,958],[2317,958],[2317,837]]},{"area":"0eb","points":[[2368,791],[2368,1050],[2492,1050],[2492,791]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/017-map-fhl-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/018-map-fhl-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"mapParent":{"id":"262"}}]},{"name":"Gnomengarde","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/019-map-gnomegarde-dm.jpg"},"title":"Map: Gnomengarde","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"id":"263","mapRegions":[{"area":"112","points":[[440,949],[443,926],[441,917],[445,894],[442,869],[451,842],[469,834],[488,839],[511,835],[537,831],[549,832],[562,837],[576,824],[577,797],[589,792],[610,792],[629,796],[653,791],[683,794],[695,802],[701,826],[715,832],[734,835],[747,843],[745,862],[746,880],[743,902],[748,925],[741,954],[733,961],[706,961],[704,962],[703,979],[695,1003],[680,1004],[667,1008],[661,1022],[655,1052],[622,1050],[618,1010],[603,1006],[583,1008],[571,1001],[570,975],[559,963],[543,960],[502,968],[479,963],[457,962]]},{"area":"111","points":[[311,1111],[320,1098],[350,1097],[371,1092],[387,1093],[406,1095],[440,1092],[464,1092],[481,1093],[530,1096],[546,1107],[557,1095],[565,1098],[568,1121],[572,1150],[568,1164],[576,1204],[565,1221],[570,1248],[564,1279],[552,1307],[535,1324],[518,1337],[501,1346],[480,1350],[404,1352],[379,1345],[356,1334],[338,1312],[323,1279],[316,1272],[312,1235],[316,1219],[309,1204],[312,1188],[309,1157],[315,1137],[312,1128]]},{"area":"10f","points":[[533,1578],[569,1576],[599,1579],[611,1575],[622,1534],[659,1536],[692,1536],[742,1539],[774,1539],[788,1537],[791,1560],[789,1589],[792,1604],[788,1623],[794,1636],[786,1657],[764,1664],[742,1661],[722,1662],[701,1665],[707,1685],[699,1703],[675,1704],[658,1703],[635,1706],[612,1707],[585,1706],[570,1703],[552,1705],[537,1704],[529,1666],[526,1641],[533,1619],[535,1599]]},{"area":"10c","points":[[792,1477],[797,1461],[795,1400],[789,1374],[798,1355],[822,1348],[836,1333],[836,1310],[834,1266],[841,1238],[862,1230],[876,1225],[879,1188],[901,1184],[924,1185],[947,1189],[961,1186],[989,1189],[1002,1195],[1006,1206],[1011,1224],[1032,1231],[1052,1227],[1053,1277],[1046,1290],[1045,1312],[1050,1326],[1045,1345],[1024,1349],[1005,1359],[1008,1383],[1021,1396],[1046,1401],[1052,1442],[1025,1444],[1003,1444],[974,1449],[946,1443],[926,1451],[923,1464],[915,1489],[884,1484],[853,1483],[834,1490],[813,1485],[798,1484]]},{"area":"10b","points":[[1141,1545],[1169,1535],[1234,1530],[1253,1536],[1267,1533],[1297,1532],[1318,1521],[1316,1494],[1320,1471],[1311,1449],[1318,1426],[1332,1410],[1369,1403],[1403,1406],[1428,1409],[1442,1416],[1449,1440],[1464,1448],[1468,1481],[1455,1492],[1446,1506],[1449,1539],[1441,1562],[1448,1601],[1445,1629],[1448,1644],[1431,1658],[1400,1667],[1381,1662],[1354,1662],[1328,1658],[1321,1649],[1319,1618],[1294,1616],[1267,1619],[1235,1617],[1204,1615],[1174,1617],[1147,1617],[1143,1606],[1147,1587],[1143,1562]]},{"area":"10e","points":[[1126,1096],[1097,1093],[1066,1095],[1051,1106],[1043,1130],[1021,1138],[991,1131],[974,1114],[974,1079],[987,1059],[1011,1053],[1039,1051],[1051,1049],[1055,1014],[1051,1008],[1030,1009],[999,1008],[960,1011],[939,999],[926,979],[934,960],[939,937],[966,923],[989,926],[1004,936],[1012,948],[1027,965],[1048,966],[1055,958],[1052,934],[1054,920],[1027,908],[1016,896],[1013,864],[1022,851],[1037,835],[1056,835],[1075,836],[1090,844],[1097,870],[1096,890],[1090,903],[1099,911],[1115,918],[1131,919],[1144,903],[1143,892],[1135,870],[1142,850],[1152,837],[1171,832],[1190,840],[1210,845],[1217,866],[1225,880],[1221,902],[1210,911],[1191,917],[1179,930],[1188,946],[1200,960],[1222,965],[1240,964],[1270,965],[1276,1002],[1254,1008],[1225,1006],[1196,1012],[1182,1022],[1183,1042],[1186,1057],[1177,1075],[1181,1088],[1182,1096],[1148,1109],[1136,1103]]},{"area":"101","points":[[1611,1388],[1684,1400],[1757,1408],[1864,1408],[1937,1394],[1937,1453],[1907,1450],[1842,1439],[1774,1440],[1712,1441],[1611,1451]]},{"area":"100","points":[[1576,858],[1648,851],[1749,845],[1768,869],[1792,877],[1799,902],[1797,925],[1816,956],[1837,962],[1850,996],[1877,1000],[1910,1006],[1921,1024],[1933,1044],[1917,1072],[1908,1104],[1917,1161],[1934,1192],[1965,1215],[1977,1254],[1965,1281],[1924,1294],[1903,1314],[1891,1343],[1891,1369],[1893,1387],[1818,1391],[1757,1391],[1678,1379],[1658,1339],[1651,1328],[1638,1322],[1606,1315],[1589,1309],[1552,1302],[1528,1297],[1523,1284],[1491,1278],[1481,1265],[1465,1244],[1470,1228],[1454,1203],[1441,1190],[1444,1166],[1444,1145],[1453,1125],[1443,1097],[1442,1076],[1455,1057],[1490,1044],[1495,1036],[1488,1012],[1489,969],[1494,942],[1484,917],[1496,883],[1534,879],[1555,869]]},{"area":"107","points":[[2105,837],[2119,826],[2145,836],[2168,831],[2184,834],[2239,835],[2263,834],[2290,834],[2311,837],[2317,854],[2319,870],[2319,894],[2319,916],[2304,919],[2288,918],[2271,928],[2277,950],[2277,977],[2271,991],[2257,1001],[2232,1004],[2190,1006],[2172,1000],[2155,992],[2148,973],[2144,955],[2151,934],[2144,920],[2129,918],[2109,917],[2105,905],[2109,893],[2107,867],[2104,851]]},{"area":"109","points":[[2326,1256],[2324,1234],[2323,1182],[2324,1159],[2320,1151],[2322,1124],[2322,1111],[2342,1095],[2365,1096],[2398,1090],[2410,1076],[2412,1039],[2408,1009],[2412,984],[2410,972],[2428,961],[2446,965],[2478,965],[2510,961],[2530,965],[2554,965],[2571,969],[2582,983],[2582,998],[2582,1025],[2579,1053],[2584,1072],[2575,1095],[2583,1121],[2585,1137],[2619,1143],[2646,1146],[2659,1146],[2668,1171],[2669,1188],[2668,1213],[2671,1239],[2663,1259],[2668,1303],[2655,1315],[2634,1316],[2623,1328],[2619,1348],[2592,1356],[2559,1356],[2534,1352],[2511,1356],[2494,1351],[2477,1354],[2462,1342],[2454,1325],[2452,1299],[2455,1279],[2444,1264],[2425,1267],[2403,1270],[2379,1270],[2356,1269],[2332,1265]]},{"area":"10a","points":[[2109,1485],[2102,1464],[2108,1442],[2105,1405],[2107,1360],[2133,1358],[2154,1356],[2175,1358],[2227,1351],[2249,1356],[2267,1360],[2271,1378],[2276,1396],[2270,1421],[2284,1446],[2322,1445],[2346,1446],[2384,1445],[2405,1448],[2435,1458],[2465,1475],[2477,1497],[2489,1517],[2497,1561],[2491,1614],[2469,1649],[2440,1675],[2415,1693],[2379,1702],[2339,1706],[2303,1693],[2272,1685],[2256,1656],[2244,1631],[2238,1610],[2236,1586],[2225,1581],[2210,1575],[2182,1578],[2151,1573],[2152,1534],[2150,1494],[2126,1491]]},{"area":"102","points":[[2026,526],[2072,524],[2104,524],[2152,523],[2177,526],[2198,530],[2230,532],[2231,552],[2232,583],[2227,610],[2198,611],[2160,616],[2142,612],[2116,615],[2085,613],[2065,612],[2021,609],[2016,574],[2018,552]]},{"area":"103","points":[[2195,345],[2195,289],[2189,271],[2197,246],[2189,212],[2197,184],[2221,173],[2231,178],[2320,174],[2323,158],[2324,144],[2356,135],[2376,141],[2435,136],[2466,136],[2491,141],[2496,161],[2497,185],[2491,204],[2494,232],[2495,258],[2465,263],[2449,261],[2425,262],[2404,279],[2405,305],[2388,303],[2349,302],[2323,314],[2314,341],[2276,346],[2259,346],[2251,351],[2226,345],[2208,352]]},{"area":"104","points":[[2589,477],[2584,456],[2587,438],[2582,422],[2585,396],[2585,343],[2586,325],[2588,288],[2583,244],[2591,225],[2619,225],[2653,227],[2676,224],[2708,228],[2710,246],[2707,262],[2712,272],[2708,299],[2714,323],[2712,348],[2720,376],[2711,395],[2708,414],[2714,441],[2714,476],[2679,478],[2649,475],[2626,478],[2611,475]]},{"area":"105","points":[[2453,609],[2454,592],[2453,569],[2457,515],[2451,492],[2454,464],[2458,442],[2490,444],[2511,442],[2537,445],[2536,467],[2539,486],[2537,508],[2539,523],[2559,526],[2577,529],[2597,520],[2610,520],[2622,525],[2653,522],[2664,531],[2669,546],[2669,577],[2665,605],[2666,625],[2665,653],[2670,674],[2675,690],[2645,698],[2627,694],[2616,698],[2592,694],[2586,676],[2585,658],[2590,640],[2582,616],[2556,616],[2530,616],[2503,615],[2490,613],[2466,617]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/019-map-gnomegarde-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/020-map-gnomegarde-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"mapParent":{"id":"263"}}]},{"name":"Icespire Hold","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/021-map-ih-dm.jpg"},"title":"Map: Icespire Hold","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"id":"264","mapRegions":[{"area":"13c","points":[[1796,360],[1841,315],[1841,221],[1801,181],[1801,135],[1845,91],[1883,91],[1919,127],[1919,177],[1949,177],[1949,160],[1989,160],[1989,177],[2018,177],[2018,131],[2056,93],[2097,93],[2143,139],[2143,218],[2101,218],[2101,351],[2148,351],[2148,325],[2126,303],[2126,269],[2148,247],[2188,247],[2207,266],[2207,308],[2189,326],[2189,352],[2189,396],[2145,440],[2101,440],[2055,394],[1925,394],[1882,437],[1842,437],[1796,393]]},{"area":"13e","points":[[2021,581],[2021,554],[2014,554],[2014,501],[2020,495],[2020,465],[2016,461],[2016,421],[2048,421],[2092,465],[2148,465],[2213,400],[2213,357],[2235,357],[2235,219],[2171,219],[2171,134],[2216,134],[2234,134],[2246,122],[2269,99],[2288,91],[2310,91],[2325,98],[2349,122],[2362,135],[2381,137],[2381,132],[2436,132],[2436,138],[2453,138],[2465,126],[2465,118],[2487,96],[2496,100],[2505,100],[2505,89],[2529,89],[2531,95],[2537,101],[2545,97],[2569,121],[2569,125],[2580,137],[2600,139],[2600,134],[2657,134],[2657,139],[2676,139],[2687,128],[2684,121],[2708,97],[2713,100],[2725,98],[2727,92],[2747,92],[2750,97],[2759,101],[2764,97],[2796,129],[2799,140],[2804,140],[2804,167],[2799,167],[2793,177],[2799,183],[2773,209],[2768,207],[2756,219],[2756,238],[2759,238],[2759,291],[2753,291],[2753,324],[2759,324],[2759,376],[2754,376],[2754,412],[2761,412],[2761,471],[2753,471],[2746,478],[2753,485],[2729,512],[2724,507],[2710,521],[2710,540],[2715,540],[2715,595],[2712,598],[2712,630],[2718,630],[2718,664],[2724,671],[2721,686],[2726,700],[2735,703],[2734,715],[2712,728],[2712,737],[2702,748],[2691,764],[2683,777],[2680,786],[2688,801],[2688,817],[2664,829],[2642,804],[2642,793],[2631,782],[2613,782],[2613,787],[2559,787],[2559,782],[2539,782],[2527,794],[2527,801],[2503,825],[2500,822],[2487,828],[2487,831],[2464,831],[2463,828],[2455,820],[2448,824],[2425,801],[2426,796],[2412,782],[2393,780],[2393,789],[2337,789],[2337,783],[2319,783],[2307,795],[2310,801],[2283,828],[2277,822],[2268,822],[2268,832],[2245,832],[2245,828],[2236,819],[2227,825],[2219,817],[2217,810],[2217,785],[2210,777],[2199,774],[2185,768],[2172,763],[2150,767],[2129,762],[2113,766],[2105,770],[2093,764],[2078,767],[2060,771],[2043,767],[2041,756],[2036,737],[2038,726],[2045,710],[2039,695],[2040,673],[2036,664],[2033,645],[2037,622],[2036,604],[2031,596]]},{"area":"140","points":[[2410,1139],[2460,1139],[2460,1051],[2486,1051],[2486,1139],[2540,1139],[2540,1270],[2410,1270]]},{"area":"141","points":[[2225,1011],[2233,1015],[2238,1048],[2236,1081],[2241,1095],[2254,1097],[2276,1098],[2284,1089],[2283,1060],[2281,1031],[2283,1013],[2299,1013],[2311,1009],[2321,1018],[2319,1038],[2316,1065],[2317,1085],[2321,1108],[2321,1141],[2322,1177],[2393,1177],[2393,1223],[2323,1223],[2320,1256],[2321,1270],[2319,1303],[2318,1329],[2319,1361],[2318,1380],[2321,1395],[2299,1398],[2280,1395],[2276,1383],[2279,1369],[2281,1351],[2280,1323],[2273,1311],[2237,1312],[2223,1316],[2204,1308],[2193,1311],[2191,1274],[2204,1267],[2215,1268],[2238,1270],[2247,1270],[2272,1271],[2283,1267],[2283,1244],[2281,1233],[2266,1227],[2254,1223],[2231,1222],[2210,1223],[2195,1222],[2189,1210],[2190,1196],[2193,1188],[2208,1185],[2228,1188],[2244,1185],[2256,1185],[2276,1183],[2285,1164],[2281,1146],[2273,1139],[2263,1135],[2241,1137],[2221,1140],[2205,1137],[2194,1135],[2190,1129],[2197,1111],[2197,1087],[2195,1065],[2193,1039],[2193,1022],[2201,1012],[2215,1012]]},{"area":"141","points":[[2543,1057],[2559,1054],[2575,1055],[2593,1054],[2607,1052],[2614,1056],[2631,1055],[2647,1051],[2670,1055],[2673,1068],[2673,1087],[2680,1098],[2696,1096],[2712,1098],[2724,1095],[2743,1098],[2756,1099],[2761,1107],[2761,1114],[2759,1130],[2753,1138],[2745,1140],[2731,1137],[2718,1137],[2700,1139],[2687,1135],[2675,1137],[2668,1146],[2668,1160],[2671,1178],[2682,1188],[2700,1183],[2721,1185],[2742,1185],[2750,1187],[2762,1194],[2763,1209],[2756,1221],[2740,1223],[2724,1224],[2708,1224],[2689,1225],[2674,1230],[2668,1244],[2671,1258],[2679,1270],[2703,1272],[2717,1265],[2727,1263],[2753,1267],[2759,1276],[2765,1283],[2762,1298],[2760,1308],[2740,1311],[2726,1312],[2711,1311],[2695,1307],[2681,1310],[2672,1318],[2671,1327],[2674,1337],[2673,1344],[2670,1355],[2687,1364],[2702,1363],[2712,1363],[2735,1358],[2750,1359],[2756,1369],[2758,1388],[2756,1397],[2742,1401],[2719,1397],[2705,1397],[2697,1400],[2678,1397],[2668,1412],[2665,1434],[2667,1454],[2668,1468],[2663,1479],[2646,1482],[2633,1480],[2630,1468],[2631,1457],[2633,1447],[2628,1434],[2630,1420],[2628,1398],[2628,1372],[2633,1347],[2631,1321],[2628,1290],[2631,1260],[2628,1239],[2628,1226],[2557,1226],[2557,1183],[2627,1183],[2628,1144],[2631,1121],[2630,1100],[2623,1093],[2602,1092],[2584,1092],[2561,1090],[2545,1089],[2541,1076]]},{"area":"142","points":[[2408,1662],[2540,1662],[2540,1583],[2531,1583],[2531,1567],[2538,1567],[2538,1496],[2530,1496],[2530,1481],[2539,1481],[2539,1402],[2500,1402],[2500,1287],[2455,1287],[2455,1401],[2409,1401],[2409,1477],[2418,1477],[2418,1497],[2410,1497],[2410,1569],[2417,1569],[2417,1585],[2408,1585]]},{"area":"125","points":[[1860,694],[1904,715],[1920,745],[1926,762],[1927,772],[1930,788],[1931,808],[1927,848],[1905,847],[1894,839],[1887,813],[1887,786],[1881,759],[1874,741],[1873,721],[1865,710]]},{"area":"125","points":[[1305,1257],[1349,1262],[1371,1279],[1384,1296],[1400,1328],[1414,1346],[1416,1375],[1436,1395],[1453,1395],[1477,1402],[1495,1460],[1447,1431],[1436,1431],[1423,1433],[1411,1434],[1395,1420],[1378,1401],[1375,1388],[1377,1369],[1361,1334],[1346,1311],[1325,1295],[1314,1284],[1313,1273]]},{"area":"12a","points":[[1579,1316],[1579,1404],[1753,1404],[1753,1316]]},{"area":"12b","points":[[1535,1227],[1555,1227],[1555,1201],[1595,1201],[1595,1227],[1618,1227],[1618,1308],[1535,1308]]},{"area":"128","points":[[1711,1185],[1711,1310],[1798,1310],[1798,1185]]},{"area":"127","points":[[1710,961],[1710,1180],[1841,1180],[1841,961]]},{"area":"12c","points":[[1492,833],[1620,833],[1667,880],[1667,1095],[1647,1095],[1647,1119],[1601,1119],[1601,1096],[1578,1096],[1578,1052],[1492,1052]]},{"area":"12d","points":[[1208,965],[1208,1008],[1468,1008],[1468,965]]},{"area":"12e","points":[[1103,965],[1103,1003],[1184,1003],[1184,965]]},{"area":"132","points":[[836,833],[947,833],[947,814],[984,814],[984,833],[1095,833],[1095,1052],[836,1052]]},{"area":"138","points":[[663,832],[705,832],[705,815],[744,815],[744,832],[791,832],[791,1009],[663,1009]]},{"area":"12f","points":[[577,746],[662,746],[704,704],[745,704],[787,746],[878,746],[921,703],[962,703],[1007,748],[1099,748],[1141,706],[1183,706],[1225,748],[1225,787],[1183,829],[1183,948],[1140,948],[1140,791],[577,791]]},{"area":"13a","points":[[270,701],[307,701],[346,740],[346,784],[375,784],[375,768],[417,768],[417,788],[444,788],[444,740],[482,701],[524,701],[566,743],[566,793],[527,832],[527,1005],[352,1005],[307,1050],[265,1050],[222,1007],[222,966],[267,921],[267,828],[223,784],[223,745]]},{"area":"136","points":[[527,1050],[527,1179],[610,1179],[610,1050]]},{"area":"137","points":[[662,1049],[662,1177],[788,1177],[788,1049]]},{"area":"135","points":[[529,1186],[789,1186],[789,1313],[720,1313],[720,1333],[683,1333],[683,1313],[634,1313],[634,1335],[595,1335],[595,1314],[529,1314]]},{"area":"134","points":[[796,1145],[1052,1145],[1052,1311],[940,1311],[940,1332],[900,1332],[900,1313],[796,1313]]},{"area":"12f","points":[[796,1096],[1116,1096],[1140,1072],[1140,1019],[1181,1019],[1181,1095],[1138,1138],[796,1138]]},{"area":"130","points":[[1139,1273],[1119,1263],[1100,1263],[1100,1356],[1058,1356],[1061,1406],[1057,1433],[1055,1461],[1084,1500],[1143,1526],[1152,1516],[1161,1497],[1163,1468],[1177,1452],[1196,1444],[1207,1440],[1212,1427],[1207,1408],[1210,1393],[1208,1372],[1201,1353],[1201,1328],[1194,1304],[1157,1289]]},{"area":"125","points":[[677,341],[686,318],[700,285],[726,257],[753,233],[805,230],[795,249],[772,273],[767,285],[751,295],[739,303],[739,333],[746,351],[765,367],[762,414],[746,401],[728,382],[717,367],[697,358]]},{"area":"131","points":[[574,1356],[1005,1356],[1005,1399],[966,1399],[920,1445],[878,1445],[834,1401],[744,1401],[702,1443],[660,1443],[618,1401],[574,1401]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/021-map-ih-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/022-map-ih-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"264"}}]},{"name":"Loggers' Camp","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/023-map-lc-dm.jpg"},"title":"Map: Logger's Camp","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"id":"265","mapRegions":[{"area":"14f","points":[[100,1042],[124,1042],[124,1001],[349,1001],[349,1140],[132,1140],[132,1107],[100,1107]]},{"area":"14f","points":[[307,1667],[341,1667],[341,1699],[405,1699],[405,1672],[444,1672],[444,1447],[307,1447]]},{"area":"153","points":[[1093,346],[1093,571],[1142,571],[1142,346]]},{"area":"152","points":[[798,792],[924,792],[924,664],[1046,664],[1046,1047],[926,1047],[926,913],[798,913],[798,872],[778,872],[778,841],[798,841]]},{"area":"150","points":[[1492,962],[1709,962],[1709,994],[1740,994],[1740,1058],[1715,1058],[1715,1093],[1669,1093],[1669,1228],[1534,1228],[1534,1104],[1492,1104]]},{"area":"154","points":[[2007,591],[2018,562],[2041,539],[2153,464],[2187,453],[2218,456],[2340,494],[2369,513],[2384,539],[2434,654],[2440,686],[2433,707],[2399,812],[2374,836],[2349,851],[2244,888],[2211,896],[2182,888],[2095,793],[2034,741],[2009,671]]},{"area":"155","points":[[1994,1138],[2024,1122],[2138,1151],[2269,1162],[2325,1194],[2345,1215],[2352,1246],[2361,1315],[2360,1389],[2352,1419],[2341,1451],[2296,1504],[2261,1531],[2229,1549],[2199,1552],[2105,1578],[2072,1575],[2041,1562],[1955,1516],[1927,1501],[1909,1478],[1886,1349],[1906,1234],[1972,1166]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/023-map-lc-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/024-map-lc-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"mapParent":{"id":"265"}}]},{"name":"Mountain's Toe Gold Mine","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/025-map-mtgm-dm.jpg"},"title":"Map: Mountain's Toe Gold Mine","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"id":"266","mapRegions":[{"area":"173","points":[[2373,625],[2425,534],[2476,458],[2596,451],[2709,461],[2805,521],[2839,634],[2804,738],[2718,805],[2613,820],[2505,804],[2401,746],[2371,699]]},{"area":"172","points":[[2058,1527],[2058,1478],[2073,1478],[2116,1484],[2141,1480],[2167,1475],[2186,1452],[2169,1418],[2147,1412],[2147,1361],[2166,1354],[2178,1332],[2199,1308],[2225,1314],[2232,1296],[2281,1296],[2296,1302],[2319,1306],[2353,1304],[2386,1314],[2408,1333],[2408,1366],[2398,1379],[2386,1388],[2369,1405],[2331,1414],[2294,1412],[2266,1416],[2242,1432],[2240,1448],[2241,1476],[2249,1513],[2249,1548],[2236,1584],[2228,1619],[2198,1636],[2169,1639],[2154,1628],[2126,1627],[2106,1599],[2104,1567],[2086,1545],[2072,1532]]},{"area":"172","points":[[2234,1278],[2279,1278],[2289,1255],[2294,1245],[2324,1240],[2341,1249],[2369,1244],[2391,1236],[2418,1234],[2445,1238],[2456,1244],[2479,1245],[2507,1248],[2520,1244],[2536,1232],[2539,1218],[2534,1188],[2546,1165],[2558,1155],[2585,1145],[2592,1115],[2560,1114],[2542,1111],[2533,1101],[2512,1096],[2492,1089],[2460,1099],[2439,1099],[2412,1094],[2400,1091],[2386,1102],[2361,1111],[2322,1118],[2306,1111],[2285,1108],[2266,1129],[2249,1149],[2247,1181],[2248,1211],[2236,1233],[2236,1260]]},{"area":"171","points":[[2014,1295],[1993,1291],[1967,1288],[1952,1267],[1940,1239],[1913,1234],[1898,1204],[1919,1142],[1951,1138],[1978,1139],[1998,1138],[2027,1134],[2047,1124],[2068,1111],[2084,1088],[2101,1085],[2119,1091],[2146,1105],[2151,1126],[2171,1148],[2171,1161],[2168,1179],[2166,1208],[2162,1236],[2138,1248],[2120,1259],[2111,1285],[2086,1294],[2066,1304],[2039,1302]]},{"area":"170","points":[[1712,1412],[1712,1366],[1735,1365],[1755,1356],[1764,1336],[1764,1316],[1775,1311],[1795,1308],[1812,1306],[1833,1300],[1858,1307],[1882,1321],[1899,1339],[1907,1360],[1902,1374],[1900,1398],[1902,1428],[1886,1449],[1864,1467],[1847,1471],[1826,1476],[1806,1491],[1791,1500],[1768,1493],[1752,1468],[1747,1436],[1741,1421],[1727,1416]]},{"area":"16f","points":[[1898,865],[1867,846],[1852,816],[1847,793],[1862,772],[1875,745],[1905,740],[1932,749],[1940,735],[1946,714],[1934,694],[1913,696],[1882,696],[1861,702],[1841,719],[1818,752],[1811,785],[1789,809],[1801,825],[1804,849],[1821,871],[1851,884],[1873,899]]},{"area":"166","points":[[365,1531],[368,1574],[338,1595],[339,1624],[320,1636],[302,1638],[285,1629],[264,1628],[253,1628],[239,1621],[227,1613],[213,1599],[202,1576],[192,1553],[198,1531],[212,1506],[233,1498],[254,1488],[266,1486],[276,1479],[304,1479],[322,1485],[334,1500],[340,1525],[354,1531]]},{"area":"165","points":[[406,1505],[404,1462],[408,1440],[406,1412],[415,1395],[432,1365],[468,1348],[493,1344],[532,1345],[571,1356],[601,1358],[616,1346],[666,1386],[668,1412],[656,1433],[638,1458],[606,1466],[574,1468],[559,1467],[540,1464],[516,1466],[489,1471],[464,1484],[452,1504],[448,1544]]},{"area":"164","points":[[515,1131],[532,1108],[540,1089],[568,1080],[600,1075],[635,1086],[666,1102],[661,1122],[660,1151],[673,1173],[702,1186],[700,1238],[691,1240],[675,1265],[629,1272],[627,1256],[606,1247],[581,1245],[556,1245],[533,1233],[520,1205],[502,1194]]},{"area":"167","points":[[795,1488],[793,1444],[784,1405],[792,1353],[804,1339],[833,1320],[846,1311],[853,1276],[902,1276],[911,1287],[928,1306],[962,1314],[989,1308],[1002,1295],[1009,1258],[1013,1209],[1012,1182],[1005,1154],[1015,1122],[1042,1093],[1085,1096],[1112,1104],[1145,1108],[1173,1129],[1199,1140],[1199,1194],[1181,1209],[1174,1242],[1167,1269],[1152,1292],[1118,1295],[1081,1314],[1065,1332],[1066,1353],[1066,1396],[1080,1416],[1115,1425],[1156,1413],[1156,1459],[1122,1465],[1080,1473],[1042,1467],[985,1462],[954,1465],[914,1469],[882,1471],[860,1482],[838,1500],[839,1542]]},{"area":"16c","points":[[1031,1539],[1071,1531],[1094,1533],[1134,1535],[1160,1536],[1180,1521],[1189,1498],[1184,1481],[1168,1469],[1168,1407],[1176,1395],[1180,1359],[1189,1345],[1214,1341],[1235,1328],[1247,1306],[1266,1299],[1284,1302],[1291,1329],[1287,1375],[1284,1398],[1306,1416],[1319,1431],[1340,1476],[1312,1480],[1298,1476],[1285,1485],[1286,1509],[1271,1518],[1258,1512],[1235,1521],[1234,1547],[1236,1573],[1227,1596],[1214,1616],[1185,1627],[1166,1624],[1145,1621],[1121,1625],[1101,1638],[1082,1639],[1053,1622],[1032,1615],[1009,1606],[999,1593],[994,1587],[1007,1572],[1021,1559]]},{"area":"16d","points":[[1372,1264],[1407,1261],[1421,1255],[1444,1256],[1469,1264],[1481,1286],[1487,1312],[1475,1375],[1458,1339],[1447,1305],[1419,1288],[1387,1292],[1373,1286],[1365,1278]]},{"area":"169","points":[[639,856],[632,834],[621,811],[619,792],[612,776],[604,755],[593,731],[606,718],[624,705],[644,700],[674,705],[708,701],[733,713],[755,724],[766,749],[774,769],[774,787],[780,812],[773,825],[756,840],[740,852],[708,855],[688,865],[675,881],[651,878]]},{"area":"16a","points":[[966,704],[1005,696],[1019,686],[1021,647],[1011,621],[988,607],[975,588],[987,521],[1006,515],[1027,496],[1055,486],[1081,489],[1099,502],[1132,511],[1152,528],[1166,556],[1165,586],[1169,607],[1160,634],[1152,659],[1120,685],[1116,719],[1116,745],[1112,766],[1113,785],[1111,814],[1107,844],[1091,859],[1071,856],[1044,860],[1026,852],[1025,833],[1015,800],[1012,788],[1015,775],[1013,749],[992,747],[968,745]]},{"area":"16b","points":[[1238,900],[1287,900],[1298,880],[1315,872],[1345,868],[1375,864],[1400,859],[1407,835],[1406,808],[1374,772],[1354,759],[1327,754],[1305,749],[1287,734],[1275,712],[1236,693],[1219,699],[1200,709],[1192,727],[1172,759],[1182,781],[1193,804],[1193,825],[1191,842],[1198,853],[1222,859],[1234,875]]},{"area":"16e","points":[[1576,953],[1622,953],[1631,944],[1640,932],[1673,922],[1695,915],[1718,904],[1726,896],[1722,873],[1732,845],[1729,814],[1728,800],[1720,772],[1691,762],[1673,744],[1658,708],[1632,698],[1598,709],[1568,722],[1561,744],[1579,758],[1595,780],[1599,811],[1593,852],[1576,878],[1579,905],[1575,936]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/025-map-mtgm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/026-map-mtgm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"mapParent":{"id":"266"}}]},{"name":"Shrine of Savras","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/027-map-sos-dm.jpg"},"title":"Map: Shrine of Savras","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"id":"267","mapRegions":[{"area":"17e","points":[[1946,331],[1952,289],[1973,266],[2006,239],[2036,234],[2072,245],[2102,265],[2122,298],[2126,333],[2119,365],[2100,389],[2076,408],[2036,420],[2004,412],[1974,392],[1951,361]]},{"area":"17d","points":[[1569,1525],[1549,1512],[1538,1486],[1534,1455],[1538,1441],[1565,1406],[1591,1402],[1609,1406],[1661,1418],[1673,1447],[1675,1478],[1659,1496],[1645,1521],[1614,1526]]},{"area":"17b","points":[[446,386],[416,394],[387,387],[366,364],[356,334],[356,308],[367,284],[389,266],[409,261],[431,262],[455,269],[474,268],[487,284],[491,305],[496,324],[480,351],[466,374]]},{"area":"179","points":[[880,265],[1089,265],[1104,258],[1118,256],[1135,261],[1147,275],[1147,295],[1142,318],[1140,358],[1151,369],[1152,387],[1142,399],[1125,406],[1113,395],[924,395],[882,388],[880,352]]},{"area":"17e","points":[[1538,356],[1536,320],[1542,292],[1564,268],[1592,264],[1628,269],[1651,287],[1664,313],[1666,349],[1651,375],[1628,389],[1602,394],[1569,389]]},{"area":"17c","points":[[428,1534],[418,1542],[396,1539],[389,1528],[373,1520],[359,1501],[352,1464],[355,1444],[372,1418],[376,1404],[393,1384],[414,1386],[428,1395],[449,1405],[478,1439],[488,1474],[480,1504],[451,1526]]},{"area":"17f","points":[[879,613],[879,961],[1140,961],[1140,613]]},{"area":"181","points":[[622,794],[622,967],[831,967],[831,794]]},{"area":"182","points":[[1189,792],[1189,965],[1405,965],[1405,792]]},{"area":"183","points":[[878,1007],[1141,1007],[1141,1227],[1069,1227],[1069,1276],[1055,1295],[1028,1309],[1002,1314],[974,1304],[955,1286],[946,1274],[946,1229],[878,1229]]},{"area":"17a","points":[[1186,1008],[1186,1395],[1525,1395],[1525,1008]]},{"area":"17a","points":[[1185,747],[1185,412],[1520,412],[1520,747]]},{"area":"17a","points":[[835,748],[835,400],[493,400],[493,748]]},{"area":"17a","points":[[836,1002],[836,1385],[495,1385],[495,1002]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/027-map-sos-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/028-map-sos-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"mapParent":{"id":"267"}}]},{"name":"Tower of Storms","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/029-map-tos-dm.jpg"},"title":"Map: Tower of Storms","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"id":"268","mapRegions":[{"area":"19e","points":[[119,1588],[115,1501],[189,1286],[226,1232],[294,1179],[312,1222],[319,1308],[309,1365],[247,1534],[191,1615],[149,1625]]},{"area":"19e","points":[[307,1473],[329,1441],[418,1406],[469,1399],[614,1434],[678,1456],[719,1491],[718,1556],[672,1568],[618,1569],[555,1560],[491,1534],[428,1540],[338,1507]]},{"area":"19e","points":[[261,972],[228,881],[246,793],[251,714],[302,768],[348,820],[376,889],[448,974],[462,1014],[451,1105],[422,1134],[382,1125],[327,1049]]},{"area":"19e","points":[[128,835],[106,739],[95,666],[109,606],[122,493],[151,451],[226,391],[267,395],[281,425],[269,505],[248,547],[242,619],[227,681],[202,742],[162,788]]},{"area":"19e","points":[[356,446],[351,431],[376,326],[444,281],[498,225],[542,169],[596,132],[680,108],[674,168],[640,258],[606,309],[508,391],[468,416],[408,438]]},{"area":"197","points":[[484,700],[488,666],[511,635],[549,614],[584,613],[614,625],[640,648],[653,678],[655,726],[607,779],[580,786],[552,785],[516,765],[492,734]]},{"area":"198","points":[[618,507],[656,507],[656,524],[747,524],[747,508],[787,508],[787,696],[704,696],[698,665],[678,622],[649,592],[618,576]]},{"area":"190","points":[[618,894],[618,825],[639,811],[612,784],[652,744],[679,771],[696,740],[704,708],[786,708],[786,905],[752,905],[752,873],[658,873],[654,894]]},{"area":"191","points":[[751,921],[920,921],[920,1094],[749,1094],[749,1006],[735,1006],[735,967],[751,967]]},{"area":"195","points":[[726,1139],[876,1139],[876,1107],[919,1107],[919,1139],[945,1139],[944,1160],[944,1185],[954,1219],[966,1240],[962,1266],[939,1278],[926,1292],[904,1300],[874,1295],[853,1265],[827,1227],[804,1191],[767,1167],[741,1154]]},{"area":"18f","points":[[801,746],[834,746],[834,481],[788,481],[738,481],[758,468],[784,456],[792,454],[811,459],[831,440],[848,415],[847,395],[862,367],[886,359],[915,353],[955,373],[981,401],[1002,433],[1013,459],[1034,492],[1038,555],[1033,596],[1028,615],[1042,642],[1042,679],[1055,716],[1078,754],[1062,806],[1042,801],[1019,807],[1006,821],[1007,865],[1018,888],[1022,921],[1028,949],[1024,996],[996,1024],[986,1039],[964,1073],[964,879],[832,879],[832,833],[801,833]]},{"area":"197","points":[[1578,394],[1584,361],[1608,327],[1645,312],[1674,309],[1705,314],[1721,333],[1739,356],[1746,382],[1748,394],[1748,421],[1726,458],[1682,478],[1636,478],[1609,458],[1591,438],[1579,419]]},{"area":"19a","points":[[1667,180],[1926,180],[1926,573],[2058,573],[2058,831],[1795,831],[1795,613],[1669,613],[1669,528],[1698,521],[1746,501],[1774,475],[1794,425],[1793,366],[1776,329],[1749,292],[1728,276],[1706,268],[1682,264],[1667,264]]},{"area":"19c","points":[[2119,395],[2128,364],[2138,331],[2161,308],[2195,291],[2221,284],[2255,286],[2285,295],[2309,308],[2327,333],[2342,358],[2351,401],[2339,439],[2325,465],[2300,485],[2268,499],[2238,504],[2201,500],[2167,487],[2149,464],[2127,435]]},{"area":"18e","points":[[2071,1341],[2125,1376],[2129,1368],[2127,1340],[2132,1318],[2144,1304],[2167,1308],[2185,1327],[2194,1349],[2194,1371],[2171,1386],[2161,1393],[2176,1400],[2199,1405],[2219,1414],[2211,1436],[2185,1446],[2162,1439],[2132,1429],[2101,1407],[2072,1392],[2061,1373]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/029-map-tos-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/030-map-tos-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"mapParent":{"id":"268"}}]},{"name":"Umbrage Hill","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/031-map-uh-dm.jpg"},"title":"Map: Umbrage Hill","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"id":"269","mapRegions":[{"area":"1a6","points":[[879,1095],[879,1307],[1097,1307],[1097,1095]]},{"area":"1a5","points":[[1126,1225],[1169,1225],[1169,1191],[1239,1191],[1239,1221],[1312,1221],[1312,1357],[1272,1357],[1272,1489],[1133,1489],[1126,1342]]},{"area":"1a4","points":[[1783,1799],[1684,1693],[1711,1586],[1836,1515],[1991,1467],[2133,1443],[2257,1511],[2390,1644],[2437,1782],[2437,1799]]},{"area":"1a6","points":[[2236,263],[2236,394],[2365,394],[2365,263]]},{"area":"1a6","points":[[1757,265],[1796,265],[1796,217],[1839,217],[1839,265],[1880,265],[1880,308],[1927,308],[1927,351],[1884,351],[1884,397],[1843,397],[1843,440],[1797,440],[1797,399],[1757,399]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/031-map-uh-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/032-map-uh-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"269"}}]},{"name":"Woodland Manse","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/033-map-wm-dm.jpg"},"title":"Map: Woodland Manse","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"id":"26a","mapRegions":[{"area":"1b4","points":[[704,662],[613,656],[613,532],[626,519],[650,519],[656,438],[691,434],[700,399],[718,386],[763,387],[794,390],[803,410],[800,429],[837,436],[834,478],[810,493],[798,485],[793,508],[790,526],[758,530],[753,570],[726,579],[714,577],[708,616],[707,641]]},{"area":"1b4","points":[[871,483],[870,454],[875,434],[910,430],[940,436],[975,429],[1004,429],[998,411],[1007,389],[1003,366],[1029,347],[1056,349],[1091,354],[1099,376],[1111,390],[1137,397],[1141,436],[1142,470],[1143,484],[1106,488],[1107,511],[1093,524],[1060,527],[1032,529],[1018,516],[1005,527],[986,526],[959,527],[932,524],[914,514],[916,495],[900,491],[881,487]]},{"area":"1ba","points":[[784,628],[788,604],[805,580],[832,559],[863,557],[883,564],[901,579],[914,588],[923,616],[922,648],[906,670],[885,683],[859,694],[831,690],[809,676],[794,654]]},{"area":"1b6","points":[[615,704],[615,827],[783,827],[783,704]]},{"area":"1be","points":[[927,577],[1047,577],[1047,693],[927,693],[927,665],[936,644],[936,617],[930,594]]},{"area":"1bd","points":[[1058,575],[1224,575],[1224,597],[1207,597],[1207,614],[1217,614],[1217,654],[1207,654],[1207,671],[1224,671],[1224,695],[1058,695]]},{"area":"1b8","points":[[796,710],[796,828],[1005,828],[1005,710]]},{"area":"1bb","points":[[1014,706],[1014,827],[1268,827],[1268,706]]},{"area":"1ca","points":[[621,838],[621,954],[870,954],[870,838]]},{"area":"1c6","points":[[578,968],[872,968],[872,1100],[959,1100],[959,1219],[763,1219],[763,1210],[748,1210],[748,1220],[705,1220],[705,1210],[691,1210],[691,1222],[578,1222]]},{"area":"1bf","points":[[884,841],[1061,841],[1061,851],[1131,851],[1131,841],[1223,841],[1223,1091],[1134,1091],[1134,1078],[1062,1078],[1062,1092],[884,1092]]},{"area":"1c4","points":[[969,1100],[969,1264],[1267,1264],[1267,1100]]},{"area":"1b4","points":[[1313,1056],[1273,1053],[1273,1001],[1270,929],[1274,877],[1318,861],[1314,832],[1350,825],[1359,786],[1392,783],[1411,797],[1409,816],[1416,828],[1437,831],[1450,844],[1453,871],[1449,898],[1457,928],[1446,942],[1445,960],[1411,969],[1404,995],[1407,1019],[1409,1048],[1413,1082],[1394,1095],[1349,1100],[1326,1098],[1312,1078]]},{"area":"1b4","points":[[1352,1259],[1356,1153],[1367,1134],[1391,1135],[1438,1136],[1475,1139],[1486,1164],[1492,1189],[1494,1219],[1501,1256],[1486,1275],[1451,1271],[1416,1275],[1408,1286],[1414,1307],[1409,1334],[1412,1363],[1351,1363],[1317,1357],[1309,1345],[1316,1294],[1320,1262],[1335,1263]]},{"area":"1b4","points":[[1004,1356],[1049,1356],[1054,1317],[1081,1310],[1112,1313],[1141,1308],[1158,1317],[1177,1319],[1185,1342],[1194,1355],[1222,1354],[1264,1352],[1270,1349],[1280,1377],[1282,1396],[1315,1396],[1314,1425],[1318,1447],[1311,1492],[1269,1497],[1278,1516],[1279,1534],[1231,1534],[1223,1505],[1222,1493],[1198,1498],[1183,1492],[1172,1496],[1143,1495],[1130,1464],[1133,1454],[1059,1442],[1048,1407],[1004,1405],[1000,1387],[1006,1376]]},{"area":"1b4","points":[[656,1271],[686,1269],[720,1269],[752,1274],[757,1305],[786,1308],[814,1309],[854,1308],[872,1307],[873,1278],[887,1268],[909,1276],[926,1295],[931,1331],[927,1365],[931,1392],[961,1397],[971,1420],[973,1445],[966,1485],[937,1494],[917,1497],[887,1492],[855,1491],[835,1480],[836,1454],[794,1448],[784,1444],[757,1443],[737,1429],[734,1409],[708,1408],[683,1404],[656,1398],[657,1383],[648,1361],[656,1349],[657,1328],[658,1314],[651,1293]]},{"area":"1b4","points":[[434,1362],[464,1364],[493,1364],[536,1364],[531,1324],[531,1280],[525,1257],[533,1236],[530,1189],[489,1170],[478,1143],[450,1137],[418,1142],[396,1137],[394,1163],[391,1188],[388,1220],[393,1245],[398,1262],[420,1268],[434,1280],[436,1308],[438,1335]]},{"area":"1b4","points":[[389,1092],[389,1069],[391,1036],[394,1018],[393,996],[396,962],[395,925],[416,914],[433,905],[436,876],[435,837],[460,831],[486,824],[512,831],[533,828],[565,833],[574,867],[571,906],[564,918],[530,919],[524,962],[530,999],[523,1011],[489,1015],[489,1036],[489,1060],[494,1099],[461,1101],[427,1100],[408,1100]]},{"area":"1b4","points":[[1269,435],[1306,433],[1315,396],[1340,396],[1360,406],[1367,429],[1385,439],[1407,471],[1407,528],[1409,583],[1404,618],[1368,622],[1361,638],[1360,664],[1334,661],[1314,658],[1281,655],[1272,650],[1266,611],[1268,566],[1263,540],[1268,515],[1268,480],[1266,454]]},{"area":"1d6","points":[[2008,563],[2029,554],[2285,554],[2285,613],[2292,613],[2292,654],[2287,659],[2287,694],[2010,694],[2002,683],[2006,648],[2012,613],[2014,599],[2013,578]]},{"area":"1d5","points":[[1903,693],[1878,689],[1855,673],[1841,648],[1837,617],[1845,592],[1862,570],[1892,557],[1918,559],[1939,570],[1959,584],[1973,610],[1973,646],[1955,673],[1935,688]]},{"area":"1b6","points":[[1755,704],[1755,827],[1836,827],[1836,704]]},{"area":"1ca","points":[[1672,840],[1672,958],[1834,958],[1834,840]]},{"area":"1ce","points":[[1628,973],[1628,1219],[1925,1219],[1925,973]]},{"area":"1d0","points":[[1934,1104],[1934,1221],[2009,1221],[2009,1104]]},{"area":"1d8","points":[[2023,1102],[2023,1264],[2320,1264],[2320,1102]]},{"area":"1bf","points":[[1932,839],[1932,1092],[2185,1092],[2185,839]]},{"area":"1be","points":[[2196,838],[2196,1086],[2273,1086],[2273,838]]},{"area":"1d3","points":[[1846,959],[1846,707],[2317,707],[2317,825],[1924,825],[1924,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/033-map-wm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/034-map-wm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"mapParent":{"id":"26a"}}]}]},"SLW":{"id":"SLW","source":"SLW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":96,"offsetX":-48,"offsetY":2,"units":"miles"},"id":"0fc"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-32,"offsetY":18,"units":"miles"},"mapParent":{"id":"0fc","autoScale":true}}]},{"name":"Attack on the Wayside Inn","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/003-ivsrz-map-wayside-inn-final_dm.jpg"},"title":"Map 2: Wayside Inn","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"0fd"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/004-unnbj-map-wayside-inn_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"mapParent":{"id":"0fd"}}]},{"name":"A Normal Day in Leilon","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/005-lloxo-map-leilon-town_ruined_dm.jpg"},"title":"Map 3: Leilon Under Construction","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"0fe"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/006-mjl1f-map-leilon-town-map_ruined_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"0fe"}}]},{"name":"Aid from Phandalin","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/007-x847s-map-aid-from-phandalin_dm.jpg"},"title":"Map 4: Backlot in Town","width":2835,"height":3600,"imageType":"map","grid":{"type":"square","size":136,"offsetX":56,"offsetY":36},"id":"0ff"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/008-x847s-map-aid-from-phandalin_dm.jpg"},"title":"Player Version","width":2835,"height":3600,"imageType":"mapPlayer","grid":{"type":"square","size":136,"offsetX":56,"offsetY":36},"mapParent":{"id":"0ff"}}]},{"name":"Foul Weather at Wayside","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/009-ivsrz-map-wayside-inn-final_dm.jpg"},"title":"Map 5: Wayside Inn","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"100"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/010-unnbj-map-wayside-inn_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"100"}}]},{"name":"House of Thalivar","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/011-kmdtd-map-house-of-thalivar_dm.jpg"},"title":"Map 6: House of Thalivar","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"id":"101","mapRegions":[{"area":"0a4","points":[[58,1358],[58,1872],[176,1872],[176,1358]]},{"area":"0a7","points":[[474,1237],[474,1392],[722,1392],[722,1237]]},{"area":"0a8","points":[[734,1240],[978,1240],[1057,1319],[1057,1486],[734,1486]]},{"area":"0a9","points":[[731,1576],[731,1826],[981,1826],[981,1576]]},{"area":"0a5","points":[[379,1830],[302,1753],[302,1411],[718,1411],[718,1830]]},{"area":"0ad","points":[[2093,1549],[2093,1538],[2270,1538],[2270,1835],[2192,1835],[2192,1824],[2209,1807],[2226,1774],[2235,1726],[2227,1677],[2226,1650],[2210,1621],[2168,1595],[2133,1579],[2112,1565],[2107,1554]]},{"area":"0b1","points":[[1906,1464],[1886,1491],[1875,1530],[1880,1563],[1901,1598],[1939,1622],[1970,1624],[2011,1619],[2050,1595],[2064,1563],[2072,1549],[2059,1502],[2026,1461],[1978,1448],[1931,1450]]},{"area":"0af","points":[[1421,632],[1752,632],[1752,965],[1494,965],[1421,890]]},{"area":"0ae","points":[[1426,549],[1592,549],[1592,376],[1944,376],[1944,390],[1928,402],[1931,422],[1928,453],[1923,496],[1918,526],[1941,566],[1952,582],[1963,605],[1963,622],[1426,622]]},{"area":"0ae","points":[[1851,635],[1976,635],[1976,649],[1987,651],[1990,675],[1982,683],[1987,707],[1984,726],[1979,744],[1976,755],[1986,765],[1982,806],[1976,829],[1963,843],[1946,858],[1950,886],[1950,909],[1934,939],[1922,963],[1851,963]]},{"area":"0ad","points":[[1934,454],[2008,454],[2008,540],[2124,540],[2121,479],[2144,456],[2268,456],[2268,973],[1933,973],[1964,914],[1962,889],[2098,889],[2126,849],[2126,742],[2102,712],[1998,712],[1991,688],[2000,674],[1996,648],[1984,648],[1984,622],[1931,528]]},{"area":"0ad","points":[[1160,622],[1161,608],[1176,592],[1176,561],[1187,558],[1186,533],[1214,501],[1226,473],[1231,452],[1322,452],[1322,975],[1149,975],[1158,966],[1167,953],[1165,934],[1173,913],[1173,888],[1241,888],[1241,714],[1161,714],[1168,708],[1168,674],[1168,644]]},{"area":"0ab","points":[[476,460],[535,375],[1153,378],[1226,451],[1214,482],[1191,513],[1179,527],[1179,547],[1171,553],[1169,584],[1155,601],[1152,627],[1164,649],[1164,696],[1156,714],[1162,733],[1153,756],[1146,772],[1139,784],[1153,795],[1161,815],[1167,828],[1164,841],[1173,856],[1168,881],[1166,909],[1159,929],[1161,952],[1139,973],[553,969],[476,891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SLW/thumbnail/011-kmdtd-map-house-of-thalivar_dm.webp"},"page":"adventure.html","source":"SLW","hash":"slw"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/012-idnt1-map-house-of-thalivar_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"mapParent":{"id":"101"}}]},{"name":"Missing Patrol","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/013-ibxmx-map-lizardfolk-camp_dm.jpg"},"title":"Map 7: Lizardfolk Camp","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"102"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/014-ibxmx-map-lizardfolk-camp_dm.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"mapParent":{"id":"102"}}]},{"name":"Thunder Cliffs","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/015-1vb8n-map-thunder-cliffs_dm.jpg"},"title":"Map 8: Caverns at Thunder Cliffs","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"103","mapRegions":[{"area":"0e9","points":[[309,1401],[321,1389],[322,1373],[339,1365],[351,1348],[373,1342],[395,1347],[416,1349],[433,1342],[436,1329],[446,1327],[466,1319],[480,1325],[484,1334],[495,1349],[520,1369],[552,1371],[558,1360],[574,1358],[587,1348],[618,1353],[651,1306],[618,1294],[604,1286],[595,1276],[585,1281],[552,1262],[551,1235],[558,1225],[555,1213],[544,1202],[549,1186],[547,1165],[525,1152],[504,1147],[485,1151],[474,1167],[446,1173],[416,1178],[405,1166],[389,1141],[372,1141],[366,1131],[356,1119],[341,1115],[319,1108],[299,1122],[286,1133],[269,1142],[255,1141],[238,1145],[233,1158],[227,1171],[211,1182],[209,1218],[209,1228],[201,1239],[198,1259],[200,1280],[206,1292],[229,1299],[238,1324],[251,1348],[262,1369],[258,1381],[272,1389],[286,1392],[299,1393]]},{"area":"0e6","points":[[580,1936],[558,1921],[551,1893],[552,1873],[567,1864],[567,1842],[587,1833],[604,1813],[598,1791],[601,1772],[601,1753],[576,1738],[580,1715],[585,1696],[579,1662],[600,1654],[624,1648],[648,1655],[661,1661],[680,1664],[692,1660],[720,1669],[735,1679],[752,1681],[773,1676],[781,1674],[860,1681],[872,1698],[873,1716],[893,1716],[906,1715],[915,1721],[934,1725],[949,1716],[964,1702],[974,1698],[989,1704],[1000,1709],[1000,1731],[996,1751],[1000,1768],[1024,1775],[1031,1794],[1056,1804],[1079,1804],[1094,1821],[1088,1835],[1091,1859],[1102,1873],[1104,1896],[1100,1914],[1080,1934],[1067,1940],[1055,1962],[1048,1988],[1027,2006],[1005,2021],[980,2031],[981,2047],[982,2058],[966,2068],[941,2064],[912,2074],[872,2076],[841,2067],[826,2062],[816,2048],[780,2041],[748,2039],[727,2047],[698,2053],[678,2047],[635,2042],[618,2020],[593,2018],[588,1996],[578,1985],[580,1965]]},{"area":"0dd","points":[[1414,2246],[1418,2214],[1418,2179],[1400,2134],[1400,2085],[1427,2054],[1468,2035],[1515,2012],[1562,1995],[1604,1949],[1638,1894],[1655,1834],[1693,1807],[1726,1793],[1756,1785],[1798,1766],[1849,1724],[1879,1689],[1900,1661],[1927,1631],[1974,1599],[2013,1585],[2058,1576],[2125,1568],[2185,1561],[2289,1561],[2354,1555],[2415,1538],[2214,1435],[2174,1451],[2138,1445],[2096,1453],[2064,1455],[2051,1451],[2026,1455],[2001,1459],[1965,1452],[1944,1467],[1920,1488],[1889,1495],[1868,1496],[1864,1513],[1856,1538],[1852,1559],[1834,1581],[1807,1608],[1765,1621],[1738,1615],[1721,1628],[1695,1624],[1660,1616],[1638,1598],[1624,1581],[1447,1639],[1446,1664],[1438,1692],[1424,1712],[1424,1735],[1422,1756],[1415,1784],[1396,1811],[1400,1848],[1385,1882],[1352,1911],[1347,1926],[1314,1935],[1313,1949],[1299,1985],[1266,2016],[1240,2032],[1225,2032],[1215,2059],[1219,2085],[1218,2115],[1213,2148],[1200,2176],[1213,2224],[1213,2246]]},{"area":"0e2","points":[[2998,769],[3014,748],[3047,727],[3059,719],[3067,722],[3087,719],[3104,716],[3118,655],[3105,646],[3104,635],[3113,629],[3106,619],[3107,599],[3133,587],[3155,589],[3174,600],[3196,595],[3219,596],[3253,579],[3261,561],[3282,552],[3298,544],[3315,547],[3329,529],[3353,524],[3369,516],[3379,501],[3395,491],[3418,500],[3433,515],[3435,540],[3426,562],[3421,585],[3414,593],[3453,592],[3476,594],[3480,613],[3476,651],[3480,678],[3471,700],[3455,715],[3445,732],[3444,746],[3460,758],[3459,772],[3454,789],[3444,813],[3431,827],[3416,827],[3399,844],[3375,852],[3360,855],[3327,853],[3318,861],[3308,872],[3286,876],[3262,874],[3244,872],[3219,880],[3206,871],[3182,867],[3158,872],[3141,881],[3135,895],[3101,894],[3096,881],[3072,868],[3064,854],[3041,836],[3006,816],[3002,788]]},{"area":"0de","points":[[2240,758],[2235,740],[2260,732],[2280,736],[2301,738],[2325,754],[2331,780],[2349,786],[2355,800],[2354,818],[2351,839],[2334,851],[2320,856],[2327,876],[2314,886],[2320,902],[2335,924],[2352,931],[2368,928],[2381,916],[2398,918],[2418,929],[2445,927],[2482,921],[2491,904],[2502,892],[2529,925],[2539,966],[2545,981],[2554,1007],[2546,1025],[2524,1033],[2514,1051],[2514,1069],[2502,1085],[2428,1087],[2420,1080],[2429,1056],[2428,1042],[2409,1026],[2385,1008],[2361,1009],[2344,1016],[2328,1008],[2319,985],[2284,974],[2265,988],[2244,998],[2207,986],[2202,961],[2182,964],[2160,960],[2147,969],[2113,948],[2106,895],[2114,871],[2124,856],[2145,853],[2153,835],[2155,816],[2178,813],[2191,806],[2205,796],[2218,780],[2226,771],[2234,767]]},{"area":"0ee","points":[[829,485],[852,485],[855,478],[870,475],[894,464],[902,457],[912,461],[941,456],[960,451],[964,439],[981,434],[1001,427],[1017,426],[1023,435],[1041,448],[1054,451],[1055,438],[1071,436],[1089,436],[1105,441],[1119,452],[1126,486],[1120,495],[1115,505],[1120,522],[1138,524],[1158,530],[1171,523],[1191,511],[1202,498],[1191,482],[1187,471],[1198,461],[1191,441],[1195,413],[1208,391],[1221,377],[1245,377],[1264,370],[1278,348],[1275,322],[1261,302],[1251,291],[1229,293],[1216,307],[1199,314],[1182,308],[1160,308],[1151,288],[1136,290],[1124,280],[1121,267],[1128,254],[1116,245],[1106,221],[1107,198],[1121,175],[1128,171],[1142,171],[1154,165],[1171,152],[1191,148],[1205,144],[1215,138],[1215,124],[1231,112],[1251,107],[1267,106],[1281,109],[1301,114],[1320,105],[1328,95],[1347,95],[1364,99],[1378,108],[1394,117],[1411,132],[1417,159],[1419,181],[1403,197],[1388,206],[1366,212],[1349,226],[1344,248],[1348,274],[1368,278],[1382,289],[1396,296],[1411,282],[1429,276],[1451,268],[1464,270],[1484,288],[1519,289],[1537,282],[1568,278],[1586,272],[1597,254],[1608,245],[1619,262],[1650,258],[1668,254],[1679,271],[1697,270],[1724,285],[1732,308],[1744,319],[1741,342],[1741,366],[1760,383],[1756,528],[1745,543],[1723,545],[1706,552],[1686,555],[1671,573],[1666,588],[1649,605],[1644,629],[1651,644],[1669,659],[1619,712],[1542,675],[1524,663],[1498,678],[1477,691],[1475,678],[1450,669],[1418,669],[1402,670],[1401,684],[1384,688],[1357,689],[1331,683],[1325,671],[1322,665],[1329,652],[1317,630],[1291,616],[1275,613],[1261,628],[1225,621],[1209,616],[1187,606],[1158,618],[1132,632],[1125,646],[1129,669],[1112,686],[1103,709],[1118,721],[1125,735],[1096,748],[1063,755],[1026,758],[1012,752],[991,744],[966,742],[955,749],[917,752],[909,735],[903,719],[888,709],[855,704],[838,693],[819,681],[823,663],[817,638],[804,627],[790,604],[791,578],[806,559],[821,547],[826,532],[817,517],[821,503]]},{"area":"0eb","points":[[1491,947],[1491,920],[1510,859],[1535,851],[1568,849],[1566,834],[1583,821],[1591,794],[1577,789],[1582,762],[1572,750],[1582,738],[1586,722],[1566,701],[1616,728],[1678,674],[1682,694],[1674,712],[1676,734],[1681,749],[1694,761],[1694,779],[1683,791],[1689,810],[1696,822],[1688,835],[1695,855],[1710,870],[1728,870],[1747,862],[1752,854],[1772,856],[1798,859],[1813,877],[1834,891],[1851,896],[1861,912],[1856,938],[1870,947],[1877,965],[1894,969],[1911,978],[1932,977],[1956,983],[1963,1002],[1973,1023],[1975,1044],[1970,1059],[1968,1085],[1964,1111],[1957,1136],[1948,1152],[1920,1165],[1906,1171],[1890,1177],[1886,1209],[1894,1224],[1888,1246],[1877,1255],[1872,1286],[1825,1333],[1785,1332],[1741,1328],[1716,1328],[1712,1345],[1682,1326],[1684,1315],[1666,1288],[1655,1278],[1632,1271],[1639,1258],[1637,1228],[1617,1221],[1596,1216],[1572,1215],[1555,1223],[1518,1147],[1508,1111],[1520,1097],[1514,1070],[1496,1055],[1502,1038],[1491,1014],[1505,1003],[1501,977],[1490,973],[1492,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SLW/thumbnail/015-1vb8n-map-thunder-cliffs_dm.webp"},"page":"adventure.html","source":"SLW","hash":"slw"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/016-vi6zl-map-thunder-cliffs_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"103"}}]}]},"SDW":{"id":"SDW","source":"SDW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-35,"offsetY":16,"units":"miles"},"id":"0f8"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":98,"offsetX":-42,"offsetY":7,"units":"miles"},"mapParent":{"id":"0f8","autoScale":true}}]},{"name":"Welcome to Leilon","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/003-8snmb-map-leilon-town-construction_dm.jpg"},"title":"Map 2: Leilon Under Construction","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"0f9","mapRegions":[{"area":"01d","points":[[2392,341],[2392,512],[2737,512],[2737,341]]},{"area":"01a","points":[[1752,752],[1752,912],[2198,912],[2198,752]]},{"area":"01e","points":[[682,1436],[682,1598],[949,1598],[949,1436]]},{"area":"01c","points":[[1507,1432],[1507,1507],[1762,1507],[1762,1432]]},{"area":"01b","points":[[1777,1600],[1777,1682],[2166,1682],[2166,1600]]},{"area":"024","points":[[2154,1777],[2154,1971],[2644,1971],[2644,1777]]},{"area":"01f","points":[[2032,1274],[2032,1457],[2400,1457],[2400,1274]]},{"area":"023","points":[[2509,914],[2509,1069],[2787,1069],[2787,914]]},{"area":"022","points":[[2587,1377],[2587,1474],[3053,1474],[3053,1377]]},{"area":"021","points":[[2918,747],[2918,924],[3219,924],[3219,747]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/003-8snmb-map-leilon-town-construction_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/004-kpcvb-map-leilon-town-construction_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"0f9"}}]},{"name":"Bronze Shrine","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/006-jhbh5-map-bronze-shrine_dm.jpg"},"title":"Map 3: Caverns with Bahamut Shrine","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":30},"id":"0fa","mapRegions":[{"area":"049","points":[[307,211],[794,211],[798,288],[741,288],[724,316],[724,634],[307,634],[259,625],[219,602],[181,579],[152,539],[128,482],[118,436],[126,373],[145,316],[185,267],[232,232],[263,221]]},{"area":"03d","points":[[551,1836],[737,1831],[739,1819],[745,1800],[757,1775],[773,1770],[803,1775],[819,1778],[837,1772],[868,1770],[890,1761],[901,1742],[915,1738],[941,1746],[951,1759],[963,1774],[985,1787],[1008,1788],[1018,1777],[1041,1760],[1066,1757],[1086,1775],[1095,1785],[1111,1799],[1115,1826],[1105,1840],[1105,1859],[1092,1871],[1093,1885],[1103,1903],[1124,1912],[1156,1930],[1156,2008],[1135,2026],[1126,2039],[1129,2055],[1130,2075],[1146,2092],[1135,2103],[1116,2102],[1105,2098],[1094,2103],[1095,2120],[1071,2120],[1045,2101],[1027,2107],[979,2105],[981,2062],[956,2048],[954,2041],[950,2032],[930,2026],[907,2022],[884,2018],[863,2023],[852,2032],[841,2028],[815,2019],[795,2001],[777,1970],[774,1947],[754,1921],[551,1921]]},{"area":"040","points":[[1329,1666],[1329,2010],[1844,2010],[1844,1666]]},{"area":"042","points":[[2008,1635],[2008,2032],[2622,2032],[2622,1635]]},{"area":"043","points":[[2879,1581],[2879,2095],[3479,2095],[3479,1581]]},{"area":"044","points":[[3068,1298],[3177,1164],[3394,1326],[3292,1466]]},{"area":"045","points":[[2270,1066],[2276,1099],[2295,1146],[2315,1188],[2342,1227],[2374,1266],[2415,1302],[2467,1332],[2517,1360],[2565,1381],[2604,1391],[2674,1409],[2702,1409],[2792,1409],[2845,1401],[2908,1386],[2948,1365],[2994,1346],[3046,1311],[3062,1294],[3173,1155],[3196,1099],[3213,1028],[3215,941],[3200,854],[3174,796],[3128,721],[3083,671],[3027,632],[2969,597],[2889,569],[2816,551],[2731,545],[2656,556],[2575,573],[2505,603],[2435,643],[2378,696],[2330,758],[2288,831],[2272,892]]},{"area":"047","points":[[1498,1577],[1443,1565],[1382,1546],[1312,1517],[1267,1492],[1230,1462],[1177,1423],[1147,1396],[1123,1361],[1086,1315],[1062,1276],[1043,1221],[1014,1137],[1003,1048],[1006,970],[1013,902],[1041,825],[1063,766],[1102,707],[1142,652],[1185,610],[1239,564],[1315,523],[1378,495],[1441,471],[1519,462],[1595,458],[1675,463],[1750,477],[1821,507],[1880,537],[1942,572],[1991,610],[2037,663],[2080,723],[2119,788],[2154,888],[2166,1066],[2150,1173],[2121,1250],[2084,1315],[2036,1377],[1979,1431],[1916,1480],[1852,1517],[1796,1545],[1757,1560],[1671,1574]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/006-jhbh5-map-bronze-shrine_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/007-vrzqg-map-bronze-shrine_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":30},"mapParent":{"id":"0fa"}}]},{"name":"Claugiyliamatar's Lair","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/008-s5vrm-map-claugyliamatars-lair_dm.jpg"},"title":"Map 4: Claugiyliamatar's lair","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"id":"0fb","mapRegions":[{"area":"080","points":[[294,973],[308,948],[326,934],[372,917],[388,928],[400,928],[418,919],[448,917],[462,929],[474,928],[493,932],[507,939],[523,947],[543,948],[574,937],[578,912],[611,887],[622,885],[633,888],[660,887],[675,871],[683,867],[689,882],[700,888],[712,892],[722,909],[720,935],[720,952],[716,961],[704,966],[699,973],[704,987],[712,998],[719,1010],[732,1017],[746,1018],[753,1033],[762,1053],[766,1055],[769,1063],[771,1073],[789,1076],[798,1082],[804,1090],[808,1109],[810,1127],[801,1138],[807,1152],[808,1169],[807,1190],[800,1216],[787,1220],[780,1228],[781,1240],[759,1252],[745,1264],[725,1263],[705,1273],[694,1277],[687,1294],[696,1315],[697,1330],[699,1360],[696,1380],[685,1389],[676,1397],[660,1400],[641,1408],[638,1434],[622,1444],[604,1444],[576,1461],[558,1457],[538,1455],[519,1447],[508,1440],[493,1430],[489,1419],[464,1404],[457,1382],[457,1376],[462,1361],[467,1341],[466,1327],[456,1319],[439,1300],[413,1288],[401,1289],[393,1303],[376,1310],[361,1298],[352,1285],[333,1282],[311,1278],[294,1256],[293,1234],[289,1223],[276,1213],[266,1207],[250,1188],[249,1168],[247,1152],[250,1130],[259,1122],[262,1114],[261,1102],[252,1093],[253,1054],[253,1044],[253,1020],[267,1011],[288,994],[294,989]]},{"area":"07c","points":[[727,781],[764,768],[820,760],[832,764],[853,766],[868,764],[878,781],[900,785],[921,776],[942,782],[971,788],[984,779],[994,795],[1006,799],[1024,799],[1038,802],[1052,805],[1081,805],[1094,785],[1102,783],[1113,792],[1132,792],[1148,793],[1154,810],[1175,815],[1192,811],[1199,813],[1218,812],[1227,798],[1241,798],[1249,810],[1267,813],[1272,836],[1282,846],[1308,846],[1326,852],[1334,860],[1342,878],[1352,882],[1355,894],[1358,905],[1351,923],[1354,941],[1362,945],[1370,955],[1382,949],[1395,952],[1388,964],[1398,975],[1408,973],[1420,983],[1415,1005],[1417,1028],[1425,1046],[1445,1054],[1457,1054],[1463,1043],[1472,1055],[1499,1058],[1528,1054],[1530,1068],[1525,1081],[1532,1094],[1548,1106],[1558,1119],[1564,1134],[1562,1148],[1558,1159],[1567,1170],[1584,1182],[1586,1199],[1586,1215],[1591,1225],[1605,1228],[1618,1230],[1631,1231],[1637,1248],[1641,1263],[1639,1273],[1645,1285],[1645,1302],[1640,1310],[1639,1319],[1648,1330],[1659,1336],[1668,1345],[1674,1361],[1674,1377],[1673,1395],[1678,1412],[1661,1417],[1646,1426],[1640,1437],[1635,1448],[1641,1456],[1628,1471],[1618,1475],[1615,1482],[1596,1491],[1585,1488],[1573,1489],[1559,1495],[1550,1501],[1545,1512],[1543,1522],[1548,1549],[1539,1551],[1538,1563],[1524,1570],[1508,1569],[1502,1578],[1498,1588],[1502,1603],[1498,1619],[1504,1632],[1505,1643],[1511,1648],[1514,1656],[1532,1664],[1542,1670],[1538,1685],[1535,1713],[1526,1726],[1516,1735],[1506,1735],[1500,1739],[1495,1751],[1500,1769],[1495,1785],[1490,1796],[1491,1812],[1499,1826],[1494,1845],[1498,1865],[1493,1881],[1475,1883],[1460,1878],[1451,1884],[1448,1878],[1451,1871],[1442,1862],[1438,1855],[1426,1857],[1413,1852],[1401,1858],[1395,1850],[1385,1846],[1368,1843],[1357,1845],[1349,1855],[1337,1854],[1318,1855],[1304,1862],[1297,1862],[1288,1878],[1272,1873],[1257,1875],[1245,1882],[1236,1883],[1233,1893],[1220,1890],[1209,1897],[1200,1907],[1194,1918],[1184,1919],[1175,1925],[1167,1948],[1167,1955],[1156,1959],[1147,1968],[1149,1985],[1150,2002],[1155,2010],[1149,2022],[1153,2035],[1156,2052],[1160,2061],[1155,2070],[1161,2088],[1162,2106],[1165,2121],[1162,2134],[1143,2145],[1137,2135],[1123,2125],[1108,2128],[1085,2131],[1072,2132],[1065,2147],[1055,2161],[1035,2158],[1012,2168],[985,2170],[968,2160],[960,2163],[948,2150],[934,2135],[915,2128],[900,2128],[892,2132],[883,2113],[869,2105],[852,2104],[832,2102],[820,2090],[806,2095],[787,2087],[776,2097],[768,2085],[768,2056],[755,2044],[737,2027],[727,2002],[712,1994],[712,1983],[698,1967],[692,1952],[683,1943],[678,1936],[658,1935],[653,1931],[647,1922],[641,1913],[638,1888],[654,1864],[652,1841],[682,1827],[698,1801],[694,1789],[704,1762],[700,1743],[689,1738],[677,1732],[667,1715],[671,1711],[671,1697],[667,1681],[658,1673],[645,1665],[640,1653],[628,1649],[613,1651],[599,1642],[589,1625],[582,1610],[590,1590],[592,1575],[587,1568],[596,1562],[593,1548],[598,1541],[596,1530],[590,1520],[587,1506],[608,1498],[619,1495],[638,1486],[648,1483],[652,1474],[678,1465],[677,1449],[678,1441],[688,1441],[706,1440],[708,1429],[722,1422],[731,1405],[742,1389],[741,1375],[743,1358],[743,1350],[737,1341],[742,1322],[735,1308],[737,1298],[744,1302],[756,1298],[770,1298],[776,1287],[787,1285],[805,1275],[816,1260],[819,1255],[818,1244],[832,1238],[831,1232],[839,1220],[845,1198],[846,1178],[853,1163],[839,1143],[845,1132],[845,1108],[841,1088],[832,1071],[818,1066],[809,1053],[795,1049],[794,1034],[788,1030],[782,1008],[762,998],[748,993],[728,985],[725,978],[743,977],[748,966],[753,958],[750,953],[755,948],[758,924],[749,916],[752,915],[749,898],[741,887],[731,885],[735,878],[725,869],[713,865],[705,859],[714,849],[715,842],[706,832],[721,828],[726,814],[722,798]]},{"area":"077","points":[[1200,2110],[1205,2092],[1203,2072],[1195,2064],[1195,2044],[1190,2035],[1190,2012],[1192,1995],[1202,1971],[1202,1959],[1218,1952],[1228,1942],[1232,1925],[1247,1922],[1262,1915],[1295,1915],[1312,1905],[1329,1894],[1351,1884],[1369,1885],[1385,1882],[1405,1886],[1412,1899],[1415,1904],[1423,1911],[1427,1918],[1443,1918],[1469,1917],[1476,1913],[1472,1932],[1470,1959],[1475,1980],[1474,1995],[1475,2002],[1429,2037],[1415,2052],[1392,2071],[1385,2078],[1374,2080],[1358,2087],[1335,2091],[1302,2090],[1296,2103],[1284,2112],[1275,2101],[1259,2097],[1238,2098],[1225,2097],[1212,2101]]},{"area":"076","points":[[1825,2083],[2114,1943],[2144,2007],[1855,2148]]},{"area":"070","points":[[1789,1404],[1780,1398],[1771,1401],[1750,1402],[1741,1413],[1738,1421],[1722,1422],[1722,1405],[1714,1392],[1712,1382],[1706,1374],[1715,1359],[1718,1335],[1713,1325],[1708,1315],[1695,1307],[1685,1302],[1685,1288],[1689,1279],[1681,1252],[1671,1228],[1671,1218],[1661,1202],[1648,1198],[1638,1198],[1629,1192],[1628,1179],[1623,1164],[1618,1153],[1613,1123],[1607,1106],[1591,1090],[1578,1078],[1578,1056],[1571,1046],[1581,1030],[1585,1018],[1581,1004],[1582,988],[1575,972],[1588,960],[1592,942],[1595,936],[1595,916],[1587,901],[1634,862],[1707,842],[1799,850],[1844,856],[1855,866],[1857,875],[1868,880],[1885,885],[1909,888],[1918,895],[1936,896],[1950,895],[1959,881],[1978,884],[1998,877],[2012,880],[2031,882],[2042,893],[2035,909],[2045,919],[2060,928],[2057,942],[2063,953],[2081,952],[2092,965],[2107,970],[2109,998],[2109,1016],[2125,1033],[2128,1038],[2140,1050],[2143,1065],[2137,1076],[2131,1087],[2137,1104],[2143,1120],[2152,1122],[2148,1131],[2146,1145],[2138,1158],[2137,1184],[2139,1201],[2149,1206],[2147,1218],[2145,1228],[2152,1240],[2161,1253],[2178,1255],[2182,1261],[2193,1269],[2195,1282],[2202,1293],[2202,1308],[2205,1325],[2213,1336],[2232,1345],[2239,1352],[2246,1365],[2235,1373],[2242,1390],[2247,1403],[2236,1418],[2228,1440],[2232,1462],[2248,1470],[2261,1485],[2272,1482],[2273,1505],[2275,1525],[2280,1549],[2273,1564],[2260,1574],[2259,1596],[2271,1606],[2272,1627],[2275,1641],[2265,1652],[2258,1659],[2241,1666],[2238,1681],[2237,1692],[2222,1705],[2203,1707],[2185,1707],[2170,1714],[2156,1712],[2140,1718],[2076,1716],[1925,1639],[1873,1572],[1847,1503],[1805,1430],[1797,1424],[1796,1414]]},{"area":"068","points":[[2267,1923],[2266,1894],[2270,1835],[2288,1831],[2305,1831],[2321,1832],[2336,1838],[2346,1859],[2361,1852],[2381,1847],[2393,1834],[2391,1820],[2393,1802],[2399,1790],[2420,1786],[2438,1783],[2459,1783],[2479,1780],[2493,1771],[2506,1758],[2518,1753],[2523,1741],[2545,1738],[2559,1743],[2569,1745],[2585,1736],[2584,1727],[2603,1714],[2662,1762],[2663,1780],[2658,1788],[2656,1801],[2649,1807],[2652,1821],[2657,1829],[2661,1839],[2667,1849],[2687,1848],[2699,1849],[2705,1865],[2705,1877],[2721,1885],[2736,1893],[2733,1910],[2735,1939],[2746,1943],[2756,1951],[2756,1966],[2759,1984],[2768,1996],[2777,2006],[2769,2021],[2771,2033],[2748,2049],[2744,2066],[2749,2083],[2759,2100],[2756,2123],[2745,2128],[2735,2148],[2724,2155],[2719,2164],[2703,2174],[2684,2179],[2671,2179],[2654,2185],[2652,2196],[2635,2205],[2625,2205],[2610,2204],[2598,2206],[2584,2208],[2557,2207],[2548,2189],[2535,2185],[2521,2184],[2510,2195],[2500,2205],[2481,2211],[2460,2210],[2440,2210],[2433,2207],[2428,2196],[2411,2198],[2396,2196],[2384,2193],[2369,2182],[2356,2175],[2354,2167],[2343,2158],[2328,2144],[2323,2119],[2322,2103],[2313,2085],[2304,2083],[2306,2068],[2307,2063],[2309,2048],[2308,2028],[2307,2010],[2303,2002],[2296,1993],[2282,1984],[2280,1966],[2282,1945],[2277,1935]]},{"area":"067","points":[[2411,1570],[2413,1548],[2409,1528],[2419,1516],[2426,1503],[2444,1496],[2444,1482],[2446,1473],[2447,1440],[2461,1434],[2484,1430],[2492,1439],[2505,1423],[2513,1420],[2516,1410],[2530,1406],[2543,1409],[2561,1402],[2578,1393],[2594,1399],[2609,1396],[2616,1406],[2642,1407],[2653,1415],[2652,1433],[2661,1435],[2668,1458],[2676,1470],[2675,1489],[2663,1505],[2656,1513],[2650,1519],[2651,1535],[2646,1549],[2648,1562],[2622,1604],[2589,1620],[2570,1622],[2553,1617],[2539,1622],[2528,1633],[2505,1635],[2487,1635],[2459,1628],[2438,1612],[2425,1599],[2414,1585]]},{"area":"061","points":[[2956,1753],[2984,1709],[3031,1675],[3058,1661],[3076,1659],[3093,1664],[3109,1657],[3135,1654],[3141,1641],[3151,1631],[3154,1626],[3164,1622],[3167,1615],[3174,1610],[3184,1612],[3194,1615],[3201,1627],[3211,1628],[3226,1630],[3236,1632],[3252,1627],[3267,1625],[3284,1623],[3308,1620],[3319,1622],[3328,1623],[3344,1633],[3352,1641],[3358,1649],[3365,1658],[3375,1671],[3376,1681],[3396,1687],[3392,1705],[3380,1711],[3363,1716],[3352,1735],[3328,1769],[3310,1785],[3292,1793],[3271,1791],[3255,1791],[3243,1793],[3241,1811],[3241,1821],[3226,1831],[3215,1831],[3208,1835],[3200,1832],[3193,1845],[3195,1856],[3194,1869],[3181,1879],[3172,1891],[3158,1899],[3146,1903],[3134,1909],[3124,1907],[3105,1908],[3093,1905],[3082,1900],[3065,1891],[3055,1882],[3049,1872],[3047,1854],[3044,1844],[3039,1833],[3024,1825],[3012,1815],[3004,1809],[2988,1804],[2975,1785],[2972,1772],[2964,1766]]},{"area":"06b","points":[[2153,970],[2177,969],[2186,949],[2201,949],[2203,936],[2212,935],[2215,944],[2223,943],[2230,948],[2266,929],[2296,911],[2334,895],[2368,879],[2391,886],[2403,887],[2417,879],[2425,886],[2451,885],[2480,889],[2489,876],[2503,881],[2530,871],[2529,857],[2531,834],[2541,828],[2548,811],[2564,803],[2577,802],[2589,792],[2598,799],[2623,796],[2639,800],[2657,804],[2680,810],[2703,804],[2715,796],[2729,801],[2754,793],[2772,783],[2783,776],[2798,777],[2814,782],[2831,794],[2834,807],[2833,822],[2841,833],[2852,841],[2868,844],[2880,839],[2896,838],[2907,843],[2913,854],[2931,860],[2945,868],[2945,879],[2942,892],[2934,902],[2940,915],[2929,924],[2930,943],[2934,957],[2924,966],[2919,980],[2924,1001],[2932,1015],[2928,1033],[2921,1043],[2924,1071],[2924,1084],[2922,1098],[2919,1114],[2921,1133],[2929,1152],[2931,1172],[2925,1186],[2913,1204],[2899,1201],[2885,1199],[2871,1203],[2861,1207],[2852,1217],[2837,1220],[2834,1231],[2840,1243],[2831,1259],[2819,1271],[2804,1279],[2795,1287],[2785,1292],[2767,1287],[2763,1280],[2747,1279],[2732,1283],[2707,1291],[2705,1303],[2695,1313],[2679,1316],[2661,1316],[2655,1297],[2641,1297],[2635,1290],[2631,1286],[2631,1271],[2617,1263],[2606,1252],[2592,1254],[2581,1252],[2575,1246],[2564,1240],[2552,1237],[2537,1236],[2519,1235],[2506,1232],[2489,1231],[2479,1236],[2471,1248],[2456,1258],[2448,1274],[2454,1287],[2457,1301],[2456,1313],[2446,1321],[2439,1340],[2433,1357],[2407,1371],[2393,1367],[2372,1375],[2350,1377],[2325,1377],[2310,1380],[2300,1377],[2281,1379],[2279,1367],[2279,1344],[2281,1330],[2276,1314],[2262,1305],[2241,1292],[2244,1275],[2234,1266],[2226,1244],[2206,1234],[2202,1222],[2201,1209],[2190,1200],[2188,1168],[2190,1130],[2200,1120],[2192,1111],[2193,1094],[2180,1076],[2182,1061],[2188,1049],[2180,1026],[2170,1012],[2156,1008],[2153,985]]},{"area":"06d","points":[[3046,580],[3044,561],[3040,548],[3039,523],[3046,503],[3054,486],[3068,475],[3087,474],[3097,475],[3116,466],[3129,468],[3140,460],[3161,460],[3180,457],[3198,468],[3215,478],[3200,528],[3193,544],[3183,559],[3166,560],[3155,559],[3135,562],[3130,580],[3126,595],[3127,615],[3117,627],[3104,633],[3089,638],[3076,641],[3062,646]]},{"area":"06e","points":[[2555,442],[2561,430],[2559,415],[2561,399],[2567,388],[2584,382],[2598,371],[2617,367],[2623,349],[2629,339],[2636,331],[2652,323],[2665,318],[2681,319],[2702,323],[2713,316],[2729,318],[2752,317],[2771,316],[2783,324],[2788,334],[2806,337],[2820,338],[2833,340],[2842,345],[2845,358],[2839,372],[2844,390],[2849,404],[2863,409],[2873,418],[2879,425],[2878,436],[2890,448],[2897,448],[2892,465],[2875,480],[2866,499],[2857,527],[2835,524],[2823,530],[2812,531],[2802,544],[2795,559],[2799,567],[2789,581],[2791,596],[2790,611],[2783,622],[2764,628],[2746,630],[2716,632],[2707,633],[2697,641],[2677,642],[2668,639],[2660,646],[2647,641],[2636,635],[2623,628],[2612,626],[2604,615],[2593,608],[2585,594],[2584,580],[2584,551],[2577,545],[2580,533],[2566,527],[2559,488],[2553,460]]},{"area":"06f","points":[[2273,626],[2277,612],[2274,589],[2273,563],[2278,540],[2288,533],[2304,522],[2310,497],[2310,485],[2324,464],[2344,453],[2358,451],[2358,442],[2381,433],[2400,445],[2416,453],[2428,462],[2431,481],[2449,490],[2468,482],[2476,469],[2497,462],[2518,459],[2533,451],[2543,446],[2540,458],[2553,526],[2537,531],[2524,544],[2508,549],[2487,548],[2460,556],[2435,562],[2424,574],[2432,597],[2441,619],[2449,643],[2452,663],[2444,679],[2443,696],[2443,720],[2432,740],[2433,750],[2414,758],[2408,771],[2366,784],[2358,807],[2365,817],[2359,834],[2361,856],[2363,867],[2269,914],[2273,896],[2276,873],[2263,867],[2275,849],[2273,823],[2272,813],[2264,802],[2256,784],[2264,770],[2273,758],[2276,739],[2293,737],[2303,728],[2313,718],[2336,713],[2349,700],[2355,686],[2347,676],[2354,672],[2355,656],[2344,630],[2325,628],[2308,630],[2282,633]]},{"area":"074","points":[[2017,445],[2033,454],[2047,460],[2057,464],[2071,467],[2081,469],[2100,472],[2109,460],[2129,452],[2142,454],[2152,451],[2169,454],[2185,451],[2211,447],[2216,433],[2222,422],[2228,389],[2247,382],[2266,373],[2271,349],[2273,331],[2286,310],[2268,303],[2244,299],[2228,297],[2211,301],[2187,309],[2166,309],[2138,330],[2096,354],[2061,375],[2045,382],[2042,402],[2036,414],[2038,433],[2031,438]]},{"area":"079","points":[[836,529],[841,498],[827,489],[811,492],[800,500],[786,508],[769,500],[752,503],[741,496],[724,489],[708,481],[696,463],[703,441],[691,428],[684,413],[687,400],[691,382],[683,369],[684,354],[684,333],[686,324],[695,317],[709,319],[714,309],[739,293],[744,281],[753,283],[768,277],[771,266],[781,249],[792,247],[808,242],[830,244],[846,252],[847,265],[854,276],[860,282],[868,281],[885,280],[901,276],[916,265],[932,265],[948,266],[961,268],[979,272],[993,282],[993,299],[998,308],[1015,319],[1040,321],[1052,321],[1063,317],[1069,290],[1090,284],[1111,279],[1123,286],[1137,284],[1151,291],[1156,303],[1163,311],[1179,313],[1197,306],[1208,308],[1217,320],[1228,327],[1247,328],[1262,332],[1276,327],[1290,324],[1307,324],[1319,333],[1325,354],[1340,359],[1361,364],[1373,372],[1375,391],[1377,410],[1372,431],[1393,445],[1408,456],[1409,475],[1402,488],[1390,494],[1373,492],[1363,490],[1348,496],[1337,503],[1328,511],[1321,532],[1303,536],[1289,537],[1279,537],[1270,532],[1271,516],[1261,500],[1264,482],[1273,476],[1281,472],[1289,455],[1285,440],[1275,427],[1268,426],[1255,426],[1245,436],[1233,431],[1217,433],[1205,425],[1189,416],[1178,418],[1171,423],[1155,417],[1128,428],[1125,439],[1120,447],[1121,456],[1110,469],[1097,465],[1083,454],[1060,455],[1045,456],[1036,460],[1031,471],[1032,483],[1036,492],[1032,505],[1020,511],[1015,524],[1004,532],[986,540],[964,540],[949,543],[937,549],[945,569],[939,583],[940,594],[937,604],[917,607],[903,604],[887,599],[868,588],[858,593],[847,571],[837,547]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/008-s5vrm-map-claugyliamatars-lair_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/009-u8tfu-map-claugyliamatars-lair_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"mapParent":{"id":"0fb"}}]},{"name":"Death Knight-Dreadnaught","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/010-bivmm-map-deathknight-dreadnaught_dm.jpg"},"title":"Map 5: Death Knight-Dreadnaught","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"0fc","mapRegions":[{"area":"09a","points":[[32,633],[53,624],[63,625],[73,631],[97,637],[111,632],[123,616],[140,611],[157,617],[187,617],[205,596],[228,591],[243,595],[249,585],[268,586],[274,589],[269,606],[259,651],[253,709],[250,778],[251,837],[249,881],[251,970],[257,1043],[265,1150],[279,1352],[264,1362],[247,1355],[228,1364],[210,1359],[194,1340],[189,1318],[169,1298],[148,1312],[131,1315],[117,1296],[103,1268],[102,1251],[89,1227],[80,1223],[85,1186],[78,1168],[63,1168],[58,1152],[32,1150]]},{"area":"09b","points":[[415,11],[415,232],[706,232],[706,11]]},{"area":"09f","points":[[293,625],[313,554],[340,478],[372,423],[405,371],[446,316],[479,281],[519,259],[551,252],[583,258],[617,284],[654,318],[677,353],[714,399],[747,459],[774,522],[807,625]]},{"area":"09e","points":[[469,800],[469,969],[638,969],[638,800]]},{"area":"0a0","points":[[349,1827],[328,1688],[320,1578],[778,1578],[767,1689],[747,1827]]},{"area":"0a1","points":[[351,1835],[361,1908],[380,2005],[393,2071],[411,2116],[438,2141],[479,2164],[534,2177],[583,2174],[622,2162],[657,2146],[686,2116],[702,2086],[714,2030],[749,1835]]},{"area":"09e","points":[[296,633],[804,633],[812,683],[817,733],[822,803],[824,881],[822,928],[781,1572],[316,1572],[278,927],[276,798],[280,739],[287,673],[453,816],[453,976],[645,976],[645,792],[469,792]]},{"area":"09e","points":[[295,630],[468,793],[455,818],[285,673]]},{"area":"0a2","points":[[989,613],[1491,613],[1470,536],[1441,467],[1407,415],[1364,345],[1327,304],[1301,276],[1268,259],[1243,252],[1215,260],[1191,272],[1163,295],[1127,333],[1091,382],[1062,425],[1038,465],[1019,512],[997,575]]},{"area":"0a3","points":[[1012,1585],[1470,1585],[1441,1815],[1040,1815]]},{"area":"0a4","points":[[1045,1847],[1063,1972],[1077,2043],[1091,2091],[1114,2132],[1132,2145],[1178,2168],[1224,2173],[1270,2171],[1321,2155],[1363,2131],[1388,2083],[1408,2004],[1437,1847]]},{"area":"0a9","points":[[1697,614],[1716,560],[1743,502],[1780,442],[1818,388],[1852,349],[1890,322],[1928,311],[1963,322],[1987,340],[2012,366],[2045,400],[2087,461],[2117,513],[2149,589],[2158,614]]},{"area":"0a7","points":[[1693,640],[1680,696],[1672,752],[1668,821],[1669,894],[1670,962],[1673,1044],[1677,1132],[1690,1318],[1699,1498],[1721,1699],[1739,1819],[2115,1819],[2141,1652],[2154,1519],[2187,995],[2190,838],[2182,733],[2166,640]]},{"area":"0ab","points":[[1743,1843],[1780,2061],[1798,2090],[1814,2112],[1843,2129],[1873,2138],[1909,2146],[1943,2143],[1984,2134],[2017,2119],[2052,2093],[2067,2069],[2078,2034],[2114,1843]]},{"area":"0b0","points":[[2410,616],[2442,554],[2474,501],[2508,454],[2540,420],[2565,394],[2602,380],[2621,380],[2651,395],[2684,419],[2707,442],[2729,471],[2816,616]]},{"area":"0ad","points":[[2363,961],[2365,860],[2376,756],[2387,695],[2406,638],[2522,638],[2522,793],[2496,802],[2477,814],[2462,840],[2447,882],[2439,922],[2435,961]]},{"area":"0ae","points":[[2714,638],[2714,796],[2737,805],[2765,830],[2779,867],[2791,908],[2794,938],[2794,963],[2864,963],[2861,836],[2851,761],[2830,674],[2823,638]]},{"area":"0ac","points":[[2387,1303],[2365,984],[2453,984],[2458,919],[2465,877],[2480,841],[2499,820],[2519,812],[2538,818],[2538,636],[2694,636],[2694,814],[2720,815],[2739,827],[2751,845],[2768,888],[2776,914],[2780,985],[2862,985],[2840,1303]]},{"area":"0b2","points":[[2420,1733],[2405,1610],[2400,1544],[2392,1427],[2390,1325],[2837,1325],[2834,1387],[2830,1485],[2820,1597],[2806,1733]]},{"area":"0b3","points":[[2439,1845],[2450,1925],[2462,1981],[2491,2072],[2513,2088],[2553,2106],[2608,2115],[2608,1845]]},{"area":"0b4","points":[[2630,2115],[2658,2111],[2694,2097],[2727,2077],[2747,2041],[2769,1955],[2788,1844],[2630,1844]]},{"area":"0b6","points":[[3224,469],[3254,480],[3283,503],[3312,539],[3334,574],[3355,601],[3378,643],[3402,707],[3419,779],[3434,872],[3437,915],[3439,993],[3436,1055],[3431,1123],[3424,1211],[3406,1545],[3390,1690],[3363,1871],[3341,1984],[3330,2014],[3315,2034],[3288,2052],[3255,2063],[3221,2066],[3183,2060],[3148,2047],[3125,2030],[3114,2011],[3102,1970],[3067,1758],[3045,1577],[3038,1432],[3029,1332],[3017,1064],[3012,993],[3009,919],[3019,824],[3041,727],[3063,667],[3106,583],[3156,514],[3190,482]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/010-bivmm-map-deathknight-dreadnaught_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/011-jxmkr-map-deathknight-dreadnaught_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"0fc"}}]},{"name":"Iniarv's Tower","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/012-tezjd-map-iniarvs-tower_dm.jpg"},"title":"Map 6: Ruins of Iniarv's Tower","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"0fd","mapRegions":[{"area":"0c7","points":[[354,620],[503,767],[381,884],[384,1406],[317,1426],[310,666]]},{"area":"0c9","points":[[360,620],[469,516],[611,654],[511,766]]},{"area":"0d7","points":[[294,1654],[294,1489],[379,1489],[406,1462],[491,1547],[466,1572],[466,1654]]},{"area":"0cf","points":[[1070,1826],[1070,1311],[1237,1144],[1666,1144],[1666,1826]]},{"area":"0c8","points":[[964,527],[971,504],[983,473],[1014,424],[1057,409],[1119,407],[1163,420],[1173,456],[1169,490],[1163,533],[1159,581],[1173,653],[1093,696],[949,723],[971,623],[961,566]]},{"area":"0cd","points":[[390,1417],[390,891],[621,660],[641,636],[730,546],[951,546],[961,619],[936,733],[1090,707],[1183,653],[1167,584],[1173,544],[1293,544],[1413,664],[1413,1080],[1214,1080],[1006,1288],[1006,1570],[724,1570],[724,1487],[643,1487],[643,1570],[543,1570]]},{"area":"0d2","points":[[1337,569],[1361,545],[1414,545],[1414,459],[1581,459],[1581,624],[1414,624],[1407,640]]},{"area":"0d8","points":[[2016,1490],[2030,1490],[2030,1427],[2103,1427],[2103,1490],[2179,1490],[2179,1569],[2213,1569],[2213,1633],[2184,1633],[2184,1656],[2016,1656]]},{"area":"0d6","points":[[3094,477],[3130,477],[3130,456],[3303,456],[3303,619],[3200,619],[3200,657],[3140,657],[3140,621],[3129,621],[3129,536],[3094,536]]},{"area":"0d1","points":[[2717,1891],[2717,1280],[2931,1084],[3437,1084],[3437,1891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/012-tezjd-map-iniarvs-tower_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/013-zsgrp-map-iniarvs-tower_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"mapParent":{"id":"0fd"}}]},{"name":"Leilon Point","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/014-9qjz8-map-leilon-point_dm.jpg"},"title":"Map 7: Leilon Point Farming Community","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"id":"0fe","mapRegions":[{"area":"0e1","points":[[1666,736],[1666,952],[1976,952],[1976,736]]},{"area":"0e3","points":[[1388,205],[1388,423],[1844,423],[1844,205]]},{"area":"0e0","points":[[691,409],[691,604],[995,604],[995,409]]},{"area":"0e2","points":[[999,1163],[999,1271],[1501,1271],[1501,1163]]},{"area":"0e6","points":[[2737,1482],[2737,1581],[3139,1581],[3139,1482]]},{"area":"0eb","points":[[2222,1572],[2232,1569],[2241,1574],[2261,1571],[2283,1576],[2302,1578],[2344,1561],[2366,1570],[2378,1577],[2401,1582],[2421,1594],[2419,1616],[2435,1623],[2439,1640],[2452,1640],[2465,1625],[2480,1611],[2495,1619],[2518,1621],[2525,1653],[2542,1662],[2559,1659],[2577,1657],[2595,1662],[2600,1676],[2592,1685],[2596,1696],[2611,1699],[2631,1693],[2638,1704],[2639,1710],[2623,1720],[2606,1725],[2586,1731],[2572,1734],[2559,1736],[2550,1728],[2539,1716],[2542,1702],[2518,1696],[2486,1710],[2488,1722],[2463,1724],[2452,1721],[2437,1725],[2424,1724],[2413,1732],[2397,1730],[2384,1726],[2382,1712],[2375,1704],[2358,1702],[2354,1685],[2345,1679],[2342,1666],[2337,1663],[2329,1659],[2320,1653],[2317,1648],[2301,1641],[2277,1637],[2270,1644],[2244,1650],[2236,1657],[2231,1637],[2227,1599]]},{"area":"0ec","points":[[2356,1190],[2411,1204],[2415,1224],[2435,1230],[2455,1227],[2478,1229],[2486,1218],[2503,1213],[2526,1217],[2542,1228],[2556,1237],[2576,1241],[2594,1241],[2606,1244],[2615,1259],[2629,1255],[2645,1249],[2667,1242],[2677,1234],[2710,1234],[2730,1244],[2744,1262],[2730,1280],[2714,1291],[2693,1297],[2666,1305],[2661,1326],[2655,1342],[2659,1368],[2652,1389],[2627,1394],[2615,1410],[2623,1432],[2611,1459],[2592,1470],[2570,1474],[2559,1471],[2552,1466],[2534,1464],[2518,1468],[2506,1480],[2480,1484],[2469,1479],[2455,1483],[2451,1503],[2440,1519],[2415,1531],[2403,1529],[2381,1530],[2370,1516],[2359,1503],[2347,1508],[2306,1490],[2308,1468],[2319,1457],[2336,1451],[2348,1439],[2350,1408],[2336,1401],[2325,1397],[2307,1390],[2290,1378],[2265,1343],[2264,1286],[2259,1272],[2258,1249],[2265,1218],[2280,1208],[2284,1195],[2299,1192],[2314,1186],[2325,1189],[2341,1194]]},{"area":"0ed","points":[[2549,1192],[2556,1165],[2562,1143],[2596,1132],[2597,1109],[2601,1093],[2603,1081],[2609,1058],[2603,1046],[2603,1034],[2597,1015],[2600,996],[2605,984],[2615,971],[2631,964],[2624,951],[2632,938],[2639,937],[2635,924],[2652,915],[2670,915],[2683,921],[2691,932],[2697,951],[2714,954],[2725,969],[2732,965],[2741,977],[2744,988],[2744,1015],[2730,1041],[2715,1061],[2708,1067],[2704,1093],[2704,1106],[2701,1119],[2703,1139],[2722,1148],[2738,1155],[2747,1165],[2746,1188],[2745,1201],[2744,1230],[2744,1250],[2720,1228],[2679,1225],[2676,1199],[2663,1190],[2644,1194],[2637,1205],[2621,1208],[2603,1201],[2585,1202],[2570,1196]]},{"area":"0ef","points":[[2483,626],[2507,594],[2523,589],[2536,576],[2547,566],[2563,562],[2584,550],[2608,547],[2621,549],[2628,546],[2639,547],[2662,546],[2689,547],[2709,548],[2725,554],[2736,566],[2742,585],[2737,596],[2743,617],[2750,627],[2768,637],[2782,657],[2787,674],[2784,689],[2788,711],[2782,726],[2757,737],[2744,746],[2721,750],[2711,755],[2707,766],[2695,791],[2666,799],[2642,800],[2616,802],[2603,824],[2587,827],[2571,834],[2561,830],[2545,829],[2516,811],[2504,796],[2507,775],[2485,763],[2475,746],[2478,732],[2483,719],[2478,693],[2485,689],[2474,672],[2475,664],[2479,648],[2483,638]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/014-9qjz8-map-leilon-point_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/015-ca4ip-map-leilon-point_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"mapParent":{"id":"0fe"}}]}]},"DC":{"id":"DC","source":"DC","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"12f"},{"type":"image","href":{"type":"internal","path":"adventure/DC/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-31,"offsetY":-80,"units":"miles"},"mapParent":{"id":"12f","autoScale":true}}]},{"name":"Welcome to Leilon","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/003-wjwlc-map-leilon-town-map_dm.jpg"},"title":"Map 2: Leilon Town","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"130","mapRegions":[{"area":"028","points":[[1222,305],[1222,457],[1462,457],[1462,305]]},{"area":"02d","points":[[872,1100],[872,1175],[1177,1175],[1177,1100]]},{"area":"024","points":[[675,1445],[675,1602],[960,1602],[960,1445]]},{"area":"01c","points":[[1505,1420],[1505,1515],[1770,1515],[1770,1420]]},{"area":"01b","points":[[1780,1595],[1780,1685],[2165,1685],[2165,1595]]},{"area":"02c","points":[[2145,1792],[2145,1947],[2647,1947],[2647,1792]]},{"area":"026","points":[[2027,1267],[2027,1432],[2405,1432],[2405,1267]]},{"area":"02b","points":[[1720,1005],[1720,1150],[1965,1150],[1965,1005]]},{"area":"01a","points":[[1755,772],[1755,905],[2195,905],[2195,772]]},{"area":"023","points":[[2370,255],[2370,422],[2680,422],[2680,255]]},{"area":"025","points":[[2755,357],[2755,530],[3112,530],[3112,357]]},{"area":"027","points":[[2915,752],[2915,932],[3217,932],[3217,752]]},{"area":"02a","points":[[2512,910],[2512,1085],[2800,1085],[2800,910]]},{"area":"029","points":[[2575,1365],[2575,1475],[3045,1475],[3045,1365]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/003-wjwlc-map-leilon-town-map_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/004-qfdcj-map-leilon-town-map_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"130"}}]},{"name":"Dumathoin's Gulch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/005-5omvv-map-dumathoins-gulch_dm.jpg"},"title":"Map 3: Dumathoin's Gulch","width":2835,"height":3600,"imageType":"map","grid":{"type":"square","size":136,"offsetX":-78,"offsetY":37},"id":"131"},{"type":"image","href":{"type":"internal","path":"adventure/DC/006-oubp4-map-dumathoins-gulch_player.jpg"},"title":"Player Version","width":2835,"height":3600,"imageType":"mapPlayer","grid":{"type":"square","size":136,"offsetX":-78,"offsetY":37},"mapParent":{"id":"131"}}]},{"name":"Ebondeath's Mausoleum","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/007-nokov-map-ebondeaths-mausoleum_dm.jpg"},"title":"Map 4: Ebondeath's Mausoleum","width":3600,"height":2279,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23,"distance":10},"id":"132","mapRegions":[{"area":"061","points":[[466,1314],[466,1093],[486,1081],[487,1066],[496,1056],[726,1056],[726,1314]]},{"area":"064","points":[[653,1329],[737,1329],[737,1230],[813,1230],[899,1323],[899,1474],[653,1474]]},{"area":"05e","points":[[553,1490],[553,1830],[804,1830],[804,1490]]},{"area":"05c","points":[[296,1576],[546,1576],[546,1659],[326,1659],[304,1636],[307,1611],[296,1594]]},{"area":"05f","points":[[636,1844],[636,2090],[896,2090],[896,1844]]},{"area":"066","points":[[1240,1500],[1326,1500],[1326,1574],[1409,1574],[1409,1659],[1329,1659],[1329,1736],[1240,1736]]},{"area":"067","points":[[1700,1417],[1757,1417],[1757,1401],[2010,1401],[2010,1417],[2071,1417],[2071,1457],[2017,1457],[2017,1499],[2071,1499],[2071,1543],[2019,1543],[2019,1589],[2073,1589],[2073,1629],[2019,1629],[2019,1670],[2073,1670],[2073,1719],[2021,1719],[2021,1756],[2071,1756],[2071,1796],[2023,1796],[2023,1831],[1753,1831],[1753,1806],[1700,1806],[1700,1763],[1754,1763],[1754,1717],[1700,1717],[1700,1673],[1754,1673],[1754,1547],[1700,1547],[1700,1507],[1753,1507],[1753,1459],[1700,1459]]},{"area":"068","points":[[2610,1844],[2658,1796],[2609,1747],[2609,1487],[2661,1435],[2613,1387],[2680,1320],[2732,1372],[2919,1185],[3100,1366],[3146,1320],[3217,1391],[3172,1436],[3217,1481],[3396,1481],[3407,1466],[3421,1461],[3441,1477],[3443,1506],[3451,1517],[3456,1547],[3446,1550],[3444,1574],[3447,1600],[3426,1613],[3430,1631],[3444,1644],[3449,1677],[3436,1693],[3436,1711],[3437,1731],[3434,1750],[3413,1777],[3391,1746],[3219,1746],[3174,1791],[3224,1841],[3151,1914],[3101,1864],[3048,1917],[3048,2057],[3033,2073],[3009,2076],[2996,2093],[2981,2096],[2976,2087],[2957,2093],[2953,2101],[2929,2087],[2924,2069],[2901,2071],[2880,2093],[2851,2101],[2839,2089],[2810,2089],[2790,2057],[2790,1920],[2736,1866],[2688,1914]]},{"area":"06a","points":[[2789,1049],[2617,867],[2617,847],[2561,847],[2561,807],[2616,807],[2616,763],[2561,763],[2561,726],[2617,726],[2617,676],[2561,676],[2561,639],[2618,639],[2618,597],[2641,574],[2601,534],[2631,504],[2668,541],[2715,494],[2670,449],[2700,419],[2744,463],[2780,427],[2813,427],[2813,367],[2850,367],[2850,426],[2897,426],[2897,370],[2937,370],[2937,430],[2984,430],[2984,367],[3021,367],[3021,430],[3061,430],[3090,459],[3129,420],[3161,452],[3122,491],[3163,532],[3196,499],[3231,534],[3196,569],[3223,596],[3223,637],[3279,637],[3279,683],[3223,683],[3223,721],[3279,721],[3279,763],[3220,763],[3220,809],[3276,809],[3276,853],[3221,853],[3221,864],[3047,1049]]},{"area":"067","points":[[2219,1230],[2187,1147],[2187,1121],[2129,1121],[2129,1079],[2186,1079],[2186,1033],[2129,1033],[2129,999],[2183,999],[2183,857],[2156,837],[2184,830],[2184,773],[2207,773],[2207,711],[2246,711],[2246,773],[2296,773],[2296,713],[2334,713],[2334,776],[2381,776],[2381,713],[2420,713],[2420,773],[2443,773],[2443,809],[2503,809],[2503,849],[2444,849],[2444,896],[2500,896],[2500,934],[2446,934],[2446,983],[2499,983],[2499,1019],[2447,1019],[2447,1069],[2500,1069],[2500,1106],[2446,1106],[2446,1151],[2503,1151],[2503,1190],[2449,1190],[2449,1230]]},{"area":"067","points":[[1327,1143],[1327,1020],[1269,1020],[1269,977],[1327,977],[1327,931],[1269,931],[1269,891],[1327,891],[1327,844],[1273,844],[1273,806],[1327,806],[1327,770],[1347,770],[1347,713],[1389,713],[1389,769],[1434,769],[1434,716],[1473,716],[1473,769],[1521,769],[1521,717],[1559,717],[1559,770],[1584,770],[1584,801],[1640,801],[1640,844],[1584,844],[1584,1143],[1546,1231],[1471,1231],[1471,1284],[1434,1284],[1434,1231],[1387,1231],[1387,1284],[1347,1284],[1347,1231],[1327,1231]]},{"area":"067","points":[[1757,1030],[1757,761],[1700,761],[1700,722],[1757,722],[1757,672],[1700,672],[1700,632],[1757,632],[1757,600],[1778,600],[1778,540],[1818,540],[1818,597],[1864,597],[1864,541],[1905,541],[1905,597],[1954,597],[1954,544],[1990,544],[1990,598],[2014,598],[2014,633],[2068,633],[2068,669],[2014,669],[2014,721],[2069,721],[2069,758],[2014,758],[2014,800],[2014,938],[2024,944],[2024,957],[2016,962],[2016,1030]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/007-nokov-map-ebondeaths-mausoleum_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/008-xva5z-map-ebondeaths-mausoleum_player.jpg"},"title":"Player Version","width":3600,"height":2279,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23,"distance":10},"mapParent":{"id":"132"}}]},{"name":"Icingdeath and Twinkle","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/010-ibovp-map-icingdeath-and-twinkle_dm.jpg"},"title":"Map 5: Icingdeath and Twinkle","width":3600,"height":2279,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23},"id":"133","mapRegions":[{"area":"08c","points":[[304,542],[312,524],[331,506],[368,486],[420,463],[554,422],[554,834],[490,816],[421,795],[366,773],[334,753],[313,736],[304,720]]},{"area":"08a","points":[[569,420],[634,405],[710,396],[769,392],[856,397],[944,410],[1092,437],[1221,468],[1221,789],[1174,802],[1111,818],[1041,834],[976,844],[918,851],[850,860],[796,865],[726,864],[649,852],[569,838]]},{"area":"08b","points":[[1240,472],[1295,490],[1393,526],[1435,542],[1471,562],[1504,577],[1534,601],[1544,619],[1546,633],[1537,651],[1516,670],[1468,702],[1415,723],[1364,746],[1305,764],[1240,783]]},{"area":"088","points":[[297,1135],[305,1114],[322,1097],[368,1069],[368,1175],[352,1195],[352,1265],[370,1283],[370,1389],[297,1349]]},{"area":"086","points":[[380,1059],[433,1043],[534,1011],[555,1007],[555,1108],[467,1129],[466,1210],[452,1225],[461,1248],[465,1334],[554,1356],[553,1451],[495,1436],[437,1419],[380,1396],[380,1285],[357,1251],[358,1212],[380,1181]]},{"area":"084","points":[[1157,1015],[1248,1035],[1348,1065],[1424,1090],[1498,1115],[1559,1143],[1611,1173],[1648,1197],[1667,1220],[1664,1241],[1643,1269],[1599,1297],[1543,1328],[1484,1350],[1412,1376],[1341,1398],[1157,1445],[1157,1354],[1236,1334],[1236,1126],[1157,1109]]},{"area":"083","points":[[299,1719],[320,1698],[357,1675],[394,1654],[442,1639],[504,1620],[579,1602],[579,1695],[467,1717],[467,1810],[451,1818],[451,1835],[467,1847],[467,1942],[577,1969],[578,2059],[491,2036],[436,2019],[377,1995],[299,1959]]},{"area":"082","points":[[1127,2050],[1242,2028],[1352,1995],[1474,1957],[1574,1915],[1613,1890],[1644,1870],[1662,1848],[1670,1829],[1661,1812],[1638,1786],[1592,1759],[1549,1738],[1476,1705],[1393,1680],[1336,1660],[1271,1646],[1210,1628],[1127,1612],[1127,1694],[1241,1717],[1241,1809],[1255,1824],[1252,1843],[1241,1851],[1241,1939],[1127,1970]]},{"area":"080","points":[[584,2060],[584,1955],[475,1933],[475,1848],[486,1834],[475,1813],[480,1727],[583,1706],[583,1605],[641,1591],[701,1581],[746,1575],[797,1571],[860,1574],[893,1577],[947,1581],[1006,1590],[1059,1597],[1120,1608],[1120,1700],[1166,1713],[1230,1726],[1230,1813],[1221,1832],[1233,1851],[1233,1934],[1123,1959],[1123,2055],[1074,2066],[1003,2076],[937,2084],[857,2091],[786,2090],[720,2081],[639,2071],[605,2065]]},{"area":"099","points":[[2354,706],[2446,745],[2520,771],[2520,484],[2447,506],[2354,536]]},{"area":"098","points":[[2968,744],[3025,728],[3082,709],[3153,675],[3207,645],[3235,627],[3197,602],[3175,587],[3081,543],[3016,522],[2968,515]]},{"area":"097","points":[[2530,772],[2592,787],[2649,789],[2707,788],[2771,778],[2875,764],[2959,743],[2959,511],[2899,498],[2808,479],[2749,471],[2711,466],[2665,464],[2606,469],[2530,483]]},{"area":"094","points":[[2355,1307],[2413,1333],[2479,1357],[2522,1373],[2522,1309],[2445,1280],[2445,1241],[2430,1226],[2444,1212],[2444,1167],[2521,1139],[2521,1076],[2355,1132]]},{"area":"091","points":[[2965,1354],[3046,1334],[3095,1321],[3151,1298],[3201,1274],[3245,1255],[3277,1234],[3286,1223],[3244,1196],[3149,1147],[3101,1127],[3049,1114],[3007,1101],[2967,1094],[2967,1138],[3047,1167],[3047,1278],[2965,1305]]},{"area":"090","points":[[2531,1981],[2531,1916],[2443,1884],[2443,1844],[2429,1830],[2446,1813],[2446,1773],[2527,1747],[2527,1681],[2456,1704],[2394,1727],[2361,1744],[2361,1914],[2421,1944],[2468,1964]]},{"area":"08f","points":[[2960,1963],[3122,1920],[3219,1873],[3280,1840],[3287,1831],[3257,1810],[3194,1776],[3130,1744],[3061,1723],[2960,1698],[2960,1743],[3047,1770],[3047,1881],[2960,1912]]},{"area":"08e","points":[[2534,1983],[2534,1908],[2451,1880],[2451,1846],[2465,1832],[2450,1817],[2450,1779],[2531,1753],[2531,1679],[2578,1669],[2612,1661],[2643,1658],[2673,1656],[2736,1658],[2793,1669],[2855,1676],[2954,1697],[2954,1744],[3038,1775],[3038,1874],[2957,1904],[2957,1964],[2929,1969],[2822,1991],[2782,1994],[2720,2001],[2666,2003],[2611,2000],[2561,1988]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/010-ibovp-map-icingdeath-and-twinkle_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/011-enh49-map-icingdeath-and-twinkle_player.jpg"},"title":"Player Version","width":3600,"height":2279,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23},"mapParent":{"id":"133"}}]},{"name":"Storm Lord's Hideout","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/014-cvtwd-map-stormlordshideout_dm.jpg"},"title":"Map 6: Storm Lord's Hideout","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":24},"id":"134","mapRegions":[{"area":"0ee","points":[[445,23],[445,240],[706,240],[706,23]]},{"area":"0f0","points":[[460,804],[460,969],[647,969],[647,804]]},{"area":"0f0","points":[[456,627],[646,627],[708,627],[729,758],[822,758],[825,824],[823,922],[811,1100],[796,1397],[790,1464],[705,1464],[701,1525],[691,1575],[409,1575],[399,1520],[395,1463],[310,1463],[289,1157],[277,970],[273,881],[277,762],[365,762],[384,630],[453,796],[453,975],[654,975],[654,800],[469,800]]},{"area":"0ef","points":[[383,628],[455,628],[469,797],[454,797]]},{"area":"0f4","points":[[1042,1846],[1078,2054],[1088,2095],[1102,2121],[1148,2155],[1192,2172],[1231,2176],[1264,2174],[1302,2167],[1339,2151],[1366,2129],[1392,2087],[1414,1991],[1437,1846]]},{"area":"0f3","points":[[1010,1583],[1024,1712],[1037,1817],[1440,1817],[1469,1583]]},{"area":"0f1","points":[[985,615],[1013,518],[1040,456],[1105,358],[1160,294],[1205,261],[1241,247],[1279,264],[1319,297],[1362,344],[1403,399],[1438,454],[1470,530],[1492,615]]},{"area":"0f7","points":[[1694,616],[1714,557],[1747,488],[1784,434],[1815,390],[1852,352],[1885,322],[1928,309],[1964,322],[1984,340],[2017,368],[2046,405],[2082,453],[2117,511],[2139,555],[2157,616]]},{"area":"0f9","points":[[1741,1841],[1776,2033],[1787,2071],[1799,2095],[1824,2118],[1854,2134],[1889,2141],[1924,2144],[1961,2141],[1996,2131],[2027,2115],[2051,2097],[2067,2067],[2077,2036],[2114,1841]]},{"area":"0f6","points":[[2164,638],[2180,718],[2188,808],[2188,834],[2194,900],[2190,984],[2182,1082],[2175,1192],[2168,1302],[2155,1521],[2140,1672],[2116,1822],[1736,1822],[1713,1661],[1703,1572],[1696,1444],[1690,1350],[1680,1175],[1665,986],[1660,878],[1663,810],[1672,749],[1679,696],[1689,638]]},{"area":"0fd","points":[[2410,617],[2432,569],[2485,488],[2520,439],[2547,415],[2585,387],[2615,379],[2640,391],[2672,412],[2703,441],[2742,488],[2772,533],[2806,592],[2814,617]]},{"area":"0fb","points":[[2362,962],[2366,861],[2373,773],[2384,713],[2406,639],[2522,639],[2522,796],[2498,801],[2480,810],[2463,838],[2449,870],[2441,915],[2436,962]]},{"area":"0fc","points":[[2713,638],[2820,638],[2836,686],[2851,742],[2854,784],[2861,868],[2863,961],[2797,961],[2796,927],[2789,898],[2779,854],[2765,827],[2741,805],[2713,795]]},{"area":"0fa","points":[[2387,1303],[2365,980],[2455,980],[2456,938],[2466,893],[2475,860],[2490,834],[2502,821],[2517,813],[2541,816],[2541,637],[2691,637],[2691,817],[2712,817],[2736,821],[2751,834],[2765,862],[2772,901],[2777,932],[2780,981],[2862,981],[2841,1303]]},{"area":"0ff","points":[[2387,1325],[2396,1487],[2403,1556],[2422,1735],[2805,1735],[2819,1617],[2827,1520],[2836,1325]]},{"area":"100","points":[[2439,1842],[2469,2009],[2476,2041],[2491,2071],[2523,2098],[2564,2112],[2606,2117],[2606,1842]]},{"area":"101","points":[[2628,2117],[2668,2111],[2709,2094],[2738,2072],[2759,1998],[2791,1840],[2628,1840]]},{"area":"102","points":[[3227,467],[3257,480],[3280,499],[3306,523],[3333,564],[3361,606],[3389,664],[3409,722],[3423,791],[3432,870],[3437,921],[3437,991],[3433,1074],[3427,1192],[3419,1302],[3408,1500],[3397,1630],[3378,1787],[3358,1914],[3334,2011],[3319,2030],[3296,2046],[3259,2060],[3223,2066],[3173,2055],[3138,2037],[3117,2015],[3101,1951],[3070,1754],[3053,1622],[3042,1547],[3039,1434],[3034,1329],[3015,1049],[3014,976],[3017,868],[3039,727],[3067,646],[3093,591],[3130,536],[3173,490],[3198,474]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/014-cvtwd-map-stormlordshideout_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/015-en4hl-map-stormlordshideout_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":24},"mapParent":{"id":"134"}}]},{"name":"Thalivar's Beacon","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/016-qlle0-map-thalivars-beacon_dm.jpg"},"title":"Map 7: Thalivar's Beacon","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"id":"135","mapRegions":[{"area":"119","points":[[560,548],[646,548],[646,376],[891,376],[891,622],[560,622]]},{"area":"11c","points":[[904,376],[1151,376],[1232,457],[1221,457],[1211,467],[1211,530],[1219,538],[1232,538],[1232,622],[904,622]]},{"area":"11b","points":[[989,720],[1233,720],[1233,887],[1161,967],[989,967]]},{"area":"118","points":[[734,719],[734,967],[977,967],[977,719]]},{"area":"118","points":[[476,720],[719,720],[719,967],[551,967],[476,887]]},{"area":"11d","points":[[1422,546],[1591,546],[1591,374],[2098,374],[2179,456],[2167,456],[2159,465],[2159,529],[2165,536],[2179,536],[2179,620],[1422,620]]},{"area":"11e","points":[[1422,633],[1751,633],[1751,965],[1496,965],[1422,888]]},{"area":"11f","points":[[1850,633],[2180,633],[2180,885],[2106,966],[1850,966]]},{"area":"120","points":[[1764,1234],[2271,1234],[2353,1316],[2340,1316],[2331,1325],[2331,1389],[2338,1396],[2353,1396],[2353,1747],[2276,1824],[1670,1824],[1592,1746],[1592,1407],[1764,1407]]},{"area":"122","points":[[1200,1917],[1203,1879],[1218,1853],[1233,1831],[1260,1809],[1296,1795],[1332,1791],[1364,1799],[1396,1815],[1414,1831],[1433,1858],[1442,1891],[1447,1920],[1439,1956],[1426,1982],[1406,2007],[1381,2023],[1361,2034],[1330,2038],[1304,2037],[1274,2028],[1243,2009],[1222,1984],[1208,1965],[1200,1934]]},{"area":"115","points":[[473,1236],[473,1395],[720,1395],[720,1236]]},{"area":"116","points":[[734,1238],[978,1238],[1060,1315],[1050,1315],[1040,1325],[1040,1341],[1045,1341],[1045,1329],[1060,1329],[1060,1388],[1048,1388],[1048,1375],[1040,1375],[1040,1388],[1048,1399],[1060,1399],[1060,1481],[734,1481]]},{"area":"117","points":[[732,1578],[1061,1578],[1061,1748],[993,1820],[981,1828],[732,1828]]},{"area":"114","points":[[305,1407],[720,1407],[720,1492],[1060,1492],[1060,1567],[721,1567],[721,1827],[377,1827],[305,1744]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/016-qlle0-map-thalivars-beacon_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/017-vxcmx-map-thalivars-beacon_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"mapParent":{"id":"135"}}]}]},"BGDIA":{"id":"BGDIA","source":"BGDIA","prop":"adventure","chapters":[{"name":"Ch. 1: A Tale of Two Cities","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/005-0pnlf-map-1-1-dm.jpg"},"title":"Map 1.1: Baldur's Gate","width":2133,"height":1371,"imageType":"map","grid":{"type":"none"},"id":"1a8"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/006-q2wdo-map-1-1-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"1a8","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/008-awf96-map-1-2-dm.jpg"},"title":"Map 1.2: Elfsong Tavern","width":7891,"height":4000,"imageType":"map","grid":{"type":"square","size":217,"offsetX":-155,"offsetY":-159},"id":"329","mapRegions":[{"area":"028","points":[[735,70],[735,680],[3060,680],[3060,70]]},{"area":"026","points":[[500,737],[500,1105],[900,1105],[900,737]]},{"area":"027","points":[[80,727],[80,1542],[455,1542],[455,727]]},{"area":"023","points":[[977,742],[977,1172],[522,1172],[522,2392],[948,2392],[1116,2560],[1551,2560],[1727,2384],[3042,2384],[3042,742]]},{"area":"025","points":[[3095,730],[3095,1552],[3702,1552],[3702,730]]},{"area":"024","points":[[1820,2460],[1820,2835],[3047,2835],[3047,2460]]},{"area":"02d","points":[[4852,72],[4852,690],[6310,690],[6310,72]]},{"area":"02c","points":[[4197,735],[5010,735],[5010,1970],[4632,1970],[4632,1560],[4197,1560]]},{"area":"029","points":[[5070,735],[5070,1982],[7167,1982],[7167,735]]},{"area":"02f","points":[[6365,70],[6365,677],[7170,677],[7170,70]]},{"area":"02b","points":[[5075,2050],[5877,2050],[5877,2385],[5657,2595],[5260,2590],[5075,2415]]},{"area":"02a","points":[[5937,2035],[5937,2850],[7167,2850],[7167,2035]]},{"area":"030","points":[[7222,732],[7222,1550],[7817,1550],[7817,732]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/008-awf96-map-1-2-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/009-hc2oz-map-1-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":166,"offsetX":75,"offsetY":-4},"mapParent":{"id":"329","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/010-scp8p-map-1-3-dm.jpg"},"title":"Map 1.3: Dungeon of the Dead Three","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-14,"offsetY":-6},"id":"32a","mapRegions":[{"area":"044","points":[[187,835],[187,1107],[918,1107],[918,835]]},{"area":"046","points":[[379,1670],[643,1670],[643,2106],[572,2106],[572,2042],[379,2042]]},{"area":"047","points":[[832,1672],[1062,1672],[1196,1806],[1202,2030],[832,2030]]},{"area":"049","points":[[755,2218],[897,2076],[982,2161],[833,2310]]},{"area":"04a","points":[[1256,2181],[1436,2001],[1621,2186],[1456,2351]]},{"area":"04e","points":[[1291,2408],[1291,2686],[1584,2686],[1584,2408]]},{"area":"050","points":[[968,2406],[1013,2411],[1062,2408],[1136,2410],[1198,2413],[1195,2546],[1200,2626],[1150,2685],[1123,2714],[1070,2731],[992,2619],[997,2570],[939,2494],[962,2456]]},{"area":"054","points":[[1083,2808],[1141,2790],[1242,2786],[1326,2781],[1462,2781],[1565,2786],[1562,3141],[1360,3139],[1322,3134],[1293,3147],[1194,3147],[1158,3126],[1093,3118],[1120,3078],[1115,3045],[1123,3024],[1104,2982],[1069,2984],[1029,2946],[1053,2920],[1091,2910],[1082,2870],[1083,2832]]},{"area":"059","points":[[189,2768],[189,3058],[485,3058],[485,2768]]},{"area":"058","points":[[184,3526],[184,3792],[464,3792],[464,3526]]},{"area":"057","points":[[1938,3398],[1938,3629],[2136,3629],[2136,3398]]},{"area":"05b","points":[[2594,2664],[2594,3056],[2874,3056],[2874,2664]]},{"area":"052","points":[[1762,2410],[1947,2406],[1955,2344],[2003,2325],[2037,2347],[2045,2398],[2122,2400],[2122,2328],[2579,2328],[2579,2598],[1790,2598],[1765,2603],[1755,2560]]},{"area":"05d","points":[[2784,1934],[2784,2586],[3048,2586],[3048,1934]]},{"area":"043","points":[[1675,200],[1875,200],[1875,283],[2011,283],[2011,454],[1675,454]]},{"area":"040","points":[[2054,298],[2390,298],[2390,539],[2299,539],[2299,746],[2385,746],[2385,998],[2040,998],[2040,824],[1770,824],[1770,491],[2054,491]]},{"area":"042","points":[[1768,848],[1768,1003],[2006,1003],[2006,848]]},{"area":"03e","points":[[2416,384],[2669,384],[2669,552],[2779,552],[2779,733],[2664,733],[2664,1283],[2497,1283],[2497,1246],[2405,1246],[2405,1280],[2222,1280],[2222,1261],[2125,1261],[2125,1280],[1949,1280],[1949,1036],[2414,1036],[2414,725],[2329,725],[2329,576],[2416,576]]},{"area":"05e","points":[[3707,3150],[3787,3150],[3808,3166],[3878,3166],[3878,3506],[3834,3506],[3770,3442],[3814,3398],[3764,3348],[3705,3348]]},{"area":"05f","points":[[3987,3155],[3987,3515],[4162,3515],[4162,3155]]},{"area":"061","points":[[4267,3157],[4267,3520],[4448,3520],[4448,3157]]},{"area":"063","points":[[4534,2779],[4534,3059],[4805,3059],[4805,2779]]},{"area":"06f","points":[[4170,2192],[4214,2157],[4274,2138],[4384,2144],[4445,2176],[4462,2214],[4454,2299],[4411,2338],[4354,2405],[4245,2378],[4218,2342],[4192,2334],[4166,2262],[4181,2219]]},{"area":"06d","points":[[3608,2222],[3608,1754],[3786,1762],[3881,1667],[3881,1490],[4256,1490],[4256,1758],[4256,1938],[4181,1938],[4181,2022],[4087,2116],[3994,2116],[3880,2222]]},{"area":"06b","points":[[4613,1768],[4891,1768],[4915,1683],[4953,1645],[4989,1571],[5005,1755],[5112,1862],[5112,2116],[4917,2116],[4917,1966],[4879,1928],[4613,1928]]},{"area":"071","points":[[4546,1565],[4558,1490],[4627,1483],[4683,1504],[4742,1579],[4709,1624],[4638,1664],[4584,1624]]},{"area":"072","points":[[4266,1098],[4266,1394],[4725,1394],[4725,1098]]},{"area":"074","points":[[3331,1016],[3613,1016],[3613,1109],[4176,1109],[4176,1394],[3618,1394],[3618,1486],[3331,1486]]},{"area":"06c","points":[[5195,1773],[5376,1775],[5375,1847],[5542,1858],[5562,1885],[5509,1924],[5378,1944],[5378,2295],[5195,2295]]},{"area":"069","points":[[5458,2702],[5558,2593],[5558,2418],[5795,2418],[5834,2457],[5834,2683],[5629,2683],[5541,2771],[5467,2771]]},{"area":"068","points":[[5467,2956],[5467,2870],[5553,2870],[5646,2963],[5829,2963],[5829,3128],[5789,3182],[5736,3235],[5571,3235],[5571,3053]]},{"area":"066","points":[[5015,3193],[5040,3168],[5184,3168],[5292,3060],[5367,3060],[5367,3158],[5272,3253],[5272,3415],[5015,3415]]},{"area":"065","points":[[4911,2473],[4999,2473],[4999,2767],[4911,2767],[4911,2671],[4733,2671],[4733,2590],[4911,2590]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/010-scp8p-map-1-3-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/011-6opzj-map-1-3.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-13,"offsetY":-11},"mapParent":{"id":"32a"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/014-ouor1-map-1-4-dm.jpg"},"title":"Map 1.4: The Low Lantern","width":6333,"height":4000,"imageType":"map","grid":{"type":"square","size":177,"offsetX":-65,"offsetY":27},"id":"32b","mapRegions":[{"area":"088","points":[[505,1431],[542,1163],[578,982],[655,745],[772,582],[1255,582],[1348,751],[1394,880],[1458,1117],[1486,1431]]},{"area":"085","points":[[502,1452],[1483,1452],[1495,1634],[1508,1785],[1511,2003],[1498,2311],[498,2311],[489,2083],[492,1775],[492,1618]]},{"area":"087","points":[[498,2338],[517,2538],[578,2815],[674,3003],[1326,3003],[1415,2843],[1468,2615],[1495,2338]]},{"area":"089","points":[[2292,1080],[2360,883],[2428,732],[2517,606],[3025,606],[3105,751],[3175,920],[3243,1132],[3258,1428],[2778,1428],[2778,1080]]},{"area":"08c","points":[[2295,1117],[2739,1117],[2739,1465],[3266,1465],[3289,1714],[3280,2000],[3277,2446],[3225,2735],[3194,2892],[3077,3102],[2948,3243],[2763,3366],[2603,3237],[2397,3009],[2289,2717],[2255,2320],[2243,2003],[2255,1674],[2258,1378]]},{"area":"08e","points":[[4132,668],[4052,785],[3985,978],[3938,1215],[3908,1603],[3889,2003],[3895,2363],[3951,2757],[4040,2957],[4145,3105],[4360,3295],[4517,3145],[4652,2938],[4726,2785],[4766,2520],[4797,2071],[4760,1329],[4751,1151],[4674,902],[4560,668]]},{"area":"08f","points":[[5440,1248],[5455,1116],[5486,983],[5543,848],[5604,747],[5924,747],[5994,842],[6051,1053],[6082,1248]]},{"area":"090","points":[[5432,1295],[5423,1531],[5415,2004],[5411,2206],[5427,2387],[5459,2558],[5486,2676],[5598,2874],[5758,3038],[5931,2874],[6036,2726],[6072,2545],[6114,2234],[6109,2044],[6097,1345],[6084,1295]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/014-ouor1-map-1-4-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/015-a4sl5-map-1-4.jpg"},"title":"Player Version","width":5964,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":-5,"offsetY":-60},"mapParent":{"id":"32b","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/017-47l11-map-1-5-dm.jpg"},"title":"Map 1.5: Vanthampur Villa","width":7370,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":53,"offsetY":28},"id":"32c","mapRegions":[{"area":"09d","points":[[77,615],[77,1132],[1292,1132],[1292,615]]},{"area":"09c","points":[[1735,898],[1735,1825],[1883,1825],[1883,1970],[2422,1970],[2422,1702],[2683,1702],[2683,1661],[2852,1661],[2852,1691],[3142,1691],[3142,1837],[3557,1837],[3566,2569],[3446,2569],[3428,3132],[2871,3142],[2868,3412],[2274,3406],[2274,3274],[1763,3274],[1763,3419],[1151,3419],[1151,2849],[1005,2849],[1005,2422],[988,2422],[988,2264],[1008,2244],[1008,1837],[1295,1837],[1295,1686],[1612,1686],[1612,1832],[1646,1832],[1646,905],[1600,905],[1600,881],[1348,881],[1326,1052],[1326,1175],[215,1175],[215,3929],[3948,3929],[3948,1178],[3385,1178],[3385,898]]},{"area":"09c","points":[[1643,898],[1643,1831],[1735,1831],[1735,898]]},{"area":"0a8","points":[[1058,1877],[1323,1877],[1323,1726],[1578,1726],[1578,1858],[1863,1858],[1863,2822],[1058,2822]]},{"area":"0a6","points":[[1188,2852],[1855,2852],[1855,3231],[1717,3231],[1717,3378],[1188,3378]]},{"area":"0ab","points":[[1892,2012],[2422,2012],[2422,2671],[2278,2671],[2278,3231],[1892,3231]]},{"area":"09f","points":[[2308,2705],[2308,3378],[2834,3378],[2834,2705]]},{"area":"0a2","points":[[2858,2560],[2858,3105],[3403,3105],[3403,2560]]},{"area":"0a4","points":[[3142,2271],[3142,2538],[3532,2538],[3532,2271]]},{"area":"0a5","points":[[3138,1868],[3138,2258],[3545,2258],[3545,1868]]},{"area":"0a3","points":[[2446,1723],[3114,1723],[3114,2535],[2828,2535],[2828,2680],[2446,2680]]},{"area":"0bb","points":[[6065,320],[6065,868],[6612,868],[6612,320]]},{"area":"0b2","points":[[4812,1868],[4812,2542],[5200,2542],[5200,1868]]},{"area":"0b1","points":[[5237,1862],[5237,2548],[5643,2548],[5643,1862]]},{"area":"0ad","points":[[4822,2566],[5658,2566],[5658,2003],[6185,2003],[6185,2822],[4822,2822]]},{"area":"0af","points":[[4951,2837],[4951,3391],[5495,3391],[5495,2837]]},{"area":"0ae","points":[[5511,2843],[5511,3271],[6065,3271],[6065,2843]]},{"area":"0b9","points":[[6080,2843],[6080,3378],[6612,3378],[6612,2843]]},{"area":"0b6","points":[[6197,1714],[6197,2400],[6898,2400],[6898,1714]]},{"area":"0b4","points":[[6200,2418],[6200,2815],[6892,2815],[6892,2418]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/017-47l11-map-1-5-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/018-9v1gm-map-1-5.jpg"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetY":61},"mapParent":{"id":"32c","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/020-zb6kf-map-1-6-dm.jpg"},"title":"Map 1.6: Under the Villa","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-16,"offsetY":-10},"id":"32d","mapRegions":[{"area":"0de","points":[[1393,744],[1393,1278],[1940,1278],[1940,744]]},{"area":"0c5","points":[[1002,1305],[1002,1469],[2353,1469],[2353,1305]]},{"area":"0db","points":[[847,1495],[847,1924],[1562,1924],[1562,1495]]},{"area":"0da","points":[[1211,1958],[1211,2118],[2016,2118],[2016,1958]]},{"area":"0dc","points":[[1204,2142],[1204,2667],[1736,2667],[1736,2142]]},{"area":"0d9","points":[[1769,2136],[1769,2673],[2018,2673],[2018,2136]]},{"area":"0c5","points":[[960,2684],[960,2855],[1947,2855],[1947,2684]]},{"area":"0e1","points":[[1865,3062],[1865,3525],[2409,3525],[2409,3062]]},{"area":"0cf","points":[[2595,1669],[2595,2213],[2680,2213],[2680,1669]]},{"area":"0c9","points":[[2593,738],[2593,1285],[2955,1285],[2955,738]]},{"area":"0c8","points":[[2975,738],[2975,1287],[3795,1287],[3795,738]]},{"area":"0c7","points":[[3985,929],[3985,1278],[4436,1278],[4436,929]]},{"area":"0c5","points":[[3564,1307],[3564,1462],[4325,1462],[4325,1307]]},{"area":"0ca","points":[[2785,1496],[2785,2302],[3429,2302],[3429,1496]]},{"area":"0d0","points":[[2776,2325],[2776,2673],[3233,2673],[3233,2325]]},{"area":"0c3","points":[[3625,2136],[3625,2485],[3967,2485],[3967,2136]]},{"area":"0c1","points":[[3996,1673],[4622,1673],[4622,2409],[4809,2409],[4809,2491],[4256,2500],[4256,2311],[3996,2311]]},{"area":"0c5","points":[[4644,2133],[4644,2305],[5065,2305],[5065,2133]]},{"area":"0d3","points":[[4000,2882],[4000,3593],[4435,3593],[4435,2882]]},{"area":"0d7","points":[[3062,2867],[3062,3889],[3224,3889],[3224,2867]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/020-zb6kf-map-1-6-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/021-8iocy-map-1-6-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-16,"offsetY":-10},"mapParent":{"id":"32d"}}]},{"name":"Ch. 2: Elturel Has Fallen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/028-huyub-map-2-1.jpg"},"title":"Map 2.1: Elturel","width":4250,"height":3020,"imageType":"map","grid":{"type":"none"},"id":"3c7"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/029-fjxsa-map-elturel-poster.jpg"},"title":"Player Version","width":4250,"height":3020,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"3c7"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/032-sibw6-map-2-2.jpg"},"title":"Map 2.2: High Hall Cathedral","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-13,"offsetY":-10,"distance":10},"id":"3c8","mapRegions":[{"area":"149","points":[[911,1655],[1569,1655],[1388,794],[1135,794],[1062,812],[902,914],[818,1077],[769,1292],[788,1382],[862,1560]]},{"area":"14a","points":[[902,1665],[1422,1665],[1422,2409],[902,2409],[794,2385],[665,2317],[575,2206],[542,2034],[563,1892],[640,1775],[748,1702],[843,1680]]},{"area":"149","points":[[908,2440],[1658,2440],[1554,2542],[1535,2548],[1397,3283],[1178,3292],[1086,3271],[1000,3228],[920,3163],[831,3052],[782,2895],[766,2757],[825,2615],[880,2526]]},{"area":"147","points":[[1791,2683],[2551,2683],[2545,2898],[2508,2935],[2425,2932],[2428,3043],[2538,3188],[2523,3569],[2458,3683],[2369,3754],[2262,3785],[2117,3782],[1982,3766],[1886,3695],[1840,3572],[1794,3200],[1911,3074],[1914,2938],[1822,2920],[1791,2908]]},{"area":"147","points":[[1800,1409],[1794,1185],[1818,1145],[1917,1145],[1917,1018],[1802,903],[1846,498],[1865,415],[1938,326],[2071,286],[2222,286],[2400,317],[2452,388],[2495,455],[2508,498],[2517,889],[2425,1018],[2415,1142],[2498,1138],[2548,1191],[2542,1409]]},{"area":"143","points":[[2926,1785],[2926,1698],[2892,1655],[2320,1575],[2163,1529],[2012,1572],[1852,1714],[1788,1929],[1788,2138],[1846,2311],[1908,2431],[2043,2542],[2228,2554],[2428,2431],[2692,2425],[2889,2434],[2926,2394],[2926,2297]]},{"area":"142","points":[[2782,815],[3037,803],[3083,748],[3089,680],[3532,680],[3603,769],[3692,794],[3800,794],[3806,1043],[4335,1043],[4335,1668],[4378,1751],[4446,1803],[4452,1895],[4397,1911],[4342,1966],[4338,2111],[4400,2173],[4458,2182],[4458,2280],[4375,2326],[4332,2388],[4320,2505],[4320,3025],[3812,3025],[3812,3292],[3640,3292],[3575,3342],[3538,3400],[3088,3400],[3077,3345],[3062,3289],[3006,3274],[2775,3274],[3068,2569],[3178,2455],[3178,1686],[3178,1634],[3083,1535]]},{"area":"140","points":[[4477,252],[4477,3825],[5092,3825],[5092,252]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/032-sibw6-map-2-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/033-d0d5t-map-2-2-player.png"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-11,"offsetY":-5,"distance":10},"mapParent":{"id":"3c8"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/034-rkhyf-map-2-3.jpg"},"title":"Map 2.3: High Hall Cathedral, Choir Level","width":3700,"height":5600,"imageType":"map","grid":{"type":"square","size":190,"offsetX":-37,"offsetY":-54,"distance":10},"id":"3c9","mapRegions":[{"area":"14e","points":[[2175,1311],[2117,1175],[2120,1000],[2228,754],[2375,637],[2594,594],[2772,591],[2865,535],[2858,662],[3015,782],[3108,782],[3062,840],[3098,1037],[3218,1065],[3111,1135],[3080,1292],[3138,1372],[3015,1357],[2929,1468],[2935,1609],[2822,1545],[2634,1572],[2505,1572],[2394,1520]]},{"area":"14f","points":[[2486,1683],[2597,1705],[2742,1720],[2766,2065],[2791,2169],[2883,2249],[3065,2351],[3191,2452],[3302,2643],[3314,2825],[3286,2945],[3188,3160],[3055,3243],[2898,3348],[2809,3422],[2760,3551],[2748,3766],[2745,3898],[2615,3902],[2486,3929]]},{"area":"14e","points":[[2185,4268],[2252,4145],[2409,4062],[2535,4025],[2692,4034],[2828,4062],[2932,4015],[2908,4123],[3015,4228],[3138,4222],[3077,4305],[3098,4468],[3222,4542],[3108,4551],[3052,4726],[3151,4837],[3018,4825],[2883,4951],[2871,5080],[2772,5009],[2572,5009],[2452,4997],[2292,4914],[2182,4775],[2120,4578],[2114,4434],[2145,4354]]},{"area":"14c","points":[[714,1326],[1723,1317],[1871,1858],[1757,1954],[1692,2123],[1748,2369],[1782,2538],[1788,2874],[1782,3148],[1738,3289],[1677,3375],[1708,3582],[1877,3748],[1738,4280],[702,4265],[545,4120],[538,3957],[548,3375],[357,3166],[363,2428],[542,2234],[560,1495]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/034-rkhyf-map-2-3.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/035-7vpmr-map-2-3-player.jpg"},"title":"Player Version","width":2631,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-47,"offsetY":-61,"distance":10},"mapParent":{"id":"3c9","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/036-qdpq8-map-2-4.jpg"},"title":"Map 2.4: High Hall Catacombs","width":6154,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":-79,"offsetY":33,"distance":10},"id":"3ca","mapRegions":[{"area":"151","points":[[480,1022],[526,920],[597,874],[902,883],[895,1142],[600,1138],[523,1108]]},{"area":"150","points":[[763,597],[898,585],[898,452],[975,425],[1052,455],[1071,520],[1123,557],[1166,563],[1200,634],[1169,668],[1178,726],[763,726]]},{"area":"154","points":[[1714,560],[1714,1012],[2462,1012],[2462,560]]},{"area":"156","points":[[2597,735],[2628,622],[2702,514],[2840,458],[3480,458],[3597,508],[3671,603],[3705,726],[3677,868],[3603,954],[3508,991],[3255,1009],[2858,1000],[2726,972],[2628,871]]},{"area":"150","points":[[489,1569],[178,1566],[194,1458],[212,1400],[249,1397],[298,1348],[292,1308],[357,1277],[403,1302],[489,1289]]},{"area":"152","points":[[354,1985],[471,1858],[603,1843],[788,1849],[837,1822],[898,1849],[951,1812],[1031,1815],[1049,1846],[1098,1806],[1160,1834],[1333,1834],[1333,2412],[1157,2412],[1092,2434],[1055,2409],[1028,2406],[979,2455],[908,2415],[840,2449],[772,2406],[471,2406],[351,2283],[455,2218],[480,2102],[458,2031],[406,1997]]},{"area":"150","points":[[1465,1858],[1465,1714],[1523,1708],[1588,1689],[1637,1717],[1658,1785],[1735,1806],[1757,1911],[1745,1923],[1742,2003],[1528,2003]]},{"area":"150","points":[[1517,2271],[1735,2280],[1729,2375],[1729,2418],[1680,2449],[1615,2523],[1563,2566],[1492,2560],[1452,2551],[1462,2425]]},{"area":"150","points":[[480,2698],[486,2972],[406,2969],[391,2994],[317,2963],[338,2923],[262,2871],[231,2883],[188,2818],[203,2785],[206,2708]]},{"area":"151","points":[[625,3120],[1037,3111],[1037,3243],[895,3255],[895,3382],[625,3382],[554,3369],[502,3308],[486,3203],[545,3129]]},{"area":"150","points":[[902,3526],[1173,3526],[1169,3649],[1188,3708],[1145,3726],[1058,3778],[1034,3818],[969,3815],[902,3800]]},{"area":"150","points":[[2022,3391],[2163,3391],[2163,3252],[2308,3252],[2308,3655],[2246,3655],[2209,3692],[2154,3655],[2142,3612],[2080,3560],[2040,3551],[2006,3486],[2034,3443]]},{"area":"151","points":[[2443,3249],[2723,3249],[2723,3686],[2689,3763],[2618,3800],[2548,3803],[2468,3775],[2443,3677]]},{"area":"150","points":[[3000,3378],[3132,3409],[3132,3505],[3129,3542],[3080,3563],[3018,3637],[2982,3662],[2917,3662],[2849,3652],[2868,3378],[2868,3251],[3000,3251]]},{"area":"150","points":[[3554,3545],[3702,3535],[3702,3252],[3837,3252],[3837,3806],[3782,3806],[3745,3825],[3695,3812],[3686,3766],[3643,3726],[3591,3729],[3557,3662],[3563,3631]]},{"area":"151","points":[[3985,3252],[4114,3252],[4114,3391],[4258,3391],[4258,3708],[4234,3772],[4142,3809],[4062,3797],[4003,3742],[3985,3634]]},{"area":"150","points":[[4412,3397],[4686,3397],[4671,3468],[4705,3480],[4665,3582],[4631,3563],[4569,3622],[4563,3680],[4495,3720],[4455,3695],[4412,3674]]},{"area":"159","points":[[3535,1289],[3535,2997],[5434,2997],[5434,1289]]},{"area":"157","points":[[3025,1988],[3025,2274],[3431,2274],[3431,1988]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/036-qdpq8-map-2-4.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/037-wcrji-map-2-4-player.jpg"},"title":"Player Version","width":6090,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":-13,"offsetY":-7,"distance":10},"mapParent":{"id":"3ca","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/040-422qk-map-2-5.jpg"},"title":"Map 2.5: Grand Cemetery Chapel","width":4000,"height":5236,"imageType":"map","grid":{"type":"square","size":132,"offsetX":-8,"offsetY":-38},"id":"3cb","mapRegions":[{"area":"16b","points":[[415,1908],[290,1783],[290,1006],[402,894],[1542,894],[1690,1042],[1705,1255],[1520,1298],[1369,1345],[1286,1391],[1105,1609],[1080,1689],[1034,1908]]},{"area":"16e","points":[[1123,1698],[1342,1409],[1480,1357],[1643,1314],[1822,1295],[1960,1311],[2129,1437],[2271,1677],[2308,1837],[2314,2055],[2292,2228],[2212,2360],[1935,2511],[1748,2545],[1526,2529],[1317,2455],[1194,2351],[1114,2178],[1089,1948],[1102,1751]]},{"area":"174","points":[[246,2277],[246,3409],[991,3409],[991,2277]]},{"area":"171","points":[[283,3785],[408,3660],[920,3660],[1038,3778],[1038,4286],[916,4408],[391,4408],[283,4291]]},{"area":"168","points":[[1723,2600],[1929,2548],[2228,2403],[2317,2268],[2735,2268],[2735,4018],[2607,4146],[1837,4146],[1728,4037],[1728,3757],[1601,3630],[1601,2991],[1723,2856]]},{"area":"166","points":[[2778,4034],[3018,4034],[3018,3763],[3283,3523],[3283,3003],[3022,2742],[3022,2095],[3278,2095],[3278,1523],[3028,1523],[3028,1025],[2778,1025]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/040-422qk-map-2-5.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/041-oalyz-map-2-5-player.jpg"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":1,"offsetY":3},"mapParent":{"id":"3cb","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/042-z24lv-map-2-6.jpg"},"title":"Map 2.6: Grand Cemetery, Ossuary level","width":4000,"height":5429,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-46,"offsetY":-44},"id":"3cc","mapRegions":[{"area":"183","points":[[2689,763],[2689,1797],[3446,1797],[3446,763]]},{"area":"17c","points":[[409,1289],[409,5022],[954,5022],[954,1289]]},{"area":"17e","points":[[1308,2335],[1308,3123],[2323,3123],[2323,2335]]},{"area":"17a","points":[[1009,3369],[1009,5157],[2074,5157],[2074,3369]]},{"area":"177","points":[[2455,4655],[2455,5326],[3498,5326],[3498,4655]]},{"area":"180","points":[[2348,1868],[2348,3612],[3360,3612],[3360,1868]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/042-z24lv-map-2-6.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/043-cbi17-map-2-6-player.jpg"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":-47,"offsetY":-48},"mapParent":{"id":"3cc"}}]},{"name":"Ch. 3: Avernus","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/049-edgfn-map-3-1.jpg"},"title":"Map 3.1: Avernus","width":2550,"height":1812,"imageType":"map","grid":{"type":"none"},"id":"3cd"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/050-gzik9-map-avernus-player.jpg"},"title":"Player Version","width":2550,"height":1812,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"3cd"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/063-wlfs9-map-3-2.jpg"},"title":"Map 3.2: Hellwasp Nest","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-9,"offsetY":-10},"id":"3ce","mapRegions":[{"area":"1f7","points":[[422,1868],[415,1711],[378,1628],[480,1514],[591,1458],[689,1455],[754,1529],[843,1628],[923,1705],[975,1862],[1095,1975],[1228,2142],[1203,2302],[1022,2363],[874,2394],[822,2388],[705,2465],[535,2486],[255,2483],[209,2409],[268,2271],[197,2083],[326,1926]]},{"area":"1f6","points":[[1326,369],[1523,206],[1677,215],[1935,243],[2280,332],[2418,323],[2517,382],[2600,554],[2560,662],[2468,775],[2575,846],[2680,923],[2732,1043],[2745,1209],[2738,1338],[2791,1458],[2735,1643],[2600,1766],[2486,1772],[2394,1938],[2271,1954],[2123,1892],[1997,1772],[1985,1609],[1825,1489],[1640,1514],[1594,1354],[1455,1249],[1360,1154],[1388,1031],[1311,791],[1378,597],[1305,452]]},{"area":"1f5","points":[[3671,689],[3689,505],[3898,440],[4071,351],[4157,231],[4412,206],[4465,320],[4769,378],[4963,535],[5126,760],[5151,997],[5114,1089],[5191,1258],[5277,1517],[5191,1726],[5145,1920],[5009,1948],[4868,2049],[4788,2172],[4769,2345],[4686,2446],[4508,2529],[4295,2498],[4120,2446],[3892,2431],[3711,2277],[3720,2102],[3542,2052],[3508,1889],[3437,1674],[3523,1477],[3409,1298],[3443,969],[3545,852],[3625,778]]},{"area":"1f2","points":[[5065,3055],[4997,2858],[5025,2732],[5188,2649],[5302,2640],[5498,2649],[5542,2772],[5809,2852],[5871,2972],[5917,3182],[5806,3329],[5862,3486],[5917,3631],[5865,3729],[5726,3778],[5591,3677],[5378,3723],[5258,3658],[5117,3560],[4932,3535],[4868,3422],[4818,3280],[4929,3212],[5022,3182],[5040,3092]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/063-wlfs9-map-3-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/064-ok29m-map-3-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-7,"offsetY":-8},"mapParent":{"id":"3ce"}}]},{"name":"Ch. 3: Avernus - Path of Demons","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/067-veqr1-map-3-3.jpg"},"title":"Map 3.3: Crypt of the Hellriders","width":5754,"height":4000,"imageType":"map","grid":{"type":"square","size":136,"offsetX":57,"offsetY":-54},"id":"3cf","mapRegions":[{"area":"217","points":[[2763,86],[2763,606],[2929,606],[2929,86]]},{"area":"219","points":[[1425,486],[1425,1166],[2111,1166],[2111,486]]},{"area":"219","points":[[3458,495],[3748,502],[4003,775],[4003,1308],[3458,1308]]},{"area":"219","points":[[1714,1418],[1714,2142],[2772,2142],[2772,1418]]},{"area":"219","points":[[603,1695],[603,2655],[1037,2655],[1037,1695]]},{"area":"21b","points":[[1129,1705],[1129,2135],[1588,2135],[1588,1705]]},{"area":"21b","points":[[1185,2237],[1185,2708],[1566,2708],[1566,2237]]},{"area":"222","points":[[1022,2775],[1022,3212],[1434,3212],[1434,2775]]},{"area":"219","points":[[1689,2246],[1689,3338],[2243,3338],[2243,2246]]},{"area":"219","points":[[2363,3077],[3175,3098],[3197,3348],[3594,3751],[2363,3723]]},{"area":"21d","points":[[2926,1849],[3314,1868],[3314,2658],[2649,2658],[2649,2390],[2926,2390]]},{"area":"21b","points":[[3443,1403],[3443,1880],[3898,1880],[3898,1403]]},{"area":"224","points":[[4658,206],[4658,625],[5095,625],[5095,206]]},{"area":"220","points":[[4529,760],[4840,775],[5215,1185],[5218,2397],[4966,2394],[4529,1988]]},{"area":"219","points":[[3600,2929],[3600,3480],[4951,3480],[4951,2929]]},{"area":"222","points":[[5065,2926],[5065,3483],[5505,3483],[5505,2926]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/067-veqr1-map-3-3.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/068-swsdq-map-3-3-player.jpg"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-16,"offsetY":14},"mapParent":{"id":"3cf","autoScale":true}}]},{"name":"Ch. 3: Avernus - Path of Devils","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/072-jzcpq-map-3-4.jpg"},"title":"Map 3.4: Bone Brambles","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":6},"id":"3d0","mapRegions":[{"area":"237","points":[[3230,1370],[3235,1102],[3382,1015],[3490,1092],[3492,1322],[3357,1250]]},{"area":"237","points":[[2385,1402],[2402,1285],[2497,1287],[2537,1412],[2652,1537],[2647,1700],[2510,1787],[2392,1667],[2395,1520]]},{"area":"237","points":[[3820,2065],[3927,1947],[3810,1805],[3952,1812],[4070,1695],[4080,1832],[4192,1965],[4055,2095],[3842,2087]]},{"area":"23c","points":[[2937,1815],[2937,2092],[3222,2092],[3222,1815]]},{"area":"237","points":[[2385,2652],[2557,2657],[2665,2552],[2812,2672],[2920,2552],[2932,2795],[2792,2902],[2662,2807],[2547,2932],[2372,2925],[2377,2757]]},{"area":"237","points":[[3492,2675],[3530,2515],[3782,2267],[3922,2357],[4052,2487],[4037,2665],[3820,2667],[3780,2962],[3635,2952],[3647,2815],[3510,2772]]},{"area":"236","points":[[2097,3607],[2097,3930],[2292,3930],[2292,3607]]},{"area":"236","points":[[17,2617],[17,2820],[272,2820],[272,2617]]},{"area":"236","points":[[232,197],[232,582],[542,582],[542,197]]},{"area":"236","points":[[3352,100],[3352,460],[3832,460],[3832,100]]},{"area":"236","points":[[5530,2305],[5530,2595],[5922,2595],[5922,2305]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/072-jzcpq-map-3-4.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/073-ugdpq-map-3-4-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":6},"mapParent":{"id":"3d0"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/077-6wvu7-map-3-5.jpg"},"title":"Map 3.5: {@creature Bel|BGDIA}'s Forge","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-8,"offsetY":-9},"id":"3d1","mapRegions":[{"area":"25a","points":[[4082,642],[4082,1025],[4490,1025],[4490,642]]},{"area":"258","points":[[3135,750],[3135,1045],[3580,1045],[3580,750]]},{"area":"258","points":[[3742,1075],[3742,1792],[3970,1792],[3970,1075]]},{"area":"257","points":[[2052,1497],[2887,832],[3110,910],[3005,1337],[2520,1842],[2100,1787]]},{"area":"255","points":[[2622,1740],[2622,2350],[3330,2350],[3330,1740]]},{"area":"257","points":[[2305,2575],[3272,2510],[3600,2380],[3810,2562],[3747,2997],[3430,3140],[2745,3097],[2337,2872]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/077-6wvu7-map-3-5.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/078-m5uin-map-3-5-player.jpg"},"title":"Player Version","width":5821,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":130,"offsetX":27,"offsetY":-51},"mapParent":{"id":"3d1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/082-4tpbi-map-3-6.jpg"},"title":"Map 3.6: Wrecked Flying Fortress, Command Deck","width":8700,"height":4500,"imageType":"map","grid":{"type":"square","size":220,"offsetX":-6,"offsetY":12},"id":"3d2","mapRegions":[{"area":"281","points":[[640,455],[1320,452],[1522,667],[1537,917],[1760,1127],[1760,1337],[1975,1567],[1990,1712],[2032,1775],[2382,1772],[2642,1985],[2632,2222],[2402,2220],[2400,2357],[2320,2407],[2097,2240],[1957,2095],[1800,2025],[1332,1975],[1327,1787],[1735,1837],[1742,1770],[1507,1527],[1092,1537],[1100,1330],[1525,1362],[1507,1290],[1295,1092],[867,1110],[870,885],[1285,930],[1310,902],[1080,670],[1045,682],[640,655]]},{"area":"27f","points":[[2187,447],[2187,1560],[2860,1560],[2860,447]]},{"area":"26f","points":[[3465,1960],[3465,3710],[5175,3710],[5175,1960]]},{"area":"274","points":[[5922,1960],[5922,2645],[6600,2645],[6600,1960]]},{"area":"272","points":[[5945,3905],[5945,2865],[6155,2865],[6155,2680],[6375,2680],[6375,2873],[6580,2873],[6580,3313],[6492,3490],[6437,3567],[6317,3560],[6215,3620],[6147,3700],[6185,3780],[6172,3870]]},{"area":"27d","points":[[4851,440],[4851,1160],[5749,1160],[5749,440]]},{"area":"276","points":[[5943,457],[7234,457],[7234,1103],[6811,1103],[6811,1486],[5943,1486]]},{"area":"27a","points":[[7474,457],[8177,457],[7709,1320],[7503,1309],[7469,863]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/082-4tpbi-map-3-6.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/083-aw2bo-map-3-6-player.jpg"},"title":"Player Version","width":6614,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":174,"offsetX":62,"offsetY":18},"mapParent":{"id":"3d2","autoScale":true}}]},{"name":"Ch. 3: Avernus - Other Locations","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/085-peagh-map-3-7.jpg"},"title":"Map 3.7: Styx Watchtower","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":155,"offsetX":-16,"offsetY":-18},"id":"3d3","mapRegions":[{"area":"28f","points":[[451,2280],[1086,2166],[1697,2303],[1829,2623],[1846,3234],[1680,3543],[1063,3697],[480,3514],[309,2897]]},{"area":"291","points":[[2154,1680],[2297,1051],[2909,909],[3537,1057],[3703,1417],[3703,1960],[3549,2280],[2926,2451],[2309,2274]]},{"area":"293","points":[[4171,1080],[4309,440],[4943,291],[5537,451],[5720,789],[5720,1423],[5543,1691],[4926,1846],[4320,1686]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/085-peagh-map-3-7.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/086-4vafs-map-3-7-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":155,"offsetX":-14,"offsetY":-13},"mapParent":{"id":"3d3"}}]},{"name":"Ch. 4: Sword of Zariel","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/093-p7lnx-map-4-1.jpg"},"title":"Map 4.1: Side View of the Scab","width":5606,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":50,"offsetY":-4,"distance":10},"id":"3d4","mapRegions":[{"area":"2d2","points":[[40,1508],[142,1542],[212,1517],[298,1526],[366,1585],[498,1625],[566,1671],[649,1692],[689,1778],[643,1840],[628,1905],[538,1942],[538,2006],[425,2043],[345,2074],[231,2129],[40,2163]]},{"area":"2d6","points":[[1698,1683],[1797,1671],[1840,1606],[1892,1588],[1975,1622],[1982,1822],[1942,1871],[1862,1877],[1791,1855],[1738,1837]]},{"area":"2ca","points":[[2120,782],[2203,662],[2258,643],[2305,643],[2388,702],[2471,689],[2526,702],[2674,782],[2695,846],[2668,877],[2652,951],[2572,1009],[2474,1025],[2418,1080],[2326,1055],[2249,988],[2182,972],[2157,917],[2102,822]]},{"area":"2d8","points":[[2102,2018],[2166,1991],[2249,1966],[2314,1982],[2369,1932],[2443,1942],[2508,1988],[2658,1985],[2698,2018],[2763,2046],[2763,2114],[2720,2194],[2637,2209],[2582,2163],[2498,2175],[2422,2178],[2357,2166],[2274,2163],[2237,2129],[2157,2108],[2105,2089]]},{"area":"2e4","points":[[28,3095],[77,3092],[102,3117],[157,3062],[277,3068],[268,3015],[354,2951],[431,2883],[520,2892],[625,2868],[708,2895],[831,2898],[880,3080],[831,3148],[905,3203],[862,3302],[766,3332],[742,3378],[625,3409],[588,3489],[668,3538],[742,3572],[809,3646],[868,3748],[942,3843],[991,3905],[951,3948],[797,3938],[594,3948],[397,3932],[28,3954]]},{"area":"2c6","points":[[385,15],[292,135],[268,169],[351,237],[369,314],[422,348],[431,434],[403,668],[329,689],[237,618],[218,502],[111,397],[37,412],[37,15]]},{"area":"2c8","points":[[883,369],[880,468],[865,603],[892,708],[963,686],[1022,748],[1058,957],[1185,911],[1268,818],[1360,772],[1418,794],[1520,785],[1612,695],[1566,628],[1474,628],[1415,582],[1320,572],[1292,520],[1175,471],[1212,418],[1311,406],[1351,342],[1369,262],[1212,292],[1114,289],[1018,329]]},{"area":"2cd","points":[[4209,452],[4308,412],[4314,357],[4394,348],[4489,375],[4588,443],[4628,477],[4702,465],[4775,489],[4818,526],[4895,545],[4926,572],[4942,618],[4935,665],[4951,708],[4914,732],[4846,738],[4822,782],[4766,806],[4714,775],[4671,757],[4622,769],[4517,809],[4452,778],[4385,723],[4351,665],[4286,643],[4212,582],[4197,517]]},{"area":"2cf","points":[[3606,754],[3668,677],[3732,662],[3785,692],[3815,708],[3874,671],[3969,683],[4022,705],[4071,738],[4037,874],[4003,994],[3960,1028],[3865,1077],[3917,1105],[3886,1142],[3849,1172],[3751,1203],[3711,1249],[3631,1249],[3542,1212],[3542,1169],[3492,1154],[3449,1172],[3372,1142],[3348,1092],[3360,1009],[3369,935],[3412,889],[3412,831],[3462,782],[3554,769]]},{"area":"2d2","points":[[3972,1415],[3978,1363],[4022,1338],[4052,1283],[4160,1240],[4237,1268],[4326,1255],[4394,1280],[4483,1274],[4569,1317],[4671,1403],[4729,1483],[4815,1406],[4883,1449],[5025,1455],[5151,1458],[5280,1517],[5354,1529],[5332,2037],[5317,2157],[5234,2191],[5182,2225],[5172,2206],[5095,2191],[5003,2206],[4951,2231],[4874,2231],[4840,2212],[4689,2197],[4588,2206],[4542,2132],[4508,2191],[4412,2089],[4329,2000],[4357,1923],[4311,1917],[4185,1963],[4089,1982],[3991,1926],[3978,1871],[3843,1800],[3726,1806],[3766,1738],[3803,1702],[3748,1631],[3757,1545],[3855,1471],[3886,1415]]},{"area":"2db","points":[[3280,2231],[3292,2182],[3375,2092],[3323,2000],[3397,1957],[3511,1945],[3551,2000],[3658,2009],[3683,2132],[3631,2188],[3523,2243],[3455,2209],[3360,2209]]},{"area":"2dd","points":[[2886,2843],[2920,2794],[2982,2726],[2991,2625],[3049,2563],[3105,2502],[3175,2468],[3218,2514],[3335,2446],[3483,2440],[3662,2415],[3763,2446],[3815,2548],[3994,2646],[4000,2729],[3978,2794],[3982,2840],[3908,2892],[3858,2960],[3815,3074],[3711,3120],[3597,3163],[3505,3185],[3422,3154],[3335,3151],[3277,3089],[3178,3043],[3132,3015],[3055,3000],[2997,2923],[2945,2880]]},{"area":"2e0","points":[[2105,3462],[2111,3363],[2197,3268],[2249,3160],[2338,3148],[2409,3089],[2489,3068],[2569,3071],[2646,3098],[2714,3178],[2742,3246],[2754,3369],[2720,3412],[2751,3452],[2812,3520],[2791,3689],[2692,3692],[2591,3732],[2505,3754],[2446,3815],[2317,3840],[2215,3760],[2129,3655],[2089,3588]]},{"area":"2de","points":[[3040,3606],[3003,3523],[3049,3477],[3037,3418],[2954,3369],[2905,3382],[2834,3326],[2818,3145],[2889,3089],[2954,3025],[3071,3040],[3120,3108],[3280,3185],[3357,3274],[3388,3354],[3391,3480],[3348,3535],[3271,3557],[3225,3631],[3111,3637]]},{"area":"2e3","points":[[3600,3375],[3831,3382],[4009,3305],[4123,3357],[4129,3437],[4018,3458],[3991,3505],[3834,3489],[3732,3458],[3680,3437],[3603,3437]]},{"area":"2e4","points":[[4378,3440],[4431,3345],[4502,3243],[4477,3145],[4538,3080],[4594,3009],[4597,2905],[4551,2812],[4575,2677],[4711,2692],[4788,2705],[4815,2668],[4923,2698],[4991,2834],[5080,2880],[5114,2966],[5252,3046],[5305,3111],[5394,3055],[5538,3095],[5538,3957],[4963,3951],[4846,3954],[4748,3929],[4603,3938],[4508,3960],[4480,3914],[4434,3775],[4468,3711],[4428,3603],[4360,3542]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/093-p7lnx-map-4-1.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/094-q5hof-map-4-1-player.jpg"},"title":"Player Version","width":5607,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":56,"offsetY":-8,"distance":10},"mapParent":{"id":"3d4","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/096-dj9yv-map-4-2.jpg"},"title":"Map 4.2: Idyllglen","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":123,"offsetX":-8,"offsetY":-8,"distance":10},"id":"3d5","mapRegions":[{"area":"2f6","points":[[378,1926],[378,2246],[997,2246],[997,1926]]},{"area":"2f7","points":[[3982,1612],[3982,2517],[4935,2517],[4935,1612]]},{"area":"2f8","points":[[5117,1169],[5117,3286],[5714,3286],[5714,1169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/096-dj9yv-map-4-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/097-ijryu-map-4-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":123,"offsetX":-7,"offsetY":-5,"distance":10},"mapParent":{"id":"3d5"}}]},{"name":"Baldur's Gate Gazetteer","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/109-jqdug-map-6-1.jpg"},"title":"Map: Sword Coast","width":2092,"height":1321,"imageType":"map","grid":{"type":"none","size":285,"distance":100,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/113-v7txv-map-6-2.jpg"},"title":"Map 6.2: Baldur's Gate","width":5025,"height":3338,"imageType":"map","grid":{"type":"none","size":88,"distance":250},"id":"3d6"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/114-xroll-map-6-2-player.jpg"},"title":"Player Version","width":5250,"height":3488,"imageType":"mapPlayer","grid":{"type":"none","size":92,"distance":250},"mapParent":{"id":"3d6","autoScale":true}}]}]},"LR":{"id":"LR","source":"LR","prop":"adventure","chapters":[{"name":"The Darkening","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LR/002-rkwsk-lr-004.jpg"},"title":"Map 1: Umberlee's Maw","width":1301,"height":1734,"imageType":"map","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"id":"05d","mapRegions":[{"area":"00f","points":[[115,88],[103,105],[112,119],[106,134],[99,146],[92,147],[92,139],[85,147],[76,150],[63,187],[55,217],[51,247],[48,290],[48,317],[45,361],[46,390],[48,418],[56,456],[61,487],[66,510],[61,513],[61,550],[170,549],[165,513],[160,507],[168,474],[176,429],[183,389],[186,343],[185,316],[186,279],[181,235],[174,193],[164,158],[157,142],[144,119],[128,93],[122,85],[120,98],[114,98]]},{"area":"011","points":[[300,90],[291,99],[281,119],[261,165],[250,187],[245,218],[238,276],[236,310],[238,365],[241,424],[249,467],[259,532],[266,544],[279,552],[316,552],[319,549],[328,544],[334,543],[344,504],[361,409],[364,362],[366,339],[365,313],[363,297],[364,268],[356,216],[347,183],[339,155],[333,141],[316,115],[307,97]]},{"area":"018","points":[[250,525],[257,555],[339,555],[357,494],[361,461],[370,403],[373,373],[377,371],[381,369],[389,375],[402,380],[411,381],[419,379],[437,405],[460,438],[482,463],[527,498],[559,515],[619,572],[615,577],[599,578],[586,582],[573,589],[564,598],[556,607],[558,624],[566,643],[579,654],[596,659],[615,667],[641,670],[655,721],[617,883],[503,911],[423,892],[424,847],[417,813],[408,784],[394,762],[379,741],[374,725],[371,710],[366,733],[353,750],[337,780],[323,811],[316,863],[316,899],[272,924],[233,901],[223,888],[223,879],[220,875],[198,857],[196,848],[200,840],[196,828],[183,829],[172,825],[159,826],[153,818],[156,808],[161,804],[160,797],[171,779],[162,779],[162,768],[150,759],[144,754],[157,734],[173,721],[190,712],[202,715],[213,719],[213,727],[224,722],[227,722],[236,719],[242,715],[248,715],[256,704],[266,701],[275,690],[275,676],[265,670],[266,659],[245,646],[228,648],[220,653],[208,651],[196,635],[203,618],[209,618],[212,611],[208,603],[201,596],[201,590],[206,588],[208,580],[205,574],[206,567],[204,562],[219,556],[226,562],[234,555],[235,542],[224,535],[231,524],[241,525]]},{"area":"01c","points":[[93,878],[142,897],[141,903],[146,906],[152,903],[188,917],[213,934],[210,936],[217,944],[221,942],[235,944],[244,952],[251,952],[257,967],[263,983],[279,996],[296,999],[297,1009],[307,1014],[313,1010],[320,1017],[342,1042],[341,1048],[347,1054],[352,1051],[381,1090],[380,1097],[383,1100],[386,1100],[407,1138],[406,1145],[408,1152],[414,1150],[435,1207],[376,1202],[376,1189],[364,1181],[353,1180],[352,1169],[345,1165],[331,1170],[324,1175],[316,1189],[267,1164],[267,1156],[264,1151],[258,1155],[252,1142],[252,1133],[246,1125],[240,1121],[238,1113],[230,1104],[238,1095],[236,1087],[227,1080],[219,1070],[225,1062],[218,1050],[217,1048],[205,1050],[195,1054],[185,1060],[185,1067],[179,1068],[167,1059],[163,1056],[150,1059],[140,1061],[127,1051],[128,1044],[122,1039],[119,1043],[93,1020],[70,992],[74,986],[68,981],[63,983],[29,942],[44,919],[61,900],[73,888],[90,877]]},{"area":"024","points":[[447,1105],[447,1070],[453,1067],[452,1059],[448,1060],[450,1027],[456,994],[467,976],[476,961],[491,950],[499,947],[508,952],[522,962],[533,973],[544,1006],[546,1023],[547,1058],[542,1061],[542,1067],[545,1067],[546,1105]]},{"area":"026","points":[[447,1112],[449,1155],[453,1155],[453,1163],[448,1164],[447,1223],[453,1224],[453,1232],[448,1237],[447,1260],[453,1299],[463,1335],[530,1336],[540,1301],[546,1277],[547,1235],[542,1235],[541,1226],[546,1225],[546,1164],[543,1164],[543,1156],[545,1156],[546,1112]]},{"area":"038","points":[[688,1253],[759,1234],[789,1224],[821,1215],[867,1210],[868,1215],[876,1213],[877,1209],[913,1207],[935,1210],[944,1212],[937,1218],[940,1224],[950,1223],[937,1244],[919,1264],[899,1282],[894,1279],[887,1282],[888,1288],[884,1293],[881,1304],[844,1319],[839,1311],[798,1322],[789,1304],[781,1302],[788,1324],[714,1345],[691,1299],[688,1268]]},{"area":"041","points":[[67,1522],[73,1520],[78,1509],[85,1506],[99,1506],[112,1502],[119,1490],[128,1487],[138,1512],[163,1484],[179,1453],[188,1426],[188,1395],[180,1391],[184,1383],[193,1380],[198,1375],[197,1371],[188,1368],[185,1362],[203,1339],[227,1321],[232,1321],[236,1317],[272,1297],[278,1299],[279,1293],[322,1272],[340,1296],[351,1312],[353,1310],[350,1300],[353,1296],[366,1297],[380,1295],[393,1291],[398,1280],[411,1273],[416,1269],[427,1267],[439,1275],[446,1309],[457,1340],[462,1344],[456,1357],[460,1367],[464,1378],[472,1387],[466,1397],[453,1405],[444,1404],[439,1402],[425,1410],[416,1422],[415,1436],[408,1441],[410,1453],[420,1452],[428,1456],[433,1464],[438,1483],[436,1492],[444,1498],[457,1498],[466,1492],[482,1490],[496,1492],[507,1503],[512,1515],[534,1523],[548,1520],[562,1515],[567,1507],[581,1500],[590,1496],[602,1499],[571,1685],[543,1678],[539,1673],[526,1669],[521,1664],[510,1660],[508,1648],[501,1640],[488,1639],[482,1636],[483,1621],[488,1608],[487,1599],[493,1595],[493,1585],[487,1580],[486,1556],[476,1552],[478,1545],[474,1540],[467,1538],[449,1549],[447,1562],[431,1564],[416,1564],[407,1555],[399,1547],[386,1540],[388,1534],[383,1533],[353,1550],[347,1549],[344,1554],[314,1572],[324,1595],[326,1611],[316,1620],[306,1635],[297,1639],[290,1648],[266,1649],[263,1642],[244,1640],[236,1644],[216,1635],[212,1627],[197,1630],[188,1635],[182,1647],[174,1653],[174,1662],[163,1657],[163,1651],[159,1645],[153,1648],[121,1620],[123,1613],[119,1610],[113,1612],[90,1578],[94,1572],[90,1568],[83,1568],[72,1540]]},{"area":"03d","points":[[742,1652],[751,1651],[759,1655],[762,1644],[769,1636],[772,1624],[780,1621],[791,1619],[799,1620],[808,1625],[810,1635],[823,1642],[838,1639],[855,1642],[864,1643],[881,1645],[888,1643],[907,1650],[912,1642],[929,1638],[940,1635],[950,1635],[968,1633],[970,1618],[977,1614],[989,1608],[993,1593],[991,1583],[981,1574],[973,1562],[965,1543],[971,1530],[978,1522],[987,1519],[993,1512],[996,1490],[996,1475],[999,1461],[993,1452],[974,1447],[971,1438],[964,1436],[953,1435],[950,1427],[944,1419],[937,1410],[924,1407],[904,1384],[908,1379],[906,1371],[901,1366],[881,1361],[884,1353],[881,1344],[880,1337],[887,1330],[885,1319],[890,1310],[894,1303],[839,1324],[840,1330],[831,1337],[828,1353],[833,1361],[841,1367],[850,1369],[852,1379],[861,1386],[864,1397],[858,1403],[854,1414],[857,1424],[849,1437],[848,1444],[835,1451],[821,1466],[807,1462],[796,1463],[789,1468],[790,1481],[790,1493],[782,1499],[786,1513],[787,1526],[780,1533],[771,1528],[762,1530],[760,1562],[755,1587]]},{"area":"022","points":[[764,740],[717,700],[693,623],[697,604],[696,583],[691,570],[685,556],[673,556],[542,441],[524,401],[510,364],[497,346],[481,313],[487,307],[491,296],[500,296],[528,306],[549,294],[563,285],[566,273],[581,272],[587,275],[608,275],[614,263],[635,256],[646,257],[653,265],[677,274],[673,280],[692,298],[701,293],[703,278],[715,283],[719,288],[721,299],[731,309],[738,317],[740,328],[756,334],[762,327],[771,327],[777,333],[781,336],[784,345],[786,356],[793,356],[799,353],[805,361],[809,376],[828,374],[856,364],[859,399],[866,430],[889,489],[969,587],[1005,618],[1048,653],[1084,676],[1130,696],[1140,686],[1149,686],[1153,696],[1148,699],[1149,712],[1148,724],[1138,740],[1125,755],[1116,749],[1104,746],[1097,750],[1081,758],[1036,741],[986,805],[903,819],[872,792],[837,746],[810,704],[793,714],[781,725]]},{"area":"031","points":[[980,581],[997,596],[1013,577],[1016,582],[1007,593],[1009,595],[1005,605],[1036,635],[1059,650],[1128,685],[1179,626],[1134,565],[1110,534],[1088,511],[1060,540],[1053,539],[1080,504],[1059,475],[1053,484],[1043,486],[1051,500],[1040,509],[1045,515],[1026,510],[1033,521],[1026,522],[1019,527],[1024,536],[1014,531],[1017,541],[1008,547],[1005,555],[998,557],[1004,572],[997,570],[992,576],[994,584]]},{"area":"029","points":[[883,460],[870,419],[866,381],[865,355],[873,348],[873,341],[867,339],[876,297],[891,254],[897,270],[905,269],[900,254],[924,273],[946,294],[958,306],[950,307],[955,315],[964,316],[984,350],[1000,377],[1008,415],[1012,427],[1000,428],[992,411],[990,416],[991,427],[983,427],[973,424],[962,412],[945,416],[950,429],[934,426],[926,442],[922,460],[908,455],[897,453],[891,447],[893,463]]},{"area":"033","points":[[994,343],[999,340],[1001,321],[1014,314],[1024,307],[1023,294],[1039,287],[1041,280],[1115,279],[1114,272],[1106,275],[1096,272],[1090,266],[1084,267],[1082,272],[1045,269],[1044,256],[1062,248],[1070,242],[1082,244],[1091,233],[1087,219],[1104,207],[1133,205],[1136,211],[1145,211],[1146,207],[1192,211],[1192,217],[1199,217],[1202,213],[1210,216],[1210,224],[1219,230],[1218,236],[1232,250],[1234,264],[1235,279],[1199,273],[1197,267],[1187,266],[1185,272],[1172,276],[1173,279],[1180,282],[1187,279],[1220,290],[1222,299],[1217,305],[1219,322],[1231,331],[1233,344],[1227,351],[1223,368],[1233,374],[1235,389],[1237,399],[1217,411],[1205,422],[1196,436],[1169,426],[1150,424],[1144,426],[1131,414],[1127,420],[1137,431],[1140,445],[1147,463],[1163,481],[1152,483],[1142,493],[1124,491],[1116,493],[1113,498],[1095,501],[1063,468],[1018,424],[1014,406],[1007,376],[999,355]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LR/thumbnail/002-rkwsk-lr-004.webp"},"page":"adventure.html","source":"LR","hash":"lr"},{"type":"image","href":{"type":"internal","path":"adventure/LR/003-hbo0x-lr-004-player.jpg"},"title":"Player Version","width":1301,"height":1734,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"mapParent":{"id":"05d"}}]}]},"IMR":{"id":"IMR","source":"IMR","prop":"adventure","chapters":[{"name":"Ch. 3: Construction of Horrors","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/003-map-1-1.jpg"},"title":"Map 3.1: the Tomb of Horrors (Under Construction)","width":2352,"height":2698,"imageType":"map","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"id":"1b5","mapRegions":[{"area":"0aa","points":[[146,2469],[271,2461],[276,2591],[151,2594],[152,2540]]},{"area":"0a5","points":[[201,2274],[201,2460],[276,2460],[276,2274]]},{"area":"0a0","points":[[452,2015],[452,2080],[793,2080],[793,2015]]},{"area":"093","points":[[460,1507],[460,1944],[911,1944],[911,1507]]},{"area":"09d","points":[[918,1825],[918,1869],[1015,1869],[1015,1825]]},{"area":"09e","points":[[179,588],[158,569],[160,525],[178,518],[184,496],[245,499],[248,508],[269,527],[268,566],[245,574],[222,599]]},{"area":"08f","points":[[974,1052],[974,1239],[1155,1239],[1155,1052]]},{"area":"08d","points":[[671,485],[671,685],[712,685],[712,485]]},{"area":"081","points":[[711,347],[711,1309],[841,1309],[841,347]]},{"area":"078","points":[[964,282],[964,611],[1094,611],[1094,282]]},{"area":"05e","points":[[182,102],[182,359],[329,359],[329,102]]},{"area":"06d","points":[[1153,251],[1153,419],[1275,419],[1275,251]]},{"area":"06e","points":[[1429,931],[1429,1007],[1506,1007],[1506,931]]},{"area":"065","points":[[1287,98],[1287,581],[1399,581],[1399,98]]},{"area":"072","points":[[1280,992],[1280,1139],[1408,1139],[1408,992]]},{"area":"062","points":[[1920,116],[1920,585],[2204,585],[2204,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/003-map-1-1.webp"},"page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/004-map-1-1-player.jpg"},"title":"Player Version","width":2352,"height":2698,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"mapParent":{"id":"1b5"}}]},{"name":"Ch. 4: Temple of Moloch","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/008-map-1-2.jpg"},"title":"Map 4.1: Temple of Moloch","width":5100,"height":6600,"imageType":"map","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"id":"1b6","mapRegions":[{"area":"0d7","points":[[1560,1267],[1560,1590],[1902,1590],[1902,1267]]},{"area":"0db","points":[[2130,1365],[2130,1612],[2382,1612],[2382,1365]]},{"area":"0e0","points":[[2725,1262],[2725,1517],[3777,1517],[3777,1262]]},{"area":"0cd","points":[[1382,1927],[1465,1840],[1527,1817],[1590,1855],[1665,1852],[1690,2065],[1695,2170],[1675,2242],[1652,2347],[1640,2382],[1632,2430],[1467,2425],[1400,2337],[1342,2197],[1367,2142],[1382,1990]]},{"area":"0c6","points":[[1907,1717],[1907,2072],[2250,2072],[2250,1717]]},{"area":"0d3","points":[[1787,2995],[1787,3592],[2367,3592],[2367,2995]]},{"area":"14f","points":[[1200,3302],[1455,3047],[1540,3132],[1312,3360]]},{"area":"147","points":[[962,3825],[962,3685],[1066,3581],[1181,3581],[1318,3718],[1318,3825]]},{"area":"14c","points":[[1667,3922],[1667,4175],[1892,4175],[1892,3922]]},{"area":"145","points":[[1197,4877],[1415,4877],[1415,4645],[1657,4645],[1657,5255],[1415,5255],[1415,5115],[1197,5115]]},{"area":"151","points":[[845,5327],[845,5582],[1075,5582],[1075,5327]]},{"area":"156","points":[[1082,5802],[1082,6052],[1302,6052],[1302,5802]]},{"area":"15a","points":[[835,5912],[835,6182],[1072,6182],[1072,5912]]},{"area":"136","points":[[1887,5230],[2360,5703],[2360,5932],[1886,5458]]},{"area":"141","points":[[2125,4885],[2125,5117],[3050,5117],[3050,4885]]},{"area":"13a","points":[[2600,3942],[2600,4647],[2810,4647],[2810,3942]]},{"area":"123","points":[[3282,4285],[3282,4425],[3417,4425],[3417,4285]]},{"area":"120","points":[[2990,4097],[2990,4265],[3532,4265],[3532,4097]]},{"area":"119","points":[[3190,3595],[3190,3947],[4122,3947],[4122,3595]]},{"area":"110","points":[[4237,3612],[4237,4192],[4460,4192],[4460,3612]]},{"area":"10a","points":[[3775,3012],[3775,3580],[4120,3580],[4120,3012]]},{"area":"127","points":[[3300,3017],[3300,3250],[3532,3250],[3532,3017]]},{"area":"125","points":[[3542,3025],[3542,3250],[3760,3250],[3760,3025]]},{"area":"12a","points":[[3067,3265],[3067,3482],[3645,3482],[3645,3265]]},{"area":"12d","points":[[2480,3482],[2480,3710],[3175,3710],[3175,3482]]},{"area":"0e7","points":[[2495,2560],[2495,2790],[2830,2790],[2830,2560]]},{"area":"0eb","points":[[2832,2900],[2832,3142],[3185,3142],[3185,2900]]},{"area":"132","points":[[2727,3142],[2727,3360],[2950,3360],[2950,3142]]},{"area":"0e5","points":[[2617,1972],[2617,2197],[2947,2197],[2947,1972]]},{"area":"0f3","points":[[3247,1920],[3247,2025],[3392,2025],[3392,1920]]},{"area":"0f6","points":[[3532,1967],[3532,2097],[3650,2097],[3650,1967]]},{"area":"0f7","points":[[3312,2082],[3312,2205],[3420,2205],[3420,2082]]},{"area":"0f8","points":[[3542,2220],[3542,2337],[3640,2337],[3640,2220]]},{"area":"0f9","points":[[3307,2322],[3307,2437],[3415,2437],[3415,2322]]},{"area":"0fa","points":[[3542,2452],[3542,2560],[3645,2560],[3645,2452]]},{"area":"0fb","points":[[3305,2545],[3305,2672],[3410,2672],[3410,2545]]},{"area":"0fd","points":[[3410,2677],[3410,2907],[3650,2907],[3650,2677]]},{"area":"102","points":[[3885,1965],[3885,2325],[4350,2325],[4350,1965]]},{"area":"106","points":[[3897,2557],[3897,2907],[4340,2907],[4340,2557]]},{"area":"16b","points":[[4397,5665],[4410,5592],[4465,5535],[4525,5520],[4580,5532],[4637,5552],[4677,5602],[4700,5660],[4677,5742],[4620,5795],[4560,5822],[4462,5800],[4422,5745]]},{"area":"165","points":[[4462,5242],[4462,5462],[4680,5462],[4680,5242]]},{"area":"168","points":[[4110,5352],[4110,5590],[4332,5590],[4332,5352]]},{"area":"15f","points":[[3992,4777],[3992,5005],[4217,5005],[4217,4777]]},{"area":"16f","points":[[2470,6097],[2470,6327],[2775,6327],[2775,6097]]},{"area":"15d","points":[[3162,5000],[3162,5225],[3410,5225],[3410,5000]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/008-map-1-2.webp"},"page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/009-map-1-2-player.jpg"},"title":"Player Version","width":5100,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"mapParent":{"id":"1b6"}}]},{"name":"App. D: Player Handouts","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/038-map-1-3.jpg"},"width":2175,"height":2025,"imageType":"map","title":"Temple of Moloch—Walk-Through","grid":{"type":"none"},"mapRegions":[{"area":"0c6","points":[[1361,104],[1331,141],[1319,208],[1309,236],[1314,266],[1367,296],[1451,272],[1453,229],[1462,203],[1439,164],[1425,123]]},{"area":"0cd","points":[[1324,154],[1305,232],[1292,249],[1143,283],[1070,233],[1078,162],[1115,133],[1165,117],[1250,113],[1300,130]]},{"area":"0d3","points":[[961,234],[1042,214],[1145,287],[1192,318],[1206,332],[1205,358],[1066,393],[1055,361],[1033,363],[995,349],[970,331]]},{"area":"0d7","points":[[1423,117],[1464,200],[1530,184],[1529,223],[1556,231],[1600,212],[1710,187],[1711,131],[1695,83],[1602,75],[1490,70],[1455,85]]},{"area":"0db","points":[[1525,190],[1463,204],[1455,274],[1526,319],[1644,283],[1655,257],[1689,245],[1615,211],[1557,236],[1523,228]]},{"area":"0e0","points":[[1654,331],[1786,290],[1830,267],[1990,330],[2037,405],[2032,464],[1950,492]]},{"area":"0e5","points":[[1589,345],[1481,376],[1551,432],[1678,398]]},{"area":"0e7","points":[[1339,383],[1446,352],[1542,431],[1458,460],[1453,437],[1423,403],[1368,414]]},{"area":"0eb","points":[[1283,442],[1419,407],[1446,439],[1457,469],[1495,502],[1488,515],[1392,543]]},{"area":"0f3","points":[[1670,557],[1718,599],[1879,557],[1877,515],[1742,435],[1630,467],[1650,516],[1651,538]]},{"area":"0fd","points":[[1528,493],[1620,467],[1645,516],[1645,541],[1708,602],[1649,622],[1533,544]]},{"area":"102","points":[[1832,630],[1963,584],[2027,559],[2072,581],[2077,633],[2130,661],[2129,714],[2028,757]]},{"area":"106","points":[[1727,661],[1823,629],[1977,730],[1978,775],[1863,820],[1725,723]]},{"area":"10a","points":[[1464,660],[1464,729],[1377,760],[1469,848],[1718,759],[1718,703],[1702,670],[1637,620],[1532,653],[1506,638]]},{"area":"110","points":[[1463,855],[1703,770],[1784,833],[1784,907],[1552,1005],[1463,927]]},{"area":"119","points":[[1210,598],[1353,564],[1460,655],[1460,724],[1370,758],[1314,739],[1314,687]]},{"area":"120","points":[[1071,761],[1308,689],[1205,600],[1002,650],[1002,703]]},{"area":"123","points":[[1079,765],[1196,727],[1196,794],[1079,830]]},{"area":"125","points":[[1463,597],[1556,566],[1631,616],[1532,647],[1501,634]]},{"area":"127","points":[[1400,544],[1517,508],[1529,547],[1550,561],[1455,594]]},{"area":"12a","points":[[1253,538],[1280,504],[1344,505],[1410,563],[1386,583],[1355,557],[1294,572]]},{"area":"12d","points":[[1209,591],[1285,572],[1143,443],[1093,479]]},{"area":"132","points":[[1149,441],[1247,529],[1275,498],[1335,497],[1242,414]]},{"area":"136","points":[[394,457],[250,585],[250,680],[323,797],[404,889],[418,930],[629,866],[629,624],[543,527]]},{"area":"13a","points":[[825,462],[825,500],[846,563],[808,622],[850,668],[1095,601],[1095,497],[1087,472],[1091,395],[1064,398],[1048,366],[1033,367],[981,346],[953,349],[930,364],[906,457],[893,418],[850,422]]},{"area":"141","points":[[709,696],[563,545],[563,483],[614,461],[648,457],[768,446],[818,484],[804,617],[804,668]]},{"area":"145","points":[[362,363],[307,418],[318,463],[422,437],[493,488],[610,455],[660,453],[749,422],[749,388],[657,305],[565,331],[507,257],[489,256],[486,172],[461,159],[412,173],[412,250],[390,289]]},{"area":"147","points":[[509,247],[581,257],[677,292],[710,284],[713,252],[823,227],[837,200],[836,104],[765,95],[710,114],[689,143],[668,117],[626,131],[623,157],[603,143],[550,137],[509,163]]},{"area":"14c","points":[[717,257],[714,289],[706,340],[757,385],[863,359],[883,346],[932,332],[932,272],[865,217],[831,237],[799,254],[782,242]]},{"area":"14f","points":[[844,101],[850,204],[914,190],[950,228],[1037,206],[978,147],[917,112]]},{"area":"14f","points":[[1297,780],[1250,824],[1312,878],[1419,1020],[1438,1097],[1421,1197],[1324,1357],[1384,1391],[1464,1276],[1499,1120],[1494,1035],[1439,949],[1370,829]]},{"area":"151","points":[[217,197],[217,271],[266,329],[372,305],[372,208],[341,208],[311,178]]},{"area":"156","points":[[266,523],[324,503],[243,326],[163,363],[149,425],[181,470],[223,497]]},{"area":"15a","points":[[240,320],[156,360],[141,422],[177,477],[260,526],[240,584],[240,617],[152,644],[98,567],[98,498],[38,388],[38,270],[183,237]]},{"area":"15d","points":[[698,707],[805,675],[837,707],[837,771],[749,799],[698,781]]},{"area":"15f","points":[[895,923],[1037,878],[1083,924],[1131,980],[993,1029]]},{"area":"165","points":[[905,1136],[997,1102],[1050,1159],[1050,1217],[962,1256],[905,1186]]},{"area":"168","points":[[785,1062],[878,1032],[939,1097],[891,1114],[891,1163],[838,1181],[785,1119]]},{"area":"16b","points":[[665,1189],[715,1170],[752,1207],[785,1210],[823,1184],[876,1180],[903,1190],[930,1224],[938,1263],[916,1291],[883,1314],[829,1314],[803,1299],[725,1327],[665,1251]]},{"area":"16f","points":[[323,808],[385,883],[307,979],[290,1072],[373,1189],[307,1218],[243,1135],[223,1056],[231,980],[257,879]]}],"page":"adventure.html","source":"IMR","hash":"imr"}]}]},"EFR":{"id":"EFR","source":"EFR","prop":"adventure","chapters":[{"name":"Eberron: Forgotten Relics","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/EFR/145-map414_terminus.jpg"},"title":"Map 4.14: Terminus","width":2947,"height":4000,"imageType":"map","id":"000","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapRegions":[{"area":"4ac","points":[[777,247],[746,214],[797,167],[819,157],[844,139],[871,139],[903,153],[904,163],[1001,173],[1039,190],[1097,230],[1136,279],[1156,319],[1564,344],[1564,450],[1434,447],[1161,477],[1123,533],[1087,569],[1027,603],[969,601],[966,560],[944,563],[946,614],[883,600],[836,574],[790,537],[746,479],[731,410],[787,403],[783,379],[730,373],[736,320],[754,273]]},{"area":"4ae","points":[[719,410],[726,321],[760,253],[730,220],[800,154],[847,131],[883,134],[914,156],[1004,163],[1063,190],[1110,234],[1164,309],[1243,316],[1219,246],[1196,194],[1150,146],[1111,111],[1010,71],[940,67],[861,81],[781,119],[710,176],[657,233],[631,311],[624,410],[654,531],[683,586],[716,624],[746,584],[800,629],[913,669],[1020,669],[1143,611],[1197,560],[1236,480],[1171,486],[1127,544],[1099,577],[1024,611],[973,617],[960,586],[951,586],[951,624],[916,619],[859,593],[786,546],[721,441]]},{"area":"4b2","points":[[1787,1144],[1787,1377],[2166,1377],[2166,1144]]},{"area":"4af","points":[[2217,1040],[2217,1223],[2394,1223],[2394,1040]]},{"area":"4b1","points":[[2211,1254],[2211,1630],[2430,1630],[2430,1254]]},{"area":"4b4","points":[[1797,1419],[1797,1639],[2163,1639],[2163,1419]]},{"area":"4b6","points":[[1307,1809],[1307,2200],[1689,2200],[1689,1809]]},{"area":"4af","points":[[1717,1853],[1717,2049],[1933,2049],[1933,1853]]},{"area":"4b8","points":[[2336,1959],[2336,2074],[2683,2074],[2683,1959]]},{"area":"4bf","points":[[2691,1966],[2691,2136],[2864,2136],[2864,1966]]},{"area":"4bd","points":[[2673,2194],[2673,2479],[2860,2479],[2860,2194]]},{"area":"4bb","points":[[2360,2134],[2360,2477],[2651,2477],[2651,2134]]},{"area":"4b7","points":[[1857,1793],[1857,1739],[1907,1739],[1979,1744],[2010,1751],[2026,1779],[2026,1904],[2301,1911],[2301,1967],[2316,1967],[2316,2016],[2304,2024],[2304,2076],[2026,2076],[2026,2274],[2016,2294],[1999,2297],[1961,2297],[1961,2024],[1948,2024],[1948,1967],[1966,1967],[1966,1821],[1953,1803],[1936,1793]]},{"area":"4bf","points":[[2186,2697],[2186,2871],[2364,2871],[2364,2697]]},{"area":"4c0","points":[[1513,2693],[1513,3033],[1709,3033],[1709,2693]]},{"area":"4c3","points":[[730,3083],[730,3317],[1064,3317],[1064,3083]]},{"area":"4c2","points":[[1123,3084],[1123,3337],[1481,3337],[1481,3084]]},{"area":"4c4","points":[[227,3170],[239,3154],[294,3147],[671,3147],[671,3199],[691,3199],[691,3254],[673,3254],[673,3363],[1366,3363],[1378,3351],[1449,3351],[1463,3365],[1503,3365],[1503,3318],[1494,3309],[1494,3213],[1513,3194],[1513,3146],[1487,3136],[1487,3089],[2343,3089],[2356,3106],[2356,3141],[2356,3473],[227,3473]]}],"hrefThumbnail":{"type":"internal","path":"adventure/EFR/thumbnail/145-map414_terminus.webp"},"page":"adventure.html","source":"EFR","hash":"efr"},{"type":"image","href":{"type":"internal","path":"adventure/EFR/146-map414_terminus-player.jpg"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapParent":{"id":"000"}}]}]},"RMBRE":{"id":"RMBRE","source":"RMBRE","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/003-ram_map.jpg"},"title":"Map 1.1: The Lost Dungeon of Rickedness","width":5100,"height":2202,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-3,"offsetY":-30},"id":"10b","mapRegions":[{"area":"019","points":[[368,1614],[669,1614],[670,1739],[366,1740]]},{"area":"01c","points":[[428,1491],[668,1495],[669,1431],[609,1429],[607,1375],[427,1377]]},{"area":"01e","points":[[365,1251],[788,1251],[792,1224],[607,1006],[363,1009]]},{"area":"023","points":[[365,278],[548,279],[549,700],[365,701]]},{"area":"027","points":[[705,332],[795,268],[896,268],[983,321],[1030,410],[1026,501],[967,594],[851,631],[769,610],[696,548],[663,454],[669,395]]},{"area":"02b","points":[[1109,461],[1087,523],[1109,587],[1164,626],[1218,624],[1281,579],[1293,519],[1279,480],[1244,436],[1184,422],[1144,434]]},{"area":"030","points":[[1014,711],[1074,680],[1173,683],[1270,745],[1304,851],[1294,916],[1241,993],[1151,1039],[1052,1027],[966,947],[939,869],[945,795]]},{"area":"035","points":[[1579,822],[1579,1068],[1950,1068],[1952,1013],[1926,964],[1883,899],[1801,820]]},{"area":"049","points":[[1576,1189],[1703,1191],[1705,1313],[1575,1312]]},{"area":"051","points":[[1400,282],[1548,187],[1703,276],[1705,452],[1549,539],[1398,449]]},{"area":"055","points":[[1401,1492],[1523,1492],[1523,1740],[1402,1742]]},{"area":"05c","points":[[855,1310],[860,1597],[976,1739],[1221,1736]]},{"area":"060","points":[[1604,1613],[1606,1550],[1652,1492],[1755,1495],[1805,1563],[1805,1613],[1761,1681],[1703,1692],[1639,1674]]},{"area":"063","points":[[1707,519],[1949,519],[1952,701],[1706,702]]},{"area":"067","points":[[1765,1431],[2009,1433],[2009,1187],[1954,1188],[1951,1071],[1883,1070],[1885,1310],[1763,1312]]},{"area":"06c","points":[[1857,1609],[1884,1551],[1947,1517],[2013,1545],[2048,1619],[2018,1683],[1950,1712],[1882,1679]]},{"area":"074","points":[[1889,274],[1888,456],[2257,454],[2256,276]]},{"area":"079","points":[[2484,368],[2444,434],[2436,527],[2476,611],[2542,666],[2632,682],[2703,658],[2770,600],[2803,520],[2797,436],[2757,366],[2674,316],[2589,310],[2520,336]]},{"area":"07d","points":[[2134,1494],[2254,1493],[2255,1738],[2129,1737]]},{"area":"083","points":[[2511,705],[2575,720],[2630,764],[2660,846],[2636,919],[2576,975],[2497,990],[2412,951],[2374,883],[2372,820],[2415,742]]},{"area":"088","points":[[2436,1066],[2620,1068],[2623,1313],[2434,1314]]},{"area":"08a","points":[[2439,1433],[2621,1434],[2623,1552],[2799,1554],[2800,1739],[2438,1737]]},{"area":"090","points":[[2985,1539],[2931,1562],[2901,1617],[2904,1671],[2984,1734],[3055,1717],[3096,1655],[3090,1594],[3042,1549]]},{"area":"097","points":[[2982,1428],[3108,1431],[3110,1554],[3236,1432],[3233,1250],[3108,1253],[2982,1379]]},{"area":"09e","points":[[3350,1247],[3350,1625],[3657,1618],[3660,1250]]},{"area":"0a8","points":[[3415,1003],[3653,1007],[3655,1245],[3592,1244],[3592,1188],[3413,1189]]},{"area":"0ac","points":[[2867,394],[2875,461],[2934,563],[3052,601],[3147,570],[3218,472],[3220,380],[3149,276],[3040,243],[2947,273],[2895,328]]},{"area":"0b2","points":[[3349,640],[3472,642],[3471,945],[3349,942]]},{"area":"0b6","points":[[3410,274],[3655,277],[3654,579],[3407,578]]},{"area":"0bc","points":[[3714,820],[3838,821],[3838,887],[3953,881],[3951,945],[3868,943],[3886,981],[3831,1012],[3711,1009]]},{"area":"0c1","points":[[3985,1153],[4017,1138],[4016,1066],[4202,1070],[4203,1191],[4043,1193],[4012,1217]]},{"area":"0c5","points":[[4016,1370],[4086,1346],[4102,1369],[4325,1370],[4324,1554],[4015,1554]]},{"area":"0cb","points":[[4019,1614],[4322,1613],[4326,1735],[4016,1736]]},{"area":"0d4","points":[[3897,701],[4200,702],[4202,817],[4081,820],[4082,943],[3956,948],[3954,819],[3900,818]]},{"area":"0e0","points":[[4020,271],[4263,273],[4265,581],[4017,579]]},{"area":"0e8","points":[[4324,393],[4326,457],[4693,457],[4693,274],[4448,277],[4444,392]]},{"area":"0f0","points":[[4443,577],[4690,577],[4690,761],[4632,761],[4632,1131],[4505,1131],[4507,755],[4444,759]]},{"area":"0f7","points":[[4510,1249],[4632,1249],[4634,1495],[4507,1494]]},{"area":"0fc","points":[[4543,1595],[4495,1649],[4511,1720],[4575,1740],[4631,1707],[4642,1642],[4596,1597]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RMBRE/thumbnail/003-ram_map.webp"},"page":"adventure.html","source":"RMBRE","hash":"rmbre"},{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/004-ram_map-player.jpg"},"title":"Player Version","width":4709,"height":1845,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-8,"offsetY":-4},"mapParent":{"id":"10b","offsetX":187,"offsetY":98,"autoScale":true}}]}]},"ToR":{"id":"ToR","source":"ToR","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Tide of Retribution","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora.png"},"title":"Map 5.1: Palma Flora","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapRegions":[{"area":"76f","points":[[747,186],[747,293],[859,293],[859,186]]},{"area":"75f","points":[[639,664],[639,770],[753,770],[753,664]]},{"area":"76e","points":[[1314,79],[1314,189],[1421,189],[1421,79]]},{"area":"763","points":[[1216,281],[1216,389],[1317,389],[1317,281]]},{"area":"773","points":[[1401,587],[1401,696],[1510,696],[1510,587]]},{"area":"770","points":[[1707,414],[1707,516],[1810,516],[1810,414]]},{"area":"768","points":[[1814,680],[1814,787],[1921,787],[1921,680]]},{"area":"771","points":[[2106,787],[2106,881],[2219,881],[2219,787]]},{"area":"772","points":[[1626,1156],[1626,1253],[1750,1253],[1750,1156]]},{"area":"758","points":[[1486,1361],[1486,1463],[1597,1463],[1597,1361]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/107-5.1-palma-flora.webp"},"id":"000","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/108-5.2-wavechaser.png"},"title":"Map 5.2: Wavechaser","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-6,"offsetY":9}},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora.png"},"title":"Map 5.3: Ruined Palma Flora","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapRegions":[{"area":"75f","points":[[354,700],[354,800],[454,800],[454,700]]},{"area":"758","points":[[1379,1403],[1379,1509],[1479,1509],[1479,1403]]},{"area":"772","points":[[1616,1126],[1616,1224],[1723,1224],[1723,1126]]},{"area":"76f","points":[[524,159],[524,257],[633,257],[633,159]]},{"area":"76e","points":[[1163,150],[1163,239],[1263,239],[1263,150]]},{"area":"763","points":[[1073,304],[1073,407],[1184,407],[1184,304]]},{"area":"773","points":[[1221,613],[1221,717],[1331,717],[1331,613]]},{"area":"770","points":[[1657,407],[1657,506],[1767,506],[1767,407]]},{"area":"768","points":[[1734,687],[1734,790],[1833,790],[1833,687]]},{"area":"771","points":[[2051,760],[2051,854],[2151,854],[2151,760]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/109-5.3-ruined-palma-flora.webp"},"id":"001","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapParent":{"id":"001"}}]}]},"DD":{"id":"DD","source":"DD","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Dangerous Designs","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook.jpg"},"title":"Map 5.4: Lower Hupperdook","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":98,"offsetX":-5,"offsetY":26,"scale":2,"distance":100},"mapRegions":[{"area":"7d2","points":[[1291,1428],[1348,1332],[1511,1283],[1535,1331],[1414,1365],[1377,1429],[1331,1437]]},{"area":"7d9","points":[[1186,1051],[1194,1041],[1235,1042],[1257,1048],[1282,1052],[1358,1104],[1418,1130],[1394,1143],[1338,1155],[1312,1161],[1281,1176],[1250,1202],[1225,1222],[1188,1222],[1186,1213]]},{"area":"7e7","points":[[1225,765],[1230,755],[1354,708],[1366,745],[1370,760],[1347,794],[1339,834],[1255,838]]},{"area":"7eb","points":[[1011,1146],[1015,1122],[1042,1112],[1053,1135],[1038,1155]]},{"area":"7cb","points":[[522,1147],[503,1068],[549,1004],[533,1001],[524,1010],[508,1021],[498,1022],[470,1051],[482,1120],[497,1132],[507,1142]]},{"area":"7e8","points":[[533,1144],[518,1080],[537,1050],[595,1082],[627,1062],[656,1151],[634,1181]]},{"area":"7ed","points":[[306,721],[306,795],[406,795],[406,721]]},{"area":"7ec","points":[[371,825],[371,885],[476,885],[476,825]]},{"area":"7ec","points":[[362,630],[362,701],[471,701],[471,630]]},{"area":"7ea","points":[[636,440],[655,451],[663,478],[652,499],[629,482],[627,458]]},{"area":"7de","points":[[612,373],[725,365],[676,451],[632,408],[632,397]]},{"area":"7e9","points":[[853,332],[968,396],[899,480],[829,451]]},{"area":"7c6","points":[[687,986],[727,988],[762,953],[810,913],[822,925],[802,941],[767,977],[740,993],[729,1000],[730,1041],[705,1014],[668,1001]]},{"area":"7d6","points":[[586,846],[673,896],[671,914],[588,871]]},{"area":"7e5","points":[[844,684],[855,673],[914,659],[927,669],[930,721],[921,734],[869,746],[856,732],[852,705]]},{"area":"7e6","points":[[948,737],[951,633],[983,598],[998,572],[1134,642],[1127,663],[1110,661],[1006,795],[967,769]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/111-5.4-lower-hupperdook.webp"},"id":"000","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":99,"scale":2,"distance":100},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets.png"},"title":"Map 5.5: Ironlot Streets","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"map","id":"7bc"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets-player.png"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"mapPlayer","mapParent":{"id":"7bc"}},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house.jpg"},"title":"Map 5.6: Nima Cinnarid's House","width":1200,"height":1500,"grid":{"type":"square","size":206,"offsetX":-115,"offsetY":-72},"imageType":"map","id":"7bb"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house-player.jpg"},"title":"Player Version","width":2400,"height":3000,"grid":{"type":"square","size":414,"offsetX":-230,"offsetY":-147},"imageType":"mapPlayer","mapParent":{"id":"7bb","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern.png"},"title":"Map 5.7: Silver Falls Cavern","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"map","id":"7ba"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern-player.png"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"mapPlayer","mapParent":{"id":"7ba"}},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair.jpg"},"title":"Map 5.8: Stahlmast's Lair","width":2550,"height":1638,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-19,"offsetY":-5,"scale":2},"mapRegions":[{"area":"836","points":[[181,327],[225,318],[247,300],[268,274],[283,269],[284,251],[298,229],[286,222],[288,214],[299,214],[309,196],[320,191],[331,183],[347,180],[364,178],[384,180],[394,188],[391,206],[411,221],[442,220],[480,221],[479,255],[451,251],[420,253],[406,256],[395,273],[403,285],[395,293],[393,309],[381,317],[365,332],[367,346],[364,354],[366,372],[367,380],[344,393],[335,402],[331,411],[316,422],[309,439],[285,446],[264,444],[255,444],[254,467],[249,476],[260,491],[218,518],[213,500],[219,494],[219,476],[210,460],[218,453],[218,447],[206,437],[186,422],[173,400],[169,388],[180,376],[178,369],[175,358],[180,347],[181,335]]},{"area":"83b","points":[[547,585],[538,569],[523,562],[491,565],[456,565],[443,553],[433,541],[421,538],[417,529],[407,513],[409,496],[406,482],[403,475],[402,453],[416,442],[430,438],[438,425],[449,411],[457,401],[474,398],[483,401],[500,404],[506,407],[523,412],[535,430],[537,443],[546,451],[549,465],[551,481],[549,491],[551,506],[546,518],[554,531],[564,539],[577,549],[584,557]]},{"area":"839","points":[[513,704],[512,687],[506,669],[507,659],[516,655],[507,638],[509,629],[517,624],[526,624],[533,608],[544,600],[592,554],[598,543],[613,540],[630,537],[647,547],[652,552],[663,554],[677,563],[692,575],[701,589],[695,603],[679,611],[669,625],[666,645],[650,666],[636,671],[628,690],[613,693],[606,698],[593,700],[593,721],[578,729],[569,738],[549,746],[538,744],[518,733],[513,729]]},{"area":"830","points":[[205,528],[207,526],[240,511],[269,493],[278,485],[294,484],[306,496],[318,505],[322,519],[318,532],[323,547],[322,562],[335,568],[346,576],[348,589],[350,598],[338,607],[331,616],[340,627],[347,637],[349,644],[341,655],[332,660],[328,672],[331,682],[323,693],[308,715],[299,715],[282,709],[273,719],[272,725],[257,731],[247,726],[232,724],[217,714],[215,704],[217,688],[220,674],[205,659],[209,650],[212,642],[211,625],[197,626],[190,611],[193,602],[179,598],[176,591],[180,581],[178,567],[185,549],[189,534],[199,534]]},{"area":"82d","points":[[191,844],[193,832],[211,824],[215,810],[224,801],[236,797],[249,782],[260,780],[271,788],[278,786],[286,785],[288,773],[299,769],[313,763],[332,782],[334,798],[331,807],[323,816],[329,824],[327,836],[322,854],[309,870],[298,879],[288,888],[245,900],[231,894],[219,895],[209,891],[198,885],[185,870],[182,856]]},{"area":"829","points":[[399,885],[433,878],[451,883],[484,887],[503,882],[514,882],[522,881],[535,874],[546,878],[565,882],[584,888],[580,901],[563,911],[552,922],[548,933],[536,942],[534,954],[550,967],[559,984],[557,1003],[556,1023],[550,1029],[568,1041],[576,1052],[559,1064],[559,1078],[576,1108],[572,1125],[556,1149],[546,1171],[558,1190],[571,1194],[576,1203],[589,1211],[586,1222],[588,1237],[580,1251],[563,1264],[557,1278],[549,1288],[553,1300],[558,1310],[557,1327],[549,1344],[554,1360],[559,1373],[553,1388],[549,1400],[551,1418],[547,1432],[553,1449],[560,1462],[567,1464],[577,1478],[572,1496],[559,1509],[556,1527],[543,1529],[538,1526],[517,1531],[495,1532],[478,1536],[466,1531],[462,1522],[457,1513],[449,1497],[433,1496],[424,1506],[408,1519],[401,1527],[381,1530],[375,1544],[362,1549],[350,1557],[343,1558],[328,1561],[319,1553],[301,1551],[289,1542],[284,1536],[287,1513],[293,1504],[291,1493],[286,1486],[281,1475],[286,1461],[284,1437],[287,1424],[296,1412],[309,1413],[327,1421],[330,1411],[321,1398],[323,1386],[316,1371],[326,1353],[320,1337],[315,1325],[298,1322],[292,1311],[296,1296],[297,1282],[310,1274],[322,1273],[330,1269],[324,1247],[330,1233],[334,1219],[318,1207],[301,1193],[293,1179],[296,1165],[282,1172],[264,1167],[251,1162],[246,1149],[251,1140],[256,1127],[273,1123],[285,1121],[290,1101],[285,1073],[300,1070],[309,1064],[301,1052],[308,1035],[322,1020],[344,1010],[346,1002],[324,991],[323,979],[323,962],[329,953],[332,944],[331,934],[315,924],[319,918],[322,896],[337,892],[353,886],[367,883],[385,885]]},{"area":"824","points":[[712,1153],[710,1120],[705,1091],[708,1073],[717,1059],[712,1054],[709,1039],[717,1022],[722,1013],[740,1007],[750,1003],[749,992],[770,985],[780,970],[779,957],[789,953],[792,948],[799,939],[802,933],[823,927],[837,930],[856,925],[869,933],[875,946],[869,959],[884,967],[894,971],[896,963],[904,951],[894,942],[899,935],[917,924],[936,926],[952,933],[964,946],[963,957],[957,962],[966,971],[970,973],[978,974],[985,978],[1013,976],[1045,1002],[1039,1009],[1045,1025],[1050,1035],[1047,1048],[1044,1057],[1035,1063],[1038,1073],[1020,1077],[999,1076],[982,1059],[971,1065],[961,1078],[958,1093],[960,1104],[950,1112],[954,1129],[971,1128],[984,1128],[992,1125],[997,1115],[1017,1115],[1033,1124],[1047,1111],[1063,1110],[1067,1123],[1070,1143],[1072,1162],[1061,1175],[1056,1196],[1045,1193],[1030,1197],[1033,1210],[1027,1223],[1047,1233],[1031,1296],[1005,1296],[984,1288],[973,1285],[958,1279],[953,1265],[946,1263],[924,1265],[906,1262],[902,1254],[900,1241],[896,1236],[899,1221],[895,1212],[875,1211],[869,1197],[846,1187],[844,1198],[833,1209],[827,1207],[826,1219],[810,1222],[800,1217],[796,1207],[788,1220],[770,1222],[751,1222],[738,1221],[737,1214],[726,1208],[722,1197],[718,1186],[708,1176],[714,1168],[715,1158]]},{"area":"84f","points":[[816,807],[795,783],[781,762],[776,742],[779,719],[773,708],[784,685],[788,678],[787,664],[801,633],[804,617],[814,599],[816,580],[814,558],[816,538],[820,524],[833,522],[853,528],[851,548],[857,562],[851,574],[851,584],[847,592],[851,610],[842,636],[832,659],[824,671],[816,686],[822,704],[820,718],[816,729],[822,750],[834,768],[851,776]]},{"area":"842","points":[[484,256],[485,219],[500,211],[504,198],[513,184],[528,180],[548,177],[559,156],[573,151],[589,143],[604,141],[611,141],[629,144],[650,141],[664,149],[683,150],[693,169],[693,185],[706,192],[720,198],[727,210],[756,212],[767,211],[773,200],[780,181],[788,169],[786,149],[784,136],[798,122],[811,109],[830,100],[842,87],[862,82],[880,85],[899,81],[913,91],[927,103],[946,104],[955,114],[976,109],[988,108],[1003,116],[1020,118],[1033,129],[1044,140],[1073,152],[1090,149],[1096,162],[1108,174],[1118,186],[1112,215],[1116,224],[1118,246],[1104,260],[1079,264],[1054,264],[1044,264],[1027,278],[1012,290],[1002,303],[1009,325],[1018,346],[1033,359],[1033,378],[1032,398],[1040,415],[1053,421],[1031,451],[1020,460],[1010,473],[994,493],[981,496],[972,483],[957,482],[939,483],[920,491],[910,504],[887,513],[861,522],[835,516],[809,519],[789,519],[772,509],[755,493],[736,487],[718,474],[701,472],[691,478],[678,484],[657,481],[634,470],[629,441],[623,424],[613,423],[598,414],[583,398],[586,389],[576,379],[562,382],[558,370],[551,367],[549,354],[540,349],[528,342],[518,335],[508,326],[496,313],[493,298],[479,284],[475,273],[479,264]]},{"area":"83e","points":[[1188,113],[1202,103],[1216,108],[1228,105],[1236,114],[1249,109],[1266,106],[1280,108],[1290,110],[1298,110],[1302,119],[1310,109],[1330,107],[1346,109],[1348,125],[1350,136],[1344,166],[1350,184],[1349,197],[1349,220],[1349,229],[1342,247],[1347,264],[1343,292],[1316,298],[1296,296],[1274,296],[1242,296],[1217,296],[1189,295],[1189,271],[1193,247],[1193,222],[1189,190],[1191,175],[1191,145],[1192,130]]},{"area":"816","points":[[1494,481],[1493,461],[1498,447],[1493,426],[1506,420],[1519,411],[1549,407],[1563,403],[1573,400],[1582,408],[1600,410],[1604,416],[1627,407],[1642,411],[1665,411],[1673,421],[1682,439],[1685,457],[1686,477],[1687,489],[1678,500],[1667,523],[1645,527],[1619,521],[1602,522],[1545,533],[1522,525],[1497,520]]},{"area":"81f","points":[[1774,629],[1765,606],[1752,596],[1757,581],[1754,557],[1747,548],[1758,529],[1765,519],[1763,499],[1758,476],[1759,456],[1782,447],[1801,442],[1823,443],[1839,429],[1851,422],[1867,403],[1888,407],[1892,412],[1909,408],[1921,411],[1938,421],[1938,437],[1953,447],[1958,452],[1960,469],[1975,485],[1992,496],[1997,508],[1989,513],[1985,524],[1981,540],[1956,554],[1936,560],[1934,574],[1921,598],[1902,603],[1885,602],[1873,620],[1877,643],[1856,650],[1839,658],[1782,660],[1778,647]]},{"area":"82b","points":[[1004,722],[1013,703],[1028,695],[1033,682],[1048,669],[1064,654],[1078,633],[1079,612],[1073,598],[1103,595],[1151,597],[1148,614],[1141,626],[1159,642],[1174,656],[1188,670],[1198,686],[1207,702],[1215,704],[1224,719],[1225,741],[1216,753],[1204,766],[1193,767],[1190,780],[1181,798],[1168,814],[1155,828],[1150,847],[1151,860],[1079,861],[1078,853],[1074,833],[1064,816],[1043,795],[1038,780],[1022,767],[1009,749],[1005,731]]},{"area":"826","points":[[1114,1039],[1127,1029],[1141,1020],[1148,1011],[1149,1000],[1195,951],[1212,936],[1231,935],[1247,949],[1257,953],[1264,969],[1277,980],[1286,994],[1296,1002],[1292,1019],[1275,1029],[1260,1045],[1250,1062],[1229,1079],[1220,1087],[1217,1104],[1208,1107],[1190,1116],[1176,1105],[1163,1089],[1149,1075],[1136,1064],[1121,1053],[1113,1050]]},{"area":"822","points":[[1113,1393],[1113,1302],[1126,1288],[1124,1273],[1142,1268],[1169,1265],[1203,1269],[1228,1267],[1273,1271],[1315,1273],[1351,1269],[1380,1268],[1400,1269],[1401,1282],[1402,1298],[1406,1301],[1407,1384],[1402,1387],[1403,1402],[1407,1414],[1383,1423],[1360,1420],[1330,1422],[1306,1420],[1279,1424],[1248,1413],[1185,1424],[1159,1421],[1136,1423],[1116,1419],[1110,1408]]},{"area":"80c","points":[[1673,1343],[1675,1320],[1678,1308],[1696,1302],[1719,1299],[1740,1298],[1752,1305],[1797,1304],[1828,1308],[1829,1329],[1833,1349],[1831,1429],[1827,1445],[1824,1459],[1815,1464],[1804,1459],[1796,1465],[1777,1463],[1769,1457],[1754,1460],[1726,1468],[1711,1461],[1687,1461],[1672,1450],[1669,1442],[1673,1424],[1672,1387],[1671,1362]]},{"area":"810","points":[[1754,1267],[1737,1259],[1717,1260],[1704,1260],[1697,1254],[1682,1247],[1670,1211],[1678,1195],[1680,1181],[1670,1171],[1685,1150],[1697,1136],[1707,1114],[1715,1091],[1734,1082],[1750,1081],[1766,1063],[1783,1053],[1798,1051],[1812,1070],[1824,1088],[1825,1105],[1828,1122],[1829,1140],[1831,1162],[1820,1193],[1804,1200],[1807,1213],[1819,1231],[1821,1247],[1812,1263],[1789,1274],[1773,1271]]},{"area":"80a","points":[[1893,1020],[1914,1007],[1975,1011],[1990,1033],[1997,1045],[2020,1057],[2022,1078],[2019,1100],[2011,1117],[2020,1131],[2028,1136],[2036,1151],[2034,1169],[2042,1180],[2036,1201],[2028,1210],[2019,1220],[2022,1242],[2029,1264],[2022,1273],[2009,1287],[1990,1292],[1971,1296],[1923,1303],[1898,1296],[1884,1289],[1873,1273],[1859,1266],[1856,1242],[1860,1233],[1861,1206],[1875,1196],[1887,1178],[1894,1165],[1888,1150],[1879,1145],[1868,1131],[1865,1118],[1873,1107],[1869,1088],[1862,1071],[1857,1051],[1873,1041],[1882,1030]]},{"area":"81b","points":[[1368,871],[1377,850],[1383,833],[1383,815],[1375,799],[1364,787],[1371,772],[1384,771],[1402,773],[1421,781],[1442,776],[1457,780],[1464,789],[1459,810],[1455,831],[1460,855],[1469,858],[1487,855],[1487,932],[1475,934],[1472,930],[1460,928],[1454,936],[1459,945],[1447,953],[1454,968],[1452,981],[1456,994],[1443,1006],[1431,1008],[1423,1006],[1402,1011],[1384,1009],[1370,1003],[1363,989],[1363,965],[1353,955],[1353,931],[1365,922],[1361,907],[1362,887]]},{"area":"813","points":[[1494,941],[1494,856],[1496,837],[1498,816],[1501,805],[1496,790],[1490,773],[1497,764],[1494,753],[1504,735],[1513,715],[1531,711],[1550,701],[1568,704],[1603,704],[1620,715],[1631,710],[1650,710],[1673,710],[1688,711],[1704,736],[1714,771],[1701,787],[1684,801],[1700,818],[1700,824],[1717,836],[1719,851],[1743,855],[1761,847],[1775,837],[1803,868],[1806,891],[1802,913],[1793,934],[1766,935],[1748,934],[1722,936],[1716,945],[1720,959],[1718,978],[1714,1002],[1682,1007],[1675,1027],[1675,1044],[1667,1059],[1663,1076],[1646,1087],[1586,1087],[1566,1087],[1547,1081],[1531,1094],[1513,1082],[1509,1071],[1506,1055],[1496,1042],[1478,1051],[1474,1034],[1482,1016],[1488,999],[1494,984],[1513,967],[1499,954]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/117-5.8-stahlmasts-lair.webp"},"id":"001","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-17,"offsetY":12,"scale":2},"mapParent":{"id":"001","autoScale":true}}]}]},"FS":{"id":"FS","source":"FS","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Frozen Sick","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave.png"},"title":"Map 5.9: Croaker Cave","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapRegions":[{"area":"878","points":[[1018,116],[1052,108],[1076,119],[1107,128],[1125,124],[1152,135],[1173,154],[1190,162],[1187,194],[1203,223],[1222,243],[1231,265],[1229,295],[1223,314],[1230,338],[1226,355],[1229,384],[1218,405],[1217,428],[1234,446],[1208,496],[1190,506],[1172,514],[1161,532],[1148,555],[1113,571],[1073,579],[1052,560],[1031,556],[993,556],[969,543],[942,531],[931,522],[915,479],[898,464],[889,446],[889,430],[895,406],[875,379],[879,343],[881,320],[887,293],[884,272],[901,253],[903,241],[915,217],[921,205],[927,166],[942,158],[960,140],[981,130],[1006,125]]},{"area":"886","points":[[1310,114],[1333,92],[1358,87],[1380,94],[1400,92],[1420,76],[1441,74],[1454,78],[1471,58],[1488,63],[1508,52],[1529,49],[1555,51],[1571,53],[1585,67],[1595,78],[1610,100],[1628,104],[1652,104],[1667,115],[1679,146],[1681,178],[1683,187],[1688,205],[1689,229],[1664,294],[1647,305],[1620,299],[1598,300],[1570,306],[1532,319],[1517,318],[1500,313],[1483,318],[1459,328],[1429,326],[1401,314],[1381,304],[1372,278],[1348,269],[1335,248],[1335,224],[1340,207],[1332,190],[1336,180],[1339,166],[1330,149],[1316,131]]},{"area":"884","points":[[1744,388],[1764,385],[1785,380],[1816,364],[1839,359],[1877,365],[1884,397],[1890,417],[1904,434],[1929,440],[1941,459],[1960,479],[1976,510],[1980,551],[1974,577],[1957,590],[1953,610],[1958,657],[1944,682],[1927,693],[1914,716],[1886,730],[1872,747],[1842,768],[1818,785],[1807,796],[1813,810],[1810,827],[1786,829],[1758,839],[1727,848],[1703,845],[1680,851],[1657,851],[1643,837],[1630,829],[1609,825],[1612,812],[1610,794],[1633,776],[1639,754],[1626,729],[1623,721],[1628,712],[1625,690],[1638,668],[1658,645],[1668,612],[1678,589],[1672,570],[1672,550],[1676,537],[1671,520],[1663,494],[1651,482],[1649,463],[1652,449],[1665,443],[1677,434],[1695,417],[1719,411],[1729,401]]},{"area":"87e","points":[[1217,554],[1214,526],[1234,460],[1256,445],[1273,435],[1301,437],[1313,429],[1351,431],[1381,424],[1408,435],[1441,442],[1454,451],[1480,454],[1497,464],[1514,476],[1539,495],[1546,513],[1547,530],[1533,549],[1520,563],[1523,586],[1538,602],[1542,627],[1536,643],[1537,673],[1531,689],[1516,704],[1483,713],[1452,719],[1424,727],[1400,743],[1389,756],[1386,777],[1369,800],[1363,828],[1325,824],[1313,808],[1312,785],[1317,762],[1308,733],[1299,710],[1298,687],[1283,679],[1272,665],[1259,638],[1241,621],[1228,604],[1228,584],[1224,570]]},{"area":"87a","points":[[564,1289],[587,1296],[603,1312],[615,1324],[621,1348],[635,1375],[665,1383],[681,1383],[694,1405],[702,1414],[722,1431],[739,1445],[736,1473],[746,1497],[760,1511],[757,1532],[761,1551],[745,1584],[726,1595],[708,1597],[681,1585],[654,1599],[626,1612],[588,1608],[560,1594],[526,1582],[506,1566],[505,1539],[480,1524],[474,1497],[472,1466],[475,1443],[489,1422],[505,1404],[503,1370],[512,1352],[523,1334],[540,1321],[549,1306]]},{"area":"881","points":[[1282,1502],[1290,1439],[1313,1350],[1352,1281],[1397,1239],[1459,1193],[1521,1162],[1532,1164],[1542,1187],[1562,1198],[1582,1208],[1584,1229],[1603,1244],[1614,1260],[1632,1284],[1654,1290],[1656,1308],[1664,1329],[1678,1342],[1682,1368],[1673,1395],[1659,1417],[1657,1443],[1672,1462],[1671,1492],[1656,1517],[1640,1529],[1622,1540],[1609,1568],[1586,1591],[1551,1607],[1505,1611],[1474,1607],[1448,1596],[1429,1597],[1420,1590],[1403,1586],[1382,1586],[1358,1573],[1325,1564],[1307,1542],[1294,1532],[1292,1517]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/118-5.9-croaker-cave.webp"},"id":"000","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault.png"},"title":"Map 5.10: Salsvault","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapRegions":[{"area":"8bc","points":[[557,454],[557,654],[811,654],[811,454]]},{"area":"8e8","points":[[153,1062],[153,1309],[603,1309],[603,1062]]},{"area":"8e2","points":[[302,703],[302,1005],[610,1005],[610,703]]},{"area":"8e1","points":[[659,689],[659,1211],[758,1211],[758,689]]},{"area":"8b6","points":[[1118,450],[1118,649],[1316,649],[1316,450]]},{"area":"8ba","points":[[861,450],[861,650],[1062,650],[1062,450]]},{"area":"8e4","points":[[812,705],[812,953],[1213,953],[1213,705]]},{"area":"8ee","points":[[803,1238],[809,1218],[812,1103],[812,1009],[1317,1009],[1317,1139],[1311,1123],[1306,1101],[1296,1091],[1291,1063],[1274,1043],[1256,1041],[1224,1057],[1193,1077],[1181,1078],[1168,1074],[1151,1075],[1128,1091],[1116,1101],[1106,1110],[1082,1134],[1070,1142],[1048,1154],[1011,1176],[1007,1183],[988,1183],[973,1178],[958,1198],[943,1211],[908,1218],[881,1215],[847,1215],[823,1233]]},{"area":"8c7","points":[[1522,296],[1522,399],[1925,399],[1925,296]]},{"area":"8c1","points":[[1370,448],[1370,655],[1671,655],[1671,448]]},{"area":"8d1","points":[[1721,447],[1721,650],[1925,650],[1925,447]]},{"area":"8d3","points":[[1983,447],[1983,653],[2180,653],[2180,447]]},{"area":"8cb","points":[[1467,708],[1467,803],[2140,803],[2140,708]]},{"area":"8d9","points":[[2387,903],[2387,708],[2177,708],[2177,903]]},{"area":"8cf","points":[[1775,852],[1775,1057],[1981,1057],[1981,852]]},{"area":"8cd","points":[[1520,857],[1520,1057],[1723,1057],[1723,857]]},{"area":"8db","points":[[2180,955],[2180,1207],[2383,1207],[2383,955]]},{"area":"8de","points":[[1622,1110],[1978,1110],[1978,1363],[1900,1363],[1897,1350],[1891,1338],[1901,1320],[1911,1307],[1915,1292],[1914,1276],[1895,1269],[1901,1257],[1914,1243],[1913,1226],[1903,1197],[1890,1192],[1861,1184],[1843,1160],[1832,1145],[1809,1137],[1786,1140],[1765,1144],[1744,1142],[1720,1144],[1692,1151],[1672,1162],[1663,1174],[1641,1173],[1626,1168],[1622,1154]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/120-5.10-salsvault.webp"},"id":"001","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapParent":{"id":"001"}}]}]},"US":{"id":"US","source":"US","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Unwelcome Spirits","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh.png"},"title":"Map 5.11: Brokenveil Marsh","width":2550,"height":1650,"imageType":"map","grid":{"type":"hexRowsOdd","size":98,"offsetX":-5,"offsetY":23,"distance":1,"units":"miles"},"mapRegions":[{"area":"91c","points":[[191,466],[191,583],[326,583],[326,466]]},{"area":"918","points":[[582,694],[582,797],[699,797],[699,694]]},{"area":"923","points":[[157,946],[157,1057],[265,1057],[265,946]]},{"area":"920","points":[[627,1268],[627,1381],[742,1381],[742,1268]]},{"area":"912","points":[[1076,543],[1076,650],[1195,650],[1195,543]]},{"area":"90b","points":[[1329,995],[1329,1103],[1439,1103],[1439,995]]},{"area":"908","points":[[1805,790],[1805,898],[1920,898],[1920,790]]},{"area":"905","points":[[2086,369],[2086,472],[2203,472],[2203,369]]},{"area":"904","points":[[2386,143],[2386,243],[2495,243],[2495,143]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/121-5.11-brokenveil-marsh.webp"},"id":"000","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":98,"offsetX":-4,"offsetY":26,"distance":1,"units":"miles"},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture.png"},"title":"Map 5.12: Fort Venture","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":58,"offsetX":-19,"offsetY":23,"scale":2},"mapRegions":[{"area":"941","points":[[686,591],[686,1055],[1150,1055],[1150,591]]},{"area":"949","points":[[537,677],[537,822],[677,822],[677,677]]},{"area":"960","points":[[683,1146],[683,1293],[715,1293],[715,1146]]},{"area":"950","points":[[1150,528],[1057,415],[1244,272],[1334,389],[1305,411],[1289,398],[1278,382],[1242,407],[1226,425],[1159,476],[1181,509]]},{"area":"959","points":[[1414,299],[1505,301],[1501,390],[1471,390],[1467,375],[1454,374],[1454,392],[1414,391]]},{"area":"953","points":[[1588,270],[1588,419],[1737,419],[1737,270]]},{"area":"95c","points":[[1792,413],[1792,508],[1942,508],[1942,413]]},{"area":"93c","points":[[1385,647],[1385,1002],[1969,1002],[1969,647]]},{"area":"933","points":[[1264,1147],[1264,1382],[1824,1382],[1824,1147]]},{"area":"937","points":[[974,1145],[974,1382],[1155,1382],[1155,1145]]},{"area":"92b","points":[[2209,683],[2209,969],[2294,969],[2294,683]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/123-5.12-fort-venture.webp"},"id":"001","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture-player.png"},"title":"Player Version","width":2550,"height":1560,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":-19,"offsetY":23,"scale":2},"mapParent":{"id":"001","autoScale":true}}]}]},"MOT-NSS":{"id":"MOT-NSS","source":"MOT","prop":"adventure","chapters":[{"name":"No Silent Secret","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/MOT/155-map-4.16-Cour-of-Orestes.jpg"},"title":"Map 4.16: Cour of Orestes","width":3825,"height":2250,"imageType":"map","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"id":"000","mapRegions":[{"area":"33b","points":[[785,495],[785,453],[914,453],[942,481],[972,451],[1006,451],[1006,336],[1072,336],[1072,223],[1015,223],[1015,175],[1069,175],[1069,91],[1027,86],[975,116],[920,91],[829,120],[794,120],[766,109],[743,147],[682,156],[674,126],[629,135],[627,173],[585,204],[575,242],[539,248],[509,229],[463,255],[438,255],[421,253],[392,253],[392,331],[449,331],[453,436],[476,440],[499,480],[545,451],[678,451],[678,495]]},{"area":"339","points":[[560,566],[560,888],[901,888],[901,566]]},{"area":"337","points":[[2,1349],[23,1349],[55,1389],[103,1404],[173,1419],[221,1413],[242,1392],[307,1373],[345,1389],[387,1383],[415,1383],[438,1352],[486,1341],[535,1349],[577,1333],[589,1301],[632,1291],[693,1288],[735,1297],[760,1303],[787,1331],[827,1331],[846,1339],[874,1375],[903,1406],[907,1455],[954,1469],[962,1505],[971,1531],[973,1564],[996,1587],[994,1638],[1029,1682],[1061,1722],[1099,1745],[1112,1777],[1147,1796],[1206,1783],[1244,1762],[1284,1777],[1307,1813],[1318,1844],[1337,1886],[1364,1945],[1366,1971],[1373,2015],[1415,2048],[1423,2080],[1406,2114],[1411,2158],[1394,2236],[552,2248],[535,2232],[507,2215],[472,2192],[453,2158],[421,2162],[379,2141],[356,2114],[331,2082],[303,2027],[305,2002],[324,1973],[314,1935],[299,1891],[269,1874],[255,1842],[227,1832],[223,1798],[192,1781],[143,1783],[124,1794],[101,1789],[67,1764],[34,1756],[2,1749]]},{"area":"33d","points":[[1352,665],[1352,478],[1375,469],[1406,482],[1434,459],[1432,421],[1463,406],[1497,417],[1507,440],[1577,423],[1608,404],[1615,383],[1608,360],[1632,349],[1665,368],[1688,337],[1688,309],[1716,293],[1749,278],[1827,278],[1827,335],[1905,335],[1905,280],[1968,272],[2019,274],[2019,336],[2129,336],[2139,1120],[2023,1120],[2023,1179],[1914,1179],[1914,1124],[1829,1124],[1829,1169],[1653,1169],[1653,1126],[1568,1126],[1568,1178],[1448,1178],[1448,1122],[1352,1122]]},{"area":"340","points":[[2259,547],[2257,352],[2293,297],[2333,244],[2381,219],[2446,227],[2497,248],[2562,293],[2579,343],[2579,552],[2474,552],[2474,676],[2802,676],[2802,633],[2821,617],[2817,594],[2817,559],[2707,559],[2707,333],[2743,362],[2781,385],[2802,402],[2838,394],[2895,427],[2949,451],[2964,493],[2998,516],[2989,547],[2920,571],[2928,604],[2916,613],[2931,632],[2933,665],[3259,665],[3263,608],[3299,621],[3309,699],[3312,747],[3341,764],[3335,832],[3360,863],[3381,867],[3396,897],[3381,952],[3381,992],[3371,1021],[3394,1061],[3421,1084],[3427,1122],[3453,1141],[3453,1187],[3404,1221],[3354,1238],[3318,1232],[3255,1234],[3198,1206],[3160,1168],[3145,1124],[3145,905],[3259,893],[3259,861],[3276,848],[3263,838],[3263,787],[3126,781],[3069,779],[2987,779],[2977,802],[2926,823],[2924,840],[2909,855],[2928,867],[2937,893],[3034,893],[3040,1080],[3023,1152],[2998,1194],[2937,1213],[2823,1215],[2754,1202],[2724,1179],[2705,1126],[2699,1061],[2699,901],[2808,901],[2813,869],[2832,861],[2806,832],[2773,806],[2741,781],[2476,781],[2476,829],[2454,829],[2467,867],[2474,895],[2587,895],[2592,1112],[2547,1173],[2518,1219],[2434,1238],[2364,1223],[2286,1177],[2251,1137],[2259,1053],[2261,945],[2253,888],[2345,893],[2352,863],[2379,846],[2358,821],[2356,796],[2173,785],[2173,669],[2356,669],[2356,629],[2377,615],[2362,596],[2362,547]]},{"area":"346","points":[[1575,1349],[1575,1404],[1537,1406],[1507,1432],[1495,1469],[1518,1505],[1562,1516],[1566,1568],[1467,1568],[1459,1659],[1501,1646],[1533,1667],[1543,1707],[1581,1728],[1611,1756],[1682,1747],[1714,1762],[1724,1798],[1764,1806],[1789,1842],[1783,1865],[1762,1867],[1762,1895],[1775,1928],[1806,1918],[1838,1922],[1878,1956],[1909,1939],[1933,1947],[1964,1941],[2015,1968],[2029,1718],[2021,1577],[1907,1573],[1907,1537],[1947,1524],[1966,1476],[1956,1429],[1905,1413],[1905,1349]]},{"area":"349","points":[[2474,1907],[2478,1806],[2482,1674],[2469,1585],[2592,1571],[2579,1520],[2604,1469],[2695,1455],[2693,1358],[2707,1255],[2794,1238],[2935,1236],[3004,1240],[3036,1291],[3034,1448],[3091,1455],[3128,1486],[3145,1535],[3145,1568],[3234,1568],[3234,1589],[3215,1596],[3225,1632],[3217,1672],[3173,1667],[3164,1695],[3177,1735],[3162,1760],[3122,1768],[3112,1792],[3143,1846],[3147,1884],[3133,1914],[3103,1916],[3099,1943],[3139,1968],[3133,1998],[3074,2002],[3051,2021],[2952,2023],[2952,2065],[2926,2095],[2876,2109],[2827,2105],[2794,2078],[2779,2029],[2676,2025],[2621,2017],[2587,1985],[2587,1935],[2585,1903],[2526,1905]]},{"area":"34f","points":[[3446,1958],[3432,1909],[3394,1867],[3373,1771],[3377,1733],[3364,1674],[3345,1655],[3375,1621],[3387,1573],[3434,1547],[3478,1547],[3493,1583],[3518,1594],[3549,1598],[3573,1621],[3560,1669],[3589,1707],[3598,1728],[3587,1764],[3598,1804],[3623,1815],[3648,1819],[3659,1855],[3697,1880],[3745,1909],[3745,1943],[3743,1966],[3743,2019],[3739,2059],[3693,2063],[3644,2072],[3619,2084],[3596,2107],[3541,2105],[3528,2061],[3507,2025],[3478,2004]]}],"hrefThumbnail":{"type":"internal","path":"adventure/MOT/thumbnail/155-map-4.16-Cour-of-Orestes.webp"},"page":"adventure.html","source":"MOT","hash":"mot-nss"},{"type":"image","href":{"type":"internal","path":"adventure/MOT/156-map-4.16-Cour-of-Orestes-player.jpg"},"title":"Player Version","width":3825,"height":2250,"imageType":"mapPlayer","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"mapParent":{"id":"000"}}]}]},"IDRotF":{"id":"IDRotF","source":"IDRotF","prop":"adventure","chapters":[{"name":"Bremen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/013-map-1.1-bremen.jpg"},"title":"Map 1.1: Bremen","width":2208,"height":3000,"imageType":"map","grid":{"type":"none","size":123,"distance":100},"id":"388","mapRegions":[{"area":"06f","points":[[745,175],[745,356],[1455,356],[1455,175]]},{"area":"07c","points":[[187,474],[187,672],[596,672],[596,474]]},{"area":"079","points":[[415,2234],[415,2448],[829,2448],[829,2234]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/013-map-1.1-bremen.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/014-map-1.1-bremen-player.jpg"},"title":"Player Version","width":2208,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":123,"distance":100},"mapParent":{"id":"388"}}]},{"name":"Bryn Shander","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/018-map-1.2-bryn-shander.jpg"},"title":"Map 1.2: Bryn Shander","width":3000,"height":2143,"imageType":"map","grid":{"type":"none","size":66,"distance":100},"id":"67c","mapRegions":[{"area":"090","points":[[1787,114],[1787,261],[2880,261],[2880,114]]},{"area":"09e","points":[[665,143],[665,229],[1027,229],[1027,143]]},{"area":"09a","points":[[373,415],[373,537],[608,537],[608,415]]},{"area":"09b","points":[[2067,322],[2067,459],[2406,459],[2406,322]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/018-map-1.2-bryn-shander.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/019-map-1.2-bryn-shander-player.jpg"},"title":"Player Version","width":3000,"height":2143,"imageType":"mapPlayer","grid":{"type":"none","size":66,"distance":100},"mapParent":{"id":"67c"}}]},{"name":"Caer-Dineval","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/024-map-1.3-caer-dineval.jpg"},"title":"Map 1.3: Caer-Dineval","width":2202,"height":3000,"imageType":"map","grid":{"type":"none","size":108,"distance":100},"id":"67d","mapRegions":[{"area":"0b0","points":[[514,200],[514,381],[1703,381],[1703,200]]},{"area":"0bc","points":[[1718,669],[1718,851],[2103,851],[2103,669]]},{"area":"0ba","points":[[1817,989],[1817,1095],[2131,1095],[2131,989]]},{"area":"0bb","points":[[248,2217],[248,2320],[705,2320],[705,2217]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/024-map-1.3-caer-dineval.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/025-map-1.3-caer-dineval-player.jpg"},"title":"Player Version","width":2201,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":108,"distance":100},"mapParent":{"id":"67d","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/027-map-1.4-caer-dineval-keep.jpg"},"title":"Map 1.4: Keep at Caer-Dineval","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-22,"offsetY":4,"scale":1.05},"id":"6fd","mapRegions":[{"area":"0cf","points":[[255,884],[259,842],[278,792],[315,755],[359,724],[400,707],[446,707],[480,714],[529,734],[568,769],[588,804],[604,846],[605,910],[591,963],[547,1014],[504,1046],[444,1058],[383,1054],[326,1029],[282,989],[258,931]]},{"area":"0cf","points":[[435,1510],[441,1463],[458,1423],[493,1382],[524,1364],[552,1348],[583,1343],[622,1338],[665,1345],[701,1361],[729,1388],[756,1417],[774,1450],[786,1501],[787,1537],[775,1581],[755,1614],[729,1649],[684,1675],[641,1692],[588,1693],[537,1674],[498,1649],[465,1609],[440,1561],[434,1533]]},{"area":"0cf","points":[[1341,1508],[1351,1462],[1370,1426],[1401,1387],[1435,1364],[1468,1352],[1508,1345],[1552,1348],[1590,1361],[1632,1388],[1666,1413],[1686,1454],[1697,1508],[1697,1556],[1679,1599],[1644,1643],[1603,1672],[1559,1692],[1505,1697],[1453,1681],[1410,1659],[1377,1625],[1359,1590],[1343,1543]]},{"area":"0cf","points":[[1519,865],[1534,810],[1555,770],[1583,737],[1621,714],[1675,699],[1724,702],[1766,712],[1812,735],[1841,768],[1865,808],[1875,846],[1876,903],[1859,947],[1834,986],[1803,1017],[1770,1036],[1726,1048],[1689,1054],[1652,1046],[1609,1027],[1566,991],[1542,956],[1523,907]]},{"area":"0cf","points":[[2261,1055],[2218,1049],[2179,1036],[2147,1006],[2123,987],[2102,945],[2092,907],[2061,893],[2061,877],[2089,861],[2098,830],[2110,804],[2124,781],[2148,754],[2169,737],[2194,721],[2225,714],[2248,705],[2266,674],[2275,674],[2293,706],[2320,714],[2348,723],[2381,739],[2401,759],[2426,790],[2443,831],[2448,879],[2444,914],[2437,948],[2418,981],[2397,1005],[2363,1031],[2326,1046],[2290,1057]]},{"area":"0cf","points":[[2613,1588],[2595,1622],[2565,1652],[2525,1674],[2497,1686],[2476,1688],[2458,1723],[2444,1690],[2417,1689],[2382,1681],[2343,1657],[2317,1634],[2292,1600],[2277,1559],[2240,1547],[2240,1533],[2270,1516],[2276,1480],[2288,1444],[2314,1399],[2343,1374],[2374,1355],[2415,1346],[2453,1339],[2493,1346],[2529,1357],[2556,1372],[2592,1399],[2614,1436],[2628,1484],[2627,1535],[2619,1564]]},{"area":"0cf","points":[[3357,868],[3369,825],[3382,786],[3400,764],[3423,738],[3454,720],[3483,705],[3515,698],[3526,670],[3535,670],[3548,699],[3574,701],[3604,708],[3637,725],[3666,750],[3683,772],[3697,797],[3712,836],[3743,848],[3746,861],[3712,879],[3712,915],[3698,951],[3681,986],[3658,1010],[3630,1032],[3597,1045],[3554,1053],[3508,1052],[3470,1040],[3431,1018],[3403,994],[3379,963],[3365,929],[3356,903]]},{"area":"0cf","points":[[3186,1548],[3181,1516],[3183,1480],[3200,1436],[3227,1395],[3262,1370],[3294,1352],[3333,1341],[3364,1339],[3400,1345],[3430,1359],[3471,1385],[3505,1414],[3526,1454],[3535,1489],[3537,1526],[3532,1566],[3519,1603],[3490,1635],[3465,1657],[3441,1675],[3408,1690],[3378,1695],[3365,1728],[3352,1728],[3343,1695],[3306,1684],[3268,1667],[3241,1646],[3212,1614],[3197,1581]]},{"area":"0d6","points":[[715,709],[715,874],[898,874],[898,709]]},{"area":"0d5","points":[[713,903],[713,1060],[899,1060],[899,903]]},{"area":"0d3","points":[[919,708],[919,1062],[1214,1062],[1214,708]]},{"area":"0db","points":[[1238,708],[1238,881],[1429,881],[1429,708]]},{"area":"0d9","points":[[1237,905],[1237,1063],[1429,1063],[1429,905]]},{"area":"0cd","points":[[1197,1110],[1197,1215],[1395,1215],[1395,1110]]},{"area":"0cb","points":[[675,885],[675,1099],[1185,1099],[1185,1221],[1405,1221],[1405,1099],[1464,1099],[1464,884],[1485,884],[1490,928],[1502,962],[1529,1004],[1554,1031],[1584,1054],[1613,1066],[1633,1077],[1609,1141],[1571,1124],[1556,1167],[1591,1180],[1541,1310],[1497,1311],[1464,1317],[1430,1326],[1389,1350],[1369,1367],[1345,1397],[1327,1431],[1309,1481],[1290,1424],[851,1424],[833,1495],[824,1495],[806,1430],[785,1395],[752,1359],[722,1329],[674,1312],[634,1303],[593,1306],[545,1180],[580,1167],[567,1130],[529,1143],[506,1081],[532,1068],[565,1042],[618,980],[637,940],[644,905],[644,885]]},{"area":"0c9","points":[[984,1430],[984,1611],[1156,1611],[1156,1430]]},{"area":"0de","points":[[2552,706],[2743,706],[2743,865],[2550,865],[2550,800],[2570,800],[2570,762],[2552,762]]},{"area":"0dd","points":[[2549,951],[2741,951],[2741,1060],[2707,1060],[2707,1085],[2681,1085],[2681,1060],[2611,1060],[2611,1085],[2586,1085],[2586,1062],[2549,1062],[2549,1011],[2573,1011],[2573,973],[2549,973]]},{"area":"0d3","points":[[2762,708],[3055,708],[3055,1059],[3038,1094],[3022,1059],[2796,1059],[2781,1094],[2762,1061]]},{"area":"0e3","points":[[3079,710],[3266,710],[3266,759],[3247,759],[3247,798],[3267,798],[3267,867],[3079,867]]},{"area":"0e0","points":[[3076,889],[3266,889],[3266,970],[3247,970],[3247,1011],[3267,1011],[3267,1062],[3229,1062],[3229,1085],[3198,1085],[3198,1063],[3143,1063],[3143,1084],[3120,1084],[3120,1064],[3076,1064]]},{"area":"0d1","points":[[2676,1534],[2706,1446],[2773,1446],[2773,1534]]},{"area":"0d2","points":[[2658,1553],[2792,1553],[2792,1446],[3117,1446],[3153,1552],[3153,1586],[3024,1586],[3012,1607],[2999,1589],[2990,1589],[2974,1608],[2962,1589],[2944,1589],[2930,1609],[2919,1591],[2903,1591],[2888,1609],[2878,1591],[2858,1591],[2844,1607],[2835,1589],[2658,1589]]},{"area":"0e7","points":[[1405,2059],[1405,2182],[1529,2182],[1529,2059]]},{"area":"0e5","points":[[1322,2268],[1322,2350],[1525,2350],[1525,2268]]},{"area":"0ed","points":[[1657,2017],[1657,2142],[1782,2142],[1782,2017]]},{"area":"0e9","points":[[1530,2227],[1530,2389],[2237,2389],[2237,2227]]},{"area":"0f6","points":[[2366,2018],[2366,2137],[2490,2137],[2490,2018]]},{"area":"0f5","points":[[2284,2227],[2284,2389],[2611,2389],[2611,2227]]},{"area":"0f1","points":[[1739,2478],[1739,2596],[1861,2596],[1861,2478]]},{"area":"0ef","points":[[1949,2478],[1949,2600],[2072,2600],[2072,2478]]},{"area":"0f4","points":[[2160,2478],[2160,2599],[2282,2599],[2282,2478]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/027-map-1.4-caer-dineval-keep.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/028-map-1.4-caer-dineval-keep-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"6fd"},"grid":{"type":"square","size":88,"offsetX":-22,"offsetY":4,"scale":1.05}}]},{"name":"Caer-Konig","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/032-map-1.5-caer-konig.jpg"},"title":"Map 1.5: Caer-Konig","width":2206,"height":3000,"imageType":"map","grid":{"type":"none","size":105,"distance":100},"id":"6ff","mapRegions":[{"area":"0fa","points":[[575,195],[575,385],[1607,385],[1607,195]]},{"area":"106","points":[[1587,692],[1587,1010],[1957,1010],[1957,692]]},{"area":"105","points":[[812,425],[812,555],[1552,555],[1552,425]]},{"area":"104","points":[[895,927],[895,1127],[1287,1127],[1287,927]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/032-map-1.5-caer-konig.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/033-map-1.5-caer-konig-player.jpg"},"title":"Player Version","width":2206,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":105,"distance":100},"mapParent":{"id":"6ff"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/035-map-1.6-duergar-outpost.jpg"},"title":"Map 1.6: Duergar Outpost","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":28,"distance":10},"id":"700","mapRegions":[{"area":"123","points":[[694,1073],[1006,1073],[1006,1233],[960,1279],[749,1279],[694,1229]]},{"area":"120","points":[[699,654],[994,654],[994,717],[1013,717],[1013,654],[1317,654],[1317,963],[1017,963],[1017,901],[997,901],[997,963],[699,963]]},{"area":"117","points":[[1207,1269],[1710,609],[1907,749],[2039,857],[1606,1433],[1424,1427]]},{"area":"12c","points":[[710,1493],[884,1493],[884,1687],[916,1687],[916,1493],[1093,1493],[1093,1696],[1109,1696],[1109,2101],[1097,2101],[1097,2304],[913,2304],[913,2107],[887,2107],[887,2304],[710,2304],[710,2124],[710,2106],[696,2106],[696,1691],[710,1691]]},{"area":"12a","points":[[1217,1706],[1317,1706],[1317,1694],[1723,1694],[1747,1718],[1774,1713],[1824,1754],[1824,1780],[1840,1796],[1840,2100],[1827,2100],[1827,2207],[1323,2207],[1323,2101],[1217,2101]]},{"area":"11a","points":[[2259,654],[2453,654],[2474,700],[2543,700],[2563,654],[2771,654],[2771,959],[2259,959]]},{"area":"11d","points":[[2979,650],[3294,650],[3294,860],[3191,860],[3191,894],[3293,944],[3293,1066],[2979,1066],[2979,934],[3080,891],[3080,861],[2979,861]]},{"area":"114","points":[[2996,1563],[3047,1501],[3227,1501],[3274,1567],[3274,1777],[3047,1777],[2996,1723]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/035-map-1.6-duergar-outpost.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/036-map-1.6-duergar-outpost-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"700"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":28,"distance":10}}]},{"name":"Dougan's Hole","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/039-map-1.7-dougan.jpg"},"title":"Map 1.7: Dougan's Hole","width":2202,"height":3000,"imageType":"map","grid":{"type":"none","size":124,"distance":100},"id":"701","mapRegions":[{"area":"130","points":[[426,201],[426,383],[1789,383],[1789,201]]},{"area":"13a","points":[[647,2413],[647,2604],[1153,2604],[1153,2413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/039-map-1.7-dougan.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/040-map-1.7-dougan-player.jpg"},"title":"Player Version","width":2202,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100},"mapParent":{"id":"701"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/043-map-1.8-frost-giant.jpg"},"title":"Map 1.8: Frost Giant Ice Lodge","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-37,"offsetY":-40,"distance":10},"id":"702","mapRegions":[{"area":"14f","points":[[723,1354],[751,1276],[784,1204],[837,1130],[904,1050],[987,974],[1093,901],[1190,849],[1276,810],[1351,779],[1446,744],[1529,724],[1607,710],[1679,699],[1734,693],[1786,691],[1786,1190],[1731,1204],[1689,1224],[1647,1247],[1603,1276],[1573,1303],[1540,1337],[1529,1354]]},{"area":"144","points":[[2086,1167],[2086,689],[2224,694],[2323,700],[2414,714],[2506,731],[2597,756],[2686,786],[2773,824],[2831,870],[2881,919],[2931,980],[2991,1091],[2769,1201],[2457,1357],[2399,1297],[2522,1174],[2490,1142],[2366,1266],[2297,1227],[2231,1201],[2284,1043],[2244,1027],[2190,1190],[2130,1176]]},{"area":"14b","points":[[1553,1624],[1540,1554],[1540,1474],[1556,1414],[1590,1370],[1627,1330],[1671,1301],[1719,1274],[1773,1250],[1831,1231],[1926,1217],[2017,1213],[2077,1221],[2151,1236],[2229,1261],[2290,1287],[2346,1324],[2391,1370],[2426,1417],[2444,1471],[2447,1526],[2441,1577],[2426,1629],[2383,1689],[2337,1720],[2273,1756],[2199,1789],[2143,1806],[2076,1817],[2014,1820],[1956,1819],[1906,1814],[1850,1803],[1787,1789],[1720,1761],[1676,1741],[1636,1706],[1584,1669]]},{"area":"149","points":[[2483,1414],[2483,1621],[2983,1621],[2983,1414]]},{"area":"143","points":[[3300,1386],[3300,1646],[3584,1646],[3584,1386]]},{"area":"151","points":[[719,1680],[1527,1680],[1543,1703],[1570,1734],[1596,1754],[1634,1783],[1704,1814],[1491,2290],[1414,2266],[1327,2239],[1251,2207],[1196,2180],[1119,2141],[1061,2110],[1010,2071],[959,2033],[913,1993],[873,1950],[836,1904],[790,1846],[749,1769],[726,1707]]},{"area":"153","points":[[1744,1833],[1833,1859],[1919,1871],[2041,1874],[2041,2334],[1879,2334],[1787,2329],[1687,2321],[1599,2310],[1537,2297]]},{"area":"147","points":[[2089,1867],[2139,1861],[2196,1849],[2259,1824],[2326,1793],[2381,1754],[2429,1710],[2459,1679],[3070,1679],[3006,1937],[2764,1824],[2749,1859],[2973,1973],[2923,2061],[2880,2127],[2826,2174],[2763,2214],[2700,2246],[2623,2269],[2560,2287],[2501,2299],[2439,2311],[2361,2321],[2287,2324],[2193,2336],[2089,2336]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/043-map-1.8-frost-giant.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/044-map-1.8-frost-giant-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"702"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":-40,"distance":10}}]},{"name":"Easthaven","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/046-map-1.9-easthaven.jpg"},"title":"Map 1.9: Easthaven","width":3000,"height":2139,"imageType":"map","grid":{"type":"none","size":66,"distance":100},"id":"703","mapRegions":[{"area":"158","points":[[127,121],[127,263],[934,263],[934,121]]},{"area":"166","points":[[2496,106],[2496,209],[2866,209],[2866,106]]},{"area":"162","points":[[366,707],[366,780],[751,780],[751,707]]},{"area":"169","points":[[259,910],[259,1010],[749,1010],[749,910]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/046-map-1.9-easthaven.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/047-map-1.9-easthaven-player.jpg"},"title":"Player Version","width":3000,"height":2139,"imageType":"mapPlayer","grid":{"type":"none","size":66,"distance":100},"mapParent":{"id":"703"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/051-map-1.10-cauldron.jpg"},"title":"Map 1.10: Cauldron Caves","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30,"distance":10},"id":"704","mapRegions":[{"area":"17a","points":[[866,513],[918,507],[981,496],[1002,500],[1018,509],[1047,520],[1068,507],[1088,491],[1101,466],[1109,424],[1101,396],[1082,392],[1060,365],[1038,345],[1042,332],[1059,316],[1059,298],[1038,285],[1027,264],[971,242],[953,251],[922,242],[904,247],[878,238],[862,244],[841,246],[819,259],[804,249],[775,253],[751,272],[726,293],[706,312],[695,333],[693,359],[676,385],[681,398],[696,421],[718,436],[733,449],[745,454],[764,464],[781,453],[806,448],[819,462],[827,480],[839,487],[851,501]]},{"area":"178","points":[[265,649],[249,636],[245,615],[228,595],[232,564],[162,538],[134,531],[120,556],[115,584],[133,602],[146,620],[172,627],[167,656],[180,680],[187,699],[169,732],[149,754],[155,778],[167,795],[155,832],[138,867],[152,881],[155,921],[174,935],[186,966],[208,991],[234,1019],[256,1027],[258,1049],[267,1092],[279,1104],[264,1113],[259,1154],[246,1164],[245,1191],[212,1207],[176,1221],[160,1235],[155,1268],[151,1319],[141,1348],[153,1375],[159,1399],[162,1433],[169,1462],[193,1469],[199,1511],[226,1522],[238,1551],[233,1566],[211,1585],[189,1618],[182,1652],[167,1671],[138,1695],[126,1719],[129,1731],[124,1746],[135,1765],[158,1775],[172,1772],[218,1754],[212,1731],[219,1704],[246,1684],[256,1656],[281,1655],[305,1648],[341,1624],[364,1592],[402,1586],[424,1593],[460,1495],[428,1484],[384,1495],[365,1474],[348,1449],[338,1439],[302,1436],[281,1395],[278,1335],[287,1320],[280,1292],[280,1269],[302,1260],[324,1245],[366,1238],[367,1204],[391,1173],[434,1173],[485,1101],[455,1025],[414,965],[381,965],[368,961],[349,964],[313,949],[306,922],[274,869],[281,846],[279,833],[292,812],[278,786],[281,768],[294,758],[336,766],[372,759],[401,732],[373,689],[347,661],[315,653],[285,660]]},{"area":"17c","points":[[911,967],[904,934],[911,872],[932,859],[956,858],[966,867],[991,867],[1011,862],[1015,858],[1029,844],[1029,828],[1045,820],[1072,819],[1092,809],[1104,794],[1151,776],[1153,766],[1132,746],[1128,733],[1142,714],[1160,688],[1188,661],[1211,649],[1233,658],[1252,661],[1259,669],[1284,669],[1302,686],[1295,696],[1287,701],[1284,724],[1294,735],[1331,742],[1331,725],[1342,718],[1366,704],[1389,679],[1413,689],[1421,719],[1424,734],[1447,741],[1474,748],[1485,774],[1481,802],[1478,828],[1481,841],[1462,865],[1435,888],[1442,920],[1435,939],[1415,956],[1396,951],[1373,946],[1362,939],[1342,941],[1314,958],[1307,974],[1325,988],[1332,1004],[1325,1031],[1300,1040],[1274,1053],[1256,1053],[1242,1060],[1224,1058],[1214,1065],[1209,1087],[1216,1096],[1220,1120],[1232,1141],[1213,1158],[1182,1164],[1154,1160],[1133,1168],[1118,1169],[1101,1172],[1081,1155],[1056,1125],[1047,1115],[1056,1092],[1035,1076],[1008,1069],[999,1073],[988,1094],[971,1101],[948,1108],[936,1105],[892,1019],[898,1006],[913,1000],[916,988]]},{"area":"17d","points":[[1420,1278],[1456,1282],[1474,1295],[1515,1305],[1551,1305],[1567,1305],[1584,1311],[1632,1305],[1659,1272],[1699,1276],[1744,1279],[1760,1286],[1785,1360],[1786,1382],[1756,1386],[1726,1381],[1691,1385],[1654,1381],[1621,1384],[1601,1379],[1559,1385],[1520,1378],[1488,1389],[1455,1379],[1429,1389],[1412,1379],[1404,1341],[1409,1307]]},{"area":"17e","points":[[1932,1399],[1942,1365],[1981,1334],[2002,1339],[2035,1340],[2041,1335],[2045,1308],[2073,1300],[2073,1282],[2065,1253],[2067,1231],[2056,1199],[2058,1174],[2051,1156],[2051,1138],[2073,1116],[2089,1109],[2116,1100],[2153,1098],[2172,1118],[2194,1139],[2211,1144],[2221,1162],[2242,1176],[2286,1191],[2301,1207],[2305,1231],[2320,1271],[2296,1286],[2286,1306],[2258,1322],[2253,1340],[2286,1355],[2293,1379],[2340,1381],[2373,1380],[2401,1380],[2425,1387],[2435,1404],[2438,1435],[2441,1459],[2469,1488],[2458,1505],[2446,1506],[2436,1525],[2407,1546],[2380,1558],[2360,1556],[2335,1572],[2326,1585],[2336,1613],[2340,1644],[2328,1678],[2313,1706],[2282,1712],[2253,1712],[2227,1720],[2206,1718],[2184,1701],[2161,1701],[2120,1698],[2076,1700],[2061,1686],[2042,1660],[2046,1635],[2055,1604],[2038,1584],[2034,1555],[2029,1519],[2009,1496],[1982,1495],[1948,1484],[1929,1466],[1921,1436],[1927,1421]]},{"area":"180","points":[[1209,2325],[1239,2320],[1266,2315],[1291,2296],[1316,2278],[1313,2248],[1301,2220],[1302,2199],[1425,2171],[1478,2182],[1560,2240],[1591,2305],[1573,2326],[1562,2348],[1565,2372],[1578,2391],[1581,2396],[1601,2401],[1613,2429],[1612,2448],[1600,2458],[1592,2488],[1565,2504],[1540,2504],[1371,2459],[1211,2393],[1199,2353]]},{"area":"179","points":[[822,1678],[819,1656],[826,1642],[813,1631],[813,1592],[839,1581],[864,1555],[892,1545],[918,1555],[947,1539],[962,1515],[993,1509],[1008,1514],[1038,1512],[1061,1509],[1084,1526],[1089,1548],[1131,1552],[1158,1556],[1179,1568],[1202,1586],[1209,1612],[1202,1626],[1213,1645],[1211,1666],[1199,1678],[1209,1691],[1220,1686],[1234,1694],[1242,1678],[1262,1669],[1271,1640],[1268,1602],[1289,1594],[1300,1588],[1329,1588],[1359,1601],[1366,1622],[1382,1635],[1391,1668],[1402,1681],[1394,1713],[1407,1741],[1418,1766],[1413,1780],[1394,1794],[1384,1819],[1379,1849],[1388,1861],[1384,1907],[1365,1909],[1333,1922],[1318,1931],[1316,1958],[1278,1960],[1254,1959],[1238,1969],[1200,1944],[1200,1929],[1171,1920],[1164,1899],[1165,1873],[1161,1859],[1171,1841],[1182,1828],[1179,1808],[1156,1806],[1132,1811],[1115,1831],[1118,1842],[1121,1873],[1124,1892],[1119,1906],[1096,1916],[1072,1920],[1052,1927],[1034,1916],[1019,1907],[993,1914],[985,1922],[962,1924],[951,1915],[933,1919],[920,1932],[902,1936],[879,1928],[861,1912],[836,1891],[827,1848],[825,1814],[832,1795],[814,1766],[794,1726],[812,1693]]},{"area":"181","points":[[2587,971],[2607,878],[2667,809],[2719,789],[2748,795],[2766,788],[2785,792],[2805,786],[2816,785],[2852,764],[2876,762],[2911,769],[2932,756],[2958,762],[2991,759],[3009,745],[3012,707],[3033,708],[3054,706],[3078,693],[3087,679],[3136,674],[3184,691],[3208,756],[3260,815],[3248,867],[3233,889],[3225,905],[3244,926],[3269,945],[3293,944],[3306,959],[3311,1002],[3314,1055],[3318,1125],[3312,1195],[3298,1238],[3282,1239],[3266,1268],[3279,1295],[3279,1335],[3262,1355],[3244,1369],[3222,1368],[3198,1378],[3171,1361],[3142,1356],[3112,1354],[3079,1349],[3068,1313],[3056,1279],[3061,1261],[3039,1225],[3007,1212],[2978,1213],[2946,1212],[2926,1229],[2914,1235],[2913,1278],[2899,1291],[2878,1298],[2859,1296],[2847,1282],[2815,1279],[2794,1286],[2774,1291],[2738,1272],[2726,1235],[2707,1220],[2682,1201],[2669,1173],[2667,1153],[2644,1140],[2644,1104],[2648,1081],[2648,1040],[2647,1020],[2618,996],[2602,986]]},{"area":"182","points":[[2435,2228],[2427,2201],[2411,2166],[2404,2118],[2428,2112],[2435,2085],[2445,2054],[2458,2039],[2452,2025],[2456,1995],[2454,1976],[2433,1972],[2401,1965],[2382,1951],[2376,1916],[2367,1879],[2387,1847],[2393,1821],[2396,1801],[2400,1775],[2425,1759],[2442,1738],[2469,1700],[2500,1699],[2539,1692],[2553,1708],[2576,1708],[2599,1721],[2612,1738],[2612,1748],[2638,1765],[2653,1791],[2651,1838],[2669,1861],[2711,1851],[2733,1844],[2738,1825],[2758,1811],[2756,1761],[2761,1739],[2739,1707],[2709,1691],[2714,1662],[2722,1629],[2771,1601],[2826,1581],[2879,1588],[2901,1600],[2921,1611],[2948,1611],[2969,1618],[2993,1636],[2986,1671],[3004,1693],[3022,1712],[3052,1728],[3068,1751],[3068,1788],[3034,1844],[2988,1872],[2961,1875],[2951,1867],[2966,1838],[2948,1820],[2922,1805],[2896,1806],[2880,1819],[2884,1861],[2875,1873],[2885,1900],[2885,1935],[2878,1961],[2853,1969],[2839,1989],[2775,2004],[2766,2020],[2778,2038],[2781,2061],[2762,2068],[2753,2088],[2766,2125],[2776,2140],[2773,2155],[2780,2174],[2771,2205],[2751,2229],[2736,2235],[2706,2254],[2680,2255],[2658,2251],[2655,2235],[2636,2221],[2621,2208],[2593,2200],[2566,2202],[2546,2205],[2525,2196],[2511,2195],[2499,2211],[2482,2222],[2452,2227]]},{"area":"183","points":[[3220,1760],[3205,1729],[3195,1689],[3199,1659],[3225,1651],[3234,1619],[3262,1599],[3294,1595],[3315,1593],[3334,1569],[3365,1571],[3404,1562],[3406,1547],[3431,1528],[3444,1515],[3440,1478],[3445,1460],[3431,1441],[3468,1415],[3584,1398],[3685,1416],[3718,1489],[3713,1515],[3722,1547],[3727,1579],[3742,1587],[3754,1607],[3775,1627],[3793,1656],[3815,1658],[3813,1667],[3805,1685],[3813,1702],[3809,1729],[3819,1749],[3796,1772],[3773,1788],[3781,1806],[3809,1825],[3838,1836],[3847,1860],[3841,1892],[3845,1928],[3827,1940],[3807,1953],[3779,1964],[3748,1981],[3736,2000],[3736,2031],[3725,2072],[3705,2094],[3692,2100],[3676,2094],[3647,2101],[3621,2089],[3599,2072],[3559,2072],[3535,2071],[3506,2081],[3479,2087],[3439,2080],[3402,2068],[3384,2046],[3384,2013],[3368,1999],[3367,1954],[3348,1929],[3313,1932],[3282,1928],[3252,1861],[3225,1805]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/051-map-1.10-cauldron.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/052-map-1.10-cauldron-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"704"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/055-map-1.11-easthaven-town-hall.jpg"},"title":"Map 1.11: Easthaven Town Hall","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":86,"offsetX":-5,"offsetY":-31,"scale":1.03},"id":"705","mapRegions":[{"area":"190","points":[[496,556],[496,1393],[907,1393],[907,556]]},{"area":"192","points":[[928,981],[928,1396],[1312,1396],[1312,981]]},{"area":"193","points":[[927,555],[927,800],[1316,800],[1316,555]]},{"area":"196","points":[[928,813],[928,971],[1155,971],[1155,813]]},{"area":"195","points":[[1168,815],[1168,972],[1313,972],[1313,815]]},{"area":"197","points":[[1413,554],[1413,815],[1916,815],[1916,1391],[1328,1391],[1328,554]]},{"area":"19c","points":[[1432,555],[1432,796],[1659,796],[1659,555]]},{"area":"19d","points":[[1671,554],[1671,798],[1915,798],[1915,554]]},{"area":"1a1","points":[[2514,552],[2514,716],[2904,716],[2904,552]]},{"area":"19f","points":[[2519,813],[2519,1049],[2901,1049],[2901,813]]},{"area":"19e","points":[[2519,1062],[2519,1388],[2901,1388],[2901,1062]]},{"area":"1a3","points":[[2920,552],[2920,796],[3336,796],[3336,552]]},{"area":"1a4","points":[[3354,553],[3354,799],[3504,799],[3504,553]]},{"area":"1a7","points":[[495,1808],[495,2312],[1568,2312],[1568,1808]]},{"area":"1a5","points":[[1585,1808],[1585,2313],[1916,2313],[1916,1808]]},{"area":"1ab","points":[[2254,1645],[2254,1891],[2664,1891],[2664,1645]]},{"area":"1aa","points":[[2266,1992],[2656,1992],[2656,2156],[2821,2156],[2821,2552],[2513,2552],[2513,2393],[2401,2393],[2401,2462],[2266,2462]]},{"area":"1a8","points":[[2916,1971],[2916,2311],[3000,2311],[3000,1971]]},{"area":"1a9","points":[[3089,2045],[3089,2287],[3416,2287],[3416,2045]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/055-map-1.11-easthaven-town-hall.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/056-map-1.11-easthaven-town-hall-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"705"},"grid":{"type":"square","size":86,"offsetX":-5,"offsetY":-31,"scale":1.03}}]},{"name":"Good Mead","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/059-map-1.12-good-mead.jpg"},"title":"Map 1.12: Good Mead","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":136,"distance":100},"id":"706","mapRegions":[{"area":"1ac","points":[[574,179],[574,386],[1608,386],[1608,179]]},{"area":"1b5","points":[[699,1562],[699,1758],[966,1758],[966,1562]]},{"area":"1b7","points":[[1624,1626],[1624,1843],[2138,1843],[2138,1626]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/059-map-1.12-good-mead.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/060-map-1.12-good-mead-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":136,"distance":100},"mapParent":{"id":"706"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/062-map-1.13-verbeeg-lair.jpg"},"title":"Map 1.13: Verbeeg Lair","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-4,"offsetY":29},"id":"707","mapRegions":[{"area":"1cf","points":[[203,874],[223,852],[249,822],[274,812],[289,808],[307,794],[326,785],[347,768],[343,750],[357,723],[365,708],[386,694],[394,665],[422,652],[450,649],[455,634],[453,606],[448,596],[459,569],[481,551],[502,547],[535,541],[561,551],[575,547],[590,551],[619,538],[634,508],[661,505],[692,505],[710,498],[730,511],[742,538],[765,550],[791,551],[836,555],[868,561],[894,574],[907,592],[908,612],[928,621],[941,641],[943,661],[928,688],[942,701],[950,717],[938,741],[926,754],[934,772],[952,772],[959,775],[938,834],[924,849],[905,858],[899,880],[912,907],[902,935],[886,951],[863,957],[852,951],[835,960],[792,969],[695,997],[615,975],[586,966],[568,977],[542,970],[523,970],[508,956],[492,928],[463,917],[445,930],[417,937],[414,952],[419,975],[408,983],[394,1015],[372,1023],[335,1021],[302,1027],[275,1026],[253,1006],[217,974],[217,955],[205,930],[209,905],[201,889]]},{"area":"1d5","points":[[1146,552],[1146,858],[1450,858],[1450,552]]},{"area":"1d4","points":[[986,1285],[986,1239],[1006,1168],[939,1143],[957,1101],[1022,1124],[1049,1081],[1083,1050],[1039,988],[1072,961],[1119,1021],[1194,981],[1243,969],[1346,975],[1382,985],[1435,1001],[1465,981],[1475,1003],[1489,1008],[1481,1039],[1514,1065],[1541,1110],[1577,1107],[1599,1146],[1574,1169],[1590,1230],[1561,1385],[1511,1486],[1479,1515],[1436,1545],[1351,1575],[1283,1581],[1227,1575],[1160,1555],[1092,1506],[1014,1390],[994,1330]]},{"area":"1d2","points":[[1148,1604],[1148,1886],[1437,1886],[1437,1604]]},{"area":"1cd","points":[[635,1311],[652,1308],[674,1311],[675,1332],[684,1357],[695,1365],[708,1365],[723,1375],[717,1394],[711,1422],[729,1428],[745,1431],[745,1452],[750,1467],[755,1485],[747,1494],[754,1511],[745,1535],[724,1545],[710,1547],[701,1573],[695,1579],[708,1586],[697,1595],[676,1606],[668,1617],[674,1637],[652,1640],[636,1666],[623,1695],[640,1708],[654,1724],[645,1745],[626,1763],[635,1791],[658,1806],[671,1815],[674,1835],[667,1850],[697,1867],[688,1879],[668,1888],[659,1902],[646,1912],[641,1937],[654,1948],[639,1968],[635,1992],[641,2013],[659,2027],[658,2050],[650,2062],[665,2075],[654,2103],[661,2119],[663,2145],[681,2156],[710,2177],[725,2191],[734,2156],[719,2132],[712,2126],[702,2119],[701,2090],[706,2070],[705,2055],[701,2026],[685,2008],[681,1981],[694,1957],[689,1943],[695,1925],[719,1915],[734,1902],[739,1872],[730,1863],[723,1837],[712,1826],[707,1801],[688,1787],[670,1774],[677,1750],[692,1739],[693,1719],[692,1707],[677,1692],[685,1663],[708,1654],[711,1634],[743,1617],[761,1590],[754,1575],[775,1561],[790,1559],[792,1537],[803,1524],[799,1507],[801,1492],[799,1484],[805,1477],[803,1448],[786,1435],[774,1405],[759,1394],[764,1373],[772,1357],[760,1347],[737,1332],[725,1323],[720,1307],[712,1292],[705,1279],[690,1275],[654,1275],[630,1276],[634,1294]]},{"area":"1bf","points":[[538,2735],[514,2622],[535,2590],[541,2556],[568,2516],[596,2488],[636,2477],[667,2486],[692,2466],[716,2412],[721,2360],[716,2321],[697,2286],[735,2209],[825,2132],[848,2123],[885,2107],[910,2114],[919,2132],[948,2143],[987,2148],[1006,2134],[1040,2135],[1058,2141],[1076,2132],[1089,2148],[1137,2155],[1178,2143],[1206,2126],[1221,2112],[1236,2107],[1352,2107],[1378,2128],[1397,2152],[1405,2190],[1441,2225],[1466,2244],[1494,2254],[1511,2295],[1559,2303],[1657,2350],[1723,2397],[1742,2455],[1778,2521],[1791,2551],[1888,2735]]},{"area":"1c9","points":[[1547,859],[1548,796],[1561,775],[1577,750],[1631,719],[1649,734],[1676,717],[1710,720],[1730,712],[1751,732],[1785,747],[1810,741],[1814,710],[1835,666],[1857,644],[1865,621],[1898,609],[1917,583],[1964,563],[1996,676],[1964,768],[1945,785],[1954,814],[1969,835],[1955,858],[1964,879],[1969,907],[1968,926],[1951,943],[1921,972],[1926,996],[1966,1001],[1977,1032],[1968,1061],[1950,1077],[1923,1103],[1889,1114],[1884,1134],[1854,1138],[1827,1152],[1799,1151],[1777,1121],[1746,1116],[1724,1120],[1686,1114],[1675,1097],[1637,1083],[1631,1032],[1612,1013],[1574,977],[1555,930],[1552,895]]},{"area":"1c3","points":[[2293,1912],[2145,1840],[2095,1822],[2079,1815],[2074,1772],[2043,1759],[2022,1759],[1996,1769],[1959,1763],[1890,1570],[1899,1505],[1935,1479],[1954,1461],[1979,1453],[1978,1430],[1977,1414],[1975,1395],[1979,1365],[1970,1338],[1978,1315],[1999,1297],[2008,1263],[2023,1244],[2045,1237],[2068,1217],[2101,1215],[2125,1203],[2143,1204],[2183,1195],[2246,1154],[2311,1172],[2359,1203],[2372,1222],[2383,1217],[2408,1226],[2436,1223],[2459,1236],[2480,1262],[2488,1289],[2490,1321],[2495,1346],[2516,1366],[2574,1381],[2606,1375],[2681,1361],[2775,1368],[2794,1397],[2817,1412],[2823,1448],[2806,1461],[2794,1488],[2803,1503],[2837,1511],[2867,1532],[2879,1577],[2901,1585],[2907,1604],[2920,1608],[2921,1652],[2923,1674],[2948,1692],[2972,1694],[2979,1706],[2977,1745],[2982,1795],[2963,1804],[2963,1826],[2954,1839],[2959,1855],[2939,1895],[2912,1901],[2889,1905],[2871,1915],[2849,1912],[2826,1920],[2791,1929],[2761,1933],[2743,1923],[2720,1915],[2702,1915],[2685,1928],[2692,1965],[2675,1996],[2653,2004],[2618,2008],[2587,2013],[2569,2006],[2541,2008],[2503,2004],[2481,1977],[2472,1945],[2454,1937],[2437,1920],[2403,1916],[2375,1917],[2346,1907],[2325,1907]]},{"area":"1c7","points":[[2805,942],[2792,919],[2792,894],[2797,867],[2781,859],[2761,862],[2751,868],[2721,862],[2694,863],[2679,861],[2662,843],[2645,843],[2625,828],[2608,825],[2612,769],[2592,757],[2579,738],[2552,742],[2524,735],[2479,701],[2474,681],[2479,654],[2476,614],[2490,588],[2508,575],[2535,572],[2560,565],[2570,554],[2559,535],[2565,503],[2575,476],[2582,458],[2604,448],[2630,441],[2649,425],[2658,427],[2679,412],[2712,409],[2728,425],[2735,454],[2757,446],[2787,446],[2818,440],[2849,446],[2863,457],[2894,457],[2923,454],[2955,449],[2966,466],[2994,481],[3026,502],[3048,510],[3068,524],[3080,539],[3099,578],[3106,600],[3111,622],[3112,636],[3145,649],[3170,666],[3209,693],[3215,716],[3210,766],[3204,795],[3192,826],[3174,853],[3175,880],[3170,912],[3147,946],[3123,972],[3102,975],[3067,978],[3059,997],[3036,997],[3012,1014],[3003,1035],[3004,1057],[2889,1053],[2808,1012],[2790,975],[2791,960]]},{"area":"1c1","points":[[3212,1939],[3201,1898],[3222,1857],[3235,1827],[3227,1805],[3221,1752],[3182,1745],[3169,1715],[3157,1695],[3146,1658],[3124,1628],[3159,1520],[3199,1463],[3320,1419],[3383,1440],[3399,1445],[3414,1467],[3434,1467],[3449,1471],[3462,1479],[3477,1479],[3499,1484],[3530,1484],[3570,1463],[3692,1474],[3800,1574],[3791,1795],[3770,2000],[3570,2014],[3365,2003],[3274,2019],[3214,1985]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/062-map-1.13-verbeeg-lair.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/063-map-1.13-verbeeg-lair-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"707"},"grid":{"type":"square","size":104,"offsetX":-4,"offsetY":29}}]},{"name":"Lonelywood","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/066-map-1.14-lonelywood.jpg"},"title":"Map 1.14: Lonelywood","width":2199,"height":3000,"imageType":"map","grid":{"type":"none","size":124,"distance":100},"id":"708","mapRegions":[{"area":"1e0","points":[[523,151],[523,396],[1684,396],[1684,151]]},{"area":"1ea","points":[[173,1124],[173,1321],[663,1321],[663,1124]]},{"area":"1ec","points":[[286,2110],[286,2217],[710,2217],[710,2110]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/066-map-1.14-lonelywood.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/067-map-1.14-lonelywood-player.jpg"},"title":"Player Version","width":2199,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100},"mapParent":{"id":"708"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/069-map-1.15-elven-tomb.jpg"},"title":"Map 1.15: Elven Tomb","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":11,"offsetY":29},"id":"709","mapRegions":[{"area":"20b","points":[[161,547],[175,467],[199,412],[239,357],[280,316],[317,284],[378,258],[441,245],[493,241],[556,254],[622,280],[674,316],[712,351],[747,394],[772,443],[790,516],[790,586],[773,650],[751,702],[724,750],[686,787],[640,821],[587,845],[532,861],[440,865],[399,855],[350,839],[295,808],[255,770],[218,730],[187,677],[170,617],[165,581]]},{"area":"207","points":[[534,1899],[538,1868],[550,1826],[563,1788],[579,1752],[603,1720],[627,1689],[667,1844],[654,1863],[646,1885],[644,1899]]},{"area":"209","points":[[991,2315],[999,2276],[1009,2246],[1023,2209],[1044,2177],[1076,2146],[1106,2125],[1151,2106],[1201,2098],[1259,2108],[1310,2128],[1345,2147],[1374,2181],[1397,2218],[1414,2257],[1422,2299],[1422,2352],[1408,2404],[1387,2440],[1359,2475],[1319,2505],[1280,2524],[1240,2532],[1192,2529],[1137,2520],[1088,2494],[1045,2463],[1021,2426],[996,2374],[995,2338]]},{"area":"205","points":[[1885,886],[1836,908],[1781,942],[1741,969],[1698,1003],[1658,1044],[1621,1097],[1579,1157],[1552,1226],[1520,1378],[1517,1436],[1524,1499],[1535,1564],[1550,1626],[1573,1674],[1606,1738],[1648,1797],[1685,1840],[1735,1885],[1795,1924],[1861,1956],[1915,1978],[2003,2003],[2099,2009],[2099,2105],[2083,2105],[2074,2125],[2046,2137],[2021,2139],[1996,2141],[1960,2133],[1444,1921],[933,1702],[881,1631],[902,1483],[925,1428],[1183,1186],[1254,1126],[1328,1080],[1408,1031],[1490,988],[1585,946],[1659,920],[1737,895],[1800,876],[1857,868],[1879,868]]},{"area":"1fb","points":[[2172,1982],[2172,2139],[2284,2139],[2284,1982]]},{"area":"1f9","points":[[2286,2160],[2354,2107],[2481,2094],[2648,2088],[2681,2059],[2795,2027],[2919,1961],[2942,1914],[3005,1884],[3083,1848],[3143,1711],[3222,1693],[3302,1618],[3333,1573],[3363,1488],[3423,1470],[3530,1374],[3557,1275],[3628,1271],[3658,1334],[3599,1426],[3520,1472],[3446,1587],[3357,1636],[3275,1745],[3209,1825],[3112,1901],[3062,1929],[3014,2012],[2917,2021],[2818,2079],[2737,2175],[2645,2152],[2467,2157],[2430,2195],[2351,2241],[2292,2199]]},{"area":"1fd","points":[[2871,751],[2865,711],[2870,661],[2893,622],[2924,596],[2972,579],[3022,590],[3067,625],[3088,657],[3092,714],[3077,757],[3057,786],[3026,809],[2982,817],[2942,814],[2906,795],[2883,769]]},{"area":"1ff","points":[[2799,1306],[2855,1228],[2894,1169],[2981,1170],[3019,1205],[3053,1263],[3075,1347],[3048,1406],[2995,1468],[2926,1492],[2837,1437],[2790,1350]]},{"area":"201","points":[[2182,1950],[2150,1954],[2108,1952],[2054,1955],[1979,1950],[1908,1925],[1844,1890],[1803,1866],[1739,1819],[1676,1760],[1652,1716],[1631,1677],[1608,1632],[1581,1563],[1573,1505],[1572,1444],[1566,1386],[1547,1373],[1557,1312],[1574,1246],[1592,1245],[1615,1215],[1640,1166],[1672,1111],[1703,1068],[1748,1028],[1792,996],[1831,968],[1865,946],[1911,928],[1977,901],[2059,867],[2110,885],[2181,888],[2252,906],[2308,926],[2356,954],[2414,988],[2453,1021],[2490,1054],[2530,1099],[2563,1138],[2586,1182],[2610,1252],[2630,1301],[2640,1365],[2643,1417],[2649,1463],[2637,1497],[2618,1587],[2599,1649],[2570,1702],[2535,1743],[2499,1800],[2471,1825],[2432,1863],[2388,1886],[2356,1919],[2307,1937],[2277,1948],[2226,1956]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/069-map-1.15-elven-tomb.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/070-map-1.15-elven-tomb-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"709"},"grid":{"type":"square","size":104,"offsetX":11,"offsetY":29}}]},{"name":"Targos","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/075-map-1.16-targos.jpg"},"title":"Map 1.16: Targos","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":78,"distance":100},"id":"70a","mapRegions":[{"area":"211","points":[[752,178],[752,359],[1444,359],[1444,178]]},{"area":"21c","points":[[1328,935],[1328,1120],[1734,1120],[1734,935]]},{"area":"21b","points":[[1446,1285],[1446,1556],[1703,1556],[1703,1285]]},{"area":"21d","points":[[89,1026],[89,1129],[326,1129],[326,1026]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/075-map-1.16-targos.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/076-map-1.16-targos-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":78,"distance":100},"mapParent":{"id":"70a"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/077-map-1.17-kelvins-cairn.jpg"},"title":"Map 1.17: Kelvin's Cairn","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":16,"offsetY":-25},"id":"70b","mapRegions":[{"area":"235","points":[[655,1711],[628,1685],[626,1652],[609,1628],[573,1614],[528,1617],[519,1588],[501,1563],[466,1554],[423,1547],[399,1517],[421,1488],[431,1461],[440,1452],[431,1425],[413,1356],[435,1329],[454,1329],[486,1325],[511,1308],[526,1290],[512,1277],[517,1261],[538,1241],[566,1246],[599,1249],[628,1246],[654,1232],[659,1215],[710,1209],[768,1205],[823,1187],[952,1175],[1083,1150],[1105,1132],[1146,1123],[1177,1110],[1219,1121],[1274,1143],[1289,1163],[1307,1156],[1333,1152],[1347,1163],[1365,1161],[1378,1178],[1425,1191],[1417,1212],[1412,1222],[1385,1227],[1372,1218],[1348,1221],[1334,1213],[1298,1222],[1276,1246],[1274,1283],[1249,1290],[1231,1289],[1214,1294],[1188,1290],[1160,1295],[1145,1320],[1125,1335],[1119,1364],[1129,1417],[1102,1422],[1028,1437],[923,1480],[885,1497],[866,1510],[853,1534],[841,1556],[836,1585],[844,1613],[836,1631],[818,1640],[799,1645],[786,1667],[752,1666],[738,1712],[708,1716],[681,1710]]},{"area":"236","points":[[892,1066],[935,995],[1004,933],[1054,880],[1086,852],[1134,839],[1178,888],[1163,950],[1116,990],[1057,1018],[994,1076],[935,1110],[890,1105]]},{"area":"237","points":[[517,1147],[512,1133],[498,1114],[511,1088],[497,1081],[489,1066],[462,1059],[455,1044],[467,1021],[453,1013],[432,995],[406,997],[377,1009],[366,994],[352,972],[329,964],[311,963],[320,941],[285,934],[265,928],[239,928],[213,925],[166,932],[178,905],[204,883],[217,867],[231,832],[244,835],[258,817],[284,821],[317,815],[339,831],[351,812],[385,804],[400,779],[375,760],[359,735],[360,708],[341,686],[342,645],[333,601],[341,579],[354,557],[351,537],[325,524],[303,517],[297,484],[315,468],[350,467],[387,454],[408,450],[425,445],[454,439],[474,445],[506,446],[517,476],[547,470],[560,476],[578,452],[606,453],[637,446],[672,439],[701,439],[728,457],[754,462],[759,492],[761,503],[785,497],[814,497],[844,497],[870,519],[867,552],[871,572],[906,586],[919,583],[951,600],[978,600],[950,677],[917,759],[892,821],[868,821],[831,828],[814,817],[779,812],[759,832],[735,843],[730,870],[705,903],[703,937],[728,950],[735,964],[745,981],[721,986],[692,979],[655,996],[640,1017],[622,1031],[626,1055],[637,1080],[671,1089],[684,1097],[679,1102],[681,1134],[657,1146],[631,1161],[609,1164],[577,1170],[560,1163],[542,1159]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/077-map-1.17-kelvins-cairn.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/078-map-1.17-kelvins-cairn-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"70b"},"grid":{"type":"square","size":104,"offsetX":16,"offsetY":-25}}]},{"name":"Termalaine","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/082-map-1.18-termalaine.jpg"},"title":"Map 1.18: Termalaine","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":77,"distance":100},"id":"70c","mapRegions":[{"area":"23e","points":[[565,182],[565,354],[1625,354],[1625,182]]},{"area":"248","points":[[74,1138],[74,1408],[275,1408],[275,1138]]},{"area":"249","points":[[1606,1363],[1606,1477],[2070,1477],[2070,1363]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/082-map-1.18-termalaine.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/083-map-1.18-termalaine-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":77,"distance":100},"mapParent":{"id":"70c"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/085-map-1.19-gem-mine.jpg"},"title":"Map 1.19: Gem Mine","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30},"id":"70d","mapRegions":[{"area":"257","points":[[481,574],[501,560],[552,539],[577,538],[585,568],[575,601],[595,625],[612,634],[615,652],[640,657],[665,663],[659,692],[667,723],[697,748],[717,786],[717,852],[707,874],[699,894],[692,912],[621,964],[582,972],[552,969],[467,919],[455,919],[441,901],[413,901],[403,880],[403,865],[415,846],[415,825],[401,813],[387,786],[388,765],[410,757],[431,742],[428,730],[417,711],[434,694],[444,680],[454,677],[454,663],[479,640],[494,617],[486,597]]},{"area":"259","points":[[895,746],[954,652],[1015,645],[1066,646],[1088,643],[1099,628],[1125,632],[1143,641],[1168,635],[1205,644],[1214,659],[1236,666],[1243,684],[1245,697],[1284,695],[1288,720],[1298,741],[1289,769],[1271,774],[1262,790],[1245,795],[1243,812],[1206,823],[1201,839],[1187,849],[1165,850],[1146,845],[1125,852],[1111,871],[1093,881],[1039,883],[960,870],[950,837],[939,822],[941,791],[959,779],[941,759],[920,752]]},{"area":"25f","points":[[364,1831],[370,1796],[385,1769],[408,1734],[410,1716],[425,1698],[463,1688],[471,1659],[463,1632],[453,1618],[458,1600],[485,1596],[495,1583],[506,1560],[519,1539],[505,1524],[506,1510],[520,1495],[529,1474],[510,1463],[511,1445],[505,1436],[505,1418],[525,1417],[548,1427],[570,1421],[570,1408],[601,1397],[626,1405],[652,1397],[686,1405],[710,1437],[726,1486],[694,1488],[668,1492],[667,1514],[688,1550],[714,1557],[737,1551],[759,1565],[775,1582],[804,1588],[822,1595],[832,1625],[826,1655],[841,1679],[843,1730],[846,1765],[834,1785],[806,1795],[786,1815],[799,1834],[766,1881],[721,1905],[689,1899],[680,1916],[634,1924],[614,1926],[614,1951],[597,1979],[577,1983],[557,1986],[532,1979],[474,1987],[461,1959],[428,1932],[422,1898],[406,1886],[397,1854]]},{"area":"25c","points":[[1138,1324],[1110,1268],[1098,1244],[1102,1214],[1111,1195],[1119,1183],[1146,1186],[1170,1181],[1183,1188],[1195,1161],[1187,1138],[1174,1125],[1181,1098],[1203,1075],[1240,1065],[1270,1070],[1298,1094],[1311,1114],[1306,1145],[1289,1155],[1281,1175],[1281,1203],[1306,1201],[1337,1218],[1378,1225],[1397,1217],[1404,1177],[1426,1168],[1448,1163],[1466,1173],[1489,1160],[1514,1151],[1529,1169],[1532,1192],[1526,1217],[1493,1231],[1488,1255],[1507,1274],[1519,1290],[1512,1310],[1486,1325],[1474,1338],[1480,1370],[1455,1392],[1444,1397],[1453,1430],[1468,1439],[1486,1437],[1486,1457],[1489,1480],[1481,1497],[1480,1507],[1455,1519],[1446,1539],[1440,1559],[1432,1566],[1414,1586],[1379,1591],[1357,1583],[1311,1585],[1289,1573],[1268,1566],[1263,1543],[1248,1529],[1231,1521],[1228,1488],[1225,1466],[1203,1452],[1186,1434],[1196,1414],[1194,1388],[1186,1381],[1188,1355],[1187,1334],[1164,1329]]},{"area":"262","points":[[916,2163],[924,2124],[948,2097],[952,2086],[947,2055],[961,2045],[978,2019],[1000,1995],[1015,1973],[1026,1939],[1018,1921],[1052,1894],[1076,1898],[1112,1906],[1152,1901],[1178,1898],[1187,1871],[1210,1861],[1248,1863],[1268,1857],[1293,1866],[1323,1868],[1328,1894],[1363,1897],[1406,1888],[1461,1926],[1476,1943],[1484,1970],[1498,1979],[1490,2003],[1493,2018],[1514,2036],[1526,2061],[1534,2106],[1524,2130],[1502,2156],[1492,2174],[1492,2196],[1535,2213],[1530,2243],[1519,2271],[1506,2292],[1484,2324],[1454,2348],[1427,2345],[1401,2397],[1385,2430],[1370,2436],[1335,2428],[1311,2410],[1279,2403],[1250,2400],[1255,2428],[1222,2421],[1188,2421],[1168,2425],[1161,2403],[1145,2388],[1128,2395],[1094,2418],[1067,2410],[1034,2396],[1018,2372],[983,2350],[974,2323],[969,2298],[951,2261],[934,2226],[916,2195]]},{"area":"265","points":[[1515,2523],[1523,2492],[1521,2467],[1535,2459],[1542,2436],[1534,2430],[1530,2405],[1539,2382],[1555,2369],[1574,2363],[1600,2366],[1609,2392],[1601,2401],[1613,2422],[1630,2435],[1649,2430],[1646,2410],[1662,2397],[1679,2375],[1708,2378],[1721,2378],[1737,2404],[1720,2440],[1720,2463],[1725,2505],[1726,2530],[1748,2548],[1761,2524],[1783,2525],[1799,2539],[1815,2556],[1812,2591],[1795,2605],[1773,2614],[1751,2610],[1733,2610],[1714,2605],[1666,2615],[1604,2634],[1565,2631],[1545,2619],[1530,2594],[1517,2561]]},{"area":"269","points":[[3472,661],[3488,634],[3484,610],[3481,592],[3494,574],[3514,565],[3542,560],[3574,560],[3595,563],[3612,577],[3650,583],[3658,586],[3674,594],[3680,610],[3693,621],[3708,649],[3702,668],[3707,690],[3692,717],[3666,723],[3621,774],[3559,792],[3520,757],[3508,720],[3486,680]]},{"area":"267","points":[[3339,1132],[3339,1254],[3440,1254],[3440,1132]]},{"area":"26c","points":[[2452,1274],[2462,1219],[2465,1191],[2470,1175],[2514,1177],[2546,1186],[2575,1174],[2650,1151],[2715,1151],[2746,1151],[2763,1181],[2777,1194],[2804,1235],[2804,1325],[2796,1373],[2790,1390],[2788,1401],[2804,1432],[2813,1458],[2795,1471],[2760,1495],[2728,1508],[2705,1498],[2685,1499],[2663,1495],[2621,1506],[2594,1493],[2577,1474],[2543,1467],[2514,1471],[2494,1445],[2475,1437],[2465,1413],[2455,1382],[2462,1360],[2453,1316]]},{"area":"271","points":[[2014,1943],[2043,1952],[2074,1937],[2090,1937],[2095,1948],[2119,1966],[2116,1987],[2126,2013],[2139,2012],[2151,2003],[2170,1997],[2175,2008],[2199,2008],[2204,2000],[2226,2005],[2243,2004],[2249,2032],[2268,2040],[2307,2030],[2320,2021],[2338,2032],[2359,2008],[2364,1986],[2379,1985],[2369,1952],[2379,1924],[2372,1906],[2391,1877],[2405,1852],[2440,1818],[2443,1843],[2443,1871],[2444,1888],[2449,1902],[2454,1951],[2459,1982],[2479,2012],[2510,2015],[2561,2023],[2578,2005],[2604,1995],[2622,1985],[2655,1988],[2676,2003],[2729,2005],[2756,2003],[2735,2025],[2711,2054],[2708,2093],[2692,2115],[2649,2098],[2613,2095],[2587,2107],[2559,2115],[2519,2117],[2462,2106],[2400,2121],[2365,2114],[2351,2103],[2319,2102],[2302,2103],[2270,2111],[2253,2110],[2241,2142],[2250,2177],[2267,2206],[2263,2230],[2270,2259],[2259,2280],[2231,2297],[2212,2311],[2218,2267],[2208,2244],[2186,2228],[2175,2206],[2157,2174],[2170,2159],[2181,2132],[2177,2111],[2154,2106],[2121,2101],[2112,2088],[2093,2081],[2095,2063],[2075,2050],[2057,2039],[2062,2026],[2063,2015],[2036,2015],[2032,2000],[2022,1999],[2019,1979],[2006,1966]]},{"area":"26e","points":[[2692,2125],[2716,2093],[2719,2061],[2770,1994],[2785,1970],[2778,1941],[2782,1921],[2809,1897],[2844,1901],[2880,1903],[2929,1908],[2947,1906],[2942,1877],[2975,1868],[3041,1866],[3084,1883],[3086,1893],[3094,1901],[3130,1899],[3172,1892],[3191,1910],[3214,1929],[3236,1955],[3259,1988],[3252,2015],[3270,2040],[3285,2072],[3289,2133],[3268,2156],[3254,2182],[3268,2210],[3292,2230],[3303,2250],[3281,2328],[3259,2329],[3225,2348],[3191,2351],[3165,2356],[3156,2370],[3134,2372],[3085,2421],[3068,2417],[3046,2408],[3025,2403],[3009,2410],[3006,2432],[2964,2434],[2929,2431],[2917,2415],[2903,2394],[2872,2404],[2850,2422],[2808,2412],[2787,2404],[2782,2378],[2750,2365],[2733,2346],[2734,2319],[2725,2290],[2720,2268],[2725,2253],[2711,2209],[2707,2190],[2701,2160],[2685,2159],[2679,2147]]},{"area":"275","points":[[3085,2436],[3137,2381],[3151,2397],[3172,2412],[3188,2421],[3178,2437],[3182,2459],[3212,2474],[3227,2452],[3258,2440],[3283,2452],[3290,2494],[3293,2537],[3281,2572],[3252,2574],[3249,2596],[3252,2617],[3249,2630],[3226,2631],[3208,2621],[3181,2643],[3159,2637],[3143,2645],[3125,2639],[3106,2649],[3083,2628],[3059,2615],[3032,2592],[3032,2565],[3027,2550],[3037,2532],[3068,2515],[3081,2501],[3077,2484],[3085,2474],[3080,2453]]},{"area":"278","points":[[3314,2253],[3339,2262],[3356,2249],[3374,2225],[3387,2223],[3401,2219],[3436,2225],[3470,2235],[3483,2218],[3481,2197],[3490,2172],[3477,2166],[3465,2157],[3441,2154],[3417,2141],[3421,2121],[3414,2101],[3428,2077],[3449,2062],[3448,2040],[3446,2025],[3468,2012],[3480,1994],[3506,2009],[3530,1996],[3545,1994],[3556,2009],[3578,2015],[3583,2028],[3600,2044],[3626,2045],[3648,2036],[3668,2053],[3671,2079],[3675,2117],[3693,2114],[3711,2114],[3735,2110],[3756,2105],[3760,2120],[3752,2143],[3751,2166],[3777,2173],[3808,2174],[3827,2190],[3814,2204],[3813,2239],[3825,2261],[3814,2272],[3796,2290],[3804,2310],[3825,2315],[3828,2338],[3822,2373],[3821,2397],[3817,2409],[3800,2427],[3765,2443],[3756,2471],[3775,2493],[3766,2524],[3746,2533],[3729,2545],[3706,2551],[3677,2557],[3640,2555],[3628,2534],[3617,2529],[3604,2534],[3590,2535],[3575,2572],[3520,2572],[3492,2570],[3479,2546],[3459,2525],[3440,2489],[3434,2461],[3443,2437],[3445,2418],[3470,2401],[3493,2382],[3489,2352],[3481,2330],[3457,2320],[3431,2333],[3404,2320],[3382,2321],[3364,2339],[3328,2334],[3290,2332]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/085-map-1.19-gem-mine.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/086-map-1.19-gem-mine-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"70d"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30}}]},{"name":"Ch. 2: Icewind Dale","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/095-map-2.1-icewind-dale.png"},"title":"Map 2.1: Icewind Dale","width":2550,"height":1704,"imageType":"map","grid":{"type":"none","size":50,"scale":1.88,"distance":1,"units":"miles"},"id":"70e","mapRegions":[{"area":"31b","points":[[124,561],[124,656],[355,656],[355,561]]},{"area":"2bc","points":[[409,521],[409,639],[624,639],[624,521]]},{"area":"3ec","points":[[848,173],[848,278],[1059,278],[1059,173]]},{"area":"2c9","points":[[911,559],[911,662],[1098,662],[1098,559]]},{"area":"373","points":[[194,992],[194,1116],[367,1116],[367,992]]},{"area":"389","points":[[105,1360],[105,1447],[301,1447],[301,1360]]},{"area":"346","points":[[753,1432],[753,1538],[968,1538],[968,1432]]},{"area":"2ed","points":[[1253,1226],[1253,1333],[1509,1333],[1509,1226]]},{"area":"307","points":[[1544,958],[1544,1089],[1905,1089],[1905,958]]},{"area":"41e","points":[[1795,1131],[1795,1246],[2068,1246],[2068,1131]]},{"area":"43f","points":[[2054,1028],[2054,1127],[2307,1127],[2307,1028]]},{"area":"3a8","points":[[1394,708],[1394,840],[1760,840],[1760,708]]},{"area":"59a","points":[[2059,246],[2059,368],[2318,368],[2318,246]]},{"area":"620","points":[[2313,459],[2313,585],[2479,585],[2479,459]]},{"area":"458","points":[[986,1387],[986,1495],[1141,1495],[1141,1387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/095-map-2.1-icewind-dale.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/096-map-2.1-icewind-dale-player.jpg"},"title":"Player Version","width":6000,"height":4215,"imageType":"mapPlayer","grid":{"type":"none","size":63,"distance":1,"units":"miles"},"mapParent":{"id":"70e","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/097-map-2.2-angajuks-bell.jpg"},"title":"Map 2.2: Angajuk's Bell","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-57,"offsetY":-61},"id":"70f","mapRegions":[{"area":"2c0","points":[[276,1162],[328,989],[423,1011],[381,1187]]},{"area":"2c3","points":[[497,1307],[497,1267],[516,1221],[568,1187],[613,1143],[661,1126],[688,1118],[712,1093],[749,1091],[787,1114],[819,1105],[863,1101],[884,1109],[907,1126],[905,1177],[922,1217],[933,1248],[924,1278],[903,1318],[876,1345],[855,1352],[834,1379],[832,1421],[811,1440],[783,1451],[749,1469],[728,1488],[684,1478],[651,1493],[606,1499],[571,1482],[541,1457],[514,1440],[505,1413],[505,1368],[497,1343]]},{"area":"2be","points":[[859,1987],[859,2469],[1145,2469],[1145,1987]]},{"area":"2bf","points":[[1629,2832],[1604,2771],[1589,2678],[1587,2579],[1615,2495],[1646,2434],[1688,2400],[1737,2389],[1789,2400],[1829,2432],[1848,2469],[1865,2526],[1878,2596],[1878,2657],[1863,2749],[1836,2832]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/097-map-2.2-angajuks-bell.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/098-map-2.2-angajuks-bell-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"70f"},"grid":{"type":"square","size":116,"offsetX":-57,"offsetY":-61}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/100-map-2.3-black-cabin.jpg"},"title":"Map 2.3: Black Cabin","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-53,"offsetY":-40},"id":"710","mapRegions":[{"area":"2e0","points":[[417,666],[417,983],[634,983],[634,666]]},{"area":"2e2","points":[[666,668],[666,983],[1317,983],[1317,668]]},{"area":"2e4","points":[[1346,670],[1346,982],[1794,982],[1794,670]]},{"area":"2d4","points":[[421,1010],[1794,1010],[1794,1115],[1317,1115],[1317,1577],[421,1577]]},{"area":"2e6","points":[[1346,1148],[1346,1577],[1795,1577],[1795,1148]]},{"area":"2d2","points":[[1343,1603],[1343,2041],[1799,2041],[1799,1603]]},{"area":"2d1","points":[[1800,2068],[1319,2068],[1319,1606],[494,1606],[494,1703],[1212,1703],[1212,2168],[1800,2168]]},{"area":"2d0","points":[[1237,2523],[1237,2606],[1323,2606],[1323,2523]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/100-map-2.3-black-cabin.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/101-map-2.3-black-cabin-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"710"},"grid":{"type":"square","size":116,"offsetX":-53,"offsetY":-40}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/105-map-2.4-cackling-chasm.jpg"},"title":"Map 2.4: Cackling Chasm","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-54,"offsetY":-32},"id":"711","mapRegions":[{"area":"301","points":[[539,681],[511,670],[452,681],[418,665],[400,640],[382,619],[381,587],[370,573],[369,550],[401,533],[406,514],[415,495],[401,465],[409,435],[441,419],[463,396],[502,396],[525,403],[530,427],[525,448],[538,474],[556,462],[560,445],[601,436],[622,434],[636,434],[641,480],[655,480],[672,454],[694,441],[715,452],[738,468],[764,492],[778,520],[774,552],[752,560],[752,581],[755,608],[760,646],[761,666],[723,670],[670,663],[648,662],[612,668],[574,679]]},{"area":"2fe","points":[[255,1173],[267,1164],[275,1152],[299,1139],[297,1119],[295,1107],[286,1092],[290,1063],[280,1030],[283,997],[285,966],[311,957],[328,932],[329,912],[316,899],[324,874],[323,845],[356,827],[378,827],[404,832],[422,839],[434,827],[445,818],[563,801],[592,841],[619,863],[625,894],[644,907],[657,917],[680,920],[703,934],[725,957],[742,968],[734,991],[737,1014],[750,1022],[746,1099],[732,1117],[711,1137],[695,1148],[681,1183],[675,1203],[649,1213],[637,1228],[635,1254],[641,1272],[637,1288],[645,1308],[632,1334],[609,1347],[587,1356],[565,1377],[529,1363],[507,1378],[493,1372],[480,1392],[437,1391],[413,1359],[388,1354],[351,1351],[315,1341],[295,1339],[294,1316],[283,1299],[294,1270],[305,1258],[302,1235],[295,1221],[277,1205],[263,1191]]},{"area":"303","points":[[835,822],[875,703],[997,739],[961,865]]},{"area":"2fb","points":[[213,2105],[203,2055],[201,2036],[206,2006],[205,1979],[217,1952],[270,1885],[286,1852],[305,1836],[332,1825],[361,1818],[386,1815],[405,1826],[440,1818],[475,1819],[525,1821],[541,1834],[560,1840],[577,1841],[601,1836],[623,1834],[618,1857],[630,1877],[628,1908],[610,1917],[577,1911],[546,1911],[529,1926],[523,1926],[502,1943],[494,1948],[495,1974],[488,2005],[465,2012],[479,2036],[497,2061],[498,2085],[520,2098],[515,2115],[515,2135],[494,2178],[474,2206],[412,2203],[399,2206],[360,2228],[341,2225],[333,2210],[311,2199],[275,2182],[262,2156],[248,2129],[230,2119]]},{"area":"2f9","points":[[1323,779],[1288,804],[1259,834],[1253,871],[1203,874],[1182,880],[1150,923],[1116,941],[1084,961],[1086,992],[1108,1026],[1097,1099],[1098,1132],[1130,1170],[1156,1205],[1125,1197],[1079,1186],[1049,1188],[1054,1217],[1035,1237],[1013,1262],[986,1262],[986,1281],[991,1321],[983,1370],[977,1410],[959,1422],[957,1446],[972,1481],[978,1523],[986,1552],[972,1600],[948,1619],[960,1652],[947,1676],[950,1695],[969,1701],[978,1730],[1025,1770],[960,1765],[937,1774],[903,1795],[894,1821],[867,1853],[875,1897],[875,1925],[884,1948],[893,1972],[880,1999],[858,2036],[857,2067],[880,2099],[866,2147],[852,2177],[817,2187],[809,2206],[785,2234],[752,2246],[743,2274],[743,2310],[703,2328],[701,2379],[672,2412],[658,2435],[646,2492],[683,2493],[732,2477],[766,2454],[792,2413],[806,2382],[880,2357],[933,2346],[934,2315],[961,2294],[985,2292],[992,2262],[994,2235],[1022,2221],[1052,2206],[1071,2203],[1080,2181],[1067,2159],[1067,2130],[1086,2117],[1105,2079],[1108,2055],[1098,2037],[1101,2013],[1134,2005],[1147,1994],[1179,1963],[1188,1933],[1225,1915],[1271,1899],[1285,1870],[1274,1844],[1275,1827],[1293,1803],[1325,1745],[1345,1719],[1359,1715],[1372,1689],[1373,1658],[1374,1635],[1388,1618],[1403,1583],[1382,1545],[1378,1512],[1361,1498],[1372,1465],[1377,1441],[1403,1430],[1413,1425],[1415,1409],[1443,1397],[1446,1381],[1448,1351],[1454,1330],[1449,1314],[1412,1294],[1387,1285],[1413,1275],[1439,1253],[1457,1245],[1448,1215],[1444,1178],[1425,1163],[1404,1143],[1370,1125],[1366,1077],[1352,1046],[1337,996],[1341,966],[1334,930],[1341,902],[1334,866],[1326,837],[1341,810],[1339,790]]},{"area":"2f2","points":[[1191,2787],[1215,2777],[1234,2773],[1249,2755],[1275,2741],[1271,2707],[1325,2712],[1368,2735],[1394,2765],[1431,2779],[1401,2794],[1369,2783],[1354,2785],[1337,2794],[1315,2809],[1312,2836],[1295,2857],[1265,2862],[1248,2843],[1221,2813]]},{"area":"2f4","points":[[1323,2621],[1366,2546],[1467,2560],[1514,2515],[1568,2485],[1628,2471],[1717,2480],[1725,2627],[1619,2695],[1502,2626],[1463,2679],[1374,2705],[1326,2646]]},{"area":"2f7","points":[[1699,1912],[1699,2070],[1893,2070],[1893,1912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/105-map-2.4-cackling-chasm.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/106-map-2.4-cackling-chasm-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"711"},"grid":{"type":"square","size":116,"offsetX":-54,"offsetY":-32}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/107-map-2.5-berserkers.jpg"},"title":"Map 2.5: Cave of the Berserkers","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-39,"offsetY":-41},"id":"712","mapRegions":[{"area":"319","points":[[733,1226],[701,1241],[693,1262],[701,1286],[695,1317],[659,1337],[655,1360],[653,1385],[635,1392],[615,1405],[587,1415],[545,1413],[532,1410],[510,1403],[485,1385],[474,1350],[453,1354],[434,1351],[412,1348],[410,1326],[408,1294],[419,1277],[423,1253],[417,1234],[406,1228],[388,1230],[369,1210],[366,1183],[364,1152],[381,1134],[373,1124],[372,1107],[352,1102],[319,1075],[328,1050],[315,1023],[316,982],[330,943],[347,938],[386,935],[397,934],[413,934],[423,915],[421,897],[435,874],[427,858],[430,844],[428,821],[428,805],[431,790],[449,769],[471,769],[484,750],[502,721],[506,701],[520,684],[548,661],[581,657],[600,676],[623,679],[663,666],[695,670],[729,676],[761,686],[790,712],[814,716],[835,723],[863,741],[862,755],[867,781],[853,817],[854,835],[881,852],[888,876],[905,901],[924,914],[919,934],[919,955],[933,964],[925,979],[915,1014],[889,1012],[867,1022],[848,1026],[852,1048],[827,1054],[806,1062],[791,1099],[808,1121],[835,1138],[832,1146],[822,1157],[806,1159],[794,1168],[809,1179],[806,1210],[792,1231],[769,1241],[747,1236]]},{"area":"316","points":[[996,917],[1035,906],[1054,883],[1068,861],[1072,836],[1059,828],[1043,806],[1043,777],[1045,759],[1036,747],[1044,719],[1065,716],[1095,721],[1098,705],[1110,685],[1108,668],[1105,636],[1105,592],[1112,569],[1147,569],[1154,578],[1166,572],[1178,561],[1208,561],[1215,590],[1235,621],[1295,618],[1316,612],[1347,610],[1346,644],[1357,661],[1370,649],[1401,658],[1377,716],[1346,769],[1341,786],[1346,826],[1346,867],[1328,879],[1308,897],[1290,897],[1265,902],[1244,899],[1237,889],[1219,892],[1199,885],[1182,902],[1148,886],[1130,885],[1120,901],[1126,924],[1124,942],[1108,947],[1116,969],[1093,985],[1067,985],[1050,981],[1036,969],[1017,987],[1010,1000],[996,981],[990,961],[1005,957],[1009,933]]},{"area":"314","points":[[1501,710],[1514,695],[1512,677],[1541,662],[1575,659],[1587,653],[1585,627],[1604,613],[1614,582],[1625,596],[1643,595],[1665,600],[1692,604],[1695,635],[1690,659],[1715,679],[1737,698],[1757,720],[1759,738],[1778,760],[1799,763],[1791,782],[1808,803],[1810,836],[1799,854],[1795,884],[1808,914],[1836,914],[1862,916],[1879,914],[1903,954],[1914,983],[1917,1001],[1879,1010],[1865,1022],[1859,1049],[1885,1066],[1897,1088],[1880,1098],[1868,1115],[1840,1120],[1808,1121],[1797,1142],[1785,1163],[1760,1165],[1742,1177],[1720,1181],[1699,1192],[1679,1203],[1658,1199],[1636,1194],[1613,1190],[1595,1188],[1581,1173],[1573,1168],[1564,1133],[1546,1124],[1535,1041],[1538,991],[1516,981],[1492,970],[1484,954],[1483,934],[1462,921],[1454,905],[1452,885],[1453,854],[1475,843],[1492,825],[1485,809],[1481,774],[1481,728]]},{"area":"312","points":[[825,1640],[850,1654],[875,1692],[884,1729],[907,1742],[943,1732],[966,1737],[983,1751],[1013,1752],[1032,1770],[1032,1797],[1052,1809],[1052,1828],[1039,1836],[1031,1867],[1034,1908],[1000,1924],[991,1948],[999,1970],[990,1992],[955,1996],[921,1996],[901,2003],[880,2012],[858,2012],[837,2006],[825,2001],[809,2003],[777,1988],[770,1968],[772,1933],[750,1929],[720,1926],[693,1919],[657,1908],[658,1868],[658,1840],[676,1831],[683,1803],[661,1794],[639,1773],[626,1750],[623,1729],[636,1714],[641,1685],[661,1661],[679,1639],[702,1625],[723,1608],[750,1612],[772,1621],[783,1637],[801,1649]]},{"area":"30c","points":[[1110,2179],[1105,2117],[1130,2035],[1155,1950],[1194,1920],[1241,1920],[1310,1911],[1347,1951],[1330,2004],[1356,2055],[1364,2130],[1324,2200],[1319,2246],[1259,2292],[1183,2302],[1148,2267],[1126,2221]]},{"area":"30f","points":[[1592,2226],[1644,2191],[1688,2187],[1717,2188],[1742,2197],[1761,2197],[1785,2183],[1801,2175],[1814,2196],[1830,2213],[1846,2219],[1843,2240],[1862,2257],[1899,2261],[1915,2275],[1932,2284],[1923,2299],[1926,2324],[1929,2354],[1932,2368],[1921,2392],[1919,2419],[1892,2432],[1865,2454],[1857,2463],[1857,2480],[1832,2497],[1803,2486],[1782,2488],[1759,2486],[1742,2492],[1724,2488],[1703,2492],[1699,2507],[1661,2519],[1626,2516],[1595,2498],[1575,2481],[1578,2461],[1572,2444],[1581,2410],[1569,2379],[1554,2352],[1556,2323],[1577,2292],[1583,2272],[1592,2253]]},{"area":"30e","points":[[1467,1495],[1471,1463],[1461,1423],[1445,1391],[1453,1360],[1480,1352],[1516,1335],[1542,1343],[1570,1361],[1579,1385],[1581,1440],[1582,1468],[1608,1490],[1639,1503],[1640,1503],[1671,1501],[1692,1484],[1695,1455],[1693,1443],[1692,1421],[1698,1386],[1684,1361],[1710,1351],[1732,1334],[1751,1319],[1778,1333],[1817,1345],[1845,1356],[1858,1373],[1858,1395],[1850,1410],[1850,1441],[1827,1463],[1814,1489],[1809,1516],[1826,1550],[1845,1560],[1845,1583],[1803,1600],[1591,1614],[1525,1603],[1465,1566],[1455,1546]]},{"area":"30a","points":[[390,2774],[485,2697],[575,2684],[649,2637],[803,2613],[848,2618],[883,2595],[881,2542],[836,2533],[783,2525],[654,2507],[635,2502],[566,2463],[524,2422],[498,2400],[444,2357],[425,2323],[396,2236],[418,2150],[465,2097],[524,2071],[645,2068],[701,2088],[805,2137],[889,2157],[1036,2147],[1062,2146],[1101,2244],[1174,2326],[1249,2341],[1315,2280],[1338,2295],[1252,2375],[1188,2379],[1083,2326],[1045,2325],[1014,2317],[991,2290],[932,2277],[919,2267],[877,2280],[840,2274],[702,2263],[701,2263],[698,2239],[657,2186],[619,2170],[575,2164],[559,2187],[546,2249],[574,2310],[627,2352],[689,2372],[788,2400],[884,2408],[961,2413],[970,2465],[985,2508],[1046,2545],[1085,2595],[1114,2657],[1063,2685],[889,2735],[783,2765],[659,2797],[557,2858],[488,2906],[455,2932]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/107-map-2.5-berserkers.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/108-map-2.5-berserkers-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"712"},"grid":{"type":"square","size":116,"offsetX":-39,"offsetY":-41}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/110-map-2.6-dark-duchess.jpg"},"title":"Map 2.6: Dark Duchess","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-17,"offsetY":29},"id":"713","mapRegions":[{"area":"324","points":[[489,1444],[511,1359],[550,1219],[595,1079],[639,937],[686,806],[723,733],[764,684],[799,659],[815,654],[837,659],[858,679],[886,714],[926,768],[969,858],[1003,960],[1054,1108],[1097,1257],[1135,1418],[1143,1441],[1018,1441],[981,1280],[844,1280],[835,1259],[821,1252],[797,1254],[788,1279],[653,1279],[610,1444]]},{"area":"326","points":[[613,2253],[652,2419],[790,2419],[792,2439],[817,2445],[837,2440],[844,2421],[981,2421],[1018,2253],[1147,2253],[1119,2357],[1097,2425],[1040,2525],[996,2592],[975,2610],[937,2622],[880,2626],[825,2631],[745,2631],[693,2623],[655,2610],[612,2561],[568,2488],[534,2425],[512,2369],[484,2253]]},{"area":"32c","points":[[1868,846],[1924,752],[1954,698],[1985,667],[2021,654],[2057,672],[2090,706],[2114,750],[2143,799],[2166,846]]},{"area":"32a","points":[[2023,865],[2173,865],[2194,908],[2215,983],[2243,1068],[2023,1071]]},{"area":"329","points":[[2021,1084],[2245,1084],[2341,1427],[2210,1427],[2181,1280],[2046,1280],[2039,1261],[2021,1250]]},{"area":"327","points":[[1868,862],[1804,1049],[1770,1169],[1720,1354],[1699,1425],[1818,1425],[1854,1280],[1915,1280],[1915,862]]},{"area":"321","points":[[1694,1450],[1836,1450],[1871,1292],[1990,1292],[2022,1303],[2043,1292],[2169,1292],[2204,1450],[2343,1450],[2381,1681],[2390,1804],[2391,1964],[2374,2103],[2351,2249],[2203,2249],[2168,2409],[2045,2409],[2019,2391],[1991,2409],[1866,2409],[1832,2253],[1694,2253],[1679,2208],[1655,2098],[1641,1977],[1641,1827],[1658,1671],[1676,1533]]},{"area":"32f","points":[[1690,2275],[1715,2360],[1728,2406],[1777,2489],[1830,2583],[1859,2618],[1902,2626],[2048,2632],[2156,2626],[2187,2614],[2219,2569],[2284,2463],[2314,2396],[2346,2275],[2215,2275],[2181,2421],[2044,2421],[2037,2444],[2013,2446],[1995,2435],[1987,2423],[1852,2423],[1822,2275]]},{"area":"33c","points":[[3045,947],[3095,846],[3142,761],[3175,730],[3206,719],[3240,734],[3270,761],[3370,947]]},{"area":"33a","points":[[2938,1275],[3035,968],[3377,968],[3476,1275]]},{"area":"334","points":[[2935,1301],[2885,1542],[2865,1667],[2850,1797],[2840,1899],[2853,2041],[2859,2137],[2902,2312],[3508,2312],[3547,2155],[3559,2058],[3574,1939],[3570,1850],[3559,1746],[3523,1507],[3481,1301]]},{"area":"33e","points":[[2908,2335],[2942,2417],[2996,2526],[3040,2578],[3068,2596],[3120,2599],[3323,2599],[3355,2592],[3378,2574],[3415,2525],[3475,2421],[3506,2335]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/110-map-2.6-dark-duchess.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/111-map-2.6-dark-duchess-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"713"},"grid":{"type":"square","size":104,"offsetX":-17,"offsetY":29}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/114-map-2.7-id-ascendant.jpg"},"title":"Map 2.7: Id Ascendant","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-37,"offsetY":29},"id":"714","mapRegions":[{"area":"36b","points":[[2576,514],[2592,456],[2626,408],[2685,358],[2738,315],[2806,285],[2904,245],[2914,270],[2872,314],[2840,373],[2816,418],[2802,472],[2800,539],[2813,581],[2840,642],[2869,696],[2907,741],[2910,768],[2846,744],[2773,714],[2712,682],[2666,654],[2616,616],[2595,576],[2584,547]]},{"area":"363","points":[[2942,774],[2923,734],[2888,694],[2861,654],[2830,592],[2819,531],[2816,464],[2827,432],[2840,395],[2867,344],[2917,291],[2944,240],[3002,214],[3096,194],[3162,187],[3222,178],[3290,171],[3392,171],[3392,842],[3304,840],[3226,832],[3160,826],[3090,813],[3030,797],[2974,787]]},{"area":"36c","points":[[3406,170],[3469,173],[3520,190],[3560,211],[3592,234],[3646,267],[3694,322],[3733,376],[3774,450],[3792,496],[3789,557],[3765,629],[3726,683],[3678,731],[3630,770],[3546,810],[3486,834],[3430,840],[3406,840]]},{"area":"35a","points":[[1400,1107],[1418,1021],[1451,950],[1498,882],[1558,861],[1565,894],[1603,846],[1674,826],[1718,816],[1773,810],[1842,795],[1914,787],[1970,781],[2013,784],[2069,786],[2170,790],[2240,805],[2240,1437],[2200,1445],[2147,1454],[2098,1456],[2024,1462],[1950,1461],[1875,1450],[1792,1438],[1710,1426],[1592,1394],[1566,1350],[1563,1376],[1554,1382],[1523,1370],[1491,1344],[1464,1309],[1435,1261],[1411,1205],[1403,1152]]},{"area":"35d","points":[[2250,803],[2347,826],[2410,842],[2515,888],[2624,954],[2570,963],[2517,987],[2464,1042],[2443,1096],[2445,1165],[2474,1210],[2523,1256],[2576,1275],[2632,1285],[2570,1330],[2501,1365],[2413,1400],[2341,1421],[2250,1435]]},{"area":"361","points":[[2458,1094],[2472,1056],[2509,1013],[2542,987],[2571,976],[2602,966],[2640,968],[2677,990],[2709,1026],[2733,1056],[2749,1101],[2750,1141],[2733,1181],[2702,1219],[2669,1250],[2643,1274],[2592,1270],[2554,1261],[2525,1246],[2499,1224],[2477,1202],[2458,1170],[2454,1130]]},{"area":"352","points":[[515,2099],[526,2040],[555,1987],[595,1955],[642,1926],[736,1880],[880,1822],[984,1789],[1066,1763],[1168,1741],[1267,1720],[1382,1704],[1338,1736],[1262,1784],[1210,1845],[1168,1918],[1138,1987],[1125,2042],[1131,2187],[1146,2250],[1170,2307],[1206,2363],[1240,2405],[1290,2443],[1382,2509],[1293,2494],[1210,2478],[1099,2453],[1024,2432],[939,2405],[859,2376],[773,2338],[699,2309],[640,2280],[594,2251],[554,2218],[528,2176],[512,2146]]},{"area":"359","points":[[1939,1742],[2000,1758],[2064,1781],[2130,1810],[2198,1840],[2264,1888],[2320,1931],[2376,1978],[2413,2018],[2438,2066],[2448,2112],[2429,2178],[2387,2235],[2304,2296],[2243,2344],[2170,2387],[2069,2432],[1939,2472]]},{"area":"355","points":[[1131,2114],[1141,2026],[1163,1941],[1202,1877],[1248,1818],[1298,1768],[1376,1723],[1426,1709],[1470,1691],[1546,1696],[1608,1696],[1691,1701],[1763,1707],[1835,1720],[1926,1742],[1926,2475],[1859,2490],[1781,2506],[1685,2512],[1581,2515],[1477,2514],[1408,2501],[1342,2467],[1298,2437],[1264,2402],[1224,2366],[1192,2326],[1176,2282],[1154,2238],[1141,2197],[1136,2160]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/114-map-2.7-id-ascendant.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/115-map-2.7-id-ascendant-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"714"},"grid":{"type":"square","size":104,"offsetX":-37,"offsetY":29}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/117-map-2.8-jarlmoot.jpg"},"title":"Map 2.8: Jarlmoot","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-56,"offsetY":-65,"distance":10},"id":"715","mapRegions":[{"area":"375","points":[[682,1506],[571,1344],[525,1030],[605,848],[776,629],[946,523],[1302,522],[1474,629],[1618,861],[1682,1053],[1606,1360],[1477,1509],[1206,1656],[997,1654]]},{"area":"37f","points":[[296,1672],[296,2016],[746,2016],[746,1672]]},{"area":"37e","points":[[638,2027],[648,2091],[664,2144],[710,2192],[757,2230],[810,2245],[858,2250],[858,2478],[795,2469],[714,2445],[638,2408],[578,2358],[514,2288],[461,2211],[430,2117],[416,2027]]},{"area":"377","points":[[872,2142],[872,2830],[1328,2830],[1328,2142]]},{"area":"383","points":[[1446,2370],[1504,2136],[1674,2050],[1931,2554],[1624,2709]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/117-map-2.8-jarlmoot.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/118-map-2.8-jarlmoot-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"715"},"grid":{"type":"square","size":116,"offsetX":-56,"offsetY":-65,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/128-map-2.9-karkolohk.jpg"},"title":"Map 2.9: Karkolohk","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-45,"offsetY":-53,"distance":10},"id":"716","mapRegions":[{"area":"39c","points":[[580,553],[464,387],[558,313],[680,455]]},{"area":"399","points":[[762,787],[875,473],[1196,491],[1365,547],[1447,709],[1524,945],[1404,1035],[1275,1182],[989,1138],[807,978]]},{"area":"38f","points":[[453,1858],[453,2185],[725,2185],[725,1858]]},{"area":"39f","points":[[780,2031],[744,1958],[749,1816],[767,1711],[822,1613],[927,1542],[969,1498],[1073,1471],[1098,1478],[1236,1527],[1287,1678],[1331,1844],[1465,1873],[1555,1927],[1667,1965],[1731,2042],[1782,2158],[1820,2249],[1691,2276],[1613,2302],[1536,2353],[1482,2425],[1400,2393],[1249,2422],[1133,2351],[1029,2278],[904,2160],[827,2100],[809,2055]]},{"area":"395","points":[[780,1338],[840,1291],[895,1242],[942,1231],[1018,1242],[1049,1280],[1082,1327],[1098,1436],[1025,1356],[940,1347],[869,1364],[831,1395],[809,1395],[795,1373],[771,1351]]},{"area":"396","points":[[1520,1296],[1520,1144],[1563,1101],[1750,1101],[1818,1153],[1818,1353],[1772,1399],[1595,1399],[1551,1391]]},{"area":"395","points":[[1775,2427],[1769,2325],[1796,2298],[1842,2247],[1862,2189],[1893,2162],[1933,2160],[1965,2224],[1973,2249],[1953,2289],[1915,2371],[1864,2409],[1824,2424]]},{"area":"390","points":[[2242,2096],[2336,2007],[2367,2035],[2273,2142]]},{"area":"38f","points":[[2856,2233],[2856,2460],[3089,2460],[3089,2233]]},{"area":"392","points":[[1762,1862],[1756,1773],[1858,1696],[1891,1625],[1829,1547],[1693,1625],[1595,1653],[1475,1607],[1391,1525],[1493,1467],[1627,1540],[1836,1478],[1896,1365],[1898,1235],[1980,1147],[2096,1238],[2176,1329],[2153,1387],[1998,1427],[1982,1518],[2065,1571],[2220,1522],[2240,1564]]},{"area":"392","points":[[1918,1973],[2011,2098],[2040,2135],[2247,1998],[2347,1893],[2344,1765],[2295,1747]]},{"area":"395","points":[[2362,1733],[2473,1678],[2547,1715],[2635,1720],[2560,1904],[2504,1893],[2467,1880],[2438,1842],[2393,1800]]},{"area":"395","points":[[2736,1060],[2731,1005],[2760,942],[2775,880],[2791,807],[2800,747],[2789,707],[2807,675],[2893,678],[2933,716],[2945,749],[2976,785],[2975,842],[2969,895],[2958,916],[2949,996],[2922,1073],[2878,1098],[2805,1100],[2764,1093]]},{"area":"3a2","points":[[2080,598],[2122,575],[2238,575],[2238,665],[2129,665]]},{"area":"3a1","points":[[2138,815],[2138,675],[2344,675],[2344,722],[2307,762],[2247,762],[2247,815]]},{"area":"3a3","points":[[2371,707],[2371,573],[2640,573],[2640,698],[2604,664],[2433,664]]},{"area":"3a4","points":[[2460,473],[2460,555],[2553,555],[2553,473]]},{"area":"3a7","points":[[2571,475],[2598,475],[2638,520],[2638,565],[2571,565]]},{"area":"38f","points":[[3493,1400],[3493,1611],[3698,1611],[3698,1400]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/128-map-2.9-karkolohk.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/129-map-2.9-karkolohk-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"716"},"grid":{"type":"square","size":104,"offsetX":-45,"offsetY":-53,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/131-map-2.10-lost-spire.jpg"},"title":"Map 2.10: Lost Spire of Netheril","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-5,"offsetY":30},"id":"717","mapRegions":[{"area":"3b1","points":[[960,859],[1032,859],[1032,759],[1242,759],[1242,1072],[1036,1072],[1036,966],[913,966]]},{"area":"3b7","points":[[1039,738],[1080,689],[1118,647],[1165,606],[1218,578],[1275,559],[1341,544],[1408,536],[1526,541],[1526,845],[1268,845],[1268,738]]},{"area":"3b3","points":[[1261,866],[1261,967],[1799,967],[1799,866]]},{"area":"3b9","points":[[1554,547],[1612,555],[1676,581],[1722,619],[1773,671],[1820,726],[1860,792],[1874,862],[1874,906],[1818,906],[1818,836],[1554,836]]},{"area":"3b4","points":[[1036,1094],[1265,1094],[1265,987],[1819,987],[1819,925],[1871,925],[1867,972],[1841,1040],[1816,1106],[1769,1155],[1719,1207],[1664,1247],[1608,1268],[1529,1286],[1476,1291],[1394,1289],[1301,1281],[1239,1267],[1200,1253],[1156,1227],[1104,1180],[1062,1135]]},{"area":"3c1","points":[[2173,833],[2355,833],[2355,578],[2296,613],[2248,649],[2207,692],[2173,731]]},{"area":"3bc","points":[[2182,862],[2182,1100],[2213,1153],[2258,1194],[2306,1225],[2309,1265],[2354,1252],[2405,1272],[2460,1285],[2515,1289],[2528,1326],[2551,1326],[2576,1287],[2651,1286],[2728,1265],[2755,1291],[2771,1285],[2780,1258],[2834,1231],[2879,1195],[2892,1173],[2775,1173],[2775,862]]},{"area":"3bf","points":[[2389,833],[2389,564],[2428,551],[2482,545],[2547,540],[2568,500],[2582,500],[2602,539],[2639,544],[2692,549],[2738,555],[2793,571],[2840,598],[2881,633],[2920,673],[2951,712],[2982,765],[3005,833]]},{"area":"3c4","points":[[2804,864],[2804,973],[3005,973],[3005,864]]},{"area":"3c6","points":[[2805,1145],[2805,996],[2993,996],[2979,1049],[2954,1119],[2929,1145]]},{"area":"3cf","points":[[1322,1799],[1260,1801],[1207,1815],[1154,1838],[1107,1882],[1074,1918],[1049,1966],[1035,2007],[1034,2044],[1039,2104],[1054,2156],[1084,2214],[1120,2253],[1169,2281],[1227,2305],[1322,2316]]},{"area":"3ca","points":[[1349,1896],[1349,1689],[1373,1680],[1416,1680],[1433,1644],[1447,1644],[1466,1679],[1498,1682],[1533,1686],[1576,1691],[1607,1701],[1632,1679],[1642,1679],[1653,1714],[1669,1721],[1696,1732],[1733,1752],[1758,1791],[1789,1825],[1818,1862],[1835,1896]]},{"area":"3c7","points":[[1351,1934],[1847,1934],[1862,1962],[1872,1999],[1880,2042],[1875,2085],[1868,2107],[1636,2107],[1636,2318],[1759,2318],[1759,2336],[1713,2364],[1682,2380],[1648,2395],[1639,2428],[1618,2435],[1593,2407],[1539,2422],[1481,2431],[1434,2428],[1420,2460],[1394,2464],[1382,2439],[1351,2434]]},{"area":"3c6","points":[[1661,2138],[1866,2138],[1844,2184],[1779,2291],[1661,2291]]},{"area":"3d7","points":[[2178,2107],[2178,1887],[2202,1844],[2245,1795],[2275,1772],[2315,1744],[2367,1712],[2421,1698],[2491,1684],[2491,2107]]},{"area":"3d2","points":[[2524,2107],[2524,1684],[2578,1685],[2616,1684],[2648,1685],[2704,1695],[2758,1709],[2805,1722],[2839,1748],[2875,1781],[2908,1815],[2946,1873],[2980,1933],[3002,1984],[3008,2021],[3011,2061],[3000,2107]]},{"area":"3c6","points":[[2801,2142],[2992,2142],[2972,2179],[2907,2288],[2801,2288]]},{"area":"3d4","points":[[2171,2245],[2193,2279],[2221,2311],[2245,2335],[2246,2380],[2256,2391],[2294,2369],[2321,2392],[2353,2411],[2404,2424],[2409,2448],[2424,2455],[2448,2432],[2478,2438],[2534,2442],[2581,2446],[2633,2440],[2696,2432],[2744,2418],[2800,2395],[2840,2365],[2871,2338],[2892,2316],[2778,2316],[2778,2245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/131-map-2.10-lost-spire.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/132-map-2.10-lost-spire-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"717"},"grid":{"type":"square","size":104,"offsetX":-5,"offsetY":30}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/135-map-2.11-reghed-camp.jpg"},"title":"Map 2.11: Reghed Tribe Camp","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-62,"offsetY":12,"distance":10},"id":"718"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/136-map-2.11-reghed-camp-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"718"},"grid":{"type":"square","size":116,"offsetX":-62,"offsetY":12,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/138-map-2.12-revels-end.jpg"},"title":"Map 2.12: Revel's End","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":92,"offsetX":-46,"offsetY":-56,"scale":1.05,"distance":10},"id":"719","mapRegions":[{"area":"3fa","points":[[1881,819],[1796,819],[1796,1133],[1710,1133],[1710,819],[1618,819],[1618,732],[1881,732]]},{"area":"3fb","points":[[1779,1141],[1779,1328],[1901,1328],[1901,1141]]},{"area":"40c","points":[[1403,1676],[2276,1676],[2703,2410],[2703,2468],[2276,3203],[1403,3203],[975,2468],[977,2413],[1392,1693],[1353,1654],[926,2381],[926,2499],[1365,3258],[2311,3258],[2757,2505],[2757,2386],[2320,1626],[1368,1626]]},{"area":"40c","points":[[1401,1681],[1365,1626],[1351,1654],[1391,1690]]},{"area":"3fc","points":[[1390,1594],[1779,1594],[1779,1359],[1545,1359]]},{"area":"3fd","points":[[2290,1591],[1901,1591],[1901,1363],[2135,1363]]},{"area":"404","points":[[419,1622],[670,1622],[546,1841]]},{"area":"40a","points":[[564,1876],[857,2382],[888,2382],[1115,1995],[1086,1975],[1086,1627],[706,1627]]},{"area":"408","points":[[422,2441],[738,2244],[815,2374],[815,2502],[739,2637]]},{"area":"40b","points":[[1106,1961],[1106,1626],[1329,1626],[1128,1972]]},{"area":"404","points":[[3013,1626],[3257,1626],[3135,1839]]},{"area":"407","points":[[2369,1654],[2991,1654],[3098,1841],[2790,2374]]},{"area":"405","points":[[2865,2381],[2941,2245],[3252,2445],[2941,2635],[2863,2505]]},{"area":"402","points":[[2502,3004],[2794,2501],[2821,2501],[3110,3004]]},{"area":"404","points":[[3021,3263],[3258,3263],[3143,3059]]},{"area":"3ff","points":[[2276,3294],[2329,3294],[2488,3023],[3128,3023],[2988,3263],[2417,3263],[2338,3352],[2276,3352]]},{"area":"40f","points":[[1534,1945],[2146,1945],[2423,2385],[2417,2503],[2168,2941],[1538,2941],[1259,2499],[1259,2375],[1516,1956],[1392,1752],[1031,2382],[1031,2501],[1419,3170],[2261,3170],[2653,2501],[2653,2386],[2265,1714],[1419,1714],[1405,1741]]},{"area":"40f","points":[[1404,1743],[1535,1946],[1517,1954],[1395,1752]]},{"area":"40d","points":[[1280,2413],[1541,1979],[2146,1985],[2397,2408],[2397,2472],[2138,2903],[1548,2903],[1283,2477],[1577,2477],[1679,2679],[1986,2679],[2108,2445],[1990,2209],[1680,2209],[1572,2413]]},{"area":"40d","points":[[1279,2413],[1575,2413],[1561,2440],[1578,2476],[1281,2476]]},{"area":"411","points":[[1590,2440],[1695,2232],[1975,2232],[2077,2441],[1974,2652],[1695,2650]]},{"area":"404","points":[[419,3261],[539,3053],[665,3261]]},{"area":"407","points":[[573,3049],[893,2512],[1319,3235],[686,3235]]},{"area":"400","points":[[2328,3370],[2328,3795],[2711,3795],[2711,3370]]},{"area":"3fc","points":[[1903,3293],[2246,3293],[2246,3359],[2138,3523],[1903,3523]]},{"area":"3fe","points":[[1391,3288],[1778,3288],[1778,3523],[1542,3523]]},{"area":"414","points":[[810,4464],[910,4253],[1190,4253],[1299,4463],[1196,4669],[914,4669]]},{"area":"415","points":[[1614,4464],[1713,4270],[1836,4270],[1836,4414],[1811,4427],[1794,4440],[1793,4461],[1794,4493],[1816,4506],[1833,4510],[1833,4654],[1716,4654]]},{"area":"417","points":[[1853,4271],[1973,4271],[2067,4459],[1891,4459],[1886,4433],[1871,4416],[1853,4414]]},{"area":"41a","points":[[1854,4653],[1854,4510],[1880,4494],[1891,4474],[2066,4474],[1971,4653]]},{"area":"41b","points":[[2373,4464],[2486,4246],[2776,4247],[2884,4464],[2777,4684],[2484,4684]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/138-map-2.12-revels-end.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/139-map-2.12-revels-end-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"719"},"grid":{"type":"square","size":92,"offsetX":-46,"offsetY":-56,"scale":1.05,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/141-map-2.13-skytower-shelter.jpg"},"title":"Map 2.13: Skytower Shelter","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-71,"offsetY":-68,"distance":10},"id":"71a","mapRegions":[{"area":"421","points":[[197,764],[381,646],[427,706],[447,707],[501,763],[584,844],[513,953],[429,1014],[376,971],[350,943],[313,916],[311,879],[279,846],[259,830],[237,804],[217,777]]},{"area":"422","points":[[513,1226],[599,1071],[713,986],[819,950],[854,976],[814,1029],[679,1106],[593,1189],[534,1256]]},{"area":"427","points":[[659,1546],[723,1537],[763,1519],[777,1474],[834,1406],[877,1369],[949,1314],[973,1281],[1013,1273],[1041,1414],[1000,1474],[977,1506],[909,1546],[834,1580],[797,1596],[723,1601],[704,1587],[683,1567]]},{"area":"431","points":[[804,2249],[727,2199],[714,2146],[693,2126],[681,2091],[673,2063],[693,2004],[714,1974],[741,1916],[856,1894],[914,1894],[977,1943],[971,2006],[1001,2016],[1031,2021],[1050,2054],[1034,2070],[1033,2116],[1053,2131],[1046,2167],[1001,2199],[993,2220],[993,2226],[981,2276],[921,2281],[844,2273]]},{"area":"434","points":[[501,1677],[529,1720],[510,1763],[510,1820],[537,1839],[546,1863],[566,1883],[594,1889],[613,1934],[617,1969],[604,1987],[624,2023],[610,2049],[604,2066],[624,2094],[630,2127],[619,2161],[606,2187],[563,2197],[533,2186],[461,2177],[397,2190],[421,2146],[423,2110],[421,2050],[454,2029],[464,1993],[454,1971],[456,1943],[441,1927],[437,1906],[396,1883],[380,1841],[403,1807],[390,1783],[384,1724],[386,1687],[429,1671],[473,1654]]},{"area":"436","points":[[750,2423],[750,2643],[1109,2643],[1109,2423]]},{"area":"439","points":[[1404,2629],[1423,2480],[1417,2470],[1446,2443],[1441,2420],[1430,2390],[1429,2361],[1443,2323],[1460,2313],[1503,2276],[1527,2257],[1536,2280],[1576,2290],[1576,2264],[1603,2249],[1647,2230],[1666,2244],[1713,2237],[1720,2203],[1761,2197],[1839,2281],[1874,2321],[1909,2381],[1930,2411],[1921,2431],[1937,2459],[1957,2480],[1937,2516],[1917,2556],[1897,2597],[1874,2600],[1873,2629],[1869,2661],[1831,2670],[1816,2716],[1773,2710],[1767,2733],[1789,2756],[1751,2816],[1724,2810],[1701,2827],[1671,2841],[1641,2851],[1586,2846],[1571,2810],[1530,2821],[1506,2827],[1464,2809],[1453,2787],[1464,2757],[1451,2734],[1439,2717],[1409,2700],[1384,2669],[1391,2647]]},{"area":"429","points":[[1130,1657],[1131,1626],[1119,1613],[1136,1564],[1220,1517],[1256,1536],[1299,1516],[1340,1523],[1366,1556],[1410,1551],[1440,1624],[1427,1643],[1434,1670],[1464,1696],[1474,1714],[1529,1713],[1567,1677],[1589,1667],[1581,1631],[1616,1626],[1676,1621],[1704,1620],[1754,1656],[1779,1693],[1763,1726],[1767,1761],[1766,1784],[1787,1820],[1767,1841],[1747,1869],[1726,1877],[1701,1869],[1674,1873],[1643,1850],[1609,1861],[1570,1837],[1574,1800],[1570,1787],[1536,1781],[1496,1796],[1481,1813],[1449,1829],[1444,1870],[1457,1883],[1483,1891],[1523,1914],[1557,1940],[1596,1909],[1619,1904],[1644,1910],[1679,1923],[1701,1967],[1701,2026],[1681,2037],[1686,2054],[1677,2089],[1654,2101],[1636,2101],[1629,2130],[1597,2136],[1576,2130],[1557,2144],[1536,2139],[1500,2121],[1483,2091],[1471,2047],[1479,2026],[1491,2011],[1494,1986],[1480,1973],[1443,1956],[1424,1970],[1426,2001],[1411,2024],[1383,2034],[1407,2073],[1434,2106],[1436,2149],[1419,2190],[1413,2220],[1394,2224],[1364,2226],[1324,2230],[1277,2224],[1267,2194],[1243,2177],[1214,2163],[1206,2116],[1226,2073],[1240,2056],[1273,2034],[1309,2013],[1311,2000],[1299,1981],[1269,1967],[1257,1946],[1256,1921],[1211,1926],[1190,1921],[1163,1930],[1140,1909],[1119,1873],[1074,1824],[1076,1787],[1077,1767],[1089,1723],[1090,1696],[1093,1680],[1109,1670]]},{"area":"42b","points":[[1423,1533],[1433,1493],[1444,1449],[1430,1436],[1434,1379],[1416,1346],[1420,1300],[1477,1276],[1517,1267],[1573,1284],[1621,1331],[1643,1363],[1667,1384],[1669,1449],[1626,1530],[1610,1544],[1581,1547],[1544,1554],[1496,1553],[1454,1550]]},{"area":"42e","points":[[1466,677],[1527,636],[1626,636],[1669,663],[1707,707],[1726,756],[1720,787],[1684,819],[1664,870],[1687,943],[1731,964],[1767,961],[1787,1057],[1704,1171],[1530,1216],[1413,1113],[1439,1017],[1530,944],[1547,877],[1529,856],[1473,847],[1443,803],[1417,771],[1434,741],[1454,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/141-map-2.13-skytower-shelter.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/142-map-2.13-skytower-shelter-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"71a"},"grid":{"type":"square","size":116,"offsetX":-71,"offsetY":-68,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/144-map-2.14-wyrmdoom-crag.jpg"},"title":"Map 2.14: Wyrmdoom Crag","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":58,"offsetY":30,"distance":10},"id":"71b","mapRegions":[{"area":"449","points":[[381,846],[329,859],[273,853],[237,801],[213,731],[239,654],[237,619],[241,584],[303,557],[383,547],[447,567],[519,613],[551,657],[573,701],[567,750],[547,781],[506,791],[421,840]]},{"area":"445","points":[[1573,1251],[1547,1226],[1527,1160],[1501,1089],[1469,989],[1457,934],[1454,887],[1471,807],[1479,746],[1496,680],[1509,619],[1549,559],[1603,520],[1676,507],[1770,503],[1869,501],[1883,537],[1930,580],[1969,633],[1981,696],[1973,743],[1934,776],[1893,773],[1876,799],[1879,851],[1907,893],[1940,911],[1941,959],[1944,1017],[1943,1103],[1897,1159],[1874,1189],[1831,1206],[1797,1213],[1760,1207],[1746,1196],[1713,1180],[1681,1199],[1657,1239],[1613,1254]]},{"area":"44b","points":[[303,1500],[360,1491],[354,1479],[346,1464],[353,1437],[401,1421],[439,1430],[441,1443],[470,1434],[464,1420],[501,1403],[630,1436],[651,1443],[656,1467],[661,1494],[640,1520],[634,1554],[651,1573],[669,1611],[720,1636],[710,1706],[699,1763],[680,1803],[676,1820],[660,1841],[643,1870],[616,1901],[571,1913],[541,1919],[514,1924],[469,1926],[437,1903],[390,1897],[377,1884],[357,1871],[321,1854],[299,1843],[286,1800],[267,1781],[271,1740],[266,1707],[260,1633],[263,1579],[283,1530]]},{"area":"443","points":[[767,516],[814,694],[826,827],[834,1130],[856,1201],[909,1249],[1004,1284],[1130,1281],[1221,1234],[1293,1133],[1326,1023],[1316,853],[1343,764],[1333,640],[1353,567],[1250,426],[1057,416],[933,443]]},{"area":"456","points":[[1157,2581],[1416,2441],[1611,2440],[1584,2577],[1323,2694],[1163,2649]]},{"area":"44e","points":[[771,1969],[836,1943],[843,1914],[860,1891],[926,1827],[963,1809],[1013,1791],[1023,1774],[1030,1743],[1077,1719],[1116,1707],[1163,1699],[1197,1744],[1207,1771],[1243,1770],[1251,1793],[1304,1791],[1354,1807],[1379,1844],[1451,1893],[1443,1993],[1429,2010],[1447,2076],[1447,2121],[1449,2169],[1429,2231],[1384,2251],[1369,2270],[1339,2291],[1323,2333],[1273,2364],[1226,2370],[1171,2360],[1100,2359],[986,2394],[943,2407],[907,2419],[876,2431],[840,2411],[794,2374],[761,2353],[757,2311],[740,2251],[753,2214],[757,2149],[747,2104],[746,2049],[760,2000]]},{"area":"454","points":[[1559,1844],[1567,1814],[1573,1777],[1573,1757],[1544,1760],[1509,1769],[1474,1766],[1431,1746],[1410,1713],[1390,1691],[1397,1629],[1417,1583],[1454,1556],[1483,1544],[1513,1511],[1556,1489],[1624,1487],[1664,1493],[1693,1521],[1711,1570],[1710,1614],[1670,1649],[1647,1671],[1629,1694],[1627,1730],[1644,1769],[1639,1816],[1689,1813],[1730,1751],[1771,1740],[1787,1679],[1791,1640],[1786,1601],[1813,1523],[1797,1487],[1757,1491],[1731,1499],[1703,1481],[1693,1453],[1657,1440],[1630,1414],[1647,1361],[1687,1319],[1719,1293],[1759,1277],[1810,1279],[1840,1334],[1833,1383],[1819,1423],[1830,1454],[1853,1460],[1874,1430],[1904,1444],[1964,1507],[1916,1549],[1874,1560],[1873,1616],[1861,1679],[1853,1729],[1840,1774],[1814,1813],[1826,1850],[1856,1859],[1873,1794],[1933,1790],[1970,1803],[1974,1839],[1976,1887],[2006,1924],[2003,1959],[1997,1986],[1996,2047],[1960,2101],[1936,2111],[1836,2091],[1823,2043],[1807,2024],[1764,1999],[1736,1951],[1759,1913],[1787,1884],[1764,1863],[1711,1877],[1666,1909],[1626,1930],[1600,1939],[1613,1977],[1667,2001],[1661,2027],[1703,2027],[1731,2063],[1774,2071],[1793,2094],[1781,2167],[1747,2207],[1683,2237],[1624,2229],[1537,2229],[1519,2176],[1506,2143],[1509,2097],[1536,2043],[1579,2016],[1563,1979],[1513,1954],[1500,1909],[1544,1877]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/144-map-2.14-wyrmdoom-crag.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/145-map-2.14-wyrmdoom-crag-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"71b"},"grid":{"type":"square","size":116,"offsetX":58,"offsetY":30,"distance":10}}]},{"name":"Ch. 3: Sunblight","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/148-map-3.1-sunblight.jpg"},"title":"Map 3.1: Sunblight (Xardorok's Fortress)","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-40,"offsetY":-47,"distance":10},"id":"71c","mapRegions":[{"area":"49a","points":[[753,853],[753,1070],[1013,1070],[1013,853]]},{"area":"496","points":[[671,1126],[756,1126],[756,1117],[1277,1117],[1277,1033],[1364,1033],[1364,1377],[754,1377],[754,1287],[671,1287]]},{"area":"49d","points":[[1807,1027],[1891,1027],[1891,1116],[2134,1116],[2241,1249],[2241,1379],[1807,1379]]},{"area":"473","points":[[233,2141],[320,2141],[320,2053],[481,2053],[481,2120],[454,2120],[454,2131],[484,2156],[484,2546],[454,2571],[454,2584],[480,2584],[480,2647],[317,2647],[317,2563],[233,2563]]},{"area":"470","points":[[533,2443],[533,2656],[703,2656],[703,2443]]},{"area":"46d","points":[[187,2831],[240,2829],[261,2834],[299,2810],[310,2799],[331,2793],[360,2791],[410,2793],[471,2787],[494,2774],[510,2761],[529,2743],[567,2749],[664,2746],[693,2749],[704,2763],[707,2843],[680,2854],[657,2877],[613,2877],[596,2881],[581,2896],[533,2900],[496,2909],[473,2894],[424,2887],[387,2883],[349,2886],[336,2914],[296,2916],[276,2907],[251,2919],[211,2921]]},{"area":"481","points":[[751,2573],[751,2833],[1177,2833],[1177,2573]]},{"area":"486","points":[[1200,2576],[1200,2830],[1360,2830],[1360,2576]]},{"area":"48b","points":[[1459,2487],[1459,2656],[1713,2656],[1713,2487]]},{"area":"488","points":[[1191,2094],[1231,2094],[1240,2111],[1261,2111],[1280,2094],[1363,2094],[1374,2111],[1396,2111],[1410,2094],[1491,2094],[1503,2111],[1529,2111],[1547,2094],[1624,2094],[1636,2111],[1660,2111],[1673,2094],[1714,2094],[1714,2289],[1191,2289]]},{"area":"477","points":[[756,2049],[1013,2049],[1013,2189],[991,2213],[779,2213],[756,2189]]},{"area":"47b","points":[[756,2026],[756,1787],[814,1787],[839,1762],[930,1762],[954,1786],[1010,1786],[1010,2026]]},{"area":"48c","points":[[1807,1960],[1891,1960],[1911,1991],[1954,1991],[1977,1960],[2063,1960],[2063,2217],[1807,2217]]},{"area":"48e","points":[[2416,2221],[2416,2309],[2387,2329],[2387,2373],[2416,2399],[2416,2480],[2159,2480],[2159,2221]]},{"area":"492","points":[[1807,2574],[1807,2829],[2240,2829],[2240,2574]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/148-map-3.1-sunblight.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/149-map-3.1-sunblight-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71c"},"grid":{"type":"square","size":88,"offsetX":-40,"offsetY":-47,"distance":10}}]},{"name":"Ch. 4: Destruction's Light","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/155-map-4.1-dragons-flight-path.png"},"title":"Map 4.1: Dragons Flight Path","width":1700,"height":1102,"imageType":"map","grid":{"type":"none","size":236,"distance":8.48,"units":"miles"}}]},{"name":"Ch. 5: Auril's Abode","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/160-map-5.1-island-of-solstice.jpg"},"title":"Map 5.1: Island of Solstice","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-11,"offsetY":16,"distance":200},"id":"71d","mapRegions":[{"area":"537","points":[[1077,1116],[1077,1390],[1288,1390],[1288,1116]]},{"area":"53c","points":[[1284,2144],[1386,2067],[1457,2114],[1515,2263],[1566,2330],[1562,2398],[1444,2437],[1272,2314],[1269,2200]]},{"area":"540","points":[[959,2551],[1107,2436],[1186,2437],[1310,2501],[1355,2608],[1262,2686],[1155,2728],[1017,2695],[962,2627]]},{"area":"538","points":[[311,2046],[311,2184],[464,2184],[464,2046]]},{"area":"537","points":[[332,2812],[332,2959],[461,2959],[461,2812]]},{"area":"537","points":[[130,3418],[130,3587],[249,3587],[249,3418]]},{"area":"537","points":[[874,3848],[874,3995],[1005,3995],[1005,3848]]},{"area":"53c","points":[[1310,3126],[1310,3389],[1525,3389],[1525,3126]]},{"area":"53e","points":[[2040,2733],[2040,2938],[2304,2938],[2304,2733]]},{"area":"53c","points":[[2115,2135],[2115,2323],[2344,2323],[2344,2135]]},{"area":"53c","points":[[2013,3268],[2013,3589],[2307,3589],[2307,3268]]},{"area":"537","points":[[2211,4158],[2211,4325],[2360,4325],[2360,4158]]},{"area":"537","points":[[2692,3674],[2692,3894],[2926,3894],[2926,3674]]},{"area":"536","points":[[3053,3618],[3053,3761],[3152,3761],[3152,3618]]},{"area":"537","points":[[2363,1339],[2363,1505],[2517,1505],[2517,1339]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/160-map-5.1-island-of-solstice.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/161-map-5.1-island-of-solstice-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71d"},"grid":{"type":"square","size":88,"offsetX":-11,"offsetY":16,"distance":200}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/164-map-5.2-grimskalle.jpg"},"title":"Map 5.2: Grimskalle","width":3684,"height":5000,"imageType":"map","id":"71e","mapRegions":[{"area":"561","points":[[340,877],[403,897],[413,897],[414,874],[380,837],[373,817],[404,791],[457,763],[483,786],[503,809],[523,824],[530,803],[521,740],[570,727],[609,723],[624,767],[634,797],[651,797],[664,781],[680,729],[703,733],[749,741],[771,757],[760,789],[769,821],[801,801],[814,787],[836,780],[869,800],[914,830],[894,857],[880,889],[889,900],[930,883],[954,887],[1004,963],[970,979],[961,997],[984,1010],[1017,1011],[1034,1014],[1049,1106],[1007,1114],[979,1136],[1016,1163],[1051,1173],[1037,1210],[1026,1269],[1000,1270],[964,1274],[959,1284],[970,1309],[1020,1329],[989,1364],[950,1403],[911,1389],[890,1381],[874,1387],[883,1419],[917,1450],[887,1476],[851,1499],[829,1509],[779,1460],[766,1471],[764,1500],[769,1541],[723,1547],[680,1554],[667,1496],[654,1479],[634,1496],[619,1543],[610,1561],[560,1553],[521,1531],[531,1494],[524,1456],[493,1476],[474,1497],[464,1514],[414,1486],[374,1460],[397,1429],[416,1411],[410,1384],[374,1390],[339,1403],[307,1370],[281,1333],[333,1307],[340,1283],[296,1269],[263,1266],[247,1211],[241,1177],[276,1161],[310,1153],[311,1134],[297,1123],[243,1113],[246,1076],[256,1014],[290,1011],[334,1004],[326,979],[286,959],[303,919]]},{"area":"55e","points":[[241,2361],[241,2274],[263,2194],[297,2131],[330,2070],[379,2023],[436,1980],[501,1953],[554,1936],[617,1923],[676,1921],[736,1933],[789,1951],[839,1979],[903,2010],[973,2080],[1010,2140],[1041,2211],[1059,2289],[1060,2361]]},{"area":"55a","points":[[241,2377],[244,2409],[256,2446],[273,2496],[299,2544],[337,2597],[381,2637],[434,2674],[471,2693],[453,2713],[463,2739],[487,2756],[527,2763],[561,2757],[564,2727],[601,2730],[660,2731],[730,2723],[736,2764],[791,2760],[830,2747],[841,2729],[824,2693],[874,2669],[934,2623],[989,2557],[1033,2481],[1051,2416],[1059,2377]]},{"area":"564","points":[[2170,2629],[2041,2534],[2036,2513],[2029,2469],[2040,2430],[2061,2389],[2074,2404],[2117,2393],[2133,2361],[2137,2333],[2170,2293],[2176,2260],[2167,2234],[2147,2213],[2093,2133],[2067,2123],[2019,2123],[1884,2123],[1839,2101],[1804,2066],[1800,2023],[1804,1981],[1830,1946],[1873,1921],[1949,1917],[2076,1917],[2100,1899],[2154,1826],[2174,1787],[2170,1741],[2147,1724],[2136,1690],[2130,1664],[2096,1643],[2080,1641],[2066,1649],[2041,1619],[2027,1567],[2033,1520],[2170,1419],[2207,1419],[2244,1433],[2276,1460],[2293,1474],[2281,1484],[2279,1519],[2287,1550],[2307,1563],[2330,1567],[2351,1603],[2363,1641],[2386,1651],[2404,1654],[2496,1654],[2520,1654],[2536,1640],[2551,1600],[2569,1573],[2599,1560],[2620,1536],[2626,1500],[2620,1483],[2607,1476],[2623,1459],[2657,1433],[2696,1421],[2731,1417],[2783,1457],[2827,1490],[2857,1514],[2870,1540],[2869,1571],[2863,1604],[2847,1639],[2840,1653],[2824,1639],[2799,1647],[2781,1657],[2766,1683],[2763,1713],[2743,1736],[2729,1756],[2730,1787],[2739,1814],[2759,1833],[2796,1901],[2837,1913],[2906,1917],[3026,1917],[3063,1943],[3091,1969],[3104,2001],[3099,2060],[3076,2087],[3034,2116],[2999,2123],[2861,2123],[2819,2127],[2794,2149],[2743,2213],[2727,2254],[2733,2297],[2757,2324],[2761,2353],[2777,2380],[2804,2401],[2823,2400],[2841,2390],[2863,2423],[2871,2457],[2871,2507],[2869,2523],[2746,2616],[2720,2624],[2679,2616],[2640,2600],[2606,2563],[2623,2543],[2617,2516],[2609,2491],[2589,2477],[2563,2467],[2534,2396],[2506,2379],[2406,2379],[2370,2389],[2364,2419],[2344,2450],[2337,2469],[2310,2477],[2286,2499],[2270,2526],[2283,2553],[2287,2561],[2276,2587],[2231,2614],[2199,2626]]},{"area":"593","points":[[2361,3196],[2540,3196],[2537,3234],[2529,3271],[2490,3314],[2449,3347],[2406,3324],[2381,3296],[2363,3239]]},{"area":"590","points":[[2360,3174],[2361,3150],[2371,3123],[2366,3103],[2351,3089],[2327,3083],[2337,3033],[2347,3000],[2356,2970],[2367,2953],[2393,2940],[2489,2940],[2510,2940],[2530,2953],[2543,2970],[2549,3001],[2566,3047],[2573,3084],[2546,3086],[2530,3100],[2530,3120],[2541,3157],[2540,3174]]},{"area":"58e","points":[[2274,2740],[2251,2781],[2243,2814],[2234,2864],[2234,2913],[2669,2913],[2666,2860],[2657,2814],[2646,2781],[2623,2740]]},{"area":"58a","points":[[2299,2719],[2603,2719],[2594,2690],[2574,2656],[2547,2620],[2531,2594],[2527,2557],[2527,2541],[2491,2541],[2491,2476],[2513,2471],[2513,2450],[2497,2434],[2406,2434],[2384,2443],[2393,2460],[2416,2470],[2416,2542],[2374,2542],[2374,2609],[2334,2641],[2306,2679]]},{"area":"580","points":[[3293,2544],[3449,2627],[3500,2641],[3537,2637],[3561,2626],[3559,2596],[3534,2564],[3501,2533],[3426,2481],[3356,2443]]},{"area":"575","points":[[3187,2637],[3123,2596],[3093,2544],[3087,2486],[3099,2410],[3037,2380],[2993,2460],[2944,2419],[2936,2391],[2940,2343],[2883,2311],[2899,2276],[2789,2219],[2817,2171],[2924,2229],[2946,2196],[3001,2230],[3034,2207],[3061,2197],[3130,2219],[3087,2300],[3143,2329],[3180,2303],[3211,2284],[3239,2270],[3291,2267],[3334,2274],[3383,2300]]},{"area":"586","points":[[1543,2443],[1480,2480],[1413,2523],[1370,2559],[1340,2587],[1337,2629],[1379,2643],[1423,2633],[1483,2613],[1544,2584],[1604,2547]]},{"area":"575","points":[[1520,2297],[1573,2271],[1629,2263],[1669,2276],[1697,2293],[1736,2317],[1753,2331],[1814,2301],[1770,2219],[1807,2207],[1836,2200],[1860,2214],[1891,2231],[1949,2203],[1969,2227],[2081,2166],[2110,2214],[2004,2274],[2017,2314],[1960,2346],[1959,2374],[1964,2403],[1950,2427],[1910,2454],[1864,2377],[1797,2413],[1804,2466],[1807,2526],[1786,2573],[1749,2611],[1711,2633]]},{"area":"575","points":[[2074,1873],[1971,1810],[1951,1840],[1896,1810],[1866,1829],[1836,1843],[1770,1824],[1817,1740],[1759,1707],[1717,1740],[1680,1764],[1639,1773],[1590,1769],[1549,1763],[1519,1741],[1717,1407],[1757,1430],[1781,1463],[1807,1504],[1813,1546],[1804,1596],[1800,1624],[1864,1654],[1903,1581],[1931,1604],[1953,1621],[1963,1646],[1961,1694],[2013,1733],[2001,1760],[2104,1821]]},{"area":"578","points":[[1544,1601],[1400,1510],[1357,1476],[1343,1450],[1340,1414],[1371,1396],[1409,1403],[1443,1413],[1484,1431],[1603,1496]]},{"area":"575","points":[[2790,1823],[2896,1761],[2883,1726],[2940,1696],[2939,1663],[2940,1626],[2990,1580],[3036,1659],[3099,1627],[3089,1537],[3109,1474],[3144,1437],[3187,1404],[3383,1743],[3304,1773],[3244,1767],[3203,1749],[3141,1706],[3087,1736],[3131,1821],[3069,1839],[3041,1829],[3009,1807],[2947,1841],[2926,1814],[2823,1876]]},{"area":"57c","points":[[3296,1496],[3433,1420],[3484,1404],[3519,1394],[3560,1410],[3557,1453],[3527,1491],[3419,1563],[3354,1600]]},{"area":"568","points":[[2410,1649],[2410,1610],[2393,1603],[2386,1583],[2394,1569],[2417,1566],[2407,1504],[2373,1504],[2373,1431],[2333,1397],[2310,1367],[2300,1346],[2300,1323],[2600,1323],[2600,1346],[2584,1367],[2560,1407],[2531,1433],[2526,1499],[2492,1499],[2492,1564],[2506,1570],[2516,1586],[2507,1600],[2495,1612],[2495,1649]]},{"area":"56b","points":[[2231,1127],[2234,1200],[2247,1247],[2270,1300],[2623,1300],[2649,1260],[2661,1234],[2669,1127]]},{"area":"56d","points":[[2361,867],[2363,890],[2370,913],[2366,936],[2354,949],[2327,956],[2344,1011],[2350,1060],[2369,1090],[2411,1107],[2481,1100],[2517,1096],[2540,1073],[2557,1037],[2567,1001],[2571,957],[2541,943],[2527,924],[2540,894],[2540,867]]},{"area":"571","points":[[2360,843],[2369,784],[2393,737],[2447,690],[2513,740],[2533,803],[2533,843]]},{"area":"557","points":[[653,3446],[660,3349],[684,3270],[737,3194],[804,3151],[874,3129],[933,3130],[1013,3156],[1064,3209],[1111,3267],[1136,3327],[1146,3411],[1146,3446]]},{"area":"552","points":[[976,3471],[976,3806],[1441,3806],[1441,3471]]},{"area":"54f","points":[[977,3826],[977,4064],[1264,4064],[1264,3826]]},{"area":"554","points":[[813,4061],[524,4061],[524,3983],[487,3909],[396,3909],[396,3471],[813,3471]]},{"area":"54d","points":[[400,4086],[400,4256],[813,4256],[813,4086]]},{"area":"54b","points":[[1106,4260],[1106,4304],[1269,4304],[1269,4260]]}],"grid":{"type":"square","size":88,"offsetX":30,"offsetY":-6,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/164-map-5.2-grimskalle.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/165-map-5.2-grimskalle-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71e"},"grid":{"type":"square","size":88,"offsetX":30,"offsetY":-6,"distance":10}}]},{"name":"Ch. 6: Caves of Hunger","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/171-map-6.1-caves-of-hunger.jpg"},"title":"Map 6.1: Caves of Hunger","width":4421,"height":6000,"imageType":"map","grid":{"type":"square","size":158,"offsetX":28,"offsetY":55,"scale":3},"id":"71f","mapRegions":[{"area":"5b2","points":[[214,485],[245,463],[270,450],[281,417],[301,397],[335,395],[366,378],[386,350],[430,334],[495,323],[547,342],[574,360],[581,377],[592,387],[581,409],[569,423],[542,422],[516,423],[480,400],[461,422],[449,443],[431,461],[395,466],[369,470],[357,490],[341,516],[305,537],[280,551],[270,521],[258,505],[234,501]]},{"area":"5b7","points":[[694,631],[671,615],[648,613],[627,628],[603,627],[601,594],[586,583],[596,554],[619,538],[645,537],[645,570],[665,577],[684,573],[720,585],[747,566],[745,537],[742,503],[763,501],[826,535],[850,575],[830,603],[806,609],[787,595],[763,604],[751,604],[745,627],[754,643],[777,639],[797,658],[796,698],[772,716],[741,717],[726,707],[715,698],[699,686],[688,686],[655,712],[637,701],[640,661],[674,646]]},{"area":"5b7","points":[[177,895],[166,871],[173,846],[203,843],[203,817],[227,812],[266,812],[274,826],[271,849],[281,871],[289,857],[301,826],[317,814],[325,787],[297,782],[275,768],[274,755],[241,757],[213,755],[181,755],[178,739],[169,712],[173,692],[175,665],[209,652],[230,674],[236,653],[266,643],[286,661],[281,690],[293,702],[314,657],[354,655],[381,661],[379,705],[373,734],[324,730],[302,743],[310,754],[352,756],[369,777],[364,809],[347,817],[360,825],[399,825],[403,854],[406,879],[368,879],[338,867],[319,877],[314,895],[281,903],[243,902],[195,912]]},{"area":"5b3","points":[[379,1009],[406,934],[454,902],[488,884],[535,819],[570,778],[600,783],[672,777],[677,826],[698,850],[702,929],[706,969],[702,986],[676,1017],[639,1030],[591,1032],[577,1027],[560,1027],[537,1031],[493,1023],[462,1043],[440,1048],[427,1041],[378,1044]]},{"area":"5ba","points":[[539,1489],[498,1467],[475,1439],[461,1404],[452,1351],[465,1299],[488,1276],[488,1248],[481,1226],[505,1191],[534,1181],[543,1159],[570,1135],[581,1124],[595,1103],[597,1089],[592,1068],[636,1054],[670,1055],[684,1068],[692,1101],[701,1114],[739,1115],[751,1071],[752,1053],[747,1032],[752,1015],[791,1008],[827,995],[862,986],[888,982],[919,1012],[960,1034],[910,1097],[861,1151],[848,1209],[840,1297],[884,1372],[908,1397],[854,1436],[825,1425],[763,1472],[655,1517],[586,1524],[565,1502]]},{"area":"5be","points":[[1014,1071],[954,1101],[926,1120],[906,1159],[895,1199],[902,1240],[926,1280],[963,1315],[1008,1330],[1055,1338],[1124,1301],[1168,1240],[1174,1172],[1139,1115],[1106,1083],[1050,1072]]},{"area":"5b8","points":[[165,1853],[185,1773],[228,1716],[312,1702],[373,1707],[444,1670],[434,1635],[347,1596],[272,1636],[240,1670],[199,1699],[150,1751],[145,1800],[145,1855]]},{"area":"5cb","points":[[893,1897],[1098,1782],[1338,1732],[1465,1721],[1556,1665],[1636,1783],[1603,1910],[1539,1959],[1419,1914],[1272,1965],[1150,2032],[1008,2050],[925,2021],[879,1965]]},{"area":"5c2","points":[[1151,1324],[1182,1258],[1190,1141],[1223,1130],[1284,1123],[1332,1135],[1394,1166],[1454,1270],[1516,1290],[1443,1342],[1350,1374],[1325,1386],[1268,1359],[1203,1394],[1173,1343]]},{"area":"5c5","points":[[1185,796],[1246,748],[1330,746],[1308,812],[1222,857],[1188,841]]},{"area":"5c8","points":[[1634,1212],[1614,1133],[1595,1032],[1621,992],[1674,996],[1732,1031],[1765,1083],[1777,1163],[1712,1203],[1667,1221]]},{"area":"5f7","points":[[1448,2907],[1419,2877],[1408,2846],[1392,2815],[1391,2778],[1383,2752],[1425,2695],[1450,2671],[1485,2690],[1511,2720],[1561,2702],[1552,2670],[1582,2639],[1609,2605],[1626,2601],[1665,2597],[1732,2659],[1733,2760],[1714,2839],[1625,2911],[1568,2924],[1474,2929]]},{"area":"5fb","points":[[644,5040],[688,4937],[756,4858],[808,4804],[907,4760],[1003,4757],[1022,4799],[1004,4825],[1026,4875],[1013,4895],[1023,4945],[979,4955],[950,5006],[947,5031],[876,5062],[837,5094],[794,5166],[783,5194],[725,5166],[738,5125],[712,5107],[681,5095],[659,5066]]},{"area":"5fe","points":[[804,5232],[819,5166],[858,5101],[911,5070],[979,5044],[1034,5039],[1075,5043],[1097,5035],[1101,5070],[1134,5083],[1137,5125],[1129,5151],[1092,5170],[1085,5206],[1050,5221],[1015,5241],[1004,5281],[957,5276],[948,5314],[915,5319],[906,5285],[844,5280],[819,5267]]},{"area":"601","points":[[1138,5059],[1128,4956],[1112,4899],[1111,4808],[1101,4777],[1177,4773],[1237,4827],[1314,4890],[1339,4912],[1254,4943],[1245,4961],[1234,5004],[1240,5023],[1248,5055],[1277,5071],[1301,5044],[1372,5048],[1403,5059],[1392,5147],[1383,5230],[1337,5228],[1301,5252],[1284,5240],[1241,5243],[1231,5190],[1208,5126],[1179,5093],[1151,5072]]},{"area":"603","points":[[1671,4995],[1782,4935],[1805,4975],[1699,5039]]},{"area":"5f5","points":[[1483,3610],[1452,3534],[1431,3399],[1570,3254],[1743,3083],[1850,3074],[1942,3155],[1973,3374],[1957,3555],[1929,3619],[1950,3739],[2001,3886],[1839,4030],[1765,4025],[1594,3975],[1533,3799],[1561,3685]]},{"area":"5f0","points":[[2339,3365],[2265,3323],[2196,3265],[2196,3172],[2246,3026],[2324,2943],[2401,2991],[2437,3092],[2488,3208],[2427,3330],[2378,3361]]},{"area":"5f7","points":[[2662,3330],[2650,3284],[2657,3271],[2683,3265],[2680,3236],[2720,3222],[2738,3204],[2723,3170],[2706,3165],[2714,3138],[2748,3126],[2783,3119],[2832,3119],[2890,3130],[2901,3161],[2897,3201],[2924,3221],[2951,3232],[2950,3274],[2937,3292],[2973,3320],[2965,3347],[2970,3374],[2951,3392],[2935,3410],[2937,3437],[2903,3446],[2870,3448],[2846,3445],[2813,3435],[2796,3462],[2772,3471],[2703,3441],[2707,3401],[2679,3379],[2666,3354]]},{"area":"5f9","points":[[2450,4262],[2461,4128],[2552,4040],[2676,4022],[2717,4093],[2714,4218],[2694,4262],[2534,4301],[2495,4286]]},{"area":"5cf","points":[[2280,1615],[2265,1551],[2286,1471],[2279,1425],[2298,1370],[2338,1352],[2397,1335],[2436,1350],[2462,1345],[2494,1406],[2529,1401],[2585,1439],[2594,1566],[2610,1587],[2587,1614],[2597,1657],[2619,1676],[2679,1721],[2646,1788],[2603,1796],[2566,1756],[2534,1773],[2543,1814],[2501,1845],[2457,1886],[2436,1905],[2408,1894],[2417,1934],[2355,1959],[2310,1954],[2280,1926],[2243,1943],[2186,1903],[2172,1866],[2254,1881],[2308,1854],[2311,1832],[2347,1823],[2329,1794],[2343,1761],[2297,1730],[2262,1698],[2258,1683],[2292,1643],[2292,1627]]},{"area":"5d1","points":[[2499,1294],[2530,1262],[2578,1226],[2595,1196],[2590,1173],[2617,1138],[2640,1107],[2655,1080],[2654,1023],[2640,1017],[2628,991],[2610,966],[2572,939],[2600,930],[2654,930],[2693,961],[2705,981],[2698,1004],[2734,1028],[2752,1092],[2772,1128],[2725,1150],[2768,1175],[2747,1241],[2745,1267],[2717,1262],[2745,1290],[2717,1323],[2697,1328],[2688,1374],[2675,1390],[2631,1383],[2582,1356],[2543,1339],[2534,1315],[2520,1314]]},{"area":"5d4","points":[[2795,1418],[2788,1387],[2783,1361],[2813,1328],[2846,1317],[2846,1297],[2892,1275],[2933,1261],[2952,1274],[2973,1289],[3001,1351],[3004,1373],[3006,1399],[3000,1468],[2986,1503],[2974,1524],[2932,1542],[2884,1548],[2836,1543],[2782,1539],[2799,1483],[2803,1452]]},{"area":"5dd","points":[[2897,1710],[2937,1655],[2964,1627],[3022,1625],[3046,1644],[3098,1648],[3134,1676],[3146,1724],[3132,1746],[3124,1755],[3115,1795],[3139,1828],[3134,1857],[3093,1863],[3054,1859],[2972,1870],[2928,1872],[2914,1835],[2881,1826],[2874,1786],[2874,1763],[2870,1751],[2897,1728]]},{"area":"5d9","points":[[2517,2108],[2506,2081],[2457,2057],[2475,2013],[2476,1972],[2497,1950],[2530,1923],[2574,1915],[2608,1899],[2688,1907],[2746,1916],[2777,1937],[2787,1941],[2790,1979],[2792,2012],[2823,2021],[2790,2071],[2804,2108],[2806,2137],[2794,2181],[2748,2192],[2717,2191],[2703,2208],[2695,2234],[2653,2234],[2630,2230],[2613,2231],[2588,2250],[2548,2236],[2545,2266],[2505,2274],[2471,2253],[2485,2173],[2497,2145],[2526,2119]]},{"area":"5ee","points":[[2948,2474],[2986,2387],[3044,2345],[3169,2391],[3204,2521],[3120,2592],[3055,2583],[2970,2529]]},{"area":"5e9","points":[[3373,2525],[3397,2483],[3432,2480],[3453,2434],[3499,2410],[3519,2408],[3551,2419],[3534,2455],[3564,2465],[3575,2444],[3606,2439],[3601,2457],[3627,2459],[3643,2520],[3640,2560],[3650,2595],[3698,2604],[3719,2591],[3750,2614],[3751,2645],[3750,2672],[3748,2698],[3747,2721],[3707,2742],[3689,2785],[3648,2785],[3612,2790],[3578,2801],[3515,2747],[3499,2705],[3485,2591],[3448,2596],[3421,2572],[3412,2551],[3414,2534],[3392,2537]]},{"area":"5e5","points":[[3450,2013],[3465,1982],[3532,1966],[3552,1930],[3537,1898],[3586,1868],[3637,1859],[3650,1782],[3631,1755],[3681,1791],[3728,1812],[3750,1863],[3800,1908],[3797,1938],[3814,1987],[3796,2009],[3815,2030],[3804,2089],[3775,2107],[3737,2115],[3754,2134],[3677,2182],[3646,2196],[3635,2214],[3605,2209],[3597,2231],[3613,2257],[3594,2294],[3542,2290],[3508,2254],[3483,2215],[3490,2182],[3467,2147],[3428,2130],[3415,2094],[3437,2061],[3450,2039]]},{"area":"5eb","points":[[3960,2027],[3933,2017],[3934,1987],[3945,1963],[3991,1947],[4000,1917],[3994,1895],[3994,1857],[4009,1819],[4034,1825],[4067,1814],[4076,1788],[4112,1770],[4161,1783],[4172,1800],[4187,1823],[4168,1846],[4175,1867],[4155,1889],[4175,1907],[4178,1950],[4160,1982],[4150,1986],[4157,2008],[4138,2048],[4126,2049],[4114,2062],[4124,2086],[4095,2110],[4065,2111],[4090,2137],[4043,2168],[4001,2154],[3973,2121],[3928,2126],[3930,2086],[3950,2055]]},{"area":"5d6","points":[[3183,1244],[3166,1228],[3117,1215],[3110,1203],[3077,1183],[3053,1120],[3061,1083],[3030,1083],[3026,1035],[3003,1012],[2966,1005],[2968,947],[2988,930],[3017,938],[3028,921],[3072,907],[3088,919],[3123,915],[3146,947],[3166,972],[3154,995],[3172,1018],[3200,1009],[3217,996],[3228,972],[3257,973],[3298,965],[3319,981],[3333,1015],[3315,1046],[3341,1074],[3355,1095],[3341,1145],[3321,1168],[3330,1194],[3301,1217],[3263,1231],[3250,1219],[3209,1240]]},{"area":"5df","points":[[3206,1577],[3210,1511],[3235,1493],[3249,1492],[3259,1466],[3250,1452],[3246,1428],[3246,1419],[3270,1399],[3267,1370],[3293,1333],[3324,1307],[3354,1329],[3387,1335],[3422,1329],[3434,1314],[3477,1308],[3514,1354],[3530,1372],[3535,1396],[3537,1461],[3514,1468],[3512,1510],[3541,1525],[3541,1594],[3534,1603],[3497,1608],[3488,1630],[3490,1652],[3454,1679],[3434,1668],[3408,1689],[3414,1717],[3361,1734],[3326,1717],[3288,1708],[3258,1715],[3246,1694],[3245,1658],[3219,1640],[3208,1617],[3218,1592]]},{"area":"5e2","points":[[3574,1095],[3551,1067],[3543,1050],[3515,1037],[3490,1032],[3476,1032],[3463,1003],[3439,966],[3414,961],[3419,932],[3412,906],[3434,867],[3457,871],[3495,858],[3506,837],[3515,825],[3514,806],[3551,792],[3569,790],[3586,797],[3631,783],[3653,772],[3741,763],[3797,778],[3827,787],[3844,813],[3852,837],[3839,849],[3835,870],[3836,889],[3817,901],[3794,915],[3772,919],[3757,932],[3775,963],[3797,985],[3809,1027],[3772,1117],[3716,1139],[3635,1125],[3610,1110]]},{"area":"608","points":[[3835,3204],[3855,3123],[3866,3037],[3885,2988],[3982,2932],[4102,2939],[4221,2946],[4254,2945],[4293,2938],[4325,2925],[4356,2881],[4356,3133],[4292,3152],[4257,3231],[4284,3321],[4218,3370],[4071,3404],[3982,3399],[3850,3305],[3837,3249]]},{"area":"60e","points":[[3030,3628],[2985,3596],[3015,3566],[3045,3530],[3075,3535],[3111,3526],[3146,3510],[3165,3525],[3169,3561],[3182,3582],[3213,3605],[3195,3652],[3204,3690],[3268,3670],[3320,3640],[3312,3728],[3266,3787],[3223,3792],[3183,3790],[3115,3810],[3052,3750],[3026,3708],[3028,3670]]},{"area":"60a","points":[[3330,3872],[3333,3844],[3378,3799],[3387,3774],[3413,3747],[3449,3699],[3492,3705],[3542,3706],[3572,3674],[3604,3654],[3643,3672],[3698,3705],[3689,3743],[3703,3768],[3766,3766],[3775,3772],[3705,3886],[3694,3920],[3695,3956],[3703,3997],[3671,4019],[3641,4019],[3640,4045],[3619,4072],[3587,4068],[3573,4049],[3538,4046],[3514,4022],[3486,3983],[3492,3950],[3480,3924],[3431,3930],[3410,3933],[3339,3914]]},{"area":"611","points":[[3844,4076],[3863,4048],[3924,4018],[3956,4022],[3994,4014],[4017,4040],[4013,4061],[4074,4089],[4070,4146],[4054,4174],[4019,4175],[3975,4204],[3952,4215],[3932,4210],[3902,4186],[3889,4186],[3879,4212],[3905,4235],[3910,4283],[3905,4302],[3895,4329],[3846,4320],[3809,4320],[3779,4317],[3757,4285],[3733,4265],[3724,4249],[3702,4244],[3720,4227],[3716,4203],[3711,4175],[3702,4157],[3733,4135],[3733,4106],[3777,4090],[3809,4088],[3830,4092],[3840,4088]]},{"area":"613","points":[[4106,3911],[4148,3858],[4143,3831],[4183,3815],[4201,3823],[4221,3818],[4254,3848],[4286,3874],[4319,3879],[4320,3919],[4297,3928],[4294,3950],[4326,3966],[4332,3995],[4319,4021],[4272,4023],[4293,4052],[4294,4084],[4253,4098],[4230,4147],[4195,4139],[4185,4128],[4164,4121],[4147,4105],[4116,4098],[4115,4070],[4121,4040],[4097,4015],[4114,3972],[4111,3942]]},{"area":"61a","points":[[3773,4752],[3806,4716],[3917,4715],[3943,4783],[3950,4809],[3966,4819],[3956,4846],[3973,4884],[3969,4942],[3926,4987],[3888,4983],[3871,5017],[3825,5008],[3782,4994],[3772,4979],[3768,4951],[3755,4911],[3759,4884],[3769,4844],[3763,4785]]},{"area":"615","points":[[2961,5098],[3030,4899],[3061,4773],[3155,4670],[3218,4599],[3299,4511],[3391,4551],[3436,4641],[3557,4743],[3570,4902],[3526,5015],[3379,5095],[3286,5137],[3197,5245],[3052,5257],[2965,5164]]},{"area":"61b","points":[[3788,5412],[3775,5378],[3837,5334],[3867,5408],[3880,5474],[3850,5525],[3855,5609],[3883,5684],[3792,5649],[3785,5524],[3799,5435]]},{"area":"618","points":[[3026,5546],[3018,5524],[3030,5483],[3054,5458],[3072,5440],[3101,5428],[3141,5418],[3166,5435],[3209,5443],[3246,5414],[3307,5405],[3339,5400],[3374,5401],[3401,5361],[3432,5365],[3463,5385],[3479,5410],[3480,5462],[3480,5495],[3471,5534],[3394,5572],[3374,5556],[3346,5572],[3360,5587],[3338,5600],[3328,5610],[3332,5632],[3310,5652],[3271,5654],[3225,5657],[3191,5689],[3156,5698],[3110,5694],[3094,5674],[3070,5665],[3049,5649],[3027,5627],[3035,5573]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/171-map-6.1-caves-of-hunger.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/172-map-6.1-caves-of-hunger-player.jpg"},"title":"Player Version","width":4421,"height":6000,"imageType":"mapPlayer","mapParent":{"id":"71f"},"grid":{"type":"square","size":158,"offsetX":28,"offsetY":55,"scale":3}}]},{"name":"Ch. 7: Doom of Ythryn","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/178-map-7.1-the-necropolis.jpg"},"title":"Map 7.2: Necropolis of Ythryn","width":5000,"height":3100,"imageType":"map","grid":{"type":"none","size":286,"distance":100},"id":"720","mapRegions":[{"area":"67b","points":[[2679,793],[2679,880],[2764,880],[2764,793]]},{"area":"674","points":[[2266,689],[2266,772],[2351,772],[2351,689]]},{"area":"671","points":[[2036,480],[2036,554],[2116,554],[2116,480]]},{"area":"66d","points":[[1932,384],[1932,469],[2021,469],[2021,384]]},{"area":"66a","points":[[2107,874],[2107,955],[2182,955],[2182,874]]},{"area":"677","points":[[2236,1031],[2236,1106],[2319,1106],[2319,1031]]},{"area":"6b3","points":[[3364,953],[3364,1035],[3440,1035],[3440,953]]},{"area":"6ae","points":[[3187,1112],[3187,1188],[3265,1188],[3265,1112]]},{"area":"6b7","points":[[3388,1556],[3388,1627],[3465,1627],[3465,1556]]},{"area":"6bc","points":[[4202,1702],[4202,1786],[4282,1786],[4282,1702]]},{"area":"6c4","points":[[3058,1755],[3058,1836],[3139,1836],[3139,1755]]},{"area":"6c1","points":[[3426,1874],[3426,1952],[3506,1952],[3506,1874]]},{"area":"6c9","points":[[3044,2184],[3044,2265],[3124,2265],[3124,2184]]},{"area":"668","points":[[1606,574],[1606,655],[1689,655],[1689,574]]},{"area":"664","points":[[1305,720],[1305,800],[1393,800],[1393,720]]},{"area":"660","points":[[1125,767],[1125,845],[1202,845],[1202,767]]},{"area":"65d","points":[[1044,1131],[1044,1220],[1125,1220],[1125,1131]]},{"area":"656","points":[[1527,1152],[1527,1232],[1619,1232],[1619,1152]]},{"area":"645","points":[[1345,1512],[1345,1589],[1428,1589],[1428,1512]]},{"area":"649","points":[[1609,1487],[1609,1566],[1684,1566],[1684,1487]]},{"area":"64c","points":[[1906,1320],[1906,1395],[1986,1395],[1986,1320]]},{"area":"652","points":[[2120,1340],[2120,1425],[2200,1425],[2200,1340]]},{"area":"640","points":[[2181,1844],[2181,1926],[2266,1926],[2266,1844]]},{"area":"632","points":[[1262,2147],[1262,2228],[1352,2228],[1352,2147]]},{"area":"635","points":[[1528,2245],[1528,2329],[1601,2329],[1601,2245]]},{"area":"637","points":[[2014,2144],[2014,2221],[2098,2221],[2098,2144]]},{"area":"6ba","points":[[2725,1652],[2725,1731],[2812,1731],[2812,1652]]},{"area":"6d0","points":[[2725,1794],[2725,1881],[2802,1881],[2802,1794]]},{"area":"6cd","points":[[2639,2044],[2639,2127],[2727,2127],[2727,2044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/178-map-7.1-the-necropolis.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/179-map-7.1-the-necropolis-player.jpg"},"title":"Player Version","width":5000,"height":3100,"imageType":"mapPlayer","grid":{"type":"none","size":286,"distance":100},"mapParent":{"id":"720"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/184-map-7.3-spire-of-iriolarthas.jpg"},"title":"Map 7.3: Spire of Iriolarthas","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24},"id":"721","mapRegions":[{"area":"693","points":[[762,1013],[757,995],[742,989],[738,947],[695,976],[696,989],[677,990],[675,973],[689,969],[719,916],[597,916],[584,931],[565,917],[582,897],[594,903],[683,861],[595,824],[572,828],[563,810],[586,797],[595,804],[684,806],[635,720],[622,710],[628,695],[646,697],[645,711],[704,758],[706,671],[693,651],[710,641],[723,651],[718,668],[737,764],[778,626],[764,604],[785,594],[801,609],[790,618],[831,758],[855,667],[843,653],[863,643],[880,661],[865,669],[867,765],[923,710],[928,693],[949,696],[947,717],[934,718],[891,809],[974,805],[988,795],[1005,813],[990,826],[977,822],[883,861],[974,904],[991,902],[999,919],[982,928],[971,916],[857,918],[878,971],[896,973],[890,991],[869,989],[872,974],[829,947],[834,986],[811,1001],[808,1013]]},{"area":"692","points":[[733,1014],[733,1344],[840,1344],[840,1014]]},{"area":"68b","points":[[320,1651],[345,1583],[397,1542],[435,1535],[479,1557],[516,1585],[515,1697],[482,1729],[438,1742],[390,1736],[351,1709],[329,1678]]},{"area":"68e","points":[[1043,1606],[1270,1606],[1305,1641],[1305,1802],[1071,1802],[1043,1768]]},{"area":"684","points":[[214,1898],[214,2064],[364,2064],[364,1898]]},{"area":"680","points":[[526,1797],[526,2213],[1044,2213],[1044,1797]]},{"area":"686","points":[[1093,1849],[1093,2061],[1357,2061],[1357,1849]]},{"area":"689","points":[[1261,2163],[1304,2163],[1304,2110],[1361,2110],[1361,2253],[1322,2281],[1256,2294],[1261,2215]]},{"area":"685","points":[[862,2263],[862,2322],[1199,2322],[1199,2263]]},{"area":"67e","points":[[739,2229],[739,2640],[837,2640],[837,2229]]},{"area":"698","points":[[2183,1162],[2147,1146],[2118,1121],[2077,1071],[2049,1021],[2036,936],[2034,863],[2045,788],[2061,734],[2095,676],[2128,638],[2183,610],[2228,599],[2274,598],[2316,612],[2366,641],[2389,668],[2412,706],[2440,772],[2449,815],[2453,875],[2450,933],[2438,1002],[2412,1063],[2372,1116],[2322,1156],[2292,1162]]},{"area":"69b","points":[[1910,1330],[2523,1330],[2611,1484],[1826,1484]]},{"area":"69f","points":[[1932,1646],[1934,1886],[1949,1972],[1964,1998],[2009,2069],[2068,2120],[2187,2158],[2299,2159],[2371,2129],[2430,2065],[2479,1986],[2501,1911],[2501,1646]]},{"area":"6a5","points":[[2502,2164],[2589,1904],[2627,1904],[2711,2164]]},{"area":"6a3","points":[[1742,2147],[1736,2103],[1754,2053],[1774,2027],[1811,2004],[1845,1995],[1881,2001],[1918,2016],[1961,2068],[1972,2111],[1960,2158],[1930,2192],[1892,2216],[1839,2215],[1791,2198],[1763,2178]]},{"area":"6a8","points":[[2145,2314],[2335,2314],[2322,2374],[2275,2406],[2239,2405],[2195,2397],[2161,2375],[2150,2344]]},{"area":"6a9","points":[[3178,2294],[3699,2294],[3699,1856],[3690,1830],[3672,1811],[3656,1798],[3598,1798],[3598,1691],[3576,1656],[3542,1624],[3510,1605],[3474,1589],[3434,1589],[3395,1594],[3354,1610],[3317,1638],[3291,1674],[3275,1701],[3275,1802],[3222,1802],[3192,1822],[3181,1843],[3178,1894]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/184-map-7.3-spire-of-iriolarthas.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/185-map-7.3-spire-of-iriolarthas-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"721"},"grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24}}]},{"name":"Maps","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/263-icewind-dale.jpg"},"title":"Poster Map: Icewind Dale","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":63,"distance":1,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/264-ten-towns.jpg"},"title":"Poster Map: Ten Towns","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":122,"distance":250}}]}]},"CM":{"id":"CM","source":"CM","prop":"adventure","chapters":[{"name":"A Book of Books","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/map-poster.jpg"},"title":"Poster Map","width":5000,"height":3539,"imageType":"map","grid":{"type":"none","size":85,"distance":25}}]},{"name":"Candlekeep","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/004-map-1.01-Candlekeep.png"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Candlekeep","width":1710,"height":2316,"id":"426"},{"type":"image","href":{"type":"internal","path":"adventure/CM/005-map-1.01-Candlekeep-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":2400,"height":3256,"mapParent":{"id":"426","autoScale":true}}]},{"name":"The Joy of Extradimensional Spaces","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/010-map-2.01-fistandias-mansion.jpg"},"imageType":"map","title":"Map 2.1: Fistandia's Mansion","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"width":3000,"height":2135,"id":"47b","mapRegions":[{"area":"06c","points":[[944,245],[944,502],[1104,502],[1104,245]]},{"area":"069","points":[[1136,242],[1136,496],[1387,496],[1387,242]]},{"area":"065","points":[[1424,149],[1424,598],[1765,598],[1765,149]]},{"area":"070","points":[[1994,251],[1994,597],[2242,597],[2242,251]]},{"area":"051","points":[[2280,149],[2280,602],[2528,602],[2528,149]]},{"area":"076","points":[[2565,245],[2565,509],[2742,509],[2742,245]]},{"area":"049","points":[[902,816],[858,827],[830,845],[797,874],[776,914],[757,954],[746,997],[738,1040],[739,1099],[750,1150],[771,1202],[803,1243],[843,1274],[902,1298]]},{"area":"04a","points":[[941,824],[941,1178],[1293,1178],[1293,824]]},{"area":"04f","points":[[1320,826],[1320,1178],[1570,1178],[1570,826]]},{"area":"046","points":[[938,1210],[2538,1210],[2538,1286],[1872,1286],[1872,1381],[1696,1381],[1696,1283],[938,1283]]},{"area":"051","points":[[1864,1179],[1864,925],[1602,925],[1602,1179]]},{"area":"05a","points":[[1982,824],[1982,896],[2246,896],[2246,824]]},{"area":"056","points":[[1986,925],[1986,1174],[2242,1174],[2242,925]]},{"area":"05c","points":[[2277,824],[2277,1178],[2539,1178],[2539,824]]},{"area":"060","points":[[2563,822],[2750,821],[2792,829],[2829,845],[2869,885],[2898,942],[2918,1005],[2922,1066],[2906,1147],[2880,1221],[2845,1253],[2805,1285],[2752,1294],[2744,1286],[2563,1286]]},{"area":"079","points":[[1507,1685],[1507,2042],[1859,2042],[1859,1685]]},{"area":"07d","points":[[1994,1693],[1994,2046],[2245,2046],[2245,1693]]},{"area":"07f","points":[[2278,1590],[2278,2040],[2531,2040],[2531,1590]]},{"area":"064","points":[[1795,150],[1795,502],[1962,502],[1962,150]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/010-map-2.01-fistandias-mansion.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/011-map-2.01-fistandias-mansion-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"title":"Player Version","width":3000,"height":2135,"mapParent":{"id":"47b"}}]},{"name":"Mazfroth's Mighty Digressions","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/018-map-3.01-amberdune-hideout.jpg"},"imageType":"map","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Map 3.1: Amberdune Hideout","width":2163,"height":3000,"id":"47c","mapRegions":[{"area":"0b3","points":[[814,675],[814,982],[1469,982],[1469,675]]},{"area":"0af","points":[[1498,674],[1498,984],[1957,984],[1957,674]]},{"area":"0ac","points":[[814,1010],[814,1318],[1955,1318],[1955,1010]]},{"area":"0a7","points":[[818,1347],[818,1837],[1640,1837],[1640,1347]]},{"area":"0aa","points":[[1666,1346],[1666,1829],[1960,1829],[1960,1346]]},{"area":"0b7","points":[[829,2421],[835,2387],[851,2366],[850,2339],[866,2312],[893,2294],[915,2290],[950,2262],[998,2259],[1048,2264],[1072,2274],[1093,2286],[1130,2310],[1150,2333],[1158,2352],[1627,2352],[1627,2496],[1166,2496],[1150,2526],[1128,2549],[1102,2573],[1064,2592],[1034,2590],[976,2584],[938,2576],[899,2560],[891,2531],[867,2493],[846,2453],[837,2438]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/018-map-3.01-amberdune-hideout.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/019-map-3.01-amberdune-hideout-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Player Version","width":2163,"height":3000,"mapParent":{"id":"47c"}}]},{"name":"Book of the Raven","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/022-04-002.map-handout.png"},"width":2213,"height":3000,"imageType":"map","grid":{"type":"none"},"title":"Map of Mystery"},{"type":"image","href":{"type":"internal","path":"adventure/CM/024-map-4.01-chalet-brantifax.jpg"},"imageType":"map","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Map 4.01: Chalet Brantifax","width":3000,"height":2042,"id":"47d","mapRegions":[{"area":"0e6","points":[[228,867],[236,833],[255,806],[276,788],[294,779],[318,776],[345,779],[367,786],[392,805],[408,825],[414,849],[414,879],[408,904],[396,927],[376,948],[355,956],[326,962],[295,954],[272,942],[249,927],[240,912],[229,888]]},{"area":"0e2","points":[[367,762],[432,700],[432,371],[686,371],[686,505],[762,505],[762,560],[552,560],[552,761],[492,761],[427,825]]},{"area":"0e4","points":[[571,573],[571,756],[684,756],[684,573]]},{"area":"0ea","points":[[1578,422],[1580,304],[1765,304],[1765,349],[1699,349],[1699,422]]},{"area":"0f2","points":[[1581,440],[1716,440],[1716,368],[1726,373],[1752,364],[1762,369],[1762,621],[1581,621]]},{"area":"0ee","points":[[1040,865],[1045,836],[1060,800],[1073,775],[1095,746],[1125,724],[1152,715],[1182,706],[1216,707],[1244,715],[1272,728],[1294,740],[1319,764],[1339,789],[1353,818],[1361,858],[1358,896],[1346,927],[1333,958],[1318,946],[1309,942],[1271,976],[1273,988],[1286,999],[1253,1015],[1220,1026],[1176,1025],[1131,1011],[1093,986],[1068,955],[1047,914],[1042,889]]},{"area":"0f0","points":[[1309,727],[1309,575],[1332,575],[1332,594],[1342,594],[1342,601],[1392,601],[1392,596],[1400,596],[1400,571],[1491,571],[1491,642],[1560,642],[1560,824],[1373,824],[1362,794],[1349,764],[1329,745]]},{"area":"0ec","points":[[1241,706],[1241,480],[1259,480],[1259,468],[1269,468],[1269,391],[1259,391],[1259,381],[1245,381],[1245,302],[1302,302],[1378,240],[1426,240],[1500,305],[1559,305],[1559,558],[1508,558],[1508,428],[1498,428],[1498,554],[1293,554],[1293,733]]},{"area":"102","points":[[1984,871],[1992,832],[2007,793],[2028,760],[2049,740],[2081,721],[2115,711],[2149,708],[2169,711],[2194,719],[2219,727],[2244,742],[2271,771],[2287,802],[2302,832],[2306,867],[2298,906],[2285,941],[2278,952],[2265,945],[2254,942],[2218,978],[2220,988],[2229,1001],[2201,1013],[2176,1021],[2144,1024],[2113,1022],[2086,1014],[2059,1000],[2036,981],[2013,954],[1996,920],[1988,894]]},{"area":"0ff","points":[[2188,692],[2188,576],[2279,576],[2279,589],[2288,604],[2335,604],[2342,594],[2342,575],[2436,575],[2436,756],[2285,756],[2264,734],[2239,714],[2208,699]]},{"area":"0fa","points":[[2191,306],[2191,484],[2306,484],[2306,306]]},{"area":"0fc","points":[[2324,308],[2324,485],[2436,485],[2436,308]]},{"area":"0fd","points":[[2527,371],[2547,371],[2547,386],[2556,400],[2606,400],[2614,391],[2614,371],[2641,371],[2641,436],[2719,436],[2732,429],[2752,436],[2766,454],[2765,479],[2752,489],[2729,496],[2716,482],[2709,482],[2709,621],[2527,621]]},{"area":"102","points":[[1986,1749],[1989,1714],[2002,1668],[2036,1632],[2068,1607],[2108,1591],[2149,1585],[2193,1591],[2235,1611],[2271,1641],[2291,1684],[2305,1729],[2299,1776],[2291,1813],[2279,1832],[2266,1821],[2252,1820],[2219,1852],[2220,1869],[2231,1879],[2212,1888],[2166,1902],[2124,1902],[2096,1894],[2067,1882],[2033,1855],[2007,1824],[1989,1779]]},{"area":"10f","points":[[2218,1449],[2473,1449],[2473,1606],[2254,1606],[2218,1579]]},{"area":"10b","points":[[2216,1433],[2216,1246],[2320,1246],[2320,1214],[2371,1214],[2371,1248],[2471,1248],[2471,1433]]},{"area":"109","points":[[2491,1246],[2549,1246],[2549,1265],[2559,1278],[2606,1278],[2614,1264],[2614,1246],[2673,1246],[2673,1435],[2644,1435],[2644,1467],[2589,1467],[2589,1436],[2558,1436],[2558,1365],[2491,1365]]},{"area":"0f4","points":[[1371,1040],[1371,1639],[1769,1639],[1769,1040]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/024-map-4.01-chalet-brantifax.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/025-map-4.01-chalet-brantifax-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Player Version","width":3000,"height":2042,"mapParent":{"id":"47d"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/027-map-4.02-harrn-mausoleum.jpg"},"imageType":"map","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Map 4.02: Harrn Mausoleum","width":2207,"height":3000,"id":"563"},{"type":"image","href":{"type":"internal","path":"adventure/CM/028-map-4.02-harrn-mausoleum-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Player Version","width":2207,"height":3000,"mapParent":{"id":"563"}}]},{"name":"A Deep and Creeping Darkness","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/033-map-5.01-vermeillon.jpg"},"imageType":"map","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Map 5.1: Vermeillon","width":3000,"height":2062,"id":"564","mapRegions":[{"area":"141","points":[[64,726],[56,686],[67,613],[75,558],[106,544],[173,518],[219,483],[259,438],[317,432],[370,440],[410,462],[462,496],[512,544],[552,594],[574,627],[579,678],[570,720],[526,758],[469,798],[437,829],[413,859],[390,882],[344,890],[275,867],[227,827],[178,800],[126,776],[85,747]]},{"area":"13b","points":[[816,1102],[984,1102],[984,1275],[869,1275],[869,1158],[816,1158]]},{"area":"138","points":[[813,1390],[813,1568],[987,1568],[987,1390]]},{"area":"13f","points":[[1357,870],[1518,778],[1534,918],[1421,1014]]},{"area":"13d","points":[[1278,427],[1278,635],[1626,635],[1626,427]]},{"area":"144","points":[[592,189],[624,128],[750,195],[717,253]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/033-map-5.01-vermeillon.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/034-map-5.01-vermeillon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Player Version","width":3000,"height":2062,"mapParent":{"id":"564"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/036-map-5.02-mayor-duvezins-house.jpg"},"imageType":"map","grid":{"type":"square","size":122,"offsetX":36,"offsetY":54},"title":"Map 5.2: Mayor Duvezin's House","width":2168,"height":3000,"id":"565","mapRegions":[{"area":"155","points":[[157,770],[157,547],[203,501],[167,465],[206,426],[241,461],[281,421],[483,421],[483,770]]},{"area":"157","points":[[160,811],[485,811],[485,1275],[280,1275],[241,1236],[206,1271],[166,1231],[201,1196],[160,1151]]},{"area":"159","points":[[526,947],[526,1272],[1258,1272],[1258,947]]},{"area":"153","points":[[525,426],[1010,426],[1010,667],[1259,667],[1259,907],[525,907]]},{"area":"15d","points":[[1054,421],[1494,421],[1533,460],[1568,425],[1613,470],[1582,501],[1620,539],[1620,770],[1294,770],[1294,630],[1054,630]]},{"area":"15b","points":[[1294,805],[1622,805],[1622,1152],[1583,1191],[1619,1227],[1576,1270],[1540,1234],[1500,1274],[1294,1274]]},{"area":"14d","points":[[510,2144],[510,1947],[554,1903],[518,1867],[557,1828],[592,1863],[632,1823],[957,1823],[957,2144]]},{"area":"14a","points":[[512,2349],[958,2349],[958,2677],[630,2677],[592,2639],[561,2670],[519,2628],[554,2593],[512,2551]]},{"area":"148","points":[[515,2190],[997,2190],[997,1824],[1485,1824],[1485,2674],[1000,2674],[1000,2314],[515,2314]]},{"area":"14f","points":[[1525,1819],[1850,1819],[1890,1859],[1922,1827],[1963,1868],[1931,1900],[1977,1946],[1977,2307],[1525,2307]]},{"area":"151","points":[[1528,2351],[1972,2351],[1972,2552],[1931,2593],[1965,2627],[1927,2665],[1897,2635],[1854,2678],[1528,2678]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/036-map-5.02-mayor-duvezins-house.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/037-map-5.02-mayor-duvezins-house-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":52,"offsetY":40},"title":"Player Version","width":2168,"height":3000,"mapParent":{"id":"565"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/038-map-5.03-platinum-mine.jpg"},"imageType":"map","grid":{"type":"square","size":58,"offsetX":2,"offsetY":29},"title":"Map 5.3: Platinum Mine","width":3000,"height":2132,"id":"566","mapRegions":[{"area":"164","points":[[223,805],[236,766],[236,734],[237,670],[246,655],[275,650],[298,648],[347,617],[372,606],[399,608],[419,621],[437,613],[449,605],[458,588],[475,591],[492,609],[512,630],[510,658],[539,726],[519,765],[488,774],[470,779],[452,787],[428,794],[401,791],[387,777],[363,769],[343,777],[317,765],[303,754],[284,774],[266,801],[263,815],[237,822]]},{"area":"160","points":[[36,906],[58,902],[80,895],[108,897],[134,901],[159,902],[182,910],[218,899],[246,898],[275,948],[241,992],[186,1001],[156,1008],[146,1004],[117,1006],[88,1010],[79,1009],[61,1019],[36,1021]]},{"area":"162","points":[[298,1588],[290,1560],[289,1539],[305,1516],[337,1481],[350,1453],[346,1436],[343,1409],[363,1381],[375,1359],[410,1325],[423,1306],[474,1312],[532,1355],[552,1397],[588,1408],[603,1443],[612,1476],[623,1512],[621,1561],[612,1610],[605,1668],[568,1675],[551,1603],[521,1590],[493,1612],[477,1622],[452,1619],[437,1599],[422,1575],[413,1537],[414,1510],[397,1498],[375,1523],[352,1542],[339,1554],[328,1569],[317,1588],[305,1595]]},{"area":"16a","points":[[883,1467],[862,1449],[840,1431],[828,1395],[832,1363],[849,1333],[870,1310],[895,1290],[910,1286],[964,1265],[1006,1279],[1081,1301],[1103,1337],[1146,1352],[1155,1377],[1128,1406],[1063,1435],[1032,1461],[1001,1506],[970,1556],[948,1590],[921,1605],[889,1603],[871,1583],[872,1537],[888,1501]]},{"area":"16e","points":[[683,1877],[701,1890],[723,1905],[754,1899],[803,1880],[840,1862],[876,1859],[915,1826],[933,1803],[968,1794],[997,1792],[1026,1785],[1052,1763],[1067,1702],[1081,1672],[1098,1657],[1123,1655],[1156,1659],[1177,1658],[1195,1636],[1209,1601],[1219,1581],[1246,1570],[1267,1599],[1288,1649],[1298,1685],[1315,1699],[1332,1717],[1378,1741],[1418,1739],[1448,1732],[1489,1742],[1521,1735],[1555,1775],[1519,1817],[1489,1839],[1444,1845],[1403,1867],[1329,1908],[1289,1895],[1248,1877],[1197,1889],[1160,1898],[1133,1903],[1093,1898],[1054,1910],[1004,1929],[954,1947],[910,1946],[892,1941],[846,1946],[774,1951],[703,1954],[658,1938],[653,1905],[663,1881]]},{"area":"170","points":[[1938,1692],[1979,1643],[2019,1596],[2025,1537],[2018,1488],[2019,1453],[2045,1432],[2089,1444],[2123,1443],[2169,1408],[2208,1394],[2249,1396],[2276,1412],[2284,1434],[2314,1448],[2363,1445],[2412,1431],[2432,1425],[2481,1432],[2564,1453],[2594,1474],[2632,1501],[2671,1523],[2686,1565],[2705,1600],[2729,1627],[2750,1665],[2764,1703],[2748,1735],[2723,1742],[2692,1733],[2670,1730],[2654,1759],[2653,1791],[2670,1818],[2675,1858],[2667,1907],[2632,1920],[2594,1919],[2564,1893],[2532,1883],[2499,1889],[2461,1902],[2428,1935],[2403,1973],[2354,1983],[2312,1974],[2270,1952],[2239,1937],[2204,1926],[2165,1934],[2123,1955],[2068,1972],[2026,1964],[1997,1935],[1961,1919],[1926,1906],[1910,1858],[1935,1822],[1955,1792],[1945,1774],[1938,1734]]},{"area":"16d","points":[[2044,532],[2098,552],[2160,570],[2217,555],[2279,516],[2323,502],[2382,505],[2405,530],[2437,566],[2480,597],[2476,648],[2455,648],[2409,627],[2377,619],[2351,603],[2299,609],[2263,636],[2262,674],[2268,729],[2268,765],[2241,815],[2200,839],[2179,841],[2179,787],[2195,742],[2196,688],[2182,659],[2143,649],[2097,648],[2061,636],[2017,605],[2035,569]]},{"area":"168","points":[[1561,389],[1587,365],[1655,356],[1712,379],[1736,406],[1744,430],[1750,438],[1758,461],[1765,497],[1784,520],[1786,565],[1735,573],[1694,550],[1654,518],[1632,485],[1612,451],[1608,428],[1577,403]]},{"area":"166","points":[[1497,298],[1530,282],[1554,254],[1590,254],[1608,251],[1651,229],[1682,209],[1719,187],[1739,162],[1750,146],[1752,121],[1798,99],[1818,78],[1844,56],[1870,28],[2126,28],[2111,44],[2091,62],[2070,75],[2056,105],[2038,117],[2014,152],[1985,172],[1965,196],[1920,213],[1884,210],[1872,239],[1864,278],[1844,304],[1805,331],[1773,332],[1744,331],[1711,356],[1659,347],[1578,322],[1511,311]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/038-map-5.03-platinum-mine.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/039-map-5.03-platinum-mine-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":3,"offsetY":-28},"title":"Player Version","width":3000,"height":2132,"mapParent":{"id":"566"}}]},{"name":"Shemshime's Bedtime Rhyme","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/047-map-6.01-firefly-cellar.jpg"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Map 6.1: Firefly Cellar","width":2199,"height":3000,"id":"567","mapRegions":[{"area":"1cb","points":[[184,595],[141,595],[114,576],[139,552],[184,552],[191,496],[209,444],[230,398],[245,366],[280,321],[250,288],[243,249],[280,254],[315,285],[356,258],[386,238],[435,218],[472,204],[510,197],[544,195],[544,151],[562,122],[584,151],[588,192],[626,200],[670,210],[709,224],[761,252],[816,290],[849,259],[882,252],[880,286],[845,322],[871,358],[899,399],[919,446],[935,505],[943,549],[961,542],[988,542],[1002,555],[1001,578],[990,600],[970,603],[950,591],[942,591],[937,634],[922,684],[905,724],[884,768],[865,795],[898,829],[904,863],[869,862],[836,835],[796,866],[768,889],[729,911],[685,929],[644,937],[587,948],[587,994],[565,1021],[542,995],[542,950],[494,943],[450,929],[401,909],[357,885],[312,853],[279,885],[243,892],[246,858],[281,822],[257,790],[232,750],[213,710],[197,662],[191,623]]},{"area":"1d8","points":[[1048,2061],[1175,2061],[1228,2046],[1269,2021],[1297,1991],[1322,1959],[1336,1919],[1344,1866],[1344,1781],[1295,1817],[1248,1843],[1190,1867],[1139,1883],[1094,1888],[1048,1888]]},{"area":"1d1","points":[[998,1088],[998,910],[1344,910],[1344,996],[1252,996],[1238,1006],[1205,1042],[1192,1052],[1192,1102],[1150,1091],[1119,1088]]},{"area":"1d4","points":[[1216,1111],[1214,1066],[1263,1021],[1344,1021],[1344,1188],[1308,1159],[1265,1132],[1239,1118]]},{"area":"1cf","points":[[690,1507],[643,1507],[643,1463],[691,1463],[698,1395],[720,1335],[745,1286],[795,1223],[853,1173],[929,1132],[989,1115],[1043,1109],[1092,1109],[1151,1116],[1222,1137],[1271,1171],[1316,1197],[1339,1229],[1378,1271],[1415,1336],[1434,1410],[1442,1464],[1459,1456],[1486,1454],[1505,1475],[1505,1498],[1494,1511],[1472,1518],[1454,1507],[1443,1507],[1435,1573],[1410,1643],[1369,1715],[1329,1754],[1280,1799],[1217,1832],[1152,1853],[1091,1865],[1046,1863],[978,1850],[919,1829],[862,1800],[804,1751],[759,1698],[728,1652],[707,1594],[694,1542]]},{"area":"1da","points":[[1516,2921],[1516,2251],[1550,2285],[1550,2879]]},{"area":"1dc","points":[[1414,2077],[1414,2219],[1597,2219],[1597,2077]]},{"area":"1df","points":[[1619,2077],[1619,2211],[1701,2211],[1701,2077]]},{"area":"1e1","points":[[1721,2079],[1721,2211],[1801,2211],[1801,2079]]},{"area":"1e3","points":[[1825,2078],[1905,2078],[1954,2129],[1954,2163],[1914,2163],[1904,2171],[1904,2213],[1825,2213]]},{"area":"1e5","points":[[1923,2284],[1967,2284],[1972,2271],[1972,2181],[2062,2181],[2107,2226],[2107,2268],[2062,2313],[1923,2313]]},{"area":"1ee","points":[[1573,2283],[1573,2419],[1700,2419],[1700,2283]]},{"area":"1eb","points":[[1720,2284],[1720,2420],[1802,2420],[1802,2284]]},{"area":"1e9","points":[[1825,2287],[1901,2287],[1901,2330],[1910,2334],[1953,2334],[1953,2377],[1909,2421],[1825,2421]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/047-map-6.01-firefly-cellar.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/048-map-6.01-firefly-cellar-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"567"}}]},{"name":"The Price of Beauty","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/052-map-7.01-temple-of-the-restful-lily.jpg"},"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Map 7.1: Temple of the Restful Lily","width":2185,"height":3000,"id":"568","mapRegions":[{"area":"230","points":[[584,908],[584,545],[723,474],[837,474],[953,544],[953,908]]},{"area":"23f","points":[[1424,743],[1424,686],[1440,635],[1461,584],[1487,551],[1535,518],[1574,497],[1622,478],[1664,471],[1722,475],[1767,497],[1802,512],[1848,544],[1709,670],[1682,664],[1650,671],[1631,681],[1617,710],[1618,730],[1624,749],[1473,883],[1449,854],[1435,827],[1429,785]]},{"area":"23a","points":[[1487,897],[1664,731],[1678,730],[1696,780],[1722,764],[1865,895],[1838,925],[1812,942],[1786,956],[1750,975],[1706,985],[1674,989],[1617,979],[1578,962],[1535,937],[1502,913]]},{"area":"23c","points":[[1720,684],[1861,557],[1878,572],[1892,593],[1913,634],[1923,676],[1927,708],[1927,749],[1917,800],[1903,835],[1876,874],[1735,744],[1737,722],[1731,699]]},{"area":"21d","points":[[336,1942],[336,1442],[346,1417],[360,1397],[379,1388],[403,1384],[429,1391],[451,1409],[457,1427],[459,1450],[961,1445],[964,1419],[983,1398],[1011,1384],[1047,1386],[1068,1400],[1081,1428],[1088,1468],[1088,1942]]},{"area":"218","points":[[82,2584],[82,2205],[333,1955],[511,1955],[515,2584]]},{"area":"214","points":[[527,1954],[527,2269],[889,2269],[889,1954]]},{"area":"216","points":[[915,1957],[1595,1957],[1595,2065],[1225,2065],[1225,2082],[1405,2082],[1411,2587],[915,2587]]},{"area":"227","points":[[1426,2084],[1426,2196],[1596,2196],[1596,2084]]},{"area":"220","points":[[1424,2215],[1424,2587],[1597,2587],[1597,2215]]},{"area":"22d","points":[[1610,1958],[1610,2198],[1785,2198],[1785,1958]]},{"area":"223","points":[[1104,1444],[1104,1940],[1342,1940],[1342,1444]]},{"area":"228","points":[[1362,1639],[1918,1639],[1918,1828],[2109,1828],[2109,2588],[1613,2588],[1613,2215],[1803,2215],[1803,1937],[1362,1938]]},{"area":"212","points":[[533,2287],[533,2581],[890,2581],[890,2287]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/052-map-7.01-temple-of-the-restful-lily.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/053-map-7.01-temple-of-the-restful-lily-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Player Version","width":2185,"height":3000,"mapParent":{"id":"568"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/055-map-7.02-temple-of-the-restful-lily.jpg"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Map 7.2: Temple of the Restful Lily—Tower Floors","width":2063,"height":1425,"id":"569","mapRegions":[{"area":"234","points":[[363,223],[430,223],[485,150],[663,150],[723,223],[777,223],[783,640],[363,641]]},{"area":"245","points":[[1345,599],[1300,546],[1283,490],[1275,416],[1283,348],[1310,286],[1345,240],[1387,203],[1435,178],[1484,163],[1536,158],[1591,162],[1630,173],[1670,194],[1697,210],[1721,240],[1578,376],[1556,370],[1532,370],[1508,379],[1490,399],[1483,421],[1481,443],[1486,465]]},{"area":"243","points":[[1362,621],[1515,474],[1546,486],[1550,502],[1569,499],[1589,490],[1606,465],[1616,434],[1610,408],[1598,393],[1743,256],[1769,294],[1785,330],[1794,361],[1803,397],[1803,436],[1800,475],[1791,514],[1776,549],[1756,580],[1729,613],[1702,640],[1674,658],[1646,675],[1617,685],[1583,689],[1541,694],[1497,690],[1462,678],[1422,663],[1378,637]]},{"area":"247","points":[[1272,1051],[1277,1010],[1283,970],[1302,921],[1324,892],[1351,859],[1386,831],[1418,811],[1460,795],[1514,788],[1553,785],[1588,790],[1635,804],[1671,822],[1704,839],[1725,863],[1747,886],[1768,917],[1783,949],[1792,983],[1797,1021],[1800,1063],[1799,1091],[1787,1137],[1768,1178],[1738,1223],[1710,1250],[1678,1278],[1626,1303],[1583,1317],[1530,1323],[1479,1315],[1458,1308],[1418,1292],[1377,1263],[1337,1225],[1306,1177],[1291,1154],[1276,1097]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/055-map-7.02-temple-of-the-restful-lily.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/056-map-7.02-temple-of-the-restful-lily-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"569"}}]},{"name":"Book of Cylinders","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/061-map-8.01-grippli-village.jpg"},"imageType":"map","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Map 8.1: Grippli Village","width":3000,"height":2134,"id":"56a"},{"type":"image","href":{"type":"internal","path":"adventure/CM/062-map-8.01-grippli-village-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56a"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/063-map-8.02-temple.jpg"},"imageType":"map","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Map 8.2: Temple","width":2206,"height":3000,"id":"56b","mapRegions":[{"area":"212","points":[[549,1784],[549,2707],[1742,2707],[1742,1784]]},{"area":"214","points":[[818,656],[818,1629],[1471,1629],[1471,656]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/063-map-8.02-temple.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/064-map-8.02-temple-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"56b"}}]},{"name":"Sarah of Yellowcrest Manor","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/071-map-9.01-greenfast.jpg"},"imageType":"map","title":"Map 9.1: Greenfast","grid":{"type":"none"},"width":3000,"height":2134,"id":"56c","mapRegions":[{"area":"2a0","points":[[145,642],[255,605],[305,720],[191,760]]},{"area":"29f","points":[[631,973],[647,927],[676,905],[764,951],[738,1038],[711,1045],[640,1020],[645,1000]]},{"area":"29e","points":[[907,1309],[1007,1251],[1095,1384],[991,1440],[969,1427],[940,1385],[936,1364]]},{"area":"29a","points":[[1613,687],[1622,600],[1644,584],[1751,598],[1760,578],[1869,591],[1875,609],[1911,615],[1895,744],[1780,727],[1755,809],[1664,795],[1653,776],[1658,715],[1624,704]]},{"area":"29c","points":[[2002,1122],[2005,1095],[2053,1071],[2073,1076],[2118,1133],[2184,1085],[2233,1151],[2100,1245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/071-map-9.01-greenfast.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/072-map-9.01-greenfast-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56c"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/073-map-9.02-temple-of-the-burnt-tongue-cult.jpg"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Map 9.2: Temple of the Burnt Tongue Cult","width":2199,"height":3000,"id":"56d","mapRegions":[{"area":"2a7","points":[[311,691],[311,1188],[736,1188],[736,691]]},{"area":"2ac","points":[[95,831],[95,1120],[241,1120],[241,831]]},{"area":"2b1","points":[[885,985],[885,953],[920,933],[951,936],[986,951],[1013,964],[1033,1000],[1046,1033],[1047,1062],[1060,1096],[1048,1133],[1006,1156],[971,1171],[912,1162],[865,1140],[851,1126],[844,1081],[848,1055],[873,1039],[884,1006]]},{"area":"2b5","points":[[96,1191],[96,1408],[242,1408],[242,1191]]},{"area":"2b3","points":[[600,1262],[600,1406],[812,1406],[812,1262]]},{"area":"2b8","points":[[386,1701],[386,1829],[660,1829],[660,1701]]},{"area":"2bb","points":[[264,1884],[239,2264],[239,2339],[364,2339],[373,2392],[401,2468],[422,2512],[455,2541],[494,2565],[538,2571],[579,2559],[622,2516],[658,2464],[679,2378],[678,2338],[816,2338],[816,2267],[773,1884]]},{"area":"2c6","points":[[815,2405],[815,2566],[1020,2566],[1020,2405]]},{"area":"2c9","points":[[100,2405],[100,2571],[240,2571],[240,2405]]},{"area":"2d4","points":[[1162,2014],[1179,1969],[1200,1976],[1249,1979],[1286,1974],[1319,1952],[1342,2016],[1339,2052],[1341,2091],[1338,2115],[1316,2119],[1288,2127],[1267,2135],[1234,2131],[1201,2144],[1175,2135],[1142,2115],[1136,2093],[1148,2068],[1138,2036],[1151,2019]]},{"area":"2d1","points":[[1241,1414],[1394,1406],[1456,1394],[1499,1362],[1531,1486],[1447,1575],[1241,1575]]},{"area":"2ce","points":[[1598,1486],[1598,1609],[1745,1609],[1745,1486]]},{"area":"2d4","points":[[1960,2000],[1968,1966],[1961,1904],[1947,1875],[1949,1846],[1966,1815],[2004,1835],[2024,1854],[2042,1886],[2045,1932],[2054,1964],[2054,2005],[2052,2036],[2025,2054],[1987,2051],[1969,2027]]},{"area":"2ce","points":[[1171,908],[1154,861],[1178,836],[1192,816],[1201,784],[1231,760],[1248,747],[1279,752],[1279,829],[1271,844],[1282,873],[1276,895],[1252,911],[1218,916]]},{"area":"2cc","points":[[1591,691],[1607,668],[1808,668],[1847,680],[1868,711],[1876,734],[1872,772],[1872,792],[1860,827],[1838,840],[1806,851],[1801,872],[1778,889],[1725,904],[1682,899],[1665,894],[1653,871],[1605,855],[1595,806],[1595,735]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/073-map-9.02-temple-of-the-burnt-tongue-cult.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/074-map-9.02-temple-of-the-burnt-tongue-cult-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"56d"}}]},{"name":"Lore of Lurue","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/079-map-10.01-hags-hovel.jpg"},"imageType":"map","grid":{"type":"square","size":102,"offsetY":25},"title":"Map 10.1: Hags Hovel","width":3000,"height":2133,"id":"56e","mapRegions":[{"area":"2f1","points":[[505,433],[505,945],[813,945],[813,433]]},{"area":"2f0","points":[[506,1560],[506,1764],[709,1764],[709,1560]]},{"area":"2f4","points":[[1424,432],[1424,741],[2347,741],[2347,432]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/079-map-10.01-hags-hovel.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/080-map-10.01-hags-hovel-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetY":25},"title":"Player Version","width":3000,"height":2133,"mapParent":{"id":"56e"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/081-map-10.02-pool-of-eternal-spring.jpg"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Map 10.2: Pool of Eternal Spring","width":3000,"height":2044,"id":"56f"},{"type":"image","href":{"type":"internal","path":"adventure/CM/082-map-10.02-pool-of-eternal-spring-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"56f"}}]},{"name":"Kandlekeep Dekonstruktion","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/086-map-11.01-the-barn-door.jpg"},"imageType":"map","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Map 11.1: The Barn Door","width":3000,"height":2068,"id":"570","mapRegions":[{"area":"322","points":[[1022,1422],[1065,1422],[1077,1388],[1111,1357],[1133,1338],[1150,1328],[1187,1316],[1191,1289],[1248,1289],[1248,1321],[1276,1330],[1306,1345],[1337,1369],[1356,1397],[1372,1440],[1388,1437],[1385,1520],[1378,1524],[1352,1569],[1321,1606],[1284,1626],[1241,1640],[1196,1640],[1164,1637],[1130,1623],[1106,1601],[1077,1566],[1068,1548],[1031,1547],[999,1525],[999,1440]]},{"area":"320","points":[[1363,1328],[1413,1283],[1453,1254],[1502,1235],[1551,1231],[1591,1234],[1650,1249],[1686,1259],[1705,1281],[1733,1246],[1765,1266],[1788,1302],[1756,1338],[1774,1364],[1792,1392],[1803,1428],[1808,1474],[1812,1508],[1805,1538],[1788,1585],[1778,1613],[1760,1627],[1795,1658],[1742,1717],[1708,1688],[1675,1707],[1625,1725],[1581,1728],[1537,1726],[1483,1712],[1437,1695],[1394,1670],[1363,1628],[1390,1604],[1406,1574],[1423,1528],[1406,1520],[1418,1436],[1427,1431],[1418,1400],[1404,1373],[1379,1347]]},{"area":"319","points":[[208,1483],[218,1418],[236,1365],[272,1308],[314,1280],[363,1254],[395,1235],[434,1230],[506,1237],[557,1252],[615,1288],[658,1330],[694,1382],[701,1423],[721,1431],[721,1529],[711,1529],[697,1572],[665,1627],[622,1670],[569,1708],[512,1723],[428,1726],[359,1712],[303,1681],[257,1632],[228,1566],[214,1512]]},{"area":"327","points":[[2325,1507],[2323,1455],[2343,1388],[2373,1330],[2343,1301],[2391,1250],[2423,1280],[2458,1258],[2508,1245],[2555,1235],[2604,1234],[2648,1249],[2720,1277],[2752,1240],[2806,1294],[2774,1328],[2797,1372],[2817,1415],[2823,1463],[2825,1515],[2809,1570],[2774,1631],[2810,1661],[2785,1694],[2752,1714],[2721,1688],[2671,1712],[2618,1728],[2552,1730],[2490,1717],[2441,1694],[2399,1663],[2366,1619],[2345,1573],[2332,1534]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/086-map-11.01-the-barn-door.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/087-map-11.01-the-barn-door-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Player Version","width":3000,"height":2068,"mapParent":{"id":"570"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/088-map-11.01-under-the-barn-door.jpg"},"imageType":"map","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Map 11.1: Under The Barn Door","width":2053,"height":1415,"id":"571","mapRegions":[{"area":"32e","points":[[453,403],[421,408],[394,420],[371,438],[355,463],[344,490],[340,518],[346,548],[359,581],[380,603],[414,620],[456,629],[497,620],[527,605],[547,584],[573,605],[554,632],[521,654],[486,666],[444,672],[402,661],[362,643],[332,614],[312,576],[300,534],[302,493],[309,456],[317,447],[338,420],[366,389],[398,372],[427,367],[453,365]]},{"area":"331","points":[[461,364],[459,410],[436,413],[413,420],[391,433],[379,444],[365,462],[353,484],[349,514],[352,548],[369,576],[386,598],[409,611],[437,620],[469,620],[501,610],[525,591],[541,574],[577,599],[597,577],[603,541],[598,475],[591,445],[572,422],[584,407],[594,390],[584,370],[567,353],[540,345],[512,373],[489,367]]},{"area":"33d","points":[[1006,131],[1170,131],[1170,347],[1117,347],[1117,396],[1062,396],[1062,347],[1006,347]]},{"area":"337","points":[[618,460],[677,401],[1778,401],[1778,625],[677,625],[618,568]]},{"area":"33a","points":[[731,1124],[783,1124],[783,1109],[809,1109],[809,1176],[922,1176],[922,1109],[946,1109],[946,1124],[1004,1124],[1004,679],[893,679],[893,634],[842,634],[842,679],[731,679]]},{"area":"340","points":[[1286,1067],[1286,902],[1335,902],[1335,849],[1282,849],[1282,678],[1449,678],[1449,635],[1505,635],[1505,679],[1671,679],[1671,846],[1618,846],[1618,904],[1670,904],[1670,1067],[1562,1067],[1562,1107],[1396,1107],[1396,1067]]},{"area":"34b","points":[[1394,1122],[1394,1291],[1558,1291],[1558,1122]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/088-map-11.01-under-the-barn-door.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/089-map-11.01-under-the-barn-door-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Player Version","width":2053,"height":1415,"mapParent":{"id":"571"}}]},{"name":"Zikran's Zephyrean Tome","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/095-map-12.01-zikrans-laboratory.jpg"},"imageType":"map","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Map 12.1: Zikran's Laboratory","width":3000,"height":2069,"id":"572","mapRegions":[{"area":"369","points":[[91,1001],[100,963],[119,947],[143,946],[160,947],[176,973],[187,996],[176,1014],[150,1043],[126,1040],[103,1034],[91,1021]]},{"area":"36b","points":[[796,1047],[804,996],[840,943],[879,921],[907,890],[930,886],[933,849],[941,820],[967,800],[997,806],[1024,817],[1064,803],[1070,759],[1103,746],[1134,741],[1161,711],[1181,706],[1201,679],[1230,686],[1257,691],[1290,660],[1314,666],[1344,646],[1370,637],[1397,651],[1423,667],[1444,687],[1436,723],[1446,751],[1434,793],[1426,813],[1459,847],[1461,893],[1441,907],[1444,961],[1464,986],[1457,1023],[1466,1056],[1453,1084],[1441,1103],[1441,1137],[1464,1163],[1461,1221],[1453,1263],[1446,1290],[1447,1331],[1387,1451],[1354,1460],[1304,1471],[1291,1450],[1274,1419],[1276,1369],[1254,1331],[1243,1310],[1207,1314],[1154,1289],[1156,1260],[1136,1226],[1104,1221],[1091,1234],[1053,1210],[1019,1217],[973,1179],[980,1140],[956,1100],[894,1091],[864,1116],[840,1119],[819,1103],[797,1089],[796,1070]]},{"area":"370","points":[[1403,1464],[1460,1350],[1496,1350],[1504,1314],[1533,1289],[1559,1251],[1604,1236],[1629,1207],[1629,1170],[1669,1143],[1720,1104],[1761,1094],[1807,1086],[1830,1100],[1859,1113],[1894,1110],[1919,1130],[1943,1161],[1953,1206],[1946,1256],[1910,1267],[1914,1299],[1917,1324],[1943,1324],[1961,1307],[1989,1311],[2010,1344],[2017,1366],[2039,1364],[2046,1391],[2044,1424],[2031,1473],[2027,1520],[2016,1547],[1997,1549],[1964,1526],[1937,1526],[1917,1543],[1907,1567],[1877,1580],[1877,1597],[1880,1626],[1866,1653],[1783,1669],[1753,1661],[1737,1647],[1714,1654],[1701,1674],[1650,1670],[1617,1647],[1600,1643],[1579,1649],[1569,1674],[1533,1669],[1497,1667],[1474,1649],[1466,1627],[1443,1609],[1416,1596],[1403,1554],[1396,1524],[1409,1493]]},{"area":"372","points":[[1997,1561],[2024,1547],[2041,1467],[2056,1400],[2051,1364],[2067,1343],[2054,1321],[2066,1293],[2089,1260],[2061,1213],[2050,1167],[2067,1124],[2056,1083],[2083,1074],[2107,1084],[2136,1080],[2177,1073],[2219,1073],[2246,1064],[2431,1064],[2479,1073],[2496,1071],[2516,1094],[2559,1107],[2563,1147],[2549,1171],[2547,1206],[2529,1220],[2523,1250],[2537,1276],[2527,1306],[2546,1333],[2560,1363],[2557,1379],[2573,1404],[2560,1439],[2547,1450],[2547,1480],[2577,1511],[2570,1543],[2553,1561],[2531,1573],[2539,1610],[2537,1653],[2494,1659],[2454,1666],[2409,1660],[2391,1649],[2371,1613],[2346,1617],[2294,1621],[2277,1604],[2254,1599],[2236,1603],[2194,1627],[2179,1604],[2147,1607],[2123,1624],[2093,1630],[2047,1623],[2044,1586],[2016,1567]]},{"area":"375","points":[[1764,657],[1750,627],[1763,591],[1739,567],[1759,534],[1799,530],[1806,490],[1840,469],[1866,470],[1881,446],[1890,416],[1924,394],[1926,359],[1956,339],[1970,317],[2000,314],[2040,294],[2049,266],[2070,259],[2096,273],[2131,271],[2150,263],[2174,270],[2221,260],[2249,251],[2267,237],[2300,244],[2309,269],[2339,273],[2371,263],[2396,266],[2430,274],[2443,293],[2446,311],[2473,313],[2533,357],[2544,394],[2576,413],[2597,403],[2613,426],[2614,451],[2627,473],[2654,486],[2667,520],[2694,529],[2730,533],[2741,561],[2754,589],[2769,591],[2786,611],[2810,604],[2830,619],[2840,634],[2826,663],[2821,699],[2819,721],[2826,751],[2813,777],[2826,804],[2820,841],[2801,866],[2776,887],[2776,911],[2747,940],[2729,960],[2710,966],[2690,971],[2686,994],[2686,1011],[2634,1047],[2589,1033],[2534,1047],[2509,1031],[2449,1034],[2423,1040],[2249,1040],[2199,1034],[2159,1036],[2143,1026],[2111,1041],[2071,1031],[2050,1031],[2020,1019],[1997,999],[1971,1000],[1950,966],[1903,949],[1884,901],[1847,896],[1817,869],[1829,830],[1800,800],[1764,787],[1757,736],[1756,696]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/095-map-12.01-zikrans-laboratory.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/096-map-12.01-zikrans-laboratory-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Player Version","width":3000,"height":2069,"mapParent":{"id":"572"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/098-map-12.02-cloud-giants-keep.jpg"},"imageType":"map","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Map 12.2: Cloud Giants' Keep","width":2214,"height":3000,"id":"573","mapRegions":[{"area":"392","points":[[116,116],[116,444],[440,444],[440,116]]},{"area":"38f","points":[[752,652],[1190,652],[1190,867],[1027,867],[1027,828],[924,828],[914,833],[914,863],[752,865]]},{"area":"38c","points":[[753,882],[915,882],[915,911],[920,916],[1023,916],[1028,910],[1028,880],[1185,880],[965,1209],[753,1209]]},{"area":"389","points":[[752,1224],[752,1435],[963,1435],[963,1224]]},{"area":"385","points":[[979,1436],[979,1217],[1206,873],[1206,651],[1305,651],[1305,873],[1312,878],[1320,871],[1320,652],[1420,652],[1420,1436]]},{"area":"383","points":[[1027,1449],[1143,1449],[1140,1540],[1141,1604],[1143,1628],[1128,1663],[1120,1719],[1113,1795],[1105,1831],[1054,1924],[1004,1967],[980,2038],[943,2136],[911,2189],[874,2230],[860,2276],[812,2311],[760,2357],[709,2405],[653,2465],[616,2508],[571,2565],[517,2601],[464,2651],[423,2701],[386,2751],[347,2884],[274,2927],[226,2980],[20,2980],[20,2907],[99,2834],[155,2727],[208,2697],[287,2628],[381,2529],[488,2432],[608,2326],[703,2212],[768,2176],[806,2063],[914,1902],[962,1787],[997,1649],[1027,1530]]},{"area":"395","points":[[1394,2052],[1958,2052],[1958,1880],[2073,1880],[2073,2623],[2053,2651],[2037,2699],[2023,2716],[2016,2735],[1982,2764],[1956,2791],[1923,2828],[1902,2849],[1852,2872],[1786,2904],[1677,2904],[1564,2850],[1515,2796],[1457,2743],[1443,2732],[1394,2619]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/098-map-12.02-cloud-giants-keep.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/099-map-12.02-cloud-giants-keep-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Player Version","width":2214,"height":3000,"mapParent":{"id":"573"}}]},{"name":"The Curious Tale of Wisteria Vale","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/105-map-13.01-wisteria-vale.jpg"},"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Map 13.1: Wisteria Vale","width":3000,"height":2044,"id":"574","mapRegions":[{"area":"3ac","points":[[44,1333],[69,695],[84,136],[324,80],[862,56],[1229,49],[1544,127],[1440,224],[1071,225],[804,300],[609,513],[415,816],[342,1144],[464,1491],[580,1707],[795,1882],[1120,2002],[44,2002]]},{"area":"3ac","points":[[1753,1980],[1796,1820],[1938,1711],[2149,1527],[2327,1229],[2407,936],[2264,642],[2151,440],[1991,251],[1596,204],[1707,71],[1971,56],[2391,44],[2836,64],[2944,187],[2931,602],[2940,2009],[1844,1993]]},{"area":"3ad","points":[[811,1704],[976,1704],[1040,1469],[1040,1253],[1072,1088],[1072,931],[1038,683],[1038,525],[822,525],[760,699],[760,910],[704,925],[650,1024],[627,1166],[595,1275],[595,1488]]},{"area":"3ae","points":[[1234,832],[1426,832],[1426,955],[1390,955],[1390,942],[1328,942],[1328,954],[1234,954]]},{"area":"3af","points":[[1499,698],[1499,797],[1598,797],[1598,698]]},{"area":"3b1","points":[[1262,330],[1262,504],[1434,504],[1434,330]]},{"area":"3b0","points":[[1491,1037],[1491,1280],[1736,1280],[1736,1037]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/105-map-13.01-wisteria-vale.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/106-map-13.01-wisteria-vale-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"574"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/107-map-13.02-the-manor.jpg"},"imageType":"map","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Map 13.2: The Manor","width":3000,"height":2044,"id":"575","mapRegions":[{"area":"3c7","points":[[90,490],[90,1027],[1190,1027],[1190,490]]},{"area":"3c4","points":[[1216,490],[1216,1027],[1379,1027],[1379,490]]},{"area":"3be","points":[[90,1053],[90,1266],[496,1266],[496,1053]]},{"area":"3bc","points":[[93,1298],[93,1507],[493,1507],[493,1298]]},{"area":"3c2","points":[[1165,1168],[1165,1296],[1379,1296],[1379,1168]]},{"area":"3b9","points":[[1005,1328],[1378,1328],[1378,1470],[1344,1470],[1344,1606],[1382,1606],[1382,1779],[1005,1779]]},{"area":"3ce","points":[[1616,1051],[1616,1269],[1910,1269],[1910,1051]]},{"area":"3d1","points":[[1939,1051],[1939,1266],[2102,1266],[2102,1051]]},{"area":"3ca","points":[[2053,1456],[2053,1779],[2424,1779],[2424,1456]]},{"area":"3cc","points":[[2451,1459],[2715,1459],[2715,1645],[2907,1645],[2907,1779],[2451,1779]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/107-map-13.02-the-manor.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/108-map-13.02-the-manor-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"575"}}]},{"name":"The Book of Inner Alchemy","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/112-map-14.01-temple-of-the-immortal-lotus.jpg"},"imageType":"map","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Map 14.1: Temple of the Immortal Lotus","width":3000,"height":2075,"id":"576","mapRegions":[{"area":"402","points":[[51,974],[51,1107],[211,1107],[211,974]]},{"area":"410","points":[[1235,1278],[1235,1613],[1664,1613],[1664,1278]]},{"area":"407","points":[[1018,517],[1018,896],[1448,896],[1448,517]]},{"area":"419","points":[[1635,418],[1635,746],[2018,746],[2018,418]]},{"area":"41e","points":[[1973,1014],[2085,1042],[2096,1038],[2155,1050],[2178,1045],[2198,1011],[2219,982],[2240,960],[2270,952],[2309,950],[2347,955],[2392,944],[2435,926],[2475,942],[2518,958],[2538,982],[2589,994],[2624,1003],[2635,1042],[2640,1088],[2651,1117],[2691,1136],[2718,1165],[2734,1202],[2739,1232],[2738,1254],[2742,1277],[2717,1306],[2699,1347],[2667,1366],[2619,1384],[2589,1394],[2555,1389],[2530,1395],[2499,1413],[2461,1418],[2426,1408],[2387,1422],[2366,1435],[2315,1422],[2267,1418],[2213,1392],[2184,1362],[2155,1317],[2141,1291],[2133,1237],[2117,1210],[2058,1194],[2030,1179],[1947,1155]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/112-map-14.01-temple-of-the-immortal-lotus.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/113-map-14.01-temple-of-the-immortal-lotus-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Player Version","width":3000,"height":2075,"mapParent":{"id":"576"}}]},{"name":"The Canopic Being","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/121-map-15.01-tomb-of-valin-sarnaster.jpg"},"imageType":"map","grid":{"type":"square","size":78,"offsetX":-21,"offsetY":3,"scale":2,"distance":10},"title":"Map 15.1: Tomb of Valin Sarnaster","width":2094,"height":2840,"id":"577","mapRegions":[{"area":"465","points":[[173,484],[415,313],[593,558],[351,729]]},{"area":"462","points":[[157,670],[224,578],[340,739],[157,739]]},{"area":"454","points":[[299,1217],[254,1217],[242,1187],[220,1161],[192,1144],[157,1134],[140,1133],[111,1141],[82,1157],[62,1180],[48,1209],[40,1238],[46,1265],[56,1296],[72,1321],[98,1340],[129,1353],[161,1354],[189,1348],[211,1333],[233,1316],[251,1285],[299,1285]]},{"area":"465","points":[[739,247],[739,543],[1038,543],[1038,247]]},{"area":"462","points":[[740,557],[740,737],[1036,737],[1036,557]]},{"area":"474","points":[[1203,282],[1203,428],[1308,428],[1308,282]]},{"area":"460","points":[[1204,634],[1204,815],[1309,815],[1309,634]]},{"area":"45a","points":[[621,980],[621,1590],[1072,1590],[1072,980]]},{"area":"43e","points":[[351,2145],[351,2255],[456,2255],[456,2145]]},{"area":"442","points":[[622,2266],[622,2367],[726,2367],[726,2266]]},{"area":"44f","points":[[702,1909],[811,1798],[884,1798],[993,1911],[882,2022],[817,2022]]},{"area":"44b","points":[[1048,2067],[1048,2525],[1153,2525],[1153,2067]]},{"area":"477","points":[[1439,1524],[1443,1486],[1454,1447],[1469,1420],[1494,1387],[1516,1369],[1546,1349],[1573,1336],[1593,1334],[1658,1339],[1687,1349],[1716,1364],[1742,1380],[1770,1402],[1794,1437],[1806,1476],[1810,1517],[1806,1549],[1797,1584],[1779,1618],[1755,1649],[1727,1673],[1694,1695],[1658,1705],[1592,1707],[1550,1687],[1510,1667],[1481,1638],[1460,1614],[1443,1575],[1436,1548]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/121-map-15.01-tomb-of-valin-sarnaster.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/122-map-15.01-tomb-of-valin-sarnaster-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-21,"offsetY":3,"scale":2,"distance":10},"title":"Player Version","width":2094,"height":2840,"mapParent":{"id":"577"}}]},{"name":"The Scrivener's Tale","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/129-map-16.01-haven-of-the-red-quill.jpg"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Map 16.1: Haven of the Red Quill","width":3000,"height":2071,"id":"578","mapRegions":[{"area":"4c3","points":[[171,854],[181,766],[205,686],[251,586],[298,520],[382,450],[446,400],[528,365],[630,349],[722,350],[808,373],[885,394],[946,429],[1014,474],[1054,520],[1090,579],[1134,666],[1158,733],[1174,842],[1162,966],[1120,1050],[1082,1134],[1006,1224],[926,1277],[853,1306],[774,1334],[720,1339],[643,1339],[533,1318],[470,1302],[397,1274],[331,1227],[291,1171],[243,1109],[203,1045],[184,979],[176,901]]},{"area":"4b3","points":[[982,1262],[1045,1210],[1101,1149],[1134,1093],[1397,1093],[1397,1341],[982,1341]]},{"area":"4b0","points":[[1413,1091],[1413,1339],[1909,1339],[1909,1091]]},{"area":"4ba","points":[[1408,730],[1901,730],[1901,912],[1781,912],[1781,1069],[1534,1069],[1534,910],[1408,910]]},{"area":"4ae","points":[[1534,1354],[1534,1581],[1784,1581],[1784,1354]]},{"area":"4ac","points":[[1477,1766],[1482,1718],[1512,1651],[1549,1622],[1595,1594],[1650,1586],[1717,1594],[1758,1613],[1797,1640],[1830,1694],[1843,1749],[1837,1810],[1808,1864],[1762,1912],[1709,1938],[1659,1944],[1594,1933],[1547,1910],[1499,1866],[1480,1811]]},{"area":"4be","points":[[1923,1030],[1923,1398],[2773,1398],[2773,1030]]},{"area":"4c0","points":[[1350,222],[1360,198],[1378,166],[1413,171],[1426,160],[1445,166],[1474,163],[1491,184],[1522,179],[1552,173],[1584,176],[1621,160],[1654,166],[1688,162],[1710,162],[1731,150],[1763,162],[1797,166],[1830,150],[1866,125],[1882,122],[1922,149],[1944,155],[1974,154],[2016,181],[2050,168],[2078,160],[2099,146],[2130,179],[2163,194],[2219,187],[2254,205],[2296,208],[2347,208],[2370,216],[2354,248],[2349,296],[2325,304],[2285,344],[2251,374],[2250,394],[2229,408],[2222,438],[2131,414],[2112,430],[2066,445],[2042,429],[2027,402],[1995,390],[1949,418],[1899,419],[1854,421],[1818,397],[1773,419],[1731,414],[1710,424],[1672,429],[1618,403],[1594,403],[1566,416],[1552,430],[1531,426],[1509,448],[1459,450],[1421,467],[1386,472],[1366,435],[1336,382],[1346,350],[1374,315],[1355,283],[1365,278],[1365,245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/129-map-16.01-haven-of-the-red-quill.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/130-map-16.01-haven-of-the-red-quill-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Player Version","width":3000,"height":2071,"mapParent":{"id":"578"}}]},{"name":"Alkazaar's Appendix","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/135-map-17.01-haruun.jpg"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Map 17.1: Haruun","width":2206,"height":3000,"id":"579","mapRegions":[{"area":"4ac","points":[[662,272],[696,219],[822,202],[942,200],[1082,206],[1258,234],[1435,258],[1470,312],[1422,325],[1406,354],[1334,379],[1310,378],[1280,382],[1267,403],[1232,418],[1218,403],[1170,398],[1146,400],[1118,418],[1114,451],[1122,483],[1120,526],[1107,554],[1104,589],[1098,619],[1112,643],[1118,707],[1115,734],[1066,800],[1035,915],[1029,803],[1019,789],[1018,717],[1032,690],[1029,634],[1018,590],[1027,510],[1011,467],[1010,448],[984,440],[968,445],[926,414],[920,384],[882,358],[808,331],[781,339],[714,312],[675,298]]},{"area":"4ae","points":[[710,1101],[760,1125],[805,1150],[826,1157],[837,1179],[894,1194],[918,1176],[963,1176],[1016,1195],[1043,1186],[1102,1171],[1146,1165],[1182,1154],[1240,1149],[1278,1123],[1312,1128],[1350,1125],[1384,1102],[1429,1098],[1469,1098],[1507,1085],[1618,1118],[1741,1168],[1699,1195],[1686,1214],[1611,1226],[1571,1221],[1531,1229],[1502,1246],[1462,1248],[1427,1266],[1381,1283],[1336,1296],[1294,1314],[1242,1306],[1229,1299],[1202,1309],[1171,1328],[1117,1338],[1022,1355],[957,1357],[904,1357],[874,1346],[829,1336],[787,1330],[765,1328],[739,1307],[717,1288]]},{"area":"4b0","points":[[832,2648],[810,2405],[813,2264],[798,2222],[808,2168],[819,2152],[821,2118],[808,2115],[806,2035],[806,1960],[814,1904],[814,1880],[824,1850],[826,1816],[813,1802],[834,1758],[851,1736],[883,1718],[904,1707],[909,1674],[925,1653],[962,1629],[992,1586],[1034,1565],[1120,1568],[1144,1600],[1195,1611],[1232,1637],[1258,1749],[1294,1909],[1291,1995],[1286,2050],[1274,2118],[1286,2165],[1277,2210],[1274,2272],[1269,2322],[1275,2362],[1282,2413],[1270,2440],[1253,2458],[1235,2502],[1208,2528],[1186,2542],[1059,2616],[970,2651],[890,2666]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/135-map-17.01-haruun.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/136-map-17.01-haruun-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"579"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/137-map-17.02-necropolis-mastaba.jpg"},"imageType":"map","grid":{"type":"none","size":140,"distance":250},"title":"Map 17.2: Necropolis and Mastaba","width":2186,"height":3000,"id":"57a","mapRegions":[{"area":"510","points":[[420,2228],[420,2344],[780,2344],[780,2228]]},{"area":"50e","points":[[593,2100],[879,2100],[898,2111],[905,2136],[905,2437],[896,2459],[880,2467],[324,2467],[303,2457],[294,2442],[294,2130],[301,2108],[330,2100],[574,2100],[574,1934],[523,1928],[456,1932],[396,1937],[338,1945],[274,1958],[238,1979],[204,2000],[188,2033],[170,2079],[172,2130],[171,2177],[159,2221],[154,2238],[154,2318],[159,2371],[167,2436],[165,2500],[193,2543],[239,2575],[311,2599],[362,2620],[489,2634],[578,2639],[687,2644],[771,2635],[870,2620],[957,2604],[994,2547],[1021,2473],[1052,2405],[1071,2333],[1070,2252],[1063,2186],[1056,2090],[1026,2000],[991,1980],[896,1963],[753,1946],[643,1930],[593,1933]]},{"area":"50e","points":[[573,1934],[573,2099],[593,2099],[593,1934]]},{"area":"512","points":[[1679,1888],[1679,2070],[2040,2070],[2040,1888]]},{"area":"51c","points":[[1669,1950],[1552,1950],[1552,2160],[1887,2160],[1887,2104],[1607,2104],[1607,2006],[1669,2006]]},{"area":"51d","points":[[1765,2226],[1827,2226],[1827,2169],[1888,2169],[1888,2226],[1950,2226],[1950,2315],[1765,2315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/137-map-17.02-necropolis-mastaba.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/138-map-17.02-necropolis-mastaba-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-13,"offsetY":-7,"scale":2},"title":"Player Version","width":2186,"height":3000,"mapParent":{"id":"57a"}}]},{"name":"Xanthoria","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/143-map-18.01-lykortha-expanse.jpg"},"imageType":"map","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Map 18.1: Lykortha Expanse","width":3000,"height":2073,"id":"57b","mapRegions":[{"area":"54b","points":[[576,424],[553,398],[542,361],[568,321],[584,316],[593,288],[631,262],[660,254],[678,247],[713,273],[740,309],[792,326],[861,339],[899,359],[919,388],[966,415],[1004,429],[1016,461],[1066,478],[1055,436],[1036,394],[1000,373],[968,353],[956,334],[932,311],[936,284],[958,271],[984,249],[1018,235],[1061,246],[1087,267],[1092,300],[1128,320],[1139,342],[1119,371],[1122,400],[1135,444],[1141,491],[1144,516],[1186,505],[1222,521],[1245,544],[1244,606],[1215,611],[1146,595],[1100,613],[1062,615],[1036,587],[1028,573],[982,566],[946,547],[921,514],[905,506],[878,526],[846,539],[840,572],[807,602],[780,625],[722,627],[694,621],[638,627],[620,600],[614,573],[625,542],[655,527],[688,508],[720,501],[744,467],[775,444],[824,422],[786,418],[747,409],[665,411],[626,412],[606,425]]},{"area":"544","points":[[596,1462],[620,1433],[631,1389],[652,1355],[654,1331],[682,1302],[696,1276],[721,1252],[735,1216],[762,1186],[775,1129],[794,1088],[807,1048],[832,975],[866,960],[888,941],[921,929],[953,921],[982,921],[1026,945],[1059,974],[1073,998],[1086,1038],[1059,1056],[1020,1094],[1011,1132],[1008,1176],[984,1184],[948,1159],[922,1147],[925,1172],[945,1202],[938,1236],[911,1286],[893,1312],[898,1340],[879,1373],[865,1392],[856,1439],[840,1455],[816,1474],[785,1480],[749,1507],[708,1522],[671,1545],[635,1542],[619,1508],[611,1489]]},{"area":"550","points":[[1181,1514],[1200,1485],[1212,1449],[1216,1426],[1254,1420],[1281,1398],[1308,1398],[1335,1399],[1374,1386],[1386,1349],[1394,1331],[1395,1309],[1420,1274],[1398,1249],[1415,1231],[1426,1213],[1460,1213],[1482,1232],[1519,1242],[1531,1262],[1529,1289],[1534,1318],[1552,1351],[1540,1391],[1532,1416],[1540,1441],[1515,1467],[1508,1494],[1507,1515],[1473,1536],[1444,1545],[1415,1560],[1381,1568],[1334,1574],[1291,1559],[1264,1552],[1225,1556],[1198,1548],[1193,1534]]},{"area":"558","points":[[1035,1752],[1059,1728],[1080,1704],[1109,1698],[1128,1685],[1154,1682],[1171,1661],[1212,1661],[1232,1647],[1282,1645],[1315,1633],[1355,1628],[1411,1642],[1454,1634],[1484,1649],[1488,1691],[1462,1724],[1436,1731],[1452,1759],[1445,1781],[1456,1821],[1475,1840],[1474,1904],[1448,1924],[1436,1941],[1381,1945],[1301,1935],[1206,1935],[1195,1909],[1168,1882],[1139,1848],[1100,1852],[1064,1839],[1038,1815],[1046,1787],[1038,1774]]},{"area":"54d","points":[[1631,1727],[1659,1696],[1672,1675],[1705,1649],[1706,1596],[1722,1541],[1755,1532],[1761,1498],[1799,1493],[1828,1498],[1846,1491],[1878,1519],[1889,1542],[1891,1580],[1864,1607],[1860,1629],[1876,1648],[1868,1714],[1833,1729],[1799,1739],[1781,1739],[1758,1761],[1714,1764],[1691,1748],[1653,1741],[1631,1735]]},{"area":"552","points":[[1885,1894],[1887,1822],[1912,1768],[1919,1731],[1932,1676],[1961,1671],[1993,1672],[2016,1642],[2029,1613],[2039,1593],[2033,1538],[2029,1515],[2014,1500],[2036,1469],[2058,1444],[2095,1445],[2142,1442],[2174,1452],[2222,1448],[2313,1452],[2345,1440],[2369,1420],[2425,1431],[2441,1455],[2447,1508],[2436,1546],[2442,1573],[2413,1588],[2382,1592],[2324,1633],[2335,1656],[2375,1645],[2412,1628],[2454,1649],[2455,1686],[2409,1715],[2393,1754],[2382,1781],[2378,1812],[2347,1844],[2331,1887],[2301,1894],[2273,1926],[2235,1909],[2222,1935],[2215,1955],[2131,1961],[2113,1938],[2088,1939],[2066,1954],[2012,1952],[1985,1944],[1965,1946],[1936,1940],[1909,1939],[1891,1916]]},{"area":"548","points":[[2078,980],[2118,941],[2158,934],[2194,919],[2231,919],[2262,920],[2302,924],[2329,946],[2372,962],[2388,996],[2404,1039],[2391,1096],[2365,1127],[2326,1145],[2253,1165],[2216,1155],[2151,1147],[2107,1109],[2069,1074],[2051,1029],[2060,998]]},{"area":"536","points":[[1516,233],[1632,199],[1656,208],[1667,242],[1694,232],[1724,251],[1725,278],[1767,273],[1806,278],[1826,265],[1842,276],[1869,294],[1891,314],[1885,336],[1898,371],[1888,394],[1876,438],[1846,435],[1812,454],[1716,511],[1629,495],[1601,491],[1580,466],[1540,464],[1426,449],[1394,429],[1407,398],[1408,369],[1458,341],[1472,308],[1459,280],[1487,253]]},{"area":"53f","points":[[1595,1000],[1587,975],[1564,961],[1525,959],[1508,933],[1508,904],[1481,895],[1476,882],[1508,869],[1494,849],[1520,811],[1538,769],[1532,749],[1640,678],[1782,654],[1882,694],[1982,814],[1996,854],[1958,874],[1938,871],[1878,971],[1852,1006],[1836,1027],[1840,1073],[1795,1099],[1761,1118],[1734,1131],[1689,1128],[1682,1096],[1649,1081],[1607,1052],[1596,1034]]},{"area":"53c","points":[[2014,386],[1985,369],[1991,333],[1978,324],[2002,304],[2004,258],[2026,249],[2039,249],[2067,244],[2095,261],[2111,272],[2131,301],[2136,334],[2144,368],[2116,404],[2073,415],[2041,404]]},{"area":"55b","points":[[2564,659],[2520,659],[2489,632],[2456,619],[2439,604],[2424,598],[2409,613],[2362,618],[2353,613],[2328,612],[2320,594],[2322,560],[2345,522],[2328,475],[2346,446],[2339,393],[2346,351],[2344,315],[2332,292],[2312,278],[2329,261],[2373,261],[2405,274],[2427,301],[2469,278],[2518,289],[2549,273],[2566,281],[2601,258],[2619,242],[2635,273],[2660,286],[2655,322],[2654,339],[2671,367],[2665,415],[2658,460],[2652,505],[2654,547],[2640,588],[2614,595],[2609,609],[2635,616],[2652,640],[2645,662],[2605,666],[2587,665]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/143-map-18.01-lykortha-expanse.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/144-map-18.01-lykortha-expanse-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"57b"}}]}]},"HoL":{"id":"HoL","source":"HoL","prop":"adventure","chapters":[{"name":"The House of Lament","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VRGR/116-map-4.1-the-house-of-lament.jpg"},"imageType":"map","grid":{"type":"square","size":150,"offsetX":-57,"distance":10},"title":"Map 4.1: The House of Lament","width":4000,"height":5700,"id":"000","mapRegions":[{"area":"4f7","points":[[329,653],[329,350],[339,318],[355,287],[384,258],[425,235],[466,229],[675,229],[675,653]]},{"area":"4f6","points":[[327,679],[327,960],[596,960],[596,679]]},{"area":"4f6","points":[[330,985],[330,1327],[596,1327],[596,985]]},{"area":"4ee","points":[[93,1573],[93,1556],[95,1537],[102,1503],[108,1480],[129,1448],[150,1422],[183,1396],[209,1382],[239,1368],[276,1355],[312,1353],[343,1358],[373,1369],[402,1384],[435,1400],[460,1422],[486,1457],[503,1486],[519,1518],[528,1558],[525,1608],[517,1656],[502,1692],[474,1721],[445,1749],[397,1771],[357,1784],[313,1794],[264,1783],[223,1772],[194,1754],[171,1730],[145,1700],[120,1658],[99,1607]]},{"area":"4e8","points":[[545,1355],[824,1352],[824,1478],[748,1478],[748,1630],[545,1630]]},{"area":"4dd","points":[[851,1208],[851,1630],[1121,1630],[1121,1208]]},{"area":"4e2","points":[[705,757],[705,1184],[1121,1184],[1121,757]]},{"area":"4fe","points":[[703,81],[703,730],[1120,730],[1120,81]]},{"area":"504","points":[[1150,456],[1278,456],[1278,751],[1348,751],[1348,1182],[1150,1182]]},{"area":"508","points":[[1303,449],[1303,730],[1723,730],[1723,449]]},{"area":"50f","points":[[1374,755],[1374,1404],[1722,1404],[1722,755]]},{"area":"513","points":[[1374,1430],[1374,1628],[1723,1628],[1723,1430]]},{"area":"4f6","points":[[1152,1206],[1152,1627],[1348,1627],[1348,1206]]},{"area":"4d9","points":[[541,1654],[1749,1654],[1749,433],[1707,433],[1707,411],[1692,396],[1574,396],[1559,411],[1550,420],[1531,420],[1531,210],[1301,210],[1301,137],[1881,137],[1881,2080],[1363,2080],[1363,1864],[760,1864],[760,1790],[541,1790]]},{"area":"538","points":[[552,2555],[552,2974],[746,2974],[746,2555]]},{"area":"538","points":[[551,3003],[551,3430],[746,3430],[746,3003]]},{"area":"535","points":[[826,2846],[826,3154],[1275,3154],[1275,3276],[976,3276],[976,3426],[772,3426],[772,2846]]},{"area":"53c","points":[[1001,3303],[1719,3303],[1719,3585],[1574,3585],[1574,3730],[1147,3730],[1147,3578],[1001,3578]]},{"area":"542","points":[[1304,2406],[1572,2406],[1572,2550],[1725,2550],[1725,3278],[1304,3278]]},{"area":"548","points":[[775,2401],[775,2818],[1276,2818],[1276,2401]]},{"area":"4f2","points":[[93,3679],[92,3644],[102,3604],[118,3565],[141,3529],[173,3502],[229,3472],[276,3456],[331,3452],[384,3471],[436,3492],[471,3528],[495,3575],[518,3617],[529,3667],[523,3715],[507,3764],[482,3806],[450,3841],[403,3874],[343,3890],[290,3889],[231,3875],[197,3855],[159,3824],[130,3777],[104,3720]]},{"area":"54e","points":[[993,4129],[993,5167],[1280,5167],[1280,4129]]},{"area":"552","points":[[93,5402],[94,5362],[114,5306],[147,5261],[186,5226],[226,5208],[276,5193],[321,5187],[367,5199],[421,5226],[454,5252],[487,5287],[515,5335],[533,5396],[526,5449],[508,5512],[474,5547],[435,5585],[392,5607],[342,5625],[306,5625],[244,5614],[194,5586],[156,5553],[121,5494],[96,5435]]},{"area":"524","points":[[2725,81],[2725,575],[3302,575],[3302,81]]},{"area":"51e","points":[[2352,958],[2352,335],[2376,295],[2418,255],[2465,229],[2539,229],[2699,229],[2699,958]]},{"area":"529","points":[[3324,234],[3527,234],[3527,452],[3746,452],[3746,731],[3324,731]]},{"area":"51b","points":[[3318,749],[3318,1179],[3747,1179],[3747,749]]},{"area":"51b","points":[[2873,906],[2873,1185],[3148,1185],[3148,906]]},{"area":"51b","points":[[2354,979],[2354,1332],[2699,1332],[2699,979]]},{"area":"52e","points":[[3176,1201],[3176,1626],[3746,1626],[3746,1201]]},{"area":"517","points":[[2573,1351],[2719,1351],[2719,591],[3300,591],[3300,1181],[3166,1181],[3166,660],[2852,660],[2852,1198],[2867,1198],[2867,1627],[2572,1627],[2581,1576],[2575,1516],[2568,1441],[2568,1384]]},{"area":"534","points":[[3905,1645],[3905,2092],[3315,2092],[3315,1645]]},{"area":"4f2","points":[[2115,1580],[2122,1513],[2146,1458],[2192,1409],[2236,1378],[2296,1356],[2355,1352],[2411,1373],[2461,1398],[2496,1432],[2529,1482],[2551,1539],[2552,1607],[2541,1651],[2513,1700],[2479,1738],[2446,1761],[2392,1782],[2332,1792],[2285,1782],[2231,1760],[2186,1722],[2147,1673],[2122,1618]]},{"area":"555","points":[[2793,2253],[2793,2831],[3458,2831],[3458,2253]]},{"area":"55b","points":[[2789,2862],[3459,2867],[3459,3025],[3413,3054],[3395,3085],[3366,3091],[3355,3075],[3316,3069],[3311,3092],[3264,3112],[3244,3113],[3231,3104],[3195,3120],[3176,3125],[3168,3147],[3126,3139],[3107,3125],[3084,3106],[3036,3113],[3008,3132],[3002,3153],[2945,3158],[2916,3144],[2874,3146],[2852,3161],[2821,3154],[2789,3172]]},{"area":"560","points":[[2199,3662],[2208,3608],[2227,3565],[2256,3521],[2294,3489],[2328,3466],[2372,3456],[2420,3451],[2471,3455],[2515,3484],[2551,3522],[2591,3571],[2618,3613],[2628,3665],[2627,3718],[2606,3781],[2573,3824],[2535,3859],[2482,3884],[2418,3891],[2362,3889],[2307,3866],[2265,3828],[2236,3781],[2216,3742],[2205,3699]]},{"area":"55f","points":[[2499,2924],[2527,2918],[2554,2896],[2567,2880],[2593,2887],[2609,2909],[2633,2902],[2641,2886],[2633,2871],[2641,2858],[2767,2858],[2767,3193],[2729,3213],[2721,3227],[2735,3247],[2732,3287],[2719,3302],[2702,3331],[2709,3349],[2721,3359],[2738,3351],[2776,3362],[2788,3379],[2775,3404],[2779,3425],[2801,3439],[2828,3436],[2844,3424],[2874,3438],[2881,3465],[2876,3485],[2856,3498],[2848,3513],[2861,3525],[2875,3538],[2898,3536],[2912,3513],[2946,3513],[2949,3532],[2978,3536],[2987,3545],[2988,3559],[3021,3552],[3036,3562],[3046,3578],[3046,3593],[2629,3593],[2605,3540],[2545,3479],[2513,3451],[2499,3446]]},{"area":"564","points":[[2138,5145],[2149,5145],[2167,5149],[2193,5133],[2187,5104],[2168,5089],[2172,5060],[2205,5045],[2221,5046],[2255,5020],[2280,5006],[2294,4988],[2287,4939],[2258,4928],[2267,4911],[2287,4880],[2326,4869],[2366,4848],[2389,4842],[2413,4852],[2449,4839],[2467,4815],[2474,4792],[2508,4764],[2534,4756],[2573,4760],[2598,4781],[2618,4773],[2631,4751],[2616,4715],[2625,4681],[2654,4688],[2686,4658],[2680,4560],[2633,4546],[2615,4513],[2646,4484],[2675,4444],[2695,4442],[2724,4426],[2725,4393],[2736,4378],[2847,4334],[2880,4353],[2895,4365],[2925,4360],[2946,4314],[2982,4304],[3006,4285],[3038,4299],[3074,4325],[3078,4352],[3092,4362],[3141,4361],[3178,4369],[3206,4364],[3232,4381],[3253,4391],[3284,4386],[3308,4418],[3319,4448],[3334,4499],[3328,4536],[3302,4568],[3286,4593],[3301,4615],[3313,4654],[3328,4664],[3346,4651],[3366,4666],[3373,4682],[3340,4741],[3313,4751],[3298,4782],[3291,4818],[3311,4846],[3268,4904],[3246,4901],[3202,4948],[3185,4968],[3142,4972],[3122,4994],[3124,5015],[3127,5055],[3111,5075],[3084,5089],[3048,5084],[3022,5092],[3016,5127],[2968,5134],[2944,5109],[2924,5124],[2906,5147],[2906,5181],[2915,5228],[2940,5244],[2936,5285],[2898,5313],[2874,5314],[2842,5335],[2819,5373],[2822,5432],[2798,5466],[2794,5499],[2766,5528],[2731,5536],[2695,5521],[2684,5489],[2645,5482],[2620,5479],[2596,5476],[2589,5498],[2547,5493],[2529,5480],[2549,5447],[2525,5434],[2487,5446],[2484,5466],[2493,5511],[2461,5535],[2435,5549],[2409,5536],[2367,5499],[2328,5489],[2295,5504],[2246,5461],[2252,5432],[2227,5393],[2187,5381],[2189,5345],[2201,5294],[2168,5241],[2138,5209],[2132,5173]]}],"hrefThumbnail":{"type":"internal","path":"book/VRGR/thumbnail/116-map-4.1-the-house-of-lament.webp"},"page":"adventure.html","source":"HoL","hash":"hol"},{"type":"image","href":{"type":"internal","path":"book/VRGR/117-map-4.1-the-house-of-lament-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-60,"distance":10},"title":"Player Version","width":4000,"height":5700,"mapParent":{"id":"000"}}]}]},"RtG":{"id":"RtG","source":"RtG","prop":"adventure","chapters":[{"name":"Adventure Primer","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RtG/003.webp"},"title":"Map 1","imageType":"map","grid":{"type":"square","size":75,"offsetX":53,"offsetY":43,"scale":2},"width":578,"height":816,"mapRegions":[{"area":"01c","points":[[519,134],[460,134],[460,469],[519,469]]},{"area":"01b","points":[[451,129],[400,129],[400,173],[451,173]]},{"area":"023","points":[[248,158],[254,174],[435,174],[435,431],[246,431],[246,445],[215,445],[215,431],[180,395],[180,358],[66,358],[66,250],[178,250],[178,208],[215,171],[215,158]]},{"area":"028","points":[[320,24],[26,24],[26,137],[320,137]]},{"area":"02d","points":[[286,468],[102,468],[102,544],[286,544]]},{"area":"038","points":[[435,665],[434,765],[291,763],[293,697],[319,690],[400,692],[405,665]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/003.webp"},"id":"15a","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/004.webp"},"title":"Map 2","imageType":"map","grid":{"type":"square","size":62,"offsetX":-25,"offsetY":2,"scale":2},"width":1188,"height":459,"mapRegions":[{"area":"044","points":[[530,348],[118,348],[118,430],[530,430]]},{"area":"047","points":[[696,410],[549,410],[549,434],[696,434]]},{"area":"048","points":[[768,386],[652,386],[652,342],[768,342]]},{"area":"044","points":[[1130,341],[774,341],[774,429],[1130,429]]},{"area":"049","points":[[821,218],[739,218],[739,281],[821,281]]},{"area":"04b","points":[[577,94],[625,92],[644,128],[620,154],[590,180],[544,180],[522,164],[487,170],[463,201],[408,211],[379,174],[406,164],[426,127],[474,95],[514,102],[534,115],[569,106]]},{"area":"04c","points":[[548,307],[478,307],[478,342],[548,342]]},{"area":"04d","points":[[7,108],[31,94],[46,100],[72,98],[86,88],[107,94],[110,114],[102,127],[115,154],[112,179],[83,180],[47,158],[28,146],[9,135],[4,124]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/004.webp"},"id":"15b","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/005.webp"},"title":"Map 3","imageType":"map","grid":{"type":"square","size":81,"offsetX":-21,"offsetY":5,"scale":2},"width":1084,"height":636,"mapRegions":[{"area":"05b","points":[[319,122],[391,122],[432,163],[432,246],[393,285],[312,285],[276,250],[276,166]]},{"area":"056","points":[[271,46],[271,122],[225,168],[152,168],[152,46]]},{"area":"05e","points":[[262,205],[149,205],[149,283],[262,283]]},{"area":"061","points":[[227,329],[67,329],[67,448],[227,448]]},{"area":"064","points":[[474,492],[356,492],[356,611],[474,611]]},{"area":"067","points":[[634,488],[515,488],[515,611],[634,611]]},{"area":"06c","points":[[713,333],[598,333],[598,405],[713,405]]},{"area":"070","points":[[678,46],[561,46],[561,163],[678,163]]},{"area":"07d","points":[[954,288],[727,288],[727,444],[954,444]]},{"area":"074","points":[[837,126],[1041,126],[1041,242],[837,242]]},{"area":"079","points":[[1004,490],[802,490],[802,611],[1004,611]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/005.webp"},"id":"15c","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/006.webp"},"title":"Map 4","imageType":"map","grid":{"type":"square","size":50,"offsetX":-24,"offsetY":21,"scale":2},"width":530,"height":895,"mapRegions":[{"area":"086","points":[[462,285],[319,285],[319,507],[462,507]]},{"area":"08c","points":[[487,519],[316,519],[316,581],[487,581]]},{"area":"098","points":[[256,662],[206,662],[191,644],[168,634],[143,641],[127,656],[120,661],[106,663],[106,708],[119,708],[130,719],[146,730],[170,732],[185,728],[198,720],[204,708],[256,708]]},{"area":"097","points":[[188,785],[138,785],[138,886],[188,886]]},{"area":"094","points":[[338,836],[264,836],[264,884],[338,884]]},{"area":"095","points":[[342,806],[307,806],[307,834],[342,834]]},{"area":"093","points":[[362,662],[315,662],[315,711],[362,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/006.webp"},"id":"15d","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/006.webp"},"title":"Map 4","imageType":"map","grid":{"type":"square","size":50,"offsetX":-24,"offsetY":21,"scale":2},"width":530,"height":895,"mapRegions":[{"area":"086","points":[[462,285],[319,285],[319,507],[462,507]]},{"area":"08c","points":[[487,519],[316,519],[316,581],[487,581]]},{"area":"098","points":[[256,662],[206,662],[191,644],[168,634],[143,641],[127,656],[120,661],[106,663],[106,708],[119,708],[130,719],[146,730],[170,732],[185,728],[198,720],[204,708],[256,708]]},{"area":"097","points":[[188,785],[138,785],[138,886],[188,886]]},{"area":"094","points":[[338,836],[264,836],[264,884],[338,884]]},{"area":"095","points":[[342,806],[307,806],[307,834],[342,834]]},{"area":"093","points":[[362,662],[315,662],[315,711],[362,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/006.webp"},"id":"15e","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/007.webp"},"title":"Map 5","imageType":"map","grid":{"type":"square","size":66,"offsetX":17,"offsetY":9,"scale":2},"width":579,"height":664,"mapRegions":[{"area":"0a5","points":[[535,103],[408,103],[408,201],[535,201]]},{"area":"0b2","points":[[369,103],[369,138],[383,138],[383,165],[372,165],[372,198],[344,226],[344,171],[307,171],[307,139],[339,139],[339,103]]},{"area":"0c9","points":[[125,72],[146,78],[174,91],[193,109],[203,132],[203,170],[193,194],[180,211],[164,224],[138,233],[105,231],[76,220],[55,195],[43,170],[48,135],[61,105],[91,86],[111,78]]},{"area":"0cf","points":[[171,264],[75,264],[75,300],[171,300]]},{"area":"0d0","points":[[130,467],[144,471],[167,480],[187,497],[197,511],[203,534],[203,563],[193,586],[182,605],[160,621],[124,629],[99,625],[73,611],[55,589],[42,560],[48,527],[66,493],[89,478],[114,471]]},{"area":"0c3","points":[[303,335],[242,335],[242,595],[303,595]]},{"area":"0c2","points":[[415,364],[305,364],[305,404],[415,404]]},{"area":"0ac","points":[[442,303],[501,303],[533,335],[533,430],[497,466],[411,466],[411,438],[442,438]]},{"area":"0ba","points":[[501,477],[441,477],[441,599],[501,599]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/007.webp"},"id":"15f","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/008.webp"},"title":"Map 6","imageType":"map","grid":{"type":"square","size":66,"offsetX":17,"offsetY":9,"scale":2},"width":1127,"height":555,"mapRegions":[{"area":"0e9","points":[[694,217],[95,217],[95,343],[694,343]]},{"area":"0ed","points":[[535,143],[491,119],[473,100],[419,113],[391,102],[354,98],[317,116],[275,131],[281,155],[314,171],[355,166],[378,165],[410,174],[432,166],[445,148],[465,138],[498,146],[519,148]]},{"area":"0db","points":[[568,430],[580,452],[578,473],[580,491],[511,491],[499,473],[489,451],[488,428],[486,409],[508,393],[524,419],[540,436],[553,436]]},{"area":"0e4","points":[[486,430],[322,430],[322,528],[486,528]]},{"area":"0db","points":[[286,443],[187,443],[187,532],[286,532]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/008.webp"},"id":"160","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/010.webp"},"title":"Map 7","imageType":"map","grid":{"type":"square","size":80,"offsetX":10,"offsetY":26,"scale":2},"width":564,"height":797,"mapRegions":[{"area":"103","points":[[443,48],[366,48],[366,155],[443,155]]},{"area":"101","points":[[481,162],[345,162],[345,385],[481,385]]},{"area":"0fa","points":[[167,102],[47,102],[47,316],[167,316]]},{"area":"0fb","points":[[224,320],[47,320],[47,465],[224,465]]},{"area":"0ff","points":[[522,563],[267,563],[267,694],[522,694]]},{"area":"0fe","points":[[243,489],[124,489],[124,699],[243,699]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/010.webp"},"id":"161","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/011.webp"},"title":"Map 8","imageType":"map","grid":{"type":"square","size":70,"offsetY":27,"scale":2},"width":707,"height":861,"mapRegions":[{"area":"116","points":[[661,202],[545,202],[545,308],[661,308]]},{"area":"110","points":[[625,83],[430,83],[430,170],[625,170]]},{"area":"10d","points":[[467,323],[322,323],[322,433],[467,433]]},{"area":"113","points":[[321,159],[230,159],[230,352],[321,352]]},{"area":"119","points":[[585,485],[222,485],[222,773],[585,773]]},{"area":"11d","points":[[203,474],[144,474],[144,665],[203,665]]},{"area":"11f","points":[[109,429],[33,429],[33,526],[109,526]]},{"area":"11e","points":[[107,529],[32,529],[32,644],[107,644]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/011.webp"},"id":"162","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/013.webp"},"title":"Map 9","imageType":"map","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":-10,"scale":2},"width":995,"height":774,"mapRegions":[{"area":"12d","points":[[892,322],[713,322],[713,427],[892,427]]},{"area":"12f","points":[[747,31],[634,31],[634,146],[747,146]]},{"area":"12c","points":[[710,466],[565,466],[565,606],[710,606]]},{"area":"131","points":[[521,38],[330,38],[330,197],[521,197]]},{"area":"12a","points":[[281,70],[165,70],[165,197],[281,197]]},{"area":"126","points":[[642,257],[127,257],[127,463],[642,463]]},{"area":"125","points":[[316,468],[206,468],[206,574],[316,574]]},{"area":"136","points":[[531,568],[419,568],[419,720],[531,720]]},{"area":"135","points":[[386,603],[309,603],[309,726],[386,726]]},{"area":"139","points":[[821,607],[717,607],[717,751],[821,751]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/013.webp"},"id":"163","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/014.webp"},"title":"Map 10","imageType":"map","grid":{"type":"square","size":67,"offsetX":-9,"offsetY":25,"scale":2},"width":571,"height":957,"mapRegions":[{"area":"136","points":[[231,7],[127,7],[127,149],[231,149]]},{"area":"135","points":[[96,40],[25,40],[25,155],[96,155]]},{"area":"144","points":[[96,245],[61,245],[61,334],[96,334]]},{"area":"143","points":[[196,347],[48,347],[48,517],[196,517]]},{"area":"145","points":[[303,445],[200,445],[200,523],[303,523]]},{"area":"13c","points":[[265,215],[265,376],[199,376],[199,341],[136,341],[136,215]]},{"area":"139","points":[[501,44],[405,44],[405,179],[501,179]]},{"area":"13d","points":[[472,243],[367,243],[367,423],[472,423]]},{"area":"14b","points":[[500,682],[396,682],[396,858],[500,858]]},{"area":"14a","points":[[368,628],[230,628],[230,925],[368,925]]},{"area":"147","points":[[213,782],[58,782],[58,890],[213,890]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/014.webp"},"id":"164","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/014.webp"},"title":"Map 10","imageType":"map","grid":{"type":"square","size":67,"offsetX":-9,"offsetY":25,"scale":2},"width":571,"height":957,"mapRegions":[{"area":"136","points":[[231,7],[127,7],[127,149],[231,149]]},{"area":"135","points":[[96,40],[25,40],[25,155],[96,155]]},{"area":"144","points":[[96,245],[61,245],[61,334],[96,334]]},{"area":"143","points":[[196,347],[48,347],[48,517],[196,517]]},{"area":"145","points":[[303,445],[200,445],[200,523],[303,523]]},{"area":"13c","points":[[265,215],[265,376],[199,376],[199,341],[136,341],[136,215]]},{"area":"139","points":[[501,44],[405,44],[405,179],[501,179]]},{"area":"13d","points":[[472,243],[367,243],[367,423],[472,423]]},{"area":"14b","points":[[500,682],[396,682],[396,858],[500,858]]},{"area":"14a","points":[[368,628],[230,628],[230,925],[368,925]]},{"area":"147","points":[[213,782],[58,782],[58,890],[213,890]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/014.webp"},"id":"165","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/015.webp"},"title":"Map 11","imageType":"map","grid":{"type":"square","size":61,"offsetY":33,"scale":2},"width":520,"height":1293,"mapRegions":[{"area":"155","points":[[213,42],[56,42],[56,1206],[213,1206]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/015.webp"},"id":"166","page":"adventure.html","source":"RtG","hash":"rtg"}]},{"name":"App. B: Maps","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RtG/016.webp"},"title":"Full Map—North-East","width":1632,"height":1238,"mapRegions":[{"area":"01c","points":[[1556,526],[1519,526],[1519,734],[1556,734]]},{"area":"01b","points":[[1514,523],[1482,523],[1482,550],[1514,550]]},{"area":"023","points":[[1388,541],[1392,551],[1504,551],[1504,710],[1387,710],[1387,719],[1368,719],[1368,710],[1346,688],[1346,665],[1276,665],[1276,598],[1345,598],[1345,572],[1368,549],[1368,541]]},{"area":"028","points":[[1433,458],[1251,458],[1251,528],[1433,528]]},{"area":"02d","points":[[1412,733],[1298,733],[1298,780],[1412,780]]},{"area":"038","points":[[1504,855],[1503,917],[1415,916],[1416,875],[1432,871],[1482,872],[1485,855]]},{"area":"037","points":[[1069,805],[1599,805],[1599,849],[1069,849]]},{"area":"044","points":[[1057,370],[749,370],[749,432],[1057,432]]},{"area":"047","points":[[1181,417],[1071,417],[1071,435],[1181,435]]},{"area":"048","points":[[1235,399],[1148,399],[1148,366],[1235,366]]},{"area":"044","points":[[1505,365],[1239,365],[1239,431],[1505,431]]},{"area":"049","points":[[1274,273],[1213,273],[1213,320],[1274,320]]},{"area":"04b","points":[[1092,180],[1128,179],[1142,206],[1124,225],[1102,245],[1067,245],[1051,233],[1025,237],[1007,260],[966,268],[944,240],[964,233],[979,205],[1015,181],[1045,186],[1060,196],[1086,189]]},{"area":"04c","points":[[1070,340],[1018,340],[1018,366],[1070,366]]},{"area":"04d","points":[[666,191],[684,180],[695,185],[715,183],[725,176],[741,180],[743,195],[737,205],[747,225],[745,244],[723,245],[696,228],[682,219],[668,211],[664,203]]},{"area":"086","points":[[607,458],[476,458],[476,662],[607,662]]},{"area":"08c","points":[[630,673],[473,673],[473,730],[630,730]]},{"area":"0a5","points":[[422,182],[334,182],[334,250],[422,250]]},{"area":"0b2","points":[[307,182],[307,206],[317,206],[317,225],[309,225],[309,248],[290,267],[290,229],[264,229],[264,207],[286,207],[286,182]]},{"area":"0c9","points":[[138,160],[152,164],[172,173],[185,186],[192,202],[192,228],[185,245],[176,257],[165,266],[147,272],[124,271],[104,263],[89,246],[81,228],[84,204],[93,183],[114,170],[128,164]]},{"area":"0cf","points":[[170,294],[103,294],[103,319],[170,319]]},{"area":"0d0","points":[[141,435],[151,438],[167,444],[181,456],[188,466],[192,482],[192,502],[185,518],[177,531],[162,542],[137,548],[120,545],[102,535],[89,520],[80,500],[84,477],[97,453],[113,443],[130,438]]},{"area":"0c3","points":[[261,343],[219,343],[219,524],[261,524]]},{"area":"0c2","points":[[339,363],[263,363],[263,391],[339,391]]},{"area":"0ac","points":[[358,321],[399,321],[421,343],[421,409],[396,434],[336,434],[336,415],[358,415]]},{"area":"0ba","points":[[399,442],[357,442],[357,527],[399,527]]},{"area":"098","points":[[418,804],[372,804],[358,788],[337,779],[314,785],[300,799],[293,803],[280,805],[280,847],[292,847],[302,857],[317,867],[339,869],[353,865],[365,858],[370,847],[418,847]]},{"area":"097","points":[[356,917],[310,917],[310,1010],[356,1010]]},{"area":"094","points":[[493,964],[425,964],[425,1008],[493,1008]]},{"area":"095","points":[[497,937],[465,937],[465,962],[497,962]]},{"area":"093","points":[[515,804],[472,804],[472,849],[515,849]]},{"area":"05b","points":[[819,503],[860,503],[883,526],[883,573],[861,595],[815,595],[795,575],[795,528]]},{"area":"056","points":[[792,460],[792,503],[766,529],[725,529],[725,460]]},{"area":"05e","points":[[787,550],[723,550],[723,594],[787,594]]},{"area":"061","points":[[767,620],[677,620],[677,687],[767,687]]},{"area":"064","points":[[907,712],[840,712],[840,779],[907,779]]},{"area":"067","points":[[997,710],[930,710],[930,779],[997,779]]},{"area":"06c","points":[[1042,622],[977,622],[977,663],[1042,663]]},{"area":"070","points":[[1022,460],[956,460],[956,526],[1022,526]]},{"area":"07d","points":[[1178,597],[1050,597],[1050,685],[1178,685]]},{"area":"074","points":[[1112,505],[1227,505],[1227,571],[1112,571]]},{"area":"079","points":[[1206,711],[1092,711],[1092,779],[1206,779]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":32,"offsetY":-6,"scale":3},"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/016.webp"},"id":"167","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/017.webp"},"title":"Full Map—South-West","width":1615,"height":1221,"mapRegions":[{"area":"103","points":[[1505,510],[1460,510],[1460,572],[1505,572]]},{"area":"101","points":[[1527,576],[1448,576],[1448,705],[1527,705]]},{"area":"0e9","points":[[1282,252],[866,252],[866,340],[1282,340]]},{"area":"0ed","points":[[1172,201],[1141,184],[1129,171],[1091,180],[1072,172],[1046,169],[1020,182],[991,192],[995,209],[1018,220],[1047,217],[1063,216],[1085,222],[1100,217],[1109,204],[1123,197],[1146,203],[1161,204]]},{"area":"0db","points":[[1195,401],[1203,416],[1202,431],[1203,443],[1155,443],[1147,431],[1140,415],[1139,399],[1138,386],[1153,375],[1164,393],[1175,405],[1184,405]]},{"area":"0e4","points":[[1138,401],[1024,401],[1024,469],[1138,469]]},{"area":"0db","points":[[999,410],[930,410],[930,472],[999,472]]},{"area":"12d","points":[[839,309],[725,309],[725,376],[839,376]]},{"area":"12f","points":[[747,123],[675,123],[675,196],[747,196]]},{"area":"12c","points":[[723,401],[631,401],[631,490],[723,490]]},{"area":"131","points":[[603,127],[481,127],[481,229],[603,229]]},{"area":"12a","points":[[450,148],[376,148],[376,229],[450,229]]},{"area":"126","points":[[680,267],[352,267],[352,399],[680,399]]},{"area":"125","points":[[472,402],[402,402],[402,470],[472,470]]},{"area":"136","points":[[609,466],[538,466],[538,563],[609,563]]},{"area":"135","points":[[517,488],[468,488],[468,567],[517,567]]},{"area":"155","points":[[195,167],[77,167],[77,1020],[195,1020]]},{"area":"144","points":[[517,628],[493,628],[493,689],[517,689]]},{"area":"143","points":[[585,698],[484,698],[484,814],[585,814]]},{"area":"145","points":[[658,765],[588,765],[588,818],[658,818]]},{"area":"13c","points":[[632,608],[632,718],[587,718],[587,694],[544,694],[544,608]]},{"area":"139","points":[[794,491],[728,491],[728,583],[794,583]]},{"area":"13d","points":[[774,627],[702,627],[702,750],[774,750]]},{"area":"0fa","points":[[1345,541],[1275,541],[1275,665],[1345,665]]},{"area":"0fb","points":[[1378,667],[1275,667],[1275,751],[1378,751]]},{"area":"0ff","points":[[1551,808],[1403,808],[1403,884],[1551,884]]},{"area":"0fe","points":[[1389,765],[1320,765],[1320,887],[1389,887]]},{"area":"0fd","points":[[1307,754],[1209,754],[1209,905],[1307,905]]},{"area":"116","points":[[1251,614],[1174,614],[1174,684],[1251,684]]},{"area":"110","points":[[1227,536],[1098,536],[1098,593],[1227,593]]},{"area":"10d","points":[[1123,694],[1027,694],[1027,767],[1123,767]]},{"area":"113","points":[[1026,586],[966,586],[966,713],[1026,713]]},{"area":"119","points":[[1201,801],[961,801],[961,991],[1201,991]]},{"area":"11d","points":[[948,794],[909,794],[909,920],[948,920]]},{"area":"11f","points":[[886,764],[836,764],[836,828],[886,828]]},{"area":"11e","points":[[885,830],[835,830],[835,906],[885,906]]},{"area":"14b","points":[[793,927],[722,927],[722,1047],[793,1047]]},{"area":"14a","points":[[703,890],[608,890],[608,1093],[703,1093]]},{"area":"147","points":[[597,995],[491,995],[491,1069],[597,1069]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":30,"offsetY":26,"scale":3},"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/017.webp"},"id":"168","page":"adventure.html","source":"RtG","hash":"rtg"}]}]},"AitFR-ISF":{"id":"AitFR-ISF","source":"AitFR-ISF","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Appendix: Maps, Monsters, & NPCs","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-093.webp"},"width":1082,"height":575,"mapRegions":[{"area":"012","points":[[128,67],[128,165],[205,165],[205,67]]},{"area":"017","points":[[212,67],[212,127],[365,127],[365,67]]},{"area":"01f","points":[[369,67],[369,125],[464,125],[464,67]]},{"area":"021","points":[[468,127],[468,192],[521,192],[521,127]]},{"area":"01f","points":[[467,195],[467,255],[524,255],[524,195]]},{"area":"01f","points":[[469,259],[469,319],[525,319],[525,259]]},{"area":"01f","points":[[341,327],[341,381],[401,381],[401,327]]},{"area":"01f","points":[[404,328],[404,381],[465,381],[465,328]]},{"area":"01f","points":[[337,169],[337,223],[433,223],[433,169]]},{"area":"01f","points":[[339,225],[339,283],[435,283],[435,225]]},{"area":"01b","points":[[208,167],[208,260],[334,260],[334,167]]},{"area":"023","points":[[216,294],[216,379],[334,379],[334,294]]},{"area":"025","points":[[132,290],[132,324],[210,324],[210,290]]},{"area":"027","points":[[133,327],[133,386],[208,386],[208,327]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":9,"offsetY":8,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-093.webp"},"id":"056","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-095.webp"},"width":1082,"height":575,"mapRegions":[{"area":"029","points":[[162,133],[162,290],[214,290],[214,133]]},{"area":"02a","points":[[115,195],[115,260],[160,260],[160,195]]},{"area":"032","points":[[225,66],[225,195],[352,195],[352,66]]},{"area":"03b","points":[[370,162],[370,290],[498,290],[498,162]]},{"area":"03b","points":[[227,258],[227,384],[355,384],[355,258]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":6,"offsetY":6,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-095.webp"},"id":"057","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-097.webp"},"width":1082,"height":527,"mapRegions":[{"area":"03f","points":[[82,84],[207,84],[207,112],[170,112],[170,336],[208,336],[208,370],[122,370],[122,115],[82,115]]},{"area":"041","points":[[211,84],[211,368],[519,368],[519,84]]},{"area":"04a","points":[[530,179],[530,268],[850,268],[850,179]]},{"area":"04c","points":[[867,115],[867,340],[992,340],[992,115]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":6,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-097.webp"},"id":"058","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"}]}]},"AitFR-THP":{"id":"AitFR-THP","source":"AitFR-THP","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: Hidden Chambers","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395028.webp"},"title":"Map 1","width":1263,"height":1131,"imageType":"map","mapRegions":[{"area":"01a","points":[[126,523],[443,523],[443,354],[547,354],[547,830],[440,830],[440,677],[126,677]]},{"area":"01c","points":[[435,149],[435,264],[568,264],[568,149]]},{"area":"020","points":[[584,262],[584,355],[1072,355],[1072,262]]},{"area":"024","points":[[1069,378],[1069,830],[1118,830],[1118,378]]},{"area":"020","points":[[557,838],[557,928],[1051,928],[1051,838]]},{"area":"028","points":[[598,373],[598,824],[1054,824],[1054,373]]}],"grid":{"type":"square","size":52,"offsetX":26,"offsetY":52},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-THP/thumbnail/14_1476395028.webp"},"id":"05b","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395036.webp"},"title":"Map 2","width":2200,"height":3000,"grid":{"type":"hexColsEven","size":260,"offsetX":-50,"offsetY":28,"distance":586},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395045.webp"},"title":"Map 3","width":1894,"height":1713,"imageType":"map","grid":{"type":"square","size":52,"offsetX":38,"offsetY":29},"mapRegions":[{"area":"052","points":[[358,99],[358,430],[602,430],[602,99]]},{"area":"04e","points":[[816,85],[816,434],[1070,434],[1070,85]]},{"area":"043","points":[[458,456],[458,758],[973,758],[973,456]]},{"area":"04c","points":[[981,456],[981,757],[1066,757],[1066,456]]},{"area":"046","points":[[368,770],[368,1102],[605,1102],[605,770]]},{"area":"048","points":[[616,776],[616,1117],[813,1117],[813,776]]},{"area":"04a","points":[[826,778],[826,1110],[1072,1110],[1072,778]]},{"area":"054","points":[[1187,1285],[1187,1549],[1608,1549],[1608,1285]]}],"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-THP/thumbnail/14_1476395045.webp"},"id":"05c","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"}]}]},"AitFR-AVT":{"id":"AitFR-AVT","source":"AitFR-AVT","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: Riverside","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-AVT/13_1476395029.webp"},"title":"Map 1","width":633,"height":662,"imageType":"map","grid":{"type":"square","size":50,"offsetX":-5,"offsetY":21,"scale":2.07},"mapRegions":[{"area":"032","points":[[24,85],[72,85],[72,38],[191,38],[191,85],[239,85],[239,134],[194,134],[194,158],[69,158],[69,133],[24,133]]},{"area":"030","points":[[93,205],[93,252],[168,252],[168,205]]},{"area":"02e","points":[[118,260],[118,329],[146,329],[146,260]]},{"area":"028","points":[[150,300],[150,324],[258,324],[258,300]]},{"area":"023","points":[[262,279],[262,337],[410,337],[410,279]]},{"area":"01d","points":[[191,349],[191,398],[257,398],[257,349]]},{"area":"01b","points":[[262,350],[262,420],[410,420],[410,350]]},{"area":"01f","points":[[416,350],[416,395],[479,395],[479,350]]},{"area":"010","points":[[259,425],[259,450],[289,450],[289,425]]},{"area":"012","points":[[388,425],[388,456],[407,456],[407,425]]},{"area":"00e","points":[[290,426],[292,439],[297,443],[294,460],[296,485],[308,493],[334,500],[353,502],[374,497],[378,489],[374,477],[375,464],[384,449],[386,435],[386,426]]}],"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-AVT/thumbnail/13_1476395029.webp"},"id":"03d","page":"adventure.html","source":"AitFR-AVT","hash":"aitfr-avt"}]}]},"AitFR-DN":{"id":"AitFR-DN","source":"AitFR-DN","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: The Outer Lair","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-DN/16_1476395079.webp"},"width":1187,"height":818,"mapRegions":[{"area":"01a","points":[[238,180],[245,173],[285,163],[297,160],[305,192],[294,190],[243,208],[236,203]]},{"area":"01e","points":[[293,140],[321,239],[328,279],[340,334],[382,327],[410,317],[384,202],[378,196],[367,148],[365,130],[359,120],[302,131]]},{"area":"025","points":[[388,203],[398,197],[405,192],[450,186],[453,218],[397,239]]},{"area":"021","points":[[262,317],[308,291],[324,277],[337,329],[324,329],[302,338],[270,338]]},{"area":"00a","points":[[149,191],[159,179],[163,171],[178,162],[188,148],[199,148],[205,140],[217,134],[209,157],[212,166],[219,172],[223,180],[235,182],[232,201],[222,203],[214,199],[203,198],[193,194],[182,193],[172,191]]},{"area":"037","points":[[513,319],[513,360],[594,360],[594,319]]},{"area":"035","points":[[508,365],[508,388],[595,388],[595,365]]},{"area":"00a","points":[[59,590],[59,624],[88,624],[88,590]]},{"area":"01a","points":[[119,609],[119,652],[151,652],[151,609]]},{"area":"00e","points":[[198,493],[198,526],[231,526],[231,493]]},{"area":"00c","points":[[357,671],[357,702],[383,702],[383,671]]},{"area":"02b","points":[[316,437],[316,482],[341,482],[341,437]]},{"area":"027","points":[[351,449],[351,482],[376,482],[376,449]]},{"area":"02d","points":[[379,449],[379,482],[409,482],[409,449]]},{"area":"032","points":[[412,454],[412,481],[437,481],[437,454]]},{"area":"01a","points":[[699,226],[738,218],[742,207],[748,200],[791,203],[836,199],[829,220],[830,243],[833,259],[743,259],[745,250],[729,253],[721,245],[700,257]]},{"area":"01e","points":[[831,245],[833,224],[839,196],[853,174],[868,156],[892,143],[917,134],[946,136],[969,145],[987,155],[1004,190],[1007,210],[1007,230],[997,258],[984,276],[970,294],[942,308],[911,314],[875,308],[853,290],[841,270]]},{"area":"021","points":[[757,348],[849,290],[878,315],[830,410],[812,405],[777,379],[761,363]]},{"area":"025","points":[[982,146],[991,141],[1007,120],[1043,68],[1069,76],[1092,96],[1102,108],[1134,96],[1160,84],[1165,71],[1176,81],[1177,96],[1160,113],[1134,117],[1115,127],[1110,130],[1106,144],[1009,194]]},{"area":"02b","points":[[616,512],[616,554],[656,554],[656,512]]},{"area":"02b","points":[[784,512],[784,555],[828,555],[828,512]]},{"area":"02b","points":[[616,639],[616,679],[655,679],[655,639]]},{"area":"02b","points":[[786,637],[786,679],[826,679],[826,637]]},{"area":"02d","points":[[699,622],[699,659],[743,659],[743,622]]},{"area":"032","points":[[702,663],[702,701],[742,701],[742,663]]},{"area":"027","points":[[678,553],[678,620],[765,620],[765,553]]}],"imageType":"map","grid":{"type":"square","size":50,"offsetX":-16,"offsetY":-9,"scale":2.33},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-DN/thumbnail/16_1476395079.webp"},"id":"040","page":"adventure.html","source":"AitFR-DN","hash":"aitfr-dn"}]}]},"AitFR-FCD":{"id":"AitFR-FCD","source":"AitFR-FCD","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"The Fortress of the Cobalt Mage","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-FCD/16_1476395147.webp"},"width":1942,"height":1573,"mapRegions":[{"area":"03b","points":[[519,133],[519,387],[616,387],[616,133]]},{"area":"01f","points":[[210,541],[210,646],[303,646],[303,541]]},{"area":"018","points":[[519,652],[519,749],[617,749],[617,652]]},{"area":"026","points":[[827,542],[827,646],[929,646],[929,542]]},{"area":"035","points":[[1211,261],[1211,333],[1275,333],[1275,261]]},{"area":"042","points":[[1399,137],[1399,288],[1499,288],[1499,137]]},{"area":"040","points":[[1402,291],[1402,387],[1497,387],[1497,291]]},{"area":"02f","points":[[1612,265],[1612,328],[1683,328],[1683,265]]},{"area":"01f","points":[[1087,546],[1087,650],[1187,650],[1187,546]]},{"area":"018","points":[[1401,657],[1401,748],[1500,748],[1500,657]]},{"area":"026","points":[[1708,546],[1708,647],[1809,647],[1809,546]]},{"area":"02d","points":[[1113,418],[1113,484],[1150,484],[1150,418]]},{"area":"02d","points":[[1748,420],[1748,480],[1777,480],[1777,420]]},{"area":"04c","points":[[1516,863],[1516,1119],[1619,1119],[1619,863]]},{"area":"018","points":[[955,1377],[955,1478],[1059,1478],[1059,1377]]},{"area":"01f","points":[[648,1272],[648,1380],[745,1380],[745,1272]]},{"area":"035","points":[[762,976],[762,1066],[847,1066],[847,976]]},{"area":"04a","points":[[958,861],[958,1012],[1058,1012],[1058,861]]},{"area":"046","points":[[958,1016],[958,1116],[1058,1116],[1058,1016]]},{"area":"02f","points":[[1161,972],[1161,1065],[1256,1065],[1256,972]]},{"area":"02d","points":[[679,1147],[679,1212],[714,1212],[714,1147]]},{"area":"02d","points":[[1302,1143],[1302,1212],[1340,1212],[1340,1143]]},{"area":"026","points":[[1269,1272],[1269,1377],[1368,1377],[1368,1272]]}],"imageType":"map","grid":{"type":"square","size":52,"offsetX":19,"offsetY":28,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-FCD/thumbnail/16_1476395147.webp"},"id":"053","page":"adventure.html","source":"AitFR-FCD","hash":"aitfr-fcd"}]}]},"NRH-TCMC":{"id":"NRH-TCMC","source":"NRH-TCMC","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: The Candy Mountain Caper","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-TCMC/002.webp"},"width":2414,"height":3149,"mapRegions":[{"area":"018","points":[[1075,3010],[1075,3117],[1254,3117],[1254,3010]]},{"area":"01b","points":[[117,2726],[117,2453],[147,2453],[256,2387],[354,2278],[390,2278],[568,2210],[816,2245],[990,2245],[1102,2197],[1126,2184],[1126,2206],[1197,2206],[1197,2176],[1266,2173],[1413,2208],[1573,2278],[1755,2310],[1778,2325],[1901,2312],[1904,2301],[2102,2277],[2110,2294],[2171,2320],[2176,2520],[2038,2797],[1800,3005],[645,3008],[357,2936]]},{"area":"01c","points":[[1126,1746],[1126,2205],[1197,2205],[1197,1746]]},{"area":"01e","points":[[1061,1544],[1061,1749],[1270,1749],[1270,1544]]},{"area":"020","points":[[1126,1211],[1126,1520],[1202,1520],[1202,1211]]},{"area":"026","points":[[1210,568],[1264,526],[1309,565],[1325,576],[1325,587],[1242,616],[1237,595]]},{"area":"027","points":[[1179,347],[1122,341],[1094,309],[1082,258],[1085,192],[1165,125],[1270,123],[1294,125],[1326,130],[1373,157],[1406,211],[1426,272],[1422,322],[1389,358],[1350,373],[1314,370],[1277,379],[1251,379],[1205,360]]},{"area":"024","points":[[440,638],[442,603],[450,560],[470,544],[512,544],[571,538],[618,536],[670,549],[718,565],[738,603],[747,653],[755,707],[746,728],[686,746],[664,770],[645,795],[618,805],[582,792],[554,794],[523,773],[493,778],[462,749],[442,715],[440,672]]},{"area":"022","points":[[552,1144],[539,1106],[557,1053],[568,1016],[619,995],[653,990],[710,987],[744,971],[789,966],[858,976],[875,1013],[859,1051],[816,1070],[803,1102],[790,1120],[787,1155],[779,1194],[763,1206],[757,1227],[720,1230],[699,1229],[670,1243],[629,1234],[589,1221],[563,1181]]},{"area":"02b","points":[[1694,798],[1698,787],[1707,770],[1709,712],[1722,656],[1766,597],[1806,566],[1862,565],[1910,566],[1968,605],[2019,650],[2046,670],[2072,714],[2072,766],[2053,819],[2027,848],[2003,872],[1998,914],[1974,941],[1941,960],[1909,971],[1821,970],[1818,970],[1778,955],[1723,925],[1691,886],[1693,872],[1682,832],[1690,810]]}],"imageType":"map","grid":{"type":"square","size":70,"offsetX":7,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-TCMC/thumbnail/002.webp"},"id":"02e","page":"adventure.html","source":"NRH-TCMC","hash":"nrh-tcmc"}]}]},"NRH-AVitW":{"id":"NRH-AVitW","source":"NRH-AVitW","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Voice in the Wilderness","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AVitW/004.webp"},"width":1330,"height":1330,"mapRegions":[{"area":"020","points":[[469,443],[481,392],[497,356],[519,322],[551,293],[595,268],[629,258],[671,257],[711,265],[752,280],[777,301],[806,324],[830,363],[848,394],[854,441],[851,489],[835,535],[813,574],[771,616],[725,638],[682,649],[640,648],[602,641],[552,611],[512,573],[486,538],[470,493]]},{"area":"01e","points":[[631,715],[590,705],[539,685],[490,650],[455,611],[437,584],[415,544],[405,481],[403,440],[413,377],[432,337],[456,292],[482,263],[535,225],[584,208],[637,196],[680,192],[733,199],[784,222],[828,249],[875,294],[901,334],[919,381],[929,429],[924,489],[914,546],[882,606],[839,652],[791,683],[754,706],[696,720],[696,651],[739,638],[789,603],[823,569],[848,521],[859,481],[859,431],[855,394],[840,364],[816,328],[783,295],[757,272],[710,256],[671,250],[631,252],[591,265],[554,284],[512,318],[490,357],[470,409],[465,436],[466,474],[472,515],[488,549],[522,594],[566,629],[599,648],[631,653]]},{"area":"01e","points":[[631,655],[631,1107],[696,1107],[696,655]]},{"area":"01c","points":[[194,1137],[250,1131],[314,1130],[357,1112],[406,1111],[455,1104],[507,1108],[561,1124],[625,1125],[663,1132],[688,1130],[703,1121],[759,1120],[797,1118],[835,1108],[882,1112],[920,1121],[968,1134],[1034,1133],[1094,1125],[1138,1114],[1106,1144],[1064,1163],[1026,1178],[969,1185],[931,1181],[890,1179],[842,1205],[783,1205],[702,1217],[622,1218],[560,1205],[524,1185],[469,1184],[402,1195],[363,1195],[310,1181],[244,1179],[211,1152]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AVitW/thumbnail/004.webp"},"id":"025","page":"adventure.html","source":"NRH-AVitW","hash":"nrh-avitw"}]}]},"NRH-ASS":{"id":"NRH-ASS","source":"NRH-ASS","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Sticky Situation","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-ASS/006.webp"},"width":630,"height":1042,"grid":{"type":"square","size":70,"offsetY":-25,"distance":10},"mapRegions":[{"area":"017","points":[[142,187],[142,253],[246,253],[246,187]]},{"area":"019","points":[[490,187],[490,256],[386,256],[386,187]]},{"area":"015","points":[[246,325],[246,394],[142,394],[142,325]]},{"area":"01f","points":[[488,328],[488,396],[385,396],[385,328]]},{"area":"011","points":[[252,253],[252,189],[379,189],[379,257],[349,257],[349,326],[378,326],[378,397],[252,397],[252,326],[281,326],[281,253]]},{"area":"00d","points":[[282,471],[282,836],[349,836],[349,471]]}],"imageType":"map","hrefThumbnail":{"type":"internal","path":"adventure/NRH-ASS/thumbnail/006.webp"},"id":"023","page":"adventure.html","source":"NRH-ASS","hash":"nrh-ass"}]}]},"NRH-CoI":{"id":"NRH-CoI","source":"NRH-CoI","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: Circus of Illusions","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-CoI/008.webp"},"width":1960,"height":1470,"mapRegions":[{"area":"01c","points":[[359,727],[387,630],[480,606],[547,677],[521,769],[429,796]]},{"area":"016","points":[[726,737],[734,686],[756,623],[781,579],[820,540],[860,517],[913,496],[967,484],[1019,489],[1066,500],[1107,521],[1151,554],[1183,594],[1203,633],[1221,683],[1233,746],[1217,811],[1193,864],[1156,911],[1117,947],[1050,977],[987,984],[910,973],[850,947],[806,916],[763,867],[741,809]]},{"area":"01e","points":[[481,401],[523,314],[611,331],[626,419],[546,463]]},{"area":"01f","points":[[864,259],[879,210],[921,200],[956,231],[940,279],[896,289]]},{"area":"017","points":[[1333,316],[1333,450],[1471,450],[1471,316]]},{"area":"01f","points":[[1491,799],[1530,760],[1581,784],[1573,840],[1521,847]]},{"area":"015","points":[[1819,880],[1920,911],[1887,1011],[1790,979]]},{"area":"01e","points":[[664,1190],[700,1090],[797,1121],[767,1220]]},{"area":"01f","points":[[1144,1146],[1183,1114],[1230,1131],[1224,1186],[1170,1196]]},{"area":"01f","points":[[1386,1200],[1354,1166],[1364,1124],[1411,1110],[1446,1140],[1436,1190]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-CoI/thumbnail/008.webp"},"id":"023","page":"adventure.html","source":"NRH-CoI","hash":"nrh-coi"}]}]},"NRH-TLT":{"id":"NRH-TLT","source":"NRH-TLT","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: The Lost Tomb","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-TLT/010.webp"},"width":701,"height":1185,"mapRegions":[{"area":"020","points":[[487,141],[487,316],[627,316],[627,141]]},{"area":"01f","points":[[270,354],[270,433],[320,433],[320,354]]},{"area":"013","points":[[344,559],[344,636],[429,636],[429,559]]},{"area":"00f","points":[[339,760],[339,1127],[429,1127],[429,760]]},{"area":"01b","points":[[347,381],[347,453],[424,453],[424,381]]},{"area":"01c","points":[[473,419],[473,496],[524,496],[524,419]]},{"area":"01d","points":[[474,557],[474,631],[529,631],[529,557]]},{"area":"01d","points":[[479,697],[479,774],[530,774],[530,697]]},{"area":"016","points":[[241,699],[241,770],[294,770],[294,699]]},{"area":"017","points":[[244,564],[244,633],[300,633],[300,564]]},{"area":"018","points":[[243,437],[243,494],[314,494],[314,437]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-TLT/thumbnail/010.webp"},"id":"026","page":"adventure.html","source":"NRH-TLT","hash":"nrh-tlt"}]}]},"NRH-AWoL":{"id":"NRH-AWoL","source":"NRH-AWoL","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Web of Lies","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AWoL/012.webp"},"width":560,"height":846,"mapRegions":[{"area":"011","points":[[271,361],[271,597],[257,627],[259,653],[283,680],[316,683],[347,664],[356,630],[341,601],[321,590],[310,581],[310,361]]},{"area":"012","points":[[273,356],[239,353],[194,329],[166,297],[146,244],[127,196],[147,156],[176,129],[191,117],[214,96],[264,84],[304,86],[347,90],[371,116],[390,134],[420,170],[426,217],[416,277],[399,319],[366,343],[316,351]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AWoL/thumbnail/012.webp"},"id":"018","page":"adventure.html","source":"NRH-AWoL","hash":"nrh-awol"}]}]},"NRH-AT":{"id":"NRH-AT","source":"NRH-AT","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AT/014.webp"},"width":1931,"height":2156,"mapRegions":[{"area":"015","points":[[793,1880],[793,1984],[883,1984],[883,1880]]},{"area":"018","points":[[426,1537],[480,1491],[460,1479],[457,1411],[496,1396],[526,1371],[537,1350],[583,1343],[623,1334],[660,1313],[671,1301],[637,1239],[617,1261],[569,1279],[547,1270],[521,1244],[496,1237],[371,1236],[350,1249],[340,1261],[327,1283],[307,1303],[311,1331],[319,1371],[336,1390],[380,1410],[383,1450],[380,1480],[383,1501],[397,1529]]},{"area":"01b","points":[[940,1387],[963,1327],[993,1304],[1031,1296],[1066,1287],[1106,1287],[1137,1293],[1161,1303],[1184,1316],[1191,1350],[1217,1373],[1234,1409],[1234,1471],[1227,1506],[1186,1540],[1139,1549],[1051,1544],[1003,1530],[964,1490],[940,1431]]},{"area":"01c","points":[[1463,1043],[1441,991],[1393,951],[1361,923],[1363,900],[1369,876],[1369,853],[1403,840],[1436,826],[1489,833],[1524,863],[1549,893],[1576,934],[1607,963],[1680,1047],[1709,1081],[1730,1107],[1751,1143],[1770,1176],[1761,1213],[1753,1237],[1727,1251],[1681,1253],[1649,1236],[1614,1187],[1583,1160],[1526,1144],[1491,1124],[1516,1099],[1500,1069]]},{"area":"026","points":[[251,624],[253,480],[274,407],[294,360],[341,323],[381,317],[417,307],[459,313],[517,323],[556,364],[591,411],[633,469],[654,504],[671,539],[694,580],[696,629],[696,703],[670,739],[626,751],[594,771],[536,776],[491,767],[434,764],[357,736],[290,699],[257,659]]},{"area":"021","points":[[1131,451],[1160,393],[1191,361],[1239,343],[1294,297],[1339,250],[1397,236],[1437,241],[1470,286],[1484,331],[1483,393],[1481,456],[1471,501],[1430,556],[1390,577],[1344,580],[1296,573],[1259,591],[1194,587],[1149,557],[1133,497]]}],"imageType":"map","grid":{"type":"square","size":70,"offsetX":-35,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AT/thumbnail/014.webp"},"id":"032","page":"adventure.html","source":"NRH-AT","hash":"nrh-at"}]}]},"WBtW":{"id":"WBtW","source":"WBtW","prop":"adventure","chapters":[{"name":"Ch. 1: Witchlight Carnival","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/015-map-1.1.jpg"},"imageType":"map","grid":{"type":"none"},"title":"Welcome to the Witchlight Carnival","width":7000,"height":4934}]},{"name":"Ch. 2: Hither","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/036-map-2.1.jpg"},"imageType":"map","grid":{"type":"none","size":90,"distance":0.5,"units":"miles"},"title":"The Domain of Prismeer","width":7000,"height":4962},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/037-map-2.2-hither.jpg"},"imageType":"map","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Hither","width":4200,"height":5700,"id":"01c"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/038-map-2.2-hither-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/044-map-2.3-downfall.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Downfall","width":4200,"height":5700,"id":"01d","mapRegions":[{"area":"15a","points":[[733,2463],[749,2406],[792,2339],[853,2295],[926,2284],[1002,2314],[1057,2383],[1080,2455],[1065,2537],[1116,2552],[1158,2606],[1147,2674],[1116,2720],[1048,2737],[1002,2720],[971,2695],[949,2752],[888,2798],[808,2783],[766,2733],[777,2665],[815,2613],[766,2566],[735,2501]]},{"area":"152","points":[[848,3154],[874,3067],[920,3015],[996,2987],[1072,2985],[1145,3019],[1200,3088],[1221,3149],[1202,3244],[1147,3309],[1088,3337],[1032,3343],[962,3333],[895,3284],[857,3234],[844,3189]]},{"area":"156","points":[[396,2754],[474,2754],[627,2867],[743,2979],[764,3122],[745,3173],[661,3152],[600,3044],[509,2943],[427,2869],[389,2817]]},{"area":"161","points":[[1118,2476],[1227,2354],[1543,2278],[1577,2360],[1611,2360],[1625,2400],[1154,2533]]},{"area":"166","points":[[1684,2291],[1747,2211],[1836,2192],[1933,2223],[1983,2301],[1971,2400],[1882,2461],[1781,2461],[1701,2394]]},{"area":"16b","points":[[1368,3829],[1425,3579],[1421,3255],[1396,3055],[1411,2758],[1634,2659],[2044,2651],[2444,2760],[2703,2973],[2901,3341],[2836,3699],[2379,3909],[1851,3916],[1497,3891],[1625,3768],[1994,3792],[2486,3665],[2596,3625],[2661,3173],[2476,2918],[1973,2752],[1653,2787],[1495,3000],[1501,3364],[1556,3615],[1594,3680]]},{"area":"16b","points":[[1368,3832],[1594,3682],[1623,3766],[1497,3893]]},{"area":"14f","points":[[509,4044],[539,3960],[589,3884],[657,3857],[749,3878],[777,3937],[827,3954],[848,4000],[926,4027],[954,4002],[966,3958],[1008,3937],[1040,3971],[1105,3958],[1124,3924],[1223,3937],[1248,3998],[1202,4048],[1192,4101],[1162,4137],[1099,4158],[1061,4202],[1069,4248],[1059,4297],[1017,4335],[949,4349],[882,4333],[823,4284],[811,4244],[802,4156],[775,4101],[718,4074],[640,4095],[577,4145],[552,4265],[533,4322],[457,4366],[356,4373],[309,4356],[274,4259],[434,4152],[484,4118],[501,4084]]},{"area":"19f","points":[[1236,4552],[1309,4400],[1455,4474],[1385,4625]]},{"area":"198","points":[[1771,5229],[1787,5166],[1832,5118],[1882,5107],[1943,5114],[1989,5147],[2021,5215],[2004,5288],[1952,5331],[1899,5347],[1842,5335],[1796,5301],[1777,5261]]},{"area":"19a","points":[[2078,4118],[2078,4213],[2168,4213],[2168,4118]]},{"area":"193","points":[[2175,4735],[2192,4672],[2232,4632],[2295,4606],[2375,4627],[2411,4657],[2429,4733],[2408,4783],[2373,4834],[2301,4851],[2236,4834],[2192,4792]]},{"area":"189","points":[[3368,4688],[3436,4518],[3518,4419],[3623,4371],[3785,4343],[3819,4465],[3749,4682],[3682,4771],[3501,4865],[3434,4789],[3385,4754]]},{"area":"18f","points":[[3171,4876],[3192,4806],[3227,4771],[3272,4752],[3333,4760],[3389,4789],[3417,4861],[3411,4937],[3366,4973],[3301,4998],[3236,4985],[3196,4947],[3177,4903]]},{"area":"185","points":[[2735,4269],[2705,4067],[2815,4006],[2707,3853],[2804,3758],[2859,3695],[2907,3661],[2992,3777],[2992,3857],[3116,3787],[3145,3909],[3040,3964],[3263,4021],[3166,4131],[3044,4072],[3046,4352],[2895,4394],[2928,4109],[2806,4236]]},{"area":"180","points":[[2737,2840],[2752,2792],[2781,2762],[2821,2743],[2829,2674],[2853,2621],[2884,2585],[2933,2575],[2983,2577],[3046,2602],[3067,2568],[3093,2541],[3124,2522],[3194,2518],[3242,2562],[3255,2621],[3244,2676],[3278,2716],[3297,2773],[3297,2863],[3288,2922],[3238,2989],[3166,3036],[3074,3051],[3008,3032],[2947,2994],[2909,2939],[2859,2949]]},{"area":"16e","points":[[3248,2183],[3269,2124],[3309,2101],[3354,2103],[3402,2118],[3438,2147],[3444,2217],[3415,2278],[3356,2301],[3295,2291],[3259,2251]]},{"area":"178","points":[[3705,2246],[3739,2179],[3787,2128],[3840,2109],[3907,2120],[3956,2173],[3983,2232],[3973,2303],[3943,2360],[3874,2392],[3806,2385],[3752,2360],[3722,2303]]},{"area":"172","points":[[3215,2360],[3215,2531],[3446,2531],[3446,2360]]},{"area":"184","points":[[1601,3151],[1801,3151],[1801,3050],[2350,3050],[2350,3104],[2451,3104],[2451,3198],[2353,3198],[2353,3400],[2452,3400],[2452,3546],[2351,3546],[2351,3598],[1799,3598],[1799,3500],[1601,3500]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/044-map-2.3-downfall.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/045-map-2.3-downfall-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/049-map-2.4-bavlornas-cottage.jpg"},"imageType":"map","grid":{"type":"square"},"title":"Bavlornas Cottage","width":4200,"height":5700,"id":"01e","mapRegions":[{"area":"1d8","points":[[1711,814],[1723,753],[1741,690],[1789,647],[1864,613],[2296,613],[2296,1397],[1893,1397],[1826,1381],[1764,1343],[1729,1284],[1711,1229]]},{"area":"1df","points":[[2309,1397],[2413,1396],[2481,1379],[2533,1344],[2571,1294],[2590,1240],[2596,774],[2583,730],[2559,689],[2520,647],[2467,623],[2416,610],[2309,610]]},{"area":"1bc","points":[[1304,1806],[1304,2291],[1591,2291],[1591,1806]]},{"area":"1bd","points":[[1610,2289],[1610,1909],[1896,1909],[1896,1990],[1690,1990],[1690,2289]]},{"area":"1b9","points":[[1310,2307],[1707,2307],[1707,2006],[1893,2006],[1893,2390],[1310,2390]]},{"area":"1d4","points":[[1309,2407],[1309,2891],[1890,2891],[1890,2407]]},{"area":"1d6","points":[[1309,2910],[1891,2910],[1891,3191],[1790,3191],[1790,3291],[1309,3291]]},{"area":"1d3","points":[[1907,2501],[1907,3089],[2290,3089],[2290,2501]]},{"area":"1ce","points":[[1907,3109],[2310,3109],[2310,2504],[2390,2504],[2390,2707],[3089,2707],[3089,3290],[2307,3290],[2307,3190],[1907,3190]]},{"area":"1d0","points":[[3210,2861],[3214,2799],[3276,2771],[3307,2796],[3313,2843],[3276,2899],[3317,2914],[3330,2963],[3310,2994],[3269,3010],[3273,3040],[3299,3059],[3301,3110],[3271,3140],[3214,3130],[3193,3101],[3219,3040],[3239,3027],[3224,2960],[3231,2920],[3253,2909],[3226,2894]]},{"area":"1b2","points":[[2809,2403],[2809,2684],[2894,2684],[2894,2403]]},{"area":"1cc","points":[[2407,2307],[2407,2690],[2790,2690],[2790,2307]]},{"area":"1ca","points":[[2406,1910],[2406,2293],[3091,2293],[3091,1910]]},{"area":"1c3","points":[[1906,1806],[1906,2490],[2390,2490],[2390,1806]]},{"area":"1b0","points":[[2807,3907],[2807,4091],[2993,4091],[2993,3907]]},{"area":"1b2","points":[[2814,4210],[2814,4493],[2891,4493],[2891,4210]]},{"area":"1b5","points":[[2807,4507],[2807,4794],[2994,4794],[2994,4507]]},{"area":"1b7","points":[[1811,4914],[1811,5031],[1819,5061],[1857,5094],[2621,5094],[2654,5084],[2680,5064],[2690,5030],[2690,4914]]},{"area":"1a6","points":[[1890,4713],[1890,4096],[1993,3993],[2603,3993],[2603,4611],[2505,4713]]},{"area":"1ac","points":[[1307,4010],[1307,4693],[1696,4693],[1696,4010]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/049-map-2.4-bavlornas-cottage.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/050-map-2.4-bavlornas-cottage-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01e"}}]},{"name":"Ch. 3: Thither","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/054-map-3.1-thither.jpg"},"imageType":"map","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Thither","width":4200,"height":5700,"id":"01f"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/055-map-3.1-thither-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/062-map-3.2-loomlurch.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Loomlurch","width":4200,"height":5700,"id":"020","mapRegions":[{"area":"284","points":[[3501,991],[3513,946],[3540,889],[3587,841],[3634,819],[3690,807],[3749,819],[3806,841],[3850,886],[3884,956],[3889,1043],[3863,1116],[3810,1174],[3730,1204],[3643,1197],[3586,1166],[3539,1126],[3506,1061]]},{"area":"28a","points":[[3331,1011],[3343,920],[3369,837],[3414,776],[3479,717],[3559,669],[3643,650],[3710,646],[3789,660],[3880,703],[3961,774],[4010,857],[4030,940],[4033,1034],[4010,1137],[3959,1221],[3887,1287],[3803,1333],[3689,1353],[3573,1336],[3493,1300],[3420,1236],[3376,1171],[3336,1060],[3487,1051],[3523,1137],[3503,1180],[3511,1231],[3554,1269],[3613,1287],[3646,1294],[3677,1269],[3680,1221],[3733,1217],[3807,1196],[3847,1154],[3884,1100],[3904,1049],[3906,974],[3890,919],[3867,883],[3887,834],[3887,773],[3857,746],[3821,730],[3780,733],[3739,757],[3710,791],[3640,801],[3576,831],[3531,876],[3497,941],[3483,1011]]},{"area":"28a","points":[[3330,1013],[3483,1013],[3487,1049],[3336,1060]]},{"area":"27b","points":[[2730,1524],[2767,1453],[2740,1433],[2717,1393],[2699,1346],[2697,1277],[2726,1213],[2763,1160],[2810,1127],[2871,1110],[2931,1114],[2991,1139],[3039,1167],[3077,1226],[3089,1287],[3086,1359],[3059,1417],[3019,1459],[2959,1494],[2899,1504],[2830,1499],[2793,1561]]},{"area":"271","points":[[2397,1880],[2620,1483],[2883,1626],[2663,2024],[2563,1969],[2521,2031],[2463,1997],[2496,1930]]},{"area":"267","points":[[2200,2134],[2223,2086],[2244,2056],[2293,2013],[2344,1996],[2390,1993],[2436,2001],[2489,2019],[2530,2059],[2567,2116],[2580,2161],[2581,2227],[2556,2290],[2514,2337],[2460,2370],[2393,2383],[2326,2377],[2256,2336],[2204,2263],[2190,2200]]},{"area":"282","points":[[3097,2343],[3131,2231],[3177,2160],[3254,2126],[3349,2116],[3440,2133],[3544,2201],[3570,2336],[3554,2473],[3467,2553],[3309,2590],[3220,2553],[3129,2491],[3097,2401]]},{"area":"262","points":[[2110,2787],[2294,2461],[2406,2521],[2233,2840]]},{"area":"262","points":[[1900,2674],[2090,2337],[2201,2404],[2011,2737]]},{"area":"253","points":[[1737,2964],[1763,2894],[1827,2841],[1889,2819],[1947,2819],[2019,2839],[2071,2893],[2103,2957],[2109,3030],[2093,3083],[2047,3137],[1987,3181],[1910,3190],[1834,3171],[1783,3127],[1744,3059],[1734,3006]]},{"area":"25d","points":[[1513,3241],[1480,3169],[1456,3076],[1450,2984],[1454,2923],[1476,2839],[1491,2803],[1733,2921],[1716,2981],[1720,3041],[1740,3104]]},{"area":"23e","points":[[1154,3930],[1517,3274],[1526,3253],[1751,3120],[1790,3160],[1840,3190],[1896,3209],[1890,3233],[1900,3273],[1931,3294],[1960,3314],[1971,3340],[1533,4137]]},{"area":"237","points":[[1056,4314],[1026,4279],[1017,4236],[1023,4209],[1043,4191],[1083,4169],[1127,4169],[1163,4173],[1210,4196],[1249,4210],[1303,4266],[1320,4310],[1324,4354],[1330,4384],[1256,4401],[1220,4410],[1193,4401],[1170,4380],[1141,4364],[1093,4347]]},{"area":"230","points":[[556,5007],[559,4967],[556,4921],[581,4896],[610,4897],[647,4863],[649,4830],[649,4806],[624,4800],[627,4776],[619,4761],[641,4734],[653,4753],[681,4756],[694,4729],[713,4706],[707,4693],[731,4677],[713,4651],[723,4633],[747,4637],[774,4629],[799,4633],[831,4619],[823,4589],[804,4574],[784,4559],[779,4539],[806,4539],[816,4529],[847,4524],[870,4501],[894,4500],[909,4484],[911,4460],[921,4450],[947,4454],[967,4436],[980,4421],[993,4407],[989,4389],[1019,4386],[1049,4374],[1109,4426],[1117,4451],[1094,4453],[1079,4464],[1074,4483],[1091,4504],[1051,4506],[1021,4531],[1031,4553],[1004,4576],[997,4609],[1019,4634],[1004,4661],[969,4653],[951,4683],[954,4707],[961,4739],[914,4736],[907,4760],[903,4780],[860,4797],[857,4814],[836,4837],[830,4880],[833,4897],[807,4897],[787,4919],[800,4937],[811,4957],[797,4983],[770,4981],[747,4989],[741,5019],[764,5049],[769,5067],[761,5091],[733,5089],[697,5086],[667,5046],[647,5016],[616,4996],[580,4979]]},{"area":"230","points":[[1567,4580],[1609,4566],[1674,4589],[1673,4623],[1690,4644],[1719,4650],[1743,4657],[1730,4709],[1711,4730],[1744,4723],[1753,4750],[1737,4764],[1769,4777],[1756,4810],[1766,4849],[1786,4867],[1804,4889],[1789,4921],[1794,4966],[1800,5006],[1819,5020],[1829,5053],[1846,5059],[1843,5093],[1830,5116],[1839,5157],[1844,5181],[1847,5194],[1863,5229],[1894,5243],[1897,5274],[1884,5311],[1861,5309],[1861,5281],[1811,5294],[1739,5283],[1696,5261],[1693,5239],[1680,5213],[1657,5210],[1650,5193],[1613,5189],[1607,5164],[1621,5143],[1644,5113],[1656,5094],[1649,5077],[1670,5054],[1671,5016],[1626,4989],[1610,5001],[1600,4980],[1581,4966],[1579,4949],[1584,4920],[1571,4901],[1586,4871],[1596,4844],[1587,4809],[1607,4791],[1593,4764],[1574,4749],[1574,4721],[1559,4716],[1569,4689],[1567,4664],[1559,4630],[1574,4619],[1579,4600]]},{"area":"258","points":[[3053,4246],[3057,4124],[3089,4024],[3144,3941],[3211,3887],[3290,3844],[3351,3817],[3440,3804],[3526,3816],[3634,3856],[3706,3913],[3769,3980],[3810,4073],[3831,4163],[3829,4244],[3641,4216],[3636,4139],[3600,4070],[3543,4019],[3506,4001],[3394,3999],[3331,4024],[3276,4074],[3246,4130],[3234,4177],[3234,4219]]},{"area":"246","points":[[823,3642],[876,3478],[1032,3339],[1061,3208],[1154,3158],[1194,2916],[1255,2760],[1349,2724],[1343,2865],[1324,3025],[1356,3200],[1423,3339],[1187,3771],[1046,3897],[842,3781],[832,3705]]},{"area":"246","points":[[1331,2396],[1356,2227],[1476,2101],[1547,2145],[1697,2040],[1827,2152],[1884,2413],[1825,2516],[1688,2632],[1552,2627],[1381,2535]]},{"area":"232","points":[[1888,4181],[2078,3979],[2168,3823],[2175,3714],[2097,3594],[2227,3486],[2339,3606],[2383,3821],[2389,3992],[2227,4181],[2086,4288],[1975,4278]]},{"area":"26b","points":[[626,1343],[677,1236],[737,1167],[797,1120],[876,1077],[956,1061],[1060,1063],[1150,1090],[1207,1120],[1247,1150],[1197,1207],[1211,1221],[1223,1206],[1267,1259],[1304,1331],[1316,1410],[1301,1483],[1213,1469],[1201,1399],[1170,1329],[1141,1300],[1157,1279],[1147,1266],[1127,1284],[1087,1260],[1021,1243],[970,1249],[901,1276],[847,1313],[803,1387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/062-map-3.2-loomlurch.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/063-map-3.2-loomlurch-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"020"}}]},{"name":"Ch. 4: Yon","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/072-map-4.1-yon.jpg"},"imageType":"map","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Yon","width":4200,"height":5700,"id":"021"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/073-map-4.1-yon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"021"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/081-map-4.2-motherhorn.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Motherhorn","width":4200,"height":5700,"id":"022","mapRegions":[{"area":"32f","points":[[196,1046],[354,1046],[354,1093],[397,1093],[397,799],[596,799],[596,757],[547,757],[547,650],[704,650],[704,757],[656,757],[656,800],[706,800],[706,1151],[657,1151],[657,1244],[703,1244],[703,1403],[547,1403],[547,1247],[594,1247],[594,1154],[457,1154],[457,1244],[506,1244],[506,1357],[344,1357],[344,1244],[396,1244],[396,1159],[357,1159],[357,1201],[196,1201]]},{"area":"338","points":[[601,424],[619,393],[644,370],[674,353],[696,349],[696,297],[1001,297],[1001,493],[1068,560],[1014,614],[1006,606],[696,606],[696,557],[664,547],[630,529],[606,507],[601,477],[574,476],[557,463],[557,444],[564,430],[583,427]]},{"area":"323","points":[[1003,1006],[1006,890],[1023,820],[1061,751],[1101,700],[1183,637],[1246,616],[1299,600],[1373,596],[1444,607],[1519,637],[1594,696],[1629,744],[1679,833],[1697,911],[1697,986],[1687,1044],[1627,1164],[1577,1223],[1523,1264],[1440,1297],[1339,1309],[1249,1293],[1167,1257],[1100,1200],[1046,1140],[1014,1060]]},{"area":"328","points":[[1921,496],[1966,513],[2004,539],[2039,579],[2053,633],[2043,691],[2033,709],[2096,736],[2049,800],[1997,833],[1971,849],[1973,891],[1921,891]]},{"area":"328","points":[[1923,1401],[1973,1383],[2016,1351],[2050,1291],[2054,1247],[2037,1187],[2093,1161],[2060,1103],[2016,1074],[1971,1054],[1969,1017],[1923,1017]]},{"area":"32a","points":[[500,1724],[511,1764],[537,1806],[569,1831],[607,1846],[647,1853],[700,1844],[749,1821],[781,1777],[797,1724]]},{"area":"309","points":[[796,2094],[796,2403],[1303,2403],[1303,2094]]},{"area":"30f","points":[[1349,1996],[1349,2531],[1383,2565],[1444,2511],[1510,2471],[1589,2454],[1753,2454],[1753,1996]]},{"area":"30b","points":[[1799,2100],[1799,2477],[1899,2477],[1899,2100]]},{"area":"2f4","points":[[1949,1996],[2300,1996],[2300,2261],[2227,2334],[2200,2307],[2157,2307],[2157,2457],[1949,2457]]},{"area":"2ff","points":[[2073,3170],[1604,3170],[1534,3153],[1469,3116],[1416,3073],[1374,3021],[1340,2953],[1330,2886],[1330,2810],[1361,2709],[1406,2641],[1453,2591],[1520,2554],[1600,2527],[2073,2527]]},{"area":"2f3","points":[[1397,3251],[1397,3550],[2106,3550],[2106,3251]]},{"area":"2fb","points":[[693,3456],[693,3301],[897,3301],[897,3257],[747,3257],[747,3151],[854,3151],[854,3193],[893,3193],[893,3150],[949,3150],[949,3109],[846,3109],[846,3000],[1006,3000],[1006,3146],[1050,3146],[1050,2999],[1156,2999],[1156,3100],[1106,3100],[1106,3146],[1199,3146],[1199,2997],[1307,2997],[1307,3103],[1257,3103],[1257,3147],[1306,3147],[1306,3406],[897,3406],[897,3356],[856,3356],[856,3456]]},{"area":"2f5","points":[[796,3603],[800,3560],[826,3509],[856,3476],[890,3457],[949,3443],[1000,3457],[1037,3473],[1066,3500],[1099,3557],[1106,3609],[1090,3657],[1059,3700],[1019,3731],[979,3743],[924,3747],[880,3731],[834,3693],[803,3649]]},{"area":"2e4","points":[[2103,3954],[2109,3910],[2134,3863],[2180,3814],[2213,3799],[2291,3803],[2334,3821],[2371,3847],[2394,3893],[2409,3950],[2391,4004],[2367,4047],[2319,4086],[2259,4099],[2207,4096],[2164,4073],[2129,4040],[2107,3993]]},{"area":"2ee","points":[[2307,3601],[2397,3601],[2397,3546],[2606,3546],[2606,3601],[3006,3601],[3006,3706],[2606,3706],[2606,3756],[2397,3756],[2397,3704],[2307,3704]]},{"area":"2e8","points":[[2220,2790],[2220,2536],[2247,2460],[2279,2391],[2349,2297],[2371,2283],[2380,2259],[2499,2200],[2807,2193],[2921,2186],[2959,2189],[2993,2197],[3017,2216],[2957,2264],[2926,2331],[2904,2387],[2913,2459],[2949,2526],[3011,2571],[3080,2590],[3151,2587],[3213,2553],[3280,2477],[3284,3157],[3287,3201],[3283,3269],[3284,3304],[3240,3329],[3214,3389],[3173,3407],[3147,3446],[3116,3471],[3057,3480],[2890,3497],[2566,3497],[2473,3474],[2403,3441],[2349,3400],[2274,3310],[2246,3251],[2220,3180]]},{"area":"34a","points":[[3820,1103],[3879,1127],[3914,1157],[3940,1213],[3947,1256],[3936,1319],[3880,1380],[3820,1399]]},{"area":"33f","points":[[3644,647],[3660,589],[3689,536],[3737,504],[3800,496],[3860,516],[3911,557],[3944,619],[3943,669],[3923,740],[3886,777],[3827,799],[3790,804],[3724,789],[3689,763],[3654,723],[3640,687]]},{"area":"33d","points":[[3000,1010],[2999,900],[3023,836],[3063,773],[3117,739],[3183,713],[3253,700],[3323,716],[3390,743],[3443,789],[3480,846],[3494,891],[3496,1010],[3473,1080],[3417,1146],[3361,1183],[3290,1207],[3216,1207],[3127,1177],[3067,1139],[3029,1091]]},{"area":"34c","points":[[2243,953],[2253,906],[2269,859],[2307,819],[2357,803],[2395,803],[2395,747],[2603,747],[2603,791],[2646,791],[2646,749],[2701,749],[2701,1000],[2701,1160],[2646,1160],[2646,1106],[2599,1106],[2599,1159],[2393,1159],[2393,1104],[2353,1103],[2323,1093],[2290,1070],[2260,1020],[2244,989]]},{"area":"321","points":[[1896,4965],[1891,4914],[1914,4890],[1939,4862],[1968,4848],[1992,4859],[2003,4899],[1998,4947],[1997,4982],[2010,4990],[2059,4990],[2061,4965],[2029,4939],[2014,4904],[2027,4867],[2054,4848],[2080,4858],[2099,4891],[2110,4912],[2098,4938],[2098,4992],[2154,4994],[2163,4955],[2139,4931],[2125,4899],[2144,4861],[2176,4845],[2216,4842],[2237,4856],[2246,4906],[2242,4936],[2206,4954],[2195,4974],[2203,5003],[2286,4997],[2312,5050],[2272,5045],[2290,5069],[2298,5106],[2280,5150],[2206,5152],[2194,5130],[2200,5091],[2200,5074],[2245,5053],[2238,5043],[2150,5040],[2165,5066],[2171,5106],[2162,5133],[2130,5155],[2056,5146],[2046,5110],[2048,5082],[2077,5062],[2080,5045],[2006,5053],[2006,5085],[2011,5118],[1982,5146],[1939,5144],[1894,5141],[1875,5112],[1885,5085],[1893,5061],[1930,5045],[1958,5038],[1968,5037],[1970,5002],[1941,4992],[1939,4978],[1915,4974]]},{"area":"31c","points":[[2309,4654],[2299,4605],[2302,4539],[2299,4493],[2318,4453],[2347,4424],[2379,4413],[2392,4394],[2429,4384],[2458,4379],[2517,4382],[2566,4374],[2616,4386],[2646,4419],[2656,4458],[2653,4502],[2651,4560],[2667,4589],[2670,4674],[2662,4717],[2634,4731],[2606,4734],[2558,4731],[2510,4734],[2456,4731],[2416,4733],[2379,4733],[2339,4714],[2331,4683]]},{"area":"315","points":[[2298,4934],[2333,4926],[2342,4890],[2339,4862],[2363,4827],[2382,4806],[2414,4778],[2490,4770],[2523,4776],[2611,4771],[2693,4766],[2699,4683],[2699,4552],[2690,4480],[2710,4446],[2702,4411],[2699,4374],[2728,4342],[2739,4312],[2744,4294],[2734,4261],[2741,4218],[2758,4194],[2776,4189],[2792,4158],[2901,4147],[2923,4170],[2958,4187],[2992,4198],[3008,4179],[3056,4178],[3093,4160],[3131,4155],[3200,4147],[3226,4158],[3262,4194],[3285,4205],[3285,4408],[3272,4446],[3251,4504],[3243,4568],[3221,4598],[3211,4630],[3194,4654],[3184,4675],[3158,4694],[3149,4723],[3110,4739],[3134,4763],[3158,4781],[3150,4805],[3117,4821],[3070,4834],[3061,4810],[3061,4779],[3034,4781],[3032,4819],[3029,4853],[2992,4891],[2960,4875],[2910,4882],[2875,4899],[2853,4930],[2834,4973],[2808,4974],[2795,5002],[2795,5030],[2776,5053],[2744,5075],[2709,5083],[2693,5115],[2658,5133],[2619,5128],[2594,5152],[2558,5171],[2520,5176],[2504,5165],[2474,5178],[2427,5166],[2395,5142],[2387,5104],[2330,5093],[2320,5062],[2298,4990],[2294,4965]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/081-map-4.2-motherhorn.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/082-map-4.2-motherhorn-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"022"}}]},{"name":"Ch. 5: Palace of Heart's Desire","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/091-map-5.1-palace-lower.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Palace of Heart's Desire, Lower","width":4200,"height":5700,"id":"023","mapRegions":[{"area":"3c2","points":[[602,699],[798,600],[802,499],[1293,499],[1293,1294],[802,1294],[802,1202],[602,1099]]},{"area":"3c1","points":[[1310,502],[1446,502],[1446,453],[1547,453],[1547,502],[1797,502],[1797,1099],[1310,1099]]},{"area":"3c5","points":[[800,1312],[800,1494],[1291,1494],[1291,1312]]},{"area":"3c9","points":[[802,1509],[1290,1509],[1290,2194],[896,2194],[896,2283],[846,2285],[802,2296]]},{"area":"3d0","points":[[595,2611],[610,2538],[640,2456],[678,2387],[752,2338],[813,2310],[901,2296],[976,2306],[1054,2339],[1120,2395],[1168,2464],[1198,2547],[1190,2664],[1163,2752],[1110,2811],[1051,2862],[968,2898],[870,2904],[762,2872],[691,2821],[630,2747],[606,2667]]},{"area":"3ce","points":[[1205,2208],[1205,2699],[1403,2699],[1403,2208]]},{"area":"38d","points":[[800,2904],[888,2922],[994,2912],[1061,2878],[1146,2806],[1200,2712],[1398,2712],[1398,3091],[1326,3082],[1259,3112],[1210,3149],[1184,3206],[1179,3256],[1187,3299],[800,3299]]},{"area":"396","points":[[1202,3251],[1214,3194],[1245,3141],[1307,3106],[1358,3102],[1430,3120],[1485,3181],[1493,3262],[1477,3326],[1429,3371],[1373,3394],[1298,3390],[1243,3350],[1210,3301]]},{"area":"37e","points":[[910,3883],[918,3814],[955,3747],[1010,3698],[1090,3664],[1166,3656],[1216,3664],[1288,3685],[1350,3742],[1392,3822],[1397,3909],[1373,3979],[1333,4040],[1242,4093],[1134,4106],[1051,4083],[982,4042],[930,3986],[910,3936]]},{"area":"37b","points":[[1235,4210],[1235,4454],[1395,4454],[1395,4210]]},{"area":"388","points":[[539,4914],[558,4827],[602,4739],[651,4680],[728,4637],[818,4616],[878,4614],[955,4637],[1019,4667],[1070,4714],[1126,4800],[1142,4882],[1139,4968],[1120,5046],[1064,5120],[976,5182],[866,5214],[778,5208],[712,5184],[634,5133],[578,5064],[542,4971]]},{"area":"379","points":[[1789,4139],[1789,4221],[1878,4221],[1878,4139]]},{"area":"377","points":[[1794,4693],[1838,4598],[1915,4538],[2010,4507],[2106,4533],[2162,4592],[2197,4669],[2187,4758],[2170,4806],[2118,4874],[1997,4909],[1867,4862],[1814,4808]]},{"area":"372","points":[[2131,5088],[2162,5027],[2226,4994],[2293,4997],[2338,5030],[2363,5078],[2355,5142],[2326,5181],[2277,5206],[2214,5210],[2170,5187],[2141,5141]]},{"area":"36d","points":[[1293,4717],[1544,4486],[1698,4277],[1718,4200],[1907,4342],[2197,4350],[2277,4272],[2478,4490],[2499,4603],[2382,4752],[2272,4861],[2229,4746],[2165,4461],[1914,4440],[1702,4523],[1698,4795],[1858,4915],[2150,4906],[2094,5184],[2213,5275],[1894,5285],[1440,5078],[1331,4950],[1266,4805]]},{"area":"383","points":[[2366,4110],[2419,4035],[2432,3944],[2432,3883],[2464,3826],[2515,3797],[2578,3782],[2624,3787],[2651,3805],[2662,3854],[2693,3899],[2742,3928],[2800,3957],[2829,4008],[2851,4101],[2848,4181],[2824,4230],[2797,4280],[2738,4328],[2669,4365],[2624,4390],[2525,4418],[2493,4360],[2448,4269],[2429,4206],[2411,4170],[2394,4154]]},{"area":"369","points":[[1906,5349],[1906,5616],[2195,5616],[2195,5349]]},{"area":"38a","points":[[3098,4101],[3109,4042],[3125,3984],[3155,3931],[3184,3891],[3229,3853],[3291,3816],[3350,3806],[3451,3802],[3506,3816],[3582,3859],[3646,3922],[3685,4002],[3702,4070],[3696,4168],[3650,4267],[3606,4318],[3534,4373],[3451,4398],[3373,4398],[3285,4381],[3218,4341],[3162,4283],[3115,4206],[3101,4144]]},{"area":"390","points":[[1509,3200],[1509,3302],[2589,3302],[2589,3200]]},{"area":"396","points":[[2610,3206],[2629,3170],[2667,3128],[2723,3110],[2766,3106],[2805,3115],[2843,3134],[2878,3179],[2896,3229],[2896,3277],[2874,3330],[2842,3371],[2792,3394],[2734,3398],[2677,3384],[2634,3346],[2603,3296]]},{"area":"398","points":[[2701,2709],[2898,2709],[2925,2770],[2963,2824],[3046,2885],[3146,2918],[3258,2917],[3301,2904],[3301,3299],[2909,3299],[2917,3245],[2909,3203],[2883,3155],[2851,3120],[2808,3091],[2754,3080],[2701,3091]]},{"area":"39c","points":[[2701,2208],[3301,2208],[3301,2299],[3242,2283],[3171,2280],[3088,2302],[2990,2360],[2949,2405],[2909,2475],[2886,2538],[2878,2624],[2898,2699],[2701,2699]]},{"area":"3a0","points":[[2902,2565],[2923,2491],[2955,2424],[3011,2366],[3099,2314],[3160,2306],[3221,2299],[3288,2317],[3347,2344],[3411,2392],[3456,2443],[3483,2507],[3501,2576],[3493,2654],[3467,2731],[3432,2794],[3373,2843],[3323,2875],[3245,2899],[3171,2898],[3085,2880],[3016,2845],[2963,2797],[2923,2722],[2902,2638]]},{"area":"3a2","points":[[2806,1210],[2806,2192],[3294,2192],[3294,1210]]},{"area":"3a5","points":[[3320,1402],[3320,2003],[3494,2003],[3494,1402]]},{"area":"3aa","points":[[2810,502],[2810,1098],[3296,1098],[3296,502]]},{"area":"3bc","points":[[1810,893],[1810,506],[1842,424],[1888,360],[1954,318],[2022,299],[2083,299],[2162,320],[2229,371],[2280,459],[2296,496],[2296,893]]},{"area":"3c1","points":[[2309,498],[2309,1091],[2694,1091],[2694,498]]},{"area":"3b3","points":[[1805,909],[1805,1597],[2290,1597],[2290,909]]},{"area":"3c7","points":[[1410,1210],[1792,1210],[1792,1462],[1757,1414],[1702,1389],[1645,1379],[1592,1390],[1536,1426],[1502,1466],[1491,1493],[1410,1493]]},{"area":"396","points":[[1507,1502],[1533,1461],[1562,1430],[1614,1406],[1656,1403],[1702,1416],[1752,1440],[1782,1485],[1792,1541],[1787,1610],[1752,1654],[1702,1688],[1634,1699],[1584,1683],[1539,1643],[1507,1606]]},{"area":"396","points":[[2314,1498],[2341,1451],[2387,1418],[2442,1402],[2486,1405],[2534,1426],[2573,1467],[2594,1506],[2594,1600],[2566,1646],[2515,1682],[2474,1698],[2429,1693],[2349,1658],[2322,1630],[2314,1603]]},{"area":"3ae","points":[[2307,1466],[2307,1208],[2795,1208],[2795,1494],[2605,1494],[2570,1438],[2522,1397],[2469,1381],[2408,1386],[2354,1413],[2322,1442]]},{"area":"392","points":[[1875,1730],[1875,2179],[2198,2179],[2198,1730]]},{"area":"3d6","points":[[1722,2642],[1694,2675],[1651,2696],[1608,2699],[1565,2678],[1534,2637],[1528,2600],[1538,2550],[1563,2526],[1603,2509],[1640,2499],[1669,2514],[1704,2534],[1722,2563],[1749,2563],[1760,2530],[1771,2488],[1792,2443],[1813,2418],[1792,2395],[1760,2406],[1725,2400],[1685,2386],[1656,2347],[1645,2306],[1658,2261],[1691,2221],[1726,2203],[1766,2205],[1805,2224],[1830,2250],[1845,2286],[1846,2318],[1842,2346],[1862,2368],[1894,2339],[1954,2318],[2002,2304],[2000,2283],[1978,2288],[1978,2261],[1990,2232],[2019,2210],[2054,2202],[2083,2213],[2109,2234],[2118,2261],[2118,2288],[2099,2286],[2094,2299],[2133,2310],[2170,2322],[2229,2360],[2259,2339],[2251,2307],[2253,2264],[2278,2227],[2318,2202],[2357,2200],[2390,2211],[2426,2226],[2448,2280],[2448,2320],[2434,2350],[2402,2389],[2360,2397],[2326,2395],[2306,2390],[2283,2411],[2312,2459],[2330,2507],[2344,2555],[2376,2563],[2405,2530],[2440,2509],[2485,2501],[2520,2517],[2554,2544],[2566,2586],[2562,2643],[2533,2678],[2491,2698],[2453,2698],[2418,2685],[2394,2669],[2374,2642],[2346,2642],[2330,2702],[2301,2762],[2283,2787],[2301,2800],[2326,2794],[2366,2795],[2400,2808],[2422,2832],[2448,2870],[2445,2923],[2419,2965],[2381,2984],[2333,2997],[2301,2982],[2270,2958],[2254,2917],[2248,2883],[2259,2853],[2238,2838],[2203,2858],[2149,2886],[2110,2894],[2083,2894],[2083,2930],[2122,2954],[2149,2986],[2152,3034],[2134,3070],[2101,3112],[2058,3125],[2002,3109],[1970,3082],[1950,3035],[1954,3010],[1958,2973],[1987,2944],[2014,2930],[2018,2898],[1965,2890],[1923,2872],[1882,2850],[1866,2835],[1842,2854],[1850,2894],[1838,2944],[1810,2974],[1762,2989],[1717,2989],[1672,2963],[1651,2922],[1650,2869],[1674,2830],[1706,2803],[1739,2790],[1776,2797],[1794,2805],[1813,2792],[1787,2749],[1766,2706],[1752,2666],[1749,2642]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/091-map-5.1-palace-lower.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/092-map-5.1-palace-lower-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/100-map-5.2-palace-upper.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Palace of Heart's Desire, Upper","width":4200,"height":5700,"id":"024","mapRegions":[{"area":"3f4","points":[[798,501],[798,893],[1040,893],[1040,501]]},{"area":"3f7","points":[[1059,501],[1453,501],[1453,452],[1552,452],[1552,501],[1789,501],[1789,896],[1059,896]]},{"area":"3f9","points":[[1157,1011],[1792,1011],[1792,1462],[1746,1419],[1691,1387],[1614,1382],[1546,1421],[1514,1448],[1491,1493],[1157,1493]]},{"area":"3f2","points":[[1058,986],[1058,1050],[1142,1050],[1142,986]]},{"area":"3f0","points":[[800,1006],[800,1490],[1042,1490],[1042,1006]]},{"area":"3f0","points":[[798,1509],[798,1998],[1043,1998],[1043,1509]]},{"area":"3f0","points":[[800,2298],[893,2275],[958,2283],[1042,2315],[1042,2010],[800,2010]]},{"area":"3f0","points":[[1158,1608],[1158,1995],[1400,1995],[1400,1608]]},{"area":"3f0","points":[[1158,2006],[1397,2006],[1397,2494],[1203,2494],[1184,2450],[1158,2410]]},{"area":"3ef","points":[[1206,2509],[1214,2546],[1214,2653],[1205,2696],[1400,2696],[1400,2509]]},{"area":"3ed","points":[[800,2904],[867,2922],[939,2920],[1010,2902],[1088,2864],[1147,2806],[1187,2742],[1203,2710],[1293,2710],[1293,3098],[1234,3128],[1206,3168],[1184,3213],[1182,3267],[1190,3304],[800,3304]]},{"area":"396","points":[[1200,3246],[1221,3179],[1274,3128],[1341,3099],[1403,3114],[1458,3144],[1486,3192],[1499,3264],[1477,3336],[1429,3378],[1397,3394],[1294,3389],[1246,3360],[1211,3304]]},{"area":"396","points":[[1509,1506],[1539,1453],[1581,1419],[1640,1403],[1686,1410],[1739,1432],[1779,1470],[1800,1531],[1792,1605],[1755,1654],[1699,1691],[1600,1694],[1555,1667],[1517,1630],[1507,1594]]},{"area":"3fe","points":[[1810,1410],[1810,1490],[1818,1528],[1818,1566],[1806,1600],[2290,1600],[2278,1566],[2282,1522],[2291,1491],[2291,1410]]},{"area":"3fb","points":[[1808,506],[1838,437],[1875,384],[1930,333],[1986,306],[2059,296],[2136,315],[2210,362],[2261,418],[2294,506],[2294,1395],[1808,1395]]},{"area":"3dd","points":[[2307,1459],[2349,1418],[2411,1390],[2469,1387],[2530,1411],[2566,1429],[2602,1475],[2608,1493],[2794,1493],[2794,1190],[3296,1190],[3296,504],[2307,504]]},{"area":"396","points":[[2301,1552],[2312,1498],[2341,1453],[2394,1414],[2445,1403],[2504,1413],[2558,1446],[2594,1499],[2590,1600],[2565,1650],[2517,1686],[2403,1690],[2344,1662],[2310,1618]]},{"area":"3db","points":[[2803,1211],[2803,2194],[2896,2194],[2896,1211]]},{"area":"3e2","points":[[2702,2312],[2702,2693],[2845,2693],[2845,2312]]},{"area":"3e9","points":[[2810,2710],[2902,2710],[2922,2760],[2963,2818],[3019,2866],[3090,2898],[3174,2915],[3253,2914],[3298,2907],[3298,2997],[2810,2997]]},{"area":"3eb","points":[[2808,3011],[2808,3094],[2848,3120],[2888,3155],[2910,3200],[2917,3243],[2910,3298],[3298,3298],[3298,3011]]},{"area":"396","points":[[2603,3245],[2618,3189],[2642,3147],[2701,3109],[2766,3099],[2834,3126],[2878,3168],[2898,3227],[2893,3294],[2850,3350],[2803,3389],[2694,3392],[2635,3357],[2613,3310]]},{"area":"3e6","points":[[1400,2709],[1400,3008],[1438,3021],[1478,3042],[1520,3070],[1554,3115],[1579,3165],[1587,3205],[2510,3205],[2525,3154],[2557,3094],[2597,3058],[2642,3027],[2701,3008],[2701,2709],[2790,2709],[2790,3086],[2717,3090],[2661,3106],[2616,3146],[2586,3195],[2578,3250],[2587,3304],[1509,3304],[1520,3254],[1507,3205],[1493,3158],[1446,3118],[1378,3086],[1331,3085],[1304,3094],[1304,2709]]},{"area":"400","points":[[1802,2603],[1810,2552],[1832,2482],[1880,2426],[1923,2390],[2005,2357],[2107,2360],[2158,2381],[2219,2418],[2261,2474],[2288,2547],[2294,2629],[2266,2717],[2210,2790],[2128,2840],[2040,2846],[1946,2821],[1882,2782],[1840,2728],[1806,2661]]},{"area":"406","points":[[1662,2253],[1698,2222],[1726,2206],[1779,2210],[1814,2227],[1838,2264],[1846,2310],[1837,2352],[1806,2384],[1762,2400],[1707,2397],[1670,2368],[1648,2326],[1648,2290]]},{"area":"406","points":[[1530,2603],[1538,2563],[1563,2525],[1600,2506],[1643,2499],[1688,2520],[1717,2555],[1726,2590],[1726,2621],[1698,2677],[1645,2698],[1586,2691],[1546,2661]]},{"area":"406","points":[[1650,2930],[1645,2888],[1658,2845],[1696,2810],[1744,2797],[1795,2803],[1824,2837],[1843,2858],[1848,2906],[1832,2947],[1798,2981],[1744,2998],[1704,2986],[1675,2965]]},{"area":"406","points":[[2016,2930],[2077,2925],[2112,2941],[2139,2973],[2150,3014],[2142,3061],[2118,3098],[2070,3120],[2030,3120],[1984,3098],[1958,3066],[1950,3016],[1960,2973],[1986,2944]]},{"area":"406","points":[[2277,2824],[2315,2803],[2362,2794],[2406,2810],[2443,2853],[2448,2901],[2442,2936],[2408,2971],[2378,2990],[2328,2992],[2285,2970],[2256,2938],[2246,2878],[2261,2848]]},{"area":"406","points":[[2413,2523],[2443,2506],[2491,2498],[2530,2517],[2562,2558],[2576,2597],[2558,2651],[2515,2690],[2467,2701],[2422,2686],[2394,2666],[2373,2634],[2363,2576],[2365,2547]]},{"area":"406","points":[[2250,2336],[2243,2293],[2262,2251],[2293,2219],[2334,2202],[2373,2200],[2403,2214],[2437,2254],[2448,2293],[2443,2330],[2418,2371],[2371,2394],[2347,2395],[2288,2390],[2267,2360]]},{"area":"408","points":[[651,4501],[661,4435],[690,4371],[742,4318],[797,4283],[848,4258],[934,4256],[981,4264],[1032,4293],[1090,4339],[1131,4398],[1146,4488],[1142,4547],[1117,4613],[1078,4669],[1021,4712],[966,4736],[914,4749],[848,4744],[803,4726],[752,4696],[720,4667],[674,4614],[653,4549]]},{"area":"40a","points":[[1797,4501],[1814,4424],[1851,4350],[1902,4302],[1965,4270],[2021,4258],[2109,4259],[2174,4293],[2230,4334],[2270,4400],[2290,4462],[2288,4525],[2277,4595],[2230,4667],[2184,4710],[2109,4741],[2008,4744],[1947,4725],[1877,4680],[1821,4613],[1798,4546]]},{"area":"40e","points":[[2890,4502],[2896,4440],[2926,4365],[2974,4301],[3027,4254],[3098,4221],[3174,4205],[3235,4206],[3318,4230],[3392,4283],[3448,4347],[3478,4411],[3493,4486],[3493,4552],[3461,4648],[3405,4725],[3349,4771],[3277,4802],[3194,4814],[3101,4802],[3030,4765],[2966,4707],[2910,4624],[2893,4544]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/100-map-5.2-palace-upper.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/101-map-5.2-palace-upper-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"024"}}]}]},"SCC-CK":{"id":"SCC-CK","source":"SCC-CK","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 3: Campus Kerfuffle","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/052-map-3.1-the-biblioplex.webp"},"imageType":"map","grid":{"type":"square","size":54,"offsetX":-14,"offsetY":-14},"title":"Map 3.1: The Biblioplex","width":4100,"height":5580,"mapRegions":[{"area":"17d","points":[[544,1112],[598,1006],[629,955],[675,906],[873,1108],[831,1168],[811,1211]]},{"area":"17d","points":[[547,1565],[575,1628],[609,1688],[648,1746],[675,1771],[873,1565],[840,1520],[816,1478],[813,1465]]},{"area":"17c","points":[[802,1225],[525,1124],[551,1046],[593,972],[633,918],[661,892],[588,816],[532,882],[478,964],[434,1040],[405,1134],[382,1234],[374,1352],[386,1476],[418,1581],[452,1669],[506,1756],[582,1853],[664,1781],[646,1772],[607,1725],[554,1634],[525,1552],[799,1445],[785,1387],[784,1295],[792,1261]]},{"area":"17e","points":[[813,1287],[831,1225],[867,1155],[914,1101],[982,1052],[1068,1022],[1178,1028],[1265,1059],[1333,1095],[1379,1160],[1420,1236],[1433,1301],[1429,1395],[1405,1468],[1368,1535],[1307,1594],[1240,1624],[1146,1649],[1060,1647],[938,1592],[873,1533],[827,1449],[809,1366]]},{"area":"17f","points":[[2212,1344],[2214,1275],[2224,1189],[2249,1099],[2284,1009],[2339,924],[2400,835],[2468,773],[2552,711],[2635,665],[2713,632],[2824,606],[2894,593],[2979,591],[3055,598],[3164,620],[3256,658],[3356,711],[3424,758],[3492,818],[3564,905],[3611,974],[3648,1049],[3678,1141],[3695,1245],[3705,1351],[3693,1476],[3642,1633],[3580,1745],[3492,1855],[3400,1935],[3312,1993],[3201,2045],[3124,2067],[2993,2082],[2854,2075],[2734,2048],[2573,1976],[2493,1921],[2405,1834],[2352,1773],[2293,1669],[2248,1571],[2220,1436]]},{"area":"178","points":[[268,2429],[268,2947],[361,3053],[580,3053],[676,2951],[676,2429]]},{"area":"174","points":[[698,2431],[698,2902],[1441,2902],[1441,2431]]},{"area":"176","points":[[995,2954],[995,3499],[1569,3499],[1569,2954]]},{"area":"174","points":[[273,3228],[273,3659],[795,3659],[795,3228]]},{"area":"172","points":[[267,3833],[267,4134],[785,4134],[785,3833]]},{"area":"172","points":[[808,3832],[808,4136],[1327,4136],[1327,3832]]},{"area":"173","points":[[799,3553],[799,3713],[1762,3713],[1762,3553]]},{"area":"16f","points":[[1986,3928],[1986,4035],[2091,4035],[2091,3928]]},{"area":"16f","points":[[1984,4360],[1984,4468],[2091,4468],[2091,4360]]},{"area":"170","points":[[1568,4155],[1568,4351],[1865,4351],[1865,4155]]},{"area":"171","points":[[2213,4156],[2213,4349],[2508,4349],[2508,4156]]},{"area":"16d","points":[[1404,4373],[1886,4373],[1886,4764],[1791,4735],[1693,4689],[1600,4627],[1516,4541],[1451,4452]]},{"area":"16e","points":[[2187,4372],[2665,4372],[2609,4475],[2525,4579],[2427,4659],[2302,4727],[2187,4765]]},{"area":"16c","points":[[1818,4779],[1886,4793],[1981,4807],[2093,4807],[2215,4789],[2256,4775],[2256,5062],[1818,5062]]},{"area":"176","points":[[2507,2959],[2507,3499],[3081,3499],[3081,2959]]},{"area":"173","points":[[2312,3553],[2312,3712],[3276,3712],[3276,3553]]},{"area":"172","points":[[2751,3832],[2751,4133],[3265,4133],[3265,3832]]},{"area":"172","points":[[3291,3834],[3291,4127],[3805,4127],[3805,3834]]},{"area":"176","points":[[3374,2853],[3374,3712],[3779,3712],[3779,2853]]},{"area":"17a","points":[[2749,2429],[2749,2731],[3161,2731],[3161,2429]]},{"area":"17b","points":[[3184,2432],[3184,2732],[3593,2732],[3593,2432]]},{"area":"179","points":[[2677,2430],[2413,2730],[1663,2730],[1453,2430]]},{"area":"177","points":[[1781,3068],[1884,2970],[2186,2970],[2297,3068],[2297,3282],[2187,3379],[1886,3379],[1781,3283]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/052-map-3.1-the-biblioplex.webp"},"id":"000","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.1-the-biblioplex-player.webp"},"title":"Player Version","width":4100,"height":5580,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-14,"offsetY":-14},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/056-map-3.2-firejolt-cafe.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":13,"offsetY":-32},"title":"Map 3.2: Firejolt Cafe","width":3000,"height":2072,"mapRegions":[{"area":"198","points":[[289,982],[289,707],[752,237],[1028,237],[1028,614],[849,614],[564,804],[564,982]]},{"area":"199","points":[[1040,237],[1040,610],[1963,610],[1963,237]]},{"area":"19a","points":[[1975,241],[1975,596],[2240,596],[2240,241]]},{"area":"19a","points":[[2255,595],[2255,245],[2712,702],[2436,702]]},{"area":"19a","points":[[2457,714],[2457,977],[2714,977],[2714,714]]},{"area":"197","points":[[1228,804],[1228,1076],[1781,1076],[1781,804]]},{"area":"196","points":[[665,990],[1030,990],[1126,1086],[1872,1086],[1965,993],[2339,993],[2339,1430],[1503,1686],[665,1417]]},{"area":"195","points":[[288,1088],[288,1276],[566,1832],[665,1923],[2341,1923],[2436,1832],[2717,1277],[2717,1088],[2532,1088],[2517,1170],[2477,1265],[2435,1333],[2342,1434],[2250,1503],[2154,1550],[2059,1591],[1968,1626],[1874,1646],[1779,1668],[1690,1684],[1592,1689],[1502,1689],[1406,1686],[1315,1679],[1222,1663],[1125,1644],[1035,1621],[943,1588],[846,1546],[756,1495],[693,1450],[666,1432],[596,1359],[573,1328],[528,1265],[497,1173],[481,1088]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/056-map-3.2-firejolt-cafe.webp"},"id":"001","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.2-firejolt-cafe-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":13,"offsetY":-32},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/058-map-3.3-bows-end-tavern.webp"},"imageType":"map","grid":{"type":"square","size":102,"offsetX":23,"offsetY":-24},"title":"Map 3.3: Bows End Tavern","width":3000,"height":2182,"mapRegions":[{"area":"1b2","points":[[748,285],[748,783],[2161,783],[2161,285]]},{"area":"1b1","points":[[338,284],[739,284],[739,595],[639,595],[639,480],[338,480]]},{"area":"1b1","points":[[2172,286],[2172,591],[2258,591],[2258,480],[2574,480],[2574,286]]},{"area":"1b0","points":[[338,490],[627,490],[627,596],[737,596],[737,791],[2173,791],[2173,596],[2265,596],[2265,490],[2574,490],[2574,1312],[2077,959],[835,959],[338,1310]]},{"area":"1af","points":[[1048,992],[1048,1499],[1853,1499],[1853,992]]},{"area":"1ae","points":[[227,1510],[243,1557],[279,1613],[333,1684],[391,1729],[475,1765],[568,1792],[675,1814],[2235,1814],[2351,1790],[2453,1761],[2519,1723],[2570,1692],[2628,1612],[2670,1557],[2684,1510],[2572,1365],[2062,988],[1863,988],[1863,1507],[1041,1507],[1041,991],[846,991],[339,1368]]},{"area":"1ad","points":[[139,1907],[330,1733],[382,1770],[452,1803],[655,1846],[2250,1846],[2324,1834],[2465,1795],[2528,1765],[2588,1725],[2785,1903],[2742,1968],[2692,2025],[2621,2067],[2535,2095],[2497,2103],[419,2103],[339,2088],[301,2076],[271,2048],[235,2031],[205,2003],[156,1945]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/058-map-3.3-bows-end-tavern.webp"},"id":"002","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.3-bows-end-tavern-player.webp"},"title":"Player Version","width":3000,"height":2182,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":23,"offsetY":-24},"mapParent":{"id":"002"}},{"type":"image","href":{"type":"internal","path":"book/SCC/061-map-3.4-captain-dapplewings-manor.webp"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":-13,"offsetY":29},"title":"Map 3.4: Captain Dapplewing's Manor","width":2211,"height":3000,"mapRegions":[{"area":"1f7","points":[[892,490],[899,445],[917,399],[957,357],[995,330],[1048,315],[1172,315],[1226,334],[1267,361],[1299,401],[1319,448],[1323,495],[1316,546],[1292,592],[1259,625],[1219,649],[1177,662],[1048,662],[994,648],[954,625],[925,591],[903,554],[894,528]]},{"area":"1eb","points":[[205,941],[341,738],[756,738],[756,800],[490,800],[343,1010]]},{"area":"1ed","points":[[350,1015],[497,805],[756,805],[756,1015]]},{"area":"1e5","points":[[355,1151],[355,1352],[617,1352],[617,1151]]},{"area":"1e5","points":[[630,1154],[630,1356],[895,1356],[895,1154]]},{"area":"1e5","points":[[907,1156],[907,1352],[1168,1352],[1168,1156]]},{"area":"1e5","points":[[1178,1154],[1178,1361],[1449,1361],[1449,1154]]},{"area":"1e8","points":[[1455,1152],[1455,1355],[1863,1355],[1863,1152]]},{"area":"1f0","points":[[761,742],[761,1010],[1450,1010],[1450,742]]},{"area":"1f5","points":[[1458,742],[1865,742],[2005,942],[1871,1012],[1725,804],[1458,804]]},{"area":"1f2","points":[[1457,1010],[1861,1010],[1721,810],[1457,810]]},{"area":"1ea","points":[[204,1356],[204,946],[343,1019],[1871,1019],[2004,947],[2004,1356],[1871,1356],[1871,1151],[351,1151],[351,1356]]},{"area":"1e4","points":[[343,1690],[356,1627],[378,1583],[409,1539],[458,1510],[511,1499],[557,1506],[597,1528],[632,1559],[662,1604],[680,1657],[683,1690]]},{"area":"1e2","points":[[839,1692],[847,1642],[868,1593],[905,1544],[952,1511],[1007,1502],[1205,1502],[1256,1515],[1295,1538],[1330,1577],[1351,1618],[1365,1664],[1365,1692]]},{"area":"1e4","points":[[1535,1690],[1548,1625],[1579,1567],[1623,1524],[1683,1505],[1733,1506],[1776,1522],[1819,1553],[1849,1596],[1865,1644],[1873,1690]]},{"area":"1dc","points":[[344,1987],[203,1987],[203,1920],[349,1714],[616,1714],[616,1846],[486,1846]]},{"area":"1de","points":[[622,1716],[622,1849],[828,1849],[828,1716]]},{"area":"1e0","points":[[832,1715],[832,1848],[1381,1848],[1381,1715]]},{"area":"1de","points":[[1387,1715],[1387,1850],[1594,1850],[1594,1715]]},{"area":"1dc","points":[[1599,1714],[1865,1714],[2016,1921],[1872,1986],[1728,1851],[1599,1851]]},{"area":"1d3","points":[[768,2199],[768,2316],[1445,2316],[1445,2199]]},{"area":"1d5","points":[[493,1856],[1716,1856],[1445,2197],[767,2197]]},{"area":"1d8","points":[[351,1990],[486,1860],[756,2189],[487,2189]]},{"area":"1da","points":[[1455,2193],[1725,1858],[1866,1987],[1732,2193]]},{"area":"1d1","points":[[620,2552],[792,2348],[1414,2348],[1588,2552]]},{"area":"1cf","points":[[646,2580],[1563,2580],[1561,2660],[1539,2698],[1506,2729],[1447,2761],[1360,2791],[1238,2815],[1160,2823],[1042,2823],[951,2813],[855,2795],[776,2770],[709,2736],[673,2704],[646,2670]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/061-map-3.4-captain-dapplewings-manor.webp"},"id":"003","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.4-captain-dapplewings-manor-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-13,"offsetY":29},"mapParent":{"id":"003"}},{"type":"image","href":{"type":"internal","path":"book/SCC/064-map-3.5-the-rose-stage.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetY":7},"title":"Map 3.5: The Rose Stage","width":3000,"height":2072,"mapRegions":[{"area":"210","points":[[297,299],[297,578],[480,578],[480,299]]},{"area":"20f","points":[[524,299],[524,381],[814,381],[814,299]]},{"area":"20e","points":[[1302,667],[1302,298],[852,298],[852,667]]},{"area":"20d","points":[[1328,477],[1328,666],[1680,666],[1680,477]]},{"area":"20e","points":[[2163,668],[2163,301],[1707,301],[1707,668]]},{"area":"20f","points":[[2203,298],[2203,381],[2490,381],[2490,298]]},{"area":"210","points":[[2529,574],[2529,301],[2715,301],[2715,574]]},{"area":"20c","points":[[457,1186],[462,1135],[480,1066],[506,999],[548,932],[612,872],[677,819],[765,788],[858,778],[2177,778],[2279,800],[2374,848],[2452,921],[2512,1013],[2548,1126],[2552,1215],[2526,1332],[2471,1434],[2396,1507],[2330,1554],[2222,1595],[2172,1600],[835,1600],[730,1572],[662,1542],[588,1486],[528,1421],[483,1335],[462,1250]]},{"area":"20b","points":[[288,1541],[422,1458],[458,1506],[510,1557],[583,1623],[690,1674],[644,1805],[579,1796],[506,1765],[437,1717],[378,1668],[332,1614],[307,1574]]},{"area":"20a","points":[[675,1782],[675,1992],[2345,1992],[2345,1782]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/064-map-3.5-the-rose-stage.webp"},"id":"004","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.5-the-rose-stage-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetY":7},"mapParent":{"id":"004"}},{"type":"image","href":{"type":"internal","path":"book/SCC/066-map-3.6-sedgemoor.webp"},"imageType":"map","grid":{"type":"square","offsetX":7,"offsetY":-7},"title":"Map 3.6: Sedgemoor","width":3000,"height":4071,"mapRegions":[{"area":"230","points":[[206,602],[206,795],[406,795],[406,602]]},{"area":"22d","points":[[1314,1006],[1590,1006],[1590,1286],[1410,1286],[1410,1086],[1314,1086]]},{"area":"22f","points":[[2398,1202],[2398,1394],[2595,1394],[2595,1202]]},{"area":"22a","points":[[1302,1794],[1302,1992],[1501,1992],[1501,1794]]},{"area":"22c","points":[[1014,2003],[1294,2003],[1294,2285],[1110,2285],[1110,2082],[1014,2082]]},{"area":"229","points":[[608,2893],[608,3082],[805,3082],[805,2893]]},{"area":"227","points":[[2002,3189],[2002,3386],[2197,3386],[2197,3189]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/066-map-3.6-sedgemoor.webp"},"id":"005","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.6-sedgemoor-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","offsetX":7,"offsetY":-7},"mapParent":{"id":"005"}}]}]},"SCC-HfMT":{"id":"SCC-HfMT","source":"SCC-HfMT","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 4: Hunt for Mage Tower","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/071-map-4.1-wiltroot-hall-and-outer-grounds.webp"},"imageType":"map","grid":{"type":"square","size":82,"offsetX":15,"offsetY":-25,"scale":2},"title":"Map 4.1: Wiltroot Hall and Outer Grounds","width":3684,"height":5000,"mapRegions":[{"area":"271","points":[[592,762],[592,882],[787,882],[787,762]]},{"area":"26e","points":[[504,1766],[511,1723],[546,1670],[603,1631],[637,1629],[684,1639],[723,1653],[759,1689],[776,1733],[783,1773],[771,1817],[743,1864],[696,1887],[646,1899],[599,1887],[544,1866],[519,1826],[509,1796]]},{"area":"267","points":[[444,2323],[444,2447],[591,2447],[591,2323]]},{"area":"251","points":[[1689,2651],[1694,2610],[1711,2556],[1743,2507],[1784,2470],[1834,2449],[1891,2440],[1947,2447],[1993,2466],[2043,2494],[2071,2541],[2099,2596],[2106,2650],[2094,2717],[2063,2767],[2030,2803],[2001,2829],[1944,2849],[1890,2854],[1829,2844],[1770,2813],[1737,2774],[1706,2734],[1691,2690]]},{"area":"25c","points":[[1941,3767],[1941,3881],[2083,3881],[2083,3767]]},{"area":"260","points":[[2523,3321],[2523,3436],[2671,3436],[2671,3321]]},{"area":"257","points":[[1189,3899],[1189,4013],[1329,4013],[1329,3899]]},{"area":"25a","points":[[1754,4456],[1754,4590],[1900,4590],[1900,4456]]},{"area":"263","points":[[2876,4461],[2889,4414],[2917,4389],[2961,4374],[2997,4380],[3031,4406],[3044,4451],[3041,4493],[3017,4527],[2953,4547],[2916,4534],[2886,4500]]},{"area":"253","points":[[686,4323],[693,4271],[734,4229],[797,4197],[863,4197],[930,4230],[961,4287],[960,4363],[944,4421],[876,4469],[799,4474],[731,4439],[691,4371]]},{"area":"276","points":[[2183,569],[2183,697],[2389,697],[2389,569]]},{"area":"279","points":[[2880,983],[2904,950],[2941,934],[2981,940],[3013,960],[3029,990],[3073,994],[3120,1016],[3146,1063],[3141,1124],[3117,1169],[3069,1189],[3006,1181],[2963,1150],[2944,1109],[2893,1086],[2869,1034],[2864,1010]]},{"area":"274","points":[[1710,1310],[1710,1423],[1897,1423],[1897,1310]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/071-map-4.1-wiltroot-hall-and-outer-grounds.webp"},"id":"000","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.1-wiltroot-hall-and-outer-grounds-player.webp"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":15,"offsetY":-25,"scale":2},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/076-map-4.2-aerojaunt-field.webp"},"imageType":"map","grid":{"type":"square","size":87,"offsetX":18,"offsetY":21},"title":"Map 4.2: Aerojaunt Field","width":3000,"height":4071,"mapRegions":[{"area":"299","points":[[206,1022],[802,379],[1051,618],[470,1261]]},{"area":"299","points":[[1926,616],[2184,379],[2778,1024],[2517,1258]]},{"area":"298","points":[[2379,1522],[2379,2349],[2693,2349],[2693,1522]]},{"area":"298","points":[[299,1518],[299,2347],[616,2347],[616,1518]]},{"area":"291","points":[[709,2906],[742,2931],[765,2974],[758,3026],[726,3064],[726,3235],[789,3261],[835,3304],[870,3357],[890,3398],[1051,3398],[1085,3376],[1133,3354],[1173,3363],[1214,3392],[1227,3435],[1222,3480],[1195,3518],[1150,3536],[1107,3533],[1078,3520],[1064,3499],[890,3499],[866,3558],[824,3613],[773,3656],[699,3675],[627,3669],[560,3648],[512,3611],[470,3550],[448,3482],[451,3405],[477,3333],[522,3278],[560,3250],[626,3227],[626,3070],[590,3034],[576,2982],[590,2938],[632,2902]]},{"area":"294","points":[[1773,3421],[1795,3389],[1826,3362],[1875,3355],[1914,3376],[1944,3402],[2109,3402],[2131,3341],[2173,3293],[2218,3256],[2274,3232],[2274,3067],[2254,3042],[2238,2986],[2251,2938],[2294,2902],[2357,2899],[2395,2918],[2419,2962],[2424,3008],[2402,3045],[2373,3067],[2373,3232],[2450,3256],[2498,3306],[2536,3350],[2552,3430],[2546,3517],[2514,3586],[2448,3643],[2362,3677],[2280,3670],[2202,3640],[2154,3592],[2122,3539],[2110,3502],[1936,3502],[1896,3530],[1861,3536],[1819,3525],[1786,3502],[1773,3478]]},{"area":"296","points":[[1495,635],[2275,1482],[2275,2375],[1500,3220],[727,2377],[727,1492]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/076-map-4.2-aerojaunt-field.webp"},"id":"001","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.2-aerojaunt-field-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":18,"offsetY":21},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/080-map-4.3-scriptoria-collections.webp"},"imageType":"map","grid":{"type":"square","size":191,"offsetX":-37,"offsetY":-67},"title":"Map 4.3: Scriptoria Collections","width":3000,"height":2226},{"type":"image","href":{"type":"internal","path":"book/SCC/082-map-4.4-strixhaven-stadium.webp"},"imageType":"map","grid":{"type":"square","size":92,"offsetX":11,"offsetY":72},"title":"Map 4.4: Strixhaven Stadium","width":3000,"height":4071,"mapRegions":[{"area":"2d0","points":[[973,1542],[994,1451],[1034,1322],[1102,1222],[1203,1138],[1333,1074],[1464,1050],[1579,1048],[1712,1091],[1824,1158],[1926,1269],[1990,1387],[2026,1528],[2013,1686],[1966,1806],[1882,1934],[1766,2022],[1632,2078],[1480,2090],[1362,2078],[1243,2029],[1114,1934],[1035,1813],[990,1690],[976,1602]]},{"area":"2d2","points":[[283,2934],[234,3013],[208,3102],[203,3189],[216,3282],[246,3379],[307,3493],[410,3614],[517,3706],[643,3774],[643,3376],[666,3376],[666,3784],[752,3827],[920,3872],[920,3736],[1123,3736],[1123,3907],[1293,3923],[1374,3923],[1374,3390],[1122,3390],[1122,3483],[1101,3483],[1101,3390],[918,3390],[918,3114],[664,3114],[664,3205],[642,3205],[642,2934]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/082-map-4.4-strixhaven-stadium.webp"},"id":"002","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.4-strixhaven-stadium-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":8,"offsetY":-22},"mapParent":{"id":"002"}}]}]},"SCC-TMM":{"id":"SCC-TMM","source":"SCC-TMM","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 5: The Magister's Masquerade","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/088-map-5.1-furygale-repository.webp"},"imageType":"map","grid":{"type":"square","offsetX":-2,"offsetY":-7},"title":"Map 5.1: Furygale Repository","width":3000,"height":4071},{"type":"image","href":{"type":"internal","path":"book/SCC/094-map-5.2-kollema-hall.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":16,"offsetY":22,"distance":10},"title":"Map 5.2: Kollema Hall","width":3000,"height":4314,"mapRegions":[{"area":"337","points":[[1080,528],[943,545],[796,587],[644,665],[507,766],[404,878],[303,996],[269,1082],[229,1208],[229,1288],[278,1305],[360,1299],[573,1301],[535,1206],[549,1133],[589,1145],[653,1139],[678,1099],[682,1053],[661,1011],[741,994],[760,985],[768,966],[792,964],[789,914],[813,840],[872,775],[958,737],[1034,741],[1080,771]]},{"area":"337","points":[[571,1356],[255,1352],[219,1373],[215,1406],[234,1491],[274,1585],[337,1709],[406,1813],[503,1907],[646,2004],[823,2084],[1004,2139],[1065,2147],[1084,2133],[1095,2101],[1097,1884],[981,1920],[907,1912],[851,1874],[815,1838],[794,1789],[787,1737],[794,1695],[768,1684],[758,1667],[665,1651],[602,1619],[623,1608],[640,1589],[663,1552],[661,1505],[640,1465],[613,1457],[577,1453],[545,1461],[545,1408],[558,1385]]},{"area":"33a","points":[[2164,596],[2164,1046],[2701,1046],[2701,596]]},{"area":"339","points":[[2198,1509],[2478,1053],[2697,1053],[2419,1509]]},{"area":"338","points":[[1880,1518],[1880,1973],[2419,1973],[2419,1518]]},{"area":"335","points":[[1135,3274],[1154,3185],[1196,3112],[1253,3048],[1352,3006],[1448,3000],[1560,3042],[1629,3116],[1669,3179],[1680,3301],[1657,3392],[1619,3463],[1566,3509],[1488,3541],[1402,3552],[1316,3531],[1229,3478],[1173,3402],[1143,3337]]},{"area":"336","points":[[897,2952],[907,2933],[916,2912],[996,2838],[1078,2794],[1194,2756],[1219,2752],[1238,2743],[1345,2726],[1453,2720],[1600,2743],[1623,2758],[1644,2756],[1749,2792],[1872,2855],[1935,2920],[1935,2939],[1937,2952],[1655,3141],[1627,3048],[1579,2983],[1520,2933],[1461,2907],[1371,2909],[1295,2937],[1234,2985],[1183,3057],[1166,3112]]},{"area":"334","points":[[855,3272],[855,3457],[1040,3457],[1040,3272]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/094-map-5.2-kollema-hall.webp"},"id":"000","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.2-kollema-hall-player.webp"},"title":"Player Version","width":3000,"height":4314,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":16,"offsetY":22,"distance":10},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/096-map-5.3-lorehold-deans-wing.webp"},"imageType":"map","grid":{"type":"square","size":137,"offsetX":-77,"offsetY":-43},"title":"Map 5.3: Lorehold Deans' Wing","width":4343,"height":3000,"mapRegions":[{"area":"367","points":[[632,1326],[632,1067],[893,800],[1221,1219],[1036,1326]]},{"area":"36e","points":[[903,796],[1297,394],[1566,394],[1566,1019],[1229,1215]]},{"area":"371","points":[[1581,1013],[1968,783],[1968,396],[1581,396]]},{"area":"378","points":[[1981,394],[1981,781],[2379,781],[2379,394]]},{"area":"374","points":[[2389,394],[2781,394],[2781,1013],[2389,779]]},{"area":"36e","points":[[2792,396],[3063,396],[3461,789],[3124,1206],[2792,1011]]},{"area":"367","points":[[3133,1215],[3465,800],[3728,1059],[3728,1318],[3328,1318]]},{"area":"36f","points":[[1587,1019],[1979,794],[2377,794],[2768,1021],[2518,1326],[1851,1326]]},{"area":"365","points":[[1989,1339],[1989,2821],[2377,2821],[2377,1339]]},{"area":"367","points":[[629,1878],[1032,1876],[1968,2421],[1968,2678],[1312,2674],[760,2143],[629,2143]]},{"area":"367","points":[[3741,1886],[3307,1886],[2392,2415],[2392,2682],[2933,2682],[3596,2137],[3741,2137]]},{"area":"368","points":[[989,1373],[606,1373],[581,1348],[581,1072],[434,1072],[402,1078],[377,1107],[377,2069],[387,2103],[423,2122],[579,2122],[579,1859],[602,1836],[989,1836]]},{"area":"368","points":[[3377,1362],[3752,1362],[3773,1341],[3773,1076],[3945,1076],[3981,1088],[3996,1135],[3996,2061],[3985,2109],[3941,2120],[3785,2120],[3785,1859],[3765,1839],[3377,1839]]},{"area":"36b","points":[[1036,1349],[1568,1032],[1851,1341],[1971,1341],[1971,2398],[1036,1863]]},{"area":"36b","points":[[2389,1337],[2520,1337],[2785,1027],[3333,1335],[3333,1844],[2389,2400]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/096-map-5.3-lorehold-deans-wing.webp"},"id":"001","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.3-lorehold-deans-wing-player.webp"},"title":"Player Version","width":4343,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-77,"offsetY":-43},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/098-map-5.4-deans-repository.webp"},"imageType":"map","grid":{"type":"square","size":142,"offsetX":-83,"offsetY":-109},"title":"Map 5.4: Deans' Repository","width":2211,"height":3000,"mapRegions":[{"area":"378","points":[[764,2495],[764,2712],[1448,2712],[1448,2495]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/098-map-5.4-deans-repository.webp"},"id":"002","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.4-deans-repository-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":142,"offsetX":-83,"offsetY":-109},"mapParent":{"id":"002"}}]}]},"SCC-ARiR":{"id":"SCC-ARiR","source":"SCC-ARiR","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 6: A Reckoning in Ruins","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/103-map-6.1-the-detention-bog.webp"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":-10,"offsetY":1},"title":"Map 6.1: The Detention Bog","width":2211,"height":3000,"mapRegions":[{"area":"3c1","points":[[1275,338],[1275,409],[1344,409],[1344,338]]},{"area":"3bd","points":[[1135,939],[1135,1002],[1192,1002],[1192,939]]},{"area":"3be","points":[[1625,903],[1625,963],[1688,963],[1688,903]]},{"area":"3b9","points":[[215,790],[215,854],[279,854],[279,790]]},{"area":"3b6","points":[[758,1471],[758,1542],[829,1542],[829,1471]]},{"area":"3b3","points":[[1026,2385],[1026,2457],[1096,2457],[1096,2385]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/103-map-6.1-the-detention-bog.webp"},"id":"000","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.1-the-detention-bog-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-10,"offsetY":1},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/106-map-6.2-fortress-badlands.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":-7,"offsetY":2},"title":"Map 6.2: Fortress Badlands","width":3000,"height":4071,"mapRegions":[{"area":"3f0","points":[[398,1569],[393,1545],[405,1515],[435,1504],[445,1471],[444,1438],[449,1391],[431,1365],[422,1340],[435,1302],[436,1264],[475,1236],[518,1236],[545,1235],[564,1225],[598,1236],[660,1253],[696,1264],[720,1285],[724,1327],[715,1360],[684,1371],[658,1411],[622,1433],[602,1451],[596,1476],[565,1482],[547,1509],[549,1536],[549,1562],[560,1578],[556,1604],[544,1613],[482,1605],[460,1605],[447,1584],[425,1571]]},{"area":"3f3","points":[[338,1805],[384,1805],[425,1825],[482,1820],[513,1816],[545,1818],[555,1860],[549,1896],[529,1904],[542,1935],[535,1971],[504,1995],[493,2029],[487,2056],[464,2073],[456,2102],[415,2129],[371,2120],[360,2102],[325,2085],[295,2064],[289,2024],[315,1993],[345,1991],[351,1958],[336,1929],[309,1865],[325,1836]]},{"area":"3df","points":[[920,1818],[940,1778],[989,1760],[1027,1700],[1049,1716],[1064,1747],[1093,1745],[1122,1736],[1176,1747],[1213,1725],[1262,1738],[1271,1787],[1289,1825],[1307,1844],[1304,1916],[1271,1958],[1242,1960],[1225,1995],[1244,2011],[1222,2035],[1153,2045],[1122,2025],[1124,1993],[1115,1978],[1076,1989],[1060,2002],[1024,1989],[1009,1976],[975,1949],[971,1895],[956,1838],[945,1831]]},{"area":"3e3","points":[[1391,2295],[1387,2256],[1404,2238],[1438,2218],[1465,2193],[1467,2167],[1484,2116],[1504,2100],[1527,2098],[1553,2100],[1564,2149],[1602,2187],[1636,2220],[1669,2220],[1685,2189],[1744,2185],[1784,2176],[1776,2225],[1791,2267],[1809,2318],[1773,2327],[1731,2345],[1684,2336],[1658,2345],[1655,2365],[1616,2369],[1589,2404],[1571,2411],[1564,2442],[1524,2453],[1484,2455],[1436,2447],[1420,2431],[1405,2413],[1395,2373],[1395,2320]]},{"area":"3de","points":[[1036,2560],[1025,2525],[1031,2493],[1015,2462],[1009,2396],[1033,2355],[1038,2331],[1022,2309],[1035,2280],[1053,2249],[1102,2240],[1116,2211],[1147,2198],[1189,2178],[1242,2220],[1271,2267],[1284,2304],[1293,2329],[1305,2389],[1291,2418],[1298,2460],[1324,2498],[1351,2525],[1345,2585],[1295,2598],[1249,2580],[1215,2591],[1180,2596],[1155,2582],[1116,2580],[1089,2589],[1065,2575]]},{"area":"3db","points":[[1033,2993],[1069,3009],[1091,3044],[1142,3069],[1200,3095],[1218,3093],[1249,3067],[1287,3033],[1305,2996],[1325,2993],[1327,2947],[1351,2916],[1389,2918],[1433,2880],[1455,2827],[1440,2793],[1431,2758],[1464,2740],[1480,2709],[1475,2655],[1456,2600],[1433,2549],[1395,2540],[1362,2525],[1356,2596],[1295,2613],[1315,2662],[1304,2700],[1275,2725],[1245,2711],[1205,2709],[1191,2742],[1160,2765],[1105,2784],[1075,2807],[1051,2845],[1038,2873],[1005,2895],[1004,2933],[1031,2964]]},{"area":"3d9","points":[[1578,2980],[1584,2933],[1607,2851],[1624,2805],[1636,2767],[1713,2744],[1731,2753],[1796,2767],[1827,2758],[1847,2802],[1853,2831],[1838,2860],[1835,2898],[1805,2927],[1813,2969],[1829,3022],[1825,3062],[1804,3069],[1735,3085],[1704,3071],[1662,3055],[1625,3042],[1591,3015],[1593,2996]]},{"area":"3d4","points":[[358,3236],[373,3184],[349,3129],[344,3055],[387,3016],[391,2949],[362,2911],[398,2840],[458,2827],[464,2780],[544,2760],[591,2762],[611,2796],[618,2840],[602,2864],[580,2893],[542,2885],[535,2876],[502,2900],[505,2931],[502,2962],[535,2998],[562,3024],[584,3035],[596,3051],[591,3089],[600,3129],[593,3165],[600,3209],[553,3231],[491,3255],[445,3240],[389,3238]]},{"area":"3d1","points":[[275,3547],[275,3815],[631,3815],[631,3547]]},{"area":"3d1","points":[[931,3642],[931,3811],[1096,3811],[1096,3642]]},{"area":"3d1","points":[[1775,3547],[1775,3811],[2124,3811],[2124,3547]]},{"area":"3ea","points":[[1709,1002],[1678,973],[1667,904],[1655,845],[1669,831],[1667,784],[1693,755],[1722,724],[1753,724],[1793,742],[1838,753],[1907,745],[1965,751],[2000,769],[2011,804],[2016,835],[2047,867],[2085,898],[2118,898],[2158,913],[2238,925],[2280,913],[2304,936],[2340,956],[2380,953],[2413,933],[2420,915],[2464,876],[2502,862],[2529,873],[2535,913],[2560,945],[2602,958],[2605,1016],[2598,1051],[2613,1095],[2582,1144],[2536,1160],[2515,1202],[2480,1195],[2458,1175],[2425,1151],[2405,1124],[2376,1115],[2316,1116],[2302,1142],[2344,1171],[2325,1200],[2311,1229],[2315,1267],[2302,1293],[2249,1276],[2200,1282],[2136,1285],[2107,1278],[2045,1280],[2049,1260],[2049,1222],[2038,1189],[2058,1151],[2082,1129],[2113,1135],[2151,1122],[2202,1125],[2225,1105],[2222,1078],[2204,1047],[2164,1044],[2145,1033],[2142,1013],[2096,1020],[2080,998],[2047,1007],[2024,1020],[1991,1031],[1945,1018],[1933,987],[1902,978],[1853,975],[1835,962],[1811,964],[1787,984],[1764,996],[1735,1005]]},{"area":"3e6","points":[[2498,3044],[2444,3033],[2415,3002],[2376,2995],[2355,2969],[2325,2947],[2311,2900],[2305,2851],[2316,2815],[2342,2804],[2356,2773],[2353,2736],[2322,2696],[2322,2647],[2309,2613],[2322,2580],[2331,2536],[2305,2505],[2280,2462],[2282,2427],[2304,2398],[2309,2364],[2318,2338],[2342,2327],[2380,2331],[2398,2387],[2378,2424],[2376,2458],[2393,2485],[2409,2522],[2395,2545],[2398,2584],[2411,2624],[2405,2665],[2418,2700],[2453,2716],[2485,2711],[2520,2691],[2564,2691],[2602,2700],[2615,2729],[2638,2762],[2655,2793],[2693,2798],[2680,2851],[2638,2885],[2596,2911],[2569,2933],[2553,2967],[2553,3000],[2524,3025]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/106-map-6.2-fortress-badlands.webp"},"id":"001","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.2-fortress-badlands-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-7,"offsetY":2},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/108-map-6.3-underground-cave.webp"},"imageType":"map","grid":{"type":"square","size":146,"offsetX":-68,"offsetY":-28},"title":"Map 6.3: Underground Cave","width":2211,"height":3000,"mapRegions":[{"area":"3fd","points":[[525,1169],[453,1100],[431,1040],[445,1007],[444,980],[462,955],[458,909],[418,856],[425,753],[462,727],[473,664],[511,638],[547,585],[600,558],[644,555],[684,573],[722,582],[776,540],[835,525],[927,545],[984,553],[1042,573],[1056,573],[1087,602],[1153,624],[1225,607],[1284,645],[1373,676],[1431,684],[1480,655],[1547,622],[1611,596],[1653,591],[1702,585],[1735,609],[1820,647],[1845,715],[1816,775],[1776,818],[1795,871],[1773,915],[1765,960],[1807,1002],[1804,1073],[1729,1080],[1682,1084],[1629,1129],[1571,1171],[1487,1138],[1422,1133],[1398,1184],[1316,1204],[1231,1165],[1171,1153],[1071,1127],[1035,1140],[973,1109],[933,1104],[909,1113],[882,1133],[836,1122],[793,1147],[776,1178],[784,1215],[629,1233],[551,1185]]},{"area":"3fb","points":[[475,1902],[411,1880],[356,1878],[327,1889],[284,1875],[264,1845],[233,1809],[249,1762],[271,1704],[240,1653],[236,1589],[224,1522],[247,1484],[280,1484],[320,1444],[385,1413],[436,1382],[462,1356],[478,1324],[462,1300],[536,1298],[622,1356],[678,1358],[716,1405],[722,1449],[753,1495],[744,1553],[740,1591],[762,1620],[751,1656],[727,1696],[718,1742],[736,1793],[729,1845],[667,1847],[638,1865],[627,1902],[618,1927],[509,1931]]},{"area":"3f5","points":[[936,1985],[940,1964],[955,1925],[953,1876],[929,1849],[916,1769],[904,1722],[862,1684],[840,1635],[853,1558],[907,1524],[935,1473],[969,1455],[1004,1427],[1049,1451],[1076,1491],[1127,1516],[1135,1565],[1125,1613],[1164,1645],[1247,1656],[1258,1702],[1273,1733],[1255,1769],[1282,1816],[1276,1851],[1195,1855],[1169,1849],[1153,1895],[1118,1936],[1096,1971],[998,2022],[958,2005]]},{"area":"3f8","points":[[1527,1862],[1491,1829],[1500,1776],[1465,1731],[1442,1695],[1480,1642],[1516,1609],[1522,1562],[1496,1527],[1505,1467],[1478,1442],[1505,1396],[1540,1371],[1564,1367],[1598,1342],[1665,1355],[1724,1302],[1749,1287],[1787,1298],[1825,1304],[1847,1338],[1904,1342],[1918,1380],[1942,1416],[1973,1458],[1975,1489],[1962,1538],[1973,1587],[2000,1620],[2024,1667],[2004,1727],[1982,1765],[1960,1782],[1969,1836],[1982,1896],[1958,1913],[1911,1907],[1896,1958],[1862,2044],[1805,2025],[1760,2055],[1707,2005],[1664,1985],[1613,1998],[1580,2040],[1531,2007],[1515,1949],[1518,1918]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/108-map-6.3-underground-cave.webp"},"id":"002","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.3-underground-cave-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":146,"offsetX":-68,"offsetY":-28},"mapParent":{"id":"002"}},{"type":"image","href":{"type":"internal","path":"book/SCC/110-map-6.4-ruins-of-caerdoon.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetX":1,"offsetY":20},"title":"Map 6.4: Ruins of Caerdoon","width":3000,"height":4071,"mapRegions":[{"area":"420","points":[[285,1125],[316,1055],[325,976],[380,933],[460,902],[551,864],[689,809],[785,769],[838,725],[876,673],[996,591],[1062,540],[1164,502],[1256,489],[1322,505],[1415,487],[1533,513],[1631,545],[1705,611],[1793,676],[1862,733],[1925,831],[1996,856],[2069,931],[2151,942],[2231,884],[2311,862],[2375,878],[2456,871],[2502,927],[2500,1018],[2525,1115],[2545,1182],[2505,1284],[2475,1360],[2385,1385],[2285,1409],[2202,1427],[2113,1476],[2060,1529],[2020,1587],[1949,1676],[1895,1685],[1856,1744],[1784,1789],[1691,1829],[1615,1918],[1487,1913],[1411,1931],[1411,2053],[1222,2053],[1222,1916],[1107,1898],[1078,1853],[1024,1800],[951,1747],[811,1696],[735,1618],[622,1551],[515,1493],[484,1425],[369,1396],[305,1371],[284,1264],[269,1185]]},{"area":"40f","points":[[318,1409],[558,1571],[822,1813],[1035,1925],[1180,1985],[1195,2085],[1440,2085],[1478,2005],[1620,1947],[1842,1824],[1996,1716],[2095,1573],[2255,1491],[2456,1435],[2560,1244],[2560,1100],[2529,920],[2465,842],[2331,831],[2195,853],[2111,867],[1947,715],[1791,602],[1565,449],[1376,435],[1155,436],[1084,484],[818,658],[684,762],[382,851],[275,942],[244,1080],[242,1304],[175,1298],[149,1185],[142,1004],[182,865],[256,740],[367,667],[505,513],[625,416],[849,345],[1120,322],[1533,333],[1864,335],[2120,398],[2349,415],[2515,544],[2642,640],[2720,840],[2709,1078],[2716,1344],[2709,1527],[2507,1760],[2307,1893],[2153,2036],[1951,2104],[1569,2253],[1422,2282],[1171,2284],[933,2244],[785,2167],[487,2007],[398,1835],[313,1644],[251,1493],[178,1409]]},{"area":"40f","points":[[173,1296],[176,1409],[324,1405],[240,1302]]},{"area":"413","points":[[124,2216],[164,2060],[253,1940],[356,1971],[485,2133],[642,2229],[760,2222],[864,2429],[855,2644],[545,2644],[478,2536],[424,2433],[235,2327],[151,2282]]},{"area":"416","points":[[498,3535],[438,3373],[575,3342],[724,3387],[911,3480],[1024,3658],[1029,3851],[958,3980],[767,3933],[765,3756],[611,3642],[536,3587]]},{"area":"40e","points":[[2342,2733],[2342,3125],[2647,3125],[2647,2733]]},{"area":"418","points":[[2358,2362],[2376,2155],[2495,1953],[2627,1891],[2722,1909],[2842,2049],[2835,2155],[2689,2265],[2495,2411],[2391,2420]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/110-map-6.4-ruins-of-caerdoon.webp"},"id":"003","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.4-ruins-of-caerdoon-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":1,"offsetY":20},"mapParent":{"id":"003"}},{"type":"image","href":{"type":"internal","path":"book/SCC/114-map-6.5-fortress-of-caerdoon-basement.webp"},"imageType":"map","grid":{"type":"square","size":102,"offsetX":16,"offsetY":-11},"title":"Map 6.5: Fortress of Caerdoon Basement","width":3000,"height":2072,"mapRegions":[{"area":"431","points":[[945,1509],[2047,1509],[1745,1824],[1242,1824]]},{"area":"42b","points":[[938,1507],[938,1007],[1236,1007],[1336,907],[1647,907],[1749,1009],[2053,1009],[2053,1507]]},{"area":"434","points":[[433,1013],[433,1400],[615,1400],[615,1013]]},{"area":"436","points":[[2371,1009],[2371,1405],[2564,1405],[2564,1009]]},{"area":"43b","points":[[1356,420],[1356,815],[1642,815],[1642,420]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/114-map-6.5-fortress-of-caerdoon-basement.webp"},"id":"004","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.5-fortress-of-caerdoon-basement-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":16,"offsetY":-11},"mapParent":{"id":"004"}}]}]},"CRCotN":{"id":"CRCotN","source":"CRCotN","prop":"adventure","chapters":[{"name":"Ch. 1: A Fateful Competition","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/009-map-1.1-Jigow.webp"},"imageType":"map","grid":{"type":"none","size":77,"distance":50},"title":"Jigow","width":2250,"height":1500,"id":"047","mapRegions":[{"area":"061","points":[[179,558],[179,498],[196,396],[207,374],[254,338],[276,313],[310,264],[332,235],[366,215],[411,208],[431,223],[461,219],[479,224],[501,211],[527,201],[548,203],[581,194],[587,213],[606,197],[642,182],[681,173],[697,181],[740,177],[761,182],[769,205],[750,231],[723,264],[712,295],[706,326],[706,359],[730,368],[772,378],[797,384],[734,404],[684,429],[629,464],[595,495],[546,518],[489,532],[466,549],[393,561],[373,558],[299,573],[270,573],[209,568]]},{"area":"045","points":[[767,660],[742,613],[755,564],[803,553],[838,587],[856,618],[855,660]]},{"area":"076","points":[[1067,717],[1075,676],[1133,668],[1150,721],[1113,757],[1065,729]]},{"area":"06b","points":[[826,774],[826,924],[973,924],[973,774]]},{"area":"04c","points":[[727,1178],[703,1130],[573,1186],[593,1238]]},{"area":"054","points":[[415,1267],[415,1387],[542,1387],[542,1267]]},{"area":"079","points":[[2045,1238],[2070,1172],[2124,1132],[2194,1164],[2149,1233],[2158,1299],[2197,1405],[2101,1439],[2006,1479],[1892,1462],[1823,1429],[1819,1416],[1841,1363],[1878,1272],[1971,1252],[2035,1277]]},{"area":"067","points":[[1528,1021],[1465,973],[1433,924],[1459,883],[1497,862],[1541,886],[1568,925],[1563,957],[1578,993]]},{"area":"078","points":[[1514,550],[1514,740],[1738,740],[1738,550]]},{"area":"05c","points":[[1387,342],[1387,491],[1607,491],[1607,342]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/009-map-1.1-Jigow.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/010-map-1.1-Jigow-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":77,"distance":50},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"047"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/014-map-1.2-Emerald-Grotto.webp"},"imageType":"map","grid":{"type":"square","size":118,"offsetX":-32,"offsetY":-15},"title":"Emerald Grotto","width":4500,"height":3000,"id":"3f4","mapRegions":[{"area":"083","points":[[371,1147],[471,1058],[553,1062],[644,1118],[709,1155],[740,1105],[827,1056],[740,1025],[673,949],[625,876],[536,885],[462,924],[378,942],[325,1000],[267,1082],[280,1196]]},{"area":"086","points":[[715,1205],[833,1153],[904,1131],[978,1244],[971,1335],[982,1415],[973,1475],[873,1565],[709,1611],[605,1549],[556,1489],[573,1422],[600,1347],[702,1280],[715,1244]]},{"area":"089","points":[[755,1704],[849,1640],[982,1653],[1096,1638],[1175,1696],[1058,1729],[1015,1804],[1005,1902],[1045,1980],[949,2022],[878,1955],[880,1884],[811,1851],[778,1776],[751,1749]]},{"area":"097","points":[[1471,2667],[1511,2553],[1564,2456],[1595,2382],[1640,2336],[1709,2295],[1805,2247],[1829,2315],[1856,2387],[1865,2456],[1845,2496],[1851,2551],[1805,2596],[1773,2658],[1705,2711],[1620,2742],[1542,2736],[1502,2705]]},{"area":"090","points":[[2084,2398],[2084,2329],[2109,2253],[2104,2193],[2162,2124],[2233,2111],[2275,2104],[2305,2062],[2362,2042],[2395,1989],[2433,1951],[2536,1962],[2576,2013],[2660,2038],[2751,2018],[2818,2047],[2849,2069],[2855,2162],[2847,2235],[2831,2276],[2900,2333],[2938,2415],[2904,2524],[2831,2615],[2771,2618],[2698,2596],[2660,2678],[2604,2716],[2556,2756],[2504,2787],[2440,2824],[2351,2829],[2264,2787],[2204,2745],[2191,2698],[2124,2660],[2125,2604],[2105,2573],[2127,2522],[2105,2473],[2113,2436],[2104,2413]]},{"area":"09b","points":[[1858,1947],[1867,1904],[1953,1844],[1962,1773],[1985,1685],[2053,1635],[2109,1602],[2169,1645],[2184,1675],[2131,1720],[2082,1789],[2109,1838],[2053,1951],[1980,1978],[1965,2027]]},{"area":"09f","points":[[2104,1438],[2160,1371],[2175,1289],[2245,1240],[2331,1249],[2351,1211],[2404,1162],[2493,1136],[2562,1149],[2618,1167],[2718,1165],[2789,1169],[2842,1213],[2875,1216],[2933,1262],[2967,1295],[3020,1278],[3062,1353],[3091,1411],[3111,1522],[3031,1500],[2980,1411],[2898,1389],[2855,1389],[2807,1415],[2796,1453],[2864,1525],[2916,1562],[2920,1645],[2911,1715],[2847,1771],[2791,1787],[2704,1795],[2635,1760],[2624,1698],[2640,1625],[2651,1587],[2585,1642],[2555,1716],[2482,1756],[2409,1736],[2322,1707],[2289,1642],[2260,1624],[2249,1578],[2165,1533],[2131,1504],[2115,1473]]},{"area":"08c","points":[[1478,1353],[1496,1251],[1485,1138],[1482,945],[1542,895],[1605,836],[1698,816],[1784,815],[1853,820],[1900,889],[1960,995],[1985,1093],[1978,1218],[1940,1295],[1955,1380],[1951,1460],[1869,1564],[1824,1587],[1711,1618],[1651,1595],[1562,1544],[1509,1482],[1478,1415]]},{"area":"094","points":[[2116,1084],[2069,1005],[2058,936],[2105,855],[2100,820],[2136,778],[2140,749],[2178,711],[2240,653],[2315,629],[2367,602],[2424,571],[2549,591],[2649,602],[2747,605],[2804,649],[2847,695],[2904,702],[2942,760],[3035,847],[2945,860],[2880,845],[2836,822],[2745,835],[2702,880],[2664,940],[2576,960],[2558,1005],[2495,1049],[2429,1064],[2424,1111],[2342,1124],[2285,1107],[2213,1125],[2196,1171],[2129,1169]]},{"area":"0a3","points":[[3078,1118],[3042,1078],[3080,1009],[3135,951],[3187,871],[3145,831],[3202,724],[3180,682],[3244,607],[3295,598],[3358,616],[3402,675],[3475,696],[3567,682],[3656,698],[3722,624],[3778,578],[3840,573],[3880,625],[3960,693],[3984,804],[3960,840],[3969,938],[3935,1005],[3929,1102],[3993,1193],[3918,1324],[3889,1349],[3805,1409],[3611,1464],[3482,1500],[3311,1440],[3145,1405],[3124,1378],[3184,1275],[3138,1200],[3127,1153]]},{"area":"0a8","points":[[3238,1787],[3338,1767],[3478,1775],[3669,1811],[3835,1829],[3855,1827],[3856,1876],[3802,1916],[3736,1920],[3660,1985],[3627,2053],[3622,2100],[3520,2095],[3504,2004],[3471,1911],[3393,1882],[3304,1851],[3253,1829]]},{"area":"0aa","points":[[3153,2591],[3200,2673],[3253,2709],[3362,2771],[3487,2827],[3613,2816],[3731,2818],[3851,2771],[3945,2711],[4004,2633],[4016,2575],[3935,2476],[3869,2364],[3751,2244],[3685,2169],[3645,2133],[3503,2133],[3460,2189],[3384,2271],[3349,2336],[3284,2440],[3222,2515],[3189,2560]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/014-map-1.2-Emerald-Grotto.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/015-map-1.2-Emerald-Grotto-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":118,"offsetX":-32,"offsetY":-15},"title":"Player Version","width":4500,"height":3000,"mapParent":{"id":"3f4"}}]},{"name":"Ch. 2: The Leave-Taking","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/019-map-2.1-The-Emerald-Gulch.webp"},"imageType":"map","grid":{"type":"square","size":150,"offsetX":23,"offsetY":79,"distance":50},"title":"The Emerald Gulch","width":2550,"height":3062,"id":"3f5"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/020-map-2.1-The-Emerald-Gulch-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":23,"offsetY":79,"distance":50},"title":"Player Version","width":2550,"height":3062,"mapParent":{"id":"3f5"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/023-map-2.2-Emerald-Loop-Caravan-Stop.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Emerald Loop Caravan Stop","width":2250,"height":1500,"id":"3f6","mapRegions":[{"area":"0da","points":[[774,136],[825,72],[901,28],[987,11],[1085,38],[1173,35],[1225,41],[1298,38],[1348,47],[1374,99],[1360,167],[1345,228],[1300,254],[1260,286],[1186,315],[1145,336],[1085,356],[1032,359],[964,354],[919,319],[869,267],[839,228],[800,194]]},{"area":"0db","points":[[1385,122],[1460,93],[1534,102],[1601,128],[1578,231],[1549,276],[1511,322],[1459,306],[1424,268],[1387,218],[1382,179]]},{"area":"0d7","points":[[838,715],[838,927],[1016,927],[1016,715]]},{"area":"0d9","points":[[287,1352],[286,1298],[304,1209],[321,1102],[359,1031],[394,916],[429,846],[651,845],[798,889],[835,929],[908,968],[965,1067],[960,1167],[988,1245],[1008,1366],[864,1433],[658,1495],[482,1495],[407,1475],[312,1415]]},{"area":"0dc","points":[[1213,888],[1169,762],[1202,668],[1300,573],[1426,513],[1556,520],[1696,602],[1784,700],[1795,871],[1753,1000],[1629,1076],[1499,1122],[1404,1107],[1298,999]]},{"area":"0d5","points":[[1981,692],[2069,686],[2127,652],[2191,611],[2245,619],[2245,738],[2191,767],[2096,812],[2009,815],[1975,812]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/023-map-2.2-Emerald-Loop-Caravan-Stop.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/024-map-2.2-Emerald-Loop-Caravan-Stop-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3f6"}}]},{"name":"Ch. 3: Bazzoxan","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/029-map-3.1-Bazzoxan.webp"},"imageType":"map","grid":{"type":"none","size":76,"distance":25},"title":"Bazzoxan","width":2250,"height":1500,"mapRegions":[{"area":"0f4","points":[[702,449],[706,362],[855,238],[959,262],[941,395],[839,475]]},{"area":"10b","points":[[28,868],[84,839],[115,795],[171,801],[216,827],[254,894],[255,928],[233,964],[144,1000],[91,982],[75,962],[54,953],[34,929],[26,892]]},{"area":"114","points":[[672,684],[736,672],[841,700],[848,747],[679,714]]},{"area":"116","points":[[892,661],[1014,546],[1068,644],[984,713],[906,682]]},{"area":"0fe","points":[[1226,713],[1349,762],[1331,813],[1212,760]]},{"area":"104","points":[[1084,888],[1201,832],[1267,808],[1406,888],[1459,918],[1420,1008],[1321,1084],[1232,1134],[1120,1152],[1093,1044],[1093,959]]},{"area":"0f3","points":[[953,1351],[953,1448],[1132,1448],[1132,1351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/029-map-3.1-Bazzoxan.webp"},"id":"40b","page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/030-map-3.1-Bazzoxan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":76,"distance":25},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"40b"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/033-map-3.2-Betrayers-Rise.webp"},"imageType":"map","grid":{"type":"square","size":120,"offsetX":33,"offsetY":-18,"distance":10},"title":"Betrayers' Rise","width":4500,"height":6000,"id":"3f7","mapRegions":[{"area":"142","points":[[454,1122],[454,1426],[944,1426],[944,1122]]},{"area":"14d","points":[[1230,1285],[1230,763],[1248,723],[1291,698],[1336,718],[1362,776],[1362,1285]]},{"area":"149","points":[[1109,1542],[1235,1298],[1358,1298],[1478,1542],[1478,2144],[1357,2379],[1235,2379],[1109,2144]]},{"area":"13f","points":[[392,2501],[392,2238],[413,2176],[458,2141],[507,2142],[538,2173],[557,2232],[557,2501]]},{"area":"139","points":[[576,2746],[576,2384],[696,2256],[944,2256],[1054,2379],[1054,2744],[944,2867],[691,2867]]},{"area":"137","points":[[752,3035],[752,3101],[1101,3101],[1101,3035]]},{"area":"132","points":[[1115,3107],[1115,3155],[1051,3155],[1051,3226],[1112,3226],[1112,3272],[1053,3272],[1053,3342],[1112,3342],[1230,3466],[1347,3466],[1472,3347],[1538,3347],[1538,3278],[1480,3278],[1480,3221],[1534,3221],[1534,3165],[1476,3165],[1476,3107]]},{"area":"12f","points":[[1110,3523],[1110,3762],[1360,3762],[1360,3523]]},{"area":"129","points":[[1173,4184],[1107,4125],[1107,3872],[1475,3872],[1475,4126],[1418,4181],[1370,4138],[1408,4102],[1408,3942],[1352,3942],[1352,4208],[1237,4208],[1237,3946],[1174,3946],[1174,4096],[1213,4139]]},{"area":"166","points":[[2190,4990],[2210,4922],[2230,4898],[2282,4885],[2314,4899],[2330,4938],[2336,4963],[2320,4992],[2315,5016],[2266,5027],[2235,5014],[2213,5010]]},{"area":"160","points":[[2917,3533],[2917,3848],[3038,3848],[3038,3533]]},{"area":"15c","points":[[2555,2974],[2555,3520],[3405,3520],[3405,2974]]},{"area":"152","points":[[2682,816],[2803,694],[3162,694],[3278,810],[3278,1790],[3176,1902],[2795,1902],[2682,1789]]},{"area":"151","points":[[2133,1114],[2133,1419],[2621,1419],[2621,1114]]},{"area":"158","points":[[3573,1963],[3877,1963],[3877,2045],[4152,2261],[4094,2342],[4197,2578],[4064,2648],[4066,2794],[4125,2810],[4131,2968],[4141,2995],[4027,3347],[3520,3341],[3515,2733],[3456,2702],[3458,2488],[3400,2450],[3573,2232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/033-map-3.2-Betrayers-Rise.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/034-map-3.2-Betrayers-Rise-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":33,"offsetY":-18,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3f7"}}]},{"name":"Ch. 4: The Jewel of Hope","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/040-map-4.1-Ank_Harel.webp"},"imageType":"map","grid":{"type":"none","size":68,"distance":300},"title":"The Jewel of Hope, Ank'Harel","width":4084,"height":2869,"id":"3f8"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/041-map-4.1-Ank_Harel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":68,"distance":300},"title":"Player Version","width":4084,"height":2869,"mapParent":{"id":"3f8"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/048-map-4.2-Streets-of-the-Sigil-District.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Streets of the Sigil District","width":2250,"height":1500,"id":"3fa","mapRegions":[{"area":"1bc","points":[[26,30],[26,197],[1229,197],[1229,30]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/048-map-4.2-Streets-of-the-Sigil-District.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/049-map-4.2-Streets-of-the-Sigil-District-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fa"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/051-map-4.3-Streets-of-the-Suncut-Bazaar.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Streets of the Suncut Bazaar","width":2250,"height":1500,"id":"3fc","mapRegions":[{"area":"1c2","points":[[32,11],[32,234],[1307,234],[1307,11]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/051-map-4.3-Streets-of-the-Suncut-Bazaar.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/052-map-4.3-Streets-of-the-Suncut-Bazaar-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fc"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/058-map-4.4-River-District-Canal.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"River District Canal","width":2250,"height":1500,"id":"3fd","mapRegions":[{"area":"24e","points":[[96,46],[96,202],[1027,202],[1027,46]]},{"area":"251","points":[[1661,688],[1661,966],[1864,966],[1864,688]]},{"area":"253","points":[[1432,538],[1722,538],[1722,670],[1646,670],[1646,816],[1432,816]]},{"area":"252","points":[[1882,538],[1882,811],[2086,811],[2086,538]]},{"area":"254","points":[[1726,539],[1726,682],[1866,682],[1866,539]]},{"area":"255","points":[[1582,314],[1582,523],[1939,523],[1939,314]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/058-map-4.4-River-District-Canal.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/059-map-4.4-River-District-Canal-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fd"}}]},{"name":"Ch. 5: The Drowned City","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/062-map-5.1-Cael-Morrow.webp"},"imageType":"map","grid":{"type":"square","size":140,"offsetX":-42,"offsetY":-79,"distance":10},"title":"Cael Morrow","width":4500,"height":6000,"id":"3fe","mapRegions":[{"area":"2a7","points":[[917,4974],[853,4986],[773,5027],[715,5074],[666,5149],[651,5234],[656,5341],[701,5410],[790,5499],[920,5536],[1046,5512],[1133,5462],[1182,5408],[1211,5299],[1216,5210],[1173,5083],[1094,5018],[994,4987]]},{"area":"2a0","points":[[938,4266],[938,4405],[1494,4405],[1494,4266]]},{"area":"2a4","points":[[1062,3640],[1075,3571],[1115,3490],[1184,3427],[1267,3411],[1376,3435],[1438,3475],[1474,3547],[1493,3632],[1478,3731],[1432,3805],[1349,3843],[1232,3843],[1147,3797],[1090,3726]]},{"area":"2a6","points":[[1493,3477],[1494,3413],[1530,3349],[1571,3306],[1677,3278],[1760,3304],[1829,3368],[1851,3440],[1832,3520],[1784,3586],[1714,3622],[1602,3614],[1546,3573],[1512,3528]]},{"area":"2a1","points":[[1355,4254],[1355,3840],[1418,3813],[1466,3763],[1494,3714],[1509,3661],[1506,3605],[1493,3565],[1512,3552],[1538,3582],[1586,3622],[1685,3635],[1758,3622],[1816,3565],[1840,3534],[1851,3480],[1851,3422],[2059,3422],[2059,3978],[1978,3978],[1826,4254]]},{"area":"29c","points":[[653,2150],[653,3003],[1077,3003],[1077,2150]]},{"area":"299","points":[[1211,2571],[1227,2526],[1267,2467],[1320,2440],[1394,2440],[1435,2467],[1482,2522],[1491,2590],[1469,2658],[1430,2704],[1352,2723],[1274,2699],[1230,2662]]},{"area":"298","points":[[1277,1870],[1277,2368],[1424,2368],[1424,1870]]},{"area":"295","points":[[1213,1882],[1074,1882],[1074,1734],[1704,1734],[1773,1669],[1773,1456],[1632,1456],[1602,1517],[1558,1568],[1494,1595],[1435,1611],[1334,1590],[1291,1560],[1246,1517],[1218,1456],[936,1456],[936,2019],[1213,2019]]},{"area":"293","points":[[1219,1378],[1232,1318],[1283,1251],[1333,1200],[1406,1186],[1469,1189],[1526,1208],[1584,1243],[1619,1312],[1635,1405],[1611,1477],[1560,1544],[1491,1587],[1424,1589],[1330,1568],[1270,1526],[1229,1446]]},{"area":"28b","points":[[1917,750],[2338,750],[2338,1104],[2197,1104],[2197,1034],[1917,1034]]},{"area":"288","points":[[2354,896],[2354,1040],[2925,1040],[2925,896]]},{"area":"285","points":[[3152,56],[3125,93],[3077,157],[3048,246],[3038,314],[3035,416],[3086,533],[3134,621],[3246,706],[3355,739],[3499,762],[3626,720],[3765,635],[3806,550],[3861,402],[3851,270],[3832,171],[3750,56]]},{"area":"2cc","points":[[2424,1899],[3203,1587],[3600,1398],[4094,1224],[4242,1174],[4446,1115],[4446,1779],[4200,2002],[3995,2152],[3595,2158],[3259,2246],[3048,2318],[2888,2368],[2840,2189],[2696,2046],[2483,1994],[2430,1958]]},{"area":"2c6","points":[[3246,2659],[3198,2584],[3184,2501],[3210,2405],[3253,2338],[3336,2293],[3413,2298],[3494,2320],[3542,2370],[3582,2446],[3589,2520],[3582,2608],[3520,2669],[3440,2709],[3373,2710],[3306,2691]]},{"area":"2ce","points":[[2203,3138],[2091,3093],[1950,3003],[1845,2835],[1787,2717],[1786,2571],[1808,2374],[1854,2285],[1922,2195],[2075,2088],[2178,2048],[2318,2030],[2475,2027],[2634,2096],[2779,2206],[2834,2333],[2862,2488],[2864,2674],[2840,2837],[2704,3002],[2590,3090],[2464,3126],[2342,3146]]},{"area":"2b9","points":[[2654,4000],[2530,3826],[2550,3480],[2603,3243],[2699,3104],[2848,2992],[2891,2934],[3027,2995],[3229,2946],[3298,3024],[3274,3184],[3182,3330],[3139,3493],[3078,3637],[3139,3813],[3203,3971],[3054,4126],[2717,4090]]},{"area":"2c2","points":[[3747,3710],[3680,3693],[3606,3654],[3546,3587],[3528,3483],[3557,3384],[3598,3326],[3667,3290],[3763,3274],[3859,3304],[3922,3363],[3955,3451],[3949,3550],[3894,3645],[3802,3694]]},{"area":"2bc","points":[[3211,4434],[3262,4342],[3253,4230],[3328,4066],[3381,4021],[3486,4040],[3555,4131],[3571,4192],[3710,4157],[3723,4099],[3894,4306],[3813,4427],[3530,4568],[3552,4650],[3560,4930],[3693,4888],[3670,5026],[3550,5149],[3454,5130],[3405,5034],[3317,4690],[3320,4531],[3256,4486]]},{"area":"2be","points":[[3450,5384],[3634,5587],[3717,5606],[3830,5608],[3934,5582],[4037,5530],[4104,5459],[4147,5357],[4178,5246],[4158,5117],[3970,4918]]},{"area":"2b5","points":[[2618,5669],[2896,5669],[3179,5390],[3179,4824],[3045,4824],[2618,5384]]},{"area":"2ad","points":[[2058,4262],[2058,4962],[2619,4962],[2619,4262]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/062-map-5.1-Cael-Morrow.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/063-map-5.1-Cael-Morrow-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-42,"offsetY":-79,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3fe"}}]},{"name":"Ch. 6: The Netherdeep","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/071-map-6.1-The-Netherdeep.webp"},"imageType":"map","grid":{"type":"square","size":108,"offsetX":29,"offsetY":-19,"distance":10},"title":"The Netherdeep","width":4500,"height":6000,"id":"3ff","mapRegions":[{"area":"2e8","points":[[1469,5607],[1462,5627],[1502,5653],[1542,5645],[1562,5622],[1580,5638],[1616,5580],[1642,5600],[1636,5624],[1651,5647],[1676,5631],[1702,5633],[1729,5589],[1744,5569],[1784,5567],[1809,5529],[1851,5502],[1909,5487],[1953,5449],[1995,5462],[2047,5429],[2113,5416],[2138,5433],[2200,5422],[2262,5436],[2360,5436],[2435,5435],[2515,5409],[2569,5415],[2605,5445],[2662,5462],[2696,5485],[2740,5496],[2756,5536],[2840,5565],[2869,5585],[2927,5611],[2995,5622],[3085,5625],[3058,5651],[3015,5702],[2971,5744],[2907,5760],[2955,5720],[2955,5682],[2895,5685],[2831,5740],[2744,5776],[2676,5809],[2596,5820],[2493,5842],[2375,5875],[2291,5867],[2269,5844],[2136,5851],[2049,5842],[1953,5838],[1896,5800],[1842,5787],[1769,5787],[1745,5756],[1695,5740],[1642,5753],[1627,5771],[1598,5765],[1609,5744],[1547,5765],[1518,5760],[1529,5727],[1473,5716],[1418,5698],[1431,5645]]},{"area":"2ff","points":[[1736,5155],[1724,5078],[1751,4995],[1769,4953],[1827,4904],[1893,4893],[1973,4896],[2055,4909],[2096,4936],[2138,4989],[2156,5087],[2151,5164],[2118,5229],[2064,5291],[2033,5307],[1942,5311],[1891,5289],[1813,5251],[1771,5209]]},{"area":"306","points":[[1993,4851],[1973,4789],[1995,4715],[2051,4687],[2093,4696],[2151,4727],[2185,4780],[2171,4829],[2113,4871],[2064,4887]]},{"area":"2ec","points":[[2218,5071],[2258,5000],[2302,4953],[2387,4927],[2416,4916],[2504,4940],[2529,4984],[2571,5053],[2569,5122],[2504,5205],[2465,5276],[2385,5291],[2304,5289],[2247,5245],[2242,5198],[2233,5169],[2209,5122]]},{"area":"2f7","points":[[2665,5025],[2684,4925],[2700,4867],[2778,4822],[2856,4784],[2891,4784],[2911,4827],[2956,4824],[2982,4847],[3016,4911],[3047,4940],[3042,5004],[3027,5095],[3000,5136],[2969,5164],[2962,5202],[2904,5242],[2885,5275],[2795,5278],[2729,5255],[2678,5211],[2640,5127],[2660,5073]]},{"area":"30d","points":[[1813,4835],[1729,4851],[1638,4835],[1564,4789],[1520,4702],[1491,4620],[1507,4504],[1547,4440],[1633,4391],[1696,4362],[1775,4356],[1853,4380],[1904,4427],[1933,4482],[1949,4585],[1949,4629],[1924,4687],[1909,4727],[1909,4764],[1875,4793]]},{"area":"31f","points":[[2215,4389],[2222,4327],[2235,4293],[2280,4247],[2335,4216],[2400,4216],[2475,4227],[2542,4240],[2589,4289],[2616,4364],[2609,4429],[2585,4515],[2520,4576],[2435,4613],[2304,4633],[2251,4560],[2247,4535],[2215,4495],[2216,4455]]},{"area":"323","points":[[2229,4116],[2218,4175],[2184,4238],[2107,4262],[2016,4256],[1962,4211],[1942,4155],[1953,4104],[1978,4038],[2060,3976],[2145,3973],[2205,4011],[2264,4016],[2296,3956],[2347,3902],[2407,3873],[2493,3862],[2558,3898],[2575,3967],[2638,4000],[2662,3969],[2751,3933],[2836,3942],[2916,4022],[2953,4076],[2944,4149],[2918,4209],[2845,4255],[2780,4291],[2718,4256],[2662,4196],[2638,4129],[2629,4096],[2595,4096],[2558,4162],[2480,4195],[2362,4191],[2302,4149],[2255,4100]]},{"area":"336","points":[[2162,3560],[2178,3502],[2202,3444],[2240,3395],[2305,3353],[2378,3331],[2489,3325],[2569,3358],[2664,3398],[2718,3491],[2733,3556],[2720,3629],[2671,3711],[2609,3780],[2524,3809],[2409,3842],[2324,3809],[2282,3785],[2253,3733],[2187,3716],[2158,3649],[2142,3604]]},{"area":"33a","points":[[2255,3162],[2276,3095],[2313,3055],[2362,3029],[2444,3022],[2502,3069],[2547,3105],[2576,3198],[2538,3253],[2467,3289],[2365,3304],[2262,3258],[2249,3225]]},{"area":"37e","points":[[1573,3162],[1607,3118],[1671,3069],[1731,3009],[1796,2984],[1867,2964],[1929,3000],[1918,3060],[1900,3078],[1873,3140],[1787,3215],[1727,3238],[1682,3278],[1629,3293],[1575,3265],[1562,3216]]},{"area":"340","points":[[1376,3824],[1435,3735],[1455,3644],[1495,3618],[1555,3616],[1582,3627],[1622,3573],[1695,3565],[1736,3538],[1835,3524],[1913,3564],[1936,3607],[1969,3687],[1896,3784],[1811,3831],[1764,3815],[1709,3855],[1640,3882],[1578,3936],[1496,3964],[1442,3962],[1378,3911],[1449,3884],[1436,3858],[1396,3847]]},{"area":"330","points":[[2818,3698],[2795,3678],[2780,3615],[2804,3580],[2840,3567],[2904,3569],[2940,3596],[2938,3645],[2905,3695],[2865,3715]]},{"area":"36c","points":[[3069,3967],[3131,3935],[3127,3895],[3116,3813],[3116,3747],[3124,3691],[3162,3615],[3236,3569],[3269,3529],[3336,3502],[3351,3431],[3415,3331],[3471,3280],[3536,3264],[3620,3271],[3671,3324],[3667,3382],[3656,3407],[3675,3491],[3647,3542],[3605,3613],[3567,3662],[3471,3765],[3416,3764],[3384,3798],[3355,3855],[3295,3904],[3220,3953],[3160,3978],[3071,3993]]},{"area":"371","points":[[3351,4140],[3409,4107],[3413,4065],[3478,4042],[3518,3978],[3547,3915],[3556,3853],[3642,3742],[3733,3667],[3778,3604],[3842,3569],[3920,3531],[3973,3482],[3969,3398],[3987,3378],[3987,3318],[4044,3342],[4082,3400],[4091,3469],[4089,3540],[4064,3589],[4058,3642],[4051,3716],[4044,3760],[4029,3802],[4053,3878],[4022,3936],[3976,4004],[3898,4047],[3822,4045],[3753,4080],[3653,4124],[3582,4138],[3444,4145],[3387,4142]]},{"area":"364","points":[[3209,3178],[3185,3125],[3198,3062],[3162,3009],[3193,2947],[3224,2876],[3222,2807],[3211,2769],[3233,2693],[3189,2638],[3204,2598],[3224,2525],[3247,2467],[3313,2376],[3384,2262],[3422,2347],[3471,2358],[3578,2356],[3705,2304],[3865,2282],[3896,2349],[3938,2345],[3973,2400],[4031,2389],[4038,2345],[4044,2293],[4115,2344],[4133,2435],[4136,2531],[4093,2611],[4078,2731],[3984,2836],[3980,2922],[3935,3016],[3891,3071],[3813,3131],[3809,3198],[3747,3262],[3713,3258],[3735,3191],[3638,3209],[3542,3216],[3429,3191],[3373,3195],[3265,3209],[3240,3187]]},{"area":"368","points":[[3120,2958],[3100,2891],[3075,2864],[3020,2867],[2964,2887],[2931,2947],[2900,2975],[2904,3042],[2942,3105],[3011,3124],[3060,3136],[3105,3073],[3118,2996]]},{"area":"35c","points":[[2860,1236],[2873,1209],[2945,1182],[3000,1171],[3060,1198],[3145,1229],[3233,1196],[3311,1215],[3413,1264],[3413,1296],[3455,1325],[3496,1327],[3513,1378],[3598,1387],[3671,1435],[3740,1476],[3758,1520],[3829,1555],[3882,1618],[3960,1671],[3964,1736],[3953,1875],[3905,1836],[3898,1793],[3849,1724],[3776,1702],[3736,1733],[3738,1791],[3765,1860],[3753,1964],[3718,2075],[3589,2078],[3555,2036],[3482,2029],[3433,2027],[3382,1996],[3345,1962],[3315,1876],[3265,1864],[3218,1838],[3202,1816],[3138,1795],[3102,1711],[3058,1651],[3075,1600],[3064,1575],[2995,1558],[2967,1516],[2971,1462],[3011,1389],[2956,1360],[2922,1322],[2893,1295],[2865,1278]]},{"area":"3a0","points":[[2540,998],[2522,955],[2540,891],[2598,860],[2598,825],[2616,760],[2633,700],[2624,660],[2635,627],[2698,635],[2762,635],[2835,638],[2869,678],[2913,660],[2945,605],[2982,573],[3038,558],[3084,569],[3129,525],[3169,516],[3247,531],[3336,478],[3398,451],[3502,464],[3585,509],[3660,515],[3740,535],[3833,518],[3891,576],[3947,596],[4004,662],[4015,722],[4053,800],[4102,862],[4085,951],[4033,998],[4011,1058],[3958,1064],[3942,1116],[3920,1158],[3916,1211],[3822,1255],[3742,1285],[3604,1258],[3549,1193],[3505,1171],[3431,1198],[3336,1187],[3205,1167],[3095,1160],[3058,1100],[2962,1076],[2889,1140],[2867,1171],[2815,1160],[2764,1162],[2747,1205],[2731,1265],[2645,1253],[2604,1193],[2576,1142],[2553,1080]]},{"area":"39b","points":[[2245,845],[2196,822],[2160,782],[2158,727],[2178,678],[2238,640],[2304,600],[2353,573],[2413,604],[2465,645],[2478,713],[2464,753],[2465,800],[2427,855],[2373,885],[2335,873],[2284,864]]},{"area":"395","points":[[1860,1067],[1907,1002],[1953,985],[2015,1005],[2055,1051],[2085,1053],[2160,1053],[2267,1053],[2269,1087],[2316,1111],[2369,1053],[2469,1035],[2505,1047],[2538,1113],[2485,1147],[2422,1215],[2400,1249],[2338,1269],[2264,1282],[2211,1244],[2169,1273],[2078,1258],[2022,1244],[1955,1218],[1902,1169],[1880,1127],[1867,1098]]},{"area":"392","points":[[1138,1116],[1218,1044],[1287,964],[1349,947],[1384,953],[1429,915],[1518,889],[1580,880],[1624,853],[1684,875],[1742,889],[1802,925],[1785,1009],[1753,1078],[1705,1115],[1649,1145],[1607,1155],[1591,1200],[1529,1231],[1465,1275],[1367,1280],[1313,1282],[1264,1320],[1182,1333],[1162,1242],[1153,1164]]},{"area":"354","points":[[1325,1451],[1382,1391],[1455,1355],[1500,1347],[1542,1318],[1573,1282],[1602,1278],[1633,1238],[1720,1205],[1769,1173],[1818,1216],[1867,1204],[1931,1247],[2051,1282],[2029,1356],[1982,1378],[1953,1455],[1891,1480],[1876,1520],[1842,1535],[1833,1575],[1785,1636],[1720,1682],[1633,1689],[1604,1664],[1542,1651],[1500,1618],[1495,1560],[1449,1538],[1415,1516],[1333,1507]]},{"area":"358","points":[[1429,1682],[1436,1660],[1378,1660],[1340,1700],[1356,1747],[1389,1789],[1413,1845],[1469,1867],[1527,1884],[1575,1855],[1604,1815],[1600,1764],[1565,1738],[1504,1731],[1487,1704],[1415,1689]]},{"area":"38a","points":[[693,1613],[665,1549],[676,1498],[705,1473],[715,1402],[776,1367],[845,1362],[915,1365],[936,1389],[956,1427],[976,1500],[949,1524],[951,1575],[976,1595],[951,1651],[929,1656],[907,1702],[851,1736],[813,1736],[778,1720],[735,1658]]},{"area":"351","points":[[718,2060],[715,2020],[740,1936],[785,1876],[844,1844],[889,1795],[936,1771],[982,1776],[1018,1724],[1098,1716],[1173,1747],[1187,1804],[1160,1853],[1147,1927],[1127,1962],[1138,2053],[1100,2084],[1031,2120],[951,2147],[816,2140],[733,2096]]},{"area":"38e","points":[[515,1800],[520,1747],[551,1695],[604,1687],[682,1725],[715,1755],[765,1793],[729,1856],[685,1909],[633,1927],[556,1924],[531,1880],[527,1833]]},{"area":"386","points":[[1171,2282],[1275,2224],[1349,2202],[1411,2204],[1442,2238],[1533,2316],[1547,2384],[1582,2447],[1635,2520],[1653,2584],[1658,2671],[1653,2753],[1547,2773],[1482,2740],[1449,2704],[1422,2607],[1389,2575],[1322,2564],[1284,2520],[1269,2475],[1222,2420],[1180,2380],[1160,2322]]},{"area":"34c","points":[[773,2393],[842,2400],[933,2400],[1042,2436],[1125,2502],[1195,2593],[1235,2675],[1260,2633],[1298,2711],[1287,2780],[1251,2855],[1218,2938],[1162,2960],[1127,3029],[1055,3071],[993,3035],[945,2945],[942,2898],[902,2824],[880,2735],[809,2700],[740,2660],[704,2607],[680,2565],[620,2544],[582,2480],[609,2409],[695,2365],[736,2398]]},{"area":"381","points":[[278,2471],[338,2445],[404,2449],[440,2484],[460,2542],[478,2596],[513,2627],[529,2693],[545,2753],[615,2767],[675,2816],[704,2860],[704,2920],[682,2975],[673,3033],[684,3078],[724,3125],[764,3207],[715,3191],[645,3164],[613,3142],[525,3118],[451,3113],[384,3107],[358,3082],[347,3025],[309,2980],[287,2965],[280,2922],[240,2880],[247,2813],[260,2738],[225,2716],[205,2644],[211,2600],[256,2547],[276,2500]]},{"area":"345","points":[[744,3227],[833,3235],[860,3282],[918,3324],[1009,3318],[1078,3313],[1138,3300],[1176,3325],[1216,3340],[1245,3389],[1278,3435],[1287,3485],[1304,3527],[1336,3564],[1322,3604],[1264,3682],[1251,3744],[1195,3771],[1080,3765],[976,3765],[938,3696],[885,3676],[733,3685],[713,3631],[698,3584],[698,3531],[678,3475],[716,3425],[704,3365],[725,3304],[731,3269]]},{"area":"349","points":[[595,3627],[645,3689],[684,3713],[729,3749],[793,3731],[864,3751],[898,3769],[862,3836],[780,3876],[733,3882],[660,3860],[609,3813],[582,3751],[584,3691]]},{"area":"319","points":[[1002,4305],[1062,4262],[1136,4236],[1175,4269],[1216,4307],[1235,4340],[1231,4409],[1160,4476],[1116,4504],[1051,4511],[1020,4473],[993,4409],[982,4351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/071-map-6.1-The-Netherdeep.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/072-map-6.1-The-Netherdeep-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":29,"offsetY":-19,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3ff"}}]},{"name":"Ch. 7: The Heart of Despair","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/085-map-7.1-Heart-of-Despair.webp"},"imageType":"map","grid":{"type":"square","size":59,"offsetX":11,"offsetY":-24},"title":"Heart of Despair","width":4500,"height":3000,"id":"404","mapRegions":[{"area":"3b4","points":[[1220,1667],[1235,1592],[1235,1520],[1230,1460],[1292,1457],[1377,1497],[1502,1540],[1532,1602],[1570,1632],[1602,1730],[1567,1867],[1495,1955],[1390,1957],[1332,1940],[1277,1867],[1222,1800],[1212,1717]]},{"area":"3b3","points":[[2152,1447],[2152,1697],[2330,1697],[2330,1447]]},{"area":"3b4","points":[[2370,1030],[2410,907],[2527,885],[2672,895],[2712,977],[2845,1035],[2790,1130],[2757,1235],[2720,1280],[2597,1247],[2485,1215],[2427,1140],[2360,1085]]},{"area":"3b4","points":[[2642,2222],[2710,2097],[2782,2040],[2917,2027],[3025,2040],[3097,2155],[3092,2287],[2997,2410],[2827,2402],[2670,2402],[2652,2302]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/085-map-7.1-Heart-of-Despair.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/086-map-7.1-Heart-of-Despair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":11,"offsetY":-24},"title":"Player Version","width":4500,"height":3000,"mapParent":{"id":"404"}}]},{"name":"App. F: Poster Map","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/128-map-13.1-Poster.webp"},"imageType":"map","grid":{"type":"none","size":67,"distance":300},"width":3993,"height":2805,"title":"Poster Map","id":"450"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/129-map-13.1-Poster-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":67,"distance":300},"title":"Player Version","width":3993,"height":2805,"mapParent":{"id":"450"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/130-13-001.poster-map-back.webp"},"imageType":"map","grid":{"type":"none"},"title":"A map of the great city of Ank'Harel, the caverns of the last city of Cael Morrow, and the mysterious realm beneath—as explored by the Allegiance of Allsight. 836 PD","width":1189,"height":1700,"id":"405"}]}]},"JttRC":{"id":"JttRC","source":"JttRC","prop":"adventure","chapters":[{"name":"The Radiant Citadel","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/000-map-1.1-radiant-citadel.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":250},"title":"Map 1.1: Radiant Citadel","width":2100,"height":2850,"id":"538","mapRegions":[{"area":"014","points":[[385,936],[385,1111],[640,1111],[640,936]]},{"area":"012","points":[[609,1349],[609,1658],[905,1658],[905,1349]]},{"area":"010","points":[[931,1505],[1105,1167],[1329,989],[1613,764],[1633,865],[1540,1118],[1362,1453],[1262,1685],[1133,1600],[964,1578]]},{"area":"015","points":[[880,1698],[880,1895],[1105,1895],[1105,1698]]},{"area":"016","points":[[1175,1915],[1302,1824],[1471,1769],[1469,1862],[1315,1942],[1204,1951]]},{"area":"011","points":[[1095,2069],[1224,1995],[1409,1962],[1465,2044],[1307,2135],[1162,2153]]},{"area":"00d","points":[[724,136],[724,283],[1354,283],[1354,136]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/000-map-1.1-radiant-citadel.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/001-map-1.1-radiant-citadel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":250},"title":"Player Version","width":2100,"height":2850,"mapParent":{"id":"538"}}]},{"name":"Salted Legacy","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/011-map-2.1-dyn-singh-night-market.webp"},"imageType":"map","grid":{"type":"none","size":104,"distance":50},"title":"Map 2.1: Dyn Singh Night Market","width":2056,"height":1419,"id":"539","mapRegions":[{"area":"081","points":[[31,64],[31,256],[487,256],[487,64]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/011-map-2.1-dyn-singh-night-market.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/012-map-2.1-dyn-singh-night-market-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":50},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"539"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/015-map-2.2-market-challenges.webp"},"imageType":"map","grid":{"type":"square","size":98,"offsetX":18,"offsetY":-39,"scale":2},"title":"Map 2.2: Market Challenges","width":2056,"height":1419,"id":"53a","mapRegions":[{"area":"061","points":[[174,64],[174,197],[897,197],[897,64]]},{"area":"069","points":[[1206,61],[1206,176],[1927,176],[1927,61]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/015-map-2.2-market-challenges.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/016-map-2.2-market-challenges-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":18,"offsetY":-39,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"53a"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/018-map-2.3-siabsungkoh.webp"},"imageType":"map","grid":{"type":"none","size":234,"distance":1,"units":"miles"},"title":"Map 2.3: Siabsungkoh","width":2056,"height":1419,"id":"53b","mapRegions":[{"area":"08c","points":[[50,35],[50,195],[587,195],[587,35]]},{"area":"083","points":[[682,474],[682,558],[938,558],[938,474]]},{"area":"081","points":[[1240,736],[1240,866],[1453,866],[1453,736]]},{"area":"082","points":[[994,715],[994,787],[1168,787],[1168,715]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/018-map-2.3-siabsungkoh.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/019-map-2.3-siabsungkoh-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":234,"distance":1,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"53b"}}]},{"name":"Written in Blood","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/025-map-3.1-kianas-farmhouse.webp"},"imageType":"map","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-20,"scale":2},"title":"Map 3.1: Kianas Farmhouse","width":1043,"height":1419,"id":"53c","mapRegions":[{"area":"0c0","points":[[154,10],[154,143],[718,143],[718,10]]},{"area":"0c3","points":[[138,769],[705,769],[705,216],[850,216],[850,663],[850,853],[138,853]]},{"area":"0c6","points":[[666,664],[228,664],[228,266],[320,266],[320,182],[143,182],[143,753],[666,753]]},{"area":"0c8","points":[[239,472],[239,649],[424,649],[424,472]]},{"area":"0ca","points":[[523,649],[523,468],[571,468],[571,376],[660,376],[660,649]]},{"area":"0cd","points":[[478,188],[478,368],[660,368],[660,188]]},{"area":"0cf","points":[[335,190],[335,368],[472,368],[472,190]]},{"area":"0d2","points":[[90,988],[90,1137],[282,1137],[282,988]]},{"area":"0d4","points":[[389,1160],[377,1143],[372,1109],[383,1092],[393,1075],[429,1072],[434,1061],[430,1036],[446,1028],[453,1020],[477,1018],[485,1010],[501,1005],[540,1013],[557,1005],[563,978],[575,974],[594,956],[614,943],[635,940],[665,945],[681,956],[703,963],[722,969],[710,983],[720,998],[727,1006],[729,1017],[753,1031],[771,1031],[785,1023],[796,1025],[820,1029],[838,1043],[837,1059],[855,1079],[872,1097],[872,1110],[878,1131],[882,1167],[865,1175],[853,1174],[840,1182],[814,1178],[802,1158],[792,1145],[779,1135],[761,1131],[737,1131],[729,1134],[713,1148],[706,1163],[696,1177],[687,1194],[671,1198],[648,1193],[625,1198],[617,1228],[591,1237],[568,1237],[540,1230],[517,1216],[493,1194],[490,1177],[491,1150],[485,1131],[457,1123],[445,1129],[434,1134],[426,1161],[443,1181],[452,1197],[447,1217],[443,1231],[423,1232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/025-map-3.1-kianas-farmhouse.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/026-map-3.1-kianas-farmhouse-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-20,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53c"}}]},{"name":"The Fiend of Hollow Mine","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/032-map-4.1-hollow-mine.webp"},"imageType":"map","grid":{"type":"square","size":86,"offsetX":26,"offsetY":19,"scale":2},"title":"Map 4.1: Hollow Mine","width":2100,"height":2850,"id":"53d","mapRegions":[{"area":"11d","points":[[513,297],[513,417],[634,417],[634,297]]},{"area":"121","points":[[920,1307],[920,1290],[923,1276],[941,1263],[943,1248],[954,1235],[975,1236],[983,1217],[992,1207],[1043,1207],[1050,1212],[1066,1215],[1080,1210],[1105,1211],[1121,1221],[1140,1230],[1150,1241],[1147,1255],[1138,1270],[1130,1283],[1140,1298],[1157,1298],[1163,1318],[1157,1327],[1157,1343],[1151,1352],[1139,1353],[1125,1368],[1135,1382],[1142,1402],[1137,1410],[1117,1419],[1103,1424],[1084,1428],[1062,1426],[1053,1418],[1039,1420],[1022,1427],[998,1427],[972,1417],[958,1403],[959,1388],[949,1383],[930,1377],[923,1354],[922,1330]]},{"area":"126","points":[[784,1855],[781,1824],[787,1808],[792,1803],[779,1778],[787,1723],[795,1710],[784,1695],[785,1675],[779,1659],[792,1646],[806,1646],[821,1629],[830,1604],[853,1594],[864,1583],[873,1570],[893,1563],[918,1558],[931,1567],[943,1579],[960,1589],[971,1596],[970,1613],[975,1629],[984,1643],[1016,1646],[1039,1637],[1057,1644],[1073,1649],[1092,1645],[1103,1644],[1117,1641],[1135,1642],[1145,1650],[1162,1662],[1165,1677],[1161,1689],[1164,1713],[1172,1725],[1171,1739],[1155,1746],[1147,1758],[1131,1766],[1120,1777],[1109,1790],[1091,1798],[1090,1816],[1101,1826],[1123,1831],[1132,1842],[1133,1854],[1107,1883],[1098,1873],[1083,1876],[1070,1879],[1057,1890],[1046,1897],[1036,1910],[1005,1910],[993,1903],[978,1908],[969,1905],[952,1900],[930,1899],[919,1893],[901,1901],[890,1904],[881,1923],[857,1928],[843,1935],[840,1943],[817,1936],[803,1926],[788,1904],[778,1893],[770,1886],[773,1868]]},{"area":"131","points":[[132,2515],[132,2584],[313,2584],[313,2515]]},{"area":"12d","points":[[360,2590],[324,2481],[333,2462],[321,2451],[320,2435],[312,2412],[306,2395],[297,2389],[307,2367],[310,2343],[330,2333],[350,2334],[354,2325],[351,2310],[358,2300],[382,2297],[393,2306],[417,2311],[432,2305],[448,2297],[449,2285],[472,2280],[500,2275],[521,2275],[530,2283],[566,2278],[577,2261],[595,2254],[599,2244],[623,2247],[642,2243],[662,2243],[671,2250],[689,2261],[690,2276],[688,2290],[692,2308],[705,2320],[713,2328],[729,2337],[745,2338],[768,2330],[783,2324],[795,2310],[814,2305],[828,2311],[857,2323],[870,2341],[883,2365],[907,2375],[918,2391],[914,2408],[917,2427],[923,2438],[917,2463],[907,2480],[902,2487],[888,2495],[871,2503],[858,2518],[864,2537],[867,2561],[864,2585],[850,2597],[833,2613],[815,2602],[796,2600],[790,2591],[764,2583],[743,2586],[721,2589],[703,2598],[690,2606],[678,2624],[663,2637],[663,2657],[661,2684],[654,2695],[614,2692],[609,2685],[597,2681],[592,2671],[596,2649],[584,2643],[572,2646],[555,2633],[535,2625],[520,2621],[494,2621],[481,2616],[472,2599],[447,2595],[428,2602],[412,2603],[403,2609],[384,2603],[374,2592]]},{"area":"128","points":[[742,2124],[745,2109],[748,2100],[729,2089],[725,2037],[734,2029],[751,2026],[769,2025],[795,2024],[806,2011],[818,1997],[836,1993],[846,1983],[863,1981],[878,1983],[890,1984],[915,1986],[921,2001],[929,2010],[943,2013],[957,2024],[953,2043],[958,2059],[977,2072],[983,2082],[975,2118],[963,2132],[952,2135],[950,2150],[943,2206],[927,2199],[918,2194],[902,2200],[893,2210],[874,2203],[865,2196],[848,2195],[830,2195],[815,2200],[801,2212],[790,2225],[770,2228],[761,2222],[743,2225],[716,2212],[699,2197],[699,2168],[711,2143],[730,2135]]},{"area":"121","points":[[146,181],[146,305],[259,305],[259,181]]},{"area":"11d","points":[[1357,1988],[1567,1989],[1597,1991],[1614,1989],[1639,1981],[1637,1954],[1625,1944],[1619,1922],[1603,1915],[1588,1914],[1574,1906],[1564,1888],[1547,1882],[1533,1874],[1515,1870],[1490,1857],[1477,1856],[1462,1854],[1449,1863],[1432,1877],[1425,1888],[1424,1912],[1411,1926],[1373,1938],[1364,1951],[1354,1968]]},{"area":"121","points":[[1751,2097],[1751,2052],[1766,2045],[1769,2028],[1785,2020],[1810,2013],[1829,2017],[1842,2025],[1863,2035],[1873,2055],[1879,2074],[1880,2098],[1843,2101],[1817,2100],[1803,2104],[1790,2097],[1770,2097]]},{"area":"126","points":[[1471,2213],[1467,2192],[1486,2172],[1506,2171],[1528,2176],[1561,2167],[1581,2167],[1603,2158],[1626,2165],[1649,2167],[1658,2145],[1684,2132],[1710,2132],[1739,2136],[1765,2146],[1789,2131],[1824,2133],[1830,2146],[1834,2170],[1850,2173],[1861,2167],[1876,2175],[1883,2194],[1877,2210],[1854,2212],[1823,2220],[1748,2217],[1710,2213],[1683,2215],[1657,2214],[1600,2214],[1581,2217],[1563,2213],[1520,2214],[1496,2217]]},{"area":"128","points":[[1543,2323],[1557,2314],[1578,2298],[1579,2285],[1590,2278],[1606,2282],[1623,2284],[1639,2289],[1643,2277],[1648,2268],[1670,2259],[1687,2252],[1698,2263],[1710,2268],[1723,2270],[1737,2270],[1749,2270],[1765,2290],[1778,2302],[1815,2317],[1779,2324],[1748,2328],[1722,2328],[1697,2327],[1666,2325],[1638,2325],[1608,2322],[1578,2331],[1562,2325],[1562,2326]]},{"area":"131","points":[[1303,2444],[1303,2491],[1430,2491],[1430,2444]]},{"area":"12d","points":[[1437,2493],[1441,2455],[1421,2429],[1407,2416],[1423,2403],[1445,2397],[1456,2380],[1448,2363],[1470,2352],[1488,2348],[1543,2332],[1573,2338],[1590,2351],[1616,2352],[1625,2370],[1644,2380],[1670,2389],[1684,2383],[1694,2394],[1692,2412],[1709,2430],[1718,2447],[1719,2463],[1710,2472],[1708,2493],[1647,2498],[1625,2496],[1593,2491],[1559,2494],[1524,2496],[1472,2497]]},{"area":"0ec","points":[[1431,394],[1431,547],[1916,547],[1916,394]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/032-map-4.1-hollow-mine.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/033-map-4.1-hollow-mine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":26,"offsetY":19,"scale":2},"title":"Player Version","width":2100,"height":2850,"mapParent":{"id":"53d"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/036-map-4.2-abandoned-metalworks.webp"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":15,"offsetY":-9},"title":"Map 4.2: Abandoned Metalworks","width":1043,"height":1419,"id":"53e","mapRegions":[{"area":"149","points":[[190,419],[190,517],[311,517],[311,419]]},{"area":"14a","points":[[662,560],[662,617],[885,617],[885,560]]},{"area":"14b","points":[[573,959],[573,1112],[994,1112],[994,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/036-map-4.2-abandoned-metalworks.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/037-map-4.2-abandoned-metalworks-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":15,"offsetY":-9},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53e"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/038-map-4.3-san-citlan-and-borderlands.webp"},"imageType":"map","grid":{"type":"none","size":52,"distance":1,"units":"miles"},"title":"Map 4.3: San Citlán and Borderlands","width":1043,"height":1419,"id":"53f","mapRegions":[{"area":"151","points":[[81,25],[81,147],[954,147],[954,25]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/038-map-4.3-san-citlan-and-borderlands.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/039-map-4.3-san-citlan-and-borderlands-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":52,"distance":1,"units":"miles"},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53f"}}]},{"name":"Wages of Vice","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/046-map-5.1-parade-route.webp"},"imageType":"map","grid":{"type":"square","size":60,"offsetX":15,"offsetY":-26},"title":"Map 5.1: Parade Route","width":1043,"height":1419,"id":"540"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/047-map-5.1-parade-route-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":15,"offsetY":-26},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"540"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/048-map-5.2-zinda.webp"},"imageType":"map","grid":{"type":"none","size":136,"distance":100},"title":"Map 5.2: Zinda","width":2056,"height":1419,"id":"541","mapRegions":[{"area":"199","points":[[1743,1236],[1743,1368],[1987,1368],[1987,1236]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/048-map-5.2-zinda.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/049-map-5.2-zinda-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":136,"distance":100},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"541"}}]},{"name":"Sins of Our Elders","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/052-map-6.1-yeonido.webp"},"imageType":"map","title":"Map 6.1: Yeonido","width":2063,"height":1425,"grid":{"type":"none","size":94,"distance":500},"id":"542","mapRegions":[{"area":"1e7","points":[[185,110],[185,236],[499,236],[499,110]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/052-map-6.1-yeonido.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/053-map-6.1-yeonido-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":93,"distance":500},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"542"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/056-map-6.2-park-of-the-elders.webp"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-2},"title":"Map 6.2: Park of the Elders","width":1050,"height":1425,"id":"543"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/057-map-6.2-park-of-the-elders-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"543"}}]},{"name":"Gold for Fools and Princes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/062-map-7.1-the-goldwarren.webp"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":-37,"offsetY":-39,"scale":2},"title":"Map 7.1: The Goldwarren","width":2063,"height":1425,"id":"544","mapRegions":[{"area":"21a","points":[[148,133],[148,268],[779,268],[779,133]]},{"area":"220","points":[[156,373],[478,373],[478,347],[498,327],[520,349],[520,373],[585,373],[585,347],[603,329],[625,351],[625,373],[690,373],[690,352],[708,334],[728,354],[728,370],[839,370],[855,363],[867,343],[867,132],[973,132],[973,296],[992,294],[1009,295],[1009,175],[1121,175],[1121,344],[1128,360],[1154,374],[1248,374],[1257,396],[1266,409],[1265,431],[1258,445],[1276,464],[1292,477],[1189,477],[1194,497],[1187,509],[1302,509],[1311,530],[1299,566],[1290,582],[1274,605],[1267,619],[1141,619],[1126,635],[1119,651],[1119,774],[1011,774],[1011,695],[995,698],[976,694],[976,787],[870,787],[870,662],[861,635],[841,623],[732,623],[732,649],[710,659],[689,648],[689,624],[624,624],[624,642],[608,658],[585,645],[585,624],[521,624],[521,643],[504,660],[477,645],[477,623],[156,623]]},{"area":"226","points":[[655,883],[655,1113],[685,1124],[692,1148],[1819,1148],[1806,1171],[1793,1172],[1773,1184],[1766,1198],[1746,1210],[1753,1231],[1765,1241],[1774,1233],[1787,1223],[1804,1220],[1814,1240],[1799,1256],[1386,1256],[1376,1244],[1367,1224],[1347,1217],[1337,1209],[1313,1220],[1319,1245],[1313,1261],[1346,1285],[1371,1288],[1380,1300],[1394,1311],[1382,1320],[1372,1335],[1347,1322],[1340,1313],[1325,1319],[1303,1316],[1280,1313],[1272,1291],[1295,1291],[1295,1257],[645,1257],[618,1256],[595,1247],[573,1256],[553,1249],[551,1234],[561,1217],[553,1207],[553,883]]},{"area":"228","points":[[792,1116],[776,1099],[775,1092],[754,1090],[740,1074],[727,1071],[731,1052],[745,1039],[754,1026],[767,1026],[788,1043],[803,1028],[821,1016],[807,1008],[798,998],[773,992],[755,998],[752,985],[741,979],[730,973],[740,949],[763,943],[767,933],[786,940],[791,953],[801,969],[816,961],[833,951],[837,928],[827,920],[824,908],[842,895],[855,901],[883,915],[885,936],[881,959],[861,969],[856,996],[863,1006],[858,1025],[847,1032],[852,1036],[875,1032],[891,1037],[910,1031],[906,1008],[926,998],[947,992],[963,975],[980,967],[989,942],[978,927],[980,900],[1004,890],[1023,896],[1046,889],[1073,904],[1062,929],[1055,944],[1055,962],[1031,967],[1027,989],[1015,1001],[1019,1009],[1020,1020],[1019,1034],[1016,1043],[1020,1058],[1028,1070],[1043,1061],[1060,1061],[1068,1060],[1070,1036],[1088,1035],[1105,1036],[1102,1012],[1104,1001],[1091,988],[1111,970],[1126,952],[1140,950],[1141,929],[1139,920],[1146,910],[1172,899],[1182,904],[1200,914],[1215,935],[1233,941],[1244,959],[1246,980],[1247,993],[1247,1003],[1257,1017],[1252,1044],[1253,1066],[1247,1076],[1224,1075],[1213,1073],[1195,1083],[1169,1079],[1151,1062],[1128,1059],[1127,1077],[1129,1094],[1121,1112],[1086,1116],[1010,1116],[974,1116],[965,1102],[967,1088],[944,1075],[922,1078],[899,1070],[873,1066],[859,1075],[834,1073],[833,1062],[821,1074],[830,1092],[816,1100],[804,1110]]},{"area":"228","points":[[1362,1113],[1327,1113],[1316,1099],[1303,1100],[1292,1095],[1296,1073],[1294,1059],[1307,1046],[1325,1047],[1327,1026],[1313,1012],[1295,1010],[1296,985],[1301,965],[1293,958],[1279,948],[1283,923],[1299,912],[1314,898],[1327,897],[1340,909],[1352,927],[1358,950],[1348,959],[1355,979],[1370,990],[1375,1013],[1380,1029],[1364,1035],[1361,1054],[1378,1052],[1395,1033],[1396,1011],[1415,998],[1433,1005],[1450,998],[1465,1015],[1479,1029],[1482,1052],[1493,1062],[1487,1077],[1463,1095],[1452,1084],[1444,1102],[1436,1113]]},{"area":"22b","points":[[1725,609],[1718,611],[1711,628],[1719,648],[1702,654],[1687,651],[1669,659],[1645,647],[1641,614],[1647,600],[1638,596],[1622,610],[1622,624],[1610,642],[1589,639],[1569,624],[1552,609],[1556,588],[1580,575],[1587,556],[1565,550],[1565,537],[1577,526],[1572,497],[1572,489],[1553,490],[1534,499],[1538,516],[1524,538],[1510,543],[1488,522],[1478,502],[1469,491],[1464,470],[1481,442],[1501,432],[1514,437],[1520,445],[1526,458],[1539,445],[1543,422],[1554,399],[1567,392],[1577,394],[1585,403],[1611,384],[1604,374],[1592,366],[1594,340],[1619,320],[1613,303],[1586,305],[1569,328],[1564,343],[1567,358],[1549,379],[1535,383],[1512,381],[1495,380],[1486,362],[1496,345],[1493,329],[1506,315],[1526,313],[1549,301],[1558,288],[1565,267],[1570,241],[1594,225],[1611,225],[1641,229],[1655,237],[1651,258],[1663,261],[1682,268],[1683,281],[1677,294],[1660,301],[1673,307],[1687,303],[1700,298],[1716,298],[1711,275],[1718,259],[1733,241],[1742,227],[1768,226],[1793,231],[1820,236],[1863,251],[1864,269],[1858,283],[1859,305],[1837,326],[1822,337],[1805,327],[1780,325],[1768,319],[1763,323],[1767,331],[1776,337],[1780,353],[1799,369],[1793,389],[1784,389],[1780,409],[1786,420],[1803,404],[1822,396],[1825,380],[1853,378],[1865,385],[1869,404],[1883,422],[1880,444],[1868,455],[1860,473],[1861,494],[1843,500],[1827,513],[1800,508],[1790,490],[1783,477],[1767,485],[1755,490],[1756,510],[1762,529],[1774,532],[1777,546],[1761,554],[1748,576],[1753,586],[1773,583],[1785,576],[1792,559],[1805,543],[1824,541],[1843,538],[1865,551],[1866,563],[1860,577],[1849,594],[1815,613],[1788,612],[1779,621],[1764,630],[1739,626],[1729,618]]},{"area":"22a","points":[[1757,1118],[1739,1114],[1735,1107],[1748,1100],[1759,1098],[1770,1104],[1778,1099],[1770,1080],[1783,1073],[1798,1064],[1805,1065],[1811,1055],[1804,1045],[1812,1033],[1829,1030],[1841,1037],[1858,1040],[1871,1054],[1865,1067],[1862,1086],[1859,1105],[1839,1109],[1829,1101],[1821,1118]]},{"area":"228","points":[[1435,970],[1411,959],[1395,934],[1407,919],[1420,907],[1444,909],[1460,915],[1474,909],[1476,894],[1487,873],[1487,845],[1486,822],[1505,809],[1523,780],[1536,781],[1553,783],[1573,777],[1593,768],[1601,766],[1618,760],[1622,775],[1639,784],[1647,793],[1649,817],[1647,833],[1632,847],[1609,853],[1595,862],[1587,874],[1587,889],[1600,896],[1619,880],[1634,882],[1644,893],[1647,917],[1638,931],[1614,932],[1606,939],[1622,949],[1644,960],[1667,962],[1674,980],[1692,981],[1705,1012],[1719,1015],[1719,996],[1743,966],[1762,931],[1764,905],[1737,927],[1712,959],[1692,964],[1686,939],[1669,927],[1661,897],[1691,891],[1689,866],[1668,854],[1668,835],[1666,813],[1691,794],[1691,777],[1670,780],[1663,764],[1659,743],[1679,727],[1687,713],[1712,724],[1727,738],[1747,727],[1761,702],[1784,698],[1788,683],[1820,674],[1822,647],[1815,625],[1848,609],[1860,624],[1871,647],[1872,659],[1858,674],[1859,696],[1856,721],[1834,727],[1816,740],[1821,749],[1818,761],[1837,766],[1858,776],[1859,794],[1851,801],[1840,824],[1833,833],[1813,833],[1787,840],[1765,818],[1775,798],[1778,779],[1767,772],[1752,783],[1739,799],[1732,813],[1727,825],[1730,844],[1745,857],[1755,862],[1780,860],[1805,869],[1823,871],[1827,889],[1833,913],[1830,940],[1813,958],[1806,974],[1793,980],[1789,997],[1785,1019],[1769,1037],[1745,1045],[1723,1051],[1706,1061],[1687,1067],[1685,1092],[1687,1114],[1573,1114],[1565,1099],[1567,1086],[1574,1065],[1544,1057],[1527,1033],[1529,1016],[1534,1000],[1548,997],[1545,973],[1538,969],[1535,944],[1519,931],[1498,931],[1468,930],[1460,957]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/062-map-7.1-the-goldwarren.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/063-map-7.1-the-goldwarren-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":-37,"offsetY":-39,"scale":2},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"544"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/065-map-7.2-sensa-empire.webp"},"imageType":"map","grid":{"type":"none","size":93,"units":"miles"},"title":"Map 7.2: Sensa Empire","width":1050,"height":1425,"id":"545","mapRegions":[{"area":"235","points":[[300,80],[300,203],[750,203],[750,80]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/065-map-7.2-sensa-empire.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/066-map-7.2-sensa-empire-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":93,"units":"miles"},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"545"}}]},{"name":"Trail of Destruction","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/074-map-8.1-gate-of-illumination.webp"},"imageType":"map","grid":{"type":"square","size":89,"offsetX":21,"offsetY":29,"scale":2},"title":"Map 8.1: Gate of Illumination","width":1050,"height":1425,"id":"546","mapRegions":[{"area":"270","points":[[556,506],[556,687],[993,687],[993,506]]},{"area":"287","points":[[369,548],[340,552],[301,546],[296,543],[278,542],[270,552],[250,547],[241,523],[233,489],[214,487],[198,495],[192,475],[184,465],[192,449],[211,440],[217,431],[226,433],[237,413],[235,406],[243,390],[279,374],[307,390],[323,406],[327,412],[351,411],[363,431],[383,436],[405,435],[431,441],[451,432],[477,423],[502,426],[525,412],[593,427],[591,452],[597,468],[592,489],[558,487],[541,506],[538,518],[527,526],[524,535],[503,547],[460,549],[456,565],[369,565]]},{"area":"281","points":[[320,593],[320,726],[500,726],[500,593]]},{"area":"27c","points":[[142,1127],[142,853],[153,816],[177,786],[210,775],[241,783],[269,817],[279,858],[279,1127],[253,1127],[253,1144],[172,1144],[172,1127]]},{"area":"275","points":[[321,769],[321,1128],[500,1128],[500,769]]},{"area":"27a","points":[[546,772],[546,1127],[722,1127],[722,772]]},{"area":"274","points":[[185,1174],[201,1163],[216,1162],[228,1175],[255,1175],[268,1167],[288,1162],[301,1160],[313,1145],[377,1145],[372,1163],[361,1172],[363,1184],[365,1199],[366,1207],[348,1223],[329,1223],[318,1218],[288,1217],[273,1215],[260,1226],[236,1224],[222,1218],[195,1212]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/074-map-8.1-gate-of-illumination.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/075-map-8.1-gate-of-illumination-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":21,"offsetY":29,"scale":2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"546"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/076-map-8.2-tletepec.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":2.5,"units":"miles"},"title":"Map 8.2: Tletepec","width":2063,"height":1425,"id":"547","mapRegions":[{"area":"28e","points":[[163,93],[163,218],[500,218],[500,93]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/076-map-8.2-tletepec.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/077-map-8.2-tletepec-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":2.5,"units":"miles"},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"547"}}]},{"name":"In the Mists of Manivarsha","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/084-map-9.1-forest-heart.webp"},"imageType":"map","grid":{"type":"square","size":84,"offsetX":-34,"offsetY":-37,"scale":2},"title":"Map 9.1: Forest Heart","width":1043,"height":1419,"id":"548","mapRegions":[{"area":"2c3","points":[[238,12],[238,128],[749,128],[749,12]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/084-map-9.1-forest-heart.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/085-map-9.1-forest-heart-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-34,"offsetY":-37,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"548"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/086-map-9.2-shankhabhumi.webp"},"imageType":"map","grid":{"type":"none","size":127,"units":"miles"},"title":"Map 9.2: Shankhabhumi","width":2056,"height":1419,"id":"549","mapRegions":[{"area":"2d2","points":[[1186,1261],[1186,1391],[1769,1391],[1769,1261]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/086-map-9.2-shankhabhumi.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/087-map-9.2-shankhabhumi-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":127,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"549"}}]},{"name":"Between Tangled Roots","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/093-map-10.1-lambakluha.webp"},"imageType":"map","grid":{"type":"none","size":125,"distance":3,"units":"miles"},"title":"Map 10.1: Lambakluha","width":1043,"height":1419,"id":"54a","mapRegions":[{"area":"30f","points":[[260,30],[260,166],[770,166],[770,30]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/093-map-10.1-lambakluha.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/094-map-10.1-lambakluha-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":3,"units":"miles"},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54a"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/096-map-10.2-roots-of-bathalang-puno.webp"},"imageType":"map","grid":{"type":"square","size":54,"offsetX":5,"offsetY":-3},"title":"Map 10.2: Roots of Bathalang Puno","width":1050,"height":1425,"id":"54b","mapRegions":[{"area":"31c","points":[[119,1073],[119,1289],[676,1289],[676,1073]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/096-map-10.2-roots-of-bathalang-puno.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/097-map-10.2-roots-of-bathalang-puno-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":5,"offsetY":-3},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"54b"}}]},{"name":"Shadow of the Sun","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/100-map-11.1-three-sun-square.webp"},"imageType":"map","grid":{"type":"square","size":108,"offsetX":67,"offsetY":60,"scale":2,"distance":10},"title":"Map 11.1: Three Sun Square","width":1043,"height":1419,"id":"54c","mapRegions":[{"area":"3a8","points":[[248,58],[248,156],[798,156],[798,58]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/100-map-11.1-three-sun-square.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/101-map-11.1-three-sun-square-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":67,"offsetY":60,"scale":2,"distance":10},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54c"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/104-map-11.2-ashen-heir-hideout.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":28,"offsetY":17,"scale":2},"title":"Map 11.2: Ashen Heir Hideout","width":1043,"height":1419,"id":"54d","mapRegions":[{"area":"379","points":[[236,18],[236,96],[807,96],[807,18]]},{"area":"384","points":[[348,338],[353,307],[363,271],[381,241],[412,209],[438,195],[473,183],[507,178],[542,182],[576,195],[604,209],[637,237],[657,270],[665,304],[671,335],[668,370],[656,404],[638,432],[609,464],[579,483],[544,494],[510,500],[475,497],[443,485],[417,473],[405,463],[384,443],[376,433],[362,402],[351,371]]},{"area":"383","points":[[307,256],[307,499],[322,527],[350,540],[670,540],[695,525],[711,496],[711,256],[767,312],[767,566],[754,590],[731,597],[283,597],[265,591],[250,567],[250,313]]},{"area":"37c","points":[[443,1362],[179,1362],[179,106],[839,106],[839,1363],[838,1362],[569,1362],[569,941],[779,941],[779,304],[706,231],[706,205],[664,163],[352,163],[309,206],[309,230],[245,300],[237,306],[237,940],[443,940]]},{"area":"37c","points":[[445,940],[445,1364],[567,1364],[567,940]]},{"area":"37f","points":[[249,636],[249,926],[763,926],[763,636]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/104-map-11.2-ashen-heir-hideout.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/105-map-11.2-ashen-heir-hideout-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":28,"offsetY":17,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54d"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/107-map-11.3-pedestal-of-judgment.webp"},"imageType":"map","grid":{"type":"square","size":97,"offsetX":-29,"offsetY":3,"scale":2},"title":"Map 11.3: Pedestal of Judgment","width":1043,"height":1419,"id":"54e","mapRegions":[{"area":"394","points":[[219,69],[219,159],[823,159],[823,69]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/107-map-11.3-pedestal-of-judgment.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/108-map-11.3-pedestal-of-judgment-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":97,"offsetX":-29,"offsetY":3,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54e"}}]},{"name":"The Nightsea's Succor","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/113-map-12.1-central-djaynai.webp"},"imageType":"map","grid":{"type":"none","size":72,"distance":100},"title":"Map 12.1: Central Djaynai","width":2063,"height":1425,"id":"54f","mapRegions":[{"area":"42c","points":[[172,177],[172,383],[470,383],[470,177]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/113-map-12.1-central-djaynai.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/114-map-12.1-central-djaynai-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":100},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"54f"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/120-map-12.2-trench-of-love-lost.webp"},"imageType":"map","grid":{"type":"square","size":105,"offsetX":-5,"offsetY":7,"scale":2},"title":"Map 12.2: Trench of Love Lost","width":1050,"height":1425,"id":"550","mapRegions":[{"area":"408","points":[[222,100],[222,195],[833,195],[833,100]]},{"area":"40e","points":[[274,584],[362,439],[382,414],[415,380],[434,372],[450,379],[450,394],[447,419],[440,460],[352,616],[333,614],[336,594],[313,591],[287,606],[298,574],[287,575]]},{"area":"40c","points":[[87,355],[114,333],[130,320],[162,318],[179,322],[201,308],[251,307],[259,288],[262,257],[300,225],[393,207],[517,215],[674,219],[805,218],[754,243],[746,267],[752,294],[723,310],[648,313],[632,316],[628,335],[597,337],[555,350],[546,356],[536,388],[544,398],[528,404],[495,411],[480,373],[426,357],[364,384],[324,431],[279,498],[260,498],[243,481],[215,502],[216,520],[194,526],[177,538],[171,558],[138,569],[111,593],[110,601],[86,616],[73,574],[82,477],[89,392]]},{"area":"416","points":[[105,897],[312,897],[312,1002],[359,1002],[359,1104],[315,1104],[315,1211],[105,1211]]},{"area":"411","points":[[471,843],[836,843],[836,1003],[859,997],[885,997],[910,1007],[930,1023],[937,1048],[938,1065],[927,1085],[905,1103],[873,1112],[852,1108],[838,1104],[838,1158],[782,1158],[789,1182],[789,1212],[774,1235],[754,1254],[729,1260],[703,1253],[682,1233],[677,1214],[675,1184],[681,1161],[625,1161],[632,1198],[624,1225],[612,1246],[580,1260],[549,1252],[527,1232],[518,1207],[521,1175],[525,1160],[469,1160],[469,1105],[447,1112],[417,1110],[395,1102],[379,1083],[379,1029],[392,1013],[415,998],[439,997],[459,1003],[471,1005]]},{"area":"410","points":[[575,793],[575,677],[585,667],[580,645],[571,640],[559,645],[540,639],[527,638],[523,650],[522,667],[518,676],[499,672],[486,674],[473,681],[454,675],[454,652],[437,648],[420,640],[419,629],[433,614],[433,594],[454,571],[469,545],[487,542],[500,555],[518,569],[533,550],[560,549],[569,529],[566,513],[576,506],[581,491],[600,489],[607,505],[626,507],[649,523],[658,540],[673,531],[680,516],[694,516],[698,539],[689,557],[701,571],[731,573],[731,793]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/120-map-12.2-trench-of-love-lost.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/121-map-12.2-trench-of-love-lost-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":-5,"offsetY":7,"scale":2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"550"}}]},{"name":"Buried Dynasty","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/126-map-13.1-yun-dynasty-ruins.webp"},"imageType":"map","grid":{"type":"square","size":92,"offsetX":15,"offsetY":9,"scale":2},"title":"Map 13.1: Yun Dynasty Ruins","width":2056,"height":1419,"id":"551","mapRegions":[{"area":"45a","points":[[282,1020],[382,1020],[401,1034],[411,1061],[407,1080],[394,1100],[380,1110],[282,1110]]},{"area":"453","points":[[838,927],[1239,927],[1252,940],[1271,963],[1289,969],[1300,961],[1336,968],[1341,975],[1341,1060],[1267,1060],[1260,1071],[1264,1088],[1251,1095],[1243,1107],[1243,1207],[1260,1220],[1275,1233],[1290,1246],[1338,1246],[1338,1311],[1319,1327],[1303,1335],[1298,1351],[1296,1366],[1247,1370],[1224,1364],[1202,1358],[1174,1350],[1161,1341],[1145,1350],[1127,1348],[1103,1344],[1075,1368],[1042,1374],[1017,1360],[1009,1350],[992,1356],[956,1361],[938,1365],[915,1373],[902,1352],[873,1354],[852,1356],[866,1336],[857,1320],[870,1293],[879,1272],[882,1248],[923,1248],[933,1224],[938,1207],[927,1193],[946,1178],[954,1151],[954,1129],[940,1118],[936,1094],[953,1065],[886,1060],[882,1045],[870,1041],[870,1017],[859,986],[824,974],[832,952],[823,934]]},{"area":"457","points":[[791,877],[791,603],[818,598],[838,593],[853,580],[863,580],[876,540],[905,531],[919,537],[929,547],[948,548],[967,539],[984,540],[991,556],[1008,566],[1013,580],[1040,567],[1048,549],[1062,544],[1081,537],[1090,552],[1104,569],[1114,572],[1168,571],[1168,584],[1180,591],[1186,607],[1173,624],[1168,639],[1185,654],[1197,684],[1209,700],[1196,713],[1173,722],[1176,742],[1178,762],[1180,776],[1195,804],[1212,824],[1201,839],[1191,857],[1189,877]]},{"area":"463","points":[[378,327],[378,500],[390,494],[403,510],[414,527],[417,540],[433,536],[444,543],[450,557],[462,554],[452,560],[458,580],[535,585],[547,575],[546,555],[584,553],[607,532],[624,530],[630,504],[647,487],[651,469],[651,327]]},{"area":"461","points":[[424,279],[430,265],[438,246],[458,235],[456,216],[460,203],[455,184],[471,180],[479,157],[478,136],[491,117],[497,96],[836,96],[836,279]]},{"area":"45d","points":[[888,281],[900,290],[920,298],[938,300],[953,296],[964,302],[975,306],[985,294],[1011,286],[1023,277],[1033,274],[1041,278],[1050,284],[1064,292],[1073,285],[1079,280],[1100,287],[1119,290],[1130,303],[1148,313],[1167,321],[1209,328],[1292,312],[1287,293],[1269,292],[1254,280],[1232,280],[1212,271],[1197,232],[1196,216],[1180,197],[1176,179],[1177,155],[1177,138],[1169,125],[1155,120],[1140,107],[1127,99],[888,99]]},{"area":"44e","points":[[1391,1200],[1405,1219],[1414,1217],[1443,1233],[1466,1240],[1477,1244],[1502,1240],[1520,1232],[1536,1247],[1549,1246],[1554,1232],[1567,1220],[1551,1191],[1541,1164],[1557,1134],[1568,1113],[1554,1100],[1564,1086],[1566,1070],[1575,1065],[1574,1047],[1553,1037],[1538,1022],[1526,1004],[1511,983],[1486,966],[1494,954],[1495,943],[1525,937],[1546,928],[1551,935],[1558,912],[1554,887],[1570,856],[1573,830],[1578,820],[1570,795],[1563,785],[1545,780],[1551,755],[1571,727],[1571,357],[1566,332],[1553,313],[1559,288],[1527,288],[1517,276],[1518,265],[1481,262],[1453,273],[1446,283],[1434,283],[1420,281],[1419,297],[1395,309],[1369,305],[1353,304],[1336,317],[1326,332],[1313,343],[1313,368],[1306,389],[1313,404],[1313,417],[1313,437],[1325,445],[1349,447],[1358,463],[1368,473],[1362,486],[1368,507],[1370,530],[1389,549],[1382,569],[1391,602],[1380,620],[1370,631],[1355,641],[1344,674],[1359,686],[1357,698],[1362,716],[1341,747],[1341,767],[1347,772],[1358,790],[1370,795],[1361,819],[1371,832],[1374,854],[1380,868],[1369,883],[1384,904],[1391,925]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/126-map-13.1-yun-dynasty-ruins.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/127-map-13.1-yun-dynasty-ruins-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":15,"offsetY":9,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"551"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/128-map-13.2-secret-grotto.webp"},"imageType":"map","grid":{"type":"square","size":56,"offsetX":-17,"offsetY":-34,"scale":2},"title":"Map 13.2: Secret Grotto","width":2056,"height":1419,"id":"552","mapRegions":[{"area":"47f","points":[[1953,448],[1953,432],[1957,417],[1945,393],[1943,378],[1948,361],[1940,340],[1950,319],[1949,291],[1955,260],[1976,257],[1982,278],[1980,297],[1979,327],[1980,344],[1983,365],[1984,381],[2004,394],[2009,418],[2015,435],[2007,452],[1992,469],[1980,480]]},{"area":"479","points":[[1685,703],[1658,665],[1657,635],[1654,602],[1658,560],[1662,537],[1683,511],[1700,477],[1734,445],[1778,429],[1820,420],[1840,420],[1885,430],[1910,451],[1953,544],[1959,569],[1966,588],[1976,595],[1990,620],[1990,636],[1992,663],[1994,692],[1995,713],[1988,723],[1975,740],[1977,757],[1980,784],[1945,802],[1946,818],[1933,839],[1900,851],[1881,849],[1860,848],[1849,848],[1807,858],[1780,846],[1764,822],[1749,795],[1731,767],[1713,766]]},{"area":"478","points":[[1440,629],[1441,593],[1452,577],[1472,570],[1484,566],[1499,581],[1512,606],[1519,620],[1490,642],[1463,644]]},{"area":"46f","points":[[48,964],[42,571],[103,438],[445,243],[587,240],[931,433],[1001,558],[995,693],[954,724],[954,801],[984,829],[1004,852],[995,968],[927,1073],[575,1274],[447,1271],[102,1072],[55,998]]},{"area":"476","points":[[1008,676],[1030,660],[1033,620],[1073,600],[1089,616],[1097,627],[1139,629],[1170,593],[1189,585],[1207,593],[1221,621],[1243,618],[1241,572],[1233,526],[1247,496],[1268,493],[1286,542],[1283,601],[1296,573],[1307,572],[1329,583],[1343,613],[1355,588],[1384,572],[1410,588],[1416,616],[1425,689],[1402,720],[1383,749],[1362,740],[1352,726],[1344,744],[1312,751],[1304,724],[1274,727],[1272,750],[1248,764],[1218,740],[1204,791],[1185,811],[1163,803],[1157,768],[1149,774],[1136,787],[1109,774],[1103,790],[1093,808],[1070,821],[1059,802],[1021,819],[1004,816],[998,778],[994,714]]},{"area":"46c","points":[[1210,131],[1210,270],[1723,270],[1723,131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/128-map-13.2-secret-grotto.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/129-map-13.2-secret-grotto-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":-17,"offsetY":-34,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"552"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/132-map-13.3-yongjing.webp"},"imageType":"map","grid":{"type":"none","size":123,"distance":300},"title":"Map 13.3: Yongjing","width":2056,"height":1419,"id":"553","mapRegions":[{"area":"48c","points":[[871,15],[871,145],[1191,145],[1191,15]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/132-map-13.3-yongjing.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/133-map-13.3-yongjing-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":123,"distance":300},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"553"}}]},{"name":"Orchids of the Invisible Mountain","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/137-map-14.1-ghost-orchid-tepui.webp"},"imageType":"map","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-2,"scale":2},"title":"Map 14.1: Ghost Orchid Tepui","width":1043,"height":1419,"id":"554","mapRegions":[{"area":"4bc","points":[[162,22],[162,134],[879,134],[879,22]]},{"area":"4ca","points":[[435,383],[441,340],[448,287],[480,197],[501,151],[661,151],[622,195],[588,256],[536,312],[491,355],[456,380],[445,387]]},{"area":"4c5","points":[[516,856],[516,807],[500,774],[547,753],[657,735],[724,749],[760,767],[780,796],[793,814],[818,844],[802,899],[652,933],[549,930],[506,904],[501,880]]},{"area":"4c8","points":[[756,736],[715,694],[689,675],[671,652],[674,627],[718,612],[787,604],[842,625],[862,673],[860,695],[853,722],[817,741],[780,745]]},{"area":"4c1","points":[[296,967],[293,943],[293,914],[282,900],[287,864],[304,830],[330,814],[364,806],[393,807],[426,820],[443,837],[460,873],[448,918],[463,928],[479,937],[493,955],[502,965],[481,975],[446,999],[426,982],[404,975],[381,983],[358,987],[348,971],[324,973],[304,974]]},{"area":"4bf","points":[[408,1131],[414,1090],[410,1070],[440,1033],[483,1001],[513,973],[506,938],[547,944],[594,941],[649,946],[718,928],[794,913],[828,876],[838,866],[870,887],[888,914],[892,930],[894,947],[902,959],[900,978],[895,1002],[886,1028],[883,1058],[893,1083],[900,1119],[887,1137],[872,1165],[841,1188],[811,1206],[760,1218],[709,1238],[689,1247],[673,1260],[626,1264],[592,1273],[563,1269],[532,1256],[487,1252],[461,1244],[434,1226],[423,1215],[422,1177],[413,1156]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/137-map-14.1-ghost-orchid-tepui.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/138-map-14.1-ghost-orchid-tepui-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-2,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"554"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/139-map-14.2-crystal-caves.webp"},"imageType":"map","grid":{"type":"square","size":74,"offsetX":-1,"offsetY":-8,"scale":2},"title":"Map 14.2: Crystal Caves","width":2056,"height":1419,"id":"555","mapRegions":[{"area":"4ce","points":[[1453,53],[1453,180],[1988,180],[1988,53]]},{"area":"4d9","points":[[627,226],[604,198],[594,165],[617,165],[637,155],[647,145],[629,120],[650,94],[662,95],[666,115],[678,104],[687,114],[699,135],[708,152],[710,130],[736,126],[742,110],[747,97],[764,78],[773,86],[778,114],[792,91],[821,104],[817,127],[834,113],[845,136],[866,148],[873,181],[886,150],[897,162],[900,141],[920,143],[916,158],[927,150],[947,164],[974,160],[996,178],[991,145],[1006,153],[1019,160],[1027,180],[1018,206],[1040,195],[1045,207],[1053,220],[1088,233],[1092,282],[1073,283],[1051,289],[1033,266],[1033,287],[1020,298],[1002,310],[990,292],[993,314],[977,317],[962,301],[950,321],[928,308],[928,340],[902,352],[896,342],[883,354],[878,327],[866,346],[857,312],[845,284],[847,318],[833,280],[806,248],[807,269],[797,268],[806,287],[795,282],[828,318],[834,334],[835,345],[835,349],[839,353],[815,371],[794,382],[745,353],[753,338],[765,324],[761,306],[746,299],[738,269],[731,246],[713,240],[684,247],[652,247],[648,230]]},{"area":"4d5","points":[[629,1153],[622,1133],[692,1020],[700,1021],[712,1007],[732,993],[755,996],[759,1010],[767,993],[778,982],[786,992],[793,1029],[809,1003],[815,1019],[829,1021],[836,1023],[834,1047],[861,1027],[860,1047],[885,1042],[897,1065],[910,1073],[913,1093],[904,1100],[917,1105],[934,1127],[939,1142],[924,1154],[924,1173],[919,1192],[928,1206],[921,1211],[918,1233],[906,1244],[920,1266],[910,1287],[900,1306],[873,1313],[847,1322],[829,1315],[836,1329],[815,1331],[795,1327],[785,1309],[781,1324],[765,1326],[752,1336],[729,1328],[714,1313],[712,1330],[679,1315],[670,1297],[659,1298],[641,1287],[628,1294],[625,1279],[610,1279],[590,1257],[586,1241],[604,1235],[592,1227],[598,1210],[619,1205],[606,1193],[628,1186],[621,1178],[625,1162]]},{"area":"4d1","points":[[240,1238],[223,1229],[230,1217],[220,1214],[224,1199],[209,1200],[193,1157],[195,1145],[221,1137],[219,1132],[220,1132],[193,1125],[206,1104],[210,1066],[240,1050],[220,1042],[220,1019],[205,998],[200,983],[225,986],[207,967],[202,945],[207,920],[220,918],[213,895],[223,900],[224,873],[241,856],[246,841],[241,832],[243,805],[259,811],[239,767],[256,756],[266,733],[298,714],[315,732],[304,700],[321,675],[287,674],[284,660],[269,681],[264,640],[288,613],[323,595],[345,627],[336,591],[346,579],[370,579],[385,579],[422,604],[395,557],[420,553],[396,543],[390,521],[394,505],[419,489],[388,485],[384,472],[391,440],[412,420],[432,431],[448,443],[432,407],[446,402],[450,381],[476,381],[480,366],[482,345],[491,325],[511,321],[534,313],[564,324],[580,350],[577,372],[592,394],[613,413],[627,421],[648,432],[674,428],[702,420],[715,404],[733,402],[790,418],[786,429],[780,443],[769,453],[755,461],[781,472],[798,487],[788,510],[806,502],[826,516],[833,533],[811,553],[799,559],[834,553],[851,563],[860,582],[849,588],[844,607],[843,617],[819,624],[863,633],[864,655],[856,681],[836,687],[819,688],[835,706],[830,722],[835,742],[820,751],[842,767],[839,793],[813,782],[829,809],[830,832],[832,859],[821,869],[805,875],[780,868],[780,881],[768,891],[748,878],[760,905],[767,915],[749,925],[738,941],[727,937],[724,950],[698,926],[710,957],[696,966],[689,975],[676,962],[685,989],[675,1000],[684,1018],[612,1132],[592,1140],[567,1131],[579,1153],[570,1174],[554,1182],[529,1164],[546,1192],[540,1210],[528,1227],[511,1210],[512,1224],[485,1225],[464,1224],[439,1195],[437,1218],[421,1234],[410,1222],[391,1244],[363,1235],[345,1214],[340,1237],[325,1217],[323,1233],[311,1228],[311,1232],[323,1262],[301,1254]]},{"area":"4da","points":[[989,702],[955,683],[967,648],[966,634],[1006,629],[990,625],[993,597],[987,559],[1007,550],[994,540],[1001,522],[1021,515],[1015,505],[1024,489],[1039,492],[1053,485],[1085,491],[1072,476],[1082,464],[1114,460],[1094,440],[1092,419],[1100,412],[1121,429],[1110,403],[1124,406],[1121,391],[1151,411],[1132,387],[1158,381],[1179,404],[1161,367],[1185,353],[1251,327],[1277,319],[1278,344],[1269,355],[1280,366],[1287,384],[1301,400],[1311,384],[1334,376],[1341,374],[1355,392],[1364,367],[1377,368],[1383,392],[1387,407],[1395,375],[1413,380],[1433,384],[1447,373],[1470,374],[1485,403],[1477,415],[1481,444],[1476,460],[1441,478],[1404,501],[1368,517],[1331,528],[1310,536],[1294,548],[1274,554],[1253,566],[1223,586],[1203,616],[1173,639],[1140,652],[1107,660],[1083,676],[1068,688],[1047,704],[1016,708]]},{"area":"4de","points":[[1257,811],[1265,781],[1274,768],[1276,747],[1292,730],[1300,725],[1307,708],[1331,711],[1352,701],[1382,687],[1420,678],[1445,682],[1467,687],[1482,686],[1500,687],[1526,705],[1529,725],[1537,757],[1538,782],[1538,797],[1515,865],[1505,882],[1509,899],[1494,913],[1487,928],[1470,952],[1457,961],[1429,969],[1407,957],[1390,959],[1364,963],[1341,955],[1318,946],[1297,904],[1281,887],[1261,863],[1261,838]]},{"area":"4e3","points":[[1537,1247],[1543,1229],[1555,1209],[1577,1200],[1587,1172],[1582,1152],[1582,1120],[1567,1088],[1558,1055],[1570,1014],[1591,995],[1605,976],[1609,936],[1622,920],[1658,887],[1678,860],[1697,847],[1732,828],[1766,812],[1791,802],[1826,781],[1856,780],[1872,787],[1866,798],[1870,809],[1895,821],[1903,841],[1883,855],[1917,868],[1911,892],[1900,887],[1904,908],[1890,923],[1869,943],[1857,960],[1835,987],[1812,977],[1821,997],[1801,1013],[1795,1033],[1776,1042],[1758,1042],[1763,1062],[1759,1084],[1741,1077],[1739,1096],[1723,1095],[1726,1115],[1723,1138],[1706,1166],[1686,1153],[1692,1186],[1681,1198],[1673,1214],[1660,1205],[1662,1225],[1647,1220],[1643,1238],[1620,1246],[1607,1254],[1591,1240],[1583,1261],[1563,1260],[1547,1261]]},{"area":"4e8","points":[[1251,1273],[1248,1217],[1236,1138],[1208,1103],[1167,1018],[1127,972],[1102,963],[1075,946],[1052,938],[1031,922],[995,909],[950,923],[952,900],[948,887],[947,858],[976,854],[959,838],[958,809],[953,803],[977,790],[944,783],[963,763],[933,756],[956,740],[1026,729],[1117,706],[1203,659],[1261,609],[1313,563],[1401,528],[1474,482],[1503,430],[1506,369],[1522,363],[1537,373],[1542,344],[1562,348],[1570,373],[1580,331],[1618,340],[1627,360],[1646,353],[1672,379],[1670,405],[1680,402],[1682,410],[1703,414],[1706,441],[1705,446],[1699,465],[1721,470],[1731,495],[1712,509],[1729,513],[1735,532],[1722,543],[1744,549],[1756,578],[1746,600],[1760,595],[1753,615],[1774,610],[1807,639],[1788,664],[1811,660],[1807,668],[1822,673],[1825,687],[1836,701],[1807,711],[1849,715],[1843,725],[1861,736],[1864,755],[1802,759],[1719,801],[1654,842],[1611,901],[1580,940],[1562,993],[1543,1019],[1529,1063],[1542,1113],[1535,1170],[1522,1233],[1523,1263],[1500,1257],[1477,1240],[1470,1273],[1444,1283],[1429,1294],[1410,1278],[1411,1308],[1344,1325],[1327,1277],[1317,1313],[1299,1290],[1295,1281],[1278,1292],[1348,997],[1376,990],[1404,990],[1459,991],[1486,973],[1504,927],[1532,903],[1530,866],[1556,805],[1566,765],[1553,734],[1539,688],[1517,673],[1464,661],[1420,654],[1366,661],[1330,676],[1303,682],[1275,693],[1262,717],[1259,742],[1240,773],[1235,825],[1247,857],[1263,878],[1283,908],[1299,936],[1326,982]]},{"area":"4e8","points":[[1251,1272],[1325,983],[1349,995],[1275,1292],[1268,1282]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/139-map-14.2-crystal-caves.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/140-map-14.2-crystal-caves-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-1,"offsetY":-8,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"555"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/143-map-14.3-the-drought-elder.webp"},"imageType":"map","grid":{"type":"square","size":72,"offsetX":-18,"offsetY":-15,"scale":2},"title":"Map 14.3: The Drought Elder","width":2063,"height":1425,"id":"556","mapRegions":[{"area":"4f9","points":[[135,145],[135,466],[445,466],[445,145]]},{"area":"50d","points":[[1459,530],[1489,517],[1535,483],[1550,466],[1552,440],[1570,417],[1577,375],[1568,337],[1556,307],[1584,300],[1622,309],[1673,326],[1696,336],[1708,355],[1743,379],[1780,419],[1824,481],[1780,589],[1744,601],[1707,603],[1660,611],[1611,607],[1585,613],[1551,596],[1524,578],[1495,568],[1468,546]]},{"area":"508","points":[[1231,383],[1238,309],[1267,247],[1281,227],[1324,206],[1347,199],[1389,200],[1411,189],[1423,204],[1461,221],[1485,240],[1502,250],[1524,258],[1524,280],[1536,297],[1553,325],[1561,359],[1562,390],[1551,420],[1532,455],[1526,475],[1488,506],[1433,522],[1388,523],[1371,530],[1361,515],[1324,501],[1286,477],[1264,476],[1263,456],[1240,424]]},{"area":"505","points":[[906,621],[906,837],[1133,837],[1133,621]]},{"area":"4fe","points":[[473,1173],[456,1149],[453,1114],[460,1073],[454,1053],[471,1043],[490,1016],[501,1003],[550,998],[618,1013],[649,1030],[667,1031],[673,1047],[692,1082],[703,1101],[707,1126],[691,1146],[669,1156],[654,1167],[647,1187],[623,1190],[602,1205],[561,1215],[527,1212],[497,1193],[476,1195]]},{"area":"503","points":[[951,1061],[984,1077],[1014,1077],[1054,1064],[1087,1211],[1066,1215],[1055,1232],[1038,1217],[1014,1217],[969,1215],[919,1206],[887,1191],[848,1172],[829,1180],[821,1157],[790,1126],[762,1100]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/143-map-14.3-the-drought-elder.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/144-map-14.3-the-drought-elder-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-18,"offsetY":-15,"scale":2},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"556"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/145-map-14.4-atagua.webp"},"imageType":"map","grid":{"type":"none","size":129,"units":"miles"},"title":"Map 14.4: Atagua","width":2056,"height":1419,"id":"557","mapRegions":[{"area":"513","points":[[1543,77],[1543,190],[1808,190],[1808,77]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/145-map-14.4-atagua.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/146-map-14.4-atagua-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":129,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"557"}}]}]},"DoSI":{"id":"DoSI","source":"DoSI","prop":"adventure","chapters":[{"name":"Running the Adventure","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/000-map-0.01-stormwreck-isle.webp"},"imageType":"map","grid":{"type":"hexColsEven","size":76,"offsetX":18,"offsetY":-36,"distance":0.5,"units":"miles"},"title":"Map 1: Stormwreck Isle","width":1700,"height":1214,"id":"0cd"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/001-map-0.01-stormwreck-isle-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsEven","size":76,"offsetX":18,"offsetY":-36,"distance":0.5,"units":"miles"},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0cd"}}]},{"name":"Ch. 1: Dragon's Rest","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/004-map-1.01-dragons-rest.webp"},"imageType":"map","grid":{"type":"square","size":61,"offsetX":15,"offsetY":24,"scale":2},"title":"Map 2: Dragons Rest","width":1700,"height":1214,"id":"0ce","mapRegions":[{"area":"022","points":[[84,1028],[94,1010],[107,1001],[111,990],[117,974],[138,964],[154,943],[155,923],[166,902],[172,881],[172,865],[191,848],[203,827],[218,801],[232,786],[248,769],[272,764],[289,764],[320,751],[320,742],[254,742],[254,680],[343,680],[343,738],[337,738],[337,743],[345,743],[356,739],[373,735],[380,732],[380,723],[375,723],[375,590],[436,590],[436,680],[403,680],[403,720],[398,725],[400,727],[405,727],[415,720],[432,719],[447,715],[460,714],[478,715],[499,710],[512,711],[530,715],[535,710],[526,710],[526,680],[466,680],[466,621],[558,621],[558,707],[549,707],[549,714],[561,714],[571,712],[606,711],[622,719],[635,712],[652,715],[652,709],[649,706],[649,681],[587,681],[587,620],[677,620],[677,706],[672,706],[672,711],[688,714],[698,712],[707,718],[720,712],[731,711],[744,714],[744,708],[740,704],[740,683],[707,683],[707,590],[768,590],[768,705],[765,705],[765,712],[787,712],[805,721],[830,718],[839,718],[839,707],[830,707],[830,682],[800,682],[800,621],[890,621],[890,681],[861,681],[861,708],[855,708],[855,715],[874,715],[896,708],[915,712],[946,708],[959,708],[968,708],[992,702],[998,700],[1015,693],[1020,678],[1030,672],[1068,658],[1080,654],[1107,634],[1107,620],[1117,612],[1131,608],[1138,598],[1155,595],[1158,585],[1178,571],[1198,569],[1207,562],[1220,553],[1239,547],[1247,550],[1268,554],[1285,548],[1303,548],[1323,553],[1341,548],[1355,543],[1368,536],[1387,538],[1398,524],[1415,506],[1419,487],[1446,495],[1445,513],[1437,533],[1423,545],[1415,549],[1406,558],[1376,569],[1348,579],[1318,582],[1293,587],[1263,588],[1238,587],[1218,592],[1208,602],[1192,606],[1177,611],[1165,633],[1142,642],[1130,650],[1126,667],[1112,682],[1101,688],[1093,698],[1080,715],[1062,718],[1045,726],[1026,733],[997,742],[968,751],[946,750],[918,761],[892,766],[864,767],[838,762],[821,765],[797,766],[781,764],[769,762],[754,765],[720,770],[693,778],[662,778],[636,783],[618,789],[579,796],[556,803],[535,801],[509,798],[470,799],[438,804],[408,808],[387,805],[366,808],[353,818],[328,828],[305,828],[280,835],[259,843],[245,855],[241,867],[222,873],[208,879],[198,897],[192,912],[185,929],[178,945],[169,968],[154,983],[139,997],[135,1008],[126,1019],[110,1032],[93,1052]]},{"area":"026","points":[[1473,410],[1473,465],[1529,465],[1529,410]]},{"area":"028","points":[[1226,373],[1226,195],[1286,195],[1286,255],[1258,255],[1258,287],[1408,287],[1408,347],[1256,347],[1256,373]]},{"area":"02a","points":[[1012,348],[861,348],[861,164],[1165,164],[1165,348],[1042,348],[1042,375],[1012,375]]},{"area":"02c","points":[[378,442],[378,255],[191,255],[191,442]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/004-map-1.01-dragons-rest.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/005-map-1.01-dragons-rest-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":15,"offsetY":24,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0ce"}}]},{"name":"Ch. 2: Seagrow Caves","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/008-map-2.01-seagrow-caves.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":30,"offsetY":37,"scale":2},"title":"Map 3: Seagrow Caves","width":1700,"height":1214,"id":"0cf","mapRegions":[{"area":"058","points":[[873,992],[878,985],[892,977],[888,967],[892,959],[906,958],[911,952],[931,949],[940,938],[946,942],[951,940],[957,947],[978,944],[979,937],[988,935],[1003,929],[1015,929],[1022,921],[1029,916],[1035,905],[1044,902],[1052,895],[1065,892],[1071,885],[1083,887],[1089,882],[1098,878],[1106,885],[1117,887],[1129,886],[1140,887],[1148,875],[1165,871],[1170,882],[1174,888],[1181,900],[1186,913],[1194,918],[1197,930],[1205,934],[1213,939],[1215,951],[1208,960],[1200,965],[1190,973],[1175,978],[1171,984],[1168,993],[1165,998],[1149,1008],[1140,1007],[1125,1015],[1117,1011],[1103,1012],[1098,1022],[1085,1020],[1077,1025],[1074,1034],[1065,1040],[1053,1037],[1037,1045],[1032,1050],[1028,1058],[1022,1063],[1022,1076],[998,1081],[962,1072],[920,1055],[888,1036],[868,1021],[866,1008]]},{"area":"05b","points":[[1274,940],[1259,923],[1249,906],[1241,893],[1226,874],[1208,857],[1192,842],[1191,825],[1189,813],[1185,807],[1192,798],[1185,788],[1170,778],[1169,759],[1142,758],[1119,746],[1096,726],[1102,710],[1113,701],[1122,685],[1117,676],[1110,668],[1112,657],[1122,659],[1122,652],[1125,635],[1125,622],[1125,602],[1135,596],[1132,591],[1145,580],[1145,573],[1152,574],[1162,561],[1157,548],[1163,538],[1204,512],[1215,508],[1215,515],[1235,519],[1248,512],[1264,508],[1268,500],[1267,488],[1275,473],[1285,464],[1296,464],[1308,463],[1323,456],[1327,448],[1339,439],[1363,428],[1369,432],[1376,432],[1388,432],[1395,438],[1405,439],[1411,438],[1415,448],[1425,453],[1434,454],[1438,461],[1448,460],[1458,466],[1470,469],[1475,481],[1475,490],[1475,501],[1475,509],[1479,519],[1483,524],[1490,526],[1491,533],[1491,542],[1497,552],[1506,555],[1512,569],[1516,579],[1514,592],[1508,602],[1501,608],[1499,620],[1506,625],[1514,633],[1511,642],[1508,658],[1514,661],[1515,673],[1513,688],[1507,700],[1505,713],[1502,725],[1505,734],[1498,746],[1489,745],[1487,762],[1480,769],[1468,787],[1466,795],[1459,807],[1455,819],[1458,841],[1448,865],[1435,878],[1422,882],[1417,893],[1405,910],[1390,918],[1371,917],[1361,908],[1344,912],[1332,909],[1315,915],[1305,927],[1293,929],[1285,935]]},{"area":"06b","points":[[193,470],[209,472],[230,474],[243,466],[256,465],[271,462],[271,458],[284,452],[283,448],[290,431],[281,437],[278,431],[269,442],[262,437],[266,431],[263,408],[271,411],[278,407],[288,409],[295,410],[298,397],[311,407],[318,398],[321,392],[322,385],[329,382],[328,372],[330,359],[333,352],[346,352],[352,344],[361,341],[372,332],[388,332],[392,325],[403,313],[415,314],[428,315],[442,318],[452,317],[459,329],[465,332],[471,338],[484,335],[485,334],[495,328],[505,322],[502,330],[498,341],[512,334],[517,339],[528,338],[535,332],[545,341],[548,353],[562,352],[572,346],[578,332],[586,337],[599,335],[608,329],[618,329],[628,332],[638,331],[645,335],[651,331],[657,320],[665,319],[678,318],[688,355],[689,363],[675,365],[664,371],[656,378],[653,369],[642,369],[641,378],[631,378],[615,383],[613,392],[615,400],[602,399],[589,405],[585,408],[572,404],[568,408],[564,416],[562,425],[564,434],[556,439],[546,449],[544,458],[545,468],[539,479],[528,487],[514,491],[505,491],[502,498],[497,502],[493,511],[478,522],[468,518],[446,526],[440,525],[428,525],[415,518],[394,525],[385,530],[366,527],[356,514],[344,517],[337,508],[327,497],[320,480],[312,485],[302,483],[301,478],[283,480],[272,485],[256,485],[238,486],[222,495],[204,482]]},{"area":"068","points":[[909,232],[888,219],[861,192],[863,177],[880,171],[890,175],[902,171],[905,164],[914,168],[932,162],[947,155],[942,133],[956,138],[965,132],[972,135],[984,129],[998,118],[1005,108],[1032,105],[1036,95],[1048,92],[1066,92],[1070,82],[1105,82],[1118,83],[1129,91],[1146,88],[1146,75],[1155,82],[1166,79],[1178,85],[1183,97],[1198,102],[1204,98],[1209,109],[1215,132],[1228,140],[1234,148],[1237,155],[1243,160],[1253,154],[1255,161],[1249,173],[1255,185],[1255,200],[1253,212],[1259,227],[1248,232],[1235,222],[1225,218],[1225,223],[1207,232],[1196,242],[1186,241],[1169,235],[1168,226],[1155,225],[1152,215],[1138,211],[1125,213],[1108,219],[1090,214],[1082,201],[1062,194],[1053,185],[1046,178],[1027,172],[1018,178],[1016,170],[1005,171],[995,172],[987,175],[983,184],[979,178],[961,185],[957,195],[949,210],[939,212],[927,220]]},{"area":"063","points":[[978,747],[971,693],[978,687],[982,678],[992,680],[1002,677],[1009,668],[1015,670],[1016,662],[1027,655],[1023,649],[1028,639],[1040,638],[1039,622],[1031,621],[1032,613],[1023,605],[1018,602],[1002,604],[996,598],[988,596],[983,595],[981,588],[968,583],[957,586],[948,572],[938,558],[942,538],[932,529],[911,530],[895,522],[888,528],[889,547],[885,554],[875,551],[868,560],[856,576],[852,580],[848,590],[842,598],[833,599],[810,597],[794,608],[784,618],[781,635],[788,643],[791,660],[776,662],[768,672],[764,687],[760,698],[754,722],[757,734],[765,738],[767,751],[779,764],[777,777],[790,798],[794,806],[813,810],[822,806],[841,808],[852,802],[866,804],[861,792],[869,788],[870,781],[883,770],[900,773],[904,765],[914,757],[933,756],[945,760],[960,761],[969,761],[978,765],[977,758]]},{"area":"066","points":[[695,355],[683,313],[689,304],[696,305],[706,299],[703,289],[702,277],[705,269],[718,263],[721,252],[734,239],[743,242],[758,237],[772,238],[789,238],[788,228],[792,218],[802,220],[810,215],[823,214],[830,218],[852,209],[857,203],[882,228],[909,239],[918,255],[938,263],[951,259],[962,255],[968,255],[979,258],[986,263],[993,270],[1002,265],[1008,275],[1008,286],[1017,297],[1025,301],[1036,296],[1047,312],[1060,315],[1068,325],[1076,346],[1074,363],[1072,376],[1083,392],[1095,399],[1088,408],[1095,419],[1118,421],[1135,435],[1145,446],[1155,462],[1163,473],[1175,478],[1188,488],[1199,498],[1198,503],[1158,536],[1155,524],[1143,522],[1138,515],[1129,516],[1125,499],[1116,489],[1105,489],[1103,479],[1091,475],[1079,465],[1067,460],[1062,465],[1058,478],[1045,487],[1039,501],[1034,495],[1007,502],[1008,511],[993,516],[990,528],[979,525],[979,519],[968,522],[951,528],[935,526],[911,526],[892,515],[891,505],[882,501],[878,495],[868,492],[859,488],[848,488],[838,498],[825,508],[815,503],[810,498],[796,499],[786,493],[772,495],[755,495],[745,491],[738,480],[742,467],[729,459],[725,452],[708,452],[703,438],[700,420],[696,399],[714,388],[717,375],[709,368],[703,354]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/008-map-2.01-seagrow-caves.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/009-map-2.01-seagrow-caves-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":30,"offsetY":37,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0cf"}}]},{"name":"Ch. 3: Cursed Shipwreck","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/012-map-3.01-wreck-of-compass-rose.webp"},"imageType":"map","grid":{"type":"square","size":61,"offsetX":32,"offsetY":34,"scale":2},"title":"Map 4: The Wreck of Compass Rose","width":1700,"height":1214,"id":"0d0","mapRegions":[{"area":"080","points":[[255,624],[218,624],[135,595],[135,478],[215,447],[255,447],[255,471],[223,471],[223,478],[252,478],[252,590],[224,590],[224,597],[255,597]]},{"area":"07e","points":[[469,622],[517,622],[525,616],[535,615],[545,609],[537,603],[559,604],[585,598],[612,576],[623,557],[632,537],[627,517],[608,490],[582,469],[556,455],[532,448],[469,448],[469,471],[502,471],[502,478],[476,478],[476,591],[502,591],[502,599],[469,599]]},{"area":"082","points":[[934,532],[934,476],[1017,447],[1017,478],[1050,478],[1050,532]]},{"area":"087","points":[[932,537],[1050,537],[1050,591],[1018,591],[1018,622],[1013,622],[932,594]]},{"area":"079","points":[[1025,622],[1025,599],[1055,599],[1055,471],[1026,471],[1026,447],[1292,447],[1292,471],[1266,471],[1266,598],[1294,598],[1294,622]]},{"area":"089","points":[[1273,532],[1273,479],[1299,479],[1299,449],[1318,449],[1339,453],[1361,462],[1389,481],[1405,498],[1426,532]]},{"area":"08d","points":[[1273,539],[1273,590],[1302,590],[1302,620],[1323,620],[1352,612],[1384,596],[1411,569],[1426,539]]},{"area":"08f","points":[[138,989],[138,875],[216,847],[515,847],[533,852],[556,861],[579,877],[602,900],[619,933],[603,966],[580,994],[555,1009],[529,1016],[500,1020],[220,1020]]},{"area":"094","points":[[934,939],[957,942],[961,950],[969,940],[988,935],[1003,941],[1021,951],[1036,962],[1047,972],[1060,990],[1062,1003],[1064,1014],[1089,1014],[1108,1018],[1316,1018],[1353,1005],[1377,993],[1391,977],[1388,958],[1386,948],[1378,936],[1377,914],[1380,900],[1399,900],[1388,889],[1376,879],[1361,867],[1338,856],[1311,847],[1012,847],[934,875]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/012-map-3.01-wreck-of-compass-rose.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/013-map-3.01-wreck-of-compass-rose-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":32,"offsetY":34,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0d0"}}]},{"name":"Ch. 4: Clifftop Observatory","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/016-map-4.01-clifftop-observatory.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":9,"offsetY":9,"scale":2},"title":"Map 5: Clifftop Observatory","width":1700,"height":1214,"id":"0d1","mapRegions":[{"area":"0ab","points":[[44,540],[72,533],[87,524],[98,520],[106,526],[121,528],[127,548],[140,561],[161,555],[175,563],[185,566],[203,559],[222,562],[230,569],[241,582],[247,598],[252,612],[271,618],[284,631],[294,643],[302,654],[319,660],[323,679],[324,690],[322,702],[325,719],[328,727],[322,740],[310,747],[302,750],[294,764],[283,779],[267,784],[257,792],[252,802],[252,816],[243,830],[235,844],[218,856],[214,868],[194,871],[176,873],[159,883],[144,879],[136,872],[116,872],[109,883],[100,893],[90,900],[81,908],[64,931],[44,938]]},{"area":"0b2","points":[[513,538],[471,538],[437,506],[437,472],[468,435],[468,394],[578,394],[591,390],[607,398],[616,424],[616,500],[538,500],[538,512]]},{"area":"0b9","points":[[991,522],[972,504],[972,431],[1043,359],[1116,359],[1189,430],[1189,506],[1119,574],[1045,574]]},{"area":"0b4","points":[[470,997],[437,965],[437,932],[469,896],[501,896],[515,902],[522,913],[533,926],[537,937],[537,963],[503,997]]},{"area":"0ad","points":[[588,735],[588,658],[589,650],[616,625],[673,576],[702,552],[885,552],[928,590],[959,618],[998,651],[997,696],[1000,729],[988,739],[961,767],[949,788],[928,804],[920,816],[908,828],[894,839],[885,841],[702,841],[675,820],[615,766]]},{"area":"0bf","points":[[1247,960],[1317,1030],[1383,1030],[1453,959],[1453,895],[1382,827],[1320,827],[1312,820],[1300,822],[1295,834],[1287,840],[1270,852],[1261,860],[1250,879],[1249,891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/016-map-4.01-clifftop-observatory.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/017-map-4.01-clifftop-observatory-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":9,"offsetY":9,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0d1"}}]}]},"SjA":{"id":"SjA","source":"SjA","prop":"adventure","chapters":[{"name":"Part 1 — Spelljammer Academy: Orientation","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/001-01-009.o-forecastle.webp"},"title":"Forecastle Map","width":1700,"height":1370,"imageType":"map","grid":{"type":"square","size":76,"offsetX":-28,"offsetY":-35}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/010-map-1.01-spelljammer-academy.webp"},"imageType":"map","grid":{"type":"none","distance":100},"title":"Spelljammer Academy","width":2550,"height":3300,"id":"044"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/011-map-1.01-spelljammer-academy-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","distance":100},"title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"044"}}]},{"name":"Part 2 — Spelljammer Academy: Trial By Fire","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/022-map-2.01-squid.webp"},"imageType":"map","grid":{"type":"square","size":161,"offsetX":-43,"offsetY":-13},"title":"Squid Ship Map","width":5100,"height":6600,"id":"045"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/023-map-2.01-squid-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":161,"offsetX":-43,"offsetY":-13},"title":"Player Version","width":5100,"height":6600,"mapParent":{"id":"045"}}]},{"name":"Part 3 — Spelljammer Academy: Realmspace Sortie!","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/034-02-012.realmspace.webp"},"title":"Realmspace Map","width":1700,"height":1100,"imageType":"map","grid":{"type":"none","size":154,"offsetX":-15,"distance":200000000,"units":"miles"}}]},{"name":"Part 4 — Spelljammer Academy: Behold H'Catha","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/040-03-009.spindle-cavern.webp"},"title":"Spindle Cavern Map","width":1702,"height":1878,"imageType":"map","grid":{"type":"square","size":60,"offsetX":-23}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/043-map-3.02-hammerhead.webp"},"imageType":"map","grid":{"type":"square","size":120,"offsetX":-51,"offsetY":22},"title":"Hammerhead Ship Map","width":5100,"height":6600,"id":"046"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/044-map-3.02-hammerhead-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":-51,"offsetY":22},"title":"Player Version","width":5100,"height":6600,"mapParent":{"id":"046"}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/047-map-1.01-spelljammer-academy.webp"},"imageType":"map","grid":{"type":"none","distance":100},"title":"Spelljammer Academy Handout","width":2550,"height":3300}]}]},"LoX":{"id":"LoX","source":"LoX","prop":"adventure","chapters":[{"name":"Part 1 — Seeds of Destruction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/008-map-2.11-space-galleon.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Moondancer Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"024","points":[[1106,37],[1106,126],[1662,126],[1662,37]]},{"area":"179","points":[[966,1208],[1121,1208],[1121,1330],[966,1361]]},{"area":"17A","points":[[230,1177],[334,1177],[334,1051],[230,1060]]},{"area":"17B","points":[[597,1539],[597,1823],[861,1818],[1018,1793],[1018,1563],[902,1544]]},{"area":"17C","points":[[442,1945],[442,2149],[932,2149],[1035,2124],[1074,2048],[1034,1967],[922,1945]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/008-map-2.11-space-galleon.webp"},"id":"16f","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/009-map-2.11-space-galleon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"16f"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/012-map-2.07-nautiloid.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":-14,"offsetY":-46,"scale":2},"title":"Nautiloid Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"038","points":[[1397,246],[1373,244],[1352,235],[1347,214],[1348,196],[1364,182],[1387,177],[1397,177]]},{"area":"03b","points":[[1550,654],[1550,570],[1506,570],[1506,498],[1570,508],[1611,517],[1638,534],[1655,557],[1664,579],[1651,604],[1629,626],[1599,640]]},{"area":"037","points":[[1199,765],[1199,850],[1553,850],[1553,765]]},{"area":"03e","points":[[295,211],[315,173],[336,156],[365,143],[403,128],[453,118],[524,106],[590,97],[612,99],[628,94],[647,103],[682,107],[718,109],[759,113],[779,122],[780,305],[728,315],[689,317],[660,314],[643,329],[628,335],[616,332],[608,322],[564,320],[492,313],[421,301],[374,285],[324,256],[306,233]]},{"area":"040","points":[[593,450],[470,449],[424,453],[400,457],[381,470],[374,479],[362,478],[354,463],[349,453],[326,451],[278,455],[237,465],[201,480],[176,507],[152,539],[146,576],[153,617],[174,652],[203,678],[237,695],[287,705],[337,707],[350,703],[360,685],[373,682],[391,695],[433,707],[482,711],[593,711]]},{"area":"042","points":[[226,1285],[226,1089],[189,1100],[147,1110],[98,1126],[69,1147],[48,1186],[58,1213],[85,1237],[147,1269],[189,1277]]},{"area":"044","points":[[416,1313],[416,1065],[516,1056],[567,1058],[617,1054],[711,1059],[779,1053],[874,1055],[936,1059],[1005,1074],[1062,1102],[1088,1122],[1104,1162],[1107,1199],[1097,1237],[1078,1263],[1049,1286],[1012,1298],[969,1311],[910,1321],[814,1321],[683,1320],[625,1322],[567,1318],[500,1320],[449,1317]]},{"area":"049","points":[[507,1514],[507,1599],[777,1599],[777,1514]]},{"area":"04c","points":[[874,1643],[876,1511],[739,1511],[739,1449],[798,1456],[867,1468],[906,1476],[956,1490],[992,1507],[1010,1534],[1011,1554],[1007,1576],[993,1603],[964,1621],[919,1635]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/012-map-2.07-nautiloid.webp"},"id":"170","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/013-map-2.07-nautiloid-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetY":-19,"scale":2},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"170"}}]},{"name":"Part 2 — Terrors of the Void","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/017-map-2.06-living.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":33,"offsetY":33},"title":"Living Ship Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"09e","points":[[66,1254],[66,1330],[429,1330],[429,1254]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/017-map-2.06-living.webp"},"id":"171","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/018-map-2.06-living-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":33,"offsetY":33},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"171"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/021-map-10.01-topalahs-tower.webp"},"imageType":"map","grid":{"type":"square","size":80,"scale":3},"title":"Topalah's Tower","width":1700,"height":1100,"id":"175","mapRegions":[{"area":"072","points":[[21,30],[21,93],[219,93],[219,30]]},{"area":"078","points":[[1395,248],[1395,297],[1580,297],[1580,248]]},{"area":"07a","points":[[1013,703],[1013,758],[1222,758],[1222,703]]},{"area":"07d","points":[[1394,704],[1394,757],[1590,757],[1590,704]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/021-map-10.01-topalahs-tower.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/022-map-10.01-topalahs-tower-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":80,"scale":3},"title":"Player Version","width":1700,"height":1100,"mapParent":{"id":"175"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/027-map-2.11-space-galleon.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Last Breath Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"0a2","points":[[1126,48],[1126,122],[1638,122],[1638,48]]},{"area":"0a5","points":[[234,1176],[234,1066],[283,1059],[330,1061],[334,1176]]},{"area":"0a7","points":[[445,1947],[928,1941],[970,1950],[1013,1970],[1035,1986],[1058,2013],[1061,2034],[1051,2051],[1062,2067],[1053,2098],[1027,2120],[992,2139],[941,2150],[445,2150]]},{"area":"0a8","points":[[262,2038],[269,1994],[296,1966],[346,1949],[437,1949],[437,2040],[294,2040],[285,2030],[272,2032]]},{"area":"0a3","points":[[967,631],[967,941],[1122,918],[1122,658]]},{"area":"0a4","points":[[385,633],[385,943],[175,936],[26,893],[26,682],[156,641]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/027-map-2.11-space-galleon.webp"},"id":"172","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/028-map-2.11-space-galleon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"172"}}]},{"name":"Part 3 — Chaos in Doomspace","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/031-map-11.02-doomspace-system.webp"},"imageType":"map","grid":{"type":"none","size":130,"distance":100000000,"units":"miles"},"title":"Doomspace","width":2550,"height":1650,"mapRegions":[{"area":"0ca","points":[[866,83],[866,398],[1710,398],[1710,83]]},{"area":"0cc","points":[[1085,685],[1085,762],[1166,762],[1166,685]]},{"area":"0cd","points":[[1016,552],[1016,616],[1173,616],[1173,552]]},{"area":"0ce","points":[[1758,776],[1758,872],[1866,872],[1866,776]]},{"area":"0cf","points":[[298,824],[461,675],[546,621],[650,630],[624,770],[546,824],[611,915],[675,1003],[744,1048],[798,1110],[736,1258],[445,1285],[299,1282],[334,1170],[301,1040],[304,960]]},{"area":"0d9","points":[[1926,203],[1926,373],[2176,373],[2176,203]]},{"area":"0d9","points":[[2016,1202],[2016,1370],[2254,1370],[2254,1202]]},{"area":"0d9","points":[[224,1347],[224,1526],[482,1526],[482,1347]]},{"area":"0d9","points":[[261,227],[261,381],[504,381],[504,227]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/031-map-11.02-doomspace-system.webp"},"id":"173","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/032-map-11.02-doomspace-system-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":130,"distance":100000000,"units":"miles"},"title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"173"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/035-map-11.001-vocaths-base.webp"},"imageType":"map","grid":{"type":"square","size":85,"scale":2,"distance":20},"title":"Vocath's Base","width":1700,"height":1105,"id":"176","mapRegions":[{"area":"0e4","points":[[1310,950],[1310,1064],[1590,1064],[1590,950]]},{"area":"0e5","points":[[303,636],[303,469],[426,346],[590,346],[715,471],[715,502],[677,502],[677,598],[716,598],[716,632],[592,756],[426,756]]},{"area":"0e9","points":[[689,518],[689,586],[801,586],[801,518]]},{"area":"0eb","points":[[815,515],[815,586],[928,586],[928,515]]},{"area":"0ec","points":[[912,499],[945,456],[973,439],[1017,428],[1062,435],[1101,459],[1122,494],[1132,517],[1143,555],[1132,598],[1107,630],[1063,659],[1023,670],[975,665],[933,641],[908,599],[938,599],[938,499]]},{"area":"0f0","points":[[1322,550],[1332,509],[1361,467],[1403,436],[1446,429],[1486,438],[1530,463],[1563,510],[1565,557],[1560,594],[1533,639],[1488,665],[1444,672],[1403,668],[1359,641],[1330,592]]},{"area":"0f3","points":[[1364,444],[1364,386],[1424,386],[1424,252],[1411,234],[1403,212],[1405,191],[1418,182],[1443,171],[1466,177],[1483,195],[1485,211],[1485,228],[1466,252],[1466,383],[1530,383],[1530,444],[1493,426],[1459,415],[1426,417],[1397,423],[1376,436]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/035-map-11.001-vocaths-base.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/036-map-11.01-vocaths-base-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"scale":2,"distance":20},"title":"Player Version","width":1700,"height":1105,"mapParent":{"id":"176"}}]},{"name":"Part 4 — Saviors of the Multiverse","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/040-map-12.01-xaryxis-space.webp"},"imageType":"map","grid":{"type":"none","size":124,"distance":100000000,"units":"miles"},"title":"Xaryxispace","width":1200,"height":1500,"mapRegions":[{"area":"132","points":[[263,14],[263,312],[944,312],[944,14]]},{"area":"134","points":[[324,351],[324,478],[465,478],[465,351]]},{"area":"133","points":[[178,724],[178,861],[373,861],[373,724]]},{"area":"135","points":[[865,654],[865,788],[1030,788],[1030,654]]},{"area":"136","points":[[608,964],[608,1131],[921,1131],[921,964]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/040-map-12.01-xaryxis-space.webp"},"id":"174","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/041-map-12.01-xaryxis-space-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100000000,"units":"miles"},"title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"174"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/042-map-12.02-imperial-citadel.webp"},"imageType":"map","grid":{"type":"none","size":73,"scale":2,"distance":100},"title":"Imperial Citadel","width":1700,"height":2200,"id":"177","mapRegions":[{"area":"137","points":[[649,1642],[649,1776],[1119,1776],[1119,1642]]},{"area":"13e","points":[[70,330],[150,291],[250,308],[291,331],[381,360],[416,422],[442,465],[429,514],[423,550],[384,559],[324,571],[244,575],[150,588],[144,516],[108,450],[67,366]]},{"area":"140","points":[[194,957],[249,883],[347,858],[516,815],[653,885],[730,1067],[735,1165],[685,1230],[569,1304],[394,1288],[270,1144],[227,1050],[211,1018]]},{"area":"13c","points":[[523,413],[441,532],[395,581],[266,618],[147,616],[111,644],[129,775],[303,814],[482,771],[664,726],[685,590],[666,541],[543,455]]},{"area":"13b","points":[[1494,254],[1462,276],[1435,332],[1422,383],[1434,430],[1488,478],[1550,505],[1638,436],[1654,375],[1604,305],[1558,258]]},{"area":"142","points":[[1624,512],[1586,656],[1492,762],[1419,816],[1229,790],[1083,710],[1055,570],[1101,403],[1279,318],[1335,378],[1409,514],[1544,528],[1595,516]]},{"area":"13f","points":[[1428,1264],[1137,1253],[949,1110],[957,950],[986,823],[1059,802],[1141,811],[1270,832],[1445,879],[1552,890],[1564,1130],[1461,1230]]},{"area":"13d","points":[[82,1888],[179,1674],[258,1581],[329,1409],[348,1368],[477,1347],[550,1339],[616,1345],[639,1360],[552,1537],[497,1644],[412,1715],[310,1792],[224,1874],[109,1931]]},{"area":"139","points":[[1079,1317],[1138,1289],[1258,1310],[1330,1337],[1412,1410],[1434,1456],[1509,1534],[1598,1632],[1658,1677],[1659,1746],[1677,1841],[1675,1905],[1484,1817],[1309,1693],[1216,1550],[1130,1416],[1119,1390]]},{"area":"13a","points":[[872,1158],[809,1062],[775,928],[774,812],[795,725],[836,691],[894,692],[921,707],[941,762],[947,851],[942,937],[916,1024],[883,1135]]},{"area":"141","points":[[864,679],[799,644],[795,572],[835,523],[909,520],[947,574],[957,636],[918,678]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/042-map-12.02-imperial-citadel.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/043-map-12.02-imperial-citadel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":73,"scale":2,"distance":100},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"177"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/044-map-12.03-cathedral-of-light.webp"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":24,"offsetY":-24,"scale":3,"distance":10},"title":"Temple of Light","width":1700,"height":2200,"id":"178","mapRegions":[{"area":"14d","points":[[1109,3],[1109,163],[1600,163],[1600,3]]},{"area":"151","points":[[978,1479],[978,1562],[1064,1562],[1064,1479]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/044-map-12.03-cathedral-of-light.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/045-map-12.03-cathedral-of-light-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":24,"offsetY":-24,"scale":3,"distance":10},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"178"}}]}]},"DSotDQ":{"id":"DSotDQ","source":"DSotDQ","prop":"adventure","chapters":[{"name":"Ch. 3: When Home Burns","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/037-map-3.01-vogler.webp"},"imageType":"map","grid":{"type":"none","size":50,"scale":1.06,"distance":30},"title":"Map 3.1: Vogler","width":1700,"height":1225,"id":"01f","mapRegions":[{"area":"0e3","points":[[483,330],[525,322],[538,263],[479,248],[450,286]]},{"area":"0e2","points":[[557,262],[583,253],[630,233],[643,232],[663,215],[667,216],[643,247],[628,249],[581,270],[563,269]]},{"area":"0d9","points":[[51,1065],[51,1166],[466,1166],[466,1065]]},{"area":"0dd","points":[[1124,643],[1123,626],[1110,615],[1106,589],[1133,578],[1157,588],[1169,613],[1166,634],[1146,648]]},{"area":"0e0","points":[[986,543],[956,487],[1008,465],[1099,476],[1068,548],[1024,549]]},{"area":"0e5","points":[[1013,657],[981,642],[977,622],[982,595],[1011,578],[1038,583],[1057,607],[1053,628],[1046,650],[1030,657]]},{"area":"0e6","points":[[1065,1101],[1063,982],[1067,877],[1110,873],[1136,870],[1170,862],[1190,903],[1191,977],[1156,1021],[1133,1079],[1113,1100]]},{"area":"0e8","points":[[883,1014],[890,946],[897,903],[914,868],[967,919],[1000,950],[1009,1002],[1004,1010],[1017,1043],[996,1110],[948,1098],[901,1052],[889,1028]]},{"area":"0df","points":[[796,1014],[770,980],[759,943],[750,917],[805,921],[858,930],[879,965],[870,1037],[836,1067],[784,1063],[774,1037]]},{"area":"0e9","points":[[768,856],[762,904],[806,912],[807,888],[791,883],[790,861]]},{"area":"0dc","points":[[874,843],[852,838],[843,816],[839,784],[850,757],[869,743],[892,739],[931,743],[949,769],[959,806],[921,818],[929,836],[905,846]]},{"area":"0e7","points":[[629,597],[611,558],[612,538],[626,526],[650,533],[668,550],[677,570],[663,572],[643,555],[633,561],[643,584],[638,595]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/037-map-3.01-vogler.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/038-map-3.01-vogler-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":50,"scale":1.06,"distance":30},"title":"Player Version","width":1700,"height":1225,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/045-map-3.02-battle-of-high-hill.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":-21,"offsetY":-11},"title":"Map 3.2: Battle of High Hill","width":1700,"height":2286,"id":"020","mapRegions":[{"area":"128","points":[[128,123],[128,244],[762,244],[762,123]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/045-map-3.02-battle-of-high-hill.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/046-map-3.02-battle-of-high-hill-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-21,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"020"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/049-map-3.03-escape-from-vogler.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":7,"offsetY":5},"title":"Map 3.3: Escape From Vogler","width":1700,"height":2286,"id":"021","mapRegions":[{"area":"160","points":[[935,116],[935,248],[1532,248],[1532,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/049-map-3.03-escape-from-vogler.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/050-map-3.03-escape-from-vogler-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":7,"offsetY":5},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"021"}}]},{"name":"Ch. 4: Shadow of War","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/054-map-4.01-kalaman.webp"},"imageType":"map","grid":{"type":"none","size":85,"scale":2,"distance":100},"title":"Map 4.1: Kalaman","width":1700,"height":1209,"id":"022","mapRegions":[{"area":"16f","points":[[628,152],[650,119],[672,92],[689,71],[730,56],[767,47],[810,49],[846,77],[884,53],[906,44],[938,41],[957,45],[994,57],[1036,74],[1055,97],[1066,124],[1073,152]]},{"area":"176","points":[[981,252],[1000,194],[993,182],[995,164],[1013,164],[1029,169],[1023,190],[1012,199],[988,271]]},{"area":"176","points":[[1533,479],[1599,424],[1597,407],[1608,401],[1625,404],[1631,416],[1622,433],[1607,433],[1555,475]]},{"area":"175","points":[[439,373],[421,365],[433,324],[463,317],[514,344],[531,359],[515,389],[485,383]]},{"area":"174","points":[[694,527],[679,506],[680,482],[683,465],[698,449],[722,442],[741,444],[763,460],[777,485],[772,515],[752,528],[718,541]]},{"area":"173","points":[[629,813],[612,780],[607,754],[608,730],[604,717],[619,687],[659,670],[674,660],[701,647],[728,637],[751,647],[780,661],[783,684],[793,699],[799,709],[811,734],[813,756],[818,780],[811,803],[805,815],[792,836],[760,848],[744,852],[720,853],[701,848],[676,845],[650,833],[638,822]]},{"area":"17b","points":[[456,783],[445,763],[451,743],[469,741],[479,738],[489,745],[492,768],[488,784],[469,783]]},{"area":"179","points":[[976,874],[990,858],[991,844],[1015,843],[1030,847],[1032,867],[1020,881],[998,881]]},{"area":"178","points":[[1447,673],[1440,641],[1451,628],[1487,654],[1483,664]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/054-map-4.01-kalaman.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/055-map-4.01-kalaman-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"scale":2,"distance":100},"title":"Player Version","width":1700,"height":1209,"mapParent":{"id":"022"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/059-map-4.02-wheelhouse-outpost.webp"},"imageType":"map","grid":{"type":"square","size":68,"offsetX":5,"offsetY":-6,"scale":2},"title":"Map 4.2: Wheelhouse Outpost","width":1700,"height":1214,"id":"023","mapRegions":[{"area":"1c0","points":[[133,154],[133,332],[512,332],[512,154]]},{"area":"1d0","points":[[544,372],[544,502],[674,502],[674,372]]},{"area":"1cb","points":[[817,451],[984,451],[984,470],[1124,470],[1124,450],[1285,450],[1285,478],[1296,478],[1296,507],[1331,507],[1331,810],[1257,810],[1257,869],[1252,869],[1252,883],[1246,883],[1246,913],[1251,913],[1251,923],[1256,928],[1256,944],[1284,944],[1284,982],[1158,982],[1158,1010],[990,1010],[990,985],[890,985],[890,843],[682,843],[682,915],[646,915],[646,783],[788,783],[788,474],[817,474]]},{"area":"1db","points":[[652,681],[652,775],[777,775],[777,681]]},{"area":"1d7","points":[[656,669],[656,516],[691,516],[691,477],[778,477],[778,669]]},{"area":"1de","points":[[1264,817],[1325,817],[1325,940],[1264,940],[1264,928],[1278,928],[1278,920],[1271,920],[1271,878],[1279,878],[1279,872],[1264,872]]},{"area":"1ce","points":[[1301,954],[1301,1082],[1428,1082],[1428,954]]},{"area":"1ce","points":[[546,953],[546,1082],[675,1082],[675,953]]},{"area":"1dc","points":[[691,850],[691,976],[881,976],[881,850]]},{"area":"1d2","points":[[1060,398],[1060,295],[1027,295],[1027,168],[1153,168],[1153,200],[1300,200],[1300,169],[1429,169],[1429,295],[1394,295],[1394,407],[1429,407],[1429,463],[1300,463],[1300,261],[1121,261],[1121,398]]},{"area":"1d5","points":[[1129,270],[1129,432],[1290,432],[1290,270]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/059-map-4.02-wheelhouse-outpost.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/060-map-4.02-wheelhouse-outpost-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":5,"offsetY":-6,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/061-map-4.03-retreat-from-steel-springs.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":-11},"title":"Map 4.3: Retreat From Steel Springs","width":1700,"height":2286,"id":"024","mapRegions":[{"area":"1e6","points":[[157,126],[157,252],[918,252],[918,126]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/061-map-4.03-retreat-from-steel-springs.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/062-map-4.03-retreat-from-steel-springs-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"024"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/066-map-4.04-raided-catacombs.webp"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":-6,"offsetY":12,"scale":2},"title":"Map 4.4: Raided Catacombs","width":1700,"height":1214,"id":"025","mapRegions":[{"area":"205","points":[[223,997],[223,1102],[767,1102],[767,997]]},{"area":"21c","points":[[314,680],[385,680],[385,651],[420,651],[420,679],[458,679],[458,651],[494,651],[494,682],[563,682],[563,717],[587,717],[587,785],[563,785],[563,858],[578,858],[578,894],[564,894],[564,930],[529,930],[529,956],[458,956],[458,931],[422,931],[422,955],[349,955],[349,931],[314,931],[314,893],[287,893],[287,823],[314,823],[314,787],[289,787],[289,718],[314,718]]},{"area":"21f","points":[[586,857],[599,857],[599,787],[848,787],[848,841],[864,841],[864,911],[849,911],[849,965],[599,965],[599,896],[586,896]]},{"area":"223","points":[[871,842],[884,842],[884,752],[919,752],[919,717],[992,717],[992,750],[1026,750],[1026,717],[1065,717],[1062,693],[1049,690],[1050,675],[1058,663],[1067,661],[1072,669],[1082,667],[1092,676],[1096,688],[1087,698],[1087,711],[1098,718],[1098,749],[1132,749],[1132,717],[1206,717],[1206,752],[1241,752],[1241,787],[1276,787],[1296,789],[1315,798],[1329,806],[1344,820],[1355,837],[1364,856],[1367,879],[1363,900],[1356,921],[1340,940],[1322,954],[1300,965],[1277,967],[1241,967],[1241,1002],[1206,1002],[1206,1041],[1194,1043],[1192,1061],[1199,1075],[1191,1083],[1179,1088],[1167,1090],[1153,1083],[1148,1064],[1158,1059],[1159,1048],[1153,1038],[1132,1038],[1132,1002],[1098,1002],[1098,1036],[1026,1036],[1026,1001],[991,1001],[991,1037],[918,1037],[918,1003],[884,1003],[884,909],[871,909]]},{"area":"214","points":[[960,575],[960,503],[990,503],[990,467],[1096,467],[1096,504],[1150,504],[1150,469],[1135,469],[1135,398],[1204,398],[1204,467],[1188,467],[1188,503],[1276,503],[1276,442],[1347,442],[1347,504],[1420,504],[1420,519],[1438,519],[1450,529],[1451,540],[1445,553],[1434,558],[1421,558],[1421,646],[1332,646],[1331,660],[1324,672],[1313,676],[1301,673],[1294,664],[1294,647],[1277,647],[1277,575],[1189,575],[1189,607],[1207,607],[1207,680],[1132,680],[1132,611],[1149,611],[1149,575],[1099,575],[1099,609],[1035,609],[1032,617],[1042,624],[1052,636],[1056,648],[1044,665],[1043,686],[1029,678],[1011,671],[1012,653],[1016,641],[1005,627],[1002,615],[993,606],[993,575]]},{"area":"219","points":[[279,503],[349,503],[349,467],[385,467],[385,430],[421,430],[421,466],[459,466],[459,432],[493,432],[493,468],[855,468],[860,459],[858,450],[860,439],[856,429],[854,416],[860,409],[864,390],[864,382],[864,376],[886,362],[896,378],[902,399],[900,417],[898,432],[891,442],[896,448],[904,463],[919,463],[919,503],[950,503],[950,573],[922,573],[922,608],[494,608],[494,640],[456,640],[456,611],[422,611],[422,639],[384,639],[384,611],[349,611],[349,571],[279,571]]},{"area":"20e","points":[[266,217],[350,217],[350,146],[386,146],[386,112],[600,112],[600,217],[642,217],[657,200],[676,188],[692,184],[716,184],[736,187],[758,201],[770,217],[791,217],[791,290],[769,290],[756,306],[738,318],[716,325],[700,326],[677,321],[659,309],[647,297],[644,291],[600,291],[600,397],[384,397],[384,360],[350,360],[350,287],[266,287]]},{"area":"210","points":[[799,217],[848,217],[848,189],[919,189],[919,217],[989,217],[989,184],[965,184],[965,110],[993,110],[993,84],[1063,84],[1063,109],[1089,109],[1089,182],[1062,182],[1062,217],[1131,217],[1131,189],[1205,189],[1205,217],[1277,217],[1277,184],[1248,184],[1248,109],[1275,109],[1275,82],[1348,82],[1348,109],[1376,109],[1376,181],[1349,181],[1349,217],[1389,217],[1407,223],[1419,238],[1422,258],[1409,277],[1396,288],[1349,288],[1349,324],[1377,324],[1377,396],[1349,396],[1349,424],[1278,424],[1278,398],[1247,398],[1247,324],[1276,324],[1276,288],[1207,288],[1207,316],[1131,316],[1131,288],[1061,288],[1061,323],[1089,323],[1089,396],[1063,396],[1063,424],[992,424],[992,396],[965,396],[965,326],[991,326],[991,291],[921,291],[921,318],[892,318],[893,338],[905,349],[900,360],[890,353],[861,371],[867,359],[868,343],[863,332],[860,319],[847,319],[847,291],[799,291]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/066-map-4.04-raided-catacombs.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/067-map-4.04-raided-catacombs-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":-6,"offsetY":12,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"025"}}]},{"name":"Ch. 5: The Northern Wastes","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/071-map-5.01-kalaman-and-northern-wastes.webp"},"imageType":"map","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Map 5.1: Kalaman and Northern Wastes","width":1700,"height":2429,"id":"027","mapRegions":[{"area":"24d","points":[[1395,1436],[1395,1557],[1547,1557],[1547,1436]]},{"area":"258","points":[[1311,1290],[1311,1363],[1384,1363],[1384,1290]]},{"area":"283","points":[[1062,1012],[1062,1083],[1148,1083],[1148,1012]]},{"area":"263","points":[[949,1350],[949,1424],[1010,1424],[1010,1350]]},{"area":"2c6","points":[[396,1326],[396,1391],[463,1391],[463,1326]]},{"area":"2f0","points":[[146,970],[146,1052],[224,1052],[224,970]]},{"area":"2df","points":[[454,943],[454,1008],[525,1008],[525,943]]},{"area":"2f1","points":[[638,773],[638,831],[710,831],[710,773]]},{"area":"30f","points":[[760,623],[760,694],[826,694],[826,623]]},{"area":"312","points":[[270,564],[270,617],[344,617],[344,564]]},{"area":"2a7","points":[[759,1114],[759,1182],[835,1182],[835,1114]]},{"area":"24c","points":[[629,125],[850,153],[1099,157],[1236,164],[1277,161],[1243,239],[1207,279],[1065,303],[694,303],[618,261],[572,197]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/071-map-5.01-kalaman-and-northern-wastes.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/072-map-5.01-kalaman-and-northern-wastes-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Player Version","width":1700,"height":2429,"mapParent":{"id":"027"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/075-map-5.02-blue-phoenix-shrine.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetX":4,"offsetY":-35,"scale":2},"title":"Map 5.2: Blue Phoenix Shrine","width":850,"height":1154,"id":"028","mapRegions":[{"area":"26f","points":[[191,67],[191,145],[662,145],[662,67]]},{"area":"279","points":[[288,257],[288,177],[699,177],[699,261],[607,261],[607,352],[381,352],[381,257]]},{"area":"27d","points":[[149,457],[149,632],[324,632],[324,457]]},{"area":"278","points":[[573,631],[655,631],[702,580],[702,323],[676,295],[659,278],[648,275],[620,276],[615,451],[610,459],[577,459],[573,468]]},{"area":"270","points":[[51,833],[373,831],[422,877],[512,879],[545,855],[573,824],[570,646],[664,643],[710,592],[797,592],[787,1004],[737,1050],[640,1089],[399,1090],[260,1099],[149,1094],[85,1030],[51,1003]]},{"area":"276","points":[[149,695],[149,819],[371,819],[371,695]]},{"area":"273","points":[[383,823],[384,456],[403,432],[428,412],[455,403],[474,401],[501,403],[519,417],[542,437],[557,454],[558,819],[512,870],[429,869]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/075-map-5.02-blue-phoenix-shrine.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/076-map-5.02-blue-phoenix-shrine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":4,"offsetY":-35,"scale":2},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"028"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/077-map-5.03-sunward-fortress.webp"},"imageType":"map","grid":{"type":"square","size":72,"offsetX":28,"offsetY":-30,"scale":2},"title":"Map 5.3: Sunward Fortress","width":1700,"height":1214,"id":"029","mapRegions":[{"area":"28d","points":[[784,86],[784,213],[1369,213],[1369,86]]},{"area":"292","points":[[563,151],[615,172],[657,199],[657,489],[610,517],[563,537]]},{"area":"28e","points":[[202,489],[235,513],[268,529],[295,540],[313,545],[357,552],[409,557],[459,557],[514,550],[549,541],[549,148],[513,137],[465,131],[418,131],[376,132],[337,137],[310,143],[277,155],[237,176],[214,192],[202,203]]},{"area":"29b","points":[[669,781],[669,879],[727,879],[727,781]]},{"area":"294","points":[[164,640],[237,640],[237,602],[657,602],[657,640],[727,640],[727,770],[658,770],[658,888],[728,888],[728,1021],[668,1021],[668,983],[591,983],[591,997],[620,997],[620,1057],[274,1057],[274,1000],[302,1000],[302,988],[225,988],[225,1023],[164,1023]]},{"area":"29e","points":[[895,363],[910,348],[921,342],[940,329],[972,313],[980,307],[997,299],[1027,305],[1043,297],[1067,289],[1087,288],[1139,293],[1158,304],[1182,302],[1212,297],[1252,298],[1273,304],[1297,310],[1328,313],[1359,313],[1387,312],[1400,327],[1417,336],[1436,331],[1447,323],[1466,327],[1484,336],[1495,364],[1488,387],[1492,412],[1496,449],[1487,466],[1492,505],[1479,529],[1480,569],[1489,607],[1475,633],[1487,660],[1495,689],[1501,730],[1501,763],[1496,772],[1500,793],[1508,808],[1498,830],[1501,850],[1500,874],[1499,898],[1503,942],[1508,975],[1501,1011],[1494,1043],[1491,1071],[1466,1077],[1421,1078],[1390,1071],[1370,1063],[1341,1061],[1327,1072],[1291,1072],[1273,1079],[1246,1080],[1239,1094],[1215,1105],[1197,1100],[1164,1100],[1157,1110],[1124,1116],[1088,1116],[1058,1111],[1027,1100],[1008,1090],[986,1095],[957,1099],[938,1105],[915,1080],[902,1065],[912,1050],[903,1025],[887,1015],[883,986],[870,959],[863,933],[864,904],[865,887],[866,857],[873,838],[872,807],[863,775],[864,750],[873,728],[867,704],[872,654],[881,634],[876,592],[868,582],[865,548],[873,523],[877,499],[872,482],[877,442],[898,411],[899,385]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/077-map-5.03-sunward-fortress.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/078-map-5.03-sunward-fortress-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":28,"offsetY":-30,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"029"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/080-map-5.04-wakenreth.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":24,"offsetY":14,"scale":2},"title":"Map 5.4: Wakenreth","width":850,"height":2307,"id":"02a","mapRegions":[{"area":"2a9","points":[[246,78],[246,168],[607,168],[607,78]]},{"area":"2bb","points":[[213,397],[228,340],[247,295],[290,254],[330,226],[398,212],[444,209],[517,222],[567,260],[609,310],[627,397],[625,462],[615,520],[589,559],[562,584],[500,620],[439,636],[380,633],[288,598],[241,531],[220,475]]},{"area":"2b6","points":[[210,927],[215,863],[247,801],[332,723],[388,708],[450,706],[512,720],[570,761],[618,833],[637,904],[631,969],[599,1033],[540,1089],[478,1113],[400,1117],[335,1106],[264,1049],[231,992]]},{"area":"2b2","points":[[212,1425],[222,1370],[245,1310],[285,1254],[326,1221],[389,1204],[452,1198],[516,1219],[570,1260],[609,1313],[635,1390],[627,1477],[601,1519],[572,1567],[511,1602],[441,1623],[374,1613],[297,1581],[260,1540],[230,1488]]},{"area":"2ad","points":[[215,1957],[216,1923],[223,1889],[235,1849],[259,1811],[286,1781],[314,1761],[349,1745],[387,1734],[425,1731],[460,1733],[490,1743],[524,1756],[558,1780],[586,1811],[609,1848],[626,1892],[633,1929],[632,1970],[622,2004],[608,2037],[585,2073],[560,2099],[527,2122],[490,2137],[449,2147],[406,2148],[357,2138],[323,2122],[288,2101],[262,2071],[240,2040],[224,2006]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/080-map-5.04-wakenreth.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/081-map-5.04-wakenreth-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":24,"offsetY":14,"scale":2},"title":"Player Version","width":850,"height":2307,"mapParent":{"id":"02a"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/083-map-5.05-bluemaw-cave.webp"},"imageType":"map","grid":{"type":"square","size":75,"offsetX":-49,"offsetY":-7,"scale":2},"title":"Map 5.5: Bluemaw Cave","width":850,"height":1154,"id":"02b","mapRegions":[{"area":"2ec","points":[[241,60],[241,136],[609,136],[609,60]]},{"area":"2d3","points":[[249,365],[251,345],[263,337],[258,311],[276,300],[286,282],[310,271],[323,272],[329,260],[327,238],[334,220],[323,205],[307,196],[306,180],[327,153],[355,146],[370,151],[374,167],[380,182],[407,188],[430,185],[447,170],[462,160],[487,162],[505,167],[522,162],[546,166],[563,176],[595,183],[623,180],[644,175],[652,158],[671,154],[691,142],[690,129],[672,127],[657,111],[665,99],[691,101],[715,104],[733,98],[753,127],[774,158],[785,187],[786,222],[780,238],[758,238],[740,242],[709,260],[713,278],[713,297],[702,341],[681,362],[647,367],[633,358],[613,356],[588,344],[569,327],[540,322],[521,333],[533,354],[537,386],[553,407],[576,404],[592,417],[584,447],[579,464],[573,494],[564,513],[549,538],[527,541],[491,542],[470,528],[444,513],[417,504],[398,505],[382,520],[360,519],[347,529],[326,532],[299,527],[276,520],[266,501],[259,479],[266,460],[278,435],[279,405],[263,390],[257,375]]},{"area":"2d6","points":[[644,556],[648,525],[664,509],[660,485],[651,464],[614,451],[611,428],[614,411],[640,411],[643,410],[653,376],[687,365],[709,345],[719,301],[728,330],[727,349],[739,364],[735,385],[722,413],[731,448],[737,478],[747,496],[753,525],[748,558],[731,592],[727,622],[710,645],[691,642],[665,619],[633,585],[636,571]]},{"area":"2d8","points":[[256,940],[228,888],[200,849],[199,772],[186,717],[192,690],[187,655],[169,626],[173,593],[200,596],[228,603],[247,620],[274,627],[294,620],[303,586],[340,593],[355,620],[360,640],[388,644],[421,642],[451,666],[473,683],[485,710],[502,737],[508,760],[509,786],[505,817],[495,849],[477,871],[449,902],[427,917],[387,936],[340,940],[308,938],[294,948],[274,944]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/083-map-5.05-bluemaw-cave.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/084-map-5.05-bluemaw-cave-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-49,"offsetY":-7,"scale":2},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"02b"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/086-map-5.06-hearts-hollow.webp"},"imageType":"map","grid":{"type":"none","size":95,"distance":30},"title":"Map 5.6: Hearts Hollow","width":1700,"height":2334,"id":"02c","mapRegions":[{"area":"2e8","points":[[532,121],[1162,126],[1182,228],[514,226]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/086-map-5.06-hearts-hollow.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/087-map-5.06-hearts-hollow-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":95,"distance":30},"title":"Player Version","width":1700,"height":2334,"mapParent":{"id":"02c"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/088-map-5.07-camp-carrionclay.webp"},"imageType":"map","grid":{"type":"square","size":60,"offsetX":10,"offsetY":3,"scale":2.5},"title":"Map 5.7: Camp Carrionclay","width":850,"height":1154,"id":"02d","mapRegions":[{"area":"2f6","points":[[202,60],[202,141],[652,141],[652,60]]},{"area":"2ff","points":[[339,480],[303,477],[270,482],[251,487],[229,493],[218,466],[204,438],[194,391],[188,353],[184,319],[198,279],[215,258],[236,241],[276,234],[320,233],[343,233],[350,318],[349,344],[353,369],[352,402],[361,440]]},{"area":"305","points":[[554,370],[562,336],[586,327],[628,329],[653,360],[656,398],[620,412],[591,417],[562,399]]},{"area":"2fc","points":[[345,569],[414,533],[451,601],[420,630],[378,645]]},{"area":"2f9","points":[[516,833],[549,772],[579,769],[602,782],[608,807],[567,846],[554,871],[530,864],[518,853]]},{"area":"2f7","points":[[576,875],[606,816],[619,797],[660,816],[704,845],[742,878],[773,906],[796,953],[772,1020],[739,1005],[706,966],[677,940],[645,913],[607,896]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/088-map-5.07-camp-carrionclay.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/089-map-5.07-camp-carrionclay-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":10,"offsetY":3,"scale":2.5},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"02d"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/090-map-5.08-attack-on-winds-end.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-11},"title":"Map 5.8: Attack On Winds End","width":1700,"height":2286,"id":"02f","mapRegions":[{"area":"318","points":[[161,116],[161,227],[729,227],[729,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/090-map-5.08-attack-on-winds-end.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/091-map-5.08-attack-on-winds-end-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"02f"}}]},{"name":"Ch. 6: City of Lost Names","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/094-map-6.01-path-of-memories.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":-37,"offsetY":-7,"scale":2},"title":"Map 6.1: Path Of Memories","width":1700,"height":1214,"id":"030","mapRegions":[{"area":"328","points":[[914,973],[914,1102],[1469,1102],[1469,973]]},{"area":"33e","points":[[182,308],[182,124],[650,124],[650,231],[688,231],[673,283],[586,334],[552,344],[521,337],[501,359],[458,370],[416,364],[384,353],[378,308]]},{"area":"33c","points":[[262,318],[298,318],[298,392],[261,431],[261,512],[294,545],[294,753],[289,766],[290,778],[289,805],[281,813],[273,823],[256,822],[251,816],[228,829],[208,828],[202,822],[188,824],[174,814],[175,800],[169,785],[156,780],[147,773],[149,757],[140,748],[129,739],[114,744],[104,735],[104,353],[262,353]]},{"area":"339","points":[[306,550],[339,550],[339,471],[379,432],[457,432],[497,471],[497,671],[481,689],[469,708],[461,729],[453,754],[452,787],[452,902],[429,899],[407,886],[389,867],[377,840],[377,708],[306,708]]},{"area":"335","points":[[495,1071],[505,1076],[529,1076],[535,1077],[535,1020],[732,1020],[732,940],[817,940],[823,911],[823,872],[813,864],[771,864],[771,775],[767,745],[758,720],[746,691],[727,669],[709,653],[688,641],[660,630],[628,623],[607,624],[596,636],[575,636],[547,641],[535,651],[513,670],[489,700],[470,735],[463,772],[463,903],[495,941]]},{"area":"332","points":[[536,643],[544,631],[561,629],[597,626],[615,609],[612,590],[615,580],[623,577],[637,567],[649,567],[656,576],[668,577],[681,584],[701,585],[722,579],[736,561],[735,546],[737,524],[721,509],[699,514],[693,505],[693,491],[702,478],[733,471],[732,455],[742,439],[764,430],[798,430],[829,428],[849,415],[852,396],[845,370],[845,349],[854,347],[874,350],[881,333],[897,307],[915,309],[933,312],[927,288],[903,236],[876,241],[856,257],[852,267],[829,268],[809,268],[785,271],[767,282],[772,302],[754,319],[745,339],[724,348],[693,349],[671,347],[662,352],[650,381],[657,399],[658,417],[653,421],[642,412],[635,396],[604,388],[592,400],[577,402],[568,415],[575,425],[574,442],[582,467],[591,476],[607,472],[614,481],[610,510],[599,506],[580,513],[566,510],[545,515],[537,517],[534,534],[537,549],[535,570],[544,586],[543,605],[535,625]]},{"area":"32b","points":[[964,385],[1055,385],[1105,391],[1153,402],[1159,432],[1151,484],[1142,521],[1137,525],[1101,519],[1062,515],[1026,514],[964,513]]},{"area":"32f","points":[[1231,348],[1220,292],[1214,219],[1241,204],[1259,206],[1273,201],[1286,189],[1289,181],[1311,174],[1313,155],[1401,155],[1401,193],[1476,193],[1476,231],[1575,231],[1584,253],[1589,274],[1581,304],[1575,315],[1476,315],[1470,325],[1472,338],[1465,348],[1464,363],[1472,372],[1476,388],[1476,409],[1471,417],[1445,435],[1419,436],[1405,435],[1401,429],[1380,431],[1361,429],[1361,416],[1358,403],[1342,393],[1325,396],[1316,390],[1279,396],[1258,383],[1246,375],[1244,359]]},{"area":"32d","points":[[821,863],[828,871],[831,906],[823,940],[968,940],[968,862],[1085,862],[1085,783],[1101,767],[1098,742],[1087,734],[1073,745],[1056,732],[1052,720],[1046,701],[1034,689],[1033,681],[1033,671],[1013,674],[1005,667],[1001,649],[1004,638],[980,635],[971,645],[963,645],[948,649],[936,643],[921,638],[911,635],[900,644],[896,660],[887,664],[809,664],[809,744],[847,744],[847,785],[887,785],[887,863]]},{"area":"329","points":[[1239,698],[1230,669],[1233,643],[1256,631],[1269,628],[1286,630],[1302,636],[1313,652],[1329,655],[1349,662],[1366,670],[1377,679],[1393,676],[1400,691],[1408,706],[1418,716],[1433,715],[1441,728],[1444,741],[1441,755],[1445,767],[1460,773],[1473,785],[1496,789],[1513,791],[1520,810],[1521,821],[1516,831],[1519,843],[1526,856],[1544,862],[1561,860],[1591,861],[1615,863],[1622,869],[1641,914],[1647,967],[1625,982],[1598,975],[1580,977],[1560,964],[1553,945],[1522,937],[1511,940],[1497,944],[1479,940],[1471,937],[1448,940],[1437,922],[1435,905],[1433,892],[1436,879],[1422,863],[1402,858],[1386,845],[1388,832],[1365,825],[1359,807],[1344,792],[1324,784],[1316,764],[1322,745],[1308,733],[1287,735],[1278,727],[1261,714],[1250,707]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/094-map-6.01-path-of-memories.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/095-map-6.01-path-of-memories-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-37,"offsetY":-7,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"030"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/098-map-6.02-city-of-last-names.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":400},"title":"Map 6.2: City Of Lost Names","width":1700,"height":2421,"id":"031","mapRegions":[{"area":"360","points":[[479,73],[479,127],[1228,127],[1228,73]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/098-map-6.02-city-of-last-names.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/099-map-6.02-city-of-last-names-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":400},"title":"Player Version","width":1700,"height":2421,"mapParent":{"id":"031"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/100-map-6.03-occupied-mansion.webp"},"imageType":"map","grid":{"type":"square","size":74,"offsetX":-3,"offsetY":2,"scale":2},"title":"Map 6.3: Occupied Mansion","width":1700,"height":1214,"id":"032","mapRegions":[{"area":"36e","points":[[570,76],[570,170],[1124,170],[1124,76]]},{"area":"384","points":[[519,339],[876,339],[899,348],[919,391],[922,426],[930,448],[951,487],[955,513],[519,513]]},{"area":"37c","points":[[360,412],[360,519],[783,519],[764,545],[764,570],[769,586],[299,586],[299,412]]},{"area":"379","points":[[185,600],[471,600],[471,847],[287,847],[287,922],[149,922],[149,785],[185,785]]},{"area":"373","points":[[297,857],[297,922],[471,922],[471,857]]},{"area":"375","points":[[481,784],[481,921],[843,921],[843,784]]},{"area":"37d","points":[[481,775],[481,597],[695,597],[695,702],[623,702],[623,775]]},{"area":"380","points":[[628,707],[628,773],[769,773],[769,707]]},{"area":"36f","points":[[288,932],[288,1079],[517,1079],[517,932]]},{"area":"386","points":[[1291,412],[1291,524],[1490,524],[1485,554],[1486,586],[1228,586],[1228,412]]},{"area":"38b","points":[[1301,596],[1301,775],[1476,775],[1476,596]]},{"area":"387","points":[[1114,597],[1292,597],[1292,773],[1174,773],[1156,798],[1130,807],[1108,804],[1089,791],[1081,769],[1084,750],[1094,731],[1114,718]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/100-map-6.03-occupied-mansion.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/101-map-6.03-occupied-mansion-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-3,"offsetY":2,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"032"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/103-map-6.04-temple-of-paladine.webp"},"imageType":"map","grid":{"type":"square","size":75,"offsetX":-27,"offsetY":-21,"scale":2},"title":"Map 6.4: Temple Of Paladine","width":1700,"height":1214,"id":"033","mapRegions":[{"area":"399","points":[[730,179],[679,258],[656,329],[640,383],[625,469],[621,548],[627,617],[647,681],[668,766],[706,842],[764,928],[838,1006],[907,1058],[1040,1130],[1210,1153],[1517,1117],[1616,959],[1615,561],[1601,345],[1521,322],[1429,252],[1425,184],[1481,106],[1371,75],[1289,84],[1170,74],[1190,155],[1129,176],[1169,269],[1251,267],[1322,269],[1328,378],[1332,428],[1370,468],[1407,438],[1434,438],[1465,450],[1486,468],[1487,500],[1527,527],[1526,574],[1489,606],[1478,646],[1448,668],[1411,672],[1376,645],[1376,785],[1333,785],[1304,802],[1264,806],[1232,796],[1216,784],[1180,784],[1180,743],[1113,781],[1105,841],[1061,881],[1020,892],[982,887],[944,861],[921,820],[919,773],[940,731],[980,706],[1005,697],[1029,699],[1029,672],[992,672],[992,633],[953,633],[953,472],[991,472],[991,420],[967,377],[976,340],[945,308],[950,226],[995,179]]},{"area":"392","points":[[414,73],[388,120],[363,172],[344,268],[317,394],[304,462],[324,516],[325,580],[301,610],[313,667],[344,749],[361,804],[365,864],[390,859],[404,902],[431,927],[433,964],[449,1007],[468,1042],[494,1056],[532,1085],[553,1150],[87,1119],[99,94],[233,74],[311,73]]},{"area":"395","points":[[425,81],[391,148],[363,217],[347,285],[316,465],[335,521],[335,576],[318,615],[354,755],[369,823],[372,854],[393,844],[407,893],[431,915],[443,962],[466,1020],[501,1048],[546,1089],[574,1149],[1063,1156],[943,1104],[762,954],[671,798],[616,615],[613,516],[622,417],[654,293],[728,178],[561,174],[568,72]]},{"area":"39c","points":[[967,486],[1001,477],[1003,436],[974,373],[985,335],[966,287],[980,201],[1054,178],[1121,180],[1163,272],[1317,274],[1322,427],[1360,474],[1363,505],[1331,509],[1331,597],[1365,597],[1365,621],[1107,773],[1041,772],[1041,661],[1007,661],[1007,621],[967,621]]},{"area":"3a0","points":[[1030,712],[1003,710],[976,716],[955,733],[941,756],[931,784],[932,813],[947,845],[966,863],[993,876],[1021,880],[1047,875],[1075,857],[1092,834],[1100,812],[1101,786],[1030,786]]},{"area":"3a3","points":[[1188,738],[1366,638],[1366,771],[1327,771],[1314,786],[1284,795],[1252,791],[1233,785],[1228,772],[1188,771]]},{"area":"3a6","points":[[1337,522],[1379,522],[1380,494],[1388,467],[1409,450],[1435,448],[1455,459],[1473,476],[1479,507],[1515,532],[1515,574],[1475,595],[1477,620],[1460,644],[1434,657],[1408,655],[1385,638],[1377,620],[1376,585],[1337,585]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/103-map-6.04-temple-of-paladine.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/104-map-6.04-temple-of-paladine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-27,"offsetY":-21,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"033"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/107-map-6.05-threshold-of-the-heavens.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":2,"offsetY":18,"scale":2},"title":"Map 6.5: Threshold of the Heavens","width":1700,"height":2307,"id":"034","mapRegions":[{"area":"3cb","points":[[282,243],[321,204],[707,204],[747,243],[747,555],[709,593],[317,593],[282,553]]},{"area":"3d0","points":[[1074,239],[1150,239],[1150,166],[1467,166],[1467,239],[1540,239],[1540,553],[1498,595],[1113,595],[1074,555]]},{"area":"3c8","points":[[1111,990],[1111,916],[1146,881],[1470,881],[1505,916],[1505,990],[1384,990],[1384,1030],[1233,1030],[1233,990]]},{"area":"3c5","points":[[1109,1000],[1224,1000],[1224,1038],[1262,1038],[1262,1271],[1147,1271],[1109,1234]]},{"area":"3c3","points":[[1274,1271],[1274,1040],[1392,1040],[1392,999],[1505,999],[1505,1231],[1462,1271]]},{"area":"3c0","points":[[283,991],[283,917],[359,841],[669,841],[747,919],[747,1109],[477,1109],[477,991]]},{"area":"3bc","points":[[282,1001],[468,1001],[468,1116],[746,1116],[746,1231],[669,1308],[357,1308],[282,1230]]},{"area":"3af","points":[[177,1716],[177,1989],[747,1989],[747,1716]]},{"area":"3ae","points":[[180,1999],[180,2190],[576,2190],[576,1999]]},{"area":"3b3","points":[[837,1674],[913,1598],[1025,1598],[1025,1870],[1103,1870],[1103,2062],[913,2062],[837,1984]]},{"area":"3b7","points":[[1034,1596],[1223,1596],[1302,1675],[1302,1987],[1226,2063],[1114,2063],[1114,1784],[1034,1784]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/107-map-6.05-threshold-of-the-heavens.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/108-map-6.05-threshold-of-the-heavens-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":2,"offsetY":18,"scale":2},"title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"034"}}]},{"name":"Ch. 7: Siege of Kalaman","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/114-map-7.01-assault-on-hawkers-grove.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-4},"title":"Map 7.1: Assault on Hawkers Grove","width":1700,"height":2286,"id":"035","mapRegions":[{"area":"41a","points":[[151,105],[151,234],[901,234],[901,105]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/114-map-7.01-assault-on-hawkers-grove.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/115-map-7.01-assault-on-hawkers-grove-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-4},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"035"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/117-map-7.02-flying-citadel-sublevels.webp"},"imageType":"map","grid":{"type":"square","size":78,"offsetX":26,"offsetY":9,"scale":2},"title":"Map 7.2: Flying Citadel Sublevels","width":1700,"height":2307,"id":"055","mapRegions":[{"area":"42c","points":[[620,112],[620,298],[1071,298],[1071,112]]},{"area":"42d","points":[[1247,665],[1600,665],[1605,686],[1593,721],[1581,738],[1566,791],[1557,807],[1530,831],[1505,853],[1486,857],[1480,870],[1462,882],[1444,891],[1417,882],[1403,864],[1381,853],[1356,855],[1342,835],[1328,813],[1318,806],[1308,775],[1287,770],[1272,748],[1273,725],[1258,701],[1257,688],[1248,679]]},{"area":"466","points":[[286,477],[400,477],[400,393],[475,393],[475,477],[483,477],[483,394],[553,394],[553,477],[562,477],[562,394],[633,394],[633,477],[641,477],[641,394],[710,394],[710,477],[718,477],[718,394],[786,394],[786,477],[797,477],[797,394],[872,394],[872,477],[866,477],[866,551],[286,551]]},{"area":"45e","points":[[910,512],[1066,512],[1066,627],[1027,627],[1027,666],[949,666],[949,628],[910,628]]},{"area":"44c","points":[[875,1143],[873,1165],[900,1184],[907,1203],[918,1223],[932,1238],[950,1256],[948,1278],[921,1281],[916,1308],[928,1326],[951,1335],[996,1347],[1027,1350],[1042,1336],[1037,1319],[1017,1295],[1007,1273],[965,1274],[965,1248],[992,1247],[1014,1253],[1013,1217],[1016,1176],[1030,1143]]},{"area":"44b","points":[[799,1266],[799,558],[863,558],[863,670],[1065,670],[1065,744],[864,744],[864,984],[948,984],[1027,984],[1027,1127],[865,1127],[865,1216],[846,1225],[832,1254]]},{"area":"459","points":[[161,696],[169,685],[167,670],[170,648],[169,632],[190,624],[208,622],[229,616],[239,627],[247,646],[253,660],[269,665],[294,665],[321,673],[316,693],[330,698],[325,717],[312,729],[334,743],[349,733],[373,748],[391,732],[400,735],[407,750],[411,773],[402,785],[400,805],[387,818],[347,816],[328,814],[335,789],[326,779],[301,793],[273,797],[258,799],[249,788],[228,791],[219,801],[205,780],[207,767],[217,753],[207,732],[207,720],[211,710],[187,706],[176,711]]},{"area":"467","points":[[363,594],[363,706],[480,706],[480,594]]},{"area":"464","points":[[518,589],[555,589],[555,555],[637,555],[637,589],[753,589],[753,667],[787,667],[787,742],[755,742],[755,780],[518,780]]},{"area":"462","points":[[565,790],[565,863],[632,863],[632,790]]},{"area":"460","points":[[642,791],[752,791],[752,822],[786,822],[786,862],[642,862]]},{"area":"456","points":[[245,1330],[324,1330],[324,1298],[404,1298],[404,1330],[481,1330],[495,1363],[490,1405],[456,1428],[432,1445],[393,1452],[347,1422],[302,1396],[270,1389],[246,1360]]},{"area":"451","points":[[207,1287],[207,1135],[178,1131],[150,1112],[127,1072],[129,1034],[154,997],[181,982],[207,978],[207,822],[512,822],[537,833],[551,851],[559,879],[559,899],[713,899],[713,980],[786,980],[786,1135],[717,1135],[688,1154],[648,1178],[622,1211],[583,1219],[559,1219],[557,1244],[545,1271],[522,1283],[485,1287]]},{"area":"430","points":[[105,2025],[113,2009],[128,1994],[147,1995],[168,1993],[183,1974],[191,1962],[182,1950],[172,1946],[181,1932],[201,1929],[202,1909],[223,1894],[251,1887],[255,1869],[281,1851],[304,1855],[340,1855],[351,1834],[378,1823],[399,1821],[433,1813],[448,1792],[445,1782],[479,1780],[508,1763],[507,1777],[527,1775],[557,1760],[572,1742],[612,1722],[605,1747],[580,1765],[557,1786],[540,1804],[555,1807],[546,1821],[526,1835],[509,1873],[525,1866],[523,1887],[527,1917],[521,1936],[524,1957],[518,1975],[497,1993],[512,2008],[525,2024],[556,2024],[562,2001],[592,1989],[615,2000],[633,1984],[658,1976],[684,1986],[701,1969],[720,1956],[739,1997],[711,2006],[684,2009],[664,2020],[672,2027],[647,2028],[643,2045],[623,2056],[622,2066],[691,2066],[746,2062],[771,2052],[807,2061],[811,2094],[780,2106],[765,2129],[750,2149],[692,2152],[658,2144],[645,2129],[617,2120],[588,2097],[586,2075],[559,2070],[535,2080],[520,2088],[496,2083],[479,2066],[472,2046],[465,2031],[427,2033],[405,2034],[390,2048],[361,2038],[367,2031],[348,2028],[330,2047],[308,2049],[278,2048],[299,2027],[329,2009],[352,1988],[326,1980],[300,1987],[280,1993],[260,2003],[255,2019],[223,2016],[214,2031],[195,2044],[168,2033],[147,2031],[122,2026]]},{"area":"436","points":[[853,1861],[853,1930],[966,1930],[966,1861]]},{"area":"432","points":[[1176,1845],[1176,1722],[872,1722],[832,1731],[793,1753],[758,1788],[730,1833],[719,1881],[722,1921],[736,1966],[758,2003],[793,2036],[837,2066],[1177,2066],[1177,1945],[1030,1945],[1030,1845]]},{"area":"432","points":[[1031,1847],[1031,1942],[1293,1942],[1293,1847]]},{"area":"440","points":[[1376,1793],[1376,1778],[1354,1759],[1354,1682],[1435,1682],[1435,1758],[1417,1776],[1417,1793]]},{"area":"43e","points":[[1303,1947],[1303,1843],[1338,1843],[1338,1801],[1488,1801],[1488,1986],[1337,1986],[1337,1947]]},{"area":"442","points":[[1495,1882],[1514,1873],[1532,1855],[1610,1855],[1610,1936],[1530,1936],[1513,1916],[1495,1916]]},{"area":"446","points":[[1354,2111],[1354,2031],[1375,2013],[1375,1995],[1415,1995],[1415,2011],[1435,2031],[1435,2111]]},{"area":"43b","points":[[1182,1993],[1217,1993],[1217,1955],[1297,1955],[1297,1993],[1337,1993],[1337,2107],[1259,2107],[1259,2074],[1303,2074],[1303,2064],[1221,2064],[1221,2031],[1182,2031]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/117-map-7.02-flying-citadel-sublevels.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/118-map-7.02-flying-citadel-sublevels-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":26,"offsetY":9,"scale":2},"title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"055"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/122-map-7.03-bastion-of-takhisis.webp"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":-12,"offsetY":-7,"scale":2.5},"title":"Map 7.3: Bastion of Takhisis","width":1700,"height":1214,"id":"056","mapRegions":[{"area":"469","points":[[553,95],[553,202],[1146,202],[1146,95]]},{"area":"46a","points":[[218,757],[218,809],[292,809],[292,757]]},{"area":"472","points":[[374,504],[374,812],[717,812],[717,504]]},{"area":"46e","points":[[220,940],[220,1037],[314,1037],[314,940]]},{"area":"479","points":[[1357,938],[1357,1035],[1458,1035],[1458,938]]},{"area":"47b","points":[[1056,618],[1048,593],[1056,574],[1073,571],[1089,544],[1035,543],[1034,517],[1158,521],[1179,512],[1193,508],[1197,520],[1256,516],[1266,510],[1297,503],[1320,522],[1359,516],[1357,473],[1371,468],[1381,451],[1398,454],[1421,473],[1435,450],[1461,455],[1483,495],[1475,510],[1461,519],[1460,539],[1473,544],[1460,564],[1409,564],[1409,665],[1392,669],[1382,664],[1382,567],[1358,567],[1358,545],[1335,545],[1338,565],[1329,580],[1336,596],[1313,600],[1296,600],[1283,607],[1258,617],[1243,611],[1227,591],[1210,598],[1196,603],[1180,615],[1165,614],[1157,600],[1146,590],[1133,589],[1119,591],[1109,604],[1105,618]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/122-map-7.03-bastion-of-takhisis.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/123-map-7.03-bastion-of-takhisis-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-12,"offsetY":-7,"scale":2.5},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"056"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/126-map-7.04-flying-citadel-surface.webp"},"imageType":"map","grid":{"type":"square","size":73,"offsetX":-29,"offsetY":-38,"scale":2,"distance":50},"title":"Map 7.4: Flying Citadel Surface","width":850,"height":1154,"id":"057","mapRegions":[{"area":"47f","points":[[138,58],[138,146],[713,146],[713,58]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/126-map-7.04-flying-citadel-surface.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/127-map-7.04-flying-citadel-surface-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-29,"offsetY":-38,"scale":2,"distance":50},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"057"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/130-map-7.05-clash-of-fallen-flames.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":-23,"offsetY":-24},"title":"Map 7.5: Clash Of Fallen Flames","width":1700,"height":2303,"id":"058","mapRegions":[{"area":"48e","points":[[135,102],[135,240],[809,240],[809,102]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/130-map-7.05-clash-of-fallen-flames.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/131-map-7.05-clash-of-fallen-flames-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-23,"offsetY":-24},"title":"Player Version","width":1700,"height":2303,"mapParent":{"id":"058"}}]},{"name":"App. E: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/179-map-12.01-kalaman-northern-wastes.webp"},"imageType":"map","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Map: Kalaman Northern Wastes","width":1700,"height":2429,"id":"059"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/178-map-12.01-kalaman-northern-wastes-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Player Version","width":1700,"height":2429,"mapParent":{"id":"059"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/180-map-12.02-ansalon-continent.webp"},"imageType":"map","grid":{"type":"none","size":52,"scale":3,"distance":25,"units":"miles"},"title":"Map: The Continent of Ansalon on the World of Krynn","width":1700,"height":1199,"id":"05a"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/181-map-12.02-ansalon-continent-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":52,"scale":3,"distance":25,"units":"miles"},"title":"Player Version","width":1700,"height":1199,"mapParent":{"id":"05a"}}]}]},"KftGV":{"id":"KftGV","source":"KftGV","prop":"adventure","chapters":[{"name":"The Murkmire Malevolence","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/007-01-004.players-map.webp"},"title":"Map 1.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/009-map-1.02-dms-map.webp"},"imageType":"map","title":"Map 1.2: DM's Map","width":1700,"height":2210,"id":"141","mapRegions":[{"area":"071","points":[[384,603],[385,483],[414,437],[451,406],[626,406],[662,438],[688,475],[688,597],[662,639],[627,664],[456,664],[417,640]]},{"area":"06c","points":[[890,543],[977,543],[977,311],[1421,311],[1421,623],[890,623]]},{"area":"06a","points":[[383,812],[383,732],[832,732],[832,763],[417,763],[417,812]]},{"area":"06b","points":[[1105,763],[1105,809],[1375,809],[1375,763]]},{"area":"05f","points":[[658,865],[658,1093],[1091,1093],[1091,865]]},{"area":"05c","points":[[333,822],[333,1122],[551,1122],[551,822]]},{"area":"052","points":[[335,1183],[460,1183],[460,1221],[516,1221],[516,1183],[640,1183],[640,1218],[696,1218],[696,1183],[818,1183],[818,1303],[698,1303],[698,1266],[641,1266],[641,1304],[518,1304],[518,1263],[461,1263],[461,1303],[335,1303]]},{"area":"055","points":[[881,1186],[1006,1186],[1006,1218],[1058,1218],[1058,1186],[1195,1186],[1195,1301],[1063,1301],[1063,1265],[1005,1265],[1005,1301],[881,1301]]},{"area":"059","points":[[1248,1183],[1248,1302],[1418,1302],[1418,1183]]},{"area":"064","points":[[1158,818],[1158,1119],[1418,1119],[1418,818]]},{"area":"041","points":[[334,1546],[461,1546],[461,1670],[419,1670],[419,1727],[457,1727],[457,1851],[422,1851],[422,1909],[462,1909],[462,2034],[334,2034],[334,1911],[379,1911],[379,1851],[334,1851],[334,1729],[377,1729],[377,1672],[334,1672]]},{"area":"03d","points":[[522,1545],[522,1669],[560,1669],[560,1729],[522,1729],[522,1856],[559,1856],[559,1911],[522,1911],[522,2035],[644,2035],[644,1912],[597,1912],[597,1856],[639,1856],[639,1732],[599,1732],[599,1670],[640,1670],[640,1545]]},{"area":"03a","points":[[700,1590],[700,1458],[782,1458],[782,1498],[871,1498],[886,1517],[898,1543],[905,1565],[907,1590],[1018,1590],[1021,1561],[1030,1539],[1043,1520],[1062,1501],[1150,1501],[1150,1457],[1230,1457],[1230,1590]]},{"area":"035","points":[[699,1593],[699,2030],[1232,2030],[1232,1593]]},{"area":"04d","points":[[1294,1544],[1294,1669],[1415,1669],[1415,1544]]},{"area":"049","points":[[1289,1726],[1289,1850],[1414,1850],[1414,1726]]},{"area":"044","points":[[1291,1908],[1291,2030],[1418,2030],[1418,1908]]}],"grid":{"type":"square","size":50,"offsetX":9,"offsetY":35,"scale":1.095},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/009-map-1.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/010-map-1.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"141"}}]},{"name":"The Stygian Gambit","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/014-02-003.player-map.webp"},"title":"Map 2.1: Players' Map","width":1700,"height":2342,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/016-map-2.02-dms-map.webp"},"imageType":"map","title":"Map 2.2: DM's map","width":1700,"height":2307,"id":"142","mapRegions":[{"area":"0db","points":[[114,150],[114,350],[497,350],[497,150]]},{"area":"0d9","points":[[111,358],[165,358],[165,795],[240,795],[240,839],[111,839]]},{"area":"0c6","points":[[545,383],[246,383],[246,708],[593,708],[590,701],[582,691],[575,683],[563,679],[555,668],[551,654],[549,637],[545,608]]},{"area":"0d9","points":[[672,785],[247,785],[247,717],[627,717],[636,710],[651,707],[663,711],[672,716]]},{"area":"0b7","points":[[625,708],[603,708],[599,697],[590,690],[581,677],[563,669],[561,653],[557,642],[556,619],[557,594],[555,563],[555,535],[563,506],[572,488],[579,459],[592,440],[598,431],[618,415],[622,398],[632,386],[644,373],[651,363],[662,347],[667,336],[688,319],[697,297],[716,272],[724,265],[742,270],[757,281],[783,292],[803,305],[817,314],[843,320],[860,332],[884,339],[911,344],[923,355],[939,361],[955,374],[977,377],[999,382],[1018,397],[1024,409],[1015,427],[1007,434],[1007,482],[1000,494],[989,507],[983,521],[986,545],[971,554],[963,565],[958,583],[947,593],[934,610],[929,618],[929,641],[926,661],[906,703],[894,711],[877,723],[855,723],[843,722],[830,711],[802,710],[776,712],[752,725],[732,717],[707,712],[680,705],[649,699]]},{"area":"0d5","points":[[245,792],[245,1066],[366,1066],[366,792]]},{"area":"0d7","points":[[367,1270],[367,1075],[247,1075],[247,1270]]},{"area":"0c9","points":[[425,795],[425,1090],[671,1090],[671,795]]},{"area":"0cb","points":[[427,1101],[427,1220],[544,1220],[544,1101]]},{"area":"0d3","points":[[553,1100],[553,1220],[672,1220],[672,1100]]},{"area":"0d9","points":[[374,794],[374,1272],[701,1272],[701,1230],[418,1230],[418,794]]},{"area":"0c3","points":[[337,1794],[312,1810],[277,1814],[244,1822],[213,1814],[195,1798],[190,1769],[175,1761],[170,1734],[163,1717],[171,1697],[176,1671],[183,1637],[186,1617],[178,1592],[168,1576],[163,1543],[159,1536],[167,1510],[172,1486],[178,1468],[177,1433],[204,1439],[221,1456],[243,1475],[265,1484],[294,1484],[317,1490],[351,1507],[379,1528],[397,1539],[442,1543],[464,1557],[477,1578],[497,1610],[513,1633],[538,1650],[562,1653],[570,1663],[555,1673],[537,1694],[510,1702],[487,1704],[458,1722],[437,1743],[405,1754],[376,1783]]},{"area":"0aa","points":[[828,1823],[828,1957],[1037,1957],[1037,1823]]},{"area":"0b6","points":[[1393,1165],[1399,1146],[1403,1131],[1414,1123],[1418,1108],[1419,1073],[1413,1061],[1384,1032],[1415,990],[1437,983],[1466,968],[1490,952],[1505,937],[1525,923],[1538,913],[1548,931],[1549,963],[1553,989],[1549,1012],[1545,1046],[1550,1082],[1550,1114],[1543,1165]]},{"area":"0ac","points":[[1206,2043],[1161,1926],[1161,1830],[1229,1719],[1297,1660],[1321,1590],[1386,1569],[1428,1608],[1463,1723],[1460,1762],[1473,1833],[1493,1860],[1510,1883],[1517,1917],[1490,1932],[1463,1943],[1438,1977],[1419,1989],[1354,2009],[1300,2022],[1265,2035],[1229,2050]]},{"area":"0ae","points":[[797,1789],[779,1587],[790,1541],[803,1490],[798,1367],[803,1335],[847,1288],[872,1311],[951,1366],[1035,1450],[1080,1463],[1102,1564],[1099,1641],[1127,1690],[1083,1750],[1003,1771],[935,1790],[850,1803]]},{"area":"0af","points":[[610,1322],[610,1995],[775,1995],[775,1322]]},{"area":"0b4","points":[[1201,1458],[1192,1438],[1187,1406],[1187,1380],[1183,1357],[1191,1321],[1201,1280],[1240,1252],[1243,1235],[1235,1218],[1229,1198],[1190,1189],[1164,1184],[1136,1175],[1129,1150],[1128,1117],[1117,1098],[1090,1050],[1083,1023],[1078,998],[1108,961],[1126,966],[1143,987],[1161,1001],[1180,996],[1210,999],[1237,1015],[1275,1019],[1327,1031],[1365,1038],[1406,1063],[1416,1097],[1402,1117],[1396,1140],[1388,1168],[1381,1181],[1350,1202],[1330,1215],[1334,1238],[1349,1274],[1363,1324],[1361,1373],[1352,1402],[1336,1430],[1320,1463],[1296,1479],[1268,1485],[1240,1477],[1218,1470]]},{"area":"0b9","points":[[1126,879],[1118,851],[1122,832],[1123,808],[1132,792],[1137,755],[1156,728],[1181,702],[1270,563],[1295,531],[1313,537],[1341,556],[1377,570],[1405,585],[1448,617],[1473,630],[1510,652],[1543,667],[1551,689],[1571,710],[1567,753],[1572,797],[1563,817],[1545,837],[1548,864],[1527,901],[1515,921],[1485,943],[1447,970],[1432,982],[1413,970],[1393,957],[1372,946],[1350,944],[1320,923],[1303,917],[1278,893],[1246,881],[1207,883],[1170,895],[1147,893]]},{"area":"0c0","points":[[1049,584],[1084,402],[1130,349],[1284,411],[1315,470],[1259,535],[1174,622]]},{"area":"0b2","points":[[681,809],[681,1227],[923,1227],[923,809]]}],"grid":{"type":"square","size":61,"offsetX":28,"offsetY":53,"scale":2.385,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/016-map-2.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/017-map-2.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"142"}}]},{"name":"Reach for the Stars","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/020-03-003.players-map.webp"},"title":"Map 3.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/021-map-3.02-dms-map.webp"},"imageType":"map","title":"Map 3.2: DM's map","width":1700,"height":2210,"id":"189","mapRegions":[{"area":"137","points":[[717,1985],[690,1977],[664,1937],[650,1917],[649,1886],[644,1860],[651,1821],[666,1791],[687,1773],[706,1756],[720,1738],[715,1719],[683,1702],[658,1684],[646,1676],[631,1630],[636,1603],[640,1579],[653,1527],[682,1499],[713,1479],[737,1474],[773,1476],[806,1477],[837,1500],[863,1522],[883,1557],[890,1587],[887,1623],[882,1657],[857,1690],[823,1713],[805,1726],[805,1745],[843,1768],[873,1793],[888,1837],[893,1891],[877,1941],[848,1968],[824,1981],[792,1967],[787,1992],[764,2005],[737,1997]]},{"area":"10a","points":[[381,1185],[381,1060],[235,1060],[235,1185]]},{"area":"12a","points":[[232,1257],[232,1397],[379,1397],[379,1257]]},{"area":"125","points":[[234,1190],[634,1190],[634,1396],[390,1396],[390,1245],[234,1245]]},{"area":"124","points":[[388,1059],[388,1183],[634,1183],[634,1059]]},{"area":"12b","points":[[482,968],[350,968],[357,984],[356,1003],[347,1023],[317,1053],[482,1053]]},{"area":"121","points":[[489,969],[789,969],[789,1185],[641,1185],[641,1055],[489,1055]]},{"area":"129","points":[[641,1192],[641,1277],[790,1277],[790,1192]]},{"area":"12b","points":[[643,1286],[643,1397],[790,1397],[790,1286]]},{"area":"131","points":[[870,941],[870,1149],[1017,1149],[1017,941]]},{"area":"12e","points":[[1023,942],[1023,1150],[1263,1150],[1263,942]]},{"area":"12c","points":[[1267,945],[1267,1151],[1420,1151],[1420,945]]},{"area":"134","points":[[1025,1157],[1025,1221],[1264,1221],[1264,1157]]},{"area":"135","points":[[1025,1224],[1025,1403],[1263,1403],[1263,1224]]},{"area":"109","points":[[868,463],[859,437],[859,413],[866,390],[883,374],[909,363],[932,364],[956,374],[976,397],[985,422],[981,457],[961,477],[933,491],[907,490],[886,482]]},{"area":"116","points":[[944,491],[964,480],[983,463],[989,442],[990,426],[984,410],[1144,410],[1144,491]]},{"area":"119","points":[[1151,412],[1151,489],[1302,489],[1302,412]]},{"area":"11c","points":[[1305,588],[1305,414],[1416,414],[1416,588]]},{"area":"11f","points":[[1307,594],[1307,831],[1422,831],[1422,594]]},{"area":"10f","points":[[997,597],[997,832],[1303,832],[1303,597]]},{"area":"111","points":[[872,683],[872,564],[1020,564],[1020,588],[990,588],[990,683]]},{"area":"110","points":[[990,690],[990,831],[873,831],[873,690]]},{"area":"114","points":[[1024,497],[1024,592],[1300,592],[1300,497]]},{"area":"107","points":[[237,460],[228,431],[232,402],[247,383],[266,366],[297,362],[323,373],[343,392],[355,417],[350,454],[331,477],[306,490],[276,490],[256,478]]},{"area":"10d","points":[[325,485],[347,470],[359,451],[362,429],[357,408],[637,408],[637,485]]},{"area":"0ff","points":[[644,409],[644,457],[792,457],[792,409]]},{"area":"0fd","points":[[645,464],[645,618],[791,618],[791,464]]},{"area":"100","points":[[390,493],[390,618],[637,618],[637,493]]},{"area":"103","points":[[238,623],[238,713],[384,713],[384,623]]},{"area":"102","points":[[242,718],[242,830],[383,830],[383,718]]},{"area":"0f5","points":[[390,624],[390,830],[637,830],[637,624]]},{"area":"0f9","points":[[644,803],[644,626],[788,626],[788,718],[759,718],[759,803]]},{"area":"0f7","points":[[646,812],[765,812],[765,723],[788,723],[788,831],[646,831]]}],"grid":{"type":"square","size":50,"offsetX":25,"offsetY":44,"scale":1.595,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/021-map-3.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/022-map-3.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"189"}}]},{"name":"Prisoner 13","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/030-p13-003.players-map.webp"},"title":"Map 4.1: Players' Map","width":1700,"height":2307,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/031-map-4.02-dms-map.webp"},"imageType":"map","title":"Map 4.2: DM's map","width":1700,"height":2307,"id":"1f1","mapRegions":[{"area":"15f","points":[[776,321],[776,507],[943,507],[943,321]]},{"area":"160","points":[[832,536],[832,624],[951,624],[951,536]]},{"area":"173","points":[[686,754],[1124,754],[1328,1097],[1328,1127],[1118,1474],[688,1473],[480,1128],[482,1097],[671,778],[689,798],[510,1097],[510,1127],[699,1442],[1110,1442],[1299,1128],[1299,1095],[1112,783],[701,783]]},{"area":"173","points":[[684,754],[670,779],[689,797],[700,782]]},{"area":"176","points":[[767,890],[658,1088],[658,1136],[767,1333],[1049,1333],[1151,1135],[1151,1087],[1047,890],[811,890],[811,796],[1105,796],[1282,1088],[1282,1138],[1102,1429],[708,1429],[531,1139],[531,1085],[704,798],[713,793]]},{"area":"176","points":[[713,796],[811,795],[811,891],[768,891]]},{"area":"174","points":[[664,1095],[771,902],[1041,902],[1146,1095],[1143,1133],[1041,1325],[772,1325],[665,1126],[799,1127],[843,1217],[967,1217],[1019,1116],[967,1012],[844,1010],[801,1095]]},{"area":"174","points":[[663,1097],[800,1097],[793,1112],[799,1125],[663,1124]]},{"area":"179","points":[[804,1112],[851,1021],[960,1021],[1007,1113],[959,1204],[851,1206]]},{"area":"167","points":[[1112,1530],[1112,1713],[1287,1713],[1287,1530]]},{"area":"161","points":[[931,1591],[931,1487],[1088,1487],[1087,1525],[1047,1591]]},{"area":"165","points":[[880,1591],[759,1591],[696,1486],[880,1486]]},{"area":"16a","points":[[256,1473],[312,1385],[371,1473]]},{"area":"16f","points":[[273,1112],[404,1024],[446,1091],[446,1136],[405,1201]]},{"area":"16a","points":[[258,755],[373,755],[314,839]]},{"area":"171","points":[[319,858],[389,754],[549,754],[547,886],[581,907],[477,1084],[457,1084]]},{"area":"172","points":[[561,755],[673,755],[588,897],[561,881]]},{"area":"161","points":[[693,743],[759,638],[880,638],[880,743]]},{"area":"163","points":[[931,741],[931,637],[1053,637],[1116,741]]},{"area":"16a","points":[[1499,845],[1439,755],[1551,755]]},{"area":"16e","points":[[1138,755],[1423,755],[1491,860],[1353,1086],[1335,1086]]},{"area":"16b","points":[[1405,1203],[1365,1135],[1364,1091],[1407,1025],[1539,1112]]},{"area":"169","points":[[1198,1362],[1332,1139],[1353,1139],[1487,1362]]},{"area":"16a","points":[[1439,1475],[1500,1383],[1553,1475]]},{"area":"166","points":[[1096,1486],[1125,1485],[1190,1375],[1487,1375],[1423,1473],[1168,1473],[1144,1513],[1096,1513]]},{"area":"17c","points":[[497,1921],[607,1921],[655,2014],[607,2106],[497,2106],[452,2014]]},{"area":"17e","points":[[851,2106],[805,2017],[851,1922],[891,1922],[891,2106]]},{"area":"180","points":[[901,1921],[960,1921],[1005,2010],[923,2008],[920,1997],[912,1988],[901,1986]]},{"area":"184","points":[[901,2104],[901,2044],[913,2039],[922,2029],[925,2020],[1004,2020],[960,2104]]},{"area":"186","points":[[1144,2013],[1197,1912],[1317,1912],[1370,2013],[1318,2116],[1196,2117]]}],"grid":{"type":"square","size":50,"offsetX":37,"offsetY":-14,"scale":2.55,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/031-map-4.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/032-map-4.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"1f1"}}]},{"name":"Tockworth's Clockworks","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/038-05-003.players-map.webp"},"title":"Map 5.1: Players' Map","width":1700,"height":2237,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/040-map-5.02-dms-map.webp"},"imageType":"map","title":"Map 5.2: DM's map","width":1700,"height":2210,"id":"1f2","mapRegions":[{"area":"1a8","points":[[351,212],[351,284],[410,284],[410,212]]},{"area":"1ab","points":[[509,323],[509,402],[579,402],[579,323]]},{"area":"1af","points":[[854,301],[854,364],[958,364],[958,301]]},{"area":"1bb","points":[[1171,345],[1171,431],[1270,431],[1270,345]]},{"area":"1b5","points":[[1368,356],[1368,421],[1284,421],[1284,356]]},{"area":"1b8","points":[[1342,489],[1374,404],[1417,418],[1385,505]]},{"area":"1e7","points":[[812,556],[812,653],[889,653],[889,556]]},{"area":"1df","points":[[423,736],[423,777],[364,777],[364,736]]},{"area":"1dc","points":[[376,857],[342,805],[378,788],[413,798],[430,827],[427,852],[396,863]]},{"area":"1c3","points":[[1049,837],[991,823],[970,836],[941,841],[928,878],[937,911],[989,933],[1038,931]]},{"area":"1c6","points":[[1159,817],[1159,893],[1248,893],[1248,817]]},{"area":"1cb","points":[[1318,982],[1363,952],[1404,975],[1382,1024],[1345,1030],[1324,1012]]},{"area":"1cf","points":[[137,1269],[137,1595],[468,1595],[468,1269]]},{"area":"1b8","points":[[137,1651],[137,1838],[466,1838],[466,1651]]},{"area":"1b8","points":[[135,1894],[135,2084],[464,2084],[464,1894]]},{"area":"1d3","points":[[530,1263],[863,1263],[863,1349],[669,1349],[669,1398],[530,1398]]},{"area":"1c6","points":[[528,1594],[528,1461],[811,1461],[811,1497],[860,1497],[860,1594]]},{"area":"1c3","points":[[526,1654],[526,1986],[859,1986],[859,1654]]},{"area":"1a8","points":[[918,1263],[918,1498],[1152,1498],[1152,1263]]},{"area":"1af","points":[[1212,1265],[1212,1493],[1544,1493],[1544,1265]]},{"area":"1bb","points":[[920,1606],[920,1884],[1151,1884],[1151,1606]]},{"area":"1e7","points":[[1222,1773],[1226,1737],[1235,1702],[1253,1671],[1275,1645],[1302,1629],[1349,1609],[1389,1605],[1438,1615],[1463,1632],[1492,1654],[1509,1674],[1523,1699],[1538,1732],[1544,1760],[1544,1773],[1541,1796],[1538,1818],[1524,1840],[1505,1875],[1478,1897],[1450,1912],[1414,1925],[1381,1930],[1347,1926],[1310,1914],[1277,1894],[1251,1865],[1231,1835],[1222,1804]]}],"grid":{"type":"square","size":50,"offsetX":36,"offsetY":-12,"scale":1.025},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/040-map-5.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/041-map-5.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"1f2"}}]},{"name":"Masterpiece Imbroglio","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/045-06-003.player-map.webp"},"title":"Map 6.1: Players' Map","width":1700,"height":2352,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/046-map-6.02-dms-map.webp"},"imageType":"map","title":"Map 6.2: DM's map","width":1700,"height":2307,"id":"1f3","mapRegions":[{"area":"260","points":[[137,237],[145,195],[164,170],[201,145],[241,138],[272,146],[303,171],[312,170],[326,192],[335,215],[328,218],[322,253],[310,282],[293,305],[267,319],[232,325],[201,320],[174,308],[148,283],[142,261]]},{"area":"25b","points":[[234,693],[237,669],[243,638],[262,608],[285,586],[311,572],[339,564],[370,569],[400,587],[418,603],[434,637],[453,669],[449,709],[437,737],[415,759],[383,778],[344,785],[306,776],[276,757],[255,739],[242,714]]},{"area":"259","points":[[328,415],[467,337],[529,452],[391,524]]},{"area":"256","points":[[415,529],[533,459],[597,572],[464,654],[426,588],[443,572]]},{"area":"24f","points":[[467,668],[669,543],[698,595],[490,723],[466,681]]},{"area":"252","points":[[476,334],[637,244],[762,477],[608,570]]},{"area":"244","points":[[952,139],[952,230],[1045,230],[1045,139]]},{"area":"247","points":[[826,208],[826,325],[914,325],[914,208]]},{"area":"24a","points":[[978,489],[978,338],[831,338],[831,489]]},{"area":"23e","points":[[1024,304],[1024,490],[1143,490],[1143,304]]},{"area":"239","points":[[922,206],[946,206],[946,237],[1017,237],[1017,330],[922,330]]},{"area":"23b","points":[[1022,241],[1055,241],[1055,208],[1177,208],[1177,490],[1152,490],[1152,295],[1022,295]]},{"area":"241","points":[[1184,208],[1184,294],[1306,294],[1306,208]]},{"area":"242","points":[[1185,302],[1185,489],[1303,489],[1303,302]]},{"area":"217","points":[[1534,724],[1534,142],[1317,142],[1317,724]]},{"area":"237","points":[[453,1489],[412,1412],[378,1392],[358,1388],[330,1388],[295,1397],[267,1412],[250,1439],[236,1471],[242,1521],[249,1544],[259,1564],[280,1581],[299,1591],[322,1597],[348,1602],[373,1597],[400,1587],[425,1569],[440,1549],[451,1519]]},{"area":"231","points":[[325,1236],[467,1158],[529,1269],[389,1347]]},{"area":"22d","points":[[481,1148],[532,1121],[695,1410],[637,1445]]},{"area":"233","points":[[628,1449],[490,1533],[396,1355],[533,1278]]},{"area":"22b","points":[[761,1296],[671,1348],[539,1116],[635,1064]]},{"area":"229","points":[[759,1168],[719,1155],[683,1089],[636,1031],[544,1053],[491,950],[602,906],[701,906],[738,928],[770,988],[794,1019],[808,1077],[794,1155]]},{"area":"225","points":[[825,1116],[825,1024],[975,1024],[975,1049],[881,1049],[881,1116]]},{"area":"220","points":[[824,1122],[824,1304],[975,1304],[975,1122]]},{"area":"219","points":[[984,1150],[984,1309],[1015,1309],[1015,1150]]},{"area":"21d","points":[[1023,1027],[1023,1307],[1303,1307],[1303,1027]]},{"area":"212","points":[[1311,960],[1311,1537],[1535,1537],[1535,960]]},{"area":"27c","points":[[374,2055],[322,1956],[470,1880],[521,1978]]},{"area":"27f","points":[[378,2065],[406,2050],[488,2200],[458,2214]]},{"area":"279","points":[[416,2046],[526,1985],[601,2131],[494,2195]]},{"area":"278","points":[[535,1972],[695,1886],[647,1789],[479,1876]]},{"area":"274","points":[[567,2035],[727,1946],[700,1889],[536,1980]]},{"area":"277","points":[[570,2043],[653,1997],[693,2075],[611,2124]]},{"area":"276","points":[[774,2029],[733,1953],[660,1992],[701,2072]]},{"area":"26b","points":[[1249,1741],[1249,1806],[1217,1806],[1217,1832],[1308,1832],[1308,1807],[1277,1807],[1277,1741]]},{"area":"26d","points":[[1215,1843],[1215,2037],[1310,2037],[1310,1843]]},{"area":"270","points":[[1020,1875],[1020,2034],[1208,2034],[1208,1875]]},{"area":"272","points":[[823,1875],[823,2033],[1011,2033],[1011,1875]]},{"area":"264","points":[[821,1741],[821,1868],[1113,1868],[1113,1741]]},{"area":"269","points":[[1118,1742],[1118,1867],[1207,1867],[1207,1742]]}],"grid":{"type":"square","size":50,"offsetX":54,"offsetY":9,"scale":1.531},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/046-map-6.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/047-map-6.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"1f3"}}]},{"name":"Axe from the Grave","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/053-07-003.player-map.webp"},"title":"Map 7.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/054-map-7.02-dms-map.webp"},"imageType":"map","title":"Map 7.2: DM's Map","width":1700,"height":2210,"id":"283","mapRegions":[{"area":"2c8","points":[[357,675],[324,673],[300,661],[275,640],[265,604],[264,569],[274,534],[300,508],[333,492],[370,495],[401,507],[431,539],[439,569],[442,600],[442,675]]},{"area":"2c5","points":[[341,975],[341,796],[256,796],[256,975]]},{"area":"2c5","points":[[654,796],[654,982],[743,982],[743,796]]},{"area":"2c5","points":[[460,682],[460,596],[639,596],[639,682]]},{"area":"2c3","points":[[361,1077],[361,747],[405,747],[405,689],[637,689],[637,1078],[541,1078],[541,1127],[461,1127],[461,1077]]},{"area":"2c6","points":[[657,1077],[659,1111],[670,1136],[693,1158],[719,1170],[754,1176],[783,1170],[818,1156],[838,1128],[844,1092],[839,1071],[830,1043],[807,1015],[787,1004],[749,993],[657,993]]},{"area":"2d3","points":[[1008,675],[991,676],[964,673],[934,655],[922,635],[909,602],[909,571],[919,536],[948,506],[982,494],[1017,492],[1038,500],[1063,515],[1083,546],[1091,583],[1091,675]]},{"area":"2d0","points":[[1007,833],[1007,697],[1091,697],[1091,833]]},{"area":"2d6","points":[[1100,699],[1100,831],[1289,831],[1289,699]]},{"area":"2cb","points":[[1005,844],[1005,1075],[1288,1075],[1288,844]]},{"area":"2ce","points":[[1104,1094],[1104,1130],[1192,1130],[1192,1094]]},{"area":"2c9","points":[[1300,993],[1425,994],[1461,1009],[1483,1041],[1493,1076],[1487,1109],[1475,1137],[1456,1155],[1434,1168],[1393,1173],[1356,1166],[1322,1144],[1300,1098]]},{"area":"2c1","points":[[346,1469],[322,1464],[296,1455],[279,1430],[265,1405],[260,1377],[273,1338],[290,1308],[313,1301],[345,1291],[375,1293],[397,1299],[420,1316],[441,1343],[447,1376],[447,1390],[398,1386],[391,1408],[375,1419],[360,1426],[346,1426]]},{"area":"2bf","points":[[357,1477],[357,1439],[386,1427],[408,1395],[641,1395],[641,1477]]},{"area":"2b6","points":[[260,1595],[363,1595],[363,1538],[408,1538],[408,1486],[643,1489],[643,1866],[546,1866],[546,1922],[460,1922],[460,1869],[365,1869],[365,1773],[260,1773]]},{"area":"2ba","points":[[659,1591],[659,1773],[745,1773],[745,1591]]},{"area":"2bc","points":[[659,1869],[661,1889],[670,1916],[687,1940],[713,1961],[749,1967],[781,1966],[812,1952],[839,1919],[851,1882],[845,1843],[826,1814],[804,1796],[777,1786],[659,1786]]},{"area":"2df","points":[[1295,1881],[1295,1484],[1002,1484],[1002,1881]]},{"area":"2dd","points":[[995,1294],[1032,1301],[1058,1311],[1078,1342],[1089,1368],[1089,1403],[1075,1438],[1050,1465],[1032,1476],[995,1479],[959,1466],[934,1445],[915,1424],[909,1398],[907,1372],[914,1351],[930,1326],[948,1307],[970,1298]]},{"area":"2da","points":[[1300,1888],[1309,1920],[1322,1943],[1352,1964],[1390,1972],[1419,1969],[1450,1956],[1473,1935],[1482,1912],[1489,1879],[1487,1852],[1473,1829],[1450,1805],[1420,1790],[1391,1784],[1360,1792],[1333,1809],[1310,1833]]}],"grid":{"type":"square","size":50,"offsetX":10,"offsetY":50,"scale":1.014},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/054-map-7.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/055-map-7.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"283"}}]},{"name":"Vidorant's Vault","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/061-08-003.players-map.webp"},"title":"Map 8.1: Players' Map","width":1700,"height":2322,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/062-map-8.02-dms-map.webp"},"imageType":"map","title":"Map 8.2: DM's Map","width":1700,"height":2307,"id":"284","mapRegions":[{"area":"339","points":[[163,278],[785,278],[953,432],[163,432]]},{"area":"33e","points":[[176,457],[596,457],[596,1035],[513,1035],[286,819],[176,819]]},{"area":"343","points":[[668,560],[668,927],[872,927],[872,560]]},{"area":"348","points":[[1313,1036],[1313,562],[999,562],[999,1036]]},{"area":"337","points":[[1370,727],[1370,994],[1498,994],[1498,727]]},{"area":"307","points":[[176,1335],[176,1480],[599,1480],[599,1335]]},{"area":"30b","points":[[177,1494],[177,1860],[379,1860],[379,1494]]},{"area":"31b","points":[[394,1496],[394,1701],[599,1701],[599,1496]]},{"area":"316","points":[[394,1716],[394,1863],[711,1863],[711,1716]]},{"area":"30f","points":[[302,1876],[513,2080],[710,2080],[710,1876]]},{"area":"326","points":[[725,1714],[725,2082],[930,2082],[930,1714]]},{"area":"32a","points":[[945,1715],[945,2081],[1259,2081],[1259,1715]]},{"area":"337","points":[[1311,1911],[1311,2073],[1504,2073],[1504,1911]]},{"area":"333","points":[[1275,1873],[1275,1500],[1330,1500],[1528,1683],[1528,1873]]},{"area":"32e","points":[[945,1502],[945,1700],[1257,1700],[1257,1502]]},{"area":"320","points":[[614,1700],[614,1336],[779,1336],[929,1475],[929,1700]]}],"grid":{"type":"square","size":55,"offsetX":1,"offsetY":3},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/062-map-8.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/063-map-8.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"284"}}]},{"name":"Shard of the Accursed","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/069-09-004.players-map.webp"},"title":"Map 9.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/070-map-9.02-dms-map.webp"},"imageType":"map","title":"Map 9.2: DM's Map","width":1700,"height":2210,"id":"285","mapRegions":[{"area":"3a6","points":[[340,595],[329,619],[304,630],[278,631],[253,614],[242,588],[239,564],[254,542],[269,529],[290,526],[318,531],[335,550],[343,567]]},{"area":"3a8","points":[[464,566],[500,530],[606,530],[607,635],[500,631],[464,596]]},{"area":"3ab","points":[[465,411],[465,478],[646,478],[646,411]]},{"area":"3ae","points":[[467,680],[642,684],[644,750],[465,750]]},{"area":"3b3","points":[[688,223],[688,330],[1105,330],[1105,223]]},{"area":"3b9","points":[[1186,516],[1186,302],[1266,301],[1300,263],[1485,263],[1485,479],[1415,481],[1372,516]]},{"area":"3b7","points":[[1111,636],[1111,569],[1144,569],[1188,527],[1293,527],[1293,557],[1213,636]]},{"area":"3b1","points":[[729,562],[739,527],[760,487],[785,455],[816,435],[851,420],[877,411],[915,411],[951,421],[985,438],[1010,458],[1032,487],[1050,524],[1065,566],[1061,601],[1052,637],[1033,673],[1012,699],[986,723],[954,740],[913,750],[875,750],[843,742],[813,729],[790,712],[767,687],[746,654],[733,617],[728,583]]},{"area":"3bd","points":[[692,835],[758,835],[758,870],[838,870],[838,835],[804,835],[804,795],[984,795],[984,835],[952,835],[952,869],[1028,869],[1028,835],[1102,835],[1102,941],[1030,941],[1030,911],[957,911],[957,940],[992,940],[992,984],[956,984],[956,1024],[993,1024],[993,1062],[953,1062],[953,1103],[913,1103],[913,1137],[875,1137],[875,1102],[840,1102],[840,1062],[806,1062],[806,1025],[839,1025],[839,988],[799,988],[799,942],[836,942],[836,908],[762,908],[762,943],[692,943]]},{"area":"399","points":[[232,1181],[232,1247],[417,1247],[417,1181]]},{"area":"395","points":[[236,1258],[236,1508],[415,1508],[415,1258]]},{"area":"391","points":[[419,1179],[419,1492],[454,1492],[454,1179]]},{"area":"393","points":[[462,1177],[462,1247],[645,1247],[645,1177]]},{"area":"394","points":[[461,1520],[461,1590],[646,1590],[646,1520]]},{"area":"39d","points":[[462,1296],[462,1473],[605,1473],[605,1296]]},{"area":"39f","points":[[233,1521],[233,1663],[453,1663],[453,1521]]},{"area":"381","points":[[879,1515],[848,1502],[823,1494],[789,1473],[766,1453],[749,1429],[738,1396],[730,1357],[731,1320],[742,1284],[753,1261],[775,1233],[804,1210],[833,1196],[864,1186],[893,1182],[931,1187],[957,1197],[992,1216],[1028,1246],[1046,1277],[1059,1313],[1060,1353],[1056,1393],[1043,1419],[1028,1443],[1008,1465],[987,1483],[962,1498],[938,1506],[908,1516]]},{"area":"387","points":[[1003,1212],[1107,1106],[1306,1105],[1340,1136],[1139,1139],[1032,1243]]},{"area":"388","points":[[1148,1186],[1148,1474],[1564,1474],[1564,1186]]},{"area":"38e","points":[[1037,1600],[1037,1743],[1102,1743],[1102,1600]]},{"area":"3a2","points":[[688,1603],[688,1744],[754,1744],[754,1603]]},{"area":"37e","points":[[843,1744],[843,1595],[880,1559],[907,1559],[951,1602],[951,1744],[920,1787],[879,1787]]},{"area":"37b","points":[[770,1903],[770,1827],[802,1795],[988,1795],[1022,1833],[1022,1903],[990,1935],[797,1935]]},{"area":"378","points":[[830,1976],[830,2100],[966,2100],[966,1976]]}],"grid":{"type":"square","size":50,"offsetX":48,"offsetY":39,"scale":1.31,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/070-map-9.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/071-map-9.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"285"}}]},{"name":"Heart of Ashes","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/076-10-003.player-map.webp"},"title":"Map 10.1: Players' Map","width":1700,"height":2189,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/077-map-10.02-dms-map.webp"},"imageType":"map","title":"Map 10.2: DM's Map","width":1700,"height":2234,"id":"286","mapRegions":[{"area":"3e5","points":[[269,114],[269,205],[586,205],[586,619],[266,619],[266,309],[136,309],[136,703],[672,703],[672,114]]},{"area":"3f3","points":[[270,212],[270,616],[579,616],[579,212]]},{"area":"3e4","points":[[258,298],[199,298],[178,277],[174,249],[179,226],[200,210],[225,205],[249,215],[258,231]]},{"area":"3e7","points":[[135,711],[135,977],[671,977],[671,711]]},{"area":"3ef","points":[[682,297],[682,124],[899,124],[899,297]]},{"area":"3ec","points":[[683,301],[683,480],[899,480],[899,301]]},{"area":"3e9","points":[[682,486],[682,661],[895,661],[895,486]]},{"area":"3f8","points":[[1187,350],[1014,522],[1141,648],[1309,469]]},{"area":"3fb","points":[[906,766],[906,983],[1134,983],[1134,766]]},{"area":"3fe","points":[[1141,978],[1141,762],[1239,762],[1267,776],[1288,794],[1303,819],[1313,852],[1314,885],[1306,913],[1293,944],[1272,965],[1241,980]]},{"area":"3f6","points":[[997,1388],[997,1296],[1031,1246],[1080,1209],[1224,1209],[1261,1232],[1290,1252],[1312,1298],[1312,1388],[1292,1430],[1260,1460],[1222,1476],[1090,1476],[1055,1461],[1029,1438],[1009,1414]]},{"area":"3e1","points":[[891,1388],[891,1169],[452,1169],[452,1388]]},{"area":"3d8","points":[[265,1567],[265,1171],[397,1171],[397,1395],[669,1395],[669,1567]]},{"area":"3dc","points":[[128,1350],[128,1618],[260,1618],[260,1350]]},{"area":"3e4","points":[[187,1339],[173,1319],[170,1292],[179,1273],[195,1260],[216,1255],[239,1255],[260,1256],[260,1327],[235,1339]]},{"area":"3df","points":[[675,1394],[675,1743],[892,1743],[892,1394]]},{"area":"3d6","points":[[402,1576],[402,2021],[666,2021],[666,1576]]},{"area":"3da","points":[[133,2024],[133,1625],[265,1625],[265,1579],[394,1579],[394,2024]]}],"grid":{"type":"square","size":50,"offsetX":-7,"offsetY":28,"scale":1.099},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/077-map-10.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/078-map-10.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2234,"mapParent":{"id":"286"}}]},{"name":"Affair on the Concordant Express","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/083-11-003.player-map.webp"},"title":"Map 11.1: Players' Map","width":1700,"height":2307,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/084-map-11.02-dms-map.webp"},"imageType":"map","title":"Map 11.2: DM's Map","width":1700,"height":2307,"id":"287","mapRegions":[{"area":"423","points":[[212,343],[212,622],[366,622],[366,343]]},{"area":"427","points":[[543,343],[543,664],[699,664],[699,343]]},{"area":"42a","points":[[877,613],[877,390],[883,366],[906,347],[926,341],[1068,341],[1088,349],[1111,370],[1116,395],[1116,613],[1111,643],[1092,661],[1073,664],[925,664],[900,659],[887,647],[877,633]]},{"area":"42f","points":[[916,1010],[916,1330],[1073,1330],[1073,1010]]},{"area":"432","points":[[460,1169],[468,1127],[483,1088],[503,1062],[530,1039],[557,1024],[582,1016],[609,1011],[643,1011],[676,1019],[711,1038],[740,1058],[763,1087],[779,1130],[782,1169],[780,1197],[773,1229],[759,1254],[737,1281],[714,1300],[686,1319],[658,1330],[635,1333],[607,1333],[574,1326],[545,1313],[513,1291],[493,1264],[474,1233],[464,1199]]},{"area":"42d","points":[[210,1008],[210,1331],[364,1331],[364,1008]]},{"area":"43e","points":[[167,1998],[406,1998],[406,1708],[394,1689],[380,1677],[195,1677],[180,1687],[167,1706]]},{"area":"441","points":[[501,1673],[739,1673],[739,1755],[764,1755],[764,1830],[743,1830],[743,1879],[762,1879],[762,1953],[743,1953],[743,2038],[501,2038],[501,1954],[481,1954],[481,1882],[501,1882],[501,1831],[480,1831],[480,1754],[501,1754]]},{"area":"441","points":[[875,2038],[875,1954],[852,1954],[852,1878],[875,1878],[875,1828],[855,1828],[855,1756],[875,1756],[875,1671],[1114,1671],[1114,1756],[1138,1756],[1138,1831],[1114,1831],[1114,1881],[1140,1881],[1140,1956],[1114,1956],[1114,2038]]},{"area":"448","points":[[1290,2041],[1290,1841],[1445,1841],[1445,2041]]}],"grid":{"type":"square","size":50,"offsetX":48,"offsetY":56,"scale":1.204},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/084-map-11.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/085-map-11.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"287"}}]},{"name":"Party at Paliset Hall","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/091-12-003.player-map.webp"},"title":"Map 12.1: Players' Map","width":1700,"height":2317,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/092-map-12.02-dms-map.webp"},"imageType":"map","title":"Map 12.2: DM's Map","width":1700,"height":2307,"id":"288","mapRegions":[{"area":"4af","points":[[1004,1704],[1004,2173],[1592,2173],[1592,1704]]},{"area":"473","points":[[280,1976],[280,1833],[316,1786],[347,1755],[407,1727],[432,1719],[547,1719],[588,1734],[625,1753],[663,1783],[683,1808],[699,1837],[699,1976],[621,2034],[603,2081],[579,2107],[546,2130],[500,2146],[450,2140],[408,2120],[379,2087],[361,2053],[356,2037]]},{"area":"477","points":[[364,1578],[364,1514],[377,1491],[398,1464],[421,1446],[462,1426],[513,1426],[547,1441],[580,1463],[599,1490],[613,1514],[613,1578],[606,1613],[588,1638],[557,1663],[527,1674],[447,1674],[414,1659],[384,1624],[373,1601]]},{"area":"47c","points":[[433,1274],[433,1375],[544,1375],[544,1274]]},{"area":"47f","points":[[240,1227],[131,1173],[130,1155],[167,1043],[430,930],[545,930],[807,1043],[846,1153],[846,1167],[743,1227]]},{"area":"48d","points":[[130,1454],[130,1233],[237,1233],[237,1506]]},{"area":"48a","points":[[247,1235],[414,1235],[428,1239],[439,1253],[440,1262],[428,1262],[428,1417],[401,1417],[380,1421],[359,1435],[354,1458],[354,1498],[247,1443]]},{"area":"483","points":[[625,1501],[625,1445],[610,1427],[591,1418],[553,1418],[553,1264],[536,1264],[542,1246],[558,1233],[732,1233],[732,1443]]},{"area":"486","points":[[742,1437],[742,1234],[847,1234],[847,1380]]},{"area":"4ae","points":[[966,1234],[966,1420],[1610,1420],[1610,1234]]},{"area":"4a9","points":[[963,1113],[963,1227],[1610,1227],[1610,1113]]},{"area":"498","points":[[739,286],[739,201],[776,167],[808,167],[847,203],[847,286],[810,318],[775,318]]},{"area":"4a7","points":[[131,468],[131,401],[168,283],[238,257],[238,468]]},{"area":"49f","points":[[131,477],[241,477],[352,512],[389,512],[389,620],[131,620]]},{"area":"4a3","points":[[132,628],[235,628],[235,750],[132,697]]},{"area":"4a4","points":[[246,626],[389,626],[389,661],[370,668],[355,686],[355,772],[339,805],[246,758]]},{"area":"492","points":[[643,806],[626,767],[626,688],[614,670],[603,662],[590,663],[590,553],[848,553],[848,696]]},{"area":"495","points":[[740,540],[740,295],[773,321],[811,321],[821,312],[847,393],[847,540]]},{"area":"49d","points":[[585,514],[622,514],[732,477],[732,540],[585,540]]},{"area":"490","points":[[247,435],[356,477],[393,439],[419,419],[446,406],[485,398],[518,399],[548,407],[578,426],[600,446],[621,474],[730,435],[730,469],[624,505],[356,505],[247,467]]}],"grid":{"type":"square","size":50,"offsetX":18,"offsetY":18,"scale":1.315},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/092-map-12.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/093-map-12.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"288"}}]},{"name":"Fire and Darkness","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/100-13-003.player-map.webp"},"title":"Map 13.1: Players' Map","width":1700,"height":2312,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/101-map-13.02-dms-map.webp"},"imageType":"map","title":"Map 13.2: DM's Map","width":1700,"height":2307,"id":"359","mapRegions":[{"area":"52c","points":[[1405,2037],[1405,2191],[1577,2191],[1577,2037]]},{"area":"4ff","points":[[441,1312],[441,1367],[517,1367],[517,1312]]},{"area":"4fd","points":[[379,1388],[379,1487],[437,1487],[437,1388]]},{"area":"4fd","points":[[462,1410],[462,1508],[517,1508],[517,1410]]},{"area":"4fb","points":[[301,1507],[454,1507],[454,1523],[381,1523],[381,1581],[326,1581],[326,1563],[361,1563],[361,1524],[301,1524]]},{"area":"4f9","points":[[299,1717],[299,1755],[344,1755],[344,1717]]},{"area":"501","points":[[477,1949],[516,1949],[516,1915],[554,1915],[554,1986],[477,1986]]},{"area":"503","points":[[613,1890],[613,1946],[688,1946],[688,1890]]},{"area":"508","points":[[648,1951],[648,2008],[728,2008],[728,1951]]},{"area":"505","points":[[743,1926],[743,1892],[695,1892],[695,1926]]},{"area":"50b","points":[[750,1927],[750,1836],[821,1836],[821,1927]]},{"area":"50d","points":[[1017,1952],[1017,2026],[1113,2026],[1113,1952]]},{"area":"50f","points":[[977,1601],[977,1548],[906,1548],[906,1601]]},{"area":"517","points":[[1097,1564],[1097,1599],[1149,1599],[1149,1564]]},{"area":"514","points":[[1099,1605],[1148,1605],[1148,1657],[1115,1657],[1115,1641],[1099,1641]]},{"area":"512","points":[[962,1683],[1056,1683],[1056,1664],[1170,1664],[1170,1771],[1056,1771],[1056,1757],[962,1757]]},{"area":"51b","points":[[1175,1663],[1271,1663],[1297,1671],[1311,1685],[1319,1701],[1323,1721],[1318,1740],[1305,1759],[1289,1770],[1272,1774],[1175,1774]]},{"area":"51f","points":[[1272,1565],[1380,1565],[1380,1677],[1346,1677],[1346,1656],[1272,1656]]},{"area":"526","points":[[1387,1661],[1387,1737],[1442,1737],[1442,1661]]},{"area":"523","points":[[1323,1699],[1343,1699],[1343,1681],[1380,1681],[1380,1752],[1346,1752],[1346,1737],[1324,1737],[1331,1726],[1329,1712]]},{"area":"529","points":[[1306,1776],[1344,1776],[1344,1757],[1381,1757],[1381,1852],[1306,1852]]},{"area":"4f4","points":[[1025,214],[1026,197],[1033,184],[1047,169],[1061,163],[1079,161],[1098,168],[1113,182],[1120,197],[1123,216],[1119,234],[1111,249],[1093,257],[1074,261],[1046,254],[1028,237]]},{"area":"4f4","points":[[1223,187],[1226,165],[1237,146],[1247,135],[1271,133],[1290,136],[1306,150],[1313,163],[1320,181],[1318,200],[1309,217],[1294,231],[1268,234],[1244,228],[1228,209]]},{"area":"4eb","points":[[888,998],[793,890],[736,744],[700,687],[688,588],[766,420],[781,322],[842,306],[962,278],[1027,272],[1088,290],[1207,280],[1291,254],[1398,251],[1442,318],[1442,382],[1438,466],[1383,534],[1357,561],[1328,591],[1322,678],[1358,731],[1406,791],[1402,883],[1402,960],[1300,986],[1096,994],[1036,984],[1045,756],[1135,734],[1201,710],[1253,672],[1265,557],[1287,485],[1276,429],[1229,396],[1112,383],[1086,426],[1031,464],[978,475],[914,482],[817,515],[804,566],[827,603],[862,667],[894,727],[939,746]]},{"area":"4eb","points":[[939,744],[958,753],[999,758],[1043,754],[1036,984],[967,974],[907,993],[887,998]]},{"area":"4f2","points":[[910,1029],[927,1004],[953,992],[982,992],[997,1008],[1008,1030],[1007,1054],[999,1073],[978,1085],[961,1090],[935,1085],[917,1068],[907,1051]]},{"area":"4e5","points":[[261,631],[695,342],[739,351],[730,374],[731,402],[726,410],[714,430],[736,426],[728,445],[713,451],[704,481],[713,496],[710,511],[697,536],[683,557],[677,585],[674,624],[674,659],[671,689],[681,713],[709,748],[707,755],[629,787],[601,775],[581,771],[554,781],[536,790],[527,815],[524,827],[459,852],[447,835],[420,824],[383,832],[257,688],[264,672],[267,652]]},{"area":"4de","points":[[384,841],[410,837],[429,842],[447,852],[454,864],[531,838],[537,811],[551,792],[571,783],[589,780],[611,786],[625,801],[632,822],[636,842],[625,862],[606,874],[582,881],[570,957],[588,977],[597,999],[589,1024],[576,1046],[558,1056],[522,1051],[506,1036],[495,1017],[497,993],[500,979],[440,923],[427,930],[404,934],[387,927],[371,913],[361,892],[364,872],[370,856]]},{"area":"4dc","points":[[272,1128],[440,940],[487,984],[349,1131]]},{"area":"4e9","points":[[577,945],[589,889],[624,874],[638,853],[647,822],[721,792],[741,815],[749,855],[770,885],[780,903],[803,929],[827,954],[840,970],[861,997],[891,1005],[904,1018],[603,990],[599,972],[581,955]]},{"area":"4f6","points":[[1352,613],[1378,559],[1422,511],[1468,492],[1563,467],[1617,463],[1639,471],[1639,776],[1579,779],[1516,770],[1438,751],[1394,720],[1373,685],[1361,662],[1335,635]]},{"area":"4e2","points":[[157,657],[162,630],[178,614],[206,604],[233,611],[250,628],[256,648],[255,671],[248,688],[224,701],[193,703],[170,689],[160,670]]},{"area":"4f2","points":[[685,310],[677,287],[684,263],[700,247],[722,241],[744,240],[763,250],[776,270],[779,297],[771,318],[749,336],[724,337],[699,330]]},{"area":"4ef","points":[[932,649],[949,629],[948,607],[967,588],[973,567],[976,536],[995,510],[1020,500],[1058,487],[1093,470],[1104,451],[1130,437],[1199,431],[1242,464],[1250,507],[1251,532],[1248,570],[1244,592],[1242,620],[1237,649],[1211,669],[1171,678],[1158,691],[1124,714],[1084,717],[1051,723],[1013,736],[980,734],[958,702],[943,672]]}],"grid":{"type":"square","size":50,"offsetX":36,"offsetY":48,"scale":2.59,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/101-map-13.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/102-map-13.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"359"}}]}]},"DMG":{"id":"DMG","source":"DMG","prop":"book","chapters":[{"name":"App. C: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-1.jpg"},"width":1125,"height":2475,"imageType":"map","title":"Map 1","grid":{"type":"square","size":97,"offsetX":-19,"offsetY":3,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-2.jpg"},"width":1013,"height":2862,"imageType":"map","title":"Map 2","grid":{"type":"square","size":146,"offsetX":-50,"offsetY":50,"scale":2}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-3.jpg"},"width":2179,"height":2942,"imageType":"map","title":"Map 3","grid":{"type":"square","size":117,"offsetX":14,"offsetY":-6,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-4.jpg"},"width":2182,"height":3105,"imageType":"map","title":"Map 4","grid":{"type":"square","size":84,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-5.jpg"},"width":3900,"height":3151,"imageType":"map","title":"Map 5","grid":{"type":"none","size":146,"distance":100}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-6.jpg"},"width":3375,"height":2625,"imageType":"map","title":"Map 6","grid":{"type":"none","size":53,"distance":100}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-7.jpg"},"width":2100,"height":1575,"imageType":"map","title":"Map 7","grid":{"type":"square","size":105,"scale":2}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-8.jpg"},"width":2288,"height":1613,"imageType":"map","title":"Map 8","grid":{"type":"square","size":75,"offsetX":21,"offsetY":36}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-9.jpg"},"width":2040,"height":2965,"imageType":"map","title":"Map 9","grid":{"type":"square","size":102,"offsetX":50,"offsetY":20,"scale":3}}]}]},"SCAG":{"id":"SCAG","source":"SCAG","prop":"book","chapters":[{"name":"Preface","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map.jpg"},"width":5564,"height":3600,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 1: Welcome to the Realms","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Northern Faerun Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map"}]},{"name":"Ch. 2: The Sword Coast and the North","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Baldur's Gate.jpg"},"width":1391,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Baldurs Gate Map.jpg"},"width":1439,"height":1000,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"095","points":[[83,476],[100,492],[127,484],[180,369],[238,322],[243,292],[215,275],[152,325]]},{"area":"096","points":[[434,267],[427,291],[523,378],[558,445],[588,462],[608,439],[579,367],[557,339],[462,258]]},{"area":"097","points":[[1069,178],[1062,205],[1146,300],[1228,366],[1304,416],[1330,415],[1334,385],[1248,321],[1187,267],[1106,177]]}],"hrefThumbnail":{"type":"internal","path":"book/SCAG/thumbnail/Baldurs Gate Map.webp"},"id":"1e1","page":"book.html","source":"SCAG","hash":"scag"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Mirabar.jpg"},"width":1660,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Neverwinter.jpg"},"width":1321,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Neverwinter Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Silverymoon.jpg"},"width":1204,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Waterdeep Map.jpg"},"width":815,"height":1000,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Yartar.jpg"},"width":1145,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Moonshaes.jpg"},"width":563,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Nelanther.jpg"},"width":1041,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Darkhold.jpg"},"width":1042,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Evereska.jpg"},"width":1047,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Hartsvale.jpg"},"width":1010,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - High Moor.jpg"},"width":852,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Trielta Hills.jpg"},"width":1355,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Luskan.jpg"},"width":1186,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Luskan Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","mapRegions":[{"area":"122","points":[[143,806],[257,847],[356,880],[501,902],[539,816],[603,743],[623,635],[627,513],[671,416],[677,346],[567,346],[481,468],[370,595],[207,706],[128,747]]},{"area":"123","points":[[933,117],[975,237],[1027,216],[976,91]]},{"area":"123","points":[[714,195],[792,321],[844,294],[762,176]]},{"area":"123","points":[[478,299],[520,407],[559,353],[527,270]]}],"hrefThumbnail":{"type":"internal","path":"book/SCAG/thumbnail/Luskan Map.webp"},"id":"1e2","page":"book.html","source":"SCAG","hash":"scag"}]}]},"VGM":{"id":"VGM","source":"VGM","prop":"book","chapters":[{"name":"Ch. 1: Monster Lore","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-DM.jpg"},"title":"Beholder Lair (DM)","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-15,"scale":2,"distance":10},"width":800,"height":1100,"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-Players.jpg"},"title":"Beholder Lair (Players)","width":3200,"height":4500,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-DM.jpg"},"title":"Goblin War Camp (DM)","width":1164,"height":800,"grid":{"type":"square","size":56,"offsetX":19,"offsetY":7,"scale":4},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-Players.jpg"},"title":"Goblin War Camp (Players)","width":5900,"height":5500,"grid":{"type":"square"},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-DM.jpg"},"title":"Hag Lairs (DM)","width":1091,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":15,"scale":1.87,"distance":10},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-Players.jpg"},"title":"Hag Lairs (Players)","width":4200,"height":2900,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-DM.jpg"},"title":"Kobold Lair (DM)","width":545,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":6,"scale":4.15},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-Players.jpg"},"title":"Kobold Lair (Players)","width":1600,"height":2200,"grid":{"type":"square","size":72,"offsetX":-8,"offsetY":25,"scale":2},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Mind-Flayer-Colony-DM.jpg"},"title":"Mind Flayer Colony (DM)","width":545,"height":750,"grid":{"type":"none","size":138,"distance":50},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-DM.jpg"},"title":"Orc Stronghold (DM)","width":800,"height":1100,"grid":{"type":"square","size":50,"offsetX":10,"offsetY":3,"scale":3.5},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-Players.jpg"},"title":"Orc Stronghold (Players)","width":5500,"height":7500,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-DM.jpg"},"title":"Yuan-Ti Temple (DM)","width":1091,"height":1500,"grid":{"type":"square","size":50,"offsetX":24,"offsetY":38,"scale":2.32,"distance":10},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L1.jpg"},"title":"Yuan-Ti Temple—Level 1 (Players)","width":1350,"height":1200,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L2.jpg"},"title":"Yuan-Ti Temple—Level 2 (Players)","width":1100,"height":1000,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L3.jpg"},"title":"Yuan-Ti Temple—Level 3 (Players)","width":900,"height":850,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L4.jpg"},"title":"Yuan-Ti Temple—Level 4 (Players)","width":750,"height":700,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L5.jpg"},"title":"Yuan-Ti Temple—Level 5 (Players)","width":856,"height":812,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"}]}]},"ERLW":{"id":"ERLW","source":"ERLW","prop":"book","chapters":[{"name":"Ch. 2: Khorvaire Gazetteer","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/069-map-khorvaire.jpg"},"title":"Map 2.1: The Continent of Khorvaire","width":5033,"height":3548,"grid":{"type":"none","size":1350,"distance":1000,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 2: Khorvaire Gazeteer - Distant Lands","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/082-map-aerenal-small.png"},"title":"Map 2.2: Islands of Aerenal","width":850,"height":568,"grid":{"type":"none","size":164,"distance":300,"units":"miles"},"imageType":"map","id":"02e"},{"type":"image","href":{"type":"internal","path":"book/ERLW/083-map-aerenal-large.jpg"},"title":"Player Version","width":2550,"height":1704,"imageType":"mapPlayer","grid":{"type":"none","size":492,"distance":300,"units":"miles"},"mapParent":{"id":"02e","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/086-map-xendrik-small.png"},"title":"Map 2.3: Continent of Xen'drik","width":850,"height":568,"grid":{"type":"none","size":150,"distance":1000,"units":"miles"},"imageType":"map","id":"02f"},{"type":"image","href":{"type":"internal","path":"book/ERLW/087-map-xendrik-large.jpg"},"title":"Player Version","width":2550,"height":1710,"grid":{"type":"none","size":445,"distance":1000,"units":"miles"},"imageType":"mapPlayer","mapParent":{"id":"02f","autoScale":true}}]},{"name":"Ch. 4: Building Eberron Adventures","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/106-map41_arcaneworkshop.jpg"},"title":"Map 4.1: Arcane Workshop","width":2498,"height":4000,"grid":{"type":"square","size":115,"offsetX":57,"offsetY":37},"imageType":"map","id":"030"},{"type":"image","href":{"type":"internal","path":"book/ERLW/107-map41_arcaneworkshop-player.jpg"},"title":"Player Version","width":2500,"height":4000,"grid":{"type":"square","size":114,"offsetX":47,"offsetY":58},"imageType":"mapPlayer","mapParent":{"id":"030","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/108-map42_planarobservatory.jpg"},"title":"Map 4.2: Planar Observatory","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"031"},{"type":"image","href":{"type":"internal","path":"book/ERLW/109-map42_planarobservatory-player.jpg"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":2,"offsetY":4},"mapParent":{"id":"031","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/110-map43_ruindhakaanifort.jpg"},"title":"Map 4.3: Ruined Dhakaani Fort","width":2945,"height":4000,"grid":{"type":"square","size":62,"offsetX":12},"imageType":"map","id":"032"},{"type":"image","href":{"type":"internal","path":"book/ERLW/111-map43_ruindhakaanifort-player.jpg"},"title":"Player Version","width":2945,"height":4000,"grid":{"type":"square","size":63,"offsetY":32},"imageType":"mapPlayer","mapParent":{"id":"032"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/112-map44_gatekeeperseal.jpg"},"title":"Map 4.4: Gatekeeper Seal","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"map","id":"033"},{"type":"image","href":{"type":"internal","path":"book/ERLW/113-map44_gatekeeperseal-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"mapPlayer","mapParent":{"id":"033"}}]},{"name":"Ch. 4: Building Eberron Adventures","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/115-map45_fortifiedoutpost.jpg"},"title":"Map 4.5: Fortified Outpost","width":2947,"height":4000,"grid":{"type":"square","size":52,"offsetX":12,"offsetY":29},"imageType":"map","id":"034"},{"type":"image","href":{"type":"internal","path":"book/ERLW/116-map45_fortifiedoutpost-player.jpg"},"title":"Player Version","width":2607,"height":4000,"grid":{"type":"square","size":52,"offsetY":39},"imageType":"mapPlayer","mapParent":{"id":"034","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/118-map46_warforgedossuary.jpg"},"title":"Map 4.6: Warforged Ossuary","width":3063,"height":4000,"grid":{"type":"square","size":73,"offsetX":-2,"offsetY":-7},"imageType":"map","id":"035"},{"type":"image","href":{"type":"internal","path":"book/ERLW/119-map46_warforgedossuary-player.jpg"},"title":"Player Version","width":3055,"height":4000,"grid":{"type":"square","size":73,"offsetX":27,"offsetY":37},"imageType":"mapPlayer","mapParent":{"id":"035","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/120-map47_demonruin.jpg"},"title":"Map 4.7: Demon Ruin","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"map","id":"036"},{"type":"image","href":{"type":"internal","path":"book/ERLW/121-map47_demonruin-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"036"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/125-map48_fallenwarforge.jpg"},"title":"Map 4.8: Fallen Warforged Colossus","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"map","id":"037"},{"type":"image","href":{"type":"internal","path":"book/ERLW/126-map48_fallenwarforge-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"mapPlayer","mapParent":{"id":"037"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/127-map49_libraryvault.jpg"},"title":"Map 4.9: Library Vault","width":2960,"height":4000,"grid":{"type":"square","size":97,"offsetX":50,"offsetY":74},"imageType":"map","id":"038"},{"type":"image","href":{"type":"internal","path":"book/ERLW/128-map49_libraryvault-player.jpg"},"title":"Player Version","width":3017,"height":4000,"grid":{"type":"square","size":98,"offsetX":66,"offsetY":55},"imageType":"mapPlayer","mapParent":{"id":"038","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/129-map-planes.png"},"title":"Planes of Existence","width":850,"height":850,"grid":{"type":"none"},"imageType":"map","id":"053"},{"type":"image","href":{"type":"internal","path":"book/ERLW/130-map-planes-large.jpg"},"title":"Player Version","width":1788,"height":1788,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"053","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/132-map410_lightningrailcars.jpg"},"title":"Map 4.10: Lightning Rail Train Carriages","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":40,"offsetY":19,"distance":2.5},"imageType":"map","id":"054"},{"type":"image","href":{"type":"internal","path":"book/ERLW/133-map410_lightningrailcars-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":65,"offsetX":1,"offsetY":7,"distance":2.5},"imageType":"mapPlayer","mapParent":{"id":"054"}}]},{"name":"Ch. 4: Building Eberron Adventures - Sharn","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/135-map411_sharn_flat_gs.jpg"},"title":"Map 4.11: Sharn Heights","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"map","id":"055"},{"type":"image","href":{"type":"internal","path":"book/ERLW/136-map411_sharn_flat_gs-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"055"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/138-map412_nightclub.jpg"},"title":"Map 4.12: Nightclub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetY":-15},"imageType":"map","id":"056"},{"type":"image","href":{"type":"internal","path":"book/ERLW/139-map412_nightclub-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":-2,"offsetY":-14},"imageType":"mapPlayer","mapParent":{"id":"056"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/140-map413_coghub.jpg"},"title":"Map 4.13: Cog Hub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"map","id":"057"},{"type":"image","href":{"type":"internal","path":"book/ERLW/141-map413_coghub-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"mapPlayer","mapParent":{"id":"057"}}]}]},"EGW":{"id":"EGW","source":"EGW","prop":"book","chapters":[{"name":"Welcome to Wildemount","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/002-00-Poster-Map-9000.jpg"},"title":"Continent of Wildemount","width":9300,"height":6600,"grid":{"type":"square","size":600,"offsetX":142,"offsetY":13,"distance":200,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 3: Wildemount Gazetteer","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/045-3.1-Menagerie-Coast.png"},"title":"Map 3.1: Menagerie Coast","width":2550,"height":1650,"grid":{"type":"square","size":360,"offsetX":91,"offsetY":36,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/049-3.2-Port-Damali-player.jpg"},"title":"Map 3.2: Port Damali","width":2550,"height":3300,"grid":{"type":"none","distance":250,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/051-3.3-Marrow-Valley.png"},"title":"Map 3.3: Marrow Valley","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/056-3.4-Zemni-Fields.png"},"title":"Map 3.4: Zemni Fields","width":2550,"height":1650,"grid":{"type":"none","size":540,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/059-3.5-Rexxentrum-player.jpg"},"title":"Map 3.5: Rexxentrum","width":2550,"height":3300,"grid":{"type":"none","distance":666,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/061-3.6-Greying-Wildlands.png"},"title":"Map 3.6: Greying Wildlands","width":2550,"height":1650,"grid":{"type":"none","size":505,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/066-3.7-Eiselcross.png"},"title":"Map 3.7: Eiselcross","width":2550,"height":1560,"grid":{"type":"none","size":609,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/071-3.8-wastes-of-xhorhas.jpg"},"title":"Map 3.8: Wastes of Xorhas","width":2550,"height":2956,"grid":{"type":"none","size":602,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/074-3.9-Rosohna-player.jpg"},"title":"Map 3.9: Rosohna","width":2550,"height":3300,"grid":{"type":"none","size":300,"distance":1000,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/077-3.10-Blightshore.png"},"title":"Map 3.10: Blightshore","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map"}]}]},"MOT":{"id":"MOT","source":"MOT","prop":"book","chapters":[{"name":"Ch. 3: Realms of Gods and Mortals","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/055-map-3.1-world-of-theros.jpg"},"title":"Map 3.1: world of theros","width":3631,"height":5000,"imageType":"map","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"id":"018"},{"type":"image","href":{"type":"internal","path":"book/MOT/056-map-3.1-world-of-theros-player.jpg"},"title":"Player Version","width":3631,"height":5000,"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"mapParent":{"id":"018"}}]},{"name":"Ch. 4: Creating Theros Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/076-map-4.1-Underworld-Crossing.jpg"},"title":"Map 4.1: Underworld Crossing","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"019"},{"type":"image","href":{"type":"internal","path":"book/MOT/077-map-4.1-Underworld-Crossing-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"019"}},{"type":"image","href":{"type":"internal","path":"book/MOT/081-map-4.2-Asora.jpg"},"title":"Map 4.2: Asora","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"id":"01a"},{"type":"image","href":{"type":"internal","path":"book/MOT/082-map-4.2-Asora-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"mapParent":{"id":"01a"}},{"type":"image","href":{"type":"internal","path":"book/MOT/086-map-4.3-Graveyard.jpg"},"title":"Map 4.3: Graveyard","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01b"},{"type":"image","href":{"type":"internal","path":"book/MOT/087-map-4.3-Graveyard-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01b"}},{"type":"image","href":{"type":"internal","path":"book/MOT/091-map-4.4-Sun-Temple.jpg"},"title":"Map 4.4: Sun Temple","width":4200,"height":5880,"imageType":"map","grid":{"type":"square","size":70},"id":"01c"},{"type":"image","href":{"type":"internal","path":"book/MOT/092-map-4.4-Sun-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5880,"imageType":"mapPlayer","grid":{"type":"square","size":70},"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"book/MOT/096-map-4.5-arena.jpg"},"title":"Map 4.5: Arena","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"01d"},{"type":"image","href":{"type":"internal","path":"book/MOT/097-map-4.5-arena-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"book/MOT/101-map-4.6-Arbor-Watchtower.jpg"},"title":"Map 4.6: Arbor Watchtower","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01e"},{"type":"image","href":{"type":"internal","path":"book/MOT/102-map-4.6-Arbor-Watchtower-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01e"}},{"type":"image","href":{"type":"internal","path":"book/MOT/105-map-4.7-Oracular-Conflux.jpg"},"title":"Map 4.7: Oracular Conflux","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01f"},{"type":"image","href":{"type":"internal","path":"book/MOT/106-map-4.7-Oracular-Conflux-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"book/MOT/110-map-4.8-Abandoned-Temple.jpg"},"title":"Map 4.8: Abandoned Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"020"},{"type":"image","href":{"type":"internal","path":"book/MOT/111-map-4.8-Abandoned-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square"},"mapParent":{"id":"020"}},{"type":"image","href":{"type":"internal","path":"book/MOT/115-map-4.9-Temple-of-Mystery.jpg"},"title":"Map 4.9: Temple of Mystery","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"021"},{"type":"image","href":{"type":"internal","path":"book/MOT/116-map-4.9-Temple-of-Mystery-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"021"}},{"type":"image","href":{"type":"internal","path":"book/MOT/120-map-4.10-Canyon-Shrine.jpg"},"title":"Map 4.10: Canyon Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"022"},{"type":"image","href":{"type":"internal","path":"book/MOT/121-map-4.10-Canyon-Shrine-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"022"}},{"type":"image","href":{"type":"internal","path":"book/MOT/125-map-4.11-Forest-Shrine.jpg"},"title":"Map 4.11: Forest Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"023"},{"type":"image","href":{"type":"internal","path":"book/MOT/126-map-4.11-Forest-Shrine-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"book/MOT/130-map-4.12-Healing-Pools.jpg"},"title":"Map 4.12: Healing Pools","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"024"},{"type":"image","href":{"type":"internal","path":"book/MOT/131-map-4.12-Healing-Pools-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"024"}},{"type":"image","href":{"type":"internal","path":"book/MOT/135-map-4.13-Amphitheater.jpg"},"title":"Map 4.13: Amphitheater","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"025"},{"type":"image","href":{"type":"internal","path":"book/MOT/136-map-4.13-Amphitheater-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"025"}},{"type":"image","href":{"type":"internal","path":"book/MOT/140-map-4.14-Volcano-Temple.jpg"},"title":"Map 4.14: Volcano Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"026"},{"type":"image","href":{"type":"internal","path":"book/MOT/141-map-4.14-Volcano-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"026"}},{"type":"image","href":{"type":"internal","path":"book/MOT/145-map-4.15-Coastal-Temple.jpg"},"title":"Map 4.15: Coastal Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"027"},{"type":"image","href":{"type":"internal","path":"book/MOT/146-map-4.15-Coastal-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"027"}}]}]},"ScreenDungeonKit":{"id":"ScreenDungeonKit","source":"ScreenDungeonKit","prop":"book","chapters":[{"name":"Included Accessories","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/001.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":24,"scale":2},"title":"Geomorph Card 1"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/002.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":24,"scale":2},"title":"Geomorph Card 2"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/003.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":17,"scale":2},"title":"Geomorph Card 3"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/004.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-8,"offsetY":-23,"scale":2},"title":"Geomorph Card 4"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/005.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":-28,"scale":2},"title":"Geomorph Card 5"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/006.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":25,"scale":2},"title":"Geomorph Card 6"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/007.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-15,"scale":2},"title":"Geomorph Card 7"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/008.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-8,"offsetY":-17,"scale":2},"title":"Geomorph Card 8"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/009.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-16,"scale":2},"title":"Geomorph Card 9"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/010.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-23,"scale":2},"title":"Geomorph Card 10"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/011.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-24,"scale":2},"title":"Geomorph Card 11"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/012.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":-31,"scale":2},"title":"Geomorph Card 12"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/013.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-1,"offsetY":-18,"scale":2},"title":"Geomorph Card 13"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/014.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-24,"scale":2},"title":"Geomorph Card 14"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/015.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":-30,"scale":2},"title":"Geomorph Card 15"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/016.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":1,"offsetY":-16,"scale":2},"title":"Geomorph Card 16"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/017.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetY":-15,"scale":2},"title":"Geomorph Card 17"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/018.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-3,"offsetY":-18,"scale":2},"title":"Geomorph Card 18"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/019.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":-31,"scale":2},"title":"Geomorph Card 19"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/020.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":18,"scale":2},"title":"Geomorph Card 20"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/021.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-16,"offsetY":11,"scale":2},"title":"Geomorph Card 21"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/022.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":-25,"scale":2},"title":"Geomorph Card 22"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/023.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":20,"scale":2},"title":"Geomorph Card 23"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/024.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":18,"scale":2},"title":"Geomorph Card 24"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/025.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-22,"scale":2},"title":"Geomorph Card 25"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/026.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-22,"scale":2},"title":"Geomorph Card 26"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/027.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":-27,"scale":2},"title":"Geomorph Card 27"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/028.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":19,"scale":2},"title":"Geomorph Card 28"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/029.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":14,"scale":2},"title":"Geomorph Card 29"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/030.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-20,"offsetY":10,"scale":2},"title":"Geomorph Card 30"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/031.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":22,"scale":2},"title":"Geomorph Card 31"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/032.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-12,"offsetY":21,"scale":2},"title":"Geomorph Card 32"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/033.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-20,"offsetY":17,"scale":2},"title":"Geomorph Card 33"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/034.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":27,"scale":2},"title":"Geomorph Card 34"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/035.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":-28,"scale":2},"title":"Geomorph Card 35"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/036.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-18,"offsetY":-30,"scale":2},"title":"Geomorph Card 36"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print1.png"},"width":1692,"height":2126,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-17,"offsetY":-38,"scale":2},"title":"Geomorph Page 1"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print2.png"},"width":1692,"height":2131,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-30,"scale":2},"title":"Geomorph Page 2"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print3.png"},"width":1692,"height":2132,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-41,"scale":2},"title":"Geomorph Page 3"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print4.png"},"width":1698,"height":2136,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":15,"scale":2},"title":"Geomorph Page 4"}]}]},"VRGR":{"id":"VRGR","source":"VRGR","prop":"book","chapters":[{"name":"Ch. 3: Domains of Ravenloft","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/VRGR/040-map-3.1-barovia.jpg"},"imageType":"map","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Map 3.1: Barovia","width":3000,"height":1926,"id":"031"},{"type":"image","href":{"type":"internal","path":"book/VRGR/041-map-3.1-barovia-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":1926,"mapParent":{"id":"031"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/045-map-3.2-borca.png"},"imageType":"map","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Map 3.2: Borca","width":3000,"height":2073,"id":"037"},{"type":"image","href":{"type":"internal","path":"book/VRGR/046-map-3.2-borca-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"037"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/052-map-3.3-darkon.jpg"},"imageType":"map","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Map 3.3: Darkon","width":3000,"height":2072,"id":"038"},{"type":"image","href":{"type":"internal","path":"book/VRGR/053-map-3.3-darkon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"038"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/056-map-3.4-dementlieu.jpg"},"imageType":"map","grid":{"type":"none","size":107,"distance":500},"title":"Map 3.4: Dementlieu","width":1498,"height":3000,"id":"039"},{"type":"image","href":{"type":"internal","path":"book/VRGR/057-map-3.4-dementlieu-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":107,"distance":500},"title":"Player Version","width":1498,"height":3000,"mapParent":{"id":"039"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/059-map-3.5-falkovnia.png"},"imageType":"map","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Map 3.5: Falkovnia","width":3000,"height":2073,"id":"03a"},{"type":"image","href":{"type":"internal","path":"book/VRGR/060-map-3.5-falkovnia-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03a"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/062-map-3.6-har-akir.jpg"},"imageType":"map","grid":{"type":"none","size":205,"units":"miles"},"title":"Map 3.6: Har'Akir","width":3000,"height":2072,"id":"03b"},{"type":"image","href":{"type":"internal","path":"book/VRGR/063-map-3.6-har-akir-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03b"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/065-map-3.7-hazlan.jpg"},"imageType":"map","title":"Map 3.7: Hazlan","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"width":3000,"height":2072,"id":"03c"},{"type":"image","href":{"type":"internal","path":"book/VRGR/066-map-3.7-hazlan-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03c"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/071-map-3.8-kalakeri.jpg"},"imageType":"map","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Map 3.8: Kalakeri","width":3000,"height":2072,"id":"03d"},{"type":"image","href":{"type":"internal","path":"book/VRGR/072-map-3.8-kalakeri-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03d"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/076-map-3.9-kartakass.jpg"},"imageType":"map","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Map 3.9: Kartakass","width":3000,"height":2072,"id":"03e"},{"type":"image","href":{"type":"internal","path":"book/VRGR/077-map-3.9-kartakass-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03e"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/080-map-3.10-lamordia.png"},"imageType":"map","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Map 3.10: Lamordia","width":3000,"height":2073,"id":"03f"},{"type":"image","href":{"type":"internal","path":"book/VRGR/081-map-3.10-lamordia-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03f"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/084-map-3.11-mordent.jpg"},"imageType":"map","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Map 3.11: Mordent","width":3000,"height":2072,"id":"040"},{"type":"image","href":{"type":"internal","path":"book/VRGR/085-map-3.11-mordent-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"040"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/088-map-3.12-richemulot.jpg"},"imageType":"map","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Map 3.12: Richemulot","width":1773,"height":3600,"id":"042"},{"type":"image","href":{"type":"internal","path":"book/VRGR/089-map-3.12-richemulot-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Player Version","width":1773,"height":3600,"mapParent":{"id":"042"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/092-map-3.13-tepest.png"},"imageType":"map","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Map 3.13: Tepest","width":3000,"height":2073,"id":"043"},{"type":"image","href":{"type":"internal","path":"book/VRGR/093-map-3.13-tepest-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"043"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/096-map-3.14-valachan.jpg"},"imageType":"map","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Map 3.14: Valachan","width":3000,"height":2072,"id":"049"},{"type":"image","href":{"type":"internal","path":"book/VRGR/097-map-3.14-valachan-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"049"}}]}]},"MaBJoV":{"id":"MaBJoV","source":"MaBJoV","prop":"book","chapters":[{"name":"Ch. 1: Hometowns","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/MaBJoV/003.webp"},"width":1844,"height":2387,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/007.webp"},"width":1829,"height":2371,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/010.webp"},"width":1842,"height":2389,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/012.webp"},"width":1846,"height":2390,"grid":{"type":"none"},"imageType":"map"}]}]},"FTD":{"id":"FTD","source":"FTD","prop":"book","chapters":[{"name":"Ch. 5: Draconomicon","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/FTD/040-map-5.1-amethyst-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.1: amethyst dragon lair","width":4800,"height":6000,"id":"012"},{"type":"image","href":{"type":"internal","path":"book/FTD/041-map-5.1-amethyst-dragon-lair-player.webp"},"imageType":"mapPlayer","title":"Player Version","grid":{"type":"square","distance":10},"width":4800,"height":6000,"mapParent":{"id":"012"}},{"type":"image","href":{"type":"internal","path":"book/FTD/042-map-5.2-black-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","offsetY":-17,"distance":10},"title":"Map 5.2: black dragon lair","width":4800,"height":6000,"id":"013"},{"type":"image","href":{"type":"internal","path":"book/FTD/043-map-5.2-black-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","offsetY":-15,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"013"}},{"type":"image","href":{"type":"internal","path":"book/FTD/046-map-5.3-blue-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.3: blue dragon lair","width":4800,"height":6000,"id":"014"},{"type":"image","href":{"type":"internal","path":"book/FTD/047-map-5.3-blue-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"014"}},{"type":"image","href":{"type":"internal","path":"book/FTD/048-map-5.4-brass-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":25},"title":"Map 5.4: brass dragon lair","width":4800,"height":6000,"id":"015"},{"type":"image","href":{"type":"internal","path":"book/FTD/049-map-5.4-brass-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":25},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"015"}},{"type":"image","href":{"type":"internal","path":"book/FTD/050-map-5.5-bronze-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":143,"offsetX":-30,"offsetY":-1,"distance":10},"title":"Map 5.5: bronze dragon lair","width":4800,"height":6000,"id":"016"},{"type":"image","href":{"type":"internal","path":"book/FTD/051-map-5.5-bronze-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":143,"offsetX":-30,"offsetY":-3,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"016"}},{"type":"image","href":{"type":"internal","path":"book/FTD/052-map-5.6-copper-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99,"distance":10},"title":"Map 5.6: copper dragon lair","width":4800,"height":6000,"id":"017"},{"type":"image","href":{"type":"internal","path":"book/FTD/053-map-5.6-copper-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"017"}},{"type":"image","href":{"type":"internal","path":"book/FTD/054-map-5.7-crystal-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99},"title":"Map 5.7: crystal dragon lair","width":4800,"height":6000,"id":"018"},{"type":"image","href":{"type":"internal","path":"book/FTD/055-map-5.7-crystal-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"018"}},{"type":"image","href":{"type":"internal","path":"book/FTD/065-map-5.8-emerald-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.8: emerald dragon lair","width":4800,"height":6000,"id":"019"},{"type":"image","href":{"type":"internal","path":"book/FTD/066-map-5.8-emerald-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"019"}},{"type":"image","href":{"type":"internal","path":"book/FTD/069-map-5.9-gold-dragon-lair.webp"},"imageType":"map","grid":{"type":"square"},"title":"Map 5.9: gold dragon lair","width":4800,"height":6000,"id":"01a"},{"type":"image","href":{"type":"internal","path":"book/FTD/070-map-5.9-gold-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01a"}},{"type":"image","href":{"type":"internal","path":"book/FTD/071-map-5.10-green-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":150,"distance":10},"title":"Map 5.10: green dragon lair","width":4800,"height":6000,"id":"01b"},{"type":"image","href":{"type":"internal","path":"book/FTD/072-map-5.10-green-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01b"}},{"type":"image","href":{"type":"internal","path":"book/FTD/075-map-5.11-red-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","offsetX":38,"distance":10},"title":"Map 5.11: red dragon lair","width":4800,"height":6000,"id":"01c"},{"type":"image","href":{"type":"internal","path":"book/FTD/076-map-5.11-red-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","offsetX":38,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"book/FTD/077-map-5.12-sapphire-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":75,"distance":10},"title":"Map 5.12: sapphire dragon lair","width":4800,"height":6000,"id":"01d"},{"type":"image","href":{"type":"internal","path":"book/FTD/078-map-5.12-sapphire-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"book/FTD/079-map-5.13-silver-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":150},"title":"Map 5.13: silver dragon lair","width":4800,"height":6000,"id":"01e"},{"type":"image","href":{"type":"internal","path":"book/FTD/080-map-5.13-silver-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01e"}},{"type":"image","href":{"type":"internal","path":"book/FTD/081-map-5.14-topaz-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99,"distance":10},"title":"Map 5.14: topaz dragon lair","width":4800,"height":6000,"id":"01f"},{"type":"image","href":{"type":"internal","path":"book/FTD/082-map-5.14-topaz-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"book/FTD/083-map-5.15-white-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.15: white dragon lair","width":4800,"height":6000,"id":"020"},{"type":"image","href":{"type":"internal","path":"book/FTD/084-map-5.15-white-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"020"}}]}]},"SCC":{"id":"SCC","source":"SCC","prop":"book","chapters":[{"name":"Ch. 1: Life at Strixhaven","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/005-map-1.1-central-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Central Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/008-map-1.2-lorehold-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.2: Lorehold Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/011-map-1.3.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.3: Prismari Campus","width":3000,"height":2025},{"type":"image","href":{"type":"internal","path":"book/SCC/014-map-1.4-quandrix-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.4: Quandrix Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/017-map-1.5-silverquill-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.5: Silverquill Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/020-map-1.6-witherbloom-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.6: Witherbloom Campus","width":3000,"height":2026}]},{"name":"App.: Campus Map","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/156-strixhaven-campus-map.webp"},"width":3500,"height":5000,"grid":{"type":"none"},"imageType":"map"}]}]},"AAG":{"id":"AAG","source":"AAG","prop":"book","chapters":[{"name":"Poster Map","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside.webp"},"title":"The Rock of Bral: Topside","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"map","id":"00b"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"00b"}},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside.webp"},"title":"The Rock of Bral: Underside","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"map","id":"013"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"013"}}]}]}} \ No newline at end of file +{"LMoP":{"id":"LMoP","source":"LMoP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.jpg"},"title":"The Sword Coast","width":4950,"height":6750,"imageType":"map","grid":{"type":"hexColsOdd","size":264,"offsetX":60,"units":"miles"},"id":"1b0"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast (Player).jpg"},"title":"Player Version","width":2648,"height":3625,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":143,"offsetX":16,"offsetY":-15,"units":"miles"},"mapParent":{"id":"1b0","autoScale":true}}]},{"name":"Part 1 — Goblin Arrows","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Hideout.jpg"},"title":"Cragmaw Hideout","width":4937,"height":3439,"imageType":"map","grid":{"type":"square","size":165,"offsetX":-7,"offsetY":-13},"mapRegions":[{"area":"01b","points":[[991,3262],[994,2286],[1489,2123],[1942,2080],[1671,2615],[1594,3262]]},{"area":"01e","points":[[1757,3265],[1898,2631],[2160,2043],[2363,2409],[3105,2582],[3418,3265]]},{"area":"021","points":[[2329,1671],[2535,1517],[2948,1849],[2957,2203],[2862,2265],[2329,1895]]},{"area":"029","points":[[2305,889],[2625,615],[3009,474],[3455,551],[3252,788],[2840,812],[2569,1129]]},{"area":"02f","points":[[978,831],[917,665],[486,711],[311,1225],[708,1662],[1388,1782],[1569,1502],[1095,1194]]},{"area":"037","points":[[3855,1843],[3631,1914],[3409,1686],[3332,1969],[3418,2305],[3723,2486],[3815,2748],[4452,2778],[4585,2203],[4492,2009],[4317,2117],[4111,1843]]},{"area":"025","points":[[1391,865],[1483,948],[1582,966],[1668,942],[1726,982],[1871,985],[2108,1114],[1985,1246],[1825,1126],[1498,1148],[1320,997]]},{"area":"034","points":[[3453,1316],[3509,1076],[3577,836],[3613,648],[3676,625],[3783,629],[3775,560],[3874,493],[4076,493],[4107,554],[4103,621],[4189,659],[4242,720],[4276,800],[4328,827],[4411,808],[4440,846],[4453,933],[4509,989],[4573,985],[4627,1015],[4638,1057],[4705,1118],[4716,1181],[4691,1255],[4625,1269],[4589,1312],[4621,1411],[4611,1480],[4617,1615],[4537,1672],[4453,1680],[4419,1659],[4314,1661],[4265,1726],[4168,1794],[3924,1735],[3899,1663],[3815,1646],[3777,1571],[3749,1522],[3600,1472],[3531,1499],[3463,1398],[3463,1364]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Cragmaw Hideout.webp"},"id":"1ab","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Hideout (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-4,"offsetY":-7},"mapParent":{"id":"1ab","autoScale":true}}]},{"name":"Part 2 — Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Phandalin.jpg"},"title":"Phandalin","width":4950,"height":3450,"mapRegions":[{"area":"04a","points":[[2227,1210],[2397,1312],[2301,1472],[2187,1469],[2093,1405]]},{"area":"053","points":[[2421,1051],[2509,918],[2606,830],[2717,875],[2579,1147]]},{"area":"056","points":[[1310,661],[1323,741],[1293,870],[1414,1043],[1242,1227],[1021,1301],[811,1061],[958,696]]},{"area":"059","points":[[1544,1768],[1717,1632],[1877,1744],[1768,1936],[1590,1938]]},{"area":"05c","points":[[1525,2218],[1691,2189],[1744,2347],[1499,2398]]},{"area":"05f","points":[[2942,2093],[3002,1976],[3058,1966],[3413,2021],[3624,2238],[3632,2400],[3472,2522],[3184,2581],[2982,2558],[2957,2493],[2982,2270]]},{"area":"062","points":[[1840,1429],[1861,1294],[1968,1290],[1987,1429]]},{"area":"065","points":[[2957,1499],[2955,1346],[3082,1342],[3086,1266],[3165,1261],[3174,1366],[3134,1494]]},{"area":"066","points":[[2037,1650],[2285,1707],[2262,1842],[2205,1854],[1995,1816]]},{"area":"06c","points":[[4027,1293],[4538,1123],[4669,1226],[4664,1333],[4518,1451],[4171,1464],[4050,1400]]}],"imageType":"map","grid":{"type":"none","size":87,"distance":20},"id":"1b1","hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Phandalin.webp"},"page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Phandalin (Player).jpg"},"title":"Player Version","width":4000,"height":2788,"imageType":"mapPlayer","grid":{"type":"none","size":69,"distance":20},"mapParent":{"id":"1b1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Redbrand Hideout.jpg"},"title":"Redbrand Hideout","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":165,"offsetX":3,"offsetY":-7},"mapRegions":[{"area":"07b","points":[[3308,2132],[3791,2123],[3794,2302],[4123,2295],[4117,2135],[4600,2145],[4597,3111],[4117,3117],[4117,2960],[3800,2963],[3797,3120],[3308,3114]]},{"area":"081","points":[[2655,2129],[3142,2135],[3129,2794],[2655,2797]]},{"area":"085","points":[[3298,1655],[4615,1652],[4609,1963],[3298,1966]]},{"area":"088","points":[[2637,982],[3289,982],[3286,1963],[2637,1963]]},{"area":"08d","points":[[3311,483],[3794,483],[3791,1622],[3311,1631]]},{"area":"093","points":[[2631,489],[3135,486],[3132,960],[2631,957]]},{"area":"095","points":[[1658,978],[1662,489],[2600,492],[2597,652],[2465,649],[2462,978]]},{"area":"098","points":[[1982,997],[2317,997],[2348,1120],[2489,1188],[2452,1600],[2206,1828],[2154,2102],[2302,2615],[2203,2788],[2080,2917],[1951,2822],[1511,2754],[1262,2572],[1329,2298],[1323,2037],[1603,1757],[1649,1495],[1665,1268],[1883,1188]]},{"area":"09e","points":[[326,2643],[1160,2640],[1160,3108],[326,3123]]},{"area":"0a4","points":[[332,1323],[1157,1317],[1157,2111],[332,2120]]},{"area":"0a8","points":[[326,486],[978,486],[978,1120],[326,1129]]},{"area":"0ad","points":[[1009,486],[1622,480],[1615,972],[1009,982]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Redbrand Hideout.webp"},"id":"1ac","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Redbrand Hideout (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":2,"offsetY":-7},"mapParent":{"id":"1ac","autoScale":true}}]},{"name":"Part 3 — The Spider's Web","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast.jpg"},"title":"The Sword Coast","width":4950,"height":6750,"imageType":"map","grid":{"type":"hexColsOdd","size":264,"offsetX":60,"units":"miles"},"id":"1b2"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/The Sword Coast (Player).jpg"},"title":"Player Version","width":2648,"height":3625,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":143,"offsetX":16,"offsetY":-15,"units":"miles"},"mapParent":{"id":"1b2","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Ruins of Thundertree.jpg"},"title":"Ruins of Thundertree","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":164,"offsetX":11,"offsetY":2,"distance":10},"mapRegions":[{"area":"0d3","points":[[342,994],[643,1006],[646,1280],[342,1283]]},{"area":"0da","points":[[1172,345],[1797,335],[1797,634],[1172,634]]},{"area":"0df","points":[[1169,2151],[1474,2154],[1471,2615],[1169,2618]]},{"area":"0e3","points":[[1994,2474],[2123,2480],[2126,2643],[2286,2652],[2280,2942],[1815,2945],[1825,2640],[1994,2631]]},{"area":"0e6","points":[[2314,2151],[2945,2148],[2948,2452],[2314,2446]]},{"area":"0eb","points":[[2329,348],[2615,345],[2615,489],[2686,486],[2788,382],[2966,378],[3062,477],[3071,649],[2972,738],[2775,742],[2683,594],[2609,578],[2612,615],[2329,625]]},{"area":"0f1","points":[[2800,2640],[3123,2637],[3117,2945],[2800,2932]]},{"area":"0f4","points":[[3449,2148],[3612,2142],[3603,2455],[3449,2455]]},{"area":"0f8","points":[[3437,775],[3818,686],[4095,812],[4394,991],[4378,1298],[3437,1286]]},{"area":"0fa","points":[[3975,345],[4434,345],[4434,791],[4138,797],[4135,631],[3975,622]]},{"area":"101","points":[[4298,2649],[4471,2646],[4465,2326],[4591,2326],[4588,2935],[4298,2938]]},{"area":"0d6","points":[[806,1120],[806,1812],[1668,1812],[1668,1120]]},{"area":"0fd","points":[[3802,1324],[3802,1795],[3940,1795],[3940,1625],[4093,1625],[4093,1489],[3933,1489],[3933,1324]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Ruins of Thundertree.webp"},"id":"1ad","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Ruins of Thundertree (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-4,"offsetY":-6,"distance":10},"mapParent":{"id":"1ad","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Castle.jpg"},"title":"Cragmaw Castle","width":4950,"height":3450,"imageType":"map","grid":{"type":"square","size":158,"offsetX":-53,"offsetY":-90},"mapRegions":[{"area":"112","points":[[277,1338],[505,1360],[668,1526],[889,1628],[895,1969],[677,2114],[600,2255],[277,2262]]},{"area":"115","points":[[938,1646],[1058,1646],[1071,1197],[1345,1197],[1360,1486],[1662,1486],[1662,1782],[1351,1782],[1342,2006],[1265,2102],[1212,2243],[1074,2246],[1068,1938],[938,1935]]},{"area":"119","points":[[615,1191],[1031,1194],[1025,1471],[892,1452],[772,1388],[680,1308]]},{"area":"119","points":[[1034,2412],[1034,2123],[898,2154],[785,2274],[742,2412]]},{"area":"11c","points":[[1068,2446],[1071,2295],[1314,2314],[1298,2545],[1172,2594],[1129,2726],[948,2714],[812,2628],[748,2511],[738,2446]]},{"area":"120","points":[[1077,1148],[1083,603],[1182,566],[1403,714],[1489,858],[1523,1012],[1498,1148]]},{"area":"123","points":[[622,1148],[591,988],[622,846],[702,702],[852,637],[1028,618],[1022,1148]]},{"area":"12a","points":[[1705,1769],[1705,1178],[2243,1175],[2249,1363],[2277,1474],[2289,1769]]},{"area":"127","points":[[1388,1825],[2292,1825],[2286,2409],[1680,2397],[1578,2209],[1492,2018],[1388,2000]]},{"area":"12f","points":[[1717,966],[1708,597],[1800,465],[1920,406],[2086,406],[2212,483],[2289,609],[2302,966]]},{"area":"133","points":[[1320,2926],[1578,2812],[1683,2612],[2148,2609],[2163,2926]]},{"area":"136","points":[[2483,926],[2646,735],[2843,720],[2938,855],[3074,932],[3068,1151],[2963,1283],[2769,1302],[2535,1169]]},{"area":"138","points":[[3117,1535],[3246,1502],[3403,1532],[3526,1677],[3557,1871],[3502,2012],[3351,2108],[3298,2240],[3117,2243]]},{"area":"13b","points":[[2815,2511],[3022,2446],[3083,2317],[3252,2317],[3363,2428],[3403,2563],[3391,2717],[3314,2818],[3203,2886],[3062,2902],[2935,2849],[2843,2751],[2791,2622]]},{"area":"140","points":[[3585,572],[3794,551],[3985,637],[4123,760],[4185,975],[4142,1203],[4018,1366],[3868,1437],[3585,1462]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Cragmaw Castle.webp"},"id":"1ae","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Cragmaw Castle (Player).jpg"},"title":"Player Version","width":4500,"height":3136,"imageType":"mapPlayer","grid":{"type":"square","size":144,"offsetX":-54,"offsetY":57},"mapParent":{"id":"1ae","autoScale":true}}]},{"name":"Part 4 — Wave Echo Cave","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Wave Echo Cave.jpg"},"title":"Wave Echo Cave","width":4950,"height":6750,"imageType":"map","grid":{"type":"square","size":133,"offsetX":22,"offsetY":21,"distance":10},"mapRegions":[{"area":"158","points":[[385,4868],[665,4797],[1037,4840],[1046,4618],[1262,4585],[1489,4729],[1618,5098],[1440,5135],[1517,5298],[1357,5403],[1434,5529],[1175,5566],[988,5477],[794,5434],[671,5197],[529,5018]]},{"area":"15c","points":[[292,2932],[1077,2926],[1083,3351],[2123,3397],[2138,4508],[292,4471]]},{"area":"160","points":[[1760,5342],[2012,5342],[2006,5465],[2382,5468],[2388,5858],[1880,5858],[1886,5732],[1760,5735]]},{"area":"162","points":[[2831,5335],[3074,5338],[3071,5858],[2831,5862]]},{"area":"165","points":[[2295,3612],[2412,3612],[2412,3738],[2671,3742],[2677,4391],[2295,4388]]},{"area":"167","points":[[3083,3612],[3471,3612],[3474,3988],[3369,4095],[3363,4197],[3280,4277],[3280,4388],[3083,4391]]},{"area":"169","points":[[3209,4794],[3529,4671],[3526,4526],[3677,4440],[3668,4277],[3575,4126],[3754,4172],[3874,4298],[3991,4203],[4114,4277],[4382,4532],[4662,4754],[4394,4818],[4566,5034],[4422,5068],[4092,4929],[3791,4818],[3415,4812],[3209,5015]]},{"area":"15e","points":[[1578,4545],[3172,4548],[3117,4662],[2542,4677],[2538,4892],[2662,5006],[3089,4871],[3083,4997],[2889,5018],[2683,5191],[2677,5335],[2508,5320],[2212,5203],[1843,5095],[1665,5077],[1662,4948],[1874,4963],[1883,4665],[1578,4658]]},{"area":"16c","points":[[1240,2800],[1492,2760],[1578,2560],[1757,2489],[2037,2526],[2148,2622],[2409,2683],[2658,2849],[3068,2865],[3332,2972],[3492,3157],[3305,3412],[3102,3462],[2815,3585],[2418,3428],[2252,3326],[1834,3234],[1585,3200],[1317,3077]]},{"area":"16e","points":[[594,2702],[434,2529],[394,2206],[412,2000],[612,1902],[603,1828],[437,1695],[511,1591],[877,1637],[1037,1529],[991,1695],[1043,1818],[1077,1991],[1062,2391],[886,2492],[751,2578],[742,2702]]},{"area":"171","points":[[1498,1754],[1612,1751],[1612,1886],[2123,1886],[2132,2265],[1498,2265]]},{"area":"175","points":[[2557,1997],[2557,1852],[2378,1880],[2474,1698],[2492,1563],[2658,1348],[2806,1354],[3040,1471],[2969,1655],[3111,1874],[3345,1877],[3335,2538],[3062,2514],[2960,2674],[2745,2628],[2557,2545]]},{"area":"177","points":[[4228,3942],[4012,3880],[3828,3966],[3695,3769],[3643,3548],[3692,3369],[3855,3348],[3963,3178],[3822,3034],[3877,2778],[3834,2535],[3828,2391],[4009,2126],[4117,2194],[4277,2114],[4458,2117],[4578,2240],[4363,2234],[4366,2354],[4105,2351],[4102,2963],[4612,2975],[4591,3175],[4677,3425],[4228,3434]]},{"area":"179","points":[[4289,3489],[4658,3492],[4662,4117],[4415,4120],[4409,3975],[4289,3982]]},{"area":"17d","points":[[4163,2428],[4425,2418],[4425,2302],[4649,2302],[4646,2920],[4163,2917]]},{"area":"182","points":[[3683,1754],[3462,1514],[3394,1252],[3246,1022],[3314,871],[3572,895],[3858,748],[3972,548],[4428,585],[4422,815],[4286,991],[4188,1311],[4154,1514],[4323,1698],[4323,1818]]},{"area":"184","points":[[2378,545],[2298,809],[2295,1009],[2465,1049],[2228,1397],[2169,1569],[2058,1658],[1889,1052],[1985,877],[2040,477],[2123,400],[2332,366],[2345,489]]},{"area":"186","points":[[1991,1646],[1822,1074],[1905,895],[1954,560],[1812,689],[1695,695],[1705,806],[1572,1012],[1508,1065],[1569,1329],[1643,1489]]},{"area":"194","points":[[982,434],[1206,428],[1209,557],[1332,563],[1326,788],[982,794]]},{"area":"18b","points":[[292,425],[292,1197],[938,1197],[938,425]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LMoP/thumbnail/Wave Echo Cave.webp"},"id":"1af","page":"adventure.html","source":"LMoP","hash":"lmop"},{"type":"image","href":{"type":"internal","path":"adventure/LMoP/Wave Echo Cave (Player).jpg"},"title":"Player Version","width":4500,"height":6136,"imageType":"mapPlayer","grid":{"type":"square","size":121,"offsetX":14,"offsetY":12,"distance":10},"mapParent":{"id":"1af","autoScale":true}}]}]},"HotDQ":{"id":"HotDQ","source":"HotDQ","prop":"adventure","chapters":[{"name":"Ch. 1: Greenest in Flames","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/007-map-1-1-greenest.jpg"},"title":"Map 1.1: Greenest","width":4050,"height":3000,"imageType":"map","grid":{"type":"none","size":379,"distance":100},"id":"219","mapRegions":[{"area":"070","points":[[2126,1732],[2092,1631],[2132,1498],[2262,1505],[2268,1585],[2206,1609],[2185,1671],[2206,1711]]},{"area":"074","points":[[2437,2102],[2468,1975],[2542,1892],[2615,1862],[2714,1852],[2711,1745],[2646,1649],[2520,1702],[2400,1778],[2335,1862],[2311,1997],[2323,2102]]},{"area":"07c","points":[[3317,2203],[3308,2028],[3332,1874],[3600,1865],[3683,1929],[3868,2108],[3840,2209],[3674,2314],[3477,2280]]},{"area":"07f","points":[[178,2145],[215,2055],[329,2077],[425,2068],[529,2129],[548,2237],[486,2302],[323,2298],[197,2237]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/007-map-1-1-greenest.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/008-map-1-1-greenest-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"none","size":317,"distance":100},"mapParent":{"id":"219","autoScale":true}}]},{"name":"Ch. 2: Raiders' Camp","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/012-map-2-1-raider-camp.jpg"},"title":"Map 2.1: Raider Camp","width":4050,"height":3000,"imageType":"map","grid":{"type":"none","size":375,"distance":100},"id":"276","mapRegions":[{"area":"09e","points":[[2951,1822],[3148,1843],[3317,1812],[3394,1680],[3338,1511],[3169,1388],[2954,1372],[2865,1465],[2840,1603],[2825,1754]]},{"area":"09c","points":[[1692,2022],[1846,1942],[2052,1914],[2262,1948],[2280,2083],[2255,2249],[2200,2412],[2111,2560],[1945,2634],[1742,2545],[1689,2378],[1671,2206]]},{"area":"0a2","points":[[2338,2582],[2391,2314],[2462,2169],[2637,2080],[2871,2046],[3126,2065],[3277,2169],[3422,2280],[3262,2434],[3065,2535],[2834,2585],[2609,2708]]},{"area":"0a1","points":[[3489,2126],[3406,1917],[3443,1738],[3625,1646],[3726,1772],[3745,2043],[3618,2169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/012-map-2-1-raider-camp.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/013-map-2-1-raider-camp-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"none","size":312,"distance":100},"mapParent":{"id":"276","autoScale":true}}]},{"name":"Ch. 3: Dragon Hatchery","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/017-map-3-1-dragon-hatchery.jpg"},"title":"Map 3.1: Dragon Hatchery","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":66,"offsetX":-13,"offsetY":11},"id":"277","mapRegions":[{"area":"0af","points":[[382,1351],[794,1345],[1025,1465],[1095,1526],[1043,1905],[865,1729],[794,1775],[643,1800],[612,1742],[382,1726]]},{"area":"0b1","points":[[1686,1628],[1732,1542],[1806,1514],[1868,1468],[1963,1514],[2102,1440],[2234,1305],[2335,1292],[2314,1495],[2258,1511],[2185,1665],[2145,1742],[2055,1843],[1991,1942],[1920,1975]]},{"area":"0b5","points":[[2849,982],[2985,815],[2877,692],[2858,563],[2957,409],[3114,452],[3258,415],[3360,489],[3477,508],[3388,797],[3612,932],[3720,975],[3695,1055],[3572,1108],[3443,1102],[3292,1117]]},{"area":"0b7","points":[[3280,1363],[3422,1326],[3622,1314],[3726,1317],[3794,1360],[3880,1446],[3828,1575],[3717,1646],[3640,1723],[3526,1748],[3369,1797],[3218,1831],[3043,1902],[3022,1843],[3086,1763],[3138,1655],[3200,1532],[3274,1428]]},{"area":"0b4","points":[[2351,1526],[2385,1277],[2612,1191],[2772,1000],[2794,1037],[2837,1015],[3231,1132],[3111,1246],[3111,1369],[2951,1372],[2926,1508],[2812,1603],[2695,1646],[2557,1649],[2422,1575]]},{"area":"0bb","points":[[2720,963],[2618,840],[2554,735],[2560,578],[2517,468],[2378,354],[2255,326],[2182,203],[2055,240],[2022,363],[1917,323],[1769,182],[1637,132],[1477,197],[1431,268],[1465,311],[1640,378],[1674,529],[1754,634],[1868,711],[2012,738],[2117,868],[2212,945],[2357,1058],[2511,1086],[2597,1043]]},{"area":"0bd","points":[[2043,871],[1920,997],[1898,1175],[1908,1258],[1843,1317],[1760,1188],[1615,1258],[1348,1185],[1314,1129],[1108,1062],[1178,618],[1572,683],[1628,1080],[1794,994],[1883,889],[1929,843]]},{"area":"0c1","points":[[2351,1705],[2803,1742],[2748,1988],[2803,2065],[2778,2212],[2631,2197],[2625,2369],[2292,2397],[2092,2360],[2037,2191],[2142,2083],[2117,1972],[2323,1902],[2351,1800]]},{"area":"0c8","points":[[2914,2206],[2991,2040],[3326,1886],[3569,1917],[3745,2031],[3705,2166],[3763,2314],[3708,2354],[3615,2271],[3588,2166],[3434,2102],[3317,2138],[3111,2206],[3022,2345],[2942,2348]]},{"area":"0ca","points":[[2889,2455],[3092,2317],[3157,2231],[3311,2182],[3508,2188],[3578,2335],[3702,2406],[3791,2662],[3757,2729],[3662,2760],[3431,2726],[3265,2677],[3117,2640],[2988,2665],[2975,2717],[2815,2720],[2720,2615],[2769,2508]]},{"area":"0cb","points":[[3803,2317],[3745,2197],[3772,2080],[3868,2108],[3938,2098],[3945,2225],[3877,2274]]},{"area":"0ce","points":[[2163,2529],[2062,2591],[1862,2569],[1828,2766],[1382,2714],[1375,2468],[1517,2449],[1514,2292],[1628,2258],[1742,2280],[1760,2366],[1628,2388],[1628,2446],[1892,2462],[1942,2498],[2043,2480]]},{"area":"0d1","points":[[523,2514],[1166,2517],[1215,2572],[1212,2643],[1157,2646],[1157,2772],[594,2769]]},{"area":"0d3","points":[[265,1997],[708,2003],[769,2249],[769,2369],[255,2382]]},{"area":"0b0","points":[[1077,1972],[1151,1557],[1366,1662],[1529,1742],[1622,1665],[1858,2022],[1806,2077],[1686,2114],[1542,2095],[1449,2203],[1360,2286],[1292,2388],[1098,2372],[1077,2302],[1166,2280],[1191,2120],[1129,2037]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/017-map-3-1-dragon-hatchery.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/018-map-3-1-dragon-hatchery-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":-10,"offsetY":10},"mapParent":{"id":"277","autoScale":true}}]},{"name":"Ch. 5: Construction Ahead","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/025-map-5-1-carnath-roadhouse.jpg"},"title":"Map 5.1: Carnath Roadhouse","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-39,"offsetY":-56},"id":"278","mapRegions":[{"area":"113","points":[[532,2074],[535,714],[1548,689],[1551,640],[1877,643],[1880,1332],[1351,1329],[1342,1597],[1145,1600],[1145,2074]]},{"area":"114","points":[[283,2089],[348,2428],[1782,2597],[1782,2089]]},{"area":"115","points":[[1182,1643],[1182,2062],[1877,2062],[1877,1643]]},{"area":"116","points":[[1458,1357],[1458,1603],[1874,1603],[1874,1357]]},{"area":"117","points":[[628,458],[628,680],[883,680],[883,458]]},{"area":"117","points":[[902,449],[902,674],[1255,674],[1255,449]]},{"area":"117","points":[[1274,458],[1434,462],[1532,665],[1274,665]]},{"area":"119","points":[[455,455],[455,677],[609,677],[609,455]]},{"area":"117","points":[[508,714],[185,818],[197,969],[508,969]]},{"area":"117","points":[[200,982],[517,982],[517,1240],[222,1240]]},{"area":"117","points":[[215,1271],[517,1271],[517,1511],[237,1511]]},{"area":"117","points":[[234,1542],[511,1542],[511,1788],[258,1788]]},{"area":"118","points":[[252,1822],[508,1822],[508,2052],[277,2052]]},{"area":"117","points":[[2400,449],[2400,677],[2646,677],[2646,449]]},{"area":"117","points":[[2665,449],[2665,680],[2923,680],[2923,449]]},{"area":"117","points":[[2938,452],[2938,677],[3108,677],[3108,452]]},{"area":"117","points":[[3129,449],[3129,677],[3292,677],[3292,449]]},{"area":"117","points":[[2145,1049],[2129,822],[2394,714],[2443,714],[2443,1049]]},{"area":"117","points":[[2449,1326],[2166,1326],[2151,1083],[2449,1083]]},{"area":"117","points":[[2443,1357],[2169,1357],[2178,1511],[2443,1511]]},{"area":"117","points":[[2182,1535],[2191,1708],[2443,1708],[2443,1535]]},{"area":"117","points":[[2197,1723],[2446,1723],[2446,2049],[2209,2049]]},{"area":"11a","points":[[3126,1637],[3412,1637],[3412,1357],[3828,1357],[3828,2046],[3126,2046]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/025-map-5-1-carnath-roadhouse.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/026-map-5-1-carnath-roadhouse-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-37,"offsetY":-55},"mapParent":{"id":"278"}}]},{"name":"Ch. 6: Castle Naerytar","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/029-map-6-1-castle-naerytar.jpg"},"title":"Map 6.1: Castle Naerytar—Ground Level","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":47,"offsetY":33,"distance":20},"id":"280","mapRegions":[{"area":"13a","points":[[138,1609],[455,1483],[754,1391],[985,1335],[1068,1280],[1277,1283],[1382,1354],[1554,1351],[1443,1754],[1289,1711],[1185,1711],[1092,1902],[785,1892],[517,1880],[138,1917]]},{"area":"13b","points":[[578,2006],[766,2062],[825,2240],[754,2338],[726,2455],[763,2529],[680,2618],[526,2662],[400,2662],[317,2566],[302,2434],[298,2357],[335,2185],[471,2065]]},{"area":"13c","points":[[1843,1317],[1843,1815],[2157,1815],[2157,1317]]},{"area":"13c","points":[[914,2157],[914,2677],[1335,2677],[1335,2157]]},{"area":"13e","points":[[655,797],[606,554],[603,357],[994,357],[1209,391],[1471,351],[1763,308],[2018,394],[1985,625],[1982,843],[1886,1095],[1818,1138],[1665,1022],[1662,898],[1551,895],[1449,917],[1329,1058],[994,1086],[785,969]]},{"area":"140","points":[[2215,1843],[2215,1548],[2249,1335],[2289,1206],[2437,1212],[2535,1363],[2523,1557],[2517,1708],[2351,1840]]},{"area":"141","points":[[1612,1895],[1726,1880],[1825,1880],[1809,1803],[1797,1738],[1708,1742],[1615,1806]]},{"area":"144","points":[[1822,1932],[1698,1938],[1560,2000],[1471,2148],[1468,2320],[1538,2483],[1671,2554],[1822,2572]]},{"area":"145","points":[[1862,2206],[1862,2326],[2954,2326],[2954,2206]]},{"area":"146","points":[[2846,2055],[2846,1791],[2765,1791],[2765,1468],[3338,1468],[3338,1674],[3206,1674],[3206,2055]]},{"area":"147","points":[[3215,1234],[3108,1129],[3105,985],[3191,975],[3268,1068],[3394,1095],[3409,1289],[3234,1295]]},{"area":"148","points":[[3289,1012],[3237,951],[3262,840],[3363,794],[3455,834],[3480,948],[3388,1022]]},{"area":"14a","points":[[3375,1671],[3375,1323],[3434,1323],[3474,1671]]},{"area":"14b","points":[[3246,1711],[3246,2052],[3477,2052],[3477,1711]]},{"area":"14d","points":[[2997,2092],[3255,2092],[3203,2191],[3188,2317],[2997,2317]]},{"area":"14f","points":[[3258,2209],[3391,2209],[3388,2458],[3289,2406],[3243,2311]]},{"area":"150","points":[[3286,2175],[3591,2175],[3508,2089],[3382,2080],[3314,2126]]},{"area":"151","points":[[3505,2446],[3505,2215],[3600,2215],[3609,2308],[3572,2406]]},{"area":"152","points":[[2606,1834],[2606,2071],[2806,2071],[2806,1834]]},{"area":"154","points":[[2486,1815],[2486,1929],[2591,1929],[2591,1815]]},{"area":"155","points":[[2455,1828],[2449,1960],[2569,1957],[2569,2071],[2350,2071],[2332,1972],[2378,1877]]},{"area":"156","points":[[2360,2092],[2412,2160],[2791,2160],[2791,2092]]},{"area":"157","points":[[2606,1585],[2606,1745],[2717,1745],[2717,1585]]},{"area":"158","points":[[2600,1074],[2600,1538],[2723,1538],[2723,1074]]},{"area":"15a","points":[[2612,815],[2698,880],[2726,975],[2729,1025],[2612,1025]]},{"area":"15b","points":[[2585,806],[2455,806],[2363,883],[2342,969],[2585,969]]},{"area":"15c","points":[[2323,997],[2382,1120],[2480,1182],[2575,1191],[2575,997]]},{"area":"15d","points":[[2929,1406],[2889,1320],[2923,1228],[2994,1163],[3089,1166],[3138,1203]]},{"area":"15e","points":[[2957,1418],[3145,1234],[3188,1308],[3175,1385],[3068,1446],[2991,1446]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/029-map-6-1-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/030-map-6-1-castle-naerytar-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":47,"offsetY":33,"distance":20},"mapParent":{"id":"280"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/031-map-6-2-castle-naerytar.jpg"},"title":"Map 6.2: Castle Naerytar—Level 2","width":2100,"height":2700,"imageType":"map","grid":{"type":"square","size":129,"offsetX":8,"offsetY":-3,"distance":20},"id":"281","mapRegions":[{"area":"160","points":[[1302,2075],[1297,2197],[1355,2325],[1455,2412],[1585,2452],[1705,2435],[1810,2392],[1895,2305],[1940,2187],[1945,2075]]},{"area":"161","points":[[170,417],[260,382],[340,417],[387,505],[352,600],[267,625],[175,602],[142,507]]},{"area":"163","points":[[682,490],[682,450],[1035,395],[1035,490]]},{"area":"164","points":[[1072,390],[1072,622],[1417,622],[1417,390]]},{"area":"166","points":[[1460,625],[1557,670],[1692,687],[1692,870],[1460,870]]},{"area":"167","points":[[1552,277],[1452,385],[1452,475],[1552,592]]},{"area":"167","points":[[1580,635],[1707,615],[1805,527],[1580,527]]},{"area":"167","points":[[1585,270],[1677,262],[1760,292],[1810,350],[1585,372]]},{"area":"168","points":[[1187,1422],[1252,1510],[1355,1545],[1430,1530],[1430,1422]]},{"area":"169","points":[[1180,1300],[1167,1352],[1177,1400],[1290,1400],[1290,1300]]},{"area":"16a","points":[[1180,1070],[1180,1282],[1535,1282],[1535,1070]]},{"area":"16b","points":[[940,1152],[940,1277],[1142,1277],[1142,1152]]},{"area":"16c","points":[[382,1162],[252,1165],[180,1212],[162,1267],[382,1267]]},{"area":"16d","points":[[537,1325],[507,1462],[430,1532],[350,1547],[350,1305],[385,1305]]},{"area":"16e","points":[[565,750],[525,795],[517,865],[625,975],[700,972],[747,937]]},{"area":"16f","points":[[657,820],[742,737],[800,787],[800,885],[765,927]]},{"area":"16f","points":[[572,732],[610,697],[687,697],[737,720],[647,795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/031-map-6-2-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/032-map-6-2-castle-naerytar-player.jpg"},"title":"Player Version","width":2100,"height":2700,"imageType":"mapPlayer","grid":{"type":"square","size":129,"offsetX":8,"offsetY":-3,"distance":20},"mapParent":{"id":"281"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/033-map-6-3-castle-naerytar.jpg"},"title":"Map 6.3: Castle Naerytar—Level 3","width":2100,"height":2700,"imageType":"map","grid":{"type":"square","size":129,"offsetX":6,"distance":20},"id":"282","mapRegions":[{"area":"172","points":[[135,510],[167,427],[250,387],[340,412],[392,482],[377,577],[315,622],[222,620],[160,570]]},{"area":"175","points":[[1477,335],[1595,270],[1730,275],[1810,355],[1820,492],[1755,597],[1627,625],[1537,590],[1472,487],[1452,407]]},{"area":"176","points":[[1177,1305],[1175,1435],[1287,1540],[1432,1540],[1522,1480],[1522,1305]]},{"area":"178","points":[[1190,1175],[1190,1275],[1290,1275],[1290,1175]]},{"area":"179","points":[[1305,1072],[1305,1287],[1535,1287],[1535,1072]]},{"area":"17b","points":[[1185,1072],[1185,1145],[1295,1145],[1295,1072]]},{"area":"17c","points":[[952,1150],[952,1275],[1135,1275],[1135,1150]]},{"area":"17d","points":[[150,1297],[145,1427],[217,1505],[312,1547],[312,1297]]},{"area":"17e","points":[[157,1267],[220,1197],[297,1160],[390,1160],[390,1267]]},{"area":"17f","points":[[527,1340],[505,1460],[440,1512],[352,1545],[347,1305],[385,1305],[385,1337]]},{"area":"180","points":[[620,690],[705,690],[807,795],[807,880],[720,975],[622,975],[520,875],[520,807]]},{"area":"174","points":[[1067,387],[1067,627],[1420,627],[1420,387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/033-map-6-3-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/034-map-6-3-castle-naerytar-player.jpg"},"title":"Player Version","width":2022,"height":2600,"imageType":"mapPlayer","grid":{"type":"square","size":125,"offsetY":-7,"distance":20},"mapParent":{"id":"282","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/035-map-6-4-castle-naerytar.jpg"},"title":"Map 6.4: Castle Naerytar—Dungeon","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":96,"offsetX":3,"offsetY":6,"distance":10},"id":"283","mapRegions":[{"area":"187","points":[[2527,690],[2620,705],[2757,867],[2940,1022],[3032,1082],[3042,1222],[3192,1330],[3317,1445],[3232,1507],[3047,1517],[2590,1525],[2525,1480],[2502,987],[2502,777]]},{"area":"188","points":[[3212,1055],[3270,987],[3177,940],[3185,847],[3372,805],[3447,815],[3432,875],[3527,892],[3535,955],[3657,975],[3660,857],[3730,937],[3710,1072],[3640,1192],[3710,1260],[3740,1390],[3715,1425],[3665,1430],[3637,1457],[3472,1322],[3345,1162],[3225,1132]]},{"area":"18b","points":[[2570,2172],[2680,2117],[2865,2100],[2982,2080],[3032,2185],[3072,2300],[3037,2452],[2950,2557],[2807,2567],[2735,2400],[2670,2370],[2610,2285],[2612,2225]]},{"area":"18a","points":[[3280,2242],[3332,2190],[3325,2080],[3272,2052],[3267,1930],[3275,1842],[3315,1820],[3352,1840],[3385,1937],[3425,1990],[3645,2135],[3737,2270],[3702,2470],[3630,2477],[3590,2557],[3530,2582],[3455,2467],[3387,2402],[3312,2337]]},{"area":"18c","points":[[2457,1830],[2507,1762],[2625,1760],[2690,1712],[2812,1820],[2965,1930],[2980,2037],[2835,2060],[2752,2010],[2585,2005],[2517,1975]]},{"area":"18d","points":[[705,1357],[830,1372],[917,1485],[1045,1537],[1112,1432],[1200,1422],[1250,1382],[1205,1277],[1160,1255],[1195,1157],[1322,1050],[1550,1007],[1750,947],[2060,1062],[2305,1125],[2405,1322],[2272,1540],[2292,1667],[2295,1965],[2247,2115],[2072,2165],[1905,2317],[1702,2080],[1590,1810],[1512,1697],[1312,1712],[1377,1965],[1487,2040],[1512,2155],[1470,2230],[1462,2335],[1390,2395],[1322,2392],[1005,1765],[975,1640],[862,1585],[730,1505]]},{"area":"18e","points":[[570,2242],[617,2007],[730,1867],[807,1770],[915,1795],[990,1760],[982,1925],[1082,2025],[1180,2260],[1260,2322],[1287,2440],[1102,2507],[922,2427],[755,2375],[660,2280]]},{"area":"18f","points":[[2010,2430],[2117,2360],[2272,2395],[2317,2495],[2417,2510],[2385,2692],[2285,2710],[2205,2560],[2080,2515]]},{"area":"190","points":[[1652,667],[1652,517],[1717,480],[1757,432],[1992,405],[2180,470],[2355,545],[2397,737],[2442,762],[2360,847],[2280,790],[2202,755],[2140,685],[2012,687],[1850,627],[1730,697]]},{"area":"191","points":[[1632,865],[1560,900],[1485,707],[1350,800],[1255,722],[1300,657],[1262,517],[1270,427],[1320,440],[1355,480],[1632,510],[1627,645],[1580,707],[1615,790]]},{"area":"192","points":[[997,922],[1007,1000],[810,1122],[597,1247],[507,1197],[400,1170],[317,977],[620,927],[865,887]]},{"area":"193","points":[[382,1255],[417,1345],[490,1622],[222,1720],[212,1270]]},{"area":"194","points":[[402,310],[897,320],[865,522],[822,530],[745,575],[700,575],[480,670],[307,587]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/035-map-6-4-castle-naerytar.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/036-map-6-4-castle-naerytar-player.jpg"},"title":"Player Version","width":3375,"height":2500,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":1,"offsetY":5,"distance":10},"mapParent":{"id":"283","autoScale":true}}]},{"name":"Ch. 7: Hunting Lodge","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/039-map-7-1-hunting-lodge.jpg"},"title":"Map 7.1: Hunting Lodge—Ground Floor","width":2700,"height":2000,"imageType":"map","grid":{"type":"square","size":77,"offsetX":-13,"offsetY":-3},"id":"284","mapRegions":[{"area":"1b2","points":[[778,1019],[778,1144],[1224,1144],[1224,1019]]},{"area":"1b4","points":[[698,709],[1219,709],[1219,992],[755,992],[755,1139],[698,1139]]},{"area":"1b7","points":[[1250,946],[1250,1445],[1742,1445],[1742,946]]},{"area":"1ba","points":[[376,389],[1130,389],[1130,670],[605,670],[605,600],[376,600]]},{"area":"1bc","points":[[138,386],[138,675],[349,675],[349,386]]},{"area":"1bf","points":[[378,616],[378,675],[589,675],[589,616]]},{"area":"1c4","points":[[141,701],[141,1069],[518,1069],[518,701]]},{"area":"1c6","points":[[142,1093],[142,1461],[662,1461],[662,1093]]},{"area":"1c9","points":[[1621,387],[1621,677],[1742,677],[1742,387]]},{"area":"1cb","points":[[1158,387],[1158,603],[1598,603],[1598,387]]},{"area":"1cd","points":[[1558,704],[1558,918],[1744,918],[1744,704]]},{"area":"1ce","points":[[1246,706],[1246,915],[1528,915],[1528,706]]},{"area":"1a9","points":[[2013,229],[2013,555],[2518,555],[2518,229]]},{"area":"1b0","points":[[1982,928],[1982,1282],[2538,1282],[2538,928]]},{"area":"1b0","points":[[899,80],[899,219],[1056,219],[1056,80]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/039-map-7-1-hunting-lodge.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/040-map-7-1-hunting-lodge-player.jpg"},"title":"Player Version","width":2700,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-14,"offsetY":-5},"mapParent":{"id":"284"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/041-map-7-2-hunting-lodge.jpg"},"title":"Map 7.2: Hunting Lodge—Upper Floor","width":2700,"height":2000,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-33,"offsetY":39},"id":"285","mapRegions":[{"area":"1bf","points":[[2083,251],[2083,866],[2518,866],[2518,251]]},{"area":"1c4","points":[[1421,1045],[1421,1565],[1776,1565],[1776,1045]]},{"area":"1cd","points":[[253,1061],[587,1061],[587,1309],[168,1309],[168,1243],[253,1243]]},{"area":"1d1","points":[[160,1594],[677,1594],[677,1912],[242,1912],[242,1662],[160,1662]]},{"area":"1db","points":[[258,706],[509,706],[509,782],[590,782],[590,1040],[166,1040],[166,971],[258,971]]},{"area":"1dc","points":[[1336,1586],[1864,1586],[1864,1648],[1768,1648],[1768,1910],[1336,1910]]},{"area":"1df","points":[[245,1322],[245,1574],[587,1574],[587,1322]]},{"area":"1e2","points":[[704,702],[704,1027],[1306,1027],[1306,702]]},{"area":"1e6","points":[[1322,702],[1766,702],[1766,944],[1859,944],[1859,1013],[1322,1013]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/041-map-7-2-hunting-lodge.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/042-map-7-2-hunting-lodge-player.jpg"},"title":"Player Version","width":2700,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-33,"offsetY":39},"mapParent":{"id":"285"}}]},{"name":"Ch. 8: Castle in the Clouds","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/046-map-8-1-parnast.jpg"},"title":"Map 8.1: Parnast","width":1400,"height":1800,"imageType":"map","grid":{"type":"square","size":88,"offsetX":14,"offsetY":-9,"scale":2,"distance":10},"id":"286","mapRegions":[{"area":"1f3","points":[[133,104],[133,227],[277,227],[277,104]]},{"area":"1f7","points":[[776,928],[795,1126],[1282,1075],[1262,883]]},{"area":"1fb","points":[[389,243],[741,21],[906,278],[573,480]]},{"area":"1ff","points":[[446,771],[616,706],[678,875],[518,947]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/046-map-8-1-parnast.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/047-map-8-1-parnast-player.jpg"},"title":"Player Version","width":1400,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-3,"offsetY":-28,"scale":2,"distance":10},"mapParent":{"id":"286"}},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/049-map-8-2-skyreach.jpg"},"title":"Map 8.2: Skyreach Castle","width":3975,"height":5700,"imageType":"map","grid":{"type":"square","size":59,"offsetX":8,"offsetY":51,"scale":2},"id":"287","mapRegions":[{"area":"216","points":[[1492,4335],[1612,4275],[1737,4340],[1775,4432],[1742,4522],[1637,4582],[1507,4557],[1460,4462]]},{"area":"214","points":[[1632,4622],[1705,4602],[1750,4567],[1822,4710],[1765,4732],[1705,4780]]},{"area":"216","points":[[1707,4842],[1807,4757],[1947,4775],[2010,4885],[1980,5010],[1860,5072],[1755,5040],[1705,4952]]},{"area":"223","points":[[1955,5070],[2022,5000],[2050,4915],[2770,4920],[2770,5080],[2382,5112],[2047,5090]]},{"area":"235","points":[[3285,4752],[3285,4962],[3152,5012],[2995,5010],[2995,4752]]},{"area":"224","points":[[2727,4155],[2727,4337],[2990,4337],[2990,4155]]},{"area":"229","points":[[3042,4215],[3042,4335],[3247,4335],[3247,4215]]},{"area":"232","points":[[3400,4212],[3537,4220],[3497,4340],[3412,4337]]},{"area":"234","points":[[2777,3827],[3052,3905],[3050,3970],[2740,3982]]},{"area":"220","points":[[1672,4072],[1837,3910],[2062,3837],[2250,3785],[2230,3890],[2235,4025],[1992,4112],[1852,4210]]},{"area":"21c","points":[[1865,4265],[2067,4132],[2275,4057],[2275,3942],[2297,3800],[2517,3802],[2715,3835],[2677,4012],[2680,4327],[2727,4390],[3460,4397],[3432,4532],[3502,4607],[3477,4665],[3355,4755],[3355,4687],[2957,4697],[2945,5025],[2817,5065],[2810,4862],[2052,4865],[1985,4732],[1865,4707],[1762,4560],[1810,4432],[1787,4335],[1715,4260],[1597,4237],[1635,4127]]},{"area":"22d","points":[[3390,3935],[3420,3842],[3452,3777],[3520,3757],[3710,3750],[3752,3815],[3725,3975],[3640,4040],[3517,3985]]},{"area":"243","points":[[1600,1015],[1672,1060],[1675,1162],[1592,1187],[1522,1140],[1530,1060]]},{"area":"25b","points":[[2607,995],[2505,812],[2702,725],[2957,702],[2987,882],[2765,915],[2667,945]]},{"area":"268","points":[[3185,565],[3505,622],[3387,652],[3300,700]]},{"area":"261","points":[[3442,885],[3497,765],[3662,720],[3782,812],[3790,940],[3712,1060],[3602,1077],[3477,1007]]},{"area":"239","points":[[1707,930],[1917,767],[2292,770],[2515,995],[2327,1207],[2052,1347],[1670,1237],[1730,1130],[1690,1010]]},{"area":"23c","points":[[2407,1140],[2585,1055],[2615,1275],[2572,1342],[2495,1347],[2465,1292]]},{"area":"25f","points":[[2932,1085],[2952,1030],[3032,1010],[3107,1050],[3100,1130],[3025,1147]]},{"area":"23f","points":[[2737,1440],[2812,1392],[2915,1420],[2945,1500],[2902,1570],[2842,1605],[2762,1565],[2727,1515]]},{"area":"269","points":[[1660,1502],[1840,1790],[1812,1825],[1715,1757],[1597,1550]]},{"area":"268","points":[[1842,1922],[1992,1852],[2105,1902],[2267,1900],[2397,1930],[2590,1930],[2640,2052],[2395,2075],[2360,2075],[2115,2030],[2057,2032]]},{"area":"26a","points":[[790,2907],[907,2775],[1157,2685],[1415,2735],[1477,2835],[1457,2960],[1347,3022],[1175,3060],[1107,3052],[975,3080],[847,3020],[800,2977]]}],"hrefThumbnail":{"type":"internal","path":"adventure/HotDQ/thumbnail/049-map-8-2-skyreach.webp"},"page":"adventure.html","source":"HotDQ","hash":"hotdq"},{"type":"image","href":{"type":"internal","path":"adventure/HotDQ/050-map-8-2-skyreach-player.jpg"},"title":"Player Version","width":3314,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-11,"offsetY":-11,"scale":3},"mapParent":{"id":"287","autoScale":true}}]}]},"RoT":{"id":"RoT","source":"RoT","prop":"adventure","chapters":[{"name":"Ch. 10: The Sea of Moving Ice","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/009-map-10-1-arauthators-iceberg.jpg"},"title":"Map 10.1: Arauthator's Iceberg and Lair","width":3960,"height":5700,"imageType":"map","grid":{"type":"square","size":85,"offsetY":17,"distance":15},"id":"114","mapRegions":[{"area":"0a9","points":[[2905,1375],[3052,1135],[3385,1378],[3228,1634]]},{"area":"0aa","points":[[1622,1723],[2009,1572],[2012,1963],[1705,1969],[1609,1902]]},{"area":"0ab","points":[[1702,2154],[1945,2135],[2197,2065],[2363,2240],[2031,2471]]},{"area":"0ac","points":[[2572,1982],[2686,1812],[2803,1914],[2871,1994],[2880,2068],[2822,2283],[2757,2326],[2628,2302],[2594,2114]]},{"area":"0af","points":[[2108,1871],[2114,1569],[2548,1637],[2480,1751],[2428,1800],[2391,1880]]},{"area":"0b0","points":[[2292,2566],[2366,2406],[2526,2400],[2465,2538],[2391,2566]]},{"area":"0b2","points":[[2271,1277],[2135,1120],[2206,1040],[2114,957],[2117,702],[1972,529],[2225,535],[2289,609],[2280,788],[2388,769],[2412,689],[2462,628],[2542,772],[2711,708],[2794,862],[2625,972],[2708,1028],[2674,1086],[2609,1129],[2591,1194],[2372,1265]]},{"area":"0b4","points":[[2649,2822],[2812,2757],[2969,2631],[3049,2563],[3145,2400],[3283,2342],[3394,2323],[3471,2465],[3474,2745],[3422,2877],[3234,3074],[2834,3092],[2692,3077],[2625,2991],[2622,2892]]},{"area":"0b6","points":[[1437,2495],[1938,2852],[1855,3074],[1366,3018],[1265,2674]]},{"area":"0b7","points":[[394,2338],[643,2252],[717,2280],[1366,2342],[1440,2406],[1265,2394],[1102,2431],[1022,2462],[726,2483],[431,2412]]},{"area":"0bd","points":[[342,1902],[726,1902],[1074,1982],[1148,2071],[1172,2157],[846,2142],[735,2151],[625,2129],[418,2089]]},{"area":"0c1","points":[[249,1458],[498,1382],[738,1557],[1089,1557],[1338,1720],[1357,1785],[1302,1791],[1218,1772],[963,1717],[769,1717],[603,1723],[508,1720],[409,1560]]},{"area":"0c3","points":[[751,1378],[908,1295],[1058,1234],[1157,1292],[1520,1302],[1689,1471],[1606,1517],[1529,1471],[1292,1465],[1074,1431],[868,1409]]},{"area":"0c6","points":[[578,1132],[883,1120],[1105,1049],[1520,1117],[1428,1182],[1332,1218],[1009,1206],[840,1268]]},{"area":"0d0","points":[[2323,4671],[2686,4477],[2782,4265],[3418,4111],[3489,4188],[3575,4203],[3569,4314],[3391,4342],[3292,4434],[3308,4563],[3455,4498],[3471,4452],[3560,4455],[3566,4505],[3483,4591],[3486,4671],[3446,4742],[3222,4871],[3397,4880],[3486,4852],[3465,4905],[3385,4938],[3400,5012],[3354,5068],[3222,5086],[3077,5015],[2889,5018],[2788,5102],[2720,5120],[2711,5068],[2603,5126],[2477,5209],[2462,5129],[2551,5062],[2572,4951],[2437,4831]]},{"area":"0cf","points":[[2468,3852],[2538,3923],[2671,4000],[2794,4022],[2812,4197],[2982,4172],[3209,4003],[3342,3812],[3489,3729],[3542,3677],[3557,3529],[3434,3345],[3231,3329],[3182,3397],[2975,3418],[2889,3698],[2822,3760],[2618,3766],[2526,3818]]},{"area":"0d1","points":[[1028,4520],[1071,4372],[1246,4351],[1391,4452],[1532,4443],[1917,4286],[2262,4258],[2280,4215],[2326,4191],[2480,4268],[2637,4262],[2625,4308],[2403,4434],[2280,4372],[2166,4477],[1969,4545],[1898,4594],[1618,4600],[1523,4717],[1388,4732],[1246,4800],[1117,4714],[1083,4603]]},{"area":"0d3","points":[[1246,4831],[1403,4757],[1523,4745],[1637,4628],[1911,4618],[1991,4554],[2188,4498],[2274,4415],[2394,4462],[2591,4363],[2646,4462],[2437,4575],[2320,4649],[2166,4658],[2089,4683],[2068,4763],[1800,4868],[1754,4935],[1680,4938],[1622,5003],[1526,4997],[1366,5003],[1218,5098],[1191,4957]]},{"area":"0d2","points":[[1089,4323],[1271,4320],[1406,4412],[1545,4406],[1926,4228],[2222,4209],[2317,4145],[2317,4108],[2218,4089],[2132,4028],[2058,4105],[1960,4117],[1858,4111],[1671,4206],[1603,4292],[1495,4274],[1394,4215],[1240,4212],[1120,4237]]},{"area":"0d5","points":[[151,4523],[255,4326],[354,4231],[474,4215],[649,4025],[800,3966],[945,3923],[1037,4065],[1058,4197],[1022,4329],[991,4477],[1012,4600],[1071,4729],[1083,4938],[1083,5117],[911,5098],[782,5022],[658,5031],[505,4874],[517,4668],[335,4575]]},{"area":"0d4","points":[[1031,3920],[1009,3858],[1028,3735],[1148,3655],[1298,3526],[1428,3492],[1529,3495],[1542,3551],[1508,3600],[1585,3585],[1680,3505],[1677,3618],[1705,3677],[1726,3609],[1778,3585],[1828,3665],[1871,3708],[1865,3769],[1843,3803],[1680,3831],[1785,3945],[1871,4037],[1846,4086],[1646,4166],[1588,4249],[1502,4240],[1409,4191],[1342,4185],[1274,4098],[1274,4034],[1218,4025],[1175,4025],[1117,3960]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/009-map-10-1-arauthators-iceberg.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/010-map-10-1-arauthators-iceberg-player.jpg"},"title":"Player Version","width":3960,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetY":17,"distance":15},"mapParent":{"id":"114"}}]},{"name":"Chapters 11 and 12: Death to the Wyrmspeakers","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/012-map-11-1-tomb-of-diderius.jpg"},"title":"Map 11.1: Tomb of Diderius","width":4050,"height":3000,"imageType":"map","grid":{"type":"square","size":95,"offsetX":7,"offsetY":-71,"distance":10},"id":"24a","mapRegions":[{"area":"0f1","points":[[1218,520],[1003,465],[828,526],[631,705],[582,985],[754,1163],[1049,1237],[1265,1160],[1314,926],[1262,708]]},{"area":"0f6","points":[[1302,671],[1428,729],[1437,782],[1618,788],[1612,868],[1434,871],[1415,960],[1332,982],[1345,923]]},{"area":"0f7","points":[[1625,760],[1625,911],[2086,911],[2086,760]]},{"area":"0f9","points":[[2197,723],[2197,1046],[2551,1046],[2551,723]]},{"area":"0ff","points":[[2268,440],[2302,335],[2431,277],[2563,338],[2585,462],[2520,563],[2415,609],[2308,551]]},{"area":"101","points":[[2265,1062],[2332,1062],[1911,1505],[1830,1505]]},{"area":"104","points":[[1538,1428],[2163,1606],[2163,1742],[1538,1742]]},{"area":"108","points":[[1542,1871],[2175,1871],[2175,2007],[1542,2191]]},{"area":"106","points":[[2206,1606],[2206,2012],[2455,2012],[2455,1606]]},{"area":"109","points":[[2305,1151],[2751,1151],[2825,1394],[2308,1412]]},{"area":"10a","points":[[1628,1062],[1628,1317],[1898,1317],[1898,1062]]},{"area":"10d","points":[[2757,354],[2757,1037],[3129,1037],[3129,354]]},{"area":"110","points":[[3163,711],[3252,711],[3252,625],[3498,625],[3498,942],[3243,942],[3243,877],[3163,877]]},{"area":"11d","points":[[3542,775],[3542,713],[3618,705],[3698,695],[3738,662],[3791,625],[3865,652],[3883,717],[3886,806],[3865,852],[3812,871],[3726,883],[3698,825],[3680,766],[3615,788]]},{"area":"11e","points":[[3588,1366],[3591,1283],[3643,1194],[3711,1142],[3791,1145],[3868,1218],[3911,1295],[3889,1415],[3825,1486],[3705,1486],[3628,1431]]},{"area":"11f","points":[[3431,2292],[3708,2049],[3791,2046],[3954,2295],[3708,2532]]},{"area":"121","points":[[2957,2006],[3025,1905],[3135,1865],[3249,1923],[3320,2046],[3314,2191],[3225,2200],[3126,2206],[3031,2172],[2963,2105]]},{"area":"124","points":[[2846,2382],[2846,1772],[3698,1772],[3698,1849],[2932,1849],[2932,2382]]},{"area":"125","points":[[3043,1065],[3043,1394],[3406,1394],[3406,1065]]},{"area":"126","points":[[2674,1508],[3009,1508],[3009,1570],[2926,1570],[2926,1748],[2674,1748]]},{"area":"128","points":[[2858,2403],[2858,2634],[3206,2634],[3206,2403]]},{"area":"129","points":[[2745,2548],[2745,1868],[2584,1868],[2584,2025],[2668,2025],[2668,2132],[1997,2132],[1997,2548]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/012-map-11-1-tomb-of-diderius.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/013-map-11-1-tomb-of-diderius-player.jpg"},"title":"Player Version","width":4050,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":21,"offsetY":36,"distance":10},"mapParent":{"id":"24a"}},{"type":"image","href":{"type":"internal","path":"adventure/RoT/016-map-12-1-neronvains-stronghold.jpg"},"title":"Map 12.1: Neronvain's Stronghold","width":6000,"height":4444,"imageType":"map","grid":{"type":"square","size":192,"offsetX":87,"offsetY":-7,"distance":15},"id":"24b","mapRegions":[{"area":"141","points":[[224,1080],[220,908],[284,788],[276,680],[336,428],[416,276],[572,224],[692,252],[952,208],[1228,316],[1344,476],[1356,656],[1256,832],[1168,1000],[1076,1080],[860,1136],[612,1196],[492,1208],[400,1144]]},{"area":"143","points":[[1984,2104],[1984,1923],[3140,1923],[3172,2144],[3156,2312],[3360,2304],[3328,2400],[3368,2620],[3368,2820],[3364,3024],[3200,3064],[2808,3048],[2760,3144],[2804,3296],[2780,3352],[2784,3440],[2784,3600],[2632,3624],[2508,3608],[2428,3628],[2404,3432],[2268,3392],[2268,3232],[2051,3232],[2051,3028],[1856,3028],[1848,2872],[1836,2760],[1820,2648],[1856,2496],[1816,2380],[1820,2304],[1984,2308],[1992,2200]]},{"area":"145","points":[[1116,1844],[1172,1960],[1148,2116],[1128,2196],[1208,2208],[1228,2424],[1232,2544],[1524,2544],[1416,2624],[1248,2620],[1244,2864],[1152,2792],[1156,2656],[1152,2608],[984,2596],[844,2632],[820,2496],[688,2496],[668,2376],[664,2284],[844,2296],[860,2204],[852,2104],[1020,2084],[1092,2060],[1104,1940]]},{"area":"146","points":[[1420,3048],[1668,3052],[1792,3060],[1996,3060],[1996,3260],[2188,3260],[2188,3597],[2088,3616],[1952,3632],[1772,3608],[1608,3604],[1612,3464],[1632,3364],[1628,3264],[1452,3244]]},{"area":"148","points":[[3044,1284],[3072,1052],[3212,1000],[3352,964],[3480,968],[3548,1048],[3548,1148],[3544,1296],[3492,1344],[3360,1348],[3372,1504],[3228,1540],[3092,1524]]},{"area":"149","points":[[2388,964],[2504,992],[2592,964],[2720,964],[2780,1020],[2760,1180],[2776,1272],[2792,1356],[2720,1372],[2608,1332],[2492,1324],[2408,1324],[2396,1180],[2404,1080]]},{"area":"14b","points":[[4128,380],[4240,376],[4360,364],[4472,376],[4604,404],[4700,428],[4680,596],[4704,716],[4680,784],[4552,796],[4512,820],[4500,944],[4340,968],[4308,792],[4160,772],[4068,680],[4112,592]]},{"area":"14d","points":[[4120,1532],[4132,1692],[4308,1756],[4324,2032],[4172,2072],[4040,2076],[3940,2080],[3916,1864],[3828,1868],[3780,1736],[3740,1704],[3752,1572],[3868,1536],[3992,1524]]},{"area":"14f","points":[[4180,2124],[4432,2132],[4472,2272],[4488,2380],[4676,2384],[4680,2460],[4340,2484],[4328,2280],[4252,2288],[4220,2212]]},{"area":"150","points":[[3760,3816],[3728,3408],[3728,3216],[3756,3072],[4104,3044],[4140,2860],[4328,2860],[4336,2688],[4536,2672],[4588,2536],[4796,2492],[5256,2500],[5252,2696],[5472,2708],[5464,2956],[5476,3264],[5652,3276],[5628,3512],[5644,3820],[5480,3804],[5408,3844],[5316,3828],[5268,3876],[5284,3976],[5144,4004],[5044,4000],[5040,4096],[4908,4168],[4816,4132],[4752,4184],[4688,4092],[4560,4068],[4468,3976],[4356,4004],[4208,4008],[4124,3996],[4104,3856],[4076,3804],[4004,3832],[3884,3804]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/016-map-12-1-neronvains-stronghold.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/017-map-12-1-neronvains-stronghold-player.jpg"},"title":"Player Version","width":6000,"height":4444,"imageType":"mapPlayer","grid":{"type":"square","size":191,"offsetX":-86,"distance":15},"mapParent":{"id":"24b"}}]},{"name":"Ch. 15: Xonthal's Tower","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/023-map-15-1-xonthals-tower.jpg"},"title":"Map 15.1: Xonthal's Tower","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-32,"offsetY":-21,"distance":10},"id":"24c","mapRegions":[{"area":"19c","points":[[106,230],[106,559],[489,559],[489,230]]},{"area":"1a1","points":[[597,261],[597,697],[1046,697],[1046,261]]},{"area":"1a4","points":[[1223,319],[1223,1103],[1741,1103],[1741,319]]},{"area":"1a6","points":[[1281,1245],[1281,1385],[1675,1385],[1675,1245]]},{"area":"1a8","points":[[135,1121],[135,1449],[470,1449],[470,1121]]},{"area":"1aa","points":[[135,666],[135,994],[418,994],[418,666]]},{"area":"1ac","points":[[594,775],[594,1270],[1103,1270],[1103,775]]},{"area":"1b8","points":[[145,1685],[185,1572],[305,1526],[422,1574],[462,1688],[418,1795],[303,1843],[196,1801]]},{"area":"1b6","points":[[596,1688],[649,1573],[761,1528],[875,1577],[917,1689],[875,1799],[763,1852],[648,1804]]},{"area":"1b9","points":[[146,2089],[188,1975],[301,1919],[435,1975],[468,2089],[412,2196],[302,2237],[194,2195]]},{"area":"1bb","points":[[600,2086],[643,1972],[761,1920],[883,1974],[915,2089],[866,2197],[763,2239],[646,2196]]},{"area":"1bf","points":[[174,2457],[201,2373],[307,2325],[422,2378],[452,2467],[413,2543],[308,2594],[203,2538]]},{"area":"1bd","points":[[573,2373],[654,2366],[763,2325],[871,2381],[894,2467],[865,2550],[764,2597],[655,2534],[573,2534]]},{"area":"1d8","points":[[1052,1572],[1093,1533],[1129,1514],[1194,1510],[1235,1529],[1271,1578],[1271,1627],[1217,1677],[1219,1745],[1254,1782],[1267,1814],[1261,1866],[1226,1902],[1172,1916],[1120,1906],[1084,1884],[1057,1855],[1048,1808],[1106,1750],[1110,1672],[1072,1645],[1053,1610]]},{"area":"1d5","points":[[1338,1515],[1435,1516],[1443,1532],[1425,1617],[1396,1627],[1396,1670],[1338,1670]]},{"area":"1d6","points":[[1565,1515],[1565,1683],[1730,1683],[1730,1515]]},{"area":"1d3","points":[[1570,1910],[1626,1861],[1626,1746],[1785,1746],[1785,1907],[1671,1907],[1623,1959],[1594,1930]]},{"area":"1d1","points":[[1569,2203],[1631,2130],[1606,2108],[1631,2043],[1670,2088],[1733,2093],[1831,2177],[1835,2197],[1695,2348],[1668,2355],[1575,2263],[1577,2219]]},{"area":"1ce","points":[[1409,1952],[1454,1919],[1512,1908],[1560,1921],[1614,1979],[1623,2031],[1608,2083],[1566,2121],[1512,2141],[1450,2128],[1409,2103]]},{"area":"1c7","points":[[1565,2542],[1565,2316],[1339,2316],[1339,2542]]},{"area":"1c6","points":[[1048,2427],[1048,2592],[1164,2592],[1164,2427]]},{"area":"1ca","points":[[1053,1977],[1217,1977],[1217,2092],[1253,2206],[1253,2244],[1223,2244],[1223,2364],[1053,2364]]},{"area":"1cc","points":[[1548,1643],[1533,1711],[1506,1738],[1395,1738],[1395,2275],[1338,2263],[1338,1737],[1279,1737],[1252,1685],[1508,1685]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/023-map-15-1-xonthals-tower.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/024-map-15-1-xonthals-tower-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":21,"offsetY":30,"distance":10},"mapParent":{"id":"24c","autoScale":true}}]},{"name":"Ch. 17: Tiamat's Return","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RoT/028-map-17-1-well-of-dragons.jpg"},"title":"Map 17.1: The Well of Dragons","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":62,"scale":2,"distance":20},"id":"24d","mapRegions":[{"area":"1f8","points":[[62,298],[126,325],[160,326],[195,314],[226,293],[303,283],[385,297],[448,321],[499,343],[532,364],[541,408],[515,458],[498,404],[467,368],[445,350],[401,337],[348,324],[314,317],[257,314],[223,330],[194,352],[164,357],[99,351],[48,329]]},{"area":"1f8","points":[[1259,234],[1215,272],[1195,301],[1191,348],[1209,383],[1231,418],[1235,436],[1204,455],[1196,477],[1214,512],[1239,463],[1271,441],[1315,432],[1351,445],[1383,466],[1417,494],[1440,523],[1462,543],[1497,555],[1548,556],[1546,528],[1508,526],[1480,523],[1448,489],[1418,462],[1397,439],[1369,423],[1333,412],[1292,409],[1263,418],[1245,395],[1228,351],[1226,307],[1255,275],[1283,245]]},{"area":"1fb","points":[[644,520],[684,521],[693,486],[741,501],[785,506],[817,510],[803,565],[800,614],[765,617],[737,594],[706,583],[686,559],[686,542],[670,543]]},{"area":"1fc","points":[[839,427],[863,394],[895,383],[917,412],[933,432],[934,483],[932,501],[876,501],[868,476]]},{"area":"1fd","points":[[301,577],[351,582],[373,592],[373,614],[403,637],[422,665],[449,686],[481,702],[506,705],[559,728],[557,773],[563,826],[560,844],[526,883],[508,910],[489,933],[483,991],[463,1030],[455,1053],[418,1084],[383,1085],[364,1093],[299,1061],[253,1049],[218,1013],[223,996],[234,952],[210,942],[201,910],[305,870],[333,841],[339,818],[310,827],[294,814],[295,801],[262,801],[246,794],[239,752],[255,732],[261,688],[253,659],[268,617]]},{"area":"200","points":[[244,1124],[277,1105],[281,1148],[316,1150],[333,1156],[348,1174],[352,1187],[342,1200],[332,1227],[303,1248],[289,1270],[286,1308],[223,1321],[222,1284],[210,1243],[217,1213],[241,1177],[252,1160]]},{"area":"201","points":[[181,1430],[194,1484],[219,1488],[205,1510],[213,1559],[227,1582],[230,1630],[248,1631],[301,1625],[312,1574],[321,1539],[321,1494],[306,1427],[268,1446],[252,1466],[214,1462]]},{"area":"204","points":[[1045,733],[1062,702],[1099,702],[1112,715],[1125,735],[1102,774],[1075,750]]},{"area":"205","points":[[1243,768],[1241,745],[1249,717],[1277,721],[1316,730],[1311,815],[1284,831],[1266,827],[1266,787]]},{"area":"206","points":[[1263,906],[1292,861],[1306,846],[1342,855],[1341,920],[1271,925]]},{"area":"20e","points":[[934,794],[934,920],[761,920],[761,794]]},{"area":"20e","points":[[1139,848],[1139,965],[1243,965],[1243,848]]},{"area":"20f","points":[[839,1392],[839,1525],[954,1525],[954,1392]]},{"area":"1f9","points":[[1832,818],[1785,795],[1712,768],[1640,772],[1573,815],[1556,846],[1534,924],[1543,995],[1574,908],[1608,843],[1641,818],[1671,804],[1708,799],[1747,814],[1779,839],[1830,855]]},{"area":"1f9","points":[[1756,1314],[1714,1294],[1665,1279],[1605,1271],[1551,1285],[1502,1301],[1555,1317],[1615,1302],[1658,1303],[1702,1319],[1752,1339]]},{"area":"1f9","points":[[1615,2552],[1548,2523],[1516,2515],[1488,2521],[1423,2543],[1374,2573],[1405,2523],[1467,2494],[1514,2463],[1502,2443],[1505,2396],[1506,2356],[1547,2314],[1541,2374],[1538,2408],[1552,2449],[1569,2488],[1604,2517]]},{"area":"1fa","points":[[743,2453],[760,2388],[763,2324],[756,2284],[729,2230],[688,2188],[653,2160],[640,2099],[680,2066],[681,2123],[714,2160],[747,2192],[770,2227],[796,2283],[854,2289],[870,2341],[837,2317],[794,2310],[794,2350],[796,2390],[791,2444]]},{"area":"20a","points":[[996,1648],[1085,1641],[1124,1628],[1147,1694],[1108,1738],[1068,1738],[995,1730]]},{"area":"20a","points":[[1119,1853],[1157,1774],[1225,1760],[1270,1787],[1266,1872],[1204,1921],[1160,1890]]},{"area":"20a","points":[[1332,1898],[1359,1906],[1406,1924],[1440,1946],[1422,1961],[1405,1997],[1321,2008],[1305,1966],[1303,1930]]},{"area":"208","points":[[1436,2019],[1455,1951],[1532,1977],[1493,2035]]},{"area":"209","points":[[1288,2199],[1330,2128],[1454,2125],[1454,2188],[1421,2244],[1373,2225],[1324,2209]]},{"area":"20c","points":[[862,2196],[881,2195],[934,2177],[986,2157],[1025,2190],[999,2235],[966,2252],[911,2298],[862,2265]]},{"area":"20c","points":[[881,2015],[916,1995],[935,1990],[986,1937],[1023,1956],[1031,1974],[986,2031],[943,2044],[897,2050]]},{"area":"20b","points":[[1115,2188],[1170,2108],[1213,2092],[1215,2072],[1277,2074],[1319,2107],[1281,2186],[1237,2185],[1203,2199],[1155,2223]]},{"area":"20d","points":[[595,1524],[625,1533],[675,1568],[690,1578],[738,1613],[760,1655],[768,1697],[779,1752],[796,1817],[821,1836],[872,1836],[899,1841],[907,1865],[921,1889],[903,1932],[862,1954],[834,1970],[788,1966],[735,1979],[692,1983],[637,1951],[604,1916],[597,1883],[590,1827],[595,1775],[599,1715],[606,1654],[600,1628],[591,1578],[573,1559],[572,1537]]},{"area":"207","points":[[1581,1430],[1609,1418],[1666,1400],[1680,1497],[1662,1508],[1648,1539],[1635,1560],[1572,1530],[1579,1481]]},{"area":"207","points":[[1542,1581],[1590,1595],[1617,1631],[1594,1663],[1579,1711],[1538,1732],[1494,1705],[1494,1670],[1514,1625]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/028-map-17-1-well-of-dragons.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/029-map-17-1-well-of-dragons-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":103,"offsetX":12,"offsetY":16,"scale":2,"distance":20},"mapParent":{"id":"24d","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/RoT/031-map-17-2-tiamats-temple.jpg"},"title":"Map 17.2: Tiamat's Temple","width":1980,"height":2850,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-23,"offsetY":-3,"scale":2,"distance":10},"id":"24e","mapRegions":[{"area":"213","points":[[1138,2468],[1138,2846],[1969,2846],[1969,2468]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RoT/thumbnail/031-map-17-2-tiamats-temple.webp"},"page":"adventure.html","source":"RoT","hash":"rot"},{"type":"image","href":{"type":"internal","path":"adventure/RoT/032-map-17-2-tiamats-temple-player.jpg"},"title":"Player Version","width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":-44,"offsetY":-13,"scale":2,"distance":10},"mapParent":{"id":"24e","autoScale":true}}]}]},"PotA":{"id":"PotA","source":"PotA","prop":"adventure","chapters":[{"name":"Ch. 2: The Dessarin Valley","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/PotA/014-02-02.webp"},"title":"Map 2.1: Red Larch","width":1950,"height":1350,"imageType":"map","grid":{"type":"none","size":57,"distance":50},"mapRegions":[{"area":"055","points":[[885,564],[885,603],[947,603],[947,564]]},{"area":"057","points":[[815,453],[815,526],[958,526],[958,453]]},{"area":"05c","points":[[1026,466],[1026,528],[1103,528],[1103,466]]},{"area":"060","points":[[1128,473],[1199,497],[1171,562],[1115,542]]},{"area":"063","points":[[1016,420],[1034,362],[1088,329],[1153,343],[1178,413],[1145,454],[1032,444]]},{"area":"066","points":[[898,401],[898,439],[961,439],[961,401]]},{"area":"068","points":[[1009,589],[1009,638],[1093,638],[1093,589]]},{"area":"06b","points":[[898,352],[898,393],[955,393],[955,352]]},{"area":"06e","points":[[1299,615],[1355,573],[1387,616],[1329,661]]},{"area":"070","points":[[875,687],[875,728],[943,728],[943,687]]},{"area":"085","points":[[919,204],[919,235],[952,235],[952,204]]},{"area":"082","points":[[1255,410],[1255,473],[1300,473],[1300,410]]},{"area":"075","points":[[920,938],[920,966],[951,966],[951,938]]},{"area":"07f","points":[[1028,706],[1149,713],[1164,719],[1129,812],[1031,791]]},{"area":"078","points":[[1037,849],[1127,836],[1146,884],[1082,900],[1075,869],[1040,870]]},{"area":"07a","points":[[903,996],[903,1077],[983,1077],[983,996]]},{"area":"088","points":[[924,1095],[924,1152],[986,1152],[986,1095]]},{"area":"08e","points":[[1109,1127],[1109,1173],[1056,1173],[1056,1127]]},{"area":"08c","points":[[1345,1007],[1392,986],[1480,1013],[1524,1056],[1553,1125],[1541,1189],[1514,1229],[1477,1259],[1414,1271],[1344,1259],[1289,1224],[1273,1149],[1278,1095],[1322,1070],[1352,1041]]},{"area":"07d","points":[[896,318],[896,347],[954,347],[954,318]]},{"area":"072","points":[[762,767],[906,751],[942,756],[933,785],[899,833],[871,851],[792,839],[759,817],[743,809],[737,779]]},{"area":"08a","points":[[1059,1014],[1231,991],[1215,1028],[1220,1058],[1209,1077],[1166,1090],[1117,1104],[1068,1085],[1053,1051]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/014-02-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/015-poa1.webp"},"title":"Player Version","mapParent":{"id":"fff","autoScale":true},"width":3900,"height":2700,"imageType":"mapPlayer","grid":{"type":"none","size":112,"distance":50}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/PotA/018-poa2-errata.webp"},"title":"Map 2.2: The Dessarin Valley","width":3152,"height":4001,"imageType":"map","grid":{"type":"hexColsOdd","size":111,"offsetY":34,"distance":4,"units":"miles"},"mapRegions":[{"area":"0ea","points":[[1052,512],[1052,707],[1335,707],[1335,512]]},{"area":"0fc","points":[[1777,477],[1777,660],[1982,660],[1982,477]]},{"area":"0ce","points":[[597,1242],[597,1422],[997,1422],[997,1242]]},{"area":"0f3","points":[[962,1437],[962,1572],[1325,1572],[1325,1437]]},{"area":"0ed","points":[[1385,2180],[1385,2357],[1650,2357],[1650,2180]]},{"area":"0bb","points":[[1800,1965],[1800,2077],[2062,2077],[2062,1965]]},{"area":"0c4","points":[[1922,2112],[1922,2342],[2280,2342],[2280,2112]]},{"area":"0e7","points":[[1917,2442],[1917,2607],[2197,2607],[2197,2442]]},{"area":"0cb","points":[[1547,2380],[1547,2585],[1857,2585],[1857,2380]]},{"area":"0cd","points":[[1425,2505],[1425,2717],[1667,2717],[1667,2505]]},{"area":"0cc","points":[[1130,2325],[1130,2440],[1482,2440],[1482,2325]]},{"area":"04b","points":[[670,2392],[670,2540],[997,2540],[997,2392]]},{"area":"0d8","points":[[567,2555],[567,2720],[825,2720],[825,2555]]},{"area":"0de","points":[[645,3382],[645,3547],[957,3547],[957,3382]]},{"area":"0b5","points":[[467,3615],[467,3765],[797,3765],[797,3615]]},{"area":"0f9","points":[[1342,3275],[1342,3392],[1592,3392],[1592,3275]]},{"area":"0b8","points":[[1015,3157],[1015,3287],[1360,3287],[1360,3157]]},{"area":"0c0","points":[[1212,2847],[1212,3070],[1485,3070],[1485,2847]]},{"area":"0ca","points":[[1067,2455],[1067,2627],[1347,2627],[1347,2455]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/018-poa2-errata.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/019-poa2.webp"},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":111,"offsetX":2,"offsetY":32,"distance":4,"units":"miles"}}]},{"name":"Ch. 3: Secret of the Sumber Hills","ix":2,"images":[{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/PotA/025-03-01.webp"},"title":"Map 3.1: Feathergale Spire","width":975,"height":2475,"imageType":"map","grid":{"type":"square","size":92,"offsetX":7,"offsetY":35,"scale":2,"distance":10},"mapRegions":[{"area":"156","points":[[374,842],[458,844],[462,815],[473,803],[503,794],[505,711],[463,721],[430,740],[401,764],[379,807]]},{"area":"156","points":[[372,852],[382,905],[403,938],[429,959],[465,976],[504,983],[504,899],[473,891],[460,872],[458,852]]},{"area":"156","points":[[514,899],[536,889],[551,881],[558,855],[645,855],[638,896],[604,942],[553,976],[514,984]]},{"area":"158","points":[[515,712],[551,719],[601,754],[635,802],[643,841],[558,841],[553,818],[542,805],[525,799],[515,796]]},{"area":"15c","points":[[373,482],[378,435],[412,382],[462,350],[506,345],[551,353],[601,386],[636,433],[645,479],[638,529],[605,580],[555,612],[509,621],[462,615],[411,578],[377,529]]},{"area":"156","points":[[388,1089],[408,1072],[429,1062],[466,1048],[504,1038],[504,1115],[478,1120],[457,1131],[442,1142]]},{"area":"156","points":[[382,1098],[364,1118],[345,1154],[339,1185],[335,1208],[411,1208],[418,1180],[426,1162],[437,1147]]},{"area":"156","points":[[337,1218],[338,1248],[350,1287],[365,1312],[382,1334],[436,1280],[425,1265],[414,1242],[412,1216]]},{"area":"156","points":[[390,1341],[412,1358],[432,1368],[458,1380],[485,1386],[505,1386],[506,1313],[472,1304],[445,1285]]},{"area":"154","points":[[512,1039],[556,1048],[597,1067],[612,1078],[601,1095],[625,1117],[642,1108],[666,1138],[677,1169],[681,1214],[677,1255],[662,1289],[647,1313],[625,1308],[601,1331],[613,1350],[587,1372],[554,1381],[515,1388],[512,1300],[484,1294],[461,1288],[442,1271],[430,1247],[422,1219],[426,1188],[437,1164],[455,1141],[481,1128],[512,1125]]},{"area":"150","points":[[354,1573],[368,1542],[393,1509],[420,1488],[429,1500],[464,1482],[462,1467],[490,1462],[521,1464],[548,1468],[548,1573]]},{"area":"152","points":[[560,1472],[582,1481],[612,1500],[632,1522],[654,1547],[668,1587],[672,1624],[668,1658],[658,1691],[639,1723],[617,1748],[592,1764],[560,1778]]},{"area":"148","points":[[456,1585],[456,1665],[352,1665],[346,1648],[336,1648],[336,1603],[346,1604],[350,1585]]},{"area":"14f","points":[[470,1679],[548,1679],[548,1782],[523,1790],[495,1789],[470,1783]]},{"area":"14d","points":[[455,1678],[455,1780],[424,1770],[405,1752],[382,1730],[367,1704],[357,1678]]},{"area":"14e","points":[[468,1586],[468,1663],[546,1663],[546,1586]]},{"area":"146","points":[[358,2068],[368,2045],[381,2025],[366,2012],[396,1988],[407,2002],[428,1986],[450,1976],[447,1958],[482,1948],[483,1968],[508,1965],[532,1968],[538,1949],[575,1959],[568,1976],[592,1985],[609,2000],[622,1988],[652,2013],[635,2028],[648,2045],[660,2068],[680,2064],[689,2101],[669,2105],[672,2127],[668,2151],[692,2155],[679,2196],[660,2188],[651,2210],[634,2229],[648,2245],[625,2269],[608,2255],[591,2270],[565,2279],[572,2302],[538,2311],[534,2288],[507,2292],[482,2288],[479,2311],[441,2302],[448,2281],[425,2270],[405,2255],[390,2269],[363,2245],[381,2230],[365,2209],[357,2187],[335,2195],[326,2157],[347,2152],[344,2127],[347,2103],[330,2098],[336,2062]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/025-03-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/026-poa5.webp"},"title":"Player Version","mapParent":{"id":"ffd","autoScale":true},"width":1950,"height":4950,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":7,"offsetY":35,"scale":2,"distance":10}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/PotA/028-03-02.webp"},"title":"Map 3.2: Sighing Valley","width":975,"height":1350,"imageType":"map","grid":{"type":"none","size":57,"distance":250},"mapRegions":[{"area":"17c","points":[[228,169],[228,328],[291,328],[291,169]]},{"area":"17d","points":[[226,437],[308,323],[345,238],[337,195],[461,183],[522,223],[573,268],[609,345],[569,402],[494,426],[393,457],[287,454]]},{"area":"17e","points":[[645,316],[761,319],[813,279],[871,242],[902,234],[892,255],[845,275],[833,303],[778,341],[716,370],[705,392]]},{"area":"183","points":[[458,738],[418,664],[457,617],[518,628],[565,691],[567,739],[511,760]]},{"area":"180","points":[[275,485],[276,530],[262,552],[255,601],[275,642],[354,663],[409,683],[432,708],[391,708],[335,704],[268,692],[204,646],[188,594],[192,537],[246,495]]},{"area":"185","points":[[582,725],[628,718],[685,720],[722,735],[764,762],[782,802],[793,846],[788,889],[764,919],[750,948],[734,981],[655,995],[689,953],[722,910],[727,847],[717,802],[683,772],[635,752]]},{"area":"187","points":[[103,994],[105,869],[117,786],[173,786],[262,802],[352,878],[339,952],[285,1016],[201,1025],[129,1020]]},{"area":"18a","points":[[648,1183],[614,1122],[576,1082],[622,1018],[682,1004],[725,1014],[748,1054],[752,1099],[809,1097],[862,1155],[803,1192],[688,1205]]},{"area":"189","points":[[513,965],[513,1102],[373,1102],[373,965]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/028-03-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/029-poa12.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":1950,"height":2700,"imageType":"mapPlayer","grid":{"type":"none","size":114,"distance":250}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/PotA/030-03-03.webp"},"title":"Map 3.3: Rivergard Keep","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":92,"offsetX":18,"offsetY":21,"scale":2,"distance":10},"mapRegions":[{"area":"1e0","points":[[235,372],[197,362],[162,333],[147,285],[160,241],[185,213],[214,198],[235,193]]},{"area":"1d9","points":[[247,195],[247,251],[326,251],[326,195]]},{"area":"1de","points":[[243,289],[243,372],[325,372],[325,289]]},{"area":"1a7","points":[[184,859],[204,842],[195,813],[201,784],[217,761],[242,746],[242,698],[199,698],[199,612],[328,612],[328,698],[283,698],[283,748],[303,757],[320,775],[329,794],[369,794],[371,816],[368,835],[331,835],[325,847],[341,862],[330,875],[312,890],[296,875],[274,885],[252,881],[230,871],[215,887],[195,877]]},{"area":"1e5","points":[[193,1162],[226,1215],[285,1240],[359,1212],[373,1182],[372,1117],[422,1117],[422,1069],[193,1069]]},{"area":"1d6","points":[[696,307],[725,281],[743,297],[769,286],[792,282],[792,298],[841,298],[841,282],[878,282],[878,372],[698,372],[702,353],[712,326]]},{"area":"1d4","points":[[700,380],[702,405],[714,425],[698,443],[708,461],[727,472],[743,455],[765,468],[800,468],[879,468],[879,380]]},{"area":"1cd","points":[[887,266],[928,266],[928,285],[1065,285],[1065,336],[1110,336],[1110,416],[1066,416],[1066,468],[929,468],[929,488],[908,495],[887,490]]},{"area":"1cb","points":[[1208,341],[1208,465],[1385,465],[1385,341]]},{"area":"1c9","points":[[1528,219],[1548,214],[1569,221],[1571,246],[1591,255],[1605,270],[1617,291],[1639,291],[1643,310],[1639,331],[1615,332],[1599,355],[1575,375],[1548,378],[1485,378],[1485,281],[1496,264],[1511,252],[1525,241]]},{"area":"1c7","points":[[1362,679],[1369,657],[1378,631],[1402,601],[1425,593],[1448,592],[1464,605],[1486,603],[1514,595],[1523,649],[1519,732],[1479,755],[1432,741],[1406,740],[1390,733],[1384,720],[1372,704]]},{"area":"1c2","points":[[1608,848],[1618,836],[1616,807],[1560,772],[1541,723],[1545,645],[1555,608],[1617,575],[1621,520],[1605,474],[1641,452],[1671,498],[1671,843],[1645,875]]},{"area":"1bf","points":[[1528,949],[1505,904],[1540,872],[1589,856],[1644,895],[1615,945],[1566,975]]},{"area":"1b8","points":[[1394,1022],[1468,1022],[1495,1034],[1509,1046],[1522,1067],[1548,1068],[1548,1110],[1523,1109],[1515,1128],[1497,1146],[1478,1156],[1476,1179],[1460,1185],[1438,1180],[1437,1158],[1419,1148],[1391,1117]]},{"area":"1bd","points":[[1485,756],[1485,925],[1312,925],[1312,756]]},{"area":"1b5","points":[[1072,612],[1072,785],[1200,785],[1200,612]]},{"area":"1b3","points":[[978,611],[978,696],[1062,696],[1062,611]]},{"area":"1b1","points":[[978,705],[978,788],[1064,788],[1064,705]]},{"area":"1af","points":[[1025,796],[1025,1060],[1108,1060],[1108,796]]},{"area":"1aa","points":[[1015,1062],[889,1062],[889,1022],[907,1022],[885,1001],[885,883],[802,883],[802,518],[1119,518],[1119,472],[1390,472],[1427,539],[1395,558],[1367,556],[1351,591],[1340,599],[1325,630],[1306,638],[1283,690],[1277,729],[1212,748],[1212,602],[970,602],[970,795],[1015,795]]},{"area":"1a3","points":[[725,1108],[719,1088],[723,1069],[747,1065],[761,1045],[790,1025],[792,1000],[812,994],[832,999],[835,1023],[877,1023],[877,1118],[864,1143],[836,1153],[836,1178],[815,1183],[794,1181],[794,1156],[765,1139],[750,1110]]},{"area":"19f","points":[[604,963],[619,949],[653,940],[682,932],[720,922],[875,922],[875,981],[730,981],[722,971],[707,972],[692,978],[672,995],[632,993]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/030-03-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/031-poa9.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":4500,"height":3115,"imageType":"mapPlayer","grid":{"type":"square","size":106,"offsetX":23,"offsetY":24,"distance":10}},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/PotA/033-03-04.webp"},"title":"Map 3.4: Sacred Stone Monastery","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-21,"offsetY":1,"distance":10},"mapRegions":[{"area":"209","points":[[159,504],[270,504],[270,448],[435,448],[435,393],[536,393],[536,491],[477,491],[477,601],[260,601],[260,657],[159,657]]},{"area":"207","points":[[270,614],[270,822],[538,822],[538,614]]},{"area":"205","points":[[270,833],[270,983],[364,983],[364,833]]},{"area":"202","points":[[325,997],[325,1093],[477,1093],[477,997]]},{"area":"200","points":[[489,997],[489,1092],[638,1092],[638,997]]},{"area":"1fc","points":[[650,942],[650,1094],[859,1094],[859,942]]},{"area":"1f9","points":[[680,1105],[680,1231],[833,1231],[833,1105]]},{"area":"213","points":[[871,996],[871,1095],[1183,1095],[1183,996]]},{"area":"20b","points":[[435,831],[702,831],[702,807],[808,807],[808,832],[1075,832],[1075,929],[435,929]]},{"area":"20d","points":[[702,793],[702,773],[591,773],[591,550],[569,550],[569,505],[593,505],[593,331],[915,331],[915,496],[942,496],[942,546],[914,546],[914,771],[809,771],[809,793]]},{"area":"223","points":[[972,336],[972,547],[1400,547],[1400,336]]},{"area":"21a","points":[[969,557],[969,711],[1130,711],[1130,557]]},{"area":"227","points":[[1301,558],[1301,766],[1565,766],[1565,558]]},{"area":"21f","points":[[1192,557],[1192,767],[1292,767],[1292,557]]},{"area":"225","points":[[1138,830],[1138,986],[1291,986],[1291,830]]},{"area":"22b","points":[[1355,777],[1355,930],[1512,930],[1512,777]]},{"area":"218","points":[[970,723],[970,819],[1076,819],[1076,723]]},{"area":"248","points":[[429,1436],[483,1436],[477,1393],[479,1344],[473,1319],[426,1314],[353,1319],[284,1320],[223,1319],[211,1346],[209,1407],[211,1483],[205,1540],[214,1575],[220,1593],[246,1591],[307,1595],[350,1595],[375,1577],[372,1546],[379,1534],[377,1489],[359,1485],[330,1478],[316,1487],[319,1504],[315,1523],[317,1538],[265,1537],[261,1484],[272,1454],[264,1433],[269,1382],[329,1369],[363,1375],[426,1378]]},{"area":"246","points":[[116,1812],[143,1816],[169,1810],[205,1815],[251,1807],[289,1818],[317,1807],[346,1814],[387,1808],[421,1814],[466,1809],[484,1835],[492,1863],[442,1918],[420,1904],[429,1883],[417,1872],[394,1867],[386,1877],[359,1866],[330,1856],[308,1872],[247,1866],[191,1872],[174,1869]]},{"area":"242","points":[[328,1701],[355,1704],[403,1700],[484,1691],[504,1702],[538,1694],[538,1656],[588,1670],[597,1700],[637,1700],[684,1701],[700,1743],[697,1771],[700,1806],[720,1818],[775,1809],[809,1813],[771,1868],[749,1888],[757,1907],[755,1940],[758,1967],[737,1978],[701,1977],[665,1979],[641,1974],[671,1924],[695,1922],[701,1901],[699,1875],[673,1870],[656,1862],[626,1872],[613,1866],[598,1874],[593,1910],[595,1937],[591,1970],[595,1993],[594,2015],[624,2037],[649,2028],[624,2090],[600,2091],[595,2105],[592,2133],[534,2177],[534,2123],[532,2093],[534,2067],[531,2038],[502,2038],[483,2032],[442,2038],[370,2078],[373,2052],[370,2037],[335,2037],[289,2027],[232,2035],[201,2034],[233,1980],[267,1973],[301,1978],[348,1975],[385,1975],[424,1978],[474,1980],[499,1973],[520,1975],[534,1957],[528,1922],[497,1926],[530,1861],[531,1834],[531,1804],[537,1772],[522,1757],[481,1758],[445,1758],[418,1754],[391,1761]]},{"area":"242","points":[[806,2316],[859,2290],[862,2266],[865,2228],[863,2179],[866,2111],[901,2092],[958,2085],[1021,2089],[1062,2091],[1078,2105],[1078,2129],[1054,2144],[1001,2142],[968,2150],[966,2167],[968,2206],[973,2244],[1024,2227],[1033,2202],[1073,2197],[1077,2224],[1080,2254],[1075,2299],[1080,2346],[1130,2302],[1128,2270],[1134,2237],[1129,2214],[1149,2195],[1198,2199],[1238,2195],[1199,2147],[1184,2140],[1160,2139],[1134,2137],[1140,2106],[1132,2065],[1130,2037],[1106,2027],[1066,2030],[1005,2027],[939,2028],[875,2022],[862,1972],[858,1918],[865,1875],[897,1862],[916,1842],[914,1774],[928,1760],[969,1756],[1021,1761],[1030,1781],[1077,1801],[1084,1760],[1150,1756],[1230,1756],[1287,1695],[1258,1696],[1242,1687],[1243,1654],[1191,1668],[1190,1690],[1159,1697],[1118,1701],[1061,1695],[1029,1695],[1027,1670],[1036,1648],[1075,1650],[1101,1650],[1073,1590],[1043,1595],[1029,1593],[1026,1554],[968,1566],[971,1586],[967,1632],[971,1666],[966,1697],[908,1700],[855,1697],[795,1753],[815,1765],[842,1755],[859,1771],[858,1802],[844,1809],[830,1817],[798,1874],[801,1913],[805,1948],[806,1977],[801,2016],[781,2035],[744,2027],[703,2025],[680,2029],[657,2091],[691,2092],[726,2085],[765,2088],[785,2088],[801,2109],[805,2141],[804,2165],[798,2188],[757,2192],[703,2191],[651,2191],[628,2249],[699,2253],[759,2252],[791,2247],[810,2263],[804,2289]]},{"area":"240","points":[[534,1566],[542,1464],[542,1422],[538,1389],[559,1370],[599,1371],[654,1363],[646,1345],[661,1318],[706,1320],[753,1315],[838,1316],[858,1321],[864,1353],[876,1379],[906,1375],[913,1394],[908,1419],[910,1468],[914,1514],[900,1544],[882,1536],[862,1547],[864,1575],[868,1589],[847,1600],[816,1593],[807,1607],[809,1643],[786,1658],[726,1639],[715,1654],[695,1649],[697,1609],[685,1588],[665,1597],[626,1593],[590,1589],[570,1597],[548,1584]]},{"area":"237","points":[[1135,1383],[1158,1373],[1186,1376],[1193,1357],[1185,1346],[1191,1321],[1222,1318],[1257,1315],[1309,1317],[1351,1321],[1351,1342],[1361,1373],[1392,1372],[1406,1361],[1403,1340],[1410,1320],[1431,1319],[1462,1322],[1506,1318],[1540,1321],[1568,1321],[1574,1366],[1586,1377],[1605,1370],[1622,1381],[1624,1405],[1623,1433],[1622,1474],[1621,1510],[1625,1528],[1603,1538],[1578,1542],[1569,1563],[1575,1584],[1538,1588],[1504,1589],[1470,1585],[1457,1594],[1458,1654],[1407,1648],[1406,1547],[1379,1540],[1354,1544],[1351,1584],[1286,1589],[1222,1588],[1202,1593],[1182,1575],[1190,1547],[1155,1535],[1139,1535],[1141,1507],[1137,1470],[1139,1420],[1142,1399]]},{"area":"22f","points":[[1190,2013],[1192,1954],[1195,1919],[1183,1895],[1190,1871],[1207,1862],[1233,1867],[1248,1844],[1242,1817],[1286,1816],[1322,1815],[1367,1818],[1401,1820],[1407,1873],[1400,1883],[1406,1899],[1405,1928],[1357,1927],[1351,1957],[1349,1975],[1351,2000],[1341,2022],[1317,2031],[1285,2027],[1239,2030],[1206,2033]]},{"area":"233","points":[[1318,2140],[1377,2194],[1418,2194],[1465,2200],[1512,2196],[1514,2248],[1463,2248],[1461,2303],[1462,2353],[1477,2364],[1615,2361],[1675,2358],[1681,2332],[1677,2292],[1665,2254],[1618,2249],[1574,2247],[1571,2219],[1580,2202],[1638,2197],[1707,2193],[1730,2191],[1730,2163],[1731,2099],[1737,2038],[1721,2030],[1681,2027],[1631,2029],[1624,2047],[1624,2112],[1624,2138],[1576,2142],[1520,2139],[1516,2113],[1515,2090],[1558,2091],[1571,2067],[1573,2036],[1568,1975],[1499,1978],[1437,1975],[1410,1975],[1403,1987],[1406,2023],[1406,2057],[1408,2085],[1428,2091],[1456,2088],[1460,2114],[1461,2132],[1427,2134],[1367,2137],[1340,2136]]},{"area":"242","points":[[1364,1758],[1412,1701],[1459,1701],[1507,1695],[1511,1653],[1551,1640],[1611,1643],[1657,1642],[1674,1634],[1674,1574],[1674,1520],[1681,1486],[1676,1424],[1727,1396],[1733,1427],[1732,1471],[1731,1505],[1745,1539],[1773,1542],[1796,1587],[1768,1589],[1736,1593],[1731,1613],[1733,1651],[1733,1687],[1737,1737],[1728,1781],[1737,1805],[1718,1817],[1698,1812],[1678,1819],[1675,1845],[1687,1871],[1726,1873],[1750,1865],[1767,1865],[1786,1861],[1790,1824],[1787,1770],[1783,1719],[1837,1699],[1838,1756],[1835,1773],[1842,1798],[1841,1851],[1839,1898],[1837,1940],[1843,1964],[1791,1983],[1790,1966],[1786,1930],[1752,1920],[1713,1920],[1666,1922],[1635,1922],[1623,1908],[1624,1875],[1595,1871],[1573,1875],[1569,1910],[1512,1886],[1518,1843],[1519,1793],[1520,1770],[1511,1761],[1478,1749],[1453,1760],[1419,1757],[1399,1754]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/033-03-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/034-poa10.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3742,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":82,"offsetY":10,"distance":10}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/PotA/036-03-05.webp"},"title":"Map 3.5: Scarlet Moon Hall","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":80,"offsetX":-42,"offsetY":32,"scale":2,"distance":10},"mapRegions":[{"area":"257","points":[[376,1118],[376,1271],[554,1271],[554,1118]]},{"area":"25c","points":[[802,1060],[802,1191],[988,1191],[988,1060]]},{"area":"26d","points":[[675,822],[675,963],[888,963],[888,822]]},{"area":"271","points":[[995,682],[995,896],[1149,896],[1149,682]]},{"area":"260","points":[[418,747],[418,917],[577,917],[577,747]]},{"area":"264","points":[[104,605],[104,756],[336,756],[336,605]]},{"area":"268","points":[[163,359],[163,540],[337,540],[337,359]]},{"area":"276","points":[[556,512],[556,638],[678,638],[678,512]]},{"area":"27a","points":[[699,455],[699,495],[742,495],[742,455]]},{"area":"27c","points":[[895,393],[877,399],[845,401],[810,399],[774,373],[746,350],[728,292],[729,252],[738,218],[769,229],[810,252],[847,274],[874,308],[891,351]]},{"area":"27e","points":[[541,263],[541,374],[716,374],[716,262],[680,262],[680,357],[576,357],[576,263]]},{"area":"28f","points":[[1527,424],[1626,228],[1666,228],[1765,424]]},{"area":"28c","points":[[1529,435],[1529,581],[1762,581],[1762,435]]},{"area":"287","points":[[1528,592],[1528,738],[1766,738],[1766,592]]},{"area":"27f","points":[[1530,749],[1530,897],[1763,897],[1763,749]]},{"area":"283","points":[[1531,905],[1531,1193],[1764,1193],[1764,905]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/036-03-05.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/037-poa11.webp"},"title":"Player Version","mapParent":{"id":"ff9","autoScale":true},"width":3742,"height":2591,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":31,"offsetY":28,"distance":10}}]},{"name":"Ch. 4: Air, Earth, Fire, and Water","ix":3,"images":[{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/PotA/041-04-01.webp"},"title":"Map 4.1: Temple of Howling Hatred","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":24,"distance":10},"mapRegions":[{"area":"2b3","points":[[133,2418],[184,2335],[275,2418]]},{"area":"2b5","points":[[195,2291],[192,2166],[208,2154],[207,2136],[285,2055],[310,2059],[320,2043],[443,2042],[456,2056],[474,2056],[549,2127],[549,2155],[568,2172],[568,2287],[546,2301],[550,2325],[482,2395],[456,2396],[444,2413],[320,2418],[308,2399],[283,2398],[201,2323],[212,2303]]},{"area":"2bd","points":[[679,1712],[328,1708],[318,1717],[316,1759],[304,1777],[303,1808],[319,1826],[324,1859],[345,1888],[355,1916],[355,1950],[336,1973],[314,1991],[301,2009],[321,2030],[679,2030]]},{"area":"2b9","points":[[797,1711],[1339,1711],[1339,1822],[1449,1822],[1449,1975],[1120,1975],[1120,2028],[797,2028]]},{"area":"2d9","points":[[1351,1809],[1559,1809],[1559,1655],[1398,1655],[1351,1708]]},{"area":"2e4","points":[[1130,2097],[1182,2097],[1182,2043],[1339,2043],[1339,2195],[1130,2195]]},{"area":"2e4","points":[[1569,2195],[1569,1878],[1626,1878],[1626,1822],[1725,1822],[1725,2195]]},{"area":"2e4","points":[[1626,1544],[1626,1756],[1835,1756],[1835,1544]]},{"area":"2ec","points":[[692,1674],[692,2051],[787,2051],[787,1674]]},{"area":"2f1","points":[[578,1108],[578,1533],[1064,1533],[1064,1108]]},{"area":"2d5","points":[[624,888],[417,888],[417,1220],[138,1321],[414,1390],[414,1700],[679,1700],[679,1604],[509,1604],[509,1033],[624,1033]]},{"area":"2d5","points":[[746,888],[1063,888],[1063,942],[1227,942],[1227,1159],[1248,1157],[1251,1082],[1259,1040],[1288,1012],[1322,1000],[1384,997],[1404,976],[1438,991],[1461,1012],[1481,1025],[1491,1071],[1522,1110],[1521,1148],[1525,1183],[1529,1203],[1518,1232],[1518,1258],[1130,1258],[1130,1035],[746,1035]]},{"area":"2d3","points":[[569,1545],[518,1596],[1123,1596],[1123,1042],[740,1042],[740,886],[628,886],[628,1038],[518,1038],[518,1593],[569,1542],[569,1096],[1073,1096],[1073,1546],[566,1546]]},{"area":"2c2","points":[[743,447],[743,602],[798,602],[798,656],[951,656],[951,502],[898,502],[898,447]]},{"area":"2c2","points":[[467,555],[626,555],[626,599],[569,599],[569,655],[467,655]]},{"area":"2c2","points":[[523,875],[624,875],[624,832],[567,832],[567,773],[523,773]]},{"area":"2c2","points":[[742,876],[1065,876],[1065,777],[798,777],[798,827],[742,827]]},{"area":"2c7","points":[[581,613],[581,821],[787,821],[787,613]]},{"area":"2c5","points":[[821,667],[821,765],[1340,765],[1340,667]]},{"area":"2de","points":[[1183,556],[1505,556],[1505,874],[1181,874],[1181,778],[1350,778],[1350,655],[1183,655]]},{"area":"2fe","points":[[1677,613],[1677,983],[1833,983],[1833,613]]},{"area":"2f7","points":[[1365,278],[1345,272],[1334,254],[1342,232],[1364,228],[1364,95],[1739,95],[1739,410],[1365,410]]},{"area":"2ee","points":[[1127,1261],[1127,1375],[1516,1375],[1516,1261]]},{"area":"2d5","points":[[799,1603],[1130,1603],[1130,1382],[1520,1382],[1527,1401],[1514,1432],[1508,1462],[1516,1487],[1519,1516],[1539,1544],[1554,1563],[1564,1590],[1533,1603],[1487,1599],[1441,1585],[1425,1573],[1403,1580],[1379,1607],[1366,1633],[1340,1653],[1326,1634],[1304,1627],[1293,1591],[1287,1546],[1279,1527],[1252,1502],[1245,1425],[1229,1433],[1229,1700],[799,1700]]},{"area":"2e9","points":[[1570,1267],[1570,1157],[1667,1157],[1667,1218],[1781,1218],[1768,1240],[1747,1266],[1730,1288],[1717,1302],[1733,1322],[1749,1335],[1767,1353],[1774,1371],[1671,1371],[1671,1485],[1570,1485]]},{"area":"2cc","points":[[356,720],[460,720],[460,873],[402,873],[402,1152],[196,1152],[196,836],[249,836],[249,778],[301,778],[301,720]]},{"area":"2cf","points":[[63,343],[77,319],[127,313],[140,304],[157,313],[191,290],[207,281],[231,287],[253,296],[275,293],[305,300],[322,277],[338,258],[369,245],[409,247],[447,243],[465,241],[483,229],[497,225],[526,202],[527,193],[538,205],[539,223],[528,241],[528,259],[536,273],[539,303],[540,333],[546,356],[540,375],[539,393],[517,422],[498,434],[482,457],[463,477],[455,509],[455,653],[355,653],[334,647],[308,651],[290,632],[266,618],[251,587],[230,565],[205,553],[188,520],[165,494],[136,465],[128,439],[112,401],[96,386],[82,381],[72,360]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/041-04-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/042-pam12_templeofhowlinghatred_dm-zf-0998-75774-1-004.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":38,"offsetY":-2,"distance":10}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/PotA/044-04-02.webp"},"title":"Map 4.2: Temple of the Crushing Wave","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"distance":10},"mapRegions":[{"area":"364","points":[[652,531],[631,552],[611,532],[611,334],[764,334],[764,488],[652,488]]},{"area":"366","points":[[115,503],[267,503],[267,556],[322,556],[322,706],[267,706],[267,818],[115,818],[115,712],[58,712],[58,557],[115,557]]},{"area":"35c","points":[[830,60],[830,550],[1206,550],[1206,60]]},{"area":"361","points":[[1271,271],[1271,211],[1284,177],[1309,171],[1315,149],[1332,140],[1353,145],[1383,143],[1414,138],[1421,159],[1433,160],[1451,181],[1486,187],[1511,205],[1519,233],[1525,260],[1531,265],[1524,284],[1500,309],[1489,331],[1457,340],[1451,359],[1434,373],[1421,379],[1407,380],[1410,390],[1384,396],[1369,408],[1351,407],[1329,400],[1309,386],[1299,375],[1313,337],[1301,316],[1288,294]]},{"area":"32a","points":[[1643,166],[1815,166],[1815,113],[1858,113],[1858,165],[1836,172],[1842,204],[1862,224],[1862,380],[1592,380],[1579,359],[1597,346],[1597,336],[1622,338],[1633,327],[1651,330],[1651,202],[1632,208],[1621,206],[1607,215],[1588,183],[1600,171],[1589,158],[1601,150],[1591,137],[1597,111],[1614,117],[1629,111],[1643,112]]},{"area":"325","points":[[1656,610],[1808,610],[1814,630],[1823,629],[1829,645],[1845,645],[1864,651],[1864,764],[1656,764]]},{"area":"358","points":[[937,765],[1092,765],[1092,660],[1042,660],[1042,558],[993,558],[993,660],[937,660]]},{"area":"351","points":[[831,890],[831,1151],[1202,1151],[1202,890]]},{"area":"356","points":[[1159,722],[1271,722],[1271,687],[1289,662],[1313,681],[1313,723],[1368,723],[1368,774],[1411,774],[1431,794],[1414,819],[1367,819],[1367,874],[1159,874]]},{"area":"323","points":[[1544,884],[1716,884],[1739,889],[1753,906],[1753,940],[1807,940],[1807,986],[1753,986],[1752,1037],[1756,1065],[1756,1108],[1807,1108],[1807,1149],[1753,1149],[1753,1204],[1578,1204],[1567,1177],[1557,1170],[1540,1129]]},{"area":"321","points":[[1654,1327],[1820,1327],[1832,1344],[1847,1360],[1859,1367],[1859,1424],[1654,1424]]},{"area":"31f","points":[[1376,1319],[1376,1377],[1596,1377],[1596,1319]]},{"area":"315","points":[[1432,1391],[1432,1793],[1533,1793],[1533,1391]]},{"area":"315","points":[[1434,1305],[1434,688],[1400,654],[1052,654],[1052,558],[1505,554],[1530,580],[1530,1305]]},{"area":"315","points":[[390,820],[488,782],[488,691],[516,654],[984,654],[984,557],[419,557],[390,577]]},{"area":"30e","points":[[1470,2098],[1544,1983],[1654,1984],[1651,1994],[1669,2043],[1676,2056],[1688,2050],[1734,2079],[1772,2076],[1791,2085],[1821,2097],[1838,2127],[1890,2146],[1890,2268],[1857,2264],[1850,2247],[1826,2240],[1820,2232],[1793,2233],[1776,2204],[1765,2189],[1742,2180],[1711,2193],[1684,2184],[1646,2177],[1605,2153],[1580,2134],[1566,2131],[1537,2142],[1503,2119],[1483,2113]]},{"area":"315","points":[[720,1953],[819,1868],[819,1767],[720,1767]]},{"area":"33e","points":[[113,1545],[167,1545],[167,1500],[181,1494],[194,1487],[225,1487],[225,1328],[278,1328],[278,1296],[299,1275],[322,1298],[322,1326],[375,1326],[375,1377],[434,1377],[434,1423],[378,1423],[378,1478],[324,1478],[324,1603],[377,1603],[377,1642],[324,1642],[324,1699],[170,1699],[176,1637],[163,1609],[149,1607],[142,1591],[113,1589]]},{"area":"33c","points":[[389,1551],[543,1551],[543,1599],[597,1599],[597,1754],[389,1754]]},{"area":"344","points":[[105,1713],[212,1713],[212,1766],[249,1766],[277,1794],[250,1810],[214,1810],[214,1876],[273,1876],[273,1919],[219,1919],[207,1940],[198,1943],[182,1938],[175,1937],[166,1950],[149,1957],[121,1971],[60,1980],[72,1952],[70,1888],[68,1854],[73,1799],[69,1767],[86,1736]]},{"area":"34a","points":[[55,2037],[55,2085],[261,2085],[261,2037]]},{"area":"348","points":[[327,1986],[342,1981],[367,1982],[383,1967],[402,1953],[420,1936],[445,1935],[457,1914],[487,1899],[500,1892],[522,1902],[541,1910],[553,1903],[569,1908],[583,1913],[613,1922],[612,1933],[635,1941],[620,1965],[600,1980],[600,2030],[575,2050],[575,2082],[597,2099],[601,2118],[599,2142],[565,2147],[556,2153],[527,2146],[507,2151],[480,2150],[460,2139],[443,2144],[420,2137],[401,2110],[382,2106],[358,2120],[327,2099]]},{"area":"33a","points":[[656,1648],[656,1761],[886,1761],[886,1648]]},{"area":"335","points":[[664,1166],[762,1166],[762,1212],[928,1212],[928,1315],[875,1315],[875,1370],[719,1370],[719,1260],[664,1260]]},{"area":"32f","points":[[937,1322],[937,1270],[1092,1270],[1092,1323],[1148,1323],[1148,1481],[1097,1481],[1097,1537],[938,1537],[938,1479],[886,1479],[886,1322]]},{"area":"333","points":[[1160,1161],[1160,1370],[1314,1370],[1314,1161]]},{"area":"331","points":[[1159,1546],[1366,1546],[1366,1597],[1396,1597],[1423,1624],[1400,1647],[1368,1647],[1368,1696],[1159,1696]]},{"area":"319","points":[[655,2186],[627,2132],[616,2096],[615,2069],[619,2030],[633,1997],[655,1955],[686,1954],[696,1949],[718,1965],[825,1875],[847,1878],[873,1878],[893,1875],[904,1856],[920,1851],[930,1826],[950,1817],[990,1819],[995,1805],[1022,1795],[1047,1800],[1074,1812],[1086,1804],[1103,1810],[1126,1767],[1149,1768],[1166,1757],[1176,1769],[1195,1768],[1205,1749],[1220,1750],[1234,1755],[1261,1744],[1287,1752],[1305,1745],[1330,1746],[1345,1771],[1365,1767],[1378,1777],[1405,1789],[1419,1798],[1437,2052],[1403,2055],[1385,2062],[1377,2087],[1207,2087],[1184,2099],[1161,2103],[1148,2121],[1121,2128],[1100,2140],[1093,2174],[1095,2196],[1071,2213],[1058,2217],[1039,2252],[1021,2267],[750,2267],[739,2227],[712,2204],[694,2186],[675,2180]]},{"area":"31b","points":[[1156,2206],[1488,2206],[1488,2179],[1511,2156],[1531,2176],[1531,2257],[1654,2257],[1654,2233],[1673,2214],[1694,2235],[1694,2305],[1584,2305],[1567,2318],[1549,2319],[1544,2339],[1506,2332],[1495,2346],[1488,2361],[1224,2361],[1215,2343],[1185,2338],[1167,2319],[1156,2319]]},{"area":"34e","points":[[117,1040],[145,1020],[157,997],[189,993],[214,984],[224,968],[259,956],[264,927],[274,913],[294,900],[323,896],[332,873],[356,860],[499,804],[516,812],[534,818],[545,804],[563,793],[571,780],[595,784],[618,786],[643,779],[667,791],[682,801],[714,808],[740,806],[760,816],[756,840],[793,858],[793,880],[817,890],[817,1113],[782,1114],[760,1088],[734,1075],[707,1079],[703,1099],[675,1094],[649,1099],[626,1103],[611,1089],[565,1089],[553,1107],[534,1117],[511,1136],[490,1152],[440,1208],[393,1208],[379,1224],[353,1229],[330,1249],[296,1247],[260,1241],[239,1249],[214,1260],[193,1283],[161,1269],[146,1243],[127,1207],[109,1174],[116,1150],[124,1126],[126,1101],[110,1083],[103,1061]]},{"area":"315","points":[[820,1637],[820,1487],[495,1162],[447,1215],[717,1485],[717,1637]]},{"area":"31d","points":[[1539,1619],[1567,1602],[1598,1602],[1598,1547],[1651,1547],[1657,1561],[1670,1567],[1699,1576],[1702,1598],[1751,1598],[1751,1753],[1642,1753],[1620,1737],[1620,1717],[1605,1707],[1598,1686],[1598,1645],[1572,1645]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/044-04-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/045-pam13_templeofthecrushingwave_dm-zf-0998-75774-1.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-2,"offsetY":-4,"distance":10}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/PotA/047-04-03.webp"},"title":"Map 4.3: Temple of Black Earth","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-2,"offsetY":-2,"scale":1.03,"distance":10},"mapRegions":[{"area":"373","points":[[1894,117],[1655,117],[1655,284],[1647,288],[1647,383],[1484,383],[1484,533],[1540,546],[1540,443],[1705,443],[1705,289],[1697,286],[1697,160],[1894,160]]},{"area":"377","points":[[937,388],[950,367],[940,319],[944,279],[960,268],[973,276],[987,270],[998,258],[1007,263],[1021,285],[1041,262],[1086,255],[1119,251],[1141,233],[1180,244],[1190,260],[1188,275],[1233,293],[1283,319],[1274,342],[1291,353],[1298,375],[1306,384],[1314,404],[1330,420],[1381,426],[1392,500],[1362,463],[1341,465],[1313,450],[1296,461],[1268,433],[1235,408],[1210,407],[1191,436],[1182,457],[1153,473],[1140,506],[1140,553],[1095,587],[1078,582],[1060,593],[1028,577],[1002,573],[988,550],[966,531],[943,520],[931,500],[940,463],[939,441],[943,411]]},{"area":"37a","points":[[1379,667],[1640,667],[1640,766],[1561,766],[1561,897],[1460,897],[1460,765],[1379,765]]},{"area":"384","points":[[1710,883],[1710,710],[1681,710],[1646,687],[1674,667],[1708,667],[1708,583],[1728,572],[1751,581],[1751,827],[1863,827],[1863,1046],[1857,1068],[1856,1087],[1848,1104],[1859,1114],[1849,1132],[1831,1149],[1710,1149],[1710,928],[1657,928],[1657,883]]},{"area":"3b6","points":[[881,722],[1042,722],[1042,778],[1148,778],[1148,982],[881,982]]},{"area":"386","points":[[1158,927],[1158,724],[1213,724],[1213,665],[1338,669],[1373,689],[1341,712],[1311,715],[1306,878],[1281,906],[1263,927]]},{"area":"3b4","points":[[687,942],[872,942],[872,1097],[692,1097],[663,1074],[663,964]]},{"area":"3b2","points":[[605,1162],[764,1162],[764,1216],[818,1216],[818,1371],[605,1371]]},{"area":"38c","points":[[1597,1270],[1597,1536],[1862,1536],[1862,1270]]},{"area":"37f","points":[[1452,832],[1452,906],[1570,906],[1570,833],[1643,833],[1643,1206],[1382,1206],[1382,997],[1395,974],[1393,937],[1418,913],[1410,888],[1396,883],[1400,858],[1387,853],[1397,832]]},{"area":"398","points":[[1688,2308],[1688,2262],[1772,2262],[1772,2305],[1753,2305],[1753,2420],[1708,2420],[1708,2308]]},{"area":"399","points":[[882,2127],[895,2120],[913,2112],[931,2113],[960,2106],[997,2105],[1027,2103],[1052,2099],[1258,2099],[1258,2305],[1007,2305],[993,2317],[967,2297],[949,2281],[927,2293],[905,2285],[882,2287]]},{"area":"39f","points":[[499,2042],[764,2042],[764,2098],[821,2098],[821,2194],[553,2194],[553,2142],[499,2142]]},{"area":"39d","points":[[501,1821],[553,1821],[553,1766],[927,1766],[927,1900],[940,1914],[942,1935],[946,1953],[963,1958],[970,1979],[992,1985],[1025,1992],[1033,2018],[1027,2077],[987,2077],[949,2085],[906,2075],[888,2078],[890,2057],[880,2038],[886,2016],[899,2008],[916,2011],[933,1996],[937,1976],[858,1976],[833,1970],[822,1964],[794,1982],[771,1971],[755,1963],[740,1963],[724,1970],[709,1980],[709,2029],[666,2029],[666,1976],[553,1976],[553,1866],[501,1866]]},{"area":"3aa","points":[[166,1713],[434,1713],[434,1764],[489,1764],[489,1919],[433,1919],[433,1977],[167,1977],[167,1922],[115,1922],[115,1768],[166,1768]]},{"area":"3af","points":[[165,1262],[165,1491],[389,1491],[389,1262]]},{"area":"3c3","points":[[60,802],[84,775],[354,775],[380,802],[380,1067],[353,1094],[87,1094],[60,1065]]},{"area":"3c5","points":[[377,391],[377,711],[114,711],[114,391]]},{"area":"3c0","points":[[663,226],[872,226],[872,280],[909,280],[936,306],[907,325],[873,325],[873,379],[663,379]]},{"area":"3ba","points":[[652,289],[652,388],[816,388],[821,411],[837,433],[867,446],[879,445],[895,447],[923,455],[915,536],[899,552],[877,553],[871,573],[865,606],[840,620],[824,622],[817,639],[833,662],[847,674],[827,687],[794,686],[794,701],[760,713],[758,727],[729,722],[715,717],[662,714],[642,718],[615,699],[605,685],[588,675],[581,659],[572,653],[558,629],[561,595],[511,573],[501,543],[513,509],[510,492],[508,473],[491,467],[487,430],[540,418],[553,401],[592,415],[606,403],[616,377],[618,358],[606,328],[630,311],[636,289]]},{"area":"3a5","points":[[719,1545],[964,1543],[975,1580],[997,1591],[1008,1613],[1019,1637],[1017,1665],[1020,1699],[819,1699],[819,1753],[771,1753],[771,1701],[718,1701],[718,1645],[662,1645],[662,1604],[719,1604]]},{"area":"396","points":[[940,1353],[957,1345],[979,1346],[989,1358],[1005,1376],[1029,1395],[1045,1410],[1076,1424],[1084,1441],[1079,1467],[1091,1483],[1111,1494],[1136,1532],[1144,1550],[1158,1562],[1162,1584],[1144,1607],[1138,1632],[1128,1652],[1129,1678],[1116,1711],[1110,1736],[1076,1738],[1049,1724],[1035,1701],[1031,1670],[1035,1633],[1007,1584],[982,1567],[959,1518],[935,1497],[912,1485],[885,1482],[868,1452],[875,1414],[894,1401],[899,1370],[916,1359]]},{"area":"396","points":[[1192,1592],[1218,1590],[1240,1588],[1254,1600],[1265,1628],[1273,1647],[1293,1661],[1311,1670],[1320,1685],[1314,1715],[1324,1738],[1347,1754],[1367,1767],[1393,1784],[1415,1788],[1433,1794],[1446,1785],[1471,1784],[1515,1806],[1522,1816],[1546,1821],[1574,1850],[1611,1844],[1630,1844],[1637,1833],[1666,1832],[1689,1820],[1764,1860],[1766,1871],[1776,1874],[1784,1899],[1797,1927],[1814,1954],[1838,1967],[1860,1993],[1875,2031],[1838,2021],[1831,2010],[1807,2007],[1792,2000],[1777,2007],[1754,2002],[1731,1993],[1702,1984],[1690,1996],[1661,1991],[1659,1985],[1601,2019],[1581,2002],[1566,2011],[1562,1994],[1543,1991],[1515,1967],[1492,1968],[1483,1946],[1473,1913],[1448,1901],[1433,1923],[1428,1953],[1400,1969],[1388,1954],[1373,1953],[1354,1934],[1327,1906],[1292,1904],[1267,1901],[1222,1874],[1210,1790],[1150,1732],[1158,1687],[1165,1646]]},{"area":"392","points":[[1435,1603],[1807,1603],[1807,1932],[1786,1869],[1774,1854],[1692,1804],[1666,1815],[1629,1814],[1622,1822],[1580,1827],[1555,1806],[1535,1801],[1512,1780],[1485,1764],[1435,1771]]},{"area":"392","points":[[1433,2306],[1682,2306],[1682,2258],[1809,2258],[1809,2022],[1797,2015],[1777,2023],[1707,2004],[1694,2014],[1661,2006],[1598,2033],[1584,2020],[1564,2032],[1546,2013],[1512,1983],[1488,1992],[1463,1938],[1453,1931],[1433,1980]]},{"area":"389","points":[[1052,1050],[1370,1050],[1370,1246],[1353,1253],[1331,1257],[1304,1261],[1205,1261],[1205,1316],[1160,1315],[1136,1309],[1123,1314],[1115,1293],[1102,1292],[1102,1206],[1052,1206]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/047-04-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/048-pam15_templeofblackearth_dm-zf-0998-75774-1-006-0.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-1,"offsetY":-1,"distance":10}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/PotA/050-04-04.webp"},"title":"Map 4.4: Temple of Eternal Flame","width":1949,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-14,"distance":10},"mapRegions":[{"area":"3d3","points":[[430,167],[430,489],[532,489],[532,167]]},{"area":"3d9","points":[[707,274],[758,223],[868,223],[920,275],[920,385],[867,438],[757,438],[707,382]]},{"area":"3dd","points":[[1184,249],[1184,356],[1431,356],[1431,249]]},{"area":"3e6","points":[[1473,222],[1688,222],[1702,240],[1700,256],[1712,274],[1732,297],[1725,304],[1750,313],[1785,323],[1798,341],[1804,377],[1796,440],[1796,492],[1633,492],[1633,382],[1473,382]]},{"area":"3e2","points":[[1305,603],[1468,603],[1468,495],[1416,495],[1416,385],[1407,366],[1391,355],[1371,365],[1361,383],[1361,492],[1305,492]]},{"area":"3ec","points":[[153,550],[153,714],[315,714],[315,550]]},{"area":"3f6","points":[[153,826],[153,988],[316,988],[316,826]]},{"area":"3fb","points":[[591,497],[591,594],[697,594],[697,497]]},{"area":"3fc","points":[[651,608],[809,608],[809,660],[921,660],[921,769],[856,769],[856,820],[767,820],[767,767],[651,767]]},{"area":"3f2","points":[[327,602],[481,602],[481,939],[464,960],[475,972],[470,986],[327,986]]},{"area":"408","points":[[522,964],[522,1460],[605,1460],[605,964]]},{"area":"40d","points":[[920,993],[920,1488],[1252,1488],[1252,993]]},{"area":"410","points":[[1363,1205],[1365,1182],[1372,1165],[1360,1153],[1375,1147],[1389,1148],[1404,1124],[1419,1127],[1427,1106],[1450,1110],[1471,1112],[1492,1111],[1515,1102],[1525,1110],[1529,1126],[1541,1127],[1546,1134],[1570,1123],[1578,1125],[1580,1142],[1595,1149],[1609,1180],[1603,1197],[1601,1212],[1630,1229],[1628,1242],[1616,1247],[1627,1261],[1616,1267],[1608,1278],[1610,1290],[1594,1303],[1581,1322],[1569,1340],[1552,1359],[1537,1370],[1526,1360],[1498,1366],[1466,1383],[1441,1384],[1420,1374],[1407,1360],[1393,1345],[1374,1323],[1367,1319],[1366,1309],[1357,1301],[1366,1285],[1354,1271]]},{"area":"412","points":[[1749,1100],[1749,1207],[1856,1207],[1856,1100]]},{"area":"419","points":[[1580,1486],[1743,1323],[1794,1323],[1794,1537],[1580,1537]]},{"area":"427","points":[[1690,1594],[1690,1752],[1847,1752],[1847,1594]]},{"area":"423","points":[[1640,1816],[1688,1816],[1688,1762],[1792,1762],[1792,1919],[1690,1919],[1690,1869],[1640,1869]]},{"area":"41f","points":[[1469,1696],[1522,1695],[1572,1706],[1603,1725],[1618,1738],[1630,1789],[1630,1860],[1581,1860],[1540,1850],[1478,1837],[1452,1831],[1429,1809],[1413,1759],[1413,1696]]},{"area":"442","points":[[1359,2088],[1468,2088],[1468,1981],[1686,1981],[1686,2088],[1799,2088],[1799,2195],[1686,2195],[1686,2304],[1468,2304],[1468,2196],[1359,2196]]},{"area":"433","points":[[980,1871],[1193,1871],[1193,1924],[1247,1924],[1247,1977],[1294,1977],[1294,2033],[1248,2033],[1248,2091],[1193,2091],[1193,2140],[980,2140]]},{"area":"402","points":[[1149,722],[1149,980],[1793,980],[1793,722]]},{"area":"415","points":[[153,1617],[153,1585],[172,1562],[194,1540],[225,1531],[259,1533],[287,1548],[308,1569],[317,1594],[317,1643],[302,1664],[286,1683],[260,1696],[229,1698],[202,1692],[173,1672],[155,1644]]},{"area":"42c","points":[[317,1871],[368,1763],[700,1763],[753,1869],[753,1915],[701,2027],[481,2033],[481,2083],[371,2083],[371,2026],[317,1925]]},{"area":"435","points":[[97,2252],[370,2252],[370,2145],[260,2088],[206,2089],[97,2143]]},{"area":"43b","points":[[315,2416],[315,2305],[425,2305],[425,2143],[531,2143],[531,2355],[417,2355],[417,2416]]},{"area":"447","points":[[1252,2254],[1252,2417],[1410,2417],[1410,2254]]},{"area":"417","points":[[704,1487],[704,1582],[810,1582],[810,1487]]},{"area":"41b","points":[[811,1655],[811,1812],[967,1812],[967,1655]]},{"area":"41d","points":[[984,1655],[984,1812],[1131,1812],[1131,1655]]},{"area":"41d","points":[[1148,1656],[1148,1812],[1302,1812],[1302,1656]]},{"area":"43e","points":[[536,2086],[745,2086],[745,2256],[916,2256],[916,2415],[754,2415],[754,2304],[536,2304]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/050-04-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/051-pam16_templeofeternalflame_dm-zf-0998-75774-1-007.webp"},"title":"Player Version","mapParent":{"id":"ff5","autoScale":true},"width":3150,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-24,"offsetY":-2,"distance":10}}]},{"name":"Ch. 5: Temple of the Elder Elemental Eye","ix":4,"images":[{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/PotA/054-05-01.webp"},"title":"Map 5.1: Fane of the Eye","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-5,"offsetY":-10,"distance":10},"mapRegions":[{"area":"49f","points":[[395,562],[423,530],[437,515],[438,495],[427,491],[419,461],[393,446],[405,418],[433,436],[457,433],[475,445],[497,441],[506,430],[494,407],[505,389],[504,373],[491,355],[473,342],[487,306],[466,297],[459,284],[441,284],[425,256],[410,273],[382,274],[372,260],[358,264],[342,257],[332,273],[318,280],[313,269],[295,270],[280,307],[255,312],[242,332],[216,327],[211,344],[223,354],[229,381],[199,397],[233,401],[232,423],[213,442],[233,440],[242,448],[261,453],[265,473],[255,482],[267,496],[264,514],[258,534],[287,523],[308,528],[320,524],[327,531],[341,524],[348,528],[353,550],[365,541],[380,544]]},{"area":"4a5","points":[[443,621],[443,655],[426,683],[441,695],[438,713],[456,734],[451,755],[422,753],[431,799],[448,803],[455,813],[445,829],[453,840],[475,877],[493,860],[505,861],[523,855],[540,858],[553,860],[567,862],[567,878],[553,909],[569,925],[592,938],[602,927],[607,912],[622,912],[639,906],[656,912],[662,904],[657,871],[666,861],[688,863],[700,853],[708,834],[704,818],[705,802],[707,792],[731,780],[723,761],[720,720],[701,710],[700,687],[708,686],[714,665],[735,663],[750,675],[752,653],[767,646],[728,620],[707,623],[701,657],[672,652],[656,656],[647,644],[630,636],[603,642],[599,653],[580,647],[569,635],[560,647],[543,661],[552,676],[546,694],[530,706],[497,705],[490,686],[470,678],[470,657],[477,640],[468,627]]},{"area":"4a9","points":[[100,493],[120,513],[137,517],[147,540],[164,580],[180,585],[207,579],[215,591],[230,593],[239,574],[264,580],[273,590],[296,596],[313,617],[313,631],[300,641],[300,661],[313,669],[342,680],[340,700],[316,715],[314,738],[337,756],[359,760],[374,767],[395,762],[405,813],[390,813],[376,825],[353,821],[331,811],[314,810],[301,831],[309,851],[315,870],[305,881],[285,876],[268,881],[252,880],[238,871],[222,878],[218,907],[169,920],[161,905],[160,883],[175,870],[179,849],[166,835],[138,819],[125,804],[132,773],[97,776],[78,744],[78,720],[84,702],[112,703],[114,687],[134,662],[129,652],[107,651],[112,630],[122,603],[111,577],[122,566],[117,551],[107,535],[107,517]]},{"area":"4a1","points":[[560,529],[588,493],[621,484],[653,436],[668,410],[701,392],[757,402],[774,389],[783,401],[842,393],[853,401],[898,419],[899,452],[919,475],[923,502],[911,526],[917,550],[949,565],[967,581],[966,599],[995,611],[1014,643],[1000,661],[978,674],[980,643],[961,626],[940,611],[915,607],[896,584],[877,572],[863,595],[857,613],[840,620],[832,650],[808,667],[803,656],[781,656],[777,635],[745,616],[758,598],[746,586],[745,564],[708,549],[700,534],[663,527],[643,520],[628,525],[619,539],[597,543],[578,538]]},{"area":"4b3","points":[[165,962],[238,937],[237,949],[225,956],[225,980],[238,990],[260,985],[277,993],[292,1001],[308,1003],[325,1018],[342,974],[361,974],[370,967],[384,983],[410,986],[422,1003],[456,990],[468,995],[487,1052],[535,1045],[555,1039],[567,1043],[587,1037],[612,1042],[617,1060],[596,1076],[568,1085],[562,1103],[586,1111],[588,1126],[581,1140],[580,1156],[606,1162],[610,1186],[643,1215],[671,1228],[654,1248],[633,1255],[604,1275],[594,1286],[593,1297],[586,1318],[601,1327],[614,1324],[612,1340],[615,1366],[602,1382],[589,1379],[574,1385],[569,1405],[548,1414],[533,1391],[514,1393],[510,1413],[512,1434],[505,1453],[508,1477],[511,1497],[455,1545],[432,1514],[388,1529],[376,1513],[344,1515],[333,1525],[316,1522],[277,1530],[259,1519],[240,1513],[223,1505],[208,1479],[188,1476],[176,1472],[153,1457],[127,1443],[132,1414],[127,1403],[127,1382],[113,1364],[100,1356],[78,1366],[73,1328],[69,1282],[60,1270],[86,1260],[85,1238],[90,1223],[88,1197],[107,1181],[116,1142],[116,1124],[123,1112],[120,1097],[106,1082],[96,1061],[125,1063],[176,1071],[197,1070],[193,1046],[179,1028],[194,1008],[174,987]]},{"area":"46e","points":[[236,1650],[214,1663],[197,1662],[181,1680],[167,1708],[152,1725],[162,1754],[180,1788],[208,1804],[230,1820],[260,1812],[291,1793],[305,1768],[316,1753],[307,1727],[290,1700],[282,1674],[266,1681],[250,1671]]},{"area":"46b","points":[[643,2214],[656,2240],[661,2270],[650,2305],[629,2309],[620,2322],[598,2329],[576,2331],[562,2318],[541,2312],[525,2311],[511,2300],[496,2266],[478,2229],[481,2214],[492,2211],[496,2194],[514,2182],[523,2167],[513,2152],[502,2109],[469,2082],[454,2051],[455,2025],[442,2001],[423,1958],[402,1930],[375,1921],[376,1891],[354,1869],[340,1872],[338,1861],[400,1787],[417,1793],[449,1797],[472,1793],[500,1815],[522,1827],[526,1847],[541,1864],[543,1889],[541,1912],[565,1927],[572,1947],[569,1970],[572,1993],[578,2019],[589,2043],[593,2062],[604,2079],[617,2070],[652,2101],[634,2113],[629,2141],[628,2168],[629,2200]]},{"area":"470","points":[[887,1874],[954,1893],[960,1909],[982,1917],[1013,1922],[1027,1954],[1046,1970],[1023,1993],[1021,2008],[992,2027],[995,2045],[1010,2087],[1004,2106],[1002,2123],[993,2144],[995,2154],[991,2196],[974,2203],[969,2224],[951,2237],[919,2274],[912,2262],[895,2260],[878,2239],[877,2211],[863,2200],[845,2204],[834,2186],[827,2186],[832,2137],[813,2138],[839,2104],[847,2074],[860,2055],[854,2033],[851,1990],[870,1982],[871,1970],[889,1949],[904,1934],[910,1905],[896,1889]]},{"area":"472","points":[[580,1764],[597,1756],[633,1748],[663,1728],[674,1709],[667,1695],[685,1692],[685,1673],[674,1659],[655,1657],[692,1638],[713,1642],[740,1630],[763,1619],[794,1594],[813,1582],[820,1558],[818,1537],[800,1519],[857,1496],[850,1519],[861,1544],[874,1560],[870,1592],[891,1610],[911,1631],[932,1655],[947,1660],[967,1656],[988,1644],[1005,1647],[1034,1672],[1017,1684],[1001,1682],[985,1691],[980,1702],[964,1709],[958,1739],[947,1739],[934,1756],[941,1776],[933,1804],[925,1812],[911,1812],[850,1821],[824,1821],[804,1811],[783,1807],[762,1811],[753,1828],[757,1847],[736,1856],[716,1846],[685,1834],[676,1828],[654,1820],[639,1812],[638,1795],[623,1782],[608,1775]]},{"area":"52a","points":[[710,294],[740,237],[739,210],[732,193],[725,180],[735,168],[734,149],[753,140],[777,132],[793,122],[826,123],[844,132],[860,139],[868,158],[887,163],[905,157],[933,132],[955,130],[977,139],[993,135],[998,166],[1020,166],[1042,167],[1072,163],[1089,163],[1089,367],[1045,367],[1045,207],[1015,208],[1005,217],[992,221],[980,243],[971,258],[981,273],[970,287],[979,304],[974,328],[953,327],[927,330],[906,330],[887,337],[871,351],[854,347],[855,332],[860,306],[852,290],[834,287],[817,274],[795,270],[780,273],[772,284],[754,276],[754,275],[753,275],[753,276]]},{"area":"490","points":[[1100,217],[1100,424],[1308,424],[1308,217]]},{"area":"48e","points":[[1527,256],[1527,495],[1770,495],[1770,256]]},{"area":"493","points":[[1211,974],[1211,780],[1201,780],[1190,771],[1173,770],[1163,758],[1133,758],[1113,785],[1101,787],[1107,771],[1115,758],[1133,746],[1155,747],[1163,747],[1171,740],[1187,734],[1196,718],[1209,719],[1218,708],[1211,698],[1211,602],[1365,602],[1365,709],[1385,715],[1398,701],[1411,707],[1430,709],[1454,729],[1471,729],[1476,719],[1502,722],[1522,714],[1546,722],[1577,716],[1594,714],[1582,726],[1565,728],[1540,764],[1521,767],[1513,758],[1498,755],[1488,761],[1472,757],[1463,765],[1447,769],[1438,754],[1436,746],[1422,751],[1403,747],[1367,767],[1367,974]]},{"area":"48c","points":[[1646,817],[1646,1024],[1858,1024],[1858,817]]},{"area":"4ae","points":[[777,837],[825,864],[820,883],[824,908],[852,919],[865,931],[889,937],[912,926],[926,913],[935,912],[946,928],[959,937],[984,944],[995,929],[1039,922],[1041,901],[1036,888],[1038,877],[1061,872],[1089,870],[1131,917],[1106,916],[1096,922],[1091,944],[1090,953],[1103,967],[1096,972],[1069,972],[1056,981],[1045,973],[1036,980],[1035,1011],[1042,1027],[1045,1038],[1033,1051],[1033,1071],[1041,1080],[1038,1104],[1044,1122],[1071,1134],[1082,1140],[1098,1140],[1149,1171],[1131,1176],[1121,1191],[1122,1215],[1121,1231],[1106,1246],[1100,1261],[1049,1291],[1042,1272],[1042,1264],[1054,1253],[1057,1229],[1044,1223],[1034,1219],[1013,1196],[992,1194],[980,1197],[971,1180],[949,1180],[931,1180],[909,1189],[887,1187],[872,1190],[860,1177],[840,1182],[827,1195],[817,1211],[749,1182],[770,1171],[783,1153],[779,1148],[792,1138],[805,1120],[826,1120],[838,1104],[826,1087],[820,1061],[838,1054],[834,1033],[836,1012],[820,1002],[819,994],[811,992],[803,981],[771,976],[745,962],[764,946],[756,927],[744,896],[751,882],[760,873],[765,859],[777,851]]},{"area":"488","points":[[1274,1168],[1299,1123],[1316,1109],[1340,1096],[1385,1084],[1414,1087],[1429,1073],[1475,1081],[1473,1102],[1486,1115],[1504,1127],[1518,1144],[1525,1171],[1536,1180],[1537,1201],[1537,1224],[1560,1239],[1560,1283],[1551,1327],[1551,1352],[1546,1379],[1553,1401],[1578,1411],[1562,1459],[1540,1448],[1520,1449],[1509,1478],[1496,1466],[1477,1460],[1458,1487],[1434,1527],[1406,1533],[1390,1536],[1385,1551],[1371,1555],[1350,1540],[1317,1511],[1295,1513],[1259,1461],[1264,1431],[1269,1413],[1304,1389],[1322,1370],[1329,1344],[1320,1321],[1327,1292],[1320,1264],[1342,1238],[1331,1207],[1313,1181],[1289,1168]]},{"area":"486","points":[[1659,1234],[1686,1209],[1698,1183],[1727,1167],[1742,1158],[1766,1167],[1781,1144],[1809,1144],[1819,1132],[1839,1146],[1843,1183],[1850,1221],[1838,1242],[1855,1270],[1858,1313],[1874,1340],[1882,1371],[1867,1405],[1873,1429],[1870,1460],[1855,1474],[1856,1504],[1855,1527],[1838,1554],[1825,1575],[1832,1604],[1843,1646],[1826,1676],[1767,1705],[1754,1672],[1762,1642],[1755,1621],[1749,1607],[1748,1581],[1720,1570],[1687,1559],[1664,1537],[1656,1514],[1647,1505],[1627,1509],[1657,1437],[1670,1420],[1670,1375],[1683,1362],[1686,1336],[1664,1320],[1653,1300],[1655,1264],[1648,1247]]},{"area":"47c","points":[[1480,2303],[1494,2170],[1513,2162],[1535,2136],[1541,2126],[1541,1978],[1584,1978],[1584,2053],[1596,2055],[1606,2042],[1602,2017],[1619,1997],[1640,1969],[1667,1943],[1667,1904],[1664,1864],[1674,1845],[1686,1826],[1685,1800],[1678,1788],[1776,1743],[1772,1767],[1771,1789],[1774,1798],[1768,1810],[1785,1828],[1814,1841],[1833,1861],[1830,1887],[1832,1922],[1816,1972],[1802,2017],[1818,2055],[1843,2069],[1856,2078],[1870,2101],[1878,2119],[1870,2144],[1860,2170],[1854,2199],[1861,2229],[1857,2257],[1836,2278],[1811,2294],[1810,2321],[1798,2331],[1773,2323],[1754,2317],[1744,2294],[1718,2289],[1690,2273],[1669,2268],[1667,2286],[1651,2305],[1629,2300],[1621,2326],[1611,2340],[1584,2347],[1562,2346],[1532,2340],[1514,2327],[1513,2308],[1496,2298]]},{"area":"477","points":[[976,2340],[1020,2316],[1034,2313],[1051,2313],[1069,2311],[1085,2313],[1104,2314],[1120,2310],[1122,2283],[1131,2257],[1124,2224],[1114,2216],[1120,2189],[1116,2157],[1105,2136],[1087,2129],[1088,2106],[1092,2091],[1121,2056],[1147,2049],[1176,2042],[1189,2008],[1184,1985],[1180,1975],[1176,1954],[1165,1944],[1144,1942],[1140,1931],[1110,1918],[1093,1914],[1094,1894],[1102,1873],[1110,1841],[1156,1832],[1149,1868],[1142,1885],[1152,1905],[1167,1904],[1178,1900],[1188,1907],[1198,1917],[1199,1949],[1209,1970],[1222,1990],[1236,2016],[1232,2036],[1249,2048],[1264,2066],[1268,2083],[1267,2100],[1271,2129],[1285,2146],[1284,2170],[1293,2202],[1289,2211],[1259,2210],[1243,2223],[1244,2235],[1266,2252],[1253,2264],[1247,2286],[1255,2301],[1273,2300],[1287,2309],[1302,2318],[1319,2352],[1305,2361],[1286,2355],[1282,2338],[1265,2341],[1242,2343],[1240,2358],[1247,2368],[1238,2379],[1229,2387],[1214,2391],[1202,2387],[1203,2405],[1193,2411],[1174,2403],[1160,2412],[1138,2421],[1135,2405],[1126,2377],[1120,2362],[1095,2350],[1082,2344],[1060,2352],[1038,2344],[1010,2353],[989,2349]]},{"area":"480","points":[[1340,1731],[1350,1718],[1369,1712],[1376,1688],[1397,1682],[1406,1673],[1415,1659],[1403,1634],[1400,1615],[1433,1617],[1467,1621],[1481,1617],[1507,1637],[1535,1658],[1544,1676],[1577,1701],[1603,1715],[1580,1724],[1562,1732],[1552,1742],[1562,1754],[1579,1764],[1577,1789],[1584,1824],[1585,1843],[1567,1829],[1549,1819],[1528,1822],[1522,1838],[1527,1869],[1527,1889],[1511,1896],[1496,1882],[1478,1882],[1456,1891],[1442,1905],[1429,1910],[1389,1922],[1380,1902],[1362,1909],[1331,1914],[1325,1881],[1304,1859],[1352,1789],[1336,1768],[1340,1754]]},{"area":"4b0","points":[[740,1340],[758,1338],[764,1322],[784,1306],[801,1296],[816,1310],[851,1303],[882,1308],[907,1313],[923,1297],[935,1300],[940,1308],[976,1309],[1008,1309],[1018,1297],[1038,1308],[1097,1279],[1104,1299],[1117,1313],[1142,1314],[1139,1352],[1143,1370],[1157,1376],[1155,1389],[1132,1406],[1127,1428],[1140,1447],[1147,1456],[1148,1466],[1120,1483],[1102,1491],[1091,1465],[1076,1465],[1060,1460],[1037,1476],[1014,1461],[985,1461],[971,1467],[962,1473],[931,1466],[907,1463],[877,1472],[789,1504],[798,1491],[798,1474],[781,1469],[778,1455],[745,1437],[727,1422],[739,1411],[742,1400],[755,1389],[752,1360]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/054-05-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/055-pam20_faneeye_dm-zf-0998-75774-1-011-0.webp"},"title":"Player Version","mapParent":{"id":"ff4","autoScale":true},"width":3152,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-8,"offsetY":-19,"distance":10}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/PotA/058-05-02.webp"},"title":"Map 5.2: Howling Caves","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":65,"offsetX":-33,"offsetY":-14,"scale":2,"distance":10},"mapRegions":[{"area":"4ca","points":[[526,198],[531,180],[535,156],[562,146],[592,144],[595,157],[608,170],[626,176],[633,198],[630,212],[633,240],[642,247],[648,257],[660,264],[679,257],[675,238],[690,229],[699,205],[725,186],[754,260],[744,274],[727,279],[714,296],[714,308],[717,321],[712,336],[712,350],[698,359],[687,385],[690,407],[697,427],[681,439],[647,451],[631,442],[627,417],[616,401],[603,398],[598,389],[603,366],[599,357],[611,351],[615,327],[613,288],[607,260],[600,251],[589,242],[587,232],[574,227],[568,219],[541,216]]},{"area":"4c5","points":[[522,454],[536,445],[538,430],[561,432],[581,435],[584,460],[592,465],[604,477],[619,495],[620,510],[632,510],[661,504],[665,491],[720,487],[706,493],[700,505],[706,517],[722,524],[730,545],[743,552],[756,559],[749,576],[732,581],[730,601],[715,611],[709,625],[686,629],[669,625],[642,633],[625,642],[629,654],[635,663],[634,686],[625,704],[610,712],[596,730],[562,742],[521,761],[513,741],[504,719],[500,693],[488,682],[484,642],[474,630],[478,612],[491,593],[499,581],[504,551],[521,535],[522,517],[529,497],[520,479]]},{"area":"4c3","points":[[450,899],[466,902],[473,934],[489,943],[494,959],[497,980],[504,994],[522,1003],[527,1021],[527,1042],[534,1056],[538,1077],[544,1095],[558,1103],[571,1112],[574,1135],[588,1143],[601,1158],[632,1221],[594,1213],[583,1216],[571,1201],[550,1198],[529,1199],[516,1194],[504,1180],[502,1166],[482,1138],[476,1123],[474,1112],[471,1096],[468,1069],[460,1056],[454,1038],[458,1008],[469,1004],[464,977],[451,956],[442,949],[433,919],[439,909]]},{"area":"4d4","points":[[1008,1167],[1023,1184],[1021,1198],[1024,1211],[1020,1219],[996,1220],[983,1229],[962,1232],[950,1226],[936,1230],[914,1222],[904,1212],[893,1211],[878,1212],[859,1203],[851,1196],[873,1166],[890,1161],[932,1164],[934,1167],[964,1171],[987,1162]]},{"area":"4cc","points":[[719,1004],[733,967],[765,971],[770,958],[784,948],[784,932],[805,941],[819,955],[828,974],[848,970],[863,979],[864,998],[869,1019],[859,1034],[847,1036],[832,1054],[807,1044],[795,1045],[789,1057],[732,1038],[732,1018]]},{"area":"4d2","points":[[742,688],[746,655],[743,642],[750,630],[764,636],[776,612],[767,597],[776,586],[787,598],[794,611],[806,613],[820,606],[824,579],[845,577],[847,556],[860,540],[1011,634],[994,640],[982,648],[966,650],[954,678],[961,684],[959,705],[961,721],[965,736],[949,740],[944,757],[951,765],[936,777],[924,788],[912,777],[892,782],[888,791],[864,798],[857,812],[860,838],[849,840],[833,852],[746,799],[749,783],[742,766],[732,750],[711,756],[695,749],[680,734],[675,713],[669,705],[674,696],[694,680],[725,684],[731,691]]},{"area":"4dc","points":[[897,234],[933,262],[952,253],[964,254],[992,257],[1006,250],[1024,248],[1042,260],[1074,258],[1091,264],[1103,267],[1114,248],[1104,233],[1113,221],[1134,209],[1155,215],[1159,207],[1186,205],[1199,219],[1202,234],[1201,250],[1190,251],[1187,264],[1192,275],[1191,288],[1190,304],[1206,319],[1222,321],[1247,337],[1256,342],[1250,362],[1349,386],[1338,359],[1334,340],[1335,327],[1339,308],[1338,291],[1323,288],[1305,256],[1282,252],[1272,256],[1263,251],[1255,219],[1256,204],[1251,198],[1256,167],[1252,156],[1230,142],[1223,131],[1173,128],[1161,131],[1152,119],[1131,121],[1125,136],[1091,146],[1078,127],[1062,121],[1052,128],[1047,150],[1038,151],[1040,177],[1027,184],[1033,199],[1033,208],[1030,217],[1024,228],[994,216],[978,219],[960,218],[929,217],[908,222]]},{"area":"4e3","points":[[1204,497],[1251,490],[1280,499],[1282,518],[1281,533],[1287,560],[1298,582],[1307,587],[1314,602],[1321,620],[1327,626],[1309,676],[1291,660],[1278,662],[1259,652],[1255,641],[1233,626],[1213,629],[1198,613],[1181,602],[1183,588],[1179,574],[1176,561],[1187,549],[1181,534],[1184,515],[1200,507]]},{"area":"4ec","points":[[1335,629],[1353,628],[1367,618],[1392,624],[1406,614],[1421,604],[1450,637],[1451,655],[1460,670],[1475,687],[1446,714],[1426,697],[1419,679],[1406,683],[1387,681],[1380,671],[1355,677],[1347,693]]},{"area":"4ee","points":[[1450,723],[1486,677],[1485,659],[1503,638],[1518,637],[1567,677],[1580,702],[1592,707],[1620,708],[1651,713],[1654,787],[1619,801],[1613,816],[1614,829],[1582,829],[1563,828],[1544,820],[1524,810],[1513,804],[1481,791],[1472,779],[1447,768],[1444,746]]},{"area":"4f2","points":[[1657,536],[1691,521],[1722,531],[1746,527],[1764,517],[1802,535],[1801,556],[1779,543],[1762,562],[1760,580],[1757,604],[1775,615],[1785,623],[1795,640],[1820,624],[1823,633],[1824,647],[1824,662],[1809,672],[1820,690],[1788,682],[1789,673],[1775,671],[1770,687],[1774,699],[1762,718],[1749,674],[1756,653],[1741,642],[1710,643],[1668,643],[1653,612],[1673,600],[1665,584],[1672,564],[1663,550]]},{"area":"4ea","points":[[1387,250],[1447,257],[1462,274],[1480,278],[1487,291],[1512,290],[1515,305],[1512,352],[1504,355],[1492,377],[1475,372],[1464,353],[1448,353],[1446,370],[1414,380],[1390,363],[1380,334],[1370,307],[1365,299],[1382,282],[1388,267]]},{"area":"4ea","points":[[1356,234],[1327,231],[1304,191],[1307,173],[1324,143],[1336,119],[1371,101],[1398,100],[1433,95],[1456,86],[1496,93],[1527,86],[1583,96],[1589,117],[1599,136],[1595,153],[1606,162],[1593,186],[1611,211],[1626,233],[1648,240],[1657,258],[1655,286],[1661,298],[1661,333],[1652,356],[1637,377],[1610,402],[1571,464],[1539,461],[1518,462],[1506,447],[1518,436],[1535,431],[1531,410],[1543,393],[1540,382],[1533,375],[1530,356],[1541,347],[1546,325],[1537,312],[1540,300],[1548,295],[1544,282],[1539,266],[1531,252],[1515,251],[1511,231],[1504,218],[1506,199],[1511,185],[1504,176],[1513,162],[1483,147],[1482,127],[1472,122],[1447,136],[1451,149],[1424,158],[1414,154],[1402,163],[1406,179],[1418,189],[1431,191],[1445,183],[1470,190],[1447,210],[1429,227],[1376,246]]},{"area":"4f9","points":[[1671,200],[1654,202],[1646,189],[1647,168],[1638,149],[1642,136],[1638,115],[1657,99],[1669,102],[1683,119],[1698,121],[1718,114],[1740,111],[1767,105],[1793,103],[1799,116],[1802,146],[1813,137],[1837,144],[1847,155],[1856,181],[1847,197],[1839,240],[1821,251],[1809,250],[1798,260],[1784,263],[1764,258],[1762,268],[1754,271],[1750,280],[1678,296],[1677,272],[1678,256],[1673,231],[1679,211]]},{"area":"4f7","points":[[1753,398],[1725,373],[1720,357],[1732,345],[1741,328],[1755,307],[1771,294],[1793,295],[1802,300],[1822,297],[1846,304],[1863,305],[1869,326],[1868,344],[1849,356],[1834,376],[1840,384],[1834,410],[1831,432],[1803,454],[1801,429],[1794,415],[1780,409],[1774,380],[1778,355],[1771,347],[1758,346],[1745,358],[1748,379]]},{"area":"4f0","points":[[1717,1050],[1766,1064],[1772,1041],[1769,1023],[1758,1022],[1751,1010],[1744,993],[1754,987],[1776,998],[1791,995],[1802,1003],[1799,1029],[1804,1049],[1800,1083],[1789,1100],[1786,1118],[1789,1144],[1794,1168],[1803,1176],[1824,1162],[1826,1140],[1817,1133],[1826,1103],[1834,1097],[1841,1047],[1851,1032],[1853,1014],[1847,988],[1837,985],[1829,964],[1821,936],[1824,917],[1819,895],[1814,873],[1798,851],[1784,835],[1769,843],[1755,851],[1753,875],[1760,896],[1773,909],[1769,926],[1764,946],[1752,950],[1733,934],[1717,938],[1700,947],[1684,962],[1687,982],[1697,1003],[1708,1011],[1705,1034]]},{"area":"4e5","points":[[1069,1191],[1075,1165],[1092,1151],[1104,1145],[1125,1147],[1138,1123],[1137,1100],[1147,1074],[1175,1054],[1196,1038],[1214,1048],[1233,1050],[1250,1042],[1263,1028],[1382,1040],[1394,1060],[1420,1063],[1433,1117],[1418,1252],[1388,1240],[1376,1244],[1347,1227],[1322,1228],[1287,1215],[1281,1193],[1281,1174],[1260,1171],[1240,1172],[1233,1189],[1202,1202],[1161,1209],[1133,1211],[1114,1210],[1096,1193]]},{"area":"4e8","points":[[1438,1066],[1447,1117],[1433,1259],[1463,1259],[1485,1250],[1494,1234],[1538,1242],[1545,1224],[1550,1206],[1584,1194],[1582,1177],[1601,1162],[1620,1166],[1656,1102],[1633,1091],[1622,1092],[1611,1069],[1600,1052],[1607,1035],[1610,1005],[1605,984],[1596,980],[1585,957],[1600,932],[1594,911],[1592,896],[1582,901],[1553,892],[1529,916],[1535,933],[1533,955],[1531,980],[1510,991],[1497,998],[1472,989],[1448,1009],[1457,1029],[1461,1052],[1451,1063]]},{"area":"4e1","points":[[1318,701],[1357,728],[1362,753],[1352,772],[1356,784],[1361,807],[1376,822],[1381,845],[1386,864],[1414,876],[1418,901],[1402,922],[1380,926],[1371,939],[1368,958],[1375,991],[1388,996],[1384,1017],[1264,1019],[1276,994],[1284,989],[1284,962],[1287,945],[1272,935],[1258,912],[1253,900],[1235,901],[1248,843],[1269,845],[1281,829],[1283,799],[1300,793],[1310,769],[1313,757],[1309,736],[1318,720]]},{"area":"4d7","points":[[1060,642],[1100,639],[1118,639],[1130,656],[1158,649],[1188,659],[1212,673],[1238,682],[1257,704],[1260,728],[1234,755],[1220,776],[1185,790],[1154,789],[1136,796],[1128,817],[1128,838],[1155,850],[1175,866],[1205,860],[1229,848],[1209,909],[1202,926],[1203,958],[1202,979],[1194,999],[1177,1006],[1155,994],[1134,984],[1133,961],[1138,936],[1120,923],[1096,921],[1082,906],[1066,907],[1022,932],[1016,907],[992,904],[979,894],[970,882],[946,870],[940,861],[963,860],[987,872],[998,860],[1022,863],[1042,850],[1043,836],[1056,830],[1074,817],[1067,798],[1063,772],[1073,753],[1066,736],[1073,701],[1082,680],[1079,654]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/058-05-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/059-poa6.webp"},"title":"Player Version","mapParent":{"id":"ff3","autoScale":true},"width":3742,"height":2591,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-19,"offsetY":-7,"distance":10}},{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/PotA/061-05-03.webp"},"title":"Map 5.3: The Plunging Torrents","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":92,"offsetX":59,"offsetY":-8,"scale":2,"distance":10},"mapRegions":[{"area":"533","points":[[893,909],[909,884],[913,860],[931,839],[945,839],[971,826],[959,811],[955,801],[984,779],[1005,781],[1020,797],[1021,818],[1038,825],[1043,831],[1066,825],[1064,811],[1065,791],[1080,777],[1097,780],[1106,797],[1116,803],[1117,832],[1133,850],[1137,889],[1157,895],[1166,920],[1183,925],[1194,945],[1204,966],[1221,976],[1234,1007],[1252,1018],[1252,1046],[1231,1048],[1222,1061],[1201,1081],[1185,1091],[1161,1091],[1139,1071],[1100,1083],[1082,1098],[1059,1103],[1042,1089],[1029,1075],[1009,1046],[995,1039],[997,1022],[1014,1006],[1007,987],[989,971],[971,958],[946,963],[925,964],[905,949],[898,924]]},{"area":"54c","points":[[579,498],[628,495],[637,505],[673,488],[669,474],[679,451],[694,445],[703,430],[724,429],[723,462],[725,490],[738,499],[766,494],[786,511],[788,532],[780,548],[788,571],[785,593],[791,621],[774,631],[775,654],[793,673],[819,683],[832,680],[838,695],[858,713],[870,732],[893,743],[904,762],[890,782],[888,793],[877,804],[852,799],[834,810],[828,817],[763,822],[749,811],[739,799],[722,808],[706,823],[684,830],[663,819],[648,800],[650,782],[629,778],[612,759],[599,735],[574,724],[557,707],[557,686],[539,685],[527,662],[534,643],[527,634],[528,613],[536,602],[533,586],[540,548],[553,531],[558,513]]},{"area":"51e","points":[[360,978],[469,879],[491,874],[536,925],[521,970],[432,1051]]},{"area":"514","points":[[169,958],[170,942],[157,915],[163,896],[189,880],[195,853],[213,837],[232,809],[209,787],[204,753],[194,733],[199,717],[199,689],[229,682],[256,688],[290,695],[297,706],[319,716],[347,709],[333,686],[367,655],[405,665],[394,633],[393,606],[400,580],[425,564],[460,569],[483,578],[492,604],[489,637],[502,654],[510,676],[505,696],[529,711],[533,740],[529,760],[495,774],[481,792],[464,798],[450,792],[416,797],[394,818],[366,827],[355,857],[365,868],[371,902],[358,910],[338,915],[310,917],[301,903],[278,906],[257,916],[245,929],[231,937],[210,939],[206,963],[181,971]]},{"area":"51a","points":[[169,1029],[182,1011],[206,1001],[222,996],[226,976],[242,969],[257,983],[292,975],[306,963],[320,955],[340,957],[360,987],[425,1063],[458,1090],[460,1106],[477,1106],[488,1138],[489,1166],[459,1182],[440,1191],[403,1221],[379,1213],[361,1218],[346,1203],[331,1196],[314,1201],[310,1219],[299,1236],[274,1242],[260,1233],[241,1232],[229,1215],[231,1187],[204,1170],[195,1148],[206,1130],[200,1109],[186,1089],[166,1073],[163,1048]]},{"area":"512","points":[[506,449],[492,385],[509,375],[513,357],[531,345],[538,320],[551,300],[582,287],[611,290],[626,309],[634,331],[649,340],[666,357],[681,338],[717,334],[754,344],[767,352],[792,351],[805,400],[772,406],[733,406],[710,404],[677,405],[664,403],[647,430],[641,454],[625,466],[575,468],[550,477],[528,476],[521,460]]},{"area":"50d","points":[[825,481],[863,401],[882,387],[908,378],[899,355],[892,331],[900,308],[909,293],[934,293],[949,308],[962,328],[988,312],[1001,296],[1017,284],[1038,293],[1048,317],[1059,337],[1081,342],[1098,318],[1108,295],[1179,323],[1167,336],[1148,340],[1133,351],[1126,375],[1104,377],[1091,399],[1077,427],[1071,446],[1092,451],[1118,451],[1137,463],[1134,484],[1113,512],[1129,527],[1143,549],[1138,585],[1141,610],[1131,641],[1126,669],[1096,683],[1073,699],[1062,722],[1038,741],[1009,749],[983,750],[961,740],[930,736],[907,720],[879,705],[862,685],[851,659],[854,628],[830,612],[829,581],[838,555],[848,542],[837,521],[834,499]]},{"area":"531","points":[[1388,545],[1390,512],[1367,492],[1366,474],[1363,443],[1380,426],[1406,427],[1422,413],[1450,403],[1451,388],[1441,378],[1433,348],[1413,338],[1409,317],[1424,310],[1452,313],[1459,302],[1490,287],[1483,271],[1495,259],[1528,258],[1549,264],[1566,286],[1582,273],[1578,251],[1593,235],[1617,248],[1637,260],[1647,293],[1672,283],[1682,278],[1687,266],[1708,264],[1717,279],[1710,301],[1691,318],[1692,339],[1710,335],[1735,345],[1738,370],[1732,393],[1742,413],[1731,424],[1708,424],[1689,434],[1689,456],[1686,488],[1690,510],[1670,527],[1651,546],[1627,542],[1616,520],[1597,501],[1594,484],[1575,488],[1569,508],[1556,521],[1539,522],[1519,534],[1502,541],[1492,569],[1484,588],[1459,592],[1426,590],[1402,598]]},{"area":"525","points":[[474,838],[478,828],[505,794],[541,763],[566,760],[590,776],[595,803],[605,821],[629,824],[643,838],[672,858],[674,887],[647,925],[601,965],[572,939],[554,917],[513,866],[491,853]]},{"area":"52a","points":[[210,1516],[193,1506],[180,1487],[192,1473],[172,1466],[163,1438],[170,1421],[187,1410],[192,1396],[183,1383],[167,1367],[166,1337],[185,1327],[209,1318],[208,1293],[232,1281],[253,1295],[268,1305],[282,1325],[298,1323],[315,1305],[359,1285],[372,1300],[388,1304],[397,1317],[394,1335],[393,1347],[376,1347],[354,1355],[337,1351],[326,1368],[327,1388],[314,1399],[284,1403],[274,1421],[252,1422],[238,1427],[238,1443],[240,1459],[232,1482],[215,1497]]},{"area":"52c","points":[[230,1607],[238,1587],[250,1573],[255,1552],[261,1515],[280,1505],[284,1484],[286,1463],[289,1444],[301,1434],[318,1423],[337,1421],[354,1416],[355,1394],[376,1374],[412,1370],[438,1372],[455,1380],[472,1361],[492,1347],[478,1337],[462,1323],[448,1316],[432,1315],[416,1300],[420,1287],[441,1281],[489,1260],[507,1260],[529,1273],[539,1292],[550,1312],[569,1328],[592,1334],[617,1342],[647,1347],[670,1339],[678,1353],[673,1375],[677,1401],[669,1416],[647,1421],[624,1428],[622,1451],[602,1448],[572,1443],[553,1450],[548,1465],[510,1468],[491,1469],[473,1480],[466,1512],[461,1529],[424,1547],[416,1576],[394,1581],[361,1582],[326,1593],[306,1613],[248,1613]]},{"area":"52f","points":[[254,1740],[313,1745],[333,1743],[348,1756],[368,1763],[395,1771],[404,1789],[423,1794],[441,1810],[442,1820],[420,1829],[433,1843],[448,1840],[469,1848],[480,1870],[496,1895],[490,1915],[482,1932],[463,1947],[473,1969],[456,1976],[440,1984],[435,2002],[443,2023],[456,2054],[485,2071],[484,2143],[464,2154],[447,2155],[423,2160],[414,2187],[419,2209],[384,2211],[356,2207],[348,2196],[328,2187],[314,2166],[303,2167],[287,2181],[262,2181],[261,2160],[255,2140],[235,2138],[217,2142],[204,2132],[187,2120],[189,2097],[193,2073],[180,2069],[169,2060],[164,2035],[173,2018],[162,2001],[147,1993],[142,1975],[165,1955],[163,1936],[184,1931],[198,1932],[212,1911],[207,1892],[210,1857],[204,1836],[186,1826],[189,1811],[183,1782],[183,1765],[190,1757],[187,1737],[194,1725],[211,1727],[230,1742]]},{"area":"554","points":[[501,2190],[523,2187],[543,2188],[575,2165],[582,2152],[576,2132],[576,2120],[575,2060],[576,2033],[561,2022],[550,2007],[552,1992],[547,1964],[556,1948],[568,1918],[559,1904],[530,1885],[529,1868],[561,1848],[575,1829],[589,1803],[610,1786],[632,1789],[646,1770],[654,1753],[674,1753],[706,1738],[711,1723],[713,1705],[729,1698],[746,1704],[751,1719],[766,1718],[780,1707],[784,1690],[791,1675],[821,1674],[843,1675],[854,1696],[869,1689],[879,1674],[902,1673],[948,1675],[952,1698],[957,1717],[976,1703],[979,1678],[965,1664],[980,1646],[996,1648],[1015,1671],[1041,1662],[1045,1651],[1078,1647],[1097,1645],[1104,1636],[1088,1618],[1085,1607],[1098,1602],[1129,1607],[1137,1593],[1153,1586],[1171,1592],[1180,1610],[1182,1632],[1168,1650],[1153,1665],[1132,1674],[1113,1680],[1107,1694],[1129,1697],[1135,1727],[1146,1747],[1157,1741],[1153,1721],[1154,1698],[1165,1684],[1182,1679],[1191,1706],[1209,1719],[1229,1729],[1221,1747],[1208,1758],[1207,1780],[1220,1794],[1236,1784],[1249,1779],[1255,1793],[1274,1811],[1275,1790],[1278,1773],[1297,1766],[1316,1770],[1319,1789],[1329,1805],[1346,1813],[1360,1817],[1367,1832],[1355,1846],[1342,1859],[1346,1877],[1362,1890],[1377,1878],[1403,1874],[1421,1858],[1438,1860],[1449,1880],[1459,1908],[1441,1920],[1439,1937],[1426,1955],[1412,1965],[1425,1986],[1431,2000],[1427,2020],[1411,2025],[1393,2031],[1380,2028],[1364,2039],[1359,2055],[1382,2068],[1412,2065],[1447,2063],[1453,2113],[1429,2116],[1401,2115],[1375,2126],[1373,2152],[1387,2160],[1415,2158],[1433,2152],[1441,2135],[1460,2135],[1466,2152],[1485,2157],[1500,2168],[1515,2189],[1550,2181],[1547,2160],[1545,2138],[1561,2136],[1580,2148],[1591,2163],[1603,2184],[1609,2206],[1618,2229],[1595,2238],[1590,2250],[1567,2259],[1542,2256],[1536,2247],[1516,2248],[1502,2263],[1490,2282],[1467,2281],[1448,2284],[1432,2296],[1420,2291],[1414,2277],[1406,2266],[1392,2260],[1363,2271],[1337,2277],[1314,2301],[1285,2300],[1266,2298],[1247,2298],[1233,2276],[1225,2259],[1197,2256],[1171,2263],[1153,2291],[1128,2306],[1111,2319],[1106,2338],[1085,2350],[1068,2351],[1054,2347],[1033,2336],[1013,2328],[992,2331],[971,2326],[949,2307],[954,2288],[939,2267],[927,2262],[924,2281],[907,2286],[878,2299],[847,2298],[832,2318],[816,2337],[792,2352],[767,2342],[747,2331],[737,2323],[714,2318],[699,2302],[693,2290],[669,2296],[658,2311],[649,2328],[638,2344],[614,2337],[602,2322],[589,2307],[567,2297],[560,2272],[545,2260],[523,2259],[515,2242],[501,2224],[490,2205]]},{"area":"53e","points":[[1455,668],[1464,645],[1473,635],[1496,635],[1520,635],[1527,621],[1544,612],[1577,616],[1596,605],[1600,589],[1629,586],[1660,581],[1687,598],[1694,608],[1722,616],[1727,634],[1734,657],[1738,672],[1735,693],[1738,719],[1728,735],[1715,753],[1684,754],[1658,768],[1667,789],[1687,806],[1688,835],[1667,849],[1644,858],[1620,849],[1603,846],[1594,823],[1568,820],[1551,794],[1539,775],[1519,766],[1501,733],[1483,727],[1467,691]]},{"area":"53c","points":[[1232,865],[1286,859],[1296,867],[1315,861],[1341,853],[1361,832],[1361,797],[1376,776],[1395,761],[1420,752],[1446,762],[1466,776],[1490,785],[1501,805],[1509,824],[1533,826],[1552,836],[1550,855],[1569,869],[1580,883],[1575,912],[1557,931],[1533,940],[1506,937],[1489,952],[1483,964],[1501,976],[1513,1009],[1527,1022],[1538,1056],[1547,1058],[1546,1088],[1530,1103],[1517,1125],[1458,1170],[1442,1155],[1449,1144],[1453,1129],[1460,1093],[1450,1081],[1431,1078],[1403,1085],[1397,1099],[1367,1093],[1348,1073],[1340,1025],[1317,1012],[1296,1003],[1282,985],[1271,974],[1273,953],[1272,936],[1280,916],[1261,907],[1240,895],[1228,882]]},{"area":"540","points":[[1619,1136],[1601,1109],[1593,1092],[1593,1060],[1580,1047],[1577,1024],[1568,1009],[1572,990],[1587,978],[1601,958],[1630,955],[1646,940],[1669,933],[1688,926],[1706,936],[1725,951],[1752,957],[1770,971],[1777,1004],[1780,1035],[1783,1060],[1784,1088],[1777,1103],[1753,1100],[1738,1108],[1732,1133],[1739,1157],[1730,1180],[1711,1195],[1684,1199],[1668,1217]]},{"area":"545","points":[[1368,1327],[1386,1309],[1418,1295],[1441,1287],[1463,1282],[1489,1272],[1511,1283],[1541,1300],[1572,1310],[1579,1326],[1567,1342],[1572,1353],[1592,1361],[1607,1377],[1608,1394],[1598,1420],[1566,1421],[1551,1431],[1560,1447],[1566,1465],[1558,1481],[1553,1506],[1546,1519],[1518,1510],[1500,1501],[1472,1502],[1446,1522],[1421,1515],[1410,1498],[1388,1494],[1370,1484],[1364,1466],[1345,1441],[1348,1410],[1332,1393],[1340,1379],[1361,1360],[1364,1342]]},{"area":"553","points":[[1042,1300],[1071,1285],[1090,1287],[1106,1292],[1115,1288],[1129,1289],[1140,1305],[1150,1301],[1174,1295],[1181,1284],[1193,1269],[1209,1252],[1225,1239],[1260,1237],[1277,1248],[1293,1272],[1311,1281],[1321,1296],[1321,1313],[1301,1327],[1291,1341],[1297,1369],[1291,1391],[1280,1408],[1261,1416],[1244,1402],[1227,1397],[1220,1414],[1203,1426],[1184,1410],[1180,1393],[1173,1376],[1153,1377],[1127,1377],[1102,1373],[1082,1355],[1065,1338],[1051,1317]]},{"area":"54a","points":[[1470,2117],[1464,2057],[1480,2042],[1480,2026],[1476,2007],[1478,1986],[1501,1970],[1496,1954],[1491,1942],[1490,1917],[1509,1903],[1507,1882],[1493,1869],[1484,1859],[1466,1857],[1457,1845],[1453,1817],[1442,1805],[1426,1792],[1407,1792],[1387,1783],[1369,1779],[1361,1758],[1352,1733],[1324,1723],[1287,1713],[1253,1707],[1228,1692],[1226,1664],[1208,1653],[1204,1628],[1216,1610],[1223,1594],[1225,1578],[1211,1567],[1206,1550],[1209,1528],[1229,1517],[1256,1511],[1281,1513],[1292,1525],[1296,1555],[1297,1580],[1318,1587],[1334,1589],[1349,1606],[1358,1614],[1392,1605],[1400,1586],[1402,1568],[1418,1569],[1439,1580],[1447,1561],[1467,1542],[1493,1531],[1514,1537],[1536,1560],[1550,1582],[1580,1573],[1593,1555],[1599,1533],[1619,1521],[1676,1520],[1692,1549],[1688,1566],[1718,1582],[1742,1593],[1753,1614],[1753,1650],[1767,1675],[1771,1689],[1779,1717],[1778,1746],[1761,1758],[1755,1772],[1758,1788],[1776,1794],[1786,1818],[1784,1836],[1769,1857],[1748,1859],[1753,1875],[1758,1898],[1758,1917],[1768,1932],[1766,1950],[1776,1967],[1768,1980],[1750,1982],[1733,1975],[1731,1956],[1715,1953],[1702,1957],[1687,1927],[1672,1930],[1658,1929],[1644,1925],[1625,1930],[1618,1958],[1633,1969],[1630,1986],[1615,1998],[1593,1995],[1559,1996],[1548,2012],[1543,2028],[1548,2046],[1546,2071],[1541,2099],[1526,2119],[1509,2121],[1486,2115]]},{"area":"553","points":[[713,1459],[741,1483],[746,1509],[738,1535],[745,1560],[764,1579],[770,1601],[797,1612],[812,1623],[809,1643],[791,1651],[762,1648],[742,1647],[718,1654],[700,1640],[693,1623],[677,1629],[672,1650],[679,1669],[686,1681],[662,1678],[650,1683],[643,1705],[645,1725],[627,1727],[628,1746],[585,1743],[564,1749],[560,1767],[562,1787],[540,1794],[524,1790],[513,1772],[512,1756],[506,1724],[495,1726],[478,1740],[461,1748],[439,1731],[445,1704],[442,1680],[461,1677],[467,1658],[482,1643],[476,1622],[484,1607],[501,1605],[509,1592],[505,1574],[494,1570],[488,1554],[500,1541],[509,1524],[521,1508],[547,1511],[557,1504],[553,1489],[570,1485],[583,1494],[581,1510],[609,1512],[620,1500],[630,1487],[663,1491],[687,1494],[698,1475]]},{"area":"54e","points":[[764,916],[835,924],[840,936],[853,953],[863,969],[858,986],[869,1010],[896,1011],[927,1012],[949,1029],[951,1051],[946,1078],[948,1107],[921,1127],[904,1128],[913,1144],[931,1160],[953,1175],[972,1193],[997,1189],[1026,1196],[1040,1215],[1072,1218],[1087,1235],[1084,1259],[1069,1273],[1026,1287],[1017,1297],[1019,1326],[1035,1335],[1044,1359],[1060,1391],[1067,1416],[1088,1418],[1115,1425],[1136,1443],[1139,1474],[1168,1485],[1177,1508],[1182,1530],[1164,1546],[1141,1559],[1108,1557],[1087,1559],[1047,1567],[1027,1567],[1024,1593],[1021,1610],[999,1611],[989,1593],[975,1582],[956,1596],[946,1611],[893,1607],[866,1607],[846,1609],[831,1590],[837,1563],[820,1557],[810,1527],[817,1508],[802,1488],[788,1472],[799,1445],[835,1433],[844,1419],[859,1406],[864,1401],[824,1400],[797,1400],[779,1350],[784,1330],[771,1301],[745,1302],[724,1293],[694,1287],[662,1283],[648,1260],[625,1235],[594,1235],[567,1225],[557,1203],[538,1177],[537,1145],[542,1130],[544,1109],[565,1099],[592,1083],[620,1074],[645,1079],[663,1100],[689,1092],[706,1097],[724,1114],[740,1116],[752,1098],[786,1095],[803,1072],[808,1050],[790,1043],[780,1027],[790,1022],[768,1007],[759,963],[762,942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/061-05-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/062-poa8.webp"},"title":"Player Version","mapParent":{"id":"ff2","autoScale":true},"width":3742,"height":4749,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-25,"offsetY":5,"distance":10}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/PotA/064-05-04.webp"},"title":"Map 5.4: The Black Geode","width":1950,"height":2475,"imageType":"map","grid":{"type":"square","size":94,"offsetX":14,"offsetY":40,"scale":2,"distance":10},"mapRegions":[{"area":"5a1","points":[[254,176],[287,173],[320,176],[327,164],[345,157],[374,152],[424,149],[464,153],[492,147],[516,132],[547,131],[577,130],[599,142],[634,157],[671,151],[704,157],[732,175],[763,180],[780,207],[764,210],[739,212],[734,225],[725,237],[716,261],[713,299],[714,335],[726,358],[751,363],[755,418],[737,392],[713,393],[687,390],[669,376],[666,358],[647,347],[624,347],[607,372],[568,360],[551,349],[523,342],[495,337],[463,325],[433,336],[399,353],[366,347],[356,329],[338,325],[300,328],[269,313],[249,284],[252,258],[239,231],[246,196]]},{"area":"596","points":[[322,546],[371,543],[395,555],[424,553],[458,551],[478,550],[508,548],[526,557],[545,580],[574,589],[604,610],[617,627],[648,631],[686,626],[720,627],[755,638],[770,653],[784,674],[783,706],[783,731],[796,764],[775,797],[738,800],[715,793],[695,803],[708,824],[711,858],[711,900],[668,913],[651,917],[643,931],[638,945],[601,963],[587,944],[572,932],[573,914],[552,911],[534,913],[520,899],[497,888],[479,892],[451,867],[456,848],[449,825],[429,820],[410,802],[400,749],[399,725],[387,718],[369,693],[348,686],[342,661],[318,658],[310,645],[306,630],[287,625],[291,608],[299,590],[310,567]]},{"area":"594","points":[[154,444],[180,432],[207,443],[222,460],[218,487],[213,503],[213,532],[212,572],[219,587],[217,610],[222,631],[219,654],[233,679],[248,690],[253,719],[273,734],[282,750],[281,767],[288,794],[279,822],[282,849],[286,870],[298,871],[305,880],[293,894],[304,912],[306,921],[355,934],[364,950],[376,967],[389,970],[400,976],[400,990],[407,1006],[421,1022],[436,1029],[454,1035],[471,1033],[483,1047],[500,1065],[519,1081],[534,1079],[551,1128],[528,1124],[515,1140],[501,1133],[487,1144],[460,1148],[444,1163],[425,1151],[401,1147],[380,1148],[351,1131],[334,1121],[314,1119],[326,1105],[315,1086],[317,1056],[298,1040],[313,1026],[306,1011],[287,1000],[266,993],[240,979],[238,958],[219,959],[224,940],[214,919],[195,896],[190,870],[181,855],[193,844],[201,822],[196,802],[185,787],[190,771],[196,759],[199,730],[193,706],[174,691],[187,675],[175,655],[167,644],[161,625],[147,619],[162,607],[163,582],[167,549],[175,527],[163,494],[153,470]]},{"area":"5a3","points":[[941,222],[966,219],[993,220],[996,207],[1016,196],[1037,170],[1055,153],[1087,148],[1100,137],[1154,135],[1193,131],[1217,141],[1235,144],[1276,144],[1326,157],[1367,153],[1414,142],[1460,136],[1495,128],[1527,138],[1578,130],[1597,150],[1605,173],[1621,193],[1664,204],[1703,213],[1718,233],[1744,246],[1757,273],[1756,298],[1776,307],[1789,296],[1814,305],[1822,326],[1816,353],[1820,381],[1820,413],[1808,449],[1787,468],[1783,496],[1766,514],[1761,542],[1767,567],[1773,603],[1769,633],[1790,660],[1791,704],[1783,732],[1767,744],[1762,774],[1738,783],[1714,790],[1696,795],[1651,787],[1637,783],[1607,779],[1596,771],[1567,772],[1550,758],[1536,750],[1493,743],[1450,750],[1418,727],[1384,730],[1350,728],[1322,712],[1309,687],[1287,676],[1266,640],[1240,630],[1226,607],[1200,586],[1156,574],[1141,563],[1111,562],[1093,551],[1061,541],[1043,524],[1024,512],[1020,498],[1007,490],[1001,471],[984,456],[974,448],[956,442],[940,430],[929,420],[919,404],[923,390],[916,367],[913,342],[926,323],[918,293],[925,269],[923,246]]},{"area":"598","points":[[851,975],[884,940],[888,928],[903,913],[923,911],[951,916],[966,932],[991,927],[1010,933],[1027,940],[1037,968],[1031,992],[1011,1008],[996,1009],[990,1027],[958,1034],[929,1033],[907,1023],[893,1007],[877,980]]},{"area":"59b","points":[[914,584],[940,591],[963,593],[989,593],[997,604],[1001,624],[1018,634],[1028,647],[1044,659],[1064,673],[1123,692],[1143,707],[1157,718],[1182,727],[1206,750],[1212,777],[1207,786],[1213,810],[1207,830],[1207,845],[1191,873],[1173,883],[1141,886],[1130,875],[1102,872],[1080,864],[1054,865],[1020,866],[1007,871],[985,867],[976,853],[955,823],[947,798],[922,775],[895,757],[868,734],[874,725],[873,705],[877,691],[870,679],[856,666],[862,642],[864,622],[851,610]]},{"area":"580","points":[[1184,1007],[1196,988],[1227,973],[1251,959],[1278,963],[1284,979],[1291,994],[1309,1006],[1333,1028],[1313,1038],[1285,1056],[1277,1070],[1257,1073],[1236,1076],[1231,1065],[1213,1051],[1188,1038]]},{"area":"588","points":[[786,1238],[865,1448],[888,1434],[809,1230]]},{"area":"588","points":[[842,1446],[820,1362],[794,1293],[759,1258],[729,1268],[696,1259],[650,1271],[638,1287],[600,1297],[593,1311],[576,1322],[569,1337],[550,1348],[539,1359],[533,1370],[496,1379],[459,1387],[435,1401],[432,1421],[426,1437],[455,1516],[473,1497],[510,1498],[531,1479],[553,1479],[568,1490],[583,1500],[619,1502],[642,1499],[657,1500],[675,1500],[700,1484],[700,1470],[724,1456],[740,1439],[762,1433],[797,1428],[822,1428]]},{"area":"58c","points":[[842,1231],[927,1413],[946,1398],[958,1376],[972,1357],[978,1331],[993,1311],[1011,1287],[1039,1275],[1054,1273],[1077,1266],[1103,1259],[1113,1241],[1137,1221],[1153,1216],[1153,1185],[1140,1180],[1137,1156],[1123,1142],[1087,1161],[1049,1161],[1035,1147],[994,1150],[954,1153],[939,1161],[939,1174],[915,1181],[897,1190],[870,1199],[865,1213],[852,1222]]},{"area":"57b","points":[[664,1713],[646,1698],[644,1673],[653,1654],[684,1647],[736,1640],[773,1638],[804,1642],[862,1641],[905,1634],[933,1631],[955,1617],[981,1600],[1007,1593],[1026,1609],[1023,1639],[1022,1668],[1012,1685],[992,1713],[967,1727],[944,1743],[948,1768],[917,1792],[896,1784],[881,1799],[858,1803],[846,1817],[833,1829],[814,1835],[796,1852],[767,1848],[760,1836],[740,1828],[719,1821],[708,1809],[693,1805],[685,1780],[695,1757],[675,1759]]},{"area":"56c","points":[[944,1966],[979,1938],[1012,1935],[1035,1923],[1063,1917],[1083,1920],[1095,1936],[1112,1948],[1122,1964],[1140,1976],[1164,1998],[1141,1998],[1125,2003],[1104,2006],[1087,2023],[1075,2044],[1057,2061],[1047,2074],[1047,2085],[1019,2088],[999,2093],[983,2099],[951,2087],[944,2074],[933,2064],[923,2050],[915,2023],[923,2001],[939,1987]]},{"area":"574","points":[[283,1715],[316,1736],[322,1759],[338,1769],[367,1780],[407,1777],[464,1786],[493,1779],[523,1787],[552,1804],[564,1799],[596,1824],[570,1838],[566,1861],[569,1891],[576,1919],[592,1957],[615,1955],[657,1960],[696,1948],[718,1970],[688,1991],[666,2001],[665,2017],[680,2033],[690,2044],[695,2069],[709,2080],[710,2097],[712,2114],[692,2127],[657,2127],[651,2104],[625,2088],[606,2073],[573,2071],[553,2077],[537,2088],[527,2108],[500,2111],[452,2113],[435,2096],[420,2076],[399,2062],[395,2047],[368,2035],[363,2011],[349,2014],[343,1987],[339,1950],[335,1925],[345,1903],[333,1876],[332,1854],[313,1839],[290,1821],[278,1793],[286,1759],[287,1735]]},{"area":"579","points":[[337,2188],[350,2182],[370,2183],[390,2186],[410,2188],[437,2180],[466,2179],[486,2184],[501,2192],[513,2204],[540,2199],[548,2180],[572,2201],[568,2219],[553,2228],[527,2229],[507,2229],[491,2239],[478,2262],[474,2273],[447,2280],[425,2276],[398,2283],[384,2273],[368,2254],[349,2249],[337,2231],[332,2207]]},{"area":"56a","points":[[1180,2179],[1196,2162],[1232,2148],[1247,2124],[1269,2098],[1296,2088],[1307,2073],[1333,2071],[1359,2068],[1385,2095],[1398,2113],[1429,2101],[1470,2110],[1521,2125],[1563,2139],[1584,2153],[1608,2170],[1652,2172],[1684,2184],[1700,2200],[1753,2199],[1780,2180],[1794,2164],[1843,2155],[1864,2155],[1866,2197],[1836,2203],[1798,2220],[1765,2237],[1734,2258],[1711,2273],[1689,2277],[1678,2292],[1648,2299],[1610,2306],[1597,2303],[1574,2320],[1554,2333],[1523,2343],[1472,2349],[1433,2341],[1407,2326],[1370,2327],[1330,2320],[1305,2320],[1274,2292],[1259,2282],[1235,2267],[1220,2249],[1203,2235],[1178,2232]]},{"area":"571","points":[[1377,1781],[1407,1784],[1429,1758],[1471,1759],[1523,1757],[1542,1776],[1571,1777],[1610,1780],[1635,1779],[1654,1792],[1676,1807],[1681,1841],[1676,1873],[1676,1904],[1677,1927],[1681,1950],[1685,1980],[1687,1999],[1654,1988],[1648,1976],[1617,1974],[1590,1969],[1571,1966],[1554,1945],[1541,1934],[1509,1929],[1482,1927],[1463,1930],[1444,1902],[1431,1883],[1416,1874],[1401,1857],[1380,1856],[1362,1833],[1348,1817]]},{"area":"582","points":[[1465,1544],[1494,1524],[1498,1505],[1523,1498],[1546,1502],[1566,1487],[1559,1468],[1588,1438],[1620,1424],[1648,1426],[1681,1430],[1700,1427],[1725,1419],[1754,1439],[1739,1459],[1724,1464],[1709,1482],[1706,1497],[1703,1512],[1691,1527],[1668,1532],[1650,1546],[1620,1551],[1598,1567],[1576,1575],[1548,1580],[1525,1571],[1499,1568],[1479,1570]]},{"area":"580","points":[[1374,1383],[1449,1371],[1433,1400],[1394,1428],[1371,1433],[1353,1441],[1344,1464],[1343,1492],[1353,1512],[1349,1533],[1346,1546],[1327,1571],[1318,1596],[1303,1613],[1322,1622],[1353,1617],[1386,1649],[1339,1661],[1300,1665],[1283,1650],[1274,1627],[1264,1602],[1254,1575],[1256,1532],[1257,1518],[1256,1504],[1270,1478],[1276,1452],[1304,1436],[1344,1411],[1363,1393]]},{"area":"591","points":[[1416,968],[1434,951],[1452,936],[1472,922],[1482,910],[1516,908],[1546,898],[1587,886],[1604,865],[1624,862],[1648,858],[1656,867],[1678,871],[1700,868],[1725,868],[1743,895],[1742,915],[1740,926],[1737,947],[1747,957],[1741,968],[1732,980],[1721,1001],[1701,1017],[1695,1032],[1700,1053],[1713,1064],[1720,1084],[1726,1108],[1726,1125],[1727,1156],[1720,1177],[1714,1193],[1700,1204],[1699,1222],[1691,1247],[1697,1261],[1687,1272],[1678,1285],[1653,1291],[1620,1291],[1594,1285],[1572,1277],[1553,1279],[1538,1286],[1515,1290],[1494,1295],[1435,1295],[1407,1287],[1393,1279],[1396,1265],[1396,1250],[1427,1233],[1444,1217],[1433,1198],[1418,1162],[1426,1148],[1456,1148],[1483,1131],[1493,1110],[1492,1083],[1478,1076],[1486,1050],[1485,1019],[1472,1005],[1451,998],[1432,1000],[1419,999]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/064-05-04.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/065-poa4.webp"},"title":"Player Version","mapParent":{"id":"ff1","autoScale":true},"width":3742,"height":4749,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":18,"offsetY":42,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/067-05-05.webp"},"title":"Map 5.5: The Weeping Colossus","width":975,"height":2475,"imageType":"map","grid":{"type":"square","offsetX":-24,"offsetY":-22,"scale":2,"distance":10},"id":"fe8","mapRegions":[{"area":"5ec","points":[[461,578],[466,525],[485,507],[512,497],[534,507],[544,522],[558,550],[566,573],[570,614],[562,644],[575,675],[563,696],[576,718],[591,755],[592,783],[507,851],[492,796],[486,740],[495,709],[482,683],[472,648],[484,614],[470,596]]},{"area":"5e7","points":[[328,891],[446,877],[519,890],[518,908],[506,932],[515,946],[523,965],[540,967],[548,981],[560,993],[566,1023],[560,1055],[559,1082],[559,1113],[553,1139],[540,1157],[540,1190],[534,1212],[542,1230],[543,1260],[460,1315],[460,1296],[448,1289],[433,1263],[433,1239],[433,1210],[421,1180],[409,1166],[413,1139],[403,1113],[394,1090],[393,1044],[387,1023],[380,992],[371,980],[358,951],[338,929]]},{"area":"5de","points":[[640,1035],[658,1016],[687,999],[719,994],[736,992],[765,998],[790,1012],[813,1020],[830,1031],[842,1066],[852,1086],[854,1115],[853,1142],[843,1164],[830,1187],[807,1209],[784,1224],[764,1234],[739,1236],[712,1232],[687,1222],[666,1205],[638,1180],[622,1148],[616,1107],[623,1076],[631,1057]]},{"area":"5e4","points":[[734,980],[811,1007],[830,996],[840,979],[838,959],[828,930],[806,915],[781,911],[762,917],[743,928],[734,948]]},{"area":"5e1","points":[[630,1184],[689,1238],[681,1267],[659,1287],[628,1292],[603,1280],[589,1259],[584,1233],[589,1207],[608,1191]]},{"area":"5d4","points":[[231,1414],[245,1400],[267,1398],[290,1404],[299,1427],[317,1420],[321,1394],[338,1381],[356,1360],[360,1337],[369,1313],[366,1279],[349,1264],[328,1243],[298,1234],[269,1237],[245,1247],[231,1265],[210,1280],[197,1304],[189,1333],[194,1355],[194,1381],[209,1401]]},{"area":"5cc","points":[[240,1455],[235,1435],[241,1413],[262,1405],[280,1408],[288,1418],[299,1436],[311,1451],[325,1468],[346,1484],[367,1531],[368,1560],[365,1582],[344,1590],[334,1604],[332,1635],[313,1642],[292,1640],[271,1639],[251,1647],[242,1672],[233,1700],[215,1706],[191,1700],[193,1678],[199,1652],[207,1632],[225,1615],[226,1596],[215,1575],[201,1553],[197,1534],[204,1517],[198,1502],[206,1482],[222,1470]]},{"area":"5ca","points":[[570,1600],[644,1589],[656,1606],[687,1613],[699,1633],[722,1634],[740,1620],[763,1612],[793,1609],[810,1626],[829,1640],[831,1665],[822,1686],[804,1710],[805,1738],[820,1760],[824,1784],[807,1809],[809,1848],[795,1875],[760,1894],[708,1888],[668,1887],[622,1878],[598,1856],[573,1840],[585,1818],[571,1793],[552,1784],[539,1754],[533,1713],[536,1686],[559,1672],[573,1649],[570,1624]]},{"area":"5c4","points":[[613,2036],[621,2075],[662,2082],[677,2061],[700,2065],[714,2055],[714,2033],[729,2011],[748,1995],[766,1967],[751,1941],[740,1927],[714,1920],[674,1913],[635,1913],[602,1902],[578,1886],[554,1884],[560,1907],[560,1938],[567,1971],[599,1985],[620,2006],[635,2010],[624,2031]]},{"area":"5b9","points":[[254,2109],[277,2084],[327,2057],[359,2073],[418,2099],[497,2146],[567,2193],[590,2228],[587,2269],[560,2300],[506,2301],[461,2262],[407,2271],[368,2245],[368,2218],[315,2151],[287,2124],[273,2113]]},{"area":"5bf","points":[[191,1996],[174,1956],[177,1941],[191,1927],[191,1902],[191,1883],[167,1874],[153,1847],[149,1825],[134,1795],[130,1754],[137,1730],[171,1718],[224,1714],[241,1724],[263,1746],[286,1757],[301,1776],[339,1780],[378,1775],[393,1833],[369,1824],[336,1824],[330,1837],[337,1853],[338,1880],[366,1885],[337,1940],[316,1936],[298,1923],[288,1914],[273,1934],[269,1958],[271,1980],[215,2017],[206,1995]]},{"area":"5d9","points":[[414,1445],[422,1421],[435,1410],[448,1371],[459,1341],[549,1276],[571,1285],[593,1300],[613,1312],[631,1312],[659,1309],[680,1325],[708,1332],[727,1344],[742,1359],[772,1409],[767,1447],[765,1483],[748,1500],[740,1521],[724,1546],[699,1559],[660,1569],[549,1590],[515,1589],[491,1580],[483,1553],[463,1536],[446,1537],[428,1519]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/067-05-05.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/067-05-05-2.webp"},"title":"Player Version","mapParent":{"id":"fe8","autoScale":true},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-25,"offsetY":-19,"distance":10},"width":1871,"height":4749}]},{"name":"Ch. 6: Alarums and Excursions","ix":5,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/PotA/071-06-01.webp"},"title":"Map 6.1: Red Larch Surroundings","width":975,"height":1350,"imageType":"map","grid":{"type":"hexColsOdd","size":91,"offsetX":12,"offsetY":28,"scale":2,"distance":2,"units":"miles"},"mapRegions":[{"area":"60b","points":[[108,211],[108,338],[300,338],[300,211]]},{"area":"5f7","points":[[503,363],[503,550],[264,550],[264,363]]},{"area":"5fb","points":[[56,579],[56,687],[254,687],[254,579]]},{"area":"5fe","points":[[450,579],[450,714],[603,714],[603,579]]},{"area":"608","points":[[829,690],[829,796],[656,796],[656,690]]},{"area":"605","points":[[367,798],[367,892],[540,892],[540,798]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/071-06-01.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/072-poa3.webp"},"title":"Player Version","mapParent":{"id":"ff0","autoScale":true},"width":1806,"height":2500,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":84,"offsetX":15,"offsetY":30,"distance":2,"units":"miles"}},{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/PotA/073-06-02.webp"},"title":"Map 6.2: Necromancer's Cave","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":57,"offsetX":10,"offsetY":39,"scale":2,"distance":10},"mapRegions":[{"area":"620","points":[[590,200],[605,193],[606,169],[620,157],[643,144],[671,137],[691,140],[717,140],[741,147],[753,164],[767,185],[765,220],[760,248],[741,260],[720,256],[716,250],[694,256],[678,264],[660,269],[648,273],[632,269],[615,254],[609,238],[590,244]]},{"area":"61b","points":[[89,298],[177,301],[201,307],[211,315],[228,311],[245,313],[249,327],[250,342],[247,353],[252,364],[264,383],[266,407],[284,409],[288,430],[288,451],[281,465],[262,475],[259,497],[247,516],[235,519],[259,567],[239,567],[240,577],[251,598],[263,614],[261,633],[259,658],[273,680],[277,698],[275,714],[257,729],[246,730],[244,756],[244,775],[226,788],[203,790],[158,782],[149,771],[137,780],[123,778],[117,755],[109,731],[113,716],[93,704],[87,675],[96,657],[91,633],[98,600],[90,569],[87,555],[97,530],[84,505],[73,500],[86,487],[91,462],[95,440],[87,418],[87,400],[79,373],[89,352],[84,323]]},{"area":"616","points":[[382,841],[404,841],[414,851],[420,851],[422,873],[419,886],[420,902],[430,883],[439,879],[444,892],[450,881],[458,883],[475,890],[463,875],[460,860],[458,850],[483,854],[470,839],[457,829],[450,807],[480,804],[504,787],[470,781],[453,780],[450,763],[478,744],[458,746],[444,751],[433,722],[426,746],[412,740],[398,726],[381,727],[396,750],[406,763],[406,772],[391,779],[368,780],[387,792],[389,807],[379,813],[384,822]]},{"area":"612","points":[[636,785],[632,770],[630,754],[637,742],[661,733],[683,738],[697,728],[720,725],[737,733],[741,746],[754,760],[755,775],[768,787],[787,781],[799,800],[772,809],[752,815],[747,829],[739,843],[742,854],[739,868],[728,873],[724,886],[681,890],[664,881],[656,869],[634,860],[624,839],[628,818]]},{"area":"614","points":[[823,750],[823,728],[821,715],[829,701],[851,703],[868,700],[883,709],[881,727],[886,746],[886,763],[858,768],[833,775]]},{"area":"60f","points":[[62,959],[90,956],[124,935],[151,921],[172,926],[179,944],[223,954],[260,960],[314,965],[352,956],[378,970],[377,997],[387,1017],[407,1022],[428,1035],[435,1050],[459,1062],[481,1087],[510,1095],[526,1083],[557,1090],[576,1100],[593,1117],[611,1150],[646,1158],[671,1142],[681,1113],[678,1081],[687,1053],[673,1037],[673,1013],[684,998],[723,996],[740,1017],[740,1046],[739,1073],[731,1081],[755,1087],[774,1102],[780,1119],[786,1140],[789,1154],[780,1155],[772,1169],[781,1178],[782,1196],[763,1207],[738,1228],[723,1241],[702,1234],[679,1221],[655,1213],[636,1223],[631,1247],[637,1266],[638,1284],[62,1284]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/073-06-02.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/074-poa7.webp"},"title":"Player Version","mapParent":{"id":"fef","autoScale":true},"width":1950,"height":2700,"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":9,"offsetY":37,"distance":10}},{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/PotA/077-06-03.webp"},"title":"Map 6.3: Tomb of Moving Stones","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":66,"offsetX":-7,"offsetY":22,"scale":2,"distance":10},"mapRegions":[{"area":"627","points":[[79,949],[64,931],[69,910],[93,885],[92,873],[74,866],[78,853],[86,845],[73,827],[80,819],[61,803],[73,779],[68,753],[63,741],[73,724],[74,690],[71,672],[83,659],[106,662],[114,639],[114,620],[113,591],[139,592],[158,612],[171,638],[191,633],[209,644],[228,633],[215,599],[218,583],[258,558],[264,577],[273,611],[278,635],[307,653],[326,672],[349,690],[359,707],[353,735],[367,747],[384,744],[400,754],[404,782],[388,802],[387,825],[393,847],[402,867],[408,881],[400,898],[400,912],[406,922],[396,935],[375,947],[367,960],[330,964],[318,966],[323,980],[315,985],[301,994],[295,1009],[258,1011],[239,1007],[218,1003],[186,1006],[179,1014],[165,1001],[130,999],[109,976],[86,972]]},{"area":"62b","points":[[528,800],[528,839],[640,839],[640,800]]},{"area":"62d","points":[[652,804],[652,834],[982,834],[982,804]]},{"area":"639","points":[[888,440],[888,536],[987,536],[987,440]]},{"area":"63b","points":[[1088,340],[1088,443],[1186,443],[1186,340]]},{"area":"633","points":[[986,738],[986,902],[1143,902],[1143,738]]},{"area":"63d","points":[[1155,734],[1155,903],[1317,903],[1317,734]]},{"area":"642","points":[[1330,801],[1330,836],[1439,836],[1439,801]]},{"area":"647","points":[[1449,637],[1449,1003],[1878,1003],[1878,637]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/077-06-03.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/078-pam05_tombmoving_dm-zf-0998-75774-1-001-0.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":4125,"height":2858,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-12,"offsetY":21,"distance":10}},{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/PotA/080-06-04.webp"},"title":"Map 6.4: Bargewright Inn","width":975,"height":1350,"imageType":"map","grid":{"type":"none","size":87,"distance":25}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/081-pam18_bargewright_dm-zf-0998-75774-1-009-0.webp"},"title":"Player Version","mapParent":{"id":"fed","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"none","size":128,"distance":25}},{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/PotA/084-06-05.webp"},"title":"Map 6.5: Dellmon Ranch","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":55,"offsetX":17,"offsetY":-8,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/085-pam11_iceshield_dm-zf-0998-75774-1-003-0.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":19,"offsetY":61,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/086-06-06.webp"},"title":"Map 6.6: The Barrow Mound","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":51,"offsetY":-12,"distance":10}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/PotA/087-06-07.webp"},"title":"Map 6.7: Shrine of the Tender Oath","width":975,"height":1350,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":3,"scale":2,"distance":10},"mapRegions":[{"area":"6aa","points":[[511,1295],[916,1295],[916,990],[754,990],[754,840],[511,840]]},{"area":"6c4","points":[[125,1003],[167,1003],[254,916],[338,916],[424,1002],[460,1002],[460,1157],[125,1157]]},{"area":"6b3","points":[[113,400],[113,683],[312,683],[312,400]]},{"area":"6bc","points":[[452,342],[452,169],[358,169],[358,261],[380,261],[380,341],[346,340],[318,332],[293,302],[284,283],[284,148],[301,120],[338,98],[475,98],[505,112],[523,142],[537,178],[545,140],[568,113],[598,99],[729,99],[766,117],[783,155],[783,281],[778,301],[755,327],[738,333],[688,341],[688,262],[707,262],[707,171],[616,171],[616,342]]},{"area":"6ad","points":[[367,396],[367,686],[697,686],[697,396]]},{"area":"6b9","points":[[753,483],[753,598],[833,598],[833,483]]},{"area":"6ab","points":[[420,824],[432,785],[443,755],[458,734],[490,727],[571,730],[589,733],[601,723],[642,720],[665,732],[717,723],[695,745],[651,758],[604,776],[583,797],[555,823],[516,800],[475,802],[444,814]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/087-06-07.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/088-pam19_dancingwaters_dm-zf-0998-75774-1-010-0.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":1444,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":13,"offsetY":-8,"distance":10}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/PotA/091-06-08.webp"},"title":"Map 6.8: Yartar","width":1950,"height":1350,"imageType":"map","grid":{"type":"none","size":188,"distance":25}},{"type":"image","href":{"type":"internal","path":"adventure/PotA/092-pam17_murderinyartar_dm-zf-0998-75774-1-008-0.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2889,"height":2000,"imageType":"mapPlayer","grid":{"type":"none","size":280,"distance":25}},{"type":"image","id":"fe9","href":{"type":"internal","path":"adventure/PotA/095-06-09.webp"},"title":"Map 6.9: Halls of the Hunting Axe","width":1950,"height":1350,"imageType":"map","grid":{"type":"square","size":90,"offsetY":20,"scale":2,"distance":50},"mapRegions":[{"area":"705","points":[[1340,549],[1340,590],[1393,590],[1393,549]]},{"area":"703","points":[[1327,538],[1327,607],[1407,607],[1407,538],[1407,512],[1846,512],[1846,820],[1263,820],[1263,511],[1327,511]]},{"area":"703","points":[[1328,512],[1328,540],[1406,540],[1406,512]]},{"area":"712","points":[[1356,953],[1356,1087],[1483,1087],[1483,953]]},{"area":"708","points":[[1538,1123],[1538,1044],[1584,1044],[1584,998],[1626,998],[1626,957],[1712,957],[1712,999],[1755,999],[1755,1043],[1799,1043],[1799,1123]]},{"area":"6f4","points":[[536,1207],[536,1312],[814,1312],[814,1207]]},{"area":"6f6","points":[[535,1011],[535,1152],[406,1152],[406,1011]]},{"area":"6fa","points":[[658,723],[820,864],[667,1034],[507,890]]},{"area":"6f8","points":[[1117,974],[1117,1186],[870,1186],[870,974]]},{"area":"6ff","points":[[475,534],[475,683],[288,683],[288,534]]},{"area":"6fd","points":[[621,420],[621,502],[509,502],[509,420]]},{"area":"701","points":[[922,486],[922,621],[780,621],[780,486]]}],"hrefThumbnail":{"type":"internal","path":"adventure/PotA/thumbnail/095-06-09.webp"},"page":"adventure.html","source":"PotA","hash":"pota"},{"type":"image","href":{"type":"internal","path":"adventure/PotA/096-pam25_huntingaxe-zf-0998-75774-1-012-0.webp"},"title":"Player Version","mapParent":{"id":"fe9","autoScale":true},"width":2889,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":12,"offsetY":25,"distance":50}}]}]},"OotA":{"id":"OotA","source":"OotA","prop":"adventure","chapters":[{"name":"Ch. 1: Prisoners of the Drow","ix":0,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/OotA/005-01-04.webp"},"title":"Map 1.1: Velkynvelve","width":2084,"height":3000,"imageType":"map","grid":{"type":"none","size":56},"mapRegions":[{"area":"043","points":[[1509,643],[1547,633],[1556,616],[1536,609],[1511,619]]},{"area":"042","points":[[1507,653],[1551,647],[1581,630],[1606,619],[1636,631],[1677,637],[1694,623],[1727,620],[1736,600],[1770,593],[1807,577],[1846,591],[1860,606],[1861,629],[1846,646],[1856,671],[1884,674],[1896,696],[1881,726],[1860,734],[1839,724],[1824,713],[1807,731],[1787,737],[1784,747],[1746,750],[1720,740],[1691,727],[1669,719],[1657,734],[1637,736],[1590,721],[1550,720],[1530,714]]},{"area":"044","points":[[1217,804],[1263,726],[1341,660],[1386,609],[1469,547],[1546,514],[1577,457],[1697,374],[1661,431],[1626,474],[1597,544],[1503,596],[1473,650],[1453,761],[1436,933],[1324,861],[1253,844],[1140,890]]},{"area":"03d","points":[[1311,1073],[1311,1237],[1114,1237],[1114,1073]]},{"area":"03e","points":[[1183,933],[1207,899],[1246,876],[1294,900],[1303,951],[1270,986],[1231,996],[1193,969]]},{"area":"040","points":[[1456,921],[1510,916],[1550,934],[1581,946],[1610,931],[1629,927],[1634,939],[1661,931],[1674,923],[1670,943],[1721,943],[1754,951],[1786,974],[1799,1003],[1821,1041],[1829,1069],[1833,1100],[1810,1134],[1784,1139],[1764,1139],[1747,1149],[1720,1144],[1693,1144],[1643,1150],[1619,1139],[1600,1140],[1594,1104],[1574,1077],[1550,1059],[1513,1044],[1490,1016],[1459,1019]]},{"area":"034","points":[[903,1161],[920,1123],[957,1099],[994,1107],[1017,1137],[1024,1173],[997,1214],[953,1214],[916,1197]]},{"area":"032","points":[[664,1363],[680,1341],[701,1351],[704,1377],[676,1389]]},{"area":"030","points":[[753,1386],[756,1360],[774,1337],[807,1327],[829,1337],[840,1366],[836,1393],[810,1417],[780,1413],[767,1400]]},{"area":"030","points":[[600,1489],[624,1467],[650,1467],[680,1481],[684,1524],[663,1543],[636,1547],[609,1537],[601,1519]]},{"area":"02e","points":[[943,1429],[966,1409],[983,1391],[1030,1396],[1064,1400],[1096,1400],[1107,1423],[1120,1450],[1129,1470],[1123,1494],[1117,1517],[1089,1527],[1064,1553],[1029,1549],[1021,1519],[1004,1479],[996,1461],[971,1477],[926,1483],[916,1476]]},{"area":"02d","points":[[643,1863],[634,1813],[643,1780],[649,1764],[643,1746],[653,1693],[680,1677],[704,1643],[710,1610],[749,1577],[827,1550],[859,1567],[899,1581],[921,1590],[921,1646],[930,1687],[931,1733],[911,1767],[886,1786],[857,1773],[819,1736],[819,1690],[814,1636],[813,1601],[799,1583],[771,1597],[750,1623],[751,1671],[753,1713],[766,1753],[754,1800],[731,1807],[711,1847],[679,1857]]},{"area":"02b","points":[[469,1806],[484,1781],[513,1766],[533,1774],[526,1804],[499,1824],[469,1831]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/005-01-04.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/006-velkynvelve-player-version.webp"},"title":"Player Version","mapParent":{"id":"fff","autoScale":true},"width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"none","size":89}}]},{"name":"Ch. 2: Into Darkness","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OotA/008-02-05.webp"},"title":"Map 2.1: The Underdark","width":2404,"height":3000,"imageType":"map","grid":{"type":"hexColsOdd","size":85,"offsetX":-20,"offsetY":-22,"distance":24,"units":"miles"},"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/008-02-05.webp"},"id":"0a1"},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/OotA/014-02-06.webp"},"title":"Map 2.2: The Hook Horror Lair","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":130,"offsetX":39,"offsetY":59,"distance":10},"mapRegions":[{"area":"0c4","points":[[1613,1149],[1659,1099],[1705,1065],[1747,1046],[1817,1036],[1895,1057],[1933,1076],[1947,1139],[1998,1200],[2029,1265],[2059,1293],[2147,1339],[2213,1385],[2206,1566],[2196,1531],[2145,1505],[2124,1486],[2076,1453],[2036,1457],[2017,1442],[1973,1440],[1935,1467],[1891,1463],[1855,1476],[1859,1545],[1804,1577],[1560,1589],[1596,1528],[1621,1469],[1634,1421],[1602,1371],[1547,1356],[1486,1322],[1465,1276],[1568,1154]]},{"area":"0c2","points":[[3095,966],[3126,880],[3181,848],[3261,863],[3288,829],[3383,787],[3503,888],[3482,954],[3467,1015],[3423,1051],[3322,1126],[3267,1135],[3217,1168],[3168,1160],[3131,1156],[3133,1112],[3105,1036]]},{"area":"0c9","points":[[1472,2411],[1488,2320],[1520,2293],[1472,2251],[1461,2187],[1509,2168],[1526,2135],[1566,2116],[1608,2074],[1653,2072],[1714,2080],[1783,2097],[1851,2086],[1935,2192],[1933,2234],[1914,2301],[1886,2301],[1848,2345],[1840,2396],[1815,2455],[1762,2474],[1731,2512],[1674,2522],[1604,2482],[1554,2524]]},{"area":"0c1","points":[[3168,1432],[3211,1366],[3200,1349],[3261,1320],[3301,1229],[3373,1200],[3497,1162],[3577,1126],[3724,1331],[3678,1383],[3564,1419],[3522,1457],[3476,1474],[3400,1486],[3326,1514],[3280,1539]]},{"area":"0c6","points":[[3160,2581],[3297,2596],[3343,2579],[3389,2592],[3425,2615],[3486,2636],[3505,2663],[3522,2739],[3451,2785],[3375,2842],[3354,2924],[3295,2945],[3227,2918],[3168,2903],[3154,2821],[3101,2777],[3120,2686],[3137,2613]]},{"area":"0c7","points":[[3360,2998],[3394,2859],[3554,2743],[3575,2705],[3655,2701],[3720,2745],[3749,2789],[3785,2838],[3758,2928],[3752,3034],[3701,3097],[3655,3147],[3566,3133],[3484,3156],[3427,3137],[3387,3067]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/014-02-06.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/015-hook-horror-map-player-version.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":38,"offsetY":53,"distance":10},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":3375,"height":2750},{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/OotA/016-02-07.webp"},"title":"Map 2.3: The Oozing Temple","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":129,"offsetX":32,"offsetY":56},"mapRegions":[{"area":"0cf","points":[[2251,2884],[2251,3160],[905,3160],[905,2884]]},{"area":"0d0","points":[[558,2131],[558,2495],[920,2495],[920,2131]]},{"area":"0d1","points":[[674,1994],[676,1869],[309,1478],[309,1097],[417,956],[659,956],[659,1465],[623,1608],[794,1869],[794,1994]]},{"area":"0d0","points":[[293,192],[293,695],[667,695],[667,192]]},{"area":"0e5","points":[[1947,451],[1947,954],[1067,954],[1067,451]]},{"area":"0d7","points":[[2585,1044],[2676,928],[2712,920],[2754,943],[2775,977],[2838,989],[2897,1019],[2962,1080],[2979,1141],[2952,1206],[2983,1267],[3004,1312],[2981,1377],[2931,1411],[2914,1455],[2834,1440],[2802,1463],[2766,1495],[2676,1507],[2636,1491],[2579,1478],[2539,1493],[2543,1402],[2539,1356],[2509,1320],[2488,1238],[2524,1202],[2537,1175],[2571,1131],[2598,1076]]},{"area":"0d0","points":[[1758,1891],[1933,1888],[1968,1848],[2011,1829],[2069,1827],[2118,1813],[2145,1777],[2177,1775],[2211,1747],[2229,1701],[2213,1627],[2255,1619],[2309,1600],[2381,1611],[2381,1541],[2381,1465],[2345,1417],[2282,1396],[2215,1375],[2202,1307],[2194,1253],[2128,1240],[2057,1213],[1983,1232],[1922,1265],[1909,1307],[1895,1402],[1874,1472],[1912,1528],[1914,1617],[1884,1701],[1813,1737],[1754,1779],[1701,1821],[1720,1857]]},{"area":"0c9","points":[[1194,1215],[1366,1215],[1438,1221],[1465,1238],[1497,1234],[1531,1242],[1541,1272],[1528,1316],[1558,1343],[1558,1427],[1600,1440],[1621,1474],[1600,1507],[1564,1512],[1564,1600],[1539,1625],[1554,1665],[1533,1693],[1495,1695],[1465,1693],[1444,1720],[1379,1728],[1349,1733],[1337,1768],[1297,1783],[1267,1760],[1263,1731],[1223,1733],[1177,1728],[1154,1691],[1118,1703],[1078,1699],[1063,1663],[1082,1621],[1057,1598],[1048,1526],[1011,1501],[1004,1459],[1034,1440],[1051,1432],[1053,1356],[1084,1326],[1076,1280],[1074,1238],[1097,1227],[1139,1229],[1164,1242]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/016-02-07.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/017-oozing-temple-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffd","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":19,"offsetY":41}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/OotA/019-02-08.webp"},"title":"Map 2.4: The Lost Tomb","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":223,"offsetX":11,"offsetY":140,"distance":10},"mapRegions":[{"area":"0e0","points":[[240,383],[240,1021],[897,1021],[897,383]]},{"area":"0e2","points":[[1806,1046],[1806,1914],[2455,1914],[2455,1046]]},{"area":"0e3","points":[[2703,1272],[2703,1916],[3122,1916],[3122,1272]]},{"area":"0e5","points":[[1817,2154],[1817,2802],[2674,2802],[2674,2154]]},{"area":"0e7","points":[[3375,2160],[3375,2802],[3804,2802],[3804,2160]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/019-02-08.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/020-the-lost-tomb-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":186,"offsetX":9,"offsetY":116,"distance":10}}]},{"name":"Ch. 3: The Darklake","ix":2,"images":[{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/OotA/024-03-01.webp"},"title":"Map 3.1: Sloobludop","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":71,"offsetX":-29,"offsetY":-29,"distance":10},"mapRegions":[{"area":"123","points":[[611,1032],[644,844],[834,811],[1297,829],[1560,912],[1682,842],[1956,863],[2208,874],[2404,832],[2608,844],[2846,743],[3229,642],[3411,699],[3432,937],[3200,1017],[2939,1080],[2703,1145],[2564,1187],[2389,1223],[2255,1278],[1920,1284],[1724,1301],[1585,1305],[1358,1272],[1109,1213],[819,1116]]},{"area":"127","points":[[2006,1387],[2006,1522],[2211,1522],[2211,1387]]},{"area":"124","points":[[2109,1821],[2109,2063],[2295,2063],[2295,1821]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/024-03-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/025-sloobludop-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":35,"offsetY":-19,"distance":10}}]},{"name":"Ch. 4: Gracklstugh","ix":3,"images":[{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/OotA/031-04-01.webp"},"title":"Map 4.1: Gracklstugh","width":4050,"height":3300,"imageType":"map","grid":{"type":"none","size":889,"distance":1600},"mapRegions":[{"area":"209","points":[[2406,1994],[2406,2257],[2981,2257],[2981,1994]]},{"area":"1a0","points":[[2364,2667],[2364,3015],[3192,3015],[3192,2667]]},{"area":"19c","points":[[413,1848],[413,2427],[1276,2427],[1276,1848]]},{"area":"197","points":[[225,1293],[225,1695],[808,1695],[808,1293]]},{"area":"197","points":[[3152,1891],[3152,2375],[3855,2375],[3855,1891]]},{"area":"185","points":[[2979,402],[2979,724],[3476,724],[3476,402]]},{"area":"189","points":[[2733,804],[2733,1048],[3211,1048],[3211,804]]},{"area":"17f","points":[[2402,823],[2402,1038],[2661,1038],[2661,823]]},{"area":"177","points":[[2507,1109],[2086,985],[1741,966],[1714,1074],[2053,1103],[2491,1202]]},{"area":"192","points":[[2524,1095],[2524,1221],[2882,1221],[2882,1095]]},{"area":"19b","points":[[269,1013],[269,1286],[931,1286],[931,1013]]},{"area":"18f","points":[[893,537],[893,848],[1566,848],[1566,537]]},{"area":"186","points":[[1806,627],[1806,806],[2491,806],[2491,627]]},{"area":"194","points":[[1343,1501],[1343,1922],[2642,1922],[2642,1501]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/031-04-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/032-gracklstugh-player-version.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"none","size":740,"distance":1600}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/OotA/035-04-03.webp"},"title":"Map 4.2: Gracklstugh—The Whorlstone Tunnels","width":3300,"height":4750,"imageType":"map","grid":{"type":"square","size":65,"offsetX":47,"offsetY":31,"scale":2},"mapRegions":[{"area":"1fc","points":[[1415,531],[1440,486],[1423,444],[1509,398],[1535,381],[1644,381],[1760,349],[1811,364],[1760,366],[1703,398],[1667,429],[1665,484],[1636,520],[1600,541],[1562,566],[1516,589],[1440,598]]},{"area":"207","points":[[2200,413],[2175,345],[2175,280],[2244,198],[2335,141],[2368,179],[2352,225],[2291,255],[2282,301],[2232,339],[2221,394]]},{"area":"1ec","points":[[1354,884],[1406,872],[1465,848],[1545,838],[1611,857],[1589,884],[1634,899],[1573,941],[1554,971],[1406,989],[1368,973],[1345,949]]},{"area":"200","points":[[2467,269],[2531,225],[2573,202],[2669,217],[2735,248],[2764,282],[2712,318],[2663,333],[2638,392],[2600,429],[2541,438],[2476,398],[2434,335],[2480,299]]},{"area":"1ea","points":[[2368,663],[2436,617],[2440,655],[2503,712],[2472,735],[2385,758],[2442,811],[2444,867],[2362,920],[2331,943],[2246,964],[2225,994],[2147,1013],[2107,973],[2067,926],[2061,874],[2143,832],[2141,806],[2204,773],[2280,745],[2318,691]]},{"area":"1e1","points":[[2183,1301],[2234,1269],[2291,1274],[2343,1301],[2377,1276],[2354,1253],[2360,1227],[2318,1232],[2263,1213],[2248,1200],[2175,1223],[2122,1259],[2114,1284],[2147,1303]]},{"area":"1db","points":[[2291,1387],[2364,1368],[2381,1328],[2432,1318],[2463,1337],[2472,1387],[2453,1469],[2394,1488],[2375,1501],[2331,1463],[2282,1417]]},{"area":"1d8","points":[[2493,1421],[2537,1411],[2560,1383],[2552,1349],[2579,1320],[2608,1318],[2602,1276],[2589,1240],[2638,1232],[2653,1272],[2623,1318],[2659,1322],[2684,1284],[2735,1248],[2756,1276],[2756,1305],[2728,1320],[2703,1307],[2672,1328],[2619,1345],[2589,1371],[2604,1400],[2642,1411],[2712,1392],[2756,1389],[2752,1432],[2787,1451],[2756,1497],[2731,1459],[2703,1429],[2669,1453],[2653,1480],[2674,1507],[2701,1488],[2718,1514],[2674,1531],[2629,1509],[2619,1455],[2627,1438],[2606,1419],[2568,1413],[2539,1434],[2543,1476],[2541,1495],[2520,1480],[2518,1444],[2499,1442]]},{"area":"1f2","points":[[1232,1025],[1377,1004],[1402,1008],[1379,1046],[1345,1080],[1379,1082],[1389,1149],[1379,1192],[1320,1225],[1269,1229],[1204,1223],[1204,1200],[1280,1192],[1320,1200],[1358,1179],[1360,1118],[1293,1122],[1232,1097],[1227,1065]]},{"area":"1f6","points":[[632,1267],[745,1217],[840,1187],[874,1139],[952,1105],[1032,1116],[1101,1152],[1179,1194],[1192,1265],[1181,1305],[1133,1326],[1103,1373],[1116,1413],[1044,1419],[954,1394],[880,1366],[912,1333],[945,1335],[926,1286],[865,1265],[836,1259],[773,1280],[703,1305],[640,1301]]},{"area":"1d6","points":[[2076,1722],[2124,1651],[2181,1661],[2225,1669],[2278,1674],[2326,1678],[2402,1699],[2415,1718],[2417,1785],[2387,1806],[2364,1836],[2339,1861],[2263,1859],[2208,1842],[2124,1869],[2086,1819],[2034,1808],[2036,1766]]},{"area":"1cd","points":[[1288,2194],[1301,2101],[1358,2059],[1360,2034],[1320,2051],[1282,2013],[1291,1964],[1347,1947],[1368,1912],[1415,1897],[1478,1907],[1512,1956],[1533,2042],[1585,2038],[1663,2120],[1604,2109],[1541,2122],[1469,2147],[1440,2194],[1371,2211]]},{"area":"1d2","points":[[1644,2019],[1712,2093],[1739,2067],[1745,2038],[1798,2025],[1836,1994],[1947,1964],[2061,1979],[2109,1981],[2114,1918],[2088,1899],[2025,1914],[1971,1914],[1874,1878],[1798,1844],[1756,1829],[1686,1808],[1627,1779],[1560,1760],[1552,1827],[1604,1867],[1667,1891],[1745,1909],[1739,1937],[1684,1975]]},{"area":"1cb","points":[[941,1901],[971,1863],[960,1829],[956,1758],[975,1735],[1013,1794],[1072,1813],[1135,1806],[1147,1823],[1116,1882],[1135,1924],[1114,1962],[1093,1931],[1061,1899],[1025,1924],[962,1914]]},{"area":"200","points":[[983,3227],[1044,3160],[1133,3103],[1080,3067],[1027,3078],[949,3061],[893,3027],[857,2998],[949,2996],[1013,3004],[1019,2973],[1046,2939],[1076,2905],[1093,2924],[1120,2891],[1187,2869],[1246,2840],[1189,2789],[1168,2722],[1139,2669],[1065,2653],[973,2638],[880,2585],[813,2577],[737,2541],[644,2533],[573,2520],[461,2554],[408,2604],[345,2663],[295,2703],[278,2735],[189,2741],[204,2789],[242,2815],[227,2846],[185,2897],[91,2937],[103,3015],[112,3065],[139,3124],[171,3177],[221,3244],[251,3282],[293,3312],[360,3347],[408,3352],[448,3383],[547,3381],[581,3366],[585,3343],[602,3335],[653,3339],[726,3339],[699,3295],[705,3225],[735,3200],[756,3219],[817,3238],[846,3221],[916,3204]]},{"area":"1d8","points":[[1539,3855],[1495,3802],[1459,3760],[1457,3705],[1444,3680],[1373,3697],[1305,3693],[1269,3623],[1221,3554],[1307,3531],[1320,3474],[1375,3503],[1425,3509],[1476,3484],[1537,3463],[1575,3469],[1577,3421],[1629,3389],[1672,3362],[1699,3392],[1773,3419],[1825,3375],[1844,3328],[1806,3288],[1781,3244],[1735,3223],[1665,3269],[1636,3316],[1568,3328],[1552,3385],[1512,3427],[1438,3444],[1459,3379],[1480,3295],[1495,3242],[1514,3196],[1484,3168],[1442,3139],[1349,3145],[1272,3181],[1265,3259],[1297,3297],[1326,3324],[1396,3333],[1381,3398],[1349,3427],[1272,3457],[1246,3484],[1177,3514],[1185,3573],[1185,3613],[1164,3672],[1141,3703],[1101,3726],[1044,3728],[1021,3749],[981,3701],[926,3678],[901,3691],[935,3699],[971,3733],[960,3775],[992,3811],[1048,3815],[1078,3848],[1095,3876],[1059,3924],[1055,3960],[1065,3994],[1156,4015],[1162,3977],[1183,3914],[1126,3907],[1145,3861],[1137,3823],[1074,3792],[1145,3766],[1183,3735],[1215,3674],[1246,3693],[1244,3743],[1299,3745],[1343,3749],[1379,3743],[1398,3777],[1444,3806],[1512,3857]]},{"area":"1ec","points":[[215,4175],[301,4122],[358,4109],[455,4082],[558,4057],[634,4036],[737,4015],[851,4025],[935,4038],[1015,4065],[1055,4076],[1032,4145],[994,4175],[1038,4198],[1051,4242],[1118,4259],[1219,4307],[1183,4362],[1149,4427],[1118,4476],[1091,4432],[1036,4417],[1006,4379],[1013,4333],[996,4291],[939,4288],[905,4312],[865,4373],[834,4453],[804,4453],[648,4493],[573,4467],[533,4509],[482,4488],[442,4491],[413,4518],[362,4484],[331,4463],[312,4417],[242,4381],[177,4373],[177,4341],[196,4272],[200,4217]]},{"area":"1f4","points":[[1377,4229],[1434,4208],[1516,4223],[1507,4160],[1585,4133],[1655,4118],[1688,4105],[1722,4076],[1775,4046],[1794,3994],[1808,4011],[1855,4011],[1878,3998],[1869,3971],[1920,3987],[2023,3960],[2042,3935],[2067,3939],[2107,3933],[2133,3878],[2187,3840],[2213,3808],[2269,3806],[2299,3754],[2371,3716],[2440,3697],[2507,3688],[2564,3703],[2615,3716],[2684,3733],[2718,3739],[2749,3766],[2779,3798],[2846,3829],[2939,3846],[2960,3832],[2962,3857],[3017,3888],[3065,3935],[3131,3960],[3177,3960],[3202,4002],[3208,4076],[3175,4131],[3189,4166],[3189,4223],[3185,4278],[3133,4352],[3097,4362],[3065,4366],[2985,4408],[2954,4432],[2918,4480],[2891,4541],[2931,4596],[2895,4621],[2840,4627],[2758,4646],[2686,4663],[2615,4667],[2539,4653],[2503,4642],[2497,4587],[2486,4575],[2446,4560],[2389,4549],[2345,4533],[2295,4507],[2200,4484],[2280,4440],[2326,4387],[2396,4356],[2394,4301],[2381,4259],[2356,4202],[2299,4196],[2223,4187],[2156,4175],[2116,4196],[2101,4135],[2046,4135],[2004,4158],[1968,4164],[1949,4192],[1878,4204],[1806,4240],[1739,4284],[1691,4318],[1627,4293],[1526,4291],[1381,4333],[1356,4278]]},{"area":"1c5","points":[[674,1909],[693,1876],[716,1851],[718,1804],[752,1773],[800,1789],[829,1815],[844,1844],[836,1878],[794,1888],[771,1863],[731,1897]]},{"area":"1c7","points":[[819,2051],[876,2046],[1006,2053],[1021,2112],[1074,2185],[1095,2261],[1046,2248],[977,2267],[937,2299],[865,2280],[827,2276],[806,2234],[785,2166],[771,2112],[802,2082]]},{"area":"1e1","points":[[2284,2937],[2166,2931],[2185,2891],[2086,2886],[2040,2861],[2101,2815],[2168,2783],[2217,2752],[2248,2691],[2381,2653],[2463,2629],[2526,2644],[2545,2669],[2604,2716],[2653,2745],[2752,2741],[2792,2737],[2813,2792],[2846,2853],[2806,2886],[2783,2928],[2712,2916],[2655,2905],[2615,2876],[2558,2884],[2531,2897],[2448,2874],[2419,2903]]},{"area":"1db","points":[[2629,3219],[2762,3158],[2819,3139],[2838,3099],[2914,3019],[2964,3027],[3027,3017],[3074,3023],[3101,3027],[3141,3053],[3156,3112],[3181,3093],[3181,3181],[3166,3257],[3158,3347],[3149,3423],[3156,3465],[3114,3480],[3076,3526],[3000,3505],[2949,3503],[2899,3564],[2811,3524],[2733,3478],[2712,3425],[2691,3423],[2669,3385],[2659,3335],[2608,3314],[2575,3284],[2579,3248],[2602,3232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/035-04-03.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/036-gracklstugh-tunnels-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":3300,"height":4750,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-24,"offsetY":21,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/OotA/039-ooa04-11.webp"},"title":"Map 4.3: Lair of the Spider King","width":944,"height":1000,"imageType":"map","grid":{"type":"square","size":68,"offsetX":34,"offsetY":-21,"scale":3},"mapRegions":[{"area":"1d8","points":[[770,488],[770,582],[715,582],[715,488]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/039-ooa04-11.webp"},"id":"245","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/040-ooa04-10.webp"},"title":"Map 4.4: Gray Ghost Garden","width":1000,"height":875,"imageType":"map","grid":{"type":"square","size":50,"offsetX":-12,"offsetY":-32,"scale":3},"mapRegions":[{"area":"1db","points":[[839,274],[839,341],[872,341],[872,274]]},{"area":"1e1","points":[[476,95],[476,151],[517,151],[517,95]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/040-ooa04-10.webp"},"id":"25a","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/041-ooa04-12.webp"},"title":"Map 4.5: Cultist Pens","width":1000,"height":724,"imageType":"map","grid":{"type":"square","size":64,"offsetX":4,"offsetY":-6,"scale":3},"mapRegions":[{"area":"1ec","points":[[408,439],[408,512],[483,512],[483,439]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/041-ooa04-12.webp"},"id":"25b","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/042-ooa04-13.webp"},"title":"Map 4.6: Cultist Hideout","width":1000,"height":618,"imageType":"map","grid":{"type":"square","size":57,"offsetX":21,"offsetY":19,"scale":4},"mapRegions":[{"area":"1f4","points":[[763,231],[763,277],[808,277],[808,231]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/042-ooa04-13.webp"},"id":"5d6","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/043-ooa04-14.webp"},"title":"Map 4.7: Obelisk Chamber","width":1000,"height":945,"imageType":"map","grid":{"type":"square","size":65,"offsetX":-18,"offsetY":22,"scale":3},"mapRegions":[{"area":"200","points":[[706,432],[706,486],[778,486],[778,432]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/043-ooa04-14.webp"},"id":"5d7","page":"adventure.html","source":"OotA","hash":"oota"}]},{"name":"Ch. 5: Neverlight Grove","ix":4,"images":[{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/OotA/047-05-01.webp"},"title":"Map 5.1: Neverlight Grove","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":112,"offsetX":-49,"offsetY":-50,"distance":10},"mapRegions":[{"area":"231","points":[[1680,1449],[1803,1440],[1938,1382],[1942,1231],[1982,1123],[2018,1043],[2034,991],[1969,957],[1914,902],[1843,920],[1720,815],[1628,782],[1471,825],[1446,895],[1357,902],[1295,877],[1169,960],[1172,1031],[1077,1022],[991,1009],[942,1052],[932,1108],[852,1105],[797,1114],[772,1172],[729,1225],[615,1258],[523,1231],[403,1292],[434,1397],[486,1468],[437,1560],[338,1646],[308,1702],[335,1818],[298,1895],[305,1972],[348,1997],[329,2083],[425,2175],[532,2068],[514,1963],[615,1892],[662,1828],[726,1791],[751,1732],[825,1680],[809,1637],[880,1597],[871,1517],[923,1508],[994,1514],[1040,1578],[1138,1566],[1240,1523],[1480,1505],[1603,1480]]},{"area":"22d","points":[[1372,2594],[1431,2446],[1523,2283],[1612,2209],[1705,2102],[1714,1938],[1846,1846],[2003,1920],[2058,1991],[2068,2098],[2194,2117],[2329,2129],[2412,2203],[2400,2295],[2378,2375],[2234,2446],[2206,2523],[2098,2572],[1951,2554],[1797,2597],[1720,2671],[1551,2698],[1431,2674]]},{"area":"237","points":[[634,2009],[680,1978],[735,1911],[800,1871],[902,1849],[982,1775],[1105,1732],[1212,1735],[1292,1723],[1422,1680],[1474,1606],[1545,1603],[1640,1615],[1698,1708],[1708,1754],[1655,1825],[1646,1874],[1603,1895],[1489,1975],[1458,2071],[1375,2148],[1382,2243],[1422,2298],[1375,2375],[1394,2455],[1378,2511],[1292,2538],[1218,2486],[1132,2446],[1074,2375],[1040,2298],[991,2255],[985,2191],[905,2191],[828,2154],[705,2138],[658,2092]]},{"area":"249","points":[[1972,1375],[1969,1231],[2055,1046],[2129,1083],[2163,1160],[2234,1188],[2286,1302],[2391,1360],[2425,1446],[2572,1452],[2726,1474],[2868,1677],[2815,1726],[2751,1775],[2708,1862],[2689,1914],[2600,1969],[2498,2071],[2455,2120],[2348,2071],[2237,2077],[2089,2068],[2114,1917],[2077,1772],[2012,1698],[1951,1655],[1975,1582],[1978,1477]]},{"area":"243","points":[[609,2274],[748,2277],[902,2329],[954,2412],[1034,2492],[1126,2578],[1265,2622],[1385,2680],[1548,2742],[1597,2754],[1806,2705],[1822,2631],[1905,2603],[2071,2606],[2191,2588],[2262,2462],[2366,2412],[2474,2363],[2514,2203],[2557,2089],[2655,1978],[2738,1975],[2782,1877],[2886,1831],[2929,2015],[2997,2126],[3031,2262],[3028,2375],[2960,2465],[2828,2495],[2717,2551],[2692,2637],[2705,2763],[2668,2809],[2600,2822],[2535,2871],[2455,2905],[2360,2886],[2283,2926],[2203,2982],[2068,2960],[1948,2920],[1849,2972],[1738,3028],[1618,3046],[1449,3049],[1360,2997],[1295,2948],[1222,2945],[1151,2991],[1025,2991],[880,2886],[751,2745],[689,2618],[705,2489],[723,2415],[622,2372]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/047-05-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/048-neverlight-grove-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":41,"offsetY":41,"distance":10}}]},{"name":"Ch. 6: Blingdenstone","ix":5,"images":[{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/OotA/054-06-02.webp"},"title":"Map 6.1: Blingdenstone","width":4050,"height":3300,"imageType":"map","grid":{"type":"none","size":198,"distance":100},"mapRegions":[{"area":"291","points":[[289,1035],[341,934],[665,932],[665,872],[778,872],[778,1035]]},{"area":"290","points":[[120,1126],[617,1128],[617,1283],[147,1283]]},{"area":"292","points":[[123,1116],[626,1116],[626,1293],[147,1293],[159,1350],[778,1350],[778,1052],[116,1052]]},{"area":"293","points":[[806,1149],[807,1117],[830,1093],[853,1057],[843,1024],[846,997],[890,983],[916,966],[911,944],[927,926],[934,887],[969,883],[990,857],[1013,811],[1100,810],[1174,857],[1221,836],[1251,846],[1277,904],[1310,959],[1356,967],[1371,996],[1384,1013],[1406,1033],[1451,1057],[1471,1061],[1484,1074],[1497,1069],[1503,1087],[1564,1077],[1593,1097],[1587,1124],[1624,1146],[1653,1129],[1659,1157],[1666,1186],[1661,1249],[1646,1286],[1646,1347],[1647,1401],[1651,1444],[1679,1453],[1689,1489],[1706,1516],[1719,1566],[1739,1584],[1719,1650],[1686,1639],[1669,1629],[1647,1646],[1650,1676],[1656,1703],[1656,1737],[1663,1774],[1649,1809],[1619,1851],[1620,1884],[1600,1941],[1531,1993],[1464,1957],[1416,1923],[1379,1963],[1353,2003],[1263,2023],[1239,2039],[1224,2063],[1174,2074],[1146,2053],[1121,2054],[1080,2039],[1084,2003],[1051,1946],[1056,1926],[1006,1933],[950,1966],[923,1960],[901,1916],[871,1834],[894,1784],[864,1724],[836,1641],[821,1560],[840,1484],[841,1451],[806,1337],[794,1263]]},{"area":"294","points":[[1731,1654],[1759,1556],[1749,1513],[1789,1379],[1807,1371],[1827,1413],[1849,1460],[1889,1454],[1909,1443],[1897,1383],[1906,1331],[1934,1297],[2011,1331],[2026,1273],[2050,1250],[2080,1261],[2090,1334],[2104,1409],[2100,1447],[2067,1447],[2030,1396],[1997,1390],[1976,1399],[1970,1450],[1960,1493],[1923,1529],[1863,1544],[1853,1571],[1833,1544],[1819,1559],[1813,1610],[1826,1614],[1799,1647],[1759,1660]]},{"area":"29a","points":[[1949,1071],[1974,1014],[2036,986],[2077,976],[2119,971],[2134,1020],[2164,1056],[2190,1030],[2211,996],[2316,964],[2356,984],[2371,1036],[2367,1070],[2393,1093],[2401,1134],[2400,1157],[2380,1204],[2330,1179],[2311,1214],[2233,1234],[2216,1277],[2201,1339],[2236,1386],[2240,1414],[2210,1424],[2180,1431],[2146,1386],[2130,1359],[2119,1311],[2147,1251],[2166,1229],[2153,1189],[2076,1194],[2029,1199],[2003,1170],[1986,1153],[1979,1100]]},{"area":"2e7","points":[[1173,836],[1139,786],[1137,636],[1227,626],[1226,679],[1173,666],[1167,773],[1204,830]]},{"area":"2e1","points":[[1438,619],[1434,566],[1413,531],[1429,456],[1374,410],[1341,406],[1322,418],[1275,422],[1261,395],[1251,342],[1227,326],[1229,272],[1253,242],[1250,222],[1285,219],[1322,229],[1342,221],[1358,194],[1368,158],[1397,125],[1446,123],[1474,154],[1488,146],[1541,184],[1546,211],[1523,240],[1509,269],[1542,259],[1584,256],[1600,221],[1582,165],[1610,152],[1661,155],[1696,160],[1698,179],[1733,203],[1744,221],[1774,224],[1806,178],[1830,181],[1869,176],[1896,165],[1915,178],[1926,205],[1976,216],[2002,242],[2030,288],[2013,312],[1982,334],[1952,370],[1933,413],[1906,427],[1880,416],[1834,429],[1792,472],[1734,512],[1728,544],[1674,539],[1643,531],[1621,573],[1571,566],[1504,584],[1469,616]]},{"area":"2e3","points":[[1834,720],[1819,667],[1787,616],[1755,573],[1778,531],[1816,472],[1850,448],[1904,442],[1928,478],[1950,536],[1974,589],[1970,618],[1938,618],[1914,666],[1883,688],[1858,714]]},{"area":"2de","points":[[1989,603],[2000,554],[1976,514],[1952,474],[1930,448],[1944,422],[1984,414],[2003,381],[2006,406],[2030,405],[2054,405],[2062,394],[2091,400],[2109,405],[2098,440],[2118,453],[2125,480],[2154,488],[2162,509],[2179,536],[2214,544],[2221,557],[2210,586],[2222,589],[2235,594],[2274,582],[2296,566],[2333,664],[2333,701],[2360,754],[2285,765],[2259,730],[2232,747],[2194,768],[2170,694],[2133,680],[2120,646],[2110,626],[2112,613],[2101,602],[2093,578],[2053,584],[2043,616],[2006,618]]},{"area":"2e0","points":[[2352,659],[2309,542],[2280,530],[2274,494],[2242,469],[2254,403],[2219,402],[2216,362],[2219,328],[2250,301],[2243,288],[2224,283],[2203,242],[2222,218],[2246,200],[2274,198],[2282,211],[2291,234],[2282,256],[2267,266],[2264,291],[2294,304],[2323,320],[2360,336],[2392,309],[2381,274],[2370,242],[2387,221],[2403,232],[2430,250],[2442,270],[2440,291],[2416,314],[2408,331],[2416,342],[2410,382],[2410,410],[2435,405],[2509,419],[2534,464],[2510,498],[2509,533],[2499,555],[2515,587],[2562,570],[2589,579],[2624,555],[2635,563],[2648,573],[2640,594],[2653,619],[2658,635],[2710,627],[2726,674],[2699,696],[2694,725],[2704,742],[2674,766],[2629,787],[2598,792],[2533,805],[2504,766],[2486,758],[2462,723],[2424,738],[2390,712],[2408,693],[2435,693],[2472,698],[2485,682],[2458,658],[2483,634],[2440,629],[2402,640],[2382,627],[2360,635]]},{"area":"29b","points":[[2254,1398],[2229,1347],[2258,1256],[2312,1237],[2342,1226],[2370,1245],[2402,1258],[2406,1299],[2443,1325],[2451,1358],[2474,1386],[2496,1397],[2490,1456],[2454,1496],[2418,1514],[2341,1536],[2318,1501],[2294,1478],[2290,1446]]},{"area":"2b9","points":[[1853,1936],[1898,1918],[1947,1880],[1958,1829],[1894,1782],[1915,1758],[1938,1778],[1978,1789],[2029,1744],[2051,1720],[2027,1674],[1986,1656],[1965,1638],[1939,1619],[1898,1640],[1886,1677],[1888,1715],[1872,1734],[1902,1742],[1910,1757],[1885,1768],[1867,1760],[1845,1765],[1826,1722],[1837,1706],[1827,1685],[1774,1701],[1781,1734],[1803,1731],[1824,1782],[1808,1794],[1771,1792],[1768,1765],[1739,1765],[1706,1778],[1706,1832],[1742,1837],[1755,1821],[1782,1832],[1784,1862],[1800,1891],[1763,1914],[1739,1901],[1720,1914],[1717,1944],[1714,1986],[1752,2002],[1781,1987],[1781,1957],[1789,1931],[1811,1922],[1832,1928]]},{"area":"2b0","points":[[1821,2002],[1856,1968],[1854,1949],[1920,1920],[1960,1885],[1971,1826],[1914,1782],[1979,1797],[2069,1731],[2045,1685],[2013,1654],[2010,1622],[2048,1611],[2070,1640],[2090,1618],[2117,1622],[2133,1637],[2104,1672],[2128,1682],[2139,1704],[2162,1714],[2168,1742],[2122,1763],[2115,1787],[2144,1776],[2174,1770],[2202,1739],[2189,1707],[2173,1690],[2187,1674],[2213,1678],[2221,1702],[2218,1723],[2234,1736],[2245,1758],[2232,1795],[2195,1794],[2150,1810],[2122,1819],[2122,1834],[2147,1845],[2155,1866],[2128,1886],[2134,1917],[2125,1941],[2163,1963],[2178,1997],[2168,2022],[2112,2035],[2082,2003],[2042,2013],[2022,2016],[2000,1997],[1973,2006],[1954,2090],[1899,2080],[1896,2038],[1893,2005],[1850,2018]]},{"area":"2af","points":[[1798,2032],[1832,2061],[1845,2083],[1808,2091],[1808,2112],[1798,2117],[1805,2144],[1829,2138],[1842,2123],[1893,2133],[1875,2181],[1885,2218],[1906,2266],[1898,2296],[1875,2333],[1874,2371],[1834,2381],[1803,2363],[1789,2395],[1776,2379],[1734,2373],[1720,2360],[1691,2371],[1675,2394],[1666,2344],[1643,2293],[1669,2274],[1669,2232],[1674,2189],[1709,2146],[1760,2154],[1733,2096],[1738,2070],[1755,2043]]},{"area":"2ba","points":[[1158,2776],[1114,2792],[1128,2830],[1110,2856],[1115,2893],[1093,2896],[1075,2934],[1053,2957],[1016,2970],[982,2958],[949,2906],[915,2904],[886,2851],[891,2816],[917,2749],[904,2734],[936,2731],[952,2686],[946,2640],[949,2619],[904,2614],[845,2600],[826,2590],[766,2592],[738,2565],[699,2506],[701,2478],[734,2410],[731,2392],[730,2346],[744,2318],[797,2314],[837,2336],[893,2352],[912,2365],[901,2389],[899,2418],[928,2419],[954,2426],[1005,2430],[1034,2432],[1027,2411],[1043,2360],[1104,2354],[1130,2357],[1141,2378],[1154,2374],[1178,2379],[1210,2386],[1240,2429],[1258,2427],[1262,2446],[1250,2509],[1232,2512],[1234,2539],[1192,2571],[1158,2602],[1184,2621],[1200,2640],[1238,2626],[1200,2770]]},{"area":"2af","points":[[1214,2806],[1277,2568],[1314,2533],[1406,2533],[1434,2528],[1437,2499],[1496,2469],[1501,2445],[1534,2450],[1547,2410],[1576,2410],[1616,2384],[1637,2440],[1634,2478],[1675,2501],[1707,2525],[1731,2533],[1750,2560],[1734,2582],[1741,2618],[1762,2608],[1760,2648],[1768,2682],[1781,2685],[1794,2685],[1790,2733],[1816,2746],[1805,2782],[1781,2818],[1760,2827],[1755,2850],[1709,2840],[1683,2851],[1653,2898],[1646,2931],[1597,2925],[1579,2933],[1560,2914],[1534,2888],[1507,2869],[1499,2859],[1483,2859],[1466,2835],[1453,2810],[1458,2797],[1427,2805],[1422,2811],[1408,2790],[1411,2773],[1374,2778],[1373,2798],[1336,2824],[1323,2838],[1285,2834],[1264,2819],[1243,2845],[1222,2827]]},{"area":"2b5","points":[[2168,2880],[2165,2851],[2171,2802],[2149,2778],[2155,2707],[2205,2667],[2226,2651],[2222,2613],[2259,2643],[2296,2646],[2309,2688],[2336,2718],[2355,2744],[2357,2774],[2346,2811],[2371,2830],[2414,2832],[2397,2850],[2392,2888],[2358,2894],[2323,2885],[2312,2902],[2312,2938],[2270,2947],[2242,2954],[2221,2950],[2182,2938],[2187,2891]]},{"area":"2b4","points":[[1968,2093],[1995,2072],[2051,2083],[2069,2072],[2146,2067],[2149,2117],[2133,2149],[2122,2146],[2131,2187],[2133,2198],[2139,2237],[2122,2254],[2125,2275],[2101,2296],[2051,2306],[2030,2301],[2006,2312],[1989,2274],[1976,2267],[1962,2227],[1946,2219],[1944,2192],[1971,2174],[1963,2155],[1955,2133],[1968,2115]]},{"area":"2ed","points":[[3110,528],[3134,448],[3173,448],[3208,430],[3229,414],[3197,384],[3210,366],[3206,349],[3210,309],[3184,294],[3189,246],[3218,251],[3262,234],[3290,205],[3315,208],[3320,253],[3344,288],[3326,334],[3360,328],[3406,330],[3442,312],[3461,328],[3470,347],[3499,333],[3504,293],[3486,272],[3483,256],[3539,240],[3541,218],[3568,227],[3600,219],[3635,272],[3669,262],[3686,285],[3694,320],[3750,326],[3781,355],[3778,386],[3766,400],[3730,390],[3686,408],[3710,435],[3722,474],[3728,509],[3712,526],[3688,544],[3670,506],[3654,546],[3622,613],[3582,606],[3555,573],[3536,562],[3509,581],[3493,589],[3464,565],[3438,584],[3422,606],[3432,635],[3314,693],[3288,672],[3246,669],[3216,646],[3182,614],[3184,586],[3186,554],[3150,542]]},{"area":"2ef","points":[[3637,661],[3683,586],[3710,579],[3730,589],[3736,629],[3741,666],[3768,696],[3802,718],[3818,746],[3795,779],[3790,826],[3819,826],[3808,862],[3794,896],[3797,942],[3778,973],[3710,934],[3674,893],[3658,866],[3621,878],[3613,837],[3600,790],[3602,749],[3616,747],[3624,706],[3651,680],[3653,661]]},{"area":"2ea","points":[[2922,971],[2917,939],[2915,894],[2938,861],[2963,826],[3008,798],[3045,787],[3082,797],[3118,808],[3152,826],[3174,864],[3189,910],[3187,965],[3163,1010],[3134,1048],[3086,1064],[3026,1062],[2971,1042],[2941,1011]]},{"area":"2ab","points":[[2862,1446],[2910,1406],[2931,1432],[2952,1451],[3000,1464],[3051,1466],[3074,1453],[3091,1461],[3136,1469],[3158,1491],[3166,1510],[3158,1557],[3168,1589],[3152,1618],[3206,1624],[3230,1611],[3222,1576],[3293,1592],[3277,1645],[3248,1653],[3235,1667],[3208,1669],[3174,1675],[3146,1674],[3147,1704],[3142,1746],[3141,1781],[3168,1802],[3117,1822],[3099,1818],[3069,1829],[3018,1811],[2973,1813],[2936,1789],[2915,1770],[2904,1757],[2946,1738],[2930,1702],[2914,1669],[2858,1650],[2858,1694],[2830,1662],[2792,1621],[2813,1602],[2811,1586],[2842,1603],[2867,1578],[2867,1552],[2896,1542],[2882,1514],[2891,1494],[2854,1483],[2870,1467]]},{"area":"2a0","points":[[2456,1138],[2435,1090],[2422,1051],[2426,1011],[2466,992],[2501,989],[2517,990],[2520,965],[2544,934],[2520,915],[2552,862],[2606,854],[2595,893],[2605,915],[2608,947],[2616,957],[2634,933],[2651,941],[2677,968],[2707,979],[2736,938],[2765,965],[2795,1021],[2797,1086],[2800,1104],[2826,1094],[2837,1110],[2840,1176],[2821,1198],[2794,1218],[2773,1253],[2813,1272],[2829,1299],[2883,1299],[2803,1386],[2789,1406],[2738,1419],[2722,1440],[2659,1454],[2619,1440],[2555,1443],[2533,1426],[2531,1398],[2542,1378],[2546,1349],[2530,1334],[2491,1334],[2493,1314],[2486,1291],[2478,1269],[2469,1270],[2467,1238],[2459,1211],[2406,1210],[2435,1134]]},{"area":"2a7","points":[[2216,1542],[2285,1494],[2312,1506],[2342,1542],[2392,1555],[2429,1566],[2450,1550],[2434,1515],[2459,1491],[2482,1472],[2510,1464],[2544,1461],[2618,1456],[2630,1470],[2666,1469],[2661,1496],[2669,1509],[2736,1515],[2752,1549],[2765,1606],[2768,1626],[2803,1659],[2786,1693],[2808,1715],[2813,1749],[2819,1786],[2834,1811],[2835,1830],[2816,1858],[2811,1898],[2795,1914],[2765,1920],[2715,1938],[2669,1938],[2634,1965],[2590,1986],[2563,1986],[2555,1978],[2469,2011],[2445,1994],[2424,1982],[2400,1970],[2360,1960],[2371,1938],[2368,1926],[2333,1923],[2330,1901],[2315,1888],[2301,1834],[2312,1814],[2320,1805],[2302,1776],[2304,1741],[2312,1709],[2283,1691],[2267,1694],[2272,1678],[2264,1651],[2277,1634],[2277,1618],[2280,1602],[2290,1586],[2253,1570]]},{"area":"2ac","points":[[2395,2098],[2430,2053],[2539,2011],[2576,2013],[2672,1968],[2704,1965],[2758,1949],[2762,2002],[2758,2086],[2752,2130],[2757,2163],[2742,2179],[2702,2205],[2683,2190],[2637,2190],[2606,2184],[2582,2208],[2547,2227],[2501,2229],[2490,2246],[2467,2221],[2442,2238],[2418,2216],[2414,2160],[2405,2125]]},{"area":"2af","points":[[1872,2986],[1856,2936],[1856,2907],[1838,2898],[1840,2851],[1858,2835],[1854,2795],[1883,2707],[1885,2690],[1896,2688],[1898,2672],[1880,2651],[1880,2600],[1891,2578],[1874,2566],[1866,2554],[1843,2547],[1824,2520],[1838,2474],[1830,2410],[1901,2389],[1926,2392],[1931,2429],[1931,2461],[1938,2482],[1952,2483],[1970,2485],[1986,2486],[2013,2458],[2037,2470],[2051,2446],[2048,2426],[2094,2398],[2117,2410],[2136,2384],[2155,2331],[2173,2298],[2184,2267],[2184,2250],[2242,2219],[2264,2216],[2290,2222],[2309,2237],[2333,2256],[2333,2238],[2355,2245],[2405,2270],[2397,2301],[2410,2334],[2432,2350],[2451,2373],[2485,2382],[2522,2429],[2517,2467],[2504,2494],[2464,2501],[2448,2530],[2461,2568],[2478,2595],[2467,2618],[2443,2627],[2443,2674],[2411,2699],[2397,2731],[2352,2698],[2328,2690],[2314,2635],[2277,2603],[2237,2578],[2192,2586],[2147,2622],[2136,2669],[2123,2704],[2128,2747],[2136,2802],[2141,2850],[2160,2904],[2141,2907],[2126,2925],[2090,2894],[2075,2870],[2054,2851],[2053,2894],[2022,2910],[2011,2926],[2018,2955],[2024,2981],[1990,2990],[1965,2989],[1939,3008],[1909,3000],[1891,2984]]},{"area":"2ae","points":[[2546,2413],[2566,2378],[2566,2418],[2571,2445],[2586,2470],[2589,2491],[2608,2490],[2626,2499],[2645,2518],[2643,2536],[2616,2536],[2594,2554],[2570,2578],[2557,2582],[2562,2600],[2546,2643],[2568,2706],[2546,2736],[2544,2755],[2565,2763],[2573,2779],[2563,2797],[2574,2834],[2581,2858],[2613,2859],[2621,2880],[2624,2894],[2606,2906],[2605,2928],[2635,2939],[2658,2998],[2686,3006],[2710,3021],[2730,3008],[2744,2989],[2746,2971],[2770,2970],[2779,2979],[2816,2962],[2813,2942],[2814,2926],[2826,2898],[2842,2882],[2853,2904],[2853,2925],[2864,2918],[2891,2931],[2914,2938],[2918,2979],[2934,3016],[2974,3027],[2970,3011],[2997,3010],[3024,2997],[3053,2973],[3053,2933],[3040,2926],[3045,2899],[3030,2872],[3021,2858],[3018,2803],[3066,2750],[3064,2717],[3029,2718],[3021,2698],[3000,2690],[2952,2670],[2936,2664],[2973,2648],[2998,2635],[3016,2598],[3027,2565],[3035,2539],[2997,2485],[2965,2486],[2923,2483],[2910,2469],[2899,2483],[2885,2478],[2867,2493],[2859,2459],[2869,2430],[2856,2381],[2859,2362],[2834,2326],[2837,2307],[2803,2330],[2787,2347],[2762,2328],[2725,2306],[2707,2309],[2698,2293],[2701,2278],[2666,2282],[2640,2280],[2629,2262],[2608,2251],[2557,2285],[2522,2294],[2502,2322],[2507,2344]]},{"area":"2c1","points":[[3062,2531],[3010,2446],[3008,2411],[3034,2398],[3042,2347],[3029,2334],[3026,2272],[3006,2282],[2978,2302],[2970,2290],[2970,2264],[2984,2258],[2976,2242],[2994,2219],[2987,2203],[2973,2192],[2973,2149],[3021,2106],[3067,2115],[3051,2091],[3074,2094],[3094,2102],[3118,2120],[3131,2136],[3158,2149],[3174,2147],[3187,2157],[3197,2176],[3206,2187],[3211,2208],[3186,2222],[3176,2254],[3176,2272],[3216,2282],[3238,2264],[3250,2246],[3293,2283],[3286,2302],[3243,2304],[3230,2334],[3224,2371],[3227,2394],[3251,2397],[3253,2418],[3272,2466],[3274,2488],[3312,2454],[3336,2448],[3349,2437],[3370,2451],[3387,2469],[3397,2498],[3408,2515],[3435,2514],[3466,2515],[3490,2526],[3515,2530],[3530,2536],[3536,2520],[3557,2515],[3576,2506],[3584,2480],[3640,2512],[3638,2536],[3627,2573],[3602,2586],[3568,2581],[3544,2606],[3514,2616],[3506,2638],[3501,2667],[3502,2688],[3472,2698],[3435,2696],[3414,2717],[3373,2747],[3382,2773],[3384,2792],[3352,2803],[3323,2795],[3285,2790],[3250,2813],[3229,2832],[3203,2834],[3168,2858],[3157,2898],[3152,2909],[3114,2912],[3093,2902],[3072,2878],[3062,2840],[3046,2816],[3086,2776],[3104,2778],[3122,2784],[3154,2794],[3166,2778],[3194,2790],[3198,2765],[3226,2730],[3224,2706],[3211,2694],[3203,2672],[3182,2656],[3166,2643],[3142,2659],[3134,2646],[3134,2637],[3120,2630],[3093,2621],[3085,2587],[3075,2555]]},{"area":"2d4","points":[[3352,1715],[3374,1688],[3421,1645],[3451,1618],[3514,1602],[3534,1606],[3530,1624],[3546,1634],[3552,1653],[3562,1672],[3574,1691],[3605,1718],[3630,1702],[3661,1717],[3678,1733],[3699,1750],[3710,1781],[3712,1811],[3696,1850],[3675,1890],[3632,1939],[3611,1960],[3589,1920],[3586,1906],[3550,1904],[3523,1947],[3482,1958],[3445,1971],[3410,1997],[3363,1981],[3365,1958],[3379,1934],[3403,1906],[3434,1907],[3454,1910],[3470,1906],[3482,1883],[3483,1858],[3466,1830],[3483,1814],[3453,1782],[3448,1763],[3459,1750],[3458,1731],[3464,1709],[3438,1733],[3395,1746],[3374,1746],[3358,1736]]},{"area":"2c9","points":[[3320,2035],[3347,1989],[3413,2021],[3445,1998],[3494,1984],[3534,1963],[3552,1934],[3574,1944],[3608,1998],[3693,1909],[3715,1858],[3747,1862],[3760,1882],[3746,1907],[3734,1936],[3701,1965],[3677,1973],[3674,2011],[3672,2053],[3723,2026],[3733,2018],[3744,2035],[3734,2054],[3698,2074],[3608,2090],[3594,2138],[3589,2171],[3621,2197],[3650,2222],[3674,2246],[3648,2266],[3637,2296],[3648,2318],[3664,2338],[3685,2328],[3694,2354],[3720,2387],[3728,2414],[3723,2442],[3717,2477],[3704,2488],[3686,2485],[3602,2432],[3605,2408],[3611,2387],[3573,2378],[3530,2398],[3501,2392],[3542,2363],[3589,2307],[3608,2269],[3600,2245],[3582,2208],[3566,2178],[3517,2146],[3488,2128],[3424,2147],[3400,2174],[3389,2234],[3346,2238],[3304,2205],[3322,2171],[3336,2142],[3330,2118],[3336,2093],[3330,2064]]},{"area":"2d0","points":[[3494,2416],[3454,2421],[3418,2405],[3387,2376],[3357,2347],[3352,2334],[3368,2306],[3389,2266],[3387,2261],[3419,2253],[3418,2240],[3427,2184],[3477,2173],[3530,2213],[3565,2269],[3533,2338],[3488,2368],[3477,2395]]},{"area":"2cb","points":[[3627,2163],[3643,2114],[3738,2091],[3770,2085],[3792,2096],[3818,2091],[3830,2080],[3843,2086],[3846,2107],[3880,2130],[3910,2138],[3912,2163],[3909,2192],[3898,2214],[3904,2250],[3910,2285],[3867,2312],[3850,2307],[3826,2331],[3808,2346],[3770,2323],[3744,2328],[3701,2330],[3693,2302],[3686,2285],[3704,2234],[3646,2189]]},{"area":"2c6","points":[[3363,2818],[3398,2798],[3400,2755],[3443,2720],[3522,2702],[3549,2686],[3568,2686],[3598,2702],[3627,2723],[3640,2744],[3685,2736],[3698,2762],[3709,2816],[3698,2837],[3682,2853],[3693,2882],[3691,2920],[3675,2962],[3656,2976],[3634,2971],[3613,2962],[3582,2971],[3531,2982],[3515,2989],[3488,2968],[3462,2942],[3456,2922],[3478,2925],[3509,2928],[3522,2904],[3539,2882],[3534,2838],[3514,2848],[3493,2850],[3454,2861],[3445,2891],[3443,2902],[3416,2891],[3366,2846]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/054-06-02.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/055-blingdenstone-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"none","size":165,"distance":100}},{"type":"image","href":{"type":"internal","path":"adventure/OotA/056-ooa06-03.webp"},"title":"Map 6.2: Outer Blingdenstone","width":867,"height":1000,"imageType":"map","grid":{"type":"none","size":60,"distance":100},"mapRegions":[{"area":"290","points":[[71,354],[228,352],[230,403],[79,403]]},{"area":"291","points":[[126,322],[143,290],[248,287],[246,271],[282,270],[279,322]]},{"area":"292","points":[[251,349],[251,405],[297,405],[297,349]]},{"area":"293","points":[[343,421],[343,513],[439,513],[439,421]]},{"area":"294","points":[[530,448],[530,523],[606,523],[606,448]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/056-ooa06-03.webp"},"id":"5d8","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/057-06-01.webp"},"title":"Map 6.3: Inner Blingdenstone","width":939,"height":900,"imageType":"map","grid":{"type":"none","size":50,"scale":1.09,"distance":77},"mapRegions":[{"area":"2ba","points":[[234,737],[234,787],[201,787],[201,737]]},{"area":"2af","points":[[288,754],[288,805],[343,805],[343,754]]},{"area":"2af","points":[[536,659],[536,699],[579,699],[579,659]]},{"area":"2b5","points":[[580,758],[580,799],[621,799],[621,758]]},{"area":"2ae","points":[[744,685],[744,718],[774,718],[774,685]]},{"area":"2ac","points":[[708,530],[708,562],[738,562],[738,530]]},{"area":"2b3","points":[[526,561],[526,598],[566,598],[566,561]]},{"area":"2af","points":[[430,586],[430,623],[479,623],[479,586]]},{"area":"2b0","points":[[513,469],[513,516],[561,516],[561,469]]},{"area":"2b9","points":[[489,405],[489,445],[532,445],[532,405]]},{"area":"2a7","points":[[620,396],[620,440],[658,440],[658,396]]},{"area":"29b","points":[[617,313],[617,361],[654,361],[654,313]]},{"area":"29a","points":[[614,250],[614,297],[574,297],[574,250]]},{"area":"2a0","points":[[705,248],[705,287],[739,287],[739,248]]},{"area":"2ab","points":[[812,378],[812,416],[839,416],[839,378]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/057-06-01.webp"},"id":"5d9","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/058-ooa06-05.webp"},"title":"Map 6.4: Rockblight","width":1000,"height":849,"imageType":"map","grid":{"type":"none","size":83,"distance":90},"mapRegions":[{"area":"2ac","points":[[363,284],[363,336],[319,336],[319,284]]},{"area":"2d4","points":[[733,169],[733,227],[795,227],[795,169]]},{"area":"2c9","points":[[666,272],[666,319],[732,319],[732,272]]},{"area":"2cb","points":[[852,346],[852,413],[944,413],[944,346]]},{"area":"2d0","points":[[709,378],[709,447],[772,447],[772,378]]},{"area":"2c1","points":[[545,437],[545,495],[588,495],[588,437]]},{"area":"2ae","points":[[374,534],[374,591],[421,591],[421,534]]},{"area":"2c6","points":[[686,619],[686,686],[746,686],[746,619]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/058-ooa06-05.webp"},"id":"5da","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/059-ooa06-06.webp"},"title":"Map 6.5: Goldwhisker Warrens","width":1000,"height":587,"imageType":"map","grid":{"type":"none","size":82,"distance":102},"mapRegions":[{"area":"2e7","points":[[191,234],[191,305],[279,305],[279,234]]},{"area":"2e1","points":[[397,139],[397,192],[448,192],[448,139]]},{"area":"2e3","points":[[508,190],[508,243],[568,243],[568,190]]},{"area":"29a","points":[[661,430],[661,480],[707,480],[707,430]]},{"area":"2de","points":[[655,227],[655,287],[731,287],[731,227]]},{"area":"2e0","points":[[797,231],[797,285],[859,285],[859,231]]},{"area":"2a0","points":[[842,424],[842,477],[882,477],[882,424]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/059-ooa06-06.webp"},"id":"5db","page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/060-ooa06-07.webp"},"title":"Map 6.6: The Pudding Court","width":1000,"height":947,"imageType":"map","grid":{"type":"none","size":127,"distance":145},"mapRegions":[{"area":"2ea","points":[[512,371],[521,363],[533,356],[546,352],[557,350],[572,351],[587,356],[601,366],[612,379],[619,398],[621,418],[616,433],[610,446],[599,459],[587,466],[572,470],[554,471],[537,466],[524,459],[514,452],[506,444],[500,428],[497,413],[497,400],[501,388],[506,379]]},{"area":"2e0","points":[[311,273],[311,334],[381,334],[381,273]]},{"area":"2de","points":[[231,262],[231,325],[171,325],[171,262]]},{"area":"2ed","points":[[637,200],[637,260],[693,260],[693,200]]},{"area":"2ef","points":[[812,312],[812,360],[871,360],[871,312]]},{"area":"2a0","points":[[365,485],[365,536],[408,536],[408,485]]},{"area":"2ab","points":[[521,686],[521,727],[559,727],[559,686]]},{"area":"29a","points":[[175,494],[175,534],[208,534],[208,494]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/060-ooa06-07.webp"},"id":"5dc","page":"adventure.html","source":"OotA","hash":"oota"}]},{"name":"Ch. 9: Mantol-Derith","ix":8,"images":[{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/OotA/071-09-01.webp"},"title":"Map 9.1: Mantol-Derith","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":91,"offsetX":59,"offsetY":70,"distance":20},"mapRegions":[{"area":"365","points":[[1842,180],[1842,307],[1716,307],[1716,180]]},{"area":"372","points":[[1985,464],[2013,416],[2027,389],[2044,344],[2075,309],[2100,244],[2182,275],[2225,273],[2278,311],[2355,384],[2427,435],[2524,511],[2555,567],[2607,624],[2622,651],[2636,691],[2691,764],[2733,847],[2751,904],[2785,949],[2791,967],[2576,1076],[2518,958],[2442,860],[2364,764],[2318,702],[2287,673],[2225,622],[2155,571],[2049,507]]},{"area":"376","points":[[864,2075],[998,2069],[1098,2069],[1153,2082],[1176,2073],[1267,2078],[1413,2075],[1407,2200],[1418,2284],[1405,2362],[1416,2431],[1422,2515],[1418,2571],[1424,2604],[1409,2651],[1411,2693],[1404,2744],[1415,2804],[1415,2878],[1365,2891],[1304,2891],[1238,2885],[1195,2889],[1113,2887],[1040,2887],[925,2885],[871,2891],[873,2813],[862,2695],[855,2625],[864,2578],[864,2495],[873,2371],[880,2335],[869,2231],[865,2156]]},{"area":"380","points":[[2495,2267],[2529,2235],[2544,2220],[2627,2162],[2678,2091],[2702,2069],[2744,2044],[2767,2022],[2796,2053],[2844,2102],[2882,2147],[2949,2193],[2993,2240],[3020,2278],[2976,2324],[2960,2364],[2920,2389],[2864,2429],[2842,2440],[2825,2469],[2773,2504],[2755,2533],[2715,2504],[2671,2464],[2627,2407],[2585,2358],[2549,2315],[2525,2296]]},{"area":"36f","points":[[2111,665],[2082,665],[2038,682],[2013,665],[1967,669],[1944,680],[1913,705],[1907,749],[1887,764],[1871,791],[1827,789],[1771,771],[1749,742],[1709,771],[1673,800],[1640,835],[1651,856],[1655,875],[1644,902],[1656,924],[1716,973],[1758,965],[1802,962],[1876,962],[1891,1000],[1895,1035],[1918,1044],[1920,1087],[1927,1129],[1985,1104],[2120,1055],[2138,1042],[2255,1035],[2320,1025],[2311,971],[2313,929],[2315,864],[2313,811],[2287,785],[2256,742],[2220,735],[2180,742],[2162,707],[2142,693]]},{"area":"385","points":[[978,247],[1067,255],[1116,244],[1176,251],[1302,253],[1405,255],[1513,249],[1655,256],[1704,255],[1709,407],[1698,480],[1702,578],[1702,707],[1504,704],[1509,795],[1509,889],[1425,895],[1438,831],[1425,749],[1429,709],[1355,705],[1278,707],[1156,707],[1040,715],[973,715],[973,529],[984,435],[975,336]]},{"area":"360","points":[[615,2135],[640,2078],[636,2029],[647,1996],[638,1953],[629,1958],[629,1911],[649,1869],[675,1805],[671,1778],[709,1724],[755,1665],[775,1620],[811,1615],[898,1605],[920,1616],[984,1631],[1027,1662],[1107,1644],[1085,1605],[1038,1571],[1005,1553],[949,1538],[900,1527],[865,1542],[800,1551],[773,1551],[780,1498],[773,1480],[735,1431],[718,1402],[722,1382],[685,1325],[676,1245],[673,1171],[678,1142],[685,1107],[705,1075],[718,1051],[711,998],[705,947],[704,924],[691,900],[675,869],[642,796],[636,787],[631,720],[633,660],[651,605],[647,567],[645,551],[647,447],[625,476],[607,529],[604,576],[600,636],[593,685],[582,709],[573,742],[584,815],[584,844],[591,889],[604,920],[631,965],[627,1025],[598,1065],[604,1109],[598,1147],[589,1187],[591,1269],[593,1318],[611,1387],[627,1422],[640,1471],[662,1507],[656,1535],[653,1564],[627,1607],[620,1636],[635,1656],[629,1685],[615,1720],[585,1753],[567,1793],[565,1842],[544,1913],[533,1973],[535,2007],[544,2031],[542,2078],[529,2125],[516,2185],[513,2224],[516,2271],[513,2307],[495,2327],[505,2349],[509,2380],[500,2400],[491,2418],[453,2451],[438,2469],[425,2424],[407,2367],[400,2287],[393,2271],[418,2189],[420,2158],[442,2124],[453,2029],[458,1951],[465,1873],[460,1838],[482,1820],[478,1804],[455,1782],[444,1727],[429,1669],[413,1613],[393,1576],[380,1571],[347,1633],[327,1653],[322,1729],[300,1800],[300,1847],[304,1896],[305,1955],[295,2013],[269,2062],[264,2091],[240,2118],[220,2140],[213,2173],[193,2215],[173,2273],[144,2298],[115,2856],[142,2807],[169,2753],[171,2718],[198,2673],[205,2651],[275,2616],[287,2615],[331,2569],[353,2558],[364,2544],[404,2540],[418,2560],[464,2567],[500,2549],[507,2535],[529,2538],[558,2498],[575,2471],[607,2424],[627,2371],[640,2356],[622,2322],[613,2315],[618,2289],[624,2262],[624,2218],[593,2169],[602,2147]]},{"area":"35c","points":[[3264,2905],[3315,2865],[3324,2836],[3360,2824],[3331,2782],[3335,2729],[3345,2662],[3325,2645],[3309,2551],[3275,2507],[3238,2491],[3200,2427],[3249,2358],[3278,2389],[3298,2385],[3320,2427],[3351,2456],[3375,2504],[3395,2540],[3398,2575],[3411,2624],[3420,2671],[3427,2765],[3438,2807],[3480,2798],[3518,2805],[3551,2818],[3527,2835],[3520,2862],[3493,2889],[3480,2905],[3447,2925],[3402,2915],[3382,2900],[3322,2916],[3293,2905]]},{"area":"35b","points":[[2911,1567],[2925,1560],[2935,1582],[2982,1595],[3020,1613],[3073,1625],[3100,1631],[3100,1587],[3098,1535],[3073,1485],[3164,1436],[3187,1513],[3198,1582],[3222,1624],[3271,1609],[3305,1624],[3365,1629],[3375,1760],[3329,1731],[3280,1702],[3213,1713],[3202,1758],[3191,1827],[3193,1893],[3135,2022],[3113,1960],[3118,1940],[3095,1935],[3087,1887],[3087,1840],[3104,1751],[3111,1695],[3065,1684],[3020,1678],[2971,1653],[2922,1649]]},{"area":"35a","points":[[3320,120],[3260,140],[3218,153],[3164,153],[3096,149],[3031,144],[3000,138],[2924,147],[2920,169],[2962,180],[3025,191],[3089,200],[3138,216],[3176,242],[3222,251],[3262,285],[3311,318],[3315,358],[3320,375],[3305,378],[3291,422],[3276,473],[3278,495],[3293,549],[3400,665],[3407,649],[3411,600],[3395,582],[3375,525],[3364,487],[3364,442],[3376,422],[3387,411],[3411,438],[3422,420],[3404,371],[3378,353],[3329,293],[3285,244],[3222,213],[3135,189],[3045,176],[3105,171],[3195,169],[3287,162],[3369,145],[3425,122]]},{"area":"383","points":[[1420,916],[1513,916],[1567,929],[1596,918],[1769,1051],[1800,1095],[1853,1113],[1851,1165],[1855,1211],[1847,1267],[1855,1298],[1831,1335],[1809,1351],[1795,1393],[1760,1456],[1711,1462],[1682,1464],[1644,1442],[1609,1445],[1542,1440],[1455,1464],[1416,1464],[1400,1425],[1371,1362],[1342,1325],[1333,1280],[1349,1251],[1353,1193],[1316,1158],[1300,1113],[1298,1058],[1338,1035],[1351,995],[1378,975],[1402,985],[1413,953]]},{"area":"375","points":[[1438,2435],[1493,2436],[1522,2427],[1533,2415],[1571,2429],[1580,2396],[1613,2387],[1616,2367],[1629,2345],[1618,2322],[1611,2302],[1584,2282],[1587,2256],[1564,2231],[1533,2176],[1491,2173],[1482,2151],[1485,2129],[1482,2115],[1485,2056],[1451,2009],[1415,1967],[1389,1904],[1396,1847],[1389,1791],[1404,1731],[1498,1735],[1587,1735],[1676,1813],[1753,1884],[1745,1991],[1778,2051],[1849,2067],[1856,2109],[1853,2140],[1911,2182],[1944,2205],[1996,2200],[2040,2213],[2062,2227],[2120,2209],[2127,2153],[2191,2198],[2184,2256],[2184,2296],[2149,2305],[2115,2305],[2053,2305],[2027,2287],[1965,2296],[1947,2295],[1918,2315],[1905,2329],[1900,2364],[1925,2393],[1915,2416],[1911,2449],[1911,2502],[1889,2520],[1853,2513],[1827,2533],[1822,2569],[1784,2576],[1729,2595],[1665,2589],[1649,2553],[1609,2527],[1582,2535],[1529,2515],[1487,2516],[1438,2515]]},{"area":"36a","points":[[1884,2055],[1800,2035],[1784,1980],[1787,1885],[1651,1744],[1811,1729],[1913,1722],[2095,1724],[2247,1711],[2291,1736],[2300,1845],[2313,1933],[2324,1993],[2215,2084],[2173,2035],[2131,2018],[2116,2047],[2098,2065],[2073,2091],[2035,2093],[1996,2062],[1938,2058]]},{"area":"37e","points":[[2238,2160],[2227,2109],[2349,1998],[2304,1738],[2338,1713],[2431,1716],[2502,1733],[2513,1782],[2544,1804],[2555,1822],[2575,1807],[2578,1836],[2576,1887],[2587,1915],[2616,1911],[2625,1927],[2624,1969],[2607,1987],[2605,2018],[2544,2080],[2536,2058],[2515,2053],[2491,2065],[2460,2067],[2449,2098],[2420,2129],[2407,2158],[2362,2193],[2345,2205],[2302,2209],[2285,2204],[2278,2182],[2262,2173]]},{"area":"366","points":[[1405,1609],[1405,1705],[2502,1705],[2502,1609]]},{"area":"369","points":[[1833,1565],[1805,1475],[1840,1385],[1876,1342],[1913,1300],[1904,1244],[1900,1189],[1940,1145],[2151,1075],[2311,1071],[2345,1078],[2375,1075],[2393,1115],[2389,1156],[2422,1176],[2455,1182],[2491,1240],[2516,1315],[2524,1378],[2504,1398],[2487,1451],[2475,1502],[2507,1533],[2507,1565]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/071-09-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/072-mantol-derrith-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-30,"offsetY":-21,"distance":20}}]},{"name":"Ch. 13: The Wormwrithings","ix":12,"images":[{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/OotA/094-13-01.webp"},"title":"Map 13.1: Troglodyte Lair","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-60,"offsetY":-44,"distance":10},"mapRegions":[{"area":"45a","points":[[896,178],[955,169],[1025,142],[1060,158],[1165,205],[1171,245],[1182,289],[1205,284],[1195,300],[1202,322],[1220,340],[1231,364],[1224,371],[1240,400],[1240,447],[1280,496],[1338,569],[1084,555],[1051,533],[1033,516],[1015,516],[989,467],[1002,451],[989,420],[973,405],[960,367],[915,302],[896,267],[902,225]]},{"area":"458","points":[[538,876],[505,869],[480,867],[460,844],[436,818],[405,820],[380,787],[358,787],[356,756],[362,725],[385,691],[387,664],[398,631],[416,611],[411,591],[435,556],[436,527],[438,498],[460,489],[484,473],[491,442],[529,436],[564,420],[600,424],[635,444],[642,475],[673,480],[704,465],[733,451],[762,451],[775,484],[800,509],[827,533],[827,544],[824,569],[833,596],[860,640],[860,669],[905,678],[940,975],[882,958],[864,945],[840,893],[815,860],[778,842],[727,831],[698,827],[653,825],[638,876],[642,913]]},{"area":"455","points":[[731,2031],[844,2027],[916,1980],[1005,1885],[1036,1855],[1018,1820],[1005,1765],[1025,1709],[1020,1644],[1007,1596],[984,1582],[958,1545],[920,1515],[889,1505],[867,1507],[825,1527],[787,1573],[796,1604],[773,1627],[760,1675],[744,1698],[738,1742],[711,1767],[733,1791],[729,1822],[755,1855],[764,1904],[780,1927],[805,1962],[755,2002]]},{"area":"457","points":[[575,1427],[520,1367],[513,1265],[511,1222],[535,1211],[562,1127],[655,1089],[700,1080],[738,1098],[778,1100],[822,1109],[849,1127],[880,1149],[889,1175],[885,1216],[882,1258],[860,1315],[829,1329],[824,1355],[809,1407],[775,1455],[753,1475],[736,1460],[727,1436],[707,1436],[685,1464],[615,1464],[591,1455]]},{"area":"456","points":[[318,1422],[422,1462],[467,1529],[513,1587],[536,1655],[542,1695],[545,1744],[507,1767],[504,1787],[455,1798],[400,1829],[373,1856],[349,1905],[247,1964],[202,1953],[185,1936],[178,1902],[202,1845],[211,1796],[207,1758],[198,1731],[176,1684],[211,1656],[211,1616],[200,1564],[195,1518],[218,1491],[238,1453],[260,1445],[295,1435]]},{"area":"454","points":[[353,2233],[431,2204],[482,2156],[507,2124],[520,2151],[544,2204],[580,2235],[598,2198],[696,2224],[771,2271],[742,2295],[771,2313],[822,2349],[831,2367],[869,2384],[922,2440],[924,2527],[916,2540],[898,2565],[858,2587],[833,2600],[829,2645],[795,2655],[787,2678],[765,2678],[745,2711],[722,2738],[713,2760],[695,2742],[662,2756],[635,2767],[598,2769],[600,2798],[560,2795],[547,2791],[538,2805],[525,2833],[480,2829],[431,2818],[380,2791],[324,2775],[309,2789],[265,2731],[245,2736],[216,2689],[185,2649],[167,2633],[180,2575],[195,2555],[196,2518],[209,2444],[229,2409],[242,2347],[282,2313],[344,2271]]},{"area":"445","points":[[1200,2155],[1253,2133],[1316,2107],[1378,2047],[1435,2009],[1505,2004],[1604,2024],[1660,2025],[1727,2062],[1736,2078],[1725,2100],[1665,2124],[1611,2167],[1582,2220],[1535,2280],[1469,2318],[1384,2365],[1313,2349],[1224,2285],[1198,2193]]},{"area":"448","points":[[1255,925],[1253,980],[1256,1082],[1285,1115],[1333,1175],[1393,1236],[1465,1284],[1565,1320],[1647,1360],[1755,1371],[1885,1347],[1967,1311],[2075,1284],[2156,1236],[2204,1176],[2262,1124],[2313,1044],[2298,998],[2316,936],[2351,831],[2338,780],[2355,747],[2235,705],[2173,745],[2133,804],[2095,836],[2002,880],[1933,885],[1884,882],[1842,900],[1816,915],[1751,911],[1685,931],[1595,920],[1544,907],[1489,871],[1482,818],[1473,802],[1382,835],[1322,878],[1285,902]]},{"area":"451","points":[[3076,949],[3104,898],[3144,871],[3171,867],[3198,895],[3260,925],[3287,944],[3302,976],[3358,996],[3438,1020],[3456,1060],[3504,1062],[3496,1116],[3471,1160],[3458,1195],[3427,1231],[3435,1282],[3465,1325],[3464,1491],[3451,1495],[3425,1460],[3400,1424],[3385,1380],[3351,1382],[3329,1358],[3296,1360],[3289,1376],[3218,1376],[3178,1356],[3155,1311],[3136,1289],[3125,1236],[3135,1196],[3131,1169],[3142,1124],[3133,1098],[3156,1065],[3176,1015],[3133,1002],[3113,973]]},{"area":"450","points":[[3513,1549],[3585,1535],[3642,1569],[3673,1567],[3724,1578],[3736,1607],[3769,1615],[3796,1644],[3813,1671],[3851,1671],[3860,1680],[3880,1702],[3896,1736],[3880,1775],[3878,1831],[3873,1862],[3851,1900],[3775,1855],[3725,1840],[3722,1891],[3733,1913],[3584,1924],[3473,1960],[3411,1935],[3393,1878],[3364,1869],[3356,1838],[3331,1815],[3316,1760],[3324,1722],[3333,1702],[3351,1695],[3362,1660],[3415,1638],[3473,1607],[3498,1576]]},{"area":"44c","points":[[2791,2211],[2884,2156],[2964,2133],[3029,2115],[3065,2075],[3107,2056],[3153,2042],[3173,2055],[3227,2058],[3264,2025],[3335,2060],[3371,2116],[3369,2169],[3356,2198],[3353,2224],[3382,2251],[3404,2276],[3420,2318],[3407,2353],[3422,2376],[3427,2411],[3456,2431],[3411,2584],[3376,2589],[3347,2582],[3324,2573],[3311,2602],[3285,2602],[3256,2624],[3209,2636],[3220,2665],[3187,2664],[3147,2673],[3133,2684],[3075,2687],[3044,2665],[3020,2653],[2985,2656],[2891,2602],[2842,2604],[2771,2558],[2773,2529],[2764,2511],[2776,2469],[2753,2444],[2729,2418],[2716,2378],[2735,2336],[2756,2309],[2740,2285],[2776,2251]]},{"area":"44e","points":[[3440,2631],[3491,2456],[3524,2476],[3556,2485],[3593,2476],[3596,2418],[3624,2420],[3638,2420],[3645,2404],[3667,2391],[3693,2382],[3707,2331],[3691,2309],[3724,2295],[3727,2258],[3704,2211],[3844,2147],[3864,2167],[3880,2207],[3882,2235],[3875,2282],[3876,2309],[3858,2347],[3851,2396],[3836,2422],[3845,2462],[3855,2500],[3858,2555],[3873,2584],[3865,2605],[3858,2629],[3853,2658],[3865,2673],[3840,2695],[3807,2751],[3780,2773],[3740,2807],[3715,2822],[3689,2795],[3635,2784],[3600,2771],[3575,2795],[3562,2771],[3527,2753],[3511,2735],[3493,2707],[3462,2711],[3489,2682],[3462,2660]]},{"area":"442","points":[[1664,3156],[1673,3102],[1676,3049],[1676,3002],[1682,2969],[1709,2925],[1707,2858],[1693,2816],[1664,2802],[1647,2765],[1658,2704],[1696,2673],[1649,2649],[1635,2636],[1684,2609],[1753,2576],[1807,2562],[1855,2578],[1942,2615],[1931,2655],[1940,2689],[1951,2729],[1944,2749],[1971,2780],[1991,2829],[2016,2916],[2025,2960],[2005,2995],[1973,3038],[1958,3071],[1913,3107],[1898,3153]]},{"area":"473","points":[[2820,1875],[2664,1789],[2595,1729],[2527,1642],[2482,1604],[2455,1507],[2427,1364],[2473,1253],[2478,1215],[2529,1122],[2573,1076],[2700,995],[2802,947],[2889,935],[2955,942],[3020,960],[3071,971],[3067,1035],[3049,1082],[3065,1115],[3067,1149],[3051,1211],[3053,1264],[3062,1291],[3069,1338],[3096,1380],[3107,1420],[3118,1484],[3142,1507],[3156,1547],[3136,1575],[3115,1620],[3069,1622],[3033,1635],[2991,1691],[2944,1718],[2925,1742],[2902,1771],[2871,1789],[2858,1825],[2844,1867]]},{"area":"443","points":[[2624,1960],[2609,1822],[2458,1673],[2416,1556],[2349,1398],[2411,1242],[2502,1076],[2358,1053],[2316,1133],[2227,1269],[2089,1369],[1929,1405],[1745,1458],[1522,1418],[1333,1329],[1229,1127],[1184,925],[1244,820],[1293,707],[1118,707],[976,729],[989,855],[1009,1020],[978,1131],[967,1207],[973,1258],[962,1305],[960,1340],[1000,1365],[1035,1393],[1076,1398],[1116,1420],[1182,1449],[1244,1484],[1240,1527],[1249,1556],[1231,1605],[1184,1676],[1193,1709],[1164,1735],[1144,1773],[1158,1840],[1180,1885],[1218,1915],[1182,1964],[1136,2005],[1124,2053],[1060,2105],[1038,2158],[1007,2185],[931,2235],[971,2265],[984,2302],[958,2362],[964,2484],[1000,2542],[1051,2536],[1102,2500],[1149,2480],[1187,2422],[1155,2296],[1185,2145],[1264,2095],[1329,2045],[1407,1965],[1484,1940],[1542,1944],[1645,1969],[1760,2013],[1773,2036],[1776,2104],[1738,2135],[1673,2169],[1582,2298],[1504,2333],[1411,2391],[1304,2411],[1271,2476],[1315,2515],[1407,2538],[1460,2556],[1580,2462],[1700,2420],[1824,2407],[1993,2451],[2067,2520],[2085,2560],[2142,2565],[2235,2525],[2278,2516],[2264,2476],[2298,2418],[2353,2387],[2355,2365],[2356,2333],[2407,2289],[2447,2276],[2495,2285],[2525,2231],[2545,2189],[2560,2160],[2536,2158],[2527,2140],[2535,2118],[2538,2104],[2527,2082],[2520,2058],[2565,1998],[2591,1978]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/094-13-01.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/095-troglodyte-lair-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff5","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":12,"offsetY":26,"distance":10}},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/OotA/096-13-02.webp"},"title":"Map 13.2: The Worm Nursery","width":4050,"height":3300,"imageType":"map","grid":{"type":"square","size":89,"offsetX":-33,"offsetY":35,"distance":10},"mapRegions":[{"area":"463","points":[[429,891],[415,844],[404,769],[420,709],[449,642],[456,600],[469,542],[491,495],[527,495],[531,478],[562,480],[624,505],[680,531],[720,533],[745,560],[793,569],[825,585],[842,616],[896,649],[916,693],[951,742],[1000,778],[1004,809],[985,845],[938,862],[915,878],[853,878],[813,853],[773,865],[716,875],[687,876],[693,909],[638,915],[613,935],[513,949],[445,924]]},{"area":"462","points":[[387,1155],[349,1085],[302,1096],[267,1120],[262,1162],[245,1196],[249,1229],[222,1285],[198,1333],[182,1364],[185,1407],[176,1445],[153,1482],[173,1538],[184,1571],[196,1580],[191,1629],[193,1647],[215,1695],[236,1727],[282,1758],[313,1745],[351,1720],[395,1711],[415,1675],[453,1649],[482,1629],[489,1589],[478,1547],[451,1527],[436,1502],[418,1500],[424,1462],[396,1438],[387,1402],[367,1378],[362,1340],[367,1313],[384,1289],[382,1260],[391,1218],[387,1182]]},{"area":"467","points":[[564,1082],[593,1013],[642,967],[671,976],[705,984],[738,996],[744,1016],[773,1013],[833,1022],[909,1053],[936,1069],[989,1102],[1051,1129],[1104,1145],[1127,1180],[1162,1213],[1176,1262],[1202,1285],[1200,1322],[1195,1351],[1202,1393],[1182,1422],[1156,1455],[1140,1467],[1055,1627],[1047,1642],[1029,1667],[1009,1700],[965,1704],[920,1705],[907,1678],[882,1653],[815,1627],[765,1653],[671,1653],[682,1636],[669,1613],[655,1604],[645,1567],[645,1531],[635,1505],[605,1478],[587,1456],[584,1416],[624,1391],[640,1356],[655,1325],[709,1298],[711,1265],[702,1222],[709,1205],[711,1193],[673,1196],[649,1180],[629,1180],[607,1129],[595,1100]]},{"area":"468","points":[[682,1700],[784,1702],[782,1740],[793,1773],[807,1816],[822,1847],[851,1867],[851,1911],[860,1962],[833,1985],[807,2007],[795,2038],[765,2040],[735,2035],[711,2004],[675,1984],[664,2009],[645,2033],[622,2056],[585,2049],[555,2042],[536,2047],[522,2022],[529,2013],[525,1978],[531,1953],[556,1925],[556,1895],[535,1878],[540,1844],[549,1813],[558,1795],[593,1793],[593,1771],[607,1736],[653,1711]]},{"area":"463","points":[[1078,1636],[1164,1475],[1193,1484],[1213,1462],[1233,1475],[1253,1462],[1265,1465],[1282,1449],[1298,1455],[1318,1460],[1335,1447],[1355,1467],[1378,1473],[1402,1473],[1395,1615],[1376,1636],[1355,1631],[1333,1638],[1313,1644],[1300,1627],[1275,1625],[1269,1640],[1235,1642],[1189,1649],[1171,1658],[1149,1649],[1127,1655],[1107,1647],[1095,1655]]},{"area":"463","points":[[2405,2618],[2464,2565],[2513,2558],[2513,2542],[2589,2495],[2627,2469],[2655,2447],[2704,2425],[2731,2425],[2738,2395],[2776,2409],[2824,2385],[2869,2364],[2889,2345],[2913,2325],[2940,2302],[2985,2302],[3025,2276],[3049,2249],[3085,2238],[3125,2240],[3142,2227],[3200,2202],[3218,2169],[3258,2153],[3284,2129],[3329,2109],[3393,2073],[3436,2040],[3420,2004],[3398,2018],[3382,2027],[3358,2033],[3331,2060],[3302,2073],[3269,2082],[3220,2105],[3195,2105],[3178,2116],[3138,2133],[3091,2145],[3064,2147],[3020,2171],[3002,2185],[2955,2195],[2924,2198],[2893,2220],[2873,2213],[2838,2227],[2816,2236],[2775,2236],[2760,2255],[2729,2247],[2700,2253],[2656,2242],[2744,2087],[2776,2080],[2804,2062],[2822,2062],[2844,2055],[2858,2045],[2882,2051],[2933,2040],[2960,2025],[2978,2025],[3009,2013],[3029,2005],[3051,2013],[3100,2000],[3120,1985],[3153,1985],[3180,1964],[3193,1971],[3218,1958],[3236,1940],[3249,1951],[3260,1936],[3285,1938],[3285,1922],[3309,1927],[3325,1935],[3342,1911],[3351,1893],[3360,1887],[3347,1847],[3329,1805],[3375,1804],[3416,1762],[3460,1765],[3480,1793],[3515,1849],[3553,1916],[3575,1951],[3638,1965],[3627,1996],[3620,2027],[3602,2051],[3571,2060],[3553,2084],[3547,2109],[3533,2133],[3509,2144],[3482,2182],[3440,2211],[3400,2229],[3362,2242],[3309,2255],[3267,2271],[3240,2275],[3218,2296],[3173,2324],[3140,2364],[3095,2382],[3047,2413],[2985,2442],[2956,2464],[2898,2480],[2858,2504],[2822,2516],[2776,2544],[2722,2569],[2684,2602],[2649,2627],[2605,2653],[2578,2676],[2522,2707]]},{"area":"46c","points":[[2287,2695],[2371,2636],[2542,2755],[2582,2762],[2636,2782],[2675,2802],[2691,2787],[2707,2745],[2696,2704],[2731,2695],[2753,2693],[2756,2662],[2767,2633],[2791,2593],[2807,2584],[2818,2602],[2835,2604],[2844,2585],[2889,2593],[2911,2607],[2947,2624],[2984,2644],[3002,2680],[3004,2711],[2991,2729],[3002,2765],[3024,2784],[3038,2815],[3015,2842],[3027,2855],[3016,2867],[3002,2896],[2980,2916],[2973,2949],[2956,2967],[2947,3009],[2909,2995],[2889,3000],[2885,3022],[2873,3036],[2845,3038],[2827,3049],[2824,3065],[2798,3062],[2780,3044],[2769,3029],[2760,3000],[2738,2969],[2729,2938],[2713,2938],[2702,2956],[2689,2958],[2680,2942],[2658,2931],[2638,2935],[2622,2922],[2598,2909],[2564,2907],[2549,2913],[2509,2895],[2475,2889],[2447,2898],[2405,2907],[2369,2829],[2327,2756]]},{"area":"46a","points":[[2071,2427],[2147,2393],[2240,2384],[2289,2418],[2282,2436],[2287,2484],[2276,2509],[2295,2542],[2338,2571],[2378,2589],[2347,2635],[2315,2664],[2275,2691],[2302,2733],[2324,2778],[2335,2815],[2298,2831],[2267,2851],[2205,2884],[2164,2871],[2058,2789],[2027,2740],[2016,2704],[2033,2682],[2029,2647],[2020,2624],[2027,2585],[2056,2575],[2078,2551],[2107,2525],[2102,2469],[2082,2444]]},{"area":"46e","points":[[1164,3229],[1193,3151],[1249,3098],[1291,3047],[1335,3022],[1347,3000],[1411,2958],[1404,2925],[1378,2885],[1360,2862],[1358,2798],[1393,2775],[1469,2742],[1507,2716],[1524,2691],[1544,2624],[1576,2638],[1602,2658],[1665,2662],[1715,2660],[1749,2678],[1767,2696],[1769,2718],[1818,2740],[1838,2769],[1833,2782],[1858,2818],[1875,2840],[1900,2831],[1985,2816],[1991,2796],[2095,2898],[2080,2920],[2064,2938],[2031,2944],[1989,2960],[1969,2982],[1938,2989],[1880,3000],[1844,3018],[1820,3047],[1793,3062],[1767,3071],[1745,3075],[1725,3091],[1687,3091],[1664,3087],[1613,3095],[1576,3093],[1556,3098],[1538,3107],[1489,3133],[1480,3171],[1445,3195],[1365,3229]]},{"area":"46a","points":[[2109,807],[2067,778],[2029,745],[1995,716],[1982,676],[1960,669],[1933,607],[1907,580],[1875,562],[1862,535],[1851,485],[1862,456],[1856,407],[1867,340],[1880,269],[1893,242],[1944,213],[2002,184],[2045,200],[2116,220],[2135,216],[2195,204],[2245,224],[2289,238],[2309,276],[2333,298],[2402,313],[2416,335],[2442,362],[2455,409],[2504,555],[2480,567],[2444,587],[2420,593],[2398,618],[2427,793],[2387,780],[2342,749],[2318,724],[2265,696],[2240,693],[2216,718],[2235,760],[2253,791],[2271,815]]},{"area":"473","points":[[2633,395],[2651,360],[2671,335],[2711,287],[2722,242],[2762,258],[2815,229],[2864,244],[2909,264],[2969,273],[3029,258],[3069,269],[3115,285],[3145,302],[3144,327],[3124,385],[3173,429],[3149,456],[3138,476],[3142,493],[3125,516],[3127,567],[3089,582],[3080,620],[3084,656],[3058,682],[2995,671],[2967,660],[2936,702],[2913,715],[2769,711],[2751,658],[2735,658],[2704,651],[2685,618],[2667,576],[2635,576],[2584,415],[2613,413]]},{"area":"475","points":[[2535,758],[2555,867],[2569,878],[2562,895],[2580,922],[2609,933],[2635,976],[2665,1004],[2662,1031],[2667,1055],[2689,1093],[2680,1131],[2698,1151],[2718,1184],[2767,1222],[2804,1242],[2862,1233],[2887,1231],[2907,1216],[2933,1202],[2947,1180],[2984,1160],[3011,1149],[3033,1138],[3069,1140],[3100,1060],[3080,1031],[3065,1007],[3065,980],[3084,944],[3056,936],[3047,915],[3069,898],[3033,880],[3002,876],[2982,880],[2964,862],[2956,842],[2940,835],[2918,838],[2913,805],[2920,755],[2751,742],[2727,755],[2727,773],[2736,815],[2735,864],[2709,856],[2664,833],[2629,782],[2618,793],[2576,778],[2565,764]]},{"area":"477","points":[[3111,1147],[3160,1035],[3185,1004],[3216,996],[3253,969],[3265,944],[3300,893],[3311,867],[3367,858],[3398,842],[3433,829],[3447,855],[3489,871],[3525,907],[3551,940],[3567,991],[3580,1013],[3598,1051],[3602,1104],[3600,1129],[3580,1175],[3545,1193],[3520,1220],[3491,1256],[3458,1298],[3422,1278],[3378,1275],[3311,1284],[3271,1291],[3185,1271],[3191,1220],[3158,1209],[3136,1164]]},{"area":"46a","points":[[3560,1871],[3476,1744],[3416,1740],[3376,1769],[3340,1769],[3347,1727],[3364,1698],[3380,1589],[3396,1556],[3416,1527],[3409,1498],[3431,1478],[3442,1460],[3458,1438],[3504,1431],[3582,1453],[3625,1484],[3615,1520],[3655,1549],[3684,1575],[3718,1607],[3775,1600],[3840,1736],[3789,1755],[3751,1755],[3729,1789],[3687,1818],[3649,1831],[3611,1855]]},{"area":"47a","points":[[3809,1584],[3878,1715],[3918,1671],[3931,1644],[3951,1580],[3991,1529],[4009,1485],[4040,1478],[4040,1269],[3973,1276],[3924,1282],[3885,1291],[3856,1309],[3836,1355],[3818,1378],[3813,1407],[3825,1453],[3829,1485],[3818,1529],[3818,1558]]},{"area":"478","points":[[2878,1633],[2891,1478],[2925,1496],[2953,1513],[2995,1535],[3022,1531],[3027,1480],[3065,1449],[3080,1411],[3109,1387],[3111,1355],[3129,1318],[3236,1356],[3238,1376],[3227,1415],[3222,1465],[3236,1498],[3269,1531],[3340,1567],[3318,1689],[3291,1705],[3269,1735],[3275,1760],[3245,1796],[3245,1835],[3245,1869],[3224,1875],[3200,1875],[3196,1893],[3165,1904],[3111,1891],[3120,1867],[3095,1844],[3080,1824],[3055,1815],[3027,1778],[3000,1731],[2975,1691],[2944,1653],[2915,1636]]},{"area":"471","points":[[2760,1815],[2749,1864],[2711,1855],[2687,1882],[2685,1958],[2705,2011],[2718,2040],[2727,2076],[2631,2236],[2609,2227],[2585,2245],[2562,2265],[2549,2289],[2518,2315],[2478,2342],[2440,2355],[2422,2382],[2378,2375],[2322,2369],[2289,2380],[2242,2364],[2142,2373],[2058,2409],[2031,2398],[2000,2400],[1971,2373],[1944,2349],[1904,2344],[1876,2347],[1829,2327],[1805,2342],[1775,2305],[1769,2278],[1744,2262],[1716,2253],[1695,2265],[1667,2216],[1620,2182],[1571,2160],[1524,2109],[1473,2042],[1438,2005],[1404,1964],[1436,1938],[1453,1918],[1445,1887],[1453,1864],[1440,1824],[1453,1787],[1455,1735],[1456,1711],[1425,1687],[1409,1647],[1424,1424],[1409,1400],[1411,1364],[1433,1320],[1404,1280],[1395,1235],[1411,1189],[1504,1151],[1587,1109],[1618,1085],[1649,1071],[1682,1076],[1684,1045],[1689,1020],[1745,1004],[1773,982],[1796,958],[1815,931],[1836,911],[1853,885],[1887,865],[1915,855],[1958,856],[1982,849],[2005,856],[2047,860],[2089,875],[2095,895],[2113,882],[2111,862],[2269,875],[2271,916],[2304,924],[2340,927],[2364,953],[2385,976],[2416,987],[2444,1004],[2465,1035],[2476,1067],[2513,1085],[2531,1125],[2536,1153],[2529,1180],[2547,1209],[2555,1249],[2582,1289],[2605,1313],[2645,1322],[2680,1316],[2705,1293],[2727,1282],[2749,1298],[2765,1331],[2805,1360],[2835,1391],[2849,1422],[2840,1458],[2865,1478],[2853,1676],[2853,1720],[2831,1760],[2800,1778],[2769,1780]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/096-13-02.webp"},"page":"adventure.html","source":"OotA","hash":"oota"},{"type":"image","href":{"type":"internal","path":"adventure/OotA/097-worm-nursery-player-version.webp"},"title":"Player Version","mapParent":{"id":"ff4","autoScale":true},"width":3375,"height":2750,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":50,"offsetY":32,"distance":10}}]},{"name":"Ch. 15: The City of Spiders","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OotA/104-15-01.webp"},"title":"Map 15.1: Menzoberranzan","width":2550,"height":1839,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"4e4","points":[[1875,118],[1875,225],[2393,225],[2393,118]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OotA/thumbnail/104-15-01.webp"},"id":"5dd","page":"adventure.html","source":"OotA","hash":"oota"}]}]},"CoS":{"id":"CoS","source":"CoS","prop":"adventure","chapters":[{"name":"Ch. 2: The Lands of Barovia","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/007-001.jpg"},"title":"Map 2.1: Barovia","width":5025,"height":3225,"mapRegions":[{"area":"133","points":[[560,908],[560,1070],[722,1070],[722,908]]},{"area":"13a","points":[[827,661],[827,801],[963,801],[963,661]]},{"area":"130","points":[[1022,1007],[1022,1153],[1170,1153],[1170,1007]]},{"area":"136","points":[[1199,792],[1199,941],[1324,941],[1324,792]]},{"area":"126","points":[[1530,294],[1530,659],[3060,659],[3060,294]]},{"area":"121","points":[[2024,741],[2024,886],[2155,886],[2155,741]]},{"area":"12b","points":[[1945,1071],[1945,1203],[2077,1203],[2077,1071]]},{"area":"12d","points":[[1684,1088],[1684,1255],[1866,1255],[1866,1088]]},{"area":"12f","points":[[1574,1488],[1574,1672],[1749,1672],[1749,1488]]},{"area":"135","points":[[1577,1832],[1577,2035],[1741,2035],[1741,1832]]},{"area":"134","points":[[1167,2364],[1167,2540],[1312,2540],[1312,2364]]},{"area":"138","points":[[1608,2615],[1608,2780],[1766,2780],[1766,2615]]},{"area":"10e","points":[[3178,1867],[3178,2042],[3315,2042],[3315,1867]]},{"area":"116","points":[[2956,1646],[2956,1820],[3112,1820],[3112,1646]]},{"area":"119","points":[[2963,1463],[2963,1624],[3122,1624],[3122,1463]]},{"area":"0fb","points":[[2965,1310],[2965,1458],[3111,1458],[3111,1310]]},{"area":"12c","points":[[2365,1228],[2365,1381],[2508,1381],[2508,1228]]},{"area":"11d","points":[[3370,1561],[3370,1716],[3484,1716],[3484,1561]]},{"area":"120","points":[[3556,1576],[3556,1745],[3675,1745],[3675,1576]]},{"area":"108","points":[[3823,1843],[3823,2067],[4166,2067],[4166,1843]]},{"area":"106","points":[[3787,2090],[3787,2263],[3955,2263],[3955,2090]]},{"area":"106","points":[[4357,2173],[4357,2344],[4519,2344],[4519,2173]]},{"area":"0fb","points":[[4629,1622],[4629,1823],[4759,1823],[4759,1622]]},{"area":"102","points":[[4562,1844],[4562,1981],[4684,1981],[4684,1844]]},{"area":"0f9","points":[[4769,1744],[4769,1898],[4880,1898],[4880,1744]]},{"area":"109","points":[[3332,2267],[3332,2412],[3472,2412],[3472,2267]]},{"area":"137","points":[[500,1429],[500,1591],[653,1591],[653,1429]]},{"area":"139","points":[[237,1880],[237,2138],[462,2138],[462,1880]]}],"imageType":"map","grid":{"type":"hexColsOdd","size":69,"offsetX":9,"offsetY":-4,"distance":0.25,"units":"miles"},"id":"6c7","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/007-001.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/008-cos201.jpg"},"title":"Player Version","width":5025,"height":3225,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":69,"offsetX":9,"offsetY":-4,"distance":0.25,"units":"miles"},"mapParent":{"id":"6c7","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/010-cos02-06.jpg"},"title":"Map 2.2: Tser Pool Encampment","width":1000,"height":615,"imageType":"map","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-19,"scale":1.5},"id":"0bc"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/011-cos202.jpg"},"title":"Player Version","width":1950,"height":1200,"imageType":"mapPlayer","grid":{"type":"square","size":97,"offsetX":13,"offsetY":63,"scale":1.5},"mapParent":{"id":"0bc","autoScale":true}}]},{"name":"Ch. 3: The Village of Barovia","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/013-003.jpg"},"title":"Map 3.1: Village of Barovia","width":1950,"height":2475,"mapRegions":[{"area":"166","points":[[444,302],[444,472],[654,472],[654,302]]},{"area":"152","points":[[390,642],[390,857],[640,857],[640,642]]},{"area":"146","points":[[854,1123],[854,1288],[1088,1288],[1088,1123]]},{"area":"168","points":[[1557,1067],[1557,1205],[1747,1205],[1747,1067]]},{"area":"144","points":[[840,1429],[840,1603],[1027,1603],[1027,1429]]},{"area":"14c","points":[[796,1598],[796,1721],[914,1721],[914,1598]]},{"area":"14e","points":[[672,2115],[672,2312],[936,2312],[936,2115]]}],"imageType":"map","grid":{"type":"square","size":120,"offsetX":-38,"offsetY":-6,"distance":40},"id":"0bd","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/013-003.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/014-cos301.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":-38,"offsetY":-6,"distance":40},"mapParent":{"id":"0bd"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/018-004.jpg"},"title":"Map 3.2: Church","width":2400,"height":1650,"mapRegions":[{"area":"15f","points":[[201,351],[201,791],[1058,791],[1058,351]]},{"area":"159","points":[[345,795],[345,937],[564,937],[564,795]]},{"area":"157","points":[[345,936],[345,1079],[562,1079],[562,936]]},{"area":"155","points":[[563,795],[563,1077],[699,1077],[699,795]]},{"area":"15d","points":[[703,791],[703,929],[920,929],[920,791]]},{"area":"15b","points":[[700,933],[700,1077],[921,1077],[921,933]]},{"area":"163","points":[[1332,467],[1332,1096],[2228,1096],[2228,467]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-15},"id":"11c","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/018-004.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/019-cos302.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-20},"mapParent":{"id":"11c"}}]},{"name":"Ch. 4: Castle Ravenloft","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/024-005.jpg"},"title":"Map 2: Walls of Ravenloft","width":2248,"height":3008,"mapRegions":[{"area":"11d","points":[[315,1785],[315,2037],[593,2037],[593,1785]]},{"area":"19f","points":[[663,2148],[857,2222],[1007,2089],[821,2014]]},{"area":"1a2","points":[[1121,2086],[1214,1991],[1386,2053],[1289,2149]]},{"area":"1a2","points":[[878,2269],[771,2364],[974,2440],[1073,2342]]},{"area":"1a8","points":[[1355,2381],[1461,2273],[1637,2333],[1538,2454]]},{"area":"1aa","points":[[1562,2458],[1669,2346],[1862,2425],[1786,2548]]},{"area":"1a6","points":[[1561,2115],[1524,2154],[1667,2206],[1713,2169]]},{"area":"1a4","points":[[1583,2294],[1385,2221],[1463,2138],[1659,2211]]}],"imageType":"map","grid":{"type":"none","size":125,"distance":50},"id":"132","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/024-005.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/024-005-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":172,"distance":50},"width":2750,"height":3797,"mapParent":{"id":"132","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006.jpg"},"title":"Map 3: Main Floor","width":2473,"height":1531,"mapRegions":[{"area":"1d0","points":[[408,189],[341,246],[586,324],[646,270]]},{"area":"1e2","points":[[268,401],[268,475],[437,475],[437,401]]},{"area":"1bf","points":[[264,845],[365,832],[434,855],[453,917],[412,955],[297,968],[227,942],[213,890]]},{"area":"1c1","points":[[518,938],[479,979],[756,1069],[795,1033]]},{"area":"1bd","points":[[435,851],[560,892],[639,822],[516,781]]},{"area":"1bb","points":[[537,930],[698,791],[960,875],[807,1018]]},{"area":"25b","points":[[825,1090],[864,1054],[928,1077],[892,1114]]},{"area":"1b9","points":[[861,991],[972,881],[1098,923],[986,1031]]},{"area":"1b0","points":[[885,701],[815,772],[934,811],[1008,739]]},{"area":"1db","points":[[781,557],[856,492],[975,528],[897,598]]},{"area":"1bf","points":[[774,411],[813,377],[903,365],[972,389],[997,437],[960,470],[855,487],[790,464]]},{"area":"1b5","points":[[1021,744],[945,818],[970,877],[1100,920],[1203,905],[1284,827],[1264,772],[1128,728]]},{"area":"2a6","points":[[920,599],[921,682],[948,710],[996,723],[1048,710],[1069,680],[1067,601],[1046,577],[997,569],[949,578]]},{"area":"1c1","points":[[1023,483],[1048,455],[1158,490],[1130,515]]},{"area":"1d9","points":[[1122,984],[1085,1020],[1083,1063],[1116,1080],[1179,1086],[1227,1066],[1233,1035],[1212,1014],[1167,997]]},{"area":"1f4","points":[[1161,939],[1132,972],[1251,1013],[1283,975]]},{"area":"1cf","points":[[1360,959],[1360,1002],[1442,1002],[1442,959]]},{"area":"1cd","points":[[1318,996],[1274,1017],[1245,1060],[1253,1105],[1301,1140],[1381,1161],[1469,1146],[1536,1122],[1576,1080],[1560,1077],[1540,1035],[1483,1034],[1444,1059],[1358,1057]]},{"area":"1cb","points":[[1547,1124],[1586,1083],[1640,1075],[1661,1111],[1619,1150],[1553,1155]]},{"area":"1c3","points":[[1295,834],[1229,903],[1352,945],[1418,876]]},{"area":"1d8","points":[[1518,704],[1441,779],[1576,822],[1653,747]]},{"area":"1ed","points":[[1572,860],[1645,790],[1712,812],[1637,880]]},{"area":"1c9","points":[[1747,932],[1783,893],[1837,880],[1855,916],[1819,956],[1753,965]]},{"area":"1dd","points":[[1798,698],[1725,770],[1861,814],[1934,740]]},{"area":"1df","points":[[1679,645],[1720,601],[1921,662],[1937,647],[2011,670],[1942,733]]},{"area":"1c5","points":[[2032,821],[1934,841],[1548,1223],[1568,1290],[1643,1314],[1757,1293],[1830,1220],[1900,1245],[2009,1229],[2158,1068],[2138,1010],[2066,985],[2141,909],[2110,846]]},{"area":"1d2","points":[[1462,584],[1429,616],[1438,620],[1293,754],[1284,782],[1309,813],[1377,843],[1449,854],[1553,852],[1576,846],[1594,826],[1437,778],[1519,700],[1654,745],[1658,722],[1637,695],[1610,677],[1559,662],[1591,627],[1536,607],[1459,685],[1441,678],[1522,603]]},{"area":"1fd","points":[[1917,659],[1941,637],[1787,396],[1751,385],[1712,390],[1714,597]]},{"area":"254","points":[[2018,706],[2018,782],[2224,782],[2224,706]]}],"imageType":"map","grid":{"type":"none","size":130,"distance":20},"id":"16f","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/025-006.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/025-006-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":168,"distance":20},"width":3715,"height":1836,"mapParent":{"id":"16f","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007.jpg"},"title":"Map 4: Court of the Count","width":2389,"height":1383,"mapRegions":[{"area":"1bf","points":[[221,604],[230,661],[301,685],[417,668],[454,632],[434,568],[368,544],[266,565]]},{"area":"1db","points":[[521,500],[446,567],[568,611],[640,539]]},{"area":"1c1","points":[[518,657],[487,689],[758,782],[792,751]]},{"area":"251","points":[[859,774],[827,803],[896,833],[930,797]]},{"area":"1e2","points":[[823,397],[581,614],[596,671],[746,720],[838,707],[1075,481]]},{"area":"1db","points":[[785,277],[857,213],[975,251],[899,317]]},{"area":"1d6","points":[[794,189],[777,138],[813,103],[905,88],[975,113],[997,164],[956,201],[858,204]]},{"area":"1f8","points":[[1170,404],[997,339],[1057,278],[1238,344]]},{"area":"1c1","points":[[1255,336],[1052,272],[1055,123],[1000,107],[1032,68],[1100,91],[1292,311]]},{"area":"1fb","points":[[1262,338],[1289,308],[1346,328],[1314,357]]},{"area":"1e5","points":[[1131,456],[982,592],[1035,611],[1187,473]]},{"area":"1ef","points":[[974,602],[854,710],[1046,775],[1160,669]]},{"area":"1e7","points":[[1168,512],[1089,581],[1290,652],[1360,582]]},{"area":"1f2","points":[[1208,641],[1186,663],[1307,710],[1330,683]]},{"area":"1f4","points":[[1176,672],[1145,704],[1265,746],[1300,714]]},{"area":"1d9","points":[[1128,715],[1085,755],[1085,809],[1241,810],[1243,755]]},{"area":"1cd","points":[[1320,732],[1263,765],[1254,827],[1298,867],[1394,892],[1514,871],[1549,838],[1550,780],[1483,733]]},{"area":"1cf","points":[[1339,665],[1339,716],[1471,716],[1471,665]]},{"area":"1fd","points":[[1733,478],[1787,430],[1858,450],[1878,434],[1996,469],[1926,539]]},{"area":"1ed","points":[[1646,570],[1579,637],[1719,682],[1782,614]]},{"area":"1eb","points":[[1642,676],[1568,749],[1700,792],[1776,720]]},{"area":"1d2","points":[[1538,338],[1367,347],[1282,406],[1271,482],[1334,545],[1457,584],[1610,569],[1676,533],[1706,447],[1631,364]]},{"area":"2a6","points":[[994,340],[1069,370],[1068,409],[1000,440],[941,426],[921,374],[955,343]]}],"imageType":"map","grid":{"type":"none","size":68,"distance":10},"id":"172","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/028-007.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/028-007-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":68,"distance":10},"width":2380,"height":1330,"mapParent":{"id":"172","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008.jpg"},"title":"Map 5: Rooms of Weeping","width":2338,"height":1449,"mapRegions":[{"area":"222","points":[[1415,536],[1537,527],[1508,479],[1542,441],[1475,419],[1442,457],[1345,467],[1014,363],[1020,305],[926,269],[839,284],[794,329],[811,390],[421,734],[341,727],[252,754],[231,824],[253,887],[323,910],[430,894],[770,1007],[787,1058],[753,1095],[824,1121],[866,1087],[979,1069],[1013,1034],[409,822],[917,371]]},{"area":"21e","points":[[503,752],[421,821],[677,910],[758,836],[692,818],[654,854],[521,807],[560,774]]},{"area":"21a","points":[[543,714],[508,746],[576,773],[572,803],[619,826],[681,810],[761,833],[795,801],[768,770],[773,742],[649,698],[604,716]]},{"area":"203","points":[[701,911],[846,769],[1029,833],[880,974]]},{"area":"25b","points":[[889,983],[926,958],[988,957],[1031,978],[1023,1026]]},{"area":"201","points":[[974,907],[981,939],[1031,929],[1072,896],[1062,860],[1014,871]]},{"area":"207","points":[[863,760],[1016,620],[1205,683],[1235,736],[1161,811],[1058,827]]},{"area":"218","points":[[783,734],[658,688],[637,632],[710,564],[812,547],[926,586],[926,635],[954,659],[884,713],[824,709]]},{"area":"220","points":[[904,473],[937,438],[1129,500],[1094,537]]},{"area":"1c1","points":[[846,448],[917,388],[972,404],[899,469]]},{"area":"1d2","points":[[1515,538],[1409,548],[1322,577],[1274,635],[1290,711],[1374,769],[1504,787],[1627,769],[1700,721],[1712,661],[1674,597],[1606,558]]},{"area":"214","points":[[1650,770],[1618,814],[1652,871],[1720,886],[1826,881],[1862,840],[1837,793],[1751,767]]},{"area":"212","points":[[1647,883],[1585,946],[1718,987],[1768,994],[1809,975],[1806,943],[1784,925]]},{"area":"20c","points":[[1244,831],[1304,767],[1361,784],[1298,849]]},{"area":"1f4","points":[[1188,880],[1151,911],[1270,958],[1310,920]]},{"area":"1f6","points":[[1268,904],[1302,856],[1346,875],[1311,919]]},{"area":"1cf","points":[[1354,867],[1354,916],[1476,916],[1476,867]]},{"area":"1cd","points":[[1340,933],[1283,957],[1262,1000],[1286,1048],[1360,1079],[1465,1090],[1549,1054],[1581,1007],[1562,948],[1498,934]]},{"area":"2a6","points":[[965,642],[1048,578],[1007,569],[960,575],[934,594],[933,622]]},{"area":"222","points":[[1700,732],[1718,694],[2081,804],[2041,842]]},{"area":"1d9","points":[[1139,921],[1098,970],[1106,1010],[1170,1020],[1243,997],[1236,962],[1194,939]]},{"area":"20f","points":[[1570,940],[1628,875],[1378,792],[1308,854],[1350,871],[1381,838],[1510,881]]}],"imageType":"map","grid":{"type":"none","size":135,"distance":20},"id":"182","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/030-008.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/030-008-player.png"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":173,"distance":20},"width":2660,"height":1680,"mapParent":{"id":"182","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009.jpg"},"title":"Map 6: Spires of Ravenloft","width":2400,"height":1650,"mapRegions":[{"area":"232","points":[[356,737],[533,573],[584,385],[743,390],[777,298],[877,280],[1232,408],[1217,441],[1219,489],[1223,568],[1220,605],[1196,639],[1100,633],[1030,643],[945,678],[887,717],[877,775],[879,873],[791,810],[649,835],[496,719]]},{"area":"229","points":[[963,830],[1126,680],[1052,654],[968,675],[923,705],[890,749],[896,802]]},{"area":"22c","points":[[1020,798],[946,869],[1007,894],[1079,906],[1146,840]]},{"area":"22e","points":[[1122,886],[1163,848],[1216,867],[1175,906]]},{"area":"225","points":[[1063,757],[1138,684],[1196,705],[1127,778]]},{"area":"1d9","points":[[1130,778],[1163,745],[1192,768],[1187,807],[1138,826],[1094,818]]},{"area":"1cf","points":[[1306,727],[1306,684],[1409,684],[1409,727]]},{"area":"1cd","points":[[1282,742],[1231,774],[1217,820],[1239,859],[1319,890],[1435,888],[1499,852],[1502,786],[1481,744]]},{"area":"230","points":[[1275,620],[1275,446],[1222,446],[1222,620]]},{"area":"1d2","points":[[1467,354],[1463,306],[1454,273],[1323,330],[1240,402],[1224,439],[1277,441],[1282,560],[1351,585],[1444,596],[1540,586],[1614,550],[1655,486],[1628,413],[1546,370]]}],"imageType":"map","grid":{"type":"none","size":132,"distance":20},"id":"191","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/033-009.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/033-009-player.png"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":177,"distance":20},"width":2520,"height":1540,"mapParent":{"id":"191","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010.jpg"},"title":"Maps 7-10: Spires and Tower of Ravenloft","width":1181,"height":3295,"mapRegions":[{"area":"1cf","points":[[596,587],[596,629],[692,629],[692,587]]},{"area":"242","points":[[581,679],[611,653],[573,635],[568,610],[592,589],[647,577],[693,591],[710,609],[705,629],[755,645],[754,603],[722,567],[659,555],[576,571],[528,603],[526,635],[548,669]]},{"area":"1cd","points":[[591,685],[623,655],[668,654],[704,631],[752,648],[716,675],[655,688]]},{"area":"24c","points":[[572,1022],[635,980],[707,970],[772,982],[830,1013],[756,1033],[676,1024],[648,1059],[588,1071]]},{"area":"247","points":[[836,1188],[772,1164],[731,1185],[679,1181],[643,1159],[641,1121],[594,1097],[650,1069],[734,1061],[793,1077],[840,1109],[853,1150]]},{"area":"1d2","points":[[592,1102],[576,1138],[587,1173],[630,1203],[713,1220],[773,1218],[832,1191],[770,1165],[731,1190],[681,1187],[641,1164],[637,1119]]},{"area":"1d2","points":[[621,1616],[702,1596],[792,1581],[879,1610],[861,1641],[798,1669],[757,1713],[689,1724],[647,1726],[576,1703],[520,1658]]},{"area":"240","points":[[577,1708],[499,1779],[560,1803],[645,1727]]},{"area":"227","points":[[403,1859],[499,1782],[434,1779],[384,1794],[362,1823]]},{"area":"23e","points":[[264,1813],[175,1892],[389,1962],[458,1878]]},{"area":"1cf","points":[[569,1893],[569,1854],[668,1854],[668,1893]]},{"area":"1cd","points":[[668,1913],[695,1869],[733,1860],[776,1904],[773,1963],[718,2009],[629,2028],[548,2012],[470,1968],[442,1909],[479,1861],[521,1845],[549,1911]]},{"area":"1d2","points":[[645,2233],[646,2158],[634,2133],[526,2199],[449,2289],[446,2412],[516,2481],[641,2520],[781,2500],[872,2436],[871,2349],[803,2306],[662,2282],[539,2304],[583,2259]]},{"area":"1cf","points":[[553,2665],[553,2620],[640,2620],[640,2665]]},{"area":"1cd","points":[[514,2677],[465,2698],[442,2740],[470,2793],[555,2827],[668,2831],[739,2794],[765,2737],[714,2677]]},{"area":"227","points":[[392,2668],[430,2632],[426,2563],[443,2544],[481,2570],[496,2605],[497,2650],[477,2672],[422,2679]]},{"area":"239","points":[[381,2764],[253,2716],[310,2661],[438,2701]]},{"area":"235","points":[[230,2713],[105,2675],[126,2644],[173,2613],[237,2631],[281,2587],[338,2606]]},{"area":"237","points":[[152,2706],[110,2747],[143,2792],[216,2832],[296,2845],[391,2842],[439,2798]]},{"area":"225","points":[[180,2458],[180,2530],[398,2530],[398,2458]]}],"imageType":"map","grid":{"type":"none","size":72,"distance":10},"id":"441","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/036-010.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/036-010-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":10},"width":1190,"height":3290,"mapParent":{"id":"441","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/038-011.jpg"},"title":"Map 11: Larders of Ill Omen & Map 12: Dungeon and Catacombs","width":2427,"height":3008,"mapRegions":[{"area":"266","points":[[262,735],[383,630],[689,739],[581,843]]},{"area":"264","points":[[700,745],[559,883],[610,905],[758,764]]},{"area":"25b","points":[[616,907],[654,872],[715,896],[681,929]]},{"area":"261","points":[[869,504],[647,706],[838,775],[1052,561]]},{"area":"25f","points":[[1007,625],[1067,564],[1186,600],[1124,662]]},{"area":"252","points":[[994,636],[935,698],[1113,758],[1177,695]]},{"area":"24f","points":[[977,727],[905,802],[1023,837],[1062,799],[1009,783],[1043,750]]},{"area":"1d9","points":[[901,804],[966,825],[1000,851],[989,883],[940,901],[876,883],[859,849]]},{"area":"1cf","points":[[1130,766],[1130,809],[1223,809],[1223,766]]},{"area":"1cd","points":[[1101,804],[1043,837],[1019,889],[1043,937],[1115,966],[1203,969],[1312,930],[1332,898],[1328,832],[1253,819],[1203,849],[1128,836]]},{"area":"25d","points":[[1140,668],[1200,603],[1413,669],[1384,750]]},{"area":"268","points":[[885,489],[989,394],[1169,451],[1065,549]]},{"area":"26a","points":[[1076,553],[1184,456],[1303,492],[1199,590]]},{"area":"26d","points":[[999,385],[1061,330],[1245,384],[1184,442]]},{"area":"29b","points":[[862,397],[906,409],[916,435],[1038,326],[878,342]]},{"area":"2a8","points":[[741,543],[855,445],[855,407],[891,418],[904,444],[818,527],[780,547]]},{"area":"2a6","points":[[739,541],[853,443],[850,351],[757,429],[738,426],[712,458],[701,502],[708,525]]},{"area":"1dd","points":[[1386,753],[1464,776],[1598,645],[1596,402],[1522,379]]},{"area":"1d2","points":[[1362,454],[1432,386],[1491,406],[1423,472]]},{"area":"254","points":[[1323,823],[1389,753],[1524,801],[1449,877]]},{"area":"292","points":[[167,1900],[367,1715],[434,1733],[464,1783],[526,1813],[632,1798],[697,1819],[494,2003]]},{"area":"295","points":[[471,1643],[438,1676],[475,1725],[526,1748],[626,1739],[664,1704]]},{"area":"297","points":[[527,1593],[632,1499],[819,1560],[709,1657]]},{"area":"2a6","points":[[777,1529],[773,1462],[826,1421],[866,1414],[929,1429],[947,1455],[951,1529],[922,1550],[865,1556]]},{"area":"29b","points":[[782,1156],[815,1126],[873,1143],[845,1172]]},{"area":"26d","points":[[641,1478],[777,1158],[842,1177],[702,1505]]},{"area":"29f","points":[[773,1343],[811,1313],[934,1350],[896,1384]]},{"area":"2a4","points":[[1001,1780],[1163,1472],[1226,1490],[1107,1721],[1071,1717],[1040,1744],[1040,1793]]},{"area":"2a2","points":[[1151,1463],[1185,1426],[1380,1488],[1342,1526]]},{"area":"272","points":[[789,1902],[935,1763],[1001,1787],[856,1926]]},{"area":"284","points":[[512,2170],[671,2020],[736,2041],[579,2189]]},{"area":"270","points":[[580,1928],[622,1895],[948,2003],[921,2039]]},{"area":"1d9","points":[[922,2039],[954,1998],[954,1964],[1010,1955],[1021,1973],[1021,2011],[993,2037],[950,2042]]},{"area":"1cd","points":[[1093,1854],[1121,1829],[1164,1822],[1211,1830],[1249,1790],[1195,1748],[1128,1725],[1075,1718],[1066,1725],[1064,1802]]},{"area":"1cf","points":[[1096,1855],[1123,1832],[1163,1824],[1210,1834],[1279,1855],[1237,1891],[1201,1909],[1131,1902],[1099,1879]]},{"area":"291","points":[[572,2031],[601,1999],[665,2020],[630,2047]]},{"area":"28f","points":[[559,2041],[528,2071],[593,2089],[620,2060]]},{"area":"28d","points":[[517,2085],[486,2107],[550,2127],[577,2098]]},{"area":"28c","points":[[476,2120],[441,2150],[507,2170],[541,2135]]},{"area":"286","points":[[612,2165],[582,2193],[643,2211],[674,2182]]},{"area":"288","points":[[623,2152],[655,2125],[715,2144],[688,2172]]},{"area":"28b","points":[[707,2073],[740,2040],[802,2059],[767,2093]]},{"area":"28a","points":[[696,2086],[665,2113],[726,2133],[758,2102]]},{"area":"27d","points":[[974,1816],[1002,1789],[1040,1799],[1019,1814],[1014,1828]]},{"area":"274","points":[[875,1742],[844,1773],[896,1789],[926,1762]]},{"area":"276","points":[[832,1783],[809,1806],[862,1823],[884,1801]]},{"area":"279","points":[[797,1819],[770,1845],[824,1861],[848,1834]]},{"area":"27c","points":[[760,1855],[727,1884],[785,1902],[815,1873]]},{"area":"27f","points":[[964,1828],[938,1850],[998,1870],[1010,1857],[1010,1843]]},{"area":"280","points":[[929,1863],[903,1884],[962,1905],[986,1880]]},{"area":"281","points":[[888,1897],[857,1926],[915,1946],[945,1917]]},{"area":"31b","points":[[1051,2345],[941,2455],[1274,2567],[1381,2452]]},{"area":"317","points":[[1903,1466],[2236,1569],[2149,1671],[1804,1560]]},{"area":"322","points":[[1987,2251],[1954,2289],[2167,2357],[2263,2339],[2340,2254],[2315,2191],[2107,2127],[2073,2167],[2135,2191],[2056,2272]]},{"area":"320","points":[[1926,2169],[1930,2209],[1988,2190],[2060,2116],[2056,2080],[2002,2099]]},{"area":"1ed","points":[[1812,2231],[1856,2189],[1912,2210],[1873,2252]]},{"area":"2ae","points":[[1531,1592],[1569,1552],[1648,1577],[1605,1616]]},{"area":"2bc","points":[[1501,1634],[1480,1661],[1535,1679],[1558,1653]]},{"area":"2cb","points":[[1296,1655],[1255,1697],[1317,1716],[1354,1679]]},{"area":"2ea","points":[[1029,1920],[995,1952],[1012,1949],[1019,1964],[1047,1976],[1090,1937]]},{"area":"306","points":[[840,2102],[872,2074],[934,2093],[903,2124]]},{"area":"2f8","points":[[1054,2074],[1081,2048],[1141,2069],[1112,2095]]},{"area":"309","points":[[1078,2148],[1052,2173],[1111,2192],[1137,2169]]},{"area":"2fb","points":[[1201,2126],[1229,2096],[1276,2114],[1251,2143]]},{"area":"2ec","points":[[1207,2024],[1236,1994],[1294,2011],[1264,2043]]},{"area":"2e1","points":[[1356,1970],[1378,1943],[1430,1961],[1408,1988]]},{"area":"2ee","points":[[1375,2035],[1343,2069],[1400,2089],[1431,2058]]},{"area":"2ff","points":[[1365,2141],[1336,2169],[1391,2189],[1421,2162]]},{"area":"30b","points":[[1213,2195],[1192,2217],[1246,2238],[1271,2214]]},{"area":"30f","points":[[1359,2242],[1333,2270],[1387,2286],[1414,2261]]},{"area":"313","points":[[1472,2315],[1492,2289],[1546,2308],[1522,2335]]},{"area":"315","points":[[1653,2387],[1687,2345],[1761,2370],[1722,2411]]},{"area":"303","points":[[1608,2261],[1632,2234],[1693,2255],[1669,2285]]},{"area":"301","points":[[1476,2217],[1503,2189],[1555,2204],[1527,2237]]},{"area":"2f0","points":[[1483,2116],[1514,2083],[1567,2100],[1540,2135]]},{"area":"2e6","points":[[1491,2015],[1516,1986],[1573,2007],[1546,2036]]},{"area":"2e9","points":[[1628,2063],[1657,2035],[1708,2049],[1677,2078]]},{"area":"2f2","points":[[1618,2162],[1651,2126],[1700,2141],[1669,2180]]},{"area":"2ab","points":[[1445,1957],[1519,1880],[1661,1926],[1585,2005]]},{"area":"2dc","points":[[1468,1855],[1495,1829],[1544,1846],[1518,1872]]},{"area":"2cd","points":[[1471,1762],[1496,1733],[1551,1750],[1530,1778]]},{"area":"2d0","points":[[1604,1802],[1633,1776],[1687,1794],[1663,1824]]},{"area":"2dd","points":[[1633,1872],[1605,1901],[1659,1919],[1683,1895]]},{"area":"2df","points":[[1767,1918],[1740,1945],[1792,1963],[1822,1933]]},{"area":"2d8","points":[[1873,1894],[1904,1861],[1958,1880],[1929,1915]]},{"area":"2d5","points":[[1744,1854],[1776,1821],[1828,1838],[1801,1870]]},{"area":"2bf","points":[[1619,1705],[1642,1678],[1692,1694],[1666,1723]]},{"area":"2da","points":[[2071,1967],[2111,1918],[2179,1939],[2134,1989]]},{"area":"2c1","points":[[1750,1750],[1778,1721],[1830,1738],[1809,1768]]},{"area":"2c4","points":[[1887,1795],[1915,1765],[1967,1783],[1941,1811]]},{"area":"2c7","points":[[2020,1840],[2047,1808],[2110,1827],[2085,1858]]},{"area":"2b8","points":[[2217,1810],[2257,1760],[2329,1784],[2284,1834]]},{"area":"2b5","points":[[2081,1762],[2116,1724],[2055,1705],[2023,1738]]},{"area":"2b3","points":[[1890,1695],[1921,1664],[1981,1683],[1949,1714]]},{"area":"2b1","points":[[1813,1674],[1844,1641],[1784,1621],[1749,1653]]},{"area":"2af","points":[[1678,1631],[1708,1600],[1653,1578],[1619,1610]]}],"imageType":"map","grid":{"type":"none","size":72,"distance":10},"id":"459","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/038-011.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/038-011-player.jpg"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":10},"width":2450,"height":3010,"mapParent":{"id":"459","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/039-012.jpg"},"title":"Map: Elevator Trap","width":1200,"height":3300,"mapRegions":[{"area":"225","points":[[237,799],[383,876],[668,723],[530,649]]},{"area":"1f6","points":[[665,1513],[807,1438],[944,1514],[803,1587]]},{"area":"1f4","points":[[801,1590],[660,1664],[382,1517],[520,1449]]},{"area":"1f4","points":[[800,2152],[662,2227],[373,2085],[518,2007]]},{"area":"1f2","points":[[799,2152],[947,2079],[682,1961],[555,2026]]},{"area":"24f","points":[[232,2869],[377,2798],[515,2879],[380,2952]]},{"area":"225","points":[[959,2435],[959,2486],[1039,2486],[1039,2435]]},{"area":"24f","points":[[343,1145],[343,1189],[417,1189],[417,1145]]}],"imageType":"map","grid":{"type":"none","size":157,"distance":10},"id":"46e","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/039-012.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/040-cos401.jpg"},"title":"Player Version","width":1200,"height":3300,"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":10},"mapParent":{"id":"46e"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/042-cos04-17.png"},"title":"Map: Traps in Area K73","width":1000,"height":1000,"mapRegions":[{"area":"28b","points":[[74,586],[74,661],[156,661],[156,586]]},{"area":"281","points":[[215,555],[215,628],[293,628],[293,555]]},{"area":"27d","points":[[351,587],[351,661],[425,661],[425,587]]},{"area":"274","points":[[486,621],[486,690],[557,690],[557,621]]},{"area":"279","points":[[620,557],[620,625],[694,625],[694,557]]}],"imageType":"map","grid":{"type":"square","size":68,"offsetX":14,"offsetY":12},"id":"483","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/042-cos04-17.webp"},"page":"adventure.html","source":"CoS","hash":"cos"}]},{"name":"Ch. 5: The Town of Vallaki","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/047-013.jpg"},"title":"Map 5.1: Vallaki (Area N)","width":1950,"height":1200,"mapRegions":[{"area":"3e8","points":[[128,976],[128,1042],[198,1042],[198,976]]},{"area":"330","points":[[710,559],[710,637],[782,637],[782,559]]},{"area":"333","points":[[1136,529],[1136,610],[1209,610],[1209,529]]},{"area":"35e","points":[[1088,727],[1088,800],[1159,800],[1159,727]]},{"area":"3df","points":[[1205,661],[1205,734],[1272,734],[1272,661]]},{"area":"3e4","points":[[1301,673],[1301,744],[1369,744],[1369,673]]},{"area":"3cf","points":[[1463,741],[1463,825],[1533,825],[1533,741]]},{"area":"3c9","points":[[1660,716],[1660,799],[1733,799],[1733,716]]},{"area":"39a","points":[[1295,429],[1295,509],[1364,509],[1364,429]]}],"imageType":"map","grid":{"type":"none","size":60,"distance":250},"id":"49f","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/047-013.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/048-cos05-02-player.jpg"},"title":"Player Version","width":1950,"height":1200,"imageType":"mapPlayer","grid":{"type":"none","size":60,"distance":250},"mapParent":{"id":"49f"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/050-014.jpg"},"title":"Map 5.2: Blue Water Inn (Area N2)","width":2400,"height":3300,"mapRegions":[{"area":"35a","points":[[1016,349],[1016,864],[1159,864],[1159,349]]},{"area":"346","points":[[566,1458],[566,1914],[928,1914],[928,1458]]},{"area":"358","points":[[938,1317],[938,1605],[1157,1605],[1157,1317]]},{"area":"356","points":[[1017,1611],[1017,1830],[1160,1830],[1160,1611]]},{"area":"34b","points":[[1162,1904],[1162,1315],[1241,1315],[1241,1904]]},{"area":"353","points":[[1091,1911],[1091,2054],[1232,2054],[1232,1911]]},{"area":"351","points":[[1242,1910],[1242,2056],[1603,2056],[1603,1910]]},{"area":"34f","points":[[1609,1837],[1609,2059],[1832,2059],[1832,1837]]},{"area":"34f","points":[[1607,1609],[1607,1831],[1831,1831],[1831,1609]]},{"area":"34d","points":[[1530,1610],[1530,1904],[1601,1904],[1601,1610]]},{"area":"349","points":[[940,1614],[940,1907],[1154,1907],[1154,1836],[1011,1836],[1011,1614]]},{"area":"343","points":[[567,2500],[567,2943],[936,2943],[936,2500]]},{"area":"341","points":[[944,2355],[944,2574],[1234,2574],[1234,2355]]},{"area":"345","points":[[1014,2873],[1014,2727],[942,2727],[942,2873]]},{"area":"33f","points":[[941,2941],[1165,2941],[1165,2577],[1015,2577],[1015,2874],[941,2874]]},{"area":"33a","points":[[1237,2358],[1237,2580],[1167,2580],[1167,2940],[1314,2940],[1314,3018],[1461,3018],[1461,2944],[1529,2944],[1529,2874],[1604,2874],[1604,2730],[1525,2730],[1525,2358]]},{"area":"339","points":[[1538,2343],[1538,2653],[1697,2653],[1697,2343]]},{"area":"338","points":[[1643,2846],[1643,3063],[1805,3063],[1805,2846]]}],"imageType":"map","grid":{"type":"square","size":74,"offsetX":-18,"offsetY":-15},"id":"4ce","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/050-014.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/051-cos501.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-18,"offsetY":-15},"mapParent":{"id":"4ce"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/055-015.jpg"},"title":"Map 5.3: Burgomaster's Mansion (Area N3)","width":2400,"height":3300,"mapRegions":[{"area":"38f","points":[[662,507],[662,692],[910,692],[910,507]]},{"area":"394","points":[[1483,509],[1483,884],[1733,884],[1733,509]]},{"area":"391","points":[[665,697],[665,880],[1478,880],[1478,506],[912,506],[912,697]]},{"area":"385","points":[[664,1399],[664,1578],[728,1578],[728,1644],[968,1644],[968,1399]]},{"area":"387","points":[[660,1647],[660,1836],[911,1836],[911,1647]]},{"area":"38d","points":[[664,1839],[664,1964],[911,1964],[911,1839]]},{"area":"37d","points":[[974,1902],[974,1519],[1229,1519],[1229,1902]]},{"area":"378","points":[[1293,1647],[1293,1902],[1483,1902],[1483,1647]]},{"area":"383","points":[[977,1397],[977,1516],[1104,1516],[1104,1397]]},{"area":"381","points":[[1103,1396],[1103,1518],[1227,1518],[1227,1396]]},{"area":"37b","points":[[1295,1396],[1295,1643],[1484,1643],[1484,1396]]},{"area":"375","points":[[914,1647],[914,1966],[664,1966],[664,2025],[1739,2025],[1739,1395],[1488,1395],[1488,1902],[1290,1902],[1290,1395],[1230,1395],[1230,1905],[972,1905],[972,1647]]},{"area":"373","points":[[664,2414],[664,2599],[849,2599],[849,2414]]},{"area":"371","points":[[665,2604],[665,3037],[848,3037],[848,2604]]},{"area":"36f","points":[[851,2415],[851,2659],[1164,2659],[1164,2415]]},{"area":"364","points":[[854,2665],[854,2791],[1485,2791],[1485,2855],[1730,2855],[1730,2415],[1604,2415],[1604,2542],[1486,2542],[1486,2665]]},{"area":"36d","points":[[1167,2415],[1167,2659],[1481,2659],[1481,2415]]},{"area":"36a","points":[[851,2793],[851,3041],[1102,3041],[1102,2793]]},{"area":"368","points":[[1104,2792],[1104,3043],[1482,3043],[1482,2792]]},{"area":"366","points":[[1487,2860],[1487,3041],[1732,3041],[1732,2860]]}],"imageType":"map","grid":{"type":"square","size":63,"offsetX":-34,"offsetY":9},"id":"4eb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/055-015.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/056-cos502.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":63,"offsetX":-34,"offsetY":9},"mapParent":{"id":"4eb"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/058-016.jpg"},"title":"Map 5.4: Wachterhaus (Area N4)","width":2400,"height":3300,"mapRegions":[{"area":"3b7","points":[[1354,667],[1354,440],[1578,440],[1578,667]]},{"area":"3bb","points":[[1351,672],[1351,969],[1575,969],[1575,672]]},{"area":"3b5","points":[[1350,1048],[1350,440],[1200,440],[1200,1048]]},{"area":"3b9","points":[[972,671],[972,821],[1195,821],[1195,671]]},{"area":"3b7","points":[[972,824],[972,1049],[1199,1049],[1199,824]]},{"area":"3c0","points":[[820,826],[820,973],[968,973],[968,826]]},{"area":"3be","points":[[1194,662],[1194,442],[820,442],[820,588],[750,588],[673,665],[673,744],[752,823],[967,823],[967,662]]},{"area":"3ac","points":[[823,1505],[823,1650],[1197,1650],[1197,1505]]},{"area":"3a7","points":[[1201,1506],[1201,1578],[1354,1578],[1354,1506]]},{"area":"3a8","points":[[1201,1579],[1201,1655],[1352,1655],[1352,1579]]},{"area":"3a6","points":[[1354,1506],[1354,1728],[1578,1728],[1578,1506]]},{"area":"3c3","points":[[1581,1554],[1581,1676],[1747,1676],[1747,1554]]},{"area":"3a3","points":[[1349,1958],[1349,1657],[1276,1657],[1276,1958]]},{"area":"3aa","points":[[1199,1656],[1199,1881],[1275,1881],[1275,1656]]},{"area":"3a1","points":[[1199,1956],[1199,2037],[1423,2037],[1423,1956]]},{"area":"3a5","points":[[1353,1884],[1353,1953],[1425,1953],[1425,2111],[1580,2111],[1580,1730],[1424,1730],[1424,1884]]},{"area":"3b2","points":[[969,1654],[750,1654],[677,1727],[677,1803],[749,1875],[969,1875]]},{"area":"3ae","points":[[973,1656],[973,1882],[1197,1882],[1197,1656]]},{"area":"3b0","points":[[822,2104],[822,1881],[1270,1881],[1270,1953],[1194,1953],[1194,2104]]},{"area":"3c7","points":[[817,2710],[817,3094],[1194,3094],[1194,2710]]},{"area":"3c3","points":[[1496,2555],[1496,2793],[1663,2793],[1663,2555]]},{"area":"3aa","points":[[1351,2867],[1351,2634],[1204,2634],[1204,2867]]},{"area":"3c5","points":[[1281,2484],[1281,2628],[1354,2628],[1354,2873],[1203,2873],[1203,3096],[1585,3096],[1585,2797],[1490,2797],[1490,2551],[1584,2551],[1584,2484]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":-12,"offsetY":-19},"id":"514","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/058-016.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/059-cos503.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-15,"offsetY":-19},"mapParent":{"id":"514"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/063-cos05-13.png"},"title":"Map 5.5: Coffin Maker's Shop (Area N6)","width":1000,"height":688,"mapRegions":[{"area":"3d5","points":[[167,328],[167,585],[277,585],[277,328]]},{"area":"3d9","points":[[574,325],[574,473],[685,473],[685,325]]},{"area":"3d7","points":[[573,475],[573,585],[685,585],[685,475]]},{"area":"3d7","points":[[315,436],[315,547],[279,547],[279,583],[424,583],[424,436]]},{"area":"3d1","points":[[170,178],[170,324],[281,324],[281,435],[424,435],[424,178]]},{"area":"3dc","points":[[576,178],[576,320],[690,320],[690,433],[725,433],[725,586],[834,586],[834,178]]}],"imageType":"map","grid":{"type":"square","size":75,"offsetX":-48,"offsetY":-24,"scale":2},"id":"5b4","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/063-cos05-13.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/064-cos504.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":179,"offsetX":-101,"offsetY":-48,"scale":2},"mapParent":{"id":"5b4","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/066-018.jpg"},"title":"Map 5.6: Vistani Camp (Area N9)","width":2400,"height":3300,"mapRegions":[{"area":"3f1","points":[[234,1252],[234,1491],[588,1491],[588,1252]]},{"area":"3f1","points":[[446,572],[446,936],[884,936],[884,572]]},{"area":"3f1","points":[[345,1711],[345,2123],[756,2123],[756,1711]]},{"area":"3ed","points":[[1118,2016],[1118,2379],[1340,2379],[1340,2016]]},{"area":"3f1","points":[[1700,1727],[1700,2118],[2086,2118],[2086,1727]]},{"area":"3f1","points":[[1859,1245],[1859,1483],[2259,1483],[2259,1245]]},{"area":"3f1","points":[[1570,577],[1570,946],[1982,946],[1982,577]]},{"area":"3f3","points":[[1132,1278],[1231,1232],[1327,1277],[1368,1371],[1328,1476],[1230,1507],[1129,1475],[1092,1364]]},{"area":"402","points":[[1158,982],[1158,1101],[1305,1101],[1305,982]]},{"area":"3fc","points":[[1160,1645],[1160,1793],[1310,1793],[1310,1645]]},{"area":"400","points":[[841,1286],[841,1436],[958,1436],[958,1286]]},{"area":"3f9","points":[[1498,1287],[1498,1448],[1624,1448],[1624,1287]]},{"area":"3fe","points":[[1033,1161],[1150,1093],[1108,994],[976,1062]]},{"area":"3fc","points":[[1308,1090],[1384,1006],[1489,1104],[1408,1176]]},{"area":"400","points":[[1420,1178],[1501,1117],[1596,1239],[1496,1277]]},{"area":"3fc","points":[[955,1301],[849,1246],[938,1113],[1032,1171]]},{"area":"3f6","points":[[865,1505],[960,1452],[1036,1569],[931,1628]]},{"area":"400","points":[[971,1685],[1032,1587],[1153,1660],[1095,1755]]},{"area":"3fe","points":[[1315,1652],[1410,1758],[1517,1655],[1427,1562]]},{"area":"3fe","points":[[1440,1563],[1561,1625],[1621,1491],[1495,1451]]},{"area":"3f7","points":[[1162,1250],[1110,1281],[1078,1367],[1114,1480],[1223,1522],[1339,1489],[1376,1384],[1432,1397],[1477,1462],[1424,1555],[1311,1630],[1156,1636],[1048,1580],[967,1442],[969,1289],[1036,1175],[1135,1177]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-11,"offsetY":-7,"distance":10},"id":"5ba","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/066-018.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/067-cos505.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":-11,"offsetY":-7,"distance":10},"mapParent":{"id":"5ba"}}]},{"name":"Ch. 6: Old Bonegrinder","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/072-019.jpg"},"title":"Map 6.1: Old Bonegrinder (Area O)","width":2400,"height":1650,"mapRegions":[{"area":"418","points":[[749,1090],[749,1162],[893,1162],[893,1090]]},{"area":"41b","points":[[758,985],[758,1043],[899,1043],[899,985]]},{"area":"41d","points":[[752,808],[752,881],[905,881],[905,808]]},{"area":"420","points":[[745,603],[745,678],[901,678],[901,603]]},{"area":"418","points":[[979,826],[979,1582],[1647,1582],[1647,826]]},{"area":"41d","points":[[977,67],[977,820],[1649,820],[1649,67]]},{"area":"420","points":[[1650,67],[1650,826],[2335,826],[2335,67]]},{"area":"41b","points":[[1651,826],[1651,1587],[2341,1587],[2341,826]]}],"imageType":"map","grid":{"type":"square","size":85,"offsetX":-43,"offsetY":-25},"id":"5cf","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/072-019.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/073-cos601.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":-43,"offsetY":-25},"mapParent":{"id":"5cf"}}]},{"name":"Ch. 7: Argynvostholt","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/077-020.jpg"},"title":"Map 7.1: Argynvostholt (Area Q)","width":4800,"height":6600,"mapRegions":[{"area":"46f","points":[[2251,988],[2251,542],[1793,542],[1793,988]]},{"area":"46c","points":[[2975,990],[2975,543],[3428,543],[3428,990]]},{"area":"467","points":[[2256,999],[2256,840],[2962,840],[2962,999]]},{"area":"472","points":[[2114,1001],[2114,1420],[2539,1420],[2539,1001]]},{"area":"469","points":[[2682,1000],[2682,1420],[3122,1420],[3122,1000]]},{"area":"455","points":[[2121,1572],[2121,1282],[1807,1282],[1807,1572]]},{"area":"457","points":[[2831,2141],[2831,1434],[2124,1434],[2124,2141]]},{"area":"455","points":[[2121,1989],[2121,2302],[1819,2302],[1819,1989]]},{"area":"45a","points":[[2121,2150],[2121,2675],[3116,2675],[3116,2150]]},{"area":"44b","points":[[3535,1570],[3535,1268],[3847,1268],[3847,1570]]},{"area":"44b","points":[[3532,2002],[3532,2311],[3862,2311],[3862,2002]]},{"area":"465","points":[[3268,1581],[3268,1992],[3988,1992],[3988,1581]]},{"area":"463","points":[[2836,1572],[2836,1781],[3109,1781],[3109,1755],[2932,1572]]},{"area":"461","points":[[2838,1790],[2838,1996],[2930,1996],[3108,1818],[3108,1790]]},{"area":"45f","points":[[2838,1434],[2838,1563],[2936,1563],[3126,1753],[3126,1820],[2938,2008],[2839,2008],[2839,2138],[3222,2138],[3254,2106],[3254,1480],[3211,1434]]},{"area":"450","points":[[3922,626],[3922,1232],[4507,1232],[4507,626]]},{"area":"43c","points":[[2255,3582],[2255,3105],[1776,3105],[1776,3582]]},{"area":"43f","points":[[2968,3581],[2968,3118],[3445,3118],[3445,3581]]},{"area":"43e","points":[[2260,3581],[2260,3121],[2959,3121],[2959,3581]]},{"area":"437","points":[[2110,3590],[2110,4014],[2538,4014],[2538,3590]]},{"area":"444","points":[[2546,3593],[2546,4014],[2826,4014],[2826,3593]]},{"area":"442","points":[[2835,3588],[2835,4013],[3116,4013],[3116,3588]]},{"area":"42d","points":[[1836,4633],[1836,4102],[1477,4102],[1477,4633]]},{"area":"42b","points":[[937,4133],[937,4615],[1279,4615],[1279,4133]]},{"area":"42f","points":[[2825,4021],[2825,4736],[1841,4736],[1841,4021]]},{"area":"446","points":[[2829,4021],[2829,4734],[3265,4734],[3265,4021]]},{"area":"448","points":[[3267,4159],[3267,4598],[3999,4598],[3999,4159]]},{"area":"44b","points":[[3535,4151],[3535,3987],[3840,3987],[3840,4151]]},{"area":"44b","points":[[3532,4604],[3532,4890],[3836,4890],[3836,4604]]},{"area":"435","points":[[2387,5578],[2387,6181],[2855,6181],[2855,5578]]},{"area":"44d","points":[[3271,3591],[3271,3981],[3916,3981],[3916,3591]]},{"area":"450","points":[[3997,3458],[3997,3566],[4068,3566],[4134,3632],[4134,3710],[4246,3710],[4246,3641],[4319,3568],[4400,3568],[4400,3458],[4318,3458],[4248,3388],[4248,3310],[4147,3310],[4147,3386],[4073,3458]]},{"area":"433","points":[[2118,4747],[2118,5285],[3123,5285],[3123,4747]]}],"imageType":"map","grid":{"type":"square","size":144,"offsetX":-44,"offsetY":-16,"distance":10},"id":"5eb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/077-020.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/078-cos701.jpg"},"title":"Player Version","width":4800,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":144,"offsetX":-44,"offsetY":-16,"distance":10},"mapParent":{"id":"5eb"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/079-021.jpg"},"title":"Map 7.2: Argynvostholt (Area Q) - Rooftop and Beacon","width":2400,"height":3300,"mapRegions":[{"area":"49d","points":[[655,478],[655,659],[859,659],[859,478]]},{"area":"49d","points":[[1188,459],[1188,665],[1389,665],[1389,459]]},{"area":"4a2","points":[[766,927],[766,770],[612,770],[612,927]]},{"area":"4a2","points":[[765,1142],[765,1314],[611,1314],[611,1142]]},{"area":"49a","points":[[961,909],[961,1083],[1140,1083],[1140,909]]},{"area":"49b","points":[[910,562],[910,754],[1132,754],[1132,562]]},{"area":"4a0","points":[[646,964],[646,1115],[892,1115],[892,964]]},{"area":"4a4","points":[[1275,1255],[1275,1496],[773,1496],[773,1255]]},{"area":"4a8","points":[[1497,989],[1497,1085],[1548,1136],[1636,1136],[1689,1083],[1689,989],[1639,939],[1549,939]]},{"area":"4ac","points":[[1555,931],[1555,777],[1409,777],[1409,931]]},{"area":"4ac","points":[[1562,1140],[1562,1293],[1408,1293],[1408,1140]]},{"area":"475","points":[[1195,817],[1195,932],[1345,932],[1345,817]]},{"area":"475","points":[[1345,1138],[1345,1232],[1180,1232],[1180,1138]]},{"area":"4a6","points":[[1316,971],[1316,1097],[1452,1097],[1452,971]]},{"area":"4ac","points":[[1996,923],[1996,774],[1830,774],[1830,923]]},{"area":"4ac","points":[[1987,1147],[1987,1302],[1832,1302],[1832,1147]]},{"area":"4b1","points":[[1931,482],[1931,581],[1980,630],[2072,630],[2124,578],[2124,480],[2073,429],[1983,429]]},{"area":"4aa","points":[[1930,984],[1930,1086],[1981,1137],[2072,1137],[2123,1086],[2123,987],[2070,934],[1987,934]]},{"area":"48b","points":[[985,2222],[985,2085],[1054,2085],[1054,2222]]},{"area":"474","points":[[766,2437],[766,2289],[617,2289],[617,2437]]},{"area":"474","points":[[770,2656],[770,2809],[620,2809],[620,2656]]},{"area":"476","points":[[776,2730],[776,2993],[1275,2993],[1275,2730]]},{"area":"475","points":[[1271,2659],[1271,2814],[1427,2814],[1427,2659]]},{"area":"44b","points":[[1476,2659],[1476,2818],[1653,2818],[1653,2659]]},{"area":"44b","points":[[1484,2439],[1484,2287],[1637,2287],[1637,2439]]},{"area":"475","points":[[1268,2439],[1268,2292],[1424,2292],[1424,2439]]},{"area":"496","points":[[983,2366],[983,2229],[1054,2229],[1054,2366]]},{"area":"484","points":[[975,2361],[975,2088],[844,2088],[777,2155],[777,2361]]},{"area":"48d","points":[[768,2148],[838,2078],[838,1920],[605,1920],[605,2148]]},{"area":"498","points":[[1197,2079],[1272,2154],[1432,2154],[1432,1924],[1197,1924]]},{"area":"48f","points":[[1060,2366],[1060,2084],[1193,2084],[1268,2159],[1268,2366]]},{"area":"47a","points":[[1058,2650],[1058,2515],[1123,2450],[1197,2450],[1197,2650]]},{"area":"47c","points":[[1202,2448],[1202,2651],[1342,2651],[1342,2448]]},{"area":"478","points":[[986,2374],[986,2517],[1052,2517],[1119,2450],[1119,2374]]},{"area":"47e","points":[[981,2649],[981,2446],[682,2446],[637,2491],[637,2613],[671,2649]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":47,"offsetY":63,"distance":10},"id":"602","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/079-021.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/080-cos702.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":47,"offsetY":63,"distance":10},"mapParent":{"id":"602"}}]},{"name":"Ch. 8: The Village of Krezk","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/083-022.jpg"},"title":"Map 8.1: The Village of Krezk (Area S)","width":1950,"height":2475,"mapRegions":[{"area":"4c9","points":[[770,667],[770,812],[916,812],[916,667]]},{"area":"4cc","points":[[908,1043],[908,1178],[1031,1178],[1031,1043]]},{"area":"4c3","points":[[855,1292],[855,1407],[954,1407],[954,1292]]},{"area":"4c0","points":[[874,1469],[874,1581],[1017,1581],[1017,1469]]},{"area":"4be","points":[[645,1714],[645,1848],[795,1848],[795,1714]]},{"area":"4c0","points":[[179,1999],[179,2070],[380,2070],[380,1999]]}],"imageType":"map","grid":{"type":"square","size":61,"offsetX":-37,"offsetY":-15,"distance":50},"id":"619","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/083-022.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/084-cos801.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-37,"offsetY":-15,"distance":50},"mapParent":{"id":"619"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/086-023.jpg"},"title":"Map 8.2: Abbey of Saint Markovia - Ground Floor","width":2400,"height":3300,"mapRegions":[{"area":"4ec","points":[[757,2211],[757,2547],[1093,2547],[1093,2211]]},{"area":"4cf","points":[[329,2052],[329,2274],[550,2274],[550,2052]]},{"area":"4d4","points":[[1134,2588],[1134,2713],[1271,2713],[1271,2588]]},{"area":"4d6","points":[[877,2597],[877,2691],[973,2691],[973,2597]]},{"area":"4d4","points":[[419,2284],[419,2397],[529,2397],[529,2284]]},{"area":"4cc","points":[[1302,2883],[1302,3028],[1440,3028],[1440,2883]]},{"area":"4e6","points":[[1162,2547],[1162,2506],[1376,2506],[1376,2547]]},{"area":"4e6","points":[[1099,2480],[1099,2416],[1142,2416],[1142,2480]]},{"area":"4e6","points":[[1099,2273],[1099,2345],[1138,2345],[1138,2273]]},{"area":"4e0","points":[[1160,2136],[1232,2069],[1282,2115],[1215,2179]]},{"area":"4e0","points":[[1302,1996],[1350,2044],[1420,1972],[1371,1928]]},{"area":"4de","points":[[1284,2110],[1348,2045],[1298,1997],[1236,2064]]},{"area":"4e5","points":[[1441,2402],[1645,2200],[1596,2157],[1395,2362]]},{"area":"4e1","points":[[1326,2165],[1326,2246],[1412,2246],[1412,2165]]},{"area":"4e3","points":[[1410,2113],[1410,2208],[1516,2208],[1516,2113]]},{"area":"4e6","points":[[1783,2132],[1783,1924],[1747,1924],[1747,2132]]},{"area":"4e6","points":[[1646,1863],[1646,1899],[1720,1899],[1720,1863]]},{"area":"4e8","points":[[1573,1970],[1573,2082],[1665,2082],[1665,1970]]},{"area":"4d8","points":[[1315,1247],[1315,1101],[1220,1101],[1220,1247]]},{"area":"4da","points":[[1231,493],[1182,546],[1145,623],[1132,681],[1211,1097],[1320,1097],[1320,1187],[1428,1187],[1428,1150],[1743,1150],[1734,1061],[1691,936],[1624,807],[1570,701],[1547,619],[1490,503]]},{"area":"4f4","points":[[1641,1723],[1641,1171],[1583,1171],[1583,1723]]},{"area":"4f2","points":[[1444,1729],[1444,1852],[1514,1852],[1514,1924],[1574,1924],[1574,1789],[1722,1789],[1722,1859],[1783,1859],[1783,1729]]},{"area":"4f7","points":[[1442,1588],[1442,1720],[1576,1720],[1576,1588]]},{"area":"4f9","points":[[1443,1445],[1443,1584],[1580,1584],[1580,1445]]},{"area":"4fb","points":[[1444,1312],[1444,1441],[1576,1441],[1576,1312]]},{"area":"4fd","points":[[1444,1175],[1444,1307],[1579,1307],[1579,1175]]},{"area":"506","points":[[1645,1172],[1645,1307],[1789,1307],[1789,1172]]},{"area":"504","points":[[1645,1312],[1645,1441],[1788,1441],[1788,1312]]},{"area":"501","points":[[1648,1449],[1648,1584],[1785,1584],[1785,1449]]},{"area":"4ff","points":[[1648,1590],[1648,1722],[1785,1722],[1785,1590]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-3,"offsetY":-3,"distance":10},"id":"631","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/086-023.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/087-cos802.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":-3,"offsetY":-3,"distance":10},"mapParent":{"id":"631"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/090-024.jpg"},"title":"Map 8.3: Abbey of Saint Markovia - Upper Floor & Cellar","width":2400,"height":1650,"mapRegions":[{"area":"50b","points":[[542,409],[542,756],[885,756],[885,409]]},{"area":"508","points":[[1507,408],[1507,756],[1857,756],[1857,408]]},{"area":"518","points":[[1234,1367],[1234,1104],[1504,1104],[1504,1233],[1301,1233],[1301,1367]]},{"area":"51a","points":[[1510,1104],[1510,1303],[1919,1303],[1919,1104]]},{"area":"51c","points":[[1506,1308],[1506,1440],[1642,1440],[1642,1308]]},{"area":"521","points":[[1646,1308],[1646,1442],[1779,1442],[1779,1308]]},{"area":"522","points":[[1784,1308],[1784,1440],[1924,1440],[1924,1308]]},{"area":"515","points":[[1502,1240],[1502,1436],[1235,1436],[1235,1375],[1308,1375],[1308,1240]]},{"area":"512","points":[[1227,1437],[1227,1092],[891,756],[548,756],[548,1089],[687,1089],[897,1299],[897,1437]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":-10,"offsetY":-5,"distance":10},"id":"6bb","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/090-024.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/091-cos803.jpg"},"title":"Player Version","width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":10069,"offsetX":-10,"offsetY":-5,"distance":10},"mapParent":{"id":"6bb"}}]},{"name":"Ch. 9: Tsolenka Pass","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/095-025.jpg"},"title":"Map 9.1: Tsolenka Pass (Area T)","width":2400,"height":3300,"mapRegions":[{"area":"543","points":[[763,646],[763,823],[1018,823],[1018,646]]},{"area":"541","points":[[789,830],[789,1256],[991,1256],[991,830]]},{"area":"53f","points":[[776,1258],[776,1411],[1011,1411],[1011,1258]]},{"area":"532","points":[[1340,2545],[1340,2646],[1536,2646],[1536,2545]]},{"area":"535","points":[[1333,2505],[1333,2411],[1539,2411],[1539,2505]]},{"area":"534","points":[[1762,2584],[1762,2828],[2194,2828],[2194,2584]]},{"area":"536","points":[[1540,2350],[1540,2296],[1607,2229],[1665,2229],[1732,2296],[1732,2356],[1665,2423],[1609,2423]]},{"area":"539","points":[[1811,1882],[1811,1817],[1880,1748],[1939,1748],[2010,1819],[2010,1884],[1946,1948],[1872,1948]]},{"area":"53b","points":[[1817,1541],[1817,1476],[1878,1415],[1942,1415],[2002,1475],[2002,1540],[1939,1603],[1878,1603]]}],"imageType":"map","grid":{"type":"square","size":68,"offsetX":47,"offsetY":46,"distance":10},"id":"6bc","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/095-025.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/096-cos901.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":47,"offsetY":46,"distance":10},"mapParent":{"id":"6bc"}}]},{"name":"Ch. 10: The Ruins of Berez","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/099-026.jpg"},"title":"Map 10.1: The Ruins of Berez (Area U)","width":1575,"height":1575,"mapRegions":[{"area":"563","points":[[405,741],[405,568],[257,568],[257,741]]},{"area":"565","points":[[77,737],[77,873],[195,873],[195,737]]},{"area":"554","points":[[391,779],[391,992],[589,992],[589,779]]},{"area":"55c","points":[[499,515],[499,638],[619,638],[619,515]]},{"area":"552","points":[[392,390],[515,461],[553,391],[598,341],[664,306],[632,212],[556,207],[464,297]]},{"area":"552","points":[[664,621],[635,718],[636,823],[687,861],[790,843],[953,661],[819,552],[748,607]]},{"area":"569","points":[[1142,705],[1142,811],[1248,811],[1248,705]]}],"imageType":"map","grid":{"type":"square","size":82,"offsetX":-32,"scale":2,"distance":100},"id":"6bd","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/099-026.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/100-cos1002.jpg"},"title":"Player Version","width":1575,"height":1575,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":-32,"scale":2,"distance":100},"mapParent":{"id":"6bd"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/101-cos10-02.jpg"},"title":"Map 10.2: {@creature Baba Lysaga|CoS}'s Creeping Hut","width":1000,"height":1000,"mapRegions":[{"area":"55c","points":[[375,440],[375,684],[618,684],[618,440]]}],"imageType":"map","grid":{"type":"square","size":80,"offsetX":-21,"offsetY":-37},"id":"6be","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/101-cos10-02.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/102-cos1001.jpg"},"title":"Player Version","width":1125,"height":1125,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":-23,"offsetY":-42},"mapParent":{"id":"6be","autoScale":true}}]},{"name":"Ch. 11: Van Richten's Tower","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/105-027.jpg"},"title":"Map 11.1: Van Richten's Tower (Area V)","width":1200,"height":3300,"mapRegions":[{"area":"588","points":[[371,715],[371,635],[410,635],[410,600],[511,499],[554,499],[554,462],[632,462],[632,494],[665,494],[776,605],[776,631],[816,631],[816,720],[780,720],[780,753],[673,860],[637,860],[637,897],[554,897],[554,862],[517,862],[410,755],[410,715]]},{"area":"586","points":[[451,1253],[523,1181],[672,1181],[738,1247],[738,1389],[667,1460],[515,1460],[451,1394]]},{"area":"580","points":[[441,1241],[515,1167],[515,1075],[356,1075],[356,1241]]},{"area":"580","points":[[430,2005],[430,1815],[516,1729],[573,1729],[573,1637],[256,1637],[256,2005]]},{"area":"584","points":[[451,1823],[451,1962],[522,2033],[677,2033],[744,1966],[744,1824],[668,1748],[520,1748]]},{"area":"582","points":[[451,2394],[451,2534],[528,2611],[671,2611],[742,2540],[742,2395],[664,2317],[527,2317]]},{"area":"580","points":[[428,2571],[428,2387],[515,2300],[569,2300],[569,2217],[249,2217],[249,2571]]},{"area":"57c","points":[[494,2626],[494,2769],[680,2769],[680,2626]]},{"area":"578","points":[[680,2766],[680,2889],[994,2889],[994,2766]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-13,"offsetY":-15},"id":"6bf","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/105-027.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/106-cos1101.jpg"},"title":"Player Version","width":1200,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-13,"offsetY":-15},"mapParent":{"id":"6bf"}}]},{"name":"Ch. 12: The Wizard of Wines","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/111-028.jpg"},"title":"Map 12.1: Wizard of Wines Winery (Area W)","width":2400,"height":3300,"mapRegions":[{"area":"5a4","points":[[371,652],[371,837],[497,837],[497,652]]},{"area":"5c5","points":[[623,452],[623,662],[763,662],[763,452]]},{"area":"5c3","points":[[769,449],[769,660],[1052,660],[1052,449]]},{"area":"5c1","points":[[1059,449],[1059,662],[1268,662],[1268,449]]},{"area":"5be","points":[[1275,450],[1275,660],[1483,660],[1483,450]]},{"area":"5bb","points":[[1492,451],[1492,808],[1775,808],[1775,451]]},{"area":"5b0","points":[[1489,949],[1489,1115],[1664,1115],[1664,949]]},{"area":"5ae","points":[[696,947],[696,1113],[526,1113],[526,947]]},{"area":"5a3","points":[[379,1450],[379,1621],[491,1621],[491,1450]]},{"area":"5a4","points":[[369,1669],[369,1851],[503,1851],[503,1669]]},{"area":"5a6","points":[[544,1749],[544,1903],[692,1903],[692,1749]]},{"area":"5a1","points":[[620,1469],[620,1744],[1117,1744],[1117,1469]]},{"area":"5a8","points":[[698,1753],[698,2040],[1481,2040],[1481,1753]]},{"area":"5ae","points":[[692,1965],[503,1965],[503,2135],[692,2135]]},{"area":"5ab","points":[[906,2048],[906,2197],[1280,2197],[1280,2048]]},{"area":"5b0","points":[[1487,1968],[1487,2134],[1654,2134],[1654,1968]]},{"area":"59b","points":[[1493,1817],[1779,1817],[1779,1454],[1493,1454]]},{"area":"59a","points":[[1786,1452],[1786,1682],[2071,1682],[2071,1452]]},{"area":"59f","points":[[1129,1466],[1129,1676],[1204,1676],[1204,1745],[1342,1745],[1342,1466]]},{"area":"59d","points":[[1346,1465],[1346,1745],[1480,1745],[1480,1465]]},{"area":"5ae","points":[[701,2840],[701,2998],[521,2998],[521,2840]]},{"area":"5b0","points":[[1486,2842],[1486,3003],[1650,3003],[1650,2842]]},{"area":"5b2","points":[[1428,2915],[1428,3064],[1104,3064],[1104,2915]]},{"area":"5b8","points":[[1054,2836],[1054,2604],[686,2604],[686,2552],[760,2512],[898,2468],[1076,2462],[1276,2492],[1417,2546],[1417,2603],[1126,2603],[1126,2836]]},{"area":"5b5","points":[[625,2630],[625,2830],[710,2830],[710,2900],[1477,2900],[1477,2832],[1555,2832],[1555,2629],[1135,2629],[1135,2848],[1043,2848],[1043,2630]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":25},"id":"6c0","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/111-028.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/112-cos1201.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":25},"mapParent":{"id":"6c0"}}]},{"name":"Ch. 13: The Amber Temple","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/117-029.jpg"},"title":"Map 13.1: Amber Temple (Area X) - Upper Level","width":2400,"height":3300,"mapRegions":[{"area":"624","points":[[982,585],[982,958],[1346,958],[1346,585],[1280,585],[1257,540],[1213,506],[1130,497],[1083,524],[1046,585]]},{"area":"620","points":[[823,656],[968,656],[968,729],[823,729]]},{"area":"622","points":[[901,741],[901,884],[963,884],[963,741]]},{"area":"61d","points":[[889,957],[889,745],[667,745],[613,764],[584,807],[580,882],[606,938],[666,957]]},{"area":"61a","points":[[892,1039],[743,1039],[743,963],[892,963]]},{"area":"615","points":[[1048,1043],[1048,1191],[740,1191],[740,1043]]},{"area":"617","points":[[1051,1045],[1051,1191],[1128,1191],[1128,1045]]},{"area":"5f9","points":[[1202,1043],[1202,1191],[1276,1191],[1276,1043]]},{"area":"5f7","points":[[1281,1044],[1281,1189],[1585,1189],[1585,1044]]},{"area":"5fb","points":[[1432,885],[1432,1036],[1500,1036],[1500,966],[1741,966],[1741,885]]},{"area":"5f5","points":[[1279,1197],[1279,1349],[1501,1349],[1501,1197]]},{"area":"613","points":[[820,1198],[820,1347],[908,1347],[908,1267],[971,1267],[1048,1224],[1048,1198]]},{"area":"610","points":[[817,1415],[817,1196],[516,1196],[475,1216],[442,1266],[437,1344],[468,1395],[515,1415]]},{"area":"604","points":[[674,1429],[674,1951],[809,1951],[809,1429]]},{"area":"60b","points":[[439,1498],[439,1643],[659,1643],[659,1498]]},{"area":"607","points":[[518,1656],[518,1726],[661,1726],[661,1656]]},{"area":"609","points":[[439,1735],[439,1878],[661,1878],[661,1735]]},{"area":"60f","points":[[505,1723],[505,1653],[281,1653],[281,1808],[366,1808],[366,1723]]},{"area":"5e1","points":[[978,2029],[978,1803],[828,1803],[828,1357],[913,1357],[913,1274],[973,1274],[1054,1232],[1054,1204],[1272,1204],[1272,1354],[1499,1354],[1499,1802],[1344,1802],[1344,2029]]},{"area":"5dd","points":[[824,1809],[824,2181],[1504,2181],[1504,1810],[1351,1810],[1351,2031],[967,2031],[967,1809]]},{"area":"5db","points":[[824,2193],[824,2336],[966,2336],[966,2193]]},{"area":"5ff","points":[[811,1963],[811,2175],[514,2175],[456,2143],[433,2072],[458,1998],[517,1963]]},{"area":"603","points":[[587,2191],[587,2267],[748,2267],[748,2191]]},{"area":"5d7","points":[[976,2194],[976,2337],[1117,2337],[1117,2194]]},{"area":"5d5","points":[[1128,2187],[1128,2434],[1201,2434],[1201,2187]]},{"area":"5d8","points":[[1209,2192],[1209,2341],[1349,2341],[1349,2192]]},{"area":"5db","points":[[1358,2193],[1358,2341],[1505,2341],[1505,2193]]},{"area":"5ec","points":[[1662,2191],[1662,2268],[1818,2268],[1818,2191]]},{"area":"5e9","points":[[1509,1963],[1509,2341],[1655,2341],[1655,2182],[1817,2182],[1867,2159],[1891,2110],[1891,2034],[1839,1970],[1807,1963]]},{"area":"5ee","points":[[1511,1429],[1651,1429],[1651,1949],[1511,1949]]},{"area":"5f0","points":[[1669,1498],[1669,1879],[1888,1879],[1971,1850],[2044,1737],[2045,1650],[1971,1542],[1891,1498]]},{"area":"5f3","points":[[1513,1413],[1513,1199],[1766,1199],[1777,1234],[1744,1268],[1742,1315],[1765,1344],[1795,1335],[1853,1397],[1811,1413]]},{"area":"5d1","points":[[956,2441],[956,2610],[1378,2610],[1378,2441]]},{"area":"5d3","points":[[432,2519],[432,2312],[377,2272],[305,2263],[295,2335],[306,2388],[289,2428],[289,2519]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":-14,"offsetY":-18,"distance":10},"id":"6c1","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/117-029.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/118-cos1301.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":-14,"offsetY":-18,"distance":10},"mapParent":{"id":"6c1"}},{"type":"image","href":{"type":"internal","path":"adventure/CoS/120-030.jpg"},"title":"Map 13.2: Amber Temple (Area X) - Lower Level","width":2400,"height":3300,"mapRegions":[{"area":"643","points":[[554,966],[554,1013],[528,1039],[478,1039],[478,1119],[527,1119],[551,1143],[551,1183],[625,1183],[625,1143],[654,1114],[700,1114],[700,1046],[651,1046],[622,1017],[622,966]]},{"area":"648","points":[[469,1272],[469,1346],[426,1346],[397,1375],[397,1420],[324,1420],[324,1376],[292,1344],[251,1344],[251,1272],[293,1272],[322,1243],[322,1194],[396,1194],[396,1242],[424,1272]]},{"area":"65b","points":[[249,1505],[249,1639],[463,1639],[463,1505]]},{"area":"659","points":[[245,1661],[245,1805],[467,1805],[467,1661]]},{"area":"657","points":[[482,1204],[482,2101],[701,2101],[701,1204]]},{"area":"60f","points":[[319,1878],[319,2042],[474,2042],[474,1953],[396,1953],[396,1878]]},{"area":"64d","points":[[554,2121],[554,2158],[526,2186],[475,2186],[475,2258],[522,2258],[559,2295],[559,2341],[626,2341],[626,2291],[654,2263],[703,2263],[703,2186],[652,2186],[625,2159],[625,2121]]},{"area":"629","points":[[709,2340],[709,2570],[932,2570],[932,2340]]},{"area":"626","points":[[1011,2266],[1011,2646],[1392,2646],[1392,2266]]},{"area":"62b","points":[[1464,2336],[1464,2572],[1703,2572],[1703,2336]]},{"area":"5e7","points":[[705,1582],[705,1731],[856,1731],[856,1582]]},{"area":"65e","points":[[856,1339],[856,1118],[934,1118],[940,1072],[982,1039],[1029,1042],[1077,1075],[1087,1116],[1152,1116],[1152,1339]]},{"area":"660","points":[[1246,1338],[1246,1119],[1318,1119],[1336,1070],[1372,1042],[1419,1044],[1459,1067],[1475,1117],[1540,1117],[1540,1338]]},{"area":"666","points":[[1012,736],[1012,785],[983,814],[935,814],[935,883],[983,883],[1013,913],[1013,960],[1134,960],[1162,988],[1162,1032],[1235,1032],[1235,989],[1260,964],[1387,964],[1387,914],[1416,885],[1468,885],[1468,813],[1416,813],[1385,782],[1385,737],[1310,737],[1285,687],[1233,657],[1170,654],[1113,686],[1082,736]]},{"area":"665","points":[[1306,969],[1306,1044],[1475,1044],[1475,969]]},{"area":"5e5","points":[[861,1352],[861,1567],[1159,1567],[1159,1352]]},{"area":"5df","points":[[1021,1579],[1021,2065],[1381,2065],[1381,1579]]},{"area":"5e1","points":[[1165,1356],[1165,1567],[1372,1567],[1372,1356]]},{"area":"5e6","points":[[1022,2070],[1022,2210],[1389,2210],[1389,2070]]},{"area":"5e7","points":[[1693,1576],[1693,1736],[1543,1736],[1543,1576]]},{"area":"62d","points":[[1692,2107],[1923,2107],[1923,1473],[1872,1468],[1849,1445],[1814,1480],[1768,1477],[1751,1521],[1692,1529]]},{"area":"655","points":[[1929,1496],[1929,1649],[2158,1649],[2158,1496]]},{"area":"652","points":[[1930,1656],[1930,1807],[2157,1807],[2157,1656]]},{"area":"5fb","points":[[1692,1042],[1692,1115],[1771,1115],[1771,1216],[1862,1216],[1862,1042]]},{"area":"5fd","points":[[1743,1214],[1921,1214],[1921,1376],[1822,1376],[1743,1300]]},{"area":"63d","points":[[1932,1268],[1932,1350],[1978,1350],[2003,1375],[2003,1422],[2076,1422],[2076,1379],[2106,1349],[2149,1349],[2149,1273],[2101,1273],[2072,1244],[2072,1195],[2003,1195],[2003,1240],[1974,1268]]},{"area":"638","points":[[1934,1958],[1934,2034],[1970,2034],[2002,2066],[2002,2106],[2074,2106],[2074,2068],[2105,2037],[2149,2037],[2149,1959],[2101,1959],[2074,1932],[2074,1881],[2002,1881],[2002,1928],[1972,1958]]},{"area":"633","points":[[1774,2123],[1774,2162],[1744,2192],[1694,2192],[1694,2259],[1746,2259],[1779,2292],[1779,2335],[1843,2335],[1843,2291],[1874,2260],[1921,2260],[1921,2191],[1870,2191],[1839,2160],[1839,2123]]}],"imageType":"map","grid":{"type":"square","size":76,"offsetX":21,"offsetY":-19,"distance":10},"id":"6c2","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/120-030.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/121-cos1302.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":76,"offsetX":21,"offsetY":-19,"distance":10},"mapParent":{"id":"6c2"}}]},{"name":"Ch. 14: Yester Hill","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/124-031.jpg"},"title":"Map 14.1: Yester Hill (Area Y)","width":1950,"height":2475,"mapRegions":[{"area":"677","points":[[863,668],[863,762],[970,762],[970,668]]},{"area":"675","points":[[1409,511],[1409,601],[1506,601],[1506,511]]},{"area":"677","points":[[1356,1052],[1356,1143],[1433,1143],[1433,1052]]},{"area":"682","points":[[122,1050],[122,1146],[220,1146],[220,1050]]},{"area":"677","points":[[496,1320],[496,1416],[590,1416],[590,1320]]},{"area":"67e","points":[[677,1516],[685,1660],[769,1732],[864,1741],[932,1652],[973,1539],[839,1433],[731,1466]]},{"area":"677","points":[[653,1855],[653,1959],[756,1959],[756,1855]]},{"area":"677","points":[[1243,1690],[1243,1798],[1341,1798],[1341,1690]]},{"area":"679","points":[[1054,1135],[969,1146],[896,1210],[887,1316],[941,1379],[1011,1415],[1114,1372],[1155,1309],[1158,1228],[1088,1156]]}],"imageType":"map","grid":{"type":"square","size":54,"offsetX":-26,"offsetY":-8,"distance":50},"id":"6c3","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/124-031.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/125-cos1401.jpg"},"title":"Player Version","width":1950,"height":2475,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-26,"offsetY":-8,"distance":50},"mapParent":{"id":"6c3"}}]},{"name":"Ch. 15: Werewolf Den","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/127-032.jpg"},"title":"Map 15.1: Werewolf Den (Area Z)","width":2400,"height":3300,"mapRegions":[{"area":"6a6","points":[[556,1138],[556,1227],[728,1227],[728,1138]]},{"area":"6a0","points":[[1546,323],[1652,236],[1579,122],[1408,114],[1363,216]]},{"area":"6a6","points":[[1630,277],[1573,332],[1576,395],[1516,401],[1501,485],[1506,619],[1610,691],[1804,641],[2019,536],[2116,466],[1950,326],[1909,272],[1844,252],[1792,254],[1693,301]]},{"area":"69f","points":[[761,1323],[713,1287],[614,1300],[602,1377],[621,1431],[612,1464],[650,1516],[740,1508],[779,1441],[759,1365]]},{"area":"69e","points":[[617,1596],[557,1600],[527,1629],[527,1722],[561,1746],[613,1729],[650,1737],[688,1725],[707,1733],[738,1602]]},{"area":"6a0","points":[[837,1360],[836,1274],[823,1251],[827,1194],[848,1161],[926,1127],[978,1165],[971,1219],[968,1287],[984,1360],[932,1375],[874,1379]]},{"area":"6a2","points":[[1040,1354],[1129,1450],[1204,1593],[1278,1569],[1332,1588],[1470,1585],[1511,1525],[1473,1478],[1488,1435],[1574,1380],[1567,1200],[1536,1152],[1493,1120],[1489,1088],[1279,1072],[1249,1125],[1132,1161],[1130,1301],[1068,1299]]},{"area":"69c","points":[[691,2026],[1029,2033],[1115,2107],[1134,2030],[1106,1966],[1043,1954],[1061,1891],[1115,1888],[1197,1843],[1184,1810],[1128,1816],[1127,1743],[1192,1681],[1191,1596],[1121,1456],[1046,1369],[992,1364],[926,1383],[880,1384],[823,1369],[782,1384],[790,1438],[743,1510],[745,1601],[714,1736],[743,1764],[771,1810],[815,1792],[843,1811],[832,1969],[706,1962]]},{"area":"69a","points":[[1214,2254],[1280,2270],[1278,2471],[1341,2491],[1357,2418],[1412,2405],[1422,2347],[1483,2335],[1497,2190],[1497,2044],[1556,2016],[1570,1888],[1630,1877],[1642,1795],[1576,1739],[1543,1663],[1474,1665],[1430,1731],[1364,1756],[1353,1812],[1273,1827],[1235,1862],[1207,1847],[1123,1898],[1138,1940],[1186,1946],[1204,1982],[1210,2030],[1267,2039],[1288,2111],[1275,2195],[1219,2207]]},{"area":"694","points":[[1212,2260],[1273,2278],[1273,2488],[1199,2507],[1131,2504],[1045,2407],[1048,2262],[1114,2245],[1144,2325],[1171,2353],[1205,2302]]},{"area":"696","points":[[1125,2507],[1106,2555],[1003,2554],[972,2500],[991,2437],[974,2407],[933,2401],[919,2332],[850,2261],[707,2252],[652,2328],[481,2325],[459,2291],[459,2072],[475,2046],[609,2039],[669,2015],[703,2046],[1017,2048],[1086,2100],[1059,2150],[1051,2191],[1112,2192],[1126,2237],[1035,2258],[1036,2408]]},{"area":"691","points":[[1168,2866],[1309,3059],[1429,3041],[1518,2946],[1472,2741],[1422,2765],[1405,2639],[1344,2546],[1336,2498],[1283,2484],[1209,2514],[1133,2510],[1116,2550],[1148,2609],[1156,2753],[1221,2828]]}],"imageType":"map","grid":{"type":"square","size":74,"offsetX":14,"offsetY":36,"distance":10},"id":"6c4","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/127-032.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/128-cos1501.jpg"},"title":"Player Version","width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":14,"offsetY":36,"distance":10},"mapParent":{"id":"6c4"}}]},{"name":"App. B: Death House","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CoS/134-deathhousedm.jpg"},"title":"Map B.1: Death House","width":5455,"height":7500,"mapRegions":[{"area":"6eb","points":[[411,3019],[888,3019],[888,2957],[1079,2957],[1079,3021],[1388,3021],[1388,3673],[905,3673],[905,3510],[411,3510]]},{"area":"6e9","points":[[749,4171],[749,3683],[575,3683],[575,3522],[893,3522],[893,3686],[1082,3686],[1229,3707],[1346,3818],[1364,4007],[1284,4123],[1073,4171]]},{"area":"6ee","points":[[418,3688],[418,4006],[735,4006],[735,3688]]},{"area":"6ef","points":[[417,4012],[417,4175],[736,4175],[736,4012]]},{"area":"6f0","points":[[418,4182],[418,4830],[1400,4830],[1400,4182]]},{"area":"6dd","points":[[421,5177],[421,5636],[584,5636],[584,5821],[733,5821],[733,5649],[1047,5649],[1047,5177]]},{"area":"6db","points":[[1067,5167],[1067,5816],[1385,5816],[1385,5167]]},{"area":"6d8","points":[[1058,5826],[1058,5656],[740,5656],[740,5825],[422,5825],[422,6315],[1193,6315],[1296,6263],[1379,6142],[1377,5998],[1325,5896],[1205,5826]]},{"area":"6d7","points":[[418,6322],[418,6968],[736,6968],[736,6322]]},{"area":"6d9","points":[[743,6324],[743,6966],[1393,6966],[1393,6324]]},{"area":"6f7","points":[[1732,3032],[1732,3506],[2049,3506],[2049,3032]]},{"area":"6f8","points":[[2059,3030],[2059,3509],[2543,3509],[2543,3030]]},{"area":"6f5","points":[[1740,3693],[2210,3693],[2210,4418],[2037,4418],[2037,4500],[1890,4500],[1890,4416],[1740,4416]]},{"area":"6fd","points":[[1727,3518],[1727,3684],[1892,3684],[1892,3518]]},{"area":"6f2","points":[[1900,3519],[2549,3519],[2549,3469],[2707,3469],[2707,3844],[2542,3844],[2542,4170],[2231,4170],[2231,3674],[1900,3674]]},{"area":"6f4","points":[[2222,4182],[2222,4591],[2149,4591],[2149,4753],[2232,4753],[2232,4839],[2555,4839],[2555,4660],[2709,4660],[2709,4342],[2381,4342],[2381,4182]]},{"area":"6e1","points":[[1743,5172],[1743,5646],[1905,5646],[1905,5816],[2206,5816],[2206,5633],[2383,5633],[2383,5172]]},{"area":"6e4","points":[[2386,5168],[2386,5325],[2710,5325],[2710,5168]]},{"area":"6df","points":[[2221,5656],[2221,5816],[2717,5816],[2717,5332],[2393,5332],[2393,5656]]},{"area":"6de","points":[[1739,5832],[1739,6306],[2504,6306],[2606,6271],[2679,6172],[2702,6068],[2683,5982],[2601,5863],[2506,5832]]},{"area":"6e7","points":[[1743,6325],[1743,6966],[2711,6966],[2711,6325]]},{"area":"709","points":[[3042,1370],[2895,1370],[2895,1208],[2223,1208],[2223,1694],[2042,1694],[2042,2031],[2222,2031],[2222,2532],[2878,2532],[2878,2207],[3202,2207],[3202,2031],[3042,2031]]},{"area":"708","points":[[3230,736],[3230,1050],[2895,1050],[2895,1365],[3055,1365],[3055,1861],[3541,1861],[3541,1546],[3704,1546],[3704,736]]},{"area":"706","points":[[3547,1549],[3547,1703],[3867,1703],[3867,1549]]},{"area":"707","points":[[3552,1874],[3552,2024],[3858,2024],[3858,1874]]},{"area":"701","points":[[3869,1547],[3869,2019],[4517,2019],[4517,1547]]},{"area":"704","points":[[4521,1538],[4521,1703],[4851,1703],[4851,1538]]},{"area":"705","points":[[4526,1862],[4526,2032],[4849,2032],[4849,1862]]},{"area":"703","points":[[4521,1206],[4521,1367],[4872,1367],[4872,1206]]},{"area":"702","points":[[4521,876],[4521,1046],[4852,1046],[4852,876]]},{"area":"701","points":[[4351,875],[4351,1373],[4513,1373],[4513,875]]},{"area":"6ff","points":[[3717,1418],[3717,1140],[4034,1140],[4034,1418]]},{"area":"711","points":[[3868,2030],[3868,2523],[4519,2523],[4519,2030]]},{"area":"712","points":[[4522,2200],[4522,2361],[4692,2361],[4692,2200]]},{"area":"710","points":[[3307,2312],[3307,2546],[3680,2546],[3680,2312]]},{"area":"71f","points":[[3241,2562],[3241,2667],[3356,2667],[3356,2562]]},{"area":"714","points":[[3195,3181],[3195,2683],[3374,2683],[3374,3181]]},{"area":"713","points":[[3705,2702],[3705,2844],[3872,2844],[3872,3340],[4355,3340],[4355,3190],[4011,3190],[4011,2845],[4206,2845],[4206,3015],[4351,3015],[4351,2695],[4185,2695],[4185,2539],[3871,2539],[3871,2702]]},{"area":"71c","points":[[4351,3349],[4351,3846],[3853,3846],[3853,3349]]},{"area":"71d","points":[[3220,3522],[3220,3991],[3688,3991],[3688,3678],[3848,3678],[3848,3522]]},{"area":"716","points":[[4365,2869],[4365,3844],[4675,3844],[4675,3681],[4858,3681],[4858,3514],[4949,3480],[5016,3371],[5028,3190],[4962,3066],[4859,3018],[4851,2869]]},{"area":"71a","points":[[4525,2367],[4525,2859],[4826,2859],[4826,2367]]},{"area":"71f","points":[[3487,4264],[3487,4887],[4422,4887],[4422,4264]]},{"area":"714","points":[[3377,5134],[3377,4661],[3170,4661],[3170,5134]]},{"area":"720","points":[[3224,5149],[3224,6316],[3682,6316],[3682,5149]]},{"area":"723","points":[[3957,5036],[3957,5326],[4267,5326],[4267,5036]]},{"area":"724","points":[[3943,5152],[3698,5152],[3698,6483],[4076,6483],[4026,6631],[4094,6780],[4274,6792],[4346,6716],[4316,6479],[5018,6479],[5018,5154],[4279,5154],[4279,5329],[3943,5329]]}],"imageType":"map","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"id":"6c6","hrefThumbnail":{"type":"internal","path":"adventure/CoS/thumbnail/134-deathhousedm.webp"},"page":"adventure.html","source":"CoS","hash":"cos"},{"type":"image","href":{"type":"internal","path":"adventure/CoS/135-deathhouseplayer.jpg"},"title":"Player Version","width":5455,"height":7500,"imageType":"mapPlayer","grid":{"type":"square","size":165,"offsetX":80,"offsetY":54},"mapParent":{"id":"6c6"}}]}]},"SKT":{"id":"SKT","source":"SKT","prop":"adventure","chapters":[{"name":"Ch. 1: A Great Upheaval","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/SKT/006-skt01-02-1.webp"},"title":"Map 1.1: Nightstone","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":77,"offsetX":4,"offsetY":-24,"scale":2,"distance":10},"mapRegions":[{"area":"04a","points":[[1084,748],[1083,792],[1351,792],[1351,739],[1320,732],[1289,721],[1258,719],[1183,737],[1121,738]]},{"area":"02f","points":[[1437,809],[1457,785],[1484,800],[1467,828]]},{"area":"049","points":[[862,872],[1043,872],[1043,1023],[966,1023],[966,1009],[889,1009],[889,1025],[808,1025],[812,982],[830,934],[844,901]]},{"area":"044","points":[[854,1097],[846,1063],[853,1032],[892,1032],[892,1014],[960,1014],[960,1032],[1001,1032],[1001,1095],[963,1095],[963,1115],[893,1115],[893,1097]]},{"area":"04f","points":[[1105,911],[1141,911],[1163,889],[1166,875],[1235,875],[1235,911],[1252,925],[1237,948],[1236,990],[1253,1007],[1237,1022],[1237,1062],[1121,1062],[1121,1028],[1108,1008],[1124,992],[1124,947],[1105,945]]},{"area":"039","points":[[1356,908],[1444,911],[1457,929],[1466,939],[1467,1027],[1356,1027]]},{"area":"04b","points":[[1357,1030],[1357,1138],[1506,1138],[1506,1030]]},{"area":"030","points":[[1621,1177],[1655,1183],[1649,1214],[1618,1210]]},{"area":"035","points":[[1049,1071],[1049,1329],[1305,1329],[1305,1071]]},{"area":"02d","points":[[775,1145],[775,1252],[813,1252],[813,1145]]},{"area":"02e","points":[[885,808],[915,790],[929,821],[902,835]]},{"area":"03c","points":[[1507,1297],[1507,1337],[1568,1337],[1568,1297]]},{"area":"03e","points":[[1507,1450],[1507,1375],[1566,1375],[1566,1410],[1547,1410],[1547,1450]]},{"area":"05a","points":[[1218,1375],[1238,1375],[1238,1337],[1314,1337],[1314,1448],[1237,1448],[1237,1410],[1218,1410]]},{"area":"040","points":[[1200,1488],[1354,1488],[1354,1526],[1413,1526],[1413,1563],[1391,1563],[1391,1599],[1356,1599],[1356,1641],[1200,1641]]},{"area":"03b","points":[[1317,1297],[1355,1297],[1355,1240],[1388,1240],[1388,1257],[1427,1257],[1427,1301],[1467,1301],[1467,1445],[1317,1445]]},{"area":"038","points":[[893,1262],[1040,1262],[1040,1372],[1117,1372],[1117,1408],[893,1408]]},{"area":"037","points":[[815,1334],[847,1334],[847,1412],[791,1412],[791,1373],[810,1373]]},{"area":"02a","points":[[697,1175],[769,1163],[769,1245],[697,1219]]},{"area":"05d","points":[[915,1583],[943,1557],[978,1582],[948,1614]]},{"area":"034","points":[[825,1725],[836,1693],[870,1719],[854,1742]]},{"area":"042","points":[[1348,1681],[1277,1681],[1277,1743],[1311,1743],[1311,1717],[1348,1717]]},{"area":"032","points":[[1435,1714],[1463,1686],[1485,1711],[1466,1735]]},{"area":"060","points":[[1160,1759],[1160,2026],[1199,2026],[1199,1759]]},{"area":"061","points":[[1117,2030],[1160,2030],[1160,2053],[1197,2053],[1197,2027],[1237,2027],[1237,2111],[1196,2111],[1196,2081],[1163,2081],[1163,2112],[1117,2112]]},{"area":"063","points":[[1110,2081],[1099,2067],[1065,2083],[1023,2125],[994,2175],[982,2250],[1001,2326],[1028,2369],[1081,2408],[1151,2431],[1250,2423],[1320,2374],[1365,2311],[1368,2210],[1333,2130],[1284,2083],[1250,2061],[1243,2085],[1253,2128],[1290,2152],[1297,2196],[1271,2236],[1253,2279],[1241,2346],[1204,2364],[1145,2364],[1089,2365],[1062,2337],[1048,2302],[1066,2262],[1070,2234],[1050,2196],[1062,2141],[1105,2119]]},{"area":"06d","points":[[1075,2177],[1101,2148],[1132,2154],[1159,2178],[1199,2182],[1214,2151],[1243,2152],[1268,2161],[1271,2191],[1262,2215],[1243,2223],[1240,2258],[1218,2285],[1210,2324],[1212,2338],[1201,2307],[1159,2306],[1139,2332],[1105,2333],[1077,2308],[1089,2275],[1112,2266],[1115,2227],[1086,2206]]},{"area":"046","points":[[1999,1014],[2010,1010],[2008,997],[2028,987],[2045,986],[2045,1059],[2012,1059],[2012,1034],[1999,1034]]},{"area":"045","points":[[2050,971],[2122,971],[2122,986],[2160,986],[2160,1059],[2123,1059],[2123,1078],[2050,1078]]},{"area":"04d","points":[[2011,1270],[2011,1383],[2164,1383],[2164,1270]]},{"area":"04c","points":[[2013,1426],[2013,1537],[2162,1537],[2162,1426]]},{"area":"053","points":[[2010,1768],[2035,1772],[2054,1766],[2074,1745],[2080,1728],[2080,1801],[2010,1801]]},{"area":"055","points":[[2084,1729],[2137,1729],[2137,1764],[2156,1764],[2156,1801],[2084,1801]]},{"area":"056","points":[[2005,1844],[2080,1844],[2080,1916],[2025,1916],[2025,1880],[2005,1880]]},{"area":"057","points":[[2083,1916],[2083,1843],[2155,1843],[2155,1877],[2138,1877],[2138,1916]]},{"area":"051","points":[[2030,1998],[2028,1976],[2046,1961],[2076,1961],[2138,1961],[2138,2000],[2155,2000],[2155,2032],[2011,2032],[2011,1998]]},{"area":"050","points":[[2009,2078],[2025,2078],[2025,2039],[2138,2039],[2138,2079],[2157,2079],[2157,2110],[2139,2110],[2139,2151],[2025,2151],[2025,2113],[2009,2113]]},{"area":"061","points":[[2026,2359],[2026,2433],[2063,2433],[2063,2359]]},{"area":"061","points":[[2103,2358],[2103,2433],[2140,2433],[2140,2358]]},{"area":"06b","points":[[2108,2567],[2107,2526],[2116,2503],[2139,2496],[2162,2502],[2176,2521],[2174,2552],[2154,2567],[2129,2568]]},{"area":"06a","points":[[2068,2536],[2099,2536],[2099,2576],[2141,2576],[2141,2605],[2099,2605],[2099,2647],[2069,2647],[2069,2607],[2025,2607],[2025,2572],[2068,2572]]},{"area":"069","points":[[2060,2614],[2025,2614],[2007,2619],[1994,2630],[1987,2652],[1992,2669],[2007,2681],[2027,2683],[2044,2679],[2058,2666],[2060,2650]]},{"area":"066","points":[[2066,2766],[2103,2766],[2110,2751],[2120,2737],[2135,2729],[2153,2732],[2170,2738],[2178,2753],[2179,2767],[2179,2780],[2163,2797],[2163,2810],[2143,2810],[2143,2844],[2165,2846],[2175,2869],[2183,2881],[2179,2902],[2161,2919],[2131,2927],[2110,2915],[2091,2912],[2066,2912]]},{"area":"068","points":[[2007,2800],[1996,2792],[1991,2768],[1998,2742],[2018,2730],[2040,2733],[2059,2746],[2062,2766],[2062,2800]]},{"area":"069","points":[[2006,2848],[1993,2864],[1991,2893],[2002,2912],[2021,2918],[2042,2917],[2059,2900],[2059,2848]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/006-skt01-02-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/007-101.webp"},"title":"Player Version","mapParent":{"id":"fff"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":4,"offsetY":-24,"scale":2,"distance":10}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/SKT/010-drippingcaves.webp"},"title":"Map 1.2: Dripping Caves","width":2100,"height":1575,"imageType":"map","grid":{"type":"square","size":52,"offsetX":12},"mapRegions":[{"area":"08f","points":[[475,251],[460,236],[421,231],[417,211],[420,181],[456,152],[512,151],[533,168],[535,193],[546,198],[557,206],[579,210],[577,237],[556,257],[534,255],[519,266],[506,280],[506,293],[514,303],[522,315],[523,342],[495,358],[474,395],[431,409],[429,431],[438,440],[431,457],[409,470],[406,484],[374,504],[301,579],[273,571],[262,558],[249,525],[258,504],[260,489],[250,470],[223,462],[217,435],[219,414],[219,397],[245,372],[260,365],[254,347],[254,313],[276,279],[298,269],[310,249],[348,240],[372,245],[381,264],[403,268],[411,259],[424,260],[462,271]]},{"area":"08d","points":[[150,722],[156,699],[172,690],[185,677],[219,674],[234,682],[252,683],[265,666],[286,662],[323,666],[346,698],[356,733],[338,729],[315,709],[293,712],[271,732],[263,751],[263,771],[249,783],[228,799],[220,817],[204,829],[162,803],[149,777],[161,763],[163,729]]},{"area":"08b","points":[[427,567],[451,570],[450,590],[465,601],[477,612],[494,619],[514,621],[526,648],[533,659],[528,691],[501,712],[468,723],[436,699],[415,678],[414,654],[425,639],[427,626],[418,612],[417,592]]},{"area":"07b","points":[[620,749],[611,735],[590,728],[579,711],[575,673],[588,639],[614,628],[627,600],[627,576],[632,546],[641,521],[662,529],[666,562],[682,579],[683,611],[672,625],[666,660],[651,673],[633,679],[633,723]]},{"area":"07b","points":[[636,882],[666,887],[680,889],[692,886],[711,898],[720,918],[720,944],[728,956],[730,988],[701,974],[683,951],[670,921],[661,899],[646,891]]},{"area":"08a","points":[[109,991],[142,1007],[165,1003],[177,1005],[209,990],[216,979],[256,978],[258,989],[277,992],[305,994],[324,989],[351,971],[363,958],[367,941],[368,921],[409,898],[469,878],[503,879],[540,878],[551,924],[541,937],[508,934],[504,954],[512,966],[513,985],[524,1006],[522,1032],[497,1043],[483,1039],[476,1047],[466,1069],[443,1075],[414,1091],[370,1096],[356,1089],[350,1070],[329,1053],[310,1038],[300,1028],[274,1041],[247,1021],[244,1008],[223,1011],[205,1034],[180,1038],[165,1036],[133,1045],[109,1048]]},{"area":"080","points":[[416,1307],[420,1273],[433,1255],[455,1252],[455,1263],[480,1269],[481,1284],[483,1297],[483,1315],[452,1319],[431,1325]]},{"area":"080","points":[[482,1401],[499,1391],[517,1392],[521,1386],[551,1397],[560,1407],[551,1415],[547,1428],[527,1421],[509,1423],[496,1415]]},{"area":"080","points":[[571,1174],[564,1185],[547,1193],[530,1172],[539,1132],[550,1128],[556,1146],[563,1152],[570,1151]]},{"area":"080","points":[[647,1140],[645,1117],[655,1110],[652,1096],[635,1081],[633,1070],[673,1079],[684,1097],[684,1113],[690,1132],[677,1147],[664,1149]]},{"area":"080","points":[[834,1308],[838,1272],[857,1267],[885,1255],[908,1265],[901,1296],[873,1309],[855,1315]]},{"area":"080","points":[[782,1377],[798,1357],[812,1353],[832,1362],[829,1382],[854,1405],[857,1420],[835,1426],[813,1419],[793,1413],[786,1391]]},{"area":"081","points":[[371,1209],[378,1190],[388,1179],[416,1178],[406,1154],[386,1140],[354,1129],[324,1134],[306,1154],[309,1178],[284,1193],[275,1215],[257,1220],[242,1241],[251,1260],[268,1274],[290,1283],[286,1300],[290,1318],[302,1333],[315,1358],[341,1357],[356,1337],[369,1311],[362,1297],[334,1278],[319,1277],[309,1278],[302,1268],[305,1253],[309,1224],[302,1201],[318,1198],[327,1215],[321,1228],[323,1247],[344,1252],[360,1263],[377,1263],[403,1260],[421,1260],[419,1240],[417,1215],[398,1207]]},{"area":"07f","points":[[580,1185],[599,1168],[620,1155],[646,1154],[680,1164],[705,1161],[720,1151],[767,1172],[769,1194],[789,1209],[791,1233],[802,1249],[816,1265],[818,1307],[798,1323],[788,1345],[759,1373],[742,1358],[733,1340],[696,1341],[687,1312],[706,1302],[725,1305],[730,1289],[745,1284],[747,1264],[736,1253],[717,1250],[700,1260],[694,1277],[677,1288],[671,1313],[675,1353],[696,1362],[708,1376],[695,1399],[688,1417],[637,1419],[618,1407],[581,1398],[564,1379],[535,1364],[525,1346],[499,1325],[498,1286],[498,1250],[460,1223],[467,1204],[445,1198],[429,1157],[431,1139],[445,1152],[470,1167],[476,1186],[506,1188],[524,1204],[525,1223],[540,1249],[561,1252],[569,1267],[576,1287],[594,1303],[628,1300],[635,1267],[675,1252],[670,1229],[653,1219],[626,1207],[612,1218],[624,1251],[602,1252],[582,1245],[571,1225],[576,1204]]},{"area":"07b","points":[[798,1113],[824,1125],[847,1118],[859,1099],[894,1096],[900,1116],[927,1140],[964,1148],[989,1163],[991,1190],[1017,1199],[1043,1213],[1045,1250],[1005,1238],[995,1216],[964,1213],[935,1200],[906,1199],[886,1176],[877,1154],[844,1146],[809,1136]]},{"area":"07c","points":[[927,1043],[941,1021],[957,995],[980,982],[1005,985],[1025,998],[1046,1016],[1050,1039],[1047,1061],[1051,1084],[1089,1093],[1102,1118],[1096,1145],[1108,1175],[1101,1193],[1069,1194],[1043,1180],[1034,1168],[1014,1160],[1001,1131],[990,1103],[959,1093],[939,1081],[933,1065]]},{"area":"07b","points":[[1270,1217],[1310,1175],[1316,1145],[1323,1100],[1328,1075],[1359,1068],[1382,1041],[1411,1030],[1423,995],[1451,992],[1462,1014],[1463,1041],[1466,1071],[1454,1084],[1444,1119],[1432,1144],[1407,1141],[1392,1155],[1370,1161],[1359,1189],[1327,1201],[1295,1215]]},{"area":"07d","points":[[899,882],[890,820],[879,752],[879,731],[902,708],[950,664],[990,637],[1033,635],[1080,654],[1135,700],[1151,724],[1157,796],[1162,872],[1170,904],[1217,885],[1259,858],[1269,873],[1256,902],[1243,940],[1206,998],[1131,995],[1097,980],[1085,940],[1035,927],[971,909],[925,898]]},{"area":"07b","points":[[1418,676],[1417,703],[1425,732],[1414,776],[1415,820],[1437,832],[1461,843],[1482,867],[1498,867],[1482,841],[1477,794],[1478,781],[1455,757],[1444,723],[1436,693]]},{"area":"07e","points":[[1119,460],[1149,465],[1178,456],[1197,445],[1216,454],[1233,449],[1245,436],[1284,428],[1302,442],[1328,458],[1363,476],[1369,499],[1372,535],[1388,556],[1414,568],[1409,586],[1410,603],[1399,612],[1369,610],[1351,597],[1334,578],[1304,570],[1272,565],[1252,559],[1236,542],[1212,523],[1186,518],[1147,517],[1118,507],[1112,489]]},{"area":"089","points":[[956,258],[915,248],[881,243],[869,221],[865,208],[845,208],[827,227],[786,216],[782,198],[776,198],[758,198],[722,191],[718,176],[695,164],[684,149],[668,140],[694,147],[703,161],[718,162],[735,178],[766,184],[782,182],[800,188],[818,194],[839,180],[895,178],[896,190],[919,197],[954,194],[972,202],[995,197],[1031,191],[1066,204],[1087,223],[1116,232],[1143,239],[1168,245],[1192,246],[1208,254],[1243,256],[1262,256],[1298,229],[1338,225],[1365,221],[1345,232],[1323,248],[1303,247],[1288,260],[1270,281],[1246,294],[1237,303],[1205,285],[1190,274],[1174,286],[1150,282],[1126,286],[1095,279],[1070,271],[1039,266],[1011,259],[976,259]]},{"area":"086","points":[[1493,539],[1487,507],[1487,487],[1519,469],[1524,443],[1513,424],[1510,414],[1485,405],[1464,368],[1437,358],[1421,352],[1421,300],[1437,293],[1462,285],[1471,262],[1505,247],[1525,253],[1570,253],[1577,245],[1610,237],[1627,237],[1630,248],[1654,260],[1686,252],[1700,263],[1729,274],[1731,298],[1732,313],[1744,331],[1750,355],[1733,372],[1731,392],[1737,410],[1738,438],[1738,458],[1757,458],[1767,452],[1774,426],[1762,405],[1756,396],[1766,374],[1780,370],[1797,360],[1807,352],[1822,357],[1835,369],[1855,378],[1862,398],[1873,417],[1885,435],[1890,452],[1888,478],[1872,485],[1851,491],[1843,499],[1845,546],[1810,563],[1789,546],[1784,531],[1772,534],[1763,560],[1771,575],[1780,587],[1803,590],[1821,597],[1829,612],[1843,628],[1832,645],[1814,657],[1789,661],[1783,673],[1729,671],[1720,665],[1695,674],[1658,677],[1623,667],[1597,650],[1581,627],[1559,621],[1542,629],[1526,619],[1513,596],[1509,566],[1498,553]]},{"area":"082","points":[[1503,911],[1505,877],[1530,870],[1557,877],[1582,882],[1614,885],[1645,882],[1665,874],[1675,858],[1679,834],[1688,827],[1711,825],[1723,817],[1732,795],[1750,783],[1780,786],[1786,807],[1794,824],[1784,841],[1799,847],[1808,869],[1839,890],[1801,925],[1784,906],[1775,888],[1766,874],[1750,876],[1732,882],[1699,888],[1685,911],[1687,925],[1676,935],[1636,945],[1629,967],[1615,973],[1599,958],[1584,943],[1558,937],[1537,925],[1515,919]]},{"area":"083","points":[[1796,946],[1836,918],[1849,946],[1869,958],[1891,977],[1896,989],[1926,994],[1951,994],[1981,993],[1986,1035],[1962,1030],[1946,1033],[1919,1039],[1911,1032],[1888,1038],[1883,1059],[1869,1081],[1819,1097],[1794,1086],[1767,1075],[1734,1080],[1704,1087],[1689,1092],[1658,1078],[1646,1063],[1669,1040],[1712,1038],[1730,1017],[1721,1001],[1729,983],[1734,954],[1750,948],[1773,941],[1783,947]]},{"area":"085","points":[[1618,1071],[1657,1018],[1640,1008],[1600,1019],[1595,1033],[1572,1030],[1569,1021],[1544,1029],[1531,1049],[1516,1053],[1517,1069],[1517,1082],[1525,1091],[1517,1117],[1516,1140],[1528,1159],[1536,1175],[1536,1190],[1523,1202],[1509,1214],[1505,1232],[1510,1253],[1488,1262],[1471,1279],[1463,1299],[1465,1324],[1482,1345],[1498,1356],[1535,1358],[1539,1345],[1569,1336],[1577,1319],[1575,1311],[1579,1295],[1607,1294],[1620,1282],[1639,1264],[1675,1258],[1686,1245],[1690,1226],[1679,1212],[1660,1203],[1642,1198],[1629,1172],[1618,1153],[1595,1153],[1581,1156],[1569,1142],[1560,1120],[1563,1101],[1570,1080],[1571,1071],[1590,1078],[1605,1079]]},{"area":"07a","points":[[1103,1308],[1096,1253],[1124,1191],[1117,1143],[1121,1093],[1074,1062],[1065,1010],[1025,969],[1072,966],[1109,1011],[1199,1019],[1257,1005],[1282,916],[1284,839],[1205,858],[1190,785],[1153,685],[1085,600],[1000,600],[825,698],[858,893],[944,960],[871,1073],[773,979],[749,871],[696,829],[662,766],[698,674],[731,564],[703,498],[731,432],[818,433],[863,371],[969,400],[1062,539],[1191,585],[1251,648],[1337,674],[1373,773],[1367,904],[1304,1037],[1265,1107],[1242,1210],[1239,1253],[1237,1280],[1231,1303],[1220,1344],[1250,1368],[1262,1408],[1225,1430],[1168,1446],[1096,1440],[1052,1414],[1058,1368],[1076,1350],[1098,1348],[1104,1330]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/010-drippingcaves.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/011-102.webp"},"title":"Player Version","mapParent":{"id":"ffe","autoScale":true},"width":2030,"height":1502,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":31,"offsetY":29,"scale":2}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/013-towerofzephyros.webp"},"title":"Map 1.3: Tower of Zephyros","width":1200,"height":3300,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-10,"offsetY":23,"distance":10},"mapRegions":[{"area":"09f","points":[[518,502],[518,608],[689,608],[689,502]]},{"area":"09d","points":[[519,625],[519,828],[686,828],[686,625]]},{"area":"09c","points":[[522,845],[504,971],[504,1104],[716,1101],[685,845]]},{"area":"09f","points":[[422,1569],[507,1418],[680,1415],[768,1561],[687,1711],[515,1714]]},{"area":"09d","points":[[434,1993],[413,1982],[396,1960],[395,1931],[405,1900],[433,1885],[467,1880],[499,1899],[509,1875],[681,1874],[698,1895],[719,1885],[749,1880],[773,1891],[789,1911],[796,1942],[788,1972],[775,1988],[758,1994],[768,2021],[687,2168],[511,2172],[426,2025],[439,2005]]},{"area":"09c","points":[[369,2765],[484,2568],[714,2569],[828,2769],[716,2967],[651,2968],[651,3079],[546,3079],[546,2966],[484,2966]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/013-towerofzephyros.webp"},"id":"178","page":"adventure.html","source":"SKT","hash":"skt"}]},{"name":"Ch. 2: Rumblings","ix":2,"images":[{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/SKT/016-skt02-02.webp"},"title":"Map 2.1: Bryn Shander","width":2711,"height":1476,"imageType":"map","grid":{"type":"none","size":52,"distance":100},"mapRegions":[{"area":"0af","points":[[752,1140],[752,1213],[822,1213],[822,1140]]},{"area":"0b2","points":[[1016,808],[1016,868],[1087,868],[1087,808]]},{"area":"0b0","points":[[674,974],[674,1042],[746,1042],[746,974]]},{"area":"0af","points":[[1305,120],[1305,187],[1374,187],[1374,120]]},{"area":"0af","points":[[2039,516],[2039,580],[2111,580],[2111,516]]},{"area":"0b1","points":[[1148,992],[1148,1062],[1213,1062],[1213,992]]},{"area":"0bb","points":[[1185,231],[1185,298],[1259,298],[1259,231]]},{"area":"0b7","points":[[1146,586],[1146,658],[1220,658],[1220,586]]},{"area":"0b8","points":[[1274,458],[1274,526],[1348,526],[1348,458]]},{"area":"0b9","points":[[1406,433],[1406,500],[1472,500],[1472,433]]},{"area":"0bc","points":[[1840,620],[1840,686],[1912,686],[1912,620]]},{"area":"0ba","points":[[1491,518],[1491,588],[1560,588],[1560,518]]},{"area":"0b5","points":[[1338,536],[1338,605],[1401,605],[1401,536]]},{"area":"0b4","points":[[1426,635],[1426,701],[1495,701],[1495,635]]},{"area":"0b6","points":[[1252,672],[1252,746],[1321,746],[1321,672]]},{"area":"0b3","points":[[1361,834],[1361,900],[1433,900],[1433,834]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/016-skt02-02.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/017-201.webp"},"title":"Player Version","mapParent":{"id":"ffd"},"width":2711,"height":1476,"imageType":"mapPlayer","grid":{"type":"none","size":52,"distance":100}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/SKT/018-goldenfields-1.webp"},"title":"Map 2.2: Goldenfields","width":2217,"height":3000,"imageType":"map","grid":{"type":"none","size":66,"distance":0.25,"units":"miles"},"mapRegions":[{"area":"0d6","points":[[559,522],[574,495],[575,481],[594,453],[619,456],[638,452],[665,466],[666,485],[712,506],[726,533],[685,520],[672,539],[622,540],[594,560],[569,544],[547,565],[544,546]]},{"area":"0d6","points":[[365,745],[381,698],[399,660],[431,659],[456,642],[468,666],[469,684],[460,728],[438,734],[386,766],[361,781]]},{"area":"0d6","points":[[188,912],[222,871],[275,886],[285,932],[280,966],[286,1000],[266,988],[232,988],[194,960]]},{"area":"0e6","points":[[292,931],[289,888],[386,774],[462,745],[485,726],[514,768],[522,824],[509,876],[462,911],[406,926],[332,940]]},{"area":"0d6","points":[[309,1126],[332,1094],[373,1132],[398,1145],[409,1186],[407,1212],[406,1231],[360,1194],[328,1175],[307,1158]]},{"area":"0e7","points":[[349,969],[441,948],[498,922],[522,907],[573,933],[611,964],[638,986],[632,1004],[560,1041],[484,1072],[402,1096],[372,1039]]},{"area":"0e5","points":[[525,696],[539,665],[582,614],[632,569],[665,569],[731,589],[818,625],[936,676],[1015,715],[1016,749],[989,781],[934,842],[844,947],[816,989],[768,1002],[722,1000],[636,939],[592,914],[555,906],[532,899],[558,844],[568,774],[546,725]]},{"area":"0d6","points":[[935,593],[978,604],[1000,594],[1054,608],[1059,644],[1085,656],[1045,661],[1012,666],[965,658],[940,616]]},{"area":"0d6","points":[[1472,808],[1527,806],[1595,822],[1601,840],[1605,873],[1593,911],[1532,894],[1498,845]]},{"area":"0d6","points":[[1893,981],[1945,969],[1989,988],[2004,1014],[1982,1065],[1939,1064],[1892,1048],[1889,1022]]},{"area":"0df","points":[[1173,1301],[1255,1212],[1356,1140],[1391,1127],[1398,1092],[1494,1006],[1581,945],[1712,999],[1852,1051],[1840,1094],[1800,1154],[1762,1215],[1713,1284],[1678,1360],[1669,1398],[1456,1372],[1318,1359],[1189,1344]]},{"area":"0e4","points":[[844,1033],[844,1002],[922,908],[976,848],[995,828],[1032,788],[1064,718],[1165,745],[1261,789],[1364,834],[1475,872],[1552,909],[1531,941],[1448,999],[1385,1061],[1314,1116],[1239,1169],[1153,1136],[1051,1092],[906,1055],[873,1038]]},{"area":"0de","points":[[889,1132],[920,1111],[952,1116],[994,1136],[1026,1147],[1041,1173],[1056,1189],[1051,1205],[1019,1189],[978,1188],[942,1179],[899,1152]]},{"area":"0dd","points":[[914,1174],[1016,1209],[1059,1215],[1060,1178],[1041,1138],[1078,1126],[1133,1155],[1221,1185],[1186,1232],[1138,1285],[1088,1288],[1047,1285],[1008,1279],[968,1245],[935,1215]]},{"area":"0d8","points":[[724,1006],[782,1006],[820,995],[829,1021],[834,1055],[807,1066],[781,1084],[752,1061],[718,1028]]},{"area":"0e8","points":[[426,1119],[548,1074],[624,1045],[675,1025],[718,1069],[767,1112],[776,1133],[664,1167],[546,1201],[472,1218],[459,1202],[433,1145]]},{"area":"0e3","points":[[478,1254],[578,1218],[726,1182],[826,1148],[878,1188],[947,1238],[1001,1299],[986,1355],[822,1359],[667,1351],[527,1355],[504,1316]]},{"area":"0d6","points":[[449,1322],[441,1366],[442,1396],[441,1422],[444,1465],[472,1421],[501,1402],[508,1366],[484,1341]]},{"area":"0d6","points":[[391,1542],[366,1569],[325,1587],[315,1644],[314,1694],[349,1674],[396,1635],[401,1587]]},{"area":"0e2","points":[[419,1612],[446,1526],[472,1462],[506,1464],[535,1471],[546,1511],[545,1554],[512,1593],[465,1620],[432,1626]]},{"area":"0d8","points":[[611,1507],[628,1508],[661,1505],[696,1507],[728,1527],[748,1562],[741,1598],[712,1624],[688,1633],[651,1635],[619,1613],[586,1596],[578,1561],[588,1527]]},{"area":"0e2","points":[[295,1852],[379,1672],[438,1692],[460,1728],[479,1766],[474,1812],[444,1849],[404,1871],[349,1881],[309,1881]]},{"area":"0d6","points":[[256,1818],[221,1824],[204,1885],[236,1954],[280,1946],[321,1971],[324,1938],[281,1866],[278,1835]]},{"area":"0d6","points":[[468,2068],[501,2081],[558,2106],[579,2138],[586,2174],[541,2186],[476,2165],[442,2134],[442,2096]]},{"area":"0d5","points":[[587,2216],[624,2204],[667,2232],[687,2272],[669,2296],[632,2294],[586,2255]]},{"area":"0d6","points":[[679,2329],[735,2295],[782,2324],[798,2368],[755,2396],[699,2373]]},{"area":"0d6","points":[[951,2595],[993,2565],[1040,2571],[1076,2594],[1058,2631],[1002,2651],[960,2626]]},{"area":"0d6","points":[[573,2739],[573,2792],[640,2792],[640,2739]]},{"area":"0d6","points":[[1472,2611],[1524,2594],[1568,2572],[1561,2605],[1574,2620],[1571,2656],[1512,2671],[1464,2640]]},{"area":"0d6","points":[[1701,2351],[1749,2304],[1807,2313],[1814,2366],[1778,2404],[1733,2399]]},{"area":"0d6","points":[[1655,1809],[1698,1798],[1744,1809],[1734,1880],[1700,1906],[1655,1885],[1646,1840]]},{"area":"0d6","points":[[1719,1415],[1740,1371],[1781,1344],[1805,1373],[1791,1429],[1740,1436]]},{"area":"0e0","points":[[1102,1399],[1334,1413],[1484,1416],[1609,1438],[1660,1451],[1628,1596],[1611,1741],[1602,1858],[1441,1879],[1382,1812],[1386,1741],[1381,1680],[1326,1660],[1273,1674],[1229,1711],[1199,1721],[1133,1713],[1107,1573],[1100,1454]]},{"area":"0dc","points":[[1234,1731],[1284,1693],[1349,1714],[1373,1751],[1365,1796],[1289,1791],[1241,1766]]},{"area":"0e1","points":[[551,1413],[561,1389],[632,1385],[796,1386],[965,1381],[1047,1392],[1041,1464],[1054,1578],[1060,1671],[967,1686],[925,1729],[940,1799],[979,1812],[984,1827],[929,1879],[904,1925],[896,1986],[919,2039],[820,2094],[749,2152],[698,2194],[639,2184],[602,2134],[547,2054],[539,2026],[607,1981],[614,1918],[564,1874],[578,1789],[548,1764],[516,1708],[473,1661],[569,1608],[632,1652],[715,1655],[778,1611],[775,1540],[727,1499],[661,1482],[602,1491],[585,1452]]},{"area":"0d9","points":[[948,1742],[980,1698],[1041,1698],[1082,1732],[1061,1775],[1053,1802],[1024,1809],[999,1792],[959,1779],[948,1762]]},{"area":"0d9","points":[[852,2144],[885,2111],[944,2096],[964,2111],[973,2127],[984,2142],[989,2158],[973,2188],[936,2191],[896,2186],[869,2167]]},{"area":"0d7","points":[[662,2206],[720,2175],[781,2184],[788,2211],[782,2238],[760,2253],[722,2244],[693,2238],[666,2225]]},{"area":"0e1","points":[[767,2262],[795,2249],[802,2205],[798,2171],[827,2154],[865,2189],[925,2219],[976,2209],[1015,2168],[1112,2140],[1161,2159],[1239,2147],[1267,2113],[1249,2087],[1296,2033],[1307,2006],[1298,1967],[1415,1934],[1615,1908],[1633,2001],[1646,2111],[1619,2105],[1564,2104],[1524,2133],[1524,2193],[1536,2224],[1609,2235],[1644,2219],[1669,2213],[1672,2288],[1682,2345],[1508,2548],[1464,2565],[1373,2558],[1215,2545],[1072,2544],[1013,2509],[944,2434],[960,2427],[1011,2413],[1058,2365],[1027,2320],[976,2296],[924,2305],[862,2346],[785,2284]]},{"area":"0d8","points":[[1541,2213],[1535,2181],[1535,2141],[1567,2119],[1618,2113],[1644,2118],[1665,2109],[1674,2146],[1681,2189],[1673,2200],[1648,2206],[1605,2224],[1569,2219]]},{"area":"0da","points":[[939,2045],[913,1993],[919,1927],[953,1868],[1027,1815],[1082,1791],[1112,1749],[1141,1732],[1218,1748],[1232,1786],[1280,1802],[1364,1807],[1413,1866],[1442,1919],[1335,1938],[1281,1955],[1289,2011],[1239,2049],[1167,2074],[1096,2029],[1026,2051],[974,2059]]},{"area":"0db","points":[[1115,2131],[1127,2059],[1166,2086],[1239,2060],[1248,2107],[1218,2139],[1166,2141]]},{"area":"0d8","points":[[872,2356],[926,2319],[975,2314],[1015,2331],[1045,2362],[1015,2396],[952,2414],[896,2405]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/018-goldenfields-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/019-202.webp"},"title":"Player Version","mapParent":{"id":"ffc","autoScale":true},"width":2385,"height":3289,"imageType":"mapPlayer","grid":{"type":"none","size":71,"distance":0.25,"units":"miles"}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/SKT/021-triboar-1.webp"},"title":"Map 2.3: Triboar","width":2256,"height":3000,"imageType":"map","grid":{"type":"none","size":167,"distance":100},"mapRegions":[{"area":"107","points":[[712,592],[719,539],[781,514],[829,527],[813,588],[765,645],[719,616]]},{"area":"107","points":[[881,585],[921,558],[982,598],[982,642],[954,667],[904,674],[873,626]]},{"area":"106","points":[[1540,496],[1580,433],[1611,425],[1626,479],[1589,526],[1551,518]]},{"area":"106","points":[[1699,486],[1716,555],[1755,542],[1786,501],[1749,466],[1715,466]]},{"area":"11b","points":[[1382,652],[1393,599],[1442,579],[1481,574],[1533,622],[1505,680],[1466,725],[1387,694]]},{"area":"11a","points":[[1607,752],[1626,706],[1655,653],[1705,656],[1735,648],[1776,713],[1805,778],[1756,838],[1662,807],[1619,786]]},{"area":"107","points":[[1499,880],[1525,845],[1585,869],[1653,905],[1660,947],[1594,1012],[1521,964],[1500,921]]},{"area":"117","points":[[988,768],[1032,726],[1073,724],[1105,740],[1161,729],[1214,788],[1208,852],[1126,885],[1079,858],[1015,818]]},{"area":"107","points":[[858,845],[899,804],[938,827],[952,888],[879,905]]},{"area":"116","points":[[540,905],[628,1011],[701,964],[600,855]]},{"area":"107","points":[[675,1164],[734,1087],[795,1124],[741,1193]]},{"area":"111","points":[[699,1338],[749,1274],[799,1253],[824,1302],[773,1368],[813,1387],[788,1427],[707,1393],[702,1367]]},{"area":"107","points":[[576,1326],[628,1265],[654,1261],[667,1311],[633,1353],[595,1347]]},{"area":"107","points":[[631,1386],[640,1356],[666,1354],[688,1365],[701,1378],[694,1412],[669,1416]]},{"area":"10a","points":[[809,1439],[848,1385],[869,1353],[899,1316],[926,1281],[941,1267],[969,1274],[988,1287],[1016,1301],[1029,1312],[1034,1321],[993,1385],[968,1422],[939,1471],[919,1496],[904,1504],[853,1476],[833,1460]]},{"area":"108","points":[[1026,1527],[1024,1479],[1067,1428],[1140,1464],[1144,1526],[1100,1572]]},{"area":"109","points":[[1124,1358],[1147,1326],[1162,1289],[1182,1251],[1201,1231],[1239,1235],[1259,1245],[1282,1269],[1316,1289],[1333,1324],[1335,1365],[1311,1369],[1289,1374],[1271,1398],[1271,1420],[1268,1433],[1232,1432],[1202,1408],[1186,1395],[1166,1402],[1151,1380],[1133,1367]]},{"area":"10f","points":[[1219,1171],[1249,1120],[1321,1160],[1393,1067],[1555,1172],[1436,1319],[1388,1286],[1367,1259],[1339,1239],[1278,1198],[1248,1182]]},{"area":"113","points":[[1405,1067],[1509,1126],[1559,1047],[1495,1019],[1507,974],[1480,940],[1442,960],[1406,1040]]},{"area":"114","points":[[1118,1025],[1141,993],[1172,1007],[1205,988],[1233,986],[1256,1013],[1199,1108],[1132,1068]]},{"area":"115","points":[[812,974],[855,939],[889,968],[931,969],[945,1005],[940,1033],[872,1065],[822,1014]]},{"area":"110","points":[[891,1080],[962,1048],[995,1039],[1034,1033],[1078,1046],[1129,1080],[1195,1115],[1156,1168],[1120,1211],[1099,1215],[1039,1224],[1002,1218],[956,1179],[918,1128]]},{"area":"10b","points":[[69,1522],[198,1516],[292,1519],[408,1505],[535,1588],[575,1614],[574,1560],[562,1522],[638,1498],[687,1436],[741,1435],[774,1464],[789,1504],[838,1534],[885,1569],[900,1627],[852,1698],[804,1755],[727,1859],[645,1969],[619,2013],[538,2035],[435,2011],[376,1971],[351,1915],[346,1880],[271,1841],[229,1809],[193,1756],[129,1741],[69,1726]]},{"area":"106","points":[[1389,1340],[1414,1321],[1451,1339],[1449,1375],[1448,1396],[1432,1419],[1404,1412],[1388,1384]]},{"area":"107","points":[[1469,1374],[1507,1347],[1555,1351],[1574,1368],[1558,1413],[1502,1422],[1478,1398]]},{"area":"107","points":[[1634,1373],[1642,1339],[1713,1361],[1729,1386],[1696,1414],[1651,1409]]},{"area":"121","points":[[1775,1456],[1802,1434],[1839,1460],[1849,1494],[1840,1518],[1805,1531],[1786,1500]]},{"area":"107","points":[[1826,1552],[1842,1524],[1878,1532],[1893,1518],[1913,1533],[1886,1599],[1831,1581]]},{"area":"107","points":[[1936,1669],[1989,1624],[2026,1647],[2021,1695],[1994,1716],[1939,1698]]},{"area":"107","points":[[1686,1633],[1688,1600],[1751,1588],[1762,1626],[1760,1647],[1706,1659]]},{"area":"112","points":[[1556,1445],[1581,1424],[1609,1433],[1640,1426],[1679,1448],[1719,1476],[1716,1507],[1687,1546],[1655,1556],[1588,1525],[1579,1495],[1554,1473]]},{"area":"10d","points":[[1186,1614],[1182,1581],[1225,1519],[1268,1489],[1298,1507],[1325,1499],[1338,1478],[1436,1528],[1435,1576],[1391,1616],[1349,1589],[1300,1584],[1265,1632],[1221,1647]]},{"area":"107","points":[[1248,1678],[1259,1642],[1287,1633],[1321,1656],[1322,1707],[1280,1715]]},{"area":"107","points":[[1518,1659],[1566,1598],[1592,1604],[1606,1633],[1573,1689],[1533,1686]]},{"area":"107","points":[[1556,1742],[1591,1711],[1658,1738],[1645,1791],[1582,1780],[1560,1760]]},{"area":"11c","points":[[1639,1939],[1639,1906],[1682,1868],[1769,1766],[1807,1715],[1972,1812],[1938,1864],[1873,1935],[1852,1974],[1772,1924],[1714,1947],[1686,1972]]},{"area":"11f","points":[[1375,1946],[1428,1879],[1479,1872],[1494,1896],[1498,1953],[1449,2004],[1394,1974]]},{"area":"107","points":[[1252,1831],[1280,1800],[1338,1835],[1340,1867],[1312,1886],[1266,1872],[1258,1851]]},{"area":"107","points":[[1132,1736],[1179,1689],[1218,1725],[1213,1765],[1185,1788],[1146,1773]]},{"area":"10c","points":[[898,1744],[958,1620],[986,1593],[1035,1586],[1061,1600],[1162,1662],[1114,1741],[1076,1721],[1045,1769],[1041,1793],[1015,1819],[968,1795],[918,1765]]},{"area":"119","points":[[867,1884],[899,1829],[938,1807],[951,1816],[982,1812],[1014,1839],[1015,1867],[985,1894],[954,1896],[929,1911],[888,1901]]},{"area":"107","points":[[992,1974],[1052,1927],[1082,1965],[1080,1994],[1048,2027],[1008,2014]]},{"area":"11d","points":[[1202,2147],[1236,2080],[1298,2093],[1387,2141],[1426,2134],[1447,2158],[1446,2221],[1396,2225],[1369,2251],[1244,2180]]},{"area":"120","points":[[968,2148],[911,2171],[858,2173],[832,2158],[808,2142],[751,2144],[738,2144],[720,2161],[729,2191],[741,2216],[758,2240],[785,2260],[818,2281],[873,2322],[919,2353],[948,2376],[982,2372],[1029,2408],[1065,2433],[1082,2462],[1145,2473],[1187,2441],[1168,2395],[1151,2359],[1116,2335],[1076,2327],[1074,2302],[1080,2258],[1041,2236],[1007,2206],[974,2174]]},{"area":"123","points":[[56,1792],[132,1845],[232,1920],[299,1967],[358,2026],[479,2054],[554,2080],[628,2074],[556,2188],[509,2246],[456,2335],[452,2367],[388,2434],[374,2467],[285,2513],[236,2572],[128,2694],[89,2429],[80,2180],[94,2044],[71,1887]]},{"area":"106","points":[[567,2294],[612,2244],[640,2267],[638,2308],[612,2334]]},{"area":"106","points":[[606,2467],[604,2431],[665,2416],[673,2451],[672,2472],[628,2487]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/021-triboar-1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/022-203.webp"},"title":"Player Version","mapParent":{"id":"ffb","autoScale":true},"width":2471,"height":3286,"imageType":"mapPlayer","grid":{"type":"none","size":183,"distance":100}}]},{"name":"Ch. 3: The Savage Frontier","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SKT/027-skt03-thenorth.webp"},"title":"Map 3.1: The North","width":3000,"height":1905,"imageType":"map","grid":{"type":"none","size":249,"distance":100,"units":"miles"},"mapRegions":[{"area":"259","points":[[67,118],[67,180],[219,180],[219,118]]},{"area":"23d","points":[[204,8],[204,115],[415,115],[415,8]]},{"area":"1da","points":[[24,227],[24,258],[114,258],[114,227]]},{"area":"180","points":[[126,260],[126,318],[288,318],[288,260]]},{"area":"1a9","points":[[289,355],[289,396],[444,396],[444,355]]},{"area":"1d8","points":[[465,234],[465,292],[638,292],[638,234]]},{"area":"1ea","points":[[259,168],[259,207],[426,207],[426,168]]},{"area":"1dd","points":[[429,159],[516,84],[589,58],[598,87],[539,104],[489,140],[442,178]]},{"area":"189","points":[[545,118],[545,161],[734,161],[734,118]]},{"area":"23a","points":[[760,21],[760,58],[980,58],[980,21]]},{"area":"24c","points":[[686,167],[758,153],[854,147],[938,144],[1035,165],[1048,176],[1039,198],[938,180],[859,181],[794,186],[721,195],[692,198]]},{"area":"1f2","points":[[621,201],[621,262],[731,262],[731,201]]},{"area":"1a5","points":[[1027,79],[1027,132],[1298,132],[1298,79]]},{"area":"234","points":[[756,193],[756,221],[896,221],[896,193]]},{"area":"208","points":[[588,443],[588,478],[707,478],[707,443]]},{"area":"22c","points":[[600,658],[600,698],[747,698],[747,658]]},{"area":"21b","points":[[618,751],[618,788],[788,788],[788,751]]},{"area":"1d2","points":[[794,768],[794,803],[967,803],[967,768]]},{"area":"211","points":[[795,464],[795,497],[986,497],[986,464]]},{"area":"1b3","points":[[856,566],[856,602],[1029,602],[1029,566]]},{"area":"21c","points":[[860,652],[860,718],[1040,718],[1040,652]]},{"area":"194","points":[[983,378],[983,412],[1065,412],[1065,378]]},{"area":"272","points":[[1072,392],[1072,431],[1291,431],[1291,392]]},{"area":"20c","points":[[944,264],[944,202],[1144,202],[1144,224],[1020,224],[1020,244],[986,244],[986,264]]},{"area":"20d","points":[[1007,257],[1007,309],[1116,309],[1116,257]]},{"area":"1cb","points":[[1150,486],[1150,534],[1329,534],[1329,486]]},{"area":"204","points":[[1148,574],[1148,615],[1314,615],[1314,574]]},{"area":"25e","points":[[1147,836],[1147,890],[1264,890],[1264,836]]},{"area":"22b","points":[[898,980],[898,1029],[1041,1029],[1041,980]]},{"area":"1fd","points":[[785,1026],[785,1070],[898,1070],[898,1026]]},{"area":"26e","points":[[1108,975],[1108,1016],[1259,1016],[1259,975]]},{"area":"18e","points":[[966,1134],[966,1193],[1124,1193],[1124,1134]]},{"area":"25c","points":[[802,1217],[802,1266],[961,1266],[961,1217]]},{"area":"1f0","points":[[1085,1201],[1085,1244],[1220,1244],[1220,1201]]},{"area":"181","points":[[1090,1270],[1090,1308],[1304,1308],[1304,1270]]},{"area":"271","points":[[1305,1287],[1305,1340],[1430,1340],[1430,1287]]},{"area":"179","points":[[1040,1344],[1040,1382],[1168,1382],[1168,1344]]},{"area":"231","points":[[976,1409],[976,1448],[1149,1448],[1149,1409]]},{"area":"269","points":[[1031,1503],[1031,1550],[1178,1550],[1178,1503]]},{"area":"21e","points":[[1231,1524],[1231,1563],[1394,1563],[1394,1524]]},{"area":"17c","points":[[1254,1462],[1254,1522],[1340,1522],[1340,1462]]},{"area":"1bb","points":[[1258,1349],[1258,1390],[1451,1390],[1451,1349]]},{"area":"239","points":[[861,1275],[861,1372],[996,1372],[996,1275]]},{"area":"25a","points":[[977,1219],[1002,1206],[1038,1211],[1026,1249],[1049,1283],[1074,1313],[1095,1333],[1064,1340],[1019,1310],[989,1261]]},{"area":"20b","points":[[859,1088],[859,1153],[967,1153],[967,1088]]},{"area":"1f9","points":[[1054,1023],[1054,1077],[1202,1077],[1202,1023]]},{"area":"25a","points":[[1029,913],[1029,953],[1184,953],[1184,913]]},{"area":"24e","points":[[1074,580],[1123,590],[1149,630],[1180,699],[1184,740],[1144,733],[1113,713],[1069,654],[1069,612]]},{"area":"207","points":[[1231,290],[1231,353],[1423,353],[1423,290]]},{"area":"1c6","points":[[1334,72],[1334,143],[1467,143],[1467,72]]},{"area":"24c","points":[[1518,49],[1518,104],[1865,104],[1865,49]]},{"area":"244","points":[[1347,438],[1347,501],[1455,501],[1455,438]]},{"area":"257","points":[[1224,624],[1224,702],[1336,702],[1336,624]]},{"area":"19e","points":[[1215,786],[1296,770],[1370,762],[1471,770],[1498,782],[1477,811],[1406,801],[1350,802],[1309,811],[1246,821],[1229,824]]},{"area":"1ac","points":[[1390,724],[1390,758],[1502,758],[1502,724]]},{"area":"215","points":[[1347,598],[1347,674],[1496,674],[1496,598]]},{"area":"218","points":[[1513,502],[1513,545],[1641,545],[1641,502]]},{"area":"23b","points":[[1508,416],[1508,472],[1642,472],[1642,416]]},{"area":"20f","points":[[1525,347],[1525,407],[1641,407],[1641,347]]},{"area":"1b2","points":[[1584,274],[1584,351],[1674,351],[1674,274]]},{"area":"1a8","points":[[1507,215],[1507,254],[1634,254],[1634,215]]},{"area":"267","points":[[1155,230],[1228,218],[1302,167],[1330,131],[1358,144],[1327,201],[1281,242],[1211,265],[1153,268]]},{"area":"278","points":[[1691,419],[1691,488],[1812,488],[1812,419]]},{"area":"210","points":[[1781,313],[1781,350],[1908,350],[1908,313]]},{"area":"224","points":[[1819,257],[1819,287],[1949,287],[1949,257]]},{"area":"19f","points":[[1958,206],[1958,236],[2091,236],[2091,206]]},{"area":"184","points":[[1959,146],[1959,194],[2133,194],[2133,146]]},{"area":"193","points":[[2095,109],[2095,140],[2214,140],[2214,109]]},{"area":"1eb","points":[[2176,144],[2176,193],[2315,193],[2315,144]]},{"area":"1db","points":[[2280,56],[2280,108],[2461,108],[2461,56]]},{"area":"247","points":[[2047,266],[2176,241],[2255,238],[2356,251],[2445,273],[2429,322],[2371,310],[2303,296],[2217,296],[2149,312],[2069,331]]},{"area":"1db","points":[[2557,228],[2557,269],[2753,269],[2753,228]]},{"area":"18f","points":[[2491,295],[2491,333],[2684,333],[2684,295]]},{"area":"268","points":[[2488,345],[2488,441],[2633,441],[2633,345]]},{"area":"1ec","points":[[2640,369],[2640,425],[2827,425],[2827,369]]},{"area":"17e","points":[[2643,440],[2643,477],[2746,477],[2746,440]]},{"area":"17d","points":[[2519,482],[2519,528],[2647,528],[2647,482]]},{"area":"198","points":[[2340,395],[2340,445],[2487,445],[2487,395]]},{"area":"191","points":[[2080,337],[2080,386],[2285,386],[2285,337]]},{"area":"232","points":[[2197,379],[2197,445],[2304,445],[2304,379]]},{"area":"21d","points":[[2237,455],[2237,500],[2368,500],[2368,455]]},{"area":"256","points":[[2023,493],[2023,531],[2176,531],[2176,493]]},{"area":"1cf","points":[[1850,427],[1850,489],[2002,489],[2002,427]]},{"area":"249","points":[[1789,496],[1789,544],[1946,544],[1946,496]]},{"area":"21a","points":[[1887,540],[1887,571],[2141,571],[2141,540]]},{"area":"1a1","points":[[1865,584],[1865,641],[1991,641],[1991,584]]},{"area":"1ed","points":[[2091,571],[2091,629],[2219,629],[2219,571]]},{"area":"251","points":[[2086,639],[2086,691],[2219,691],[2219,639]]},{"area":"1bd","points":[[1945,765],[1945,818],[2141,818],[2141,765]]},{"area":"240","points":[[1761,784],[1761,851],[1927,851],[1927,784]]},{"area":"1d5","points":[[1991,820],[1991,885],[2233,885],[2233,820]]},{"area":"205","points":[[1791,901],[1791,936],[1918,936],[1918,901]]},{"area":"21f","points":[[1633,829],[1633,909],[1758,909],[1758,829]]},{"area":"24d","points":[[1788,979],[1788,1029],[1974,1029],[1974,979]]},{"area":"1d5","points":[[1570,1138],[1570,1186],[1798,1186],[1798,1138]]},{"area":"248","points":[[1780,550],[1812,539],[1834,576],[1855,624],[1864,674],[1864,697],[1829,698],[1816,642],[1793,589]]},{"area":"1a4","points":[[1540,607],[1540,665],[1744,665],[1744,607]]},{"area":"223","points":[[1651,687],[1651,722],[1854,722],[1854,687]]},{"area":"18c","points":[[1528,737],[1528,807],[1636,807],[1636,737]]},{"area":"275","points":[[1372,834],[1372,887],[1470,887],[1470,834]]},{"area":"19c","points":[[1386,904],[1386,984],[1501,984],[1501,904]]},{"area":"24f","points":[[1349,1040],[1349,1073],[1487,1073],[1487,1040]]},{"area":"182","points":[[1379,1076],[1379,1109],[1494,1109],[1494,1076]]},{"area":"1dc","points":[[1497,1109],[1534,1071],[1573,1011],[1593,971],[1614,975],[1591,1034],[1559,1084],[1513,1126]]},{"area":"1cc","points":[[1402,1165],[1402,1239],[1490,1239],[1490,1165]]},{"area":"255","points":[[1259,1109],[1259,1136],[1440,1136],[1440,1109]]},{"area":"238","points":[[1203,1138],[1203,1169],[1345,1169],[1345,1138]]},{"area":"19e","points":[[1261,1184],[1290,1171],[1317,1199],[1372,1232],[1428,1252],[1498,1271],[1498,1296],[1435,1284],[1365,1260],[1310,1229],[1276,1202]]},{"area":"262","points":[[1536,1384],[1536,1425],[1638,1425],[1638,1384]]},{"area":"1b1","points":[[1508,1442],[1508,1506],[1628,1506],[1628,1442]]},{"area":"23e","points":[[1547,1527],[1547,1563],[1689,1563],[1689,1527]]},{"area":"19b","points":[[1346,1584],[1424,1567],[1498,1568],[1501,1594],[1470,1602],[1464,1620],[1417,1624],[1397,1611],[1363,1622]]},{"area":"1ee","points":[[1524,1616],[1524,1670],[1656,1670],[1656,1616]]},{"area":"195","points":[[1225,1635],[1225,1692],[1384,1692],[1384,1635]]},{"area":"1fe","points":[[1264,1699],[1264,1760],[1351,1760],[1351,1699]]},{"area":"26c","points":[[1389,1817],[1389,1879],[1478,1879],[1478,1817]]},{"area":"20e","points":[[1503,1744],[1503,1833],[1602,1833],[1602,1744]]},{"area":"1d6","points":[[1836,1780],[1836,1832],[2053,1832],[2053,1780]]},{"area":"276","points":[[1838,1465],[1838,1496],[1958,1496],[1958,1465]]},{"area":"24b","points":[[1941,1498],[1941,1526],[2098,1526],[2098,1498]]},{"area":"19b","points":[[1657,1393],[1690,1419],[1734,1434],[1785,1437],[1854,1423],[1866,1442],[1814,1467],[1749,1469],[1698,1456],[1664,1445],[1642,1418]]},{"area":"243","points":[[1969,1243],[1969,1273],[2084,1273],[2084,1243]]},{"area":"228","points":[[2068,1304],[2068,1349],[2169,1349],[2169,1304]]},{"area":"206","points":[[1974,1382],[1974,1423],[2130,1423],[2130,1382]]},{"area":"1c2","points":[[2114,1427],[2114,1453],[2233,1453],[2233,1427]]},{"area":"1ff","points":[[2260,1390],[2260,1433],[2376,1433],[2376,1390]]},{"area":"22a","points":[[2446,1479],[2446,1516],[2553,1516],[2553,1479]]},{"area":"1c1","points":[[2216,1511],[2273,1527],[2368,1538],[2481,1524],[2495,1551],[2402,1576],[2346,1576],[2282,1569],[2209,1540]]},{"area":"1af","points":[[2503,1684],[2503,1740],[2619,1740],[2619,1684]]},{"area":"202","points":[[2671,1643],[2671,1701],[2764,1701],[2764,1643]]},{"area":"26d","points":[[2533,1434],[2533,1497],[2681,1497],[2681,1434]]},{"area":"199","points":[[2350,1207],[2350,1256],[2560,1256],[2560,1207]]},{"area":"1c1","points":[[2240,1122],[2240,1197],[2405,1197],[2405,1122]]},{"area":"19a","points":[[2144,1138],[2222,1073],[2269,1047],[2335,1029],[2342,1056],[2302,1072],[2257,1093],[2224,1113],[2192,1144],[2172,1160]]},{"area":"1a6","points":[[2467,1132],[2467,1189],[2553,1189],[2553,1132]]},{"area":"1c1","points":[[2318,874],[2318,942],[2455,942],[2455,874]]},{"area":"19b","points":[[2325,819],[2401,759],[2466,682],[2487,693],[2464,734],[2426,780],[2381,816],[2336,838]]},{"area":"21a","points":[[2379,548],[2379,593],[2639,593],[2639,548]]},{"area":"17b","points":[[2648,853],[2648,925],[2898,925],[2898,853]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/027-skt03-thenorth.webp"},"id":"1a0","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/SKT/028-skt03-beorunnaswell.webp"},"title":"Map 3.2: Beorunna's Well","grid":{"type":"square","size":95,"offsetX":22,"offsetY":6,"distance":50},"width":3000,"height":2063,"imageType":"map","mapRegions":[{"area":"184","points":[[1813,317],[1813,390],[2333,390],[2333,317]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/028-skt03-beorunnaswell.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/029-301.webp"},"title":"Player Version","mapParent":{"id":"ffa","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":28,"offsetY":9,"distance":50}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/SKT/030-skt03-everlund.webp"},"title":"Map 3.3: Everlund","width":2400,"height":1650,"imageType":"map","grid":{"type":"none","size":74,"distance":100},"mapRegions":[{"area":"1a1","points":[[34,1595],[34,1645],[371,1645],[371,1595]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/030-skt03-everlund.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/031-302.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"none","size":74,"distance":100}},{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/SKT/032-skt03-08.webp"},"title":"Map 3.4: Flint Rock","width":727,"height":1000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":40,"offsetY":-24,"scale":2,"distance":50},"mapRegions":[{"area":"1ac","points":[[65,66],[65,96],[224,96],[224,66]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/032-skt03-08.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/033-303.webp"},"title":"Player Version","mapParent":{"id":"ff8","autoScale":true},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":44,"offsetY":-25,"distance":50}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/SKT/034-skt03-grandfathertree.webp"},"title":"Map 3.5: The Grandfather Tree","width":3000,"height":2063,"imageType":"map","grid":{"type":"square","size":85,"offsetX":11,"offsetY":-8,"distance":50},"mapRegions":[{"area":"1bd","points":[[374,198],[374,247],[906,247],[906,198]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/034-skt03-grandfathertree.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/035-304.webp"},"title":"Player Version","mapParent":{"id":"ff7","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":90,"offsetX":17,"distance":50}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/SKT/036-skt03-greatwormcavern.webp"},"title":"Map 3.6: Great Worm Cavern","width":3000,"height":2063,"imageType":"map","grid":{"type":"square","size":116,"offsetX":68,"offsetY":28,"distance":50},"mapRegions":[{"area":"1c6","points":[[307,1021],[307,1080],[907,1080],[907,1021]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/036-skt03-greatwormcavern.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/037-305.webp"},"title":"Player Version","mapParent":{"id":"ff6","autoScale":true},"width":3200,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":124,"offsetX":-51,"offsetY":25,"distance":50}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/SKT/039-skt03-morgursmound.webp"},"title":"Map 3.7: Mogur's Mound","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":108,"offsetX":63,"offsetY":58,"distance":50},"mapRegions":[{"area":"211","points":[[130,1584],[130,1646],[685,1646],[685,1584]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/039-skt03-morgursmound.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/040-306.webp"},"title":"Player Version","mapParent":{"id":"ff5"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":61,"offsetY":47,"distance":50}},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/SKT/041-skt03-onestone.webp"},"title":"Map 3.8: One Stone","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","offsetX":39,"offsetY":25,"distance":50},"mapRegions":[{"area":"224","points":[[330,126],[330,192],[741,192],[741,126]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/041-skt03-onestone.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/042-307.webp"},"title":"Player Version","mapParent":{"id":"ff4"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetX":43,"offsetY":29,"distance":50}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/SKT/043-skt03-ravenrock.webp"},"title":"Map 3.9: Raven Rock","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":96,"offsetX":59,"offsetY":-25,"distance":50},"mapRegions":[{"area":"234","points":[[582,147],[582,203],[1013,203],[1013,147]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/043-skt03-ravenrock.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/044-308.webp"},"title":"Player Version","mapParent":{"id":"ff3"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-36,"offsetY":-24,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/045-skt03-gundarlunruathym.webp"},"title":"Map 3.10: Gundarlun and Ruathym","width":942,"height":1735,"imageType":"map","grid":{"type":"none","size":314,"distance":100},"mapRegions":[{"area":"1cd","points":[[158,2],[158,58],[370,58],[370,2]]},{"area":"23c","points":[[427,6],[427,51],[602,51],[602,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/045-skt03-gundarlunruathym.webp"},"id":"1d9","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/SKT/046-skt03-16.webp"},"title":"Map 3.11: Shining White","width":727,"height":1000,"imageType":"map","grid":{"type":"square","size":87,"offsetX":11,"offsetY":31,"scale":2,"distance":50},"mapRegions":[{"area":"244","points":[[276,2],[276,55],[459,55],[459,2]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/046-skt03-16.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/047-309.webp"},"title":"Player Version","mapParent":{"id":"ff2","autoScale":true},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":9,"offsetY":32,"distance":50}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/SKT/048-skt03-stonestand.webp"},"title":"Map 3.12: Stone Stand","width":1600,"height":2200,"imageType":"map","grid":{"type":"square","size":105,"offsetX":57,"offsetY":-1,"distance":50},"mapRegions":[{"area":"251","points":[[213,159],[213,223],[750,223],[750,159]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/048-skt03-stonestand.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/049-310.webp"},"title":"Player Version","mapParent":{"id":"ff1"},"width":1600,"height":2200,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":57,"offsetY":-3,"distance":50}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/050-skt03-tuernpurplerocks.webp"},"title":"Map 3.13: Tuern and Purple Rocks","width":992,"height":1318,"imageType":"map","grid":{"type":"none","size":281,"distance":100,"units":"miles"},"mapRegions":[{"area":"260","points":[[166,2],[166,49],[285,49],[285,2]]},{"area":"22f","points":[[351,6],[351,53],[624,53],[624,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/050-skt03-tuernpurplerocks.webp"},"id":"209","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/052-skt03-20.webp"},"title":"Map 3.14: Old Tower","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":65,"offsetX":14,"offsetY":4,"distance":10},"mapRegions":[{"area":"27a","points":[[194,53],[194,78],[358,78],[358,53]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/052-skt03-20.webp"},"id":"230","page":"adventure.html","source":"SKT","hash":"skt"}]},{"name":"Ch. 4: The Chosen Path","ix":4,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/SKT/056-skt04-eye.webp"},"title":"Map 4.1: Eye of the All-Father","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-31,"offsetY":-11,"scale":2,"distance":20},"mapRegions":[{"area":"2b1","points":[[599,546],[600,527],[619,506],[667,490],[706,481],[736,491],[750,519],[753,544],[751,567],[743,597],[721,620],[701,617],[687,623],[657,604],[629,589],[609,573]]},{"area":"2ae","points":[[349,776],[387,789],[399,823],[414,837],[430,846],[456,849],[491,840],[496,826],[521,804],[534,797],[553,791],[564,776],[571,763],[587,750],[609,736],[629,711],[646,689],[670,680],[674,661],[667,647],[663,629],[684,636],[690,670],[680,691],[656,703],[629,739],[613,756],[596,753],[590,770],[580,779],[570,793],[561,803],[537,811],[521,817],[511,841],[496,859],[476,860],[481,879],[503,911],[520,937],[529,964],[554,977],[573,976],[584,950],[600,936],[617,923],[643,926],[664,931],[679,954],[680,970],[667,997],[657,1026],[650,1044],[674,1053],[716,1063],[750,1063],[784,1051],[817,1050],[824,1031],[817,1019],[810,1003],[811,979],[819,957],[801,921],[799,901],[791,866],[794,833],[787,810],[756,786],[737,780],[726,743],[733,711],[747,693],[754,667],[740,650],[749,634],[766,663],[761,694],[749,721],[737,736],[746,769],[776,781],[803,807],[807,853],[811,891],[819,921],[837,947],[863,956],[899,931],[916,919],[927,889],[923,857],[909,840],[881,827],[863,804],[876,763],[901,743],[919,694],[947,657],[1013,661],[1039,676],[1071,726],[1090,761],[1099,784],[1121,804],[1161,821],[1194,831],[1210,853],[1166,844],[1127,831],[1104,809],[1070,759],[1054,720],[1026,689],[997,670],[949,670],[929,697],[919,737],[907,759],[889,766],[880,801],[893,823],[920,839],[933,863],[944,879],[934,910],[921,933],[897,951],[866,967],[850,974],[833,963],[821,989],[831,1016],[839,1044],[821,1069],[783,1073],[746,1086],[700,1077],[664,1067],[644,1066],[633,1076],[634,1110],[644,1147],[670,1174],[673,1193],[693,1206],[713,1227],[737,1241],[754,1257],[726,1267],[730,1249],[706,1241],[676,1214],[659,1187],[637,1157],[620,1119],[626,1070],[630,1043],[649,1011],[664,977],[661,949],[644,940],[620,934],[601,950],[591,967],[589,986],[563,991],[516,973],[500,941],[473,899],[460,869],[450,859],[420,859],[401,853],[383,810],[363,793],[339,791]]},{"area":"2b2","points":[[634,1367],[650,1343],[661,1321],[699,1291],[720,1277],[757,1270],[784,1293],[784,1359],[773,1386],[749,1383],[723,1383],[704,1410],[680,1409],[667,1416],[646,1396],[637,1379]]},{"area":"2ad","points":[[1321,289],[1321,387],[1454,387],[1454,289]]},{"area":"2ac","points":[[1354,603],[1354,690],[1433,690],[1433,603]]},{"area":"2ab","points":[[1086,1317],[1086,1487],[1697,1487],[1697,1317]]},{"area":"29e","points":[[954,1534],[1086,1534],[1086,1573],[1034,1573],[1034,1621],[954,1621]]},{"area":"29d","points":[[510,1626],[1086,1626],[1086,1663],[904,1663],[904,1710],[946,1710],[946,1754],[554,1754],[554,1710],[599,1710],[599,1666],[510,1666]]},{"area":"29d","points":[[556,1839],[947,1839],[947,1883],[906,1883],[906,1931],[1089,1931],[1089,1973],[510,1973],[510,1931],[603,1931],[603,1886],[556,1886]]},{"area":"296","points":[[380,1580],[380,1707],[506,1707],[506,1580]]},{"area":"297","points":[[380,1891],[380,2016],[506,2016],[506,1891]]},{"area":"29f","points":[[954,1979],[1036,1979],[1036,2020],[1084,2020],[1084,2060],[954,2060]]},{"area":"28d","points":[[264,1671],[234,1689],[209,1719],[187,1770],[187,1823],[204,1874],[247,1907],[276,1921],[273,1906],[289,1901],[299,1873],[310,1856],[336,1837],[336,1759],[319,1746],[306,1734],[299,1707],[270,1687]]},{"area":"295","points":[[376,1757],[376,1837],[511,1837],[511,1757]]},{"area":"299","points":[[536,1754],[536,1834],[950,1834],[950,1754]]},{"area":"29a","points":[[956,1757],[956,1839],[1087,1839],[1087,1757]]},{"area":"2a0","points":[[1089,1491],[1089,2100],[1697,2100],[1697,1491]]},{"area":"2b7","points":[[1839,1677],[2053,1553],[2270,1674],[2269,1927],[2054,2047],[1837,1926],[1837,1913],[1849,1913],[1849,1889],[1823,1889],[1823,1713],[1853,1713],[1853,1689],[1839,1689]]},{"area":"2a8","points":[[1129,2157],[1263,2157],[1263,2110],[1520,2110],[1520,2156],[1651,2156],[1651,2423],[1697,2429],[1741,2437],[1781,2461],[1821,2501],[1846,2543],[1869,2604],[1870,2666],[1861,2700],[1840,2743],[1814,2789],[1769,2821],[1727,2843],[1693,2846],[1654,2850],[1654,3117],[1129,3117]]},{"area":"2aa","points":[[1221,1306],[1566,1306],[1566,390],[1221,390],[1221,583],[1450,583],[1450,709],[1221,709]]},{"area":"2aa","points":[[1220,586],[1220,707],[1329,707],[1329,586]]},{"area":"2b5","points":[[2100,916],[2100,1040],[2227,1040],[2227,916]]},{"area":"2b4","points":[[1837,1399],[1837,1313],[1883,1313],[1883,694],[1914,701],[1956,714],[1971,706],[1990,716],[1999,730],[2013,741],[2056,746],[2074,730],[2106,756],[2146,766],[2174,771],[2199,804],[2229,829],[2229,904],[2091,904],[2091,1051],[2227,1051],[2227,1311],[2269,1311],[2269,1397],[2086,1397],[2083,1426],[2059,1441],[2024,1433],[2024,1399]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/056-skt04-eye.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/057-401.webp"},"title":"Player Version","mapParent":{"id":"ff0"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-31,"offsetY":-10,"scale":2,"distance":20}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/060-skt04-harshnagsmap.webp"},"title":"Map 4.2: Harshnag's Map","width":2612,"height":1761,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"2c1","points":[[56,1716],[56,1757],[690,1757],[690,1716]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/060-skt04-harshnagsmap.webp"},"id":"266","page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/SKT/061-skt04-05.webp"},"title":"Map 4.3: Dragon Cult Airship","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":88,"offsetX":48,"offsetY":23,"scale":2},"mapRegions":[{"area":"2ce","points":[[41,669],[41,685],[250,685],[250,669]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/061-skt04-05.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/062-402.webp"},"title":"Player Version","mapParent":{"id":"fef","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":56,"offsetY":42}}]},{"name":"Ch. 5: Den of the Hill Giants","ix":5,"images":[{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/SKT/064-skt05-gruddhaug.webp"},"title":"Map 5.1: Grudd Haug","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":67,"scale":3,"distance":10},"mapRegions":[{"area":"306","points":[[435,1400],[435,1472],[508,1472],[508,1400]]},{"area":"315","points":[[551,1617],[551,1791],[650,1791],[650,1617]]},{"area":"304","points":[[764,1469],[853,1469],[853,1594],[789,1594],[785,1582],[776,1570],[764,1568]]},{"area":"301","points":[[676,1477],[750,1477],[750,1569],[724,1581],[716,1594],[718,1618],[731,1632],[768,1632],[788,1619],[788,1609],[853,1609],[853,1794],[676,1794]]},{"area":"2fb","points":[[877,1392],[877,1792],[1293,1792],[1293,1392]]},{"area":"2ff","points":[[1374,1397],[1374,1435],[1365,1444],[1365,1457],[1405,1457],[1405,1439],[1397,1431],[1397,1396],[1438,1396],[1449,1404],[1449,1522],[1321,1531],[1319,1397]]},{"area":"2f9","points":[[1319,1552],[1319,1635],[1468,1635],[1468,1552]]},{"area":"300","points":[[1316,1659],[1454,1661],[1454,1794],[1324,1791],[1316,1697]]},{"area":"311","points":[[655,2238],[665,2198],[677,2183],[670,2150],[678,2128],[697,2122],[722,2112],[732,2088],[778,2092],[791,2112],[787,2130],[790,2144],[787,2157],[819,2195],[804,2230],[748,2235],[706,2236],[681,2243]]},{"area":"30f","points":[[537,2375],[560,2349],[586,2333],[599,2316],[616,2304],[641,2280],[675,2274],[694,2285],[717,2283],[717,2270],[759,2266],[773,2279],[808,2289],[837,2274],[874,2280],[894,2282],[894,2343],[896,2400],[901,2432],[899,2479],[883,2512],[866,2524],[840,2538],[801,2547],[786,2544],[763,2538],[749,2541],[712,2548],[676,2552],[664,2545],[632,2546],[601,2536],[598,2518],[584,2508],[583,2457],[558,2452],[542,2448],[528,2415],[537,2396]]},{"area":"30d","points":[[982,2021],[1016,2015],[1040,2011],[1066,2012],[1084,2016],[1086,2028],[1102,2035],[1123,2030],[1131,2035],[1133,2016],[1151,2006],[1176,2003],[1197,1996],[1216,2001],[1243,2014],[1251,2039],[1251,2075],[1241,2089],[1221,2093],[1206,2086],[1200,2092],[1197,2102],[1205,2112],[1197,2134],[1226,2143],[1241,2142],[1206,2164],[1066,2202],[1042,2202],[1009,2179],[1036,2173],[1063,2170],[1070,2160],[1063,2146],[1037,2142],[1018,2148],[987,2152],[965,2145],[950,2137],[941,2114],[941,2083],[941,2062],[970,2043],[977,2034]]},{"area":"30c","points":[[939,2414],[983,2388],[992,2348],[981,2293],[987,2264],[1012,2225],[1024,2218],[1058,2217],[1122,2199],[1211,2182],[1246,2156],[1292,2147],[1332,2148],[1304,2179],[1290,2183],[1285,2202],[1302,2205],[1316,2235],[1345,2279],[1355,2304],[1341,2349],[1354,2385],[1386,2422],[1408,2440],[1408,2494],[1413,2528],[1426,2534],[1392,2557],[1358,2575],[1336,2591],[1296,2587],[1250,2549],[1223,2534],[1184,2545],[1136,2548],[1057,2547],[1005,2530],[971,2518],[948,2483],[937,2441]]},{"area":"30b","points":[[1496,2114],[1478,2095],[1481,2071],[1495,2057],[1516,2041],[1537,2041],[1558,2044],[1581,2054],[1603,2049],[1626,2050],[1640,2059],[1655,2075],[1670,2086],[1653,2102],[1636,2101],[1634,2092],[1617,2096],[1606,2103],[1619,2117],[1612,2128],[1595,2146],[1598,2165],[1595,2194],[1586,2206],[1561,2201],[1546,2190],[1541,2177],[1522,2170],[1496,2133]]},{"area":"309","points":[[1632,2129],[1644,2129],[1654,2116],[1679,2107],[1682,2107],[1694,2103],[1717,2099],[1739,2109],[1752,2126],[1760,2142],[1803,2136],[1825,2119],[1826,2097],[1824,2078],[1803,2072],[1771,2080],[1760,2059],[1782,2046],[1815,2041],[1829,2050],[1828,2030],[1850,2011],[1872,2016],[1901,2027],[1926,2046],[1947,2069],[1944,2077],[1948,2097],[1952,2109],[1931,2119],[1935,2137],[1943,2148],[1960,2162],[1981,2182],[1988,2203],[1974,2222],[1962,2208],[1961,2186],[1939,2178],[1931,2197],[1916,2208],[1899,2214],[1874,2215],[1849,2201],[1840,2163],[1815,2164],[1805,2172],[1781,2184],[1779,2199],[1786,2203],[1775,2205],[1763,2213],[1773,2227],[1771,2246],[1756,2257],[1742,2282],[1748,2297],[1739,2312],[1714,2318],[1677,2320],[1655,2298],[1627,2301],[1613,2315],[1594,2283],[1621,2269],[1639,2263],[1643,2240],[1642,2225],[1641,2202],[1627,2198],[1623,2174],[1618,2150]]},{"area":"308","points":[[1498,2494],[1523,2464],[1548,2446],[1589,2432],[1653,2424],[1694,2414],[1745,2406],[1773,2384],[1781,2358],[1827,2354],[1871,2356],[1896,2376],[1948,2417],[1968,2445],[2011,2547],[2021,2598],[2010,2662],[1988,2716],[1956,2748],[1910,2766],[1822,2805],[1765,2828],[1698,2831],[1614,2819],[1535,2781],[1499,2708],[1501,2628],[1511,2574],[1510,2526]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/064-skt05-gruddhaug.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/065-501.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-9,"offsetY":-33,"scale":3,"distance":10}}]},{"name":"Ch. 6: Canyon of the Stone Giants","ix":6,"images":[{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/SKT/068-skt06-deadstone.webp"},"title":"Map 6.1: Deadstone Cleft","width":2400,"height":3300,"imageType":"map","grid":{"type":"square","size":85,"offsetX":40,"scale":3,"distance":10},"mapRegions":[{"area":"32c","points":[[814,2898],[802,2871],[834,2846],[858,2832],[881,2828],[916,2842],[930,2872],[943,2896],[921,2947],[916,2955],[892,2949],[874,2957],[841,2949],[815,2930]]},{"area":"32b","points":[[1210,2916],[1288,2895],[1339,2858],[1341,2826],[1381,2874],[1351,2875],[1293,2923],[1268,2965]]},{"area":"32e","points":[[1583,2974],[1634,2938],[1664,2912],[1697,2902],[1697,2889],[1686,2883],[1684,2875],[1667,2863],[1680,2835],[1710,2811],[1729,2817],[1751,2808],[1759,2828],[1774,2834],[1770,2812],[1791,2787],[1832,2789],[1836,2810],[1852,2830],[1869,2808],[1853,2787],[1861,2755],[1886,2747],[1906,2741],[1925,2746],[1939,2747],[1946,2771],[1960,2777],[1966,2799],[1952,2842],[1946,2854],[1944,2874],[1928,2883],[1899,2866],[1885,2862],[1879,2867],[1893,2877],[1909,2893],[1914,2918],[1902,2947],[1889,2944],[1881,2959],[1877,2965],[1863,2965],[1846,2970],[1825,2979],[1799,2963],[1795,2947],[1779,2936],[1749,2929],[1739,2939],[1719,2945],[1698,2962],[1676,2976],[1657,2994],[1630,3022],[1613,3017],[1586,3010]]},{"area":"349","points":[[1648,2601],[1624,2591],[1615,2574],[1613,2548],[1608,2531],[1615,2512],[1641,2508],[1649,2497],[1657,2496],[1664,2467],[1691,2438],[1720,2445],[1746,2440],[1758,2440],[1770,2419],[1762,2405],[1790,2391],[1813,2379],[1866,2374],[1881,2400],[1898,2417],[1924,2419],[1943,2450],[1936,2459],[1942,2478],[1935,2506],[1939,2515],[1923,2525],[1885,2533],[1875,2508],[1855,2504],[1834,2496],[1828,2507],[1826,2528],[1798,2528],[1784,2523],[1769,2536],[1775,2557],[1797,2560],[1816,2554],[1842,2557],[1855,2575],[1853,2597],[1853,2636],[1838,2650],[1839,2665],[1830,2679],[1799,2702],[1769,2716],[1725,2726],[1682,2715],[1667,2705],[1658,2679],[1662,2667],[1682,2663],[1701,2643],[1717,2632],[1716,2616],[1699,2602],[1669,2602]]},{"area":"331","points":[[1354,2291],[1363,2274],[1366,2258],[1396,2242],[1390,2226],[1423,2200],[1449,2208],[1456,2222],[1465,2211],[1481,2202],[1486,2181],[1522,2177],[1535,2197],[1575,2224],[1604,2228],[1628,2226],[1641,2239],[1655,2252],[1662,2268],[1688,2277],[1705,2278],[1723,2279],[1746,2269],[1742,2255],[1769,2229],[1769,2211],[1797,2198],[1824,2201],[1841,2214],[1829,2244],[1799,2261],[1801,2280],[1801,2292],[1786,2305],[1774,2324],[1720,2322],[1703,2322],[1696,2336],[1682,2342],[1680,2378],[1675,2384],[1621,2436],[1601,2438],[1589,2465],[1575,2479],[1576,2494],[1563,2503],[1544,2508],[1526,2502],[1519,2489],[1516,2480],[1495,2481],[1481,2492],[1456,2498],[1435,2488],[1431,2468],[1435,2451],[1413,2453],[1392,2443],[1381,2430],[1379,2406],[1404,2388],[1408,2363],[1397,2355],[1397,2326],[1383,2312],[1374,2296]]},{"area":"333","points":[[1764,2197],[1790,2189],[1824,2187],[1832,2174],[1855,2182],[1880,2184],[1903,2162],[1908,2141],[1895,2124],[1881,2114],[1881,2101],[1917,2092],[1937,2109],[1948,2122],[1961,2119],[1975,2109],[1992,2106],[2009,2110],[2023,2089],[2018,2078],[2025,2062],[2013,2034],[2024,2023],[2003,1992],[1974,1988],[1962,1984],[1941,1992],[1933,2009],[1926,2030],[1914,2038],[1884,2038],[1882,2018],[1904,2015],[1915,1994],[1912,1970],[1903,1955],[1877,1945],[1882,1923],[1901,1911],[1936,1901],[1954,1890],[1965,1863],[1954,1838],[1938,1819],[1914,1819],[1893,1814],[1875,1813],[1876,1801],[1851,1806],[1832,1835],[1826,1849],[1840,1859],[1845,1879],[1832,1892],[1816,1903],[1798,1890],[1812,1870],[1798,1842],[1775,1834],[1749,1839],[1739,1856],[1746,1879],[1717,1892],[1703,1870],[1711,1852],[1716,1836],[1723,1816],[1709,1795],[1688,1763],[1649,1764],[1636,1794],[1606,1806],[1632,1806],[1657,1804],[1662,1816],[1661,1834],[1661,1855],[1671,1871],[1662,1888],[1676,1907],[1672,1926],[1653,1947],[1631,1956],[1619,1979],[1603,2000],[1581,2000],[1564,2021],[1566,2043],[1576,2062],[1598,2065],[1605,2097],[1605,2118],[1597,2130],[1577,2136],[1559,2137],[1548,2147],[1547,2166],[1557,2188],[1582,2206],[1604,2204],[1627,2204],[1632,2195],[1630,2176],[1646,2159],[1664,2169],[1663,2183],[1666,2200],[1667,2213],[1693,2215],[1723,2221],[1730,2197],[1732,2184],[1754,2178]]},{"area":"33c","points":[[1711,1481],[1743,1475],[1763,1468],[1779,1475],[1797,1486],[1810,1477],[1856,1476],[1864,1483],[1896,1467],[1902,1443],[1885,1434],[1891,1410],[1898,1388],[1920,1388],[1936,1382],[1932,1362],[1957,1358],[1990,1355],[1996,1382],[2022,1401],[2052,1382],[2048,1360],[2050,1336],[2082,1324],[2084,1309],[2128,1304],[2131,1326],[2131,1344],[2117,1357],[2111,1376],[2115,1394],[2089,1425],[2099,1444],[2121,1441],[2128,1458],[2133,1488],[2122,1516],[2106,1544],[2076,1559],[2048,1582],[2056,1601],[2004,1621],[1992,1612],[1987,1603],[1966,1602],[1957,1608],[1919,1601],[1890,1571],[1888,1557],[1864,1536],[1838,1533],[1814,1531],[1785,1537],[1755,1524],[1719,1523]]},{"area":"33d","points":[[1842,1058],[1875,1044],[1904,1052],[1896,1076],[1907,1096],[1936,1097],[1954,1108],[1954,1134],[1942,1159],[1926,1163],[1931,1171],[1958,1173],[1972,1195],[1971,1216],[1964,1230],[1956,1232],[1955,1249],[1977,1251],[1997,1263],[1996,1293],[1977,1304],[1981,1331],[1924,1343],[1898,1343],[1880,1339],[1853,1333],[1843,1308],[1858,1285],[1864,1279],[1861,1262],[1841,1262],[1826,1248],[1824,1221],[1822,1198],[1839,1186],[1839,1172],[1823,1176],[1811,1163],[1810,1137],[1814,1117],[1836,1110],[1843,1107],[1850,1094],[1834,1086],[1834,1074]]},{"area":"34b","points":[[1605,966],[1614,942],[1630,924],[1663,923],[1690,941],[1707,944],[1718,922],[1723,896],[1734,867],[1716,853],[1701,831],[1714,811],[1731,790],[1743,808],[1749,826],[1781,837],[1800,848],[1839,830],[1885,835],[1919,800],[1952,804],[1943,816],[1975,862],[2006,855],[2024,857],[1997,914],[1990,943],[1969,959],[1971,982],[1954,992],[1924,994],[1914,1009],[1886,1015],[1819,1039],[1804,1039],[1799,1055],[1781,1052],[1752,1078],[1716,1067],[1696,1046],[1684,1019],[1705,1012],[1708,996],[1685,982],[1657,981],[1651,997],[1646,1018],[1623,1023],[1623,995]]},{"area":"33e","points":[[1649,474],[1658,439],[1691,397],[1707,406],[1735,412],[1761,399],[1791,397],[1806,403],[1849,406],[1866,391],[1902,409],[1892,431],[1899,445],[1917,445],[1934,465],[1934,496],[1910,509],[1911,532],[1938,541],[1948,563],[1944,583],[1930,597],[1904,596],[1892,590],[1880,597],[1879,615],[1881,628],[1861,642],[1845,636],[1834,631],[1823,637],[1818,657],[1795,666],[1768,659],[1762,644],[1719,645],[1707,662],[1667,657],[1666,640],[1680,621],[1703,615],[1705,594],[1682,575],[1669,570],[1656,551],[1663,530],[1675,523],[1671,494],[1667,483]]},{"area":"34c","points":[[1284,530],[1290,494],[1316,492],[1320,472],[1299,459],[1280,439],[1291,378],[1317,355],[1343,355],[1364,357],[1378,338],[1371,328],[1377,297],[1415,284],[1454,289],[1458,307],[1483,304],[1490,285],[1519,272],[1551,265],[1566,282],[1600,282],[1623,266],[1632,254],[1639,234],[1672,231],[1680,212],[1743,195],[1752,211],[1748,232],[1741,257],[1736,279],[1714,282],[1704,271],[1683,272],[1671,291],[1646,299],[1643,318],[1653,333],[1657,371],[1688,374],[1643,434],[1624,508],[1605,519],[1573,526],[1562,548],[1526,544],[1516,512],[1493,492],[1486,469],[1439,474],[1430,483],[1444,502],[1440,521],[1432,529],[1429,542],[1422,558],[1396,555],[1374,557],[1364,542],[1318,549],[1296,539]]},{"area":"341","points":[[997,231],[1032,229],[1048,217],[1075,225],[1098,232],[1121,239],[1116,254],[1086,262],[1066,263],[1053,274],[1040,265],[1022,256],[999,250]]},{"area":"343","points":[[741,528],[743,555],[729,561],[733,583],[742,599],[759,617],[782,624],[809,616],[817,600],[838,602],[839,637],[840,651],[857,670],[863,701],[852,724],[862,750],[844,774],[844,831],[864,848],[878,842],[908,884],[891,902],[890,930],[915,942],[916,963],[905,989],[885,994],[861,985],[816,1010],[809,1050],[815,1083],[795,1102],[762,1101],[729,1098],[718,1105],[696,1137],[689,1147],[657,1145],[632,1155],[605,1156],[597,1147],[550,1164],[532,1169],[528,1185],[525,1213],[503,1229],[476,1238],[423,1234],[392,1224],[362,1200],[338,1169],[330,1141],[335,1114],[351,1108],[369,1099],[371,1083],[387,1083],[402,1053],[392,1045],[397,1034],[383,1013],[344,998],[323,1005],[303,1009],[291,998],[280,969],[284,950],[305,944],[303,902],[285,890],[277,881],[275,848],[279,841],[296,829],[301,801],[297,790],[299,771],[299,749],[293,735],[270,731],[262,711],[261,690],[271,667],[288,666],[305,666],[321,640],[325,611],[310,609],[298,582],[312,559],[316,543],[342,528],[368,535],[370,519],[385,506],[415,502],[429,506],[448,504],[461,498],[463,486],[476,469],[503,461],[542,457],[590,464],[626,475],[635,494],[638,518],[679,529],[685,515],[704,505],[725,511]]},{"area":"339","points":[[328,1481],[345,1442],[366,1411],[389,1401],[401,1411],[429,1401],[434,1389],[496,1391],[510,1406],[519,1425],[529,1449],[536,1483],[526,1486],[521,1508],[531,1524],[545,1560],[525,1566],[515,1589],[506,1605],[469,1609],[458,1624],[453,1645],[416,1652],[387,1662],[357,1650],[337,1636],[320,1614],[317,1559],[329,1538],[345,1523],[348,1504],[337,1496]]},{"area":"338","points":[[570,1814],[610,1837],[630,1855],[634,1871],[656,1872],[665,1901],[669,1926],[659,1965],[641,1979],[643,1999],[654,2008],[649,2023],[628,2048],[608,2056],[583,2044],[568,2057],[577,2072],[563,2084],[535,2095],[477,2110],[465,2079],[441,2065],[427,2077],[401,2080],[379,2066],[372,2037],[379,2019],[403,2009],[395,1983],[374,1970],[369,1954],[373,1926],[391,1911],[411,1911],[415,1895],[394,1882],[390,1864],[405,1838],[426,1830],[444,1834],[451,1835],[463,1826],[476,1811],[519,1812],[551,1817]]},{"area":"336","points":[[517,2271],[564,2229],[615,2191],[624,2171],[611,2162],[614,2143],[641,2120],[655,2103],[669,2099],[692,2116],[722,2107],[787,2117],[801,2126],[815,2151],[809,2171],[789,2198],[762,2211],[747,2232],[760,2251],[788,2267],[809,2275],[826,2319],[822,2342],[797,2366],[789,2389],[738,2408],[729,2382],[685,2372],[667,2363],[635,2363],[609,2373],[605,2388],[581,2388],[561,2374],[538,2369],[524,2344],[536,2324],[519,2295]]},{"area":"34a","points":[[623,1808],[589,1783],[586,1756],[575,1750],[564,1712],[551,1704],[566,1688],[582,1663],[594,1640],[606,1606],[645,1536],[653,1524],[655,1504],[668,1491],[645,1478],[659,1426],[667,1413],[706,1413],[712,1422],[746,1423],[763,1417],[808,1423],[822,1445],[857,1452],[875,1455],[891,1485],[899,1506],[889,1524],[876,1544],[885,1563],[915,1566],[941,1539],[961,1532],[979,1542],[1000,1546],[1003,1525],[1003,1507],[987,1491],[1001,1481],[1032,1482],[1056,1499],[1061,1531],[1051,1550],[1027,1568],[1030,1586],[1059,1609],[1062,1628],[1058,1652],[1039,1669],[1039,1683],[1017,1675],[985,1655],[990,1637],[990,1610],[951,1591],[933,1601],[918,1616],[923,1639],[934,1637],[937,1658],[917,1675],[908,1698],[882,1705],[865,1701],[850,1710],[835,1726],[812,1741],[801,1754],[797,1774],[809,1789],[801,1808],[769,1812],[744,1814],[732,1826],[728,1841],[688,1845],[664,1838],[648,1828],[638,1808]]},{"area":"33b","points":[[986,1476],[1001,1451],[1018,1438],[1042,1432],[1064,1419],[1064,1385],[1050,1361],[1018,1359],[1010,1383],[987,1387],[960,1385],[935,1373],[931,1350],[942,1333],[954,1308],[959,1282],[989,1259],[1024,1249],[1045,1251],[1068,1253],[1084,1274],[1089,1302],[1066,1316],[1084,1331],[1086,1361],[1118,1366],[1135,1377],[1163,1375],[1176,1361],[1189,1345],[1203,1332],[1257,1335],[1245,1360],[1229,1364],[1210,1383],[1201,1409],[1208,1424],[1218,1432],[1235,1429],[1262,1441],[1272,1451],[1269,1469],[1281,1485],[1265,1502],[1248,1512],[1254,1532],[1278,1525],[1301,1526],[1285,1536],[1280,1560],[1294,1579],[1262,1575],[1245,1573],[1228,1600],[1206,1637],[1187,1661],[1178,1674],[1162,1689],[1116,1695],[1067,1688],[1069,1668],[1084,1641],[1081,1611],[1056,1588],[1061,1570],[1081,1531],[1072,1490],[1046,1466],[1012,1466]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/068-skt06-deadstone.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/069-601.webp"},"title":"Player Version","mapParent":{"id":"fed"},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":15,"offsetY":22,"scale":2,"distance":10}}]},{"name":"Ch. 7: Berg of the Frost Giants","ix":7,"images":[{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/SKT/073-skt07-svardborg.webp"},"title":"Map 7.1: Svardborg","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":79,"offsetX":61,"offsetY":-29,"scale":3,"distance":20},"mapRegions":[{"area":"369","points":[[929,2436],[938,2330],[943,2272],[935,2201],[932,2135],[949,2032],[943,1921],[981,1907],[1050,1910],[1082,1904],[1097,1891],[1139,1910],[1170,1915],[1210,1914],[1261,1910],[1261,1995],[1262,2111],[1263,2222],[1255,2318],[1270,2402],[1274,2424],[1185,2409],[1159,2415],[1115,2431],[1080,2436],[1049,2419],[1015,2411],[965,2419]]},{"area":"377","points":[[359,1884],[404,1858],[458,1814],[515,1782],[560,1736],[614,1698],[649,1668],[665,1662],[746,1762],[768,1768],[784,1788],[782,1800],[826,1854],[858,1901],[774,1972],[698,2029],[677,2063],[615,2114],[579,2152],[552,2085],[534,2089],[501,2115],[476,2122],[451,2095],[428,2058],[384,2021],[370,1985],[381,1957],[413,1938],[395,1918],[361,1897]]},{"area":"397","points":[[917,1722],[989,1695],[1059,1680],[1124,1688],[1202,1706],[1226,1725],[1156,1759],[1080,1768],[996,1757],[946,1737]]},{"area":"394","points":[[950,1192],[1004,1137],[1054,1132],[1102,1117],[1152,1103],[1195,1106],[1169,1126],[1125,1155],[1080,1178],[1011,1195],[964,1198]]},{"area":"397","points":[[1421,1304],[1401,1376],[1400,1458],[1413,1505],[1441,1562],[1463,1598],[1481,1526],[1472,1404],[1443,1339]]},{"area":"393","points":[[1802,1711],[1842,1651],[1901,1686],[1934,1698],[1943,1706],[1936,1742],[1924,1763],[1898,1785],[1878,1766],[1836,1742],[1799,1718]]},{"area":"37f","points":[[1399,1857],[1432,1825],[1467,1776],[1494,1746],[1550,1693],[1570,1672],[1614,1716],[1695,1778],[1777,1850],[1862,1920],[1829,1945],[1805,1976],[1795,2016],[1762,2043],[1732,2058],[1695,2092],[1678,2134],[1629,2089],[1517,1971],[1453,1904],[1409,1872]]},{"area":"384","points":[[1316,1011],[1347,984],[1402,909],[1477,826],[1522,758],[1582,680],[1623,719],[1663,756],[1705,766],[1736,786],[1743,808],[1772,843],[1844,885],[1751,987],[1677,1080],[1631,1126],[1591,1188],[1563,1212],[1488,1157],[1450,1147],[1416,1131],[1411,1093],[1352,1044]]},{"area":"392","points":[[252,1298],[366,1309],[364,1356],[381,1392],[398,1422],[474,1421],[549,1405],[583,1363],[614,1326],[654,1310],[675,1311],[675,1355],[685,1399],[690,1450],[689,1475],[679,1499],[676,1549],[675,1571],[248,1572],[263,1534],[261,1476],[242,1434],[256,1402],[262,1360],[255,1330]]},{"area":"396","points":[[1215,1362],[1245,1312],[1309,1219],[1371,1182],[1431,1177],[1477,1171],[1519,1200],[1482,1216],[1419,1215],[1374,1232],[1333,1277],[1301,1343],[1284,1402],[1261,1413],[1234,1412],[1217,1390]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/073-skt07-svardborg.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/074-701.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-24,"offsetY":-35,"scale":3,"distance":20}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/SKT/075-skt07-lodges.webp"},"title":"Map 7.2: Svardborg Lodges","width":2157,"height":3000,"imageType":"map","grid":{"type":"square","size":71,"offsetX":32,"offsetY":10,"scale":3,"distance":10},"mapRegions":[{"area":"374","points":[[201,234],[201,370],[542,370],[542,234]]},{"area":"36e","points":[[204,507],[204,667],[345,667],[345,507]]},{"area":"370","points":[[202,686],[202,831],[346,831],[346,686]]},{"area":"371","points":[[360,507],[360,835],[721,835],[721,507]]},{"area":"382","points":[[1503,582],[1505,543],[1801,533],[1794,494],[1761,461],[1749,434],[1805,410],[1828,440],[1861,486],[1883,504],[1865,534],[1864,582]]},{"area":"383","points":[[1441,923],[1437,616],[1554,615],[1551,709],[1506,752],[1504,845],[1470,892]]},{"area":"381","points":[[1449,1041],[1475,1011],[1508,1014],[1519,1053],[1556,1069],[1574,1110],[1534,1122],[1512,1119],[1485,1136],[1451,1137],[1444,1101],[1462,1069]]},{"area":"381","points":[[1761,799],[1748,747],[1788,743],[1810,777],[1853,790],[1862,828],[1814,840],[1789,868],[1748,846]]},{"area":"381","points":[[1768,1039],[1766,981],[1811,968],[1819,1038],[1862,1041],[1863,1096],[1811,1081],[1766,1107],[1735,1076]]},{"area":"380","points":[[1652,637],[1603,747],[1584,830],[1576,915],[1584,981],[1600,1048],[1649,1174],[1702,1050],[1719,983],[1725,921],[1717,831],[1698,745]]},{"area":"36d","points":[[203,976],[203,1136],[419,1136],[419,976]]},{"area":"36c","points":[[206,1165],[344,1165],[346,1227],[344,1264],[361,1301],[372,1317],[411,1325],[413,1494],[229,1489],[208,1440],[202,1257]]},{"area":"36b","points":[[444,1416],[444,1491],[1055,1491],[1055,1416]]},{"area":"36a","points":[[449,1402],[1050,1402],[1049,976],[441,977],[442,1163],[414,1162],[391,1175],[372,1198],[368,1227],[370,1267],[385,1292],[421,1302],[448,1304]]},{"area":"37e","points":[[206,1799],[206,1917],[324,1917],[324,1799]]},{"area":"37d","points":[[205,2000],[205,2132],[322,2132],[322,2000]]},{"area":"37b","points":[[208,1943],[348,1943],[347,1802],[370,1800],[372,1755],[406,1734],[494,1748],[509,1759],[516,1800],[649,1799],[654,2124],[349,2126],[349,1986],[208,1986]]},{"area":"37a","points":[[204,2332],[204,2665],[322,2665],[322,2332]]},{"area":"378","points":[[343,2330],[343,2733],[819,2733],[819,2330]]},{"area":"38d","points":[[1399,1750],[1414,1726],[1437,1715],[1468,1706],[1486,1710],[1494,1704],[1522,1724],[1535,1743],[1537,1779],[1517,1805],[1491,1809],[1469,1814],[1425,1794],[1403,1772]]},{"area":"38e","points":[[1730,1684],[1739,1714],[1766,1750],[1814,1786],[1858,1799],[1895,1818],[1908,1811],[1908,1684]]},{"area":"38c","points":[[1605,1817],[1605,1877],[1693,1877],[1693,1817]]},{"area":"38a","points":[[1561,1936],[1561,2129],[1747,2129],[1747,1936]]},{"area":"388","points":[[1838,1918],[1838,2150],[2008,2150],[2008,1918]]},{"area":"386","points":[[1459,2384],[1465,1844],[1392,1844],[1373,1855],[1360,1866],[1368,1879],[1381,1892],[1391,1892],[1391,1990],[1371,1999],[1360,2013],[1364,2029],[1394,2032],[1394,2135],[1375,2134],[1361,2145],[1363,2168],[1391,2172],[1391,2219],[1391,2259],[1391,2275],[1365,2281],[1362,2295],[1373,2312],[1396,2318],[1396,2384]]},{"area":"385","points":[[1584,2437],[1577,2293],[1631,2295],[1630,2274],[1650,2268],[1669,2267],[1678,2284],[1679,2291],[1724,2296],[1719,2438]]},{"area":"387","points":[[1867,2173],[1868,2342],[1750,2342],[1750,2391],[1758,2402],[1779,2399],[1790,2382],[1799,2389],[1804,2396],[1824,2401],[1837,2384],[1849,2392],[1852,2400],[1884,2398],[1889,2384],[1906,2387],[1902,2364],[1920,2351],[1918,2329],[1907,2326],[1904,2310],[1919,2310],[1921,2283],[1905,2276],[1911,2263],[1917,2261],[1921,2235],[1906,2223],[1916,2213],[1918,2186],[1902,2172]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/075-skt07-lodges.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/076-799.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":2400,"height":3338,"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-39,"offsetY":10,"scale":3,"distance":10}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/SKT/077-skt07-04.webp"},"title":"Map 7.3: Krigvind","width":1000,"height":585,"imageType":"map","grid":{"type":"square","size":51,"offsetX":-2,"offsetY":-13,"scale":6}},{"type":"image","href":{"type":"internal","path":"adventure/SKT/078-702.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2400,"height":1458,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":14,"offsetY":15,"scale":3}}]},{"name":"Ch. 8: Forge of the Fire Giants","ix":8,"images":[{"type":"image","id":"fe9","href":{"type":"internal","path":"adventure/SKT/080-skt08-ironslag1.webp"},"title":"Map 8.1: Ironslag","width":2183,"height":3000,"imageType":"map","grid":{"type":"square","size":81,"offsetX":50,"offsetY":21,"scale":3,"distance":10},"mapRegions":[{"area":"3d6","points":[[889,324],[958,362],[1020,355],[1087,334],[1136,300],[1195,275],[1275,274],[1305,280],[1301,262],[1298,235],[1273,201],[1266,169],[1284,131],[1275,98],[1267,75],[1242,56],[1239,19],[861,19],[821,76],[819,111],[828,133],[841,154],[852,178],[867,187],[881,206],[916,213],[931,238],[922,261],[916,289],[904,314]]},{"area":"3db","points":[[1427,206],[1440,186],[1459,176],[1473,175],[1484,193],[1484,226],[1471,238],[1445,240],[1427,220]]},{"area":"3da","points":[[1596,227],[1602,202],[1616,182],[1641,156],[1669,146],[1707,141],[1742,148],[1768,166],[1786,188],[1796,209],[1800,242],[1800,266],[1791,287],[1776,313],[1759,329],[1731,342],[1698,352],[1664,341],[1641,328],[1618,305],[1601,278],[1591,253]]},{"area":"3c6","points":[[1282,358],[1340,312],[1414,400],[1388,431],[1355,448]]},{"area":"3d2","points":[[1160,366],[1169,329],[1201,320],[1231,324],[1241,361],[1228,386],[1189,392],[1168,384]]},{"area":"3d4","points":[[798,666],[794,582],[924,581],[929,668]]},{"area":"3d7","points":[[1034,594],[1067,559],[1100,546],[1158,547],[1180,587],[1185,624],[1185,655],[1164,681],[1120,695],[1073,695],[1047,675],[1026,642],[1026,614]]},{"area":"3c6","points":[[845,833],[928,747],[992,808],[914,901],[878,869]]},{"area":"3cc","points":[[1268,700],[1292,687],[1325,668],[1351,682],[1374,698],[1378,742],[1359,767],[1318,781],[1287,767],[1272,741]]},{"area":"3ce","points":[[1301,827],[1320,829],[1355,838],[1375,861],[1378,899],[1358,921],[1325,935],[1294,924],[1273,900],[1279,868],[1281,844],[1286,833]]},{"area":"3d0","points":[[1115,879],[1144,894],[1161,915],[1160,951],[1139,980],[1105,985],[1073,964],[1055,927],[1069,899],[1098,880]]},{"area":"3c2","points":[[1544,860],[1673,835],[1672,861],[1552,893]]},{"area":"3c4","points":[[1873,442],[1913,409],[1973,405],[1996,415],[2014,452],[2019,492],[2009,521],[1985,540],[1979,562],[1940,571],[1899,569],[1899,548],[1865,515],[1859,481],[1856,459]]},{"area":"3c8","points":[[1999,618],[2039,619],[2056,638],[2067,665],[2065,688],[2047,715],[2002,726],[1976,702],[1965,668],[1968,639]]},{"area":"3c6","points":[[1832,844],[1854,799],[1879,774],[1986,847],[1939,911],[1876,874]]},{"area":"3ca","points":[[2073,738],[2109,756],[2108,806],[2080,815],[2040,806],[2035,773],[2049,742]]},{"area":"3bf","points":[[1733,1000],[1796,1015],[1871,1022],[1891,1024],[1855,1002],[1789,986],[1734,964],[1681,868],[1672,821],[1675,771],[1689,728],[1708,669],[1741,684],[1745,713],[1720,751],[1714,785],[1721,840],[1745,907],[1794,948],[1865,973],[1928,989],[1946,1015],[1936,1054],[1886,1060],[1825,1058],[1762,1039],[1722,1020],[1715,1007]]},{"area":"3ab","points":[[98,2909],[98,2980],[453,2980],[453,2909]]},{"area":"3eb","points":[[489,1339],[536,1314],[558,1342],[581,1388],[599,1436],[609,1481],[614,1540],[618,1602],[616,1633],[635,1632],[664,1629],[666,1532],[665,1489],[664,1439],[665,1385],[666,1340],[728,1339],[731,1408],[726,1489],[726,1546],[724,1626],[786,1636],[818,1652],[829,1707],[827,1759],[987,1765],[987,1819],[776,1821],[776,1948],[673,1946],[671,1819],[615,1820],[612,1893],[507,1893],[502,1818],[464,1818],[461,1758],[508,1756],[509,1681],[405,1680],[406,1634],[560,1627],[559,1581],[562,1528],[555,1479],[534,1416],[514,1366],[501,1353]]},{"area":"3ed","points":[[453,1691],[191,1691],[87,1798],[84,2372],[140,2427],[404,2424],[404,2269],[453,2212]]},{"area":"3f1","points":[[485,2300],[488,2276],[773,2273],[773,2582],[459,2589],[459,2432],[427,2426],[428,2380],[485,2380],[485,2351]]},{"area":"3f5","points":[[834,2379],[834,2589],[936,2589],[936,2379]]},{"area":"3f0","points":[[136,2487],[294,2487],[294,2531],[255,2589],[184,2589],[136,2540]]},{"area":"3f3","points":[[421,2589],[325,2589],[241,2642],[241,2744],[287,2802],[400,2802],[444,2769],[462,2713],[459,2648]]},{"area":"3f6","points":[[727,2647],[727,2798],[1202,2798],[1202,2647]]},{"area":"3e3","points":[[1100,1305],[1147,1256],[1356,1256],[1415,1304],[1415,1521],[1100,1521]]},{"area":"3e5","points":[[1468,1261],[1468,1388],[1627,1388],[1627,1261]]},{"area":"3e7","points":[[1684,1261],[1684,1389],[1844,1389],[1844,1261]]},{"area":"3e4","points":[[1440,1419],[1440,1467],[1794,1467],[1794,1419]]},{"area":"3e9","points":[[1633,1521],[1633,1679],[2059,1679],[2059,1521]]},{"area":"3de","points":[[1634,2006],[1659,1972],[1682,1949],[1720,1938],[1754,1935],[1798,1952],[1831,1980],[1846,2004],[1846,2107],[1834,2139],[1812,2159],[1771,2176],[1732,2184],[1689,2175],[1654,2146],[1634,2119]]},{"area":"3df","points":[[1901,1794],[2061,1794],[2113,1840],[2113,2266],[2066,2320],[1875,2320],[1875,1849]]},{"area":"3e0","points":[[1902,2384],[1926,2379],[1951,2355],[2006,2355],[2029,2380],[2061,2382],[2059,2479],[1902,2486]]},{"area":"3e1","points":[[829,1904],[992,1904],[992,1632],[1526,1632],[1526,2378],[1364,2539],[1000,2539],[1000,2214],[829,2214]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/080-skt08-ironslag1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/081-801.webp"},"title":"Player Version","mapParent":{"id":"fe9","autoScale":true},"width":2401,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":11,"offsetY":41,"scale":3,"distance":10}},{"type":"image","id":"fe8","href":{"type":"internal","path":"adventure/SKT/082-skt08-ironslag2.webp"},"title":"Map 8.2: Ironslag, Lower Level","width":2432,"height":1716,"imageType":"map","grid":{"type":"square","size":73,"offsetX":71,"offsetY":57,"scale":3,"distance":10},"mapRegions":[{"area":"410","points":[[295,245],[295,475],[728,475],[728,245]]},{"area":"40b","points":[[780,191],[869,191],[869,262],[848,262],[848,291],[921,291],[921,265],[900,265],[900,192],[992,192],[992,259],[968,264],[968,291],[1042,291],[1042,264],[1021,264],[1021,194],[1118,194],[1118,475],[779,481],[779,394],[779,291],[803,291],[803,266],[780,266]]},{"area":"40f","points":[[879,511],[879,655],[1076,655],[1076,511]]},{"area":"412","points":[[658,684],[658,820],[828,820],[828,684]]},{"area":"412","points":[[658,876],[658,1016],[828,1016],[828,876]]},{"area":"412","points":[[660,1071],[660,1209],[833,1209],[833,1071]]},{"area":"414","points":[[346,1365],[482,1365],[482,1422],[451,1454],[389,1456],[347,1411]]},{"area":"40a","points":[[882,1046],[873,899],[895,895],[900,879],[921,876],[932,886],[931,899],[949,899],[949,1046]]},{"area":"408","points":[[1124,581],[1124,828],[1607,828],[1607,581]]},{"area":"411","points":[[294,728],[385,631],[631,631],[631,1311],[354,1311],[305,1276],[296,1054]]},{"area":"403","points":[[973,831],[1606,831],[1606,1247],[1481,1387],[1465,1404],[1133,1404],[1133,1113],[973,1113]]},{"area":"413","points":[[545,1361],[871,1361],[875,1408],[898,1409],[909,1382],[929,1364],[929,1311],[1078,1309],[1072,1599],[928,1604],[926,1558],[902,1534],[904,1505],[876,1505],[876,1548],[545,1549]]},{"area":"401","points":[[1627,242],[1459,240],[1413,293],[1409,339],[1461,381],[1601,378],[1607,288],[1629,284]]},{"area":"3f9","points":[[1665,821],[1665,238],[1941,238],[1941,821]]},{"area":"3fc","points":[[1995,424],[1991,284],[2029,238],[2088,234],[2133,285],[2136,424]]},{"area":"3fb","points":[[1949,475],[2041,475],[2041,439],[2088,439],[2088,564],[2042,564],[2042,526],[1949,526]]},{"area":"3fe","points":[[1998,584],[2133,581],[2138,711],[2093,769],[2041,768],[1998,715]]},{"area":"3f8","points":[[1727,971],[1753,912],[1804,893],[1858,912],[1880,972],[1860,1015],[1806,1048],[1747,1024]]},{"area":"3ab","points":[[53,1641],[53,1709],[728,1709],[728,1641]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/082-skt08-ironslag2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/083-802.webp"},"title":"Player Version","mapParent":{"id":"fe8"},"width":2432,"height":1716,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetY":9,"scale":3,"distance":10}}]},{"name":"Ch. 9: Castle of the Cloud Giants","ix":9,"images":[{"type":"image","id":"fe7","href":{"type":"internal","path":"adventure/SKT/087-skt09-lyn1.webp"},"title":"Map 9.1: Lyn Armaal, Level 1","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-13,"scale":3,"distance":10},"mapRegions":[{"area":"437","points":[[575,1898],[581,1834],[595,1779],[647,1708],[695,1661],[769,1631],[847,1621],[845,1899]]},{"area":"438","points":[[862,1615],[900,1624],[956,1639],[1011,1671],[1065,1720],[1096,1771],[1114,1822],[1129,1885],[1120,1953],[1013,1953],[984,1934],[945,1913],[892,1902],[862,1901]]},{"area":"43a","points":[[266,2222],[272,2148],[291,2094],[321,2041],[365,1992],[412,1960],[474,1934],[527,1922],[555,1924],[572,1968],[584,1998],[582,2060],[587,2079],[572,2138],[564,2166],[560,2226],[564,2268],[569,2280],[589,2328],[599,2348],[575,2391],[565,2427],[555,2479],[511,2474],[465,2462],[420,2444],[376,2419],[344,2389],[316,2351],[294,2313],[280,2272],[271,2245]]},{"area":"433","points":[[760,1951],[969,1951],[969,2062],[893,2062],[834,2121],[834,2159],[760,2159]]},{"area":"435","points":[[761,2239],[832,2239],[832,2276],[893,2337],[995,2337],[996,2435],[975,2448],[761,2448]]},{"area":"431","points":[[846,2169],[846,2131],[898,2079],[1096,2079],[1105,2088],[1116,2121],[1124,2153],[1132,2194],[1128,2233],[1119,2266],[1106,2305],[1099,2324],[898,2324],[846,2274]]},{"area":"43b","points":[[574,2498],[874,2498],[1013,2735],[973,2756],[936,2774],[898,2782],[862,2791],[815,2787],[759,2773],[718,2756],[684,2739],[648,2709],[620,2667],[598,2627],[582,2593],[573,2546]]},{"area":"45d","points":[[889,2494],[942,2484],[981,2465],[1004,2448],[1116,2448],[1127,2486],[1126,2527],[1119,2572],[1106,2615],[1088,2648],[1066,2684],[1027,2722]]},{"area":"420","points":[[33,2905],[33,2981],[587,2981],[587,2905]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/087-skt09-lyn1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/088-901.webp"},"title":"Player Version","mapParent":{"id":"fe7","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":80,"offsetY":44,"scale":3,"distance":10}},{"type":"image","id":"fe6","href":{"type":"internal","path":"adventure/SKT/089-skt09-lyn2.webp"},"title":"Map 9.2: Lyn Armaal, Levels 2–6","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":75,"offsetX":49,"offsetY":27,"scale":3,"distance":10},"mapRegions":[{"area":"45b","points":[[231,616],[209,564],[193,485],[206,399],[239,327],[296,261],[347,233],[398,218],[466,200],[538,209],[589,233],[641,264],[681,308],[718,358],[742,426],[747,496],[739,555],[701,519],[639,476],[612,531],[552,501],[508,494],[432,496],[380,502],[299,546],[252,587]]},{"area":"456","points":[[224,661],[248,622],[275,589],[329,546],[400,520],[402,713],[276,713]]},{"area":"457","points":[[481,679],[481,507],[516,513],[539,519],[566,529],[566,679]]},{"area":"459","points":[[602,813],[602,765],[579,736],[579,589],[672,589],[701,635],[732,688],[746,736],[751,779],[747,813]]},{"area":"45a","points":[[414,692],[564,692],[566,740],[592,768],[589,813],[567,842],[568,889],[414,889]]},{"area":"453","points":[[216,675],[273,726],[402,727],[400,849],[275,851],[219,905],[207,874],[192,826],[193,772],[202,719]]},{"area":"452","points":[[400,864],[400,1054],[346,1038],[293,1002],[261,971],[226,919],[276,864]]},{"area":"44e","points":[[484,902],[576,899],[576,844],[596,826],[715,826],[733,841],[734,866],[720,887],[666,888],[662,992],[635,1009],[601,1031],[568,1046],[520,1058],[484,1066]]},{"area":"45c","points":[[231,962],[268,1002],[324,1042],[374,1064],[413,1076],[479,1079],[558,1068],[628,1038],[674,1000],[709,955],[727,1004],[744,1052],[748,1112],[735,1173],[711,1236],[678,1285],[642,1315],[599,1344],[545,1366],[501,1375],[453,1376],[409,1365],[425,1346],[440,1313],[444,1273],[427,1231],[388,1195],[354,1182],[311,1187],[275,1199],[255,1226],[239,1253],[224,1215],[202,1164],[193,1112],[198,1047],[215,995]]},{"area":"45d","points":[[251,1274],[272,1235],[304,1208],[347,1204],[384,1220],[407,1242],[421,1281],[415,1327],[389,1356],[360,1374],[305,1372],[273,1347],[254,1312]]},{"area":"463","points":[[1264,994],[1288,960],[1349,946],[1395,965],[1426,1004],[1431,1058],[1408,1095],[1387,1114],[1329,1124],[1285,1102],[1260,1069],[1252,1028]]},{"area":"465","points":[[1607,982],[1628,960],[1662,945],[1709,946],[1742,969],[1764,996],[1773,1036],[1764,1079],[1731,1113],[1694,1121],[1661,1118],[1624,1101],[1596,1059],[1593,1022]]},{"area":"467","points":[[1944,982],[1973,954],[2013,946],[2060,954],[2081,969],[2104,999],[2104,1036],[2093,1071],[2064,1106],[2035,1120],[1985,1118],[1946,1094],[1929,1065],[1925,1025],[1929,1005]]},{"area":"443","points":[[1647,2174],[1700,2026],[1913,2026],[1913,2394],[1705,2394],[1647,2245]]},{"area":"442","points":[[1931,2173],[1972,2171],[2008,2160],[2049,2127],[2059,2089],[2053,2059],[2073,2049],[2094,2078],[2105,2109],[2092,2167],[2053,2212],[1995,2239],[1931,2241]]},{"area":"445","points":[[1114,2178],[1144,2173],[1274,2173],[1274,2245],[1138,2245],[1114,2232]]},{"area":"44b","points":[[578,1975],[566,1925],[567,1867],[584,1804],[619,1740],[648,1701],[687,1665],[745,1638],[804,1616],[854,1615],[922,1629],[986,1658],[1028,1682],[1062,1732],[1092,1772],[1109,1821],[1124,1876],[1116,1936],[1104,1996],[1085,2031],[1055,1992],[996,1947],[920,1915],[856,1904],[794,1912],[735,1924],[672,1958],[611,1980]]},{"area":"44d","points":[[580,2422],[566,2496],[569,2556],[593,2626],[622,2680],[662,2719],[718,2760],[768,2779],[844,2789],[914,2778],[987,2747],[1045,2704],[1084,2651],[1114,2554],[1124,2482],[1106,2427],[1082,2378],[1039,2426],[981,2465],[902,2493],[828,2500],[746,2485],[704,2459],[679,2447],[622,2422]]},{"area":"44c","points":[[551,1922],[473,1932],[409,1954],[342,2011],[296,2075],[275,2121],[261,2182],[267,2242],[278,2288],[306,2347],[342,2396],[402,2439],[467,2467],[512,2476],[559,2479],[566,2424],[581,2384],[595,2361],[569,2307],[552,2233],[555,2173],[568,2113],[584,2062],[594,2048],[572,2002],[559,1953]]},{"area":"44a","points":[[720,1958],[886,1958],[886,2041],[831,2041],[831,2167],[720,2167]]},{"area":"447","points":[[845,2059],[899,2059],[899,2007],[1045,2007],[1066,2031],[1066,2171],[845,2171]]},{"area":"446","points":[[905,2246],[1124,2246],[1104,2306],[1074,2359],[1041,2402],[1018,2428],[969,2429],[905,2429]]},{"area":"448","points":[[779,2242],[779,2392],[892,2392],[892,2242]]},{"area":"462","points":[[1101,784],[1108,752],[1129,715],[1162,696],[1205,691],[1245,711],[1267,745],[1272,802],[1256,832],[1229,858],[1186,866],[1153,858],[1122,836],[1105,807]]},{"area":"461","points":[[911,774],[921,721],[935,675],[968,616],[1016,567],[1071,527],[1153,505],[1215,501],[1280,521],[1349,553],[1405,607],[1446,672],[1464,735],[1464,804],[1462,836],[1448,822],[1420,818],[1420,856],[1391,856],[1393,878],[1416,898],[1434,905],[1421,934],[1406,949],[1361,931],[1322,933],[1289,945],[1255,973],[1241,1026],[1238,1052],[1193,1061],[1122,1051],[1056,1020],[991,969],[953,914],[921,851],[1096,836],[1128,867],[1171,880],[1195,884],[1244,869],[1287,825],[1293,752],[1271,714],[1235,680],[1202,672],[1151,680],[1114,699],[1092,744],[1081,762]]},{"area":"461","points":[[913,776],[1084,764],[1080,795],[1091,818],[1098,835],[922,846],[915,815]]},{"area":"420","points":[[24,2912],[24,2978],[633,2978],[633,2912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/089-skt09-lyn2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/090-902.webp"},"title":"Player Version","mapParent":{"id":"fe6","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":-14,"offsetY":-18,"scale":3,"distance":10}}]},{"name":"Ch. 10: Hold of the Storm Giants","ix":10,"images":[{"type":"image","id":"fe5","href":{"type":"internal","path":"adventure/SKT/093-skt10-maelstrom1.webp"},"title":"Map 10.1: Maelstrom, Levels 1 and 2","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":79,"offsetX":20,"offsetY":20,"scale":3,"distance":10},"mapRegions":[{"area":"49a","points":[[1282,464],[1335,428],[1384,385],[1428,347],[1488,339],[1554,344],[1581,373],[1611,445],[1616,496],[1607,547],[1578,580],[1571,606],[1538,635],[1498,639],[1400,644],[1322,598]]},{"area":"46e","points":[[19,11],[19,68],[699,68],[699,11]]},{"area":"4bf","points":[[312,281],[324,246],[348,207],[382,209],[412,215],[435,227],[471,222],[492,207],[529,206],[547,226],[556,249],[559,266],[555,287],[540,300],[535,329],[522,348],[489,367],[455,362],[432,355],[424,329],[404,321],[386,316],[352,324],[329,313]]},{"area":"4bd","points":[[221,381],[221,535],[352,535],[352,381]]},{"area":"4bb","points":[[248,568],[358,561],[400,561],[400,612],[375,614],[378,644],[349,692],[249,691],[246,660],[227,656],[221,640],[229,626],[245,619],[246,594]]},{"area":"4ba","points":[[432,562],[435,545],[458,536],[494,505],[492,436],[511,429],[507,413],[522,394],[546,399],[560,421],[560,432],[589,432],[639,432],[639,515],[660,522],[667,544],[655,555],[638,565],[638,635],[560,638],[552,661],[535,668],[514,658],[508,641],[475,636],[429,641],[428,612]]},{"area":"4c0","points":[[744,326],[744,267],[744,247],[751,225],[779,212],[796,208],[832,207],[846,215],[871,222],[899,205],[919,193],[956,201],[965,216],[969,246],[971,274],[949,292],[900,324],[868,325],[851,340],[839,356],[800,356],[753,355]]},{"area":"4c2","points":[[739,425],[752,396],[771,388],[796,386],[819,385],[844,384],[860,376],[882,387],[893,414],[907,465],[905,498],[889,512],[828,540],[807,535],[780,544],[758,540],[740,514],[751,466],[752,441]]},{"area":"4c1","points":[[1038,269],[1020,274],[1005,259],[1011,234],[1032,221],[1046,206],[1071,198],[1093,195],[1100,206],[1096,227],[1101,244],[1129,246],[1133,222],[1159,205],[1206,206],[1241,227],[1248,247],[1275,266],[1285,286],[1282,318],[1271,338],[1244,384],[1234,400],[1205,412],[1178,412],[1159,402],[1149,388],[1119,395],[1095,395],[1081,384],[1087,359],[1066,352],[1041,311],[1047,285]]},{"area":"4a3","points":[[1276,947],[1292,905],[1324,852],[1378,818],[1424,794],[1482,786],[1547,799],[1593,820],[1629,848],[1660,878],[1676,916],[1687,952],[1654,966],[1581,987],[1585,1076],[1566,1106],[1540,1135],[1501,1156],[1474,1162],[1445,1155],[1409,1138],[1386,1116],[1378,1084],[1374,1032],[1371,985],[1332,971],[1305,959]]},{"area":"4ae","points":[[1191,1195],[1242,1173],[1246,1161],[1248,1146],[1273,1138],[1287,1148],[1293,1165],[1326,1184],[1347,1196],[1345,1272],[1341,1314],[1329,1316],[1316,1296],[1289,1276],[1274,1278],[1242,1285],[1222,1294],[1211,1318],[1191,1320]]},{"area":"4af","points":[[1569,1215],[1567,1196],[1573,1172],[1584,1166],[1605,1176],[1609,1154],[1616,1131],[1622,1126],[1632,1133],[1638,1128],[1658,1125],[1672,1122],[1673,1139],[1695,1147],[1708,1166],[1699,1174],[1700,1193],[1708,1196],[1711,1219],[1713,1241],[1713,1255],[1706,1273],[1718,1287],[1707,1299],[1695,1313],[1679,1332],[1647,1346],[1626,1345],[1608,1342],[1608,1315],[1600,1286],[1592,1274],[1572,1281],[1569,1269],[1560,1245]]},{"area":"4ab","points":[[1379,1325],[1580,1322],[1580,1407],[1551,1438],[1524,1452],[1469,1452],[1431,1452],[1401,1424],[1379,1401]]},{"area":"4b1","points":[[745,1324],[758,1299],[754,1261],[787,1219],[811,1219],[824,1200],[825,1179],[827,1149],[855,1132],[878,1122],[901,1125],[931,1105],[947,1093],[994,1096],[992,1119],[951,1136],[935,1153],[922,1174],[927,1195],[949,1196],[964,1167],[992,1168],[1016,1175],[1044,1195],[1049,1216],[1042,1241],[1021,1262],[998,1268],[969,1259],[962,1231],[933,1228],[907,1236],[907,1266],[912,1273],[928,1278],[976,1285],[1006,1284],[1041,1286],[1053,1299],[1060,1334],[1064,1349],[1047,1364],[1012,1375],[985,1381],[964,1372],[951,1353],[928,1354],[922,1339],[925,1319],[899,1308],[885,1306],[868,1320],[875,1352],[895,1351],[909,1371],[938,1374],[935,1413],[925,1442],[896,1448],[853,1454],[829,1459],[813,1434],[802,1416],[799,1384],[802,1366],[819,1368],[828,1354],[826,1340],[828,1325],[812,1327],[789,1324],[766,1344],[758,1367],[771,1372],[769,1400],[764,1421],[735,1441],[715,1453],[684,1449],[652,1425],[640,1381],[648,1351],[671,1327],[696,1320],[722,1325]]},{"area":"4b3","points":[[485,1085],[521,1068],[572,1060],[574,1088],[587,1114],[634,1125],[661,1128],[676,1141],[678,1167],[676,1196],[694,1236],[675,1241],[635,1238],[614,1226],[586,1221],[556,1228],[514,1234],[495,1221],[482,1182],[482,1164],[468,1158],[454,1148],[453,1134],[464,1119],[481,1111],[485,1099]]},{"area":"4b5","points":[[432,745],[432,975],[638,975],[638,745]]},{"area":"4b8","points":[[220,747],[282,744],[288,799],[311,799],[315,749],[374,748],[374,829],[378,851],[407,848],[407,896],[379,895],[379,1006],[315,1005],[307,956],[293,960],[291,1005],[225,1005],[220,979],[201,969],[192,958],[195,919],[216,905],[225,869],[224,848],[200,839],[193,821],[196,784],[214,768]]},{"area":"488","points":[[900,1840],[901,1789],[954,1740],[1215,1739],[1214,1721],[1226,1707],[1248,1704],[1264,1718],[1268,1736],[1319,1740],[1371,1738],[1367,1774],[1372,1832],[1295,1839],[1289,1788],[1262,1789],[1212,1789],[1193,1791],[1192,1861],[1055,1861],[1054,1787],[1028,1792],[1028,1840]]},{"area":"487","points":[[1584,2076],[1584,2206],[1688,2206],[1688,2076]]},{"area":"483","points":[[1180,1934],[1185,1916],[1208,1899],[1267,1891],[1348,1896],[1366,1891],[1388,1872],[1408,1865],[1408,1864],[1436,1872],[1456,1899],[1449,1925],[1421,1951],[1422,1980],[1425,1996],[1424,2046],[1425,2084],[1425,2109],[1399,2139],[1364,2158],[1372,2181],[1393,2187],[1412,2199],[1413,2225],[1396,2241],[1365,2251],[1341,2245],[1327,2233],[1336,2207],[1341,2192],[1332,2160],[1300,2158],[1260,2151],[1224,2139],[1195,2115],[1169,2079],[1162,2056],[1209,2059],[1236,2029],[1242,1984],[1227,1951],[1205,1940]]},{"area":"489","points":[[842,2053],[825,2029],[822,2004],[828,1971],[855,1941],[891,1934],[933,1931],[944,1916],[965,1916],[1004,1940],[1027,1958],[1044,1976],[1033,2000],[1031,2027],[1014,2047],[994,2055],[969,2044],[894,2053],[868,2054]]},{"area":"47f","points":[[791,2280],[808,2241],[798,2215],[831,2175],[867,2149],[904,2147],[919,2153],[975,2147],[1000,2131],[1029,2126],[1084,2139],[1115,2161],[1134,2174],[1139,2211],[1148,2234],[1182,2255],[1204,2291],[1212,2340],[1206,2376],[1202,2411],[1172,2444],[1153,2468],[1151,2502],[1129,2502],[1101,2502],[1076,2516],[1059,2539],[1013,2547],[974,2551],[919,2551],[879,2532],[849,2521],[836,2478],[820,2449],[800,2445],[784,2420],[765,2365],[756,2311],[774,2291]]},{"area":"496","points":[[1474,2666],[1479,2644],[1468,2627],[1479,2599],[1500,2578],[1525,2573],[1525,2551],[1491,2542],[1481,2521],[1481,2495],[1496,2475],[1489,2448],[1481,2435],[1487,2418],[1507,2392],[1521,2389],[1559,2389],[1599,2388],[1615,2389],[1635,2416],[1656,2447],[1652,2466],[1664,2499],[1656,2514],[1639,2535],[1620,2545],[1588,2540],[1574,2542],[1575,2567],[1615,2572],[1642,2589],[1672,2629],[1674,2654],[1672,2693],[1642,2722],[1621,2752],[1586,2773],[1542,2772],[1522,2755],[1492,2735],[1474,2698],[1480,2681]]},{"area":"498","points":[[1321,2546],[1294,2536],[1280,2514],[1280,2481],[1304,2453],[1313,2421],[1345,2409],[1392,2418],[1420,2433],[1421,2464],[1422,2499],[1420,2540],[1393,2546],[1359,2556]]},{"area":"494","points":[[1079,2694],[1085,2660],[1121,2644],[1154,2609],[1169,2585],[1200,2572],[1249,2569],[1286,2576],[1320,2571],[1382,2573],[1411,2580],[1428,2613],[1418,2628],[1427,2653],[1425,2679],[1421,2701],[1436,2768],[1422,2785],[1422,2815],[1380,2827],[1331,2832],[1307,2827],[1280,2812],[1235,2812],[1215,2825],[1206,2847],[1180,2844],[1162,2833],[1118,2829],[1116,2802],[1105,2786],[1089,2780],[1078,2741],[1072,2716]]},{"area":"48b","points":[[398,2052],[458,2047],[480,2033],[492,2008],[499,1992],[539,1984],[558,1993],[595,1989],[626,1996],[666,2018],[686,2059],[689,2099],[684,2124],[685,2149],[667,2179],[648,2202],[636,2219],[626,2240],[595,2249],[566,2256],[544,2249],[480,2253],[446,2247],[419,2221],[394,2195],[379,2172],[374,2127],[380,2082]]},{"area":"48d","points":[[333,2328],[347,2325],[358,2321],[381,2314],[382,2294],[412,2289],[442,2292],[460,2314],[495,2314],[531,2307],[547,2324],[538,2335],[552,2348],[579,2359],[589,2380],[580,2389],[580,2407],[584,2427],[569,2433],[542,2438],[520,2445],[541,2474],[487,2476],[465,2448],[435,2452],[434,2466],[424,2487],[401,2486],[386,2487],[373,2464],[341,2455],[327,2455],[332,2433],[322,2407],[340,2381],[329,2360],[328,2344]]},{"area":"491","points":[[221,2522],[273,2522],[273,2573],[333,2573],[335,2556],[353,2552],[368,2560],[374,2574],[427,2574],[427,2727],[373,2727],[364,2744],[347,2749],[332,2739],[328,2727],[275,2727],[275,2672],[253,2662],[252,2655],[256,2642],[273,2636],[273,2612],[221,2612]]},{"area":"48e","points":[[487,2585],[513,2560],[548,2531],[568,2536],[587,2520],[615,2520],[639,2519],[671,2519],[709,2522],[733,2547],[759,2569],[789,2587],[799,2618],[792,2669],[788,2686],[766,2700],[738,2713],[716,2768],[695,2772],[668,2782],[644,2782],[585,2748],[575,2748],[552,2759],[524,2775],[498,2782],[489,2764],[488,2745],[487,2711],[485,2615],[479,2607]]},{"area":"492","points":[[792,2787],[798,2748],[824,2733],[840,2702],[855,2673],[888,2671],[921,2679],[932,2698],[955,2714],[959,2740],[946,2764],[942,2788],[953,2799],[948,2826],[934,2836],[915,2846],[909,2865],[898,2889],[878,2899],[842,2909],[808,2915],[768,2896],[761,2874],[755,2855],[780,2840],[788,2807]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/093-skt10-maelstrom1.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/094-1001.webp"},"title":"Player Version","mapParent":{"id":"fe5","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":12,"offsetY":21,"scale":3,"distance":10}},{"type":"image","id":"fe4","href":{"type":"internal","path":"adventure/SKT/096-skt10-maelstrom2.webp"},"title":"Map 10.2: Maelstrom, Level 3","width":2400,"height":1650,"imageType":"map","grid":{"type":"square","size":59,"offsetX":-9,"offsetY":3,"scale":2,"distance":10},"mapRegions":[{"area":"4ca","points":[[525,358],[525,468],[701,468],[701,358]]},{"area":"4c9","points":[[465,705],[465,504],[642,504],[678,561],[700,580],[701,653],[646,705]]},{"area":"4c7","points":[[355,1207],[393,1206],[416,1222],[494,1220],[494,1124],[355,1124]]},{"area":"4c5","points":[[524,1236],[522,1182],[596,1116],[644,1116],[688,1121],[758,1179],[759,1221],[765,1248],[788,1256],[789,1274],[776,1288],[758,1299],[762,1338],[751,1354],[679,1360],[614,1371],[594,1364],[572,1355],[526,1356],[524,1339],[496,1308],[491,1298],[378,1298],[379,1236]]},{"area":"4c6","points":[[351,1329],[399,1326],[412,1312],[471,1313],[486,1322],[493,1336],[494,1416],[378,1414],[359,1415],[351,1389],[349,1356]]},{"area":"4cd","points":[[1233,1272],[1262,1242],[1352,1187],[1379,1189],[1422,1191],[1451,1205],[1465,1218],[1474,1240],[1471,1300],[1468,1362],[1467,1401],[1445,1413],[1374,1413],[1332,1415],[1276,1415],[1235,1399],[1234,1374],[1232,1358],[1214,1351],[1202,1332],[1201,1313],[1215,1298],[1236,1299]]},{"area":"4cf","points":[[1508,1193],[1529,1186],[1645,1187],[1646,1311],[1627,1329],[1595,1354],[1546,1362],[1500,1360],[1499,1302],[1500,1236],[1500,1211]]},{"area":"4d6","points":[[1599,820],[1604,802],[1636,775],[1668,764],[1705,769],[1728,776],[1753,807],[1764,839],[1773,885],[1766,925],[1741,958],[1718,988],[1676,1001],[1647,1005],[1608,991],[1594,984],[1582,927],[1587,895],[1592,851]]},{"area":"4d5","points":[[1399,628],[1407,596],[1407,582],[1445,560],[1478,559],[1520,558],[1546,564],[1579,562],[1599,576],[1632,628],[1642,658],[1648,699],[1634,728],[1615,752],[1573,771],[1524,769],[1473,768]]},{"area":"4d3","points":[[1392,481],[1399,431],[1416,394],[1447,360],[1465,332],[1500,320],[1551,331],[1591,352],[1602,385],[1607,415],[1604,481],[1593,527],[1412,532],[1396,504]]},{"area":"4d1","points":[[1620,333],[1733,333],[1733,629],[1662,629],[1619,569]]},{"area":"4d2","points":[[1754,331],[1796,331],[1826,362],[1826,472],[1754,472]]},{"area":"4d2","points":[[1755,504],[1755,615],[1822,615],[1822,504]]},{"area":"46e","points":[[20,6],[20,72],[620,72],[620,6]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/096-skt10-maelstrom2.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/097-1002.webp"},"title":"Player Version","mapParent":{"id":"fe4"},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":-8,"scale":2,"distance":10}}]},{"name":"Ch. 11: Caught in the Tentacles","ix":11,"images":[{"type":"image","id":"fe3","href":{"type":"internal","path":"adventure/SKT/100-skt11-03.webp"},"title":"Map 11.1: The Grand Dame","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":78,"offsetX":31,"offsetY":61,"scale":2,"distance":10},"mapRegions":[{"area":"4dc","points":[[41,658],[41,684],[228,684],[228,658]]},{"area":"4dd","points":[[194,148],[209,130],[230,115],[250,129],[267,148]]},{"area":"4de","points":[[273,155],[280,169],[285,185],[254,185],[254,155]]},{"area":"4de","points":[[204,157],[204,184],[205,184],[176,184],[180,171],[188,157]]},{"area":"4df","points":[[172,191],[172,222],[288,222],[288,191]]},{"area":"4e0","points":[[171,228],[171,535],[289,535],[289,228]]},{"area":"4e1","points":[[172,542],[172,572],[288,572],[288,542]]},{"area":"4e2","points":[[443,219],[443,193],[448,172],[454,159],[473,135],[500,111],[532,135],[550,158],[555,172],[560,193],[560,219]]},{"area":"4e3","points":[[464,227],[464,298],[543,298],[543,227]]},{"area":"4e4","points":[[485,304],[485,375],[540,375],[540,304]]},{"area":"4e5","points":[[462,304],[477,304],[477,384],[542,384],[542,533],[462,533]]},{"area":"4e7","points":[[443,543],[443,574],[559,574],[559,543]]},{"area":"4e8","points":[[735,246],[753,246],[753,206],[789,206],[789,245],[810,245],[810,296],[735,296]]},{"area":"4e9","points":[[736,304],[736,378],[786,378],[786,304]]},{"area":"4ea","points":[[734,384],[734,451],[785,451],[785,384]]},{"area":"4ed","points":[[736,458],[736,513],[753,513],[753,531],[791,531],[791,513],[809,513],[809,458]]},{"area":"4ee","points":[[731,539],[731,570],[809,570],[809,539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/100-skt11-03.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/101-1101.webp"},"title":"Player Version","mapParent":{"id":"fe3","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":52,"offsetY":26,"distance":10}},{"type":"image","id":"fe2","href":{"type":"internal","path":"adventure/SKT/104-skt11-06.webp"},"title":"Map 11.2: The Morkoth","width":1000,"height":688,"imageType":"map","grid":{"type":"square","size":62,"offsetX":-6,"offsetY":25,"scale":3},"mapRegions":[{"area":"4f8","points":[[703,240],[744,240],[756,259],[756,277],[745,297],[703,297]]},{"area":"4f9","points":[[479,240],[524,240],[524,298],[479,298],[468,285],[468,254]]},{"area":"4f7","points":[[30,664],[30,687],[240,687],[240,664]]},{"area":"4fb","points":[[640,423],[640,477],[825,477],[825,423]]},{"area":"4fb","points":[[642,547],[642,605],[822,605],[822,547]]},{"area":"504","points":[[597,547],[637,547],[637,605],[597,605],[586,593],[586,561]]},{"area":"4fe","points":[[587,435],[595,422],[636,422],[636,479],[597,479],[587,469]]},{"area":"4fd","points":[[829,422],[866,422],[877,439],[877,461],[866,478],[829,478]]},{"area":"501","points":[[827,549],[864,549],[877,569],[877,585],[865,605],[827,605]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/104-skt11-06.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/105-1199.webp"},"title":"Player Version","mapParent":{"id":"fe2","autoScale":true},"width":2400,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":-43,"offsetY":36,"scale":2}}]},{"name":"Ch. 12: Doom of the Desert","ix":12,"images":[{"type":"image","id":"fe1","href":{"type":"internal","path":"adventure/SKT/108-skt12-lair.webp"},"title":"Map 12.1: Iymrith's Lair","width":2182,"height":3000,"imageType":"map","grid":{"type":"square","size":53,"offsetX":7,"offsetY":-4,"scale":2,"distance":10},"mapRegions":[{"area":"510","points":[[77,2923],[77,2991],[650,2991],[650,2923]]},{"area":"517","points":[[104,111],[104,263],[366,263],[366,111]]},{"area":"524","points":[[877,2620],[877,2830],[1303,2830],[1303,2620]]},{"area":"51c","points":[[877,2194],[877,2514],[1306,2514],[1306,2194]]},{"area":"51d","points":[[880,2090],[874,1770],[890,1761],[901,1737],[919,1739],[956,1700],[937,1687],[936,1673],[956,1669],[971,1656],[981,1666],[1000,1664],[1301,1669],[1306,1806],[1301,1880],[1307,2087],[1144,2090],[1036,2084]]},{"area":"522","points":[[424,2003],[411,1981],[417,1963],[433,1936],[421,1904],[424,1863],[467,1807],[511,1800],[557,1804],[603,1804],[614,1784],[643,1774],[653,1787],[674,1800],[700,1790],[733,1809],[739,1837],[763,1857],[793,1859],[799,1883],[753,1916],[717,1950],[711,2016],[723,2060],[783,2090],[819,2110],[824,2153],[813,2183],[797,2211],[747,2234],[719,2243],[686,2239],[659,2220],[614,2230],[600,2263],[534,2276],[477,2277],[453,2260],[451,2241],[441,2213],[437,2176],[453,2127],[463,2100],[446,2073],[393,2066],[373,2053],[370,2041],[386,2037],[407,2034],[426,2019]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SKT/thumbnail/108-skt12-lair.webp"},"page":"adventure.html","source":"SKT","hash":"skt"},{"type":"image","href":{"type":"internal","path":"adventure/SKT/109-1201.webp"},"title":"Player Version","mapParent":{"id":"fe1","autoScale":true},"width":2400,"height":3300,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":-22,"scale":2,"distance":10}}]}]},"TftYP-TSC":{"id":"TftYP-TSC","source":"TftYP-TSC","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Sunless Citadel","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/001-totyp-01-02.webp"},"title":"Map 1.1: Fortress Level","width":2008,"height":4160,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-37,"offsetY":34,"scale":2},"id":"146","mapRegions":[{"area":"041","points":[[1025,411],[998,406],[985,414],[963,397],[955,383],[949,365],[970,338],[979,321],[986,291],[1000,277],[1005,246],[1004,231],[1017,204],[1020,173],[1022,152],[1042,135],[1065,120],[1106,110],[1127,120],[1165,125],[1188,126],[1201,121],[1248,118],[1300,105],[1369,111],[1407,122],[1423,115],[1468,117],[1492,141],[1504,154],[1507,188],[1512,211],[1506,256],[1499,262],[1500,283],[1499,301],[1506,320],[1518,340],[1515,363],[1525,384],[1536,395],[1536,413],[1519,418],[1513,432],[1502,454],[1495,475],[1468,482],[1456,500],[1394,499],[1371,509],[1328,494],[1297,490],[1279,495],[1253,501],[1208,483],[1200,475],[1177,480],[1151,473],[1145,518],[1126,513],[1093,510],[1070,500],[1048,496],[1036,478],[1023,451],[1025,431]]},{"area":"045","points":[[690,862],[699,840],[695,824],[709,794],[726,786],[734,759],[724,746],[740,723],[748,707],[780,698],[798,690],[827,699],[861,697],[900,700],[946,706],[952,732],[970,733],[986,748],[1010,764],[1023,778],[1019,848],[1002,869],[970,894],[943,896],[926,900],[902,894],[879,894],[851,905],[818,899],[759,899],[727,885],[706,872]]},{"area":"0ed","points":[[175,2338],[180,2306],[192,2278],[211,2252],[240,2233],[267,2223],[290,2219],[317,2220],[339,2228],[361,2238],[382,2254],[402,2274],[411,2294],[415,2317],[416,2340],[412,2370],[402,2392],[388,2412],[372,2429],[352,2443],[332,2452],[302,2457],[276,2456],[255,2451],[236,2442],[218,2433],[202,2412],[190,2398],[180,2369],[178,2353]]},{"area":"0da","points":[[134,2612],[134,2756],[271,2756],[271,2612]]},{"area":"0e7","points":[[286,2474],[321,2470],[354,2457],[384,2435],[407,2410],[420,2386],[429,2357],[430,2327],[636,2327],[636,2756],[286,2756]]},{"area":"09d","points":[[354,2830],[354,2967],[488,2967],[488,2830]]},{"area":"09b","points":[[507,2831],[507,2967],[704,2967],[704,2831]]},{"area":"0da","points":[[649,2617],[649,2757],[778,2757],[778,2617]]},{"area":"078","points":[[722,2830],[722,2965],[850,2965],[850,2830]]},{"area":"085","points":[[505,3126],[505,3258],[637,3258],[637,3126]]},{"area":"08c","points":[[648,3126],[648,3258],[854,3258],[854,3126]]},{"area":"095","points":[[281,2983],[281,3116],[419,3116],[419,2983]]},{"area":"08f","points":[[431,2983],[431,3111],[995,3111],[995,2983]]},{"area":"085","points":[[939,3126],[939,3260],[1075,3260],[1075,3126]]},{"area":"0a0","points":[[866,2837],[866,2964],[930,2964],[930,2837]]},{"area":"0e5","points":[[648,2474],[648,2603],[1032,2603],[1032,2474]]},{"area":"0e3","points":[[1050,2474],[1050,2604],[1215,2604],[1215,2474]]},{"area":"0da","points":[[1116,2250],[1116,2384],[1260,2384],[1260,2250]]},{"area":"0d6","points":[[1085,2399],[1085,2459],[1332,2459],[1332,2399]]},{"area":"0df","points":[[934,2457],[934,2341],[944,2315],[962,2293],[986,2286],[1014,2285],[1042,2292],[1060,2317],[1069,2344],[1069,2457]]},{"area":"0bc","points":[[1367,2325],[1367,2464],[1540,2464],[1540,2325]]},{"area":"0c6","points":[[1368,2502],[1368,2604],[1476,2604],[1476,2502]]},{"area":"0c1","points":[[1413,2616],[1413,2745],[1474,2745],[1474,2616]]},{"area":"0cb","points":[[1329,2473],[1329,2683],[1367,2683],[1367,2616],[1399,2616],[1399,2749],[1229,2749],[1229,2473]]},{"area":"0d0","points":[[1003,2616],[1003,2748],[1214,2748],[1214,2616]]},{"area":"093","points":[[1331,3112],[1331,2939],[1325,2911],[1320,2888],[1312,2871],[1298,2850],[1283,2833],[1263,2815],[1243,2802],[1220,2795],[1194,2790],[1168,2787],[1141,2790],[1113,2796],[1086,2809],[1066,2826],[1050,2844],[1031,2868],[1022,2886],[1015,2909],[1009,2929],[1009,3112]]},{"area":"078","points":[[1229,3199],[1229,3329],[1363,3329],[1363,3199]]},{"area":"0ad","points":[[1367,2973],[1367,3113],[1578,3113],[1578,2973]]},{"area":"0a3","points":[[1591,3128],[1591,3258],[1767,3258],[1767,3128]]},{"area":"0a7","points":[[1688,2976],[1688,3110],[1768,3110],[1768,2976]]},{"area":"0b1","points":[[1553,2544],[1553,2751],[1763,2751],[1763,2544]]},{"area":"0b6","points":[[1555,2320],[1555,2531],[1767,2531],[1767,2320]]},{"area":"085","points":[[569,3345],[569,3480],[707,3480],[707,3345]]},{"area":"078","points":[[721,3344],[721,3481],[852,3481],[852,3344]]},{"area":"078","points":[[866,3344],[866,3482],[997,3482],[997,3344]]},{"area":"089","points":[[1004,3492],[1004,3589],[1041,3589],[1041,3492]]},{"area":"07f","points":[[1215,3478],[1215,3125],[1085,3125],[1085,3270],[1012,3270],[1012,3478]]},{"area":"07a","points":[[1296,3416],[1296,3483],[1368,3483],[1368,3416]]},{"area":"047","points":[[1768,3421],[1903,3421],[1903,3621],[1731,3621],[1731,3592],[1747,3564],[1762,3534],[1772,3499],[1774,3468],[1767,3443]]},{"area":"053","points":[[1623,3636],[1652,3632],[1675,3623],[1696,3618],[1696,3699],[1623,3699]]},{"area":"04e","points":[[1484,3484],[1487,3454],[1494,3432],[1506,3409],[1522,3390],[1541,3372],[1563,3358],[1588,3350],[1611,3345],[1638,3344],[1665,3350],[1687,3363],[1706,3375],[1726,3395],[1744,3419],[1751,3445],[1756,3471],[1756,3502],[1752,3522],[1741,3545],[1727,3568],[1712,3581],[1693,3601],[1673,3609],[1654,3616],[1631,3618],[1603,3615],[1580,3612],[1557,3601],[1535,3584],[1519,3571],[1503,3545],[1490,3523],[1484,3502]]},{"area":"056","points":[[1489,3556],[1505,3577],[1522,3596],[1549,3614],[1549,3849],[1410,3849],[1410,3556]]},{"area":"05a","points":[[1157,3627],[1185,3627],[1185,3593],[1224,3593],[1224,3628],[1257,3628],[1257,3593],[1294,3593],[1294,3627],[1331,3627],[1331,3592],[1365,3592],[1365,3628],[1397,3628],[1397,3845],[1295,3845],[1295,3883],[1257,3883],[1257,3846],[1157,3846]]},{"area":"05c","points":[[1013,3697],[1013,3772],[1142,3772],[1142,3697]]},{"area":"05f","points":[[867,3846],[867,3602],[877,3584],[890,3570],[909,3557],[928,3556],[947,3559],[967,3567],[982,3577],[992,3587],[996,3603],[996,3846]]},{"area":"064","points":[[507,3629],[569,3629],[569,3591],[604,3591],[604,3625],[641,3625],[641,3590],[679,3590],[679,3628],[714,3628],[714,3590],[750,3590],[750,3629],[851,3629],[851,3773],[749,3773],[749,3812],[713,3812],[713,3777],[677,3777],[677,3817],[642,3817],[642,3775],[604,3775],[604,3808],[567,3808],[567,3774],[507,3774]]},{"area":"06b","points":[[642,3820],[642,3919],[714,3919],[714,3820]]},{"area":"06f","points":[[279,3556],[279,3843],[487,3843],[487,3556]]},{"area":"0a3","points":[[1411,2765],[1411,2900],[1540,2900],[1540,2765]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TSC/thumbnail/001-totyp-01-02.webp"},"page":"adventure.html","source":"TftYP-TSC","hash":"tftyp-tsc"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/002-tsc01.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-37,"offsetY":34,"scale":2},"mapParent":{"id":"146","autoScale":true},"width":2008,"height":4160},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/007-totyp-01-08.webp"},"title":"Map 1.2: Grove Level","width":3300,"height":4350,"imageType":"map","grid":{"type":"square","size":95,"offsetX":23,"offsetY":55,"scale":2},"id":"147","mapRegions":[{"area":"0fa","points":[[783,1701],[782,1687],[765,1689],[760,1679],[770,1667],[752,1663],[755,1649],[753,1636],[758,1627],[744,1614],[727,1616],[715,1607],[709,1586],[692,1576],[683,1563],[693,1561],[691,1551],[676,1541],[665,1524],[663,1514],[646,1524],[640,1534],[603,1534],[599,1513],[594,1502],[608,1501],[620,1482],[632,1475],[630,1453],[617,1450],[607,1441],[612,1430],[598,1424],[582,1414],[587,1397],[606,1398],[618,1398],[633,1398],[633,1415],[651,1412],[667,1414],[678,1402],[686,1382],[678,1375],[667,1372],[652,1361],[628,1349],[610,1349],[602,1360],[589,1355],[590,1342],[592,1328],[576,1317],[571,1296],[588,1278],[606,1278],[624,1284],[645,1281],[658,1271],[686,1275],[701,1261],[711,1250],[738,1245],[762,1228],[774,1220],[813,1222],[820,1239],[817,1256],[823,1275],[845,1278],[860,1266],[885,1269],[902,1260],[935,1259],[955,1263],[974,1278],[992,1287],[1000,1300],[998,1319],[994,1335],[980,1341],[969,1354],[970,1373],[956,1397],[927,1395],[904,1391],[897,1408],[879,1419],[879,1442],[893,1455],[921,1452],[931,1440],[963,1438],[969,1447],[987,1447],[1007,1457],[1021,1458],[1025,1450],[1042,1452],[1049,1475],[1075,1493],[1069,1519],[1061,1539],[1039,1550],[1017,1547],[1010,1560],[1012,1569],[997,1582],[970,1575],[961,1568],[950,1570],[922,1582],[905,1594],[915,1612],[928,1620],[931,1639],[949,1646],[945,1653],[926,1653],[906,1655],[892,1652],[871,1662],[868,1678],[858,1699],[852,1716]]},{"area":"116","points":[[1764,696],[1959,696],[2048,785],[2048,975],[1958,1065],[1771,1065],[1681,975],[1681,784]]},{"area":"124","points":[[1486,881],[1669,881],[1666,900],[1659,904],[1674,946],[1672,977],[1579,977],[1579,1061],[1486,1061]]},{"area":"121","points":[[1486,1081],[1486,1253],[1666,1253],[1666,1081]]},{"area":"11c","points":[[1766,1272],[1521,1272],[1488,1276],[1454,1289],[1427,1313],[1407,1335],[1392,1368],[1386,1409],[1393,1453],[1414,1495],[1434,1514],[1459,1533],[1496,1544],[1521,1547],[1766,1547]]},{"area":"116","points":[[2057,1262],[2147,1172],[2337,1172],[2426,1261],[2426,1452],[2339,1539],[2150,1539],[2057,1450]]},{"area":"111","points":[[1780,1081],[1961,1081],[1961,1262],[2046,1262],[2046,1449],[1958,1449],[1958,1634],[1780,1634]]},{"area":"116","points":[[2058,1833],[2145,1746],[2337,1746],[2427,1836],[2427,2026],[2342,2111],[2150,2111],[2058,2020]]},{"area":"111","points":[[1777,1651],[1961,1651],[1961,1830],[2046,1830],[2046,2019],[1958,2019],[1958,2395],[1770,2395],[1770,2022],[1684,2022],[1684,1837],[1777,1837]]},{"area":"107","points":[[1104,1641],[1759,1641],[1759,1737],[1665,1737],[1665,2213],[1102,2213],[1102,1927],[1014,1927],[1014,1842],[1104,1842]]},{"area":"0f6","points":[[446,1783],[446,2304],[1003,2304],[1003,1783]]},{"area":"0ff","points":[[248,3377],[255,3356],[272,3346],[290,3321],[303,3301],[332,3297],[343,3265],[374,3237],[391,3191],[428,3173],[445,3166],[445,3145],[461,3133],[488,3115],[516,3099],[521,3072],[520,3062],[481,3057],[503,3044],[519,3025],[560,3026],[581,3001],[621,2982],[632,2960],[663,2926],[705,2906],[729,2906],[745,2875],[770,2865],[800,2850],[806,2823],[839,2808],[865,2801],[880,2778],[892,2759],[915,2745],[1010,2707],[1028,2679],[1089,2652],[1092,2630],[1128,2599],[1121,2590],[1134,2561],[1172,2557],[1179,2543],[1197,2539],[1226,2529],[1234,2510],[1265,2493],[1263,2479],[1288,2465],[1337,2449],[1341,2434],[1377,2412],[1394,2386],[1437,2373],[1450,2366],[1455,2330],[1479,2306],[1493,2279],[1545,2257],[1560,2248],[1591,2222],[1645,2222],[1630,2249],[1622,2276],[1606,2286],[1577,2306],[1547,2310],[1532,2338],[1502,2351],[1495,2374],[1476,2406],[1432,2415],[1427,2441],[1426,2457],[1394,2480],[1392,2506],[1379,2525],[1343,2528],[1329,2547],[1314,2566],[1271,2581],[1253,2601],[1239,2622],[1232,2643],[1209,2650],[1192,2677],[1166,2697],[1161,2714],[1133,2729],[1094,2737],[1086,2765],[1063,2790],[1034,2822],[1000,2818],[974,2832],[968,2855],[933,2881],[916,2889],[821,2956],[795,2965],[769,2977],[759,3001],[729,3013],[710,3023],[694,3041],[679,3061],[615,3111],[591,3123],[570,3124],[556,3145],[532,3166],[497,3178],[489,3199],[472,3206],[450,3201],[430,3210],[415,3228],[396,3252],[379,3268],[361,3280],[355,3302],[356,3314],[334,3321],[306,3326],[283,3359],[268,3364]]},{"area":"101","points":[[477,3646],[494,3606],[526,3572],[542,3542],[551,3519],[572,3494],[560,3472],[572,3448],[555,3423],[551,3408],[526,3434],[503,3440],[467,3446],[480,3417],[492,3404],[501,3387],[499,3366],[528,3352],[539,3332],[516,3319],[515,3301],[525,3289],[535,3275],[532,3259],[559,3250],[590,3250],[608,3261],[631,3250],[631,3222],[617,3204],[609,3182],[609,3163],[621,3148],[619,3123],[677,3079],[679,3101],[693,3126],[715,3129],[716,3152],[728,3173],[712,3200],[737,3212],[765,3230],[779,3255],[791,3257],[791,3272],[773,3283],[761,3312],[773,3330],[796,3333],[839,3325],[826,3350],[828,3364],[813,3386],[794,3379],[774,3383],[765,3399],[752,3403],[750,3436],[769,3449],[775,3434],[801,3417],[814,3419],[806,3439],[806,3457],[792,3480],[791,3501],[785,3524],[768,3523],[715,3542],[729,3511],[729,3486],[734,3476],[714,3477],[694,3493],[670,3498],[662,3517],[649,3539],[631,3546],[609,3545],[582,3543],[560,3552],[539,3577],[511,3605]]},{"area":"105","points":[[1114,3163],[1114,3448],[1391,3448],[1391,3163]]},{"area":"135","points":[[1773,3703],[1777,3533],[1775,3499],[1777,3454],[1775,3343],[1774,3265],[1775,3235],[1827,3188],[1865,3165],[1957,3172],[2031,3170],[2129,3168],[2230,3173],[2345,3170],[2350,3155],[2378,3137],[2410,3124],[2428,3128],[2465,3148],[2474,3174],[2471,3201],[2463,3237],[2431,3350],[2423,3397],[2427,3486],[2430,3532],[2426,3585],[2396,3581],[2379,3572],[2365,3583],[2370,3609],[2375,3631],[2388,3644],[2374,3666],[2374,3684],[2350,3692],[2341,3715],[2335,3741],[2317,3748],[2325,3786],[2308,3778],[2295,3787],[2274,3804],[2253,3832],[2248,3815],[2235,3809],[2230,3803],[2245,3794],[2245,3769],[2237,3742],[2253,3707],[2241,3699],[2227,3695],[2234,3679],[2227,3659],[2210,3649],[2194,3654],[2173,3644],[2142,3653],[2132,3688],[2112,3711],[2097,3728],[2102,3735],[2101,3768],[2081,3773],[2063,3794],[2063,3818],[2035,3823],[2036,3845],[1990,3850],[1996,3809],[2008,3786],[1987,3777],[1994,3745],[1986,3730],[1969,3725],[1968,3708],[1973,3693],[1946,3680],[1926,3667],[1923,3661],[1905,3665],[1885,3657],[1877,3653],[1857,3672],[1825,3689],[1810,3703],[1782,3707]]},{"area":"116","points":[[1768,2410],[1956,2410],[2047,2501],[2047,2686],[1958,2775],[1768,2775],[1684,2691],[1684,2497]]},{"area":"124","points":[[2061,881],[2055,906],[2065,950],[2059,978],[2443,978],[2521,881]]},{"area":"126","points":[[2537,1546],[2537,1724],[2812,1724],[2812,1546]]},{"area":"12b","points":[[2538,1745],[2910,1745],[2910,1986],[2885,2006],[2867,2021],[2848,2030],[2636,2026],[2614,2005],[2606,2008],[2587,1994],[2577,1987],[2538,1985]]},{"area":"130","points":[[2630,2037],[2867,2046],[2877,2062],[2894,2057],[2911,2074],[2911,2099],[2917,2129],[2969,2103],[2961,2123],[2991,2147],[3021,2155],[2996,2173],[2986,2192],[2999,2214],[3017,2212],[3010,2239],[2992,2254],[2994,2280],[2972,2308],[2939,2305],[2914,2294],[2892,2303],[2872,2317],[2894,2339],[2912,2350],[2863,2373],[2839,2350],[2815,2337],[2796,2345],[2803,2370],[2806,2399],[2859,2412],[2835,2450],[2836,2470],[2866,2461],[2884,2452],[2937,2445],[2943,2462],[2983,2476],[3010,2486],[3049,2503],[3017,2533],[2979,2560],[2968,2594],[2937,2600],[2908,2601],[2880,2605],[2857,2614],[2843,2609],[2863,2644],[2836,2655],[2817,2663],[2814,2681],[2788,2686],[2761,2681],[2750,2680],[2759,2708],[2764,2730],[2795,2728],[2823,2750],[2819,2777],[2803,2825],[2768,2831],[2743,2815],[2726,2795],[2714,2800],[2705,2823],[2684,2831],[2659,2818],[2648,2827],[2634,2836],[2631,2853],[2617,2854],[2605,2839],[2583,2841],[2548,2846],[2541,2865],[2534,2889],[2520,2901],[2523,2920],[2547,2926],[2563,2924],[2574,2930],[2600,2934],[2613,2925],[2636,2919],[2634,2938],[2648,2957],[2676,2954],[2661,2977],[2675,3008],[2675,3030],[2667,3057],[2671,3080],[2671,3116],[2681,3137],[2680,3175],[2685,3208],[2712,3212],[2730,3266],[2750,3254],[2765,3245],[2777,3272],[2801,3295],[2806,3314],[2819,3320],[2814,3352],[2787,3369],[2785,3388],[2765,3392],[2755,3413],[2734,3439],[2742,3467],[2743,3497],[2761,3515],[2768,3534],[2763,3565],[2743,3565],[2729,3560],[2721,3541],[2697,3534],[2679,3537],[2679,3559],[2677,3586],[2681,3603],[2685,3626],[2698,3652],[2680,3675],[2679,3720],[2665,3712],[2650,3715],[2644,3699],[2627,3683],[2632,3657],[2622,3640],[2605,3648],[2585,3655],[2566,3646],[2554,3646],[2537,3635],[2526,3625],[2498,3635],[2467,3626],[2437,3618],[2436,3597],[2446,3525],[2441,3409],[2493,3191],[2477,3134],[2421,3099],[2337,3128],[2328,3143],[1865,3138],[1755,3226],[1756,3712],[1746,3725],[1720,3735],[1694,3737],[1659,3737],[1632,3717],[1614,3714],[1612,3693],[1595,3690],[1609,3671],[1635,3670],[1646,3646],[1668,3640],[1675,3618],[1668,3605],[1680,3587],[1672,3568],[1676,3533],[1640,3528],[1615,3529],[1608,3542],[1572,3546],[1564,3542],[1529,3551],[1511,3543],[1505,3535],[1455,3546],[1474,3517],[1499,3502],[1507,3484],[1526,3475],[1537,3459],[1548,3443],[1537,3432],[1526,3436],[1502,3423],[1511,3405],[1528,3399],[1548,3392],[1560,3354],[1631,3347],[1628,3326],[1639,3308],[1663,3294],[1683,3246],[1665,3235],[1635,3240],[1605,3259],[1600,3241],[1600,3221],[1582,3214],[1579,3192],[1557,3173],[1560,3139],[1538,3143],[1524,3154],[1512,3147],[1529,3105],[1506,3080],[1494,3066],[1462,3066],[1454,3043],[1453,3032],[1418,3022],[1406,3009],[1406,2991],[1391,3003],[1373,3014],[1346,3005],[1346,2982],[1321,2978],[1307,2995],[1281,3015],[1259,3017],[1261,2995],[1261,2972],[1274,2963],[1246,2952],[1234,2945],[1203,2950],[1190,2961],[1197,2930],[1203,2914],[1204,2883],[1201,2871],[1185,2867],[1203,2846],[1219,2823],[1221,2812],[1195,2817],[1168,2835],[1135,2836],[1124,2857],[1099,2865],[1059,2884],[1077,2854],[1097,2839],[1114,2821],[1146,2805],[1157,2781],[1172,2756],[1196,2754],[1212,2737],[1225,2730],[1232,2714],[1252,2701],[1266,2672],[1270,2707],[1258,2724],[1259,2741],[1239,2760],[1237,2773],[1261,2761],[1277,2763],[1286,2751],[1314,2748],[1328,2754],[1343,2743],[1370,2747],[1375,2726],[1366,2706],[1396,2679],[1418,2635],[1461,2615],[1449,2605],[1462,2588],[1505,2586],[1519,2583],[1528,2573],[1566,2566],[1561,2583],[1550,2604],[1537,2615],[1525,2641],[1495,2643],[1484,2665],[1490,2683],[1511,2695],[1516,2712],[1510,2738],[1532,2750],[1534,2768],[1517,2796],[1525,2818],[1538,2831],[1552,2827],[1581,2834],[1586,2854],[1577,2875],[1579,2905],[1606,2894],[1622,2875],[1630,2883],[1670,2886],[1683,2898],[1672,2912],[1683,2933],[1672,2952],[1702,2972],[1725,2977],[1726,3006],[1741,3019],[1770,3006],[1787,3003],[1799,3013],[1808,3015],[1821,2982],[1828,2972],[1854,2975],[1865,3001],[1854,3026],[1862,3050],[1871,3053],[1892,3037],[1911,3044],[1921,3062],[1943,3055],[1969,3059],[1994,3048],[2000,3028],[2012,3010],[2052,3006],[2062,3018],[2083,3006],[2107,2986],[2130,2981],[2150,2977],[2173,3008],[2191,3015],[2199,2979],[2215,2970],[2244,2960],[2241,2933],[2234,2920],[2230,2910],[2243,2895],[2230,2881],[2218,2861],[2185,2859],[2166,2848],[2151,2865],[2142,2875],[2110,2872],[2098,2850],[2075,2848],[2066,2835],[2039,2843],[2010,2858],[2008,2836],[2012,2797],[2034,2782],[2052,2778],[2072,2739],[2098,2728],[2112,2739],[2139,2735],[2172,2728],[2185,2707],[2177,2685],[2195,2683],[2210,2663],[2231,2653],[2243,2674],[2255,2677],[2274,2674],[2265,2648],[2290,2635],[2307,2639],[2319,2641],[2321,2627],[2335,2606],[2335,2596],[2356,2572],[2368,2579],[2372,2546],[2351,2545],[2334,2538],[2334,2519],[2334,2503],[2343,2485],[2351,2463],[2364,2458],[2400,2449],[2421,2435],[2409,2417],[2404,2404],[2409,2385],[2423,2375],[2419,2360],[2391,2365],[2382,2364],[2375,2343],[2383,2328],[2388,2302],[2377,2293],[2415,2297],[2435,2303],[2454,2308],[2476,2307],[2468,2286],[2475,2283],[2498,2294],[2512,2279],[2535,2270],[2521,2244],[2525,2222],[2507,2208],[2516,2201],[2537,2199],[2564,2194],[2568,2168],[2554,2163],[2542,2148],[2516,2146],[2529,2129],[2537,2107],[2532,2092],[2546,2084],[2566,2094],[2585,2081],[2613,2066],[2605,2052]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TSC/thumbnail/007-totyp-01-08.webp"},"page":"adventure.html","source":"TftYP-TSC","hash":"tftyp-tsc"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TSC/009-tsc02.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":25,"offsetY":53,"scale":2},"mapParent":{"id":"147","autoScale":true},"width":3300,"height":4350}]}]},"TftYP-TFoF":{"id":"TftYP-TFoF","source":"TftYP-TFoF","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Forge of Fury","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/001-totyp-02-02.webp"},"title":"Map 2.1: The Stone Tooth","width":1694,"height":2220,"imageType":"map","grid":{"type":"none","distance":50,"units":"yards"},"id":"164","mapRegions":[{"area":"02d","points":[[917,1381],[917,1437],[979,1437],[979,1381]]},{"area":"02e","points":[[1006,1436],[1006,1512],[1072,1512],[1072,1436]]},{"area":"030","points":[[853,1151],[853,1230],[914,1230],[914,1151]]},{"area":"031","points":[[1351,1219],[1351,1285],[1403,1285],[1403,1219]]},{"area":"02f","points":[[1108,1097],[1108,1168],[1161,1168],[1161,1097]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/001-totyp-02-02.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/002-map-2-1-the-stone-tooth.webp"},"imageType":"mapPlayer","grid":{"type":"none","distance":50,"units":"yards"},"title":"Player Version","mapParent":{"id":"164","autoScale":true},"width":1619,"height":2133},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/002-totyp-02-03.webp"},"title":"Map 2.2: The Mountain Door","width":3000,"height":1366,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-35,"offsetY":-12,"scale":2},"id":"165","mapRegions":[{"area":"03d","points":[[378,1090],[381,1067],[368,1023],[373,987],[386,954],[403,938],[409,902],[415,865],[427,853],[426,827],[426,791],[458,761],[461,733],[448,723],[449,686],[470,675],[479,640],[477,619],[514,585],[512,548],[541,517],[548,532],[554,554],[574,564],[591,587],[610,636],[613,674],[590,707],[604,734],[600,775],[608,808],[619,845],[693,806],[680,778],[675,754],[688,724],[699,688],[693,654],[679,634],[692,612],[692,575],[677,555],[692,525],[677,511],[684,480],[699,471],[710,439],[714,428],[710,397],[685,385],[665,366],[648,334],[662,289],[666,255],[640,239],[613,236],[594,231],[564,244],[548,254],[537,253],[528,274],[477,307],[474,335],[485,372],[483,391],[457,413],[454,454],[462,470],[462,493],[446,538],[430,572],[410,586],[395,606],[373,628],[364,652],[372,689],[373,721],[364,741],[357,751],[359,782],[365,804],[365,823],[357,848],[342,895],[319,937],[307,960],[295,977],[302,1008],[315,1030],[310,1059],[317,1079],[350,1084]]},{"area":"059","points":[[770,297],[697,297],[697,361],[738,361],[738,503],[702,520],[734,541],[735,583],[701,601],[738,618],[738,677],[712,690],[737,705],[742,717],[770,717],[778,759],[795,765],[814,804],[826,761],[848,764],[852,715],[889,715],[889,604],[770,604]]},{"area":"092","points":[[895,254],[895,475],[1284,475],[1284,254]]},{"area":"08d","points":[[1382,249],[1382,472],[1449,472],[1449,249]]},{"area":"086","points":[[1385,555],[1608,555],[1608,750],[1465,750],[1465,712],[1385,712]]},{"area":"080","points":[[2102,332],[2102,543],[2329,543],[2329,332]]},{"area":"079","points":[[2543,475],[2630,406],[2645,403],[2644,388],[2631,387],[2628,323],[2708,324],[2708,383],[2689,392],[2686,399],[2707,404],[2783,475],[2783,942],[2702,1028],[2636,1028],[2543,957]]},{"area":"06d","points":[[1701,481],[1759,455],[1871,476],[1934,479],[1945,511],[1951,525],[1945,555],[1968,581],[1996,578],[2023,586],[2041,608],[2070,635],[2099,643],[2108,623],[2130,604],[2159,599],[2183,600],[2201,596],[2199,623],[2217,645],[2249,680],[2283,671],[2306,661],[2301,637],[2320,628],[2363,612],[2382,594],[2394,572],[2445,606],[2439,634],[2437,650],[2413,663],[2409,685],[2387,703],[2382,721],[2414,730],[2414,874],[2284,870],[2263,858],[2258,843],[2246,849],[2236,855],[2221,879],[2213,883],[2132,866],[2135,823],[2116,810],[2110,792],[2088,790],[2072,778],[2058,763],[2059,747],[2045,733],[2021,717],[1992,750],[1973,764],[1959,769],[1939,754],[1928,737],[1899,737],[1883,734],[1866,720],[1855,703],[1840,684],[1844,655],[1845,636],[1827,628],[1809,613],[1761,594],[1734,590],[1723,568],[1708,542],[1706,517],[1707,502]]},{"area":"05f","points":[[1679,881],[1676,857],[1683,841],[1699,827],[1716,815],[1717,803],[1752,800],[1760,809],[1791,812],[1818,810],[1823,818],[1839,830],[1840,850],[1853,874],[1861,881],[1872,876],[1892,880],[1924,892],[1943,883],[1972,907],[1964,928],[1952,951],[1941,964],[1947,986],[1924,1035],[1914,1028],[1898,1014],[1888,1003],[1872,994],[1850,994],[1837,1010],[1747,999],[1719,988],[1697,991],[1675,983],[1652,954]]},{"area":"065","points":[[1667,1130],[1710,1125],[1746,1102],[1751,1090],[1756,1065],[1750,1048],[1742,1026],[1788,1028],[1827,1030],[1831,1025],[1844,1058],[1848,1090],[1846,1112],[1822,1117],[1803,1126],[1788,1138],[1766,1141],[1741,1147],[1721,1154],[1685,1151]]},{"area":"06b","points":[[1995,1068],[2022,1044],[2045,1041],[2055,1054],[2085,1059],[2108,1028],[2117,1043],[2147,1032],[2168,1035],[2147,1067],[2159,1083],[2156,1101],[2148,1112],[2164,1117],[2172,1126],[2169,1157],[2172,1183],[2169,1205],[2142,1218],[2105,1219],[2081,1221],[2075,1236],[2048,1235],[2012,1230],[1996,1217],[1982,1201],[1983,1177],[1991,1163],[1982,1141],[1996,1116],[1995,1088]]},{"area":"073","points":[[2551,1085],[2629,1085],[2634,1041],[2702,1041],[2710,1072],[2785,1072],[2785,1188],[2551,1188]]},{"area":"04b","points":[[888,888],[888,955],[994,955],[994,888]]},{"area":"050","points":[[1160,1214],[1132,1111],[1115,1102],[1101,1068],[1074,1026],[1058,977],[1058,825],[1099,772],[1114,693],[1124,652],[1154,668],[1165,663],[1155,594],[1170,537],[1186,575],[1215,614],[1241,674],[1249,730],[1261,778],[1294,815],[1292,1035],[1276,1128],[1259,1178],[1262,1215],[1249,1244],[1237,1213],[1218,1259],[1185,1191]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/002-totyp-02-03.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/004-the-mountaind-door-map-pc.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-34,"offsetY":-12,"scale":2},"title":"Player Version","mapParent":{"id":"165","autoScale":true},"width":3000,"height":1366},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/006-totyp-02-07.webp"},"title":"Map 2.3: The Glitterhame","width":3000,"height":2747,"imageType":"map","grid":{"type":"square","size":83,"offsetX":-10,"offsetY":6,"scale":2},"id":"166","mapRegions":[{"area":"09b","points":[[301,507],[329,519],[361,524],[378,511],[414,502],[448,490],[476,453],[532,418],[570,390],[592,366],[640,356],[685,355],[725,343],[757,351],[774,370],[844,361],[897,369],[942,368],[982,390],[1004,415],[1050,425],[1088,446],[1129,466],[1143,505],[1128,534],[1110,554],[1114,582],[1111,627],[1088,665],[1063,688],[1039,712],[1046,750],[1031,783],[997,806],[965,812],[941,835],[926,863],[921,908],[910,943],[906,965],[861,957],[890,929],[886,902],[897,868],[901,843],[934,813],[973,785],[1001,766],[1009,746],[992,734],[1003,706],[1037,684],[1050,655],[1077,630],[1080,587],[1083,559],[1106,507],[1105,488],[1085,480],[1055,463],[1036,441],[972,421],[954,404],[919,385],[889,386],[852,385],[810,395],[785,394],[728,379],[705,370],[657,366],[622,377],[600,401],[570,419],[541,436],[508,455],[494,475],[480,488],[457,507],[410,526],[390,529],[356,539],[301,542],[317,537],[289,523],[324,526]]},{"area":"09d","points":[[857,421],[886,414],[915,426],[948,434],[954,458],[964,474],[948,475],[942,484],[937,499],[914,503],[897,488],[867,480],[844,468],[837,445],[837,432]]},{"area":"0a1","points":[[596,539],[627,552],[654,597],[666,634],[703,667],[746,698],[775,715],[812,711],[840,706],[859,693],[893,680],[915,666],[981,675],[964,717],[977,751],[883,814],[868,868],[868,911],[848,915],[840,879],[827,872],[805,876],[795,865],[775,859],[772,843],[759,846],[737,846],[728,858],[695,857],[688,839],[697,830],[693,813],[681,809],[665,810],[649,790],[646,773],[627,765],[612,773],[600,761],[590,737],[587,714],[594,699],[595,690],[577,667],[555,645],[566,619],[578,610],[568,588],[577,565]]},{"area":"0b2","points":[[345,1530],[341,1516],[329,1520],[316,1534],[301,1511],[284,1486],[276,1480],[262,1480],[255,1463],[254,1430],[258,1397],[271,1370],[267,1315],[259,1270],[283,1243],[277,1213],[280,1181],[283,1170],[299,1188],[316,1232],[333,1248],[330,1271],[352,1274],[363,1311],[375,1328],[383,1348],[401,1343],[422,1348],[439,1348],[443,1382],[441,1409],[440,1432],[448,1446],[441,1457],[423,1455],[417,1462],[418,1479],[419,1501],[430,1516],[412,1516],[412,1542],[409,1568],[408,1587],[381,1591],[359,1583],[351,1578],[346,1557]]},{"area":"0ab","points":[[578,1729],[548,1717],[520,1715],[499,1711],[459,1692],[445,1711],[435,1712],[379,1694],[345,1686],[316,1675],[314,1652],[298,1649],[283,1619],[258,1609],[255,1658],[245,1683],[257,1716],[274,1742],[266,1743],[270,1765],[266,1778],[240,1764],[231,1790],[258,1837],[276,1858],[290,1859],[305,1875],[329,1886],[348,1877],[355,1871],[351,1843],[346,1825],[364,1809],[378,1799],[395,1803],[395,1822],[413,1832],[417,1815],[415,1801],[422,1786],[439,1792],[459,1821],[475,1832],[474,1886],[453,1890],[448,1908],[459,1939],[480,1955],[474,1982],[463,2014],[436,2035],[415,2044],[401,2036],[390,2021],[369,2019],[350,2004],[335,2000],[330,2017],[316,2012],[301,1994],[277,2000],[268,1985],[254,1969],[246,1981],[262,2001],[272,2014],[274,2035],[284,2066],[297,2074],[297,2088],[281,2093],[276,2102],[284,2124],[283,2146],[303,2181],[317,2187],[324,2170],[342,2163],[347,2181],[348,2206],[373,2226],[387,2249],[401,2271],[415,2289],[422,2267],[440,2274],[458,2276],[468,2274],[484,2263],[494,2255],[483,2236],[477,2214],[476,2196],[480,2194],[514,2200],[539,2186],[545,2175],[532,2168],[530,2143],[529,2137],[538,2119],[528,2099],[526,2085],[560,2071],[570,2061],[590,2070],[610,2095],[612,2115],[610,2141],[606,2157],[591,2178],[586,2196],[587,2219],[578,2235],[573,2259],[575,2275],[585,2293],[604,2298],[625,2334],[637,2354],[649,2348],[661,2361],[681,2394],[714,2426],[733,2421],[735,2415],[754,2419],[766,2419],[779,2423],[796,2431],[809,2430],[801,2408],[792,2387],[785,2374],[760,2364],[750,2352],[759,2342],[781,2352],[796,2348],[814,2357],[832,2359],[818,2330],[805,2298],[790,2284],[778,2261],[778,2252],[768,2234],[748,2232],[735,2227],[721,2246],[707,2249],[701,2267],[684,2248],[661,2221],[653,2197],[636,2175],[640,2160],[657,2142],[672,2124],[663,2097],[665,2072],[662,2045],[637,2037],[639,2012],[628,1973],[621,1938],[612,1910],[619,1893],[635,1892],[646,1877],[671,1880],[692,1877],[707,1862],[694,1835],[694,1809],[688,1797],[670,1799],[654,1803],[641,1773],[630,1742],[605,1745]]},{"area":"0ba","points":[[951,2003],[972,1995],[986,1970],[1012,1983],[1028,2001],[1025,2035],[1041,2035],[1072,2052],[1092,2067],[1089,2088],[1070,2088],[1054,2083],[1053,2102],[1066,2108],[1092,2114],[1111,2128],[1126,2119],[1152,2133],[1141,2150],[1146,2174],[1163,2208],[1138,2213],[1142,2235],[1133,2252],[1119,2243],[1093,2235],[1075,2222],[1050,2219],[1035,2204],[1014,2200],[992,2186],[985,2169],[963,2160],[938,2147],[925,2119],[916,2102],[901,2097],[888,2098],[863,2090],[849,2065],[845,2049],[834,2021],[831,1992],[817,1974],[848,1957],[861,1946],[859,1935],[868,1916],[884,1919],[890,1938],[911,1950],[925,1954],[930,1975],[937,1990]]},{"area":"0d3","points":[[1174,1992],[1212,1997],[1218,1985],[1240,1994],[1259,1997],[1293,2009],[1295,2023],[1324,2044],[1338,2046],[1348,2031],[1335,2008],[1326,1982],[1326,1956],[1347,1972],[1364,1992],[1370,2006],[1373,2030],[1390,2041],[1425,2050],[1445,2077],[1452,2106],[1489,2111],[1501,2111],[1517,2134],[1523,2147],[1543,2157],[1554,2164],[1578,2195],[1581,2209],[1612,2205],[1646,2205],[1657,2190],[1675,2177],[1708,2182],[1741,2190],[1765,2185],[1800,2199],[1822,2203],[1858,2204],[1863,2218],[1861,2235],[1852,2252],[1834,2271],[1822,2279],[1832,2295],[1828,2315],[1826,2339],[1819,2377],[1826,2403],[1837,2443],[1799,2443],[1770,2440],[1747,2431],[1725,2413],[1708,2410],[1688,2408],[1667,2390],[1653,2373],[1630,2372],[1599,2374],[1560,2375],[1543,2378],[1524,2396],[1510,2374],[1523,2343],[1506,2334],[1489,2334],[1470,2326],[1450,2324],[1440,2328],[1434,2332],[1428,2341],[1385,2333],[1364,2321],[1356,2302],[1345,2288],[1312,2277],[1295,2257],[1266,2240],[1244,2206],[1236,2173],[1230,2151],[1200,2137],[1208,2117],[1221,2111],[1222,2092],[1209,2063],[1187,2058],[1179,2039],[1165,2031],[1147,2032]]},{"area":"0a5","points":[[703,970],[717,965],[741,975],[745,1005],[761,1001],[773,1009],[787,1025],[794,1004],[819,990],[849,992],[871,1015],[879,1041],[890,1072],[897,1084],[921,1088],[926,1114],[929,1151],[942,1181],[943,1209],[957,1218],[948,1250],[937,1265],[912,1272],[901,1271],[899,1294],[890,1320],[910,1338],[935,1323],[950,1338],[948,1372],[961,1423],[972,1459],[964,1480],[977,1512],[986,1533],[961,1528],[960,1507],[948,1484],[932,1479],[916,1446],[899,1415],[883,1401],[867,1383],[867,1412],[859,1430],[867,1455],[865,1476],[872,1505],[867,1526],[885,1543],[897,1556],[903,1585],[911,1600],[929,1615],[939,1632],[950,1630],[963,1619],[990,1626],[1003,1630],[1013,1645],[1037,1666],[1035,1697],[1035,1711],[1054,1714],[1072,1725],[1048,1739],[1030,1757],[1014,1772],[1001,1800],[988,1819],[969,1812],[946,1796],[932,1795],[923,1810],[897,1803],[861,1783],[857,1770],[832,1764],[805,1752],[778,1735],[745,1728],[734,1729],[699,1741],[693,1715],[680,1701],[658,1692],[657,1666],[663,1644],[667,1631],[668,1623],[670,1608],[674,1588],[648,1587],[626,1573],[608,1566],[592,1564],[574,1556],[542,1538],[537,1520],[554,1493],[554,1476],[546,1461],[537,1452],[526,1444],[525,1432],[524,1385],[519,1372],[521,1354],[529,1352],[529,1326],[563,1266],[578,1268],[586,1286],[610,1266],[639,1249],[634,1235],[632,1205],[627,1188],[650,1145],[657,1129],[686,1114],[692,1101],[674,1093],[686,1044],[701,1023],[706,999]]},{"area":"0c9","points":[[1066,1046],[1154,1032],[1186,1022],[1212,1009],[1223,991],[1261,990],[1284,987],[1298,987],[1326,975],[1339,973],[1352,969],[1361,990],[1361,996],[1374,1001],[1378,1021],[1417,1039],[1423,1058],[1446,1081],[1461,1110],[1470,1123],[1462,1166],[1448,1177],[1430,1191],[1427,1209],[1410,1241],[1412,1263],[1383,1274],[1382,1307],[1387,1351],[1412,1395],[1423,1432],[1418,1467],[1404,1483],[1400,1526],[1405,1561],[1404,1596],[1388,1610],[1351,1610],[1342,1630],[1345,1652],[1351,1661],[1343,1693],[1352,1701],[1360,1725],[1335,1746],[1314,1781],[1297,1775],[1280,1766],[1240,1775],[1228,1792],[1213,1812],[1169,1805],[1147,1775],[1126,1755],[1111,1724],[1094,1712],[1072,1684],[1092,1649],[1099,1630],[1098,1606],[1098,1586],[1116,1583],[1137,1587],[1154,1596],[1163,1595],[1201,1578],[1195,1566],[1188,1547],[1186,1528],[1182,1524],[1148,1524],[1132,1519],[1124,1508],[1112,1492],[1121,1463],[1117,1440],[1114,1412],[1105,1405],[1083,1408],[1071,1391],[1057,1352],[1045,1337],[1049,1311],[1079,1315],[1094,1317],[1107,1325],[1103,1295],[1102,1271],[1094,1246],[1088,1228],[1067,1214],[1059,1200],[1071,1157],[1076,1137],[1074,1110],[1065,1088]]},{"area":"0c4","points":[[1610,890],[1592,875],[1564,870],[1545,836],[1539,817],[1515,814],[1498,841],[1484,822],[1471,844],[1468,866],[1477,885],[1475,903],[1479,933],[1483,935],[1481,954],[1514,973],[1521,991],[1533,1015],[1561,1025],[1586,1045],[1606,1062],[1619,1063],[1627,1050],[1634,1035],[1644,1044],[1657,1055],[1679,1053],[1676,1061],[1694,1092],[1699,1111],[1719,1134],[1739,1163],[1781,1188],[1801,1200],[1804,1164],[1803,1139],[1800,1094],[1809,1075],[1803,1046],[1799,1030],[1799,1013],[1782,1004],[1770,1015],[1760,1030],[1742,1028],[1732,1018],[1712,1014],[1699,1014],[1672,997],[1661,975],[1652,950],[1655,934],[1639,908],[1625,893]]},{"area":"0bf","points":[[1334,627],[1366,559],[1381,560],[1413,564],[1443,517],[1449,505],[1458,480],[1470,468],[1471,440],[1450,419],[1422,400],[1401,359],[1405,315],[1431,289],[1466,288],[1495,302],[1508,314],[1514,329],[1520,350],[1523,379],[1521,408],[1524,422],[1538,449],[1570,463],[1583,484],[1599,507],[1618,506],[1635,501],[1661,492],[1680,481],[1681,450],[1699,453],[1721,440],[1737,503],[1723,520],[1711,538],[1739,561],[1751,585],[1768,601],[1791,639],[1804,654],[1822,650],[1828,613],[1828,583],[1836,575],[1849,577],[1859,594],[1876,579],[1888,574],[1920,586],[1929,608],[1955,617],[1982,648],[1999,676],[2004,697],[1986,685],[1972,674],[1943,665],[1912,644],[1907,637],[1881,635],[1874,637],[1868,666],[1862,688],[1834,695],[1837,724],[1834,734],[1796,766],[1782,785],[1757,801],[1686,806],[1663,801],[1640,825],[1614,801],[1603,787],[1588,783],[1563,783],[1555,726],[1538,723],[1514,693],[1507,672],[1490,641],[1489,626],[1466,646],[1455,646],[1437,668],[1419,671],[1413,697],[1394,719],[1357,721],[1330,734],[1295,742],[1294,721],[1325,697],[1337,680],[1334,658],[1326,644]]},{"area":"0dc","points":[[2608,1792],[2693,1792],[2693,1284],[2766,1284],[2766,1868],[2608,1868]]},{"area":"0d7","points":[[2221,1422],[2210,1392],[2219,1355],[2210,1326],[2205,1310],[2199,1271],[2181,1255],[2173,1236],[2142,1219],[2138,1182],[2130,1156],[2119,1145],[2105,1101],[2103,1080],[2128,1079],[2125,1072],[2148,1085],[2177,1099],[2205,1115],[2213,1145],[2221,1163],[2237,1168],[2252,1157],[2275,1151],[2286,1169],[2317,1168],[2339,1159],[2351,1173],[2360,1194],[2388,1221],[2403,1240],[2414,1271],[2427,1283],[2423,1298],[2405,1290],[2395,1289],[2394,1303],[2395,1324],[2405,1345],[2404,1369],[2386,1355],[2354,1346],[2338,1326],[2312,1302],[2307,1320],[2306,1333],[2275,1337],[2268,1351],[2268,1365],[2261,1383],[2252,1399],[2257,1418]]},{"area":"0cf","points":[[1901,1348],[1934,1341],[1982,1379],[2003,1399],[2014,1415],[2013,1432],[1995,1443],[1996,1459],[2022,1466],[2055,1480],[2075,1506],[2099,1514],[2155,1548],[2175,1596],[2201,1645],[2215,1679],[2279,1676],[2314,1703],[2363,1732],[2423,1750],[2467,1750],[2466,1827],[2492,1876],[2537,1894],[2551,1901],[2564,1916],[2550,1933],[2554,1951],[2572,1968],[2585,1995],[2617,2000],[2603,2023],[2628,2028],[2689,2014],[2707,1982],[2723,1972],[2724,1995],[2748,2005],[2745,2054],[2751,2076],[2751,2098],[2760,2123],[2790,2126],[2800,2151],[2801,2195],[2799,2234],[2792,2263],[2799,2280],[2822,2274],[2808,2351],[2795,2392],[2773,2434],[2773,2459],[2757,2462],[2759,2445],[2735,2419],[2738,2395],[2743,2346],[2720,2325],[2707,2289],[2689,2294],[2690,2272],[2692,2239],[2693,2227],[2653,2234],[2604,2232],[2586,2253],[2559,2249],[2538,2230],[2523,2225],[2510,2235],[2488,2235],[2465,2240],[2443,2262],[2439,2281],[2415,2292],[2387,2305],[2343,2306],[2316,2306],[2314,2279],[2301,2248],[2299,2222],[2283,2196],[2225,2183],[2182,2152],[2161,2095],[2160,2072],[2103,2025],[2068,2001],[2027,2010],[1969,2009],[1924,2005],[1883,1968],[1857,1964],[1812,1963],[1734,1960],[1679,1955],[1648,1979],[1601,1981],[1545,1969],[1543,1946],[1519,1894],[1484,1835],[1467,1818],[1470,1745],[1463,1689],[1441,1659],[1450,1632],[1462,1599],[1446,1538],[1462,1484],[1486,1463],[1480,1422],[1462,1399],[1445,1357],[1439,1332],[1448,1281],[1485,1240],[1521,1208],[1550,1236],[1569,1257],[1588,1259],[1603,1246],[1625,1262],[1640,1280],[1650,1284],[1659,1268],[1677,1288],[1680,1306],[1719,1332],[1726,1356],[1738,1369],[1799,1394],[1836,1410],[1841,1395],[1863,1401],[1885,1397],[1895,1366]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/006-totyp-02-07.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/009-tfof02.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":3,"offsetY":23,"scale":2},"mapParent":{"id":"166","autoScale":true},"width":3380,"height":3095},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/008-totyp-02-08.webp"},"title":"Map 2.4: The Sinkhole","width":3000,"height":1428,"imageType":"map","grid":{"type":"square","size":97,"offsetX":-51,"offsetY":29,"scale":2},"id":"167","mapRegions":[{"area":"0e5","points":[[1201,218],[2089,218],[2089,592],[1808,592],[1808,505],[1201,505]]},{"area":"0ea","points":[[1204,514],[1204,689],[1790,689],[1790,514]]},{"area":"0df","points":[[485,621],[477,590],[472,569],[454,560],[489,534],[514,515],[526,495],[525,476],[501,471],[484,457],[512,441],[501,426],[483,422],[461,413],[468,391],[450,369],[448,332],[435,323],[461,312],[481,297],[511,271],[514,246],[512,225],[532,223],[556,228],[578,234],[600,240],[617,237],[644,244],[652,261],[655,279],[683,266],[698,244],[716,262],[732,267],[748,286],[757,288],[773,267],[774,258],[786,249],[819,259],[840,292],[872,350],[910,359],[923,369],[950,366],[992,386],[1006,405],[1039,421],[1065,435],[1083,512],[1105,590],[1098,599],[1054,600],[1039,597],[1037,625],[1050,645],[1049,661],[1034,659],[1003,667],[990,649],[979,646],[963,628],[930,639],[917,652],[917,659],[905,668],[872,688],[875,712],[839,751],[808,730],[783,719],[768,726],[747,723],[729,717],[708,717],[698,737],[675,751],[612,778],[625,746],[626,716],[630,679],[608,667],[594,650],[582,643],[565,636],[552,628],[535,613],[517,606],[503,614]]},{"area":"0eb","points":[[1446,1110],[1446,1298],[2043,1298],[2043,1110]]},{"area":"0f7","points":[[2204,214],[2204,498],[2395,498],[2395,214]]},{"area":"0e1","points":[[391,903],[403,921],[427,928],[435,902],[440,890],[459,897],[466,895],[479,888],[501,888],[512,901],[529,897],[545,890],[568,893],[601,899],[622,890],[630,879],[684,877],[728,874],[741,849],[760,854],[775,872],[787,881],[809,899],[821,895],[834,883],[881,906],[898,921],[914,928],[951,932],[957,917],[1001,924],[1013,921],[1034,942],[1048,954],[1105,939],[1133,929],[1205,928],[1209,906],[1227,901],[1241,883],[1290,868],[1383,855],[1467,817],[1520,775],[1526,742],[1537,764],[1554,768],[1599,733],[1588,772],[1603,797],[1614,815],[1672,810],[1697,778],[1701,797],[1725,801],[1726,836],[1726,863],[1728,880],[1723,892],[1739,893],[1761,876],[1792,858],[1818,827],[1865,836],[1872,880],[1854,889],[1840,943],[1803,970],[1770,990],[1761,978],[1743,973],[1717,965],[1694,961],[1680,963],[1665,975],[1645,990],[1617,987],[1599,999],[1568,994],[1561,969],[1538,974],[1506,981],[1483,1000],[1459,1000],[1432,1022],[1346,1076],[1328,1076],[1297,1079],[1279,1092],[1274,1116],[1258,1129],[1206,1135],[1194,1145],[1182,1132],[1181,1110],[1135,1108],[1123,1110],[1115,1098],[1081,1101],[1076,1124],[1045,1117],[1021,1112],[991,1099],[1008,1093],[1000,1068],[985,1068],[945,1066],[902,1055],[875,1046],[859,1053],[871,1066],[874,1080],[865,1086],[814,1084],[790,1071],[770,1079],[754,1085],[721,1083],[693,1062],[672,1068],[639,1072],[623,1077],[586,1071],[556,1053],[528,1040],[511,1012],[476,1018],[437,1031],[423,1036],[397,1022],[399,1008],[378,1000],[365,982],[346,978],[332,960],[329,932],[338,929],[343,914],[365,901]]},{"area":"0f0","points":[[1981,689],[2005,677],[2028,676],[2053,659],[2086,637],[2121,626],[2133,618],[2142,635],[2165,653],[2188,632],[2225,627],[2265,617],[2272,600],[2271,582],[2290,563],[2290,551],[2292,530],[2303,507],[2392,507],[2396,543],[2455,543],[2485,514],[2503,486],[2516,468],[2538,479],[2568,484],[2587,506],[2628,492],[2666,479],[2701,485],[2701,516],[2694,545],[2688,579],[2671,596],[2632,608],[2609,614],[2592,618],[2603,639],[2604,657],[2596,670],[2583,690],[2563,702],[2543,697],[2550,710],[2537,716],[2525,712],[2502,724],[2476,739],[2446,741],[2450,725],[2439,719],[2418,724],[2401,737],[2374,751],[2368,777],[2379,791],[2386,826],[2385,832],[2356,837],[2345,848],[2321,848],[2310,846],[2308,862],[2314,879],[2294,889],[2288,906],[2231,905],[2195,886],[2197,872],[2166,866],[2141,865],[2116,846],[2097,841],[2065,857],[2039,865],[2022,858],[2005,857],[1988,857],[1991,872],[2003,884],[1991,888],[1964,888],[1954,870],[1951,815],[1963,785],[1951,743]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/008-totyp-02-08.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/012-tfof03.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":-26,"offsetY":15},"mapParent":{"id":"167","autoScale":true},"width":3405,"height":1621},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/010-totyp-02-11.webp"},"title":"Map 2.5: The Foundry","width":3000,"height":1704,"imageType":"map","grid":{"type":"square","size":80,"offsetX":32,"offsetY":-4,"scale":2},"id":"168","mapRegions":[{"area":"123","points":[[441,250],[441,499],[961,499],[961,250]]},{"area":"12e","points":[[969,168],[969,330],[1135,330],[1135,168]]},{"area":"131","points":[[970,436],[970,588],[1135,588],[1135,436]]},{"area":"12e","points":[[1146,436],[1146,588],[1312,588],[1312,436]]},{"area":"12e","points":[[1148,169],[1148,332],[1308,332],[1308,169]]},{"area":"129","points":[[1325,245],[1325,503],[1566,503],[1566,245]]},{"area":"102","points":[[707,608],[1563,604],[1568,1032],[707,1041]]},{"area":"0fd","points":[[267,777],[340,704],[444,704],[515,775],[515,865],[425,955],[354,955],[267,874]]},{"area":"11f","points":[[178,1225],[514,1225],[514,1308],[863,1308],[863,1399],[966,1399],[966,1559],[528,1559],[528,1476],[178,1476]]},{"area":"108","points":[[1055,1125],[1055,1559],[1394,1559],[1394,1470],[1516,1470],[1523,1489],[1528,1503],[1547,1502],[1564,1506],[1565,1521],[1606,1520],[1641,1495],[1674,1453],[1674,1125]]},{"area":"10f","points":[[2289,1444],[2316,1453],[2312,1476],[2360,1477],[2400,1475],[2408,1484],[2394,1499],[2394,1511],[2406,1506],[2421,1516],[2440,1506],[2457,1495],[2471,1507],[2511,1502],[2516,1467],[2526,1448],[2559,1453],[2582,1465],[2619,1462],[2632,1484],[2677,1485],[2697,1481],[2705,1493],[2721,1488],[2765,1507],[2797,1521],[2779,1452],[2781,1440],[2739,1428],[2717,1403],[2699,1373],[2684,1348],[2686,1337],[2668,1316],[2628,1294],[2623,1284],[2655,1277],[2672,1267],[2711,1258],[2733,1268],[2790,1268],[2792,1245],[2788,1209],[2774,1191],[2755,1178],[2723,1164],[2719,1146],[2739,1123],[2720,1110],[2721,1094],[2737,1077],[2707,1084],[2659,1092],[2637,1092],[2604,1102],[2569,1121],[2554,1125],[2545,1110],[2525,1117],[2501,1120],[2477,1126],[2471,1255],[2449,1265],[2404,1195],[2365,1199],[2342,1195],[2332,1181],[2314,1179],[2277,1166],[2257,1151],[2228,1159],[2199,1164],[2179,1151],[2156,1142],[2110,1137],[2108,1164],[2098,1196],[2103,1218],[2130,1310],[2126,1366],[2157,1375],[2164,1391],[2179,1418],[2218,1421],[2257,1413],[2280,1428]]},{"area":"111","points":[[2452,1253],[2412,1186],[2403,1163],[2377,1151],[2368,1130],[2323,1132],[2338,1099],[2311,1079],[2341,1066],[2347,1049],[2373,1035],[2375,1005],[2375,995],[2400,996],[2418,986],[2471,991],[2497,983],[2494,974],[2520,977],[2533,974],[2541,941],[2566,963],[2565,977],[2539,994],[2520,1014],[2521,1031],[2529,1036],[2516,1062],[2517,1077],[2538,1094],[2530,1102],[2485,1111],[2468,1124],[2466,1248]]},{"area":"145","points":[[2476,516],[2643,516],[2643,774],[2733,774],[2733,855],[2561,855],[2561,770],[2476,770]]},{"area":"14a","points":[[2655,603],[2655,765],[2815,765],[2815,603]]},{"area":"12e","points":[[2653,343],[2865,343],[2865,419],[2817,419],[2817,586],[2653,586]]},{"area":"12e","points":[[2654,166],[2823,166],[2823,241],[2863,241],[2863,326],[2654,326]]},{"area":"141","points":[[2120,434],[2120,677],[2369,677],[2369,434]]},{"area":"11b","points":[[2026,694],[2026,1023],[2266,1023],[2266,694]]},{"area":"112","points":[[1675,697],[1675,937],[2015,937],[2015,697]]},{"area":"13f","points":[[1579,432],[1579,683],[1844,683],[1844,432]]},{"area":"12e","points":[[1581,169],[1581,332],[1747,332],[1747,169]]},{"area":"12e","points":[[2112,166],[2112,326],[2275,326],[2275,166]]},{"area":"12e","points":[[1763,168],[1763,329],[1924,329],[1924,168]]},{"area":"12e","points":[[1938,166],[1938,329],[2101,329],[2101,166]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/010-totyp-02-11.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/015-tfof04.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":-7,"offsetY":11,"scale":2},"mapParent":{"id":"168","autoScale":true},"width":3372,"height":1915},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/013-totyp-02-13.webp"},"title":"Map 2.6: The Black Lake","width":3000,"height":1112,"imageType":"map","grid":{"type":"square","size":81,"offsetX":-21,"offsetY":-20,"scale":2},"id":"169","mapRegions":[{"area":"14d","points":[[818,782],[840,774],[844,741],[850,720],[839,692],[844,654],[857,631],[872,636],[870,693],[879,726],[907,742],[930,766],[939,796],[973,812],[1000,828],[1017,853],[1035,876],[1048,899],[1028,932],[1004,928],[994,912],[968,901],[955,910],[926,921],[938,950],[960,972],[965,992],[933,982],[902,954],[888,939],[881,914],[866,905],[852,906],[839,905],[832,877],[823,854],[806,840],[804,813]]},{"area":"14f","points":[[954,391],[965,369],[956,346],[930,339],[895,332],[868,315],[858,299],[884,295],[912,312],[941,303],[977,306],[996,312],[1032,319],[1071,321],[1103,323],[1105,307],[1155,299],[1191,306],[1246,314],[1258,301],[1249,286],[1257,280],[1286,293],[1298,307],[1323,310],[1335,297],[1363,293],[1391,306],[1404,319],[1404,337],[1404,356],[1417,374],[1405,394],[1399,410],[1378,412],[1374,430],[1381,458],[1392,474],[1383,555],[1381,587],[1396,618],[1405,637],[1385,697],[1374,705],[1357,705],[1361,688],[1343,655],[1321,658],[1310,623],[1306,583],[1299,572],[1316,543],[1321,515],[1316,489],[1301,472],[1285,454],[1252,431],[1231,436],[1228,453],[1213,432],[1187,441],[1157,441],[1139,434],[1106,439],[1083,459],[1086,479],[1061,483],[1046,505],[1044,515],[1009,505],[983,502],[952,505],[910,510],[898,479],[933,408],[947,403]]},{"area":"159","points":[[2010,752],[2012,728],[2023,705],[2019,684],[2000,677],[2015,648],[2018,634],[2054,636],[2094,623],[2105,640],[2129,645],[2146,676],[2168,688],[2183,690],[2196,676],[2209,677],[2226,686],[2237,699],[2252,711],[2277,712],[2289,710],[2299,750],[2310,777],[2321,812],[2294,830],[2277,846],[2254,830],[2232,819],[2213,805],[2197,817],[2177,822],[2169,805],[2160,795],[2143,801],[2129,800],[2129,814],[2103,813],[2088,801],[2070,794],[2046,797],[2035,778],[2035,756]]},{"area":"15d","points":[[2272,541],[2274,517],[2297,508],[2317,493],[2314,477],[2329,448],[2312,425],[2326,417],[2338,437],[2365,452],[2374,466],[2375,486],[2396,490],[2415,503],[2434,511],[2450,502],[2446,454],[2441,408],[2446,370],[2413,365],[2401,356],[2410,329],[2401,323],[2401,311],[2400,294],[2431,308],[2470,316],[2479,310],[2476,293],[2483,277],[2495,275],[2512,294],[2534,281],[2551,270],[2548,252],[2575,244],[2603,239],[2617,263],[2625,288],[2643,290],[2662,292],[2677,307],[2680,317],[2655,345],[2655,370],[2659,391],[2670,415],[2674,439],[2648,461],[2635,462],[2621,472],[2608,507],[2612,525],[2578,557],[2565,557],[2555,579],[2547,585],[2534,587],[2490,588],[2455,587],[2410,599],[2394,603],[2359,596],[2348,570],[2328,551],[2297,551]]},{"area":"154","points":[[1357,810],[1395,830],[1427,854],[1448,872],[1463,865],[1477,854],[1501,868],[1520,865],[1566,862],[1588,866],[1618,868],[1641,854],[1655,845],[1621,822],[1590,805],[1569,795],[1534,775],[1502,785],[1477,775],[1484,761],[1475,748],[1480,612],[1532,505],[1535,481],[1550,450],[1568,425],[1574,399],[1604,395],[1631,400],[1661,396],[1697,386],[1710,409],[1741,412],[1760,404],[1698,498],[1658,523],[1653,577],[1652,643],[1659,702],[1698,779],[1764,858],[1835,907],[1895,942],[1914,954],[1915,982],[1902,983],[1884,978],[1866,968],[1835,965],[1815,951],[1795,942],[1782,934],[1781,910],[1747,903],[1728,905],[1699,914],[1672,929],[1658,938],[1654,916],[1648,911],[1628,915],[1618,919],[1586,903],[1572,910],[1561,925],[1550,929],[1564,965],[1563,981],[1548,969],[1546,963],[1535,954],[1523,955],[1514,930],[1493,926],[1479,926],[1488,952],[1494,972],[1470,956],[1466,935],[1440,932],[1439,920],[1436,910],[1412,907],[1399,890],[1382,890],[1386,871],[1375,857],[1361,846],[1360,831]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-TFoF/thumbnail/013-totyp-02-13.webp"},"page":"adventure.html","source":"TftYP-TFoF","hash":"tftyp-tfof"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-TFoF/019-tfof05.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-25,"offsetY":-23,"scale":2},"mapParent":{"id":"169","autoScale":true},"width":3368,"height":1248}]}]},"TftYP-THSoT":{"id":"TftYP-THSoT","source":"TftYP-THSoT","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"The Hidden Shrine of Tamoachan","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-THSoT/001-hs01.webp"},"title":"Map 3.1: The Hidden Shrine of Tamoachan","width":3000,"height":1974,"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":2,"scale":4},"id":"171","mapRegions":[{"area":"167","points":[[219,462],[219,734],[426,734],[426,462]]},{"area":"160","points":[[703,575],[703,636],[732,636],[732,575]]},{"area":"15b","points":[[812,607],[908,607],[923,622],[923,716],[798,716],[798,622]]},{"area":"155","points":[[927,575],[927,604],[972,604],[972,575]]},{"area":"150","points":[[921,444],[921,511],[1006,511],[1021,526],[1021,572],[893,572],[893,444]]},{"area":"14b","points":[[928,476],[928,423],[930,417],[935,414],[996,414],[1002,419],[1005,425],[1005,476]]},{"area":"13e","points":[[1215,315],[1215,361],[1279,361],[1279,315]]},{"area":"133","points":[[1119,348],[1183,348],[1183,381],[1247,381],[1247,367],[1279,367],[1279,380],[1312,380],[1312,478],[1279,478],[1279,540],[1181,540],[1181,509],[1084,509],[1084,380],[1119,380]]},{"area":"12f","points":[[1094,527],[1126,574],[1103,603],[1087,603],[1061,574]]},{"area":"127","points":[[1088,640],[1088,796],[1149,796],[1149,640]]},{"area":"10f","points":[[1218,545],[1247,545],[1247,735],[1279,735],[1279,780],[1218,780]]},{"area":"10a","points":[[1343,332],[1359,332],[1359,316],[1378,316],[1378,332],[1391,332],[1391,348],[1409,348],[1409,381],[1393,381],[1393,410],[1343,410]]},{"area":"114","points":[[1328,780],[1328,735],[1316,729],[1304,718],[1297,702],[1296,688],[1300,673],[1305,661],[1318,650],[1332,642],[1348,641],[1361,646],[1375,652],[1386,667],[1393,684],[1389,703],[1384,713],[1377,724],[1371,730],[1359,736],[1359,780]]},{"area":"08b","points":[[1488,799],[1488,831],[1584,831],[1584,799]]},{"area":"084","points":[[1760,798],[1760,829],[1865,829],[1865,798]]},{"area":"08c","points":[[1360,848],[1377,865],[1439,865],[1454,878],[1454,943],[1473,960],[1441,991],[1376,991],[1330,948],[1330,878]]},{"area":"07c","points":[[1522,1023],[1551,994],[1650,994],[1680,1024],[1680,1057],[1649,1088],[1553,1088],[1522,1056]]},{"area":"067","points":[[1722,1023],[1777,1023],[1777,1153],[1745,1153],[1745,1057],[1722,1057]]},{"area":"062","points":[[1780,1120],[1780,1151],[1923,1151],[1923,1120]]},{"area":"0af","points":[[1951,1119],[1951,1153],[2033,1153],[2033,1119]]},{"area":"082","points":[[1972,799],[1972,1022],[2002,1022],[2002,799]]},{"area":"0ab","points":[[2036,925],[2036,1322],[2097,1322],[2097,925]]},{"area":"0aa","points":[[2223,958],[2230,954],[2228,945],[2235,937],[2241,927],[2276,927],[2276,1052],[2244,1052],[2244,961]]},{"area":"0a3","points":[[2196,1088],[2241,1059],[2279,1059],[2324,1088],[2324,1198],[2196,1198]]},{"area":"050","points":[[2364,929],[2364,960],[2455,960],[2455,929]]},{"area":"04b","points":[[2519,931],[2519,1069],[2548,1069],[2548,931]]},{"area":"052","points":[[2647,928],[2775,928],[2775,944],[2791,944],[2791,959],[2808,959],[2808,1055],[2792,1055],[2792,1072],[2776,1072],[2776,1088],[2647,1088],[2647,1073],[2631,1073],[2631,1057],[2616,1057],[2616,962],[2630,962],[2630,945],[2647,945]]},{"area":"03f","points":[[2451,1120],[2484,1087],[2580,1087],[2613,1120],[2613,1215],[2581,1249],[2486,1249],[2451,1215]]},{"area":"03b","points":[[2672,1153],[2672,1182],[2758,1182],[2758,1153]]},{"area":"02d","points":[[2777,1220],[2777,1422],[2869,1422],[2869,1220]]},{"area":"05d","points":[[2468,1377],[2516,1377],[2516,1396],[2552,1396],[2552,1377],[2599,1377],[2599,1426],[2584,1426],[2584,1458],[2600,1458],[2600,1508],[2553,1508],[2553,1489],[2516,1489],[2516,1508],[2468,1508],[2468,1457],[2484,1457],[2484,1426],[2468,1426]]},{"area":"091","points":[[2409,1542],[2521,1542],[2521,1493],[2549,1493],[2549,1568],[2409,1568]]},{"area":"095","points":[[2263,1409],[2455,1409],[2455,1532],[2436,1532],[2436,1428],[2263,1428]]},{"area":"0a1","points":[[2230,1204],[2230,1442],[2257,1442],[2257,1204]]},{"area":"09f","points":[[2195,1395],[2136,1395],[2136,1412],[2068,1412],[2068,1571],[2097,1571],[2097,1442],[2134,1442],[2134,1458],[2195,1458]]},{"area":"097","points":[[2132,1473],[2338,1473],[2338,1540],[2356,1540],[2356,1570],[2338,1570],[2338,1636],[2132,1636]]},{"area":"097","points":[[2343,1475],[2385,1475],[2385,1540],[2402,1540],[2402,1567],[2385,1567],[2385,1634],[2343,1634],[2343,1575],[2359,1575],[2359,1536],[2343,1536]]},{"area":"06c","points":[[1860,1379],[1954,1379],[1954,1371],[1986,1371],[1986,1418],[1955,1418],[1955,1411],[1860,1411]]},{"area":"073","points":[[1391,1443],[1587,1443],[1587,1349],[1711,1349],[1711,1570],[1650,1570],[1650,1604],[1391,1604]]},{"area":"079","points":[[1521,1314],[1521,1340],[1681,1340],[1681,1314]]},{"area":"07a","points":[[1295,1311],[1295,1342],[1329,1342],[1329,1311]]},{"area":"0b2","points":[[943,1313],[943,1341],[1286,1341],[1286,1313]]},{"area":"0bf","points":[[780,1441],[780,1475],[814,1475],[814,1441]]},{"area":"0b5","points":[[908,896],[908,926],[1324,926],[1324,896]]},{"area":"0b9","points":[[877,960],[877,1151],[974,1151],[974,960]]},{"area":"10e","points":[[816,1023],[823,1021],[834,1025],[844,1023],[844,1154],[816,1154]]},{"area":"0f6","points":[[653,1234],[667,1220],[731,1220],[748,1237],[748,1266],[759,1266],[764,1270],[764,1292],[761,1297],[749,1297],[749,1327],[733,1343],[669,1343],[654,1328],[654,1297],[641,1297],[637,1292],[637,1271],[639,1266],[653,1266]]},{"area":"102","points":[[508,864],[555,864],[555,877],[588,877],[588,864],[637,864],[637,879],[668,879],[668,862],[716,862],[730,848],[764,882],[750,896],[750,945],[734,945],[734,976],[750,976],[750,1023],[734,1023],[734,1055],[749,1055],[749,1105],[723,1118],[651,1118],[619,1105],[619,1025],[607,1025],[590,1010],[590,991],[508,991],[494,963],[494,895]]},{"area":"0d9","points":[[153,1458],[185,1458],[185,1429],[343,1429],[343,1442],[364,1442],[364,1556],[185,1556],[185,1524],[153,1524]]},{"area":"0d2","points":[[202,1397],[202,1423],[364,1423],[364,1397]]},{"area":"0ed","points":[[170,1186],[199,1186],[215,1202],[215,1249],[199,1265],[199,1346],[218,1346],[218,1377],[155,1377],[155,1348],[171,1348],[171,1268],[152,1249],[152,1204]]},{"area":"0e8","points":[[207,1283],[207,1311],[327,1311],[327,1283]]},{"area":"0cd","points":[[347,1337],[300,1384],[311,1395],[358,1348]]},{"area":"0c7","points":[[411,1172],[521,1282],[442,1361],[364,1361],[364,1351],[341,1328],[332,1328],[332,1252]]},{"area":"0f8","points":[[281,960],[316,960],[330,930],[364,930],[380,960],[411,960],[411,1086],[394,1103],[394,1121],[364,1121],[364,1135],[332,1135],[332,1122],[298,1122],[298,1107],[281,1088]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-THSoT/thumbnail/001-hs01.webp"},"page":"adventure.html","source":"TftYP-THSoT","hash":"tftyp-thsot"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-THSoT/002-hsotplayer.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":32},"mapParent":{"id":"171","autoScale":true},"width":11873,"height":8370}]}]},"TftYP-WPM":{"id":"TftYP-WPM","source":"TftYP-WPM","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"White Plume Mountain","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/001-wpm01.webp"},"title":"Map 4.1: Cutaway View","width":2290,"height":3000,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"032","points":[[1144,1670],[1194,1674],[1203,1718],[1214,1742],[1222,1771],[1211,1800],[1203,1806],[1203,1848],[1144,1846],[1141,1790],[1150,1778],[1130,1768],[1128,1733],[1144,1718],[1142,1694]]},{"area":"04a","points":[[1365,1570],[1387,1558],[1408,1549],[1434,1546],[1443,1544],[1456,1554],[1475,1563],[1488,1579],[1501,1571],[1510,1573],[1514,1592],[1534,1618],[1536,1646],[1538,1669],[1544,1701],[1562,1710],[1576,1744],[1571,1781],[1558,1808],[1546,1850],[1530,1880],[1531,1896],[1523,1922],[1541,1952],[1550,1974],[1512,1994],[1477,1994],[1434,1989],[1427,1970],[1419,1955],[1418,1925],[1394,1888],[1370,1870],[1357,1856],[1338,1846],[1328,1814],[1341,1798],[1338,1781],[1333,1749],[1333,1726],[1336,1699],[1350,1693],[1350,1678],[1350,1653],[1357,1630],[1352,1598]]},{"area":"061","points":[[1734,1747],[1994,1747],[1994,1771],[1957,1771],[1952,1800],[1931,1800],[1930,1824],[1901,1824],[1902,1848],[1878,1854],[1878,1872],[1824,1872],[1821,1861],[1795,1858],[1795,1832],[1763,1829],[1758,1806],[1739,1802],[1739,1776]]},{"area":"04a","points":[[1752,2456],[1776,2493],[1813,2504],[1827,2539],[1864,2557],[1890,2573],[1896,2605],[1896,2626],[1917,2635],[1918,2664],[1907,2696],[1893,2710],[1875,2734],[1890,2755],[1910,2782],[1922,2824],[1928,2872],[1944,2923],[1909,2923],[1875,2917],[1846,2909],[1814,2910],[1760,2917],[1722,2922],[1701,2930],[1659,2930],[1627,2920],[1600,2925],[1571,2933],[1486,2931],[1443,2918],[1413,2920],[1395,2918],[1374,2922],[1349,2917],[1336,2742],[1358,2694],[1379,2667],[1384,2597],[1381,2539],[1406,2501],[1405,2438],[1386,2413],[1374,2376],[1362,2352],[1365,2314],[1382,2302],[1395,2253],[1414,2218],[1432,2147],[1434,2062],[1416,2050],[1438,2038],[1464,2045],[1485,2045],[1514,2045],[1525,2078],[1533,2128],[1552,2147],[1566,2168],[1587,2192],[1590,2218],[1614,2229],[1629,2259],[1643,2296],[1646,2325],[1651,2358],[1667,2394],[1691,2402],[1723,2430]]},{"area":"032","points":[[1099,2347],[1128,2421],[1139,2440],[1171,2461],[1192,2467],[1203,2494],[1224,2494],[1237,2432],[1256,2398],[1253,2445],[1250,2499],[1262,2528],[1262,2558],[1269,2579],[1259,2592],[1270,2618],[1270,2646],[1283,2674],[1290,2718],[1298,2738],[1307,2915],[1277,2910],[1246,2909],[1221,2909],[1214,2923],[1186,2915],[1163,2909],[1155,2901],[1096,2910],[1077,2925],[1038,2914],[1027,2899],[990,2891],[973,2896],[997,2800],[1024,2739],[1038,2718],[1056,2659],[1056,2630],[1074,2624],[1075,2603],[1104,2574],[1117,2555],[1115,2461],[1101,2419],[1094,2384]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/001-wpm01.webp"},"id":"072","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/002-wpm02.webp"},"title":"Map 4.2: White Plume Mountain","width":3000,"height":1992,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-7,"offsetY":-57,"scale":2,"distance":10},"id":"072","mapRegions":[{"area":"060","points":[[128,470],[147,470],[147,871],[417,871],[417,888],[128,893]]},{"area":"05d","points":[[107,170],[107,470],[325,470],[325,170]]},{"area":"05b","points":[[327,520],[327,689],[552,689],[552,520]]},{"area":"057","points":[[511,826],[511,907],[908,907],[908,826]]},{"area":"056","points":[[873,781],[956,781],[956,867],[920,867],[920,820],[873,820]]},{"area":"055","points":[[1007,1005],[1007,1124],[1090,1124],[1090,1005]]},{"area":"053","points":[[916,871],[1044,871],[1044,995],[998,995],[998,1303],[963,1303],[963,998],[916,998]]},{"area":"04b","points":[[1949,60],[1957,94],[1967,112],[1977,144],[1993,160],[2009,152],[2026,166],[2031,204],[2033,221],[2050,236],[2064,254],[2074,277],[2077,291],[2093,279],[2109,277],[2114,264],[2123,258],[2129,263],[2144,249],[2170,249],[2183,241],[2200,226],[2202,212],[2200,200],[2208,187],[2216,191],[2224,191],[2245,193],[2251,171],[2250,160],[2272,138],[2289,146],[2310,137],[2328,97],[2353,69],[2357,60],[2339,59],[2311,59],[2281,56],[2257,47],[2210,46],[2179,47],[2151,62],[2102,60],[2077,64],[2054,61],[2029,88],[2032,58],[2003,55],[1983,64],[1963,56]]},{"area":"030","points":[[1900,740],[1900,782],[1956,782],[1956,740]]},{"area":"02e","points":[[1825,915],[1825,1003],[1950,1003],[1950,915]]},{"area":"045","points":[[1728,869],[1728,952],[1817,952],[1817,869]]},{"area":"03f","points":[[1729,960],[1817,960],[1817,1090],[1782,1090],[1782,1042],[1729,1042]]},{"area":"03d","points":[[1591,1046],[1591,1086],[1745,1086],[1745,1046]]},{"area":"032","points":[[1994,1095],[2007,1077],[2023,1062],[2017,1049],[2027,1039],[2041,1028],[2050,1019],[2059,1000],[2066,988],[2069,970],[2083,965],[2104,965],[2114,945],[2127,926],[2137,908],[2157,878],[2169,871],[2181,872],[2195,883],[2215,887],[2214,905],[2233,903],[2255,909],[2267,924],[2276,936],[2298,946],[2303,956],[2284,975],[2280,982],[2275,1009],[2259,1024],[2255,1049],[2244,1067],[2241,1090],[2243,1103],[2260,1126],[2274,1132],[2297,1139],[2317,1155],[2323,1180],[2324,1200],[2333,1218],[2342,1239],[2332,1268],[2320,1311],[2317,1333],[2308,1353],[2281,1355],[2263,1357],[2247,1365],[2228,1369],[2215,1383],[2204,1405],[2191,1394],[2180,1394],[2182,1376],[2181,1361],[2175,1332],[2164,1315],[2151,1299],[2143,1278],[2141,1271],[2130,1272],[2117,1277],[2116,1302],[2104,1307],[2092,1317],[2072,1317],[2071,1291],[2060,1264],[2038,1242],[2026,1226],[2034,1208],[2059,1190],[2072,1173],[2069,1159],[2057,1146],[2044,1140],[2033,1122],[2013,1115],[1999,1110]]},{"area":"037","points":[[2221,1569],[2352,1569],[2352,1694],[2222,1694],[2216,1629],[2219,1597]]},{"area":"02c","points":[[1911,1651],[1911,1780],[2039,1780],[2039,1651]]},{"area":"02b","points":[[1498,1511],[1513,1508],[1523,1514],[1533,1508],[1537,1523],[1600,1454],[1595,1445],[1579,1434],[1576,1426]]},{"area":"038","points":[[1412,1485],[1424,1480],[1441,1483],[1452,1492],[1451,1505],[1449,1519],[1442,1528],[1428,1530],[1415,1523],[1407,1508]]},{"area":"039","points":[[1233,1134],[1590,1134],[1590,1301],[1496,1301],[1496,1392],[1233,1392]]},{"area":"049","points":[[1410,813],[1410,1124],[1452,1124],[1452,813]]},{"area":"04a","points":[[1208,689],[1221,672],[1245,663],[1257,639],[1256,616],[1243,592],[1231,582],[1238,560],[1241,530],[1252,514],[1260,496],[1262,481],[1272,465],[1257,444],[1257,429],[1344,372],[1375,347],[1382,316],[1400,306],[1412,316],[1438,323],[1461,330],[1473,345],[1485,355],[1501,360],[1513,373],[1533,382],[1539,415],[1545,424],[1563,429],[1575,448],[1579,475],[1590,497],[1597,520],[1598,532],[1609,549],[1599,559],[1595,602],[1591,634],[1588,675],[1603,680],[1613,693],[1624,707],[1634,719],[1649,717],[1663,712],[1658,689],[1667,673],[1683,678],[1679,659],[1692,646],[1700,616],[1707,596],[1717,583],[1726,583],[1736,572],[1752,548],[1760,534],[1774,529],[1785,507],[1802,492],[1823,468],[1840,444],[1831,432],[1832,415],[1818,408],[1817,384],[1808,366],[1795,361],[1798,342],[1819,333],[1835,325],[1840,296],[1821,287],[1810,276],[1805,253],[1810,240],[1804,219],[1801,209],[1777,215],[1753,214],[1722,211],[1712,201],[1689,191],[1676,180],[1665,172],[1647,154],[1627,156],[1599,155],[1567,166],[1543,175],[1513,171],[1486,164],[1464,154],[1437,150],[1425,139],[1401,133],[1375,138],[1350,143],[1315,138],[1294,149],[1276,158],[1261,165],[1243,179],[1219,188],[1182,183],[1164,176],[1152,203],[1148,237],[1146,262],[1151,281],[1135,306],[1117,335],[1101,365],[1085,381],[1074,403],[1054,424],[1058,438],[1059,457],[1073,479],[1068,507],[1069,535],[1055,572],[1050,598],[1061,604],[1081,595],[1094,604],[1104,615],[1105,629],[1113,650],[1114,669],[1133,678],[1159,677],[1180,685],[1190,692]]},{"area":"04c","points":[[1403,657],[1379,643],[1352,619],[1339,591],[1332,569],[1325,538],[1321,517],[1326,487],[1335,459],[1350,434],[1365,409],[1390,391],[1423,382],[1448,381],[1476,394],[1500,413],[1518,443],[1533,474],[1538,516],[1534,555],[1526,585],[1508,613],[1491,637],[1464,657],[1435,667]]},{"area":"052","points":[[1199,1446],[1237,1484],[1212,1509],[1175,1472]]},{"area":"029","points":[[1265,1561],[1337,1573],[1367,1598],[1365,1545],[1406,1524],[1406,1601],[1407,1601],[1447,1561],[1502,1561],[1404,1659],[1404,1700],[1367,1737],[1367,1654]]},{"area":"027","points":[[1005,1739],[1005,1826],[1088,1826],[1088,1739]]},{"area":"061","points":[[194,1088],[194,1651],[640,1651],[640,1088]]},{"area":"067","points":[[329,1698],[329,1824],[551,1824],[551,1698]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/002-wpm02.webp"},"page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/003-wpm01.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetY":-2},"mapParent":{"id":"072","autoScale":true},"width":5275,"height":3502},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/004-wpm03.webp"},"title":"Map 4.3: Geysers and Chains","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":207,"offsetX":-104,"offsetY":-62,"distance":10},"mapRegions":[{"area":"032","points":[[403,117],[403,344],[1942,344],[1942,117]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/004-wpm03.webp"},"id":"073","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/006-wpm04.webp"},"title":"Map 4.4: Boiling Lake","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":110,"offsetX":-44,"offsetY":46,"distance":10},"mapRegions":[{"area":"04a","points":[[621,298],[621,546],[1666,546],[1666,298]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/006-wpm04.webp"},"id":"074","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-WPM/008-wpm05.webp"},"title":"Map 4.5: Aquarium and Prison","width":2290,"height":3000,"imageType":"map","grid":{"type":"square","size":145,"offsetX":-11,"offsetY":-54,"distance":10},"mapRegions":[{"area":"061","points":[[350,107],[350,349],[1998,349],[1998,107]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-WPM/thumbnail/008-wpm05.webp"},"id":"075","page":"adventure.html","source":"TftYP-WPM","hash":"tftyp-wpm"}]}]},"TftYP-DiT":{"id":"TftYP-DiT","source":"TftYP-DiT","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Dead in Thay","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/001-dit01.jpg"},"title":"Map 5.1: The Doomvault","width":2310,"height":3300,"imageType":"map","grid":{"type":"square","size":54,"offsetX":31,"offsetY":8,"scale":4},"mapRegions":[{"area":"0a1","points":[[94,141],[94,446],[375,446],[375,141]]},{"area":"09d","points":[[403,233],[403,339],[468,339],[468,233]]},{"area":"0b3","points":[[508,112],[508,328],[587,328],[587,112]]},{"area":"0b9","points":[[642,271],[642,192],[803,192],[803,271],[791,271],[791,287],[762,287],[762,271],[684,271],[684,288],[655,288],[655,271]]},{"area":"0c7","points":[[916,234],[1059,234],[1127,366],[1115,392],[1058,501],[914,501],[843,370]]},{"area":"0c4","points":[[508,356],[508,579],[737,579],[737,356]]},{"area":"0ab","points":[[228,477],[228,608],[346,608],[346,477]]},{"area":"0f7","points":[[1183,85],[1183,190],[1541,190],[1541,85]]},{"area":"100","points":[[1182,234],[1182,339],[1326,339],[1326,234]]},{"area":"107","points":[[1424,232],[1424,339],[1570,339],[1570,232]]},{"area":"10e","points":[[1198,383],[1198,689],[1396,689],[1396,383]]},{"area":"11a","points":[[1426,437],[1426,635],[1540,635],[1540,437]]},{"area":"123","points":[[1492,664],[1492,812],[1595,812],[1595,664]]},{"area":"0d2","points":[[793,503],[793,594],[883,594],[883,503]]},{"area":"0ce","points":[[890,543],[954,543],[954,506],[978,506],[978,543],[1047,543],[1047,569],[979,569],[979,609],[953,609],[953,569],[890,569]]},{"area":"0d9","points":[[929,612],[1047,612],[1047,678],[994,678],[994,746],[929,746]]},{"area":"0ed","points":[[687,760],[730,760],[738,752],[738,623],[870,623],[870,746],[764,746],[764,765],[744,785],[687,785]]},{"area":"0e6","points":[[472,623],[550,623],[550,730],[575,730],[575,760],[472,760]]},{"area":"0e1","points":[[617,588],[643,588],[643,721],[680,721],[680,799],[579,799],[579,721],[617,721]]},{"area":"12b","points":[[1626,530],[1626,728],[1916,728],[1916,530]]},{"area":"133","points":[[2031,557],[2031,662],[2190,662],[2190,557]]},{"area":"0c0","points":[[832,138],[832,220],[910,220],[910,138]]},{"area":"13a","points":[[1963,706],[1963,891],[2243,891],[2243,706]]},{"area":"150","points":[[1692,772],[1707,772],[1707,788],[1784,788],[1784,772],[1801,772],[1801,789],[1827,789],[1827,772],[1854,772],[1854,789],[1879,789],[1879,772],[1894,772],[1894,790],[1906,790],[1906,812],[1921,812],[1921,827],[1906,827],[1906,904],[1894,904],[1894,923],[1877,923],[1877,904],[1852,904],[1852,923],[1826,923],[1826,904],[1800,904],[1800,923],[1783,923],[1783,905],[1704,905],[1704,922],[1690,922],[1690,904],[1679,904],[1679,880],[1663,880],[1663,868],[1681,868],[1681,840],[1663,840],[1663,810],[1679,810],[1679,786],[1692,786]]},{"area":"158","points":[[1692,961],[1706,961],[1706,977],[1734,977],[1734,961],[1759,961],[1759,979],[1786,979],[1786,961],[1800,961],[1800,980],[1826,980],[1826,961],[1854,961],[1854,978],[1880,978],[1880,961],[1894,961],[1894,977],[1905,977],[1905,1002],[1920,1002],[1920,1015],[1905,1015],[1905,1044],[1921,1044],[1921,1069],[1905,1069],[1905,1094],[1893,1094],[1893,1112],[1878,1112],[1878,1094],[1853,1094],[1801,1094],[1801,1111],[1783,1111],[1783,1094],[1758,1094],[1758,1109],[1732,1109],[1732,1094],[1707,1094],[1707,1110],[1690,1110],[1690,1094],[1681,1094],[1681,1070],[1665,1070],[1665,1055],[1679,1055],[1679,978],[1692,978]]},{"area":"141","points":[[1961,949],[1961,1146],[2243,1146],[2243,949]]},{"area":"175","points":[[2015,1204],[2015,1348],[2175,1348],[2175,1204]]},{"area":"160","points":[[1691,1150],[1707,1150],[1707,1166],[1734,1166],[1734,1150],[1761,1150],[1761,1166],[1786,1166],[1786,1150],[1800,1150],[1800,1167],[1880,1167],[1880,1150],[1894,1150],[1894,1167],[1904,1167],[1904,1191],[1920,1191],[1920,1205],[1904,1205],[1904,1282],[1893,1282],[1893,1299],[1879,1299],[1879,1283],[1801,1283],[1801,1300],[1785,1300],[1785,1283],[1759,1283],[1759,1301],[1732,1301],[1732,1282],[1707,1282],[1707,1300],[1690,1300],[1690,1283],[1680,1283],[1680,1260],[1663,1260],[1663,1246],[1681,1246],[1681,1219],[1663,1219],[1663,1189],[1680,1189],[1680,1166],[1691,1166]]},{"area":"168","points":[[1691,1340],[1691,1579],[1917,1579],[1917,1340]]},{"area":"17f","points":[[1975,1395],[1975,1634],[2218,1634],[2218,1395]]},{"area":"16e","points":[[1772,1610],[1772,1729],[1906,1729],[1906,1610]]},{"area":"192","points":[[2019,1748],[2257,1748],[2257,2038],[1962,2038],[1962,1952],[1968,1937],[1986,1933],[1991,1912],[1997,1910],[2003,1908],[2007,1889],[2015,1872],[2030,1850],[2034,1837],[2034,1820],[2028,1817],[2026,1794],[2031,1792],[2025,1782],[2023,1766],[2023,1760],[2016,1756]]},{"area":"289","points":[[186,651],[206,659],[225,673],[237,685],[248,702],[253,723],[253,743],[250,761],[239,779],[230,790],[214,801],[195,810],[172,814],[153,810],[131,801],[114,790],[103,775],[92,753],[91,728],[94,708],[105,690],[114,677],[128,666],[145,659],[164,651],[176,650]]},{"area":"291","points":[[209,852],[192,861],[176,870],[161,883],[146,895],[135,912],[124,929],[115,950],[109,972],[106,995],[108,1021],[110,1039],[115,1063],[124,1079],[134,1098],[152,1114],[170,1132],[186,1141],[208,1152],[217,1136],[226,1114],[234,1090],[243,1066],[246,1041],[248,1010],[248,981],[244,950],[238,923],[229,896],[218,868]]},{"area":"28c","points":[[213,851],[231,845],[257,841],[275,841],[294,843],[317,848],[334,854],[358,869],[376,883],[392,897],[403,916],[417,941],[424,963],[429,981],[432,1003],[428,1027],[419,1052],[411,1072],[402,1090],[386,1109],[375,1123],[355,1137],[328,1152],[305,1159],[279,1162],[254,1163],[228,1159],[212,1155],[222,1140],[231,1116],[239,1092],[249,1066],[254,1039],[255,1008],[253,980],[251,958],[246,932],[241,908],[232,887],[221,867]]},{"area":"0f0","points":[[483,826],[483,1082],[617,1082],[617,1122],[643,1122],[643,1082],[777,1082],[777,826]]},{"area":"29d","points":[[174,1207],[185,1212],[197,1218],[208,1229],[221,1248],[226,1268],[222,1289],[212,1311],[199,1327],[184,1334],[166,1337],[152,1337],[137,1333],[117,1326],[104,1310],[95,1288],[92,1269],[96,1250],[103,1232],[117,1217],[133,1208],[150,1205],[162,1205]]},{"area":"2a2","points":[[250,1292],[260,1270],[274,1250],[287,1237],[303,1226],[323,1215],[357,1207],[369,1205],[390,1205],[406,1208],[429,1219],[450,1230],[474,1250],[490,1274],[500,1292],[506,1321],[508,1352],[503,1383],[488,1409],[470,1432],[454,1449],[431,1459],[403,1471],[377,1473],[357,1472],[334,1466],[309,1455],[289,1442],[266,1417],[256,1400],[247,1379],[243,1362],[241,1340],[241,1318],[244,1306]]},{"area":"2a8","points":[[175,1408],[196,1411],[212,1417],[226,1423],[239,1433],[251,1447],[261,1463],[266,1486],[268,1509],[263,1527],[257,1548],[244,1563],[227,1577],[212,1586],[189,1593],[165,1594],[144,1590],[121,1581],[106,1568],[96,1553],[88,1537],[81,1512],[81,1490],[82,1472],[94,1454],[105,1439],[115,1428],[129,1419],[148,1412],[162,1408]]},{"area":"2b4","points":[[186,1683],[208,1688],[221,1697],[233,1713],[245,1729],[250,1752],[250,1777],[239,1800],[224,1816],[202,1830],[170,1835],[143,1828],[119,1811],[103,1794],[97,1770],[98,1742],[106,1724],[117,1704],[134,1691],[153,1682],[168,1681]]},{"area":"2ba","points":[[132,1829],[143,1834],[154,1837],[168,1841],[181,1840],[197,1836],[214,1830],[214,1980],[220,1980],[228,1978],[234,1974],[250,1977],[257,1987],[263,1997],[271,2003],[288,2005],[302,2020],[297,2028],[292,2038],[292,2043],[288,2052],[278,2056],[272,2053],[259,2053],[248,2047],[232,2042],[223,2034],[214,2031],[206,2037],[197,2042],[186,2037],[185,2028],[175,2029],[164,2029],[154,2028],[148,2024],[141,2022],[134,2016],[132,2008]]},{"area":"232","points":[[94,2109],[94,2202],[254,2202],[254,2109]]},{"area":"2dd","points":[[386,2110],[389,2099],[410,2088],[418,2092],[440,2094],[452,2094],[456,2090],[461,2077],[472,2074],[486,2073],[492,2072],[494,2058],[495,2046],[492,2038],[493,2026],[490,2020],[495,2014],[504,2013],[513,2014],[521,2014],[527,2004],[534,1995],[550,1991],[558,1988],[567,1978],[581,1974],[594,1977],[587,1997],[577,2003],[579,2016],[574,2023],[563,2035],[563,2049],[559,2059],[563,2070],[563,2172],[555,2179],[550,2183],[533,2179],[523,2177],[513,2176],[503,2179],[497,2181],[496,2188],[487,2190],[481,2188],[479,2185],[468,2186],[457,2181],[432,2189],[423,2194],[410,2203],[392,2199],[385,2192],[379,2177],[374,2168],[366,2161],[359,2148],[361,2137],[372,2123],[381,2120]]},{"area":"2d3","points":[[566,2071],[566,2173],[636,2243],[732,2243],[805,2170],[805,2077],[729,2001],[636,2001]]},{"area":"25c","points":[[428,2218],[523,2218],[523,2284],[593,2284],[601,2292],[601,2304],[594,2312],[588,2323],[588,2341],[600,2343],[610,2342],[619,2349],[632,2352],[641,2353],[645,2361],[637,2368],[631,2367],[619,2371],[617,2386],[589,2393],[570,2390],[563,2378],[428,2378]]},{"area":"237","points":[[226,2230],[335,2230],[335,2270],[374,2270],[374,2363],[335,2363],[335,2432],[225,2432],[225,2365],[186,2365],[186,2272],[226,2272]]},{"area":"23d","points":[[91,2460],[307,2460],[307,2514],[361,2514],[361,2622],[307,2622],[307,2675],[91,2675]]},{"area":"247","points":[[212,2727],[226,2730],[243,2728],[252,2728],[257,2722],[271,2715],[281,2712],[284,2719],[292,2724],[292,2741],[299,2755],[305,2761],[310,2770],[321,2770],[330,2773],[337,2775],[347,2777],[359,2792],[363,2806],[361,2817],[368,2828],[374,2836],[364,2846],[361,2854],[357,2859],[339,2855],[324,2863],[324,2869],[327,2877],[321,2883],[318,2890],[308,2892],[297,2893],[294,2902],[284,2905],[277,2913],[268,2917],[258,2920],[259,2928],[250,2935],[241,2938],[238,2944],[219,2939],[214,2934],[204,2938],[197,2950],[176,2946],[170,2948],[159,2936],[157,2918],[159,2906],[157,2895],[145,2888],[146,2874],[150,2860],[161,2849],[172,2843],[179,2839],[181,2825],[178,2812],[186,2797],[186,2778],[179,2773],[170,2773],[162,2781],[152,2777],[141,2761],[141,2742],[147,2728],[164,2722],[166,2719],[177,2714],[187,2720],[192,2724],[197,2727]]},{"area":"2f6","points":[[469,1503],[469,1636],[533,1636],[533,1503]]},{"area":"2f0","points":[[577,1514],[577,1637],[763,1637],[763,1514]]},{"area":"2be","points":[[293,1772],[482,1772],[482,2000],[472,2011],[464,2013],[459,2022],[456,2031],[458,2037],[448,2042],[432,2041],[428,2039],[418,2041],[413,2052],[399,2050],[391,2053],[377,2054],[374,2048],[366,2039],[362,2030],[360,2024],[350,2018],[348,2007],[343,2003],[337,2003],[309,2014],[296,1999],[304,1992],[293,1986]]},{"area":"252","points":[[91,3187],[99,3180],[97,3176],[108,3164],[112,3163],[117,3153],[115,3146],[104,3145],[102,3135],[102,3127],[106,3123],[108,3108],[113,3102],[122,3097],[129,3080],[123,3071],[114,3071],[111,3058],[115,3054],[119,3038],[122,3026],[127,3026],[130,3019],[140,3012],[150,3012],[163,3007],[168,3002],[175,2993],[190,2995],[191,2999],[199,2999],[212,3002],[222,3010],[235,3012],[245,3009],[250,3009],[253,3017],[254,3027],[257,3036],[264,3036],[266,3030],[278,3026],[294,3047],[304,3060],[309,3068],[311,3075],[320,3077],[332,3082],[337,3090],[348,3095],[357,3100],[361,3105],[365,3118],[367,3129],[365,3136],[366,3144],[370,3146],[372,3159],[367,3164],[360,3172],[354,3182],[348,3187],[349,3198],[344,3206],[334,3207],[326,3203],[319,3204],[310,3206],[295,3205],[286,3204],[272,3206],[268,3205],[264,3203],[258,3203],[247,3210],[243,3216],[235,3222],[230,3217],[222,3218],[215,3220],[188,3220],[182,3216],[172,3220],[167,3224],[153,3227],[138,3224],[123,3221],[118,3223],[111,3220],[104,3211],[96,3206],[91,3200]]},{"area":"24c","points":[[295,3020],[307,3036],[317,3037],[331,3038],[342,3030],[351,3024],[363,3017],[367,3007],[376,3001],[372,2995],[384,2989],[390,2978],[401,2976],[416,2976],[420,2978],[432,2973],[441,2974],[454,2968],[482,2951],[481,2932],[475,2907],[471,2896],[466,2887],[461,2873],[459,2867],[445,2863],[431,2868],[417,2874],[407,2879],[397,2881],[388,2874],[359,2876],[347,2887],[334,2892],[322,2900],[321,2911],[319,2923],[314,2934],[317,2944],[316,2953],[311,2960],[306,2963],[300,2971],[298,2981],[290,2986],[286,2995],[288,3003],[289,3009]]},{"area":"1ea","points":[[490,2995],[511,2976],[521,2979],[532,2982],[540,2997],[548,3003],[563,2997],[563,2986],[566,2977],[574,2972],[576,2963],[563,2958],[562,2948],[572,2944],[581,2934],[584,2928],[591,2919],[605,2914],[615,2914],[625,2915],[636,2920],[642,2927],[647,2932],[658,2930],[669,2929],[677,2932],[677,2943],[688,2945],[693,2955],[698,2963],[701,2973],[711,2986],[708,3016],[677,3029],[641,3058],[630,3079],[628,3108],[628,3134],[617,3139],[614,3148],[595,3146],[591,3140],[570,3140],[561,3142],[544,3131],[534,3127],[534,3123],[527,3116],[528,3109],[523,3099],[519,3090],[511,3084],[510,3076],[501,3070],[489,3067],[482,3060],[483,3049],[483,3036],[482,3027],[486,3018],[484,3009]]},{"area":"1f2","points":[[633,3136],[635,3086],[643,3064],[679,3035],[707,3022],[735,3016],[759,3009],[776,3027],[799,3046],[812,3049],[823,3060],[824,3071],[815,3081],[806,3083],[803,3081],[791,3081],[784,3085],[773,3089],[763,3095],[763,3107],[767,3113],[766,3125],[763,3137],[761,3151],[756,3157],[749,3165],[740,3165],[734,3171],[730,3180],[725,3187],[723,3199],[715,3205],[700,3209],[696,3218],[682,3219],[675,3209],[654,3205],[640,3191],[639,3179],[643,3174],[649,3172],[654,3174],[656,3157],[650,3152],[649,3145],[642,3142],[637,3138]]},{"area":"1f6","points":[[732,2855],[741,2849],[753,2845],[764,2839],[772,2837],[782,2828],[789,2816],[801,2812],[809,2810],[819,2816],[824,2826],[825,2837],[834,2845],[843,2849],[849,2872],[860,2877],[868,2883],[870,2895],[876,2901],[875,2908],[887,2906],[893,2906],[900,2913],[904,2923],[908,2938],[909,2963],[912,2972],[910,2999],[898,3001],[889,3007],[887,3016],[881,3022],[870,3024],[858,3026],[845,3025],[834,3029],[822,3033],[815,3042],[805,3042],[791,3034],[779,3024],[758,3005],[712,3016],[715,2984],[707,2975],[714,2965],[719,2950],[732,2944],[732,2938],[729,2933],[732,2929],[736,2920],[734,2909],[736,2897],[734,2889],[729,2883],[731,2871],[736,2866]]},{"area":"1fb","points":[[1112,3183],[1112,3165],[1117,3146],[1129,3134],[1138,3134],[1143,3130],[1152,3123],[1164,3124],[1170,3119],[1176,3118],[1184,3111],[1194,3107],[1205,3107],[1209,3118],[1209,3129],[1214,3132],[1220,3138],[1225,3147],[1227,3158],[1227,3163],[1235,3169],[1247,3169],[1250,3179],[1248,3188],[1247,3197],[1240,3203],[1234,3218],[1226,3223],[1211,3230],[1203,3228],[1194,3228],[1191,3239],[1179,3241],[1167,3245],[1155,3241],[1157,3231],[1146,3228],[1136,3217],[1137,3205],[1127,3200],[1121,3190]]},{"area":"1ff","points":[[860,3033],[881,3028],[896,3025],[907,3015],[919,3009],[927,3002],[941,2997],[969,2999],[979,3006],[989,3020],[999,3031],[1009,3037],[1026,3035],[1032,3032],[1038,3031],[1050,3038],[1062,3041],[1068,3049],[1080,3062],[1085,3068],[1094,3066],[1108,3068],[1112,3075],[1121,3074],[1127,3080],[1138,3085],[1143,3094],[1144,3103],[1140,3111],[1131,3117],[1129,3127],[1110,3144],[1107,3164],[1107,3182],[1097,3181],[1085,3183],[1071,3187],[1063,3191],[1050,3191],[1038,3193],[1031,3179],[1024,3169],[1016,3161],[1004,3159],[994,3165],[991,3172],[979,3176],[976,3184],[965,3189],[949,3188],[944,3193],[935,3190],[925,3189],[913,3188],[904,3191],[900,3196],[883,3191],[879,3182],[875,3176],[875,3167],[873,3159],[874,3144],[871,3138],[861,3132],[857,3123],[857,3100],[865,3094],[863,3083],[862,3078],[863,3071],[860,3062],[858,3046]]},{"area":"204","points":[[892,3019],[898,3008],[906,3005],[917,2999],[919,2972],[914,2960],[914,2942],[911,2923],[915,2904],[926,2904],[937,2906],[938,2913],[948,2922],[970,2923],[970,2928],[987,2930],[993,2925],[989,2917],[975,2908],[971,2901],[969,2889],[975,2885],[978,2867],[996,2862],[1018,2856],[1038,2844],[1057,2838],[1084,2831],[1094,2833],[1103,2837],[1109,2840],[1113,2850],[1118,2860],[1124,2867],[1131,2872],[1123,2879],[1113,2894],[1111,2900],[1111,2913],[1110,2930],[1111,2943],[1114,2949],[1102,2962],[1091,2969],[1087,2973],[1087,2980],[1077,2984],[1064,2986],[1061,2995],[1052,2998],[1037,2999],[1029,2997],[1024,2990],[1016,2983],[1012,2975],[1002,2972],[990,2976],[980,2983],[978,2997],[969,2992],[938,2988],[922,3002],[912,3009],[898,3017]]},{"area":"207","points":[[965,2614],[980,2612],[994,2617],[1007,2618],[1018,2620],[1035,2620],[1044,2618],[1060,2622],[1064,2631],[1066,2643],[1077,2648],[1087,2651],[1100,2650],[1109,2662],[1118,2677],[1138,2698],[1147,2702],[1151,2713],[1148,2725],[1143,2734],[1141,2742],[1129,2748],[1119,2759],[1113,2769],[1108,2786],[1100,2792],[1094,2797],[1095,2812],[1098,2819],[1097,2826],[1087,2823],[1053,2831],[1029,2838],[1012,2847],[978,2856],[968,2849],[967,2845],[959,2843],[950,2837],[937,2839],[927,2827],[923,2820],[911,2822],[894,2826],[889,2830],[877,2832],[868,2833],[866,2826],[860,2822],[857,2816],[860,2805],[869,2801],[877,2796],[877,2791],[869,2790],[864,2781],[858,2780],[858,2771],[853,2768],[848,2762],[847,2740],[842,2730],[835,2725],[831,2719],[833,2710],[834,2700],[845,2692],[854,2690],[860,2685],[854,2677],[852,2662],[856,2656],[860,2650],[871,2639],[878,2638],[883,2640],[896,2645],[901,2639],[918,2635],[925,2628],[939,2621],[946,2620],[955,2616]]},{"area":"21d","points":[[1121,2947],[1119,2937],[1117,2928],[1117,2902],[1123,2890],[1134,2881],[1144,2873],[1159,2868],[1163,2860],[1168,2856],[1177,2852],[1182,2849],[1181,2843],[1184,2833],[1193,2831],[1199,2818],[1201,2809],[1194,2806],[1191,2801],[1183,2798],[1176,2776],[1179,2761],[1185,2759],[1188,2748],[1196,2743],[1202,2732],[1210,2727],[1209,2720],[1222,2708],[1230,2709],[1237,2710],[1243,2709],[1246,2703],[1256,2699],[1261,2701],[1269,2700],[1279,2699],[1293,2702],[1300,2704],[1300,2713],[1304,2716],[1308,2711],[1316,2711],[1321,2714],[1323,2717],[1335,2716],[1342,2706],[1349,2706],[1353,2713],[1358,2719],[1379,2740],[1385,2752],[1386,2760],[1384,2768],[1384,2782],[1377,2786],[1371,2794],[1371,2803],[1376,2812],[1382,2831],[1369,2845],[1357,2854],[1348,2862],[1348,2879],[1333,2879],[1319,2879],[1306,2878],[1292,2883],[1281,2889],[1268,2890],[1264,2904],[1266,2916],[1258,2925],[1255,2930],[1243,2930],[1230,2933],[1217,2933],[1207,2940],[1195,2946],[1182,2946],[1172,2949],[1157,2948],[1142,2946],[1134,2946]]},{"area":"225","points":[[1176,3025],[1195,3024],[1209,3020],[1214,3012],[1233,3008],[1241,3010],[1249,3012],[1258,3007],[1269,3001],[1279,2992],[1287,2992],[1290,2983],[1290,2976],[1295,2972],[1293,2963],[1289,2953],[1288,2940],[1300,2935],[1307,2946],[1323,2951],[1341,2963],[1339,2991],[1336,3003],[1349,3013],[1365,3015],[1371,3033],[1378,3039],[1378,3048],[1367,3057],[1361,3059],[1351,3071],[1353,3082],[1357,3089],[1358,3103],[1361,3111],[1357,3125],[1346,3132],[1338,3134],[1330,3140],[1328,3150],[1326,3166],[1324,3178],[1315,3187],[1305,3186],[1302,3180],[1291,3178],[1280,3177],[1273,3172],[1272,3164],[1263,3164],[1251,3161],[1249,3157],[1247,3146],[1241,3139],[1228,3134],[1226,3124],[1227,3115],[1224,3104],[1220,3094],[1205,3090],[1196,3086],[1193,3073],[1187,3057],[1179,3055],[1175,3039]]},{"area":"222","points":[[1300,2887],[1308,2884],[1352,2884],[1352,2866],[1390,2834],[1383,2816],[1395,2810],[1414,2806],[1417,2798],[1437,2792],[1448,2795],[1457,2793],[1462,2794],[1470,2798],[1479,2805],[1484,2810],[1485,2822],[1494,2827],[1499,2839],[1493,2851],[1491,2864],[1496,2864],[1499,2872],[1504,2878],[1513,2889],[1522,2895],[1521,2915],[1509,2928],[1496,2946],[1488,2970],[1481,2990],[1467,3013],[1457,3020],[1449,3020],[1440,3022],[1431,3021],[1429,3025],[1421,3023],[1417,3017],[1406,3020],[1398,3026],[1392,3028],[1384,3039],[1375,3032],[1367,3012],[1354,3011],[1341,3001],[1344,2988],[1345,2960],[1330,2949],[1310,2941],[1300,2927],[1306,2919],[1309,2916],[1307,2910],[1310,2899],[1307,2892]]},{"area":"229","points":[[1526,2894],[1525,2921],[1503,2945],[1488,2987],[1473,3017],[1463,3024],[1467,3036],[1469,3046],[1475,3050],[1487,3047],[1499,3050],[1504,3058],[1510,3059],[1518,3070],[1519,3079],[1522,3091],[1529,3095],[1539,3100],[1547,3104],[1555,3110],[1551,3115],[1560,3121],[1562,3125],[1561,3130],[1564,3136],[1565,3142],[1573,3144],[1578,3153],[1590,3162],[1596,3159],[1604,3161],[1611,3161],[1616,3158],[1638,3158],[1638,3151],[1652,3144],[1652,3135],[1651,3121],[1644,3114],[1640,3104],[1644,3099],[1647,3090],[1661,3079],[1659,3071],[1661,3061],[1664,3057],[1667,3034],[1663,3026],[1666,3022],[1664,3014],[1666,3002],[1663,2990],[1657,2986],[1655,2979],[1650,2965],[1644,2961],[1642,2954],[1641,2947],[1636,2941],[1628,2940],[1619,2946],[1610,2939],[1604,2931],[1599,2928],[1601,2917],[1602,2908],[1604,2896],[1604,2891],[1596,2887],[1580,2885],[1576,2892],[1565,2891],[1560,2888],[1547,2890],[1536,2896]]},{"area":"20d","points":[[1123,2674],[1110,2653],[1106,2642],[1118,2632],[1121,2617],[1127,2606],[1134,2607],[1131,2601],[1132,2592],[1141,2584],[1153,2573],[1177,2574],[1177,2567],[1167,2561],[1167,2553],[1161,2544],[1167,2535],[1176,2524],[1184,2525],[1208,2501],[1211,2493],[1221,2493],[1236,2493],[1247,2499],[1253,2507],[1258,2515],[1261,2525],[1256,2533],[1267,2532],[1270,2534],[1273,2538],[1284,2540],[1290,2549],[1301,2553],[1298,2562],[1299,2579],[1288,2596],[1295,2601],[1296,2610],[1296,2620],[1295,2627],[1297,2640],[1293,2653],[1281,2658],[1270,2661],[1267,2656],[1264,2661],[1248,2657],[1244,2656],[1235,2658],[1227,2654],[1230,2661],[1227,2666],[1217,2673],[1211,2676],[1211,2684],[1207,2696],[1197,2693],[1190,2700],[1184,2709],[1173,2712],[1165,2712],[1152,2706],[1151,2701],[1140,2694],[1128,2682]]},{"area":"212","points":[[1294,2595],[1304,2583],[1304,2561],[1311,2558],[1320,2555],[1327,2547],[1328,2541],[1336,2534],[1343,2531],[1349,2531],[1356,2523],[1364,2518],[1369,2510],[1381,2497],[1405,2496],[1414,2509],[1426,2512],[1433,2521],[1457,2525],[1461,2520],[1467,2519],[1470,2513],[1480,2510],[1485,2503],[1496,2500],[1504,2499],[1512,2497],[1516,2494],[1527,2498],[1534,2508],[1540,2514],[1549,2509],[1556,2506],[1562,2513],[1568,2518],[1574,2520],[1586,2547],[1585,2566],[1577,2575],[1577,2582],[1576,2591],[1583,2596],[1589,2597],[1591,2605],[1587,2612],[1577,2618],[1570,2627],[1564,2635],[1566,2641],[1565,2649],[1564,2656],[1558,2663],[1558,2670],[1553,2681],[1540,2683],[1536,2681],[1525,2684],[1521,2688],[1515,2694],[1512,2705],[1510,2716],[1504,2724],[1496,2723],[1484,2727],[1481,2731],[1469,2736],[1461,2734],[1453,2739],[1445,2736],[1428,2739],[1424,2733],[1416,2733],[1408,2733],[1400,2739],[1398,2744],[1389,2744],[1381,2737],[1359,2713],[1350,2703],[1353,2699],[1368,2691],[1361,2684],[1353,2678],[1351,2674],[1346,2671],[1336,2669],[1328,2666],[1321,2661],[1316,2653],[1309,2642],[1307,2628],[1312,2621],[1313,2608],[1304,2602]]},{"area":"217","points":[[1329,2340],[1345,2334],[1353,2343],[1357,2350],[1371,2353],[1383,2362],[1385,2376],[1386,2386],[1387,2396],[1382,2402],[1382,2420],[1382,2430],[1393,2434],[1426,2430],[1433,2437],[1438,2438],[1442,2445],[1445,2451],[1444,2457],[1429,2461],[1421,2469],[1412,2475],[1401,2484],[1403,2490],[1376,2491],[1364,2506],[1361,2501],[1355,2499],[1342,2500],[1328,2497],[1317,2499],[1300,2506],[1287,2510],[1276,2508],[1265,2503],[1261,2485],[1248,2480],[1245,2469],[1243,2453],[1248,2447],[1244,2436],[1238,2430],[1239,2420],[1247,2415],[1257,2404],[1263,2404],[1278,2404],[1286,2404],[1287,2395],[1285,2389],[1287,2377],[1292,2375],[1296,2366],[1299,2361],[1299,2356],[1308,2350],[1319,2344]]},{"area":"219","points":[[1247,2248],[1261,2250],[1275,2256],[1285,2251],[1301,2250],[1299,2254],[1316,2250],[1319,2242],[1332,2238],[1339,2242],[1346,2248],[1353,2254],[1358,2259],[1377,2257],[1389,2248],[1400,2238],[1404,2217],[1413,2212],[1411,2196],[1403,2182],[1407,2171],[1414,2163],[1425,2162],[1432,2157],[1443,2158],[1452,2163],[1460,2159],[1462,2150],[1467,2135],[1486,2134],[1497,2137],[1505,2141],[1515,2146],[1524,2154],[1533,2158],[1541,2167],[1546,2174],[1543,2183],[1553,2189],[1559,2196],[1574,2197],[1574,2213],[1567,2226],[1562,2239],[1561,2251],[1562,2260],[1561,2267],[1556,2276],[1555,2296],[1571,2304],[1573,2309],[1580,2315],[1577,2326],[1573,2333],[1565,2339],[1558,2347],[1555,2363],[1560,2373],[1567,2381],[1568,2390],[1561,2400],[1561,2410],[1564,2413],[1562,2424],[1552,2429],[1543,2433],[1534,2431],[1531,2423],[1529,2414],[1512,2411],[1505,2413],[1494,2413],[1490,2408],[1478,2407],[1473,2412],[1461,2414],[1457,2408],[1450,2405],[1448,2392],[1443,2389],[1437,2384],[1425,2380],[1411,2379],[1410,2368],[1405,2363],[1404,2349],[1396,2346],[1395,2339],[1381,2337],[1366,2334],[1358,2334],[1354,2338],[1348,2327],[1328,2334],[1327,2327],[1314,2327],[1306,2321],[1302,2317],[1296,2314],[1284,2307],[1281,2301],[1273,2300],[1266,2303],[1253,2304],[1247,2306],[1236,2298],[1232,2287],[1233,2277],[1238,2273],[1234,2268],[1235,2259],[1238,2254]]},{"area":"267","points":[[423,2710],[435,2702],[438,2694],[458,2685],[463,2679],[480,2677],[496,2676],[507,2673],[511,2674],[524,2656],[545,2648],[550,2641],[562,2632],[571,2629],[603,2624],[615,2627],[632,2630],[639,2631],[652,2634],[660,2638],[673,2640],[678,2649],[693,2657],[704,2663],[702,2682],[706,2687],[704,2702],[697,2704],[696,2714],[696,2727],[697,2740],[692,2745],[684,2752],[684,2758],[672,2764],[663,2763],[654,2769],[642,2771],[633,2770],[623,2774],[616,2780],[599,2784],[578,2782],[561,2779],[559,2768],[562,2761],[562,2749],[553,2746],[546,2737],[537,2743],[529,2746],[517,2746],[501,2744],[490,2743],[481,2756],[481,2764],[468,2773],[461,2773],[453,2764],[448,2757],[431,2729],[427,2721]]},{"area":"262","points":[[574,2619],[601,2615],[613,2606],[616,2598],[629,2593],[636,2595],[650,2596],[650,2589],[654,2582],[664,2581],[677,2582],[685,2579],[694,2582],[695,2587],[707,2582],[716,2578],[724,2568],[736,2564],[744,2558],[752,2551],[750,2537],[763,2528],[765,2516],[769,2515],[767,2509],[764,2499],[753,2497],[741,2493],[729,2491],[719,2491],[712,2479],[712,2469],[712,2464],[740,2452],[799,2427],[794,2411],[779,2407],[727,2428],[701,2427],[694,2422],[679,2421],[669,2416],[666,2408],[656,2404],[648,2397],[632,2394],[616,2392],[582,2400],[573,2405],[567,2405],[559,2405],[553,2413],[549,2421],[550,2428],[542,2439],[543,2450],[549,2463],[557,2467],[564,2464],[576,2467],[587,2467],[594,2473],[586,2476],[593,2484],[594,2499],[585,2503],[577,2512],[568,2511],[553,2515],[544,2522],[537,2528],[531,2521],[525,2519],[521,2522],[518,2527],[509,2537],[498,2546],[491,2544],[483,2551],[484,2567],[484,2576],[487,2584],[499,2586],[507,2586],[511,2592],[514,2601],[519,2608],[524,2610],[533,2609],[543,2611],[555,2613],[566,2613]]},{"area":"26d","points":[[777,2401],[797,2406],[804,2428],[817,2435],[826,2439],[827,2446],[821,2453],[816,2463],[819,2473],[838,2475],[852,2472],[864,2475],[872,2472],[873,2465],[881,2453],[885,2445],[897,2442],[901,2437],[901,2430],[905,2419],[915,2416],[925,2419],[937,2412],[937,2402],[941,2396],[947,2394],[979,2386],[984,2380],[989,2373],[992,2367],[994,2361],[1008,2359],[1016,2355],[1023,2345],[1033,2343],[1041,2334],[1046,2327],[1051,2318],[1061,2313],[1067,2310],[1075,2304],[1073,2293],[1080,2285],[1078,2273],[1078,2261],[1076,2255],[1069,2244],[1063,2238],[1056,2224],[1052,2215],[1038,2213],[1028,2211],[1016,2214],[1005,2210],[1005,2204],[991,2205],[983,2205],[978,2202],[973,2196],[961,2195],[949,2198],[938,2205],[937,2216],[937,2230],[934,2242],[931,2250],[921,2254],[917,2247],[909,2242],[901,2243],[897,2237],[896,2230],[886,2226],[885,2220],[872,2218],[859,2219],[853,2226],[844,2233],[840,2243],[831,2251],[830,2267],[835,2275],[828,2287],[831,2297],[839,2301],[847,2299],[859,2298],[870,2298],[881,2287],[887,2290],[882,2304],[885,2318],[882,2328],[876,2336],[866,2338],[859,2343],[857,2353],[849,2361],[844,2358],[847,2346],[840,2340],[832,2339],[823,2340],[817,2348],[811,2350],[805,2352],[795,2356],[789,2364],[781,2373],[782,2386],[779,2395]]},{"area":"27a","points":[[876,2519],[887,2510],[893,2506],[896,2500],[908,2496],[924,2499],[924,2515],[927,2522],[926,2532],[927,2541],[928,2550],[921,2562],[910,2565],[903,2574],[897,2583],[889,2584],[882,2581],[874,2586],[873,2592],[859,2589],[848,2585],[842,2582],[832,2581],[821,2577],[804,2571],[803,2564],[797,2558],[790,2555],[793,2531],[800,2526],[802,2516],[812,2510],[816,2507],[823,2506],[827,2506],[834,2507],[841,2501],[851,2497],[857,2501],[864,2509],[867,2518]]},{"area":"273","points":[[928,2513],[928,2497],[909,2494],[914,2485],[926,2482],[936,2479],[941,2474],[950,2462],[947,2454],[939,2444],[940,2423],[946,2410],[952,2405],[949,2399],[979,2392],[981,2397],[992,2397],[1001,2397],[1014,2397],[1019,2402],[1032,2406],[1038,2420],[1035,2427],[1041,2438],[1043,2447],[1049,2456],[1056,2463],[1063,2461],[1074,2466],[1071,2479],[1068,2488],[1060,2494],[1065,2506],[1073,2510],[1076,2519],[1086,2525],[1089,2542],[1087,2550],[1078,2556],[1073,2564],[1072,2573],[1066,2577],[1053,2584],[1043,2592],[1028,2595],[1012,2592],[1001,2584],[996,2572],[991,2592],[992,2603],[981,2608],[966,2611],[965,2602],[965,2589],[965,2577],[964,2562],[966,2550],[965,2546],[961,2541],[953,2541],[952,2536],[946,2530],[943,2530],[936,2522]]},{"area":"27d","points":[[1067,2457],[1078,2463],[1079,2473],[1087,2475],[1097,2473],[1103,2460],[1112,2457],[1118,2460],[1129,2460],[1139,2460],[1141,2464],[1147,2464],[1157,2480],[1180,2514],[1201,2494],[1171,2453],[1171,2447],[1175,2441],[1176,2432],[1171,2426],[1166,2416],[1169,2413],[1173,2413],[1186,2408],[1187,2405],[1195,2396],[1196,2380],[1184,2374],[1184,2365],[1184,2352],[1189,2350],[1198,2343],[1202,2337],[1204,2326],[1209,2320],[1210,2309],[1206,2300],[1207,2285],[1200,2279],[1195,2280],[1189,2272],[1180,2267],[1172,2264],[1170,2259],[1159,2256],[1148,2254],[1136,2257],[1119,2255],[1106,2258],[1100,2266],[1101,2278],[1098,2288],[1093,2300],[1085,2316],[1081,2328],[1080,2341],[1085,2360],[1088,2368],[1087,2386],[1084,2399],[1088,2413],[1090,2420],[1083,2423],[1073,2423],[1070,2434],[1072,2445],[1070,2451]]},{"area":"2eb","points":[[547,1190],[547,1470],[832,1470],[832,1190]]},{"area":"306","points":[[817,1568],[956,1426],[1067,1537],[915,1689],[821,1595]]},{"area":"375","points":[[1006,1096],[1006,1228],[1246,1228],[1246,1096]]},{"area":"2fe","points":[[962,1360],[1061,1261],[1110,1310],[1118,1305],[1121,1299],[1112,1294],[1115,1286],[1114,1281],[1124,1276],[1140,1284],[1146,1300],[1154,1310],[1165,1315],[1175,1309],[1180,1309],[1179,1300],[1190,1297],[1192,1306],[1195,1317],[1195,1326],[1189,1329],[1186,1336],[1176,1342],[1173,1352],[1173,1360],[1168,1368],[1189,1389],[1075,1503],[985,1413],[961,1416],[952,1411],[944,1416],[925,1420],[919,1417],[904,1422],[896,1425],[889,1415],[893,1403],[891,1398],[892,1386],[907,1379],[909,1373],[917,1370],[932,1380],[936,1376],[933,1368],[936,1359],[948,1355]]},{"area":"360","points":[[1045,731],[1045,838],[1370,838],[1370,731]]},{"area":"352","points":[[818,799],[818,1109],[924,1109],[924,799]]},{"area":"358","points":[[996,909],[996,1014],[1312,1014],[1312,909]]},{"area":"366","points":[[1367,967],[1435,853],[1571,853],[1638,969],[1574,1081],[1432,1081]]},{"area":"36d","points":[[1490,1110],[1490,1243],[1623,1243],[1623,1110]]},{"area":"37b","points":[[1221,1300],[1376,1145],[1474,1243],[1321,1396]]},{"area":"383","points":[[1420,1476],[1580,1316],[1652,1388],[1492,1548]]},{"area":"30c","points":[[1042,1598],[1198,1442],[1314,1558],[1159,1713]]},{"area":"32a","points":[[1269,1709],[1387,1591],[1520,1724],[1404,1840]]},{"area":"333","points":[[1316,1762],[1347,1793],[1346,1804],[1346,1811],[1341,1819],[1330,1821],[1330,1829],[1334,1832],[1343,1828],[1352,1830],[1356,1838],[1364,1844],[1364,1852],[1355,1856],[1352,1864],[1359,1867],[1368,1865],[1381,1866],[1387,1869],[1392,1886],[1374,1910],[1362,1919],[1355,1915],[1341,1913],[1337,1915],[1324,1908],[1325,1899],[1328,1892],[1320,1885],[1309,1878],[1306,1874],[1291,1873],[1290,1862],[1290,1853],[1288,1847],[1287,1832],[1290,1826],[1299,1825],[1302,1814],[1295,1808],[1290,1798],[1299,1795],[1305,1784],[1322,1785],[1320,1779],[1314,1774],[1311,1770]]},{"area":"338","points":[[1249,2039],[1416,1872],[1510,1966],[1343,2133]]},{"area":"38c","points":[[1596,1529],[1613,1512],[1612,1499],[1609,1485],[1610,1474],[1621,1473],[1626,1481],[1635,1488],[1641,1492],[1647,1511],[1650,1523],[1649,1531],[1642,1540],[1641,1547],[1642,1558],[1639,1575],[1644,1590],[1654,1599],[1663,1602],[1672,1600],[1681,1600],[1684,1607],[1702,1619],[1704,1630],[1704,1639],[1697,1641],[1693,1648],[1682,1654],[1678,1663],[1687,1669],[1696,1668],[1697,1676],[1703,1683],[1710,1693],[1719,1694],[1724,1699],[1721,1713],[1718,1727],[1708,1730],[1707,1743],[1701,1757],[1691,1757],[1684,1761],[1681,1769],[1686,1780],[1690,1794],[1693,1801],[1690,1815],[1690,1830],[1690,1839],[1684,1850],[1671,1852],[1661,1845],[1651,1841],[1641,1844],[1626,1841],[1611,1844],[1602,1852],[1598,1860],[1601,1869],[1597,1876],[1582,1874],[1578,1869],[1571,1870],[1558,1879],[1541,1896],[1533,1904],[1517,1907],[1503,1898],[1503,1883],[1488,1876],[1477,1878],[1465,1867],[1457,1858],[1461,1850],[1464,1838],[1463,1822],[1469,1812],[1479,1803],[1493,1799],[1501,1793],[1507,1779],[1526,1769],[1536,1767],[1546,1767],[1553,1750],[1565,1741],[1566,1728],[1560,1714],[1556,1703],[1555,1692],[1557,1680],[1570,1672],[1564,1660],[1561,1649],[1546,1653],[1530,1653],[1522,1645],[1515,1635],[1507,1623],[1499,1612],[1502,1590],[1505,1573],[1519,1559],[1535,1552],[1543,1540],[1542,1533],[1550,1529],[1551,1521],[1559,1518],[1569,1517],[1574,1521],[1579,1530],[1587,1530]]},{"area":"391","points":[[1490,2034],[1608,1916],[1608,1908],[1611,1897],[1617,1890],[1626,1889],[1638,1892],[1643,1885],[1649,1876],[1666,1877],[1683,1879],[1688,1881],[1693,1876],[1697,1866],[1704,1863],[1706,1870],[1712,1877],[1718,1888],[1718,1899],[1720,1910],[1722,1923],[1722,1930],[1735,1936],[1741,1944],[1746,1951],[1750,1964],[1744,1977],[1746,1996],[1747,2010],[1748,2022],[1743,2032],[1735,2040],[1723,2035],[1724,2028],[1715,2020],[1706,2015],[1693,2016],[1687,2026],[1675,2031],[1666,2026],[1654,2020],[1564,2110]]},{"area":"188","points":[[1846,1768],[1852,1774],[1857,1783],[1863,1796],[1867,1815],[1866,1829],[1860,1838],[1853,1842],[1853,1852],[1850,1859],[1838,1869],[1833,1876],[1824,1878],[1823,1890],[1814,1903],[1816,1916],[1813,1923],[1808,1935],[1801,1941],[1790,1940],[1782,1938],[1773,1937],[1764,1928],[1759,1912],[1755,1906],[1749,1903],[1746,1890],[1747,1879],[1752,1866],[1760,1861],[1768,1854],[1767,1848],[1767,1841],[1777,1833],[1784,1822],[1787,1814],[1783,1801],[1786,1788],[1794,1782],[1808,1775],[1815,1768],[1824,1769],[1835,1771]]},{"area":"18d","points":[[1869,1835],[1873,1819],[1869,1802],[1864,1786],[1856,1773],[1856,1761],[1866,1755],[1881,1753],[1885,1758],[1901,1756],[1914,1753],[1915,1745],[1921,1736],[1933,1730],[1939,1730],[1946,1734],[1957,1731],[1965,1726],[1982,1722],[1987,1728],[1999,1730],[2005,1731],[2013,1740],[2013,1755],[2018,1765],[2023,1787],[2020,1792],[2022,1805],[2026,1821],[2029,1829],[2024,1845],[2010,1866],[2002,1887],[1998,1902],[1987,1907],[1983,1927],[1967,1931],[1959,1944],[1952,1948],[1948,1950],[1946,1956],[1935,1964],[1927,1964],[1916,1957],[1907,1953],[1902,1943],[1901,1926],[1890,1914],[1887,1904],[1886,1888],[1888,1864],[1882,1847],[1875,1838]]},{"area":"2cc","points":[[539,1721],[556,1701],[567,1710],[577,1704],[593,1697],[603,1694],[616,1691],[616,1676],[642,1676],[642,1689],[658,1694],[669,1698],[688,1706],[696,1713],[703,1704],[722,1720],[714,1731],[721,1744],[730,1759],[737,1781],[736,1801],[737,1817],[731,1836],[722,1856],[715,1866],[699,1878],[682,1893],[667,1898],[648,1904],[644,1904],[644,1919],[614,1919],[614,1905],[598,1900],[580,1892],[565,1881],[552,1872],[545,1882],[525,1863],[536,1851],[529,1835],[525,1813],[508,1813],[508,1783],[521,1783],[526,1765],[534,1746],[547,1728]]},{"area":"314","points":[[783,1867],[899,1751],[985,1837],[871,1951]]},{"area":"320","points":[[1005,1808],[1117,1696],[1287,1866],[1176,1977]]},{"area":"31b","points":[[913,2015],[1014,1914],[1160,2060],[1058,2162]]},{"area":"1ad","points":[[2056,2094],[2074,2096],[2087,2097],[2106,2097],[2120,2095],[2138,2098],[2146,2104],[2167,2115],[2172,2130],[2167,2138],[2163,2149],[2165,2157],[2175,2161],[2189,2163],[2199,2174],[2204,2184],[2201,2201],[2186,2214],[2178,2218],[2177,2234],[2186,2240],[2195,2245],[2198,2261],[2192,2273],[2187,2290],[2175,2291],[2166,2294],[2163,2305],[2154,2314],[2140,2317],[2135,2323],[2118,2326],[2093,2305],[2089,2293],[2083,2285],[2081,2283],[2081,2270],[2089,2263],[2094,2254],[2096,2251],[2089,2243],[2079,2243],[2079,2216],[2091,2213],[2089,2204],[2099,2194],[2106,2182],[2109,2158],[2098,2148],[2093,2141],[2085,2142],[2077,2147],[2079,2153],[2067,2161],[2058,2166],[2046,2161],[2040,2155],[2037,2147],[2039,2133],[2043,2123],[2041,2113],[2037,2103],[2046,2097]]},{"area":"19c","points":[[1962,2215],[1948,2204],[1948,2191],[1950,2185],[1938,2174],[1935,2163],[1922,2161],[1906,2155],[1951,2066],[1907,2079],[1899,2070],[1894,2068],[1881,2067],[1870,2071],[1855,2065],[1857,2057],[1867,2051],[1873,2039],[1879,2034],[1881,2018],[1863,2016],[1853,2023],[1845,2025],[1839,2026],[1823,2043],[1818,2044],[1795,1991],[1755,2086],[1748,2082],[1745,2075],[1735,2079],[1722,2091],[1638,2067],[1661,2114],[1654,2131],[1659,2137],[1665,2141],[1677,2146],[1683,2151],[1695,2170],[1665,2191],[1651,2189],[1643,2198],[1641,2203],[1636,2211],[1597,2237],[1690,2251],[1688,2257],[1687,2275],[1694,2277],[1704,2282],[1713,2285],[1707,2373],[1755,2333],[1762,2342],[1782,2347],[1791,2335],[1809,2332],[1821,2322],[1882,2371],[1874,2255],[1898,2253],[1906,2269],[1919,2275],[1929,2270],[1949,2267],[1958,2260],[1966,2258],[1970,2244],[2070,2244],[2070,2215]]},{"area":"1a3","points":[[1758,2345],[1783,2352],[1793,2341],[1799,2345],[1800,2354],[1807,2363],[1811,2374],[1819,2374],[1825,2371],[1848,2372],[1855,2377],[1863,2381],[1863,2391],[1869,2403],[1876,2410],[1878,2426],[1879,2431],[1879,2441],[1870,2446],[1854,2444],[1850,2438],[1843,2438],[1832,2441],[1825,2445],[1823,2451],[1812,2450],[1801,2452],[1791,2457],[1785,2469],[1767,2470],[1756,2474],[1746,2471],[1734,2469],[1721,2477],[1720,2487],[1691,2485],[1687,2478],[1680,2475],[1677,2473],[1669,2472],[1664,2470],[1661,2462],[1653,2456],[1652,2446],[1655,2435],[1649,2416],[1657,2409],[1664,2407],[1694,2406],[1703,2410],[1711,2414],[1719,2413],[1730,2409],[1736,2399],[1742,2395],[1749,2397],[1761,2390],[1762,2379],[1756,2370],[1757,2357]]},{"area":"1c4","points":[[1677,2608],[1722,2602],[1732,2589],[1733,2579],[1741,2562],[1750,2561],[1759,2567],[1766,2569],[1781,2566],[1794,2567],[1803,2565],[1805,2571],[1815,2578],[1841,2582],[1850,2580],[1860,2581],[1866,2571],[1865,2562],[1868,2554],[1862,2539],[1855,2536],[1846,2525],[1835,2522],[1829,2515],[1825,2497],[1831,2490],[1837,2486],[1843,2474],[1836,2467],[1826,2459],[1804,2466],[1798,2474],[1794,2483],[1792,2489],[1787,2493],[1768,2492],[1759,2489],[1749,2489],[1734,2498],[1726,2498],[1718,2497],[1708,2503],[1701,2500],[1691,2501],[1676,2506],[1675,2517],[1664,2521],[1657,2526],[1655,2533],[1647,2535],[1642,2554],[1649,2558],[1647,2565],[1638,2571],[1634,2578],[1627,2589],[1627,2597],[1632,2600],[1636,2606],[1653,2611],[1661,2607],[1669,2606]]},{"area":"1c9","points":[[1678,2613],[1715,2608],[1722,2609],[1725,2618],[1728,2627],[1735,2641],[1762,2582],[1783,2635],[1806,2634],[1823,2635],[1829,2639],[1833,2648],[1841,2654],[1853,2651],[1865,2654],[1866,2663],[1869,2672],[1918,2656],[1873,2742],[1922,2742],[1950,2770],[1875,2770],[1956,2827],[1868,2845],[1866,2859],[1867,2865],[1862,2876],[1855,2879],[1852,2886],[1846,2890],[1849,2965],[1789,2911],[1782,2914],[1777,2921],[1773,2927],[1764,2933],[1760,2940],[1766,2947],[1769,2958],[1773,2965],[1774,2976],[1771,2987],[1746,3008],[1741,3003],[1733,2997],[1730,2985],[1730,2975],[1715,2973],[1713,2958],[1717,2948],[1704,2940],[1673,2965],[1682,2847],[1566,2827],[1662,2760],[1603,2658],[1677,2678],[1679,2671],[1677,2656],[1690,2633],[1681,2629],[1673,2620]]},{"area":"1b3","points":[[2057,2282],[2074,2318],[2083,2312],[2086,2307],[2113,2329],[2105,2339],[2104,2350],[2111,2364],[2118,2364],[2126,2376],[2130,2383],[2215,2359],[2158,2463],[2254,2529],[2175,2543],[2167,2556],[2170,2563],[2175,2562],[2192,2558],[2195,2573],[2189,2582],[2178,2581],[2166,2582],[2165,2590],[2154,2595],[2145,2584],[2142,2583],[2145,2664],[2059,2590],[2024,2618],[2012,2622],[2009,2635],[2005,2639],[1963,2638],[1968,2624],[1975,2612],[1976,2550],[1863,2529],[1959,2463],[1900,2359],[1992,2386],[2003,2376],[2011,2373],[2021,2373]]},{"area":"1bb","points":[[1945,2644],[2004,2647],[2012,2652],[2018,2659],[2037,2664],[2041,2677],[2050,2684],[2056,2698],[2061,2704],[2065,2713],[2077,2711],[2084,2715],[2088,2727],[2089,2738],[2096,2744],[2096,2758],[2098,2770],[2105,2776],[2108,2784],[2107,2793],[2101,2802],[2096,2809],[2083,2817],[2071,2821],[2061,2824],[2052,2830],[2046,2833],[2042,2836],[2027,2836],[2012,2837],[2002,2822],[1997,2814],[1997,2806],[2008,2798],[2010,2789],[2017,2786],[2025,2778],[2026,2772],[1994,2743],[1995,2737],[1988,2729],[1983,2722],[1976,2722],[1969,2713],[1962,2701],[1965,2687],[1961,2683],[1951,2683],[1946,2676],[1941,2667],[1942,2654]]},{"area":"1df","points":[[2132,2916],[2129,2930],[2134,2938],[2133,2951],[2145,2959],[2156,2964],[2168,2967],[2177,2971],[2182,2964],[2192,2963],[2204,2960],[2211,2954],[2210,2947],[2218,2933],[2212,2925],[2212,2914],[2213,2909],[2222,2906],[2222,2891],[2214,2888],[2209,2879],[2198,2866],[2189,2862],[2172,2869],[2163,2866],[2157,2864],[2150,2866],[2146,2876],[2141,2883],[2133,2883],[2127,2890],[2127,2905],[2131,2911]]},{"area":"1d5","points":[[2009,2852],[2031,2881],[2033,2871],[2038,2866],[2056,2866],[2064,2873],[2071,2881],[2069,2888],[2066,2897],[2071,2904],[2076,2920],[2083,2921],[2087,2925],[2095,2934],[2128,2918],[2124,2930],[2130,2938],[2129,2954],[2151,2966],[2167,2971],[2177,2977],[2176,2984],[2174,2988],[2177,2995],[2189,2996],[2200,3002],[2205,3010],[2211,3013],[2218,3033],[2256,3049],[2148,3093],[2179,3205],[2076,3148],[2009,3246],[1990,3129],[1871,3136],[1951,3048],[1871,2961],[1989,2967]]},{"area":"1d1","points":[[1708,3122],[1709,3110],[1711,3093],[1709,3081],[1706,3077],[1709,3061],[1715,3055],[1727,3050],[1739,3043],[1753,3036],[1778,3029],[1796,3034],[1807,3042],[1814,3040],[1824,3043],[1826,3053],[1833,3063],[1842,3069],[1842,3083],[1843,3096],[1838,3104],[1841,3114],[1852,3123],[1852,3138],[1856,3149],[1856,3161],[1858,3171],[1867,3177],[1872,3182],[1882,3188],[1879,3199],[1880,3206],[1868,3213],[1860,3218],[1847,3219],[1836,3218],[1824,3214],[1825,3203],[1815,3190],[1803,3189],[1801,3195],[1785,3188],[1785,3183],[1786,3166],[1779,3158],[1776,3154],[1762,3154],[1752,3159],[1743,3161],[1732,3156],[1726,3152],[1720,3149],[1721,3141],[1712,3131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/001-dit01.webp"},"id":"01a","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/002-dit02.jpg"},"title":"Map 5.2: Player Map","width":2334,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":250,"distance":100}},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/003-dit03.png"},"title":"Map 5.3: Abyssal Prisons","width":1623,"height":1623,"imageType":"map","grid":{"type":"square","size":73,"offsetX":2,"offsetY":50,"scale":4},"mapRegions":[{"area":"0a1","points":[[108,175],[108,591],[492,591],[492,175]]},{"area":"09d","points":[[530,300],[530,445],[619,445],[619,300]]},{"area":"0b3","points":[[673,135],[673,430],[781,430],[781,135]]},{"area":"0b9","points":[[857,352],[857,244],[1077,244],[1077,352],[1060,352],[1060,374],[1020,374],[1020,352],[914,352],[914,375],[874,375],[874,352]]},{"area":"0c7","points":[[1231,302],[1426,302],[1519,482],[1503,517],[1425,666],[1228,666],[1131,487]]},{"area":"0c4","points":[[673,468],[673,772],[986,772],[986,468]]},{"area":"0ab","points":[[291,633],[291,812],[452,812],[452,633]]},{"area":"0d2","points":[[1063,668],[1063,793],[1186,793],[1186,668]]},{"area":"0ce","points":[[1195,723],[1283,723],[1283,673],[1316,673],[1316,723],[1410,723],[1410,759],[1317,759],[1317,813],[1281,813],[1281,759],[1195,759]]},{"area":"0d9","points":[[1249,817],[1410,817],[1410,907],[1337,907],[1337,1000],[1249,1000]]},{"area":"0ed","points":[[918,1019],[977,1019],[988,1008],[988,832],[1168,832],[1168,1000],[1023,1000],[1023,1026],[996,1053],[918,1053]]},{"area":"0e6","points":[[624,832],[731,832],[731,978],[765,978],[765,1019],[624,1019]]},{"area":"0e1","points":[[822,784],[858,784],[858,966],[908,966],[908,1072],[770,1072],[770,966],[822,966]]},{"area":"0c0","points":[[1116,171],[1116,282],[1223,282],[1223,171]]},{"area":"0f0","points":[[639,1109],[639,1458],[822,1458],[822,1513],[858,1513],[858,1458],[1041,1458],[1041,1109]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/003-dit03.webp"},"id":"01b","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/007-dit04.png"},"title":"Map 5.4: Blood Pens","width":1651,"height":1651,"imageType":"map","grid":{"type":"square","size":74,"offsetX":44,"offsetY":13,"scale":4},"mapRegions":[{"area":"0f7","points":[[107,115],[107,259],[599,259],[599,115]]},{"area":"100","points":[[106,320],[106,464],[304,464],[304,320]]},{"area":"107","points":[[438,317],[438,464],[639,464],[639,317]]},{"area":"10e","points":[[128,524],[128,944],[400,944],[400,524]]},{"area":"11a","points":[[441,598],[441,870],[598,870],[598,598]]},{"area":"123","points":[[532,909],[532,1112],[673,1112],[673,909]]},{"area":"12b","points":[[716,726],[716,997],[1114,997],[1114,726]]},{"area":"133","points":[[1272,763],[1272,907],[1490,907],[1490,763]]},{"area":"13a","points":[[1179,967],[1179,1221],[1563,1221],[1563,967]]},{"area":"141","points":[[1176,1300],[1176,1571],[1563,1571],[1563,1300]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/007-dit04.webp"},"id":"01c","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/008-dit05.png"},"title":"Map 5.5: Master's Domain","width":1200,"height":1988,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-19,"offsetY":-11,"scale":4},"mapRegions":[{"area":"13a","points":[[727,26],[727,278],[1109,278],[1109,26]]},{"area":"150","points":[[357,116],[378,116],[378,138],[483,138],[483,116],[506,116],[506,139],[542,139],[542,116],[578,116],[578,139],[613,139],[613,116],[633,116],[633,140],[649,140],[649,170],[670,170],[670,191],[649,191],[649,296],[633,296],[633,322],[610,322],[610,296],[576,296],[576,322],[540,322],[540,296],[505,296],[505,322],[482,322],[482,297],[374,297],[374,320],[355,320],[355,296],[340,296],[340,263],[318,263],[318,247],[342,247],[342,208],[318,208],[318,168],[340,168],[340,135],[357,135]]},{"area":"158","points":[[357,373],[377,373],[377,395],[415,395],[415,373],[449,373],[449,398],[486,398],[486,373],[505,373],[505,399],[540,399],[540,373],[578,373],[578,396],[614,396],[614,373],[633,373],[633,395],[648,395],[648,429],[668,429],[668,447],[648,447],[648,486],[670,486],[670,520],[648,520],[648,554],[632,554],[632,579],[611,579],[611,554],[577,554],[506,554],[506,578],[482,578],[482,554],[447,554],[447,575],[412,575],[412,554],[378,554],[378,576],[355,576],[355,554],[342,554],[342,522],[321,522],[321,501],[340,501],[340,396],[357,396]]},{"area":"141","points":[[724,357],[724,625],[1109,625],[1109,357]]},{"area":"175","points":[[798,704],[798,901],[1016,901],[1016,704]]},{"area":"160","points":[[356,631],[378,631],[378,653],[415,653],[415,631],[452,631],[452,653],[486,653],[486,631],[505,631],[505,654],[614,654],[614,631],[633,631],[633,654],[647,654],[647,687],[668,687],[668,706],[647,706],[647,811],[632,811],[632,834],[613,834],[613,812],[506,812],[506,835],[484,835],[484,812],[449,812],[449,837],[412,837],[412,811],[378,811],[378,835],[355,835],[355,812],[341,812],[341,781],[318,781],[318,762],[342,762],[342,725],[318,725],[318,684],[341,684],[341,653],[356,653]]},{"area":"168","points":[[356,890],[356,1215],[664,1215],[664,890]]},{"area":"17f","points":[[744,965],[744,1290],[1075,1290],[1075,965]]},{"area":"16e","points":[[467,1257],[467,1420],[649,1420],[649,1257]]},{"area":"192","points":[[804,1446],[1128,1446],[1128,1841],[726,1841],[726,1723],[734,1703],[759,1698],[765,1669],[774,1666],[782,1663],[787,1638],[798,1614],[819,1584],[824,1567],[824,1544],[816,1540],[813,1508],[820,1505],[812,1492],[809,1470],[809,1462],[799,1456]]},{"area":"188","points":[[568,1473],[576,1481],[583,1493],[591,1511],[596,1537],[595,1556],[587,1568],[577,1574],[577,1587],[573,1597],[557,1610],[550,1620],[538,1623],[536,1639],[524,1657],[527,1674],[523,1684],[516,1700],[506,1708],[491,1707],[480,1704],[468,1703],[456,1691],[449,1669],[443,1661],[435,1657],[431,1639],[432,1624],[439,1606],[450,1599],[461,1590],[460,1582],[460,1572],[473,1561],[483,1546],[487,1535],[482,1518],[486,1500],[497,1492],[516,1482],[525,1473],[538,1474],[553,1477]]},{"area":"18d","points":[[599,1564],[604,1542],[599,1519],[592,1497],[581,1480],[581,1463],[595,1455],[615,1452],[621,1459],[643,1456],[660,1452],[662,1441],[670,1429],[686,1421],[694,1421],[704,1426],[719,1422],[730,1416],[753,1410],[760,1418],[776,1421],[784,1422],[795,1435],[795,1455],[802,1469],[809,1499],[805,1505],[808,1523],[813,1545],[817,1556],[810,1578],[791,1606],[780,1635],[775,1655],[760,1662],[754,1689],[733,1695],[722,1713],[712,1718],[707,1721],[704,1729],[689,1740],[678,1740],[663,1730],[651,1725],[644,1711],[643,1688],[628,1672],[623,1658],[622,1636],[625,1604],[617,1580],[607,1568]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/008-dit05.webp"},"id":"01d","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/012-dit06.png"},"title":"Map 5.6: Far Realm Cysts","width":1064,"height":1773,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-4,"offsetY":22,"scale":4},"mapRegions":[{"area":"1ad","points":[[737,211],[762,214],[779,216],[805,216],[824,213],[848,217],[859,225],[888,240],[894,261],[888,271],[882,286],[885,297],[899,303],[917,306],[931,321],[938,334],[934,357],[913,375],[903,381],[901,402],[913,411],[926,417],[930,439],[922,456],[915,479],[899,480],[886,484],[882,499],[870,512],[851,516],[844,524],[821,528],[788,499],[782,483],[774,472],[771,469],[771,452],[782,442],[789,430],[792,426],[782,415],[769,415],[769,378],[785,374],[782,362],[796,348],[805,332],[809,299],[794,285],[788,276],[777,277],[766,284],[769,292],[752,303],[740,310],[724,303],[716,295],[712,284],[714,265],[720,251],[717,237],[712,224],[724,216]]},{"area":"19c","points":[[610,377],[591,362],[591,344],[594,336],[578,321],[574,306],[556,303],[535,295],[595,173],[536,191],[525,179],[518,176],[501,175],[486,180],[465,172],[468,161],[482,153],[490,136],[498,130],[501,108],[476,105],[463,115],[452,117],[444,119],[422,142],[415,143],[384,71],[330,201],[321,195],[317,186],[303,191],[286,207],[172,175],[203,239],[194,262],[200,270],[208,276],[225,282],[233,289],[249,315],[208,344],[189,341],[179,353],[176,360],[169,371],[116,407],[242,426],[240,434],[238,458],[248,461],[261,468],[273,472],[265,592],[330,538],[340,550],[367,557],[379,540],[403,536],[419,523],[502,589],[491,431],[524,428],[535,450],[552,458],[566,452],[593,447],[605,438],[616,435],[621,416],[756,416],[756,377]]},{"area":"1a3","points":[[334,554],[368,563],[382,548],[390,554],[391,566],[401,578],[406,593],[417,593],[425,589],[456,591],[465,598],[476,603],[476,617],[484,633],[494,643],[497,664],[498,671],[498,685],[486,692],[464,689],[459,681],[449,681],[434,685],[425,690],[422,698],[407,697],[392,700],[379,707],[371,723],[346,724],[332,730],[318,726],[302,723],[284,734],[283,748],[244,745],[238,735],[229,731],[225,729],[214,727],[207,724],[203,714],[192,705],[191,692],[195,677],[187,651],[198,641],[207,638],[248,637],[260,643],[271,648],[281,647],[296,641],[304,628],[313,622],[322,625],[338,615],[340,600],[332,588],[333,570]]},{"area":"1c4","points":[[225,913],[286,905],[299,887],[300,873],[311,850],[323,849],[336,857],[345,859],[365,855],[383,857],[395,854],[398,862],[411,872],[447,877],[459,874],[472,876],[480,862],[479,850],[483,839],[475,819],[465,814],[453,799],[438,795],[430,786],[425,761],[433,752],[441,746],[449,730],[440,720],[426,709],[396,719],[388,730],[383,742],[380,750],[373,756],[348,754],[336,750],[322,750],[302,763],[291,763],[280,761],[267,769],[257,765],[244,767],[223,774],[222,789],[207,794],[198,801],[195,810],[184,813],[177,839],[187,844],[184,854],[172,862],[166,872],[157,887],[157,898],[164,902],[169,910],[192,917],[203,911],[214,910]]},{"area":"1c9","points":[[226,920],[276,913],[286,914],[290,926],[294,939],[303,958],[340,877],[368,950],[399,948],[422,950],[430,955],[436,967],[447,975],[463,971],[479,975],[480,988],[484,1000],[551,978],[490,1095],[556,1095],[594,1134],[493,1134],[602,1211],[483,1236],[480,1255],[482,1263],[475,1278],[465,1282],[461,1292],[453,1297],[457,1400],[376,1326],[367,1330],[360,1340],[355,1348],[342,1356],[337,1366],[345,1375],[349,1390],[355,1400],[356,1415],[352,1430],[318,1458],[311,1452],[300,1443],[296,1427],[296,1413],[276,1411],[273,1390],[279,1377],[261,1366],[219,1400],[231,1239],[74,1211],[204,1120],[124,981],[225,1008],[227,999],[225,978],[242,947],[230,941],[219,929]]},{"area":"1b3","points":[[739,468],[762,517],[774,509],[778,502],[815,532],[804,546],[802,561],[812,580],[821,580],[832,596],[838,606],[953,573],[876,715],[1005,805],[899,824],[888,842],[892,851],[899,850],[922,844],[926,865],[917,877],[903,876],[886,877],[885,888],[870,895],[858,880],[854,879],[858,989],[742,888],[694,926],[678,932],[674,950],[668,955],[612,954],[618,935],[628,918],[629,834],[476,805],[606,715],[526,573],[651,610],[666,596],[677,592],[690,592]]},{"area":"1bb","points":[[587,962],[667,966],[678,973],[686,982],[712,989],[717,1007],[729,1016],[737,1035],[744,1044],[750,1056],[766,1053],[775,1059],[781,1075],[782,1090],[792,1098],[792,1117],[794,1134],[804,1142],[808,1153],[806,1165],[798,1177],[792,1187],[774,1198],[758,1203],[744,1207],[732,1216],[724,1220],[719,1224],[698,1224],[678,1225],[664,1205],[658,1194],[658,1183],[673,1172],[675,1160],[685,1156],[696,1145],[697,1136],[654,1097],[655,1089],[645,1078],[639,1068],[629,1068],[620,1056],[610,1040],[614,1020],[609,1015],[595,1015],[589,1005],[582,993],[583,975]]},{"area":"1df","points":[[840,1333],[836,1352],[843,1363],[842,1381],[858,1392],[873,1398],[889,1402],[901,1408],[908,1398],[922,1397],[938,1393],[947,1385],[946,1375],[957,1356],[949,1345],[949,1330],[950,1323],[962,1319],[962,1299],[951,1295],[945,1282],[930,1265],[917,1259],[894,1269],[882,1265],[874,1262],[865,1265],[859,1278],[853,1288],[842,1288],[834,1297],[834,1318],[839,1326]]},{"area":"1d1","points":[[267,1614],[268,1598],[271,1574],[268,1558],[264,1553],[268,1531],[276,1523],[292,1516],[309,1506],[327,1497],[361,1487],[386,1494],[401,1505],[410,1502],[424,1506],[426,1520],[436,1533],[448,1542],[448,1561],[449,1578],[442,1589],[447,1603],[461,1615],[461,1636],[467,1651],[467,1667],[470,1681],[482,1689],[488,1696],[502,1704],[498,1719],[499,1729],[483,1738],[472,1745],[455,1746],[440,1745],[424,1739],[425,1724],[411,1707],[395,1705],[392,1714],[371,1704],[371,1697],[372,1674],[363,1663],[359,1658],[340,1658],[326,1664],[314,1667],[299,1660],[291,1655],[283,1651],[284,1640],[272,1626]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/012-dit06.webp"},"id":"01e","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/013-dit07.png"},"title":"Map 5.7: Forests of Slaughter","width":1748,"height":1680,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-30,"offsetY":-3,"scale":4},"mapRegions":[{"area":"1ea","points":[[104,1283],[133,1257],[146,1262],[161,1266],[172,1286],[183,1294],[204,1286],[204,1271],[208,1259],[219,1252],[221,1240],[204,1233],[202,1219],[216,1214],[228,1200],[232,1192],[242,1180],[261,1173],[275,1173],[288,1174],[303,1181],[311,1191],[318,1198],[333,1195],[348,1193],[359,1198],[359,1213],[374,1215],[381,1229],[388,1240],[392,1253],[406,1271],[402,1312],[359,1330],[310,1369],[295,1398],[292,1437],[292,1473],[277,1480],[273,1492],[247,1489],[242,1481],[213,1481],[201,1484],[178,1469],[164,1463],[164,1458],[154,1448],[156,1439],[149,1425],[143,1413],[133,1405],[131,1394],[119,1386],[102,1381],[93,1372],[94,1357],[94,1339],[93,1327],[98,1315],[96,1302]]},{"area":"1f2","points":[[299,1475],[302,1407],[313,1377],[362,1338],[400,1320],[439,1312],[471,1302],[495,1327],[526,1353],[544,1357],[559,1372],[560,1387],[548,1401],[536,1403],[531,1401],[515,1401],[505,1406],[490,1411],[477,1420],[477,1436],[482,1444],[481,1460],[477,1477],[474,1496],[467,1504],[458,1515],[445,1515],[437,1523],[432,1535],[425,1545],[422,1561],[411,1569],[391,1575],[385,1587],[366,1589],[357,1575],[328,1569],[309,1550],[307,1534],[313,1527],[321,1525],[328,1527],[331,1504],[322,1497],[321,1488],[311,1484],[305,1478]]},{"area":"1f6","points":[[434,1093],[447,1084],[463,1079],[478,1071],[489,1068],[503,1056],[512,1040],[529,1034],[540,1031],[553,1040],[560,1053],[561,1068],[574,1079],[586,1084],[594,1116],[609,1123],[620,1131],[623,1147],[631,1155],[630,1165],[646,1162],[654,1162],[664,1172],[669,1185],[675,1206],[676,1240],[680,1252],[678,1289],[661,1292],[649,1300],[646,1312],[638,1320],[623,1323],[607,1326],[589,1324],[574,1330],[557,1335],[548,1347],[534,1347],[515,1337],[499,1323],[470,1297],[407,1312],[411,1268],[400,1256],[410,1243],[417,1222],[434,1214],[434,1206],[430,1199],[434,1193],[440,1181],[437,1166],[440,1150],[437,1139],[430,1131],[433,1114],[440,1108]]},{"area":"1fb","points":[[954,1540],[954,1515],[960,1489],[977,1473],[989,1473],[996,1467],[1008,1458],[1025,1459],[1033,1452],[1041,1451],[1052,1441],[1066,1436],[1081,1436],[1086,1451],[1086,1466],[1093,1470],[1101,1478],[1108,1490],[1111,1505],[1111,1512],[1122,1520],[1138,1520],[1142,1534],[1139,1546],[1138,1559],[1128,1567],[1120,1587],[1109,1594],[1089,1604],[1078,1601],[1066,1601],[1061,1616],[1045,1619],[1029,1624],[1012,1619],[1015,1605],[1000,1601],[986,1586],[988,1569],[974,1563],[966,1549]]},{"area":"1ff","points":[[609,1335],[638,1328],[658,1324],[673,1311],[690,1302],[701,1293],[720,1286],[758,1289],[772,1298],[786,1317],[799,1332],[813,1341],[836,1338],[844,1334],[852,1332],[869,1342],[885,1346],[893,1357],[910,1375],[917,1383],[929,1380],[948,1383],[954,1392],[966,1391],[974,1399],[989,1406],[996,1418],[997,1431],[992,1441],[980,1450],[977,1463],[951,1486],[947,1514],[947,1538],[933,1537],[917,1540],[898,1545],[887,1550],[869,1550],[852,1553],[843,1534],[833,1520],[822,1510],[806,1507],[792,1515],[788,1525],[772,1530],[768,1541],[753,1548],[731,1546],[724,1553],[712,1549],[698,1548],[682,1546],[669,1550],[664,1557],[641,1550],[635,1538],[630,1530],[630,1518],[627,1507],[628,1486],[624,1478],[611,1470],[605,1458],[605,1426],[616,1418],[613,1403],[612,1396],[613,1387],[609,1375],[607,1353]]},{"area":"204","points":[[653,1316],[661,1301],[672,1297],[687,1289],[690,1252],[683,1236],[683,1211],[679,1185],[684,1159],[699,1159],[714,1162],[716,1172],[730,1184],[760,1185],[760,1192],[783,1195],[791,1188],[786,1177],[766,1165],[761,1155],[758,1139],[766,1134],[770,1109],[795,1102],[825,1094],[852,1078],[878,1069],[915,1060],[929,1063],[941,1068],[949,1072],[955,1086],[962,1099],[970,1109],[980,1116],[969,1125],[955,1146],[952,1154],[952,1172],[951,1195],[952,1213],[956,1221],[940,1238],[925,1248],[919,1253],[919,1263],[906,1268],[888,1271],[884,1283],[872,1287],[851,1289],[840,1286],[833,1277],[822,1267],[817,1256],[803,1252],[787,1257],[773,1267],[770,1286],[758,1279],[716,1274],[694,1293],[680,1302],[661,1313]]},{"area":"207","points":[[753,764],[773,762],[792,768],[810,770],[825,772],[848,772],[861,770],[883,775],[888,787],[891,804],[906,811],[919,815],[937,813],[949,830],[962,850],[989,879],[1001,884],[1007,899],[1003,916],[996,928],[993,939],[977,947],[963,962],[955,975],[948,999],[937,1007],[929,1014],[930,1034],[934,1044],[933,1053],[919,1049],[873,1060],[840,1069],[817,1082],[770,1094],[757,1084],[755,1079],[745,1076],[732,1068],[714,1071],[701,1054],[695,1045],[679,1048],[656,1053],[649,1059],[633,1061],[620,1063],[617,1053],[609,1048],[605,1040],[609,1025],[622,1019],[633,1012],[633,1005],[622,1004],[615,992],[607,990],[607,978],[600,974],[593,966],[592,936],[585,922],[575,916],[570,907],[572,895],[574,881],[589,871],[601,868],[609,861],[601,850],[598,830],[604,822],[609,813],[624,798],[634,797],[641,800],[658,807],[665,798],[689,793],[698,783],[717,774],[727,772],[739,767]]},{"area":"21d","points":[[966,1218],[963,1204],[960,1192],[960,1157],[969,1140],[984,1128],[997,1117],[1018,1110],[1023,1099],[1030,1094],[1042,1089],[1049,1084],[1048,1076],[1052,1063],[1064,1060],[1072,1042],[1075,1030],[1066,1026],[1061,1019],[1051,1015],[1041,985],[1045,965],[1053,962],[1057,947],[1068,940],[1077,925],[1087,918],[1086,909],[1104,892],[1115,894],[1124,895],[1133,894],[1137,886],[1150,880],[1157,883],[1168,881],[1182,880],[1201,884],[1210,887],[1210,899],[1216,903],[1221,896],[1232,896],[1239,901],[1242,905],[1258,903],[1268,890],[1277,890],[1283,899],[1290,907],[1318,936],[1327,952],[1328,963],[1325,974],[1325,993],[1316,999],[1307,1010],[1307,1022],[1314,1034],[1322,1060],[1305,1079],[1288,1091],[1276,1102],[1276,1125],[1255,1125],[1236,1125],[1219,1124],[1199,1131],[1184,1139],[1167,1140],[1161,1159],[1164,1176],[1153,1188],[1149,1195],[1133,1195],[1115,1199],[1097,1199],[1083,1208],[1067,1217],[1049,1217],[1036,1221],[1015,1219],[995,1217],[984,1217]]},{"area":"225","points":[[1041,1324],[1067,1323],[1086,1317],[1093,1307],[1119,1301],[1130,1304],[1141,1307],[1153,1300],[1168,1292],[1182,1279],[1193,1279],[1197,1267],[1197,1257],[1204,1252],[1201,1240],[1195,1226],[1194,1208],[1210,1202],[1220,1217],[1242,1223],[1266,1240],[1264,1278],[1260,1294],[1277,1308],[1299,1311],[1307,1335],[1317,1343],[1317,1356],[1302,1368],[1294,1371],[1280,1387],[1283,1402],[1288,1411],[1290,1431],[1294,1441],[1288,1460],[1273,1470],[1262,1473],[1251,1481],[1249,1495],[1246,1516],[1243,1533],[1231,1545],[1217,1544],[1213,1535],[1198,1533],[1183,1531],[1173,1525],[1172,1514],[1160,1514],[1143,1510],[1141,1504],[1138,1489],[1130,1480],[1112,1473],[1109,1459],[1111,1447],[1107,1432],[1101,1418],[1081,1413],[1068,1407],[1064,1390],[1056,1368],[1045,1365],[1040,1343]]},{"area":"222","points":[[1210,1136],[1221,1132],[1281,1132],[1281,1108],[1333,1064],[1324,1040],[1340,1031],[1366,1026],[1370,1015],[1398,1007],[1413,1011],[1425,1008],[1432,1010],[1443,1015],[1455,1025],[1462,1031],[1463,1048],[1475,1054],[1482,1071],[1474,1087],[1471,1105],[1478,1105],[1482,1116],[1489,1124],[1501,1139],[1514,1147],[1512,1174],[1496,1192],[1478,1217],[1467,1249],[1458,1277],[1439,1308],[1425,1317],[1414,1317],[1402,1320],[1389,1319],[1387,1324],[1376,1322],[1370,1313],[1355,1317],[1344,1326],[1336,1328],[1325,1343],[1313,1334],[1302,1307],[1284,1305],[1266,1292],[1270,1274],[1272,1236],[1251,1221],[1224,1210],[1210,1191],[1219,1180],[1223,1176],[1220,1168],[1224,1153],[1220,1143]]},{"area":"229","points":[[1519,1146],[1518,1183],[1488,1215],[1467,1272],[1447,1313],[1433,1323],[1439,1339],[1441,1353],[1449,1358],[1466,1354],[1482,1358],[1489,1369],[1497,1371],[1508,1386],[1510,1398],[1514,1414],[1523,1420],[1537,1426],[1548,1432],[1559,1440],[1553,1447],[1566,1455],[1568,1460],[1567,1467],[1571,1475],[1572,1484],[1583,1486],[1590,1499],[1607,1511],[1615,1507],[1626,1510],[1635,1510],[1642,1505],[1672,1505],[1672,1496],[1691,1486],[1691,1474],[1690,1455],[1680,1446],[1675,1432],[1680,1425],[1684,1413],[1704,1398],[1701,1387],[1704,1373],[1708,1368],[1712,1337],[1706,1326],[1710,1320],[1708,1309],[1710,1293],[1706,1277],[1698,1271],[1695,1262],[1689,1243],[1680,1237],[1678,1228],[1676,1218],[1669,1210],[1658,1208],[1646,1217],[1634,1207],[1626,1196],[1619,1192],[1622,1177],[1623,1165],[1626,1149],[1626,1142],[1615,1136],[1593,1134],[1587,1143],[1572,1142],[1566,1138],[1548,1140],[1533,1149]]},{"area":"20d","points":[[969,846],[951,817],[945,802],[962,789],[966,768],[974,753],[984,755],[980,747],[981,734],[993,723],[1010,708],[1042,710],[1042,700],[1029,692],[1029,681],[1020,669],[1029,657],[1041,642],[1052,643],[1085,610],[1089,599],[1102,599],[1123,599],[1138,608],[1146,619],[1153,629],[1157,643],[1150,654],[1165,653],[1169,655],[1173,661],[1189,663],[1197,676],[1212,681],[1208,693],[1209,717],[1194,740],[1204,747],[1205,759],[1205,772],[1204,782],[1206,800],[1201,817],[1184,824],[1169,828],[1165,822],[1161,828],[1139,823],[1134,822],[1122,824],[1111,819],[1115,828],[1111,835],[1097,845],[1089,849],[1089,860],[1083,876],[1070,872],[1060,881],[1052,894],[1037,898],[1026,898],[1008,890],[1007,883],[992,873],[975,857]]},{"area":"212","points":[[1202,738],[1216,722],[1216,692],[1225,688],[1238,684],[1247,673],[1249,665],[1260,655],[1269,651],[1277,651],[1287,640],[1298,634],[1305,623],[1321,605],[1354,604],[1366,621],[1383,625],[1392,638],[1425,643],[1430,636],[1439,635],[1443,627],[1456,623],[1463,613],[1478,609],[1489,608],[1500,605],[1505,601],[1520,606],[1530,620],[1538,628],[1551,621],[1560,617],[1568,627],[1577,634],[1585,636],[1601,673],[1600,699],[1589,711],[1589,721],[1587,733],[1597,740],[1605,741],[1608,752],[1602,762],[1589,770],[1579,782],[1571,793],[1574,801],[1572,812],[1571,822],[1563,831],[1563,841],[1556,856],[1538,858],[1533,856],[1518,860],[1512,865],[1504,873],[1500,888],[1497,903],[1489,914],[1478,913],[1462,918],[1458,924],[1441,931],[1430,928],[1419,935],[1408,931],[1385,935],[1380,926],[1369,926],[1358,926],[1347,935],[1344,941],[1332,941],[1321,932],[1291,899],[1279,886],[1283,880],[1303,869],[1294,860],[1283,851],[1280,846],[1273,842],[1260,839],[1249,835],[1239,828],[1232,817],[1223,802],[1220,783],[1227,774],[1228,756],[1216,748]]},{"area":"217","points":[[1250,391],[1272,383],[1283,395],[1288,405],[1307,409],[1324,421],[1327,440],[1328,454],[1329,467],[1322,475],[1322,500],[1322,514],[1337,519],[1383,514],[1392,523],[1399,525],[1404,534],[1408,542],[1407,550],[1387,556],[1376,567],[1363,575],[1348,587],[1351,595],[1314,597],[1298,617],[1294,610],[1286,608],[1268,609],[1249,605],[1234,608],[1210,617],[1193,623],[1178,620],[1163,613],[1157,589],[1139,582],[1135,567],[1133,545],[1139,537],[1134,522],[1126,514],[1127,500],[1138,493],[1152,478],[1160,478],[1180,478],[1191,478],[1193,466],[1190,458],[1193,441],[1199,439],[1205,426],[1209,420],[1209,413],[1221,405],[1236,396]]},{"area":"219","points":[[1138,266],[1157,268],[1176,277],[1190,270],[1212,268],[1209,274],[1232,268],[1236,257],[1254,252],[1264,257],[1273,266],[1283,274],[1290,281],[1316,278],[1332,266],[1347,252],[1352,223],[1365,217],[1362,195],[1351,176],[1357,161],[1366,150],[1381,149],[1391,142],[1406,143],[1418,150],[1429,144],[1432,132],[1439,112],[1464,110],[1480,114],[1490,120],[1504,127],[1516,138],[1529,143],[1540,155],[1546,165],[1542,177],[1556,185],[1564,195],[1585,196],[1585,218],[1575,236],[1568,253],[1567,270],[1568,282],[1567,292],[1560,304],[1559,331],[1581,342],[1583,349],[1593,357],[1589,372],[1583,381],[1572,390],[1563,401],[1559,422],[1566,436],[1575,447],[1577,459],[1567,473],[1567,486],[1571,490],[1568,505],[1555,512],[1542,518],[1530,515],[1526,504],[1523,492],[1500,488],[1490,490],[1475,490],[1470,484],[1454,482],[1447,489],[1430,492],[1425,484],[1415,480],[1413,462],[1406,458],[1398,451],[1381,446],[1362,444],[1361,429],[1354,422],[1352,403],[1342,399],[1340,390],[1321,387],[1301,383],[1290,383],[1284,388],[1276,373],[1249,383],[1247,373],[1230,373],[1219,365],[1213,360],[1205,356],[1189,346],[1184,338],[1173,337],[1164,341],[1146,342],[1138,345],[1123,334],[1117,319],[1119,305],[1126,300],[1120,293],[1122,281],[1126,274]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/013-dit07.webp"},"id":"01f","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/014-dit08.png"},"title":"Map 5.8: Ooze Grottos","width":1680,"height":1680,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":29,"scale":4},"mapRegions":[{"area":"232","points":[[89,113],[89,240],[307,240],[307,113]]},{"area":"25c","points":[[544,262],[673,262],[673,352],[768,352],[779,363],[779,379],[770,390],[762,405],[762,430],[778,432],[792,431],[804,441],[822,445],[834,446],[839,457],[828,467],[820,465],[804,471],[801,491],[763,501],[737,497],[728,480],[544,480]]},{"area":"237","points":[[268,278],[417,278],[417,333],[470,333],[470,460],[417,460],[417,554],[267,554],[267,462],[214,462],[214,336],[268,336]]},{"area":"23d","points":[[84,592],[379,592],[379,666],[452,666],[452,813],[379,813],[379,885],[84,885]]},{"area":"247","points":[[249,956],[268,960],[292,958],[304,958],[311,950],[330,940],[343,936],[347,945],[358,952],[358,975],[368,995],[376,1003],[383,1015],[398,1015],[410,1019],[420,1022],[433,1025],[450,1045],[455,1064],[452,1079],[462,1094],[470,1105],[456,1119],[452,1130],[447,1136],[422,1131],[402,1142],[402,1150],[406,1161],[398,1169],[394,1179],[380,1181],[365,1183],[361,1195],[347,1199],[338,1210],[326,1216],[312,1220],[313,1231],[301,1240],[289,1244],[285,1252],[259,1246],[252,1239],[238,1244],[229,1261],[200,1255],[192,1258],[177,1241],[174,1217],[177,1201],[174,1186],[158,1176],[159,1157],[165,1138],[180,1123],[195,1115],[204,1109],[207,1090],[203,1072],[214,1052],[214,1026],[204,1019],[192,1019],[181,1030],[168,1025],[153,1003],[153,977],[161,958],[184,950],[187,945],[202,939],[215,947],[222,952],[229,956]]},{"area":"252","points":[[84,1584],[95,1574],[93,1569],[108,1553],[113,1551],[120,1538],[117,1528],[102,1527],[99,1513],[99,1502],[105,1497],[108,1476],[114,1468],[127,1461],[136,1438],[128,1426],[116,1426],[112,1408],[117,1402],[123,1381],[127,1364],[134,1364],[138,1355],[151,1345],[165,1345],[183,1338],[189,1332],[199,1319],[219,1322],[221,1327],[232,1327],[249,1332],[263,1342],[281,1345],[294,1341],[301,1341],[305,1352],[307,1366],[311,1378],[320,1378],[323,1370],[339,1364],[361,1393],[375,1411],[381,1422],[384,1431],[396,1434],[413,1441],[420,1452],[435,1458],[447,1465],[452,1472],[458,1490],[460,1505],[458,1514],[459,1525],[465,1528],[467,1546],[460,1553],[451,1563],[443,1577],[435,1584],[436,1599],[429,1610],[416,1611],[405,1606],[395,1607],[383,1610],[362,1608],[350,1607],[331,1610],[326,1608],[320,1606],[312,1606],[297,1615],[292,1623],[281,1632],[274,1625],[263,1626],[253,1629],[217,1629],[208,1623],[195,1629],[188,1634],[169,1638],[149,1634],[128,1630],[121,1633],[112,1629],[102,1617],[91,1610],[84,1602]]},{"area":"24c","points":[[362,1356],[379,1378],[392,1379],[411,1381],[426,1370],[439,1362],[455,1352],[460,1338],[473,1330],[467,1322],[484,1314],[492,1299],[507,1296],[527,1296],[533,1299],[549,1292],[561,1293],[579,1285],[617,1262],[616,1236],[608,1202],[602,1187],[595,1175],[589,1156],[586,1147],[567,1142],[548,1149],[529,1157],[515,1164],[501,1166],[489,1157],[450,1160],[433,1175],[416,1181],[399,1192],[398,1207],[395,1224],[388,1239],[392,1252],[391,1265],[384,1274],[377,1278],[369,1289],[366,1303],[356,1310],[350,1322],[353,1333],[354,1341]]},{"area":"267","points":[[537,933],[553,922],[557,911],[584,899],[591,891],[614,888],[636,887],[651,883],[657,884],[674,859],[703,849],[710,839],[726,827],[738,823],[782,816],[798,820],[822,824],[831,825],[849,829],[860,835],[877,838],[884,850],[905,861],[920,869],[917,895],[922,902],[920,922],[910,925],[909,939],[909,956],[910,974],[903,981],[892,990],[892,999],[876,1007],[864,1005],[851,1014],[835,1016],[823,1015],[809,1020],[800,1029],[777,1034],[748,1031],[725,1027],[722,1012],[726,1003],[726,986],[714,982],[704,970],[692,978],[681,982],[665,982],[643,980],[628,978],[616,996],[616,1007],[598,1019],[589,1019],[578,1007],[571,997],[548,959],[542,948]]},{"area":"262","points":[[743,809],[779,804],[796,791],[800,780],[817,774],[827,776],[846,778],[846,768],[851,759],[865,757],[883,759],[894,754],[906,759],[907,765],[924,759],[936,753],[947,739],[963,734],[974,726],[985,716],[982,697],[1000,685],[1003,668],[1008,667],[1005,659],[1001,645],[986,643],[970,637],[954,634],[940,634],[931,618],[931,604],[931,598],[969,581],[1049,547],[1042,525],[1022,520],[951,548],[916,547],[906,540],[886,539],[872,532],[868,521],[854,516],[843,506],[822,502],[800,499],[753,510],[741,517],[733,517],[722,517],[714,528],[708,539],[710,548],[699,563],[700,578],[708,596],[719,602],[729,598],[745,602],[760,602],[770,610],[759,614],[768,625],[770,645],[757,651],[747,663],[734,662],[714,667],[702,677],[692,685],[684,675],[676,673],[670,677],[666,683],[654,697],[639,709],[629,707],[619,716],[620,738],[620,750],[624,761],[640,764],[651,764],[657,772],[661,784],[668,794],[674,797],[687,795],[700,798],[717,801],[732,801]]},{"area":"26d","points":[[1019,512],[1046,518],[1056,548],[1074,558],[1086,563],[1087,573],[1079,583],[1072,596],[1076,610],[1102,613],[1121,608],[1138,613],[1149,608],[1150,599],[1161,583],[1166,572],[1183,568],[1188,561],[1188,551],[1193,536],[1207,532],[1221,536],[1237,527],[1237,513],[1243,505],[1251,502],[1294,491],[1301,483],[1308,473],[1312,465],[1315,457],[1334,454],[1345,449],[1354,435],[1368,432],[1379,420],[1386,411],[1392,398],[1406,392],[1414,387],[1425,379],[1422,364],[1432,353],[1429,337],[1429,321],[1426,312],[1417,297],[1409,289],[1399,270],[1394,258],[1375,255],[1361,252],[1345,256],[1330,251],[1330,243],[1311,244],[1300,244],[1293,240],[1286,232],[1270,231],[1253,235],[1238,244],[1237,259],[1237,278],[1233,295],[1229,306],[1215,311],[1210,302],[1199,295],[1188,296],[1183,288],[1181,278],[1168,273],[1166,265],[1149,262],[1131,263],[1123,273],[1110,282],[1105,296],[1093,307],[1091,329],[1098,340],[1089,356],[1093,370],[1104,375],[1114,372],[1131,371],[1146,371],[1161,356],[1169,360],[1162,379],[1166,398],[1162,412],[1154,423],[1140,426],[1131,432],[1128,446],[1117,457],[1110,453],[1114,437],[1105,428],[1094,427],[1082,428],[1074,439],[1065,442],[1057,445],[1044,450],[1035,461],[1025,473],[1026,491],[1022,503]]},{"area":"27a","points":[[1154,673],[1169,660],[1177,655],[1181,647],[1198,641],[1219,645],[1219,667],[1223,677],[1222,690],[1223,703],[1225,715],[1215,731],[1200,735],[1191,748],[1183,760],[1172,761],[1162,757],[1151,764],[1150,772],[1131,768],[1116,763],[1108,759],[1094,757],[1079,752],[1056,744],[1054,734],[1046,726],[1037,722],[1041,689],[1050,682],[1053,668],[1067,660],[1072,656],[1082,655],[1087,655],[1097,656],[1106,648],[1120,643],[1128,648],[1138,659],[1142,671]]},{"area":"273","points":[[1225,664],[1225,643],[1199,638],[1206,626],[1222,622],[1236,618],[1243,611],[1255,595],[1251,584],[1240,570],[1241,542],[1249,524],[1257,517],[1253,509],[1294,499],[1297,506],[1312,506],[1324,506],[1342,506],[1349,513],[1366,518],[1375,538],[1371,547],[1379,562],[1381,574],[1390,587],[1399,596],[1409,593],[1424,600],[1420,618],[1416,630],[1405,638],[1411,655],[1422,660],[1426,673],[1440,681],[1444,704],[1441,715],[1429,723],[1422,734],[1421,746],[1413,752],[1395,761],[1381,772],[1361,776],[1339,772],[1324,761],[1317,745],[1311,772],[1312,787],[1297,794],[1277,798],[1275,786],[1275,768],[1275,752],[1274,731],[1277,715],[1275,709],[1270,703],[1259,703],[1257,696],[1249,688],[1245,688],[1236,677]]},{"area":"27d","points":[[1414,588],[1429,596],[1431,610],[1441,613],[1455,610],[1463,592],[1475,588],[1484,592],[1499,592],[1512,592],[1515,598],[1523,598],[1537,619],[1568,666],[1597,638],[1556,583],[1556,574],[1561,566],[1563,554],[1556,546],[1549,532],[1553,528],[1559,528],[1576,521],[1578,517],[1589,505],[1590,483],[1574,475],[1574,462],[1574,445],[1580,442],[1593,432],[1598,424],[1601,409],[1608,401],[1609,386],[1604,374],[1605,353],[1595,345],[1589,347],[1580,336],[1568,329],[1557,325],[1554,318],[1540,314],[1525,311],[1508,315],[1485,312],[1467,317],[1459,327],[1460,344],[1456,357],[1450,374],[1439,396],[1433,412],[1432,430],[1439,456],[1443,467],[1441,491],[1437,509],[1443,528],[1446,538],[1436,542],[1422,542],[1418,557],[1421,572],[1418,580]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/014-dit08.webp"},"id":"020","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/015-dit09.png"},"title":"Map 5.9: Predator Pools","width":1200,"height":2400,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-14,"offsetY":-25,"scale":4},"mapRegions":[{"area":"289","points":[[201,93],[228,104],[254,123],[270,139],[285,162],[292,191],[292,218],[288,243],[273,267],[261,282],[239,297],[213,310],[181,315],[156,310],[126,297],[102,282],[87,262],[72,232],[71,198],[75,171],[90,146],[102,128],[121,113],[145,104],[171,93],[187,91]]},{"area":"291","points":[[232,367],[209,379],[187,392],[166,409],[146,426],[131,449],[116,472],[104,501],[95,531],[91,562],[94,598],[97,622],[104,655],[116,677],[130,703],[154,724],[179,749],[201,761],[231,776],[243,754],[255,724],[266,692],[278,659],[282,625],[285,583],[285,543],[280,501],[271,464],[259,427],[244,389]]},{"area":"28c","points":[[237,366],[262,357],[297,352],[322,352],[348,355],[379,362],[402,370],[435,390],[460,409],[482,428],[497,454],[516,488],[525,518],[532,543],[536,573],[531,606],[518,640],[508,667],[495,692],[473,718],[458,737],[431,756],[394,776],[363,786],[327,790],[293,791],[258,786],[236,780],[250,760],[262,727],[273,694],[286,659],[293,622],[295,580],[292,542],[289,512],[282,476],[276,443],[263,415],[248,387]]},{"area":"29d","points":[[184,851],[199,858],[216,866],[231,881],[248,907],[255,935],[250,963],[236,993],[218,1015],[198,1025],[173,1029],[154,1029],[134,1023],[106,1014],[89,992],[76,962],[72,936],[78,910],[87,885],[106,865],[128,853],[151,849],[168,849]]},{"area":"2a2","points":[[288,967],[302,937],[321,910],[338,892],[360,877],[387,862],[434,851],[450,849],[479,849],[501,853],[532,868],[561,883],[593,910],[615,943],[629,967],[637,1007],[640,1049],[633,1091],[613,1127],[588,1158],[566,1181],[535,1195],[497,1211],[461,1214],[434,1213],[402,1205],[368,1190],[341,1172],[310,1138],[296,1115],[284,1086],[278,1063],[276,1033],[276,1003],[280,986]]},{"area":"2a8","points":[[186,1126],[214,1130],[236,1138],[255,1146],[273,1160],[289,1179],[303,1201],[310,1232],[312,1263],[306,1288],[297,1317],[280,1337],[256,1356],[236,1368],[205,1378],[172,1379],[143,1374],[112,1362],[91,1344],[78,1323],[67,1302],[57,1267],[57,1237],[59,1213],[75,1188],[90,1168],[104,1153],[123,1141],[149,1131],[168,1126]]},{"area":"2b4","points":[[201,1501],[231,1508],[248,1520],[265,1542],[281,1563],[288,1595],[288,1629],[273,1660],[252,1682],[222,1701],[179,1708],[142,1698],[109,1675],[87,1652],[79,1619],[80,1581],[91,1557],[106,1529],[130,1512],[156,1499],[176,1498]]},{"area":"2ba","points":[[127,1700],[142,1707],[157,1711],[176,1716],[194,1715],[216,1709],[239,1701],[239,1906],[247,1906],[258,1903],[266,1898],[288,1902],[297,1915],[306,1929],[317,1937],[340,1940],[359,1960],[352,1971],[345,1985],[345,1992],[340,2004],[326,2010],[318,2005],[300,2005],[285,1997],[263,1990],[251,1980],[239,1975],[228,1984],[216,1990],[201,1984],[199,1971],[186,1973],[171,1973],[157,1971],[149,1966],[139,1963],[130,1955],[127,1944]]},{"area":"2dd","points":[[473,2083],[477,2068],[506,2053],[517,2059],[547,2061],[563,2061],[569,2056],[576,2038],[591,2034],[610,2033],[618,2031],[621,2012],[622,1996],[618,1985],[619,1969],[615,1960],[622,1952],[634,1951],[647,1952],[658,1952],[666,1939],[675,1926],[697,1921],[708,1917],[720,1903],[739,1898],[757,1902],[748,1929],[734,1937],[737,1955],[730,1965],[715,1981],[715,2000],[709,2014],[715,2029],[715,2168],[704,2177],[697,2183],[674,2177],[660,2175],[647,2173],[633,2177],[625,2180],[623,2190],[611,2192],[603,2190],[600,2186],[585,2187],[570,2180],[536,2191],[524,2198],[506,2210],[482,2205],[472,2195],[464,2175],[457,2162],[446,2153],[437,2135],[439,2120],[454,2101],[467,2097]]},{"area":"2d3","points":[[719,2030],[719,2169],[814,2265],[945,2265],[1045,2165],[1045,2038],[941,1935],[814,1935]]},{"area":"2be","points":[[347,1622],[604,1622],[604,1933],[591,1948],[580,1951],[573,1963],[569,1975],[572,1984],[558,1990],[536,1989],[531,1986],[517,1989],[510,2004],[491,2001],[480,2005],[461,2007],[457,1999],[446,1986],[441,1974],[438,1966],[424,1958],[422,1943],[415,1937],[407,1937],[368,1952],[351,1932],[362,1922],[347,1914]]},{"area":"2cc","points":[[682,1553],[705,1525],[720,1538],[734,1529],[756,1520],[769,1516],[787,1512],[787,1491],[823,1491],[823,1509],[844,1516],[859,1521],[885,1532],[896,1542],[906,1529],[932,1551],[921,1566],[930,1584],[943,1604],[952,1634],[951,1662],[952,1683],[944,1709],[932,1737],[922,1750],[900,1767],[877,1787],[857,1794],[831,1802],[825,1802],[825,1823],[784,1823],[784,1804],[763,1797],[738,1786],[718,1771],[700,1759],[690,1772],[663,1746],[678,1730],[668,1708],[663,1678],[640,1678],[640,1637],[658,1637],[664,1613],[675,1587],[693,1562]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/015-dit09.webp"},"id":"021","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/016-dit10.png"},"title":"Map 5.10: Golem Laboratories","width":1680,"height":1680,"imageType":"map","grid":{"type":"square","size":74,"offsetX":5,"offsetY":-29,"scale":4},"mapRegions":[{"area":"2f6","points":[[152,589],[152,770],[239,770],[239,589]]},{"area":"2f0","points":[[300,604],[300,772],[554,772],[554,604]]},{"area":"2eb","points":[[259,161],[259,544],[648,544],[648,161]]},{"area":"306","points":[[628,678],[818,484],[970,635],[762,843],[633,714]]},{"area":"375","points":[[886,33],[886,213],[1215,213],[1215,33]]},{"area":"2fe","points":[[826,393],[962,258],[1029,325],[1040,318],[1044,310],[1031,303],[1036,292],[1034,286],[1048,279],[1070,290],[1078,311],[1089,325],[1104,332],[1118,324],[1124,324],[1123,311],[1138,307],[1141,320],[1145,335],[1145,347],[1137,351],[1133,361],[1119,369],[1115,383],[1115,393],[1108,404],[1137,433],[981,589],[858,466],[825,470],[813,463],[802,470],[776,475],[767,471],[747,478],[736,482],[726,469],[732,452],[729,445],[731,429],[751,419],[754,411],[765,407],[785,421],[791,415],[787,404],[791,392],[807,387]]},{"area":"37b","points":[[1181,311],[1393,100],[1527,234],[1317,443]]},{"area":"30c","points":[[936,719],[1149,505],[1308,664],[1096,876]]},{"area":"32a","points":[[1246,870],[1408,709],[1590,891],[1431,1049]]},{"area":"333","points":[[1311,943],[1353,985],[1352,1000],[1352,1010],[1345,1020],[1330,1023],[1330,1034],[1335,1038],[1347,1033],[1360,1036],[1365,1046],[1376,1055],[1376,1066],[1364,1071],[1360,1082],[1369,1086],[1382,1083],[1399,1085],[1408,1089],[1415,1112],[1390,1145],[1373,1157],[1364,1152],[1345,1149],[1339,1152],[1321,1142],[1323,1130],[1327,1120],[1316,1111],[1301,1101],[1297,1096],[1276,1094],[1275,1079],[1275,1067],[1272,1059],[1271,1038],[1275,1030],[1287,1029],[1291,1014],[1282,1005],[1275,992],[1287,988],[1295,973],[1319,974],[1316,966],[1308,959],[1304,954]]},{"area":"338","points":[[1219,1321],[1447,1093],[1576,1221],[1347,1449]]},{"area":"314","points":[[581,1086],[740,928],[858,1045],[702,1201]]},{"area":"320","points":[[885,1005],[1038,852],[1271,1085],[1119,1236]]},{"area":"31b","points":[[759,1288],[897,1150],[1097,1350],[958,1489]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/016-dit10.webp"},"id":"022","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/018-dit11.png"},"title":"Map 5.11: Temples of Extraction","width":1680,"height":2190,"imageType":"map","grid":{"type":"square","size":74,"offsetX":-12,"offsetY":10,"scale":4},"mapRegions":[{"area":"375","points":[[444,652],[444,832],[772,832],[772,652]]},{"area":"360","points":[[497,154],[497,300],[941,300],[941,154]]},{"area":"352","points":[[187,247],[187,670],[332,670],[332,247]]},{"area":"358","points":[[430,397],[430,540],[862,540],[862,397]]},{"area":"366","points":[[937,476],[1030,321],[1216,321],[1307,479],[1220,632],[1026,632]]},{"area":"36d","points":[[1105,671],[1105,853],[1287,853],[1287,671]]},{"area":"37b","points":[[738,930],[949,719],[1083,853],[874,1061]]},{"area":"383","points":[[1010,1171],[1228,952],[1327,1050],[1108,1269]]},{"area":"38c","points":[[1250,1243],[1273,1220],[1272,1202],[1268,1183],[1269,1168],[1284,1166],[1291,1177],[1303,1187],[1311,1192],[1320,1218],[1324,1235],[1322,1246],[1313,1258],[1311,1267],[1313,1282],[1309,1306],[1316,1326],[1329,1338],[1342,1342],[1354,1340],[1366,1340],[1370,1349],[1395,1366],[1398,1381],[1398,1393],[1388,1396],[1383,1405],[1367,1413],[1362,1426],[1374,1434],[1387,1432],[1388,1443],[1396,1453],[1406,1467],[1418,1468],[1425,1475],[1421,1494],[1417,1513],[1403,1517],[1402,1535],[1393,1554],[1380,1554],[1370,1559],[1366,1570],[1373,1585],[1378,1604],[1383,1614],[1378,1633],[1378,1653],[1378,1666],[1370,1681],[1352,1683],[1339,1674],[1325,1668],[1311,1673],[1291,1668],[1270,1673],[1258,1683],[1253,1694],[1257,1707],[1251,1716],[1231,1714],[1225,1707],[1216,1708],[1198,1720],[1175,1744],[1164,1754],[1142,1759],[1123,1746],[1123,1726],[1102,1716],[1087,1719],[1071,1704],[1060,1692],[1066,1681],[1070,1664],[1068,1643],[1077,1629],[1090,1617],[1109,1611],[1120,1603],[1128,1584],[1154,1570],[1168,1568],[1182,1568],[1191,1544],[1208,1532],[1209,1514],[1201,1495],[1195,1480],[1194,1465],[1197,1449],[1214,1438],[1206,1422],[1202,1407],[1182,1412],[1160,1412],[1149,1401],[1139,1387],[1128,1371],[1117,1356],[1122,1326],[1126,1303],[1145,1284],[1167,1274],[1178,1258],[1176,1248],[1187,1243],[1189,1232],[1199,1228],[1213,1226],[1220,1232],[1227,1244],[1238,1244]]},{"area":"391","points":[[1105,1932],[1266,1771],[1266,1760],[1270,1745],[1279,1735],[1291,1734],[1307,1738],[1314,1729],[1322,1716],[1346,1718],[1369,1720],[1376,1723],[1383,1716],[1388,1703],[1398,1698],[1400,1708],[1408,1718],[1417,1733],[1417,1748],[1419,1763],[1422,1780],[1422,1790],[1440,1798],[1448,1809],[1455,1819],[1460,1836],[1452,1854],[1455,1880],[1456,1899],[1458,1915],[1451,1929],[1440,1940],[1423,1933],[1425,1924],[1413,1913],[1400,1906],[1383,1907],[1374,1921],[1358,1928],[1346,1921],[1329,1913],[1206,2035]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-DiT/thumbnail/018-dit11.webp"},"id":"023","page":"adventure.html","source":"TftYP-DiT","hash":"tftyp-dit"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/020-dit12.jpg"},"title":"Map 5.12: The Phylactery Vault—Floor 1 & Floor 2","width":2334,"height":3000,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-25,"offsetY":5}},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-DiT/021-dit13.jpg"},"title":"Map 5.13: The Phylactery Vault—Floor 3 & Floor 4","width":2334,"height":3000,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-23,"offsetY":5}}]}]},"TftYP-AtG":{"id":"TftYP-AtG","source":"TftYP-AtG","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Against the Giants","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/001-atg01.webp"},"title":"Map 6.1: Hill Giant Stronghold—Upper Level","width":2280,"height":3000,"imageType":"map","grid":{"type":"square","size":58,"offsetX":-20,"offsetY":-9,"distance":10},"id":"21e","mapRegions":[{"area":"065","points":[[449,396],[449,730],[897,730],[897,396]]},{"area":"06d","points":[[1264,397],[1264,733],[1654,733],[1654,397]]},{"area":"06c","points":[[1673,394],[1673,729],[2011,729],[2011,394]]},{"area":"063","points":[[610,1201],[610,750],[451,750],[451,981],[220,981],[220,1201]]},{"area":"064","points":[[337,1220],[337,1429],[549,1429],[549,1220]]},{"area":"062","points":[[220,1447],[220,1663],[546,1663],[546,1447]]},{"area":"05e","points":[[217,1681],[217,2127],[371,2127],[371,1681]]},{"area":"05f","points":[[447,1677],[447,2127],[607,2127],[607,1677]]},{"area":"05b","points":[[217,2200],[217,2361],[666,2361],[666,2200]]},{"area":"058","points":[[740,2143],[740,2366],[901,2366],[901,2143]]},{"area":"035","points":[[683,2383],[683,2706],[1369,2706],[1369,2383]]},{"area":"03b","points":[[1146,2144],[1146,2364],[1307,2364],[1307,2144]]},{"area":"03f","points":[[1380,2146],[1380,2367],[1714,2367],[1714,2146]]},{"area":"048","points":[[1730,2146],[1730,2369],[2010,2369],[2010,2146]]},{"area":"045","points":[[1731,2127],[1731,1561],[2006,1561],[2006,2127]]},{"area":"057","points":[[683,1910],[683,2120],[897,2120],[897,1910]]},{"area":"03e","points":[[1206,1911],[1206,2071],[1657,2071],[1657,1911]]},{"area":"053","points":[[681,1449],[1367,1449],[1367,1893],[1134,1893],[1134,2364],[911,2364],[911,1893],[681,1893]]},{"area":"042","points":[[1383,1676],[1383,1893],[1657,1893],[1657,1676]]},{"area":"04c","points":[[1383,1329],[1383,1546],[1600,1546],[1600,1329]]},{"area":"066","points":[[740,747],[740,1080],[900,1080],[900,747]]},{"area":"067","points":[[740,1099],[897,1099],[897,1433],[681,1433],[681,1333],[740,1333]]},{"area":"052","points":[[914,1210],[914,1433],[1016,1433],[1016,1210]]},{"area":"04f","points":[[1031,1210],[1031,1431],[1363,1431],[1363,1210]]},{"area":"04b","points":[[1730,1209],[1730,1549],[2009,1549],[2009,1209]]},{"area":"06a","points":[[914,394],[1253,394],[1253,750],[1596,750],[1596,980],[2007,980],[2007,1199],[914,1199]]},{"area":"06b","points":[[1614,740],[1614,963],[2006,963],[2006,740]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/001-atg01.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/002-atg01-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":31,"offsetY":45,"distance":10},"mapParent":{"id":"21e","autoScale":true},"width":2625,"height":3500},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/003-atg02.webp"},"title":"Map 6.2: Hill Giant Stronghold—Dungeon Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":57,"offsetX":-8,"offsetY":5,"distance":10},"id":"21f","mapRegions":[{"area":"0a9","points":[[1527,483],[1479,474],[1450,460],[1433,436],[1419,399],[1414,366],[1413,326],[1430,297],[1453,273],[1487,250],[1513,244],[1550,244],[1577,249],[1603,266],[1630,290],[1646,317],[1651,349],[1646,389],[1636,420],[1613,451],[1589,467],[1557,477]]},{"area":"0ad","points":[[1076,527],[1076,801],[1243,801],[1243,527]]},{"area":"0ae","points":[[963,296],[963,469],[1071,469],[1071,296]]},{"area":"0b1","points":[[683,289],[703,276],[707,260],[727,254],[754,251],[744,274],[750,289],[763,266],[777,253],[793,254],[781,266],[781,286],[800,281],[794,270],[799,254],[786,236],[806,237],[833,233],[837,241],[819,254],[827,269],[846,269],[836,284],[850,290],[867,281],[881,270],[884,284],[883,297],[901,297],[901,691],[847,750],[793,750],[683,638]]},{"area":"0b2","points":[[226,299],[240,290],[241,274],[297,273],[313,254],[327,249],[329,269],[327,286],[344,284],[341,264],[363,253],[377,250],[379,261],[387,263],[380,280],[396,287],[399,271],[413,263],[416,249],[423,241],[431,247],[424,267],[433,286],[437,280],[457,289],[460,283],[444,263],[457,260],[471,260],[486,271],[489,256],[503,257],[514,270],[526,263],[544,267],[529,281],[546,289],[566,301],[398,469]]},{"area":"0b3","points":[[170,467],[221,467],[395,641],[395,866],[170,866]]},{"area":"0bc","points":[[734,923],[734,1031],[900,1031],[900,923]]},{"area":"0b6","points":[[114,924],[114,1199],[560,1199],[560,924]]},{"area":"0b7","points":[[114,1261],[114,1486],[394,1486],[394,1261]]},{"area":"0b8","points":[[407,1377],[407,1484],[620,1484],[620,1377]]},{"area":"0bb","points":[[511,1204],[511,1249],[680,1249],[680,1204]]},{"area":"07c","points":[[679,1160],[679,1540],[1066,1540],[1066,1160]]},{"area":"080","points":[[1080,1486],[1080,1374],[1358,1374],[1358,1486],[1303,1486],[1303,1435],[1297,1435],[1297,1486],[1246,1486],[1246,1432],[1241,1432],[1241,1486],[1194,1486],[1194,1435],[1188,1435],[1188,1486],[1135,1486],[1135,1430],[1128,1430],[1128,1486]]},{"area":"07d","points":[[1133,979],[1248,979],[1248,1201],[1078,1201],[1078,1094],[1133,1094]]},{"area":"088","points":[[904,1557],[904,1770],[1072,1770],[1072,1557]]},{"area":"089","points":[[1132,1546],[1132,1643],[1243,1643],[1243,1546]]},{"area":"08a","points":[[1134,1726],[1134,1825],[1244,1825],[1244,1726]]},{"area":"08b","points":[[1305,1546],[1305,1826],[1413,1826],[1413,1546]]},{"area":"093","points":[[171,1546],[171,1655],[510,1655],[510,1546]]},{"area":"184","points":[[566,1599],[566,1774],[677,1774],[677,1599]]},{"area":"095","points":[[677,1941],[677,1831],[564,1831],[564,1941]]},{"area":"096","points":[[170,1881],[283,1881],[341,1939],[341,2110],[285,2166],[172,2166],[116,2110],[116,1939]]},{"area":"08e","points":[[618,2280],[737,2280],[737,2057],[679,2057],[679,2109],[618,2109]]},{"area":"08f","points":[[794,2114],[794,2281],[961,2281],[961,2114],[902,2114],[902,2062],[849,2062],[849,2114]]},{"area":"090","points":[[1019,2114],[1019,2281],[1129,2281],[1129,2114],[1074,2114],[1074,2063],[1019,2063]]},{"area":"08c","points":[[904,1825],[904,1936],[1075,1936],[1075,1825]]},{"area":"09c","points":[[1019,2449],[1285,2183],[1313,2211],[1073,2449]]},{"area":"09d","points":[[677,2451],[677,2618],[1070,2618],[1070,2451]]},{"area":"0a0","points":[[1132,2448],[1246,2505],[1246,2960],[1222,2949],[1202,2948],[1182,2941],[1170,2939],[1160,2956],[1132,2958]]},{"area":"099","points":[[171,2283],[282,2283],[282,2508],[452,2508],[452,2622],[171,2622]]},{"area":"0aa","points":[[1886,490],[1918,491],[1946,499],[1962,509],[1961,538],[1947,573],[1928,603],[1923,615],[1931,652],[1922,679],[1911,702],[1908,725],[1935,733],[1950,765],[1961,772],[1964,795],[1961,815],[1959,844],[1942,868],[1924,877],[1925,891],[1937,890],[1937,914],[1954,918],[1966,928],[1969,950],[1958,965],[1951,974],[1944,990],[1917,1002],[1905,1010],[1895,1029],[1910,1036],[1929,1043],[1939,1052],[1931,1063],[1932,1083],[1945,1077],[1961,1083],[1977,1086],[1984,1094],[1990,1091],[2003,1095],[1997,1114],[1989,1136],[1968,1148],[1943,1148],[1932,1139],[1922,1139],[1921,1129],[1910,1121],[1892,1122],[1889,1134],[1888,1150],[1869,1147],[1872,1129],[1855,1129],[1831,1135],[1834,1117],[1825,1119],[1815,1104],[1817,1084],[1810,1058],[1799,1076],[1777,1075],[1771,1083],[1751,1078],[1729,1078],[1716,1096],[1705,1118],[1694,1117],[1680,1120],[1678,1106],[1680,1092],[1689,1074],[1686,1064],[1702,1054],[1711,1038],[1731,1023],[1729,1003],[1725,985],[1720,963],[1702,971],[1685,970],[1674,975],[1664,944],[1664,910],[1651,911],[1655,891],[1659,870],[1674,848],[1668,837],[1654,830],[1658,816],[1658,802],[1671,787],[1680,762],[1680,739],[1695,735],[1703,701],[1694,686],[1696,670],[1685,669],[1672,655],[1676,645],[1682,628],[1669,624],[1669,615],[1681,612],[1691,588],[1707,589],[1719,594],[1739,569],[1742,547],[1737,539],[1726,497],[1709,490],[1693,481],[1690,465],[1681,452],[1685,443],[1703,428],[1707,418],[1706,405],[1719,391],[1714,382],[1719,368],[1715,363],[1702,359],[1710,337],[1707,333],[1693,332],[1683,309],[1667,291],[1675,279],[1684,256],[1696,253],[1711,256],[1728,254],[1745,277],[1758,284],[1765,235],[1782,228],[1795,227],[1810,237],[1823,246],[1822,265],[1817,279],[1823,296],[1822,308],[1813,332],[1803,374],[1830,383],[1828,401],[1824,424],[1842,435],[1862,448],[1866,459],[1848,471],[1839,482],[1834,498],[1808,518],[1794,535],[1796,551],[1815,539],[1836,536],[1865,521],[1881,497]]},{"area":"0aa","points":[[1886,489],[1917,490],[1954,502],[1950,489],[1979,477],[1983,462],[1982,455],[1982,440],[1976,422],[1978,409],[1972,395],[1978,382],[1974,376],[1979,361],[1981,350],[1987,336],[2002,343],[2045,330],[2059,309],[2046,293],[2056,282],[2053,269],[2037,269],[2032,259],[2048,248],[2025,236],[2021,225],[2043,215],[2042,201],[2027,195],[2011,184],[2014,165],[1995,157],[1973,152],[1944,161],[1922,175],[1910,200],[1907,227],[1914,240],[1920,251],[1911,265],[1904,283],[1917,296],[1926,324],[1921,342],[1893,352],[1893,371],[1898,378],[1904,391],[1889,400],[1895,413],[1890,437],[1892,451],[1903,442],[1903,462],[1895,472]]},{"area":"0a8","points":[[1572,1594],[1549,1578],[1558,1558],[1558,1547],[1547,1547],[1543,1531],[1539,1514],[1515,1525],[1499,1518],[1492,1505],[1496,1489],[1511,1484],[1545,1476],[1562,1464],[1565,1450],[1564,1434],[1547,1423],[1525,1415],[1525,1401],[1541,1389],[1560,1383],[1565,1371],[1543,1356],[1543,1337],[1529,1334],[1522,1341],[1514,1346],[1493,1347],[1492,1334],[1493,1309],[1504,1302],[1510,1281],[1531,1275],[1546,1265],[1574,1264],[1575,1254],[1561,1245],[1559,1238],[1576,1236],[1592,1218],[1589,1209],[1565,1204],[1569,1190],[1586,1190],[1600,1195],[1600,1187],[1617,1192],[1625,1201],[1635,1210],[1646,1218],[1653,1234],[1669,1241],[1682,1237],[1679,1202],[1693,1196],[1692,1178],[1698,1161],[1717,1155],[1729,1158],[1729,1173],[1729,1185],[1735,1194],[1746,1201],[1732,1219],[1723,1240],[1715,1259],[1706,1291],[1710,1305],[1707,1318],[1691,1332],[1683,1358],[1686,1384],[1699,1387],[1722,1395],[1743,1409],[1755,1415],[1763,1408],[1760,1396],[1749,1378],[1743,1371],[1751,1357],[1763,1351],[1776,1355],[1783,1348],[1781,1338],[1790,1331],[1794,1325],[1787,1314],[1803,1307],[1818,1309],[1828,1315],[1841,1324],[1851,1318],[1862,1320],[1878,1323],[1890,1302],[1904,1296],[1912,1304],[1925,1297],[1932,1285],[1938,1271],[1960,1269],[1978,1265],[1997,1268],[1998,1285],[1999,1304],[1979,1315],[1986,1335],[1991,1346],[2002,1351],[2002,1373],[1990,1388],[1987,1404],[1966,1417],[1943,1427],[1942,1444],[1939,1459],[1917,1507],[1903,1526],[1881,1525],[1878,1514],[1854,1523],[1845,1541],[1811,1539],[1788,1517],[1783,1492],[1763,1472],[1747,1465],[1719,1476],[1699,1468],[1683,1461],[1657,1454],[1653,1472],[1639,1478],[1638,1491],[1622,1505],[1621,1524],[1600,1535],[1592,1543],[1597,1556],[1598,1569],[1595,1584],[1583,1590]]},{"area":"0a1","points":[[1269,2438],[1281,2446],[1299,2432],[1316,2441],[1325,2453],[1335,2442],[1346,2445],[1364,2454],[1379,2456],[1375,2471],[1373,2482],[1389,2474],[1397,2479],[1415,2476],[1422,2488],[1441,2504],[1441,2517],[1444,2531],[1455,2525],[1455,2516],[1465,2503],[1472,2485],[1483,2483],[1485,2501],[1491,2511],[1519,2498],[1516,2484],[1522,2476],[1532,2481],[1550,2486],[1561,2475],[1579,2463],[1584,2453],[1629,2430],[1649,2425],[1669,2416],[1666,2408],[1690,2399],[1688,2374],[1682,2365],[1698,2358],[1703,2348],[1686,2332],[1691,2318],[1709,2315],[1712,2324],[1728,2328],[1742,2324],[1738,2306],[1739,2285],[1728,2277],[1721,2263],[1708,2264],[1706,2253],[1690,2259],[1679,2256],[1666,2261],[1659,2237],[1641,2250],[1627,2249],[1622,2264],[1602,2271],[1589,2281],[1578,2257],[1575,2239],[1566,2227],[1552,2224],[1552,2209],[1557,2198],[1571,2201],[1583,2192],[1591,2199],[1599,2205],[1604,2214],[1617,2212],[1622,2198],[1631,2195],[1641,2185],[1657,2191],[1665,2185],[1677,2185],[1690,2190],[1688,2174],[1706,2173],[1708,2184],[1722,2196],[1737,2195],[1749,2176],[1748,2156],[1783,2151],[1808,2147],[1825,2150],[1830,2164],[1852,2168],[1856,2176],[1863,2185],[1864,2208],[1879,2213],[1890,2198],[1890,2179],[1926,2184],[1945,2206],[1959,2218],[1937,2229],[1939,2244],[1958,2255],[1972,2278],[1984,2289],[1969,2309],[1985,2322],[1987,2336],[1972,2350],[1975,2376],[1962,2390],[1938,2390],[1926,2397],[1935,2405],[1961,2412],[1978,2395],[1998,2387],[2012,2389],[2024,2371],[2037,2372],[2054,2373],[2049,2360],[2050,2349],[2048,2329],[2043,2320],[2055,2305],[2058,2279],[2074,2277],[2089,2282],[2084,2303],[2085,2319],[2090,2335],[2086,2350],[2104,2364],[2101,2381],[2094,2387],[2110,2421],[2107,2438],[2114,2455],[2122,2470],[2126,2481],[2121,2497],[2094,2498],[2092,2503],[2109,2509],[2117,2525],[2129,2555],[2123,2569],[2108,2585],[2107,2614],[2093,2611],[2095,2635],[2095,2642],[2074,2646],[2072,2622],[2071,2615],[2054,2612],[2053,2596],[2048,2585],[2031,2583],[2024,2574],[2025,2550],[2027,2537],[2038,2534],[2052,2534],[2057,2539],[2056,2521],[2048,2494],[2031,2491],[2011,2499],[2001,2499],[1986,2508],[1968,2502],[1957,2483],[1947,2489],[1941,2476],[1941,2455],[1917,2462],[1920,2474],[1923,2491],[1918,2499],[1926,2510],[1930,2522],[1947,2530],[1951,2542],[1965,2546],[1978,2561],[1986,2572],[1986,2591],[1999,2609],[1988,2622],[1961,2613],[1949,2632],[1928,2640],[1919,2621],[1899,2622],[1898,2606],[1914,2587],[1877,2583],[1881,2563],[1863,2565],[1852,2546],[1831,2537],[1829,2511],[1843,2504],[1848,2477],[1832,2486],[1822,2485],[1817,2481],[1810,2484],[1814,2501],[1813,2507],[1790,2506],[1782,2522],[1774,2532],[1778,2537],[1776,2544],[1784,2559],[1796,2570],[1816,2569],[1827,2589],[1834,2609],[1837,2626],[1827,2630],[1830,2656],[1822,2663],[1799,2654],[1787,2637],[1774,2644],[1764,2632],[1756,2644],[1734,2643],[1736,2632],[1715,2621],[1710,2640],[1709,2649],[1691,2652],[1682,2623],[1670,2635],[1658,2621],[1636,2626],[1623,2625],[1610,2622],[1601,2622],[1597,2642],[1584,2648],[1576,2635],[1563,2638],[1550,2619],[1537,2616],[1517,2627],[1504,2643],[1482,2648],[1455,2642],[1430,2629],[1414,2616],[1405,2625],[1394,2616],[1396,2596],[1382,2595],[1366,2611],[1366,2589],[1356,2592],[1358,2568],[1342,2566],[1350,2537],[1341,2538],[1333,2547],[1325,2545],[1316,2536],[1312,2528],[1323,2516],[1319,2502],[1324,2485],[1315,2486],[1299,2496],[1284,2485],[1284,2472],[1272,2476],[1257,2469],[1262,2450]]},{"area":"0a5","points":[[1787,1526],[1809,1547],[1839,1546],[1816,1575],[1797,1573],[1792,1588],[1777,1596],[1773,1613],[1774,1623],[1796,1609],[1817,1602],[1829,1610],[1846,1614],[1867,1604],[1868,1591],[1885,1575],[1890,1566],[1880,1557],[1881,1546],[1901,1538],[1931,1494],[1942,1468],[1954,1466],[1968,1449],[1982,1429],[2010,1419],[2030,1410],[2032,1387],[2057,1364],[2078,1366],[2085,1383],[2106,1394],[2101,1409],[2107,1427],[2110,1435],[2090,1444],[2080,1446],[2085,1455],[2109,1466],[2109,1481],[2097,1485],[2110,1515],[2119,1537],[2103,1558],[2107,1581],[2112,1596],[2085,1591],[2082,1583],[2064,1577],[2049,1559],[2043,1544],[2026,1546],[2016,1560],[2035,1576],[2040,1586],[2030,1599],[2038,1610],[2052,1602],[2066,1612],[2074,1618],[2091,1618],[2093,1630],[2105,1632],[2118,1648],[2099,1655],[2089,1653],[2084,1669],[2094,1689],[2106,1702],[2101,1716],[2084,1719],[2076,1724],[2081,1736],[2089,1742],[2098,1746],[2111,1752],[2111,1764],[2096,1765],[2091,1771],[2093,1781],[2086,1789],[2079,1794],[2074,1814],[2067,1834],[2054,1838],[2040,1821],[2031,1803],[2044,1802],[2039,1787],[2042,1777],[2028,1760],[2031,1742],[2042,1733],[2050,1725],[2046,1717],[2029,1719],[2024,1719],[2028,1690],[2022,1663],[2006,1655],[1992,1664],[1990,1678],[2003,1685],[2008,1706],[1995,1711],[1981,1708],[1974,1703],[1960,1691],[1958,1682],[1944,1689],[1928,1688],[1915,1696],[1916,1712],[1923,1724],[1933,1724],[1937,1716],[1950,1715],[1962,1723],[1977,1738],[2004,1754],[2011,1771],[2006,1786],[2005,1798],[2000,1810],[1994,1821],[1974,1822],[1964,1835],[1971,1853],[1973,1874],[1987,1888],[2005,1896],[2003,1911],[1997,1934],[1977,1944],[1984,1957],[1956,1956],[1949,1972],[1926,1970],[1917,1985],[1901,1988],[1896,2001],[1916,2006],[1928,2019],[1948,2034],[1956,2058],[1961,2075],[1959,2093],[1965,2101],[1952,2119],[1968,2142],[1971,2174],[1965,2181],[1971,2196],[1962,2210],[1931,2181],[1895,2173],[1904,2158],[1914,2145],[1908,2130],[1905,2103],[1899,2091],[1884,2077],[1880,2049],[1868,2048],[1867,2031],[1852,2029],[1843,2015],[1857,2000],[1851,1982],[1858,1965],[1865,1937],[1886,1923],[1897,1922],[1899,1909],[1894,1886],[1876,1883],[1866,1874],[1844,1874],[1836,1863],[1814,1874],[1800,1879],[1790,1899],[1785,1917],[1772,1931],[1758,1936],[1762,1952],[1750,1961],[1743,1975],[1720,1977],[1723,1990],[1736,1998],[1731,2016],[1710,2026],[1721,2042],[1730,2061],[1750,2057],[1766,2067],[1781,2077],[1794,2088],[1789,2097],[1798,2108],[1789,2120],[1803,2135],[1744,2149],[1723,2145],[1716,2146],[1711,2120],[1705,2123],[1701,2103],[1681,2109],[1684,2092],[1664,2077],[1669,2059],[1662,2049],[1678,1990],[1668,1977],[1659,1969],[1665,1944],[1674,1936],[1668,1918],[1670,1895],[1661,1889],[1645,1897],[1631,1899],[1621,1885],[1626,1861],[1645,1849],[1637,1830],[1659,1835],[1657,1811],[1682,1803],[1690,1794],[1678,1777],[1677,1750],[1694,1722],[1677,1714],[1664,1694],[1635,1657],[1663,1637],[1665,1615],[1662,1596],[1690,1592],[1697,1582],[1684,1563],[1686,1523],[1704,1507],[1710,1502],[1734,1498],[1745,1515],[1761,1522],[1765,1520]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/003-atg02.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/005-atg02-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":-39,"offsetY":-19,"distance":10},"mapParent":{"id":"21f","autoScale":true},"width":2252,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/007-atg03.webp"},"title":"Map 6.3: Frost Giant Stronghold—Upper Level","width":2284,"height":3000,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-21,"offsetY":19,"distance":10},"id":"220","mapRegions":[{"area":"0f0","points":[[239,574],[263,551],[263,537],[282,533],[278,522],[286,518],[290,507],[293,493],[303,489],[304,477],[304,468],[321,459],[337,457],[346,468],[357,461],[374,464],[376,472],[396,476],[409,464],[431,449],[442,452],[450,457],[439,507],[436,517],[444,534],[454,548],[467,569],[469,586],[483,596],[497,603],[451,684],[437,685],[430,668],[421,665],[417,657],[405,657],[395,650],[384,641],[373,639],[361,642],[362,657],[351,659],[345,653],[326,641],[316,611],[296,611],[288,615],[293,631],[285,632],[275,625],[261,619],[254,604],[243,601],[243,590]]},{"area":"0ef","points":[[558,536],[587,490],[601,491],[617,497],[635,491],[652,488],[655,494],[662,492],[671,479],[681,480],[693,486],[693,477],[705,467],[728,467],[732,477],[747,475],[746,456],[756,448],[781,445],[788,455],[797,461],[808,471],[819,475],[832,480],[823,490],[822,498],[838,497],[844,521],[836,526],[836,536],[841,549],[818,568],[794,592],[788,603],[775,609],[783,629],[704,655],[692,648],[685,631],[677,627],[665,630],[652,642],[614,641],[608,637],[596,630],[587,630],[573,611],[586,594],[590,588],[585,572],[573,556]]},{"area":"0f1","points":[[263,716],[270,712],[274,704],[283,703],[293,699],[291,686],[301,683],[308,688],[313,697],[323,695],[333,702],[342,698],[353,701],[357,708],[369,715],[374,730],[394,736],[404,727],[416,730],[422,744],[438,750],[450,754],[448,763],[447,774],[460,790],[477,793],[494,803],[503,820],[516,840],[528,870],[530,904],[524,936],[512,964],[501,976],[478,968],[470,983],[472,998],[459,1004],[458,1017],[447,1023],[446,1012],[423,1012],[423,1003],[423,994],[430,985],[424,977],[410,976],[403,968],[385,966],[377,958],[365,951],[354,950],[349,941],[337,936],[331,938],[326,957],[317,970],[303,976],[291,971],[294,964],[298,957],[304,943],[303,933],[289,932],[280,943],[269,942],[263,944],[264,955],[255,960],[249,968],[230,960],[220,953],[224,940],[232,926],[235,917],[228,916],[226,894],[230,884],[247,884],[254,889],[249,870],[260,861],[275,848],[277,836],[269,823],[257,817],[247,820],[235,817],[231,810],[243,799],[247,785],[234,777],[239,764],[226,751],[228,743],[235,743],[235,728],[235,711],[246,703],[254,698],[256,707]]},{"area":"0f2","points":[[311,1033],[314,1040],[326,1036],[335,1028],[343,1029],[349,1043],[357,1041],[359,1030],[373,1030],[384,1027],[389,1029],[394,1037],[401,1043],[404,1055],[419,1056],[426,1047],[437,1052],[443,1058],[451,1050],[463,1055],[472,1050],[482,1048],[496,1035],[507,1025],[570,1044],[570,1053],[558,1069],[545,1083],[536,1099],[527,1114],[522,1130],[501,1132],[486,1133],[476,1140],[454,1150],[441,1144],[430,1160],[413,1163],[404,1161],[399,1182],[390,1181],[376,1178],[364,1180],[356,1176],[341,1174],[327,1177],[323,1185],[321,1195],[304,1194],[303,1182],[278,1183],[276,1173],[270,1169],[273,1157],[271,1148],[278,1140],[275,1133],[278,1119],[274,1109],[284,1096],[294,1086],[285,1074],[295,1068],[292,1054],[293,1045],[298,1045],[303,1036]]},{"area":"0f3","points":[[402,1244],[413,1237],[423,1235],[434,1216],[443,1212],[456,1216],[463,1208],[474,1204],[482,1204],[486,1200],[484,1190],[493,1184],[501,1175],[513,1176],[520,1170],[523,1162],[538,1159],[543,1157],[546,1145],[562,1142],[570,1134],[581,1130],[582,1112],[599,1105],[619,1097],[637,1095],[649,1110],[661,1119],[656,1129],[643,1144],[624,1149],[610,1150],[604,1159],[600,1169],[601,1183],[586,1204],[570,1208],[560,1220],[557,1234],[576,1241],[573,1255],[563,1264],[567,1276],[562,1280],[550,1286],[539,1297],[530,1301],[521,1307],[503,1312],[499,1330],[496,1339],[480,1345],[463,1345],[450,1344],[444,1332],[438,1327],[433,1317],[424,1316],[409,1314],[411,1297],[408,1290],[410,1277],[408,1262],[400,1254]]},{"area":"0f4","points":[[314,1511],[331,1524],[349,1544],[374,1546],[387,1537],[372,1532],[364,1510],[369,1497],[370,1482],[363,1477],[360,1468],[337,1448],[349,1433],[341,1416],[353,1403],[368,1411],[386,1407],[405,1408],[418,1410],[425,1417],[448,1419],[467,1404],[464,1389],[449,1396],[425,1383],[408,1377],[395,1368],[377,1359],[374,1339],[364,1325],[367,1311],[339,1296],[335,1278],[321,1268],[304,1261],[292,1266],[283,1264],[269,1275],[259,1281],[251,1295],[239,1301],[240,1317],[250,1328],[270,1340],[278,1355],[278,1363],[263,1370],[255,1377],[261,1383],[261,1390],[250,1401],[248,1412],[265,1416],[270,1420],[259,1431],[254,1438],[271,1437],[284,1438],[297,1437],[299,1457],[310,1469],[303,1478],[307,1496],[308,1504]]},{"area":"0f5","points":[[441,1796],[483,1788],[490,1809],[483,1818],[487,1828],[494,1836],[506,1843],[522,1837],[532,1823],[550,1819],[554,1826],[552,1835],[557,1846],[567,1850],[575,1839],[585,1834],[596,1830],[600,1843],[591,1857],[585,1875],[573,1891],[560,1890],[551,1898],[559,1905],[570,1909],[558,1930],[554,1942],[527,1946],[537,1963],[548,1970],[518,1984],[508,1971],[508,1963],[502,1950],[494,1943],[493,1957],[495,1968],[490,1980],[493,1991],[487,1996],[474,1998],[461,2011],[440,2017],[434,2008],[438,1994],[430,1985],[428,1970],[419,1958],[414,1943],[403,1933],[403,1910],[409,1899],[405,1895],[388,1896],[381,1888],[390,1869],[407,1858],[417,1854],[424,1846],[417,1840],[413,1826],[403,1818],[404,1808],[423,1801]]},{"area":"0fc","points":[[559,2117],[582,2145],[592,2162],[606,2158],[617,2159],[628,2160],[626,2175],[629,2187],[632,2199],[623,2210],[630,2225],[630,2236],[617,2246],[611,2249],[601,2263],[591,2271],[583,2278],[567,2283],[557,2283],[554,2284],[542,2283],[531,2278],[527,2268],[518,2260],[508,2264],[495,2269],[497,2283],[484,2291],[475,2292],[463,2300],[442,2306],[423,2300],[404,2293],[390,2283],[374,2276],[370,2263],[363,2255],[366,2241],[371,2234],[378,2236],[386,2248],[388,2252],[404,2244],[409,2244],[411,2236],[420,2230],[423,2217],[417,2206],[424,2193],[443,2170],[457,2170],[460,2153],[471,2145],[478,2141],[485,2130],[495,2131],[507,2134],[509,2125],[516,2118],[527,2116],[537,2116],[550,2117]]},{"area":"0ff","points":[[710,2254],[728,2255],[739,2255],[744,2271],[733,2293],[736,2312],[719,2318],[715,2336],[726,2345],[725,2361],[725,2377],[717,2386],[725,2399],[723,2416],[700,2425],[695,2432],[684,2433],[675,2432],[659,2430],[650,2431],[643,2457],[641,2478],[638,2488],[623,2497],[609,2504],[596,2498],[588,2490],[571,2484],[559,2486],[548,2481],[540,2472],[523,2468],[510,2472],[498,2474],[490,2470],[483,2467],[477,2459],[458,2448],[457,2429],[450,2420],[440,2416],[433,2408],[430,2402],[422,2397],[420,2375],[426,2354],[431,2343],[442,2343],[454,2341],[465,2346],[483,2346],[493,2339],[511,2334],[524,2342],[534,2334],[557,2331],[561,2327],[570,2326],[577,2323],[589,2311],[601,2305],[611,2303],[613,2292],[622,2282],[632,2278],[651,2281],[668,2283],[677,2277],[679,2272],[690,2270],[697,2269],[703,2262]]},{"area":"0f8","points":[[275,2504],[303,2510],[318,2508],[323,2519],[336,2528],[337,2539],[345,2541],[348,2548],[362,2550],[365,2547],[375,2554],[382,2569],[388,2584],[396,2590],[406,2594],[413,2601],[418,2599],[435,2603],[443,2601],[450,2608],[449,2615],[467,2623],[470,2627],[463,2634],[457,2644],[454,2656],[444,2661],[442,2666],[436,2674],[437,2683],[430,2686],[429,2697],[441,2699],[454,2704],[464,2702],[474,2701],[477,2699],[483,2692],[492,2692],[506,2687],[519,2680],[522,2674],[548,2684],[554,2701],[540,2714],[543,2728],[540,2739],[534,2747],[515,2746],[510,2758],[510,2764],[501,2772],[489,2770],[480,2762],[469,2764],[456,2756],[442,2755],[437,2757],[429,2763],[417,2765],[415,2750],[403,2754],[397,2757],[387,2748],[385,2737],[377,2731],[363,2731],[360,2742],[353,2750],[343,2753],[335,2752],[323,2762],[307,2760],[294,2762],[287,2754],[270,2756],[260,2747],[270,2735],[275,2723],[268,2720],[266,2703],[264,2691],[270,2678],[269,2670],[264,2664],[257,2657],[263,2643],[266,2641],[260,2633],[263,2623],[269,2617],[260,2605],[263,2597],[269,2592],[276,2578],[277,2563],[276,2554],[268,2541],[263,2527],[271,2517]]},{"area":"102","points":[[631,2580],[624,2562],[631,2543],[640,2530],[643,2517],[657,2517],[670,2518],[683,2513],[690,2497],[691,2491],[702,2490],[727,2482],[747,2473],[755,2471],[763,2442],[765,2429],[772,2417],[772,2412],[777,2400],[785,2397],[803,2391],[814,2397],[820,2410],[833,2415],[837,2427],[843,2439],[839,2450],[845,2463],[853,2480],[862,2500],[863,2515],[848,2526],[835,2549],[837,2563],[837,2575],[843,2577],[837,2592],[844,2597],[859,2602],[869,2616],[880,2624],[889,2639],[907,2650],[917,2653],[927,2681],[910,2688],[904,2700],[885,2703],[868,2695],[859,2697],[841,2688],[830,2678],[812,2676],[797,2678],[776,2672],[749,2658],[727,2663],[715,2663],[703,2666],[679,2663],[676,2651],[666,2649],[654,2642],[645,2634],[642,2627],[628,2620],[629,2613],[639,2603],[638,2588]]},{"area":"106","points":[[984,2384],[983,2363],[998,2352],[1017,2349],[1031,2343],[1045,2339],[1060,2329],[1065,2333],[1070,2348],[1077,2362],[1085,2371],[1081,2380],[1088,2390],[1097,2397],[1103,2416],[1114,2428],[1117,2439],[1124,2449],[1114,2460],[1107,2473],[1118,2480],[1115,2494],[1108,2503],[1110,2515],[1120,2537],[1119,2549],[1111,2551],[1100,2542],[1090,2549],[1075,2549],[1060,2539],[1039,2530],[1029,2518],[1026,2498],[1023,2480],[1010,2475],[999,2465],[989,2457],[990,2442],[976,2431],[974,2415],[981,2399]]},{"area":"107","points":[[1190,1977],[1155,1950],[1146,1907],[1144,1870],[1143,1830],[1152,1767],[1178,1740],[1212,1729],[1243,1708],[1278,1692],[1310,1693],[1327,1689],[1342,1706],[1350,1722],[1344,1736],[1334,1757],[1319,1772],[1303,1783],[1291,1796],[1298,1807],[1310,1819],[1311,1823],[1306,1836],[1307,1858],[1316,1869],[1323,1888],[1323,1908],[1328,1915],[1337,1932],[1344,1940],[1360,1943],[1375,1943],[1387,1954],[1394,1961],[1391,1972],[1392,1979],[1395,1990],[1383,1992],[1371,2003],[1356,2013],[1352,2022],[1338,2028],[1327,2032],[1317,2030],[1310,2025],[1298,2018],[1286,2017],[1277,2009],[1273,1999],[1263,1992],[1251,1988],[1240,1982],[1226,1977],[1215,1969],[1201,1972]]},{"area":"105","points":[[731,1510],[774,1510],[815,1520],[855,1532],[891,1568],[903,1603],[871,1666],[861,1687],[843,1697],[838,1714],[832,1717],[777,1752],[751,1764],[717,1767],[699,1768],[694,1754],[696,1738],[699,1722],[716,1709],[722,1699],[718,1687],[712,1672],[702,1670],[686,1667],[677,1668],[665,1665],[657,1658],[656,1632],[660,1621],[657,1610],[661,1594],[674,1587],[682,1577],[690,1568],[700,1557],[705,1548],[704,1543],[697,1539],[690,1517],[703,1518],[717,1513]]},{"area":"107","points":[[1393,1241],[1340,1253],[1304,1263],[1283,1277],[1262,1280],[1237,1282],[1230,1283],[1222,1291],[1210,1297],[1203,1314],[1203,1328],[1205,1350],[1222,1379],[1254,1419],[1280,1467],[1313,1490],[1329,1523],[1328,1539],[1342,1551],[1360,1563],[1367,1563],[1372,1552],[1374,1528],[1380,1498],[1383,1479],[1399,1473],[1408,1462],[1427,1457],[1445,1445],[1456,1435],[1435,1427],[1435,1417],[1427,1406],[1409,1400],[1394,1395],[1395,1388],[1395,1380],[1390,1370],[1376,1359],[1367,1350],[1370,1336],[1383,1310],[1392,1283],[1393,1262]]},{"area":"0ed","points":[[937,757],[951,750],[958,737],[967,729],[972,707],[983,708],[985,697],[990,692],[988,681],[990,675],[1003,667],[996,657],[985,641],[982,632],[963,630],[946,632],[938,645],[924,645],[914,641],[904,643],[886,644],[876,655],[885,662],[880,670],[859,670],[856,674],[849,674],[846,668],[837,681],[829,696],[827,707],[832,716],[840,732],[849,741],[862,743],[863,755],[874,766],[892,771],[907,768],[923,760]]},{"area":"0e9","points":[[1256,674],[1277,656],[1278,641],[1275,629],[1268,624],[1265,603],[1262,591],[1277,583],[1278,572],[1283,563],[1295,556],[1310,540],[1321,538],[1337,494],[1329,475],[1317,454],[1300,454],[1297,445],[1282,441],[1270,433],[1252,423],[1234,424],[1221,428],[1213,436],[1194,438],[1182,449],[1170,454],[1144,457],[1136,459],[1132,470],[1122,477],[1110,475],[1106,467],[1090,470],[1085,463],[1077,461],[1068,450],[1055,448],[1046,444],[1038,445],[1030,433],[1016,438],[1009,441],[997,443],[989,452],[977,451],[967,457],[956,463],[940,457],[928,450],[915,453],[907,465],[903,477],[909,483],[908,486],[898,494],[901,505],[896,515],[901,530],[898,540],[901,553],[906,568],[922,587],[938,593],[949,590],[958,596],[966,597],[975,586],[987,588],[992,592],[1008,590],[1017,584],[1029,590],[1042,590],[1051,593],[1063,584],[1075,594],[1077,597],[1094,595],[1107,600],[1109,605],[1120,601],[1129,610],[1139,615],[1143,632],[1150,647],[1164,650],[1179,651],[1190,657],[1210,662],[1219,667],[1233,662],[1241,666]]},{"area":"0cc","points":[[1801,663],[1816,659],[1835,653],[1848,648],[1860,643],[1857,628],[1864,612],[1870,607],[1877,614],[1888,621],[1902,627],[1908,616],[1917,605],[1924,591],[1930,583],[1934,574],[1944,568],[1954,567],[1979,568],[1991,563],[1996,553],[2005,539],[2015,533],[2022,524],[2031,517],[2033,501],[2037,485],[2028,479],[2014,453],[2000,451],[1992,452],[1970,449],[1963,454],[1971,463],[1960,470],[1957,479],[1945,473],[1933,487],[1923,496],[1911,508],[1899,505],[1886,505],[1878,501],[1886,489],[1880,479],[1870,476],[1874,457],[1863,452],[1854,455],[1845,454],[1836,453],[1829,448],[1820,448],[1804,453],[1794,446],[1776,446],[1762,450],[1746,450],[1737,453],[1725,457],[1716,463],[1694,452],[1677,458],[1663,459],[1650,463],[1637,460],[1626,470],[1630,482],[1620,493],[1614,506],[1624,521],[1624,532],[1636,542],[1641,557],[1637,572],[1642,585],[1643,606],[1667,600],[1680,607],[1701,608],[1706,618],[1714,619],[1720,630],[1737,630],[1747,641],[1750,650],[1765,654],[1783,650],[1793,656]]},{"area":"0cd","points":[[1503,1134],[1520,1124],[1531,1117],[1540,1097],[1540,1090],[1543,1083],[1543,1070],[1550,1064],[1547,1045],[1553,1033],[1574,1016],[1588,1010],[1601,998],[1610,1001],[1620,1002],[1630,997],[1642,997],[1650,986],[1666,980],[1686,974],[1702,973],[1710,985],[1716,1003],[1719,1016],[1716,1042],[1706,1045],[1708,1058],[1713,1066],[1705,1080],[1700,1084],[1679,1089],[1673,1103],[1670,1117],[1662,1118],[1655,1129],[1640,1137],[1627,1140],[1611,1137],[1604,1141],[1602,1150],[1590,1158],[1577,1166],[1561,1174],[1547,1182],[1536,1180],[1526,1166],[1525,1157],[1508,1155],[1503,1145]]},{"area":"0d1","points":[[1682,1230],[1693,1225],[1710,1236],[1714,1245],[1724,1255],[1729,1261],[1731,1266],[1744,1274],[1750,1280],[1772,1282],[1784,1273],[1790,1267],[1794,1260],[1793,1250],[1785,1243],[1764,1246],[1758,1237],[1759,1230],[1772,1218],[1777,1203],[1785,1197],[1790,1189],[1808,1186],[1823,1193],[1826,1202],[1824,1218],[1830,1237],[1843,1237],[1852,1237],[1860,1229],[1863,1214],[1861,1199],[1877,1185],[1897,1182],[1905,1198],[1917,1210],[1906,1228],[1904,1244],[1909,1257],[1917,1265],[1911,1275],[1916,1290],[1918,1299],[1909,1312],[1902,1320],[1903,1339],[1902,1358],[1902,1376],[1898,1386],[1884,1387],[1872,1383],[1869,1368],[1860,1369],[1851,1363],[1842,1358],[1840,1343],[1829,1341],[1818,1330],[1823,1323],[1810,1320],[1800,1317],[1786,1317],[1773,1311],[1751,1312],[1744,1319],[1733,1317],[1720,1318],[1697,1310],[1700,1284],[1682,1276],[1682,1260],[1679,1243]]},{"area":"0d0","points":[[1467,1342],[1463,1304],[1464,1294],[1464,1277],[1467,1271],[1475,1270],[1483,1268],[1483,1256],[1492,1251],[1497,1240],[1510,1239],[1521,1234],[1512,1225],[1523,1216],[1541,1213],[1552,1219],[1564,1223],[1579,1213],[1591,1210],[1610,1198],[1623,1205],[1633,1194],[1641,1190],[1653,1189],[1659,1182],[1674,1176],[1681,1162],[1692,1142],[1706,1135],[1714,1135],[1714,1126],[1729,1123],[1731,1112],[1749,1110],[1755,1101],[1754,1086],[1770,1082],[1783,1080],[1798,1083],[1802,1090],[1786,1104],[1793,1117],[1781,1123],[1777,1133],[1770,1142],[1772,1154],[1765,1174],[1753,1177],[1741,1185],[1730,1183],[1721,1202],[1701,1214],[1671,1229],[1657,1250],[1650,1273],[1660,1290],[1665,1299],[1679,1316],[1670,1327],[1672,1341],[1669,1348],[1658,1350],[1648,1338],[1636,1342],[1619,1336],[1611,1343],[1608,1359],[1577,1370],[1557,1361],[1539,1354],[1522,1363],[1508,1360],[1498,1352],[1485,1359],[1474,1353]]},{"area":"0d2","points":[[1545,1433],[1556,1472],[1561,1484],[1589,1490],[1604,1490],[1610,1485],[1626,1490],[1627,1503],[1626,1510],[1650,1506],[1657,1507],[1657,1500],[1670,1505],[1679,1523],[1675,1537],[1667,1540],[1680,1555],[1682,1563],[1666,1569],[1660,1570],[1663,1584],[1658,1591],[1652,1596],[1642,1616],[1629,1623],[1610,1637],[1594,1635],[1583,1637],[1569,1636],[1556,1637],[1538,1626],[1527,1619],[1515,1603],[1503,1607],[1493,1607],[1484,1598],[1481,1591],[1470,1584],[1466,1575],[1465,1566],[1463,1553],[1468,1542],[1469,1516],[1461,1507],[1457,1492],[1464,1484],[1471,1483],[1486,1486],[1494,1483],[1490,1470],[1498,1462],[1515,1442],[1523,1436]]},{"area":"0d5","points":[[1810,1580],[1830,1562],[1834,1545],[1832,1524],[1834,1503],[1836,1474],[1847,1464],[1861,1465],[1864,1450],[1874,1443],[1876,1436],[1876,1428],[1865,1426],[1854,1422],[1843,1431],[1835,1430],[1833,1443],[1818,1449],[1809,1450],[1802,1456],[1791,1454],[1779,1454],[1771,1464],[1763,1463],[1748,1465],[1743,1476],[1744,1493],[1730,1500],[1712,1504],[1707,1515],[1710,1523],[1722,1528],[1720,1540],[1730,1543],[1733,1553],[1742,1558],[1759,1557],[1768,1563],[1757,1579],[1757,1593],[1744,1609],[1754,1619],[1763,1620],[1761,1631],[1779,1639],[1780,1626],[1780,1614],[1780,1607],[1784,1603],[1786,1587],[1796,1582]]},{"area":"0d8","points":[[1829,1863],[1826,1826],[1832,1792],[1843,1779],[1854,1765],[1866,1761],[1876,1765],[1882,1762],[1900,1766],[1913,1766],[1917,1760],[1933,1759],[1941,1753],[1949,1753],[1960,1742],[1970,1742],[1984,1740],[1997,1739],[2014,1743],[2022,1753],[2024,1758],[2044,1770],[2048,1785],[2057,1799],[2056,1810],[2046,1818],[2047,1831],[2055,1843],[2052,1852],[2050,1865],[2048,1883],[2054,1897],[2050,1913],[2037,1910],[2027,1917],[2023,1935],[2015,1944],[2014,1953],[2005,1961],[2003,1969],[2016,1976],[2010,1987],[2012,1996],[2026,2004],[2037,2025],[2037,2040],[2050,2058],[2044,2072],[2045,2088],[2043,2107],[2044,2134],[2043,2154],[2035,2166],[1995,2142],[1989,2132],[1987,2117],[1994,2099],[1999,2073],[1989,2057],[1981,2043],[1969,2037],[1954,2053],[1948,2073],[1904,2067],[1863,2049],[1844,2040],[1850,2030],[1861,2031],[1875,2020],[1877,1997],[1859,1996],[1850,2004],[1831,2010],[1813,2013],[1806,2027],[1776,2028],[1763,2017],[1753,2004],[1756,1990],[1770,1984],[1768,1963],[1773,1961],[1777,1948],[1783,1938],[1769,1934],[1781,1922],[1795,1911],[1804,1911],[1807,1897],[1818,1877]]},{"area":"0db","points":[[1697,2010],[1710,2016],[1705,2028],[1708,2048],[1717,2059],[1723,2072],[1717,2090],[1711,2093],[1717,2101],[1727,2110],[1737,2120],[1745,2123],[1756,2117],[1780,2106],[1795,2103],[1814,2102],[1830,2110],[1843,2128],[1847,2137],[1862,2145],[1886,2143],[1892,2137],[1901,2136],[1910,2131],[1950,2135],[1967,2137],[1978,2137],[2026,2171],[2021,2181],[2009,2184],[2000,2183],[1994,2194],[1988,2203],[1990,2217],[1985,2226],[1972,2232],[1969,2242],[1970,2249],[1979,2256],[1998,2263],[2004,2273],[2023,2277],[2034,2286],[2050,2291],[2062,2298],[2050,2306],[2053,2321],[2062,2329],[2059,2343],[2051,2354],[2029,2354],[2024,2346],[2023,2329],[2007,2326],[1996,2324],[1975,2329],[1964,2323],[1967,2307],[1952,2308],[1934,2303],[1924,2304],[1927,2317],[1943,2331],[1939,2341],[1930,2343],[1921,2354],[1903,2363],[1894,2357],[1878,2366],[1866,2373],[1850,2372],[1850,2357],[1837,2351],[1843,2336],[1850,2326],[1854,2315],[1847,2305],[1837,2317],[1818,2314],[1805,2303],[1790,2306],[1776,2303],[1769,2296],[1761,2286],[1761,2261],[1750,2261],[1745,2272],[1730,2282],[1720,2276],[1707,2276],[1700,2262],[1706,2249],[1709,2230],[1709,2225],[1699,2212],[1706,2204],[1703,2190],[1696,2185],[1690,2172],[1688,2162],[1693,2149],[1692,2139],[1672,2133],[1663,2123],[1663,2110],[1674,2097],[1667,2084],[1657,2070],[1662,2051],[1670,2037],[1676,2029],[1684,2020]]},{"area":"0df","points":[[1697,2659],[1686,2643],[1679,2630],[1683,2617],[1686,2604],[1694,2595],[1681,2582],[1683,2557],[1654,2553],[1645,2566],[1637,2564],[1634,2555],[1626,2552],[1623,2539],[1623,2507],[1614,2500],[1604,2488],[1593,2488],[1589,2477],[1590,2471],[1586,2463],[1595,2455],[1605,2447],[1612,2444],[1614,2452],[1628,2461],[1635,2468],[1645,2490],[1654,2480],[1665,2482],[1674,2478],[1685,2483],[1702,2490],[1708,2475],[1696,2468],[1686,2454],[1681,2450],[1673,2453],[1666,2447],[1664,2434],[1687,2405],[1708,2394],[1723,2392],[1735,2385],[1751,2382],[1756,2390],[1777,2381],[1790,2385],[1790,2402],[1807,2407],[1817,2417],[1830,2425],[1831,2443],[1844,2447],[1850,2450],[1859,2436],[1876,2443],[1889,2440],[1887,2428],[1894,2419],[1903,2413],[1904,2403],[1916,2402],[1927,2398],[1935,2409],[1927,2432],[1903,2463],[1877,2479],[1862,2498],[1856,2515],[1840,2524],[1840,2536],[1840,2543],[1841,2555],[1827,2566],[1822,2579],[1831,2583],[1830,2597],[1821,2602],[1817,2615],[1810,2622],[1803,2630],[1794,2633],[1793,2643],[1777,2649],[1772,2656],[1726,2679],[1714,2683],[1704,2682],[1703,2670]]},{"area":"0e0","points":[[1697,2690],[1723,2688],[1772,2663],[1789,2670],[1799,2665],[1809,2659],[1817,2655],[1821,2639],[1830,2636],[1837,2624],[1845,2623],[1848,2608],[1857,2603],[1868,2591],[1864,2577],[1868,2565],[1871,2557],[1867,2550],[1876,2543],[1875,2533],[1887,2517],[1889,2505],[1875,2497],[1887,2483],[1906,2469],[1923,2451],[1936,2430],[1943,2411],[1957,2411],[1964,2426],[1977,2423],[1995,2425],[1997,2443],[2006,2448],[2017,2459],[2029,2473],[2018,2482],[2027,2498],[2024,2507],[2012,2517],[2002,2521],[1986,2530],[1979,2540],[1978,2554],[1986,2565],[1992,2575],[2006,2578],[2012,2592],[1998,2602],[2007,2614],[2008,2630],[2003,2637],[1997,2643],[2011,2661],[2003,2678],[1992,2688],[1969,2695],[1960,2709],[1967,2722],[1964,2737],[1957,2744],[1953,2760],[1941,2772],[1918,2772],[1907,2767],[1903,2762],[1884,2760],[1866,2771],[1857,2763],[1843,2759],[1831,2766],[1826,2759],[1812,2757],[1799,2767],[1792,2760],[1769,2759],[1747,2757],[1741,2747],[1728,2743],[1721,2736],[1708,2733],[1693,2728],[1690,2722],[1693,2709],[1694,2700]]},{"area":"0e3","points":[[1374,2436],[1390,2419],[1389,2403],[1387,2391],[1375,2383],[1372,2364],[1372,2351],[1383,2347],[1390,2350],[1397,2354],[1399,2367],[1402,2378],[1409,2379],[1414,2377],[1415,2370],[1418,2358],[1417,2340],[1430,2339],[1436,2343],[1441,2354],[1436,2367],[1434,2376],[1427,2387],[1431,2399],[1438,2408],[1443,2416],[1462,2404],[1466,2397],[1467,2386],[1466,2379],[1478,2372],[1478,2362],[1479,2353],[1484,2337],[1497,2326],[1502,2305],[1508,2287],[1499,2278],[1493,2259],[1482,2255],[1480,2243],[1470,2239],[1466,2228],[1455,2221],[1444,2213],[1434,2221],[1441,2234],[1444,2239],[1435,2250],[1431,2263],[1418,2258],[1400,2260],[1405,2246],[1396,2237],[1399,2228],[1385,2226],[1375,2220],[1356,2220],[1343,2225],[1336,2237],[1334,2243],[1318,2243],[1299,2241],[1290,2245],[1276,2248],[1271,2256],[1265,2259],[1254,2257],[1244,2257],[1242,2274],[1249,2290],[1241,2297],[1243,2310],[1247,2323],[1255,2326],[1272,2322],[1277,2308],[1292,2303],[1294,2313],[1309,2320],[1317,2327],[1314,2341],[1300,2344],[1304,2356],[1292,2366],[1278,2368],[1278,2383],[1282,2393],[1302,2401],[1317,2406],[1330,2408],[1342,2419],[1357,2417],[1361,2428]]},{"area":"0e6","points":[[1294,2577],[1302,2546],[1300,2525],[1304,2500],[1319,2489],[1330,2475],[1337,2468],[1353,2469],[1358,2451],[1372,2443],[1394,2423],[1395,2410],[1407,2417],[1412,2414],[1416,2427],[1422,2435],[1420,2444],[1425,2458],[1424,2473],[1423,2486],[1430,2490],[1436,2484],[1439,2466],[1443,2456],[1437,2441],[1437,2430],[1443,2421],[1471,2409],[1489,2409],[1491,2412],[1483,2418],[1483,2419],[1480,2433],[1487,2436],[1497,2443],[1489,2451],[1481,2458],[1470,2469],[1470,2488],[1483,2485],[1497,2481],[1502,2467],[1518,2460],[1524,2453],[1522,2443],[1535,2437],[1548,2437],[1553,2448],[1559,2458],[1547,2478],[1545,2490],[1546,2497],[1559,2497],[1568,2506],[1571,2515],[1571,2523],[1582,2535],[1577,2548],[1568,2556],[1563,2569],[1577,2580],[1567,2583],[1549,2582],[1547,2594],[1548,2607],[1546,2623],[1536,2631],[1524,2648],[1510,2650],[1501,2647],[1490,2649],[1485,2639],[1471,2636],[1470,2654],[1452,2651],[1442,2650],[1430,2654],[1416,2648],[1397,2648],[1393,2661],[1378,2661],[1364,2661],[1352,2657],[1357,2646],[1358,2638],[1353,2627],[1363,2609],[1354,2604],[1343,2613],[1324,2617],[1319,2613],[1328,2593],[1348,2584],[1350,2562],[1370,2549],[1377,2532],[1370,2522],[1348,2525],[1338,2539],[1323,2549],[1320,2574],[1310,2588],[1299,2591]]},{"area":"0ec","points":[[1063,703],[1060,683],[1070,686],[1085,686],[1097,680],[1109,689],[1126,690],[1133,696],[1155,695],[1167,697],[1177,692],[1190,703],[1203,716],[1213,732],[1226,746],[1229,763],[1231,774],[1220,777],[1228,789],[1217,800],[1217,817],[1218,830],[1229,833],[1229,845],[1215,863],[1206,859],[1197,861],[1189,852],[1179,843],[1172,833],[1164,823],[1147,814],[1143,801],[1125,796],[1116,785],[1100,783],[1091,786],[1088,771],[1079,765],[1066,763],[1048,758],[1043,753],[1051,742],[1049,729],[1048,720],[1043,713],[1049,706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/007-atg03.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/010-atg03-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":12,"offsetY":46,"distance":10},"mapParent":{"id":"220","autoScale":true},"width":2254,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/010-atg04.webp"},"title":"Map 6.4: Frost Giant Stronghold—Lower Level","width":2284,"height":3000,"imageType":"map","grid":{"type":"square","size":60,"offsetX":31,"offsetY":23,"distance":10},"id":"221","mapRegions":[{"area":"128","points":[[263,870],[270,885],[289,893],[299,887],[298,873],[313,857],[323,840],[343,833],[353,830],[362,819],[379,814],[383,805],[392,802],[408,796],[418,785],[407,783],[398,776],[397,763],[397,757],[413,740],[400,730],[394,724],[404,713],[412,706],[404,693],[410,685],[414,676],[416,663],[410,657],[400,661],[387,658],[377,657],[376,668],[358,668],[362,651],[349,639],[335,635],[329,630],[324,614],[310,607],[300,592],[302,579],[315,579],[329,574],[335,568],[339,561],[338,551],[327,548],[323,541],[314,542],[304,530],[298,525],[291,525],[282,524],[270,536],[263,530],[257,527],[248,517],[232,520],[227,535],[223,545],[220,553],[212,557],[197,557],[187,564],[180,576],[190,589],[196,595],[199,610],[210,618],[224,614],[232,617],[239,625],[230,639],[217,643],[215,650],[220,658],[225,663],[223,671],[234,674],[247,674],[254,683],[255,698],[248,708],[242,712],[250,719],[245,730],[240,738],[238,753],[249,759],[257,757],[262,748],[275,747],[279,737],[289,743],[297,752],[308,763],[297,775],[284,780],[288,790],[283,797],[271,801],[273,816],[274,818],[265,828],[257,836],[267,845],[259,858]]},{"area":"125","points":[[497,793],[511,787],[524,773],[519,761],[508,757],[499,753],[505,743],[500,732],[501,724],[510,726],[523,737],[535,743],[546,737],[554,724],[549,712],[561,703],[566,683],[575,680],[590,683],[595,670],[603,663],[610,665],[609,680],[610,701],[606,717],[613,718],[623,712],[629,716],[630,723],[644,732],[650,724],[648,715],[648,696],[635,683],[637,672],[642,663],[640,651],[627,641],[624,626],[621,608],[614,595],[600,585],[599,572],[610,570],[616,561],[612,548],[612,542],[619,539],[627,522],[618,517],[608,517],[590,507],[576,504],[562,506],[560,502],[562,496],[555,487],[540,495],[534,507],[523,509],[510,503],[498,510],[484,501],[474,499],[469,513],[457,510],[441,510],[431,497],[414,501],[404,510],[403,519],[414,528],[417,543],[402,543],[387,544],[387,553],[387,567],[390,579],[393,581],[389,592],[400,605],[414,616],[426,616],[423,630],[437,638],[452,648],[454,659],[446,672],[452,687],[459,700],[450,705],[440,717],[450,725],[448,742],[457,751],[450,770],[451,783],[467,788],[480,789]]},{"area":"122","points":[[714,685],[730,702],[758,719],[773,710],[776,699],[786,697],[790,685],[806,687],[833,684],[848,683],[854,676],[860,685],[872,690],[881,679],[893,676],[895,668],[910,666],[911,679],[902,689],[890,699],[875,706],[863,712],[844,713],[834,723],[837,737],[838,756],[843,769],[854,775],[842,785],[840,799],[857,804],[863,792],[873,794],[883,794],[892,783],[899,777],[910,783],[919,776],[931,771],[941,777],[953,776],[963,762],[975,762],[983,769],[1000,758],[1008,770],[1019,773],[1041,774],[1050,769],[1063,770],[1067,776],[1075,772],[1089,776],[1093,783],[1103,790],[1117,789],[1119,775],[1118,762],[1103,747],[1112,737],[1101,724],[1109,717],[1118,700],[1124,689],[1118,683],[1123,666],[1129,653],[1117,643],[1129,632],[1125,621],[1127,610],[1112,600],[1117,593],[1122,586],[1117,571],[1118,563],[1115,548],[1105,530],[1090,532],[1080,528],[1080,517],[1080,505],[1069,501],[1060,507],[1052,511],[1038,501],[1019,507],[1009,502],[997,501],[983,510],[977,505],[964,507],[941,503],[935,483],[925,488],[910,494],[903,503],[885,501],[877,500],[874,482],[863,486],[850,493],[836,485],[824,486],[819,493],[810,490],[792,493],[786,483],[766,488],[754,485],[750,479],[734,487],[724,497],[721,506],[699,509],[690,517],[690,532],[707,542],[703,557],[708,579],[710,583],[693,597],[695,614],[703,618],[710,646],[694,653],[703,664],[712,670]]},{"area":"110","points":[[1243,561],[1257,534],[1263,523],[1283,544],[1284,565],[1292,573],[1289,589],[1301,607],[1302,631],[1299,653],[1300,666],[1310,675],[1328,705],[1336,724],[1338,757],[1336,776],[1350,796],[1345,820],[1350,841],[1360,857],[1375,874],[1389,864],[1411,865],[1415,879],[1430,889],[1444,915],[1456,928],[1452,954],[1443,963],[1425,967],[1399,977],[1372,977],[1360,980],[1356,998],[1353,1028],[1346,1041],[1352,1057],[1357,1077],[1352,1097],[1349,1102],[1330,1138],[1312,1157],[1306,1171],[1279,1232],[1263,1241],[1260,1223],[1237,1220],[1236,1206],[1219,1203],[1214,1173],[1209,1165],[1191,1166],[1189,1157],[1206,1144],[1201,1129],[1196,1125],[1193,1103],[1171,1099],[1177,1083],[1172,1072],[1164,1071],[1155,1053],[1167,1039],[1161,1029],[1164,996],[1162,976],[1170,956],[1180,935],[1176,925],[1158,897],[1156,888],[1166,866],[1177,857],[1172,844],[1182,832],[1177,819],[1165,802],[1166,781],[1180,761],[1176,741],[1181,730],[1184,720],[1177,713],[1193,694],[1193,680],[1201,655],[1209,639],[1232,631],[1242,625],[1242,611],[1259,603],[1246,589],[1241,578]]},{"area":"113","points":[[1403,983],[1428,972],[1448,970],[1450,985],[1458,995],[1464,1010],[1465,1025],[1472,1037],[1480,1037],[1490,1031],[1512,1025],[1504,1012],[1510,1006],[1512,993],[1509,983],[1523,967],[1519,958],[1530,951],[1531,935],[1528,923],[1525,905],[1528,886],[1545,876],[1543,866],[1537,857],[1521,856],[1511,841],[1508,830],[1510,818],[1517,807],[1539,801],[1556,798],[1551,786],[1549,768],[1561,762],[1575,758],[1578,741],[1589,727],[1608,725],[1623,720],[1624,708],[1618,701],[1627,687],[1638,676],[1639,661],[1654,647],[1653,636],[1665,623],[1680,616],[1694,610],[1690,593],[1703,587],[1710,580],[1704,569],[1710,564],[1719,564],[1728,567],[1739,561],[1748,564],[1752,568],[1776,563],[1771,552],[1759,545],[1766,533],[1762,523],[1746,511],[1743,497],[1763,488],[1777,493],[1789,497],[1809,497],[1831,500],[1847,495],[1859,483],[1868,477],[1878,483],[1896,484],[1911,487],[1923,493],[1922,510],[1921,528],[1928,541],[1943,549],[1954,563],[1963,577],[1963,592],[1960,626],[1950,639],[1957,648],[1941,662],[1931,674],[1926,685],[1950,687],[1960,706],[1957,723],[1954,737],[1951,750],[1959,765],[1950,779],[1955,806],[1957,817],[1974,821],[1990,827],[2000,843],[1990,864],[1993,887],[1994,901],[1981,908],[1960,919],[1947,911],[1936,903],[1925,898],[1917,875],[1920,859],[1923,842],[1914,830],[1900,829],[1888,837],[1883,861],[1892,878],[1891,891],[1903,903],[1899,925],[1905,935],[1916,946],[1924,973],[1932,989],[1923,1004],[1911,1010],[1902,1005],[1885,997],[1883,1013],[1863,1016],[1861,1029],[1849,1043],[1843,1055],[1822,1057],[1817,1070],[1827,1082],[1845,1089],[1855,1097],[1868,1101],[1870,1117],[1874,1132],[1856,1136],[1840,1136],[1835,1123],[1823,1114],[1806,1110],[1794,1097],[1787,1084],[1788,1069],[1784,1058],[1773,1063],[1758,1066],[1750,1073],[1729,1072],[1721,1063],[1713,1063],[1709,1068],[1690,1070],[1691,1089],[1678,1095],[1664,1103],[1662,1116],[1649,1118],[1643,1109],[1623,1110],[1618,1095],[1609,1075],[1600,1071],[1590,1083],[1583,1068],[1571,1068],[1557,1061],[1548,1070],[1541,1080],[1532,1084],[1532,1091],[1522,1097],[1528,1112],[1513,1123],[1517,1142],[1501,1152],[1484,1141],[1487,1120],[1477,1107],[1462,1103],[1463,1077],[1456,1065],[1437,1056],[1436,1042],[1418,1029],[1410,1016],[1402,1008],[1407,997]]},{"area":"119","points":[[1759,1436],[1776,1437],[1790,1431],[1800,1415],[1803,1400],[1795,1387],[1793,1376],[1803,1364],[1793,1343],[1774,1340],[1777,1324],[1763,1319],[1750,1317],[1743,1320],[1732,1316],[1717,1319],[1710,1305],[1693,1312],[1685,1305],[1675,1314],[1661,1310],[1650,1312],[1633,1310],[1624,1309],[1617,1322],[1599,1317],[1590,1317],[1587,1332],[1572,1342],[1579,1353],[1593,1362],[1600,1375],[1610,1372],[1629,1374],[1637,1385],[1651,1389],[1670,1383],[1676,1399],[1687,1409],[1707,1410],[1718,1419],[1715,1433],[1730,1438],[1737,1423],[1750,1419],[1759,1427]]},{"area":"13b","points":[[1258,1917],[1268,1933],[1290,1957],[1306,1968],[1312,1965],[1333,1970],[1341,1962],[1355,1957],[1358,1933],[1368,1926],[1377,1926],[1384,1912],[1393,1905],[1393,1890],[1411,1878],[1420,1857],[1428,1846],[1437,1848],[1440,1860],[1453,1859],[1467,1839],[1483,1843],[1501,1847],[1503,1835],[1518,1821],[1523,1808],[1534,1798],[1530,1791],[1503,1788],[1501,1779],[1490,1777],[1477,1769],[1464,1769],[1462,1756],[1460,1744],[1450,1744],[1435,1747],[1430,1741],[1429,1725],[1443,1718],[1438,1701],[1455,1687],[1447,1680],[1454,1667],[1448,1657],[1450,1644],[1462,1630],[1447,1627],[1430,1635],[1420,1632],[1409,1646],[1386,1649],[1379,1665],[1371,1686],[1355,1686],[1347,1694],[1326,1697],[1318,1708],[1297,1719],[1288,1722],[1277,1739],[1258,1756],[1261,1770],[1251,1789],[1234,1793],[1228,1809],[1240,1815],[1240,1831],[1236,1850],[1243,1859],[1238,1883],[1249,1894],[1257,1904]]},{"area":"137","points":[[928,1784],[930,1772],[948,1756],[962,1752],[987,1752],[999,1743],[1010,1729],[1016,1721],[1043,1722],[1057,1714],[1074,1710],[1082,1698],[1097,1689],[1105,1683],[1135,1687],[1144,1703],[1138,1723],[1145,1741],[1141,1749],[1160,1755],[1171,1767],[1164,1783],[1162,1801],[1165,1807],[1163,1830],[1168,1842],[1165,1855],[1166,1864],[1172,1870],[1169,1890],[1148,1909],[1135,1916],[1121,1915],[1113,1904],[1103,1900],[1096,1909],[1093,1925],[1079,1926],[1078,1937],[1069,1934],[1058,1927],[1043,1934],[1043,1947],[1023,1947],[1015,1957],[999,1952],[981,1946],[977,1931],[975,1925],[983,1921],[979,1912],[983,1901],[981,1892],[971,1886],[959,1863],[957,1850],[961,1844],[951,1831],[946,1827],[949,1809],[947,1797],[939,1794]]},{"area":"138","points":[[822,1119],[836,1124],[843,1132],[851,1139],[857,1126],[874,1123],[883,1125],[891,1117],[909,1118],[915,1120],[933,1110],[940,1115],[956,1127],[963,1126],[962,1118],[976,1110],[993,1112],[997,1098],[1011,1097],[1023,1095],[1037,1089],[1050,1085],[1049,1075],[1063,1070],[1079,1078],[1088,1086],[1090,1103],[1090,1118],[1098,1134],[1116,1137],[1123,1151],[1135,1158],[1151,1170],[1149,1184],[1168,1190],[1169,1209],[1175,1223],[1165,1233],[1163,1255],[1173,1270],[1188,1283],[1186,1297],[1201,1314],[1210,1334],[1216,1356],[1197,1365],[1184,1377],[1163,1383],[1150,1385],[1132,1383],[1115,1387],[1119,1399],[1136,1402],[1146,1397],[1163,1402],[1176,1402],[1193,1397],[1209,1397],[1219,1386],[1238,1385],[1255,1383],[1273,1383],[1281,1394],[1283,1403],[1300,1401],[1310,1403],[1318,1414],[1327,1419],[1330,1431],[1349,1429],[1355,1437],[1352,1456],[1355,1474],[1363,1481],[1367,1496],[1369,1509],[1377,1523],[1391,1518],[1415,1513],[1432,1519],[1430,1530],[1438,1540],[1438,1551],[1430,1567],[1428,1585],[1418,1598],[1397,1600],[1383,1595],[1374,1607],[1350,1604],[1328,1601],[1323,1619],[1317,1632],[1293,1630],[1287,1642],[1269,1643],[1259,1650],[1249,1644],[1240,1652],[1228,1651],[1221,1663],[1200,1663],[1196,1661],[1189,1649],[1187,1627],[1176,1630],[1166,1622],[1168,1613],[1179,1608],[1178,1597],[1186,1581],[1203,1570],[1203,1559],[1218,1541],[1217,1531],[1200,1536],[1178,1549],[1162,1560],[1150,1570],[1138,1583],[1134,1616],[1086,1632],[1062,1620],[1057,1603],[1046,1588],[1056,1570],[1050,1558],[1043,1554],[1040,1535],[1031,1530],[1011,1532],[1006,1516],[979,1509],[958,1503],[948,1487],[943,1482],[926,1481],[924,1463],[913,1450],[904,1445],[896,1437],[900,1423],[911,1411],[917,1383],[936,1368],[937,1345],[957,1336],[975,1313],[993,1293],[994,1278],[1007,1253],[985,1257],[969,1265],[964,1281],[950,1290],[940,1304],[921,1300],[916,1276],[906,1271],[908,1261],[917,1252],[915,1242],[907,1239],[907,1218],[891,1223],[877,1222],[873,1203],[854,1197],[846,1185],[835,1182],[829,1163],[830,1151],[822,1136]]},{"area":"121","points":[[804,972],[802,937],[807,917],[808,896],[827,899],[841,896],[852,891],[849,883],[857,875],[866,883],[879,863],[889,863],[898,869],[908,869],[910,857],[923,852],[924,838],[936,832],[941,845],[953,846],[964,842],[989,837],[998,843],[1021,839],[1043,840],[1057,847],[1065,857],[1084,860],[1088,851],[1099,859],[1102,873],[1109,889],[1123,901],[1139,908],[1148,911],[1158,935],[1154,968],[1140,967],[1128,971],[1110,968],[1094,971],[1075,976],[1066,990],[1057,1003],[1040,997],[1020,1014],[1011,1037],[990,1039],[980,1057],[969,1063],[957,1063],[933,1055],[919,1072],[896,1079],[887,1073],[877,1077],[868,1072],[860,1057],[854,1043],[837,1035],[824,1008],[819,999],[812,997],[810,989]]},{"area":"12b","points":[[623,1003],[637,995],[674,994],[687,990],[700,992],[713,997],[727,1016],[720,1034],[709,1061],[707,1074],[723,1086],[730,1098],[736,1111],[748,1123],[762,1135],[764,1144],[772,1153],[767,1167],[770,1177],[777,1190],[778,1205],[789,1217],[785,1225],[800,1234],[790,1247],[795,1261],[785,1274],[787,1288],[783,1293],[795,1310],[793,1335],[810,1334],[810,1349],[810,1367],[819,1376],[828,1394],[827,1406],[825,1420],[836,1429],[840,1449],[837,1473],[830,1484],[821,1482],[817,1468],[808,1462],[794,1462],[788,1450],[786,1446],[770,1439],[756,1440],[742,1441],[734,1451],[723,1449],[716,1457],[705,1455],[699,1444],[686,1430],[684,1414],[663,1404],[667,1392],[660,1381],[663,1369],[663,1352],[665,1341],[669,1329],[655,1324],[651,1304],[644,1295],[634,1283],[623,1285],[617,1293],[605,1298],[589,1297],[586,1313],[584,1323],[572,1331],[559,1327],[545,1311],[543,1304],[528,1287],[528,1267],[529,1250],[543,1239],[541,1219],[549,1213],[550,1200],[565,1194],[563,1182],[570,1170],[581,1162],[585,1157],[577,1127],[587,1114],[581,1104],[589,1092],[585,1085],[579,1083],[585,1064],[579,1050],[587,1038],[590,1022],[597,1013],[607,1010]]},{"area":"12e","points":[[365,1260],[396,1263],[432,1283],[453,1287],[457,1307],[450,1327],[453,1357],[463,1370],[477,1377],[491,1381],[503,1383],[513,1374],[529,1380],[530,1395],[541,1403],[547,1428],[563,1431],[565,1459],[555,1473],[546,1480],[547,1493],[548,1507],[526,1516],[510,1533],[495,1550],[477,1553],[466,1553],[463,1570],[464,1585],[453,1603],[438,1618],[422,1622],[418,1642],[407,1650],[402,1661],[397,1678],[384,1692],[350,1703],[315,1711],[287,1705],[263,1693],[259,1670],[251,1669],[247,1657],[242,1650],[240,1634],[225,1627],[223,1612],[221,1595],[210,1584],[207,1568],[202,1557],[202,1543],[194,1530],[206,1515],[210,1497],[217,1484],[210,1464],[227,1443],[217,1433],[217,1420],[232,1417],[248,1405],[237,1395],[243,1380],[250,1377],[261,1381],[268,1377],[263,1361],[273,1360],[273,1350],[267,1341],[266,1331],[275,1323],[284,1317],[301,1317],[297,1308],[310,1297],[323,1303],[337,1298],[342,1285],[358,1277],[364,1270]]},{"area":"132","points":[[455,2433],[472,2422],[495,2410],[531,2401],[575,2403],[613,2408],[646,2423],[677,2449],[670,2470],[660,2486],[659,2512],[650,2529],[639,2536],[637,2550],[625,2551],[609,2562],[597,2579],[583,2576],[552,2584],[532,2573],[517,2571],[499,2570],[478,2581],[468,2574],[466,2562],[452,2539],[445,2527],[462,2517],[456,2510],[465,2490],[458,2478],[459,2458],[462,2443]]},{"area":"135","points":[[439,2437],[435,2456],[423,2461],[419,2480],[422,2499],[403,2511],[404,2533],[409,2544],[403,2557],[412,2570],[420,2583],[435,2587],[443,2600],[444,2618],[470,2631],[483,2610],[503,2602],[528,2606],[537,2614],[559,2617],[574,2630],[588,2620],[605,2622],[615,2635],[635,2630],[650,2616],[670,2603],[668,2590],[654,2572],[688,2551],[696,2518],[689,2497],[698,2450],[737,2447],[779,2439],[837,2454],[868,2476],[882,2503],[896,2515],[890,2535],[882,2607],[862,2613],[843,2620],[831,2609],[810,2612],[798,2625],[781,2642],[762,2658],[745,2665],[737,2658],[727,2663],[712,2687],[688,2696],[670,2712],[647,2710],[638,2727],[628,2727],[610,2737],[599,2742],[592,2757],[576,2751],[554,2749],[537,2744],[530,2756],[507,2759],[491,2754],[471,2759],[464,2768],[443,2757],[423,2757],[420,2770],[384,2760],[378,2738],[377,2730],[366,2724],[363,2706],[347,2705],[337,2691],[310,2690],[303,2657],[283,2649],[281,2638],[262,2633],[263,2622],[252,2612],[250,2593],[226,2590],[224,2572],[223,2551],[230,2533],[217,2519],[220,2495],[223,2483],[218,2470],[231,2460],[232,2439],[275,2410],[313,2409],[336,2414],[353,2433],[383,2430],[414,2425],[428,2426]]},{"area":"12f","points":[[287,1715],[311,1721],[387,1706],[403,1717],[402,1730],[411,1737],[410,1755],[434,1762],[454,1779],[459,1767],[466,1774],[481,1770],[501,1776],[519,1779],[524,1770],[536,1767],[546,1762],[568,1770],[588,1777],[594,1771],[616,1770],[639,1807],[654,1814],[670,1831],[694,1830],[739,1830],[757,1815],[765,1797],[790,1787],[797,1762],[822,1757],[833,1742],[850,1744],[857,1736],[878,1740],[886,1749],[910,1749],[923,1744],[933,1752],[920,1763],[920,1781],[926,1791],[920,1797],[905,1794],[901,1785],[888,1783],[881,1795],[858,1799],[865,1823],[875,1839],[876,1854],[887,1866],[877,1901],[888,1912],[897,1908],[906,1933],[904,1949],[892,1963],[906,1971],[898,1984],[898,2002],[909,2010],[907,2032],[903,2050],[909,2065],[913,2088],[910,2116],[908,2134],[901,2154],[899,2166],[898,2182],[907,2192],[922,2190],[930,2183],[943,2190],[944,2210],[937,2223],[942,2232],[933,2249],[932,2275],[924,2295],[910,2291],[903,2297],[901,2314],[896,2323],[901,2343],[897,2355],[892,2370],[904,2378],[900,2393],[911,2400],[902,2419],[907,2433],[910,2444],[870,2415],[838,2403],[770,2396],[689,2389],[621,2362],[552,2359],[503,2373],[452,2383],[391,2395],[361,2374],[293,2369],[259,2380],[216,2398],[199,2384],[198,2366],[200,2353],[196,2343],[203,2307],[187,2284],[192,2277],[200,2265],[203,2257],[214,2249],[219,2230],[212,2205],[223,2176],[209,2146],[227,2130],[238,2123],[231,2111],[225,2086],[221,2069],[222,2048],[212,2030],[219,2015],[232,2009],[236,2002],[252,2008],[264,2005],[277,2019],[286,2028],[307,2030],[315,2024],[305,2016],[302,1989],[293,1980],[294,1963],[291,1953],[305,1943],[301,1930],[303,1914],[314,1897],[308,1890],[306,1874],[306,1867],[296,1866],[288,1853],[274,1850],[268,1839],[262,1831],[267,1803],[266,1788],[253,1783],[242,1781],[251,1764],[269,1757],[282,1739],[286,1729]]},{"area":"136","points":[[635,1742],[657,1780],[675,1788],[689,1788],[706,1797],[732,1795],[754,1770],[750,1757],[757,1744],[766,1730],[782,1723],[783,1698],[798,1696],[809,1703],[830,1693],[832,1675],[843,1663],[852,1651],[868,1650],[878,1661],[875,1673],[880,1680],[896,1681],[910,1684],[917,1697],[924,1697],[937,1692],[952,1680],[970,1683],[987,1669],[989,1654],[1001,1626],[985,1618],[990,1584],[976,1581],[962,1582],[961,1600],[945,1609],[930,1609],[914,1614],[902,1614],[897,1604],[893,1590],[895,1575],[880,1570],[865,1578],[860,1583],[853,1589],[832,1590],[830,1607],[810,1612],[803,1628],[786,1617],[775,1619],[770,1609],[778,1597],[774,1590],[784,1578],[780,1568],[790,1550],[777,1548],[782,1534],[771,1511],[756,1508],[744,1516],[723,1511],[705,1500],[690,1507],[669,1505],[663,1485],[653,1474],[635,1482],[635,1498],[626,1504],[634,1526],[649,1543],[662,1542],[683,1549],[696,1564],[710,1570],[707,1582],[709,1590],[706,1595],[690,1594],[687,1606],[671,1601],[657,1585],[650,1590],[650,1603],[630,1610],[629,1625],[610,1621],[601,1636],[596,1640],[602,1652],[590,1663],[577,1656],[563,1651],[552,1644],[553,1630],[555,1620],[548,1613],[529,1620],[519,1629],[522,1643],[515,1657],[497,1670],[499,1686],[490,1694],[477,1709],[492,1718],[515,1723],[537,1716],[556,1712],[570,1708],[584,1708],[595,1711],[601,1723],[611,1718],[622,1725],[633,1730]]},{"area":"143","points":[[860,2715],[859,2708],[877,2699],[878,2687],[890,2683],[901,2683],[903,2674],[924,2670],[945,2665],[953,2670],[968,2666],[986,2670],[998,2668],[1009,2663],[1022,2660],[1043,2669],[1045,2663],[1046,2654],[1050,2643],[1071,2631],[1065,2617],[1064,2608],[1087,2585],[1107,2577],[1128,2575],[1147,2575],[1153,2566],[1170,2547],[1205,2551],[1223,2549],[1231,2564],[1223,2581],[1216,2594],[1204,2603],[1217,2606],[1239,2604],[1266,2602],[1269,2586],[1282,2582],[1312,2573],[1325,2567],[1333,2555],[1340,2546],[1337,2529],[1332,2523],[1357,2506],[1370,2510],[1384,2528],[1396,2533],[1408,2530],[1418,2531],[1428,2537],[1443,2536],[1443,2549],[1435,2563],[1445,2574],[1445,2583],[1443,2641],[1430,2658],[1423,2668],[1430,2680],[1408,2692],[1412,2711],[1406,2717],[1397,2728],[1377,2752],[1358,2764],[1342,2768],[1325,2766],[1311,2766],[1302,2774],[1269,2786],[1254,2797],[1239,2790],[1225,2778],[1206,2781],[1190,2774],[1182,2761],[1183,2746],[1174,2723],[1163,2728],[1153,2718],[1132,2715],[1124,2729],[1105,2730],[1089,2736],[1074,2733],[1065,2737],[1065,2750],[1054,2759],[1053,2774],[1037,2777],[1018,2776],[1004,2776],[992,2770],[973,2781],[959,2781],[947,2784],[924,2784],[915,2782],[917,2768],[906,2769],[894,2776],[871,2777],[859,2765],[840,2759],[833,2745],[840,2736],[845,2726],[855,2723]]},{"area":"148","points":[[1450,2639],[1452,2583],[1468,2564],[1474,2534],[1490,2521],[1494,2497],[1512,2490],[1529,2486],[1546,2475],[1558,2469],[1564,2464],[1583,2465],[1591,2454],[1601,2452],[1608,2435],[1630,2428],[1655,2423],[1667,2423],[1678,2406],[1700,2403],[1714,2405],[1721,2416],[1730,2421],[1737,2429],[1756,2427],[1772,2423],[1793,2412],[1793,2398],[1815,2400],[1830,2402],[1859,2399],[1874,2408],[1881,2426],[1880,2446],[1870,2455],[1868,2467],[1886,2475],[1924,2477],[1945,2480],[1951,2493],[1969,2499],[1970,2518],[1959,2531],[1957,2561],[1959,2570],[1949,2583],[1945,2599],[1927,2607],[1933,2623],[1928,2632],[1915,2648],[1896,2658],[1876,2657],[1861,2671],[1841,2667],[1830,2676],[1812,2677],[1790,2683],[1764,2682],[1741,2683],[1719,2678],[1701,2676],[1703,2688],[1703,2697],[1679,2705],[1665,2701],[1646,2710],[1630,2710],[1614,2703],[1600,2713],[1577,2713],[1566,2711],[1561,2727],[1540,2734],[1520,2730],[1502,2721],[1491,2713],[1491,2704],[1493,2693],[1487,2689],[1481,2671],[1471,2664],[1457,2661],[1455,2655]]},{"area":"142","points":[[1481,2453],[1472,2430],[1475,2410],[1480,2391],[1501,2384],[1508,2376],[1523,2370],[1515,2356],[1535,2344],[1548,2335],[1545,2323],[1566,2310],[1583,2297],[1582,2285],[1601,2275],[1612,2250],[1624,2239],[1623,2230],[1632,2216],[1632,2199],[1626,2192],[1634,2170],[1617,2165],[1626,2131],[1654,2092],[1672,2083],[1694,2079],[1703,2070],[1714,2080],[1737,2077],[1760,2083],[1770,2088],[1783,2091],[1808,2101],[1810,2115],[1806,2125],[1817,2133],[1813,2152],[1819,2160],[1836,2163],[1850,2163],[1867,2170],[1881,2172],[1888,2183],[1885,2191],[1897,2200],[1905,2212],[1905,2226],[1897,2244],[1895,2265],[1903,2278],[1903,2296],[1900,2310],[1881,2323],[1868,2337],[1854,2332],[1838,2342],[1824,2343],[1815,2337],[1790,2330],[1783,2353],[1764,2356],[1752,2347],[1735,2355],[1714,2356],[1700,2356],[1689,2371],[1671,2372],[1657,2363],[1646,2357],[1619,2357],[1596,2354],[1581,2357],[1570,2379],[1557,2405],[1542,2425],[1523,2439],[1502,2445]]},{"area":"141","points":[[1103,2440],[1083,2438],[1070,2422],[1043,2408],[1019,2405],[1013,2383],[997,2370],[990,2361],[993,2344],[1000,2330],[994,2320],[985,2296],[1003,2283],[1018,2275],[1019,2257],[1017,2223],[1030,2217],[1028,2198],[1028,2184],[1041,2176],[1048,2167],[1043,2158],[1052,2143],[1060,2140],[1062,2128],[1074,2123],[1080,2109],[1080,2097],[1098,2089],[1101,2071],[1117,2077],[1125,2074],[1134,2087],[1146,2082],[1164,2087],[1178,2087],[1196,2086],[1224,2088],[1240,2080],[1247,2070],[1271,2066],[1281,2058],[1292,2049],[1307,2048],[1337,2012],[1357,2006],[1362,1987],[1376,1981],[1379,1970],[1410,1955],[1412,1943],[1408,1933],[1417,1915],[1425,1890],[1435,1868],[1458,1865],[1477,1862],[1481,1850],[1509,1857],[1535,1861],[1545,1872],[1532,1885],[1538,1900],[1542,1914],[1533,1923],[1539,1940],[1541,1954],[1557,1964],[1569,1969],[1582,1979],[1581,1995],[1592,1997],[1597,1988],[1606,1998],[1603,2010],[1612,2019],[1617,2026],[1625,2042],[1642,2041],[1647,2033],[1656,2039],[1677,2043],[1680,2052],[1672,2062],[1681,2072],[1657,2081],[1633,2106],[1618,2131],[1605,2167],[1598,2185],[1606,2197],[1602,2210],[1602,2225],[1586,2232],[1570,2239],[1556,2250],[1549,2275],[1540,2283],[1542,2294],[1532,2308],[1523,2320],[1506,2323],[1498,2340],[1483,2353],[1471,2367],[1465,2382],[1455,2389],[1460,2403],[1464,2412],[1464,2426],[1478,2470],[1463,2477],[1469,2491],[1455,2499],[1439,2485],[1421,2491],[1410,2491],[1400,2479],[1382,2486],[1364,2490],[1314,2514],[1302,2523],[1282,2523],[1271,2503],[1255,2503],[1248,2496],[1233,2497],[1223,2478],[1207,2454],[1180,2434],[1160,2416],[1151,2405],[1130,2397],[1123,2408],[1136,2423],[1136,2441],[1123,2443]]},{"area":"11a","points":[[1670,1616],[1688,1609],[1729,1624],[1739,1629],[1752,1611],[1782,1604],[1786,1587],[1801,1572],[1817,1570],[1846,1596],[1859,1616],[1874,1626],[1917,1635],[1952,1661],[1947,1672],[1932,1678],[1933,1688],[1924,1697],[1929,1704],[1919,1718],[1929,1725],[1928,1743],[1927,1763],[1926,1778],[1934,1784],[1905,1819],[1873,1831],[1858,1832],[1840,1834],[1821,1852],[1803,1856],[1792,1858],[1743,1883],[1709,1901],[1685,1897],[1676,1888],[1666,1883],[1657,1870],[1643,1868],[1629,1853],[1632,1827],[1625,1801],[1618,1795],[1619,1779],[1621,1773],[1615,1767],[1619,1756],[1616,1742],[1609,1728],[1618,1706],[1614,1686],[1627,1678],[1636,1661],[1651,1643],[1654,1626],[1664,1623]]},{"area":"120","points":[[1815,1556],[1840,1576],[1861,1603],[1874,1615],[1912,1623],[1940,1642],[1959,1651],[1956,1637],[1952,1607],[1941,1588],[1946,1566],[1950,1539],[1945,1522],[1958,1497],[1949,1465],[1968,1451],[1955,1438],[1963,1418],[1958,1402],[1957,1390],[1954,1382],[1965,1374],[1961,1357],[1958,1346],[1966,1336],[1964,1320],[1955,1307],[1963,1292],[1953,1264],[1945,1253],[1932,1244],[1925,1223],[1911,1220],[1901,1230],[1894,1235],[1885,1244],[1896,1257],[1893,1270],[1872,1276],[1872,1300],[1876,1319],[1878,1332],[1873,1345],[1873,1362],[1887,1374],[1869,1386],[1875,1397],[1884,1410],[1871,1424],[1865,1434],[1861,1445],[1842,1446],[1837,1477],[1842,1488],[1832,1508],[1842,1523],[1834,1536],[1819,1540]]},{"area":"11d","points":[[1683,1902],[1712,1907],[1791,1867],[1785,1891],[1783,1904],[1804,1912],[1820,1923],[1841,1937],[1860,1943],[1864,1931],[1860,1911],[1865,1896],[1869,1877],[1855,1867],[1859,1855],[1863,1843],[1913,1822],[1937,1794],[1943,1807],[1949,1818],[1951,1838],[1965,1848],[1966,1863],[1977,1874],[1974,1889],[1980,1904],[1971,1915],[1959,1929],[1962,1948],[1959,1965],[1952,1977],[1957,1992],[1952,2005],[1952,2023],[1955,2044],[1926,2058],[1908,2060],[1890,2059],[1871,2067],[1869,2057],[1859,2042],[1836,2038],[1827,2030],[1814,2027],[1809,2035],[1787,2024],[1764,2023],[1759,2010],[1744,2004],[1739,1984],[1730,1974],[1736,1952],[1728,1930],[1713,1927],[1697,1913],[1680,1911]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/010-atg04.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/014-atg04-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":39,"offsetY":-27,"distance":10},"mapParent":{"id":"221","autoScale":true},"width":2253,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/012-atg05.webp"},"title":"Map 6.5: Hall of the Fire Giant King—Entrance Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":99,"offsetX":-37,"offsetY":23,"scale":2,"distance":10},"id":"222","mapRegions":[{"area":"191","points":[[315,454],[332,445],[356,442],[389,443],[406,436],[443,438],[474,443],[503,447],[520,460],[529,479],[557,493],[582,507],[613,516],[624,525],[621,547],[623,579],[624,608],[621,639],[623,671],[625,689],[619,708],[603,715],[587,725],[571,750],[549,753],[531,761],[527,787],[525,811],[428,815],[412,802],[405,793],[395,779],[382,757],[367,758],[342,756],[312,756],[299,750],[272,749],[252,740],[233,728],[227,702],[230,664],[234,643],[229,624],[225,601],[223,565],[225,551],[243,528],[261,512],[277,495],[294,476],[307,469]]},{"area":"197","points":[[673,459],[1468,459],[1468,555],[1070,555],[1070,660],[1021,709],[1021,784],[925,784],[925,708],[873,656],[873,560],[673,560]]},{"area":"19b","points":[[1219,707],[1219,610],[1465,610],[1465,753],[1414,753]]},{"area":"19a","points":[[1030,806],[1124,806],[1214,716],[1415,766],[1415,905],[1506,905],[1506,1004],[1318,1004],[1318,948],[1170,948],[1170,899],[1030,899]]},{"area":"19c","points":[[1515,803],[1515,1049],[1658,1049],[1658,803]]},{"area":"194","points":[[677,657],[823,657],[823,806],[909,806],[909,901],[825,901],[825,1049],[677,1049]]},{"area":"1a0","points":[[1614,459],[1758,459],[1758,507],[1960,507],[1960,703],[1614,703]]},{"area":"18e","points":[[233,1300],[262,1302],[286,1320],[312,1322],[339,1318],[370,1300],[383,1308],[382,1330],[377,1369],[389,1373],[406,1372],[480,1416],[484,1445],[482,1475],[479,1503],[479,1586],[434,1591],[400,1586],[372,1587],[342,1590],[309,1591],[269,1591],[236,1584],[222,1563],[224,1542],[224,1510],[225,1494],[229,1480],[227,1454],[229,1430],[221,1395],[226,1369],[227,1332]]},{"area":"19f","points":[[1168,1147],[1193,1109],[1227,1077],[1256,1050],[1273,1047],[1291,1054],[1312,1074],[1326,1099],[1339,1116],[1350,1147]]},{"area":"17b","points":[[869,1446],[921,1403],[1213,1403],[1213,1497],[1025,1497],[1025,1580],[927,1580],[912,1548],[886,1522],[868,1500]]},{"area":"17e","points":[[928,1302],[928,1383],[971,1383],[971,1302]]},{"area":"181","points":[[1020,1300],[1020,1384],[1119,1384],[1119,1300]]},{"area":"184","points":[[777,1641],[903,1639],[923,1631],[1025,1644],[1045,1656],[1062,1680],[1071,1704],[1071,1944],[774,1944]]},{"area":"185","points":[[1075,1744],[1075,1892],[1114,1892],[1114,1744]]},{"area":"188","points":[[872,1950],[872,2081],[1073,2081],[1073,1950]]},{"area":"18d","points":[[234,1692],[234,1892],[431,1892],[431,1692]]},{"area":"18a","points":[[220,1974],[237,1981],[249,2004],[260,2015],[268,2052],[270,2078],[262,2109],[275,2135],[280,2158],[280,2178],[291,2188],[317,2187],[335,2184],[340,2164],[336,2143],[330,2128],[338,2129],[340,2108],[350,2098],[431,2093],[431,2183],[479,2183],[479,2284],[382,2284],[382,2385],[226,2385],[226,2195],[231,2176],[240,2170],[240,2156],[233,2131],[220,2106],[226,2080],[224,2071],[227,2048],[221,2030],[212,2022],[213,2012],[200,1987]]},{"area":"15d","points":[[268,2598],[666,2200],[685,2186],[674,2336],[332,2678]]},{"area":"15e","points":[[279,2435],[374,2436],[376,2481],[328,2529],[274,2529]]},{"area":"166","points":[[644,2390],[672,2386],[691,2380],[713,2387],[743,2389],[776,2393],[797,2400],[818,2399],[841,2404],[885,2408],[906,2430],[910,2449],[914,2466],[919,2497],[920,2533],[920,2560],[879,2560],[780,2560],[677,2557],[653,2555],[636,2548],[635,2531],[641,2504],[636,2489],[636,2466],[632,2445],[636,2431],[640,2411]]},{"area":"163","points":[[513,2623],[512,2577],[525,2571],[554,2572],[596,2574],[622,2581],[650,2608],[672,2626],[705,2632],[762,2630],[829,2630],[922,2723],[471,2723],[471,2707],[479,2696],[479,2630],[492,2626]]},{"area":"169","points":[[1187,2441],[1191,2426],[1202,2407],[1225,2402],[1258,2398],[1280,2399],[1298,2403],[1322,2408],[1360,2400],[1380,2400],[1389,2390],[1409,2381],[1422,2383],[1427,2403],[1427,2435],[1427,2464],[1441,2483],[1444,2498],[1422,2507],[1395,2507],[1373,2510],[1322,2521],[1278,2521],[1251,2523],[1224,2522],[1198,2512],[1181,2493],[1174,2477],[1174,2463]]},{"area":"16c","points":[[1394,2624],[1418,2619],[1445,2617],[1463,2622],[1504,2613],[1524,2597],[1559,2582],[1593,2565],[1592,2550],[1592,2536],[1601,2515],[1619,2508],[1655,2505],[1675,2507],[1703,2511],[1721,2520],[1740,2526],[1761,2519],[1790,2521],[1824,2522],[1851,2521],[1871,2517],[1907,2512],[1968,2515],[1979,2528],[1999,2537],[2008,2550],[2008,2728],[1711,2728],[1716,2712],[1713,2695],[1705,2684],[1713,2672],[1705,2658],[1707,2643],[1700,2634],[1708,2613],[1690,2621],[1679,2628],[1672,2644],[1643,2663],[1634,2667],[1607,2675],[1590,2690],[1570,2698],[1537,2723],[1394,2723]]},{"area":"15f","points":[[690,2136],[690,2333],[1527,2333],[1527,2136]]},{"area":"160","points":[[1533,2125],[1611,2047],[1806,2047],[1806,2431],[1618,2431],[1533,2346]]},{"area":"170","points":[[1788,1861],[1781,1819],[1782,1773],[1795,1736],[1800,1716],[1844,1719],[1847,1707],[1867,1696],[1886,1693],[1890,1686],[1906,1685],[1913,1672],[1931,1667],[1937,1668],[1950,1657],[1966,1659],[1986,1659],[2010,1652],[2023,1660],[2054,1670],[2069,1685],[2062,1700],[2055,1716],[2042,1726],[2030,1740],[2036,1772],[2014,1772],[2002,1762],[1980,1761],[1961,1764],[1951,1776],[1927,1783],[1902,1797],[1921,1809],[1936,1810],[1953,1819],[1974,1817],[1984,1828],[1982,1839],[1996,1848],[1976,1852],[1954,1865],[1919,1878],[1908,1873],[1895,1873],[1892,1894],[1899,1909],[1890,1928],[1894,1941],[1885,1955],[1885,1966],[1864,1973],[1833,1983],[1817,1968],[1795,1962],[1800,1949],[1785,1927],[1802,1909],[1800,1893],[1811,1877],[1803,1865]]},{"area":"171","points":[[1401,2050],[1412,2043],[1418,2024],[1431,2008],[1424,2000],[1420,1974],[1415,1954],[1427,1937],[1423,1924],[1412,1916],[1417,1899],[1415,1886],[1433,1871],[1438,1860],[1425,1831],[1436,1819],[1451,1815],[1456,1798],[1467,1787],[1472,1773],[1475,1746],[1485,1736],[1495,1736],[1504,1726],[1521,1732],[1547,1728],[1563,1744],[1582,1755],[1601,1745],[1626,1741],[1660,1739],[1662,1723],[1690,1711],[1698,1703],[1719,1705],[1735,1718],[1745,1728],[1759,1728],[1777,1738],[1768,1769],[1769,1818],[1780,1866],[1768,1871],[1766,1859],[1759,1856],[1748,1861],[1733,1858],[1725,1844],[1713,1841],[1698,1855],[1701,1873],[1700,1892],[1699,1910],[1694,1935],[1676,1926],[1650,1913],[1645,1924],[1662,1936],[1678,1939],[1690,1958],[1703,1981],[1697,2000],[1680,2006],[1661,1999],[1649,1993],[1650,1977],[1660,1970],[1657,1961],[1646,1958],[1620,1966],[1593,1967],[1581,1955],[1578,1937],[1572,1929],[1559,1934],[1548,1947],[1537,1958],[1518,1968],[1516,1978],[1524,1998],[1523,2017],[1506,2026],[1483,2036],[1457,2038],[1447,2059],[1438,2080],[1414,2082],[1402,2068]]},{"area":"174","points":[[1615,1273],[1615,1434],[1710,1434],[1710,1273]]},{"area":"052","points":[[1467,1349],[1467,1596],[1561,1596],[1561,1349]]},{"area":"178","points":[[1858,1297],[1858,1596],[1960,1596],[1960,1297]]},{"area":"17a","points":[[1612,1447],[1612,1593],[1815,1593],[1815,1447]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/012-atg05.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/017-atg05-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":5,"offsetY":62,"scale":2,"distance":10},"mapParent":{"id":"222","autoScale":true},"width":2252,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/015-atg06.webp"},"title":"Map 6.6: Hall of the Fire Giant King—Second Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-12,"offsetY":19,"distance":10},"id":"223","mapRegions":[{"area":"1dc","points":[[273,468],[273,522],[294,544],[321,565],[353,585],[385,606],[427,626],[462,639],[504,649],[545,655],[589,659],[632,655],[677,650],[724,638],[769,624],[800,611],[835,592],[863,573],[887,553],[914,533],[914,468]]},{"area":"1da","points":[[272,538],[298,560],[338,591],[380,615],[433,642],[478,657],[539,669],[600,670],[623,670],[623,1226],[593,1226],[593,1278],[546,1278],[546,1211],[423,1211],[423,1275],[272,1275]]},{"area":"1db","points":[[918,729],[868,726],[825,727],[788,740],[757,761],[741,796],[737,839],[745,864],[763,888],[779,906],[791,940],[790,990],[794,1040],[798,1073],[800,1117],[795,1145],[769,1175],[752,1189],[731,1210],[711,1231],[810,1335],[832,1330],[856,1326],[880,1326],[901,1328],[918,1334]]},{"area":"1c6","points":[[979,1397],[979,1489],[1032,1489],[1032,1397]]},{"area":"1c7","points":[[1090,1397],[1090,1488],[1196,1488],[1196,1397]]},{"area":"1be","points":[[239,1526],[253,1541],[256,1558],[277,1561],[278,1546],[275,1535],[295,1531],[311,1536],[315,1522],[330,1518],[338,1510],[350,1515],[360,1526],[360,1538],[373,1547],[386,1544],[396,1541],[399,1549],[390,1566],[393,1583],[412,1583],[430,1569],[439,1552],[454,1550],[466,1552],[463,1572],[474,1583],[483,1576],[500,1572],[511,1584],[502,1595],[517,1614],[501,1627],[495,1639],[493,1651],[514,1659],[510,1680],[513,1700],[523,1710],[549,1710],[557,1712],[554,1724],[559,1731],[561,1744],[574,1747],[579,1753],[576,1769],[587,1780],[598,1833],[590,1845],[585,1856],[565,1855],[561,1876],[555,1880],[536,1880],[524,1884],[526,1894],[529,1906],[512,1914],[495,1918],[493,1925],[502,1937],[509,1946],[508,1964],[496,1975],[484,1985],[491,1998],[475,2001],[461,2003],[446,1995],[439,1986],[425,1998],[411,1998],[414,1984],[402,1974],[404,1954],[399,1943],[383,1935],[392,1927],[392,1893],[385,1883],[381,1865],[372,1859],[354,1865],[356,1880],[359,1893],[348,1894],[335,1907],[345,1933],[315,1946],[319,1963],[309,1973],[288,1970],[291,1983],[279,2000],[281,2016],[283,2024],[261,2031],[256,2046],[254,2062],[228,2071],[224,2052],[208,2039],[202,2020],[211,2007],[218,1986],[203,1977],[195,1967],[198,1961],[212,1957],[214,1939],[205,1930],[215,1921],[234,1920],[228,1908],[234,1893],[251,1892],[271,1881],[267,1874],[245,1876],[224,1876],[216,1866],[203,1870],[183,1858],[192,1850],[203,1839],[201,1827],[187,1825],[173,1833],[161,1817],[165,1800],[181,1788],[195,1791],[212,1778],[201,1768],[205,1756],[223,1752],[218,1738],[218,1725],[222,1716],[252,1701],[251,1686],[234,1675],[227,1669],[237,1646],[243,1631],[227,1622],[213,1618],[217,1609],[218,1594],[217,1579],[211,1565],[222,1563],[232,1569],[242,1561],[229,1548],[225,1533]]},{"area":"1de","points":[[832,1614],[933,1614],[930,1624],[929,1719],[942,1729],[967,1727],[985,1726],[992,1707],[992,1671],[1009,1669],[1030,1670],[1059,1672],[1082,1677],[1085,1693],[1087,1734],[1087,1791],[1087,1828],[993,1828],[984,1796],[985,1778],[970,1775],[961,1785],[964,1814],[965,1825],[867,1825],[867,1778],[827,1778],[818,1760],[829,1741],[826,1724],[824,1719],[829,1704],[823,1692],[820,1682],[835,1671],[831,1647],[830,1635]]},{"area":"1c8","points":[[1141,1669],[1141,1718],[1245,1718],[1245,1669]]},{"area":"1c9","points":[[1147,1779],[1147,1828],[1243,1828],[1243,1779]]},{"area":"1ca","points":[[1373,1734],[1373,1830],[1469,1830],[1469,1734]]},{"area":"1cb","points":[[764,2010],[764,2050],[811,2050],[811,2010]]},{"area":"1cc","points":[[873,2011],[873,2049],[922,2049],[922,2011]]},{"area":"1cd","points":[[979,2009],[979,2049],[1032,2049],[1032,2009]]},{"area":"1ce","points":[[1092,2010],[1092,2050],[1142,2050],[1142,2010]]},{"area":"1c1","points":[[1034,2108],[1147,2108],[1158,2111],[1167,2130],[1191,2145],[1229,2151],[1201,2176],[1193,2199],[1197,2232],[1215,2240],[1237,2249],[1237,2261],[1218,2278],[1190,2268],[1172,2265],[1161,2257],[1141,2255],[1127,2255],[1096,2259],[1086,2254],[1049,2255],[1036,2262],[1006,2267],[986,2254],[991,2227],[989,2218],[982,2174],[997,2165],[1015,2166],[1033,2167],[1039,2146],[1038,2132]]},{"area":"1b3","points":[[1309,2107],[1578,2107],[1578,2323],[1526,2323],[1526,2360],[1416,2360],[1416,2270],[1308,2266]]},{"area":"1b0","points":[[870,2383],[981,2383],[1035,2329],[1191,2329],[1191,2431],[1090,2431],[1036,2485],[983,2485],[983,2544],[870,2544]]},{"area":"1ad","points":[[269,2107],[269,2704],[482,2704],[482,2107]]},{"area":"1b8","points":[[1364,2603],[1418,2603],[1418,2561],[1524,2561],[1524,2603],[1575,2603],[1575,2763],[1364,2763]]},{"area":"1bb","points":[[1635,2378],[1688,2325],[1688,2110],[1960,2110],[1969,2119],[1966,2131],[1976,2158],[1963,2172],[1949,2212],[1959,2239],[1956,2270],[1954,2292],[1979,2316],[1987,2345],[1988,2381],[1976,2411],[1974,2456],[1972,2498],[1971,2528],[1977,2564],[1973,2602],[1969,2621],[1945,2646],[1922,2668],[1884,2698],[1848,2715],[1814,2720],[1782,2723],[1748,2721],[1719,2730],[1694,2725],[1694,2602],[1638,2546]]},{"area":"1cf","points":[[1360,1999],[1360,2044],[1472,2044],[1472,1999]]},{"area":"1d0","points":[[1527,2007],[1527,2052],[1583,2052],[1583,2007]]},{"area":"1d3","points":[[1529,1724],[1529,1879],[1637,1879],[1637,1724]]},{"area":"1d6","points":[[1807,1757],[1855,1739],[1871,1724],[1874,1704],[1890,1692],[1899,1675],[1919,1664],[1934,1660],[1946,1674],[1951,1705],[1966,1716],[1972,1753],[1966,1758],[1975,1773],[1985,1791],[1974,1808],[1974,1833],[1961,1845],[1962,1873],[1933,1885],[1907,1885],[1874,1888],[1844,1871],[1853,1854],[1862,1842],[1857,1825],[1863,1810],[1861,1799],[1862,1790],[1861,1775],[1866,1766],[1852,1768],[1829,1781],[1807,1790]]},{"area":"1d6","points":[[1689,1723],[1689,1877],[1803,1877],[1803,1723]]},{"area":"1d1","points":[[1687,2009],[1687,2050],[1745,2050],[1745,2009]]},{"area":"1d2","points":[[1814,1946],[1867,1938],[1888,1925],[1900,1924],[1908,1933],[1907,1950],[1908,1990],[1881,1995],[1853,1996],[1814,1997]]},{"area":"1ed","points":[[1635,1502],[1799,1319],[1801,1169],[1910,1169],[1910,1375],[2021,1500],[2021,1612],[1840,1612],[1813,1611],[1784,1601],[1747,1603],[1715,1608],[1682,1612],[1635,1607]]},{"area":"1e9","points":[[1584,960],[1691,960],[1691,815],[1636,750],[1742,715],[1797,782],[1797,960],[1908,960],[1908,1161],[1789,1161],[1771,1163],[1757,1174],[1737,1175],[1584,1169]]},{"area":"1e6","points":[[1158,792],[1256,792],[1363,685],[1467,685],[1467,794],[1526,853],[1535,873],[1526,887],[1526,965],[1506,977],[1472,985],[1472,1061],[1285,1061],[1285,924],[1273,903],[1158,903]]},{"area":"1e3","points":[[1033,777],[1140,777],[1140,680],[1246,680],[1246,626],[1308,626],[1308,519],[1360,519],[1360,410],[1007,410],[998,434],[996,460],[1001,493],[1004,512],[1016,520],[1033,522]]},{"area":"1ec","points":[[1421,412],[1850,412],[1867,421],[1887,435],[1895,458],[1899,509],[1904,570],[1744,570],[1744,707],[1631,745],[1529,627],[1421,627]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/015-atg06.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/021-atg06-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":16,"offsetY":-8,"distance":10},"mapParent":{"id":"223","autoScale":true},"width":2254,"height":3000},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/018-atg07.webp"},"title":"Map 6.7: Hall of the Fire Giant King—Third Level","width":2269,"height":3000,"imageType":"map","grid":{"type":"square","size":55,"offsetX":-4,"offsetY":-6,"distance":10},"id":"224","mapRegions":[{"area":"20e","points":[[1997,2054],[1985,2046],[1977,2020],[1951,1998],[1960,1971],[1955,1958],[1952,1938],[1964,1925],[1964,1914],[1979,1900],[1997,1877],[2004,1859],[1986,1845],[1982,1831],[2002,1816],[2000,1800],[1994,1789],[1982,1768],[2000,1755],[2004,1734],[1993,1734],[1988,1720],[1999,1711],[2015,1708],[2033,1702],[2053,1699],[2070,1707],[2063,1718],[2078,1726],[2100,1728],[2115,1745],[2125,1764],[2124,1775],[2108,1784],[2115,1802],[2104,1816],[2096,1822],[2097,1842],[2071,1852],[2059,1876],[2069,1886],[2085,1899],[2088,1911],[2074,1924],[2081,1937],[2085,1958],[2084,1984],[2077,2006],[2064,2023],[2060,2040],[2050,2064],[2020,2075]]},{"area":"20d","points":[[1642,2536],[1599,2553],[1575,2571],[1571,2593],[1576,2617],[1574,2645],[1557,2677],[1566,2701],[1562,2727],[1563,2744],[1573,2753],[1601,2750],[1634,2753],[1653,2738],[1674,2743],[1681,2746],[1687,2739],[1713,2752],[1721,2756],[1762,2745],[1766,2721],[1770,2690],[1775,2684],[1797,2681],[1797,2665],[1823,2664],[1834,2673],[1849,2657],[1868,2660],[1868,2671],[1885,2669],[1889,2614],[1891,2560],[1888,2540],[1890,2497],[1898,2453],[1902,2428],[1891,2413],[1866,2407],[1815,2416],[1792,2414],[1772,2428],[1767,2439],[1750,2452],[1733,2446],[1723,2446],[1698,2458],[1691,2472],[1692,2494],[1676,2506],[1672,2517],[1657,2533]]},{"area":"204","points":[[1741,2114],[1758,2101],[1779,2110],[1786,2126],[1799,2136],[1806,2114],[1805,2101],[1788,2082],[1785,2068],[1785,2043],[1785,2011],[1801,1987],[1821,1993],[1824,2010],[1829,2039],[1845,2051],[1872,2059],[1893,2076],[1898,2106],[1904,2125],[1913,2149],[1912,2175],[1894,2182],[1896,2208],[1886,2233],[1868,2247],[1847,2250],[1835,2232],[1824,2218],[1807,2209],[1782,2217],[1765,2221],[1756,2212],[1740,2209],[1719,2207],[1707,2199],[1707,2169],[1730,2155],[1747,2139],[1746,2128]]},{"area":"207","points":[[1104,2030],[1122,2024],[1134,2038],[1134,2051],[1151,2072],[1169,2086],[1181,2099],[1177,2122],[1182,2145],[1198,2148],[1206,2124],[1206,2109],[1211,2096],[1219,2081],[1218,2059],[1219,2041],[1209,2025],[1239,2018],[1259,2025],[1266,2044],[1257,2057],[1267,2068],[1255,2094],[1256,2124],[1271,2129],[1288,2114],[1299,2106],[1303,2087],[1302,2073],[1299,2061],[1311,2056],[1328,2061],[1341,2087],[1337,2107],[1325,2118],[1331,2131],[1333,2153],[1301,2162],[1290,2169],[1299,2189],[1309,2199],[1294,2214],[1302,2230],[1287,2231],[1276,2249],[1269,2262],[1246,2265],[1230,2247],[1213,2250],[1199,2249],[1178,2237],[1159,2235],[1146,2247],[1126,2245],[1110,2231],[1087,2216],[1077,2198],[1079,2181],[1097,2179],[1101,2170],[1117,2163],[1127,2143],[1126,2138],[1138,2125],[1137,2112],[1116,2102],[1100,2095],[1098,2086],[1095,2067],[1090,2060],[1099,2044]]},{"area":"20c","points":[[1125,2539],[1133,2519],[1151,2513],[1165,2527],[1173,2530],[1169,2549],[1162,2579],[1165,2606],[1176,2618],[1193,2609],[1192,2591],[1194,2564],[1206,2539],[1222,2526],[1226,2507],[1239,2503],[1245,2496],[1279,2495],[1296,2492],[1312,2483],[1335,2485],[1350,2470],[1376,2467],[1389,2467],[1406,2473],[1421,2462],[1441,2464],[1458,2451],[1484,2454],[1498,2471],[1521,2482],[1506,2498],[1506,2517],[1494,2531],[1495,2553],[1496,2579],[1499,2607],[1507,2624],[1496,2659],[1482,2676],[1450,2702],[1427,2718],[1411,2731],[1392,2729],[1377,2733],[1358,2725],[1346,2737],[1322,2725],[1301,2717],[1291,2731],[1265,2734],[1249,2726],[1231,2736],[1206,2738],[1190,2718],[1170,2715],[1148,2720],[1139,2692],[1117,2684],[1110,2662],[1100,2626],[1107,2599],[1125,2572],[1132,2553]]},{"area":"20b","points":[[990,2398],[1004,2366],[986,2323],[964,2320],[960,2303],[941,2313],[931,2326],[912,2319],[891,2331],[874,2330],[858,2334],[837,2344],[830,2358],[802,2363],[791,2375],[768,2387],[747,2399],[748,2414],[759,2423],[753,2440],[747,2447],[743,2458],[727,2469],[735,2487],[727,2496],[731,2518],[737,2528],[730,2540],[704,2553],[687,2575],[696,2589],[687,2616],[692,2636],[696,2661],[704,2678],[715,2708],[733,2728],[741,2744],[756,2750],[773,2759],[787,2774],[802,2770],[829,2771],[852,2767],[877,2755],[893,2737],[909,2726],[927,2713],[943,2706],[926,2686],[893,2683],[872,2704],[862,2677],[871,2665],[876,2655],[886,2642],[905,2615],[923,2595],[919,2575],[924,2544],[923,2526],[939,2506],[936,2495],[955,2484],[951,2463],[957,2445],[949,2426],[967,2405],[978,2406]]},{"area":"1f9","points":[[430,2467],[449,2448],[485,2467],[508,2470],[526,2475],[536,2490],[541,2516],[565,2524],[580,2514],[598,2512],[617,2522],[620,2548],[624,2558],[610,2594],[600,2600],[592,2622],[593,2642],[576,2641],[561,2654],[567,2673],[558,2684],[547,2689],[533,2707],[522,2708],[510,2716],[497,2699],[493,2689],[482,2681],[472,2639],[473,2606],[477,2579],[466,2563],[459,2542],[447,2531],[447,2497],[440,2483]]},{"area":"1fa","points":[[464,1515],[402,1497],[367,1465],[323,1398],[316,1361],[318,1342],[307,1332],[309,1320],[324,1316],[344,1300],[342,1281],[360,1275],[373,1271],[384,1258],[400,1262],[419,1269],[452,1263],[463,1263],[472,1260],[485,1266],[499,1279],[520,1277],[532,1263],[535,1252],[551,1254],[564,1260],[575,1243],[593,1246],[612,1240],[629,1238],[637,1241],[657,1228],[662,1247],[664,1256],[676,1262],[682,1276],[692,1286],[697,1303],[718,1313],[711,1343],[707,1355],[727,1375],[738,1384],[728,1399],[724,1406],[708,1404],[705,1384],[680,1384],[672,1396],[652,1397],[644,1410],[624,1411],[610,1416],[621,1433],[611,1441],[592,1447],[585,1439],[561,1445],[531,1440],[521,1459],[514,1477],[502,1482],[489,1492],[477,1503]]},{"area":"21a","points":[[469,403],[487,397],[509,403],[522,392],[538,385],[556,396],[572,407],[581,416],[604,411],[615,405],[613,387],[631,392],[647,389],[666,388],[678,394],[688,400],[676,411],[685,423],[698,418],[713,427],[705,438],[699,451],[706,467],[706,477],[693,493],[689,506],[675,521],[668,546],[674,555],[668,566],[674,577],[693,578],[695,603],[689,636],[678,675],[648,698],[644,748],[623,805],[603,848],[552,882],[511,904],[476,924],[437,942],[483,855],[494,792],[489,775],[508,767],[503,753],[510,728],[510,713],[494,703],[500,674],[495,657],[486,648],[498,631],[497,617],[471,604],[472,586],[462,572],[468,560],[478,544],[474,538],[479,523],[473,515],[472,491],[463,483],[463,468],[452,456],[459,437],[466,421]]},{"area":"216","points":[[1038,573],[1056,591],[1078,578],[1085,572],[1082,561],[1089,551],[1088,540],[1102,536],[1111,515],[1121,505],[1110,494],[1104,480],[1120,474],[1114,462],[1120,457],[1133,453],[1153,449],[1159,441],[1181,441],[1200,445],[1217,419],[1216,404],[1225,391],[1217,380],[1214,364],[1198,354],[1179,356],[1169,353],[1155,354],[1135,353],[1116,359],[1092,367],[1077,382],[1080,404],[1068,418],[1050,430],[1041,453],[1035,473],[1026,488],[1038,501],[1040,521],[1037,542],[1037,559]]},{"area":"219","points":[[460,1117],[493,1099],[561,1065],[622,1037],[662,1014],[715,992],[744,959],[767,915],[787,876],[787,833],[808,790],[823,765],[856,760],[926,754],[913,784],[888,799],[860,811],[863,831],[856,852],[846,874],[854,893],[856,916],[869,934],[887,940],[882,968],[890,987],[911,990],[916,1004],[906,1013],[912,1044],[909,1074],[898,1105],[890,1120],[861,1121],[841,1120],[829,1129],[830,1125],[811,1130],[802,1113],[766,1122],[757,1103],[747,1110],[728,1108],[717,1094],[705,1099],[677,1093],[671,1105],[657,1121],[634,1115],[630,1133],[616,1143],[602,1149],[589,1135],[577,1137],[556,1152],[545,1145],[542,1134],[539,1123],[520,1118],[502,1123],[483,1120]]},{"area":"212","points":[[1087,858],[1085,846],[1095,833],[1094,812],[1113,800],[1136,799],[1158,798],[1153,787],[1164,777],[1182,785],[1201,785],[1211,779],[1234,759],[1242,745],[1258,744],[1270,739],[1282,722],[1299,724],[1311,734],[1322,740],[1322,752],[1344,755],[1341,776],[1338,786],[1349,800],[1373,795],[1388,804],[1399,810],[1398,825],[1409,836],[1410,855],[1380,869],[1368,864],[1347,870],[1337,878],[1331,898],[1319,903],[1306,910],[1301,921],[1281,930],[1257,932],[1231,932],[1223,944],[1206,945],[1197,957],[1180,948],[1158,942],[1143,917],[1129,917],[1111,917],[1108,897],[1088,896],[1076,883],[1082,875]]},{"area":"1fc","points":[[1011,1187],[1015,1145],[1006,1130],[1008,1112],[999,1101],[985,1089],[977,1072],[966,1060],[970,1040],[985,1024],[992,1014],[1003,1000],[1018,977],[1040,970],[1052,987],[1074,1008],[1080,1021],[1103,1029],[1119,1033],[1135,1041],[1168,1040],[1186,1033],[1200,1034],[1214,1032],[1230,1040],[1261,1032],[1276,1024],[1284,1029],[1308,1022],[1334,1007],[1348,1002],[1369,1003],[1394,995],[1416,1002],[1416,1013],[1439,1007],[1460,1004],[1462,999],[1479,1012],[1492,1016],[1494,1000],[1511,1002],[1533,994],[1545,978],[1566,979],[1587,975],[1599,968],[1598,954],[1613,948],[1636,963],[1645,980],[1650,1006],[1645,1021],[1652,1038],[1633,1048],[1616,1059],[1607,1064],[1604,1071],[1571,1078],[1552,1088],[1555,1104],[1574,1109],[1585,1130],[1593,1145],[1584,1156],[1589,1176],[1573,1187],[1567,1204],[1543,1223],[1530,1215],[1514,1216],[1495,1223],[1471,1234],[1461,1220],[1444,1213],[1420,1211],[1397,1205],[1382,1200],[1361,1195],[1344,1189],[1335,1176],[1342,1158],[1325,1146],[1312,1152],[1305,1170],[1306,1183],[1289,1192],[1283,1186],[1262,1191],[1255,1192],[1245,1200],[1222,1191],[1195,1198],[1178,1189],[1157,1185],[1141,1195],[1138,1221],[1123,1237],[1104,1247],[1077,1257],[1068,1266],[1044,1264],[1030,1284],[1019,1275],[1007,1279],[988,1235],[986,1217],[1002,1205]]},{"area":"1fe","points":[[1254,1481],[1277,1470],[1290,1458],[1302,1437],[1282,1417],[1289,1399],[1309,1388],[1306,1379],[1323,1359],[1348,1360],[1355,1372],[1382,1375],[1408,1371],[1413,1362],[1449,1357],[1451,1342],[1431,1336],[1424,1322],[1439,1311],[1409,1297],[1385,1289],[1370,1273],[1350,1280],[1334,1270],[1309,1272],[1297,1262],[1279,1268],[1266,1251],[1244,1260],[1226,1274],[1211,1277],[1195,1281],[1186,1298],[1186,1323],[1177,1339],[1159,1358],[1156,1389],[1162,1402],[1185,1406],[1212,1408],[1220,1417],[1218,1428],[1207,1440],[1218,1454],[1224,1464],[1235,1475]]},{"area":"1fb","points":[[763,1193],[788,1187],[803,1192],[816,1189],[825,1200],[845,1196],[862,1197],[879,1209],[881,1195],[901,1186],[911,1176],[928,1177],[938,1189],[926,1207],[919,1220],[886,1221],[870,1240],[872,1263],[892,1277],[901,1293],[888,1314],[862,1338],[810,1353],[812,1342],[820,1332],[815,1321],[801,1307],[803,1277],[795,1266],[795,1251],[783,1245],[777,1228],[763,1220],[760,1209]]},{"area":"1fd","points":[[1141,1733],[1151,1665],[1156,1616],[1174,1591],[1186,1553],[1206,1537],[1225,1525],[1225,1516],[1254,1511],[1260,1495],[1286,1486],[1306,1474],[1316,1454],[1336,1446],[1337,1435],[1360,1429],[1379,1407],[1401,1412],[1415,1404],[1431,1401],[1450,1394],[1466,1404],[1485,1407],[1501,1395],[1516,1385],[1539,1413],[1533,1437],[1523,1461],[1530,1477],[1541,1486],[1547,1516],[1561,1526],[1579,1540],[1606,1554],[1636,1580],[1659,1625],[1665,1649],[1671,1677],[1687,1700],[1706,1703],[1713,1722],[1733,1723],[1750,1745],[1739,1768],[1743,1799],[1761,1798],[1781,1832],[1784,1855],[1771,1884],[1756,1906],[1716,1914],[1699,1913],[1686,1928],[1673,1935],[1630,1936],[1620,1919],[1608,1898],[1590,1901],[1573,1901],[1575,1889],[1564,1874],[1547,1875],[1528,1889],[1510,1892],[1503,1914],[1413,1916],[1391,1899],[1383,1887],[1360,1891],[1332,1862],[1324,1859],[1309,1854],[1318,1839],[1319,1814],[1311,1803],[1294,1767],[1271,1761],[1255,1750],[1229,1745],[1211,1734],[1196,1728],[1169,1733],[1153,1740]]},{"area":"213","points":[[1583,482],[1588,434],[1600,414],[1601,401],[1597,386],[1612,375],[1617,358],[1639,343],[1653,344],[1664,358],[1677,355],[1689,364],[1704,361],[1708,385],[1726,389],[1741,398],[1752,392],[1772,396],[1790,396],[1818,399],[1833,391],[1833,373],[1852,371],[1873,367],[1893,356],[1917,344],[1931,345],[1938,332],[1965,330],[1981,335],[1994,351],[2007,359],[2020,368],[2032,366],[2041,382],[2048,396],[2044,404],[2056,420],[2056,444],[2061,459],[2046,478],[2032,490],[2040,507],[2033,516],[2053,534],[2057,552],[2039,562],[2031,572],[2043,593],[2039,612],[2046,629],[2047,646],[2030,653],[2032,673],[2013,680],[2016,696],[2010,703],[2019,716],[2012,723],[2027,740],[2027,756],[2013,766],[1994,761],[1974,766],[1949,765],[1925,780],[1906,778],[1888,789],[1882,799],[1872,816],[1859,823],[1814,824],[1789,817],[1771,810],[1754,813],[1740,808],[1728,810],[1715,801],[1690,801],[1669,802],[1659,795],[1651,784],[1651,773],[1652,756],[1647,742],[1652,705],[1653,682],[1651,656],[1650,650],[1667,625],[1659,615],[1645,604],[1635,585],[1640,576],[1641,565],[1631,559],[1613,560],[1608,553],[1610,543],[1607,530],[1616,516],[1599,504],[1596,495]]},{"area":"20f","points":[[1721,1059],[1767,1070],[1790,1081],[1820,1086],[1837,1075],[1852,1076],[1871,1076],[1904,1087],[1907,1104],[1917,1119],[1925,1143],[1928,1157],[1944,1154],[1964,1132],[1975,1128],[1991,1135],[1999,1152],[2001,1160],[2024,1153],[2042,1157],[2060,1156],[2079,1170],[2086,1199],[2081,1220],[2084,1236],[2064,1247],[2045,1254],[2040,1268],[2020,1278],[2016,1297],[2009,1310],[2014,1328],[1994,1346],[1963,1361],[1920,1360],[1911,1358],[1880,1325],[1871,1307],[1866,1298],[1837,1247],[1830,1229],[1836,1209],[1814,1196],[1791,1197],[1752,1181],[1739,1169],[1719,1153],[1728,1143],[1726,1138],[1725,1120],[1727,1100],[1715,1089],[1716,1080],[1721,1067]]},{"area":"1f6","points":[[458,2277],[456,2252],[455,2235],[451,2219],[465,2206],[495,2194],[490,2180],[491,2162],[482,2145],[490,2131],[500,2132],[492,2112],[503,2099],[509,2093],[508,2076],[506,2055],[518,2041],[512,2020],[514,2005],[523,2003],[532,1985],[550,1978],[547,1965],[550,1947],[564,1932],[570,1914],[589,1907],[604,1900],[621,1886],[635,1882],[648,1878],[663,1870],[675,1862],[692,1870],[702,1866],[708,1846],[722,1834],[734,1827],[769,1847],[771,1866],[774,1878],[761,1885],[757,1903],[759,1913],[741,1923],[733,1933],[744,1947],[754,1947],[744,1968],[748,1998],[751,2015],[759,2028],[749,2047],[747,2064],[725,2075],[699,2082],[691,2113],[682,2128],[662,2153],[641,2145],[627,2152],[625,2159],[600,2158],[586,2163],[592,2187],[572,2191],[560,2195],[565,2212],[546,2220],[552,2239],[536,2251],[514,2241],[501,2247],[488,2260],[477,2280]]},{"area":"201","points":[[1870,1596],[1853,1589],[1850,1573],[1858,1561],[1877,1535],[1893,1522],[1902,1504],[1898,1493],[1916,1485],[1917,1468],[1900,1466],[1880,1470],[1857,1474],[1832,1468],[1805,1481],[1775,1497],[1765,1516],[1777,1540],[1769,1555],[1744,1566],[1735,1581],[1740,1593],[1743,1610],[1738,1620],[1752,1634],[1763,1656],[1778,1663],[1773,1689],[1788,1702],[1789,1715],[1793,1731],[1809,1740],[1815,1730],[1824,1714],[1832,1707],[1835,1694],[1826,1680],[1830,1666],[1837,1658],[1851,1664],[1860,1659],[1874,1641],[1876,1634],[1871,1616]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-AtG/thumbnail/018-atg07.webp"},"page":"adventure.html","source":"TftYP-AtG","hash":"tftyp-atg"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-AtG/025-atg07-player.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":24,"offsetY":23,"distance":10},"mapParent":{"id":"224","autoScale":true},"width":2253,"height":3000}]}]},"TftYP-ToH":{"id":"TftYP-ToH","source":"TftYP-ToH","prop":"adventure","parentSource":"TftYP","chapters":[{"name":"Tomb of Horrors","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TftYP-ToH/001-toh01.webp"},"title":"Map 7.1: Tomb of Horrors","width":2288,"height":3000,"imageType":"map","grid":{"type":"square","size":59,"offsetX":14,"offsetY":19,"distance":10},"id":"0d3","mapRegions":[{"area":"026","points":[[308,314],[308,538],[420,538],[420,314]]},{"area":"058","points":[[635,652],[635,730],[715,730],[715,652]]},{"area":"058","points":[[632,770],[632,846],[714,846],[714,770]]},{"area":"054","points":[[480,489],[480,542],[595,542],[595,489]]},{"area":"050","points":[[714,546],[714,1313],[834,1313],[834,546]]},{"area":"06e","points":[[289,1005],[289,1041],[379,1041],[379,1005]]},{"area":"05e","points":[[423,1789],[481,1789],[481,1494],[891,1494],[891,1907],[487,1907],[487,1849],[423,1849]]},{"area":"06a","points":[[895,1793],[895,1853],[1013,1853],[1013,1793]]},{"area":"077","points":[[188,2392],[188,2504],[306,2504],[306,2392]]},{"area":"074","points":[[487,2093],[487,2145],[601,2145],[601,2093]]},{"area":"075","points":[[186,2205],[485,2205],[485,2152],[539,2152],[539,2265],[186,2265]]},{"area":"07f","points":[[420,2390],[420,2624],[770,2624],[770,2390]]},{"area":"083","points":[[425,2744],[425,2801],[540,2801],[540,2744]]},{"area":"087","points":[[840,2508],[840,2683],[1009,2683],[1009,2508]]},{"area":"058","points":[[1012,2506],[1012,2567],[1083,2567],[1083,2506]]},{"area":"058","points":[[1188,2738],[1188,2810],[1252,2810],[1252,2738]]},{"area":"0c7","points":[[1371,2202],[1371,2449],[1489,2449],[1489,2202]]},{"area":"092","points":[[1190,2038],[1190,2136],[1253,2136],[1253,2038]]},{"area":"095","points":[[1258,1791],[1371,1791],[1371,1672],[1255,1672],[1255,1554],[1425,1554],[1425,1848],[1258,1848]]},{"area":"0ca","points":[[1540,2048],[1540,2097],[1622,2097],[1622,2048]]},{"area":"0cb","points":[[1552,2101],[1552,2207],[1608,2207],[1608,2101]]},{"area":"0bf","points":[[1668,2030],[1668,2267],[1968,2267],[1968,2030]]},{"area":"02e","points":[[1242,302],[1242,441],[1364,441],[1364,302]]},{"area":"02a","points":[[1848,351],[1962,351],[1962,469],[2082,469],[2082,536],[1961,536],[1961,714],[1848,714]]},{"area":"0b0","points":[[1731,840],[1903,840],[1903,954],[1845,954],[1845,1068],[1787,1068],[1787,958],[1731,958]]},{"area":"039","points":[[1372,1045],[1372,1101],[1449,1101],[1449,1045]]},{"area":"03b","points":[[1251,1106],[1251,1134],[1366,1134],[1366,1106]]},{"area":"033","points":[[1247,450],[1247,1057],[1363,1057],[1363,450]]},{"area":"045","points":[[950,488],[1067,488],[1067,541],[1122,541],[1122,598],[1065,598],[1065,653],[950,653]]},{"area":"04a","points":[[896,663],[896,837],[1124,837],[1124,663]]},{"area":"059","points":[[954,1137],[954,1313],[1124,1313],[1124,1137]]},{"area":"040","points":[[1013,1371],[1013,1435],[1071,1435],[1071,1371]]},{"area":"098","points":[[1447,1364],[1447,1433],[1490,1433],[1490,1364]]},{"area":"099","points":[[1490,1078],[1539,1078],[1539,1136],[1611,1136],[1611,1078],[1780,1078],[1780,1137],[1854,1137],[1854,1078],[2016,1078],[2016,1136],[2087,1136],[2087,1078],[2145,1078],[2145,1730],[1490,1730]]},{"area":"0a8","points":[[1550,1080],[1550,1129],[1601,1129],[1601,1080]]},{"area":"0a8","points":[[2028,1078],[2028,1128],[2078,1128],[2078,1078]]},{"area":"0ac","points":[[1789,1077],[1789,1128],[1843,1128],[1843,1077]]},{"area":"0ba","points":[[1786,1910],[1843,1910],[1898,2020],[1731,2020]]},{"area":"0b8","points":[[1790,1848],[1790,1906],[1841,1906],[1841,1848]]},{"area":"08d","points":[[1668,2505],[1721,2505],[1741,2508],[1749,2522],[1760,2530],[1762,2545],[1785,2541],[1789,2556],[1778,2567],[1786,2583],[1807,2585],[1833,2588],[1841,2603],[1838,2619],[1850,2631],[1861,2629],[1874,2636],[1876,2649],[1883,2666],[1900,2670],[1909,2690],[1914,2705],[1920,2719],[1930,2732],[1941,2752],[1927,2753],[1917,2768],[1918,2799],[1915,2815],[1902,2818],[1890,2827],[1877,2839],[1860,2830],[1843,2832],[1833,2840],[1823,2836],[1822,2828],[1797,2841],[1784,2828],[1771,2828],[1765,2839],[1745,2832],[1735,2824],[1717,2829],[1704,2842],[1696,2848],[1682,2847],[1671,2851],[1665,2841],[1645,2838],[1634,2821],[1625,2821],[1615,2825],[1598,2830],[1588,2818],[1573,2819],[1560,2812],[1568,2802],[1566,2790],[1550,2785],[1549,2756],[1560,2745],[1558,2723],[1547,2710],[1540,2685],[1553,2667],[1551,2629],[1561,2630],[1569,2610],[1560,2589],[1575,2574],[1590,2575],[1594,2569],[1609,2570],[1636,2561],[1633,2551],[1623,2532],[1623,2519],[1638,2512],[1648,2508]]}],"hrefThumbnail":{"type":"internal","path":"adventure/TftYP-ToH/thumbnail/001-toh01.webp"},"page":"adventure.html","source":"TftYP-ToH","hash":"tftyp-toh"},{"type":"image","href":{"type":"internal","path":"adventure/TftYP-ToH/002-toh01_players.webp"},"title":"Player Version","imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-2,"offsetY":3,"distance":10},"mapParent":{"id":"0d3","autoScale":true},"width":3375,"height":4425}]}]},"ToA":{"id":"ToA","source":"ToA","prop":"adventure","chapters":[{"name":"Ch. 1: Port Nyanzaru","ix":1,"images":[{"type":"image","id":"fff","href":{"type":"internal","path":"adventure/ToA/005-0202.webp"},"title":"Map 1.1: Port Nyanzaru","width":2800,"height":3800,"imageType":"map","grid":{"type":"none","size":113,"distance":100},"mapRegions":[{"area":"037","points":[[382,236],[399,253],[409,268],[439,274],[456,269],[472,268],[499,280],[499,292],[505,303],[522,302],[545,315],[561,323],[583,336],[600,355],[616,365],[622,394],[645,425],[671,462],[683,483],[690,519],[683,549],[687,589],[698,622],[674,613],[643,616],[605,612],[567,605],[551,587],[534,562],[527,547],[508,532],[487,522],[479,502],[452,496],[446,464],[423,445],[413,430],[414,391],[410,372],[392,360],[381,335],[393,316],[390,292],[391,265]]},{"area":"036","points":[[351,755],[375,724],[539,855],[510,890]]},{"area":"035","points":[[557,937],[536,919],[447,1020],[543,1106],[625,1000],[570,952],[624,884],[685,936],[767,840],[670,752],[588,856],[608,875]]},{"area":"039","points":[[865,1143],[928,1083],[929,1076],[967,1049],[961,1030],[998,1012],[1012,1048],[1075,1049],[1078,1065],[1146,1061],[1161,1054],[1176,1057],[1193,1069],[1189,1093],[1176,1105],[1160,1104],[1144,1094],[1139,1095],[1139,1176],[1107,1216],[935,1221]]},{"area":"03a","points":[[970,1247],[983,1258],[1010,1267],[1020,1263],[1033,1266],[1074,1270],[1073,1252],[1112,1238],[1119,1247],[1128,1242],[1138,1234],[1155,1204],[1167,1190],[1178,1170],[1204,1157],[1227,1149],[1228,1156],[1220,1158],[1224,1173],[1223,1187],[1231,1198],[1240,1206],[1245,1226],[1242,1236],[1230,1239],[1224,1246],[1221,1257],[1233,1272],[1222,1289],[1207,1304],[1189,1324],[1169,1335],[1141,1347],[1108,1356],[1079,1361],[1057,1354],[1037,1357],[1013,1357],[1005,1353],[993,1348],[967,1334],[940,1312],[932,1304],[944,1282],[953,1281],[962,1269],[962,1258]]},{"area":"03f","points":[[1019,989],[1019,943],[981,876],[973,852],[984,816],[1009,826],[1033,834],[1068,842],[1100,846],[1107,853],[1124,851],[1133,839],[1171,826],[1196,815],[1226,798],[1271,777],[1307,763],[1330,765],[1347,786],[1381,812],[1415,842],[1402,878],[1397,909],[1397,947],[1398,988],[1410,1024],[1228,1099],[1216,1061],[1198,1049],[1198,1045],[1180,1038],[1169,1027],[1146,1018],[1131,1007],[1106,1004],[1086,1015],[1076,1002],[1048,998],[1026,1006]]},{"area":"03b","points":[[727,1376],[745,1353],[746,1346],[753,1344],[771,1324],[778,1327],[797,1307],[816,1320],[819,1328],[841,1337],[854,1353],[869,1365],[879,1380],[891,1383],[904,1393],[905,1407],[912,1404],[929,1415],[929,1422],[936,1424],[949,1431],[960,1421],[977,1419],[980,1412],[997,1405],[1005,1405],[1010,1399],[1023,1393],[1030,1392],[1036,1384],[1056,1380],[1068,1401],[1076,1402],[1091,1424],[1097,1429],[1098,1436],[1106,1456],[1105,1464],[1115,1487],[1106,1495],[1096,1500],[1087,1500],[1080,1508],[1066,1513],[1060,1513],[1051,1523],[1042,1526],[1034,1526],[1024,1535],[1010,1540],[1016,1554],[1000,1572],[983,1571],[984,1589],[980,1603],[979,1615],[975,1625],[975,1638],[971,1648],[968,1670],[960,1683],[937,1678],[930,1682],[906,1678],[898,1679],[891,1673],[866,1666],[866,1661],[838,1653],[842,1646],[843,1632],[848,1625],[847,1611],[852,1598],[854,1585],[859,1571],[864,1573],[859,1559],[863,1544],[868,1536],[854,1524],[851,1516],[830,1504],[829,1499],[807,1482],[801,1473],[789,1468],[777,1455],[762,1448],[762,1440],[745,1431],[741,1421],[723,1407],[714,1402],[729,1381]]},{"area":"03a","points":[[616,1470],[608,1458],[601,1436],[583,1417],[562,1408],[536,1385],[527,1411],[525,1444],[527,1478],[526,1508],[533,1524],[527,1539],[528,1553],[534,1587],[544,1607],[564,1620],[591,1633],[612,1635],[638,1641],[650,1636],[666,1647],[686,1649],[705,1643],[730,1636],[757,1621],[767,1606],[756,1587],[744,1559],[742,1534],[724,1522],[695,1500],[692,1487],[675,1482],[652,1481],[630,1476]]},{"area":"051","points":[[495,2006],[607,2007],[607,2050],[602,2058],[568,2059],[558,2053],[555,2085],[495,2084]]},{"area":"053","points":[[398,2924],[433,2927],[451,2913],[463,2894],[513,2883],[537,2869],[557,2829],[526,2795],[498,2773],[464,2759],[462,2698],[449,2684],[429,2678],[406,2678],[383,2687],[355,2725],[327,2729],[299,2744],[283,2762],[277,2795],[283,2810],[321,2824],[368,2847],[368,2869],[376,2896],[388,2915]]},{"area":"03e","points":[[2438,638],[2423,606],[2429,599],[2425,586],[2438,581],[2445,563],[2452,557],[2452,544],[2455,534],[2466,526],[2481,527],[2490,531],[2495,544],[2509,548],[2520,557],[2540,553],[2554,584],[2537,597],[2531,615],[2523,624],[2524,634],[2502,644],[2472,648],[2457,638]]},{"area":"03c","points":[[1611,931],[1610,920],[1634,912],[1639,891],[1650,877],[1657,869],[1656,860],[1667,851],[1683,846],[1691,858],[1709,858],[1710,847],[1730,850],[1740,857],[1736,870],[1741,877],[1756,874],[1761,892],[1763,910],[1749,917],[1744,931],[1731,930],[1727,940],[1733,951],[1723,962],[1723,968],[1687,972],[1689,965],[1678,972],[1645,958],[1654,938],[1642,937],[1638,931]]},{"area":"03a","points":[[1442,1054],[1584,993],[1691,1028],[1691,1118],[1566,1125],[1557,1118],[1542,1115],[1528,1128],[1506,1126],[1487,1114],[1472,1098],[1456,1080],[1447,1067]]},{"area":"03e","points":[[1864,1170],[1870,1111],[1967,1094],[1974,1107],[1984,1104],[1987,1134],[1976,1136],[1977,1160],[1935,1164],[1931,1172],[1910,1174],[1909,1167],[1883,1170]]},{"area":"043","points":[[2297,1181],[2317,1177],[2318,1171],[2358,1163],[2371,1219],[2333,1230],[2326,1207],[2304,1210]]},{"area":"041","points":[[1815,1256],[1834,1244],[1862,1238],[1860,1215],[1889,1210],[1921,1202],[1956,1192],[2002,1187],[2049,1181],[2088,1181],[2149,1184],[2201,1197],[2259,1226],[2272,1253],[2279,1264],[2288,1271],[2282,1287],[2271,1303],[2275,1326],[2255,1344],[2221,1368],[2184,1386],[2122,1392],[2048,1402],[2002,1400],[1949,1400],[1906,1392],[1876,1365],[1851,1334],[1838,1313],[1833,1304],[1820,1301],[1824,1291],[1820,1287],[1823,1273],[1823,1264]]},{"area":"044","points":[[2201,1640],[2275,1640],[2274,1721],[2251,1722],[2246,1709],[2233,1709],[2220,1722],[2201,1721],[2198,1675]]},{"area":"045","points":[[2079,2017],[2100,1967],[2144,1944],[2238,1982],[2251,2023],[2232,2078],[2187,2101],[2093,2062]]},{"area":"04e","points":[[2148,2232],[2161,2211],[2168,2216],[2184,2202],[2194,2194],[2194,2184],[2220,2180],[2222,2192],[2240,2198],[2252,2211],[2260,2204],[2271,2224],[2264,2233],[2271,2257],[2281,2259],[2282,2285],[2273,2289],[2271,2304],[2270,2313],[2283,2327],[2269,2346],[2262,2344],[2251,2352],[2240,2361],[2238,2370],[2216,2373],[2215,2363],[2201,2362],[2186,2353],[2176,2359],[2160,2341],[2168,2334],[2164,2322],[2162,2299],[2151,2302],[2144,2271],[2156,2271],[2158,2242]]},{"area":"04d","points":[[1761,2433],[1770,2417],[1784,2415],[1795,2410],[1798,2398],[1796,2388],[1809,2380],[1829,2376],[1848,2371],[1860,2367],[1873,2374],[1906,2384],[1920,2394],[1918,2406],[1927,2417],[1941,2416],[1954,2438],[1962,2461],[1967,2481],[1963,2501],[1956,2526],[1946,2540],[1933,2541],[1923,2546],[1918,2559],[1918,2569],[1896,2580],[1875,2586],[1856,2590],[1842,2589],[1812,2580],[1793,2571],[1793,2559],[1793,2548],[1783,2543],[1771,2544],[1763,2531],[1756,2518],[1750,2497],[1747,2478],[1750,2464],[1756,2447]]},{"area":"04f","points":[[2106,2829],[2113,2818],[2105,2813],[2130,2785],[2136,2790],[2141,2784],[2136,2780],[2155,2752],[2162,2757],[2171,2749],[2183,2757],[2218,2719],[2227,2727],[2236,2721],[2256,2740],[2253,2751],[2259,2758],[2263,2752],[2306,2785],[2286,2804],[2278,2813],[2263,2818],[2249,2826],[2236,2842],[2227,2855],[2212,2865],[2192,2863],[2178,2863],[2162,2873],[2132,2854],[2114,2839]]},{"area":"049","points":[[1167,2362],[1191,2378],[1207,2385],[1242,2399],[1246,2412],[1252,2429],[1291,2429],[1298,2417],[1306,2410],[1339,2406],[1362,2405],[1387,2402],[1407,2384],[1427,2371],[1440,2362],[1486,2405],[1496,2420],[1511,2435],[1518,2440],[1483,2475],[1459,2506],[1441,2502],[1424,2506],[1409,2522],[1413,2542],[1412,2554],[1404,2574],[1370,2577],[1345,2581],[1329,2620],[1328,2636],[1285,2666],[1261,2669],[1250,2656],[1233,2652],[1161,2518],[1171,2501],[1150,2487],[1120,2464],[1086,2438],[1100,2419],[1118,2402],[1131,2383],[1136,2367],[1156,2367]]},{"area":"04c","points":[[1277,2209],[1279,2189],[1294,2170],[1310,2149],[1325,2136],[1344,2125],[1365,2119],[1376,2121],[1396,2128],[1407,2147],[1411,2162],[1410,2184],[1396,2202],[1380,2219],[1363,2232],[1347,2248],[1324,2253],[1294,2245],[1278,2224]]},{"area":"04b","points":[[1455,2010],[1463,1981],[1485,1967],[1517,1973],[1562,1975],[1598,1998],[1601,2011],[1593,2031],[1635,2056],[1651,2080],[1651,2096],[1704,2127],[1749,2153],[1745,2162],[1730,2168],[1710,2199],[1701,2201],[1677,2229],[1663,2229],[1648,2227],[1569,2184],[1572,2157],[1567,2150],[1577,2144],[1579,2116],[1567,2116],[1563,2109],[1549,2108],[1540,2092],[1549,2089],[1542,2069],[1529,2069],[1492,2085],[1478,2071],[1482,2055],[1469,2040],[1459,2052],[1456,2032]]},{"area":"042","points":[[1854,1692],[1865,1699],[1872,1706],[1873,1718],[1864,1734],[1848,1735],[1835,1723],[1833,1710],[1838,1699],[1843,1695]]},{"area":"047","points":[[1422,1407],[1478,1342],[1493,1340],[1554,1300],[1562,1290],[1576,1296],[1619,1313],[1630,1317],[1679,1324],[1705,1334],[1738,1367],[1740,1415],[1701,1478],[1665,1531],[1583,1541],[1536,1509],[1524,1498]]},{"area":"046","points":[[1141,1771],[1138,1752],[1162,1671],[1171,1640],[1192,1591],[1204,1557],[1233,1529],[1247,1513],[1281,1491],[1318,1473],[1336,1486],[1357,1499],[1375,1504],[1395,1513],[1412,1526],[1439,1540],[1477,1560],[1476,1579],[1457,1625],[1442,1657],[1435,1689],[1433,1722],[1446,1727],[1445,1784],[1430,1793],[1399,1792],[1351,1795],[1308,1792],[1269,1791],[1208,1785],[1164,1783]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/005-0202.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/006-0202a.webp"},"title":"Player Version","mapParent":{"id":"fff"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"none","size":112,"distance":100}},{"type":"image","id":"ffe","href":{"type":"internal","path":"adventure/ToA/014-0210.webp"},"title":"Map 1.2: Merchant Prince's Villa","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":77,"offsetX":-19,"offsetY":31,"scale":2},"mapRegions":[{"area":"06b","points":[[149,813],[211,813],[211,660],[411,660],[411,629],[531,629],[531,660],[593,660],[593,582],[851,582],[851,659],[1157,659],[1157,814],[1294,814],[1294,525],[149,525]]},{"area":"06d","points":[[227,677],[227,820],[448,820],[448,677]]},{"area":"06c","points":[[615,602],[615,817],[831,817],[831,602]]},{"area":"06a","points":[[842,678],[1138,678],[1138,830],[1292,830],[1292,1201],[996,1201],[996,817],[842,817]]},{"area":"069","points":[[682,1239],[647,1226],[615,1211],[597,1194],[578,1177],[564,1160],[552,1137],[544,1117],[536,1088],[533,1056],[538,1018],[548,1020],[552,1012],[571,1024],[578,1021],[581,1004],[592,980],[611,956],[611,897],[833,897],[833,956],[851,980],[860,1009],[866,1020],[873,1015],[891,1023],[896,1020],[904,1023],[908,1041],[909,1063],[907,1089],[898,1113],[891,1135],[877,1162],[861,1184],[839,1198],[820,1213],[799,1224],[776,1234],[762,1239],[736,1247],[704,1247]]},{"area":"06e","points":[[151,830],[446,830],[446,1127],[371,1127],[371,1202],[264,1202],[264,1127],[151,1127]]},{"area":"06f","points":[[151,1214],[151,1588],[524,1588],[524,1214]]},{"area":"067","points":[[536,1291],[613,1291],[613,1252],[833,1252],[833,1586],[610,1586],[610,1434],[536,1434]]},{"area":"068","points":[[843,1213],[843,1585],[984,1585],[984,1213]]},{"area":"06b","points":[[1004,1220],[1004,1589],[1291,1589],[1291,1220]]},{"area":"077","points":[[2152,1215],[2152,1585],[2293,1585],[2293,1215]]},{"area":"076","points":[[1767,1216],[1767,1588],[1906,1588],[1906,1216]]},{"area":"078","points":[[1431,1216],[1431,1608],[1753,1608],[1753,1216]]},{"area":"075","points":[[1613,908],[1613,1199],[1831,1199],[1831,908]]},{"area":"072","points":[[1459,906],[1459,1199],[1601,1199],[1601,906]]},{"area":"072","points":[[2150,678],[2150,820],[2445,820],[2445,678]]},{"area":"072","points":[[1536,678],[1536,818],[1909,818],[1909,678]]},{"area":"071","points":[[1920,678],[1920,820],[2139,820],[2139,678]]},{"area":"073","points":[[2229,908],[2229,1203],[2598,1203],[2598,908]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/014-0210.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/015-0210a.webp"},"title":"Player Version","mapParent":{"id":"ffe"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-19,"offsetY":31,"scale":2}}]},{"name":"Ch. 2: The Land of Chult","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/ToA/018-0302.webp"},"title":"Map 2.1: Chult","width":2213,"height":2997,"imageType":"map","grid":{"type":"hexColsOdd","size":103,"offsetX":-2,"offsetY":-36,"scale":3,"distance":10,"units":"miles"},"mapRegions":[{"area":"1a1","points":[[1531,2659],[1531,2745],[1663,2745],[1663,2659]]},{"area":"1a3","points":[[1857,1932],[1930,1942],[2015,1965],[2070,1989],[2040,2037],[1982,2017],[1902,1998],[1844,1978]]},{"area":"115","points":[[1530,1601],[1530,1664],[1648,1664],[1648,1601]]},{"area":"12e","points":[[1575,1474],[1575,1531],[1672,1531],[1672,1474]]},{"area":"197","points":[[1560,1431],[1616,1408],[1673,1395],[1733,1392],[1727,1436],[1687,1445],[1628,1454],[1574,1466]]},{"area":"19e","points":[[1339,2338],[1436,2350],[1490,2371],[1472,2459],[1370,2422],[1327,2405]]},{"area":"0d7","points":[[944,2370],[999,2340],[1103,2311],[1146,2307],[1155,2361],[1095,2373],[1013,2396],[972,2413]]},{"area":"158","points":[[960,1996],[1073,2004],[1163,2018],[1283,2053],[1254,2110],[1187,2087],[1087,2062],[1001,2054],[967,2048]]},{"area":"19c","points":[[573,2047],[573,2106],[671,2106],[671,2047]]},{"area":"19d","points":[[477,2025],[444,2101],[539,2131],[567,2058]]},{"area":"1af","points":[[381,1852],[381,1950],[537,1950],[537,1852]]},{"area":"116","points":[[463,1722],[463,1778],[592,1778],[592,1722]]},{"area":"1a5","points":[[572,1811],[593,1784],[641,1808],[711,1829],[764,1855],[748,1887],[676,1876],[607,1853],[580,1833]]},{"area":"18c","points":[[837,1834],[837,1898],[908,1898],[908,1834]]},{"area":"0b4","points":[[656,1711],[656,1783],[792,1783],[792,1711]]},{"area":"1aa","points":[[693,1565],[693,1675],[859,1675],[859,1565]]},{"area":"13e","points":[[311,1553],[386,1525],[450,1498],[465,1549],[395,1583],[321,1600]]},{"area":"19a","points":[[574,1370],[574,1407],[688,1407],[688,1370]]},{"area":"0ad","points":[[707,1328],[707,1410],[823,1410],[823,1328]]},{"area":"18d","points":[[544,1144],[544,1212],[662,1212],[662,1144]]},{"area":"0b5","points":[[1122,499],[1122,582],[1237,582],[1237,499]]},{"area":"0f2","points":[[1318,504],[1318,576],[1476,576],[1476,504]]},{"area":"1ce","points":[[940,911],[940,966],[1032,966],[1032,911]]},{"area":"199","points":[[979,982],[1036,955],[1089,933],[1138,927],[1142,946],[1103,972],[1045,997],[999,1007]]},{"area":"1a6","points":[[846,970],[846,1048],[928,1048],[928,970]]},{"area":"19b","points":[[1214,954],[1262,886],[1286,862],[1311,882],[1286,913],[1259,962],[1233,978]]},{"area":"0b7","points":[[991,1012],[991,1095],[1089,1095],[1089,1012]]},{"area":"0cd","points":[[768,1060],[768,1116],[954,1116],[954,1060]]},{"area":"15a","points":[[811,1160],[811,1226],[916,1226],[916,1160]]},{"area":"195","points":[[1349,914],[1349,971],[1497,971],[1497,914]]},{"area":"156","points":[[1502,952],[1588,966],[1633,991],[1606,1029],[1571,1046],[1507,1024],[1500,975]]},{"area":"163","points":[[1344,998],[1344,1052],[1425,1052],[1425,998]]},{"area":"0e6","points":[[1221,1036],[1221,1101],[1341,1101],[1341,1036]]},{"area":"0d8","points":[[1086,1159],[1086,1220],[1249,1220],[1249,1159]]},{"area":"0ae","points":[[1371,1066],[1371,1135],[1519,1135],[1519,1066]]},{"area":"1a8","points":[[1450,1152],[1450,1235],[1589,1235],[1589,1152]]},{"area":"188","points":[[1401,1238],[1401,1315],[1494,1315],[1494,1238]]},{"area":"13f","points":[[1379,1325],[1379,1377],[1506,1377],[1506,1325]]},{"area":"166","points":[[1267,1443],[1267,1506],[1382,1506],[1382,1443]]},{"area":"18b","points":[[1381,1383],[1428,1391],[1459,1407],[1455,1449],[1374,1428],[1374,1408]]},{"area":"10b","points":[[1032,1345],[1032,1433],[1135,1433],[1135,1345]]},{"area":"0ac","points":[[863,1236],[895,1229],[916,1231],[963,1260],[1012,1314],[1016,1341],[990,1350],[949,1309],[912,1279],[873,1257]]},{"area":"198","points":[[1207,1456],[1245,1414],[1273,1393],[1316,1380],[1326,1409],[1287,1426],[1259,1441],[1231,1470]]},{"area":"157","points":[[1273,1650],[1285,1621],[1323,1626],[1378,1658],[1406,1686],[1381,1711],[1352,1699],[1313,1672],[1290,1665]]},{"area":"1a4","points":[[1143,1691],[1145,1665],[1177,1664],[1233,1680],[1273,1696],[1333,1718],[1376,1745],[1355,1774],[1283,1742],[1217,1714],[1169,1706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/018-0302.webp"},"id":"159","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/019-0303.webp"},"title":"Map 2.2: Ataaz Muhahah","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":65,"offsetX":14,"offsetY":6},"mapRegions":[{"area":"0ae","points":[[504,128],[504,260],[1539,260],[1539,128]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/019-0303.webp"},"id":"196","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ffd","href":{"type":"internal","path":"adventure/ToA/021-0305.webp"},"title":"Map 2.3: Camp Righteous","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":58,"offsetX":13,"offsetY":23},"mapRegions":[{"area":"0ba","points":[[346,240],[346,744],[787,744],[787,240]]},{"area":"0bd","points":[[828,488],[882,464],[944,459],[998,444],[1052,485],[1053,552],[1034,609],[1000,665],[945,667],[879,661],[828,639]]},{"area":"0d3","points":[[1116,431],[1120,366],[1129,324],[1173,336],[1166,375],[1158,434]]},{"area":"0b9","points":[[424,958],[422,918],[442,873],[491,842],[547,844],[589,868],[611,909],[735,1122],[771,1158],[782,1198],[768,1259],[729,1289],[684,1304],[639,1293],[601,1258],[586,1206],[449,1004]]},{"area":"0bb","points":[[685,1566],[792,1427],[932,1521],[848,1661]]},{"area":"0d3","points":[[1058,1347],[1058,1307],[1064,1295],[1064,1248],[1107,1248],[1107,1294],[1105,1309],[1105,1347]]},{"area":"0c0","points":[[993,829],[1188,829],[1188,809],[1211,809],[1211,828],[1246,828],[1246,811],[1273,811],[1273,829],[1569,829],[1569,772],[1813,772],[1813,1013],[1572,1013],[1572,959],[1273,959],[1273,974],[1248,974],[1248,956],[1215,956],[1215,973],[1191,973],[1191,957],[995,957],[995,968],[1001,974],[1000,1005],[1015,1026],[1046,1038],[1060,1059],[1131,1061],[1168,1066],[1206,1061],[1229,1065],[1255,1065],[1285,1062],[1284,1025],[1288,1007],[1413,1007],[1426,1035],[1440,1054],[1452,1087],[1476,1102],[1489,1125],[1522,1140],[1545,1154],[1589,1166],[1594,1178],[1614,1179],[1636,1178],[1656,1181],[1684,1189],[1705,1188],[1724,1196],[1744,1188],[1773,1184],[1799,1173],[1809,1168],[1826,1164],[1860,1151],[1873,1127],[1898,1111],[1916,1095],[1919,1076],[1940,1060],[1945,1035],[1958,1011],[1959,1001],[1973,981],[1973,953],[1979,925],[1972,871],[1888,871],[1888,666],[1852,645],[1820,625],[1789,609],[1752,604],[1708,601],[1676,600],[1649,601],[1615,602],[1574,608],[1551,607],[1541,622],[1512,636],[1487,648],[1469,667],[1451,687],[1442,704],[1425,718],[1418,747],[1407,779],[1368,784],[1334,782],[1284,781],[1284,726],[1186,725],[1128,725],[1066,724],[1052,746],[1031,758],[1008,771],[999,798],[998,814]]},{"area":"0c9","points":[[1472,838],[1576,838],[1576,780],[1806,780],[1806,1009],[1580,1009],[1580,951],[1472,951]]},{"area":"0c8","points":[[1401,838],[1401,949],[1452,949],[1452,838]]},{"area":"0c7","points":[[1282,839],[1282,952],[1395,952],[1395,839]]},{"area":"0c6","points":[[1191,833],[1191,818],[1205,818],[1205,833],[1249,833],[1249,818],[1265,818],[1265,833],[1278,833],[1278,949],[1269,949],[1269,968],[1255,968],[1255,951],[1211,951],[1211,968],[1194,968],[1194,952],[1173,952],[1173,833]]},{"area":"0c5","points":[[1062,839],[1062,951],[1167,951],[1167,839]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/021-0305.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/022-0305a.webp"},"title":"Player Version","mapParent":{"id":"ffd"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":13,"offsetY":23}},{"type":"image","id":"ffc","href":{"type":"internal","path":"adventure/ToA/023-0306.webp"},"title":"Map 2.4: Camp Vengeance","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":58,"offsetX":17,"offsetY":21},"mapRegions":[{"area":"0d1","points":[[1711,558],[1711,655],[1811,655],[1811,558]]},{"area":"0d1","points":[[1068,501],[1068,596],[1169,596],[1169,501]]},{"area":"0d0","points":[[1829,902],[1829,1107],[1972,1107],[1972,902]]},{"area":"0d1","points":[[781,1359],[781,1460],[878,1460],[878,1359]]},{"area":"0d2","points":[[1531,1460],[1532,1411],[1552,1369],[1567,1334],[1598,1293],[1626,1261],[1651,1247],[1692,1247],[1718,1246],[1747,1252],[1786,1269],[1842,1301],[1812,1340],[1772,1379],[1739,1408],[1706,1427],[1659,1447],[1634,1459],[1574,1459],[1549,1460]]},{"area":"0d1","points":[[548,901],[548,998],[651,998],[651,901]]},{"area":"0d6","points":[[605,554],[605,601],[771,601],[771,554]]},{"area":"0d5","points":[[708,713],[708,1248],[1012,1248],[1012,713]]},{"area":"0d3","points":[[1285,778],[1309,736],[1353,711],[1406,712],[1447,736],[1469,779],[1467,822],[1475,828],[1448,871],[1406,898],[1354,901],[1312,876],[1287,831]]},{"area":"0d3","points":[[1307,1200],[1352,1176],[1405,1175],[1446,1200],[1473,1241],[1467,1299],[1466,1320],[1445,1339],[1407,1361],[1354,1359],[1305,1340],[1284,1292],[1288,1244]]},{"area":"0d4","points":[[1235,946],[1467,949],[1465,1121],[1234,1122]]},{"area":"0cf","points":[[2271,927],[2289,896],[2291,867],[2311,844],[2327,805],[2333,767],[2398,736],[2441,734],[2478,744],[2509,776],[2504,815],[2474,845],[2474,864],[2511,884],[2518,927],[2498,948],[2516,980],[2487,1012],[2436,992],[2362,966],[2291,942]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/023-0306.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/024-0306a.webp"},"title":"Player Version","mapParent":{"id":"ffc"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":17,"offsetY":21}},{"type":"image","id":"ffb","href":{"type":"internal","path":"adventure/ToA/025-0307.webp"},"title":"Map 2.5: Dungrunglung","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-12,"scale":2,"distance":10},"mapRegions":[{"area":"0da","points":[[952,260],[931,258],[895,258],[839,265],[794,278],[733,301],[665,332],[605,364],[540,406],[505,446],[464,501],[439,542],[404,592],[392,624],[364,660],[333,680],[319,704],[293,716],[286,736],[273,752],[256,800],[251,834],[244,867],[233,900],[233,928],[232,960],[234,1036],[238,1074],[238,1101],[244,1136],[261,1176],[281,1215],[304,1245],[321,1295],[339,1338],[349,1365],[360,1408],[389,1449],[418,1474],[448,1506],[476,1527],[489,1542],[518,1559],[558,1586],[593,1605],[628,1624],[668,1644],[712,1654],[758,1672],[798,1684],[833,1693],[882,1701],[911,1696],[932,1704],[980,1712],[1012,1713],[1061,1715],[1089,1713],[1133,1716],[1184,1711],[1212,1706],[1245,1701],[1306,1685],[1324,1674],[1353,1660],[1393,1632],[1427,1609],[1455,1594],[1487,1565],[1519,1529],[1540,1506],[1556,1488],[1582,1478],[1615,1461],[1639,1438],[1661,1416],[1680,1405],[1699,1378],[1716,1352],[1721,1321],[1726,1296],[1740,1264],[1748,1232],[1755,1199],[1747,1139],[1747,1089],[1752,1052],[1759,1014],[1760,989],[1762,961],[1766,899],[1766,851],[1754,798],[1751,768],[1738,740],[1707,693],[1691,668],[1687,622],[1673,587],[1646,549],[1633,528],[1615,505],[1594,486],[1565,462],[1551,448],[1522,421],[1494,406],[1447,387],[1418,362],[1387,329],[1358,312],[1332,287],[1319,279],[1288,268],[1265,264],[1232,260],[1186,256],[1145,248],[1107,252],[1089,249],[1045,259],[1019,240],[1006,267],[1005,411],[1073,405],[1107,408],[1161,418],[1198,425],[1232,435],[1271,454],[1304,475],[1340,489],[1358,508],[1391,544],[1419,571],[1458,611],[1487,644],[1514,674],[1538,708],[1549,740],[1569,778],[1569,804],[1572,848],[1586,905],[1596,949],[1601,1016],[1589,1065],[1587,1089],[1578,1111],[1574,1139],[1571,1199],[1568,1234],[1561,1278],[1541,1307],[1511,1352],[1480,1378],[1436,1409],[1380,1436],[1360,1454],[1345,1486],[1312,1512],[1285,1536],[1239,1551],[1185,1571],[1148,1569],[1099,1586],[1066,1582],[1036,1584],[982,1579],[924,1572],[867,1568],[838,1553],[801,1529],[778,1506],[734,1493],[695,1476],[647,1465],[601,1433],[572,1386],[554,1369],[542,1341],[525,1320],[491,1274],[469,1227],[452,1162],[431,1134],[419,1106],[411,1072],[401,1035],[387,1000],[385,952],[388,934],[392,886],[396,860],[411,824],[467,756],[489,727],[534,660],[551,642],[592,596],[633,569],[648,551],[668,531],[711,506],[721,492],[736,478],[768,466],[820,447],[855,439],[880,432],[896,424],[939,424],[992,413],[969,273],[976,245]]},{"area":"0e1","points":[[568,722],[608,673],[641,618],[685,611],[716,638],[739,704],[699,765],[624,759],[582,742]]},{"area":"0e3","points":[[775,516],[818,522],[807,566],[766,559]]},{"area":"0e1","points":[[1148,519],[1175,500],[1221,509],[1255,522],[1326,556],[1340,576],[1329,627],[1291,647],[1253,653],[1200,639],[1159,615],[1136,596],[1127,553]]},{"area":"0e1","points":[[1442,1172],[1478,1161],[1528,1122],[1548,1066],[1552,968],[1521,939],[1480,967],[1456,1018],[1444,1068],[1420,1089],[1421,1153]]},{"area":"0de","points":[[901,887],[912,880],[1111,880],[1119,892],[1119,1073],[1115,1080],[913,1080],[901,1076]]},{"area":"0dd","points":[[806,821],[839,784],[866,769],[913,771],[952,766],[991,768],[1028,762],[1116,772],[1158,764],[1211,782],[1232,824],[1241,868],[1241,921],[1247,968],[1240,1024],[1244,1071],[1244,1126],[1226,1162],[1160,1184],[1119,1187],[1072,1182],[1044,1194],[1029,1213],[995,1211],[985,1192],[968,1180],[948,1179],[905,1180],[881,1176],[861,1169],[825,1159],[800,1113],[796,1065],[795,1032],[794,999],[789,949],[799,905],[802,871],[799,840],[887,881],[887,1101],[898,1101],[905,1099],[982,1095],[993,1100],[1029,1098],[1119,1095],[1127,1101],[1134,1094],[1134,884],[1120,866],[913,866]]},{"area":"0dd","points":[[809,825],[909,865],[891,879],[802,841]]},{"area":"0da","points":[[980,240],[1015,238],[1005,261],[1002,411],[992,413],[969,273]]},{"area":"0db","points":[[845,1533],[889,1471],[921,1436],[951,1409],[992,1400],[1029,1404],[1049,1422],[1095,1432],[1129,1472],[1154,1478],[1192,1515],[1187,1542],[1133,1559],[1069,1565],[1015,1561],[974,1559],[914,1559],[872,1547]]},{"area":"0e1","points":[[484,1207],[514,1155],[548,1128],[578,1132],[642,1160],[687,1172],[688,1205],[684,1285],[652,1318],[582,1346],[562,1348],[544,1316],[516,1288],[498,1246],[489,1228]]},{"area":"0e2","points":[[502,1092],[481,1081],[473,1047],[460,1009],[447,965],[451,919],[478,875],[516,866],[553,864],[594,854],[614,829],[648,818],[696,820],[732,786],[745,741],[759,705],[788,687],[815,664],[819,628],[818,579],[827,535],[849,514],[885,496],[941,491],[969,481],[987,468],[1028,467],[1069,472],[1111,488],[1125,513],[1127,568],[1144,607],[1180,632],[1220,649],[1258,661],[1324,646],[1351,652],[1396,653],[1413,662],[1441,684],[1472,729],[1493,771],[1507,829],[1502,861],[1487,892],[1459,907],[1426,909],[1396,926],[1386,951],[1374,988],[1380,1019],[1391,1053],[1392,1091],[1398,1136],[1432,1168],[1456,1182],[1474,1212],[1475,1264],[1456,1294],[1429,1314],[1387,1342],[1354,1384],[1300,1415],[1259,1435],[1216,1464],[1169,1481],[1127,1464],[1111,1439],[1060,1418],[1031,1395],[981,1394],[935,1408],[907,1441],[880,1466],[825,1465],[804,1448],[776,1433],[736,1416],[713,1400],[694,1368],[680,1341],[681,1312],[696,1291],[700,1268],[694,1226],[693,1168],[644,1151],[793,1119],[818,1159],[879,1180],[921,1185],[965,1186],[991,1213],[1034,1218],[1052,1194],[1074,1191],[1109,1191],[1154,1191],[1192,1180],[1238,1162],[1251,1120],[1251,1052],[1248,1013],[1255,967],[1245,928],[1248,884],[1245,847],[1231,795],[1215,778],[1189,767],[1151,758],[1121,768],[1078,760],[1039,759],[995,762],[955,761],[922,765],[878,762],[876,762],[834,782],[808,814],[794,851],[794,880],[792,913],[780,959],[786,988]]},{"area":"0e2","points":[[504,1093],[789,993],[794,1047],[794,1098],[796,1116],[640,1149],[625,1127],[602,1100],[572,1096],[542,1101],[519,1099]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/025-0307.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/026-0307a.webp"},"title":"Player Version","mapParent":{"id":"ffb"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-12,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/ToA/027-0308.webp"},"title":"Map 2.6: Firefinger","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":53,"offsetX":3,"offsetY":-6},"mapRegions":[{"area":"0e6","points":[[991,120],[991,269],[1746,269],[1746,120]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/027-0308.webp"},"id":"1a2","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ffa","href":{"type":"internal","path":"adventure/ToA/029-0309.webp"},"title":"Map 2.7: Fort Beluarian","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-11,"scale":2,"distance":10},"mapRegions":[{"area":"0f8","points":[[1114,616],[1114,736],[1299,736],[1299,616]]},{"area":"0fd","points":[[1468,1473],[1468,1221],[1544,1221],[1566,1227],[1679,1227],[1679,1325],[1501,1473]]},{"area":"0fa","points":[[1159,1142],[1378,1142],[1392,1175],[1424,1205],[1424,1381],[1159,1381]]},{"area":"0f9","points":[[1071,1136],[1071,1274],[1155,1274],[1155,1136]]},{"area":"0f7","points":[[726,948],[815,948],[860,911],[988,911],[1027,907],[1084,907],[1084,995],[1033,1132],[860,1132],[819,1152],[726,1152]]},{"area":"0f6","points":[[485,919],[681,919],[681,1002],[635,1002],[599,965],[514,961],[485,942]]},{"area":"0f4","points":[[395,927],[388,900],[402,876],[425,872],[448,882],[464,902],[464,1132],[465,1180],[447,1201],[411,1202],[392,1186],[387,1158],[401,1139],[425,1131],[425,948],[408,942]]},{"area":"0fc","points":[[948,1473],[948,1395],[1025,1391],[1058,1354],[1086,1367],[1094,1365],[1139,1402],[1078,1460],[1032,1476]]},{"area":"0f5","points":[[1296,1507],[1328,1480],[1356,1485],[1373,1498],[1378,1508],[1472,1508],[1485,1486],[1506,1480],[1529,1479],[1547,1498],[1546,1524],[1536,1549],[1509,1552],[1487,1544],[1480,1534],[1473,1521],[1378,1521],[1367,1539],[1347,1555],[1320,1552],[1306,1535],[1299,1521]]},{"area":"0fe","points":[[1422,1202],[1398,1178],[1379,1139],[1371,1098],[1371,1025],[1371,954],[1374,866],[1385,828],[1424,791],[1469,766],[1519,766],[1565,767],[1609,765],[1664,774],[1707,801],[1728,835],[1744,894],[1740,968],[1739,1028],[1742,1076],[1736,1108],[1729,1152],[1709,1180],[1672,1209],[1631,1221],[1568,1225],[1538,1215],[1466,1215],[1440,1214]]},{"area":"0ff","points":[[2240,1358],[2244,1331],[2275,1298],[2305,1279],[2362,1280],[2395,1288],[2416,1308],[2428,1341],[2436,1395],[2432,1472],[2426,1511],[2406,1535],[2367,1558],[2306,1559],[2278,1551],[2255,1528],[2240,1493],[2234,1465],[2236,1401]]},{"area":"100","points":[[2089,1345],[2091,1260],[2095,1218],[2108,1192],[2131,1166],[2162,1133],[2198,1119],[2229,1115],[2265,1113],[2291,1113],[2331,1115],[2328,1267],[2302,1268],[2236,1322],[2222,1342],[2221,1345]]},{"area":"102","points":[[2089,1492],[2218,1492],[2226,1519],[2240,1547],[2126,1664],[2098,1628],[2089,1588]]},{"area":"101","points":[[2132,1678],[2248,1561],[2275,1574],[2311,1576],[2355,1580],[2380,1576],[2418,1559],[2538,1674],[2514,1696],[2482,1716],[2449,1722],[2409,1727],[2266,1727],[2215,1725],[2180,1712],[2148,1696]]},{"area":"103","points":[[2453,1491],[2574,1491],[2578,1600],[2486,1600],[2431,1549],[2442,1529],[2448,1513]]},{"area":"104","points":[[2447,1369],[2447,1414],[2508,1414],[2508,1369]]},{"area":"105","points":[[2347,1112],[2414,1112],[2451,1113],[2482,1121],[2524,1152],[2554,1181],[2571,1231],[2575,1268],[2574,1374],[2578,1414],[2525,1413],[2520,1347],[2452,1347],[2452,1222],[2404,1222],[2404,1158],[2347,1158]]},{"area":"107","points":[[2094,471],[2093,425],[2102,393],[2120,364],[2141,334],[2169,319],[2199,302],[2261,298],[2265,375],[2221,398],[2198,414],[2178,439],[2161,471]]},{"area":"10a","points":[[2511,492],[2580,492],[2580,598],[2511,598]]},{"area":"10a","points":[[2091,489],[2160,489],[2160,622],[2160,688],[2164,721],[2179,756],[2198,780],[2213,794],[2162,887],[2126,858],[2109,836],[2098,802],[2093,742],[2093,616],[2091,532]]},{"area":"108","points":[[2227,805],[2284,826],[2339,827],[2388,822],[2427,815],[2456,794],[2472,782],[2499,752],[2508,716],[2512,660],[2512,616],[2576,616],[2582,680],[2578,735],[2576,778],[2564,821],[2547,848],[2526,878],[2493,896],[2441,912],[2379,916],[2300,912],[2226,912],[2172,899]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/029-0309.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/030-0309a.webp"},"title":"Player Version","mapParent":{"id":"ffa"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":-11,"scale":2,"distance":10}},{"type":"image","id":"ff9","href":{"type":"internal","path":"adventure/ToA/032-0312.webp"},"title":"Map 2.8: Heart of Ubtao","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":86,"offsetX":23,"offsetY":-39,"scale":2},"mapRegions":[{"area":"10d","points":[[2159,378],[2206,386],[2242,376],[2262,367],[2269,353],[2285,342],[2302,341],[2311,355],[2314,379],[2338,392],[2366,433],[2362,454],[2387,460],[2394,479],[2368,489],[2361,512],[2369,528],[2384,544],[2379,571],[2358,564],[2340,556],[2307,566],[2305,585],[2305,607],[2304,625],[2289,639],[2267,633],[2258,601],[2259,576],[2232,571],[2211,556],[2194,545],[2182,529],[2164,533],[2140,531],[2135,498],[2154,493],[2161,482],[2158,458],[2165,435],[2172,422],[2169,411],[2159,412],[2148,396]]},{"area":"10e","points":[[2389,753],[2419,727],[2448,707],[2478,675],[2489,651],[2506,615],[2528,575],[2552,522],[2568,486],[2575,432],[2562,405],[2571,364],[2593,376],[2616,411],[2619,455],[2611,495],[2589,561],[2572,608],[2546,642],[2526,684],[2505,707],[2476,726],[2447,753],[2418,779],[2399,788]]},{"area":"10f","points":[[2236,824],[2249,782],[2266,762],[2284,765],[2316,762],[2335,773],[2345,807],[2340,853],[2308,875],[2274,876],[2248,860],[2233,844]]},{"area":"10f","points":[[2216,1651],[2235,1628],[2266,1619],[2274,1593],[2289,1574],[2327,1569],[2338,1564],[2352,1581],[2339,1595],[2347,1620],[2366,1614],[2364,1667],[2344,1674],[2326,1682],[2300,1691],[2268,1693],[2248,1676],[2232,1655]]},{"area":"110","points":[[2016,1244],[2012,1226],[2014,1191],[2042,1181],[2071,1166],[2087,1154],[2148,1131],[2162,1115],[2175,1102],[2208,1098],[2240,1100],[2265,1107],[2288,1104],[2326,1093],[2355,1094],[2393,1112],[2405,1142],[2468,1178],[2481,1189],[2493,1209],[2513,1235],[2525,1262],[2515,1271],[2521,1299],[2522,1327],[2508,1341],[2514,1373],[2519,1405],[2508,1418],[2501,1447],[2502,1473],[2486,1488],[2456,1492],[2444,1482],[2420,1486],[2408,1509],[2384,1520],[2359,1515],[2334,1524],[2246,1522],[2232,1521],[2220,1512],[2206,1511],[2181,1500],[2161,1494],[2144,1504],[2129,1520],[2106,1526],[2080,1529],[2064,1511],[2044,1498],[2031,1479],[2034,1464],[2019,1446],[2005,1446],[1992,1429],[1979,1396],[1971,1388],[1966,1364],[1973,1342],[1989,1324],[1985,1295],[1982,1261],[1998,1253]]},{"area":"113","points":[[2087,1139],[2069,1132],[2051,1136],[2039,1140],[2021,1128],[2021,1089],[2033,1073],[2035,1061],[2058,1052],[2074,1042],[2100,1033],[2125,1041],[2147,1047],[2156,1074],[2162,1086],[2140,1099],[2125,1113],[2127,1126]]},{"area":"114","points":[[2411,1101],[2389,1096],[2374,1074],[2374,1046],[2386,1027],[2411,1012],[2433,1009],[2452,1016],[2467,1038],[2498,1053],[2511,1068],[2525,1109],[2511,1135],[2479,1131],[2464,1145],[2460,1165],[2418,1146],[2419,1121],[2421,1107]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/032-0312.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/033-0312a.webp"},"title":"Player Version","mapParent":{"id":"ff9"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":23,"offsetY":-39,"scale":2}},{"type":"image","id":"ff8","href":{"type":"internal","path":"adventure/ToA/034-0313.webp"},"title":"Map 2.9: Hrakhamar","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":94,"offsetX":69,"offsetY":64,"scale":2},"mapRegions":[{"area":"11a","points":[[739,849],[739,441],[809,363],[1204,363],[1204,926],[807,926]]},{"area":"11c","points":[[1217,361],[1217,496],[1439,496],[1439,361]]},{"area":"11d","points":[[1219,509],[1442,509],[1442,972],[1275,972],[1245,925],[1219,925]]},{"area":"11f","points":[[1455,746],[1729,746],[1729,826],[1722,884],[1722,974],[1455,974]]},{"area":"118","points":[[180,1157],[203,1151],[219,1145],[232,1136],[240,1126],[256,1117],[265,1127],[269,1138],[285,1144],[307,1149],[319,1154],[334,1160],[351,1161],[365,1153],[375,1150],[374,1141],[389,1142],[395,1160],[413,1180],[443,1188],[490,1196],[522,1195],[541,1192],[563,1179],[580,1187],[604,1186],[616,1179],[625,1165],[634,1153],[654,1156],[668,1159],[677,1178],[699,1192],[727,1195],[749,1190],[772,1182],[783,1195],[801,1208],[830,1217],[856,1218],[883,1219],[910,1213],[929,1195],[936,1169],[953,1172],[987,1175],[1006,1174],[1030,1173],[1058,1173],[1062,1183],[1061,1206],[1059,1231],[1061,1264],[1090,1265],[1117,1266],[1141,1264],[1167,1264],[1197,1259],[1213,1244],[1229,1227],[1245,1213],[1262,1197],[1270,1165],[1284,1179],[1309,1187],[1332,1186],[1348,1188],[1368,1185],[1377,1171],[1392,1168],[1405,1172],[1415,1181],[1437,1192],[1455,1199],[1476,1193],[1502,1193],[1519,1179],[1531,1178],[1540,1188],[1551,1190],[1564,1187],[1612,1184],[1650,1187],[1671,1181],[1679,1172],[1697,1161],[1703,1146],[1701,1129],[1708,1114],[1716,1130],[1719,1160],[1720,1179],[1719,1216],[1750,1214],[1778,1215],[1799,1213],[1822,1214],[1852,1210],[1871,1194],[1887,1178],[1907,1163],[1922,1147],[1926,1114],[1926,1092],[1926,1065],[1926,1037],[1926,1022],[1926,995],[1926,970],[1926,947],[1926,923],[1922,891],[1901,867],[1882,853],[1882,833],[1882,802],[1882,785],[1882,760],[1882,729],[1844,729],[1824,729],[1795,729],[1775,729],[1748,729],[1730,731],[1722,699],[1712,684],[1729,678],[1751,679],[1769,673],[1777,661],[1771,592],[1775,575],[1766,559],[1761,543],[1743,540],[1733,521],[1727,507],[1741,492],[1760,474],[1781,472],[1783,457],[1775,443],[1784,433],[1806,426],[1817,416],[1820,397],[1835,378],[1855,369],[1865,364],[1862,342],[1873,328],[1880,317],[1901,312],[1917,316],[1920,339],[1930,350],[1938,371],[1956,376],[1970,388],[1974,405],[2002,412],[2028,413],[2045,418],[2064,429],[2067,443],[2067,458],[2067,479],[2065,495],[2081,513],[2103,518],[2111,523],[2112,538],[2116,548],[2128,552],[2137,565],[2145,588],[2153,634],[2152,657],[2149,673],[2129,693],[2130,703],[2146,722],[2140,743],[2148,777],[2132,777],[2106,777],[2074,780],[2057,797],[2040,814],[2025,829],[2004,850],[2004,879],[2004,903],[2004,931],[2030,931],[2056,931],[2060,954],[2059,965],[2034,965],[2002,965],[2002,997],[2002,1017],[2002,1043],[2002,1063],[2002,1087],[2002,1113],[2002,1138],[2002,1161],[2002,1184],[1991,1195],[1973,1213],[1950,1236],[1968,1254],[1961,1258],[1958,1284],[1942,1301],[1940,1317],[1928,1325],[1914,1334],[1887,1335],[1858,1340],[1824,1340],[1803,1340],[1776,1340],[1751,1340],[1732,1321],[1704,1293],[1684,1313],[1677,1320],[1663,1316],[1631,1311],[1578,1303],[1563,1312],[1546,1324],[1533,1345],[1493,1339],[1468,1339],[1440,1339],[1406,1339],[1376,1339],[1361,1327],[1347,1313],[1326,1292],[1302,1292],[1278,1292],[1258,1292],[1227,1292],[1201,1292],[1201,1327],[1192,1343],[1178,1357],[1154,1381],[1154,1392],[1141,1410],[1117,1404],[1095,1408],[1080,1412],[1058,1407],[1046,1405],[1032,1409],[1032,1394],[1032,1351],[1032,1317],[1002,1294],[974,1294],[828,1294],[802,1294],[781,1315],[781,1352],[781,1364],[759,1367],[737,1373],[720,1373],[717,1342],[708,1336],[698,1322],[686,1308],[669,1311],[655,1314],[641,1316],[631,1330],[618,1343],[600,1341],[581,1333],[554,1339],[536,1331],[503,1318],[443,1303],[419,1300],[412,1289],[395,1287],[371,1289],[359,1302],[351,1314],[343,1305],[345,1292],[354,1282],[356,1256],[352,1235],[342,1226],[323,1220],[329,1199],[322,1188],[317,1178],[304,1170],[284,1166],[275,1156],[254,1157],[232,1156],[218,1156],[205,1154]]},{"area":"12a","points":[[444,644],[429,649],[416,640],[410,613],[416,596],[449,585],[461,566],[468,554],[472,546],[499,534],[525,539],[539,553],[553,561],[578,549],[595,546],[611,549],[624,569],[643,574],[662,586],[684,595],[684,691],[655,691],[629,690],[609,695],[578,715],[559,733],[550,753],[490,780],[465,790],[457,769],[464,753],[455,738],[446,691],[459,681],[459,653]]},{"area":"120","points":[[2352,503],[2352,691],[2528,691],[2528,503]]},{"area":"125","points":[[2381,978],[2389,963],[2387,954],[2395,928],[2385,915],[2389,899],[2407,874],[2423,876],[2437,879],[2459,876],[2473,879],[2483,893],[2489,911],[2502,926],[2529,930],[2529,942],[2522,958],[2530,978],[2528,991],[2517,1000],[2495,1008],[2490,1016],[2497,1029],[2504,1036],[2501,1047],[2483,1059],[2471,1065],[2450,1065],[2438,1064],[2429,1066],[2409,1071],[2397,1060],[2390,1046],[2389,1030],[2385,1024]]},{"area":"129","points":[[409,1361],[417,1395],[433,1394],[446,1389],[498,1399],[506,1410],[517,1410],[519,1417],[504,1423],[504,1433],[505,1444],[505,1464],[517,1478],[506,1507],[503,1517],[506,1543],[505,1567],[509,1585],[549,1599],[554,1620],[549,1644],[558,1658],[559,1670],[547,1678],[550,1690],[560,1711],[556,1726],[551,1749],[553,1778],[521,1778],[505,1778],[480,1779],[460,1784],[458,1752],[458,1722],[456,1695],[456,1684],[465,1666],[460,1651],[462,1636],[454,1624],[456,1599],[459,1577],[455,1557],[462,1539],[452,1535],[446,1533],[424,1539],[413,1562],[411,1576],[398,1581],[381,1586],[365,1590],[360,1608],[362,1625],[350,1635],[330,1641],[308,1635],[296,1626],[281,1623],[270,1617],[277,1603],[287,1598],[282,1576],[273,1564],[268,1542],[271,1524],[285,1518],[295,1517],[303,1506],[315,1495],[334,1496],[347,1496],[358,1509],[361,1525],[363,1541],[376,1536],[396,1530],[401,1522],[402,1509],[410,1490],[410,1485],[424,1487],[434,1492],[454,1491],[457,1469],[457,1449],[446,1445],[421,1442],[416,1437],[404,1437],[393,1449],[385,1461],[370,1460],[362,1466],[324,1450],[320,1434],[318,1423],[316,1412],[322,1402],[327,1382],[344,1372],[360,1372],[374,1360],[387,1355]]},{"area":"127","points":[[1733,1442],[1775,1444],[1806,1447],[1825,1442],[1855,1444],[1860,1435],[1879,1429],[1893,1441],[1914,1445],[1933,1441],[1945,1433],[1936,1426],[1937,1406],[1950,1397],[1960,1401],[1974,1396],[1986,1392],[1999,1383],[1996,1361],[2010,1353],[2034,1346],[2050,1353],[2057,1341],[2052,1323],[2065,1308],[2087,1308],[2111,1303],[2128,1297],[2138,1305],[2149,1318],[2152,1337],[2145,1352],[2142,1366],[2139,1382],[2122,1390],[2109,1394],[2087,1395],[2081,1384],[2070,1389],[2059,1397],[2040,1393],[2022,1399],[2019,1406],[2004,1418],[1996,1437],[1998,1449],[1993,1463],[1982,1470],[1985,1481],[1998,1488],[2013,1485],[2025,1489],[2029,1505],[2021,1521],[2011,1536],[2019,1551],[2018,1561],[2007,1570],[1998,1575],[1978,1577],[1963,1556],[1963,1542],[1971,1529],[1967,1509],[1956,1497],[1952,1489],[1942,1483],[1928,1489],[1925,1508],[1923,1520],[1919,1533],[1933,1543],[1936,1555],[1941,1567],[1936,1579],[1926,1585],[1914,1592],[1907,1600],[1886,1594],[1883,1586],[1870,1577],[1867,1559],[1866,1545],[1876,1526],[1887,1510],[1891,1494],[1885,1483],[1867,1492],[1864,1507],[1851,1531],[1835,1530],[1821,1535],[1814,1555],[1817,1570],[1823,1586],[1824,1597],[1831,1612],[1829,1624],[1806,1626],[1802,1621],[1785,1626],[1779,1638],[1780,1652],[1766,1659],[1748,1661],[1736,1659],[1723,1678],[1733,1687],[1741,1695],[1736,1705],[1739,1721],[1724,1728],[1696,1728],[1685,1720],[1670,1725],[1649,1724],[1637,1720],[1635,1706],[1636,1687],[1632,1666],[1642,1647],[1663,1635],[1675,1638],[1677,1650],[1692,1655],[1708,1644],[1705,1634],[1695,1629],[1694,1611],[1692,1601],[1708,1587],[1722,1584],[1735,1583],[1740,1560],[1753,1544],[1755,1531],[1738,1526],[1736,1510],[1728,1509],[1723,1492],[1715,1486],[1708,1468],[1718,1450]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/034-0313.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/035-0313a.webp"},"title":"Player Version","mapParent":{"id":"ff8"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":69,"offsetY":64,"scale":2}},{"type":"image","id":"ff7","href":{"type":"internal","path":"adventure/ToA/037-0315.webp"},"title":"Map 2.10: Jahaka Anchorage","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":55,"offsetX":28,"offsetY":16,"distance":10},"mapRegions":[{"area":"138","points":[[981,261],[981,245],[988,234],[992,217],[1004,214],[1010,201],[1016,192],[1040,185],[1057,177],[1084,175],[1105,178],[1132,177],[1150,178],[1163,185],[1170,201],[1182,216],[1184,243],[1182,272],[1186,285],[1197,305],[1191,326],[1180,336],[1170,343],[1154,348],[1147,358],[1132,368],[1122,380],[1100,384],[1099,376],[1083,367],[1078,355],[1066,350],[1055,353],[1039,351],[1030,338],[1026,325],[1020,318],[997,304],[1000,290],[995,276]]},{"area":"134","points":[[2169,278],[2138,278],[2130,264],[2121,251],[2117,231],[2130,224],[2139,209],[2163,202],[2180,204],[2199,204],[2223,213],[2240,215],[2252,233],[2297,234],[2312,228],[2331,234],[2350,234],[2372,236],[2387,249],[2392,272],[2433,293],[2453,292],[2468,293],[2479,301],[2501,311],[2499,326],[2513,338],[2521,362],[2517,373],[2509,387],[2495,401],[2472,401],[2462,397],[2449,401],[2437,396],[2429,387],[2403,392],[2390,398],[2362,362],[2338,348],[2303,335],[2265,326],[2261,312],[2237,302],[2225,295],[2176,288]]},{"area":"135","points":[[1295,341],[1289,279],[1284,260],[1303,243],[1306,223],[1319,205],[1345,193],[1361,179],[1384,174],[1399,177],[1419,179],[1435,178],[1456,185],[1484,187],[1499,183],[1520,183],[1540,186],[1565,185],[1589,185],[1603,187],[1612,179],[1620,180],[1644,184],[1653,182],[1669,185],[1676,193],[1703,198],[1717,198],[1731,210],[1744,227],[1766,229],[1779,231],[1779,340],[1562,340],[1562,395],[1409,395],[1409,341]]},{"area":"133","points":[[1732,785],[1735,708],[1749,665],[1779,635],[1809,627],[1867,619],[1900,622],[1952,622],[2004,621],[2065,621],[2118,621],[2118,676],[2063,676],[2003,676],[1955,676],[1955,840],[1952,865],[1903,865],[1899,845],[1899,784],[1899,729],[1899,675],[1842,675],[1807,688],[1791,697],[1789,723],[1789,785]]},{"area":"139","points":[[2070,901],[2179,901],[2179,783],[2185,759],[2204,734],[2220,710],[2239,692],[2260,683],[2286,672],[2331,669],[2364,676],[2400,691],[2386,730],[2366,734],[2354,733],[2338,727],[2317,730],[2300,732],[2287,739],[2271,742],[2261,751],[2244,765],[2231,776],[2221,790],[2224,820],[2227,843],[2254,856],[2272,867],[2289,857],[2314,853],[2330,842],[2330,886],[2277,939],[2277,1054],[2070,1054]]},{"area":"132","points":[[1895,1290],[1895,1401],[2033,1401],[2033,1290]]},{"area":"13a","points":[[163,1627],[187,1579],[212,1544],[243,1515],[277,1498],[309,1485],[354,1476],[417,1473],[417,1338],[467,1338],[469,1355],[471,1400],[497,1415],[519,1425],[537,1426],[552,1426],[562,1412],[582,1404],[596,1410],[622,1416],[672,1416],[680,1454],[684,1496],[522,1496],[492,1526],[492,1663],[367,1663],[272,1663],[238,1663],[209,1655],[183,1644]]},{"area":"13b","points":[[498,1605],[498,1529],[522,1505],[601,1505],[601,1605]]},{"area":"13c","points":[[610,1605],[610,1507],[683,1507],[682,1560],[672,1605]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/037-0315.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/038-0315a.webp"},"title":"Player Version","mapParent":{"id":"ff7"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":28,"offsetY":16,"distance":10}},{"type":"image","id":"ff6","href":{"type":"internal","path":"adventure/ToA/040-0317.webp"},"title":"Map 2.11: Kir Sabal","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":54,"offsetX":30,"offsetY":24},"mapRegions":[{"area":"14c","points":[[200,192],[200,500],[348,500],[348,192]]},{"area":"14b","points":[[687,192],[687,344],[832,344],[832,192]]},{"area":"14a","points":[[687,356],[687,502],[832,502],[832,356]]},{"area":"149","points":[[200,622],[200,934],[294,934],[294,622]]},{"area":"148","points":[[363,625],[363,931],[671,931],[671,625]]},{"area":"147","points":[[684,626],[684,935],[834,935],[834,626]]},{"area":"14f","points":[[252,1266],[252,1419],[563,1419],[563,1266]]},{"area":"14e","points":[[308,1591],[308,1741],[509,1741],[509,1591]]},{"area":"150","points":[[999,256],[999,673],[1211,673],[1211,256]]},{"area":"154","points":[[1276,361],[1276,686],[1431,686],[1431,361]]},{"area":"146","points":[[1468,445],[1468,965],[1827,965],[1827,445]]},{"area":"14d","points":[[1883,863],[1883,1150],[2040,1150],[2040,863]]},{"area":"153","points":[[1282,1490],[1134,1266],[1134,1016],[1833,1016],[1833,1183],[1637,1241],[1637,1490]]},{"area":"152","points":[[2253,409],[2253,555],[2557,555],[2557,409]]},{"area":"151","points":[[2252,677],[2252,880],[2558,880],[2558,677]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/040-0317.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/041-0317a.webp"},"title":"Player Version","mapParent":{"id":"ff6"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":30,"offsetY":24}},{"type":"image","id":"ff5","href":{"type":"internal","path":"adventure/ToA/043-0319.webp"},"title":"Map 2.12: Nangalore","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","size":52,"offsetX":21},"mapRegions":[{"area":"17d","points":[[337,984],[333,929],[339,885],[351,828],[369,806],[401,802],[425,813],[446,817],[471,809],[478,772],[482,742],[521,732],[562,732],[613,738],[648,761],[683,783],[706,811],[724,841],[736,878],[738,944],[735,988],[720,1027],[696,1064],[665,1095],[625,1117],[579,1131],[504,1131],[459,1120],[421,1099],[373,1061],[349,1016]]},{"area":"17b","points":[[828,1111],[1111,1111],[1111,1279],[984,1279],[984,1489],[790,1489],[796,1466],[788,1441],[781,1426],[760,1417],[721,1412],[721,1219],[828,1219]]},{"area":"179","points":[[988,1839],[988,2051],[1268,2051],[1268,2077],[712,2077],[712,1839]]},{"area":"16d","points":[[375,2810],[375,3175],[692,3175],[692,2810]]},{"area":"180","points":[[825,796],[2027,796],[2027,876],[1949,876],[1949,982],[2029,982],[2029,1048],[1682,1048],[1682,1274],[1541,1274],[1537,1251],[1528,1224],[1510,1205],[1484,1191],[1454,1186],[1415,1184],[1376,1185],[1350,1196],[1326,1218],[1312,1255],[1312,1272],[1168,1272],[1168,1051],[825,1051],[825,984],[905,984],[905,877],[825,877]]},{"area":"182","points":[[2116,971],[2116,886],[2121,858],[2131,826],[2148,803],[2170,778],[2190,760],[2214,747],[2242,737],[2272,732],[2302,729],[2337,730],[2376,734],[2400,744],[2428,758],[2448,774],[2472,797],[2489,822],[2503,848],[2510,880],[2514,928],[2515,966],[2509,1005],[2493,1041],[2474,1066],[2451,1091],[2425,1108],[2399,1121],[2377,1129],[2358,1133],[2271,1133],[2248,1130],[2218,1117],[2195,1099],[2171,1085],[2149,1059],[2129,1028],[2117,996]]},{"area":"17c","points":[[1741,1111],[2027,1111],[2027,1217],[2130,1217],[2130,1401],[2056,1401],[2056,1488],[1865,1488],[1865,1276],[1741,1276]]},{"area":"17a","points":[[1584,2048],[1863,2048],[1863,1835],[2050,1835],[2050,1924],[2137,1924],[2137,2080],[1584,2080]]},{"area":"16a","points":[[1533,3175],[1569,3175],[1576,3154],[1594,3162],[1611,3154],[1626,3152],[1650,3150],[1671,3160],[1691,3154],[1697,3168],[1707,3176],[1879,3176],[1915,3177],[1952,3178],[2003,3184],[2078,3176],[2095,3172],[2109,3183],[2134,3189],[2133,2770],[2151,2761],[2158,2738],[2157,2716],[2143,2703],[2131,2702],[2129,2651],[2132,2577],[2125,2528],[2121,2494],[2132,2470],[2131,2402],[2131,2347],[2128,2309],[2126,2278],[2131,2240],[2128,2160],[2116,2149],[2107,2136],[1848,2136],[1813,2119],[1769,2117],[1731,2136],[1533,2136],[1541,2154],[1548,2182],[1544,2209],[1531,2237],[1531,2439],[1557,2476],[1554,2519],[1532,2556],[1532,2761],[1548,2792],[1549,2828],[1542,2851],[1531,2867],[1531,2987],[1529,3043],[1532,3091]]},{"area":"16a","points":[[1319,2130],[1118,2137],[1103,2125],[1080,2117],[1052,2120],[1019,2132],[914,2132],[909,2127],[791,2127],[791,2133],[720,2133],[720,2229],[720,2271],[722,2308],[719,2383],[721,2454],[724,2575],[718,2659],[719,2790],[719,2831],[718,2876],[718,2954],[716,3117],[714,3164],[731,3164],[755,3170],[790,3169],[814,3161],[874,3165],[885,3164],[897,3152],[921,3132],[947,3136],[976,3144],[1016,3163],[1036,3173],[1102,3175],[1126,3184],[1157,3184],[1158,3160],[1163,3155],[1181,3161],[1203,3151],[1221,3155],[1238,3154],[1254,3164],[1275,3150],[1282,3171],[1294,3175],[1319,3172],[1321,3139],[1324,3111],[1322,3049],[1321,2974],[1319,2881],[1318,2865],[1262,2863],[1142,2863],[1032,2861],[907,2865],[897,2871],[877,2865],[855,2871],[841,2867],[832,2871],[792,2871],[792,2850],[792,2749],[825,2750],[837,2759],[846,2751],[871,2751],[889,2750],[902,2757],[963,2757],[1025,2757],[1143,2757],[1199,2756],[1283,2756],[1294,2765],[1302,2778],[1318,2771],[1321,2752],[1321,2554],[1240,2554],[1160,2554],[1050,2554],[941,2550],[910,2554],[868,2557],[794,2557],[792,2541],[801,2449],[821,2441],[879,2438],[904,2442],[972,2446],[1041,2441],[1159,2446],[1225,2445],[1270,2445],[1315,2444],[1322,2421],[1316,2379],[1318,2315],[1316,2251],[1309,2223],[1299,2195],[1306,2165],[1312,2151]]},{"area":"171","points":[[1252,1716],[1252,1601],[1317,1543],[1535,1543],[1596,1599],[1596,1716],[1542,1781],[1316,1783]]},{"area":"16d","points":[[2153,2807],[2153,3203],[2466,3203],[2466,2807]]},{"area":"167","points":[[1206,3376],[1249,3250],[1288,3244],[1335,3244],[1351,3230],[1358,3212],[1344,3179],[1347,3149],[1382,3117],[1439,3103],[1491,3118],[1511,3137],[1510,3179],[1510,3205],[1509,3216],[1525,3235],[1551,3229],[1579,3241],[1606,3239],[1659,3360],[1705,3403],[1738,3504],[1765,3570],[1790,3696],[1145,3696],[1136,3649],[1133,3621],[1141,3588],[1166,3573],[1208,3572],[1228,3542],[1240,3496],[1221,3478],[1219,3443],[1216,3423],[1218,3395]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/043-0319.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/044-0319a.webp"},"title":"Player Version","mapParent":{"id":"ff5"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","size":52,"offsetX":21}},{"type":"image","href":{"type":"internal","path":"adventure/ToA/045-0320.webp"},"title":"Map 2.13: Wreck of the Star Goddess","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":53,"offsetX":26,"offsetY":23},"mapRegions":[{"area":"1aa","points":[[562,112],[562,244],[2168,244],[2168,112]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/045-0320.webp"},"id":"553","page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","id":"ff4","href":{"type":"internal","path":"adventure/ToA/046-0321.webp"},"title":"Map 2.14: Wyrmheart Mine","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":91,"offsetX":-26,"offsetY":-6,"scale":2},"mapRegions":[{"area":"1b7","points":[[268,647],[271,673],[279,681],[271,715],[255,729],[233,733],[207,733],[187,727],[184,709],[162,706],[154,687],[148,671],[152,656],[164,645],[164,636],[155,626],[151,601],[149,579],[154,566],[151,544],[162,526],[172,514],[200,507],[221,502],[248,506],[266,512],[275,540],[271,562],[286,585],[309,588],[322,588],[332,578],[328,564],[344,551],[349,534],[336,525],[319,524],[308,511],[304,481],[313,462],[335,461],[344,436],[364,429],[378,412],[398,411],[415,412],[435,406],[452,416],[452,431],[441,449],[456,459],[473,466],[488,467],[491,484],[495,512],[486,519],[484,535],[465,542],[454,546],[447,562],[446,573],[429,575],[409,575],[392,578],[386,598],[374,612],[361,621],[372,638],[394,648],[364,671],[349,681],[326,682],[304,675],[307,662],[309,646],[301,639],[286,642]]},{"area":"1b9","points":[[436,687],[466,675],[489,662],[513,662],[534,668],[587,668],[608,659],[632,661],[656,678],[678,658],[684,627],[668,608],[666,591],[668,560],[659,554],[641,558],[620,552],[596,551],[584,546],[540,551],[516,559],[495,567],[478,573],[466,592],[467,613],[465,624],[449,626],[438,645],[436,664]]},{"area":"1ba","points":[[718,478],[755,453],[781,448],[794,445],[820,453],[834,442],[847,446],[866,442],[881,448],[891,445],[895,458],[914,462],[918,473],[929,482],[926,493],[938,494],[942,508],[951,520],[945,533],[944,544],[933,549],[928,554],[946,562],[941,586],[939,594],[927,596],[914,611],[905,605],[891,605],[886,592],[871,593],[856,606],[816,606],[804,595],[794,592],[780,592],[768,593],[751,602],[739,594],[727,595],[722,582],[705,585],[704,572],[692,561],[692,551],[692,542],[701,535],[704,524],[713,516],[705,507],[708,499],[715,489]]},{"area":"1bc","points":[[758,714],[759,692],[767,681],[782,679],[807,672],[849,675],[859,689],[859,715],[849,731],[832,746],[806,748],[794,745],[779,748]]},{"area":"1bd","points":[[819,1251],[827,1207],[842,1166],[867,1154],[895,1155],[921,1152],[941,1154],[948,1167],[955,1180],[951,1198],[949,1235],[939,1249],[918,1264],[906,1271],[854,1291],[846,1272],[842,1262],[833,1255]]},{"area":"1b0","points":[[224,1565],[224,1631],[307,1631],[307,1565]]},{"area":"1b2","points":[[455,1646],[455,1759],[620,1759],[620,1646]]},{"area":"1b4","points":[[349,1506],[349,1607],[401,1607],[401,1506]]},{"area":"1b6","points":[[281,1264],[251,1262],[238,1229],[216,1201],[209,1188],[213,1171],[216,1156],[208,1142],[193,1127],[187,1105],[185,1087],[199,1061],[196,1035],[205,1013],[213,991],[211,976],[221,952],[227,888],[262,855],[280,824],[294,804],[312,800],[314,779],[328,776],[351,745],[404,724],[435,706],[487,673],[512,675],[554,676],[587,674],[620,671],[662,695],[668,709],[686,716],[716,739],[768,779],[795,787],[805,808],[807,839],[816,866],[835,873],[846,881],[851,904],[859,936],[868,951],[882,945],[896,952],[901,972],[901,996],[885,1001],[886,1021],[894,1029],[906,1014],[915,1004],[931,1006],[946,1025],[959,1040],[958,1049],[947,1061],[933,1075],[922,1107],[891,1113],[874,1132],[827,1161],[808,1244],[793,1267],[772,1276],[747,1281],[731,1302],[702,1313],[685,1319],[656,1324],[633,1321],[622,1316],[595,1324],[482,1331],[456,1312],[445,1311],[433,1312],[412,1300],[341,1289],[316,1279],[300,1272]]},{"area":"1c5","points":[[1286,662],[1331,678],[1385,649],[1404,635],[1434,634],[1448,644],[1468,641],[1484,640],[1492,625],[1505,612],[1500,589],[1487,588],[1492,556],[1467,532],[1427,527],[1405,536],[1399,547],[1373,541],[1360,521],[1336,520],[1314,514],[1301,515],[1288,527],[1274,536],[1265,561],[1256,573],[1262,594],[1268,613],[1259,629],[1261,647]]},{"area":"1c3","points":[[1113,1082],[1096,1087],[1081,1073],[1072,1055],[1069,1034],[1068,1012],[1078,996],[1086,969],[1099,960],[1122,961],[1135,984],[1136,1004],[1134,1028],[1128,1053],[1121,1067]]},{"area":"1c2","points":[[1047,1540],[1049,1525],[1058,1506],[1075,1501],[1086,1480],[1085,1467],[1078,1461],[1064,1441],[1069,1411],[1086,1408],[1078,1392],[1091,1367],[1111,1361],[1128,1362],[1140,1358],[1162,1356],[1185,1360],[1209,1362],[1266,1364],[1260,1384],[1247,1395],[1219,1401],[1193,1408],[1172,1408],[1191,1427],[1209,1424],[1220,1433],[1236,1442],[1240,1460],[1240,1473],[1256,1479],[1265,1498],[1259,1516],[1264,1539],[1278,1548],[1252,1579],[1240,1580],[1226,1584],[1205,1594],[1184,1601],[1168,1596],[1149,1592],[1131,1594],[1109,1591],[1095,1582],[1072,1578],[1061,1565]]},{"area":"1bf","points":[[1356,1540],[1353,1518],[1335,1506],[1328,1495],[1342,1486],[1355,1455],[1378,1439],[1379,1421],[1418,1404],[1438,1401],[1465,1413],[1479,1406],[1496,1405],[1511,1393],[1528,1389],[1544,1399],[1569,1404],[1600,1414],[1607,1462],[1591,1474],[1589,1505],[1596,1525],[1616,1522],[1641,1521],[1653,1506],[1680,1487],[1691,1473],[1726,1471],[1738,1479],[1747,1491],[1752,1507],[1758,1514],[1756,1542],[1759,1561],[1742,1572],[1716,1581],[1716,1602],[1709,1613],[1689,1622],[1668,1614],[1659,1606],[1654,1592],[1626,1589],[1596,1589],[1584,1599],[1555,1612],[1545,1631],[1527,1647],[1504,1646],[1487,1639],[1471,1641],[1459,1665],[1435,1674],[1412,1681],[1384,1684],[1356,1675],[1349,1668],[1347,1649],[1334,1628],[1324,1611],[1321,1592],[1331,1566],[1351,1551]]},{"area":"1c7","points":[[2434,714],[2419,700],[2388,698],[2358,684],[2329,673],[2301,687],[2299,711],[2281,725],[2260,734],[2239,734],[2220,734],[2212,724],[2194,721],[2178,740],[2187,756],[2179,774],[2152,781],[2129,788],[2113,800],[2101,788],[2084,794],[2072,819],[2048,819],[2028,814],[1992,818],[1974,818],[1952,828],[1925,839],[1913,878],[1895,891],[1898,914],[1888,931],[1888,966],[1888,991],[1887,1012],[1878,1042],[1885,1072],[1891,1107],[1885,1127],[1896,1155],[1896,1178],[1908,1211],[1924,1227],[1944,1235],[1958,1256],[1961,1265],[1967,1287],[1989,1305],[2027,1313],[2086,1334],[2119,1345],[2173,1354],[2204,1361],[2224,1347],[2248,1346],[2266,1344],[2287,1340],[2314,1335],[2336,1325],[2361,1312],[2425,1286],[2425,1256],[2414,1246],[2411,1227],[2415,1215],[2429,1202],[2441,1175],[2446,1159],[2444,1140],[2438,1119],[2441,1108],[2434,1095],[2432,1076],[2445,1055],[2458,1049],[2458,1021],[2446,1007],[2444,984],[2460,969],[2472,962],[2468,948],[2476,925],[2492,913],[2508,904],[2531,900],[2549,884],[2551,868],[2545,854],[2540,824],[2526,807],[2508,789],[2507,767],[2474,749],[2454,728]]},{"area":"1ca","points":[[1971,1454],[2018,1453],[2035,1466],[2054,1474],[2079,1466],[2098,1454],[2122,1447],[2140,1454],[2149,1456],[2164,1475],[2156,1495],[2134,1508],[2129,1529],[2131,1548],[2125,1568],[2125,1588],[2144,1601],[2156,1633],[2142,1671],[2126,1667],[2124,1660],[2104,1659],[2085,1666],[2066,1667],[2054,1676],[2026,1673],[2008,1674],[1989,1693],[1989,1713],[1975,1724],[1948,1724],[1938,1701],[1914,1694],[1894,1687],[1884,1680],[1871,1674],[1871,1653],[1887,1638],[1906,1635],[1926,1640],[1940,1633],[1959,1641],[1966,1629],[1958,1616],[1955,1589],[1965,1580],[1958,1569],[1940,1575],[1921,1588],[1893,1594],[1885,1573],[1879,1553],[1895,1536],[1909,1536],[1925,1522],[1951,1515],[1961,1505],[1954,1487],[1958,1468]]},{"area":"1cc","points":[[2174,1672],[2176,1645],[2181,1621],[2160,1586],[2155,1569],[2162,1546],[2161,1522],[2188,1501],[2189,1453],[2200,1438],[2202,1421],[2212,1405],[2229,1408],[2246,1391],[2276,1387],[2295,1399],[2328,1411],[2366,1432],[2358,1448],[2380,1453],[2398,1456],[2419,1447],[2452,1441],[2476,1452],[2489,1473],[2487,1493],[2509,1499],[2522,1485],[2544,1495],[2551,1514],[2554,1529],[2531,1548],[2529,1568],[2500,1613],[2481,1620],[2468,1647],[2446,1656],[2434,1667],[2424,1685],[2406,1695],[2381,1698],[2352,1695],[2322,1709],[2315,1706],[2288,1709],[2245,1720],[2218,1726],[2206,1712],[2195,1699]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/046-0321.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/047-0321a.webp"},"title":"Player Version","mapParent":{"id":"ff4"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-26,"offsetY":-6,"scale":2}},{"type":"image","id":"ff3","href":{"type":"internal","path":"adventure/ToA/049-0323.webp"},"title":"Map 2.15: Yellyark","grid":{"type":"square","size":59,"offsetX":19,"offsetY":-22},"width":2750,"height":1900,"imageType":"map","mapRegions":[{"area":"1cf","points":[[392,1262],[455,1173],[627,1105],[733,1078],[727,1176],[809,1207],[760,1275],[774,1315],[668,1352],[552,1365],[486,1371],[474,1349],[460,1326],[422,1298]]},{"area":"1d4","points":[[836,1238],[801,1174],[799,1135],[829,1095],[866,1075],[924,1067],[948,1086],[984,1125],[1002,1166],[986,1214],[965,1240],[913,1255],[879,1253]]},{"area":"1d3","points":[[1314,1649],[1351,1565],[1433,1598],[1399,1682]]},{"area":"1d0","points":[[758,765],[716,760],[684,738],[659,716],[635,671],[642,629],[671,585],[700,559],[736,553],[773,554],[806,574],[829,602],[844,640],[841,679],[824,724]]},{"area":"1d1","points":[[1065,988],[1067,1032],[1069,1087],[1082,1146],[1093,1176],[1099,1215],[1112,1249],[1132,1291],[1173,1335],[1126,1380],[1128,1393],[1140,1395],[1187,1354],[1205,1358],[1231,1374],[1255,1387],[1291,1404],[1373,1415],[1413,1422],[1498,1421],[1541,1412],[1571,1391],[1599,1380],[1631,1424],[1639,1416],[1620,1376],[1644,1373],[1673,1362],[1708,1335],[1746,1307],[1769,1278],[1776,1259],[1804,1235],[1819,1207],[1854,1224],[1866,1212],[1862,1202],[1824,1181],[1839,1145],[1861,1072],[1868,1041],[1874,1002],[1907,994],[1908,976],[1872,976],[1864,932],[1852,873],[1839,836],[1813,799],[1788,775],[1768,735],[1726,691],[1747,655],[1733,647],[1709,681],[1679,660],[1661,642],[1608,616],[1560,609],[1501,601],[1455,602],[1401,609],[1391,612],[1359,609],[1340,574],[1331,578],[1342,622],[1326,632],[1299,635],[1259,652],[1225,678],[1174,706],[1149,722],[1099,694],[1094,704],[1132,742],[1124,765],[1116,793],[1115,815],[1102,834],[1085,862],[1079,901],[1078,929],[1069,961],[1035,966],[1038,981]]},{"area":"1d4","points":[[1888,579],[1912,513],[1949,482],[1986,480],[2027,482],[2084,524],[2091,574],[2078,640],[2036,668],[1986,688],[1938,684],[1898,655],[1880,624]]},{"area":"1d5","points":[[1971,921],[1971,1092],[2107,1092],[2107,921]]},{"area":"1d4","points":[[2248,1280],[2269,1248],[2299,1220],[2358,1212],[2402,1227],[2447,1264],[2449,1312],[2424,1358],[2385,1391],[2338,1399],[2289,1367],[2259,1331]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/049-0323.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/050-0323a.webp"},"title":"Player Version","mapParent":{"id":"ff3"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":19,"offsetY":-22}}]},{"name":"Ch. 3: Dwellers of the Forbidden City","ix":3,"images":[{"type":"image","id":"ff2","href":{"type":"internal","path":"adventure/ToA/053-304.webp"},"title":"Map 3.1: Omu","width":2800,"height":3800,"imageType":"map","grid":{"type":"none","size":102,"distance":100},"mapRegions":[{"area":"21d","points":[[1849,2555],[1856,2547],[1869,2527],[1874,2511],[1891,2501],[1906,2500],[1906,2491],[1926,2484],[1952,2492],[1972,2504],[1993,2511],[2007,2545],[2011,2575],[1993,2619],[1969,2642],[1929,2653],[1882,2638],[1856,2636],[1835,2626],[1834,2592],[1839,2562]]},{"area":"21a","points":[[1355,3064],[1351,3044],[1356,3028],[1346,3016],[1344,3000],[1346,2984],[1376,2958],[1395,2935],[1408,2900],[1401,2852],[1409,2828],[1440,2821],[1448,2813],[1451,2801],[1451,2786],[1454,2760],[1454,2739],[1492,2754],[1528,2765],[1572,2754],[1600,2744],[1631,2752],[1647,2747],[1660,2759],[1681,2766],[1709,2761],[1722,2781],[1716,2801],[1733,2818],[1753,2824],[1759,2848],[1768,2868],[1768,2895],[1764,2919],[1753,2921],[1775,2928],[1782,2940],[1808,2951],[1815,2967],[1831,2985],[1851,2994],[1881,2998],[1894,2981],[1895,3000],[1912,3005],[1927,2996],[1929,2976],[1945,2966],[1961,2972],[1981,2965],[1989,2956],[2018,2952],[2033,2947],[2031,2931],[2047,2926],[2060,2912],[2042,2868],[2039,2855],[2026,2852],[2015,2854],[2007,2780],[2021,2775],[2026,2761],[2041,2761],[2053,2748],[2052,2727],[2069,2718],[2062,2704],[2062,2699],[2075,2696],[2098,2698],[2113,2705],[2134,2706],[2147,2708],[2167,2718],[2175,2744],[2174,2766],[2196,2780],[2206,2798],[2207,2824],[2200,2840],[2208,2872],[2202,2896],[2189,2905],[2187,2927],[2176,2960],[2164,2978],[2128,3004],[2116,3026],[2082,3044],[2021,3064],[1995,3089],[1979,3122],[1965,3112],[1933,3125],[1912,3140],[1904,3161],[1872,3169],[1832,3182],[1795,3189],[1772,3202],[1742,3215],[1741,3226],[1716,3241],[1713,3248],[1682,3262],[1655,3268],[1644,3285],[1624,3281],[1580,3284],[1553,3288],[1514,3287],[1498,3282],[1456,3281],[1444,3259],[1433,3233],[1419,3211],[1394,3191],[1373,3166],[1371,3145]]},{"area":"1fb","points":[[239,3436],[198,3373],[205,3349],[215,3314],[227,3286],[261,3272],[301,3254],[314,3220],[332,3186],[349,3166],[375,3169],[412,3166],[433,3171],[442,3193],[449,3211],[452,3246],[453,3275],[424,3319],[415,3348],[385,3371],[352,3386],[322,3394],[293,3407],[255,3428]]},{"area":"206","points":[[453,2735],[460,2695],[487,2666],[489,2638],[512,2621],[540,2599],[567,2572],[567,2551],[587,2535],[600,2513],[615,2489],[666,2500],[709,2540],[729,2561],[704,2767],[672,2765],[635,2767],[609,2767],[575,2758],[559,2751],[536,2755],[516,2756],[484,2756],[468,2755]]},{"area":"201","points":[[751,2564],[980,2566],[958,2849],[739,2847],[724,2785]]},{"area":"210","points":[[1214,2673],[1313,2678],[1312,2788],[1208,2786]]},{"area":"23c","points":[[946,2058],[982,2051],[1020,2058],[1031,2078],[1025,2101],[1002,2106],[981,2098],[949,2088],[922,2074]]},{"area":"23f","points":[[1135,1881],[1138,1775],[1159,1772],[1205,1779],[1201,1881]]},{"area":"259","points":[[985,1102],[853,1096],[846,1061],[873,907],[1007,909],[1013,940],[1015,989],[1014,1046],[996,1081]]},{"area":"24a","points":[[941,1394],[989,1386],[1036,1380],[1080,1392],[1080,1433],[1038,1435],[998,1448],[960,1447],[944,1440],[933,1414]]},{"area":"261","points":[[1313,839],[1329,808],[1351,791],[1366,809],[1405,834],[1415,859],[1411,882],[1380,884],[1336,865]]},{"area":"24e","points":[[1252,1052],[1324,1055],[1331,1154],[1245,1155]]},{"area":"262","points":[[1500,1035],[1532,1027],[1564,1035],[1566,1135],[1562,1160],[1504,1165],[1500,1135],[1499,1086]]},{"area":"268","points":[[1900,1086],[1934,1085],[1945,1069],[1959,1067],[1974,1089],[2006,1093],[2014,1186],[1971,1192],[1936,1188],[1895,1185],[1895,1113]]},{"area":"274","points":[[2039,1038],[2041,1073],[2074,1085],[2119,1098],[2132,1082],[2135,1036],[2149,1013],[2159,979],[2162,934],[2126,920],[2113,976],[2099,989],[2089,1004],[2079,1019],[2059,1032]]},{"area":"277","points":[[2319,1471],[2320,1416],[2344,1421],[2353,1453],[2391,1458],[2400,1449],[2413,1442],[2456,1442],[2461,1468],[2462,1496],[2464,1516],[2409,1522],[2389,1508],[2366,1502],[2352,1480],[2335,1479]]},{"area":"292","points":[[2075,1739],[2074,1706],[2074,1664],[2086,1642],[2114,1629],[2141,1626],[2172,1633],[2205,1652],[2220,1676],[2225,1716],[2221,1746],[2195,1774],[2149,1787],[2107,1787],[2085,1771]]},{"area":"294","points":[[2049,1566],[2120,1532],[2186,1560],[2195,1538],[2216,1525],[2238,1539],[2271,1548],[2245,1592],[2200,1634],[2138,1625],[2084,1625],[2052,1608],[2044,1580]]},{"area":"296","points":[[2034,1987],[2056,1918],[2073,1888],[2120,1889],[2161,1913],[2181,1980],[2181,2007],[2136,2014],[2088,2004],[2049,1992]]},{"area":"280","points":[[2202,2038],[2221,2019],[2234,2005],[2256,2012],[2288,2031],[2320,2028],[2327,2069],[2280,2080],[2231,2093],[2207,2092],[2204,2060]]},{"area":"22c","points":[[1418,2298],[1446,2293],[1474,2280],[1487,2260],[1508,2256],[1519,2267],[1522,2294],[1500,2312],[1465,2318],[1433,2315],[1416,2307]]},{"area":"232","points":[[1529,2158],[1540,2048],[1629,2045],[1631,2161]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/053-304.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/054-304a.webp"},"title":"Player Version","mapParent":{"id":"ff2"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"none","size":102,"distance":100}},{"type":"image","id":"ff1","href":{"type":"internal","path":"adventure/ToA/056-305.webp"},"title":"Map 3.2: Nine Shrines of Omu","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","offsetX":50,"offsetY":33,"scale":2},"mapRegions":[{"area":"20b","points":[[376,518],[376,718],[678,718],[678,518]]},{"area":"20a","points":[[432,828],[432,876],[625,876],[625,828]]},{"area":"208","points":[[204,942],[204,1292],[852,1292],[852,942]]},{"area":"212","points":[[1281,1276],[1281,1329],[1524,1329],[1524,1276]]},{"area":"219","points":[[1328,921],[1328,1068],[1478,1068],[1478,921]]},{"area":"213","points":[[1285,766],[1520,766],[1520,873],[1547,876],[1554,892],[1549,908],[1521,911],[1521,1025],[1548,1029],[1554,1047],[1545,1058],[1520,1064],[1520,1112],[1285,1112],[1285,1068],[1261,1065],[1248,1053],[1246,1041],[1261,1029],[1285,1022],[1285,913],[1260,909],[1246,891],[1258,879],[1285,873],[1321,909],[1321,1075],[1481,1075],[1481,909],[1338,909],[1285,857]]},{"area":"218","points":[[1533,968],[1576,968],[1576,768],[1678,768],[1678,965],[1627,965],[1627,1018],[1528,1018],[1535,1008],[1526,982]]},{"area":"224","points":[[2178,566],[2178,759],[2428,759],[2428,566]]},{"area":"21f","points":[[2178,1231],[2178,1278],[2426,1278],[2426,1231]]},{"area":"227","points":[[2085,775],[2266,775],[2266,902],[2168,902],[2168,955],[2118,955],[2085,929]]},{"area":"229","points":[[2342,778],[2520,778],[2520,926],[2490,956],[2435,956],[2435,907],[2342,907]]},{"area":"252","points":[[2127,2380],[2127,2432],[2376,2432],[2376,2380]]},{"area":"237","points":[[478,1769],[578,1769],[578,1816],[594,1816],[594,1794],[604,1785],[609,1792],[609,1815],[678,1815],[678,1884],[701,1884],[708,1888],[702,1898],[679,1898],[679,1984],[700,1984],[709,1991],[704,1998],[677,1998],[677,2067],[375,2067],[375,2002],[354,2002],[345,1995],[351,1987],[374,1987],[374,1899],[355,1899],[344,1892],[354,1885],[374,1885],[374,1818],[442,1818],[442,1796],[448,1785],[455,1795],[455,1819],[478,1819]]},{"area":"235","points":[[285,2231],[285,2359],[416,2359],[416,2231]]},{"area":"234","points":[[432,2426],[432,2481],[622,2481],[622,2426]]},{"area":"257","points":[[2141,1893],[2133,1880],[2121,1874],[2115,1871],[2058,1871],[2028,1893],[2028,2265],[2476,2265],[2476,1900],[2452,1872],[2391,1872],[2373,1878],[2360,1895],[2387,1927],[2387,2006],[2368,2004],[2356,1995],[2342,1995],[2333,2018],[2172,2018],[2167,2004],[2156,1994],[2138,2005],[2136,2015],[2119,2016],[2119,1927],[2118,1911],[2133,1906],[2138,1904]]},{"area":"253","points":[[2126,1800],[2157,1769],[2346,1769],[2376,1799],[2376,1861],[2360,1871],[2353,1889],[2361,1909],[2374,1921],[2374,1995],[2360,1984],[2338,1986],[2328,1994],[2328,2007],[2182,2007],[2172,1984],[2153,1982],[2135,1991],[2127,2001],[2127,1925],[2141,1913],[2151,1901],[2153,1887],[2140,1872],[2126,1864]]},{"area":"248","points":[[1331,1618],[1331,1711],[1519,1711],[1519,1618]]},{"area":"247","points":[[1320,1666],[1320,1718],[1528,1718],[1528,1671],[1674,1671],[1674,1859],[1624,1859],[1624,1967],[1578,1967],[1578,2066],[1225,2066],[1225,1968],[1280,1968],[1280,1859],[1174,1859],[1174,1715],[1276,1715],[1276,1666]]},{"area":"243","points":[[1378,2073],[1475,2073],[1475,2087],[1493,2088],[1498,2096],[1475,2101],[1475,2136],[1495,2140],[1498,2146],[1476,2151],[1476,2188],[1492,2188],[1500,2192],[1478,2201],[1478,2235],[1495,2239],[1496,2246],[1475,2251],[1474,2260],[1378,2260],[1376,2253],[1356,2249],[1349,2244],[1378,2235],[1378,2202],[1354,2199],[1349,2188],[1378,2186],[1378,2152],[1356,2148],[1351,2141],[1378,2140],[1378,2105],[1347,2094],[1358,2091],[1378,2091]]},{"area":"241","points":[[1329,2431],[1329,2480],[1525,2480],[1525,2431]]},{"area":"26a","points":[[427,3481],[427,3534],[626,3534],[626,3481]]},{"area":"26d","points":[[427,2866],[625,2866],[625,2973],[654,2973],[672,2991],[654,3009],[626,3009],[626,3025],[653,3025],[670,3042],[653,3059],[628,3059],[628,3074],[652,3074],[670,3092],[651,3111],[626,3111],[626,3165],[427,3165],[427,3113],[400,3113],[380,3093],[400,3073],[424,3073],[424,3064],[399,3064],[379,3044],[397,3026],[427,3026],[427,3013],[398,3013],[379,2994],[399,2974],[427,2974]]},{"area":"272","points":[[669,3168],[669,3271],[766,3271],[766,3168]]},{"area":"26b","points":[[428,3175],[628,3175],[628,3268],[569,3268],[569,3366],[486,3366],[486,3269],[428,3269]]},{"area":"279","points":[[1278,3378],[1278,3432],[1476,3432],[1476,3378]]},{"area":"27e","points":[[1285,2878],[1285,3011],[1472,3011],[1472,2878]]},{"area":"27b","points":[[1084,2876],[1268,2876],[1268,3020],[1480,3020],[1480,2876],[1666,2876],[1666,2958],[1495,3215],[1258,3215],[1084,2962]]},{"area":"288","points":[[1986,2829],[1986,3012],[2221,3012],[2221,2829]]},{"area":"286","points":[[2338,2829],[2338,3011],[2569,3011],[2569,2829]]},{"area":"28b","points":[[2233,2832],[2322,2832],[2322,3024],[2349,3024],[2367,3054],[2384,3054],[2411,3024],[2456,3024],[2446,3046],[2451,3064],[2467,3075],[2467,3094],[2442,3107],[2442,3126],[2468,3145],[2468,3193],[2444,3206],[2444,3228],[2469,3242],[2469,3265],[2454,3271],[2447,3287],[2452,3311],[2404,3311],[2388,3282],[2366,3282],[2349,3312],[2304,3312],[2288,3285],[2269,3285],[2253,3309],[2206,3309],[2187,3280],[2167,3280],[2155,3312],[2100,3312],[2106,3296],[2109,3279],[2087,3267],[2087,3246],[2109,3233],[2114,3208],[2087,3193],[2087,3146],[2112,3129],[2112,3108],[2086,3095],[2086,3073],[2105,3061],[2102,3039],[2094,3026],[2148,3026],[2168,3051],[2184,3051],[2199,3028],[2233,3028]]},{"area":"283","points":[[2236,3326],[2484,3326],[2484,3024],[2568,3024],[2568,3408],[2236,3408]]},{"area":"290","points":[[1987,3027],[2071,3027],[2084,3033],[2096,3045],[2089,3056],[2071,3065],[2071,3274],[2089,3276],[2095,3289],[2085,3300],[2068,3300],[2068,3326],[2219,3326],[2219,3404],[1987,3404]]},{"area":"282","points":[[2176,3456],[2176,3511],[2378,3511],[2378,3456]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/056-305.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/057-305a.webp"},"title":"Player Version","mapParent":{"id":"ff1"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","offsetX":50,"offsetY":33,"scale":2}}]},{"name":"Ch. 4: Fane of the Night Serpent","ix":4,"images":[{"type":"image","id":"ff0","href":{"type":"internal","path":"adventure/ToA/061-402.webp"},"title":"Map 4.1: Fane of the Night Serpent","width":2800,"height":3800,"imageType":"map","grid":{"type":"square","size":52,"offsetX":20,"offsetY":27},"mapRegions":[{"area":"2ad","points":[[335,846],[745,846],[745,877],[652,877],[652,919],[440,919],[440,875],[335,875]]},{"area":"2b1","points":[[336,1272],[749,1272],[749,1742],[334,1742],[334,1694],[312,1688],[293,1673],[285,1658],[282,1633],[286,1618],[295,1602],[314,1587],[336,1585],[336,1487],[316,1481],[295,1468],[281,1447],[280,1431],[285,1413],[291,1396],[302,1382],[318,1379],[336,1373]]},{"area":"2ba","points":[[855,807],[1011,807],[1011,961],[855,961]]},{"area":"2c2","points":[[1114,902],[1114,786],[1243,657],[1371,785],[1371,902]]},{"area":"2be","points":[[1062,964],[1062,1172],[1425,1172],[1425,964]]},{"area":"2c6","points":[[1479,913],[1552,913],[1553,898],[1553,879],[1562,871],[1575,865],[1595,871],[1607,887],[1608,911],[1684,911],[1684,1172],[1479,1172]]},{"area":"2e1","points":[[1893,965],[1945,965],[1945,853],[1948,826],[1961,801],[1982,780],[2005,764],[2036,756],[2060,755],[2080,762],[2105,775],[2121,788],[2136,808],[2147,833],[2155,855],[2155,965],[2206,965],[2206,1016],[2233,1019],[2247,1033],[2253,1049],[2233,1067],[2218,1069],[2206,1069],[2206,1121],[2051,1121],[2051,1162],[1998,1162],[1998,1121],[1893,1121]]},{"area":"2da","points":[[1996,1175],[2308,1175],[2308,1582],[2180,1582],[2182,1613],[2172,1631],[2146,1635],[2127,1619],[2127,1586],[1996,1586]]},{"area":"2d5","points":[[1788,1644],[1788,1631],[1735,1631],[1735,1533],[1892,1533],[1892,1629],[1841,1629],[1841,1644],[1891,1644],[1912,1661],[1932,1682],[1939,1711],[1939,1739],[1948,1739],[1948,1695],[2047,1695],[2047,1741],[2074,1744],[2089,1753],[2094,1767],[2091,1791],[2072,1798],[2049,1798],[2049,1849],[1954,1849],[1954,1798],[1940,1798],[1940,1832],[1925,1862],[1905,1882],[1878,1892],[1845,1892],[1845,1907],[1892,1907],[1892,2005],[1738,2005],[1738,1911],[1786,1911],[1786,1894],[1736,1894],[1718,1879],[1700,1866],[1691,1841],[1688,1800],[1688,1738],[1691,1707],[1702,1674],[1732,1653],[1761,1646]]},{"area":"2ca","points":[[1011,1275],[1478,1275],[1478,1328],[1521,1328],[1521,1926],[1447,2000],[1042,2000],[966,1924],[966,1847],[936,1840],[918,1827],[905,1805],[905,1641],[905,1484],[958,1484],[958,1331],[1011,1331]]},{"area":"2ff","points":[[2327,2138],[2355,2113],[2381,2116],[2396,2115],[2415,2116],[2444,2128],[2455,2148],[2461,2173],[2455,2206],[2456,2226],[2436,2246],[2414,2258],[2393,2256],[2384,2242],[2369,2244],[2354,2240],[2331,2228],[2328,2211],[2321,2198],[2324,2173],[2324,2152]]},{"area":"301","points":[[2521,2593],[2508,2574],[2505,2560],[2493,2552],[2492,2536],[2508,2524],[2506,2506],[2508,2482],[2534,2473],[2562,2474],[2595,2478],[2608,2487],[2624,2501],[2621,2519],[2626,2549],[2646,2549],[2664,2555],[2679,2571],[2676,2581],[2682,2599],[2678,2621],[2664,2631],[2661,2647],[2668,2659],[2667,2669],[2651,2687],[2639,2689],[2632,2705],[2632,2724],[2640,2733],[2638,2748],[2620,2773],[2609,2779],[2592,2780],[2576,2785],[2561,2771],[2561,2759],[2566,2742],[2564,2732],[2540,2732],[2526,2738],[2518,2724],[2511,2713],[2515,2698],[2514,2692],[2513,2628],[2518,2609]]},{"area":"2fb","points":[[1356,2938],[1356,2971],[1359,2982],[1356,2992],[1352,3001],[1325,3006],[1300,3013],[1279,3029],[1296,3044],[1296,3059],[1285,3073],[1267,3082],[1272,3100],[1282,3109],[1285,3127],[1286,3152],[1298,3172],[1318,3180],[1327,3200],[1326,3214],[1327,3228],[1340,3244],[1366,3251],[1375,3269],[1384,3300],[1413,3315],[1432,3320],[1442,3315],[1453,3306],[1479,3305],[1492,3316],[1531,3322],[1556,3291],[1632,3265],[1725,3256],[1808,3208],[1813,3134],[1782,3052],[1660,3006],[1608,2999],[1581,2999],[1575,3019],[1541,3022],[1527,3013],[1489,3009],[1474,2994],[1456,2993],[1424,2992],[1408,2976],[1409,2955],[1395,2936],[1386,2925],[1376,2928]]},{"area":"2fb","points":[[2494,1171],[2487,1148],[2487,1139],[2467,1133],[2448,1135],[2432,1125],[2416,1115],[2409,1084],[2418,1060],[2416,1048],[2429,1029],[2447,1022],[2458,1016],[2481,1018],[2505,1022],[2519,1028],[2521,1047],[2519,1059],[2534,1075],[2544,1106],[2566,1105],[2587,1096],[2611,1116],[2629,1115],[2640,1109],[2648,1108],[2649,1131],[2674,1142],[2678,1173],[2668,1186],[2666,1208],[2656,1231],[2629,1235],[2634,1267],[2651,1272],[2679,1272],[2689,1288],[2687,1307],[2688,1332],[2676,1356],[2669,1369],[2651,1380],[2642,1387],[2648,1408],[2644,1421],[2609,1431],[2612,1449],[2614,1459],[2593,1460],[2567,1472],[2545,1491],[2532,1505],[2531,1529],[2552,1526],[2573,1519],[2585,1520],[2606,1526],[2612,1536],[2614,1552],[2587,1585],[2496,1635],[2487,1713],[2432,1775],[2398,1729],[2414,1716],[2413,1692],[2409,1682],[2411,1668],[2428,1646],[2428,1624],[2432,1606],[2425,1594],[2414,1579],[2395,1574],[2386,1558],[2389,1539],[2375,1526],[2381,1508],[2394,1484],[2411,1475],[2429,1465],[2432,1449],[2421,1429],[2421,1414],[2429,1395],[2431,1368],[2422,1367],[2416,1348],[2421,1338],[2412,1325],[2402,1314],[2404,1298],[2404,1276],[2429,1267],[2446,1260],[2461,1256],[2472,1234],[2462,1220],[2461,1207],[2473,1189]]},{"area":"2b7","points":[[131,1952],[334,1952],[334,2049],[426,2049],[433,2061],[433,2093],[428,2109],[334,2109],[334,2214],[131,2214]]},{"area":"2b5","points":[[447,1749],[644,1749],[644,2313],[627,2345],[593,2364],[491,2364],[459,2346],[447,2316]]},{"area":"2f7","points":[[218,2766],[229,2774],[258,2782],[274,2799],[296,2792],[311,2800],[327,2809],[332,2838],[329,2866],[346,2881],[352,2893],[387,2888],[401,2876],[420,2859],[436,2847],[436,2831],[416,2819],[395,2805],[396,2782],[394,2762],[407,2739],[434,2726],[460,2715],[484,2714],[495,2722],[506,2734],[526,2740],[547,2738],[584,2742],[613,2787],[628,2855],[655,2911],[652,2968],[639,2978],[644,2991],[644,3008],[632,3027],[616,3039],[599,3039],[578,3038],[549,3049],[508,3039],[488,3039],[455,3040],[428,3008],[433,2988],[435,2976],[408,2958],[388,2966],[384,2985],[360,2992],[345,2987],[333,2993],[320,3027],[332,3044],[320,3064],[300,3073],[284,3075],[269,3081],[248,3091],[207,3095],[191,3091],[179,3076],[174,3061],[153,3049],[152,3033],[148,3022],[151,3007],[141,2993],[127,2972],[121,2956],[121,2940],[133,2915],[135,2888],[133,2871],[136,2845],[144,2829],[149,2818],[155,2798],[175,2780],[191,2767]]},{"area":"303","points":[[1136,3285],[1165,3302],[1178,3329],[1162,3345],[1146,3367],[1149,3393],[1161,3405],[1160,3421],[1158,3435],[1153,3467],[1165,3504],[1161,3531],[1156,3566],[1176,3568],[1191,3576],[1206,3593],[1216,3618],[1211,3642],[1224,3676],[1135,3686],[1132,3664],[1127,3644],[1107,3627],[1104,3608],[1068,3587],[1062,3552],[1067,3535],[1069,3525],[1061,3494],[1055,3455],[1068,3436],[1067,3418],[1065,3401],[1060,3386],[1048,3368],[1048,3342],[1064,3331],[1073,3320],[1071,3306],[1093,3284],[1111,3273]]},{"area":"2e7","points":[[594,2545],[772,2367],[956,2551],[778,2729],[725,2729],[594,2598]]},{"area":"2eb","points":[[1111,2472],[1371,2472],[1371,2754],[1284,2826],[1205,2826],[1111,2751]]},{"area":"2ef","points":[[1456,2175],[1456,2262],[1600,2262],[1600,2175]]},{"area":"2f1","points":[[1529,2375],[1678,2375],[1678,2729],[1529,2729],[1526,2726],[1499,2726],[1479,2706],[1499,2686],[1525,2686],[1525,2674],[1496,2674],[1475,2653],[1497,2631],[1527,2631],[1527,2621],[1501,2621],[1482,2602],[1501,2583],[1526,2583],[1526,2569],[1502,2569],[1484,2551],[1502,2533],[1528,2533],[1528,2520],[1500,2520],[1478,2498],[1500,2476],[1526,2476],[1526,2467],[1498,2467],[1478,2447],[1500,2425],[1529,2425]]},{"area":"2f3","points":[[1736,2471],[1889,2471],[1889,2627],[1736,2627],[1736,2575],[1692,2575],[1692,2525],[1736,2525]]},{"area":"2f5","points":[[1840,2055],[1851,2055],[1851,2038],[1867,2022],[1882,2037],[1882,2055],[1900,2055],[1900,2036],[1914,2022],[1930,2038],[1930,2054],[1951,2054],[1951,2038],[1969,2020],[1988,2039],[1988,2055],[2004,2055],[2004,2039],[2019,2024],[2035,2040],[2035,2055],[2056,2055],[2056,2039],[2075,2020],[2092,2037],[2092,2056],[2092,2311],[2092,2330],[2075,2347],[2059,2331],[2059,2315],[2038,2315],[2038,2332],[2024,2346],[2010,2332],[2010,2315],[1986,2315],[1986,2332],[1973,2345],[1959,2331],[1959,2312],[1934,2312],[1934,2332],[1922,2344],[1907,2329],[1907,2315],[1884,2315],[1884,2329],[1869,2344],[1852,2327],[1852,2315],[1840,2315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/061-402.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/062-402a.webp"},"title":"Player Version","mapParent":{"id":"ff0"},"width":2800,"height":3800,"imageType":"mapPlayer","grid":{"type":"square","size":52,"offsetX":20,"offsetY":27}}]},{"name":"Ch. 5: Tomb of the Nine Gods","ix":5,"images":[{"type":"image","id":"fef","href":{"type":"internal","path":"adventure/ToA/066-505.webp"},"title":"Map 5.1: Rotten Halls","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":84,"offsetX":-17,"offsetY":14,"scale":2},"mapRegions":[{"area":"364","points":[[1755,851],[1755,1099],[2002,1099],[2002,851]]},{"area":"362","points":[[1686,931],[1686,1016],[1747,1016],[1747,931]]},{"area":"345","points":[[1131,811],[1131,1135],[1452,1135],[1452,811]]},{"area":"332","points":[[1246,1224],[1246,1442],[1332,1442],[1332,1224]]},{"area":"32f","points":[[1467,1516],[1625,1516],[1625,1492],[1644,1473],[1668,1497],[1668,1516],[1709,1516],[1709,1494],[1728,1475],[1751,1498],[1751,1516],[1793,1516],[1793,1488],[1812,1469],[1835,1492],[1835,1516],[1875,1516],[1875,1491],[1896,1470],[1920,1494],[1920,1516],[1952,1516],[1972,1536],[1954,1554],[1919,1554],[1919,1576],[1897,1598],[1877,1578],[1877,1559],[1833,1559],[1833,1585],[1816,1602],[1797,1583],[1797,1558],[1751,1558],[1751,1582],[1732,1601],[1710,1579],[1710,1559],[1668,1559],[1668,1582],[1650,1600],[1632,1582],[1632,1559],[1467,1559]]},{"area":"32a","points":[[1259,1567],[1259,1625],[1320,1625],[1320,1567]]},{"area":"336","points":[[785,1415],[785,1451],[881,1451],[881,1415]]},{"area":"339","points":[[789,1251],[789,1279],[876,1279],[876,1251]]},{"area":"33f","points":[[788,1055],[788,1228],[876,1228],[876,1055]]},{"area":"340","points":[[795,931],[794,901],[806,876],[834,868],[856,879],[869,906],[869,934],[869,962],[795,962]]},{"area":"343","points":[[535,933],[535,1016],[571,1016],[571,933]]},{"area":"341","points":[[671,928],[671,1013],[731,1013],[731,928]]},{"area":"356","points":[[288,847],[288,813],[326,813],[326,847],[532,847],[532,1095],[331,1095],[331,1133],[287,1133],[287,1098],[246,1098],[246,1059],[204,1059],[204,1016],[244,1016],[244,932],[208,932],[208,893],[242,893],[242,847]]},{"area":"35f","points":[[211,1473],[220,1464],[234,1461],[242,1465],[261,1462],[276,1459],[285,1466],[294,1475],[324,1479],[336,1465],[338,1446],[353,1440],[381,1436],[402,1444],[415,1458],[405,1481],[398,1494],[408,1521],[428,1531],[440,1546],[431,1580],[421,1595],[406,1605],[408,1624],[396,1633],[382,1638],[366,1648],[345,1644],[322,1648],[309,1659],[288,1658],[279,1648],[278,1634],[266,1628],[247,1626],[222,1625],[215,1612],[202,1591],[208,1567],[196,1556],[181,1548],[173,1526],[178,1498],[186,1485]]},{"area":"35e","points":[[301,1273],[306,1241],[313,1234],[328,1229],[339,1225],[339,1214],[351,1208],[373,1206],[386,1214],[398,1219],[407,1218],[455,1214],[479,1206],[491,1195],[511,1186],[532,1186],[548,1202],[547,1211],[562,1219],[560,1245],[547,1258],[528,1266],[509,1264],[496,1272],[499,1284],[484,1295],[467,1301],[445,1309],[404,1306],[392,1296],[371,1287],[354,1296],[347,1316],[316,1311],[299,1294]]},{"area":"351","points":[[435,218],[475,228],[509,253],[529,284],[538,327],[527,367],[508,396],[474,420],[435,428],[389,422],[359,401],[340,374],[327,324],[339,282],[360,254],[389,233]]},{"area":"34f","points":[[328,514],[645,514],[707,576],[644,639],[328,639],[328,596],[305,596],[286,577],[306,557],[328,557]]},{"area":"377","points":[[2175,434],[2168,422],[2146,415],[2134,404],[2128,389],[2116,382],[2100,367],[2101,353],[2101,334],[2100,322],[2101,308],[2116,302],[2115,293],[2122,280],[2138,271],[2147,244],[2162,238],[2173,224],[2196,219],[2216,214],[2238,219],[2265,219],[2284,219],[2304,233],[2331,252],[2344,265],[2342,289],[2344,309],[2342,322],[2329,332],[2332,349],[2335,374],[2320,389],[2308,396],[2300,414],[2269,424],[2249,429],[2221,435],[2198,435]]},{"area":"36f","points":[[1254,225],[1254,471],[1536,471],[1536,225]]},{"area":"36d","points":[[1342,564],[1342,589],[1449,589],[1449,564]]},{"area":"347","points":[[1477,860],[1477,915],[1537,915],[1537,860]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/066-505.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/067-505a.webp"},"title":"Player Version","mapParent":{"id":"fef","offsetX":38,"offsetY":49,"scaleX":0.822,"scaleY":0.815,"autoScale":true},"width":3200,"height":2150,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","id":"fee","href":{"type":"internal","path":"adventure/ToA/069-506.webp"},"title":"Map 5.2: Dungeon of Deception","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":26,"offsetY":40,"scale":2},"mapRegions":[{"area":"3a5","points":[[503,363],[503,949],[747,949],[747,363]]},{"area":"3aa","points":[[197,1000],[400,1000],[400,1246],[193,1246],[163,1216],[163,1031]]},{"area":"39f","points":[[847,1097],[847,1197],[946,1197],[946,1097]]},{"area":"388","points":[[1186,1146],[1186,1224],[1290,1224],[1290,1146]]},{"area":"38a","points":[[946,1296],[1526,1296],[1526,1734],[1336,1734],[1320,1717],[1290,1706],[1290,1736],[1187,1736],[1187,1703],[1163,1714],[1139,1736],[946,1736]]},{"area":"349","points":[[1453,850],[1453,907],[1491,907],[1491,850]]},{"area":"37b","points":[[1239,214],[1239,366],[1387,366],[1387,214]]},{"area":"393","points":[[1533,1439],[1533,1393],[1770,1393],[1770,1441],[1687,1441],[1683,1480],[1667,1497],[1637,1493],[1621,1481],[1621,1439]]},{"area":"398","points":[[1784,1244],[1909,1244],[1920,1255],[1931,1244],[2059,1244],[2070,1255],[2081,1244],[2169,1244],[2169,1331],[2158,1342],[2167,1351],[2167,1529],[2156,1540],[2167,1551],[2167,1624],[2151,1674],[2124,1720],[2106,1719],[2107,1734],[2069,1764],[2031,1780],[1984,1789],[1974,1779],[1963,1790],[1926,1781],[1889,1767],[1853,1750],[1839,1736],[1844,1719],[1823,1716],[1804,1686],[1784,1636],[1784,1553],[1795,1542],[1784,1527],[1784,1361],[1799,1346],[1784,1329]]},{"area":"383","points":[[2069,559],[2069,903],[2559,903],[2559,559]]},{"area":"37d","points":[[1779,460],[1779,999],[1824,999],[1824,460]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/069-506.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/070-506a.webp"},"title":"Player Version","mapParent":{"id":"fee","autoScale":true},"width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":3}},{"type":"image","id":"fed","href":{"type":"internal","path":"adventure/ToA/074-509.webp"},"title":"Map 5.3: Vault of Reflection","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":28,"offsetY":42,"scale":2},"mapRegions":[{"area":"40d","points":[[504,757],[744,757],[744,951],[504,951],[504,896],[526,871],[527,850],[521,830],[504,816]]},{"area":"417","points":[[249,1200],[277,1151],[313,1116],[296,1090],[306,1061],[333,1064],[350,1083],[403,1059],[453,1046],[454,1020],[480,1000],[503,1019],[506,1046],[561,1056],[610,1083],[626,1061],[651,1063],[661,1091],[644,1111],[680,1146],[704,1197],[729,1190],[753,1206],[746,1233],[717,1241],[720,1317],[704,1377],[724,1391],[737,1424],[714,1440],[686,1426],[657,1451],[633,1476],[647,1507],[637,1531],[609,1531],[589,1504],[554,1519],[503,1529],[447,1529],[404,1520],[369,1507],[356,1529],[323,1531],[313,1506],[326,1480],[303,1456],[273,1421],[250,1436],[224,1423],[229,1394],[251,1380],[237,1326],[233,1267],[237,1244],[214,1236],[201,1210],[220,1194]]},{"area":"415","points":[[459,1544],[459,1641],[504,1641],[504,1544]]},{"area":"3f0","points":[[750,1689],[750,1761],[764,1781],[1060,1781],[1086,1760],[1086,1567],[1063,1537],[949,1537],[949,1497],[896,1497],[896,1539],[783,1539],[750,1560]]},{"area":"3de","points":[[1237,1634],[1257,1587],[1286,1587],[1286,1489],[2410,1489],[2410,1589],[2459,1589],[2459,1686],[2414,1686],[2414,1779],[1289,1779],[1289,1683],[1237,1683]]},{"area":"3dd","points":[[2513,1441],[2513,1536],[2609,1536],[2609,1441]]},{"area":"3b8","points":[[1394,1247],[1394,1291],[1416,1291],[1416,1247]]},{"area":"3eb","points":[[993,1347],[993,1390],[1386,1390],[1386,1347]]},{"area":"3ed","points":[[897,1351],[897,1391],[991,1391],[991,1463],[973,1483],[873,1483],[847,1454],[847,1351]]},{"area":"3e7","points":[[849,1337],[990,1337],[990,1293],[949,1274],[949,1251],[896,1251],[891,1277],[849,1294]]},{"area":"3a3","points":[[849,1170],[856,1140],[873,1113],[897,1100],[923,1096],[953,1103],[971,1116],[986,1131],[990,1151],[991,1180],[981,1206],[964,1223],[944,1234],[913,1234],[886,1226],[867,1211],[849,1189]]},{"area":"3bf","points":[[2263,1144],[2263,1200],[2317,1200],[2317,1144]]},{"area":"3bf","points":[[2267,806],[2267,856],[2314,856],[2314,806]]},{"area":"3c1","points":[[2120,1017],[2120,1393],[2261,1393],[2261,1017]]},{"area":"3c1","points":[[2121,611],[2121,986],[2261,986],[2261,611]]},{"area":"3c2","points":[[2529,660],[2574,651],[2607,631],[2636,602],[2651,559],[2654,531],[2644,496],[2628,465],[2605,444],[2579,427],[2536,415],[2508,421],[2474,434],[2444,466],[2426,491],[2415,531],[2420,567],[2433,600],[2459,628],[2493,652]]},{"area":"3c9","points":[[2124,365],[2261,365],[2261,416],[2362,416],[2362,462],[2261,462],[2261,514],[2124,514]]},{"area":"3ce","points":[[1971,316],[1971,369],[2024,369],[2024,316]]},{"area":"3d3","points":[[1335,167],[1335,504],[1873,504],[1873,167]]},{"area":"3d1","points":[[1876,315],[1876,365],[1921,365],[1921,315]]},{"area":"3b3","points":[[1576,507],[1576,541],[1634,541],[1634,507]]},{"area":"34b","points":[[1334,680],[1334,726],[1388,726],[1388,680]]},{"area":"3f7","points":[[999,974],[948,932],[945,911],[896,911],[896,932],[846,974],[846,1052],[999,1052]]},{"area":"3f9","points":[[1093,802],[1093,780],[1100,764],[1119,756],[1134,767],[1141,784],[1141,922],[1134,940],[1119,948],[1102,942],[1093,934]]},{"area":"3fc","points":[[1042,611],[795,611],[795,333],[806,322],[796,304],[813,302],[823,292],[819,276],[835,275],[841,269],[871,269],[871,216],[969,216],[969,265],[992,265],[1000,271],[1018,274],[1013,289],[1019,300],[1038,300],[1034,320],[1042,333],[1042,393],[1031,401],[1026,415],[1041,415],[1041,514],[1028,514],[1034,531],[1042,536]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/074-509.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/075-509a.webp"},"title":"Player Version","mapParent":{"id":"fed"},"width":2750,"height":1900,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":28,"offsetY":42,"scale":2}},{"type":"image","id":"fec","href":{"type":"internal","path":"adventure/ToA/077-512.webp"},"title":"Map 5.4: Chambers of Horror","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-14,"offsetY":44,"scale":2},"mapRegions":[{"area":"47d","points":[[1556,326],[1676,326],[1691,343],[1709,347],[1726,342],[1740,326],[1861,326],[1861,630],[1556,630]]},{"area":"478","points":[[1341,372],[1341,500],[1470,500],[1470,372]]},{"area":"465","points":[[840,337],[840,385],[922,385],[922,337]]},{"area":"464","points":[[816,547],[816,623],[948,623],[948,547]]},{"area":"462","points":[[860,683],[860,714],[907,714],[907,683]]},{"area":"463","points":[[860,843],[860,900],[910,900],[910,843]]},{"area":"450","points":[[643,890],[643,1068],[732,1068],[732,890]]},{"area":"459","points":[[254,544],[254,676],[385,676],[385,544]]},{"area":"452","points":[[211,762],[296,762],[296,720],[339,720],[339,762],[383,762],[383,720],[428,720],[428,762],[472,762],[472,720],[515,720],[515,762],[600,762],[600,1197],[514,1197],[514,1238],[472,1238],[472,1197],[428,1197],[428,1237],[383,1237],[383,1198],[342,1198],[342,1240],[299,1240],[299,1197],[211,1197]]},{"area":"3a3","points":[[770,1151],[783,1130],[802,1115],[825,1104],[850,1101],[872,1109],[890,1122],[908,1146],[916,1181],[907,1210],[886,1230],[869,1242],[848,1248],[821,1245],[795,1231],[777,1212],[770,1185],[770,1170]]},{"area":"44c","points":[[816,1456],[816,1587],[950,1587],[950,1456]]},{"area":"443","points":[[1744,1498],[1744,1543],[1770,1543],[1770,1498]]},{"area":"443","points":[[1903,1326],[1903,1377],[1947,1377],[1947,1326]]},{"area":"447","points":[[2077,1496],[2077,1591],[2174,1591],[2174,1496]]},{"area":"449","points":[[1907,1524],[1907,1561],[1942,1561],[1942,1524]]},{"area":"426","points":[[1818,855],[1818,930],[1897,930],[1897,855]]},{"area":"42b","points":[[1815,762],[1815,842],[1898,842],[1898,762]]},{"area":"42f","points":[[1908,762],[1908,844],[1988,844],[1988,762]]},{"area":"434","points":[[1996,761],[1996,846],[2073,846],[2073,761]]},{"area":"438","points":[[2081,719],[2205,719],[2205,588],[2424,588],[2424,719],[2555,719],[2555,933],[2423,933],[2423,1064],[2205,1064],[2205,936],[2081,936]]},{"area":"423","points":[[1601,942],[1988,942],[1988,950],[1977,960],[1969,977],[1970,992],[1977,1003],[1991,1010],[1991,1021],[1601,1021]]},{"area":"41e","points":[[1217,812],[1217,1148],[1471,1148],[1471,812]]},{"area":"34d","points":[[1123,836],[1123,901],[1188,901],[1188,836]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/077-512.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/078-512a.webp"},"title":"Player Version","mapParent":{"id":"fec","autoScale":true},"width":3050,"height":2050,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","id":"feb","href":{"type":"internal","path":"adventure/ToA/082-515.webp"},"title":"Map 5.5: Gears of Hate","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":86,"offsetX":-30,"offsetY":-15,"scale":2},"mapRegions":[{"area":"4cf","points":[[153,246],[153,374],[324,374],[324,246]]},{"area":"494","points":[[168,598],[321,598],[321,807],[176,807],[148,784],[148,621]]},{"area":"4c9","points":[[502,307],[507,275],[515,241],[538,212],[568,185],[607,166],[651,160],[694,169],[729,191],[762,219],[784,259],[788,298],[788,327],[778,369],[760,405],[728,427],[695,446],[644,455],[605,445],[555,425],[527,394],[509,365],[498,329]]},{"area":"4c6","points":[[811,245],[811,333],[1489,333],[1489,245]]},{"area":"486","points":[[569,771],[574,733],[715,564],[951,652],[935,880],[924,909],[693,967]]},{"area":"4ac","points":[[1141,674],[1273,674],[1239,598],[1181,598]]},{"area":"484","points":[[1016,956],[1014,914],[1209,767],[1413,916],[1336,1154],[1101,1158],[1075,1136]]},{"area":"3a3","points":[[686,1251],[669,1247],[645,1239],[626,1218],[615,1185],[620,1146],[647,1119],[671,1111],[692,1107],[719,1113],[739,1124],[751,1144],[764,1167],[759,1198],[742,1225],[718,1245],[699,1251]]},{"area":"4b4","points":[[724,1261],[754,1239],[772,1208],[776,1196],[775,1155],[831,1119],[864,1098],[888,1107],[911,1151],[914,1202],[898,1240],[862,1262],[832,1307],[806,1304],[759,1282],[734,1275]]},{"area":"4a8","points":[[449,1587],[449,1674],[575,1674],[575,1587]]},{"area":"4a2","points":[[587,1591],[587,1673],[1184,1673],[1184,1591]]},{"area":"4a6","points":[[1205,1586],[1205,1673],[1318,1673],[1318,1586]]},{"area":"4a0","points":[[1019,1207],[1019,1585],[1053,1585],[1053,1213],[1097,1169],[1072,1144]]},{"area":"488","points":[[1451,684],[1667,549],[1699,549],[1699,581],[1855,714],[1779,909],[1764,948],[1512,929]]},{"area":"4af","points":[[2053,307],[2072,291],[2078,266],[2087,244],[2101,221],[2131,209],[2153,201],[2159,191],[2182,186],[2213,182],[2227,192],[2255,193],[2265,201],[2275,225],[2278,247],[2301,251],[2327,251],[2340,265],[2347,280],[2335,295],[2340,321],[2361,331],[2387,332],[2398,354],[2400,372],[2392,406],[2375,418],[2374,442],[2375,464],[2301,438],[2293,425],[2276,416],[2253,420],[2229,421],[2198,425],[2166,419],[2147,405],[2116,409],[2104,412],[2085,398],[2082,387],[2080,368],[2065,356],[2056,347],[2058,332]]},{"area":"4bd","points":[[1751,1369],[2091,1369],[2091,1474],[2080,1524],[2064,1556],[2029,1588],[1993,1611],[1954,1627],[1925,1628],[1881,1625],[1831,1605],[1794,1572],[1766,1525],[1749,1485],[1749,1431]]},{"area":"4b1","points":[[1748,520],[1751,467],[1769,446],[1826,452],[1859,474],[1901,502],[1927,546],[1938,584],[1958,635],[1958,655],[2064,691],[2144,699],[2180,701],[2220,764],[2171,827],[2139,844],[2101,875],[2073,898],[2000,931],[1986,1006],[2002,1040],[1998,1107],[1946,1179],[1852,1181],[1808,1209],[1771,1254],[1721,1299],[1654,1351],[1581,1424],[1487,1388],[1418,1358],[1375,1351],[1299,1376],[1214,1385],[1147,1382],[1089,1331],[1093,1286],[1116,1246],[1186,1239],[1252,1239],[1308,1233],[1366,1212],[1436,1149],[1478,1085],[1495,1013],[1532,1024],[1592,1039],[1698,1027],[1778,1007],[1827,978],[1856,947],[1886,904],[1907,845],[1914,706],[1868,608],[1804,542]]},{"area":"4b1","points":[[484,994],[462,927],[434,873],[419,784],[425,693],[460,614],[509,559],[615,545],[567,586],[549,656],[535,738],[527,828],[539,906],[592,996],[749,1029],[864,1026],[918,1006],[952,975],[942,1058],[971,1114],[987,1166],[974,1289],[959,1349],[862,1353],[767,1334],[859,1299],[919,1241],[935,1167],[929,1086],[851,1085],[784,1132],[755,1087],[672,1075],[607,1098],[584,1153],[604,1224],[641,1285],[640,1340],[598,1298],[548,1272],[502,1275],[456,1269],[399,1206],[401,1174],[460,1128],[496,1084],[485,1028]]},{"area":"4b1","points":[[844,459],[899,521],[969,572],[1068,580],[1172,527],[1199,460],[1262,471],[1325,436],[1395,428],[1505,435],[1573,425],[1624,476],[1562,516],[1469,542],[1425,616],[1395,701],[1375,760],[1311,701],[1287,584],[1218,571],[1149,585],[1118,648],[1101,727],[1061,769],[1042,704],[995,605],[919,571],[861,524],[824,482],[821,462]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/082-515.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/083-515a.webp"},"title":"Player Version","mapParent":{"id":"feb","autoScale":true},"width":3050,"height":2050,"imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":3}},{"type":"image","id":"fea","href":{"type":"internal","path":"adventure/ToA/086-520.webp"},"title":"Map 5.6: Cradle of the Death God","width":2750,"height":1900,"imageType":"map","grid":{"type":"square","size":98,"offsetX":25,"offsetY":44,"scale":2},"mapRegions":[{"area":"4e8","points":[[1189,313],[1189,198],[1211,169],[1311,168],[1334,194],[1334,315]]},{"area":"4e6","points":[[699,266],[699,364],[848,364],[848,266]]},{"area":"4eb","points":[[479,465],[601,465],[601,609],[481,609],[449,589],[449,488]]},{"area":"4f0","points":[[605,632],[629,613],[748,613],[748,758],[638,758],[604,732]]},{"area":"4d8","points":[[852,419],[852,799],[1136,799],[1136,419]]},{"area":"4f5","points":[[1238,754],[1238,613],[1356,613],[1387,631],[1387,729],[1361,754]]},{"area":"51c","points":[[1481,536],[1512,512],[1647,512],[1682,536],[1682,853],[1434,853],[1434,806],[1481,806]]},{"area":"4fa","points":[[453,905],[506,940],[520,918],[542,908],[560,914],[567,933],[561,951],[553,967],[596,995],[609,981],[620,971],[642,969],[654,982],[656,998],[644,1026],[680,1048],[694,1049],[694,1027],[704,1011],[715,1004],[731,1002],[745,1012],[749,1022],[749,1048],[845,1048],[845,1020],[858,1006],[875,1002],[894,1011],[898,1032],[898,1049],[946,1049],[1087,1049],[1087,1025],[1101,1011],[1122,1002],[1140,1018],[1140,1047],[1239,1047],[1239,1025],[1249,1008],[1268,1001],[1286,1014],[1286,1047],[1304,1048],[1344,1025],[1329,1001],[1329,981],[1347,971],[1366,969],[1389,995],[1434,966],[1424,941],[1422,919],[1442,911],[1459,911],[1476,939],[1538,905],[1460,1052],[1487,1073],[1488,1098],[1461,1112],[1432,1098],[1267,1389],[1386,1393],[1381,1447],[1368,1485],[1341,1526],[1302,1558],[1260,1582],[1226,1587],[1194,1587],[1164,1571],[1055,1762],[1027,1762],[1027,1786],[964,1786],[964,1765],[935,1765],[818,1569],[798,1584],[767,1587],[741,1586],[712,1574],[684,1555],[647,1522],[621,1493],[605,1448],[599,1394],[726,1391],[558,1092],[541,1102],[519,1107],[499,1093],[498,1074],[515,1058],[532,1052]]},{"area":"520","points":[[2073,805],[2165,805],[2165,755],[2285,755],[2314,774],[2314,876],[2291,899],[2165,899],[2165,855],[2073,855]]},{"area":"512","points":[[1976,609],[1976,1042],[2065,1042],[2065,609]]},{"area":"50d","points":[[1879,1489],[1960,1489],[1970,1479],[1980,1489],[2062,1489],[2070,1481],[2079,1490],[2168,1490],[2168,1175],[2158,1129],[2131,1089],[2109,1069],[2072,1054],[1982,1052],[1948,1060],[1913,1091],[1888,1122],[1879,1169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/ToA/thumbnail/086-520.webp"},"page":"adventure.html","source":"ToA","hash":"toa"},{"type":"image","href":{"type":"internal","path":"adventure/ToA/087-520a.webp"},"title":"Player Version","mapParent":{"id":"fea","autoScale":true},"width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":50}}]}]},"TTP":{"id":"TTP","source":"TTP","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TTP/Snout of Omgar DM.webp"},"title":"Snout of Omgar - DM","width":1988,"height":2681,"mapRegions":[{"area":"01f","points":[[510,920],[262,918],[267,1039],[529,1032]]},{"area":"029","points":[[522,1390],[466,1483],[537,1622],[889,1625],[853,1536],[768,1501],[674,1476],[619,1382]]},{"area":"056","points":[[801,1694],[532,1815],[545,1900],[890,1949],[887,1862]]},{"area":"056","points":[[1474,1492],[1372,1699],[1410,1764],[1795,1701],[1771,1635]]},{"area":"056","points":[[1185,1971],[1376,1971],[1382,2045],[1282,2124],[1183,2042]]},{"area":"056","points":[[948,1100],[1173,1109],[1337,1161],[1308,1226],[1224,1292],[1045,1288],[943,1232]]},{"area":"058","points":[[465,233],[713,232],[803,419],[739,530],[450,468]]},{"area":"062","points":[[505,691],[815,690],[814,752],[644,870],[537,830]]},{"area":"065","points":[[979,957],[695,966],[704,1089],[791,1088],[998,1019],[996,957]]}],"imageType":"map","grid":{"type":"hexColsOdd","size":189,"offsetX":-37,"offsetY":59,"units":"miles"},"id":"08a","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Snout of Omgar DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Snout of Omgar Player.jpg"},"title":"Snout of Omgar - Player","width":2080,"height":2850,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":199,"offsetX":-45,"offsetY":64,"units":"miles"},"mapParent":{"id":"08a","scaleX":0.956,"scaleY":0.946,"autoScale":true}}]},{"name":"Island Locations","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/TTP/Ahoyhoy DM.webp"},"title":"Ahoyhoy - DM","width":1988,"height":1373,"mapRegions":[{"area":"020","points":[[856,977],[983,980],[991,706],[856,707]]},{"area":"021","points":[[728,260],[859,207],[1023,208],[1173,271],[1125,412],[1091,455],[1125,534],[1043,618],[869,655],[826,547],[749,488],[774,459],[776,351]]},{"area":"022","points":[[469,775],[446,688],[471,563],[603,484],[723,488],[852,653],[845,777],[658,870]]},{"area":"023","points":[[422,698],[290,619],[195,634],[109,718],[102,878],[248,957],[449,873],[457,784]]},{"area":"024","points":[[251,269],[409,270],[507,350],[508,446],[381,542],[235,531],[209,379]]},{"area":"025","points":[[644,230],[491,294],[513,352],[510,444],[568,487],[606,472],[739,477],[764,455],[763,353],[712,263]]},{"area":"026","points":[[1180,496],[1277,497],[1278,618],[1180,614]]},{"area":"027","points":[[1508,514],[1575,363],[1707,325],[1809,342],[1892,519],[1819,686],[1596,696],[1512,633]]},{"area":"028","points":[[1104,657],[1347,653],[1476,774],[1480,983],[1294,1111],[1093,1103],[1005,970],[1010,741]]},{"area":"025","points":[[1196,247],[1142,410],[1190,483],[1348,498],[1430,441],[1456,310],[1374,236],[1290,223]]}],"imageType":"map","grid":{"type":"square","size":82,"offsetX":19,"offsetY":-11,"scale":3},"id":"08b","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Ahoyhoy DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Ahoyhoy Player.jpg"},"title":"Ahoyhoy - Player","width":1459,"height":978,"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":-36,"offsetY":-46,"scale":3},"mapParent":{"id":"08b","offsetY":20,"scaleX":1.365,"scaleY":1.34,"autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Dangwaru DM.webp"},"title":"Dangwaru - DM","width":1988,"height":2656,"mapRegions":[{"area":"02a","points":[[871,248],[873,613],[1198,611],[1198,246]]},{"area":"02b","points":[[1298,249],[1449,249],[1450,401],[1295,400]]},{"area":"02c","points":[[608,144],[308,265],[253,485],[340,709],[585,744],[600,607],[693,555],[726,347]]},{"area":"02d","points":[[978,718],[1100,718],[1094,618],[976,622]]},{"area":"02e","points":[[873,625],[875,974],[1196,976],[1197,623],[1109,623],[1113,730],[965,732],[963,623]]},{"area":"02f","points":[[860,615],[734,616],[678,662],[680,812],[861,809]]},{"area":"030","points":[[1209,616],[1408,612],[1404,813],[1209,815]]},{"area":"032","points":[[681,824],[682,978],[865,974],[864,817]]},{"area":"034","points":[[1206,822],[1408,820],[1404,980],[1205,979]]},{"area":"036","points":[[666,1099],[602,1097],[610,616],[695,559],[727,605],[669,654]]},{"area":"038","points":[[1033,985],[679,986],[676,1328],[1029,1333]]},{"area":"03b","points":[[1410,990],[1042,989],[1040,1335],[1301,1334],[1528,1275],[1655,1241],[1798,1122],[1782,1045],[1627,992]]},{"area":"03f","points":[[675,1330],[822,1330],[824,1622],[675,1547]]},{"area":"040","points":[[663,1389],[311,1439],[146,1727],[160,1965],[359,2223],[667,2220],[670,1980],[822,1865],[823,1636],[663,1556]]},{"area":"042","points":[[888,1331],[887,1693],[1193,1701],[1194,1333]]},{"area":"045","points":[[1205,1341],[1306,1344],[1305,1431],[1405,1433],[1401,1699],[1205,1699]]},{"area":"046","points":[[1400,1711],[832,1706],[833,1807],[1405,1809]]},{"area":"047","points":[[886,1818],[888,1915],[976,1915],[981,2276],[1307,2277],[1296,2075],[1358,2079],[1356,1914],[1409,1914],[1404,1818]]},{"area":"04b","points":[[904,2323],[1044,2323],[1044,2490],[908,2486]]},{"area":"04c","points":[[1189,2326],[1187,2492],[1405,2489],[1402,2318]]},{"area":"04e","points":[[885,2335],[771,2334],[681,2170],[683,1993],[839,1862],[877,1858]]},{"area":"04f","points":[[1837,2293],[1753,2482],[1517,2509],[1373,2077],[1374,1933],[1432,1930],[1517,1654],[1659,1570],[1486,1538],[1496,1309],[1624,1263],[1716,1305],[1818,1504],[1891,1792]]},{"area":"050","points":[[1884,936],[1912,1224],[1836,1372],[1771,1380],[1705,1276],[1816,1139],[1780,979],[1826,931]]},{"area":"051","points":[[1572,688],[1461,821],[1459,981],[1689,988],[1777,960],[1815,915],[1813,689]]}],"imageType":"map","grid":{"type":"square","size":52,"offsetX":-3,"offsetY":-13,"distance":10},"id":"08c","hrefThumbnail":{"type":"internal","path":"adventure/TTP/thumbnail/Dangwaru DM.webp"},"page":"adventure.html","source":"TTP","hash":"ttp"},{"type":"image","href":{"type":"internal","path":"adventure/TTP/Dangwaru Player.jpg"},"title":"Dangwaru - Player","width":2149,"height":2909,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetY":-15,"distance":10},"mapParent":{"id":"08c","scaleX":0.926,"scaleY":0.928,"autoScale":true}}]}]},"XMtS":{"id":"XMtS","source":"XMtS","prop":"adventure","chapters":[{"name":"App. C: Map of Ixalan","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/XMtS/map of ixalan.webp"},"width":1403,"height":936,"imageType":"map","title":"Map of Ixalan","grid":{"type":"none"}}]}]},"WDH":{"id":"WDH","source":"WDH","prop":"adventure","chapters":[{"name":"Introduction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-DM.jpg"},"title":"Waterdeep","width":1429,"height":2000,"imageType":"map","grid":{"type":"none"},"id":"501"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-DM.jpg"},"title":"Waterdeep NW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"502"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-DM.jpg"},"title":"Waterdeep SW","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"503"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-DM.jpg"},"title":"Waterdeep W","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"504"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-DM.jpg"},"title":"Waterdeep E","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"505"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-DM.jpg"},"title":"Waterdeep NE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"506"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-DM.jpg"},"title":"Waterdeep SE","width":2000,"height":2400,"imageType":"map","grid":{"type":"none"},"id":"507"},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-Players.jpg"},"title":"Player Version","width":1429,"height":2000,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"501"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NW-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"502"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SW-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"503"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-W-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"504"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-E-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"505"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-NE-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"506"}},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Waterdeep-SE-Players.jpg"},"title":"Player Version","width":2000,"height":2400,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"507"}}]},{"name":"Ch. 1: A Friend in Need","ix":2,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":58,"offsetX":26,"offsetY":-10,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-DM.jpg"},"title":"Zhent Warehouse","width":1000,"height":691,"mapRegions":[{"area":"06b","points":[[159,114],[216,109],[216,150],[190,150],[188,139],[160,137]]},{"area":"068","points":[[217,171],[247,171],[244,225],[215,225]]},{"area":"064","points":[[75,369],[221,369],[219,658],[450,656],[448,172],[252,172],[250,233],[211,232],[209,173],[75,174]]},{"area":"06e","points":[[739,61],[961,59],[961,132],[879,133],[878,163],[739,163]]},{"area":"06d","points":[[599,176],[888,169],[888,139],[960,139],[968,646],[746,647],[745,365],[601,363]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Zhent-Warehouse-DM.webp"},"id":"4e8","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":1,"offsetY":1},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-Lower-Players.jpg"},"title":"Zhent Warehouse, Lower (Player Version)","width":950,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":1},"href":{"type":"internal","path":"adventure/WDH/Zhent-Warehouse-Upper-Players.jpg"},"title":"Zhent Warehouse, Upper (Player Version)","width":800,"height":1200},{"type":"image","imageType":"map","grid":{"type":"square","size":73,"offsetX":-21,"offsetY":6,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Guild-Hideout-DM.jpg"},"title":"Xanathar Guild Hideout","width":1158,"height":800,"id":"4f9","mapRegions":[{"area":"078","points":[[293,327],[294,523],[371,521],[363,326]]},{"area":"07b","points":[[159,185],[318,184],[329,272],[261,299],[204,262],[162,261]]},{"area":"07d","points":[[91,329],[210,330],[209,449],[93,452]]},{"area":"07e","points":[[454,72],[570,69],[570,185],[587,185],[588,226],[455,224]]},{"area":"07f","points":[[602,71],[728,68],[729,225],[595,222],[593,187],[607,186]]},{"area":"080","points":[[750,32],[828,32],[828,118],[736,116],[734,75],[751,72]]},{"area":"081","points":[[715,392],[832,395],[836,768],[722,766],[719,626],[705,626],[704,548],[716,547]]},{"area":"085","points":[[862,358],[944,359],[944,443],[861,440]]},{"area":"086","points":[[884,61],[965,63],[968,233],[890,233]]},{"area":"088","points":[[859,468],[949,469],[947,667],[865,667]]},{"area":"089","points":[[536,509],[688,506],[692,663],[534,663]]},{"area":"08c","points":[[132,509],[134,709],[248,711],[245,508]]},{"area":"07b","points":[[413,357],[446,368],[537,366],[541,455],[497,455],[497,443],[477,442],[467,471],[444,444],[426,444],[424,386]]},{"area":"088","points":[[569,400],[650,398],[651,494],[567,495]]},{"area":"088","points":[[419,548],[517,550],[518,636],[420,633]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Xanathar-Guild-Hideout-DM.webp"},"page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":3},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Guild-Hideout-Players.jpg"},"title":"Player Version","width":1650,"height":1150,"mapParent":{"id":"4f9","offsetX":-16,"offsetY":-27,"scaleX":0.7334,"scaleY":0.7235,"autoScale":true}}]},{"name":"Ch. 2: Trollskull Alley","ix":3,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":56,"offsetX":-18,"offsetY":28,"scale":4,"distance":10},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Alley-DM.jpg"},"title":"Trollskull Alley","width":1000,"height":691,"mapRegions":[{"area":"0a3","points":[[46,199],[128,190],[141,321],[95,324],[57,332],[47,239]]},{"area":"0a1","points":[[296,314],[303,191],[309,190],[310,179],[333,180],[333,194],[368,194],[367,213],[419,217],[413,300],[363,296],[354,326],[325,319]]},{"area":"096","points":[[562,217],[548,215],[540,208],[540,190],[550,179],[567,176],[579,183],[608,181],[637,179],[637,258],[628,259],[632,329],[564,330],[563,242]]},{"area":"0a5","points":[[903,430],[903,451],[932,451],[932,430]]},{"area":"09b","points":[[777,397],[783,335],[875,334],[882,393]]},{"area":"09f","points":[[534,512],[535,439],[534,402],[597,397],[601,503]]},{"area":"09d","points":[[737,523],[748,450],[833,468],[820,542],[801,539],[798,550],[750,541],[750,528]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Trollskull-Alley-DM.webp"},"id":"4e9","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":-18,"offsetY":28,"scale":4,"distance":10},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Alley-Players.jpg"},"title":"Player Version","width":1000,"height":691,"mapParent":{"id":"4e9"}},{"type":"image","imageType":"map","grid":{"type":"square","size":57,"offsetY":19,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-DM.jpg"},"title":"Trollskull Manor","width":589,"height":800,"id":"508"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":2,"offsetY":28,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Trollskull-Manor-Players.jpg"},"title":"Player Version","width":737,"height":1000,"mapParent":{"id":"508","autoScale":true}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":101,"offsetX":-7,"offsetY":29},"href":{"type":"internal","path":"adventure/WDH/Basement.jpg"},"title":"Trollskull Alley, Basement","width":880,"height":625},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Taproom.jpg"},"title":"Trollskull Alley, Taproom","width":550,"height":750}]},{"name":"Ch. 3: Fireball","ix":4,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":62,"offsetX":31,"offsetY":-18,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-DM.jpg"},"title":"Gralhund Villa","width":800,"height":1086,"mapRegions":[{"area":"110","points":[[38,60],[87,47],[89,54],[94,53],[96,43],[126,35],[128,43],[137,39],[137,37],[192,21],[194,258],[37,259]]},{"area":"10d","points":[[37,268],[130,268],[129,363],[37,360]]},{"area":"116","points":[[201,261],[383,261],[384,321],[261,320],[259,326],[238,325],[239,317],[202,318]]},{"area":"119","points":[[306,328],[379,326],[380,362],[304,363]]},{"area":"119","points":[[306,391],[378,392],[379,484],[306,483]]},{"area":"119","points":[[243,431],[294,432],[297,483],[243,481]]},{"area":"117","points":[[137,430],[233,432],[234,485],[138,481]]},{"area":"115","points":[[138,268],[192,269],[193,326],[273,330],[274,368],[259,368],[260,374],[270,381],[268,412],[259,414],[257,423],[219,423],[139,423]]},{"area":"111","points":[[37,371],[128,372],[130,402],[39,402]]},{"area":"111","points":[[37,408],[130,409],[130,482],[38,484]]},{"area":"10a","points":[[32,617],[87,603],[90,610],[98,606],[98,601],[128,591],[133,595],[141,593],[141,591],[192,575],[192,814],[159,815],[157,733],[36,732]]},{"area":"108","points":[[37,742],[151,743],[153,814],[37,817]]},{"area":"107","points":[[38,865],[150,868],[151,891],[153,921],[39,921]]},{"area":"105","points":[[35,1043],[153,1043],[151,930],[35,929]]},{"area":"102","points":[[36,825],[280,824],[277,921],[262,922],[263,932],[273,937],[273,972],[262,973],[264,983],[279,986],[280,1039],[166,1048],[158,859],[38,855]]},{"area":"100","points":[[304,897],[379,897],[381,823],[304,823]]},{"area":"0fc","points":[[307,924],[307,904],[381,906],[381,979],[301,981],[302,977],[291,969],[290,937],[300,930],[300,925]]},{"area":"0fd","points":[[285,990],[383,990],[382,1040],[288,1042],[289,1027],[290,1018],[285,1006]]},{"area":"0f5","points":[[241,563],[248,586],[286,574],[281,553]]},{"area":"0fb","points":[[389,721],[503,722],[504,919],[390,915]]},{"area":"0f9","points":[[617,844],[771,845],[775,1059],[615,1061]]},{"area":"0f6","points":[[201,597],[730,455],[730,594],[752,592],[751,834],[606,837],[608,1006],[390,1001],[391,926],[512,927],[510,712],[383,711],[380,815],[199,812]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Gralhund-Villa-DM.webp"},"id":"4ea","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-Players.jpg"},"title":"Gralhund Villa, Ground Floor (Player Version)","width":2000,"height":1800},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":2,"offsetY":2},"href":{"type":"internal","path":"adventure/WDH/Gralhund-Villa-Upper-Players.jpg"},"title":"Gralhund Villa, Upper Floor (Player Version)","width":1050,"height":1250}]},{"name":"Ch. 4: Dragon Season","ix":5,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Dock-Ward.jpg"},"title":"Dock Ward","width":574,"height":500},{"type":"image","imageType":"map","href":{"type":"internal","path":"adventure/WDH/City-of-the-Dead-Map.jpg"},"title":"City of the Dead Map","grid":{"type":"none"},"width":512,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Trades-Ward-Map.jpg"},"title":"Trades Ward Map","width":600,"height":900},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Field-Ward-Map.jpg"},"title":"Field Ward Map","width":600,"height":600},{"type":"image","imageType":"map","grid":{"type":"square","size":85,"offsetX":24,"offsetY":-35,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Alley-DM.jpg"},"title":"Alley","width":1000,"height":691,"id":"509"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Alley-Players.jpg"},"title":"Player Version","width":1800,"height":1250,"mapParent":{"id":"509","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":56,"offsetX":-10,"offsetY":-11,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Mistshore-DM.jpg"},"title":"Mistshore","width":1000,"height":691,"mapRegions":[{"area":"159","points":[[272,629],[299,611],[319,594],[332,581],[349,561],[377,543],[417,524],[450,512],[505,497],[547,483],[618,470],[659,461],[688,452],[737,450],[764,524],[734,538],[715,550],[692,563],[659,578],[630,593],[601,603],[566,615],[532,624],[501,632],[468,639],[429,644],[376,649],[334,648],[313,646],[294,641],[281,635]]},{"area":"15c","points":[[781,320],[848,321],[848,403],[782,404]]},{"area":"15a","points":[[786,412],[848,412],[850,443],[783,441]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Mistshore-DM.webp"},"id":"4eb","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Mistshore-Players.jpg"},"title":"Player Version","width":1350,"height":950,"mapParent":{"id":"4eb","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":69,"offsetX":-5,"offsetY":-22,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Mausoleum-DM.jpg"},"title":"Mausoleum","width":800,"height":553,"mapRegions":[{"area":"178","points":[[180,429],[179,403],[170,408],[157,408],[132,383],[135,363],[122,362],[126,339],[133,336],[137,317],[126,316],[124,293],[132,291],[135,269],[172,267],[174,274],[182,272],[190,266],[205,266],[216,265],[226,271],[234,274],[236,268],[274,270],[274,291],[283,291],[282,315],[274,317],[274,339],[283,341],[284,360],[274,362],[272,381],[251,406],[237,410],[234,403],[228,403],[230,429]]},{"area":"179","points":[[530,428],[528,360],[503,359],[503,292],[526,290],[526,267],[503,268],[503,246],[526,243],[528,223],[504,219],[505,175],[530,174],[530,154],[574,153],[575,175],[619,174],[622,132],[644,130],[643,176],[668,174],[672,131],[692,133],[694,180],[709,179],[717,175],[728,173],[738,155],[736,148],[737,90],[743,83],[756,86],[763,92],[760,148],[759,154],[764,161],[772,169],[770,186],[759,195],[750,206],[739,213],[729,214],[715,219],[714,266],[688,269],[690,223],[668,226],[668,268],[642,266],[641,224],[574,223],[572,243],[593,243],[592,268],[577,268],[576,289],[619,289],[616,310],[573,315],[576,337],[617,335],[617,357],[570,364],[572,428]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Mausoleum-DM.webp"},"id":"4ec","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":3},"href":{"type":"internal","path":"adventure/WDH/Mausoleum-Players.jpg"},"title":"Mausoleum, Ground (Player Version)","width":1050,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Crypt-Players.jpg"},"title":"Mausoleum, Catacombs (Player Version)","width":800,"height":950},{"type":"image","imageType":"map","grid":{"type":"square","size":89,"offsetX":-54,"offsetY":-31,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Theater-DM.jpg"},"title":"Theater","width":1000,"height":691,"mapRegions":[{"area":"193","points":[[224,86],[340,87],[339,138],[226,138]]},{"area":"192","points":[[226,147],[277,144],[278,188],[228,194]]},{"area":"191","points":[[136,83],[193,83],[195,142],[220,143],[224,200],[224,259],[282,259],[283,348],[223,345],[223,373],[218,406],[218,462],[198,468],[192,547],[519,551],[517,609],[136,609]]},{"area":"192","points":[[222,413],[274,412],[274,461],[225,461]]},{"area":"193","points":[[223,470],[341,470],[341,520],[223,519]]},{"area":"195","points":[[575,86],[628,84],[631,523],[583,524],[370,521],[339,430],[312,348],[314,257],[343,172],[372,86]]},{"area":"199","points":[[788,84],[841,83],[842,519],[788,521]]},{"area":"196","points":[[637,530],[721,530],[723,584],[638,580]]},{"area":"197","points":[[621,612],[637,611],[638,588],[724,588],[726,640],[622,637]]},{"area":"198","points":[[741,553],[837,556],[841,643],[740,639],[740,614],[750,613],[752,580],[739,581]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Theater-DM.webp"},"id":"4ed","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":28,"offsetY":-39,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Theater-Players.jpg"},"title":"Player Version","width":1650,"height":1200,"mapParent":{"id":"4ed","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":78,"offsetX":5,"offsetY":2,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Tower-DM.jpg"},"title":"Tower","width":1000,"height":691},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-First-Players.jpg"},"title":"Tower, First Floor (Player Version)","width":550,"height":850},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Tower-Second-Players.jpg"},"title":"Tower, Second Floor (Player Version)","width":550,"height":750},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Cellar-Players.jpg"},"title":"Tower, Cellar (Player Version)","width":550,"height":800},{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/Tower-View.jpg"},"title":"Tower, View","width":556,"height":800},{"type":"image","imageType":"map","grid":{"type":"square","size":86,"offsetX":7,"offsetY":21,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Courthouse-DM.jpg"},"title":"Courthouse","width":1000,"height":691,"mapRegions":[{"area":"1cd","points":[[116,68],[315,67],[317,201],[279,202],[280,270],[314,274],[317,357],[317,410],[317,437],[117,439]]},{"area":"1cc","points":[[344,66],[482,67],[501,74],[499,122],[486,128],[490,148],[499,152],[500,201],[486,206],[347,210]]},{"area":"1cb","points":[[430,352],[517,350],[517,368],[532,370],[535,394],[518,397],[517,409],[419,408],[419,381],[429,377]]},{"area":"1ca","points":[[432,440],[515,443],[517,452],[528,457],[529,486],[518,492],[516,498],[422,499],[421,471],[432,466]]},{"area":"1ca","points":[[421,529],[514,528],[515,535],[528,541],[528,570],[518,574],[516,580],[431,579],[434,555],[422,552]]},{"area":"1c8","points":[[108,471],[403,467],[406,497],[403,528],[404,556],[405,582],[184,585],[177,523],[111,519]]},{"area":"1d2","points":[[759,63],[909,65],[911,150],[762,152]]},{"area":"1cf","points":[[648,270],[731,266],[734,263],[760,269],[757,357],[647,350]]},{"area":"1d0","points":[[590,66],[632,66],[638,70],[643,68],[645,63],[673,64],[674,72],[679,71],[680,65],[730,65],[729,96],[683,94],[681,90],[674,90],[675,130],[681,126],[730,121],[730,149],[686,151],[677,144],[672,178],[903,181],[899,258],[790,263],[786,235],[648,237],[643,200],[641,201],[639,210],[590,208],[587,179],[637,180],[637,185],[645,185],[648,146],[639,144],[636,150],[588,151],[586,122],[636,122],[637,126],[646,125],[643,89],[635,92],[590,93]]},{"area":"1ce","points":[[848,355],[932,353],[931,581],[845,580]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Courthouse-DM.webp"},"id":"4ee","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Courthouse-Main-Players.jpg"},"title":"Courthouse, Main Level (Player Version)","width":950,"height":1200},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Courthouse-Lower-Players.jpg"},"title":"Courthouse, Lower Level (Player Version)","width":800,"height":1100},{"type":"image","imageType":"map","grid":{"type":"square","size":89,"offsetX":15,"offsetY":-2,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Cellar-Complex-DM.jpg"},"title":"Cellar Complex","width":1000,"height":691,"mapRegions":[{"area":"1e2","points":[[154,148],[214,150],[215,267],[157,266]]},{"area":"1e3","points":[[95,2],[94,152],[124,183],[123,326],[186,390],[184,688],[128,687],[123,420],[64,355],[64,2]]},{"area":"1e4","points":[[517,350],[517,387],[600,387],[600,350]]},{"area":"1e5","points":[[806,347],[806,395],[842,395],[842,347]]},{"area":"1f3","points":[[779,30],[867,30],[866,76],[865,94],[872,112],[867,170],[858,179],[779,177],[781,168],[781,146],[781,117],[779,102],[781,88],[777,63],[781,47]]},{"area":"1f4","points":[[808,207],[868,203],[868,290],[854,296],[809,296]]},{"area":"1f0","points":[[336,92],[347,91],[367,88],[389,91],[391,97],[398,95],[409,111],[411,96],[421,94],[423,89],[480,90],[480,97],[495,99],[510,97],[513,90],[568,91],[572,98],[577,103],[583,118],[588,120],[587,99],[600,100],[603,90],[612,92],[621,87],[632,90],[659,86],[662,97],[673,100],[684,98],[695,91],[746,90],[749,118],[743,148],[743,176],[750,181],[748,214],[749,237],[741,238],[742,261],[747,270],[748,308],[748,323],[734,325],[726,323],[718,325],[693,324],[687,320],[659,321],[657,326],[598,326],[597,321],[590,321],[570,323],[568,332],[539,334],[541,325],[513,324],[510,316],[482,317],[481,322],[421,325],[422,319],[392,316],[390,326],[334,327],[331,268],[339,267],[339,240],[333,237],[333,180],[339,176],[339,155],[332,149],[332,113]]},{"area":"1ee","points":[[334,475],[479,472],[482,496],[481,518],[483,592],[483,650],[397,650],[395,559],[334,557]]},{"area":"1ef","points":[[336,566],[388,566],[390,653],[338,652]]},{"area":"1e8","points":[[510,414],[540,413],[541,405],[570,405],[571,412],[625,411],[630,444],[635,434],[637,414],[720,410],[719,529],[639,528],[634,509],[628,529],[533,530],[520,533],[511,534]]},{"area":"1e6","points":[[740,451],[750,444],[781,442],[797,444],[806,452],[797,458],[798,473],[804,481],[798,488],[799,501],[750,498],[739,495],[735,488],[737,472]]},{"area":"1e7","points":[[846,502],[868,503],[866,463],[869,457],[866,447],[921,443],[927,451],[925,477],[928,501],[926,530],[903,528],[883,533],[846,532]]},{"area":"1ea","points":[[541,563],[557,561],[567,565],[573,557],[598,562],[627,562],[643,560],[659,558],[668,560],[684,560],[700,559],[724,559],[724,566],[726,581],[722,608],[725,646],[697,651],[683,650],[648,650],[604,653],[576,651],[541,650],[539,630],[542,592],[548,588],[542,577]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Cellar-Complex-DM.webp"},"id":"4ef","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Cellar-Complex-Players.jpg"},"title":"Player Version","width":1700,"height":1250,"mapParent":{"id":"4ef","autoScale":true}},{"type":"image","imageType":"map","grid":{"type":"square","size":88,"offsetX":-17,"offsetY":15,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Windmill-DM.jpg"},"title":"Windmill","width":1000,"height":691,"mapRegions":[{"area":"208","points":[[54,448],[83,444],[83,423],[145,423],[144,445],[170,446],[170,559],[134,560],[128,572],[102,574],[98,563],[56,563],[54,554],[44,549],[43,520],[57,513],[54,496],[43,486],[43,466],[53,460]]},{"area":"208","points":[[230,421],[285,421],[287,446],[317,450],[318,533],[325,535],[326,561],[308,566],[286,566],[279,570],[252,572],[244,563],[219,566],[200,563],[201,531],[179,532],[180,475],[202,476],[201,447],[230,446]]},{"area":"208","points":[[348,570],[383,567],[383,479],[494,474],[508,479],[506,514],[493,522],[492,566],[504,574],[505,606],[492,617],[495,649],[482,649],[474,661],[452,661],[445,648],[396,648],[388,661],[365,662],[361,651],[346,650],[349,640],[334,632],[335,611],[343,603],[348,584]]},{"area":"208","points":[[439,306],[485,305],[486,312],[492,310],[496,338],[504,345],[506,372],[496,378],[494,409],[466,416],[464,442],[492,445],[491,464],[413,466],[413,328],[438,328]]},{"area":"208","points":[[411,219],[538,218],[532,234],[520,250],[503,266],[486,281],[487,295],[410,297]]},{"area":"208","points":[[381,177],[381,46],[389,42],[403,26],[437,27],[447,40],[481,51],[499,63],[515,76],[523,90],[537,106],[546,135],[564,153],[561,176],[428,177],[430,166],[423,155],[409,159],[408,172],[411,177]]},{"area":"209","points":[[506,187],[506,208],[551,208],[551,187]]},{"area":"20a","points":[[322,177],[372,175],[374,90],[355,102],[340,121],[329,150],[322,166]]},{"area":"207","points":[[372,80],[372,46],[343,57],[325,74],[306,94],[292,128],[289,141],[274,153],[274,183],[288,194],[292,220],[306,239],[324,260],[355,281],[357,314],[348,316],[349,323],[322,328],[322,388],[348,388],[352,416],[377,417],[376,443],[349,445],[346,531],[338,535],[337,560],[374,559],[375,472],[405,468],[403,210],[499,208],[497,187],[316,185],[317,150],[335,114],[354,89]]},{"area":"20b","points":[[668,350],[666,329],[671,310],[675,293],[688,272],[691,266],[683,257],[705,232],[719,236],[726,228],[743,221],[761,215],[771,212],[774,186],[791,184],[814,185],[826,188],[829,213],[839,218],[843,383],[758,385],[756,249],[739,258],[725,273],[710,290],[699,319],[695,347]]},{"area":"20a","points":[[704,349],[708,314],[719,290],[737,265],[750,258],[752,349]]},{"area":"20c","points":[[668,361],[749,359],[749,459],[725,446],[708,452],[688,431],[691,416],[674,385]]},{"area":"20e","points":[[758,390],[808,391],[810,426],[811,468],[782,471],[758,462],[757,425]]},{"area":"20c","points":[[846,221],[874,232],[893,229],[910,252],[908,262],[923,286],[929,301],[934,325],[932,350],[927,381],[850,381]]},{"area":"20d","points":[[814,390],[922,389],[917,400],[923,415],[906,437],[890,434],[870,452],[846,461],[818,469],[815,411]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Windmill-DM.webp"},"id":"4f0","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Windmill-First-Players.jpg"},"title":"Windmill, Ground Floor (Player Version)","width":1050,"height":1250},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Windmill-Second-Players.jpg"},"title":"Windmill, Upper Floor (Player Version)","width":650,"height":650},{"type":"image","imageType":"map","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":16,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Vault-of-Dragons-DM.jpg"},"title":"Vault of Dragons","width":1000,"height":691,"mapRegions":[{"area":"249","points":[[866,86],[866,151],[939,151],[939,86]]},{"area":"247","points":[[865,163],[865,228],[942,228],[942,163]]},{"area":"244","points":[[868,238],[868,306],[941,306],[941,238]]},{"area":"23f","points":[[564,14],[564,312],[617,312],[617,14]]},{"area":"242","points":[[487,263],[539,262],[539,336],[492,338]]},{"area":"24b","points":[[614,375],[666,367],[666,350],[714,344],[715,368],[766,371],[768,352],[814,348],[817,370],[852,369],[866,370],[867,398],[919,398],[917,493],[943,495],[946,521],[918,523],[919,614],[911,624],[884,621],[866,622],[863,648],[814,652],[814,672],[768,673],[768,650],[721,646],[717,650],[716,675],[696,674],[666,674],[666,647],[650,650],[619,648],[617,626],[617,601],[634,599],[666,597],[665,572],[646,575],[617,572],[619,551],[612,534],[617,525],[666,517],[666,496],[641,496],[620,495],[618,483],[620,466],[619,452],[626,447],[644,448],[668,444],[662,434],[661,426],[630,420],[618,423],[613,403],[614,389]]},{"area":"239","points":[[301,688],[300,634],[251,637],[250,619],[299,617],[300,607],[305,599],[305,588],[348,590],[346,596],[353,601],[352,618],[399,620],[402,636],[354,635],[352,690]]},{"area":"23d","points":[[99,270],[173,266],[177,293],[231,294],[230,340],[177,344],[174,365],[230,366],[230,417],[176,418],[174,441],[99,446],[99,368],[127,366],[125,341],[99,342]]},{"area":"23a","points":[[251,593],[291,592],[299,586],[350,586],[359,590],[401,594],[399,581],[407,568],[427,568],[430,515],[406,513],[402,503],[406,494],[426,491],[425,443],[406,437],[403,425],[406,417],[426,414],[426,365],[403,362],[401,352],[405,341],[424,339],[425,290],[408,286],[401,277],[401,264],[356,265],[350,271],[343,263],[309,265],[302,272],[293,266],[250,266],[247,289],[237,292],[238,341],[245,343],[251,348],[252,360],[239,364],[239,418],[248,423],[248,440],[240,443],[226,443],[225,494],[241,493],[250,503],[248,514],[240,519],[226,517],[223,568],[237,565],[248,568],[251,579]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Vault-of-Dragons-DM.webp"},"id":"4f1","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Main-Players.jpg"},"title":"Vault of Dragons, Main Level (Player Version)","width":950,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Lower-Players.jpg"},"title":"Vault of Dragons, Lower Level (Player Version)","width":900,"height":750},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Vault-Upper-Players.jpg"},"title":"Vault of Dragons, Upper Level (Player Version)","width":1150,"height":750}]},{"name":"Ch. 5: Spring Madness","ix":6,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":55,"offsetX":-13,"offsetY":32,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Xanathar-Lair-DM.jpg"},"title":"Xanathar Lair","width":737,"height":1000,"mapRegions":[{"area":"2b5","points":[[147,116],[177,118],[195,98],[269,99],[269,151],[195,153],[180,136],[147,135]]},{"area":"2b9","points":[[286,138],[306,136],[308,82],[287,82]]},{"area":"2ba","points":[[342,45],[397,44],[397,132],[342,133]]},{"area":"2bc","points":[[343,172],[378,173],[379,192],[398,193],[398,244],[344,246]]},{"area":"2c5","points":[[416,98],[432,97],[453,99],[457,103],[457,111],[454,114],[437,115],[420,114],[415,109]]},{"area":"2c6","points":[[422,134],[452,137],[456,143],[457,150],[454,152],[439,154],[424,153],[418,149],[415,142]]},{"area":"2bf","points":[[472,98],[487,98],[489,91],[506,89],[507,97],[526,96],[528,92],[543,90],[545,98],[563,97],[567,93],[580,93],[581,97],[599,96],[601,92],[617,92],[619,97],[634,96],[636,90],[653,90],[655,95],[670,99],[671,121],[673,135],[675,153],[655,153],[653,160],[637,159],[636,154],[618,153],[617,159],[600,161],[599,152],[582,152],[583,165],[562,166],[559,153],[545,154],[544,161],[528,161],[526,153],[506,154],[507,159],[488,160],[487,153],[475,152],[469,128],[471,116]]},{"area":"2be","points":[[435,207],[435,198],[434,193],[489,192],[490,211],[471,211],[472,246],[484,245],[490,243],[490,228],[505,228],[510,250],[504,258],[494,261],[468,261],[456,257],[451,235],[451,211],[445,209]]},{"area":"2c7","points":[[545,228],[597,227],[598,283],[545,283]]},{"area":"2cb","points":[[617,191],[672,191],[672,245],[616,243]]},{"area":"277","points":[[419,319],[510,321],[510,375],[418,374]]},{"area":"273","points":[[273,358],[326,357],[327,483],[307,484],[305,514],[274,515]]},{"area":"27e","points":[[344,432],[418,432],[418,486],[423,486],[424,504],[345,506],[343,465]]},{"area":"278","points":[[631,391],[631,411],[717,411],[717,391]]},{"area":"27a","points":[[457,553],[447,539],[438,522],[436,478],[448,462],[459,449],[476,439],[496,431],[519,432],[541,441],[560,452],[575,475],[580,490],[576,495],[577,501],[582,504],[580,515],[573,536],[565,548],[551,562],[535,574],[522,576],[516,571],[506,578],[491,575],[472,566],[464,563]]},{"area":"279","points":[[600,449],[600,468],[619,468],[619,449]]},{"area":"2b2","points":[[636,558],[691,559],[692,577],[711,576],[712,595],[690,595],[691,614],[711,614],[709,631],[691,631],[690,647],[638,647],[638,632],[637,592]]},{"area":"271","points":[[342,393],[362,393],[363,411],[340,411]]},{"area":"27f","points":[[109,742],[141,742],[143,643],[145,557],[141,508],[143,464],[149,452],[164,444],[189,443],[261,446],[261,429],[254,427],[254,411],[205,410],[159,409],[137,414],[119,423],[108,436],[107,461],[106,517],[106,547],[107,595],[106,636],[105,674],[106,705]]},{"area":"292","points":[[198,522],[253,522],[252,538],[262,539],[262,557],[254,557],[254,585],[235,593],[199,597],[199,578],[198,556],[199,538]]},{"area":"283","points":[[16,521],[87,522],[88,578],[17,578]]},{"area":"285","points":[[14,598],[86,599],[86,617],[87,638],[88,651],[17,650],[17,623]]},{"area":"288","points":[[53,673],[87,671],[86,726],[69,728],[68,734],[51,732],[50,698]]},{"area":"28b","points":[[32,742],[87,744],[87,787],[87,815],[33,817],[32,770]]},{"area":"28d","points":[[107,747],[141,749],[142,761],[157,761],[161,818],[105,816],[106,777]]},{"area":"290","points":[[176,702],[184,719],[195,739],[216,758],[237,772],[264,783],[266,799],[244,796],[213,779],[187,755],[169,728],[164,702]]},{"area":"29a","points":[[198,695],[198,671],[204,644],[219,619],[231,611],[245,605],[260,598],[283,597],[311,605],[332,615],[351,635],[361,657],[364,676],[362,705],[348,729],[337,742],[318,753],[296,761],[278,763],[249,760],[224,743],[207,721],[199,705]]},{"area":"29c","points":[[274,781],[299,781],[312,781],[323,785],[326,795],[327,810],[328,816],[355,816],[362,821],[364,829],[365,852],[365,883],[365,902],[360,908],[348,909],[288,907],[272,909],[248,910],[241,909],[236,896],[236,852],[240,837],[252,836],[267,835],[273,828],[273,794]]},{"area":"2a3","points":[[291,911],[311,911],[309,927],[328,926],[329,911],[346,912],[347,965],[293,965]]},{"area":"297","points":[[273,522],[296,523],[325,528],[353,539],[376,559],[406,583],[421,613],[432,649],[436,665],[437,685],[436,702],[426,736],[415,754],[386,780],[355,751],[367,737],[382,706],[383,692],[382,666],[376,642],[364,618],[343,596],[319,583],[294,579],[273,577]]},{"area":"2a4","points":[[401,798],[420,763],[556,761],[563,794]]},{"area":"2a6","points":[[584,794],[573,793],[563,757],[567,741],[568,705],[568,635],[600,632],[637,667],[640,775],[623,795]]},{"area":"2a5","points":[[490,632],[546,633],[548,648],[548,667],[548,686],[548,704],[548,723],[509,724],[495,719],[492,691],[491,662]]},{"area":"2b1","points":[[652,723],[713,722],[715,787],[696,785],[694,777],[657,774],[658,742],[654,743]]},{"area":"2af","points":[[566,809],[583,808],[585,814],[622,817],[621,850],[625,854],[625,869],[566,871],[566,832]]},{"area":"2ab","points":[[633,854],[639,852],[640,813],[628,801],[644,784],[657,797],[692,796],[695,793],[712,792],[713,800],[714,848],[694,869],[633,871]]},{"area":"291","points":[[146,614],[146,636],[185,636],[185,614]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Xanathar-Lair-DM.webp"},"id":"4f2","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Xanathar-L1-Players.jpg"},"title":"Xanathar Lair, Level 1 (Player Version)","width":2050,"height":1950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Xanathar-L2-Players.jpg"},"title":"Xanathar Lair, Level 2 (Player Version)","width":2050,"height":900}]},{"name":"Ch. 6: Hell of a Summer","ix":7,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":65,"offsetX":-35,"offsetY":22,"scale":4},"href":{"type":"internal","path":"adventure/WDH/Cassalanter-Villa-DM.jpg"},"title":"Cassalanter Villa","width":1000,"height":1200,"mapRegions":[{"area":"2ec","points":[[170,152],[320,152],[321,198],[325,197],[327,320],[298,358],[289,351],[170,352]]},{"area":"2ec","points":[[403,151],[556,152],[557,189],[527,192],[527,255],[405,255]]},{"area":"2ec","points":[[172,433],[313,433],[312,502],[313,511],[314,571],[313,605],[282,636],[173,635],[173,505]]},{"area":"2ed","points":[[381,515],[402,437],[585,434],[585,472],[587,486],[587,539],[402,539]]},{"area":"328","points":[[268,1132],[62,836],[177,689],[178,643],[283,644],[319,609],[321,438],[388,439],[374,513],[398,548],[571,545],[571,649],[411,653],[407,749],[374,782],[346,784],[326,800],[326,835],[342,852],[376,852],[454,932]]},{"area":"2f6","points":[[338,803],[352,789],[375,791],[377,817],[377,831],[375,844],[350,846],[338,833]]},{"area":"2f2","points":[[385,789],[474,790],[474,862],[436,897],[383,849]]},{"area":"305","points":[[385,781],[409,757],[427,756],[427,780]]},{"area":"303","points":[[419,661],[444,662],[444,719],[437,728],[429,741],[427,749],[416,749]]},{"area":"300","points":[[450,661],[524,664],[525,713],[452,716]]},{"area":"308","points":[[529,662],[586,661],[587,717],[532,715]]},{"area":"2f8","points":[[437,781],[437,743],[439,733],[448,727],[480,724],[508,723],[529,723],[553,724],[553,747],[545,758],[532,772],[525,779],[490,780],[457,781]]},{"area":"2ff","points":[[561,724],[586,725],[586,748],[561,748]]},{"area":"2fe","points":[[546,768],[554,758],[567,757],[585,757],[586,782],[563,782]]},{"area":"2fa","points":[[531,784],[543,774],[557,786],[581,787],[587,789],[586,813],[560,839],[532,816]]},{"area":"2ee","points":[[481,788],[522,790],[522,817],[554,847],[514,888],[482,864]]},{"area":"2f0","points":[[439,906],[479,873],[507,895],[470,931]]},{"area":"327","points":[[729,161],[810,161],[811,188],[752,186]]},{"area":"317","points":[[752,253],[862,254],[862,308],[754,310]]},{"area":"316","points":[[867,255],[924,254],[926,309],[869,310]]},{"area":"319","points":[[752,317],[752,344],[833,344],[833,317]]},{"area":"31b","points":[[786,349],[831,349],[833,376],[862,377],[862,392],[788,392]]},{"area":"31a","points":[[867,349],[925,351],[924,406],[866,467]]},{"area":"31d","points":[[788,398],[860,399],[859,473],[808,526],[738,461],[788,414]]},{"area":"30d","points":[[726,699],[756,669],[756,580],[783,581],[783,701]]},{"area":"30f","points":[[791,579],[866,579],[865,665],[840,668],[841,699],[813,700],[813,670],[789,667]]},{"area":"313","points":[[887,626],[887,651],[929,651],[929,626]]},{"area":"314","points":[[871,579],[925,577],[927,603],[872,604]]},{"area":"311","points":[[915,745],[868,698],[871,611],[927,608],[926,621],[884,621],[884,658],[928,657],[928,732]]},{"area":"30a","points":[[694,706],[787,706],[789,676],[808,676],[809,705],[846,704],[844,673],[865,674],[863,705],[908,747],[811,850],[721,765],[692,765],[675,750],[676,720]]},{"area":"32b","points":[[552,933],[618,935],[618,978],[554,979]]},{"area":"32c","points":[[553,990],[588,991],[586,1048],[554,1046]]},{"area":"32e","points":[[684,919],[746,918],[746,1044],[684,1042]]},{"area":"330","points":[[684,1063],[717,1061],[718,1077],[747,1078],[745,1144],[682,1144]]},{"area":"324","points":[[712,97],[687,97],[671,111],[671,139],[688,154],[712,153]]},{"area":"325","points":[[723,152],[723,98],[755,66],[922,66],[922,121],[857,186],[816,186],[816,152]]},{"area":"31f","points":[[672,395],[686,383],[716,384],[751,351],[777,350],[779,409],[732,452],[719,439],[687,439],[672,425]]},{"area":"32a","points":[[735,655],[702,688],[674,688],[655,706],[653,769],[674,787],[689,786],[788,881],[810,860],[719,772],[685,770],[670,754],[668,718],[687,701],[716,700],[748,667],[748,655]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Cassalanter-Villa-DM.webp"},"id":"4f3","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Main-Players.jpg"},"title":"Cassalanter Villa, Main Area (Player Version)","width":2000,"height":2450},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Guest-Second-Players.jpg"},"title":"Cassalanter Villa, Guest Second Floor (Player Version)","width":850,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Guest-Third-Players.jpg"},"title":"Cassalanter Villa, Guest Third Floor (Player Version)","width":750,"height":650},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Two-Players.jpg"},"title":"Cassalanter Villa, Second Floor (Player Version)","width":1100,"height":1050},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Three-Players.jpg"},"title":"Cassalanter Villa, Third Floor (Player Version)","width":1050,"height":1050},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Garret-Players.jpg"},"title":"Cassalanter Villa, Garret (Player Version)","width":1050,"height":650},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Villa-Cellar-Players.jpg"},"title":"Cassalanter Villa, Cellar (Player Version)","width":850,"height":950},{"type":"image","imageType":"map","grid":{"type":"square","size":65,"offsetX":-25,"offsetY":5,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-DM.jpg"},"title":"Temple of Asmodeus","width":1000,"height":691,"mapRegions":[{"area":"338","points":[[279,32],[317,30],[321,37],[328,32],[382,33],[386,36],[391,32],[441,31],[449,35],[454,31],[493,29],[494,48],[492,61],[485,69],[473,71],[473,82],[467,84],[472,87],[474,92],[485,94],[493,103],[493,113],[453,114],[447,119],[442,113],[418,115],[391,115],[381,121],[375,116],[326,116],[318,121],[314,115],[302,116],[277,115],[281,99],[291,95],[299,94],[299,89],[304,85],[299,81],[298,73],[286,70],[278,63],[279,46]]},{"area":"335","points":[[732,113],[772,114],[793,135],[794,159],[786,166],[774,178],[774,202],[782,201],[816,201],[818,241],[783,243],[776,237],[772,242],[769,246],[773,247],[774,286],[732,285],[732,247],[737,248],[735,243],[730,238],[725,241],[688,241],[688,203],[724,200],[727,203],[731,204],[732,179],[709,159],[708,137]]},{"area":"338","points":[[278,178],[312,179],[318,175],[323,180],[377,182],[385,175],[391,180],[443,179],[449,176],[457,179],[493,180],[493,188],[488,197],[473,201],[471,208],[467,212],[472,215],[471,221],[483,223],[492,228],[495,238],[493,256],[492,264],[456,264],[453,262],[444,261],[444,264],[394,266],[392,262],[385,261],[383,264],[344,264],[322,266],[321,264],[314,266],[279,265],[280,231],[286,225],[298,224],[300,215],[304,212],[300,208],[298,202],[286,201],[280,197],[279,189]]},{"area":"33e","points":[[802,606],[833,607],[831,628],[802,626],[794,618],[795,610]]},{"area":"340","points":[[886,625],[887,605],[910,606],[920,608],[925,613],[925,621],[919,626],[901,628],[886,628]]},{"area":"33d","points":[[778,477],[795,476],[795,462],[797,454],[795,449],[795,442],[807,442],[808,475],[818,474],[817,444],[831,445],[833,475],[839,476],[838,443],[845,445],[849,445],[851,474],[861,476],[863,471],[860,466],[859,446],[874,445],[873,464],[873,475],[880,479],[881,482],[913,483],[915,494],[882,496],[881,504],[913,506],[914,517],[899,516],[887,518],[882,519],[881,528],[913,529],[915,538],[906,541],[883,541],[881,552],[909,551],[913,551],[913,558],[906,563],[882,565],[883,574],[916,575],[915,584],[894,589],[889,587],[882,589],[880,607],[879,626],[839,627],[841,605],[854,601],[860,597],[859,578],[852,576],[844,576],[828,576],[826,566],[859,564],[861,555],[848,554],[834,555],[827,553],[827,544],[842,543],[848,540],[860,542],[860,528],[853,521],[839,522],[836,532],[797,528],[795,520],[776,519]]},{"area":"33a","points":[[512,456],[514,443],[526,439],[538,438],[560,435],[707,435],[749,437],[763,441],[770,448],[769,469],[769,501],[769,523],[767,533],[761,539],[749,543],[747,603],[741,607],[747,615],[745,625],[736,629],[727,624],[723,631],[702,629],[705,544],[524,542],[512,532],[511,521]]},{"area":"341","points":[[513,566],[597,568],[598,652],[514,649]]},{"area":"345","points":[[274,605],[276,579],[278,573],[282,567],[291,566],[296,566],[296,561],[299,554],[295,551],[294,545],[285,541],[278,536],[275,526],[275,518],[267,518],[264,516],[257,519],[252,522],[248,535],[243,539],[233,543],[231,565],[157,566],[148,561],[145,552],[146,533],[145,522],[116,522],[109,518],[105,508],[103,484],[103,464],[112,458],[126,457],[144,455],[142,436],[145,425],[150,418],[161,414],[175,416],[231,416],[233,434],[242,435],[252,442],[252,452],[255,455],[259,457],[262,462],[266,456],[275,455],[276,444],[286,438],[294,436],[293,429],[297,426],[294,422],[294,417],[283,411],[275,404],[275,391],[276,372],[312,373],[317,377],[323,372],[343,373],[364,372],[374,373],[378,377],[386,374],[407,372],[420,371],[440,372],[447,376],[453,372],[464,369],[471,371],[490,373],[490,398],[485,411],[474,416],[468,416],[467,433],[477,434],[487,439],[491,453],[493,458],[493,518],[488,522],[487,534],[482,542],[472,544],[469,545],[468,552],[464,554],[470,559],[469,562],[483,566],[488,574],[488,585],[488,606],[452,607],[452,603],[445,604],[443,608],[385,606],[386,603],[378,602],[375,606],[322,606],[319,603],[313,602],[311,605],[291,607],[283,606]]},{"area":"343","points":[[405,631],[447,630],[446,621],[468,620],[468,630],[498,630],[501,649],[468,652],[467,672],[404,671]]},{"area":"34c","points":[[83,336],[82,323],[89,317],[99,314],[107,316],[113,310],[124,307],[135,309],[142,311],[146,323],[142,335],[145,341],[145,344],[147,355],[152,363],[161,370],[171,369],[177,364],[189,363],[196,362],[197,357],[192,353],[195,350],[204,349],[211,352],[221,351],[230,360],[229,367],[227,376],[228,387],[224,394],[215,401],[213,408],[190,408],[197,402],[197,395],[192,396],[187,387],[176,392],[167,389],[157,393],[146,391],[140,383],[127,381],[124,379],[128,371],[125,362],[118,361],[109,352],[109,343],[106,339],[99,336],[89,337]]},{"area":"34a","points":[[469,351],[469,366],[490,366],[490,351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Temple-of-Asmodeus-DM.webp"},"id":"4f4","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-Players.jpg"},"title":"Temple of Asmodeus, Lower Level (Player Version)","width":2350,"height":1000},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Temple-of-Asmodeus-Upper-Players.jpg"},"title":"Temple of Asmodeus, Upper Level (Player Version)","width":1550,"height":850}]},{"name":"Ch. 7: Maestro's Fall","ix":8,"images":[{"type":"image","imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":7,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Ships-DM.jpg"},"title":"Ships","width":737,"height":1000,"mapRegions":[{"area":"379","points":[[68,144],[127,143],[105,101],[100,93],[88,106],[73,132]]},{"area":"377","points":[[34,345],[159,344],[163,322],[163,289],[159,257],[155,220],[148,194],[144,174],[132,147],[119,147],[102,148],[81,147],[65,147],[59,162],[50,188],[44,207],[40,226],[36,245],[32,281],[31,306],[33,332]]},{"area":"37a","points":[[37,345],[160,348],[159,362],[156,366],[155,379],[154,385],[152,395],[151,402],[149,416],[115,416],[113,433],[81,433],[80,414],[42,413]]},{"area":"37b","points":[[117,419],[148,419],[134,489],[116,491]]},{"area":"37d","points":[[42,418],[77,419],[79,489],[53,488],[42,433]]},{"area":"367","points":[[268,79],[281,79],[285,83],[290,79],[304,78],[314,106],[258,108]]},{"area":"366","points":[[237,178],[337,178],[328,135],[316,111],[257,112],[243,151]]},{"area":"364","points":[[235,185],[338,184],[342,208],[345,229],[348,254],[348,274],[347,322],[231,324],[225,289],[227,254],[231,218],[233,196]]},{"area":"369","points":[[231,329],[266,329],[267,350],[268,362],[231,360],[230,339]]},{"area":"369","points":[[310,330],[347,330],[347,362],[328,364],[308,362]]},{"area":"369","points":[[230,365],[268,365],[267,397],[232,395],[230,381]]},{"area":"369","points":[[308,368],[315,366],[348,368],[347,399],[308,400],[308,378]]},{"area":"36a","points":[[234,401],[267,401],[267,434],[239,434]]},{"area":"36b","points":[[308,405],[346,403],[341,434],[308,434],[308,419]]},{"area":"36c","points":[[239,438],[339,439],[326,507],[252,507],[244,464]]},{"area":"36d","points":[[431,203],[435,174],[444,139],[452,116],[515,113],[522,129],[528,159],[536,189],[537,199],[519,198],[518,181],[499,182],[488,183],[448,181],[448,199]]},{"area":"36f","points":[[424,311],[425,353],[429,432],[534,432],[542,357],[545,313],[518,312],[518,329],[503,327],[482,327],[446,325],[446,309]]},{"area":"375","points":[[617,422],[617,438],[688,439],[688,424],[708,422],[698,463],[687,505],[616,504],[603,455],[600,434],[600,422]]},{"area":"371","points":[[428,438],[534,437],[525,472],[528,475],[526,486],[524,487],[518,503],[508,506],[488,507],[486,505],[477,504],[462,507],[450,507],[445,504],[432,452]]},{"area":"380","points":[[118,945],[121,905],[91,906],[84,881],[82,847],[81,832],[80,788],[77,779],[79,761],[82,732],[84,697],[92,657],[99,628],[110,602],[128,573],[144,597],[156,623],[164,649],[173,682],[177,699],[185,733],[185,778],[185,803],[184,854],[183,891],[181,907],[149,906],[149,946]]},{"area":"384","points":[[90,909],[114,911],[112,946],[95,944],[91,925]]},{"area":"384","points":[[155,911],[179,911],[174,944],[154,945]]},{"area":"385","points":[[284,569],[263,607],[246,659],[239,685],[236,729],[234,779],[339,781],[336,728],[326,679],[315,642],[300,598],[291,578]]},{"area":"388","points":[[240,912],[265,912],[267,945],[247,945],[241,923]]},{"area":"389","points":[[305,912],[329,913],[327,936],[323,944],[306,944],[304,924]]},{"area":"387","points":[[234,784],[337,784],[337,818],[335,855],[332,892],[330,908],[300,908],[299,945],[271,945],[268,907],[239,906],[239,860],[234,813],[235,796]]},{"area":"390","points":[[458,657],[467,627],[480,598],[487,586],[497,601],[509,626],[521,656]]},{"area":"38a","points":[[458,665],[519,662],[525,674],[532,694],[537,721],[541,749],[539,764],[442,769],[443,739],[448,706],[452,684]]},{"area":"38c","points":[[442,772],[538,769],[543,778],[542,800],[442,803],[441,787]]},{"area":"38d","points":[[442,809],[472,807],[472,895],[456,894],[446,845],[442,821]]},{"area":"38d","points":[[511,805],[542,807],[539,832],[533,854],[530,874],[521,909],[518,928],[508,928],[511,864],[511,835],[510,816]]},{"area":"38f","points":[[457,900],[476,897],[478,806],[505,805],[506,863],[504,918],[503,929],[467,930],[463,922],[460,911]]},{"area":"3a1","points":[[608,654],[672,654],[659,622],[647,593],[640,584],[631,596],[619,620],[612,645]]},{"area":"39d","points":[[609,658],[632,658],[656,659],[673,658],[679,682],[687,701],[691,724],[694,752],[695,762],[588,765],[592,743],[597,713],[603,685],[605,670]]},{"area":"399","points":[[602,871],[624,871],[623,805],[603,803],[603,770],[589,770],[588,789],[592,811],[593,833],[597,853]]},{"area":"393","points":[[601,876],[622,875],[623,888],[604,889]]},{"area":"393","points":[[661,874],[686,874],[682,888],[662,889]]},{"area":"396","points":[[662,803],[694,802],[695,824],[691,849],[687,868],[663,868],[662,835]]},{"area":"38c","points":[[607,769],[631,768],[662,766],[677,766],[676,797],[657,798],[657,929],[616,927],[606,896],[626,894],[628,801],[608,798]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Ships-DM.webp"},"id":"4f5","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Main-Deck-Players.jpg"},"title":"Ships, Main Deck (Player Version)","width":600,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Fore-and-Aft-Players.jpg"},"title":"Ships, Fore and Aft (Player Version)","width":550,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Aft-Castle-Players.jpg"},"title":"Ships, Aft Castle (Player Version)","width":500,"height":400},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Orlop-Deck-Players.jpg"},"title":"Ships, Orlop Deck (Player Version)","width":600,"height":1500},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Players.jpg"},"title":"Ships, Upper Hold (Player Version)","width":550,"height":1250},{"type":"image","href":{"type":"internal","path":"adventure/WDH/Upper-Hold-Heartbreaker.jpg"},"title":"Ships, Heartbreakers' Upper Hold (Player Version)","width":500,"height":1250,"imageType":"mapPlayer","grid":{"type":"square","size":50}},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Lower-Hold-Players.jpg"},"title":"Ships, Lower Hold (Player Version)","width":500,"height":1150},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Lower-Hold-Eyecatcher.jpg"},"title":"Ships, Eyecatchers' Lower Hold (Player Version)","width":500,"height":1200},{"type":"image","imageType":"map","grid":{"type":"square","size":75,"offsetX":32,"offsetY":-18,"scale":2},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-DM.jpg"},"title":"Scarlet Marpenoth","width":1000,"height":691,"mapRegions":[{"area":"3b6","points":[[355,147],[463,149],[466,184],[357,186]]},{"area":"3b2","points":[[339,230],[358,228],[386,231],[389,288],[341,291],[341,251]]},{"area":"3b4","points":[[436,228],[482,228],[483,262],[479,288],[449,288],[435,288],[436,256]]},{"area":"3ab","points":[[322,434],[386,435],[386,299],[357,298],[354,334],[320,366],[319,395],[324,407]]},{"area":"3ae","points":[[434,296],[466,298],[464,328],[501,365],[499,396],[497,408],[497,430],[434,432],[434,411],[436,397],[434,310]]},{"area":"3a8","points":[[336,443],[353,439],[378,441],[380,473],[336,474],[335,458]]},{"area":"3a9","points":[[392,514],[428,514],[431,549],[392,550],[392,531]]},{"area":"3b8","points":[[729,229],[778,227],[781,294],[733,294],[730,250]]},{"area":"3b8","points":[[828,228],[876,224],[875,295],[828,294],[826,255]]},{"area":"3b7","points":[[731,219],[724,214],[719,196],[715,171],[723,145],[738,124],[749,110],[777,92],[787,82],[814,81],[831,85],[846,98],[859,106],[880,127],[892,147],[896,167],[893,186],[881,213],[877,220],[850,217],[827,217],[775,220],[742,222]]},{"area":"3ba","points":[[712,400],[713,363],[730,328],[732,302],[873,304],[895,346],[893,400],[799,403],[746,401]]},{"area":"3bc","points":[[713,411],[742,410],[742,427],[742,450],[743,476],[713,477],[714,435]]},{"area":"3bd","points":[[861,410],[889,408],[891,435],[859,435]]},{"area":"3bb","points":[[751,411],[817,408],[819,475],[751,475]]},{"area":"3be","points":[[786,483],[819,484],[821,496],[857,497],[861,547],[839,549],[839,512],[824,514],[820,551],[785,549],[766,551],[767,568],[821,569],[821,605],[787,603],[783,587],[748,584],[751,514],[767,515],[769,531],[781,533],[783,505]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Scarlet-Marpenoth-DM.webp"},"id":"4f6","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Upper-Deck.jpg"},"title":"Scarlet Marpenoth, Upper Deck (Player Version)","width":800,"height":950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Lower-Deck.jpg"},"title":"Scarlet Marpenoth, Lower Deck (Player Version)","width":500,"height":950},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Scarlet-Marpenoth-Lower-Deck.jpg"},"title":"Scarlet Marpenoth, Lower Deck (Player Version)","width":500,"height":950}]},{"name":"Ch. 8: Winter Wizardry","ix":9,"images":[{"type":"image","imageType":"map","grid":{"type":"none","size":61,"scale":4},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-DM.jpg"},"title":"Kolat Towers","width":737,"height":1000,"mapRegions":[{"area":"3fd","points":[[404,150],[429,163],[439,156],[456,152],[468,154],[482,128],[493,136],[502,153],[508,174],[508,192],[500,209],[487,227],[466,237],[445,238],[419,229],[405,217],[394,192],[395,171],[399,155]]},{"area":"400","points":[[614,167],[591,177],[575,191],[564,213],[566,240],[582,265],[597,243],[593,237],[591,224],[594,207],[608,199],[616,194]]},{"area":"403","points":[[623,167],[637,169],[657,175],[673,192],[681,214],[679,229],[674,249],[661,269],[645,248],[652,228],[648,210],[639,200],[622,194]]},{"area":"406","points":[[605,239],[602,224],[605,215],[609,207],[624,204],[637,209],[643,224],[640,239],[626,245],[615,245]]},{"area":"3fc","points":[[248,239],[257,225],[274,215],[289,212],[311,213],[326,217],[341,227],[355,245],[358,269],[351,293],[336,314],[309,324],[284,323],[263,312],[247,293],[241,276],[243,256]]},{"area":"3f3","points":[[195,419],[204,403],[215,389],[232,383],[254,379],[281,384],[298,397],[304,419],[308,448],[298,468],[280,486],[257,492],[234,492],[212,477],[196,455],[193,437]]},{"area":"3fa","points":[[144,329],[169,339],[206,353],[228,364],[208,374],[193,388],[185,401],[125,371]]},{"area":"3f4","points":[[124,378],[140,385],[144,385],[154,391],[131,446],[99,429],[113,401]]},{"area":"3f6","points":[[161,397],[182,408],[179,431],[180,451],[188,474],[139,447],[152,418]]},{"area":"408","points":[[455,446],[506,501],[498,508],[477,510],[452,498],[444,481],[445,460],[447,452]]},{"area":"409","points":[[459,441],[510,499],[517,491],[521,463],[522,452],[513,444],[491,435],[467,436]]},{"area":"40b","points":[[600,492],[592,479],[591,466],[597,450],[611,437],[631,434],[642,432],[655,439],[664,453],[669,468],[668,486],[659,499],[647,503],[633,509],[620,508],[608,503]]},{"area":"3e1","points":[[196,686],[205,668],[219,656],[237,649],[257,648],[267,649],[273,645],[283,649],[286,657],[296,666],[308,683],[311,707],[306,727],[306,737],[296,749],[289,750],[274,758],[256,764],[235,761],[217,752],[205,738],[197,718],[193,703]]},{"area":"3db","points":[[106,599],[152,589],[173,704],[128,715],[128,711],[133,705],[139,692],[138,678],[129,669],[118,665],[112,631],[108,612]]},{"area":"3de","points":[[156,589],[205,577],[220,639],[208,647],[196,657],[189,663],[184,681],[179,701],[163,622]]},{"area":"3da","points":[[129,721],[178,713],[186,732],[193,748],[213,764],[235,777],[237,791],[147,813],[134,752]]},{"area":"3e5","points":[[268,871],[281,854],[296,847],[313,848],[328,854],[340,867],[344,889],[335,909],[328,919],[311,922],[296,921],[276,908],[268,890],[267,880]]},{"area":"3f0","points":[[592,850],[585,859],[577,877],[576,894],[581,905],[592,917],[608,922],[630,918],[646,904],[653,885],[646,868],[638,852],[619,845],[607,845]]},{"area":"3ef","points":[[568,774],[595,763],[609,817],[625,833],[613,838],[592,847],[577,847],[582,826],[575,794]]},{"area":"3e6","points":[[512,747],[503,735],[499,715],[496,698],[493,688],[498,675],[504,674],[515,661],[529,653],[549,645],[564,647],[581,654],[583,651],[601,661],[596,667],[605,678],[611,694],[610,713],[601,735],[588,754],[581,758],[567,761],[549,761],[535,760],[519,757]]},{"area":"3ea","points":[[419,658],[454,594],[533,634],[514,643],[498,655],[489,666],[495,669],[488,687],[451,672]]},{"area":"3ed","points":[[401,702],[417,665],[481,693],[480,706],[485,727],[492,745],[428,716],[411,706]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Kolat-Towers-DM.webp"},"id":"4f7","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":28,"offsetY":-13},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L1.jpg"},"title":"Kolat Towers, Level 1 (Player Version)","width":2050,"height":2150},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L2.jpg"},"title":"Kolat Towers, Level 2 (Player Version)","width":1450,"height":1300},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":-1},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L3.jpg"},"title":"Kolat Towers, Level 3 (Player Version)","width":1200,"height":700},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetX":4},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L4.jpg"},"title":"Kolat Towers, Level 4 (Player Version)","width":650,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L5.jpg"},"title":"Kolat Towers, Level 5 (Player Version)","width":600,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-L6.jpg"},"title":"Kolat Towers, Level 6 (Player Version)","width":650,"height":600},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50},"href":{"type":"internal","path":"adventure/WDH/Kolat-Towers-Outer.jpg"},"title":"Kolat Towers, Level Outer (Player Version)","width":1150,"height":550},{"type":"image","imageType":"map","grid":{"type":"square","size":87,"offsetX":19,"offsetY":-17,"scale":3},"href":{"type":"internal","path":"adventure/WDH/Sanctum-DM.jpg"},"title":"Sanctum","width":1000,"height":691,"mapRegions":[{"area":"425","points":[[35,269],[44,258],[58,252],[139,254],[148,261],[155,272],[155,294],[152,341],[147,357],[124,366],[126,380],[124,405],[117,421],[97,424],[72,424],[65,413],[64,369],[49,365],[40,357],[36,338],[36,309],[36,286]]},{"area":"420","points":[[183,250],[266,252],[267,168],[266,159],[256,144],[228,142],[201,142],[186,149],[182,166],[182,195],[183,231]]},{"area":"428","points":[[203,401],[203,387],[209,376],[225,373],[262,373],[292,373],[307,381],[311,397],[313,433],[312,463],[304,481],[288,487],[287,527],[282,537],[266,541],[242,541],[232,531],[231,507],[231,490],[215,484],[204,472],[201,449],[201,417]]},{"area":"41d","points":[[462,543],[461,517],[455,496],[439,488],[401,488],[373,487],[356,496],[347,509],[346,531],[347,568],[349,585],[360,598],[368,603],[375,603],[377,628],[378,648],[388,657],[407,659],[427,656],[432,645],[431,607],[443,601],[454,597],[462,588],[462,576]]},{"area":"417","points":[[355,213],[356,202],[365,197],[382,196],[411,197],[449,196],[471,196],[493,201],[500,211],[497,225],[499,249],[499,287],[500,337],[487,349],[469,369],[391,369],[375,358],[356,339],[355,285],[356,254],[355,231]]},{"area":"413","points":[[389,166],[469,167],[466,84],[387,85]]},{"area":"41b","points":[[527,109],[588,111],[588,260],[560,261],[558,251],[507,253],[506,224],[527,223],[528,155],[515,150],[515,120],[527,117]]},{"area":"42c","points":[[758,106],[761,88],[776,84],[842,83],[860,87],[870,101],[870,137],[868,184],[859,196],[845,201],[846,220],[848,243],[839,252],[814,255],[796,255],[789,242],[787,223],[788,199],[773,197],[765,192],[762,180],[759,143]]},{"area":"42a","points":[[619,111],[729,109],[733,141],[733,174],[731,207],[732,267],[730,326],[729,342],[604,341],[602,285],[616,281],[617,194],[615,139]]},{"area":"41c","points":[[559,372],[673,367],[702,367],[700,397],[669,428],[586,428],[558,397]]},{"area":"41f","points":[[578,531],[577,509],[585,496],[599,489],[637,490],[675,489],[689,500],[695,520],[693,564],[688,586],[683,592],[671,599],[663,598],[664,635],[659,648],[649,655],[626,654],[614,653],[606,645],[605,605],[591,601],[582,594],[579,572]]},{"area":"430","points":[[749,491],[750,476],[760,466],[777,459],[794,458],[815,457],[840,457],[855,463],[861,472],[863,487],[862,512],[864,545],[858,557],[851,566],[839,571],[838,593],[836,611],[833,620],[820,627],[799,627],[782,622],[779,596],[778,569],[762,566],[753,556],[748,517]]},{"area":"42e","points":[[862,353],[865,329],[875,317],[891,314],[923,311],[956,313],[972,320],[980,338],[980,366],[980,402],[973,414],[966,425],[950,425],[950,440],[948,461],[944,474],[932,478],[914,479],[901,476],[894,469],[894,448],[893,429],[880,428],[869,418],[863,402],[865,379]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WDH/thumbnail/Sanctum-DM.webp"},"id":"4f8","page":"adventure.html","source":"WDH","hash":"wdh"},{"type":"image","imageType":"mapPlayer","grid":{"type":"square","size":50,"offsetY":2},"href":{"type":"internal","path":"adventure/WDH/Sanctum-Players.jpg"},"title":"Player Version","width":1800,"height":1200,"mapParent":{"id":"4f8","autoScale":true}}]},{"name":"Poster Map","ix":14,"images":[{"type":"image","imageType":"map","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-dm.jpg"},"title":"Poster Map","width":6429,"height":9000,"id":"50a"},{"type":"image","imageType":"mapPlayer","grid":{"type":"none"},"href":{"type":"internal","path":"adventure/WDH/poster-map-player.jpg"},"title":"Player Version","width":6429,"height":9000,"mapParent":{"id":"50a"}}]}]},"LLK":{"id":"LLK","source":"LLK","prop":"adventure","chapters":[{"name":"Part 2 — Monastery of the Distressed Body","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/006-318365_extra_life_monastery.png"},"width":4926,"height":6426,"title":"Monastery of the Distressed Body","imageType":"map","grid":{"type":"none","distance":50},"mapRegions":[{"area":"06d","points":[[3187,2678],[3251,2634],[3305,2592],[3328,2541],[3368,2484],[3446,2432],[3543,2404],[3585,2377],[3617,2400],[3623,2419],[3667,2448],[3688,2491],[3693,2558],[3703,2640],[3705,2701],[3693,2726],[3651,2764],[3583,2808],[3533,2846],[3488,2901],[3451,2907],[3398,2876],[3362,2838],[3358,2829],[3301,2827],[3234,2731],[3208,2709]]},{"area":"075","points":[[3512,3040],[3575,3004],[3636,2949],[3663,2931],[3680,2960],[3663,3015],[3632,3061],[3556,3086],[3526,3086]]},{"area":"079","points":[[3705,3059],[3705,3034],[3686,3008],[3682,2937],[3697,2924],[3716,2842],[3758,2933],[3762,2941],[3771,2968],[3754,3019],[3733,3069]]},{"area":"067","points":[[2895,3792],[3076,3695],[3192,3766],[3198,3777],[3312,3836],[3137,3945],[3006,3859]]},{"area":"058","points":[[2379,3583],[2495,3514],[2676,3608],[2566,3688]]},{"area":"04e","points":[[2341,3181],[2417,3101],[2474,3076],[2505,3015],[2575,2802],[2623,2627],[2636,2488],[2659,2307],[2674,2164],[2737,2034],[2745,2227],[2752,2406],[2758,2541],[2775,2697],[2754,2737],[2743,2804],[2741,2888],[2724,3000],[2705,3082],[2676,3133],[2661,3192],[2644,3259],[2606,3282],[2556,3307]]},{"area":"05d","points":[[2004,3027],[2069,2941],[2166,2882],[2305,2958],[2347,3006],[2261,3097],[2179,3120],[2067,3065],[2029,3063]]},{"area":"061","points":[[1625,3181],[1743,3128],[1935,3219],[1813,3305]]},{"area":"047","points":[[1402,4177],[1629,4004],[1655,4002],[1699,4029],[1651,4088],[1627,4126],[1556,4177],[1461,4227]]},{"area":"04a","points":[[1095,3714],[1152,3547],[1194,3402],[1217,3328],[1303,3303],[1432,3282],[1651,3379],[1661,3421],[1806,3516],[2082,3684],[2219,3817],[2229,3931],[2269,3979],[2337,4029],[2602,3994],[2697,3979],[2728,3968],[2789,4011],[2806,4059],[2756,4103],[2667,4131],[2621,4149],[2552,4173],[2499,4234],[2432,4291],[2373,4331],[2278,4341],[2149,4324],[2032,4322],[1983,4280],[1914,4265],[1836,4291],[1813,4253],[1768,4246],[1794,4158],[1726,4099],[1703,4072],[1735,4040],[1657,3973],[1564,3992],[1457,4048],[1377,3985],[1305,3983],[1213,3989],[1149,3947],[1173,3893],[1158,3827],[1097,3764]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LLK/thumbnail/006-318365_extra_life_monastery.webp"},"id":"0d7","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/007-playerversionllok2.jpg"},"title":"Player Version","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d7","autoScale":true}}]},{"name":"Part 3 — The Ooze-Flooded City","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/011-318365_extra_life_ooze.png"},"title":"Daoine Gloine","width":4926,"height":6426,"imageType":"map","grid":{"type":"none","distance":50},"mapRegions":[{"area":"097","points":[[2573,2584],[2640,2522],[2656,2429],[2704,2415],[2960,2413],[2953,2451],[3015,2509],[3082,2587],[3089,2825],[3011,2887],[2944,2905],[2751,2911],[2635,2911],[2567,2820],[2571,2640]]},{"area":"08c","points":[[2484,3029],[2520,3333],[2482,3582],[2475,3773],[2425,3882],[2555,3982],[2711,4027],[2742,3927],[2760,3858],[2785,3789],[2771,3575],[2751,3276],[2740,3162],[2558,3033]]},{"area":"088","points":[[1420,4649],[1404,4098],[1500,3876],[1633,3662],[1645,3591],[1718,3593],[1847,3645],[1947,3649],[2376,4551],[2375,4775],[2262,5100],[2275,5816],[2247,5864],[2138,5840],[2107,5789],[1996,5691],[1900,5722],[1811,5767],[1775,5713],[1755,5480],[1671,5409],[1564,5322],[1442,5304],[1449,4947],[1425,4736]]},{"area":"085","points":[[144,4818],[216,4802],[311,4740],[389,4718],[456,4727],[491,4789],[580,4880],[685,4949],[818,4956],[895,4998],[935,5049],[956,5125],[1015,5213],[1091,5300],[1149,5349],[1265,5356],[1391,5360],[1462,5391],[1558,5507],[1644,5615],[1705,5631],[1738,5665],[1862,6222],[1755,6209],[1669,6182],[1549,6075],[1475,6024],[1435,6036],[1305,6029],[1156,5975],[1076,5842],[1004,5778],[891,5802],[764,5640],[682,5471],[585,5373],[553,5333],[433,5262],[382,5295],[309,5225],[215,5129],[140,5196]]},{"area":"09d","points":[[3956,5085],[3958,4962],[3929,4818],[3813,4693],[3833,4573],[3902,4582],[4024,4731],[4133,4898],[4136,5105],[4078,5207],[3945,5278],[3956,5167]]},{"area":"08f","points":[[3151,4249],[3185,4149],[3235,4096],[3309,4069],[3355,4060],[3373,3982],[3395,4056],[3435,4058],[3475,4080],[3529,4113],[3556,4175],[3585,4225],[3611,4284],[3616,4345],[3615,4444],[3616,4613],[3618,4736],[3635,4822],[3693,4827],[3738,4836],[3765,4785],[3816,4773],[3887,4813],[3893,4915],[3896,5040],[3905,5375],[3840,5416],[3760,5409],[3735,5355],[3740,5216],[3655,5158],[3491,5205],[3411,5231],[3295,5211],[3173,5151],[3125,5109],[3100,5076],[3015,5067],[3015,4835],[3100,4831],[3118,4765],[3098,4718],[3124,4647],[3133,4471],[3142,4296]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LLK/thumbnail/011-318365_extra_life_ooze.webp"},"id":"0d8","page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/012-playerversionllok1.jpg"},"title":"Player Version","width":5000,"height":6471,"imageType":"mapPlayer","grid":{"type":"none","distance":50},"mapParent":{"id":"0d8","autoScale":true}}]},{"name":"Daoine Gloine Map","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoine-colors-final.webp"},"imageType":"map","id":"0d8","title":"Daoine Gloine","width":5000,"height":3832,"mapRegions":[{"area":"085","points":[[3,1415],[126,1495],[123,1582],[95,1677],[120,1763],[157,1825],[209,1948],[234,2018],[145,2172],[132,2295],[157,2375],[154,2449],[151,2572],[172,2594],[240,2631],[385,2634],[455,2625],[489,2652],[477,2738],[474,2843],[474,2917],[523,2994],[542,3083],[572,3178],[625,3231],[692,3258],[794,3225],[837,3197],[905,3243],[938,3311],[969,3375],[1040,3363],[1111,3412],[1145,3502],[1160,3548],[1191,3622],[1280,3625],[1348,3683],[1397,3825],[3,3825]]},{"area":"088","points":[[1015,2711],[1222,2634],[1394,2634],[1600,2806],[1643,2929],[1834,2791],[1883,2591],[2157,2748],[2412,2809],[2662,3117],[2892,3271],[3086,3363],[3031,3572],[2708,3542],[2502,3572],[2240,3480],[2166,3455],[2049,3489],[1911,3403],[1788,3200],[1735,3154],[1569,3129],[1449,3240],[1320,3292],[1209,3234],[1166,3095],[1015,3126],[929,3074],[902,2898],[988,2757]]},{"area":"08c","points":[[646,2938],[600,2695],[612,2511],[643,2348],[726,2206],[800,2126],[849,2132],[920,2262],[1052,2372],[1212,2348],[1277,2329],[1443,2345],[1523,2520],[1428,2554],[1246,2588],[1022,2618],[898,2742],[806,2797],[742,2892]]},{"area":"08f","points":[[2895,1858],[2911,1692],[2951,1628],[2988,1394],[3015,1440],[3065,1369],[3126,1354],[3203,1363],[3246,1431],[3252,1458],[3268,1409],[3289,1486],[3317,1582],[3323,1502],[3372,1471],[3431,1489],[3468,1535],[3486,1554],[3502,1517],[3538,1477],[3588,1468],[3603,1514],[3634,1498],[3649,1452],[3649,1388],[3671,1468],[3711,1418],[3751,1458],[3760,1532],[3788,1658],[3828,1717],[3828,1775],[3862,1843],[3858,1942],[3788,1905],[3745,1905],[3745,1957],[3671,1960],[3658,1914],[3557,1926],[3548,1954],[3502,1929],[3440,1945],[3415,1966],[3388,1948],[3295,1948],[3178,1972],[3083,1975],[3025,1942],[3028,1898],[2948,1902],[2902,1886]]},{"area":"097","points":[[3825,2298],[3871,2209],[3892,2095],[3902,2037],[3991,2000],[4025,1926],[4151,1902],[4329,1938],[4342,2022],[4412,2040],[4455,2231],[4465,2354],[4458,2415],[4397,2462],[4311,2406],[4240,2415],[4145,2425],[3978,2369],[3889,2338]]},{"area":"09d","points":[[3662,2262],[3554,1985],[3452,1960],[3271,2043],[2911,2058],[2680,2003],[2631,1766],[2443,1797],[2329,1686],[2062,1603],[1969,1523],[1705,1425],[1311,1366],[926,1449],[714,1634],[662,1812],[932,2055],[1062,2043],[1212,2034],[1449,2062],[1563,2172],[1794,2182],[2012,2271],[2286,2434],[2483,2508],[2745,2745],[2938,3003],[2868,3123],[3018,3252],[3246,3305],[3366,3231],[3625,3212],[3785,3332],[4108,3323],[4375,3249],[4622,3243],[4742,3086],[4778,2889],[4754,2680],[4474,2532],[4225,2520],[3754,2400]]},{"area":"0a0","points":[[898,2172],[920,2092],[1009,2068],[1043,2098],[1095,2065],[1209,2052],[1308,2058],[1406,2123],[1437,2222],[1428,2292],[1308,2314],[1154,2320],[1062,2305],[942,2255]]},{"area":"08f","points":[[1925,64],[2880,64],[2880,979],[1925,979]]},{"area":"097","points":[[2933,64],[3893,64],[3893,976],[2933,976]]},{"area":"0a0","points":[[3957,66],[4915,66],[4915,974],[3957,974]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LLK/thumbnail/daoine-colors-final.webp"},"page":"adventure.html","source":"LLK","hash":"llk"},{"type":"image","href":{"type":"internal","path":"adventure/LLK/daoinegloineplayershandout.webp"},"imageType":"mapPlayer","mapParent":{"id":"0d8"},"title":"Daoine Gloine (Player Version)","width":3300,"height":2529}]}]},"WDMM":{"id":"WDMM","source":"WDMM","prop":"adventure","chapters":[{"name":"Level 1: Dungeon Level","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/002-102.png"},"width":2259,"height":3000,"mapRegions":[{"area":"063","points":[[453,529],[453,589],[567,589],[567,529]]},{"area":"061","points":[[371,603],[371,670],[567,670],[567,603]]},{"area":"069","points":[[570,632],[570,692],[1117,692],[1117,632]]},{"area":"06e","points":[[944,616],[944,473],[840,473],[840,616]]},{"area":"06c","points":[[732,829],[732,698],[808,698],[808,829]]},{"area":"05a","points":[[479,786],[479,848],[555,848],[555,786]]},{"area":"064","points":[[495,972],[495,868],[443,868],[443,972]]},{"area":"065","points":[[595,1007],[595,904],[504,904],[504,1007]]},{"area":"080","points":[[1439,522],[1439,623],[1540,623],[1540,522]]},{"area":"076","points":[[1129,502],[1129,905],[1350,905],[1350,502]]},{"area":"073","points":[[998,708],[998,828],[1091,828],[1091,708]]},{"area":"04c","points":[[739,1047],[739,1137],[803,1137],[803,1047]]},{"area":"04f","points":[[558,1100],[558,1205],[695,1205],[695,1100]]},{"area":"047","points":[[298,1150],[298,1295],[436,1295],[436,1150]]},{"area":"04f","points":[[663,1267],[663,1206],[747,1206],[747,1267]]},{"area":"049","points":[[819,1290],[819,1056],[924,1056],[924,1290]]},{"area":"04b","points":[[974,1300],[974,1205],[1060,1205],[1060,1300]]},{"area":"07b","points":[[1325,1050],[1325,907],[1161,907],[1161,1050]]},{"area":"07d","points":[[1325,1293],[1325,1052],[1154,1052],[1154,1293]]},{"area":"083","points":[[1493,1087],[1493,942],[1612,942],[1612,1087]]},{"area":"084","points":[[1470,1102],[1470,1164],[1634,1164],[1634,1102]]},{"area":"085","points":[[1445,1319],[1445,1232],[1637,1232],[1637,1319]]},{"area":"086","points":[[1791,1023],[1791,915],[1703,915],[1703,1023]]},{"area":"035","points":[[1047,1362],[1047,1480],[1172,1480],[1172,1362]]},{"area":"044","points":[[741,1360],[741,1455],[880,1455],[880,1360]]},{"area":"03b","points":[[767,1465],[767,1531],[959,1531],[959,1465]]},{"area":"040","points":[[790,1739],[790,1624],[959,1624],[959,1739]]},{"area":"08a","points":[[531,1411],[531,1476],[619,1476],[619,1411]]},{"area":"087","points":[[401,1479],[401,1542],[624,1542],[624,1479]]},{"area":"08c","points":[[456,1574],[456,1651],[537,1651],[537,1574]]},{"area":"090","points":[[451,1753],[451,1839],[543,1839],[543,1753]]},{"area":"097","points":[[606,1789],[606,1894],[718,1894],[718,1789]]},{"area":"092","points":[[303,1820],[303,1914],[435,1914],[435,1820]]},{"area":"094","points":[[403,1909],[403,1999],[514,1999],[514,1909]]},{"area":"099","points":[[657,1942],[657,2080],[736,2080],[736,1942]]},{"area":"09f","points":[[1034,2068],[1034,2154],[1103,2154],[1103,2068]]},{"area":"0a0","points":[[933,1862],[933,1945],[998,1945],[998,1862]]},{"area":"09e","points":[[475,2322],[475,2396],[573,2396],[573,2322]]},{"area":"0b6","points":[[1412,1385],[1412,1478],[1488,1478],[1488,1385]]},{"area":"0b5","points":[[1496,1383],[1496,1478],[1668,1478],[1668,1383]]},{"area":"0b7","points":[[1809,1514],[1809,1604],[1923,1604],[1923,1514]]},{"area":"0b8","points":[[1810,1621],[1810,1713],[1925,1713],[1925,1621]]},{"area":"0ad","points":[[1127,1542],[1127,1619],[1396,1619],[1396,1542]]},{"area":"0b0","points":[[1401,1513],[1401,1576],[1760,1576],[1760,1513]]},{"area":"0b9","points":[[1418,1595],[1418,1687],[1612,1687],[1612,1595]]},{"area":"0b2","points":[[1680,1646],[1680,1766],[1772,1766],[1772,1646]]},{"area":"0a7","points":[[1209,1699],[1209,1795],[1326,1795],[1326,1699]]},{"area":"0a5","points":[[1052,1773],[1052,1843],[1200,1843],[1200,1773]]},{"area":"0a9","points":[[1335,1735],[1335,1841],[1404,1841],[1404,1735]]},{"area":"0bd","points":[[1492,1817],[1492,1876],[1637,1876],[1637,1817]]},{"area":"0bf","points":[[1723,1776],[1723,1875],[1881,1875],[1881,1776]]},{"area":"0ab","points":[[1228,1866],[1228,1994],[1325,1994],[1325,1866]]},{"area":"0d4","points":[[1416,2035],[1416,2178],[1561,2178],[1561,2035]]},{"area":"0c5","points":[[1102,2117],[1102,2261],[1194,2261],[1194,2117]]},{"area":"0ce","points":[[1134,2378],[1134,2543],[1297,2543],[1297,2378]]},{"area":"0d1","points":[[1312,2353],[1312,2518],[1401,2518],[1401,2353]]},{"area":"0d2","points":[[1295,2092],[1295,2334],[1380,2334],[1380,2092]]},{"area":"0d7","points":[[1385,2244],[1385,2340],[1489,2340],[1489,2244]]},{"area":"0d9","points":[[1545,2454],[1545,2543],[1714,2543],[1714,2454]]},{"area":"05d","points":[[509,696],[509,742],[585,742],[585,696]]},{"area":"057","points":[[588,697],[588,875],[719,875],[719,697]]},{"area":"053","points":[[874,875],[874,1028],[926,1028],[926,875]]},{"area":"055","points":[[929,1004],[929,1081],[978,1081],[978,1004]]},{"area":"03d","points":[[641,1454],[641,1542],[740,1542],[740,1454]]},{"area":"08e","points":[[539,1550],[539,1626],[639,1626],[639,1550]]},{"area":"09d","points":[[479,2094],[479,2121],[516,2121],[516,2094]]},{"area":"09b","points":[[519,2123],[519,2150],[902,2150],[902,2123]]},{"area":"0cc","points":[[1074,2300],[1074,2463],[1117,2463],[1117,2300]]},{"area":"0c2","points":[[1550,1887],[1550,1991],[1631,1991],[1631,1887]]},{"area":"0b1","points":[[1677,1579],[1677,1628],[1761,1628],[1761,1579]]},{"area":"072","points":[[1057,536],[1057,559],[1084,559],[1084,536]]},{"area":"06f","points":[[982,534],[982,616],[1056,616],[1056,534]]}],"title":"Map 1","imageType":"map","grid":{"type":"square","size":78,"offsetX":-25,"offsetY":-29,"scale":3,"distance":10},"id":"add","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/002-102.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/003-103.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-23,"offsetY":33,"scale":3,"distance":10},"mapParent":{"id":"add","autoScale":true}}]},{"name":"Level 2: Arcane Chambers","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/005-202.png"},"width":2259,"height":3000,"title":"Map 2","mapRegions":[{"area":"0ff","points":[[526,527],[526,631],[598,631],[598,527]]},{"area":"0fe","points":[[469,684],[469,811],[600,811],[600,684]]},{"area":"0fc","points":[[471,867],[471,967],[651,967],[651,867]]},{"area":"100","points":[[658,869],[658,967],[784,967],[784,869]]},{"area":"0e8","points":[[841,553],[841,655],[988,655],[988,553]]},{"area":"0eb","points":[[941,995],[941,741],[993,689],[993,481],[1027,447],[1116,447],[1145,476],[1145,692],[1199,746],[1199,995]]},{"area":"0f3","points":[[1179,505],[1179,722],[1212,755],[1297,755],[1297,505]]},{"area":"0e6","points":[[839,894],[839,992],[937,992],[937,894]]},{"area":"0f8","points":[[472,1026],[472,1120],[574,1120],[574,1026]]},{"area":"0f7","points":[[475,1132],[475,1199],[572,1199],[572,1132]]},{"area":"0f6","points":[[582,1027],[582,1205],[677,1205],[677,1027]]},{"area":"0f5","points":[[687,975],[687,1148],[779,1148],[779,975]]},{"area":"105","points":[[813,1051],[813,1204],[886,1204],[886,1051]]},{"area":"107","points":[[945,1050],[945,1173],[1067,1173],[1067,1050]]},{"area":"10a","points":[[1073,1075],[1073,1234],[1198,1234],[1198,1075]]},{"area":"0ef","points":[[1206,765],[1206,1023],[1300,1023],[1300,765]]},{"area":"14b","points":[[555,1362],[555,1494],[677,1494],[677,1362]]},{"area":"154","points":[[475,1362],[475,1489],[548,1489],[548,1362]]},{"area":"155","points":[[475,1544],[475,1622],[571,1622],[571,1544]]},{"area":"10e","points":[[940,1283],[940,1357],[1071,1357],[1071,1283]]},{"area":"10f","points":[[1074,1283],[1074,1363],[1200,1363],[1200,1283]]},{"area":"145","points":[[746,1409],[746,1543],[889,1543],[889,1409]]},{"area":"148","points":[[939,1440],[939,1515],[1026,1515],[1026,1440]]},{"area":"153","points":[[498,1703],[498,1773],[626,1773],[626,1703]]},{"area":"14e","points":[[500,1781],[500,1906],[571,1906],[571,1781]]},{"area":"16c","points":[[580,1837],[580,1953],[700,1953],[700,1837]]},{"area":"150","points":[[499,1914],[499,2036],[573,2036],[573,1914]]},{"area":"16e","points":[[579,1971],[579,2092],[706,2092],[706,1971]]},{"area":"149","points":[[709,1755],[709,1855],[914,1855],[914,1755]]},{"area":"13f","points":[[785,1549],[785,1644],[882,1644],[882,1549]]},{"area":"143","points":[[788,1652],[788,1745],[883,1745],[883,1652]]},{"area":"137","points":[[946,1522],[946,1746],[1069,1746],[1069,1522]]},{"area":"136","points":[[1076,1522],[1076,1591],[1141,1591],[1141,1522]]},{"area":"136","points":[[1075,1677],[1075,1747],[1141,1747],[1141,1677]]},{"area":"135","points":[[1151,1520],[1151,1694],[1272,1694],[1272,1520]]},{"area":"13a","points":[[1363,1416],[1363,1612],[1590,1612],[1590,1416]]},{"area":"167","points":[[865,1886],[865,2035],[1089,2035],[1089,1886]]},{"area":"163","points":[[1112,1938],[1112,2030],[1187,2030],[1187,1938]]},{"area":"166","points":[[1086,1882],[1086,1935],[1187,1935],[1187,1882]]},{"area":"16a","points":[[767,1893],[767,1990],[856,1990],[856,1893]]},{"area":"113","points":[[1346,494],[1346,581],[1688,581],[1688,494]]},{"area":"11c","points":[[1364,585],[1364,678],[1457,678],[1457,585]]},{"area":"117","points":[[1472,585],[1472,677],[1701,677],[1701,585]]},{"area":"11f","points":[[1363,687],[1363,864],[1459,864],[1459,687]]},{"area":"123","points":[[1468,742],[1468,858],[1551,858],[1551,742]]},{"area":"121","points":[[1556,740],[1713,740],[1713,933],[1567,933],[1567,854],[1556,854]]},{"area":"125","points":[[1467,870],[1467,1017],[1559,1017],[1559,870]]},{"area":"127","points":[[1573,932],[1573,1011],[1717,1011],[1717,932]]},{"area":"12a","points":[[1833,869],[1833,1019],[1979,1019],[1979,869]]},{"area":"129","points":[[1729,1003],[1729,1096],[1828,1096],[1828,1003]]},{"area":"111","points":[[1302,975],[1302,1109],[1368,1109],[1368,975]]},{"area":"12f","points":[[1464,1071],[1464,1180],[1569,1180],[1569,1071]]},{"area":"132","points":[[1204,1130],[1204,1312],[1302,1312],[1302,1130]]},{"area":"139","points":[[1702,1309],[1702,1412],[1901,1412],[1901,1309]]},{"area":"15e","points":[[1229,1884],[1229,1959],[1538,1959],[1538,1884]]},{"area":"158","points":[[1650,1782],[1650,1928],[1742,1928],[1742,1782]]},{"area":"160","points":[[1193,1960],[1193,2032],[1693,2032],[1693,1960]]},{"area":"172","points":[[684,2143],[1198,2143],[1198,2266],[986,2266],[986,2342],[954,2374],[923,2374],[889,2339],[889,2264],[684,2264]]},{"area":"174","points":[[499,2222],[499,2294],[597,2294],[597,2222]]},{"area":"186","points":[[524,2305],[524,2398],[604,2398],[604,2305]]},{"area":"185","points":[[706,2273],[706,2456],[786,2456],[786,2273]]},{"area":"183","points":[[888,2400],[888,2530],[991,2530],[991,2400]]},{"area":"182","points":[[994,2271],[994,2336],[1129,2336],[1129,2271]]},{"area":"17f","points":[[995,2383],[1050,2327],[1142,2327],[1142,2576],[1050,2576],[995,2519]]},{"area":"176","points":[[1204,2278],[1204,2422],[1405,2422],[1405,2278]]},{"area":"170","points":[[1205,2171],[1205,2240],[1697,2240],[1697,2171]]},{"area":"17a","points":[[1412,2252],[1412,2501],[2039,2501],[2039,2252]]},{"area":"0ea","points":[[902,674],[978,674],[978,699],[953,724],[902,724]]},{"area":"15a","points":[[1555,1947],[1555,1791],[1630,1791],[1630,1947]]},{"area":"15c","points":[[1500,1790],[1500,1815],[1551,1815],[1551,1790]]}],"imageType":"map","grid":{"type":"square","size":78,"offsetX":-23,"offsetY":-12,"scale":3,"distance":10},"id":"bdb","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/005-202.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/006-203.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-21,"offsetY":32,"scale":3,"distance":10},"mapParent":{"id":"bdb","autoScale":true}}]},{"name":"Level 3: Sargauth Level","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/009-302.png"},"width":2259,"height":3000,"title":"Map 3","mapRegions":[{"area":"229","points":[[260,403],[260,553],[417,553],[417,403]]},{"area":"195","points":[[941,518],[941,616],[1091,616],[1091,518]]},{"area":"1a5","points":[[1089,658],[1089,798],[1354,798],[1354,658]]},{"area":"19c","points":[[1389,662],[1389,735],[1436,735],[1436,662]]},{"area":"22c","points":[[264,800],[264,892],[339,892],[339,800]]},{"area":"207","points":[[720,1575],[720,1667],[894,1667],[894,1575]]},{"area":"205","points":[[891,1120],[891,1205],[988,1205],[988,1120]]},{"area":"218","points":[[802,787],[802,927],[884,927],[884,787]]},{"area":"224","points":[[503,469],[503,541],[603,541],[603,469]]},{"area":"227","points":[[428,448],[428,611],[489,611],[489,448]]},{"area":"223","points":[[499,549],[499,635],[608,635],[608,549]]},{"area":"221","points":[[591,623],[591,679],[683,679],[683,623]]},{"area":"222","points":[[675,581],[675,636],[763,636],[763,581]]},{"area":"217","points":[[433,681],[433,735],[511,735],[511,681]]},{"area":"216","points":[[459,745],[459,814],[527,814],[527,745]]},{"area":"21b","points":[[584,685],[658,685],[658,768],[598,768],[598,805],[539,805],[539,746],[584,746]]},{"area":"21f","points":[[700,653],[738,653],[738,728],[675,728],[675,690],[700,690]]},{"area":"214","points":[[435,819],[435,870],[508,870],[508,819]]},{"area":"215","points":[[574,827],[613,827],[613,784],[649,784],[649,872],[574,872]]},{"area":"213","points":[[402,971],[458,971],[458,1002],[487,1002],[487,1065],[454,1065],[454,1018],[432,996],[402,996]]},{"area":"22e","points":[[273,1011],[310,989],[403,1003],[435,1086],[385,1160],[268,1092]]},{"area":"20d","points":[[400,1201],[502,1201],[502,1256],[485,1256],[485,1281],[400,1281]]},{"area":"20e","points":[[481,1082],[558,1082],[558,1144],[521,1144],[521,1185],[481,1185]]},{"area":"211","points":[[559,886],[621,886],[621,965],[598,965],[598,983],[518,983],[518,942],[559,942]]},{"area":"20f","points":[[537,1003],[581,1003],[581,1065],[500,1065],[500,1019],[537,1019]]},{"area":"20b","points":[[500,1345],[579,1345],[579,1201],[563,1201],[563,1160],[533,1160],[533,1196],[519,1196],[519,1278],[499,1278],[499,1297],[477,1297],[477,1314],[500,1314]]},{"area":"209","points":[[704,1116],[768,1067],[817,1069],[790,1175],[709,1206]]},{"area":"1ec","points":[[512,1453],[512,1600],[596,1600],[596,1453]]},{"area":"1e8","points":[[525,1655],[525,1779],[604,1779],[604,1655]]},{"area":"1ea","points":[[566,1783],[566,1918],[662,1918],[662,1783]]},{"area":"1e5","points":[[522,1996],[522,2111],[626,2111],[626,1996]]},{"area":"1e2","points":[[615,2235],[615,2308],[712,2308],[712,2235]]},{"area":"1e3","points":[[510,2348],[510,2493],[672,2493],[672,2348]]},{"area":"1de","points":[[784,2193],[784,2278],[919,2278],[919,2193]]},{"area":"1df","points":[[791,2322],[791,2438],[919,2438],[919,2322]]},{"area":"1cf","points":[[908,2502],[1016,2393],[1058,2393],[1058,2563],[908,2563]]},{"area":"1d9","points":[[831,1847],[1040,1847],[1040,1990],[995,1990],[955,2030],[955,2067],[831,2067]]},{"area":"1d5","points":[[999,1998],[963,2033],[963,2072],[912,2072],[912,2109],[973,2109],[973,2069],[1023,2019],[1023,1998]]},{"area":"1d2","points":[[976,2070],[1041,2004],[1090,2004],[1090,2065],[1006,2149],[976,2149]]},{"area":"1d1","points":[[1104,1709],[1104,1813],[1199,1813],[1199,1709]]},{"area":"1cb","points":[[1077,2154],[1199,2154],[1240,2195],[1240,2212],[1144,2308],[1077,2308]]},{"area":"1cd","points":[[1135,2320],[1245,2209],[1314,2209],[1314,2322],[1231,2405],[1197,2405],[1135,2337]]},{"area":"194","points":[[1216,410],[1216,499],[1343,499],[1343,410]]},{"area":"1b4","points":[[1498,1016],[1498,1116],[1606,1116],[1606,1016]]},{"area":"1b5","points":[[1584,878],[1584,1001],[1683,1001],[1683,878]]},{"area":"1ed","points":[[1082,913],[1082,1024],[1184,1024],[1184,913]]},{"area":"1ee","points":[[1258,1060],[1258,1209],[1363,1209],[1363,1060]]},{"area":"197","points":[[1463,493],[1514,441],[1569,441],[1569,483],[1510,541],[1463,541]]},{"area":"199","points":[[1561,521],[1586,495],[1617,495],[1687,565],[1687,628],[1561,628]]},{"area":"198","points":[[1631,637],[1631,763],[1751,763],[1751,637]]},{"area":"1bb","points":[[1868,490],[1868,599],[1962,599],[1962,490]]},{"area":"1ba","points":[[1847,828],[1847,926],[1940,926],[1940,828]]},{"area":"1c7","points":[[1826,1268],[1826,1451],[1983,1451],[1983,1268]]},{"area":"1b6","points":[[1533,1290],[1533,1384],[1631,1384],[1631,1290]]},{"area":"1c6","points":[[1773,1524],[1773,1680],[1912,1680],[1912,1524]]},{"area":"1c0","points":[[1366,1692],[1453,1605],[1556,1605],[1640,1689],[1640,1750],[1523,1750],[1470,1803],[1428,1803],[1366,1735]]},{"area":"1be","points":[[1533,1566],[1600,1633],[1629,1633],[1693,1568],[1610,1485]]},{"area":"1bf","points":[[1666,1626],[1666,1753],[1761,1753],[1761,1626]]},{"area":"1c2","points":[[1508,1778],[1508,1874],[1646,1874],[1646,1778]]},{"area":"1c3","points":[[1646,1766],[1646,1913],[1756,1913],[1756,1766]]},{"area":"1c5","points":[[1504,1883],[1504,2010],[1639,2010],[1639,1883]]},{"area":"201","points":[[1128,1311],[1128,1363],[1179,1363],[1179,1311]]},{"area":"1f4","points":[[1287,1246],[1287,1324],[1415,1324],[1415,1246]]},{"area":"1f8","points":[[1323,1332],[1323,1399],[1392,1399],[1392,1332]]},{"area":"1f7","points":[[1250,1398],[1250,1466],[1375,1466],[1375,1398]]},{"area":"1fc","points":[[1233,1469],[1233,1534],[1384,1534],[1384,1469]]},{"area":"1f9","points":[[1405,1385],[1405,1480],[1515,1480],[1515,1385]]},{"area":"1f1","points":[[1192,1278],[1270,1278],[1270,1336],[1310,1336],[1310,1395],[1192,1395]]},{"area":"1ff","points":[[1130,1380],[1176,1380],[1176,1420],[1233,1420],[1233,1481],[1130,1481]]},{"area":"1fd","points":[[1169,1538],[1169,1655],[1234,1655],[1234,1538]]},{"area":"202","points":[[1111,1287],[1111,1377],[1063,1377],[1063,1415],[1006,1415],[1006,1287]]},{"area":"203","points":[[1025,1432],[1086,1432],[1086,1396],[1117,1396],[1117,1537],[1025,1537]]},{"area":"205","points":[[755,1293],[755,1380],[842,1380],[842,1293]]},{"area":"1ef","points":[[1162,1212],[1162,1279],[1245,1279],[1245,1212]]},{"area":"192","points":[[1166,515],[1166,654],[1357,654],[1357,515]]},{"area":"1a4","points":[[1393,751],[1393,780],[1426,780],[1426,751]]},{"area":"19e","points":[[1357,709],[1357,746],[1388,746],[1388,709]]},{"area":"1a2","points":[[1369,788],[1369,845],[1428,845],[1428,788]]},{"area":"1af","points":[[1290,974],[1290,1005],[1330,1005],[1330,974]]},{"area":"1ab","points":[[1289,925],[1289,966],[1330,966],[1330,925]]},{"area":"1aa","points":[[1386,925],[1386,966],[1427,966],[1427,925]]},{"area":"1b1","points":[[1386,973],[1386,1005],[1429,1005],[1429,973]]},{"area":"1ac","points":[[1333,954],[1333,1003],[1380,1003],[1380,954]]},{"area":"1e7","points":[[513,1842],[523,1842],[534,1846],[544,1843],[545,1862],[550,1886],[550,1899],[557,1918],[566,1925],[556,1932],[538,1923],[527,1912],[506,1906],[510,1886],[513,1871],[514,1853]]},{"area":"1d7","points":[[881,1801],[881,1841],[957,1841],[957,1801]]}],"imageType":"map","grid":{"type":"square","size":59,"offsetX":33,"offsetY":5,"scale":3,"distance":10},"id":"bdc","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/009-302.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/010-303.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-42,"offsetY":28,"scale":3,"distance":10},"mapParent":{"id":"bdc","autoScale":true}}]},{"name":"Level 4: Twisted Caverns","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/012-402.png"},"width":2259,"height":3000,"title":"Map 4","mapRegions":[{"area":"245","points":[[732,455],[732,621],[944,621],[944,455]]},{"area":"241","points":[[206,501],[206,856],[422,856],[422,501]]},{"area":"23f","points":[[422,627],[422,895],[647,895],[647,627]]},{"area":"243","points":[[676,634],[676,851],[887,851],[887,634]]},{"area":"24a","points":[[460,911],[460,1098],[700,1098],[700,911]]},{"area":"24d","points":[[927,709],[927,968],[1112,968],[1112,709]]},{"area":"250","points":[[1168,509],[1168,700],[1407,700],[1407,509]]},{"area":"259","points":[[1833,614],[1833,871],[2032,871],[2032,614]]},{"area":"256","points":[[1846,414],[1846,604],[2031,604],[2031,414]]},{"area":"255","points":[[1486,873],[1486,1039],[1669,1039],[1669,873]]},{"area":"261","points":[[1829,979],[1829,1119],[1946,1119],[1946,979]]},{"area":"264","points":[[1794,1153],[1794,1280],[1929,1280],[1929,1153]]},{"area":"25e","points":[[1649,1055],[1649,1352],[1789,1352],[1789,1055]]},{"area":"268","points":[[1235,1127],[1235,1342],[1412,1342],[1412,1127]]},{"area":"26b","points":[[1451,1273],[1451,1602],[1636,1602],[1636,1273]]},{"area":"26d","points":[[1734,1385],[1824,1385],[1898,1310],[2040,1310],[2040,1835],[1734,1835]]},{"area":"270","points":[[1594,1808],[1594,1968],[1748,1968],[1748,1808]]},{"area":"272","points":[[1651,1993],[1651,2240],[1820,2240],[1820,1993]]},{"area":"281","points":[[828,1238],[1002,1238],[1002,1422],[929,1494],[881,1494],[828,1438]]},{"area":"284","points":[[662,1412],[821,1412],[821,1442],[875,1496],[875,1561],[662,1561]]},{"area":"288","points":[[644,1585],[644,1700],[772,1700],[772,1585]]},{"area":"27e","points":[[807,1860],[807,1968],[905,1968],[905,1860]]},{"area":"28a","points":[[164,1707],[164,2148],[462,2148],[462,1707]]},{"area":"28c","points":[[354,2152],[354,2338],[520,2338],[520,2152]]},{"area":"27c","points":[[738,2042],[738,2244],[900,2244],[900,2042]]},{"area":"27a","points":[[984,2044],[1080,2044],[1184,2148],[1184,2244],[984,2244]]},{"area":"275","points":[[1255,1771],[1255,1924],[1373,1924],[1373,1771]]},{"area":"280","points":[[718,2401],[718,2496],[886,2496],[886,2401]]},{"area":"290","points":[[609,2480],[696,2480],[727,2511],[727,2618],[609,2618]]},{"area":"291","points":[[872,2555],[872,2682],[988,2682],[988,2555]]},{"area":"292","points":[[1008,2466],[1008,2618],[1226,2618],[1226,2466]]},{"area":"294","points":[[1234,2528],[1234,2666],[1380,2666],[1380,2528]]},{"area":"295","points":[[1392,2541],[1392,2652],[1541,2652],[1541,2541]]},{"area":"278","points":[[946,1864],[1278,1531],[1393,1531],[1430,1569],[1430,1613],[1579,1613],[1579,1932],[1368,2142],[1194,2142],[1082,2029],[946,2029],[946,1931],[1379,1931],[1379,1763],[1246,1763],[1246,1924],[946,1924]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":26,"offsetY":55,"scale":3,"distance":10},"id":"bdd","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/012-402.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/013-403.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":49,"offsetY":9,"scale":3,"distance":10},"mapParent":{"id":"bdd","autoScale":true}}]},{"name":"Level 5: Wyllowwood","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/016-502.png"},"width":2259,"height":3000,"title":"Map 5","mapRegions":[{"area":"2a9","points":[[927,419],[927,756],[1433,756],[1433,419]]},{"area":"2b4","points":[[648,825],[648,954],[786,954],[786,825]]},{"area":"2b3","points":[[812,804],[812,951],[889,951],[889,804]]},{"area":"2ad","points":[[1039,889],[1039,973],[1094,973],[1094,889]]},{"area":"2ae","points":[[1062,998],[1062,1101],[1162,1101],[1162,998]]},{"area":"2ba","points":[[560,1112],[560,1251],[728,1251],[728,1112]]},{"area":"2b5","points":[[626,744],[626,819],[755,819],[755,744]]},{"area":"2b6","points":[[367,806],[576,596],[692,596],[692,727],[614,727],[614,874],[511,976]]},{"area":"2ab","points":[[168,825],[360,825],[546,1011],[546,1551],[168,1551]]},{"area":"2a7","points":[[1042,768],[1256,768],[1256,924],[1100,924],[1100,878],[1042,878]]},{"area":"2a8","points":[[891,765],[1032,765],[1032,986],[1058,986],[1058,1185],[743,1185],[743,965],[891,965]]},{"area":"2a6","points":[[1125,931],[1125,986],[1168,986],[1168,1108],[1121,1108],[1121,1240],[1455,1240],[1355,1082],[1318,931]]},{"area":"2b8","points":[[734,1192],[1114,1192],[1114,1253],[1432,1253],[1432,1341],[1333,1341],[1333,1686],[1367,1686],[1450,1769],[1509,1769],[1509,1873],[1443,1938],[1348,1938],[1173,1763],[1022,1736],[968,1622],[971,1549],[900,1492],[796,1493],[775,1396],[691,1268],[734,1268]]},{"area":"2e1","points":[[1715,1144],[1715,1235],[1884,1235],[1884,1144]]},{"area":"2d4","points":[[1392,1626],[1547,1626],[1547,1742],[1440,1742],[1392,1685]]},{"area":"2de","points":[[1548,1600],[1548,1711],[1718,1711],[1718,1600]]},{"area":"2a3","points":[[1612,493],[1438,768],[1321,921],[1365,1080],[1474,1249],[1472,1347],[1439,1411],[1449,1484],[1508,1593],[1676,1593],[1671,1484],[1620,1394],[1626,1326],[1622,1289],[1530,1289],[1530,1163],[1631,1163],[1585,1040],[1491,946],[1546,812],[1713,660],[1713,493]]},{"area":"2e0","points":[[1532,1167],[1532,1285],[1660,1285],[1660,1167]]},{"area":"2a6","points":[[1338,1347],[1438,1347],[1438,1474],[1505,1594],[1505,1619],[1386,1619],[1386,1674],[1338,1674]]},{"area":"2d2","points":[[578,1262],[687,1262],[768,1401],[672,1566],[578,1566]]},{"area":"2d3","points":[[768,1416],[676,1569],[676,1734],[1007,1734],[959,1626],[965,1554],[898,1499],[792,1498]]},{"area":"2d0","points":[[484,2091],[484,2244],[574,2244],[574,2091]]},{"area":"2ce","points":[[419,2121],[439,2100],[480,2100],[480,2192],[461,2192],[461,2143],[438,2143]]},{"area":"2cb","points":[[416,2125],[437,2146],[459,2146],[459,2192],[439,2192],[419,2212],[397,2189],[397,2143]]},{"area":"2cd","points":[[421,2213],[438,2230],[480,2230],[480,2193],[440,2193]]},{"area":"2c3","points":[[399,2382],[438,2382],[460,2359],[460,2314],[438,2314],[399,2358]]},{"area":"2c4","points":[[400,2385],[440,2385],[462,2407],[462,2447],[433,2447],[400,2407]]},{"area":"2c6","points":[[465,2428],[504,2428],[504,2505],[424,2505],[424,2445],[465,2445]]},{"area":"2c9","points":[[508,2425],[508,2507],[600,2507],[600,2425]]},{"area":"2bb","points":[[440,2380],[463,2356],[556,2356],[556,2408],[463,2408]]},{"area":"2be","points":[[399,2598],[399,2571],[439,2531],[467,2531],[467,2578],[442,2598]]},{"area":"2c1","points":[[399,2600],[440,2600],[465,2625],[465,2664],[435,2664],[399,2623]]},{"area":"2bb","points":[[440,2598],[464,2573],[551,2573],[551,2622],[461,2622]]},{"area":"2e8","points":[[1151,2415],[1151,2504],[1275,2504],[1275,2415]]},{"area":"2f4","points":[[1356,2535],[1356,2636],[1464,2636],[1464,2535]]},{"area":"2e3","points":[[939,1847],[939,1936],[1039,1936],[1039,1847]]},{"area":"2f8","points":[[1048,1774],[1178,1774],[1198,1794],[1125,1866]]},{"area":"2fa","points":[[1175,1888],[1211,1851],[1250,1890],[1212,1928]]},{"area":"2fc","points":[[1236,1946],[1269,1913],[1306,1950],[1272,1985]]},{"area":"301","points":[[1305,1998],[1391,1998],[1391,2040],[1305,2040]]},{"area":"303","points":[[1068,1886],[1108,1886],[1175,1953],[1141,1987],[1129,1975],[1068,1975]]},{"area":"2e5","points":[[958,1947],[958,2025],[1038,2025],[1038,1947]]},{"area":"2e6","points":[[1001,2038],[1001,2112],[1080,2112],[1080,2038]]},{"area":"2e7","points":[[1031,2122],[1031,2262],[1101,2262],[1101,2122]]},{"area":"305","points":[[1142,1986],[1174,1953],[1214,1993],[1180,2027]]},{"area":"306","points":[[1182,2026],[1214,1993],[1261,2040],[1261,2081],[1193,2081],[1193,2040]]},{"area":"307","points":[[1152,2102],[1152,2152],[1284,2152],[1284,2102]]},{"area":"30b","points":[[1301,2079],[1301,2147],[1351,2147],[1351,2079]]},{"area":"30e","points":[[1349,2079],[1349,2168],[1431,2168],[1431,2079]]},{"area":"2ea","points":[[1472,2155],[1472,2239],[1545,2239],[1545,2155]]},{"area":"2ec","points":[[1468,2249],[1468,2311],[1551,2311],[1551,2249]]},{"area":"2ee","points":[[1471,2318],[1471,2389],[1591,2389],[1591,2318]]},{"area":"2f0","points":[[1469,2400],[1469,2459],[1579,2459],[1579,2400]]},{"area":"2f1","points":[[1461,2472],[1461,2579],[1574,2579],[1574,2472]]},{"area":"322","points":[[1325,2422],[1325,2472],[1413,2472],[1413,2422]]},{"area":"31f","points":[[1305,2362],[1305,2425],[1395,2425],[1395,2362]]},{"area":"321","points":[[1391,2340],[1391,2428],[1435,2428],[1435,2340]]},{"area":"31c","points":[[1392,2192],[1392,2301],[1434,2301],[1434,2192]]},{"area":"319","points":[[1305,2213],[1389,2213],[1389,2320],[1366,2320],[1347,2338],[1305,2338]]},{"area":"312","points":[[1155,2169],[1218,2169],[1218,2229],[1199,2229],[1199,2252],[1155,2252]]},{"area":"313","points":[[1218,2168],[1218,2233],[1284,2233],[1284,2168]]},{"area":"315","points":[[1196,2229],[1196,2275],[1281,2275],[1281,2229]]},{"area":"316","points":[[1154,2253],[1198,2253],[1198,2275],[1279,2275],[1279,2361],[1175,2361],[1154,2339]]}],"imageType":"map","grid":{"type":"square","size":65,"offsetX":8,"offsetY":-53,"scale":3,"distance":10},"id":"bde","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/016-502.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/017-503.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":30,"offsetY":28,"scale":3,"distance":10},"mapParent":{"id":"bde","autoScale":true}}]},{"name":"Level 6: Lost Level","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/019-602.png"},"width":2259,"height":3000,"title":"Map 6","mapRegions":[{"area":"36a","points":[[520,370],[520,527],[739,527],[739,370]]},{"area":"36c","points":[[344,380],[344,476],[516,476],[516,380]]},{"area":"363","points":[[573,607],[573,777],[747,777],[747,607]]},{"area":"361","points":[[544,783],[544,1001],[781,1001],[781,783]]},{"area":"32a","points":[[789,741],[789,839],[924,839],[924,741]]},{"area":"32d","points":[[923,740],[923,840],[1056,840],[1056,740]]},{"area":"331","points":[[1061,646],[1061,764],[1217,764],[1217,646]]},{"area":"32f","points":[[960,434],[960,563],[1081,563],[1081,434]]},{"area":"329","points":[[806,489],[806,677],[933,677],[933,489]]},{"area":"335","points":[[1570,369],[1570,567],[1700,567],[1700,369]]},{"area":"33e","points":[[1879,371],[1879,600],[2041,600],[2041,371]]},{"area":"33b","points":[[1739,397],[1739,671],[1876,671],[1876,397]]},{"area":"338","points":[[1437,609],[1437,763],[1591,763],[1591,609]]},{"area":"33a","points":[[1476,760],[1476,834],[1589,834],[1589,760]]},{"area":"350","points":[[1146,929],[1146,1063],[1251,1063],[1251,929]]},{"area":"367","points":[[304,640],[566,640],[529,836],[346,836]]},{"area":"36e","points":[[513,1191],[513,1280],[674,1280],[674,1191]]},{"area":"35f","points":[[803,1103],[803,1209],[980,1209],[980,1103]]},{"area":"353","points":[[996,1056],[996,1216],[1220,1216],[1220,1056]]},{"area":"333","points":[[1134,763],[1217,763],[1217,685],[1286,685],[1286,856],[1134,856]]},{"area":"34d","points":[[1300,820],[1300,971],[1487,971],[1487,820]]},{"area":"345","points":[[1777,849],[1777,969],[1871,969],[1871,849]]},{"area":"343","points":[[1579,820],[1579,1001],[1764,1001],[1764,820]]},{"area":"347","points":[[1576,1054],[1576,1170],[1694,1170],[1694,1054]]},{"area":"349","points":[[1711,1054],[1711,1176],[1831,1176],[1831,1054]]},{"area":"34c","points":[[1880,1051],[1880,1186],[2010,1186],[2010,1051]]},{"area":"3bd","points":[[1353,1033],[1353,1194],[1513,1194],[1513,1033]]},{"area":"365","points":[[409,1020],[409,1179],[596,1179],[596,1020]]},{"area":"370","points":[[796,1220],[796,1339],[896,1339],[896,1220]]},{"area":"36d","points":[[379,1190],[379,1416],[503,1416],[503,1190]]},{"area":"36f","points":[[516,1293],[516,1483],[674,1483],[674,1293]]},{"area":"371","points":[[457,1490],[457,1590],[637,1590],[637,1490]]},{"area":"372","points":[[346,1740],[346,1860],[640,1860],[640,1740]]},{"area":"375","points":[[417,1856],[417,1993],[531,1993],[531,1856]]},{"area":"378","points":[[353,1997],[353,2077],[507,2077],[507,1997]]},{"area":"379","points":[[447,2150],[510,2150],[577,2082],[577,2056],[513,2056],[513,2086],[447,2086]]},{"area":"37e","points":[[329,2254],[329,2330],[534,2330],[534,2254]]},{"area":"37f","points":[[416,2336],[416,2471],[566,2471],[566,2336]]},{"area":"381","points":[[761,1777],[761,1921],[874,1921],[874,1777]]},{"area":"385","points":[[827,1604],[827,1689],[980,1689],[980,1604]]},{"area":"384","points":[[690,1611],[690,1717],[829,1717],[829,1611]]},{"area":"35c","points":[[1030,1771],[1030,1967],[1179,1967],[1179,1771]]},{"area":"359","points":[[999,1537],[1210,1537],[1210,1647],[1176,1647],[1176,1749],[1029,1749],[1029,1648],[999,1648]]},{"area":"3a8","points":[[1407,1603],[1407,1793],[1626,1793],[1626,1603]]},{"area":"3b8","points":[[1539,1260],[1539,1484],[1630,1484],[1630,1260]]},{"area":"3b6","points":[[1910,1430],[1910,1557],[2043,1557],[2043,1430]]},{"area":"3b5","points":[[1916,1629],[1916,1761],[2043,1761],[2043,1629]]},{"area":"3b3","points":[[1916,1839],[1916,1963],[2043,1963],[2043,1839]]},{"area":"39f","points":[[1503,1907],[1503,2024],[1666,2024],[1666,1907]]},{"area":"3b0","points":[[1736,1664],[1736,1836],[1839,1836],[1839,1664]]},{"area":"3b1","points":[[1723,1521],[1723,1660],[1827,1660],[1827,1521]]},{"area":"38a","points":[[1207,2016],[1207,2130],[1383,2130],[1383,2016]]},{"area":"39a","points":[[1597,2484],[1597,2620],[1740,2620],[1740,2484]]},{"area":"38c","points":[[719,2180],[719,2474],[874,2474],[874,2180]]},{"area":"38f","points":[[583,2259],[583,2390],[726,2390],[726,2259]]},{"area":"38e","points":[[879,2181],[879,2307],[993,2307],[993,2181]]},{"area":"386","points":[[766,1940],[766,2127],[899,2127],[899,1940]]},{"area":"388","points":[[960,1980],[960,2170],[1216,2170],[1216,1980]]},{"area":"390","points":[[1099,2227],[1099,2357],[1279,2357],[1279,2227]]},{"area":"395","points":[[1271,2387],[1323,2334],[1403,2413],[1345,2471]]},{"area":"392","points":[[1480,2200],[1537,2142],[1488,2092],[1488,2045],[1436,2045],[1436,2161]]},{"area":"3b2","points":[[1761,2087],[1761,2270],[1889,2270],[1889,2087]]},{"area":"39c","points":[[1756,2313],[1756,2510],[1869,2510],[1869,2313]]},{"area":"398","points":[[1570,2279],[1570,2477],[1749,2477],[1749,2279]]},{"area":"393","points":[[1404,2213],[1404,2471],[1527,2471],[1527,2213]]},{"area":"37b","points":[[333,2153],[386,2099],[440,2153],[513,2153],[562,2104],[615,2157],[561,2210],[561,2257],[382,2257],[382,2206]]},{"area":"3a6","points":[[1197,1817],[1197,1914],[1274,1914],[1274,1817]]},{"area":"3a1","points":[[1247,1679],[1247,1820],[1389,1820],[1389,1679]]},{"area":"3a3","points":[[1213,1609],[1296,1609],[1296,1671],[1242,1671],[1242,1813],[1198,1813],[1198,1648],[1213,1648]]},{"area":"3bc","points":[[1370,1227],[1370,1419],[1524,1419],[1524,1227]]},{"area":"356","points":[[899,1264],[937,1264],[937,1225],[1279,1225],[1279,1267],[1317,1267],[1317,1331],[1351,1331],[1351,1443],[1312,1443],[1312,1509],[1280,1509],[1280,1580],[1213,1580],[1213,1535],[992,1535],[992,1576],[930,1576],[930,1509],[895,1509],[895,1440],[865,1440],[865,1335],[899,1335]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":23,"offsetY":-7,"scale":3,"distance":10},"id":"bdf","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/019-602.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/020-603.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":67,"scale":3,"distance":10},"mapParent":{"id":"bdf","autoScale":true}}]},{"name":"Level 7: Maddgoth's Castle","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/022-702.png"},"width":2513,"height":3338,"title":"Map 7","mapRegions":[{"area":"3ee","points":[[897,247],[1040,247],[1040,344],[943,407],[897,347]]},{"area":"3ed","points":[[946,409],[1043,347],[1139,347],[1139,560],[1028,560],[946,489]]},{"area":"3f1","points":[[581,240],[659,240],[730,311],[786,531],[727,551]]},{"area":"3f0","points":[[736,301],[890,301],[890,409],[931,409],[931,571],[786,571],[763,413]]},{"area":"3c9","points":[[390,609],[390,870],[607,870],[607,609]]},{"area":"3ca","points":[[300,1114],[300,1331],[453,1331],[453,1114]]},{"area":"3ce","points":[[920,969],[920,1131],[1067,1131],[1067,969]]},{"area":"3cb","points":[[724,1311],[944,1149],[1060,1149],[1060,1251],[839,1443],[724,1443]]},{"area":"3d4","points":[[1580,1129],[1580,1404],[1807,1404],[1807,1129]]},{"area":"3d5","points":[[1936,844],[1936,1076],[2093,1076],[2093,844]]},{"area":"3e1","points":[[2166,923],[2166,1071],[2286,1071],[2286,923]]},{"area":"3de","points":[[2086,666],[2086,919],[2241,919],[2241,666]]},{"area":"3e2","points":[[1993,214],[1993,394],[2226,394],[2226,214]]},{"area":"3eb","points":[[1726,234],[1951,234],[1951,446],[1855,446],[1726,283]]},{"area":"3e5","points":[[1724,570],[1805,488],[1877,488],[1877,699],[1724,699]]},{"area":"3db","points":[[1894,456],[1894,661],[2217,661],[2217,456]]},{"area":"3e9","points":[[1480,354],[1480,494],[1590,494],[1590,354]]},{"area":"3e6","points":[[1587,301],[1731,301],[1847,451],[1700,586],[1587,586]]},{"area":"3d9","points":[[1703,740],[1703,1079],[1924,1079],[1924,740]]},{"area":"3d3","points":[[1464,1280],[1464,1439],[1570,1439],[1570,1280]]},{"area":"3d1","points":[[1273,1200],[1273,1429],[1461,1429],[1461,1200]]},{"area":"3cf","points":[[967,1336],[1086,1233],[1180,1233],[1180,1420],[967,1420]]},{"area":"3f3","points":[[1181,1087],[1297,1087],[1420,1159],[1420,1193],[1181,1193]]},{"area":"3f4","points":[[1120,729],[1107,884],[1217,986],[1350,1039],[1567,991],[1596,844],[1471,571],[1351,571]]},{"area":"3f3","points":[[1090,564],[1314,564],[1314,590],[1123,713]]},{"area":"3f3","points":[[1534,690],[1687,690],[1687,940],[1580,940],[1600,843]]},{"area":"3ff","points":[[263,1501],[263,1677],[409,1677],[409,1501]]},{"area":"400","points":[[799,1503],[799,1681],[947,1681],[947,1503]]},{"area":"417","points":[[737,1679],[737,1824],[857,1824],[857,1679]]},{"area":"404","points":[[513,1753],[513,1939],[699,1939],[699,1753]]},{"area":"411","points":[[513,1603],[513,1751],[629,1751],[629,1603]]},{"area":"415","points":[[736,1827],[736,1940],[900,1940],[900,1827]]},{"area":"401","points":[[800,1944],[800,2113],[949,2113],[949,1944]]},{"area":"3f8","points":[[529,2000],[529,2149],[676,2149],[676,2000]]},{"area":"3fe","points":[[267,1936],[267,2109],[410,2109],[410,1936]]},{"area":"406","points":[[399,1831],[399,1939],[470,1939],[470,1831]]},{"area":"40b","points":[[294,1681],[294,1936],[399,1936],[399,1681]]},{"area":"40c","points":[[400,1681],[400,1786],[467,1786],[467,1681]]},{"area":"412","points":[[631,1604],[631,1750],[699,1750],[699,1604]]},{"area":"418","points":[[857,1683],[857,1754],[1006,1754],[1006,1683]]},{"area":"419","points":[[859,1757],[859,1829],[1009,1829],[1009,1757]]},{"area":"3fd","points":[[413,1940],[796,1940],[796,2074],[679,2074],[679,1996],[522,1996],[522,2074],[413,2074]]},{"area":"41f","points":[[1551,1503],[1551,1694],[1701,1694],[1701,1503]]},{"area":"421","points":[[2094,1503],[2094,1694],[2237,1694],[2237,1503]]},{"area":"428","points":[[1589,1754],[1589,1926],[1760,1926],[1760,1754]]},{"area":"425","points":[[1803,1677],[1803,1756],[1989,1756],[1989,1677]]},{"area":"41a","points":[[1703,1591],[1703,1679],[2096,1679],[2096,1591]]},{"area":"42d","points":[[2030,1754],[2030,1831],[2194,1831],[2194,1754]]},{"area":"431","points":[[2030,1836],[2030,1923],[2193,1923],[2193,1836]]},{"area":"423","points":[[2101,1930],[2101,2111],[2234,2111],[2234,1930]]},{"area":"433","points":[[1834,2020],[1834,2149],[1959,2149],[1959,2020]]},{"area":"41c","points":[[1556,1926],[1556,2110],[1694,2110],[1694,1926]]},{"area":"42c","points":[[1694,1930],[1694,2016],[1766,2016],[1766,1930]]},{"area":"432","points":[[2029,1926],[2029,2019],[2097,2019],[2097,1926]]},{"area":"44c","points":[[1526,2214],[1526,2877],[2257,2877],[2257,2214]]},{"area":"438","points":[[260,2227],[260,2419],[410,2419],[410,2227]]},{"area":"439","points":[[797,2227],[797,2416],[941,2416],[941,2227]]},{"area":"443","points":[[680,2203],[680,2316],[789,2316],[789,2203]]},{"area":"441","points":[[509,2274],[509,2431],[697,2431],[697,2274]]},{"area":"448","points":[[303,2517],[303,2659],[466,2659],[466,2517]]},{"area":"445","points":[[737,2514],[737,2663],[903,2663],[903,2514]]},{"area":"43f","points":[[801,2660],[801,2829],[946,2829],[946,2660]]},{"area":"44b","points":[[510,2707],[510,2873],[697,2873],[697,2707]]},{"area":"437","points":[[263,2659],[263,2833],[416,2833],[416,2659]]},{"area":"435","points":[[300,2426],[300,2513],[907,2513],[907,2426]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":12,"scale":3,"distance":10},"id":"be0","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/022-702.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/023-703.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":42,"scale":3,"distance":10},"mapParent":{"id":"be0","autoScale":true}}]},{"name":"Level 8: Slitherswamp","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/025-802.png"},"width":2259,"height":3000,"title":"Map 8","mapRegions":[{"area":"49b","points":[[1789,439],[1883,376],[1883,273],[1752,273],[1752,407]]},{"area":"499","points":[[1790,443],[1884,381],[2006,381],[2006,520],[1946,520],[1790,476]]},{"area":"498","points":[[1790,480],[1940,523],[1950,630],[1829,673],[1747,581]]},{"area":"492","points":[[1163,823],[1163,1071],[1289,1071],[1289,823]]},{"area":"48f","points":[[1110,991],[1160,991],[1160,1073],[1287,1073],[1287,992],[1337,992],[1337,1167],[1110,1167]]},{"area":"48e","points":[[1144,1171],[1144,1339],[1303,1339],[1303,1171]]},{"area":"49f","points":[[1181,483],[1329,441],[1336,494],[1249,580]]},{"area":"49e","points":[[1179,487],[1247,586],[1210,636],[1153,627],[1099,573]]},{"area":"495","points":[[1506,739],[1629,600],[1734,600],[1816,854],[1736,1053],[1550,1053]]},{"area":"488","points":[[1651,1079],[1651,1230],[1807,1230],[1807,1079]]},{"area":"48a","points":[[1910,1514],[1910,1719],[2083,1719],[2083,1514]]},{"area":"48b","points":[[1899,1849],[1949,1753],[2070,1753],[2070,2001],[1899,2001]]},{"area":"481","points":[[1957,2119],[1957,2306],[2070,2306],[2070,2119]]},{"area":"482","points":[[1876,2020],[2067,2020],[2067,2110],[1949,2110],[1949,2180],[1908,2180]]},{"area":"47d","points":[[1931,2636],[1931,2753],[2030,2753],[2030,2636]]},{"area":"477","points":[[1551,2203],[1551,2357],[1679,2357],[1679,2203]]},{"area":"45a","points":[[253,1150],[253,1357],[453,1357],[453,1150]]},{"area":"463","points":[[547,2136],[547,2300],[770,2300],[770,2136]]},{"area":"480","points":[[1587,2547],[1587,2751],[1716,2751],[1716,2547]]},{"area":"47c","points":[[1727,2576],[1727,2681],[1930,2681],[1930,2576]]},{"area":"47a","points":[[1736,2311],[1736,2573],[2040,2573],[2040,2311]]},{"area":"487","points":[[1689,1466],[1689,1666],[1790,1666],[1790,1466]]},{"area":"4a3","points":[[659,404],[891,404],[891,569],[819,640],[659,640]]},{"area":"4a1","points":[[834,646],[903,576],[1069,576],[1069,714],[954,828],[834,828]]},{"area":"458","points":[[453,957],[453,1313],[831,1313],[831,957]]},{"area":"456","points":[[500,831],[500,957],[737,957],[737,831]]},{"area":"460","points":[[734,1373],[734,1593],[889,1593],[889,1373]]},{"area":"45d","points":[[311,1390],[407,1390],[407,1490],[352,1490],[261,1627],[246,1719],[213,1719],[213,1585]]},{"area":"461","points":[[387,1739],[387,1963],[587,1963],[587,1739]]},{"area":"48d","points":[[1050,1361],[1050,1690],[1349,1690],[1349,1361]]},{"area":"471","points":[[1274,1793],[1274,1990],[1441,1990],[1441,1793]]},{"area":"46f","points":[[1103,1917],[1103,2144],[1264,2144],[1264,1917]]},{"area":"474","points":[[1013,2463],[1013,2654],[1177,2654],[1177,2463]]},{"area":"476","points":[[1356,2511],[1356,2747],[1583,2747],[1583,2511]]},{"area":"473","points":[[880,2216],[880,2464],[1180,2464],[1180,2216]]},{"area":"469","points":[[723,1854],[723,2100],[946,2100],[946,1854]]},{"area":"483","points":[[1477,1856],[1477,2140],[1769,2140],[1769,1856]]},{"area":"486","points":[[1703,1670],[1904,1670],[1904,1820],[1870,1853],[1703,1853]]},{"area":"45f","points":[[354,1491],[406,1491],[406,1428],[491,1428],[491,1590],[354,1590]]},{"area":"465","points":[[307,2247],[307,2467],[547,2467],[547,2247]]},{"area":"467","points":[[279,2471],[279,2731],[476,2731],[476,2471]]},{"area":"475","points":[[880,2471],[880,2736],[1007,2736],[1007,2471]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":23,"offsetY":17,"scale":3,"distance":10},"id":"be1","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/025-802.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/026-803.jpg"},"title":"Player Version","width":2175,"height":2955,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":32,"scale":3,"distance":10},"mapParent":{"id":"be1","autoScale":true}}]},{"name":"Level 9: Dweomercore","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/028-902.png"},"width":2259,"height":3000,"grid":{"type":"square","size":68,"offsetX":40,"offsetY":15,"scale":2,"distance":10},"title":"Map 9","mapRegions":[{"area":"4b6","points":[[416,499],[416,589],[539,589],[539,499]]},{"area":"4b7","points":[[239,534],[239,727],[336,727],[336,534]]},{"area":"4b4","points":[[347,607],[347,801],[467,801],[467,607]]},{"area":"4b8","points":[[347,810],[347,931],[464,931],[464,810]]},{"area":"4ba","points":[[479,770],[479,909],[569,909],[569,770]]},{"area":"4dc","points":[[684,501],[684,630],[847,630],[847,501]]},{"area":"4cf","points":[[580,706],[580,794],[697,794],[697,706]]},{"area":"4d1","points":[[729,704],[729,796],[841,796],[841,704]]},{"area":"4d4","points":[[583,811],[583,900],[697,900],[697,811]]},{"area":"4d5","points":[[731,810],[731,899],[841,899],[841,810]]},{"area":"4d7","points":[[586,914],[586,999],[704,999],[704,914]]},{"area":"4da","points":[[733,911],[733,1000],[841,1000],[841,911]]},{"area":"4de","points":[[857,737],[857,866],[983,866],[983,737]]},{"area":"4e0","points":[[889,916],[889,996],[1016,996],[1016,916]]},{"area":"4e7","points":[[1116,471],[1269,471],[1269,580],[1215,633],[1116,633]]},{"area":"4ea","points":[[1217,633],[1270,580],[1344,580],[1344,703],[1276,703]]},{"area":"4f7","points":[[1401,571],[1401,793],[1661,793],[1661,571]]},{"area":"4e3","points":[[996,631],[996,763],[1121,763],[1121,631]]},{"area":"4f4","points":[[1123,771],[1123,933],[1393,933],[1393,771]]},{"area":"4f5","points":[[1410,799],[1410,899],[1943,899],[1943,799]]},{"area":"4ed","points":[[1026,771],[1026,1131],[1117,1131],[1117,771]]},{"area":"4bc","points":[[620,1014],[620,1240],[737,1240],[737,1014]]},{"area":"4be","points":[[310,946],[310,1039],[470,1039],[470,946]]},{"area":"4bb","points":[[451,1077],[451,1209],[569,1209],[569,1077]]},{"area":"4fb","points":[[1541,914],[1541,1031],[1696,1031],[1696,914]]},{"area":"506","points":[[1713,897],[1713,1106],[1826,1106],[1826,897]]},{"area":"503","points":[[1957,869],[1957,1100],[2054,1100],[2054,869]]},{"area":"4fd","points":[[1541,1117],[1541,1244],[1699,1244],[1699,1117]]},{"area":"4bf","points":[[200,1050],[200,1207],[364,1207],[364,1050]]},{"area":"4c2","points":[[240,1317],[240,1447],[409,1447],[409,1317]]},{"area":"4c5","points":[[484,1256],[484,1363],[560,1363],[560,1256]]},{"area":"4c7","points":[[560,1256],[560,1363],[633,1363],[633,1256]]},{"area":"4c9","points":[[487,1399],[487,1511],[561,1511],[561,1399]]},{"area":"4ca","points":[[560,1400],[560,1511],[634,1511],[634,1400]]},{"area":"4cc","points":[[774,1097],[875,995],[959,1078],[856,1181]]},{"area":"512","points":[[1237,1286],[1342,1180],[1421,1260],[1314,1366]]},{"area":"515","points":[[1321,1421],[1400,1341],[1480,1421],[1400,1501]]},{"area":"4f0","points":[[956,1186],[956,1379],[1186,1379],[1186,1186]]},{"area":"4cb","points":[[653,1287],[653,1471],[801,1471],[801,1287]]},{"area":"51d","points":[[796,1467],[796,1611],[907,1611],[907,1467]]},{"area":"51b","points":[[927,1463],[927,1583],[1079,1583],[1079,1463]]},{"area":"520","points":[[586,1529],[586,1747],[737,1747],[737,1529]]},{"area":"522","points":[[233,1757],[233,1956],[440,1956],[440,1757]]},{"area":"525","points":[[243,2003],[243,2194],[437,2194],[437,2003]]},{"area":"52a","points":[[520,1796],[520,1963],[681,1963],[681,1796]]},{"area":"52e","points":[[513,1967],[513,2164],[716,2164],[716,1967]]},{"area":"531","points":[[719,2041],[719,2194],[877,2194],[877,2041]]},{"area":"54e","points":[[551,2213],[551,2386],[727,2386],[727,2213]]},{"area":"529","points":[[926,1901],[926,2094],[1084,2094],[1084,1901]]},{"area":"518","points":[[950,1590],[950,1894],[1053,1894],[1053,1590]]},{"area":"51f","points":[[779,1611],[779,1840],[887,1840],[887,1611]]},{"area":"517","points":[[1120,1570],[1120,1774],[1289,1774],[1289,1570]]},{"area":"535","points":[[1296,1756],[1296,1926],[1531,1926],[1531,1756]]},{"area":"534","points":[[1120,1827],[1120,1953],[1253,1953],[1253,1827]]},{"area":"546","points":[[987,2171],[987,2359],[1120,2359],[1120,2171]]},{"area":"547","points":[[984,2361],[984,2501],[1124,2501],[1124,2361]]},{"area":"54d","points":[[619,2419],[619,2601],[763,2601],[763,2419]]},{"area":"54b","points":[[790,2210],[790,2354],[981,2354],[981,2210]]},{"area":"549","points":[[759,2353],[867,2353],[867,2486],[819,2533],[759,2533]]},{"area":"54f","points":[[823,2539],[878,2483],[970,2575],[912,2633]]},{"area":"53d","points":[[1544,2176],[1544,2367],[1771,2367],[1771,2176]]},{"area":"540","points":[[1676,1867],[1676,2023],[1831,2023],[1831,1867]]},{"area":"542","points":[[1671,1767],[1671,1863],[1837,1863],[1837,1767]]},{"area":"50b","points":[[1613,1311],[1613,1449],[1800,1449],[1800,1311]]},{"area":"50a","points":[[1786,1119],[1786,1284],[1994,1284],[1994,1119]]},{"area":"502","points":[[1824,911],[1824,1097],[1959,1097],[1959,911]]},{"area":"516","points":[[1403,1336],[1477,1261],[1554,1338],[1480,1411]]},{"area":"4fe","points":[[1404,949],[1404,1207],[1533,1207],[1533,949]]},{"area":"53b","points":[[1404,2004],[1404,2130],[1597,2130],[1597,2004]]},{"area":"537","points":[[1550,1561],[1466,1644],[1502,1680],[1484,1698],[1563,1778],[1627,1778],[1627,1632]]},{"area":"50f","points":[[1667,1453],[1667,1553],[1841,1553],[1841,1453]]},{"area":"510","points":[[1657,1640],[1657,1763],[1893,1763],[1893,1640]]}],"imageType":"map","id":"be2","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/028-902.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/029-903.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":-49,"offsetY":20,"scale":3,"distance":10},"mapParent":{"id":"be2","autoScale":true}}]},{"name":"Level 10: Muiral's Gauntlet","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/031-10-02.png"},"width":2259,"height":3000,"title":"Map 10","mapRegions":[{"area":"56a","points":[[369,444],[369,586],[556,586],[556,444]]},{"area":"569","points":[[559,444],[559,587],[650,587],[650,444]]},{"area":"562","points":[[819,510],[819,613],[957,613],[957,510]]},{"area":"562","points":[[956,429],[956,697],[1176,697],[1176,429]]},{"area":"571","points":[[1336,617],[1336,806],[1480,806],[1480,617]]},{"area":"573","points":[[1510,706],[1510,803],[1613,803],[1613,706]]},{"area":"56e","points":[[1214,813],[1214,997],[1357,997],[1357,813]]},{"area":"55d","points":[[974,786],[974,931],[1039,931],[1039,786]]},{"area":"55f","points":[[779,721],[779,786],[980,786],[980,721]]},{"area":"598","points":[[647,656],[647,757],[753,757],[753,656]]},{"area":"596","points":[[644,790],[644,899],[754,899],[754,790]]},{"area":"58f","points":[[221,660],[221,770],[327,770],[327,660]]},{"area":"591","points":[[219,786],[219,891],[324,891],[324,786]]},{"area":"592","points":[[351,874],[351,959],[430,959],[430,874]]},{"area":"57d","points":[[214,1090],[214,1279],[390,1279],[390,1090]]},{"area":"57b","points":[[624,961],[624,1197],[811,1197],[811,961]]},{"area":"57a","points":[[820,1004],[820,1154],[930,1154],[930,1004]]},{"area":"577","points":[[991,1100],[991,1174],[1101,1174],[1101,1100]]},{"area":"578","points":[[1311,1110],[1311,1194],[1421,1194],[1421,1110]]},{"area":"595","points":[[537,854],[537,1001],[613,1001],[613,854]]},{"area":"58d","points":[[331,687],[641,687],[641,854],[530,854],[530,903],[433,903],[433,858],[330,858],[330,730],[376,730],[376,820],[593,820],[593,730],[331,730]]},{"area":"58b","points":[[377,733],[377,817],[591,817],[591,733]]},{"area":"58b","points":[[394,596],[394,679],[577,679],[577,596]]},{"area":"582","points":[[516,1219],[516,1329],[669,1329],[669,1219]]},{"area":"584","points":[[306,1284],[306,1450],[449,1450],[449,1284]]},{"area":"586","points":[[753,1304],[753,1480],[881,1480],[881,1304]]},{"area":"588","points":[[519,1350],[519,1564],[664,1564],[664,1350]]},{"area":"58b","points":[[480,1676],[480,1776],[704,1776],[704,1676]]},{"area":"5ac","points":[[803,1653],[803,1793],[939,1793],[939,1653]]},{"area":"5ae","points":[[937,1654],[937,1791],[1069,1791],[1069,1654]]},{"area":"5b0","points":[[1067,1656],[1067,1791],[1196,1791],[1196,1656]]},{"area":"5b2","points":[[1197,1656],[1197,1793],[1327,1793],[1327,1656]]},{"area":"5b6","points":[[1327,1656],[1327,1793],[1457,1793],[1457,1656]]},{"area":"599","points":[[929,1264],[929,1474],[1357,1474],[1357,1264]]},{"area":"59b","points":[[1361,1286],[1361,1431],[1504,1431],[1504,1286]]},{"area":"59e","points":[[1509,1284],[1509,1426],[1696,1426],[1696,1284]]},{"area":"5a5","points":[[1740,1153],[1740,1284],[1831,1284],[1831,1153]]},{"area":"5a1","points":[[1701,1284],[1701,1433],[1829,1433],[1829,1284]]},{"area":"5a3","points":[[1719,1451],[1719,1567],[1837,1567],[1837,1451]]},{"area":"5a9","points":[[1141,1480],[1141,1581],[1289,1581],[1289,1480]]},{"area":"5a7","points":[[841,1587],[841,1650],[1486,1650],[1486,1587]]},{"area":"58d","points":[[409,1537],[514,1537],[514,1567],[556,1567],[556,1627],[409,1627]]},{"area":"58d","points":[[627,1567],[669,1567],[669,1532],[780,1532],[780,1630],[627,1630]]},{"area":"5ef","points":[[616,1874],[786,1874],[839,1923],[804,2047],[721,2033],[639,1959]]},{"area":"595","points":[[671,1803],[671,1871],[799,1871],[799,1803]]},{"area":"5b9","points":[[820,1799],[820,1866],[1471,1866],[1471,1799]]},{"area":"5ba","points":[[1469,1761],[1469,1906],[1614,1906],[1614,1761]]},{"area":"5bd","points":[[1617,1777],[1617,1884],[1743,1884],[1743,1777]]},{"area":"5c0","points":[[1763,1750],[1763,1931],[1901,1931],[1901,1750]]},{"area":"5c2","points":[[1589,1966],[1589,2104],[1710,2104],[1710,1966]]},{"area":"5c6","points":[[1334,1991],[1334,2106],[1479,2106],[1479,1991]]},{"area":"5c5","points":[[1413,1951],[1521,1951],[1521,2047],[1479,2047],[1479,1989],[1413,1989]]},{"area":"5c9","points":[[1307,2120],[1307,2204],[1723,2204],[1723,2120]]},{"area":"5cf","points":[[947,1953],[947,2329],[1307,2329],[1307,1953]]},{"area":"5d4","points":[[753,2184],[844,2146],[944,2146],[944,2246],[840,2246],[753,2211]]},{"area":"5d1","points":[[1061,2326],[1061,2416],[1176,2416],[1176,2326]]},{"area":"5de","points":[[1190,2361],[1190,2451],[1279,2451],[1279,2361]]},{"area":"5e0","points":[[1277,2339],[1277,2450],[1343,2450],[1343,2339]]},{"area":"5cb","points":[[1341,2277],[1341,2440],[1467,2440],[1467,2277]]},{"area":"5cd","points":[[1499,2270],[1499,2461],[1649,2461],[1649,2270]]},{"area":"5ea","points":[[1763,2197],[1763,2317],[1890,2317],[1890,2197]]},{"area":"5e7","points":[[1721,2317],[1721,2446],[1893,2446],[1893,2317]]},{"area":"5e6","points":[[1637,2466],[1637,2571],[1876,2571],[1876,2466]]},{"area":"5cc","points":[[1359,2449],[1359,2579],[1499,2579],[1499,2449]]},{"area":"5e3","points":[[1396,2599],[1396,2744],[1573,2744],[1573,2599]]},{"area":"5e2","points":[[1230,2573],[1230,2719],[1374,2719],[1374,2573]]},{"area":"5d6","points":[[860,2530],[860,2770],[1096,2770],[1096,2530]]},{"area":"5db","points":[[1124,2490],[1124,2614],[1224,2614],[1224,2490]]},{"area":"5ed","points":[[514,1901],[611,1879],[636,1964],[716,2036],[793,2050],[830,2144],[746,2181],[746,2217],[841,2259],[801,2343],[757,2374],[783,2441],[774,2534],[710,2579],[604,2446],[540,2436],[500,2349],[403,2227],[373,2133],[431,2060],[501,2046],[531,2003]]}],"imageType":"map","grid":{"type":"square","size":102,"offsetX":-49,"offsetY":20,"scale":3,"distance":10},"id":"be3","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/031-10-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/032-10-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-15,"offsetY":32,"scale":4,"distance":10},"mapParent":{"id":"be3","autoScale":true}}]},{"name":"Level 11: Troglodyte Warrens","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/036-11-02.jpg"},"width":2259,"height":3000,"title":"Map 11","mapRegions":[{"area":"628","points":[[254,533],[440,521],[597,686],[577,836],[414,899],[386,753],[273,724]]},{"area":"627","points":[[577,331],[503,449],[526,563],[607,680],[711,646],[697,510],[721,409]]},{"area":"624","points":[[724,407],[826,316],[963,317],[974,646],[830,706],[724,704],[711,649],[697,506]]},{"area":"620","points":[[964,317],[1133,316],[1099,470],[1019,501],[970,480]]},{"area":"61e","points":[[1019,503],[1031,687],[1070,751],[1039,893],[1103,1001],[1254,893],[1247,714],[1287,503],[1206,320],[1137,313],[1097,471]]},{"area":"622","points":[[1036,891],[936,940],[974,1039],[954,1123],[1014,1187],[1101,1003]]},{"area":"621","points":[[1113,994],[1179,1123],[1343,1130],[1373,1039],[1301,981],[1183,943]]},{"area":"625","points":[[414,900],[526,1140],[824,1001],[820,820],[579,836]]},{"area":"62a","points":[[723,1049],[684,1250],[504,1353],[624,1611],[857,1447],[830,1291],[919,1283],[953,1123],[921,1041]]},{"area":"630","points":[[220,1221],[307,1214],[473,1411],[537,1601],[441,1700],[274,1466]]},{"area":"640","points":[[221,1824],[199,2023],[279,2116],[307,1999],[431,2059],[521,2017]]},{"area":"63e","points":[[307,2000],[277,2114],[301,2173],[240,2291],[254,2411],[347,2417],[409,2330],[424,2181],[506,2176],[529,2063],[519,2017],[430,2057]]},{"area":"63d","points":[[251,2411],[283,2471],[237,2520],[273,2636],[503,2597],[346,2417]]},{"area":"63b","points":[[409,2329],[596,2327],[644,2399],[501,2596],[346,2417]]},{"area":"639","points":[[779,2393],[866,2394],[913,2546],[861,2630],[773,2531]]},{"area":"631","points":[[787,2030],[816,2191],[967,2171],[1126,1984],[931,1874]]},{"area":"638","points":[[1196,2006],[1130,2030],[1070,2131],[1116,2241],[1271,2241],[1301,2129]]},{"area":"636","points":[[877,2416],[899,2296],[969,2237],[1046,2311],[1049,2417],[1006,2491],[941,2494]]},{"area":"637","points":[[1044,2310],[1056,2544],[1121,2584],[1247,2504],[1247,2291],[1106,2263]]},{"area":"609","points":[[1021,1331],[944,1339],[909,1483],[974,1607],[974,1710],[1099,1734],[1257,1661],[1264,1550],[1203,1469],[1189,1387]]},{"area":"607","points":[[1086,1099],[1030,1229],[1037,1336],[1189,1386],[1201,1467],[1264,1541],[1390,1559],[1467,1487],[1451,1350],[1393,1259]]},{"area":"615","points":[[1557,1390],[1504,1426],[1490,1500],[1516,1561],[1616,1549],[1644,1483],[1613,1417]]},{"area":"613","points":[[1614,1550],[1633,1624],[1684,1666],[1759,1590],[1759,1503],[1644,1483]]},{"area":"601","points":[[1417,2361],[1463,2420],[1514,2389],[1506,2289],[1463,2290]]},{"area":"5fe","points":[[1414,2360],[1341,2410],[1291,2564],[1377,2647],[1444,2553],[1493,2589],[1564,2506],[1461,2420]]},{"area":"605","points":[[1476,1554],[1419,1606],[1414,1651],[1336,1730],[1350,1837],[1456,1869],[1586,1836],[1559,1653]]},{"area":"612","points":[[1841,1416],[1781,1456],[1763,1529],[1774,1597],[1850,1631],[1929,1566],[2003,1599],[2059,1487],[1967,1399],[1884,1499]]},{"area":"603","points":[[1440,1961],[1404,2070],[1471,2144],[1590,2121],[1564,2040],[1499,1974]]},{"area":"5fc","points":[[1613,2254],[1511,2329],[1506,2453],[1561,2506],[1653,2481],[1723,2500],[1866,2350],[1873,2301],[1773,2243]]},{"area":"5fd","points":[[1724,2497],[1867,2627],[1951,2461],[1930,2364],[1864,2351]]},{"area":"5f8","points":[[1597,1913],[1684,2027],[1731,2113],[1820,2106],[1950,2047],[1960,1891],[1866,1650],[1769,1651],[1691,1739]]},{"area":"610","points":[[1834,1367],[1840,1417],[1873,1444],[1937,1414],[1936,1333],[1870,1310]]},{"area":"60f","points":[[1900,1250],[1884,1314],[1989,1354],[2034,1279],[2024,1186],[1936,1164]]},{"area":"60b","points":[[1647,1027],[1421,1174],[1480,1377],[1641,1329],[1731,1390],[1900,1051],[1744,1039]]},{"area":"60e","points":[[1767,1037],[1806,974],[1823,894],[1771,874],[1714,900],[1724,1033]]},{"area":"60d","points":[[1637,809],[1456,743],[1376,733],[1351,799],[1373,999],[1443,1156],[1647,1024],[1663,920]]},{"area":"618","points":[[1376,731],[1383,609],[1444,566],[1536,609],[1586,684],[1551,774]]},{"area":"61a","points":[[1573,457],[1607,320],[1579,283],[1461,306],[1389,433],[1466,474]]},{"area":"619","points":[[1559,540],[1626,461],[1679,491],[1751,454],[1847,557],[1854,780],[1759,869],[1650,764],[1587,683],[1539,607]]}],"imageType":"map","grid":{"type":"square","size":103,"offsetX":25,"offsetY":-19,"scale":3,"distance":10},"id":"be4","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/036-11-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/037-11-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"scale":3,"distance":10},"mapParent":{"id":"be4","autoScale":true}}]},{"name":"Level 12: Maze Level","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/039-12-02.jpg"},"width":2513,"height":3338,"title":"Map 12","mapRegions":[{"area":"67a","points":[[1706,411],[1490,509],[1497,599],[1607,714],[1666,707],[1759,566],[1783,449]]},{"area":"67e","points":[[1153,463],[1217,611],[1343,547],[1283,431]]},{"area":"680","points":[[1153,464],[1216,611],[1199,689],[1104,631],[1020,643],[960,523],[956,426]]},{"area":"682","points":[[537,473],[689,590],[821,467],[681,376],[654,266],[570,253]]},{"area":"686","points":[[516,471],[473,377],[371,301],[261,474],[317,581]]},{"area":"685","points":[[960,520],[817,471],[717,561],[751,631],[986,577]]},{"area":"684","points":[[1251,663],[1173,777],[1339,870],[1430,947],[1536,931],[1474,811]]},{"area":"679","points":[[1540,841],[1544,960],[1647,1039],[1699,1003],[1777,863],[1721,760],[1617,761]]},{"area":"67d","points":[[2020,819],[1926,884],[1870,876],[1853,824],[2051,577],[2180,539],[2289,620],[2291,903]]},{"area":"673","points":[[2116,980],[1999,1137],[2001,1421],[2279,1374],[2263,1109]]},{"area":"677","points":[[1849,973],[1959,1041],[1997,1137],[1969,1214],[1904,1251],[1706,1177],[1730,1051]]},{"area":"695","points":[[994,806],[944,903],[1043,953],[1094,851]]},{"area":"68d","points":[[1124,894],[1124,1017],[1254,1017],[1254,894]]},{"area":"694","points":[[1391,1077],[1353,1141],[1399,1216],[1470,1213]]},{"area":"68b","points":[[1434,1389],[1434,1514],[1563,1514],[1563,1389]]},{"area":"691","points":[[957,1559],[957,1687],[1081,1687],[1081,1559]]},{"area":"697","points":[[564,1106],[664,1063],[713,1161],[610,1210]]},{"area":"68f","points":[[441,866],[441,997],[581,997],[581,866]]},{"area":"699","points":[[430,579],[386,666],[454,860],[584,866],[623,889],[779,884],[990,783],[897,649],[746,710],[647,710]]},{"area":"693","points":[[1180,1591],[1184,1544],[1249,1517],[1329,1557],[1326,1610]]},{"area":"6a6","points":[[886,1129],[886,1176],[966,1176],[966,1119]]},{"area":"6a5","points":[[967,1119],[967,1176],[1003,1176],[1042,1215],[1190,1215],[1156,1171],[1093,1139],[1024,1124]]},{"area":"6aa","points":[[883,1129],[819,1147],[774,1171],[743,1210],[883,1210]]},{"area":"6a2","points":[[886,1177],[886,1211],[920,1211],[965,1256],[1191,1256],[1191,1215],[1039,1215],[1002,1177]]},{"area":"6ad","points":[[740,1211],[921,1211],[967,1257],[967,1349],[877,1341],[787,1306],[740,1254]]},{"area":"6a3","points":[[1043,1259],[1043,1340],[1104,1326],[1163,1291],[1189,1259]]},{"area":"6a1","points":[[796,1310],[789,1341],[821,1387],[901,1406],[957,1387],[976,1350],[876,1341]]},{"area":"6a7","points":[[969,1349],[969,1256],[1044,1256],[1044,1341]]},{"area":"69e","points":[[976,1350],[957,1389],[974,1414],[1036,1417],[1081,1387],[1096,1353],[1091,1330],[1044,1343]]},{"area":"69d","points":[[846,1137],[843,1101],[896,1053],[954,1054],[979,1073],[954,1117],[884,1127]]},{"area":"69b","points":[[956,1117],[979,1071],[1041,1061],[1116,1087],[1144,1120],[1134,1160],[1091,1140]]},{"area":"689","points":[[1159,1169],[1220,1066],[1320,1067],[1363,1117],[1350,1140],[1394,1217],[1467,1217],[1499,1313],[1500,1387],[1431,1390],[1430,1489],[1327,1554],[1246,1516],[1159,1409],[1139,1306],[1166,1290],[1193,1254],[1190,1214]]},{"area":"670","points":[[1901,1261],[1987,1389],[1970,1461],[1839,1650],[1776,1593],[1781,1421],[1813,1299]]},{"area":"687","points":[[937,1733],[916,1893],[1107,1911],[1120,1750]]},{"area":"664","points":[[224,1937],[279,1906],[461,2219],[360,2301],[311,2271],[289,2160],[230,2127]]},{"area":"661","points":[[250,1693],[279,1909],[460,2216],[589,2110],[657,1849],[666,1697],[587,1621],[571,1709],[464,1833],[344,1791]]},{"area":"65d","points":[[813,2179],[677,2321],[689,2453],[823,2580],[983,2483],[1020,2296],[891,2180]]},{"area":"65e","points":[[687,2459],[589,2680],[607,2706],[816,2637],[820,2581]]},{"area":"688","points":[[1401,1727],[1359,1813],[1519,1947],[1609,1901],[1609,1801],[1549,1709],[1483,1774]]},{"area":"66b","points":[[1517,1949],[1401,2174],[1447,2221],[1624,2053],[1650,1986]]},{"area":"657","points":[[1141,2237],[1217,2269],[1381,2040],[1200,1984]]},{"area":"659","points":[[1089,2294],[1049,2313],[1010,2491],[1111,2541],[1189,2510],[1211,2396]]},{"area":"656","points":[[1217,2267],[1161,2349],[1264,2377],[1359,2324],[1309,2287]]},{"area":"65b","points":[[993,2481],[820,2581],[820,2703],[943,2870],[1066,2746],[1110,2541]]},{"area":"66d","points":[[1770,1776],[1649,1986],[1621,2061],[1701,2130],[1967,1933]]},{"area":"66c","points":[[1970,1937],[1866,2010],[1867,2096],[1951,2113],[2029,2004]]},{"area":"66a","points":[[1700,2129],[1564,2111],[1449,2224],[1523,2326]]},{"area":"669","points":[[1689,2159],[1624,2327],[1681,2406],[2004,2347],[1907,2106],[1757,2090]]},{"area":"64f","points":[[1639,2577],[1703,2577],[1737,2637],[1681,2691],[1633,2650]]},{"area":"64e","points":[[1709,2479],[1703,2577],[1736,2637],[1880,2626],[1899,2554],[1846,2479]]},{"area":"650","points":[[1736,2639],[1681,2693],[1697,2864],[1797,2841],[1793,2686]]},{"area":"652","points":[[1334,2396],[1184,2574],[1221,2687],[1383,2670],[1459,2609],[1404,2457]]},{"area":"651","points":[[1460,2724],[1360,2806],[1416,2907],[1480,2903],[1514,2821]]},{"area":"64c","points":[[1830,2709],[1794,2786],[1797,2839],[1897,2893],[1941,2816]]},{"area":"64b","points":[[1897,2557],[1857,2734],[1954,2827],[2013,2699],[2086,2640],[2076,2554]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":47,"offsetY":4,"scale":3,"distance":10},"id":"be5","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/039-12-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/040-12-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"be5","autoScale":true}}]},{"name":"Level 13: Trobriand's Graveyard","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/042-13-02.png"},"width":2513,"height":3338,"title":"Map 13","mapRegions":[{"area":"6d6","points":[[261,537],[387,450],[449,491],[481,599],[314,614]]},{"area":"6c9","points":[[1687,781],[1577,1054],[1876,1373],[1993,1341],[2016,1149],[2234,1190],[2310,951],[2240,813]]},{"area":"6c3","points":[[1876,1374],[1914,1566],[2061,1626],[2313,1517],[2201,1323],[1993,1340]]},{"area":"6f8","points":[[2011,1987],[1827,2090],[1871,2237],[2031,2316],[2154,2281],[2246,2140],[2160,2091],[2077,2126],[2013,2083],[2059,2039]]},{"area":"6f7","points":[[2029,2316],[2007,2410],[2087,2539],[2204,2531],[2311,2444],[2294,2349],[2229,2267],[2154,2281]]},{"area":"6d4","points":[[1191,743],[1061,740],[907,956],[974,1110],[1184,1120],[1210,1256],[1327,1250],[1464,1296],[1557,1181],[1364,864],[1241,829]]},{"area":"6bd","points":[[1211,1257],[1087,1264],[966,1669],[1166,1701],[1279,1531],[1486,1443],[1461,1297],[1319,1256]]},{"area":"6be","points":[[1586,1413],[1277,1533],[1164,1701],[1150,1953],[1347,2020],[1553,1907],[1661,1727],[1693,1581]]},{"area":"6c1","points":[[1189,2053],[1191,2156],[1486,2164],[1534,2021],[1491,1979],[1356,2044]]},{"area":"6bc","points":[[1636,1801],[1589,1863],[1639,1913],[1711,1860]]},{"area":"6bc","points":[[2069,1807],[2049,1981],[2143,1994],[2150,1851]]},{"area":"6bc","points":[[1126,2263],[1150,2326],[1264,2293],[1256,2171]]},{"area":"6bc","points":[[1367,2374],[1330,2416],[1397,2517],[1473,2461]]},{"area":"6bc","points":[[941,2779],[946,2849],[1100,2857],[1120,2747]]},{"area":"6f5","points":[[1797,2581],[1956,2577],[2263,2640],[2290,2853],[2090,2933],[1929,2859],[1813,2870],[1744,2740]]},{"area":"6ef","points":[[1327,2527],[1316,2810],[1500,2860],[1634,2823],[1720,2761],[1756,2370],[1623,2186],[1546,2206],[1546,2337],[1483,2466],[1413,2519]]},{"area":"6e8","points":[[550,2303],[641,2254],[714,2306],[763,2436],[700,2599],[611,2613],[536,2521],[577,2414]]},{"area":"6ec","points":[[339,2669],[424,2719],[716,2756],[873,2846],[873,3061],[627,3077],[473,3029],[306,3024],[251,2891],[343,2897]]},{"area":"6ed","points":[[874,2851],[876,3063],[1103,3067],[1183,2883],[1147,2856]]},{"area":"6f1","points":[[1286,2159],[1296,2413],[1329,2416],[1370,2376],[1437,2427],[1487,2320],[1487,2164]]},{"area":"6c0","points":[[1633,1907],[1546,2171],[1639,2157],[1667,2126],[1731,2146],[1804,2094],[1740,1939]]},{"area":"6e1","points":[[377,1526],[377,1717],[583,1717],[583,1526]]},{"area":"6df","points":[[581,1446],[581,1596],[824,1596],[824,1446]]},{"area":"6e6","points":[[551,1733],[551,1914],[746,1914],[746,1646],[582,1646],[582,1733]]},{"area":"6d8","points":[[841,1449],[834,1594],[800,1723],[940,1744],[1027,1447]]}],"imageType":"map","grid":{"type":"square","size":87,"offsetX":-37,"offsetY":-44,"scale":3,"distance":10},"id":"be6","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/042-13-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/043-13-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":-23,"offsetY":35,"scale":3,"distance":10},"mapParent":{"id":"be6","autoScale":true}}]},{"name":"Level 14: Arcturiadoom","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/045-14-02.png"},"width":2513,"height":3338,"title":"Map 14","mapRegions":[{"area":"726","points":[[389,457],[389,707],[1030,707],[1030,457]]},{"area":"724","points":[[337,707],[337,914],[1096,914],[1096,707]]},{"area":"71e","points":[[221,916],[221,1134],[421,1134],[421,916]]},{"area":"721","points":[[423,916],[959,916],[959,1083],[900,1141],[488,1141],[423,1070]]},{"area":"71d","points":[[491,1150],[491,1400],[637,1400],[637,1150]]},{"area":"71c","points":[[380,1301],[380,1441],[489,1441],[489,1301]]},{"area":"71b","points":[[494,1414],[494,1543],[637,1543],[637,1414]]},{"area":"718","points":[[226,1599],[226,1827],[371,1827],[371,1599]]},{"area":"716","points":[[493,1639],[493,1824],[597,1824],[597,1639]]},{"area":"715","points":[[400,2017],[630,1786],[700,1857],[465,2091]]},{"area":"733","points":[[879,1420],[879,1551],[1053,1551],[1053,1420]]},{"area":"735","points":[[909,1274],[909,1423],[1014,1423],[1014,1274]]},{"area":"737","points":[[1053,1111],[949,1111],[903,1157],[903,1274],[1053,1274]]},{"area":"710","points":[[961,1799],[961,1980],[1191,1980],[1191,1799]]},{"area":"764","points":[[1266,1877],[1266,2129],[1386,2129],[1386,1877]]},{"area":"765","points":[[1384,1911],[1384,2086],[1539,2086],[1539,1911]]},{"area":"766","points":[[1537,1949],[1537,2123],[1646,2123],[1646,1949]]},{"area":"767","points":[[1636,2176],[1636,2350],[1816,2350],[1816,2176]]},{"area":"713","points":[[759,2100],[759,2236],[910,2236],[910,2100]]},{"area":"714","points":[[910,2099],[910,2236],[1027,2236],[1027,2099]]},{"area":"70e","points":[[1099,2296],[1181,2213],[1279,2174],[1374,2269],[1218,2425]]},{"area":"76c","points":[[1259,2444],[1259,2663],[1381,2663],[1381,2444]]},{"area":"771","points":[[1313,2821],[1313,3049],[1583,3049],[1583,2821]]},{"area":"778","points":[[1900,2744],[1900,2964],[2043,2964],[2043,2744]]},{"area":"77b","points":[[2056,2879],[2056,3040],[2273,3040],[2273,2879]]},{"area":"776","points":[[2046,2549],[2046,2880],[2283,2880],[2283,2549]]},{"area":"77e","points":[[2011,2407],[2011,2546],[2150,2546],[2150,2407]]},{"area":"780","points":[[2056,2329],[2056,2407],[2151,2407],[2151,2494],[2223,2494],[2223,2329]]},{"area":"783","points":[[2220,2257],[2220,2419],[2294,2419],[2294,2257]]},{"area":"784","points":[[1824,2060],[1824,2319],[2006,2319],[2006,2060]]},{"area":"76b","points":[[1381,2429],[1381,2589],[1555,2763],[1688,2630],[1488,2429]]},{"area":"76a","points":[[1503,2440],[1585,2522],[1695,2411],[1632,2349],[1546,2349],[1503,2392]]},{"area":"76e","points":[[1723,2381],[1615,2488],[1726,2599],[1834,2492]]},{"area":"707","points":[[1034,2846],[1034,3051],[1301,3051],[1301,2846]]},{"area":"706","points":[[1047,2574],[1047,2741],[1146,2841],[1307,2841],[1307,2715],[1240,2649],[1240,2574]]},{"area":"704","points":[[1219,2571],[1219,2425],[1046,2253],[840,2253],[689,2349],[689,2463],[857,2621],[986,2623],[1044,2571]]},{"area":"709","points":[[389,2636],[323,2807],[403,2946],[491,2874],[519,2716],[510,2636]]},{"area":"70a","points":[[589,2750],[531,2834],[566,2960],[653,2881],[649,2771]]},{"area":"70b","points":[[673,2790],[653,2907],[681,3037],[830,3046],[820,2896],[764,2796]]},{"area":"70d","points":[[821,2900],[830,3013],[1026,3016],[1019,2889]]},{"area":"72e","points":[[1139,1600],[1139,1796],[1331,1796],[1331,1600]]},{"area":"740","points":[[1407,1489],[1407,1650],[1571,1650],[1571,1489]]},{"area":"73a","points":[[1411,1340],[1411,1479],[1553,1479],[1553,1340]]},{"area":"73f","points":[[1411,1150],[1411,1291],[1553,1291],[1553,1150]]},{"area":"741","points":[[1487,881],[1487,1060],[1736,1060],[1736,881]]},{"area":"74c","points":[[1749,887],[1749,1064],[1857,1064],[1857,887]]},{"area":"74e","points":[[1824,1073],[1824,1213],[2049,1213],[2049,1073]]},{"area":"755","points":[[1671,1194],[1671,1521],[1817,1521],[1817,1194]]},{"area":"748","points":[[1671,463],[1671,610],[1783,610],[1783,463]]},{"area":"74a","points":[[1860,463],[1860,610],[1971,610],[1971,463]]},{"area":"747","points":[[1900,624],[1900,754],[2044,754],[2044,624]]},{"area":"746","points":[[1594,616],[1594,757],[1740,757],[1740,616]]},{"area":"743","points":[[1747,727],[1747,884],[1896,884],[1896,727]]},{"area":"752","points":[[2120,647],[2120,806],[2280,806],[2280,647]]},{"area":"751","points":[[2126,843],[2126,989],[2279,989],[2279,843]]},{"area":"72b","points":[[1323,757],[1395,684],[1447,737],[1376,809]]},{"area":"728","points":[[1256,501],[1256,756],[1321,756],[1393,684],[1393,501]]},{"area":"730","points":[[1114,773],[1114,923],[1059,923],[1059,1516],[1391,1516],[1391,918],[1355,918],[1355,806],[1320,773]]},{"area":"75b","points":[[1923,1531],[2045,1408],[2142,1505],[2021,1626]]},{"area":"761","points":[[2070,1693],[2195,1567],[2292,1665],[2167,1791]]},{"area":"757","points":[[1796,1704],[1917,1583],[2066,1732],[1946,1851]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":-49,"scale":3,"distance":10},"id":"be7","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/045-14-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/046-14-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-6,"scale":3,"distance":10},"mapParent":{"id":"be7","autoScale":true}}]},{"name":"Level 15: Obstacle Course","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/048-15-02.png"},"width":2513,"height":3338,"title":"Map 15","mapRegions":[{"area":"7e4","points":[[827,421],[827,561],[981,561],[981,421]]},{"area":"7ec","points":[[1217,426],[1217,559],[1359,559],[1359,426]]},{"area":"7db","points":[[310,837],[310,951],[526,951],[526,837]]},{"area":"7dc","points":[[231,996],[231,1216],[333,1216],[333,996]]},{"area":"7d8","points":[[343,997],[343,1216],[491,1216],[491,997]]},{"area":"7e0","points":[[306,1257],[306,1363],[521,1363],[521,1257]]},{"area":"7d3","points":[[524,1223],[636,1223],[636,1296],[595,1296],[595,1337],[524,1337]]},{"area":"7d0","points":[[570,956],[570,1216],[714,1216],[714,956]]},{"area":"7d2","points":[[760,1146],[760,1331],[956,1331],[956,1146]]},{"area":"7e3","points":[[799,629],[799,779],[980,779],[980,629]]},{"area":"7e2","points":[[799,781],[799,903],[1020,903],[1020,781]]},{"area":"7e7","points":[[1034,594],[1034,861],[1146,861],[1146,594]]},{"area":"7f4","points":[[1407,467],[1407,596],[1583,596],[1583,467]]},{"area":"7f8","points":[[1579,427],[1579,640],[1740,640],[1740,427]]},{"area":"802","points":[[1094,1096],[1094,1294],[1207,1294],[1207,1096]]},{"area":"803","points":[[949,1333],[949,1519],[1133,1519],[1133,1333]]},{"area":"79b","points":[[760,1610],[760,1776],[856,1776],[856,1610]]},{"area":"799","points":[[857,1630],[857,1751],[976,1751],[976,1630]]},{"area":"79c","points":[[846,1761],[846,1967],[976,1967],[976,1761]]},{"area":"7a3","points":[[226,1863],[226,2047],[334,2047],[334,1863]]},{"area":"7a5","points":[[834,2134],[834,2276],[980,2276],[980,2134]]},{"area":"7a8","points":[[1097,1954],[1097,2236],[1280,2236],[1280,1954]]},{"area":"7ad","points":[[989,2550],[989,2693],[1201,2693],[1201,2550]]},{"area":"79f","points":[[346,1866],[346,2226],[633,2226],[633,1866]]},{"area":"7a2","points":[[676,2021],[676,2244],[769,2244],[769,2021]]},{"area":"791","points":[[577,1344],[577,1586],[781,1586],[781,1344]]},{"area":"814","points":[[1147,817],[1147,979],[1307,979],[1307,817]]},{"area":"815","points":[[1149,810],[1306,810],[1306,849],[1401,849],[1401,779],[1262,779],[1262,743],[1149,743]]},{"area":"7f1","points":[[1261,690],[1261,777],[1390,777],[1390,690]]},{"area":"7f0","points":[[1311,560],[1404,560],[1404,597],[1457,597],[1457,689],[1311,689]]},{"area":"7fa","points":[[1336,1284],[1461,1284],[1461,1110],[1363,1110],[1316,1063],[1240,1139],[1336,1231]]},{"area":"805","points":[[1709,1074],[1709,1244],[1811,1244],[1811,1074]]},{"area":"804","points":[[1480,1137],[1480,1356],[1584,1356],[1584,1137]]},{"area":"7c8","points":[[1390,1714],[1390,1854],[1546,1854],[1546,1714]]},{"area":"7ca","points":[[1606,1794],[1606,2007],[1813,2007],[1813,1794]]},{"area":"7ce","points":[[1024,1570],[1024,1776],[1184,1776],[1184,1570]]},{"area":"81c","points":[[1193,1494],[1193,1864],[1387,1864],[1387,1494]]},{"area":"819","points":[[1490,1356],[1490,1504],[1731,1504],[1731,1356]]},{"area":"80d","points":[[2094,1421],[2094,1553],[2293,1553],[2293,1421]]},{"area":"80c","points":[[2091,1260],[2091,1401],[2293,1401],[2293,1260]]},{"area":"80e","points":[[1903,1417],[1903,1550],[2004,1550],[2004,1417]]},{"area":"80b","points":[[2003,1427],[2003,1606],[2093,1606],[2093,1427]]},{"area":"810","points":[[1939,870],[1939,1154],[2131,1154],[2131,870]]},{"area":"816","points":[[1441,709],[1441,1069],[1780,1069],[1780,709]]},{"area":"811","points":[[1744,414],[1744,707],[1980,707],[1980,414]]},{"area":"7cd","points":[[1867,1714],[1867,1974],[2091,1974],[2091,1714]]},{"area":"7c4","points":[[1393,2016],[1393,2224],[1724,2224],[1724,2016]]},{"area":"7ab","points":[[1363,2340],[1363,2574],[1621,2574],[1621,2340]]},{"area":"7aa","points":[[1161,2326],[1161,2521],[1357,2521],[1357,2326]]},{"area":"7b5","points":[[1254,2590],[1254,2676],[1394,2676],[1394,2590]]},{"area":"7b8","points":[[1411,2593],[1411,2701],[1621,2701],[1621,2593]]},{"area":"7ba","points":[[1406,2703],[1406,2810],[1621,2810],[1621,2703]]},{"area":"7c1","points":[[1727,2397],[1727,2586],[1894,2586],[1894,2397]]},{"area":"7be","points":[[2004,2507],[2004,2663],[2216,2663],[2216,2507]]},{"area":"7bc","points":[[2010,2706],[2010,2853],[2223,2853],[2223,2706]]},{"area":"81b","points":[[1659,2260],[1659,2390],[1979,2390],[1979,2260]]},{"area":"7c6","points":[[1411,1857],[1411,2007],[1589,2007],[1589,1857]]},{"area":"7b1","points":[[954,2836],[954,2984],[1144,2984],[1144,2836]]},{"area":"780","points":[[1833,1660],[1844,1564],[1837,1528],[1823,1513],[1852,1500],[1888,1527],[1901,1550],[1926,1576],[1952,1613],[1940,1616],[1931,1606],[1907,1605],[1894,1620],[1874,1627],[1860,1637],[1846,1651]]},{"area":"714","points":[[354,2230],[354,2265],[395,2265],[395,2230]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":59,"scale":3,"distance":10},"id":"be8","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/048-15-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/049-15-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"be8","autoScale":true}}]},{"name":"Level 16: Crystal Labyrinth","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/052-16-02.jpg"},"width":2513,"height":3338,"title":"Map 16","mapRegions":[{"area":"838","points":[[231,464],[231,644],[367,644],[367,464]]},{"area":"82f","points":[[611,850],[611,1026],[784,1026],[784,850]]},{"area":"830","points":[[804,886],[804,1079],[993,1079],[993,886]]},{"area":"82d","points":[[489,1043],[489,1260],[747,1260],[747,1043]]},{"area":"832","points":[[607,511],[607,777],[940,777],[940,511]]},{"area":"835","points":[[1059,567],[1059,1011],[1359,1011],[1359,567]]},{"area":"839","points":[[1524,387],[1524,574],[1676,574],[1676,387]]},{"area":"83f","points":[[1756,544],[1756,760],[1936,760],[1936,544]]},{"area":"83e","points":[[1633,580],[1633,714],[1744,714],[1744,580]]},{"area":"840","points":[[1976,801],[1976,991],[2159,991],[2159,801]]},{"area":"842","points":[[1903,1179],[1903,1363],[2090,1363],[2090,1179]]},{"area":"844","points":[[1514,1183],[1514,1326],[1826,1326],[1826,1183]]},{"area":"83c","points":[[1569,793],[1569,1144],[1889,1144],[1889,793]]},{"area":"85c","points":[[1183,1639],[1183,1803],[1339,1803],[1339,1639]]},{"area":"860","points":[[1336,1696],[1336,1820],[1434,1820],[1434,1696]]},{"area":"862","points":[[1439,1704],[1439,1827],[1579,1827],[1579,1704]]},{"area":"864","points":[[1714,1720],[1714,1973],[1881,1973],[1881,1720]]},{"area":"866","points":[[1881,1847],[1881,2003],[2006,2003],[2006,1847]]},{"area":"869","points":[[1899,2004],[1899,2166],[2066,2166],[2066,2004]]},{"area":"86c","points":[[2063,2054],[2063,2251],[2191,2251],[2191,2054]]},{"area":"870","points":[[2050,2254],[2050,2500],[2230,2500],[2230,2254]]},{"area":"871","points":[[1983,2510],[1983,2566],[2026,2609],[2151,2609],[2151,2510]]},{"area":"872","points":[[2041,2610],[2041,2753],[2153,2753],[2153,2610]]},{"area":"876","points":[[1930,2569],[1981,2569],[2040,2628],[2040,2750],[1930,2750]]},{"area":"877","points":[[1697,2757],[1697,2996],[2147,2996],[2147,2757]]},{"area":"883","points":[[1509,2760],[1509,2923],[1651,2923],[1651,2760]]},{"area":"891","points":[[491,1947],[491,2050],[734,2050],[734,1947]]},{"area":"892","points":[[499,2054],[499,2163],[721,2163],[721,2054]]},{"area":"893","points":[[494,2166],[494,2304],[730,2304],[730,2166]]},{"area":"855","points":[[797,2101],[967,2101],[1032,2166],[1032,2301],[977,2356],[977,2371],[926,2422],[832,2422],[797,2383]]},{"area":"88a","points":[[1033,1947],[1033,2127],[1170,2127],[1170,1947]]},{"area":"84e","points":[[1180,1804],[1317,1804],[1347,1834],[1347,1893],[1315,1925],[1180,1925]]},{"area":"85e","points":[[1366,1833],[1366,1961],[1424,2019],[1457,2019],[1476,1963],[1491,1964],[1491,1833]]},{"area":"85a","points":[[630,1874],[693,1787],[747,1799],[803,1847],[753,1936],[709,1941],[646,1920]]},{"area":"857","points":[[806,1840],[753,1933],[761,1986],[833,2021],[939,2019],[974,1951],[1056,1900],[1054,1743]]},{"area":"84c","points":[[1210,2103],[1154,2158],[1154,2281],[1211,2337],[1327,2337],[1382,2282],[1437,2282],[1437,2168],[1383,2168],[1318,2103]]},{"area":"888","points":[[1373,1973],[1376,2150],[1521,2161],[1511,1987],[1470,1986],[1457,2019],[1420,2020]]},{"area":"880","points":[[1561,2137],[1561,2311],[1734,2311],[1734,2137]]},{"area":"87d","points":[[1584,2310],[1584,2546],[1721,2546],[1721,2310]]},{"area":"87b","points":[[1721,2329],[1889,2329],[1889,2421],[1841,2468],[1721,2468]]},{"area":"86e","points":[[1860,2217],[1913,2163],[2034,2163],[2034,2311],[1994,2351],[1912,2351],[1860,2298]]},{"area":"887","points":[[1416,2479],[1416,2614],[1510,2614],[1510,2479]]},{"area":"853","points":[[1103,2487],[1103,2654],[1194,2654],[1194,2487]]},{"area":"894","points":[[334,2121],[461,1993],[489,1993],[489,2230],[334,2230]]},{"area":"897","points":[[297,2343],[331,2230],[467,2230],[523,2381],[473,2444],[426,2434],[364,2459]]},{"area":"88e","points":[[737,2440],[731,2534],[843,2600],[843,2456],[789,2400]]},{"area":"89a","points":[[363,2459],[427,2434],[474,2443],[519,2541],[441,2614],[359,2566]]},{"area":"89b","points":[[590,2714],[589,2659],[734,2536],[803,2580],[766,2623],[909,2640],[950,2693],[1010,2694],[984,2760],[899,2853],[784,2811]]},{"area":"88d","points":[[1020,2514],[1007,2540],[926,2579],[920,2646],[950,2689],[1010,2690],[1074,2730],[1117,2683],[1046,2643],[1064,2587],[1060,2551]]},{"area":"851","points":[[1194,2486],[1194,2630],[1258,2694],[1340,2694],[1340,2560],[1310,2531],[1310,2486]]},{"area":"884","points":[[1341,2654],[1341,2693],[1308,2693],[1308,2799],[1330,2827],[1434,2873],[1479,2847],[1497,2771],[1456,2729],[1416,2726],[1386,2654]]},{"area":"874","points":[[1701,2547],[1701,2607],[1636,2676],[1644,2739],[1694,2756],[1927,2756],[1927,2559],[1862,2559],[1847,2480],[1817,2470],[1770,2521],[1720,2521],[1720,2547]]},{"area":"847","points":[[842,1080],[842,1287],[1133,1287],[1133,1080]]},{"area":"82b","points":[[384,735],[384,944],[518,944],[518,735]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-54,"scale":3,"distance":10},"id":"be9","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/052-16-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/053-16-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-5,"scale":3,"distance":10},"mapParent":{"id":"be9","autoScale":true}}]},{"name":"Level 17: Seadeeps","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/055-17-02.png"},"width":2513,"height":3338,"title":"Map 17","mapRegions":[{"area":"8a6","points":[[419,424],[419,769],[691,769],[691,424]]},{"area":"8a7","points":[[1176,450],[1176,827],[1547,827],[1547,450]]},{"area":"8a8","points":[[1876,249],[1876,721],[2230,721],[2230,249]]},{"area":"8d1","points":[[1440,831],[1440,1034],[1669,1034],[1669,831]]},{"area":"8ac","points":[[360,1006],[360,1326],[627,1326],[627,1006]]},{"area":"8b8","points":[[266,1317],[266,1539],[380,1539],[380,1317]]},{"area":"8ba","points":[[269,1547],[269,1727],[369,1727],[369,1547]]},{"area":"8b5","points":[[387,1429],[387,1614],[560,1614],[560,1429]]},{"area":"8b3","points":[[487,1667],[487,1799],[631,1799],[631,1667]]},{"area":"8c4","points":[[1141,1621],[1141,1806],[1284,1806],[1284,1621]]},{"area":"8c8","points":[[1214,1470],[1214,1616],[1363,1616],[1363,1470]]},{"area":"8d0","points":[[987,1290],[987,1493],[1203,1493],[1203,1290]]},{"area":"8d2","points":[[1286,1053],[1286,1226],[1479,1226],[1479,1053]]},{"area":"8d4","points":[[1639,1063],[1639,1233],[1847,1233],[1847,1063]]},{"area":"8d8","points":[[1861,1130],[1861,1293],[2017,1293],[2017,1130]]},{"area":"8da","points":[[2020,1129],[2020,1229],[2124,1229],[2124,1129]]},{"area":"8aa","points":[[2193,879],[2093,1001],[2080,1046],[2014,1061],[2014,1126],[2127,1126],[2127,1169],[2203,1176],[2260,1097],[2269,904]]},{"area":"8d6","points":[[2097,1266],[2182,1180],[2261,1279],[2279,1360],[2259,1447],[2186,1551],[2102,1467],[2124,1419],[2124,1315]]},{"area":"8cf","points":[[1447,1286],[1447,1497],[1660,1497],[1660,1286]]},{"area":"8ce","points":[[1930,1310],[1930,1479],[2091,1479],[2091,1310]]},{"area":"8f0","points":[[1661,1567],[1661,1870],[2051,1870],[2051,1567]]},{"area":"8b1","points":[[896,1617],[896,1829],[1079,1829],[1079,1617]]},{"area":"8af","points":[[656,1309],[656,1413],[596,1611],[596,1664],[636,1664],[636,1764],[746,1840],[894,1796],[894,1526],[927,1424],[959,1259],[911,1169],[779,1137]]},{"area":"8c6","points":[[1113,1816],[1113,2033],[1294,2033],[1294,1816]]},{"area":"8cd","points":[[1470,1761],[1470,1936],[1634,1936],[1634,1761]]},{"area":"8ef","points":[[2124,1979],[2124,2194],[2297,2194],[2297,1979]]},{"area":"8ee","points":[[1871,2204],[1871,2407],[2047,2407],[2047,2204]]},{"area":"8ec","points":[[2051,2426],[2051,2720],[2191,2720],[2191,2426]]},{"area":"8e7","points":[[1629,2731],[1629,2986],[1860,2986],[1860,2731]]},{"area":"8c2","points":[[414,2657],[414,2914],[601,2914],[601,2657]]},{"area":"8e5","points":[[1481,2181],[1481,2489],[1679,2489],[1679,2181]]},{"area":"8db","points":[[1300,1696],[1444,1696],[1444,1949],[1354,2039],[1300,2039]]},{"area":"8e3","points":[[1356,2039],[1448,1946],[1643,1946],[1732,2036],[1732,2144],[1356,2144]]},{"area":"8e8","points":[[1480,2656],[1480,2784],[1623,2784],[1623,2656]]},{"area":"8eb","points":[[1950,2761],[2047,2686],[2047,2721],[2130,2721],[2003,2850]]},{"area":"8c3","points":[[737,2114],[787,2203],[886,2179],[957,2051],[1036,1914],[941,1879],[831,1943]]},{"area":"8be","points":[[781,2367],[754,2669],[900,2826],[1047,2884],[1200,2920],[1270,2731],[1186,2620],[1303,2651],[1400,2543],[1321,2429],[1249,2199],[1156,2071],[1013,2026],[966,2081],[956,2240]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":46,"offsetY":5,"scale":3,"distance":10},"id":"bea","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/055-17-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/056-17-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-6,"scale":3,"distance":10},"mapParent":{"id":"bea","autoScale":true}}]},{"name":"Level 18: Vanrakdoom","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/058-18-02.png"},"width":2513,"height":3338,"title":"Map 18","mapRegions":[{"area":"91c","points":[[486,380],[486,573],[790,573],[790,380]]},{"area":"910","points":[[794,464],[794,651],[946,651],[946,464]]},{"area":"90e","points":[[946,424],[946,761],[1133,761],[1133,424]]},{"area":"913","points":[[874,771],[874,874],[1087,874],[1087,771]]},{"area":"915","points":[[1087,771],[1087,870],[1199,870],[1199,771]]},{"area":"90a","points":[[1221,620],[1221,833],[1311,833],[1311,750],[1354,750],[1354,670],[1300,620]]},{"area":"906","points":[[1311,751],[1311,869],[1434,869],[1434,751]]},{"area":"900","points":[[1559,699],[1559,881],[1697,881],[1697,699]]},{"area":"924","points":[[1516,959],[1516,1284],[1667,1284],[1667,959]]},{"area":"935","points":[[1283,1284],[1283,1493],[1551,1493],[1551,1284]]},{"area":"922","points":[[1199,899],[1199,1067],[1407,1067],[1407,899]]},{"area":"901","points":[[1793,846],[1673,965],[1673,1109],[1939,1109],[1939,968]]},{"area":"8ff","points":[[1780,583],[1780,743],[1967,930],[2091,930],[2091,865]]},{"area":"903","points":[[1746,1154],[1788,1111],[1891,1111],[1937,1157],[1937,1233],[1876,1293],[1790,1293],[1746,1242]]},{"area":"939","points":[[1660,1410],[1660,1529],[2007,1529],[2007,1410]]},{"area":"93c","points":[[1711,1567],[1711,1667],[1961,1667],[1961,1567]]},{"area":"945","points":[[2047,1523],[2047,1803],[2251,1803],[2251,1523]]},{"area":"91a","points":[[523,579],[523,841],[717,841],[717,579]]},{"area":"925","points":[[1071,1070],[1071,1176],[1256,1176],[1256,1070]]},{"area":"926","points":[[947,1300],[947,1407],[1106,1407],[1106,1300]]},{"area":"928","points":[[1060,1420],[1060,1597],[1217,1597],[1217,1420]]},{"area":"929","points":[[1027,1604],[1027,1866],[1173,1866],[1173,1604]]},{"area":"92b","points":[[870,1604],[870,1946],[1024,1946],[1024,1604]]},{"area":"92c","points":[[377,1481],[377,1614],[561,1614],[561,1481]]},{"area":"92d","points":[[256,1717],[256,2141],[523,2141],[523,1717]]},{"area":"932","points":[[566,2133],[866,2133],[866,2200],[789,2326],[655,2326],[566,2201]]},{"area":"920","points":[[336,1016],[336,1244],[514,1244],[514,1016]]},{"area":"941","points":[[1293,1873],[1293,2007],[1429,2007],[1429,1873]]},{"area":"93f","points":[[1557,1727],[1557,1939],[1699,1939],[1699,1727]]},{"area":"946","points":[[1904,1834],[1904,1970],[2116,1970],[2116,1834]]},{"area":"949","points":[[2167,1949],[2167,2206],[2270,2206],[2270,1949]]},{"area":"94d","points":[[2116,2250],[2116,2436],[2240,2436],[2240,2250]]},{"area":"948","points":[[2006,2124],[2087,2205],[2170,2121],[2170,2053],[2053,2053],[2053,2073]]},{"area":"94b","points":[[1561,2247],[1707,2100],[1960,2100],[2107,2248],[2107,2433],[1962,2578],[1716,2578],[1561,2417]]},{"area":"954","points":[[1599,2460],[1526,2532],[1614,2620],[1687,2547]]},{"area":"956","points":[[1529,2534],[1472,2590],[1472,2891],[1587,2891],[1587,2633],[1605,2614]]},{"area":"952","points":[[1726,2753],[1726,3009],[1963,3009],[1963,2753]]},{"area":"94f","points":[[2047,2643],[2177,2773],[2303,2646],[2173,2516]]},{"area":"950","points":[[2017,2617],[1949,2684],[2042,2777],[2107,2713]]},{"area":"951","points":[[2110,2714],[2043,2780],[2141,2878],[2205,2814]]},{"area":"957","points":[[1134,2747],[1134,2964],[1464,2964],[1464,2747]]},{"area":"95d","points":[[1136,2101],[1136,2573],[1474,2573],[1474,2101]]},{"area":"942","points":[[1474,2079],[1591,2196],[1743,2043],[1632,1931]]},{"area":"962","points":[[867,2183],[867,2509],[1133,2509],[1133,2183]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-45,"scale":3,"distance":10},"id":"beb","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/058-18-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/059-18-03.jpg"},"title":"Player Version","width":2175,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"offsetY":-3,"scale":3,"distance":10},"mapParent":{"id":"beb","autoScale":true}}]},{"name":"Level 19: Caverns of Ooze","ix":19,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/061-19-02.png"},"width":2513,"height":3338,"title":"Map 19","mapRegions":[{"area":"9b5","points":[[530,489],[530,837],[776,837],[776,489]]},{"area":"9b3","points":[[961,487],[961,731],[1203,731],[1203,487]]},{"area":"9a0","points":[[1460,396],[1460,601],[1716,601],[1716,396]]},{"area":"99d","points":[[2119,654],[2220,552],[2304,552],[2304,817],[2196,817],[2140,734]]},{"area":"99b","points":[[1929,511],[2056,319],[2214,314],[2284,467],[2081,669]]},{"area":"9a5","points":[[797,1079],[797,1311],[1056,1311],[1056,1079]]},{"area":"9b4","points":[[296,1601],[296,1917],[621,1917],[621,1601]]},{"area":"982","points":[[963,1849],[996,2000],[1233,1960],[1254,1854],[1133,1757]]},{"area":"986","points":[[1136,1754],[1253,1853],[1439,1781],[1427,1683],[1317,1577],[1119,1660]]},{"area":"987","points":[[1593,1597],[1513,1730],[1696,1849],[1843,1787]]},{"area":"98d","points":[[2067,2147],[2111,2050],[2251,2130],[2239,2327],[2119,2290]]},{"area":"98c","points":[[2124,2300],[2100,2400],[2150,2500],[2257,2516],[2257,2406],[2221,2337]]},{"area":"988","points":[[1389,2339],[1389,2631],[1703,2631],[1703,2339]]},{"area":"97f","points":[[276,2223],[276,2559],[559,2559],[559,2223]]},{"area":"97c","points":[[854,2043],[854,2333],[1121,2333],[1121,2043]]},{"area":"97e","points":[[606,2106],[606,2374],[849,2374],[849,2106]]},{"area":"98e","points":[[1137,1116],[1137,1461],[1384,1461],[1384,1116]]},{"area":"999","points":[[1719,571],[1719,800],[1883,800],[1883,571]]},{"area":"997","points":[[1834,801],[1834,977],[2047,977],[2047,801]]},{"area":"994","points":[[2051,821],[2051,1193],[2256,1193],[2256,821]]},{"area":"990","points":[[1754,1361],[1754,1620],[2014,1620],[2014,1361]]},{"area":"9b2","points":[[453,2749],[453,2896],[593,2896],[593,2749]]},{"area":"9b0","points":[[587,2731],[587,2921],[740,2921],[740,2731]]},{"area":"9ae","points":[[739,2721],[739,2809],[816,2809],[816,2721]]},{"area":"9af","points":[[737,2847],[737,2934],[817,2934],[817,2847]]},{"area":"9ab","points":[[819,2730],[819,2850],[930,2850],[930,2730]]},{"area":"9a9","points":[[930,2767],[930,2844],[1047,2844],[1047,2767]]},{"area":"9a6","points":[[1046,2764],[1046,2887],[1274,2887],[1274,2764]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-16,"scale":3,"distance":10},"id":"bec","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/061-19-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/062-19-03.jpg"},"title":"Player Version","width":2175,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-5,"offsetY":-4,"scale":3,"distance":10},"mapParent":{"id":"bec","autoScale":true}}]},{"name":"Level 20: Runestone Caverns","ix":20,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/066-20-02.png"},"width":2513,"height":3338,"title":"Map 20","mapRegions":[{"area":"9c0","points":[[1007,306],[990,431],[1117,573],[1256,464],[1259,359],[1320,264],[1277,220],[1154,281],[1064,257]]},{"area":"9f9","points":[[1324,309],[1273,361],[1277,470],[1407,474],[1519,394],[1463,323]]},{"area":"9f6","points":[[933,731],[849,854],[899,933],[1016,880],[1096,810],[1051,709]]},{"area":"9bf","points":[[724,303],[663,380],[661,494],[741,554],[836,467],[866,347]]},{"area":"9c3","points":[[454,486],[364,539],[451,849],[676,896],[840,910],[847,766],[699,667]]},{"area":"9ea","points":[[1739,819],[1701,897],[1757,976],[1826,893],[1804,819]]},{"area":"9fa","points":[[1343,867],[1387,703],[1501,527],[1714,314],[1699,514],[1616,716],[1420,871]]},{"area":"9e7","points":[[1834,889],[1780,964],[1809,1060],[1900,1131],[1996,1094],[2076,976],[1963,867]]},{"area":"9e9","points":[[2070,993],[1996,1099],[2076,1207],[2197,1140],[2177,1014]]},{"area":"9ee","points":[[2063,499],[2024,596],[2011,681],[2171,653],[2219,444],[2129,490]]},{"area":"9f0","points":[[2109,297],[2080,393],[2107,494],[2179,454],[2240,369],[2244,133]]},{"area":"9ec","points":[[1906,214],[1846,356],[1913,460],[2076,469],[2067,380],[2097,274],[1981,219]]},{"area":"9f8","points":[[1593,1011],[1599,1143],[1654,1157],[1696,1047],[1640,990]]},{"area":"9cb","points":[[301,1597],[403,1636],[447,1589],[420,1490],[280,1486]]},{"area":"9c8","points":[[603,1001],[516,1069],[527,1174],[590,1239],[649,1186],[649,1100]]},{"area":"9c6","points":[[394,1059],[310,1189],[303,1354],[429,1430],[564,1241],[491,1143]]},{"area":"9f5","points":[[914,1644],[894,1743],[971,1797],[1024,1740],[1007,1664]]},{"area":"9f4","points":[[1179,1526],[1176,1724],[1279,1834],[1384,1787],[1456,1717],[1423,1590],[1326,1494]]},{"area":"9e4","points":[[1427,1579],[1463,1713],[1559,1771],[1667,1636],[1596,1493],[1480,1466]]},{"area":"9f2","points":[[919,1353],[930,1511],[1133,1554],[1273,1376],[1134,1224],[953,1243]]},{"area":"9e0","points":[[1203,1949],[1133,2043],[1129,2191],[1189,2253],[1403,2263],[1493,2054],[1371,1977],[1301,1954]]},{"area":"9d6","points":[[667,2153],[564,2281],[663,2371],[771,2377],[851,2313],[820,2209],[743,2137]]},{"area":"9cd","points":[[393,1764],[231,1906],[340,2053],[506,1993]]},{"area":"9d0","points":[[653,2380],[620,2450],[644,2526],[744,2521],[811,2456],[780,2384]]},{"area":"9d1","points":[[377,2599],[301,2523],[231,2634],[346,2829],[563,2829],[613,2716],[519,2644],[481,2703],[460,2636]]},{"area":"9da","points":[[1004,2443],[1011,2581],[1120,2571],[1084,2424]]},{"area":"9dc","points":[[1119,2637],[1166,2764],[1287,2736],[1289,2631],[1223,2559]]},{"area":"9db","points":[[1009,2607],[916,2691],[929,2784],[1040,2841],[1150,2779],[1110,2656]]},{"area":"9cf","points":[[363,2571],[491,2624],[530,2566],[641,2530],[619,2451],[550,2353],[394,2201],[237,2107],[194,2161]]},{"area":"9e1","points":[[1567,2107],[1461,2161],[1376,2363],[1443,2477],[1681,2293],[1704,2047],[1616,2049]]},{"area":"a1a","points":[[2009,1636],[1916,1673],[1897,1741],[1999,1849],[2097,1790],[2101,1701]]},{"area":"a16","points":[[1936,1907],[1994,2006],[1926,2067],[1861,2037],[1873,1956]]},{"area":"a12","points":[[1937,1904],[1994,2007],[2043,2031],[2140,2020],[2117,1931],[2006,1869]]},{"area":"a14","points":[[1991,2006],[1927,2067],[1969,2130],[2024,2146],[2140,2049],[2129,2021],[2039,2033]]},{"area":"a04","points":[[1930,2571],[1971,2644],[2047,2640],[2121,2563],[2041,2521]]},{"area":"9ff","points":[[2049,2644],[2106,2767],[2160,2706],[2147,2609],[2116,2573]]},{"area":"a07","points":[[2046,2643],[2104,2769],[2061,2796],[2007,2806],[1941,2764],[1921,2700],[1970,2644]]},{"area":"a0d","points":[[1986,2219],[2036,2306],[2033,2350],[1981,2431],[1934,2370],[1967,2311],[1921,2311],[1921,2260]]},{"area":"a0f","points":[[2033,2190],[1986,2219],[2037,2304],[2037,2327],[2090,2339],[2123,2407],[2157,2369],[2143,2267],[2097,2213]]},{"area":"a0e","points":[[2036,2329],[2033,2349],[1983,2431],[2029,2463],[2123,2406],[2091,2341]]},{"area":"9fb","points":[[1220,1056],[1171,1129],[1250,1214],[1334,1140],[1281,1060]]},{"area":"9d8","points":[[849,2333],[807,2416],[813,2449],[739,2526],[737,2634],[844,2739],[1003,2610],[1001,2443]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":20,"scale":3,"distance":10},"id":"bed","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/066-20-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/067-20-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-6,"offsetY":-4,"scale":3,"distance":10},"mapParent":{"id":"bed","autoScale":true}}]},{"name":"Level 21: Terminus Level","ix":21,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/069-21-02.png"},"width":2513,"height":3338,"title":"Map 21","mapRegions":[{"area":"a29","points":[[461,861],[454,967],[504,1037],[607,1047],[734,904],[739,830],[631,769]]},{"area":"a2b","points":[[1034,499],[974,657],[1121,794],[1287,660],[1290,526],[1219,451]]},{"area":"a2d","points":[[1469,470],[1389,536],[1406,666],[1537,819],[1709,790],[1664,549],[1554,449]]},{"area":"a3d","points":[[1297,959],[1297,1103],[1396,1103],[1396,959]]},{"area":"a48","points":[[1526,1226],[1526,1331],[1663,1331],[1663,1226]]},{"area":"a3e","points":[[1363,1109],[1363,1297],[1513,1297],[1513,1109]]},{"area":"a47","points":[[1169,1144],[1169,1254],[1357,1254],[1357,1144]]},{"area":"a45","points":[[1174,1261],[1174,1404],[1360,1404],[1360,1261]]},{"area":"a40","points":[[1371,1301],[1371,1519],[1509,1519],[1509,1301]]},{"area":"a42","points":[[1140,1414],[1140,1519],[1281,1519],[1281,1414]]},{"area":"a4c","points":[[951,1307],[951,1446],[1129,1446],[1129,1307]]},{"area":"a3b","points":[[836,1379],[836,1556],[947,1556],[947,1379]]},{"area":"a39","points":[[611,1417],[611,1523],[753,1523],[753,1417]]},{"area":"a3a","points":[[607,1534],[607,1676],[714,1676],[714,1534]]},{"area":"a4f","points":[[719,1680],[805,1593],[904,1692],[814,1781]]},{"area":"a5a","points":[[576,1754],[576,1931],[674,1931],[674,1754]]},{"area":"a57","points":[[420,1720],[420,1861],[560,1861],[560,1720]]},{"area":"a59","points":[[420,1877],[420,2013],[561,2013],[561,1877]]},{"area":"a5d","points":[[687,1869],[687,2053],[829,2053],[829,1869]]},{"area":"a49","points":[[949,1603],[949,1860],[1137,1860],[1137,1603]]},{"area":"a7d","points":[[1143,1644],[1143,1826],[1279,1826],[1279,1644]]},{"area":"a61","points":[[1140,1870],[1140,2016],[1280,2016],[1280,1870]]},{"area":"a64","points":[[1290,1864],[1290,2016],[1437,2016],[1437,1864]]},{"area":"a5f","points":[[939,2026],[939,2129],[1097,2129],[1097,2026]]},{"area":"a66","points":[[919,2136],[919,2240],[1053,2240],[1053,2136]]},{"area":"a60","points":[[1216,2026],[1216,2129],[1357,2129],[1357,2026]]},{"area":"a65","points":[[1450,1983],[1450,2177],[1589,2177],[1589,1983]]},{"area":"a36","points":[[369,1264],[467,1334],[501,1449],[516,1609],[397,1696],[281,1623],[199,1617],[211,1429],[270,1313]]},{"area":"a85","points":[[1864,1641],[1864,1823],[1966,1823],[1966,1641]]},{"area":"a7a","points":[[1974,1683],[1974,1824],[2079,1824],[2079,1683]]},{"area":"a35","points":[[2003,1404],[2117,1659],[2299,1549],[2204,1361]]},{"area":"a32","points":[[1624,899],[1536,956],[1540,1100],[1656,1200],[1683,1063],[1679,980]]},{"area":"a30","points":[[1793,971],[1709,1026],[1721,1191],[1957,1207],[1976,1024],[1856,957]]},{"area":"a34","points":[[2089,616],[2009,696],[1979,806],[2091,837],[2199,796],[2161,584]]},{"area":"a2e","points":[[2030,289],[1951,324],[1917,430],[1994,489],[2116,460],[2101,337]]},{"area":"a3c","points":[[791,1267],[850,1150],[993,1281],[896,1350]]},{"area":"a69","points":[[290,2276],[413,2291],[436,2401],[339,2483],[264,2393]]},{"area":"a68","points":[[504,2100],[433,2250],[473,2391],[633,2424],[739,2303],[694,2143]]},{"area":"a6a","points":[[309,2674],[366,2556],[546,2576],[534,2760],[477,2863],[351,2806]]},{"area":"a6b","points":[[963,2553],[883,2710],[939,2776],[1051,2759],[1196,2661],[1187,2594],[1039,2536]]},{"area":"a73","points":[[1251,2553],[1251,2664],[1361,2664],[1361,2553]]},{"area":"a70","points":[[1409,2714],[1409,2887],[1561,2887],[1561,2714]]},{"area":"a75","points":[[1667,2514],[1630,2617],[1634,2689],[1677,2767],[1763,2770],[1819,2684],[1773,2540]]},{"area":"a76","points":[[1916,2691],[1840,2720],[1846,2840],[1923,2910],[2010,2890],[2089,2791],[1973,2699]]},{"area":"a79","points":[[2126,2401],[2126,2556],[2240,2556],[2240,2401]]},{"area":"a78","points":[[1934,1904],[1934,2117],[2090,2117],[2090,1904]]},{"area":"a83","points":[[1659,1999],[1659,2246],[1797,2246],[1797,1999]]},{"area":"a77","points":[[1793,2250],[1727,2294],[1694,2380],[1756,2461],[1811,2456],[1889,2431],[1903,2357],[1841,2246]]},{"area":"a7f","points":[[1587,1601],[1587,1877],[1827,1877],[1827,1601]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":-69,"offsetY":-42,"scale":3,"distance":10},"id":"bee","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/069-21-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/070-21-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bee","autoScale":true}}]},{"name":"Level 22: Shadowdusk Hold","ix":22,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/072-22-02.png"},"width":2513,"height":3338,"title":"Map 22","mapRegions":[{"area":"a9d","points":[[263,763],[263,949],[453,949],[453,763]]},{"area":"a9e","points":[[487,614],[487,790],[640,790],[640,614]]},{"area":"a96","points":[[640,503],[640,723],[790,723],[790,503]]},{"area":"a97","points":[[639,303],[639,454],[787,454],[787,303]]},{"area":"a92","points":[[1056,269],[1056,464],[1484,464],[1484,269]]},{"area":"a90","points":[[934,469],[934,983],[1617,983],[1617,469]]},{"area":"a94","points":[[796,537],[796,903],[926,903],[926,537]]},{"area":"a99","points":[[649,906],[649,1033],[793,1033],[793,906]]},{"area":"a9b","points":[[459,906],[459,1031],[603,1031],[603,906]]},{"area":"aa7","points":[[1746,309],[1746,459],[1891,459],[1891,309]]},{"area":"aa4","points":[[1746,501],[1746,714],[1887,714],[1887,501]]},{"area":"aaa","points":[[1883,537],[1883,630],[2003,630],[2003,537]]},{"area":"aaf","points":[[1904,630],[1904,790],[2037,790],[2037,630]]},{"area":"ab6","points":[[2091,761],[2091,947],[2270,947],[2270,761]]},{"area":"ab4","points":[[1936,899],[1936,1026],[2087,1026],[2087,899]]},{"area":"ab2","points":[[1740,904],[1740,1030],[1899,1030],[1899,904]]},{"area":"aa1","points":[[1621,540],[1621,906],[1746,906],[1746,540]]},{"area":"ade","points":[[411,1220],[411,1370],[569,1370],[569,1220]]},{"area":"ada","points":[[569,1177],[569,1406],[797,1406],[797,1177]]},{"area":"ad2","points":[[1063,1114],[991,1185],[1100,1293],[1171,1222]]},{"area":"ad3","points":[[1186,1049],[1115,1119],[1205,1208],[1401,1208],[1495,1114],[1416,1035]]},{"area":"ad6","points":[[1546,1116],[1443,1218],[1511,1286],[1613,1184]]},{"area":"ad7","points":[[1521,1276],[1574,1329],[1643,1259],[1591,1207]]},{"area":"ad0","points":[[803,1310],[803,1509],[1009,1509],[1009,1310]]},{"area":"ae3","points":[[801,1567],[801,1743],[1093,1743],[1093,1567]]},{"area":"adf","points":[[454,1517],[454,1671],[596,1671],[596,1517]]},{"area":"adb","points":[[609,1520],[609,1669],[791,1669],[791,1520]]},{"area":"adc","points":[[604,1711],[604,1896],[794,1896],[794,1711]]},{"area":"ae2","points":[[494,1703],[494,1861],[597,1861],[597,1703]]},{"area":"ae5","points":[[1247,1561],[1247,1800],[1360,1800],[1360,1561]]},{"area":"ad1","points":[[1613,1307],[1613,1511],[1814,1511],[1814,1307]]},{"area":"aba","points":[[1826,1180],[1826,1403],[2046,1403],[2046,1180]]},{"area":"ac1","points":[[2054,1223],[2054,1360],[2189,1360],[2189,1223]]},{"area":"ac9","points":[[1966,1411],[1966,1513],[2197,1513],[2197,1411]]},{"area":"ac6","points":[[2006,1516],[2006,1671],[2156,1671],[2156,1516]]},{"area":"abc","points":[[1824,1523],[1824,1664],[2001,1664],[2001,1523]]},{"area":"abe","points":[[1823,1716],[1823,1900],[2011,1900],[2011,1716]]},{"area":"acc","points":[[1511,1564],[1511,1740],[1810,1740],[1810,1564]]},{"area":"ace","points":[[1103,1296],[1177,1221],[1444,1221],[1512,1289],[1512,1556],[1103,1556]]},{"area":"b09","points":[[554,1980],[554,2320],[831,2320],[831,1980]]},{"area":"b0e","points":[[389,2333],[389,2493],[554,2493],[554,2333]]},{"area":"b10","points":[[366,2594],[366,2793],[579,2793],[579,2594]]},{"area":"b05","points":[[607,2476],[607,2653],[711,2653],[711,2476]]},{"area":"b02","points":[[723,2471],[723,2693],[899,2693],[899,2471]]},{"area":"b06","points":[[683,2707],[683,2846],[863,2846],[863,2707]]},{"area":"ae9","points":[[916,2284],[916,2539],[1247,2539],[1247,2284]]},{"area":"aec","points":[[1326,2437],[1326,2619],[1513,2619],[1513,2437]]},{"area":"afe","points":[[911,2706],[971,2645],[1077,2751],[1006,2822]]},{"area":"afd","points":[[1364,2627],[1364,2807],[1476,2807],[1476,2627]]},{"area":"afc","points":[[1487,2634],[1487,2811],[1611,2811],[1611,2634]]},{"area":"af2","points":[[1391,2050],[1391,2316],[1517,2316],[1517,2050]]},{"area":"aef","points":[[1590,2094],[1590,2280],[1774,2280],[1774,2094]]},{"area":"af3","points":[[1783,2061],[1783,2160],[1931,2160],[1931,2061]]},{"area":"af5","points":[[1787,2243],[1787,2469],[1966,2469],[1966,2243]]},{"area":"af7","points":[[1974,2287],[1974,2427],[2123,2427],[2123,2287]]},{"area":"aee","points":[[1600,2327],[1600,2694],[1771,2694],[1771,2327]]},{"area":"af8","points":[[1787,2540],[1787,2853],[2089,2853],[2089,2540]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":45,"offsetY":-54,"scale":3,"distance":10},"id":"bef","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/072-22-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/073-22-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bef","autoScale":true}}]},{"name":"Level 23: Mad Wizard's Lair","ix":23,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/076-23-02.png"},"width":2513,"height":3338,"title":"Map 23","mapRegions":[{"area":"b45","points":[[226,156],[226,349],[489,349],[489,156]]},{"area":"b30","points":[[497,230],[497,374],[630,374],[630,230]]},{"area":"b2e","points":[[633,234],[633,414],[867,414],[867,234]]},{"area":"b44","points":[[460,423],[460,600],[573,600],[573,423]]},{"area":"b46","points":[[501,683],[577,606],[650,680],[569,761]]},{"area":"b32","points":[[689,591],[838,740],[916,662],[803,550],[689,550]]},{"area":"b2b","points":[[884,420],[884,603],[1066,603],[1066,420]]},{"area":"b2a","points":[[1260,423],[1260,614],[1447,614],[1447,423]]},{"area":"b27","points":[[1523,269],[1523,410],[1674,410],[1674,269]]},{"area":"b29","points":[[1760,273],[1760,410],[1906,410],[1906,273]]},{"area":"b26","points":[[1566,424],[1566,603],[1861,603],[1861,424]]},{"area":"b1e","points":[[1777,657],[1826,657],[1871,819],[1777,819]]},{"area":"b23","points":[[1989,507],[1989,757],[2206,757],[2206,507]]},{"area":"b22","points":[[1816,974],[1816,1154],[1996,1154],[1996,974]]},{"area":"b1a","points":[[1847,737],[1889,897],[1924,897],[1969,737]]},{"area":"b21","points":[[1614,771],[1571,973],[1703,973],[1743,771]]},{"area":"b3c","points":[[1280,653],[1280,829],[1443,829],[1443,653]]},{"area":"b3a","points":[[1109,617],[1109,833],[1283,833],[1283,617]]},{"area":"b38","points":[[1114,839],[1114,980],[1297,980],[1297,839]]},{"area":"b34","points":[[879,950],[879,1210],[1099,1210],[1099,950]]},{"area":"b47","points":[[343,1029],[343,1213],[683,1213],[683,1029]]},{"area":"b4d","points":[[371,1264],[371,1476],[663,1476],[663,1264]]},{"area":"b3e","points":[[1061,1230],[1061,1403],[1259,1403],[1259,1230]]},{"area":"b40","points":[[1259,1256],[1259,1576],[1489,1576],[1489,1256]]},{"area":"b4e","points":[[684,1559],[684,1820],[951,1820],[951,1559]]},{"area":"b57","points":[[1304,1799],[1304,2056],[1550,2056],[1550,1799]]},{"area":"b59","points":[[1544,1867],[1544,2011],[1681,2011],[1681,1867]]},{"area":"b50","points":[[1044,1743],[1044,1923],[1221,1923],[1221,1743]]},{"area":"b5e","points":[[323,2351],[323,2530],[501,2530],[501,2351]]},{"area":"b5f","points":[[611,2353],[611,2529],[784,2529],[784,2353]]},{"area":"b66","points":[[601,2633],[601,2801],[780,2801],[780,2633]]},{"area":"b64","points":[[319,2620],[319,2799],[509,2799],[509,2620]]},{"area":"b5c","points":[[500,2330],[610,2330],[610,2527],[744,2527],[744,2629],[598,2629],[598,2817],[506,2817],[506,2616],[368,2616],[368,2529],[504,2529]]},{"area":"b72","points":[[1041,2350],[1041,2534],[1230,2534],[1230,2350]]},{"area":"b74","points":[[1037,2616],[1037,2801],[1229,2801],[1229,2616]]},{"area":"b73","points":[[1336,2350],[1336,2539],[1503,2539],[1503,2350]]},{"area":"b67","points":[[1324,2624],[1324,2804],[1503,2804],[1503,2624]]},{"area":"b6a","points":[[1230,2330],[1336,2330],[1336,2537],[1461,2537],[1461,2620],[1323,2620],[1323,2816],[1229,2816],[1229,2615],[1092,2615],[1092,2535],[1230,2535]]},{"area":"b76","points":[[1779,2351],[1779,2526],[1951,2526],[1951,2351]]},{"area":"b7d","points":[[2054,2353],[2054,2527],[2226,2527],[2226,2353]]},{"area":"b81","points":[[2050,2624],[2050,2797],[2227,2797],[2227,2624]]},{"area":"b7f","points":[[1771,2629],[1771,2800],[1946,2800],[1946,2629]]},{"area":"b77","points":[[1951,2327],[1951,2523],[1815,2523],[1815,2621],[1947,2621],[1947,2799],[2047,2799],[2047,2625],[2187,2625],[2187,2529],[2050,2529],[2050,2328]]}],"imageType":"map","grid":{"type":"square","size":114,"offsetX":-39,"offsetY":-55,"scale":3,"distance":10},"id":"bf0","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/076-23-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/077-23-03.jpg"},"title":"Player Version","width":2175,"height":2925,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-7,"scale":3,"distance":10},"mapParent":{"id":"bf0","autoScale":true}}]},{"name":"Skullport","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WDMM/081-24-02.png"},"width":2513,"height":3338,"title":"Map 24","grid":{"type":"square","size":114,"offsetX":45,"offsetY":42,"scale":3,"distance":10},"mapRegions":[{"area":"b91","points":[[740,1087],[740,1343],[809,1343],[996,1155],[996,1087]]},{"area":"b92","points":[[1137,1143],[930,1349],[930,1573],[1063,1706],[1168,1601],[1082,1515],[1082,1406],[1241,1247]]},{"area":"b90","points":[[1177,1371],[1177,1640],[1461,1640],[1461,1371]]},{"area":"b93","points":[[931,1766],[931,1911],[1074,1911],[1074,1766]]},{"area":"b94","points":[[1123,1750],[1214,1659],[1323,1768],[1416,1768],[1416,1906],[1123,1906]]},{"area":"b95","points":[[969,1956],[969,2061],[1077,2061],[1077,1956]]},{"area":"b95","points":[[1117,1956],[1117,2061],[1224,2061],[1224,1956]]},{"area":"b95","points":[[816,1957],[816,2061],[919,2061],[919,1957]]},{"area":"b90","points":[[464,2027],[464,2227],[741,2227],[741,2027]]},{"area":"b96","points":[[867,2121],[867,2349],[1101,2349],[1101,2121]]},{"area":"b8f","points":[[1094,844],[1094,1027],[1226,1027],[1226,844]]},{"area":"b98","points":[[1894,1809],[1973,1729],[1973,1616],[1765,1616],[1765,1809]]},{"area":"b99","points":[[1896,1807],[1949,1830],[1980,1917],[2103,1863],[2114,1741],[2051,1687],[1974,1727]]}],"imageType":"map","id":"bf1","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/081-24-02.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/082-24-03.jpg"},"title":"Player Version","width":2250,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":-4,"offsetY":-7,"scale":3,"distance":10},"mapParent":{"id":"bf1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/083-24-04.png"},"width":2513,"height":3338,"title":"Map 25","mapRegions":[{"area":"bab","points":[[443,714],[443,789],[516,789],[516,714]]},{"area":"bac","points":[[610,983],[684,983],[684,1046],[713,1046],[713,1076],[633,1076],[633,1117],[589,1117],[589,1028],[610,1028]]},{"area":"ba2","points":[[776,1004],[776,1094],[900,1094],[900,1030],[848,1030],[848,1005],[848,1006],[847,1006],[847,1005]]},{"area":"bae","points":[[970,907],[970,1031],[1069,1031],[1069,907]]},{"area":"baf","points":[[1136,934],[1136,957],[1160,957],[1160,997],[1253,997],[1253,908],[1188,908],[1188,934]]},{"area":"bb0","points":[[1181,670],[1181,766],[1233,766],[1233,670]]},{"area":"bad","points":[[973,716],[973,789],[1041,789],[1041,716]]},{"area":"ba8","points":[[1496,759],[1543,759],[1543,809],[1521,830],[1496,830]]},{"area":"baa","points":[[1929,523],[1929,594],[2004,594],[2004,573],[2024,573],[2024,523]]},{"area":"bb1","points":[[1803,927],[1829,927],[1829,903],[1884,903],[1884,927],[1903,927],[1903,956],[1956,956],[1956,1006],[1906,1006],[1906,1029],[1803,1029]]},{"area":"ba0","points":[[423,2247],[563,2247],[563,2366],[539,2366],[539,2387],[423,2387]]},{"area":"ba1","points":[[541,2370],[541,2441],[611,2441],[611,2388],[636,2388],[636,2322],[566,2322],[566,2370]]},{"area":"b9f","points":[[631,2444],[631,2490],[707,2490],[707,2444]]},{"area":"b9e","points":[[363,2820],[420,2820],[420,2871],[399,2871],[399,2899],[363,2899]]},{"area":"b9d","points":[[449,2767],[449,2877],[556,2877],[556,2767]]},{"area":"b9c","points":[[651,2774],[651,2846],[800,2846],[800,2774]]},{"area":"ba4","points":[[1064,2487],[1064,2560],[1114,2560],[1114,2487]]},{"area":"ba2","points":[[801,2463],[801,2509],[772,2509],[772,2581],[801,2581],[801,2555],[921,2555],[921,2488],[875,2488],[875,2463]]},{"area":"ba3","points":[[971,2139],[971,2249],[1067,2249],[1067,2139]]},{"area":"ba9","points":[[1499,2086],[1499,2130],[1547,2130],[1547,2086]]},{"area":"ba5","points":[[1377,2364],[1377,2387],[1355,2387],[1355,2441],[1371,2441],[1371,2462],[1430,2462],[1430,2415],[1454,2415],[1454,2364]]},{"area":"ba6","points":[[1639,2493],[1639,2577],[1709,2577],[1709,2493]]},{"area":"ba8","points":[[1591,2130],[1591,2266],[1643,2266],[1643,2172]]},{"area":"baa","points":[[1953,1983],[1953,2104],[1974,2125],[1998,2102],[1998,2059],[2020,2059],[2020,2035],[2047,2035],[2047,2006],[2076,2006],[2076,1978],[2076,1950],[2058,1950],[2050,1958],[2050,1983]]},{"area":"ba7","points":[[1931,2487],[1931,2559],[1983,2559],[1983,2508],[2021,2470],[1982,2430]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":31,"offsetY":-26,"scale":3,"distance":10},"id":"bf2","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/083-24-04.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/084-24-05.jpg"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-12,"offsetY":-16,"scale":3,"distance":10},"mapParent":{"id":"bf2","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/085-24-06.png"},"width":2513,"height":1668,"title":"Map 26","mapRegions":[{"area":"bb2","points":[[854,591],[854,684],[947,684],[947,591]]},{"area":"bb3","points":[[627,811],[627,909],[759,909],[759,811]]},{"area":"bb4","points":[[969,811],[1066,811],[1066,927],[1022,927],[1022,886],[969,886]]},{"area":"bb6","points":[[1500,884],[1500,1030],[1544,1030],[1544,989],[1593,939],[1593,884]]},{"area":"bb1","points":[[1663,811],[1641,832],[1666,857],[1710,857],[1710,811]]},{"area":"bb5","points":[[1424,333],[1424,379],[1573,379],[1573,333]]}],"imageType":"map","grid":{"type":"square","size":72,"offsetX":30,"offsetY":-17,"scale":3,"distance":10},"id":"bf3","hrefThumbnail":{"type":"internal","path":"adventure/WDMM/thumbnail/085-24-06.webp"},"page":"adventure.html","source":"WDMM","hash":"wdmm"},{"type":"image","href":{"type":"internal","path":"adventure/WDMM/086-24-07.jpg"},"title":"Player Version","width":2100,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-11,"offsetY":-15,"scale":3,"distance":10},"mapParent":{"id":"bf3","autoScale":true}}]}]},"GoS":{"id":"GoS","source":"GoS","prop":"adventure","chapters":[{"name":"Ch. 1: Saltmarsh","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/002-01-dm.png"},"width":2550,"height":3338,"title":"Map 1.1: Village of Saltmarsh","imageType":"map","grid":{"type":"none","size":147,"distance":250},"id":"54e","mapRegions":[{"area":"050","points":[[1130,712],[1144,691],[1178,667],[1211,654],[1234,626],[1258,597],[1299,562],[1358,558],[1392,565],[1427,587],[1469,606],[1512,626],[1514,648],[1485,702],[1486,744],[1446,755],[1400,765],[1363,762],[1328,766],[1296,789],[1264,798],[1224,784],[1184,757],[1154,736]]},{"area":"04f","points":[[1530,803],[1509,742],[1520,718],[1539,704],[1566,699],[1611,712],[1627,760],[1589,789],[1554,806]]},{"area":"04e","points":[[1693,664],[1714,594],[1720,528],[1723,477],[1706,438],[1707,368],[1755,334],[1787,312],[1818,278],[1826,259],[1862,254],[1858,328],[1827,382],[1795,435],[1794,486],[1790,539],[1781,613],[1762,667],[1734,715],[1686,763],[1691,717]]},{"area":"04c","points":[[1918,912],[1891,891],[1912,840],[1923,771],[1928,698],[1947,659],[2018,664],[2018,683],[1995,707],[1976,730],[1968,771],[1971,808],[1978,835],[1968,877],[1946,901]]},{"area":"04b","points":[[1842,1027],[1789,984],[1862,896],[1886,907],[1870,931],[1875,952],[1845,995]]},{"area":"04a","points":[[1693,1000],[1752,994],[1762,1022],[1760,1048],[1698,1053],[1698,1030]]},{"area":"051","points":[[1376,920],[1421,837],[1445,845],[1454,866],[1475,893],[1446,942],[1431,940],[1422,945],[1381,929]]},{"area":"049","points":[[1497,1346],[1500,1305],[1475,1296],[1478,1273],[1508,1272],[1516,1269],[1523,1251],[1549,1257],[1549,1275],[1555,1277],[1567,1284],[1561,1316],[1555,1315],[1548,1347],[1521,1347]]},{"area":"047","points":[[1582,1396],[1619,1398],[1620,1449],[1633,1450],[1633,1471],[1624,1473],[1624,1477],[1626,1506],[1593,1502],[1588,1484],[1588,1477],[1580,1473],[1576,1407],[1580,1406]]},{"area":"048","points":[[1340,1492],[1357,1457],[1349,1453],[1359,1435],[1366,1437],[1370,1432],[1387,1437],[1393,1428],[1380,1420],[1380,1409],[1372,1407],[1381,1384],[1393,1386],[1409,1356],[1435,1366],[1418,1404],[1423,1410],[1397,1470],[1389,1468],[1367,1505],[1353,1501]]},{"area":"046","points":[[1637,1703],[1637,1669],[1646,1665],[1646,1595],[1679,1595],[1678,1659],[1716,1660],[1716,1708],[1647,1710]]},{"area":"053","points":[[2164,1941],[2174,1915],[2215,1925],[2207,1951],[2173,1945]]},{"area":"040","points":[[744,1996],[748,1988],[751,1975],[763,1966],[780,1967],[789,1982],[797,1993],[804,2005],[783,2027],[768,2014],[766,2005],[755,2007]]},{"area":"03f","points":[[918,2033],[895,1989],[913,1976],[909,1961],[924,1956],[940,1970],[961,1987],[967,1999],[965,2007],[967,2019],[934,2039],[925,2031]]},{"area":"036","points":[[720,2305],[756,2301],[767,2297],[783,2294],[790,2322],[775,2325],[771,2351],[727,2354]]},{"area":"035","points":[[461,2385],[472,2380],[491,2420],[476,2422]]},{"area":"037","points":[[818,2403],[817,2387],[821,2374],[867,2366],[873,2374],[879,2399],[879,2400],[876,2415],[859,2417],[855,2401]]},{"area":"038","points":[[1162,2757],[1164,2725],[1173,2722],[1173,2707],[1183,2704],[1185,2690],[1215,2688],[1218,2707],[1224,2706],[1224,2753]]},{"area":"039","points":[[1201,2450],[1231,2452],[1233,2463],[1273,2464],[1273,2502],[1264,2507],[1260,2514],[1237,2516],[1237,2510],[1203,2507]]},{"area":"03a","points":[[1426,2575],[1423,2615],[1430,2623],[1447,2624],[1453,2614],[1456,2600],[1479,2598],[1480,2576],[1465,2561],[1438,2561]]},{"area":"03b","points":[[1570,2282],[1567,2262],[1563,2232],[1589,2224],[1602,2231],[1604,2250],[1595,2256],[1584,2260],[1582,2284]]},{"area":"03c","points":[[1477,2143],[1485,2162],[1493,2180],[1516,2174],[1513,2155],[1517,2154],[1513,2131]]},{"area":"03d","points":[[1278,2187],[1291,2160],[1304,2150],[1328,2160],[1347,2173],[1356,2198],[1367,2226],[1367,2264],[1322,2236],[1288,2209]]},{"area":"03e","points":[[1140,2141],[1138,2118],[1136,2075],[1130,2069],[1124,2033],[1119,2018],[1120,2004],[1156,1991],[1167,1987],[1171,2001],[1175,2027],[1180,2043],[1173,2048],[1177,2075],[1185,2100],[1189,2113],[1189,2134],[1170,2134]]},{"area":"052","points":[[593,1186],[593,1175],[579,1165],[580,1151],[591,1145],[602,1138],[608,1146],[614,1146],[618,1155],[626,1153],[635,1167],[644,1164],[653,1170],[657,1185],[666,1180],[672,1169],[677,1169],[685,1171],[693,1176],[700,1167],[711,1167],[723,1174],[723,1190],[730,1189],[740,1180],[750,1180],[756,1191],[753,1205],[767,1204],[777,1210],[788,1207],[800,1220],[807,1208],[809,1186],[822,1178],[835,1180],[847,1190],[855,1187],[872,1189],[884,1199],[886,1212],[886,1231],[895,1232],[900,1222],[906,1207],[917,1196],[929,1193],[947,1200],[954,1210],[960,1216],[952,1236],[967,1243],[981,1250],[989,1257],[992,1273],[1005,1271],[1014,1278],[1024,1287],[1023,1301],[1019,1316],[1009,1325],[1001,1334],[1011,1344],[1021,1335],[1035,1339],[1042,1353],[1039,1366],[1026,1374],[1024,1386],[1034,1393],[1037,1406],[1029,1416],[1003,1432],[996,1434],[1005,1447],[994,1455],[1000,1469],[985,1484],[976,1481],[962,1485],[956,1482],[943,1487],[928,1482],[928,1490],[938,1498],[940,1513],[931,1532],[916,1538],[894,1536],[877,1522],[879,1504],[886,1488],[894,1482],[886,1474],[880,1466],[865,1473],[852,1478],[837,1475],[818,1469],[819,1464],[812,1453],[805,1444],[797,1448],[792,1462],[778,1469],[751,1470],[740,1459],[731,1446],[727,1433],[725,1420],[713,1416],[707,1425],[709,1435],[706,1450],[692,1463],[673,1465],[661,1458],[654,1440],[640,1441],[633,1429],[633,1409],[613,1416],[594,1406],[584,1394],[575,1380],[577,1367],[587,1361],[601,1364],[608,1366],[615,1354],[612,1345],[598,1346],[592,1332],[596,1317],[580,1320],[564,1313],[562,1288],[578,1282],[588,1273],[601,1260],[592,1258],[583,1247],[583,1226],[596,1223],[606,1210],[580,1212],[577,1198],[582,1181]]},{"area":"044","points":[[1497,1984],[1498,1942],[1510,1938],[1517,1925],[1549,1921],[1552,1932],[1557,1939],[1559,1957],[1568,1961],[1570,1974],[1558,1979],[1559,1991],[1512,1987]]},{"area":"042","points":[[1342,1821],[1423,1820],[1421,1881],[1396,1881],[1394,1891],[1373,1890],[1369,1882],[1340,1881]]},{"area":"041","points":[[1251,1827],[1313,1827],[1317,1868],[1303,1872],[1299,1881],[1283,1885],[1276,1875],[1260,1870],[1253,1847]]},{"area":"045","points":[[1523,1736],[1561,1736],[1565,1753],[1564,1785],[1527,1784],[1521,1756]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/002-01-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/003-01-pc.png"},"title":"Player Version","width":2550,"height":3338,"imageType":"mapPlayer","grid":{"type":"none","size":147,"distance":250},"mapParent":{"id":"54e"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/005-02-dm.png"},"width":4200,"height":5700,"title":"Map 1.2: The Saltmarsh Environs","imageType":"map","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"id":"54f","mapRegions":[{"area":"06f","points":[[2696,480],[2696,656],[3448,656],[3448,480]]},{"area":"076","points":[[1364,628],[1364,776],[1968,776],[1968,628]]},{"area":"07b","points":[[3008,1868],[3008,2036],[3524,2036],[3524,1868]]},{"area":"079","points":[[1152,1860],[1204,1640],[1312,1516],[1444,1456],[1620,1472],[1748,1564],[1660,1624],[1512,1572],[1356,1620],[1320,1792],[1164,1968]]},{"area":"065","points":[[28,1300],[28,1476],[820,1476],[820,1300]]},{"area":"064","points":[[472,2820],[472,3112],[1004,3112],[1004,2820]]},{"area":"067","points":[[1456,3380],[1456,3560],[2280,3560],[2280,3380]]},{"area":"026","points":[[1708,3708],[1708,3844],[2200,3844],[2200,3708]]},{"area":"063","points":[[1720,4040],[1720,4288],[2136,4288],[2136,4040]]},{"area":"060","points":[[672,3620],[672,3768],[1252,3768],[1252,3620]]},{"area":"062","points":[[888,4380],[888,4524],[1540,4524],[1540,4380]]},{"area":"066","points":[[1188,5128],[1188,5308],[1584,5308],[1584,5128]]},{"area":"061","points":[[3124,2732],[3124,2884],[3400,2884],[3400,2732]]},{"area":"069","points":[[3468,5388],[3468,5576],[4064,5576],[4064,5388]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/005-02-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/006-02-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":350,"offsetX":59,"offsetY":-89,"distance":7500,"units":"yards"},"mapParent":{"id":"54f"}}]},{"name":"Ch. 2: The Sinister Secret of Saltmarsh","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/011-06-dm.png"},"width":4200,"height":5700,"title":"Map 2.1: Haunted House","imageType":"map","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"id":"550","mapRegions":[{"area":"104","points":[[2376,436],[2384,304],[2508,196],[2508,436]]},{"area":"102","points":[[1676,164],[1676,428],[2244,428],[2244,164]]},{"area":"100","points":[[1824,452],[2512,460],[2520,988],[1828,992]]},{"area":"0fe","points":[[1824,1020],[2512,1016],[2524,1416],[1820,1420]]},{"area":"0ef","points":[[412,2400],[404,1988],[347,1988],[347,1848],[412,1848],[412,1576],[968,1576],[972,2400]]},{"area":"0ed","points":[[988,1588],[1664,1576],[1668,2404],[988,2396]]},{"area":"0f1","points":[[2528,1572],[2928,1580],[2924,2396],[2536,2400]]},{"area":"0f4","points":[[2956,1584],[3340,1572],[3356,2396],[2956,2400]]},{"area":"0f8","points":[[3368,1576],[3780,1580],[3788,1844],[3849,1844],[3849,1988],[3783,1988],[3784,2400],[3376,2396]]},{"area":"0d1","points":[[1824,4088],[2520,4084],[2512,5064],[1820,5056]]},{"area":"0dd","points":[[2532,4244],[3208,4240],[3212,5064],[2536,5068]]},{"area":"0e0","points":[[3232,4240],[3772,4232],[3780,4500],[3844,4508],[3844,4644],[3788,4644],[3780,5056],[3240,5060]]},{"area":"0d9","points":[[416,4100],[956,4092],[960,5064],[428,5064],[416,4644],[352,4644],[348,4504],[424,4508]]},{"area":"0d4","points":[[980,4664],[1804,4664],[1804,5064],[988,5060]]},{"area":"0d6","points":[[988,4092],[1800,4096],[1808,4484],[980,4476]]},{"area":"0e2","points":[[1680,3396],[2080,3392],[2076,4068],[1680,4060]]},{"area":"0e4","points":[[2260,3544],[2512,3536],[2512,4052],[2252,4064]]},{"area":"0e7","points":[[1676,2824],[2224,2820],[2220,3364],[1680,3368],[1672,3308],[1628,3308],[1628,3187],[1668,3192]]},{"area":"0e9","points":[[2252,2820],[2504,2824],[2516,3368],[2256,3364]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/011-06-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/012-06-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-2,"offsetY":26},"mapParent":{"id":"550"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/013-04-dm.png"},"width":4200,"height":5700,"title":"Map 2.2: Haunted House Cellar and Caverns","imageType":"map","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":41},"id":"551","mapRegions":[{"area":"108","points":[[1772,196],[2524,188],[2516,1500],[2120,1496],[2120,1431],[2068,1431],[2068,1504],[1920,1504],[1920,1436],[1872,1436],[1872,1505],[1772,1505]]},{"area":"10e","points":[[284,1540],[1864,1552],[1864,1648],[1913,1648],[1913,1571],[2072,1571],[2072,1644],[2120,1644],[2120,1548],[2520,1552],[2516,2164],[2936,2156],[2936,2428],[284,2448]]},{"area":"113","points":[[2556,1548],[2928,1544],[2936,2112],[2556,2116]]},{"area":"118","points":[[2980,1544],[3396,1540],[3380,2432],[2980,2432]]},{"area":"11d","points":[[3448,1532],[3876,1528],[3868,2428],[3448,2436]]},{"area":"132","points":[[2736,4012],[2708,3988],[2700,3912],[2744,3820],[2820,3788],[2888,3760],[2936,3700],[3076,3668],[3128,3644],[3224,3668],[3284,3676],[3368,3668],[3492,3696],[3540,3788],[3596,3896],[3592,3980],[3540,4044],[3584,4204],[3608,4324],[3640,4468],[3676,4504],[3564,4468],[3464,4452],[3408,4452],[3384,4588],[3312,4592],[3288,4492],[3160,4520],[3064,4560],[2964,4596],[2908,4624],[2936,4496],[2952,4448],[2932,4388],[2956,4284],[2936,4204],[2880,4064],[2824,4020]]},{"area":"128","points":[[2700,3188],[2740,3024],[2808,2988],[2832,2936],[2848,2852],[2964,2792],[3100,2796],[3192,2796],[3248,2820],[3328,2820],[3428,2804],[3544,2852],[3592,2924],[3672,2964],[3696,3064],[3660,3168],[3632,3264],[3596,3332],[3552,3388],[3484,3436],[3416,3464],[3336,3464],[3292,3452],[3232,3484],[3112,3496],[3056,3468],[2960,3444],[2908,3384],[2856,3332],[2840,3288],[2780,3244]]},{"area":"12e","points":[[2444,3336],[2516,3272],[2604,3280],[2652,3400],[2652,3504],[2596,3576],[2504,3580],[2452,3592],[2416,3664],[2340,3704],[2292,3816],[2192,3972],[2128,3876],[2148,3792],[2164,3680],[2176,3616],[2232,3552],[2336,3512],[2424,3464],[2460,3432],[2464,3372]]},{"area":"130","points":[[2208,4016],[2320,3872],[2428,3928],[2492,3928],[2552,3884],[2648,3844],[2712,3796],[2664,3912],[2676,3996],[2700,4032],[2632,4092],[2608,4200],[2572,4252],[2524,4268],[2476,4312],[2380,4332],[2332,4324],[2256,4292],[2232,4252],[2212,4180],[2204,4108],[2212,4064]]},{"area":"126","points":[[1056,4136],[1068,4032],[1108,3964],[1144,3920],[1212,3916],[1272,3888],[1260,3844],[1312,3796],[1328,3732],[1436,3736],[1516,3756],[1584,3720],[1748,3712],[1784,3792],[1780,3856],[1836,3912],[1868,3952],[1908,4064],[1952,4120],[1972,4264],[1940,4336],[1904,4360],[1896,4416],[1840,4452],[1776,4484],[1672,4480],[1584,4496],[1548,4480],[1484,4488],[1452,4500],[1352,4476],[1308,4480],[1268,4524],[1180,4508],[1132,4440],[1112,4380],[1172,4296],[1168,4204],[1108,4164]]},{"area":"124","points":[[788,3004],[840,3096],[912,3144],[892,3204],[844,3240],[864,3372],[864,3452],[872,3568],[900,3628],[944,3760],[712,3796],[644,3776],[576,3804],[532,3840],[472,3796],[428,3720],[372,3652],[292,3584],[276,3508],[252,3404],[296,3356],[280,3292],[352,3248],[368,3204],[376,3148],[444,3072],[548,3036],[600,3028],[672,3040],[760,3012]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/013-04-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/014-04-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-29,"offsetY":-12},"mapParent":{"id":"551"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/018-03-dm.png"},"width":4200,"height":5700,"title":"Map 2.3: Sea Ghost","imageType":"map","grid":{"type":"square","size":168,"offsetX":32,"offsetY":6},"id":"552","mapRegions":[{"area":"148","points":[[1288,531],[1291,514],[1282,509],[1309,438],[1345,383],[1406,312],[1467,255],[1518,215],[1518,251],[1552,244],[1558,200],[1598,177],[1682,158],[1781,139],[1819,135],[1821,168],[1861,173],[1863,141],[2093,135],[2086,958],[1922,960],[1846,949],[1844,931],[1821,928],[1813,949],[1747,949],[1659,933],[1602,916],[1554,893],[1545,855],[1522,853],[1516,874],[1444,829],[1389,777],[1331,716],[1293,651],[1274,587],[1295,577]]},{"area":"14a","points":[[3217,135],[3320,133],[3398,139],[3398,154],[3423,162],[3427,139],[3674,160],[3680,181],[3703,181],[3705,166],[3943,183],[3939,204],[3973,211],[3979,185],[4128,198],[4122,888],[4046,899],[3977,901],[3975,880],[3941,882],[3939,903],[3705,933],[3697,905],[3674,905],[3667,937],[3440,949],[3429,928],[3408,928],[3402,947],[3227,971]]},{"area":"14e","points":[[1293,1661],[1705,1663],[1701,1297],[1632,1307],[1560,1339],[1558,1389],[1520,1385],[1524,1362],[1467,1394],[1394,1461],[1335,1537],[1303,1604]]},{"area":"152","points":[[1741,1665],[1735,1469],[1743,1291],[1832,1286],[1846,1314],[1882,1312],[1882,1288],[2042,1291],[2048,1674]]},{"area":"14c","points":[[1288,1699],[1720,1709],[1722,1861],[1722,2065],[1636,2053],[1564,2027],[1566,1979],[1526,1975],[1522,1989],[1482,1985],[1438,1947],[1381,1905],[1328,1819],[1299,1754]]},{"area":"150","points":[[1758,1714],[1893,1716],[1899,1863],[2051,1869],[2051,2103],[1880,2097],[1878,2072],[1842,2067],[1834,2088],[1752,2088],[1747,1855],[1754,1853]]},{"area":"146","points":[[2088,1272],[2328,1274],[2326,1295],[2368,1301],[2368,1267],[2596,1269],[2602,1295],[2642,1299],[2644,1269],[2869,1272],[2880,1312],[2912,1309],[2916,1276],[3074,1274],[3078,1299],[3118,1301],[3120,1274],[3208,1267],[3219,2095],[2912,2093],[2912,2061],[2876,2059],[2869,2091],[2642,2101],[2636,2063],[2600,2063],[2596,2093],[2366,2105],[2362,2067],[2333,2061],[2324,2095],[2093,2101],[2093,1853],[2084,1691],[2088,1509],[2091,1362]]},{"area":"159","points":[[3251,1512],[3253,1288],[3396,1291],[3402,1326],[3432,1326],[3442,1295],[3653,1314],[3661,1347],[3703,1347],[3705,1318],[3931,1339],[3931,1362],[3964,1360],[3973,1341],[4042,1349],[4051,1663],[3518,1674],[3512,1522]]},{"area":"156","points":[[3248,1859],[3514,1857],[3518,1705],[4040,1701],[4046,2019],[3971,2027],[3968,2011],[3935,2006],[3935,2025],[3712,2057],[3699,2029],[3661,2032],[3661,2059],[3577,2074],[3453,2084],[3432,2080],[3427,2051],[3394,2053],[3392,2091],[3257,2082]]},{"area":"15d","points":[[1288,2859],[1335,2743],[1375,2682],[1434,2619],[1499,2587],[1499,2606],[1543,2602],[1547,2556],[1638,2518],[1731,2505],[1804,2501],[1804,2526],[1851,2526],[1853,2505],[2053,2512],[2057,2886],[2008,2891],[1914,2882],[1876,2888],[1882,2912],[2048,2928],[2042,3061],[1872,3063],[1874,3091],[2034,3093],[2051,3109],[2040,3312],[1876,3309],[1865,3282],[1813,3282],[1813,3316],[1739,3307],[1653,3286],[1566,3255],[1558,3204],[1522,3196],[1509,3223],[1461,3189],[1387,3124],[1328,3029],[1291,2943],[1318,2931],[1347,2922],[1339,2874],[1316,2863]]},{"area":"15f","points":[[2084,2512],[2341,2503],[2345,2531],[2383,2531],[2385,2507],[2531,2503],[2611,2503],[2613,2518],[2651,2522],[2655,2505],[2756,2503],[2869,2505],[2874,2518],[2918,2522],[2922,2503],[3137,2505],[3143,2518],[3183,2524],[3192,2497],[3211,2503],[3221,2611],[3215,2712],[3217,2823],[3221,2922],[3217,3015],[3211,3107],[3206,3309],[3166,3309],[3158,3276],[3128,3274],[3122,3309],[2941,3305],[2901,3303],[2903,3280],[2867,3280],[2863,3320],[2802,3307],[2726,3314],[2623,3312],[2625,3282],[2604,3286],[2594,3316],[2495,3307],[2364,3309],[2358,3284],[2326,3280],[2324,3314],[2217,3307],[2078,3305],[2082,2920],[2086,2695]]},{"area":"167","points":[[3248,2507],[3309,2499],[3413,2512],[3421,2547],[3457,2543],[3457,2522],[3568,2531],[3651,2531],[3665,2566],[3695,2564],[3695,2547],[3714,2549],[3718,2895],[3512,2897],[3288,2897],[3244,2893],[3244,2825],[3251,2777],[3442,2771],[3440,2749],[3248,2754],[3253,2573]]},{"area":"162","points":[[3251,2941],[3373,2939],[3505,2931],[3680,2933],[3726,2954],[3724,3276],[3697,3282],[3684,3253],[3653,3255],[3651,3282],[3514,3301],[3446,3307],[3442,3280],[3406,3274],[3400,3307],[3251,3303],[3246,3076],[3442,3069],[3448,3046],[3244,3042]]},{"area":"170","points":[[3773,2552],[3901,2566],[3905,2579],[3928,2585],[3933,2798],[3935,2899],[3777,2893],[3775,2663],[3773,2621]]},{"area":"16b","points":[[3792,3263],[3909,3257],[3914,3223],[3935,3219],[3937,3029],[3926,2954],[3785,2952],[3789,3158]]},{"area":"172","points":[[1488,3996],[1495,3947],[1509,3905],[1552,3905],[1552,3836],[1583,3800],[1625,3768],[1741,3712],[1802,3709],[1806,3754],[1851,3760],[1853,3707],[2027,3707],[2057,3709],[2057,3760],[2109,3756],[2107,3714],[2314,3709],[2316,3754],[2367,3759],[2366,3713],[2474,3707],[2586,3706],[2591,3756],[2636,3760],[2636,3710],[2743,3706],[2849,3709],[2853,3750],[2900,3750],[2897,3703],[2993,3703],[3111,3706],[3114,3753],[3156,3750],[3159,3707],[3264,3710],[3386,3707],[3387,3751],[3431,3754],[3434,3710],[3549,3716],[3641,3729],[3650,3769],[3697,3774],[3697,3731],[3837,3740],[3839,3850],[3843,3973],[3834,4029],[3836,4107],[3844,4216],[3840,4341],[3703,4347],[3697,4311],[3653,4311],[3654,4354],[3589,4354],[3516,4367],[3439,4369],[3436,4326],[3399,4321],[3393,4371],[3281,4371],[3163,4370],[3157,4327],[3116,4326],[3113,4367],[2994,4367],[2907,4367],[2904,4320],[2861,4320],[2857,4373],[2706,4370],[2634,4369],[2636,4324],[2587,4324],[2584,4367],[2543,4369],[2481,4367],[2381,4369],[2363,4370],[2359,4331],[2323,4324],[2316,4369],[2101,4373],[2097,4329],[2056,4329],[2054,4371],[1949,4370],[1849,4371],[1843,4324],[1809,4323],[1806,4367],[1734,4356],[1673,4333],[1626,4313],[1580,4274],[1561,4256],[1553,4150],[1516,4150],[1511,4184],[1494,4150],[1477,4081],[1563,4074],[1560,4031],[1556,4006],[1517,3999]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/018-03-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/019-03-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":167,"offsetX":55,"offsetY":26},"mapParent":{"id":"552"}}]},{"name":"Ch. 3: Danger at Dunwater","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/023-05-dm.png"},"width":8192,"height":5399,"title":"Map 3.1: Lizardfolk Lair","imageType":"map","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"id":"553","mapRegions":[{"area":"1b3","points":[[1655,190],[1655,530],[1995,530],[1995,190]]},{"area":"1eb","points":[[262,310],[262,877],[827,877],[827,310]]},{"area":"1e9","points":[[260,1000],[260,1815],[832,1815],[832,1000]]},{"area":"1e7","points":[[380,1922],[835,1925],[837,2030],[720,2030],[715,2150],[377,2145]]},{"area":"1ed","points":[[1117,657],[1640,657],[1652,870],[1200,875],[1195,757],[1122,745]]},{"area":"1f2","points":[[960,790],[1062,782],[1062,525],[1297,530],[1295,310],[955,305]]},{"area":"1b0","points":[[1425,997],[1772,995],[1772,1217],[1872,1222],[1870,1335],[1427,1335]]},{"area":"1b9","points":[[1305,1460],[1305,1917],[1887,1917],[1887,1460]]},{"area":"1bc","points":[[1312,2035],[1312,2492],[1885,2492],[1885,2035]]},{"area":"1bf","points":[[1310,2620],[1310,2957],[1895,2957],[1895,2620]]},{"area":"1e2","points":[[12,2552],[67,2557],[112,2585],[187,2572],[210,2545],[260,2525],[305,2482],[332,2412],[345,2395],[340,2352],[352,2337],[385,2300],[430,2287],[480,2287],[532,2267],[590,2237],[625,2247],[665,2257],[730,2252],[780,2255],[830,2227],[855,2310],[885,2392],[942,2485],[1017,2557],[1060,2632],[1077,2732],[1072,2850],[1072,2922],[1057,2955],[1052,2992],[1012,2972],[962,2975],[927,2977],[887,3002],[860,3030],[825,3047],[775,3057],[722,3080],[670,3102],[647,3127],[620,3145],[547,3137],[460,3117],[432,3100],[405,3057],[370,3037],[317,3022],[310,2980],[297,2945],[272,2922],[235,2907],[207,2890],[162,2887],[142,2915],[102,2945],[80,2972],[50,3022],[12,3067]]},{"area":"1de","points":[[152,3425],[385,3427],[372,3820],[257,3802],[257,3770],[145,3765]]},{"area":"1d1","points":[[497,3310],[497,3527],[722,3527],[722,3310]]},{"area":"1d1","points":[[855,3317],[855,3525],[1077,3525],[1077,3317]]},{"area":"1d1","points":[[1197,3310],[1197,3532],[1422,3532],[1422,3310]]},{"area":"1d1","points":[[1542,3315],[1542,3525],[1767,3525],[1767,3315]]},{"area":"1db","points":[[270,3845],[362,3837],[370,3882],[835,3897],[837,4115],[377,4117],[370,4002],[337,4000],[297,3977],[280,3947],[262,3895]]},{"area":"1d4","points":[[1200,3895],[1697,3890],[1707,4002],[1660,4002],[1655,4115],[1187,4115],[1185,3997]]},{"area":"1d7","points":[[1737,3892],[2132,3895],[2122,4117],[1862,4110],[1780,4115],[1777,4005],[1737,4000]]},{"area":"1cd","points":[[2247,3542],[2475,3537],[2480,3770],[2527,3775],[2525,3872],[2250,3877]]},{"area":"1ac","points":[[2237,185],[2237,877],[2700,877],[2700,185]]},{"area":"1a9","points":[[2732,417],[2935,412],[2940,305],[3407,307],[3407,527],[2730,522]]},{"area":"1a7","points":[[3522,70],[3522,207],[3642,207],[3642,70]]},{"area":"1b7","points":[[2832,1215],[2832,1795],[3172,1795],[3172,1215]]},{"area":"1c4","points":[[2357,2150],[2357,2955],[3062,2955],[3062,2150]]},{"area":"1c9","points":[[2597,3315],[2597,4000],[3297,4000],[3297,3315]]},{"area":"1f6","points":[[4210,762],[4210,1572],[4780,1572],[4780,762]]},{"area":"1c2","points":[[3412,997],[3412,1912],[3982,1912],[3982,997]]},{"area":"1f4","points":[[4807,877],[4900,875],[4902,767],[5127,762],[5130,985],[4805,980]]},{"area":"1f9","points":[[5147,415],[5250,405],[5255,375],[5370,377],[5375,412],[5480,415],[5485,687],[5377,685],[5372,642],[5225,642],[5147,637]]},{"area":"1fb","points":[[5257,762],[5357,757],[5370,725],[5480,720],[5485,750],[5602,762],[5607,997],[5250,985]]},{"area":"228","points":[[4907,1107],[4907,1565],[5487,1565],[5487,1107]]},{"area":"22e","points":[[5142,1682],[5142,1907],[5487,1907],[5487,1682]]},{"area":"215","points":[[4212,1677],[4212,2252],[5025,2252],[5025,1677]]},{"area":"1fe","points":[[3647,2727],[3875,2732],[3882,3102],[3765,3102],[3762,3067],[3655,3070],[3647,2912],[3652,2840]]},{"area":"200","points":[[3647,3187],[3772,3177],[3770,3145],[3870,3137],[3880,3187],[3987,3192],[3987,3525],[3767,3530],[3765,3565],[3652,3560],[3650,3345],[3652,3265]]},{"area":"202","points":[[3655,3600],[3755,3602],[3765,3657],[3992,3652],[4000,3877],[3650,3880],[3642,3737]]},{"area":"205","points":[[4222,3422],[4315,3420],[4322,3377],[4425,3375],[4435,3412],[4552,3427],[4545,3880],[4585,3887],[4590,3987],[4222,3982],[4215,3630]]},{"area":"20a","points":[[4630,3877],[4630,3990],[4895,3982],[4900,3647],[4667,3647],[4667,3880]]},{"area":"208","points":[[4212,2832],[4667,2840],[4660,2980],[4662,3290],[4432,3300],[4427,3342],[4317,3340],[4317,3305],[4220,3292]]},{"area":"212","points":[[4777,3527],[5017,3532],[5010,3190],[4907,3187],[4910,3135],[4787,3137]]},{"area":"20c","points":[[4785,2720],[5007,2722],[5012,3072],[4907,3065],[4900,3112],[4790,3107],[4777,2837]]},{"area":"22b","points":[[5830,1112],[5830,1570],[6065,1570],[6065,1112]]},{"area":"22b","points":[[5957,1680],[5957,1915],[6430,1915],[6430,1680]]},{"area":"231","points":[[5602,2260],[5602,2497],[6067,2497],[6067,2260]]},{"area":"219","points":[[5077,2365],[5140,2290],[5235,2190],[5267,2142],[5392,2180],[5342,2212],[5287,2275],[5215,2365],[5147,2427]]},{"area":"21e","points":[[6297,1235],[6302,1327],[6415,1342],[6425,1442],[6185,1435],[6192,1242]]},{"area":"225","points":[[6422,1462],[6422,1560],[6537,1560],[6537,1462]]},{"area":"224","points":[[6560,1462],[6560,1560],[6647,1560],[6647,1462]]},{"area":"224","points":[[6667,1467],[6667,1567],[6772,1567],[6772,1467]]},{"area":"223","points":[[6785,1470],[6785,1562],[6875,1562],[6875,1470]]},{"area":"220","points":[[6897,1460],[6897,1560],[7000,1560],[7000,1460]]},{"area":"21b","points":[[6175,885],[6175,1222],[6540,1222],[6540,885]]},{"area":"233","points":[[6287,75],[6295,127],[6307,152],[6330,172],[6340,212],[6365,240],[6442,237],[6477,202],[6505,172],[6570,150],[6580,117],[6692,97],[6745,130],[6792,122],[6837,95],[6922,105],[6967,117],[7010,147],[7077,177],[7130,207],[7142,247],[7120,282],[7120,322],[7160,360],[7192,375],[7192,420],[7235,432],[7180,650],[7130,697],[7062,667],[7010,655],[6657,650],[6655,530],[6550,530],[6542,647],[6470,672],[6402,737],[6312,675],[6275,620],[6217,612],[6182,572],[6145,522],[6150,477],[6102,440],[6087,385],[6072,310],[6085,252],[6097,210],[6080,180],[6087,122],[6120,102],[6120,65]]},{"area":"237","points":[[7145,707],[7200,662],[7260,422],[7337,390],[7360,352],[7365,292],[7372,260],[7432,237],[7455,190],[7510,147],[7600,127],[7675,117],[7777,127],[7845,150],[7915,195],[7932,250],[7987,307],[8017,357],[8035,430],[8060,490],[8052,560],[8040,587],[8065,627],[8060,685],[8045,752],[8000,785],[7972,812],[7930,825],[7892,850],[7847,870],[7825,897],[7797,945],[7757,972],[7705,980],[7652,1000],[7625,1025],[7577,1012],[7512,1030],[7485,1097],[7485,1157],[7547,1182],[7617,1187],[7507,1350],[7390,1327],[7335,1290],[7305,1270],[7255,1180],[7245,1125],[7242,985],[7355,985],[7352,880],[7240,870],[7205,792]]},{"area":"23b","points":[[7395,1347],[7520,1370],[7677,1140],[7752,1115],[7807,1132],[7880,1157],[7970,1160],[8002,1185],[7992,1267],[7952,1302],[7950,1360],[7997,1397],[8050,1430],[8062,1485],[8085,1535],[8062,1587],[8092,1680],[8105,1770],[8080,1812],[8057,1872],[8052,1927],[8065,1975],[8022,2027],[8007,2077],[7937,2102],[7860,2150],[7790,2170],[7725,2185],[7685,2132],[7675,2060],[7655,2020],[7585,2030],[7540,2035],[7452,1940],[7425,1790],[7487,1752],[7535,1720],[7542,1682],[7662,1682],[7650,1572],[7557,1570],[7525,1490],[7497,1430],[7440,1387]]},{"area":"23f","points":[[6537,2307],[6545,2250],[6550,2220],[6602,2172],[6655,2122],[6702,2060],[6735,1987],[6775,1890],[6885,1815],[7002,1802],[7122,1805],[7130,1905],[7242,1910],[7242,1802],[7352,1805],[7400,1790],[7427,1967],[7530,2052],[7545,2110],[7590,2135],[7625,2165],[7655,2147],[7695,2195],[7697,2247],[7700,2292],[7695,2330],[7707,2377],[7672,2417],[7635,2467],[7572,2495],[7510,2495],[7447,2475],[7400,2495],[7265,2530],[7202,2545],[7182,2585],[7105,2592],[7057,2590],[7007,2617],[6962,2607],[6932,2580],[6870,2552],[6797,2547],[6775,2557],[6702,2515],[6652,2460],[6657,2422],[6630,2395],[6602,2355],[6565,2340]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/023-05-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/024-05-pc.png"},"title":"Player Version","width":8192,"height":5399,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":38,"offsetY":-58,"distance":10},"mapParent":{"id":"553"}}]},{"name":"Ch. 4: Salvage Operation","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/032-27-dm.png"},"width":2063,"height":1425,"title":"Map 4.1: Emperor of the Waves","imageType":"map","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"id":"554","mapRegions":[{"area":"279","points":[[283,427],[305,440],[330,460],[353,483],[374,505],[390,533],[404,570],[413,618],[417,676],[417,756],[417,849],[413,964],[411,1035],[410,1119],[404,1234],[163,1234],[153,1045],[150,913],[147,823],[148,696],[150,645],[156,602],[161,571],[170,544],[177,530],[189,510],[214,480],[240,455],[266,437]]},{"area":"269","points":[[630,509],[646,480],[667,450],[690,425],[713,403],[737,387],[757,403],[780,421],[802,443],[820,470],[842,504],[853,536],[859,555],[665,555],[676,509]]},{"area":"265","points":[[623,519],[633,519],[635,516],[655,522],[657,517],[664,517],[650,576],[643,631],[641,656],[709,657],[709,692],[603,692],[604,638],[608,597],[617,549]]},{"area":"26c","points":[[661,567],[708,567],[708,647],[650,647],[656,602]]},{"area":"26e","points":[[787,566],[860,566],[868,617],[872,650],[874,692],[872,738],[787,738]]},{"area":"267","points":[[603,702],[718,702],[718,566],[777,566],[777,873],[697,873],[697,738],[603,738]]},{"area":"270","points":[[603,750],[603,873],[688,873],[688,750]]},{"area":"270","points":[[787,749],[787,872],[870,872],[870,749]]},{"area":"272","points":[[603,882],[870,882],[866,1057],[609,1057]]},{"area":"276","points":[[608,1065],[865,1065],[858,1234],[616,1234]]},{"area":"262","points":[[1067,601],[1077,528],[1092,486],[1110,451],[1136,423],[1165,391],[1197,367],[1236,346],[1277,370],[1307,392],[1333,416],[1354,438],[1370,461],[1383,486],[1393,518],[1403,570],[1405,601]]},{"area":"25c","points":[[1063,612],[1069,608],[1088,612],[1377,612],[1381,610],[1400,615],[1409,612],[1411,672],[1413,783],[1411,856],[1406,998],[1405,1056],[1397,1059],[1377,1053],[1370,1055],[1096,1055],[1091,1060],[1073,1055],[1070,1057],[1067,991],[1064,900],[1062,816],[1062,711],[1062,655]]},{"area":"25e","points":[[1074,1066],[1399,1066],[1395,1229],[1079,1228]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/032-27-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/033-27-pc.png"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":17,"offsetY":28,"scale":2},"mapParent":{"id":"554"}}]},{"name":"Ch. 5: Isle of the Abbey","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/038-26-dm.png"},"width":2100,"height":2850,"title":"Map 5.1: Abbey Isle","imageType":"map","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"id":"555"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/039-26-pc.png"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":109,"offsetX":23,"offsetY":42,"distance":500},"mapParent":{"id":"555"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/040-25-dm.png"},"width":4126,"height":2850,"title":"Map 5.2: Skull Dunes","imageType":"map","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"id":"556"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/041-25-pc.png"},"title":"Player Version","width":4126,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":79,"offsetY":-23,"distance":150},"mapParent":{"id":"556"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/043-24-dm.png"},"width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":219,"offsetX":-8,"offsetY":-9,"distance":10},"title":"Map 5.3: Abbey Ruins","id":"fff","mapRegions":[{"area":"2bd","points":[[1741,1099],[1973,1100],[1973,1526],[1743,1525]]},{"area":"2bf","points":[[1096,1089],[1729,1093],[1740,1520],[1974,1525],[1972,1092],[2831,1091],[2838,2172],[1093,2172]]},{"area":"2c2","points":[[2853,1092],[3488,1088],[3496,1736],[2852,1734]]},{"area":"2c4","points":[[2858,1753],[3489,1758],[3500,2178],[2856,2170]]},{"area":"2c6","points":[[426,1077],[1079,1078],[1084,1735],[430,1733]]},{"area":"2c8","points":[[435,1751],[1080,1755],[1080,2169],[432,2168]]},{"area":"2cc","points":[[1089,413],[1529,408],[1529,1079],[1089,1073]]},{"area":"2cf","points":[[1543,412],[1962,413],[1961,1087],[1548,1080]]},{"area":"2d2","points":[[1976,415],[2405,418],[2397,1081],[1977,1080]]},{"area":"2d6","points":[[2418,422],[2834,419],[2833,1078],[2415,1077]]},{"area":"2e0","points":[[206,2607],[876,2618],[877,3268],[199,3276]]},{"area":"2e2","points":[[2845,2178],[3934,2175],[3951,3276],[2843,3267]]},{"area":"2e4","points":[[1081,3693],[1974,3695],[1987,4597],[1085,4589]]},{"area":"2e8","points":[[2617,3921],[3495,3928],[3501,4804],[2616,4805]]},{"area":"2df","points":[[440,3272],[665,3270],[666,3503],[444,3502]]},{"area":"2df","points":[[1524,3267],[1752,3272],[1752,3494],[1522,3497]]},{"area":"2df","points":[[3493,3493],[3730,3494],[3737,3712],[3498,3712]]},{"area":"2db","points":[[1098,3052],[1305,3061],[1307,3279],[1087,3279]]},{"area":"2db","points":[[1529,2401],[1755,2405],[1761,2625],[1525,2622]]},{"area":"2db","points":[[1751,2178],[1753,2393],[1955,2394],[1950,2171]]},{"area":"2db","points":[[3496,4366],[3726,4366],[3730,4587],[3497,4582]]},{"area":"2db","points":[[3063,4801],[3278,4802],[3283,5024],[3057,5023]]},{"area":"2db","points":[[676,3270],[675,3498],[883,3506],[874,3266]]},{"area":"2dc","points":[[1092,2177],[1319,2179],[1317,2404],[1091,2399]]},{"area":"2dc","points":[[1092,2409],[1316,2413],[1316,2621],[1094,2618]]},{"area":"2dc","points":[[2620,3054],[2847,3058],[2845,3272],[2625,3272]]},{"area":"2dc","points":[[3491,4792],[3710,4807],[3715,5029],[3497,5018]]},{"area":"2dd","points":[[655,2395],[865,2399],[871,2612],[656,2612]]},{"area":"2dd","points":[[1971,2172],[1969,2396],[2197,2395],[2194,2167]]},{"area":"2dd","points":[[1088,3282],[1310,3285],[1312,3497],[1088,3495]]},{"area":"2dd","points":[[3498,3717],[3731,3721],[3733,3942],[3486,3934]]},{"area":"2de","points":[[880,2398],[1081,2402],[1083,2624],[881,2618]]},{"area":"2de","points":[[1968,2844],[2183,2844],[2188,3064],[1966,3058]]},{"area":"2de","points":[[2618,2826],[2840,2829],[2845,3051],[2616,3045]]},{"area":"2de","points":[[2404,4801],[2623,4799],[2629,5020],[2411,5022]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/043-24-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/044-24-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":219,"offsetX":-8,"offsetY":-28,"distance":10},"mapParent":{"id":"fff","offsetY":-200}}]},{"name":"Ch. 6: The Final Enemy","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/049-23-dm.png"},"width":4200,"height":5700,"title":"Map 6.1: Sahuagin Lair Level 1","imageType":"map","grid":{"type":"square","size":113,"offsetX":42,"offsetY":-8,"distance":10},"id":"557","mapRegions":[{"area":"33c","points":[[688,3958],[723,3955],[720,3840],[1058,3845],[1065,4045],[1070,4178],[728,4173],[723,4065],[685,4063]]},{"area":"311","points":[[1175,785],[1395,785],[1408,730],[1380,645],[1348,583],[1270,573],[1233,550],[1283,515],[1295,483],[1310,475],[1328,428],[1348,380],[1388,353],[1450,318],[1508,325],[1535,348],[1553,403],[1570,438],[1600,463],[1628,500],[1695,523],[1743,543],[1698,553],[1663,580],[1630,585],[1580,605],[1555,633],[1535,653],[1520,688],[1510,720],[1503,733],[1533,768],[1570,780],[1748,790],[1748,1010],[1523,1010],[1523,1118],[1408,1118],[1408,1018],[1175,1018]]},{"area":"316","points":[[1180,1125],[1180,1463],[1740,1463],[1740,1125]]},{"area":"319","points":[[618,1353],[835,1363],[843,1805],[923,1805],[923,1908],[618,1910]]},{"area":"329","points":[[1858,1470],[1968,1470],[1965,1353],[2308,1345],[2310,1458],[2308,1573],[2203,1573],[2195,1658],[2083,1658],[2083,1575],[1863,1578]]},{"area":"327","points":[[2418,1353],[2870,1360],[2870,1573],[2765,1583],[2763,1655],[2650,1658],[2648,1580],[2420,1573]]},{"area":"31b","points":[[3135,1805],[3218,1805],[3213,1563],[3215,1458],[3553,1468],[3558,1695],[3558,1913],[3128,1915]]},{"area":"325","points":[[1973,1693],[2863,1703],[2863,1783],[2883,1860],[2873,2018],[2535,2030],[2535,2113],[2420,2113],[2418,2028],[1973,2023]]},{"area":"323","points":[[1535,2613],[1535,2933],[1830,2933],[1830,2613]]},{"area":"321","points":[[1878,2620],[1878,2928],[2175,2928],[2175,2620]]},{"area":"31f","points":[[2213,2615],[2213,2933],[2518,2933],[2518,2615]]},{"area":"31d","points":[[1073,2138],[2958,2150],[2958,2250],[2878,2250],[2865,2928],[2555,2935],[2550,2578],[1490,2575],[1490,2928],[1185,2928],[1175,2253],[1073,2253]]},{"area":"33a","points":[[1405,3615],[1405,3950],[1735,3950],[1735,3615]]},{"area":"338","points":[[2310,3610],[2310,3953],[2645,3953],[2645,3610]]},{"area":"32b","points":[[2990,3388],[2990,3725],[3325,3725],[3325,3388]]},{"area":"32f","points":[[3215,2138],[3550,2148],[3558,3275],[3323,3270],[3323,3345],[3213,3345]]},{"area":"340","points":[[3015,4518],[3438,4525],[3448,4965],[3095,4965],[3095,4635],[3020,4628]]},{"area":"342","points":[[3510,4750],[3510,4968],[3615,4968],[3615,4750]]},{"area":"346","points":[[1525,4630],[1508,4603],[1478,4590],[1505,4555],[1490,4503],[1535,4490],[1533,4458],[1548,4433],[1498,4420],[1530,4353],[1583,4355],[1613,4348],[1605,4263],[1678,4233],[1675,4203],[1715,4160],[1738,4170],[1778,4160],[1825,4180],[1850,4158],[1883,4133],[1903,4098],[1958,4085],[1990,4130],[2033,4118],[2055,4095],[2065,4065],[2098,4063],[2130,4060],[2533,4060],[2533,4508],[2605,4518],[2605,4625]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/049-23-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/050-23-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":113,"offsetX":45,"offsetY":-33,"distance":10},"mapParent":{"id":"557"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/052-22-dm.png"},"width":4186,"height":5672,"title":"Map 6.2: Sahuagin Lair Level 2","imageType":"map","grid":{"type":"square","size":114,"offsetX":43,"offsetY":-10,"distance":10},"id":"558","mapRegions":[{"area":"38f","points":[[1073,1358],[1070,1010],[3005,1015],[2998,1358],[2153,1358],[2125,1418],[2090,1443],[2033,1448],[1985,1440],[1950,1415],[1928,1390],[1920,1358]]},{"area":"393","points":[[1328,335],[2738,335],[2738,443],[2555,443],[2555,790],[2098,790],[2098,995],[1985,995],[1985,788],[1523,788],[1523,435],[1328,435]]},{"area":"3a4","points":[[498,330],[498,788],[838,788],[838,330]]},{"area":"3a2","points":[[953,338],[1290,338],[1290,795],[870,795],[870,673],[958,673]]},{"area":"398","points":[[2780,330],[2780,565],[3115,565],[3115,330]]},{"area":"39b","points":[[3150,335],[3463,325],[3465,670],[3235,678],[3233,453],[3150,453]]},{"area":"39e","points":[[2775,670],[3118,670],[3115,780],[3343,780],[3350,720],[3458,720],[3463,903],[2775,908]]},{"area":"38c","points":[[500,1395],[503,1813],[960,1815],[958,1478],[613,1470],[618,1395]]},{"area":"37c","points":[[1070,1415],[1640,1430],[1638,1535],[1418,1543],[1423,1875],[1068,1873]]},{"area":"379","points":[[1068,1930],[1410,1935],[1415,2035],[1493,2045],[1495,2160],[1415,2163],[1408,2268],[1073,2275]]},{"area":"376","points":[[1073,2388],[1405,2393],[1413,2498],[1493,2498],[1493,2610],[1413,2608],[1415,2728],[1075,2725]]},{"area":"387","points":[[2435,1473],[2663,1475],[2660,1700],[2353,1698],[2355,1585],[2433,1578]]},{"area":"373","points":[[2583,1810],[2895,1815],[2893,2040],[2660,2040],[2660,1930],[2580,1925]]},{"area":"370","points":[[2583,2158],[2893,2163],[2893,2378],[2673,2385],[2660,2270],[2590,2263]]},{"area":"36d","points":[[2583,2495],[2888,2503],[2895,2725],[2663,2725],[2660,2613],[2580,2610]]},{"area":"380","points":[[1755,1585],[1755,2730],[2323,2730],[2323,1585]]},{"area":"38a","points":[[3115,1475],[3455,1468],[3465,1390],[3573,1398],[3585,1818],[3125,1813]]},{"area":"363","points":[[3255,3218],[3255,3488],[3573,3488],[3573,3218]]},{"area":"35f","points":[[2888,3073],[3458,3055],[3458,2978],[3570,2983],[3575,3173],[3238,3185],[3230,3420],[3235,3530],[3568,3523],[3575,3640],[2665,3638],[2660,3295],[2890,3293]]},{"area":"34d","points":[[1640,3520],[1640,4103],[2435,4103],[2435,3520]]},{"area":"36a","points":[[500,3208],[500,3493],[805,3493],[805,3208]]},{"area":"366","points":[[503,3070],[1183,3075],[1188,3285],[1415,3293],[1415,3638],[500,3640],[503,3528],[840,3523],[838,3178],[503,3170]]},{"area":"355","points":[[610,3708],[1070,3705],[1075,3895],[1150,3900],[1150,4020],[620,4015]]},{"area":"352","points":[[613,4088],[1073,4090],[1070,4428],[845,4428],[840,4513],[723,4508],[720,4435],[620,4435]]},{"area":"35d","points":[[903,4715],[1368,4713],[1368,4680],[1456,4680],[1463,4830],[903,4825]]},{"area":"35b","points":[[2713,4713],[3165,4725],[3168,4823],[2618,4833],[2613,4685],[2715,4683]]},{"area":"358","points":[[1360,4208],[2713,4213],[2718,4658],[2555,4665],[2555,4770],[1528,4763],[1518,4663],[1360,4660]]},{"area":"34f","points":[[3010,4095],[3010,4438],[3460,4438],[3460,4095]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/052-22-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/053-22-pc.png"},"title":"Player Version","width":4186,"height":5672,"imageType":"mapPlayer","grid":{"type":"square","size":114,"offsetX":46,"offsetY":27,"distance":10},"mapParent":{"id":"558"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/057-21-dm.png"},"width":4200,"height":5700,"title":"Map 6.3: Sahuagin Lair Level 3","imageType":"map","grid":{"type":"square","size":91,"offsetX":14,"offsetY":52,"distance":10},"id":"559","mapRegions":[{"area":"3e3","points":[[1388,513],[1435,500],[1563,498],[1630,505],[1710,515],[1745,535],[1745,670],[1725,688],[1658,688],[1550,700],[1500,680],[1440,678],[1393,683],[1375,648],[1380,600],[1365,540]]},{"area":"3be","points":[[583,1510],[743,1508],[740,870],[1195,870],[1198,1605],[593,1598]]},{"area":"3c2","points":[[1015,1685],[1290,1693],[1293,1963],[928,1965],[930,1630],[1013,1630]]},{"area":"3ae","points":[[1560,1695],[1560,1870],[2483,1870],[2483,1695]]},{"area":"3b2","points":[[1560,1513],[1560,1663],[1743,1663],[1743,1513]]},{"area":"3b4","points":[[1783,1515],[1783,1658],[1920,1658],[1920,1515]]},{"area":"3b6","points":[[1968,1515],[1968,1660],[2108,1660],[2108,1515]]},{"area":"3ba","points":[[2158,1508],[2158,1655],[2285,1655],[2285,1508]]},{"area":"3bc","points":[[2325,1513],[2325,1655],[2473,1655],[2473,1513]]},{"area":"3ac","points":[[2838,1353],[2838,1593],[3068,1593],[3068,1353]]},{"area":"3a8","points":[[2838,868],[3285,868],[3285,988],[3385,993],[3383,1590],[3110,1595],[3105,1315],[2838,1315]]},{"area":"3c7","points":[[1380,2413],[1380,3603],[2563,3603],[2563,2413]]},{"area":"3cb","points":[[2928,2870],[3295,2878],[3295,3595],[3013,3588],[3005,3875],[2865,3878],[2865,3788],[2928,3788]]},{"area":"3cf","points":[[3040,3633],[3040,3878],[3288,3878],[3288,3633]]},{"area":"3d9","points":[[2383,3788],[2470,3788],[2475,3963],[2745,3958],[2743,4135],[2770,4148],[2788,4235],[2383,4243]]},{"area":"3df","points":[[740,4328],[3200,4328],[3195,4625],[3158,4718],[3110,4780],[3040,4803],[2985,4833],[2945,4865],[2873,4850],[2833,4835],[2780,4825],[2748,4833],[2730,4860],[2683,4848],[2623,4873],[2568,4915],[2488,4955],[2423,4980],[2375,4978],[2320,4983],[2275,4998],[2220,5010],[2185,5043],[2013,5043],[1948,5005],[1893,4990],[1810,4985],[1735,4993],[1653,5010],[1605,5013],[1528,5015],[1455,5015],[1378,5003],[1330,4960],[1300,4928],[1223,4920],[1163,4883],[1090,4860],[1045,4835],[955,4815],[923,4788],[890,4770],[830,4755],[768,4725],[743,4673],[738,4545]]},{"area":"3dc","points":[[1143,4240],[1570,4233],[1563,3788],[1468,3783],[1468,3960],[1200,3960],[1203,4143],[1143,4138]]},{"area":"3d2","points":[[468,2965],[468,3513],[928,3513],[928,2965]]},{"area":"3d6","points":[[470,3535],[470,3778],[623,3778],[623,3535]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/057-21-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/058-21-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":14,"offsetY":27,"distance":10},"mapParent":{"id":"559"}}]},{"name":"Ch. 7: Tammeraut's Fate","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/064-20-dm.png"},"width":2063,"height":1425,"title":"Map 7.1: Firewatch Island","imageType":"map","grid":{"type":"none","size":82,"distance":30},"id":"55a"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/065-20-pc.png"},"title":"Player Version","width":2063,"height":1425,"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":30},"mapParent":{"id":"55a"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/066-19-dm.png"},"width":2100,"height":2850,"title":"Map 7.2: Hermitage First Floor","imageType":"map","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"id":"55b","mapRegions":[{"area":"416","points":[[611,1654],[539,1654],[526,1621],[510,1591],[490,1573],[465,1556],[465,1338],[632,1162],[1217,1162],[1217,1246],[1258,1251],[1271,1275],[1282,1305],[1281,1331],[1303,1355],[1317,1366],[1339,1364],[1365,1375],[1379,1396],[1376,1421],[1379,1448],[1364,1463],[1263,1463],[1263,1452],[1201,1452],[1201,1463],[709,1463],[709,1589],[611,1589]]},{"area":"41b","points":[[1144,1931],[1365,1931],[1365,1773],[1384,1790],[1414,1797],[1431,1799],[1455,1790],[1478,1766],[1491,1738],[1484,1695],[1522,1657],[1493,1628],[1453,1666],[1428,1658],[1400,1662],[1382,1671],[1364,1686],[1364,1467],[1382,1449],[1442,1464],[1459,1457],[1478,1454],[1505,1458],[1533,1465],[1571,1466],[1587,1456],[1612,1450],[1629,1442],[1640,1435],[1662,1434],[1685,1432],[1702,1434],[1733,1426],[1752,1436],[1776,1451],[1809,1470],[1825,1491],[1831,1516],[1841,1537],[1841,1554],[1837,1575],[1832,1595],[1835,1616],[1837,1644],[1846,1658],[1859,1672],[1862,1701],[1858,1714],[1864,1745],[1886,1754],[1902,1764],[1915,1769],[1915,2142],[1471,2563],[1144,2563]]},{"area":"438","points":[[1396,1776],[1377,1762],[1363,1738],[1368,1711],[1386,1683],[1409,1672],[1438,1672],[1453,1680],[1461,1669],[1479,1689],[1467,1697],[1476,1719],[1471,1745],[1462,1763],[1443,1775],[1423,1778]]},{"area":"44a","points":[[469,1669],[465,1728],[462,1744],[441,1771],[424,1782],[405,1792],[378,1792],[349,1791],[321,1788],[299,1776],[277,1754],[263,1725],[263,1686],[270,1652],[293,1627],[309,1615],[330,1603],[351,1597],[385,1596],[417,1604],[436,1619],[455,1635],[463,1652]]},{"area":"446","points":[[159,2419],[186,2389],[186,2360],[188,2322],[209,2293],[212,2278],[252,2258],[263,2232],[254,2194],[262,2166],[280,2141],[307,2128],[345,2107],[376,2080],[409,2069],[438,2054],[466,2040],[475,2027],[496,2015],[523,2005],[550,2001],[594,1992],[619,1990],[652,1997],[676,2009],[695,2021],[720,2043],[724,2074],[720,2099],[709,2124],[706,2166],[690,2188],[674,2205],[683,2239],[665,2235],[661,2265],[652,2293],[635,2311],[618,2316],[600,2329],[575,2365],[585,2399],[571,2434],[548,2474],[543,2514],[541,2576],[448,2597],[285,2566],[211,2518],[165,2457]]},{"area":"442","points":[[544,1741],[676,1741],[676,1794],[643,1794],[643,1858],[608,1858],[608,1877],[667,1877],[667,1910],[611,1910],[606,1915],[544,1915]]},{"area":"43e","points":[[686,1669],[840,1669],[840,1915],[711,1915],[711,1910],[690,1910],[690,1876],[709,1876],[709,1851],[681,1851],[681,1811],[710,1811],[710,1792],[686,1792]]},{"area":"42a","points":[[561,1675],[627,1675],[627,1606],[1125,1606],[1125,1916],[848,1916],[848,1658],[679,1658],[679,1725],[561,1725]]},{"area":"423","points":[[725,1477],[725,1589],[836,1589],[836,1477]]},{"area":"421","points":[[849,1477],[849,1588],[966,1588],[966,1477]]},{"area":"428","points":[[976,1478],[976,1590],[1128,1590],[1128,1478]]},{"area":"42e","points":[[1144,1478],[1198,1478],[1201,1494],[1258,1494],[1263,1478],[1351,1478],[1351,1756],[1144,1756]]},{"area":"433","points":[[1144,1768],[1144,1915],[1351,1915],[1351,1768]]},{"area":"43b","points":[[817,1930],[817,2302],[1132,2302],[1132,1930]]},{"area":"414","points":[[781,130],[781,320],[694,298],[635,277],[570,262],[475,239],[456,227],[439,209],[378,190],[308,185],[196,179],[144,336],[166,507],[304,611],[681,672],[950,685],[1229,644],[1339,438],[1291,296],[1156,284],[1083,298],[1041,310],[964,317],[907,320],[848,320],[848,130]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/066-19-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/067-19-pc.png"},"title":"Player Version","width":2100,"height":2850,"imageType":"mapPlayer","grid":{"type":"square","size":65,"offsetX":-34,"offsetY":-26,"distance":10},"mapParent":{"id":"55b"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/068-18-dm.png"},"width":2138,"height":1500,"title":"Map 7.3: Hermitage Second Floor","imageType":"map","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"id":"55c","mapRegions":[{"area":"416","points":[[637,695],[619,670],[599,646],[575,632],[569,626],[572,352],[773,148],[1448,148],[1441,214],[1446,283],[1462,310],[1462,345],[1498,387],[1520,386],[1547,396],[1574,421],[1559,452],[1578,472],[1547,490],[1443,490],[1443,480],[1373,480],[1373,492],[862,492],[862,626],[760,626],[760,695]]},{"area":"44e","points":[[582,648],[560,639],[517,636],[493,640],[455,657],[434,686],[423,728],[427,766],[450,804],[477,821],[502,834],[523,835],[554,832],[586,818],[612,788],[622,757],[621,712],[608,677],[595,662]]},{"area":"451","points":[[640,711],[759,711],[759,908],[827,908],[827,961],[706,961],[706,763],[640,763]]},{"area":"456","points":[[875,506],[875,628],[1301,628],[1301,506]]},{"area":"454","points":[[774,643],[774,897],[1004,897],[1004,643]]},{"area":"42a","points":[[1015,640],[1015,901],[1234,901],[1234,640]]},{"area":"458","points":[[1314,809],[1314,964],[1535,964],[1535,809]]},{"area":"42e","points":[[1314,507],[1373,507],[1373,512],[1441,512],[1444,507],[1533,507],[1533,728],[1495,732],[1474,732],[1470,742],[1455,738],[1452,730],[1432,732],[1397,728],[1381,726],[1365,729],[1355,734],[1334,726],[1314,724]]},{"area":"45b","points":[[1554,796],[1551,760],[1557,741],[1575,719],[1595,711],[1622,707],[1650,720],[1671,737],[1677,765],[1671,797],[1657,819],[1635,832],[1605,835],[1582,827],[1563,814]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/068-18-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/069-18-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":16,"offsetY":21,"distance":10},"mapParent":{"id":"55c"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/070-17-dm.png"},"width":2138,"height":1500,"title":"Map 7.4: Hermitage Upper Floors and Cellar","imageType":"map","grid":{"type":"square","size":68,"offsetY":14,"distance":10},"id":"55d","mapRegions":[{"area":"462","points":[[1021,462],[1021,572],[1289,572],[1289,462]]},{"area":"45e","points":[[372,550],[378,511],[394,484],[413,467],[437,453],[465,449],[490,448],[512,455],[538,465],[570,492],[578,517],[586,548],[587,569],[583,608],[568,628],[547,650],[525,661],[492,666],[463,670],[432,663],[400,643],[378,609],[368,572]]},{"area":"464","points":[[426,965],[445,954],[465,950],[484,951],[503,956],[525,965],[541,981],[551,1008],[550,1039],[547,1057],[530,1088],[517,1095],[497,1103],[466,1108],[446,1103],[434,1097],[417,1085],[409,1070],[405,1049],[399,1031],[403,1003],[410,985]]},{"area":"467","points":[[748,1168],[854,1170],[854,1236],[986,1236],[986,1259],[1015,1259],[1015,1280],[987,1280],[987,1303],[919,1303],[919,1369],[770,1374],[746,1369]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/070-17-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/071-17-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetY":13,"distance":10},"mapParent":{"id":"55d"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/072-16-dm.png"},"width":2138,"height":1500,"title":"Map 7.5: The Pit of Hatred","imageType":"map","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"id":"55e"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/073-16-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":51,"offsetY":46},"mapParent":{"id":"55e"}}]},{"name":"Ch. 8: The Styes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/076-15-dm.png"},"width":2138,"height":1500,"title":"Map 8.1: The Styes","imageType":"map","grid":{"type":"none","size":75,"distance":150},"id":"55f","mapRegions":[{"area":"4b6","points":[[447,1044],[441,1025],[428,1017],[428,1011],[413,1002],[415,996],[428,993],[440,972],[496,979],[497,993],[487,995],[495,1006],[495,1010],[486,1014],[484,1019],[464,1019],[458,1047]]},{"area":"4b7","points":[[582,592],[602,579],[615,598],[596,611]]},{"area":"4b8","points":[[853,820],[858,810],[872,807],[875,798],[880,796],[890,823],[897,819],[898,802],[905,801],[907,825],[926,828],[933,808],[941,811],[936,833],[947,836],[961,822],[968,822],[956,846],[961,860],[954,858],[936,863],[935,877],[902,886],[877,885],[853,846],[843,829]]},{"area":"4b9","points":[[989,1013],[1007,990],[1035,1001],[1019,1032]]},{"area":"4ba","points":[[1060,949],[1060,933],[1059,900],[1070,891],[1085,891],[1098,911],[1100,943],[1095,952],[1080,952]]},{"area":"4be","points":[[1241,968],[1249,950],[1267,963],[1262,978]]},{"area":"4bd","points":[[1353,916],[1361,903],[1398,928],[1389,948],[1361,932],[1360,923]]},{"area":"4c0","points":[[1452,1181],[1459,1153],[1475,1142],[1488,1143],[1493,1153],[1497,1161],[1498,1169],[1484,1173],[1474,1179],[1469,1197],[1454,1192]]},{"area":"4bb","points":[[1187,656],[1208,665],[1202,688],[1180,682]]},{"area":"4bc","points":[[1413,608],[1413,628],[1444,628],[1444,608]]},{"area":"4bf","points":[[1672,1000],[1672,1052],[1693,1052],[1693,1000]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/076-15-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/077-15-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"none","size":75,"distance":150},"mapParent":{"id":"55f"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/080-14-dm.png"},"width":2138,"height":1500,"title":"Map 8.2: Mr Dory's Warehouse","imageType":"map","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"id":"560","mapRegions":[{"area":"4d7","points":[[159,100],[159,342],[311,342],[311,100]]},{"area":"4d1","points":[[324,104],[974,104],[974,508],[156,508],[156,352],[324,352]]},{"area":"4db","points":[[1114,104],[1114,506],[1927,506],[1927,104]]},{"area":"4dc","points":[[1318,522],[1318,714],[1515,714],[1515,522]]},{"area":"4de","points":[[1265,873],[1316,867],[1360,861],[1419,853],[1471,851],[1620,852],[1684,856],[1735,864],[1773,886],[1786,905],[1795,946],[1789,979],[1769,1008],[1741,1025],[1699,1034],[1647,1038],[1607,1042],[1566,1041],[1462,1039],[1408,1038],[1371,1036],[1311,1029],[1265,1020],[1265,942]]},{"area":"4e6","points":[[1275,1162],[1332,1155],[1388,1148],[1391,1313],[1321,1306],[1275,1300],[1275,1214]]},{"area":"4e3","points":[[1399,1148],[1458,1142],[1504,1145],[1564,1146],[1596,1146],[1596,1319],[1535,1318],[1479,1320],[1424,1314],[1396,1313],[1396,1231]]},{"area":"4e0","points":[[1609,1145],[1678,1149],[1714,1152],[1753,1168],[1773,1187],[1786,1224],[1780,1267],[1758,1293],[1719,1306],[1684,1313],[1646,1318],[1609,1316]]},{"area":"4d9","points":[[159,642],[159,1046],[973,1046],[973,642]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/080-14-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/081-14-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":83,"offsetX":-34,"offsetY":-57,"scale":2},"mapParent":{"id":"560"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/085-13-dm.png"},"width":2138,"height":1500,"title":"Map 8.3: Temple of Tharizdun","imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"id":"561","mapRegions":[{"area":"4fa","points":[[107,902],[252,902],[252,919],[280,919],[280,901],[358,901],[358,918],[387,918],[387,904],[469,904],[469,916],[491,916],[491,1102],[471,1102],[471,1118],[385,1118],[385,1101],[360,1101],[360,1115],[280,1115],[280,1099],[254,1099],[254,1114],[107,1114],[107,1065],[99,1065],[99,1042],[106,1035],[87,987],[98,976],[98,953],[102,953]]},{"area":"4f8","points":[[481,798],[519,798],[519,814],[544,814],[544,798],[624,798],[624,814],[653,814],[653,798],[733,798],[733,814],[759,814],[759,798],[838,798],[838,814],[867,814],[867,798],[896,798],[896,835],[880,835],[880,860],[898,860],[898,888],[879,888],[879,913],[899,913],[899,1221],[869,1221],[869,1209],[840,1209],[840,1222],[761,1222],[761,1207],[733,1207],[733,1221],[652,1221],[652,1205],[626,1205],[626,1220],[545,1220],[545,1206],[520,1206],[520,1222],[481,1222],[481,1182],[495,1182],[495,1156],[481,1156],[481,1128],[495,1128],[495,889],[481,889],[481,859],[496,859],[496,833],[481,833]]},{"area":"4f6","points":[[916,958],[945,958],[945,966],[973,966],[973,958],[1051,958],[1051,968],[1079,968],[1079,958],[1159,958],[1159,971],[1188,971],[1188,958],[1220,958],[1220,1061],[1189,1061],[1189,1049],[1162,1049],[1162,1061],[1080,1061],[1080,1051],[1055,1051],[1055,1064],[975,1064],[975,1048],[949,1048],[949,1063],[916,1063]]},{"area":"4f2","points":[[1280,851],[1549,851],[1549,1113],[1448,1113],[1448,1166],[1204,1166],[1209,1147],[1216,1140],[1225,1118],[1216,1096],[1219,1081],[1232,1079],[1236,942],[1244,934],[1247,904],[1247,884],[1265,862]]},{"area":"4f4","points":[[1562,855],[1653,855],[1686,859],[1722,868],[1761,886],[1802,907],[1845,934],[1878,955],[1924,1008],[1882,1058],[1845,1086],[1806,1111],[1755,1133],[1719,1151],[1659,1164],[1460,1164],[1460,1124],[1562,1124]]},{"area":"4f0","points":[[1502,741],[1502,795],[1980,795],[1980,741]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/085-13-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/086-13-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-17},"mapParent":{"id":"561"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/088-12-dm.png"},"width":2138,"height":1500,"title":"Map 8.4: Landgrave's Folly","imageType":"map","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"id":"562","mapRegions":[{"area":"507","points":[[673,355],[673,252],[1134,252],[1134,358],[902,358],[902,372],[1605,372],[1605,947],[462,947],[521,906],[624,881],[705,792],[728,635],[706,546],[665,492],[599,433],[511,386],[502,373],[784,373],[784,355]]},{"area":"50a","points":[[376,465],[391,458],[400,449],[429,448],[442,445],[459,446],[480,442],[508,441],[533,439],[561,440],[595,456],[604,475],[619,482],[639,507],[649,526],[671,532],[680,556],[684,582],[688,600],[698,622],[694,656],[695,684],[694,701],[684,724],[671,745],[667,773],[652,800],[639,809],[614,812],[604,824],[604,841],[585,856],[551,864],[524,879],[491,881],[447,882],[404,872],[385,866],[356,853],[341,831],[313,815],[295,786],[272,764],[259,726],[249,694],[249,656],[265,640],[262,614],[272,593],[282,587],[279,572],[291,539],[309,515],[325,501],[349,494],[369,482]]},{"area":"504","points":[[674,967],[674,1420],[1132,1420],[1132,967]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/088-12-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/089-12-pc.png"},"title":"Player Version","width":2138,"height":1500,"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":18,"offsetY":12},"mapParent":{"id":"562"}}]},{"name":"App. A: Of Ships and the Sea","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/GoS/099-09-dm.png"},"title":"Map A.5: Cove Reef","width":4200,"height":5700,"id":"5CA","imageType":"map","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapRegions":[{"area":"552","points":[[521,4457],[521,4792],[846,4792],[846,4457]]},{"area":"555","points":[[2641,704],[2641,997],[3020,997],[3020,704]]},{"area":"557","points":[[411,2314],[411,2561],[681,2561],[681,2314]]},{"area":"559","points":[[1855,3898],[1855,4134],[2110,4134],[2110,3898]]},{"area":"55d","points":[[3114,3273],[3114,4121],[3655,4121],[3655,3273]]},{"area":"55e","points":[[2594,2568],[2594,3118],[3292,3118],[3292,2568]]},{"area":"55f","points":[[3486,2300],[3748,2023],[3932,2156],[3898,2365],[3774,2546],[3827,2745],[3602,2988],[3476,2904],[3537,2711],[3428,2377]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/099-09-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/100-09-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-20,"distance":10},"mapParent":{"id":"5CA"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/102-11-dm.png"},"title":"Map A.6: Wreck of the Marshal","width":4200,"height":5700,"id":"5CB","imageType":"map","grid":{"type":"square","size":140},"mapRegions":[{"area":"575","points":[[3369,4059],[4185,4053],[4182,3487],[3781,3498],[3334,3832],[3334,4060]]},{"area":"577","points":[[87,2627],[517,2624],[519,2505],[694,2349],[1247,2142],[1546,2074],[2663,2059],[3350,2162],[3941,2352],[3962,2945],[3558,3094],[3115,3189],[2653,3247],[1676,3243],[1392,3202],[690,2952],[516,2799],[517,2697],[86,2697]]},{"area":"579","points":[[1115,5339],[1410,5438],[2094,5458],[2096,4341],[1591,4334],[1410,4538],[1112,4646]]},{"area":"57c","points":[[1095,4650],[1093,5323],[716,5132],[424,4901],[753,4648]]},{"area":"580","points":[[2107,5045],[2659,5045],[2659,5421],[2522,5463],[2107,5463]]},{"area":"582","points":[[3072,4892],[3072,4455],[3780,4703],[3780,4892]]},{"area":"57e","points":[[2107,4337],[2519,4337],[2653,4368],[2653,4758],[2107,4758]]},{"area":"583","points":[[3074,4904],[3779,4904],[3779,5105],[3447,5227],[3289,5053],[3219,5081],[3196,5263],[3074,5263]]},{"area":"586","points":[[1127,4621],[1381,4523],[1302,4324],[1057,4117],[805,4117],[624,4296],[689,4478],[924,4378],[1068,4500]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/102-11-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/103-11-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":140},"mapParent":{"id":"5CB"}},{"type":"image","href":{"type":"internal","path":"adventure/GoS/105-08-dm.png"},"title":"Map A.7: Warthalkeel Ruins","width":4200,"height":5700,"id":"5CC","imageType":"map","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapRegions":[{"area":"59e","points":[[6,4179],[734,4180],[934,3303],[856,2705],[483,2519],[483,2385],[346,2385],[261,1810],[313,1577],[374,1178],[82,770],[6,758]]},{"area":"5a0","points":[[3465,1527],[3840,1527],[4006,1668],[4006,2154],[3465,2154]]},{"area":"5a1","points":[[3589,207],[3743,207],[3883,152],[4008,173],[4125,251],[4166,352],[4163,474],[4079,589],[3960,652],[3844,648],[3740,595],[3589,593]]},{"area":"59f","points":[[3129,4],[3410,4],[3424,95],[3441,335],[3570,588],[3607,664],[3686,695],[3930,1023],[4063,1025],[4116,1079],[4193,1237],[4193,1667],[3845,1444],[3598,1444],[3458,1228],[3458,893],[3279,580],[3182,106]]},{"area":"5a3","points":[[700,198],[1233,198],[1233,988],[840,988],[840,546],[700,546]]},{"area":"5a4","points":[[449,556],[449,983],[833,983],[833,556]]},{"area":"5a6","points":[[2891,813],[2506,813],[2506,589],[2764,589]]},{"area":"5a7","points":[[2508,825],[2508,1186],[2892,1186],[2892,825]]},{"area":"5a8","points":[[2504,1194],[2504,1663],[2886,1663],[2886,1194]]},{"area":"5a9","points":[[2264,1177],[2264,1667],[2499,1667],[2499,1177]]},{"area":"5aa","points":[[3016,1186],[3016,1896],[2896,1896],[2896,1186]]},{"area":"5ab","points":[[2503,1681],[2503,1885],[2266,1885],[2266,2145],[3023,2145],[3023,1911],[2880,1911],[2880,1681]]},{"area":"5ad","points":[[1667,2617],[1925,2617],[1925,2471],[2149,2373],[2315,2379],[2508,2483],[2767,2483],[2767,2609],[2512,2609],[2512,3093],[2395,3093],[2395,3219],[2045,3219],[2045,3099],[1917,3099],[1917,2754],[1667,2754]]},{"area":"5ae","points":[[1669,2487],[1669,2612],[1916,2612],[1916,2487]]},{"area":"5ae","points":[[2521,2618],[2521,2750],[2773,2750],[2773,2618]]},{"area":"5ae","points":[[1916,3106],[1916,3220],[2038,3220],[2038,3106]]},{"area":"5ae","points":[[2402,3101],[2402,3216],[2519,3216],[2519,3101]]},{"area":"5af","points":[[1917,3225],[2519,3225],[2519,3345],[2397,3345],[2397,3594],[2037,3594],[2037,3348],[1917,3348]]},{"area":"5b0","points":[[2773,3203],[2532,3203],[2532,3353],[2409,3353],[2409,3593],[2773,3593]]},{"area":"5b1","points":[[104,4404],[353,4404],[521,4302],[734,4292],[844,4337],[960,4403],[960,4534],[1220,4534],[1220,4671],[366,4671],[366,4540],[104,4540]]},{"area":"5ae","points":[[1214,4406],[1214,4530],[967,4530],[967,4406]]},{"area":"5ae","points":[[104,4547],[104,4672],[357,4672],[357,4547]]},{"area":"5b2","points":[[341,4678],[978,4678],[978,5123],[831,5123],[831,5523],[466,5523],[466,5144],[341,5144]]},{"area":"5b3","points":[[838,5130],[838,5524],[1224,5524],[1224,5130]]},{"area":"5b4","points":[[1623,4655],[1739,4429],[1975,4293],[2153,4290],[2260,4322],[2260,4521],[2551,4521],[2585,4671],[2422,4671],[2422,5119],[2664,5119],[2664,5526],[2219,5526],[2219,5143],[1762,5143],[1762,4655]]},{"area":"5b5","points":[[3856,4800],[3219,4800],[3219,4415],[3394,4311],[3571,4292],[3698,4324],[3856,4498]]},{"area":"5b6","points":[[3696,5127],[3696,5519],[4096,5519],[4096,5127]]}],"hrefThumbnail":{"type":"internal","path":"adventure/GoS/thumbnail/105-08-dm.webp"},"page":"adventure.html","source":"GoS","hash":"gos"},{"type":"image","href":{"type":"internal","path":"adventure/GoS/106-08-pc.png"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetY":-17,"distance":10},"mapParent":{"id":"5CC"}}]}]},"HftT":{"id":"HftT","source":"HftT","prop":"adventure","chapters":[{"name":"Hunt for the Thessalhydra","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/HftT/001-c102.png"},"width":2500,"height":2182,"mapRegions":[{"area":"00e","points":[[366,730],[459,727],[463,691],[476,661],[510,656],[531,650],[551,639],[581,657],[621,653],[679,666],[693,679],[766,653],[777,610],[770,589],[756,580],[719,577],[700,574],[710,546],[691,521],[704,487],[767,483],[764,441],[760,421],[769,390],[740,364],[709,360],[659,380],[614,400],[581,377],[554,391],[530,376],[464,389],[424,349],[376,374],[343,399],[327,414],[326,447],[324,471],[299,493],[300,516],[311,550],[330,571],[361,563],[376,586],[376,617],[371,647],[360,679],[366,713]]},{"area":"00c","points":[[367,1026],[450,1046],[479,1030],[501,1031],[514,1050],[534,1059],[551,1043],[577,1030],[597,1020],[623,973],[624,953],[599,927],[604,880],[596,866],[573,863],[560,834],[539,827],[513,833],[479,824],[477,800],[490,796],[480,770],[463,734],[364,739],[363,754],[367,776],[341,791],[311,816],[287,840],[291,866],[293,876],[266,894],[253,914],[257,944],[281,963],[283,996],[279,1034],[299,1040],[331,1040],[349,1033]]},{"area":"00b","points":[[389,1274],[410,1237],[454,1177],[469,1170],[507,1154],[530,1146],[560,1160],[581,1163],[609,1160],[620,1184],[639,1204],[639,1220],[626,1241],[626,1256],[646,1267],[659,1273],[651,1324],[631,1341],[610,1359],[581,1374],[557,1389],[526,1397],[513,1397],[496,1370],[483,1363],[459,1350],[449,1310],[446,1306],[424,1297],[401,1290]]},{"area":"00a","points":[[754,1351],[766,1299],[794,1273],[814,1261],[833,1264],[856,1276],[894,1273],[917,1266],[930,1259],[954,1271],[974,1274],[994,1276],[1054,1273],[1099,1280],[1129,1283],[1156,1294],[1176,1314],[1170,1350],[1169,1373],[1177,1399],[1170,1423],[1163,1441],[1161,1481],[1177,1511],[1087,1551],[1091,1523],[1073,1501],[1056,1501],[1041,1510],[1009,1517],[919,1527],[874,1514],[861,1496],[831,1506],[806,1484],[767,1491],[747,1477],[740,1436],[741,1417],[760,1396],[754,1374]]},{"area":"00f","points":[[991,560],[1027,581],[1074,574],[1100,570],[1123,570],[1124,534],[1150,513],[1161,481],[1180,433],[1186,406],[1174,381],[1157,369],[1151,343],[1137,336],[1107,360],[1090,351],[1067,327],[1041,323],[1010,330],[989,339],[970,346],[967,371],[954,381],[933,383],[909,373],[889,377],[876,414],[881,441],[891,471],[871,491],[860,523],[874,544],[897,560],[923,567],[927,580],[953,586],[971,569]]},{"area":"00d","points":[[690,707],[770,681],[786,697],[811,693],[827,684],[851,689],[874,683],[891,683],[916,699],[941,711],[971,704],[999,697],[1066,679],[1103,674],[1140,679],[1161,690],[1164,711],[1159,739],[1166,773],[1159,819],[1181,836],[1211,850],[1219,874],[1224,903],[1229,921],[1217,947],[1193,960],[1171,963],[1153,976],[1129,980],[1094,971],[1063,963],[1043,970],[1023,981],[1000,990],[970,979],[949,971],[879,971],[840,947],[810,934],[789,927],[774,919],[773,896],[764,880],[747,874],[726,877],[697,884],[681,871],[686,850],[694,830],[686,811],[689,771],[689,753],[671,729]]},{"area":"010","points":[[1099,1187],[1096,1157],[1114,1136],[1124,1114],[1156,1099],[1184,1084],[1183,1046],[1201,1050],[1217,1040],[1209,1013],[1227,1009],[1259,1000],[1274,1006],[1294,1003],[1316,1009],[1329,1026],[1344,1024],[1393,970],[1421,979],[1473,959],[1484,990],[1476,1033],[1511,1043],[1529,1060],[1527,1091],[1536,1116],[1551,1107],[1570,1100],[1579,1143],[1581,1191],[1560,1196],[1551,1214],[1557,1229],[1553,1260],[1539,1273],[1499,1274],[1429,1320],[1396,1321],[1369,1313],[1351,1306],[1346,1276],[1320,1270],[1296,1280],[1281,1296],[1251,1307],[1230,1306],[1219,1281],[1223,1244],[1204,1234],[1194,1201],[1171,1200],[1146,1216],[1124,1209]]},{"area":"013","points":[[1694,1104],[1709,1074],[1690,1050],[1699,1030],[1730,1003],[1763,967],[1786,950],[1817,960],[1831,960],[1863,949],[1943,946],[1973,949],[2009,976],[2059,954],[2087,973],[2086,994],[2099,1026],[2109,1060],[2101,1090],[2074,1107],[2071,1131],[2086,1144],[2109,1156],[2103,1176],[2097,1199],[2094,1230],[2103,1267],[2074,1270],[2044,1299],[2019,1286],[1977,1269],[1957,1290],[1937,1291],[1870,1287],[1846,1280],[1806,1281],[1787,1273],[1774,1257],[1761,1229],[1737,1224],[1727,1206],[1704,1186],[1697,1153]]},{"area":"009","points":[[620,1606],[659,1599],[687,1596],[707,1606],[736,1636],[754,1657],[780,1657],[819,1644],[866,1627],[899,1604],[981,1619],[990,1653],[999,1691],[1006,1714],[999,1753],[996,1779],[1011,1794],[1056,1824],[1079,1846],[1010,1904],[900,1823],[714,1746],[664,1703],[623,1666]]},{"area":"011","points":[[1223,1741],[1240,1663],[1229,1589],[1247,1559],[1236,1517],[1286,1511],[1299,1471],[1324,1470],[1347,1479],[1377,1470],[1397,1463],[1447,1466],[1480,1491],[1496,1503],[1519,1489],[1539,1483],[1556,1514],[1564,1540],[1570,1553],[1557,1581],[1553,1600],[1564,1633],[1570,1647],[1551,1659],[1546,1689],[1526,1707],[1511,1724],[1539,1730],[1579,1713],[1594,1713],[1581,1766],[1551,1806],[1514,1824],[1479,1830],[1454,1809],[1447,1800],[1417,1816],[1393,1819],[1369,1796],[1316,1810],[1301,1827],[1276,1814],[1267,1789],[1244,1784],[1239,1767]]},{"area":"012","points":[[1763,1717],[1767,1693],[1747,1667],[1761,1630],[1773,1593],[1770,1550],[1774,1517],[1789,1511],[1816,1513],[1847,1481],[1899,1471],[1953,1476],[1989,1473],[2009,1469],[2021,1494],[2040,1511],[2110,1509],[2120,1551],[2124,1576],[2147,1603],[2153,1629],[2150,1659],[2156,1699],[2147,1743],[2127,1784],[2081,1793],[2067,1827],[2051,1869],[2027,1886],[1980,1881],[1956,1877],[1936,1899],[1899,1900],[1864,1894],[1850,1870],[1819,1869],[1786,1869],[1766,1863],[1756,1821],[1743,1801],[1757,1753]]}],"imageType":"map","grid":{"type":"square","size":79,"offsetX":45,"offsetY":13,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/HftT/thumbnail/001-c102.webp"},"id":"03b","page":"adventure.html","source":"HftT","hash":"hftt"},{"type":"image","href":{"type":"internal","path":"adventure/HftT/007-c108.png"},"width":2018,"height":2500,"mapRegions":[{"area":"034","points":[[531,943],[566,950],[603,931],[647,943],[680,939],[701,936],[699,976],[714,999],[710,1030],[719,1061],[714,1104],[704,1129],[671,1107],[636,1109],[617,1117],[590,1116],[563,1099],[521,1109],[530,1049],[524,1007],[523,971]]},{"area":"038","points":[[696,756],[724,829],[740,903],[761,937],[801,930],[813,963],[859,963],[886,986],[910,987],[926,957],[969,956],[987,956],[1019,904],[1021,884],[1001,847],[1024,824],[1063,811],[1094,831],[1117,844],[1150,826],[1170,823],[1193,836],[1237,829],[1257,853],[1277,866],[1294,873],[1316,849],[1359,847],[1394,846],[1413,829],[1403,816],[1416,784],[1394,741],[1414,734],[1429,651],[1407,617],[1409,580],[1419,556],[1414,533],[1401,524],[1409,483],[1410,460],[1383,433],[1354,427],[1326,401],[1299,406],[1264,430],[1243,421],[1219,399],[1191,403],[1156,411],[1129,406],[1106,393],[1067,416],[1046,404],[1023,401],[987,416],[970,433],[946,414],[911,413],[906,376],[889,369],[866,370],[830,384],[804,389],[789,377],[747,391],[707,421],[689,433],[689,457],[699,476],[681,490],[670,511],[691,539],[704,577],[711,614],[693,657],[721,699],[717,737],[703,753]]},{"area":"037","points":[[1424,749],[1447,663],[1474,653],[1494,651],[1503,590],[1521,577],[1549,587],[1571,563],[1606,549],[1624,551],[1657,561],[1671,584],[1669,606],[1689,633],[1690,661],[1694,711],[1674,743],[1671,780],[1693,803],[1693,831],[1674,860],[1669,894],[1690,934],[1700,964],[1679,990],[1617,1036],[1589,1036],[1561,1034],[1537,1051],[1513,1050],[1491,1033],[1473,1021],[1467,984],[1476,959],[1489,957],[1479,927],[1467,886],[1480,853],[1473,827],[1476,810],[1493,789],[1500,771],[1491,756],[1469,776],[1443,783],[1430,764]]},{"area":"033","points":[[520,1629],[599,1623],[683,1643],[711,1654],[730,1683],[743,1703],[787,1694],[811,1709],[811,1740],[793,1770],[790,1797],[791,1856],[791,1881],[757,1890],[714,1904],[693,1931],[669,1934],[637,1920],[614,1903],[577,1903],[554,1913],[527,1907],[500,1896],[464,1909],[440,1909],[433,1880],[434,1841],[451,1794],[451,1767],[441,1741],[450,1707],[439,1670],[429,1646],[449,1614],[473,1621],[496,1623]]},{"area":"032","points":[[346,1953],[367,1963],[376,1991],[389,2023],[404,2031],[427,2033],[441,2053],[466,2051],[486,2026],[504,2010],[526,2013],[540,2066],[570,2083],[580,2091],[613,2081],[637,2081],[663,2079],[683,2061],[700,2037],[720,2043],[733,2034],[747,2043],[753,2053],[776,2046],[784,2030],[796,2034],[801,2049],[820,2047],[844,2044],[836,2024],[841,2013],[859,2024],[856,2006],[873,2004],[889,2017],[907,2011],[924,1979],[947,1954],[970,1944],[1014,1961],[1053,1994],[1067,2036],[1044,2057],[1031,2073],[1031,2104],[1061,2113],[1071,2133],[1061,2181],[1067,2209],[1104,2226],[1116,2257],[346,2257]]},{"area":"036","points":[[1389,1906],[1419,1890],[1479,1887],[1497,1901],[1543,1904],[1580,1893],[1627,1936],[1616,1986],[1591,2004],[1593,2043],[1593,2061],[1580,2071],[1557,2084],[1547,2099],[1521,2103],[1497,2133],[1479,2167],[1453,2191],[1420,2204],[1386,2204],[1369,2186],[1339,2189],[1304,2184],[1296,2154],[1301,2116],[1304,2110],[1289,2073],[1286,2039],[1306,2001],[1306,1979],[1300,1929],[1319,1891],[1340,1894],[1363,1907]]},{"area":"035","points":[[1126,1287],[1120,1226],[1127,1183],[1127,1156],[1141,1133],[1146,1111],[1131,1070],[1149,1054],[1176,1040],[1181,1006],[1201,991],[1227,986],[1251,999],[1277,996],[1307,1000],[1344,991],[1357,1013],[1360,1033],[1390,1053],[1397,1080],[1406,1103],[1424,1104],[1456,1094],[1476,1114],[1479,1150],[1499,1169],[1490,1206],[1483,1233],[1490,1254],[1491,1277],[1479,1307],[1491,1337],[1483,1374],[1497,1407],[1523,1433],[1533,1443],[1514,1479],[1509,1519],[1524,1547],[1517,1576],[1504,1621],[1427,1636],[1416,1626],[1379,1644],[1333,1643],[1309,1633],[1273,1649],[1249,1657],[1236,1643],[1236,1610],[1229,1574],[1224,1557],[1237,1497],[1230,1471],[1224,1453],[1244,1414],[1220,1391],[1199,1387],[1171,1393],[1144,1403],[1131,1370],[1141,1354],[1129,1329],[1140,1310],[1134,1294]]}],"imageType":"map","grid":{"type":"square","size":88,"offsetX":-2,"offsetY":54,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/HftT/thumbnail/007-c108.webp"},"id":"03c","page":"adventure.html","source":"HftT","hash":"hftt"}]}]},"OoW":{"id":"OoW","source":"OoW","prop":"adventure","chapters":[{"name":"Ch. 1: The Orrery of the Wanderer","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/040-map-1-1-dm.jpg"},"title":"Map 1.1 Campaign Area","width":2625,"height":1725,"imageType":"map","grid":{"type":"none"}}]},{"name":"Ep. 1: Right Place, Wrong Heroes","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/044-map-1-2-dm.jpg"},"title":"Map 1.2: Areas 1, 2, 3, 4, and 5","width":3000,"height":2000,"imageType":"map","grid":{"type":"square","size":92,"offsetX":-34,"offsetY":-14,"scale":2},"id":"328","mapRegions":[{"area":"02a","points":[[321,156],[321,276],[910,276],[910,156]]},{"area":"02e","points":[[930,696],[930,829],[1555,829],[1555,696]]},{"area":"049","points":[[1970,1040],[1970,1178],[2656,1178],[2656,1040]]},{"area":"03a","points":[[1706,131],[1706,274],[2325,274],[2325,131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/044-map-1-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/045-map-1-2-pc.jpg"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":-8,"offsetY":7,"scale":2},"mapParent":{"id":"328"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/047-map-1-3-dm.jpg"},"title":"Map 1.3: Areas 6–10","width":3000,"height":2000,"imageType":"map","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":30,"scale":2},"id":"329","mapRegions":[{"area":"04d","points":[[216,286],[216,421],[917,421],[917,286]]},{"area":"054","points":[[1149,157],[1149,304],[1818,304],[1818,157]]},{"area":"059","points":[[1947,131],[1947,270],[2702,270],[2702,131]]},{"area":"05d","points":[[2099,773],[2099,918],[2811,918],[2811,773]]},{"area":"063","points":[[461,1571],[871,1571],[871,1679],[1526,1679],[1526,1818],[461,1818]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/047-map-1-3-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/048-map-1-3-pc.jpg"},"title":"Player Version","width":3000,"height":2000,"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-5,"offsetY":28,"scale":2},"mapParent":{"id":"329"}}]},{"name":"Ep. 2: Fun in Phandalin","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/053-map-2-1-dm.jpg"},"title":"Map 2.1 The Town of Phandalin","width":2625,"height":1725,"imageType":"map","grid":{"type":"none","size":107,"distance":50},"mapRegions":[{"area":"0bd","points":[[1224,808],[1224,962],[1386,962],[1386,808]]},{"area":"0bc","points":[[1411,243],[1411,357],[1685,357],[1685,243]]},{"area":"0be","points":[[2150,531],[2150,598],[2485,598],[2485,531]]},{"area":"09e","points":[[1382,1195],[1382,1366],[1562,1366],[1562,1195]]},{"area":"0b3","points":[[792,1437],[792,1558],[1147,1558],[1147,1437]]},{"area":"0a4","points":[[1118,1370],[1118,1429],[1411,1429],[1411,1370]]},{"area":"0b2","points":[[560,954],[560,1064],[776,1064],[776,954]]},{"area":"0b0","points":[[278,400],[278,502],[474,502],[474,400]]},{"area":"0a2","points":[[334,690],[334,786],[506,786],[506,690]]},{"area":"0a9","points":[[733,157],[733,328],[909,328],[909,157]]},{"area":"0b4","points":[[915,251],[915,360],[1077,360],[1077,251]]},{"area":"0b7","points":[[1098,398],[1098,483],[1267,483],[1267,398]]},{"area":"0b9","points":[[1318,613],[1318,682],[1587,682],[1587,613]]},{"area":"0b5","points":[[1686,560],[1686,677],[1875,677],[1875,560]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/053-map-2-1-dm.webp"},"id":"32e","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/058-map-2-2-dm.jpg"},"title":"Map 2.2 Tresendar Manor Dungeons","width":2625,"height":1725,"imageType":"map","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"id":"32a","mapRegions":[{"area":"106","points":[[278,251],[278,557],[587,557],[587,251]]},{"area":"101","points":[[277,656],[277,1043],[670,1043],[670,656]]},{"area":"10b","points":[[600,251],[600,483],[904,483],[904,251]]},{"area":"0f0","points":[[1000,251],[1384,251],[1384,325],[1310,325],[1310,485],[1234,485],[1229,494],[1200,486],[1150,496],[1126,486],[1109,493],[1077,490],[1070,483],[1000,483]]},{"area":"0ee","points":[[1480,250],[1480,480],[1624,480],[1624,250]]},{"area":"0e8","points":[[1718,250],[1718,800],[1946,800],[1946,250]]},{"area":"0dd","points":[[1718,818],[1853,818],[1870,835],[1895,818],[2014,818],[2031,835],[2051,818],[2174,818],[2190,834],[2211,818],[2346,818],[2346,966],[2274,966],[2274,1032],[2258,1032],[2252,1038],[2208,1029],[2194,1037],[2194,963],[2051,963],[2034,946],[2014,966],[1890,966],[1867,943],[1845,965],[1718,965]]},{"area":"0f9","points":[[275,1296],[275,1525],[670,1525],[670,1296]]},{"area":"0f4","points":[[931,618],[955,642],[957,680],[963,718],[955,800],[955,813],[954,834],[949,877],[942,883],[933,918],[920,954],[938,968],[936,1000],[930,1035],[936,1058],[946,1080],[962,1091],[950,1128],[954,1152],[962,1173],[965,1206],[965,1248],[968,1299],[982,1325],[997,1357],[1022,1379],[1046,1379],[1056,1394],[1069,1427],[1091,1448],[1109,1438],[1150,1434],[1155,1419],[1165,1394],[1163,1363],[1141,1354],[1123,1342],[1115,1333],[1090,1326],[1066,1288],[1072,1216],[1078,1194],[1091,1181],[1110,1147],[1112,1117],[1098,1082],[1085,1059],[1090,1034],[1098,1005],[1091,970],[1109,944],[1110,926],[1099,890],[1082,870],[1080,850],[1083,811],[1078,784],[1075,762],[1066,742],[1066,718],[1061,691],[1045,662],[1022,626],[1010,598],[979,589],[952,582],[941,598]]},{"area":"0d9","points":[[1400,1052],[1631,1052],[1631,1133],[1704,1133],[1704,1209],[1627,1209],[1627,1364],[1400,1364]]},{"area":"0d3","points":[[1720,1051],[1947,1051],[1947,1131],[2113,1131],[2113,1051],[2345,1051],[2345,1525],[2109,1525],[2109,1445],[1953,1445],[1953,1526],[1720,1526]]},{"area":"0e3","points":[[1394,492],[1394,965],[1702,965],[1702,492]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/058-map-2-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/059-map-2-2-pc.jpg"},"title":"Player Version","width":2625,"height":1725,"imageType":"mapPlayer","grid":{"type":"square","size":80,"offsetX":34,"offsetY":8},"mapParent":{"id":"32a"}}]},{"name":"Ep. 3: Darkness at the Lighthouse","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/062-map-3-1-dm.jpg"},"title":"Map 3.1: Silent Sound Lighthouse","width":2700,"height":1800,"imageType":"map","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"id":"32b"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/063-map-3-1-pc.jpg"},"title":"Player Version","width":2700,"height":1800,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":22,"offsetY":34},"mapParent":{"id":"32b"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/066-map-3-2-dm.jpg"},"title":"Map 3.2: Lighthouse Basement","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":82,"offsetX":33,"offsetY":28,"scale":2},"id":"32c","mapRegions":[{"area":"193","points":[[142,300],[426,300],[426,545],[344,545],[344,702],[221,702],[221,546],[142,546]]},{"area":"18d","points":[[140,713],[140,1114],[422,1114],[422,713]]},{"area":"187","points":[[389,1128],[701,1128],[701,1159],[589,1159],[589,1414],[389,1414]]},{"area":"181","points":[[715,1045],[795,1045],[795,845],[874,845],[874,1045],[1080,1045],[1080,1246],[715,1246]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/066-map-3-2-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/067-map-3-2-pc.jpg"},"title":"Player Version","width":1200,"height":1516,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":33,"offsetY":26,"scale":2},"mapParent":{"id":"32c"}}]},{"name":"Ep. 4: Dran Enterprises","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/073-map-4-1-dm.jpg"},"title":"Map 4.1: The Docks","width":1200,"height":1516,"imageType":"map","grid":{"type":"square","size":63,"offsetX":27,"offsetY":-5}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/076-map-4-2-dm.png"},"title":"Map 4.2: Pirate Fight","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":56,"offsetX":10,"offsetY":22}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/077-map-4-3-dm.jpg"},"title":"Map 4.3: River Barge Crossings","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":65,"offsetY":38},"mapRegions":[{"area":"1ef","points":[[16,1244],[16,1541],[1199,1541],[1199,1244]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/077-map-4-3-dm.webp"},"id":"32f","page":"adventure.html","source":"OoW","hash":"oow"}]},{"name":"Ep. 5: Hide and Seek","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/081-map-5-1-dm.jpg"},"title":"Map 5.1: Horn Enclave","width":1215,"height":1553,"imageType":"map","grid":{"type":"square","size":64,"offsetX":39,"offsetY":24,"scale":3},"mapRegions":[{"area":"21b","points":[[36,1323],[36,1516],[825,1516],[825,1323]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/081-map-5-1-dm.webp"},"id":"330","page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/085-map-5-2-dm.jpg"},"title":"Map 5.2: Lottie's Palace","width":1148,"height":1466,"imageType":"map","grid":{"type":"square","size":51,"offsetX":7,"offsetY":10},"mapRegions":[{"area":"28b","points":[[858,669],[805,730],[858,861],[858,1022],[970,1134],[970,1078],[1022,1026],[1022,881],[970,829],[970,774],[1022,722],[1022,681],[872,681]]},{"area":"283","points":[[256,818],[315,818],[365,818],[414,818],[465,767],[669,767],[723,821],[775,821],[829,875],[829,980],[829,1081],[771,1139],[720,1139],[668,1191],[466,1191],[415,1140],[361,1140],[309,1088],[256,1088],[203,1035],[203,877]]},{"area":"28a","points":[[214,1188],[258,1144],[354,1240],[310,1284],[264,1284],[214,1234]]},{"area":"290","points":[[162,524],[257,524],[257,574],[308,625],[308,725],[261,772],[214,772],[112,670],[112,574]]},{"area":"28f","points":[[824,620],[824,572],[874,522],[1024,522],[1076,574],[1076,618],[1025,669],[876,669]]},{"area":"299","points":[[676,418],[724,370],[820,370],[870,420],[870,513],[823,466],[724,466]]},{"area":"295","points":[[265,572],[265,522],[315,472],[422,472],[472,422],[665,422],[719,476],[817,476],[864,523],[818,569],[818,619],[772,619],[721,670],[415,670],[365,620],[318,620]]},{"area":"29a","points":[[519,119],[618,119],[670,67],[822,67],[871,116],[871,264],[822,313],[668,313],[618,363],[521,363],[521,315],[469,263],[469,167]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/085-map-5-2-dm.webp"},"id":"331","page":"adventure.html","source":"OoW","hash":"oow"}]},{"name":"Ep. 6: Showdown with the Six","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/OoW/090-map-6-1-dm.jpg"},"title":"Map 6.1: The Dran & Courtier","width":3000,"height":1971,"imageType":"map","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"id":"32d","mapRegions":[{"area":"2d4","points":[[170,505],[452,505],[452,1483],[168,1483],[168,1295],[271,1295],[271,691],[170,691]]},{"area":"2d2","points":[[644,212],[644,314],[1251,314],[1251,213],[1436,213],[1436,498],[471,498],[446,473],[446,429],[463,412],[463,212]]},{"area":"2d3","points":[[659,212],[757,212],[757,111],[1146,111],[1146,212],[1242,212],[1242,302],[659,302]]},{"area":"2d3","points":[[69,801],[108,801],[120,778],[138,776],[151,764],[151,742],[169,730],[169,703],[259,703],[259,1279],[168,1279],[168,1262],[171,1244],[171,1188],[69,1188]]}],"hrefThumbnail":{"type":"internal","path":"adventure/OoW/thumbnail/090-map-6-1-dm.webp"},"page":"adventure.html","source":"OoW","hash":"oow"},{"type":"image","href":{"type":"internal","path":"adventure/OoW/091-map-6-1-pc.jpg"},"title":"Player Version","width":3000,"height":1971,"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-32,"offsetY":20},"mapParent":{"id":"32d"}},{"type":"image","href":{"type":"internal","path":"adventure/OoW/096-map-6-2-dm.jpg"},"title":"Map 6.2: Ritual Site","width":1350,"height":1725,"imageType":"map","grid":{"type":"square","size":59,"offsetX":47,"offsetY":38}}]}]},"DIP":{"id":"DIP","source":"DIP","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Running the Adventure","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/001-map-sc.jpg"},"title":"Map: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"25b"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/002-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-32,"offsetY":-79,"units":"miles"},"mapParent":{"id":"25b","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/DIP/004-map-phandalin.jpg"},"title":"Map: Phandalin","width":2550,"height":1830,"imageType":"map","grid":{"type":"none","size":107,"distance":50},"id":"25c","mapRegions":[{"area":"032","points":[[954,697],[954,774],[1034,774],[1034,697]]},{"area":"02f","points":[[831,999],[854,1022],[914,1022],[936,1000],[953,937],[953,916],[904,887],[859,904],[821,937]]},{"area":"031","points":[[804,1170],[876,1159],[887,1229],[811,1237]]},{"area":"033","points":[[1053,890],[1150,906],[1169,927],[1160,954],[1137,977],[1041,954]]},{"area":"02e","points":[[1256,574],[1290,523],[1339,481],[1351,479],[1390,497],[1319,617]]},{"area":"037","points":[[1319,994],[1323,986],[1340,983],[1346,991],[1393,989],[1399,1027],[1370,1040],[1324,1040]]},{"area":"02d","points":[[1094,751],[1147,671],[1219,717],[1177,783],[1149,767],[1134,774]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/004-map-phandalin.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/005-map-phandalin-pc.jpg"},"title":"Player Version","width":3000,"height":2153,"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":50},"mapParent":{"id":"25c","autoScale":true}}]},{"name":"Axeholm","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/007-map-axeholm-dm.jpg"},"title":"Map: Axeholm","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-12,"scale":2},"id":"25d","mapRegions":[{"area":"053","points":[[90,570],[526,570],[526,869],[310,869],[310,786],[90,786]]},{"area":"04d","points":[[921,136],[921,609],[1050,609],[1050,136]]},{"area":"04e","points":[[700,175],[877,175],[918,189],[918,202],[876,218],[876,258],[918,275],[918,291],[878,307],[833,307],[833,392],[875,392],[875,437],[918,452],[918,466],[877,484],[877,522],[916,540],[916,555],[877,572],[877,698],[918,714],[918,728],[879,743],[745,743],[703,729],[703,715],[745,697],[745,659],[702,641],[702,625],[745,608],[745,575],[745,348],[712,348],[712,305],[721,305],[721,261],[700,261]]},{"area":"04f","points":[[1096,172],[1269,172],[1269,261],[1242,261],[1242,305],[1261,305],[1261,349],[1228,349],[1228,609],[1268,625],[1268,641],[1227,656],[1227,699],[1269,715],[1269,732],[1229,746],[1093,746],[1093,703],[1054,687],[1054,670],[1093,652],[1093,615],[1054,599],[1054,582],[1094,566],[1094,527],[1055,511],[1055,492],[1095,479],[1095,439],[1054,425],[1054,409],[1091,394],[1140,394],[1140,305],[1096,305],[1096,265],[1053,250],[1053,232],[1096,215]]},{"area":"064","points":[[1315,712],[1328,709],[1338,703],[1346,690],[1351,677],[1364,671],[1378,672],[1390,674],[1398,688],[1399,702],[1409,715],[1418,722],[1422,742],[1421,758],[1413,765],[1416,781],[1421,793],[1435,797],[1445,797],[1452,784],[1445,772],[1441,764],[1442,755],[1446,748],[1460,748],[1460,762],[1468,775],[1471,794],[1463,811],[1447,816],[1431,815],[1408,808],[1401,798],[1396,778],[1395,760],[1401,748],[1402,740],[1401,733],[1391,728],[1386,718],[1379,709],[1378,692],[1366,692],[1361,707],[1350,719],[1335,730],[1315,733]]},{"area":"050","points":[[744,788],[920,788],[920,655],[938,655],[938,642],[1030,642],[1030,655],[1050,655],[1050,788],[1225,788],[1225,1138],[744,1138]]},{"area":"060","points":[[1271,1060],[1271,1178],[1399,1178],[1399,1060]]},{"area":"05f","points":[[1314,875],[1433,875],[1442,878],[1452,884],[1465,880],[1480,875],[1490,878],[1504,876],[1517,875],[1523,877],[1531,875],[1538,876],[1544,885],[1558,885],[1575,879],[1581,866],[1580,853],[1579,834],[1589,828],[1605,831],[1615,831],[1625,812],[1626,794],[1625,778],[1628,760],[1628,750],[1618,743],[1599,739],[1588,738],[1577,742],[1562,742],[1552,737],[1536,738],[1525,738],[1516,732],[1526,713],[1538,708],[1549,708],[1564,703],[1573,692],[1577,681],[1580,661],[1588,659],[1599,659],[1608,664],[1621,664],[1632,660],[1647,666],[1654,682],[1659,694],[1662,703],[1661,713],[1661,725],[1666,740],[1685,748],[1698,755],[1705,764],[1705,778],[1702,790],[1698,800],[1698,815],[1705,832],[1704,846],[1705,862],[1715,872],[1735,878],[1744,879],[1749,888],[1748,901],[1734,908],[1715,912],[1696,912],[1675,909],[1669,901],[1673,890],[1669,875],[1662,873],[1649,875],[1631,876],[1621,878],[1616,898],[1622,902],[1620,915],[1615,923],[1617,932],[1622,952],[1632,958],[1645,968],[1658,974],[1665,994],[1662,1016],[1665,1030],[1673,1048],[1690,1052],[1705,1055],[1705,1064],[1703,1082],[1704,1095],[1708,1108],[1713,1123],[1709,1138],[1704,1152],[1706,1173],[1702,1192],[1692,1205],[1682,1222],[1667,1221],[1656,1221],[1643,1224],[1627,1221],[1618,1241],[1611,1252],[1596,1261],[1513,1261],[1495,1249],[1495,1235],[1495,1215],[1495,1203],[1502,1192],[1515,1184],[1527,1171],[1550,1173],[1559,1164],[1570,1156],[1584,1160],[1592,1166],[1605,1178],[1622,1180],[1640,1174],[1651,1162],[1662,1139],[1664,1115],[1654,1098],[1645,1092],[1627,1090],[1622,1078],[1628,1062],[1628,1048],[1622,1026],[1608,1007],[1592,1005],[1581,1016],[1570,1022],[1570,1034],[1557,1045],[1544,1049],[1528,1048],[1508,1048],[1500,1035],[1490,1033],[1475,1042],[1468,1048],[1448,1045],[1436,1039],[1425,1038],[1425,1048],[1413,1046],[1394,1048],[1314,1048]]},{"area":"052","points":[[537,699],[537,871],[609,871],[609,699]]},{"area":"054","points":[[308,881],[308,1008],[390,1008],[390,881]]},{"area":"051","points":[[400,879],[618,879],[618,701],[702,701],[702,920],[719,920],[719,1005],[572,1005],[572,1042],[400,1042]]},{"area":"056","points":[[582,1095],[655,1095],[655,1181],[615,1181],[615,1268],[582,1268]]},{"area":"055","points":[[398,1055],[570,1055],[570,1267],[396,1267],[396,1222],[374,1222],[374,1181],[394,1181],[394,1135],[372,1135],[372,1094],[398,1094]]},{"area":"05d","points":[[442,1353],[483,1353],[483,1401],[521,1401],[529,1395],[529,1378],[571,1378],[571,1397],[582,1401],[659,1401],[659,1445],[673,1445],[673,1531],[658,1531],[658,1571],[442,1571]]},{"area":"05e","points":[[463,1632],[479,1632],[479,1622],[481,1619],[481,1581],[658,1581],[658,1752],[482,1752],[482,1714],[479,1708],[479,1696],[463,1696]]},{"area":"058","points":[[702,1268],[790,1268],[790,1181],[878,1181],[919,1195],[919,1210],[877,1227],[877,1265],[918,1279],[918,1295],[878,1313],[878,1393],[702,1393]]},{"area":"059","points":[[1095,1219],[1095,1180],[1183,1180],[1183,1271],[1271,1271],[1271,1392],[1095,1392],[1095,1356],[1054,1342],[1054,1325],[1095,1308],[1095,1269],[1052,1254],[1052,1238]]},{"area":"057","points":[[922,1182],[942,1182],[942,1168],[1031,1168],[1031,1182],[1052,1182],[1052,1355],[1032,1355],[1032,1368],[942,1368],[942,1356],[922,1356]]},{"area":"05a","points":[[703,1404],[735,1404],[745,1414],[756,1404],[910,1404],[919,1413],[933,1404],[1042,1404],[1050,1412],[1062,1404],[1214,1404],[1226,1416],[1239,1404],[1270,1404],[1270,1452],[1292,1452],[1292,1525],[1272,1525],[1272,1573],[1238,1573],[1226,1561],[1215,1572],[1227,1584],[1227,1617],[1314,1617],[1314,1532],[1401,1532],[1401,1705],[1140,1705],[1140,1586],[1151,1575],[1138,1562],[1125,1575],[1063,1575],[1052,1564],[1041,1575],[1052,1586],[1052,1662],[922,1662],[922,1586],[934,1574],[921,1561],[908,1574],[847,1574],[835,1562],[821,1576],[758,1576],[745,1563],[733,1575],[703,1575],[703,1530],[685,1530],[685,1446],[703,1446]]},{"area":"061","points":[[1402,1444],[1402,1271],[1610,1271],[1635,1275],[1648,1285],[1657,1292],[1672,1294],[1686,1302],[1699,1311],[1706,1320],[1708,1342],[1705,1359],[1704,1369],[1697,1378],[1681,1387],[1665,1395],[1659,1404],[1655,1420],[1647,1438],[1618,1442],[1592,1444]]},{"area":"066","points":[[2048,262],[2005,262],[2005,248],[1995,248],[1995,238],[1982,238],[1982,231],[1963,224],[1963,207],[1980,202],[1980,197],[1992,197],[1992,187],[2002,187],[2002,174],[2079,174],[2079,164],[2090,164],[2090,152],[2097,152],[2107,132],[2119,132],[2128,152],[2136,152],[2136,160],[2146,160],[2146,174],[2178,174],[2178,205],[2189,205],[2189,215],[2202,215],[2202,224],[2221,232],[2221,248],[2204,257],[2204,262],[2190,262],[2190,273],[2180,273],[2180,394],[2396,394],[2396,275],[2386,275],[2386,263],[2375,263],[2375,255],[2356,247],[2356,232],[2373,225],[2373,217],[2385,217],[2385,208],[2398,208],[2398,175],[2430,175],[2430,162],[2438,162],[2438,150],[2447,150],[2456,133],[2472,133],[2478,149],[2485,149],[2485,161],[2497,161],[2497,175],[2572,175],[2572,188],[2585,188],[2585,201],[2595,201],[2616,209],[2616,225],[2598,235],[2585,235],[2585,245],[2575,245],[2575,262],[2529,262],[2529,307],[2563,307],[2563,348],[2530,348],[2530,382],[2530,595],[2531,608],[2548,608],[2548,658],[2532,658],[2532,743],[2456,743],[2456,756],[2444,756],[2444,768],[2438,768],[2429,786],[2412,786],[2405,769],[2399,769],[2399,757],[2385,757],[2385,745],[2324,745],[2324,754],[2311,754],[2311,766],[2307,766],[2297,786],[2281,786],[2272,768],[2267,768],[2267,760],[2253,760],[2253,744],[2192,744],[2192,755],[2183,755],[2183,768],[2175,768],[2168,785],[2151,785],[2143,767],[2137,767],[2137,756],[2124,756],[2124,745],[2046,745],[2046,659],[2029,659],[2029,608],[2046,608],[2048,595]]},{"area":"066","points":[[2015,306],[2015,349],[2046,349],[2046,306]]},{"area":"067","points":[[1871,389],[1873,375],[1873,307],[2005,307],[2005,525],[1875,525],[1875,455],[1871,440],[1854,440],[1854,389]]},{"area":"065","points":[[2704,308],[2704,378],[2706,388],[2723,388],[2723,437],[2708,437],[2704,455],[2704,525],[2573,525],[2573,308]]},{"area":"064","points":[[2760,770],[2768,760],[2768,742],[2758,735],[2747,732],[2742,721],[2741,705],[2736,696],[2726,698],[2719,709],[2722,727],[2731,742],[2740,751],[2748,757],[2750,765]]},{"area":"064","points":[[2728,653],[2734,624],[2742,604],[2752,598],[2765,598],[2778,602],[2785,607],[2790,618],[2796,628],[2804,642],[2808,657],[2802,670],[2793,679],[2778,687],[2759,692],[2738,692],[2723,687],[2705,679],[2691,665],[2698,649],[2710,662],[2729,668],[2747,673],[2766,672],[2780,666],[2788,657],[2785,646],[2775,638],[2771,622],[2764,618],[2755,618],[2752,636],[2748,653],[2746,663],[2735,663]]},{"area":"050","points":[[2049,788],[2529,788],[2529,918],[2563,918],[2563,1004],[2530,1004],[2530,1135],[2049,1135]]},{"area":"06a","points":[[2575,875],[2616,875],[2618,850],[2624,842],[2624,833],[2626,827],[2617,809],[2617,789],[2620,781],[2632,770],[2640,763],[2651,764],[2662,770],[2668,777],[2674,777],[2678,784],[2683,800],[2692,814],[2698,828],[2693,833],[2698,846],[2708,850],[2706,863],[2708,875],[2708,1136],[2616,1136],[2616,1052],[2575,1052]]},{"area":"071","points":[[1922,1181],[1922,1269],[1999,1269],[1999,1181]]},{"area":"068","points":[[2009,1180],[2123,1180],[2123,1170],[2134,1170],[2134,1159],[2141,1159],[2150,1139],[2165,1139],[2174,1156],[2180,1156],[2180,1167],[2191,1167],[2191,1180],[2254,1180],[2254,1168],[2266,1168],[2266,1158],[2272,1158],[2278,1141],[2295,1141],[2302,1155],[2311,1155],[2311,1167],[2324,1167],[2324,1180],[2386,1180],[2386,1169],[2395,1169],[2395,1158],[2404,1158],[2412,1140],[2427,1140],[2435,1158],[2443,1158],[2443,1168],[2457,1168],[2457,1180],[2661,1180],[2661,1148],[2705,1148],[2705,1401],[2835,1401],[2835,1441],[2705,1441],[2705,1707],[2441,1707],[2441,1618],[2618,1618],[2618,1445],[2585,1445],[2585,1400],[2618,1400],[2618,1270],[2530,1270],[2530,1300],[2485,1300],[2485,1270],[2355,1270],[2355,1300],[2312,1300],[2312,1270],[2093,1270],[2093,1302],[2049,1302],[2049,1271],[2009,1271]]},{"area":"06f","points":[[2049,1660],[2135,1660],[2135,1578],[2112,1578],[2112,1552],[2114,1535],[2119,1535],[2119,1518],[2062,1518],[2062,1531],[2069,1531],[2074,1551],[2074,1576],[2049,1576]]},{"area":"06d","points":[[2005,1530],[2005,1313],[2178,1313],[2178,1531],[2125,1531],[2125,1515],[2058,1515],[2058,1530]]},{"area":"06c","points":[[2225,1314],[2398,1314],[2398,1532],[2342,1532],[2334,1532],[2334,1548],[2291,1548],[2291,1534],[2282,1531],[2225,1531]]},{"area":"06b","points":[[2442,1312],[2442,1530],[2572,1530],[2572,1312]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/007-map-axeholm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/008-map-axeholm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-5,"offsetY":-12,"scale":2},"mapParent":{"id":"25d"}}]},{"name":"Butterskull Ranch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/009-map-br-dm.jpg"},"title":"Map: Butterskull Ranch","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"id":"25e","mapRegions":[{"area":"080","points":[[1889,225],[2096,225],[2096,401],[2445,401],[2445,520],[2369,520],[2369,486],[2412,486],[2412,433],[2096,433],[2096,519],[1889,519]]},{"area":"081","points":[[2110,225],[2110,387],[2227,387],[2227,225]]},{"area":"083","points":[[2238,312],[2238,390],[2359,390],[2359,312]]},{"area":"084","points":[[2372,314],[2372,388],[2445,388],[2445,314]]},{"area":"083","points":[[2110,446],[2110,520],[2228,520],[2228,446]]},{"area":"083","points":[[2240,445],[2240,518],[2360,518],[2360,445]]},{"area":"086","points":[[2372,445],[2372,478],[2404,478],[2404,445]]},{"area":"07c","points":[[1890,794],[2053,794],[2053,968],[2097,968],[2097,1087],[1889,1087],[1889,964],[1902,964],[1902,954],[1894,954],[1894,929],[1902,929],[1902,919],[1890,919]]},{"area":"07d","points":[[2066,794],[2226,794],[2226,869],[2096,869],[2096,958],[2066,958]]},{"area":"07f","points":[[2369,1013],[2369,1045],[2403,1045],[2403,1013]]},{"area":"07e","points":[[2111,882],[2362,882],[2445,882],[2445,1002],[2360,1002],[2360,1058],[2412,1058],[2412,1014],[2445,1014],[2445,1088],[2108,1088],[2108,934]]},{"area":"087","points":[[1888,1315],[2062,1315],[2062,1274],[2099,1274],[2099,1616],[1888,1616]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/009-map-br-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/010-map-br-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-12,"offsetY":-13,"scale":2},"mapParent":{"id":"25e"}}]},{"name":"Circle of Thunder","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/011-map-cot-dm.jpg"},"title":"Map: Circle of Thunder","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"id":"25f","mapRegions":[{"area":"09e","points":[[261,749],[261,815],[656,815],[656,749]]},{"area":"0a2","points":[[260,1021],[260,1084],[637,1084],[637,1021]]},{"area":"0a0","points":[[2240,1152],[2240,1212],[2630,1212],[2630,1152]]},{"area":"08d","points":[[356,439],[426,440],[437,445],[437,471],[442,520],[417,531],[379,528],[356,518],[354,465]]},{"area":"08e","points":[[551,302],[563,286],[571,277],[607,305],[583,331]]},{"area":"08c","points":[[324,255],[371,309],[403,311],[433,307],[438,347],[405,381],[353,371],[354,342],[313,295]]},{"area":"08f","points":[[494,393],[519,390],[570,394],[610,389],[632,392],[654,401],[657,419],[660,447],[662,456],[663,480],[644,485],[616,487],[607,486],[587,490],[573,481],[546,486],[521,482],[481,475],[482,452],[479,422]]},{"area":"090","points":[[407,699],[397,690],[397,669],[402,646],[403,619],[410,595],[426,575],[453,570],[481,572],[517,596],[509,608],[490,613],[469,615],[448,612],[433,619],[435,646],[441,666],[444,682],[432,698],[420,699]]},{"area":"08e","points":[[2413,656],[2448,661],[2453,679],[2453,690],[2413,689],[2411,677]]},{"area":"08f","points":[[2248,794],[2280,793],[2290,792],[2319,794],[2360,792],[2369,792],[2402,792],[2410,805],[2406,818],[2411,846],[2414,873],[2382,882],[2358,882],[2320,880],[2253,881],[2239,873],[2232,850],[2234,827],[2232,801]]},{"area":"08d","points":[[2500,838],[2500,920],[2586,920],[2586,838]]},{"area":"08c","points":[[2553,616],[2495,703],[2464,747],[2505,789],[2537,718],[2584,634]]},{"area":"090","points":[[2321,1092],[2355,1087],[2380,1059],[2384,1043],[2379,1021],[2364,1016],[2340,1002],[2341,966],[2378,970],[2398,985],[2418,1007],[2426,1053],[2409,1082],[2402,1102],[2378,1110],[2374,1133],[2341,1147],[2318,1131],[2314,1108]]},{"area":"08d","points":[[261,1449],[292,1442],[324,1446],[352,1453],[351,1515],[356,1526],[303,1534],[278,1538],[263,1528],[266,1489]]},{"area":"08f","points":[[356,1188],[379,1185],[424,1182],[438,1198],[436,1235],[438,1274],[434,1297],[440,1320],[441,1349],[426,1356],[398,1358],[365,1356],[359,1321],[359,1276],[355,1232]]},{"area":"090","points":[[231,1303],[258,1310],[279,1316],[313,1317],[336,1316],[346,1353],[321,1358],[296,1358],[277,1354],[257,1363],[234,1363],[212,1346],[214,1321]]},{"area":"08e","points":[[536,1365],[543,1357],[573,1362],[575,1400],[565,1407],[543,1403],[530,1392]]},{"area":"08c","points":[[539,1570],[494,1502],[465,1491],[442,1445],[482,1401],[521,1452],[526,1483],[549,1515],[566,1539]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/011-map-cot-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/012-map-cot-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-9,"offsetY":-7,"scale":2},"mapParent":{"id":"25f"}}]},{"name":"Dragon Barrow","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/013-map-db-dm.jpg"},"title":"Map: Dragon Barrow","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"id":"260","mapRegions":[{"area":"0b5","points":[[2500,880],[2526,875],[2552,879],[2580,878],[2619,871],[2642,878],[2666,879],[2723,876],[2751,878],[2777,877],[2795,877],[2798,911],[2799,956],[2803,990],[2798,1005],[2720,1003],[2721,992],[2717,963],[2692,962],[2673,960],[2646,959],[2631,960],[2614,962],[2603,959],[2589,966],[2588,987],[2583,1000],[2562,1004],[2546,998],[2527,1003],[2514,1007],[2497,1002],[2504,982],[2500,940],[2495,920],[2498,907]]},{"area":"0b4","points":[[2336,964],[2342,943],[2337,922],[2332,906],[2321,906],[2304,906],[2296,898],[2295,879],[2295,858],[2307,855],[2318,856],[2341,858],[2346,854],[2363,854],[2381,851],[2393,861],[2395,874],[2400,890],[2410,897],[2422,895],[2439,895],[2459,895],[2472,891],[2485,895],[2493,892],[2492,903],[2478,900],[2463,903],[2448,904],[2431,900],[2410,901],[2391,896],[2387,885],[2385,868],[2381,863],[2370,861],[2360,864],[2343,866],[2324,865],[2314,864],[2305,876],[2307,893],[2325,898],[2335,897],[2342,908],[2344,919],[2347,931],[2348,944],[2346,965]]},{"area":"0b3","points":[[2152,1175],[2150,1128],[2151,1084],[2153,1043],[2158,1012],[2152,976],[2180,974],[2207,971],[2249,962],[2271,971],[2294,964],[2325,967],[2360,966],[2362,1000],[2335,1000],[2316,999],[2287,1001],[2274,1010],[2270,1022],[2268,1037],[2264,1048],[2233,1053],[2225,1063],[2227,1086],[2217,1096],[2199,1097],[2187,1109],[2187,1130],[2183,1162],[2177,1172],[2169,1177]]},{"area":"0b2","points":[[2213,927],[2213,956],[2255,956],[2255,927]]},{"area":"0b1","points":[[2155,792],[2191,788],[2203,772],[2188,756],[2166,753],[2150,745],[2143,724],[2146,702],[2164,691],[2182,699],[2191,713],[2181,717],[2176,710],[2166,713],[2160,712],[2153,725],[2163,737],[2189,736],[2202,751],[2220,760],[2236,751],[2237,729],[2238,712],[2272,715],[2276,739],[2292,771],[2312,780],[2287,786],[2263,786],[2255,798],[2243,812],[2211,824],[2188,832],[2146,827],[2129,815],[2099,801],[2090,790]]},{"area":"0b2","points":[[2104,443],[2104,479],[2144,479],[2144,443]]},{"area":"0b8","points":[[2060,396],[2051,392],[2022,391],[2018,313],[2042,313],[2066,307],[2070,293],[2063,273],[2063,245],[2067,223],[2064,205],[2066,176],[2064,147],[2068,123],[2085,104],[2103,99],[2117,94],[2136,93],[2157,99],[2175,109],[2183,128],[2190,154],[2184,169],[2182,210],[2188,230],[2187,247],[2189,271],[2180,288],[2189,311],[2204,313],[2216,312],[2229,317],[2231,393],[2212,395],[2191,393],[2179,401],[2183,418],[2180,433],[2146,436],[2100,434],[2081,435],[2061,431],[2061,415]]},{"area":"0b6","points":[[1579,965],[1571,940],[1582,919],[1579,874],[1583,849],[1579,841],[1582,815],[1577,801],[1581,778],[1577,761],[1578,750],[1595,754],[1615,750],[1636,750],[1658,752],[1663,766],[1661,780],[1673,792],[1692,792],[1732,793],[1745,788],[1754,772],[1755,753],[1771,753],[1808,751],[1831,750],[1833,771],[1834,786],[1837,833],[1838,859],[1834,880],[1831,902],[1837,931],[1835,952],[1830,960],[1802,960],[1781,967],[1762,966],[1755,936],[1744,922],[1730,918],[1708,920],[1682,919],[1665,924],[1660,933],[1661,951],[1658,962],[1625,961],[1604,964]]},{"area":"0b2","points":[[1844,795],[1844,830],[1881,830],[1881,795]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/013-map-db-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/014-map-db-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-20,"offsetY":-8,"scale":2},"mapParent":{"id":"260"}}]},{"name":"Dwarven Excavation","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/015-map-de-dm.jpg"},"title":"Map: Dwarven Excavation","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"id":"261","mapRegions":[{"area":"0c0","points":[[31,1076],[61,1083],[90,1083],[109,1097],[133,1119],[170,1129],[198,1141],[232,1146],[260,1132],[292,1137],[325,1138],[336,1136],[341,1119],[362,1115],[372,1092],[393,1083],[425,1082],[448,1072],[458,1041],[473,1010],[478,988],[509,970],[519,957],[709,1080],[697,1104],[682,1125],[675,1149],[684,1168],[679,1185],[670,1194],[649,1213],[638,1231],[605,1233],[594,1245],[584,1256],[572,1280],[576,1295],[558,1303],[544,1313],[535,1326],[526,1346],[513,1368],[515,1387],[518,1407],[507,1435],[485,1454],[449,1459],[425,1466],[405,1461],[375,1468],[355,1482],[342,1507],[327,1518],[303,1523],[293,1533],[265,1531],[239,1541],[222,1546],[212,1543],[199,1548],[187,1561],[170,1569],[158,1592],[145,1618],[131,1642],[112,1655],[93,1675],[93,1702],[78,1723],[59,1738],[43,1746],[31,1769]]},{"area":"0c1","points":[[540,903],[544,883],[544,863],[544,852],[553,825],[553,813],[543,795],[550,773],[569,751],[580,728],[587,691],[604,683],[624,672],[628,661],[643,647],[647,629],[642,609],[635,590],[633,567],[642,553],[660,542],[678,535],[699,523],[718,522],[736,537],[758,547],[776,547],[794,544],[809,558],[819,567],[832,589],[848,616],[862,634],[877,643],[886,668],[906,691],[911,711],[918,743],[937,770],[969,789],[991,786],[1008,793],[1025,808],[1048,805],[1064,788],[1089,785],[1089,1103],[1067,1099],[1053,1087],[1042,1082],[1014,1083],[989,1087],[982,1074],[957,1070],[937,1047],[913,1025],[895,1025],[864,1021],[855,1007],[845,992],[820,971],[811,967],[798,966],[783,970],[767,980],[746,988],[744,1006],[742,1022],[733,1032]]},{"area":"0c2","points":[[1108,776],[1127,771],[1151,770],[1167,771],[1180,772],[1198,767],[1220,748],[1313,748],[1313,814],[1333,814],[1333,852],[1314,852],[1314,878],[1356,878],[1356,960],[1313,960],[1313,986],[1335,986],[1335,1026],[1313,1026],[1313,1081],[1287,1074],[1261,1068],[1241,1062],[1220,1075],[1198,1074],[1172,1075],[1152,1091],[1128,1104],[1109,1103],[1109,1054],[1112,1035],[1105,1009],[1105,958],[1106,887],[1109,851],[1109,807]]},{"area":"0c9","points":[[1362,879],[1362,962],[1530,962],[1530,879]]},{"area":"0ca","points":[[1537,1047],[1537,794],[1580,794],[1580,749],[1749,749],[1749,835],[1796,835],[1838,877],[1838,963],[1797,1004],[1751,1004],[1751,1091],[1580,1091],[1580,1047]]},{"area":"0cd","points":[[1757,1056],[1842,1056],[1889,1009],[1889,831],[1841,783],[1758,783],[1758,749],[1859,749],[1924,814],[1924,1010],[1913,1015],[1908,1024],[1903,1032],[1890,1037],[1883,1051],[1881,1072],[1862,1091],[1757,1091]]},{"area":"0cc","points":[[1888,1265],[2014,1265],[2014,1200],[2006,1184],[1996,1171],[1973,1170],[1957,1162],[1941,1150],[1933,1141],[1927,1125],[1913,1121],[1902,1121],[1888,1135]]},{"area":"0ce","points":[[1889,573],[1889,701],[1929,741],[2012,741],[2012,573]]},{"area":"0cf","points":[[1977,749],[2057,749],[2057,895],[2018,895],[2018,877],[1977,832]]},{"area":"0d0","points":[[1975,1008],[2017,966],[2017,948],[2056,948],[2056,1067],[2047,1075],[2041,1080],[2031,1080],[2028,1064],[2015,1045],[2001,1042],[1988,1038],[1977,1034],[1975,1026]]},{"area":"0d2","points":[[2236,963],[2236,933],[2233,933],[2233,937],[2210,937],[2197,924],[2200,916],[2204,909],[2211,902],[2229,901],[2235,904],[2235,880],[2278,837],[2303,837],[2326,792],[2365,792],[2386,835],[2407,835],[2450,878],[2450,962],[2406,1006],[2387,1006],[2364,1050],[2323,1050],[2300,1005],[2278,1005]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/015-map-de-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/016-map-de-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-7,"scale":2},"mapParent":{"id":"261"}}]},{"name":"Falcon's Hunting Lodge","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/017-map-fhl-dm.jpg"},"title":"Falcon's Hunting Lodge","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"id":"262","mapRegions":[{"area":"0e1","points":[[304,659],[304,700],[564,700],[564,659]]},{"area":"0e2","points":[[577,620],[577,740],[653,740],[653,620]]},{"area":"0e3","points":[[709,402],[1003,402],[1003,518],[916,518],[916,564],[838,564],[838,520],[709,520]]},{"area":"0e4","points":[[708,1304],[708,1396],[914,1396],[914,1304]]},{"area":"0e6","points":[[581,1105],[623,1105],[623,1077],[650,1077],[650,1105],[694,1105],[694,1216],[581,1216]]},{"area":"0e5","points":[[579,1235],[579,1394],[697,1394],[697,1235]]},{"area":"0e9","points":[[799,842],[843,842],[843,817],[869,817],[869,842],[1001,842],[1001,998],[799,998]]},{"area":"0ea","points":[[1018,838],[1018,1003],[1092,1003],[1092,838]]},{"area":"0eb","points":[[1103,708],[1294,708],[1297,733],[1301,752],[1311,767],[1311,1132],[1103,1132]]},{"area":"0ee","points":[[1283,535],[1283,648],[1393,648],[1393,535]]},{"area":"0e8","points":[[1804,1102],[1846,1102],[1846,1077],[1874,1077],[1874,1102],[1923,1102],[1923,1219],[1804,1219]]},{"area":"0e7","points":[[1803,1320],[1803,1395],[1923,1395],[1923,1320]]},{"area":"0e2","points":[[1803,619],[1803,739],[1878,739],[1878,619]]},{"area":"0f0","points":[[2527,339],[2505,339],[2505,181],[2616,181],[2616,191],[2623,191],[2623,315],[2601,305],[2583,303],[2568,306],[2553,314],[2539,323]]},{"area":"0ef","points":[[2507,534],[2507,656],[2617,656],[2617,534]]},{"area":"0ed","points":[[2022,837],[2066,837],[2066,816],[2094,816],[2094,839],[2141,839],[2141,1001],[2022,1001]]},{"area":"0ec","points":[[2152,837],[2152,958],[2317,958],[2317,837]]},{"area":"0eb","points":[[2368,791],[2368,1050],[2492,1050],[2492,791]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/017-map-fhl-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/018-map-fhl-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":22,"offsetY":11,"scale":2},"mapParent":{"id":"262"}}]},{"name":"Gnomengarde","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/019-map-gnomegarde-dm.jpg"},"title":"Map: Gnomengarde","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"id":"263","mapRegions":[{"area":"112","points":[[440,949],[443,926],[441,917],[445,894],[442,869],[451,842],[469,834],[488,839],[511,835],[537,831],[549,832],[562,837],[576,824],[577,797],[589,792],[610,792],[629,796],[653,791],[683,794],[695,802],[701,826],[715,832],[734,835],[747,843],[745,862],[746,880],[743,902],[748,925],[741,954],[733,961],[706,961],[704,962],[703,979],[695,1003],[680,1004],[667,1008],[661,1022],[655,1052],[622,1050],[618,1010],[603,1006],[583,1008],[571,1001],[570,975],[559,963],[543,960],[502,968],[479,963],[457,962]]},{"area":"111","points":[[311,1111],[320,1098],[350,1097],[371,1092],[387,1093],[406,1095],[440,1092],[464,1092],[481,1093],[530,1096],[546,1107],[557,1095],[565,1098],[568,1121],[572,1150],[568,1164],[576,1204],[565,1221],[570,1248],[564,1279],[552,1307],[535,1324],[518,1337],[501,1346],[480,1350],[404,1352],[379,1345],[356,1334],[338,1312],[323,1279],[316,1272],[312,1235],[316,1219],[309,1204],[312,1188],[309,1157],[315,1137],[312,1128]]},{"area":"10f","points":[[533,1578],[569,1576],[599,1579],[611,1575],[622,1534],[659,1536],[692,1536],[742,1539],[774,1539],[788,1537],[791,1560],[789,1589],[792,1604],[788,1623],[794,1636],[786,1657],[764,1664],[742,1661],[722,1662],[701,1665],[707,1685],[699,1703],[675,1704],[658,1703],[635,1706],[612,1707],[585,1706],[570,1703],[552,1705],[537,1704],[529,1666],[526,1641],[533,1619],[535,1599]]},{"area":"10c","points":[[792,1477],[797,1461],[795,1400],[789,1374],[798,1355],[822,1348],[836,1333],[836,1310],[834,1266],[841,1238],[862,1230],[876,1225],[879,1188],[901,1184],[924,1185],[947,1189],[961,1186],[989,1189],[1002,1195],[1006,1206],[1011,1224],[1032,1231],[1052,1227],[1053,1277],[1046,1290],[1045,1312],[1050,1326],[1045,1345],[1024,1349],[1005,1359],[1008,1383],[1021,1396],[1046,1401],[1052,1442],[1025,1444],[1003,1444],[974,1449],[946,1443],[926,1451],[923,1464],[915,1489],[884,1484],[853,1483],[834,1490],[813,1485],[798,1484]]},{"area":"10b","points":[[1141,1545],[1169,1535],[1234,1530],[1253,1536],[1267,1533],[1297,1532],[1318,1521],[1316,1494],[1320,1471],[1311,1449],[1318,1426],[1332,1410],[1369,1403],[1403,1406],[1428,1409],[1442,1416],[1449,1440],[1464,1448],[1468,1481],[1455,1492],[1446,1506],[1449,1539],[1441,1562],[1448,1601],[1445,1629],[1448,1644],[1431,1658],[1400,1667],[1381,1662],[1354,1662],[1328,1658],[1321,1649],[1319,1618],[1294,1616],[1267,1619],[1235,1617],[1204,1615],[1174,1617],[1147,1617],[1143,1606],[1147,1587],[1143,1562]]},{"area":"10e","points":[[1126,1096],[1097,1093],[1066,1095],[1051,1106],[1043,1130],[1021,1138],[991,1131],[974,1114],[974,1079],[987,1059],[1011,1053],[1039,1051],[1051,1049],[1055,1014],[1051,1008],[1030,1009],[999,1008],[960,1011],[939,999],[926,979],[934,960],[939,937],[966,923],[989,926],[1004,936],[1012,948],[1027,965],[1048,966],[1055,958],[1052,934],[1054,920],[1027,908],[1016,896],[1013,864],[1022,851],[1037,835],[1056,835],[1075,836],[1090,844],[1097,870],[1096,890],[1090,903],[1099,911],[1115,918],[1131,919],[1144,903],[1143,892],[1135,870],[1142,850],[1152,837],[1171,832],[1190,840],[1210,845],[1217,866],[1225,880],[1221,902],[1210,911],[1191,917],[1179,930],[1188,946],[1200,960],[1222,965],[1240,964],[1270,965],[1276,1002],[1254,1008],[1225,1006],[1196,1012],[1182,1022],[1183,1042],[1186,1057],[1177,1075],[1181,1088],[1182,1096],[1148,1109],[1136,1103]]},{"area":"101","points":[[1611,1388],[1684,1400],[1757,1408],[1864,1408],[1937,1394],[1937,1453],[1907,1450],[1842,1439],[1774,1440],[1712,1441],[1611,1451]]},{"area":"100","points":[[1576,858],[1648,851],[1749,845],[1768,869],[1792,877],[1799,902],[1797,925],[1816,956],[1837,962],[1850,996],[1877,1000],[1910,1006],[1921,1024],[1933,1044],[1917,1072],[1908,1104],[1917,1161],[1934,1192],[1965,1215],[1977,1254],[1965,1281],[1924,1294],[1903,1314],[1891,1343],[1891,1369],[1893,1387],[1818,1391],[1757,1391],[1678,1379],[1658,1339],[1651,1328],[1638,1322],[1606,1315],[1589,1309],[1552,1302],[1528,1297],[1523,1284],[1491,1278],[1481,1265],[1465,1244],[1470,1228],[1454,1203],[1441,1190],[1444,1166],[1444,1145],[1453,1125],[1443,1097],[1442,1076],[1455,1057],[1490,1044],[1495,1036],[1488,1012],[1489,969],[1494,942],[1484,917],[1496,883],[1534,879],[1555,869]]},{"area":"107","points":[[2105,837],[2119,826],[2145,836],[2168,831],[2184,834],[2239,835],[2263,834],[2290,834],[2311,837],[2317,854],[2319,870],[2319,894],[2319,916],[2304,919],[2288,918],[2271,928],[2277,950],[2277,977],[2271,991],[2257,1001],[2232,1004],[2190,1006],[2172,1000],[2155,992],[2148,973],[2144,955],[2151,934],[2144,920],[2129,918],[2109,917],[2105,905],[2109,893],[2107,867],[2104,851]]},{"area":"109","points":[[2326,1256],[2324,1234],[2323,1182],[2324,1159],[2320,1151],[2322,1124],[2322,1111],[2342,1095],[2365,1096],[2398,1090],[2410,1076],[2412,1039],[2408,1009],[2412,984],[2410,972],[2428,961],[2446,965],[2478,965],[2510,961],[2530,965],[2554,965],[2571,969],[2582,983],[2582,998],[2582,1025],[2579,1053],[2584,1072],[2575,1095],[2583,1121],[2585,1137],[2619,1143],[2646,1146],[2659,1146],[2668,1171],[2669,1188],[2668,1213],[2671,1239],[2663,1259],[2668,1303],[2655,1315],[2634,1316],[2623,1328],[2619,1348],[2592,1356],[2559,1356],[2534,1352],[2511,1356],[2494,1351],[2477,1354],[2462,1342],[2454,1325],[2452,1299],[2455,1279],[2444,1264],[2425,1267],[2403,1270],[2379,1270],[2356,1269],[2332,1265]]},{"area":"10a","points":[[2109,1485],[2102,1464],[2108,1442],[2105,1405],[2107,1360],[2133,1358],[2154,1356],[2175,1358],[2227,1351],[2249,1356],[2267,1360],[2271,1378],[2276,1396],[2270,1421],[2284,1446],[2322,1445],[2346,1446],[2384,1445],[2405,1448],[2435,1458],[2465,1475],[2477,1497],[2489,1517],[2497,1561],[2491,1614],[2469,1649],[2440,1675],[2415,1693],[2379,1702],[2339,1706],[2303,1693],[2272,1685],[2256,1656],[2244,1631],[2238,1610],[2236,1586],[2225,1581],[2210,1575],[2182,1578],[2151,1573],[2152,1534],[2150,1494],[2126,1491]]},{"area":"102","points":[[2026,526],[2072,524],[2104,524],[2152,523],[2177,526],[2198,530],[2230,532],[2231,552],[2232,583],[2227,610],[2198,611],[2160,616],[2142,612],[2116,615],[2085,613],[2065,612],[2021,609],[2016,574],[2018,552]]},{"area":"103","points":[[2195,345],[2195,289],[2189,271],[2197,246],[2189,212],[2197,184],[2221,173],[2231,178],[2320,174],[2323,158],[2324,144],[2356,135],[2376,141],[2435,136],[2466,136],[2491,141],[2496,161],[2497,185],[2491,204],[2494,232],[2495,258],[2465,263],[2449,261],[2425,262],[2404,279],[2405,305],[2388,303],[2349,302],[2323,314],[2314,341],[2276,346],[2259,346],[2251,351],[2226,345],[2208,352]]},{"area":"104","points":[[2589,477],[2584,456],[2587,438],[2582,422],[2585,396],[2585,343],[2586,325],[2588,288],[2583,244],[2591,225],[2619,225],[2653,227],[2676,224],[2708,228],[2710,246],[2707,262],[2712,272],[2708,299],[2714,323],[2712,348],[2720,376],[2711,395],[2708,414],[2714,441],[2714,476],[2679,478],[2649,475],[2626,478],[2611,475]]},{"area":"105","points":[[2453,609],[2454,592],[2453,569],[2457,515],[2451,492],[2454,464],[2458,442],[2490,444],[2511,442],[2537,445],[2536,467],[2539,486],[2537,508],[2539,523],[2559,526],[2577,529],[2597,520],[2610,520],[2622,525],[2653,522],[2664,531],[2669,546],[2669,577],[2665,605],[2666,625],[2665,653],[2670,674],[2675,690],[2645,698],[2627,694],[2616,698],[2592,694],[2586,676],[2585,658],[2590,640],[2582,616],[2556,616],[2530,616],[2503,615],[2490,613],[2466,617]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/019-map-gnomegarde-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/020-map-gnomegarde-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-14,"offsetY":-10,"scale":2},"mapParent":{"id":"263"}}]},{"name":"Icespire Hold","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/021-map-ih-dm.jpg"},"title":"Map: Icespire Hold","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"id":"264","mapRegions":[{"area":"13c","points":[[1796,360],[1841,315],[1841,221],[1801,181],[1801,135],[1845,91],[1883,91],[1919,127],[1919,177],[1949,177],[1949,160],[1989,160],[1989,177],[2018,177],[2018,131],[2056,93],[2097,93],[2143,139],[2143,218],[2101,218],[2101,351],[2148,351],[2148,325],[2126,303],[2126,269],[2148,247],[2188,247],[2207,266],[2207,308],[2189,326],[2189,352],[2189,396],[2145,440],[2101,440],[2055,394],[1925,394],[1882,437],[1842,437],[1796,393]]},{"area":"13e","points":[[2021,581],[2021,554],[2014,554],[2014,501],[2020,495],[2020,465],[2016,461],[2016,421],[2048,421],[2092,465],[2148,465],[2213,400],[2213,357],[2235,357],[2235,219],[2171,219],[2171,134],[2216,134],[2234,134],[2246,122],[2269,99],[2288,91],[2310,91],[2325,98],[2349,122],[2362,135],[2381,137],[2381,132],[2436,132],[2436,138],[2453,138],[2465,126],[2465,118],[2487,96],[2496,100],[2505,100],[2505,89],[2529,89],[2531,95],[2537,101],[2545,97],[2569,121],[2569,125],[2580,137],[2600,139],[2600,134],[2657,134],[2657,139],[2676,139],[2687,128],[2684,121],[2708,97],[2713,100],[2725,98],[2727,92],[2747,92],[2750,97],[2759,101],[2764,97],[2796,129],[2799,140],[2804,140],[2804,167],[2799,167],[2793,177],[2799,183],[2773,209],[2768,207],[2756,219],[2756,238],[2759,238],[2759,291],[2753,291],[2753,324],[2759,324],[2759,376],[2754,376],[2754,412],[2761,412],[2761,471],[2753,471],[2746,478],[2753,485],[2729,512],[2724,507],[2710,521],[2710,540],[2715,540],[2715,595],[2712,598],[2712,630],[2718,630],[2718,664],[2724,671],[2721,686],[2726,700],[2735,703],[2734,715],[2712,728],[2712,737],[2702,748],[2691,764],[2683,777],[2680,786],[2688,801],[2688,817],[2664,829],[2642,804],[2642,793],[2631,782],[2613,782],[2613,787],[2559,787],[2559,782],[2539,782],[2527,794],[2527,801],[2503,825],[2500,822],[2487,828],[2487,831],[2464,831],[2463,828],[2455,820],[2448,824],[2425,801],[2426,796],[2412,782],[2393,780],[2393,789],[2337,789],[2337,783],[2319,783],[2307,795],[2310,801],[2283,828],[2277,822],[2268,822],[2268,832],[2245,832],[2245,828],[2236,819],[2227,825],[2219,817],[2217,810],[2217,785],[2210,777],[2199,774],[2185,768],[2172,763],[2150,767],[2129,762],[2113,766],[2105,770],[2093,764],[2078,767],[2060,771],[2043,767],[2041,756],[2036,737],[2038,726],[2045,710],[2039,695],[2040,673],[2036,664],[2033,645],[2037,622],[2036,604],[2031,596]]},{"area":"140","points":[[2410,1139],[2460,1139],[2460,1051],[2486,1051],[2486,1139],[2540,1139],[2540,1270],[2410,1270]]},{"area":"141","points":[[2225,1011],[2233,1015],[2238,1048],[2236,1081],[2241,1095],[2254,1097],[2276,1098],[2284,1089],[2283,1060],[2281,1031],[2283,1013],[2299,1013],[2311,1009],[2321,1018],[2319,1038],[2316,1065],[2317,1085],[2321,1108],[2321,1141],[2322,1177],[2393,1177],[2393,1223],[2323,1223],[2320,1256],[2321,1270],[2319,1303],[2318,1329],[2319,1361],[2318,1380],[2321,1395],[2299,1398],[2280,1395],[2276,1383],[2279,1369],[2281,1351],[2280,1323],[2273,1311],[2237,1312],[2223,1316],[2204,1308],[2193,1311],[2191,1274],[2204,1267],[2215,1268],[2238,1270],[2247,1270],[2272,1271],[2283,1267],[2283,1244],[2281,1233],[2266,1227],[2254,1223],[2231,1222],[2210,1223],[2195,1222],[2189,1210],[2190,1196],[2193,1188],[2208,1185],[2228,1188],[2244,1185],[2256,1185],[2276,1183],[2285,1164],[2281,1146],[2273,1139],[2263,1135],[2241,1137],[2221,1140],[2205,1137],[2194,1135],[2190,1129],[2197,1111],[2197,1087],[2195,1065],[2193,1039],[2193,1022],[2201,1012],[2215,1012]]},{"area":"141","points":[[2543,1057],[2559,1054],[2575,1055],[2593,1054],[2607,1052],[2614,1056],[2631,1055],[2647,1051],[2670,1055],[2673,1068],[2673,1087],[2680,1098],[2696,1096],[2712,1098],[2724,1095],[2743,1098],[2756,1099],[2761,1107],[2761,1114],[2759,1130],[2753,1138],[2745,1140],[2731,1137],[2718,1137],[2700,1139],[2687,1135],[2675,1137],[2668,1146],[2668,1160],[2671,1178],[2682,1188],[2700,1183],[2721,1185],[2742,1185],[2750,1187],[2762,1194],[2763,1209],[2756,1221],[2740,1223],[2724,1224],[2708,1224],[2689,1225],[2674,1230],[2668,1244],[2671,1258],[2679,1270],[2703,1272],[2717,1265],[2727,1263],[2753,1267],[2759,1276],[2765,1283],[2762,1298],[2760,1308],[2740,1311],[2726,1312],[2711,1311],[2695,1307],[2681,1310],[2672,1318],[2671,1327],[2674,1337],[2673,1344],[2670,1355],[2687,1364],[2702,1363],[2712,1363],[2735,1358],[2750,1359],[2756,1369],[2758,1388],[2756,1397],[2742,1401],[2719,1397],[2705,1397],[2697,1400],[2678,1397],[2668,1412],[2665,1434],[2667,1454],[2668,1468],[2663,1479],[2646,1482],[2633,1480],[2630,1468],[2631,1457],[2633,1447],[2628,1434],[2630,1420],[2628,1398],[2628,1372],[2633,1347],[2631,1321],[2628,1290],[2631,1260],[2628,1239],[2628,1226],[2557,1226],[2557,1183],[2627,1183],[2628,1144],[2631,1121],[2630,1100],[2623,1093],[2602,1092],[2584,1092],[2561,1090],[2545,1089],[2541,1076]]},{"area":"142","points":[[2408,1662],[2540,1662],[2540,1583],[2531,1583],[2531,1567],[2538,1567],[2538,1496],[2530,1496],[2530,1481],[2539,1481],[2539,1402],[2500,1402],[2500,1287],[2455,1287],[2455,1401],[2409,1401],[2409,1477],[2418,1477],[2418,1497],[2410,1497],[2410,1569],[2417,1569],[2417,1585],[2408,1585]]},{"area":"125","points":[[1860,694],[1904,715],[1920,745],[1926,762],[1927,772],[1930,788],[1931,808],[1927,848],[1905,847],[1894,839],[1887,813],[1887,786],[1881,759],[1874,741],[1873,721],[1865,710]]},{"area":"125","points":[[1305,1257],[1349,1262],[1371,1279],[1384,1296],[1400,1328],[1414,1346],[1416,1375],[1436,1395],[1453,1395],[1477,1402],[1495,1460],[1447,1431],[1436,1431],[1423,1433],[1411,1434],[1395,1420],[1378,1401],[1375,1388],[1377,1369],[1361,1334],[1346,1311],[1325,1295],[1314,1284],[1313,1273]]},{"area":"12a","points":[[1579,1316],[1579,1404],[1753,1404],[1753,1316]]},{"area":"12b","points":[[1535,1227],[1555,1227],[1555,1201],[1595,1201],[1595,1227],[1618,1227],[1618,1308],[1535,1308]]},{"area":"128","points":[[1711,1185],[1711,1310],[1798,1310],[1798,1185]]},{"area":"127","points":[[1710,961],[1710,1180],[1841,1180],[1841,961]]},{"area":"12c","points":[[1492,833],[1620,833],[1667,880],[1667,1095],[1647,1095],[1647,1119],[1601,1119],[1601,1096],[1578,1096],[1578,1052],[1492,1052]]},{"area":"12d","points":[[1208,965],[1208,1008],[1468,1008],[1468,965]]},{"area":"12e","points":[[1103,965],[1103,1003],[1184,1003],[1184,965]]},{"area":"132","points":[[836,833],[947,833],[947,814],[984,814],[984,833],[1095,833],[1095,1052],[836,1052]]},{"area":"138","points":[[663,832],[705,832],[705,815],[744,815],[744,832],[791,832],[791,1009],[663,1009]]},{"area":"12f","points":[[577,746],[662,746],[704,704],[745,704],[787,746],[878,746],[921,703],[962,703],[1007,748],[1099,748],[1141,706],[1183,706],[1225,748],[1225,787],[1183,829],[1183,948],[1140,948],[1140,791],[577,791]]},{"area":"13a","points":[[270,701],[307,701],[346,740],[346,784],[375,784],[375,768],[417,768],[417,788],[444,788],[444,740],[482,701],[524,701],[566,743],[566,793],[527,832],[527,1005],[352,1005],[307,1050],[265,1050],[222,1007],[222,966],[267,921],[267,828],[223,784],[223,745]]},{"area":"136","points":[[527,1050],[527,1179],[610,1179],[610,1050]]},{"area":"137","points":[[662,1049],[662,1177],[788,1177],[788,1049]]},{"area":"135","points":[[529,1186],[789,1186],[789,1313],[720,1313],[720,1333],[683,1333],[683,1313],[634,1313],[634,1335],[595,1335],[595,1314],[529,1314]]},{"area":"134","points":[[796,1145],[1052,1145],[1052,1311],[940,1311],[940,1332],[900,1332],[900,1313],[796,1313]]},{"area":"12f","points":[[796,1096],[1116,1096],[1140,1072],[1140,1019],[1181,1019],[1181,1095],[1138,1138],[796,1138]]},{"area":"130","points":[[1139,1273],[1119,1263],[1100,1263],[1100,1356],[1058,1356],[1061,1406],[1057,1433],[1055,1461],[1084,1500],[1143,1526],[1152,1516],[1161,1497],[1163,1468],[1177,1452],[1196,1444],[1207,1440],[1212,1427],[1207,1408],[1210,1393],[1208,1372],[1201,1353],[1201,1328],[1194,1304],[1157,1289]]},{"area":"125","points":[[677,341],[686,318],[700,285],[726,257],[753,233],[805,230],[795,249],[772,273],[767,285],[751,295],[739,303],[739,333],[746,351],[765,367],[762,414],[746,401],[728,382],[717,367],[697,358]]},{"area":"131","points":[[574,1356],[1005,1356],[1005,1399],[966,1399],[920,1445],[878,1445],[834,1401],[744,1401],[702,1443],[660,1443],[618,1401],[574,1401]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/021-map-ih-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/022-map-ih-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"264"}}]},{"name":"Loggers' Camp","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/023-map-lc-dm.jpg"},"title":"Map: Logger's Camp","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"id":"265","mapRegions":[{"area":"14f","points":[[100,1042],[124,1042],[124,1001],[349,1001],[349,1140],[132,1140],[132,1107],[100,1107]]},{"area":"14f","points":[[307,1667],[341,1667],[341,1699],[405,1699],[405,1672],[444,1672],[444,1447],[307,1447]]},{"area":"153","points":[[1093,346],[1093,571],[1142,571],[1142,346]]},{"area":"152","points":[[798,792],[924,792],[924,664],[1046,664],[1046,1047],[926,1047],[926,913],[798,913],[798,872],[778,872],[778,841],[798,841]]},{"area":"150","points":[[1492,962],[1709,962],[1709,994],[1740,994],[1740,1058],[1715,1058],[1715,1093],[1669,1093],[1669,1228],[1534,1228],[1534,1104],[1492,1104]]},{"area":"154","points":[[2007,591],[2018,562],[2041,539],[2153,464],[2187,453],[2218,456],[2340,494],[2369,513],[2384,539],[2434,654],[2440,686],[2433,707],[2399,812],[2374,836],[2349,851],[2244,888],[2211,896],[2182,888],[2095,793],[2034,741],[2009,671]]},{"area":"155","points":[[1994,1138],[2024,1122],[2138,1151],[2269,1162],[2325,1194],[2345,1215],[2352,1246],[2361,1315],[2360,1389],[2352,1419],[2341,1451],[2296,1504],[2261,1531],[2229,1549],[2199,1552],[2105,1578],[2072,1575],[2041,1562],[1955,1516],[1927,1501],[1909,1478],[1886,1349],[1906,1234],[1972,1166]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/023-map-lc-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/024-map-lc-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-11,"scale":2},"mapParent":{"id":"265"}}]},{"name":"Mountain's Toe Gold Mine","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/025-map-mtgm-dm.jpg"},"title":"Map: Mountain's Toe Gold Mine","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"id":"266","mapRegions":[{"area":"173","points":[[2373,625],[2425,534],[2476,458],[2596,451],[2709,461],[2805,521],[2839,634],[2804,738],[2718,805],[2613,820],[2505,804],[2401,746],[2371,699]]},{"area":"172","points":[[2058,1527],[2058,1478],[2073,1478],[2116,1484],[2141,1480],[2167,1475],[2186,1452],[2169,1418],[2147,1412],[2147,1361],[2166,1354],[2178,1332],[2199,1308],[2225,1314],[2232,1296],[2281,1296],[2296,1302],[2319,1306],[2353,1304],[2386,1314],[2408,1333],[2408,1366],[2398,1379],[2386,1388],[2369,1405],[2331,1414],[2294,1412],[2266,1416],[2242,1432],[2240,1448],[2241,1476],[2249,1513],[2249,1548],[2236,1584],[2228,1619],[2198,1636],[2169,1639],[2154,1628],[2126,1627],[2106,1599],[2104,1567],[2086,1545],[2072,1532]]},{"area":"172","points":[[2234,1278],[2279,1278],[2289,1255],[2294,1245],[2324,1240],[2341,1249],[2369,1244],[2391,1236],[2418,1234],[2445,1238],[2456,1244],[2479,1245],[2507,1248],[2520,1244],[2536,1232],[2539,1218],[2534,1188],[2546,1165],[2558,1155],[2585,1145],[2592,1115],[2560,1114],[2542,1111],[2533,1101],[2512,1096],[2492,1089],[2460,1099],[2439,1099],[2412,1094],[2400,1091],[2386,1102],[2361,1111],[2322,1118],[2306,1111],[2285,1108],[2266,1129],[2249,1149],[2247,1181],[2248,1211],[2236,1233],[2236,1260]]},{"area":"171","points":[[2014,1295],[1993,1291],[1967,1288],[1952,1267],[1940,1239],[1913,1234],[1898,1204],[1919,1142],[1951,1138],[1978,1139],[1998,1138],[2027,1134],[2047,1124],[2068,1111],[2084,1088],[2101,1085],[2119,1091],[2146,1105],[2151,1126],[2171,1148],[2171,1161],[2168,1179],[2166,1208],[2162,1236],[2138,1248],[2120,1259],[2111,1285],[2086,1294],[2066,1304],[2039,1302]]},{"area":"170","points":[[1712,1412],[1712,1366],[1735,1365],[1755,1356],[1764,1336],[1764,1316],[1775,1311],[1795,1308],[1812,1306],[1833,1300],[1858,1307],[1882,1321],[1899,1339],[1907,1360],[1902,1374],[1900,1398],[1902,1428],[1886,1449],[1864,1467],[1847,1471],[1826,1476],[1806,1491],[1791,1500],[1768,1493],[1752,1468],[1747,1436],[1741,1421],[1727,1416]]},{"area":"16f","points":[[1898,865],[1867,846],[1852,816],[1847,793],[1862,772],[1875,745],[1905,740],[1932,749],[1940,735],[1946,714],[1934,694],[1913,696],[1882,696],[1861,702],[1841,719],[1818,752],[1811,785],[1789,809],[1801,825],[1804,849],[1821,871],[1851,884],[1873,899]]},{"area":"166","points":[[365,1531],[368,1574],[338,1595],[339,1624],[320,1636],[302,1638],[285,1629],[264,1628],[253,1628],[239,1621],[227,1613],[213,1599],[202,1576],[192,1553],[198,1531],[212,1506],[233,1498],[254,1488],[266,1486],[276,1479],[304,1479],[322,1485],[334,1500],[340,1525],[354,1531]]},{"area":"165","points":[[406,1505],[404,1462],[408,1440],[406,1412],[415,1395],[432,1365],[468,1348],[493,1344],[532,1345],[571,1356],[601,1358],[616,1346],[666,1386],[668,1412],[656,1433],[638,1458],[606,1466],[574,1468],[559,1467],[540,1464],[516,1466],[489,1471],[464,1484],[452,1504],[448,1544]]},{"area":"164","points":[[515,1131],[532,1108],[540,1089],[568,1080],[600,1075],[635,1086],[666,1102],[661,1122],[660,1151],[673,1173],[702,1186],[700,1238],[691,1240],[675,1265],[629,1272],[627,1256],[606,1247],[581,1245],[556,1245],[533,1233],[520,1205],[502,1194]]},{"area":"167","points":[[795,1488],[793,1444],[784,1405],[792,1353],[804,1339],[833,1320],[846,1311],[853,1276],[902,1276],[911,1287],[928,1306],[962,1314],[989,1308],[1002,1295],[1009,1258],[1013,1209],[1012,1182],[1005,1154],[1015,1122],[1042,1093],[1085,1096],[1112,1104],[1145,1108],[1173,1129],[1199,1140],[1199,1194],[1181,1209],[1174,1242],[1167,1269],[1152,1292],[1118,1295],[1081,1314],[1065,1332],[1066,1353],[1066,1396],[1080,1416],[1115,1425],[1156,1413],[1156,1459],[1122,1465],[1080,1473],[1042,1467],[985,1462],[954,1465],[914,1469],[882,1471],[860,1482],[838,1500],[839,1542]]},{"area":"16c","points":[[1031,1539],[1071,1531],[1094,1533],[1134,1535],[1160,1536],[1180,1521],[1189,1498],[1184,1481],[1168,1469],[1168,1407],[1176,1395],[1180,1359],[1189,1345],[1214,1341],[1235,1328],[1247,1306],[1266,1299],[1284,1302],[1291,1329],[1287,1375],[1284,1398],[1306,1416],[1319,1431],[1340,1476],[1312,1480],[1298,1476],[1285,1485],[1286,1509],[1271,1518],[1258,1512],[1235,1521],[1234,1547],[1236,1573],[1227,1596],[1214,1616],[1185,1627],[1166,1624],[1145,1621],[1121,1625],[1101,1638],[1082,1639],[1053,1622],[1032,1615],[1009,1606],[999,1593],[994,1587],[1007,1572],[1021,1559]]},{"area":"16d","points":[[1372,1264],[1407,1261],[1421,1255],[1444,1256],[1469,1264],[1481,1286],[1487,1312],[1475,1375],[1458,1339],[1447,1305],[1419,1288],[1387,1292],[1373,1286],[1365,1278]]},{"area":"169","points":[[639,856],[632,834],[621,811],[619,792],[612,776],[604,755],[593,731],[606,718],[624,705],[644,700],[674,705],[708,701],[733,713],[755,724],[766,749],[774,769],[774,787],[780,812],[773,825],[756,840],[740,852],[708,855],[688,865],[675,881],[651,878]]},{"area":"16a","points":[[966,704],[1005,696],[1019,686],[1021,647],[1011,621],[988,607],[975,588],[987,521],[1006,515],[1027,496],[1055,486],[1081,489],[1099,502],[1132,511],[1152,528],[1166,556],[1165,586],[1169,607],[1160,634],[1152,659],[1120,685],[1116,719],[1116,745],[1112,766],[1113,785],[1111,814],[1107,844],[1091,859],[1071,856],[1044,860],[1026,852],[1025,833],[1015,800],[1012,788],[1015,775],[1013,749],[992,747],[968,745]]},{"area":"16b","points":[[1238,900],[1287,900],[1298,880],[1315,872],[1345,868],[1375,864],[1400,859],[1407,835],[1406,808],[1374,772],[1354,759],[1327,754],[1305,749],[1287,734],[1275,712],[1236,693],[1219,699],[1200,709],[1192,727],[1172,759],[1182,781],[1193,804],[1193,825],[1191,842],[1198,853],[1222,859],[1234,875]]},{"area":"16e","points":[[1576,953],[1622,953],[1631,944],[1640,932],[1673,922],[1695,915],[1718,904],[1726,896],[1722,873],[1732,845],[1729,814],[1728,800],[1720,772],[1691,762],[1673,744],[1658,708],[1632,698],[1598,709],[1568,722],[1561,744],[1579,758],[1595,780],[1599,811],[1593,852],[1576,878],[1579,905],[1575,936]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/025-map-mtgm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/026-map-mtgm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-8,"offsetY":-10,"scale":2},"mapParent":{"id":"266"}}]},{"name":"Shrine of Savras","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/027-map-sos-dm.jpg"},"title":"Map: Shrine of Savras","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"id":"267","mapRegions":[{"area":"17e","points":[[1946,331],[1952,289],[1973,266],[2006,239],[2036,234],[2072,245],[2102,265],[2122,298],[2126,333],[2119,365],[2100,389],[2076,408],[2036,420],[2004,412],[1974,392],[1951,361]]},{"area":"17d","points":[[1569,1525],[1549,1512],[1538,1486],[1534,1455],[1538,1441],[1565,1406],[1591,1402],[1609,1406],[1661,1418],[1673,1447],[1675,1478],[1659,1496],[1645,1521],[1614,1526]]},{"area":"17b","points":[[446,386],[416,394],[387,387],[366,364],[356,334],[356,308],[367,284],[389,266],[409,261],[431,262],[455,269],[474,268],[487,284],[491,305],[496,324],[480,351],[466,374]]},{"area":"179","points":[[880,265],[1089,265],[1104,258],[1118,256],[1135,261],[1147,275],[1147,295],[1142,318],[1140,358],[1151,369],[1152,387],[1142,399],[1125,406],[1113,395],[924,395],[882,388],[880,352]]},{"area":"17e","points":[[1538,356],[1536,320],[1542,292],[1564,268],[1592,264],[1628,269],[1651,287],[1664,313],[1666,349],[1651,375],[1628,389],[1602,394],[1569,389]]},{"area":"17c","points":[[428,1534],[418,1542],[396,1539],[389,1528],[373,1520],[359,1501],[352,1464],[355,1444],[372,1418],[376,1404],[393,1384],[414,1386],[428,1395],[449,1405],[478,1439],[488,1474],[480,1504],[451,1526]]},{"area":"17f","points":[[879,613],[879,961],[1140,961],[1140,613]]},{"area":"181","points":[[622,794],[622,967],[831,967],[831,794]]},{"area":"182","points":[[1189,792],[1189,965],[1405,965],[1405,792]]},{"area":"183","points":[[878,1007],[1141,1007],[1141,1227],[1069,1227],[1069,1276],[1055,1295],[1028,1309],[1002,1314],[974,1304],[955,1286],[946,1274],[946,1229],[878,1229]]},{"area":"17a","points":[[1186,1008],[1186,1395],[1525,1395],[1525,1008]]},{"area":"17a","points":[[1185,747],[1185,412],[1520,412],[1520,747]]},{"area":"17a","points":[[835,748],[835,400],[493,400],[493,748]]},{"area":"17a","points":[[836,1002],[836,1385],[495,1385],[495,1002]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/027-map-sos-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/028-map-sos-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-7,"offsetY":-7,"scale":2},"mapParent":{"id":"267"}}]},{"name":"Tower of Storms","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/029-map-tos-dm.jpg"},"title":"Map: Tower of Storms","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"id":"268","mapRegions":[{"area":"19e","points":[[119,1588],[115,1501],[189,1286],[226,1232],[294,1179],[312,1222],[319,1308],[309,1365],[247,1534],[191,1615],[149,1625]]},{"area":"19e","points":[[307,1473],[329,1441],[418,1406],[469,1399],[614,1434],[678,1456],[719,1491],[718,1556],[672,1568],[618,1569],[555,1560],[491,1534],[428,1540],[338,1507]]},{"area":"19e","points":[[261,972],[228,881],[246,793],[251,714],[302,768],[348,820],[376,889],[448,974],[462,1014],[451,1105],[422,1134],[382,1125],[327,1049]]},{"area":"19e","points":[[128,835],[106,739],[95,666],[109,606],[122,493],[151,451],[226,391],[267,395],[281,425],[269,505],[248,547],[242,619],[227,681],[202,742],[162,788]]},{"area":"19e","points":[[356,446],[351,431],[376,326],[444,281],[498,225],[542,169],[596,132],[680,108],[674,168],[640,258],[606,309],[508,391],[468,416],[408,438]]},{"area":"197","points":[[484,700],[488,666],[511,635],[549,614],[584,613],[614,625],[640,648],[653,678],[655,726],[607,779],[580,786],[552,785],[516,765],[492,734]]},{"area":"198","points":[[618,507],[656,507],[656,524],[747,524],[747,508],[787,508],[787,696],[704,696],[698,665],[678,622],[649,592],[618,576]]},{"area":"190","points":[[618,894],[618,825],[639,811],[612,784],[652,744],[679,771],[696,740],[704,708],[786,708],[786,905],[752,905],[752,873],[658,873],[654,894]]},{"area":"191","points":[[751,921],[920,921],[920,1094],[749,1094],[749,1006],[735,1006],[735,967],[751,967]]},{"area":"195","points":[[726,1139],[876,1139],[876,1107],[919,1107],[919,1139],[945,1139],[944,1160],[944,1185],[954,1219],[966,1240],[962,1266],[939,1278],[926,1292],[904,1300],[874,1295],[853,1265],[827,1227],[804,1191],[767,1167],[741,1154]]},{"area":"18f","points":[[801,746],[834,746],[834,481],[788,481],[738,481],[758,468],[784,456],[792,454],[811,459],[831,440],[848,415],[847,395],[862,367],[886,359],[915,353],[955,373],[981,401],[1002,433],[1013,459],[1034,492],[1038,555],[1033,596],[1028,615],[1042,642],[1042,679],[1055,716],[1078,754],[1062,806],[1042,801],[1019,807],[1006,821],[1007,865],[1018,888],[1022,921],[1028,949],[1024,996],[996,1024],[986,1039],[964,1073],[964,879],[832,879],[832,833],[801,833]]},{"area":"197","points":[[1578,394],[1584,361],[1608,327],[1645,312],[1674,309],[1705,314],[1721,333],[1739,356],[1746,382],[1748,394],[1748,421],[1726,458],[1682,478],[1636,478],[1609,458],[1591,438],[1579,419]]},{"area":"19a","points":[[1667,180],[1926,180],[1926,573],[2058,573],[2058,831],[1795,831],[1795,613],[1669,613],[1669,528],[1698,521],[1746,501],[1774,475],[1794,425],[1793,366],[1776,329],[1749,292],[1728,276],[1706,268],[1682,264],[1667,264]]},{"area":"19c","points":[[2119,395],[2128,364],[2138,331],[2161,308],[2195,291],[2221,284],[2255,286],[2285,295],[2309,308],[2327,333],[2342,358],[2351,401],[2339,439],[2325,465],[2300,485],[2268,499],[2238,504],[2201,500],[2167,487],[2149,464],[2127,435]]},{"area":"18e","points":[[2071,1341],[2125,1376],[2129,1368],[2127,1340],[2132,1318],[2144,1304],[2167,1308],[2185,1327],[2194,1349],[2194,1371],[2171,1386],[2161,1393],[2176,1400],[2199,1405],[2219,1414],[2211,1436],[2185,1446],[2162,1439],[2132,1429],[2101,1407],[2072,1392],[2061,1373]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/029-map-tos-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/030-map-tos-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-7,"scale":2},"mapParent":{"id":"268"}}]},{"name":"Umbrage Hill","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/031-map-uh-dm.jpg"},"title":"Map: Umbrage Hill","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"id":"269","mapRegions":[{"area":"1a6","points":[[879,1095],[879,1307],[1097,1307],[1097,1095]]},{"area":"1a5","points":[[1126,1225],[1169,1225],[1169,1191],[1239,1191],[1239,1221],[1312,1221],[1312,1357],[1272,1357],[1272,1489],[1133,1489],[1126,1342]]},{"area":"1a4","points":[[1783,1799],[1684,1693],[1711,1586],[1836,1515],[1991,1467],[2133,1443],[2257,1511],[2390,1644],[2437,1782],[2437,1799]]},{"area":"1a6","points":[[2236,263],[2236,394],[2365,394],[2365,263]]},{"area":"1a6","points":[[1757,265],[1796,265],[1796,217],[1839,217],[1839,265],[1880,265],[1880,308],[1927,308],[1927,351],[1884,351],[1884,397],[1843,397],[1843,440],[1797,440],[1797,399],[1757,399]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/031-map-uh-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/032-map-uh-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-13,"offsetY":-9,"scale":2},"mapParent":{"id":"269"}}]},{"name":"Woodland Manse","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DIP/033-map-wm-dm.jpg"},"title":"Map: Woodland Manse","width":2888,"height":1838,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"id":"26a","mapRegions":[{"area":"1b4","points":[[704,662],[613,656],[613,532],[626,519],[650,519],[656,438],[691,434],[700,399],[718,386],[763,387],[794,390],[803,410],[800,429],[837,436],[834,478],[810,493],[798,485],[793,508],[790,526],[758,530],[753,570],[726,579],[714,577],[708,616],[707,641]]},{"area":"1b4","points":[[871,483],[870,454],[875,434],[910,430],[940,436],[975,429],[1004,429],[998,411],[1007,389],[1003,366],[1029,347],[1056,349],[1091,354],[1099,376],[1111,390],[1137,397],[1141,436],[1142,470],[1143,484],[1106,488],[1107,511],[1093,524],[1060,527],[1032,529],[1018,516],[1005,527],[986,526],[959,527],[932,524],[914,514],[916,495],[900,491],[881,487]]},{"area":"1ba","points":[[784,628],[788,604],[805,580],[832,559],[863,557],[883,564],[901,579],[914,588],[923,616],[922,648],[906,670],[885,683],[859,694],[831,690],[809,676],[794,654]]},{"area":"1b6","points":[[615,704],[615,827],[783,827],[783,704]]},{"area":"1be","points":[[927,577],[1047,577],[1047,693],[927,693],[927,665],[936,644],[936,617],[930,594]]},{"area":"1bd","points":[[1058,575],[1224,575],[1224,597],[1207,597],[1207,614],[1217,614],[1217,654],[1207,654],[1207,671],[1224,671],[1224,695],[1058,695]]},{"area":"1b8","points":[[796,710],[796,828],[1005,828],[1005,710]]},{"area":"1bb","points":[[1014,706],[1014,827],[1268,827],[1268,706]]},{"area":"1ca","points":[[621,838],[621,954],[870,954],[870,838]]},{"area":"1c6","points":[[578,968],[872,968],[872,1100],[959,1100],[959,1219],[763,1219],[763,1210],[748,1210],[748,1220],[705,1220],[705,1210],[691,1210],[691,1222],[578,1222]]},{"area":"1bf","points":[[884,841],[1061,841],[1061,851],[1131,851],[1131,841],[1223,841],[1223,1091],[1134,1091],[1134,1078],[1062,1078],[1062,1092],[884,1092]]},{"area":"1c4","points":[[969,1100],[969,1264],[1267,1264],[1267,1100]]},{"area":"1b4","points":[[1313,1056],[1273,1053],[1273,1001],[1270,929],[1274,877],[1318,861],[1314,832],[1350,825],[1359,786],[1392,783],[1411,797],[1409,816],[1416,828],[1437,831],[1450,844],[1453,871],[1449,898],[1457,928],[1446,942],[1445,960],[1411,969],[1404,995],[1407,1019],[1409,1048],[1413,1082],[1394,1095],[1349,1100],[1326,1098],[1312,1078]]},{"area":"1b4","points":[[1352,1259],[1356,1153],[1367,1134],[1391,1135],[1438,1136],[1475,1139],[1486,1164],[1492,1189],[1494,1219],[1501,1256],[1486,1275],[1451,1271],[1416,1275],[1408,1286],[1414,1307],[1409,1334],[1412,1363],[1351,1363],[1317,1357],[1309,1345],[1316,1294],[1320,1262],[1335,1263]]},{"area":"1b4","points":[[1004,1356],[1049,1356],[1054,1317],[1081,1310],[1112,1313],[1141,1308],[1158,1317],[1177,1319],[1185,1342],[1194,1355],[1222,1354],[1264,1352],[1270,1349],[1280,1377],[1282,1396],[1315,1396],[1314,1425],[1318,1447],[1311,1492],[1269,1497],[1278,1516],[1279,1534],[1231,1534],[1223,1505],[1222,1493],[1198,1498],[1183,1492],[1172,1496],[1143,1495],[1130,1464],[1133,1454],[1059,1442],[1048,1407],[1004,1405],[1000,1387],[1006,1376]]},{"area":"1b4","points":[[656,1271],[686,1269],[720,1269],[752,1274],[757,1305],[786,1308],[814,1309],[854,1308],[872,1307],[873,1278],[887,1268],[909,1276],[926,1295],[931,1331],[927,1365],[931,1392],[961,1397],[971,1420],[973,1445],[966,1485],[937,1494],[917,1497],[887,1492],[855,1491],[835,1480],[836,1454],[794,1448],[784,1444],[757,1443],[737,1429],[734,1409],[708,1408],[683,1404],[656,1398],[657,1383],[648,1361],[656,1349],[657,1328],[658,1314],[651,1293]]},{"area":"1b4","points":[[434,1362],[464,1364],[493,1364],[536,1364],[531,1324],[531,1280],[525,1257],[533,1236],[530,1189],[489,1170],[478,1143],[450,1137],[418,1142],[396,1137],[394,1163],[391,1188],[388,1220],[393,1245],[398,1262],[420,1268],[434,1280],[436,1308],[438,1335]]},{"area":"1b4","points":[[389,1092],[389,1069],[391,1036],[394,1018],[393,996],[396,962],[395,925],[416,914],[433,905],[436,876],[435,837],[460,831],[486,824],[512,831],[533,828],[565,833],[574,867],[571,906],[564,918],[530,919],[524,962],[530,999],[523,1011],[489,1015],[489,1036],[489,1060],[494,1099],[461,1101],[427,1100],[408,1100]]},{"area":"1b4","points":[[1269,435],[1306,433],[1315,396],[1340,396],[1360,406],[1367,429],[1385,439],[1407,471],[1407,528],[1409,583],[1404,618],[1368,622],[1361,638],[1360,664],[1334,661],[1314,658],[1281,655],[1272,650],[1266,611],[1268,566],[1263,540],[1268,515],[1268,480],[1266,454]]},{"area":"1d6","points":[[2008,563],[2029,554],[2285,554],[2285,613],[2292,613],[2292,654],[2287,659],[2287,694],[2010,694],[2002,683],[2006,648],[2012,613],[2014,599],[2013,578]]},{"area":"1d5","points":[[1903,693],[1878,689],[1855,673],[1841,648],[1837,617],[1845,592],[1862,570],[1892,557],[1918,559],[1939,570],[1959,584],[1973,610],[1973,646],[1955,673],[1935,688]]},{"area":"1b6","points":[[1755,704],[1755,827],[1836,827],[1836,704]]},{"area":"1ca","points":[[1672,840],[1672,958],[1834,958],[1834,840]]},{"area":"1ce","points":[[1628,973],[1628,1219],[1925,1219],[1925,973]]},{"area":"1d0","points":[[1934,1104],[1934,1221],[2009,1221],[2009,1104]]},{"area":"1d8","points":[[2023,1102],[2023,1264],[2320,1264],[2320,1102]]},{"area":"1bf","points":[[1932,839],[1932,1092],[2185,1092],[2185,839]]},{"area":"1be","points":[[2196,838],[2196,1086],[2273,1086],[2273,838]]},{"area":"1d3","points":[[1846,959],[1846,707],[2317,707],[2317,825],[1924,825],[1924,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DIP/thumbnail/033-map-wm-dm.webp"},"page":"adventure.html","source":"DIP","hash":"dip"},{"type":"image","href":{"type":"internal","path":"adventure/DIP/034-map-wm-pc.jpg"},"title":"Player Version","width":2888,"height":1838,"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-6,"scale":2},"mapParent":{"id":"26a"}}]}]},"SLW":{"id":"SLW","source":"SLW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":96,"offsetX":-48,"offsetY":2,"units":"miles"},"id":"0fc"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-32,"offsetY":18,"units":"miles"},"mapParent":{"id":"0fc","autoScale":true}}]},{"name":"Attack on the Wayside Inn","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/003-ivsrz-map-wayside-inn-final_dm.jpg"},"title":"Map 2: Wayside Inn","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"0fd"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/004-unnbj-map-wayside-inn_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"mapParent":{"id":"0fd"}}]},{"name":"A Normal Day in Leilon","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/005-lloxo-map-leilon-town_ruined_dm.jpg"},"title":"Map 3: Leilon Under Construction","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"0fe"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/006-mjl1f-map-leilon-town-map_ruined_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"0fe"}}]},{"name":"Aid from Phandalin","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/007-x847s-map-aid-from-phandalin_dm.jpg"},"title":"Map 4: Backlot in Town","width":2835,"height":3600,"imageType":"map","grid":{"type":"square","size":136,"offsetX":56,"offsetY":36},"id":"0ff"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/008-x847s-map-aid-from-phandalin_dm.jpg"},"title":"Player Version","width":2835,"height":3600,"imageType":"mapPlayer","grid":{"type":"square","size":136,"offsetX":56,"offsetY":36},"mapParent":{"id":"0ff"}}]},{"name":"Foul Weather at Wayside","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/009-ivsrz-map-wayside-inn-final_dm.jpg"},"title":"Map 5: Wayside Inn","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"100"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/010-unnbj-map-wayside-inn_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"100"}}]},{"name":"House of Thalivar","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/011-kmdtd-map-house-of-thalivar_dm.jpg"},"title":"Map 6: House of Thalivar","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"id":"101","mapRegions":[{"area":"0a4","points":[[58,1358],[58,1872],[176,1872],[176,1358]]},{"area":"0a7","points":[[474,1237],[474,1392],[722,1392],[722,1237]]},{"area":"0a8","points":[[734,1240],[978,1240],[1057,1319],[1057,1486],[734,1486]]},{"area":"0a9","points":[[731,1576],[731,1826],[981,1826],[981,1576]]},{"area":"0a5","points":[[379,1830],[302,1753],[302,1411],[718,1411],[718,1830]]},{"area":"0ad","points":[[2093,1549],[2093,1538],[2270,1538],[2270,1835],[2192,1835],[2192,1824],[2209,1807],[2226,1774],[2235,1726],[2227,1677],[2226,1650],[2210,1621],[2168,1595],[2133,1579],[2112,1565],[2107,1554]]},{"area":"0b1","points":[[1906,1464],[1886,1491],[1875,1530],[1880,1563],[1901,1598],[1939,1622],[1970,1624],[2011,1619],[2050,1595],[2064,1563],[2072,1549],[2059,1502],[2026,1461],[1978,1448],[1931,1450]]},{"area":"0af","points":[[1421,632],[1752,632],[1752,965],[1494,965],[1421,890]]},{"area":"0ae","points":[[1426,549],[1592,549],[1592,376],[1944,376],[1944,390],[1928,402],[1931,422],[1928,453],[1923,496],[1918,526],[1941,566],[1952,582],[1963,605],[1963,622],[1426,622]]},{"area":"0ae","points":[[1851,635],[1976,635],[1976,649],[1987,651],[1990,675],[1982,683],[1987,707],[1984,726],[1979,744],[1976,755],[1986,765],[1982,806],[1976,829],[1963,843],[1946,858],[1950,886],[1950,909],[1934,939],[1922,963],[1851,963]]},{"area":"0ad","points":[[1934,454],[2008,454],[2008,540],[2124,540],[2121,479],[2144,456],[2268,456],[2268,973],[1933,973],[1964,914],[1962,889],[2098,889],[2126,849],[2126,742],[2102,712],[1998,712],[1991,688],[2000,674],[1996,648],[1984,648],[1984,622],[1931,528]]},{"area":"0ad","points":[[1160,622],[1161,608],[1176,592],[1176,561],[1187,558],[1186,533],[1214,501],[1226,473],[1231,452],[1322,452],[1322,975],[1149,975],[1158,966],[1167,953],[1165,934],[1173,913],[1173,888],[1241,888],[1241,714],[1161,714],[1168,708],[1168,674],[1168,644]]},{"area":"0ab","points":[[476,460],[535,375],[1153,378],[1226,451],[1214,482],[1191,513],[1179,527],[1179,547],[1171,553],[1169,584],[1155,601],[1152,627],[1164,649],[1164,696],[1156,714],[1162,733],[1153,756],[1146,772],[1139,784],[1153,795],[1161,815],[1167,828],[1164,841],[1173,856],[1168,881],[1166,909],[1159,929],[1161,952],[1139,973],[553,969],[476,891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SLW/thumbnail/011-kmdtd-map-house-of-thalivar_dm.webp"},"page":"adventure.html","source":"SLW","hash":"slw"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/012-idnt1-map-house-of-thalivar_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":34,"offsetY":22},"mapParent":{"id":"101"}}]},{"name":"Missing Patrol","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/013-ibxmx-map-lizardfolk-camp_dm.jpg"},"title":"Map 7: Lizardfolk Camp","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"102"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/014-ibxmx-map-lizardfolk-camp_dm.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"mapParent":{"id":"102"}}]},{"name":"Thunder Cliffs","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SLW/015-1vb8n-map-thunder-cliffs_dm.jpg"},"title":"Map 8: Caverns at Thunder Cliffs","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"103","mapRegions":[{"area":"0e9","points":[[309,1401],[321,1389],[322,1373],[339,1365],[351,1348],[373,1342],[395,1347],[416,1349],[433,1342],[436,1329],[446,1327],[466,1319],[480,1325],[484,1334],[495,1349],[520,1369],[552,1371],[558,1360],[574,1358],[587,1348],[618,1353],[651,1306],[618,1294],[604,1286],[595,1276],[585,1281],[552,1262],[551,1235],[558,1225],[555,1213],[544,1202],[549,1186],[547,1165],[525,1152],[504,1147],[485,1151],[474,1167],[446,1173],[416,1178],[405,1166],[389,1141],[372,1141],[366,1131],[356,1119],[341,1115],[319,1108],[299,1122],[286,1133],[269,1142],[255,1141],[238,1145],[233,1158],[227,1171],[211,1182],[209,1218],[209,1228],[201,1239],[198,1259],[200,1280],[206,1292],[229,1299],[238,1324],[251,1348],[262,1369],[258,1381],[272,1389],[286,1392],[299,1393]]},{"area":"0e6","points":[[580,1936],[558,1921],[551,1893],[552,1873],[567,1864],[567,1842],[587,1833],[604,1813],[598,1791],[601,1772],[601,1753],[576,1738],[580,1715],[585,1696],[579,1662],[600,1654],[624,1648],[648,1655],[661,1661],[680,1664],[692,1660],[720,1669],[735,1679],[752,1681],[773,1676],[781,1674],[860,1681],[872,1698],[873,1716],[893,1716],[906,1715],[915,1721],[934,1725],[949,1716],[964,1702],[974,1698],[989,1704],[1000,1709],[1000,1731],[996,1751],[1000,1768],[1024,1775],[1031,1794],[1056,1804],[1079,1804],[1094,1821],[1088,1835],[1091,1859],[1102,1873],[1104,1896],[1100,1914],[1080,1934],[1067,1940],[1055,1962],[1048,1988],[1027,2006],[1005,2021],[980,2031],[981,2047],[982,2058],[966,2068],[941,2064],[912,2074],[872,2076],[841,2067],[826,2062],[816,2048],[780,2041],[748,2039],[727,2047],[698,2053],[678,2047],[635,2042],[618,2020],[593,2018],[588,1996],[578,1985],[580,1965]]},{"area":"0dd","points":[[1414,2246],[1418,2214],[1418,2179],[1400,2134],[1400,2085],[1427,2054],[1468,2035],[1515,2012],[1562,1995],[1604,1949],[1638,1894],[1655,1834],[1693,1807],[1726,1793],[1756,1785],[1798,1766],[1849,1724],[1879,1689],[1900,1661],[1927,1631],[1974,1599],[2013,1585],[2058,1576],[2125,1568],[2185,1561],[2289,1561],[2354,1555],[2415,1538],[2214,1435],[2174,1451],[2138,1445],[2096,1453],[2064,1455],[2051,1451],[2026,1455],[2001,1459],[1965,1452],[1944,1467],[1920,1488],[1889,1495],[1868,1496],[1864,1513],[1856,1538],[1852,1559],[1834,1581],[1807,1608],[1765,1621],[1738,1615],[1721,1628],[1695,1624],[1660,1616],[1638,1598],[1624,1581],[1447,1639],[1446,1664],[1438,1692],[1424,1712],[1424,1735],[1422,1756],[1415,1784],[1396,1811],[1400,1848],[1385,1882],[1352,1911],[1347,1926],[1314,1935],[1313,1949],[1299,1985],[1266,2016],[1240,2032],[1225,2032],[1215,2059],[1219,2085],[1218,2115],[1213,2148],[1200,2176],[1213,2224],[1213,2246]]},{"area":"0e2","points":[[2998,769],[3014,748],[3047,727],[3059,719],[3067,722],[3087,719],[3104,716],[3118,655],[3105,646],[3104,635],[3113,629],[3106,619],[3107,599],[3133,587],[3155,589],[3174,600],[3196,595],[3219,596],[3253,579],[3261,561],[3282,552],[3298,544],[3315,547],[3329,529],[3353,524],[3369,516],[3379,501],[3395,491],[3418,500],[3433,515],[3435,540],[3426,562],[3421,585],[3414,593],[3453,592],[3476,594],[3480,613],[3476,651],[3480,678],[3471,700],[3455,715],[3445,732],[3444,746],[3460,758],[3459,772],[3454,789],[3444,813],[3431,827],[3416,827],[3399,844],[3375,852],[3360,855],[3327,853],[3318,861],[3308,872],[3286,876],[3262,874],[3244,872],[3219,880],[3206,871],[3182,867],[3158,872],[3141,881],[3135,895],[3101,894],[3096,881],[3072,868],[3064,854],[3041,836],[3006,816],[3002,788]]},{"area":"0de","points":[[2240,758],[2235,740],[2260,732],[2280,736],[2301,738],[2325,754],[2331,780],[2349,786],[2355,800],[2354,818],[2351,839],[2334,851],[2320,856],[2327,876],[2314,886],[2320,902],[2335,924],[2352,931],[2368,928],[2381,916],[2398,918],[2418,929],[2445,927],[2482,921],[2491,904],[2502,892],[2529,925],[2539,966],[2545,981],[2554,1007],[2546,1025],[2524,1033],[2514,1051],[2514,1069],[2502,1085],[2428,1087],[2420,1080],[2429,1056],[2428,1042],[2409,1026],[2385,1008],[2361,1009],[2344,1016],[2328,1008],[2319,985],[2284,974],[2265,988],[2244,998],[2207,986],[2202,961],[2182,964],[2160,960],[2147,969],[2113,948],[2106,895],[2114,871],[2124,856],[2145,853],[2153,835],[2155,816],[2178,813],[2191,806],[2205,796],[2218,780],[2226,771],[2234,767]]},{"area":"0ee","points":[[829,485],[852,485],[855,478],[870,475],[894,464],[902,457],[912,461],[941,456],[960,451],[964,439],[981,434],[1001,427],[1017,426],[1023,435],[1041,448],[1054,451],[1055,438],[1071,436],[1089,436],[1105,441],[1119,452],[1126,486],[1120,495],[1115,505],[1120,522],[1138,524],[1158,530],[1171,523],[1191,511],[1202,498],[1191,482],[1187,471],[1198,461],[1191,441],[1195,413],[1208,391],[1221,377],[1245,377],[1264,370],[1278,348],[1275,322],[1261,302],[1251,291],[1229,293],[1216,307],[1199,314],[1182,308],[1160,308],[1151,288],[1136,290],[1124,280],[1121,267],[1128,254],[1116,245],[1106,221],[1107,198],[1121,175],[1128,171],[1142,171],[1154,165],[1171,152],[1191,148],[1205,144],[1215,138],[1215,124],[1231,112],[1251,107],[1267,106],[1281,109],[1301,114],[1320,105],[1328,95],[1347,95],[1364,99],[1378,108],[1394,117],[1411,132],[1417,159],[1419,181],[1403,197],[1388,206],[1366,212],[1349,226],[1344,248],[1348,274],[1368,278],[1382,289],[1396,296],[1411,282],[1429,276],[1451,268],[1464,270],[1484,288],[1519,289],[1537,282],[1568,278],[1586,272],[1597,254],[1608,245],[1619,262],[1650,258],[1668,254],[1679,271],[1697,270],[1724,285],[1732,308],[1744,319],[1741,342],[1741,366],[1760,383],[1756,528],[1745,543],[1723,545],[1706,552],[1686,555],[1671,573],[1666,588],[1649,605],[1644,629],[1651,644],[1669,659],[1619,712],[1542,675],[1524,663],[1498,678],[1477,691],[1475,678],[1450,669],[1418,669],[1402,670],[1401,684],[1384,688],[1357,689],[1331,683],[1325,671],[1322,665],[1329,652],[1317,630],[1291,616],[1275,613],[1261,628],[1225,621],[1209,616],[1187,606],[1158,618],[1132,632],[1125,646],[1129,669],[1112,686],[1103,709],[1118,721],[1125,735],[1096,748],[1063,755],[1026,758],[1012,752],[991,744],[966,742],[955,749],[917,752],[909,735],[903,719],[888,709],[855,704],[838,693],[819,681],[823,663],[817,638],[804,627],[790,604],[791,578],[806,559],[821,547],[826,532],[817,517],[821,503]]},{"area":"0eb","points":[[1491,947],[1491,920],[1510,859],[1535,851],[1568,849],[1566,834],[1583,821],[1591,794],[1577,789],[1582,762],[1572,750],[1582,738],[1586,722],[1566,701],[1616,728],[1678,674],[1682,694],[1674,712],[1676,734],[1681,749],[1694,761],[1694,779],[1683,791],[1689,810],[1696,822],[1688,835],[1695,855],[1710,870],[1728,870],[1747,862],[1752,854],[1772,856],[1798,859],[1813,877],[1834,891],[1851,896],[1861,912],[1856,938],[1870,947],[1877,965],[1894,969],[1911,978],[1932,977],[1956,983],[1963,1002],[1973,1023],[1975,1044],[1970,1059],[1968,1085],[1964,1111],[1957,1136],[1948,1152],[1920,1165],[1906,1171],[1890,1177],[1886,1209],[1894,1224],[1888,1246],[1877,1255],[1872,1286],[1825,1333],[1785,1332],[1741,1328],[1716,1328],[1712,1345],[1682,1326],[1684,1315],[1666,1288],[1655,1278],[1632,1271],[1639,1258],[1637,1228],[1617,1221],[1596,1216],[1572,1215],[1555,1223],[1518,1147],[1508,1111],[1520,1097],[1514,1070],[1496,1055],[1502,1038],[1491,1014],[1505,1003],[1501,977],[1490,973],[1492,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SLW/thumbnail/015-1vb8n-map-thunder-cliffs_dm.webp"},"page":"adventure.html","source":"SLW","hash":"slw"},{"type":"image","href":{"type":"internal","path":"adventure/SLW/016-vi6zl-map-thunder-cliffs_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"103"}}]}]},"SDW":{"id":"SDW","source":"SDW","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-35,"offsetY":16,"units":"miles"},"id":"0f8"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":98,"offsetX":-42,"offsetY":7,"units":"miles"},"mapParent":{"id":"0f8","autoScale":true}}]},{"name":"Welcome to Leilon","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/003-8snmb-map-leilon-town-construction_dm.jpg"},"title":"Map 2: Leilon Under Construction","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"0f9","mapRegions":[{"area":"01d","points":[[2392,341],[2392,512],[2737,512],[2737,341]]},{"area":"01a","points":[[1752,752],[1752,912],[2198,912],[2198,752]]},{"area":"01e","points":[[682,1436],[682,1598],[949,1598],[949,1436]]},{"area":"01c","points":[[1507,1432],[1507,1507],[1762,1507],[1762,1432]]},{"area":"01b","points":[[1777,1600],[1777,1682],[2166,1682],[2166,1600]]},{"area":"024","points":[[2154,1777],[2154,1971],[2644,1971],[2644,1777]]},{"area":"01f","points":[[2032,1274],[2032,1457],[2400,1457],[2400,1274]]},{"area":"023","points":[[2509,914],[2509,1069],[2787,1069],[2787,914]]},{"area":"022","points":[[2587,1377],[2587,1474],[3053,1474],[3053,1377]]},{"area":"021","points":[[2918,747],[2918,924],[3219,924],[3219,747]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/003-8snmb-map-leilon-town-construction_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/004-kpcvb-map-leilon-town-construction_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"0f9"}}]},{"name":"Bronze Shrine","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/006-jhbh5-map-bronze-shrine_dm.jpg"},"title":"Map 3: Caverns with Bahamut Shrine","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":30},"id":"0fa","mapRegions":[{"area":"049","points":[[307,211],[794,211],[798,288],[741,288],[724,316],[724,634],[307,634],[259,625],[219,602],[181,579],[152,539],[128,482],[118,436],[126,373],[145,316],[185,267],[232,232],[263,221]]},{"area":"03d","points":[[551,1836],[737,1831],[739,1819],[745,1800],[757,1775],[773,1770],[803,1775],[819,1778],[837,1772],[868,1770],[890,1761],[901,1742],[915,1738],[941,1746],[951,1759],[963,1774],[985,1787],[1008,1788],[1018,1777],[1041,1760],[1066,1757],[1086,1775],[1095,1785],[1111,1799],[1115,1826],[1105,1840],[1105,1859],[1092,1871],[1093,1885],[1103,1903],[1124,1912],[1156,1930],[1156,2008],[1135,2026],[1126,2039],[1129,2055],[1130,2075],[1146,2092],[1135,2103],[1116,2102],[1105,2098],[1094,2103],[1095,2120],[1071,2120],[1045,2101],[1027,2107],[979,2105],[981,2062],[956,2048],[954,2041],[950,2032],[930,2026],[907,2022],[884,2018],[863,2023],[852,2032],[841,2028],[815,2019],[795,2001],[777,1970],[774,1947],[754,1921],[551,1921]]},{"area":"040","points":[[1329,1666],[1329,2010],[1844,2010],[1844,1666]]},{"area":"042","points":[[2008,1635],[2008,2032],[2622,2032],[2622,1635]]},{"area":"043","points":[[2879,1581],[2879,2095],[3479,2095],[3479,1581]]},{"area":"044","points":[[3068,1298],[3177,1164],[3394,1326],[3292,1466]]},{"area":"045","points":[[2270,1066],[2276,1099],[2295,1146],[2315,1188],[2342,1227],[2374,1266],[2415,1302],[2467,1332],[2517,1360],[2565,1381],[2604,1391],[2674,1409],[2702,1409],[2792,1409],[2845,1401],[2908,1386],[2948,1365],[2994,1346],[3046,1311],[3062,1294],[3173,1155],[3196,1099],[3213,1028],[3215,941],[3200,854],[3174,796],[3128,721],[3083,671],[3027,632],[2969,597],[2889,569],[2816,551],[2731,545],[2656,556],[2575,573],[2505,603],[2435,643],[2378,696],[2330,758],[2288,831],[2272,892]]},{"area":"047","points":[[1498,1577],[1443,1565],[1382,1546],[1312,1517],[1267,1492],[1230,1462],[1177,1423],[1147,1396],[1123,1361],[1086,1315],[1062,1276],[1043,1221],[1014,1137],[1003,1048],[1006,970],[1013,902],[1041,825],[1063,766],[1102,707],[1142,652],[1185,610],[1239,564],[1315,523],[1378,495],[1441,471],[1519,462],[1595,458],[1675,463],[1750,477],[1821,507],[1880,537],[1942,572],[1991,610],[2037,663],[2080,723],[2119,788],[2154,888],[2166,1066],[2150,1173],[2121,1250],[2084,1315],[2036,1377],[1979,1431],[1916,1480],[1852,1517],[1796,1545],[1757,1560],[1671,1574]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/006-jhbh5-map-bronze-shrine_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/007-vrzqg-map-bronze-shrine_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":30},"mapParent":{"id":"0fa"}}]},{"name":"Claugiyliamatar's Lair","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/008-s5vrm-map-claugyliamatars-lair_dm.jpg"},"title":"Map 4: Claugiyliamatar's lair","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"id":"0fb","mapRegions":[{"area":"080","points":[[294,973],[308,948],[326,934],[372,917],[388,928],[400,928],[418,919],[448,917],[462,929],[474,928],[493,932],[507,939],[523,947],[543,948],[574,937],[578,912],[611,887],[622,885],[633,888],[660,887],[675,871],[683,867],[689,882],[700,888],[712,892],[722,909],[720,935],[720,952],[716,961],[704,966],[699,973],[704,987],[712,998],[719,1010],[732,1017],[746,1018],[753,1033],[762,1053],[766,1055],[769,1063],[771,1073],[789,1076],[798,1082],[804,1090],[808,1109],[810,1127],[801,1138],[807,1152],[808,1169],[807,1190],[800,1216],[787,1220],[780,1228],[781,1240],[759,1252],[745,1264],[725,1263],[705,1273],[694,1277],[687,1294],[696,1315],[697,1330],[699,1360],[696,1380],[685,1389],[676,1397],[660,1400],[641,1408],[638,1434],[622,1444],[604,1444],[576,1461],[558,1457],[538,1455],[519,1447],[508,1440],[493,1430],[489,1419],[464,1404],[457,1382],[457,1376],[462,1361],[467,1341],[466,1327],[456,1319],[439,1300],[413,1288],[401,1289],[393,1303],[376,1310],[361,1298],[352,1285],[333,1282],[311,1278],[294,1256],[293,1234],[289,1223],[276,1213],[266,1207],[250,1188],[249,1168],[247,1152],[250,1130],[259,1122],[262,1114],[261,1102],[252,1093],[253,1054],[253,1044],[253,1020],[267,1011],[288,994],[294,989]]},{"area":"07c","points":[[727,781],[764,768],[820,760],[832,764],[853,766],[868,764],[878,781],[900,785],[921,776],[942,782],[971,788],[984,779],[994,795],[1006,799],[1024,799],[1038,802],[1052,805],[1081,805],[1094,785],[1102,783],[1113,792],[1132,792],[1148,793],[1154,810],[1175,815],[1192,811],[1199,813],[1218,812],[1227,798],[1241,798],[1249,810],[1267,813],[1272,836],[1282,846],[1308,846],[1326,852],[1334,860],[1342,878],[1352,882],[1355,894],[1358,905],[1351,923],[1354,941],[1362,945],[1370,955],[1382,949],[1395,952],[1388,964],[1398,975],[1408,973],[1420,983],[1415,1005],[1417,1028],[1425,1046],[1445,1054],[1457,1054],[1463,1043],[1472,1055],[1499,1058],[1528,1054],[1530,1068],[1525,1081],[1532,1094],[1548,1106],[1558,1119],[1564,1134],[1562,1148],[1558,1159],[1567,1170],[1584,1182],[1586,1199],[1586,1215],[1591,1225],[1605,1228],[1618,1230],[1631,1231],[1637,1248],[1641,1263],[1639,1273],[1645,1285],[1645,1302],[1640,1310],[1639,1319],[1648,1330],[1659,1336],[1668,1345],[1674,1361],[1674,1377],[1673,1395],[1678,1412],[1661,1417],[1646,1426],[1640,1437],[1635,1448],[1641,1456],[1628,1471],[1618,1475],[1615,1482],[1596,1491],[1585,1488],[1573,1489],[1559,1495],[1550,1501],[1545,1512],[1543,1522],[1548,1549],[1539,1551],[1538,1563],[1524,1570],[1508,1569],[1502,1578],[1498,1588],[1502,1603],[1498,1619],[1504,1632],[1505,1643],[1511,1648],[1514,1656],[1532,1664],[1542,1670],[1538,1685],[1535,1713],[1526,1726],[1516,1735],[1506,1735],[1500,1739],[1495,1751],[1500,1769],[1495,1785],[1490,1796],[1491,1812],[1499,1826],[1494,1845],[1498,1865],[1493,1881],[1475,1883],[1460,1878],[1451,1884],[1448,1878],[1451,1871],[1442,1862],[1438,1855],[1426,1857],[1413,1852],[1401,1858],[1395,1850],[1385,1846],[1368,1843],[1357,1845],[1349,1855],[1337,1854],[1318,1855],[1304,1862],[1297,1862],[1288,1878],[1272,1873],[1257,1875],[1245,1882],[1236,1883],[1233,1893],[1220,1890],[1209,1897],[1200,1907],[1194,1918],[1184,1919],[1175,1925],[1167,1948],[1167,1955],[1156,1959],[1147,1968],[1149,1985],[1150,2002],[1155,2010],[1149,2022],[1153,2035],[1156,2052],[1160,2061],[1155,2070],[1161,2088],[1162,2106],[1165,2121],[1162,2134],[1143,2145],[1137,2135],[1123,2125],[1108,2128],[1085,2131],[1072,2132],[1065,2147],[1055,2161],[1035,2158],[1012,2168],[985,2170],[968,2160],[960,2163],[948,2150],[934,2135],[915,2128],[900,2128],[892,2132],[883,2113],[869,2105],[852,2104],[832,2102],[820,2090],[806,2095],[787,2087],[776,2097],[768,2085],[768,2056],[755,2044],[737,2027],[727,2002],[712,1994],[712,1983],[698,1967],[692,1952],[683,1943],[678,1936],[658,1935],[653,1931],[647,1922],[641,1913],[638,1888],[654,1864],[652,1841],[682,1827],[698,1801],[694,1789],[704,1762],[700,1743],[689,1738],[677,1732],[667,1715],[671,1711],[671,1697],[667,1681],[658,1673],[645,1665],[640,1653],[628,1649],[613,1651],[599,1642],[589,1625],[582,1610],[590,1590],[592,1575],[587,1568],[596,1562],[593,1548],[598,1541],[596,1530],[590,1520],[587,1506],[608,1498],[619,1495],[638,1486],[648,1483],[652,1474],[678,1465],[677,1449],[678,1441],[688,1441],[706,1440],[708,1429],[722,1422],[731,1405],[742,1389],[741,1375],[743,1358],[743,1350],[737,1341],[742,1322],[735,1308],[737,1298],[744,1302],[756,1298],[770,1298],[776,1287],[787,1285],[805,1275],[816,1260],[819,1255],[818,1244],[832,1238],[831,1232],[839,1220],[845,1198],[846,1178],[853,1163],[839,1143],[845,1132],[845,1108],[841,1088],[832,1071],[818,1066],[809,1053],[795,1049],[794,1034],[788,1030],[782,1008],[762,998],[748,993],[728,985],[725,978],[743,977],[748,966],[753,958],[750,953],[755,948],[758,924],[749,916],[752,915],[749,898],[741,887],[731,885],[735,878],[725,869],[713,865],[705,859],[714,849],[715,842],[706,832],[721,828],[726,814],[722,798]]},{"area":"077","points":[[1200,2110],[1205,2092],[1203,2072],[1195,2064],[1195,2044],[1190,2035],[1190,2012],[1192,1995],[1202,1971],[1202,1959],[1218,1952],[1228,1942],[1232,1925],[1247,1922],[1262,1915],[1295,1915],[1312,1905],[1329,1894],[1351,1884],[1369,1885],[1385,1882],[1405,1886],[1412,1899],[1415,1904],[1423,1911],[1427,1918],[1443,1918],[1469,1917],[1476,1913],[1472,1932],[1470,1959],[1475,1980],[1474,1995],[1475,2002],[1429,2037],[1415,2052],[1392,2071],[1385,2078],[1374,2080],[1358,2087],[1335,2091],[1302,2090],[1296,2103],[1284,2112],[1275,2101],[1259,2097],[1238,2098],[1225,2097],[1212,2101]]},{"area":"076","points":[[1825,2083],[2114,1943],[2144,2007],[1855,2148]]},{"area":"070","points":[[1789,1404],[1780,1398],[1771,1401],[1750,1402],[1741,1413],[1738,1421],[1722,1422],[1722,1405],[1714,1392],[1712,1382],[1706,1374],[1715,1359],[1718,1335],[1713,1325],[1708,1315],[1695,1307],[1685,1302],[1685,1288],[1689,1279],[1681,1252],[1671,1228],[1671,1218],[1661,1202],[1648,1198],[1638,1198],[1629,1192],[1628,1179],[1623,1164],[1618,1153],[1613,1123],[1607,1106],[1591,1090],[1578,1078],[1578,1056],[1571,1046],[1581,1030],[1585,1018],[1581,1004],[1582,988],[1575,972],[1588,960],[1592,942],[1595,936],[1595,916],[1587,901],[1634,862],[1707,842],[1799,850],[1844,856],[1855,866],[1857,875],[1868,880],[1885,885],[1909,888],[1918,895],[1936,896],[1950,895],[1959,881],[1978,884],[1998,877],[2012,880],[2031,882],[2042,893],[2035,909],[2045,919],[2060,928],[2057,942],[2063,953],[2081,952],[2092,965],[2107,970],[2109,998],[2109,1016],[2125,1033],[2128,1038],[2140,1050],[2143,1065],[2137,1076],[2131,1087],[2137,1104],[2143,1120],[2152,1122],[2148,1131],[2146,1145],[2138,1158],[2137,1184],[2139,1201],[2149,1206],[2147,1218],[2145,1228],[2152,1240],[2161,1253],[2178,1255],[2182,1261],[2193,1269],[2195,1282],[2202,1293],[2202,1308],[2205,1325],[2213,1336],[2232,1345],[2239,1352],[2246,1365],[2235,1373],[2242,1390],[2247,1403],[2236,1418],[2228,1440],[2232,1462],[2248,1470],[2261,1485],[2272,1482],[2273,1505],[2275,1525],[2280,1549],[2273,1564],[2260,1574],[2259,1596],[2271,1606],[2272,1627],[2275,1641],[2265,1652],[2258,1659],[2241,1666],[2238,1681],[2237,1692],[2222,1705],[2203,1707],[2185,1707],[2170,1714],[2156,1712],[2140,1718],[2076,1716],[1925,1639],[1873,1572],[1847,1503],[1805,1430],[1797,1424],[1796,1414]]},{"area":"068","points":[[2267,1923],[2266,1894],[2270,1835],[2288,1831],[2305,1831],[2321,1832],[2336,1838],[2346,1859],[2361,1852],[2381,1847],[2393,1834],[2391,1820],[2393,1802],[2399,1790],[2420,1786],[2438,1783],[2459,1783],[2479,1780],[2493,1771],[2506,1758],[2518,1753],[2523,1741],[2545,1738],[2559,1743],[2569,1745],[2585,1736],[2584,1727],[2603,1714],[2662,1762],[2663,1780],[2658,1788],[2656,1801],[2649,1807],[2652,1821],[2657,1829],[2661,1839],[2667,1849],[2687,1848],[2699,1849],[2705,1865],[2705,1877],[2721,1885],[2736,1893],[2733,1910],[2735,1939],[2746,1943],[2756,1951],[2756,1966],[2759,1984],[2768,1996],[2777,2006],[2769,2021],[2771,2033],[2748,2049],[2744,2066],[2749,2083],[2759,2100],[2756,2123],[2745,2128],[2735,2148],[2724,2155],[2719,2164],[2703,2174],[2684,2179],[2671,2179],[2654,2185],[2652,2196],[2635,2205],[2625,2205],[2610,2204],[2598,2206],[2584,2208],[2557,2207],[2548,2189],[2535,2185],[2521,2184],[2510,2195],[2500,2205],[2481,2211],[2460,2210],[2440,2210],[2433,2207],[2428,2196],[2411,2198],[2396,2196],[2384,2193],[2369,2182],[2356,2175],[2354,2167],[2343,2158],[2328,2144],[2323,2119],[2322,2103],[2313,2085],[2304,2083],[2306,2068],[2307,2063],[2309,2048],[2308,2028],[2307,2010],[2303,2002],[2296,1993],[2282,1984],[2280,1966],[2282,1945],[2277,1935]]},{"area":"067","points":[[2411,1570],[2413,1548],[2409,1528],[2419,1516],[2426,1503],[2444,1496],[2444,1482],[2446,1473],[2447,1440],[2461,1434],[2484,1430],[2492,1439],[2505,1423],[2513,1420],[2516,1410],[2530,1406],[2543,1409],[2561,1402],[2578,1393],[2594,1399],[2609,1396],[2616,1406],[2642,1407],[2653,1415],[2652,1433],[2661,1435],[2668,1458],[2676,1470],[2675,1489],[2663,1505],[2656,1513],[2650,1519],[2651,1535],[2646,1549],[2648,1562],[2622,1604],[2589,1620],[2570,1622],[2553,1617],[2539,1622],[2528,1633],[2505,1635],[2487,1635],[2459,1628],[2438,1612],[2425,1599],[2414,1585]]},{"area":"061","points":[[2956,1753],[2984,1709],[3031,1675],[3058,1661],[3076,1659],[3093,1664],[3109,1657],[3135,1654],[3141,1641],[3151,1631],[3154,1626],[3164,1622],[3167,1615],[3174,1610],[3184,1612],[3194,1615],[3201,1627],[3211,1628],[3226,1630],[3236,1632],[3252,1627],[3267,1625],[3284,1623],[3308,1620],[3319,1622],[3328,1623],[3344,1633],[3352,1641],[3358,1649],[3365,1658],[3375,1671],[3376,1681],[3396,1687],[3392,1705],[3380,1711],[3363,1716],[3352,1735],[3328,1769],[3310,1785],[3292,1793],[3271,1791],[3255,1791],[3243,1793],[3241,1811],[3241,1821],[3226,1831],[3215,1831],[3208,1835],[3200,1832],[3193,1845],[3195,1856],[3194,1869],[3181,1879],[3172,1891],[3158,1899],[3146,1903],[3134,1909],[3124,1907],[3105,1908],[3093,1905],[3082,1900],[3065,1891],[3055,1882],[3049,1872],[3047,1854],[3044,1844],[3039,1833],[3024,1825],[3012,1815],[3004,1809],[2988,1804],[2975,1785],[2972,1772],[2964,1766]]},{"area":"06b","points":[[2153,970],[2177,969],[2186,949],[2201,949],[2203,936],[2212,935],[2215,944],[2223,943],[2230,948],[2266,929],[2296,911],[2334,895],[2368,879],[2391,886],[2403,887],[2417,879],[2425,886],[2451,885],[2480,889],[2489,876],[2503,881],[2530,871],[2529,857],[2531,834],[2541,828],[2548,811],[2564,803],[2577,802],[2589,792],[2598,799],[2623,796],[2639,800],[2657,804],[2680,810],[2703,804],[2715,796],[2729,801],[2754,793],[2772,783],[2783,776],[2798,777],[2814,782],[2831,794],[2834,807],[2833,822],[2841,833],[2852,841],[2868,844],[2880,839],[2896,838],[2907,843],[2913,854],[2931,860],[2945,868],[2945,879],[2942,892],[2934,902],[2940,915],[2929,924],[2930,943],[2934,957],[2924,966],[2919,980],[2924,1001],[2932,1015],[2928,1033],[2921,1043],[2924,1071],[2924,1084],[2922,1098],[2919,1114],[2921,1133],[2929,1152],[2931,1172],[2925,1186],[2913,1204],[2899,1201],[2885,1199],[2871,1203],[2861,1207],[2852,1217],[2837,1220],[2834,1231],[2840,1243],[2831,1259],[2819,1271],[2804,1279],[2795,1287],[2785,1292],[2767,1287],[2763,1280],[2747,1279],[2732,1283],[2707,1291],[2705,1303],[2695,1313],[2679,1316],[2661,1316],[2655,1297],[2641,1297],[2635,1290],[2631,1286],[2631,1271],[2617,1263],[2606,1252],[2592,1254],[2581,1252],[2575,1246],[2564,1240],[2552,1237],[2537,1236],[2519,1235],[2506,1232],[2489,1231],[2479,1236],[2471,1248],[2456,1258],[2448,1274],[2454,1287],[2457,1301],[2456,1313],[2446,1321],[2439,1340],[2433,1357],[2407,1371],[2393,1367],[2372,1375],[2350,1377],[2325,1377],[2310,1380],[2300,1377],[2281,1379],[2279,1367],[2279,1344],[2281,1330],[2276,1314],[2262,1305],[2241,1292],[2244,1275],[2234,1266],[2226,1244],[2206,1234],[2202,1222],[2201,1209],[2190,1200],[2188,1168],[2190,1130],[2200,1120],[2192,1111],[2193,1094],[2180,1076],[2182,1061],[2188,1049],[2180,1026],[2170,1012],[2156,1008],[2153,985]]},{"area":"06d","points":[[3046,580],[3044,561],[3040,548],[3039,523],[3046,503],[3054,486],[3068,475],[3087,474],[3097,475],[3116,466],[3129,468],[3140,460],[3161,460],[3180,457],[3198,468],[3215,478],[3200,528],[3193,544],[3183,559],[3166,560],[3155,559],[3135,562],[3130,580],[3126,595],[3127,615],[3117,627],[3104,633],[3089,638],[3076,641],[3062,646]]},{"area":"06e","points":[[2555,442],[2561,430],[2559,415],[2561,399],[2567,388],[2584,382],[2598,371],[2617,367],[2623,349],[2629,339],[2636,331],[2652,323],[2665,318],[2681,319],[2702,323],[2713,316],[2729,318],[2752,317],[2771,316],[2783,324],[2788,334],[2806,337],[2820,338],[2833,340],[2842,345],[2845,358],[2839,372],[2844,390],[2849,404],[2863,409],[2873,418],[2879,425],[2878,436],[2890,448],[2897,448],[2892,465],[2875,480],[2866,499],[2857,527],[2835,524],[2823,530],[2812,531],[2802,544],[2795,559],[2799,567],[2789,581],[2791,596],[2790,611],[2783,622],[2764,628],[2746,630],[2716,632],[2707,633],[2697,641],[2677,642],[2668,639],[2660,646],[2647,641],[2636,635],[2623,628],[2612,626],[2604,615],[2593,608],[2585,594],[2584,580],[2584,551],[2577,545],[2580,533],[2566,527],[2559,488],[2553,460]]},{"area":"06f","points":[[2273,626],[2277,612],[2274,589],[2273,563],[2278,540],[2288,533],[2304,522],[2310,497],[2310,485],[2324,464],[2344,453],[2358,451],[2358,442],[2381,433],[2400,445],[2416,453],[2428,462],[2431,481],[2449,490],[2468,482],[2476,469],[2497,462],[2518,459],[2533,451],[2543,446],[2540,458],[2553,526],[2537,531],[2524,544],[2508,549],[2487,548],[2460,556],[2435,562],[2424,574],[2432,597],[2441,619],[2449,643],[2452,663],[2444,679],[2443,696],[2443,720],[2432,740],[2433,750],[2414,758],[2408,771],[2366,784],[2358,807],[2365,817],[2359,834],[2361,856],[2363,867],[2269,914],[2273,896],[2276,873],[2263,867],[2275,849],[2273,823],[2272,813],[2264,802],[2256,784],[2264,770],[2273,758],[2276,739],[2293,737],[2303,728],[2313,718],[2336,713],[2349,700],[2355,686],[2347,676],[2354,672],[2355,656],[2344,630],[2325,628],[2308,630],[2282,633]]},{"area":"074","points":[[2017,445],[2033,454],[2047,460],[2057,464],[2071,467],[2081,469],[2100,472],[2109,460],[2129,452],[2142,454],[2152,451],[2169,454],[2185,451],[2211,447],[2216,433],[2222,422],[2228,389],[2247,382],[2266,373],[2271,349],[2273,331],[2286,310],[2268,303],[2244,299],[2228,297],[2211,301],[2187,309],[2166,309],[2138,330],[2096,354],[2061,375],[2045,382],[2042,402],[2036,414],[2038,433],[2031,438]]},{"area":"079","points":[[836,529],[841,498],[827,489],[811,492],[800,500],[786,508],[769,500],[752,503],[741,496],[724,489],[708,481],[696,463],[703,441],[691,428],[684,413],[687,400],[691,382],[683,369],[684,354],[684,333],[686,324],[695,317],[709,319],[714,309],[739,293],[744,281],[753,283],[768,277],[771,266],[781,249],[792,247],[808,242],[830,244],[846,252],[847,265],[854,276],[860,282],[868,281],[885,280],[901,276],[916,265],[932,265],[948,266],[961,268],[979,272],[993,282],[993,299],[998,308],[1015,319],[1040,321],[1052,321],[1063,317],[1069,290],[1090,284],[1111,279],[1123,286],[1137,284],[1151,291],[1156,303],[1163,311],[1179,313],[1197,306],[1208,308],[1217,320],[1228,327],[1247,328],[1262,332],[1276,327],[1290,324],[1307,324],[1319,333],[1325,354],[1340,359],[1361,364],[1373,372],[1375,391],[1377,410],[1372,431],[1393,445],[1408,456],[1409,475],[1402,488],[1390,494],[1373,492],[1363,490],[1348,496],[1337,503],[1328,511],[1321,532],[1303,536],[1289,537],[1279,537],[1270,532],[1271,516],[1261,500],[1264,482],[1273,476],[1281,472],[1289,455],[1285,440],[1275,427],[1268,426],[1255,426],[1245,436],[1233,431],[1217,433],[1205,425],[1189,416],[1178,418],[1171,423],[1155,417],[1128,428],[1125,439],[1120,447],[1121,456],[1110,469],[1097,465],[1083,454],[1060,455],[1045,456],[1036,460],[1031,471],[1032,483],[1036,492],[1032,505],[1020,511],[1015,524],[1004,532],[986,540],[964,540],[949,543],[937,549],[945,569],[939,583],[940,594],[937,604],[917,607],[903,604],[887,599],[868,588],[858,593],[847,571],[837,547]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/008-s5vrm-map-claugyliamatars-lair_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/009-u8tfu-map-claugyliamatars-lair_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"mapParent":{"id":"0fb"}}]},{"name":"Death Knight-Dreadnaught","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/010-bivmm-map-deathknight-dreadnaught_dm.jpg"},"title":"Map 5: Death Knight-Dreadnaught","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"id":"0fc","mapRegions":[{"area":"09a","points":[[32,633],[53,624],[63,625],[73,631],[97,637],[111,632],[123,616],[140,611],[157,617],[187,617],[205,596],[228,591],[243,595],[249,585],[268,586],[274,589],[269,606],[259,651],[253,709],[250,778],[251,837],[249,881],[251,970],[257,1043],[265,1150],[279,1352],[264,1362],[247,1355],[228,1364],[210,1359],[194,1340],[189,1318],[169,1298],[148,1312],[131,1315],[117,1296],[103,1268],[102,1251],[89,1227],[80,1223],[85,1186],[78,1168],[63,1168],[58,1152],[32,1150]]},{"area":"09b","points":[[415,11],[415,232],[706,232],[706,11]]},{"area":"09f","points":[[293,625],[313,554],[340,478],[372,423],[405,371],[446,316],[479,281],[519,259],[551,252],[583,258],[617,284],[654,318],[677,353],[714,399],[747,459],[774,522],[807,625]]},{"area":"09e","points":[[469,800],[469,969],[638,969],[638,800]]},{"area":"0a0","points":[[349,1827],[328,1688],[320,1578],[778,1578],[767,1689],[747,1827]]},{"area":"0a1","points":[[351,1835],[361,1908],[380,2005],[393,2071],[411,2116],[438,2141],[479,2164],[534,2177],[583,2174],[622,2162],[657,2146],[686,2116],[702,2086],[714,2030],[749,1835]]},{"area":"09e","points":[[296,633],[804,633],[812,683],[817,733],[822,803],[824,881],[822,928],[781,1572],[316,1572],[278,927],[276,798],[280,739],[287,673],[453,816],[453,976],[645,976],[645,792],[469,792]]},{"area":"09e","points":[[295,630],[468,793],[455,818],[285,673]]},{"area":"0a2","points":[[989,613],[1491,613],[1470,536],[1441,467],[1407,415],[1364,345],[1327,304],[1301,276],[1268,259],[1243,252],[1215,260],[1191,272],[1163,295],[1127,333],[1091,382],[1062,425],[1038,465],[1019,512],[997,575]]},{"area":"0a3","points":[[1012,1585],[1470,1585],[1441,1815],[1040,1815]]},{"area":"0a4","points":[[1045,1847],[1063,1972],[1077,2043],[1091,2091],[1114,2132],[1132,2145],[1178,2168],[1224,2173],[1270,2171],[1321,2155],[1363,2131],[1388,2083],[1408,2004],[1437,1847]]},{"area":"0a9","points":[[1697,614],[1716,560],[1743,502],[1780,442],[1818,388],[1852,349],[1890,322],[1928,311],[1963,322],[1987,340],[2012,366],[2045,400],[2087,461],[2117,513],[2149,589],[2158,614]]},{"area":"0a7","points":[[1693,640],[1680,696],[1672,752],[1668,821],[1669,894],[1670,962],[1673,1044],[1677,1132],[1690,1318],[1699,1498],[1721,1699],[1739,1819],[2115,1819],[2141,1652],[2154,1519],[2187,995],[2190,838],[2182,733],[2166,640]]},{"area":"0ab","points":[[1743,1843],[1780,2061],[1798,2090],[1814,2112],[1843,2129],[1873,2138],[1909,2146],[1943,2143],[1984,2134],[2017,2119],[2052,2093],[2067,2069],[2078,2034],[2114,1843]]},{"area":"0b0","points":[[2410,616],[2442,554],[2474,501],[2508,454],[2540,420],[2565,394],[2602,380],[2621,380],[2651,395],[2684,419],[2707,442],[2729,471],[2816,616]]},{"area":"0ad","points":[[2363,961],[2365,860],[2376,756],[2387,695],[2406,638],[2522,638],[2522,793],[2496,802],[2477,814],[2462,840],[2447,882],[2439,922],[2435,961]]},{"area":"0ae","points":[[2714,638],[2714,796],[2737,805],[2765,830],[2779,867],[2791,908],[2794,938],[2794,963],[2864,963],[2861,836],[2851,761],[2830,674],[2823,638]]},{"area":"0ac","points":[[2387,1303],[2365,984],[2453,984],[2458,919],[2465,877],[2480,841],[2499,820],[2519,812],[2538,818],[2538,636],[2694,636],[2694,814],[2720,815],[2739,827],[2751,845],[2768,888],[2776,914],[2780,985],[2862,985],[2840,1303]]},{"area":"0b2","points":[[2420,1733],[2405,1610],[2400,1544],[2392,1427],[2390,1325],[2837,1325],[2834,1387],[2830,1485],[2820,1597],[2806,1733]]},{"area":"0b3","points":[[2439,1845],[2450,1925],[2462,1981],[2491,2072],[2513,2088],[2553,2106],[2608,2115],[2608,1845]]},{"area":"0b4","points":[[2630,2115],[2658,2111],[2694,2097],[2727,2077],[2747,2041],[2769,1955],[2788,1844],[2630,1844]]},{"area":"0b6","points":[[3224,469],[3254,480],[3283,503],[3312,539],[3334,574],[3355,601],[3378,643],[3402,707],[3419,779],[3434,872],[3437,915],[3439,993],[3436,1055],[3431,1123],[3424,1211],[3406,1545],[3390,1690],[3363,1871],[3341,1984],[3330,2014],[3315,2034],[3288,2052],[3255,2063],[3221,2066],[3183,2060],[3148,2047],[3125,2030],[3114,2011],[3102,1970],[3067,1758],[3045,1577],[3038,1432],[3029,1332],[3017,1064],[3012,993],[3009,919],[3019,824],[3041,727],[3063,667],[3106,583],[3156,514],[3190,482]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/010-bivmm-map-deathknight-dreadnaught_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/011-jxmkr-map-deathknight-dreadnaught_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":25},"mapParent":{"id":"0fc"}}]},{"name":"Iniarv's Tower","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/012-tezjd-map-iniarvs-tower_dm.jpg"},"title":"Map 6: Ruins of Iniarv's Tower","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"id":"0fd","mapRegions":[{"area":"0c7","points":[[354,620],[503,767],[381,884],[384,1406],[317,1426],[310,666]]},{"area":"0c9","points":[[360,620],[469,516],[611,654],[511,766]]},{"area":"0d7","points":[[294,1654],[294,1489],[379,1489],[406,1462],[491,1547],[466,1572],[466,1654]]},{"area":"0cf","points":[[1070,1826],[1070,1311],[1237,1144],[1666,1144],[1666,1826]]},{"area":"0c8","points":[[964,527],[971,504],[983,473],[1014,424],[1057,409],[1119,407],[1163,420],[1173,456],[1169,490],[1163,533],[1159,581],[1173,653],[1093,696],[949,723],[971,623],[961,566]]},{"area":"0cd","points":[[390,1417],[390,891],[621,660],[641,636],[730,546],[951,546],[961,619],[936,733],[1090,707],[1183,653],[1167,584],[1173,544],[1293,544],[1413,664],[1413,1080],[1214,1080],[1006,1288],[1006,1570],[724,1570],[724,1487],[643,1487],[643,1570],[543,1570]]},{"area":"0d2","points":[[1337,569],[1361,545],[1414,545],[1414,459],[1581,459],[1581,624],[1414,624],[1407,640]]},{"area":"0d8","points":[[2016,1490],[2030,1490],[2030,1427],[2103,1427],[2103,1490],[2179,1490],[2179,1569],[2213,1569],[2213,1633],[2184,1633],[2184,1656],[2016,1656]]},{"area":"0d6","points":[[3094,477],[3130,477],[3130,456],[3303,456],[3303,619],[3200,619],[3200,657],[3140,657],[3140,621],[3129,621],[3129,536],[3094,536]]},{"area":"0d1","points":[[2717,1891],[2717,1280],[2931,1084],[3437,1084],[3437,1891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/012-tezjd-map-iniarvs-tower_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/013-zsgrp-map-iniarvs-tower_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":36,"offsetY":24},"mapParent":{"id":"0fd"}}]},{"name":"Leilon Point","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SDW/014-9qjz8-map-leilon-point_dm.jpg"},"title":"Map 7: Leilon Point Farming Community","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"id":"0fe","mapRegions":[{"area":"0e1","points":[[1666,736],[1666,952],[1976,952],[1976,736]]},{"area":"0e3","points":[[1388,205],[1388,423],[1844,423],[1844,205]]},{"area":"0e0","points":[[691,409],[691,604],[995,604],[995,409]]},{"area":"0e2","points":[[999,1163],[999,1271],[1501,1271],[1501,1163]]},{"area":"0e6","points":[[2737,1482],[2737,1581],[3139,1581],[3139,1482]]},{"area":"0eb","points":[[2222,1572],[2232,1569],[2241,1574],[2261,1571],[2283,1576],[2302,1578],[2344,1561],[2366,1570],[2378,1577],[2401,1582],[2421,1594],[2419,1616],[2435,1623],[2439,1640],[2452,1640],[2465,1625],[2480,1611],[2495,1619],[2518,1621],[2525,1653],[2542,1662],[2559,1659],[2577,1657],[2595,1662],[2600,1676],[2592,1685],[2596,1696],[2611,1699],[2631,1693],[2638,1704],[2639,1710],[2623,1720],[2606,1725],[2586,1731],[2572,1734],[2559,1736],[2550,1728],[2539,1716],[2542,1702],[2518,1696],[2486,1710],[2488,1722],[2463,1724],[2452,1721],[2437,1725],[2424,1724],[2413,1732],[2397,1730],[2384,1726],[2382,1712],[2375,1704],[2358,1702],[2354,1685],[2345,1679],[2342,1666],[2337,1663],[2329,1659],[2320,1653],[2317,1648],[2301,1641],[2277,1637],[2270,1644],[2244,1650],[2236,1657],[2231,1637],[2227,1599]]},{"area":"0ec","points":[[2356,1190],[2411,1204],[2415,1224],[2435,1230],[2455,1227],[2478,1229],[2486,1218],[2503,1213],[2526,1217],[2542,1228],[2556,1237],[2576,1241],[2594,1241],[2606,1244],[2615,1259],[2629,1255],[2645,1249],[2667,1242],[2677,1234],[2710,1234],[2730,1244],[2744,1262],[2730,1280],[2714,1291],[2693,1297],[2666,1305],[2661,1326],[2655,1342],[2659,1368],[2652,1389],[2627,1394],[2615,1410],[2623,1432],[2611,1459],[2592,1470],[2570,1474],[2559,1471],[2552,1466],[2534,1464],[2518,1468],[2506,1480],[2480,1484],[2469,1479],[2455,1483],[2451,1503],[2440,1519],[2415,1531],[2403,1529],[2381,1530],[2370,1516],[2359,1503],[2347,1508],[2306,1490],[2308,1468],[2319,1457],[2336,1451],[2348,1439],[2350,1408],[2336,1401],[2325,1397],[2307,1390],[2290,1378],[2265,1343],[2264,1286],[2259,1272],[2258,1249],[2265,1218],[2280,1208],[2284,1195],[2299,1192],[2314,1186],[2325,1189],[2341,1194]]},{"area":"0ed","points":[[2549,1192],[2556,1165],[2562,1143],[2596,1132],[2597,1109],[2601,1093],[2603,1081],[2609,1058],[2603,1046],[2603,1034],[2597,1015],[2600,996],[2605,984],[2615,971],[2631,964],[2624,951],[2632,938],[2639,937],[2635,924],[2652,915],[2670,915],[2683,921],[2691,932],[2697,951],[2714,954],[2725,969],[2732,965],[2741,977],[2744,988],[2744,1015],[2730,1041],[2715,1061],[2708,1067],[2704,1093],[2704,1106],[2701,1119],[2703,1139],[2722,1148],[2738,1155],[2747,1165],[2746,1188],[2745,1201],[2744,1230],[2744,1250],[2720,1228],[2679,1225],[2676,1199],[2663,1190],[2644,1194],[2637,1205],[2621,1208],[2603,1201],[2585,1202],[2570,1196]]},{"area":"0ef","points":[[2483,626],[2507,594],[2523,589],[2536,576],[2547,566],[2563,562],[2584,550],[2608,547],[2621,549],[2628,546],[2639,547],[2662,546],[2689,547],[2709,548],[2725,554],[2736,566],[2742,585],[2737,596],[2743,617],[2750,627],[2768,637],[2782,657],[2787,674],[2784,689],[2788,711],[2782,726],[2757,737],[2744,746],[2721,750],[2711,755],[2707,766],[2695,791],[2666,799],[2642,800],[2616,802],[2603,824],[2587,827],[2571,834],[2561,830],[2545,829],[2516,811],[2504,796],[2507,775],[2485,763],[2475,746],[2478,732],[2483,719],[2478,693],[2485,689],[2474,672],[2475,664],[2479,648],[2483,638]]}],"hrefThumbnail":{"type":"internal","path":"adventure/SDW/thumbnail/014-9qjz8-map-leilon-point_dm.webp"},"page":"adventure.html","source":"SDW","hash":"sdw"},{"type":"image","href":{"type":"internal","path":"adventure/SDW/015-ca4ip-map-leilon-point_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":25,"distance":10},"mapParent":{"id":"0fe"}}]}]},"DC":{"id":"DC","source":"DC","prop":"adventure","parentSource":"ESK","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/001-map-sc.jpg"},"title":"Map 1: The Sword Coast","width":2105,"height":2933,"imageType":"map","grid":{"type":"hexColsOdd","size":95,"offsetX":-34,"offsetY":-80,"units":"miles"},"id":"12f"},{"type":"image","href":{"type":"internal","path":"adventure/DC/002-wnecz-map-sword-coast-pc.jpg"},"title":"Player Version","width":2153,"height":3000,"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":97,"offsetX":-31,"offsetY":-80,"units":"miles"},"mapParent":{"id":"12f","autoScale":true}}]},{"name":"Welcome to Leilon","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/003-wjwlc-map-leilon-town-map_dm.jpg"},"title":"Map 2: Leilon Town","width":3600,"height":2280,"imageType":"map","grid":{"type":"none"},"id":"130","mapRegions":[{"area":"028","points":[[1222,305],[1222,457],[1462,457],[1462,305]]},{"area":"02d","points":[[872,1100],[872,1175],[1177,1175],[1177,1100]]},{"area":"024","points":[[675,1445],[675,1602],[960,1602],[960,1445]]},{"area":"01c","points":[[1505,1420],[1505,1515],[1770,1515],[1770,1420]]},{"area":"01b","points":[[1780,1595],[1780,1685],[2165,1685],[2165,1595]]},{"area":"02c","points":[[2145,1792],[2145,1947],[2647,1947],[2647,1792]]},{"area":"026","points":[[2027,1267],[2027,1432],[2405,1432],[2405,1267]]},{"area":"02b","points":[[1720,1005],[1720,1150],[1965,1150],[1965,1005]]},{"area":"01a","points":[[1755,772],[1755,905],[2195,905],[2195,772]]},{"area":"023","points":[[2370,255],[2370,422],[2680,422],[2680,255]]},{"area":"025","points":[[2755,357],[2755,530],[3112,530],[3112,357]]},{"area":"027","points":[[2915,752],[2915,932],[3217,932],[3217,752]]},{"area":"02a","points":[[2512,910],[2512,1085],[2800,1085],[2800,910]]},{"area":"029","points":[[2575,1365],[2575,1475],[3045,1475],[3045,1365]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/003-wjwlc-map-leilon-town-map_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/004-qfdcj-map-leilon-town-map_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"130"}}]},{"name":"Dumathoin's Gulch","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/005-5omvv-map-dumathoins-gulch_dm.jpg"},"title":"Map 3: Dumathoin's Gulch","width":2835,"height":3600,"imageType":"map","grid":{"type":"square","size":136,"offsetX":-78,"offsetY":37},"id":"131"},{"type":"image","href":{"type":"internal","path":"adventure/DC/006-oubp4-map-dumathoins-gulch_player.jpg"},"title":"Player Version","width":2835,"height":3600,"imageType":"mapPlayer","grid":{"type":"square","size":136,"offsetX":-78,"offsetY":37},"mapParent":{"id":"131"}}]},{"name":"Ebondeath's Mausoleum","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/007-nokov-map-ebondeaths-mausoleum_dm.jpg"},"title":"Map 4: Ebondeath's Mausoleum","width":3600,"height":2279,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23,"distance":10},"id":"132","mapRegions":[{"area":"061","points":[[466,1314],[466,1093],[486,1081],[487,1066],[496,1056],[726,1056],[726,1314]]},{"area":"064","points":[[653,1329],[737,1329],[737,1230],[813,1230],[899,1323],[899,1474],[653,1474]]},{"area":"05e","points":[[553,1490],[553,1830],[804,1830],[804,1490]]},{"area":"05c","points":[[296,1576],[546,1576],[546,1659],[326,1659],[304,1636],[307,1611],[296,1594]]},{"area":"05f","points":[[636,1844],[636,2090],[896,2090],[896,1844]]},{"area":"066","points":[[1240,1500],[1326,1500],[1326,1574],[1409,1574],[1409,1659],[1329,1659],[1329,1736],[1240,1736]]},{"area":"067","points":[[1700,1417],[1757,1417],[1757,1401],[2010,1401],[2010,1417],[2071,1417],[2071,1457],[2017,1457],[2017,1499],[2071,1499],[2071,1543],[2019,1543],[2019,1589],[2073,1589],[2073,1629],[2019,1629],[2019,1670],[2073,1670],[2073,1719],[2021,1719],[2021,1756],[2071,1756],[2071,1796],[2023,1796],[2023,1831],[1753,1831],[1753,1806],[1700,1806],[1700,1763],[1754,1763],[1754,1717],[1700,1717],[1700,1673],[1754,1673],[1754,1547],[1700,1547],[1700,1507],[1753,1507],[1753,1459],[1700,1459]]},{"area":"068","points":[[2610,1844],[2658,1796],[2609,1747],[2609,1487],[2661,1435],[2613,1387],[2680,1320],[2732,1372],[2919,1185],[3100,1366],[3146,1320],[3217,1391],[3172,1436],[3217,1481],[3396,1481],[3407,1466],[3421,1461],[3441,1477],[3443,1506],[3451,1517],[3456,1547],[3446,1550],[3444,1574],[3447,1600],[3426,1613],[3430,1631],[3444,1644],[3449,1677],[3436,1693],[3436,1711],[3437,1731],[3434,1750],[3413,1777],[3391,1746],[3219,1746],[3174,1791],[3224,1841],[3151,1914],[3101,1864],[3048,1917],[3048,2057],[3033,2073],[3009,2076],[2996,2093],[2981,2096],[2976,2087],[2957,2093],[2953,2101],[2929,2087],[2924,2069],[2901,2071],[2880,2093],[2851,2101],[2839,2089],[2810,2089],[2790,2057],[2790,1920],[2736,1866],[2688,1914]]},{"area":"06a","points":[[2789,1049],[2617,867],[2617,847],[2561,847],[2561,807],[2616,807],[2616,763],[2561,763],[2561,726],[2617,726],[2617,676],[2561,676],[2561,639],[2618,639],[2618,597],[2641,574],[2601,534],[2631,504],[2668,541],[2715,494],[2670,449],[2700,419],[2744,463],[2780,427],[2813,427],[2813,367],[2850,367],[2850,426],[2897,426],[2897,370],[2937,370],[2937,430],[2984,430],[2984,367],[3021,367],[3021,430],[3061,430],[3090,459],[3129,420],[3161,452],[3122,491],[3163,532],[3196,499],[3231,534],[3196,569],[3223,596],[3223,637],[3279,637],[3279,683],[3223,683],[3223,721],[3279,721],[3279,763],[3220,763],[3220,809],[3276,809],[3276,853],[3221,853],[3221,864],[3047,1049]]},{"area":"067","points":[[2219,1230],[2187,1147],[2187,1121],[2129,1121],[2129,1079],[2186,1079],[2186,1033],[2129,1033],[2129,999],[2183,999],[2183,857],[2156,837],[2184,830],[2184,773],[2207,773],[2207,711],[2246,711],[2246,773],[2296,773],[2296,713],[2334,713],[2334,776],[2381,776],[2381,713],[2420,713],[2420,773],[2443,773],[2443,809],[2503,809],[2503,849],[2444,849],[2444,896],[2500,896],[2500,934],[2446,934],[2446,983],[2499,983],[2499,1019],[2447,1019],[2447,1069],[2500,1069],[2500,1106],[2446,1106],[2446,1151],[2503,1151],[2503,1190],[2449,1190],[2449,1230]]},{"area":"067","points":[[1327,1143],[1327,1020],[1269,1020],[1269,977],[1327,977],[1327,931],[1269,931],[1269,891],[1327,891],[1327,844],[1273,844],[1273,806],[1327,806],[1327,770],[1347,770],[1347,713],[1389,713],[1389,769],[1434,769],[1434,716],[1473,716],[1473,769],[1521,769],[1521,717],[1559,717],[1559,770],[1584,770],[1584,801],[1640,801],[1640,844],[1584,844],[1584,1143],[1546,1231],[1471,1231],[1471,1284],[1434,1284],[1434,1231],[1387,1231],[1387,1284],[1347,1284],[1347,1231],[1327,1231]]},{"area":"067","points":[[1757,1030],[1757,761],[1700,761],[1700,722],[1757,722],[1757,672],[1700,672],[1700,632],[1757,632],[1757,600],[1778,600],[1778,540],[1818,540],[1818,597],[1864,597],[1864,541],[1905,541],[1905,597],[1954,597],[1954,544],[1990,544],[1990,598],[2014,598],[2014,633],[2068,633],[2068,669],[2014,669],[2014,721],[2069,721],[2069,758],[2014,758],[2014,800],[2014,938],[2024,944],[2024,957],[2016,962],[2016,1030]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/007-nokov-map-ebondeaths-mausoleum_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/008-xva5z-map-ebondeaths-mausoleum_player.jpg"},"title":"Player Version","width":3600,"height":2279,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23,"distance":10},"mapParent":{"id":"132"}}]},{"name":"Icingdeath and Twinkle","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/010-ibovp-map-icingdeath-and-twinkle_dm.jpg"},"title":"Map 5: Icingdeath and Twinkle","width":3600,"height":2279,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23},"id":"133","mapRegions":[{"area":"08c","points":[[304,542],[312,524],[331,506],[368,486],[420,463],[554,422],[554,834],[490,816],[421,795],[366,773],[334,753],[313,736],[304,720]]},{"area":"08a","points":[[569,420],[634,405],[710,396],[769,392],[856,397],[944,410],[1092,437],[1221,468],[1221,789],[1174,802],[1111,818],[1041,834],[976,844],[918,851],[850,860],[796,865],[726,864],[649,852],[569,838]]},{"area":"08b","points":[[1240,472],[1295,490],[1393,526],[1435,542],[1471,562],[1504,577],[1534,601],[1544,619],[1546,633],[1537,651],[1516,670],[1468,702],[1415,723],[1364,746],[1305,764],[1240,783]]},{"area":"088","points":[[297,1135],[305,1114],[322,1097],[368,1069],[368,1175],[352,1195],[352,1265],[370,1283],[370,1389],[297,1349]]},{"area":"086","points":[[380,1059],[433,1043],[534,1011],[555,1007],[555,1108],[467,1129],[466,1210],[452,1225],[461,1248],[465,1334],[554,1356],[553,1451],[495,1436],[437,1419],[380,1396],[380,1285],[357,1251],[358,1212],[380,1181]]},{"area":"084","points":[[1157,1015],[1248,1035],[1348,1065],[1424,1090],[1498,1115],[1559,1143],[1611,1173],[1648,1197],[1667,1220],[1664,1241],[1643,1269],[1599,1297],[1543,1328],[1484,1350],[1412,1376],[1341,1398],[1157,1445],[1157,1354],[1236,1334],[1236,1126],[1157,1109]]},{"area":"083","points":[[299,1719],[320,1698],[357,1675],[394,1654],[442,1639],[504,1620],[579,1602],[579,1695],[467,1717],[467,1810],[451,1818],[451,1835],[467,1847],[467,1942],[577,1969],[578,2059],[491,2036],[436,2019],[377,1995],[299,1959]]},{"area":"082","points":[[1127,2050],[1242,2028],[1352,1995],[1474,1957],[1574,1915],[1613,1890],[1644,1870],[1662,1848],[1670,1829],[1661,1812],[1638,1786],[1592,1759],[1549,1738],[1476,1705],[1393,1680],[1336,1660],[1271,1646],[1210,1628],[1127,1612],[1127,1694],[1241,1717],[1241,1809],[1255,1824],[1252,1843],[1241,1851],[1241,1939],[1127,1970]]},{"area":"080","points":[[584,2060],[584,1955],[475,1933],[475,1848],[486,1834],[475,1813],[480,1727],[583,1706],[583,1605],[641,1591],[701,1581],[746,1575],[797,1571],[860,1574],[893,1577],[947,1581],[1006,1590],[1059,1597],[1120,1608],[1120,1700],[1166,1713],[1230,1726],[1230,1813],[1221,1832],[1233,1851],[1233,1934],[1123,1959],[1123,2055],[1074,2066],[1003,2076],[937,2084],[857,2091],[786,2090],[720,2081],[639,2071],[605,2065]]},{"area":"099","points":[[2354,706],[2446,745],[2520,771],[2520,484],[2447,506],[2354,536]]},{"area":"098","points":[[2968,744],[3025,728],[3082,709],[3153,675],[3207,645],[3235,627],[3197,602],[3175,587],[3081,543],[3016,522],[2968,515]]},{"area":"097","points":[[2530,772],[2592,787],[2649,789],[2707,788],[2771,778],[2875,764],[2959,743],[2959,511],[2899,498],[2808,479],[2749,471],[2711,466],[2665,464],[2606,469],[2530,483]]},{"area":"094","points":[[2355,1307],[2413,1333],[2479,1357],[2522,1373],[2522,1309],[2445,1280],[2445,1241],[2430,1226],[2444,1212],[2444,1167],[2521,1139],[2521,1076],[2355,1132]]},{"area":"091","points":[[2965,1354],[3046,1334],[3095,1321],[3151,1298],[3201,1274],[3245,1255],[3277,1234],[3286,1223],[3244,1196],[3149,1147],[3101,1127],[3049,1114],[3007,1101],[2967,1094],[2967,1138],[3047,1167],[3047,1278],[2965,1305]]},{"area":"090","points":[[2531,1981],[2531,1916],[2443,1884],[2443,1844],[2429,1830],[2446,1813],[2446,1773],[2527,1747],[2527,1681],[2456,1704],[2394,1727],[2361,1744],[2361,1914],[2421,1944],[2468,1964]]},{"area":"08f","points":[[2960,1963],[3122,1920],[3219,1873],[3280,1840],[3287,1831],[3257,1810],[3194,1776],[3130,1744],[3061,1723],[2960,1698],[2960,1743],[3047,1770],[3047,1881],[2960,1912]]},{"area":"08e","points":[[2534,1983],[2534,1908],[2451,1880],[2451,1846],[2465,1832],[2450,1817],[2450,1779],[2531,1753],[2531,1679],[2578,1669],[2612,1661],[2643,1658],[2673,1656],[2736,1658],[2793,1669],[2855,1676],[2954,1697],[2954,1744],[3038,1775],[3038,1874],[2957,1904],[2957,1964],[2929,1969],[2822,1991],[2782,1994],[2720,2001],[2666,2003],[2611,2000],[2561,1988]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/010-ibovp-map-icingdeath-and-twinkle_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/011-enh49-map-icingdeath-and-twinkle_player.jpg"},"title":"Player Version","width":3600,"height":2279,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":23},"mapParent":{"id":"133"}}]},{"name":"Storm Lord's Hideout","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/014-cvtwd-map-stormlordshideout_dm.jpg"},"title":"Map 6: Storm Lord's Hideout","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":37,"offsetY":24},"id":"134","mapRegions":[{"area":"0ee","points":[[445,23],[445,240],[706,240],[706,23]]},{"area":"0f0","points":[[460,804],[460,969],[647,969],[647,804]]},{"area":"0f0","points":[[456,627],[646,627],[708,627],[729,758],[822,758],[825,824],[823,922],[811,1100],[796,1397],[790,1464],[705,1464],[701,1525],[691,1575],[409,1575],[399,1520],[395,1463],[310,1463],[289,1157],[277,970],[273,881],[277,762],[365,762],[384,630],[453,796],[453,975],[654,975],[654,800],[469,800]]},{"area":"0ef","points":[[383,628],[455,628],[469,797],[454,797]]},{"area":"0f4","points":[[1042,1846],[1078,2054],[1088,2095],[1102,2121],[1148,2155],[1192,2172],[1231,2176],[1264,2174],[1302,2167],[1339,2151],[1366,2129],[1392,2087],[1414,1991],[1437,1846]]},{"area":"0f3","points":[[1010,1583],[1024,1712],[1037,1817],[1440,1817],[1469,1583]]},{"area":"0f1","points":[[985,615],[1013,518],[1040,456],[1105,358],[1160,294],[1205,261],[1241,247],[1279,264],[1319,297],[1362,344],[1403,399],[1438,454],[1470,530],[1492,615]]},{"area":"0f7","points":[[1694,616],[1714,557],[1747,488],[1784,434],[1815,390],[1852,352],[1885,322],[1928,309],[1964,322],[1984,340],[2017,368],[2046,405],[2082,453],[2117,511],[2139,555],[2157,616]]},{"area":"0f9","points":[[1741,1841],[1776,2033],[1787,2071],[1799,2095],[1824,2118],[1854,2134],[1889,2141],[1924,2144],[1961,2141],[1996,2131],[2027,2115],[2051,2097],[2067,2067],[2077,2036],[2114,1841]]},{"area":"0f6","points":[[2164,638],[2180,718],[2188,808],[2188,834],[2194,900],[2190,984],[2182,1082],[2175,1192],[2168,1302],[2155,1521],[2140,1672],[2116,1822],[1736,1822],[1713,1661],[1703,1572],[1696,1444],[1690,1350],[1680,1175],[1665,986],[1660,878],[1663,810],[1672,749],[1679,696],[1689,638]]},{"area":"0fd","points":[[2410,617],[2432,569],[2485,488],[2520,439],[2547,415],[2585,387],[2615,379],[2640,391],[2672,412],[2703,441],[2742,488],[2772,533],[2806,592],[2814,617]]},{"area":"0fb","points":[[2362,962],[2366,861],[2373,773],[2384,713],[2406,639],[2522,639],[2522,796],[2498,801],[2480,810],[2463,838],[2449,870],[2441,915],[2436,962]]},{"area":"0fc","points":[[2713,638],[2820,638],[2836,686],[2851,742],[2854,784],[2861,868],[2863,961],[2797,961],[2796,927],[2789,898],[2779,854],[2765,827],[2741,805],[2713,795]]},{"area":"0fa","points":[[2387,1303],[2365,980],[2455,980],[2456,938],[2466,893],[2475,860],[2490,834],[2502,821],[2517,813],[2541,816],[2541,637],[2691,637],[2691,817],[2712,817],[2736,821],[2751,834],[2765,862],[2772,901],[2777,932],[2780,981],[2862,981],[2841,1303]]},{"area":"0ff","points":[[2387,1325],[2396,1487],[2403,1556],[2422,1735],[2805,1735],[2819,1617],[2827,1520],[2836,1325]]},{"area":"100","points":[[2439,1842],[2469,2009],[2476,2041],[2491,2071],[2523,2098],[2564,2112],[2606,2117],[2606,1842]]},{"area":"101","points":[[2628,2117],[2668,2111],[2709,2094],[2738,2072],[2759,1998],[2791,1840],[2628,1840]]},{"area":"102","points":[[3227,467],[3257,480],[3280,499],[3306,523],[3333,564],[3361,606],[3389,664],[3409,722],[3423,791],[3432,870],[3437,921],[3437,991],[3433,1074],[3427,1192],[3419,1302],[3408,1500],[3397,1630],[3378,1787],[3358,1914],[3334,2011],[3319,2030],[3296,2046],[3259,2060],[3223,2066],[3173,2055],[3138,2037],[3117,2015],[3101,1951],[3070,1754],[3053,1622],[3042,1547],[3039,1434],[3034,1329],[3015,1049],[3014,976],[3017,868],[3039,727],[3067,646],[3093,591],[3130,536],[3173,490],[3198,474]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/014-cvtwd-map-stormlordshideout_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/015-en4hl-map-stormlordshideout_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":37,"offsetY":24},"mapParent":{"id":"134"}}]},{"name":"Thalivar's Beacon","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DC/016-qlle0-map-thalivars-beacon_dm.jpg"},"title":"Map 7: Thalivar's Beacon","width":3600,"height":2280,"imageType":"map","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"id":"135","mapRegions":[{"area":"119","points":[[560,548],[646,548],[646,376],[891,376],[891,622],[560,622]]},{"area":"11c","points":[[904,376],[1151,376],[1232,457],[1221,457],[1211,467],[1211,530],[1219,538],[1232,538],[1232,622],[904,622]]},{"area":"11b","points":[[989,720],[1233,720],[1233,887],[1161,967],[989,967]]},{"area":"118","points":[[734,719],[734,967],[977,967],[977,719]]},{"area":"118","points":[[476,720],[719,720],[719,967],[551,967],[476,887]]},{"area":"11d","points":[[1422,546],[1591,546],[1591,374],[2098,374],[2179,456],[2167,456],[2159,465],[2159,529],[2165,536],[2179,536],[2179,620],[1422,620]]},{"area":"11e","points":[[1422,633],[1751,633],[1751,965],[1496,965],[1422,888]]},{"area":"11f","points":[[1850,633],[2180,633],[2180,885],[2106,966],[1850,966]]},{"area":"120","points":[[1764,1234],[2271,1234],[2353,1316],[2340,1316],[2331,1325],[2331,1389],[2338,1396],[2353,1396],[2353,1747],[2276,1824],[1670,1824],[1592,1746],[1592,1407],[1764,1407]]},{"area":"122","points":[[1200,1917],[1203,1879],[1218,1853],[1233,1831],[1260,1809],[1296,1795],[1332,1791],[1364,1799],[1396,1815],[1414,1831],[1433,1858],[1442,1891],[1447,1920],[1439,1956],[1426,1982],[1406,2007],[1381,2023],[1361,2034],[1330,2038],[1304,2037],[1274,2028],[1243,2009],[1222,1984],[1208,1965],[1200,1934]]},{"area":"115","points":[[473,1236],[473,1395],[720,1395],[720,1236]]},{"area":"116","points":[[734,1238],[978,1238],[1060,1315],[1050,1315],[1040,1325],[1040,1341],[1045,1341],[1045,1329],[1060,1329],[1060,1388],[1048,1388],[1048,1375],[1040,1375],[1040,1388],[1048,1399],[1060,1399],[1060,1481],[734,1481]]},{"area":"117","points":[[732,1578],[1061,1578],[1061,1748],[993,1820],[981,1828],[732,1828]]},{"area":"114","points":[[305,1407],[720,1407],[720,1492],[1060,1492],[1060,1567],[721,1567],[721,1827],[377,1827],[305,1744]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DC/thumbnail/016-qlle0-map-thalivars-beacon_dm.webp"},"page":"adventure.html","source":"DC","hash":"dc"},{"type":"image","href":{"type":"internal","path":"adventure/DC/017-vxcmx-map-thalivars-beacon_player.jpg"},"title":"Player Version","width":3600,"height":2280,"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":35,"offsetY":25},"mapParent":{"id":"135"}}]}]},"BGDIA":{"id":"BGDIA","source":"BGDIA","prop":"adventure","chapters":[{"name":"Ch. 1: A Tale of Two Cities","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/005-0pnlf-map-1-1-dm.jpg"},"title":"Map 1.1: Baldur's Gate","width":2133,"height":1371,"imageType":"map","grid":{"type":"none"},"id":"1a8"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/006-q2wdo-map-1-1-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"1a8","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/008-awf96-map-1-2-dm.jpg"},"title":"Map 1.2: Elfsong Tavern","width":7891,"height":4000,"imageType":"map","grid":{"type":"square","size":217,"offsetX":-155,"offsetY":-159},"id":"329","mapRegions":[{"area":"028","points":[[735,70],[735,680],[3060,680],[3060,70]]},{"area":"026","points":[[500,737],[500,1105],[900,1105],[900,737]]},{"area":"027","points":[[80,727],[80,1542],[455,1542],[455,727]]},{"area":"023","points":[[977,742],[977,1172],[522,1172],[522,2392],[948,2392],[1116,2560],[1551,2560],[1727,2384],[3042,2384],[3042,742]]},{"area":"025","points":[[3095,730],[3095,1552],[3702,1552],[3702,730]]},{"area":"024","points":[[1820,2460],[1820,2835],[3047,2835],[3047,2460]]},{"area":"02d","points":[[4852,72],[4852,690],[6310,690],[6310,72]]},{"area":"02c","points":[[4197,735],[5010,735],[5010,1970],[4632,1970],[4632,1560],[4197,1560]]},{"area":"029","points":[[5070,735],[5070,1982],[7167,1982],[7167,735]]},{"area":"02f","points":[[6365,70],[6365,677],[7170,677],[7170,70]]},{"area":"02b","points":[[5075,2050],[5877,2050],[5877,2385],[5657,2595],[5260,2590],[5075,2415]]},{"area":"02a","points":[[5937,2035],[5937,2850],[7167,2850],[7167,2035]]},{"area":"030","points":[[7222,732],[7222,1550],[7817,1550],[7817,732]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/008-awf96-map-1-2-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/009-hc2oz-map-1-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":166,"offsetX":75,"offsetY":-4},"mapParent":{"id":"329","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/010-scp8p-map-1-3-dm.jpg"},"title":"Map 1.3: Dungeon of the Dead Three","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-14,"offsetY":-6},"id":"32a","mapRegions":[{"area":"044","points":[[187,835],[187,1107],[918,1107],[918,835]]},{"area":"046","points":[[379,1670],[643,1670],[643,2106],[572,2106],[572,2042],[379,2042]]},{"area":"047","points":[[832,1672],[1062,1672],[1196,1806],[1202,2030],[832,2030]]},{"area":"049","points":[[755,2218],[897,2076],[982,2161],[833,2310]]},{"area":"04a","points":[[1256,2181],[1436,2001],[1621,2186],[1456,2351]]},{"area":"04e","points":[[1291,2408],[1291,2686],[1584,2686],[1584,2408]]},{"area":"050","points":[[968,2406],[1013,2411],[1062,2408],[1136,2410],[1198,2413],[1195,2546],[1200,2626],[1150,2685],[1123,2714],[1070,2731],[992,2619],[997,2570],[939,2494],[962,2456]]},{"area":"054","points":[[1083,2808],[1141,2790],[1242,2786],[1326,2781],[1462,2781],[1565,2786],[1562,3141],[1360,3139],[1322,3134],[1293,3147],[1194,3147],[1158,3126],[1093,3118],[1120,3078],[1115,3045],[1123,3024],[1104,2982],[1069,2984],[1029,2946],[1053,2920],[1091,2910],[1082,2870],[1083,2832]]},{"area":"059","points":[[189,2768],[189,3058],[485,3058],[485,2768]]},{"area":"058","points":[[184,3526],[184,3792],[464,3792],[464,3526]]},{"area":"057","points":[[1938,3398],[1938,3629],[2136,3629],[2136,3398]]},{"area":"05b","points":[[2594,2664],[2594,3056],[2874,3056],[2874,2664]]},{"area":"052","points":[[1762,2410],[1947,2406],[1955,2344],[2003,2325],[2037,2347],[2045,2398],[2122,2400],[2122,2328],[2579,2328],[2579,2598],[1790,2598],[1765,2603],[1755,2560]]},{"area":"05d","points":[[2784,1934],[2784,2586],[3048,2586],[3048,1934]]},{"area":"043","points":[[1675,200],[1875,200],[1875,283],[2011,283],[2011,454],[1675,454]]},{"area":"040","points":[[2054,298],[2390,298],[2390,539],[2299,539],[2299,746],[2385,746],[2385,998],[2040,998],[2040,824],[1770,824],[1770,491],[2054,491]]},{"area":"042","points":[[1768,848],[1768,1003],[2006,1003],[2006,848]]},{"area":"03e","points":[[2416,384],[2669,384],[2669,552],[2779,552],[2779,733],[2664,733],[2664,1283],[2497,1283],[2497,1246],[2405,1246],[2405,1280],[2222,1280],[2222,1261],[2125,1261],[2125,1280],[1949,1280],[1949,1036],[2414,1036],[2414,725],[2329,725],[2329,576],[2416,576]]},{"area":"05e","points":[[3707,3150],[3787,3150],[3808,3166],[3878,3166],[3878,3506],[3834,3506],[3770,3442],[3814,3398],[3764,3348],[3705,3348]]},{"area":"05f","points":[[3987,3155],[3987,3515],[4162,3515],[4162,3155]]},{"area":"061","points":[[4267,3157],[4267,3520],[4448,3520],[4448,3157]]},{"area":"063","points":[[4534,2779],[4534,3059],[4805,3059],[4805,2779]]},{"area":"06f","points":[[4170,2192],[4214,2157],[4274,2138],[4384,2144],[4445,2176],[4462,2214],[4454,2299],[4411,2338],[4354,2405],[4245,2378],[4218,2342],[4192,2334],[4166,2262],[4181,2219]]},{"area":"06d","points":[[3608,2222],[3608,1754],[3786,1762],[3881,1667],[3881,1490],[4256,1490],[4256,1758],[4256,1938],[4181,1938],[4181,2022],[4087,2116],[3994,2116],[3880,2222]]},{"area":"06b","points":[[4613,1768],[4891,1768],[4915,1683],[4953,1645],[4989,1571],[5005,1755],[5112,1862],[5112,2116],[4917,2116],[4917,1966],[4879,1928],[4613,1928]]},{"area":"071","points":[[4546,1565],[4558,1490],[4627,1483],[4683,1504],[4742,1579],[4709,1624],[4638,1664],[4584,1624]]},{"area":"072","points":[[4266,1098],[4266,1394],[4725,1394],[4725,1098]]},{"area":"074","points":[[3331,1016],[3613,1016],[3613,1109],[4176,1109],[4176,1394],[3618,1394],[3618,1486],[3331,1486]]},{"area":"06c","points":[[5195,1773],[5376,1775],[5375,1847],[5542,1858],[5562,1885],[5509,1924],[5378,1944],[5378,2295],[5195,2295]]},{"area":"069","points":[[5458,2702],[5558,2593],[5558,2418],[5795,2418],[5834,2457],[5834,2683],[5629,2683],[5541,2771],[5467,2771]]},{"area":"068","points":[[5467,2956],[5467,2870],[5553,2870],[5646,2963],[5829,2963],[5829,3128],[5789,3182],[5736,3235],[5571,3235],[5571,3053]]},{"area":"066","points":[[5015,3193],[5040,3168],[5184,3168],[5292,3060],[5367,3060],[5367,3158],[5272,3253],[5272,3415],[5015,3415]]},{"area":"065","points":[[4911,2473],[4999,2473],[4999,2767],[4911,2767],[4911,2671],[4733,2671],[4733,2590],[4911,2590]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/010-scp8p-map-1-3-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/011-6opzj-map-1-3.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-13,"offsetY":-11},"mapParent":{"id":"32a"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/014-ouor1-map-1-4-dm.jpg"},"title":"Map 1.4: The Low Lantern","width":6333,"height":4000,"imageType":"map","grid":{"type":"square","size":177,"offsetX":-65,"offsetY":27},"id":"32b","mapRegions":[{"area":"088","points":[[505,1431],[542,1163],[578,982],[655,745],[772,582],[1255,582],[1348,751],[1394,880],[1458,1117],[1486,1431]]},{"area":"085","points":[[502,1452],[1483,1452],[1495,1634],[1508,1785],[1511,2003],[1498,2311],[498,2311],[489,2083],[492,1775],[492,1618]]},{"area":"087","points":[[498,2338],[517,2538],[578,2815],[674,3003],[1326,3003],[1415,2843],[1468,2615],[1495,2338]]},{"area":"089","points":[[2292,1080],[2360,883],[2428,732],[2517,606],[3025,606],[3105,751],[3175,920],[3243,1132],[3258,1428],[2778,1428],[2778,1080]]},{"area":"08c","points":[[2295,1117],[2739,1117],[2739,1465],[3266,1465],[3289,1714],[3280,2000],[3277,2446],[3225,2735],[3194,2892],[3077,3102],[2948,3243],[2763,3366],[2603,3237],[2397,3009],[2289,2717],[2255,2320],[2243,2003],[2255,1674],[2258,1378]]},{"area":"08e","points":[[4132,668],[4052,785],[3985,978],[3938,1215],[3908,1603],[3889,2003],[3895,2363],[3951,2757],[4040,2957],[4145,3105],[4360,3295],[4517,3145],[4652,2938],[4726,2785],[4766,2520],[4797,2071],[4760,1329],[4751,1151],[4674,902],[4560,668]]},{"area":"08f","points":[[5440,1248],[5455,1116],[5486,983],[5543,848],[5604,747],[5924,747],[5994,842],[6051,1053],[6082,1248]]},{"area":"090","points":[[5432,1295],[5423,1531],[5415,2004],[5411,2206],[5427,2387],[5459,2558],[5486,2676],[5598,2874],[5758,3038],[5931,2874],[6036,2726],[6072,2545],[6114,2234],[6109,2044],[6097,1345],[6084,1295]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/014-ouor1-map-1-4-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/015-a4sl5-map-1-4.jpg"},"title":"Player Version","width":5964,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":164,"offsetX":-5,"offsetY":-60},"mapParent":{"id":"32b","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/017-47l11-map-1-5-dm.jpg"},"title":"Map 1.5: Vanthampur Villa","width":7370,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":53,"offsetY":28},"id":"32c","mapRegions":[{"area":"09d","points":[[77,615],[77,1132],[1292,1132],[1292,615]]},{"area":"09c","points":[[1735,898],[1735,1825],[1883,1825],[1883,1970],[2422,1970],[2422,1702],[2683,1702],[2683,1661],[2852,1661],[2852,1691],[3142,1691],[3142,1837],[3557,1837],[3566,2569],[3446,2569],[3428,3132],[2871,3142],[2868,3412],[2274,3406],[2274,3274],[1763,3274],[1763,3419],[1151,3419],[1151,2849],[1005,2849],[1005,2422],[988,2422],[988,2264],[1008,2244],[1008,1837],[1295,1837],[1295,1686],[1612,1686],[1612,1832],[1646,1832],[1646,905],[1600,905],[1600,881],[1348,881],[1326,1052],[1326,1175],[215,1175],[215,3929],[3948,3929],[3948,1178],[3385,1178],[3385,898]]},{"area":"09c","points":[[1643,898],[1643,1831],[1735,1831],[1735,898]]},{"area":"0a8","points":[[1058,1877],[1323,1877],[1323,1726],[1578,1726],[1578,1858],[1863,1858],[1863,2822],[1058,2822]]},{"area":"0a6","points":[[1188,2852],[1855,2852],[1855,3231],[1717,3231],[1717,3378],[1188,3378]]},{"area":"0ab","points":[[1892,2012],[2422,2012],[2422,2671],[2278,2671],[2278,3231],[1892,3231]]},{"area":"09f","points":[[2308,2705],[2308,3378],[2834,3378],[2834,2705]]},{"area":"0a2","points":[[2858,2560],[2858,3105],[3403,3105],[3403,2560]]},{"area":"0a4","points":[[3142,2271],[3142,2538],[3532,2538],[3532,2271]]},{"area":"0a5","points":[[3138,1868],[3138,2258],[3545,2258],[3545,1868]]},{"area":"0a3","points":[[2446,1723],[3114,1723],[3114,2535],[2828,2535],[2828,2680],[2446,2680]]},{"area":"0bb","points":[[6065,320],[6065,868],[6612,868],[6612,320]]},{"area":"0b2","points":[[4812,1868],[4812,2542],[5200,2542],[5200,1868]]},{"area":"0b1","points":[[5237,1862],[5237,2548],[5643,2548],[5643,1862]]},{"area":"0ad","points":[[4822,2566],[5658,2566],[5658,2003],[6185,2003],[6185,2822],[4822,2822]]},{"area":"0af","points":[[4951,2837],[4951,3391],[5495,3391],[5495,2837]]},{"area":"0ae","points":[[5511,2843],[5511,3271],[6065,3271],[6065,2843]]},{"area":"0b9","points":[[6080,2843],[6080,3378],[6612,3378],[6612,2843]]},{"area":"0b6","points":[[6197,1714],[6197,2400],[6898,2400],[6898,1714]]},{"area":"0b4","points":[[6200,2418],[6200,2815],[6892,2815],[6892,2418]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/017-47l11-map-1-5-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/018-9v1gm-map-1-5.jpg"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":99,"offsetY":61},"mapParent":{"id":"32c","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/020-zb6kf-map-1-6-dm.jpg"},"title":"Map 1.6: Under the Villa","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":93,"offsetX":-16,"offsetY":-10},"id":"32d","mapRegions":[{"area":"0de","points":[[1393,744],[1393,1278],[1940,1278],[1940,744]]},{"area":"0c5","points":[[1002,1305],[1002,1469],[2353,1469],[2353,1305]]},{"area":"0db","points":[[847,1495],[847,1924],[1562,1924],[1562,1495]]},{"area":"0da","points":[[1211,1958],[1211,2118],[2016,2118],[2016,1958]]},{"area":"0dc","points":[[1204,2142],[1204,2667],[1736,2667],[1736,2142]]},{"area":"0d9","points":[[1769,2136],[1769,2673],[2018,2673],[2018,2136]]},{"area":"0c5","points":[[960,2684],[960,2855],[1947,2855],[1947,2684]]},{"area":"0e1","points":[[1865,3062],[1865,3525],[2409,3525],[2409,3062]]},{"area":"0cf","points":[[2595,1669],[2595,2213],[2680,2213],[2680,1669]]},{"area":"0c9","points":[[2593,738],[2593,1285],[2955,1285],[2955,738]]},{"area":"0c8","points":[[2975,738],[2975,1287],[3795,1287],[3795,738]]},{"area":"0c7","points":[[3985,929],[3985,1278],[4436,1278],[4436,929]]},{"area":"0c5","points":[[3564,1307],[3564,1462],[4325,1462],[4325,1307]]},{"area":"0ca","points":[[2785,1496],[2785,2302],[3429,2302],[3429,1496]]},{"area":"0d0","points":[[2776,2325],[2776,2673],[3233,2673],[3233,2325]]},{"area":"0c3","points":[[3625,2136],[3625,2485],[3967,2485],[3967,2136]]},{"area":"0c1","points":[[3996,1673],[4622,1673],[4622,2409],[4809,2409],[4809,2491],[4256,2500],[4256,2311],[3996,2311]]},{"area":"0c5","points":[[4644,2133],[4644,2305],[5065,2305],[5065,2133]]},{"area":"0d3","points":[[4000,2882],[4000,3593],[4435,3593],[4435,2882]]},{"area":"0d7","points":[[3062,2867],[3062,3889],[3224,3889],[3224,2867]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/020-zb6kf-map-1-6-dm.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/021-8iocy-map-1-6-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-16,"offsetY":-10},"mapParent":{"id":"32d"}}]},{"name":"Ch. 2: Elturel Has Fallen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/028-huyub-map-2-1.jpg"},"title":"Map 2.1: Elturel","width":4250,"height":3020,"imageType":"map","grid":{"type":"none"},"id":"3c7"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/029-fjxsa-map-elturel-poster.jpg"},"title":"Player Version","width":4250,"height":3020,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"3c7"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/032-sibw6-map-2-2.jpg"},"title":"Map 2.2: High Hall Cathedral","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-13,"offsetY":-10,"distance":10},"id":"3c8","mapRegions":[{"area":"149","points":[[911,1655],[1569,1655],[1388,794],[1135,794],[1062,812],[902,914],[818,1077],[769,1292],[788,1382],[862,1560]]},{"area":"14a","points":[[902,1665],[1422,1665],[1422,2409],[902,2409],[794,2385],[665,2317],[575,2206],[542,2034],[563,1892],[640,1775],[748,1702],[843,1680]]},{"area":"149","points":[[908,2440],[1658,2440],[1554,2542],[1535,2548],[1397,3283],[1178,3292],[1086,3271],[1000,3228],[920,3163],[831,3052],[782,2895],[766,2757],[825,2615],[880,2526]]},{"area":"147","points":[[1791,2683],[2551,2683],[2545,2898],[2508,2935],[2425,2932],[2428,3043],[2538,3188],[2523,3569],[2458,3683],[2369,3754],[2262,3785],[2117,3782],[1982,3766],[1886,3695],[1840,3572],[1794,3200],[1911,3074],[1914,2938],[1822,2920],[1791,2908]]},{"area":"147","points":[[1800,1409],[1794,1185],[1818,1145],[1917,1145],[1917,1018],[1802,903],[1846,498],[1865,415],[1938,326],[2071,286],[2222,286],[2400,317],[2452,388],[2495,455],[2508,498],[2517,889],[2425,1018],[2415,1142],[2498,1138],[2548,1191],[2542,1409]]},{"area":"143","points":[[2926,1785],[2926,1698],[2892,1655],[2320,1575],[2163,1529],[2012,1572],[1852,1714],[1788,1929],[1788,2138],[1846,2311],[1908,2431],[2043,2542],[2228,2554],[2428,2431],[2692,2425],[2889,2434],[2926,2394],[2926,2297]]},{"area":"142","points":[[2782,815],[3037,803],[3083,748],[3089,680],[3532,680],[3603,769],[3692,794],[3800,794],[3806,1043],[4335,1043],[4335,1668],[4378,1751],[4446,1803],[4452,1895],[4397,1911],[4342,1966],[4338,2111],[4400,2173],[4458,2182],[4458,2280],[4375,2326],[4332,2388],[4320,2505],[4320,3025],[3812,3025],[3812,3292],[3640,3292],[3575,3342],[3538,3400],[3088,3400],[3077,3345],[3062,3289],[3006,3274],[2775,3274],[3068,2569],[3178,2455],[3178,1686],[3178,1634],[3083,1535]]},{"area":"140","points":[[4477,252],[4477,3825],[5092,3825],[5092,252]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/032-sibw6-map-2-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/033-d0d5t-map-2-2-player.png"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-11,"offsetY":-5,"distance":10},"mapParent":{"id":"3c8"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/034-rkhyf-map-2-3.jpg"},"title":"Map 2.3: High Hall Cathedral, Choir Level","width":3700,"height":5600,"imageType":"map","grid":{"type":"square","size":190,"offsetX":-37,"offsetY":-54,"distance":10},"id":"3c9","mapRegions":[{"area":"14e","points":[[2175,1311],[2117,1175],[2120,1000],[2228,754],[2375,637],[2594,594],[2772,591],[2865,535],[2858,662],[3015,782],[3108,782],[3062,840],[3098,1037],[3218,1065],[3111,1135],[3080,1292],[3138,1372],[3015,1357],[2929,1468],[2935,1609],[2822,1545],[2634,1572],[2505,1572],[2394,1520]]},{"area":"14f","points":[[2486,1683],[2597,1705],[2742,1720],[2766,2065],[2791,2169],[2883,2249],[3065,2351],[3191,2452],[3302,2643],[3314,2825],[3286,2945],[3188,3160],[3055,3243],[2898,3348],[2809,3422],[2760,3551],[2748,3766],[2745,3898],[2615,3902],[2486,3929]]},{"area":"14e","points":[[2185,4268],[2252,4145],[2409,4062],[2535,4025],[2692,4034],[2828,4062],[2932,4015],[2908,4123],[3015,4228],[3138,4222],[3077,4305],[3098,4468],[3222,4542],[3108,4551],[3052,4726],[3151,4837],[3018,4825],[2883,4951],[2871,5080],[2772,5009],[2572,5009],[2452,4997],[2292,4914],[2182,4775],[2120,4578],[2114,4434],[2145,4354]]},{"area":"14c","points":[[714,1326],[1723,1317],[1871,1858],[1757,1954],[1692,2123],[1748,2369],[1782,2538],[1788,2874],[1782,3148],[1738,3289],[1677,3375],[1708,3582],[1877,3748],[1738,4280],[702,4265],[545,4120],[538,3957],[548,3375],[357,3166],[363,2428],[542,2234],[560,1495]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/034-rkhyf-map-2-3.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/035-7vpmr-map-2-3-player.jpg"},"title":"Player Version","width":2631,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-47,"offsetY":-61,"distance":10},"mapParent":{"id":"3c9","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/036-qdpq8-map-2-4.jpg"},"title":"Map 2.4: High Hall Catacombs","width":6154,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":-79,"offsetY":33,"distance":10},"id":"3ca","mapRegions":[{"area":"151","points":[[480,1022],[526,920],[597,874],[902,883],[895,1142],[600,1138],[523,1108]]},{"area":"150","points":[[763,597],[898,585],[898,452],[975,425],[1052,455],[1071,520],[1123,557],[1166,563],[1200,634],[1169,668],[1178,726],[763,726]]},{"area":"154","points":[[1714,560],[1714,1012],[2462,1012],[2462,560]]},{"area":"156","points":[[2597,735],[2628,622],[2702,514],[2840,458],[3480,458],[3597,508],[3671,603],[3705,726],[3677,868],[3603,954],[3508,991],[3255,1009],[2858,1000],[2726,972],[2628,871]]},{"area":"150","points":[[489,1569],[178,1566],[194,1458],[212,1400],[249,1397],[298,1348],[292,1308],[357,1277],[403,1302],[489,1289]]},{"area":"152","points":[[354,1985],[471,1858],[603,1843],[788,1849],[837,1822],[898,1849],[951,1812],[1031,1815],[1049,1846],[1098,1806],[1160,1834],[1333,1834],[1333,2412],[1157,2412],[1092,2434],[1055,2409],[1028,2406],[979,2455],[908,2415],[840,2449],[772,2406],[471,2406],[351,2283],[455,2218],[480,2102],[458,2031],[406,1997]]},{"area":"150","points":[[1465,1858],[1465,1714],[1523,1708],[1588,1689],[1637,1717],[1658,1785],[1735,1806],[1757,1911],[1745,1923],[1742,2003],[1528,2003]]},{"area":"150","points":[[1517,2271],[1735,2280],[1729,2375],[1729,2418],[1680,2449],[1615,2523],[1563,2566],[1492,2560],[1452,2551],[1462,2425]]},{"area":"150","points":[[480,2698],[486,2972],[406,2969],[391,2994],[317,2963],[338,2923],[262,2871],[231,2883],[188,2818],[203,2785],[206,2708]]},{"area":"151","points":[[625,3120],[1037,3111],[1037,3243],[895,3255],[895,3382],[625,3382],[554,3369],[502,3308],[486,3203],[545,3129]]},{"area":"150","points":[[902,3526],[1173,3526],[1169,3649],[1188,3708],[1145,3726],[1058,3778],[1034,3818],[969,3815],[902,3800]]},{"area":"150","points":[[2022,3391],[2163,3391],[2163,3252],[2308,3252],[2308,3655],[2246,3655],[2209,3692],[2154,3655],[2142,3612],[2080,3560],[2040,3551],[2006,3486],[2034,3443]]},{"area":"151","points":[[2443,3249],[2723,3249],[2723,3686],[2689,3763],[2618,3800],[2548,3803],[2468,3775],[2443,3677]]},{"area":"150","points":[[3000,3378],[3132,3409],[3132,3505],[3129,3542],[3080,3563],[3018,3637],[2982,3662],[2917,3662],[2849,3652],[2868,3378],[2868,3251],[3000,3251]]},{"area":"150","points":[[3554,3545],[3702,3535],[3702,3252],[3837,3252],[3837,3806],[3782,3806],[3745,3825],[3695,3812],[3686,3766],[3643,3726],[3591,3729],[3557,3662],[3563,3631]]},{"area":"151","points":[[3985,3252],[4114,3252],[4114,3391],[4258,3391],[4258,3708],[4234,3772],[4142,3809],[4062,3797],[4003,3742],[3985,3634]]},{"area":"150","points":[[4412,3397],[4686,3397],[4671,3468],[4705,3480],[4665,3582],[4631,3563],[4569,3622],[4563,3680],[4495,3720],[4455,3695],[4412,3674]]},{"area":"159","points":[[3535,1289],[3535,2997],[5434,2997],[5434,1289]]},{"area":"157","points":[[3025,1988],[3025,2274],[3431,2274],[3431,1988]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/036-qdpq8-map-2-4.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/037-wcrji-map-2-4-player.jpg"},"title":"Player Version","width":6090,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":-13,"offsetY":-7,"distance":10},"mapParent":{"id":"3ca","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/040-422qk-map-2-5.jpg"},"title":"Map 2.5: Grand Cemetery Chapel","width":4000,"height":5236,"imageType":"map","grid":{"type":"square","size":132,"offsetX":-8,"offsetY":-38},"id":"3cb","mapRegions":[{"area":"16b","points":[[415,1908],[290,1783],[290,1006],[402,894],[1542,894],[1690,1042],[1705,1255],[1520,1298],[1369,1345],[1286,1391],[1105,1609],[1080,1689],[1034,1908]]},{"area":"16e","points":[[1123,1698],[1342,1409],[1480,1357],[1643,1314],[1822,1295],[1960,1311],[2129,1437],[2271,1677],[2308,1837],[2314,2055],[2292,2228],[2212,2360],[1935,2511],[1748,2545],[1526,2529],[1317,2455],[1194,2351],[1114,2178],[1089,1948],[1102,1751]]},{"area":"174","points":[[246,2277],[246,3409],[991,3409],[991,2277]]},{"area":"171","points":[[283,3785],[408,3660],[920,3660],[1038,3778],[1038,4286],[916,4408],[391,4408],[283,4291]]},{"area":"168","points":[[1723,2600],[1929,2548],[2228,2403],[2317,2268],[2735,2268],[2735,4018],[2607,4146],[1837,4146],[1728,4037],[1728,3757],[1601,3630],[1601,2991],[1723,2856]]},{"area":"166","points":[[2778,4034],[3018,4034],[3018,3763],[3283,3523],[3283,3003],[3022,2742],[3022,2095],[3278,2095],[3278,1523],[3028,1523],[3028,1025],[2778,1025]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/040-422qk-map-2-5.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/041-oalyz-map-2-5-player.jpg"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":131,"offsetX":1,"offsetY":3},"mapParent":{"id":"3cb","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/042-z24lv-map-2-6.jpg"},"title":"Map 2.6: Grand Cemetery, Ossuary level","width":4000,"height":5429,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-46,"offsetY":-44},"id":"3cc","mapRegions":[{"area":"183","points":[[2689,763],[2689,1797],[3446,1797],[3446,763]]},{"area":"17c","points":[[409,1289],[409,5022],[954,5022],[954,1289]]},{"area":"17e","points":[[1308,2335],[1308,3123],[2323,3123],[2323,2335]]},{"area":"17a","points":[[1009,3369],[1009,5157],[2074,5157],[2074,3369]]},{"area":"177","points":[[2455,4655],[2455,5326],[3498,5326],[3498,4655]]},{"area":"180","points":[[2348,1868],[2348,3612],[3360,3612],[3360,1868]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/042-z24lv-map-2-6.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/043-cbi17-map-2-6-player.jpg"},"title":"Player Version","width":4000,"height":5429,"imageType":"mapPlayer","grid":{"type":"square","size":116,"offsetX":-47,"offsetY":-48},"mapParent":{"id":"3cc"}}]},{"name":"Ch. 3: Avernus","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/049-edgfn-map-3-1.jpg"},"title":"Map 3.1: Avernus","width":2550,"height":1812,"imageType":"map","grid":{"type":"none"},"id":"3cd"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/050-gzik9-map-avernus-player.jpg"},"title":"Player Version","width":2550,"height":1812,"imageType":"mapPlayer","grid":{"type":"none"},"mapParent":{"id":"3cd"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/063-wlfs9-map-3-2.jpg"},"title":"Map 3.2: Hellwasp Nest","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-9,"offsetY":-10},"id":"3ce","mapRegions":[{"area":"1f7","points":[[422,1868],[415,1711],[378,1628],[480,1514],[591,1458],[689,1455],[754,1529],[843,1628],[923,1705],[975,1862],[1095,1975],[1228,2142],[1203,2302],[1022,2363],[874,2394],[822,2388],[705,2465],[535,2486],[255,2483],[209,2409],[268,2271],[197,2083],[326,1926]]},{"area":"1f6","points":[[1326,369],[1523,206],[1677,215],[1935,243],[2280,332],[2418,323],[2517,382],[2600,554],[2560,662],[2468,775],[2575,846],[2680,923],[2732,1043],[2745,1209],[2738,1338],[2791,1458],[2735,1643],[2600,1766],[2486,1772],[2394,1938],[2271,1954],[2123,1892],[1997,1772],[1985,1609],[1825,1489],[1640,1514],[1594,1354],[1455,1249],[1360,1154],[1388,1031],[1311,791],[1378,597],[1305,452]]},{"area":"1f5","points":[[3671,689],[3689,505],[3898,440],[4071,351],[4157,231],[4412,206],[4465,320],[4769,378],[4963,535],[5126,760],[5151,997],[5114,1089],[5191,1258],[5277,1517],[5191,1726],[5145,1920],[5009,1948],[4868,2049],[4788,2172],[4769,2345],[4686,2446],[4508,2529],[4295,2498],[4120,2446],[3892,2431],[3711,2277],[3720,2102],[3542,2052],[3508,1889],[3437,1674],[3523,1477],[3409,1298],[3443,969],[3545,852],[3625,778]]},{"area":"1f2","points":[[5065,3055],[4997,2858],[5025,2732],[5188,2649],[5302,2640],[5498,2649],[5542,2772],[5809,2852],[5871,2972],[5917,3182],[5806,3329],[5862,3486],[5917,3631],[5865,3729],[5726,3778],[5591,3677],[5378,3723],[5258,3658],[5117,3560],[4932,3535],[4868,3422],[4818,3280],[4929,3212],[5022,3182],[5040,3092]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/063-wlfs9-map-3-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/064-ok29m-map-3-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-7,"offsetY":-8},"mapParent":{"id":"3ce"}}]},{"name":"Ch. 3: Avernus - Path of Demons","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/067-veqr1-map-3-3.jpg"},"title":"Map 3.3: Crypt of the Hellriders","width":5754,"height":4000,"imageType":"map","grid":{"type":"square","size":136,"offsetX":57,"offsetY":-54},"id":"3cf","mapRegions":[{"area":"217","points":[[2763,86],[2763,606],[2929,606],[2929,86]]},{"area":"219","points":[[1425,486],[1425,1166],[2111,1166],[2111,486]]},{"area":"219","points":[[3458,495],[3748,502],[4003,775],[4003,1308],[3458,1308]]},{"area":"219","points":[[1714,1418],[1714,2142],[2772,2142],[2772,1418]]},{"area":"219","points":[[603,1695],[603,2655],[1037,2655],[1037,1695]]},{"area":"21b","points":[[1129,1705],[1129,2135],[1588,2135],[1588,1705]]},{"area":"21b","points":[[1185,2237],[1185,2708],[1566,2708],[1566,2237]]},{"area":"222","points":[[1022,2775],[1022,3212],[1434,3212],[1434,2775]]},{"area":"219","points":[[1689,2246],[1689,3338],[2243,3338],[2243,2246]]},{"area":"219","points":[[2363,3077],[3175,3098],[3197,3348],[3594,3751],[2363,3723]]},{"area":"21d","points":[[2926,1849],[3314,1868],[3314,2658],[2649,2658],[2649,2390],[2926,2390]]},{"area":"21b","points":[[3443,1403],[3443,1880],[3898,1880],[3898,1403]]},{"area":"224","points":[[4658,206],[4658,625],[5095,625],[5095,206]]},{"area":"220","points":[[4529,760],[4840,775],[5215,1185],[5218,2397],[4966,2394],[4529,1988]]},{"area":"219","points":[[3600,2929],[3600,3480],[4951,3480],[4951,2929]]},{"area":"222","points":[[5065,2926],[5065,3483],[5505,3483],[5505,2926]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/067-veqr1-map-3-3.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/068-swsdq-map-3-3-player.jpg"},"title":"Player Version","width":5649,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":-16,"offsetY":14},"mapParent":{"id":"3cf","autoScale":true}}]},{"name":"Ch. 3: Avernus - Path of Devils","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/072-jzcpq-map-3-4.jpg"},"title":"Map 3.4: Bone Brambles","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":140,"offsetX":6},"id":"3d0","mapRegions":[{"area":"237","points":[[3230,1370],[3235,1102],[3382,1015],[3490,1092],[3492,1322],[3357,1250]]},{"area":"237","points":[[2385,1402],[2402,1285],[2497,1287],[2537,1412],[2652,1537],[2647,1700],[2510,1787],[2392,1667],[2395,1520]]},{"area":"237","points":[[3820,2065],[3927,1947],[3810,1805],[3952,1812],[4070,1695],[4080,1832],[4192,1965],[4055,2095],[3842,2087]]},{"area":"23c","points":[[2937,1815],[2937,2092],[3222,2092],[3222,1815]]},{"area":"237","points":[[2385,2652],[2557,2657],[2665,2552],[2812,2672],[2920,2552],[2932,2795],[2792,2902],[2662,2807],[2547,2932],[2372,2925],[2377,2757]]},{"area":"237","points":[[3492,2675],[3530,2515],[3782,2267],[3922,2357],[4052,2487],[4037,2665],[3820,2667],[3780,2962],[3635,2952],[3647,2815],[3510,2772]]},{"area":"236","points":[[2097,3607],[2097,3930],[2292,3930],[2292,3607]]},{"area":"236","points":[[17,2617],[17,2820],[272,2820],[272,2617]]},{"area":"236","points":[[232,197],[232,582],[542,582],[542,197]]},{"area":"236","points":[[3352,100],[3352,460],[3832,460],[3832,100]]},{"area":"236","points":[[5530,2305],[5530,2595],[5922,2595],[5922,2305]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/072-jzcpq-map-3-4.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/073-ugdpq-map-3-4-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":6},"mapParent":{"id":"3d0"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/077-6wvu7-map-3-5.jpg"},"title":"Map 3.5: {@creature Bel|BGDIA}'s Forge","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":-8,"offsetY":-9},"id":"3d1","mapRegions":[{"area":"25a","points":[[4082,642],[4082,1025],[4490,1025],[4490,642]]},{"area":"258","points":[[3135,750],[3135,1045],[3580,1045],[3580,750]]},{"area":"258","points":[[3742,1075],[3742,1792],[3970,1792],[3970,1075]]},{"area":"257","points":[[2052,1497],[2887,832],[3110,910],[3005,1337],[2520,1842],[2100,1787]]},{"area":"255","points":[[2622,1740],[2622,2350],[3330,2350],[3330,1740]]},{"area":"257","points":[[2305,2575],[3272,2510],[3600,2380],[3810,2562],[3747,2997],[3430,3140],[2745,3097],[2337,2872]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/077-6wvu7-map-3-5.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/078-m5uin-map-3-5-player.jpg"},"title":"Player Version","width":5821,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":130,"offsetX":27,"offsetY":-51},"mapParent":{"id":"3d1","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/082-4tpbi-map-3-6.jpg"},"title":"Map 3.6: Wrecked Flying Fortress, Command Deck","width":8700,"height":4500,"imageType":"map","grid":{"type":"square","size":220,"offsetX":-6,"offsetY":12},"id":"3d2","mapRegions":[{"area":"281","points":[[640,455],[1320,452],[1522,667],[1537,917],[1760,1127],[1760,1337],[1975,1567],[1990,1712],[2032,1775],[2382,1772],[2642,1985],[2632,2222],[2402,2220],[2400,2357],[2320,2407],[2097,2240],[1957,2095],[1800,2025],[1332,1975],[1327,1787],[1735,1837],[1742,1770],[1507,1527],[1092,1537],[1100,1330],[1525,1362],[1507,1290],[1295,1092],[867,1110],[870,885],[1285,930],[1310,902],[1080,670],[1045,682],[640,655]]},{"area":"27f","points":[[2187,447],[2187,1560],[2860,1560],[2860,447]]},{"area":"26f","points":[[3465,1960],[3465,3710],[5175,3710],[5175,1960]]},{"area":"274","points":[[5922,1960],[5922,2645],[6600,2645],[6600,1960]]},{"area":"272","points":[[5945,3905],[5945,2865],[6155,2865],[6155,2680],[6375,2680],[6375,2873],[6580,2873],[6580,3313],[6492,3490],[6437,3567],[6317,3560],[6215,3620],[6147,3700],[6185,3780],[6172,3870]]},{"area":"27d","points":[[4851,440],[4851,1160],[5749,1160],[5749,440]]},{"area":"276","points":[[5943,457],[7234,457],[7234,1103],[6811,1103],[6811,1486],[5943,1486]]},{"area":"27a","points":[[7474,457],[8177,457],[7709,1320],[7503,1309],[7469,863]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/082-4tpbi-map-3-6.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/083-aw2bo-map-3-6-player.jpg"},"title":"Player Version","width":6614,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":174,"offsetX":62,"offsetY":18},"mapParent":{"id":"3d2","autoScale":true}}]},{"name":"Ch. 3: Avernus - Other Locations","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/085-peagh-map-3-7.jpg"},"title":"Map 3.7: Styx Watchtower","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":155,"offsetX":-16,"offsetY":-18},"id":"3d3","mapRegions":[{"area":"28f","points":[[451,2280],[1086,2166],[1697,2303],[1829,2623],[1846,3234],[1680,3543],[1063,3697],[480,3514],[309,2897]]},{"area":"291","points":[[2154,1680],[2297,1051],[2909,909],[3537,1057],[3703,1417],[3703,1960],[3549,2280],[2926,2451],[2309,2274]]},{"area":"293","points":[[4171,1080],[4309,440],[4943,291],[5537,451],[5720,789],[5720,1423],[5543,1691],[4926,1846],[4320,1686]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/085-peagh-map-3-7.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/086-4vafs-map-3-7-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":155,"offsetX":-14,"offsetY":-13},"mapParent":{"id":"3d3"}}]},{"name":"Ch. 4: Sword of Zariel","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/093-p7lnx-map-4-1.jpg"},"title":"Map 4.1: Side View of the Scab","width":5606,"height":4000,"imageType":"map","grid":{"type":"square","size":128,"offsetX":50,"offsetY":-4,"distance":10},"id":"3d4","mapRegions":[{"area":"2d2","points":[[40,1508],[142,1542],[212,1517],[298,1526],[366,1585],[498,1625],[566,1671],[649,1692],[689,1778],[643,1840],[628,1905],[538,1942],[538,2006],[425,2043],[345,2074],[231,2129],[40,2163]]},{"area":"2d6","points":[[1698,1683],[1797,1671],[1840,1606],[1892,1588],[1975,1622],[1982,1822],[1942,1871],[1862,1877],[1791,1855],[1738,1837]]},{"area":"2ca","points":[[2120,782],[2203,662],[2258,643],[2305,643],[2388,702],[2471,689],[2526,702],[2674,782],[2695,846],[2668,877],[2652,951],[2572,1009],[2474,1025],[2418,1080],[2326,1055],[2249,988],[2182,972],[2157,917],[2102,822]]},{"area":"2d8","points":[[2102,2018],[2166,1991],[2249,1966],[2314,1982],[2369,1932],[2443,1942],[2508,1988],[2658,1985],[2698,2018],[2763,2046],[2763,2114],[2720,2194],[2637,2209],[2582,2163],[2498,2175],[2422,2178],[2357,2166],[2274,2163],[2237,2129],[2157,2108],[2105,2089]]},{"area":"2e4","points":[[28,3095],[77,3092],[102,3117],[157,3062],[277,3068],[268,3015],[354,2951],[431,2883],[520,2892],[625,2868],[708,2895],[831,2898],[880,3080],[831,3148],[905,3203],[862,3302],[766,3332],[742,3378],[625,3409],[588,3489],[668,3538],[742,3572],[809,3646],[868,3748],[942,3843],[991,3905],[951,3948],[797,3938],[594,3948],[397,3932],[28,3954]]},{"area":"2c6","points":[[385,15],[292,135],[268,169],[351,237],[369,314],[422,348],[431,434],[403,668],[329,689],[237,618],[218,502],[111,397],[37,412],[37,15]]},{"area":"2c8","points":[[883,369],[880,468],[865,603],[892,708],[963,686],[1022,748],[1058,957],[1185,911],[1268,818],[1360,772],[1418,794],[1520,785],[1612,695],[1566,628],[1474,628],[1415,582],[1320,572],[1292,520],[1175,471],[1212,418],[1311,406],[1351,342],[1369,262],[1212,292],[1114,289],[1018,329]]},{"area":"2cd","points":[[4209,452],[4308,412],[4314,357],[4394,348],[4489,375],[4588,443],[4628,477],[4702,465],[4775,489],[4818,526],[4895,545],[4926,572],[4942,618],[4935,665],[4951,708],[4914,732],[4846,738],[4822,782],[4766,806],[4714,775],[4671,757],[4622,769],[4517,809],[4452,778],[4385,723],[4351,665],[4286,643],[4212,582],[4197,517]]},{"area":"2cf","points":[[3606,754],[3668,677],[3732,662],[3785,692],[3815,708],[3874,671],[3969,683],[4022,705],[4071,738],[4037,874],[4003,994],[3960,1028],[3865,1077],[3917,1105],[3886,1142],[3849,1172],[3751,1203],[3711,1249],[3631,1249],[3542,1212],[3542,1169],[3492,1154],[3449,1172],[3372,1142],[3348,1092],[3360,1009],[3369,935],[3412,889],[3412,831],[3462,782],[3554,769]]},{"area":"2d2","points":[[3972,1415],[3978,1363],[4022,1338],[4052,1283],[4160,1240],[4237,1268],[4326,1255],[4394,1280],[4483,1274],[4569,1317],[4671,1403],[4729,1483],[4815,1406],[4883,1449],[5025,1455],[5151,1458],[5280,1517],[5354,1529],[5332,2037],[5317,2157],[5234,2191],[5182,2225],[5172,2206],[5095,2191],[5003,2206],[4951,2231],[4874,2231],[4840,2212],[4689,2197],[4588,2206],[4542,2132],[4508,2191],[4412,2089],[4329,2000],[4357,1923],[4311,1917],[4185,1963],[4089,1982],[3991,1926],[3978,1871],[3843,1800],[3726,1806],[3766,1738],[3803,1702],[3748,1631],[3757,1545],[3855,1471],[3886,1415]]},{"area":"2db","points":[[3280,2231],[3292,2182],[3375,2092],[3323,2000],[3397,1957],[3511,1945],[3551,2000],[3658,2009],[3683,2132],[3631,2188],[3523,2243],[3455,2209],[3360,2209]]},{"area":"2dd","points":[[2886,2843],[2920,2794],[2982,2726],[2991,2625],[3049,2563],[3105,2502],[3175,2468],[3218,2514],[3335,2446],[3483,2440],[3662,2415],[3763,2446],[3815,2548],[3994,2646],[4000,2729],[3978,2794],[3982,2840],[3908,2892],[3858,2960],[3815,3074],[3711,3120],[3597,3163],[3505,3185],[3422,3154],[3335,3151],[3277,3089],[3178,3043],[3132,3015],[3055,3000],[2997,2923],[2945,2880]]},{"area":"2e0","points":[[2105,3462],[2111,3363],[2197,3268],[2249,3160],[2338,3148],[2409,3089],[2489,3068],[2569,3071],[2646,3098],[2714,3178],[2742,3246],[2754,3369],[2720,3412],[2751,3452],[2812,3520],[2791,3689],[2692,3692],[2591,3732],[2505,3754],[2446,3815],[2317,3840],[2215,3760],[2129,3655],[2089,3588]]},{"area":"2de","points":[[3040,3606],[3003,3523],[3049,3477],[3037,3418],[2954,3369],[2905,3382],[2834,3326],[2818,3145],[2889,3089],[2954,3025],[3071,3040],[3120,3108],[3280,3185],[3357,3274],[3388,3354],[3391,3480],[3348,3535],[3271,3557],[3225,3631],[3111,3637]]},{"area":"2e3","points":[[3600,3375],[3831,3382],[4009,3305],[4123,3357],[4129,3437],[4018,3458],[3991,3505],[3834,3489],[3732,3458],[3680,3437],[3603,3437]]},{"area":"2e4","points":[[4378,3440],[4431,3345],[4502,3243],[4477,3145],[4538,3080],[4594,3009],[4597,2905],[4551,2812],[4575,2677],[4711,2692],[4788,2705],[4815,2668],[4923,2698],[4991,2834],[5080,2880],[5114,2966],[5252,3046],[5305,3111],[5394,3055],[5538,3095],[5538,3957],[4963,3951],[4846,3954],[4748,3929],[4603,3938],[4508,3960],[4480,3914],[4434,3775],[4468,3711],[4428,3603],[4360,3542]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/093-p7lnx-map-4-1.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/094-q5hof-map-4-1-player.jpg"},"title":"Player Version","width":5607,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":128,"offsetX":56,"offsetY":-8,"distance":10},"mapParent":{"id":"3d4","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/096-dj9yv-map-4-2.jpg"},"title":"Map 4.2: Idyllglen","width":6105,"height":4000,"imageType":"map","grid":{"type":"square","size":123,"offsetX":-8,"offsetY":-8,"distance":10},"id":"3d5","mapRegions":[{"area":"2f6","points":[[378,1926],[378,2246],[997,2246],[997,1926]]},{"area":"2f7","points":[[3982,1612],[3982,2517],[4935,2517],[4935,1612]]},{"area":"2f8","points":[[5117,1169],[5117,3286],[5714,3286],[5714,1169]]}],"hrefThumbnail":{"type":"internal","path":"adventure/BGDIA/thumbnail/096-dj9yv-map-4-2.webp"},"page":"adventure.html","source":"BGDIA","hash":"bgdia"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/097-ijryu-map-4-2-player.jpg"},"title":"Player Version","width":6105,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":123,"offsetX":-7,"offsetY":-5,"distance":10},"mapParent":{"id":"3d5"}}]},{"name":"Baldur's Gate Gazetteer","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/109-jqdug-map-6-1.jpg"},"title":"Map: Sword Coast","width":2092,"height":1321,"imageType":"map","grid":{"type":"none","size":285,"distance":100,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/113-v7txv-map-6-2.jpg"},"title":"Map 6.2: Baldur's Gate","width":5025,"height":3338,"imageType":"map","grid":{"type":"none","size":88,"distance":250},"id":"3d6"},{"type":"image","href":{"type":"internal","path":"adventure/BGDIA/114-xroll-map-6-2-player.jpg"},"title":"Player Version","width":5250,"height":3488,"imageType":"mapPlayer","grid":{"type":"none","size":92,"distance":250},"mapParent":{"id":"3d6","autoScale":true}}]}]},"LR":{"id":"LR","source":"LR","prop":"adventure","chapters":[{"name":"The Darkening","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LR/002-rkwsk-lr-004.jpg"},"title":"Map 1: Umberlee's Maw","width":1301,"height":1734,"imageType":"map","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"id":"05d","mapRegions":[{"area":"00f","points":[[115,88],[103,105],[112,119],[106,134],[99,146],[92,147],[92,139],[85,147],[76,150],[63,187],[55,217],[51,247],[48,290],[48,317],[45,361],[46,390],[48,418],[56,456],[61,487],[66,510],[61,513],[61,550],[170,549],[165,513],[160,507],[168,474],[176,429],[183,389],[186,343],[185,316],[186,279],[181,235],[174,193],[164,158],[157,142],[144,119],[128,93],[122,85],[120,98],[114,98]]},{"area":"011","points":[[300,90],[291,99],[281,119],[261,165],[250,187],[245,218],[238,276],[236,310],[238,365],[241,424],[249,467],[259,532],[266,544],[279,552],[316,552],[319,549],[328,544],[334,543],[344,504],[361,409],[364,362],[366,339],[365,313],[363,297],[364,268],[356,216],[347,183],[339,155],[333,141],[316,115],[307,97]]},{"area":"018","points":[[250,525],[257,555],[339,555],[357,494],[361,461],[370,403],[373,373],[377,371],[381,369],[389,375],[402,380],[411,381],[419,379],[437,405],[460,438],[482,463],[527,498],[559,515],[619,572],[615,577],[599,578],[586,582],[573,589],[564,598],[556,607],[558,624],[566,643],[579,654],[596,659],[615,667],[641,670],[655,721],[617,883],[503,911],[423,892],[424,847],[417,813],[408,784],[394,762],[379,741],[374,725],[371,710],[366,733],[353,750],[337,780],[323,811],[316,863],[316,899],[272,924],[233,901],[223,888],[223,879],[220,875],[198,857],[196,848],[200,840],[196,828],[183,829],[172,825],[159,826],[153,818],[156,808],[161,804],[160,797],[171,779],[162,779],[162,768],[150,759],[144,754],[157,734],[173,721],[190,712],[202,715],[213,719],[213,727],[224,722],[227,722],[236,719],[242,715],[248,715],[256,704],[266,701],[275,690],[275,676],[265,670],[266,659],[245,646],[228,648],[220,653],[208,651],[196,635],[203,618],[209,618],[212,611],[208,603],[201,596],[201,590],[206,588],[208,580],[205,574],[206,567],[204,562],[219,556],[226,562],[234,555],[235,542],[224,535],[231,524],[241,525]]},{"area":"01c","points":[[93,878],[142,897],[141,903],[146,906],[152,903],[188,917],[213,934],[210,936],[217,944],[221,942],[235,944],[244,952],[251,952],[257,967],[263,983],[279,996],[296,999],[297,1009],[307,1014],[313,1010],[320,1017],[342,1042],[341,1048],[347,1054],[352,1051],[381,1090],[380,1097],[383,1100],[386,1100],[407,1138],[406,1145],[408,1152],[414,1150],[435,1207],[376,1202],[376,1189],[364,1181],[353,1180],[352,1169],[345,1165],[331,1170],[324,1175],[316,1189],[267,1164],[267,1156],[264,1151],[258,1155],[252,1142],[252,1133],[246,1125],[240,1121],[238,1113],[230,1104],[238,1095],[236,1087],[227,1080],[219,1070],[225,1062],[218,1050],[217,1048],[205,1050],[195,1054],[185,1060],[185,1067],[179,1068],[167,1059],[163,1056],[150,1059],[140,1061],[127,1051],[128,1044],[122,1039],[119,1043],[93,1020],[70,992],[74,986],[68,981],[63,983],[29,942],[44,919],[61,900],[73,888],[90,877]]},{"area":"024","points":[[447,1105],[447,1070],[453,1067],[452,1059],[448,1060],[450,1027],[456,994],[467,976],[476,961],[491,950],[499,947],[508,952],[522,962],[533,973],[544,1006],[546,1023],[547,1058],[542,1061],[542,1067],[545,1067],[546,1105]]},{"area":"026","points":[[447,1112],[449,1155],[453,1155],[453,1163],[448,1164],[447,1223],[453,1224],[453,1232],[448,1237],[447,1260],[453,1299],[463,1335],[530,1336],[540,1301],[546,1277],[547,1235],[542,1235],[541,1226],[546,1225],[546,1164],[543,1164],[543,1156],[545,1156],[546,1112]]},{"area":"038","points":[[688,1253],[759,1234],[789,1224],[821,1215],[867,1210],[868,1215],[876,1213],[877,1209],[913,1207],[935,1210],[944,1212],[937,1218],[940,1224],[950,1223],[937,1244],[919,1264],[899,1282],[894,1279],[887,1282],[888,1288],[884,1293],[881,1304],[844,1319],[839,1311],[798,1322],[789,1304],[781,1302],[788,1324],[714,1345],[691,1299],[688,1268]]},{"area":"041","points":[[67,1522],[73,1520],[78,1509],[85,1506],[99,1506],[112,1502],[119,1490],[128,1487],[138,1512],[163,1484],[179,1453],[188,1426],[188,1395],[180,1391],[184,1383],[193,1380],[198,1375],[197,1371],[188,1368],[185,1362],[203,1339],[227,1321],[232,1321],[236,1317],[272,1297],[278,1299],[279,1293],[322,1272],[340,1296],[351,1312],[353,1310],[350,1300],[353,1296],[366,1297],[380,1295],[393,1291],[398,1280],[411,1273],[416,1269],[427,1267],[439,1275],[446,1309],[457,1340],[462,1344],[456,1357],[460,1367],[464,1378],[472,1387],[466,1397],[453,1405],[444,1404],[439,1402],[425,1410],[416,1422],[415,1436],[408,1441],[410,1453],[420,1452],[428,1456],[433,1464],[438,1483],[436,1492],[444,1498],[457,1498],[466,1492],[482,1490],[496,1492],[507,1503],[512,1515],[534,1523],[548,1520],[562,1515],[567,1507],[581,1500],[590,1496],[602,1499],[571,1685],[543,1678],[539,1673],[526,1669],[521,1664],[510,1660],[508,1648],[501,1640],[488,1639],[482,1636],[483,1621],[488,1608],[487,1599],[493,1595],[493,1585],[487,1580],[486,1556],[476,1552],[478,1545],[474,1540],[467,1538],[449,1549],[447,1562],[431,1564],[416,1564],[407,1555],[399,1547],[386,1540],[388,1534],[383,1533],[353,1550],[347,1549],[344,1554],[314,1572],[324,1595],[326,1611],[316,1620],[306,1635],[297,1639],[290,1648],[266,1649],[263,1642],[244,1640],[236,1644],[216,1635],[212,1627],[197,1630],[188,1635],[182,1647],[174,1653],[174,1662],[163,1657],[163,1651],[159,1645],[153,1648],[121,1620],[123,1613],[119,1610],[113,1612],[90,1578],[94,1572],[90,1568],[83,1568],[72,1540]]},{"area":"03d","points":[[742,1652],[751,1651],[759,1655],[762,1644],[769,1636],[772,1624],[780,1621],[791,1619],[799,1620],[808,1625],[810,1635],[823,1642],[838,1639],[855,1642],[864,1643],[881,1645],[888,1643],[907,1650],[912,1642],[929,1638],[940,1635],[950,1635],[968,1633],[970,1618],[977,1614],[989,1608],[993,1593],[991,1583],[981,1574],[973,1562],[965,1543],[971,1530],[978,1522],[987,1519],[993,1512],[996,1490],[996,1475],[999,1461],[993,1452],[974,1447],[971,1438],[964,1436],[953,1435],[950,1427],[944,1419],[937,1410],[924,1407],[904,1384],[908,1379],[906,1371],[901,1366],[881,1361],[884,1353],[881,1344],[880,1337],[887,1330],[885,1319],[890,1310],[894,1303],[839,1324],[840,1330],[831,1337],[828,1353],[833,1361],[841,1367],[850,1369],[852,1379],[861,1386],[864,1397],[858,1403],[854,1414],[857,1424],[849,1437],[848,1444],[835,1451],[821,1466],[807,1462],[796,1463],[789,1468],[790,1481],[790,1493],[782,1499],[786,1513],[787,1526],[780,1533],[771,1528],[762,1530],[760,1562],[755,1587]]},{"area":"022","points":[[764,740],[717,700],[693,623],[697,604],[696,583],[691,570],[685,556],[673,556],[542,441],[524,401],[510,364],[497,346],[481,313],[487,307],[491,296],[500,296],[528,306],[549,294],[563,285],[566,273],[581,272],[587,275],[608,275],[614,263],[635,256],[646,257],[653,265],[677,274],[673,280],[692,298],[701,293],[703,278],[715,283],[719,288],[721,299],[731,309],[738,317],[740,328],[756,334],[762,327],[771,327],[777,333],[781,336],[784,345],[786,356],[793,356],[799,353],[805,361],[809,376],[828,374],[856,364],[859,399],[866,430],[889,489],[969,587],[1005,618],[1048,653],[1084,676],[1130,696],[1140,686],[1149,686],[1153,696],[1148,699],[1149,712],[1148,724],[1138,740],[1125,755],[1116,749],[1104,746],[1097,750],[1081,758],[1036,741],[986,805],[903,819],[872,792],[837,746],[810,704],[793,714],[781,725]]},{"area":"031","points":[[980,581],[997,596],[1013,577],[1016,582],[1007,593],[1009,595],[1005,605],[1036,635],[1059,650],[1128,685],[1179,626],[1134,565],[1110,534],[1088,511],[1060,540],[1053,539],[1080,504],[1059,475],[1053,484],[1043,486],[1051,500],[1040,509],[1045,515],[1026,510],[1033,521],[1026,522],[1019,527],[1024,536],[1014,531],[1017,541],[1008,547],[1005,555],[998,557],[1004,572],[997,570],[992,576],[994,584]]},{"area":"029","points":[[883,460],[870,419],[866,381],[865,355],[873,348],[873,341],[867,339],[876,297],[891,254],[897,270],[905,269],[900,254],[924,273],[946,294],[958,306],[950,307],[955,315],[964,316],[984,350],[1000,377],[1008,415],[1012,427],[1000,428],[992,411],[990,416],[991,427],[983,427],[973,424],[962,412],[945,416],[950,429],[934,426],[926,442],[922,460],[908,455],[897,453],[891,447],[893,463]]},{"area":"033","points":[[994,343],[999,340],[1001,321],[1014,314],[1024,307],[1023,294],[1039,287],[1041,280],[1115,279],[1114,272],[1106,275],[1096,272],[1090,266],[1084,267],[1082,272],[1045,269],[1044,256],[1062,248],[1070,242],[1082,244],[1091,233],[1087,219],[1104,207],[1133,205],[1136,211],[1145,211],[1146,207],[1192,211],[1192,217],[1199,217],[1202,213],[1210,216],[1210,224],[1219,230],[1218,236],[1232,250],[1234,264],[1235,279],[1199,273],[1197,267],[1187,266],[1185,272],[1172,276],[1173,279],[1180,282],[1187,279],[1220,290],[1222,299],[1217,305],[1219,322],[1231,331],[1233,344],[1227,351],[1223,368],[1233,374],[1235,389],[1237,399],[1217,411],[1205,422],[1196,436],[1169,426],[1150,424],[1144,426],[1131,414],[1127,420],[1137,431],[1140,445],[1147,463],[1163,481],[1152,483],[1142,493],[1124,491],[1116,493],[1113,498],[1095,501],[1063,468],[1018,424],[1014,406],[1007,376],[999,355]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LR/thumbnail/002-rkwsk-lr-004.webp"},"page":"adventure.html","source":"LR","hash":"lr"},{"type":"image","href":{"type":"internal","path":"adventure/LR/003-hbo0x-lr-004-player.jpg"},"title":"Player Version","width":1301,"height":1734,"imageType":"mapPlayer","grid":{"type":"square","size":69,"offsetX":10,"offsetY":11,"scale":3},"mapParent":{"id":"05d"}}]}]},"IMR":{"id":"IMR","source":"IMR","prop":"adventure","chapters":[{"name":"Ch. 3: Construction of Horrors","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/003-map-1-1.jpg"},"title":"Map 3.1: the Tomb of Horrors (Under Construction)","width":2352,"height":2698,"imageType":"map","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"id":"1b5","mapRegions":[{"area":"0aa","points":[[146,2469],[271,2461],[276,2591],[151,2594],[152,2540]]},{"area":"0a5","points":[[201,2274],[201,2460],[276,2460],[276,2274]]},{"area":"0a0","points":[[452,2015],[452,2080],[793,2080],[793,2015]]},{"area":"093","points":[[460,1507],[460,1944],[911,1944],[911,1507]]},{"area":"09d","points":[[918,1825],[918,1869],[1015,1869],[1015,1825]]},{"area":"09e","points":[[179,588],[158,569],[160,525],[178,518],[184,496],[245,499],[248,508],[269,527],[268,566],[245,574],[222,599]]},{"area":"08f","points":[[974,1052],[974,1239],[1155,1239],[1155,1052]]},{"area":"08d","points":[[671,485],[671,685],[712,685],[712,485]]},{"area":"081","points":[[711,347],[711,1309],[841,1309],[841,347]]},{"area":"078","points":[[964,282],[964,611],[1094,611],[1094,282]]},{"area":"05e","points":[[182,102],[182,359],[329,359],[329,102]]},{"area":"06d","points":[[1153,251],[1153,419],[1275,419],[1275,251]]},{"area":"06e","points":[[1429,931],[1429,1007],[1506,1007],[1506,931]]},{"area":"065","points":[[1287,98],[1287,581],[1399,581],[1399,98]]},{"area":"072","points":[[1280,992],[1280,1139],[1408,1139],[1408,992]]},{"area":"062","points":[[1920,116],[1920,585],[2204,585],[2204,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/003-map-1-1.webp"},"page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/004-map-1-1-player.jpg"},"title":"Player Version","width":2352,"height":2698,"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-40,"offsetY":-24,"distance":10},"mapParent":{"id":"1b5"}}]},{"name":"Ch. 4: Temple of Moloch","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/008-map-1-2.jpg"},"title":"Map 4.1: Temple of Moloch","width":5100,"height":6600,"imageType":"map","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"id":"1b6","mapRegions":[{"area":"0d7","points":[[1560,1267],[1560,1590],[1902,1590],[1902,1267]]},{"area":"0db","points":[[2130,1365],[2130,1612],[2382,1612],[2382,1365]]},{"area":"0e0","points":[[2725,1262],[2725,1517],[3777,1517],[3777,1262]]},{"area":"0cd","points":[[1382,1927],[1465,1840],[1527,1817],[1590,1855],[1665,1852],[1690,2065],[1695,2170],[1675,2242],[1652,2347],[1640,2382],[1632,2430],[1467,2425],[1400,2337],[1342,2197],[1367,2142],[1382,1990]]},{"area":"0c6","points":[[1907,1717],[1907,2072],[2250,2072],[2250,1717]]},{"area":"0d3","points":[[1787,2995],[1787,3592],[2367,3592],[2367,2995]]},{"area":"14f","points":[[1200,3302],[1455,3047],[1540,3132],[1312,3360]]},{"area":"147","points":[[962,3825],[962,3685],[1066,3581],[1181,3581],[1318,3718],[1318,3825]]},{"area":"14c","points":[[1667,3922],[1667,4175],[1892,4175],[1892,3922]]},{"area":"145","points":[[1197,4877],[1415,4877],[1415,4645],[1657,4645],[1657,5255],[1415,5255],[1415,5115],[1197,5115]]},{"area":"151","points":[[845,5327],[845,5582],[1075,5582],[1075,5327]]},{"area":"156","points":[[1082,5802],[1082,6052],[1302,6052],[1302,5802]]},{"area":"15a","points":[[835,5912],[835,6182],[1072,6182],[1072,5912]]},{"area":"136","points":[[1887,5230],[2360,5703],[2360,5932],[1886,5458]]},{"area":"141","points":[[2125,4885],[2125,5117],[3050,5117],[3050,4885]]},{"area":"13a","points":[[2600,3942],[2600,4647],[2810,4647],[2810,3942]]},{"area":"123","points":[[3282,4285],[3282,4425],[3417,4425],[3417,4285]]},{"area":"120","points":[[2990,4097],[2990,4265],[3532,4265],[3532,4097]]},{"area":"119","points":[[3190,3595],[3190,3947],[4122,3947],[4122,3595]]},{"area":"110","points":[[4237,3612],[4237,4192],[4460,4192],[4460,3612]]},{"area":"10a","points":[[3775,3012],[3775,3580],[4120,3580],[4120,3012]]},{"area":"127","points":[[3300,3017],[3300,3250],[3532,3250],[3532,3017]]},{"area":"125","points":[[3542,3025],[3542,3250],[3760,3250],[3760,3025]]},{"area":"12a","points":[[3067,3265],[3067,3482],[3645,3482],[3645,3265]]},{"area":"12d","points":[[2480,3482],[2480,3710],[3175,3710],[3175,3482]]},{"area":"0e7","points":[[2495,2560],[2495,2790],[2830,2790],[2830,2560]]},{"area":"0eb","points":[[2832,2900],[2832,3142],[3185,3142],[3185,2900]]},{"area":"132","points":[[2727,3142],[2727,3360],[2950,3360],[2950,3142]]},{"area":"0e5","points":[[2617,1972],[2617,2197],[2947,2197],[2947,1972]]},{"area":"0f3","points":[[3247,1920],[3247,2025],[3392,2025],[3392,1920]]},{"area":"0f6","points":[[3532,1967],[3532,2097],[3650,2097],[3650,1967]]},{"area":"0f7","points":[[3312,2082],[3312,2205],[3420,2205],[3420,2082]]},{"area":"0f8","points":[[3542,2220],[3542,2337],[3640,2337],[3640,2220]]},{"area":"0f9","points":[[3307,2322],[3307,2437],[3415,2437],[3415,2322]]},{"area":"0fa","points":[[3542,2452],[3542,2560],[3645,2560],[3645,2452]]},{"area":"0fb","points":[[3305,2545],[3305,2672],[3410,2672],[3410,2545]]},{"area":"0fd","points":[[3410,2677],[3410,2907],[3650,2907],[3650,2677]]},{"area":"102","points":[[3885,1965],[3885,2325],[4350,2325],[4350,1965]]},{"area":"106","points":[[3897,2557],[3897,2907],[4340,2907],[4340,2557]]},{"area":"16b","points":[[4397,5665],[4410,5592],[4465,5535],[4525,5520],[4580,5532],[4637,5552],[4677,5602],[4700,5660],[4677,5742],[4620,5795],[4560,5822],[4462,5800],[4422,5745]]},{"area":"165","points":[[4462,5242],[4462,5462],[4680,5462],[4680,5242]]},{"area":"168","points":[[4110,5352],[4110,5590],[4332,5590],[4332,5352]]},{"area":"15f","points":[[3992,4777],[3992,5005],[4217,5005],[4217,4777]]},{"area":"16f","points":[[2470,6097],[2470,6327],[2775,6327],[2775,6097]]},{"area":"15d","points":[[3162,5000],[3162,5225],[3410,5225],[3410,5000]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IMR/thumbnail/008-map-1-2.webp"},"page":"adventure.html","source":"IMR","hash":"imr"},{"type":"image","href":{"type":"internal","path":"adventure/IMR/009-map-1-2-player.jpg"},"title":"Player Version","width":5100,"height":6600,"imageType":"mapPlayer","grid":{"type":"square","size":117,"offsetX":29,"offsetY":83,"distance":10},"mapParent":{"id":"1b6"}}]},{"name":"App. D: Player Handouts","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IMR/038-map-1-3.jpg"},"width":2175,"height":2025,"imageType":"map","title":"Temple of Moloch—Walk-Through","grid":{"type":"none"},"mapRegions":[{"area":"0c6","points":[[1361,104],[1331,141],[1319,208],[1309,236],[1314,266],[1367,296],[1451,272],[1453,229],[1462,203],[1439,164],[1425,123]]},{"area":"0cd","points":[[1324,154],[1305,232],[1292,249],[1143,283],[1070,233],[1078,162],[1115,133],[1165,117],[1250,113],[1300,130]]},{"area":"0d3","points":[[961,234],[1042,214],[1145,287],[1192,318],[1206,332],[1205,358],[1066,393],[1055,361],[1033,363],[995,349],[970,331]]},{"area":"0d7","points":[[1423,117],[1464,200],[1530,184],[1529,223],[1556,231],[1600,212],[1710,187],[1711,131],[1695,83],[1602,75],[1490,70],[1455,85]]},{"area":"0db","points":[[1525,190],[1463,204],[1455,274],[1526,319],[1644,283],[1655,257],[1689,245],[1615,211],[1557,236],[1523,228]]},{"area":"0e0","points":[[1654,331],[1786,290],[1830,267],[1990,330],[2037,405],[2032,464],[1950,492]]},{"area":"0e5","points":[[1589,345],[1481,376],[1551,432],[1678,398]]},{"area":"0e7","points":[[1339,383],[1446,352],[1542,431],[1458,460],[1453,437],[1423,403],[1368,414]]},{"area":"0eb","points":[[1283,442],[1419,407],[1446,439],[1457,469],[1495,502],[1488,515],[1392,543]]},{"area":"0f3","points":[[1670,557],[1718,599],[1879,557],[1877,515],[1742,435],[1630,467],[1650,516],[1651,538]]},{"area":"0fd","points":[[1528,493],[1620,467],[1645,516],[1645,541],[1708,602],[1649,622],[1533,544]]},{"area":"102","points":[[1832,630],[1963,584],[2027,559],[2072,581],[2077,633],[2130,661],[2129,714],[2028,757]]},{"area":"106","points":[[1727,661],[1823,629],[1977,730],[1978,775],[1863,820],[1725,723]]},{"area":"10a","points":[[1464,660],[1464,729],[1377,760],[1469,848],[1718,759],[1718,703],[1702,670],[1637,620],[1532,653],[1506,638]]},{"area":"110","points":[[1463,855],[1703,770],[1784,833],[1784,907],[1552,1005],[1463,927]]},{"area":"119","points":[[1210,598],[1353,564],[1460,655],[1460,724],[1370,758],[1314,739],[1314,687]]},{"area":"120","points":[[1071,761],[1308,689],[1205,600],[1002,650],[1002,703]]},{"area":"123","points":[[1079,765],[1196,727],[1196,794],[1079,830]]},{"area":"125","points":[[1463,597],[1556,566],[1631,616],[1532,647],[1501,634]]},{"area":"127","points":[[1400,544],[1517,508],[1529,547],[1550,561],[1455,594]]},{"area":"12a","points":[[1253,538],[1280,504],[1344,505],[1410,563],[1386,583],[1355,557],[1294,572]]},{"area":"12d","points":[[1209,591],[1285,572],[1143,443],[1093,479]]},{"area":"132","points":[[1149,441],[1247,529],[1275,498],[1335,497],[1242,414]]},{"area":"136","points":[[394,457],[250,585],[250,680],[323,797],[404,889],[418,930],[629,866],[629,624],[543,527]]},{"area":"13a","points":[[825,462],[825,500],[846,563],[808,622],[850,668],[1095,601],[1095,497],[1087,472],[1091,395],[1064,398],[1048,366],[1033,367],[981,346],[953,349],[930,364],[906,457],[893,418],[850,422]]},{"area":"141","points":[[709,696],[563,545],[563,483],[614,461],[648,457],[768,446],[818,484],[804,617],[804,668]]},{"area":"145","points":[[362,363],[307,418],[318,463],[422,437],[493,488],[610,455],[660,453],[749,422],[749,388],[657,305],[565,331],[507,257],[489,256],[486,172],[461,159],[412,173],[412,250],[390,289]]},{"area":"147","points":[[509,247],[581,257],[677,292],[710,284],[713,252],[823,227],[837,200],[836,104],[765,95],[710,114],[689,143],[668,117],[626,131],[623,157],[603,143],[550,137],[509,163]]},{"area":"14c","points":[[717,257],[714,289],[706,340],[757,385],[863,359],[883,346],[932,332],[932,272],[865,217],[831,237],[799,254],[782,242]]},{"area":"14f","points":[[844,101],[850,204],[914,190],[950,228],[1037,206],[978,147],[917,112]]},{"area":"14f","points":[[1297,780],[1250,824],[1312,878],[1419,1020],[1438,1097],[1421,1197],[1324,1357],[1384,1391],[1464,1276],[1499,1120],[1494,1035],[1439,949],[1370,829]]},{"area":"151","points":[[217,197],[217,271],[266,329],[372,305],[372,208],[341,208],[311,178]]},{"area":"156","points":[[266,523],[324,503],[243,326],[163,363],[149,425],[181,470],[223,497]]},{"area":"15a","points":[[240,320],[156,360],[141,422],[177,477],[260,526],[240,584],[240,617],[152,644],[98,567],[98,498],[38,388],[38,270],[183,237]]},{"area":"15d","points":[[698,707],[805,675],[837,707],[837,771],[749,799],[698,781]]},{"area":"15f","points":[[895,923],[1037,878],[1083,924],[1131,980],[993,1029]]},{"area":"165","points":[[905,1136],[997,1102],[1050,1159],[1050,1217],[962,1256],[905,1186]]},{"area":"168","points":[[785,1062],[878,1032],[939,1097],[891,1114],[891,1163],[838,1181],[785,1119]]},{"area":"16b","points":[[665,1189],[715,1170],[752,1207],[785,1210],[823,1184],[876,1180],[903,1190],[930,1224],[938,1263],[916,1291],[883,1314],[829,1314],[803,1299],[725,1327],[665,1251]]},{"area":"16f","points":[[323,808],[385,883],[307,979],[290,1072],[373,1189],[307,1218],[243,1135],[223,1056],[231,980],[257,879]]}],"page":"adventure.html","source":"IMR","hash":"imr"}]}]},"EFR":{"id":"EFR","source":"EFR","prop":"adventure","chapters":[{"name":"Eberron: Forgotten Relics","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/EFR/145-map414_terminus.jpg"},"title":"Map 4.14: Terminus","width":2947,"height":4000,"imageType":"map","id":"000","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapRegions":[{"area":"4ac","points":[[777,247],[746,214],[797,167],[819,157],[844,139],[871,139],[903,153],[904,163],[1001,173],[1039,190],[1097,230],[1136,279],[1156,319],[1564,344],[1564,450],[1434,447],[1161,477],[1123,533],[1087,569],[1027,603],[969,601],[966,560],[944,563],[946,614],[883,600],[836,574],[790,537],[746,479],[731,410],[787,403],[783,379],[730,373],[736,320],[754,273]]},{"area":"4ae","points":[[719,410],[726,321],[760,253],[730,220],[800,154],[847,131],[883,134],[914,156],[1004,163],[1063,190],[1110,234],[1164,309],[1243,316],[1219,246],[1196,194],[1150,146],[1111,111],[1010,71],[940,67],[861,81],[781,119],[710,176],[657,233],[631,311],[624,410],[654,531],[683,586],[716,624],[746,584],[800,629],[913,669],[1020,669],[1143,611],[1197,560],[1236,480],[1171,486],[1127,544],[1099,577],[1024,611],[973,617],[960,586],[951,586],[951,624],[916,619],[859,593],[786,546],[721,441]]},{"area":"4b2","points":[[1787,1144],[1787,1377],[2166,1377],[2166,1144]]},{"area":"4af","points":[[2217,1040],[2217,1223],[2394,1223],[2394,1040]]},{"area":"4b1","points":[[2211,1254],[2211,1630],[2430,1630],[2430,1254]]},{"area":"4b4","points":[[1797,1419],[1797,1639],[2163,1639],[2163,1419]]},{"area":"4b6","points":[[1307,1809],[1307,2200],[1689,2200],[1689,1809]]},{"area":"4af","points":[[1717,1853],[1717,2049],[1933,2049],[1933,1853]]},{"area":"4b8","points":[[2336,1959],[2336,2074],[2683,2074],[2683,1959]]},{"area":"4bf","points":[[2691,1966],[2691,2136],[2864,2136],[2864,1966]]},{"area":"4bd","points":[[2673,2194],[2673,2479],[2860,2479],[2860,2194]]},{"area":"4bb","points":[[2360,2134],[2360,2477],[2651,2477],[2651,2134]]},{"area":"4b7","points":[[1857,1793],[1857,1739],[1907,1739],[1979,1744],[2010,1751],[2026,1779],[2026,1904],[2301,1911],[2301,1967],[2316,1967],[2316,2016],[2304,2024],[2304,2076],[2026,2076],[2026,2274],[2016,2294],[1999,2297],[1961,2297],[1961,2024],[1948,2024],[1948,1967],[1966,1967],[1966,1821],[1953,1803],[1936,1793]]},{"area":"4bf","points":[[2186,2697],[2186,2871],[2364,2871],[2364,2697]]},{"area":"4c0","points":[[1513,2693],[1513,3033],[1709,3033],[1709,2693]]},{"area":"4c3","points":[[730,3083],[730,3317],[1064,3317],[1064,3083]]},{"area":"4c2","points":[[1123,3084],[1123,3337],[1481,3337],[1481,3084]]},{"area":"4c4","points":[[227,3170],[239,3154],[294,3147],[671,3147],[671,3199],[691,3199],[691,3254],[673,3254],[673,3363],[1366,3363],[1378,3351],[1449,3351],[1463,3365],[1503,3365],[1503,3318],[1494,3309],[1494,3213],[1513,3194],[1513,3146],[1487,3136],[1487,3089],[2343,3089],[2356,3106],[2356,3141],[2356,3473],[227,3473]]}],"hrefThumbnail":{"type":"internal","path":"adventure/EFR/thumbnail/145-map414_terminus.webp"},"page":"adventure.html","source":"EFR","hash":"efr"},{"type":"image","href":{"type":"internal","path":"adventure/EFR/146-map414_terminus-player.jpg"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":1,"offsetY":8},"mapParent":{"id":"000"}}]}]},"RMBRE":{"id":"RMBRE","source":"RMBRE","prop":"adventure","chapters":[{"name":"Introduction","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/003-ram_map.jpg"},"title":"Map 1.1: The Lost Dungeon of Rickedness","width":5100,"height":2202,"imageType":"map","grid":{"type":"square","size":61,"offsetX":-3,"offsetY":-30},"id":"10b","mapRegions":[{"area":"019","points":[[368,1614],[669,1614],[670,1739],[366,1740]]},{"area":"01c","points":[[428,1491],[668,1495],[669,1431],[609,1429],[607,1375],[427,1377]]},{"area":"01e","points":[[365,1251],[788,1251],[792,1224],[607,1006],[363,1009]]},{"area":"023","points":[[365,278],[548,279],[549,700],[365,701]]},{"area":"027","points":[[705,332],[795,268],[896,268],[983,321],[1030,410],[1026,501],[967,594],[851,631],[769,610],[696,548],[663,454],[669,395]]},{"area":"02b","points":[[1109,461],[1087,523],[1109,587],[1164,626],[1218,624],[1281,579],[1293,519],[1279,480],[1244,436],[1184,422],[1144,434]]},{"area":"030","points":[[1014,711],[1074,680],[1173,683],[1270,745],[1304,851],[1294,916],[1241,993],[1151,1039],[1052,1027],[966,947],[939,869],[945,795]]},{"area":"035","points":[[1579,822],[1579,1068],[1950,1068],[1952,1013],[1926,964],[1883,899],[1801,820]]},{"area":"049","points":[[1576,1189],[1703,1191],[1705,1313],[1575,1312]]},{"area":"051","points":[[1400,282],[1548,187],[1703,276],[1705,452],[1549,539],[1398,449]]},{"area":"055","points":[[1401,1492],[1523,1492],[1523,1740],[1402,1742]]},{"area":"05c","points":[[855,1310],[860,1597],[976,1739],[1221,1736]]},{"area":"060","points":[[1604,1613],[1606,1550],[1652,1492],[1755,1495],[1805,1563],[1805,1613],[1761,1681],[1703,1692],[1639,1674]]},{"area":"063","points":[[1707,519],[1949,519],[1952,701],[1706,702]]},{"area":"067","points":[[1765,1431],[2009,1433],[2009,1187],[1954,1188],[1951,1071],[1883,1070],[1885,1310],[1763,1312]]},{"area":"06c","points":[[1857,1609],[1884,1551],[1947,1517],[2013,1545],[2048,1619],[2018,1683],[1950,1712],[1882,1679]]},{"area":"074","points":[[1889,274],[1888,456],[2257,454],[2256,276]]},{"area":"079","points":[[2484,368],[2444,434],[2436,527],[2476,611],[2542,666],[2632,682],[2703,658],[2770,600],[2803,520],[2797,436],[2757,366],[2674,316],[2589,310],[2520,336]]},{"area":"07d","points":[[2134,1494],[2254,1493],[2255,1738],[2129,1737]]},{"area":"083","points":[[2511,705],[2575,720],[2630,764],[2660,846],[2636,919],[2576,975],[2497,990],[2412,951],[2374,883],[2372,820],[2415,742]]},{"area":"088","points":[[2436,1066],[2620,1068],[2623,1313],[2434,1314]]},{"area":"08a","points":[[2439,1433],[2621,1434],[2623,1552],[2799,1554],[2800,1739],[2438,1737]]},{"area":"090","points":[[2985,1539],[2931,1562],[2901,1617],[2904,1671],[2984,1734],[3055,1717],[3096,1655],[3090,1594],[3042,1549]]},{"area":"097","points":[[2982,1428],[3108,1431],[3110,1554],[3236,1432],[3233,1250],[3108,1253],[2982,1379]]},{"area":"09e","points":[[3350,1247],[3350,1625],[3657,1618],[3660,1250]]},{"area":"0a8","points":[[3415,1003],[3653,1007],[3655,1245],[3592,1244],[3592,1188],[3413,1189]]},{"area":"0ac","points":[[2867,394],[2875,461],[2934,563],[3052,601],[3147,570],[3218,472],[3220,380],[3149,276],[3040,243],[2947,273],[2895,328]]},{"area":"0b2","points":[[3349,640],[3472,642],[3471,945],[3349,942]]},{"area":"0b6","points":[[3410,274],[3655,277],[3654,579],[3407,578]]},{"area":"0bc","points":[[3714,820],[3838,821],[3838,887],[3953,881],[3951,945],[3868,943],[3886,981],[3831,1012],[3711,1009]]},{"area":"0c1","points":[[3985,1153],[4017,1138],[4016,1066],[4202,1070],[4203,1191],[4043,1193],[4012,1217]]},{"area":"0c5","points":[[4016,1370],[4086,1346],[4102,1369],[4325,1370],[4324,1554],[4015,1554]]},{"area":"0cb","points":[[4019,1614],[4322,1613],[4326,1735],[4016,1736]]},{"area":"0d4","points":[[3897,701],[4200,702],[4202,817],[4081,820],[4082,943],[3956,948],[3954,819],[3900,818]]},{"area":"0e0","points":[[4020,271],[4263,273],[4265,581],[4017,579]]},{"area":"0e8","points":[[4324,393],[4326,457],[4693,457],[4693,274],[4448,277],[4444,392]]},{"area":"0f0","points":[[4443,577],[4690,577],[4690,761],[4632,761],[4632,1131],[4505,1131],[4507,755],[4444,759]]},{"area":"0f7","points":[[4510,1249],[4632,1249],[4634,1495],[4507,1494]]},{"area":"0fc","points":[[4543,1595],[4495,1649],[4511,1720],[4575,1740],[4631,1707],[4642,1642],[4596,1597]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RMBRE/thumbnail/003-ram_map.webp"},"page":"adventure.html","source":"RMBRE","hash":"rmbre"},{"type":"image","href":{"type":"internal","path":"adventure/RMBRE/004-ram_map-player.jpg"},"title":"Player Version","width":4709,"height":1845,"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-8,"offsetY":-4},"mapParent":{"id":"10b","offsetX":187,"offsetY":98,"autoScale":true}}]}]},"ToR":{"id":"ToR","source":"ToR","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Tide of Retribution","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora.png"},"title":"Map 5.1: Palma Flora","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapRegions":[{"area":"76f","points":[[747,186],[747,293],[859,293],[859,186]]},{"area":"75f","points":[[639,664],[639,770],[753,770],[753,664]]},{"area":"76e","points":[[1314,79],[1314,189],[1421,189],[1421,79]]},{"area":"763","points":[[1216,281],[1216,389],[1317,389],[1317,281]]},{"area":"773","points":[[1401,587],[1401,696],[1510,696],[1510,587]]},{"area":"770","points":[[1707,414],[1707,516],[1810,516],[1810,414]]},{"area":"768","points":[[1814,680],[1814,787],[1921,787],[1921,680]]},{"area":"771","points":[[2106,787],[2106,881],[2219,881],[2219,787]]},{"area":"772","points":[[1626,1156],[1626,1253],[1750,1253],[1750,1156]]},{"area":"758","points":[[1486,1361],[1486,1463],[1597,1463],[1597,1361]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/107-5.1-palma-flora.webp"},"id":"000","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/107-5.1-palma-flora-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-10,"offsetY":-41,"distance":10},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/108-5.2-wavechaser.png"},"title":"Map 5.2: Wavechaser","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":87,"offsetX":-6,"offsetY":9}},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora.png"},"title":"Map 5.3: Ruined Palma Flora","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapRegions":[{"area":"75f","points":[[354,700],[354,800],[454,800],[454,700]]},{"area":"758","points":[[1379,1403],[1379,1509],[1479,1509],[1479,1403]]},{"area":"772","points":[[1616,1126],[1616,1224],[1723,1224],[1723,1126]]},{"area":"76f","points":[[524,159],[524,257],[633,257],[633,159]]},{"area":"76e","points":[[1163,150],[1163,239],[1263,239],[1263,150]]},{"area":"763","points":[[1073,304],[1073,407],[1184,407],[1184,304]]},{"area":"773","points":[[1221,613],[1221,717],[1331,717],[1331,613]]},{"area":"770","points":[[1657,407],[1657,506],[1767,506],[1767,407]]},{"area":"768","points":[[1734,687],[1734,790],[1833,790],[1833,687]]},{"area":"771","points":[[2051,760],[2051,854],[2151,854],[2151,760]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/109-5.3-ruined-palma-flora.webp"},"id":"001","page":"adventure.html","source":"ToR","hash":"tor"},{"type":"image","href":{"type":"internal","path":"book/EGW/109-5.3-ruined-palma-flora-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-7,"offsetY":-17,"distance":10},"mapParent":{"id":"001"}}]}]},"DD":{"id":"DD","source":"DD","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Dangerous Designs","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook.jpg"},"title":"Map 5.4: Lower Hupperdook","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":98,"offsetX":-5,"offsetY":26,"scale":2,"distance":100},"mapRegions":[{"area":"7d2","points":[[1291,1428],[1348,1332],[1511,1283],[1535,1331],[1414,1365],[1377,1429],[1331,1437]]},{"area":"7d9","points":[[1186,1051],[1194,1041],[1235,1042],[1257,1048],[1282,1052],[1358,1104],[1418,1130],[1394,1143],[1338,1155],[1312,1161],[1281,1176],[1250,1202],[1225,1222],[1188,1222],[1186,1213]]},{"area":"7e7","points":[[1225,765],[1230,755],[1354,708],[1366,745],[1370,760],[1347,794],[1339,834],[1255,838]]},{"area":"7eb","points":[[1011,1146],[1015,1122],[1042,1112],[1053,1135],[1038,1155]]},{"area":"7cb","points":[[522,1147],[503,1068],[549,1004],[533,1001],[524,1010],[508,1021],[498,1022],[470,1051],[482,1120],[497,1132],[507,1142]]},{"area":"7e8","points":[[533,1144],[518,1080],[537,1050],[595,1082],[627,1062],[656,1151],[634,1181]]},{"area":"7ed","points":[[306,721],[306,795],[406,795],[406,721]]},{"area":"7ec","points":[[371,825],[371,885],[476,885],[476,825]]},{"area":"7ec","points":[[362,630],[362,701],[471,701],[471,630]]},{"area":"7ea","points":[[636,440],[655,451],[663,478],[652,499],[629,482],[627,458]]},{"area":"7de","points":[[612,373],[725,365],[676,451],[632,408],[632,397]]},{"area":"7e9","points":[[853,332],[968,396],[899,480],[829,451]]},{"area":"7c6","points":[[687,986],[727,988],[762,953],[810,913],[822,925],[802,941],[767,977],[740,993],[729,1000],[730,1041],[705,1014],[668,1001]]},{"area":"7d6","points":[[586,846],[673,896],[671,914],[588,871]]},{"area":"7e5","points":[[844,684],[855,673],[914,659],[927,669],[930,721],[921,734],[869,746],[856,732],[852,705]]},{"area":"7e6","points":[[948,737],[951,633],[983,598],[998,572],[1134,642],[1127,663],[1110,661],[1006,795],[967,769]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/111-5.4-lower-hupperdook.webp"},"id":"000","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/111-5.4-lower-hupperdook-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":99,"scale":2,"distance":100},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets.png"},"title":"Map 5.5: Ironlot Streets","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"map","id":"7bc"},{"type":"image","href":{"type":"internal","path":"book/EGW/112-5.5-ironlot-streets-player.png"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":72,"offsetX":1,"offsetY":-9},"imageType":"mapPlayer","mapParent":{"id":"7bc"}},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house.jpg"},"title":"Map 5.6: Nima Cinnarid's House","width":1200,"height":1500,"grid":{"type":"square","size":206,"offsetX":-115,"offsetY":-72},"imageType":"map","id":"7bb"},{"type":"image","href":{"type":"internal","path":"book/EGW/114-5.6-nima-cinnarids-house-player.jpg"},"title":"Player Version","width":2400,"height":3000,"grid":{"type":"square","size":414,"offsetX":-230,"offsetY":-147},"imageType":"mapPlayer","mapParent":{"id":"7bb","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern.png"},"title":"Map 5.7: Silver Falls Cavern","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"map","id":"7ba"},{"type":"image","href":{"type":"internal","path":"book/EGW/116-5.7-silver-falls-cavern-player.png"},"title":"Player Version","width":2550,"height":1650,"grid":{"type":"square","size":111,"offsetX":78,"offsetY":47},"imageType":"mapPlayer","mapParent":{"id":"7ba"}},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair.jpg"},"title":"Map 5.8: Stahlmast's Lair","width":2550,"height":1638,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-19,"offsetY":-5,"scale":2},"mapRegions":[{"area":"836","points":[[181,327],[225,318],[247,300],[268,274],[283,269],[284,251],[298,229],[286,222],[288,214],[299,214],[309,196],[320,191],[331,183],[347,180],[364,178],[384,180],[394,188],[391,206],[411,221],[442,220],[480,221],[479,255],[451,251],[420,253],[406,256],[395,273],[403,285],[395,293],[393,309],[381,317],[365,332],[367,346],[364,354],[366,372],[367,380],[344,393],[335,402],[331,411],[316,422],[309,439],[285,446],[264,444],[255,444],[254,467],[249,476],[260,491],[218,518],[213,500],[219,494],[219,476],[210,460],[218,453],[218,447],[206,437],[186,422],[173,400],[169,388],[180,376],[178,369],[175,358],[180,347],[181,335]]},{"area":"83b","points":[[547,585],[538,569],[523,562],[491,565],[456,565],[443,553],[433,541],[421,538],[417,529],[407,513],[409,496],[406,482],[403,475],[402,453],[416,442],[430,438],[438,425],[449,411],[457,401],[474,398],[483,401],[500,404],[506,407],[523,412],[535,430],[537,443],[546,451],[549,465],[551,481],[549,491],[551,506],[546,518],[554,531],[564,539],[577,549],[584,557]]},{"area":"839","points":[[513,704],[512,687],[506,669],[507,659],[516,655],[507,638],[509,629],[517,624],[526,624],[533,608],[544,600],[592,554],[598,543],[613,540],[630,537],[647,547],[652,552],[663,554],[677,563],[692,575],[701,589],[695,603],[679,611],[669,625],[666,645],[650,666],[636,671],[628,690],[613,693],[606,698],[593,700],[593,721],[578,729],[569,738],[549,746],[538,744],[518,733],[513,729]]},{"area":"830","points":[[205,528],[207,526],[240,511],[269,493],[278,485],[294,484],[306,496],[318,505],[322,519],[318,532],[323,547],[322,562],[335,568],[346,576],[348,589],[350,598],[338,607],[331,616],[340,627],[347,637],[349,644],[341,655],[332,660],[328,672],[331,682],[323,693],[308,715],[299,715],[282,709],[273,719],[272,725],[257,731],[247,726],[232,724],[217,714],[215,704],[217,688],[220,674],[205,659],[209,650],[212,642],[211,625],[197,626],[190,611],[193,602],[179,598],[176,591],[180,581],[178,567],[185,549],[189,534],[199,534]]},{"area":"82d","points":[[191,844],[193,832],[211,824],[215,810],[224,801],[236,797],[249,782],[260,780],[271,788],[278,786],[286,785],[288,773],[299,769],[313,763],[332,782],[334,798],[331,807],[323,816],[329,824],[327,836],[322,854],[309,870],[298,879],[288,888],[245,900],[231,894],[219,895],[209,891],[198,885],[185,870],[182,856]]},{"area":"829","points":[[399,885],[433,878],[451,883],[484,887],[503,882],[514,882],[522,881],[535,874],[546,878],[565,882],[584,888],[580,901],[563,911],[552,922],[548,933],[536,942],[534,954],[550,967],[559,984],[557,1003],[556,1023],[550,1029],[568,1041],[576,1052],[559,1064],[559,1078],[576,1108],[572,1125],[556,1149],[546,1171],[558,1190],[571,1194],[576,1203],[589,1211],[586,1222],[588,1237],[580,1251],[563,1264],[557,1278],[549,1288],[553,1300],[558,1310],[557,1327],[549,1344],[554,1360],[559,1373],[553,1388],[549,1400],[551,1418],[547,1432],[553,1449],[560,1462],[567,1464],[577,1478],[572,1496],[559,1509],[556,1527],[543,1529],[538,1526],[517,1531],[495,1532],[478,1536],[466,1531],[462,1522],[457,1513],[449,1497],[433,1496],[424,1506],[408,1519],[401,1527],[381,1530],[375,1544],[362,1549],[350,1557],[343,1558],[328,1561],[319,1553],[301,1551],[289,1542],[284,1536],[287,1513],[293,1504],[291,1493],[286,1486],[281,1475],[286,1461],[284,1437],[287,1424],[296,1412],[309,1413],[327,1421],[330,1411],[321,1398],[323,1386],[316,1371],[326,1353],[320,1337],[315,1325],[298,1322],[292,1311],[296,1296],[297,1282],[310,1274],[322,1273],[330,1269],[324,1247],[330,1233],[334,1219],[318,1207],[301,1193],[293,1179],[296,1165],[282,1172],[264,1167],[251,1162],[246,1149],[251,1140],[256,1127],[273,1123],[285,1121],[290,1101],[285,1073],[300,1070],[309,1064],[301,1052],[308,1035],[322,1020],[344,1010],[346,1002],[324,991],[323,979],[323,962],[329,953],[332,944],[331,934],[315,924],[319,918],[322,896],[337,892],[353,886],[367,883],[385,885]]},{"area":"824","points":[[712,1153],[710,1120],[705,1091],[708,1073],[717,1059],[712,1054],[709,1039],[717,1022],[722,1013],[740,1007],[750,1003],[749,992],[770,985],[780,970],[779,957],[789,953],[792,948],[799,939],[802,933],[823,927],[837,930],[856,925],[869,933],[875,946],[869,959],[884,967],[894,971],[896,963],[904,951],[894,942],[899,935],[917,924],[936,926],[952,933],[964,946],[963,957],[957,962],[966,971],[970,973],[978,974],[985,978],[1013,976],[1045,1002],[1039,1009],[1045,1025],[1050,1035],[1047,1048],[1044,1057],[1035,1063],[1038,1073],[1020,1077],[999,1076],[982,1059],[971,1065],[961,1078],[958,1093],[960,1104],[950,1112],[954,1129],[971,1128],[984,1128],[992,1125],[997,1115],[1017,1115],[1033,1124],[1047,1111],[1063,1110],[1067,1123],[1070,1143],[1072,1162],[1061,1175],[1056,1196],[1045,1193],[1030,1197],[1033,1210],[1027,1223],[1047,1233],[1031,1296],[1005,1296],[984,1288],[973,1285],[958,1279],[953,1265],[946,1263],[924,1265],[906,1262],[902,1254],[900,1241],[896,1236],[899,1221],[895,1212],[875,1211],[869,1197],[846,1187],[844,1198],[833,1209],[827,1207],[826,1219],[810,1222],[800,1217],[796,1207],[788,1220],[770,1222],[751,1222],[738,1221],[737,1214],[726,1208],[722,1197],[718,1186],[708,1176],[714,1168],[715,1158]]},{"area":"84f","points":[[816,807],[795,783],[781,762],[776,742],[779,719],[773,708],[784,685],[788,678],[787,664],[801,633],[804,617],[814,599],[816,580],[814,558],[816,538],[820,524],[833,522],[853,528],[851,548],[857,562],[851,574],[851,584],[847,592],[851,610],[842,636],[832,659],[824,671],[816,686],[822,704],[820,718],[816,729],[822,750],[834,768],[851,776]]},{"area":"842","points":[[484,256],[485,219],[500,211],[504,198],[513,184],[528,180],[548,177],[559,156],[573,151],[589,143],[604,141],[611,141],[629,144],[650,141],[664,149],[683,150],[693,169],[693,185],[706,192],[720,198],[727,210],[756,212],[767,211],[773,200],[780,181],[788,169],[786,149],[784,136],[798,122],[811,109],[830,100],[842,87],[862,82],[880,85],[899,81],[913,91],[927,103],[946,104],[955,114],[976,109],[988,108],[1003,116],[1020,118],[1033,129],[1044,140],[1073,152],[1090,149],[1096,162],[1108,174],[1118,186],[1112,215],[1116,224],[1118,246],[1104,260],[1079,264],[1054,264],[1044,264],[1027,278],[1012,290],[1002,303],[1009,325],[1018,346],[1033,359],[1033,378],[1032,398],[1040,415],[1053,421],[1031,451],[1020,460],[1010,473],[994,493],[981,496],[972,483],[957,482],[939,483],[920,491],[910,504],[887,513],[861,522],[835,516],[809,519],[789,519],[772,509],[755,493],[736,487],[718,474],[701,472],[691,478],[678,484],[657,481],[634,470],[629,441],[623,424],[613,423],[598,414],[583,398],[586,389],[576,379],[562,382],[558,370],[551,367],[549,354],[540,349],[528,342],[518,335],[508,326],[496,313],[493,298],[479,284],[475,273],[479,264]]},{"area":"83e","points":[[1188,113],[1202,103],[1216,108],[1228,105],[1236,114],[1249,109],[1266,106],[1280,108],[1290,110],[1298,110],[1302,119],[1310,109],[1330,107],[1346,109],[1348,125],[1350,136],[1344,166],[1350,184],[1349,197],[1349,220],[1349,229],[1342,247],[1347,264],[1343,292],[1316,298],[1296,296],[1274,296],[1242,296],[1217,296],[1189,295],[1189,271],[1193,247],[1193,222],[1189,190],[1191,175],[1191,145],[1192,130]]},{"area":"816","points":[[1494,481],[1493,461],[1498,447],[1493,426],[1506,420],[1519,411],[1549,407],[1563,403],[1573,400],[1582,408],[1600,410],[1604,416],[1627,407],[1642,411],[1665,411],[1673,421],[1682,439],[1685,457],[1686,477],[1687,489],[1678,500],[1667,523],[1645,527],[1619,521],[1602,522],[1545,533],[1522,525],[1497,520]]},{"area":"81f","points":[[1774,629],[1765,606],[1752,596],[1757,581],[1754,557],[1747,548],[1758,529],[1765,519],[1763,499],[1758,476],[1759,456],[1782,447],[1801,442],[1823,443],[1839,429],[1851,422],[1867,403],[1888,407],[1892,412],[1909,408],[1921,411],[1938,421],[1938,437],[1953,447],[1958,452],[1960,469],[1975,485],[1992,496],[1997,508],[1989,513],[1985,524],[1981,540],[1956,554],[1936,560],[1934,574],[1921,598],[1902,603],[1885,602],[1873,620],[1877,643],[1856,650],[1839,658],[1782,660],[1778,647]]},{"area":"82b","points":[[1004,722],[1013,703],[1028,695],[1033,682],[1048,669],[1064,654],[1078,633],[1079,612],[1073,598],[1103,595],[1151,597],[1148,614],[1141,626],[1159,642],[1174,656],[1188,670],[1198,686],[1207,702],[1215,704],[1224,719],[1225,741],[1216,753],[1204,766],[1193,767],[1190,780],[1181,798],[1168,814],[1155,828],[1150,847],[1151,860],[1079,861],[1078,853],[1074,833],[1064,816],[1043,795],[1038,780],[1022,767],[1009,749],[1005,731]]},{"area":"826","points":[[1114,1039],[1127,1029],[1141,1020],[1148,1011],[1149,1000],[1195,951],[1212,936],[1231,935],[1247,949],[1257,953],[1264,969],[1277,980],[1286,994],[1296,1002],[1292,1019],[1275,1029],[1260,1045],[1250,1062],[1229,1079],[1220,1087],[1217,1104],[1208,1107],[1190,1116],[1176,1105],[1163,1089],[1149,1075],[1136,1064],[1121,1053],[1113,1050]]},{"area":"822","points":[[1113,1393],[1113,1302],[1126,1288],[1124,1273],[1142,1268],[1169,1265],[1203,1269],[1228,1267],[1273,1271],[1315,1273],[1351,1269],[1380,1268],[1400,1269],[1401,1282],[1402,1298],[1406,1301],[1407,1384],[1402,1387],[1403,1402],[1407,1414],[1383,1423],[1360,1420],[1330,1422],[1306,1420],[1279,1424],[1248,1413],[1185,1424],[1159,1421],[1136,1423],[1116,1419],[1110,1408]]},{"area":"80c","points":[[1673,1343],[1675,1320],[1678,1308],[1696,1302],[1719,1299],[1740,1298],[1752,1305],[1797,1304],[1828,1308],[1829,1329],[1833,1349],[1831,1429],[1827,1445],[1824,1459],[1815,1464],[1804,1459],[1796,1465],[1777,1463],[1769,1457],[1754,1460],[1726,1468],[1711,1461],[1687,1461],[1672,1450],[1669,1442],[1673,1424],[1672,1387],[1671,1362]]},{"area":"810","points":[[1754,1267],[1737,1259],[1717,1260],[1704,1260],[1697,1254],[1682,1247],[1670,1211],[1678,1195],[1680,1181],[1670,1171],[1685,1150],[1697,1136],[1707,1114],[1715,1091],[1734,1082],[1750,1081],[1766,1063],[1783,1053],[1798,1051],[1812,1070],[1824,1088],[1825,1105],[1828,1122],[1829,1140],[1831,1162],[1820,1193],[1804,1200],[1807,1213],[1819,1231],[1821,1247],[1812,1263],[1789,1274],[1773,1271]]},{"area":"80a","points":[[1893,1020],[1914,1007],[1975,1011],[1990,1033],[1997,1045],[2020,1057],[2022,1078],[2019,1100],[2011,1117],[2020,1131],[2028,1136],[2036,1151],[2034,1169],[2042,1180],[2036,1201],[2028,1210],[2019,1220],[2022,1242],[2029,1264],[2022,1273],[2009,1287],[1990,1292],[1971,1296],[1923,1303],[1898,1296],[1884,1289],[1873,1273],[1859,1266],[1856,1242],[1860,1233],[1861,1206],[1875,1196],[1887,1178],[1894,1165],[1888,1150],[1879,1145],[1868,1131],[1865,1118],[1873,1107],[1869,1088],[1862,1071],[1857,1051],[1873,1041],[1882,1030]]},{"area":"81b","points":[[1368,871],[1377,850],[1383,833],[1383,815],[1375,799],[1364,787],[1371,772],[1384,771],[1402,773],[1421,781],[1442,776],[1457,780],[1464,789],[1459,810],[1455,831],[1460,855],[1469,858],[1487,855],[1487,932],[1475,934],[1472,930],[1460,928],[1454,936],[1459,945],[1447,953],[1454,968],[1452,981],[1456,994],[1443,1006],[1431,1008],[1423,1006],[1402,1011],[1384,1009],[1370,1003],[1363,989],[1363,965],[1353,955],[1353,931],[1365,922],[1361,907],[1362,887]]},{"area":"813","points":[[1494,941],[1494,856],[1496,837],[1498,816],[1501,805],[1496,790],[1490,773],[1497,764],[1494,753],[1504,735],[1513,715],[1531,711],[1550,701],[1568,704],[1603,704],[1620,715],[1631,710],[1650,710],[1673,710],[1688,711],[1704,736],[1714,771],[1701,787],[1684,801],[1700,818],[1700,824],[1717,836],[1719,851],[1743,855],[1761,847],[1775,837],[1803,868],[1806,891],[1802,913],[1793,934],[1766,935],[1748,934],[1722,936],[1716,945],[1720,959],[1718,978],[1714,1002],[1682,1007],[1675,1027],[1675,1044],[1667,1059],[1663,1076],[1646,1087],[1586,1087],[1566,1087],[1547,1081],[1531,1094],[1513,1082],[1509,1071],[1506,1055],[1496,1042],[1478,1051],[1474,1034],[1482,1016],[1488,999],[1494,984],[1513,967],[1499,954]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/117-5.8-stahlmasts-lair.webp"},"id":"001","page":"adventure.html","source":"DD","hash":"dd"},{"type":"image","href":{"type":"internal","path":"book/EGW/117-5.8-stahlmasts-lair-player.jpg"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-17,"offsetY":12,"scale":2},"mapParent":{"id":"001","autoScale":true}}]}]},"FS":{"id":"FS","source":"FS","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Frozen Sick","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave.png"},"title":"Map 5.9: Croaker Cave","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapRegions":[{"area":"878","points":[[1018,116],[1052,108],[1076,119],[1107,128],[1125,124],[1152,135],[1173,154],[1190,162],[1187,194],[1203,223],[1222,243],[1231,265],[1229,295],[1223,314],[1230,338],[1226,355],[1229,384],[1218,405],[1217,428],[1234,446],[1208,496],[1190,506],[1172,514],[1161,532],[1148,555],[1113,571],[1073,579],[1052,560],[1031,556],[993,556],[969,543],[942,531],[931,522],[915,479],[898,464],[889,446],[889,430],[895,406],[875,379],[879,343],[881,320],[887,293],[884,272],[901,253],[903,241],[915,217],[921,205],[927,166],[942,158],[960,140],[981,130],[1006,125]]},{"area":"886","points":[[1310,114],[1333,92],[1358,87],[1380,94],[1400,92],[1420,76],[1441,74],[1454,78],[1471,58],[1488,63],[1508,52],[1529,49],[1555,51],[1571,53],[1585,67],[1595,78],[1610,100],[1628,104],[1652,104],[1667,115],[1679,146],[1681,178],[1683,187],[1688,205],[1689,229],[1664,294],[1647,305],[1620,299],[1598,300],[1570,306],[1532,319],[1517,318],[1500,313],[1483,318],[1459,328],[1429,326],[1401,314],[1381,304],[1372,278],[1348,269],[1335,248],[1335,224],[1340,207],[1332,190],[1336,180],[1339,166],[1330,149],[1316,131]]},{"area":"884","points":[[1744,388],[1764,385],[1785,380],[1816,364],[1839,359],[1877,365],[1884,397],[1890,417],[1904,434],[1929,440],[1941,459],[1960,479],[1976,510],[1980,551],[1974,577],[1957,590],[1953,610],[1958,657],[1944,682],[1927,693],[1914,716],[1886,730],[1872,747],[1842,768],[1818,785],[1807,796],[1813,810],[1810,827],[1786,829],[1758,839],[1727,848],[1703,845],[1680,851],[1657,851],[1643,837],[1630,829],[1609,825],[1612,812],[1610,794],[1633,776],[1639,754],[1626,729],[1623,721],[1628,712],[1625,690],[1638,668],[1658,645],[1668,612],[1678,589],[1672,570],[1672,550],[1676,537],[1671,520],[1663,494],[1651,482],[1649,463],[1652,449],[1665,443],[1677,434],[1695,417],[1719,411],[1729,401]]},{"area":"87e","points":[[1217,554],[1214,526],[1234,460],[1256,445],[1273,435],[1301,437],[1313,429],[1351,431],[1381,424],[1408,435],[1441,442],[1454,451],[1480,454],[1497,464],[1514,476],[1539,495],[1546,513],[1547,530],[1533,549],[1520,563],[1523,586],[1538,602],[1542,627],[1536,643],[1537,673],[1531,689],[1516,704],[1483,713],[1452,719],[1424,727],[1400,743],[1389,756],[1386,777],[1369,800],[1363,828],[1325,824],[1313,808],[1312,785],[1317,762],[1308,733],[1299,710],[1298,687],[1283,679],[1272,665],[1259,638],[1241,621],[1228,604],[1228,584],[1224,570]]},{"area":"87a","points":[[564,1289],[587,1296],[603,1312],[615,1324],[621,1348],[635,1375],[665,1383],[681,1383],[694,1405],[702,1414],[722,1431],[739,1445],[736,1473],[746,1497],[760,1511],[757,1532],[761,1551],[745,1584],[726,1595],[708,1597],[681,1585],[654,1599],[626,1612],[588,1608],[560,1594],[526,1582],[506,1566],[505,1539],[480,1524],[474,1497],[472,1466],[475,1443],[489,1422],[505,1404],[503,1370],[512,1352],[523,1334],[540,1321],[549,1306]]},{"area":"881","points":[[1282,1502],[1290,1439],[1313,1350],[1352,1281],[1397,1239],[1459,1193],[1521,1162],[1532,1164],[1542,1187],[1562,1198],[1582,1208],[1584,1229],[1603,1244],[1614,1260],[1632,1284],[1654,1290],[1656,1308],[1664,1329],[1678,1342],[1682,1368],[1673,1395],[1659,1417],[1657,1443],[1672,1462],[1671,1492],[1656,1517],[1640,1529],[1622,1540],[1609,1568],[1586,1591],[1551,1607],[1505,1611],[1474,1607],[1448,1596],[1429,1597],[1420,1590],[1403,1586],[1382,1586],[1358,1573],[1325,1564],[1307,1542],[1294,1532],[1292,1517]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/118-5.9-croaker-cave.webp"},"id":"000","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/118-5.9-croaker-cave-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":8,"offsetY":20},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault.png"},"title":"Map 5.10: Salsvault","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapRegions":[{"area":"8bc","points":[[557,454],[557,654],[811,654],[811,454]]},{"area":"8e8","points":[[153,1062],[153,1309],[603,1309],[603,1062]]},{"area":"8e2","points":[[302,703],[302,1005],[610,1005],[610,703]]},{"area":"8e1","points":[[659,689],[659,1211],[758,1211],[758,689]]},{"area":"8b6","points":[[1118,450],[1118,649],[1316,649],[1316,450]]},{"area":"8ba","points":[[861,450],[861,650],[1062,650],[1062,450]]},{"area":"8e4","points":[[812,705],[812,953],[1213,953],[1213,705]]},{"area":"8ee","points":[[803,1238],[809,1218],[812,1103],[812,1009],[1317,1009],[1317,1139],[1311,1123],[1306,1101],[1296,1091],[1291,1063],[1274,1043],[1256,1041],[1224,1057],[1193,1077],[1181,1078],[1168,1074],[1151,1075],[1128,1091],[1116,1101],[1106,1110],[1082,1134],[1070,1142],[1048,1154],[1011,1176],[1007,1183],[988,1183],[973,1178],[958,1198],[943,1211],[908,1218],[881,1215],[847,1215],[823,1233]]},{"area":"8c7","points":[[1522,296],[1522,399],[1925,399],[1925,296]]},{"area":"8c1","points":[[1370,448],[1370,655],[1671,655],[1671,448]]},{"area":"8d1","points":[[1721,447],[1721,650],[1925,650],[1925,447]]},{"area":"8d3","points":[[1983,447],[1983,653],[2180,653],[2180,447]]},{"area":"8cb","points":[[1467,708],[1467,803],[2140,803],[2140,708]]},{"area":"8d9","points":[[2387,903],[2387,708],[2177,708],[2177,903]]},{"area":"8cf","points":[[1775,852],[1775,1057],[1981,1057],[1981,852]]},{"area":"8cd","points":[[1520,857],[1520,1057],[1723,1057],[1723,857]]},{"area":"8db","points":[[2180,955],[2180,1207],[2383,1207],[2383,955]]},{"area":"8de","points":[[1622,1110],[1978,1110],[1978,1363],[1900,1363],[1897,1350],[1891,1338],[1901,1320],[1911,1307],[1915,1292],[1914,1276],[1895,1269],[1901,1257],[1914,1243],[1913,1226],[1903,1197],[1890,1192],[1861,1184],[1843,1160],[1832,1145],[1809,1137],[1786,1140],[1765,1144],[1744,1142],[1720,1144],[1692,1151],[1672,1162],[1663,1174],[1641,1173],[1626,1168],[1622,1154]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/120-5.10-salsvault.webp"},"id":"001","page":"adventure.html","source":"FS","hash":"fs"},{"type":"image","href":{"type":"internal","path":"book/EGW/120-5.10-salsvault-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-11},"mapParent":{"id":"001"}}]}]},"US":{"id":"US","source":"US","prop":"adventure","parentSource":"EGW","chapters":[{"name":"Unwelcome Spirits","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh.png"},"title":"Map 5.11: Brokenveil Marsh","width":2550,"height":1650,"imageType":"map","grid":{"type":"hexRowsOdd","size":98,"offsetX":-5,"offsetY":23,"distance":1,"units":"miles"},"mapRegions":[{"area":"91c","points":[[191,466],[191,583],[326,583],[326,466]]},{"area":"918","points":[[582,694],[582,797],[699,797],[699,694]]},{"area":"923","points":[[157,946],[157,1057],[265,1057],[265,946]]},{"area":"920","points":[[627,1268],[627,1381],[742,1381],[742,1268]]},{"area":"912","points":[[1076,543],[1076,650],[1195,650],[1195,543]]},{"area":"90b","points":[[1329,995],[1329,1103],[1439,1103],[1439,995]]},{"area":"908","points":[[1805,790],[1805,898],[1920,898],[1920,790]]},{"area":"905","points":[[2086,369],[2086,472],[2203,472],[2203,369]]},{"area":"904","points":[[2386,143],[2386,243],[2495,243],[2495,143]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/121-5.11-brokenveil-marsh.webp"},"id":"000","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/121-5.11-brokenveil-marsh-player.png"},"title":"Player Version","width":2550,"height":1650,"imageType":"mapPlayer","grid":{"type":"hexRowsOdd","size":98,"offsetX":-4,"offsetY":26,"distance":1,"units":"miles"},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture.png"},"title":"Map 5.12: Fort Venture","width":2550,"height":1650,"imageType":"map","grid":{"type":"square","size":58,"offsetX":-19,"offsetY":23,"scale":2},"mapRegions":[{"area":"941","points":[[686,591],[686,1055],[1150,1055],[1150,591]]},{"area":"949","points":[[537,677],[537,822],[677,822],[677,677]]},{"area":"960","points":[[683,1146],[683,1293],[715,1293],[715,1146]]},{"area":"950","points":[[1150,528],[1057,415],[1244,272],[1334,389],[1305,411],[1289,398],[1278,382],[1242,407],[1226,425],[1159,476],[1181,509]]},{"area":"959","points":[[1414,299],[1505,301],[1501,390],[1471,390],[1467,375],[1454,374],[1454,392],[1414,391]]},{"area":"953","points":[[1588,270],[1588,419],[1737,419],[1737,270]]},{"area":"95c","points":[[1792,413],[1792,508],[1942,508],[1942,413]]},{"area":"93c","points":[[1385,647],[1385,1002],[1969,1002],[1969,647]]},{"area":"933","points":[[1264,1147],[1264,1382],[1824,1382],[1824,1147]]},{"area":"937","points":[[974,1145],[974,1382],[1155,1382],[1155,1145]]},{"area":"92b","points":[[2209,683],[2209,969],[2294,969],[2294,683]]}],"hrefThumbnail":{"type":"internal","path":"book/EGW/thumbnail/123-5.12-fort-venture.webp"},"id":"001","page":"adventure.html","source":"US","hash":"us"},{"type":"image","href":{"type":"internal","path":"book/EGW/123-5.12-fort-venture-player.png"},"title":"Player Version","width":2550,"height":1560,"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":-19,"offsetY":23,"scale":2},"mapParent":{"id":"001","autoScale":true}}]}]},"MOT-NSS":{"id":"MOT-NSS","source":"MOT","prop":"adventure","chapters":[{"name":"No Silent Secret","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/MOT/155-map-4.16-Cour-of-Orestes.jpg"},"title":"Map 4.16: Cour of Orestes","width":3825,"height":2250,"imageType":"map","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"id":"000","mapRegions":[{"area":"33b","points":[[785,495],[785,453],[914,453],[942,481],[972,451],[1006,451],[1006,336],[1072,336],[1072,223],[1015,223],[1015,175],[1069,175],[1069,91],[1027,86],[975,116],[920,91],[829,120],[794,120],[766,109],[743,147],[682,156],[674,126],[629,135],[627,173],[585,204],[575,242],[539,248],[509,229],[463,255],[438,255],[421,253],[392,253],[392,331],[449,331],[453,436],[476,440],[499,480],[545,451],[678,451],[678,495]]},{"area":"339","points":[[560,566],[560,888],[901,888],[901,566]]},{"area":"337","points":[[2,1349],[23,1349],[55,1389],[103,1404],[173,1419],[221,1413],[242,1392],[307,1373],[345,1389],[387,1383],[415,1383],[438,1352],[486,1341],[535,1349],[577,1333],[589,1301],[632,1291],[693,1288],[735,1297],[760,1303],[787,1331],[827,1331],[846,1339],[874,1375],[903,1406],[907,1455],[954,1469],[962,1505],[971,1531],[973,1564],[996,1587],[994,1638],[1029,1682],[1061,1722],[1099,1745],[1112,1777],[1147,1796],[1206,1783],[1244,1762],[1284,1777],[1307,1813],[1318,1844],[1337,1886],[1364,1945],[1366,1971],[1373,2015],[1415,2048],[1423,2080],[1406,2114],[1411,2158],[1394,2236],[552,2248],[535,2232],[507,2215],[472,2192],[453,2158],[421,2162],[379,2141],[356,2114],[331,2082],[303,2027],[305,2002],[324,1973],[314,1935],[299,1891],[269,1874],[255,1842],[227,1832],[223,1798],[192,1781],[143,1783],[124,1794],[101,1789],[67,1764],[34,1756],[2,1749]]},{"area":"33d","points":[[1352,665],[1352,478],[1375,469],[1406,482],[1434,459],[1432,421],[1463,406],[1497,417],[1507,440],[1577,423],[1608,404],[1615,383],[1608,360],[1632,349],[1665,368],[1688,337],[1688,309],[1716,293],[1749,278],[1827,278],[1827,335],[1905,335],[1905,280],[1968,272],[2019,274],[2019,336],[2129,336],[2139,1120],[2023,1120],[2023,1179],[1914,1179],[1914,1124],[1829,1124],[1829,1169],[1653,1169],[1653,1126],[1568,1126],[1568,1178],[1448,1178],[1448,1122],[1352,1122]]},{"area":"340","points":[[2259,547],[2257,352],[2293,297],[2333,244],[2381,219],[2446,227],[2497,248],[2562,293],[2579,343],[2579,552],[2474,552],[2474,676],[2802,676],[2802,633],[2821,617],[2817,594],[2817,559],[2707,559],[2707,333],[2743,362],[2781,385],[2802,402],[2838,394],[2895,427],[2949,451],[2964,493],[2998,516],[2989,547],[2920,571],[2928,604],[2916,613],[2931,632],[2933,665],[3259,665],[3263,608],[3299,621],[3309,699],[3312,747],[3341,764],[3335,832],[3360,863],[3381,867],[3396,897],[3381,952],[3381,992],[3371,1021],[3394,1061],[3421,1084],[3427,1122],[3453,1141],[3453,1187],[3404,1221],[3354,1238],[3318,1232],[3255,1234],[3198,1206],[3160,1168],[3145,1124],[3145,905],[3259,893],[3259,861],[3276,848],[3263,838],[3263,787],[3126,781],[3069,779],[2987,779],[2977,802],[2926,823],[2924,840],[2909,855],[2928,867],[2937,893],[3034,893],[3040,1080],[3023,1152],[2998,1194],[2937,1213],[2823,1215],[2754,1202],[2724,1179],[2705,1126],[2699,1061],[2699,901],[2808,901],[2813,869],[2832,861],[2806,832],[2773,806],[2741,781],[2476,781],[2476,829],[2454,829],[2467,867],[2474,895],[2587,895],[2592,1112],[2547,1173],[2518,1219],[2434,1238],[2364,1223],[2286,1177],[2251,1137],[2259,1053],[2261,945],[2253,888],[2345,893],[2352,863],[2379,846],[2358,821],[2356,796],[2173,785],[2173,669],[2356,669],[2356,629],[2377,615],[2362,596],[2362,547]]},{"area":"346","points":[[1575,1349],[1575,1404],[1537,1406],[1507,1432],[1495,1469],[1518,1505],[1562,1516],[1566,1568],[1467,1568],[1459,1659],[1501,1646],[1533,1667],[1543,1707],[1581,1728],[1611,1756],[1682,1747],[1714,1762],[1724,1798],[1764,1806],[1789,1842],[1783,1865],[1762,1867],[1762,1895],[1775,1928],[1806,1918],[1838,1922],[1878,1956],[1909,1939],[1933,1947],[1964,1941],[2015,1968],[2029,1718],[2021,1577],[1907,1573],[1907,1537],[1947,1524],[1966,1476],[1956,1429],[1905,1413],[1905,1349]]},{"area":"349","points":[[2474,1907],[2478,1806],[2482,1674],[2469,1585],[2592,1571],[2579,1520],[2604,1469],[2695,1455],[2693,1358],[2707,1255],[2794,1238],[2935,1236],[3004,1240],[3036,1291],[3034,1448],[3091,1455],[3128,1486],[3145,1535],[3145,1568],[3234,1568],[3234,1589],[3215,1596],[3225,1632],[3217,1672],[3173,1667],[3164,1695],[3177,1735],[3162,1760],[3122,1768],[3112,1792],[3143,1846],[3147,1884],[3133,1914],[3103,1916],[3099,1943],[3139,1968],[3133,1998],[3074,2002],[3051,2021],[2952,2023],[2952,2065],[2926,2095],[2876,2109],[2827,2105],[2794,2078],[2779,2029],[2676,2025],[2621,2017],[2587,1985],[2587,1935],[2585,1903],[2526,1905]]},{"area":"34f","points":[[3446,1958],[3432,1909],[3394,1867],[3373,1771],[3377,1733],[3364,1674],[3345,1655],[3375,1621],[3387,1573],[3434,1547],[3478,1547],[3493,1583],[3518,1594],[3549,1598],[3573,1621],[3560,1669],[3589,1707],[3598,1728],[3587,1764],[3598,1804],[3623,1815],[3648,1819],[3659,1855],[3697,1880],[3745,1909],[3745,1943],[3743,1966],[3743,2019],[3739,2059],[3693,2063],[3644,2072],[3619,2084],[3596,2107],[3541,2105],[3528,2061],[3507,2025],[3478,2004]]}],"hrefThumbnail":{"type":"internal","path":"adventure/MOT/thumbnail/155-map-4.16-Cour-of-Orestes.webp"},"page":"adventure.html","source":"MOT","hash":"mot-nss"},{"type":"image","href":{"type":"internal","path":"adventure/MOT/156-map-4.16-Cour-of-Orestes-player.jpg"},"title":"Player Version","width":3825,"height":2250,"imageType":"mapPlayer","grid":{"type":"square","size":112,"offsetX":6,"offsetY":5},"mapParent":{"id":"000"}}]}]},"IDRotF":{"id":"IDRotF","source":"IDRotF","prop":"adventure","chapters":[{"name":"Bremen","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/013-map-1.1-bremen.jpg"},"title":"Map 1.1: Bremen","width":2208,"height":3000,"imageType":"map","grid":{"type":"none","size":123,"distance":100},"id":"388","mapRegions":[{"area":"06f","points":[[745,175],[745,356],[1455,356],[1455,175]]},{"area":"07c","points":[[187,474],[187,672],[596,672],[596,474]]},{"area":"079","points":[[415,2234],[415,2448],[829,2448],[829,2234]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/013-map-1.1-bremen.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/014-map-1.1-bremen-player.jpg"},"title":"Player Version","width":2208,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":123,"distance":100},"mapParent":{"id":"388"}}]},{"name":"Bryn Shander","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/018-map-1.2-bryn-shander.jpg"},"title":"Map 1.2: Bryn Shander","width":3000,"height":2143,"imageType":"map","grid":{"type":"none","size":66,"distance":100},"id":"67c","mapRegions":[{"area":"090","points":[[1787,114],[1787,261],[2880,261],[2880,114]]},{"area":"09e","points":[[665,143],[665,229],[1027,229],[1027,143]]},{"area":"09a","points":[[373,415],[373,537],[608,537],[608,415]]},{"area":"09b","points":[[2067,322],[2067,459],[2406,459],[2406,322]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/018-map-1.2-bryn-shander.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/019-map-1.2-bryn-shander-player.jpg"},"title":"Player Version","width":3000,"height":2143,"imageType":"mapPlayer","grid":{"type":"none","size":66,"distance":100},"mapParent":{"id":"67c"}}]},{"name":"Caer-Dineval","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/024-map-1.3-caer-dineval.jpg"},"title":"Map 1.3: Caer-Dineval","width":2202,"height":3000,"imageType":"map","grid":{"type":"none","size":108,"distance":100},"id":"67d","mapRegions":[{"area":"0b0","points":[[514,200],[514,381],[1703,381],[1703,200]]},{"area":"0bc","points":[[1718,669],[1718,851],[2103,851],[2103,669]]},{"area":"0ba","points":[[1817,989],[1817,1095],[2131,1095],[2131,989]]},{"area":"0bb","points":[[248,2217],[248,2320],[705,2320],[705,2217]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/024-map-1.3-caer-dineval.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/025-map-1.3-caer-dineval-player.jpg"},"title":"Player Version","width":2201,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":108,"distance":100},"mapParent":{"id":"67d","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/027-map-1.4-caer-dineval-keep.jpg"},"title":"Map 1.4: Keep at Caer-Dineval","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-22,"offsetY":4,"scale":1.05},"id":"6fd","mapRegions":[{"area":"0cf","points":[[255,884],[259,842],[278,792],[315,755],[359,724],[400,707],[446,707],[480,714],[529,734],[568,769],[588,804],[604,846],[605,910],[591,963],[547,1014],[504,1046],[444,1058],[383,1054],[326,1029],[282,989],[258,931]]},{"area":"0cf","points":[[435,1510],[441,1463],[458,1423],[493,1382],[524,1364],[552,1348],[583,1343],[622,1338],[665,1345],[701,1361],[729,1388],[756,1417],[774,1450],[786,1501],[787,1537],[775,1581],[755,1614],[729,1649],[684,1675],[641,1692],[588,1693],[537,1674],[498,1649],[465,1609],[440,1561],[434,1533]]},{"area":"0cf","points":[[1341,1508],[1351,1462],[1370,1426],[1401,1387],[1435,1364],[1468,1352],[1508,1345],[1552,1348],[1590,1361],[1632,1388],[1666,1413],[1686,1454],[1697,1508],[1697,1556],[1679,1599],[1644,1643],[1603,1672],[1559,1692],[1505,1697],[1453,1681],[1410,1659],[1377,1625],[1359,1590],[1343,1543]]},{"area":"0cf","points":[[1519,865],[1534,810],[1555,770],[1583,737],[1621,714],[1675,699],[1724,702],[1766,712],[1812,735],[1841,768],[1865,808],[1875,846],[1876,903],[1859,947],[1834,986],[1803,1017],[1770,1036],[1726,1048],[1689,1054],[1652,1046],[1609,1027],[1566,991],[1542,956],[1523,907]]},{"area":"0cf","points":[[2261,1055],[2218,1049],[2179,1036],[2147,1006],[2123,987],[2102,945],[2092,907],[2061,893],[2061,877],[2089,861],[2098,830],[2110,804],[2124,781],[2148,754],[2169,737],[2194,721],[2225,714],[2248,705],[2266,674],[2275,674],[2293,706],[2320,714],[2348,723],[2381,739],[2401,759],[2426,790],[2443,831],[2448,879],[2444,914],[2437,948],[2418,981],[2397,1005],[2363,1031],[2326,1046],[2290,1057]]},{"area":"0cf","points":[[2613,1588],[2595,1622],[2565,1652],[2525,1674],[2497,1686],[2476,1688],[2458,1723],[2444,1690],[2417,1689],[2382,1681],[2343,1657],[2317,1634],[2292,1600],[2277,1559],[2240,1547],[2240,1533],[2270,1516],[2276,1480],[2288,1444],[2314,1399],[2343,1374],[2374,1355],[2415,1346],[2453,1339],[2493,1346],[2529,1357],[2556,1372],[2592,1399],[2614,1436],[2628,1484],[2627,1535],[2619,1564]]},{"area":"0cf","points":[[3357,868],[3369,825],[3382,786],[3400,764],[3423,738],[3454,720],[3483,705],[3515,698],[3526,670],[3535,670],[3548,699],[3574,701],[3604,708],[3637,725],[3666,750],[3683,772],[3697,797],[3712,836],[3743,848],[3746,861],[3712,879],[3712,915],[3698,951],[3681,986],[3658,1010],[3630,1032],[3597,1045],[3554,1053],[3508,1052],[3470,1040],[3431,1018],[3403,994],[3379,963],[3365,929],[3356,903]]},{"area":"0cf","points":[[3186,1548],[3181,1516],[3183,1480],[3200,1436],[3227,1395],[3262,1370],[3294,1352],[3333,1341],[3364,1339],[3400,1345],[3430,1359],[3471,1385],[3505,1414],[3526,1454],[3535,1489],[3537,1526],[3532,1566],[3519,1603],[3490,1635],[3465,1657],[3441,1675],[3408,1690],[3378,1695],[3365,1728],[3352,1728],[3343,1695],[3306,1684],[3268,1667],[3241,1646],[3212,1614],[3197,1581]]},{"area":"0d6","points":[[715,709],[715,874],[898,874],[898,709]]},{"area":"0d5","points":[[713,903],[713,1060],[899,1060],[899,903]]},{"area":"0d3","points":[[919,708],[919,1062],[1214,1062],[1214,708]]},{"area":"0db","points":[[1238,708],[1238,881],[1429,881],[1429,708]]},{"area":"0d9","points":[[1237,905],[1237,1063],[1429,1063],[1429,905]]},{"area":"0cd","points":[[1197,1110],[1197,1215],[1395,1215],[1395,1110]]},{"area":"0cb","points":[[675,885],[675,1099],[1185,1099],[1185,1221],[1405,1221],[1405,1099],[1464,1099],[1464,884],[1485,884],[1490,928],[1502,962],[1529,1004],[1554,1031],[1584,1054],[1613,1066],[1633,1077],[1609,1141],[1571,1124],[1556,1167],[1591,1180],[1541,1310],[1497,1311],[1464,1317],[1430,1326],[1389,1350],[1369,1367],[1345,1397],[1327,1431],[1309,1481],[1290,1424],[851,1424],[833,1495],[824,1495],[806,1430],[785,1395],[752,1359],[722,1329],[674,1312],[634,1303],[593,1306],[545,1180],[580,1167],[567,1130],[529,1143],[506,1081],[532,1068],[565,1042],[618,980],[637,940],[644,905],[644,885]]},{"area":"0c9","points":[[984,1430],[984,1611],[1156,1611],[1156,1430]]},{"area":"0de","points":[[2552,706],[2743,706],[2743,865],[2550,865],[2550,800],[2570,800],[2570,762],[2552,762]]},{"area":"0dd","points":[[2549,951],[2741,951],[2741,1060],[2707,1060],[2707,1085],[2681,1085],[2681,1060],[2611,1060],[2611,1085],[2586,1085],[2586,1062],[2549,1062],[2549,1011],[2573,1011],[2573,973],[2549,973]]},{"area":"0d3","points":[[2762,708],[3055,708],[3055,1059],[3038,1094],[3022,1059],[2796,1059],[2781,1094],[2762,1061]]},{"area":"0e3","points":[[3079,710],[3266,710],[3266,759],[3247,759],[3247,798],[3267,798],[3267,867],[3079,867]]},{"area":"0e0","points":[[3076,889],[3266,889],[3266,970],[3247,970],[3247,1011],[3267,1011],[3267,1062],[3229,1062],[3229,1085],[3198,1085],[3198,1063],[3143,1063],[3143,1084],[3120,1084],[3120,1064],[3076,1064]]},{"area":"0d1","points":[[2676,1534],[2706,1446],[2773,1446],[2773,1534]]},{"area":"0d2","points":[[2658,1553],[2792,1553],[2792,1446],[3117,1446],[3153,1552],[3153,1586],[3024,1586],[3012,1607],[2999,1589],[2990,1589],[2974,1608],[2962,1589],[2944,1589],[2930,1609],[2919,1591],[2903,1591],[2888,1609],[2878,1591],[2858,1591],[2844,1607],[2835,1589],[2658,1589]]},{"area":"0e7","points":[[1405,2059],[1405,2182],[1529,2182],[1529,2059]]},{"area":"0e5","points":[[1322,2268],[1322,2350],[1525,2350],[1525,2268]]},{"area":"0ed","points":[[1657,2017],[1657,2142],[1782,2142],[1782,2017]]},{"area":"0e9","points":[[1530,2227],[1530,2389],[2237,2389],[2237,2227]]},{"area":"0f6","points":[[2366,2018],[2366,2137],[2490,2137],[2490,2018]]},{"area":"0f5","points":[[2284,2227],[2284,2389],[2611,2389],[2611,2227]]},{"area":"0f1","points":[[1739,2478],[1739,2596],[1861,2596],[1861,2478]]},{"area":"0ef","points":[[1949,2478],[1949,2600],[2072,2600],[2072,2478]]},{"area":"0f4","points":[[2160,2478],[2160,2599],[2282,2599],[2282,2478]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/027-map-1.4-caer-dineval-keep.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/028-map-1.4-caer-dineval-keep-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"6fd"},"grid":{"type":"square","size":88,"offsetX":-22,"offsetY":4,"scale":1.05}}]},{"name":"Caer-Konig","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/032-map-1.5-caer-konig.jpg"},"title":"Map 1.5: Caer-Konig","width":2206,"height":3000,"imageType":"map","grid":{"type":"none","size":105,"distance":100},"id":"6ff","mapRegions":[{"area":"0fa","points":[[575,195],[575,385],[1607,385],[1607,195]]},{"area":"106","points":[[1587,692],[1587,1010],[1957,1010],[1957,692]]},{"area":"105","points":[[812,425],[812,555],[1552,555],[1552,425]]},{"area":"104","points":[[895,927],[895,1127],[1287,1127],[1287,927]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/032-map-1.5-caer-konig.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/033-map-1.5-caer-konig-player.jpg"},"title":"Player Version","width":2206,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":105,"distance":100},"mapParent":{"id":"6ff"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/035-map-1.6-duergar-outpost.jpg"},"title":"Map 1.6: Duergar Outpost","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":28,"distance":10},"id":"700","mapRegions":[{"area":"123","points":[[694,1073],[1006,1073],[1006,1233],[960,1279],[749,1279],[694,1229]]},{"area":"120","points":[[699,654],[994,654],[994,717],[1013,717],[1013,654],[1317,654],[1317,963],[1017,963],[1017,901],[997,901],[997,963],[699,963]]},{"area":"117","points":[[1207,1269],[1710,609],[1907,749],[2039,857],[1606,1433],[1424,1427]]},{"area":"12c","points":[[710,1493],[884,1493],[884,1687],[916,1687],[916,1493],[1093,1493],[1093,1696],[1109,1696],[1109,2101],[1097,2101],[1097,2304],[913,2304],[913,2107],[887,2107],[887,2304],[710,2304],[710,2124],[710,2106],[696,2106],[696,1691],[710,1691]]},{"area":"12a","points":[[1217,1706],[1317,1706],[1317,1694],[1723,1694],[1747,1718],[1774,1713],[1824,1754],[1824,1780],[1840,1796],[1840,2100],[1827,2100],[1827,2207],[1323,2207],[1323,2101],[1217,2101]]},{"area":"11a","points":[[2259,654],[2453,654],[2474,700],[2543,700],[2563,654],[2771,654],[2771,959],[2259,959]]},{"area":"11d","points":[[2979,650],[3294,650],[3294,860],[3191,860],[3191,894],[3293,944],[3293,1066],[2979,1066],[2979,934],[3080,891],[3080,861],[2979,861]]},{"area":"114","points":[[2996,1563],[3047,1501],[3227,1501],[3274,1567],[3274,1777],[3047,1777],[2996,1723]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/035-map-1.6-duergar-outpost.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/036-map-1.6-duergar-outpost-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"700"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":28,"distance":10}}]},{"name":"Dougan's Hole","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/039-map-1.7-dougan.jpg"},"title":"Map 1.7: Dougan's Hole","width":2202,"height":3000,"imageType":"map","grid":{"type":"none","size":124,"distance":100},"id":"701","mapRegions":[{"area":"130","points":[[426,201],[426,383],[1789,383],[1789,201]]},{"area":"13a","points":[[647,2413],[647,2604],[1153,2604],[1153,2413]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/039-map-1.7-dougan.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/040-map-1.7-dougan-player.jpg"},"title":"Player Version","width":2202,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100},"mapParent":{"id":"701"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/043-map-1.8-frost-giant.jpg"},"title":"Map 1.8: Frost Giant Ice Lodge","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-37,"offsetY":-40,"distance":10},"id":"702","mapRegions":[{"area":"14f","points":[[723,1354],[751,1276],[784,1204],[837,1130],[904,1050],[987,974],[1093,901],[1190,849],[1276,810],[1351,779],[1446,744],[1529,724],[1607,710],[1679,699],[1734,693],[1786,691],[1786,1190],[1731,1204],[1689,1224],[1647,1247],[1603,1276],[1573,1303],[1540,1337],[1529,1354]]},{"area":"144","points":[[2086,1167],[2086,689],[2224,694],[2323,700],[2414,714],[2506,731],[2597,756],[2686,786],[2773,824],[2831,870],[2881,919],[2931,980],[2991,1091],[2769,1201],[2457,1357],[2399,1297],[2522,1174],[2490,1142],[2366,1266],[2297,1227],[2231,1201],[2284,1043],[2244,1027],[2190,1190],[2130,1176]]},{"area":"14b","points":[[1553,1624],[1540,1554],[1540,1474],[1556,1414],[1590,1370],[1627,1330],[1671,1301],[1719,1274],[1773,1250],[1831,1231],[1926,1217],[2017,1213],[2077,1221],[2151,1236],[2229,1261],[2290,1287],[2346,1324],[2391,1370],[2426,1417],[2444,1471],[2447,1526],[2441,1577],[2426,1629],[2383,1689],[2337,1720],[2273,1756],[2199,1789],[2143,1806],[2076,1817],[2014,1820],[1956,1819],[1906,1814],[1850,1803],[1787,1789],[1720,1761],[1676,1741],[1636,1706],[1584,1669]]},{"area":"149","points":[[2483,1414],[2483,1621],[2983,1621],[2983,1414]]},{"area":"143","points":[[3300,1386],[3300,1646],[3584,1646],[3584,1386]]},{"area":"151","points":[[719,1680],[1527,1680],[1543,1703],[1570,1734],[1596,1754],[1634,1783],[1704,1814],[1491,2290],[1414,2266],[1327,2239],[1251,2207],[1196,2180],[1119,2141],[1061,2110],[1010,2071],[959,2033],[913,1993],[873,1950],[836,1904],[790,1846],[749,1769],[726,1707]]},{"area":"153","points":[[1744,1833],[1833,1859],[1919,1871],[2041,1874],[2041,2334],[1879,2334],[1787,2329],[1687,2321],[1599,2310],[1537,2297]]},{"area":"147","points":[[2089,1867],[2139,1861],[2196,1849],[2259,1824],[2326,1793],[2381,1754],[2429,1710],[2459,1679],[3070,1679],[3006,1937],[2764,1824],[2749,1859],[2973,1973],[2923,2061],[2880,2127],[2826,2174],[2763,2214],[2700,2246],[2623,2269],[2560,2287],[2501,2299],[2439,2311],[2361,2321],[2287,2324],[2193,2336],[2089,2336]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/043-map-1.8-frost-giant.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/044-map-1.8-frost-giant-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"702"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":-40,"distance":10}}]},{"name":"Easthaven","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/046-map-1.9-easthaven.jpg"},"title":"Map 1.9: Easthaven","width":3000,"height":2139,"imageType":"map","grid":{"type":"none","size":66,"distance":100},"id":"703","mapRegions":[{"area":"158","points":[[127,121],[127,263],[934,263],[934,121]]},{"area":"166","points":[[2496,106],[2496,209],[2866,209],[2866,106]]},{"area":"162","points":[[366,707],[366,780],[751,780],[751,707]]},{"area":"169","points":[[259,910],[259,1010],[749,1010],[749,910]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/046-map-1.9-easthaven.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/047-map-1.9-easthaven-player.jpg"},"title":"Player Version","width":3000,"height":2139,"imageType":"mapPlayer","grid":{"type":"none","size":66,"distance":100},"mapParent":{"id":"703"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/051-map-1.10-cauldron.jpg"},"title":"Map 1.10: Cauldron Caves","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30,"distance":10},"id":"704","mapRegions":[{"area":"17a","points":[[866,513],[918,507],[981,496],[1002,500],[1018,509],[1047,520],[1068,507],[1088,491],[1101,466],[1109,424],[1101,396],[1082,392],[1060,365],[1038,345],[1042,332],[1059,316],[1059,298],[1038,285],[1027,264],[971,242],[953,251],[922,242],[904,247],[878,238],[862,244],[841,246],[819,259],[804,249],[775,253],[751,272],[726,293],[706,312],[695,333],[693,359],[676,385],[681,398],[696,421],[718,436],[733,449],[745,454],[764,464],[781,453],[806,448],[819,462],[827,480],[839,487],[851,501]]},{"area":"178","points":[[265,649],[249,636],[245,615],[228,595],[232,564],[162,538],[134,531],[120,556],[115,584],[133,602],[146,620],[172,627],[167,656],[180,680],[187,699],[169,732],[149,754],[155,778],[167,795],[155,832],[138,867],[152,881],[155,921],[174,935],[186,966],[208,991],[234,1019],[256,1027],[258,1049],[267,1092],[279,1104],[264,1113],[259,1154],[246,1164],[245,1191],[212,1207],[176,1221],[160,1235],[155,1268],[151,1319],[141,1348],[153,1375],[159,1399],[162,1433],[169,1462],[193,1469],[199,1511],[226,1522],[238,1551],[233,1566],[211,1585],[189,1618],[182,1652],[167,1671],[138,1695],[126,1719],[129,1731],[124,1746],[135,1765],[158,1775],[172,1772],[218,1754],[212,1731],[219,1704],[246,1684],[256,1656],[281,1655],[305,1648],[341,1624],[364,1592],[402,1586],[424,1593],[460,1495],[428,1484],[384,1495],[365,1474],[348,1449],[338,1439],[302,1436],[281,1395],[278,1335],[287,1320],[280,1292],[280,1269],[302,1260],[324,1245],[366,1238],[367,1204],[391,1173],[434,1173],[485,1101],[455,1025],[414,965],[381,965],[368,961],[349,964],[313,949],[306,922],[274,869],[281,846],[279,833],[292,812],[278,786],[281,768],[294,758],[336,766],[372,759],[401,732],[373,689],[347,661],[315,653],[285,660]]},{"area":"17c","points":[[911,967],[904,934],[911,872],[932,859],[956,858],[966,867],[991,867],[1011,862],[1015,858],[1029,844],[1029,828],[1045,820],[1072,819],[1092,809],[1104,794],[1151,776],[1153,766],[1132,746],[1128,733],[1142,714],[1160,688],[1188,661],[1211,649],[1233,658],[1252,661],[1259,669],[1284,669],[1302,686],[1295,696],[1287,701],[1284,724],[1294,735],[1331,742],[1331,725],[1342,718],[1366,704],[1389,679],[1413,689],[1421,719],[1424,734],[1447,741],[1474,748],[1485,774],[1481,802],[1478,828],[1481,841],[1462,865],[1435,888],[1442,920],[1435,939],[1415,956],[1396,951],[1373,946],[1362,939],[1342,941],[1314,958],[1307,974],[1325,988],[1332,1004],[1325,1031],[1300,1040],[1274,1053],[1256,1053],[1242,1060],[1224,1058],[1214,1065],[1209,1087],[1216,1096],[1220,1120],[1232,1141],[1213,1158],[1182,1164],[1154,1160],[1133,1168],[1118,1169],[1101,1172],[1081,1155],[1056,1125],[1047,1115],[1056,1092],[1035,1076],[1008,1069],[999,1073],[988,1094],[971,1101],[948,1108],[936,1105],[892,1019],[898,1006],[913,1000],[916,988]]},{"area":"17d","points":[[1420,1278],[1456,1282],[1474,1295],[1515,1305],[1551,1305],[1567,1305],[1584,1311],[1632,1305],[1659,1272],[1699,1276],[1744,1279],[1760,1286],[1785,1360],[1786,1382],[1756,1386],[1726,1381],[1691,1385],[1654,1381],[1621,1384],[1601,1379],[1559,1385],[1520,1378],[1488,1389],[1455,1379],[1429,1389],[1412,1379],[1404,1341],[1409,1307]]},{"area":"17e","points":[[1932,1399],[1942,1365],[1981,1334],[2002,1339],[2035,1340],[2041,1335],[2045,1308],[2073,1300],[2073,1282],[2065,1253],[2067,1231],[2056,1199],[2058,1174],[2051,1156],[2051,1138],[2073,1116],[2089,1109],[2116,1100],[2153,1098],[2172,1118],[2194,1139],[2211,1144],[2221,1162],[2242,1176],[2286,1191],[2301,1207],[2305,1231],[2320,1271],[2296,1286],[2286,1306],[2258,1322],[2253,1340],[2286,1355],[2293,1379],[2340,1381],[2373,1380],[2401,1380],[2425,1387],[2435,1404],[2438,1435],[2441,1459],[2469,1488],[2458,1505],[2446,1506],[2436,1525],[2407,1546],[2380,1558],[2360,1556],[2335,1572],[2326,1585],[2336,1613],[2340,1644],[2328,1678],[2313,1706],[2282,1712],[2253,1712],[2227,1720],[2206,1718],[2184,1701],[2161,1701],[2120,1698],[2076,1700],[2061,1686],[2042,1660],[2046,1635],[2055,1604],[2038,1584],[2034,1555],[2029,1519],[2009,1496],[1982,1495],[1948,1484],[1929,1466],[1921,1436],[1927,1421]]},{"area":"180","points":[[1209,2325],[1239,2320],[1266,2315],[1291,2296],[1316,2278],[1313,2248],[1301,2220],[1302,2199],[1425,2171],[1478,2182],[1560,2240],[1591,2305],[1573,2326],[1562,2348],[1565,2372],[1578,2391],[1581,2396],[1601,2401],[1613,2429],[1612,2448],[1600,2458],[1592,2488],[1565,2504],[1540,2504],[1371,2459],[1211,2393],[1199,2353]]},{"area":"179","points":[[822,1678],[819,1656],[826,1642],[813,1631],[813,1592],[839,1581],[864,1555],[892,1545],[918,1555],[947,1539],[962,1515],[993,1509],[1008,1514],[1038,1512],[1061,1509],[1084,1526],[1089,1548],[1131,1552],[1158,1556],[1179,1568],[1202,1586],[1209,1612],[1202,1626],[1213,1645],[1211,1666],[1199,1678],[1209,1691],[1220,1686],[1234,1694],[1242,1678],[1262,1669],[1271,1640],[1268,1602],[1289,1594],[1300,1588],[1329,1588],[1359,1601],[1366,1622],[1382,1635],[1391,1668],[1402,1681],[1394,1713],[1407,1741],[1418,1766],[1413,1780],[1394,1794],[1384,1819],[1379,1849],[1388,1861],[1384,1907],[1365,1909],[1333,1922],[1318,1931],[1316,1958],[1278,1960],[1254,1959],[1238,1969],[1200,1944],[1200,1929],[1171,1920],[1164,1899],[1165,1873],[1161,1859],[1171,1841],[1182,1828],[1179,1808],[1156,1806],[1132,1811],[1115,1831],[1118,1842],[1121,1873],[1124,1892],[1119,1906],[1096,1916],[1072,1920],[1052,1927],[1034,1916],[1019,1907],[993,1914],[985,1922],[962,1924],[951,1915],[933,1919],[920,1932],[902,1936],[879,1928],[861,1912],[836,1891],[827,1848],[825,1814],[832,1795],[814,1766],[794,1726],[812,1693]]},{"area":"181","points":[[2587,971],[2607,878],[2667,809],[2719,789],[2748,795],[2766,788],[2785,792],[2805,786],[2816,785],[2852,764],[2876,762],[2911,769],[2932,756],[2958,762],[2991,759],[3009,745],[3012,707],[3033,708],[3054,706],[3078,693],[3087,679],[3136,674],[3184,691],[3208,756],[3260,815],[3248,867],[3233,889],[3225,905],[3244,926],[3269,945],[3293,944],[3306,959],[3311,1002],[3314,1055],[3318,1125],[3312,1195],[3298,1238],[3282,1239],[3266,1268],[3279,1295],[3279,1335],[3262,1355],[3244,1369],[3222,1368],[3198,1378],[3171,1361],[3142,1356],[3112,1354],[3079,1349],[3068,1313],[3056,1279],[3061,1261],[3039,1225],[3007,1212],[2978,1213],[2946,1212],[2926,1229],[2914,1235],[2913,1278],[2899,1291],[2878,1298],[2859,1296],[2847,1282],[2815,1279],[2794,1286],[2774,1291],[2738,1272],[2726,1235],[2707,1220],[2682,1201],[2669,1173],[2667,1153],[2644,1140],[2644,1104],[2648,1081],[2648,1040],[2647,1020],[2618,996],[2602,986]]},{"area":"182","points":[[2435,2228],[2427,2201],[2411,2166],[2404,2118],[2428,2112],[2435,2085],[2445,2054],[2458,2039],[2452,2025],[2456,1995],[2454,1976],[2433,1972],[2401,1965],[2382,1951],[2376,1916],[2367,1879],[2387,1847],[2393,1821],[2396,1801],[2400,1775],[2425,1759],[2442,1738],[2469,1700],[2500,1699],[2539,1692],[2553,1708],[2576,1708],[2599,1721],[2612,1738],[2612,1748],[2638,1765],[2653,1791],[2651,1838],[2669,1861],[2711,1851],[2733,1844],[2738,1825],[2758,1811],[2756,1761],[2761,1739],[2739,1707],[2709,1691],[2714,1662],[2722,1629],[2771,1601],[2826,1581],[2879,1588],[2901,1600],[2921,1611],[2948,1611],[2969,1618],[2993,1636],[2986,1671],[3004,1693],[3022,1712],[3052,1728],[3068,1751],[3068,1788],[3034,1844],[2988,1872],[2961,1875],[2951,1867],[2966,1838],[2948,1820],[2922,1805],[2896,1806],[2880,1819],[2884,1861],[2875,1873],[2885,1900],[2885,1935],[2878,1961],[2853,1969],[2839,1989],[2775,2004],[2766,2020],[2778,2038],[2781,2061],[2762,2068],[2753,2088],[2766,2125],[2776,2140],[2773,2155],[2780,2174],[2771,2205],[2751,2229],[2736,2235],[2706,2254],[2680,2255],[2658,2251],[2655,2235],[2636,2221],[2621,2208],[2593,2200],[2566,2202],[2546,2205],[2525,2196],[2511,2195],[2499,2211],[2482,2222],[2452,2227]]},{"area":"183","points":[[3220,1760],[3205,1729],[3195,1689],[3199,1659],[3225,1651],[3234,1619],[3262,1599],[3294,1595],[3315,1593],[3334,1569],[3365,1571],[3404,1562],[3406,1547],[3431,1528],[3444,1515],[3440,1478],[3445,1460],[3431,1441],[3468,1415],[3584,1398],[3685,1416],[3718,1489],[3713,1515],[3722,1547],[3727,1579],[3742,1587],[3754,1607],[3775,1627],[3793,1656],[3815,1658],[3813,1667],[3805,1685],[3813,1702],[3809,1729],[3819,1749],[3796,1772],[3773,1788],[3781,1806],[3809,1825],[3838,1836],[3847,1860],[3841,1892],[3845,1928],[3827,1940],[3807,1953],[3779,1964],[3748,1981],[3736,2000],[3736,2031],[3725,2072],[3705,2094],[3692,2100],[3676,2094],[3647,2101],[3621,2089],[3599,2072],[3559,2072],[3535,2071],[3506,2081],[3479,2087],[3439,2080],[3402,2068],[3384,2046],[3384,2013],[3368,1999],[3367,1954],[3348,1929],[3313,1932],[3282,1928],[3252,1861],[3225,1805]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/051-map-1.10-cauldron.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/052-map-1.10-cauldron-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"704"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/055-map-1.11-easthaven-town-hall.jpg"},"title":"Map 1.11: Easthaven Town Hall","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":86,"offsetX":-5,"offsetY":-31,"scale":1.03},"id":"705","mapRegions":[{"area":"190","points":[[496,556],[496,1393],[907,1393],[907,556]]},{"area":"192","points":[[928,981],[928,1396],[1312,1396],[1312,981]]},{"area":"193","points":[[927,555],[927,800],[1316,800],[1316,555]]},{"area":"196","points":[[928,813],[928,971],[1155,971],[1155,813]]},{"area":"195","points":[[1168,815],[1168,972],[1313,972],[1313,815]]},{"area":"197","points":[[1413,554],[1413,815],[1916,815],[1916,1391],[1328,1391],[1328,554]]},{"area":"19c","points":[[1432,555],[1432,796],[1659,796],[1659,555]]},{"area":"19d","points":[[1671,554],[1671,798],[1915,798],[1915,554]]},{"area":"1a1","points":[[2514,552],[2514,716],[2904,716],[2904,552]]},{"area":"19f","points":[[2519,813],[2519,1049],[2901,1049],[2901,813]]},{"area":"19e","points":[[2519,1062],[2519,1388],[2901,1388],[2901,1062]]},{"area":"1a3","points":[[2920,552],[2920,796],[3336,796],[3336,552]]},{"area":"1a4","points":[[3354,553],[3354,799],[3504,799],[3504,553]]},{"area":"1a7","points":[[495,1808],[495,2312],[1568,2312],[1568,1808]]},{"area":"1a5","points":[[1585,1808],[1585,2313],[1916,2313],[1916,1808]]},{"area":"1ab","points":[[2254,1645],[2254,1891],[2664,1891],[2664,1645]]},{"area":"1aa","points":[[2266,1992],[2656,1992],[2656,2156],[2821,2156],[2821,2552],[2513,2552],[2513,2393],[2401,2393],[2401,2462],[2266,2462]]},{"area":"1a8","points":[[2916,1971],[2916,2311],[3000,2311],[3000,1971]]},{"area":"1a9","points":[[3089,2045],[3089,2287],[3416,2287],[3416,2045]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/055-map-1.11-easthaven-town-hall.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/056-map-1.11-easthaven-town-hall-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"705"},"grid":{"type":"square","size":86,"offsetX":-5,"offsetY":-31,"scale":1.03}}]},{"name":"Good Mead","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/059-map-1.12-good-mead.jpg"},"title":"Map 1.12: Good Mead","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":136,"distance":100},"id":"706","mapRegions":[{"area":"1ac","points":[[574,179],[574,386],[1608,386],[1608,179]]},{"area":"1b5","points":[[699,1562],[699,1758],[966,1758],[966,1562]]},{"area":"1b7","points":[[1624,1626],[1624,1843],[2138,1843],[2138,1626]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/059-map-1.12-good-mead.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/060-map-1.12-good-mead-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":136,"distance":100},"mapParent":{"id":"706"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/062-map-1.13-verbeeg-lair.jpg"},"title":"Map 1.13: Verbeeg Lair","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-4,"offsetY":29},"id":"707","mapRegions":[{"area":"1cf","points":[[203,874],[223,852],[249,822],[274,812],[289,808],[307,794],[326,785],[347,768],[343,750],[357,723],[365,708],[386,694],[394,665],[422,652],[450,649],[455,634],[453,606],[448,596],[459,569],[481,551],[502,547],[535,541],[561,551],[575,547],[590,551],[619,538],[634,508],[661,505],[692,505],[710,498],[730,511],[742,538],[765,550],[791,551],[836,555],[868,561],[894,574],[907,592],[908,612],[928,621],[941,641],[943,661],[928,688],[942,701],[950,717],[938,741],[926,754],[934,772],[952,772],[959,775],[938,834],[924,849],[905,858],[899,880],[912,907],[902,935],[886,951],[863,957],[852,951],[835,960],[792,969],[695,997],[615,975],[586,966],[568,977],[542,970],[523,970],[508,956],[492,928],[463,917],[445,930],[417,937],[414,952],[419,975],[408,983],[394,1015],[372,1023],[335,1021],[302,1027],[275,1026],[253,1006],[217,974],[217,955],[205,930],[209,905],[201,889]]},{"area":"1d5","points":[[1146,552],[1146,858],[1450,858],[1450,552]]},{"area":"1d4","points":[[986,1285],[986,1239],[1006,1168],[939,1143],[957,1101],[1022,1124],[1049,1081],[1083,1050],[1039,988],[1072,961],[1119,1021],[1194,981],[1243,969],[1346,975],[1382,985],[1435,1001],[1465,981],[1475,1003],[1489,1008],[1481,1039],[1514,1065],[1541,1110],[1577,1107],[1599,1146],[1574,1169],[1590,1230],[1561,1385],[1511,1486],[1479,1515],[1436,1545],[1351,1575],[1283,1581],[1227,1575],[1160,1555],[1092,1506],[1014,1390],[994,1330]]},{"area":"1d2","points":[[1148,1604],[1148,1886],[1437,1886],[1437,1604]]},{"area":"1cd","points":[[635,1311],[652,1308],[674,1311],[675,1332],[684,1357],[695,1365],[708,1365],[723,1375],[717,1394],[711,1422],[729,1428],[745,1431],[745,1452],[750,1467],[755,1485],[747,1494],[754,1511],[745,1535],[724,1545],[710,1547],[701,1573],[695,1579],[708,1586],[697,1595],[676,1606],[668,1617],[674,1637],[652,1640],[636,1666],[623,1695],[640,1708],[654,1724],[645,1745],[626,1763],[635,1791],[658,1806],[671,1815],[674,1835],[667,1850],[697,1867],[688,1879],[668,1888],[659,1902],[646,1912],[641,1937],[654,1948],[639,1968],[635,1992],[641,2013],[659,2027],[658,2050],[650,2062],[665,2075],[654,2103],[661,2119],[663,2145],[681,2156],[710,2177],[725,2191],[734,2156],[719,2132],[712,2126],[702,2119],[701,2090],[706,2070],[705,2055],[701,2026],[685,2008],[681,1981],[694,1957],[689,1943],[695,1925],[719,1915],[734,1902],[739,1872],[730,1863],[723,1837],[712,1826],[707,1801],[688,1787],[670,1774],[677,1750],[692,1739],[693,1719],[692,1707],[677,1692],[685,1663],[708,1654],[711,1634],[743,1617],[761,1590],[754,1575],[775,1561],[790,1559],[792,1537],[803,1524],[799,1507],[801,1492],[799,1484],[805,1477],[803,1448],[786,1435],[774,1405],[759,1394],[764,1373],[772,1357],[760,1347],[737,1332],[725,1323],[720,1307],[712,1292],[705,1279],[690,1275],[654,1275],[630,1276],[634,1294]]},{"area":"1bf","points":[[538,2735],[514,2622],[535,2590],[541,2556],[568,2516],[596,2488],[636,2477],[667,2486],[692,2466],[716,2412],[721,2360],[716,2321],[697,2286],[735,2209],[825,2132],[848,2123],[885,2107],[910,2114],[919,2132],[948,2143],[987,2148],[1006,2134],[1040,2135],[1058,2141],[1076,2132],[1089,2148],[1137,2155],[1178,2143],[1206,2126],[1221,2112],[1236,2107],[1352,2107],[1378,2128],[1397,2152],[1405,2190],[1441,2225],[1466,2244],[1494,2254],[1511,2295],[1559,2303],[1657,2350],[1723,2397],[1742,2455],[1778,2521],[1791,2551],[1888,2735]]},{"area":"1c9","points":[[1547,859],[1548,796],[1561,775],[1577,750],[1631,719],[1649,734],[1676,717],[1710,720],[1730,712],[1751,732],[1785,747],[1810,741],[1814,710],[1835,666],[1857,644],[1865,621],[1898,609],[1917,583],[1964,563],[1996,676],[1964,768],[1945,785],[1954,814],[1969,835],[1955,858],[1964,879],[1969,907],[1968,926],[1951,943],[1921,972],[1926,996],[1966,1001],[1977,1032],[1968,1061],[1950,1077],[1923,1103],[1889,1114],[1884,1134],[1854,1138],[1827,1152],[1799,1151],[1777,1121],[1746,1116],[1724,1120],[1686,1114],[1675,1097],[1637,1083],[1631,1032],[1612,1013],[1574,977],[1555,930],[1552,895]]},{"area":"1c3","points":[[2293,1912],[2145,1840],[2095,1822],[2079,1815],[2074,1772],[2043,1759],[2022,1759],[1996,1769],[1959,1763],[1890,1570],[1899,1505],[1935,1479],[1954,1461],[1979,1453],[1978,1430],[1977,1414],[1975,1395],[1979,1365],[1970,1338],[1978,1315],[1999,1297],[2008,1263],[2023,1244],[2045,1237],[2068,1217],[2101,1215],[2125,1203],[2143,1204],[2183,1195],[2246,1154],[2311,1172],[2359,1203],[2372,1222],[2383,1217],[2408,1226],[2436,1223],[2459,1236],[2480,1262],[2488,1289],[2490,1321],[2495,1346],[2516,1366],[2574,1381],[2606,1375],[2681,1361],[2775,1368],[2794,1397],[2817,1412],[2823,1448],[2806,1461],[2794,1488],[2803,1503],[2837,1511],[2867,1532],[2879,1577],[2901,1585],[2907,1604],[2920,1608],[2921,1652],[2923,1674],[2948,1692],[2972,1694],[2979,1706],[2977,1745],[2982,1795],[2963,1804],[2963,1826],[2954,1839],[2959,1855],[2939,1895],[2912,1901],[2889,1905],[2871,1915],[2849,1912],[2826,1920],[2791,1929],[2761,1933],[2743,1923],[2720,1915],[2702,1915],[2685,1928],[2692,1965],[2675,1996],[2653,2004],[2618,2008],[2587,2013],[2569,2006],[2541,2008],[2503,2004],[2481,1977],[2472,1945],[2454,1937],[2437,1920],[2403,1916],[2375,1917],[2346,1907],[2325,1907]]},{"area":"1c7","points":[[2805,942],[2792,919],[2792,894],[2797,867],[2781,859],[2761,862],[2751,868],[2721,862],[2694,863],[2679,861],[2662,843],[2645,843],[2625,828],[2608,825],[2612,769],[2592,757],[2579,738],[2552,742],[2524,735],[2479,701],[2474,681],[2479,654],[2476,614],[2490,588],[2508,575],[2535,572],[2560,565],[2570,554],[2559,535],[2565,503],[2575,476],[2582,458],[2604,448],[2630,441],[2649,425],[2658,427],[2679,412],[2712,409],[2728,425],[2735,454],[2757,446],[2787,446],[2818,440],[2849,446],[2863,457],[2894,457],[2923,454],[2955,449],[2966,466],[2994,481],[3026,502],[3048,510],[3068,524],[3080,539],[3099,578],[3106,600],[3111,622],[3112,636],[3145,649],[3170,666],[3209,693],[3215,716],[3210,766],[3204,795],[3192,826],[3174,853],[3175,880],[3170,912],[3147,946],[3123,972],[3102,975],[3067,978],[3059,997],[3036,997],[3012,1014],[3003,1035],[3004,1057],[2889,1053],[2808,1012],[2790,975],[2791,960]]},{"area":"1c1","points":[[3212,1939],[3201,1898],[3222,1857],[3235,1827],[3227,1805],[3221,1752],[3182,1745],[3169,1715],[3157,1695],[3146,1658],[3124,1628],[3159,1520],[3199,1463],[3320,1419],[3383,1440],[3399,1445],[3414,1467],[3434,1467],[3449,1471],[3462,1479],[3477,1479],[3499,1484],[3530,1484],[3570,1463],[3692,1474],[3800,1574],[3791,1795],[3770,2000],[3570,2014],[3365,2003],[3274,2019],[3214,1985]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/062-map-1.13-verbeeg-lair.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/063-map-1.13-verbeeg-lair-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"707"},"grid":{"type":"square","size":104,"offsetX":-4,"offsetY":29}}]},{"name":"Lonelywood","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/066-map-1.14-lonelywood.jpg"},"title":"Map 1.14: Lonelywood","width":2199,"height":3000,"imageType":"map","grid":{"type":"none","size":124,"distance":100},"id":"708","mapRegions":[{"area":"1e0","points":[[523,151],[523,396],[1684,396],[1684,151]]},{"area":"1ea","points":[[173,1124],[173,1321],[663,1321],[663,1124]]},{"area":"1ec","points":[[286,2110],[286,2217],[710,2217],[710,2110]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/066-map-1.14-lonelywood.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/067-map-1.14-lonelywood-player.jpg"},"title":"Player Version","width":2199,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100},"mapParent":{"id":"708"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/069-map-1.15-elven-tomb.jpg"},"title":"Map 1.15: Elven Tomb","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":11,"offsetY":29},"id":"709","mapRegions":[{"area":"20b","points":[[161,547],[175,467],[199,412],[239,357],[280,316],[317,284],[378,258],[441,245],[493,241],[556,254],[622,280],[674,316],[712,351],[747,394],[772,443],[790,516],[790,586],[773,650],[751,702],[724,750],[686,787],[640,821],[587,845],[532,861],[440,865],[399,855],[350,839],[295,808],[255,770],[218,730],[187,677],[170,617],[165,581]]},{"area":"207","points":[[534,1899],[538,1868],[550,1826],[563,1788],[579,1752],[603,1720],[627,1689],[667,1844],[654,1863],[646,1885],[644,1899]]},{"area":"209","points":[[991,2315],[999,2276],[1009,2246],[1023,2209],[1044,2177],[1076,2146],[1106,2125],[1151,2106],[1201,2098],[1259,2108],[1310,2128],[1345,2147],[1374,2181],[1397,2218],[1414,2257],[1422,2299],[1422,2352],[1408,2404],[1387,2440],[1359,2475],[1319,2505],[1280,2524],[1240,2532],[1192,2529],[1137,2520],[1088,2494],[1045,2463],[1021,2426],[996,2374],[995,2338]]},{"area":"205","points":[[1885,886],[1836,908],[1781,942],[1741,969],[1698,1003],[1658,1044],[1621,1097],[1579,1157],[1552,1226],[1520,1378],[1517,1436],[1524,1499],[1535,1564],[1550,1626],[1573,1674],[1606,1738],[1648,1797],[1685,1840],[1735,1885],[1795,1924],[1861,1956],[1915,1978],[2003,2003],[2099,2009],[2099,2105],[2083,2105],[2074,2125],[2046,2137],[2021,2139],[1996,2141],[1960,2133],[1444,1921],[933,1702],[881,1631],[902,1483],[925,1428],[1183,1186],[1254,1126],[1328,1080],[1408,1031],[1490,988],[1585,946],[1659,920],[1737,895],[1800,876],[1857,868],[1879,868]]},{"area":"1fb","points":[[2172,1982],[2172,2139],[2284,2139],[2284,1982]]},{"area":"1f9","points":[[2286,2160],[2354,2107],[2481,2094],[2648,2088],[2681,2059],[2795,2027],[2919,1961],[2942,1914],[3005,1884],[3083,1848],[3143,1711],[3222,1693],[3302,1618],[3333,1573],[3363,1488],[3423,1470],[3530,1374],[3557,1275],[3628,1271],[3658,1334],[3599,1426],[3520,1472],[3446,1587],[3357,1636],[3275,1745],[3209,1825],[3112,1901],[3062,1929],[3014,2012],[2917,2021],[2818,2079],[2737,2175],[2645,2152],[2467,2157],[2430,2195],[2351,2241],[2292,2199]]},{"area":"1fd","points":[[2871,751],[2865,711],[2870,661],[2893,622],[2924,596],[2972,579],[3022,590],[3067,625],[3088,657],[3092,714],[3077,757],[3057,786],[3026,809],[2982,817],[2942,814],[2906,795],[2883,769]]},{"area":"1ff","points":[[2799,1306],[2855,1228],[2894,1169],[2981,1170],[3019,1205],[3053,1263],[3075,1347],[3048,1406],[2995,1468],[2926,1492],[2837,1437],[2790,1350]]},{"area":"201","points":[[2182,1950],[2150,1954],[2108,1952],[2054,1955],[1979,1950],[1908,1925],[1844,1890],[1803,1866],[1739,1819],[1676,1760],[1652,1716],[1631,1677],[1608,1632],[1581,1563],[1573,1505],[1572,1444],[1566,1386],[1547,1373],[1557,1312],[1574,1246],[1592,1245],[1615,1215],[1640,1166],[1672,1111],[1703,1068],[1748,1028],[1792,996],[1831,968],[1865,946],[1911,928],[1977,901],[2059,867],[2110,885],[2181,888],[2252,906],[2308,926],[2356,954],[2414,988],[2453,1021],[2490,1054],[2530,1099],[2563,1138],[2586,1182],[2610,1252],[2630,1301],[2640,1365],[2643,1417],[2649,1463],[2637,1497],[2618,1587],[2599,1649],[2570,1702],[2535,1743],[2499,1800],[2471,1825],[2432,1863],[2388,1886],[2356,1919],[2307,1937],[2277,1948],[2226,1956]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/069-map-1.15-elven-tomb.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/070-map-1.15-elven-tomb-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"709"},"grid":{"type":"square","size":104,"offsetX":11,"offsetY":29}}]},{"name":"Targos","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/075-map-1.16-targos.jpg"},"title":"Map 1.16: Targos","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":78,"distance":100},"id":"70a","mapRegions":[{"area":"211","points":[[752,178],[752,359],[1444,359],[1444,178]]},{"area":"21c","points":[[1328,935],[1328,1120],[1734,1120],[1734,935]]},{"area":"21b","points":[[1446,1285],[1446,1556],[1703,1556],[1703,1285]]},{"area":"21d","points":[[89,1026],[89,1129],[326,1129],[326,1026]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/075-map-1.16-targos.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/076-map-1.16-targos-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":78,"distance":100},"mapParent":{"id":"70a"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/077-map-1.17-kelvins-cairn.jpg"},"title":"Map 1.17: Kelvin's Cairn","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":16,"offsetY":-25},"id":"70b","mapRegions":[{"area":"235","points":[[655,1711],[628,1685],[626,1652],[609,1628],[573,1614],[528,1617],[519,1588],[501,1563],[466,1554],[423,1547],[399,1517],[421,1488],[431,1461],[440,1452],[431,1425],[413,1356],[435,1329],[454,1329],[486,1325],[511,1308],[526,1290],[512,1277],[517,1261],[538,1241],[566,1246],[599,1249],[628,1246],[654,1232],[659,1215],[710,1209],[768,1205],[823,1187],[952,1175],[1083,1150],[1105,1132],[1146,1123],[1177,1110],[1219,1121],[1274,1143],[1289,1163],[1307,1156],[1333,1152],[1347,1163],[1365,1161],[1378,1178],[1425,1191],[1417,1212],[1412,1222],[1385,1227],[1372,1218],[1348,1221],[1334,1213],[1298,1222],[1276,1246],[1274,1283],[1249,1290],[1231,1289],[1214,1294],[1188,1290],[1160,1295],[1145,1320],[1125,1335],[1119,1364],[1129,1417],[1102,1422],[1028,1437],[923,1480],[885,1497],[866,1510],[853,1534],[841,1556],[836,1585],[844,1613],[836,1631],[818,1640],[799,1645],[786,1667],[752,1666],[738,1712],[708,1716],[681,1710]]},{"area":"236","points":[[892,1066],[935,995],[1004,933],[1054,880],[1086,852],[1134,839],[1178,888],[1163,950],[1116,990],[1057,1018],[994,1076],[935,1110],[890,1105]]},{"area":"237","points":[[517,1147],[512,1133],[498,1114],[511,1088],[497,1081],[489,1066],[462,1059],[455,1044],[467,1021],[453,1013],[432,995],[406,997],[377,1009],[366,994],[352,972],[329,964],[311,963],[320,941],[285,934],[265,928],[239,928],[213,925],[166,932],[178,905],[204,883],[217,867],[231,832],[244,835],[258,817],[284,821],[317,815],[339,831],[351,812],[385,804],[400,779],[375,760],[359,735],[360,708],[341,686],[342,645],[333,601],[341,579],[354,557],[351,537],[325,524],[303,517],[297,484],[315,468],[350,467],[387,454],[408,450],[425,445],[454,439],[474,445],[506,446],[517,476],[547,470],[560,476],[578,452],[606,453],[637,446],[672,439],[701,439],[728,457],[754,462],[759,492],[761,503],[785,497],[814,497],[844,497],[870,519],[867,552],[871,572],[906,586],[919,583],[951,600],[978,600],[950,677],[917,759],[892,821],[868,821],[831,828],[814,817],[779,812],[759,832],[735,843],[730,870],[705,903],[703,937],[728,950],[735,964],[745,981],[721,986],[692,979],[655,996],[640,1017],[622,1031],[626,1055],[637,1080],[671,1089],[684,1097],[679,1102],[681,1134],[657,1146],[631,1161],[609,1164],[577,1170],[560,1163],[542,1159]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/077-map-1.17-kelvins-cairn.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/078-map-1.17-kelvins-cairn-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"70b"},"grid":{"type":"square","size":104,"offsetX":16,"offsetY":-25}}]},{"name":"Termalaine","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/082-map-1.18-termalaine.jpg"},"title":"Map 1.18: Termalaine","width":2196,"height":3000,"imageType":"map","grid":{"type":"none","size":77,"distance":100},"id":"70c","mapRegions":[{"area":"23e","points":[[565,182],[565,354],[1625,354],[1625,182]]},{"area":"248","points":[[74,1138],[74,1408],[275,1408],[275,1138]]},{"area":"249","points":[[1606,1363],[1606,1477],[2070,1477],[2070,1363]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/082-map-1.18-termalaine.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/083-map-1.18-termalaine-player.jpg"},"title":"Player Version","width":2196,"height":3000,"imageType":"mapPlayer","grid":{"type":"none","size":77,"distance":100},"mapParent":{"id":"70c"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/085-map-1.19-gem-mine.jpg"},"title":"Map 1.19: Gem Mine","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30},"id":"70d","mapRegions":[{"area":"257","points":[[481,574],[501,560],[552,539],[577,538],[585,568],[575,601],[595,625],[612,634],[615,652],[640,657],[665,663],[659,692],[667,723],[697,748],[717,786],[717,852],[707,874],[699,894],[692,912],[621,964],[582,972],[552,969],[467,919],[455,919],[441,901],[413,901],[403,880],[403,865],[415,846],[415,825],[401,813],[387,786],[388,765],[410,757],[431,742],[428,730],[417,711],[434,694],[444,680],[454,677],[454,663],[479,640],[494,617],[486,597]]},{"area":"259","points":[[895,746],[954,652],[1015,645],[1066,646],[1088,643],[1099,628],[1125,632],[1143,641],[1168,635],[1205,644],[1214,659],[1236,666],[1243,684],[1245,697],[1284,695],[1288,720],[1298,741],[1289,769],[1271,774],[1262,790],[1245,795],[1243,812],[1206,823],[1201,839],[1187,849],[1165,850],[1146,845],[1125,852],[1111,871],[1093,881],[1039,883],[960,870],[950,837],[939,822],[941,791],[959,779],[941,759],[920,752]]},{"area":"25f","points":[[364,1831],[370,1796],[385,1769],[408,1734],[410,1716],[425,1698],[463,1688],[471,1659],[463,1632],[453,1618],[458,1600],[485,1596],[495,1583],[506,1560],[519,1539],[505,1524],[506,1510],[520,1495],[529,1474],[510,1463],[511,1445],[505,1436],[505,1418],[525,1417],[548,1427],[570,1421],[570,1408],[601,1397],[626,1405],[652,1397],[686,1405],[710,1437],[726,1486],[694,1488],[668,1492],[667,1514],[688,1550],[714,1557],[737,1551],[759,1565],[775,1582],[804,1588],[822,1595],[832,1625],[826,1655],[841,1679],[843,1730],[846,1765],[834,1785],[806,1795],[786,1815],[799,1834],[766,1881],[721,1905],[689,1899],[680,1916],[634,1924],[614,1926],[614,1951],[597,1979],[577,1983],[557,1986],[532,1979],[474,1987],[461,1959],[428,1932],[422,1898],[406,1886],[397,1854]]},{"area":"25c","points":[[1138,1324],[1110,1268],[1098,1244],[1102,1214],[1111,1195],[1119,1183],[1146,1186],[1170,1181],[1183,1188],[1195,1161],[1187,1138],[1174,1125],[1181,1098],[1203,1075],[1240,1065],[1270,1070],[1298,1094],[1311,1114],[1306,1145],[1289,1155],[1281,1175],[1281,1203],[1306,1201],[1337,1218],[1378,1225],[1397,1217],[1404,1177],[1426,1168],[1448,1163],[1466,1173],[1489,1160],[1514,1151],[1529,1169],[1532,1192],[1526,1217],[1493,1231],[1488,1255],[1507,1274],[1519,1290],[1512,1310],[1486,1325],[1474,1338],[1480,1370],[1455,1392],[1444,1397],[1453,1430],[1468,1439],[1486,1437],[1486,1457],[1489,1480],[1481,1497],[1480,1507],[1455,1519],[1446,1539],[1440,1559],[1432,1566],[1414,1586],[1379,1591],[1357,1583],[1311,1585],[1289,1573],[1268,1566],[1263,1543],[1248,1529],[1231,1521],[1228,1488],[1225,1466],[1203,1452],[1186,1434],[1196,1414],[1194,1388],[1186,1381],[1188,1355],[1187,1334],[1164,1329]]},{"area":"262","points":[[916,2163],[924,2124],[948,2097],[952,2086],[947,2055],[961,2045],[978,2019],[1000,1995],[1015,1973],[1026,1939],[1018,1921],[1052,1894],[1076,1898],[1112,1906],[1152,1901],[1178,1898],[1187,1871],[1210,1861],[1248,1863],[1268,1857],[1293,1866],[1323,1868],[1328,1894],[1363,1897],[1406,1888],[1461,1926],[1476,1943],[1484,1970],[1498,1979],[1490,2003],[1493,2018],[1514,2036],[1526,2061],[1534,2106],[1524,2130],[1502,2156],[1492,2174],[1492,2196],[1535,2213],[1530,2243],[1519,2271],[1506,2292],[1484,2324],[1454,2348],[1427,2345],[1401,2397],[1385,2430],[1370,2436],[1335,2428],[1311,2410],[1279,2403],[1250,2400],[1255,2428],[1222,2421],[1188,2421],[1168,2425],[1161,2403],[1145,2388],[1128,2395],[1094,2418],[1067,2410],[1034,2396],[1018,2372],[983,2350],[974,2323],[969,2298],[951,2261],[934,2226],[916,2195]]},{"area":"265","points":[[1515,2523],[1523,2492],[1521,2467],[1535,2459],[1542,2436],[1534,2430],[1530,2405],[1539,2382],[1555,2369],[1574,2363],[1600,2366],[1609,2392],[1601,2401],[1613,2422],[1630,2435],[1649,2430],[1646,2410],[1662,2397],[1679,2375],[1708,2378],[1721,2378],[1737,2404],[1720,2440],[1720,2463],[1725,2505],[1726,2530],[1748,2548],[1761,2524],[1783,2525],[1799,2539],[1815,2556],[1812,2591],[1795,2605],[1773,2614],[1751,2610],[1733,2610],[1714,2605],[1666,2615],[1604,2634],[1565,2631],[1545,2619],[1530,2594],[1517,2561]]},{"area":"269","points":[[3472,661],[3488,634],[3484,610],[3481,592],[3494,574],[3514,565],[3542,560],[3574,560],[3595,563],[3612,577],[3650,583],[3658,586],[3674,594],[3680,610],[3693,621],[3708,649],[3702,668],[3707,690],[3692,717],[3666,723],[3621,774],[3559,792],[3520,757],[3508,720],[3486,680]]},{"area":"267","points":[[3339,1132],[3339,1254],[3440,1254],[3440,1132]]},{"area":"26c","points":[[2452,1274],[2462,1219],[2465,1191],[2470,1175],[2514,1177],[2546,1186],[2575,1174],[2650,1151],[2715,1151],[2746,1151],[2763,1181],[2777,1194],[2804,1235],[2804,1325],[2796,1373],[2790,1390],[2788,1401],[2804,1432],[2813,1458],[2795,1471],[2760,1495],[2728,1508],[2705,1498],[2685,1499],[2663,1495],[2621,1506],[2594,1493],[2577,1474],[2543,1467],[2514,1471],[2494,1445],[2475,1437],[2465,1413],[2455,1382],[2462,1360],[2453,1316]]},{"area":"271","points":[[2014,1943],[2043,1952],[2074,1937],[2090,1937],[2095,1948],[2119,1966],[2116,1987],[2126,2013],[2139,2012],[2151,2003],[2170,1997],[2175,2008],[2199,2008],[2204,2000],[2226,2005],[2243,2004],[2249,2032],[2268,2040],[2307,2030],[2320,2021],[2338,2032],[2359,2008],[2364,1986],[2379,1985],[2369,1952],[2379,1924],[2372,1906],[2391,1877],[2405,1852],[2440,1818],[2443,1843],[2443,1871],[2444,1888],[2449,1902],[2454,1951],[2459,1982],[2479,2012],[2510,2015],[2561,2023],[2578,2005],[2604,1995],[2622,1985],[2655,1988],[2676,2003],[2729,2005],[2756,2003],[2735,2025],[2711,2054],[2708,2093],[2692,2115],[2649,2098],[2613,2095],[2587,2107],[2559,2115],[2519,2117],[2462,2106],[2400,2121],[2365,2114],[2351,2103],[2319,2102],[2302,2103],[2270,2111],[2253,2110],[2241,2142],[2250,2177],[2267,2206],[2263,2230],[2270,2259],[2259,2280],[2231,2297],[2212,2311],[2218,2267],[2208,2244],[2186,2228],[2175,2206],[2157,2174],[2170,2159],[2181,2132],[2177,2111],[2154,2106],[2121,2101],[2112,2088],[2093,2081],[2095,2063],[2075,2050],[2057,2039],[2062,2026],[2063,2015],[2036,2015],[2032,2000],[2022,1999],[2019,1979],[2006,1966]]},{"area":"26e","points":[[2692,2125],[2716,2093],[2719,2061],[2770,1994],[2785,1970],[2778,1941],[2782,1921],[2809,1897],[2844,1901],[2880,1903],[2929,1908],[2947,1906],[2942,1877],[2975,1868],[3041,1866],[3084,1883],[3086,1893],[3094,1901],[3130,1899],[3172,1892],[3191,1910],[3214,1929],[3236,1955],[3259,1988],[3252,2015],[3270,2040],[3285,2072],[3289,2133],[3268,2156],[3254,2182],[3268,2210],[3292,2230],[3303,2250],[3281,2328],[3259,2329],[3225,2348],[3191,2351],[3165,2356],[3156,2370],[3134,2372],[3085,2421],[3068,2417],[3046,2408],[3025,2403],[3009,2410],[3006,2432],[2964,2434],[2929,2431],[2917,2415],[2903,2394],[2872,2404],[2850,2422],[2808,2412],[2787,2404],[2782,2378],[2750,2365],[2733,2346],[2734,2319],[2725,2290],[2720,2268],[2725,2253],[2711,2209],[2707,2190],[2701,2160],[2685,2159],[2679,2147]]},{"area":"275","points":[[3085,2436],[3137,2381],[3151,2397],[3172,2412],[3188,2421],[3178,2437],[3182,2459],[3212,2474],[3227,2452],[3258,2440],[3283,2452],[3290,2494],[3293,2537],[3281,2572],[3252,2574],[3249,2596],[3252,2617],[3249,2630],[3226,2631],[3208,2621],[3181,2643],[3159,2637],[3143,2645],[3125,2639],[3106,2649],[3083,2628],[3059,2615],[3032,2592],[3032,2565],[3027,2550],[3037,2532],[3068,2515],[3081,2501],[3077,2484],[3085,2474],[3080,2453]]},{"area":"278","points":[[3314,2253],[3339,2262],[3356,2249],[3374,2225],[3387,2223],[3401,2219],[3436,2225],[3470,2235],[3483,2218],[3481,2197],[3490,2172],[3477,2166],[3465,2157],[3441,2154],[3417,2141],[3421,2121],[3414,2101],[3428,2077],[3449,2062],[3448,2040],[3446,2025],[3468,2012],[3480,1994],[3506,2009],[3530,1996],[3545,1994],[3556,2009],[3578,2015],[3583,2028],[3600,2044],[3626,2045],[3648,2036],[3668,2053],[3671,2079],[3675,2117],[3693,2114],[3711,2114],[3735,2110],[3756,2105],[3760,2120],[3752,2143],[3751,2166],[3777,2173],[3808,2174],[3827,2190],[3814,2204],[3813,2239],[3825,2261],[3814,2272],[3796,2290],[3804,2310],[3825,2315],[3828,2338],[3822,2373],[3821,2397],[3817,2409],[3800,2427],[3765,2443],[3756,2471],[3775,2493],[3766,2524],[3746,2533],[3729,2545],[3706,2551],[3677,2557],[3640,2555],[3628,2534],[3617,2529],[3604,2534],[3590,2535],[3575,2572],[3520,2572],[3492,2570],[3479,2546],[3459,2525],[3440,2489],[3434,2461],[3443,2437],[3445,2418],[3470,2401],[3493,2382],[3489,2352],[3481,2330],[3457,2320],[3431,2333],[3404,2320],[3382,2321],[3364,2339],[3328,2334],[3290,2332]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/085-map-1.19-gem-mine.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/086-map-1.19-gem-mine-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"70d"},"grid":{"type":"square","size":104,"offsetX":-38,"offsetY":30}}]},{"name":"Ch. 2: Icewind Dale","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/095-map-2.1-icewind-dale.png"},"title":"Map 2.1: Icewind Dale","width":2550,"height":1704,"imageType":"map","grid":{"type":"none","size":50,"scale":1.88,"distance":1,"units":"miles"},"id":"70e","mapRegions":[{"area":"31b","points":[[124,561],[124,656],[355,656],[355,561]]},{"area":"2bc","points":[[409,521],[409,639],[624,639],[624,521]]},{"area":"3ec","points":[[848,173],[848,278],[1059,278],[1059,173]]},{"area":"2c9","points":[[911,559],[911,662],[1098,662],[1098,559]]},{"area":"373","points":[[194,992],[194,1116],[367,1116],[367,992]]},{"area":"389","points":[[105,1360],[105,1447],[301,1447],[301,1360]]},{"area":"346","points":[[753,1432],[753,1538],[968,1538],[968,1432]]},{"area":"2ed","points":[[1253,1226],[1253,1333],[1509,1333],[1509,1226]]},{"area":"307","points":[[1544,958],[1544,1089],[1905,1089],[1905,958]]},{"area":"41e","points":[[1795,1131],[1795,1246],[2068,1246],[2068,1131]]},{"area":"43f","points":[[2054,1028],[2054,1127],[2307,1127],[2307,1028]]},{"area":"3a8","points":[[1394,708],[1394,840],[1760,840],[1760,708]]},{"area":"59a","points":[[2059,246],[2059,368],[2318,368],[2318,246]]},{"area":"620","points":[[2313,459],[2313,585],[2479,585],[2479,459]]},{"area":"458","points":[[986,1387],[986,1495],[1141,1495],[1141,1387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/095-map-2.1-icewind-dale.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/096-map-2.1-icewind-dale-player.jpg"},"title":"Player Version","width":6000,"height":4215,"imageType":"mapPlayer","grid":{"type":"none","size":63,"distance":1,"units":"miles"},"mapParent":{"id":"70e","autoScale":true}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/097-map-2.2-angajuks-bell.jpg"},"title":"Map 2.2: Angajuk's Bell","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-57,"offsetY":-61},"id":"70f","mapRegions":[{"area":"2c0","points":[[276,1162],[328,989],[423,1011],[381,1187]]},{"area":"2c3","points":[[497,1307],[497,1267],[516,1221],[568,1187],[613,1143],[661,1126],[688,1118],[712,1093],[749,1091],[787,1114],[819,1105],[863,1101],[884,1109],[907,1126],[905,1177],[922,1217],[933,1248],[924,1278],[903,1318],[876,1345],[855,1352],[834,1379],[832,1421],[811,1440],[783,1451],[749,1469],[728,1488],[684,1478],[651,1493],[606,1499],[571,1482],[541,1457],[514,1440],[505,1413],[505,1368],[497,1343]]},{"area":"2be","points":[[859,1987],[859,2469],[1145,2469],[1145,1987]]},{"area":"2bf","points":[[1629,2832],[1604,2771],[1589,2678],[1587,2579],[1615,2495],[1646,2434],[1688,2400],[1737,2389],[1789,2400],[1829,2432],[1848,2469],[1865,2526],[1878,2596],[1878,2657],[1863,2749],[1836,2832]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/097-map-2.2-angajuks-bell.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/098-map-2.2-angajuks-bell-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"70f"},"grid":{"type":"square","size":116,"offsetX":-57,"offsetY":-61}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/100-map-2.3-black-cabin.jpg"},"title":"Map 2.3: Black Cabin","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-53,"offsetY":-40},"id":"710","mapRegions":[{"area":"2e0","points":[[417,666],[417,983],[634,983],[634,666]]},{"area":"2e2","points":[[666,668],[666,983],[1317,983],[1317,668]]},{"area":"2e4","points":[[1346,670],[1346,982],[1794,982],[1794,670]]},{"area":"2d4","points":[[421,1010],[1794,1010],[1794,1115],[1317,1115],[1317,1577],[421,1577]]},{"area":"2e6","points":[[1346,1148],[1346,1577],[1795,1577],[1795,1148]]},{"area":"2d2","points":[[1343,1603],[1343,2041],[1799,2041],[1799,1603]]},{"area":"2d1","points":[[1800,2068],[1319,2068],[1319,1606],[494,1606],[494,1703],[1212,1703],[1212,2168],[1800,2168]]},{"area":"2d0","points":[[1237,2523],[1237,2606],[1323,2606],[1323,2523]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/100-map-2.3-black-cabin.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/101-map-2.3-black-cabin-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"710"},"grid":{"type":"square","size":116,"offsetX":-53,"offsetY":-40}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/105-map-2.4-cackling-chasm.jpg"},"title":"Map 2.4: Cackling Chasm","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-54,"offsetY":-32},"id":"711","mapRegions":[{"area":"301","points":[[539,681],[511,670],[452,681],[418,665],[400,640],[382,619],[381,587],[370,573],[369,550],[401,533],[406,514],[415,495],[401,465],[409,435],[441,419],[463,396],[502,396],[525,403],[530,427],[525,448],[538,474],[556,462],[560,445],[601,436],[622,434],[636,434],[641,480],[655,480],[672,454],[694,441],[715,452],[738,468],[764,492],[778,520],[774,552],[752,560],[752,581],[755,608],[760,646],[761,666],[723,670],[670,663],[648,662],[612,668],[574,679]]},{"area":"2fe","points":[[255,1173],[267,1164],[275,1152],[299,1139],[297,1119],[295,1107],[286,1092],[290,1063],[280,1030],[283,997],[285,966],[311,957],[328,932],[329,912],[316,899],[324,874],[323,845],[356,827],[378,827],[404,832],[422,839],[434,827],[445,818],[563,801],[592,841],[619,863],[625,894],[644,907],[657,917],[680,920],[703,934],[725,957],[742,968],[734,991],[737,1014],[750,1022],[746,1099],[732,1117],[711,1137],[695,1148],[681,1183],[675,1203],[649,1213],[637,1228],[635,1254],[641,1272],[637,1288],[645,1308],[632,1334],[609,1347],[587,1356],[565,1377],[529,1363],[507,1378],[493,1372],[480,1392],[437,1391],[413,1359],[388,1354],[351,1351],[315,1341],[295,1339],[294,1316],[283,1299],[294,1270],[305,1258],[302,1235],[295,1221],[277,1205],[263,1191]]},{"area":"303","points":[[835,822],[875,703],[997,739],[961,865]]},{"area":"2fb","points":[[213,2105],[203,2055],[201,2036],[206,2006],[205,1979],[217,1952],[270,1885],[286,1852],[305,1836],[332,1825],[361,1818],[386,1815],[405,1826],[440,1818],[475,1819],[525,1821],[541,1834],[560,1840],[577,1841],[601,1836],[623,1834],[618,1857],[630,1877],[628,1908],[610,1917],[577,1911],[546,1911],[529,1926],[523,1926],[502,1943],[494,1948],[495,1974],[488,2005],[465,2012],[479,2036],[497,2061],[498,2085],[520,2098],[515,2115],[515,2135],[494,2178],[474,2206],[412,2203],[399,2206],[360,2228],[341,2225],[333,2210],[311,2199],[275,2182],[262,2156],[248,2129],[230,2119]]},{"area":"2f9","points":[[1323,779],[1288,804],[1259,834],[1253,871],[1203,874],[1182,880],[1150,923],[1116,941],[1084,961],[1086,992],[1108,1026],[1097,1099],[1098,1132],[1130,1170],[1156,1205],[1125,1197],[1079,1186],[1049,1188],[1054,1217],[1035,1237],[1013,1262],[986,1262],[986,1281],[991,1321],[983,1370],[977,1410],[959,1422],[957,1446],[972,1481],[978,1523],[986,1552],[972,1600],[948,1619],[960,1652],[947,1676],[950,1695],[969,1701],[978,1730],[1025,1770],[960,1765],[937,1774],[903,1795],[894,1821],[867,1853],[875,1897],[875,1925],[884,1948],[893,1972],[880,1999],[858,2036],[857,2067],[880,2099],[866,2147],[852,2177],[817,2187],[809,2206],[785,2234],[752,2246],[743,2274],[743,2310],[703,2328],[701,2379],[672,2412],[658,2435],[646,2492],[683,2493],[732,2477],[766,2454],[792,2413],[806,2382],[880,2357],[933,2346],[934,2315],[961,2294],[985,2292],[992,2262],[994,2235],[1022,2221],[1052,2206],[1071,2203],[1080,2181],[1067,2159],[1067,2130],[1086,2117],[1105,2079],[1108,2055],[1098,2037],[1101,2013],[1134,2005],[1147,1994],[1179,1963],[1188,1933],[1225,1915],[1271,1899],[1285,1870],[1274,1844],[1275,1827],[1293,1803],[1325,1745],[1345,1719],[1359,1715],[1372,1689],[1373,1658],[1374,1635],[1388,1618],[1403,1583],[1382,1545],[1378,1512],[1361,1498],[1372,1465],[1377,1441],[1403,1430],[1413,1425],[1415,1409],[1443,1397],[1446,1381],[1448,1351],[1454,1330],[1449,1314],[1412,1294],[1387,1285],[1413,1275],[1439,1253],[1457,1245],[1448,1215],[1444,1178],[1425,1163],[1404,1143],[1370,1125],[1366,1077],[1352,1046],[1337,996],[1341,966],[1334,930],[1341,902],[1334,866],[1326,837],[1341,810],[1339,790]]},{"area":"2f2","points":[[1191,2787],[1215,2777],[1234,2773],[1249,2755],[1275,2741],[1271,2707],[1325,2712],[1368,2735],[1394,2765],[1431,2779],[1401,2794],[1369,2783],[1354,2785],[1337,2794],[1315,2809],[1312,2836],[1295,2857],[1265,2862],[1248,2843],[1221,2813]]},{"area":"2f4","points":[[1323,2621],[1366,2546],[1467,2560],[1514,2515],[1568,2485],[1628,2471],[1717,2480],[1725,2627],[1619,2695],[1502,2626],[1463,2679],[1374,2705],[1326,2646]]},{"area":"2f7","points":[[1699,1912],[1699,2070],[1893,2070],[1893,1912]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/105-map-2.4-cackling-chasm.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/106-map-2.4-cackling-chasm-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"711"},"grid":{"type":"square","size":116,"offsetX":-54,"offsetY":-32}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/107-map-2.5-berserkers.jpg"},"title":"Map 2.5: Cave of the Berserkers","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-39,"offsetY":-41},"id":"712","mapRegions":[{"area":"319","points":[[733,1226],[701,1241],[693,1262],[701,1286],[695,1317],[659,1337],[655,1360],[653,1385],[635,1392],[615,1405],[587,1415],[545,1413],[532,1410],[510,1403],[485,1385],[474,1350],[453,1354],[434,1351],[412,1348],[410,1326],[408,1294],[419,1277],[423,1253],[417,1234],[406,1228],[388,1230],[369,1210],[366,1183],[364,1152],[381,1134],[373,1124],[372,1107],[352,1102],[319,1075],[328,1050],[315,1023],[316,982],[330,943],[347,938],[386,935],[397,934],[413,934],[423,915],[421,897],[435,874],[427,858],[430,844],[428,821],[428,805],[431,790],[449,769],[471,769],[484,750],[502,721],[506,701],[520,684],[548,661],[581,657],[600,676],[623,679],[663,666],[695,670],[729,676],[761,686],[790,712],[814,716],[835,723],[863,741],[862,755],[867,781],[853,817],[854,835],[881,852],[888,876],[905,901],[924,914],[919,934],[919,955],[933,964],[925,979],[915,1014],[889,1012],[867,1022],[848,1026],[852,1048],[827,1054],[806,1062],[791,1099],[808,1121],[835,1138],[832,1146],[822,1157],[806,1159],[794,1168],[809,1179],[806,1210],[792,1231],[769,1241],[747,1236]]},{"area":"316","points":[[996,917],[1035,906],[1054,883],[1068,861],[1072,836],[1059,828],[1043,806],[1043,777],[1045,759],[1036,747],[1044,719],[1065,716],[1095,721],[1098,705],[1110,685],[1108,668],[1105,636],[1105,592],[1112,569],[1147,569],[1154,578],[1166,572],[1178,561],[1208,561],[1215,590],[1235,621],[1295,618],[1316,612],[1347,610],[1346,644],[1357,661],[1370,649],[1401,658],[1377,716],[1346,769],[1341,786],[1346,826],[1346,867],[1328,879],[1308,897],[1290,897],[1265,902],[1244,899],[1237,889],[1219,892],[1199,885],[1182,902],[1148,886],[1130,885],[1120,901],[1126,924],[1124,942],[1108,947],[1116,969],[1093,985],[1067,985],[1050,981],[1036,969],[1017,987],[1010,1000],[996,981],[990,961],[1005,957],[1009,933]]},{"area":"314","points":[[1501,710],[1514,695],[1512,677],[1541,662],[1575,659],[1587,653],[1585,627],[1604,613],[1614,582],[1625,596],[1643,595],[1665,600],[1692,604],[1695,635],[1690,659],[1715,679],[1737,698],[1757,720],[1759,738],[1778,760],[1799,763],[1791,782],[1808,803],[1810,836],[1799,854],[1795,884],[1808,914],[1836,914],[1862,916],[1879,914],[1903,954],[1914,983],[1917,1001],[1879,1010],[1865,1022],[1859,1049],[1885,1066],[1897,1088],[1880,1098],[1868,1115],[1840,1120],[1808,1121],[1797,1142],[1785,1163],[1760,1165],[1742,1177],[1720,1181],[1699,1192],[1679,1203],[1658,1199],[1636,1194],[1613,1190],[1595,1188],[1581,1173],[1573,1168],[1564,1133],[1546,1124],[1535,1041],[1538,991],[1516,981],[1492,970],[1484,954],[1483,934],[1462,921],[1454,905],[1452,885],[1453,854],[1475,843],[1492,825],[1485,809],[1481,774],[1481,728]]},{"area":"312","points":[[825,1640],[850,1654],[875,1692],[884,1729],[907,1742],[943,1732],[966,1737],[983,1751],[1013,1752],[1032,1770],[1032,1797],[1052,1809],[1052,1828],[1039,1836],[1031,1867],[1034,1908],[1000,1924],[991,1948],[999,1970],[990,1992],[955,1996],[921,1996],[901,2003],[880,2012],[858,2012],[837,2006],[825,2001],[809,2003],[777,1988],[770,1968],[772,1933],[750,1929],[720,1926],[693,1919],[657,1908],[658,1868],[658,1840],[676,1831],[683,1803],[661,1794],[639,1773],[626,1750],[623,1729],[636,1714],[641,1685],[661,1661],[679,1639],[702,1625],[723,1608],[750,1612],[772,1621],[783,1637],[801,1649]]},{"area":"30c","points":[[1110,2179],[1105,2117],[1130,2035],[1155,1950],[1194,1920],[1241,1920],[1310,1911],[1347,1951],[1330,2004],[1356,2055],[1364,2130],[1324,2200],[1319,2246],[1259,2292],[1183,2302],[1148,2267],[1126,2221]]},{"area":"30f","points":[[1592,2226],[1644,2191],[1688,2187],[1717,2188],[1742,2197],[1761,2197],[1785,2183],[1801,2175],[1814,2196],[1830,2213],[1846,2219],[1843,2240],[1862,2257],[1899,2261],[1915,2275],[1932,2284],[1923,2299],[1926,2324],[1929,2354],[1932,2368],[1921,2392],[1919,2419],[1892,2432],[1865,2454],[1857,2463],[1857,2480],[1832,2497],[1803,2486],[1782,2488],[1759,2486],[1742,2492],[1724,2488],[1703,2492],[1699,2507],[1661,2519],[1626,2516],[1595,2498],[1575,2481],[1578,2461],[1572,2444],[1581,2410],[1569,2379],[1554,2352],[1556,2323],[1577,2292],[1583,2272],[1592,2253]]},{"area":"30e","points":[[1467,1495],[1471,1463],[1461,1423],[1445,1391],[1453,1360],[1480,1352],[1516,1335],[1542,1343],[1570,1361],[1579,1385],[1581,1440],[1582,1468],[1608,1490],[1639,1503],[1640,1503],[1671,1501],[1692,1484],[1695,1455],[1693,1443],[1692,1421],[1698,1386],[1684,1361],[1710,1351],[1732,1334],[1751,1319],[1778,1333],[1817,1345],[1845,1356],[1858,1373],[1858,1395],[1850,1410],[1850,1441],[1827,1463],[1814,1489],[1809,1516],[1826,1550],[1845,1560],[1845,1583],[1803,1600],[1591,1614],[1525,1603],[1465,1566],[1455,1546]]},{"area":"30a","points":[[390,2774],[485,2697],[575,2684],[649,2637],[803,2613],[848,2618],[883,2595],[881,2542],[836,2533],[783,2525],[654,2507],[635,2502],[566,2463],[524,2422],[498,2400],[444,2357],[425,2323],[396,2236],[418,2150],[465,2097],[524,2071],[645,2068],[701,2088],[805,2137],[889,2157],[1036,2147],[1062,2146],[1101,2244],[1174,2326],[1249,2341],[1315,2280],[1338,2295],[1252,2375],[1188,2379],[1083,2326],[1045,2325],[1014,2317],[991,2290],[932,2277],[919,2267],[877,2280],[840,2274],[702,2263],[701,2263],[698,2239],[657,2186],[619,2170],[575,2164],[559,2187],[546,2249],[574,2310],[627,2352],[689,2372],[788,2400],[884,2408],[961,2413],[970,2465],[985,2508],[1046,2545],[1085,2595],[1114,2657],[1063,2685],[889,2735],[783,2765],[659,2797],[557,2858],[488,2906],[455,2932]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/107-map-2.5-berserkers.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/108-map-2.5-berserkers-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"712"},"grid":{"type":"square","size":116,"offsetX":-39,"offsetY":-41}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/110-map-2.6-dark-duchess.jpg"},"title":"Map 2.6: Dark Duchess","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-17,"offsetY":29},"id":"713","mapRegions":[{"area":"324","points":[[489,1444],[511,1359],[550,1219],[595,1079],[639,937],[686,806],[723,733],[764,684],[799,659],[815,654],[837,659],[858,679],[886,714],[926,768],[969,858],[1003,960],[1054,1108],[1097,1257],[1135,1418],[1143,1441],[1018,1441],[981,1280],[844,1280],[835,1259],[821,1252],[797,1254],[788,1279],[653,1279],[610,1444]]},{"area":"326","points":[[613,2253],[652,2419],[790,2419],[792,2439],[817,2445],[837,2440],[844,2421],[981,2421],[1018,2253],[1147,2253],[1119,2357],[1097,2425],[1040,2525],[996,2592],[975,2610],[937,2622],[880,2626],[825,2631],[745,2631],[693,2623],[655,2610],[612,2561],[568,2488],[534,2425],[512,2369],[484,2253]]},{"area":"32c","points":[[1868,846],[1924,752],[1954,698],[1985,667],[2021,654],[2057,672],[2090,706],[2114,750],[2143,799],[2166,846]]},{"area":"32a","points":[[2023,865],[2173,865],[2194,908],[2215,983],[2243,1068],[2023,1071]]},{"area":"329","points":[[2021,1084],[2245,1084],[2341,1427],[2210,1427],[2181,1280],[2046,1280],[2039,1261],[2021,1250]]},{"area":"327","points":[[1868,862],[1804,1049],[1770,1169],[1720,1354],[1699,1425],[1818,1425],[1854,1280],[1915,1280],[1915,862]]},{"area":"321","points":[[1694,1450],[1836,1450],[1871,1292],[1990,1292],[2022,1303],[2043,1292],[2169,1292],[2204,1450],[2343,1450],[2381,1681],[2390,1804],[2391,1964],[2374,2103],[2351,2249],[2203,2249],[2168,2409],[2045,2409],[2019,2391],[1991,2409],[1866,2409],[1832,2253],[1694,2253],[1679,2208],[1655,2098],[1641,1977],[1641,1827],[1658,1671],[1676,1533]]},{"area":"32f","points":[[1690,2275],[1715,2360],[1728,2406],[1777,2489],[1830,2583],[1859,2618],[1902,2626],[2048,2632],[2156,2626],[2187,2614],[2219,2569],[2284,2463],[2314,2396],[2346,2275],[2215,2275],[2181,2421],[2044,2421],[2037,2444],[2013,2446],[1995,2435],[1987,2423],[1852,2423],[1822,2275]]},{"area":"33c","points":[[3045,947],[3095,846],[3142,761],[3175,730],[3206,719],[3240,734],[3270,761],[3370,947]]},{"area":"33a","points":[[2938,1275],[3035,968],[3377,968],[3476,1275]]},{"area":"334","points":[[2935,1301],[2885,1542],[2865,1667],[2850,1797],[2840,1899],[2853,2041],[2859,2137],[2902,2312],[3508,2312],[3547,2155],[3559,2058],[3574,1939],[3570,1850],[3559,1746],[3523,1507],[3481,1301]]},{"area":"33e","points":[[2908,2335],[2942,2417],[2996,2526],[3040,2578],[3068,2596],[3120,2599],[3323,2599],[3355,2592],[3378,2574],[3415,2525],[3475,2421],[3506,2335]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/110-map-2.6-dark-duchess.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/111-map-2.6-dark-duchess-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"713"},"grid":{"type":"square","size":104,"offsetX":-17,"offsetY":29}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/114-map-2.7-id-ascendant.jpg"},"title":"Map 2.7: Id Ascendant","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-37,"offsetY":29},"id":"714","mapRegions":[{"area":"36b","points":[[2576,514],[2592,456],[2626,408],[2685,358],[2738,315],[2806,285],[2904,245],[2914,270],[2872,314],[2840,373],[2816,418],[2802,472],[2800,539],[2813,581],[2840,642],[2869,696],[2907,741],[2910,768],[2846,744],[2773,714],[2712,682],[2666,654],[2616,616],[2595,576],[2584,547]]},{"area":"363","points":[[2942,774],[2923,734],[2888,694],[2861,654],[2830,592],[2819,531],[2816,464],[2827,432],[2840,395],[2867,344],[2917,291],[2944,240],[3002,214],[3096,194],[3162,187],[3222,178],[3290,171],[3392,171],[3392,842],[3304,840],[3226,832],[3160,826],[3090,813],[3030,797],[2974,787]]},{"area":"36c","points":[[3406,170],[3469,173],[3520,190],[3560,211],[3592,234],[3646,267],[3694,322],[3733,376],[3774,450],[3792,496],[3789,557],[3765,629],[3726,683],[3678,731],[3630,770],[3546,810],[3486,834],[3430,840],[3406,840]]},{"area":"35a","points":[[1400,1107],[1418,1021],[1451,950],[1498,882],[1558,861],[1565,894],[1603,846],[1674,826],[1718,816],[1773,810],[1842,795],[1914,787],[1970,781],[2013,784],[2069,786],[2170,790],[2240,805],[2240,1437],[2200,1445],[2147,1454],[2098,1456],[2024,1462],[1950,1461],[1875,1450],[1792,1438],[1710,1426],[1592,1394],[1566,1350],[1563,1376],[1554,1382],[1523,1370],[1491,1344],[1464,1309],[1435,1261],[1411,1205],[1403,1152]]},{"area":"35d","points":[[2250,803],[2347,826],[2410,842],[2515,888],[2624,954],[2570,963],[2517,987],[2464,1042],[2443,1096],[2445,1165],[2474,1210],[2523,1256],[2576,1275],[2632,1285],[2570,1330],[2501,1365],[2413,1400],[2341,1421],[2250,1435]]},{"area":"361","points":[[2458,1094],[2472,1056],[2509,1013],[2542,987],[2571,976],[2602,966],[2640,968],[2677,990],[2709,1026],[2733,1056],[2749,1101],[2750,1141],[2733,1181],[2702,1219],[2669,1250],[2643,1274],[2592,1270],[2554,1261],[2525,1246],[2499,1224],[2477,1202],[2458,1170],[2454,1130]]},{"area":"352","points":[[515,2099],[526,2040],[555,1987],[595,1955],[642,1926],[736,1880],[880,1822],[984,1789],[1066,1763],[1168,1741],[1267,1720],[1382,1704],[1338,1736],[1262,1784],[1210,1845],[1168,1918],[1138,1987],[1125,2042],[1131,2187],[1146,2250],[1170,2307],[1206,2363],[1240,2405],[1290,2443],[1382,2509],[1293,2494],[1210,2478],[1099,2453],[1024,2432],[939,2405],[859,2376],[773,2338],[699,2309],[640,2280],[594,2251],[554,2218],[528,2176],[512,2146]]},{"area":"359","points":[[1939,1742],[2000,1758],[2064,1781],[2130,1810],[2198,1840],[2264,1888],[2320,1931],[2376,1978],[2413,2018],[2438,2066],[2448,2112],[2429,2178],[2387,2235],[2304,2296],[2243,2344],[2170,2387],[2069,2432],[1939,2472]]},{"area":"355","points":[[1131,2114],[1141,2026],[1163,1941],[1202,1877],[1248,1818],[1298,1768],[1376,1723],[1426,1709],[1470,1691],[1546,1696],[1608,1696],[1691,1701],[1763,1707],[1835,1720],[1926,1742],[1926,2475],[1859,2490],[1781,2506],[1685,2512],[1581,2515],[1477,2514],[1408,2501],[1342,2467],[1298,2437],[1264,2402],[1224,2366],[1192,2326],[1176,2282],[1154,2238],[1141,2197],[1136,2160]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/114-map-2.7-id-ascendant.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/115-map-2.7-id-ascendant-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"714"},"grid":{"type":"square","size":104,"offsetX":-37,"offsetY":29}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/117-map-2.8-jarlmoot.jpg"},"title":"Map 2.8: Jarlmoot","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-56,"offsetY":-65,"distance":10},"id":"715","mapRegions":[{"area":"375","points":[[682,1506],[571,1344],[525,1030],[605,848],[776,629],[946,523],[1302,522],[1474,629],[1618,861],[1682,1053],[1606,1360],[1477,1509],[1206,1656],[997,1654]]},{"area":"37f","points":[[296,1672],[296,2016],[746,2016],[746,1672]]},{"area":"37e","points":[[638,2027],[648,2091],[664,2144],[710,2192],[757,2230],[810,2245],[858,2250],[858,2478],[795,2469],[714,2445],[638,2408],[578,2358],[514,2288],[461,2211],[430,2117],[416,2027]]},{"area":"377","points":[[872,2142],[872,2830],[1328,2830],[1328,2142]]},{"area":"383","points":[[1446,2370],[1504,2136],[1674,2050],[1931,2554],[1624,2709]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/117-map-2.8-jarlmoot.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/118-map-2.8-jarlmoot-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"715"},"grid":{"type":"square","size":116,"offsetX":-56,"offsetY":-65,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/128-map-2.9-karkolohk.jpg"},"title":"Map 2.9: Karkolohk","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-45,"offsetY":-53,"distance":10},"id":"716","mapRegions":[{"area":"39c","points":[[580,553],[464,387],[558,313],[680,455]]},{"area":"399","points":[[762,787],[875,473],[1196,491],[1365,547],[1447,709],[1524,945],[1404,1035],[1275,1182],[989,1138],[807,978]]},{"area":"38f","points":[[453,1858],[453,2185],[725,2185],[725,1858]]},{"area":"39f","points":[[780,2031],[744,1958],[749,1816],[767,1711],[822,1613],[927,1542],[969,1498],[1073,1471],[1098,1478],[1236,1527],[1287,1678],[1331,1844],[1465,1873],[1555,1927],[1667,1965],[1731,2042],[1782,2158],[1820,2249],[1691,2276],[1613,2302],[1536,2353],[1482,2425],[1400,2393],[1249,2422],[1133,2351],[1029,2278],[904,2160],[827,2100],[809,2055]]},{"area":"395","points":[[780,1338],[840,1291],[895,1242],[942,1231],[1018,1242],[1049,1280],[1082,1327],[1098,1436],[1025,1356],[940,1347],[869,1364],[831,1395],[809,1395],[795,1373],[771,1351]]},{"area":"396","points":[[1520,1296],[1520,1144],[1563,1101],[1750,1101],[1818,1153],[1818,1353],[1772,1399],[1595,1399],[1551,1391]]},{"area":"395","points":[[1775,2427],[1769,2325],[1796,2298],[1842,2247],[1862,2189],[1893,2162],[1933,2160],[1965,2224],[1973,2249],[1953,2289],[1915,2371],[1864,2409],[1824,2424]]},{"area":"390","points":[[2242,2096],[2336,2007],[2367,2035],[2273,2142]]},{"area":"38f","points":[[2856,2233],[2856,2460],[3089,2460],[3089,2233]]},{"area":"392","points":[[1762,1862],[1756,1773],[1858,1696],[1891,1625],[1829,1547],[1693,1625],[1595,1653],[1475,1607],[1391,1525],[1493,1467],[1627,1540],[1836,1478],[1896,1365],[1898,1235],[1980,1147],[2096,1238],[2176,1329],[2153,1387],[1998,1427],[1982,1518],[2065,1571],[2220,1522],[2240,1564]]},{"area":"392","points":[[1918,1973],[2011,2098],[2040,2135],[2247,1998],[2347,1893],[2344,1765],[2295,1747]]},{"area":"395","points":[[2362,1733],[2473,1678],[2547,1715],[2635,1720],[2560,1904],[2504,1893],[2467,1880],[2438,1842],[2393,1800]]},{"area":"395","points":[[2736,1060],[2731,1005],[2760,942],[2775,880],[2791,807],[2800,747],[2789,707],[2807,675],[2893,678],[2933,716],[2945,749],[2976,785],[2975,842],[2969,895],[2958,916],[2949,996],[2922,1073],[2878,1098],[2805,1100],[2764,1093]]},{"area":"3a2","points":[[2080,598],[2122,575],[2238,575],[2238,665],[2129,665]]},{"area":"3a1","points":[[2138,815],[2138,675],[2344,675],[2344,722],[2307,762],[2247,762],[2247,815]]},{"area":"3a3","points":[[2371,707],[2371,573],[2640,573],[2640,698],[2604,664],[2433,664]]},{"area":"3a4","points":[[2460,473],[2460,555],[2553,555],[2553,473]]},{"area":"3a7","points":[[2571,475],[2598,475],[2638,520],[2638,565],[2571,565]]},{"area":"38f","points":[[3493,1400],[3493,1611],[3698,1611],[3698,1400]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/128-map-2.9-karkolohk.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/129-map-2.9-karkolohk-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"716"},"grid":{"type":"square","size":104,"offsetX":-45,"offsetY":-53,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/131-map-2.10-lost-spire.jpg"},"title":"Map 2.10: Lost Spire of Netheril","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":104,"offsetX":-5,"offsetY":30},"id":"717","mapRegions":[{"area":"3b1","points":[[960,859],[1032,859],[1032,759],[1242,759],[1242,1072],[1036,1072],[1036,966],[913,966]]},{"area":"3b7","points":[[1039,738],[1080,689],[1118,647],[1165,606],[1218,578],[1275,559],[1341,544],[1408,536],[1526,541],[1526,845],[1268,845],[1268,738]]},{"area":"3b3","points":[[1261,866],[1261,967],[1799,967],[1799,866]]},{"area":"3b9","points":[[1554,547],[1612,555],[1676,581],[1722,619],[1773,671],[1820,726],[1860,792],[1874,862],[1874,906],[1818,906],[1818,836],[1554,836]]},{"area":"3b4","points":[[1036,1094],[1265,1094],[1265,987],[1819,987],[1819,925],[1871,925],[1867,972],[1841,1040],[1816,1106],[1769,1155],[1719,1207],[1664,1247],[1608,1268],[1529,1286],[1476,1291],[1394,1289],[1301,1281],[1239,1267],[1200,1253],[1156,1227],[1104,1180],[1062,1135]]},{"area":"3c1","points":[[2173,833],[2355,833],[2355,578],[2296,613],[2248,649],[2207,692],[2173,731]]},{"area":"3bc","points":[[2182,862],[2182,1100],[2213,1153],[2258,1194],[2306,1225],[2309,1265],[2354,1252],[2405,1272],[2460,1285],[2515,1289],[2528,1326],[2551,1326],[2576,1287],[2651,1286],[2728,1265],[2755,1291],[2771,1285],[2780,1258],[2834,1231],[2879,1195],[2892,1173],[2775,1173],[2775,862]]},{"area":"3bf","points":[[2389,833],[2389,564],[2428,551],[2482,545],[2547,540],[2568,500],[2582,500],[2602,539],[2639,544],[2692,549],[2738,555],[2793,571],[2840,598],[2881,633],[2920,673],[2951,712],[2982,765],[3005,833]]},{"area":"3c4","points":[[2804,864],[2804,973],[3005,973],[3005,864]]},{"area":"3c6","points":[[2805,1145],[2805,996],[2993,996],[2979,1049],[2954,1119],[2929,1145]]},{"area":"3cf","points":[[1322,1799],[1260,1801],[1207,1815],[1154,1838],[1107,1882],[1074,1918],[1049,1966],[1035,2007],[1034,2044],[1039,2104],[1054,2156],[1084,2214],[1120,2253],[1169,2281],[1227,2305],[1322,2316]]},{"area":"3ca","points":[[1349,1896],[1349,1689],[1373,1680],[1416,1680],[1433,1644],[1447,1644],[1466,1679],[1498,1682],[1533,1686],[1576,1691],[1607,1701],[1632,1679],[1642,1679],[1653,1714],[1669,1721],[1696,1732],[1733,1752],[1758,1791],[1789,1825],[1818,1862],[1835,1896]]},{"area":"3c7","points":[[1351,1934],[1847,1934],[1862,1962],[1872,1999],[1880,2042],[1875,2085],[1868,2107],[1636,2107],[1636,2318],[1759,2318],[1759,2336],[1713,2364],[1682,2380],[1648,2395],[1639,2428],[1618,2435],[1593,2407],[1539,2422],[1481,2431],[1434,2428],[1420,2460],[1394,2464],[1382,2439],[1351,2434]]},{"area":"3c6","points":[[1661,2138],[1866,2138],[1844,2184],[1779,2291],[1661,2291]]},{"area":"3d7","points":[[2178,2107],[2178,1887],[2202,1844],[2245,1795],[2275,1772],[2315,1744],[2367,1712],[2421,1698],[2491,1684],[2491,2107]]},{"area":"3d2","points":[[2524,2107],[2524,1684],[2578,1685],[2616,1684],[2648,1685],[2704,1695],[2758,1709],[2805,1722],[2839,1748],[2875,1781],[2908,1815],[2946,1873],[2980,1933],[3002,1984],[3008,2021],[3011,2061],[3000,2107]]},{"area":"3c6","points":[[2801,2142],[2992,2142],[2972,2179],[2907,2288],[2801,2288]]},{"area":"3d4","points":[[2171,2245],[2193,2279],[2221,2311],[2245,2335],[2246,2380],[2256,2391],[2294,2369],[2321,2392],[2353,2411],[2404,2424],[2409,2448],[2424,2455],[2448,2432],[2478,2438],[2534,2442],[2581,2446],[2633,2440],[2696,2432],[2744,2418],[2800,2395],[2840,2365],[2871,2338],[2892,2316],[2778,2316],[2778,2245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/131-map-2.10-lost-spire.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/132-map-2.10-lost-spire-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"717"},"grid":{"type":"square","size":104,"offsetX":-5,"offsetY":30}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/135-map-2.11-reghed-camp.jpg"},"title":"Map 2.11: Reghed Tribe Camp","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-62,"offsetY":12,"distance":10},"id":"718"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/136-map-2.11-reghed-camp-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"718"},"grid":{"type":"square","size":116,"offsetX":-62,"offsetY":12,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/138-map-2.12-revels-end.jpg"},"title":"Map 2.12: Revel's End","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":92,"offsetX":-46,"offsetY":-56,"scale":1.05,"distance":10},"id":"719","mapRegions":[{"area":"3fa","points":[[1881,819],[1796,819],[1796,1133],[1710,1133],[1710,819],[1618,819],[1618,732],[1881,732]]},{"area":"3fb","points":[[1779,1141],[1779,1328],[1901,1328],[1901,1141]]},{"area":"40c","points":[[1403,1676],[2276,1676],[2703,2410],[2703,2468],[2276,3203],[1403,3203],[975,2468],[977,2413],[1392,1693],[1353,1654],[926,2381],[926,2499],[1365,3258],[2311,3258],[2757,2505],[2757,2386],[2320,1626],[1368,1626]]},{"area":"40c","points":[[1401,1681],[1365,1626],[1351,1654],[1391,1690]]},{"area":"3fc","points":[[1390,1594],[1779,1594],[1779,1359],[1545,1359]]},{"area":"3fd","points":[[2290,1591],[1901,1591],[1901,1363],[2135,1363]]},{"area":"404","points":[[419,1622],[670,1622],[546,1841]]},{"area":"40a","points":[[564,1876],[857,2382],[888,2382],[1115,1995],[1086,1975],[1086,1627],[706,1627]]},{"area":"408","points":[[422,2441],[738,2244],[815,2374],[815,2502],[739,2637]]},{"area":"40b","points":[[1106,1961],[1106,1626],[1329,1626],[1128,1972]]},{"area":"404","points":[[3013,1626],[3257,1626],[3135,1839]]},{"area":"407","points":[[2369,1654],[2991,1654],[3098,1841],[2790,2374]]},{"area":"405","points":[[2865,2381],[2941,2245],[3252,2445],[2941,2635],[2863,2505]]},{"area":"402","points":[[2502,3004],[2794,2501],[2821,2501],[3110,3004]]},{"area":"404","points":[[3021,3263],[3258,3263],[3143,3059]]},{"area":"3ff","points":[[2276,3294],[2329,3294],[2488,3023],[3128,3023],[2988,3263],[2417,3263],[2338,3352],[2276,3352]]},{"area":"40f","points":[[1534,1945],[2146,1945],[2423,2385],[2417,2503],[2168,2941],[1538,2941],[1259,2499],[1259,2375],[1516,1956],[1392,1752],[1031,2382],[1031,2501],[1419,3170],[2261,3170],[2653,2501],[2653,2386],[2265,1714],[1419,1714],[1405,1741]]},{"area":"40f","points":[[1404,1743],[1535,1946],[1517,1954],[1395,1752]]},{"area":"40d","points":[[1280,2413],[1541,1979],[2146,1985],[2397,2408],[2397,2472],[2138,2903],[1548,2903],[1283,2477],[1577,2477],[1679,2679],[1986,2679],[2108,2445],[1990,2209],[1680,2209],[1572,2413]]},{"area":"40d","points":[[1279,2413],[1575,2413],[1561,2440],[1578,2476],[1281,2476]]},{"area":"411","points":[[1590,2440],[1695,2232],[1975,2232],[2077,2441],[1974,2652],[1695,2650]]},{"area":"404","points":[[419,3261],[539,3053],[665,3261]]},{"area":"407","points":[[573,3049],[893,2512],[1319,3235],[686,3235]]},{"area":"400","points":[[2328,3370],[2328,3795],[2711,3795],[2711,3370]]},{"area":"3fc","points":[[1903,3293],[2246,3293],[2246,3359],[2138,3523],[1903,3523]]},{"area":"3fe","points":[[1391,3288],[1778,3288],[1778,3523],[1542,3523]]},{"area":"414","points":[[810,4464],[910,4253],[1190,4253],[1299,4463],[1196,4669],[914,4669]]},{"area":"415","points":[[1614,4464],[1713,4270],[1836,4270],[1836,4414],[1811,4427],[1794,4440],[1793,4461],[1794,4493],[1816,4506],[1833,4510],[1833,4654],[1716,4654]]},{"area":"417","points":[[1853,4271],[1973,4271],[2067,4459],[1891,4459],[1886,4433],[1871,4416],[1853,4414]]},{"area":"41a","points":[[1854,4653],[1854,4510],[1880,4494],[1891,4474],[2066,4474],[1971,4653]]},{"area":"41b","points":[[2373,4464],[2486,4246],[2776,4247],[2884,4464],[2777,4684],[2484,4684]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/138-map-2.12-revels-end.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/139-map-2.12-revels-end-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"719"},"grid":{"type":"square","size":92,"offsetX":-46,"offsetY":-56,"scale":1.05,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/141-map-2.13-skytower-shelter.jpg"},"title":"Map 2.13: Skytower Shelter","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":-71,"offsetY":-68,"distance":10},"id":"71a","mapRegions":[{"area":"421","points":[[197,764],[381,646],[427,706],[447,707],[501,763],[584,844],[513,953],[429,1014],[376,971],[350,943],[313,916],[311,879],[279,846],[259,830],[237,804],[217,777]]},{"area":"422","points":[[513,1226],[599,1071],[713,986],[819,950],[854,976],[814,1029],[679,1106],[593,1189],[534,1256]]},{"area":"427","points":[[659,1546],[723,1537],[763,1519],[777,1474],[834,1406],[877,1369],[949,1314],[973,1281],[1013,1273],[1041,1414],[1000,1474],[977,1506],[909,1546],[834,1580],[797,1596],[723,1601],[704,1587],[683,1567]]},{"area":"431","points":[[804,2249],[727,2199],[714,2146],[693,2126],[681,2091],[673,2063],[693,2004],[714,1974],[741,1916],[856,1894],[914,1894],[977,1943],[971,2006],[1001,2016],[1031,2021],[1050,2054],[1034,2070],[1033,2116],[1053,2131],[1046,2167],[1001,2199],[993,2220],[993,2226],[981,2276],[921,2281],[844,2273]]},{"area":"434","points":[[501,1677],[529,1720],[510,1763],[510,1820],[537,1839],[546,1863],[566,1883],[594,1889],[613,1934],[617,1969],[604,1987],[624,2023],[610,2049],[604,2066],[624,2094],[630,2127],[619,2161],[606,2187],[563,2197],[533,2186],[461,2177],[397,2190],[421,2146],[423,2110],[421,2050],[454,2029],[464,1993],[454,1971],[456,1943],[441,1927],[437,1906],[396,1883],[380,1841],[403,1807],[390,1783],[384,1724],[386,1687],[429,1671],[473,1654]]},{"area":"436","points":[[750,2423],[750,2643],[1109,2643],[1109,2423]]},{"area":"439","points":[[1404,2629],[1423,2480],[1417,2470],[1446,2443],[1441,2420],[1430,2390],[1429,2361],[1443,2323],[1460,2313],[1503,2276],[1527,2257],[1536,2280],[1576,2290],[1576,2264],[1603,2249],[1647,2230],[1666,2244],[1713,2237],[1720,2203],[1761,2197],[1839,2281],[1874,2321],[1909,2381],[1930,2411],[1921,2431],[1937,2459],[1957,2480],[1937,2516],[1917,2556],[1897,2597],[1874,2600],[1873,2629],[1869,2661],[1831,2670],[1816,2716],[1773,2710],[1767,2733],[1789,2756],[1751,2816],[1724,2810],[1701,2827],[1671,2841],[1641,2851],[1586,2846],[1571,2810],[1530,2821],[1506,2827],[1464,2809],[1453,2787],[1464,2757],[1451,2734],[1439,2717],[1409,2700],[1384,2669],[1391,2647]]},{"area":"429","points":[[1130,1657],[1131,1626],[1119,1613],[1136,1564],[1220,1517],[1256,1536],[1299,1516],[1340,1523],[1366,1556],[1410,1551],[1440,1624],[1427,1643],[1434,1670],[1464,1696],[1474,1714],[1529,1713],[1567,1677],[1589,1667],[1581,1631],[1616,1626],[1676,1621],[1704,1620],[1754,1656],[1779,1693],[1763,1726],[1767,1761],[1766,1784],[1787,1820],[1767,1841],[1747,1869],[1726,1877],[1701,1869],[1674,1873],[1643,1850],[1609,1861],[1570,1837],[1574,1800],[1570,1787],[1536,1781],[1496,1796],[1481,1813],[1449,1829],[1444,1870],[1457,1883],[1483,1891],[1523,1914],[1557,1940],[1596,1909],[1619,1904],[1644,1910],[1679,1923],[1701,1967],[1701,2026],[1681,2037],[1686,2054],[1677,2089],[1654,2101],[1636,2101],[1629,2130],[1597,2136],[1576,2130],[1557,2144],[1536,2139],[1500,2121],[1483,2091],[1471,2047],[1479,2026],[1491,2011],[1494,1986],[1480,1973],[1443,1956],[1424,1970],[1426,2001],[1411,2024],[1383,2034],[1407,2073],[1434,2106],[1436,2149],[1419,2190],[1413,2220],[1394,2224],[1364,2226],[1324,2230],[1277,2224],[1267,2194],[1243,2177],[1214,2163],[1206,2116],[1226,2073],[1240,2056],[1273,2034],[1309,2013],[1311,2000],[1299,1981],[1269,1967],[1257,1946],[1256,1921],[1211,1926],[1190,1921],[1163,1930],[1140,1909],[1119,1873],[1074,1824],[1076,1787],[1077,1767],[1089,1723],[1090,1696],[1093,1680],[1109,1670]]},{"area":"42b","points":[[1423,1533],[1433,1493],[1444,1449],[1430,1436],[1434,1379],[1416,1346],[1420,1300],[1477,1276],[1517,1267],[1573,1284],[1621,1331],[1643,1363],[1667,1384],[1669,1449],[1626,1530],[1610,1544],[1581,1547],[1544,1554],[1496,1553],[1454,1550]]},{"area":"42e","points":[[1466,677],[1527,636],[1626,636],[1669,663],[1707,707],[1726,756],[1720,787],[1684,819],[1664,870],[1687,943],[1731,964],[1767,961],[1787,1057],[1704,1171],[1530,1216],[1413,1113],[1439,1017],[1530,944],[1547,877],[1529,856],[1473,847],[1443,803],[1417,771],[1434,741],[1454,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/141-map-2.13-skytower-shelter.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/142-map-2.13-skytower-shelter-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"71a"},"grid":{"type":"square","size":116,"offsetX":-71,"offsetY":-68,"distance":10}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/144-map-2.14-wyrmdoom-crag.jpg"},"title":"Map 2.14: Wyrmdoom Crag","width":2210,"height":3000,"imageType":"map","grid":{"type":"square","size":116,"offsetX":58,"offsetY":30,"distance":10},"id":"71b","mapRegions":[{"area":"449","points":[[381,846],[329,859],[273,853],[237,801],[213,731],[239,654],[237,619],[241,584],[303,557],[383,547],[447,567],[519,613],[551,657],[573,701],[567,750],[547,781],[506,791],[421,840]]},{"area":"445","points":[[1573,1251],[1547,1226],[1527,1160],[1501,1089],[1469,989],[1457,934],[1454,887],[1471,807],[1479,746],[1496,680],[1509,619],[1549,559],[1603,520],[1676,507],[1770,503],[1869,501],[1883,537],[1930,580],[1969,633],[1981,696],[1973,743],[1934,776],[1893,773],[1876,799],[1879,851],[1907,893],[1940,911],[1941,959],[1944,1017],[1943,1103],[1897,1159],[1874,1189],[1831,1206],[1797,1213],[1760,1207],[1746,1196],[1713,1180],[1681,1199],[1657,1239],[1613,1254]]},{"area":"44b","points":[[303,1500],[360,1491],[354,1479],[346,1464],[353,1437],[401,1421],[439,1430],[441,1443],[470,1434],[464,1420],[501,1403],[630,1436],[651,1443],[656,1467],[661,1494],[640,1520],[634,1554],[651,1573],[669,1611],[720,1636],[710,1706],[699,1763],[680,1803],[676,1820],[660,1841],[643,1870],[616,1901],[571,1913],[541,1919],[514,1924],[469,1926],[437,1903],[390,1897],[377,1884],[357,1871],[321,1854],[299,1843],[286,1800],[267,1781],[271,1740],[266,1707],[260,1633],[263,1579],[283,1530]]},{"area":"443","points":[[767,516],[814,694],[826,827],[834,1130],[856,1201],[909,1249],[1004,1284],[1130,1281],[1221,1234],[1293,1133],[1326,1023],[1316,853],[1343,764],[1333,640],[1353,567],[1250,426],[1057,416],[933,443]]},{"area":"456","points":[[1157,2581],[1416,2441],[1611,2440],[1584,2577],[1323,2694],[1163,2649]]},{"area":"44e","points":[[771,1969],[836,1943],[843,1914],[860,1891],[926,1827],[963,1809],[1013,1791],[1023,1774],[1030,1743],[1077,1719],[1116,1707],[1163,1699],[1197,1744],[1207,1771],[1243,1770],[1251,1793],[1304,1791],[1354,1807],[1379,1844],[1451,1893],[1443,1993],[1429,2010],[1447,2076],[1447,2121],[1449,2169],[1429,2231],[1384,2251],[1369,2270],[1339,2291],[1323,2333],[1273,2364],[1226,2370],[1171,2360],[1100,2359],[986,2394],[943,2407],[907,2419],[876,2431],[840,2411],[794,2374],[761,2353],[757,2311],[740,2251],[753,2214],[757,2149],[747,2104],[746,2049],[760,2000]]},{"area":"454","points":[[1559,1844],[1567,1814],[1573,1777],[1573,1757],[1544,1760],[1509,1769],[1474,1766],[1431,1746],[1410,1713],[1390,1691],[1397,1629],[1417,1583],[1454,1556],[1483,1544],[1513,1511],[1556,1489],[1624,1487],[1664,1493],[1693,1521],[1711,1570],[1710,1614],[1670,1649],[1647,1671],[1629,1694],[1627,1730],[1644,1769],[1639,1816],[1689,1813],[1730,1751],[1771,1740],[1787,1679],[1791,1640],[1786,1601],[1813,1523],[1797,1487],[1757,1491],[1731,1499],[1703,1481],[1693,1453],[1657,1440],[1630,1414],[1647,1361],[1687,1319],[1719,1293],[1759,1277],[1810,1279],[1840,1334],[1833,1383],[1819,1423],[1830,1454],[1853,1460],[1874,1430],[1904,1444],[1964,1507],[1916,1549],[1874,1560],[1873,1616],[1861,1679],[1853,1729],[1840,1774],[1814,1813],[1826,1850],[1856,1859],[1873,1794],[1933,1790],[1970,1803],[1974,1839],[1976,1887],[2006,1924],[2003,1959],[1997,1986],[1996,2047],[1960,2101],[1936,2111],[1836,2091],[1823,2043],[1807,2024],[1764,1999],[1736,1951],[1759,1913],[1787,1884],[1764,1863],[1711,1877],[1666,1909],[1626,1930],[1600,1939],[1613,1977],[1667,2001],[1661,2027],[1703,2027],[1731,2063],[1774,2071],[1793,2094],[1781,2167],[1747,2207],[1683,2237],[1624,2229],[1537,2229],[1519,2176],[1506,2143],[1509,2097],[1536,2043],[1579,2016],[1563,1979],[1513,1954],[1500,1909],[1544,1877]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/144-map-2.14-wyrmdoom-crag.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/145-map-2.14-wyrmdoom-crag-player.jpg"},"title":"Player Version","width":2210,"height":3000,"imageType":"mapPlayer","mapParent":{"id":"71b"},"grid":{"type":"square","size":116,"offsetX":58,"offsetY":30,"distance":10}}]},{"name":"Ch. 3: Sunblight","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/148-map-3.1-sunblight.jpg"},"title":"Map 3.1: Sunblight (Xardorok's Fortress)","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-40,"offsetY":-47,"distance":10},"id":"71c","mapRegions":[{"area":"49a","points":[[753,853],[753,1070],[1013,1070],[1013,853]]},{"area":"496","points":[[671,1126],[756,1126],[756,1117],[1277,1117],[1277,1033],[1364,1033],[1364,1377],[754,1377],[754,1287],[671,1287]]},{"area":"49d","points":[[1807,1027],[1891,1027],[1891,1116],[2134,1116],[2241,1249],[2241,1379],[1807,1379]]},{"area":"473","points":[[233,2141],[320,2141],[320,2053],[481,2053],[481,2120],[454,2120],[454,2131],[484,2156],[484,2546],[454,2571],[454,2584],[480,2584],[480,2647],[317,2647],[317,2563],[233,2563]]},{"area":"470","points":[[533,2443],[533,2656],[703,2656],[703,2443]]},{"area":"46d","points":[[187,2831],[240,2829],[261,2834],[299,2810],[310,2799],[331,2793],[360,2791],[410,2793],[471,2787],[494,2774],[510,2761],[529,2743],[567,2749],[664,2746],[693,2749],[704,2763],[707,2843],[680,2854],[657,2877],[613,2877],[596,2881],[581,2896],[533,2900],[496,2909],[473,2894],[424,2887],[387,2883],[349,2886],[336,2914],[296,2916],[276,2907],[251,2919],[211,2921]]},{"area":"481","points":[[751,2573],[751,2833],[1177,2833],[1177,2573]]},{"area":"486","points":[[1200,2576],[1200,2830],[1360,2830],[1360,2576]]},{"area":"48b","points":[[1459,2487],[1459,2656],[1713,2656],[1713,2487]]},{"area":"488","points":[[1191,2094],[1231,2094],[1240,2111],[1261,2111],[1280,2094],[1363,2094],[1374,2111],[1396,2111],[1410,2094],[1491,2094],[1503,2111],[1529,2111],[1547,2094],[1624,2094],[1636,2111],[1660,2111],[1673,2094],[1714,2094],[1714,2289],[1191,2289]]},{"area":"477","points":[[756,2049],[1013,2049],[1013,2189],[991,2213],[779,2213],[756,2189]]},{"area":"47b","points":[[756,2026],[756,1787],[814,1787],[839,1762],[930,1762],[954,1786],[1010,1786],[1010,2026]]},{"area":"48c","points":[[1807,1960],[1891,1960],[1911,1991],[1954,1991],[1977,1960],[2063,1960],[2063,2217],[1807,2217]]},{"area":"48e","points":[[2416,2221],[2416,2309],[2387,2329],[2387,2373],[2416,2399],[2416,2480],[2159,2480],[2159,2221]]},{"area":"492","points":[[1807,2574],[1807,2829],[2240,2829],[2240,2574]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/148-map-3.1-sunblight.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/149-map-3.1-sunblight-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71c"},"grid":{"type":"square","size":88,"offsetX":-40,"offsetY":-47,"distance":10}}]},{"name":"Ch. 4: Destruction's Light","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/155-map-4.1-dragons-flight-path.png"},"title":"Map 4.1: Dragons Flight Path","width":1700,"height":1102,"imageType":"map","grid":{"type":"none","size":236,"distance":8.48,"units":"miles"}}]},{"name":"Ch. 5: Auril's Abode","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/160-map-5.1-island-of-solstice.jpg"},"title":"Map 5.1: Island of Solstice","width":3684,"height":5000,"imageType":"map","grid":{"type":"square","size":88,"offsetX":-11,"offsetY":16,"distance":200},"id":"71d","mapRegions":[{"area":"537","points":[[1077,1116],[1077,1390],[1288,1390],[1288,1116]]},{"area":"53c","points":[[1284,2144],[1386,2067],[1457,2114],[1515,2263],[1566,2330],[1562,2398],[1444,2437],[1272,2314],[1269,2200]]},{"area":"540","points":[[959,2551],[1107,2436],[1186,2437],[1310,2501],[1355,2608],[1262,2686],[1155,2728],[1017,2695],[962,2627]]},{"area":"538","points":[[311,2046],[311,2184],[464,2184],[464,2046]]},{"area":"537","points":[[332,2812],[332,2959],[461,2959],[461,2812]]},{"area":"537","points":[[130,3418],[130,3587],[249,3587],[249,3418]]},{"area":"537","points":[[874,3848],[874,3995],[1005,3995],[1005,3848]]},{"area":"53c","points":[[1310,3126],[1310,3389],[1525,3389],[1525,3126]]},{"area":"53e","points":[[2040,2733],[2040,2938],[2304,2938],[2304,2733]]},{"area":"53c","points":[[2115,2135],[2115,2323],[2344,2323],[2344,2135]]},{"area":"53c","points":[[2013,3268],[2013,3589],[2307,3589],[2307,3268]]},{"area":"537","points":[[2211,4158],[2211,4325],[2360,4325],[2360,4158]]},{"area":"537","points":[[2692,3674],[2692,3894],[2926,3894],[2926,3674]]},{"area":"536","points":[[3053,3618],[3053,3761],[3152,3761],[3152,3618]]},{"area":"537","points":[[2363,1339],[2363,1505],[2517,1505],[2517,1339]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/160-map-5.1-island-of-solstice.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/161-map-5.1-island-of-solstice-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71d"},"grid":{"type":"square","size":88,"offsetX":-11,"offsetY":16,"distance":200}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/164-map-5.2-grimskalle.jpg"},"title":"Map 5.2: Grimskalle","width":3684,"height":5000,"imageType":"map","id":"71e","mapRegions":[{"area":"561","points":[[340,877],[403,897],[413,897],[414,874],[380,837],[373,817],[404,791],[457,763],[483,786],[503,809],[523,824],[530,803],[521,740],[570,727],[609,723],[624,767],[634,797],[651,797],[664,781],[680,729],[703,733],[749,741],[771,757],[760,789],[769,821],[801,801],[814,787],[836,780],[869,800],[914,830],[894,857],[880,889],[889,900],[930,883],[954,887],[1004,963],[970,979],[961,997],[984,1010],[1017,1011],[1034,1014],[1049,1106],[1007,1114],[979,1136],[1016,1163],[1051,1173],[1037,1210],[1026,1269],[1000,1270],[964,1274],[959,1284],[970,1309],[1020,1329],[989,1364],[950,1403],[911,1389],[890,1381],[874,1387],[883,1419],[917,1450],[887,1476],[851,1499],[829,1509],[779,1460],[766,1471],[764,1500],[769,1541],[723,1547],[680,1554],[667,1496],[654,1479],[634,1496],[619,1543],[610,1561],[560,1553],[521,1531],[531,1494],[524,1456],[493,1476],[474,1497],[464,1514],[414,1486],[374,1460],[397,1429],[416,1411],[410,1384],[374,1390],[339,1403],[307,1370],[281,1333],[333,1307],[340,1283],[296,1269],[263,1266],[247,1211],[241,1177],[276,1161],[310,1153],[311,1134],[297,1123],[243,1113],[246,1076],[256,1014],[290,1011],[334,1004],[326,979],[286,959],[303,919]]},{"area":"55e","points":[[241,2361],[241,2274],[263,2194],[297,2131],[330,2070],[379,2023],[436,1980],[501,1953],[554,1936],[617,1923],[676,1921],[736,1933],[789,1951],[839,1979],[903,2010],[973,2080],[1010,2140],[1041,2211],[1059,2289],[1060,2361]]},{"area":"55a","points":[[241,2377],[244,2409],[256,2446],[273,2496],[299,2544],[337,2597],[381,2637],[434,2674],[471,2693],[453,2713],[463,2739],[487,2756],[527,2763],[561,2757],[564,2727],[601,2730],[660,2731],[730,2723],[736,2764],[791,2760],[830,2747],[841,2729],[824,2693],[874,2669],[934,2623],[989,2557],[1033,2481],[1051,2416],[1059,2377]]},{"area":"564","points":[[2170,2629],[2041,2534],[2036,2513],[2029,2469],[2040,2430],[2061,2389],[2074,2404],[2117,2393],[2133,2361],[2137,2333],[2170,2293],[2176,2260],[2167,2234],[2147,2213],[2093,2133],[2067,2123],[2019,2123],[1884,2123],[1839,2101],[1804,2066],[1800,2023],[1804,1981],[1830,1946],[1873,1921],[1949,1917],[2076,1917],[2100,1899],[2154,1826],[2174,1787],[2170,1741],[2147,1724],[2136,1690],[2130,1664],[2096,1643],[2080,1641],[2066,1649],[2041,1619],[2027,1567],[2033,1520],[2170,1419],[2207,1419],[2244,1433],[2276,1460],[2293,1474],[2281,1484],[2279,1519],[2287,1550],[2307,1563],[2330,1567],[2351,1603],[2363,1641],[2386,1651],[2404,1654],[2496,1654],[2520,1654],[2536,1640],[2551,1600],[2569,1573],[2599,1560],[2620,1536],[2626,1500],[2620,1483],[2607,1476],[2623,1459],[2657,1433],[2696,1421],[2731,1417],[2783,1457],[2827,1490],[2857,1514],[2870,1540],[2869,1571],[2863,1604],[2847,1639],[2840,1653],[2824,1639],[2799,1647],[2781,1657],[2766,1683],[2763,1713],[2743,1736],[2729,1756],[2730,1787],[2739,1814],[2759,1833],[2796,1901],[2837,1913],[2906,1917],[3026,1917],[3063,1943],[3091,1969],[3104,2001],[3099,2060],[3076,2087],[3034,2116],[2999,2123],[2861,2123],[2819,2127],[2794,2149],[2743,2213],[2727,2254],[2733,2297],[2757,2324],[2761,2353],[2777,2380],[2804,2401],[2823,2400],[2841,2390],[2863,2423],[2871,2457],[2871,2507],[2869,2523],[2746,2616],[2720,2624],[2679,2616],[2640,2600],[2606,2563],[2623,2543],[2617,2516],[2609,2491],[2589,2477],[2563,2467],[2534,2396],[2506,2379],[2406,2379],[2370,2389],[2364,2419],[2344,2450],[2337,2469],[2310,2477],[2286,2499],[2270,2526],[2283,2553],[2287,2561],[2276,2587],[2231,2614],[2199,2626]]},{"area":"593","points":[[2361,3196],[2540,3196],[2537,3234],[2529,3271],[2490,3314],[2449,3347],[2406,3324],[2381,3296],[2363,3239]]},{"area":"590","points":[[2360,3174],[2361,3150],[2371,3123],[2366,3103],[2351,3089],[2327,3083],[2337,3033],[2347,3000],[2356,2970],[2367,2953],[2393,2940],[2489,2940],[2510,2940],[2530,2953],[2543,2970],[2549,3001],[2566,3047],[2573,3084],[2546,3086],[2530,3100],[2530,3120],[2541,3157],[2540,3174]]},{"area":"58e","points":[[2274,2740],[2251,2781],[2243,2814],[2234,2864],[2234,2913],[2669,2913],[2666,2860],[2657,2814],[2646,2781],[2623,2740]]},{"area":"58a","points":[[2299,2719],[2603,2719],[2594,2690],[2574,2656],[2547,2620],[2531,2594],[2527,2557],[2527,2541],[2491,2541],[2491,2476],[2513,2471],[2513,2450],[2497,2434],[2406,2434],[2384,2443],[2393,2460],[2416,2470],[2416,2542],[2374,2542],[2374,2609],[2334,2641],[2306,2679]]},{"area":"580","points":[[3293,2544],[3449,2627],[3500,2641],[3537,2637],[3561,2626],[3559,2596],[3534,2564],[3501,2533],[3426,2481],[3356,2443]]},{"area":"575","points":[[3187,2637],[3123,2596],[3093,2544],[3087,2486],[3099,2410],[3037,2380],[2993,2460],[2944,2419],[2936,2391],[2940,2343],[2883,2311],[2899,2276],[2789,2219],[2817,2171],[2924,2229],[2946,2196],[3001,2230],[3034,2207],[3061,2197],[3130,2219],[3087,2300],[3143,2329],[3180,2303],[3211,2284],[3239,2270],[3291,2267],[3334,2274],[3383,2300]]},{"area":"586","points":[[1543,2443],[1480,2480],[1413,2523],[1370,2559],[1340,2587],[1337,2629],[1379,2643],[1423,2633],[1483,2613],[1544,2584],[1604,2547]]},{"area":"575","points":[[1520,2297],[1573,2271],[1629,2263],[1669,2276],[1697,2293],[1736,2317],[1753,2331],[1814,2301],[1770,2219],[1807,2207],[1836,2200],[1860,2214],[1891,2231],[1949,2203],[1969,2227],[2081,2166],[2110,2214],[2004,2274],[2017,2314],[1960,2346],[1959,2374],[1964,2403],[1950,2427],[1910,2454],[1864,2377],[1797,2413],[1804,2466],[1807,2526],[1786,2573],[1749,2611],[1711,2633]]},{"area":"575","points":[[2074,1873],[1971,1810],[1951,1840],[1896,1810],[1866,1829],[1836,1843],[1770,1824],[1817,1740],[1759,1707],[1717,1740],[1680,1764],[1639,1773],[1590,1769],[1549,1763],[1519,1741],[1717,1407],[1757,1430],[1781,1463],[1807,1504],[1813,1546],[1804,1596],[1800,1624],[1864,1654],[1903,1581],[1931,1604],[1953,1621],[1963,1646],[1961,1694],[2013,1733],[2001,1760],[2104,1821]]},{"area":"578","points":[[1544,1601],[1400,1510],[1357,1476],[1343,1450],[1340,1414],[1371,1396],[1409,1403],[1443,1413],[1484,1431],[1603,1496]]},{"area":"575","points":[[2790,1823],[2896,1761],[2883,1726],[2940,1696],[2939,1663],[2940,1626],[2990,1580],[3036,1659],[3099,1627],[3089,1537],[3109,1474],[3144,1437],[3187,1404],[3383,1743],[3304,1773],[3244,1767],[3203,1749],[3141,1706],[3087,1736],[3131,1821],[3069,1839],[3041,1829],[3009,1807],[2947,1841],[2926,1814],[2823,1876]]},{"area":"57c","points":[[3296,1496],[3433,1420],[3484,1404],[3519,1394],[3560,1410],[3557,1453],[3527,1491],[3419,1563],[3354,1600]]},{"area":"568","points":[[2410,1649],[2410,1610],[2393,1603],[2386,1583],[2394,1569],[2417,1566],[2407,1504],[2373,1504],[2373,1431],[2333,1397],[2310,1367],[2300,1346],[2300,1323],[2600,1323],[2600,1346],[2584,1367],[2560,1407],[2531,1433],[2526,1499],[2492,1499],[2492,1564],[2506,1570],[2516,1586],[2507,1600],[2495,1612],[2495,1649]]},{"area":"56b","points":[[2231,1127],[2234,1200],[2247,1247],[2270,1300],[2623,1300],[2649,1260],[2661,1234],[2669,1127]]},{"area":"56d","points":[[2361,867],[2363,890],[2370,913],[2366,936],[2354,949],[2327,956],[2344,1011],[2350,1060],[2369,1090],[2411,1107],[2481,1100],[2517,1096],[2540,1073],[2557,1037],[2567,1001],[2571,957],[2541,943],[2527,924],[2540,894],[2540,867]]},{"area":"571","points":[[2360,843],[2369,784],[2393,737],[2447,690],[2513,740],[2533,803],[2533,843]]},{"area":"557","points":[[653,3446],[660,3349],[684,3270],[737,3194],[804,3151],[874,3129],[933,3130],[1013,3156],[1064,3209],[1111,3267],[1136,3327],[1146,3411],[1146,3446]]},{"area":"552","points":[[976,3471],[976,3806],[1441,3806],[1441,3471]]},{"area":"54f","points":[[977,3826],[977,4064],[1264,4064],[1264,3826]]},{"area":"554","points":[[813,4061],[524,4061],[524,3983],[487,3909],[396,3909],[396,3471],[813,3471]]},{"area":"54d","points":[[400,4086],[400,4256],[813,4256],[813,4086]]},{"area":"54b","points":[[1106,4260],[1106,4304],[1269,4304],[1269,4260]]}],"grid":{"type":"square","size":88,"offsetX":30,"offsetY":-6,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/164-map-5.2-grimskalle.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/165-map-5.2-grimskalle-player.jpg"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","mapParent":{"id":"71e"},"grid":{"type":"square","size":88,"offsetX":30,"offsetY":-6,"distance":10}}]},{"name":"Ch. 6: Caves of Hunger","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/171-map-6.1-caves-of-hunger.jpg"},"title":"Map 6.1: Caves of Hunger","width":4421,"height":6000,"imageType":"map","grid":{"type":"square","size":158,"offsetX":28,"offsetY":55,"scale":3},"id":"71f","mapRegions":[{"area":"5b2","points":[[214,485],[245,463],[270,450],[281,417],[301,397],[335,395],[366,378],[386,350],[430,334],[495,323],[547,342],[574,360],[581,377],[592,387],[581,409],[569,423],[542,422],[516,423],[480,400],[461,422],[449,443],[431,461],[395,466],[369,470],[357,490],[341,516],[305,537],[280,551],[270,521],[258,505],[234,501]]},{"area":"5b7","points":[[694,631],[671,615],[648,613],[627,628],[603,627],[601,594],[586,583],[596,554],[619,538],[645,537],[645,570],[665,577],[684,573],[720,585],[747,566],[745,537],[742,503],[763,501],[826,535],[850,575],[830,603],[806,609],[787,595],[763,604],[751,604],[745,627],[754,643],[777,639],[797,658],[796,698],[772,716],[741,717],[726,707],[715,698],[699,686],[688,686],[655,712],[637,701],[640,661],[674,646]]},{"area":"5b7","points":[[177,895],[166,871],[173,846],[203,843],[203,817],[227,812],[266,812],[274,826],[271,849],[281,871],[289,857],[301,826],[317,814],[325,787],[297,782],[275,768],[274,755],[241,757],[213,755],[181,755],[178,739],[169,712],[173,692],[175,665],[209,652],[230,674],[236,653],[266,643],[286,661],[281,690],[293,702],[314,657],[354,655],[381,661],[379,705],[373,734],[324,730],[302,743],[310,754],[352,756],[369,777],[364,809],[347,817],[360,825],[399,825],[403,854],[406,879],[368,879],[338,867],[319,877],[314,895],[281,903],[243,902],[195,912]]},{"area":"5b3","points":[[379,1009],[406,934],[454,902],[488,884],[535,819],[570,778],[600,783],[672,777],[677,826],[698,850],[702,929],[706,969],[702,986],[676,1017],[639,1030],[591,1032],[577,1027],[560,1027],[537,1031],[493,1023],[462,1043],[440,1048],[427,1041],[378,1044]]},{"area":"5ba","points":[[539,1489],[498,1467],[475,1439],[461,1404],[452,1351],[465,1299],[488,1276],[488,1248],[481,1226],[505,1191],[534,1181],[543,1159],[570,1135],[581,1124],[595,1103],[597,1089],[592,1068],[636,1054],[670,1055],[684,1068],[692,1101],[701,1114],[739,1115],[751,1071],[752,1053],[747,1032],[752,1015],[791,1008],[827,995],[862,986],[888,982],[919,1012],[960,1034],[910,1097],[861,1151],[848,1209],[840,1297],[884,1372],[908,1397],[854,1436],[825,1425],[763,1472],[655,1517],[586,1524],[565,1502]]},{"area":"5be","points":[[1014,1071],[954,1101],[926,1120],[906,1159],[895,1199],[902,1240],[926,1280],[963,1315],[1008,1330],[1055,1338],[1124,1301],[1168,1240],[1174,1172],[1139,1115],[1106,1083],[1050,1072]]},{"area":"5b8","points":[[165,1853],[185,1773],[228,1716],[312,1702],[373,1707],[444,1670],[434,1635],[347,1596],[272,1636],[240,1670],[199,1699],[150,1751],[145,1800],[145,1855]]},{"area":"5cb","points":[[893,1897],[1098,1782],[1338,1732],[1465,1721],[1556,1665],[1636,1783],[1603,1910],[1539,1959],[1419,1914],[1272,1965],[1150,2032],[1008,2050],[925,2021],[879,1965]]},{"area":"5c2","points":[[1151,1324],[1182,1258],[1190,1141],[1223,1130],[1284,1123],[1332,1135],[1394,1166],[1454,1270],[1516,1290],[1443,1342],[1350,1374],[1325,1386],[1268,1359],[1203,1394],[1173,1343]]},{"area":"5c5","points":[[1185,796],[1246,748],[1330,746],[1308,812],[1222,857],[1188,841]]},{"area":"5c8","points":[[1634,1212],[1614,1133],[1595,1032],[1621,992],[1674,996],[1732,1031],[1765,1083],[1777,1163],[1712,1203],[1667,1221]]},{"area":"5f7","points":[[1448,2907],[1419,2877],[1408,2846],[1392,2815],[1391,2778],[1383,2752],[1425,2695],[1450,2671],[1485,2690],[1511,2720],[1561,2702],[1552,2670],[1582,2639],[1609,2605],[1626,2601],[1665,2597],[1732,2659],[1733,2760],[1714,2839],[1625,2911],[1568,2924],[1474,2929]]},{"area":"5fb","points":[[644,5040],[688,4937],[756,4858],[808,4804],[907,4760],[1003,4757],[1022,4799],[1004,4825],[1026,4875],[1013,4895],[1023,4945],[979,4955],[950,5006],[947,5031],[876,5062],[837,5094],[794,5166],[783,5194],[725,5166],[738,5125],[712,5107],[681,5095],[659,5066]]},{"area":"5fe","points":[[804,5232],[819,5166],[858,5101],[911,5070],[979,5044],[1034,5039],[1075,5043],[1097,5035],[1101,5070],[1134,5083],[1137,5125],[1129,5151],[1092,5170],[1085,5206],[1050,5221],[1015,5241],[1004,5281],[957,5276],[948,5314],[915,5319],[906,5285],[844,5280],[819,5267]]},{"area":"601","points":[[1138,5059],[1128,4956],[1112,4899],[1111,4808],[1101,4777],[1177,4773],[1237,4827],[1314,4890],[1339,4912],[1254,4943],[1245,4961],[1234,5004],[1240,5023],[1248,5055],[1277,5071],[1301,5044],[1372,5048],[1403,5059],[1392,5147],[1383,5230],[1337,5228],[1301,5252],[1284,5240],[1241,5243],[1231,5190],[1208,5126],[1179,5093],[1151,5072]]},{"area":"603","points":[[1671,4995],[1782,4935],[1805,4975],[1699,5039]]},{"area":"5f5","points":[[1483,3610],[1452,3534],[1431,3399],[1570,3254],[1743,3083],[1850,3074],[1942,3155],[1973,3374],[1957,3555],[1929,3619],[1950,3739],[2001,3886],[1839,4030],[1765,4025],[1594,3975],[1533,3799],[1561,3685]]},{"area":"5f0","points":[[2339,3365],[2265,3323],[2196,3265],[2196,3172],[2246,3026],[2324,2943],[2401,2991],[2437,3092],[2488,3208],[2427,3330],[2378,3361]]},{"area":"5f7","points":[[2662,3330],[2650,3284],[2657,3271],[2683,3265],[2680,3236],[2720,3222],[2738,3204],[2723,3170],[2706,3165],[2714,3138],[2748,3126],[2783,3119],[2832,3119],[2890,3130],[2901,3161],[2897,3201],[2924,3221],[2951,3232],[2950,3274],[2937,3292],[2973,3320],[2965,3347],[2970,3374],[2951,3392],[2935,3410],[2937,3437],[2903,3446],[2870,3448],[2846,3445],[2813,3435],[2796,3462],[2772,3471],[2703,3441],[2707,3401],[2679,3379],[2666,3354]]},{"area":"5f9","points":[[2450,4262],[2461,4128],[2552,4040],[2676,4022],[2717,4093],[2714,4218],[2694,4262],[2534,4301],[2495,4286]]},{"area":"5cf","points":[[2280,1615],[2265,1551],[2286,1471],[2279,1425],[2298,1370],[2338,1352],[2397,1335],[2436,1350],[2462,1345],[2494,1406],[2529,1401],[2585,1439],[2594,1566],[2610,1587],[2587,1614],[2597,1657],[2619,1676],[2679,1721],[2646,1788],[2603,1796],[2566,1756],[2534,1773],[2543,1814],[2501,1845],[2457,1886],[2436,1905],[2408,1894],[2417,1934],[2355,1959],[2310,1954],[2280,1926],[2243,1943],[2186,1903],[2172,1866],[2254,1881],[2308,1854],[2311,1832],[2347,1823],[2329,1794],[2343,1761],[2297,1730],[2262,1698],[2258,1683],[2292,1643],[2292,1627]]},{"area":"5d1","points":[[2499,1294],[2530,1262],[2578,1226],[2595,1196],[2590,1173],[2617,1138],[2640,1107],[2655,1080],[2654,1023],[2640,1017],[2628,991],[2610,966],[2572,939],[2600,930],[2654,930],[2693,961],[2705,981],[2698,1004],[2734,1028],[2752,1092],[2772,1128],[2725,1150],[2768,1175],[2747,1241],[2745,1267],[2717,1262],[2745,1290],[2717,1323],[2697,1328],[2688,1374],[2675,1390],[2631,1383],[2582,1356],[2543,1339],[2534,1315],[2520,1314]]},{"area":"5d4","points":[[2795,1418],[2788,1387],[2783,1361],[2813,1328],[2846,1317],[2846,1297],[2892,1275],[2933,1261],[2952,1274],[2973,1289],[3001,1351],[3004,1373],[3006,1399],[3000,1468],[2986,1503],[2974,1524],[2932,1542],[2884,1548],[2836,1543],[2782,1539],[2799,1483],[2803,1452]]},{"area":"5dd","points":[[2897,1710],[2937,1655],[2964,1627],[3022,1625],[3046,1644],[3098,1648],[3134,1676],[3146,1724],[3132,1746],[3124,1755],[3115,1795],[3139,1828],[3134,1857],[3093,1863],[3054,1859],[2972,1870],[2928,1872],[2914,1835],[2881,1826],[2874,1786],[2874,1763],[2870,1751],[2897,1728]]},{"area":"5d9","points":[[2517,2108],[2506,2081],[2457,2057],[2475,2013],[2476,1972],[2497,1950],[2530,1923],[2574,1915],[2608,1899],[2688,1907],[2746,1916],[2777,1937],[2787,1941],[2790,1979],[2792,2012],[2823,2021],[2790,2071],[2804,2108],[2806,2137],[2794,2181],[2748,2192],[2717,2191],[2703,2208],[2695,2234],[2653,2234],[2630,2230],[2613,2231],[2588,2250],[2548,2236],[2545,2266],[2505,2274],[2471,2253],[2485,2173],[2497,2145],[2526,2119]]},{"area":"5ee","points":[[2948,2474],[2986,2387],[3044,2345],[3169,2391],[3204,2521],[3120,2592],[3055,2583],[2970,2529]]},{"area":"5e9","points":[[3373,2525],[3397,2483],[3432,2480],[3453,2434],[3499,2410],[3519,2408],[3551,2419],[3534,2455],[3564,2465],[3575,2444],[3606,2439],[3601,2457],[3627,2459],[3643,2520],[3640,2560],[3650,2595],[3698,2604],[3719,2591],[3750,2614],[3751,2645],[3750,2672],[3748,2698],[3747,2721],[3707,2742],[3689,2785],[3648,2785],[3612,2790],[3578,2801],[3515,2747],[3499,2705],[3485,2591],[3448,2596],[3421,2572],[3412,2551],[3414,2534],[3392,2537]]},{"area":"5e5","points":[[3450,2013],[3465,1982],[3532,1966],[3552,1930],[3537,1898],[3586,1868],[3637,1859],[3650,1782],[3631,1755],[3681,1791],[3728,1812],[3750,1863],[3800,1908],[3797,1938],[3814,1987],[3796,2009],[3815,2030],[3804,2089],[3775,2107],[3737,2115],[3754,2134],[3677,2182],[3646,2196],[3635,2214],[3605,2209],[3597,2231],[3613,2257],[3594,2294],[3542,2290],[3508,2254],[3483,2215],[3490,2182],[3467,2147],[3428,2130],[3415,2094],[3437,2061],[3450,2039]]},{"area":"5eb","points":[[3960,2027],[3933,2017],[3934,1987],[3945,1963],[3991,1947],[4000,1917],[3994,1895],[3994,1857],[4009,1819],[4034,1825],[4067,1814],[4076,1788],[4112,1770],[4161,1783],[4172,1800],[4187,1823],[4168,1846],[4175,1867],[4155,1889],[4175,1907],[4178,1950],[4160,1982],[4150,1986],[4157,2008],[4138,2048],[4126,2049],[4114,2062],[4124,2086],[4095,2110],[4065,2111],[4090,2137],[4043,2168],[4001,2154],[3973,2121],[3928,2126],[3930,2086],[3950,2055]]},{"area":"5d6","points":[[3183,1244],[3166,1228],[3117,1215],[3110,1203],[3077,1183],[3053,1120],[3061,1083],[3030,1083],[3026,1035],[3003,1012],[2966,1005],[2968,947],[2988,930],[3017,938],[3028,921],[3072,907],[3088,919],[3123,915],[3146,947],[3166,972],[3154,995],[3172,1018],[3200,1009],[3217,996],[3228,972],[3257,973],[3298,965],[3319,981],[3333,1015],[3315,1046],[3341,1074],[3355,1095],[3341,1145],[3321,1168],[3330,1194],[3301,1217],[3263,1231],[3250,1219],[3209,1240]]},{"area":"5df","points":[[3206,1577],[3210,1511],[3235,1493],[3249,1492],[3259,1466],[3250,1452],[3246,1428],[3246,1419],[3270,1399],[3267,1370],[3293,1333],[3324,1307],[3354,1329],[3387,1335],[3422,1329],[3434,1314],[3477,1308],[3514,1354],[3530,1372],[3535,1396],[3537,1461],[3514,1468],[3512,1510],[3541,1525],[3541,1594],[3534,1603],[3497,1608],[3488,1630],[3490,1652],[3454,1679],[3434,1668],[3408,1689],[3414,1717],[3361,1734],[3326,1717],[3288,1708],[3258,1715],[3246,1694],[3245,1658],[3219,1640],[3208,1617],[3218,1592]]},{"area":"5e2","points":[[3574,1095],[3551,1067],[3543,1050],[3515,1037],[3490,1032],[3476,1032],[3463,1003],[3439,966],[3414,961],[3419,932],[3412,906],[3434,867],[3457,871],[3495,858],[3506,837],[3515,825],[3514,806],[3551,792],[3569,790],[3586,797],[3631,783],[3653,772],[3741,763],[3797,778],[3827,787],[3844,813],[3852,837],[3839,849],[3835,870],[3836,889],[3817,901],[3794,915],[3772,919],[3757,932],[3775,963],[3797,985],[3809,1027],[3772,1117],[3716,1139],[3635,1125],[3610,1110]]},{"area":"608","points":[[3835,3204],[3855,3123],[3866,3037],[3885,2988],[3982,2932],[4102,2939],[4221,2946],[4254,2945],[4293,2938],[4325,2925],[4356,2881],[4356,3133],[4292,3152],[4257,3231],[4284,3321],[4218,3370],[4071,3404],[3982,3399],[3850,3305],[3837,3249]]},{"area":"60e","points":[[3030,3628],[2985,3596],[3015,3566],[3045,3530],[3075,3535],[3111,3526],[3146,3510],[3165,3525],[3169,3561],[3182,3582],[3213,3605],[3195,3652],[3204,3690],[3268,3670],[3320,3640],[3312,3728],[3266,3787],[3223,3792],[3183,3790],[3115,3810],[3052,3750],[3026,3708],[3028,3670]]},{"area":"60a","points":[[3330,3872],[3333,3844],[3378,3799],[3387,3774],[3413,3747],[3449,3699],[3492,3705],[3542,3706],[3572,3674],[3604,3654],[3643,3672],[3698,3705],[3689,3743],[3703,3768],[3766,3766],[3775,3772],[3705,3886],[3694,3920],[3695,3956],[3703,3997],[3671,4019],[3641,4019],[3640,4045],[3619,4072],[3587,4068],[3573,4049],[3538,4046],[3514,4022],[3486,3983],[3492,3950],[3480,3924],[3431,3930],[3410,3933],[3339,3914]]},{"area":"611","points":[[3844,4076],[3863,4048],[3924,4018],[3956,4022],[3994,4014],[4017,4040],[4013,4061],[4074,4089],[4070,4146],[4054,4174],[4019,4175],[3975,4204],[3952,4215],[3932,4210],[3902,4186],[3889,4186],[3879,4212],[3905,4235],[3910,4283],[3905,4302],[3895,4329],[3846,4320],[3809,4320],[3779,4317],[3757,4285],[3733,4265],[3724,4249],[3702,4244],[3720,4227],[3716,4203],[3711,4175],[3702,4157],[3733,4135],[3733,4106],[3777,4090],[3809,4088],[3830,4092],[3840,4088]]},{"area":"613","points":[[4106,3911],[4148,3858],[4143,3831],[4183,3815],[4201,3823],[4221,3818],[4254,3848],[4286,3874],[4319,3879],[4320,3919],[4297,3928],[4294,3950],[4326,3966],[4332,3995],[4319,4021],[4272,4023],[4293,4052],[4294,4084],[4253,4098],[4230,4147],[4195,4139],[4185,4128],[4164,4121],[4147,4105],[4116,4098],[4115,4070],[4121,4040],[4097,4015],[4114,3972],[4111,3942]]},{"area":"61a","points":[[3773,4752],[3806,4716],[3917,4715],[3943,4783],[3950,4809],[3966,4819],[3956,4846],[3973,4884],[3969,4942],[3926,4987],[3888,4983],[3871,5017],[3825,5008],[3782,4994],[3772,4979],[3768,4951],[3755,4911],[3759,4884],[3769,4844],[3763,4785]]},{"area":"615","points":[[2961,5098],[3030,4899],[3061,4773],[3155,4670],[3218,4599],[3299,4511],[3391,4551],[3436,4641],[3557,4743],[3570,4902],[3526,5015],[3379,5095],[3286,5137],[3197,5245],[3052,5257],[2965,5164]]},{"area":"61b","points":[[3788,5412],[3775,5378],[3837,5334],[3867,5408],[3880,5474],[3850,5525],[3855,5609],[3883,5684],[3792,5649],[3785,5524],[3799,5435]]},{"area":"618","points":[[3026,5546],[3018,5524],[3030,5483],[3054,5458],[3072,5440],[3101,5428],[3141,5418],[3166,5435],[3209,5443],[3246,5414],[3307,5405],[3339,5400],[3374,5401],[3401,5361],[3432,5365],[3463,5385],[3479,5410],[3480,5462],[3480,5495],[3471,5534],[3394,5572],[3374,5556],[3346,5572],[3360,5587],[3338,5600],[3328,5610],[3332,5632],[3310,5652],[3271,5654],[3225,5657],[3191,5689],[3156,5698],[3110,5694],[3094,5674],[3070,5665],[3049,5649],[3027,5627],[3035,5573]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/171-map-6.1-caves-of-hunger.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/172-map-6.1-caves-of-hunger-player.jpg"},"title":"Player Version","width":4421,"height":6000,"imageType":"mapPlayer","mapParent":{"id":"71f"},"grid":{"type":"square","size":158,"offsetX":28,"offsetY":55,"scale":3}}]},{"name":"Ch. 7: Doom of Ythryn","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/178-map-7.1-the-necropolis.jpg"},"title":"Map 7.2: Necropolis of Ythryn","width":5000,"height":3100,"imageType":"map","grid":{"type":"none","size":286,"distance":100},"id":"720","mapRegions":[{"area":"67b","points":[[2679,793],[2679,880],[2764,880],[2764,793]]},{"area":"674","points":[[2266,689],[2266,772],[2351,772],[2351,689]]},{"area":"671","points":[[2036,480],[2036,554],[2116,554],[2116,480]]},{"area":"66d","points":[[1932,384],[1932,469],[2021,469],[2021,384]]},{"area":"66a","points":[[2107,874],[2107,955],[2182,955],[2182,874]]},{"area":"677","points":[[2236,1031],[2236,1106],[2319,1106],[2319,1031]]},{"area":"6b3","points":[[3364,953],[3364,1035],[3440,1035],[3440,953]]},{"area":"6ae","points":[[3187,1112],[3187,1188],[3265,1188],[3265,1112]]},{"area":"6b7","points":[[3388,1556],[3388,1627],[3465,1627],[3465,1556]]},{"area":"6bc","points":[[4202,1702],[4202,1786],[4282,1786],[4282,1702]]},{"area":"6c4","points":[[3058,1755],[3058,1836],[3139,1836],[3139,1755]]},{"area":"6c1","points":[[3426,1874],[3426,1952],[3506,1952],[3506,1874]]},{"area":"6c9","points":[[3044,2184],[3044,2265],[3124,2265],[3124,2184]]},{"area":"668","points":[[1606,574],[1606,655],[1689,655],[1689,574]]},{"area":"664","points":[[1305,720],[1305,800],[1393,800],[1393,720]]},{"area":"660","points":[[1125,767],[1125,845],[1202,845],[1202,767]]},{"area":"65d","points":[[1044,1131],[1044,1220],[1125,1220],[1125,1131]]},{"area":"656","points":[[1527,1152],[1527,1232],[1619,1232],[1619,1152]]},{"area":"645","points":[[1345,1512],[1345,1589],[1428,1589],[1428,1512]]},{"area":"649","points":[[1609,1487],[1609,1566],[1684,1566],[1684,1487]]},{"area":"64c","points":[[1906,1320],[1906,1395],[1986,1395],[1986,1320]]},{"area":"652","points":[[2120,1340],[2120,1425],[2200,1425],[2200,1340]]},{"area":"640","points":[[2181,1844],[2181,1926],[2266,1926],[2266,1844]]},{"area":"632","points":[[1262,2147],[1262,2228],[1352,2228],[1352,2147]]},{"area":"635","points":[[1528,2245],[1528,2329],[1601,2329],[1601,2245]]},{"area":"637","points":[[2014,2144],[2014,2221],[2098,2221],[2098,2144]]},{"area":"6ba","points":[[2725,1652],[2725,1731],[2812,1731],[2812,1652]]},{"area":"6d0","points":[[2725,1794],[2725,1881],[2802,1881],[2802,1794]]},{"area":"6cd","points":[[2639,2044],[2639,2127],[2727,2127],[2727,2044]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/178-map-7.1-the-necropolis.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/179-map-7.1-the-necropolis-player.jpg"},"title":"Player Version","width":5000,"height":3100,"imageType":"mapPlayer","grid":{"type":"none","size":286,"distance":100},"mapParent":{"id":"720"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/184-map-7.3-spire-of-iriolarthas.jpg"},"title":"Map 7.3: Spire of Iriolarthas","width":4000,"height":2765,"imageType":"map","grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24},"id":"721","mapRegions":[{"area":"693","points":[[762,1013],[757,995],[742,989],[738,947],[695,976],[696,989],[677,990],[675,973],[689,969],[719,916],[597,916],[584,931],[565,917],[582,897],[594,903],[683,861],[595,824],[572,828],[563,810],[586,797],[595,804],[684,806],[635,720],[622,710],[628,695],[646,697],[645,711],[704,758],[706,671],[693,651],[710,641],[723,651],[718,668],[737,764],[778,626],[764,604],[785,594],[801,609],[790,618],[831,758],[855,667],[843,653],[863,643],[880,661],[865,669],[867,765],[923,710],[928,693],[949,696],[947,717],[934,718],[891,809],[974,805],[988,795],[1005,813],[990,826],[977,822],[883,861],[974,904],[991,902],[999,919],[982,928],[971,916],[857,918],[878,971],[896,973],[890,991],[869,989],[872,974],[829,947],[834,986],[811,1001],[808,1013]]},{"area":"692","points":[[733,1014],[733,1344],[840,1344],[840,1014]]},{"area":"68b","points":[[320,1651],[345,1583],[397,1542],[435,1535],[479,1557],[516,1585],[515,1697],[482,1729],[438,1742],[390,1736],[351,1709],[329,1678]]},{"area":"68e","points":[[1043,1606],[1270,1606],[1305,1641],[1305,1802],[1071,1802],[1043,1768]]},{"area":"684","points":[[214,1898],[214,2064],[364,2064],[364,1898]]},{"area":"680","points":[[526,1797],[526,2213],[1044,2213],[1044,1797]]},{"area":"686","points":[[1093,1849],[1093,2061],[1357,2061],[1357,1849]]},{"area":"689","points":[[1261,2163],[1304,2163],[1304,2110],[1361,2110],[1361,2253],[1322,2281],[1256,2294],[1261,2215]]},{"area":"685","points":[[862,2263],[862,2322],[1199,2322],[1199,2263]]},{"area":"67e","points":[[739,2229],[739,2640],[837,2640],[837,2229]]},{"area":"698","points":[[2183,1162],[2147,1146],[2118,1121],[2077,1071],[2049,1021],[2036,936],[2034,863],[2045,788],[2061,734],[2095,676],[2128,638],[2183,610],[2228,599],[2274,598],[2316,612],[2366,641],[2389,668],[2412,706],[2440,772],[2449,815],[2453,875],[2450,933],[2438,1002],[2412,1063],[2372,1116],[2322,1156],[2292,1162]]},{"area":"69b","points":[[1910,1330],[2523,1330],[2611,1484],[1826,1484]]},{"area":"69f","points":[[1932,1646],[1934,1886],[1949,1972],[1964,1998],[2009,2069],[2068,2120],[2187,2158],[2299,2159],[2371,2129],[2430,2065],[2479,1986],[2501,1911],[2501,1646]]},{"area":"6a5","points":[[2502,2164],[2589,1904],[2627,1904],[2711,2164]]},{"area":"6a3","points":[[1742,2147],[1736,2103],[1754,2053],[1774,2027],[1811,2004],[1845,1995],[1881,2001],[1918,2016],[1961,2068],[1972,2111],[1960,2158],[1930,2192],[1892,2216],[1839,2215],[1791,2198],[1763,2178]]},{"area":"6a8","points":[[2145,2314],[2335,2314],[2322,2374],[2275,2406],[2239,2405],[2195,2397],[2161,2375],[2150,2344]]},{"area":"6a9","points":[[3178,2294],[3699,2294],[3699,1856],[3690,1830],[3672,1811],[3656,1798],[3598,1798],[3598,1691],[3576,1656],[3542,1624],[3510,1605],[3474,1589],[3434,1589],[3395,1594],[3354,1610],[3317,1638],[3291,1674],[3275,1701],[3275,1802],[3222,1802],[3192,1822],[3181,1843],[3178,1894]]}],"hrefThumbnail":{"type":"internal","path":"adventure/IDRotF/thumbnail/184-map-7.3-spire-of-iriolarthas.webp"},"page":"adventure.html","source":"IDRotF","hash":"idrotf"},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/185-map-7.3-spire-of-iriolarthas-player.jpg"},"title":"Player Version","width":4000,"height":2765,"imageType":"mapPlayer","mapParent":{"id":"721"},"grid":{"type":"square","size":52,"offsetX":6,"offsetY":-24}}]},{"name":"Maps","ix":24,"images":[{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/263-icewind-dale.jpg"},"title":"Poster Map: Icewind Dale","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":63,"distance":1,"units":"miles"}},{"type":"image","href":{"type":"internal","path":"adventure/IDRotF/264-ten-towns.jpg"},"title":"Poster Map: Ten Towns","width":6000,"height":4215,"imageType":"map","grid":{"type":"none","size":122,"distance":250}}]}]},"CM":{"id":"CM","source":"CM","prop":"adventure","chapters":[{"name":"A Book of Books","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/map-poster.jpg"},"title":"Poster Map","width":5000,"height":3539,"imageType":"map","grid":{"type":"none","size":85,"distance":25}}]},{"name":"Candlekeep","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/004-map-1.01-Candlekeep.png"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Candlekeep","width":1710,"height":2316,"id":"426"},{"type":"image","href":{"type":"internal","path":"adventure/CM/005-map-1.01-Candlekeep-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":2400,"height":3256,"mapParent":{"id":"426","autoScale":true}}]},{"name":"The Joy of Extradimensional Spaces","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/010-map-2.01-fistandias-mansion.jpg"},"imageType":"map","title":"Map 2.1: Fistandia's Mansion","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"width":3000,"height":2135,"id":"47b","mapRegions":[{"area":"06c","points":[[944,245],[944,502],[1104,502],[1104,245]]},{"area":"069","points":[[1136,242],[1136,496],[1387,496],[1387,242]]},{"area":"065","points":[[1424,149],[1424,598],[1765,598],[1765,149]]},{"area":"070","points":[[1994,251],[1994,597],[2242,597],[2242,251]]},{"area":"051","points":[[2280,149],[2280,602],[2528,602],[2528,149]]},{"area":"076","points":[[2565,245],[2565,509],[2742,509],[2742,245]]},{"area":"049","points":[[902,816],[858,827],[830,845],[797,874],[776,914],[757,954],[746,997],[738,1040],[739,1099],[750,1150],[771,1202],[803,1243],[843,1274],[902,1298]]},{"area":"04a","points":[[941,824],[941,1178],[1293,1178],[1293,824]]},{"area":"04f","points":[[1320,826],[1320,1178],[1570,1178],[1570,826]]},{"area":"046","points":[[938,1210],[2538,1210],[2538,1286],[1872,1286],[1872,1381],[1696,1381],[1696,1283],[938,1283]]},{"area":"051","points":[[1864,1179],[1864,925],[1602,925],[1602,1179]]},{"area":"05a","points":[[1982,824],[1982,896],[2246,896],[2246,824]]},{"area":"056","points":[[1986,925],[1986,1174],[2242,1174],[2242,925]]},{"area":"05c","points":[[2277,824],[2277,1178],[2539,1178],[2539,824]]},{"area":"060","points":[[2563,822],[2750,821],[2792,829],[2829,845],[2869,885],[2898,942],[2918,1005],[2922,1066],[2906,1147],[2880,1221],[2845,1253],[2805,1285],[2752,1294],[2744,1286],[2563,1286]]},{"area":"079","points":[[1507,1685],[1507,2042],[1859,2042],[1859,1685]]},{"area":"07d","points":[[1994,1693],[1994,2046],[2245,2046],[2245,1693]]},{"area":"07f","points":[[2278,1590],[2278,2040],[2531,2040],[2531,1590]]},{"area":"064","points":[[1795,150],[1795,502],[1962,502],[1962,150]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/010-map-2.01-fistandias-mansion.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/011-map-2.01-fistandias-mansion-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-30,"offsetY":-55},"title":"Player Version","width":3000,"height":2135,"mapParent":{"id":"47b"}}]},{"name":"Mazfroth's Mighty Digressions","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/018-map-3.01-amberdune-hideout.jpg"},"imageType":"map","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Map 3.1: Amberdune Hideout","width":2163,"height":3000,"id":"47c","mapRegions":[{"area":"0b3","points":[[814,675],[814,982],[1469,982],[1469,675]]},{"area":"0af","points":[[1498,674],[1498,984],[1957,984],[1957,674]]},{"area":"0ac","points":[[814,1010],[814,1318],[1955,1318],[1955,1010]]},{"area":"0a7","points":[[818,1347],[818,1837],[1640,1837],[1640,1347]]},{"area":"0aa","points":[[1666,1346],[1666,1829],[1960,1829],[1960,1346]]},{"area":"0b7","points":[[829,2421],[835,2387],[851,2366],[850,2339],[866,2312],[893,2294],[915,2290],[950,2262],[998,2259],[1048,2264],[1072,2274],[1093,2286],[1130,2310],[1150,2333],[1158,2352],[1627,2352],[1627,2496],[1166,2496],[1150,2526],[1128,2549],[1102,2573],[1064,2592],[1034,2590],[976,2584],[938,2576],[899,2560],[891,2531],[867,2493],[846,2453],[837,2438]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/018-map-3.01-amberdune-hideout.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/019-map-3.01-amberdune-hideout-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":170,"offsetX":-49,"offsetY":-29},"title":"Player Version","width":2163,"height":3000,"mapParent":{"id":"47c"}}]},{"name":"Book of the Raven","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/022-04-002.map-handout.png"},"width":2213,"height":3000,"imageType":"map","grid":{"type":"none"},"title":"Map of Mystery"},{"type":"image","href":{"type":"internal","path":"adventure/CM/024-map-4.01-chalet-brantifax.jpg"},"imageType":"map","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Map 4.01: Chalet Brantifax","width":3000,"height":2042,"id":"47d","mapRegions":[{"area":"0e6","points":[[228,867],[236,833],[255,806],[276,788],[294,779],[318,776],[345,779],[367,786],[392,805],[408,825],[414,849],[414,879],[408,904],[396,927],[376,948],[355,956],[326,962],[295,954],[272,942],[249,927],[240,912],[229,888]]},{"area":"0e2","points":[[367,762],[432,700],[432,371],[686,371],[686,505],[762,505],[762,560],[552,560],[552,761],[492,761],[427,825]]},{"area":"0e4","points":[[571,573],[571,756],[684,756],[684,573]]},{"area":"0ea","points":[[1578,422],[1580,304],[1765,304],[1765,349],[1699,349],[1699,422]]},{"area":"0f2","points":[[1581,440],[1716,440],[1716,368],[1726,373],[1752,364],[1762,369],[1762,621],[1581,621]]},{"area":"0ee","points":[[1040,865],[1045,836],[1060,800],[1073,775],[1095,746],[1125,724],[1152,715],[1182,706],[1216,707],[1244,715],[1272,728],[1294,740],[1319,764],[1339,789],[1353,818],[1361,858],[1358,896],[1346,927],[1333,958],[1318,946],[1309,942],[1271,976],[1273,988],[1286,999],[1253,1015],[1220,1026],[1176,1025],[1131,1011],[1093,986],[1068,955],[1047,914],[1042,889]]},{"area":"0f0","points":[[1309,727],[1309,575],[1332,575],[1332,594],[1342,594],[1342,601],[1392,601],[1392,596],[1400,596],[1400,571],[1491,571],[1491,642],[1560,642],[1560,824],[1373,824],[1362,794],[1349,764],[1329,745]]},{"area":"0ec","points":[[1241,706],[1241,480],[1259,480],[1259,468],[1269,468],[1269,391],[1259,391],[1259,381],[1245,381],[1245,302],[1302,302],[1378,240],[1426,240],[1500,305],[1559,305],[1559,558],[1508,558],[1508,428],[1498,428],[1498,554],[1293,554],[1293,733]]},{"area":"102","points":[[1984,871],[1992,832],[2007,793],[2028,760],[2049,740],[2081,721],[2115,711],[2149,708],[2169,711],[2194,719],[2219,727],[2244,742],[2271,771],[2287,802],[2302,832],[2306,867],[2298,906],[2285,941],[2278,952],[2265,945],[2254,942],[2218,978],[2220,988],[2229,1001],[2201,1013],[2176,1021],[2144,1024],[2113,1022],[2086,1014],[2059,1000],[2036,981],[2013,954],[1996,920],[1988,894]]},{"area":"0ff","points":[[2188,692],[2188,576],[2279,576],[2279,589],[2288,604],[2335,604],[2342,594],[2342,575],[2436,575],[2436,756],[2285,756],[2264,734],[2239,714],[2208,699]]},{"area":"0fa","points":[[2191,306],[2191,484],[2306,484],[2306,306]]},{"area":"0fc","points":[[2324,308],[2324,485],[2436,485],[2436,308]]},{"area":"0fd","points":[[2527,371],[2547,371],[2547,386],[2556,400],[2606,400],[2614,391],[2614,371],[2641,371],[2641,436],[2719,436],[2732,429],[2752,436],[2766,454],[2765,479],[2752,489],[2729,496],[2716,482],[2709,482],[2709,621],[2527,621]]},{"area":"102","points":[[1986,1749],[1989,1714],[2002,1668],[2036,1632],[2068,1607],[2108,1591],[2149,1585],[2193,1591],[2235,1611],[2271,1641],[2291,1684],[2305,1729],[2299,1776],[2291,1813],[2279,1832],[2266,1821],[2252,1820],[2219,1852],[2220,1869],[2231,1879],[2212,1888],[2166,1902],[2124,1902],[2096,1894],[2067,1882],[2033,1855],[2007,1824],[1989,1779]]},{"area":"10f","points":[[2218,1449],[2473,1449],[2473,1606],[2254,1606],[2218,1579]]},{"area":"10b","points":[[2216,1433],[2216,1246],[2320,1246],[2320,1214],[2371,1214],[2371,1248],[2471,1248],[2471,1433]]},{"area":"109","points":[[2491,1246],[2549,1246],[2549,1265],[2559,1278],[2606,1278],[2614,1264],[2614,1246],[2673,1246],[2673,1435],[2644,1435],[2644,1467],[2589,1467],[2589,1436],[2558,1436],[2558,1365],[2491,1365]]},{"area":"0f4","points":[[1371,1040],[1371,1639],[1769,1639],[1769,1040]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/024-map-4.01-chalet-brantifax.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/025-map-4.01-chalet-brantifax-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":67,"offsetX":30,"offsetY":30},"title":"Player Version","width":3000,"height":2042,"mapParent":{"id":"47d"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/027-map-4.02-harrn-mausoleum.jpg"},"imageType":"map","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Map 4.02: Harrn Mausoleum","width":2207,"height":3000,"id":"563"},{"type":"image","href":{"type":"internal","path":"adventure/CM/028-map-4.02-harrn-mausoleum-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":171,"offsetX":-6,"offsetY":44},"title":"Player Version","width":2207,"height":3000,"mapParent":{"id":"563"}}]},{"name":"A Deep and Creeping Darkness","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/033-map-5.01-vermeillon.jpg"},"imageType":"map","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Map 5.1: Vermeillon","width":3000,"height":2062,"id":"564","mapRegions":[{"area":"141","points":[[64,726],[56,686],[67,613],[75,558],[106,544],[173,518],[219,483],[259,438],[317,432],[370,440],[410,462],[462,496],[512,544],[552,594],[574,627],[579,678],[570,720],[526,758],[469,798],[437,829],[413,859],[390,882],[344,890],[275,867],[227,827],[178,800],[126,776],[85,747]]},{"area":"13b","points":[[816,1102],[984,1102],[984,1275],[869,1275],[869,1158],[816,1158]]},{"area":"138","points":[[813,1390],[813,1568],[987,1568],[987,1390]]},{"area":"13f","points":[[1357,870],[1518,778],[1534,918],[1421,1014]]},{"area":"13d","points":[[1278,427],[1278,635],[1626,635],[1626,427]]},{"area":"144","points":[[592,189],[624,128],[750,195],[717,253]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/033-map-5.01-vermeillon.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/034-map-5.01-vermeillon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":2,"offsetY":-2,"distance":10},"title":"Player Version","width":3000,"height":2062,"mapParent":{"id":"564"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/036-map-5.02-mayor-duvezins-house.jpg"},"imageType":"map","grid":{"type":"square","size":122,"offsetX":36,"offsetY":54},"title":"Map 5.2: Mayor Duvezin's House","width":2168,"height":3000,"id":"565","mapRegions":[{"area":"155","points":[[157,770],[157,547],[203,501],[167,465],[206,426],[241,461],[281,421],[483,421],[483,770]]},{"area":"157","points":[[160,811],[485,811],[485,1275],[280,1275],[241,1236],[206,1271],[166,1231],[201,1196],[160,1151]]},{"area":"159","points":[[526,947],[526,1272],[1258,1272],[1258,947]]},{"area":"153","points":[[525,426],[1010,426],[1010,667],[1259,667],[1259,907],[525,907]]},{"area":"15d","points":[[1054,421],[1494,421],[1533,460],[1568,425],[1613,470],[1582,501],[1620,539],[1620,770],[1294,770],[1294,630],[1054,630]]},{"area":"15b","points":[[1294,805],[1622,805],[1622,1152],[1583,1191],[1619,1227],[1576,1270],[1540,1234],[1500,1274],[1294,1274]]},{"area":"14d","points":[[510,2144],[510,1947],[554,1903],[518,1867],[557,1828],[592,1863],[632,1823],[957,1823],[957,2144]]},{"area":"14a","points":[[512,2349],[958,2349],[958,2677],[630,2677],[592,2639],[561,2670],[519,2628],[554,2593],[512,2551]]},{"area":"148","points":[[515,2190],[997,2190],[997,1824],[1485,1824],[1485,2674],[1000,2674],[1000,2314],[515,2314]]},{"area":"14f","points":[[1525,1819],[1850,1819],[1890,1859],[1922,1827],[1963,1868],[1931,1900],[1977,1946],[1977,2307],[1525,2307]]},{"area":"151","points":[[1528,2351],[1972,2351],[1972,2552],[1931,2593],[1965,2627],[1927,2665],[1897,2635],[1854,2678],[1528,2678]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/036-map-5.02-mayor-duvezins-house.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/037-map-5.02-mayor-duvezins-house-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":52,"offsetY":40},"title":"Player Version","width":2168,"height":3000,"mapParent":{"id":"565"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/038-map-5.03-platinum-mine.jpg"},"imageType":"map","grid":{"type":"square","size":58,"offsetX":2,"offsetY":29},"title":"Map 5.3: Platinum Mine","width":3000,"height":2132,"id":"566","mapRegions":[{"area":"164","points":[[223,805],[236,766],[236,734],[237,670],[246,655],[275,650],[298,648],[347,617],[372,606],[399,608],[419,621],[437,613],[449,605],[458,588],[475,591],[492,609],[512,630],[510,658],[539,726],[519,765],[488,774],[470,779],[452,787],[428,794],[401,791],[387,777],[363,769],[343,777],[317,765],[303,754],[284,774],[266,801],[263,815],[237,822]]},{"area":"160","points":[[36,906],[58,902],[80,895],[108,897],[134,901],[159,902],[182,910],[218,899],[246,898],[275,948],[241,992],[186,1001],[156,1008],[146,1004],[117,1006],[88,1010],[79,1009],[61,1019],[36,1021]]},{"area":"162","points":[[298,1588],[290,1560],[289,1539],[305,1516],[337,1481],[350,1453],[346,1436],[343,1409],[363,1381],[375,1359],[410,1325],[423,1306],[474,1312],[532,1355],[552,1397],[588,1408],[603,1443],[612,1476],[623,1512],[621,1561],[612,1610],[605,1668],[568,1675],[551,1603],[521,1590],[493,1612],[477,1622],[452,1619],[437,1599],[422,1575],[413,1537],[414,1510],[397,1498],[375,1523],[352,1542],[339,1554],[328,1569],[317,1588],[305,1595]]},{"area":"16a","points":[[883,1467],[862,1449],[840,1431],[828,1395],[832,1363],[849,1333],[870,1310],[895,1290],[910,1286],[964,1265],[1006,1279],[1081,1301],[1103,1337],[1146,1352],[1155,1377],[1128,1406],[1063,1435],[1032,1461],[1001,1506],[970,1556],[948,1590],[921,1605],[889,1603],[871,1583],[872,1537],[888,1501]]},{"area":"16e","points":[[683,1877],[701,1890],[723,1905],[754,1899],[803,1880],[840,1862],[876,1859],[915,1826],[933,1803],[968,1794],[997,1792],[1026,1785],[1052,1763],[1067,1702],[1081,1672],[1098,1657],[1123,1655],[1156,1659],[1177,1658],[1195,1636],[1209,1601],[1219,1581],[1246,1570],[1267,1599],[1288,1649],[1298,1685],[1315,1699],[1332,1717],[1378,1741],[1418,1739],[1448,1732],[1489,1742],[1521,1735],[1555,1775],[1519,1817],[1489,1839],[1444,1845],[1403,1867],[1329,1908],[1289,1895],[1248,1877],[1197,1889],[1160,1898],[1133,1903],[1093,1898],[1054,1910],[1004,1929],[954,1947],[910,1946],[892,1941],[846,1946],[774,1951],[703,1954],[658,1938],[653,1905],[663,1881]]},{"area":"170","points":[[1938,1692],[1979,1643],[2019,1596],[2025,1537],[2018,1488],[2019,1453],[2045,1432],[2089,1444],[2123,1443],[2169,1408],[2208,1394],[2249,1396],[2276,1412],[2284,1434],[2314,1448],[2363,1445],[2412,1431],[2432,1425],[2481,1432],[2564,1453],[2594,1474],[2632,1501],[2671,1523],[2686,1565],[2705,1600],[2729,1627],[2750,1665],[2764,1703],[2748,1735],[2723,1742],[2692,1733],[2670,1730],[2654,1759],[2653,1791],[2670,1818],[2675,1858],[2667,1907],[2632,1920],[2594,1919],[2564,1893],[2532,1883],[2499,1889],[2461,1902],[2428,1935],[2403,1973],[2354,1983],[2312,1974],[2270,1952],[2239,1937],[2204,1926],[2165,1934],[2123,1955],[2068,1972],[2026,1964],[1997,1935],[1961,1919],[1926,1906],[1910,1858],[1935,1822],[1955,1792],[1945,1774],[1938,1734]]},{"area":"16d","points":[[2044,532],[2098,552],[2160,570],[2217,555],[2279,516],[2323,502],[2382,505],[2405,530],[2437,566],[2480,597],[2476,648],[2455,648],[2409,627],[2377,619],[2351,603],[2299,609],[2263,636],[2262,674],[2268,729],[2268,765],[2241,815],[2200,839],[2179,841],[2179,787],[2195,742],[2196,688],[2182,659],[2143,649],[2097,648],[2061,636],[2017,605],[2035,569]]},{"area":"168","points":[[1561,389],[1587,365],[1655,356],[1712,379],[1736,406],[1744,430],[1750,438],[1758,461],[1765,497],[1784,520],[1786,565],[1735,573],[1694,550],[1654,518],[1632,485],[1612,451],[1608,428],[1577,403]]},{"area":"166","points":[[1497,298],[1530,282],[1554,254],[1590,254],[1608,251],[1651,229],[1682,209],[1719,187],[1739,162],[1750,146],[1752,121],[1798,99],[1818,78],[1844,56],[1870,28],[2126,28],[2111,44],[2091,62],[2070,75],[2056,105],[2038,117],[2014,152],[1985,172],[1965,196],[1920,213],[1884,210],[1872,239],[1864,278],[1844,304],[1805,331],[1773,332],[1744,331],[1711,356],[1659,347],[1578,322],[1511,311]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/038-map-5.03-platinum-mine.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/039-map-5.03-platinum-mine-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":58,"offsetX":3,"offsetY":-28},"title":"Player Version","width":3000,"height":2132,"mapParent":{"id":"566"}}]},{"name":"Shemshime's Bedtime Rhyme","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/047-map-6.01-firefly-cellar.jpg"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Map 6.1: Firefly Cellar","width":2199,"height":3000,"id":"567","mapRegions":[{"area":"1cb","points":[[184,595],[141,595],[114,576],[139,552],[184,552],[191,496],[209,444],[230,398],[245,366],[280,321],[250,288],[243,249],[280,254],[315,285],[356,258],[386,238],[435,218],[472,204],[510,197],[544,195],[544,151],[562,122],[584,151],[588,192],[626,200],[670,210],[709,224],[761,252],[816,290],[849,259],[882,252],[880,286],[845,322],[871,358],[899,399],[919,446],[935,505],[943,549],[961,542],[988,542],[1002,555],[1001,578],[990,600],[970,603],[950,591],[942,591],[937,634],[922,684],[905,724],[884,768],[865,795],[898,829],[904,863],[869,862],[836,835],[796,866],[768,889],[729,911],[685,929],[644,937],[587,948],[587,994],[565,1021],[542,995],[542,950],[494,943],[450,929],[401,909],[357,885],[312,853],[279,885],[243,892],[246,858],[281,822],[257,790],[232,750],[213,710],[197,662],[191,623]]},{"area":"1d8","points":[[1048,2061],[1175,2061],[1228,2046],[1269,2021],[1297,1991],[1322,1959],[1336,1919],[1344,1866],[1344,1781],[1295,1817],[1248,1843],[1190,1867],[1139,1883],[1094,1888],[1048,1888]]},{"area":"1d1","points":[[998,1088],[998,910],[1344,910],[1344,996],[1252,996],[1238,1006],[1205,1042],[1192,1052],[1192,1102],[1150,1091],[1119,1088]]},{"area":"1d4","points":[[1216,1111],[1214,1066],[1263,1021],[1344,1021],[1344,1188],[1308,1159],[1265,1132],[1239,1118]]},{"area":"1cf","points":[[690,1507],[643,1507],[643,1463],[691,1463],[698,1395],[720,1335],[745,1286],[795,1223],[853,1173],[929,1132],[989,1115],[1043,1109],[1092,1109],[1151,1116],[1222,1137],[1271,1171],[1316,1197],[1339,1229],[1378,1271],[1415,1336],[1434,1410],[1442,1464],[1459,1456],[1486,1454],[1505,1475],[1505,1498],[1494,1511],[1472,1518],[1454,1507],[1443,1507],[1435,1573],[1410,1643],[1369,1715],[1329,1754],[1280,1799],[1217,1832],[1152,1853],[1091,1865],[1046,1863],[978,1850],[919,1829],[862,1800],[804,1751],[759,1698],[728,1652],[707,1594],[694,1542]]},{"area":"1da","points":[[1516,2921],[1516,2251],[1550,2285],[1550,2879]]},{"area":"1dc","points":[[1414,2077],[1414,2219],[1597,2219],[1597,2077]]},{"area":"1df","points":[[1619,2077],[1619,2211],[1701,2211],[1701,2077]]},{"area":"1e1","points":[[1721,2079],[1721,2211],[1801,2211],[1801,2079]]},{"area":"1e3","points":[[1825,2078],[1905,2078],[1954,2129],[1954,2163],[1914,2163],[1904,2171],[1904,2213],[1825,2213]]},{"area":"1e5","points":[[1923,2284],[1967,2284],[1972,2271],[1972,2181],[2062,2181],[2107,2226],[2107,2268],[2062,2313],[1923,2313]]},{"area":"1ee","points":[[1573,2283],[1573,2419],[1700,2419],[1700,2283]]},{"area":"1eb","points":[[1720,2284],[1720,2420],[1802,2420],[1802,2284]]},{"area":"1e9","points":[[1825,2287],[1901,2287],[1901,2330],[1910,2334],[1953,2334],[1953,2377],[1909,2421],[1825,2421]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/047-map-6.01-firefly-cellar.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/048-map-6.01-firefly-cellar-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-20,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"567"}}]},{"name":"The Price of Beauty","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/052-map-7.01-temple-of-the-restful-lily.jpg"},"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Map 7.1: Temple of the Restful Lily","width":2185,"height":3000,"id":"568","mapRegions":[{"area":"230","points":[[584,908],[584,545],[723,474],[837,474],[953,544],[953,908]]},{"area":"23f","points":[[1424,743],[1424,686],[1440,635],[1461,584],[1487,551],[1535,518],[1574,497],[1622,478],[1664,471],[1722,475],[1767,497],[1802,512],[1848,544],[1709,670],[1682,664],[1650,671],[1631,681],[1617,710],[1618,730],[1624,749],[1473,883],[1449,854],[1435,827],[1429,785]]},{"area":"23a","points":[[1487,897],[1664,731],[1678,730],[1696,780],[1722,764],[1865,895],[1838,925],[1812,942],[1786,956],[1750,975],[1706,985],[1674,989],[1617,979],[1578,962],[1535,937],[1502,913]]},{"area":"23c","points":[[1720,684],[1861,557],[1878,572],[1892,593],[1913,634],[1923,676],[1927,708],[1927,749],[1917,800],[1903,835],[1876,874],[1735,744],[1737,722],[1731,699]]},{"area":"21d","points":[[336,1942],[336,1442],[346,1417],[360,1397],[379,1388],[403,1384],[429,1391],[451,1409],[457,1427],[459,1450],[961,1445],[964,1419],[983,1398],[1011,1384],[1047,1386],[1068,1400],[1081,1428],[1088,1468],[1088,1942]]},{"area":"218","points":[[82,2584],[82,2205],[333,1955],[511,1955],[515,2584]]},{"area":"214","points":[[527,1954],[527,2269],[889,2269],[889,1954]]},{"area":"216","points":[[915,1957],[1595,1957],[1595,2065],[1225,2065],[1225,2082],[1405,2082],[1411,2587],[915,2587]]},{"area":"227","points":[[1426,2084],[1426,2196],[1596,2196],[1596,2084]]},{"area":"220","points":[[1424,2215],[1424,2587],[1597,2587],[1597,2215]]},{"area":"22d","points":[[1610,1958],[1610,2198],[1785,2198],[1785,1958]]},{"area":"223","points":[[1104,1444],[1104,1940],[1342,1940],[1342,1444]]},{"area":"228","points":[[1362,1639],[1918,1639],[1918,1828],[2109,1828],[2109,2588],[1613,2588],[1613,2215],[1803,2215],[1803,1937],[1362,1938]]},{"area":"212","points":[[533,2287],[533,2581],[890,2581],[890,2287]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/052-map-7.01-temple-of-the-restful-lily.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/053-map-7.01-temple-of-the-restful-lily-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":64,"offsetX":7,"offsetY":31},"title":"Player Version","width":2185,"height":3000,"mapParent":{"id":"568"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/055-map-7.02-temple-of-the-restful-lily.jpg"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Map 7.2: Temple of the Restful Lily—Tower Floors","width":2063,"height":1425,"id":"569","mapRegions":[{"area":"234","points":[[363,223],[430,223],[485,150],[663,150],[723,223],[777,223],[783,640],[363,641]]},{"area":"245","points":[[1345,599],[1300,546],[1283,490],[1275,416],[1283,348],[1310,286],[1345,240],[1387,203],[1435,178],[1484,163],[1536,158],[1591,162],[1630,173],[1670,194],[1697,210],[1721,240],[1578,376],[1556,370],[1532,370],[1508,379],[1490,399],[1483,421],[1481,443],[1486,465]]},{"area":"243","points":[[1362,621],[1515,474],[1546,486],[1550,502],[1569,499],[1589,490],[1606,465],[1616,434],[1610,408],[1598,393],[1743,256],[1769,294],[1785,330],[1794,361],[1803,397],[1803,436],[1800,475],[1791,514],[1776,549],[1756,580],[1729,613],[1702,640],[1674,658],[1646,675],[1617,685],[1583,689],[1541,694],[1497,690],[1462,678],[1422,663],[1378,637]]},{"area":"247","points":[[1272,1051],[1277,1010],[1283,970],[1302,921],[1324,892],[1351,859],[1386,831],[1418,811],[1460,795],[1514,788],[1553,785],[1588,790],[1635,804],[1671,822],[1704,839],[1725,863],[1747,886],[1768,917],[1783,949],[1792,983],[1797,1021],[1800,1063],[1799,1091],[1787,1137],[1768,1178],[1738,1223],[1710,1250],[1678,1278],[1626,1303],[1583,1317],[1530,1323],[1479,1315],[1458,1308],[1418,1292],[1377,1263],[1337,1225],[1306,1177],[1291,1154],[1276,1097]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/055-map-7.02-temple-of-the-restful-lily.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/056-map-7.02-temple-of-the-restful-lily-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":6,"offsetY":14},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"569"}}]},{"name":"Book of Cylinders","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/061-map-8.01-grippli-village.jpg"},"imageType":"map","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Map 8.1: Grippli Village","width":3000,"height":2134,"id":"56a"},{"type":"image","href":{"type":"internal","path":"adventure/CM/062-map-8.01-grippli-village-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":91,"offsetX":37,"distance":100},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56a"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/063-map-8.02-temple.jpg"},"imageType":"map","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Map 8.2: Temple","width":2206,"height":3000,"id":"56b","mapRegions":[{"area":"212","points":[[549,1784],[549,2707],[1742,2707],[1742,1784]]},{"area":"214","points":[[818,656],[818,1629],[1471,1629],[1471,656]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/063-map-8.02-temple.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/064-map-8.02-temple-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":95,"offsetX":-41,"offsetY":-28},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"56b"}}]},{"name":"Sarah of Yellowcrest Manor","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/071-map-9.01-greenfast.jpg"},"imageType":"map","title":"Map 9.1: Greenfast","grid":{"type":"none"},"width":3000,"height":2134,"id":"56c","mapRegions":[{"area":"2a0","points":[[145,642],[255,605],[305,720],[191,760]]},{"area":"29f","points":[[631,973],[647,927],[676,905],[764,951],[738,1038],[711,1045],[640,1020],[645,1000]]},{"area":"29e","points":[[907,1309],[1007,1251],[1095,1384],[991,1440],[969,1427],[940,1385],[936,1364]]},{"area":"29a","points":[[1613,687],[1622,600],[1644,584],[1751,598],[1760,578],[1869,591],[1875,609],[1911,615],[1895,744],[1780,727],[1755,809],[1664,795],[1653,776],[1658,715],[1624,704]]},{"area":"29c","points":[[2002,1122],[2005,1095],[2053,1071],[2073,1076],[2118,1133],[2184,1085],[2233,1151],[2100,1245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/071-map-9.01-greenfast.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/072-map-9.01-greenfast-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none"},"title":"Player Version","width":3000,"height":2134,"mapParent":{"id":"56c"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/073-map-9.02-temple-of-the-burnt-tongue-cult.jpg"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Map 9.2: Temple of the Burnt Tongue Cult","width":2199,"height":3000,"id":"56d","mapRegions":[{"area":"2a7","points":[[311,691],[311,1188],[736,1188],[736,691]]},{"area":"2ac","points":[[95,831],[95,1120],[241,1120],[241,831]]},{"area":"2b1","points":[[885,985],[885,953],[920,933],[951,936],[986,951],[1013,964],[1033,1000],[1046,1033],[1047,1062],[1060,1096],[1048,1133],[1006,1156],[971,1171],[912,1162],[865,1140],[851,1126],[844,1081],[848,1055],[873,1039],[884,1006]]},{"area":"2b5","points":[[96,1191],[96,1408],[242,1408],[242,1191]]},{"area":"2b3","points":[[600,1262],[600,1406],[812,1406],[812,1262]]},{"area":"2b8","points":[[386,1701],[386,1829],[660,1829],[660,1701]]},{"area":"2bb","points":[[264,1884],[239,2264],[239,2339],[364,2339],[373,2392],[401,2468],[422,2512],[455,2541],[494,2565],[538,2571],[579,2559],[622,2516],[658,2464],[679,2378],[678,2338],[816,2338],[816,2267],[773,1884]]},{"area":"2c6","points":[[815,2405],[815,2566],[1020,2566],[1020,2405]]},{"area":"2c9","points":[[100,2405],[100,2571],[240,2571],[240,2405]]},{"area":"2d4","points":[[1162,2014],[1179,1969],[1200,1976],[1249,1979],[1286,1974],[1319,1952],[1342,2016],[1339,2052],[1341,2091],[1338,2115],[1316,2119],[1288,2127],[1267,2135],[1234,2131],[1201,2144],[1175,2135],[1142,2115],[1136,2093],[1148,2068],[1138,2036],[1151,2019]]},{"area":"2d1","points":[[1241,1414],[1394,1406],[1456,1394],[1499,1362],[1531,1486],[1447,1575],[1241,1575]]},{"area":"2ce","points":[[1598,1486],[1598,1609],[1745,1609],[1745,1486]]},{"area":"2d4","points":[[1960,2000],[1968,1966],[1961,1904],[1947,1875],[1949,1846],[1966,1815],[2004,1835],[2024,1854],[2042,1886],[2045,1932],[2054,1964],[2054,2005],[2052,2036],[2025,2054],[1987,2051],[1969,2027]]},{"area":"2ce","points":[[1171,908],[1154,861],[1178,836],[1192,816],[1201,784],[1231,760],[1248,747],[1279,752],[1279,829],[1271,844],[1282,873],[1276,895],[1252,911],[1218,916]]},{"area":"2cc","points":[[1591,691],[1607,668],[1808,668],[1847,680],[1868,711],[1876,734],[1872,772],[1872,792],[1860,827],[1838,840],[1806,851],[1801,872],[1778,889],[1725,904],[1682,899],[1665,894],[1653,871],[1605,855],[1595,806],[1595,735]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/073-map-9.02-temple-of-the-burnt-tongue-cult.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/074-map-9.02-temple-of-the-burnt-tongue-cult-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":29,"offsetY":-13},"title":"Player Version","width":2199,"height":3000,"mapParent":{"id":"56d"}}]},{"name":"Lore of Lurue","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/079-map-10.01-hags-hovel.jpg"},"imageType":"map","grid":{"type":"square","size":102,"offsetY":25},"title":"Map 10.1: Hags Hovel","width":3000,"height":2133,"id":"56e","mapRegions":[{"area":"2f1","points":[[505,433],[505,945],[813,945],[813,433]]},{"area":"2f0","points":[[506,1560],[506,1764],[709,1764],[709,1560]]},{"area":"2f4","points":[[1424,432],[1424,741],[2347,741],[2347,432]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/079-map-10.01-hags-hovel.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/080-map-10.01-hags-hovel-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetY":25},"title":"Player Version","width":3000,"height":2133,"mapParent":{"id":"56e"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/081-map-10.02-pool-of-eternal-spring.jpg"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Map 10.2: Pool of Eternal Spring","width":3000,"height":2044,"id":"56f"},{"type":"image","href":{"type":"internal","path":"adventure/CM/082-map-10.02-pool-of-eternal-spring-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":-11,"offsetY":-26},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"56f"}}]},{"name":"Kandlekeep Dekonstruktion","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/086-map-11.01-the-barn-door.jpg"},"imageType":"map","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Map 11.1: The Barn Door","width":3000,"height":2068,"id":"570","mapRegions":[{"area":"322","points":[[1022,1422],[1065,1422],[1077,1388],[1111,1357],[1133,1338],[1150,1328],[1187,1316],[1191,1289],[1248,1289],[1248,1321],[1276,1330],[1306,1345],[1337,1369],[1356,1397],[1372,1440],[1388,1437],[1385,1520],[1378,1524],[1352,1569],[1321,1606],[1284,1626],[1241,1640],[1196,1640],[1164,1637],[1130,1623],[1106,1601],[1077,1566],[1068,1548],[1031,1547],[999,1525],[999,1440]]},{"area":"320","points":[[1363,1328],[1413,1283],[1453,1254],[1502,1235],[1551,1231],[1591,1234],[1650,1249],[1686,1259],[1705,1281],[1733,1246],[1765,1266],[1788,1302],[1756,1338],[1774,1364],[1792,1392],[1803,1428],[1808,1474],[1812,1508],[1805,1538],[1788,1585],[1778,1613],[1760,1627],[1795,1658],[1742,1717],[1708,1688],[1675,1707],[1625,1725],[1581,1728],[1537,1726],[1483,1712],[1437,1695],[1394,1670],[1363,1628],[1390,1604],[1406,1574],[1423,1528],[1406,1520],[1418,1436],[1427,1431],[1418,1400],[1404,1373],[1379,1347]]},{"area":"319","points":[[208,1483],[218,1418],[236,1365],[272,1308],[314,1280],[363,1254],[395,1235],[434,1230],[506,1237],[557,1252],[615,1288],[658,1330],[694,1382],[701,1423],[721,1431],[721,1529],[711,1529],[697,1572],[665,1627],[622,1670],[569,1708],[512,1723],[428,1726],[359,1712],[303,1681],[257,1632],[228,1566],[214,1512]]},{"area":"327","points":[[2325,1507],[2323,1455],[2343,1388],[2373,1330],[2343,1301],[2391,1250],[2423,1280],[2458,1258],[2508,1245],[2555,1235],[2604,1234],[2648,1249],[2720,1277],[2752,1240],[2806,1294],[2774,1328],[2797,1372],[2817,1415],[2823,1463],[2825,1515],[2809,1570],[2774,1631],[2810,1661],[2785,1694],[2752,1714],[2721,1688],[2671,1712],[2618,1728],[2552,1730],[2490,1717],[2441,1694],[2399,1663],[2366,1619],[2345,1573],[2332,1534]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/086-map-11.01-the-barn-door.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/087-map-11.01-the-barn-door-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-30,"offsetY":-39},"title":"Player Version","width":3000,"height":2068,"mapParent":{"id":"570"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/088-map-11.01-under-the-barn-door.jpg"},"imageType":"map","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Map 11.1: Under The Barn Door","width":2053,"height":1415,"id":"571","mapRegions":[{"area":"32e","points":[[453,403],[421,408],[394,420],[371,438],[355,463],[344,490],[340,518],[346,548],[359,581],[380,603],[414,620],[456,629],[497,620],[527,605],[547,584],[573,605],[554,632],[521,654],[486,666],[444,672],[402,661],[362,643],[332,614],[312,576],[300,534],[302,493],[309,456],[317,447],[338,420],[366,389],[398,372],[427,367],[453,365]]},{"area":"331","points":[[461,364],[459,410],[436,413],[413,420],[391,433],[379,444],[365,462],[353,484],[349,514],[352,548],[369,576],[386,598],[409,611],[437,620],[469,620],[501,610],[525,591],[541,574],[577,599],[597,577],[603,541],[598,475],[591,445],[572,422],[584,407],[594,390],[584,370],[567,353],[540,345],[512,373],[489,367]]},{"area":"33d","points":[[1006,131],[1170,131],[1170,347],[1117,347],[1117,396],[1062,396],[1062,347],[1006,347]]},{"area":"337","points":[[618,460],[677,401],[1778,401],[1778,625],[677,625],[618,568]]},{"area":"33a","points":[[731,1124],[783,1124],[783,1109],[809,1109],[809,1176],[922,1176],[922,1109],[946,1109],[946,1124],[1004,1124],[1004,679],[893,679],[893,634],[842,634],[842,679],[731,679]]},{"area":"340","points":[[1286,1067],[1286,902],[1335,902],[1335,849],[1282,849],[1282,678],[1449,678],[1449,635],[1505,635],[1505,679],[1671,679],[1671,846],[1618,846],[1618,904],[1670,904],[1670,1067],[1562,1067],[1562,1107],[1396,1107],[1396,1067]]},{"area":"34b","points":[[1394,1122],[1394,1291],[1558,1291],[1558,1122]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/088-map-11.01-under-the-barn-door.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/089-map-11.01-under-the-barn-door-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":15,"offsetY":20},"title":"Player Version","width":2053,"height":1415,"mapParent":{"id":"571"}}]},{"name":"Zikran's Zephyrean Tome","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/095-map-12.01-zikrans-laboratory.jpg"},"imageType":"map","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Map 12.1: Zikran's Laboratory","width":3000,"height":2069,"id":"572","mapRegions":[{"area":"369","points":[[91,1001],[100,963],[119,947],[143,946],[160,947],[176,973],[187,996],[176,1014],[150,1043],[126,1040],[103,1034],[91,1021]]},{"area":"36b","points":[[796,1047],[804,996],[840,943],[879,921],[907,890],[930,886],[933,849],[941,820],[967,800],[997,806],[1024,817],[1064,803],[1070,759],[1103,746],[1134,741],[1161,711],[1181,706],[1201,679],[1230,686],[1257,691],[1290,660],[1314,666],[1344,646],[1370,637],[1397,651],[1423,667],[1444,687],[1436,723],[1446,751],[1434,793],[1426,813],[1459,847],[1461,893],[1441,907],[1444,961],[1464,986],[1457,1023],[1466,1056],[1453,1084],[1441,1103],[1441,1137],[1464,1163],[1461,1221],[1453,1263],[1446,1290],[1447,1331],[1387,1451],[1354,1460],[1304,1471],[1291,1450],[1274,1419],[1276,1369],[1254,1331],[1243,1310],[1207,1314],[1154,1289],[1156,1260],[1136,1226],[1104,1221],[1091,1234],[1053,1210],[1019,1217],[973,1179],[980,1140],[956,1100],[894,1091],[864,1116],[840,1119],[819,1103],[797,1089],[796,1070]]},{"area":"370","points":[[1403,1464],[1460,1350],[1496,1350],[1504,1314],[1533,1289],[1559,1251],[1604,1236],[1629,1207],[1629,1170],[1669,1143],[1720,1104],[1761,1094],[1807,1086],[1830,1100],[1859,1113],[1894,1110],[1919,1130],[1943,1161],[1953,1206],[1946,1256],[1910,1267],[1914,1299],[1917,1324],[1943,1324],[1961,1307],[1989,1311],[2010,1344],[2017,1366],[2039,1364],[2046,1391],[2044,1424],[2031,1473],[2027,1520],[2016,1547],[1997,1549],[1964,1526],[1937,1526],[1917,1543],[1907,1567],[1877,1580],[1877,1597],[1880,1626],[1866,1653],[1783,1669],[1753,1661],[1737,1647],[1714,1654],[1701,1674],[1650,1670],[1617,1647],[1600,1643],[1579,1649],[1569,1674],[1533,1669],[1497,1667],[1474,1649],[1466,1627],[1443,1609],[1416,1596],[1403,1554],[1396,1524],[1409,1493]]},{"area":"372","points":[[1997,1561],[2024,1547],[2041,1467],[2056,1400],[2051,1364],[2067,1343],[2054,1321],[2066,1293],[2089,1260],[2061,1213],[2050,1167],[2067,1124],[2056,1083],[2083,1074],[2107,1084],[2136,1080],[2177,1073],[2219,1073],[2246,1064],[2431,1064],[2479,1073],[2496,1071],[2516,1094],[2559,1107],[2563,1147],[2549,1171],[2547,1206],[2529,1220],[2523,1250],[2537,1276],[2527,1306],[2546,1333],[2560,1363],[2557,1379],[2573,1404],[2560,1439],[2547,1450],[2547,1480],[2577,1511],[2570,1543],[2553,1561],[2531,1573],[2539,1610],[2537,1653],[2494,1659],[2454,1666],[2409,1660],[2391,1649],[2371,1613],[2346,1617],[2294,1621],[2277,1604],[2254,1599],[2236,1603],[2194,1627],[2179,1604],[2147,1607],[2123,1624],[2093,1630],[2047,1623],[2044,1586],[2016,1567]]},{"area":"375","points":[[1764,657],[1750,627],[1763,591],[1739,567],[1759,534],[1799,530],[1806,490],[1840,469],[1866,470],[1881,446],[1890,416],[1924,394],[1926,359],[1956,339],[1970,317],[2000,314],[2040,294],[2049,266],[2070,259],[2096,273],[2131,271],[2150,263],[2174,270],[2221,260],[2249,251],[2267,237],[2300,244],[2309,269],[2339,273],[2371,263],[2396,266],[2430,274],[2443,293],[2446,311],[2473,313],[2533,357],[2544,394],[2576,413],[2597,403],[2613,426],[2614,451],[2627,473],[2654,486],[2667,520],[2694,529],[2730,533],[2741,561],[2754,589],[2769,591],[2786,611],[2810,604],[2830,619],[2840,634],[2826,663],[2821,699],[2819,721],[2826,751],[2813,777],[2826,804],[2820,841],[2801,866],[2776,887],[2776,911],[2747,940],[2729,960],[2710,966],[2690,971],[2686,994],[2686,1011],[2634,1047],[2589,1033],[2534,1047],[2509,1031],[2449,1034],[2423,1040],[2249,1040],[2199,1034],[2159,1036],[2143,1026],[2111,1041],[2071,1031],[2050,1031],[2020,1019],[1997,999],[1971,1000],[1950,966],[1903,949],[1884,901],[1847,896],[1817,869],[1829,830],[1800,800],[1764,787],[1757,736],[1756,696]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/095-map-12.01-zikrans-laboratory.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/096-map-12.01-zikrans-laboratory-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":-14,"offsetY":-30},"title":"Player Version","width":3000,"height":2069,"mapParent":{"id":"572"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/098-map-12.02-cloud-giants-keep.jpg"},"imageType":"map","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Map 12.2: Cloud Giants' Keep","width":2214,"height":3000,"id":"573","mapRegions":[{"area":"392","points":[[116,116],[116,444],[440,444],[440,116]]},{"area":"38f","points":[[752,652],[1190,652],[1190,867],[1027,867],[1027,828],[924,828],[914,833],[914,863],[752,865]]},{"area":"38c","points":[[753,882],[915,882],[915,911],[920,916],[1023,916],[1028,910],[1028,880],[1185,880],[965,1209],[753,1209]]},{"area":"389","points":[[752,1224],[752,1435],[963,1435],[963,1224]]},{"area":"385","points":[[979,1436],[979,1217],[1206,873],[1206,651],[1305,651],[1305,873],[1312,878],[1320,871],[1320,652],[1420,652],[1420,1436]]},{"area":"383","points":[[1027,1449],[1143,1449],[1140,1540],[1141,1604],[1143,1628],[1128,1663],[1120,1719],[1113,1795],[1105,1831],[1054,1924],[1004,1967],[980,2038],[943,2136],[911,2189],[874,2230],[860,2276],[812,2311],[760,2357],[709,2405],[653,2465],[616,2508],[571,2565],[517,2601],[464,2651],[423,2701],[386,2751],[347,2884],[274,2927],[226,2980],[20,2980],[20,2907],[99,2834],[155,2727],[208,2697],[287,2628],[381,2529],[488,2432],[608,2326],[703,2212],[768,2176],[806,2063],[914,1902],[962,1787],[997,1649],[1027,1530]]},{"area":"395","points":[[1394,2052],[1958,2052],[1958,1880],[2073,1880],[2073,2623],[2053,2651],[2037,2699],[2023,2716],[2016,2735],[1982,2764],[1956,2791],[1923,2828],[1902,2849],[1852,2872],[1786,2904],[1677,2904],[1564,2850],[1515,2796],[1457,2743],[1443,2732],[1394,2619]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/098-map-12.02-cloud-giants-keep.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/099-map-12.02-cloud-giants-keep-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":57,"offsetX":3,"offsetY":18,"distance":10},"title":"Player Version","width":2214,"height":3000,"mapParent":{"id":"573"}}]},{"name":"The Curious Tale of Wisteria Vale","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/105-map-13.01-wisteria-vale.jpg"},"imageType":"map","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Map 13.1: Wisteria Vale","width":3000,"height":2044,"id":"574","mapRegions":[{"area":"3ac","points":[[44,1333],[69,695],[84,136],[324,80],[862,56],[1229,49],[1544,127],[1440,224],[1071,225],[804,300],[609,513],[415,816],[342,1144],[464,1491],[580,1707],[795,1882],[1120,2002],[44,2002]]},{"area":"3ac","points":[[1753,1980],[1796,1820],[1938,1711],[2149,1527],[2327,1229],[2407,936],[2264,642],[2151,440],[1991,251],[1596,204],[1707,71],[1971,56],[2391,44],[2836,64],[2944,187],[2931,602],[2940,2009],[1844,1993]]},{"area":"3ad","points":[[811,1704],[976,1704],[1040,1469],[1040,1253],[1072,1088],[1072,931],[1038,683],[1038,525],[822,525],[760,699],[760,910],[704,925],[650,1024],[627,1166],[595,1275],[595,1488]]},{"area":"3ae","points":[[1234,832],[1426,832],[1426,955],[1390,955],[1390,942],[1328,942],[1328,954],[1234,954]]},{"area":"3af","points":[[1499,698],[1499,797],[1598,797],[1598,698]]},{"area":"3b1","points":[[1262,330],[1262,504],[1434,504],[1434,330]]},{"area":"3b0","points":[[1491,1037],[1491,1280],[1736,1280],[1736,1037]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/105-map-13.01-wisteria-vale.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/106-map-13.01-wisteria-vale-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":88,"offsetX":-10,"offsetY":-27,"distance":40},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"574"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/107-map-13.02-the-manor.jpg"},"imageType":"map","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Map 13.2: The Manor","width":3000,"height":2044,"id":"575","mapRegions":[{"area":"3c7","points":[[90,490],[90,1027],[1190,1027],[1190,490]]},{"area":"3c4","points":[[1216,490],[1216,1027],[1379,1027],[1379,490]]},{"area":"3be","points":[[90,1053],[90,1266],[496,1266],[496,1053]]},{"area":"3bc","points":[[93,1298],[93,1507],[493,1507],[493,1298]]},{"area":"3c2","points":[[1165,1168],[1165,1296],[1379,1296],[1379,1168]]},{"area":"3b9","points":[[1005,1328],[1378,1328],[1378,1470],[1344,1470],[1344,1606],[1382,1606],[1382,1779],[1005,1779]]},{"area":"3ce","points":[[1616,1051],[1616,1269],[1910,1269],[1910,1051]]},{"area":"3d1","points":[[1939,1051],[1939,1266],[2102,1266],[2102,1051]]},{"area":"3ca","points":[[2053,1456],[2053,1779],[2424,1779],[2424,1456]]},{"area":"3cc","points":[[2451,1459],[2715,1459],[2715,1645],[2907,1645],[2907,1779],[2451,1779]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/107-map-13.02-the-manor.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/108-map-13.02-the-manor-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":81,"offsetX":2,"offsetY":2},"title":"Player Version","width":3000,"height":2044,"mapParent":{"id":"575"}}]},{"name":"The Book of Inner Alchemy","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/112-map-14.01-temple-of-the-immortal-lotus.jpg"},"imageType":"map","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Map 14.1: Temple of the Immortal Lotus","width":3000,"height":2075,"id":"576","mapRegions":[{"area":"402","points":[[51,974],[51,1107],[211,1107],[211,974]]},{"area":"410","points":[[1235,1278],[1235,1613],[1664,1613],[1664,1278]]},{"area":"407","points":[[1018,517],[1018,896],[1448,896],[1448,517]]},{"area":"419","points":[[1635,418],[1635,746],[2018,746],[2018,418]]},{"area":"41e","points":[[1973,1014],[2085,1042],[2096,1038],[2155,1050],[2178,1045],[2198,1011],[2219,982],[2240,960],[2270,952],[2309,950],[2347,955],[2392,944],[2435,926],[2475,942],[2518,958],[2538,982],[2589,994],[2624,1003],[2635,1042],[2640,1088],[2651,1117],[2691,1136],[2718,1165],[2734,1202],[2739,1232],[2738,1254],[2742,1277],[2717,1306],[2699,1347],[2667,1366],[2619,1384],[2589,1394],[2555,1389],[2530,1395],[2499,1413],[2461,1418],[2426,1408],[2387,1422],[2366,1435],[2315,1422],[2267,1418],[2213,1392],[2184,1362],[2155,1317],[2141,1291],[2133,1237],[2117,1210],[2058,1194],[2030,1179],[1947,1155]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/112-map-14.01-temple-of-the-immortal-lotus.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/113-map-14.01-temple-of-the-immortal-lotus-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"offsetX":4,"offsetY":-23,"scale":2},"title":"Player Version","width":3000,"height":2075,"mapParent":{"id":"576"}}]},{"name":"The Canopic Being","ix":15,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/121-map-15.01-tomb-of-valin-sarnaster.jpg"},"imageType":"map","grid":{"type":"square","size":78,"offsetX":-21,"offsetY":3,"scale":2,"distance":10},"title":"Map 15.1: Tomb of Valin Sarnaster","width":2094,"height":2840,"id":"577","mapRegions":[{"area":"465","points":[[173,484],[415,313],[593,558],[351,729]]},{"area":"462","points":[[157,670],[224,578],[340,739],[157,739]]},{"area":"454","points":[[299,1217],[254,1217],[242,1187],[220,1161],[192,1144],[157,1134],[140,1133],[111,1141],[82,1157],[62,1180],[48,1209],[40,1238],[46,1265],[56,1296],[72,1321],[98,1340],[129,1353],[161,1354],[189,1348],[211,1333],[233,1316],[251,1285],[299,1285]]},{"area":"465","points":[[739,247],[739,543],[1038,543],[1038,247]]},{"area":"462","points":[[740,557],[740,737],[1036,737],[1036,557]]},{"area":"474","points":[[1203,282],[1203,428],[1308,428],[1308,282]]},{"area":"460","points":[[1204,634],[1204,815],[1309,815],[1309,634]]},{"area":"45a","points":[[621,980],[621,1590],[1072,1590],[1072,980]]},{"area":"43e","points":[[351,2145],[351,2255],[456,2255],[456,2145]]},{"area":"442","points":[[622,2266],[622,2367],[726,2367],[726,2266]]},{"area":"44f","points":[[702,1909],[811,1798],[884,1798],[993,1911],[882,2022],[817,2022]]},{"area":"44b","points":[[1048,2067],[1048,2525],[1153,2525],[1153,2067]]},{"area":"477","points":[[1439,1524],[1443,1486],[1454,1447],[1469,1420],[1494,1387],[1516,1369],[1546,1349],[1573,1336],[1593,1334],[1658,1339],[1687,1349],[1716,1364],[1742,1380],[1770,1402],[1794,1437],[1806,1476],[1810,1517],[1806,1549],[1797,1584],[1779,1618],[1755,1649],[1727,1673],[1694,1695],[1658,1705],[1592,1707],[1550,1687],[1510,1667],[1481,1638],[1460,1614],[1443,1575],[1436,1548]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/121-map-15.01-tomb-of-valin-sarnaster.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/122-map-15.01-tomb-of-valin-sarnaster-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":-21,"offsetY":3,"scale":2,"distance":10},"title":"Player Version","width":2094,"height":2840,"mapParent":{"id":"577"}}]},{"name":"The Scrivener's Tale","ix":16,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/129-map-16.01-haven-of-the-red-quill.jpg"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Map 16.1: Haven of the Red Quill","width":3000,"height":2071,"id":"578","mapRegions":[{"area":"4c3","points":[[171,854],[181,766],[205,686],[251,586],[298,520],[382,450],[446,400],[528,365],[630,349],[722,350],[808,373],[885,394],[946,429],[1014,474],[1054,520],[1090,579],[1134,666],[1158,733],[1174,842],[1162,966],[1120,1050],[1082,1134],[1006,1224],[926,1277],[853,1306],[774,1334],[720,1339],[643,1339],[533,1318],[470,1302],[397,1274],[331,1227],[291,1171],[243,1109],[203,1045],[184,979],[176,901]]},{"area":"4b3","points":[[982,1262],[1045,1210],[1101,1149],[1134,1093],[1397,1093],[1397,1341],[982,1341]]},{"area":"4b0","points":[[1413,1091],[1413,1339],[1909,1339],[1909,1091]]},{"area":"4ba","points":[[1408,730],[1901,730],[1901,912],[1781,912],[1781,1069],[1534,1069],[1534,910],[1408,910]]},{"area":"4ae","points":[[1534,1354],[1534,1581],[1784,1581],[1784,1354]]},{"area":"4ac","points":[[1477,1766],[1482,1718],[1512,1651],[1549,1622],[1595,1594],[1650,1586],[1717,1594],[1758,1613],[1797,1640],[1830,1694],[1843,1749],[1837,1810],[1808,1864],[1762,1912],[1709,1938],[1659,1944],[1594,1933],[1547,1910],[1499,1866],[1480,1811]]},{"area":"4be","points":[[1923,1030],[1923,1398],[2773,1398],[2773,1030]]},{"area":"4c0","points":[[1350,222],[1360,198],[1378,166],[1413,171],[1426,160],[1445,166],[1474,163],[1491,184],[1522,179],[1552,173],[1584,176],[1621,160],[1654,166],[1688,162],[1710,162],[1731,150],[1763,162],[1797,166],[1830,150],[1866,125],[1882,122],[1922,149],[1944,155],[1974,154],[2016,181],[2050,168],[2078,160],[2099,146],[2130,179],[2163,194],[2219,187],[2254,205],[2296,208],[2347,208],[2370,216],[2354,248],[2349,296],[2325,304],[2285,344],[2251,374],[2250,394],[2229,408],[2222,438],[2131,414],[2112,430],[2066,445],[2042,429],[2027,402],[1995,390],[1949,418],[1899,419],[1854,421],[1818,397],[1773,419],[1731,414],[1710,424],[1672,429],[1618,403],[1594,403],[1566,416],[1552,430],[1531,426],[1509,448],[1459,450],[1421,467],[1386,472],[1366,435],[1336,382],[1346,350],[1374,315],[1355,283],[1365,278],[1365,245]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/129-map-16.01-haven-of-the-red-quill.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/130-map-16.01-haven-of-the-red-quill-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-17,"offsetY":-24},"title":"Player Version","width":3000,"height":2071,"mapParent":{"id":"578"}}]},{"name":"Alkazaar's Appendix","ix":17,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/135-map-17.01-haruun.jpg"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Map 17.1: Haruun","width":2206,"height":3000,"id":"579","mapRegions":[{"area":"4ac","points":[[662,272],[696,219],[822,202],[942,200],[1082,206],[1258,234],[1435,258],[1470,312],[1422,325],[1406,354],[1334,379],[1310,378],[1280,382],[1267,403],[1232,418],[1218,403],[1170,398],[1146,400],[1118,418],[1114,451],[1122,483],[1120,526],[1107,554],[1104,589],[1098,619],[1112,643],[1118,707],[1115,734],[1066,800],[1035,915],[1029,803],[1019,789],[1018,717],[1032,690],[1029,634],[1018,590],[1027,510],[1011,467],[1010,448],[984,440],[968,445],[926,414],[920,384],[882,358],[808,331],[781,339],[714,312],[675,298]]},{"area":"4ae","points":[[710,1101],[760,1125],[805,1150],[826,1157],[837,1179],[894,1194],[918,1176],[963,1176],[1016,1195],[1043,1186],[1102,1171],[1146,1165],[1182,1154],[1240,1149],[1278,1123],[1312,1128],[1350,1125],[1384,1102],[1429,1098],[1469,1098],[1507,1085],[1618,1118],[1741,1168],[1699,1195],[1686,1214],[1611,1226],[1571,1221],[1531,1229],[1502,1246],[1462,1248],[1427,1266],[1381,1283],[1336,1296],[1294,1314],[1242,1306],[1229,1299],[1202,1309],[1171,1328],[1117,1338],[1022,1355],[957,1357],[904,1357],[874,1346],[829,1336],[787,1330],[765,1328],[739,1307],[717,1288]]},{"area":"4b0","points":[[832,2648],[810,2405],[813,2264],[798,2222],[808,2168],[819,2152],[821,2118],[808,2115],[806,2035],[806,1960],[814,1904],[814,1880],[824,1850],[826,1816],[813,1802],[834,1758],[851,1736],[883,1718],[904,1707],[909,1674],[925,1653],[962,1629],[992,1586],[1034,1565],[1120,1568],[1144,1600],[1195,1611],[1232,1637],[1258,1749],[1294,1909],[1291,1995],[1286,2050],[1274,2118],[1286,2165],[1277,2210],[1274,2272],[1269,2322],[1275,2362],[1282,2413],[1270,2440],[1253,2458],[1235,2502],[1208,2528],[1186,2542],[1059,2616],[970,2651],[890,2666]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/135-map-17.01-haruun.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/136-map-17.01-haruun-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":11,"offsetY":26},"title":"Player Version","width":2206,"height":3000,"mapParent":{"id":"579"}},{"type":"image","href":{"type":"internal","path":"adventure/CM/137-map-17.02-necropolis-mastaba.jpg"},"imageType":"map","grid":{"type":"none","size":140,"distance":250},"title":"Map 17.2: Necropolis and Mastaba","width":2186,"height":3000,"id":"57a","mapRegions":[{"area":"510","points":[[420,2228],[420,2344],[780,2344],[780,2228]]},{"area":"50e","points":[[593,2100],[879,2100],[898,2111],[905,2136],[905,2437],[896,2459],[880,2467],[324,2467],[303,2457],[294,2442],[294,2130],[301,2108],[330,2100],[574,2100],[574,1934],[523,1928],[456,1932],[396,1937],[338,1945],[274,1958],[238,1979],[204,2000],[188,2033],[170,2079],[172,2130],[171,2177],[159,2221],[154,2238],[154,2318],[159,2371],[167,2436],[165,2500],[193,2543],[239,2575],[311,2599],[362,2620],[489,2634],[578,2639],[687,2644],[771,2635],[870,2620],[957,2604],[994,2547],[1021,2473],[1052,2405],[1071,2333],[1070,2252],[1063,2186],[1056,2090],[1026,2000],[991,1980],[896,1963],[753,1946],[643,1930],[593,1933]]},{"area":"50e","points":[[573,1934],[573,2099],[593,2099],[593,1934]]},{"area":"512","points":[[1679,1888],[1679,2070],[2040,2070],[2040,1888]]},{"area":"51c","points":[[1669,1950],[1552,1950],[1552,2160],[1887,2160],[1887,2104],[1607,2104],[1607,2006],[1669,2006]]},{"area":"51d","points":[[1765,2226],[1827,2226],[1827,2169],[1888,2169],[1888,2226],[1950,2226],[1950,2315],[1765,2315]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/137-map-17.02-necropolis-mastaba.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/138-map-17.02-necropolis-mastaba-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":-13,"offsetY":-7,"scale":2},"title":"Player Version","width":2186,"height":3000,"mapParent":{"id":"57a"}}]},{"name":"Xanthoria","ix":18,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CM/143-map-18.01-lykortha-expanse.jpg"},"imageType":"map","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Map 18.1: Lykortha Expanse","width":3000,"height":2073,"id":"57b","mapRegions":[{"area":"54b","points":[[576,424],[553,398],[542,361],[568,321],[584,316],[593,288],[631,262],[660,254],[678,247],[713,273],[740,309],[792,326],[861,339],[899,359],[919,388],[966,415],[1004,429],[1016,461],[1066,478],[1055,436],[1036,394],[1000,373],[968,353],[956,334],[932,311],[936,284],[958,271],[984,249],[1018,235],[1061,246],[1087,267],[1092,300],[1128,320],[1139,342],[1119,371],[1122,400],[1135,444],[1141,491],[1144,516],[1186,505],[1222,521],[1245,544],[1244,606],[1215,611],[1146,595],[1100,613],[1062,615],[1036,587],[1028,573],[982,566],[946,547],[921,514],[905,506],[878,526],[846,539],[840,572],[807,602],[780,625],[722,627],[694,621],[638,627],[620,600],[614,573],[625,542],[655,527],[688,508],[720,501],[744,467],[775,444],[824,422],[786,418],[747,409],[665,411],[626,412],[606,425]]},{"area":"544","points":[[596,1462],[620,1433],[631,1389],[652,1355],[654,1331],[682,1302],[696,1276],[721,1252],[735,1216],[762,1186],[775,1129],[794,1088],[807,1048],[832,975],[866,960],[888,941],[921,929],[953,921],[982,921],[1026,945],[1059,974],[1073,998],[1086,1038],[1059,1056],[1020,1094],[1011,1132],[1008,1176],[984,1184],[948,1159],[922,1147],[925,1172],[945,1202],[938,1236],[911,1286],[893,1312],[898,1340],[879,1373],[865,1392],[856,1439],[840,1455],[816,1474],[785,1480],[749,1507],[708,1522],[671,1545],[635,1542],[619,1508],[611,1489]]},{"area":"550","points":[[1181,1514],[1200,1485],[1212,1449],[1216,1426],[1254,1420],[1281,1398],[1308,1398],[1335,1399],[1374,1386],[1386,1349],[1394,1331],[1395,1309],[1420,1274],[1398,1249],[1415,1231],[1426,1213],[1460,1213],[1482,1232],[1519,1242],[1531,1262],[1529,1289],[1534,1318],[1552,1351],[1540,1391],[1532,1416],[1540,1441],[1515,1467],[1508,1494],[1507,1515],[1473,1536],[1444,1545],[1415,1560],[1381,1568],[1334,1574],[1291,1559],[1264,1552],[1225,1556],[1198,1548],[1193,1534]]},{"area":"558","points":[[1035,1752],[1059,1728],[1080,1704],[1109,1698],[1128,1685],[1154,1682],[1171,1661],[1212,1661],[1232,1647],[1282,1645],[1315,1633],[1355,1628],[1411,1642],[1454,1634],[1484,1649],[1488,1691],[1462,1724],[1436,1731],[1452,1759],[1445,1781],[1456,1821],[1475,1840],[1474,1904],[1448,1924],[1436,1941],[1381,1945],[1301,1935],[1206,1935],[1195,1909],[1168,1882],[1139,1848],[1100,1852],[1064,1839],[1038,1815],[1046,1787],[1038,1774]]},{"area":"54d","points":[[1631,1727],[1659,1696],[1672,1675],[1705,1649],[1706,1596],[1722,1541],[1755,1532],[1761,1498],[1799,1493],[1828,1498],[1846,1491],[1878,1519],[1889,1542],[1891,1580],[1864,1607],[1860,1629],[1876,1648],[1868,1714],[1833,1729],[1799,1739],[1781,1739],[1758,1761],[1714,1764],[1691,1748],[1653,1741],[1631,1735]]},{"area":"552","points":[[1885,1894],[1887,1822],[1912,1768],[1919,1731],[1932,1676],[1961,1671],[1993,1672],[2016,1642],[2029,1613],[2039,1593],[2033,1538],[2029,1515],[2014,1500],[2036,1469],[2058,1444],[2095,1445],[2142,1442],[2174,1452],[2222,1448],[2313,1452],[2345,1440],[2369,1420],[2425,1431],[2441,1455],[2447,1508],[2436,1546],[2442,1573],[2413,1588],[2382,1592],[2324,1633],[2335,1656],[2375,1645],[2412,1628],[2454,1649],[2455,1686],[2409,1715],[2393,1754],[2382,1781],[2378,1812],[2347,1844],[2331,1887],[2301,1894],[2273,1926],[2235,1909],[2222,1935],[2215,1955],[2131,1961],[2113,1938],[2088,1939],[2066,1954],[2012,1952],[1985,1944],[1965,1946],[1936,1940],[1909,1939],[1891,1916]]},{"area":"548","points":[[2078,980],[2118,941],[2158,934],[2194,919],[2231,919],[2262,920],[2302,924],[2329,946],[2372,962],[2388,996],[2404,1039],[2391,1096],[2365,1127],[2326,1145],[2253,1165],[2216,1155],[2151,1147],[2107,1109],[2069,1074],[2051,1029],[2060,998]]},{"area":"536","points":[[1516,233],[1632,199],[1656,208],[1667,242],[1694,232],[1724,251],[1725,278],[1767,273],[1806,278],[1826,265],[1842,276],[1869,294],[1891,314],[1885,336],[1898,371],[1888,394],[1876,438],[1846,435],[1812,454],[1716,511],[1629,495],[1601,491],[1580,466],[1540,464],[1426,449],[1394,429],[1407,398],[1408,369],[1458,341],[1472,308],[1459,280],[1487,253]]},{"area":"53f","points":[[1595,1000],[1587,975],[1564,961],[1525,959],[1508,933],[1508,904],[1481,895],[1476,882],[1508,869],[1494,849],[1520,811],[1538,769],[1532,749],[1640,678],[1782,654],[1882,694],[1982,814],[1996,854],[1958,874],[1938,871],[1878,971],[1852,1006],[1836,1027],[1840,1073],[1795,1099],[1761,1118],[1734,1131],[1689,1128],[1682,1096],[1649,1081],[1607,1052],[1596,1034]]},{"area":"53c","points":[[2014,386],[1985,369],[1991,333],[1978,324],[2002,304],[2004,258],[2026,249],[2039,249],[2067,244],[2095,261],[2111,272],[2131,301],[2136,334],[2144,368],[2116,404],[2073,415],[2041,404]]},{"area":"55b","points":[[2564,659],[2520,659],[2489,632],[2456,619],[2439,604],[2424,598],[2409,613],[2362,618],[2353,613],[2328,612],[2320,594],[2322,560],[2345,522],[2328,475],[2346,446],[2339,393],[2346,351],[2344,315],[2332,292],[2312,278],[2329,261],[2373,261],[2405,274],[2427,301],[2469,278],[2518,289],[2549,273],[2566,281],[2601,258],[2619,242],[2635,273],[2660,286],[2655,322],[2654,339],[2671,367],[2665,415],[2658,460],[2652,505],[2654,547],[2640,588],[2614,595],[2609,609],[2635,616],[2652,640],[2645,662],[2605,666],[2587,665]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CM/thumbnail/143-map-18.01-lykortha-expanse.webp"},"page":"adventure.html","source":"CM","hash":"cm"},{"type":"image","href":{"type":"internal","path":"adventure/CM/144-map-18.01-lykortha-expanse-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":55,"offsetX":2,"offsetY":26,"distance":10},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"57b"}}]}]},"HoL":{"id":"HoL","source":"HoL","prop":"adventure","chapters":[{"name":"The House of Lament","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VRGR/116-map-4.1-the-house-of-lament.jpg"},"imageType":"map","grid":{"type":"square","size":150,"offsetX":-57,"distance":10},"title":"Map 4.1: The House of Lament","width":4000,"height":5700,"id":"000","mapRegions":[{"area":"4f7","points":[[329,653],[329,350],[339,318],[355,287],[384,258],[425,235],[466,229],[675,229],[675,653]]},{"area":"4f6","points":[[327,679],[327,960],[596,960],[596,679]]},{"area":"4f6","points":[[330,985],[330,1327],[596,1327],[596,985]]},{"area":"4ee","points":[[93,1573],[93,1556],[95,1537],[102,1503],[108,1480],[129,1448],[150,1422],[183,1396],[209,1382],[239,1368],[276,1355],[312,1353],[343,1358],[373,1369],[402,1384],[435,1400],[460,1422],[486,1457],[503,1486],[519,1518],[528,1558],[525,1608],[517,1656],[502,1692],[474,1721],[445,1749],[397,1771],[357,1784],[313,1794],[264,1783],[223,1772],[194,1754],[171,1730],[145,1700],[120,1658],[99,1607]]},{"area":"4e8","points":[[545,1355],[824,1352],[824,1478],[748,1478],[748,1630],[545,1630]]},{"area":"4dd","points":[[851,1208],[851,1630],[1121,1630],[1121,1208]]},{"area":"4e2","points":[[705,757],[705,1184],[1121,1184],[1121,757]]},{"area":"4fe","points":[[703,81],[703,730],[1120,730],[1120,81]]},{"area":"504","points":[[1150,456],[1278,456],[1278,751],[1348,751],[1348,1182],[1150,1182]]},{"area":"508","points":[[1303,449],[1303,730],[1723,730],[1723,449]]},{"area":"50f","points":[[1374,755],[1374,1404],[1722,1404],[1722,755]]},{"area":"513","points":[[1374,1430],[1374,1628],[1723,1628],[1723,1430]]},{"area":"4f6","points":[[1152,1206],[1152,1627],[1348,1627],[1348,1206]]},{"area":"4d9","points":[[541,1654],[1749,1654],[1749,433],[1707,433],[1707,411],[1692,396],[1574,396],[1559,411],[1550,420],[1531,420],[1531,210],[1301,210],[1301,137],[1881,137],[1881,2080],[1363,2080],[1363,1864],[760,1864],[760,1790],[541,1790]]},{"area":"538","points":[[552,2555],[552,2974],[746,2974],[746,2555]]},{"area":"538","points":[[551,3003],[551,3430],[746,3430],[746,3003]]},{"area":"535","points":[[826,2846],[826,3154],[1275,3154],[1275,3276],[976,3276],[976,3426],[772,3426],[772,2846]]},{"area":"53c","points":[[1001,3303],[1719,3303],[1719,3585],[1574,3585],[1574,3730],[1147,3730],[1147,3578],[1001,3578]]},{"area":"542","points":[[1304,2406],[1572,2406],[1572,2550],[1725,2550],[1725,3278],[1304,3278]]},{"area":"548","points":[[775,2401],[775,2818],[1276,2818],[1276,2401]]},{"area":"4f2","points":[[93,3679],[92,3644],[102,3604],[118,3565],[141,3529],[173,3502],[229,3472],[276,3456],[331,3452],[384,3471],[436,3492],[471,3528],[495,3575],[518,3617],[529,3667],[523,3715],[507,3764],[482,3806],[450,3841],[403,3874],[343,3890],[290,3889],[231,3875],[197,3855],[159,3824],[130,3777],[104,3720]]},{"area":"54e","points":[[993,4129],[993,5167],[1280,5167],[1280,4129]]},{"area":"552","points":[[93,5402],[94,5362],[114,5306],[147,5261],[186,5226],[226,5208],[276,5193],[321,5187],[367,5199],[421,5226],[454,5252],[487,5287],[515,5335],[533,5396],[526,5449],[508,5512],[474,5547],[435,5585],[392,5607],[342,5625],[306,5625],[244,5614],[194,5586],[156,5553],[121,5494],[96,5435]]},{"area":"524","points":[[2725,81],[2725,575],[3302,575],[3302,81]]},{"area":"51e","points":[[2352,958],[2352,335],[2376,295],[2418,255],[2465,229],[2539,229],[2699,229],[2699,958]]},{"area":"529","points":[[3324,234],[3527,234],[3527,452],[3746,452],[3746,731],[3324,731]]},{"area":"51b","points":[[3318,749],[3318,1179],[3747,1179],[3747,749]]},{"area":"51b","points":[[2873,906],[2873,1185],[3148,1185],[3148,906]]},{"area":"51b","points":[[2354,979],[2354,1332],[2699,1332],[2699,979]]},{"area":"52e","points":[[3176,1201],[3176,1626],[3746,1626],[3746,1201]]},{"area":"517","points":[[2573,1351],[2719,1351],[2719,591],[3300,591],[3300,1181],[3166,1181],[3166,660],[2852,660],[2852,1198],[2867,1198],[2867,1627],[2572,1627],[2581,1576],[2575,1516],[2568,1441],[2568,1384]]},{"area":"534","points":[[3905,1645],[3905,2092],[3315,2092],[3315,1645]]},{"area":"4f2","points":[[2115,1580],[2122,1513],[2146,1458],[2192,1409],[2236,1378],[2296,1356],[2355,1352],[2411,1373],[2461,1398],[2496,1432],[2529,1482],[2551,1539],[2552,1607],[2541,1651],[2513,1700],[2479,1738],[2446,1761],[2392,1782],[2332,1792],[2285,1782],[2231,1760],[2186,1722],[2147,1673],[2122,1618]]},{"area":"555","points":[[2793,2253],[2793,2831],[3458,2831],[3458,2253]]},{"area":"55b","points":[[2789,2862],[3459,2867],[3459,3025],[3413,3054],[3395,3085],[3366,3091],[3355,3075],[3316,3069],[3311,3092],[3264,3112],[3244,3113],[3231,3104],[3195,3120],[3176,3125],[3168,3147],[3126,3139],[3107,3125],[3084,3106],[3036,3113],[3008,3132],[3002,3153],[2945,3158],[2916,3144],[2874,3146],[2852,3161],[2821,3154],[2789,3172]]},{"area":"560","points":[[2199,3662],[2208,3608],[2227,3565],[2256,3521],[2294,3489],[2328,3466],[2372,3456],[2420,3451],[2471,3455],[2515,3484],[2551,3522],[2591,3571],[2618,3613],[2628,3665],[2627,3718],[2606,3781],[2573,3824],[2535,3859],[2482,3884],[2418,3891],[2362,3889],[2307,3866],[2265,3828],[2236,3781],[2216,3742],[2205,3699]]},{"area":"55f","points":[[2499,2924],[2527,2918],[2554,2896],[2567,2880],[2593,2887],[2609,2909],[2633,2902],[2641,2886],[2633,2871],[2641,2858],[2767,2858],[2767,3193],[2729,3213],[2721,3227],[2735,3247],[2732,3287],[2719,3302],[2702,3331],[2709,3349],[2721,3359],[2738,3351],[2776,3362],[2788,3379],[2775,3404],[2779,3425],[2801,3439],[2828,3436],[2844,3424],[2874,3438],[2881,3465],[2876,3485],[2856,3498],[2848,3513],[2861,3525],[2875,3538],[2898,3536],[2912,3513],[2946,3513],[2949,3532],[2978,3536],[2987,3545],[2988,3559],[3021,3552],[3036,3562],[3046,3578],[3046,3593],[2629,3593],[2605,3540],[2545,3479],[2513,3451],[2499,3446]]},{"area":"564","points":[[2138,5145],[2149,5145],[2167,5149],[2193,5133],[2187,5104],[2168,5089],[2172,5060],[2205,5045],[2221,5046],[2255,5020],[2280,5006],[2294,4988],[2287,4939],[2258,4928],[2267,4911],[2287,4880],[2326,4869],[2366,4848],[2389,4842],[2413,4852],[2449,4839],[2467,4815],[2474,4792],[2508,4764],[2534,4756],[2573,4760],[2598,4781],[2618,4773],[2631,4751],[2616,4715],[2625,4681],[2654,4688],[2686,4658],[2680,4560],[2633,4546],[2615,4513],[2646,4484],[2675,4444],[2695,4442],[2724,4426],[2725,4393],[2736,4378],[2847,4334],[2880,4353],[2895,4365],[2925,4360],[2946,4314],[2982,4304],[3006,4285],[3038,4299],[3074,4325],[3078,4352],[3092,4362],[3141,4361],[3178,4369],[3206,4364],[3232,4381],[3253,4391],[3284,4386],[3308,4418],[3319,4448],[3334,4499],[3328,4536],[3302,4568],[3286,4593],[3301,4615],[3313,4654],[3328,4664],[3346,4651],[3366,4666],[3373,4682],[3340,4741],[3313,4751],[3298,4782],[3291,4818],[3311,4846],[3268,4904],[3246,4901],[3202,4948],[3185,4968],[3142,4972],[3122,4994],[3124,5015],[3127,5055],[3111,5075],[3084,5089],[3048,5084],[3022,5092],[3016,5127],[2968,5134],[2944,5109],[2924,5124],[2906,5147],[2906,5181],[2915,5228],[2940,5244],[2936,5285],[2898,5313],[2874,5314],[2842,5335],[2819,5373],[2822,5432],[2798,5466],[2794,5499],[2766,5528],[2731,5536],[2695,5521],[2684,5489],[2645,5482],[2620,5479],[2596,5476],[2589,5498],[2547,5493],[2529,5480],[2549,5447],[2525,5434],[2487,5446],[2484,5466],[2493,5511],[2461,5535],[2435,5549],[2409,5536],[2367,5499],[2328,5489],[2295,5504],[2246,5461],[2252,5432],[2227,5393],[2187,5381],[2189,5345],[2201,5294],[2168,5241],[2138,5209],[2132,5173]]}],"hrefThumbnail":{"type":"internal","path":"book/VRGR/thumbnail/116-map-4.1-the-house-of-lament.webp"},"page":"adventure.html","source":"HoL","hash":"hol"},{"type":"image","href":{"type":"internal","path":"book/VRGR/117-map-4.1-the-house-of-lament-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":-60,"distance":10},"title":"Player Version","width":4000,"height":5700,"mapParent":{"id":"000"}}]}]},"RtG":{"id":"RtG","source":"RtG","prop":"adventure","chapters":[{"name":"Adventure Primer","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RtG/003.webp"},"title":"Map 1","imageType":"map","grid":{"type":"square","size":75,"offsetX":53,"offsetY":43,"scale":2},"width":578,"height":816,"mapRegions":[{"area":"01c","points":[[519,134],[460,134],[460,469],[519,469]]},{"area":"01b","points":[[451,129],[400,129],[400,173],[451,173]]},{"area":"023","points":[[248,158],[254,174],[435,174],[435,431],[246,431],[246,445],[215,445],[215,431],[180,395],[180,358],[66,358],[66,250],[178,250],[178,208],[215,171],[215,158]]},{"area":"028","points":[[320,24],[26,24],[26,137],[320,137]]},{"area":"02d","points":[[286,468],[102,468],[102,544],[286,544]]},{"area":"038","points":[[435,665],[434,765],[291,763],[293,697],[319,690],[400,692],[405,665]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/003.webp"},"id":"15a","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/004.webp"},"title":"Map 2","imageType":"map","grid":{"type":"square","size":62,"offsetX":-25,"offsetY":2,"scale":2},"width":1188,"height":459,"mapRegions":[{"area":"044","points":[[530,348],[118,348],[118,430],[530,430]]},{"area":"047","points":[[696,410],[549,410],[549,434],[696,434]]},{"area":"048","points":[[768,386],[652,386],[652,342],[768,342]]},{"area":"044","points":[[1130,341],[774,341],[774,429],[1130,429]]},{"area":"049","points":[[821,218],[739,218],[739,281],[821,281]]},{"area":"04b","points":[[577,94],[625,92],[644,128],[620,154],[590,180],[544,180],[522,164],[487,170],[463,201],[408,211],[379,174],[406,164],[426,127],[474,95],[514,102],[534,115],[569,106]]},{"area":"04c","points":[[548,307],[478,307],[478,342],[548,342]]},{"area":"04d","points":[[7,108],[31,94],[46,100],[72,98],[86,88],[107,94],[110,114],[102,127],[115,154],[112,179],[83,180],[47,158],[28,146],[9,135],[4,124]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/004.webp"},"id":"15b","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/005.webp"},"title":"Map 3","imageType":"map","grid":{"type":"square","size":81,"offsetX":-21,"offsetY":5,"scale":2},"width":1084,"height":636,"mapRegions":[{"area":"05b","points":[[319,122],[391,122],[432,163],[432,246],[393,285],[312,285],[276,250],[276,166]]},{"area":"056","points":[[271,46],[271,122],[225,168],[152,168],[152,46]]},{"area":"05e","points":[[262,205],[149,205],[149,283],[262,283]]},{"area":"061","points":[[227,329],[67,329],[67,448],[227,448]]},{"area":"064","points":[[474,492],[356,492],[356,611],[474,611]]},{"area":"067","points":[[634,488],[515,488],[515,611],[634,611]]},{"area":"06c","points":[[713,333],[598,333],[598,405],[713,405]]},{"area":"070","points":[[678,46],[561,46],[561,163],[678,163]]},{"area":"07d","points":[[954,288],[727,288],[727,444],[954,444]]},{"area":"074","points":[[837,126],[1041,126],[1041,242],[837,242]]},{"area":"079","points":[[1004,490],[802,490],[802,611],[1004,611]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/005.webp"},"id":"15c","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/006.webp"},"title":"Map 4","imageType":"map","grid":{"type":"square","size":50,"offsetX":-24,"offsetY":21,"scale":2},"width":530,"height":895,"mapRegions":[{"area":"086","points":[[462,285],[319,285],[319,507],[462,507]]},{"area":"08c","points":[[487,519],[316,519],[316,581],[487,581]]},{"area":"098","points":[[256,662],[206,662],[191,644],[168,634],[143,641],[127,656],[120,661],[106,663],[106,708],[119,708],[130,719],[146,730],[170,732],[185,728],[198,720],[204,708],[256,708]]},{"area":"097","points":[[188,785],[138,785],[138,886],[188,886]]},{"area":"094","points":[[338,836],[264,836],[264,884],[338,884]]},{"area":"095","points":[[342,806],[307,806],[307,834],[342,834]]},{"area":"093","points":[[362,662],[315,662],[315,711],[362,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/006.webp"},"id":"15d","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/006.webp"},"title":"Map 4","imageType":"map","grid":{"type":"square","size":50,"offsetX":-24,"offsetY":21,"scale":2},"width":530,"height":895,"mapRegions":[{"area":"086","points":[[462,285],[319,285],[319,507],[462,507]]},{"area":"08c","points":[[487,519],[316,519],[316,581],[487,581]]},{"area":"098","points":[[256,662],[206,662],[191,644],[168,634],[143,641],[127,656],[120,661],[106,663],[106,708],[119,708],[130,719],[146,730],[170,732],[185,728],[198,720],[204,708],[256,708]]},{"area":"097","points":[[188,785],[138,785],[138,886],[188,886]]},{"area":"094","points":[[338,836],[264,836],[264,884],[338,884]]},{"area":"095","points":[[342,806],[307,806],[307,834],[342,834]]},{"area":"093","points":[[362,662],[315,662],[315,711],[362,711]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/006.webp"},"id":"15e","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/007.webp"},"title":"Map 5","imageType":"map","grid":{"type":"square","size":66,"offsetX":17,"offsetY":9,"scale":2},"width":579,"height":664,"mapRegions":[{"area":"0a5","points":[[535,103],[408,103],[408,201],[535,201]]},{"area":"0b2","points":[[369,103],[369,138],[383,138],[383,165],[372,165],[372,198],[344,226],[344,171],[307,171],[307,139],[339,139],[339,103]]},{"area":"0c9","points":[[125,72],[146,78],[174,91],[193,109],[203,132],[203,170],[193,194],[180,211],[164,224],[138,233],[105,231],[76,220],[55,195],[43,170],[48,135],[61,105],[91,86],[111,78]]},{"area":"0cf","points":[[171,264],[75,264],[75,300],[171,300]]},{"area":"0d0","points":[[130,467],[144,471],[167,480],[187,497],[197,511],[203,534],[203,563],[193,586],[182,605],[160,621],[124,629],[99,625],[73,611],[55,589],[42,560],[48,527],[66,493],[89,478],[114,471]]},{"area":"0c3","points":[[303,335],[242,335],[242,595],[303,595]]},{"area":"0c2","points":[[415,364],[305,364],[305,404],[415,404]]},{"area":"0ac","points":[[442,303],[501,303],[533,335],[533,430],[497,466],[411,466],[411,438],[442,438]]},{"area":"0ba","points":[[501,477],[441,477],[441,599],[501,599]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/007.webp"},"id":"15f","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/008.webp"},"title":"Map 6","imageType":"map","grid":{"type":"square","size":66,"offsetX":17,"offsetY":9,"scale":2},"width":1127,"height":555,"mapRegions":[{"area":"0e9","points":[[694,217],[95,217],[95,343],[694,343]]},{"area":"0ed","points":[[535,143],[491,119],[473,100],[419,113],[391,102],[354,98],[317,116],[275,131],[281,155],[314,171],[355,166],[378,165],[410,174],[432,166],[445,148],[465,138],[498,146],[519,148]]},{"area":"0db","points":[[568,430],[580,452],[578,473],[580,491],[511,491],[499,473],[489,451],[488,428],[486,409],[508,393],[524,419],[540,436],[553,436]]},{"area":"0e4","points":[[486,430],[322,430],[322,528],[486,528]]},{"area":"0db","points":[[286,443],[187,443],[187,532],[286,532]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/008.webp"},"id":"160","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/010.webp"},"title":"Map 7","imageType":"map","grid":{"type":"square","size":80,"offsetX":10,"offsetY":26,"scale":2},"width":564,"height":797,"mapRegions":[{"area":"103","points":[[443,48],[366,48],[366,155],[443,155]]},{"area":"101","points":[[481,162],[345,162],[345,385],[481,385]]},{"area":"0fa","points":[[167,102],[47,102],[47,316],[167,316]]},{"area":"0fb","points":[[224,320],[47,320],[47,465],[224,465]]},{"area":"0ff","points":[[522,563],[267,563],[267,694],[522,694]]},{"area":"0fe","points":[[243,489],[124,489],[124,699],[243,699]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/010.webp"},"id":"161","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/011.webp"},"title":"Map 8","imageType":"map","grid":{"type":"square","size":70,"offsetY":27,"scale":2},"width":707,"height":861,"mapRegions":[{"area":"116","points":[[661,202],[545,202],[545,308],[661,308]]},{"area":"110","points":[[625,83],[430,83],[430,170],[625,170]]},{"area":"10d","points":[[467,323],[322,323],[322,433],[467,433]]},{"area":"113","points":[[321,159],[230,159],[230,352],[321,352]]},{"area":"119","points":[[585,485],[222,485],[222,773],[585,773]]},{"area":"11d","points":[[203,474],[144,474],[144,665],[203,665]]},{"area":"11f","points":[[109,429],[33,429],[33,526],[109,526]]},{"area":"11e","points":[[107,529],[32,529],[32,644],[107,644]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/011.webp"},"id":"162","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/013.webp"},"title":"Map 9","imageType":"map","grid":{"type":"square","size":72,"offsetX":-22,"offsetY":-10,"scale":2},"width":995,"height":774,"mapRegions":[{"area":"12d","points":[[892,322],[713,322],[713,427],[892,427]]},{"area":"12f","points":[[747,31],[634,31],[634,146],[747,146]]},{"area":"12c","points":[[710,466],[565,466],[565,606],[710,606]]},{"area":"131","points":[[521,38],[330,38],[330,197],[521,197]]},{"area":"12a","points":[[281,70],[165,70],[165,197],[281,197]]},{"area":"126","points":[[642,257],[127,257],[127,463],[642,463]]},{"area":"125","points":[[316,468],[206,468],[206,574],[316,574]]},{"area":"136","points":[[531,568],[419,568],[419,720],[531,720]]},{"area":"135","points":[[386,603],[309,603],[309,726],[386,726]]},{"area":"139","points":[[821,607],[717,607],[717,751],[821,751]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/013.webp"},"id":"163","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/014.webp"},"title":"Map 10","imageType":"map","grid":{"type":"square","size":67,"offsetX":-9,"offsetY":25,"scale":2},"width":571,"height":957,"mapRegions":[{"area":"136","points":[[231,7],[127,7],[127,149],[231,149]]},{"area":"135","points":[[96,40],[25,40],[25,155],[96,155]]},{"area":"144","points":[[96,245],[61,245],[61,334],[96,334]]},{"area":"143","points":[[196,347],[48,347],[48,517],[196,517]]},{"area":"145","points":[[303,445],[200,445],[200,523],[303,523]]},{"area":"13c","points":[[265,215],[265,376],[199,376],[199,341],[136,341],[136,215]]},{"area":"139","points":[[501,44],[405,44],[405,179],[501,179]]},{"area":"13d","points":[[472,243],[367,243],[367,423],[472,423]]},{"area":"14b","points":[[500,682],[396,682],[396,858],[500,858]]},{"area":"14a","points":[[368,628],[230,628],[230,925],[368,925]]},{"area":"147","points":[[213,782],[58,782],[58,890],[213,890]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/014.webp"},"id":"164","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/014.webp"},"title":"Map 10","imageType":"map","grid":{"type":"square","size":67,"offsetX":-9,"offsetY":25,"scale":2},"width":571,"height":957,"mapRegions":[{"area":"136","points":[[231,7],[127,7],[127,149],[231,149]]},{"area":"135","points":[[96,40],[25,40],[25,155],[96,155]]},{"area":"144","points":[[96,245],[61,245],[61,334],[96,334]]},{"area":"143","points":[[196,347],[48,347],[48,517],[196,517]]},{"area":"145","points":[[303,445],[200,445],[200,523],[303,523]]},{"area":"13c","points":[[265,215],[265,376],[199,376],[199,341],[136,341],[136,215]]},{"area":"139","points":[[501,44],[405,44],[405,179],[501,179]]},{"area":"13d","points":[[472,243],[367,243],[367,423],[472,423]]},{"area":"14b","points":[[500,682],[396,682],[396,858],[500,858]]},{"area":"14a","points":[[368,628],[230,628],[230,925],[368,925]]},{"area":"147","points":[[213,782],[58,782],[58,890],[213,890]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/014.webp"},"id":"165","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/015.webp"},"title":"Map 11","imageType":"map","grid":{"type":"square","size":61,"offsetY":33,"scale":2},"width":520,"height":1293,"mapRegions":[{"area":"155","points":[[213,42],[56,42],[56,1206],[213,1206]]}],"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/015.webp"},"id":"166","page":"adventure.html","source":"RtG","hash":"rtg"}]},{"name":"App. B: Maps","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/RtG/016.webp"},"title":"Full Map—North-East","width":1632,"height":1238,"mapRegions":[{"area":"01c","points":[[1556,526],[1519,526],[1519,734],[1556,734]]},{"area":"01b","points":[[1514,523],[1482,523],[1482,550],[1514,550]]},{"area":"023","points":[[1388,541],[1392,551],[1504,551],[1504,710],[1387,710],[1387,719],[1368,719],[1368,710],[1346,688],[1346,665],[1276,665],[1276,598],[1345,598],[1345,572],[1368,549],[1368,541]]},{"area":"028","points":[[1433,458],[1251,458],[1251,528],[1433,528]]},{"area":"02d","points":[[1412,733],[1298,733],[1298,780],[1412,780]]},{"area":"038","points":[[1504,855],[1503,917],[1415,916],[1416,875],[1432,871],[1482,872],[1485,855]]},{"area":"037","points":[[1069,805],[1599,805],[1599,849],[1069,849]]},{"area":"044","points":[[1057,370],[749,370],[749,432],[1057,432]]},{"area":"047","points":[[1181,417],[1071,417],[1071,435],[1181,435]]},{"area":"048","points":[[1235,399],[1148,399],[1148,366],[1235,366]]},{"area":"044","points":[[1505,365],[1239,365],[1239,431],[1505,431]]},{"area":"049","points":[[1274,273],[1213,273],[1213,320],[1274,320]]},{"area":"04b","points":[[1092,180],[1128,179],[1142,206],[1124,225],[1102,245],[1067,245],[1051,233],[1025,237],[1007,260],[966,268],[944,240],[964,233],[979,205],[1015,181],[1045,186],[1060,196],[1086,189]]},{"area":"04c","points":[[1070,340],[1018,340],[1018,366],[1070,366]]},{"area":"04d","points":[[666,191],[684,180],[695,185],[715,183],[725,176],[741,180],[743,195],[737,205],[747,225],[745,244],[723,245],[696,228],[682,219],[668,211],[664,203]]},{"area":"086","points":[[607,458],[476,458],[476,662],[607,662]]},{"area":"08c","points":[[630,673],[473,673],[473,730],[630,730]]},{"area":"0a5","points":[[422,182],[334,182],[334,250],[422,250]]},{"area":"0b2","points":[[307,182],[307,206],[317,206],[317,225],[309,225],[309,248],[290,267],[290,229],[264,229],[264,207],[286,207],[286,182]]},{"area":"0c9","points":[[138,160],[152,164],[172,173],[185,186],[192,202],[192,228],[185,245],[176,257],[165,266],[147,272],[124,271],[104,263],[89,246],[81,228],[84,204],[93,183],[114,170],[128,164]]},{"area":"0cf","points":[[170,294],[103,294],[103,319],[170,319]]},{"area":"0d0","points":[[141,435],[151,438],[167,444],[181,456],[188,466],[192,482],[192,502],[185,518],[177,531],[162,542],[137,548],[120,545],[102,535],[89,520],[80,500],[84,477],[97,453],[113,443],[130,438]]},{"area":"0c3","points":[[261,343],[219,343],[219,524],[261,524]]},{"area":"0c2","points":[[339,363],[263,363],[263,391],[339,391]]},{"area":"0ac","points":[[358,321],[399,321],[421,343],[421,409],[396,434],[336,434],[336,415],[358,415]]},{"area":"0ba","points":[[399,442],[357,442],[357,527],[399,527]]},{"area":"098","points":[[418,804],[372,804],[358,788],[337,779],[314,785],[300,799],[293,803],[280,805],[280,847],[292,847],[302,857],[317,867],[339,869],[353,865],[365,858],[370,847],[418,847]]},{"area":"097","points":[[356,917],[310,917],[310,1010],[356,1010]]},{"area":"094","points":[[493,964],[425,964],[425,1008],[493,1008]]},{"area":"095","points":[[497,937],[465,937],[465,962],[497,962]]},{"area":"093","points":[[515,804],[472,804],[472,849],[515,849]]},{"area":"05b","points":[[819,503],[860,503],[883,526],[883,573],[861,595],[815,595],[795,575],[795,528]]},{"area":"056","points":[[792,460],[792,503],[766,529],[725,529],[725,460]]},{"area":"05e","points":[[787,550],[723,550],[723,594],[787,594]]},{"area":"061","points":[[767,620],[677,620],[677,687],[767,687]]},{"area":"064","points":[[907,712],[840,712],[840,779],[907,779]]},{"area":"067","points":[[997,710],[930,710],[930,779],[997,779]]},{"area":"06c","points":[[1042,622],[977,622],[977,663],[1042,663]]},{"area":"070","points":[[1022,460],[956,460],[956,526],[1022,526]]},{"area":"07d","points":[[1178,597],[1050,597],[1050,685],[1178,685]]},{"area":"074","points":[[1112,505],[1227,505],[1227,571],[1112,571]]},{"area":"079","points":[[1206,711],[1092,711],[1092,779],[1206,779]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":32,"offsetY":-6,"scale":3},"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/016.webp"},"id":"167","page":"adventure.html","source":"RtG","hash":"rtg"},{"type":"image","href":{"type":"internal","path":"adventure/RtG/017.webp"},"title":"Full Map—South-West","width":1615,"height":1221,"mapRegions":[{"area":"103","points":[[1505,510],[1460,510],[1460,572],[1505,572]]},{"area":"101","points":[[1527,576],[1448,576],[1448,705],[1527,705]]},{"area":"0e9","points":[[1282,252],[866,252],[866,340],[1282,340]]},{"area":"0ed","points":[[1172,201],[1141,184],[1129,171],[1091,180],[1072,172],[1046,169],[1020,182],[991,192],[995,209],[1018,220],[1047,217],[1063,216],[1085,222],[1100,217],[1109,204],[1123,197],[1146,203],[1161,204]]},{"area":"0db","points":[[1195,401],[1203,416],[1202,431],[1203,443],[1155,443],[1147,431],[1140,415],[1139,399],[1138,386],[1153,375],[1164,393],[1175,405],[1184,405]]},{"area":"0e4","points":[[1138,401],[1024,401],[1024,469],[1138,469]]},{"area":"0db","points":[[999,410],[930,410],[930,472],[999,472]]},{"area":"12d","points":[[839,309],[725,309],[725,376],[839,376]]},{"area":"12f","points":[[747,123],[675,123],[675,196],[747,196]]},{"area":"12c","points":[[723,401],[631,401],[631,490],[723,490]]},{"area":"131","points":[[603,127],[481,127],[481,229],[603,229]]},{"area":"12a","points":[[450,148],[376,148],[376,229],[450,229]]},{"area":"126","points":[[680,267],[352,267],[352,399],[680,399]]},{"area":"125","points":[[472,402],[402,402],[402,470],[472,470]]},{"area":"136","points":[[609,466],[538,466],[538,563],[609,563]]},{"area":"135","points":[[517,488],[468,488],[468,567],[517,567]]},{"area":"155","points":[[195,167],[77,167],[77,1020],[195,1020]]},{"area":"144","points":[[517,628],[493,628],[493,689],[517,689]]},{"area":"143","points":[[585,698],[484,698],[484,814],[585,814]]},{"area":"145","points":[[658,765],[588,765],[588,818],[658,818]]},{"area":"13c","points":[[632,608],[632,718],[587,718],[587,694],[544,694],[544,608]]},{"area":"139","points":[[794,491],[728,491],[728,583],[794,583]]},{"area":"13d","points":[[774,627],[702,627],[702,750],[774,750]]},{"area":"0fa","points":[[1345,541],[1275,541],[1275,665],[1345,665]]},{"area":"0fb","points":[[1378,667],[1275,667],[1275,751],[1378,751]]},{"area":"0ff","points":[[1551,808],[1403,808],[1403,884],[1551,884]]},{"area":"0fe","points":[[1389,765],[1320,765],[1320,887],[1389,887]]},{"area":"0fd","points":[[1307,754],[1209,754],[1209,905],[1307,905]]},{"area":"116","points":[[1251,614],[1174,614],[1174,684],[1251,684]]},{"area":"110","points":[[1227,536],[1098,536],[1098,593],[1227,593]]},{"area":"10d","points":[[1123,694],[1027,694],[1027,767],[1123,767]]},{"area":"113","points":[[1026,586],[966,586],[966,713],[1026,713]]},{"area":"119","points":[[1201,801],[961,801],[961,991],[1201,991]]},{"area":"11d","points":[[948,794],[909,794],[909,920],[948,920]]},{"area":"11f","points":[[886,764],[836,764],[836,828],[886,828]]},{"area":"11e","points":[[885,830],[835,830],[835,906],[885,906]]},{"area":"14b","points":[[793,927],[722,927],[722,1047],[793,1047]]},{"area":"14a","points":[[703,890],[608,890],[608,1093],[703,1093]]},{"area":"147","points":[[597,995],[491,995],[491,1069],[597,1069]]}],"imageType":"map","grid":{"type":"square","size":69,"offsetX":30,"offsetY":26,"scale":3},"hrefThumbnail":{"type":"internal","path":"adventure/RtG/thumbnail/017.webp"},"id":"168","page":"adventure.html","source":"RtG","hash":"rtg"}]}]},"AitFR-ISF":{"id":"AitFR-ISF","source":"AitFR-ISF","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Appendix: Maps, Monsters, & NPCs","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-093.webp"},"width":1082,"height":575,"mapRegions":[{"area":"012","points":[[128,67],[128,165],[205,165],[205,67]]},{"area":"017","points":[[212,67],[212,127],[365,127],[365,67]]},{"area":"01f","points":[[369,67],[369,125],[464,125],[464,67]]},{"area":"021","points":[[468,127],[468,192],[521,192],[521,127]]},{"area":"01f","points":[[467,195],[467,255],[524,255],[524,195]]},{"area":"01f","points":[[469,259],[469,319],[525,319],[525,259]]},{"area":"01f","points":[[341,327],[341,381],[401,381],[401,327]]},{"area":"01f","points":[[404,328],[404,381],[465,381],[465,328]]},{"area":"01f","points":[[337,169],[337,223],[433,223],[433,169]]},{"area":"01f","points":[[339,225],[339,283],[435,283],[435,225]]},{"area":"01b","points":[[208,167],[208,260],[334,260],[334,167]]},{"area":"023","points":[[216,294],[216,379],[334,379],[334,294]]},{"area":"025","points":[[132,290],[132,324],[210,324],[210,290]]},{"area":"027","points":[[133,327],[133,386],[208,386],[208,327]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":9,"offsetY":8,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-093.webp"},"id":"056","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-095.webp"},"width":1082,"height":575,"mapRegions":[{"area":"029","points":[[162,133],[162,290],[214,290],[214,133]]},{"area":"02a","points":[[115,195],[115,260],[160,260],[160,195]]},{"area":"032","points":[[225,66],[225,195],[352,195],[352,66]]},{"area":"03b","points":[[370,162],[370,290],[498,290],[498,162]]},{"area":"03b","points":[[227,258],[227,384],[355,384],[355,258]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":6,"offsetY":6,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-095.webp"},"id":"057","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-ISF/image-097.webp"},"width":1082,"height":527,"mapRegions":[{"area":"03f","points":[[82,84],[207,84],[207,112],[170,112],[170,336],[208,336],[208,370],[122,370],[122,115],[82,115]]},{"area":"041","points":[[211,84],[211,368],[519,368],[519,84]]},{"area":"04a","points":[[530,179],[530,268],[850,268],[850,179]]},{"area":"04c","points":[[867,115],[867,340],[992,340],[992,115]]}],"imageType":"map","grid":{"type":"square","size":64,"offsetX":7,"offsetY":6,"scale":4},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-ISF/thumbnail/image-097.webp"},"id":"058","page":"adventure.html","source":"AitFR-ISF","hash":"aitfr-isf"}]}]},"AitFR-THP":{"id":"AitFR-THP","source":"AitFR-THP","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: Hidden Chambers","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395028.webp"},"title":"Map 1","width":1263,"height":1131,"imageType":"map","mapRegions":[{"area":"01a","points":[[126,523],[443,523],[443,354],[547,354],[547,830],[440,830],[440,677],[126,677]]},{"area":"01c","points":[[435,149],[435,264],[568,264],[568,149]]},{"area":"020","points":[[584,262],[584,355],[1072,355],[1072,262]]},{"area":"024","points":[[1069,378],[1069,830],[1118,830],[1118,378]]},{"area":"020","points":[[557,838],[557,928],[1051,928],[1051,838]]},{"area":"028","points":[[598,373],[598,824],[1054,824],[1054,373]]}],"grid":{"type":"square","size":52,"offsetX":26,"offsetY":52},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-THP/thumbnail/14_1476395028.webp"},"id":"05b","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395036.webp"},"title":"Map 2","width":2200,"height":3000,"grid":{"type":"hexColsEven","size":260,"offsetX":-50,"offsetY":28,"distance":586},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"adventure/AitFR-THP/14_1476395045.webp"},"title":"Map 3","width":1894,"height":1713,"imageType":"map","grid":{"type":"square","size":52,"offsetX":38,"offsetY":29},"mapRegions":[{"area":"052","points":[[358,99],[358,430],[602,430],[602,99]]},{"area":"04e","points":[[816,85],[816,434],[1070,434],[1070,85]]},{"area":"043","points":[[458,456],[458,758],[973,758],[973,456]]},{"area":"04c","points":[[981,456],[981,757],[1066,757],[1066,456]]},{"area":"046","points":[[368,770],[368,1102],[605,1102],[605,770]]},{"area":"048","points":[[616,776],[616,1117],[813,1117],[813,776]]},{"area":"04a","points":[[826,778],[826,1110],[1072,1110],[1072,778]]},{"area":"054","points":[[1187,1285],[1187,1549],[1608,1549],[1608,1285]]}],"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-THP/thumbnail/14_1476395045.webp"},"id":"05c","page":"adventure.html","source":"AitFR-THP","hash":"aitfr-thp"}]}]},"AitFR-AVT":{"id":"AitFR-AVT","source":"AitFR-AVT","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: Riverside","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-AVT/13_1476395029.webp"},"title":"Map 1","width":633,"height":662,"imageType":"map","grid":{"type":"square","size":50,"offsetX":-5,"offsetY":21,"scale":2.07},"mapRegions":[{"area":"032","points":[[24,85],[72,85],[72,38],[191,38],[191,85],[239,85],[239,134],[194,134],[194,158],[69,158],[69,133],[24,133]]},{"area":"030","points":[[93,205],[93,252],[168,252],[168,205]]},{"area":"02e","points":[[118,260],[118,329],[146,329],[146,260]]},{"area":"028","points":[[150,300],[150,324],[258,324],[258,300]]},{"area":"023","points":[[262,279],[262,337],[410,337],[410,279]]},{"area":"01d","points":[[191,349],[191,398],[257,398],[257,349]]},{"area":"01b","points":[[262,350],[262,420],[410,420],[410,350]]},{"area":"01f","points":[[416,350],[416,395],[479,395],[479,350]]},{"area":"010","points":[[259,425],[259,450],[289,450],[289,425]]},{"area":"012","points":[[388,425],[388,456],[407,456],[407,425]]},{"area":"00e","points":[[290,426],[292,439],[297,443],[294,460],[296,485],[308,493],[334,500],[353,502],[374,497],[378,489],[374,477],[375,464],[384,449],[386,435],[386,426]]}],"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-AVT/thumbnail/13_1476395029.webp"},"id":"03d","page":"adventure.html","source":"AitFR-AVT","hash":"aitfr-avt"}]}]},"AitFR-DN":{"id":"AitFR-DN","source":"AitFR-DN","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"Part 1: The Outer Lair","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-DN/16_1476395079.webp"},"width":1187,"height":818,"mapRegions":[{"area":"01a","points":[[238,180],[245,173],[285,163],[297,160],[305,192],[294,190],[243,208],[236,203]]},{"area":"01e","points":[[293,140],[321,239],[328,279],[340,334],[382,327],[410,317],[384,202],[378,196],[367,148],[365,130],[359,120],[302,131]]},{"area":"025","points":[[388,203],[398,197],[405,192],[450,186],[453,218],[397,239]]},{"area":"021","points":[[262,317],[308,291],[324,277],[337,329],[324,329],[302,338],[270,338]]},{"area":"00a","points":[[149,191],[159,179],[163,171],[178,162],[188,148],[199,148],[205,140],[217,134],[209,157],[212,166],[219,172],[223,180],[235,182],[232,201],[222,203],[214,199],[203,198],[193,194],[182,193],[172,191]]},{"area":"037","points":[[513,319],[513,360],[594,360],[594,319]]},{"area":"035","points":[[508,365],[508,388],[595,388],[595,365]]},{"area":"00a","points":[[59,590],[59,624],[88,624],[88,590]]},{"area":"01a","points":[[119,609],[119,652],[151,652],[151,609]]},{"area":"00e","points":[[198,493],[198,526],[231,526],[231,493]]},{"area":"00c","points":[[357,671],[357,702],[383,702],[383,671]]},{"area":"02b","points":[[316,437],[316,482],[341,482],[341,437]]},{"area":"027","points":[[351,449],[351,482],[376,482],[376,449]]},{"area":"02d","points":[[379,449],[379,482],[409,482],[409,449]]},{"area":"032","points":[[412,454],[412,481],[437,481],[437,454]]},{"area":"01a","points":[[699,226],[738,218],[742,207],[748,200],[791,203],[836,199],[829,220],[830,243],[833,259],[743,259],[745,250],[729,253],[721,245],[700,257]]},{"area":"01e","points":[[831,245],[833,224],[839,196],[853,174],[868,156],[892,143],[917,134],[946,136],[969,145],[987,155],[1004,190],[1007,210],[1007,230],[997,258],[984,276],[970,294],[942,308],[911,314],[875,308],[853,290],[841,270]]},{"area":"021","points":[[757,348],[849,290],[878,315],[830,410],[812,405],[777,379],[761,363]]},{"area":"025","points":[[982,146],[991,141],[1007,120],[1043,68],[1069,76],[1092,96],[1102,108],[1134,96],[1160,84],[1165,71],[1176,81],[1177,96],[1160,113],[1134,117],[1115,127],[1110,130],[1106,144],[1009,194]]},{"area":"02b","points":[[616,512],[616,554],[656,554],[656,512]]},{"area":"02b","points":[[784,512],[784,555],[828,555],[828,512]]},{"area":"02b","points":[[616,639],[616,679],[655,679],[655,639]]},{"area":"02b","points":[[786,637],[786,679],[826,679],[826,637]]},{"area":"02d","points":[[699,622],[699,659],[743,659],[743,622]]},{"area":"032","points":[[702,663],[702,701],[742,701],[742,663]]},{"area":"027","points":[[678,553],[678,620],[765,620],[765,553]]}],"imageType":"map","grid":{"type":"square","size":50,"offsetX":-16,"offsetY":-9,"scale":2.33},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-DN/thumbnail/16_1476395079.webp"},"id":"040","page":"adventure.html","source":"AitFR-DN","hash":"aitfr-dn"}]}]},"AitFR-FCD":{"id":"AitFR-FCD","source":"AitFR-FCD","prop":"adventure","parentSource":"AitFR","chapters":[{"name":"The Fortress of the Cobalt Mage","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/AitFR-FCD/16_1476395147.webp"},"width":1942,"height":1573,"mapRegions":[{"area":"03b","points":[[519,133],[519,387],[616,387],[616,133]]},{"area":"01f","points":[[210,541],[210,646],[303,646],[303,541]]},{"area":"018","points":[[519,652],[519,749],[617,749],[617,652]]},{"area":"026","points":[[827,542],[827,646],[929,646],[929,542]]},{"area":"035","points":[[1211,261],[1211,333],[1275,333],[1275,261]]},{"area":"042","points":[[1399,137],[1399,288],[1499,288],[1499,137]]},{"area":"040","points":[[1402,291],[1402,387],[1497,387],[1497,291]]},{"area":"02f","points":[[1612,265],[1612,328],[1683,328],[1683,265]]},{"area":"01f","points":[[1087,546],[1087,650],[1187,650],[1187,546]]},{"area":"018","points":[[1401,657],[1401,748],[1500,748],[1500,657]]},{"area":"026","points":[[1708,546],[1708,647],[1809,647],[1809,546]]},{"area":"02d","points":[[1113,418],[1113,484],[1150,484],[1150,418]]},{"area":"02d","points":[[1748,420],[1748,480],[1777,480],[1777,420]]},{"area":"04c","points":[[1516,863],[1516,1119],[1619,1119],[1619,863]]},{"area":"018","points":[[955,1377],[955,1478],[1059,1478],[1059,1377]]},{"area":"01f","points":[[648,1272],[648,1380],[745,1380],[745,1272]]},{"area":"035","points":[[762,976],[762,1066],[847,1066],[847,976]]},{"area":"04a","points":[[958,861],[958,1012],[1058,1012],[1058,861]]},{"area":"046","points":[[958,1016],[958,1116],[1058,1116],[1058,1016]]},{"area":"02f","points":[[1161,972],[1161,1065],[1256,1065],[1256,972]]},{"area":"02d","points":[[679,1147],[679,1212],[714,1212],[714,1147]]},{"area":"02d","points":[[1302,1143],[1302,1212],[1340,1212],[1340,1143]]},{"area":"026","points":[[1269,1272],[1269,1377],[1368,1377],[1368,1272]]}],"imageType":"map","grid":{"type":"square","size":52,"offsetX":19,"offsetY":28,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/AitFR-FCD/thumbnail/16_1476395147.webp"},"id":"053","page":"adventure.html","source":"AitFR-FCD","hash":"aitfr-fcd"}]}]},"NRH-TCMC":{"id":"NRH-TCMC","source":"NRH-TCMC","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: The Candy Mountain Caper","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-TCMC/002.webp"},"width":2414,"height":3149,"mapRegions":[{"area":"018","points":[[1075,3010],[1075,3117],[1254,3117],[1254,3010]]},{"area":"01b","points":[[117,2726],[117,2453],[147,2453],[256,2387],[354,2278],[390,2278],[568,2210],[816,2245],[990,2245],[1102,2197],[1126,2184],[1126,2206],[1197,2206],[1197,2176],[1266,2173],[1413,2208],[1573,2278],[1755,2310],[1778,2325],[1901,2312],[1904,2301],[2102,2277],[2110,2294],[2171,2320],[2176,2520],[2038,2797],[1800,3005],[645,3008],[357,2936]]},{"area":"01c","points":[[1126,1746],[1126,2205],[1197,2205],[1197,1746]]},{"area":"01e","points":[[1061,1544],[1061,1749],[1270,1749],[1270,1544]]},{"area":"020","points":[[1126,1211],[1126,1520],[1202,1520],[1202,1211]]},{"area":"026","points":[[1210,568],[1264,526],[1309,565],[1325,576],[1325,587],[1242,616],[1237,595]]},{"area":"027","points":[[1179,347],[1122,341],[1094,309],[1082,258],[1085,192],[1165,125],[1270,123],[1294,125],[1326,130],[1373,157],[1406,211],[1426,272],[1422,322],[1389,358],[1350,373],[1314,370],[1277,379],[1251,379],[1205,360]]},{"area":"024","points":[[440,638],[442,603],[450,560],[470,544],[512,544],[571,538],[618,536],[670,549],[718,565],[738,603],[747,653],[755,707],[746,728],[686,746],[664,770],[645,795],[618,805],[582,792],[554,794],[523,773],[493,778],[462,749],[442,715],[440,672]]},{"area":"022","points":[[552,1144],[539,1106],[557,1053],[568,1016],[619,995],[653,990],[710,987],[744,971],[789,966],[858,976],[875,1013],[859,1051],[816,1070],[803,1102],[790,1120],[787,1155],[779,1194],[763,1206],[757,1227],[720,1230],[699,1229],[670,1243],[629,1234],[589,1221],[563,1181]]},{"area":"02b","points":[[1694,798],[1698,787],[1707,770],[1709,712],[1722,656],[1766,597],[1806,566],[1862,565],[1910,566],[1968,605],[2019,650],[2046,670],[2072,714],[2072,766],[2053,819],[2027,848],[2003,872],[1998,914],[1974,941],[1941,960],[1909,971],[1821,970],[1818,970],[1778,955],[1723,925],[1691,886],[1693,872],[1682,832],[1690,810]]}],"imageType":"map","grid":{"type":"square","size":70,"offsetX":7,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-TCMC/thumbnail/002.webp"},"id":"02e","page":"adventure.html","source":"NRH-TCMC","hash":"nrh-tcmc"}]}]},"NRH-AVitW":{"id":"NRH-AVitW","source":"NRH-AVitW","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Voice in the Wilderness","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AVitW/004.webp"},"width":1330,"height":1330,"mapRegions":[{"area":"020","points":[[469,443],[481,392],[497,356],[519,322],[551,293],[595,268],[629,258],[671,257],[711,265],[752,280],[777,301],[806,324],[830,363],[848,394],[854,441],[851,489],[835,535],[813,574],[771,616],[725,638],[682,649],[640,648],[602,641],[552,611],[512,573],[486,538],[470,493]]},{"area":"01e","points":[[631,715],[590,705],[539,685],[490,650],[455,611],[437,584],[415,544],[405,481],[403,440],[413,377],[432,337],[456,292],[482,263],[535,225],[584,208],[637,196],[680,192],[733,199],[784,222],[828,249],[875,294],[901,334],[919,381],[929,429],[924,489],[914,546],[882,606],[839,652],[791,683],[754,706],[696,720],[696,651],[739,638],[789,603],[823,569],[848,521],[859,481],[859,431],[855,394],[840,364],[816,328],[783,295],[757,272],[710,256],[671,250],[631,252],[591,265],[554,284],[512,318],[490,357],[470,409],[465,436],[466,474],[472,515],[488,549],[522,594],[566,629],[599,648],[631,653]]},{"area":"01e","points":[[631,655],[631,1107],[696,1107],[696,655]]},{"area":"01c","points":[[194,1137],[250,1131],[314,1130],[357,1112],[406,1111],[455,1104],[507,1108],[561,1124],[625,1125],[663,1132],[688,1130],[703,1121],[759,1120],[797,1118],[835,1108],[882,1112],[920,1121],[968,1134],[1034,1133],[1094,1125],[1138,1114],[1106,1144],[1064,1163],[1026,1178],[969,1185],[931,1181],[890,1179],[842,1205],[783,1205],[702,1217],[622,1218],[560,1205],[524,1185],[469,1184],[402,1195],[363,1195],[310,1181],[244,1179],[211,1152]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AVitW/thumbnail/004.webp"},"id":"025","page":"adventure.html","source":"NRH-AVitW","hash":"nrh-avitw"}]}]},"NRH-ASS":{"id":"NRH-ASS","source":"NRH-ASS","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Sticky Situation","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-ASS/006.webp"},"width":630,"height":1042,"grid":{"type":"square","size":70,"offsetY":-25,"distance":10},"mapRegions":[{"area":"017","points":[[142,187],[142,253],[246,253],[246,187]]},{"area":"019","points":[[490,187],[490,256],[386,256],[386,187]]},{"area":"015","points":[[246,325],[246,394],[142,394],[142,325]]},{"area":"01f","points":[[488,328],[488,396],[385,396],[385,328]]},{"area":"011","points":[[252,253],[252,189],[379,189],[379,257],[349,257],[349,326],[378,326],[378,397],[252,397],[252,326],[281,326],[281,253]]},{"area":"00d","points":[[282,471],[282,836],[349,836],[349,471]]}],"imageType":"map","hrefThumbnail":{"type":"internal","path":"adventure/NRH-ASS/thumbnail/006.webp"},"id":"023","page":"adventure.html","source":"NRH-ASS","hash":"nrh-ass"}]}]},"NRH-CoI":{"id":"NRH-CoI","source":"NRH-CoI","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: Circus of Illusions","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-CoI/008.webp"},"width":1960,"height":1470,"mapRegions":[{"area":"01c","points":[[359,727],[387,630],[480,606],[547,677],[521,769],[429,796]]},{"area":"016","points":[[726,737],[734,686],[756,623],[781,579],[820,540],[860,517],[913,496],[967,484],[1019,489],[1066,500],[1107,521],[1151,554],[1183,594],[1203,633],[1221,683],[1233,746],[1217,811],[1193,864],[1156,911],[1117,947],[1050,977],[987,984],[910,973],[850,947],[806,916],[763,867],[741,809]]},{"area":"01e","points":[[481,401],[523,314],[611,331],[626,419],[546,463]]},{"area":"01f","points":[[864,259],[879,210],[921,200],[956,231],[940,279],[896,289]]},{"area":"017","points":[[1333,316],[1333,450],[1471,450],[1471,316]]},{"area":"01f","points":[[1491,799],[1530,760],[1581,784],[1573,840],[1521,847]]},{"area":"015","points":[[1819,880],[1920,911],[1887,1011],[1790,979]]},{"area":"01e","points":[[664,1190],[700,1090],[797,1121],[767,1220]]},{"area":"01f","points":[[1144,1146],[1183,1114],[1230,1131],[1224,1186],[1170,1196]]},{"area":"01f","points":[[1386,1200],[1354,1166],[1364,1124],[1411,1110],[1446,1140],[1436,1190]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-CoI/thumbnail/008.webp"},"id":"023","page":"adventure.html","source":"NRH-CoI","hash":"nrh-coi"}]}]},"NRH-TLT":{"id":"NRH-TLT","source":"NRH-TLT","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: The Lost Tomb","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-TLT/010.webp"},"width":701,"height":1185,"mapRegions":[{"area":"020","points":[[487,141],[487,316],[627,316],[627,141]]},{"area":"01f","points":[[270,354],[270,433],[320,433],[320,354]]},{"area":"013","points":[[344,559],[344,636],[429,636],[429,559]]},{"area":"00f","points":[[339,760],[339,1127],[429,1127],[429,760]]},{"area":"01b","points":[[347,381],[347,453],[424,453],[424,381]]},{"area":"01c","points":[[473,419],[473,496],[524,496],[524,419]]},{"area":"01d","points":[[474,557],[474,631],[529,631],[529,557]]},{"area":"01d","points":[[479,697],[479,774],[530,774],[530,697]]},{"area":"016","points":[[241,699],[241,770],[294,770],[294,699]]},{"area":"017","points":[[244,564],[244,633],[300,633],[300,564]]},{"area":"018","points":[[243,437],[243,494],[314,494],[314,437]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-TLT/thumbnail/010.webp"},"id":"026","page":"adventure.html","source":"NRH-TLT","hash":"nrh-tlt"}]}]},"NRH-AWoL":{"id":"NRH-AWoL","source":"NRH-AWoL","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony: A Web of Lies","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AWoL/012.webp"},"width":560,"height":846,"mapRegions":[{"area":"011","points":[[271,361],[271,597],[257,627],[259,653],[283,680],[316,683],[347,664],[356,630],[341,601],[321,590],[310,581],[310,361]]},{"area":"012","points":[[273,356],[239,353],[194,329],[166,297],[146,244],[127,196],[147,156],[176,129],[191,117],[214,96],[264,84],[304,86],[347,90],[371,116],[390,134],[420,170],[426,217],[416,277],[399,319],[366,343],[316,351]]}],"imageType":"map","grid":{"type":"square","size":70,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AWoL/thumbnail/012.webp"},"id":"018","page":"adventure.html","source":"NRH-AWoL","hash":"nrh-awol"}]}]},"NRH-AT":{"id":"NRH-AT","source":"NRH-AT","prop":"adventure","parentSource":"NRH","chapters":[{"name":"Restoring Harmony","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/NRH-AT/014.webp"},"width":1931,"height":2156,"mapRegions":[{"area":"015","points":[[793,1880],[793,1984],[883,1984],[883,1880]]},{"area":"018","points":[[426,1537],[480,1491],[460,1479],[457,1411],[496,1396],[526,1371],[537,1350],[583,1343],[623,1334],[660,1313],[671,1301],[637,1239],[617,1261],[569,1279],[547,1270],[521,1244],[496,1237],[371,1236],[350,1249],[340,1261],[327,1283],[307,1303],[311,1331],[319,1371],[336,1390],[380,1410],[383,1450],[380,1480],[383,1501],[397,1529]]},{"area":"01b","points":[[940,1387],[963,1327],[993,1304],[1031,1296],[1066,1287],[1106,1287],[1137,1293],[1161,1303],[1184,1316],[1191,1350],[1217,1373],[1234,1409],[1234,1471],[1227,1506],[1186,1540],[1139,1549],[1051,1544],[1003,1530],[964,1490],[940,1431]]},{"area":"01c","points":[[1463,1043],[1441,991],[1393,951],[1361,923],[1363,900],[1369,876],[1369,853],[1403,840],[1436,826],[1489,833],[1524,863],[1549,893],[1576,934],[1607,963],[1680,1047],[1709,1081],[1730,1107],[1751,1143],[1770,1176],[1761,1213],[1753,1237],[1727,1251],[1681,1253],[1649,1236],[1614,1187],[1583,1160],[1526,1144],[1491,1124],[1516,1099],[1500,1069]]},{"area":"026","points":[[251,624],[253,480],[274,407],[294,360],[341,323],[381,317],[417,307],[459,313],[517,323],[556,364],[591,411],[633,469],[654,504],[671,539],[694,580],[696,629],[696,703],[670,739],[626,751],[594,771],[536,776],[491,767],[434,764],[357,736],[290,699],[257,659]]},{"area":"021","points":[[1131,451],[1160,393],[1191,361],[1239,343],[1294,297],[1339,250],[1397,236],[1437,241],[1470,286],[1484,331],[1483,393],[1481,456],[1471,501],[1430,556],[1390,577],[1344,580],[1296,573],[1259,591],[1194,587],[1149,557],[1133,497]]}],"imageType":"map","grid":{"type":"square","size":70,"offsetX":-35,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/NRH-AT/thumbnail/014.webp"},"id":"032","page":"adventure.html","source":"NRH-AT","hash":"nrh-at"}]}]},"WBtW":{"id":"WBtW","source":"WBtW","prop":"adventure","chapters":[{"name":"Ch. 1: Witchlight Carnival","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/015-map-1.1.jpg"},"imageType":"map","grid":{"type":"none"},"title":"Welcome to the Witchlight Carnival","width":7000,"height":4934}]},{"name":"Ch. 2: Hither","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/036-map-2.1.jpg"},"imageType":"map","grid":{"type":"none","size":90,"distance":0.5,"units":"miles"},"title":"The Domain of Prismeer","width":7000,"height":4962},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/037-map-2.2-hither.jpg"},"imageType":"map","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Hither","width":4200,"height":5700,"id":"01c"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/038-map-2.2-hither-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/044-map-2.3-downfall.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Downfall","width":4200,"height":5700,"id":"01d","mapRegions":[{"area":"15a","points":[[733,2463],[749,2406],[792,2339],[853,2295],[926,2284],[1002,2314],[1057,2383],[1080,2455],[1065,2537],[1116,2552],[1158,2606],[1147,2674],[1116,2720],[1048,2737],[1002,2720],[971,2695],[949,2752],[888,2798],[808,2783],[766,2733],[777,2665],[815,2613],[766,2566],[735,2501]]},{"area":"152","points":[[848,3154],[874,3067],[920,3015],[996,2987],[1072,2985],[1145,3019],[1200,3088],[1221,3149],[1202,3244],[1147,3309],[1088,3337],[1032,3343],[962,3333],[895,3284],[857,3234],[844,3189]]},{"area":"156","points":[[396,2754],[474,2754],[627,2867],[743,2979],[764,3122],[745,3173],[661,3152],[600,3044],[509,2943],[427,2869],[389,2817]]},{"area":"161","points":[[1118,2476],[1227,2354],[1543,2278],[1577,2360],[1611,2360],[1625,2400],[1154,2533]]},{"area":"166","points":[[1684,2291],[1747,2211],[1836,2192],[1933,2223],[1983,2301],[1971,2400],[1882,2461],[1781,2461],[1701,2394]]},{"area":"16b","points":[[1368,3829],[1425,3579],[1421,3255],[1396,3055],[1411,2758],[1634,2659],[2044,2651],[2444,2760],[2703,2973],[2901,3341],[2836,3699],[2379,3909],[1851,3916],[1497,3891],[1625,3768],[1994,3792],[2486,3665],[2596,3625],[2661,3173],[2476,2918],[1973,2752],[1653,2787],[1495,3000],[1501,3364],[1556,3615],[1594,3680]]},{"area":"16b","points":[[1368,3832],[1594,3682],[1623,3766],[1497,3893]]},{"area":"14f","points":[[509,4044],[539,3960],[589,3884],[657,3857],[749,3878],[777,3937],[827,3954],[848,4000],[926,4027],[954,4002],[966,3958],[1008,3937],[1040,3971],[1105,3958],[1124,3924],[1223,3937],[1248,3998],[1202,4048],[1192,4101],[1162,4137],[1099,4158],[1061,4202],[1069,4248],[1059,4297],[1017,4335],[949,4349],[882,4333],[823,4284],[811,4244],[802,4156],[775,4101],[718,4074],[640,4095],[577,4145],[552,4265],[533,4322],[457,4366],[356,4373],[309,4356],[274,4259],[434,4152],[484,4118],[501,4084]]},{"area":"19f","points":[[1236,4552],[1309,4400],[1455,4474],[1385,4625]]},{"area":"198","points":[[1771,5229],[1787,5166],[1832,5118],[1882,5107],[1943,5114],[1989,5147],[2021,5215],[2004,5288],[1952,5331],[1899,5347],[1842,5335],[1796,5301],[1777,5261]]},{"area":"19a","points":[[2078,4118],[2078,4213],[2168,4213],[2168,4118]]},{"area":"193","points":[[2175,4735],[2192,4672],[2232,4632],[2295,4606],[2375,4627],[2411,4657],[2429,4733],[2408,4783],[2373,4834],[2301,4851],[2236,4834],[2192,4792]]},{"area":"189","points":[[3368,4688],[3436,4518],[3518,4419],[3623,4371],[3785,4343],[3819,4465],[3749,4682],[3682,4771],[3501,4865],[3434,4789],[3385,4754]]},{"area":"18f","points":[[3171,4876],[3192,4806],[3227,4771],[3272,4752],[3333,4760],[3389,4789],[3417,4861],[3411,4937],[3366,4973],[3301,4998],[3236,4985],[3196,4947],[3177,4903]]},{"area":"185","points":[[2735,4269],[2705,4067],[2815,4006],[2707,3853],[2804,3758],[2859,3695],[2907,3661],[2992,3777],[2992,3857],[3116,3787],[3145,3909],[3040,3964],[3263,4021],[3166,4131],[3044,4072],[3046,4352],[2895,4394],[2928,4109],[2806,4236]]},{"area":"180","points":[[2737,2840],[2752,2792],[2781,2762],[2821,2743],[2829,2674],[2853,2621],[2884,2585],[2933,2575],[2983,2577],[3046,2602],[3067,2568],[3093,2541],[3124,2522],[3194,2518],[3242,2562],[3255,2621],[3244,2676],[3278,2716],[3297,2773],[3297,2863],[3288,2922],[3238,2989],[3166,3036],[3074,3051],[3008,3032],[2947,2994],[2909,2939],[2859,2949]]},{"area":"16e","points":[[3248,2183],[3269,2124],[3309,2101],[3354,2103],[3402,2118],[3438,2147],[3444,2217],[3415,2278],[3356,2301],[3295,2291],[3259,2251]]},{"area":"178","points":[[3705,2246],[3739,2179],[3787,2128],[3840,2109],[3907,2120],[3956,2173],[3983,2232],[3973,2303],[3943,2360],[3874,2392],[3806,2385],[3752,2360],[3722,2303]]},{"area":"172","points":[[3215,2360],[3215,2531],[3446,2531],[3446,2360]]},{"area":"184","points":[[1601,3151],[1801,3151],[1801,3050],[2350,3050],[2350,3104],[2451,3104],[2451,3198],[2353,3198],[2353,3400],[2452,3400],[2452,3546],[2351,3546],[2351,3598],[1799,3598],[1799,3500],[1601,3500]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/044-map-2.3-downfall.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/045-map-2.3-downfall-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/049-map-2.4-bavlornas-cottage.jpg"},"imageType":"map","grid":{"type":"square"},"title":"Bavlornas Cottage","width":4200,"height":5700,"id":"01e","mapRegions":[{"area":"1d8","points":[[1711,814],[1723,753],[1741,690],[1789,647],[1864,613],[2296,613],[2296,1397],[1893,1397],[1826,1381],[1764,1343],[1729,1284],[1711,1229]]},{"area":"1df","points":[[2309,1397],[2413,1396],[2481,1379],[2533,1344],[2571,1294],[2590,1240],[2596,774],[2583,730],[2559,689],[2520,647],[2467,623],[2416,610],[2309,610]]},{"area":"1bc","points":[[1304,1806],[1304,2291],[1591,2291],[1591,1806]]},{"area":"1bd","points":[[1610,2289],[1610,1909],[1896,1909],[1896,1990],[1690,1990],[1690,2289]]},{"area":"1b9","points":[[1310,2307],[1707,2307],[1707,2006],[1893,2006],[1893,2390],[1310,2390]]},{"area":"1d4","points":[[1309,2407],[1309,2891],[1890,2891],[1890,2407]]},{"area":"1d6","points":[[1309,2910],[1891,2910],[1891,3191],[1790,3191],[1790,3291],[1309,3291]]},{"area":"1d3","points":[[1907,2501],[1907,3089],[2290,3089],[2290,2501]]},{"area":"1ce","points":[[1907,3109],[2310,3109],[2310,2504],[2390,2504],[2390,2707],[3089,2707],[3089,3290],[2307,3290],[2307,3190],[1907,3190]]},{"area":"1d0","points":[[3210,2861],[3214,2799],[3276,2771],[3307,2796],[3313,2843],[3276,2899],[3317,2914],[3330,2963],[3310,2994],[3269,3010],[3273,3040],[3299,3059],[3301,3110],[3271,3140],[3214,3130],[3193,3101],[3219,3040],[3239,3027],[3224,2960],[3231,2920],[3253,2909],[3226,2894]]},{"area":"1b2","points":[[2809,2403],[2809,2684],[2894,2684],[2894,2403]]},{"area":"1cc","points":[[2407,2307],[2407,2690],[2790,2690],[2790,2307]]},{"area":"1ca","points":[[2406,1910],[2406,2293],[3091,2293],[3091,1910]]},{"area":"1c3","points":[[1906,1806],[1906,2490],[2390,2490],[2390,1806]]},{"area":"1b0","points":[[2807,3907],[2807,4091],[2993,4091],[2993,3907]]},{"area":"1b2","points":[[2814,4210],[2814,4493],[2891,4493],[2891,4210]]},{"area":"1b5","points":[[2807,4507],[2807,4794],[2994,4794],[2994,4507]]},{"area":"1b7","points":[[1811,4914],[1811,5031],[1819,5061],[1857,5094],[2621,5094],[2654,5084],[2680,5064],[2690,5030],[2690,4914]]},{"area":"1a6","points":[[1890,4713],[1890,4096],[1993,3993],[2603,3993],[2603,4611],[2505,4713]]},{"area":"1ac","points":[[1307,4010],[1307,4693],[1696,4693],[1696,4010]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/049-map-2.4-bavlornas-cottage.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/050-map-2.4-bavlornas-cottage-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01e"}}]},{"name":"Ch. 3: Thither","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/054-map-3.1-thither.jpg"},"imageType":"map","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Thither","width":4200,"height":5700,"id":"01f"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/055-map-3.1-thither-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":159,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/062-map-3.2-loomlurch.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Loomlurch","width":4200,"height":5700,"id":"020","mapRegions":[{"area":"284","points":[[3501,991],[3513,946],[3540,889],[3587,841],[3634,819],[3690,807],[3749,819],[3806,841],[3850,886],[3884,956],[3889,1043],[3863,1116],[3810,1174],[3730,1204],[3643,1197],[3586,1166],[3539,1126],[3506,1061]]},{"area":"28a","points":[[3331,1011],[3343,920],[3369,837],[3414,776],[3479,717],[3559,669],[3643,650],[3710,646],[3789,660],[3880,703],[3961,774],[4010,857],[4030,940],[4033,1034],[4010,1137],[3959,1221],[3887,1287],[3803,1333],[3689,1353],[3573,1336],[3493,1300],[3420,1236],[3376,1171],[3336,1060],[3487,1051],[3523,1137],[3503,1180],[3511,1231],[3554,1269],[3613,1287],[3646,1294],[3677,1269],[3680,1221],[3733,1217],[3807,1196],[3847,1154],[3884,1100],[3904,1049],[3906,974],[3890,919],[3867,883],[3887,834],[3887,773],[3857,746],[3821,730],[3780,733],[3739,757],[3710,791],[3640,801],[3576,831],[3531,876],[3497,941],[3483,1011]]},{"area":"28a","points":[[3330,1013],[3483,1013],[3487,1049],[3336,1060]]},{"area":"27b","points":[[2730,1524],[2767,1453],[2740,1433],[2717,1393],[2699,1346],[2697,1277],[2726,1213],[2763,1160],[2810,1127],[2871,1110],[2931,1114],[2991,1139],[3039,1167],[3077,1226],[3089,1287],[3086,1359],[3059,1417],[3019,1459],[2959,1494],[2899,1504],[2830,1499],[2793,1561]]},{"area":"271","points":[[2397,1880],[2620,1483],[2883,1626],[2663,2024],[2563,1969],[2521,2031],[2463,1997],[2496,1930]]},{"area":"267","points":[[2200,2134],[2223,2086],[2244,2056],[2293,2013],[2344,1996],[2390,1993],[2436,2001],[2489,2019],[2530,2059],[2567,2116],[2580,2161],[2581,2227],[2556,2290],[2514,2337],[2460,2370],[2393,2383],[2326,2377],[2256,2336],[2204,2263],[2190,2200]]},{"area":"282","points":[[3097,2343],[3131,2231],[3177,2160],[3254,2126],[3349,2116],[3440,2133],[3544,2201],[3570,2336],[3554,2473],[3467,2553],[3309,2590],[3220,2553],[3129,2491],[3097,2401]]},{"area":"262","points":[[2110,2787],[2294,2461],[2406,2521],[2233,2840]]},{"area":"262","points":[[1900,2674],[2090,2337],[2201,2404],[2011,2737]]},{"area":"253","points":[[1737,2964],[1763,2894],[1827,2841],[1889,2819],[1947,2819],[2019,2839],[2071,2893],[2103,2957],[2109,3030],[2093,3083],[2047,3137],[1987,3181],[1910,3190],[1834,3171],[1783,3127],[1744,3059],[1734,3006]]},{"area":"25d","points":[[1513,3241],[1480,3169],[1456,3076],[1450,2984],[1454,2923],[1476,2839],[1491,2803],[1733,2921],[1716,2981],[1720,3041],[1740,3104]]},{"area":"23e","points":[[1154,3930],[1517,3274],[1526,3253],[1751,3120],[1790,3160],[1840,3190],[1896,3209],[1890,3233],[1900,3273],[1931,3294],[1960,3314],[1971,3340],[1533,4137]]},{"area":"237","points":[[1056,4314],[1026,4279],[1017,4236],[1023,4209],[1043,4191],[1083,4169],[1127,4169],[1163,4173],[1210,4196],[1249,4210],[1303,4266],[1320,4310],[1324,4354],[1330,4384],[1256,4401],[1220,4410],[1193,4401],[1170,4380],[1141,4364],[1093,4347]]},{"area":"230","points":[[556,5007],[559,4967],[556,4921],[581,4896],[610,4897],[647,4863],[649,4830],[649,4806],[624,4800],[627,4776],[619,4761],[641,4734],[653,4753],[681,4756],[694,4729],[713,4706],[707,4693],[731,4677],[713,4651],[723,4633],[747,4637],[774,4629],[799,4633],[831,4619],[823,4589],[804,4574],[784,4559],[779,4539],[806,4539],[816,4529],[847,4524],[870,4501],[894,4500],[909,4484],[911,4460],[921,4450],[947,4454],[967,4436],[980,4421],[993,4407],[989,4389],[1019,4386],[1049,4374],[1109,4426],[1117,4451],[1094,4453],[1079,4464],[1074,4483],[1091,4504],[1051,4506],[1021,4531],[1031,4553],[1004,4576],[997,4609],[1019,4634],[1004,4661],[969,4653],[951,4683],[954,4707],[961,4739],[914,4736],[907,4760],[903,4780],[860,4797],[857,4814],[836,4837],[830,4880],[833,4897],[807,4897],[787,4919],[800,4937],[811,4957],[797,4983],[770,4981],[747,4989],[741,5019],[764,5049],[769,5067],[761,5091],[733,5089],[697,5086],[667,5046],[647,5016],[616,4996],[580,4979]]},{"area":"230","points":[[1567,4580],[1609,4566],[1674,4589],[1673,4623],[1690,4644],[1719,4650],[1743,4657],[1730,4709],[1711,4730],[1744,4723],[1753,4750],[1737,4764],[1769,4777],[1756,4810],[1766,4849],[1786,4867],[1804,4889],[1789,4921],[1794,4966],[1800,5006],[1819,5020],[1829,5053],[1846,5059],[1843,5093],[1830,5116],[1839,5157],[1844,5181],[1847,5194],[1863,5229],[1894,5243],[1897,5274],[1884,5311],[1861,5309],[1861,5281],[1811,5294],[1739,5283],[1696,5261],[1693,5239],[1680,5213],[1657,5210],[1650,5193],[1613,5189],[1607,5164],[1621,5143],[1644,5113],[1656,5094],[1649,5077],[1670,5054],[1671,5016],[1626,4989],[1610,5001],[1600,4980],[1581,4966],[1579,4949],[1584,4920],[1571,4901],[1586,4871],[1596,4844],[1587,4809],[1607,4791],[1593,4764],[1574,4749],[1574,4721],[1559,4716],[1569,4689],[1567,4664],[1559,4630],[1574,4619],[1579,4600]]},{"area":"258","points":[[3053,4246],[3057,4124],[3089,4024],[3144,3941],[3211,3887],[3290,3844],[3351,3817],[3440,3804],[3526,3816],[3634,3856],[3706,3913],[3769,3980],[3810,4073],[3831,4163],[3829,4244],[3641,4216],[3636,4139],[3600,4070],[3543,4019],[3506,4001],[3394,3999],[3331,4024],[3276,4074],[3246,4130],[3234,4177],[3234,4219]]},{"area":"246","points":[[823,3642],[876,3478],[1032,3339],[1061,3208],[1154,3158],[1194,2916],[1255,2760],[1349,2724],[1343,2865],[1324,3025],[1356,3200],[1423,3339],[1187,3771],[1046,3897],[842,3781],[832,3705]]},{"area":"246","points":[[1331,2396],[1356,2227],[1476,2101],[1547,2145],[1697,2040],[1827,2152],[1884,2413],[1825,2516],[1688,2632],[1552,2627],[1381,2535]]},{"area":"232","points":[[1888,4181],[2078,3979],[2168,3823],[2175,3714],[2097,3594],[2227,3486],[2339,3606],[2383,3821],[2389,3992],[2227,4181],[2086,4288],[1975,4278]]},{"area":"26b","points":[[626,1343],[677,1236],[737,1167],[797,1120],[876,1077],[956,1061],[1060,1063],[1150,1090],[1207,1120],[1247,1150],[1197,1207],[1211,1221],[1223,1206],[1267,1259],[1304,1331],[1316,1410],[1301,1483],[1213,1469],[1201,1399],[1170,1329],[1141,1300],[1157,1279],[1147,1266],[1127,1284],[1087,1260],[1021,1243],[970,1249],[901,1276],[847,1313],[803,1387]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/062-map-3.2-loomlurch.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/063-map-3.2-loomlurch-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"020"}}]},{"name":"Ch. 4: Yon","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/072-map-4.1-yon.jpg"},"imageType":"map","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Yon","width":4200,"height":5700,"id":"021"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/073-map-4.1-yon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":158,"distance":1,"units":"miles"},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"021"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/081-map-4.2-motherhorn.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Motherhorn","width":4200,"height":5700,"id":"022","mapRegions":[{"area":"32f","points":[[196,1046],[354,1046],[354,1093],[397,1093],[397,799],[596,799],[596,757],[547,757],[547,650],[704,650],[704,757],[656,757],[656,800],[706,800],[706,1151],[657,1151],[657,1244],[703,1244],[703,1403],[547,1403],[547,1247],[594,1247],[594,1154],[457,1154],[457,1244],[506,1244],[506,1357],[344,1357],[344,1244],[396,1244],[396,1159],[357,1159],[357,1201],[196,1201]]},{"area":"338","points":[[601,424],[619,393],[644,370],[674,353],[696,349],[696,297],[1001,297],[1001,493],[1068,560],[1014,614],[1006,606],[696,606],[696,557],[664,547],[630,529],[606,507],[601,477],[574,476],[557,463],[557,444],[564,430],[583,427]]},{"area":"323","points":[[1003,1006],[1006,890],[1023,820],[1061,751],[1101,700],[1183,637],[1246,616],[1299,600],[1373,596],[1444,607],[1519,637],[1594,696],[1629,744],[1679,833],[1697,911],[1697,986],[1687,1044],[1627,1164],[1577,1223],[1523,1264],[1440,1297],[1339,1309],[1249,1293],[1167,1257],[1100,1200],[1046,1140],[1014,1060]]},{"area":"328","points":[[1921,496],[1966,513],[2004,539],[2039,579],[2053,633],[2043,691],[2033,709],[2096,736],[2049,800],[1997,833],[1971,849],[1973,891],[1921,891]]},{"area":"328","points":[[1923,1401],[1973,1383],[2016,1351],[2050,1291],[2054,1247],[2037,1187],[2093,1161],[2060,1103],[2016,1074],[1971,1054],[1969,1017],[1923,1017]]},{"area":"32a","points":[[500,1724],[511,1764],[537,1806],[569,1831],[607,1846],[647,1853],[700,1844],[749,1821],[781,1777],[797,1724]]},{"area":"309","points":[[796,2094],[796,2403],[1303,2403],[1303,2094]]},{"area":"30f","points":[[1349,1996],[1349,2531],[1383,2565],[1444,2511],[1510,2471],[1589,2454],[1753,2454],[1753,1996]]},{"area":"30b","points":[[1799,2100],[1799,2477],[1899,2477],[1899,2100]]},{"area":"2f4","points":[[1949,1996],[2300,1996],[2300,2261],[2227,2334],[2200,2307],[2157,2307],[2157,2457],[1949,2457]]},{"area":"2ff","points":[[2073,3170],[1604,3170],[1534,3153],[1469,3116],[1416,3073],[1374,3021],[1340,2953],[1330,2886],[1330,2810],[1361,2709],[1406,2641],[1453,2591],[1520,2554],[1600,2527],[2073,2527]]},{"area":"2f3","points":[[1397,3251],[1397,3550],[2106,3550],[2106,3251]]},{"area":"2fb","points":[[693,3456],[693,3301],[897,3301],[897,3257],[747,3257],[747,3151],[854,3151],[854,3193],[893,3193],[893,3150],[949,3150],[949,3109],[846,3109],[846,3000],[1006,3000],[1006,3146],[1050,3146],[1050,2999],[1156,2999],[1156,3100],[1106,3100],[1106,3146],[1199,3146],[1199,2997],[1307,2997],[1307,3103],[1257,3103],[1257,3147],[1306,3147],[1306,3406],[897,3406],[897,3356],[856,3356],[856,3456]]},{"area":"2f5","points":[[796,3603],[800,3560],[826,3509],[856,3476],[890,3457],[949,3443],[1000,3457],[1037,3473],[1066,3500],[1099,3557],[1106,3609],[1090,3657],[1059,3700],[1019,3731],[979,3743],[924,3747],[880,3731],[834,3693],[803,3649]]},{"area":"2e4","points":[[2103,3954],[2109,3910],[2134,3863],[2180,3814],[2213,3799],[2291,3803],[2334,3821],[2371,3847],[2394,3893],[2409,3950],[2391,4004],[2367,4047],[2319,4086],[2259,4099],[2207,4096],[2164,4073],[2129,4040],[2107,3993]]},{"area":"2ee","points":[[2307,3601],[2397,3601],[2397,3546],[2606,3546],[2606,3601],[3006,3601],[3006,3706],[2606,3706],[2606,3756],[2397,3756],[2397,3704],[2307,3704]]},{"area":"2e8","points":[[2220,2790],[2220,2536],[2247,2460],[2279,2391],[2349,2297],[2371,2283],[2380,2259],[2499,2200],[2807,2193],[2921,2186],[2959,2189],[2993,2197],[3017,2216],[2957,2264],[2926,2331],[2904,2387],[2913,2459],[2949,2526],[3011,2571],[3080,2590],[3151,2587],[3213,2553],[3280,2477],[3284,3157],[3287,3201],[3283,3269],[3284,3304],[3240,3329],[3214,3389],[3173,3407],[3147,3446],[3116,3471],[3057,3480],[2890,3497],[2566,3497],[2473,3474],[2403,3441],[2349,3400],[2274,3310],[2246,3251],[2220,3180]]},{"area":"34a","points":[[3820,1103],[3879,1127],[3914,1157],[3940,1213],[3947,1256],[3936,1319],[3880,1380],[3820,1399]]},{"area":"33f","points":[[3644,647],[3660,589],[3689,536],[3737,504],[3800,496],[3860,516],[3911,557],[3944,619],[3943,669],[3923,740],[3886,777],[3827,799],[3790,804],[3724,789],[3689,763],[3654,723],[3640,687]]},{"area":"33d","points":[[3000,1010],[2999,900],[3023,836],[3063,773],[3117,739],[3183,713],[3253,700],[3323,716],[3390,743],[3443,789],[3480,846],[3494,891],[3496,1010],[3473,1080],[3417,1146],[3361,1183],[3290,1207],[3216,1207],[3127,1177],[3067,1139],[3029,1091]]},{"area":"34c","points":[[2243,953],[2253,906],[2269,859],[2307,819],[2357,803],[2395,803],[2395,747],[2603,747],[2603,791],[2646,791],[2646,749],[2701,749],[2701,1000],[2701,1160],[2646,1160],[2646,1106],[2599,1106],[2599,1159],[2393,1159],[2393,1104],[2353,1103],[2323,1093],[2290,1070],[2260,1020],[2244,989]]},{"area":"321","points":[[1896,4965],[1891,4914],[1914,4890],[1939,4862],[1968,4848],[1992,4859],[2003,4899],[1998,4947],[1997,4982],[2010,4990],[2059,4990],[2061,4965],[2029,4939],[2014,4904],[2027,4867],[2054,4848],[2080,4858],[2099,4891],[2110,4912],[2098,4938],[2098,4992],[2154,4994],[2163,4955],[2139,4931],[2125,4899],[2144,4861],[2176,4845],[2216,4842],[2237,4856],[2246,4906],[2242,4936],[2206,4954],[2195,4974],[2203,5003],[2286,4997],[2312,5050],[2272,5045],[2290,5069],[2298,5106],[2280,5150],[2206,5152],[2194,5130],[2200,5091],[2200,5074],[2245,5053],[2238,5043],[2150,5040],[2165,5066],[2171,5106],[2162,5133],[2130,5155],[2056,5146],[2046,5110],[2048,5082],[2077,5062],[2080,5045],[2006,5053],[2006,5085],[2011,5118],[1982,5146],[1939,5144],[1894,5141],[1875,5112],[1885,5085],[1893,5061],[1930,5045],[1958,5038],[1968,5037],[1970,5002],[1941,4992],[1939,4978],[1915,4974]]},{"area":"31c","points":[[2309,4654],[2299,4605],[2302,4539],[2299,4493],[2318,4453],[2347,4424],[2379,4413],[2392,4394],[2429,4384],[2458,4379],[2517,4382],[2566,4374],[2616,4386],[2646,4419],[2656,4458],[2653,4502],[2651,4560],[2667,4589],[2670,4674],[2662,4717],[2634,4731],[2606,4734],[2558,4731],[2510,4734],[2456,4731],[2416,4733],[2379,4733],[2339,4714],[2331,4683]]},{"area":"315","points":[[2298,4934],[2333,4926],[2342,4890],[2339,4862],[2363,4827],[2382,4806],[2414,4778],[2490,4770],[2523,4776],[2611,4771],[2693,4766],[2699,4683],[2699,4552],[2690,4480],[2710,4446],[2702,4411],[2699,4374],[2728,4342],[2739,4312],[2744,4294],[2734,4261],[2741,4218],[2758,4194],[2776,4189],[2792,4158],[2901,4147],[2923,4170],[2958,4187],[2992,4198],[3008,4179],[3056,4178],[3093,4160],[3131,4155],[3200,4147],[3226,4158],[3262,4194],[3285,4205],[3285,4408],[3272,4446],[3251,4504],[3243,4568],[3221,4598],[3211,4630],[3194,4654],[3184,4675],[3158,4694],[3149,4723],[3110,4739],[3134,4763],[3158,4781],[3150,4805],[3117,4821],[3070,4834],[3061,4810],[3061,4779],[3034,4781],[3032,4819],[3029,4853],[2992,4891],[2960,4875],[2910,4882],[2875,4899],[2853,4930],[2834,4973],[2808,4974],[2795,5002],[2795,5030],[2776,5053],[2744,5075],[2709,5083],[2693,5115],[2658,5133],[2619,5128],[2594,5152],[2558,5171],[2520,5176],[2504,5165],[2474,5178],[2427,5166],[2395,5142],[2387,5104],[2330,5093],[2320,5062],[2298,4990],[2294,4965]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/081-map-4.2-motherhorn.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/082-map-4.2-motherhorn-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"022"}}]},{"name":"Ch. 5: Palace of Heart's Desire","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/WBtW/091-map-5.1-palace-lower.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Palace of Heart's Desire, Lower","width":4200,"height":5700,"id":"023","mapRegions":[{"area":"3c2","points":[[602,699],[798,600],[802,499],[1293,499],[1293,1294],[802,1294],[802,1202],[602,1099]]},{"area":"3c1","points":[[1310,502],[1446,502],[1446,453],[1547,453],[1547,502],[1797,502],[1797,1099],[1310,1099]]},{"area":"3c5","points":[[800,1312],[800,1494],[1291,1494],[1291,1312]]},{"area":"3c9","points":[[802,1509],[1290,1509],[1290,2194],[896,2194],[896,2283],[846,2285],[802,2296]]},{"area":"3d0","points":[[595,2611],[610,2538],[640,2456],[678,2387],[752,2338],[813,2310],[901,2296],[976,2306],[1054,2339],[1120,2395],[1168,2464],[1198,2547],[1190,2664],[1163,2752],[1110,2811],[1051,2862],[968,2898],[870,2904],[762,2872],[691,2821],[630,2747],[606,2667]]},{"area":"3ce","points":[[1205,2208],[1205,2699],[1403,2699],[1403,2208]]},{"area":"38d","points":[[800,2904],[888,2922],[994,2912],[1061,2878],[1146,2806],[1200,2712],[1398,2712],[1398,3091],[1326,3082],[1259,3112],[1210,3149],[1184,3206],[1179,3256],[1187,3299],[800,3299]]},{"area":"396","points":[[1202,3251],[1214,3194],[1245,3141],[1307,3106],[1358,3102],[1430,3120],[1485,3181],[1493,3262],[1477,3326],[1429,3371],[1373,3394],[1298,3390],[1243,3350],[1210,3301]]},{"area":"37e","points":[[910,3883],[918,3814],[955,3747],[1010,3698],[1090,3664],[1166,3656],[1216,3664],[1288,3685],[1350,3742],[1392,3822],[1397,3909],[1373,3979],[1333,4040],[1242,4093],[1134,4106],[1051,4083],[982,4042],[930,3986],[910,3936]]},{"area":"37b","points":[[1235,4210],[1235,4454],[1395,4454],[1395,4210]]},{"area":"388","points":[[539,4914],[558,4827],[602,4739],[651,4680],[728,4637],[818,4616],[878,4614],[955,4637],[1019,4667],[1070,4714],[1126,4800],[1142,4882],[1139,4968],[1120,5046],[1064,5120],[976,5182],[866,5214],[778,5208],[712,5184],[634,5133],[578,5064],[542,4971]]},{"area":"379","points":[[1789,4139],[1789,4221],[1878,4221],[1878,4139]]},{"area":"377","points":[[1794,4693],[1838,4598],[1915,4538],[2010,4507],[2106,4533],[2162,4592],[2197,4669],[2187,4758],[2170,4806],[2118,4874],[1997,4909],[1867,4862],[1814,4808]]},{"area":"372","points":[[2131,5088],[2162,5027],[2226,4994],[2293,4997],[2338,5030],[2363,5078],[2355,5142],[2326,5181],[2277,5206],[2214,5210],[2170,5187],[2141,5141]]},{"area":"36d","points":[[1293,4717],[1544,4486],[1698,4277],[1718,4200],[1907,4342],[2197,4350],[2277,4272],[2478,4490],[2499,4603],[2382,4752],[2272,4861],[2229,4746],[2165,4461],[1914,4440],[1702,4523],[1698,4795],[1858,4915],[2150,4906],[2094,5184],[2213,5275],[1894,5285],[1440,5078],[1331,4950],[1266,4805]]},{"area":"383","points":[[2366,4110],[2419,4035],[2432,3944],[2432,3883],[2464,3826],[2515,3797],[2578,3782],[2624,3787],[2651,3805],[2662,3854],[2693,3899],[2742,3928],[2800,3957],[2829,4008],[2851,4101],[2848,4181],[2824,4230],[2797,4280],[2738,4328],[2669,4365],[2624,4390],[2525,4418],[2493,4360],[2448,4269],[2429,4206],[2411,4170],[2394,4154]]},{"area":"369","points":[[1906,5349],[1906,5616],[2195,5616],[2195,5349]]},{"area":"38a","points":[[3098,4101],[3109,4042],[3125,3984],[3155,3931],[3184,3891],[3229,3853],[3291,3816],[3350,3806],[3451,3802],[3506,3816],[3582,3859],[3646,3922],[3685,4002],[3702,4070],[3696,4168],[3650,4267],[3606,4318],[3534,4373],[3451,4398],[3373,4398],[3285,4381],[3218,4341],[3162,4283],[3115,4206],[3101,4144]]},{"area":"390","points":[[1509,3200],[1509,3302],[2589,3302],[2589,3200]]},{"area":"396","points":[[2610,3206],[2629,3170],[2667,3128],[2723,3110],[2766,3106],[2805,3115],[2843,3134],[2878,3179],[2896,3229],[2896,3277],[2874,3330],[2842,3371],[2792,3394],[2734,3398],[2677,3384],[2634,3346],[2603,3296]]},{"area":"398","points":[[2701,2709],[2898,2709],[2925,2770],[2963,2824],[3046,2885],[3146,2918],[3258,2917],[3301,2904],[3301,3299],[2909,3299],[2917,3245],[2909,3203],[2883,3155],[2851,3120],[2808,3091],[2754,3080],[2701,3091]]},{"area":"39c","points":[[2701,2208],[3301,2208],[3301,2299],[3242,2283],[3171,2280],[3088,2302],[2990,2360],[2949,2405],[2909,2475],[2886,2538],[2878,2624],[2898,2699],[2701,2699]]},{"area":"3a0","points":[[2902,2565],[2923,2491],[2955,2424],[3011,2366],[3099,2314],[3160,2306],[3221,2299],[3288,2317],[3347,2344],[3411,2392],[3456,2443],[3483,2507],[3501,2576],[3493,2654],[3467,2731],[3432,2794],[3373,2843],[3323,2875],[3245,2899],[3171,2898],[3085,2880],[3016,2845],[2963,2797],[2923,2722],[2902,2638]]},{"area":"3a2","points":[[2806,1210],[2806,2192],[3294,2192],[3294,1210]]},{"area":"3a5","points":[[3320,1402],[3320,2003],[3494,2003],[3494,1402]]},{"area":"3aa","points":[[2810,502],[2810,1098],[3296,1098],[3296,502]]},{"area":"3bc","points":[[1810,893],[1810,506],[1842,424],[1888,360],[1954,318],[2022,299],[2083,299],[2162,320],[2229,371],[2280,459],[2296,496],[2296,893]]},{"area":"3c1","points":[[2309,498],[2309,1091],[2694,1091],[2694,498]]},{"area":"3b3","points":[[1805,909],[1805,1597],[2290,1597],[2290,909]]},{"area":"3c7","points":[[1410,1210],[1792,1210],[1792,1462],[1757,1414],[1702,1389],[1645,1379],[1592,1390],[1536,1426],[1502,1466],[1491,1493],[1410,1493]]},{"area":"396","points":[[1507,1502],[1533,1461],[1562,1430],[1614,1406],[1656,1403],[1702,1416],[1752,1440],[1782,1485],[1792,1541],[1787,1610],[1752,1654],[1702,1688],[1634,1699],[1584,1683],[1539,1643],[1507,1606]]},{"area":"396","points":[[2314,1498],[2341,1451],[2387,1418],[2442,1402],[2486,1405],[2534,1426],[2573,1467],[2594,1506],[2594,1600],[2566,1646],[2515,1682],[2474,1698],[2429,1693],[2349,1658],[2322,1630],[2314,1603]]},{"area":"3ae","points":[[2307,1466],[2307,1208],[2795,1208],[2795,1494],[2605,1494],[2570,1438],[2522,1397],[2469,1381],[2408,1386],[2354,1413],[2322,1442]]},{"area":"392","points":[[1875,1730],[1875,2179],[2198,2179],[2198,1730]]},{"area":"3d6","points":[[1722,2642],[1694,2675],[1651,2696],[1608,2699],[1565,2678],[1534,2637],[1528,2600],[1538,2550],[1563,2526],[1603,2509],[1640,2499],[1669,2514],[1704,2534],[1722,2563],[1749,2563],[1760,2530],[1771,2488],[1792,2443],[1813,2418],[1792,2395],[1760,2406],[1725,2400],[1685,2386],[1656,2347],[1645,2306],[1658,2261],[1691,2221],[1726,2203],[1766,2205],[1805,2224],[1830,2250],[1845,2286],[1846,2318],[1842,2346],[1862,2368],[1894,2339],[1954,2318],[2002,2304],[2000,2283],[1978,2288],[1978,2261],[1990,2232],[2019,2210],[2054,2202],[2083,2213],[2109,2234],[2118,2261],[2118,2288],[2099,2286],[2094,2299],[2133,2310],[2170,2322],[2229,2360],[2259,2339],[2251,2307],[2253,2264],[2278,2227],[2318,2202],[2357,2200],[2390,2211],[2426,2226],[2448,2280],[2448,2320],[2434,2350],[2402,2389],[2360,2397],[2326,2395],[2306,2390],[2283,2411],[2312,2459],[2330,2507],[2344,2555],[2376,2563],[2405,2530],[2440,2509],[2485,2501],[2520,2517],[2554,2544],[2566,2586],[2562,2643],[2533,2678],[2491,2698],[2453,2698],[2418,2685],[2394,2669],[2374,2642],[2346,2642],[2330,2702],[2301,2762],[2283,2787],[2301,2800],[2326,2794],[2366,2795],[2400,2808],[2422,2832],[2448,2870],[2445,2923],[2419,2965],[2381,2984],[2333,2997],[2301,2982],[2270,2958],[2254,2917],[2248,2883],[2259,2853],[2238,2838],[2203,2858],[2149,2886],[2110,2894],[2083,2894],[2083,2930],[2122,2954],[2149,2986],[2152,3034],[2134,3070],[2101,3112],[2058,3125],[2002,3109],[1970,3082],[1950,3035],[1954,3010],[1958,2973],[1987,2944],[2014,2930],[2018,2898],[1965,2890],[1923,2872],[1882,2850],[1866,2835],[1842,2854],[1850,2894],[1838,2944],[1810,2974],[1762,2989],[1717,2989],[1672,2963],[1651,2922],[1650,2869],[1674,2830],[1706,2803],[1739,2790],[1776,2797],[1794,2805],[1813,2792],[1787,2749],[1766,2706],[1752,2666],[1749,2642]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/091-map-5.1-palace-lower.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/092-map-5.1-palace-lower-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/100-map-5.2-palace-upper.jpg"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Palace of Heart's Desire, Upper","width":4200,"height":5700,"id":"024","mapRegions":[{"area":"3f4","points":[[798,501],[798,893],[1040,893],[1040,501]]},{"area":"3f7","points":[[1059,501],[1453,501],[1453,452],[1552,452],[1552,501],[1789,501],[1789,896],[1059,896]]},{"area":"3f9","points":[[1157,1011],[1792,1011],[1792,1462],[1746,1419],[1691,1387],[1614,1382],[1546,1421],[1514,1448],[1491,1493],[1157,1493]]},{"area":"3f2","points":[[1058,986],[1058,1050],[1142,1050],[1142,986]]},{"area":"3f0","points":[[800,1006],[800,1490],[1042,1490],[1042,1006]]},{"area":"3f0","points":[[798,1509],[798,1998],[1043,1998],[1043,1509]]},{"area":"3f0","points":[[800,2298],[893,2275],[958,2283],[1042,2315],[1042,2010],[800,2010]]},{"area":"3f0","points":[[1158,1608],[1158,1995],[1400,1995],[1400,1608]]},{"area":"3f0","points":[[1158,2006],[1397,2006],[1397,2494],[1203,2494],[1184,2450],[1158,2410]]},{"area":"3ef","points":[[1206,2509],[1214,2546],[1214,2653],[1205,2696],[1400,2696],[1400,2509]]},{"area":"3ed","points":[[800,2904],[867,2922],[939,2920],[1010,2902],[1088,2864],[1147,2806],[1187,2742],[1203,2710],[1293,2710],[1293,3098],[1234,3128],[1206,3168],[1184,3213],[1182,3267],[1190,3304],[800,3304]]},{"area":"396","points":[[1200,3246],[1221,3179],[1274,3128],[1341,3099],[1403,3114],[1458,3144],[1486,3192],[1499,3264],[1477,3336],[1429,3378],[1397,3394],[1294,3389],[1246,3360],[1211,3304]]},{"area":"396","points":[[1509,1506],[1539,1453],[1581,1419],[1640,1403],[1686,1410],[1739,1432],[1779,1470],[1800,1531],[1792,1605],[1755,1654],[1699,1691],[1600,1694],[1555,1667],[1517,1630],[1507,1594]]},{"area":"3fe","points":[[1810,1410],[1810,1490],[1818,1528],[1818,1566],[1806,1600],[2290,1600],[2278,1566],[2282,1522],[2291,1491],[2291,1410]]},{"area":"3fb","points":[[1808,506],[1838,437],[1875,384],[1930,333],[1986,306],[2059,296],[2136,315],[2210,362],[2261,418],[2294,506],[2294,1395],[1808,1395]]},{"area":"3dd","points":[[2307,1459],[2349,1418],[2411,1390],[2469,1387],[2530,1411],[2566,1429],[2602,1475],[2608,1493],[2794,1493],[2794,1190],[3296,1190],[3296,504],[2307,504]]},{"area":"396","points":[[2301,1552],[2312,1498],[2341,1453],[2394,1414],[2445,1403],[2504,1413],[2558,1446],[2594,1499],[2590,1600],[2565,1650],[2517,1686],[2403,1690],[2344,1662],[2310,1618]]},{"area":"3db","points":[[2803,1211],[2803,2194],[2896,2194],[2896,1211]]},{"area":"3e2","points":[[2702,2312],[2702,2693],[2845,2693],[2845,2312]]},{"area":"3e9","points":[[2810,2710],[2902,2710],[2922,2760],[2963,2818],[3019,2866],[3090,2898],[3174,2915],[3253,2914],[3298,2907],[3298,2997],[2810,2997]]},{"area":"3eb","points":[[2808,3011],[2808,3094],[2848,3120],[2888,3155],[2910,3200],[2917,3243],[2910,3298],[3298,3298],[3298,3011]]},{"area":"396","points":[[2603,3245],[2618,3189],[2642,3147],[2701,3109],[2766,3099],[2834,3126],[2878,3168],[2898,3227],[2893,3294],[2850,3350],[2803,3389],[2694,3392],[2635,3357],[2613,3310]]},{"area":"3e6","points":[[1400,2709],[1400,3008],[1438,3021],[1478,3042],[1520,3070],[1554,3115],[1579,3165],[1587,3205],[2510,3205],[2525,3154],[2557,3094],[2597,3058],[2642,3027],[2701,3008],[2701,2709],[2790,2709],[2790,3086],[2717,3090],[2661,3106],[2616,3146],[2586,3195],[2578,3250],[2587,3304],[1509,3304],[1520,3254],[1507,3205],[1493,3158],[1446,3118],[1378,3086],[1331,3085],[1304,3094],[1304,2709]]},{"area":"400","points":[[1802,2603],[1810,2552],[1832,2482],[1880,2426],[1923,2390],[2005,2357],[2107,2360],[2158,2381],[2219,2418],[2261,2474],[2288,2547],[2294,2629],[2266,2717],[2210,2790],[2128,2840],[2040,2846],[1946,2821],[1882,2782],[1840,2728],[1806,2661]]},{"area":"406","points":[[1662,2253],[1698,2222],[1726,2206],[1779,2210],[1814,2227],[1838,2264],[1846,2310],[1837,2352],[1806,2384],[1762,2400],[1707,2397],[1670,2368],[1648,2326],[1648,2290]]},{"area":"406","points":[[1530,2603],[1538,2563],[1563,2525],[1600,2506],[1643,2499],[1688,2520],[1717,2555],[1726,2590],[1726,2621],[1698,2677],[1645,2698],[1586,2691],[1546,2661]]},{"area":"406","points":[[1650,2930],[1645,2888],[1658,2845],[1696,2810],[1744,2797],[1795,2803],[1824,2837],[1843,2858],[1848,2906],[1832,2947],[1798,2981],[1744,2998],[1704,2986],[1675,2965]]},{"area":"406","points":[[2016,2930],[2077,2925],[2112,2941],[2139,2973],[2150,3014],[2142,3061],[2118,3098],[2070,3120],[2030,3120],[1984,3098],[1958,3066],[1950,3016],[1960,2973],[1986,2944]]},{"area":"406","points":[[2277,2824],[2315,2803],[2362,2794],[2406,2810],[2443,2853],[2448,2901],[2442,2936],[2408,2971],[2378,2990],[2328,2992],[2285,2970],[2256,2938],[2246,2878],[2261,2848]]},{"area":"406","points":[[2413,2523],[2443,2506],[2491,2498],[2530,2517],[2562,2558],[2576,2597],[2558,2651],[2515,2690],[2467,2701],[2422,2686],[2394,2666],[2373,2634],[2363,2576],[2365,2547]]},{"area":"406","points":[[2250,2336],[2243,2293],[2262,2251],[2293,2219],[2334,2202],[2373,2200],[2403,2214],[2437,2254],[2448,2293],[2443,2330],[2418,2371],[2371,2394],[2347,2395],[2288,2390],[2267,2360]]},{"area":"408","points":[[651,4501],[661,4435],[690,4371],[742,4318],[797,4283],[848,4258],[934,4256],[981,4264],[1032,4293],[1090,4339],[1131,4398],[1146,4488],[1142,4547],[1117,4613],[1078,4669],[1021,4712],[966,4736],[914,4749],[848,4744],[803,4726],[752,4696],[720,4667],[674,4614],[653,4549]]},{"area":"40a","points":[[1797,4501],[1814,4424],[1851,4350],[1902,4302],[1965,4270],[2021,4258],[2109,4259],[2174,4293],[2230,4334],[2270,4400],[2290,4462],[2288,4525],[2277,4595],[2230,4667],[2184,4710],[2109,4741],[2008,4744],[1947,4725],[1877,4680],[1821,4613],[1798,4546]]},{"area":"40e","points":[[2890,4502],[2896,4440],[2926,4365],[2974,4301],[3027,4254],[3098,4221],[3174,4205],[3235,4206],[3318,4230],[3392,4283],[3448,4347],[3478,4411],[3493,4486],[3493,4552],[3461,4648],[3405,4725],[3349,4771],[3277,4802],[3194,4814],[3101,4802],[3030,4765],[2966,4707],[2910,4624],[2893,4544]]}],"hrefThumbnail":{"type":"internal","path":"adventure/WBtW/thumbnail/100-map-5.2-palace-upper.webp"},"page":"adventure.html","source":"WBtW","hash":"wbtw"},{"type":"image","href":{"type":"internal","path":"adventure/WBtW/101-map-5.2-palace-upper-player.jpg"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4200,"height":5700,"mapParent":{"id":"024"}}]}]},"SCC-CK":{"id":"SCC-CK","source":"SCC-CK","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 3: Campus Kerfuffle","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/052-map-3.1-the-biblioplex.webp"},"imageType":"map","grid":{"type":"square","size":54,"offsetX":-14,"offsetY":-14},"title":"Map 3.1: The Biblioplex","width":4100,"height":5580,"mapRegions":[{"area":"17d","points":[[544,1112],[598,1006],[629,955],[675,906],[873,1108],[831,1168],[811,1211]]},{"area":"17d","points":[[547,1565],[575,1628],[609,1688],[648,1746],[675,1771],[873,1565],[840,1520],[816,1478],[813,1465]]},{"area":"17c","points":[[802,1225],[525,1124],[551,1046],[593,972],[633,918],[661,892],[588,816],[532,882],[478,964],[434,1040],[405,1134],[382,1234],[374,1352],[386,1476],[418,1581],[452,1669],[506,1756],[582,1853],[664,1781],[646,1772],[607,1725],[554,1634],[525,1552],[799,1445],[785,1387],[784,1295],[792,1261]]},{"area":"17e","points":[[813,1287],[831,1225],[867,1155],[914,1101],[982,1052],[1068,1022],[1178,1028],[1265,1059],[1333,1095],[1379,1160],[1420,1236],[1433,1301],[1429,1395],[1405,1468],[1368,1535],[1307,1594],[1240,1624],[1146,1649],[1060,1647],[938,1592],[873,1533],[827,1449],[809,1366]]},{"area":"17f","points":[[2212,1344],[2214,1275],[2224,1189],[2249,1099],[2284,1009],[2339,924],[2400,835],[2468,773],[2552,711],[2635,665],[2713,632],[2824,606],[2894,593],[2979,591],[3055,598],[3164,620],[3256,658],[3356,711],[3424,758],[3492,818],[3564,905],[3611,974],[3648,1049],[3678,1141],[3695,1245],[3705,1351],[3693,1476],[3642,1633],[3580,1745],[3492,1855],[3400,1935],[3312,1993],[3201,2045],[3124,2067],[2993,2082],[2854,2075],[2734,2048],[2573,1976],[2493,1921],[2405,1834],[2352,1773],[2293,1669],[2248,1571],[2220,1436]]},{"area":"178","points":[[268,2429],[268,2947],[361,3053],[580,3053],[676,2951],[676,2429]]},{"area":"174","points":[[698,2431],[698,2902],[1441,2902],[1441,2431]]},{"area":"176","points":[[995,2954],[995,3499],[1569,3499],[1569,2954]]},{"area":"174","points":[[273,3228],[273,3659],[795,3659],[795,3228]]},{"area":"172","points":[[267,3833],[267,4134],[785,4134],[785,3833]]},{"area":"172","points":[[808,3832],[808,4136],[1327,4136],[1327,3832]]},{"area":"173","points":[[799,3553],[799,3713],[1762,3713],[1762,3553]]},{"area":"16f","points":[[1986,3928],[1986,4035],[2091,4035],[2091,3928]]},{"area":"16f","points":[[1984,4360],[1984,4468],[2091,4468],[2091,4360]]},{"area":"170","points":[[1568,4155],[1568,4351],[1865,4351],[1865,4155]]},{"area":"171","points":[[2213,4156],[2213,4349],[2508,4349],[2508,4156]]},{"area":"16d","points":[[1404,4373],[1886,4373],[1886,4764],[1791,4735],[1693,4689],[1600,4627],[1516,4541],[1451,4452]]},{"area":"16e","points":[[2187,4372],[2665,4372],[2609,4475],[2525,4579],[2427,4659],[2302,4727],[2187,4765]]},{"area":"16c","points":[[1818,4779],[1886,4793],[1981,4807],[2093,4807],[2215,4789],[2256,4775],[2256,5062],[1818,5062]]},{"area":"176","points":[[2507,2959],[2507,3499],[3081,3499],[3081,2959]]},{"area":"173","points":[[2312,3553],[2312,3712],[3276,3712],[3276,3553]]},{"area":"172","points":[[2751,3832],[2751,4133],[3265,4133],[3265,3832]]},{"area":"172","points":[[3291,3834],[3291,4127],[3805,4127],[3805,3834]]},{"area":"176","points":[[3374,2853],[3374,3712],[3779,3712],[3779,2853]]},{"area":"17a","points":[[2749,2429],[2749,2731],[3161,2731],[3161,2429]]},{"area":"17b","points":[[3184,2432],[3184,2732],[3593,2732],[3593,2432]]},{"area":"179","points":[[2677,2430],[2413,2730],[1663,2730],[1453,2430]]},{"area":"177","points":[[1781,3068],[1884,2970],[2186,2970],[2297,3068],[2297,3282],[2187,3379],[1886,3379],[1781,3283]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/052-map-3.1-the-biblioplex.webp"},"id":"000","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.1-the-biblioplex-player.webp"},"title":"Player Version","width":4100,"height":5580,"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":-14,"offsetY":-14},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/056-map-3.2-firejolt-cafe.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":13,"offsetY":-32},"title":"Map 3.2: Firejolt Cafe","width":3000,"height":2072,"mapRegions":[{"area":"198","points":[[289,982],[289,707],[752,237],[1028,237],[1028,614],[849,614],[564,804],[564,982]]},{"area":"199","points":[[1040,237],[1040,610],[1963,610],[1963,237]]},{"area":"19a","points":[[1975,241],[1975,596],[2240,596],[2240,241]]},{"area":"19a","points":[[2255,595],[2255,245],[2712,702],[2436,702]]},{"area":"19a","points":[[2457,714],[2457,977],[2714,977],[2714,714]]},{"area":"197","points":[[1228,804],[1228,1076],[1781,1076],[1781,804]]},{"area":"196","points":[[665,990],[1030,990],[1126,1086],[1872,1086],[1965,993],[2339,993],[2339,1430],[1503,1686],[665,1417]]},{"area":"195","points":[[288,1088],[288,1276],[566,1832],[665,1923],[2341,1923],[2436,1832],[2717,1277],[2717,1088],[2532,1088],[2517,1170],[2477,1265],[2435,1333],[2342,1434],[2250,1503],[2154,1550],[2059,1591],[1968,1626],[1874,1646],[1779,1668],[1690,1684],[1592,1689],[1502,1689],[1406,1686],[1315,1679],[1222,1663],[1125,1644],[1035,1621],[943,1588],[846,1546],[756,1495],[693,1450],[666,1432],[596,1359],[573,1328],[528,1265],[497,1173],[481,1088]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/056-map-3.2-firejolt-cafe.webp"},"id":"001","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.2-firejolt-cafe-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":13,"offsetY":-32},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/058-map-3.3-bows-end-tavern.webp"},"imageType":"map","grid":{"type":"square","size":102,"offsetX":23,"offsetY":-24},"title":"Map 3.3: Bows End Tavern","width":3000,"height":2182,"mapRegions":[{"area":"1b2","points":[[748,285],[748,783],[2161,783],[2161,285]]},{"area":"1b1","points":[[338,284],[739,284],[739,595],[639,595],[639,480],[338,480]]},{"area":"1b1","points":[[2172,286],[2172,591],[2258,591],[2258,480],[2574,480],[2574,286]]},{"area":"1b0","points":[[338,490],[627,490],[627,596],[737,596],[737,791],[2173,791],[2173,596],[2265,596],[2265,490],[2574,490],[2574,1312],[2077,959],[835,959],[338,1310]]},{"area":"1af","points":[[1048,992],[1048,1499],[1853,1499],[1853,992]]},{"area":"1ae","points":[[227,1510],[243,1557],[279,1613],[333,1684],[391,1729],[475,1765],[568,1792],[675,1814],[2235,1814],[2351,1790],[2453,1761],[2519,1723],[2570,1692],[2628,1612],[2670,1557],[2684,1510],[2572,1365],[2062,988],[1863,988],[1863,1507],[1041,1507],[1041,991],[846,991],[339,1368]]},{"area":"1ad","points":[[139,1907],[330,1733],[382,1770],[452,1803],[655,1846],[2250,1846],[2324,1834],[2465,1795],[2528,1765],[2588,1725],[2785,1903],[2742,1968],[2692,2025],[2621,2067],[2535,2095],[2497,2103],[419,2103],[339,2088],[301,2076],[271,2048],[235,2031],[205,2003],[156,1945]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/058-map-3.3-bows-end-tavern.webp"},"id":"002","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.3-bows-end-tavern-player.webp"},"title":"Player Version","width":3000,"height":2182,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":23,"offsetY":-24},"mapParent":{"id":"002"}},{"type":"image","href":{"type":"internal","path":"book/SCC/061-map-3.4-captain-dapplewings-manor.webp"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":-13,"offsetY":29},"title":"Map 3.4: Captain Dapplewing's Manor","width":2211,"height":3000,"mapRegions":[{"area":"1f7","points":[[892,490],[899,445],[917,399],[957,357],[995,330],[1048,315],[1172,315],[1226,334],[1267,361],[1299,401],[1319,448],[1323,495],[1316,546],[1292,592],[1259,625],[1219,649],[1177,662],[1048,662],[994,648],[954,625],[925,591],[903,554],[894,528]]},{"area":"1eb","points":[[205,941],[341,738],[756,738],[756,800],[490,800],[343,1010]]},{"area":"1ed","points":[[350,1015],[497,805],[756,805],[756,1015]]},{"area":"1e5","points":[[355,1151],[355,1352],[617,1352],[617,1151]]},{"area":"1e5","points":[[630,1154],[630,1356],[895,1356],[895,1154]]},{"area":"1e5","points":[[907,1156],[907,1352],[1168,1352],[1168,1156]]},{"area":"1e5","points":[[1178,1154],[1178,1361],[1449,1361],[1449,1154]]},{"area":"1e8","points":[[1455,1152],[1455,1355],[1863,1355],[1863,1152]]},{"area":"1f0","points":[[761,742],[761,1010],[1450,1010],[1450,742]]},{"area":"1f5","points":[[1458,742],[1865,742],[2005,942],[1871,1012],[1725,804],[1458,804]]},{"area":"1f2","points":[[1457,1010],[1861,1010],[1721,810],[1457,810]]},{"area":"1ea","points":[[204,1356],[204,946],[343,1019],[1871,1019],[2004,947],[2004,1356],[1871,1356],[1871,1151],[351,1151],[351,1356]]},{"area":"1e4","points":[[343,1690],[356,1627],[378,1583],[409,1539],[458,1510],[511,1499],[557,1506],[597,1528],[632,1559],[662,1604],[680,1657],[683,1690]]},{"area":"1e2","points":[[839,1692],[847,1642],[868,1593],[905,1544],[952,1511],[1007,1502],[1205,1502],[1256,1515],[1295,1538],[1330,1577],[1351,1618],[1365,1664],[1365,1692]]},{"area":"1e4","points":[[1535,1690],[1548,1625],[1579,1567],[1623,1524],[1683,1505],[1733,1506],[1776,1522],[1819,1553],[1849,1596],[1865,1644],[1873,1690]]},{"area":"1dc","points":[[344,1987],[203,1987],[203,1920],[349,1714],[616,1714],[616,1846],[486,1846]]},{"area":"1de","points":[[622,1716],[622,1849],[828,1849],[828,1716]]},{"area":"1e0","points":[[832,1715],[832,1848],[1381,1848],[1381,1715]]},{"area":"1de","points":[[1387,1715],[1387,1850],[1594,1850],[1594,1715]]},{"area":"1dc","points":[[1599,1714],[1865,1714],[2016,1921],[1872,1986],[1728,1851],[1599,1851]]},{"area":"1d3","points":[[768,2199],[768,2316],[1445,2316],[1445,2199]]},{"area":"1d5","points":[[493,1856],[1716,1856],[1445,2197],[767,2197]]},{"area":"1d8","points":[[351,1990],[486,1860],[756,2189],[487,2189]]},{"area":"1da","points":[[1455,2193],[1725,1858],[1866,1987],[1732,2193]]},{"area":"1d1","points":[[620,2552],[792,2348],[1414,2348],[1588,2552]]},{"area":"1cf","points":[[646,2580],[1563,2580],[1561,2660],[1539,2698],[1506,2729],[1447,2761],[1360,2791],[1238,2815],[1160,2823],[1042,2823],[951,2813],[855,2795],[776,2770],[709,2736],[673,2704],[646,2670]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/061-map-3.4-captain-dapplewings-manor.webp"},"id":"003","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.4-captain-dapplewings-manor-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-13,"offsetY":29},"mapParent":{"id":"003"}},{"type":"image","href":{"type":"internal","path":"book/SCC/064-map-3.5-the-rose-stage.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetY":7},"title":"Map 3.5: The Rose Stage","width":3000,"height":2072,"mapRegions":[{"area":"210","points":[[297,299],[297,578],[480,578],[480,299]]},{"area":"20f","points":[[524,299],[524,381],[814,381],[814,299]]},{"area":"20e","points":[[1302,667],[1302,298],[852,298],[852,667]]},{"area":"20d","points":[[1328,477],[1328,666],[1680,666],[1680,477]]},{"area":"20e","points":[[2163,668],[2163,301],[1707,301],[1707,668]]},{"area":"20f","points":[[2203,298],[2203,381],[2490,381],[2490,298]]},{"area":"210","points":[[2529,574],[2529,301],[2715,301],[2715,574]]},{"area":"20c","points":[[457,1186],[462,1135],[480,1066],[506,999],[548,932],[612,872],[677,819],[765,788],[858,778],[2177,778],[2279,800],[2374,848],[2452,921],[2512,1013],[2548,1126],[2552,1215],[2526,1332],[2471,1434],[2396,1507],[2330,1554],[2222,1595],[2172,1600],[835,1600],[730,1572],[662,1542],[588,1486],[528,1421],[483,1335],[462,1250]]},{"area":"20b","points":[[288,1541],[422,1458],[458,1506],[510,1557],[583,1623],[690,1674],[644,1805],[579,1796],[506,1765],[437,1717],[378,1668],[332,1614],[307,1574]]},{"area":"20a","points":[[675,1782],[675,1992],[2345,1992],[2345,1782]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/064-map-3.5-the-rose-stage.webp"},"id":"004","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.5-the-rose-stage-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetY":7},"mapParent":{"id":"004"}},{"type":"image","href":{"type":"internal","path":"book/SCC/066-map-3.6-sedgemoor.webp"},"imageType":"map","grid":{"type":"square","offsetX":7,"offsetY":-7},"title":"Map 3.6: Sedgemoor","width":3000,"height":4071,"mapRegions":[{"area":"230","points":[[206,602],[206,795],[406,795],[406,602]]},{"area":"22d","points":[[1314,1006],[1590,1006],[1590,1286],[1410,1286],[1410,1086],[1314,1086]]},{"area":"22f","points":[[2398,1202],[2398,1394],[2595,1394],[2595,1202]]},{"area":"22a","points":[[1302,1794],[1302,1992],[1501,1992],[1501,1794]]},{"area":"22c","points":[[1014,2003],[1294,2003],[1294,2285],[1110,2285],[1110,2082],[1014,2082]]},{"area":"229","points":[[608,2893],[608,3082],[805,3082],[805,2893]]},{"area":"227","points":[[2002,3189],[2002,3386],[2197,3386],[2197,3189]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/066-map-3.6-sedgemoor.webp"},"id":"005","page":"adventure.html","source":"SCC-CK","hash":"scc-ck"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-3.6-sedgemoor-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","offsetX":7,"offsetY":-7},"mapParent":{"id":"005"}}]}]},"SCC-HfMT":{"id":"SCC-HfMT","source":"SCC-HfMT","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 4: Hunt for Mage Tower","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/071-map-4.1-wiltroot-hall-and-outer-grounds.webp"},"imageType":"map","grid":{"type":"square","size":82,"offsetX":15,"offsetY":-25,"scale":2},"title":"Map 4.1: Wiltroot Hall and Outer Grounds","width":3684,"height":5000,"mapRegions":[{"area":"271","points":[[592,762],[592,882],[787,882],[787,762]]},{"area":"26e","points":[[504,1766],[511,1723],[546,1670],[603,1631],[637,1629],[684,1639],[723,1653],[759,1689],[776,1733],[783,1773],[771,1817],[743,1864],[696,1887],[646,1899],[599,1887],[544,1866],[519,1826],[509,1796]]},{"area":"267","points":[[444,2323],[444,2447],[591,2447],[591,2323]]},{"area":"251","points":[[1689,2651],[1694,2610],[1711,2556],[1743,2507],[1784,2470],[1834,2449],[1891,2440],[1947,2447],[1993,2466],[2043,2494],[2071,2541],[2099,2596],[2106,2650],[2094,2717],[2063,2767],[2030,2803],[2001,2829],[1944,2849],[1890,2854],[1829,2844],[1770,2813],[1737,2774],[1706,2734],[1691,2690]]},{"area":"25c","points":[[1941,3767],[1941,3881],[2083,3881],[2083,3767]]},{"area":"260","points":[[2523,3321],[2523,3436],[2671,3436],[2671,3321]]},{"area":"257","points":[[1189,3899],[1189,4013],[1329,4013],[1329,3899]]},{"area":"25a","points":[[1754,4456],[1754,4590],[1900,4590],[1900,4456]]},{"area":"263","points":[[2876,4461],[2889,4414],[2917,4389],[2961,4374],[2997,4380],[3031,4406],[3044,4451],[3041,4493],[3017,4527],[2953,4547],[2916,4534],[2886,4500]]},{"area":"253","points":[[686,4323],[693,4271],[734,4229],[797,4197],[863,4197],[930,4230],[961,4287],[960,4363],[944,4421],[876,4469],[799,4474],[731,4439],[691,4371]]},{"area":"276","points":[[2183,569],[2183,697],[2389,697],[2389,569]]},{"area":"279","points":[[2880,983],[2904,950],[2941,934],[2981,940],[3013,960],[3029,990],[3073,994],[3120,1016],[3146,1063],[3141,1124],[3117,1169],[3069,1189],[3006,1181],[2963,1150],[2944,1109],[2893,1086],[2869,1034],[2864,1010]]},{"area":"274","points":[[1710,1310],[1710,1423],[1897,1423],[1897,1310]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/071-map-4.1-wiltroot-hall-and-outer-grounds.webp"},"id":"000","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.1-wiltroot-hall-and-outer-grounds-player.webp"},"title":"Player Version","width":3684,"height":5000,"imageType":"mapPlayer","grid":{"type":"square","size":82,"offsetX":15,"offsetY":-25,"scale":2},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/076-map-4.2-aerojaunt-field.webp"},"imageType":"map","grid":{"type":"square","size":87,"offsetX":18,"offsetY":21},"title":"Map 4.2: Aerojaunt Field","width":3000,"height":4071,"mapRegions":[{"area":"299","points":[[206,1022],[802,379],[1051,618],[470,1261]]},{"area":"299","points":[[1926,616],[2184,379],[2778,1024],[2517,1258]]},{"area":"298","points":[[2379,1522],[2379,2349],[2693,2349],[2693,1522]]},{"area":"298","points":[[299,1518],[299,2347],[616,2347],[616,1518]]},{"area":"291","points":[[709,2906],[742,2931],[765,2974],[758,3026],[726,3064],[726,3235],[789,3261],[835,3304],[870,3357],[890,3398],[1051,3398],[1085,3376],[1133,3354],[1173,3363],[1214,3392],[1227,3435],[1222,3480],[1195,3518],[1150,3536],[1107,3533],[1078,3520],[1064,3499],[890,3499],[866,3558],[824,3613],[773,3656],[699,3675],[627,3669],[560,3648],[512,3611],[470,3550],[448,3482],[451,3405],[477,3333],[522,3278],[560,3250],[626,3227],[626,3070],[590,3034],[576,2982],[590,2938],[632,2902]]},{"area":"294","points":[[1773,3421],[1795,3389],[1826,3362],[1875,3355],[1914,3376],[1944,3402],[2109,3402],[2131,3341],[2173,3293],[2218,3256],[2274,3232],[2274,3067],[2254,3042],[2238,2986],[2251,2938],[2294,2902],[2357,2899],[2395,2918],[2419,2962],[2424,3008],[2402,3045],[2373,3067],[2373,3232],[2450,3256],[2498,3306],[2536,3350],[2552,3430],[2546,3517],[2514,3586],[2448,3643],[2362,3677],[2280,3670],[2202,3640],[2154,3592],[2122,3539],[2110,3502],[1936,3502],[1896,3530],[1861,3536],[1819,3525],[1786,3502],[1773,3478]]},{"area":"296","points":[[1495,635],[2275,1482],[2275,2375],[1500,3220],[727,2377],[727,1492]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/076-map-4.2-aerojaunt-field.webp"},"id":"001","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.2-aerojaunt-field-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":87,"offsetX":18,"offsetY":21},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/080-map-4.3-scriptoria-collections.webp"},"imageType":"map","grid":{"type":"square","size":191,"offsetX":-37,"offsetY":-67},"title":"Map 4.3: Scriptoria Collections","width":3000,"height":2226},{"type":"image","href":{"type":"internal","path":"book/SCC/082-map-4.4-strixhaven-stadium.webp"},"imageType":"map","grid":{"type":"square","size":92,"offsetX":11,"offsetY":72},"title":"Map 4.4: Strixhaven Stadium","width":3000,"height":4071,"mapRegions":[{"area":"2d0","points":[[973,1542],[994,1451],[1034,1322],[1102,1222],[1203,1138],[1333,1074],[1464,1050],[1579,1048],[1712,1091],[1824,1158],[1926,1269],[1990,1387],[2026,1528],[2013,1686],[1966,1806],[1882,1934],[1766,2022],[1632,2078],[1480,2090],[1362,2078],[1243,2029],[1114,1934],[1035,1813],[990,1690],[976,1602]]},{"area":"2d2","points":[[283,2934],[234,3013],[208,3102],[203,3189],[216,3282],[246,3379],[307,3493],[410,3614],[517,3706],[643,3774],[643,3376],[666,3376],[666,3784],[752,3827],[920,3872],[920,3736],[1123,3736],[1123,3907],[1293,3923],[1374,3923],[1374,3390],[1122,3390],[1122,3483],[1101,3483],[1101,3390],[918,3390],[918,3114],[664,3114],[664,3205],[642,3205],[642,2934]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/082-map-4.4-strixhaven-stadium.webp"},"id":"002","page":"adventure.html","source":"SCC-HfMT","hash":"scc-hfmt"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-4.4-strixhaven-stadium-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":8,"offsetY":-22},"mapParent":{"id":"002"}}]}]},"SCC-TMM":{"id":"SCC-TMM","source":"SCC-TMM","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 5: The Magister's Masquerade","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/088-map-5.1-furygale-repository.webp"},"imageType":"map","grid":{"type":"square","offsetX":-2,"offsetY":-7},"title":"Map 5.1: Furygale Repository","width":3000,"height":4071},{"type":"image","href":{"type":"internal","path":"book/SCC/094-map-5.2-kollema-hall.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":16,"offsetY":22,"distance":10},"title":"Map 5.2: Kollema Hall","width":3000,"height":4314,"mapRegions":[{"area":"337","points":[[1080,528],[943,545],[796,587],[644,665],[507,766],[404,878],[303,996],[269,1082],[229,1208],[229,1288],[278,1305],[360,1299],[573,1301],[535,1206],[549,1133],[589,1145],[653,1139],[678,1099],[682,1053],[661,1011],[741,994],[760,985],[768,966],[792,964],[789,914],[813,840],[872,775],[958,737],[1034,741],[1080,771]]},{"area":"337","points":[[571,1356],[255,1352],[219,1373],[215,1406],[234,1491],[274,1585],[337,1709],[406,1813],[503,1907],[646,2004],[823,2084],[1004,2139],[1065,2147],[1084,2133],[1095,2101],[1097,1884],[981,1920],[907,1912],[851,1874],[815,1838],[794,1789],[787,1737],[794,1695],[768,1684],[758,1667],[665,1651],[602,1619],[623,1608],[640,1589],[663,1552],[661,1505],[640,1465],[613,1457],[577,1453],[545,1461],[545,1408],[558,1385]]},{"area":"33a","points":[[2164,596],[2164,1046],[2701,1046],[2701,596]]},{"area":"339","points":[[2198,1509],[2478,1053],[2697,1053],[2419,1509]]},{"area":"338","points":[[1880,1518],[1880,1973],[2419,1973],[2419,1518]]},{"area":"335","points":[[1135,3274],[1154,3185],[1196,3112],[1253,3048],[1352,3006],[1448,3000],[1560,3042],[1629,3116],[1669,3179],[1680,3301],[1657,3392],[1619,3463],[1566,3509],[1488,3541],[1402,3552],[1316,3531],[1229,3478],[1173,3402],[1143,3337]]},{"area":"336","points":[[897,2952],[907,2933],[916,2912],[996,2838],[1078,2794],[1194,2756],[1219,2752],[1238,2743],[1345,2726],[1453,2720],[1600,2743],[1623,2758],[1644,2756],[1749,2792],[1872,2855],[1935,2920],[1935,2939],[1937,2952],[1655,3141],[1627,3048],[1579,2983],[1520,2933],[1461,2907],[1371,2909],[1295,2937],[1234,2985],[1183,3057],[1166,3112]]},{"area":"334","points":[[855,3272],[855,3457],[1040,3457],[1040,3272]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/094-map-5.2-kollema-hall.webp"},"id":"000","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.2-kollema-hall-player.webp"},"title":"Player Version","width":3000,"height":4314,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":16,"offsetY":22,"distance":10},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/096-map-5.3-lorehold-deans-wing.webp"},"imageType":"map","grid":{"type":"square","size":137,"offsetX":-77,"offsetY":-43},"title":"Map 5.3: Lorehold Deans' Wing","width":4343,"height":3000,"mapRegions":[{"area":"367","points":[[632,1326],[632,1067],[893,800],[1221,1219],[1036,1326]]},{"area":"36e","points":[[903,796],[1297,394],[1566,394],[1566,1019],[1229,1215]]},{"area":"371","points":[[1581,1013],[1968,783],[1968,396],[1581,396]]},{"area":"378","points":[[1981,394],[1981,781],[2379,781],[2379,394]]},{"area":"374","points":[[2389,394],[2781,394],[2781,1013],[2389,779]]},{"area":"36e","points":[[2792,396],[3063,396],[3461,789],[3124,1206],[2792,1011]]},{"area":"367","points":[[3133,1215],[3465,800],[3728,1059],[3728,1318],[3328,1318]]},{"area":"36f","points":[[1587,1019],[1979,794],[2377,794],[2768,1021],[2518,1326],[1851,1326]]},{"area":"365","points":[[1989,1339],[1989,2821],[2377,2821],[2377,1339]]},{"area":"367","points":[[629,1878],[1032,1876],[1968,2421],[1968,2678],[1312,2674],[760,2143],[629,2143]]},{"area":"367","points":[[3741,1886],[3307,1886],[2392,2415],[2392,2682],[2933,2682],[3596,2137],[3741,2137]]},{"area":"368","points":[[989,1373],[606,1373],[581,1348],[581,1072],[434,1072],[402,1078],[377,1107],[377,2069],[387,2103],[423,2122],[579,2122],[579,1859],[602,1836],[989,1836]]},{"area":"368","points":[[3377,1362],[3752,1362],[3773,1341],[3773,1076],[3945,1076],[3981,1088],[3996,1135],[3996,2061],[3985,2109],[3941,2120],[3785,2120],[3785,1859],[3765,1839],[3377,1839]]},{"area":"36b","points":[[1036,1349],[1568,1032],[1851,1341],[1971,1341],[1971,2398],[1036,1863]]},{"area":"36b","points":[[2389,1337],[2520,1337],[2785,1027],[3333,1335],[3333,1844],[2389,2400]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/096-map-5.3-lorehold-deans-wing.webp"},"id":"001","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.3-lorehold-deans-wing-player.webp"},"title":"Player Version","width":4343,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":137,"offsetX":-77,"offsetY":-43},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/098-map-5.4-deans-repository.webp"},"imageType":"map","grid":{"type":"square","size":142,"offsetX":-83,"offsetY":-109},"title":"Map 5.4: Deans' Repository","width":2211,"height":3000,"mapRegions":[{"area":"378","points":[[764,2495],[764,2712],[1448,2712],[1448,2495]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/098-map-5.4-deans-repository.webp"},"id":"002","page":"adventure.html","source":"SCC-TMM","hash":"scc-tmm"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-5.4-deans-repository-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":142,"offsetX":-83,"offsetY":-109},"mapParent":{"id":"002"}}]}]},"SCC-ARiR":{"id":"SCC-ARiR","source":"SCC-ARiR","prop":"adventure","parentSource":"SCC","chapters":[{"name":"Ch. 6: A Reckoning in Ruins","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/103-map-6.1-the-detention-bog.webp"},"imageType":"map","grid":{"type":"square","size":70,"offsetX":-10,"offsetY":1},"title":"Map 6.1: The Detention Bog","width":2211,"height":3000,"mapRegions":[{"area":"3c1","points":[[1275,338],[1275,409],[1344,409],[1344,338]]},{"area":"3bd","points":[[1135,939],[1135,1002],[1192,1002],[1192,939]]},{"area":"3be","points":[[1625,903],[1625,963],[1688,963],[1688,903]]},{"area":"3b9","points":[[215,790],[215,854],[279,854],[279,790]]},{"area":"3b6","points":[[758,1471],[758,1542],[829,1542],[829,1471]]},{"area":"3b3","points":[[1026,2385],[1026,2457],[1096,2457],[1096,2385]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/103-map-6.1-the-detention-bog.webp"},"id":"000","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.1-the-detention-bog-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":-10,"offsetY":1},"mapParent":{"id":"000"}},{"type":"image","href":{"type":"internal","path":"book/SCC/106-map-6.2-fortress-badlands.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":-7,"offsetY":2},"title":"Map 6.2: Fortress Badlands","width":3000,"height":4071,"mapRegions":[{"area":"3f0","points":[[398,1569],[393,1545],[405,1515],[435,1504],[445,1471],[444,1438],[449,1391],[431,1365],[422,1340],[435,1302],[436,1264],[475,1236],[518,1236],[545,1235],[564,1225],[598,1236],[660,1253],[696,1264],[720,1285],[724,1327],[715,1360],[684,1371],[658,1411],[622,1433],[602,1451],[596,1476],[565,1482],[547,1509],[549,1536],[549,1562],[560,1578],[556,1604],[544,1613],[482,1605],[460,1605],[447,1584],[425,1571]]},{"area":"3f3","points":[[338,1805],[384,1805],[425,1825],[482,1820],[513,1816],[545,1818],[555,1860],[549,1896],[529,1904],[542,1935],[535,1971],[504,1995],[493,2029],[487,2056],[464,2073],[456,2102],[415,2129],[371,2120],[360,2102],[325,2085],[295,2064],[289,2024],[315,1993],[345,1991],[351,1958],[336,1929],[309,1865],[325,1836]]},{"area":"3df","points":[[920,1818],[940,1778],[989,1760],[1027,1700],[1049,1716],[1064,1747],[1093,1745],[1122,1736],[1176,1747],[1213,1725],[1262,1738],[1271,1787],[1289,1825],[1307,1844],[1304,1916],[1271,1958],[1242,1960],[1225,1995],[1244,2011],[1222,2035],[1153,2045],[1122,2025],[1124,1993],[1115,1978],[1076,1989],[1060,2002],[1024,1989],[1009,1976],[975,1949],[971,1895],[956,1838],[945,1831]]},{"area":"3e3","points":[[1391,2295],[1387,2256],[1404,2238],[1438,2218],[1465,2193],[1467,2167],[1484,2116],[1504,2100],[1527,2098],[1553,2100],[1564,2149],[1602,2187],[1636,2220],[1669,2220],[1685,2189],[1744,2185],[1784,2176],[1776,2225],[1791,2267],[1809,2318],[1773,2327],[1731,2345],[1684,2336],[1658,2345],[1655,2365],[1616,2369],[1589,2404],[1571,2411],[1564,2442],[1524,2453],[1484,2455],[1436,2447],[1420,2431],[1405,2413],[1395,2373],[1395,2320]]},{"area":"3de","points":[[1036,2560],[1025,2525],[1031,2493],[1015,2462],[1009,2396],[1033,2355],[1038,2331],[1022,2309],[1035,2280],[1053,2249],[1102,2240],[1116,2211],[1147,2198],[1189,2178],[1242,2220],[1271,2267],[1284,2304],[1293,2329],[1305,2389],[1291,2418],[1298,2460],[1324,2498],[1351,2525],[1345,2585],[1295,2598],[1249,2580],[1215,2591],[1180,2596],[1155,2582],[1116,2580],[1089,2589],[1065,2575]]},{"area":"3db","points":[[1033,2993],[1069,3009],[1091,3044],[1142,3069],[1200,3095],[1218,3093],[1249,3067],[1287,3033],[1305,2996],[1325,2993],[1327,2947],[1351,2916],[1389,2918],[1433,2880],[1455,2827],[1440,2793],[1431,2758],[1464,2740],[1480,2709],[1475,2655],[1456,2600],[1433,2549],[1395,2540],[1362,2525],[1356,2596],[1295,2613],[1315,2662],[1304,2700],[1275,2725],[1245,2711],[1205,2709],[1191,2742],[1160,2765],[1105,2784],[1075,2807],[1051,2845],[1038,2873],[1005,2895],[1004,2933],[1031,2964]]},{"area":"3d9","points":[[1578,2980],[1584,2933],[1607,2851],[1624,2805],[1636,2767],[1713,2744],[1731,2753],[1796,2767],[1827,2758],[1847,2802],[1853,2831],[1838,2860],[1835,2898],[1805,2927],[1813,2969],[1829,3022],[1825,3062],[1804,3069],[1735,3085],[1704,3071],[1662,3055],[1625,3042],[1591,3015],[1593,2996]]},{"area":"3d4","points":[[358,3236],[373,3184],[349,3129],[344,3055],[387,3016],[391,2949],[362,2911],[398,2840],[458,2827],[464,2780],[544,2760],[591,2762],[611,2796],[618,2840],[602,2864],[580,2893],[542,2885],[535,2876],[502,2900],[505,2931],[502,2962],[535,2998],[562,3024],[584,3035],[596,3051],[591,3089],[600,3129],[593,3165],[600,3209],[553,3231],[491,3255],[445,3240],[389,3238]]},{"area":"3d1","points":[[275,3547],[275,3815],[631,3815],[631,3547]]},{"area":"3d1","points":[[931,3642],[931,3811],[1096,3811],[1096,3642]]},{"area":"3d1","points":[[1775,3547],[1775,3811],[2124,3811],[2124,3547]]},{"area":"3ea","points":[[1709,1002],[1678,973],[1667,904],[1655,845],[1669,831],[1667,784],[1693,755],[1722,724],[1753,724],[1793,742],[1838,753],[1907,745],[1965,751],[2000,769],[2011,804],[2016,835],[2047,867],[2085,898],[2118,898],[2158,913],[2238,925],[2280,913],[2304,936],[2340,956],[2380,953],[2413,933],[2420,915],[2464,876],[2502,862],[2529,873],[2535,913],[2560,945],[2602,958],[2605,1016],[2598,1051],[2613,1095],[2582,1144],[2536,1160],[2515,1202],[2480,1195],[2458,1175],[2425,1151],[2405,1124],[2376,1115],[2316,1116],[2302,1142],[2344,1171],[2325,1200],[2311,1229],[2315,1267],[2302,1293],[2249,1276],[2200,1282],[2136,1285],[2107,1278],[2045,1280],[2049,1260],[2049,1222],[2038,1189],[2058,1151],[2082,1129],[2113,1135],[2151,1122],[2202,1125],[2225,1105],[2222,1078],[2204,1047],[2164,1044],[2145,1033],[2142,1013],[2096,1020],[2080,998],[2047,1007],[2024,1020],[1991,1031],[1945,1018],[1933,987],[1902,978],[1853,975],[1835,962],[1811,964],[1787,984],[1764,996],[1735,1005]]},{"area":"3e6","points":[[2498,3044],[2444,3033],[2415,3002],[2376,2995],[2355,2969],[2325,2947],[2311,2900],[2305,2851],[2316,2815],[2342,2804],[2356,2773],[2353,2736],[2322,2696],[2322,2647],[2309,2613],[2322,2580],[2331,2536],[2305,2505],[2280,2462],[2282,2427],[2304,2398],[2309,2364],[2318,2338],[2342,2327],[2380,2331],[2398,2387],[2378,2424],[2376,2458],[2393,2485],[2409,2522],[2395,2545],[2398,2584],[2411,2624],[2405,2665],[2418,2700],[2453,2716],[2485,2711],[2520,2691],[2564,2691],[2602,2700],[2615,2729],[2638,2762],[2655,2793],[2693,2798],[2680,2851],[2638,2885],[2596,2911],[2569,2933],[2553,2967],[2553,3000],[2524,3025]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/106-map-6.2-fortress-badlands.webp"},"id":"001","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.2-fortress-badlands-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":93,"offsetX":-7,"offsetY":2},"mapParent":{"id":"001"}},{"type":"image","href":{"type":"internal","path":"book/SCC/108-map-6.3-underground-cave.webp"},"imageType":"map","grid":{"type":"square","size":146,"offsetX":-68,"offsetY":-28},"title":"Map 6.3: Underground Cave","width":2211,"height":3000,"mapRegions":[{"area":"3fd","points":[[525,1169],[453,1100],[431,1040],[445,1007],[444,980],[462,955],[458,909],[418,856],[425,753],[462,727],[473,664],[511,638],[547,585],[600,558],[644,555],[684,573],[722,582],[776,540],[835,525],[927,545],[984,553],[1042,573],[1056,573],[1087,602],[1153,624],[1225,607],[1284,645],[1373,676],[1431,684],[1480,655],[1547,622],[1611,596],[1653,591],[1702,585],[1735,609],[1820,647],[1845,715],[1816,775],[1776,818],[1795,871],[1773,915],[1765,960],[1807,1002],[1804,1073],[1729,1080],[1682,1084],[1629,1129],[1571,1171],[1487,1138],[1422,1133],[1398,1184],[1316,1204],[1231,1165],[1171,1153],[1071,1127],[1035,1140],[973,1109],[933,1104],[909,1113],[882,1133],[836,1122],[793,1147],[776,1178],[784,1215],[629,1233],[551,1185]]},{"area":"3fb","points":[[475,1902],[411,1880],[356,1878],[327,1889],[284,1875],[264,1845],[233,1809],[249,1762],[271,1704],[240,1653],[236,1589],[224,1522],[247,1484],[280,1484],[320,1444],[385,1413],[436,1382],[462,1356],[478,1324],[462,1300],[536,1298],[622,1356],[678,1358],[716,1405],[722,1449],[753,1495],[744,1553],[740,1591],[762,1620],[751,1656],[727,1696],[718,1742],[736,1793],[729,1845],[667,1847],[638,1865],[627,1902],[618,1927],[509,1931]]},{"area":"3f5","points":[[936,1985],[940,1964],[955,1925],[953,1876],[929,1849],[916,1769],[904,1722],[862,1684],[840,1635],[853,1558],[907,1524],[935,1473],[969,1455],[1004,1427],[1049,1451],[1076,1491],[1127,1516],[1135,1565],[1125,1613],[1164,1645],[1247,1656],[1258,1702],[1273,1733],[1255,1769],[1282,1816],[1276,1851],[1195,1855],[1169,1849],[1153,1895],[1118,1936],[1096,1971],[998,2022],[958,2005]]},{"area":"3f8","points":[[1527,1862],[1491,1829],[1500,1776],[1465,1731],[1442,1695],[1480,1642],[1516,1609],[1522,1562],[1496,1527],[1505,1467],[1478,1442],[1505,1396],[1540,1371],[1564,1367],[1598,1342],[1665,1355],[1724,1302],[1749,1287],[1787,1298],[1825,1304],[1847,1338],[1904,1342],[1918,1380],[1942,1416],[1973,1458],[1975,1489],[1962,1538],[1973,1587],[2000,1620],[2024,1667],[2004,1727],[1982,1765],[1960,1782],[1969,1836],[1982,1896],[1958,1913],[1911,1907],[1896,1958],[1862,2044],[1805,2025],[1760,2055],[1707,2005],[1664,1985],[1613,1998],[1580,2040],[1531,2007],[1515,1949],[1518,1918]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/108-map-6.3-underground-cave.webp"},"id":"002","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.3-underground-cave-player.webp"},"title":"Player Version","width":2211,"height":3000,"imageType":"mapPlayer","grid":{"type":"square","size":146,"offsetX":-68,"offsetY":-28},"mapParent":{"id":"002"}},{"type":"image","href":{"type":"internal","path":"book/SCC/110-map-6.4-ruins-of-caerdoon.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetX":1,"offsetY":20},"title":"Map 6.4: Ruins of Caerdoon","width":3000,"height":4071,"mapRegions":[{"area":"420","points":[[285,1125],[316,1055],[325,976],[380,933],[460,902],[551,864],[689,809],[785,769],[838,725],[876,673],[996,591],[1062,540],[1164,502],[1256,489],[1322,505],[1415,487],[1533,513],[1631,545],[1705,611],[1793,676],[1862,733],[1925,831],[1996,856],[2069,931],[2151,942],[2231,884],[2311,862],[2375,878],[2456,871],[2502,927],[2500,1018],[2525,1115],[2545,1182],[2505,1284],[2475,1360],[2385,1385],[2285,1409],[2202,1427],[2113,1476],[2060,1529],[2020,1587],[1949,1676],[1895,1685],[1856,1744],[1784,1789],[1691,1829],[1615,1918],[1487,1913],[1411,1931],[1411,2053],[1222,2053],[1222,1916],[1107,1898],[1078,1853],[1024,1800],[951,1747],[811,1696],[735,1618],[622,1551],[515,1493],[484,1425],[369,1396],[305,1371],[284,1264],[269,1185]]},{"area":"40f","points":[[318,1409],[558,1571],[822,1813],[1035,1925],[1180,1985],[1195,2085],[1440,2085],[1478,2005],[1620,1947],[1842,1824],[1996,1716],[2095,1573],[2255,1491],[2456,1435],[2560,1244],[2560,1100],[2529,920],[2465,842],[2331,831],[2195,853],[2111,867],[1947,715],[1791,602],[1565,449],[1376,435],[1155,436],[1084,484],[818,658],[684,762],[382,851],[275,942],[244,1080],[242,1304],[175,1298],[149,1185],[142,1004],[182,865],[256,740],[367,667],[505,513],[625,416],[849,345],[1120,322],[1533,333],[1864,335],[2120,398],[2349,415],[2515,544],[2642,640],[2720,840],[2709,1078],[2716,1344],[2709,1527],[2507,1760],[2307,1893],[2153,2036],[1951,2104],[1569,2253],[1422,2282],[1171,2284],[933,2244],[785,2167],[487,2007],[398,1835],[313,1644],[251,1493],[178,1409]]},{"area":"40f","points":[[173,1296],[176,1409],[324,1405],[240,1302]]},{"area":"413","points":[[124,2216],[164,2060],[253,1940],[356,1971],[485,2133],[642,2229],[760,2222],[864,2429],[855,2644],[545,2644],[478,2536],[424,2433],[235,2327],[151,2282]]},{"area":"416","points":[[498,3535],[438,3373],[575,3342],[724,3387],[911,3480],[1024,3658],[1029,3851],[958,3980],[767,3933],[765,3756],[611,3642],[536,3587]]},{"area":"40e","points":[[2342,2733],[2342,3125],[2647,3125],[2647,2733]]},{"area":"418","points":[[2358,2362],[2376,2155],[2495,1953],[2627,1891],[2722,1909],[2842,2049],[2835,2155],[2689,2265],[2495,2411],[2391,2420]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/110-map-6.4-ruins-of-caerdoon.webp"},"id":"003","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.4-ruins-of-caerdoon-player.webp"},"title":"Player Version","width":3000,"height":4071,"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":1,"offsetY":20},"mapParent":{"id":"003"}},{"type":"image","href":{"type":"internal","path":"book/SCC/114-map-6.5-fortress-of-caerdoon-basement.webp"},"imageType":"map","grid":{"type":"square","size":102,"offsetX":16,"offsetY":-11},"title":"Map 6.5: Fortress of Caerdoon Basement","width":3000,"height":2072,"mapRegions":[{"area":"431","points":[[945,1509],[2047,1509],[1745,1824],[1242,1824]]},{"area":"42b","points":[[938,1507],[938,1007],[1236,1007],[1336,907],[1647,907],[1749,1009],[2053,1009],[2053,1507]]},{"area":"434","points":[[433,1013],[433,1400],[615,1400],[615,1013]]},{"area":"436","points":[[2371,1009],[2371,1405],[2564,1405],[2564,1009]]},{"area":"43b","points":[[1356,420],[1356,815],[1642,815],[1642,420]]}],"hrefThumbnail":{"type":"internal","path":"book/SCC/thumbnail/114-map-6.5-fortress-of-caerdoon-basement.webp"},"id":"004","page":"adventure.html","source":"SCC-ARiR","hash":"scc-arir"},{"type":"image","href":{"type":"internal","path":"book/SCC/map-6.5-fortress-of-caerdoon-basement-player.webp"},"title":"Player Version","width":3000,"height":2072,"imageType":"mapPlayer","grid":{"type":"square","size":102,"offsetX":16,"offsetY":-11},"mapParent":{"id":"004"}}]}]},"CRCotN":{"id":"CRCotN","source":"CRCotN","prop":"adventure","chapters":[{"name":"Ch. 1: A Fateful Competition","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/009-map-1.1-Jigow.webp"},"imageType":"map","grid":{"type":"none","size":77,"distance":50},"title":"Jigow","width":2250,"height":1500,"id":"047","mapRegions":[{"area":"061","points":[[179,558],[179,498],[196,396],[207,374],[254,338],[276,313],[310,264],[332,235],[366,215],[411,208],[431,223],[461,219],[479,224],[501,211],[527,201],[548,203],[581,194],[587,213],[606,197],[642,182],[681,173],[697,181],[740,177],[761,182],[769,205],[750,231],[723,264],[712,295],[706,326],[706,359],[730,368],[772,378],[797,384],[734,404],[684,429],[629,464],[595,495],[546,518],[489,532],[466,549],[393,561],[373,558],[299,573],[270,573],[209,568]]},{"area":"045","points":[[767,660],[742,613],[755,564],[803,553],[838,587],[856,618],[855,660]]},{"area":"076","points":[[1067,717],[1075,676],[1133,668],[1150,721],[1113,757],[1065,729]]},{"area":"06b","points":[[826,774],[826,924],[973,924],[973,774]]},{"area":"04c","points":[[727,1178],[703,1130],[573,1186],[593,1238]]},{"area":"054","points":[[415,1267],[415,1387],[542,1387],[542,1267]]},{"area":"079","points":[[2045,1238],[2070,1172],[2124,1132],[2194,1164],[2149,1233],[2158,1299],[2197,1405],[2101,1439],[2006,1479],[1892,1462],[1823,1429],[1819,1416],[1841,1363],[1878,1272],[1971,1252],[2035,1277]]},{"area":"067","points":[[1528,1021],[1465,973],[1433,924],[1459,883],[1497,862],[1541,886],[1568,925],[1563,957],[1578,993]]},{"area":"078","points":[[1514,550],[1514,740],[1738,740],[1738,550]]},{"area":"05c","points":[[1387,342],[1387,491],[1607,491],[1607,342]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/009-map-1.1-Jigow.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/010-map-1.1-Jigow-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":77,"distance":50},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"047"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/014-map-1.2-Emerald-Grotto.webp"},"imageType":"map","grid":{"type":"square","size":118,"offsetX":-32,"offsetY":-15},"title":"Emerald Grotto","width":4500,"height":3000,"id":"3f4","mapRegions":[{"area":"083","points":[[371,1147],[471,1058],[553,1062],[644,1118],[709,1155],[740,1105],[827,1056],[740,1025],[673,949],[625,876],[536,885],[462,924],[378,942],[325,1000],[267,1082],[280,1196]]},{"area":"086","points":[[715,1205],[833,1153],[904,1131],[978,1244],[971,1335],[982,1415],[973,1475],[873,1565],[709,1611],[605,1549],[556,1489],[573,1422],[600,1347],[702,1280],[715,1244]]},{"area":"089","points":[[755,1704],[849,1640],[982,1653],[1096,1638],[1175,1696],[1058,1729],[1015,1804],[1005,1902],[1045,1980],[949,2022],[878,1955],[880,1884],[811,1851],[778,1776],[751,1749]]},{"area":"097","points":[[1471,2667],[1511,2553],[1564,2456],[1595,2382],[1640,2336],[1709,2295],[1805,2247],[1829,2315],[1856,2387],[1865,2456],[1845,2496],[1851,2551],[1805,2596],[1773,2658],[1705,2711],[1620,2742],[1542,2736],[1502,2705]]},{"area":"090","points":[[2084,2398],[2084,2329],[2109,2253],[2104,2193],[2162,2124],[2233,2111],[2275,2104],[2305,2062],[2362,2042],[2395,1989],[2433,1951],[2536,1962],[2576,2013],[2660,2038],[2751,2018],[2818,2047],[2849,2069],[2855,2162],[2847,2235],[2831,2276],[2900,2333],[2938,2415],[2904,2524],[2831,2615],[2771,2618],[2698,2596],[2660,2678],[2604,2716],[2556,2756],[2504,2787],[2440,2824],[2351,2829],[2264,2787],[2204,2745],[2191,2698],[2124,2660],[2125,2604],[2105,2573],[2127,2522],[2105,2473],[2113,2436],[2104,2413]]},{"area":"09b","points":[[1858,1947],[1867,1904],[1953,1844],[1962,1773],[1985,1685],[2053,1635],[2109,1602],[2169,1645],[2184,1675],[2131,1720],[2082,1789],[2109,1838],[2053,1951],[1980,1978],[1965,2027]]},{"area":"09f","points":[[2104,1438],[2160,1371],[2175,1289],[2245,1240],[2331,1249],[2351,1211],[2404,1162],[2493,1136],[2562,1149],[2618,1167],[2718,1165],[2789,1169],[2842,1213],[2875,1216],[2933,1262],[2967,1295],[3020,1278],[3062,1353],[3091,1411],[3111,1522],[3031,1500],[2980,1411],[2898,1389],[2855,1389],[2807,1415],[2796,1453],[2864,1525],[2916,1562],[2920,1645],[2911,1715],[2847,1771],[2791,1787],[2704,1795],[2635,1760],[2624,1698],[2640,1625],[2651,1587],[2585,1642],[2555,1716],[2482,1756],[2409,1736],[2322,1707],[2289,1642],[2260,1624],[2249,1578],[2165,1533],[2131,1504],[2115,1473]]},{"area":"08c","points":[[1478,1353],[1496,1251],[1485,1138],[1482,945],[1542,895],[1605,836],[1698,816],[1784,815],[1853,820],[1900,889],[1960,995],[1985,1093],[1978,1218],[1940,1295],[1955,1380],[1951,1460],[1869,1564],[1824,1587],[1711,1618],[1651,1595],[1562,1544],[1509,1482],[1478,1415]]},{"area":"094","points":[[2116,1084],[2069,1005],[2058,936],[2105,855],[2100,820],[2136,778],[2140,749],[2178,711],[2240,653],[2315,629],[2367,602],[2424,571],[2549,591],[2649,602],[2747,605],[2804,649],[2847,695],[2904,702],[2942,760],[3035,847],[2945,860],[2880,845],[2836,822],[2745,835],[2702,880],[2664,940],[2576,960],[2558,1005],[2495,1049],[2429,1064],[2424,1111],[2342,1124],[2285,1107],[2213,1125],[2196,1171],[2129,1169]]},{"area":"0a3","points":[[3078,1118],[3042,1078],[3080,1009],[3135,951],[3187,871],[3145,831],[3202,724],[3180,682],[3244,607],[3295,598],[3358,616],[3402,675],[3475,696],[3567,682],[3656,698],[3722,624],[3778,578],[3840,573],[3880,625],[3960,693],[3984,804],[3960,840],[3969,938],[3935,1005],[3929,1102],[3993,1193],[3918,1324],[3889,1349],[3805,1409],[3611,1464],[3482,1500],[3311,1440],[3145,1405],[3124,1378],[3184,1275],[3138,1200],[3127,1153]]},{"area":"0a8","points":[[3238,1787],[3338,1767],[3478,1775],[3669,1811],[3835,1829],[3855,1827],[3856,1876],[3802,1916],[3736,1920],[3660,1985],[3627,2053],[3622,2100],[3520,2095],[3504,2004],[3471,1911],[3393,1882],[3304,1851],[3253,1829]]},{"area":"0aa","points":[[3153,2591],[3200,2673],[3253,2709],[3362,2771],[3487,2827],[3613,2816],[3731,2818],[3851,2771],[3945,2711],[4004,2633],[4016,2575],[3935,2476],[3869,2364],[3751,2244],[3685,2169],[3645,2133],[3503,2133],[3460,2189],[3384,2271],[3349,2336],[3284,2440],[3222,2515],[3189,2560]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/014-map-1.2-Emerald-Grotto.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/015-map-1.2-Emerald-Grotto-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":118,"offsetX":-32,"offsetY":-15},"title":"Player Version","width":4500,"height":3000,"mapParent":{"id":"3f4"}}]},{"name":"Ch. 2: The Leave-Taking","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/019-map-2.1-The-Emerald-Gulch.webp"},"imageType":"map","grid":{"type":"square","size":150,"offsetX":23,"offsetY":79,"distance":50},"title":"The Emerald Gulch","width":2550,"height":3062,"id":"3f5"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/020-map-2.1-The-Emerald-Gulch-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"offsetX":23,"offsetY":79,"distance":50},"title":"Player Version","width":2550,"height":3062,"mapParent":{"id":"3f5"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/023-map-2.2-Emerald-Loop-Caravan-Stop.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Emerald Loop Caravan Stop","width":2250,"height":1500,"id":"3f6","mapRegions":[{"area":"0da","points":[[774,136],[825,72],[901,28],[987,11],[1085,38],[1173,35],[1225,41],[1298,38],[1348,47],[1374,99],[1360,167],[1345,228],[1300,254],[1260,286],[1186,315],[1145,336],[1085,356],[1032,359],[964,354],[919,319],[869,267],[839,228],[800,194]]},{"area":"0db","points":[[1385,122],[1460,93],[1534,102],[1601,128],[1578,231],[1549,276],[1511,322],[1459,306],[1424,268],[1387,218],[1382,179]]},{"area":"0d7","points":[[838,715],[838,927],[1016,927],[1016,715]]},{"area":"0d9","points":[[287,1352],[286,1298],[304,1209],[321,1102],[359,1031],[394,916],[429,846],[651,845],[798,889],[835,929],[908,968],[965,1067],[960,1167],[988,1245],[1008,1366],[864,1433],[658,1495],[482,1495],[407,1475],[312,1415]]},{"area":"0dc","points":[[1213,888],[1169,762],[1202,668],[1300,573],[1426,513],[1556,520],[1696,602],[1784,700],[1795,871],[1753,1000],[1629,1076],[1499,1122],[1404,1107],[1298,999]]},{"area":"0d5","points":[[1981,692],[2069,686],[2127,652],[2191,611],[2245,619],[2245,738],[2191,767],[2096,812],[2009,815],[1975,812]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/023-map-2.2-Emerald-Loop-Caravan-Stop.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/024-map-2.2-Emerald-Loop-Caravan-Stop-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3f6"}}]},{"name":"Ch. 3: Bazzoxan","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/029-map-3.1-Bazzoxan.webp"},"imageType":"map","grid":{"type":"none","size":76,"distance":25},"title":"Bazzoxan","width":2250,"height":1500,"mapRegions":[{"area":"0f4","points":[[702,449],[706,362],[855,238],[959,262],[941,395],[839,475]]},{"area":"10b","points":[[28,868],[84,839],[115,795],[171,801],[216,827],[254,894],[255,928],[233,964],[144,1000],[91,982],[75,962],[54,953],[34,929],[26,892]]},{"area":"114","points":[[672,684],[736,672],[841,700],[848,747],[679,714]]},{"area":"116","points":[[892,661],[1014,546],[1068,644],[984,713],[906,682]]},{"area":"0fe","points":[[1226,713],[1349,762],[1331,813],[1212,760]]},{"area":"104","points":[[1084,888],[1201,832],[1267,808],[1406,888],[1459,918],[1420,1008],[1321,1084],[1232,1134],[1120,1152],[1093,1044],[1093,959]]},{"area":"0f3","points":[[953,1351],[953,1448],[1132,1448],[1132,1351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/029-map-3.1-Bazzoxan.webp"},"id":"40b","page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/030-map-3.1-Bazzoxan-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":76,"distance":25},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"40b"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/033-map-3.2-Betrayers-Rise.webp"},"imageType":"map","grid":{"type":"square","size":120,"offsetX":33,"offsetY":-18,"distance":10},"title":"Betrayers' Rise","width":4500,"height":6000,"id":"3f7","mapRegions":[{"area":"142","points":[[454,1122],[454,1426],[944,1426],[944,1122]]},{"area":"14d","points":[[1230,1285],[1230,763],[1248,723],[1291,698],[1336,718],[1362,776],[1362,1285]]},{"area":"149","points":[[1109,1542],[1235,1298],[1358,1298],[1478,1542],[1478,2144],[1357,2379],[1235,2379],[1109,2144]]},{"area":"13f","points":[[392,2501],[392,2238],[413,2176],[458,2141],[507,2142],[538,2173],[557,2232],[557,2501]]},{"area":"139","points":[[576,2746],[576,2384],[696,2256],[944,2256],[1054,2379],[1054,2744],[944,2867],[691,2867]]},{"area":"137","points":[[752,3035],[752,3101],[1101,3101],[1101,3035]]},{"area":"132","points":[[1115,3107],[1115,3155],[1051,3155],[1051,3226],[1112,3226],[1112,3272],[1053,3272],[1053,3342],[1112,3342],[1230,3466],[1347,3466],[1472,3347],[1538,3347],[1538,3278],[1480,3278],[1480,3221],[1534,3221],[1534,3165],[1476,3165],[1476,3107]]},{"area":"12f","points":[[1110,3523],[1110,3762],[1360,3762],[1360,3523]]},{"area":"129","points":[[1173,4184],[1107,4125],[1107,3872],[1475,3872],[1475,4126],[1418,4181],[1370,4138],[1408,4102],[1408,3942],[1352,3942],[1352,4208],[1237,4208],[1237,3946],[1174,3946],[1174,4096],[1213,4139]]},{"area":"166","points":[[2190,4990],[2210,4922],[2230,4898],[2282,4885],[2314,4899],[2330,4938],[2336,4963],[2320,4992],[2315,5016],[2266,5027],[2235,5014],[2213,5010]]},{"area":"160","points":[[2917,3533],[2917,3848],[3038,3848],[3038,3533]]},{"area":"15c","points":[[2555,2974],[2555,3520],[3405,3520],[3405,2974]]},{"area":"152","points":[[2682,816],[2803,694],[3162,694],[3278,810],[3278,1790],[3176,1902],[2795,1902],[2682,1789]]},{"area":"151","points":[[2133,1114],[2133,1419],[2621,1419],[2621,1114]]},{"area":"158","points":[[3573,1963],[3877,1963],[3877,2045],[4152,2261],[4094,2342],[4197,2578],[4064,2648],[4066,2794],[4125,2810],[4131,2968],[4141,2995],[4027,3347],[3520,3341],[3515,2733],[3456,2702],[3458,2488],[3400,2450],[3573,2232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/033-map-3.2-Betrayers-Rise.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/034-map-3.2-Betrayers-Rise-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":33,"offsetY":-18,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3f7"}}]},{"name":"Ch. 4: The Jewel of Hope","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/040-map-4.1-Ank_Harel.webp"},"imageType":"map","grid":{"type":"none","size":68,"distance":300},"title":"The Jewel of Hope, Ank'Harel","width":4084,"height":2869,"id":"3f8"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/041-map-4.1-Ank_Harel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":68,"distance":300},"title":"Player Version","width":4084,"height":2869,"mapParent":{"id":"3f8"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/048-map-4.2-Streets-of-the-Sigil-District.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Streets of the Sigil District","width":2250,"height":1500,"id":"3fa","mapRegions":[{"area":"1bc","points":[[26,30],[26,197],[1229,197],[1229,30]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/048-map-4.2-Streets-of-the-Sigil-District.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/049-map-4.2-Streets-of-the-Sigil-District-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fa"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/051-map-4.3-Streets-of-the-Suncut-Bazaar.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"Streets of the Suncut Bazaar","width":2250,"height":1500,"id":"3fc","mapRegions":[{"area":"1c2","points":[[32,11],[32,234],[1307,234],[1307,11]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/051-map-4.3-Streets-of-the-Suncut-Bazaar.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/052-map-4.3-Streets-of-the-Suncut-Bazaar-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fc"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/058-map-4.4-River-District-Canal.webp"},"imageType":"map","grid":{"type":"square","size":75},"title":"River District Canal","width":2250,"height":1500,"id":"3fd","mapRegions":[{"area":"24e","points":[[96,46],[96,202],[1027,202],[1027,46]]},{"area":"251","points":[[1661,688],[1661,966],[1864,966],[1864,688]]},{"area":"253","points":[[1432,538],[1722,538],[1722,670],[1646,670],[1646,816],[1432,816]]},{"area":"252","points":[[1882,538],[1882,811],[2086,811],[2086,538]]},{"area":"254","points":[[1726,539],[1726,682],[1866,682],[1866,539]]},{"area":"255","points":[[1582,314],[1582,523],[1939,523],[1939,314]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/058-map-4.4-River-District-Canal.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/059-map-4.4-River-District-Canal-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75},"title":"Player Version","width":2250,"height":1500,"mapParent":{"id":"3fd"}}]},{"name":"Ch. 5: The Drowned City","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/062-map-5.1-Cael-Morrow.webp"},"imageType":"map","grid":{"type":"square","size":140,"offsetX":-42,"offsetY":-79,"distance":10},"title":"Cael Morrow","width":4500,"height":6000,"id":"3fe","mapRegions":[{"area":"2a7","points":[[917,4974],[853,4986],[773,5027],[715,5074],[666,5149],[651,5234],[656,5341],[701,5410],[790,5499],[920,5536],[1046,5512],[1133,5462],[1182,5408],[1211,5299],[1216,5210],[1173,5083],[1094,5018],[994,4987]]},{"area":"2a0","points":[[938,4266],[938,4405],[1494,4405],[1494,4266]]},{"area":"2a4","points":[[1062,3640],[1075,3571],[1115,3490],[1184,3427],[1267,3411],[1376,3435],[1438,3475],[1474,3547],[1493,3632],[1478,3731],[1432,3805],[1349,3843],[1232,3843],[1147,3797],[1090,3726]]},{"area":"2a6","points":[[1493,3477],[1494,3413],[1530,3349],[1571,3306],[1677,3278],[1760,3304],[1829,3368],[1851,3440],[1832,3520],[1784,3586],[1714,3622],[1602,3614],[1546,3573],[1512,3528]]},{"area":"2a1","points":[[1355,4254],[1355,3840],[1418,3813],[1466,3763],[1494,3714],[1509,3661],[1506,3605],[1493,3565],[1512,3552],[1538,3582],[1586,3622],[1685,3635],[1758,3622],[1816,3565],[1840,3534],[1851,3480],[1851,3422],[2059,3422],[2059,3978],[1978,3978],[1826,4254]]},{"area":"29c","points":[[653,2150],[653,3003],[1077,3003],[1077,2150]]},{"area":"299","points":[[1211,2571],[1227,2526],[1267,2467],[1320,2440],[1394,2440],[1435,2467],[1482,2522],[1491,2590],[1469,2658],[1430,2704],[1352,2723],[1274,2699],[1230,2662]]},{"area":"298","points":[[1277,1870],[1277,2368],[1424,2368],[1424,1870]]},{"area":"295","points":[[1213,1882],[1074,1882],[1074,1734],[1704,1734],[1773,1669],[1773,1456],[1632,1456],[1602,1517],[1558,1568],[1494,1595],[1435,1611],[1334,1590],[1291,1560],[1246,1517],[1218,1456],[936,1456],[936,2019],[1213,2019]]},{"area":"293","points":[[1219,1378],[1232,1318],[1283,1251],[1333,1200],[1406,1186],[1469,1189],[1526,1208],[1584,1243],[1619,1312],[1635,1405],[1611,1477],[1560,1544],[1491,1587],[1424,1589],[1330,1568],[1270,1526],[1229,1446]]},{"area":"28b","points":[[1917,750],[2338,750],[2338,1104],[2197,1104],[2197,1034],[1917,1034]]},{"area":"288","points":[[2354,896],[2354,1040],[2925,1040],[2925,896]]},{"area":"285","points":[[3152,56],[3125,93],[3077,157],[3048,246],[3038,314],[3035,416],[3086,533],[3134,621],[3246,706],[3355,739],[3499,762],[3626,720],[3765,635],[3806,550],[3861,402],[3851,270],[3832,171],[3750,56]]},{"area":"2cc","points":[[2424,1899],[3203,1587],[3600,1398],[4094,1224],[4242,1174],[4446,1115],[4446,1779],[4200,2002],[3995,2152],[3595,2158],[3259,2246],[3048,2318],[2888,2368],[2840,2189],[2696,2046],[2483,1994],[2430,1958]]},{"area":"2c6","points":[[3246,2659],[3198,2584],[3184,2501],[3210,2405],[3253,2338],[3336,2293],[3413,2298],[3494,2320],[3542,2370],[3582,2446],[3589,2520],[3582,2608],[3520,2669],[3440,2709],[3373,2710],[3306,2691]]},{"area":"2ce","points":[[2203,3138],[2091,3093],[1950,3003],[1845,2835],[1787,2717],[1786,2571],[1808,2374],[1854,2285],[1922,2195],[2075,2088],[2178,2048],[2318,2030],[2475,2027],[2634,2096],[2779,2206],[2834,2333],[2862,2488],[2864,2674],[2840,2837],[2704,3002],[2590,3090],[2464,3126],[2342,3146]]},{"area":"2b9","points":[[2654,4000],[2530,3826],[2550,3480],[2603,3243],[2699,3104],[2848,2992],[2891,2934],[3027,2995],[3229,2946],[3298,3024],[3274,3184],[3182,3330],[3139,3493],[3078,3637],[3139,3813],[3203,3971],[3054,4126],[2717,4090]]},{"area":"2c2","points":[[3747,3710],[3680,3693],[3606,3654],[3546,3587],[3528,3483],[3557,3384],[3598,3326],[3667,3290],[3763,3274],[3859,3304],[3922,3363],[3955,3451],[3949,3550],[3894,3645],[3802,3694]]},{"area":"2bc","points":[[3211,4434],[3262,4342],[3253,4230],[3328,4066],[3381,4021],[3486,4040],[3555,4131],[3571,4192],[3710,4157],[3723,4099],[3894,4306],[3813,4427],[3530,4568],[3552,4650],[3560,4930],[3693,4888],[3670,5026],[3550,5149],[3454,5130],[3405,5034],[3317,4690],[3320,4531],[3256,4486]]},{"area":"2be","points":[[3450,5384],[3634,5587],[3717,5606],[3830,5608],[3934,5582],[4037,5530],[4104,5459],[4147,5357],[4178,5246],[4158,5117],[3970,4918]]},{"area":"2b5","points":[[2618,5669],[2896,5669],[3179,5390],[3179,4824],[3045,4824],[2618,5384]]},{"area":"2ad","points":[[2058,4262],[2058,4962],[2619,4962],[2619,4262]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/062-map-5.1-Cael-Morrow.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/063-map-5.1-Cael-Morrow-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":140,"offsetX":-42,"offsetY":-79,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3fe"}}]},{"name":"Ch. 6: The Netherdeep","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/071-map-6.1-The-Netherdeep.webp"},"imageType":"map","grid":{"type":"square","size":108,"offsetX":29,"offsetY":-19,"distance":10},"title":"The Netherdeep","width":4500,"height":6000,"id":"3ff","mapRegions":[{"area":"2e8","points":[[1469,5607],[1462,5627],[1502,5653],[1542,5645],[1562,5622],[1580,5638],[1616,5580],[1642,5600],[1636,5624],[1651,5647],[1676,5631],[1702,5633],[1729,5589],[1744,5569],[1784,5567],[1809,5529],[1851,5502],[1909,5487],[1953,5449],[1995,5462],[2047,5429],[2113,5416],[2138,5433],[2200,5422],[2262,5436],[2360,5436],[2435,5435],[2515,5409],[2569,5415],[2605,5445],[2662,5462],[2696,5485],[2740,5496],[2756,5536],[2840,5565],[2869,5585],[2927,5611],[2995,5622],[3085,5625],[3058,5651],[3015,5702],[2971,5744],[2907,5760],[2955,5720],[2955,5682],[2895,5685],[2831,5740],[2744,5776],[2676,5809],[2596,5820],[2493,5842],[2375,5875],[2291,5867],[2269,5844],[2136,5851],[2049,5842],[1953,5838],[1896,5800],[1842,5787],[1769,5787],[1745,5756],[1695,5740],[1642,5753],[1627,5771],[1598,5765],[1609,5744],[1547,5765],[1518,5760],[1529,5727],[1473,5716],[1418,5698],[1431,5645]]},{"area":"2ff","points":[[1736,5155],[1724,5078],[1751,4995],[1769,4953],[1827,4904],[1893,4893],[1973,4896],[2055,4909],[2096,4936],[2138,4989],[2156,5087],[2151,5164],[2118,5229],[2064,5291],[2033,5307],[1942,5311],[1891,5289],[1813,5251],[1771,5209]]},{"area":"306","points":[[1993,4851],[1973,4789],[1995,4715],[2051,4687],[2093,4696],[2151,4727],[2185,4780],[2171,4829],[2113,4871],[2064,4887]]},{"area":"2ec","points":[[2218,5071],[2258,5000],[2302,4953],[2387,4927],[2416,4916],[2504,4940],[2529,4984],[2571,5053],[2569,5122],[2504,5205],[2465,5276],[2385,5291],[2304,5289],[2247,5245],[2242,5198],[2233,5169],[2209,5122]]},{"area":"2f7","points":[[2665,5025],[2684,4925],[2700,4867],[2778,4822],[2856,4784],[2891,4784],[2911,4827],[2956,4824],[2982,4847],[3016,4911],[3047,4940],[3042,5004],[3027,5095],[3000,5136],[2969,5164],[2962,5202],[2904,5242],[2885,5275],[2795,5278],[2729,5255],[2678,5211],[2640,5127],[2660,5073]]},{"area":"30d","points":[[1813,4835],[1729,4851],[1638,4835],[1564,4789],[1520,4702],[1491,4620],[1507,4504],[1547,4440],[1633,4391],[1696,4362],[1775,4356],[1853,4380],[1904,4427],[1933,4482],[1949,4585],[1949,4629],[1924,4687],[1909,4727],[1909,4764],[1875,4793]]},{"area":"31f","points":[[2215,4389],[2222,4327],[2235,4293],[2280,4247],[2335,4216],[2400,4216],[2475,4227],[2542,4240],[2589,4289],[2616,4364],[2609,4429],[2585,4515],[2520,4576],[2435,4613],[2304,4633],[2251,4560],[2247,4535],[2215,4495],[2216,4455]]},{"area":"323","points":[[2229,4116],[2218,4175],[2184,4238],[2107,4262],[2016,4256],[1962,4211],[1942,4155],[1953,4104],[1978,4038],[2060,3976],[2145,3973],[2205,4011],[2264,4016],[2296,3956],[2347,3902],[2407,3873],[2493,3862],[2558,3898],[2575,3967],[2638,4000],[2662,3969],[2751,3933],[2836,3942],[2916,4022],[2953,4076],[2944,4149],[2918,4209],[2845,4255],[2780,4291],[2718,4256],[2662,4196],[2638,4129],[2629,4096],[2595,4096],[2558,4162],[2480,4195],[2362,4191],[2302,4149],[2255,4100]]},{"area":"336","points":[[2162,3560],[2178,3502],[2202,3444],[2240,3395],[2305,3353],[2378,3331],[2489,3325],[2569,3358],[2664,3398],[2718,3491],[2733,3556],[2720,3629],[2671,3711],[2609,3780],[2524,3809],[2409,3842],[2324,3809],[2282,3785],[2253,3733],[2187,3716],[2158,3649],[2142,3604]]},{"area":"33a","points":[[2255,3162],[2276,3095],[2313,3055],[2362,3029],[2444,3022],[2502,3069],[2547,3105],[2576,3198],[2538,3253],[2467,3289],[2365,3304],[2262,3258],[2249,3225]]},{"area":"37e","points":[[1573,3162],[1607,3118],[1671,3069],[1731,3009],[1796,2984],[1867,2964],[1929,3000],[1918,3060],[1900,3078],[1873,3140],[1787,3215],[1727,3238],[1682,3278],[1629,3293],[1575,3265],[1562,3216]]},{"area":"340","points":[[1376,3824],[1435,3735],[1455,3644],[1495,3618],[1555,3616],[1582,3627],[1622,3573],[1695,3565],[1736,3538],[1835,3524],[1913,3564],[1936,3607],[1969,3687],[1896,3784],[1811,3831],[1764,3815],[1709,3855],[1640,3882],[1578,3936],[1496,3964],[1442,3962],[1378,3911],[1449,3884],[1436,3858],[1396,3847]]},{"area":"330","points":[[2818,3698],[2795,3678],[2780,3615],[2804,3580],[2840,3567],[2904,3569],[2940,3596],[2938,3645],[2905,3695],[2865,3715]]},{"area":"36c","points":[[3069,3967],[3131,3935],[3127,3895],[3116,3813],[3116,3747],[3124,3691],[3162,3615],[3236,3569],[3269,3529],[3336,3502],[3351,3431],[3415,3331],[3471,3280],[3536,3264],[3620,3271],[3671,3324],[3667,3382],[3656,3407],[3675,3491],[3647,3542],[3605,3613],[3567,3662],[3471,3765],[3416,3764],[3384,3798],[3355,3855],[3295,3904],[3220,3953],[3160,3978],[3071,3993]]},{"area":"371","points":[[3351,4140],[3409,4107],[3413,4065],[3478,4042],[3518,3978],[3547,3915],[3556,3853],[3642,3742],[3733,3667],[3778,3604],[3842,3569],[3920,3531],[3973,3482],[3969,3398],[3987,3378],[3987,3318],[4044,3342],[4082,3400],[4091,3469],[4089,3540],[4064,3589],[4058,3642],[4051,3716],[4044,3760],[4029,3802],[4053,3878],[4022,3936],[3976,4004],[3898,4047],[3822,4045],[3753,4080],[3653,4124],[3582,4138],[3444,4145],[3387,4142]]},{"area":"364","points":[[3209,3178],[3185,3125],[3198,3062],[3162,3009],[3193,2947],[3224,2876],[3222,2807],[3211,2769],[3233,2693],[3189,2638],[3204,2598],[3224,2525],[3247,2467],[3313,2376],[3384,2262],[3422,2347],[3471,2358],[3578,2356],[3705,2304],[3865,2282],[3896,2349],[3938,2345],[3973,2400],[4031,2389],[4038,2345],[4044,2293],[4115,2344],[4133,2435],[4136,2531],[4093,2611],[4078,2731],[3984,2836],[3980,2922],[3935,3016],[3891,3071],[3813,3131],[3809,3198],[3747,3262],[3713,3258],[3735,3191],[3638,3209],[3542,3216],[3429,3191],[3373,3195],[3265,3209],[3240,3187]]},{"area":"368","points":[[3120,2958],[3100,2891],[3075,2864],[3020,2867],[2964,2887],[2931,2947],[2900,2975],[2904,3042],[2942,3105],[3011,3124],[3060,3136],[3105,3073],[3118,2996]]},{"area":"35c","points":[[2860,1236],[2873,1209],[2945,1182],[3000,1171],[3060,1198],[3145,1229],[3233,1196],[3311,1215],[3413,1264],[3413,1296],[3455,1325],[3496,1327],[3513,1378],[3598,1387],[3671,1435],[3740,1476],[3758,1520],[3829,1555],[3882,1618],[3960,1671],[3964,1736],[3953,1875],[3905,1836],[3898,1793],[3849,1724],[3776,1702],[3736,1733],[3738,1791],[3765,1860],[3753,1964],[3718,2075],[3589,2078],[3555,2036],[3482,2029],[3433,2027],[3382,1996],[3345,1962],[3315,1876],[3265,1864],[3218,1838],[3202,1816],[3138,1795],[3102,1711],[3058,1651],[3075,1600],[3064,1575],[2995,1558],[2967,1516],[2971,1462],[3011,1389],[2956,1360],[2922,1322],[2893,1295],[2865,1278]]},{"area":"3a0","points":[[2540,998],[2522,955],[2540,891],[2598,860],[2598,825],[2616,760],[2633,700],[2624,660],[2635,627],[2698,635],[2762,635],[2835,638],[2869,678],[2913,660],[2945,605],[2982,573],[3038,558],[3084,569],[3129,525],[3169,516],[3247,531],[3336,478],[3398,451],[3502,464],[3585,509],[3660,515],[3740,535],[3833,518],[3891,576],[3947,596],[4004,662],[4015,722],[4053,800],[4102,862],[4085,951],[4033,998],[4011,1058],[3958,1064],[3942,1116],[3920,1158],[3916,1211],[3822,1255],[3742,1285],[3604,1258],[3549,1193],[3505,1171],[3431,1198],[3336,1187],[3205,1167],[3095,1160],[3058,1100],[2962,1076],[2889,1140],[2867,1171],[2815,1160],[2764,1162],[2747,1205],[2731,1265],[2645,1253],[2604,1193],[2576,1142],[2553,1080]]},{"area":"39b","points":[[2245,845],[2196,822],[2160,782],[2158,727],[2178,678],[2238,640],[2304,600],[2353,573],[2413,604],[2465,645],[2478,713],[2464,753],[2465,800],[2427,855],[2373,885],[2335,873],[2284,864]]},{"area":"395","points":[[1860,1067],[1907,1002],[1953,985],[2015,1005],[2055,1051],[2085,1053],[2160,1053],[2267,1053],[2269,1087],[2316,1111],[2369,1053],[2469,1035],[2505,1047],[2538,1113],[2485,1147],[2422,1215],[2400,1249],[2338,1269],[2264,1282],[2211,1244],[2169,1273],[2078,1258],[2022,1244],[1955,1218],[1902,1169],[1880,1127],[1867,1098]]},{"area":"392","points":[[1138,1116],[1218,1044],[1287,964],[1349,947],[1384,953],[1429,915],[1518,889],[1580,880],[1624,853],[1684,875],[1742,889],[1802,925],[1785,1009],[1753,1078],[1705,1115],[1649,1145],[1607,1155],[1591,1200],[1529,1231],[1465,1275],[1367,1280],[1313,1282],[1264,1320],[1182,1333],[1162,1242],[1153,1164]]},{"area":"354","points":[[1325,1451],[1382,1391],[1455,1355],[1500,1347],[1542,1318],[1573,1282],[1602,1278],[1633,1238],[1720,1205],[1769,1173],[1818,1216],[1867,1204],[1931,1247],[2051,1282],[2029,1356],[1982,1378],[1953,1455],[1891,1480],[1876,1520],[1842,1535],[1833,1575],[1785,1636],[1720,1682],[1633,1689],[1604,1664],[1542,1651],[1500,1618],[1495,1560],[1449,1538],[1415,1516],[1333,1507]]},{"area":"358","points":[[1429,1682],[1436,1660],[1378,1660],[1340,1700],[1356,1747],[1389,1789],[1413,1845],[1469,1867],[1527,1884],[1575,1855],[1604,1815],[1600,1764],[1565,1738],[1504,1731],[1487,1704],[1415,1689]]},{"area":"38a","points":[[693,1613],[665,1549],[676,1498],[705,1473],[715,1402],[776,1367],[845,1362],[915,1365],[936,1389],[956,1427],[976,1500],[949,1524],[951,1575],[976,1595],[951,1651],[929,1656],[907,1702],[851,1736],[813,1736],[778,1720],[735,1658]]},{"area":"351","points":[[718,2060],[715,2020],[740,1936],[785,1876],[844,1844],[889,1795],[936,1771],[982,1776],[1018,1724],[1098,1716],[1173,1747],[1187,1804],[1160,1853],[1147,1927],[1127,1962],[1138,2053],[1100,2084],[1031,2120],[951,2147],[816,2140],[733,2096]]},{"area":"38e","points":[[515,1800],[520,1747],[551,1695],[604,1687],[682,1725],[715,1755],[765,1793],[729,1856],[685,1909],[633,1927],[556,1924],[531,1880],[527,1833]]},{"area":"386","points":[[1171,2282],[1275,2224],[1349,2202],[1411,2204],[1442,2238],[1533,2316],[1547,2384],[1582,2447],[1635,2520],[1653,2584],[1658,2671],[1653,2753],[1547,2773],[1482,2740],[1449,2704],[1422,2607],[1389,2575],[1322,2564],[1284,2520],[1269,2475],[1222,2420],[1180,2380],[1160,2322]]},{"area":"34c","points":[[773,2393],[842,2400],[933,2400],[1042,2436],[1125,2502],[1195,2593],[1235,2675],[1260,2633],[1298,2711],[1287,2780],[1251,2855],[1218,2938],[1162,2960],[1127,3029],[1055,3071],[993,3035],[945,2945],[942,2898],[902,2824],[880,2735],[809,2700],[740,2660],[704,2607],[680,2565],[620,2544],[582,2480],[609,2409],[695,2365],[736,2398]]},{"area":"381","points":[[278,2471],[338,2445],[404,2449],[440,2484],[460,2542],[478,2596],[513,2627],[529,2693],[545,2753],[615,2767],[675,2816],[704,2860],[704,2920],[682,2975],[673,3033],[684,3078],[724,3125],[764,3207],[715,3191],[645,3164],[613,3142],[525,3118],[451,3113],[384,3107],[358,3082],[347,3025],[309,2980],[287,2965],[280,2922],[240,2880],[247,2813],[260,2738],[225,2716],[205,2644],[211,2600],[256,2547],[276,2500]]},{"area":"345","points":[[744,3227],[833,3235],[860,3282],[918,3324],[1009,3318],[1078,3313],[1138,3300],[1176,3325],[1216,3340],[1245,3389],[1278,3435],[1287,3485],[1304,3527],[1336,3564],[1322,3604],[1264,3682],[1251,3744],[1195,3771],[1080,3765],[976,3765],[938,3696],[885,3676],[733,3685],[713,3631],[698,3584],[698,3531],[678,3475],[716,3425],[704,3365],[725,3304],[731,3269]]},{"area":"349","points":[[595,3627],[645,3689],[684,3713],[729,3749],[793,3731],[864,3751],[898,3769],[862,3836],[780,3876],[733,3882],[660,3860],[609,3813],[582,3751],[584,3691]]},{"area":"319","points":[[1002,4305],[1062,4262],[1136,4236],[1175,4269],[1216,4307],[1235,4340],[1231,4409],[1160,4476],[1116,4504],[1051,4511],[1020,4473],[993,4409],[982,4351]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/071-map-6.1-The-Netherdeep.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/072-map-6.1-The-Netherdeep-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":29,"offsetY":-19,"distance":10},"title":"Player Version","width":4500,"height":6000,"mapParent":{"id":"3ff"}}]},{"name":"Ch. 7: The Heart of Despair","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/085-map-7.1-Heart-of-Despair.webp"},"imageType":"map","grid":{"type":"square","size":59,"offsetX":11,"offsetY":-24},"title":"Heart of Despair","width":4500,"height":3000,"id":"404","mapRegions":[{"area":"3b4","points":[[1220,1667],[1235,1592],[1235,1520],[1230,1460],[1292,1457],[1377,1497],[1502,1540],[1532,1602],[1570,1632],[1602,1730],[1567,1867],[1495,1955],[1390,1957],[1332,1940],[1277,1867],[1222,1800],[1212,1717]]},{"area":"3b3","points":[[2152,1447],[2152,1697],[2330,1697],[2330,1447]]},{"area":"3b4","points":[[2370,1030],[2410,907],[2527,885],[2672,895],[2712,977],[2845,1035],[2790,1130],[2757,1235],[2720,1280],[2597,1247],[2485,1215],[2427,1140],[2360,1085]]},{"area":"3b4","points":[[2642,2222],[2710,2097],[2782,2040],[2917,2027],[3025,2040],[3097,2155],[3092,2287],[2997,2410],[2827,2402],[2670,2402],[2652,2302]]}],"hrefThumbnail":{"type":"internal","path":"adventure/CRCotN/thumbnail/085-map-7.1-Heart-of-Despair.webp"},"page":"adventure.html","source":"CRCotN","hash":"crcotn"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/086-map-7.1-Heart-of-Despair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":59,"offsetX":11,"offsetY":-24},"title":"Player Version","width":4500,"height":3000,"mapParent":{"id":"404"}}]},{"name":"App. F: Poster Map","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/128-map-13.1-Poster.webp"},"imageType":"map","grid":{"type":"none","size":67,"distance":300},"width":3993,"height":2805,"title":"Poster Map","id":"450"},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/129-map-13.1-Poster-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":67,"distance":300},"title":"Player Version","width":3993,"height":2805,"mapParent":{"id":"450"}},{"type":"image","href":{"type":"internal","path":"adventure/CRCotN/130-13-001.poster-map-back.webp"},"imageType":"map","grid":{"type":"none"},"title":"A map of the great city of Ank'Harel, the caverns of the last city of Cael Morrow, and the mysterious realm beneath—as explored by the Allegiance of Allsight. 836 PD","width":1189,"height":1700,"id":"405"}]}]},"JttRC":{"id":"JttRC","source":"JttRC","prop":"adventure","chapters":[{"name":"The Radiant Citadel","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/000-map-1.1-radiant-citadel.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":250},"title":"Map 1.1: Radiant Citadel","width":2100,"height":2850,"id":"538","mapRegions":[{"area":"014","points":[[385,936],[385,1111],[640,1111],[640,936]]},{"area":"012","points":[[609,1349],[609,1658],[905,1658],[905,1349]]},{"area":"010","points":[[931,1505],[1105,1167],[1329,989],[1613,764],[1633,865],[1540,1118],[1362,1453],[1262,1685],[1133,1600],[964,1578]]},{"area":"015","points":[[880,1698],[880,1895],[1105,1895],[1105,1698]]},{"area":"016","points":[[1175,1915],[1302,1824],[1471,1769],[1469,1862],[1315,1942],[1204,1951]]},{"area":"011","points":[[1095,2069],[1224,1995],[1409,1962],[1465,2044],[1307,2135],[1162,2153]]},{"area":"00d","points":[[724,136],[724,283],[1354,283],[1354,136]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/000-map-1.1-radiant-citadel.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/001-map-1.1-radiant-citadel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":250},"title":"Player Version","width":2100,"height":2850,"mapParent":{"id":"538"}}]},{"name":"Salted Legacy","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/011-map-2.1-dyn-singh-night-market.webp"},"imageType":"map","grid":{"type":"none","size":104,"distance":50},"title":"Map 2.1: Dyn Singh Night Market","width":2056,"height":1419,"id":"539","mapRegions":[{"area":"081","points":[[31,64],[31,256],[487,256],[487,64]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/011-map-2.1-dyn-singh-night-market.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/012-map-2.1-dyn-singh-night-market-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":50},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"539"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/015-map-2.2-market-challenges.webp"},"imageType":"map","grid":{"type":"square","size":98,"offsetX":18,"offsetY":-39,"scale":2},"title":"Map 2.2: Market Challenges","width":2056,"height":1419,"id":"53a","mapRegions":[{"area":"061","points":[[174,64],[174,197],[897,197],[897,64]]},{"area":"069","points":[[1206,61],[1206,176],[1927,176],[1927,61]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/015-map-2.2-market-challenges.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/016-map-2.2-market-challenges-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":98,"offsetX":18,"offsetY":-39,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"53a"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/018-map-2.3-siabsungkoh.webp"},"imageType":"map","grid":{"type":"none","size":234,"distance":1,"units":"miles"},"title":"Map 2.3: Siabsungkoh","width":2056,"height":1419,"id":"53b","mapRegions":[{"area":"08c","points":[[50,35],[50,195],[587,195],[587,35]]},{"area":"083","points":[[682,474],[682,558],[938,558],[938,474]]},{"area":"081","points":[[1240,736],[1240,866],[1453,866],[1453,736]]},{"area":"082","points":[[994,715],[994,787],[1168,787],[1168,715]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/018-map-2.3-siabsungkoh.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/019-map-2.3-siabsungkoh-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":234,"distance":1,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"53b"}}]},{"name":"Written in Blood","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/025-map-3.1-kianas-farmhouse.webp"},"imageType":"map","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-20,"scale":2},"title":"Map 3.1: Kianas Farmhouse","width":1043,"height":1419,"id":"53c","mapRegions":[{"area":"0c0","points":[[154,10],[154,143],[718,143],[718,10]]},{"area":"0c3","points":[[138,769],[705,769],[705,216],[850,216],[850,663],[850,853],[138,853]]},{"area":"0c6","points":[[666,664],[228,664],[228,266],[320,266],[320,182],[143,182],[143,753],[666,753]]},{"area":"0c8","points":[[239,472],[239,649],[424,649],[424,472]]},{"area":"0ca","points":[[523,649],[523,468],[571,468],[571,376],[660,376],[660,649]]},{"area":"0cd","points":[[478,188],[478,368],[660,368],[660,188]]},{"area":"0cf","points":[[335,190],[335,368],[472,368],[472,190]]},{"area":"0d2","points":[[90,988],[90,1137],[282,1137],[282,988]]},{"area":"0d4","points":[[389,1160],[377,1143],[372,1109],[383,1092],[393,1075],[429,1072],[434,1061],[430,1036],[446,1028],[453,1020],[477,1018],[485,1010],[501,1005],[540,1013],[557,1005],[563,978],[575,974],[594,956],[614,943],[635,940],[665,945],[681,956],[703,963],[722,969],[710,983],[720,998],[727,1006],[729,1017],[753,1031],[771,1031],[785,1023],[796,1025],[820,1029],[838,1043],[837,1059],[855,1079],[872,1097],[872,1110],[878,1131],[882,1167],[865,1175],[853,1174],[840,1182],[814,1178],[802,1158],[792,1145],[779,1135],[761,1131],[737,1131],[729,1134],[713,1148],[706,1163],[696,1177],[687,1194],[671,1198],[648,1193],[625,1198],[617,1228],[591,1237],[568,1237],[540,1230],[517,1216],[493,1194],[490,1177],[491,1150],[485,1131],[457,1123],[445,1129],[434,1134],[426,1161],[443,1181],[452,1197],[447,1217],[443,1231],[423,1232]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/025-map-3.1-kianas-farmhouse.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/026-map-3.1-kianas-farmhouse-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-20,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53c"}}]},{"name":"The Fiend of Hollow Mine","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/032-map-4.1-hollow-mine.webp"},"imageType":"map","grid":{"type":"square","size":86,"offsetX":26,"offsetY":19,"scale":2},"title":"Map 4.1: Hollow Mine","width":2100,"height":2850,"id":"53d","mapRegions":[{"area":"11d","points":[[513,297],[513,417],[634,417],[634,297]]},{"area":"121","points":[[920,1307],[920,1290],[923,1276],[941,1263],[943,1248],[954,1235],[975,1236],[983,1217],[992,1207],[1043,1207],[1050,1212],[1066,1215],[1080,1210],[1105,1211],[1121,1221],[1140,1230],[1150,1241],[1147,1255],[1138,1270],[1130,1283],[1140,1298],[1157,1298],[1163,1318],[1157,1327],[1157,1343],[1151,1352],[1139,1353],[1125,1368],[1135,1382],[1142,1402],[1137,1410],[1117,1419],[1103,1424],[1084,1428],[1062,1426],[1053,1418],[1039,1420],[1022,1427],[998,1427],[972,1417],[958,1403],[959,1388],[949,1383],[930,1377],[923,1354],[922,1330]]},{"area":"126","points":[[784,1855],[781,1824],[787,1808],[792,1803],[779,1778],[787,1723],[795,1710],[784,1695],[785,1675],[779,1659],[792,1646],[806,1646],[821,1629],[830,1604],[853,1594],[864,1583],[873,1570],[893,1563],[918,1558],[931,1567],[943,1579],[960,1589],[971,1596],[970,1613],[975,1629],[984,1643],[1016,1646],[1039,1637],[1057,1644],[1073,1649],[1092,1645],[1103,1644],[1117,1641],[1135,1642],[1145,1650],[1162,1662],[1165,1677],[1161,1689],[1164,1713],[1172,1725],[1171,1739],[1155,1746],[1147,1758],[1131,1766],[1120,1777],[1109,1790],[1091,1798],[1090,1816],[1101,1826],[1123,1831],[1132,1842],[1133,1854],[1107,1883],[1098,1873],[1083,1876],[1070,1879],[1057,1890],[1046,1897],[1036,1910],[1005,1910],[993,1903],[978,1908],[969,1905],[952,1900],[930,1899],[919,1893],[901,1901],[890,1904],[881,1923],[857,1928],[843,1935],[840,1943],[817,1936],[803,1926],[788,1904],[778,1893],[770,1886],[773,1868]]},{"area":"131","points":[[132,2515],[132,2584],[313,2584],[313,2515]]},{"area":"12d","points":[[360,2590],[324,2481],[333,2462],[321,2451],[320,2435],[312,2412],[306,2395],[297,2389],[307,2367],[310,2343],[330,2333],[350,2334],[354,2325],[351,2310],[358,2300],[382,2297],[393,2306],[417,2311],[432,2305],[448,2297],[449,2285],[472,2280],[500,2275],[521,2275],[530,2283],[566,2278],[577,2261],[595,2254],[599,2244],[623,2247],[642,2243],[662,2243],[671,2250],[689,2261],[690,2276],[688,2290],[692,2308],[705,2320],[713,2328],[729,2337],[745,2338],[768,2330],[783,2324],[795,2310],[814,2305],[828,2311],[857,2323],[870,2341],[883,2365],[907,2375],[918,2391],[914,2408],[917,2427],[923,2438],[917,2463],[907,2480],[902,2487],[888,2495],[871,2503],[858,2518],[864,2537],[867,2561],[864,2585],[850,2597],[833,2613],[815,2602],[796,2600],[790,2591],[764,2583],[743,2586],[721,2589],[703,2598],[690,2606],[678,2624],[663,2637],[663,2657],[661,2684],[654,2695],[614,2692],[609,2685],[597,2681],[592,2671],[596,2649],[584,2643],[572,2646],[555,2633],[535,2625],[520,2621],[494,2621],[481,2616],[472,2599],[447,2595],[428,2602],[412,2603],[403,2609],[384,2603],[374,2592]]},{"area":"128","points":[[742,2124],[745,2109],[748,2100],[729,2089],[725,2037],[734,2029],[751,2026],[769,2025],[795,2024],[806,2011],[818,1997],[836,1993],[846,1983],[863,1981],[878,1983],[890,1984],[915,1986],[921,2001],[929,2010],[943,2013],[957,2024],[953,2043],[958,2059],[977,2072],[983,2082],[975,2118],[963,2132],[952,2135],[950,2150],[943,2206],[927,2199],[918,2194],[902,2200],[893,2210],[874,2203],[865,2196],[848,2195],[830,2195],[815,2200],[801,2212],[790,2225],[770,2228],[761,2222],[743,2225],[716,2212],[699,2197],[699,2168],[711,2143],[730,2135]]},{"area":"121","points":[[146,181],[146,305],[259,305],[259,181]]},{"area":"11d","points":[[1357,1988],[1567,1989],[1597,1991],[1614,1989],[1639,1981],[1637,1954],[1625,1944],[1619,1922],[1603,1915],[1588,1914],[1574,1906],[1564,1888],[1547,1882],[1533,1874],[1515,1870],[1490,1857],[1477,1856],[1462,1854],[1449,1863],[1432,1877],[1425,1888],[1424,1912],[1411,1926],[1373,1938],[1364,1951],[1354,1968]]},{"area":"121","points":[[1751,2097],[1751,2052],[1766,2045],[1769,2028],[1785,2020],[1810,2013],[1829,2017],[1842,2025],[1863,2035],[1873,2055],[1879,2074],[1880,2098],[1843,2101],[1817,2100],[1803,2104],[1790,2097],[1770,2097]]},{"area":"126","points":[[1471,2213],[1467,2192],[1486,2172],[1506,2171],[1528,2176],[1561,2167],[1581,2167],[1603,2158],[1626,2165],[1649,2167],[1658,2145],[1684,2132],[1710,2132],[1739,2136],[1765,2146],[1789,2131],[1824,2133],[1830,2146],[1834,2170],[1850,2173],[1861,2167],[1876,2175],[1883,2194],[1877,2210],[1854,2212],[1823,2220],[1748,2217],[1710,2213],[1683,2215],[1657,2214],[1600,2214],[1581,2217],[1563,2213],[1520,2214],[1496,2217]]},{"area":"128","points":[[1543,2323],[1557,2314],[1578,2298],[1579,2285],[1590,2278],[1606,2282],[1623,2284],[1639,2289],[1643,2277],[1648,2268],[1670,2259],[1687,2252],[1698,2263],[1710,2268],[1723,2270],[1737,2270],[1749,2270],[1765,2290],[1778,2302],[1815,2317],[1779,2324],[1748,2328],[1722,2328],[1697,2327],[1666,2325],[1638,2325],[1608,2322],[1578,2331],[1562,2325],[1562,2326]]},{"area":"131","points":[[1303,2444],[1303,2491],[1430,2491],[1430,2444]]},{"area":"12d","points":[[1437,2493],[1441,2455],[1421,2429],[1407,2416],[1423,2403],[1445,2397],[1456,2380],[1448,2363],[1470,2352],[1488,2348],[1543,2332],[1573,2338],[1590,2351],[1616,2352],[1625,2370],[1644,2380],[1670,2389],[1684,2383],[1694,2394],[1692,2412],[1709,2430],[1718,2447],[1719,2463],[1710,2472],[1708,2493],[1647,2498],[1625,2496],[1593,2491],[1559,2494],[1524,2496],[1472,2497]]},{"area":"0ec","points":[[1431,394],[1431,547],[1916,547],[1916,394]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/032-map-4.1-hollow-mine.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/033-map-4.1-hollow-mine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":86,"offsetX":26,"offsetY":19,"scale":2},"title":"Player Version","width":2100,"height":2850,"mapParent":{"id":"53d"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/036-map-4.2-abandoned-metalworks.webp"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":15,"offsetY":-9},"title":"Map 4.2: Abandoned Metalworks","width":1043,"height":1419,"id":"53e","mapRegions":[{"area":"149","points":[[190,419],[190,517],[311,517],[311,419]]},{"area":"14a","points":[[662,560],[662,617],[885,617],[885,560]]},{"area":"14b","points":[[573,959],[573,1112],[994,1112],[994,959]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/036-map-4.2-abandoned-metalworks.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/037-map-4.2-abandoned-metalworks-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":15,"offsetY":-9},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53e"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/038-map-4.3-san-citlan-and-borderlands.webp"},"imageType":"map","grid":{"type":"none","size":52,"distance":1,"units":"miles"},"title":"Map 4.3: San Citlán and Borderlands","width":1043,"height":1419,"id":"53f","mapRegions":[{"area":"151","points":[[81,25],[81,147],[954,147],[954,25]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/038-map-4.3-san-citlan-and-borderlands.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/039-map-4.3-san-citlan-and-borderlands-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":52,"distance":1,"units":"miles"},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"53f"}}]},{"name":"Wages of Vice","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/046-map-5.1-parade-route.webp"},"imageType":"map","grid":{"type":"square","size":60,"offsetX":15,"offsetY":-26},"title":"Map 5.1: Parade Route","width":1043,"height":1419,"id":"540"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/047-map-5.1-parade-route-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":15,"offsetY":-26},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"540"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/048-map-5.2-zinda.webp"},"imageType":"map","grid":{"type":"none","size":136,"distance":100},"title":"Map 5.2: Zinda","width":2056,"height":1419,"id":"541","mapRegions":[{"area":"199","points":[[1743,1236],[1743,1368],[1987,1368],[1987,1236]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/048-map-5.2-zinda.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/049-map-5.2-zinda-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":136,"distance":100},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"541"}}]},{"name":"Sins of Our Elders","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/052-map-6.1-yeonido.webp"},"imageType":"map","title":"Map 6.1: Yeonido","width":2063,"height":1425,"grid":{"type":"none","size":94,"distance":500},"id":"542","mapRegions":[{"area":"1e7","points":[[185,110],[185,236],[499,236],[499,110]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/052-map-6.1-yeonido.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/053-map-6.1-yeonido-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":93,"distance":500},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"542"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/056-map-6.2-park-of-the-elders.webp"},"imageType":"map","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-2},"title":"Map 6.2: Park of the Elders","width":1050,"height":1425,"id":"543"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/057-map-6.2-park-of-the-elders-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":51,"offsetX":-9,"offsetY":-2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"543"}}]},{"name":"Gold for Fools and Princes","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/062-map-7.1-the-goldwarren.webp"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":-37,"offsetY":-39,"scale":2},"title":"Map 7.1: The Goldwarren","width":2063,"height":1425,"id":"544","mapRegions":[{"area":"21a","points":[[148,133],[148,268],[779,268],[779,133]]},{"area":"220","points":[[156,373],[478,373],[478,347],[498,327],[520,349],[520,373],[585,373],[585,347],[603,329],[625,351],[625,373],[690,373],[690,352],[708,334],[728,354],[728,370],[839,370],[855,363],[867,343],[867,132],[973,132],[973,296],[992,294],[1009,295],[1009,175],[1121,175],[1121,344],[1128,360],[1154,374],[1248,374],[1257,396],[1266,409],[1265,431],[1258,445],[1276,464],[1292,477],[1189,477],[1194,497],[1187,509],[1302,509],[1311,530],[1299,566],[1290,582],[1274,605],[1267,619],[1141,619],[1126,635],[1119,651],[1119,774],[1011,774],[1011,695],[995,698],[976,694],[976,787],[870,787],[870,662],[861,635],[841,623],[732,623],[732,649],[710,659],[689,648],[689,624],[624,624],[624,642],[608,658],[585,645],[585,624],[521,624],[521,643],[504,660],[477,645],[477,623],[156,623]]},{"area":"226","points":[[655,883],[655,1113],[685,1124],[692,1148],[1819,1148],[1806,1171],[1793,1172],[1773,1184],[1766,1198],[1746,1210],[1753,1231],[1765,1241],[1774,1233],[1787,1223],[1804,1220],[1814,1240],[1799,1256],[1386,1256],[1376,1244],[1367,1224],[1347,1217],[1337,1209],[1313,1220],[1319,1245],[1313,1261],[1346,1285],[1371,1288],[1380,1300],[1394,1311],[1382,1320],[1372,1335],[1347,1322],[1340,1313],[1325,1319],[1303,1316],[1280,1313],[1272,1291],[1295,1291],[1295,1257],[645,1257],[618,1256],[595,1247],[573,1256],[553,1249],[551,1234],[561,1217],[553,1207],[553,883]]},{"area":"228","points":[[792,1116],[776,1099],[775,1092],[754,1090],[740,1074],[727,1071],[731,1052],[745,1039],[754,1026],[767,1026],[788,1043],[803,1028],[821,1016],[807,1008],[798,998],[773,992],[755,998],[752,985],[741,979],[730,973],[740,949],[763,943],[767,933],[786,940],[791,953],[801,969],[816,961],[833,951],[837,928],[827,920],[824,908],[842,895],[855,901],[883,915],[885,936],[881,959],[861,969],[856,996],[863,1006],[858,1025],[847,1032],[852,1036],[875,1032],[891,1037],[910,1031],[906,1008],[926,998],[947,992],[963,975],[980,967],[989,942],[978,927],[980,900],[1004,890],[1023,896],[1046,889],[1073,904],[1062,929],[1055,944],[1055,962],[1031,967],[1027,989],[1015,1001],[1019,1009],[1020,1020],[1019,1034],[1016,1043],[1020,1058],[1028,1070],[1043,1061],[1060,1061],[1068,1060],[1070,1036],[1088,1035],[1105,1036],[1102,1012],[1104,1001],[1091,988],[1111,970],[1126,952],[1140,950],[1141,929],[1139,920],[1146,910],[1172,899],[1182,904],[1200,914],[1215,935],[1233,941],[1244,959],[1246,980],[1247,993],[1247,1003],[1257,1017],[1252,1044],[1253,1066],[1247,1076],[1224,1075],[1213,1073],[1195,1083],[1169,1079],[1151,1062],[1128,1059],[1127,1077],[1129,1094],[1121,1112],[1086,1116],[1010,1116],[974,1116],[965,1102],[967,1088],[944,1075],[922,1078],[899,1070],[873,1066],[859,1075],[834,1073],[833,1062],[821,1074],[830,1092],[816,1100],[804,1110]]},{"area":"228","points":[[1362,1113],[1327,1113],[1316,1099],[1303,1100],[1292,1095],[1296,1073],[1294,1059],[1307,1046],[1325,1047],[1327,1026],[1313,1012],[1295,1010],[1296,985],[1301,965],[1293,958],[1279,948],[1283,923],[1299,912],[1314,898],[1327,897],[1340,909],[1352,927],[1358,950],[1348,959],[1355,979],[1370,990],[1375,1013],[1380,1029],[1364,1035],[1361,1054],[1378,1052],[1395,1033],[1396,1011],[1415,998],[1433,1005],[1450,998],[1465,1015],[1479,1029],[1482,1052],[1493,1062],[1487,1077],[1463,1095],[1452,1084],[1444,1102],[1436,1113]]},{"area":"22b","points":[[1725,609],[1718,611],[1711,628],[1719,648],[1702,654],[1687,651],[1669,659],[1645,647],[1641,614],[1647,600],[1638,596],[1622,610],[1622,624],[1610,642],[1589,639],[1569,624],[1552,609],[1556,588],[1580,575],[1587,556],[1565,550],[1565,537],[1577,526],[1572,497],[1572,489],[1553,490],[1534,499],[1538,516],[1524,538],[1510,543],[1488,522],[1478,502],[1469,491],[1464,470],[1481,442],[1501,432],[1514,437],[1520,445],[1526,458],[1539,445],[1543,422],[1554,399],[1567,392],[1577,394],[1585,403],[1611,384],[1604,374],[1592,366],[1594,340],[1619,320],[1613,303],[1586,305],[1569,328],[1564,343],[1567,358],[1549,379],[1535,383],[1512,381],[1495,380],[1486,362],[1496,345],[1493,329],[1506,315],[1526,313],[1549,301],[1558,288],[1565,267],[1570,241],[1594,225],[1611,225],[1641,229],[1655,237],[1651,258],[1663,261],[1682,268],[1683,281],[1677,294],[1660,301],[1673,307],[1687,303],[1700,298],[1716,298],[1711,275],[1718,259],[1733,241],[1742,227],[1768,226],[1793,231],[1820,236],[1863,251],[1864,269],[1858,283],[1859,305],[1837,326],[1822,337],[1805,327],[1780,325],[1768,319],[1763,323],[1767,331],[1776,337],[1780,353],[1799,369],[1793,389],[1784,389],[1780,409],[1786,420],[1803,404],[1822,396],[1825,380],[1853,378],[1865,385],[1869,404],[1883,422],[1880,444],[1868,455],[1860,473],[1861,494],[1843,500],[1827,513],[1800,508],[1790,490],[1783,477],[1767,485],[1755,490],[1756,510],[1762,529],[1774,532],[1777,546],[1761,554],[1748,576],[1753,586],[1773,583],[1785,576],[1792,559],[1805,543],[1824,541],[1843,538],[1865,551],[1866,563],[1860,577],[1849,594],[1815,613],[1788,612],[1779,621],[1764,630],[1739,626],[1729,618]]},{"area":"22a","points":[[1757,1118],[1739,1114],[1735,1107],[1748,1100],[1759,1098],[1770,1104],[1778,1099],[1770,1080],[1783,1073],[1798,1064],[1805,1065],[1811,1055],[1804,1045],[1812,1033],[1829,1030],[1841,1037],[1858,1040],[1871,1054],[1865,1067],[1862,1086],[1859,1105],[1839,1109],[1829,1101],[1821,1118]]},{"area":"228","points":[[1435,970],[1411,959],[1395,934],[1407,919],[1420,907],[1444,909],[1460,915],[1474,909],[1476,894],[1487,873],[1487,845],[1486,822],[1505,809],[1523,780],[1536,781],[1553,783],[1573,777],[1593,768],[1601,766],[1618,760],[1622,775],[1639,784],[1647,793],[1649,817],[1647,833],[1632,847],[1609,853],[1595,862],[1587,874],[1587,889],[1600,896],[1619,880],[1634,882],[1644,893],[1647,917],[1638,931],[1614,932],[1606,939],[1622,949],[1644,960],[1667,962],[1674,980],[1692,981],[1705,1012],[1719,1015],[1719,996],[1743,966],[1762,931],[1764,905],[1737,927],[1712,959],[1692,964],[1686,939],[1669,927],[1661,897],[1691,891],[1689,866],[1668,854],[1668,835],[1666,813],[1691,794],[1691,777],[1670,780],[1663,764],[1659,743],[1679,727],[1687,713],[1712,724],[1727,738],[1747,727],[1761,702],[1784,698],[1788,683],[1820,674],[1822,647],[1815,625],[1848,609],[1860,624],[1871,647],[1872,659],[1858,674],[1859,696],[1856,721],[1834,727],[1816,740],[1821,749],[1818,761],[1837,766],[1858,776],[1859,794],[1851,801],[1840,824],[1833,833],[1813,833],[1787,840],[1765,818],[1775,798],[1778,779],[1767,772],[1752,783],[1739,799],[1732,813],[1727,825],[1730,844],[1745,857],[1755,862],[1780,860],[1805,869],[1823,871],[1827,889],[1833,913],[1830,940],[1813,958],[1806,974],[1793,980],[1789,997],[1785,1019],[1769,1037],[1745,1045],[1723,1051],[1706,1061],[1687,1067],[1685,1092],[1687,1114],[1573,1114],[1565,1099],[1567,1086],[1574,1065],[1544,1057],[1527,1033],[1529,1016],[1534,1000],[1548,997],[1545,973],[1538,969],[1535,944],[1519,931],[1498,931],[1468,930],[1460,957]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/062-map-7.1-the-goldwarren.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/063-map-7.1-the-goldwarren-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":-37,"offsetY":-39,"scale":2},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"544"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/065-map-7.2-sensa-empire.webp"},"imageType":"map","grid":{"type":"none","size":93,"units":"miles"},"title":"Map 7.2: Sensa Empire","width":1050,"height":1425,"id":"545","mapRegions":[{"area":"235","points":[[300,80],[300,203],[750,203],[750,80]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/065-map-7.2-sensa-empire.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/066-map-7.2-sensa-empire-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":93,"units":"miles"},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"545"}}]},{"name":"Trail of Destruction","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/074-map-8.1-gate-of-illumination.webp"},"imageType":"map","grid":{"type":"square","size":89,"offsetX":21,"offsetY":29,"scale":2},"title":"Map 8.1: Gate of Illumination","width":1050,"height":1425,"id":"546","mapRegions":[{"area":"270","points":[[556,506],[556,687],[993,687],[993,506]]},{"area":"287","points":[[369,548],[340,552],[301,546],[296,543],[278,542],[270,552],[250,547],[241,523],[233,489],[214,487],[198,495],[192,475],[184,465],[192,449],[211,440],[217,431],[226,433],[237,413],[235,406],[243,390],[279,374],[307,390],[323,406],[327,412],[351,411],[363,431],[383,436],[405,435],[431,441],[451,432],[477,423],[502,426],[525,412],[593,427],[591,452],[597,468],[592,489],[558,487],[541,506],[538,518],[527,526],[524,535],[503,547],[460,549],[456,565],[369,565]]},{"area":"281","points":[[320,593],[320,726],[500,726],[500,593]]},{"area":"27c","points":[[142,1127],[142,853],[153,816],[177,786],[210,775],[241,783],[269,817],[279,858],[279,1127],[253,1127],[253,1144],[172,1144],[172,1127]]},{"area":"275","points":[[321,769],[321,1128],[500,1128],[500,769]]},{"area":"27a","points":[[546,772],[546,1127],[722,1127],[722,772]]},{"area":"274","points":[[185,1174],[201,1163],[216,1162],[228,1175],[255,1175],[268,1167],[288,1162],[301,1160],[313,1145],[377,1145],[372,1163],[361,1172],[363,1184],[365,1199],[366,1207],[348,1223],[329,1223],[318,1218],[288,1217],[273,1215],[260,1226],[236,1224],[222,1218],[195,1212]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/074-map-8.1-gate-of-illumination.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/075-map-8.1-gate-of-illumination-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":89,"offsetX":21,"offsetY":29,"scale":2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"546"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/076-map-8.2-tletepec.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":2.5,"units":"miles"},"title":"Map 8.2: Tletepec","width":2063,"height":1425,"id":"547","mapRegions":[{"area":"28e","points":[[163,93],[163,218],[500,218],[500,93]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/076-map-8.2-tletepec.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/077-map-8.2-tletepec-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":2.5,"units":"miles"},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"547"}}]},{"name":"In the Mists of Manivarsha","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/084-map-9.1-forest-heart.webp"},"imageType":"map","grid":{"type":"square","size":84,"offsetX":-34,"offsetY":-37,"scale":2},"title":"Map 9.1: Forest Heart","width":1043,"height":1419,"id":"548","mapRegions":[{"area":"2c3","points":[[238,12],[238,128],[749,128],[749,12]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/084-map-9.1-forest-heart.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/085-map-9.1-forest-heart-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":84,"offsetX":-34,"offsetY":-37,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"548"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/086-map-9.2-shankhabhumi.webp"},"imageType":"map","grid":{"type":"none","size":127,"units":"miles"},"title":"Map 9.2: Shankhabhumi","width":2056,"height":1419,"id":"549","mapRegions":[{"area":"2d2","points":[[1186,1261],[1186,1391],[1769,1391],[1769,1261]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/086-map-9.2-shankhabhumi.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/087-map-9.2-shankhabhumi-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":127,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"549"}}]},{"name":"Between Tangled Roots","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/093-map-10.1-lambakluha.webp"},"imageType":"map","grid":{"type":"none","size":125,"distance":3,"units":"miles"},"title":"Map 10.1: Lambakluha","width":1043,"height":1419,"id":"54a","mapRegions":[{"area":"30f","points":[[260,30],[260,166],[770,166],[770,30]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/093-map-10.1-lambakluha.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/094-map-10.1-lambakluha-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":125,"distance":3,"units":"miles"},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54a"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/096-map-10.2-roots-of-bathalang-puno.webp"},"imageType":"map","grid":{"type":"square","size":54,"offsetX":5,"offsetY":-3},"title":"Map 10.2: Roots of Bathalang Puno","width":1050,"height":1425,"id":"54b","mapRegions":[{"area":"31c","points":[[119,1073],[119,1289],[676,1289],[676,1073]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/096-map-10.2-roots-of-bathalang-puno.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/097-map-10.2-roots-of-bathalang-puno-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":54,"offsetX":5,"offsetY":-3},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"54b"}}]},{"name":"Shadow of the Sun","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/100-map-11.1-three-sun-square.webp"},"imageType":"map","grid":{"type":"square","size":108,"offsetX":67,"offsetY":60,"scale":2,"distance":10},"title":"Map 11.1: Three Sun Square","width":1043,"height":1419,"id":"54c","mapRegions":[{"area":"3a8","points":[[248,58],[248,156],[798,156],[798,58]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/100-map-11.1-three-sun-square.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/101-map-11.1-three-sun-square-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":108,"offsetX":67,"offsetY":60,"scale":2,"distance":10},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54c"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/104-map-11.2-ashen-heir-hideout.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":28,"offsetY":17,"scale":2},"title":"Map 11.2: Ashen Heir Hideout","width":1043,"height":1419,"id":"54d","mapRegions":[{"area":"379","points":[[236,18],[236,96],[807,96],[807,18]]},{"area":"384","points":[[348,338],[353,307],[363,271],[381,241],[412,209],[438,195],[473,183],[507,178],[542,182],[576,195],[604,209],[637,237],[657,270],[665,304],[671,335],[668,370],[656,404],[638,432],[609,464],[579,483],[544,494],[510,500],[475,497],[443,485],[417,473],[405,463],[384,443],[376,433],[362,402],[351,371]]},{"area":"383","points":[[307,256],[307,499],[322,527],[350,540],[670,540],[695,525],[711,496],[711,256],[767,312],[767,566],[754,590],[731,597],[283,597],[265,591],[250,567],[250,313]]},{"area":"37c","points":[[443,1362],[179,1362],[179,106],[839,106],[839,1363],[838,1362],[569,1362],[569,941],[779,941],[779,304],[706,231],[706,205],[664,163],[352,163],[309,206],[309,230],[245,300],[237,306],[237,940],[443,940]]},{"area":"37c","points":[[445,940],[445,1364],[567,1364],[567,940]]},{"area":"37f","points":[[249,636],[249,926],[763,926],[763,636]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/104-map-11.2-ashen-heir-hideout.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/105-map-11.2-ashen-heir-hideout-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":28,"offsetY":17,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54d"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/107-map-11.3-pedestal-of-judgment.webp"},"imageType":"map","grid":{"type":"square","size":97,"offsetX":-29,"offsetY":3,"scale":2},"title":"Map 11.3: Pedestal of Judgment","width":1043,"height":1419,"id":"54e","mapRegions":[{"area":"394","points":[[219,69],[219,159],[823,159],[823,69]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/107-map-11.3-pedestal-of-judgment.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/108-map-11.3-pedestal-of-judgment-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":97,"offsetX":-29,"offsetY":3,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"54e"}}]},{"name":"The Nightsea's Succor","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/113-map-12.1-central-djaynai.webp"},"imageType":"map","grid":{"type":"none","size":72,"distance":100},"title":"Map 12.1: Central Djaynai","width":2063,"height":1425,"id":"54f","mapRegions":[{"area":"42c","points":[[172,177],[172,383],[470,383],[470,177]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/113-map-12.1-central-djaynai.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/114-map-12.1-central-djaynai-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":72,"distance":100},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"54f"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/120-map-12.2-trench-of-love-lost.webp"},"imageType":"map","grid":{"type":"square","size":105,"offsetX":-5,"offsetY":7,"scale":2},"title":"Map 12.2: Trench of Love Lost","width":1050,"height":1425,"id":"550","mapRegions":[{"area":"408","points":[[222,100],[222,195],[833,195],[833,100]]},{"area":"40e","points":[[274,584],[362,439],[382,414],[415,380],[434,372],[450,379],[450,394],[447,419],[440,460],[352,616],[333,614],[336,594],[313,591],[287,606],[298,574],[287,575]]},{"area":"40c","points":[[87,355],[114,333],[130,320],[162,318],[179,322],[201,308],[251,307],[259,288],[262,257],[300,225],[393,207],[517,215],[674,219],[805,218],[754,243],[746,267],[752,294],[723,310],[648,313],[632,316],[628,335],[597,337],[555,350],[546,356],[536,388],[544,398],[528,404],[495,411],[480,373],[426,357],[364,384],[324,431],[279,498],[260,498],[243,481],[215,502],[216,520],[194,526],[177,538],[171,558],[138,569],[111,593],[110,601],[86,616],[73,574],[82,477],[89,392]]},{"area":"416","points":[[105,897],[312,897],[312,1002],[359,1002],[359,1104],[315,1104],[315,1211],[105,1211]]},{"area":"411","points":[[471,843],[836,843],[836,1003],[859,997],[885,997],[910,1007],[930,1023],[937,1048],[938,1065],[927,1085],[905,1103],[873,1112],[852,1108],[838,1104],[838,1158],[782,1158],[789,1182],[789,1212],[774,1235],[754,1254],[729,1260],[703,1253],[682,1233],[677,1214],[675,1184],[681,1161],[625,1161],[632,1198],[624,1225],[612,1246],[580,1260],[549,1252],[527,1232],[518,1207],[521,1175],[525,1160],[469,1160],[469,1105],[447,1112],[417,1110],[395,1102],[379,1083],[379,1029],[392,1013],[415,998],[439,997],[459,1003],[471,1005]]},{"area":"410","points":[[575,793],[575,677],[585,667],[580,645],[571,640],[559,645],[540,639],[527,638],[523,650],[522,667],[518,676],[499,672],[486,674],[473,681],[454,675],[454,652],[437,648],[420,640],[419,629],[433,614],[433,594],[454,571],[469,545],[487,542],[500,555],[518,569],[533,550],[560,549],[569,529],[566,513],[576,506],[581,491],[600,489],[607,505],[626,507],[649,523],[658,540],[673,531],[680,516],[694,516],[698,539],[689,557],[701,571],[731,573],[731,793]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/120-map-12.2-trench-of-love-lost.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/121-map-12.2-trench-of-love-lost-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":105,"offsetX":-5,"offsetY":7,"scale":2},"title":"Player Version","width":1050,"height":1425,"mapParent":{"id":"550"}}]},{"name":"Buried Dynasty","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/126-map-13.1-yun-dynasty-ruins.webp"},"imageType":"map","grid":{"type":"square","size":92,"offsetX":15,"offsetY":9,"scale":2},"title":"Map 13.1: Yun Dynasty Ruins","width":2056,"height":1419,"id":"551","mapRegions":[{"area":"45a","points":[[282,1020],[382,1020],[401,1034],[411,1061],[407,1080],[394,1100],[380,1110],[282,1110]]},{"area":"453","points":[[838,927],[1239,927],[1252,940],[1271,963],[1289,969],[1300,961],[1336,968],[1341,975],[1341,1060],[1267,1060],[1260,1071],[1264,1088],[1251,1095],[1243,1107],[1243,1207],[1260,1220],[1275,1233],[1290,1246],[1338,1246],[1338,1311],[1319,1327],[1303,1335],[1298,1351],[1296,1366],[1247,1370],[1224,1364],[1202,1358],[1174,1350],[1161,1341],[1145,1350],[1127,1348],[1103,1344],[1075,1368],[1042,1374],[1017,1360],[1009,1350],[992,1356],[956,1361],[938,1365],[915,1373],[902,1352],[873,1354],[852,1356],[866,1336],[857,1320],[870,1293],[879,1272],[882,1248],[923,1248],[933,1224],[938,1207],[927,1193],[946,1178],[954,1151],[954,1129],[940,1118],[936,1094],[953,1065],[886,1060],[882,1045],[870,1041],[870,1017],[859,986],[824,974],[832,952],[823,934]]},{"area":"457","points":[[791,877],[791,603],[818,598],[838,593],[853,580],[863,580],[876,540],[905,531],[919,537],[929,547],[948,548],[967,539],[984,540],[991,556],[1008,566],[1013,580],[1040,567],[1048,549],[1062,544],[1081,537],[1090,552],[1104,569],[1114,572],[1168,571],[1168,584],[1180,591],[1186,607],[1173,624],[1168,639],[1185,654],[1197,684],[1209,700],[1196,713],[1173,722],[1176,742],[1178,762],[1180,776],[1195,804],[1212,824],[1201,839],[1191,857],[1189,877]]},{"area":"463","points":[[378,327],[378,500],[390,494],[403,510],[414,527],[417,540],[433,536],[444,543],[450,557],[462,554],[452,560],[458,580],[535,585],[547,575],[546,555],[584,553],[607,532],[624,530],[630,504],[647,487],[651,469],[651,327]]},{"area":"461","points":[[424,279],[430,265],[438,246],[458,235],[456,216],[460,203],[455,184],[471,180],[479,157],[478,136],[491,117],[497,96],[836,96],[836,279]]},{"area":"45d","points":[[888,281],[900,290],[920,298],[938,300],[953,296],[964,302],[975,306],[985,294],[1011,286],[1023,277],[1033,274],[1041,278],[1050,284],[1064,292],[1073,285],[1079,280],[1100,287],[1119,290],[1130,303],[1148,313],[1167,321],[1209,328],[1292,312],[1287,293],[1269,292],[1254,280],[1232,280],[1212,271],[1197,232],[1196,216],[1180,197],[1176,179],[1177,155],[1177,138],[1169,125],[1155,120],[1140,107],[1127,99],[888,99]]},{"area":"44e","points":[[1391,1200],[1405,1219],[1414,1217],[1443,1233],[1466,1240],[1477,1244],[1502,1240],[1520,1232],[1536,1247],[1549,1246],[1554,1232],[1567,1220],[1551,1191],[1541,1164],[1557,1134],[1568,1113],[1554,1100],[1564,1086],[1566,1070],[1575,1065],[1574,1047],[1553,1037],[1538,1022],[1526,1004],[1511,983],[1486,966],[1494,954],[1495,943],[1525,937],[1546,928],[1551,935],[1558,912],[1554,887],[1570,856],[1573,830],[1578,820],[1570,795],[1563,785],[1545,780],[1551,755],[1571,727],[1571,357],[1566,332],[1553,313],[1559,288],[1527,288],[1517,276],[1518,265],[1481,262],[1453,273],[1446,283],[1434,283],[1420,281],[1419,297],[1395,309],[1369,305],[1353,304],[1336,317],[1326,332],[1313,343],[1313,368],[1306,389],[1313,404],[1313,417],[1313,437],[1325,445],[1349,447],[1358,463],[1368,473],[1362,486],[1368,507],[1370,530],[1389,549],[1382,569],[1391,602],[1380,620],[1370,631],[1355,641],[1344,674],[1359,686],[1357,698],[1362,716],[1341,747],[1341,767],[1347,772],[1358,790],[1370,795],[1361,819],[1371,832],[1374,854],[1380,868],[1369,883],[1384,904],[1391,925]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/126-map-13.1-yun-dynasty-ruins.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/127-map-13.1-yun-dynasty-ruins-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetX":15,"offsetY":9,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"551"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/128-map-13.2-secret-grotto.webp"},"imageType":"map","grid":{"type":"square","size":56,"offsetX":-17,"offsetY":-34,"scale":2},"title":"Map 13.2: Secret Grotto","width":2056,"height":1419,"id":"552","mapRegions":[{"area":"47f","points":[[1953,448],[1953,432],[1957,417],[1945,393],[1943,378],[1948,361],[1940,340],[1950,319],[1949,291],[1955,260],[1976,257],[1982,278],[1980,297],[1979,327],[1980,344],[1983,365],[1984,381],[2004,394],[2009,418],[2015,435],[2007,452],[1992,469],[1980,480]]},{"area":"479","points":[[1685,703],[1658,665],[1657,635],[1654,602],[1658,560],[1662,537],[1683,511],[1700,477],[1734,445],[1778,429],[1820,420],[1840,420],[1885,430],[1910,451],[1953,544],[1959,569],[1966,588],[1976,595],[1990,620],[1990,636],[1992,663],[1994,692],[1995,713],[1988,723],[1975,740],[1977,757],[1980,784],[1945,802],[1946,818],[1933,839],[1900,851],[1881,849],[1860,848],[1849,848],[1807,858],[1780,846],[1764,822],[1749,795],[1731,767],[1713,766]]},{"area":"478","points":[[1440,629],[1441,593],[1452,577],[1472,570],[1484,566],[1499,581],[1512,606],[1519,620],[1490,642],[1463,644]]},{"area":"46f","points":[[48,964],[42,571],[103,438],[445,243],[587,240],[931,433],[1001,558],[995,693],[954,724],[954,801],[984,829],[1004,852],[995,968],[927,1073],[575,1274],[447,1271],[102,1072],[55,998]]},{"area":"476","points":[[1008,676],[1030,660],[1033,620],[1073,600],[1089,616],[1097,627],[1139,629],[1170,593],[1189,585],[1207,593],[1221,621],[1243,618],[1241,572],[1233,526],[1247,496],[1268,493],[1286,542],[1283,601],[1296,573],[1307,572],[1329,583],[1343,613],[1355,588],[1384,572],[1410,588],[1416,616],[1425,689],[1402,720],[1383,749],[1362,740],[1352,726],[1344,744],[1312,751],[1304,724],[1274,727],[1272,750],[1248,764],[1218,740],[1204,791],[1185,811],[1163,803],[1157,768],[1149,774],[1136,787],[1109,774],[1103,790],[1093,808],[1070,821],[1059,802],[1021,819],[1004,816],[998,778],[994,714]]},{"area":"46c","points":[[1210,131],[1210,270],[1723,270],[1723,131]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/128-map-13.2-secret-grotto.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/129-map-13.2-secret-grotto-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":56,"offsetX":-17,"offsetY":-34,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"552"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/132-map-13.3-yongjing.webp"},"imageType":"map","grid":{"type":"none","size":123,"distance":300},"title":"Map 13.3: Yongjing","width":2056,"height":1419,"id":"553","mapRegions":[{"area":"48c","points":[[871,15],[871,145],[1191,145],[1191,15]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/132-map-13.3-yongjing.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/133-map-13.3-yongjing-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":123,"distance":300},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"553"}}]},{"name":"Orchids of the Invisible Mountain","ix":14,"images":[{"type":"image","href":{"type":"internal","path":"adventure/JttRC/137-map-14.1-ghost-orchid-tepui.webp"},"imageType":"map","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-2,"scale":2},"title":"Map 14.1: Ghost Orchid Tepui","width":1043,"height":1419,"id":"554","mapRegions":[{"area":"4bc","points":[[162,22],[162,134],[879,134],[879,22]]},{"area":"4ca","points":[[435,383],[441,340],[448,287],[480,197],[501,151],[661,151],[622,195],[588,256],[536,312],[491,355],[456,380],[445,387]]},{"area":"4c5","points":[[516,856],[516,807],[500,774],[547,753],[657,735],[724,749],[760,767],[780,796],[793,814],[818,844],[802,899],[652,933],[549,930],[506,904],[501,880]]},{"area":"4c8","points":[[756,736],[715,694],[689,675],[671,652],[674,627],[718,612],[787,604],[842,625],[862,673],[860,695],[853,722],[817,741],[780,745]]},{"area":"4c1","points":[[296,967],[293,943],[293,914],[282,900],[287,864],[304,830],[330,814],[364,806],[393,807],[426,820],[443,837],[460,873],[448,918],[463,928],[479,937],[493,955],[502,965],[481,975],[446,999],[426,982],[404,975],[381,983],[358,987],[348,971],[324,973],[304,974]]},{"area":"4bf","points":[[408,1131],[414,1090],[410,1070],[440,1033],[483,1001],[513,973],[506,938],[547,944],[594,941],[649,946],[718,928],[794,913],[828,876],[838,866],[870,887],[888,914],[892,930],[894,947],[902,959],[900,978],[895,1002],[886,1028],[883,1058],[893,1083],[900,1119],[887,1137],[872,1165],[841,1188],[811,1206],[760,1218],[709,1238],[689,1247],[673,1260],[626,1264],[592,1273],[563,1269],[532,1256],[487,1252],[461,1244],[434,1226],[423,1215],[422,1177],[413,1156]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/137-map-14.1-ghost-orchid-tepui.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/138-map-14.1-ghost-orchid-tepui-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":96,"offsetX":-10,"offsetY":-2,"scale":2},"title":"Player Version","width":1043,"height":1419,"mapParent":{"id":"554"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/139-map-14.2-crystal-caves.webp"},"imageType":"map","grid":{"type":"square","size":74,"offsetX":-1,"offsetY":-8,"scale":2},"title":"Map 14.2: Crystal Caves","width":2056,"height":1419,"id":"555","mapRegions":[{"area":"4ce","points":[[1453,53],[1453,180],[1988,180],[1988,53]]},{"area":"4d9","points":[[627,226],[604,198],[594,165],[617,165],[637,155],[647,145],[629,120],[650,94],[662,95],[666,115],[678,104],[687,114],[699,135],[708,152],[710,130],[736,126],[742,110],[747,97],[764,78],[773,86],[778,114],[792,91],[821,104],[817,127],[834,113],[845,136],[866,148],[873,181],[886,150],[897,162],[900,141],[920,143],[916,158],[927,150],[947,164],[974,160],[996,178],[991,145],[1006,153],[1019,160],[1027,180],[1018,206],[1040,195],[1045,207],[1053,220],[1088,233],[1092,282],[1073,283],[1051,289],[1033,266],[1033,287],[1020,298],[1002,310],[990,292],[993,314],[977,317],[962,301],[950,321],[928,308],[928,340],[902,352],[896,342],[883,354],[878,327],[866,346],[857,312],[845,284],[847,318],[833,280],[806,248],[807,269],[797,268],[806,287],[795,282],[828,318],[834,334],[835,345],[835,349],[839,353],[815,371],[794,382],[745,353],[753,338],[765,324],[761,306],[746,299],[738,269],[731,246],[713,240],[684,247],[652,247],[648,230]]},{"area":"4d5","points":[[629,1153],[622,1133],[692,1020],[700,1021],[712,1007],[732,993],[755,996],[759,1010],[767,993],[778,982],[786,992],[793,1029],[809,1003],[815,1019],[829,1021],[836,1023],[834,1047],[861,1027],[860,1047],[885,1042],[897,1065],[910,1073],[913,1093],[904,1100],[917,1105],[934,1127],[939,1142],[924,1154],[924,1173],[919,1192],[928,1206],[921,1211],[918,1233],[906,1244],[920,1266],[910,1287],[900,1306],[873,1313],[847,1322],[829,1315],[836,1329],[815,1331],[795,1327],[785,1309],[781,1324],[765,1326],[752,1336],[729,1328],[714,1313],[712,1330],[679,1315],[670,1297],[659,1298],[641,1287],[628,1294],[625,1279],[610,1279],[590,1257],[586,1241],[604,1235],[592,1227],[598,1210],[619,1205],[606,1193],[628,1186],[621,1178],[625,1162]]},{"area":"4d1","points":[[240,1238],[223,1229],[230,1217],[220,1214],[224,1199],[209,1200],[193,1157],[195,1145],[221,1137],[219,1132],[220,1132],[193,1125],[206,1104],[210,1066],[240,1050],[220,1042],[220,1019],[205,998],[200,983],[225,986],[207,967],[202,945],[207,920],[220,918],[213,895],[223,900],[224,873],[241,856],[246,841],[241,832],[243,805],[259,811],[239,767],[256,756],[266,733],[298,714],[315,732],[304,700],[321,675],[287,674],[284,660],[269,681],[264,640],[288,613],[323,595],[345,627],[336,591],[346,579],[370,579],[385,579],[422,604],[395,557],[420,553],[396,543],[390,521],[394,505],[419,489],[388,485],[384,472],[391,440],[412,420],[432,431],[448,443],[432,407],[446,402],[450,381],[476,381],[480,366],[482,345],[491,325],[511,321],[534,313],[564,324],[580,350],[577,372],[592,394],[613,413],[627,421],[648,432],[674,428],[702,420],[715,404],[733,402],[790,418],[786,429],[780,443],[769,453],[755,461],[781,472],[798,487],[788,510],[806,502],[826,516],[833,533],[811,553],[799,559],[834,553],[851,563],[860,582],[849,588],[844,607],[843,617],[819,624],[863,633],[864,655],[856,681],[836,687],[819,688],[835,706],[830,722],[835,742],[820,751],[842,767],[839,793],[813,782],[829,809],[830,832],[832,859],[821,869],[805,875],[780,868],[780,881],[768,891],[748,878],[760,905],[767,915],[749,925],[738,941],[727,937],[724,950],[698,926],[710,957],[696,966],[689,975],[676,962],[685,989],[675,1000],[684,1018],[612,1132],[592,1140],[567,1131],[579,1153],[570,1174],[554,1182],[529,1164],[546,1192],[540,1210],[528,1227],[511,1210],[512,1224],[485,1225],[464,1224],[439,1195],[437,1218],[421,1234],[410,1222],[391,1244],[363,1235],[345,1214],[340,1237],[325,1217],[323,1233],[311,1228],[311,1232],[323,1262],[301,1254]]},{"area":"4da","points":[[989,702],[955,683],[967,648],[966,634],[1006,629],[990,625],[993,597],[987,559],[1007,550],[994,540],[1001,522],[1021,515],[1015,505],[1024,489],[1039,492],[1053,485],[1085,491],[1072,476],[1082,464],[1114,460],[1094,440],[1092,419],[1100,412],[1121,429],[1110,403],[1124,406],[1121,391],[1151,411],[1132,387],[1158,381],[1179,404],[1161,367],[1185,353],[1251,327],[1277,319],[1278,344],[1269,355],[1280,366],[1287,384],[1301,400],[1311,384],[1334,376],[1341,374],[1355,392],[1364,367],[1377,368],[1383,392],[1387,407],[1395,375],[1413,380],[1433,384],[1447,373],[1470,374],[1485,403],[1477,415],[1481,444],[1476,460],[1441,478],[1404,501],[1368,517],[1331,528],[1310,536],[1294,548],[1274,554],[1253,566],[1223,586],[1203,616],[1173,639],[1140,652],[1107,660],[1083,676],[1068,688],[1047,704],[1016,708]]},{"area":"4de","points":[[1257,811],[1265,781],[1274,768],[1276,747],[1292,730],[1300,725],[1307,708],[1331,711],[1352,701],[1382,687],[1420,678],[1445,682],[1467,687],[1482,686],[1500,687],[1526,705],[1529,725],[1537,757],[1538,782],[1538,797],[1515,865],[1505,882],[1509,899],[1494,913],[1487,928],[1470,952],[1457,961],[1429,969],[1407,957],[1390,959],[1364,963],[1341,955],[1318,946],[1297,904],[1281,887],[1261,863],[1261,838]]},{"area":"4e3","points":[[1537,1247],[1543,1229],[1555,1209],[1577,1200],[1587,1172],[1582,1152],[1582,1120],[1567,1088],[1558,1055],[1570,1014],[1591,995],[1605,976],[1609,936],[1622,920],[1658,887],[1678,860],[1697,847],[1732,828],[1766,812],[1791,802],[1826,781],[1856,780],[1872,787],[1866,798],[1870,809],[1895,821],[1903,841],[1883,855],[1917,868],[1911,892],[1900,887],[1904,908],[1890,923],[1869,943],[1857,960],[1835,987],[1812,977],[1821,997],[1801,1013],[1795,1033],[1776,1042],[1758,1042],[1763,1062],[1759,1084],[1741,1077],[1739,1096],[1723,1095],[1726,1115],[1723,1138],[1706,1166],[1686,1153],[1692,1186],[1681,1198],[1673,1214],[1660,1205],[1662,1225],[1647,1220],[1643,1238],[1620,1246],[1607,1254],[1591,1240],[1583,1261],[1563,1260],[1547,1261]]},{"area":"4e8","points":[[1251,1273],[1248,1217],[1236,1138],[1208,1103],[1167,1018],[1127,972],[1102,963],[1075,946],[1052,938],[1031,922],[995,909],[950,923],[952,900],[948,887],[947,858],[976,854],[959,838],[958,809],[953,803],[977,790],[944,783],[963,763],[933,756],[956,740],[1026,729],[1117,706],[1203,659],[1261,609],[1313,563],[1401,528],[1474,482],[1503,430],[1506,369],[1522,363],[1537,373],[1542,344],[1562,348],[1570,373],[1580,331],[1618,340],[1627,360],[1646,353],[1672,379],[1670,405],[1680,402],[1682,410],[1703,414],[1706,441],[1705,446],[1699,465],[1721,470],[1731,495],[1712,509],[1729,513],[1735,532],[1722,543],[1744,549],[1756,578],[1746,600],[1760,595],[1753,615],[1774,610],[1807,639],[1788,664],[1811,660],[1807,668],[1822,673],[1825,687],[1836,701],[1807,711],[1849,715],[1843,725],[1861,736],[1864,755],[1802,759],[1719,801],[1654,842],[1611,901],[1580,940],[1562,993],[1543,1019],[1529,1063],[1542,1113],[1535,1170],[1522,1233],[1523,1263],[1500,1257],[1477,1240],[1470,1273],[1444,1283],[1429,1294],[1410,1278],[1411,1308],[1344,1325],[1327,1277],[1317,1313],[1299,1290],[1295,1281],[1278,1292],[1348,997],[1376,990],[1404,990],[1459,991],[1486,973],[1504,927],[1532,903],[1530,866],[1556,805],[1566,765],[1553,734],[1539,688],[1517,673],[1464,661],[1420,654],[1366,661],[1330,676],[1303,682],[1275,693],[1262,717],[1259,742],[1240,773],[1235,825],[1247,857],[1263,878],[1283,908],[1299,936],[1326,982]]},{"area":"4e8","points":[[1251,1272],[1325,983],[1349,995],[1275,1292],[1268,1282]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/139-map-14.2-crystal-caves.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/140-map-14.2-crystal-caves-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-1,"offsetY":-8,"scale":2},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"555"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/143-map-14.3-the-drought-elder.webp"},"imageType":"map","grid":{"type":"square","size":72,"offsetX":-18,"offsetY":-15,"scale":2},"title":"Map 14.3: The Drought Elder","width":2063,"height":1425,"id":"556","mapRegions":[{"area":"4f9","points":[[135,145],[135,466],[445,466],[445,145]]},{"area":"50d","points":[[1459,530],[1489,517],[1535,483],[1550,466],[1552,440],[1570,417],[1577,375],[1568,337],[1556,307],[1584,300],[1622,309],[1673,326],[1696,336],[1708,355],[1743,379],[1780,419],[1824,481],[1780,589],[1744,601],[1707,603],[1660,611],[1611,607],[1585,613],[1551,596],[1524,578],[1495,568],[1468,546]]},{"area":"508","points":[[1231,383],[1238,309],[1267,247],[1281,227],[1324,206],[1347,199],[1389,200],[1411,189],[1423,204],[1461,221],[1485,240],[1502,250],[1524,258],[1524,280],[1536,297],[1553,325],[1561,359],[1562,390],[1551,420],[1532,455],[1526,475],[1488,506],[1433,522],[1388,523],[1371,530],[1361,515],[1324,501],[1286,477],[1264,476],[1263,456],[1240,424]]},{"area":"505","points":[[906,621],[906,837],[1133,837],[1133,621]]},{"area":"4fe","points":[[473,1173],[456,1149],[453,1114],[460,1073],[454,1053],[471,1043],[490,1016],[501,1003],[550,998],[618,1013],[649,1030],[667,1031],[673,1047],[692,1082],[703,1101],[707,1126],[691,1146],[669,1156],[654,1167],[647,1187],[623,1190],[602,1205],[561,1215],[527,1212],[497,1193],[476,1195]]},{"area":"503","points":[[951,1061],[984,1077],[1014,1077],[1054,1064],[1087,1211],[1066,1215],[1055,1232],[1038,1217],[1014,1217],[969,1215],[919,1206],[887,1191],[848,1172],[829,1180],[821,1157],[790,1126],[762,1100]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/143-map-14.3-the-drought-elder.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/144-map-14.3-the-drought-elder-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":-18,"offsetY":-15,"scale":2},"title":"Player Version","width":2063,"height":1425,"mapParent":{"id":"556"}},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/145-map-14.4-atagua.webp"},"imageType":"map","grid":{"type":"none","size":129,"units":"miles"},"title":"Map 14.4: Atagua","width":2056,"height":1419,"id":"557","mapRegions":[{"area":"513","points":[[1543,77],[1543,190],[1808,190],[1808,77]]}],"hrefThumbnail":{"type":"internal","path":"adventure/JttRC/thumbnail/145-map-14.4-atagua.webp"},"page":"adventure.html","source":"JttRC","hash":"jttrc"},{"type":"image","href":{"type":"internal","path":"adventure/JttRC/146-map-14.4-atagua-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":129,"units":"miles"},"title":"Player Version","width":2056,"height":1419,"mapParent":{"id":"557"}}]}]},"DoSI":{"id":"DoSI","source":"DoSI","prop":"adventure","chapters":[{"name":"Running the Adventure","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/000-map-0.01-stormwreck-isle.webp"},"imageType":"map","grid":{"type":"hexColsEven","size":76,"offsetX":18,"offsetY":-36,"distance":0.5,"units":"miles"},"title":"Map 1: Stormwreck Isle","width":1700,"height":1214,"id":"0cd"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/001-map-0.01-stormwreck-isle-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsEven","size":76,"offsetX":18,"offsetY":-36,"distance":0.5,"units":"miles"},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0cd"}}]},{"name":"Ch. 1: Dragon's Rest","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/004-map-1.01-dragons-rest.webp"},"imageType":"map","grid":{"type":"square","size":61,"offsetX":15,"offsetY":24,"scale":2},"title":"Map 2: Dragons Rest","width":1700,"height":1214,"id":"0ce","mapRegions":[{"area":"022","points":[[84,1028],[94,1010],[107,1001],[111,990],[117,974],[138,964],[154,943],[155,923],[166,902],[172,881],[172,865],[191,848],[203,827],[218,801],[232,786],[248,769],[272,764],[289,764],[320,751],[320,742],[254,742],[254,680],[343,680],[343,738],[337,738],[337,743],[345,743],[356,739],[373,735],[380,732],[380,723],[375,723],[375,590],[436,590],[436,680],[403,680],[403,720],[398,725],[400,727],[405,727],[415,720],[432,719],[447,715],[460,714],[478,715],[499,710],[512,711],[530,715],[535,710],[526,710],[526,680],[466,680],[466,621],[558,621],[558,707],[549,707],[549,714],[561,714],[571,712],[606,711],[622,719],[635,712],[652,715],[652,709],[649,706],[649,681],[587,681],[587,620],[677,620],[677,706],[672,706],[672,711],[688,714],[698,712],[707,718],[720,712],[731,711],[744,714],[744,708],[740,704],[740,683],[707,683],[707,590],[768,590],[768,705],[765,705],[765,712],[787,712],[805,721],[830,718],[839,718],[839,707],[830,707],[830,682],[800,682],[800,621],[890,621],[890,681],[861,681],[861,708],[855,708],[855,715],[874,715],[896,708],[915,712],[946,708],[959,708],[968,708],[992,702],[998,700],[1015,693],[1020,678],[1030,672],[1068,658],[1080,654],[1107,634],[1107,620],[1117,612],[1131,608],[1138,598],[1155,595],[1158,585],[1178,571],[1198,569],[1207,562],[1220,553],[1239,547],[1247,550],[1268,554],[1285,548],[1303,548],[1323,553],[1341,548],[1355,543],[1368,536],[1387,538],[1398,524],[1415,506],[1419,487],[1446,495],[1445,513],[1437,533],[1423,545],[1415,549],[1406,558],[1376,569],[1348,579],[1318,582],[1293,587],[1263,588],[1238,587],[1218,592],[1208,602],[1192,606],[1177,611],[1165,633],[1142,642],[1130,650],[1126,667],[1112,682],[1101,688],[1093,698],[1080,715],[1062,718],[1045,726],[1026,733],[997,742],[968,751],[946,750],[918,761],[892,766],[864,767],[838,762],[821,765],[797,766],[781,764],[769,762],[754,765],[720,770],[693,778],[662,778],[636,783],[618,789],[579,796],[556,803],[535,801],[509,798],[470,799],[438,804],[408,808],[387,805],[366,808],[353,818],[328,828],[305,828],[280,835],[259,843],[245,855],[241,867],[222,873],[208,879],[198,897],[192,912],[185,929],[178,945],[169,968],[154,983],[139,997],[135,1008],[126,1019],[110,1032],[93,1052]]},{"area":"026","points":[[1473,410],[1473,465],[1529,465],[1529,410]]},{"area":"028","points":[[1226,373],[1226,195],[1286,195],[1286,255],[1258,255],[1258,287],[1408,287],[1408,347],[1256,347],[1256,373]]},{"area":"02a","points":[[1012,348],[861,348],[861,164],[1165,164],[1165,348],[1042,348],[1042,375],[1012,375]]},{"area":"02c","points":[[378,442],[378,255],[191,255],[191,442]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/004-map-1.01-dragons-rest.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/005-map-1.01-dragons-rest-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":15,"offsetY":24,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0ce"}}]},{"name":"Ch. 2: Seagrow Caves","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/008-map-2.01-seagrow-caves.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":30,"offsetY":37,"scale":2},"title":"Map 3: Seagrow Caves","width":1700,"height":1214,"id":"0cf","mapRegions":[{"area":"058","points":[[873,992],[878,985],[892,977],[888,967],[892,959],[906,958],[911,952],[931,949],[940,938],[946,942],[951,940],[957,947],[978,944],[979,937],[988,935],[1003,929],[1015,929],[1022,921],[1029,916],[1035,905],[1044,902],[1052,895],[1065,892],[1071,885],[1083,887],[1089,882],[1098,878],[1106,885],[1117,887],[1129,886],[1140,887],[1148,875],[1165,871],[1170,882],[1174,888],[1181,900],[1186,913],[1194,918],[1197,930],[1205,934],[1213,939],[1215,951],[1208,960],[1200,965],[1190,973],[1175,978],[1171,984],[1168,993],[1165,998],[1149,1008],[1140,1007],[1125,1015],[1117,1011],[1103,1012],[1098,1022],[1085,1020],[1077,1025],[1074,1034],[1065,1040],[1053,1037],[1037,1045],[1032,1050],[1028,1058],[1022,1063],[1022,1076],[998,1081],[962,1072],[920,1055],[888,1036],[868,1021],[866,1008]]},{"area":"05b","points":[[1274,940],[1259,923],[1249,906],[1241,893],[1226,874],[1208,857],[1192,842],[1191,825],[1189,813],[1185,807],[1192,798],[1185,788],[1170,778],[1169,759],[1142,758],[1119,746],[1096,726],[1102,710],[1113,701],[1122,685],[1117,676],[1110,668],[1112,657],[1122,659],[1122,652],[1125,635],[1125,622],[1125,602],[1135,596],[1132,591],[1145,580],[1145,573],[1152,574],[1162,561],[1157,548],[1163,538],[1204,512],[1215,508],[1215,515],[1235,519],[1248,512],[1264,508],[1268,500],[1267,488],[1275,473],[1285,464],[1296,464],[1308,463],[1323,456],[1327,448],[1339,439],[1363,428],[1369,432],[1376,432],[1388,432],[1395,438],[1405,439],[1411,438],[1415,448],[1425,453],[1434,454],[1438,461],[1448,460],[1458,466],[1470,469],[1475,481],[1475,490],[1475,501],[1475,509],[1479,519],[1483,524],[1490,526],[1491,533],[1491,542],[1497,552],[1506,555],[1512,569],[1516,579],[1514,592],[1508,602],[1501,608],[1499,620],[1506,625],[1514,633],[1511,642],[1508,658],[1514,661],[1515,673],[1513,688],[1507,700],[1505,713],[1502,725],[1505,734],[1498,746],[1489,745],[1487,762],[1480,769],[1468,787],[1466,795],[1459,807],[1455,819],[1458,841],[1448,865],[1435,878],[1422,882],[1417,893],[1405,910],[1390,918],[1371,917],[1361,908],[1344,912],[1332,909],[1315,915],[1305,927],[1293,929],[1285,935]]},{"area":"06b","points":[[193,470],[209,472],[230,474],[243,466],[256,465],[271,462],[271,458],[284,452],[283,448],[290,431],[281,437],[278,431],[269,442],[262,437],[266,431],[263,408],[271,411],[278,407],[288,409],[295,410],[298,397],[311,407],[318,398],[321,392],[322,385],[329,382],[328,372],[330,359],[333,352],[346,352],[352,344],[361,341],[372,332],[388,332],[392,325],[403,313],[415,314],[428,315],[442,318],[452,317],[459,329],[465,332],[471,338],[484,335],[485,334],[495,328],[505,322],[502,330],[498,341],[512,334],[517,339],[528,338],[535,332],[545,341],[548,353],[562,352],[572,346],[578,332],[586,337],[599,335],[608,329],[618,329],[628,332],[638,331],[645,335],[651,331],[657,320],[665,319],[678,318],[688,355],[689,363],[675,365],[664,371],[656,378],[653,369],[642,369],[641,378],[631,378],[615,383],[613,392],[615,400],[602,399],[589,405],[585,408],[572,404],[568,408],[564,416],[562,425],[564,434],[556,439],[546,449],[544,458],[545,468],[539,479],[528,487],[514,491],[505,491],[502,498],[497,502],[493,511],[478,522],[468,518],[446,526],[440,525],[428,525],[415,518],[394,525],[385,530],[366,527],[356,514],[344,517],[337,508],[327,497],[320,480],[312,485],[302,483],[301,478],[283,480],[272,485],[256,485],[238,486],[222,495],[204,482]]},{"area":"068","points":[[909,232],[888,219],[861,192],[863,177],[880,171],[890,175],[902,171],[905,164],[914,168],[932,162],[947,155],[942,133],[956,138],[965,132],[972,135],[984,129],[998,118],[1005,108],[1032,105],[1036,95],[1048,92],[1066,92],[1070,82],[1105,82],[1118,83],[1129,91],[1146,88],[1146,75],[1155,82],[1166,79],[1178,85],[1183,97],[1198,102],[1204,98],[1209,109],[1215,132],[1228,140],[1234,148],[1237,155],[1243,160],[1253,154],[1255,161],[1249,173],[1255,185],[1255,200],[1253,212],[1259,227],[1248,232],[1235,222],[1225,218],[1225,223],[1207,232],[1196,242],[1186,241],[1169,235],[1168,226],[1155,225],[1152,215],[1138,211],[1125,213],[1108,219],[1090,214],[1082,201],[1062,194],[1053,185],[1046,178],[1027,172],[1018,178],[1016,170],[1005,171],[995,172],[987,175],[983,184],[979,178],[961,185],[957,195],[949,210],[939,212],[927,220]]},{"area":"063","points":[[978,747],[971,693],[978,687],[982,678],[992,680],[1002,677],[1009,668],[1015,670],[1016,662],[1027,655],[1023,649],[1028,639],[1040,638],[1039,622],[1031,621],[1032,613],[1023,605],[1018,602],[1002,604],[996,598],[988,596],[983,595],[981,588],[968,583],[957,586],[948,572],[938,558],[942,538],[932,529],[911,530],[895,522],[888,528],[889,547],[885,554],[875,551],[868,560],[856,576],[852,580],[848,590],[842,598],[833,599],[810,597],[794,608],[784,618],[781,635],[788,643],[791,660],[776,662],[768,672],[764,687],[760,698],[754,722],[757,734],[765,738],[767,751],[779,764],[777,777],[790,798],[794,806],[813,810],[822,806],[841,808],[852,802],[866,804],[861,792],[869,788],[870,781],[883,770],[900,773],[904,765],[914,757],[933,756],[945,760],[960,761],[969,761],[978,765],[977,758]]},{"area":"066","points":[[695,355],[683,313],[689,304],[696,305],[706,299],[703,289],[702,277],[705,269],[718,263],[721,252],[734,239],[743,242],[758,237],[772,238],[789,238],[788,228],[792,218],[802,220],[810,215],[823,214],[830,218],[852,209],[857,203],[882,228],[909,239],[918,255],[938,263],[951,259],[962,255],[968,255],[979,258],[986,263],[993,270],[1002,265],[1008,275],[1008,286],[1017,297],[1025,301],[1036,296],[1047,312],[1060,315],[1068,325],[1076,346],[1074,363],[1072,376],[1083,392],[1095,399],[1088,408],[1095,419],[1118,421],[1135,435],[1145,446],[1155,462],[1163,473],[1175,478],[1188,488],[1199,498],[1198,503],[1158,536],[1155,524],[1143,522],[1138,515],[1129,516],[1125,499],[1116,489],[1105,489],[1103,479],[1091,475],[1079,465],[1067,460],[1062,465],[1058,478],[1045,487],[1039,501],[1034,495],[1007,502],[1008,511],[993,516],[990,528],[979,525],[979,519],[968,522],[951,528],[935,526],[911,526],[892,515],[891,505],[882,501],[878,495],[868,492],[859,488],[848,488],[838,498],[825,508],[815,503],[810,498],[796,499],[786,493],[772,495],[755,495],[745,491],[738,480],[742,467],[729,459],[725,452],[708,452],[703,438],[700,420],[696,399],[714,388],[717,375],[709,368],[703,354]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/008-map-2.01-seagrow-caves.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/009-map-2.01-seagrow-caves-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":30,"offsetY":37,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0cf"}}]},{"name":"Ch. 3: Cursed Shipwreck","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/012-map-3.01-wreck-of-compass-rose.webp"},"imageType":"map","grid":{"type":"square","size":61,"offsetX":32,"offsetY":34,"scale":2},"title":"Map 4: The Wreck of Compass Rose","width":1700,"height":1214,"id":"0d0","mapRegions":[{"area":"080","points":[[255,624],[218,624],[135,595],[135,478],[215,447],[255,447],[255,471],[223,471],[223,478],[252,478],[252,590],[224,590],[224,597],[255,597]]},{"area":"07e","points":[[469,622],[517,622],[525,616],[535,615],[545,609],[537,603],[559,604],[585,598],[612,576],[623,557],[632,537],[627,517],[608,490],[582,469],[556,455],[532,448],[469,448],[469,471],[502,471],[502,478],[476,478],[476,591],[502,591],[502,599],[469,599]]},{"area":"082","points":[[934,532],[934,476],[1017,447],[1017,478],[1050,478],[1050,532]]},{"area":"087","points":[[932,537],[1050,537],[1050,591],[1018,591],[1018,622],[1013,622],[932,594]]},{"area":"079","points":[[1025,622],[1025,599],[1055,599],[1055,471],[1026,471],[1026,447],[1292,447],[1292,471],[1266,471],[1266,598],[1294,598],[1294,622]]},{"area":"089","points":[[1273,532],[1273,479],[1299,479],[1299,449],[1318,449],[1339,453],[1361,462],[1389,481],[1405,498],[1426,532]]},{"area":"08d","points":[[1273,539],[1273,590],[1302,590],[1302,620],[1323,620],[1352,612],[1384,596],[1411,569],[1426,539]]},{"area":"08f","points":[[138,989],[138,875],[216,847],[515,847],[533,852],[556,861],[579,877],[602,900],[619,933],[603,966],[580,994],[555,1009],[529,1016],[500,1020],[220,1020]]},{"area":"094","points":[[934,939],[957,942],[961,950],[969,940],[988,935],[1003,941],[1021,951],[1036,962],[1047,972],[1060,990],[1062,1003],[1064,1014],[1089,1014],[1108,1018],[1316,1018],[1353,1005],[1377,993],[1391,977],[1388,958],[1386,948],[1378,936],[1377,914],[1380,900],[1399,900],[1388,889],[1376,879],[1361,867],[1338,856],[1311,847],[1012,847],[934,875]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/012-map-3.01-wreck-of-compass-rose.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/013-map-3.01-wreck-of-compass-rose-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":61,"offsetX":32,"offsetY":34,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0d0"}}]},{"name":"Ch. 4: Clifftop Observatory","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DoSI/016-map-4.01-clifftop-observatory.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":9,"offsetY":9,"scale":2},"title":"Map 5: Clifftop Observatory","width":1700,"height":1214,"id":"0d1","mapRegions":[{"area":"0ab","points":[[44,540],[72,533],[87,524],[98,520],[106,526],[121,528],[127,548],[140,561],[161,555],[175,563],[185,566],[203,559],[222,562],[230,569],[241,582],[247,598],[252,612],[271,618],[284,631],[294,643],[302,654],[319,660],[323,679],[324,690],[322,702],[325,719],[328,727],[322,740],[310,747],[302,750],[294,764],[283,779],[267,784],[257,792],[252,802],[252,816],[243,830],[235,844],[218,856],[214,868],[194,871],[176,873],[159,883],[144,879],[136,872],[116,872],[109,883],[100,893],[90,900],[81,908],[64,931],[44,938]]},{"area":"0b2","points":[[513,538],[471,538],[437,506],[437,472],[468,435],[468,394],[578,394],[591,390],[607,398],[616,424],[616,500],[538,500],[538,512]]},{"area":"0b9","points":[[991,522],[972,504],[972,431],[1043,359],[1116,359],[1189,430],[1189,506],[1119,574],[1045,574]]},{"area":"0b4","points":[[470,997],[437,965],[437,932],[469,896],[501,896],[515,902],[522,913],[533,926],[537,937],[537,963],[503,997]]},{"area":"0ad","points":[[588,735],[588,658],[589,650],[616,625],[673,576],[702,552],[885,552],[928,590],[959,618],[998,651],[997,696],[1000,729],[988,739],[961,767],[949,788],[928,804],[920,816],[908,828],[894,839],[885,841],[702,841],[675,820],[615,766]]},{"area":"0bf","points":[[1247,960],[1317,1030],[1383,1030],[1453,959],[1453,895],[1382,827],[1320,827],[1312,820],[1300,822],[1295,834],[1287,840],[1270,852],[1261,860],[1250,879],[1249,891]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DoSI/thumbnail/016-map-4.01-clifftop-observatory.webp"},"page":"adventure.html","source":"DoSI","hash":"dosi"},{"type":"image","href":{"type":"internal","path":"adventure/DoSI/017-map-4.01-clifftop-observatory-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":9,"offsetY":9,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"0d1"}}]}]},"SjA":{"id":"SjA","source":"SjA","prop":"adventure","chapters":[{"name":"Part 1 — Spelljammer Academy: Orientation","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/001-01-009.o-forecastle.webp"},"title":"Forecastle Map","width":1700,"height":1370,"imageType":"map","grid":{"type":"square","size":76,"offsetX":-28,"offsetY":-35}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/010-map-1.01-spelljammer-academy.webp"},"imageType":"map","grid":{"type":"none","distance":100},"title":"Spelljammer Academy","width":2550,"height":3300,"id":"044"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/011-map-1.01-spelljammer-academy-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","distance":100},"title":"Player Version","width":2550,"height":3300,"mapParent":{"id":"044"}}]},{"name":"Part 2 — Spelljammer Academy: Trial By Fire","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/022-map-2.01-squid.webp"},"imageType":"map","grid":{"type":"square","size":161,"offsetX":-43,"offsetY":-13},"title":"Squid Ship Map","width":5100,"height":6600,"id":"045"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/023-map-2.01-squid-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":161,"offsetX":-43,"offsetY":-13},"title":"Player Version","width":5100,"height":6600,"mapParent":{"id":"045"}}]},{"name":"Part 3 — Spelljammer Academy: Realmspace Sortie!","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/034-02-012.realmspace.webp"},"title":"Realmspace Map","width":1700,"height":1100,"imageType":"map","grid":{"type":"none","size":154,"offsetX":-15,"distance":200000000,"units":"miles"}}]},{"name":"Part 4 — Spelljammer Academy: Behold H'Catha","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/SjA/040-03-009.spindle-cavern.webp"},"title":"Spindle Cavern Map","width":1702,"height":1878,"imageType":"map","grid":{"type":"square","size":60,"offsetX":-23}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/043-map-3.02-hammerhead.webp"},"imageType":"map","grid":{"type":"square","size":120,"offsetX":-51,"offsetY":22},"title":"Hammerhead Ship Map","width":5100,"height":6600,"id":"046"},{"type":"image","href":{"type":"internal","path":"adventure/SjA/044-map-3.02-hammerhead-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":120,"offsetX":-51,"offsetY":22},"title":"Player Version","width":5100,"height":6600,"mapParent":{"id":"046"}},{"type":"image","href":{"type":"internal","path":"adventure/SjA/047-map-1.01-spelljammer-academy.webp"},"imageType":"map","grid":{"type":"none","distance":100},"title":"Spelljammer Academy Handout","width":2550,"height":3300}]}]},"LoX":{"id":"LoX","source":"LoX","prop":"adventure","chapters":[{"name":"Part 1 — Seeds of Destruction","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/008-map-2.11-space-galleon.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Moondancer Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"024","points":[[1106,37],[1106,126],[1662,126],[1662,37]]},{"area":"179","points":[[966,1208],[1121,1208],[1121,1330],[966,1361]]},{"area":"17A","points":[[230,1177],[334,1177],[334,1051],[230,1060]]},{"area":"17B","points":[[597,1539],[597,1823],[861,1818],[1018,1793],[1018,1563],[902,1544]]},{"area":"17C","points":[[442,1945],[442,2149],[932,2149],[1035,2124],[1074,2048],[1034,1967],[922,1945]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/008-map-2.11-space-galleon.webp"},"id":"16f","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/009-map-2.11-space-galleon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"16f"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/012-map-2.07-nautiloid.webp"},"imageType":"map","grid":{"type":"square","size":93,"offsetX":-14,"offsetY":-46,"scale":2},"title":"Nautiloid Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"038","points":[[1397,246],[1373,244],[1352,235],[1347,214],[1348,196],[1364,182],[1387,177],[1397,177]]},{"area":"03b","points":[[1550,654],[1550,570],[1506,570],[1506,498],[1570,508],[1611,517],[1638,534],[1655,557],[1664,579],[1651,604],[1629,626],[1599,640]]},{"area":"037","points":[[1199,765],[1199,850],[1553,850],[1553,765]]},{"area":"03e","points":[[295,211],[315,173],[336,156],[365,143],[403,128],[453,118],[524,106],[590,97],[612,99],[628,94],[647,103],[682,107],[718,109],[759,113],[779,122],[780,305],[728,315],[689,317],[660,314],[643,329],[628,335],[616,332],[608,322],[564,320],[492,313],[421,301],[374,285],[324,256],[306,233]]},{"area":"040","points":[[593,450],[470,449],[424,453],[400,457],[381,470],[374,479],[362,478],[354,463],[349,453],[326,451],[278,455],[237,465],[201,480],[176,507],[152,539],[146,576],[153,617],[174,652],[203,678],[237,695],[287,705],[337,707],[350,703],[360,685],[373,682],[391,695],[433,707],[482,711],[593,711]]},{"area":"042","points":[[226,1285],[226,1089],[189,1100],[147,1110],[98,1126],[69,1147],[48,1186],[58,1213],[85,1237],[147,1269],[189,1277]]},{"area":"044","points":[[416,1313],[416,1065],[516,1056],[567,1058],[617,1054],[711,1059],[779,1053],[874,1055],[936,1059],[1005,1074],[1062,1102],[1088,1122],[1104,1162],[1107,1199],[1097,1237],[1078,1263],[1049,1286],[1012,1298],[969,1311],[910,1321],[814,1321],[683,1320],[625,1322],[567,1318],[500,1320],[449,1317]]},{"area":"049","points":[[507,1514],[507,1599],[777,1599],[777,1514]]},{"area":"04c","points":[[874,1643],[876,1511],[739,1511],[739,1449],[798,1456],[867,1468],[906,1476],[956,1490],[992,1507],[1010,1534],[1011,1554],[1007,1576],[993,1603],[964,1621],[919,1635]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/012-map-2.07-nautiloid.webp"},"id":"170","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/013-map-2.07-nautiloid-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":92,"offsetY":-19,"scale":2},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"170"}}]},{"name":"Part 2 — Terrors of the Void","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/017-map-2.06-living.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":33,"offsetY":33},"title":"Living Ship Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"09e","points":[[66,1254],[66,1330],[429,1330],[429,1254]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/017-map-2.06-living.webp"},"id":"171","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/018-map-2.06-living-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":33,"offsetY":33},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"171"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/021-map-10.01-topalahs-tower.webp"},"imageType":"map","grid":{"type":"square","size":80,"scale":3},"title":"Topalah's Tower","width":1700,"height":1100,"id":"175","mapRegions":[{"area":"072","points":[[21,30],[21,93],[219,93],[219,30]]},{"area":"078","points":[[1395,248],[1395,297],[1580,297],[1580,248]]},{"area":"07a","points":[[1013,703],[1013,758],[1222,758],[1222,703]]},{"area":"07d","points":[[1394,704],[1394,757],[1590,757],[1590,704]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/021-map-10.01-topalahs-tower.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/022-map-10.01-topalahs-tower-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":80,"scale":3},"title":"Player Version","width":1700,"height":1100,"mapParent":{"id":"175"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/027-map-2.11-space-galleon.webp"},"imageType":"map","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Last Breath Deck Plans","width":1700,"height":2200,"mapRegions":[{"area":"0a2","points":[[1126,48],[1126,122],[1638,122],[1638,48]]},{"area":"0a5","points":[[234,1176],[234,1066],[283,1059],[330,1061],[334,1176]]},{"area":"0a7","points":[[445,1947],[928,1941],[970,1950],[1013,1970],[1035,1986],[1058,2013],[1061,2034],[1051,2051],[1062,2067],[1053,2098],[1027,2120],[992,2139],[941,2150],[445,2150]]},{"area":"0a8","points":[[262,2038],[269,1994],[296,1966],[346,1949],[437,1949],[437,2040],[294,2040],[285,2030],[272,2032]]},{"area":"0a3","points":[[967,631],[967,941],[1122,918],[1122,658]]},{"area":"0a4","points":[[385,633],[385,943],[175,936],[26,893],[26,682],[156,641]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/027-map-2.11-space-galleon.webp"},"id":"172","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/028-map-2.11-space-galleon-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":53,"offsetX":16,"offsetY":-15},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"172"}}]},{"name":"Part 3 — Chaos in Doomspace","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/031-map-11.02-doomspace-system.webp"},"imageType":"map","grid":{"type":"none","size":130,"distance":100000000,"units":"miles"},"title":"Doomspace","width":2550,"height":1650,"mapRegions":[{"area":"0ca","points":[[866,83],[866,398],[1710,398],[1710,83]]},{"area":"0cc","points":[[1085,685],[1085,762],[1166,762],[1166,685]]},{"area":"0cd","points":[[1016,552],[1016,616],[1173,616],[1173,552]]},{"area":"0ce","points":[[1758,776],[1758,872],[1866,872],[1866,776]]},{"area":"0cf","points":[[298,824],[461,675],[546,621],[650,630],[624,770],[546,824],[611,915],[675,1003],[744,1048],[798,1110],[736,1258],[445,1285],[299,1282],[334,1170],[301,1040],[304,960]]},{"area":"0d9","points":[[1926,203],[1926,373],[2176,373],[2176,203]]},{"area":"0d9","points":[[2016,1202],[2016,1370],[2254,1370],[2254,1202]]},{"area":"0d9","points":[[224,1347],[224,1526],[482,1526],[482,1347]]},{"area":"0d9","points":[[261,227],[261,381],[504,381],[504,227]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/031-map-11.02-doomspace-system.webp"},"id":"173","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/032-map-11.02-doomspace-system-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":130,"distance":100000000,"units":"miles"},"title":"Player Version","width":2550,"height":1650,"mapParent":{"id":"173"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/035-map-11.001-vocaths-base.webp"},"imageType":"map","grid":{"type":"square","size":85,"scale":2,"distance":20},"title":"Vocath's Base","width":1700,"height":1105,"id":"176","mapRegions":[{"area":"0e4","points":[[1310,950],[1310,1064],[1590,1064],[1590,950]]},{"area":"0e5","points":[[303,636],[303,469],[426,346],[590,346],[715,471],[715,502],[677,502],[677,598],[716,598],[716,632],[592,756],[426,756]]},{"area":"0e9","points":[[689,518],[689,586],[801,586],[801,518]]},{"area":"0eb","points":[[815,515],[815,586],[928,586],[928,515]]},{"area":"0ec","points":[[912,499],[945,456],[973,439],[1017,428],[1062,435],[1101,459],[1122,494],[1132,517],[1143,555],[1132,598],[1107,630],[1063,659],[1023,670],[975,665],[933,641],[908,599],[938,599],[938,499]]},{"area":"0f0","points":[[1322,550],[1332,509],[1361,467],[1403,436],[1446,429],[1486,438],[1530,463],[1563,510],[1565,557],[1560,594],[1533,639],[1488,665],[1444,672],[1403,668],[1359,641],[1330,592]]},{"area":"0f3","points":[[1364,444],[1364,386],[1424,386],[1424,252],[1411,234],[1403,212],[1405,191],[1418,182],[1443,171],[1466,177],[1483,195],[1485,211],[1485,228],[1466,252],[1466,383],[1530,383],[1530,444],[1493,426],[1459,415],[1426,417],[1397,423],[1376,436]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/035-map-11.001-vocaths-base.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/036-map-11.01-vocaths-base-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":85,"scale":2,"distance":20},"title":"Player Version","width":1700,"height":1105,"mapParent":{"id":"176"}}]},{"name":"Part 4 — Saviors of the Multiverse","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/LoX/040-map-12.01-xaryxis-space.webp"},"imageType":"map","grid":{"type":"none","size":124,"distance":100000000,"units":"miles"},"title":"Xaryxispace","width":1200,"height":1500,"mapRegions":[{"area":"132","points":[[263,14],[263,312],[944,312],[944,14]]},{"area":"134","points":[[324,351],[324,478],[465,478],[465,351]]},{"area":"133","points":[[178,724],[178,861],[373,861],[373,724]]},{"area":"135","points":[[865,654],[865,788],[1030,788],[1030,654]]},{"area":"136","points":[[608,964],[608,1131],[921,1131],[921,964]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/040-map-12.01-xaryxis-space.webp"},"id":"174","page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/041-map-12.01-xaryxis-space-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":124,"distance":100000000,"units":"miles"},"title":"Player Version","width":1200,"height":1500,"mapParent":{"id":"174"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/042-map-12.02-imperial-citadel.webp"},"imageType":"map","grid":{"type":"none","size":73,"scale":2,"distance":100},"title":"Imperial Citadel","width":1700,"height":2200,"id":"177","mapRegions":[{"area":"137","points":[[649,1642],[649,1776],[1119,1776],[1119,1642]]},{"area":"13e","points":[[70,330],[150,291],[250,308],[291,331],[381,360],[416,422],[442,465],[429,514],[423,550],[384,559],[324,571],[244,575],[150,588],[144,516],[108,450],[67,366]]},{"area":"140","points":[[194,957],[249,883],[347,858],[516,815],[653,885],[730,1067],[735,1165],[685,1230],[569,1304],[394,1288],[270,1144],[227,1050],[211,1018]]},{"area":"13c","points":[[523,413],[441,532],[395,581],[266,618],[147,616],[111,644],[129,775],[303,814],[482,771],[664,726],[685,590],[666,541],[543,455]]},{"area":"13b","points":[[1494,254],[1462,276],[1435,332],[1422,383],[1434,430],[1488,478],[1550,505],[1638,436],[1654,375],[1604,305],[1558,258]]},{"area":"142","points":[[1624,512],[1586,656],[1492,762],[1419,816],[1229,790],[1083,710],[1055,570],[1101,403],[1279,318],[1335,378],[1409,514],[1544,528],[1595,516]]},{"area":"13f","points":[[1428,1264],[1137,1253],[949,1110],[957,950],[986,823],[1059,802],[1141,811],[1270,832],[1445,879],[1552,890],[1564,1130],[1461,1230]]},{"area":"13d","points":[[82,1888],[179,1674],[258,1581],[329,1409],[348,1368],[477,1347],[550,1339],[616,1345],[639,1360],[552,1537],[497,1644],[412,1715],[310,1792],[224,1874],[109,1931]]},{"area":"139","points":[[1079,1317],[1138,1289],[1258,1310],[1330,1337],[1412,1410],[1434,1456],[1509,1534],[1598,1632],[1658,1677],[1659,1746],[1677,1841],[1675,1905],[1484,1817],[1309,1693],[1216,1550],[1130,1416],[1119,1390]]},{"area":"13a","points":[[872,1158],[809,1062],[775,928],[774,812],[795,725],[836,691],[894,692],[921,707],[941,762],[947,851],[942,937],[916,1024],[883,1135]]},{"area":"141","points":[[864,679],[799,644],[795,572],[835,523],[909,520],[947,574],[957,636],[918,678]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/042-map-12.02-imperial-citadel.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/043-map-12.02-imperial-citadel-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":73,"scale":2,"distance":100},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"177"}},{"type":"image","href":{"type":"internal","path":"adventure/LoX/044-map-12.03-cathedral-of-light.webp"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":24,"offsetY":-24,"scale":3,"distance":10},"title":"Temple of Light","width":1700,"height":2200,"id":"178","mapRegions":[{"area":"14d","points":[[1109,3],[1109,163],[1600,163],[1600,3]]},{"area":"151","points":[[978,1479],[978,1562],[1064,1562],[1064,1479]]}],"hrefThumbnail":{"type":"internal","path":"adventure/LoX/thumbnail/044-map-12.03-cathedral-of-light.webp"},"page":"adventure.html","source":"LoX","hash":"lox"},{"type":"image","href":{"type":"internal","path":"adventure/LoX/045-map-12.03-cathedral-of-light-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":24,"offsetY":-24,"scale":3,"distance":10},"title":"Player Version","width":1700,"height":2200,"mapParent":{"id":"178"}}]}]},"DSotDQ":{"id":"DSotDQ","source":"DSotDQ","prop":"adventure","chapters":[{"name":"Ch. 3: When Home Burns","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/037-map-3.01-vogler.webp"},"imageType":"map","grid":{"type":"none","size":50,"scale":1.06,"distance":30},"title":"Map 3.1: Vogler","width":1700,"height":1225,"id":"01f","mapRegions":[{"area":"0e3","points":[[483,330],[525,322],[538,263],[479,248],[450,286]]},{"area":"0e2","points":[[557,262],[583,253],[630,233],[643,232],[663,215],[667,216],[643,247],[628,249],[581,270],[563,269]]},{"area":"0d9","points":[[51,1065],[51,1166],[466,1166],[466,1065]]},{"area":"0dd","points":[[1124,643],[1123,626],[1110,615],[1106,589],[1133,578],[1157,588],[1169,613],[1166,634],[1146,648]]},{"area":"0e0","points":[[986,543],[956,487],[1008,465],[1099,476],[1068,548],[1024,549]]},{"area":"0e5","points":[[1013,657],[981,642],[977,622],[982,595],[1011,578],[1038,583],[1057,607],[1053,628],[1046,650],[1030,657]]},{"area":"0e6","points":[[1065,1101],[1063,982],[1067,877],[1110,873],[1136,870],[1170,862],[1190,903],[1191,977],[1156,1021],[1133,1079],[1113,1100]]},{"area":"0e8","points":[[883,1014],[890,946],[897,903],[914,868],[967,919],[1000,950],[1009,1002],[1004,1010],[1017,1043],[996,1110],[948,1098],[901,1052],[889,1028]]},{"area":"0df","points":[[796,1014],[770,980],[759,943],[750,917],[805,921],[858,930],[879,965],[870,1037],[836,1067],[784,1063],[774,1037]]},{"area":"0e9","points":[[768,856],[762,904],[806,912],[807,888],[791,883],[790,861]]},{"area":"0dc","points":[[874,843],[852,838],[843,816],[839,784],[850,757],[869,743],[892,739],[931,743],[949,769],[959,806],[921,818],[929,836],[905,846]]},{"area":"0e7","points":[[629,597],[611,558],[612,538],[626,526],[650,533],[668,550],[677,570],[663,572],[643,555],[633,561],[643,584],[638,595]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/037-map-3.01-vogler.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/038-map-3.01-vogler-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":50,"scale":1.06,"distance":30},"title":"Player Version","width":1700,"height":1225,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/045-map-3.02-battle-of-high-hill.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":-21,"offsetY":-11},"title":"Map 3.2: Battle of High Hill","width":1700,"height":2286,"id":"020","mapRegions":[{"area":"128","points":[[128,123],[128,244],[762,244],[762,123]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/045-map-3.02-battle-of-high-hill.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/046-map-3.02-battle-of-high-hill-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-21,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"020"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/049-map-3.03-escape-from-vogler.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":7,"offsetY":5},"title":"Map 3.3: Escape From Vogler","width":1700,"height":2286,"id":"021","mapRegions":[{"area":"160","points":[[935,116],[935,248],[1532,248],[1532,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/049-map-3.03-escape-from-vogler.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/050-map-3.03-escape-from-vogler-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":7,"offsetY":5},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"021"}}]},{"name":"Ch. 4: Shadow of War","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/054-map-4.01-kalaman.webp"},"imageType":"map","grid":{"type":"none","size":85,"scale":2,"distance":100},"title":"Map 4.1: Kalaman","width":1700,"height":1209,"id":"022","mapRegions":[{"area":"16f","points":[[628,152],[650,119],[672,92],[689,71],[730,56],[767,47],[810,49],[846,77],[884,53],[906,44],[938,41],[957,45],[994,57],[1036,74],[1055,97],[1066,124],[1073,152]]},{"area":"176","points":[[981,252],[1000,194],[993,182],[995,164],[1013,164],[1029,169],[1023,190],[1012,199],[988,271]]},{"area":"176","points":[[1533,479],[1599,424],[1597,407],[1608,401],[1625,404],[1631,416],[1622,433],[1607,433],[1555,475]]},{"area":"175","points":[[439,373],[421,365],[433,324],[463,317],[514,344],[531,359],[515,389],[485,383]]},{"area":"174","points":[[694,527],[679,506],[680,482],[683,465],[698,449],[722,442],[741,444],[763,460],[777,485],[772,515],[752,528],[718,541]]},{"area":"173","points":[[629,813],[612,780],[607,754],[608,730],[604,717],[619,687],[659,670],[674,660],[701,647],[728,637],[751,647],[780,661],[783,684],[793,699],[799,709],[811,734],[813,756],[818,780],[811,803],[805,815],[792,836],[760,848],[744,852],[720,853],[701,848],[676,845],[650,833],[638,822]]},{"area":"17b","points":[[456,783],[445,763],[451,743],[469,741],[479,738],[489,745],[492,768],[488,784],[469,783]]},{"area":"179","points":[[976,874],[990,858],[991,844],[1015,843],[1030,847],[1032,867],[1020,881],[998,881]]},{"area":"178","points":[[1447,673],[1440,641],[1451,628],[1487,654],[1483,664]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/054-map-4.01-kalaman.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/055-map-4.01-kalaman-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"scale":2,"distance":100},"title":"Player Version","width":1700,"height":1209,"mapParent":{"id":"022"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/059-map-4.02-wheelhouse-outpost.webp"},"imageType":"map","grid":{"type":"square","size":68,"offsetX":5,"offsetY":-6,"scale":2},"title":"Map 4.2: Wheelhouse Outpost","width":1700,"height":1214,"id":"023","mapRegions":[{"area":"1c0","points":[[133,154],[133,332],[512,332],[512,154]]},{"area":"1d0","points":[[544,372],[544,502],[674,502],[674,372]]},{"area":"1cb","points":[[817,451],[984,451],[984,470],[1124,470],[1124,450],[1285,450],[1285,478],[1296,478],[1296,507],[1331,507],[1331,810],[1257,810],[1257,869],[1252,869],[1252,883],[1246,883],[1246,913],[1251,913],[1251,923],[1256,928],[1256,944],[1284,944],[1284,982],[1158,982],[1158,1010],[990,1010],[990,985],[890,985],[890,843],[682,843],[682,915],[646,915],[646,783],[788,783],[788,474],[817,474]]},{"area":"1db","points":[[652,681],[652,775],[777,775],[777,681]]},{"area":"1d7","points":[[656,669],[656,516],[691,516],[691,477],[778,477],[778,669]]},{"area":"1de","points":[[1264,817],[1325,817],[1325,940],[1264,940],[1264,928],[1278,928],[1278,920],[1271,920],[1271,878],[1279,878],[1279,872],[1264,872]]},{"area":"1ce","points":[[1301,954],[1301,1082],[1428,1082],[1428,954]]},{"area":"1ce","points":[[546,953],[546,1082],[675,1082],[675,953]]},{"area":"1dc","points":[[691,850],[691,976],[881,976],[881,850]]},{"area":"1d2","points":[[1060,398],[1060,295],[1027,295],[1027,168],[1153,168],[1153,200],[1300,200],[1300,169],[1429,169],[1429,295],[1394,295],[1394,407],[1429,407],[1429,463],[1300,463],[1300,261],[1121,261],[1121,398]]},{"area":"1d5","points":[[1129,270],[1129,432],[1290,432],[1290,270]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/059-map-4.02-wheelhouse-outpost.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/060-map-4.02-wheelhouse-outpost-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":68,"offsetX":5,"offsetY":-6,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/061-map-4.03-retreat-from-steel-springs.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":-11},"title":"Map 4.3: Retreat From Steel Springs","width":1700,"height":2286,"id":"024","mapRegions":[{"area":"1e6","points":[[157,126],[157,252],[918,252],[918,126]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/061-map-4.03-retreat-from-steel-springs.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/062-map-4.03-retreat-from-steel-springs-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":-25,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"024"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/066-map-4.04-raided-catacombs.webp"},"imageType":"map","grid":{"type":"square","size":71,"offsetX":-6,"offsetY":12,"scale":2},"title":"Map 4.4: Raided Catacombs","width":1700,"height":1214,"id":"025","mapRegions":[{"area":"205","points":[[223,997],[223,1102],[767,1102],[767,997]]},{"area":"21c","points":[[314,680],[385,680],[385,651],[420,651],[420,679],[458,679],[458,651],[494,651],[494,682],[563,682],[563,717],[587,717],[587,785],[563,785],[563,858],[578,858],[578,894],[564,894],[564,930],[529,930],[529,956],[458,956],[458,931],[422,931],[422,955],[349,955],[349,931],[314,931],[314,893],[287,893],[287,823],[314,823],[314,787],[289,787],[289,718],[314,718]]},{"area":"21f","points":[[586,857],[599,857],[599,787],[848,787],[848,841],[864,841],[864,911],[849,911],[849,965],[599,965],[599,896],[586,896]]},{"area":"223","points":[[871,842],[884,842],[884,752],[919,752],[919,717],[992,717],[992,750],[1026,750],[1026,717],[1065,717],[1062,693],[1049,690],[1050,675],[1058,663],[1067,661],[1072,669],[1082,667],[1092,676],[1096,688],[1087,698],[1087,711],[1098,718],[1098,749],[1132,749],[1132,717],[1206,717],[1206,752],[1241,752],[1241,787],[1276,787],[1296,789],[1315,798],[1329,806],[1344,820],[1355,837],[1364,856],[1367,879],[1363,900],[1356,921],[1340,940],[1322,954],[1300,965],[1277,967],[1241,967],[1241,1002],[1206,1002],[1206,1041],[1194,1043],[1192,1061],[1199,1075],[1191,1083],[1179,1088],[1167,1090],[1153,1083],[1148,1064],[1158,1059],[1159,1048],[1153,1038],[1132,1038],[1132,1002],[1098,1002],[1098,1036],[1026,1036],[1026,1001],[991,1001],[991,1037],[918,1037],[918,1003],[884,1003],[884,909],[871,909]]},{"area":"214","points":[[960,575],[960,503],[990,503],[990,467],[1096,467],[1096,504],[1150,504],[1150,469],[1135,469],[1135,398],[1204,398],[1204,467],[1188,467],[1188,503],[1276,503],[1276,442],[1347,442],[1347,504],[1420,504],[1420,519],[1438,519],[1450,529],[1451,540],[1445,553],[1434,558],[1421,558],[1421,646],[1332,646],[1331,660],[1324,672],[1313,676],[1301,673],[1294,664],[1294,647],[1277,647],[1277,575],[1189,575],[1189,607],[1207,607],[1207,680],[1132,680],[1132,611],[1149,611],[1149,575],[1099,575],[1099,609],[1035,609],[1032,617],[1042,624],[1052,636],[1056,648],[1044,665],[1043,686],[1029,678],[1011,671],[1012,653],[1016,641],[1005,627],[1002,615],[993,606],[993,575]]},{"area":"219","points":[[279,503],[349,503],[349,467],[385,467],[385,430],[421,430],[421,466],[459,466],[459,432],[493,432],[493,468],[855,468],[860,459],[858,450],[860,439],[856,429],[854,416],[860,409],[864,390],[864,382],[864,376],[886,362],[896,378],[902,399],[900,417],[898,432],[891,442],[896,448],[904,463],[919,463],[919,503],[950,503],[950,573],[922,573],[922,608],[494,608],[494,640],[456,640],[456,611],[422,611],[422,639],[384,639],[384,611],[349,611],[349,571],[279,571]]},{"area":"20e","points":[[266,217],[350,217],[350,146],[386,146],[386,112],[600,112],[600,217],[642,217],[657,200],[676,188],[692,184],[716,184],[736,187],[758,201],[770,217],[791,217],[791,290],[769,290],[756,306],[738,318],[716,325],[700,326],[677,321],[659,309],[647,297],[644,291],[600,291],[600,397],[384,397],[384,360],[350,360],[350,287],[266,287]]},{"area":"210","points":[[799,217],[848,217],[848,189],[919,189],[919,217],[989,217],[989,184],[965,184],[965,110],[993,110],[993,84],[1063,84],[1063,109],[1089,109],[1089,182],[1062,182],[1062,217],[1131,217],[1131,189],[1205,189],[1205,217],[1277,217],[1277,184],[1248,184],[1248,109],[1275,109],[1275,82],[1348,82],[1348,109],[1376,109],[1376,181],[1349,181],[1349,217],[1389,217],[1407,223],[1419,238],[1422,258],[1409,277],[1396,288],[1349,288],[1349,324],[1377,324],[1377,396],[1349,396],[1349,424],[1278,424],[1278,398],[1247,398],[1247,324],[1276,324],[1276,288],[1207,288],[1207,316],[1131,316],[1131,288],[1061,288],[1061,323],[1089,323],[1089,396],[1063,396],[1063,424],[992,424],[992,396],[965,396],[965,326],[991,326],[991,291],[921,291],[921,318],[892,318],[893,338],[905,349],[900,360],[890,353],[861,371],[867,359],[868,343],[863,332],[860,319],[847,319],[847,291],[799,291]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/066-map-4.04-raided-catacombs.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/067-map-4.04-raided-catacombs-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":71,"offsetX":-6,"offsetY":12,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"025"}}]},{"name":"Ch. 5: The Northern Wastes","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/071-map-5.01-kalaman-and-northern-wastes.webp"},"imageType":"map","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Map 5.1: Kalaman and Northern Wastes","width":1700,"height":2429,"id":"027","mapRegions":[{"area":"24d","points":[[1395,1436],[1395,1557],[1547,1557],[1547,1436]]},{"area":"258","points":[[1311,1290],[1311,1363],[1384,1363],[1384,1290]]},{"area":"283","points":[[1062,1012],[1062,1083],[1148,1083],[1148,1012]]},{"area":"263","points":[[949,1350],[949,1424],[1010,1424],[1010,1350]]},{"area":"2c6","points":[[396,1326],[396,1391],[463,1391],[463,1326]]},{"area":"2f0","points":[[146,970],[146,1052],[224,1052],[224,970]]},{"area":"2df","points":[[454,943],[454,1008],[525,1008],[525,943]]},{"area":"2f1","points":[[638,773],[638,831],[710,831],[710,773]]},{"area":"30f","points":[[760,623],[760,694],[826,694],[826,623]]},{"area":"312","points":[[270,564],[270,617],[344,617],[344,564]]},{"area":"2a7","points":[[759,1114],[759,1182],[835,1182],[835,1114]]},{"area":"24c","points":[[629,125],[850,153],[1099,157],[1236,164],[1277,161],[1243,239],[1207,279],[1065,303],[694,303],[618,261],[572,197]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/071-map-5.01-kalaman-and-northern-wastes.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/072-map-5.01-kalaman-and-northern-wastes-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Player Version","width":1700,"height":2429,"mapParent":{"id":"027"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/075-map-5.02-blue-phoenix-shrine.webp"},"imageType":"map","grid":{"type":"square","size":94,"offsetX":4,"offsetY":-35,"scale":2},"title":"Map 5.2: Blue Phoenix Shrine","width":850,"height":1154,"id":"028","mapRegions":[{"area":"26f","points":[[191,67],[191,145],[662,145],[662,67]]},{"area":"279","points":[[288,257],[288,177],[699,177],[699,261],[607,261],[607,352],[381,352],[381,257]]},{"area":"27d","points":[[149,457],[149,632],[324,632],[324,457]]},{"area":"278","points":[[573,631],[655,631],[702,580],[702,323],[676,295],[659,278],[648,275],[620,276],[615,451],[610,459],[577,459],[573,468]]},{"area":"270","points":[[51,833],[373,831],[422,877],[512,879],[545,855],[573,824],[570,646],[664,643],[710,592],[797,592],[787,1004],[737,1050],[640,1089],[399,1090],[260,1099],[149,1094],[85,1030],[51,1003]]},{"area":"276","points":[[149,695],[149,819],[371,819],[371,695]]},{"area":"273","points":[[383,823],[384,456],[403,432],[428,412],[455,403],[474,401],[501,403],[519,417],[542,437],[557,454],[558,819],[512,870],[429,869]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/075-map-5.02-blue-phoenix-shrine.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/076-map-5.02-blue-phoenix-shrine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":94,"offsetX":4,"offsetY":-35,"scale":2},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"028"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/077-map-5.03-sunward-fortress.webp"},"imageType":"map","grid":{"type":"square","size":72,"offsetX":28,"offsetY":-30,"scale":2},"title":"Map 5.3: Sunward Fortress","width":1700,"height":1214,"id":"029","mapRegions":[{"area":"28d","points":[[784,86],[784,213],[1369,213],[1369,86]]},{"area":"292","points":[[563,151],[615,172],[657,199],[657,489],[610,517],[563,537]]},{"area":"28e","points":[[202,489],[235,513],[268,529],[295,540],[313,545],[357,552],[409,557],[459,557],[514,550],[549,541],[549,148],[513,137],[465,131],[418,131],[376,132],[337,137],[310,143],[277,155],[237,176],[214,192],[202,203]]},{"area":"29b","points":[[669,781],[669,879],[727,879],[727,781]]},{"area":"294","points":[[164,640],[237,640],[237,602],[657,602],[657,640],[727,640],[727,770],[658,770],[658,888],[728,888],[728,1021],[668,1021],[668,983],[591,983],[591,997],[620,997],[620,1057],[274,1057],[274,1000],[302,1000],[302,988],[225,988],[225,1023],[164,1023]]},{"area":"29e","points":[[895,363],[910,348],[921,342],[940,329],[972,313],[980,307],[997,299],[1027,305],[1043,297],[1067,289],[1087,288],[1139,293],[1158,304],[1182,302],[1212,297],[1252,298],[1273,304],[1297,310],[1328,313],[1359,313],[1387,312],[1400,327],[1417,336],[1436,331],[1447,323],[1466,327],[1484,336],[1495,364],[1488,387],[1492,412],[1496,449],[1487,466],[1492,505],[1479,529],[1480,569],[1489,607],[1475,633],[1487,660],[1495,689],[1501,730],[1501,763],[1496,772],[1500,793],[1508,808],[1498,830],[1501,850],[1500,874],[1499,898],[1503,942],[1508,975],[1501,1011],[1494,1043],[1491,1071],[1466,1077],[1421,1078],[1390,1071],[1370,1063],[1341,1061],[1327,1072],[1291,1072],[1273,1079],[1246,1080],[1239,1094],[1215,1105],[1197,1100],[1164,1100],[1157,1110],[1124,1116],[1088,1116],[1058,1111],[1027,1100],[1008,1090],[986,1095],[957,1099],[938,1105],[915,1080],[902,1065],[912,1050],[903,1025],[887,1015],[883,986],[870,959],[863,933],[864,904],[865,887],[866,857],[873,838],[872,807],[863,775],[864,750],[873,728],[867,704],[872,654],[881,634],[876,592],[868,582],[865,548],[873,523],[877,499],[872,482],[877,442],[898,411],[899,385]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/077-map-5.03-sunward-fortress.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/078-map-5.03-sunward-fortress-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":72,"offsetX":28,"offsetY":-30,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"029"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/080-map-5.04-wakenreth.webp"},"imageType":"map","grid":{"type":"square","size":66,"offsetX":24,"offsetY":14,"scale":2},"title":"Map 5.4: Wakenreth","width":850,"height":2307,"id":"02a","mapRegions":[{"area":"2a9","points":[[246,78],[246,168],[607,168],[607,78]]},{"area":"2bb","points":[[213,397],[228,340],[247,295],[290,254],[330,226],[398,212],[444,209],[517,222],[567,260],[609,310],[627,397],[625,462],[615,520],[589,559],[562,584],[500,620],[439,636],[380,633],[288,598],[241,531],[220,475]]},{"area":"2b6","points":[[210,927],[215,863],[247,801],[332,723],[388,708],[450,706],[512,720],[570,761],[618,833],[637,904],[631,969],[599,1033],[540,1089],[478,1113],[400,1117],[335,1106],[264,1049],[231,992]]},{"area":"2b2","points":[[212,1425],[222,1370],[245,1310],[285,1254],[326,1221],[389,1204],[452,1198],[516,1219],[570,1260],[609,1313],[635,1390],[627,1477],[601,1519],[572,1567],[511,1602],[441,1623],[374,1613],[297,1581],[260,1540],[230,1488]]},{"area":"2ad","points":[[215,1957],[216,1923],[223,1889],[235,1849],[259,1811],[286,1781],[314,1761],[349,1745],[387,1734],[425,1731],[460,1733],[490,1743],[524,1756],[558,1780],[586,1811],[609,1848],[626,1892],[633,1929],[632,1970],[622,2004],[608,2037],[585,2073],[560,2099],[527,2122],[490,2137],[449,2147],[406,2148],[357,2138],[323,2122],[288,2101],[262,2071],[240,2040],[224,2006]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/080-map-5.04-wakenreth.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/081-map-5.04-wakenreth-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":66,"offsetX":24,"offsetY":14,"scale":2},"title":"Player Version","width":850,"height":2307,"mapParent":{"id":"02a"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/083-map-5.05-bluemaw-cave.webp"},"imageType":"map","grid":{"type":"square","size":75,"offsetX":-49,"offsetY":-7,"scale":2},"title":"Map 5.5: Bluemaw Cave","width":850,"height":1154,"id":"02b","mapRegions":[{"area":"2ec","points":[[241,60],[241,136],[609,136],[609,60]]},{"area":"2d3","points":[[249,365],[251,345],[263,337],[258,311],[276,300],[286,282],[310,271],[323,272],[329,260],[327,238],[334,220],[323,205],[307,196],[306,180],[327,153],[355,146],[370,151],[374,167],[380,182],[407,188],[430,185],[447,170],[462,160],[487,162],[505,167],[522,162],[546,166],[563,176],[595,183],[623,180],[644,175],[652,158],[671,154],[691,142],[690,129],[672,127],[657,111],[665,99],[691,101],[715,104],[733,98],[753,127],[774,158],[785,187],[786,222],[780,238],[758,238],[740,242],[709,260],[713,278],[713,297],[702,341],[681,362],[647,367],[633,358],[613,356],[588,344],[569,327],[540,322],[521,333],[533,354],[537,386],[553,407],[576,404],[592,417],[584,447],[579,464],[573,494],[564,513],[549,538],[527,541],[491,542],[470,528],[444,513],[417,504],[398,505],[382,520],[360,519],[347,529],[326,532],[299,527],[276,520],[266,501],[259,479],[266,460],[278,435],[279,405],[263,390],[257,375]]},{"area":"2d6","points":[[644,556],[648,525],[664,509],[660,485],[651,464],[614,451],[611,428],[614,411],[640,411],[643,410],[653,376],[687,365],[709,345],[719,301],[728,330],[727,349],[739,364],[735,385],[722,413],[731,448],[737,478],[747,496],[753,525],[748,558],[731,592],[727,622],[710,645],[691,642],[665,619],[633,585],[636,571]]},{"area":"2d8","points":[[256,940],[228,888],[200,849],[199,772],[186,717],[192,690],[187,655],[169,626],[173,593],[200,596],[228,603],[247,620],[274,627],[294,620],[303,586],[340,593],[355,620],[360,640],[388,644],[421,642],[451,666],[473,683],[485,710],[502,737],[508,760],[509,786],[505,817],[495,849],[477,871],[449,902],[427,917],[387,936],[340,940],[308,938],[294,948],[274,944]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/083-map-5.05-bluemaw-cave.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/084-map-5.05-bluemaw-cave-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-49,"offsetY":-7,"scale":2},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"02b"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/086-map-5.06-hearts-hollow.webp"},"imageType":"map","grid":{"type":"none","size":95,"distance":30},"title":"Map 5.6: Hearts Hollow","width":1700,"height":2334,"id":"02c","mapRegions":[{"area":"2e8","points":[[532,121],[1162,126],[1182,228],[514,226]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/086-map-5.06-hearts-hollow.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/087-map-5.06-hearts-hollow-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":95,"distance":30},"title":"Player Version","width":1700,"height":2334,"mapParent":{"id":"02c"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/088-map-5.07-camp-carrionclay.webp"},"imageType":"map","grid":{"type":"square","size":60,"offsetX":10,"offsetY":3,"scale":2.5},"title":"Map 5.7: Camp Carrionclay","width":850,"height":1154,"id":"02d","mapRegions":[{"area":"2f6","points":[[202,60],[202,141],[652,141],[652,60]]},{"area":"2ff","points":[[339,480],[303,477],[270,482],[251,487],[229,493],[218,466],[204,438],[194,391],[188,353],[184,319],[198,279],[215,258],[236,241],[276,234],[320,233],[343,233],[350,318],[349,344],[353,369],[352,402],[361,440]]},{"area":"305","points":[[554,370],[562,336],[586,327],[628,329],[653,360],[656,398],[620,412],[591,417],[562,399]]},{"area":"2fc","points":[[345,569],[414,533],[451,601],[420,630],[378,645]]},{"area":"2f9","points":[[516,833],[549,772],[579,769],[602,782],[608,807],[567,846],[554,871],[530,864],[518,853]]},{"area":"2f7","points":[[576,875],[606,816],[619,797],[660,816],[704,845],[742,878],[773,906],[796,953],[772,1020],[739,1005],[706,966],[677,940],[645,913],[607,896]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/088-map-5.07-camp-carrionclay.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/089-map-5.07-camp-carrionclay-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":60,"offsetX":10,"offsetY":3,"scale":2.5},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"02d"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/090-map-5.08-attack-on-winds-end.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-11},"title":"Map 5.8: Attack On Winds End","width":1700,"height":2286,"id":"02f","mapRegions":[{"area":"318","points":[[161,116],[161,227],[729,227],[729,116]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/090-map-5.08-attack-on-winds-end.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/091-map-5.08-attack-on-winds-end-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-11},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"02f"}}]},{"name":"Ch. 6: City of Lost Names","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/094-map-6.01-path-of-memories.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":-37,"offsetY":-7,"scale":2},"title":"Map 6.1: Path Of Memories","width":1700,"height":1214,"id":"030","mapRegions":[{"area":"328","points":[[914,973],[914,1102],[1469,1102],[1469,973]]},{"area":"33e","points":[[182,308],[182,124],[650,124],[650,231],[688,231],[673,283],[586,334],[552,344],[521,337],[501,359],[458,370],[416,364],[384,353],[378,308]]},{"area":"33c","points":[[262,318],[298,318],[298,392],[261,431],[261,512],[294,545],[294,753],[289,766],[290,778],[289,805],[281,813],[273,823],[256,822],[251,816],[228,829],[208,828],[202,822],[188,824],[174,814],[175,800],[169,785],[156,780],[147,773],[149,757],[140,748],[129,739],[114,744],[104,735],[104,353],[262,353]]},{"area":"339","points":[[306,550],[339,550],[339,471],[379,432],[457,432],[497,471],[497,671],[481,689],[469,708],[461,729],[453,754],[452,787],[452,902],[429,899],[407,886],[389,867],[377,840],[377,708],[306,708]]},{"area":"335","points":[[495,1071],[505,1076],[529,1076],[535,1077],[535,1020],[732,1020],[732,940],[817,940],[823,911],[823,872],[813,864],[771,864],[771,775],[767,745],[758,720],[746,691],[727,669],[709,653],[688,641],[660,630],[628,623],[607,624],[596,636],[575,636],[547,641],[535,651],[513,670],[489,700],[470,735],[463,772],[463,903],[495,941]]},{"area":"332","points":[[536,643],[544,631],[561,629],[597,626],[615,609],[612,590],[615,580],[623,577],[637,567],[649,567],[656,576],[668,577],[681,584],[701,585],[722,579],[736,561],[735,546],[737,524],[721,509],[699,514],[693,505],[693,491],[702,478],[733,471],[732,455],[742,439],[764,430],[798,430],[829,428],[849,415],[852,396],[845,370],[845,349],[854,347],[874,350],[881,333],[897,307],[915,309],[933,312],[927,288],[903,236],[876,241],[856,257],[852,267],[829,268],[809,268],[785,271],[767,282],[772,302],[754,319],[745,339],[724,348],[693,349],[671,347],[662,352],[650,381],[657,399],[658,417],[653,421],[642,412],[635,396],[604,388],[592,400],[577,402],[568,415],[575,425],[574,442],[582,467],[591,476],[607,472],[614,481],[610,510],[599,506],[580,513],[566,510],[545,515],[537,517],[534,534],[537,549],[535,570],[544,586],[543,605],[535,625]]},{"area":"32b","points":[[964,385],[1055,385],[1105,391],[1153,402],[1159,432],[1151,484],[1142,521],[1137,525],[1101,519],[1062,515],[1026,514],[964,513]]},{"area":"32f","points":[[1231,348],[1220,292],[1214,219],[1241,204],[1259,206],[1273,201],[1286,189],[1289,181],[1311,174],[1313,155],[1401,155],[1401,193],[1476,193],[1476,231],[1575,231],[1584,253],[1589,274],[1581,304],[1575,315],[1476,315],[1470,325],[1472,338],[1465,348],[1464,363],[1472,372],[1476,388],[1476,409],[1471,417],[1445,435],[1419,436],[1405,435],[1401,429],[1380,431],[1361,429],[1361,416],[1358,403],[1342,393],[1325,396],[1316,390],[1279,396],[1258,383],[1246,375],[1244,359]]},{"area":"32d","points":[[821,863],[828,871],[831,906],[823,940],[968,940],[968,862],[1085,862],[1085,783],[1101,767],[1098,742],[1087,734],[1073,745],[1056,732],[1052,720],[1046,701],[1034,689],[1033,681],[1033,671],[1013,674],[1005,667],[1001,649],[1004,638],[980,635],[971,645],[963,645],[948,649],[936,643],[921,638],[911,635],[900,644],[896,660],[887,664],[809,664],[809,744],[847,744],[847,785],[887,785],[887,863]]},{"area":"329","points":[[1239,698],[1230,669],[1233,643],[1256,631],[1269,628],[1286,630],[1302,636],[1313,652],[1329,655],[1349,662],[1366,670],[1377,679],[1393,676],[1400,691],[1408,706],[1418,716],[1433,715],[1441,728],[1444,741],[1441,755],[1445,767],[1460,773],[1473,785],[1496,789],[1513,791],[1520,810],[1521,821],[1516,831],[1519,843],[1526,856],[1544,862],[1561,860],[1591,861],[1615,863],[1622,869],[1641,914],[1647,967],[1625,982],[1598,975],[1580,977],[1560,964],[1553,945],[1522,937],[1511,940],[1497,944],[1479,940],[1471,937],[1448,940],[1437,922],[1435,905],[1433,892],[1436,879],[1422,863],[1402,858],[1386,845],[1388,832],[1365,825],[1359,807],[1344,792],[1324,784],[1316,764],[1322,745],[1308,733],[1287,735],[1278,727],[1261,714],[1250,707]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/094-map-6.01-path-of-memories.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/095-map-6.01-path-of-memories-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-37,"offsetY":-7,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"030"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/098-map-6.02-city-of-last-names.webp"},"imageType":"map","grid":{"type":"none","size":80,"distance":400},"title":"Map 6.2: City Of Lost Names","width":1700,"height":2421,"id":"031","mapRegions":[{"area":"360","points":[[479,73],[479,127],[1228,127],[1228,73]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/098-map-6.02-city-of-last-names.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/099-map-6.02-city-of-last-names-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":80,"distance":400},"title":"Player Version","width":1700,"height":2421,"mapParent":{"id":"031"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/100-map-6.03-occupied-mansion.webp"},"imageType":"map","grid":{"type":"square","size":74,"offsetX":-3,"offsetY":2,"scale":2},"title":"Map 6.3: Occupied Mansion","width":1700,"height":1214,"id":"032","mapRegions":[{"area":"36e","points":[[570,76],[570,170],[1124,170],[1124,76]]},{"area":"384","points":[[519,339],[876,339],[899,348],[919,391],[922,426],[930,448],[951,487],[955,513],[519,513]]},{"area":"37c","points":[[360,412],[360,519],[783,519],[764,545],[764,570],[769,586],[299,586],[299,412]]},{"area":"379","points":[[185,600],[471,600],[471,847],[287,847],[287,922],[149,922],[149,785],[185,785]]},{"area":"373","points":[[297,857],[297,922],[471,922],[471,857]]},{"area":"375","points":[[481,784],[481,921],[843,921],[843,784]]},{"area":"37d","points":[[481,775],[481,597],[695,597],[695,702],[623,702],[623,775]]},{"area":"380","points":[[628,707],[628,773],[769,773],[769,707]]},{"area":"36f","points":[[288,932],[288,1079],[517,1079],[517,932]]},{"area":"386","points":[[1291,412],[1291,524],[1490,524],[1485,554],[1486,586],[1228,586],[1228,412]]},{"area":"38b","points":[[1301,596],[1301,775],[1476,775],[1476,596]]},{"area":"387","points":[[1114,597],[1292,597],[1292,773],[1174,773],[1156,798],[1130,807],[1108,804],[1089,791],[1081,769],[1084,750],[1094,731],[1114,718]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/100-map-6.03-occupied-mansion.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/101-map-6.03-occupied-mansion-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":74,"offsetX":-3,"offsetY":2,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"032"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/103-map-6.04-temple-of-paladine.webp"},"imageType":"map","grid":{"type":"square","size":75,"offsetX":-27,"offsetY":-21,"scale":2},"title":"Map 6.4: Temple Of Paladine","width":1700,"height":1214,"id":"033","mapRegions":[{"area":"399","points":[[730,179],[679,258],[656,329],[640,383],[625,469],[621,548],[627,617],[647,681],[668,766],[706,842],[764,928],[838,1006],[907,1058],[1040,1130],[1210,1153],[1517,1117],[1616,959],[1615,561],[1601,345],[1521,322],[1429,252],[1425,184],[1481,106],[1371,75],[1289,84],[1170,74],[1190,155],[1129,176],[1169,269],[1251,267],[1322,269],[1328,378],[1332,428],[1370,468],[1407,438],[1434,438],[1465,450],[1486,468],[1487,500],[1527,527],[1526,574],[1489,606],[1478,646],[1448,668],[1411,672],[1376,645],[1376,785],[1333,785],[1304,802],[1264,806],[1232,796],[1216,784],[1180,784],[1180,743],[1113,781],[1105,841],[1061,881],[1020,892],[982,887],[944,861],[921,820],[919,773],[940,731],[980,706],[1005,697],[1029,699],[1029,672],[992,672],[992,633],[953,633],[953,472],[991,472],[991,420],[967,377],[976,340],[945,308],[950,226],[995,179]]},{"area":"392","points":[[414,73],[388,120],[363,172],[344,268],[317,394],[304,462],[324,516],[325,580],[301,610],[313,667],[344,749],[361,804],[365,864],[390,859],[404,902],[431,927],[433,964],[449,1007],[468,1042],[494,1056],[532,1085],[553,1150],[87,1119],[99,94],[233,74],[311,73]]},{"area":"395","points":[[425,81],[391,148],[363,217],[347,285],[316,465],[335,521],[335,576],[318,615],[354,755],[369,823],[372,854],[393,844],[407,893],[431,915],[443,962],[466,1020],[501,1048],[546,1089],[574,1149],[1063,1156],[943,1104],[762,954],[671,798],[616,615],[613,516],[622,417],[654,293],[728,178],[561,174],[568,72]]},{"area":"39c","points":[[967,486],[1001,477],[1003,436],[974,373],[985,335],[966,287],[980,201],[1054,178],[1121,180],[1163,272],[1317,274],[1322,427],[1360,474],[1363,505],[1331,509],[1331,597],[1365,597],[1365,621],[1107,773],[1041,772],[1041,661],[1007,661],[1007,621],[967,621]]},{"area":"3a0","points":[[1030,712],[1003,710],[976,716],[955,733],[941,756],[931,784],[932,813],[947,845],[966,863],[993,876],[1021,880],[1047,875],[1075,857],[1092,834],[1100,812],[1101,786],[1030,786]]},{"area":"3a3","points":[[1188,738],[1366,638],[1366,771],[1327,771],[1314,786],[1284,795],[1252,791],[1233,785],[1228,772],[1188,771]]},{"area":"3a6","points":[[1337,522],[1379,522],[1380,494],[1388,467],[1409,450],[1435,448],[1455,459],[1473,476],[1479,507],[1515,532],[1515,574],[1475,595],[1477,620],[1460,644],[1434,657],[1408,655],[1385,638],[1377,620],[1376,585],[1337,585]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/103-map-6.04-temple-of-paladine.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/104-map-6.04-temple-of-paladine-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-27,"offsetY":-21,"scale":2},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"033"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/107-map-6.05-threshold-of-the-heavens.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":2,"offsetY":18,"scale":2},"title":"Map 6.5: Threshold of the Heavens","width":1700,"height":2307,"id":"034","mapRegions":[{"area":"3cb","points":[[282,243],[321,204],[707,204],[747,243],[747,555],[709,593],[317,593],[282,553]]},{"area":"3d0","points":[[1074,239],[1150,239],[1150,166],[1467,166],[1467,239],[1540,239],[1540,553],[1498,595],[1113,595],[1074,555]]},{"area":"3c8","points":[[1111,990],[1111,916],[1146,881],[1470,881],[1505,916],[1505,990],[1384,990],[1384,1030],[1233,1030],[1233,990]]},{"area":"3c5","points":[[1109,1000],[1224,1000],[1224,1038],[1262,1038],[1262,1271],[1147,1271],[1109,1234]]},{"area":"3c3","points":[[1274,1271],[1274,1040],[1392,1040],[1392,999],[1505,999],[1505,1231],[1462,1271]]},{"area":"3c0","points":[[283,991],[283,917],[359,841],[669,841],[747,919],[747,1109],[477,1109],[477,991]]},{"area":"3bc","points":[[282,1001],[468,1001],[468,1116],[746,1116],[746,1231],[669,1308],[357,1308],[282,1230]]},{"area":"3af","points":[[177,1716],[177,1989],[747,1989],[747,1716]]},{"area":"3ae","points":[[180,1999],[180,2190],[576,2190],[576,1999]]},{"area":"3b3","points":[[837,1674],[913,1598],[1025,1598],[1025,1870],[1103,1870],[1103,2062],[913,2062],[837,1984]]},{"area":"3b7","points":[[1034,1596],[1223,1596],[1302,1675],[1302,1987],[1226,2063],[1114,2063],[1114,1784],[1034,1784]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/107-map-6.05-threshold-of-the-heavens.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/108-map-6.05-threshold-of-the-heavens-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":2,"offsetY":18,"scale":2},"title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"034"}}]},{"name":"Ch. 7: Siege of Kalaman","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/114-map-7.01-assault-on-hawkers-grove.webp"},"imageType":"map","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-4},"title":"Map 7.1: Assault on Hawkers Grove","width":1700,"height":2286,"id":"035","mapRegions":[{"area":"41a","points":[[151,105],[151,234],[901,234],[901,105]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/114-map-7.01-assault-on-hawkers-grove.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/115-map-7.01-assault-on-hawkers-grove-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":77,"offsetX":5,"offsetY":-4},"title":"Player Version","width":1700,"height":2286,"mapParent":{"id":"035"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/117-map-7.02-flying-citadel-sublevels.webp"},"imageType":"map","grid":{"type":"square","size":78,"offsetX":26,"offsetY":9,"scale":2},"title":"Map 7.2: Flying Citadel Sublevels","width":1700,"height":2307,"id":"055","mapRegions":[{"area":"42c","points":[[620,112],[620,298],[1071,298],[1071,112]]},{"area":"42d","points":[[1247,665],[1600,665],[1605,686],[1593,721],[1581,738],[1566,791],[1557,807],[1530,831],[1505,853],[1486,857],[1480,870],[1462,882],[1444,891],[1417,882],[1403,864],[1381,853],[1356,855],[1342,835],[1328,813],[1318,806],[1308,775],[1287,770],[1272,748],[1273,725],[1258,701],[1257,688],[1248,679]]},{"area":"466","points":[[286,477],[400,477],[400,393],[475,393],[475,477],[483,477],[483,394],[553,394],[553,477],[562,477],[562,394],[633,394],[633,477],[641,477],[641,394],[710,394],[710,477],[718,477],[718,394],[786,394],[786,477],[797,477],[797,394],[872,394],[872,477],[866,477],[866,551],[286,551]]},{"area":"45e","points":[[910,512],[1066,512],[1066,627],[1027,627],[1027,666],[949,666],[949,628],[910,628]]},{"area":"44c","points":[[875,1143],[873,1165],[900,1184],[907,1203],[918,1223],[932,1238],[950,1256],[948,1278],[921,1281],[916,1308],[928,1326],[951,1335],[996,1347],[1027,1350],[1042,1336],[1037,1319],[1017,1295],[1007,1273],[965,1274],[965,1248],[992,1247],[1014,1253],[1013,1217],[1016,1176],[1030,1143]]},{"area":"44b","points":[[799,1266],[799,558],[863,558],[863,670],[1065,670],[1065,744],[864,744],[864,984],[948,984],[1027,984],[1027,1127],[865,1127],[865,1216],[846,1225],[832,1254]]},{"area":"459","points":[[161,696],[169,685],[167,670],[170,648],[169,632],[190,624],[208,622],[229,616],[239,627],[247,646],[253,660],[269,665],[294,665],[321,673],[316,693],[330,698],[325,717],[312,729],[334,743],[349,733],[373,748],[391,732],[400,735],[407,750],[411,773],[402,785],[400,805],[387,818],[347,816],[328,814],[335,789],[326,779],[301,793],[273,797],[258,799],[249,788],[228,791],[219,801],[205,780],[207,767],[217,753],[207,732],[207,720],[211,710],[187,706],[176,711]]},{"area":"467","points":[[363,594],[363,706],[480,706],[480,594]]},{"area":"464","points":[[518,589],[555,589],[555,555],[637,555],[637,589],[753,589],[753,667],[787,667],[787,742],[755,742],[755,780],[518,780]]},{"area":"462","points":[[565,790],[565,863],[632,863],[632,790]]},{"area":"460","points":[[642,791],[752,791],[752,822],[786,822],[786,862],[642,862]]},{"area":"456","points":[[245,1330],[324,1330],[324,1298],[404,1298],[404,1330],[481,1330],[495,1363],[490,1405],[456,1428],[432,1445],[393,1452],[347,1422],[302,1396],[270,1389],[246,1360]]},{"area":"451","points":[[207,1287],[207,1135],[178,1131],[150,1112],[127,1072],[129,1034],[154,997],[181,982],[207,978],[207,822],[512,822],[537,833],[551,851],[559,879],[559,899],[713,899],[713,980],[786,980],[786,1135],[717,1135],[688,1154],[648,1178],[622,1211],[583,1219],[559,1219],[557,1244],[545,1271],[522,1283],[485,1287]]},{"area":"430","points":[[105,2025],[113,2009],[128,1994],[147,1995],[168,1993],[183,1974],[191,1962],[182,1950],[172,1946],[181,1932],[201,1929],[202,1909],[223,1894],[251,1887],[255,1869],[281,1851],[304,1855],[340,1855],[351,1834],[378,1823],[399,1821],[433,1813],[448,1792],[445,1782],[479,1780],[508,1763],[507,1777],[527,1775],[557,1760],[572,1742],[612,1722],[605,1747],[580,1765],[557,1786],[540,1804],[555,1807],[546,1821],[526,1835],[509,1873],[525,1866],[523,1887],[527,1917],[521,1936],[524,1957],[518,1975],[497,1993],[512,2008],[525,2024],[556,2024],[562,2001],[592,1989],[615,2000],[633,1984],[658,1976],[684,1986],[701,1969],[720,1956],[739,1997],[711,2006],[684,2009],[664,2020],[672,2027],[647,2028],[643,2045],[623,2056],[622,2066],[691,2066],[746,2062],[771,2052],[807,2061],[811,2094],[780,2106],[765,2129],[750,2149],[692,2152],[658,2144],[645,2129],[617,2120],[588,2097],[586,2075],[559,2070],[535,2080],[520,2088],[496,2083],[479,2066],[472,2046],[465,2031],[427,2033],[405,2034],[390,2048],[361,2038],[367,2031],[348,2028],[330,2047],[308,2049],[278,2048],[299,2027],[329,2009],[352,1988],[326,1980],[300,1987],[280,1993],[260,2003],[255,2019],[223,2016],[214,2031],[195,2044],[168,2033],[147,2031],[122,2026]]},{"area":"436","points":[[853,1861],[853,1930],[966,1930],[966,1861]]},{"area":"432","points":[[1176,1845],[1176,1722],[872,1722],[832,1731],[793,1753],[758,1788],[730,1833],[719,1881],[722,1921],[736,1966],[758,2003],[793,2036],[837,2066],[1177,2066],[1177,1945],[1030,1945],[1030,1845]]},{"area":"432","points":[[1031,1847],[1031,1942],[1293,1942],[1293,1847]]},{"area":"440","points":[[1376,1793],[1376,1778],[1354,1759],[1354,1682],[1435,1682],[1435,1758],[1417,1776],[1417,1793]]},{"area":"43e","points":[[1303,1947],[1303,1843],[1338,1843],[1338,1801],[1488,1801],[1488,1986],[1337,1986],[1337,1947]]},{"area":"442","points":[[1495,1882],[1514,1873],[1532,1855],[1610,1855],[1610,1936],[1530,1936],[1513,1916],[1495,1916]]},{"area":"446","points":[[1354,2111],[1354,2031],[1375,2013],[1375,1995],[1415,1995],[1415,2011],[1435,2031],[1435,2111]]},{"area":"43b","points":[[1182,1993],[1217,1993],[1217,1955],[1297,1955],[1297,1993],[1337,1993],[1337,2107],[1259,2107],[1259,2074],[1303,2074],[1303,2064],[1221,2064],[1221,2031],[1182,2031]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/117-map-7.02-flying-citadel-sublevels.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/118-map-7.02-flying-citadel-sublevels-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":78,"offsetX":26,"offsetY":9,"scale":2},"title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"055"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/122-map-7.03-bastion-of-takhisis.webp"},"imageType":"map","grid":{"type":"square","size":62,"offsetX":-12,"offsetY":-7,"scale":2.5},"title":"Map 7.3: Bastion of Takhisis","width":1700,"height":1214,"id":"056","mapRegions":[{"area":"469","points":[[553,95],[553,202],[1146,202],[1146,95]]},{"area":"46a","points":[[218,757],[218,809],[292,809],[292,757]]},{"area":"472","points":[[374,504],[374,812],[717,812],[717,504]]},{"area":"46e","points":[[220,940],[220,1037],[314,1037],[314,940]]},{"area":"479","points":[[1357,938],[1357,1035],[1458,1035],[1458,938]]},{"area":"47b","points":[[1056,618],[1048,593],[1056,574],[1073,571],[1089,544],[1035,543],[1034,517],[1158,521],[1179,512],[1193,508],[1197,520],[1256,516],[1266,510],[1297,503],[1320,522],[1359,516],[1357,473],[1371,468],[1381,451],[1398,454],[1421,473],[1435,450],[1461,455],[1483,495],[1475,510],[1461,519],[1460,539],[1473,544],[1460,564],[1409,564],[1409,665],[1392,669],[1382,664],[1382,567],[1358,567],[1358,545],[1335,545],[1338,565],[1329,580],[1336,596],[1313,600],[1296,600],[1283,607],[1258,617],[1243,611],[1227,591],[1210,598],[1196,603],[1180,615],[1165,614],[1157,600],[1146,590],[1133,589],[1119,591],[1109,604],[1105,618]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/122-map-7.03-bastion-of-takhisis.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/123-map-7.03-bastion-of-takhisis-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":62,"offsetX":-12,"offsetY":-7,"scale":2.5},"title":"Player Version","width":1700,"height":1214,"mapParent":{"id":"056"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/126-map-7.04-flying-citadel-surface.webp"},"imageType":"map","grid":{"type":"square","size":73,"offsetX":-29,"offsetY":-38,"scale":2,"distance":50},"title":"Map 7.4: Flying Citadel Surface","width":850,"height":1154,"id":"057","mapRegions":[{"area":"47f","points":[[138,58],[138,146],[713,146],[713,58]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/126-map-7.04-flying-citadel-surface.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/127-map-7.04-flying-citadel-surface-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":73,"offsetX":-29,"offsetY":-38,"scale":2,"distance":50},"title":"Player Version","width":850,"height":1154,"mapParent":{"id":"057"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/130-map-7.05-clash-of-fallen-flames.webp"},"imageType":"map","grid":{"type":"square","size":79,"offsetX":-23,"offsetY":-24},"title":"Map 7.5: Clash Of Fallen Flames","width":1700,"height":2303,"id":"058","mapRegions":[{"area":"48e","points":[[135,102],[135,240],[809,240],[809,102]]}],"hrefThumbnail":{"type":"internal","path":"adventure/DSotDQ/thumbnail/130-map-7.05-clash-of-fallen-flames.webp"},"page":"adventure.html","source":"DSotDQ","hash":"dsotdq"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/131-map-7.05-clash-of-fallen-flames-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":79,"offsetX":-23,"offsetY":-24},"title":"Player Version","width":1700,"height":2303,"mapParent":{"id":"058"}}]},{"name":"App. E: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/179-map-12.01-kalaman-northern-wastes.webp"},"imageType":"map","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Map: Kalaman Northern Wastes","width":1700,"height":2429,"id":"059"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/178-map-12.01-kalaman-northern-wastes-player.webp"},"imageType":"mapPlayer","grid":{"type":"hexColsOdd","size":70,"offsetX":-33,"offsetY":1,"distance":6,"units":"miles"},"title":"Player Version","width":1700,"height":2429,"mapParent":{"id":"059"}},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/180-map-12.02-ansalon-continent.webp"},"imageType":"map","grid":{"type":"none","size":52,"scale":3,"distance":25,"units":"miles"},"title":"Map: The Continent of Ansalon on the World of Krynn","width":1700,"height":1199,"id":"05a"},{"type":"image","href":{"type":"internal","path":"adventure/DSotDQ/181-map-12.02-ansalon-continent-player.webp"},"imageType":"mapPlayer","grid":{"type":"none","size":52,"scale":3,"distance":25,"units":"miles"},"title":"Player Version","width":1700,"height":1199,"mapParent":{"id":"05a"}}]}]},"KftGV":{"id":"KftGV","source":"KftGV","prop":"adventure","chapters":[{"name":"The Murkmire Malevolence","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/007-01-004.players-map.webp"},"title":"Map 1.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/009-map-1.02-dms-map.webp"},"imageType":"map","title":"Map 1.2: DM's Map","width":1700,"height":2210,"id":"141","mapRegions":[{"area":"071","points":[[384,603],[385,483],[414,437],[451,406],[626,406],[662,438],[688,475],[688,597],[662,639],[627,664],[456,664],[417,640]]},{"area":"06c","points":[[890,543],[977,543],[977,311],[1421,311],[1421,623],[890,623]]},{"area":"06a","points":[[383,812],[383,732],[832,732],[832,763],[417,763],[417,812]]},{"area":"06b","points":[[1105,763],[1105,809],[1375,809],[1375,763]]},{"area":"05f","points":[[658,865],[658,1093],[1091,1093],[1091,865]]},{"area":"05c","points":[[333,822],[333,1122],[551,1122],[551,822]]},{"area":"052","points":[[335,1183],[460,1183],[460,1221],[516,1221],[516,1183],[640,1183],[640,1218],[696,1218],[696,1183],[818,1183],[818,1303],[698,1303],[698,1266],[641,1266],[641,1304],[518,1304],[518,1263],[461,1263],[461,1303],[335,1303]]},{"area":"055","points":[[881,1186],[1006,1186],[1006,1218],[1058,1218],[1058,1186],[1195,1186],[1195,1301],[1063,1301],[1063,1265],[1005,1265],[1005,1301],[881,1301]]},{"area":"059","points":[[1248,1183],[1248,1302],[1418,1302],[1418,1183]]},{"area":"064","points":[[1158,818],[1158,1119],[1418,1119],[1418,818]]},{"area":"041","points":[[334,1546],[461,1546],[461,1670],[419,1670],[419,1727],[457,1727],[457,1851],[422,1851],[422,1909],[462,1909],[462,2034],[334,2034],[334,1911],[379,1911],[379,1851],[334,1851],[334,1729],[377,1729],[377,1672],[334,1672]]},{"area":"03d","points":[[522,1545],[522,1669],[560,1669],[560,1729],[522,1729],[522,1856],[559,1856],[559,1911],[522,1911],[522,2035],[644,2035],[644,1912],[597,1912],[597,1856],[639,1856],[639,1732],[599,1732],[599,1670],[640,1670],[640,1545]]},{"area":"03a","points":[[700,1590],[700,1458],[782,1458],[782,1498],[871,1498],[886,1517],[898,1543],[905,1565],[907,1590],[1018,1590],[1021,1561],[1030,1539],[1043,1520],[1062,1501],[1150,1501],[1150,1457],[1230,1457],[1230,1590]]},{"area":"035","points":[[699,1593],[699,2030],[1232,2030],[1232,1593]]},{"area":"04d","points":[[1294,1544],[1294,1669],[1415,1669],[1415,1544]]},{"area":"049","points":[[1289,1726],[1289,1850],[1414,1850],[1414,1726]]},{"area":"044","points":[[1291,1908],[1291,2030],[1418,2030],[1418,1908]]}],"grid":{"type":"square","size":50,"offsetX":9,"offsetY":35,"scale":1.095},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/009-map-1.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/010-map-1.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"141"}}]},{"name":"The Stygian Gambit","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/014-02-003.player-map.webp"},"title":"Map 2.1: Players' Map","width":1700,"height":2342,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/016-map-2.02-dms-map.webp"},"imageType":"map","title":"Map 2.2: DM's map","width":1700,"height":2307,"id":"142","mapRegions":[{"area":"0db","points":[[114,150],[114,350],[497,350],[497,150]]},{"area":"0d9","points":[[111,358],[165,358],[165,795],[240,795],[240,839],[111,839]]},{"area":"0c6","points":[[545,383],[246,383],[246,708],[593,708],[590,701],[582,691],[575,683],[563,679],[555,668],[551,654],[549,637],[545,608]]},{"area":"0d9","points":[[672,785],[247,785],[247,717],[627,717],[636,710],[651,707],[663,711],[672,716]]},{"area":"0b7","points":[[625,708],[603,708],[599,697],[590,690],[581,677],[563,669],[561,653],[557,642],[556,619],[557,594],[555,563],[555,535],[563,506],[572,488],[579,459],[592,440],[598,431],[618,415],[622,398],[632,386],[644,373],[651,363],[662,347],[667,336],[688,319],[697,297],[716,272],[724,265],[742,270],[757,281],[783,292],[803,305],[817,314],[843,320],[860,332],[884,339],[911,344],[923,355],[939,361],[955,374],[977,377],[999,382],[1018,397],[1024,409],[1015,427],[1007,434],[1007,482],[1000,494],[989,507],[983,521],[986,545],[971,554],[963,565],[958,583],[947,593],[934,610],[929,618],[929,641],[926,661],[906,703],[894,711],[877,723],[855,723],[843,722],[830,711],[802,710],[776,712],[752,725],[732,717],[707,712],[680,705],[649,699]]},{"area":"0d5","points":[[245,792],[245,1066],[366,1066],[366,792]]},{"area":"0d7","points":[[367,1270],[367,1075],[247,1075],[247,1270]]},{"area":"0c9","points":[[425,795],[425,1090],[671,1090],[671,795]]},{"area":"0cb","points":[[427,1101],[427,1220],[544,1220],[544,1101]]},{"area":"0d3","points":[[553,1100],[553,1220],[672,1220],[672,1100]]},{"area":"0d9","points":[[374,794],[374,1272],[701,1272],[701,1230],[418,1230],[418,794]]},{"area":"0c3","points":[[337,1794],[312,1810],[277,1814],[244,1822],[213,1814],[195,1798],[190,1769],[175,1761],[170,1734],[163,1717],[171,1697],[176,1671],[183,1637],[186,1617],[178,1592],[168,1576],[163,1543],[159,1536],[167,1510],[172,1486],[178,1468],[177,1433],[204,1439],[221,1456],[243,1475],[265,1484],[294,1484],[317,1490],[351,1507],[379,1528],[397,1539],[442,1543],[464,1557],[477,1578],[497,1610],[513,1633],[538,1650],[562,1653],[570,1663],[555,1673],[537,1694],[510,1702],[487,1704],[458,1722],[437,1743],[405,1754],[376,1783]]},{"area":"0aa","points":[[828,1823],[828,1957],[1037,1957],[1037,1823]]},{"area":"0b6","points":[[1393,1165],[1399,1146],[1403,1131],[1414,1123],[1418,1108],[1419,1073],[1413,1061],[1384,1032],[1415,990],[1437,983],[1466,968],[1490,952],[1505,937],[1525,923],[1538,913],[1548,931],[1549,963],[1553,989],[1549,1012],[1545,1046],[1550,1082],[1550,1114],[1543,1165]]},{"area":"0ac","points":[[1206,2043],[1161,1926],[1161,1830],[1229,1719],[1297,1660],[1321,1590],[1386,1569],[1428,1608],[1463,1723],[1460,1762],[1473,1833],[1493,1860],[1510,1883],[1517,1917],[1490,1932],[1463,1943],[1438,1977],[1419,1989],[1354,2009],[1300,2022],[1265,2035],[1229,2050]]},{"area":"0ae","points":[[797,1789],[779,1587],[790,1541],[803,1490],[798,1367],[803,1335],[847,1288],[872,1311],[951,1366],[1035,1450],[1080,1463],[1102,1564],[1099,1641],[1127,1690],[1083,1750],[1003,1771],[935,1790],[850,1803]]},{"area":"0af","points":[[610,1322],[610,1995],[775,1995],[775,1322]]},{"area":"0b4","points":[[1201,1458],[1192,1438],[1187,1406],[1187,1380],[1183,1357],[1191,1321],[1201,1280],[1240,1252],[1243,1235],[1235,1218],[1229,1198],[1190,1189],[1164,1184],[1136,1175],[1129,1150],[1128,1117],[1117,1098],[1090,1050],[1083,1023],[1078,998],[1108,961],[1126,966],[1143,987],[1161,1001],[1180,996],[1210,999],[1237,1015],[1275,1019],[1327,1031],[1365,1038],[1406,1063],[1416,1097],[1402,1117],[1396,1140],[1388,1168],[1381,1181],[1350,1202],[1330,1215],[1334,1238],[1349,1274],[1363,1324],[1361,1373],[1352,1402],[1336,1430],[1320,1463],[1296,1479],[1268,1485],[1240,1477],[1218,1470]]},{"area":"0b9","points":[[1126,879],[1118,851],[1122,832],[1123,808],[1132,792],[1137,755],[1156,728],[1181,702],[1270,563],[1295,531],[1313,537],[1341,556],[1377,570],[1405,585],[1448,617],[1473,630],[1510,652],[1543,667],[1551,689],[1571,710],[1567,753],[1572,797],[1563,817],[1545,837],[1548,864],[1527,901],[1515,921],[1485,943],[1447,970],[1432,982],[1413,970],[1393,957],[1372,946],[1350,944],[1320,923],[1303,917],[1278,893],[1246,881],[1207,883],[1170,895],[1147,893]]},{"area":"0c0","points":[[1049,584],[1084,402],[1130,349],[1284,411],[1315,470],[1259,535],[1174,622]]},{"area":"0b2","points":[[681,809],[681,1227],[923,1227],[923,809]]}],"grid":{"type":"square","size":61,"offsetX":28,"offsetY":53,"scale":2.385,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/016-map-2.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/017-map-2.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"142"}}]},{"name":"Reach for the Stars","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/020-03-003.players-map.webp"},"title":"Map 3.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/021-map-3.02-dms-map.webp"},"imageType":"map","title":"Map 3.2: DM's map","width":1700,"height":2210,"id":"189","mapRegions":[{"area":"137","points":[[717,1985],[690,1977],[664,1937],[650,1917],[649,1886],[644,1860],[651,1821],[666,1791],[687,1773],[706,1756],[720,1738],[715,1719],[683,1702],[658,1684],[646,1676],[631,1630],[636,1603],[640,1579],[653,1527],[682,1499],[713,1479],[737,1474],[773,1476],[806,1477],[837,1500],[863,1522],[883,1557],[890,1587],[887,1623],[882,1657],[857,1690],[823,1713],[805,1726],[805,1745],[843,1768],[873,1793],[888,1837],[893,1891],[877,1941],[848,1968],[824,1981],[792,1967],[787,1992],[764,2005],[737,1997]]},{"area":"10a","points":[[381,1185],[381,1060],[235,1060],[235,1185]]},{"area":"12a","points":[[232,1257],[232,1397],[379,1397],[379,1257]]},{"area":"125","points":[[234,1190],[634,1190],[634,1396],[390,1396],[390,1245],[234,1245]]},{"area":"124","points":[[388,1059],[388,1183],[634,1183],[634,1059]]},{"area":"12b","points":[[482,968],[350,968],[357,984],[356,1003],[347,1023],[317,1053],[482,1053]]},{"area":"121","points":[[489,969],[789,969],[789,1185],[641,1185],[641,1055],[489,1055]]},{"area":"129","points":[[641,1192],[641,1277],[790,1277],[790,1192]]},{"area":"12b","points":[[643,1286],[643,1397],[790,1397],[790,1286]]},{"area":"131","points":[[870,941],[870,1149],[1017,1149],[1017,941]]},{"area":"12e","points":[[1023,942],[1023,1150],[1263,1150],[1263,942]]},{"area":"12c","points":[[1267,945],[1267,1151],[1420,1151],[1420,945]]},{"area":"134","points":[[1025,1157],[1025,1221],[1264,1221],[1264,1157]]},{"area":"135","points":[[1025,1224],[1025,1403],[1263,1403],[1263,1224]]},{"area":"109","points":[[868,463],[859,437],[859,413],[866,390],[883,374],[909,363],[932,364],[956,374],[976,397],[985,422],[981,457],[961,477],[933,491],[907,490],[886,482]]},{"area":"116","points":[[944,491],[964,480],[983,463],[989,442],[990,426],[984,410],[1144,410],[1144,491]]},{"area":"119","points":[[1151,412],[1151,489],[1302,489],[1302,412]]},{"area":"11c","points":[[1305,588],[1305,414],[1416,414],[1416,588]]},{"area":"11f","points":[[1307,594],[1307,831],[1422,831],[1422,594]]},{"area":"10f","points":[[997,597],[997,832],[1303,832],[1303,597]]},{"area":"111","points":[[872,683],[872,564],[1020,564],[1020,588],[990,588],[990,683]]},{"area":"110","points":[[990,690],[990,831],[873,831],[873,690]]},{"area":"114","points":[[1024,497],[1024,592],[1300,592],[1300,497]]},{"area":"107","points":[[237,460],[228,431],[232,402],[247,383],[266,366],[297,362],[323,373],[343,392],[355,417],[350,454],[331,477],[306,490],[276,490],[256,478]]},{"area":"10d","points":[[325,485],[347,470],[359,451],[362,429],[357,408],[637,408],[637,485]]},{"area":"0ff","points":[[644,409],[644,457],[792,457],[792,409]]},{"area":"0fd","points":[[645,464],[645,618],[791,618],[791,464]]},{"area":"100","points":[[390,493],[390,618],[637,618],[637,493]]},{"area":"103","points":[[238,623],[238,713],[384,713],[384,623]]},{"area":"102","points":[[242,718],[242,830],[383,830],[383,718]]},{"area":"0f5","points":[[390,624],[390,830],[637,830],[637,624]]},{"area":"0f9","points":[[644,803],[644,626],[788,626],[788,718],[759,718],[759,803]]},{"area":"0f7","points":[[646,812],[765,812],[765,723],[788,723],[788,831],[646,831]]}],"grid":{"type":"square","size":50,"offsetX":25,"offsetY":44,"scale":1.595,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/021-map-3.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/022-map-3.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"189"}}]},{"name":"Prisoner 13","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/030-p13-003.players-map.webp"},"title":"Map 4.1: Players' Map","width":1700,"height":2307,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/031-map-4.02-dms-map.webp"},"imageType":"map","title":"Map 4.2: DM's map","width":1700,"height":2307,"id":"1f1","mapRegions":[{"area":"15f","points":[[776,321],[776,507],[943,507],[943,321]]},{"area":"160","points":[[832,536],[832,624],[951,624],[951,536]]},{"area":"173","points":[[686,754],[1124,754],[1328,1097],[1328,1127],[1118,1474],[688,1473],[480,1128],[482,1097],[671,778],[689,798],[510,1097],[510,1127],[699,1442],[1110,1442],[1299,1128],[1299,1095],[1112,783],[701,783]]},{"area":"173","points":[[684,754],[670,779],[689,797],[700,782]]},{"area":"176","points":[[767,890],[658,1088],[658,1136],[767,1333],[1049,1333],[1151,1135],[1151,1087],[1047,890],[811,890],[811,796],[1105,796],[1282,1088],[1282,1138],[1102,1429],[708,1429],[531,1139],[531,1085],[704,798],[713,793]]},{"area":"176","points":[[713,796],[811,795],[811,891],[768,891]]},{"area":"174","points":[[664,1095],[771,902],[1041,902],[1146,1095],[1143,1133],[1041,1325],[772,1325],[665,1126],[799,1127],[843,1217],[967,1217],[1019,1116],[967,1012],[844,1010],[801,1095]]},{"area":"174","points":[[663,1097],[800,1097],[793,1112],[799,1125],[663,1124]]},{"area":"179","points":[[804,1112],[851,1021],[960,1021],[1007,1113],[959,1204],[851,1206]]},{"area":"167","points":[[1112,1530],[1112,1713],[1287,1713],[1287,1530]]},{"area":"161","points":[[931,1591],[931,1487],[1088,1487],[1087,1525],[1047,1591]]},{"area":"165","points":[[880,1591],[759,1591],[696,1486],[880,1486]]},{"area":"16a","points":[[256,1473],[312,1385],[371,1473]]},{"area":"16f","points":[[273,1112],[404,1024],[446,1091],[446,1136],[405,1201]]},{"area":"16a","points":[[258,755],[373,755],[314,839]]},{"area":"171","points":[[319,858],[389,754],[549,754],[547,886],[581,907],[477,1084],[457,1084]]},{"area":"172","points":[[561,755],[673,755],[588,897],[561,881]]},{"area":"161","points":[[693,743],[759,638],[880,638],[880,743]]},{"area":"163","points":[[931,741],[931,637],[1053,637],[1116,741]]},{"area":"16a","points":[[1499,845],[1439,755],[1551,755]]},{"area":"16e","points":[[1138,755],[1423,755],[1491,860],[1353,1086],[1335,1086]]},{"area":"16b","points":[[1405,1203],[1365,1135],[1364,1091],[1407,1025],[1539,1112]]},{"area":"169","points":[[1198,1362],[1332,1139],[1353,1139],[1487,1362]]},{"area":"16a","points":[[1439,1475],[1500,1383],[1553,1475]]},{"area":"166","points":[[1096,1486],[1125,1485],[1190,1375],[1487,1375],[1423,1473],[1168,1473],[1144,1513],[1096,1513]]},{"area":"17c","points":[[497,1921],[607,1921],[655,2014],[607,2106],[497,2106],[452,2014]]},{"area":"17e","points":[[851,2106],[805,2017],[851,1922],[891,1922],[891,2106]]},{"area":"180","points":[[901,1921],[960,1921],[1005,2010],[923,2008],[920,1997],[912,1988],[901,1986]]},{"area":"184","points":[[901,2104],[901,2044],[913,2039],[922,2029],[925,2020],[1004,2020],[960,2104]]},{"area":"186","points":[[1144,2013],[1197,1912],[1317,1912],[1370,2013],[1318,2116],[1196,2117]]}],"grid":{"type":"square","size":50,"offsetX":37,"offsetY":-14,"scale":2.55,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/031-map-4.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/032-map-4.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"1f1"}}]},{"name":"Tockworth's Clockworks","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/038-05-003.players-map.webp"},"title":"Map 5.1: Players' Map","width":1700,"height":2237,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/040-map-5.02-dms-map.webp"},"imageType":"map","title":"Map 5.2: DM's map","width":1700,"height":2210,"id":"1f2","mapRegions":[{"area":"1a8","points":[[351,212],[351,284],[410,284],[410,212]]},{"area":"1ab","points":[[509,323],[509,402],[579,402],[579,323]]},{"area":"1af","points":[[854,301],[854,364],[958,364],[958,301]]},{"area":"1bb","points":[[1171,345],[1171,431],[1270,431],[1270,345]]},{"area":"1b5","points":[[1368,356],[1368,421],[1284,421],[1284,356]]},{"area":"1b8","points":[[1342,489],[1374,404],[1417,418],[1385,505]]},{"area":"1e7","points":[[812,556],[812,653],[889,653],[889,556]]},{"area":"1df","points":[[423,736],[423,777],[364,777],[364,736]]},{"area":"1dc","points":[[376,857],[342,805],[378,788],[413,798],[430,827],[427,852],[396,863]]},{"area":"1c3","points":[[1049,837],[991,823],[970,836],[941,841],[928,878],[937,911],[989,933],[1038,931]]},{"area":"1c6","points":[[1159,817],[1159,893],[1248,893],[1248,817]]},{"area":"1cb","points":[[1318,982],[1363,952],[1404,975],[1382,1024],[1345,1030],[1324,1012]]},{"area":"1cf","points":[[137,1269],[137,1595],[468,1595],[468,1269]]},{"area":"1b8","points":[[137,1651],[137,1838],[466,1838],[466,1651]]},{"area":"1b8","points":[[135,1894],[135,2084],[464,2084],[464,1894]]},{"area":"1d3","points":[[530,1263],[863,1263],[863,1349],[669,1349],[669,1398],[530,1398]]},{"area":"1c6","points":[[528,1594],[528,1461],[811,1461],[811,1497],[860,1497],[860,1594]]},{"area":"1c3","points":[[526,1654],[526,1986],[859,1986],[859,1654]]},{"area":"1a8","points":[[918,1263],[918,1498],[1152,1498],[1152,1263]]},{"area":"1af","points":[[1212,1265],[1212,1493],[1544,1493],[1544,1265]]},{"area":"1bb","points":[[920,1606],[920,1884],[1151,1884],[1151,1606]]},{"area":"1e7","points":[[1222,1773],[1226,1737],[1235,1702],[1253,1671],[1275,1645],[1302,1629],[1349,1609],[1389,1605],[1438,1615],[1463,1632],[1492,1654],[1509,1674],[1523,1699],[1538,1732],[1544,1760],[1544,1773],[1541,1796],[1538,1818],[1524,1840],[1505,1875],[1478,1897],[1450,1912],[1414,1925],[1381,1930],[1347,1926],[1310,1914],[1277,1894],[1251,1865],[1231,1835],[1222,1804]]}],"grid":{"type":"square","size":50,"offsetX":36,"offsetY":-12,"scale":1.025},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/040-map-5.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/041-map-5.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"1f2"}}]},{"name":"Masterpiece Imbroglio","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/045-06-003.player-map.webp"},"title":"Map 6.1: Players' Map","width":1700,"height":2352,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/046-map-6.02-dms-map.webp"},"imageType":"map","title":"Map 6.2: DM's map","width":1700,"height":2307,"id":"1f3","mapRegions":[{"area":"260","points":[[137,237],[145,195],[164,170],[201,145],[241,138],[272,146],[303,171],[312,170],[326,192],[335,215],[328,218],[322,253],[310,282],[293,305],[267,319],[232,325],[201,320],[174,308],[148,283],[142,261]]},{"area":"25b","points":[[234,693],[237,669],[243,638],[262,608],[285,586],[311,572],[339,564],[370,569],[400,587],[418,603],[434,637],[453,669],[449,709],[437,737],[415,759],[383,778],[344,785],[306,776],[276,757],[255,739],[242,714]]},{"area":"259","points":[[328,415],[467,337],[529,452],[391,524]]},{"area":"256","points":[[415,529],[533,459],[597,572],[464,654],[426,588],[443,572]]},{"area":"24f","points":[[467,668],[669,543],[698,595],[490,723],[466,681]]},{"area":"252","points":[[476,334],[637,244],[762,477],[608,570]]},{"area":"244","points":[[952,139],[952,230],[1045,230],[1045,139]]},{"area":"247","points":[[826,208],[826,325],[914,325],[914,208]]},{"area":"24a","points":[[978,489],[978,338],[831,338],[831,489]]},{"area":"23e","points":[[1024,304],[1024,490],[1143,490],[1143,304]]},{"area":"239","points":[[922,206],[946,206],[946,237],[1017,237],[1017,330],[922,330]]},{"area":"23b","points":[[1022,241],[1055,241],[1055,208],[1177,208],[1177,490],[1152,490],[1152,295],[1022,295]]},{"area":"241","points":[[1184,208],[1184,294],[1306,294],[1306,208]]},{"area":"242","points":[[1185,302],[1185,489],[1303,489],[1303,302]]},{"area":"217","points":[[1534,724],[1534,142],[1317,142],[1317,724]]},{"area":"237","points":[[453,1489],[412,1412],[378,1392],[358,1388],[330,1388],[295,1397],[267,1412],[250,1439],[236,1471],[242,1521],[249,1544],[259,1564],[280,1581],[299,1591],[322,1597],[348,1602],[373,1597],[400,1587],[425,1569],[440,1549],[451,1519]]},{"area":"231","points":[[325,1236],[467,1158],[529,1269],[389,1347]]},{"area":"22d","points":[[481,1148],[532,1121],[695,1410],[637,1445]]},{"area":"233","points":[[628,1449],[490,1533],[396,1355],[533,1278]]},{"area":"22b","points":[[761,1296],[671,1348],[539,1116],[635,1064]]},{"area":"229","points":[[759,1168],[719,1155],[683,1089],[636,1031],[544,1053],[491,950],[602,906],[701,906],[738,928],[770,988],[794,1019],[808,1077],[794,1155]]},{"area":"225","points":[[825,1116],[825,1024],[975,1024],[975,1049],[881,1049],[881,1116]]},{"area":"220","points":[[824,1122],[824,1304],[975,1304],[975,1122]]},{"area":"219","points":[[984,1150],[984,1309],[1015,1309],[1015,1150]]},{"area":"21d","points":[[1023,1027],[1023,1307],[1303,1307],[1303,1027]]},{"area":"212","points":[[1311,960],[1311,1537],[1535,1537],[1535,960]]},{"area":"27c","points":[[374,2055],[322,1956],[470,1880],[521,1978]]},{"area":"27f","points":[[378,2065],[406,2050],[488,2200],[458,2214]]},{"area":"279","points":[[416,2046],[526,1985],[601,2131],[494,2195]]},{"area":"278","points":[[535,1972],[695,1886],[647,1789],[479,1876]]},{"area":"274","points":[[567,2035],[727,1946],[700,1889],[536,1980]]},{"area":"277","points":[[570,2043],[653,1997],[693,2075],[611,2124]]},{"area":"276","points":[[774,2029],[733,1953],[660,1992],[701,2072]]},{"area":"26b","points":[[1249,1741],[1249,1806],[1217,1806],[1217,1832],[1308,1832],[1308,1807],[1277,1807],[1277,1741]]},{"area":"26d","points":[[1215,1843],[1215,2037],[1310,2037],[1310,1843]]},{"area":"270","points":[[1020,1875],[1020,2034],[1208,2034],[1208,1875]]},{"area":"272","points":[[823,1875],[823,2033],[1011,2033],[1011,1875]]},{"area":"264","points":[[821,1741],[821,1868],[1113,1868],[1113,1741]]},{"area":"269","points":[[1118,1742],[1118,1867],[1207,1867],[1207,1742]]}],"grid":{"type":"square","size":50,"offsetX":54,"offsetY":9,"scale":1.531},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/046-map-6.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/047-map-6.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"1f3"}}]},{"name":"Axe from the Grave","ix":7,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/053-07-003.player-map.webp"},"title":"Map 7.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/054-map-7.02-dms-map.webp"},"imageType":"map","title":"Map 7.2: DM's Map","width":1700,"height":2210,"id":"283","mapRegions":[{"area":"2c8","points":[[357,675],[324,673],[300,661],[275,640],[265,604],[264,569],[274,534],[300,508],[333,492],[370,495],[401,507],[431,539],[439,569],[442,600],[442,675]]},{"area":"2c5","points":[[341,975],[341,796],[256,796],[256,975]]},{"area":"2c5","points":[[654,796],[654,982],[743,982],[743,796]]},{"area":"2c5","points":[[460,682],[460,596],[639,596],[639,682]]},{"area":"2c3","points":[[361,1077],[361,747],[405,747],[405,689],[637,689],[637,1078],[541,1078],[541,1127],[461,1127],[461,1077]]},{"area":"2c6","points":[[657,1077],[659,1111],[670,1136],[693,1158],[719,1170],[754,1176],[783,1170],[818,1156],[838,1128],[844,1092],[839,1071],[830,1043],[807,1015],[787,1004],[749,993],[657,993]]},{"area":"2d3","points":[[1008,675],[991,676],[964,673],[934,655],[922,635],[909,602],[909,571],[919,536],[948,506],[982,494],[1017,492],[1038,500],[1063,515],[1083,546],[1091,583],[1091,675]]},{"area":"2d0","points":[[1007,833],[1007,697],[1091,697],[1091,833]]},{"area":"2d6","points":[[1100,699],[1100,831],[1289,831],[1289,699]]},{"area":"2cb","points":[[1005,844],[1005,1075],[1288,1075],[1288,844]]},{"area":"2ce","points":[[1104,1094],[1104,1130],[1192,1130],[1192,1094]]},{"area":"2c9","points":[[1300,993],[1425,994],[1461,1009],[1483,1041],[1493,1076],[1487,1109],[1475,1137],[1456,1155],[1434,1168],[1393,1173],[1356,1166],[1322,1144],[1300,1098]]},{"area":"2c1","points":[[346,1469],[322,1464],[296,1455],[279,1430],[265,1405],[260,1377],[273,1338],[290,1308],[313,1301],[345,1291],[375,1293],[397,1299],[420,1316],[441,1343],[447,1376],[447,1390],[398,1386],[391,1408],[375,1419],[360,1426],[346,1426]]},{"area":"2bf","points":[[357,1477],[357,1439],[386,1427],[408,1395],[641,1395],[641,1477]]},{"area":"2b6","points":[[260,1595],[363,1595],[363,1538],[408,1538],[408,1486],[643,1489],[643,1866],[546,1866],[546,1922],[460,1922],[460,1869],[365,1869],[365,1773],[260,1773]]},{"area":"2ba","points":[[659,1591],[659,1773],[745,1773],[745,1591]]},{"area":"2bc","points":[[659,1869],[661,1889],[670,1916],[687,1940],[713,1961],[749,1967],[781,1966],[812,1952],[839,1919],[851,1882],[845,1843],[826,1814],[804,1796],[777,1786],[659,1786]]},{"area":"2df","points":[[1295,1881],[1295,1484],[1002,1484],[1002,1881]]},{"area":"2dd","points":[[995,1294],[1032,1301],[1058,1311],[1078,1342],[1089,1368],[1089,1403],[1075,1438],[1050,1465],[1032,1476],[995,1479],[959,1466],[934,1445],[915,1424],[909,1398],[907,1372],[914,1351],[930,1326],[948,1307],[970,1298]]},{"area":"2da","points":[[1300,1888],[1309,1920],[1322,1943],[1352,1964],[1390,1972],[1419,1969],[1450,1956],[1473,1935],[1482,1912],[1489,1879],[1487,1852],[1473,1829],[1450,1805],[1420,1790],[1391,1784],[1360,1792],[1333,1809],[1310,1833]]}],"grid":{"type":"square","size":50,"offsetX":10,"offsetY":50,"scale":1.014},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/054-map-7.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/055-map-7.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"283"}}]},{"name":"Vidorant's Vault","ix":8,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/061-08-003.players-map.webp"},"title":"Map 8.1: Players' Map","width":1700,"height":2322,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/062-map-8.02-dms-map.webp"},"imageType":"map","title":"Map 8.2: DM's Map","width":1700,"height":2307,"id":"284","mapRegions":[{"area":"339","points":[[163,278],[785,278],[953,432],[163,432]]},{"area":"33e","points":[[176,457],[596,457],[596,1035],[513,1035],[286,819],[176,819]]},{"area":"343","points":[[668,560],[668,927],[872,927],[872,560]]},{"area":"348","points":[[1313,1036],[1313,562],[999,562],[999,1036]]},{"area":"337","points":[[1370,727],[1370,994],[1498,994],[1498,727]]},{"area":"307","points":[[176,1335],[176,1480],[599,1480],[599,1335]]},{"area":"30b","points":[[177,1494],[177,1860],[379,1860],[379,1494]]},{"area":"31b","points":[[394,1496],[394,1701],[599,1701],[599,1496]]},{"area":"316","points":[[394,1716],[394,1863],[711,1863],[711,1716]]},{"area":"30f","points":[[302,1876],[513,2080],[710,2080],[710,1876]]},{"area":"326","points":[[725,1714],[725,2082],[930,2082],[930,1714]]},{"area":"32a","points":[[945,1715],[945,2081],[1259,2081],[1259,1715]]},{"area":"337","points":[[1311,1911],[1311,2073],[1504,2073],[1504,1911]]},{"area":"333","points":[[1275,1873],[1275,1500],[1330,1500],[1528,1683],[1528,1873]]},{"area":"32e","points":[[945,1502],[945,1700],[1257,1700],[1257,1502]]},{"area":"320","points":[[614,1700],[614,1336],[779,1336],[929,1475],[929,1700]]}],"grid":{"type":"square","size":55,"offsetX":1,"offsetY":3},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/062-map-8.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/063-map-8.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"284"}}]},{"name":"Shard of the Accursed","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/069-09-004.players-map.webp"},"title":"Map 9.1: Players' Map","width":1700,"height":2210,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/070-map-9.02-dms-map.webp"},"imageType":"map","title":"Map 9.2: DM's Map","width":1700,"height":2210,"id":"285","mapRegions":[{"area":"3a6","points":[[340,595],[329,619],[304,630],[278,631],[253,614],[242,588],[239,564],[254,542],[269,529],[290,526],[318,531],[335,550],[343,567]]},{"area":"3a8","points":[[464,566],[500,530],[606,530],[607,635],[500,631],[464,596]]},{"area":"3ab","points":[[465,411],[465,478],[646,478],[646,411]]},{"area":"3ae","points":[[467,680],[642,684],[644,750],[465,750]]},{"area":"3b3","points":[[688,223],[688,330],[1105,330],[1105,223]]},{"area":"3b9","points":[[1186,516],[1186,302],[1266,301],[1300,263],[1485,263],[1485,479],[1415,481],[1372,516]]},{"area":"3b7","points":[[1111,636],[1111,569],[1144,569],[1188,527],[1293,527],[1293,557],[1213,636]]},{"area":"3b1","points":[[729,562],[739,527],[760,487],[785,455],[816,435],[851,420],[877,411],[915,411],[951,421],[985,438],[1010,458],[1032,487],[1050,524],[1065,566],[1061,601],[1052,637],[1033,673],[1012,699],[986,723],[954,740],[913,750],[875,750],[843,742],[813,729],[790,712],[767,687],[746,654],[733,617],[728,583]]},{"area":"3bd","points":[[692,835],[758,835],[758,870],[838,870],[838,835],[804,835],[804,795],[984,795],[984,835],[952,835],[952,869],[1028,869],[1028,835],[1102,835],[1102,941],[1030,941],[1030,911],[957,911],[957,940],[992,940],[992,984],[956,984],[956,1024],[993,1024],[993,1062],[953,1062],[953,1103],[913,1103],[913,1137],[875,1137],[875,1102],[840,1102],[840,1062],[806,1062],[806,1025],[839,1025],[839,988],[799,988],[799,942],[836,942],[836,908],[762,908],[762,943],[692,943]]},{"area":"399","points":[[232,1181],[232,1247],[417,1247],[417,1181]]},{"area":"395","points":[[236,1258],[236,1508],[415,1508],[415,1258]]},{"area":"391","points":[[419,1179],[419,1492],[454,1492],[454,1179]]},{"area":"393","points":[[462,1177],[462,1247],[645,1247],[645,1177]]},{"area":"394","points":[[461,1520],[461,1590],[646,1590],[646,1520]]},{"area":"39d","points":[[462,1296],[462,1473],[605,1473],[605,1296]]},{"area":"39f","points":[[233,1521],[233,1663],[453,1663],[453,1521]]},{"area":"381","points":[[879,1515],[848,1502],[823,1494],[789,1473],[766,1453],[749,1429],[738,1396],[730,1357],[731,1320],[742,1284],[753,1261],[775,1233],[804,1210],[833,1196],[864,1186],[893,1182],[931,1187],[957,1197],[992,1216],[1028,1246],[1046,1277],[1059,1313],[1060,1353],[1056,1393],[1043,1419],[1028,1443],[1008,1465],[987,1483],[962,1498],[938,1506],[908,1516]]},{"area":"387","points":[[1003,1212],[1107,1106],[1306,1105],[1340,1136],[1139,1139],[1032,1243]]},{"area":"388","points":[[1148,1186],[1148,1474],[1564,1474],[1564,1186]]},{"area":"38e","points":[[1037,1600],[1037,1743],[1102,1743],[1102,1600]]},{"area":"3a2","points":[[688,1603],[688,1744],[754,1744],[754,1603]]},{"area":"37e","points":[[843,1744],[843,1595],[880,1559],[907,1559],[951,1602],[951,1744],[920,1787],[879,1787]]},{"area":"37b","points":[[770,1903],[770,1827],[802,1795],[988,1795],[1022,1833],[1022,1903],[990,1935],[797,1935]]},{"area":"378","points":[[830,1976],[830,2100],[966,2100],[966,1976]]}],"grid":{"type":"square","size":50,"offsetX":48,"offsetY":39,"scale":1.31,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/070-map-9.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/071-map-9.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2210,"mapParent":{"id":"285"}}]},{"name":"Heart of Ashes","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/076-10-003.player-map.webp"},"title":"Map 10.1: Players' Map","width":1700,"height":2189,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/077-map-10.02-dms-map.webp"},"imageType":"map","title":"Map 10.2: DM's Map","width":1700,"height":2234,"id":"286","mapRegions":[{"area":"3e5","points":[[269,114],[269,205],[586,205],[586,619],[266,619],[266,309],[136,309],[136,703],[672,703],[672,114]]},{"area":"3f3","points":[[270,212],[270,616],[579,616],[579,212]]},{"area":"3e4","points":[[258,298],[199,298],[178,277],[174,249],[179,226],[200,210],[225,205],[249,215],[258,231]]},{"area":"3e7","points":[[135,711],[135,977],[671,977],[671,711]]},{"area":"3ef","points":[[682,297],[682,124],[899,124],[899,297]]},{"area":"3ec","points":[[683,301],[683,480],[899,480],[899,301]]},{"area":"3e9","points":[[682,486],[682,661],[895,661],[895,486]]},{"area":"3f8","points":[[1187,350],[1014,522],[1141,648],[1309,469]]},{"area":"3fb","points":[[906,766],[906,983],[1134,983],[1134,766]]},{"area":"3fe","points":[[1141,978],[1141,762],[1239,762],[1267,776],[1288,794],[1303,819],[1313,852],[1314,885],[1306,913],[1293,944],[1272,965],[1241,980]]},{"area":"3f6","points":[[997,1388],[997,1296],[1031,1246],[1080,1209],[1224,1209],[1261,1232],[1290,1252],[1312,1298],[1312,1388],[1292,1430],[1260,1460],[1222,1476],[1090,1476],[1055,1461],[1029,1438],[1009,1414]]},{"area":"3e1","points":[[891,1388],[891,1169],[452,1169],[452,1388]]},{"area":"3d8","points":[[265,1567],[265,1171],[397,1171],[397,1395],[669,1395],[669,1567]]},{"area":"3dc","points":[[128,1350],[128,1618],[260,1618],[260,1350]]},{"area":"3e4","points":[[187,1339],[173,1319],[170,1292],[179,1273],[195,1260],[216,1255],[239,1255],[260,1256],[260,1327],[235,1339]]},{"area":"3df","points":[[675,1394],[675,1743],[892,1743],[892,1394]]},{"area":"3d6","points":[[402,1576],[402,2021],[666,2021],[666,1576]]},{"area":"3da","points":[[133,2024],[133,1625],[265,1625],[265,1579],[394,1579],[394,2024]]}],"grid":{"type":"square","size":50,"offsetX":-7,"offsetY":28,"scale":1.099},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/077-map-10.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/078-map-10.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2234,"mapParent":{"id":"286"}}]},{"name":"Affair on the Concordant Express","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/083-11-003.player-map.webp"},"title":"Map 11.1: Players' Map","width":1700,"height":2307,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/084-map-11.02-dms-map.webp"},"imageType":"map","title":"Map 11.2: DM's Map","width":1700,"height":2307,"id":"287","mapRegions":[{"area":"423","points":[[212,343],[212,622],[366,622],[366,343]]},{"area":"427","points":[[543,343],[543,664],[699,664],[699,343]]},{"area":"42a","points":[[877,613],[877,390],[883,366],[906,347],[926,341],[1068,341],[1088,349],[1111,370],[1116,395],[1116,613],[1111,643],[1092,661],[1073,664],[925,664],[900,659],[887,647],[877,633]]},{"area":"42f","points":[[916,1010],[916,1330],[1073,1330],[1073,1010]]},{"area":"432","points":[[460,1169],[468,1127],[483,1088],[503,1062],[530,1039],[557,1024],[582,1016],[609,1011],[643,1011],[676,1019],[711,1038],[740,1058],[763,1087],[779,1130],[782,1169],[780,1197],[773,1229],[759,1254],[737,1281],[714,1300],[686,1319],[658,1330],[635,1333],[607,1333],[574,1326],[545,1313],[513,1291],[493,1264],[474,1233],[464,1199]]},{"area":"42d","points":[[210,1008],[210,1331],[364,1331],[364,1008]]},{"area":"43e","points":[[167,1998],[406,1998],[406,1708],[394,1689],[380,1677],[195,1677],[180,1687],[167,1706]]},{"area":"441","points":[[501,1673],[739,1673],[739,1755],[764,1755],[764,1830],[743,1830],[743,1879],[762,1879],[762,1953],[743,1953],[743,2038],[501,2038],[501,1954],[481,1954],[481,1882],[501,1882],[501,1831],[480,1831],[480,1754],[501,1754]]},{"area":"441","points":[[875,2038],[875,1954],[852,1954],[852,1878],[875,1878],[875,1828],[855,1828],[855,1756],[875,1756],[875,1671],[1114,1671],[1114,1756],[1138,1756],[1138,1831],[1114,1831],[1114,1881],[1140,1881],[1140,1956],[1114,1956],[1114,2038]]},{"area":"448","points":[[1290,2041],[1290,1841],[1445,1841],[1445,2041]]}],"grid":{"type":"square","size":50,"offsetX":48,"offsetY":56,"scale":1.204},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/084-map-11.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/085-map-11.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"287"}}]},{"name":"Party at Paliset Hall","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/091-12-003.player-map.webp"},"title":"Map 12.1: Players' Map","width":1700,"height":2317,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/092-map-12.02-dms-map.webp"},"imageType":"map","title":"Map 12.2: DM's Map","width":1700,"height":2307,"id":"288","mapRegions":[{"area":"4af","points":[[1004,1704],[1004,2173],[1592,2173],[1592,1704]]},{"area":"473","points":[[280,1976],[280,1833],[316,1786],[347,1755],[407,1727],[432,1719],[547,1719],[588,1734],[625,1753],[663,1783],[683,1808],[699,1837],[699,1976],[621,2034],[603,2081],[579,2107],[546,2130],[500,2146],[450,2140],[408,2120],[379,2087],[361,2053],[356,2037]]},{"area":"477","points":[[364,1578],[364,1514],[377,1491],[398,1464],[421,1446],[462,1426],[513,1426],[547,1441],[580,1463],[599,1490],[613,1514],[613,1578],[606,1613],[588,1638],[557,1663],[527,1674],[447,1674],[414,1659],[384,1624],[373,1601]]},{"area":"47c","points":[[433,1274],[433,1375],[544,1375],[544,1274]]},{"area":"47f","points":[[240,1227],[131,1173],[130,1155],[167,1043],[430,930],[545,930],[807,1043],[846,1153],[846,1167],[743,1227]]},{"area":"48d","points":[[130,1454],[130,1233],[237,1233],[237,1506]]},{"area":"48a","points":[[247,1235],[414,1235],[428,1239],[439,1253],[440,1262],[428,1262],[428,1417],[401,1417],[380,1421],[359,1435],[354,1458],[354,1498],[247,1443]]},{"area":"483","points":[[625,1501],[625,1445],[610,1427],[591,1418],[553,1418],[553,1264],[536,1264],[542,1246],[558,1233],[732,1233],[732,1443]]},{"area":"486","points":[[742,1437],[742,1234],[847,1234],[847,1380]]},{"area":"4ae","points":[[966,1234],[966,1420],[1610,1420],[1610,1234]]},{"area":"4a9","points":[[963,1113],[963,1227],[1610,1227],[1610,1113]]},{"area":"498","points":[[739,286],[739,201],[776,167],[808,167],[847,203],[847,286],[810,318],[775,318]]},{"area":"4a7","points":[[131,468],[131,401],[168,283],[238,257],[238,468]]},{"area":"49f","points":[[131,477],[241,477],[352,512],[389,512],[389,620],[131,620]]},{"area":"4a3","points":[[132,628],[235,628],[235,750],[132,697]]},{"area":"4a4","points":[[246,626],[389,626],[389,661],[370,668],[355,686],[355,772],[339,805],[246,758]]},{"area":"492","points":[[643,806],[626,767],[626,688],[614,670],[603,662],[590,663],[590,553],[848,553],[848,696]]},{"area":"495","points":[[740,540],[740,295],[773,321],[811,321],[821,312],[847,393],[847,540]]},{"area":"49d","points":[[585,514],[622,514],[732,477],[732,540],[585,540]]},{"area":"490","points":[[247,435],[356,477],[393,439],[419,419],[446,406],[485,398],[518,399],[548,407],[578,426],[600,446],[621,474],[730,435],[730,469],[624,505],[356,505],[247,467]]}],"grid":{"type":"square","size":50,"offsetX":18,"offsetY":18,"scale":1.315},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/092-map-12.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/093-map-12.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"288"}}]},{"name":"Fire and Darkness","ix":13,"images":[{"type":"image","href":{"type":"internal","path":"adventure/KftGV/100-13-003.player-map.webp"},"title":"Map 13.1: Players' Map","width":1700,"height":2312,"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/101-map-13.02-dms-map.webp"},"imageType":"map","title":"Map 13.2: DM's Map","width":1700,"height":2307,"id":"359","mapRegions":[{"area":"52c","points":[[1405,2037],[1405,2191],[1577,2191],[1577,2037]]},{"area":"4ff","points":[[441,1312],[441,1367],[517,1367],[517,1312]]},{"area":"4fd","points":[[379,1388],[379,1487],[437,1487],[437,1388]]},{"area":"4fd","points":[[462,1410],[462,1508],[517,1508],[517,1410]]},{"area":"4fb","points":[[301,1507],[454,1507],[454,1523],[381,1523],[381,1581],[326,1581],[326,1563],[361,1563],[361,1524],[301,1524]]},{"area":"4f9","points":[[299,1717],[299,1755],[344,1755],[344,1717]]},{"area":"501","points":[[477,1949],[516,1949],[516,1915],[554,1915],[554,1986],[477,1986]]},{"area":"503","points":[[613,1890],[613,1946],[688,1946],[688,1890]]},{"area":"508","points":[[648,1951],[648,2008],[728,2008],[728,1951]]},{"area":"505","points":[[743,1926],[743,1892],[695,1892],[695,1926]]},{"area":"50b","points":[[750,1927],[750,1836],[821,1836],[821,1927]]},{"area":"50d","points":[[1017,1952],[1017,2026],[1113,2026],[1113,1952]]},{"area":"50f","points":[[977,1601],[977,1548],[906,1548],[906,1601]]},{"area":"517","points":[[1097,1564],[1097,1599],[1149,1599],[1149,1564]]},{"area":"514","points":[[1099,1605],[1148,1605],[1148,1657],[1115,1657],[1115,1641],[1099,1641]]},{"area":"512","points":[[962,1683],[1056,1683],[1056,1664],[1170,1664],[1170,1771],[1056,1771],[1056,1757],[962,1757]]},{"area":"51b","points":[[1175,1663],[1271,1663],[1297,1671],[1311,1685],[1319,1701],[1323,1721],[1318,1740],[1305,1759],[1289,1770],[1272,1774],[1175,1774]]},{"area":"51f","points":[[1272,1565],[1380,1565],[1380,1677],[1346,1677],[1346,1656],[1272,1656]]},{"area":"526","points":[[1387,1661],[1387,1737],[1442,1737],[1442,1661]]},{"area":"523","points":[[1323,1699],[1343,1699],[1343,1681],[1380,1681],[1380,1752],[1346,1752],[1346,1737],[1324,1737],[1331,1726],[1329,1712]]},{"area":"529","points":[[1306,1776],[1344,1776],[1344,1757],[1381,1757],[1381,1852],[1306,1852]]},{"area":"4f4","points":[[1025,214],[1026,197],[1033,184],[1047,169],[1061,163],[1079,161],[1098,168],[1113,182],[1120,197],[1123,216],[1119,234],[1111,249],[1093,257],[1074,261],[1046,254],[1028,237]]},{"area":"4f4","points":[[1223,187],[1226,165],[1237,146],[1247,135],[1271,133],[1290,136],[1306,150],[1313,163],[1320,181],[1318,200],[1309,217],[1294,231],[1268,234],[1244,228],[1228,209]]},{"area":"4eb","points":[[888,998],[793,890],[736,744],[700,687],[688,588],[766,420],[781,322],[842,306],[962,278],[1027,272],[1088,290],[1207,280],[1291,254],[1398,251],[1442,318],[1442,382],[1438,466],[1383,534],[1357,561],[1328,591],[1322,678],[1358,731],[1406,791],[1402,883],[1402,960],[1300,986],[1096,994],[1036,984],[1045,756],[1135,734],[1201,710],[1253,672],[1265,557],[1287,485],[1276,429],[1229,396],[1112,383],[1086,426],[1031,464],[978,475],[914,482],[817,515],[804,566],[827,603],[862,667],[894,727],[939,746]]},{"area":"4eb","points":[[939,744],[958,753],[999,758],[1043,754],[1036,984],[967,974],[907,993],[887,998]]},{"area":"4f2","points":[[910,1029],[927,1004],[953,992],[982,992],[997,1008],[1008,1030],[1007,1054],[999,1073],[978,1085],[961,1090],[935,1085],[917,1068],[907,1051]]},{"area":"4e5","points":[[261,631],[695,342],[739,351],[730,374],[731,402],[726,410],[714,430],[736,426],[728,445],[713,451],[704,481],[713,496],[710,511],[697,536],[683,557],[677,585],[674,624],[674,659],[671,689],[681,713],[709,748],[707,755],[629,787],[601,775],[581,771],[554,781],[536,790],[527,815],[524,827],[459,852],[447,835],[420,824],[383,832],[257,688],[264,672],[267,652]]},{"area":"4de","points":[[384,841],[410,837],[429,842],[447,852],[454,864],[531,838],[537,811],[551,792],[571,783],[589,780],[611,786],[625,801],[632,822],[636,842],[625,862],[606,874],[582,881],[570,957],[588,977],[597,999],[589,1024],[576,1046],[558,1056],[522,1051],[506,1036],[495,1017],[497,993],[500,979],[440,923],[427,930],[404,934],[387,927],[371,913],[361,892],[364,872],[370,856]]},{"area":"4dc","points":[[272,1128],[440,940],[487,984],[349,1131]]},{"area":"4e9","points":[[577,945],[589,889],[624,874],[638,853],[647,822],[721,792],[741,815],[749,855],[770,885],[780,903],[803,929],[827,954],[840,970],[861,997],[891,1005],[904,1018],[603,990],[599,972],[581,955]]},{"area":"4f6","points":[[1352,613],[1378,559],[1422,511],[1468,492],[1563,467],[1617,463],[1639,471],[1639,776],[1579,779],[1516,770],[1438,751],[1394,720],[1373,685],[1361,662],[1335,635]]},{"area":"4e2","points":[[157,657],[162,630],[178,614],[206,604],[233,611],[250,628],[256,648],[255,671],[248,688],[224,701],[193,703],[170,689],[160,670]]},{"area":"4f2","points":[[685,310],[677,287],[684,263],[700,247],[722,241],[744,240],[763,250],[776,270],[779,297],[771,318],[749,336],[724,337],[699,330]]},{"area":"4ef","points":[[932,649],[949,629],[948,607],[967,588],[973,567],[976,536],[995,510],[1020,500],[1058,487],[1093,470],[1104,451],[1130,437],[1199,431],[1242,464],[1250,507],[1251,532],[1248,570],[1244,592],[1242,620],[1237,649],[1211,669],[1171,678],[1158,691],[1124,714],[1084,717],[1051,723],[1013,736],[980,734],[958,702],[943,672]]}],"grid":{"type":"square","size":50,"offsetX":36,"offsetY":48,"scale":2.59,"distance":10},"hrefThumbnail":{"type":"internal","path":"adventure/KftGV/thumbnail/101-map-13.02-dms-map.webp"},"page":"adventure.html","source":"KftGV","hash":"kftgv"},{"type":"image","href":{"type":"internal","path":"adventure/KftGV/102-map-13.02-dms-map-player.webp"},"imageType":"mapPlayer","title":"Player Version","width":1700,"height":2307,"mapParent":{"id":"359"}}]}]},"DMG":{"id":"DMG","source":"DMG","prop":"book","chapters":[{"name":"App. C: Maps","ix":12,"images":[{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-1.jpg"},"width":1125,"height":2475,"imageType":"map","title":"Map 1","grid":{"type":"square","size":97,"offsetX":-19,"offsetY":3,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-2.jpg"},"width":1013,"height":2862,"imageType":"map","title":"Map 2","grid":{"type":"square","size":146,"offsetX":-50,"offsetY":50,"scale":2}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-3.jpg"},"width":2179,"height":2942,"imageType":"map","title":"Map 3","grid":{"type":"square","size":117,"offsetX":14,"offsetY":-6,"scale":2,"distance":10}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-4.jpg"},"width":2182,"height":3105,"imageType":"map","title":"Map 4","grid":{"type":"square","size":84,"scale":3}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-5.jpg"},"width":3900,"height":3151,"imageType":"map","title":"Map 5","grid":{"type":"none","size":146,"distance":100}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-6.jpg"},"width":3375,"height":2625,"imageType":"map","title":"Map 6","grid":{"type":"none","size":53,"distance":100}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-7.jpg"},"width":2100,"height":1575,"imageType":"map","title":"Map 7","grid":{"type":"square","size":105,"scale":2}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-8.jpg"},"width":2288,"height":1613,"imageType":"map","title":"Map 8","grid":{"type":"square","size":75,"offsetX":21,"offsetY":36}},{"type":"image","href":{"type":"internal","path":"book/DMG/app-c-9.jpg"},"width":2040,"height":2965,"imageType":"map","title":"Map 9","grid":{"type":"square","size":102,"offsetX":50,"offsetY":20,"scale":3}}]}]},"SCAG":{"id":"SCAG","source":"SCAG","prop":"book","chapters":[{"name":"Preface","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map.jpg"},"width":5564,"height":3600,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 1: Welcome to the Realms","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Northern Faerun Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map"}]},{"name":"Ch. 2: The Sword Coast and the North","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Baldur's Gate.jpg"},"width":1391,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Baldurs Gate Map.jpg"},"width":1439,"height":1000,"imageType":"map","grid":{"type":"none"},"mapRegions":[{"area":"095","points":[[83,476],[100,492],[127,484],[180,369],[238,322],[243,292],[215,275],[152,325]]},{"area":"096","points":[[434,267],[427,291],[523,378],[558,445],[588,462],[608,439],[579,367],[557,339],[462,258]]},{"area":"097","points":[[1069,178],[1062,205],[1146,300],[1228,366],[1304,416],[1330,415],[1334,385],[1248,321],[1187,267],[1106,177]]}],"hrefThumbnail":{"type":"internal","path":"book/SCAG/thumbnail/Baldurs Gate Map.webp"},"id":"1e1","page":"book.html","source":"SCAG","hash":"scag"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Mirabar.jpg"},"width":1660,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Neverwinter.jpg"},"width":1321,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Neverwinter Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Silverymoon.jpg"},"width":1204,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Waterdeep Map.jpg"},"width":815,"height":1000,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Yartar.jpg"},"width":1145,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Moonshaes.jpg"},"width":563,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Nelanther.jpg"},"width":1041,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Darkhold.jpg"},"width":1042,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Evereska.jpg"},"width":1047,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Hartsvale.jpg"},"width":1010,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - High Moor.jpg"},"width":852,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Trielta Hills.jpg"},"width":1355,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Sword Coast Map - Luskan.jpg"},"width":1186,"height":800,"grid":{"type":"none","size":200,"distance":100,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/SCAG/Luskan Map.jpg"},"width":1227,"height":1000,"grid":{"type":"none"},"imageType":"map","mapRegions":[{"area":"122","points":[[143,806],[257,847],[356,880],[501,902],[539,816],[603,743],[623,635],[627,513],[671,416],[677,346],[567,346],[481,468],[370,595],[207,706],[128,747]]},{"area":"123","points":[[933,117],[975,237],[1027,216],[976,91]]},{"area":"123","points":[[714,195],[792,321],[844,294],[762,176]]},{"area":"123","points":[[478,299],[520,407],[559,353],[527,270]]}],"hrefThumbnail":{"type":"internal","path":"book/SCAG/thumbnail/Luskan Map.webp"},"id":"1e2","page":"book.html","source":"SCAG","hash":"scag"}]}]},"VGM":{"id":"VGM","source":"VGM","prop":"book","chapters":[{"name":"Ch. 1: Monster Lore","ix":0,"images":[{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-DM.jpg"},"title":"Beholder Lair (DM)","grid":{"type":"square","size":50,"offsetX":5,"offsetY":-15,"scale":2,"distance":10},"width":800,"height":1100,"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Beholder-Lair-Players.jpg"},"title":"Beholder Lair (Players)","width":3200,"height":4500,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-DM.jpg"},"title":"Goblin War Camp (DM)","width":1164,"height":800,"grid":{"type":"square","size":56,"offsetX":19,"offsetY":7,"scale":4},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Goblin-War-Camp-Players.jpg"},"title":"Goblin War Camp (Players)","width":5900,"height":5500,"grid":{"type":"square"},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-DM.jpg"},"title":"Hag Lairs (DM)","width":1091,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":15,"scale":1.87,"distance":10},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Hag-Lair-Players.jpg"},"title":"Hag Lairs (Players)","width":4200,"height":2900,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-DM.jpg"},"title":"Kobold Lair (DM)","width":545,"height":750,"grid":{"type":"square","size":50,"offsetX":19,"offsetY":6,"scale":4.15},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Kobold-Lair-Players.jpg"},"title":"Kobold Lair (Players)","width":1600,"height":2200,"grid":{"type":"square","size":72,"offsetX":-8,"offsetY":25,"scale":2},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Mind-Flayer-Colony-DM.jpg"},"title":"Mind Flayer Colony (DM)","width":545,"height":750,"grid":{"type":"none","size":138,"distance":50},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-DM.jpg"},"title":"Orc Stronghold (DM)","width":800,"height":1100,"grid":{"type":"square","size":50,"offsetX":10,"offsetY":3,"scale":3.5},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Orc-Stronghold-Players.jpg"},"title":"Orc Stronghold (Players)","width":5500,"height":7500,"grid":{"type":"square","distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-DM.jpg"},"title":"Yuan-Ti Temple (DM)","width":1091,"height":1500,"grid":{"type":"square","size":50,"offsetX":24,"offsetY":38,"scale":2.32,"distance":10},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L1.jpg"},"title":"Yuan-Ti Temple—Level 1 (Players)","width":1350,"height":1200,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L2.jpg"},"title":"Yuan-Ti Temple—Level 2 (Players)","width":1100,"height":1000,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L3.jpg"},"title":"Yuan-Ti Temple—Level 3 (Players)","width":900,"height":850,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L4.jpg"},"title":"Yuan-Ti Temple—Level 4 (Players)","width":750,"height":700,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"},{"type":"image","href":{"type":"internal","path":"book/VGM/Yuan-Ti-Temple-L5.jpg"},"title":"Yuan-Ti Temple—Level 5 (Players)","width":856,"height":812,"grid":{"type":"square","size":50,"distance":10},"imageType":"mapPlayer"}]}]},"ERLW":{"id":"ERLW","source":"ERLW","prop":"book","chapters":[{"name":"Ch. 2: Khorvaire Gazetteer","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/069-map-khorvaire.jpg"},"title":"Map 2.1: The Continent of Khorvaire","width":5033,"height":3548,"grid":{"type":"none","size":1350,"distance":1000,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 2: Khorvaire Gazeteer - Distant Lands","ix":6,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/082-map-aerenal-small.png"},"title":"Map 2.2: Islands of Aerenal","width":850,"height":568,"grid":{"type":"none","size":164,"distance":300,"units":"miles"},"imageType":"map","id":"02e"},{"type":"image","href":{"type":"internal","path":"book/ERLW/083-map-aerenal-large.jpg"},"title":"Player Version","width":2550,"height":1704,"imageType":"mapPlayer","grid":{"type":"none","size":492,"distance":300,"units":"miles"},"mapParent":{"id":"02e","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/086-map-xendrik-small.png"},"title":"Map 2.3: Continent of Xen'drik","width":850,"height":568,"grid":{"type":"none","size":150,"distance":1000,"units":"miles"},"imageType":"map","id":"02f"},{"type":"image","href":{"type":"internal","path":"book/ERLW/087-map-xendrik-large.jpg"},"title":"Player Version","width":2550,"height":1710,"grid":{"type":"none","size":445,"distance":1000,"units":"miles"},"imageType":"mapPlayer","mapParent":{"id":"02f","autoScale":true}}]},{"name":"Ch. 4: Building Eberron Adventures","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/106-map41_arcaneworkshop.jpg"},"title":"Map 4.1: Arcane Workshop","width":2498,"height":4000,"grid":{"type":"square","size":115,"offsetX":57,"offsetY":37},"imageType":"map","id":"030"},{"type":"image","href":{"type":"internal","path":"book/ERLW/107-map41_arcaneworkshop-player.jpg"},"title":"Player Version","width":2500,"height":4000,"grid":{"type":"square","size":114,"offsetX":47,"offsetY":58},"imageType":"mapPlayer","mapParent":{"id":"030","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/108-map42_planarobservatory.jpg"},"title":"Map 4.2: Planar Observatory","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"031"},{"type":"image","href":{"type":"internal","path":"book/ERLW/109-map42_planarobservatory-player.jpg"},"title":"Player Version","width":2947,"height":4000,"imageType":"mapPlayer","grid":{"type":"square","size":70,"offsetX":2,"offsetY":4},"mapParent":{"id":"031","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/110-map43_ruindhakaanifort.jpg"},"title":"Map 4.3: Ruined Dhakaani Fort","width":2945,"height":4000,"grid":{"type":"square","size":62,"offsetX":12},"imageType":"map","id":"032"},{"type":"image","href":{"type":"internal","path":"book/ERLW/111-map43_ruindhakaanifort-player.jpg"},"title":"Player Version","width":2945,"height":4000,"grid":{"type":"square","size":63,"offsetY":32},"imageType":"mapPlayer","mapParent":{"id":"032"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/112-map44_gatekeeperseal.jpg"},"title":"Map 4.4: Gatekeeper Seal","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"map","id":"033"},{"type":"image","href":{"type":"internal","path":"book/ERLW/113-map44_gatekeeperseal-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":7},"imageType":"mapPlayer","mapParent":{"id":"033"}}]},{"name":"Ch. 4: Building Eberron Adventures","ix":10,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/115-map45_fortifiedoutpost.jpg"},"title":"Map 4.5: Fortified Outpost","width":2947,"height":4000,"grid":{"type":"square","size":52,"offsetX":12,"offsetY":29},"imageType":"map","id":"034"},{"type":"image","href":{"type":"internal","path":"book/ERLW/116-map45_fortifiedoutpost-player.jpg"},"title":"Player Version","width":2607,"height":4000,"grid":{"type":"square","size":52,"offsetY":39},"imageType":"mapPlayer","mapParent":{"id":"034","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/118-map46_warforgedossuary.jpg"},"title":"Map 4.6: Warforged Ossuary","width":3063,"height":4000,"grid":{"type":"square","size":73,"offsetX":-2,"offsetY":-7},"imageType":"map","id":"035"},{"type":"image","href":{"type":"internal","path":"book/ERLW/119-map46_warforgedossuary-player.jpg"},"title":"Player Version","width":3055,"height":4000,"grid":{"type":"square","size":73,"offsetX":27,"offsetY":37},"imageType":"mapPlayer","mapParent":{"id":"035","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/120-map47_demonruin.jpg"},"title":"Map 4.7: Demon Ruin","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"map","id":"036"},{"type":"image","href":{"type":"internal","path":"book/ERLW/121-map47_demonruin-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":56,"offsetX":2,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"036"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/125-map48_fallenwarforge.jpg"},"title":"Map 4.8: Fallen Warforged Colossus","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"map","id":"037"},{"type":"image","href":{"type":"internal","path":"book/ERLW/126-map48_fallenwarforge-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":1,"offsetY":1},"imageType":"mapPlayer","mapParent":{"id":"037"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/127-map49_libraryvault.jpg"},"title":"Map 4.9: Library Vault","width":2960,"height":4000,"grid":{"type":"square","size":97,"offsetX":50,"offsetY":74},"imageType":"map","id":"038"},{"type":"image","href":{"type":"internal","path":"book/ERLW/128-map49_libraryvault-player.jpg"},"title":"Player Version","width":3017,"height":4000,"grid":{"type":"square","size":98,"offsetX":66,"offsetY":55},"imageType":"mapPlayer","mapParent":{"id":"038","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/129-map-planes.png"},"title":"Planes of Existence","width":850,"height":850,"grid":{"type":"none"},"imageType":"map","id":"053"},{"type":"image","href":{"type":"internal","path":"book/ERLW/130-map-planes-large.jpg"},"title":"Player Version","width":1788,"height":1788,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"053","autoScale":true}},{"type":"image","href":{"type":"internal","path":"book/ERLW/132-map410_lightningrailcars.jpg"},"title":"Map 4.10: Lightning Rail Train Carriages","width":2947,"height":4000,"grid":{"type":"square","size":66,"offsetX":40,"offsetY":19,"distance":2.5},"imageType":"map","id":"054"},{"type":"image","href":{"type":"internal","path":"book/ERLW/133-map410_lightningrailcars-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":65,"offsetX":1,"offsetY":7,"distance":2.5},"imageType":"mapPlayer","mapParent":{"id":"054"}}]},{"name":"Ch. 4: Building Eberron Adventures - Sharn","ix":11,"images":[{"type":"image","href":{"type":"internal","path":"book/ERLW/135-map411_sharn_flat_gs.jpg"},"title":"Map 4.11: Sharn Heights","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"map","id":"055"},{"type":"image","href":{"type":"internal","path":"book/ERLW/136-map411_sharn_flat_gs-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":3,"offsetY":3},"imageType":"mapPlayer","mapParent":{"id":"055"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/138-map412_nightclub.jpg"},"title":"Map 4.12: Nightclub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetY":-15},"imageType":"map","id":"056"},{"type":"image","href":{"type":"internal","path":"book/ERLW/139-map412_nightclub-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":-2,"offsetY":-14},"imageType":"mapPlayer","mapParent":{"id":"056"}},{"type":"image","href":{"type":"internal","path":"book/ERLW/140-map413_coghub.jpg"},"title":"Map 4.13: Cog Hub","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"map","id":"057"},{"type":"image","href":{"type":"internal","path":"book/ERLW/141-map413_coghub-player.jpg"},"title":"Player Version","width":2947,"height":4000,"grid":{"type":"square","size":70,"offsetX":4,"offsetY":4},"imageType":"mapPlayer","mapParent":{"id":"057"}}]}]},"EGW":{"id":"EGW","source":"EGW","prop":"book","chapters":[{"name":"Welcome to Wildemount","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/002-00-Poster-Map-9000.jpg"},"title":"Continent of Wildemount","width":9300,"height":6600,"grid":{"type":"square","size":600,"offsetX":142,"offsetY":13,"distance":200,"units":"miles"},"imageType":"map"}]},{"name":"Ch. 3: Wildemount Gazetteer","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/EGW/045-3.1-Menagerie-Coast.png"},"title":"Map 3.1: Menagerie Coast","width":2550,"height":1650,"grid":{"type":"square","size":360,"offsetX":91,"offsetY":36,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/049-3.2-Port-Damali-player.jpg"},"title":"Map 3.2: Port Damali","width":2550,"height":3300,"grid":{"type":"none","distance":250,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/051-3.3-Marrow-Valley.png"},"title":"Map 3.3: Marrow Valley","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/056-3.4-Zemni-Fields.png"},"title":"Map 3.4: Zemni Fields","width":2550,"height":1650,"grid":{"type":"none","size":540,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/059-3.5-Rexxentrum-player.jpg"},"title":"Map 3.5: Rexxentrum","width":2550,"height":3300,"grid":{"type":"none","distance":666,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/061-3.6-Greying-Wildlands.png"},"title":"Map 3.6: Greying Wildlands","width":2550,"height":1650,"grid":{"type":"none","size":505,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/066-3.7-Eiselcross.png"},"title":"Map 3.7: Eiselcross","width":2550,"height":1560,"grid":{"type":"none","size":609,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/071-3.8-wastes-of-xhorhas.jpg"},"title":"Map 3.8: Wastes of Xorhas","width":2550,"height":2956,"grid":{"type":"none","size":602,"distance":200,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/074-3.9-Rosohna-player.jpg"},"title":"Map 3.9: Rosohna","width":2550,"height":3300,"grid":{"type":"none","size":300,"distance":1000,"units":"miles"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/EGW/077-3.10-Blightshore.png"},"title":"Map 3.10: Blightshore","width":2550,"height":1650,"grid":{"type":"none","size":600,"distance":200,"units":"miles"},"imageType":"map"}]}]},"MOT":{"id":"MOT","source":"MOT","prop":"book","chapters":[{"name":"Ch. 3: Realms of Gods and Mortals","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/055-map-3.1-world-of-theros.jpg"},"title":"Map 3.1: world of theros","width":3631,"height":5000,"imageType":"map","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"id":"018"},{"type":"image","href":{"type":"internal","path":"book/MOT/056-map-3.1-world-of-theros-player.jpg"},"title":"Player Version","width":3631,"height":5000,"imageType":"mapPlayer","grid":{"type":"none","size":104,"distance":10,"units":"miles"},"mapParent":{"id":"018"}}]},{"name":"Ch. 4: Creating Theros Adventures","ix":4,"images":[{"type":"image","href":{"type":"internal","path":"book/MOT/076-map-4.1-Underworld-Crossing.jpg"},"title":"Map 4.1: Underworld Crossing","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"019"},{"type":"image","href":{"type":"internal","path":"book/MOT/077-map-4.1-Underworld-Crossing-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"019"}},{"type":"image","href":{"type":"internal","path":"book/MOT/081-map-4.2-Asora.jpg"},"title":"Map 4.2: Asora","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"id":"01a"},{"type":"image","href":{"type":"internal","path":"book/MOT/082-map-4.2-Asora-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"offsetX":-1,"offsetY":-1},"mapParent":{"id":"01a"}},{"type":"image","href":{"type":"internal","path":"book/MOT/086-map-4.3-Graveyard.jpg"},"title":"Map 4.3: Graveyard","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01b"},{"type":"image","href":{"type":"internal","path":"book/MOT/087-map-4.3-Graveyard-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01b"}},{"type":"image","href":{"type":"internal","path":"book/MOT/091-map-4.4-Sun-Temple.jpg"},"title":"Map 4.4: Sun Temple","width":4200,"height":5880,"imageType":"map","grid":{"type":"square","size":70},"id":"01c"},{"type":"image","href":{"type":"internal","path":"book/MOT/092-map-4.4-Sun-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5880,"imageType":"mapPlayer","grid":{"type":"square","size":70},"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"book/MOT/096-map-4.5-arena.jpg"},"title":"Map 4.5: Arena","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"01d"},{"type":"image","href":{"type":"internal","path":"book/MOT/097-map-4.5-arena-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"book/MOT/101-map-4.6-Arbor-Watchtower.jpg"},"title":"Map 4.6: Arbor Watchtower","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01e"},{"type":"image","href":{"type":"internal","path":"book/MOT/102-map-4.6-Arbor-Watchtower-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01e"}},{"type":"image","href":{"type":"internal","path":"book/MOT/105-map-4.7-Oracular-Conflux.jpg"},"title":"Map 4.7: Oracular Conflux","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"01f"},{"type":"image","href":{"type":"internal","path":"book/MOT/106-map-4.7-Oracular-Conflux-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"book/MOT/110-map-4.8-Abandoned-Temple.jpg"},"title":"Map 4.8: Abandoned Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square"},"id":"020"},{"type":"image","href":{"type":"internal","path":"book/MOT/111-map-4.8-Abandoned-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square"},"mapParent":{"id":"020"}},{"type":"image","href":{"type":"internal","path":"book/MOT/115-map-4.9-Temple-of-Mystery.jpg"},"title":"Map 4.9: Temple of Mystery","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"021"},{"type":"image","href":{"type":"internal","path":"book/MOT/116-map-4.9-Temple-of-Mystery-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"021"}},{"type":"image","href":{"type":"internal","path":"book/MOT/120-map-4.10-Canyon-Shrine.jpg"},"title":"Map 4.10: Canyon Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75,"distance":10},"id":"022"},{"type":"image","href":{"type":"internal","path":"book/MOT/121-map-4.10-Canyon-Shrine-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"mapParent":{"id":"022"}},{"type":"image","href":{"type":"internal","path":"book/MOT/125-map-4.11-Forest-Shrine.jpg"},"title":"Map 4.11: Forest Shrine","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"023"},{"type":"image","href":{"type":"internal","path":"book/MOT/126-map-4.11-Forest-Shrine-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"023"}},{"type":"image","href":{"type":"internal","path":"book/MOT/130-map-4.12-Healing-Pools.jpg"},"title":"Map 4.12: Healing Pools","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"024"},{"type":"image","href":{"type":"internal","path":"book/MOT/131-map-4.12-Healing-Pools-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"024"}},{"type":"image","href":{"type":"internal","path":"book/MOT/135-map-4.13-Amphitheater.jpg"},"title":"Map 4.13: Amphitheater","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"025"},{"type":"image","href":{"type":"internal","path":"book/MOT/136-map-4.13-Amphitheater-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"025"}},{"type":"image","href":{"type":"internal","path":"book/MOT/140-map-4.14-Volcano-Temple.jpg"},"title":"Map 4.14: Volcano Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"026"},{"type":"image","href":{"type":"internal","path":"book/MOT/141-map-4.14-Volcano-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"026"}},{"type":"image","href":{"type":"internal","path":"book/MOT/145-map-4.15-Coastal-Temple.jpg"},"title":"Map 4.15: Coastal Temple","width":4200,"height":5700,"imageType":"map","grid":{"type":"square","size":75},"id":"027"},{"type":"image","href":{"type":"internal","path":"book/MOT/146-map-4.15-Coastal-Temple-player.jpg"},"title":"Player Version","width":4200,"height":5700,"imageType":"mapPlayer","grid":{"type":"square","size":75},"mapParent":{"id":"027"}}]}]},"ScreenDungeonKit":{"id":"ScreenDungeonKit","source":"ScreenDungeonKit","prop":"book","chapters":[{"name":"Included Accessories","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/001.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":24,"scale":2},"title":"Geomorph Card 1"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/002.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":24,"scale":2},"title":"Geomorph Card 2"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/003.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":17,"scale":2},"title":"Geomorph Card 3"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/004.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-8,"offsetY":-23,"scale":2},"title":"Geomorph Card 4"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/005.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":-28,"scale":2},"title":"Geomorph Card 5"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/006.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":25,"scale":2},"title":"Geomorph Card 6"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/007.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-15,"scale":2},"title":"Geomorph Card 7"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/008.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-8,"offsetY":-17,"scale":2},"title":"Geomorph Card 8"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/009.webp"},"width":564,"height":708,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-16,"scale":2},"title":"Geomorph Card 9"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/010.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-23,"scale":2},"title":"Geomorph Card 10"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/011.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-24,"scale":2},"title":"Geomorph Card 11"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/012.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":-31,"scale":2},"title":"Geomorph Card 12"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/013.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-1,"offsetY":-18,"scale":2},"title":"Geomorph Card 13"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/014.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-24,"scale":2},"title":"Geomorph Card 14"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/015.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":-30,"scale":2},"title":"Geomorph Card 15"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/016.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":1,"offsetY":-16,"scale":2},"title":"Geomorph Card 16"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/017.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetY":-15,"scale":2},"title":"Geomorph Card 17"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/018.webp"},"width":564,"height":709,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-3,"offsetY":-18,"scale":2},"title":"Geomorph Card 18"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/019.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":-31,"scale":2},"title":"Geomorph Card 19"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/020.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":18,"scale":2},"title":"Geomorph Card 20"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/021.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-16,"offsetY":11,"scale":2},"title":"Geomorph Card 21"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/022.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":-25,"scale":2},"title":"Geomorph Card 22"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/023.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":20,"scale":2},"title":"Geomorph Card 23"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/024.webp"},"width":564,"height":711,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":18,"scale":2},"title":"Geomorph Card 24"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/025.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-22,"scale":2},"title":"Geomorph Card 25"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/026.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-5,"offsetY":-22,"scale":2},"title":"Geomorph Card 26"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/027.webp"},"width":564,"height":710,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-6,"offsetY":-27,"scale":2},"title":"Geomorph Card 27"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/028.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-10,"offsetY":19,"scale":2},"title":"Geomorph Card 28"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/029.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":14,"scale":2},"title":"Geomorph Card 29"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/030.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-20,"offsetY":10,"scale":2},"title":"Geomorph Card 30"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/031.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":22,"scale":2},"title":"Geomorph Card 31"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/032.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-12,"offsetY":21,"scale":2},"title":"Geomorph Card 32"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/033.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-20,"offsetY":17,"scale":2},"title":"Geomorph Card 33"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/034.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-7,"offsetY":27,"scale":2},"title":"Geomorph Card 34"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/035.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-11,"offsetY":-28,"scale":2},"title":"Geomorph Card 35"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/036.webp"},"width":566,"height":712,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-18,"offsetY":-30,"scale":2},"title":"Geomorph Card 36"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print1.png"},"width":1692,"height":2126,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-17,"offsetY":-38,"scale":2},"title":"Geomorph Page 1"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print2.png"},"width":1692,"height":2131,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-9,"offsetY":-30,"scale":2},"title":"Geomorph Page 2"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print3.png"},"width":1692,"height":2132,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":-41,"scale":2},"title":"Geomorph Page 3"},{"type":"image","href":{"type":"internal","path":"book/ScreenDungeonKit/Cards-Geomorph/Print4.png"},"width":1698,"height":2136,"imageType":"map","grid":{"type":"square","size":54,"offsetX":-13,"offsetY":15,"scale":2},"title":"Geomorph Page 4"}]}]},"VRGR":{"id":"VRGR","source":"VRGR","prop":"book","chapters":[{"name":"Ch. 3: Domains of Ravenloft","ix":3,"images":[{"type":"image","href":{"type":"internal","path":"book/VRGR/040-map-3.1-barovia.jpg"},"imageType":"map","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Map 3.1: Barovia","width":3000,"height":1926,"id":"031"},{"type":"image","href":{"type":"internal","path":"book/VRGR/041-map-3.1-barovia-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":142,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":1926,"mapParent":{"id":"031"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/045-map-3.2-borca.png"},"imageType":"map","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Map 3.2: Borca","width":3000,"height":2073,"id":"037"},{"type":"image","href":{"type":"internal","path":"book/VRGR/046-map-3.2-borca-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":4,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"037"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/052-map-3.3-darkon.jpg"},"imageType":"map","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Map 3.3: Darkon","width":3000,"height":2072,"id":"038"},{"type":"image","href":{"type":"internal","path":"book/VRGR/053-map-3.3-darkon-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"distance":15,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"038"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/056-map-3.4-dementlieu.jpg"},"imageType":"map","grid":{"type":"none","size":107,"distance":500},"title":"Map 3.4: Dementlieu","width":1498,"height":3000,"id":"039"},{"type":"image","href":{"type":"internal","path":"book/VRGR/057-map-3.4-dementlieu-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":107,"distance":500},"title":"Player Version","width":1498,"height":3000,"mapParent":{"id":"039"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/059-map-3.5-falkovnia.png"},"imageType":"map","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Map 3.5: Falkovnia","width":3000,"height":2073,"id":"03a"},{"type":"image","href":{"type":"internal","path":"book/VRGR/060-map-3.5-falkovnia-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":85,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03a"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/062-map-3.6-har-akir.jpg"},"imageType":"map","grid":{"type":"none","size":205,"units":"miles"},"title":"Map 3.6: Har'Akir","width":3000,"height":2072,"id":"03b"},{"type":"image","href":{"type":"internal","path":"book/VRGR/063-map-3.6-har-akir-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":205,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03b"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/065-map-3.7-hazlan.jpg"},"imageType":"map","title":"Map 3.7: Hazlan","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"width":3000,"height":2072,"id":"03c"},{"type":"image","href":{"type":"internal","path":"book/VRGR/066-map-3.7-hazlan-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":82,"distance":1,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03c"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/071-map-3.8-kalakeri.jpg"},"imageType":"map","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Map 3.8: Kalakeri","width":3000,"height":2072,"id":"03d"},{"type":"image","href":{"type":"internal","path":"book/VRGR/072-map-3.8-kalakeri-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":206,"distance":10,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03d"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/076-map-3.9-kartakass.jpg"},"imageType":"map","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Map 3.9: Kartakass","width":3000,"height":2072,"id":"03e"},{"type":"image","href":{"type":"internal","path":"book/VRGR/077-map-3.9-kartakass-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":163,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"03e"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/080-map-3.10-lamordia.png"},"imageType":"map","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Map 3.10: Lamordia","width":3000,"height":2073,"id":"03f"},{"type":"image","href":{"type":"internal","path":"book/VRGR/081-map-3.10-lamordia-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":103,"distance":3,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"03f"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/084-map-3.11-mordent.jpg"},"imageType":"map","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Map 3.11: Mordent","width":3000,"height":2072,"id":"040"},{"type":"image","href":{"type":"internal","path":"book/VRGR/085-map-3.11-mordent-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":175,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"040"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/088-map-3.12-richemulot.jpg"},"imageType":"map","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Map 3.12: Richemulot","width":1773,"height":3600,"id":"042"},{"type":"image","href":{"type":"internal","path":"book/VRGR/089-map-3.12-richemulot-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":202,"distance":2,"units":"miles"},"title":"Player Version","width":1773,"height":3600,"mapParent":{"id":"042"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/092-map-3.13-tepest.png"},"imageType":"map","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Map 3.13: Tepest","width":3000,"height":2073,"id":"043"},{"type":"image","href":{"type":"internal","path":"book/VRGR/093-map-3.13-tepest-player.png"},"imageType":"mapPlayer","grid":{"type":"none","size":84,"distance":0.5,"units":"miles"},"title":"Player Version","width":3000,"height":2073,"mapParent":{"id":"043"}},{"type":"image","href":{"type":"internal","path":"book/VRGR/096-map-3.14-valachan.jpg"},"imageType":"map","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Map 3.14: Valachan","width":3000,"height":2072,"id":"049"},{"type":"image","href":{"type":"internal","path":"book/VRGR/097-map-3.14-valachan-player.jpg"},"imageType":"mapPlayer","grid":{"type":"none","size":145,"distance":2,"units":"miles"},"title":"Player Version","width":3000,"height":2072,"mapParent":{"id":"049"}}]}]},"MaBJoV":{"id":"MaBJoV","source":"MaBJoV","prop":"book","chapters":[{"name":"Ch. 1: Hometowns","ix":2,"images":[{"type":"image","href":{"type":"internal","path":"book/MaBJoV/003.webp"},"width":1844,"height":2387,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/007.webp"},"width":1829,"height":2371,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/010.webp"},"width":1842,"height":2389,"grid":{"type":"none"},"imageType":"map"},{"type":"image","href":{"type":"internal","path":"book/MaBJoV/012.webp"},"width":1846,"height":2390,"grid":{"type":"none"},"imageType":"map"}]}]},"FTD":{"id":"FTD","source":"FTD","prop":"book","chapters":[{"name":"Ch. 5: Draconomicon","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/FTD/040-map-5.1-amethyst-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.1: amethyst dragon lair","width":4800,"height":6000,"id":"012"},{"type":"image","href":{"type":"internal","path":"book/FTD/041-map-5.1-amethyst-dragon-lair-player.webp"},"imageType":"mapPlayer","title":"Player Version","grid":{"type":"square","distance":10},"width":4800,"height":6000,"mapParent":{"id":"012"}},{"type":"image","href":{"type":"internal","path":"book/FTD/042-map-5.2-black-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","offsetY":-17,"distance":10},"title":"Map 5.2: black dragon lair","width":4800,"height":6000,"id":"013"},{"type":"image","href":{"type":"internal","path":"book/FTD/043-map-5.2-black-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","offsetY":-15,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"013"}},{"type":"image","href":{"type":"internal","path":"book/FTD/046-map-5.3-blue-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.3: blue dragon lair","width":4800,"height":6000,"id":"014"},{"type":"image","href":{"type":"internal","path":"book/FTD/047-map-5.3-blue-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"014"}},{"type":"image","href":{"type":"internal","path":"book/FTD/048-map-5.4-brass-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":25},"title":"Map 5.4: brass dragon lair","width":4800,"height":6000,"id":"015"},{"type":"image","href":{"type":"internal","path":"book/FTD/049-map-5.4-brass-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":25},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"015"}},{"type":"image","href":{"type":"internal","path":"book/FTD/050-map-5.5-bronze-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":143,"offsetX":-30,"offsetY":-1,"distance":10},"title":"Map 5.5: bronze dragon lair","width":4800,"height":6000,"id":"016"},{"type":"image","href":{"type":"internal","path":"book/FTD/051-map-5.5-bronze-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":143,"offsetX":-30,"offsetY":-3,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"016"}},{"type":"image","href":{"type":"internal","path":"book/FTD/052-map-5.6-copper-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99,"distance":10},"title":"Map 5.6: copper dragon lair","width":4800,"height":6000,"id":"017"},{"type":"image","href":{"type":"internal","path":"book/FTD/053-map-5.6-copper-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"017"}},{"type":"image","href":{"type":"internal","path":"book/FTD/054-map-5.7-crystal-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99},"title":"Map 5.7: crystal dragon lair","width":4800,"height":6000,"id":"018"},{"type":"image","href":{"type":"internal","path":"book/FTD/055-map-5.7-crystal-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"018"}},{"type":"image","href":{"type":"internal","path":"book/FTD/065-map-5.8-emerald-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.8: emerald dragon lair","width":4800,"height":6000,"id":"019"},{"type":"image","href":{"type":"internal","path":"book/FTD/066-map-5.8-emerald-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"019"}},{"type":"image","href":{"type":"internal","path":"book/FTD/069-map-5.9-gold-dragon-lair.webp"},"imageType":"map","grid":{"type":"square"},"title":"Map 5.9: gold dragon lair","width":4800,"height":6000,"id":"01a"},{"type":"image","href":{"type":"internal","path":"book/FTD/070-map-5.9-gold-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square"},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01a"}},{"type":"image","href":{"type":"internal","path":"book/FTD/071-map-5.10-green-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":150,"distance":10},"title":"Map 5.10: green dragon lair","width":4800,"height":6000,"id":"01b"},{"type":"image","href":{"type":"internal","path":"book/FTD/072-map-5.10-green-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01b"}},{"type":"image","href":{"type":"internal","path":"book/FTD/075-map-5.11-red-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","offsetX":38,"distance":10},"title":"Map 5.11: red dragon lair","width":4800,"height":6000,"id":"01c"},{"type":"image","href":{"type":"internal","path":"book/FTD/076-map-5.11-red-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","offsetX":38,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01c"}},{"type":"image","href":{"type":"internal","path":"book/FTD/077-map-5.12-sapphire-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":75,"distance":10},"title":"Map 5.12: sapphire dragon lair","width":4800,"height":6000,"id":"01d"},{"type":"image","href":{"type":"internal","path":"book/FTD/078-map-5.12-sapphire-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":75,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01d"}},{"type":"image","href":{"type":"internal","path":"book/FTD/079-map-5.13-silver-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":150},"title":"Map 5.13: silver dragon lair","width":4800,"height":6000,"id":"01e"},{"type":"image","href":{"type":"internal","path":"book/FTD/080-map-5.13-silver-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":150},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01e"}},{"type":"image","href":{"type":"internal","path":"book/FTD/081-map-5.14-topaz-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","size":99,"distance":10},"title":"Map 5.14: topaz dragon lair","width":4800,"height":6000,"id":"01f"},{"type":"image","href":{"type":"internal","path":"book/FTD/082-map-5.14-topaz-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","size":99,"distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"01f"}},{"type":"image","href":{"type":"internal","path":"book/FTD/083-map-5.15-white-dragon-lair.webp"},"imageType":"map","grid":{"type":"square","distance":10},"title":"Map 5.15: white dragon lair","width":4800,"height":6000,"id":"020"},{"type":"image","href":{"type":"internal","path":"book/FTD/084-map-5.15-white-dragon-lair-player.webp"},"imageType":"mapPlayer","grid":{"type":"square","distance":10},"title":"Player Version","width":4800,"height":6000,"mapParent":{"id":"020"}}]}]},"SCC":{"id":"SCC","source":"SCC","prop":"book","chapters":[{"name":"Ch. 1: Life at Strixhaven","ix":1,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/005-map-1.1-central-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.1: Central Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/008-map-1.2-lorehold-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.2: Lorehold Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/011-map-1.3.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.3: Prismari Campus","width":3000,"height":2025},{"type":"image","href":{"type":"internal","path":"book/SCC/014-map-1.4-quandrix-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.4: Quandrix Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/017-map-1.5-silverquill-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.5: Silverquill Campus","width":3000,"height":2026},{"type":"image","href":{"type":"internal","path":"book/SCC/020-map-1.6-witherbloom-campus.webp"},"imageType":"map","grid":{"type":"none"},"title":"Map 1.6: Witherbloom Campus","width":3000,"height":2026}]},{"name":"App.: Campus Map","ix":9,"images":[{"type":"image","href":{"type":"internal","path":"book/SCC/156-strixhaven-campus-map.webp"},"width":3500,"height":5000,"grid":{"type":"none"},"imageType":"map"}]}]},"AAG":{"id":"AAG","source":"AAG","prop":"book","chapters":[{"name":"Poster Map","ix":5,"images":[{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside.webp"},"title":"The Rock of Bral: Topside","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"map","id":"00b"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Topside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"00b"}},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside.webp"},"title":"The Rock of Bral: Underside","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"map","id":"013"},{"type":"image","href":{"type":"internal","path":"book/AAG/Bral-Map-Underside-player.webp"},"title":"Player Version","width":4096,"height":2887,"grid":{"type":"none"},"imageType":"mapPlayer","mapParent":{"id":"013"}}]}]}} \ No newline at end of file diff --git a/data/generated/gendata-tables.json b/data/generated/gendata-tables.json index 8eef32b00a..e592e9fde3 100644 --- a/data/generated/gendata-tables.json +++ b/data/generated/gendata-tables.json @@ -1 +1 @@ -{"table":[{"page":5,"caption":"Snout of Omgar Encounters","colLabels":["Encounter","Land","Water"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["{@area Almiraj|008|x}","01-05","—"],["{@area Axe beaks|009|x}","06-10","—"],["{@area Baboons|00a|x}","11-15","—"],["{@area Blood hawks|00b|x}","16-20","—"],["{@area Cannibals|00c|x}","21-25","01-15"],["{@area Chwinga|00d|x}","26-30","—"],["{@area Dimetrodons|00e|x}","31-35","—"],["{@area Dolphins|00f|x}","—","16-30"],["{@area Eblis|010|x}","36-40","—"],["{@area Flail snail|011|x}","41-45","—"],["{@area Flying snakes|012|x}","46-50","31-40"],["{@area Geonids|013|x}","51-55","—"],["{@area Giant lizards|014|x}","56-60","—"],["{@area Giant snapping turtle|015|x}","61-65","41-50"],["{@area Jaculis|016|x}","66-70","—"],["{@area Marine Decapus|017|x}","—","51-60"],["{@area Plesiosaurus|018|x}","—","61-75"],["{@area Pteranodons|019|x}","71-75","76-85"],["{@area Reef sharks|01a|x}","—","86-00"],["{@area Stirges|01b|x}","76-80","—"],["{@area Topis|01c|x}","81-85","—"],["{@area Tortle|01d|x}","86-00","—"]],"name":"Random Encounters; Snout of Omgar Encounters","source":"TTP","chapter":{"name":"Exploring the Island","index":2}},{"caption":"Wilderness Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A pack of {@creature Sprite||Sprites} pester the party, playing tricks and attempting to steal small items until the characters leave their territory. If they are treated with deference, the sprites might help the characters find the correct path and hurry them along. If assaulted in any way, fifteen {@creature Sprite||Sprites} riding {@creature Stirge||Stirges} attack. (The sprites' invisibility extends to the stirges as well while they are mounted.)"],["2","The path leads into a lonely grove that serves as the grave of a former dryad queen. If appropriate respects are paid, the characters have a {@chance 50|50 percent} chance to receive a supernatural gift (see {@book chapter 7|DMG|7|Supernatural Gifts} of the {@book Dungeon Master's Guide|DMG})—a charm that allows a character to cast the {@spell Galder's Tower|LLK|Galder's tower} spell (see {@adventure appendix E|LLK|7}) once as an action."],["3","A {@creature Treant} and a {@creature Stone Golem} were magically locked together during an ancient battle. Over the centuries since, fey gardeners have turned the two into a temple. Characters who explore the temple might inadvertently help the treant or the golem finally overcome its foe."],["4","A leprechaun (use {@creature Quickling|VGM} statistics from {@book Volo's Guide to Monsters|VGM}) crosses the characters' path. If successfully caught without being killed, the creature negotiates its release with the location of its hidden treasure: 1,000 gp in brightly polished coins."],["5","Gathering firewood results in a visit from an angered undead {@creature Treant}. (Use normal statistics, but the creature has the undead type and cannot use its Animate Trees feature). The treant collects all such fallen branches to take to a hidden graveyard of treant remains, and it angrily attacks any characters who get in its way."],["6–7","Some strange creature has wandered down from the Monastery of the Distressed Body. Such creatures might include an ancient security construct gone mad (use {@creature Oaken Bolter|MTF} statistics from {@book Mordenkainen's Tome of Foes|MTF}) or a {@creature Gibbering Mouther} with a mechanical skull housing its central brain."],["8–10","The characters come across a group of roving outlaws (five to ten {@creature Thug||Thugs} led by a {@creature Bandit Captain}), who are heading to the monastery to join its ranks. They possess rumors and fragments of a map, and are keen to steal the characters' resources—especially if {@creature Gearbox|LLK} the modron is present."]],"name":"Wilderness Encounters","page":32,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Cavern Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature Xorn} and an {@creature Umber Hulk} hunt as a team, with the umber hulk working to herd characters toward its partner. Alternatively, the xorn and the umber hulk are rivals, with the characters caught in the middle."],["2","A small war machine built at the monastery has been claimed by three kobolds, which use it to attack any potential threats. Use the statistics for the {@creature Oaken Bolter|MTF} (from {@book Mordenkainen's Tome of Foes|MTF}) and the {@creature Kobold Inventor|VGM} (from {@book Volo's Guide to Monsters|VGM})."],["3","The characters' tunnel route leads through the lair of a {@creature Froghemoth|VGM} or some other exotic monstrosity escaped from another planar craft that crashed into the Barrier Peaks long ago."],["4","A {@creature Galeb Duhr} serves as a kind of door between passageways. Negotiating with it successfully allows access to a secret tunnel that cuts days off the characters' journey."],["5","Roving outlaws (five to ten {@creature Thug||Thugs} led by a {@creature Bandit Captain}) heading to the monastery to join its ranks are hopelessly lost in the tunnels. In gratitude for being rescued, they offer to help the characters in their quest, but betray them at the first opportunity."],["6–7","Six prisoners ({@creature Commoner||Commoners}) escaping from the monastery look to the characters for aid. They are pursued by monks (five {@creature Cultist||Cultists} led by a {@creature Cult Fanatic}). If the prisoners are aided, they can supply some knowledge of the monastery before making their own way safely out of the mountains."],["8–10","A monastery work party—six humanoid prisoners ({@creature Commoner||Commoners}) watched by five {@creature Cultist||Cultists} and a {@creature Cult Fanatic}—is seen collecting ore to fuel the monastery's engines. If the prisoners are rescued, they can supply some knowledge of the monastery before fleeing the mountains."]],"name":"Cavern Encounters","page":33,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Mountain Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","A party of monks (five {@creature Cultist||Cultists} led by a {@creature Cult Fanatic}) either survived the characters' assault on the Monastery of the Distressed Body or were away from the monastery and returned to find it routed. They pursue the characters—to try to convince them to take on leadership of the monastery."],["3","A party of surviving monks (five {@creature Cultist||Cultists}) pursues the characters in revenge, led by an escaped {@creature Brain in a jar|LLK} using cobbled-together mechanical gear for mobility. (If the Grand Master was defeated and its brain survived any encounter in the treasury (area M10), that brain now leads this group.)"],["4","The characters discover signs of past expeditions to the Barrier Peaks—the remains of travelers crushed by fallen rocks. If searched, the bodies might still possess useful gear or fragmentary maps showing the layout of Daoine Gloine. But a close inspection shows that some bodies have had part of their flesh melted away (from encounters with wandering ooze-folk)."],["5","A {@creature Galeb Duhr} (sibling to the one in the monastery tunnels) blocks a key route into the lost city of Daoine Gloine. A character must succeed on a DC 14 Charisma ({@skill Persuasion}) check for the party to pass. But these galeb duhr have an instinctive knowledge of each other, granting advantage or disadvantage on the check depending on how the other galeb duhr was treated. If the other galeb duhr was killed, this one attacks as soon as the characters are recognized."],["6–7","A wandering {@creature Ooze-Folk|LLK} appears, having accidentally trekked out of the city."],["8–10","An isolated village clings to the mountainside, populated by {@creature Kenku} descended from Daoine Gloine refugees who fled the city when it was flooded with ooze. The kenku still remember ancient legends their forebears told about a cult of the medusa, as well as Kwalish's arrival and the \"plague of ooze.\" However, their ability to speak only in mimicry might make it challenging for the characters to communicate with them. In the course of the conversation, the kenku might mimic the sounds of destruction and screaming heard as the city was overwhelmed, relay the mad ranting of the medusa, and so forth. They might even repeat the words of Kwalish himself as he talks of his extradimensional experiments with glass baubles, and his efforts to hide his lab inside of one."]],"name":"Mountain Encounters","page":33,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Ability Score Point Cost","basicRules":true,"srd":true,"colLabels":["Score","Cost","Score","Cost"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["8","0","12","4"],["9","1","13","5"],["10","2","14","7"],["11","3","15","9"]],"name":"Variant: Customizing Ability Scores; Ability Score Point Cost","page":13,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Scores and Modifiers","srd":true,"basicRules":true,"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","-5","16-17","+3"],["2-3","-4","18-19","+4"],["4-5","-3","20-21","+5"],["6-7","-2","22-23","+6"],["8-9","-1","24-25","+7"],["10-11","+0","26-27","+8"],["12-13","+1","28-29","+9"],["14-15","+2","30","+10"]],"name":"Variant: Customizing Ability Scores; Ability Scores and Modifiers","page":13,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Character Advancement","srd":true,"basicRules":true,"colLabels":["Experience Points","Level","Proficiency Bonus"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["0","1","+2"],["300","2","+2"],["900","3","+2"],["2,700","4","+2"],["6,500","5","+3"],["14,000","6","+3"],["23,000","7","+3"],["34,000","8","+3"],["48,000","9","+4"],["64,000","10","+4"],["85,000","11","+4"],["100,000","12","+4"],["120,000","13","+5"],["140,000","14","+5"],["165,000","15","+5"],["195,000","16","+5"],["225,000","17","+6"],["265,000","18","+6"],["305,000","19","+6"],["355,000","20","+6"]],"name":"Beyond 1st Level; Character Advancement","page":15,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"basicRules":true,"colLabels":["Class","Description","Hit Die","Primary Ability","Saving Throw Proficiencies","Armor and Weapon Proficiencies"],"colStyles":["col-1","col-4","col-1 text-center","col-1","col-1","col-4"],"rows":[["{@class Barbarian}","A fierce warrior of primitive background who can enter a battle rage","d12","Strength","Strength & Constitution","Light and medium armor, shields, simple and martial weapons"],["{@class Bard}","An inspiring magician whose power echoes the music of creation","d8","Charisma","Dexterity & Charisma","Light armor, simple weapons, hand crossbows, longswords, rapiers, shortswords"],["{@class Cleric}","A priestly champion who wields divine magic in service of a higher power","d8","Wisdom","Wisdom & Charisma","Light and medium armor, shields, simple weapons"],["{@class Druid}","A priest of the Old Faith, wielding the powers of nature—moonlight and plant growth, fire and lightning—and adapting animal forms","d8","Wisdom","Intelligence & Wisdom","Light and medium armor (nonmetal), shields (nonmetal), clubs, daggers, darts, javelins, maces, quarterstaffs, scimitars, sickles, slings, spears"],["{@class Fighter}","A master of martial combat, skilled with a variety of weapons and armor","d10","Strength or Dexterity","Strength & Constitution","All armor, shields, simple and martial weapons"],["{@class Monk}","A master of martial arts harnessing the power of the body in pursuit of physical and spiritual perfection","d8","Dexterity & Wisdom","Strength & Wisdom","Simple weapons, shortswords"],["{@class Paladin}","A holy warrior bound to a sacred oath","d10","Strength & Charisma","Wisdom & Charisma","All armor, shields, simple and martial weapons"],["{@class Ranger}","A warrior who uses martial prowess and nature magic to combat threats on the edges of civilization","d10","Dexterity & Wisdom","Strength & Dexterity","Light and medium armor, shields, simple and martial weapons"],["{@class Rogue}","A scoundrel who uses stealth and trickery to overcome obstacles and enemies","d8","Dexterity","Dexterity & Intelligence","Light armor, simple weapons, hand crossbows, longswords, rapiers, shortswords"],["{@class Sorcerer}","A spellcaster who draws on inherent magic from a gift or bloodline","d6","Charisma","Constitution & Charisma","Daggers, darts, slings, quarterstaffs, light crossbows"],["{@class Warlock}","A wielder of magic that is derived from a bargain with an extraplanar entity","d8","Charisma","Wisdom & Charisma","Light armor, simple weapons"],["{@class Wizard}","A scholarly magic-user capable of manipulating the structures of reality","d6","Intelligence","Intelligence & Wisdom","Daggers, darts, slings, quarterstaffs, light crossbows"]],"name":"Classes","page":45,"source":"PHB","chapter":{"name":"Classes","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Random Height and Weight","basicRules":true,"colLabels":["Race","Base Height","Height Modifier","Base Weight","Weight Modifier"],"colStyles":["col-4","col-2","col-2","col-2","col-2"],"rows":[["{@race Human}","4'8\"","+{@dice 2d10}","110 lb.","× ({@dice 2d4}) lb."],["{@race Dwarf (hill)}","3'8\"","+{@dice 2d4}","115 lb.","× ({@dice 2d6}) lb."],["{@race Dwarf (mountain)}","4'","+{@dice 2d4}","130 lb.","× ({@dice 2d6}) lb."],["{@race Elf (high)}","4'6\"","+{@dice 2d10}","90 lb.","× ({@dice 1d4}) lb."],["{@race Elf (wood)}","4'6\"","+{@dice 2d10}","100 lb.","× ({@dice 1d4}) lb."],["{@race Elf (drow)}","4'5\"","+{@dice 2d6}","75 lb.","× ({@dice 1d6}) lb."],["{@race Halfling}","2'7\"","+{@dice 2d4}","35 lb.","× 1 lb"],["{@race Dragonborn}","5'6\"","+{@dice 2d8}","175 lb.","× ({@dice 2d6}) lb."],["{@race Gnome}","2' 11\"","+{@dice 2d4}","35 lb.","× 1 lb."],["{@race Half-elf}","4'9\"","+{@dice 2d8}","110 lb.","× ({@dice 2d4}) lb."],["{@race Half-orc}","4'10\"","+{@dice 2d10}","140 lb.","× ({@dice 2d6}) lb."],["{@race Tiefling}","4 '9\"","+{@dice 2d8}","110 lb.","× ({@dice 2d4}) lb."]],"name":"Random Height and Weight","page":121,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Standard Languages","srd":true,"basicRules":true,"colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Common","Humans","Common"],["Dwarvish","Dwarves","Dwarvish"],["Elvish","Elves","Elvish"],["Giant","Ogres, giants","Dwarvish"],["Gnomish","Gnomes","Dwarvish"],["Goblin","Goblinoids","Dwarvish"],["Halfling","Halflings","Common"],["Orc","Orcs","Dwarvish"]],"name":"Standard Languages","page":123,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Exotic Languages","basicRules":true,"srd":true,"colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Abyssal","Demons","Infernal"],["Celestial","Celestials","Celestial"],["Draconic","Dragons, dragonborn","Draconic"],["Deep Speech","Mind Flayers, beholders","—"],["Infernal","Devils","Infernal"],["Primordial","Elementals","Dwarvish"],["Sylvan","Fey creatures","Elvish"],["Undercommon","Underdark traders","Elvish"]],"name":"Exotic Languages","page":123,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Starting Wealth by Class","basicRules":true,"colLabels":["Class","Funds"],"colStyles":["col-6","col-6"],"rows":[["Barbarian","{@dice 2d4×10|2d4 × 10|Barbarian Starting Wealth} gp"],["Bard","{@dice 5d4×10|5d4 × 10|Bard Starting Wealth} gp"],["Cleric","{@dice 5d4×10|5d4 × 10|Cleric Starting Wealth} gp"],["Druid","{@dice 2d4×10|2d4 × 10|Druid Starting Wealth} gp"],["Fighter","{@dice 5d4×10|5d4 × 10|Fighter Starting Wealth} gp"],["Monk","{@dice 5d4|5d4|Monk Starting Wealth} gp"],["Paladin","{@dice 5d4×10|5d4 × 10|Paladin Starting Wealth} gp"],["Ranger","{@dice 5d4×10|5d4 × 10|Ranger Starting Wealth} gp"],["Rogue","{@dice 4d4×10|4d4 × 10|Rogue Starting Wealth} gp"],["Sorcerer","{@dice 3d4×10|3d4 × 10|Sorcerer Starting Wealth} gp"],["Warlock","{@dice 4d4×10|4d4 × 10|Warlock Starting Wealth} gp"],["Wizard","{@dice 4d4×10|4d4 × 10|Wizard Starting Wealth} gp"]],"name":"Starting Equipment; Starting Wealth by Class","page":143,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Standard Exchange Rates","srd":true,"basicRules":true,"colLabels":["Coin","cp","sp","ep","gp","pp"],"colStyles":["col-2","col-2","col-2","col-2","col-2","col-2"],"rows":[["Copper (cp)","1","1/10","1/50","1/100","1/1,000"],["Silver (sp)","10","1","1/5","1/10","1/100"],["Electrum (ep)","50","5","1","1/2","1/20"],["Gold (gp)","100","10","2","1","1/10"],["Platinum (pp)","1,000","100","20","10","1"]],"name":"Coinage; Standard Exchange Rates","page":143,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Armor","srd":true,"basicRules":true,"colLabels":["Armor","Cost","Armor Class (AC)","Strength","Stealth","Weight"],"colStyles":["col-3","col-1 text-right","col-3 text-center","col-1","col-3","col-1 text-center"],"rows":[["{@i Light Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item padded armor|phb|Padded}","5 gp","11 + Dex modifier","—","Disadvantage","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item leather armor|phb|Leather}","10 gp","11 + Dex modifier","—","—","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item studded leather armor|phb|Studded leather}","45 gp","12 + Dex modifier","—","—","13 lb."]},["{@i Medium Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item hide armor|phb|Hide}","10 gp","12 + Dex modifier (max 2)","—","—","12 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Chain shirt|phb}","50 gp","13 + Dex modifier (max 2)","—","—","20 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Scale mail|phb}","50 gp","14 + Dex modifier (max 2)","—","Disadvantage","45 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Breastplate|phb}","400 gp","14 + Dex modifier (max 2)","—","—","20 lb."]},{"type":"row","style":"row-indent-first","row":["{@item half plate armor|phb|Half plate}","750 gp","15 + Dex modifier (max 2)","—","Disadvantage","40 lb."]},["{@i Heavy Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Ring mail|phb}","30 gp","14","—","Disadvantage","40 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Chain mail|phb}","75 gp","16","Str 13","Disadvantage","55 lb."]},{"type":"row","style":"row-indent-first","row":["{@item splint armor|phb|Splint}","200 gp","17","Str 15","Disadvantage","60 lb."]},{"type":"row","style":"row-indent-first","row":["{@item plate armor|phb|Plate}","1,500 gp","18","Str 15","Disadvantage","65 lb."]},["{@i Shield}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Shield|phb}","10 gp","+2","—","—","6 lb."]}],"name":"Armor and Shields; Armor","page":144,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Donning and Doffing Armor","basicRules":true,"srd":true,"colLabels":["Category","Don","Doff"],"colStyles":["col-4","col-4","col-4"],"rows":[["Light Armor","1 minute","1 minute"],["Medium Armor","5 minutes","1 minute"],["Heavy Armor","10 minutes","5 minutes"],["Shield","1 action","1 action"]],"name":"Getting Into and Out of Armor; Donning and Doffing Armor","page":146,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weapons","srd":true,"basicRules":true,"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-4","col-1 text-center","col-2","col-1 -text-right","col-4"],"rows":[["{@i Simple Melee Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Club|phb}","1 sp","1d4 bludgeoning","2 lb.","Light"]},{"type":"row","style":"row-indent-first","row":["{@item Dagger|phb}","2 gp","1d4 piercing","1 lb.","Finesse, light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Greatclub|phb}","2 sp","1d8 bludgeoning","10 lb.","Two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Handaxe|phb}","5 gp","1d6 slashing","2 lb.","Light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Javelin|phb}","5 sp","1d6 piercing","2 lb.","Thrown (range 30/120)"]},{"type":"row","style":"row-indent-first","row":["{@item Light hammer|phb}","2 gp","1d4 bludgeoning","2 lb.","Light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Mace|phb}","5 gp","1d6 bludgeoning","4 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Quarterstaff|phb}","2 sp","1d6 bludgeoning","4 lb.","Versatile (1d8)"]},{"type":"row","style":"row-indent-first","row":["{@item Sickle|phb}","1 gp","1d4 slashing","2 lb.","Light"]},{"type":"row","style":"row-indent-first","row":["{@item Spear|phb}","1 gp","1d6 piercing","3 lb.","Thrown (range 20/60), versatile (1d8)"]},["{@i Simple Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item light crossbow|phb|Crossbow, light}","25 gp","1d8 piercing","5 lb.","Ammunition (range 80/320), loading, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Dart|phb}","5 cp","1d4 piercing","1/4 lb.","Finesse, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Shortbow|phb}","25 gp","1d6 piercing","2 lb.","Ammunition (range 80/320), two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Sling|phb}","1 sp","1d4 bludgeoning","—","Ammunition (range 30/120)"]},["{@i Martial Melee Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Battleaxe|phb}","10 gp","1d8 slashing","4 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Flail|phb}","10 gp","1d8 bludgeoning","2 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Glaive|phb}","20 gp","1d10 slashing","6 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Greataxe|phb}","30 gp","1d12 slashing","7 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Greatsword|phb}","50 gp","2d6 slashing","6 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Halberd|phb}","20 gp","1d10 slashing","6 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Lance|phb}","10 gp","1d12 piercing","6 lb.","Reach, special"]},{"type":"row","style":"row-indent-first","row":["{@item Longsword|phb}","15 gp","1d8 slashing","3 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Maul|phb}","10 gp","2d6 bludgeoning","10 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Morningstar|phb}","15 gp","1d8 piercing","4 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Pike|phb}","5 gp","1d10 piercing","18 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Rapier|phb}","25 gp","1d8 piercing","2 lb.","Finesse"]},{"type":"row","style":"row-indent-first","row":["{@item Scimitar|phb}","25 gp","1d6 slashing","3 lb.","Finesse, light"]},{"type":"row","style":"row-indent-first","row":["{@item Shortsword|phb}","10 gp","1d6 piercing","2 lb.","Finesse, light"]},{"type":"row","style":"row-indent-first","row":["{@item Trident|phb}","5 gp","1d6 piercing","4 lb.","Thrown (range 20/60), versatile (1d8)"]},{"type":"row","style":"row-indent-first","row":["{@item War pick|phb}","5 gp","1d8 piercing","2 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Warhammer|phb}","15 gp","1d8 bludgeoning","2 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Whip|phb}","2 gp","1d4 slashing","3 lb.","Finesse, reach"]},["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Blowgun|phb}","10 gp","1 piercing","1 lb.","Ammunition (range 25/100), loading"]},{"type":"row","style":"row-indent-first","row":["{@item hand crossbow|phb|Crossbow, hand}","75 gp","1d6 piercing","3 lb.","Ammunition (range 30/120), light, loading"]},{"type":"row","style":"row-indent-first","row":["{@item heavy crossbow|phb|Crossbow, heavy}","50 gp","1d10 piercing","18 lb.","Ammunition (range 100/400), heavy, loading, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Longbow|phb}","50 gp","1d8 piercing","2 lb.","Ammunition (range 150/600), heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Net|phb}","1 gp","—","3 lb.","Special, thrown (range 5/15)"]}],"name":"Weapons","page":146,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adventuring Gear","srd":true,"basicRules":true,"colLabels":["Item","Cost","Weight"],"colStyles":["col-4","col-4 text-right","col-4 text-center"],"rows":[["{@item Abacus|PHB}","2 gp","2 lb."],["{@item Acid (vial)|PHB}","25 gp","1 lb."],["{@item Alchemist's fire (flask)|PHB}","50 gp","1 lb."],["{@i Ammunition}","",""],{"type":"row","style":"row-indent-first","row":["{@item Arrows (20)|PHB}","1 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Blowgun needles (50)|PHB}","1 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Crossbow bolts (20)|PHB}","1 gp","1½ lb."]},{"type":"row","style":"row-indent-first","row":["{@item Sling bullets (20)|PHB}","4 cp","1½ lb."]},["{@item Antitoxin (vial)|PHB}","50 gp","—"],["{@i {@item Arcane focus|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Crystal|PHB}","10 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Orb|PHB}","20 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Rod|PHB}","10 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Staff|PHB}","5 gp","4 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Wand|PHB}","10 gp","1 lb."]},["{@item Backpack|PHB}","2 gp","5 lb."],["{@item Ball bearings (bag of 1,000)|PHB}","1 gp","2 lb."],["{@item Barrel|PHB}","2 gp","70 lb."],["{@item Basket|PHB}","4 sp","2 lb."],["{@item Bedroll|PHB}","1 gp","7 lb."],["{@item Bell|PHB}","1 gp","—"],["{@item Blanket|PHB}","5 sp","3 lb."],["{@item Block and tackle|PHB}","1 gp","5 lb."],["{@item Book|PHB}","25 gp","5 lb."],["{@item glass bottle|PHB|Bottle, glass}","2 gp","2 lb."],["{@item Bucket|PHB}","5 cp","2 lb."],["{@item Caltrops (bag of 20)|PHB}","1 gp","2 lb."],["{@item Candle|PHB}","1 cp","—"],["{@item crossbow bolt case|PHB|Case, crossbow bolt}","1 gp","1 lb."],["{@item map or scroll case|PHB|Case, map or scroll}","1 gp","1 lb."],["{@item Chain (10 feet)|PHB}","5 gp","10 lb."],["{@item Chalk (1 piece)|PHB}","1 cp","—"],["{@item Chest|PHB}","5 gp","25 lb."],["{@item common clothes|PHB|Clothes, common}","5 sp","3 lb."],["{@item costume clothes|PHB|Clothes, costume}","5 gp","4 lb."],["{@item fine clothes|PHB|Clothes, fine}","15 gp","6 lb."],["{@item traveler's clothes|PHB|Clothes, traveler's}","2 gp","4 lb."],["{@item Component pouch|PHB}","25 gp","2 lb."],["{@item Crowbar|PHB}","2 gp","5 lb."],["{@i {@item Druidic focus|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Sprig of mistletoe|PHB}","1 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Totem|PHB}","1 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Wooden staff|PHB}","5 gp","4 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Yew wand|PHB}","10 gp","1 lb."]},["{@item Fishing tackle|PHB}","1 gp","4 lb."],["{@item Flask|PHB} or {@item tankard|PHB}","2 cp","1 lb."],["{@item Grappling hook|PHB}","2 gp","4 lb."],["{@item Hammer|PHB}","1 gp","3 lb."],["{@item sledgehammer|PHB|Hammer, sledge}","2 gp","10 lb."],["{@item Healer's Kit|PHB}","5 gp","3 lb."],["{@i {@item Holy symbol|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Amulet|PHB}","5 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Emblem|PHB}","5 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Reliquary|PHB}","5 gp","2 lb."]},["{@item Holy water (flask)|PHB}","25 gp","1 lb."],["{@item Hourglass|PHB}","25 gp","1 lb."],["{@item Hunting trap|PHB}","5 gp","25 lb."],["{@item Ink (1-ounce bottle)|PHB}","10 gp","—"],["{@item Ink pen|PHB}","2 cp","—"],["{@item Jug|PHB} or {@item pitcher|PHB}","2 cp","4 lb."],["{@item climber's kit|PHB|Kit, climber's}","25 gp","12 lb."],["{@item disguise kit|PHB|Kit, disguise}","25 gp","3 lb."],["{@item forgery kit|PHB|Kit, forgery}","15 gp","5 lb."],["{@item herbalism kit|PHB|Kit, herbalism}","5 gp","3 lb."],["{@item healer's kit|PHB|Kit, healer's}","5 gp","3 lb."],["{@item mess kit|PHB|Kit, mess}","2 sp","1 lb."],["{@item poisoner's kit|PHB|Kit, poisoner's}","50 gp","2 lb."],["{@item Ladder (10-foot)|PHB}","1 sp","25 lb."],["{@item Lamp|PHB}","5 sp","1 lb."],["{@item bullseye lantern|PHB|Lantern, bullseye}","10 gp","2 lb."],["{@item hooded lantern|PHB|Lantern, hooded}","5 gp","2 lb."],["{@item Lock|PHB}","10 gp","1 lb."],["{@item Magnifying glass|PHB}","100 gp","—"],["{@item Manacles|PHB}","2 gp","6 lb."],["{@item steel mirror|PHB|Mirror, steel}","5 gp","1/2 lb."],["{@item Oil (flask)|PHB}","1 sp","1 lb."],["{@item Paper (one sheet)|PHB}","2 sp","—"],["{@item Parchment (one sheet)|PHB}","1 sp","—"],["{@item Perfume (vial)|PHB}","5 gp","—"],["{@item miner's pick|PHB|Pick, miner's}","2 gp","10 lb."],["{@item Piton|PHB}","5 cp","1/4 lb."],["{@item basic poison (vial)|PHB|Poison, basic (vial)}","100 gp","—"],["{@item Pole (10-foot)|PHB}","5 cp","7 lb."],["{@item iron pot|PHB|Pot, iron}","2 gp","10 lb."],["{@item Potion of healing|DMG}","50 gp","1/2 lb."],["{@item Pouch|PHB}","5 sp","1 lb."],["{@item Quiver|PHB}","1 gp","1 lb."],["{@item portable ram|PHB|Ram, portable}","4 gp","35 lb."],["{@item Rations (1 day)|PHB}","5 sp","2 lb."],["{@item Robes|PHB}","1 gp","4 lb."],["{@item hempen rope (50 feet)|PHB|Rope, hempen (50 feet)}","1 gp","10 lb."],["{@item silk rope (50 feet)|PHB|Rope, silk (50 feet)}","10 gp","5 lb."],["{@item Sack|PHB}","1 cp","1/2 lb."],["{@item merchant's scale|PHB|Scale, merchant's}","5 gp","3 lb."],["{@item Sealing wax|PHB}","5 sp","—"],["{@item Shovel|PHB}","2 gp","5 lb."],["{@item Signal whistle|PHB}","5 cp","—"],["{@item Signet ring|PHB}","5 gp","—"],["{@item Soap|PHB}","2 cp","—"],["{@item Spellbook|PHB}","50 gp","3 lb."],["{@item iron spikes (10)|PHB|Spikes, iron (10)}","1 gp","5 lb."],["{@item Spyglass|PHB}","1,000 gp","1 lb."],["{@item two-person tent|PHB|Tent, two-person}","2 gp","20 lb."],["{@item Tinderbox|PHB}","5 sp","1 lb."],["{@item Torch|PHB}","1 cp","1 lb."],["{@item Vial|PHB}","1 gp","—"],["{@item Waterskin|PHB}","2 sp","5 lb. (full)"],["{@item Whetstone|PHB}","1 cp","1 lb."]],"name":"Adventuring Gear","page":148,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Container Capacity","srd":true,"basicRules":true,"colLabels":["Container","Capacity"],"colStyles":["col-6","col-6"],"rows":[["{@item Backpack|phb}*","1 cubic foot/30 pounds of gear"],["{@item Barrel|phb}","40 gallons liquid, 4 cubic feet solid"],["{@item Basket|phb}","2 cubic feet/40 pounds of gear"],["{@item Glass Bottle|phb|Bottle}","1½ pints liquid"],["{@item Bucket|phb}","3 gallons liquid, 1/2 cubic foot solid"],["{@item Chest|phb}","12 cubic feet/300 pounds of gear"],["{@item Flask|phb} or {@item tankard|phb}","1 pint liquid"],["{@item Jug|phb} or {@item pitcher|phb}","1 gallon liquid"],["{@item Iron Pot|phb|Pot, iron}","1 gallon liquid"],["{@item Pouch|phb}","1/5 cubic foot/6 pounds of gear"],["{@item Sack|phb}","1 cubic foot/30 pounds of gear"],["{@item Vial|phb}","4 ounces liquid"],["{@item Waterskin|phb}","4 pints liquid"]],"footnotes":["* You can also strap items, such as a bedroll or a coil of rope, to the outside of a backpack."],"name":"Adventuring Gear; Container Capacity","page":148,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-center"],"rows":[["{@i Artisan's tools}","",""],{"type":"row","style":"row-indent-first","row":["{@item Alchemist's supplies|phb}","50 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Brewer's supplies|phb}","20 gp","9 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Calligrapher's supplies|phb}","10 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Carpenter's tools|phb}","8 gp","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cartographer's tools|phb}","15 gp.","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cobbler's tools|phb}","5 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cook's utensils|phb}","1 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Glassblower's tools|phb}","30 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Jeweler's tools|phb}","25 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Leatherworker's tools|phb}","5 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Mason's tools|phb}","10 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Painter's supplies|phb}","10 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Potter's tools|phb}","10 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Smith's tools|phb}","20 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Tinker's tools|phb}","50 gp","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Weaver's tools|phb}","1 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Woodcarver's tools|phb}","1 gp","5 lb."]},["{@item Disguise Kit|phb}","25 gp","3 lb."],["{@item Forgery kit|phb}","15 gp","5 lb."],["{@i Gaming sets}","",""],{"type":"row","style":"row-indent-first","row":["{@item Dice set|phb}","1 sp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Dragonchess set|phb}","1 gp","1/2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Playing card set|phb}","5 sp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Three-Dragon Ante set|phb}","1 gp","—"]},["{@item Herbalism kit|phb}","5 gp","3 lb."],["{@i Musical instruments}","",""],{"type":"row","style":"row-indent-first","row":["{@item Bagpipes|phb}","30 gp","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Drum|phb}","6 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Dulcimer|phb}","25 gp","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Flute|phb}","2 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Lute|phb}","35 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Lyre|phb}","30 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Horn|phb}","3 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Pan flute|phb}","12 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Shawm|phb}","2 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Viol|phb}","30 gp","1 lb."]},["{@item Navigator's tools|phb}","25 gp","2 lb."],["{@item Poisoner's kit|phb}","50 gp","2 lb."],["{@item Thieves' tools|phb}","25 gp","1 lb."],["Vehicles (land or water)","*","*"]],"footnotes":["* See the \"Mounts and Vehicles\" section."],"name":"Tools","page":154,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Mounts and Other Animals","basicRules":true,"srd":true,"colLabels":["Item","Cost","Speed","Carrying Capacity"],"colStyles":["col-6","col-2 text-right","col-2 text-right","col-2 text-right"],"rows":[["{@item Camel|phb}","50 gp","50 ft.","480 lb."],["{@item Donkey|phb} or {@item mule|phb}","8 gp","40 ft.","420 lb."],["{@item Elephant|phb}","200 gp","40 ft.","1,320 lb."],["{@item draft horse|phb|Horse, draft}","50 gp","40 ft.","540 lb."],["{@item riding horse|phb|Horse, riding}","75 gp","60 ft.","480 lb."],["{@item Mastiff|phb}","25 gp","40 ft.","195 lb."],["{@item Pony|phb}","30 gp","40 ft.","225 lb."],["{@item Warhorse|phb}","400 gp","60 ft.","540 lb."]],"name":"Mounts and Vehicles; Mounts and Other Animals","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tack, Harness, and Drawn Vehicles","basicRules":true,"srd":true,"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Barding|PHB}","×4","×2"],["{@item Bit and bridle|PHB}","2 gp","1 lb."],["{@item Carriage|PHB}","100 gp","600 lb."],["{@item Cart|PHB}","15 gp","200 lb."],["{@item Chariot|PHB}","250 gp","100 lb."],["Animal Feed (per day)","5 cp","10 lb."],["{@i Saddle}","",""],{"type":"row","style":"row-indent-first","row":["{@item Exotic saddle|PHB|Exotic}","60 gp","40 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Military saddle|PHB|Military}","20 gp","30 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Pack saddle|PHB|Pack}","5 gp","15 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Riding saddle|PHB|Riding}","10 gp","25 lb."]},["{@item Saddlebags|PHB}","4 gp","8 lb."],["{@item Sled|PHB}","20 gp","300 lb."],["Stabling (per day)","5 sp","—"],["{@item Wagon|PHB}","35 gp","400 lb."]],"name":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Waterborne Vehicles","basicRules":true,"srd":true,"colLabels":["Item","Cost","Speed"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Galley|DMG}","30,000 gp","4 mph"],["{@item Keelboat|DMG}","3,000 gp","1 mph"],["{@item Longship|DMG}","10,000 gp","3 mph"],["{@item Rowboat|DMG}","50 gp","1½ mph"],["{@item Sailing ship|DMG}","10,000 gp","2 mph"],["{@item Warship|DMG}","25,000 gp","2½ mph"]],"name":"Mounts and Vehicles; Waterborne Vehicles","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Trade Goods","srd":true,"colLabels":["Cost","Goods"],"colStyles":["col-1 text-right","col-11"],"rows":[["1 cp","1 lb. of wheat"],["2 cp","1 lb. of flour or one chicken"],["5 cp","1 lb. of salt"],["1 sp","1 lb. of iron or 1 sq. yd. of canvas"],["5 sp","1 lb. of copper or 1 sq. yd. of cotton cloth"],["1 gp","1 lb. of ginger or one goat"],["2 gp","1 lb. of cinnamon or pepper, or one sheep"],["3 gp","1 lb. of cloves or one pig"],["5 gp","1 lb. of silver or 1 sq. yd. of linen"],["10 gp","1 sq. yd. of silk or one cow"],["15 gp","1 lb. of saffron or one ox"],["50 gp","1 lb. of gold"],["500 gp","1 lb. of platinum"]],"name":"Trade Goods","page":157,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Lifestyle Expenses","colLabels":["Lifestyle","Price/Day"],"colStyles":["col-6","col-6 text-right"],"rows":[["Wretched","—"],["Squalid","1 sp"],["Poor","2 sp"],["Modest","1 gp"],["Comfortable","2 gp"],["Wealthy","4 gp"],["Aristocratic","10 gp minimum"]],"name":"Lifestyle Expenses","page":157,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Food, Drink, and Lodging","basicRules":true,"srd":true,"colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["{@item Ale (Gallon)|PHB|Gallon}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item Ale (mug)|phb|Mug}","4 cp"]},["Banquet (per person)","10 gp"],["{@item loaf of bread|phb|Bread, loaf}","2 cp"],["{@item hunk of cheese|phb|Cheese, hunk}","1 sp"],["{@i Inn stay (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},["{@i Meals (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["{@item chunk of meat|phb|Meat, chunk}","3 sp"],["{@i Wine}",""],{"type":"row","style":"row-indent-first","row":["{@item common wine (pitcher)|phb|Common (pitcher)}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item fine wine (bottle)|phb|Fine (bottle)}","10 gp"]}],"name":"Food, Drink, and Lodging","page":158,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Services","basicRules":true,"srd":true,"colLabels":["Service","Pay"],"colStyles":["col-6","col-6"],"rows":[["{@i Coach cab}",""],{"type":"row","style":"row-indent-first","row":["Between towns","3 cp per mile"]},{"type":"row","style":"row-indent-first","row":["Coach cab, Within a city","1 cp"]},["{@i Hireling}",""],{"type":"row","style":"row-indent-first","row":["Skilled","2 gp per day"]},{"type":"row","style":"row-indent-first","row":["Untrained","2 sp per day"]},["Messenger","2 cp per mile"],["Road or gate toll","1 cp"],["Ship's passage","1 sp per mile"]],"name":"Services","page":159,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Multiclassing Prerequisites","srd":true,"colLabels":["Class","Ability Score Minimum"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Strength 13"],["{@class Bard}","Charisma 13"],["{@class Cleric}","Wisdom 13"],["{@class Druid}","Wisdom 13"],["{@class Fighter}","Strength 13 or Dexterity 13"],["{@class Monk}","Dexterity 13 and Wisdom 13"],["{@class Paladin}","Strength 13 and Charisma 13"],["{@class Ranger}","Dexterity 13 and Wisdom 13"],["{@class Rogue}","Dexterity 13"],["{@class Sorcerer}","Charisma 13"],["{@class Warlock}","Charisma 13"],["{@class Wizard}","Intelligence 13"]],"name":"Multiclassing Prerequisites","page":163,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Multiclassing Proficiencies","srd":true,"colLabels":["Class","Proficiencies Gained"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Shields, simple weapons, martial weapons"],["{@class Bard}","Light armor, one skill of your choice, one musical instrument of your choice"],["{@class Cleric}","Light armor, medium armor, shields"],["{@class Druid}","Light armor, medium armor, shields (druids will not wear armor or use shields made of metal)"],["{@class Fighter}","Light armor, medium armor, shields, simple weapons, martial weapons"],["{@class Monk}","Simple weapons, shortswords"],["{@class Paladin}","Light armor, medium armor, shields, simple weapons, martial weapons"],["{@class Ranger}","Light armor, medium armor, shields, simple weapons, martial weapons, one skill from the class's skill list"],["{@class Rogue}","Light armor, one skill from the class's skill list, {@item thieves' tools|phb}"],["{@class Sorcerer}","—"],["{@class Warlock}","Light armor, simple weapons"],["{@class Wizard}","—"]],"name":"Multiclassing Proficiencies","page":164,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Multiclass Spellcaster: Spell Slots per Spell Level","srd":true,"colLabels":["Lvl.","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"],"colStyles":["col-1-2","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center"],"rows":[["1st",2,"—","—","—","—","—","—","—","—"],["2nd",3,"—","—","—","—","—","—","—","—"],["3rd",4,2,"—","—","—","—","—","—","—"],["4th",4,3,"—","—","—","—","—","—","—"],["5th",4,3,2,"—","—","—","—","—","—"],["6th",4,3,3,"—","—","—","—","—","—"],["7th",4,3,3,1,"—","—","—","—","—"],["8th",4,3,3,2,"—","—","—","—","—"],["9th",4,3,3,3,1,"—","—","—","—"],["10th",4,3,3,3,2,"—","—","—","—"],["11th",4,3,3,3,2,1,"—","—","—"],["12th",4,3,3,3,2,1,"—","—","—"],["13th",4,3,3,3,2,1,1,"—","—"],["14th",4,3,3,3,2,1,1,"—","—"],["15th",4,3,3,3,2,1,1,1,"—"],["16th",4,3,3,3,2,1,1,1,"—"],["17th",4,3,3,3,2,1,1,1,1],["18th",4,3,3,3,3,1,1,1,1],["19th",4,3,3,3,3,2,1,1,1],["20th",4,3,3,3,3,2,2,1,1]],"name":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level","page":164,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Ability Scores and Modifiers","basicRules":true,"srd":true,"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","-5","16-17","+3"],["2-3","-4","18-19","+4"],["4-5","-3","20-21","+5"],["6-7","-2","22-23","+6"],["8-9","-1","24-25","+7"],["10-11","+0","26-27","+8"],["12-13","+1","28-29","+9"],["14-15","+2","30","+10"]],"name":"Ability Scores and Modifiers","page":173,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Typical Difficulty Classes","basicRules":true,"srd":true,"colLabels":["Task Difficulty","DC"],"colStyles":["col-9","col-3 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Ability Checks; Typical Difficulty Classes","page":174,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"colLabels":["Ability","Skills"],"colStyles":["col-2","col-10"],"rows":[["Strength","{@skill Athletics}"],["Dexterity","{@skill Acrobatics}, {@skill Sleight of Hand}, {@skill Stealth}"],["Intelligence","{@skill Arcana}, {@skill History}, {@skill Investigation}, {@skill Nature}, {@skill Religion}"],["Wisdom","{@skill Animal Handling}, {@skill Insight}, {@skill Medicine}, {@skill Perception}, {@skill Survival}"],["Charisma","{@skill Deception}, {@skill Intimidation}, {@skill Performance}, {@skill Persuasion}"]],"name":"Skills","page":174,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Travel Pace","basicRules":true,"srd":true,"colLabels":["Pace","Distance Traveled per Minute","Distance Traveled per Hour","Distance Traveled per Day","Effect"],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","-5 penalty to passive Wisdom ({@skill Perception}) scores"],["Normal","300 feet","3 miles","24 miles","-"],["Slow","200 feet","2 miles","18 miles","Able to use stealth"]],"name":"Travel Pace","page":181,"source":"PHB","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Size Categories","basicRules":true,"srd":true,"colLabels":["Size","Space"],"colStyles":["col-6","col-6"],"rows":[["Tiny","2½ by 2½ ft."],["Small","5 by 5 ft."],["Medium","5 by 5 ft."],["Large","10 by 10 ft."],["Huge","15 by 15 ft."],["Gargantuan","20 by 20 ft. or larger"]],"name":"Creature Size; Size Categories","page":191,"source":"PHB","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Deities of the Forgotten Realms","basicRules":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Auril}, goddess of winter","NE","Nature, Tempest","Six-pointed snowflake"],["{@deity Azuth}, god of wizards","LN","Knowledge","Left hand pointing upward, outlined in fire"],["{@deity Bane}, god of tyranny","LE","War","Upright black right hand, thumb and fingers together"],["{@deity Beshaba}, goddess of misfortune","CE","Trickery","Black antlers"],["{@deity Bhaal}, god of murder","NE","Death","Skull surrounded by a ring of blood droplets"],["{@deity Chauntea}, goddess of agriculture","NG","Life","Sheaf of grain or a blooming rose over grain"],["{@deity Cyric}, god of lies","CE","Trickery","White jawless skull on black or purple sunburst"],["{@deity Deneir}, god of writing","NG","Knowledge","Lit candle above an open eye"],["{@deity Eldath}, goddess of peace","NG","Life, Nature","Waterfall plunging into still pool"],["{@deity Gond}, god of craft","N","Knowledge","Toothed cog with four spokes"],["{@deity Helm}, god of protection","LN","Life, Light","Staring eye on upright left gauntlet"],["{@deity Ilmater}, god of endurance","LG","Life","Hands bound at the wrist with red cord"],["{@deity Kelemvor}, god of the dead","LN","Death","Upright skeletal arm holding balanced scales"],["{@deity Lathander}, god of birth and renewal","NG","Life, Light","Road traveling into a sunrise"],["{@deity Leira}, goddess of illusion","CN","Trickery","Point-down triangle containing a swirl of mist"],["{@deity Lliira}, goddess of joy","CG","Life","Triangle of three six-pointed stars"],["{@deity Loviatar}, goddess of pain","LE","Death","Nine-tailed barbed scourge"],["{@deity Malar}, god of the hunt","CE","Nature","Clawed paw"],["{@deity Mask}, god of thieves","CN","Trickery","Black mask"],["{@deity Mielikki}, goddess of forests","NG","Nature","Unicorn's head"],["{@deity Milil}, god of poetry and song","NG","Light","Five-stringed harp made of leaves"],["{@deity Myrkul}, god of death","NE","Death","White human skull"],["{@deity Mystra}, goddess of magic","NG","Knowledge","Circle of seven stars, or nine stars encircling a flowing red mist, or a single star"],["{@deity Oghma}, god of knowledge","N","Knowledge","Blank scroll"],["{@deity Savras}, god of divination and fate","LN","Knowledge","Crystal ball containing many kinds of eyes"],["{@deity Selûne}, goddess of the moon","CG","Knowledge, Life","Pair of eyes surrounded by seven stars"],["{@deity Shar}, goddess of darkness and loss","NE","Death, Trickery","Black disk encircled with a border"],["{@deity Silvanus}, god of wild nature","N","Nature","Oak leaf"],["{@deity Sune}, goddess of love and beauty","CG","Life, Light","Face of a beautiful red-haired woman"],["{@deity Talona}, goddess of disease and poison","CE","Death","Three teardrops on a triangle"],["{@deity Talos}, god of storms","CE","Tempest","Three lightning bolts radiating from a central point"],["{@deity Tempus}, god of war","N","War","Upright flaming sword"],["{@deity Torm}, god of courage and self-sacrifice","LG","War","White right gauntlet"],["{@deity Tymora}, goddess of good fortune","CG","Trickery","Face-up coin"],["{@deity Tyr}, god of justice","LG","War","Balanced scales resting on a warhammer"],["{@deity Umberlee}, goddess of the sea","CE","Tempest","Wave curling left and right"],["{@deity Waukeen}, goddess of trade","N","Knowledge, Trickery","Upright coin with Waukeen's profile facing left"]],"name":"Deities of the Forgotten Realms","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Greyhawk","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Beory|Greyhawk}, goddess of nature","N","Nature","Green disk"],["{@deity Boccob|Greyhawk}, god of magic","N","Knowledge","Eye within a pentagram"],["{@deity Celestian|Greyhawk}, god of stars and wanderers","N","Knowledge","Arc of seven stars inside a circle"],["{@deity Ehlonna|Greyhawk}, goddess of woodlands","NG","Life, Nature","Unicorn horn"],["{@deity Erythnul|Greyhawk}, god of envy and slaughter","CE","War","Blood drop"],["{@deity Fharlanghn|Greyhawk}, god of horizons and travel","NG","Knowledge, Trickery","Circle crossed by a curved horizon line"],["{@deity Heironeous|Greyhawk}, god of chivalry and valor","LG","War","Lightning bolt"],["{@deity Hextor|Greyhawk}, god of war and discord","LE","War","Six arrows facing downward in a fan"],["{@deity Kord|Greyhawk}, god of athletics and sport","CG","Tempest, War","Four spears and four maces radiating out from a central point"],["{@deity Incabulos|Greyhawk}, god of plague and famine","NE","Death","Reptilian eye with a horizontal diamond"],["{@deity Istus|Greyhawk}, goddess of fate and destiny","N","Knowledge","Weaver's spindle with three strands"],["{@deity Iuz|Greyhawk}, god of pain and oppression","CE","Death","Grinning human skull"],["{@deity Nerull|Greyhawk}, god of death","NE","Death","Skull with either a sickle or a scythe"],["{@deity Obad-Hai|Greyhawk}, god of nature","N","Nature","Oak leaf and acorn"],["{@deity Olidammara|Greyhawk}, god of revelry","CN","Trickery","Laughing mask"],["{@deity Pelor|Greyhawk}, god of the sun and healing","NG","Life, Light","Sun"],["{@deity Pholtus|Greyhawk}, god of light and law","LG","Light","Silver sun or full moon partially eclipsed by a smaller crescent moon"],["{@deity Ralishaz|Greyhawk}, god of ill luck and insanity","CN","Trickery","Three bone fate-casting sticks"],["{@deity Rao|Greyhawk}, god of peace and reason","LG","Knowledge","White heart"],["{@deity St. Cuthbert|Greyhawk}, god of common sense and zeal","LN","Knowledge","Circle at the center of a starburst of lines"],["{@deity Tharizdun|Greyhawk}, god of eternal darkness","CE","Trickery","Dark spiral or inverted ziggurat"],["{@deity Trithereon|Greyhawk}, god of liberty and retribution","CG","War","Triskelion"],["{@deity Ulaa|Greyhawk}, goddess of hills and mountains","LG","Life, War","Mountain with a circle at its heart"],["{@deity Vecna|Greyhawk}, god of evil secrets","NE","Knowledge","Hand with eye in the palm"],["{@deity Wee Jas|Greyhawk}, goddess of magic and death","LN","Death, Knowledge","Red skull in front of fireball"]],"name":"Deities of Greyhawk","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Good","colLabels":["The Gods of Good","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Paladine|dragonlance}, god of rulers and guardians","LG","War","Silver triangle"],["{@deity Branchala|dragonlance}, god of music","NG","Light","Bard's harp"],["{@deity Habbakuk|dragonlance}, god of animal life and the sea","NG","Nature, Tempest","Blue bird"],["{@deity Kiri-Jolith|dragonlance}, god of honor and war","LG","War","Bison's horns"],["{@deity Majere|dragonlance}, god of meditation and order","LG","Knowledge","Copper spider"],["{@deity Mishakal|dragonlance}, goddess of healing","LG","Knowledge, Life","Blue infinity sign"],["{@deity Solinari|dragonlance}, god of good magic","LG","no clerics","White circle or sphere"]],"name":"Deities of Dragonlance: Good","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Neutral","colLabels":["The Gods of Neutrality","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Gilean|dragonlance}, god of knowledge","N","Knowledge","Open book"],["{@deity Chislev|dragonlance}, goddess of nature","N","Nature","Feather"],["{@deity Reorx|dragonlance}, god of craft","N","Knowledge","Forging hammer"],["{@deity Shinare|dragonlance}, goddess of wealth and trade","N","Knowledge, Trickery","Griffon's wing"],["{@deity Sirrion|dragonlance}, god of fire and change","N","Nature","Multi-colored fire"],["{@deity Zivilyn|dragonlance}, god of wisdom","N","Knowledge","Great green or gold tree"],["{@deity Lunitari|dragonlance}, goddess of neutral magic","N","no clerics","Red circle or sphere"]],"name":"Deities of Dragonlance: Neutral","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Evil","colLabels":["The Gods of Evil","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Takhisis|Dragonlance}, goddess of night and hatred","LE","Death","Black crescent"],["{@deity Chemosh|Dragonlance}, god of the undead","LE","Death","Yellow skull"],["{@deity Hiddukel|Dragonlance}, god of lies and greed","CE","Trickery","Broken merchant's scales"],["{@deity Morgion|Dragonlance}, god of disease and secrecy","NE","Death","Hood with two red eyes"],["{@deity Sargonnas|Dragonlance}, god of vengeance and fire","LE","War","Stylized red condor"],["{@deity Zeboim|Dragonlance}, goddess of the sea and storms","CE","Tempest","Turtle shell"],["{@deity Nuitari|Dragonlance}, god of evil magic","LE","no clerics","Black circle or sphere"]],"name":"Deities of Dragonlance: Evil","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Nonhuman Deities","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Bahamut|nonhuman}, dragon god of good","LG","Life, War","Dragon's head in profile"],["{@deity Blibdoolpoolp|nonhuman}, kuo-toa goddess","NE","Death","Lobster head or black pearl"],["{@deity Corellon Larethian|nonhuman}, elf deity of art and magic","CG","Light","Quarter moon or starburst"],["{@deity Deep Sashelas|nonhuman}, elf god of the sea","CG","Nature, Tempest","Dolphin"],["{@deity Eadro|nonhuman}, merfolk deity of the sea","N","Nature, Tempest","Spiral design"],["{@deity Garl Glittergold|nonhuman}, gnome god of trickery and wiles","LG","Trickery","Gold nugget"],["{@deity Grolantor|nonhuman}, hill giant god of war","CE","War","Wooden club"],["{@deity Gruumsh|nonhuman}, orc god of storms and war","CE","Tempest, War","Unblinking eye"],["{@deity Hruggek|nonhuman}, bugbear god of violence","CE","War","Morningstar"],["{@deity Kurtulmak|nonhuman}, kobold god of war and mining","LE","War","Gnome skull"],["{@deity Laogzed|nonhuman}, troglodyte god of hunger","CE","Death","Image of the lizard/toad god"],["{@deity Lolth|nonhuman}, drow goddess of spiders","CE","Trickery","Spider"],["{@deity Maglubiyet|nonhuman}, goblinoid god of war","LE","War","Bloody axe"],["{@deity Moradin|nonhuman}, dwarf god of creation","LG","Knowledge","Hammer and anvil"],["{@deity Rillifane Rallathil|nonhuman}, wood elf god of nature","CG","Nature","Oak"],["{@deity Sehanine Moonbow|nonhuman}, elf goddess of the moon","CG","Knowledge","Crescent moon"],["{@deity Sekolah|nonhuman}, sahuagin god of the hunt","LE","Nature, Tempest","Shark"],["{@deity Semuanya|nonhuman}, lizardfolk deity of survival","N","Life","Egg"],["{@deity Skerrit|nonhuman}, centaur and satyr god of nature","N","Nature","Oak growing from acorn"],["{@deity Skoraeus Stonebones|nonhuman}, god of stone giants and art","N","Knowledge","Stalactite"],["{@deity Surtur|nonhuman}, god of fire giants and craft","LE","Knowledge, War","Flaming sword"],["{@deity Thrym|nonhuman}, god of frost giants and strength","CE","War","White double-bladed axe"],["{@deity Tiamat|nonhuman}, dragon goddess of evil","LE","Trickery","Dragon head with five claw marks"],["{@deity Yondalla|nonhuman}, halfling goddess of fertility and protection","LG","Life","Shield"]],"name":"Nonhuman Deities","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Celtic Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Daghdha|celtic}, god of weather and crops","CG","Nature, Trickery","Bubbling cauldron or shield"],["{@deity Arawn|celtic}, god of life and death","NE","Life, Death","Black star on gray background"],["{@deity Belenus|celtic}, god of sun, light, and warmth","NG","Light","Solar disk and standing stones"],["{@deity Brigantia|celtic}, goddess of rivers and livestock","NG","Life","Footbridge"],["{@deity Diancecht|celtic}, god of medicine and healing","LG","Life","Crossed oak and mistletoe branches"],["{@deity Dunatis|celtic}, god of mountains and peaks","N","Nature","Red sun-capped mountain peak"],["{@deity Goibhniu|celtic}, god of smiths and healing","NG","Knowledge, Life","Giant mallet over sword"],["{@deity Lugh|celtic}, god of arts, travel, and commerce","CN","Knowledge, Life","Pair of long hands"],["{@deity Manannan mac Lir|celtic}, god of oceans and sea creatures","LN","Nature, Tempest","Wave of white water on green"],["{@deity Math Mathonwy|celtic}, god of magic","NE","Knowledge","Staff"],["{@deity Morrigan|celtic}, goddess of battle","CE","War","Two crossed spears"],["{@deity Nuada|celtic}, god of war and warriors","N","War","Silver hand on black background"],["{@deity Oghma|celtic}, god of speech and writing","NG","Knowledge","Unfurled scroll"],["{@deity Silvanus|celtic}, god of nature and forests","N","Nature","Summer oak tree"]],"name":"The Celtic Pantheon; Celtic Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Greek Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Zeus|greek}, god of the sky, ruler of the gods","N","Tempest","Fist full of lightning bolts"],["{@deity Aphrodite|greek}, goddess of love and beauty","CG","Light","Sea shell"],["{@deity Apollo|greek}, god of light, music, and healing","CG","Knowledge, Life, Light","Lyre"],["{@deity Ares|greek}, god of war and strife","CE","War","Spear"],["{@deity Artemis|greek}, goddess of hunting and childbirth","NG","Life, Nature","Bow and arrow on lunar disk"],["{@deity Athena|greek}, goddess of wisdom and civilization","LG","Knowledge, War","Owl"],["{@deity Demeter|greek}, goddess of agriculture","NG","Life","Mare's head"],["{@deity Dionysus|greek}, god of mirth and wine","CN","Life","Thyrsus (staff tipped with pine cone)"],["{@deity Hades|greek}, god of the underworld","LE","Death","Black ram"],["{@deity Hecate|greek}, goddess of magic and the moon","CE","Knowledge, Trickery","Setting moon"],["{@deity Hephaestus|greek}, god of smithing and craft","NG","Knowledge","Hammer and anvil"],["{@deity Hera|greek}, goddess of marriage and intrigue","CN","Trickery","Fan of peacock feathers"],["{@deity Hercules|greek}, god of strength and adventure","CG","Tempest, War","Lion's head"],["{@deity Hermes|greek}, god of travel and commerce","CG","Trickery","Caduceus (winged staff and serpents)"],["{@deity Hestia|greek}, goddess of home and family","NG","Life","Hearth"],["{@deity Nike|greek}, goddess of victory","LN","War","Winged woman"],["{@deity Pan|greek}, god of nature","CN","Nature","Syrinx (pan pipes)"],["{@deity Poseidon|greek}, god of the sea and earthquakes","CN","Tempest","Trident"],["{@deity Tyche|greek}, goddess of good fortune","N","Trickery","Red pentagram"]],"name":"The Greek Pantheon; Greek Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Egyptian Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Re-Horakhty|egyptian}, god of the sun, ruler of the gods","LG","Life, Light","Solar disk encircled by serpent"],["{@deity Anubis|egyptian}, god of judgment and death","LN","Death","Black jackal"],["{@deity Apep|egyptian}, god of evil, fire, and serpents","NE","Trickery","Flaming snake"],["{@deity Bast|egyptian}, goddess of cats and vengeance","CG","War","Cat"],["{@deity Bes|egyptian}, god of luck and music","CN","Trickery","Image of the misshapen deity"],["{@deity Hathor|egyptian}, goddess of love, music, and motherhood","NG","Life, Light","Horned cow's head with lunar disk"],["{@deity Imhotep|egyptian}, god of crafts and medicine","NG","Knowledge","Step pyramid"],["{@deity Isis|egyptian}, goddess of fertility and magic","NG","Knowledge, Life","Ankh and star"],["{@deity Nephthys|egyptian}, goddess of death and grief","CG","Death","Horns around a lunar disk"],["{@deity Osiris|egyptian}, god of nature and the underworld","LG","Life, Nature","Crook and flail"],["{@deity Ptah|egyptian}, god of crafts, knowledge, and secrets","LN","Knowledge","Bull"],["{@deity Set|egyptian}, god of darkness and desert storms","CE","Death, Tempest, Trickery","Coiled cobra"],["{@deity Sobek|egyptian}, god of water and crocodiles","LE","Nature, Tempest","Crocodile head with horns and plumes"],["{@deity Thoth|egyptian}, god of knowledge and wisdom","N","Knowledge","Ibis"]],"name":"The Egyptian Pantheon; Egyptian Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Norse Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Odin|norse}, god of knowledge and war","NG","Knowledge, War","Watching blue eye"],["{@deity Aegir|norse}, god of the sea and storms","NE","Tempest","Rough ocean waves"],["{@deity Balder|norse}, god of beauty and poetry","NG","Life, Light","Gem-encrusted silver chalice"],["{@deity Forseti|norse}, god of justice and law","N","Light","Head of a bearded man"],["{@deity Frey|norse}, god of fertility and the sun","NG","Life, Light","Ice-blue greatsword"],["{@deity Freya|norse}, goddess of fertility and love","NG","Life","Falcon"],["{@deity Frigga|norse}, goddess of birth and fertility","N","Life, Light","Cat"],["{@deity Heimdall|norse}, god of watchfulness and loyalty","LG","Light, War","Curling musical horn"],["{@deity Hel|norse}, goddess of the underworld","NE","Death","Woman's face, rotting on one side"],["{@deity Hermod|norse}, god of luck","CN","Trickery","Winged scroll"],["{@deity Loki|norse}, god of thieves and trickery","CE","Trickery","Flame"],["{@deity Njord|norse}, god of sea and wind","NG","Nature, Tempest","Gold coin"],["{@deity Odur|norse}, god of light and the sun","CG","Light","Solar disk"],["{@deity Sif|norse}, goddess of war","CG","War","Upraised sword"],["{@deity Skadi|norse}, god of earth and mountains","N","Nature","Mountain peak"],["{@deity Surtur|norse}, god of fire giants and war","LE","War","Flaming sword"],["{@deity Thor|norse}, god of storms and thunder","CG","Tempest, War","Hammer"],["{@deity Thrym|norse}, god of frost giants and cold","CE","War","White double-bladed axe"],["{@deity Tyr|norse}, god of courage and strategy","LN","Knowledge, War","Sword"],["{@deity Uller|norse}, god of hunting and winter","CN","Nature","Longbow"]],"name":"The Norse Pantheon; Norse Deities","page":298,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-8","col-4"],"rows":[["Mount Celestia, the Seven Heavens of","LG"],["Bytopia, the Twin Paradises of","NG, LG"],["Elysium, the Blessed Fields of","NG"],["The Beastlands, the Wilderness of","NG, CG"],["Arborea, the Olympian Glades of","CG"],["Ysgard, the Heroic Domains of","CN, CG"],["Limbo, the Ever-Changing Chaos of","CN"],["Pandemonium, the Windswept Depths of","CN, CE"],["The Abyss, the Infinite Layers of","CE"],["Carceri, the Tarterian Depths of","NE, CE"],["Hades, the Gray Waste of","NE"],["Gehenna, the Bleak Eternity of","NE, LE"],["The Nine Hells (of Baator)","LE"],["Acheron, the Infinite Battlefield of","LN, LE"],["Mechanus, the Clockwork Nirvana of","LN"],["Arcadia, the Peaceable Kingdoms of","LN, LG"]],"name":"Outer Planes","page":301,"source":"PHB","chapter":{"name":"The Planes of Existence","ordinal":{"type":"appendix","identifier":"C"},"index":14}},{"caption":"Size Categories","colLabels":["Size","Space","Examples"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","2½ by 2½ ft.","{@creature Imp}, {@creature sprite}"],["Small","5 by 5 ft.","{@creature Giant rat}, {@creature goblin}"],["Medium","5 by 5 ft.","{@creature Orc}, {@creature werewolf}"],["Large","10 by 10 ft.","{@creature Hippogriff}, {@creature ogre}"],["Huge","15 by 15 ft.","{@creature Fire giant}, {@creature treant}"],["Gargantuan","20 by 20 ft. or larger","{@creature Kraken}, {@creature purple worm}"]],"name":"Size Categories","page":6,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Hit Dice by Size","colLabels":["Monster Size","Hit Die","Average HP per Die"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Tiny","{@dice d4}","2½"],["Small","{@dice d6}","3½"],["Medium","{@dice d8}","4½"],["Large","{@dice d10}","5½"],["Huge","{@dice d12}","6½"],["Gargantuan","{@dice d20}","10½"]],"name":"Hit Points; Hit Dice by Size","page":7,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Proficiency Bonus by Challenge Rating","colLabels":["Challenge","Proficiency Bonus","Challenge","Proficiency Bonus"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["0","+2","14","+5"],["1/8","+2","15","+5"],["1/4","+2","16","+5"],["1/2","+2","17","+6"],["1","+2","18","+6"],["2","+2","19","+6"],["3","+2","20","+6"],["4","+2","21","+7"],["5","+3","22","+7"],["6","+3","23","+7"],["7","+3","24","+7"],["8","+3","25","+8"],["9","+4","26","+8"],["10","+4","27","+8"],["11","+4","28","+8"],["12","+4","29","+9"],["13","+5","30","+9"]],"name":"Saving Throws; Proficiency Bonus by Challenge Rating","page":8,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Experience Points by Challenge Rating","colLabels":["Challenge","XP","Challenge","XP"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["0","0 or 10","14","11,500"],["1/8","25","15","13,000"],["1/4","50","16","15,000"],["1/2","100","17","18,000"],["1","200","18","20,000"],["2","450","19","22,000"],["3","700","20","25,000"],["4","1,100","21","33,000"],["5","1,800","22","41,000"],["6","2,300","23","50,000"],["7","2,900","24","62,000"],["8","3,900","25","75,000"],["9","5,000","26","90,000"],["10","5,900","27","105,000"],["11","7,200","28","120,000"],["12","8,400","29","135,000"],["13","10,000","30","155,000"]],"name":"Experience Points by Challenge Rating","page":9,"source":"MM","chapter":{"name":"Introduction","index":0}},{"colLabels":["Color","Damage Resistance"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Black or copper","Acid"],["Blue or bronze","Lightning"],["Brass, gold, or red","Fire"],["Green","Poison"],["Silver or white","Cold"]],"name":"Resistances","page":180,"source":"MM","chapter":{"name":"Introduction","index":0}},{"colLabels":["Size","Breath Weapon","Optional Prerequisite"],"colStyles":["col-4","col-4","col-4"],"rows":[["Large or smaller","As a wyrmling","Challenge 2 or higher"],["Huge","As a young dragon","Challenge 7 or higher"],["Gargantuan","As an adult dragon","Challenge 8 or higher"]],"name":"New Action: Breath Weapon","page":180,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Dawn War Deities","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Asmodeus|dawn war|dmg}, god of tyranny","LE","Trickery","Three triangles in tight formation"],["{@deity Avandra|dawn war|dmg}, goddess of change and luck","CG","Trickery","Three stacked wavy lines"],["{@deity Bahamut|dawn war|dmg}, god of justice and nobility","LG","Life, War","Dragon's head, in profile, facing left"],["{@deity Bane|dawn war|dmg}, god of war and conquest","LE","War","Claw with three talons pointing down"],["{@deity Corellon|dawn war|dmg}, god of magic and the arts","CG","Light","Eight-pointed star"],["{@deity Erathis|dawn war|dmg}, goddess of civilization and invention","LN","Knowledge","Upper half of a clockwork gear"],["{@deity Gruumsh|dawn war|dmg}, god of destruction","CE","Tempest, War","Triangular eye with bony protrusions"],["{@deity Ioun|dawn war|dmg}, goddess of knowledge","N","Knowledge","Crook shaped like a stylized eye"],["{@deity Kord|dawn war|dmg}, god of strength and storms","CN","Tempest","Sword with a lightning bolt cross guard"],["{@deity Lolth|dawn war|dmg}, goddess of spiders and lies","CE","Trickery","Eight-pointed star with a web motif"],["{@deity Melora|dawn war|dmg}, goddess of wilderness and the sea","N","Nature, Tempest","Wavelike swirl"],["{@deity Moradin|dawn war|dmg}, god of creation","LG","Knowledge, War","Flaming anvil"],["{@deity Pelor|dawn war|dmg}, god of the sun and agriculture","NG","Life, Light","Circle with six outwardly radiating points"],["{@deity Raven Queen|dawn war|dmg}, goddess of death","LN","Life, Death","Raven's head, in profile, facing left"],["{@deity Sehanine|dawn war|dmg}, goddess of the moon","CG","Trickery","Crescent moon"],["{@deity Tharizdun|dawn war|dmg}, god of madness","CE","Trickery","Jagged counter-clockwise spiral"],["{@deity Tiamat|dawn war|dmg}, goddess of wealth, greed, and vengeance","LE","Trickery, War","Five-pointed star with curved points"],["{@deity Torog|dawn war|dmg}, god of the Underdark","NE","Death","T attached to a circular shackle"],["{@deity Vecna|dawn war|dmg}, god of evil secrets","NE","Death, Knowledge","Partially shattered one-eyed skull"],["{@deity Zehir|dawn war|dmg}, god of darkness and poison","CE","Trickery, Death","Snake in the shape of a dagger"]],"name":"A Sample Pantheon; Dawn War Deities","page":11,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Forms of Government","colLabels":["d100","Government"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-08","Autocracy"],["09-13","Bureaucracy"],["14-19","Confederacy"],["20-22","Democracy"],["23-27","Dictatorship"],["28-42","Feudalism"],["43-44","Gerontocracy"],["45-53","Hierarchy"],["54-56","Magocracy"],["57-58","Matriarchy"],["59-64","Militocracy"],["65-74","Monarchy"],["75-78","Oligarchy"],["79-80","Patriarchy"],["81-83","Meritocracy"],["84-85","Plutocracy"],["86-92","Republic"],["93-94","Satrapy"],["95","Kleptocracy"],["96-00","Theocracy"]],"name":"Forms of Government","page":18,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Sample Hierarchy of Noble Titles","colLabels":["Rank","Title"],"colStyles":["col-2 text-center","col-10"],"rows":[["1st","Emperor/Empress"],["2nd","King/Queen"],["3rd","Duke/Duchess"],["4th","Prince/Princess"],["5th","Marquess/Marquise"],["6th","Earl or Count/Countess"],["7th","Viscount/Viscountess"],["8th","Baron/Baroness"],["9th","Baronet"],["10th","Knight"]],"name":"Government; Sample Hierarchy of Noble Titles","page":17,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Examples of Faction Ranks","colLabels":["Renown","Harpers","Order of the Gauntlet","Emerald Enclave","Lords' Alliance","Zhentarim"],"colStyles":["col-2","col-2","col-2","col-2","col-2","col-2"],"rows":[["1","Watcher","Chevall","Springwarden","Cloak","Fang"],["3","Harpshadow","Marcheon","Summerstrider","Redknife","Wolf"],["10","Brightcandle","Whitehawk","Autumnreaver","Stingblade","Viper"],["25","Wise Owl","Vindicator","Winterstalker","Warduke","Ardragon"],["50","High Harper","Righteous Hand","Master of the Wild","Lioncrown","Dread Lord"]],"name":"Examples of Faction Ranks","page":22,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"World-Shaking Events","colLabels":["d10","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rise of a leader or an era"],["2","Fall of a leader or an era"],["3","Cataclysmic disaster"],["4","Assault or invasion"],["5","Rebellion, revolution, overthrow"],["6","Extinction or depletion"],["7","New organization"],["8","Discovery, expansion, invention"],["9","Prediction, omen, prophecy"],["10","Myth and legend"]],"name":"World-Shaking Events","page":27,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Leader Types","colLabels":["d6","Leader Types"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Political"],["2","Religious"],["3","Military"],["4","Crime/underworld"],["5","Art/culture"],["6","Philosophy/learning/magic"]],"name":"Rise or Fall of a Leader or an Era; Leader Types","page":27,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cataclysmic Disasters","colLabels":["d10","Cataclysmic Disaster"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Earthquake"],["2","Famine/drought"],["3","Fire"],["4","Flood"],["5","Plague/disease"],["6","Rain of fire (meteoric impact)"],["7","Storm (hurricane, tornado, tsunami)"],["8","Volcanic eruption"],["9","Magic gone awry or a planar warp"],["10","Divine judgment"]],"name":"Cataclysmic Disasters","page":28,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Invading Forces","colLabels":["d8","Invading Forces"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A criminal enterprise"],["2","Monsters or a unique monster"],["3","A planar threat"],["4","A past adversary reawakened, reborn, or resurgent"],["5","A splinter faction"],["6","A savage tribe"],["7","A secret society"],["8","A traitorous ally"]],"name":"Assault or Invasion; Invading Forces","page":29,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Extinction or Depletion","colLabels":["d8","Lost Resource"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A kind of animal (insect, bird, fish, livestock)"],["2","Habitable land"],["3","Magic or magic-users (all magic, or specific kinds or schools of magic)"],["4","A mineral resource (gems, metals, ores)"],["5","A type of monster (unicorn, manticore, dragon)"],["6","A people (family line, clan, culture, race)"],["7","A kind of plant (crop, tree, herb, forest)"],["8","A waterway (river, lake, ocean)"]],"name":"Extinction or Depletion","page":30,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"New Organizations","colLabels":["d10","New Organizations"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crime syndicate/bandit confederacy"],["2","Guild (masons, apothecaries, goldsmiths)"],["3","Magical circle/society"],["4","Military/knightly order"],["5","New family dynasty/tribe/clan"],["6","Philosophy/discipline dedicated to a principle or ideal"],["7","Realm (village, town, duchy, kingdom)"],["8","Religion/sect/denomination"],["9","School/university"],["10","Secret society/cult/cabal"]],"name":"New Organizations","page":31,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Discoveries","colLabels":["d10","Discovery"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ancient ruin/lost city of a legendary race"],["2","Animal/monster/magical mutation"],["3","Invention/technology/magic (helpful, destructive)"],["4","New (or forgotten) god or planar entity"],["5","New (or rediscovered) artifact or religious relic"],["6","New land (island, continent, lost world, demiplane)"],["7","Otherworldly object (planar portal, alien spacecraft)"],["8","People (race, tribe, lost civilization, colony)"],["9","Plant (miracle herb, fungal parasite, sentient plant)"],["10","Resource or wealth (gold, gems, mithral)"]],"name":"Discovery, Expansion, Invention; Discoveries","page":31,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Month","Name","Common Name"],"colStyles":["col-4 text-center","col-4","col-4"],"rows":[["1","Hammer","Deepwinter"],["","Annual holiday: Midwinter",""],["2","Alturiak","The Claw of Winter"],["3","Ches","The Claw of the Sunsets"],["4","Tarsakh","The Claw of the Storms"],["","Annual holiday: Greengrass",""],["5","Mirtul","The Melting"],["6","Kythorn","The Time of Flowers"],["7","Flamerule","Summertide"],["","Annual holiday: Midsummer",""],["","Quadrennial holiday: Shieldmeet",""],["8","Eleasias","Highsun"],["9","Eleint","The Fading"],["","Annual holiday: Highharvesttide",""],["10","Marpenoth","Leaffall"],["11","Uktar","The Rotting"],["","Annual holiday: The Feast of the Moon",""],["12","Nightal","The Drawing Down"]],"name":"The Calendar of Harptos","page":33,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Starting Equipment","colLabels":["Character Level","Low Magic Campaign","Standard Campaign","High Magic Campaign"],"colStyles":["col-2 text-center","col-3","col-3","col-4"],"rows":[["1st-4th","Normal starting equipment","Normal starting equipment","Normal starting equipment"],["5th-10th","500 gp plus {@dice 1d10 × 25} gp, normal starting equipment","500 gp plus {@dice 1d10 × 25} gp, normal starting equipment","500 gp plus {@dice 1d10 × 25} gp, one uncommon magic item, normal starting equipment"],["11th-16th","5,000 gp plus {@dice 1d10 × 250} gp, one uncommon magic item, normal starting equipment","5,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, normal starting equipment","5,000 gp plus {@dice 1d10 × 250} gp, three uncommon magic items, one rare item, normal starting equipment"],["17th-20th","20,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, normal starting equipment","20,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, one rare item, normal starting equipment","20,000 gp plus {@dice 1d10 × 250} gp, three uncommon magic items, two rare items, one very rare item, normal starting equipment"]],"name":"Starting at Higher Level; Starting Equipment","page":38,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Wuxia Weapon Names","colLabels":["Weapon","Other Names (Culture)"],"colStyles":["col-4","col-8"],"rows":[["Battleaxe","fu (China), masakari (Japan)"],["Club","bian (China), tonfa (Japan)"],["Dagger","bishou, tamo (China), kozuka, tanto (Japan)"],["Dart","shuriken (Japan)"],["Flail","nunchaku (Japan)"],["Glaive","guandao (China), bisento, naginata (Japan)"],["Greatclub","tetsubo (Japan)"],["Greatsword","changdao (China), nodachi (Japan)"],["Halberd","ji (China), kamayari (Japan)"],["Handaxe","ono (Japan)"],["Javelin","mau (China), uchi-ne (Japan)"],["Lance","umayari (Japan)"],["Longbow","daikyu (Japan)"],["Longsword","jian (China), katana (Japan)"],["Mace","chui (China), kanabo (Japan)"],["Pike","mao (China), nagaeyari (Japan)"],["Quarterstaff","gun (China), bo (Japan)"],["Scimitar","liuyedao (China), wakizashi (Japan)"],["Shortbow","hankyu (Japan)"],["Shortsword","shuangdao (China)"],["Sickle","kama (Japan)"],["Spear","qiang (China), yari (Japan)"],["Trident","cha (China), magariyari (Japan)"],["Warpick","fang (China), kuwa (Japan)"]],"name":"Wuxia Weapon Names","page":41,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Astral Color Pools","colLabels":["d20","Plane","Pool Color"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Ysgard","Indigo"],["2","Limbo","Jet black"],["3","Pandemonium","Magenta"],["4","The Abyss","Amethyst"],["5","Carceri","Olive"],["6","Hades","Rust"],["7","Gehenna","Russet"],["8","The Nine Hells","Ruby"],["9","Acheron","Flame red"],["10","Mechanus","Diamond blue"],["11","Arcadia","Saffron"],["12","Mount Celestia","Gold"],["13","Bytopia","Amber"],["14","Elysium","Orange"],["15","The Beastlands","Emerald green"],["16","Arborea","Sapphire blue"],["17","The Outlands","Leather brown"],["18","Ethereal Plane","Spiraling white"],["19-20","Material Plane","Silver"]],"name":"Astral Color Pools","page":47,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ethereal Curtains","colLabels":["d8","Plane","Color of Curtain"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Material Plane","Bright turquoise"],["2","Shadowfell","Dusky gray"],["3","Feywild","Opalescent white"],["4","Plane of Air","Pale blue"],["5","Plane of Earth","Reddish-brown"],["6","Plane of Fire","Orange"],["7","Plane of Water","Green"],["8","Elemental Chaos","Swirling mix of colors"]],"name":"Deep Ethereal; Ethereal Curtains","page":48,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ether Cyclones","colLabels":["d20","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","Extended journey"],["13-19","Blown to the Border Ethereal of a random plane (roll on the Ethereal Curtains table)"],["20","Hurled into the Astral Plane"]],"name":"Ether Cyclones","page":49,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Feywild Time Warp","colLabels":["d20","Result"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-2","Days become minutes"],["3-6","Days become hours"],["7-13","No change"],["14-17","Days become weeks"],["18-19","Days become months"],["20","Days become years"]],"name":"Feywild Time Warp","page":50,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Shadowfell Despair","colLabels":["d6","Effect"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-3","{@bold Apathy.} The character has disadvantage on death saving throws and on Dexterity checks for initiative, and gains the following flaw: \"I don't believe I can make a difference to anyone or anything.\""],["4-5","{@bold Dread.} The character has disadvantage on all saving throws and gains the following flaw: \"I am convinced that this place is going to kill me.\""],["6","{@bold Madness.} The character has disadvantage on ability checks and saving throws that use Intelligence, Wisdom, or Charisma, and gains the following flaw: \"I can't tell what's real anymore.\""]],"name":"Shadowfell Despair","page":52,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"The Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-6","col-6"],"rows":[["Mount Celestia, the Seven Heavens of","LG"],["Bytopia, the Twin Paradises of","NG, LG"],["Elysium, the Blessed Fields of","NG"],["The Beastlands, the Wilderness of","NG, CG"],["Arborea, the Olympian Glades of","CG"],["Ysgard, the Heroic Domains of","CN, CG"],["Limbo, the Ever-Changing Chaos of","CN"],["Pandemonium, the Windswept Depths of","CN, CE"],["The Abyss, the Infinite Layers of","CE"],["Carceri, the Tarterian Depths of","NE, CE"],["Hades, the Gray Waste of","NE"],["Gehenna, the Bleak Eternity of","NE, LE"],["The Nine Hells of Baator","LE"],["Acheron, the Infinite Battlefield of","LN, LE"],["Mechanus, the Clockwork Nirvana of","LN"],["Arcadia, the Peaceable Kingdoms of","LN, LG"]],"name":"The Outer Planes","page":57,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Abyssal Corruption","colLabels":["d10","Result"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-4","{@bold Treachery.} The character gains the following flaw: \"I can only achieve my goals by making sure that my companions don't achieve theirs.\""],["5-7","{@bold Bloodlust.} The character gains the following flaw: \"I enjoy killing for its own sake, and once I start, it's hard to stop.\""],["8-9","{@bold Overwhelming Ambition.} The character gains the following flaw: \"I am destined to rule the Abyss, and my companions are tools to that end.\""],["10","{@bold Demonic Possession.} The character is possessed by a demonic entity until freed by {@spell dispel evil and good} or similar magic. Whenever the possessed character rolls a 1 on an attack roll, ability check, or saving throw, the demon takes control of the character and determines the character's behavior. At the end of each of the possessed character's turns, he or she can make a DC 15 Charisma saving throw. On a success, the character regains control until he or she rolls another 1."]],"name":"Optional Rule: Abyssal Corruption; Abyssal Corruption","page":62,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gate-Towns of the Outlands","colLabels":["Town","Gate Destination"],"colStyles":["col-4","col-8"],"rows":[["Excelsior","The Seven Heavens of Mount Celestia"],["Tradegate","The Twin Paradises of Bytopia"],["Ecstasy","The Blessed Fields of Elysium"],["Faunel","The Wilderness of the Beastlands"],["Sylvania","The Olympian Glades of Arborea"],["Glorium","The Heroic Domains of Ysgard"],["Xaos","The Ever-Changing Chaos of Limbo"],["Bedlam","The Windswept Depths of Pandemonium"],["Plague-Mort","The Infinite Layers of the Abyss"],["Curst","The Tarterian Depths of Carceri"],["Hopeless","The Gray Waste of Hades"],["Torch","The Bleak Eternity of Gehenna"],["Ribcage","The Nine Hells of Baator"],["Rigus","The Infinite Battlefield of Acheron"],["Automata","The Clockwork Nirvana of Mechanus"],["Fortitude","The Peaceable Kingdoms of Arcadia"]],"name":"The Outlands and Sigil; Gate-Towns of the Outlands","page":67,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dungeon Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Stop the dungeon's monstrous inhabitants from raiding the surface world."],["2","Foil a villain's evil scheme."],["3","Destroy a magical threat inside the dungeon."],["4","Acquire treasure."],["5","Find a particular item for a specific purpose."],["6","Retrieve a stolen item hidden in the dungeon."],["7","Find information needed for a special purpose."],["8","Rescue a captive."],["9","Discover the fate of a previous adventuring party."],["10","Find an NPC who disappeared in the area."],["11","Slay a dragon or some other challenging monster."],["12","Discover the nature and origin of a strange location or phenomenon."],["13","Pursue fleeing foes taking refuge in the dungeon."],["14","Escape from captivity in the dungeon."],["15","Clear a ruin so it can be rebuilt and reoccupied."],["16","Discover why a villain is interested in the dungeon."],["17","Win a bet or complete a rite of passage by surviving in the dungeon for a certain amount of time."],["18","Parley with a villain in the dungeon."],["19","Hide from a threat outside the dungeon."],["20","Roll twice, ignoring results of 20"]],"name":"Identify the Party's Goals; Dungeon Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Wilderness Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Locate a dungeon or other site of interest (roll on the Dungeon Goals table to find out why)."],["2","Assess the scope of a natural or unnatural disaster."],["3","Escort an NPC to a destination."],["4","Arrive at a destination without being seen by the villain's forces."],["5","Stop monsters from raiding caravans and farms."],["6","Establish trade with a distant town."],["7","Protect a caravan traveling to a distant town."],["8","Map a new land."],["9","Find a place to establish a colony."],["10","Find a natural resource."],["11","Hunt a specific monster."],["12","Return home from a distant place."],["13","Obtain information from a reclusive hermit."],["14","Find an object that was lost in the wilds."],["15","Discover the fate of a missing group of explorers."],["16","Pursue fleeing foes."],["17","Assess the size of an approaching army."],["18","Escape the reign of a tyrant."],["19","Protect a wilderness site from attackers."],["20","Roll twice, ignoring results of 20."]],"name":"Identify the Party's Goals; Wilderness Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Other Goals","colLabels":["d12","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seize control of a fortified location such as a fortress, town, or ship."],["2","Defend a location from attackers."],["3","Retrieve an object from inside a secure location in a settlement."],["4","Retrieve an object from a caravan."],["5","Salvage an object or goods from a lost vessel or caravan."],["6","Break a prisoner out of a jail or prison camp."],["7","Escape from a jail or prison camp."],["8","Successfully travel through an obstacle course to gain recognition or reward."],["9","Infiltrate a fortified location."],["10","Find the source of strange occurrences in a haunted house or other location."],["11","Interfere with the operation of a business."],["12","Rescue a character, monster, or object from a natural or unnatural disaster."]],"name":"Identify the Party's Goals; Other Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Villains","colLabels":["d20","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beast or monstrosity with no particular agenda"],["2","Aberration bent on corruption or domination"],["3","Fiend bent on corruption or destruction"],["4","Dragon bent on domination and plunder"],["5","Giant bent on plunder"],["6-7","Undead with any agenda"],["8","Fey with a mysterious goal"],["9-10","Humanoid cultist"],["11-12","Humanoid conqueror"],["13","Humanoid seeking revenge"],["14-15","Humanoid schemer seeking to rule"],["16","Humanoid criminal mastermind"],["17-18","Humanoid raider or ravager"],["19","Humanoid under a curse"],["20","Misguided humanoid zealot"]],"name":"Identify Important NPCs; Adventure Villains","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Allies","colLabels":["d12","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Skilled adventurer"],["2","Inexperienced adventurer"],["3","Enthusiastic commoner"],["4","Soldier"],["5","Priest"],["6","Sage"],["7","Revenge seeker"],["8","Raving lunatic adventurer"],["9","Celestial ally"],["10","Fey ally"],["11","Disguised monster"],["12","Villain posing as an ally"]],"name":"Identify Important NPCs; Adventure Allies","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Patrons","colLabels":["d20","Patron"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Retired adventurer"],["3-4","Local ruler"],["5-6","Military officer"],["7-8","Temple official"],["9-10","Sage"],["11-12","Respected elder"],["13","Deity or celestial"],["14","Mysterious fey"],["15","Old friend"],["16","Former teacher"],["17","Parent or other family member"],["18","Desperate Commoner"],["19","Embattled merchant"],["20","Villain posing as a patron"]],"name":"Identify Important NPCs; Adventure Patrons","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Introduction","colLabels":["d12","Introduction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While traveling in the wilderness, the characters fall into a sinkhole that opens beneath their feet, dropping them into the adventure location."],["2","While traveling in the wilderness, the characters notice the entrance to the adventure location."],["3","While traveling on a road, the characters are attacked by monsters that flee into the nearby adventure location."],["4","The adventurers find a map on a dead body. In addition to the map setting up the adventure, the adventure's villain wants the map."],["5","A mysterious magic item or a cruel villain teleports the characters to the adventure location."],["6","A stranger approaches the characters in a tavern and urges them toward the adventure location."],["7","A town or village needs volunteers to go to the adventure location."],["8","An NPC the characters care about needs them to go to the adventure location."],["9","An NPC the characters must obey orders them to go to the adventure location."],["10","An NPC the characters respect asks them to go to the adventure location."],["11","One night, the characters all dream about entering the adventure location."],["12","A ghost appears and terrorizes a village. Research reveals that it can be put to rest only by entering the adventure location."]],"name":"Find the Ideal Introduction; Adventure Introduction","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Climax","colLabels":["d12","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers confront the main villain and a group of minions in a bloody battle to the finish."],["2","The adventurers chase the villain while dodging obstacles designed to thwart them, leading to a final confrontation in or outside the villain's refuge."],["3","The actions of the adventurers or the villain result in a cataclysmic event that the adventurers must escape."],["4","The adventurers race to the site where the villain is bringing a master plan to its conclusion, arriving just as that plan is about to be completed."],["5","The villain and two or three lieutenants perform separate rites in a large room. The adventurers must disrupt all the rites at the same time."],["6","An ally betrays the adventurers as they're about to achieve their goal. (Use this climax carefully, and don't overuse it.)"],["7","A portal opens to another plane of existence. Creatures on the other side spill out, forcing the adventurers to close the portal and deal with the villain at the same time."],["8","Traps, hazards, or animated objects turn against the adventurers while the main villain attacks."],["9","The dungeon begins to collapse while the adventurers face the main villain, who attempts to escape in the chaos."],["10","A threat more powerful than the adventurers appears, destroys the main villain, and then turns its attention on the characters."],["11","The adventurers must choose whether to pursue the fleeing main villain or save an NPC they care about or a group of innocents."],["12","The adventurers must discover the main villain's secret weakness before they can hope to defeat that villain."]],"name":"Consider the Ideal Climax; Adventure Climax","page":75,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Event-Based Villain Actions","colLabels":["d6","Type of Actions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Big event"],["2","Crime spree"],["3","Growing corruption"],["4","One and done"],["5","Serial crimes"],["6","Step by step"]],"name":"Determine the Villain's Actions; Event-Based Villain Actions","page":75,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Event-Based Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bring the villain to justice."],["2","Clear the name of an innocent NPC."],["3","Protect or hide an NPC."],["4","Protect an object."],["5","Discover the nature and origin of a strange phenomenon that might be the villain's doing."],["6","Find a wanted fugitive."],["7","Overthrow a tyrant."],["8","Uncover a conspiracy to overthrow a ruler."],["9","Negotiate peace between enemy nations or feuding families."],["10","Secure aid from a ruler or council."],["11","Help a villain find redemption."],["12","Parley with a villain."],["13","Smuggle weapons to rebel forces."],["14","Stop a band of smugglers."],["15","Gather intelligence on an enemy force."],["16","Win a tournament."],["17","Determine the villain's identity."],["18","Locate a stolen item."],["19","Make sure a wedding goes off without a hitch."],["20","Roll twice, ignoring results of 20."]],"name":"Determine the Party's Goals; Event-Based Goals","page":76,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Framing Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Anniversary of a monarch's reign"],["03-04","Anniversary of an important event"],["05-06","Arena event"],["07-08","Arrival of a caravan or ship"],["09-10","Arrival of a circus"],["11-12","Arrival of an important NPC"],["13-14","Arrival of marching modrons"],["15-16","Artistic performance"],["17-18","Athletic event"],["19-20","Birth of a child"],["21-22","Birthday of an important NPC"],["23-24","Civic festival"],["25-26","Comet appearance"],["27-28","Commemoration of a past tragedy"],["29-30","Consecration of a new temple"],["31-32","Coronation"],["33-34","Council meeting"],["35-36","Equinox or solstice"],["37-38","Execution"],["39-40","Fertility festival"],["41-42","Full moon"],["43-44","Funeral"],["45-46","Graduation of cadets or wizards"],["47-48","Harvest festival"],["49-50","Holy day"],["51-52","Investiture of a knight or other noble"],["53-54","Lunar eclipse"],["55-58","Midsummer festival"],["59-60","Midwinter festival"],["61-62","Migration of monsters"],["63-64","Monarch's ball"],["65-66","New moon"],["67-68","New year"],["69-70","Pardoning of a prisoner"],["71-72","Planar conjunction"],["73-74","Planetary alignment"],["75-76","Priestly investiture"],["77-78","Procession of ghosts"],["79-80","Remembrance for soldiers lost in war"],["81-82","Royal address or proclamation"],["83-84","Royal audience day"],["85-86","Signing of a treaty"],["87-88","Solar eclipse"],["89-91","Tournament"],["92-94","Trial"],["95-96","Violent uprising"],["97-98","Wedding or wedding anniversary"],["99-100","Concurrence of two events. (roll twice, ignoring results of 99 or 100.)"]],"name":"Framing Events","page":79,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Moral Quandaries","colLabels":["d20","Quandary"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ally quandary"],["4-6","Friend quandary"],["7-12","Honor quandary"],["13-16","Rescue quandary"],["17-20","Respect quandary"]],"name":"Moral Quandaries","page":79,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Twists","colLabels":["d10","Twist"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers are racing against other creatures with the same or opposite goal."],["2","The adventurers become responsible for the safety of a noncombatant NPC."],["3","The adventurers are prohibited from killing the villain, but the villain has no compunctions about killing them."],["4","The adventurers have a time limit."],["5","The adventurers have received false or extraneous information."],["6","Completing an adventure goal fulfills a prophecy or prevents the fulfillment of a prophecy."],["7","The adventurers have two different goals, but they can complete only one."],["8","Completing the goal secretly helps the villain."],["9","The adventurers must cooperate with a known enemy to achieve the goal."],["10","The adventurers are under magical compulsion (such as a geas spell) to complete their goal."]],"name":"Twists","page":80,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Side Quests","colLabels":["d8","Side Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a specific item rumored to be in the area."],["2","Retrieve a stolen item in the villain's possession."],["3","Receive information from an NPC in the area."],["4","Rescue a captive."],["5","Discover the fate of a missing NPC."],["6","Slay a specific monster."],["7","Discover the nature and origin of a strange phenomenon in the area."],["8","Secure the aid of a character or creature in the area."]],"name":"Side Quests","page":81,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"XP Thresholds by Character Level","basicRules":true,"colLabels":["Character Level","Easy","Medium","Hard","Deadly"],"colStyles":["col-4 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["1st","25","50","75","100"],["2nd","50","100","150","200"],["3rd","75","150","225","400"],["4th","125","250","375","500"],["5th","250","500","750","1,100"],["6th","300","600","900","1,400"],["7th","350","750","1,100","1,700"],["8th","450","900","1,400","2,100"],["9th","550","1,100","1,600","2,400"],["10th","600","1,200","1,900","2,800"],["11th","800","1,600","2,400","3,600"],["12th","1,000","2,000","3,000","4,500"],["13th","1,100","2,200","3,400","5,100"],["14th","1,250","2,500","3,800","5,700"],["15th","1,400","2,800","4,300","6,400"],["16th","1,600","3,200","4,800","7,200"],["17th","2,000","3,900","5,900","8,800"],["18th","2,100","4,200","6,300","9,500"],["19th","2,400","4,900","7,300","10,900"],["20th","2,800","5,700","8,500","12,700"]],"name":"Combat Encounter Difficulty; XP Thresholds by Character Level","page":82,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Encounter Multipliers","basicRules":true,"colLabels":["Number of Monsters","Multiplier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1","×1"],["2","×1.5"],["3-6","×2"],["7-10","×2.5"],["11-14","×3"],["15 or more","×4"]],"name":"Modify Total XP for Multiple Monsters; Encounter Multipliers","page":82,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventuring Day XP","basicRules":true,"colLabels":["Level","Adjusted XP per Day per Character"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st","300"],["2nd","600"],["3rd","1,200"],["4th","1,700"],["5th","3,500"],["6th","4,000"],["7th","5,000"],["8th","6,000"],["9th","7,500"],["10th","9,000"],["11th","10,500"],["12th","11,500"],["13th","13,500"],["14th","15,000"],["15th","18,000"],["16th","20,000"],["17th","25,000"],["18th","27,000"],["19th","30,000"],["20th","40,000"]],"name":"The Adventuring Day; Adventuring Day XP","page":84,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sylvan Forest Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","1 {@creature displacer beast}"],["3","1 {@creature gnoll pack lord} and {@dice 2d4} {@creature gnoll||gnolls}"],["4","{@dice 1d4} {@creature gnoll||gnolls} and {@dice 2d4} {@creature hyena||hyenas}"],["5","A grove of burned trees. Characters searching the area and succeeding on a DC 10 Wisdom ({@skill Survival}) check find {@creature gnoll} tracks. Following the tracks for {@dice 1d4} hours leads to an encounter with {@creature gnoll||gnolls}, or the discovery of dead {@creature gnoll||gnolls} with elven arrows sticking out of their flea-ridden corpses."],["6","1 {@creature giant owl}"],["7","An ivy-covered statue of an elven deity or hero."],["8","1 {@creature dryad} (50%) or {@dice 1d4} {@creature satyr||satyrs} (50%)"],["9","{@dice 1d4} {@creature centaur||centaurs}"],["10","{@dice 2d4} {@creature scout||scouts} (elves). One {@creature scout} carries a horn and can use its action to blow it. If the horn is blown within the forest, roll on this table again. If the result indicates a monster encounter, the indicated monster or monsters arrive in {@dice 1d4} minutes. New arrivals other than {@creature gnoll||gnolls}, {@creature hyena||hyenas}, {@creature owlbear||owlbears}, and {@creature displacer beast||displacer beasts} are friendly toward the {@creature scout||scouts}."],["11","{@dice 2d4} {@creature pixie||pixies} (50%) or {@dice 2d4} {@creature sprite||sprites} (50%)"],["12","1 {@creature owlbear}"],["13","{@dice 1d4} {@creature elk||elks} (75%) or 1 {@creature giant elk} (25%)"],["14","{@dice 1d4} {@creature blink dog||blink dogs}"],["15","A magical plant with {@dice 2d4} glowing berries. A creature that ingests a berry becomes {@condition invisible} for 1 hour, or until it attacks or casts a spell. Once picked, a berry loses its magic after 12 hours. Berries regrow at midnight, but if all its berries are picked, the plant becomes nonmagical and grows no more berries."],["16","An elven tune carried on a gentle breeze"],["17","{@dice 1d4} {@creature Faerie Dragon (Orange)||orange} (75%) or {@creature Faerie Dragon (Blue)||blue} (25%) faerie dragons"],["18","1 {@creature druid} (elf). The {@creature druid} is initially indifferent toward the party but becomes friendly if the characters agree to rid the forest of its gnoll infestation."],["19","1 {@creature treant}. The {@creature treant} is friendly if the party includes one or more elves or is accompanied by a visible fey creature. The {@creature treant} is hostile if the characters are carrying open flames. Otherwise, it is indifferent and doesn't announce its presence as the characters pass by."],["20","1 {@creature unicorn}"]],"name":"Probabilities; Sylvan Forest Encounters","page":86,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"NPC Appearance","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Distinctive jewelry: earrings, necklace, circlet, bracelets"],["2","Piercings"],["3","Flamboyant or outlandish clothes"],["4","Formal, clean clothes"],["5","Ragged, dirty clothes"],["6","Pronounced scar"],["7","Missing teeth"],["8","Missing fingers"],["9","Unusual eye color (or two different colors)"],["10","Tattoos"],["11","Birthmark"],["12","Unusual skin color"],["13","Bald"],["14","Braided beard or hair"],["15","Unusual hair color"],["16","Nervous eye twitch"],["17","Distinctive nose"],["18","Distinctive posture (crooked or rigid)"],["19","Exceptionally beautiful"],["20","Exceptionally ugly"]],"name":"NPC Appearance","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Abilities","colLabels":["d6","High Ability"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength-powerful, brawny, strong as an ox"],["2","Dexterity-lithe, agile, graceful"],["3","Constitution-hardy, hale, healthy"],["4","Intelligence-studious, learned, inquisitive"],["5","Wisdom-perceptive, spiritual, insightful"],["6","Charisma-persuasive, forceful, born leader"]],"name":"NPC Abilities","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Low Abilities","colLabels":["d6","Low Ability"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength-feeble, scrawny"],["2","Dexterity-clumsy, fumbling"],["3","Constitution-sickly, pale"],["4","Intelligence-dim-witted, slow"],["5","Wisdom-oblivious, absentminded"],["6","Charisma-dull, boring"]],"name":"NPC Low Abilities","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Talents","colLabels":["d20","Talent"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Plays a musical instrument"],["2","Speaks several languages fluently"],["3","Unbelievably lucky"],["4","Perfect memory"],["5","Great with animals"],["6","Great with children"],["7","Great at solving puzzles"],["8","Great at one game"],["9","Great at impersonations"],["10","Draws beautifully"],["11","Paints beautifully"],["12","Sings beautifully"],["13","Drinks everyone under the table"],["14","Expert carpenter"],["15","Expert cook"],["16","Expert dart thrower and rock skipper"],["17","Expert juggler"],["18","Skilled actor and master of disguise"],["19","Skilled dancer"],["20","Knows thieves' cant"]],"name":"NPC Talents","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Mannerisms","colLabels":["d20","Mannerism"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Prone to singing, whistling, or humming quietly"],["2","Speaks in rhyme or some other peculiar way"],["3","Particularly low or high voice"],["4","Speaks in an unusually formal manner"],["5","Enunciates overly clearly"],["6","Speaks loudly"],["7","Whispers"],["8","Uses flowery speech or long words"],["9","Frequently uses the wrong word"],["10","Uses colorful oaths and exclamations"],["11","Makes constant jokes or puns"],["12","Prone to predictions of doom"],["13","Fidgets"],["14","Squints"],["15","Stares into the distance"],["16","Chews something"],["17","Paces"],["18","Taps fingers"],["19","Bites fingernails"],["20","Twirls hair or tugs beard"]],"name":"NPC Mannerisms","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Interaction Traits","colLabels":["d12","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Argumentative"],["2","Arrogant"],["3","Blustering"],["4","Rude"],["5","Curious"],["6","Friendly"],["7","Honest"],["8","Hot tempered"],["9","Irritable"],["10","Ponderous"],["11","Quiet"],["12","Suspicious"]],"name":"Interactions with Others; NPC Interaction Traits","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Bonds","colLabels":["d10","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dedicated to fulfilling a personal life goal"],["2","Protective of close family members"],["3","Protective of colleagues or compatriots"],["4","Loyal to a benefactor, patron, or employer"],["5","Captivated by a romantic interest"],["6","Drawn to a special place"],["7","Protective of a sentimental keepsake"],["8","Protective of a valuable possession"],["9","Out for revenge"],["10","Roll twice, ignoring result of 10."]],"name":"NPC Bonds","page":91,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Flaws and Secrets","colLabels":["d12","Flaw or Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Forbidden love or susceptibility to romance"],["2","Enjoys decadent pleasures"],["3","Arrogance"],["4","Envies another creature's possessions or station"],["5","Overpowering greed"],["6","Prone to rage"],["7","Has a powerful enemy"],["8","Prone to sudden suspicion"],["9","Shameful or scandalous history"],["10","Secret crime or misdeed"],["11","Possession of forbidden lore"],["12","Foolhardy bravery"]],"name":"Flaw or Secret; NPC Flaws and Secrets","page":91,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Scheme","colLabels":["{@dice d8}","Objective","Scheme"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[[{"type":"cell","roll":{"exact":1}},"Immortality ({@dice d4|d4|Immortality})",""],["","1","Acquire a legendary item to prolong life"],["","2","Ascend to godhood"],["","3","Become undead or obtain a younger body"],["","4","Steal a planar creature's essence"],[{"type":"cell","roll":{"exact":2}},"Influence ({@dice d4|d4|Influence})",""],["","1","Seize a position of power or title"],["","2","Win a contest or tournament"],["","3","Win favor with a powerful individual"],["","4","Place a pawn in a position of power"],[{"type":"cell","roll":{"exact":3}},"Magic ({@dice d6|d6|Magic})",""],["","1","Obtain an ancient artifact"],["","2","Build a construct or magical device"],["","3","Carry out a deity's wishes"],["","4","Offer sacrifices to a deity"],["","5","Contact a lost deity or power"],["","6","Open a gate to another world"],[{"type":"cell","roll":{"exact":4}},"Mayhem ({@dice d6|d6|Mayhem})",""],["","1","Fulfill an apocalyptic prophecy"],["","2","Enact the vengeful will of a god or patron"],["","3","Spread a vile contagion"],["","4","Overthrow a government"],["","5","Trigger a natural disaster"],["","6","Utterly destroy a bloodline or clan"],[{"type":"cell","roll":{"exact":5}},"Passion ({@dice d4})",""],["","1","Prolong the life of a loved one"],["","2","Prove worthy of another person's love"],["","3","Raise or restore a dead loved one"],["","4","Destroy rivals for another person's affection"],[{"type":"cell","roll":{"exact":6}},"Power ({@dice d4|d4|Power})",""],["","1","Conquer a region or incite a rebellion"],["","2","Seize control of an army"],["","3","Become the power behind the throne"],["","4","Gain the favor of a ruler"],[{"type":"cell","roll":{"exact":7}},"Revenge ({@dice d4})",""],["","1","Avenge a past humiliation or insult"],["","2","Avenge a past imprisonment or injury"],["","3","Avenge the death of a loved one"],["","4","Retrieve stolen property and punish the thief"],[{"type":"cell","roll":{"exact":8}},"Wealth ({@dice d4|d4|Wealth})",""],["","1","Control natural resources or trade"],["","2","Marry into wealth"],["","3","Plunder ancient ruins"],["","4","Steal land, goods, or money"]],"name":"Villains; Villain's Scheme","page":94,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Methods","colLabels":["d20","Methods"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[[{"type":"cell","roll":{"exact":1}},"Agricultural devastation ({@dice d4|d4|Agricultural devastation})",""],["","1","Blight"],["","2","Crop failure"],["","3","Drought"],["","4","Famine"],["2","Assault or beatings",""],["3","Bounty hunting or assassination",""],[{"type":"cell","roll":{"exact":4}},"Captivity or coercion ({@dice d10|d10|Captivity or coercion})",""],["","1","Bribery"],["","2","Enticement"],["","3","Eviction"],["","4","Imprisonment"],["","5","Kidnapping"],["","6","Legal intimidation"],["","7","Press gangs"],["","8","Shackling"],["","9","Slavery"],["","10","Threats or harassment"],[{"type":"cell","roll":{"exact":5}},"Confidence scams ({@dice d6|d6|Confidence scams})",""],["","1","Breach of contract"],["","2","Cheating"],["","3","Fast talking"],["","4","Fine print"],["","5","Fraud or swindling"],["","6","Quackery or tricks"],[{"type":"cell","roll":{"exact":6}},"Defamation ({@dice d4|d4|Defamation})",""],["","1","Framing"],["","2","Gossiping or slander"],["","3","Humiliation"],["","4","Libel or insults"],["7","Dueling",""],[{"type":"cell","roll":{"exact":8}},"Execution ({@dice d8|d8|Execution})",""],["","1","Beheading"],["","2","Burning at the stake"],["","3","Burying alive"],["","4","Crucifixion"],["","5","Drawing and quartering"],["","6","Hanging"],["","7","Impalement"],["","8","Sacrifice (living)"],["9","Impersonation or disguise",""],["10","Lying or perjury",""],[{"type":"cell","roll":{"exact":11}},"Magical mayhem ({@dice d8|d8|Magical mayhem})",""],["","1","Hauntings"],["","2","Illusions"],["","3","Infernal bargains"],["","4","Mind control"],["","5","Petrification"],["","6","Raising or animating the dead"],["","7","Summoning monsters"],["","8","Weather control"],[{"type":"cell","roll":{"exact":12}},"Murder ({@dice d10|d10|Murder})",""],["","1","Assassination"],["","2","Cannibalism"],["","3","Dismemberment"],["","4","Drowning"],["","5","Electrocution"],["","6","Euthanasia (involuntary)"],["","7","Disease"],["","8","Poisoning"],["","9","Stabbing"],["","10","Strangulation or suffocation"],["13","Neglect",""],[{"type":"cell","roll":{"exact":14}},"Politics ({@dice d6|d6|Politics})",""],["","1","Betrayal or treason"],["","2","Confiscating property"],["","3","Conspiracy"],["","4","Espionage or Spying"],["","5","Oppressive Laws"],["","6","Raising taxes"],[{"type":"cell","roll":{"exact":15}},"Religion ({@dice d4|d4|Religion})",""],["","1","Curses"],["","2","Desecration"],["","3","False gods"],["","4","Heresy or cults"],["16","Stalking",""],[{"type":"cell","roll":{"exact":15}},"Theft or Property Crime ({@dice d10|d10|Theft or Property Crime})",""],["","1","Arson"],["","2","Blackmail or extortion"],["","3","Burglary"],["","4","Counterfeiting"],["","5","Highway robbery"],["","6","Looting"],["","7","Mugging"],["","8","Poaching"],["","9","Seizing property"],["","10","Smuggling"],["17","Theft or Property Crime",""],[{"type":"cell","roll":{"exact":18}},"Torture ({@dice d6|d6|Torture})",""],["","1","Acid"],["","2","Blinding"],["","3","Branding"],["","4","Racking"],["","5","Thumbscrews"],["","6","Whipping"],[{"type":"cell","roll":{"exact":19}},"Vice ({@dice d4|d4|Vice})",""],["","1","Adultery"],["","2","Drugs or alcohol"],["","3","Gambling"],["","4","Seduction"],[{"type":"cell","roll":{"exact":20}},"Warfare ({@dice d6|d6|Warfare})",""],["","1","Ambush"],["","2","Invasion"],["","3","Massacre"],["","4","Mercenaries"],["","5","Rebellion"],["","6","Terrorism"]],"name":"Villains; Villain's Methods","page":94,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Weakness","colLabels":["d8","Weakness"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidden object holds the villain's soul."],["2","The villain's power is broken if the death of its true love is avenged."],["3","The villain is weakened in the presence of a particular artifact."],["4","A special weapon deals extra damage when used against the villain."],["5","The villain is destroyed if it speaks its true name."],["6","An ancient prophecy or riddle reveals how the villain can be overthrown."],["7","The villain falls when an ancient enemy forgives its past actions."],["8","The villain loses its power if a mystic bargain it struck long ago is completed."]],"name":"Villain's Secret Weakness; Villain's Weakness","page":96,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dungeon Location","colLabels":["d100","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-04","A building in a city"],["05-08","Catacombs or sewers beneath a city"],["09-12","Beneath a farmhouse"],["13-16","Beneath a graveyard"],["17-22","Beneath a ruined castle"],["23-26","Beneath a ruined city"],["27-30","Beneath a temple"],["31-34","In a chasm"],["35-38","In a cliff face"],["39-42","In a desert"],["43-46","In a forest"],["47-50","In a glacier"],["51-54","In a gorge"],["55-58","In a jungle"],["59-62","In a mountain pass"],["63-66","In a swamp"],["67-70","Beneath or on top of a mesa"],["71-74","In sea caves"],["75-78","In several connected mesas"],["79-82","On a mountain peak"],["83-86","On a promontory"],["87-90","On an island"],["91-95","Underwater"],["96-100","Roll on the Exotic Location Table"]],"name":"Dungeon Location","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Exotic Location","colLabels":["d20","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Among the branches of a tree"],["2","Around a geyser"],["3","Behind a waterfall"],["4","Buried in an avalanche"],["5","Buried in a sandstorm"],["6","Buried in volcanic ash"],["7","Castle or structure sunken in a swamp"],["8","Castle or structure at the bottom of a sinkhole"],["9","Floating on the sea"],["10","In a meteorite"],["11","On a demiplane or in a pocket dimension"],["12","In an area devastated by a magical catastrophe"],["13","On a cloud"],["14","In the Feywild"],["15","In the Shadowfell"],["16","On an island in an underground sea"],["17","In a volcano"],["18","On the back of a Gargantuan living creature"],["19","Sealed inside a magical dome of force"],["20","Inside a {@spell Mordenkainen's magnificent mansion}"]],"name":"Dungeon Location; Exotic Location","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon Creator","colLabels":["d20","Creator"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beholder"],["2-4","Cult or religious group. (Roll on the Cults and Religious Groups table to determine specifics)"],["5-8","Dwarves"],["9","Elves (including drow)"],["10","Giants"],["11","Hobgoblins"],["12-15","Humans. (Roll on the NPC Alignment and NPC Class tables to determine specifics)"],["16","Kuo-toa"],["17","Lich"],["18","Mind flayers"],["19","Yuan-ti"],["20","No creator (natural caverns)"]],"name":"Dungeon Creator","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Cults and Religions","colLabels":["d20","Cult or Religious Group"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Demon-worshiping cult"],["2","Devil-worshiping cult"],["3-4","Elemental Air cult"],["5-6","Elemental Earth cult"],["7-8","Elemental Fire cult"],["9-10","Elemental Water cult"],["11-15","Worshipers of an evil deity"],["16-17","Worshipers of a good deity"],["18-20","Worshipers of a neutral deity"]],"name":"Dungeon Creator; Cults and Religions","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"NPC Alignment","colLabels":["d20","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Lawful good"],["3-4","Neutral good"],["5-6","Chaotic good"],["7-9","Lawful neutral"],["10-11","Neutral"],["12","Chaotic neutral"],["13-15","Lawful evil"],["16-18","Neutral evil"],["19-20","Chaotic evil"]],"name":"Dungeon Creator; NPC Alignment","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"NPC Class","colLabels":["d20","Class"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Barbarian"],["2","Bard"],["3-4","Cleric"],["5","Druid"],["6-7","Fighter"],["8","Monk"],["9","Paladin"],["10","Ranger"],["11-14","Rogue"],["15","Sorcerer"],["16","Warlock"],["17-20","Wizard"]],"name":"Dungeon Creator; NPC Class","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon Purpose","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Death trap"],["2-5","Lair"],["6","Maze"],["7-9","Mine"],["10","Planar gate"],["11-14","Stronghold"],["15-17","Temple or shrine"],["18-19","Tomb"],["20","Treasure vault"]],"name":"Dungeon Purpose","page":101,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon History","colLabels":["d20","Key Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Abandoned by creators"],["4","Abandoned due to plague"],["5-8","Conquered by invaders"],["9-10","Creators destroyed by attacking raiders"],["11","Creators destroyed by discovery made within the site"],["12","Creators destroyed by internal conflict"],["13","Creators destroyed by magical catastrophe"],["14-15","Creators destroyed by natural disaster"],["16","Location cursed by the gods and shunned"],["17-18","Original creator still in control"],["19","Overrun by planar creatures"],["20","Site of a great miracle"]],"name":"Dungeon History","page":101,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Monuments","colLabels":["d20","Monument"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sealed burial mound or pyramid"],["2","Plundered burial mound or pyramid"],["3","Faces carved into a mountainside or cliff"],["4","Giant statues carved out of a mountainside or cliff"],["5-6","Intact obelisk etched with a warning, historical lore, dedication, or religious iconography"],["7-8","Ruined or toppled obelisk"],["9-10","Intact statue of a person or deity"],["11-13","Ruined or toppled statue of a person or deity"],["14","Great stone wall, intact, with tower fortifications spaced at one-mile intervals"],["15","Great stone wall in ruins"],["16","Great stone arch"],["17","Fountain"],["18","Intact circle of standing stones"],["19","Ruined or toppled circle of standing stones"],["20","Totem pole"]],"name":"Monuments","page":108,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weird Locales","colLabels":["d20","Locale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Dead magic zone (similar to an antimagic field)"],["3","Wild magic zone (roll on the {@table Wild Magic Surge|PHB} table in the Player's Handbook whenever a spell is cast within the zone)"],["4","Boulder carved with talking faces"],["5","Crystal cave that mystically answers questions"],["6","Ancient tree containing a trapped spirit"],["7-8","Battlefield where lingering fog occasionally assumes humanoid forms"],["9-10","Permanent portal to another plane of existence"],["11","Wishing well"],["12","Giant crystal shard protruding from the ground"],["13","Wrecked ship, which might be nowhere near water"],["14-15","Haunted hill or barrow mound"],["16","River ferry guided by a skeletal captain"],["17","Field of petrified soldiers or other creatures"],["18","Forest of petrified or awakened trees"],["19","Canyon containing a dragons' graveyard"],["20","Floating earth mote with a tower on it"]],"name":"Weird Locales","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weather","colLabels":["d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-14","normal for the season"],["15-17","{@dice 1d4 × 10} degrees Fahrenheit colder than normal"],["18-20","{@dice 1d4 × 10} degrees Fahrenheit hotter than normal"]],"name":"Weather","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Wind","colLabels":["d20","Wind"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","no wind"],["13-17","light wind"],["18-20","strong wind"]],"name":"Weather; Wind","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Precipitation","srd":true,"colLabels":["d20","Precipitation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","no precipitation"],["13-17","light rain or light snowfall"],["18-20","heavy rain or heavy snowfall"]],"name":"Weather; Precipitation","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Foraging DCs","colLabels":["Food and Water Availability","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Abundant food and water sources","10"],["Limited food and water sources","15"],["Very little, if any, food and water sources","20"]],"name":"Foraging DCs","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Food and Water Needs","colLabels":["Creature Size","Food per Day","Water per Day"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","1/4 pound","1/4 gallon"],["Small","1 pound","1 gallon"],["Medium","1 pound","1 gallon"],["Large","4 pounds","4 gallons"],["Huge","16 pounds","16 gallons"],["Gargantuan","64 pounds","64 gallons"]],"name":"Food and Water Needs","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Wilderness Navigation","colLabels":["Terrain","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Forest, jungle, swamp, mountains, or open sea with overcast skies and no land in sight","15"],["Arctic, desert, hills, or open sea with clear skies and no land in sight","10"],["Grassland, meadow, farmland","5"]],"name":"Becoming Lost; Wilderness Navigation","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Race Relations","colLabels":["d20","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Harmony"],["11-14","Tension or rivalry"],["15-16","Racial majority are conquerors"],["17","Racial minority are rulers"],["18","Racial minority are refugees"],["19","Racial majority oppresses minority"],["20","Racial minority oppresses majority"]],"name":"Random Settlements; Race Relations","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ruler's Status","colLabels":["d20","Ruler"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Respected, fair, and just"],["6-8","Feared tyrant"],["9","Weakling manipulated by others"],["10","Illegitimate ruler, simmering civil war"],["11","Ruled or controlled by a powerful monster"],["12","Mysterious, anonymous cabal"],["13","Contested leadership, open fighting"],["14","Cabal seized power openly"],["15","Doltish lout"],["16","On deathbed, claimants compete for power"],["17-18","Iron-willed but respected"],["19-20","Religious leader"]],"name":"Random Settlements; Ruler's Status","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Notable Traits","colLabels":["d20","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Canals in place of streets"],["2","Massive statue or monument"],["3","Grand temple"],["4","Large fortress"],["5","Verdant parks and orchards"],["6","River divides town"],["7","Major trade center"],["8","Headquarters of a powerful family or guild"],["9","Population mostly wealthy"],["10","Destitute, rundown"],["11","Awful smell (tanneries, open sewers)"],["12","Center of trade for one specific good"],["13","Site of many battles"],["14","Site of a mythic or magical event"],["15","Important library or archive"],["16","Worship of all gods banned"],["17","Sinister reputation"],["18","Notable library or academy"],["19","Site of important tomb or graveyard"],["20","Built atop ancient ruins"]],"name":"Random Settlements; Notable Traits","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Known For Its...","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Delicious cuisine"],["2","Rude people"],["3","Greedy merchants"],["4","Artists and writers"],["5","Great hero/savior"],["6","Flowers"],["7","Hordes of beggars"],["8","Tough warriors"],["9","Dark magic"],["10","Decadence"],["11","Piety"],["12","Gambling"],["13","Godlessness"],["14","Education"],["15","Wines"],["16","High fashion"],["17","Political intrigue"],["18","Powerful guilds"],["19","Strong drink"],["20","Patriotism"]],"name":"Random Settlements; Known For Its...","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Current Calamity","colLabels":["d20","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Suspected vampire infestation"],["2","New cult seeks converts"],["3","Important figure died (murder suspected)"],["4","War between rival thieves' guilds"],["5-6","Plague or famine (sparks riots)"],["7","Corrupt officials"],["8-9","Marauding monsters"],["10","Powerful wizard has moved into town"],["11","Economic depression (trade disrupted)"],["12","Flooding"],["13","Undead stirring in cemeteries"],["14","Prophecy of doom"],["15","Brink of war"],["16","Internal strife (leads to anarchy)"],["17","Besieged by enemies"],["18","Scandal threatens powerful families"],["19","Dungeon discovered (adventurers flock to town)"],["20","Religious sects struggle for power"]],"name":"Random Settlements; Current Calamity","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Building Type","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Residence (roll once on Residence table)"],["11-12","Religious (roll once on Religious Building table)"],["13-15","Tavern (roll once on the Tavern table and twice on the Tavern Name Generator Table)"],["16-17","Warehouse (roll once on the Warehouse table)"],["18-20","Shop (roll once on the Shop table)"]],"name":"Random Buildings; Building Type","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Residence","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Abandoned squat"],["3-8","Middle-class home"],["9-10","Upper-class home"],["11-15","Crowded tenement"],["16-17","Orphanage"],["18","Hidden thieves' den"],["19","Front for a secret cult"],["20","Lavish, guarded mansion"]],"name":"Random Buildings; Residence","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Religious Building","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Temple to a good or neutral deity"],["11-12","Temple to a false deity (run by charlatan priests)"],["13","Home of ascetics"],["14-15","Abandoned shrine"],["16-17","Library dedicated to religious study"],["18-20","Hidden shrine to a fiend or an evil deity"]],"name":"Random Buildings; Religious Building","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tavern","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Quiet, low-key bar"],["6-9","Raucous dive"],["10","Thieves' guild hangout"],["11","Gathering place for a secret society"],["12-13","Upper-class dining club"],["14-15","Gambling den"],["16-17","Caters to specific guild"],["18","Members-only club"],["19-20","Music venue"]],"name":"Random Buildings; Tavern","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tavern Name Generator","isNameGenerator":true,"colLabels":["d20","First Part","Second Part"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","The Silver","Eel"],["2","The Golden","Dolphin"],["3","The Staggering","Dwarf"],["4","The Laughing","Pegasus"],["5","The Prancing","Pony"],["6","The Gilded","Rose"],["7","The Running","Stag"],["8","The Howling","Wolf"],["9","The Slaughtered","Lamb"],["10","The Leering","Demon"],["11","The Drunken","Goat"],["12","The Leaping","Spirit"],["13","The Roaring","Horde"],["14","The Frowning","Jester"],["15","The Lonely","Mountain"],["16","The Wandering","Eagle"],["17","The Mysterious","Satyr"],["18","The Barking","Dog"],["19","The Black","Spider"],["20","The Gleaming","Star"]],"name":"Random Buildings; Tavern Name Generator","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Warehouse","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Empty or abandoned"],["5-6","Heavily guarded, expensive goods"],["7-10","Cheap goods"],["11-14","Bulk goods"],["15","Live animals"],["16-17","Weapons/armor"],["18-19","Goods from a distant land"],["20","Secret smuggler's den"]],"name":"Random Buildings; Warehouse","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shop","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pawnshop"],["2","Herbs/incense"],["3","Fruits/vegetables"],["4","Dried meats"],["5","Pottery"],["6","Undertaker"],["7","Books"],["8","Moneylender"],["9","Weapons/armor"],["10","Chandler"],["11","Smithy"],["12","Carpenter"],["13","Weaver"],["14","Jeweler"],["15","Baker"],["16","Mapmaker"],["17","Tailor"],["18","Ropemaker"],["19","Mason"],["20","Scribe"]],"name":"Random Buildings; Shop","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Urban Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","{@book Animals on the loose|DMG|5|Animals on the loose}"],["3","{@book Announcement|DMG|5|Announcement}"],["4","{@book Brawl|DMG|5|Brawl}"],["5","{@book Bullies|DMG|5|Bullies}"],["6","{@book Companion|DMG|5|Companion}"],["7","{@book Contest|DMG|5|Contest}"],["8","{@book Corpse|DMG|5|Corpse}"],["9","{@book Draft|DMG|5|Draft}"],["10","{@book Drunk|DMG|5|Drunk}"],["11","{@book Fire|DMG|5|Fire}"],["12","{@book Found trinket|DMG|5|Found trinket}"],["13","{@book Guard harassment|DMG|5|Guard harassment}"],["14","{@book Pickpocket|DMG|5|Pickpocket}"],["15","{@book Procession|DMG|5|Procession}"],["16","{@book Protest|DMG|5|Protest}"],["17","{@book Runaway cart|DMG|5|Runaway cart}"],["18","{@book Shady transaction|DMG|5|Shady transaction}"],["19","{@book Spectacle|DMG|5|Spectacle}"],["20","{@book Urchin|DMG|5|Urchin}"]],"name":"Random Urban Encounters","page":114,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Undersea Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Sunken ship covered in barnacles ({@chance 25} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["3","Sunken ship with {@creature reef shark||reef sharks} (shallow waters) or {@creature hunter shark||hunter sharks} (deep waters) circling around it ({@chance 50} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["4","Bed of giant oysters (each oyster has a {@chance 1} chance of having a giant 5,000 gp pearl inside)"],["5","Underwater steam vent ({@chance 25} chance that the vent is a portal to the Elemental Plane of Fire)"],["6","Sunken ruin (uninhabited)"],["7","Sunken ruin (inhabited or haunted)"],["8","Sunken statue or monolith"],["9","Friendly and curious {@creature giant sea horse}"],["10","Patrol of friendly {@creature merfolk}"],["11","Patrol of hostile {@creature merrow} (coastal waters) or {@creature sahuagin} (deep waters)"],["12","Enormous kelp bed (roll again on the table to determine what's hidden in the kelp bed)"],["13","Undersea cave (empty)"],["14","Undersea cave ({@creature sea hag} lair)"],["15","Undersea cave ({@creature merfolk} lair)"],["16","Undersea cave ({@creature giant octopus} lair)"],["17","Undersea cave ({@creature dragon turtle} lair)"],["18","Bronze dragon searching for treasure"],["19","{@creature Storm giant} walking on the ocean floor"],["20","Sunken treasure chest ({@chance 25} chance that it contains something of value—roll treasure randomly using the tables in chapter 7)"]],"name":"Random Undersea Encounters","page":116,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Underwater Encounter Distance","colLabels":["Creature Size","Encounter Distance"],"colStyles":["col-10","col-2 text-center"],"rows":[["Clear water, bright light","60 ft."],["Clear water, dim light","30 ft."],["Murky water or no light","10 ft."]],"name":"Underwater Encounter Distance","page":117,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Encounters at Sea","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Ghost ship"],["3","Friendly and curious bronze dragon"],["4","Whirlpool ({@chance 25} chance that the whirlpool is a portal to the Elemental Plane of Water)"],["5","{@creature Merfolk} traders"],["6","Passing warship (friendly or hostile)"],["7-8","Pirate ship (hostile)"],["9-10","Passing merchant ship (galley or sailing ship)"],["11-12","{@creature Killer whale} sighting"],["13-14","Floating debris"],["15","Longship crewed by hostile {@creature berserker||berserkers}"],["16","Hostile {@creature griffon||griffons} or {@creature harpy||harpies}"],["17","Iceberg (easily avoided if seen from a distance)"],["18","{@creature Sahuagin} boarding party"],["19","NPC in the water (clinging to floating debris)"],["20","Sea monster (such as a {@creature dragon turtle} or {@creature kraken})"]],"name":"Random Encounters at Sea","page":118,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Airborne and Waterborne Vehicles","srd":true,"colLabels":["Ship","Cost","Speed","Crew","Passengers","Cargo (tons)","AC","HP","Damage Threshold"],"colStyles":["col-2","col-2 text-right","col-2 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center"],"rows":[["Airship","20,000 gp","8 mph","10","20","1","13","300","-"],["Galley","30,000 gp","4 mph","80","-","150","15","500","20"],["Keelboat","3,000 gp","1 mph","1","6","1/2","15","100","10"],["Longship","10,000 gp","3 mph","40","150","10","15","300","15"],["Rowboat","50 gp","1½ mph","1","3","-","11","50","-"],["Sailing ship","10,000 gp","2 mph","20","20","100","15","300","15"],["Warship","25,000 gp","2½ mph","60","60","200","15","500","20"]],"name":"Owning a Ship; Airborne and Waterborne Vehicles","page":119,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Trap Save DCs and Attack Bonuses","srd":true,"colLabels":["Trap Danger","Save DC","Attack Bonus"],"colStyles":["col-4","col-4","col-4"],"rows":[["Setback","10-11","+3 to +5"],["Dangerous","12-15","+6 to +8"],["Deadly","16-20","+9 to +12"]],"name":"Trap Effects; Trap Save DCs and Attack Bonuses","page":121,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Damage Severity by Level","srd":true,"colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["1st-4th","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5th-10th","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11th-16th","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17th-20th","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Trap Effects; Damage Severity by Level","page":121,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Maintenance Costs","colLabels":["Property","Total Cost per Day","Skilled Hirelings","Untrained Hirelings"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Abbey","20 gp","5","25"],["Farm","5 sp","1","2"],["Guildhall, town or city","5 gp","5","3"],["Inn, rural roadside","10 gp","5","10"],["Inn, town or city","5 gp","1","5"],["Keep or small castle","100 gp","50","50"],["Lodge, hunting","5 sp","1","-"],["Noble estate","10 gp","3","15"],["Outpost or fort","50 gp","20","40"],["Palace or large castle","400 gp","200","100"],["Shop","2 gp","1","-"],["Temple, large","25 gp","10","10"],["Temple, small","1 gp","2","-"],["Tower, fortified","25 gp","10","-"],["Trading post","10 gp","4","2"]],"name":"Recurring Expenses; Maintenance Costs","page":126,"source":"DMG","chapter":{"name":"Between Adventures","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Individual Treasure: Challenge 0—4","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-30","{@dice 5d6} (17)","—","—","—","—"],["31-60","—","{@dice 4d6} (14)","—","—","—"],["61-70","—","—","{@dice 3d6} (10)","—","—"],["71-95","—","—","—","{@dice 3d6} (10)","—"],["96-00","—","—","—","—","{@dice 1d6} (3)"]],"name":"Individual Treasure: Challenge 0—4","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 5—10","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-30","{@dice 4d6 × 100} (1,400)","—","{@dice 1d6 × 10} (35)","—","—"],["31-60","—","{@dice 6d6 × 10} (210)","—","{@dice 2d6 × 10} (70)","—"],["61-70","—","—","{@dice 3d6 × 10} (105)","{@dice 2d6 × 10} (70)","—"],["71-95","—","—","—","{@dice 4d6 × 10} (140)","—"],["96-00","—","—","—","{@dice 2d6 × 10} (70)","{@dice 3d6} (10)"]],"name":"Individual Treasure: Challenge 5—10","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 11—16","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-20","—","{@dice 4d6 × 100} (1,400)","—","{@dice 1d6 × 100} (350)","—"],["21-35","—","—","{@dice 1d6 × 100} (350)","{@dice 1d6 × 100} (350)","—"],["36-75","—","—","—","{@dice 2d6 × 100} (700)","{@dice 1d6 × 10} (35)"],["76-00","—","—","—","{@dice 2d6 × 100} (700)","{@dice 2d6 × 10} (70)"]],"name":"Individual Treasure: Challenge 11—16","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 17+","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-15","—","—","{@dice 2d6 × 1,000} (7,000)","{@dice 8d6 × 100} (2,800)","—"],["16-55","—","—","—","{@dice 1d6 × 1,000} (3,500)","{@dice 1d6 × 100} (350)"],["56-00","—","—","—","{@dice 1d6 × 1,000} (3,500)","{@dice 2d6 × 100} (700)"]],"name":"Individual Treasure: Challenge 17+","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"10 gp Gemstones","colLabels":["d12","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Azurite} (opaque mottled deep blue)"],["2","{@item Banded agate} (translucent striped brown, blue, white, or red)"],["3","{@item Blue quartz} (transparent pale blue)"],["4","{@item Eye agate} (translucent circles of gray, white, brown, blue, or green)"],["5","{@item Hematite} (opaque gray-black)"],["6","{@item Lapis lazuli} (opaque light and dark blue with yellow flecks)"],["7","{@item Malachite} (opaque striated light and dark green)"],["8","{@item Moss agate} (translucent pink or yellow-white with mossy gray or green markings)"],["9","{@item Obsidian} (opaque black)"],["10","{@item Rhodochrosite} (opaque light pink)"],["11","{@item Tiger eye} (translucent brown with golden center)"],["12","{@item Turquoise} (opaque light blue-green)"]],"name":"10 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"50 gp Gemstones","colLabels":["d12","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Bloodstone} (opaque dark gray with red flecks)"],["2","{@item Carnelian} (opaque orange to red-brown)"],["3","{@item Chalcedony} (opaque white)"],["4","{@item Chrysoprase} (translucent green)"],["5","{@item Citrine} (transparent pale yellow-brown)"],["6","{@item Jasper} (opaque blue, black, or brown)"],["7","{@item Moonstone} (translucent white with pale blue glow)"],["8","{@item Onyx} (opaque bands of black and white, or pure black or white)"],["9","{@item Quartz} (transparent white, smoky gray, or yellow)"],["10","{@item Sardonyx} (opaque bands of red and white)"],["11","{@item Star rose quartz} (translucent rosy stone with white star-shaped center)"],["12","{@item Zircon} (transparent pale blue-green)"]],"name":"50 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"100 gp Gemstones","colLabels":["d10","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Amber} (transparent watery gold to rich gold)"],["2","{@item Amethyst} (transparent deep purple)"],["3","{@item Chrysoberyl} (transparent yellow-green to pale green)"],["4","{@item Coral} (opaque crimson)"],["5","{@item Garnet} (transparent red, brown-green, or violet)"],["6","{@item Jade} (translucent light green, deep green, or white)"],["7","{@item Jet} (opaque deep black)"],["8","{@item Pearl} (opaque lustrous white, yellow, or pink)"],["9","{@item Spinel} (transparent red, red-brown, or deep green)"],["10","{@item Tourmaline} (transparent pale green, blue, brown, or red)"]],"name":"100 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"500 gp Gemstones","colLabels":["d6","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Alexandrite} (transparent dark green)"],["2","{@item Aquamarine} (transparent pale blue-green)"],["3","{@item Black pearl} (opaque pure black)"],["4","{@item Blue spinel} (transparent deep blue)"],["5","{@item Peridot} (transparent rich olive green)"],["6","{@item Topaz} (transparent golden yellow)"]],"name":"500 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"1,000 gp Gemstones","colLabels":["d8","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black opal} (translucent dark green with black mottling and golden flecks)"],["2","{@item Blue sapphire} (transparent blue-white to medium blue)"],["3","{@item Emerald} (transparent deep bright green)"],["4","{@item Fire opal} (translucent fiery red)"],["5","{@item Opal} (translucent pale blue with green and golden mottling)"],["6","{@item Star ruby} (translucent ruby with white star-shaped center)"],["7","{@item Star sapphire} (translucent blue sapphire with white star-shaped center)"],["8","{@item Yellow sapphire} (transparent fiery yellow or yellow-green)"]],"name":"1,000 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"5,000 gp Gemstones","colLabels":["d4","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black sapphire} (translucent lustrous black with glowing highlights)"],["2","{@item Diamond} (transparent blue-white, canary, pink, brown, or blue)"],["3","{@item Jacinth} (transparent fiery orange)"],["4","{@item Ruby} (transparent clear red to deep crimson)"]],"name":"5,000 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"25 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver ewer}"],["2","{@item Carved bone statuette}"],["3","{@item Small gold bracelet}"],["4","{@item Cloth-of-gold vestments}"],["5","{@item Black velvet mask stitched with silver thread}"],["6","{@item Copper chalice with silver filigree}"],["7","{@item Pair of engraved bone dice}"],["8","{@item Small mirror set in a painted wooden frame}"],["9","{@item Embroidered silk handkerchief}"],["10","{@item Gold locket with a painted portrait inside}"]],"name":"25 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"250 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Gold ring set with bloodstones}"],["2","{@item Carved ivory statuette}"],["3","{@item Large gold bracelet}"],["4","{@item Silver necklace with a gemstone pendant}"],["5","{@item Bronze crown}"],["6","{@item Silk robe with gold embroidery}"],["7","{@item Large well-made tapestry}"],["8","{@item Brass mug with jade inlay}"],["9","{@item Box of turquoise animal figurines}"],["10","{@item Gold bird cage with electrum filigree}"]],"name":"250 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"750 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver chalice set with moonstones}"],["2","{@item Silver-plated steel longsword with jet set in hilt}"],["3","{@item Carved harp of exotic wood with ivory inlay and zircon gems}"],["4","{@item Small gold idol}"],["5","{@item Gold dragon comb set with red garnets as eyes}"],["6","{@item Bottle stopper cork embossed with gold leaf and set with amethysts}"],["7","{@item Ceremonial electrum dagger with a black pearl in the pommel}"],["8","{@item Silver and gold brooch}"],["9","{@item Obsidian statuette with gold fittings and inlay}"],["10","{@item Painted gold war mask}"]],"name":"750 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"2,500 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Fine gold chain set with a fire opal}"],["2","{@item Old masterpiece painting}"],["3","{@item Embroidered silk and velvet mantle set with numerous moonstones}"],["4","{@item Platinum bracelet set with a sapphire}"],["5","{@item Embroidered glove set with jewel chips}"],["6","{@item Jeweled anklet}"],["7","{@item Gold music box}"],["8","{@item Gold circlet set with four aquamarines}"],["9","{@item Eye patch with a mock eye set in blue sapphire and moonstone}"],["10","A {@item necklace string of small pink pearls}"]],"name":"2,500 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"7,500 gp Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Jeweled gold crown}"],["2","{@item Jeweled platinum ring}"],["3","{@item Small gold statuette set with rubies}"],["4","{@item Gold cup set with emeralds}"],["5","{@item Gold jewelry box with platinum filigree}"],["6","{@item Painted gold child's sarcophagus}"],["7","{@item Jade game board with solid gold playing pieces}"],["8","{@item Bejeweled ivory drinking horn with gold filigree}"]],"name":"7,500 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Rarity","colLabels":["Rarity","Character Level","Value"],"colStyles":["col-4","col-4","col-4"],"rows":[["Common","1st or higher","50-100 gp"],["Uncommon","1st or higher","101-500 gp"],["Rare","5th or higher","501-5,000 gp"],["Very rare","11th or higher","5,001-50,000 gp"],["Legendary","17th or higher","50,001+ gp"]],"name":"Magic Item Rarity","page":135,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Potion Miscibility","colLabels":["d100","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","The mixture creates a magical explosion, dealing {@dice 6d10} force damage to the mixer and {@dice 1d10} force damage to each creature within 5 feet of the mixer."],["02-08","The mixture becomes an ingested poison of the DM's choice."],["09-15","Both potions lose their effects."],["16-25","One potion loses its effect."],["26-35","Both potions work, but with their numerical effects and durations halved. A potion has no effect if it can't be halved in this way."],["36-90","Both potions work normally."],["91-99","The numerical effects and duration of one potion are doubled. If neither potion has anything to double in this way, they work normally."],["00","Only one potion works, but its effect is permanent. Choose the simplest effect to make permanent, or the one that seems the most fun. For example, a {@item potion of healing} might increase the drinker's hit point maximum by 4, or {@item oil of etherealness} might permanently trap the user in the Ethereal Plane. At your discretion, an appropriate spell, such as {@spell dispel magic} or {@spell remove curse}, might end this lasting effect."]],"name":"Variant: Mixing Potions; Potion Miscibility","page":140,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Spell Scroll","srd":true,"colLabels":["Spell Level","Rarity","Save DC","Attack Bonus"],"colStyles":["col-3","col-3","col-3 text-center","col-3 text-center"],"rows":[["Cantrip","Common","13","+5 "],["1st","Common","13","+5 "],["2nd","Uncommon","13","+5 "],["3rd","Uncommon","15","+7"],["4th","Rare","15","+7"],["5th","Rare","17","+9"],["6th","Very rare","17","+9"],["7th","Very rare","18","+10"],["8th","Very rare","18","+10"],["9th","Legendary","19","+11"]],"name":"Spell Scrolls; Spell Scroll","page":139,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Scroll Mishap","colLabels":["d6","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A surge of magical energy deals the caster {@dice 1d6} force damage per level of the spell."],["2","The spell affects the caster or an ally (determined randomly) instead of the intended target, or it affects a random target nearby if the caster was the intended target."],["3","The spell affects a random location within the spell's range."],["4","The spell's effect is contrary to its normal one, but neither harmful nor beneficial. For instance, a fireball might produce an area of harmless cold."],["5","The caster suffers a minor but bizarre effect related to the spell. Such effects last only as long as the original spell's duration, or {@dice 1d10} minutes for spells that take effect instantaneously. For example, a fireball might cause smoke to billow from the caster's ears for {@dice 1d10} minutes."],["6","The spell activates after {@dice 1d12} hours. If the caster was the intended target, the spell takes effect normally. If the caster was not the intended target, the spell goes off in the general direction of the intended target, up to the spell's maximum range, if the target has moved away."]],"name":"Variant: Scroll Mishaps; Scroll Mishap","page":140,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Who Created It or Was Intended to Use It?","colLabels":["d20","Creator or Intended User"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aberration. The item was created by aberrations in ancient times, possibly for the use of favored humanoid thralls. When seen from the corner of the eye, the item seems to be moving."],["2-4","Human. The item was created during the heyday of a fallen human kingdom, or it is tied to a human of legend. It might hold writing in a forgotten tongue or symbols whose significance is lost to the ages."],["5","Celestial. The weapon is half the normal weight and inscribed with feathered wings, suns, and other symbols of good. Fiends find the item's presence repulsive."],["6","Dragon. This item is made from scales and talons shed by a dragon. Perhaps it incorporates precious metals and gems from the dragon's hoard. It grows slightly warm when within 120 feet of a dragon."],["7","Drow. The item is half the normal weight. It is black and inscribed with spiders and webs in honor of Lolth. It might function poorly, or disintegrate, if exposed to sunlight for 1 minute or more."],["8-9","Dwarf. The item is durable and has Dwarven runes worked into its design. It might be associated with a clan that would like to see it returned to their ancestral halls."],["10","Elemental Air. The item is half the normal weight and feels hollow. If it's made of fabric, it is diaphanous."],["11","Elemental Earth. This item might be crafted from stone. Any cloth or leather elements are studded with finely polished rock."],["12","Elemental Fire. This item is warm to the touch, and any metal parts are crafted from black iron. Sigils of flames cover its surface. Shades of red and orange are the prominent colors."],["13","Elemental Water. Lustrous fish scales replace leather or cloth on this item, and metal portions are instead crafted from seashells and worked coral as hard as any metal."],["14-15","Elf. The item is half the normal weight. It is adorned with symbols of nature: leaves, vines, stars, and the like."],["16","Fey. The item is exquisitely crafted from the finest materials and glows with a pale radiance in moonlight, shedding dim light in a 5-foot radius Any metal in the item is silver or mithral, rather than iron or steel."],["17","Fiend. The item is made of black iron or horn inscribed with runes, and any cloth or leather components are crafted from the hide of fiends. It is warm to the touch and features leering faces or vile runes engraved on its surface. Celestials find the item's presence repulsive."],["18","Giant. The item is larger than normal and was crafted by giants for use by their smaller allies."],["19","Gnome. The item is crafted to appear ordinary and it might look worn. It could also incorporate gears and mechanical components, even if these aren't essential to the item's function."],["20","Undead. The item incorporates imagery of death such as bones and skulls, and it might be crafted from parts of corpses. It feels cold to the touch"]],"name":"Special Features; Who Created It or Was Intended to Use It?","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Is a Detail from Its History?","colLabels":["d8","History"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arcane. This item was created for an ancient order of spellcasters and bears the order's symbol."],["2","Bane. This item was created by the foes of a particular culture or kind of creature. If the culture or creatures are still around, they might recognize the item and single out the bearer as an enemy."],["3","Heroic. A great hero once wielded this item. Anyone who's familiar with the item's history expects great deeds from the new owner."],["4","Ornament. The item was created to honor a special occasion. Inset gemstones, gold or platinum inlays, and gold or silver filigree adorn its surface."],["5","Prophecy. The item features in a prophecy: its bearer is destined to play a key role in future events. Someone else who wants to play that role might try to steal the item, or someone who wants to prevent the prophecy from being fulfilled might try to kill the item's bearer."],["6","Religious. This item was used in religious ceremonies dedicated to a particular deity. It has holy symbols worked into it. The god's followers might try to persuade its owner to donate it to a temple, steal the item for themselves, or celebrate its use by a cleric or paladin of the same deity."],["7","Sinister. This item is linked to a deed of great evil such as a massacre or an assassination. It might have a name or be closely associated with a villain who used it. Anyone familiar with the item's history is likely to treat it and its owner with suspicion."],["8","Symbol of Power. This item was once used as part of royal regalia or as a badge of high office. Its former owner or that person's descendants might desire it, or someone might mistakenly assume its new owner is the item's legitimate inheritor."]],"name":"Special Features; What Is a Detail from Its History?","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Minor Property Does It Have","colLabels":["d20","Minor Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beacon. The bearer can use a bonus action to cause the item to shed bright light in a 10-foot radius and dim light for an additional 10 feet, or to extinguish the light."],["2","Compass. The wielder can use an action to learn which way is north."],["3","Conscientious. When the bearer of this item contemplates or undertakes a malevolent act, the item enhances pangs of conscience."],["4","Delver. While underground, the bearer of this item always knows the item's depth below the surface and the direction to the nearest staircase, ramp, or other path leading upward."],["5","Gleaming. This item never gets dirty."],["6","Guardian. The item whispers warnings to its bearer, granting a +2 bonus to initiative if the bearer isn't incapacitated."],["7","Harmonious. Attuning to this item takes only 1 minute."],["8","Hidden Message. A message is hidden somewhere on the item. It might be visible only at a certain time of the year, under the light of one phase of the moon, or in a specific location."],["9","Key. The item is used to unlock a container, chamber, vault, or other entryway."],["10","Language. The bearer can speak and understand a language of the DM's choice while the item is on the bearer's person."],["11","Sentinel. Choose a kind of creature that is an enemy of the item's creator. This item glows faintly when such creatures are within 120 feet of it."],["12","Song Craft. Whenever this item is struck or is used to strike a foe, its bearer hears a fragment of an ancient song."],["13","Strange Material. The item was created from a material that is bizarre given its purpose. Its durability is unaffected."],["14","Temperate. The bearer suffers no harm in temperatures as cold as -20 degrees Fahrenheit or as warm as 120 degrees Fahrenheit."],["15","Unbreakable. The item can't be broken. Special means must be used to destroy it."],["16","War Leader. The bearer can use an action to cause his or her voice to carry clearly for up to 300 feet until the end of the bearer's next turn."],["17","Waterborne. This item floats on water and other liquids. Its bearer has advantage on Strength ({@skill Athletics}) checks to swim."],["18","Wicked. When the bearer is presented with an opportunity to act in a selfish or malevolent way, the item heightens the bearer's urge to do so."],["19","Illusion. The item is imbued with illusion magic, allowing its bearer to alter the item's appearance in minor ways. Such alterations don't change how the item is worn, carried, or wielded, and they have no effect on its other magical properties. For example, the wearer could make a red robe appear blue, or make a gold ring look like it's made of ivory. The item reverts to its true appearance when no one is carrying or wearing it."],["20","Roll twice, rerolling any additional 20s."]],"name":"Special Features; What Minor Property Does It Have","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Quirk Does It Have","colLabels":["d12","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blissful. While in possession of the item, the bearer feels fortunate and optimistic about what the future holds. Butterflies and other harmless creatures might frolic in the item's presence."],["2","Confident. The item helps its bearer feel self-assured."],["3","Covetous. The item's bearer becomes obsessed with material wealth."],["4","Frail. The item crumbles, frays, chips, or cracks slightly when wielded, worn, or activated. This quirk has no effect on its properties, but if the item has seen much use, it looks decrepit."],["5","Hungry. This item's magical properties function only if fresh blood from a humanoid has been applied to it within the past 24 hours. It needs only a drop to activate."],["6","Loud. The item makes a loud noise-such as a clang, a shout, or a resonating gong-when used."],["7","Metamorphic. The item periodically and randomly alters its appearance in slight ways. The bearer has no control over these minor alterations, which have no effect on the item's use."],["8","Muttering. The item grumbles and mutters. A creature who listens carefully to the item might learn something useful."],["9","Painful. The bearer experiences a harmless flash of pain when using the item."],["10","Possessive. The item demands attunement when first wielded or worn, and it doesn't allow its bearer to attune to other items. (Other items already attuned to the bearer remain so until their attunement ends.)"],["11","Repulsive. The bearer feels a sense of distaste when in contact with the item, and continues to sense discomfort while bearing it."],["12","Slothful. The bearer of this item feels slothful and lethargic. While attuned to the item, the bearer requires 10 hours to finish a long rest."]],"name":"Special Features; What Quirk Does It Have","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table A","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-50","{@item Potion of healing}"],["51-60","{@item Spell scroll (cantrip)}"],["61-70","{@item Potion of climbing}"],["71-90","{@item Spell scroll (1st level)}"],["91-94","{@item Spell scroll (2nd level)}"],["95-98","{@item Potion of greater healing}"],["99","{@item Bag of holding}"],["00","{@item Driftglobe}"]],"name":"Magic Item Table A","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table B","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item Potion of greater healing}"],["16-22","{@item Potion of fire breath}"],["23-29","{@item Potion of resistance}"],["30-34","{@item +1 ammunition}"],["35-39","{@item Potion of animal friendship}"],["40-44","{@item Potion of hill giant strength}"],["45-49","{@item Potion of growth}"],["50-54","{@item Potion of water breathing}"],["55-59","{@item Spell scroll (2nd level)}"],["60-64","{@item Spell scroll (3rd level)}"],["65-67","{@item Bag of holding}"],["68-70","{@item Keoghtom's ointment}"],["71-73","{@item Oil of slipperiness}"],["74-75","{@item Dust of disappearance}"],["76-77","{@item Dust of dryness}"],["78-79","{@item Dust of sneezing and choking}"],["80-81","{@item Elemental gem}"],["82-83","{@item Philter of love}"],["84","{@item Alchemy jug}"],["85","{@item Cap of water breathing}"],["86","{@item Cloak of the manta ray}"],["87","{@item Driftglobe}"],["88","{@item Goggles of night}"],["89","{@item Helm of comprehending languages}"],["90","{@item Immovable rod}"],["91","{@item Lantern of revealing}"],["92","{@item Mariner's armor}"],["93","{@item Mithral armor}"],["94","{@item Potion of poison}"],["95","{@item Ring of swimming}"],["96","{@item Robe of useful items}"],["97","{@item Rope of climbing}"],["98","{@item Saddle of the cavalier}"],["99","{@item Wand of magic detection}"],["00","{@item Wand of secrets}"]],"name":"Magic Item Table B","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table C","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item Potion of superior healing}"],["16-22","{@item Spell scroll (4th level)}"],["23-27","{@item +2 ammunition}"],["28-32","{@item Potion of clairvoyance}"],["33-37","{@item Potion of diminution}"],["38-42","{@item Potion of gaseous form}"],["43-47","{@item Potion of frost giant strength}"],["48-52","{@item Potion of stone giant strength}"],["53-57","{@item Potion of heroism}"],["58-62","{@item Potion of invulnerability}"],["63-67","{@item Potion of mind reading}"],["68-72","{@item Spell scroll (5th level)}"],["73-75","{@item Elixir of health}"],["76-78","{@item Oil of etherealness}"],["79-81","{@item Potion of fire giant strength}"],["82-84","{@item Quaal's feather token}"],["85-87","{@item Scroll of protection}"],["88-89","{@item Bag of beans}"],["90-91","{@item Bead of force}"],["92","{@item Chime of opening}"],["93","{@item Decanter of endless water}"],["94","{@item Eyes of minute seeing}"],["95","{@item Folding boat}"],["96","{@item Heward's handy haversack}"],["97","{@item Horseshoes of speed}"],["98","{@item Necklace of fireballs}"],["99","{@item Periapt of health}"],["00","{@item Sending stones}"]],"name":"Magic Item Table C","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table D","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","{@item Potion of supreme healing}"],["21-30","{@item Potion of invisibility}"],["31-40","{@item Potion of speed}"],["41-50","{@item Spell scroll (6th level)}"],["51-57","{@item Spell scroll (7th level)}"],["58-62","{@item +3 ammunition}"],["63-67","{@item Oil of sharpness}"],["68-72","{@item Potion of flying}"],["73-77","{@item Potion of cloud giant strength}"],["78-82","{@item Potion of longevity}"],["83-87","{@item Potion of vitality}"],["88-92","{@item Spell scroll (8th level)}"],["93-95","{@item Horseshoes of a zephyr}"],["96-98","{@item Nolzur's marvelous pigments}"],["99","{@item Bag of devouring}"],["00","{@item Portable hole}"]],"name":"Magic Item Table D","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table E","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-30","{@item Spell scroll (8th level)}"],["31-55","{@item Potion of storm giant strength}"],["56-70","{@item Potion of supreme healing}"],["71-85","{@item Spell scroll (9th level)}"],["86-93","{@item Universal solvent}"],["94-98","{@item Arrow of slaying}"],["99-100","{@item Sovereign glue}"]],"name":"Magic Item Table E","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table F","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item +1 weapon}"],["16-18","{@item +1 shield}"],["19-21","{@item Sentinel shield}"],["22-23","{@item Amulet of proof against detection and location}"],["24-25","{@item Boots of elvenkind}"],["26-27","{@item Boots of striding and springing}"],["28-29","{@item Bracers of archery}"],["30-31","{@item Brooch of shielding}"],["32-33","{@item Broom of flying}"],["34-35","{@item Cloak of elvenkind}"],["36-37","{@item Cloak of protection}"],["38-39","{@item Gauntlets of ogre power}"],["40-41","{@item Hat of disguise}"],["42-43","{@item Javelin of lightning}"],["44-45","{@item Pearl of power}"],["46-47","{@item +1 rod of the pact keeper}"],["48-49","{@item Slippers of spider climbing}"],["50-51","{@item Staff of the adder}"],["52-53","{@item Staff of the python}"],["54-55","{@item Sword of vengeance}"],["56-57","{@item Trident of fish command}"],["58-59","{@item Wand of magic missiles}"],["60-61","{@item +1 wand of the war mage}"],["62-63","{@item Wand of web}"],["64-65","{@item Weapon of warning}"],["66","{@item Adamantine chain mail}"],["67","{@item Adamantine chain shirt}"],["68","{@item Adamantine scale mail}"],["69","{@item Bag of tricks, gray}"],["70","{@item Bag of tricks, rust}"],["71","{@item Bag of tricks, tan}"],["72","{@item Boots of the winterlands}"],["73","{@item Circlet of blasting}"],["74","{@item Deck of illusions}"],["75","{@item Eversmoking bottle}"],["76","{@item Eyes of charming}"],["77","{@item Eyes of the eagle}"],["78","{@item Figurine of wondrous power, silver raven}"],["79","{@item Gem of brightness}"],["80","{@item Gloves of missile snaring}"],["81","{@item Gloves of swimming and climbing}"],["82","{@item Gloves of thievery}"],["83","{@item Headband of intellect}"],["84","{@item Helm of telepathy}"],["85","{@item Instrument of the bards, doss lute}"],["86","{@item Instrument of the bards, fochlucan bandore}"],["87","{@item Instrument of the bards, mac-fuirmidh cittern}"],["88","{@item Medallion of thoughts}"],["89","{@item Necklace of adaptation}"],["90","{@item Periapt of wound closure}"],["91","{@item Pipes of haunting}"],["92","{@item Pipes of the sewers}"],["93","{@item Ring of jumping}"],["94","{@item Ring of mind shielding}"],["95","{@item Ring of warmth}"],["96","{@item Ring of water walking}"],["97","{@item Quiver of ehlonna}"],["98","{@item Stone of good luck}"],["99","{@item Wind fan}"],["00","{@item Winged boots}"]],"name":"Magic Item Table F","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table G","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-11","{@item +2 weapon}"],["12-14",{"type":"table","caption":"Figurine of Wondrous Power","colLabels":["d8","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Figurine of wondrous power, bronze griffon}"],["02","{@item Figurine of wondrous power, ebony fly}"],["03","{@item Figurine of wondrous power, golden lions}"],["04","{@item Figurine of wondrous power, ivory goats}"],["05","{@item Figurine of wondrous power, marble elephant}"],["06-07","{@item Figurine of wondrous power, onyx dog}"],["08","{@item Figurine of wondrous power, serpentine owl}"]],"data":{"tableIgnore":true}}],["15","{@item Adamantine breastplate}"],["16","{@item Adamantine splint armor}"],["17","{@item Amulet of health}"],["18","{@item Armor of vulnerability}"],["19","{@item Arrow-catching shield}"],["20","{@item Belt of dwarvenkind}"],["21","{@item Belt of hill giant strength}"],["22","{@item Berserker axe}"],["23","{@item Boots of levitation}"],["24","{@item Boots of speed}"],["25","{@item Bowl of commanding water elementals}"],["26","{@item Bracers of defense}"],["27","{@item Brazier of commanding fire elementals}"],["28","{@item Cape of the mountebank}"],["29","{@item Censer of controlling air elementals}"],["30","{@item +1 chain mail}"],["31","{@item armor of resistance||Chain mail of resistance|}"],["32","{@item +1 chain shirt}"],["33","{@item armor of resistance||Chain shirt of resistance|}"],["34","{@item Cloak of displacement}"],["35","{@item Cloak of the bat}"],["36","{@item Cube of force}"],["37","{@item Daern's instant fortress}"],["38","{@item Dagger of venom}"],["39","{@item Dimensional shackles}"],["40","{@item Dragon slayer}"],["41","{@item Elven chain}"],["42","{@item Flame tongue}"],["43","{@item Gem of seeing}"],["44","{@item Giant slayer}"],["45","{@item Glamoured studded leather}"],["46","{@item Helm of teleportation}"],["47","{@item Horn of blasting}"],["48","Horn of Valhalla ({@item Horn of Valhalla, Silver||Silver|} or {@item Horn of Valhalla, Brass||Brass|})"],["49","{@item Instrument of the bards, canaith mandolin}"],["50","{@item Instrument of the bards, cli lyre}"],["51","{@item Ioun stone, awareness}"],["52","{@item Ioun stone, protection}"],["53","{@item Ioun stone, reserve}"],["54","{@item Ioun stone, sustenance}"],["55","{@item Iron bands of bilarro}"],["56","{@item +1 leather armor}"],["57","{@item armor of resistance||Leather armor of resistance|}"],["58","{@item Mace of disruption}"],["59","{@item Mace of smiting}"],["60","{@item Mace of terror}"],["61","{@item Mantle of spell resistance}"],["62","{@item Necklace of prayer beads}"],["63","{@item Periapt of proof against poison}"],["64","{@item Ring of animal influence}"],["65","{@item Ring of evasion}"],["66","{@item Ring of feather falling}"],["67","{@item Ring of free action}"],["68","{@item Ring of protection}"],["69","{@item Ring of resistance}"],["70","{@item Ring of spell storing}"],["71","{@item Ring of the ram}"],["72","{@item Ring of x-ray vision}"],["73","{@item Robe of eyes}"],["74","{@item Rod of rulership}"],["75","{@item +2 rod of the pact keeper}"],["76","{@item Rope of entanglement}"],["77","{@item +1 scale mail}"],["78","{@item armor of resistance||Scale mail of resistance|}"],["79","{@item +2 shield}"],["80","{@item Shield of missile attraction}"],["81","{@item Staff of charming}"],["82","{@item Staff of healing}"],["83","{@item Staff of swarming insects}"],["84","{@item Staff of the woodlands}"],["85","{@item Staff of withering}"],["86","{@item Stone of controlling earth elementals}"],["87","{@item Sun blade}"],["88","{@item Sword of life stealing}"],["89","{@item Sword of wounding}"],["90","{@item Tentacle rod}"],["91","{@item Vicious weapon}"],["92","{@item Wand of binding}"],["93","{@item Wand of enemy detection}"],["94","{@item Wand of fear}"],["95","{@item Wand of fireballs}"],["96","{@item Wand of lightning bolts}"],["97","{@item Wand of paralysis}"],["98","{@item +2 wand of the war mage}"],["99","{@item Wand of wonder}"],["00","{@item Wings of flying}"]],"name":"Magic Item Table G","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table H","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","{@item +3 weapon}"],["11-12","{@item Amulet of the planes}"],["13-14","{@item Carpet of flying}"],["15-16","{@item Crystal ball}"],["17-18","{@item Ring of regeneration}"],["19-20","{@item Ring of shooting stars}"],["21-22","{@item Ring of telekinesis}"],["23-24","{@item Robe of scintillating colors}"],["25-26","{@item Robe of stars}"],["27-28","{@item Rod of absorption}"],["29-30","{@item Rod of alertness}"],["31-32","{@item Rod of security}"],["33-34","{@item +3 rod of the pact keeper}"],["35-36","{@item Scimitar of speed}"],["37-38","{@item +3 shield}"],["39-40","{@item Staff of fire}"],["41-42","{@item Staff of frost}"],["43-44","{@item Staff of power}"],["45-46","{@item Staff of striking}"],["47-48","{@item Staff of thunder and lightning}"],["49-50","{@item Sword of sharpness}"],["51-52","{@item Wand of polymorph}"],["53-54","{@item +3 wand of the war mage}"],["55","{@item Adamantine half plate armor}"],["56","{@item Adamantine plate armor}"],["57","{@item Animated shield}"],["58","{@item Belt of fire giant strength}"],["59","Belt of {@item Belt of Frost Giant Strength||Frost|} or {@item Belt of Stone Giant Strength||Stone|} giant strength"],["60","{@item +1 breastplate}"],["61","{@item armor of resistance||Breastplate of resistance|}"],["62","{@item Candle of invocation}"],["63","{@item +2 chain mail}"],["64","{@item +2 chain shirt}"],["65","{@item Cloak of arachnida}"],["66","{@item Dancing sword}"],["67","{@item Demon armor}"],["68","{@item Dragon scale mail}"],["69","{@item Dwarven plate}"],["70","{@item Dwarven thrower}"],["71","{@item Efreeti bottle}"],["72","{@item Figurine of wondrous power, obsidian steed}"],["73","{@item Frost brand}"],["74","{@item Helm of brilliance}"],["75","{@item Horn of valhalla, bronze}"],["76","{@item Instrument of the bards, anstruth harp}"],["77","{@item Ioun stone, absorption}"],["78","{@item Ioun stone, agility}"],["79","{@item Ioun stone, fortitude}"],["80","{@item Ioun stone, insight}"],["81","{@item Ioun stone, intellect}"],["82","{@item Ioun stone, leadership}"],["83","{@item Ioun stone, strength}"],["84","{@item +2 leather armor}"],["85","{@item Manual of bodily health}"],["86","{@item Manual of gainful exercise}"],["87","{@item Manual of golems}"],["88","{@item Manual of quickness of action}"],["89","{@item Mirror of life trapping}"],["90","{@item Nine lives stealer}"],["91","{@item Oathbow}"],["92","{@item +2 scale mail}"],["93","{@item Spellguard shield}"],["94","{@item +1 splint armor}"],["95","{@item armor of resistance||Splint armor of resistance|}"],["96","{@item +1 studded leather armor}"],["97","{@item armor of resistance||Studded leather armor of resistance|}"],["98","{@item Tome of clear thought}"],["99","{@item Tome of leadership and influence}"],["00","{@item Tome of understanding}"]],"name":"Magic Item Table H","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table I","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","{@item Defender}"],["06-10","{@item Hammer of thunderbolts}"],["11-15","{@item Luck blade}"],["16-20","{@item Sword of answering}"],["21-23","{@item Holy avenger}"],["24-26","{@item Ring of djinni summoning}"],["27-29","{@item Ring of invisibility}"],["30-32","{@item Ring of spell turning}"],["33-35","{@item Rod of lordly might}"],["36-38","{@item Staff of the magi}"],["39-41","{@item Vorpal sword}"],["42-43","{@item Belt of cloud giant strength}"],["44-45","{@item +2 breastplate}"],["46-47","{@item +3 chain mail}"],["48-49","{@item +3 chain shirt}"],["50-51","{@item Cloak of invisibility}"],["52-53","{@item Crystal ball (legendary version)}"],["54-55","{@item +1 half plate armor}"],["56-57","{@item Iron flask}"],["58-59","{@item +3 leather armor}"],["60-61","{@item +1 plate armor}"],["62-63","{@item Robe of the archmagi}"],["64-65","{@item Rod of resurrection}"],["66-67","{@item +1 scale mail}"],["68-69","{@item Scarab of protection}"],["70-71","{@item +2 splint armor}"],["72-73","{@item +2 studded leather armor}"],["74-75","{@item Well of many worlds}"],["76",{"type":"table","caption":"Magic armor","colLabels":["1d12",""],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","{@item +2 half plate armor}"],["3-4","{@item +2 plate armor}"],["5-6","{@item +3 studded leather armor}"],["7-8","{@item +3 breastplate}"],["9-10","{@item +3 splint armor}"],["11","{@item +3 half plate armor}"],["12","{@item +3 plate armor}"]],"data":{"tableIgnore":true}}],["77","{@item Apparatus of kwalish}"],["78","{@item Armor of invulnerability}"],["79","{@item Belt of storm giant strength}"],["80","{@item Cubic gate}"],["81","{@item Deck of many things}"],["82","{@item Efreeti chain}"],["83","{@item armor of resistance||Half plate armor of resistance|}"],["84","{@item Horn of valhalla, iron}"],["85","{@item Instrument of the bards, ollamh harp}"],["86","{@item Ioun stone, greater absorption}"],["87","{@item Ioun stone, mastery}"],["88","{@item Ioun stone, regeneration}"],["89","{@item Plate armor of etherealness}"],["90","{@item armor of resistance||Plate armor of resistance|}"],["91","{@item Ring of air elemental command}"],["92","{@item Ring of earth elemental command}"],["93","{@item Ring of fire elemental command}"],["94","{@item Ring of three wishes}"],["95","{@item Ring of water elemental command}"],["96","{@item Sphere of annihilation}"],["97","{@item Talisman of pure good}"],["98","{@item Talisman of the sphere}"],["99","{@item Talisman of ultimate evil}"],["00","{@item Tome of the stilled tongue}"]],"name":"Magic Item Table I","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Communication","srd":true,"colLabels":["d100","Communication"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-60","The item communicates by transmitting emotion to the creature carrying or wielding it."],["61-90","The item can speak, read, and understand one or more languages."],["91-100","The item can speak, read, and understand one or more languages. In addition, the item can communicate telepathically with any character that carries or wields it."]],"name":"Sentient Magic Item Communication","page":214,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Senses","srd":true,"colLabels":["d4","Senses"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hearing and normal vision out to 30 feet."],["2","Hearing and normal vision out to 60 feet"],["3","Hearing and normal vision out to 120 feet."],["4","Hearing and darkvision out to 120 feet."]],"name":"Sentient Magic Item Senses","page":214,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Alignment","srd":true,"colLabels":["d100","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","Lawful good"],["16-35","Neutral good"],["36-50","Chaotic good"],["51-63","Lawful neutral"],["64-73","Neutral"],["74-85","Chaotic neutral"],["86-89","Lawful evil"],["90-96","Neutral evil"],["97-100","Chaotic evil"]],"name":"Sentient Magic Item Alignment","page":216,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Special Purpose","srd":true,"colLabels":["d10","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aligned: The item seeks to defeat or destroy those of a diametrically opposed alignment. (Such an item is never neutral.)"],["2","Bane: The item seeks to defeat or destroy creatures of a particular kind, such as fiends, shapechangers, trolls, or wizards."],["3","Protector: The item seeks to defend a particular race or kind of creature, such as elves or druids."],["4","Crusader: The item seeks to defeat, weaken, or destroy the servants of a particular deity."],["5","Templar: The item seeks to defend the servants and interests of a particular deity."],["6","Destroyer: The item craves destruction and goads its user to fight arbitrarily."],["7","Glory Seeker: The item seeks renown as the greatest magic item in the world, by establishing its user as a famous or notorious figure."],["8","Lore Seeker: The item craves knowledge or is determined to solve a mystery, learn a secret, or unravel a cryptic prophecy."],["9","Destiny Seeker: The item is convinced that it and its wielder have key roles to play in future events."],["10","Creator Seeker: The item seeks its creator and wants to understand why it was created."]],"name":"Sentient Special Purpose","page":216,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Minor Beneficial Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","While attuned to the artifact, you gain proficiency in one skill of the DM's choice."],["21-30","While attuned to the artifact, you are immune to disease."],["31-40","While attuned to the artifact, you can't be {@condition charmed} or {@condition frightened}."],["41-50","While attuned to the artifact, you have resistance against one damage type of the DM's choice."],["51-60","While attuned to the artifact, you can use an action to cast one {@filter cantrip|spells|level=0} (chosen by the DM) from it."],["61-70","While attuned to the artifact, you can use an action to cast one {@filter 1st-level|spells|level=1} spell (chosen by the DM) from it. After you cast the spell, roll a {@dice d6}. On a roll of 1-5, you can't cast it again until the next dawn."],["71-80","As 61-70 above, except the spell is {@filter 2nd level|spells|level=2}."],["81-90","As 61-70 above, except the spell is {@filter 3rd level|spells|level=3}."],["91-00","While attuned to the artifact, you gain a +1 bonus to Armor Class."]],"name":"Artifact Properties; Minor Beneficial Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Major Beneficial Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","While attuned to the artifact, one of your ability scores (DM's choice) increases by 2, to a maximum of 24."],["21-30","While attuned to the artifact, you regain {@dice 1d6} hit points at the start of your turn if you have at least 1 hit point."],["31-40","When you hit with a weapon attack while attuned to the artifact, the target takes an extra {@dice 1d6} damage of the weapon's type."],["41-50","While attuned to the artifact, your walking speed increases by 10 feet."],["51-60","While attuned to the artifact, you can use an action to cast one {@filter 4th-level|spells|level=4} spell (chosen by the DM) from it. After you cast the spell, roll a {@dice d6}. On a roll of 1-5, you can't cast it again until the next dawn."],["61-70","As 51-60 above, except the spell is {@filter 5th level|spells|level=5}."],["71-80","As 51-60 above, except the spell is {@filter 6th level|spells|level=6}."],["81-90","As 51-60 above, except the spell is {@filter 7th level|spells|level=7}."],["91-00","While attuned to the artifact, you can't be {@condition blinded}, {@condition deafened}, {@condition petrified}, or {@condition stunned}."]],"name":"Artifact Properties; Major Beneficial Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Minor Detrimental Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","While attuned to the artifact, you have disadvantage on saving throws against spells."],["06-10","The first time you touch a gem or piece of jewelry while attuned to this artifact, the value of the gem or jewelry is reduced by half."],["11-15","While attuned to the artifact, you are {@condition blinded} when you are more than 10 feet away from it."],["16-20","While attuned to the artifact, you have disadvantage on saving throws against poison."],["21-30","While attuned to the artifact, you emit a sour stench noticeable from up to 10 feet away."],["31-35","While attuned to the artifact, all holy water within 10 feet of you is destroyed."],["36-40","While attuned to the artifact, you are physically ill and have disadvantage on any ability check or saving throw that uses Strength or Constitution."],["41-45","While attuned to the artifact, your weight increases by {@dice 1d4 × 10} pounds."],["46-50","While attuned to the artifact, your appearance changes as the DM decides."],["51-55","While attuned to the artifact, you are {@condition deafened} when you are more than 10 feet away from it."],["56-60","While attuned to the artifact, your weight drops by {@dice 1d4 × 5} pounds."],["61-65","While attuned to the artifact, you can't smell."],["66-70","While attuned to the artifact, nonmagical flames are extinguished within 30 feet of you."],["71-80","While you are attuned to the artifact, other creatures can't take short or long rests while within 300 feet of you."],["81-85","While attuned to the artifact, you deal {@dice 1d6} necrotic damage to any plant you touch that isn't a creature."],["86-90","While you are attuned to the artifact, animals within 30 feet of you are hostile toward you."],["91-95","While attuned to the artifact, you must eat and drink six times the normal amount each day."],["96-00","While you are attuned to the artifact, your flaw is amplified in a way determined by the DM."]],"name":"Artifact Properties; Minor Detrimental Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Major Detrimental Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","While you are attuned to the artifact, your body rots over the course of four days, after which the rotting stops. You lose your hair by the end of day 1, finger tips and toe tips by the end of day 2, lips and nose by the end of day 3, and ears by the end of day 4. A {@spell regenerate} spell restores lost body parts."],["06-10","While you are attuned to the artifact, you determine your alignment daily at dawn by rolling a {@dice d6} twice. On the first roll, a 1-2 indicates lawful, 3-4 neutral, and 5-6 chaotic. On the second roll, a 1-2 indicates good, 3-4 neutral, and 5-6 evil."],["11-15","When you first attune to the artifact, it gives you a quest determined by the DM. You must complete this quest as if affected by the {@spell geas} spell. Once you complete the quest, you are no longer affected by this property."],["16-20","The artifact houses a bodiless life force that is hostile toward you. Each time you use an action to use one of the artifact's properties, there is a {@chance 50} chance that the life force tries to leave the artifact and enter your body. If you fail a DC 20 Charisma saving throw, it succeeds, and you become an NPC under the DM's control until the intruding life force is banished using magic such as the {@spell dispel evil and good} spell."],["21-25","Creatures with a challenge rating of 0, as well as plants that aren't creatures, drop to 0 hit points when within 10 feet of the artifact."],["26-30","The artifact imprisons a {@creature death slaad} (see the Monster Manual). Each time you use one of the artifact's properties as an action, the slaad has a {@chance 10} chance of escaping, whereupon it appears within 15 feet of you and attacks you."],["31-35","While you are attuned to the artifact, creatures of a particular type other than humanoid (as chosen by the DM) are always hostile toward you."],["36-40","The artifact dilutes magic potions within 10 feet of it, rendering them nonmagical."],["41-45","The artifact erases magic scrolls within 10 feet of it, rendering them nonmagical."],["46-50","Before using one of the artifact's properties as an action, you must use a bonus action to draw blood, either from yourself or from a willing or incapacitated creature within your reach, using a piercing or slashing melee weapon. The subject takes {@dice 1d4} damage of the appropriate type."],["51-60","When you become attuned to the artifact, you gain a form of {@book long-term madness|dmg|8|madness effects} (see chapter 8, \"Running the Game\")."],["61-65","You take {@dice 4d10} psychic damage when you become attuned to the artifact."],["66-70","You take {@dice 8d10} psychic damage when you become attuned to the artifact."],["71-75","Before you can become attuned to the artifact, you must kill a creature of your alignment."],["76-80","When you become attuned to the artifact, one of your ability scores is reduced by 2 at random. A {@spell greater restoration} spell restores the ability to normal."],["81-85","Each time you become attuned to the artifact, you age {@dice 3d10} years. You must succeed on a DC 10 Constitution saving throw or die from the shock. If you die, you are instantly transformed into a {@creature wight} (see the Monster Manual) under the DM's control that is sworn to protect the artifact."],["86-90","While attuned to the artifact, you lose the ability to speak."],["91-95","While attuned to the artifact, you have vulnerability to all damage."],["96-00","When you become attuned to the artifact, there is a {@chance 10} chance that you attract the attention of a god that sends an avatar to wrest the artifact from you. The avatar has the same alignment as its creator and the statistics of an {@creature empyrean} (see the Monster Manual). Once it obtains the artifact, the avatar vanishes."]],"name":"Artifact Properties; Major Detrimental Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Ability Checks","colLabels":["Ability","Used for...","Example Uses"],"colStyles":["col-1","col-3","col-8"],"rows":[["Strength","Physical force and athleticism","Smash down a door, move a boulder, use a spike to wedge a door shut"],["Dexterity","Agility, reflexes, and balance","Sneak past a guard, walk along a narrow ledge, wriggle free from chains"],["Constitution","Stamina and health","Endure a marathon, grasp hot metal without flinching, win a drinking contest"],["Intelligence","Memory and reason","Recall a bit of lore, recognize a clue's significance, decode an encrypted message"],["Wisdom","Perceptiveness and willpower","Spot a hidden creature, sense that someone is lying"],["Charisma","Social influence and confidence","Persuade a creature to do something, cow a crowd, lie to someone convincingly"]],"name":"Ability Checks","page":237,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Saving Throws","colLabels":["Ability","Used For..."],"colStyles":["col-2","col-10"],"rows":[["Strength","Opposing a force that would physically move or bind you"],["Dexterity","Dodging out of harm's way"],["Constitution","Enduring a disease, poison, or other hazard that saps vitality"],["Intelligence","Disbelieving certain illusions and resisting mental assaults that can be refuted with logic, sharp memory, or both"],["Wisdom","Resisting effects that charm, frighten, or otherwise assault your willpower"],["Charisma","Withstanding effects, such as possession, that would subsume your personality or hurl you to another plane of existence"]],"name":"Saving Throws","page":238,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Typical DCs","colLabels":["Task","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Moderate","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Difficulty Class; Typical DCs","page":238,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Map Travel Pace","colLabels":["Map Scale","Slow Pace","Normal Pace","Fast Pace"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Dungeon (1 sq. = 10 ft.)","20 sq./min.","30 sq./min.","40 sq./min."],["City (1 sq. = 100 ft.)","2 sq./min.","3 sq./min.","4 sq./min."],["Province (1 hex = 1 mi.)","2 hexes/hr., 18 hexes/day","3 hexes/hr., 24 hexes/day","4 hexes/hr., 30 hexes/day"],["Kingdom (1 hex = 6 mi.)","1 hex/3 hr., 3 hexes/day","1 hex/2 hr., 4 hexes/day","1 hex/1½ hr., 5 hexes/day"]],"name":"Using a Map; Map Travel Pace","page":242,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Tracking DCs","colLabels":["Ground Surface","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Soft surface such as snow","10"],["Dirt or grass","15"],["Bare stone","20"],["Each day since the creature passed","+5"],["Creature left a trail such as blood","-5"]],"name":"Tracking DCs","page":244,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Object Armor Class","srd":true,"colLabels":["Substance","AC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Cloth, paper, rope","11"],["Crystal, glass, ice","13"],["Wood, bone","15"],["Stone","17"],["Iron, steel","19"],["Mithral","21"],["Adamantine","23"]],"name":"Object Armor Class","page":246,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Object Hit Points","srd":true,"colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Tiny (bottle, lock)","2 ({@dice 1d4})","5 ({@dice 2d4})"],["Small (chest, lute)","3 ({@dice 1d6})","10 ({@dice 3d6})"],["Medium (barrel, chandelier)","4 ({@dice 1d8})","18 ({@dice 4d8})"],["Large (cart, 10-ft.-by-10-ft. window)","5 ({@dice 1d10})","27 ({@dice 5d10})"]],"name":"Object Hit Points","page":247,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@dice 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@dice 2d10}","Being struck by lightning, stumbling into a fire pit"],["{@dice 4d10}","Hit by falling rubble in a collapsing tunnel, stumbling into a vat of acid"],["{@dice 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through a lava stream"],["{@dice 18d10}","Being submerged in lava, being hit by a crashing flying fortress"],["{@dice 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, being crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Improvising Damage","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Damage Severity and Level","colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st-4th","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5th-10th","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11th-16th","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17th-20th","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Improvising Damage; Damage Severity and Level","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Targets in Areas of Effect","colLabels":["Area","Number of Targets"],"colStyles":["col-6","col-6"],"rows":[["Cone","{@dice ceil(#$prompt_number:title=Enter a Size$# / 10)|Size ÷ 10} (round up)"],["Cube or square","{@dice ceil(#$prompt_number:title=Enter a Size$# / 5)|Size ÷ 5} (round up)"],["Cylinder","{@dice ceil(#$prompt_number:title=Enter a Radius$# / 5)|Radius ÷ 5} (round up)"],["Line","{@dice ceil(#$prompt_number:title=Enter a Length$# / 30)|Length ÷ 30} (round up)"],["Sphere or circle","{@dice ceil(#$prompt_number:title=Enter a Radius$# / 5)|Radius ÷ 5} (round up)"]],"name":"Adjudicating Areas of Effect; Targets in Areas of Effect","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Mob Attacks","colLabels":["d20 Roll Needed","Attackers Needed for One to Hit"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1-5","1"],["6-12","2"],["13-14","3"],["15-16","4"],["17-18","5"],["19-19","10"],["20-20","20"]],"name":"Handling Mobs; Mob Attacks","page":250,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Creature Size and Space","colLabels":["Size","Space: Squares","Space: Hexes"],"colStyles":["col-3","col-6","col-3"],"rows":[["Tiny","4 per square","4 per hex"],["Small","1 square","1 hex"],["Medium","1 square","1 hex"],["Large","4 squares (2 by 2)","3 hexes"],["Huge","9 squares (3 by 3)","7 hexes"],["Gargantuan","16 squares (4 by 4) or more","12 hexes or more"]],"name":"Creature Size on Squares and Hexes; Creature Size and Space","page":251,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-6","col-6"],"rows":[["Quarry has many things to hide behind","Advantage"],["Quarry is in a very crowded or noisy area","Advantage"],["Quarry has few things to hide behind","Disadvantage"],["Quarry is in an uncrowded or quiet area","Disadvantage"],["The lead pursuer is a ranger or has proficiency in Survival","Disadvantage"]],"name":"Ending a Chase; Escape Factors","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Urban Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large obstacle such as a horse or cart blocks your way. Make a DC 15 Dexterity ({@skill Acrobatics}) check to get past the obstacle. On a failed check, the obstacle counts as 10 feet of {@quickref difficult terrain||3}."],["2","A crowd blocks your way. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to make your way through the crowd unimpeded. On a failed check, the crowd counts as 10 feet of {@quickref difficult terrain||3}."],["3","A large stained-glass window or similar barrier blocks your path. Make a DC 10 Strength saving throw to smash through the barrier and keep going. On a failed save, you bounce off the barrier and fall prone."],["4","A maze of barrels, crates, or similar obstacles stands in your way. Make a DC 10 Dexterity ({@skill Acrobatics}) or Intelligence check (your choice) to navigate the maze. On a failed check, the maze counts as 10 feet of {@quickref difficult terrain||3}."],["5","The ground beneath your feet is slippery with rain, spilled oil, or some other liquid. Make a DC 10 Dexterity saving throw. On a failed save, you fall prone."],["6","You come upon a pack of dogs fighting over food. Make a DC 10 Dexterity ({@skill Acrobatics}) check to get through the pack unimpeded. On a failed check, you are bitten and take {@dice 1d4} piercing damage, and the dogs count as 5 feet of {@quickref difficult terrain||3}."],["7","You run into a brawl in progress. Make a DC 15 Strength ({@skill Athletics}), Dexterity ({@skill Acrobatics}), or Charisma ({@skill Intimidation}) check (your choice) to get past the brawlers unimpeded. On a failed check, you take {@dice 2d4} bludgeoning damage, and the brawlers count as 10 feet of {@quickref difficult terrain||3}."],["8","A beggar blocks your way. Make a DC 10 Strength ({@skill Athletics}), Dexterity ({@skill Acrobatics}), or Charisma ({@skill Intimidation}) check (your choice) to slip past the beggar. You succeed automatically if you toss the beggar a coin. On a failed check, the beggar counts as 5 feet of {@quickref difficult terrain||3}."],["9","An overzealous guard (see the Monster Manual (or game statistics) mistakes you for someone else. If you move 20 feet or more on your turn, the guard makes an opportunity attack against you with a spear (+3 to hit; {@dice 1d6 + 1} piercing damage on a hit)."],["10","You are forced to make a sharp turn to avoid colliding with something impassable. Make a DC 10 Dexterity saving throw to navigate the turn. On a failed save, you collide with something hard and take {@dice 1d4} bludgeoning damage."],["11-20","No complication."]],"name":"Urban Chase Complications","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Wilderness Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your path takes you through a rough patch of brush. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to get past the brush. On a failed check, the brush counts as 5 feet of {@quickref difficult terrain||3}."],["2","Uneven ground threatens to slow your progress. Make a DC 10 Dexterity ({@skill Acrobatics}) check to navigate the area. On a failed check, the ground counts as 10 feet of {@quickref difficult terrain||3}."],["3","You run through a {@creature swarm of insects} (see the Monster Manual for game statistics, with the DM choosing whichever kind of insects makes the most sense). The swarm makes an opportunity attack against you (+3 to hit; {@dice 4d4} piercing damage on a hit)."],["4","A stream, ravine, or rock bed blocks your path. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to cross the impediment. On a failed check, the impediment counts as 10 feet of {@quickref difficult terrain||3}."],["5","Make a DC 10 Constitution saving throw. On a failed save, you are blinded by blowing sand, dirt, ash, snow, or pollen until the end of your turn. While blinded in this way, your speed is halved."],["6","A sudden drop catches you by surprise. Make a DC 10 Dexterity saving throw to navigate the impediment. On a failed save, you fall {@dice 1d4 × 5} feet, taking {@dice 1d6} bludgeoning damage per 10 feet fallen as normal, and land prone."],["7","You blunder into a hunter's snare. Make a DC 15 Dexterity saving throw to avoid it. On a failed save, you are caught in a net and restrained. See chapter 5 \"Equipment,\" of the Player's Handbook for rules on escaping a net."],["8","You are caught in a stampede of spooked animals. Make a DC 10 Dexterity saving throw. On a failed save, you are knocked about and take {@dice 1d4} bludgeoning damage and {@dice 1d4} piercing damage."],["9","Your path takes you near a patch of razorvine. Make a DC 15 Dexterity saving throw or use 10 feet of movement (your choice) to avoid the razorvine. On a failed save, you take {@dice 1d10} slashing damage."],["10","A creature indigenous to the area chases after you. The DM chooses a creature appropriate for the terrain."],["11-20","No complication."]],"name":"Wilderness Chase Complications","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Poisons","srd":true,"colLabels":["Item","Type","Price per Dose"],"colStyles":["col-6","col-3","col-3 text-right"],"rows":[["{@item Assassin's blood}","Ingested","150 gp"],["{@item Burnt othur fumes}","Inhaled","500 gp"],["{@item Carrion crawler mucus}","Contact","200 gp"],["{@item Drow poison}","Injury","200 gp"],["{@item Essence of ether}","Inhaled","300 gp"],["{@item Malice}","Inhaled","250 gp"],["{@item Midnight tears}","Ingested","1,500 gp"],["{@item Oil of taggit}","Contact","400 gp"],["{@item Pale tincture}","Ingested","250 gp"],["{@item Purple worm poison}","Injury","2,000 gp"],["{@item Serpent venom}","Injury","200 gp"],["{@item Torpor}","Ingested","600 gp"],["{@item Truth serum}","Ingested","150 gp"],["{@item Wyvern poison}","Injury","1,200 gp"]],"name":"Poisons","page":257,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Short-Term Madness","srd":true,"colLabels":["d100","Effects (lasts 1d10 minutes)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","The character retreats into his or her mind and becomes {@condition paralyzed}. The effect ends if the character takes any damage."],["21-30","The character becomes {@condition incapacitated} and spends the duration screaming, laughing, or weeping."],["31-40","The character becomes {@condition frightened} and must use his or her action and movement each round to flee from the source of the fear."],["41-50","The character begins babbling and is incapable of normal speech or spellcasting."],["51-60","The character must use his or her action each round to attack the nearest creature."],["61-70","The character experiences vivid hallucinations and has disadvantage on ability checks."],["71-75","The character does whatever anyone tells him or her to do that isn't obviously self-destructive."],["76-80","The character experiences an overpowering urge to eat something strange such as dirt, slime, or offal."],["81-90","The character is {@condition stunned}."],["91-100","The character falls {@condition unconscious}."]],"name":"Short-Term Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Long-Term Madness","srd":true,"colLabels":["d100","Effects (lasts 1d10 × 10 hours)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","The character feels compelled to repeat a specific activity over and over, such as washing hands, touching things, praying, or counting coins."],["11-20","The character experiences vivid hallucinations and has disadvantage on ability checks."],["21-30","The character suffers extreme paranoia. The character has disadvantage on Wisdom and Charisma checks."],["31-40","The character regards something (usually the source of madness) with intense revulsion, as if affected by the antipathy effect of the {@spell antipathy/sympathy} spell."],["41-45","The character experiences a powerful delusion. Choose a potion. The character imagines that he or she is under its effects."],["46-55","The character becomes attached to a \"lucky charm,\" such as a person or an object, and has disadvantage on attack rolls, ability checks, and saving throws while more than 30 feet from it."],["56-65","The character is {@condition blinded} (25%) or {@condition deafened} (75%)."],["66-75","The character experiences uncontrollable tremors or tics, which impose disadvantage on attack rolls, ability checks, and saving throws that involve Strength or Dexterity."],["76-85","The character suffers from partial amnesia. The character knows who he or she is and retains racial traits and class features, but doesn't recognize other people or remember anything that happened before the madness took effect."],["86-90","Whenever the character takes damage, he or she must succeed on a DC 15 Wisdom saving throw or be affected as though he or she failed a saving throw against the {@spell confusion} spell. The confusion effect lasts for 1 minute."],["91-95","The character loses the ability to speak."],["96-100","The character falls {@condition unconscious}. No amount of jostling or damage can wake the character."]],"name":"Long-Term Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Indefinite Madness","srd":true,"colLabels":["d100","Flaw (lasts until cured)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","\"Being drunk keeps me sane.\""],["16-25","\"I keep whatever I find.\""],["26-30","\"I try to become more like someone else I know—adopting his or her style of dress, mannerisms, and name.\""],["31-35","\"I must bend the truth, exaggerate, or outright lie to be interesting to other people.\""],["36-45","\"Achieving my goal is the only thing of interest to me, and I'll ignore everything else to pursue it.\""],["46-50","\"I find it hard to care about anything that goes on around me.\""],["51-55","\"I don't like the way people judge me all the time.\""],["56-70","\"I am the smartest, wisest, strongest, fastest, and most beautiful person I know.\""],["71-80","\"I am convinced that powerful enemies are hunting me, and their agents are everywhere I go. I am sure they're watching me all the time.\""],["81-85","\"There's only one person I can trust. And only I can see this special friend.\""],["86-95","\"I can't take anything seriously. The more serious the situation, the funnier I find it.\""],["96-100","\"I've discovered that I really like killing people.\""]],"name":"Indefinite Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Proficiency Dice","colLabels":["Level","Proficiency Bonus","Proficiency Die"],"colStyles":["col-2 no-wrap text-center","col-5 text-center","col-5 text-center"],"rows":[["1st-4th","+2","{@dice 1d4}"],["5th-8th","+3","{@dice 1d6}"],["9th-12th","+4","{@dice 1d8}"],["13th-16th","+5","{@dice 1d10}"],["17th-20th","+6","{@dice 1d12}"]],"name":"Proficiency Dice","page":263,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Ability Check Proficiency by Class","colLabels":["Class","Ability Check"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Strength, Dexterity, or Wisdom"],["{@class Bard}","Any one"],["{@class Cleric}","Intelligence, Wisdom, or Charisma"],["{@class Druid}","Intelligence or Wisdom"],["{@class Fighter}","Strength, Dexterity, or Wisdom"],["{@class Monk}","Strength, Dexterity, or Intelligence"],["{@class Paladin}","Strength, Wisdom, or Charisma"],["{@class Ranger}","Strength, Dexterity, or Wisdom"],["{@class Rogue}","Dexterity, Intelligence, Wisdom, or Charisma"],["{@class Sorcerer}","Intelligence or Charisma"],["{@class Warlock}","Intelligence or Charisma"],["{@class Wizard}","Intelligence or Wisdom"]],"name":"Ability Check Proficiency by Class","page":263,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Figuring Out Alien Technology","colLabels":["Int. Check Total","Result"],"colStyles":["col-3 no-wrap","col-9"],"rows":[["9 or lower","One failure; one charge or use is wasted, if applicable; character has disadvantage on next check"],["10-14","One failure"],["15-19","One success"],["20 or higher","One success; character has advantage on next check"]],"name":"Figuring Out Alien Technology","page":268,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Lingering Injuries","colLabels":["d20","Injury"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1","{@bold Lose an Eye.} You have disadvantage on Wisdom ({@skill Perception}) checks that rely on sight and on ranged attack rolls. Magic such as the {@spell regenerate} spell can restore the lost eye. If you have no eyes left after sustaining this injury, you're {@condition blinded}."],["2","{@bold Lose an Arm or a Hand.} You can no longer hold anything with two hands, and you can hold only a single object at a time. Magic such as the {@spell regenerate} spell can restore the lost appendage."],["3","{@bold Lose a Foot or Leg.} Your speed on foot is halved, and you must use a cane or crutch to move unless you have a peg leg or other prosthesis. You fall {@condition prone} after using the Dash action. You have disadvantage on Dexterity checks made to balance. Magic such as the {@spell regenerate} spell can restore the lost appendage."],["4","{@bold Limp.} Your speed on foot is reduced by 5 feet. You must make a DC 10 Dexterity saving throw after using the Dash action. If you fail the save, you fall {@condition prone}. Magical healing removes the limp."],["5-7","{@bold Internal Injury.} Whenever you attempt an action in combat, you must make a DC 15 Constitution saving throw. On a failed save, you lose your action and can't use reactions until the start of your next turn. The injury heals if you receive magical healing or if you spend ten days doing nothing but resting."],["8-10","{@bold Broken Ribs.} This has the same effect as Internal Injury above, except that the save DC is 10."],["11-13","{@bold Horrible Scar.} You are disfigured to the extent that the wound can't be easily concealed. You have disadvantage on Charisma ({@skill Persuasion}) checks and advantage on Charisma ({@skill Intimidation}) checks. Magical healing of 6th level or higher, such as {@spell heal} and {@spell regenerate}, removes the scar."],["14-16","{@bold Festering Wound.} Your hit point maximum is reduced by 1 every 24 hours the wound persists. If your hit point maximum drops to 0, you die. The wound heals if you receive magical healing. Alternatively, someone can tend to the wound and make a DC 15 Wisdom ({@skill Medicine}) check once every 24 hours. After ten successes, the wound heals."],["17-20","{@bold Minor Scar.} The scar doesn't have any adverse effect. Magical healing of 6th level or higher, such as {@spell heal} and {@spell regenerate}, removes the scar."]],"name":"Lingering Injuries","page":272,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"System Shock","colLabels":["d10","Effect"],"colStyles":["col-1 text-center no-wrap","col-12"],"rows":[["1","The creature drops to 0 hit points."],["2-3","The creature drops to 0 hit points but is stable."],["4-5","The creature is {@condition stunned} until the end of its next turn."],["6-7","The creature can't take reactions and has disadvantage on attack rolls and ability checks until the end of its next turn."],["8-10","The creature can't take reactions until the end of its next turn."]],"name":"Massive Damage; System Shock","page":273,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Monster Statistics by Challenge Rating","colLabels":["CR","Prof. Bonus","Armor Class","Hit Points","Attack Bonus","Damage/Round","Save DC"],"colStyles":["col-1 text-center","col-1 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["0","+2","≤ 13","1-6","≤ +3","0-1","≤ 13"],["1/8","+2","13","7-35","+3","2-3","13"],["1/4","+2","13","36-49","+3","4-5","13"],["1/2","+2","13","50-70","+3","6-8","13"],["1","+2","13","71-85","+3","9-14","13"],["2","+2","13","86-100","+3","15-20","13"],["3","+2","13","101-115","+4","21-26","13"],["4","+2","14","116-130","+5","27-32","14"],["5","+3","15","131-145","+6","33-38","15"],["6","+3","15","146-160","+6","39-44","15"],["7","+3","15","161-175","+6","45-50","15"],["8","+3","16","176-190","+7","51-56","16"],["9","+4","16","191-205","+7","57-62","16"],["10","+4","17","206-220","+7","63-68","16"],["11","+4","17","221-235","+8","69-74","17"],["12","+4","17","236-250","+8","75-80","17"],["13","+5","18","251-265","+8","81-86","18"],["14","+5","18","266-280","+8","87-92","18"],["15","+5","18","281-295","+8","93-98","18"],["16","+5","18","296-310","+9","99-104","18"],["17","+6","19","311-325","+10","105-110","19"],["18","+6","19","326-340","+10","111-116","19"],["19","+6","19","341-355","+10","117-122","19"],["20","+6","19","356-400","+10","123-140","19"],["21","+7","19","401-445","+11","141-158","20"],["22","+7","19","446-490","+11","159-176","20"],["23","+7","19","491-535","+11","177-194","20"],["24","+7","19","536-580","+12","195-212","21"],["25","+8","19","581-625","+12","213-230","21"],["26","+8","19","626-670","+12","231-248","21"],["27","+8","19","671-715","+13","249-266","22"],["28","+8","19","716-760","+13","267-284","22"],["29","+9","19","761-805","+13","285-302","22"],["30","+9","19","806-850","+14","303-320","23"]],"name":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating","page":274,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Experience Points by Challenge Rating","basicRules":true,"srd":true,"colLabels":["CR","XP"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["0","0 or 10"],["1/8","25"],["1/4","50"],["1/2","100"],["1","200"],["2","450"],["3","700"],["4","1,100"],["5","1,800"],["6","2,300"],["7","2,900"],["8","3,900"],["9","5,000"],["10","5,900"],["11","7,200"],["12","8,400"],["13","10,000"],["14","11,500"],["15","13,000"],["16","15,000"],["17","18,000"],["18","20,000"],["19","22,000"],["20","25,000"],["21","33,000"],["22","41,000"],["23","50,000"],["24","62,000"],["25","75,000"],["26","90,000"],["27","105,000"],["28","120,000"],["29","135,000"],["30","155,000"]],"name":"Final Challenge Rating; Experience Points by Challenge Rating","page":274,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Hit Dice by Size","srd":true,"basicRules":true,"colLabels":["Monster Size","Hit Die","Average HP per Die"],"colStyles":["col-3","col-3 text-center","col-3 text-center"],"rows":[["Tiny","{@dice d4}","2½"],["Small","{@dice d6}","3½"],["Medium","{@dice d8}","4½"],["Large","{@dice d10}","5½"],["Huge","{@dice d12}","6½"],["Gargantuan","{@dice d20}","10½"]],"name":"Assign Hit Dice; Hit Dice by Size","page":276,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Effective Hit Points Based on Resistances and Immunities","colLabels":["Expected Challenge Rating","HP Multiplier for Resistances","HP Multiplier for Immunities"],"colStyles":["col-3","col-3","col-3"],"rows":[["1-4","× 2","× 2"],["5-10","× 1.5","× 2"],["11-16","× 1.25","× 1.5"],["17 or more","× 1","× 1.25"]],"name":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities","page":277,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Monster Features","colLabels":["Name","Example Monster","Effect on Challenge Rating"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aggressive","{@creature Orc}","Increase the monster's effective per-round damage output by 2."],["Ambusher","{@creature Doppelganger}","Increase the monster's effective attack bonus by 1."],["Amorphous","{@creature Black pudding}","—"],["Amphibious","{@creature Kuo-toa}","—"],["Angelic Weapons","{@creature Deva}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Antimagic Susceptibility","{@creature Flying sword}","—"],["Avoidance","{@creature Demilich}","Increase the monster's effective AC by 1."],["Blind Senses","{@creature Grimlock}","—"],["Blood Frenzy","{@creature Sahuagin}","Increase the monster's effective attack bonus by 4."],["Breath Weapon","{@creature Ancient black dragon}","For the purpose of determining effective damage output, assume the breath weapon hits two targets, and that each target fails its saving throw."],["Brute","{@creature Bugbear}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Chameleon Skin","{@creature Troglodyte}","—"],["Change Shape","{@creature Ancient brass dragon}","—"],["Charge","{@creature Centaur}","Increase the monster's damage on one attack by the amount noted in the trait."],["Charm","{@creature Vampire}","—"],["Constrict","{@creature Constrictor snake}","Increase the monster's effective AC by 1."],["Damage Absorption","{@creature Flesh golem}","—"],["Damage Transfer","{@creature Cloaker}","Double the monster's effective hit points. Add one-third of the monster's hit points to its per-round damage."],["Death Burst","{@creature Magmin}","Increase the monster's effective damage output for 1 round by the amount noted in the trait, and assume it affects two creatures."],["Devil Sight","{@creature Barbed devil}","—"],["Dive","{@creature Aarakocra}","Increase the monster's effective damage on one attack by the amount noted in the trait."],["Echolocation","{@creature Hook horror}","—"],["Elemental Body","{@creature Azer}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Enlarge","{@creature Duergar}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Etherealness","{@creature Night hag}","—"],["False Appearance","{@creature Gargoyle}","—"],["Fey Ancestry","{@creature Drow}","—"],["Fiendish Blessing","{@creature Cambion}","Apply the monster's Charisma modifier to its actual AC."],["Flyby","{@creature Peryton}","—"],["Frightful Presence","{@creature Ancient black dragon}","Increase the monster's effective hit points by 25% if the monster is meant to face characters of 10th level or lower."],["Grappler","{@creature Mimic}","—"],["Hold Breath","{@creature Lizardfolk}","—"],["Horrifying Visage","{@creature Banshee}","See Frightful Presence."],["Illumination","{@creature Flameskull}","—"],["Illusory Appearance","{@creature Green hag}","—"],["Immutable Form","{@creature Iron golem}","—"],["Incorporeal Movement","{@creature Ghost}","—"],["Innate Spellcasting","{@creature Djinni}","See step 13 under \"Creating a Monster Stat Block.\""],["Inscrutable","{@creature Androsphinx}","—"],["Invisibility","{@creature Imp}","—"],["Keen Senses","{@creature Hell hound}","—"],["Labyrinthine Recall","{@creature Minotaur}","—"],["Leadership","{@creature Hobgoblin captain}","—"],["Legendary Resistance","{@creature Ancient black dragon}","Each per-day use of this trait increases the monster's effective hit points based on the expected challenge rating: 1-4, 10 hp: 5-10, 20 hp: 11 or higher, 30 hp."],["Life Drain","{@creature Wight}","—"],["Light Sensitivity","{@creature Shadow demon}","—"],["Magic Resistance","{@creature Balor}","Increase the monster's effective AC by 2."],["Magic Weapons","{@creature Balor}","—"],["Martial Advantage","{@creature Hobgoblin}","Increase the effective damage of one attack per round by the amount gained from this trait."],["Mimicry","{@creature Kenku}","—"],["Nimble Escape","{@creature Goblin}","Increase the monster's effective AC and effective attack bonus by 4 (assuming the monster hides every round)."],["Otherworldly Perception","{@creature Kuo-toa}","—"],["Pack Tactics","{@creature Kobold}","Increase the monster's effective attack bonus by 1."],["Parry","{@creature Hobgoblin warlord}","Increase the monster's effective AC by 1."],["Possession","{@creature Ghost}","Double the monster's effective hit points."],["Pounce","{@creature Tiger}","Increase the monster's effective damage for 1 round by the amount it deals with the bonus action gained from this trait."],["Psychic Defense","{@creature Githzerai monk}","Apply the monster's Wisdom modifier to its actual AC if the monster isn't wearing armor or wielding a shield."],["Rampage","{@creature Gnoll}","Increase the monster's effective per-round damage by 2."],["Reactive","{@creature Marilith}","—"],["Read Thoughts","{@creature Doppelganger}","—"],["Reckless","{@creature Minotaur}","—"],["Redirect Attack","{@creature Goblin boss}","—"],["Reel","{@creature Roper}","—"],["Regeneration","{@creature Troll}","Increase the monster's effective hit points by 3 × the number of hit points the monster regenerates each round."],["Rejuvenation","{@creature Lich}","—"],["Relentless","{@creature Wereboar}","Increase the monster's effective hit points based on the expected challenge rating: 1-4, 7 hp: 5-10, 14 hp: 11-16, 21 hp: 17 or higher, 28 hp."],["Shadow Stealth","{@creature Shadow demon}","Increase the monster's effective AC by 4."],["Shapechanger","{@creature Wererat}","—"],["Siege Monster","{@creature Earth elemental}","—"],["Slippery","{@creature Kuo-toa}","—"],["Spellcasting","{@creature Lich}","See step 13 under \"Creating a Monster Stat Block.\""],["Spider Climb","{@creature Ettercap}","—"],["Standing Leap","{@creature Bullywug}","—"],["Steadfast","{@creature Bearded devil}","—"],["Stench","{@creature Troglodyte}","Increase the monster's effective AC by 1."],["Sunlight Sensitivity","{@creature Kobold}","—"],["Superior Invisibility","{@creature Faerie dragon (violet)||Faerie dragon}","Increase the monster's effective AC by 2."],["Sure-Footed","{@creature Dao}","—"],["Surprise Attack","{@creature Bugbear}","Increase the monster's effective damage for 1 round by the amount noted in the trait."],["Swallow","{@creature Behir}","Assume the monster swallows one creature and deals 2 rounds of acid damage to it."],["Teleport","{@creature Balor}","—"],["Terrain Camouflage","{@creature Bullywug}","—"],["Tunneler","{@creature Umber hulk}","—"],["Turn Immunity","{@creature Revenant}","—"],["Turn Resistance","{@creature Lich}","—"],["Two Heads","{@creature Ettin}","—"],["Undead Fortitude","{@creature Zombie}","Increase the monster's effective hit points based on the expected challenge rating: 1-4, 7 hp: 5-10, 14 hp: 11-16, 21 hp: 17 or higher, 28 hp."],["Web","{@creature Giant spider}","Increase the monster's effective AC by 1."],["Web Sense","{@creature Giant spider}","—"],["Web Walker","{@creature Giant spider}","—"],["Wounded Fury","{@creature Quaggoth}","Increase the monster's damage for 1 round by the amount noted in the trait."]],"name":"Creating a Monster Stat Block; Monster Features","page":275,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"NPC Features","colLabels":["Race","Ability Modifiers","Features"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aarakocra","+2 Dex, +2 Wis","Dive Attack: talon attack action, speed 20 ft., fly 50 ft., speaks Auran"],["Bullywug","-2 Int, -2 Cha","Amphibious, Speak with Frogs and Toads, Swamp Camouflage, Standing Leap: speed 20 ft., swim 40 ft.: speaks Bullywug"],["Dragonborn*","+2 Str, +1 Cha","Breath Weapon (use challenge rating instead of level to determine damage), Damage Resistance, Draconic Ancestry, speaks Common and Draconic"],["Drow*","+2 Dex, +1 Cha","Fey Ancestry, Innate Spellcasting feature of the drow, Sunlight Sensitivity, darkvision 120 ft., speaks Elvish and Undercommon"],["Dwarf*","+2 Str or Wis, +2 Con","Dwarven Resilience, Stonecunning, speed 25 ft., darkvision 60 ft., speaks Common and Dwarvish"],["Elf*","+2 Dex, +1 Int or Wis","Fey Ancestry, Trance, darkvision 60 ft., proficiency in the Perception skill, speaks Common and Elvish"],["Gnoll","+2 Str, -2 Int","Rampage, darkvision 60 ft."],["Gnome*","+2 Int, +2 Dex or Con","Gnome Cunning, Small size: speed 25 ft., darkvision 60 ft., speaks Common and Gnomish"],["Gnome, deep","+1 Str, +2 Dex","Gnome Cunning, Innate Spellcasting, Stone Camouflage, Small size, speed 20 ft., darkvision 120 ft., speaks Gnomish, Terran, and Undercommon"],["Goblin","-2 Str, +2 Dex","Nimble Escape, Small size, darkvision 60 ft., speaks Common and Goblin"],["Grimlock","+2 Str, -2 Cha","Blind Senses, Keen Hearing and Smell, Stone Camouflage, can't be blinded, blindsight 30 ft., or 10 ft. while deafened (blind beyond this radius), speaks Undercommon"],["Half-elf*","+1 Dex, +1 Int, +2 Cha","Fey Ancestry, darkvision 60 ft., proficiency in two skills, speaks Common and Elvish"],["Half-orc*","+2 Str, +1 Con","Relentless Endurance, darkvision 60 ft., proficiency in the Intimidation skill, speaks Common and Orc"],["Halfling*","+2 Dex, +1 Con or Cha","Brave, Halfling Nimbleness, Lucky, Small size, speed 25 ft., speaks Common and Halfling"],["Hobgoblin","None","Martial Advantage, darkvision 60 ft., speaks Common and Goblin"],["Kenku","+2 Dex","Ambusher, Mimicry, understands Auran and Common but speaks only through the use of its Mimicry trait"],["Kobold","-4 Str, +2 Dex","Pack Tactics, Sunlight Sensitivity, Small size, darkvision 60 ft., speaks Common and Draconic"],["Kuo-toa","None","Amphibious, Otherworldly Perception, Slippery, Sunlight Sensitivity, speed 30 ft., swim 30 ft., darkvision 120 ft., speaks Undercommon"],["Lizardfolk","+2 Str, -2 Int","Hold Breath (15 min.), +3 natural armor bonus to AC, speed 30 ft., swim 30 ft., speaks Draconic"],["Merfolk","None","Amphibious, speed 10 ft., swim 40 ft., speaks Aquan and Common"],["Orc","+2 Str, -2 Int","Aggressive, darkvision 60 ft., speaks Common and Orc"],["Skeleton","+2 Dex, -4 Int, -4 Cha","Vulnerable to bludgeoning damage, immune to poison damage and {@condition exhaustion}, can't be poisoned, darkvision 60 ft., can't speak but understands the languages it knew in life"],["Tiefling*","+1 Int, +2 Cha","Infernal Legacy (use challenge rating instead of level to determine spells), resistance to fire damage, darkvision 60 ft., speaks Common and Infernal"],["Troglodyte","+2 Str, +2 Con, -4 Int, -4 Cha","Chameleon Skin, Stench, Sunlight Sensitivity, +1 natural armor bonus to AC, darkvision 60 ft., speaks Troglodyte"],["Zombie","+1 Str, +2 Con, -6 Int, -4 Wis, -4 Cha","Undead Fortitude, immune to poison damage, can't be poisoned, darkvision 60 ft., can't speak but understands the languages it knew in life"]],"footnotes":["* See the {@i Player's Handbook} for descriptions of this race's features, none of which alter the NPC's challenge rating."],"name":"Creating NPCs from Scratch; NPC Features","page":282,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Damage","colLabels":["Spell Level","One Target","Multiple Targets"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["Cantrip","{@dice 1d10}","{@dice 1d6}"],["1st","{@dice 2d10}","{@dice 2d6}"],["2nd","{@dice 3d10}","{@dice 4d6}"],["3rd","{@dice 5d10}","{@dice 6d6}"],["4th","{@dice 6d10}","{@dice 7d6}"],["5th","{@dice 8d10}","{@dice 8d6}"],["6th","{@dice 10d10}","{@dice 11d6}"],["7th","{@dice 11d10}","{@dice 12d6}"],["8th","{@dice 12d10}","{@dice 13d6}"],["9th","{@dice 15d10}","{@dice 14d6}"]],"name":"Spell Damage","page":283,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Magic Item Power by Rarity","colLabels":["Rarity","Max Spell Level","Max Bonus"],"colStyles":["col-3","col-3 text-center","col-3 text-center"],"rows":[["Common","1st","—"],["Uncommon","3rd","+1"],["Rare","6th","+2"],["Very rare","8th","+3"],["Legendary","9th","+4"]],"name":"Power Level; Magic Item Power by Rarity","page":285,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Point Cost","colLabels":["Spell Level","Point Cost"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st",2],["2nd",3],["3rd",5],["4th",6],["5th",7],["6th",9],["7th",10],["8th",11],["9th",13]],"name":"Variant: Spell Points; Spell Point Cost","page":288,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Points by Level","colLabels":["Class Level","Spell Points","Max Spell Level"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["1st",4,"1st"],["2nd",6,"1st"],["3rd",14,"2nd"],["4th",17,"2nd"],["5th",27,"3rd"],["6th",32,"3rd"],["7th",38,"4th"],["8th",44,"4th"],["9th",57,"5th"],["10th",64,"5th"],["11th",73,"6th"],["12th",73,"6th"],["13th",83,"7th"],["14th",83,"7th"],["15th",94,"8th"],["16th",94,"8th"],["17th",107,"9th"],["18th",114,"9th"],["19th",123,"9th"],["20th",133,"9th"]],"name":"Variant: Spell Points; Spell Points by Level","page":288,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Starting Area","colLabels":["d10","Configuration"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Square, 20 × 20 ft.; passage on each wall"],["2","Square, 20 × 20 ft.; door on two walls, passage in third wall"],["3","Square, 40 × 40 ft.; doors on three walls"],["4","Rectangle, 80 × 20 ft., with row of pillars down the middle; two passages leading from each long wall, doors on each short wall"],["5","Rectangle, 20 × 40 ft.; passage on each wall"],["6","Circle, 40 ft. diameter; one passage at each cardinal direction"],["7","Circle, 40 ft. diameter; one passage in each cardinal direction; well in middle of room (might lead down to lower level)"],["8","Square, 20 × 20 ft.; door on two walls, passage on third wall, secret door on fourth wall"],["9","Passage, 10 ft. wide; T intersection"],["10","Passage, 10 ft. wide; four-way intersection"]],"name":"Starting Area","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Passage","colLabels":["d20","Detail"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Continue straight 30 ft., no doors or side passages"],["3","Continue straight 20 ft., door to the right, then an additional 10 ft. ahead"],["4","Continue straight 20 ft., door to the left, then an additional 10 ft. ahead"],["5","Continue straight 20 ft.; passage ends in a door"],["6-7","Continue straight 20 ft., side passage to the right, then an additional 10 ft. ahead"],["8-9","Continue straight 20 ft., side passage to the left, then an additional 10 ft. ahead"],["10","Continue straight 20 ft., comes to a dead end; {@chance 10} chance of a secret door"],["11-12","Continue straight 20 ft., then the passage turns left and continues 10 ft."],["13-14","Continue straight 20 ft., then the passage turns right and continues 10 ft."],["15-19","Chamber (roll on the Chamber table)"],["20","Stairs* (roll on the Stairs table)"]],"footnotes":["* The existence of stairs presumes a dungeon with more than one level. If you don't want a multilevel dungeon, reroll this result, use the stairs as an alternative entrance, or replace them with another feature of your choice."],"name":"Passages; Passage","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Passage Width","colLabels":["{@dice d12;d20}","Width"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"min":1,"max":2}},"5 ft."],[{"type":"cell","roll":{"min":3,"max":12}},"10 ft."],[{"type":"cell","roll":{"min":13,"max":14}},"20 ft."],[{"type":"cell","roll":{"min":15,"max":16}},"30 ft."],[{"type":"cell","roll":{"exact":17}},"40 ft., with row of pillars down the middle"],[{"type":"cell","roll":{"exact":18}},"40 ft., with double row of pillars"],[{"type":"cell","roll":{"exact":19}},"40 ft. wide, 20 ft. high"],[{"type":"cell","roll":{"exact":20}},"40 ft. wide, 20 ft. high, gallery 10 ft. above floor allows access to level above"]],"name":"Passages; Passage Width","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Door Type","colLabels":["d20","Door Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Wooden"],["11-12","Wooden, barred or locked"],["13","Stone"],["14","Stone, barred or locked"],["15","Iron"],["16","Iron, barred or locked"],["17","Portcullis"],["18","Portcullis, locked in place"],["19","Secret door"],["20","Secret door, barred or locked"]],"name":"Doors; Door Type","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Beyond a Door","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Passage extending 10 ft., then T intersection extending 10 ft. to the right and left"],["3-8","Passage 20 ft. straight ahead"],["9-18","Chamber (roll on the Chamber table)"],["19","Stairs (roll on the Stairs table)"],["20","False door with trap"]],"name":"Doors; Beyond a Door","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Chamber","colLabels":["d20","Chamber"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Square, 20 × 20 ft.¹"],["3-4","Square, 30 × 30 ft.¹"],["5-6","Square, 40 × 40 ft.¹"],["7-9","Rectangle, 20 × 30 ft.¹"],["10-12","Rectangle, 30 × 40 ft.¹"],["13-14","Rectangle, 40 × 50 ft.²"],["15","Rectangle, 50 × 80 ft.²"],["16","Circle, 30 ft. diameter¹"],["17","Circle, 50 ft. diameter²"],["18","Octagon, 40 × 40 ft.²"],["19","Octagon, 60 × 60 ft.²"],["20","Trapezoid, roughly 40 × 60 ft.²"]],"footnotes":["¹ Use the Normal Chamber column on the Chamber Exits table.","² Use the Large Chamber column on the Chamber Exits table."],"name":"Chambers; Chamber","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Chamber Exits","colLabels":["d20","Normal Chamber","Large Chamber"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1-3","0","0"],["4-5","0","1"],["6-8","1","1"],["9-11","1","2"],["12-13","2","2"],["14-15","2","3"],["16-17","3","3"],["18","3","4"],["19","4","5"],["20","4","6"]],"name":"Chambers; Chamber Exits","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Exit Location","colLabels":["d20","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Wall opposite entrance"],["8-12","Wall left of entrance"],["13-17","Wall right of entrance"],["18-20","Same wall as entrance"]],"name":"Chambers; Exit Location","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Exit Type","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Door (roll on the Door Type table)"],["11-20","Corridor, 10 ft. long"]],"name":"Chambers; Exit Type","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Stairs","colLabels":["d20","Stairs"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Down one level to a chamber"],["5-8","Down one level to a passage 20 ft. long"],["9","Down two levels to a chamber"],["10","Down two levels to a passage 20 ft. long"],["11","Down three levels to a chamber"],["12","Down three levels to a passage 20 ft. long"],["13","Up one level to a chamber"],["14","Up one level to a passage 20 ft. long"],["15","Up to a dead end"],["16","Down to a dead end"],["17","Chimney up one level to a passage 20 ft. long"],["18","Chimney up two levels to a passage 20 ft. long"],["19","Shaft (with or without elevator) down one level to a chamber"],["20","Shaft (with or without elevator) up one level to a chamber and down one level to a chamber"]],"name":"Stairs","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Death Trap","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber or waiting room for spectators"],["2-8","Guardroom fortified against intruders"],["9-11","Vault for holding important treasures, accessible only by locked or secret door ({@chance 75} chance of being trapped)"],["12-14","Room containing a puzzle that must be solved to bypass a trap or monster"],["15-19","Trap designed to kill or capture creatures"],["20","Observation room, allowing guards or spectators to observe creatures moving through the dungeon"]],"name":"Chamber Purpose; Dungeon: Death Trap","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Lair","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Armory stocked with weapons and armor"],["2","Audience chamber, used to receive guests"],["3","Banquet room for important celebrations"],["4","Barracks where the lair's defenders are quartered"],["5","Bedroom, for use by leaders"],["6","Chapel where the lair's inhabitants worship"],["7","Cistern or well for drinking water"],["8-9","Guardroom for the defense of the lair"],["10","Kennel for pets or guard beasts"],["11","Kitchen for food storage and preparation"],["12","Pen or prison where captives are held"],["13-14","Storage, mostly nonperishable goods"],["15","Throne room where the lair's leaders hold court"],["16","Torture chamber"],["17","Training and exercise room"],["18","Trophy room or museum"],["19","Latrine or bath"],["20","Workshop for the construction of weapons, armor, tools, and other goods"]],"name":"Chamber Purpose; Dungeon: Lair","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Maze","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Conjuring room, used to summon creatures that guard the maze"],["2-5","Guard room for sentinels that patrol the maze"],["6-10","Lair for guard beasts that patrol the maze"],["11","Pen or prison accessible only by secret door, used to hold captives condemned to the maze"],["12","Shrine dedicated to a god or other entity"],["13-14","Storage for food, as well as tools used by the maze's guardians to keep the complex in working order"],["15-18","Trap to confound or kill those sent into the maze"],["19","Well that provides drinking water"],["20","Workshop where doors, torch sconces, and other furnishings are repaired and maintained"]],"name":"Chamber Purpose; Dungeon: Maze","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Mine","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Barracks for miners"],["3","Bedroom for a supervisor or manager"],["4","Chapel dedicated to a patron deity of miners, earth, or protection"],["5","Cistern providing drinking water for miners"],["6-7","Guardroom"],["8","Kitchen used to feed workers"],["9","Laboratory used to conduct tests on strange minerals extracted from the mine"],["10-15","Lode where metal ore is mined ({@chance 75} chance of being depleted)"],["16","Office used by the mine supervisor"],["17","Smithy for repairing damaged tools"],["18-19","Storage for tools and other equipment"],["20","Strong room or vault used to store ore for transport to the surface"]],"name":"Chamber Purpose; Dungeon: Mine","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Planar Gate","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","Decorated foyer or antechamber"],["04-08","Armory used by the portal's guardians"],["09-10","Audience chamber for receiving visitors"],["11-19","Barracks used by the portal's guards"],["20-23","Bedroom for use by the high-ranking members of the order that guards the portal"],["24-30","Chapel dedicated to a deity or deities related to the portal and its defenders"],["31-35","Cistern providing fresh water"],["36-38","Classroom for use of initiates learning about the portal's secrets"],["39","Conjuring room for summoning creatures used to investigate or defend the portal"],["40-41","Crypt where the remains of those that died guarding the portal are kept"],["42-47","Dining room"],["48-50","Divination room used to investigate the portal and events tied to it"],["51-55","Dormitory for visitors and guards"],["56-57","Entry room or vestibule"],["58-59","Gallery for displaying trophies and objects related to the portal and those that guard it"],["60-67","Guardroom to protect or watch over the portal"],["68-72","Kitchen"],["73-77","Laboratory for conducting experiments relating to the portal and creatures that emerge from it"],["78-80","Library holding books about the portal's history"],["81-85","Pen or prison for holding captives or creatures that emerge from the portal"],["86-87","Planar junction, where the gate to another plane once stood ({@chance 25} chance of being active)"],["88-90","Storage"],["91","Strong room or vault, for guarding valuable treasures connected to the portal or funds used to pay the planar gate's guardians"],["92-93","Study"],["94","Torture chamber, for questioning creatures that pass through the portal or that attempt to clandestinely use it"],["95-98","Latrine or bath"],["99-00","Workshop for constructing tools and gear needed to study the portal"]],"name":"Chamber Purpose; Dungeon: Planar Gate","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Stronghold","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Antechamber where visitors seeking access to the stronghold wait"],["03-05","Armory holding high-quality gear, including light siege weapons such as ballistas"],["06","Audience chamber used by the master of the stronghold to receive visitors"],["07","Aviary or zoo for keeping exotic creatures"],["08-11","Banquet room for hosting celebrations and guests"],["12-15","Barracks used by elite guards"],["16","Bath outfitted with a marble floor and other luxurious accoutrements"],["17","Bedroom for use by the stronghold's master or important guests"],["18","Chapel dedicated to a deity associated with the stronghold's master"],["19-21","Cistern providing drinking water"],["22-25","Dining room for intimate gatherings or informal meals"],["26","Dressing room featuring a number of wardrobes"],["27-29","Gallery for the display of expensive works of art and trophies"],["30-32","Game room used to entertain visitors"],["33-50","Guardroom"],["51","Kennel where monsters or trained animals that protect the stronghold are kept"],["52-57","Kitchen designed to prepare exotic foods for large numbers of guests"],["58-61","Library with an extensive collection of rare books"],["62","Lounge used to entertain guests"],["63-70","Pantry, including cellar for wine or spirits"],["71-74","Sitting room for family and intimate guests"],["75-78","Stable"],["79-86","Storage for mundane goods and supplies"],["87","Strong room or vault for protecting important treasures ({@chance 75} chance of being hidden behind a secret door)"],["88-92","Study, including a writing desk"],["93","Throne room, elaborately decorated"],["94-96","Waiting room where lesser guests are held before receiving an audience"],["97-98","Latrine or bath"],["99-00","Crypt belonging to the stronghold's master or someone else of importance"]],"name":"Chamber Purpose; Dungeon: Stronghold","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Temple or Shrine","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","Armory filled with weapons and armor, battle banners, and pennants"],["04-05","Audience chamber where priests of the temple receive commoners and low-ranking visitors"],["06-07","Banquet room used for celebrations and holy days"],["08-10","Barracks for the temple's military arm or its hired guards"],["11-14","Cells where the faithful can sit in quiet contemplation"],["15-24","Central temple built to accommodate rituals"],["25-28","Chapel dedicated to a lesser deity associated with the temple's major deity"],["29-31","Classroom used to train initiates and priests"],["32-34","Conjuring room, specially sanctified and used to summon extraplanar creatures"],["35-40","Crypt for a high priest or similar figure, hidden and heavily guarded by creatures and traps"],["41-42","Dining room (large) for the temple's servants and lesser priests"],["43","Dining room (small) for the temple's high priests"],["44-46","Divination room, inscribed with runes and stocked with soothsaying implements"],["47-50","Dormitory for lesser priests or students"],["51-56","Guardroom"],["57","Kennel for animals or monsters associated with the temple's deity"],["58-60","Kitchen (might bear a disturbing resemblance to a torture chamber in an evil temple)"],["61-65","Library, well stocked with religious treatises"],["66-68","Prison for captured enemies (in good or neutral temples) or those designated as sacrifices (in evil temples)"],["69-73","Robing room containing ceremonial outfits and items"],["74","Stable for riding horses and mounts belonging to the temple, or for visiting messengers and caravans"],["75-79","Storage holding mundane supplies"],["80","Strong room or vault holding important relics and ceremonial items, heavily trapped"],["81-82","Torture chamber, used in inquisitions (in good or neutral temples with a lawful bent) or for the sheer joy of causing pain (evil temples)"],["83-89","Trophy room where art celebrating key figures and events from mythology is displayed"],["90","Latrine or bath"],["91-94","Well for drinking water, defendable in the case of attack or siege"],["95-00","Workshop for repairing or creating weapons, religious items, and tools"]],"name":"Chamber Purpose; Dungeon: Temple or Shrine","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Tomb","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber for those that have come to pay respect to the dead or prepare themselves for burial rituals"],["2-3","Chapel dedicated to deities that watch over the dead and protect their resting places"],["4-8","Crypt for less important burials"],["9","Divination room, used in rituals to contact the dead for guidance"],["10","False crypt (trapped) to kill or capture thieves"],["11","Gallery to display the deeds of the deceased through trophies, statues, paintings and so forth"],["12","Grand crypt for a noble, high priest, or other important individual"],["13-14","Guardroom, usually guarded by undead, constructs, or other creatures that don't need to eat or sleep"],["15","Robing room for priests to prepare for burial rituals"],["16-17","Storage, stocked with tools for maintaining the tomb and preparing the dead for burial"],["18","Tomb where the wealthiest and most important folk are interred, protected by secret doors and traps"],["19-20","Workshop for embalming the dead"]],"name":"Chamber Purpose; Dungeon: Tomb","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Treasure Vault","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber for visiting dignitaries"],["2","Armory containing mundane and magic gear used by the treasure vault's guards"],["3-4","Barracks for guards"],["5","Cistern providing fresh water"],["6-9","Guardroom to defend against intruders"],["10","Kennel for trained beasts used to guard the treasure vault"],["11","Kitchen for feeding guards"],["12","Watch room that allows guards to observe those who approach the dungeon"],["13","Prison for holding captured intruders"],["14-15","Strong room or vault, for guarding the treasure hidden in the dungeon, accessible only by locked or secret door"],["16","Torture chamber for extracting information from captured intruders"],["17-20","Trap or other trick designed to kill or capture creatures that enter the dungeon"]],"name":"Chamber Purpose; Dungeon: Treasure Vault","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Dungeon Chambers","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","Antechamber"],["02-03","Armory"],["04","Audience chamber"],["05","Aviary"],["06-07","Banquet room"],["08-10","Barracks"],["11","Bath or latrine"],["12","Bedroom"],["13","Bestiary"],["14-16","Cell"],["17","Chantry"],["18","Chapel"],["19-20","Cistern"],["21","Classroom"],["22","Closet"],["23-24","Conjuring room"],["25-26","Court"],["27-29","Crypt"],["30-31","Dining room"],["32-33","Divination room"],["34","Dormitory"],["35","Dressing room"],["36","Entry room or vestibule"],["37-38","Gallery"],["39-40","Game room"],["41-43","Guardroom"],["44-45","Hall"],["46-47","Hall, great"],["48-49","Hallway"],["50","Kennel"],["51-52","Kitchen"],["53-54","Laboratory"],["55-57","Library"],["58-59","Lounge"],["60","Meditation chamber"],["61","Observatory"],["62","Office"],["63-64","Pantry"],["65-66","Pen or prison"],["67-68","Reception room"],["69-70","Refectory"],["71","Robing room"],["72","Salon"],["73-74","Shrine"],["75-76","Sitting room"],["77-78","Smithy"],["79","Stable"],["80-81","Storage room"],["82-83","Strong room or vault"],["84-85","Study"],["86-88","Temple"],["89-90","Throne room"],["91","Torture chamber"],["92-93","Training or exercise room"],["94-95","Trophy room or museum"],["96","Waiting room"],["97","Nursery or schoolroom"],["98","Well"],["99-00","Workshop"]],"name":"Chamber Purpose; General Dungeon Chambers","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Current Chamber State","colLabels":["d20","Features"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Rubble, ceiling partially collapsed"],["4-5","Holes, floor partially collapsed"],["6-7","Ashes, contents mostly burned"],["8-9","Used as a campsite"],["10-11","Pool of water; chamber's original contents are water damaged"],["12-16","Furniture wrecked but still present"],["17-18","Converted to some other use (roll on the General Dungeon Chambers table)"],["19","Stripped bare"],["20","Pristine and in original state"]],"name":"Current Chamber State","page":295,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon Chamber Contents","colLabels":["d100","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-08","Monster (dominant inhabitant)"],["09-15","Monster (dominant inhabitant) with treasure"],["16-27","Monster (pet or allied creature)"],["28-33","Monster (pet or allied creature) guarding treasure"],["34-42","Monster (random creature)"],["43-50","Monster (random creature) with treasure"],["51-58","Dungeon hazard (see \"Random Dungeon Hazards\") with incidental treasure"],["59-63","Obstacle (see \"Random Obstacles\")"],["64-73","Trap (see \"Random Traps\")"],["74-76","Trap (see \"Random Traps\") protecting treasure"],["77-80","Trick (see \"Random Tricks\")"],["81-88","Empty room"],["89-94","Empty room with dungeon hazard (see \"Random Dungeon Hazards\")"],["95-00","Empty room with treasure"]],"name":"Dungeon Chamber Contents","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Monster Motivation","colLabels":["d20","Goals"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Find a sanctuary"],["3-5","Conquer the dungeon"],["6-8","Seek an item in the dungeon"],["9-11","Slay a rival"],["12-13","Hide from enemies"],["14-15","Recover from a battle"],["16-17","Avoid danger"],["18-20","Seek wealth"]],"name":"Monsters and Motivations; Monster Motivation","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon Hazards","colLabels":["d20","Hazard"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@hazard Brown mold}"],["4-8","{@hazard Green slime}"],["9-10","{@creature Shrieker}"],["11-15","{@hazard webs||Spiderwebs}"],["16-17","{@creature Violet fungus}"],["18-20","{@hazard Yellow mold}"]],"name":"Random Dungeon Hazards; Dungeon Hazards","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Obstacles","colLabels":["d20","Obstacle"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antilife aura with a radius of {@dice 1d10 × 10} ft.; while in the aura, living creatures can't regain hit points"],["2","Battering winds reduce speed by half, impose disadvantage on ranged attack rolls"],["3","{@spell Blade barrier} blocks passage"],["4-8","Cave-in"],["9-12","Chasm {@dice 1d4 × 10} ft. wide and {@dice 2d6 × 10} ft. deep, possibly connected to other levels of the dungeon"],["13-14","Flooding leaves {@dice 2d10} ft. of water in the area; create nearby upward-sloping passages, raised floors, or rising sta irs to contain the water"],["15","Lava flows through the area ({@chance 50} chance of a stone bridge crossing it)"],["16","Overgrown mushrooms block progress and must be hacked down ({@chance 25} chance of a mold or fungus dungeon hazard hidden among them)"],["17","Poisonous gas (deals {@dice 1d6} poison damage per minute of exposure)"],["18","Reverse gravity effect causes creatures to fall toward the ceiling"],["19","{@spell Wall of fire} blocks passage"],["20","{@spell Wall of force} blocks passage"]],"name":"Random Obstacles; Obstacles","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Trigger","colLabels":["d6","Trigger"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","stepped on (floor, stairs)"],["2","moved through (doorway, hallway)"],["3","touched (doorknob, statue)"],["4","opened (door, treasure chest)"],["5","looked at (mural, arcane symbol)"],["6","moved (cart, stone block)"]],"name":"Random Traps; Trap Trigger","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Damage Severity","colLabels":["d6","Damage Severity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Setback"],["3-5","Dangerous"],["6","Deadly"]],"name":"Random Traps; Trap Damage Severity","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","{@spell Magic missile||Magic missiles} shoot from a statue or object"],["5-7","Collapsing staircase creates a ramp that deposits characters into a pit at its lower end"],["8-10","Ceiling block falls, or entire ceiling collapses"],["11-12","Ceiling lowers slowly in locked room"],["13-14","Chute opens in floor"],["15-16","Clanging noise attracts nearby monsters"],["17-19","Touching an object triggers a {@spell disintegrate} spell"],["20-23","Door or other object is coated with contact poison"],["24-27","Fire shoots out from wall, floor, or object"],["28-30","Touching an object triggers a {@spell flesh to stone} spell"],["31-33","Floor collapses or is an illusion"],["34-36","Vent releases gas: blinding, acidic, obscuring, paralyzing, poisonous, or sleep-inducing"],["37-39","Floor tiles are electrified"],["40-43","{@spell Glyph of warding}"],["44-46","Huge wheeled statue rolls down corridor"],["47-49","{@spell Lightning bolt} shoots from wall or object"],["50-52","Locked room floods with water or acid"],["53-56","Darts shoot out of an opened chest"],["57-59","A {@creature flying sword||weapon}, {@creature animated armor||suit of armor}, or {@creature rug of smothering||rug} animates and attacks when touched (see \"Animated Objects\" in the Monster Manual)"],["60-62","Pendulum, either bladed or weighted as a maul, swings across the room or hall"],["63-67","Hidden pit opens beneath characters ({@chance 25} chance that a {@creature black pudding} or {@creature gelatinous cube} fills the bottom of the pit)"],["68-70","Hidden pit floods with acid or fire"],["71-73","Locking pit floods with water"],["74-77","Scything blade emerges from wall or object"],["78-81","Spears (possibly poisoned) spring out"],["82-84","Brittle stairs collapse over spikes"],["85-88","{@spell Thunderwave} knocks characters into a pit or spikes"],["89-91","Steel or stone jaws restrain a character"],["92-94","Stone block smashes across hallway"],["95-97","{@spell Symbol}"],["98-100","Walls slide together"]],"name":"Random Traps; Trap Effects","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trick Objects","colLabels":["d20","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Book"],["2","Brain preserved in a jar"],["3","Burning fire"],["4","Cracked gem"],["5","Door energy"],["6","Fresco"],["7","Furniture"],["8","Glass sculpture"],["9","Mushroom field"],["10","Painting"],["11","Plant or tree"],["12","Pool of water"],["13","Runes engraved on wall or floor"],["14","Skull"],["15","Sphere of magical"],["16","Statue"],["17","Stone obelisk"],["18","Suit of armor"],["19","Tapestry or rug"],["20","Target dummy"]],"name":"Random Tricks; Trick Objects","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Tricks","colLabels":["d100","Trick Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ages the first person to touch the object"],["4-6","The touched object animates, or it animates other objects nearby"],["7-10","Asks three skill-testing questions (if all three are answered correctly, a reward appears)"],["11-13","Bestows resistance or vulnerability"],["14-16","Changes a character's alignment, personality, size, appearance, or sex when touched"],["17-19","Changes one substance to another, such as gold to lead or metal to brittle crystal"],["20-22","Creates a force field"],["23-26","Creates an illusion"],["27-29","Suppresses magic items for a time"],["30-32","Enlarges or reduces characters"],["33-35","{@spell Magic mouth} speaks a riddle"],["36-38","{@spell Confusion} (targets all creatures within 10 ft.)"],["39-41","Gives directions (true or false)"],["42-44","Grants a wish"],["45-47","Flies about to avoid being touched"],["48-50","Casts {@spell geas} on the characters"],["51-53","Increases, reduces, negates, or reverses gravity"],["54-56","Induces greed"],["57-59","Contains an imprisoned creature"],["60-62","Locks or unlocks exits"],["63-65","Offers a game of chance, with the promise of a reward or valuable information"],["66-68","Helps or harms certain types of creatures"],["69-71","Casts {@spell polymorph} on the characters (lasts 1 hour)"],["72-75","Presents a puzzle or riddle"],["76-78","Prevents movement"],["79-81","Releases coins, false coins, gems, false gems, a magic item, or a map"],["82-84","Releases, summons, or turns into a monster"],["85-87","Casts {@spell suggestion} on the characters"],["88-90","Wails loudly when touched"],["91-93","Talks (normal speech, nonsense, poetry and rhymes, singing, spellcasting, or screaming)"],["94-97","Teleports characters to another place"],["98-00","Swaps two or more characters' minds"]],"name":"Random Tricks; Tricks","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Noises","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Bang or slam"],["6","Bellowing"],["7","Buzzing"],["8-10","Chanting"],["11","Chiming"],["12","Chirping"],["13","Clanking"],["14","Clashing"],["15","Clicking"],["16","Coughing"],["17-18","Creaking"],["19","Drumming"],["20-23","Footsteps ahead"],["24-26","Footsteps approaching"],["27-29","Footsteps behind"],["30-31","Footsteps receding"],["32-33","Footsteps to the side"],["34-35","Giggling (faint)"],["36","Gong"],["37-39","Grating"],["40-41","Groaning"],["42","Grunting"],["43-44","Hissing"],["45","Horn or trumpet sounding"],["46","Howling"],["47-48","Humming"],["49","Jingling"],["50-53","Knocking"],["54-55","Laughter"],["56-57","Moaning"],["58-60","Murmuring"],["61-62","Music"],["63","Rattling"],["64","Ringing"],["65-68","Rustling"],["69-72","Scratching or scrabbling"],["73-74","Screaming"],["75-77","Scuttling"],["78","Shuffling"],["79-80","Slithering"],["81","Snapping"],["82","Sneezing"],["83","Sobbing"],["84","Splashing"],["85","Splintering"],["86-87","Squeaking"],["88","Squealing"],["89-90","Tapping"],["91-92","Thud"],["93-94","Thumping"],["95","Tinkling"],["96","Twanging"],["97","Whining"],["98","Whispering"],["99-00","Whistling"]],"name":"Dungeon Dressing; Noises","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Air","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-60","Clear and damp"],["61-70","Clear and drafty"],["71-80","Clear but cold"],["81-83","Foggy or misty and cold"],["84-85","Clear, with mist covering floor"],["86-90","Clear and warm"],["91-93","Hazy and humid"],["94-96","Smoky or steamy"],["97-98","Clear, with smoke covering ceiling"],["99-00","Clear and windy"]],"name":"Dungeon Dressing; Air","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Odor","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Acrid"],["4-5","Chlorine"],["6-39","Dank or moldy"],["40-49","Earthy"],["50-57","Manure"],["58-61","Metallic"],["62-65","Ozone"],["66-70","Putrid"],["71-75","Rotting vegetation"],["76-77","Salty and wet"],["78-82","Smoky"],["83-89","Stale"],["90-95","Sulfurous"],["96-00","Urine"]],"name":"Dungeon Dressing; Odor","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Features","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arrow, broken"],["2-4","Ashes"],["5-6","Bones"],["7","Bottle, broken"],["8","Chain, corroded (5 ft. long)"],["9","Club, splintered"],["10-19","Cobwebs"],["20","Coin, copper"],["21-22","Cracks, ceiling"],["23-24","Cracks, floor"],["25-26","Cracks, wall"],["27","Dagger hilt"],["28-29","Damp ceiling"],["30-33","Dampness, wall"],["34","Dried blood"],["35-41","Dripping blood"],["42-44","Dung"],["45-49","Dust"],["50","Flask, cracked"],["51","Food scraps"],["52","Fungi (common)"],["53-55","Guano"],["56","Hair or fur"],["57","Hammer head, cracked"],["58","Helmet, badly dented"],["59","Iron bar, bent and rusted"],["60","Javelin head, blunt"],["61","Leather boot"],["62-64","Leaves and twigs"],["65-68","Mold (common)"],["69","Pick handle"],["70","Pole, broken"],["71","Pottery shards"],["72-73","Rags"],["74","Rope, rotten"],["75-76","Rubble and dirt"],["77","Sack, torn"],["78-80","Slime (harmless)"],["81","Spike, rusted"],["82-83","Sticks"],["84","Stones, small"],["85","Straw"],["86","Sword blade, broken"],["87","Teeth or fangs, scattered"],["88","Torch stub"],["89","Wall scratchings"],["90-91","Water, large puddle"],["92-93","Water, small puddle"],["94-95","Water, trickle"],["96","Wax blob (candle stub)"],["97","Wax drippings"],["98-00","Wood pieces, rotting"]],"name":"Dungeon Dressing; General Features","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Furnishings and Appointments","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Altar"],["2","Armchair"],["3","Armoire"],["4","Arras or curtain"],["5","Bag"],["6","Barrel (40 gallons)"],["7-8","Bed"],["9","Bench"],["10","Blanket"],["11","Box (large)"],["12","Brazier and charcoal"],["13","Bucket"],["14","Buffet cabinet"],["15","Bunks"],["16","Butt (huge cask, 125 gallons)"],["17","Cabinet"],["18","Candelabrum"],["19","Carpet (large)"],["20","Cask (40 gallons)"],["21","Chandelier"],["22","Charcoal"],["23-24","Chair, plain"],["25","Chair, padded"],["26","Chair, padded, or divan"],["27","Chest, large"],["28","Chest, medium"],["29","Chest of drawers"],["30","Closet (wardrobe)"],["31","Coal"],["32-33","Couch"],["34","Crate"],["35","Cresset"],["36","Cupboard"],["37","Cushion"],["38","Dais"],["39","Desk"],["40-42","Fireplace and wood"],["43","Fireplace with mantle"],["44","Firkin (small cask, 10 gallons)"],["45","Fountain"],["46","Fresco"],["47","Grindstone"],["48","Hamper"],["49","Hassock"],["50","Hogshead (large cask, 65 gallons)"],["51","Idol (large)"],["52","Keg (small barrel, 20 gallons)"],["53","Loom"],["54","Mat"],["55","Mattress"],["56","Pail"],["57","Painting"],["58-60","Pallet"],["61","Pedestal"],["62-64","Pegs"],["65","Pillow"],["66","Pipe (large cask, 105 gallons)"],["67","Quilt"],["68-70","Rug (small or medium)"],["71","Rushes"],["72","Sack"],["73","Sconce"],["74","Screen"],["75","Sheet"],["76-77","Shelf"],["78","Shrine"],["79","Sideboard"],["80","Sofa"],["81","Staff, normal"],["82","Stand"],["83","Statue"],["84","Stool, high"],["85","Stool, normal"],["86","Table, large"],["87","Table, long"],["88","Table, low"],["89","Table, round"],["90","Table, small"],["91","Table, trestle"],["92","Tapestry"],["93","Throne"],["94","Trunk"],["95","Tub"],["96","Tun (huge cask, 250 gallons)"],["97","Urn"],["98","Wall basin and font"],["99","Wood billets"],["00","Workbench"]],"name":"Dungeon Dressing; General Furnishings and Appointments","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Religious Articles and Furnishings","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Altar"],["6-8","Bells"],["9-11","Brazier"],["12","Candelabra"],["13-14","Candles"],["15","Candlesticks"],["16","Cassocks"],["17","Chimes"],["18-19","Cloth, altar"],["20-23","Columns or pillars"],["24","Curtain or tapestry"],["25","Drum"],["26-27","Font"],["28-29","Gong"],["30-35","Holy or unholy symbol"],["36-37","Holy or unholy writings"],["38-43","Idol"],["44-48","Incense burner"],["49","Kneeling bench"],["50-53","Lamp"],["54","Lectern"],["55","Mosaic"],["56-58","Offertory container"],["59","Paintings or frescoes"],["60-61","Pews"],["62","Pipes, musical"],["63","Prayer rug"],["64","Pulpit"],["65","Rail"],["66-69","Robes"],["70-71","Screen"],["72-76","Shrine"],["77","Side chairs"],["78-79","Stand"],["80-82","Statue"],["83","Throne"],["84-85","Thurible"],["86-90","Tripod"],["91-97","Vestments"],["98-99","Votive light"],["00","Whistle"]],"name":"Dungeon Dressing; Religious Articles and Furnishings","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Mage Furnishings","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Alembic"],["4-5","Balance and weights"],["6-9","Beaker"],["10","Bellows"],["11-14","Book"],["15-16","Bottle"],["17","Bowl"],["18","Box"],["19-22","Brazier"],["23","Cage"],["24","Candle"],["25-26","Candlestick"],["27-28","Cauldron"],["29-30","Chalk"],["31-32","Crucible"],["33","Crystal ball"],["34","Decanter"],["35","Desk"],["36","Dish"],["37-40","Flask or jar"],["41","Funnel"],["42","Furnace"],["43-44","Herbs"],["45","Horn"],["46-47","Hourglass"],["48-49","Jug"],["50","Kettle"],["51","Ladle"],["52","Lamp or lantern"],["53","Lens (concave or convex)"],["54","Magic circle"],["55","Mortar and pestle"],["56","Pan"],["57-58","Parchment"],["59","Pentacle"],["60","Pentagram"],["61","Pipe, smoking"],["62","Pot"],["63","Prism"],["64-65","Quill"],["66-68","Retort"],["69","Rod, mixing or stirring"],["70-72","Scroll"],["73","Sextant"],["74-75","Skull"],["76","Spatula"],["77","Spoon, measuring"],["78","Stand"],["79","Stool"],["80","Stuffed animal"],["81","Tank (container)"],["82","Tongs"],["83","Tripod"],["84","Tube (container)"],["85-86","Tube (piping)"],["87","Tweezers"],["88-90","Vial"],["91","Water clock"],["92","Wire"],["93-00","Workbench"]],"name":"Dungeon Dressing; Mage Furnishings","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Utensils and Personal Items","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Awl"],["2","Bandages"],["3","Basin"],["4-5","Basket"],["6-7","Book"],["8-9","Bottle"],["10","Bowl"],["11","Box"],["12-13","Brush"],["14","Candle"],["15","Candle snuffer"],["16","Candlestick"],["17","Cane or walking stick"],["18","Case"],["19","Casket (small)"],["20-21","Coffer"],["22","Cologne or perfume"],["23","Comb"],["24","Cup"],["25","Decanter"],["26-27","Dish"],["28","Ear spoon"],["29","Ewer"],["30","Flagon, mug, or tankard"],["31-32","Flask or jar"],["33","Food"],["34","Fork"],["35","Grater"],["36","Grinder"],["37","Horn, drinking"],["38","Hourglass"],["39","Jug or pitcher"],["40","Kettle"],["41","Key"],["42","Knife"],["43","Knucklebones or dice"],["44","Ladle"],["45-46","Lamp or lantern"],["47-48","Mirror"],["49","Needle(s)"],["50","Oil, cooking"],["51","Oil, fuel"],["52","Oil, scented"],["53","Pan"],["54-55","Parchment"],["56","Pipe, musical"],["57","Pipe, smoking"],["58","Plate, platter, or saucer"],["59","Pot"],["60-61","Pouch"],["62","Powder puff"],["63","Quill"],["64","Razor"],["65","Rope"],["66","Salve or unguent"],["67-68","Scroll"],["69","Shaker"],["70","Sifter or strainer"],["71-72","Soap"],["73","Spigot"],["74","Spoon"],["75","Stopper"],["76-77","Statuette or figurine"],["78-79","Thread"],["80-82","Tinderbox (with flint and steel)"],["83","Towel"],["84","Tray"],["85","Trivet or tripod"],["86","Tureen"],["87-88","Twine"],["89-90","Vase"],["91-92","Vial"],["93","Washcloth"],["94","Whetstone"],["95-96","Wig"],["97-98","Wool"],["99-00","Yarn"]],"name":"Dungeon Dressing; Utensils and Personal Items","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Container Contents","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ash"],["4-6","Bark"],["7-9","Bodily organs"],["10-14","Bones"],["15-17","Cinders"],["18-22","Crystals"],["23-26","Dust"],["27-28","Fibers"],["29-31","Gelatin"],["32-35","Grains"],["36-38","Grease"],["39-41","Husks"],["42-46","Leaves"],["47-54","Liquid, thin"],["55-59","Liquid, viscous"],["60-61","Lumps, unidentifiable"],["62-64","Oil"],["65-68","Paste"],["69-71","Pellets"],["72-84","Powder"],["85-86","Semiliquid suspension"],["87-88","Skin or hide"],["89-90","Spheres (metal, stone, or wood)"],["91-92","Splinters"],["93-94","Stalks"],["95-97","Strands"],["98-00","Strips"]],"name":"Dungeon Dressing; Container Contents","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Books, Scrolls, and Tomes","colLabels":["d100","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Account records"],["3-4","Alchemist's notebook"],["5-6","Almanac"],["7-8","Bestiary"],["9-11","Biography"],["12-14","Book of heraldry"],["15","Book of myths"],["16","Book of pressed flowers"],["17","Calendar"],["18-22","Catalog"],["23-24","Contract"],["25-27","Diary"],["28-29","Dictionary"],["30-32","Doodles or sketches"],["33","Forged document"],["34","Grammar workbook"],["35-36","Heretical text"],["37-41","Historical text"],["42-43","Last will and testament"],["44-45","Legal code"],["46-53","Letter"],["54","Lunatic's ravings"],["55","Magic tricks (not a spellbook)"],["56","Magic scroll"],["57-59","Map or atlas"],["60","Memoir"],["61-62","Navigational chart or star chart"],["63-64","Novel"],["65","Painting"],["66-67","Poetry"],["68-69","Prayer book"],["70","Property deed"],["71-74","Recipe book or cookbook"],["75","Record of a criminal trial"],["76","Royal proclamation"],["77-78","Sheet music"],["79","Spellbook"],["80","Text on armor making"],["81-82","Text on astrology"],["83-84","Text on brewing"],["85-86","Text on exotic flora or fauna"],["87-88","Text on herbalism"],["89-90","Text on local flora"],["91-92","Text on mathematics"],["93","Text on masonry"],["94","Text on medicine"],["95","Theological text"],["96","Tome of (forbidden lore)"],["97-99","Travelogue for an exotic land"],["00","Travelogue of the planes"]],"name":"Dungeon Dressing; Books, Scrolls, and Tomes","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"NPC Characteristics","colLabels":["d20","Characteristic"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Absentminded"],[2,"Arrogant"],[3,"Boorish"],[4,"Chews something"],[5,"Clumsy"],[6,"Curious"],[7,"Dim-witted"],[8,"Fiddles and fidgets nervously"],[9,"Frequently uses the wrong word"],[10,"Friendly"],[11,"Irritable"],[12,"Prone to predictions of certain doom"],[13,"Pronounced scar"],[14,"Slurs words, lisps, or stutters"],[15,"Speaks loudly or whispers"],[16,"Squints"],[17,"Stares into distance"],[18,"Suspicious"],[19,"Uses colorful oaths and exclamations"],[20,"Uses flowery speech or long words"]],"name":"DM Screen; NPC Characteristics","source":"Screen"},{"caption":"NPC Ideals","colLabels":["d20","Ideal (Alignment)"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Aspiration (any)"],[2,"Charity (good)"],[3,"Community (lawful)"],[4,"Creativity (chaotic)"],[5,"Discovery (any)"],[6,"Fairness (lawful)"],[7,"Freedom (chaotic)"],[8,"Glory (any)"],[9,"Greater good (good)"],[10,"Greed (evil)"],[11,"Honor (lawful)"],[12,"Independence (chaotic)"],[13,"Knowledge (neutral)"],[14,"Life (good)"],[15,"Live and let live (neutral)"],[16,"Might (evil)"],[17,"Nation (any)"],[18,"People (neutral)"],[19,"Power (evil)"],[20,"Redemption (any)"]],"name":"DM Screen; NPC Ideals","source":"Screen"},{"caption":"NPC Bonds","colLabels":["d10","Bonds"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Personal goal or achievement"],[2,"Family member"],[3,"Colleagues or compatriots"],[4,"Benefactor, patron, or employer"],[5,"Romantic interest"],[6,"Special place"],[7,"Keepsake"],[8,"Valuable possession"],[9,"Revenge"],[10,"Roll twice, ignoring further rolls of 10"]],"name":"DM Screen; NPC Bonds","source":"Screen"},{"caption":"NPC Flaws","colLabels":["d12","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Forbidden love or romantic susceptibility"],[2,"Dependence"],[3,"Arrogance"],[4,"Envy of another person's possessions or station"],[5,"Overpowering greed"],[6,"Prone to rage"],[7,"Powerful enemy"],[8,"Specific phobia"],[9,"Shameful or scandalous history"],[10,"Secret crime or misdeed"],[11,"Possession of forbidden lore"],[12,"Foolhardy bravery"]],"name":"DM Screen; NPC Flaws","source":"Screen"},{"caption":"Something happens!","colLabels":["d20","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"A door opens."],[2,"A fire starts."],[3,"A meteor shoots across the sky."],[4,"A monster appears."],[5,"A screech pierces the air."],[6,"A storm begins."],[7,"A strange star appears in the sky."],[8,"A strong gust oif wind blows through."],[9,"A tremor shakes the ground."],[10,"Someone experiences déjà vu."],[11,"Someone gets angry."],[12,"Someone glimpses the future."],[13,"Someone has a sense of foreboding."],[14,"Someone has to go to the bathroom."],[15,"Something spills or falls to the ground."],[16,"Something isn't where it's supposed to be."],[17,"The lights go out."],[18,"The sun comes out."],[19,"There's a foul smell in the air."],[20,"Unexplained magic occurs."]],"name":"DM Screen; Something happens!","source":"Screen"},{"caption":"Quick Finds","colLabels":["d12","Find"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Artwork"],[2,"Body"],[3,"Food or drink"],[4,"Jewelery"],[5,"Key"],[6,"Letter"],[7,"Magic herbs"],[8,"Map"],[9,"Monster parts"],[10,"Secret message"],[11,"Signet or insignia"],[12,"Tome"]],"name":"DM Screen; Quick Finds","source":"Screen"},{"caption":"Light","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|phb}","5 ft.","+ 5 ft.","1 hour"],["{@item Lamp|phb}","15 ft.","+ 30 ft.","6 hours"],["{@item Bullseye Lantern|phb|Lantern, bullseye}","60 ft. cone","+ 60 ft.","6 hours"],["{@item Hooded Lantern|phb|Lantern, hooded}","30 ft.","+ 30 ft.","6 hours"],{"type":"row","style":"row-indent-first","row":["Lowered hood","—","+ 5 ft.","—"]},["{@item Torch|phb}","20 ft.","+ 20 ft.","1 hour"]],"name":"DM Screen; Light","source":"Screen"},{"caption":"The Calendar of Harptos","colLabels":["Month","Name","Common Name"],"colStyles":["col-5","col-3","col-5"],"rows":[["1","Hammer","Deepwinter"],["Annual Holiday: Midwinter","",""],["2","Alturiak","The Claw of Winter"],["3","Ches","The Claw of Sunsets"],["4","Tarsahk","The Claw of Storms"],["Annual Holiday: Greengrass","",""],["5","Mirtul","The Melting"],["6","Kythorn","The Time of Flowers"],["7","Flamerule","Summertide"],["Annual Holiday: Midsummer","",""],["Quadrennial Holiday: Shieldmeet","",""],["8","Eleasis","Highsun"],["9","Elient","The Fading"],["Annual Holiday: Highharvestide","",""],["10","Marpenoth","Leaffall"],["11","Uktar","The Rotting"],["Annual Holiday: The Feast of the Moon","",""],["12","Nightal","The Drawing Down"]],"name":"The Shifting of the Seasons; The Calendar of Harptos","page":15,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Akadi, goddess of air","N","Tempest","Cloud"],["Amaunator, god of the sun","LN","Life, Light","Golden sun"],["Asmodeus, god of indulgence","LE","Knowledge, Trickery","Three inverted triangles arranged in a long triangle"],["Auril, goddess of winter","NE","Nature, Tempest","Six-pointed snowflake"],["Azuth, god of wizardry","LN","Arcana, Knowledge","Left hand pointing upward, outlined in fire"],["Bane, god of tyranny","LE","War","Upright black hand, thumb and fingers together"],["Beshaba, goddess of misfortune","CE","Trickery","Black antlers"],["Bhaal, god of murder","NE","Death","Skull surrounded by ring of bloody droplets"],["Chauntea, goddess of agriculture","NG","Life","Sheaf of grain or a blooming rose over grain"],["Cyric, god of lies","CE","Trickery","White jawless skull on black or purple sunburst"],["Deneir, god of writing","NG","Arcana, Knowledge","Lit candle above an open eye"],["Eldath, goddess of peace","NG","Life, Nature","Waterfall plunging into a still pool"],["Gond, god of craft","N","Knowledge","Toothed cog with four spokes"],["Grumbar, god of earth","N","Knowledge","Mountain"],["Gwaeron Windstrom, god of tracking","NG","Knowledge, Nature","Paw print with a five-pointed star in its center"],["Helm, god of watchfulness","LN","Life, Light","Staring eye on upright left gauntlet"],["Hoar, god of revenge and retribution","LN","War","A coin with a two-faced head"],["Ilmater, god of endurance","LG","Life","Hands bound at the wrist with red cord"],["Istishia, god of water","N","Tempest","Wave"],["Jergal, scribe of the dead","LN","Knowledge, Death","A skull biting a scroll"],["Kelemvor, god of the dead","LN","Death","Upright skeletal arm holding balanced scales"],["Kossuth, god of fire","N","Light","Flame"],["Lathander, god of dawn and renewal","NG","Life, Light","Road traveling into a sunrise"],["Leira, goddess of illusion","CN","Trickery","Point-down triangle containing a swirl of mist"],["Lliira, goddess of joy","CG","Life","Triangle of three six-pointed stars"],["Loviatar, goddess of pain","LE","Death","Nine-tailed barbed scourge"],["Malar, god of the hunt","CE","Nature","Clawed paw"],["Mask, god of thieves","CN","Trickery","Black mask"],["Mielikki, goddess of forests","NG","Nature","Unicorn's head"],["Milil, god of poetry and song","NG","Light","Five-stringed harp made of leaves"],["Myrkul, god of death","NE","Death","White human skull"],["Mystra, goddess of magic","NG","Arcana, Knowledge","Circle of seven stars, nine stars encircling a flowing red mist, or a single star"],["Oghma, god of knowledge","N","Knowledge","Blank scroll"],["The Red Knight, goddess of strategy","LN","War","Red knight lanceboard piece with stars for eyes"],["Savras, god of divination and fate","LN","Arcana, Knowledge","Crystal ball containing many kinds of eyes"],["Selûne, goddess of the moon","CG","Knowledge, Life","Pair of eyes surrounded by seven stars"],["Shar, goddess of darkness and loss","NE","Death, Trickery","Black disk encircled with a purple border"],["Silvanus, god of wild nature","N","Nature","Oak leaf"],["Sune, goddess of love and beauty","CG","Life, Light","Face of a beautiful red-haired woman"],["Talona, goddess of poison and disease","CE","Death","Three teardrops in a triangle"],["Talos, god of storms","CE","Tempest","Three lightning bolts radiating from a point"],["Tempus, god of war","N","War","Upright flaming sword"],["Torm, god of courage and self-sacrifice","LG","War","White right gauntlet"],["Tymora, goddess of good fortune","CG","Trickery","Face-up coin"],["Tyr, god of justice","LG","War","Balanced scales resting on a warhammer"],["Umberlee, goddess of the sea","CE","Tempest","Wave curling left and right"],["Valkur, Northlander god of sailors","CG","Tempest, War","A cloud and three lightning bolts"],["Waukeen, goddess of trade","N","Knowledge, Trickery","Upright coin with Waukeen's profile facing left"]],"name":"The Faerûnian Pantheon","page":21,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Abbathor, god of greed","NE","Trickery","Jeweled dagger, point-down"],["Berronar Truesilver, goddess of hearth and home","LG","Life, Light","Intertwined silver rings"],["Clangeddin Silverbeard, god of war","LG","War","Crossed silver battleaxes"],["Deep Duerra, duergar goddess of conquest and psionics","LE","Arcana, War","Mind flayer skull"],["Dugmaren Brightmantle, god of discovery","CG","Knowledge","Open book"],["Dumathoin, god of buried secrets","N","Death, Knowledge","Mountain silhouette with a central gemstone"],["Gorm Gulthyn, god of vigilance","LG","War","Bronze half-mask"],["Haela Brightaxe, goddess of war-luck","CG","War","Upright sword whose blade is spiraled in flame"],["Laduguer, duergar god of magic and slavery","LE","Arcana, Death","Broken arrow"],["Marthammor Duin, god of wanderers","NG","Nature, Trickery","Upright mace in front of a tall boot"],["Moradin, god of creation","LG","Knowledge","Hammer and anvil"],["Sharindlar, goddess of healing","CG","Life","Burning needle"],["Vergadain, god of luck and wealth","N","Trickery","Gold coin with the face of a dwarf"]],"name":"The Dwarven Pantheon","page":22,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Aerdrie Faenya, goddess of the sky","CG","Tempest, Trickery","Bird silhouetted against a cloud"],["Angharradh, triple goddess of wisdom and protection","CG","Knowledge, Life","Triangle with three interlocking circles within"],["Corellon Larethian, god of art and magic","CG","Arcana, Light","Crescent moon"],["Deep Sashelas, god of the sea","CG","Nature","Dolphin"],["Erevan Ilesere, god of mischief","CN","Trickery","Asymmetrical eight-armed star"],["Fenmarel Mestarine, god of outcasts","CN","Trickery","Two peering elven eyes"],["Hanali Celanil, goddess of love and beauty","CG","Life","Golden heart"],["Labelas Enoreth, god of time, history, and philosophy","CG","Arcana, Knowledge","Setting sun"],["Rillifane Rallathil, god of nature","CG","Nature","Oak"],["Sehanine Moonbow, goddess of divination, dreams, travel, and death","CG","Knowledge","Full moon under a moonbow"],["Shevarash, god of vengeance","CN","War","Broken arrow over a tear"],["Solonor Thelandira, god of archery","CG","War","Silver arrow with green fletching"]],"name":"The Elven Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Eilistraee, goddess of song and moonlight","CG","Light, Nature","Sword-wielding dancing drow female silhouetted against the full moon"],["Kiaransalee, goddess of necromancy","CE","Arcana","Female drow hand wearing many silver rings"],["Lolth, goddess of spiders","CE","Trickery","Spider"],["Selvetarm, god of warriors","CE","War","Spider over crossed sword-and-mace"],["Vhaeraun, god of thieves","CE","Trickery","Black mask with blue glass lenses inset over eyes"]],"name":"The Drow Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Arvoreen, god of vigilance and war","LG","War","Crossed short swords"],["Brandobaris, god of thievery and adventure","N","Trickery","Halfling footprint"],["Cyrrollalee, goddess of hearth and home","LG","Life","An open door"],["Sheela Peryroyl, goddess of agriculture and weather","N","Nature, Tempest","Flower"],["Urogalan, god of earth and death","LN","Death, Knowledge","Silhouette of a dog's head"],["Yondalla, goddess of fertility and protection","LG","Life","Cornucopia on a shield"]],"name":"The Halfling Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Baervan Wildwanderer, god of woodlands","NG","Nature","Face of a raccoon"],["Baravar Cloakshadow, god of illusion and deception","NG","Arcana, Trickery","Dagger against a hooded cloak"],["Callarduran Smoothhands, god of mining and carving stone","N","Knowledge, Nature","Golden signet ring with six-pointed star"],["Flandal Steelskin, god of metalwork","NG","Knowledge","Flaming hammer"],["Gaerdal Ironhand, god of protection","LG","War","Iron band"],["Garl Glittergold, god of trickery and gems","LG","Trickery","Gold nugget"],["Nebelun, god of invention and luck","CG","Knowledge, Trickery","Bellows and a lizard tail"],["Segojan Earthcaller, god of earth and the dead","NG","Light","Glowing gemstone"],["Urdlen, god of greed and murder","CE","Death, War","White clawed mole emerging from ground"]],"name":"The Gnomish Pantheon","page":24,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Bahgtru, god of strength","LE","War","Broken thigh bone"],["Gruumsh, god of storms and war","CE","Tempest, War","Unblinking eye"],["Ilneval, god of strategy and hordes","LE","War","Upright blood-spattered sword"],["Luthic, mother-goddess of fertility and healing","LE","Life, Nature","Orcish rune meaning \"cave entrance\""],["Shargaas, god of stealth and darkness","NE","Trickery","Red crescent moon with a skull between the moon's horns"],["Yurtrus, god of death and disease","NE","Death","White hand, palm outward"]],"name":"The Orc Pantheon","page":24,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Totem","Spirit"],"colStyles":["col-2 text-center","col-10"],"rows":[["Black Lion","Tiger"],["Black Raven","Eagle"],["Blue Bear","Bear"],["Gray Wolf","Wolf"],["Great Worm","Wolf"],["Griffon","Eagle"],["Red Tiger","Tiger"],["Sky Pony","Eagle, with the Elk Aspect of the Beast"],["Thunderbeast","Bear, with the Tiger Totemic Attunement"],["Tree Ghost","Bear, with {@spell speak with plants} in place of the normal rituals for the Spirit Seeker feature"]],"name":"Uthgardt Totems","page":121,"source":"SCAG","chapter":{"name":"Classes","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Faction Advancement","colLabels":["Rank","Renown","Other Requirements"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["1","0","—"],["2","3","—"],["3","10","5th level, 1 secret mission"],["4","25","11th level, 3 secret missions"],["5","50","17th level, 10 secret missions"]],"name":"Faction Advancement","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"caption":"Faction Insignias","colLabels":["Faction","Item"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Harpers","Pin"],["Order of the Gauntlet","Pendant"],["Emerald Enclave","Leaf Clasp"],["Lords' Alliance","Signet right (symbol palm side)"],["Zhentarim","Gold coin (stamped symbol)"]],"name":"Receive Your Faction's Insignia; Faction Insignias","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"caption":"Faction Training","colLabels":["Faction","Available Training"],"colStyles":["col-4 text-center","col-8"],"rows":[["Harpers","Musical Instrument, {@item Calligrapher's supplies|phb}, or {@item Disguise Kit|phb}"],["Order of the Gauntlet","{@item Smith's tools|phb}, {@item Leatherworker's tools|phb}, {@item Carpenter's tools|phb}, {@item Mason's tools|phb}, Vehicles"],["Emerald Enclave","{@item Herbalism kit|phb}, {@item Woodcarver's tools|phb}, {@item Cartographer's tools|phb}"],["Lords' Alliance","{@item Jeweler's tools|phb}, {@item Mason's tools|phb}, {@item Navigator's tools|phb}, {@item Painter's supplies|phb}, Gaming Set, Any Standard Language"],["Zhentarim","{@item Disguise Kit|phb}, {@item Forgery kit|phb}, {@item Poisoner's kit|phb} {@item Thieves' tools|phb},"]],"name":"Faction Training","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"isStriped":false,"colStyles":["col-4","col-4","col-4"],"rows":[["Beholders","Goblinoids","Mind flayers"],["Giants","Hags","Orcs"],["Gnolls","Kobolds","Yuan-ti"]],"name":"Monster Lore","page":5,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Body Diameter","colLabels":["2d6","Body Diameter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","4 feet"],["3-4","4½ feet"],["5-9","5 feet"],["10-11","5½ feet"],["12","6 feet"]],"name":"Physical Characteristics; Beholder Body Diameter","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Skin Color","colLabels":["d12","Skin Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Brown"],["2","Brown-yellow"],["3","Gray"],["4","Green"],["5-7","Pinkish"],["8-9","Purple-blue"],["10-11","Mottled (roll twice, ignoring results above 10)"],["12","Shaded (roll twice, ignoring results above 10)"]],"name":"Physical Characteristics; Beholder Skin Color","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Skin Texture","colLabels":["d10","Skin Texture"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Pebbled"],["3","Pitted"],["4-5","Plated"],["6","Scaled"],["7-8","Smooth"],["9","Warty"],["10","Wrinkled"]],"name":"Physical Characteristics; Beholder Skin Texture","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eye Color","colLabels":["d10","Eye Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Red"],["2","Orange"],["3","Yellow"],["4","Green"],["5","Blue"],["6","Violet"],["7","Pink"],["8","Brown"],["9","Black"],["10","Metallic (roll {@dice d6} for color)"]],"name":"Physical Characteristics; Beholder Eye Color","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Iris Shape","colLabels":["d20","Iris Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Circle"],["5","Crescent"],["6","Hourglass"],["7","Irregular"],["8","Keyhole"],["9-10","Oval"],["11-14","Slit"],["15","Square"],["16","String-of-pearls"],["17-18","Triangle"],["19","Wave"],["20","Double iris (roll twice, ignoring results of 20)"]],"name":"Physical Characteristics; Beholder Iris Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eye Size","colLabels":["2d6","Eye Size"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","50 percent normal"],["3-4","75 percent normal"],["5-9","Normal"],["10-11","125 percent normal"],["12","150 percent normal"]],"name":"Physical Characteristics; Beholder Eye Size","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eyestalk Texture","colLabels":["d6","Eyestalk Texture"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Smooth"],["3-4","Ridged (earthworm)"],["5-6","Segmented (insectile)"]],"name":"Physical Characteristics; Beholder Eyestalk Texture","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eyestalk Shape","colLabels":["d4","Eyestalk Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Thick and short"],["2","Thin and short"],["3","Thick and long"],["4","Thin and long"]],"name":"Physical Characteristics; Beholder Eyestalk Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Mouth Shape and Size","colLabels":["d6","Mouth Shape and Size"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Small/narrow"],["2-5","Normal"],["6","Large/wide"]],"name":"Physical Characteristics; Beholder Mouth Shape and Size","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Teeth Shape","colLabels":["d10","Teeth Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Thick and pointed"],["5-6","Humanlike"],["7","Humanlike, fanged (vampiric)"],["8-9","Thin and needle-like"],["10","Double row (roll again, ignoring results of 10)"]],"name":"Physical Characteristics; Beholder Teeth Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enjoy lording my superiority over others."],["2","Cold, emotionless logic is the way I defeat my foes."],["3","I determine if a creature is worth keeping alive within the first minute of speaking to it."],["4","I frequently dream of [a particular creature] and am certain it is trying to manipulate me."],["5","I pretend to be insane so my enemies underestimate me."],["6","I am weary of frequent interruptions."],["7","Assassination attempts are the only events that quell my feelings of loneliness."],["8","I sometimes fear that I am a flawed abomination."]],"name":"Roleplaying a Beholder; Beholder Personality Traits","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Greed. My trophies are proof of my success. (Evil)"],["2","Community. My hierarchy of minions keeps me safe. (Lawful)"],["3","Intolerance. All other beholders are imperfect and must be destroyed. (Evil)"],["4","Stability. I must maintain the current balance of power in the region. (Lawful)"],["5","Perfection. Although I am perfect as I am, I can strive to be even better. (Neutral)"],["6","Power. I will be secure when I rule over all. (Evil)"]],"name":"Roleplaying a Beholder; Beholder Ideals","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My followers are all spying on me, and I seek motivated, powerful allies to destroy them."],["2","I miss the kinship of my identical twin, who disappeared years ago."],["3","I must recover an artifact that was stolen from me."],["4","I have foreseen the moment of my death and know what will kill me. I hope to curry favor with my slayer to forestall my end."],["5","I was lucky to escape my enemy, and I worry that I might be discovered again before I am ready."],["6","I scheme endlessly to recover an ancient tome that contains the secret of creating perfect, obedient clones of myself."]],"name":"Roleplaying a Beholder; Beholder Bonds","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I usually ignore advice from my minions."],["2","I enjoy taunting rivals with hints of my plans."],["3","I am very quick to take offense."],["4","I frequently have terrifying dreams."],["5","I often take out my frustrations on my minions."],["6","I sometimes forget that others don't have access to all of my knowledge."]],"name":"Roleplaying a Beholder; Beholder Flaws","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Barixis"],["2","Chelm"],["3","Derukoskai"],["4","Eddalx"],["5","Famax"],["6","Irv"],["7","Jantroph"],["8","Khoa"],["9","Lanuhsh"],["10","Nagish"],["11","Orox"],["12","Qualnus"],["13","Ralakor"],["14","Selthdrych"],["15","Sokhalsh"],["16","Thimnoll"],["17","Velxer"],["18","Xeo"],["19","Zalshox"],["20","Zirlarq"]],"name":"Beholder Names","page":9,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Lesser Minions","colLabels":["d100","Lesser Minions*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","{@dice 10d10 + 50} {@creature bandit||bandits} and {@dice 3d6} {@creature bandit captain||bandit captains}"],["5-8","{@dice 10d6} {@creature bugbear||bugbears} and {@dice 1d3} {@creature bugbear chief||bugbear chiefs}"],["9-12","{@dice 1d10} {@creature cultist||cultists} and {@dice 4d6} {@creature cult fanatic||cult fanatics}"],["13-14","{@dice 10d6} {@creature duergar}"],["15-22","{@dice 10d10 + 50} {@creature goblin||goblins} and {@dice 3d4} {@creature goblin boss||goblin bosses}"],["23-25","{@dice 10d10 + 50} {@creature grimlock||grimlocks}"],["26-35","{@dice 10d10 } {@creature hobgoblin||hobgoblins} and {@dice 2d4} {@creature hobgoblin captain||hobgoblin captains}"],["36-43","{@dice 10d10 + 50} {@creature kobold||kobolds}, {@dice 2d4} {@creature kobold inventor|vgm|kobold inventors}, and {@dice 2d6} {@creature kobold scale sorcerer|vgm|kobold scale sorcerers}"],["44-48","{@dice 10d10 + 50} {@creature lizardfolk}"],["49-56","{@dice 10d10} {@creature orc||orcs} and {@dice 1d6} {@creature orc war chief||orc war chiefs}"],["57-59","{@dice 6d6} {@creature quaggoth||quaggoths}"],["60-65","{@dice 10d10 + 50} {@creature troglodyte||troglodytes}"],["66-100","Roll twice, ignoring results above 65"]],"footnotes":["* For death tyrant lairs, use this table, but replace approximately half of its humanoid minions with zombies."],"name":"Pets; Beholder Lesser Minions","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Greater Minions","colLabels":["d100","Greater Minions*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@dice 2d4} {@creature barlgura||barlguras}"],["4-10","{@dice 1d12} {@creature ettin||ettins}"],["11-20","{@dice 1d2} {@creature fire giant||fire giants}, {@dice 1d3} {@creature frost giant||frost giants}, {@dice 2d4} {@creature hill giant||hill giants} or {@dice 1d6} {@creature stone giant||stone giants} (as appropriate to the terrain)"],["21-25","{@dice 3d6} {@creature hook horror||hook horrors}"],["26-32","{@dice 3d6} {@creature manticore||manticores}"],["33-40","{@dice 3d6} {@creature minotaur||minotaurs}"],["41-55","{@dice 6d6} {@creature ogre||ogres}"],["56-70","{@dice 2d4} {@creature troll||trolls}"],["71-75","{@dice 3d6} {@creature wight||wights}"],["76-100","Roll twice, ignoring results above 75"]],"footnotes":["* For death tyrant lairs, use this table, but replace approximately half of its living minions with ogre zombies."],"name":"Pets; Beholder Greater Minions","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Pets","colLabels":["d100","Pets"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","{@dice 1d3} {@creature basilisk||basilisks}"],["11-13","{@dice 1d3} {@creature beholder zombie||beholder zombies}"],["14-22","{@dice 1d4} {@creature chimera||chimeras}"],["23-26","{@dice 1d4} {@creature flesh golem||flesh golems}"],["27-29","{@dice 3d6} {@creature gazer|vgm|gazers}"],["30-37","{@dice 3d6} {@creature hell hound||hell hounds}"],["38-41","{@dice 2d6} {@creature nothic||nothics}"],["42-53","{@dice 2d4} {@creature otyugh||otyughs}"],["54-66","{@dice 2d4} {@creature roper||ropers}"],["67-75","{@dice 1d6} {@creature wyvern||wyverns}"],["76-100","Roll twice, ignoring results above 75"]],"name":"Beholder Pets","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Life Spans","colLabels":["Giant Type","Life Span"],"colStyles":["col-6","col-6"],"rows":[["Hill","200 years"],["Frost","250 years"],["Fire","350 years"],["Cloud","400 years"],["Storm","600 years"],["Stone","800 years"]],"name":"Living the Giant Life; Giant Life Spans","page":22,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The brutality of my peers is a relic of a bygone era that should be stamped out. I seek a more enlightened path."],["2","As the most powerful beings in creation, we have a duty to use our strength for the benefit of all."],["3","I take what I want. I don't care who gets hurt."],["4","A giant lives for a few centuries, but giantkind is eternal. Everything I do is to glorify my ancestors and make my descendants proud."],["5","Dragons are my mortal enemies. Everything I do is to ensure their destruction."],["6","I measure a creature's worth by its size. The small folk are beneath my concern."],["7","The small folk are vermin. I enjoy torturing and killing them."],["8","Good or bad, Annam's sons represent the ideals that we, as giants, must strive to uphold."]],"name":"Roleplaying a Giant; Giant Personality Traits","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Ordning. Annam created the ordning for the good of all giants, and it's our duty to uphold his vision. (Lawful)"],["2","Skill. What sets my clan apart is its mastery of our traditional crafts. (Good)"],["3","Strength. No other race can match the strength of giants, and none should dare to try. (Evil)"],["4","Lordship. Giants are the rightful rulers of the world. All will be well when our empire is restored. (Neutral)"],["5","Tribute. The lesser races owe giants not just respect but payment of tribute, and what they don't pay willingly, we will take by force. (Chaotic)"],["6","Religion. Of Annam's many sons, none is greater than my patron deity. (Any)"]],"name":"Roleplaying a Giant; Giant Ideals","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My clan is the most important influence on my life, our collective place in the ordning depends on our devotion to one another."],["2","My clan mates who serve in our deity's temples are the closest companions I'll ever know."],["3","My place in the ordning is ordained by our patron deity, and it would be blasphemous to aspire to anything higher or lower."],["4","Though I can never rise above my clan's position in the ordning, I can be a leader among my clan."],["5","My own kind have turned their backs on me, so I make my way among the lesser creatures of the world."],["6","Humans have proven their worth in the world and earned a measure of respect from giantkind."]],"name":"Roleplaying a Giant; Giant Bonds","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ordning is too restrictive for the likes of me."],["2","The lesser creatures of the world have no souls"],["3","Unity among giants is a myth, anyone not of my clan is a fair target for my weapons."],["4","I care nothing for what others expect, to the point where I cannot help but contradict what others ask of me."],["5","I am terrified of arcane magic and can be cowed by overt displays of it."],["6","Ancient dragons fill me with dread. My knees grow weak in their presence."]],"name":"Roleplaying a Giant; Giant Flaws","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aargab"],["2","Alark"],["3","Andak"],["4","Ethak"],["5","Eyeth"],["6","Ignar"],["7","Immor"],["8","Oduk"],["9","Orrom"],["10","Otal"],["11","Ulthak"],["12","Ustar"]],"name":"Gnoll Names","page":36,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Name","colLabels":["d6","Name Part 1","Name Part 2"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abyssal","Harbingers"],["2","Dire","Hunters"],["3","Howling","Mongrels"],["4","Rabid","Mutilators"],["5","Rotted","Ravagers"],["6","Screaming","Slayers"]],"name":"Creating a Gnoll War Band; Gnoll War Band Name","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Composition","colLabels":["War Band Composition","Number Appearing"],"colStyles":["col-6","col-6"],"rows":[["Gnoll fangs ofYeenoghu","{@dice 1d4 + 1}"],["Gnoll hunters","{@dice 1d4 + 1}"],["Gnoll flesh gnawers","{@dice 2d4}"],["Warriors (common gnolls)","{@dice 6d6}"],["Hyenas","{@dice 4d6}"]],"name":"Creating a Gnoll War Band; Gnoll War Band Composition","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"War Band Leadership","colLabels":["d6","Leader","Number Appearing Modifier"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Gnoll War Band Flind Leader","Double"],["2-4","Gnoll War Band Gnoll Pack Lord Leader","None"],["5-6","No Leader","Halve"]],"name":"Creating a Gnoll War Band; War Band Leadership","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Special Creatures","colLabels":["d20","Special Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature Barlgura}"],["2-5","{@dice 3d6} {@creature Dretch||Dretches}"],["6-8","{@dice 2d6} {@creature Ghoul||Ghouls}"],["9-10","{@dice 2d6} {@creature Gnoll Witherling|VGM|Gnoll Witherlings}"],["11","1 {@creature Hezrou}"],["12-13","{@dice 1d4} {@creature Leucrotta|VGM|Leucrottas}"],["14-16","{@dice 2d6} {@creature Manes}"],["17-18","{@dice 2d4} {@creature Maw Demon|VGM|Maw Demons}"],["19","1 {@creature Shoosuva|VGM}"],["20","{@dice 1d3} {@creature Troll||Trolls}"]],"name":"Creating a Gnoll War Band; Gnoll War Band Special Creatures","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Shared Physical Trait","colLabels":["d10","Shared Physical Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rune branded on forehead"],["2","Bone piercings"],["3","Ritual scarring"],["4","Surrounded by clouds of flies"],["5","Constant, cackling laugh"],["6","Covered with strange mushroom growths"],["7","Horrid stench"],["8","Eyes glow like fire"],["9","Long, black fangs"],["10","Albinos"]],"name":"Creating a Gnoll War Band; Shared Physical Trait","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Notable Behavior or Tactics","colLabels":["d8","Notable behavior or Tactics"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Use of flaming arrows and burning pitch"],["2","Use of drums and screeching horns to spread fear"],["3","Attempts to capture and use siege engines"],["4","Carry and spread disease"],["5","Prisoners kept in cages and tormented"],["6","Use of nets to take captives for feasting later"],["7","Leader has a powerful item, such as a horn of blasting"],["8","Actions magically controlled by a spellcaster"]],"name":"Creating a Gnoll War Band; Notable Behavior or Tactics","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demonic Influence","colLabels":["d12","Demonic Influence"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Food and drink spoil"],["2","Animals become rabid, vicious"],["3","Terrible storms erupt"],["4","Minor earthquakes strike"],["5","Residents suffer bursts of short-term madness"],["6","Folk indulge in decadence, excessive drinking"],["7","Quarrels turn violent"],["8","Friends betray one another"],["9-12","None"]],"name":"Creating a Gnoll War Band; Demonic Influence","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Status Symbols","colLabels":["d20","Status Symbol"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Earrings and notches in an ear"],["2","Rib bones tied into hair"],["3","A belt made from raccoon pelts"],["4","A gnome's boot used as a hat"],["5","A pouch of toenail clippings from an allied ogre"],["6","A frog kept in a jar"],["7","Fragile helmets made from axebeak eggs"],["8","Nose rings"],["9","Painted or stained hands"],["10","Bugs kept in a bag for snacking"],["11","War cry tattooed on chest"],["12","Shields made from ankheg chitin"],["13","Bracelet made of pieces of goblins turned to stone"],["14","Special breed of rat kept as pet"],["15","Teeth pulled out in certain places"],["16","Owlbear-feather cloaks"],["17","Scars from lashings"],["18","Orc-tusk lip piercings"],["19","Umbrellas made from dead darkmantles"],["20","Cloaks made of scraps from an elven tapestry"]],"name":"Status Symbols","page":42,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"isStriped":false,"colStyles":["col-6","col-6"],"rows":[["1st rank: Warlord","5th rank: Spear"],["2nd rank: General","6th rank: Fist"],["3rd rank: Captain","7th rank: Soldier"],["4th rank: Fatal Axe",""]],"name":"Rank, Status, and Title","page":46,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have made subtle insults into an art form."],["2","I always act unpleasant so others never learn of my secret affections."],["3","I enjoy wagers as parts of my bargains, which increase the risk and the stakes."],["4","I laugh at my own jokes-the darker, the better."],["5","I never volunteer information, and I respond only to questions."],["6","I offer generous terms in my deals, but the cost for defaulting is exceedingly high."],["7","I require all of my bargains to be put in writing and signed in the other party's blood."],["8","I am very superstitious, and I see omens in every event and action around me."]],"name":"Roleplaying a Hag; Hag Personality Traits","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Change. I will metamorphose into every kind of hag and live a century as each, becoming something even greater in the end. (Chaotic)"],["2","Community. Loneliness is the path to madness. That is why I have minions to keep me company. (Lawful)"],["3","Greed. I will acquire the rarest and most valuable holy treasures to keep them from being used for good. (Evil)"],["4","Independence. I neither require nor want a coven. I will not be someone's equal. (Neutral)"],["5","Power. I will become an auntie or a grandmother, even if I have to kill my own mother to do it. (Evil)"],["6","Ugliness. I want to be envied for my appearance and my cruel heart. (Evil)"]],"name":"Roleplaying a Hag; Hag Ideals","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Bonds","colLabels":["d8","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I hate a certain mortal family and steal one of their children each generation for my own purposes."],["2","I am involved in a centuries-long feud with a rival of similar power and status."],["3","My house holds everything that I hold dear. I can't abide visitors who threaten my hearth and home."],["4","I owe a great favor to a hag grandmother."],["5","I traded away something before I realized it was priceless, and now I want it back."],["6","My daughter was taken from me, and I want to find her and train her."],["7","My greatest rival and I know a secret word that will destroy both of us simultaneously."],["8","The ones who looted and burned my home will pay for their offense."]],"name":"Roleplaying a Hag; Hag Bonds","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am too eager for gossip."],["2","I can't resist flirting with a handsome man."],["3","I have an allergy to a creature (such as cats or ravens) or a substance (such as apples or blood) that is important to my work."],["4","I will not tell a lie, but I can still say nothing, nod suggestively, or bend the truth a little to suit my needs."],["5","I am greatly weakened on the nights of the full moon."],["6","I can't resist a clever riddle."]],"name":"Roleplaying a Hag; Hag Flaws","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Names","isNameGenerator":true,"colLabels":["d12","Title","First Name","Last Name"],"colStyles":["col-3 text-center","col-3","col-3","col-3"],"rows":[["1","Auntie","Agatha","Bonechewer"],["2","Black","Agnes","Frogwart"],["3","Cackling","Ethel","Greenteeth"],["4","Dismal","May","Gristlegums"],["5","Dread","Mathilda","Knucklebones"],["6","Driftwood","Morgan","Middenheap"],["7","Granny","Olga","Mudwallow"],["8","Old","Peggy","Pigtooth"],["9","Rickety","Polly","Titchwillow"],["10","Rotten","Sally","Toestealer"],["11","Turtleback","Ursula","Twigmouth"],["12","Wicked","Zilla","Wormwiggle"]],"name":"Hag Names","page":55,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Servants","colLabels":["d8","Servant(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Flameskull||Flameskulls}"],["2","{@creature Flesh Golem||Flesh Golems}"],["3","{@creature Helmed Horror||Helmed Horrors}"],["4","{@creature Rug of Smothering}"],["5","{@creature Scarecrow||Scarecrows}"],["6","{@creature Shadow Mastiff|VGM|Shadow Mastiffs}"],["7","{@dice 2d4} {@creature swarm of insects||swarms of insects} or {@creature swarm of rats||swarms of rats}"],["8","{@creature Yeth Hound|VGM|Yeth Hounds}"]],"name":"Random Hag Minions; Servants","page":61,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Brutes","colLabels":["d12","Brute(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Bugbear||Bugbears}"],["2","{@creature Doppelganger||Doppelgangers}"],["3","{@creature Ettercap||Ettercaps}"],["4","{@creature Gargoyle||Gargoyles}"],["5","{@creature Jackalwere||Jackalweres}"],["6","{@creature Kenku}"],["7","{@creature Meenlock|VGM|Meenlocks}"],["8","{@creature Oni}"],["9","{@creature Quickling|VGM|Quicklings}"],["10","{@creature Redcap|VGM|Redcaps}"],["11","{@creature Wererat||Wererats}"],["12","{@creature Werewolf||Werewolves}"]],"name":"Random Hag Minions; Brutes","page":61,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The eye of a cleric, preserved in a liquid-filled jar. When an undead creature comes within 100 feet of the jar, the eye darts about as if it is looking around in a panic. It otherwise remains motionless."],["2","The leathery, preserved head of a dwarf. Anyone who holds its 5-foot-long beard can see through its eyes."],["3","A perfectly smooth, round stone the size of a human's fist. If placed on the ground, it rolls 20 feet per round toward the nearest source of fresh water."],["4","A sickly crow with clipped wings. The only sound it can make is to roar like a lion."],["5","A seemingly empty, sealed jar. If opened, the person standing closest to the jar suddenly recalls {@dice 1d6} happy memories from the life of a long dead elf lord."],["6","A seemingly mundane gold piece. Anyone who touches it gains the unshakable belief that this is the very first gold coin minted by humanity."],["7","A black box, 3 feet on each side. Anyone who opens it finds a set of three wooden, articulated figures that are modeled after three members of the adventuring party. If the figures are stood on the ground, they act out insulting parodies of their duplicates' recent actions."],["8","An oval-shaped disc made of an unknown metal. If it is tossed in the air, it flies in circles around the tosser for a minute, tiny lights winking on its surface, before settling to the ground nearby."],["9","A thick, dusty tome, every page filled with tiny, barely legible writing. Careful study of the book reveals it to be a written transcript of every conversation that took place over the course of a year, three years ago, in a nearby village."],["10","A small painting that depicts a placid field. Just after midnight each day, the painting changes to depict the following day's weather."]],"name":"One-of-a-Kind Objects; Hag Objects","page":62,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Kobold Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arix"],["2","Eks"],["3","Ett"],["4","Galax"],["5","Garu"],["6","Hagnar"],["7","Hox"],["8","Irtos"],["9","Kashak"],["10","Meepo"],["11","Molo"],["12","Ohsoss"],["13","Rotom"],["14","Sagin"],["15","Sik"],["16","Sniv"],["17","Taklak"],["18","Tes"],["19","Urak"],["20","Varn"]],"name":"Kobold Names","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Scale Color","colLabels":["d100","Scale Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Black"],["6-10","Blue"],["11-25","Brown"],["26-30","Gray"],["31-35","Green"],["36-40","Orange"],["41-55","Orange-brown"],["56-60","Red"],["61-75","Red-brown"],["76-85","Tan"],["86-90","White"],["91-100","Patterned (roll twice, ignoring duplicate results and results of 91 or higher)"]],"name":"Physical Variations; Scale Color","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Scale Pattern","colLabels":["d20","Scale Pattern"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Mottled"],["5-8","Reticulated"],["9-12","Shaded"],["13-16","Spotted"],["17-20","Striped"]],"name":"Physical Variations; Scale Pattern","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I never let pass an opportunity to show my contempt for lesser beings."],["2","I like to flavor my meals by engendering positive emotions in my victims before feeding on them."],["3","So as not to taint my thoughts, I avoid telepathically communicating with lesser beings when possible."],["4","I never eat unless the victim is conscious and aware."],["5","I'm very picky. I feed only on the brains of a specific kind of humanoid."],["6","I'm curious about how other races live and how their societies function."],["7","I find battle stimulating."],["8","I'm curious about the limits of other creatures' intelligence and devise situations to test them."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Knowledge. All information is of value. (Neutral)"],["2","Obedience. Nothing is more important than following orders. (Lawful)"],["3","Selfishness. I do my best work when motivated by my own self-interest. (Chaotic)"],["4","Truth. Truth is the foundation of knowledge, so I never lie. (Lawful)"],["5","Superiority. Nothing can be gained from the study of lesser beings. (Neutral)"],["6","Domination. All others should submit to my control. (Evil)"]],"name":"Roleplaying a Mind Flayer; Mind Flayer Ideals","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I think the elder brain is wrong about something, and I want to convince it."],["2","I have a secret I wish to keep even from other mind flayers."],["3","The more the colony grows, the more powerful we all become."],["4","Nothing is more important than rebuilding our lost empire."],["5","Persistence of my colony is the greatest good."],["6","I have important research that must be protected at all costs."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Bonds","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am oblivious to the emotions expressed by others."],["2","I believe my minions will always do precisely as I intend."],["3","I never assume others understand and always explain everything."],["4","I have a memory that isn't mine. I'm obsess about it."],["5","It is inconceivable that another creature could outsmart me."],["6","I sometimes confuse others' thoughts with my own."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Flaws","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aurangaul"],["2","Cephalossk"],["3","Drukt"],["4","Drusiss"],["5","Lugribossk"],["6","Quoor"],["7","Ralayan"],["8","Sardsult"],["9","S'venchen"],["10","Tharcereli"],["11","Tobulux"],["12","Zellix"]],"name":"Mind Flayer Names","page":75,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I never relinquish my weapon."],["2","I welcome any chance to prove my battle skills."],["3","I always appear like I am about to kill everyone around me."],["4","I love a good brawl."],["5","I drink the blood of monsters to consume their power."],["6","I chant orcish war dirges during combat."]],"name":"Roleplaying an Orc; Orc Personality Traits","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength. Showing superior strength brings honor to Gruumsh. (Any)"],["2","Prowess. Killing all your enemies is the path to greatness. (Evil)"],["3","Dominance. I will have achieved glory when all cower before my might. (Evil)"],["4","Intimidation. I can get what I want from weaklings that fear me. (Evil)"],["5","Glory. The goals of the tribe don't concern me. Personal glory is what I crave. (Chaotic)"],["6","Savagery. I will not be controlled. (Chaotic)"]],"name":"Roleplaying an Orc; Orc Ideals","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will defend my tribe to the death."],["2","Every serious choice I make must be decided by signs or omens from the gods."],["3","I carry the teeth of a great warrior. They inspire me to commit great deeds in battle."],["4","To avenge Gruumsh, I will kill every elf I see."],["5","I will seek and destroy those who murdered my tribe."],["6","I owe my survival to a non-orc."]],"name":"Roleplaying an Orc; Orc Bonds","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have a calm temperament and let insults roll off my back."],["2","I don't fear the gods and have no patience for superstitions."],["3","I am slow to anger, but when I do become enraged I fight until my enemies are dead, no matter the cost."],["4","I understand the value of civilization and the order that society brings."],["5","I don't trust anyone."],["6","I believe in living to fight another day."]],"name":"Roleplaying an Orc; Orc Flaws","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Male Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Grutok"],["2","Lortar"],["3","Abzug"],["4","Shugog"],["5","Urzul"],["6","Ruhk"],["7","Mobad"],["8","Shamog"],["9","Mugrub"],["10","Bajok"],["11","Rhorog"],["12","Jahrukk"]],"name":"Orc Names; Orc Male Names","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Female Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Kansif"],["2","Ownka"],["3","Emen"],["4","Sutha"],["5","Myev"],["6","Neega"],["7","Baggi"],["8","Shautha"],["9","Ovak"],["10","Vola"],["11","Engong"],["12","Volen"]],"name":"Orc Names; Orc Female Names","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Epithets","colLabels":["d12","Epithet"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Filthy"],["2","Skull Cleaver"],["3","Eye Gouger"],["4","Iron Tusk"],["5","Skin Flayer"],["6","Bone Crusher"],["7","Flesh Ripper"],["8","Doom Hammer"],["9","Elf Butcher"],["10","Spine Snapper"],["11","Death Spear"],["12","The Brutal"]],"name":"Orc Names; Orc Epithets","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Trophies","colLabels":["d10","Trophy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d12} elf ears"],["2","{@dice 1d4} dwarf beards"],["3","{@dice 1d6} human heads"],["4","Skulls and bones"],["5","Cave bear paw"],["6","{@dice 1d20} severed fingers"],["7","{@dice 1d8} eyeballs"],["8","Flayed elf skin"],["9","Dire wolf hide"],["10","{@item trinket|phb|Random trinket}*"]],"footnotes":["* Roll on the Trinkets table in chapter 5 of the Player's Handbook."],"name":"Treasure; Orc Trophies","page":90,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Snake Body Type","colLabels":["d20","Snake Body Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Thick"],["6-15","Normal"],["16-20","Sleek"]],"name":"Physical Variations; Yuan-ti Snake Body Type","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Humanoid Skin Color","colLabels":["d20","Humanoid Skin Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Dark brown"],["5","Green-brown"],["6-9","Light brown"],["10-15","Medium brown"],["16","Pale brown"],["17-18","Red-brown"],["19-20","Yellow-brown"]],"name":"Physical Variations; Yuan-ti Humanoid Skin Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Scale Color","colLabels":["d100","Scale Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-6","black"],["7-12","black and brown"],["13-18","black and green"],["19-23","black and red"],["24-26","black and white"],["27-30","black and yellow"],["31-36","black, gold, and red"],["37-42","black, red, and white"],["43-45","blue"],["46-48","blue and black"],["49-51","blue and gray"],["52-54","blue and yellow"],["55-60","brown"],["61-66","brown and green"],["67-73","green"],["74-79","green and tan"],["80-84","green and white"],["85-90","green and yellow"],["91-96","red and tan"],["97-100","albino"]],"name":"Physical Variations; Yuan-ti Scale Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Scale Pattern","colLabels":["d20","Scale Pattern"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Mottled"],["6-7","Random"],["8-10","Reticulated"],["11-15","Speckled"],["16-20","Striped"]],"name":"Physical Variations; Yuan-ti Scale Pattern","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Tongue Color","colLabels":["d6","Tongue Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Black"],["2","Blue"],["3","Orange"],["4","Pale"],["5-6","Red"]],"name":"Physical Variations; Yuan-ti Tongue Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Pureblood Characteristics","colLabels":["d20","Pureblood Characteristic"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Fangs"],["4-5","forked tongue"],["6-9","scaly arms and hands"],["10-11","scaly face"],["12-15","scaly torso"],["16-18","serpentine eyes"],["19-20","Roll twice, re-rolling results of 19 or 20"]],"name":"Physical Variations; Pureblood Characteristics","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Eye Color","colLabels":["d6","Eye Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blue"],["2","Brown"],["3","Green"],["4","Red"],["5","Tan"],["6","Yellow"]],"name":"Physical Variations; Yuan-ti Eye Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Snake Head Shape","colLabels":["d20","Snake Head Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Broad and rounded"],["6-9","Flattened"],["10-11","Hooded"],["12-15","Slender"],["16-20","Triangular"]],"name":"Physical Variations; Yuan-ti Snake Head Shape","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Type 2 Malison: Arms","colLabels":["d10","Malison Type 2 Arm*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Cluster of small snakes"],["5-9","One large snake"],["10","Scaly humanoid with snake head for a hand"]],"footnotes":["* Roll once for each arm"],"name":"Physical Variations; Type 2 Malison: Arms","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Type 4 Malison: Lower Body","colLabels":["d20","Malison Type 4 Lower Body"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Human legs and large snake tail"],["8-10","Human legs and multiple small snake tails"],["11-16","Scaly human legs and large snake tail"],["17-20","Scaly human legs and multiple small snake tails"]],"name":"Physical Variations; Type 4 Malison: Lower Body","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I see omens in every event and action. The serpent gods continue to advise us."],["2","I have very high standards for food, drink, and physical pleasures."],["3","I prefer to be alone rather than among other creatures, including my own kind."],["4","I sometimes become consumed by philosophy."],["5","I believe I am superior to others of my caste."],["6","I am driven by wanderlust and want to explore lands far from our cities."],["7","I am interested in modern human culture, even as primitive as it is."],["8","I await the day when we again conquer lands by force, as we did in the old times."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Greed. I display my wealth as a sign of my power and prosperity. (Evil)"],["2","Aspiration. I strive to follow the path toward becoming an anathema. (Evil)"],["3","Unity. No leader shall put personal goals above those of our race. (Any)"],["4","Kinship. My allegiance is to my caste and my city. Other settlements can burn for all I care. (Any)"],["5","Inspiration. My actions set an example for the lesser castes to emulate. (Any)"],["6","Power. Everything I choose to do is determined by whether it will make me smarter and stronger. (Evil)"]],"name":"Roleplaying a Yuan-ti; Yuan-ti Ideals","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will see our empire rise again and, in so doing, win the favor of the serpent gods."],["2","I am enamored with the culture and trappings of another society and wish to be part of it."],["3","I respect my superiors and obey them without question. My fate is theirs to decide."],["4","I have an interest in an unsuitable mate, which I can't suppress."],["5","I respect and emulate a great hero or ancestor."],["6","An enemy destroyed something of value to me, and I will find where it lives and kill the offender."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Bonds","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I feel twinges of emotion, and it shames me that I am imperfect in this way."],["2","I put too much credence in the dictates of a particular god."],["3","I frequently overindulge in food and wine, and I am impaired and lethargic for days afterward."],["4","I worship a forbidden god."],["5","I secretly believe things would be better if I was in charge."],["6","If I could get away with it, I would gladly kill and eat a superior yuan-ti."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Flaws","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Asutali"],["2","Eztli"],["3","Hessatal"],["4","Hitotee"],["5","Issahu"],["6","Itstli"],["7","Manuya"],["8","Meztli"],["9","Nesalli"],["10","Otleh"],["11","Shalkashlah"],["12","Sisava"],["13","Sitlali"],["14","Soakosh"],["15","Ssimalli"],["16","Suisatal"],["17","Talash"],["18","Teoshi"],["19","Yaotal"],["20","Zihu"]],"name":"Yuan-ti Names","page":99,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Agents","colLabels":["d100","Agents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-20","{@creature Cultist||Cultists}"],["21-30","{@creature Cult Fanatic||Cult Fanatics}"],["31-34","{@creature Doppelganger||Doppelgangers}"],["35-50","{@creature Guard||Guards}"],["51-60","{@creature Noble||Nobles}"],["61-72","{@creature Priest||Priests}"],["73-86","{@creature Scout||Scouts}"],["87-100","{@creature Spy||Spies}"]],"name":"Random Yuan-ti Servants; Yuan-ti Agents","page":102,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Protectors","colLabels":["d100","Protector(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","{@creature Bandit Captain||Bandit Captains} and {@creature Bandit||Bandits}"],["11-12","{@creature Basilisk||Basilisks}"],["13-18","{@creature Constrictor Snake||Constrictor Snakes}"],["19-26","{@creature Cult Fanatic||Cult Fanatics} and {@creature Cultist||Cultists}"],["27-28","{@creature Flying Snake||Flying Snakes}"],["29-35","{@creature Giant Constrictor Snake||Giant Constrictor Snakes}"],["36-45","{@creature Giant Poisonous Snake||Giant Poisonous Snakes}"],["46-50","{@creature Gladiator||Gladiators}"],["51-55","{@creature Guard||Guards}"],["56-58","{@creature Hydra||Hydras}"],["59-60","{@creature Medusa||Medusas}"],["61","{@creature Mummy||Mummies}*"],["62-63","{@creature Poisonous Snake||Poisonous Snakes}"],["64-68","{@creature Priest||Priests}"],["69-70","{@creature Skeleton||Skeletons}"],["71","{@creature Stone Golem||Stone Golems}"],["72-81","{@creature Swarm of Poisonous Snakes||Swarms of Poisonous Snakes}"],["82-91","{@creature Tribal Warrior||Tribal Warriors}"],["92-97","{@creature Veteran||Veterans}"],["98-100","{@creature Zombie||Zombies}"]],"footnotes":["* The mummies are the undead remains of yuan-ti malisons or purebloods. Each has the statistics of a normal mummy."],"name":"Random Yuan-ti Servants; Yuan-ti Protectors","page":102,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"","colLabels":["Race","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-4","col-2","col-2","col-2","col-2"],"rows":[["Aasimar","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Bugbear|VGM}","6'0\"","200 lb.","+{@dice 2d12}","× ({@dice 2d6}) lb."],["{@race Firbolg|VGM}","6'2\"","175 lb.","+{@dice 2d12}","× ({@dice 2d6}) lb."],["{@race Goblin|VGM}","3'5\"","35 lb.","+{@dice 2d4}","× 1 lb."],["{@race Goliath|VGM}","6'2\"","200 lb.","+{@dice 2d10}","× ({@dice 2d6}) lb."],["{@race Hobgoblin|VGM}","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Kenku|VGM}","4'4\"","50 lb.","+{@dice 2d8}","× ({@dice 1d6}) lb."],["{@race Kobold|VGM}","2'1\"","25 lb.","+{@dice 2d4}","× 1 lb."],["{@race Lizardfolk|VGM}","4'9\"","120 lb.","+{@dice 2d10}","× ({@dice 2d6}) lb."],["{@race Orc|VGM}","5'4\"","175 lb.","+{@dice 2d8}","× ({@dice 2d6}) lb."],["{@race Tabaxi|VGM}","4'10\"","90 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Triton|VGM}","4'6\"","90 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Yuan-ti Pureblood|VGM}","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."]],"name":"Height and Weight","page":120,"source":"VGM","chapter":{"name":"Character Races","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Challenge Rating","Item Rarity"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["0–2","Common"],["3–5","Uncommon"],["6–10","Rare"],["11–16","Very rare"],["17+","Legendary"]],"name":"Invention and Magic","page":8,"source":"PSK","chapter":{"name":"The World of Kaladesh","index":1}},{"caption":"Subclasses","colLabels":["Class","Subclass","Level Available","Description"],"colStyles":["col-1","col-2","col-1 text-center","col-6"],"rows":[["Barbarian","{@class Barbarian|phb|Path of the Ancestral Guardian|Ancestral Guardian|xge}","3rd","Calls on the spirits of honored ancestors to protect others"],["Barbarian","{@class Barbarian|phb|Path of the Storm Herald|Storm Herald|xge}","3rd","Filled with a rage that channels the primal magic of the storm"],["Barbarian","{@class Barbarian|phb|Path of the Zealot|Zealot|xge}","3rd","Fueled by a religious zeal that visits destruction on foes"],["Bard","{@class Bard|phb|College of Glamour|Glamour|xge}","3rd","Wields the beguiling, glorious magic of the Feywild"],["Bard","{@class Bard|phb|College of Swords|Swords|xge}","3rd","Entertains and slays with daring feats of weapon prowess"],["Bard","{@class Bard|phb|College of Whispers|Whispers|xge}","3rd","Plants fear and doubt in the minds of others "],["Cleric","{@class Cleric|phb|Forge Domain|Forge|XGE}","1st","Clad in heavy armor, serves a god of the forge or creation"],["Cleric","{@class Cleric|phb|Grave Domain|Grave|XGE}","1st","Opposes the blight of undeath"],["Druid","{@class Druid|phb|Circle of Dreams|Dreams|xge}","2nd","Mends wounds, guards the weary, and strides through dreams"],["Druid","{@class Druid|phb|Circle of the Shepherd|Shepherd|xge}","2nd","Summons nature spirits to bolster friends and harry foes"],["Fighter","{@class Fighter|phb|Arcane Archer|Arcane Archer|xge}","3rd","Imbues arrows with spectacular magical effects"],["Fighter","{@class Fighter|phb|Cavalier|Cavalier|xge}","3rd","Defends allies and knocks down enemies, often on horseback"],["Fighter","{@class Fighter|phb|Samurai|Samurai|xge}","3rd","Combines resilience with courtly elegance and mighty strikes"],["Monk","{@class Monk|phb|Way of the Drunken Master|Drunken Master|xge}","3rd","Confounds foes through a martial arts tradition inspired by the swaying of a drunkard"],["Monk","{@class Monk|phb|Way of the Kensei|Kensei|xge}","3rd","Channels ki through a set of mastered weapons"],["Monk","{@class Monk|phb|Way of the Sun Soul|Sun Soul|xge}","3rd","Transforms ki into bursts of fire and searing bolts of light"],["Paladin","{@class Paladin|phb|Oath of Conquest|Conquest|xge}","3rd","Strikes terror in enemies and crushes the forces of chaos"],["Paladin","{@class Paladin|phb|Oath of Redemption|Redemption|xge}","3rd","Offers redemption to the worthy and destruction to those who refuse mercy or righteousness"],["Ranger","{@class Ranger|phb|Gloom Stalker|Gloom Stalker|xge}","3rd","Unafraid of the dark, relentlessly stalks and ambushes foes"],["Ranger","{@class Ranger|phb|Horizon Walker|Horizon Walker|xge}","3rd","Finds portals to other worlds and channels planar magic"],["Ranger","{@class Ranger|phb|Monster Slayer|Monster Slayer|xge}","3rd","Hunts down creatures of the night and wielders of grim magic"],["Rogue","{@class Rogue|phb|Inquisitive|Inquisitive|xge}","3rd","Roots out secrets, akin to a masterful detective"],["Rogue","{@class Rogue|phb|Mastermind|Mastermind|xge}","3rd","A master tactician, manipulates others"],["Rogue","{@class Rogue|phb|Scout|Scout|xge}","3rd","Combines stealth with a knack for survival"],["Rogue","{@class Rogue|phb|Swashbuckler|Swashbuckler|xge}","3rd","Delivers deadly strikes with speed and panache "],["Sorcerer","{@class Sorcerer|phb|Divine Soul|Divine Soul|xge}","1st","Harnesses magic bestowed by a god or other divine source"],["Sorcerer","{@class Sorcerer|phb|Shadow Magic|Shadow|xge}","1st","Wields the grim magic of the Shadowfell"],["Sorcerer","{@class Sorcerer|phb|Storm Sorcery|Storm|xge}","1st","Crackles with the power of the storm"],["Warlock","{@class Warlock|phb|The Celestial|Celestial|xge}","1st","Forges a pact with a being from celestial realms"],["Warlock","{@class Warlock|phb|The Hexblade|Hexblade|xge}","1st","Serves a shadowy entity that bestows dread curses"],["Wizard","{@class Wizard|phb|War Magic|War|xge}","2nd","Mixes evocation and abjuration magic to dominate the battlefield"]],"name":"Character Options; Subclasses","page":7,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Parents","colLabels":["d100","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-95","You know who your parents are or were."],["96-100","You do not know who your parents were."]],"name":"Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Half-Elf Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","One parent was an elf and the other was a human."],["6","One parent was an elf and the other was a half-elf."],["7","One parent was a human and the other was a half-elf."],["8","Both parents were half-elves."]],"name":"Half-Elf Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Half-Orc Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","One parent was an orc and the other was a human."],["4-5","One parent was an orc and the other was a half-orc."],["6-7","One parent was a human and the other was a half-orc."],["8","Both parents were half-orcs."]],"name":"Half-Orc Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tiefling Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Both parents were humans, their infernal heritage dormant until you came along."],["5-6","One parent was a tiefling and the other was a human."],["7","One parent was a tiefling and the other was a devil."],["8","One parent was a human and the other was a devil."]],"name":"Tiefling Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Birthplace","colLabels":["d100","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-50","Home"],["51-55","Home of a family friend"],["56-63","Home of a healer or midwife"],["64-65","Carriage, cart, or wagon"],["66-68","Barn, shed, or other outbuilding"],["69-70","Cave"],["71-72","Field"],["73-74","Forest"],["75-77","Temple"],["78","Battlefield"],["79-80","Alley or street"],["81-82","Brothel, tavern, or inn"],["83-84","Castle, keep, tower, or palace"],["85","Sewer or rubbish heap"],["86-88","Among people of a different race"],["89-91","On board a boat or a ship"],["92-93","In a prison or in the headquarters of a secret organization"],["94-95","In a sage's laboratory"],["96","In the Feywild"],["97","In the Shadowfell"],["98","On the Astral Plane or the Ethereal Plane"],["99","On an Inner Plane of your choice"],["100","On an Outer Plane of your choice"]],"name":"Birthplace","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Number of Siblings","colLabels":["d10","Siblings"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","None"],["3-4","{@dice 1d3}"],["5-6","{@dice 1d4+1}"],["7-8","{@dice 1d6+2}"],["9-10","{@dice 1d8+3}"]],"name":"Number of Siblings","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Birth Order","colLabels":["2d6","Birth Order"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Twin, triplet, or quadruplet"],["3-7","Older"],["8-12","Younger"]],"name":"Other Details; Birth Order","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Family","colLabels":["d100","Family"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","None"],["2","Institution, such as an asylum"],["3","Temple"],["4-5","Orphanage"],["6-7","Guardian"],["8-15","Paternal or maternal aunt, uncle, or both"],["16-25","Paternal or maternal grandparent(s)"],["26-35","Adoptive family (same or different race)"],["36-55","Single father or stepfather"],["56-75","Single mother or stepmother"],["76-100","Mother and father"]],"name":"Supplemental Tables; Family","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Absent Parent","colLabels":["d4","Fate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your parent died (roll on the Cause of Death supplemental table)."],["2","Your parent was imprisoned, enslaved, or otherwise taken away."],["3","Your parent abandoned you"],["4","Your parent disappeared to an unknown fate."]],"name":"Supplemental Tables; Absent Parent","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Family Lifestyle","colLabels":["3d6","Lifestyle*"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Wretched (-40)"],["4-5","Squalid (-20)"],["6-8","Poor (-10)"],["9-12","Modest (+0)"],["13-15","Comfortable (+10)"],["16-17","Wealthy (+20)"],["18","Aristocratic (+40)"]],"footnotes":["* Use the number in this result as a modifier to your roll on the Childhood Home table."],"name":"Supplemental Tables; Family Lifestyle","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Childhood Home","colLabels":["{@dice d100 + #$prompt_number:title=Enter Lifestyle Modifier$#}","Home"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","On the streets"],["1-20","Rundown shack"],["21-30","No permanent residence"],["31-40","Encampment or village in the wilderness"],["41-50","Apartment in a rundown neighborhood"],["51-70","Small house"],["71-90","Large house"],["91-110","Mansion"],["111-140","Palace or castle"]],"name":"Supplemental Tables; Childhood Home","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Childhood Memories","colLabels":["{@dice 3d6 + #$prompt_number:title=Enter Charisma Modifier$#}","Memory"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","I am still haunted by my childhood, when I was treated badly by my peers."],["4-5","I spent most of my childhood alone, with no close friends."],["6-8","Others saw me as being different or strange, and so I had few companions."],["9-12","I had a few close friends and lived an ordinary childhood."],["13-15","I had several friends, and my childhood was generally a happy one."],["16-17","I always found it easy to make friends, and I loved being around people."],["18-25","Everyone knew who I was, and I had friends everywhere I went."]],"name":"Supplemental Tables; Childhood Memories","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Life Events by Age","colLabels":["d100","Current Age","Life Events"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1-20","20 years or younger","1"],["21-59","21-30 years","{@dice 1d4}"],["60-69","31-40 years","{@dice 1d6}"],["70-89","41-50 years","{@dice 1d8}"],["90-99","51-60 years","{@dice 1d10}"],["100","61 years or older","{@dice 1d12}"]],"name":"Life Events by Age","page":69,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Life Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","You suffered a tragedy. Roll on the Tragedies table."],["11-20","You gained a bit of good fortune. Roll on the Boons table."],["21-30","You fell in love or got married. If you get this result more than once, you can choose to have a child instead. Work with your DM to determine the identity of your love interest."],["31-40","You made an enemy of an adventurer. Roll a {@dice d6}. An odd number indicates you are to blame for the rift, and an even number indicates you are blameless. Use the supplemental tables and work with your DM to determine this hostile character's identity and the danger this enemy poses to you."],["41-50","You made a friend of an adventurer. Use the supplemental tables and work with your DM to add more detail to this friendly character and establish how your friendship began."],["51-70","You spent time working in a job related to your background. Start the game with an extra {@dice 2d6} gp."],["71-75","You met someone important. Use the supplemental tables to determine this character's identity and how this individual feels about you. Work out additional details with your DM as needed to fit this character into your backstory."],["76-80","You went on an adventure. Roll on the Adventures table to see what happened to you. Work with your DM to determine the nature of the adventure and the creatures you encountered."],["81-85","You had a supernatural experience. Roll on the Supernatural Events table to find out what it was."],["86-90","You fought in a battle. Roll on the War table to learn what happened to you. Work with your DM to come up with the reason for the battle and the factions involved. It might have been a small conflict between your community and a band of orcs, or it could have been a major battle in a larger war."],["91-95","You committed a crime or were wrongly accused of doing so. Roll on the Crime table to determine the nature of the offense and on the Punishment table to see what became of you."],["96-99","You encountered something magical. Roll on the Arcane Matters table."],["100","Something truly strange happened to you. Roll on the Weird Stuff table."]],"name":"Life Events","page":69,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Adventures","colLabels":["d100","Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","You nearly died. You have nasty scars on your body, and you are missing an ear, {@dice 1d3} fingers, or {@dice 1d4} toes."],["11-20","You suffered a grievous injury. Although the wound healed, it still pains you from time to time."],["21-30","You were wounded, but in time you fully recovered."],["31-40","You contracted a disease while exploring a filthy warren. You recovered from the disease, but you have a persistent cough, pockmarks on your skin, or prematurely gray hair."],["41-50","You were poisoned by a trap or a monster. You recovered, but the next time you must make a saving throw against poison, you make the saving throw with disadvantage."],["51-60","You lost something of sentimental value to you during your adventure. Remove one trinket from your possessions."],["61-70","You were terribly frightened by something you encountered and ran away, abandoning your companions to their fate."],["71-80","You learned a great deal during your adventure. The next time you make an ability check or a saving throw, you have advantage on the roll."],["81-90","You found some treasure on your adventure. You have {@dice 2d6} gp left from your share of it."],["91-99","You found a considerable amount of treasure on your adventure. You have {@dice 1d20+50} gp left from your share of it."],["100","You came across a common magic item (of the DM's choice)."]],"name":"Secondary Tables; Adventures","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Arcane Matters","colLabels":["d10","Magical Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were {@condition charmed} or {@condition frightened} by a spell."],["2","You were injured by the effect of a spell."],["3","You witnessed a powerful spell being cast by a cleric, a druid, a sorcerer, a warlock, or a wizard."],["4","You drank a potion (of the DM's choice)."],["5","You found a spell scroll (of the DM's choice) and succeeded in casting the spell it contained."],["6","You were affected by teleportation magic."],["7","You turned {@condition invisible} for a time."],["8","You identified an illusion for what it was."],["9","You saw a creature being conjured by magic."],["10","Your fortune was read by a diviner. Roll twice on the Life Events table, but don't apply the results. Instead, the DM picks one event as a portent of your future (which might or might not come true)."]],"name":"Secondary Tables; Arcane Matters","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Boons","colLabels":["d10","Boon"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly wizard gave you a spell scroll containing one cantrip (of the DM's choice)."],["2","You saved the life of a commoner, who now owes you a life debt. This individual accompanies you on your travels and performs mundane tasks for you, but will leave if neglected, abused, or imperiled. Determine details about this character by using the supplemental tables and working with your DM."],["3","You found a riding horse."],["4","You found some money. You have {@dice 1d20} gp in addition to your regular starting funds."],["5","A relative bequeathed you a simple weapon of your choice."],["6","You found something interesting. You gain one additional trinket."],["7","You once performed a service for a local temple. The next time you visit the temple, you can receive healing up to your hit point maximum."],["8","A friendly alchemist gifted you with a potion of healing or a flask of acid, as you choose."],["9","You found a treasure map."],["10","A distant relative left you a stipend that enables you to live at the comfortable lifestyle for {@dice 1d20} years. If you choose to live at a higher lifestyle, you reduce the price of the lifestyle by 2 gp during that time period."]],"name":"Secondary Tables; Boons","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Crime","colLabels":["d8","Crime"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Murder"],["2","Theft"],["3","Burglary"],["4","Assault"],["5","Smuggling"],["6","Kidnapping"],["7","Extortion"],["8","Counterfeiting"]],"name":"Secondary Tables; Crime","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Punishment","colLabels":["d12","Punishment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","You did not commit the crime and were exonerated after being accused."],["4-6","You committed the crime or helped do so, but nonetheless the authorities found you not guilty."],["7-8","You were nearly caught in the act. You had to flee and are wanted in the community where the crime occurred."],["9-12","You were caught and convicted. You spent time in jail, chained to an oar, or performing hard labor. You served a sentence of {@dice 1d4} years or succeeded in escaping after that much time."]],"name":"Secondary Tables; Punishment","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Supernatural Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","You were ensorcelled by a fey and enslaved for {@dice 1d6} years before you escaped."],["6-10","You saw a demon and ran away before it could do anything to you."],["11-15","A devil tempted you. Make a DC 10 Wisdom saving throw. On a failed save, your alignment shifts one step toward evil (if it's not evil already), and you start the game with an additional {@dice 1d20+50} gp."],["16-20","You woke up one morning miles from your home, with no idea how you got there."],["21-30","You visited a holy site and felt the presence of the divine there."],["31-40","You witnessed a falling red star, a face appearing in the frost, or some other bizarre happening. You are certain that it was an omen of some sort."],["41-50","You escaped certain death and believe it was the intervention of a god that saved you."],["51-60","You witnessed a minor miracle."],["61-70","You explored an empty house and found it to be haunted."],["71-75","You were briefly possessed. Roll a {@dice d6} to determine what kind of creature possessed you: 1, celestial; 2, devil; 3, demon; 4, fey; 5, elemental; 6, undead."],["76-80","You saw a ghost."],["81-85","You saw a ghoul feeding on a corpse."],["86-90","A Celestial or Fiend visited you in your dreams to give a warning of dangers to come."],["91-95","You briefly visited the Feywild or Shadowfell."],["96-100","You saw a portal that you believe leads to another plane of existence."]],"name":"Secondary Tables; Supernatural Events","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tragedies","colLabels":["d12","Tragedy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","A family member or a close friend died. Roll on the Cause of Death supplemental table to find out how."],["3","A friendship ended bitterly, and the other person is now hostile to you. The cause might have been a misunderstanding or something you or the former friend did."],["4","You lost all your possessions in a disaster, and you had to rebuild your life."],["5","You were imprisoned for a crime you didn't commit and spent {@dice 1d6} years at hard labor, in jail, or shackled to an oar in a slave galley."],["6","War ravaged your home community, reducing everything to rubble and ruin. In the aftermath, you either helped your town rebuild or moved somewhere else."],["7","A lover disappeared without a trace. You have been looking for that person ever since."],["8","A terrible blight in your home community caused crops to fail, and many starved. You lost a sibling or some other family member."],["9","You did something that brought terrible shame to you in the eyes of your family. You might have been involved in a scandal, dabbled in dark magic, or offended someone important. The attitude of your family members toward you becomes indifferent at best, though they might eventually forgive you."],["10","For a reason you were never told, you were exiled from your community. You then either wandered in the wilderness for a time or promptly found a new place to live."],["11","A romantic relationship ended. Roll a {@dice d6}. An odd number means it ended with bad feelings, while an even number means it ended amicably."],["12","A current or prospective romantic partner of yours died. Roll on the Cause of Death supplemental table to find out how. If the result is murder, roll a {@dice d12}. On a 1, you were responsible, whether directly or indirectly."]],"name":"Secondary Tables; Tragedies","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"War","colLabels":["d12","War Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were knocked out and left for dead. You woke up hours later with no recollection of the battle."],["2-3","You were badly injured in the fight, and you still bear the awful scars of those wounds."],["4","You ran away from the battle to save your life, but you still feel shame for your cowardice."],["5-7","You suffered only minor injuries, and the wounds all healed without leaving scars."],["8-9","You survived the battle, but you suffer from terrible nightmares in which you relive the experience."],["10-11","You escaped the battle unscathed, though many of your friends were injured or lost."],["12","You acquitted yourself well in battle and are remembered as a hero. You might have received a medal for your bravery."]],"name":"Secondary Tables; War","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Weird Stuff","colLabels":["d12","What Happened"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were turned into a toad and remained in that form for {@dice 1d4} weeks."],["2","You were {@condition petrified} and remained a stone statue for a time until someone freed you."],["3","You were enslaved by a hag, a satyr, or some other being and lived in that creature's thrall for {@dice 1d6} years."],["4","A dragon held you as a prisoner for {@dice 1d4} months until adventurers killed it."],["5","You were taken captive by a race of evil humanoids such as drow, kuo-toa, or quaggoths. You lived as a slave in the Underdark until you escaped."],["6","You served a powerful adventurer as a hireling. You have only recently left that service. Use the supplemental tables and work with your DM to determine the basic details about your former employer."],["7","You went insane for {@dice 1d6} years and recently regained your sanity. A tic or some other bit of odd behavior might linger."],["8","A lover of yours was secretly a silver dragon."],["9","You were captured by a cult and nearly sacrificed on an altar to the foul being the cultists served. You escaped, but you fear they will find you."],["10","You met a demigod, an archdevil, an archfey, a demon lord, or a titan, and you lived to tell the tale."],["11","You were swallowed by a giant fish and spent a month in its gullet before you escaped."],["12","A powerful being granted you a wish, but you squandered it on something frivolous."]],"name":"Secondary Tables; Weird Stuff","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Alignment","colLabels":["3d6","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Chaotic evil (50%) or chaotic neutral (50%)"],["4-5","Lawful evil"],["6-8","Neutral evil"],["9-12","Neutral"],["13-15","Neutral good"],["16-17","Lawful good (50%) or lawful neutral (50%)"],["18","Chaotic good (50%) or chaotic neutral (50%)"]],"name":"Supplemental Tables; Alignment","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cause of Death","colLabels":["d12","Cause of Death"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Unknown"],["2","Murdered"],["3","Killed in battle"],["4","Accident related to class or occupation"],["5","Accident unrelated to class or occupation"],["6-7","Natural causes, such as disease or old age"],["8","Apparent suicide"],["9","Torn apart by an animal or a natural disaster"],["10","Consumed by a monster"],["11","Executed for a crime or tortured to death"],["12","Bizarre event, such as being hit by a meteorite, struck down by an angry god, or killed by a hatching slaad egg"]],"name":"Supplemental Tables; Cause of Death","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Class","colLabels":["d100","Class"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Barbarian"],["8-14","Bard"],["15-29","Cleric"],["30-36","Druid"],["37-52","Fighter"],["53-58","Monk"],["59-64","Paladin"],["65-70","Ranger"],["71-84","Rogue"],["85-89","Sorcerer"],["90-94","Warlock"],["95-100","Wizard"]],"name":"Supplemental Tables; Class","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Occupation","colLabels":["d100","Occupation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Academic"],["6-10","Adventurer (roll on the Class table)"],["11","Aristocrat"],["12-26","Artisan or guild member"],["27-31","Criminal"],["32-36","Entertainer"],["37-38","Exile, hermit, or refugee"],["39-43","Explorer or wanderer"],["44-55","Farmer or herder"],["56-60","Hunter or trapper"],["61-75","Laborer"],["76-80","Merchant"],["81-85","Politician or bureaucrat"],["86-90","Priest"],["91-95","Sailor"],["96-100","Soldier"]],"name":"Supplemental Tables; Occupation","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Race","colLabels":["d100","Race"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-40","Human"],["41-50","Dwarf"],["51-60","Elf"],["61-70","Halfling"],["71-75","Dragonborn"],["76-80","Gnome"],["81-85","Half-elf"],["86-90","Half-orc"],["91-95","Tiefling"],["96-100","DM's choice"]],"name":"Supplemental Tables; Race","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Relationship","colLabels":["3d4","Attitude"],"colStyles":["col-2 text-center","col-10"],"rows":[["3-4","Hostile"],["5-10","Friendly"],["11-12","Indifferent"]],"name":"Supplemental Tables; Relationship","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Status","colLabels":["3d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Dead (roll on the Cause of Death table)"],["4-5","Missing or unknown"],["6-8","Alive, but doing poorly due to injury, financial trouble, or relationship difficulties"],["9-12","Alive and well"],["13-15","Alive and quite successful"],["16-17","Alive and infamous"],["18","Alive and famous"]],"name":"Supplemental Tables; Status","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Racial Feats","colLabels":["Race","Feat"],"colStyles":["col-4","col-8"],"rows":[["Dragonborn","{@feat Dragon Fear|xge}"],["Dragonborn","{@feat Dragon Hide|xge}"],["Dwarf","{@feat Dwarven Fortitude|xge}"],["Dwarf","{@feat Squat Nimbleness|xge}"],["Elf","{@feat Elven Accuracy|xge}"],["Elf (drow)","{@feat Drow High Magic|xge}"],["Elf (high)","{@feat Fey Teleportation|xge}"],["Elf (wood)","{@feat Wood Elf Magic|xge}"],["Gnome","{@feat Fade Away|xge}"],["Gnome","{@feat Squat Nimbleness|xge}"],["Half-elf","{@feat Elven Accuracy|xge}"],["Half-elf","{@feat Prodigy|xge}"],["Half-orc","{@feat Orcish Fury|xge}"],["Half-orc","{@feat Prodigy|xge}"],["Halfling","{@feat Bountiful Luck|xge}"],["Halfling","{@feat Second Chance|xge}"],["Halfling","{@feat Squat Nimbleness|xge}"],["Human","{@feat Prodigy|xge}"],["Tiefling","{@feat Flames of Phlegethos|xge}"],["Tiefling","{@feat Infernal Constitution|xge}"]],"name":"Racial Feats","page":73,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Solo Monster Challenge Rating","colLabels":["Character Level","Party of 6 Characters","Party of 5 Characters","Party of 4 Characters"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st","2","2","1"],["2nd","4","3","2"],["3rd","5","4","3"],["4th","6","5","4"],["5th","9","8","7"],["6th","10","9","8"],["7th","11","10","9"],["8th","12","11","10"],["9th","13","12","11"],["10th","14","13","12"],["11th","15","14","13"],["12th","17","16","15"],["13th","18","17","16"],["14th","19","18","17"],["15th","20","19","18"],["16th","21","20","19"],["17th","22","21","20"],["18th","22","21","20"],["19th","23","22","21"],["20th","24","23","22"]],"name":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 1st-5th Level","colLabels":["Character Level","CR 1/8","CR 1/4","CR 1/2","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6"],"colStyles":["col-3 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center"],"rows":[["1st","1/2","1/1","3/1","5/1","—","—","—","—","—"],["2nd","1/3","1/2","1/1","3/1","6/1","—","—","—","—"],["3rd","1/5","1/2","1/1","2/1","4/1","6/1","—","—","—"],["4th","1/8","1/4","1/2","1/1","2/1","4/1","6/1","—","—"],["5th","1/12","1/8","1/4","1/2","1/1","2/1","3/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 6th-10th Level","colLabels":["Character Level","CR 1/8","CR 1/4","CR 1/2","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10"],"colStyles":["col-2-2 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center"],"rows":[["6th","1/12","1/9","1/5","1/2","1/1","2/1","2/1","4/1","5/1","6/1","—","—","—"],["7th","1/12","1/12","1/6","1/3","1/1","1/1","2/1","3/1","4/1","5/1","—","—","—"],["8th","1/12","1/12","1/7","1/4","1/2","1/1","2/1","3/1","3/1","4/1","6/1","—","—"],["9th","1/12","1/12","1/8","1/4","1/2","1/1","1/1","2/1","3/1","4/1","5/1","6/1","—"],["10th","1/12","1/12","1/10","1/5","1/2","1/1","1/1","2/1","2/1","3/1","4/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 11th-15th Level","colLabels":["Character Level","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10","CR 11","CR 12","CR 13","CR 14","CR 15"],"colStyles":["col-1-5 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center"],"rows":[["11th","1/6","1/3","1/2","1/1","2/1","2/1","2/1","3/1","4/1","5/1","6/1","—","—","—","—"],["12th","1/8","1/3","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","6/1","—","—","—"],["13th","1/9","1/4","1/2","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","6/1","—","—"],["14th","1/10","1/4","1/3","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","—"],["15th","1/12","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 16th-20th Level","colLabels":["Character Level","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10","CR 11","CR 12","CR 13","CR 14","CR 15","CR 16","CR 17","CR 18","CR 19","CR 20"],"colStyles":["col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center"],"rows":[["16th","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","4/1","4/1","5/1","5/1","6/1","—","—","—","—"],["17th","1/7","1/4","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","—","—","—"],["18th","1/7","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","6/1","—","—"],["19th","1/8","1/5","1/3","1/2","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","6/1","—"],["20th","1/9","1/6","1/4","1/2","1/2","1/1","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monster Personality","colLabels":["d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cowardly; looking to surrender"],["2","Greedy; wants treasure"],["3","Braggart; makes a show of bravery but runs from danger"],["4","Fanatic; ready to die fighting"],["5","Rabble; poorly trained and easily rattled"],["6","Brave; stands its ground"],["7","Joker; taunts its enemies"],["8","Bully; refuses to believe it can lose"]],"name":"Monster Personality","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monster Relationships","colLabels":["d6","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Has a rival; wants one random ally to suffer"],["2","Is abused by others; hangs back, betrays at first opportunity"],["3","Is worshiped; allies will die for it"],["4","Is outcast by group; its allies ignore it"],["5","Is outcast by choice; cares only for itself"],["6","Is seen as a bully; its allies want to see it defeated"]],"name":"Monster Relationships","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Quick Matchups","colLabels":["Character Level","1 Monster","2 Monsters","4 Monsters"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st","1/4","1/8","—"],["2nd","1/2","1/4","—"],["3rd","1/2","1/4","1/8"],["4th","1","1/2","1/4"],["5th","2","1","1/2"],["6th","2","1","1/2"],["7th","3","1","1/2"],["8th","3","2","1"],["9th","4","2","1"],["10th","4","2","1"],["11th","4","3","2"],["12th","5","3","2"],["13th","6","4","2"],["14th","6","4","2"],["15th","7","4","3"],["16th","7","4","3"],["17th","8","5","3"],["18th","8","5","3"],["19th","9","6","4"],["20th","10","6","4"]],"name":"Quick Matchups","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Trap Save DCs and Attack Bonuses","colLabels":["Trap Danger","Save/Check DC","Attack Bonus"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Moderate","10","+5"],["Dangerous","15","+8"],["Deadly","20","+12"]],"name":"Level and Lethality; Trap Save DCs and Attack Bonuses","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Damage Severity by Level","colLabels":["Character Level","Moderate","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1-4","5 ({@dice 1d10})"," 11 ({@dice 2d10})"," 22 ({@dice 4d10})"],["5-10","11 ({@dice 2d10})"," 22 ({@dice 4d10})"," 55 ({@dice 10d10})"],["11-16","22 ({@dice 4d10})"," 55 ({@dice 10d10})"," 99 ({@dice 18d10})"],["17-20","55 ({@dice 10d10})"," 99 ({@dice 18d10})"," 132 ({@dice 24d10})"]],"name":"Level and Lethality; Damage Severity by Level","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spell Equivalent by Level","colLabels":["Character Level"," Moderate"," Dangerous"," Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1-4","Cantrip","1st","2nd"],["5-10","1st","3rd","6th"],["11-16","3rd","6th","9th"],["17-20","6th","9th","9th + 5th"]],"name":"Level and Lethality; Spell Equivalent by Level","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Complex Trap Experience Awards","colLabels":["Trap Level","Experience Points"],"colStyles":["col-6","col-6"],"rows":[["1-4","650"],["5-10","3,850"],["11-16","11,100"],["17-20","21,500"]],"name":"Experience for Complex Traps; Complex Trap Experience Awards","page":118,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rival","colLabels":["d20","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tax collector who is convinced the characters are dodging fees"],["2","Politician who is concerned that the characters are causing more trouble than they solve"],["3","High priest who worries the characters are diminishing the temple's prestige"],["4","Wizard who blames the characters for some recent troubles"],["5","Rival adventuring party"],["6","Bard who loves a scandal enough to spark one"],["7","Childhood rival or member of a rival clan"],["8","Scorned sibling or parent"],["9","Merchant who blames the characters for any business woes"],["10","Newcomer out to make a mark on the world"],["11","Sibling or ally of defeated enemy"],["12","Official seeking to restore a tarnished reputation"],["13","Deadly foe disguised as a social rival"],["14","Fiend seeking to tempt the characters to evil"],["15","Spurned romantic interest"],["16","Political opportunist seeking a scapegoat"],["17","Traitorous noble looking to foment a revolution"],["18","Would-be tyrant who brooks no opposition"],["19","Exiled noble looking for revenge"],["20","Corrupt official worried that recent misdeeds will be revealed"]],"name":"Creating a Rival; Rival","page":124,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Buying Magic Items","colLabels":["Check Total","Items Acquired"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["6—10","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["11—15","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["16—20","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["21—25","Roll {@dice 1d4} times on {@table Magic Item Table E}."],["26—30","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["31—35","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["36—40","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["41+","Roll {@dice 1d4} times on {@table Magic Item Table I}."]],"name":"Buying a Magic Item; Buying Magic Items","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Price","colLabels":["Rarity","Asking Price*"],"colStyles":["col-5","col-7 text-right"],"rows":[["Common","{@dice (1d6 + 1) × 10} gp"],["Uncommon","{@dice 1d6 × 100} gp"],["Rare","{@dice 2d10 × 1,000} gp"],["Very rare","{@dice (1d4 + 1) × 10,000} gp"],["Legendary","{@dice 2d6 × 25,000} gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Buying a Magic Item; Magic Item Price","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Purchase Complications","colLabels":["d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The item is a fake, planted by an enemy.*"],["2","The item is stolen by the party's enemies.*"],["3","The item is cursed by a god."],["4","The item's original owner will kill to reclaim it; the party's enemies spread news of its sale.*"],["5","The item is at the center of a dark prophecy."],["6","The seller is murdered before the sale.*"],["7","The seller is a devil looking to make a bargain."],["8","The item is the key to freeing an evil entity."],["9","A third party bids on the item, doubling its price.*"],["10","The item is an enslaved, intelligent entity."],["11","The item is tied to a cult."],["12","The party's enemies spread rumors that the item is an artifact of evil.*"]],"footnotes":["*Might involve a rival"],"name":"Magic Item Purchase Complications","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Carousing","colLabels":["Check Total","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","Character has made a hostile contact."],["6—10","Character has made no new contacts."],["11—15","Character has made an allied contact."],["16—20","Character has made two allied contacts."],["21+","Character has made three allied contacts."]],"name":"Carousing","page":127,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Lower-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pickpocket lifts {@dice 1d10 × 5} gp from you.*"],["2","A bar brawl leaves you with a scar.*"],["3","You have fuzzy memories of doing something very, very illegal, but can't remember exactly what."],["4","You are banned from a tavern after some obnoxious behavior.*"],["5","After a few drinks, you swore in the town square to pursue a dangerous quest."],["6","Surprise! You're married."],["7","Streaking naked through the streets seemed like a great idea at the time."],["8","Everyone is calling you by some weird, embarrassing nickname, like Puddle Drinker or Bench Slayer, and no one will say why.*"]],"footnotes":["*Might involve a rival"],"name":"Lower-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Middle-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You accidentally insulted a guild master, and only a public apology will let you do business with the guild again.*"],["2","You swore to complete some quest on behalf of a temple or a guild."],["3","A social gaffe has made you the talk of the town.*"],["4","A particularly obnoxious person has taken an intense romantic interest in you.*"],["5","You have made a foe out of a local spellcaster.*"],["6","You have been recruited to help run a local festival, play, or similar event."],["7","You made a drunken toast that scandalized the locals."],["8","You spent an additional 100 gp trying to impress people."]],"footnotes":["*Might involve a rival"],"name":"Middle-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Upper-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pushy noble family wants to marry off one of their scions to you.*"],["2","You tripped and fell during a dance, and people can't stop talking about it."],["3","You have agreed to take on a noble's debts."],["4","You have been challenged to a joust by a knight.*"],["5","You have made a foe out of a local noble.*"],["6","A boring noble insists you visit each day and listen to long, tedious theories of magic."],["7","You have become the target of a variety of embarrassing rumors.*"],["8","You spent an additional 500 gp trying to impress people."]],"footnotes":["*Might involve a rival"],"name":"Upper-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["Proficiency","Items"],"colStyles":["col-6","col-6"],"rows":[["{@item Herbalism kit|phb}","Antitoxin, potion of healing"],["{@item Leatherworker's tools|phb}","Leather armor, boots"],["{@item Smith's tools|phb}","Armor, weapons"],["{@item Weaver's tools|phb}","Cloaks, robes"]],"name":"Crafting an Item; Resources and Resolution","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Ingredients","colLabels":["Item Rarity","CR Range"],"colStyles":["col-6","col-6 text-center"],"rows":[["Common","1—3"],["Uncommon","4—8"],["Rare","9—12"],["Very rare","13—18"],["Legendary","19+"]],"name":"Crafting Magic Items; Magic Item Ingredients","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Crafting Time and Cost","colLabels":["Item Rarity","Workweeks*","Cost*"],"colStyles":["col-4","col-4 text-center","col-4 text-right"],"rows":[["Common","1","50 gp"],["Uncommon","2","200 gp"],["Rare","10","2,000 gp"],["Very rare","25","20,000 gp"],["Legendary","50","100,000 gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Crafting Magic Items; Magic Item Crafting Time and Cost","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Crafting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rumors swirl that what you're working on is unstable and a threat to the community.*"],["2","Your tools are stolen, forcing you to buy new ones.*"],["3","A local wizard shows keen interest in your work and insists on observing you."],["4","A powerful noble offers a hefty price for your work and is not interested in hearing no for an answer.*"],["5","A dwarf clan accuses you of stealing its secret lore to fuel your work.*"],["6","A competitor spreads rumors that your work is shoddy and prone to failure.*"]],"footnotes":["*Might involve a rival"],"name":"Crafting Complications","page":129,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Potion of Healing Creation","colLabels":["Type","Time","Cost"],"colStyles":["col-4","col-4","col-4 text-right"],"rows":[["Healing","1 day","25 gp"],["Greater healing","1 workweek","100 gp"],["Superior healing","3 workweeks","1,000 gp"],["Supreme healing","4 workweeks","10,000 gp"]],"name":"Brewing Potions of Healing; Potion of Healing Creation","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Loot Value","colLabels":["DC","Value"],"colStyles":["col-2 text-center","col-10"],"rows":[["10","50 gp, robbery of a struggling merchant"],["15","100 gp, robbery of a prosperous merchant"],["20","200 gp, robbery of a noble"],["25","1,000 gp, robbery of one of the richest figures in town"]],"name":"Crime; Loot Value","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Crime Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bounty equal to your earnings is offered for information about your crime.*"],["2","An unknown person contacts you, threatening to reveal your crime if you don't render a service.*"],["3","Your victim is financially ruined by your crime."],["4","Someone who knows of your crime has been arrested on an unrelated matter.*"],["5","Your loot is a single, easily identified item that you can't fence in this region."],["6","You robbed someone who was under a local crime lord's protection, and who now wants revenge."],["7","Your victim calls in a favor from a guard, doubling the efforts to solve the case."],["8","Your victim asks one of your adventuring companions to solve the crime."]],"footnotes":["*Might involve a rival"],"name":"Crime Complications","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gambling Results","colLabels":["Result","Value"],"colStyles":["col-5","col-7"],"rows":[["0 successes","Lose all the money you bet, and accrue a debt equal to that amount."],["1 success","Lose half the money you bet."],["2 successes","Gain the amount you bet plus half again more."],["3 successes","Gain double the amount you bet."]],"name":"Gambling Results","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gambling Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are accused of cheating. You decide whether you actually did cheat or were framed.*"],["2","The town guards raid the gambling hall and throw you in jail.*"],["3","A noble in town loses badly to you and loudly vows to get revenge.*"],["4","You won a sum from a low-ranking member of a thieves' guild, and the guild wants its money back."],["5","A local crime boss insists you start frequenting the boss's gambling parlor and no others."],["6","A high-stakes gambler comes to town and insists that you take part in a game."]],"footnotes":["*Might involve a rival"],"name":"Gambling Complications","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Pit Fighting Results","colLabels":["Result","Value"],"colStyles":["col-5","col-7"],"rows":[["0 successes","Lose your bouts, earning nothing."],["1 success","Win 50 gp."],["2 successes","Win 100 gp."],["3 successes","Win 200 gp."]],"name":"Pit Fighting Results","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Pit Fighting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An opponent swears to take revenge on you.*"],["2","A crime boss approaches you and offers to pay you to intentionally lose a few matches.*"],["3","You defeat a popular local champion, drawing the crowd's ire."],["4","You defeat a noble's servant, drawing the wrath of the noble's house.*"],["5","You are accused of cheating. Whether the allegation is true or not, your reputation is tarnished.*"],["6","You accidentally deliver a near-fatal wound to a foe."]],"footnotes":["*Might involve a rival"],"name":"Pit Fighting Complications","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Service","colLabels":["Check Total","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—10","No effect. Your efforts fail to make a lasting impression."],["11—20","You earn one favor."],["21+","You earn two favors."]],"name":"Religious Service","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Service Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You have offended a priest through your words or actions.*"],["2","Blasphemy is still blasphemy, even if you did it by accident."],["3","A secret sect in the temple offers you membership."],["4","Another temple tries to recruit you as a spy.*"],["5","The temple elders implore you to take up a holy quest."],["6","You accidentally discover that an important person in the temple is a fiend worshiper."]],"footnotes":["*Might involve a rival"],"name":"Religious Service Complications","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Research Outcomes","colLabels":["Check Total","Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","No effect."],["6—10","You learn one piece of lore."],["11—20","You learn two pieces of lore."],["21+","You learn three pieces of lore."]],"name":"Research Outcomes","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Research Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You accidentally damage a rare book."],["2","You offend a sage, who demands an extravagant gift.*"],["3","If you had known that book was cursed, you never would have opened it."],["4","A sage becomes obsessed with convincing you of a number of strange theories about reality.*"],["5","Your actions cause you to be banned from a library until you make reparations.*"],["6","You uncovered useful lore, but only by promising to complete a dangerous task in return."]],"footnotes":["*Might involve a rival"],"name":"Research Complications","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spell Scroll Costs","colLabels":["Spell Level","Time","Cost"],"colStyles":["col-4 text-center","col-4","col-4 text-right"],"rows":[["Cantrip","1 day","15 gp"],["1st","1 day","25 gp"],["2nd","3 days","250 gp"],["3rd","1 workweek","500 gp"],["4th","2 workweeks","2,500 gp"],["5th","4 workweeks","5,000 gp"],["6th","8 workweeks","15,000 gp"],["7th","16 workweeks","25,000 gp"],["8th","32 workweeks","50,000 gp"],["9th","48 workweeks","250,000 gp"]],"name":"Resources; Spell Scroll Costs","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Scribe a Scroll Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You bought up the last of the rare ink used to craft scrolls, angering a wizard in town."],["2","The priest of a temple of good accuses you of trafficking in dark magic.*"],["3","A wizard eager to collect one of your spells in a book presses you to sell the scroll."],["4","Due to a strange error in creating the scroll, it is instead a random spell of the same level."],["5","The rare parchment you bought for your scroll has a barely visible map on it."],["6","A thief attempts to break into your workroom.*"]],"footnotes":["*Might involve a rival"],"name":"Scribe a Scroll Complications","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Base Prices","colLabels":["Rarity","Base Price*"],"colStyles":["col-2 text-center","col-10"],"rows":[["Common","100 gp"],["Uncommon","400 gp"],["Rare","4,000 gp"],["Very rare","40,000 gp"],["Legendary","200,000 gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Resolution; Magic Item Base Prices","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Offer","colLabels":["Check Total","Offer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—10","50% of base price"],["11—20","100% of base price"],["21+","150% of base price"]],"name":"Resolution; Magic Item Offer","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Sale Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your enemy secretly arranges to buy the item to use it against you.*"],["2","A thieves' guild, alerted to the sale, attempts to steal your item.*"],["3","A foe circulates rumors that your item is a fake.*"],["4","A sorcerer claims your item as a birthright and demands you hand it over."],["5","Your item's previous owner, or surviving allies of the owner, vow to retake the item by force."],["6","The buyer is murdered before the sale is finalized.*"]],"footnotes":["*Might involve a rival"],"name":"Magic Item Sale Complications","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Training Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your instructor disappears, forcing you to spend one workweek finding a new one.*"],["2","Your teacher instructs you in rare, archaic methods, which draw comments from others."],["3","Your teacher is a spy sent to learn your plans.*"],["4","Your teacher is a wanted criminal."],["5","Your teacher is a cruel taskmaster."],["6","Your teacher asks for help dealing with a threat."]],"footnotes":["*Might involve a rival"],"name":"Training Complications","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wages","colLabels":["Check Total","Earnings"],"colStyles":["col-2 text-center","col-10"],"rows":[["9 or lower","Poor lifestyle for the week"],["10—14","Modest lifestyle for the week"],["15—20","Comfortable lifestyle for the week"],["21+","Comfortable lifestyle for the week + 25 gp"]],"name":"Resolution; Wages","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Work Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A difficult customer or a fight with a coworker reduces the wages you earn by one category.*"],["2","Your employer's financial difficulties result in your not being paid.*"],["3","A coworker with ties to an important family in town takes a dislike to you.*"],["4","Your employer is involved with a dark cult or a criminal enterprise."],["5","A crime ring targets your business for extortion.*"],["6","You gain a reputation for laziness (unjustified or not, as you choose), giving you disadvantage on checks made for this downtime activity for the next six workweeks you devote to it.*"]],"footnotes":["*Might involve a rival"],"name":"Work Complications","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Tier","colLabels":["Character Level","Minor Items","Major Items","All Items"],"colStyles":["col-6","col-2","col-1","col-3"],"rows":[["1-4","9","2","11"],["5-10","28","6","34"],["11-16","24","6","30"],["17-20","19","6","25"],["Total","80","20","100"]],"name":"Distribution by Rarity; Magic Items Awarded by Tier","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Rarity - Minor","colLabels":["Level/CR","Common","Uncommon","Rare","Very Rare","Legendary"],"colStyles":["col-4","col-2","col-2","col-1","col-2","col-2"],"rows":[["1-4","6","2","1","0","0"],["5-10","10","12","5","1","0"],["11-16","3","6","9","5","1"],["17+","0","0","4","9","6"],["Total","19","20","19","15","7"]],"name":"Magic Items Awarded by Rarity - Minor","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Rarity - Major","colLabels":["Level/CR","Uncommon","Rare","Very Rare","Legendary"],"colStyles":["col-6","col-2","col-2","col-2","col-2"],"rows":[["1-4","2","0","0","0"],["5-10","5","1","0","0"],["11-16","1","2","2","1"],["17+","0","1","2","3"],["Total","8","4","4","4"]],"name":"Magic Items Awarded by Rarity - Major","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["1d10","Reason for Cooperating"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters begin the campaign captured, whether as prisoners of the Legion of Dusk, captives in a pirate ship's brig, or trapped in jungle snares."],["2","The characters are fighting each other when a dinosaur attacks."],["3","The characters are trapped together by a cave-in, a sinkhole opening, or some similar disaster."],["4","Each character has one piece of a treasure map, or one key of several required to open a treasure vault."],["5","A strange dream leads each of the characters to the same destination."],["6","The characters are all hopelessly lost in the jungle."],["7","Leaders of the characters' factions have ordered them to cooperate on a secret mission."],["8","A pirate captain or other villain is a common enemy to all the characters."],["9","A magical or natural phenomenon threatens all folk of Ixalan."],["10","The characters are all trying to avert the catastrophe of a fullscale war among their peoples."]],"name":"Four Peoples, One Party","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Nation.} The invaders must be driven out and the ancient capital of Orazca reclaimed."],["2","{@b Glory.} I wish to earn great glory in battle—ideally, by making my foes surrender."],["3","{@b Poetry.} Beauty is to be found in all things, from creation to destruction, and it should all be recorded in words."],["4","{@b Zeal.} I am devoted to the Threefold Sun and the commands of the priests."],["5","{@b History.} I seek to understand the empire's history so I can better chart a course for its future."],["6","{@b Peace.} I would like to believe that peace can be forged among the peoples of this land."]],"name":"Sun Empire; Suggested Ideals","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I left behind a family (living or dead) when I set out on my journey of exploration."],["2","I have ties to the imperial line."],["3","I come from a noble family, and have kin who live as hostages in the imperial capital."],["4","I have fallen in love with a member of a pirate crew."],["5","I discovered an ancient ruin in the jungle, but I keep it a secret."],["6","I will one day find the Immortal Sun and restore the empire's ancient glory"]],"name":"Sun Empire; Suggested Bonds","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["{@dice 1d6}","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Harmony.}. The peoples of this world should strive for the same harmony that exists between air and water."],["2","{@b Nature.} In the midst of war, it is often the forest that suffers most—unless we protect it."],["3","{@b Knowledge.} True understanding of one's self and the world is the highest good."],["4","{@b Reverence.} The wisdom of the shamans and elders is our best guide in the world."],["5","{@b Cleverness.} The best way to defeat your opponents is to outsmart them."],["6","{@b Defense.} The golden city must remain hidden, and its power kept from those who would abuse it."]],"name":"River Heralds; Suggested Ideals","page":7,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["{@dice 1d6}","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have carried on secret trade with a Sun Empire merchant for years now."],["2","I am related to the shaman of my band."],["3","I am fascinated by the culture and beliefs of the strangers in our land."],["4","A small tributary to the Great River is in my care, and I will do anything to defend it."],["5","I aspire to become the leader of my band—either as a shaman, or by supplanting the shaman as a war leader."],["6","I will one day find the Immortal Sun and use its power to drive the invaders from our land."]],"name":"River Heralds; Suggested Bonds","page":7,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Conquest.} The destiny of my people is to rule the world."],["2","{@b Order.} The purpose of our conquest is to establish law and order in the lands we rule."],["3","{@b Devotion.} Following the tenets of the church is the only way to earn eternal life in the coming age of ever-flowing blood."],["4","{@b Slaughter.} I love the feeling of warm blood running down my chin."],["5","{@b Glory.} Those who prove their worth in battle will win eternal life."],["6","Strength. In life as in war, the stronger force wins."]],"name":"Paladin; Suggested Ideals","page":8,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","My family has been feuding with another noble family for seven hundred years."],["2","I became friends with a merfolk shaman I captured."],["3","I am a knight of the Bloodstained order, and have forsaken all other bonds since the day I slaughtered my own family."],["4","I carry a relic of one of the vampire saints known as the Venerables, counting it as my dearest possession."],["5","I would do anything for the soldiers in my company."],["6","I will one day find the Immortal Sun and use its power to supplant the queen."]],"name":"Paladin; Suggested Bonds","page":8,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Wealth.} Money can buy anything."],["2","{@b Freedom.} The sea is the freedom to go anywhere and do anything."],["3","{@b Knowledge.} I'm as greedy for secrets and lore as others are for treasure."],["4","{@b Pillage.} It's not the having, it's the taking that shows who's strongest."],["5","{@b Crew.} I'm committed to my crewmates, not to ideals."],["6","{@b Coalition.} I believe we're not just stronger but also better when we join forces in unity."]],"name":"Wizard; Suggested Ideals","page":9,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","My captain is dearer to me than any other person or possession."],["2","My greatest dream is to return across the sea to the land my ancestors left."],["3","I abandoned a child to be fostered in a city somewhere."],["4","I was shipwrecked on an island with a vampire, and we became good friends."],["5","I buried a great treasure somewhere. . . and lost the map."],["6","I have one piece of a treasure map, and no idea where the other pieces are."]],"name":"Wizard; Suggested Bonds","page":9,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"White Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I can find common ground with even the fiercest enemies, empathizing with them and always working toward peace."],["2","I would rather make a new friend than a new enemy."],["3","If someone is in trouble, I'm always ready to lend aid."],["4","I get overly upset when people break even minor rules."],["5","I am honest to the point of being blunt or rude."],["6","I go into every situation with at least one backup plan, but I can get lost when my plans go awry."],["7","I have no patience for selfish or greedy people."],["8","I like my environment to be well ordered and clean."]],"name":"White Personality Traits","page":43,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"White Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Harmony.} I long for a world in which everyone gets along."],["2","{@b Community.} It is the duty of all civilized people to strengthen the bonds of community and the security of civilization."],["3","{@b Peace.} It is each person's responsibility to make the most happiness for the whole community."],["4","{@b Solidarity.} Working together, we are stronger than any of us alone."],["5","{@b Law and Order.} We all must obey those in authority and follow laws, or society will devolve into chaos."],["6","{@b Honor.} If I dishonor myself, I undermine the foundation of my community."]],"name":"White Ideals","page":43,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Blue Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I employ a polysyllabic vocabulary that conveys the impression of tremendous erudition."],["2","I'm used to helping out those who aren't as smart as I am, and I patiently explain anything and everything to others."],["3","I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings."],["4","I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist."],["5","I want to know how things work and what makes people act as they do."],["6","There's nothing I like more than a good mystery."],["7","Messing up just means an opportunity to learn from my mistakes."],["8","There's no need to rush into action; I prefer to plan before I act."]],"name":"Blue Personality Traits","page":44,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Blue Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Perfection.} The goal of a life of study is to constantly improve oneself."],["2","{@b Education.} Information can change the world only when it is widely shared."],["3","{@b Knowledge.} The path to power and self-improvement comes through mastery of what can be known."],["4","{@b Change.} The world is in constant flux, and we must be ready to change with it."],["5","{@b Logic.} Emotions must not cloud our clear thinking."],["6","{@b Self-Knowledge.} If you know yourself, there's nothing left to know."]],"name":"Blue Ideals","page":44,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Black Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The best way to get me to do something is to tell me I can't do it."],["2","If you do me an injury, I will crush you, ruin your name, and salt your family's lands for all time."],["3","The first thing I do in a new place is note the locations of everything valuable—or where such things might be hidden."],["4","I get bitter if I'm not the center of attention."],["5","I can't stand the dangerous idiots who deny their own needs in order to help others. It's often difficult to motivate them to do what I want."],["6","If others won't do things when you ask nicely, stop asking nicely."],["7","Inspiring fear can be the most effective way to motivate people."],["8","I don't care about morality or taboos—only results. I'll do whatever it takes to get the results I want."]],"name":"Black Personality Traits","page":45,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Black Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Power.} Power is the only way to guarantee your ability to control your life—and thus your happiness."],["2","{@b Self-Interest.} If I don't look out for myself, no one else is going to."],["3","Strength. Helping the weak is merely delaying their inevitable failure."],["4","{@b Freedom.} If I need something, I'm a fool if I let laws or morality stand in my way."],["5","{@b Greed.} The clearest way to get ahead in this world is with money."],["6","{@b Independence.} No one tells me what to do."]],"name":"Black Ideals","page":45,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Red Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I always speak and act before I think."],["2","My changing emotions dominate my personality, leaving no one in any doubt about what I'm feeling."],["3","I fall in and out of love faster than the weather changes."],["4","I'm always angry."],["5","I either love something or I hate it; there is no in-between."],["6","I'm always working on some piece of art to express my feelings."],["7","I revel in the storms and the destruction that give expression to the turmoil inside me."],["8","I have no patience for people who think they can boss others around."]],"name":"Red Personality Traits","page":46,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Red Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Freedom.} Everyone should be free to pursue their own dreams."],["2","{@b Emotion.} My heart tells me what it needs. All I have to do is listen and act accordingly."],["3","{@b Adventure.} Life is an adventure, and it's up to each individual to experience it."],["4","{@b Relationships.} Part of life is embracing the passion, loyalty, and camaraderie that ties us to others."],["5","{@b Creativity.} The world is in need of new ideas and bold action."],["6","{@b Sincerity.} No one should pretend to be something they're not."]],"name":"Red Ideals","page":46,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Green Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I'm sharply attuned to the cycles of nature, and can almost feel the pull of the full moon."],["2","My instincts never lead me astray."],["3","I get along better with animals than I do with most people."],["4","There is more wisdom in a forest pool than in any library."],["5","Beasts of the wild have no need for manners, and neither do I."],["6","Nothing raises my ire like seeing people treat life as disposable."],["7","I can identify hundreds of bird species by their songs."],["8","I see omens in every ripple, gust of wind, and flight of birds."]],"name":"Green Personality Traits","page":47,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Green Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Acceptance.} Things are as they are for a reason, and it's foolish to try to change them."],["2","{@b Nature.} The natural world is more important than the constructs of civilization."],["3","{@b Potential.} The secret to happiness is to find one's place in the natural order and embrace it."],["4","{@b Interdependence.} My role is deeply connected to the web of life, and my actions have consequences for everyone around me."],["5","{@b Live and Let Live.} Ideals aren't worth killing or going to war for."],["6","{@b History.} Only through studying the past can we avoid repeating past mistakes."]],"name":"Green Ideals","page":47,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Layers and Rulers of the Nine Hells","colLabels":["Layer","Layer Name","Ruler"],"colStyles":["col-1 text-center","col-5","col-6"],"rows":[["1","Avernus","{@creature Zariel|MTF}"],["2","Dis","Dispater"],["3","Minauros","Mammon"],["4","Phlegethos","Belial and Fierna"],["5","Stygia","Levistus"],["6","Malbolge","Glasya"],["7","Maladomini","Baalzebul"],["8","Cania","Mephistopheles"],["9","Nessus","Asmodeus"]],"name":"Lords of the Nine; Layers and Rulers of the Nine Hells","page":9,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Personality Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enjoy telling lies."],["2","Threats are my only language."],["3","I fawn over others to make my betrayal more unexpected."],["4","I crush those I can defeat, and lie in wait to weaken and overwhelm those I must respect."],["5","I will do anything to survive. Anything."],["6","Someday all will worship me. Until then, I track their insults with obsessive attention."]],"name":"Demon Customization Tables; Demon Personality Traits","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Self-Preservation. It's everything and everyone for themselves in this cruel world."],["2","Might. The world is divided into the strong who rule and the weak who obey or die."],["3","Cunning. Always have a backup plan ready, especially if it involves betraying someone."],["4","Strength. Strength is the one coin accepted in all realms and by all folk."],["5","Ambition. We reach the station in the cosmos that we deserve due to our drive and talents."],["6","Cruelty. Strength without regular demonstrations of its potential is an empty weapon."]],"name":"Demon Customization Tables; Demon Ideals","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-6","I am a perfect product of creation, destined to one day shape the cosmos to my whims. Everything I do verifies my destiny."]],"name":"Demon Customization Tables; Demon Bonds","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I act based on instinct, rarely with a plan."],["2","I am cowed by threats, and even preposterous ones make me pause."],["3","Deep down, I know I am doomed to anonymity."],["4","My natural inclination is to grovel and beg for the favor of those stronger than me."],["5","I rage, but I use anger to distract from my fear of confrontation."],["6","I become entangled and betrayed by my own machinations."]],"name":"Demon Customization Tables; Demon Flaws","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Unusual Demon Features","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Belches Flies. Once per day, the demon can use an action to belch enough flies to create an effect as though it cast fog cloud."],["2","Tiny Wings. The demon gains a flying speed of 10 feet. If it could already fly, its flying speed becomes 10 feet."],["3","Ever-Open Extra Eye. The demon gains advantage on Perception checks related to sight."],["4","Bleeds Wasps. The first time in each combat the demon is reduced to half its hit points or less, a {@creature swarm of wasps||swarm of insects (wasps)} forms around it. The swarm considers creatures other than the demon to be enemies."],["5","Extra Arm. The demon gains advantage on Sleight of Hand checks."],["6","Enormous Ears. The demon gains advantage on Perception checks to hear sounds."],["7","Silver Bones. The demon's natural weapons are considered silvered."],["8","Snake Hair. Creatures that grapple the demon or are grappled by it are poisoned until the grapple ends."],["9","Endlessly Mumbling Second Mouth. The demon suffers disadvantage on Stealth checks against creatures that can hear."],["10","Huge Feet. The demon suffers disadvantage on Stealth, Athletics, and Acrobatics checks when they involve moving its feet."],["11","Translucent Skin. The demon's skin is slimy and translucent. It has advantage on attempts to escape a grapple."],["12","Oily Boils. Each time the demon takes bludgeoning, piercing, or slashing damage, the area within 5 feet of it becomes {@quickref difficult terrain||3} until the end of the demon's next turn."],["13","Thick Lead Skull. The demon can't use telepathy or be contacted by telepathy. It can't be charmed, frightened, or stunned."],["14","Worm Tongue. The demon can't speak any language."],["15","Head Hands. The demon has heads where its hands should be and uses the heads' mouths to manipulate objects. If the demon had claw attacks, they become bite attacks that deal piercing damage."],["16","Blimp Body. The demon can float at will as if under the effect of the levitate spell (no concentration required). While it has half its hit points or less, it loses this ability."],["17","Immaterial. The demon has resistance to all damage except psychic damage, and all damage it deals is halved."],["18","Long Arms. The demon's reach is 5 feet longer than normal."],["19","Eyeless. The demon is blind. It has blindsight with a radius of 60 feet."],["20","Vestigial Demon. A miniature vestigial twin of the demon grows from its body. The demon can't be blinded, deafened, or stunned."]],"name":"Demon Customization Tables; Unusual Demon Features","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Political power, control over the local area"],["2","The death of a hated enemy or rival"],["3","Control of a guild or similar institution"],["4","Recovery of an artifact or magic item that could prove useful in the Blood War"],["5","Revenge for an insult, wrong, or past defeat"],["6","Personal power and comfort for its leaders"]],"name":"Fiendish Cults; Cult Goals","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Resources","colLabels":["d6","Resource"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The cult uses a respectable guild, business, or institution as a front."],["2","The cult thrives through the support of generations of a powerful noble family."],["3","The cult controls the local officers of the law."],["4","The cult has access to a cache of powerful magic."],["5","The cult can open a direct portal to the Outer Planes, allowing fiends to intercede on their behalf."],["6","The cult's leader is a renegade fiend seeking to evade its enemies."]],"name":"Fiendish Cults; Cult Resources","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Organization","colLabels":["d6","Organization"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Conspiracy. Members use passwords and double-blind communication."],["2","False Front. The cult puts on an elaborate deception to appear as a harmless civic group."],["3","Criminal Enterprise. The cult is organized through a thieves' guild."],["4","Network. The cult has a secret alliance of members who have infiltrated the lower ranks of every organization of note in the region."],["5","Cult of Personality. The cult leader is a beloved figure renowned for great, benevolent deeds."],["6","Entrenched. The cult is part of the local culture, a tradition that established decades ago and kept secret from outsiders."]],"name":"Fiendish Cults; Cult Organization","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Hardship","colLabels":["d6","Hardship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The cult is wracked with infighting."],["2","A rival cult strives to destroy this group and replace it."],["3","The cult struggles to rein in its dark, violent impulses in order to remain undetected."],["4","Murder and betrayal leads to a constant turnover in cult leadership."],["5","The cult leader is a figurehead. The real power is a crime lord behind the scenes."],["6","The cult is a disposable pawn manipulated by its master."]],"name":"Fiendish Cults; Cult Hardship","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Elf Deities (The Seldarine)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-4","col-2","col-3"],"rows":[["{@deity Aerdrie Faenya|elven|mtf}","CG","Air, rain, fertility, birth","Life, Tempest, Trickery","Bird silhouetted against a cloud"],["{@deity Angharradh|elven|mtf}","CG","Wisdom, growth, protection","Knowledge, Life, War","Three interlocking circles"],["{@deity Alathrien Druanna|elven|mtf}","N","Runes, writing, spellcasting","Arcana,** Knowledge","A quill or glyph"],["{@deity Alobal Lorfiril|elven|mtf}","CG","Revelry, mirth","Life, Trickery","Wine glass"],["{@deity Araleth Letheranil|elven|mtf}","CG","Light, stars, revelations","Knowledge, Light","Shaft of light"],["{@deity Corellon Larethian|elven|mtf}","CG","Primary god of elves","Arcana,** Life, Light, War","Quarter moon or starburst"],["{@deity Darahl Tilvenar|elven|mtf}","LN","Fire, earth, metalwork","Forge,* Light","Flame between hands"],["{@deity Deep Sashelas|elven|mtf}","CG","Creativity, knowledge, sea","Knowledge, Nature, Tempest","Dolphin"],["{@deity Elebrin Liothiel|elven|mtf}","CG","Abundance, gardens, the harvest","Life, Nature","Acorn"],["{@deity Erevan Ilesere|elven|mtf}","CN","Mischief, change","Trickery","Asymmetrical starburst"],["{@deity Fenmarel Mestarine|elven|mtf}","CN","Solitude, outcasts","Nature, Trickery","Two peering elven eyes"],["{@deity Gadhelyn|elven|mtf}","CN","Independence, outlawry","Nature, Trickery","Leaf-shaped arrowhead"],["{@deity Hanali Celanil|elven|mtf}","CG","Love, beauty, the arts","Life","Golden heart"],["{@deity Kirith Sotheril|elven|mtf}","NG","Divination, illusion","Knowledge, Trickery","Rainbow sphere"],["{@deity Labelas Enoreth|elven|mtf}","CG","Time, history, memory","Arcana,** Knowledge, Life","Setting sun"],["{@deity Melira Taralen|elven|mtf}","CG","Poetry, songs","Knowledge, Life, Trickery","Lute"],["{@deity Mythrien Sarath|elven|mtf}","CG","Abjuration, mythals","Arcana,** Forge,* Knowledge","Row of three intertwined rings"],["{@deity Naralis Analor|elven|mtf}","NG","Healing, suffering, death","Life, Grave*","White dove"],["{@deity Rellavar Danuvien|elven|mtf}","NG","Winter, harsh weather","Tempest","Spear between two circles"],["{@deity Rillifane Rallathil|elven|mtf}","CG","Nature, beasts, the seasons","Nature","Oak"],["{@deity Sarula Iliene|elven|mtf}","CG","Lakes, streams","Tempest, Trickery","Three lines symbolizing waves"],["{@deity Sehanine Moonbow|elven|mtf}","CG","Dreams, death, travel","Grave,* Knowledge, Light","Full moon under a moonbow"],["{@deity Shevarash|elven|mtf}","CN","Vengeance, loss, hatred","War","Broken arrow over a tear"],["{@deity Solonor Thelandira|elven|mtf}","CG","Archery, hunting, survival","Nature, War","Silver arrow with green fletching"],["{@deity Tarsellis Meunniduin|elven|mtf}","CN","Mountains, rivers, wild places","Nature, Tempest","Mountain with a river"],["{@deity Tethrin Veraldé|elven|mtf}","NG","Battle, sword fighting","War","Crossed swords beneath a quarter moon and above a full moon"],["{@deity Vandria Gilmadrith|elven|mtf}","LN","War, grief, justice, vigilance","Grave,* War","Weeping eye"],["{@deity Ye'Cind|elven|mtf}","CG","Music, enchantment","Life, Trickery","Recorder"],["{@deity Zandilar|elven|mtf}","CN","Romance, lust, dance","Life","Lips"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}","**Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Elf Deities (The Seldarine)","page":43,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow Deities (The Dark Seldarine)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-1","col-1 text-center","col-4","col-2","col-4"],"rows":[["{@deity Eilistraee|drow|mtf}","CG","Freedom, moonlight, song","Life, Light, Nature","Sword-wielding, dancing female drow silhouetted against the full moon"],["{@deity Ghaunadaur|drow|mtf}","CE","Oozes, slimes, outcasts","War","Purple eye with black sclera"],["{@deity Keptolo|drow|mtf}","CE","Beauty, hedonism, fertility","Nature, Trickery","Mushroom"],["{@deity Kiaransalee|drow|mtf}","CE","Necromancy","Arcana,* Death","Drow hand wearing many silver rings"],["{@deity Malyk|drow|mtf}","CE","Chaos, rebellion, wild magic","Tempest, Trickery","A flame in a tear or a multihued vortex"],["{@deity Lolth|drow|mtf}","CE","Primary god of drow, spiders","Trickery, War","Spider"],["{@deity Selvetarm|drow|mtf}","CE","Warriors, slaughter","War","Spider over crossed sword and mace"],["{@deity Vhaeraun|drow|mtf}","CE","Arrogance, thieves","Trickery, War","Black mask with blue glass lenses inset over eyes"],["{@deity Zinzerena|drow|mtf}","CN","Assassination, illusion, lies","Trickery","Shortsword draped with cloth"]],"footnotes":["*Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Drow Deities (The Dark Seldarine)","page":53,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Subrace","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-3","col-1 text-center","col-2 text-center","col-2 text-center","col-4 text-center"],"rows":[["Eladrin","4'6\"","90 lb.","+{@dice 2d12}","×({@dice 1d4}) lb."],["Sea elf","4'6\"","90 lb.","+{@dice 2d8}","×({@dice 1d4}) lb."],["Shadar-kai","4'8\"","90 lb.","+{@dice 2d8}","×({@dice 1d4}) lb."]],"name":"Elf Random Height and Weight","page":63,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Elf (Non-drow) Adventurer Story Hooks","colLabels":["d8","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You believe the key to reuniting the elves with Corellon lies somewhere in the wider world, not within elven society, and you're determined to find it."],["2","Your sibling was killed by a rampaging monster. You won't rest until you track it down and slay it."],["3","A raven brought you a cryptic message from an old friend who needs your help, but the message was vague about the friend's location. You're trying to follow a years-old trail and save your friend."],["4","A beautiful elf won your heart, then broke it. If you earn enough gold and glory by adventuring, perhaps you can win back your love."],["5","Your father thought you too weak to survive as an adventurer, but he's wrong, and you'll prove it."],["6","Only those who perform great deeds are remembered long after their death. Bards will honor your exploits for generations to come."],["7","You're secretly in love with one of the other members of your adventuring group, and you can't bear the thought of any harm befalling that person."],["8","When you were born, your grandmother prophesied you would one day rule a human kingdom. You've gone in search of that destiny."]],"name":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow Adventurer Story Hooks","colLabels":["d8","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You overheard members of your own house plotting to poison you, so you fled from the Underdark to save yourself. You won't return until you've amassed enough fortune to surround yourself with loyal mercenary bodyguards."],["2","You were enslaved as punishment for trying to poison an influential rival, but you escaped and fled to the surface. If you return to the Underdark and are captured, you'll be re-enslaved."],["3","You were the lover of a high-ranking priestess of Lolth as a means of enhancing your status. When she tired of you, the loss of status was humiliating, so you left."],["4","You killed a drow from a more powerful house in a duel over a public insult. The slain drow's house vowed to destroy your house unless you were handed over. Your kin urged you to leave the Underdark. You wonder what became of them."],["5","A close friend of yours was revealed to be a worshiper of Eilistraee. Suspicion fell on everyone in her circle. Running was a tacit admission of guilt, even though you knew nothing about it, but you'd have been sacrificed to Lolth if you stayed."],["6","You were among a group of surface raiders that was ambushed, and you were captured. During years of captivity, you learned that most of what Lolth's priestesses taught about the outer world was lies. Now you're experiencing the truth for yourself."],["7","All your life, you were alienated and terrified by the cruelty of your kin. The first chance you got, you volunteered to go on a surface raid, then deserted the group and remained behind. Now you're hated and feared wherever you go, but at least you've found a small group of adventurous friends who trust and support each other."],["8","You were part of a delegation carrying diplomatic messages to another drow city when duergar attacked the caravan for slaves and treasure. Only you and one other guard escaped. If you'd returned home, you'd have been poisoned or worse for failure. Becoming a mercenary was your best option."]],"name":"Elf Tables; Drow Adventurer Story Hooks","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow House Specialty","colLabels":["d10","Specialty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adamantine weapons"],["2","Assassinations"],["3","Giant spiders subject to magical control"],["4","Hallucinogenic substances"],["5","High-status slaves and sacrificial victims"],["6","Items taken from surface world in raids"],["7","Low-cost, humanoid slaves"],["8","Maps of the Underdark"],["9","Poisons"],["10","Reptilian beasts of burden"]],"name":"Elf Tables; Drow House Specialty","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Dwarf Deities (The Mordinsamman)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-3","col-2","col-4"],"rows":[["{@deity Abbathor|dwarven|mtf}","NE","Greed","Trickery","Jeweled dagger, point down"],["{@deity Berronar Truesilver|dwarven|mtf}","LG","Hearth, home, truth","Life, Light","Intertwined silver rings"],["{@deity Clangeddin Silverbeard|dwarven|mtf}","LG","War, strategy","War","Crossed silver battleaxes"],["{@deity Dugmaren Brightmantle|dwarven|mtf}","CG","Discovery","Knowledge","Open book"],["{@deity Dumathoin|dwarven|mtf}","N","Buried secrets","Grave,* Knowledge","Gemstone in a mountain"],["{@deity Gorm Gulthyn|dwarven|mtf}","LG","Vigilance","War","Bronze half-mask"],["{@deity Haela Brightaxe|dwarven|mtf}","CG","Combat prowess, luck in battle","War","Upright sword with blade sheathed in flame"],["{@deity Hanseath|dwarven|mtf}","CN","Festivity, brewing, song","Trickery, War","Beer stein"],["{@deity Marthammor Duin|dwarven|mtf}","NG","Explorers, wanderers, the lost","Nature, Trickery","Upright mace in front of a tall boot"],["{@deity Moradin|dwarven|mtf}","LG","Primary deity of dwarves","Forge,* Knowledge","Hammer and anvil"],["{@deity Muamman Duathal|dwarven|mtf}","NG","Storms, travel","Tempest","Mace held in gauntlets"],["{@deity Mya|dwarven|mtf}","NG","Clan, family, wisdom","Knowledge, Life","A faceless mother figure"],["{@deity Roknar|dwarven|mtf}","NE","Lies, intrigue","Trickery","Hands filled with coins"],["{@deity Sharindlar|dwarven|mtf}","CG","Healing, love","Life","Burning needle"],["{@deity Thard Harr|dwarven|mtf}","CG","Wilderness, hunting","Nature","Two clawed gauntlets"],["{@deity Tharmekhûl|dwarven|mtf}","N","Fire, forges, molten rock","Forge,* Light","Fiery axe"],["{@deity Thautam|dwarven|mtf}","N","Mysteries, darkness, lost treasures","Knowledge, Trickery","Blindfold"],["{@deity Ulaa|dwarven|mtf}","LG","Mining, quarrying","Forge*","A miner's pick"],["{@deity Valkauna|dwarven|mtf}","LN","Oaths, birth, aging, death","Grave,* Life","A silver ewer"],["{@deity Vergadain|dwarven|mtf}","N","Luck, wealth","Trickery","Gold coin bearing a dwarf's face"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}"],"name":"Dwarven Religion; Dwarf Deities (The Mordinsamman)","page":72,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-3","col-3","col-3"],"rows":[["{@deity Deep Duerra|duergar|mtf}","LE","Conquest, psionics","Knowledge, War","Mind flayer skull"],["{@deity Laduguer|duergar|mtf}","LE","Labor, slavery","Death, Forge*","Broken arrow"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}"],"name":"Duergar Deities","page":79,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dwarf Priest"],["2-4","Dwarf Noble"],["5-6","Dwarf Knight"]],"name":"Dwarves on the Move; Group Leader","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Special Allies","colLabels":["d8","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Dwarf Acolytes"],["5","Earth Elementals"],["6","Trained Griffons"],["7","Azers"],["8","Dwarf Mage"]],"name":"Dwarves on the Move; Special Allies","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Purpose of Travel","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Merchant caravan"],["2","Seeking a specific enemy"],["3","Patrolling to keep roads safe"],["4","Delivering ransom for captive clan member"],["5","Fleeing attack on stronghold"],["6","Diplomatic mission"]],"name":"Dwarves on the Move; Purpose of Travel","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Special Circumstances","colLabels":["d4","Circumstance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Suspicious of all outsiders"],["2","Carrying secret message"],["3","Pursued by foe"],["4","Returning home laden with treasure"]],"name":"Dwarves on the Move; Special Circumstances","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Prosperous. Clan occupies original stronghold, currently flourishing"],["2","Growing. Stronghold expanding"],["3","Declining. Clan population stagnant or decreasing"],["4","Beleaguered. Victimized by goblinoid and dragon attacks, intact but severely weakened"],["5","Scattered. Stronghold recently lost, many folk slain, survivors scattered"],["6","Refugees. Stronghold lost, survivors occupy a neighborhood or ward in human city"]],"name":"Dwarves in the Clan; Clan's Status","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Notable Trait","colLabels":["d10","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Founder was one of the greatest artisans in history"],["2","Clan owns a powerful artifact, such as an {@item Axe of the Dwarvish Lords}"],["3","Clan noted for expertise in a specific craft, such as brewing or armorsmithing"],["4","Clan has a sinister reputation, history plagued by scandal and mark of Abbathor"],["5","Militaristic clan, known for excellent fighting skills"],["6","Unusual stronghold, such as an undersea castle, a former cloud giant fortress, or an aboveground city"],["7","Prophecies indicate clan is destined to play a pivotal role in history"],["8","Heretical clan has rejected dwarf teachings in favor of human deities"],["9","Unique marker or curse, such as all clan members are hairless"],["10","Clan is known for its evil ways or a particularly sinister, notable member"]],"name":"Dwarves in the Clan; Clan's Notable Trait","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan Vocations","colLabels":["d20","Vocation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Armorer"],["2","Blacksmith"],["3","Brewer"],["4","Carpenter"],["5","Cook"],["6","Envoy"],["7","Farmer"],["8","Hunter"],["9","Jeweler"],["10","Mason"],["11","Merchant"],["12","Messenger"],["13","Miner"],["14","Potter"],["15","Scout"],["16","Sculptor"],["17","Shepherd"],["18","Warrior"],["19","Weaponsmith"],["20","Weaver"]],"name":"Dwarves in the Clan; Clan Vocations","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dwarf Adventurer Story Hooks","colLabels":["d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were accused of stealing a fellow artisan's item and claiming it as your work. Innocent or guilty, you were made an outcast."],["2","Your wanderlust prompted you to shirk your duties as a crafter in favor of wandering the world. Your clan isn't pleased with this choice."],["3","You became separated from your clan due to an earthquake, a drow slave raid, or similar event and hope to return home."],["4","You were assigned to become a merchant by the priests of Moradin and have yet to forgive them for their mistake. You should be working a forge, not wandering the outside world!"],["5","You are a spy, traveling incognito to gather information for the clan elders."],["6","You struggle to resist the lure of Abbathor, but can't hold it at bay. Better to walk the world and sate your greed on non-dwarves."]],"name":"Dwarves in the World; Dwarf Adventurer Story Hooks","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dwarf Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Water from the sky! It always surprises you."],["2","You have a fascination with the ocean and its chaos."],["3","Any creature larger than a human makes you nervous."],["4","You prefer to travel with a parasol or similar item that puts a comforting shelter over your head."],["5","You prefer to sleep during the day."],["6","You speak Common or any other non-dwarf language only if you must."],["7","For you, relaxation is putting in a day at the forge."],["8","You avoid contact with other dwarves, since you mistrust those who would leave their strongholds."]],"name":"Dwarves in the World; Dwarf Quirks","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"","colLabels":["Members","Number Present"],"colStyles":["col-6","col-6"],"rows":[["{@creature Duergar}","{@dice 2d6 + 5}"],["{@creature Duergar stone guard|mtf|Duergar stone guards}","{@dice 1d4 + 1}"],["{@creature Duergar kavalrachni|mtf}","{@dice 1d4}"],["{@creature Male steeder|mtf|Male steeders}","{@dice 1d4}"]],"name":"Duergar Raiding Parties; 1","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Duergar Stone Guard|MTF}"],["2-4","{@creature Duergar Warlord|MTF}"],["5-6","{@creature Duergar Despot|MTF}"]],"name":"Duergar Raiding Parties; Duergar Group Leader","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Special Allies","colLabels":["d20","Allies"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@dice 1d4} {@creature female steeder|MTF|steeders, female}"],["4-6","{@dice 1d3} {@creature duergar hammerer|MTF|duergar hammerers}"],["7","1 {@creature duergar mind master|MTF}"],["8","{@dice 1d3} {@creature duergar screamer|MTF|duergar screamers}"],["9-10","{@dice 1d3} {@creature duergar soulblade|MTF|duergar soulblades}"],["11","{@dice 1d6} {@creature duergar xarrorn|MTF}"],["12","{@dice 1d6} {@creature bearded devil||bearded devils} bound to service"],["13","{@dice 2d4} allied evil {@creature azer||azers}"],["14","{@dice 3d20} enslaved {@creature goblin||goblins}"],["15","{@dice 1d4} summoned {@creature earth elemental||earth elementals}"],["16","{@dice 1d6 + 2} {@creature gargoyle||gargoyles}"],["17","{@dice 1d8} {@creature hell hound||hell hounds}"],["18","1 trained {@creature rust monster}"],["19","1 {@creature shield guardian} bound to group leader"],["20","{@dice 1d4} enslaved {@creature troll||trolls}"]],"name":"Duergar Raiding Parties; Duergar Special Allies","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Purpose of Raid","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Collecting slaves"],["4","Pursuing a specific enemy"],["5","Patrolling for expansion opportunities"],["6","On a rampage for loot"]],"name":"Duergar Raiding Parties; Duergar Purpose of Raid","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Special Circumstances","colLabels":["d4","Circumstance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Special hatred for dwarves, will attack them first"],["2","Exiles, willing to bargain"],["3","Laden with loot from raid, tries to flee"],["4","Seeks to take hostages for ransom"]],"name":"Duergar Raiding Parties; Duergar Special Circumstances","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Clan Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ashlord"],["2","Battlegore"],["3","Doomfist"],["4","Earthlord"],["5","Firetamer"],["6","Knifemind"],["7","Mindeater"],["8","Necksnapper"],["9","Orehammer"],["10","Runehammer"],["11","Thundermaster"],["12","Underearth"]],"name":"Duergar in the Clan; Duergar Clan Names","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Clan's Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Mighty. Conquered several dwarven strongholds, dominates Underdark region"],["2","Growing. Stronghold expanding"],["3","Declining. Clan growing stale, population falling"],["4","Beleaguered. Surrounded by drow and illithid foes"],["5","Scattered. Torn apart by slave rebellion or civil war"],["6","Refugees. Defeated by enemies, few survivors"]],"name":"Duergar in the Clan; Duergar Clan's Status","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Notable Trait","colLabels":["d12","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Stole a mighty dwarven artifact"],["2","Has bound many devils to service"],["3","Experts in building mechanical devices"],["4","Conducts trade with the City of Brass"],["5","Notable for defeating many dwarves"],["6","Conquered and occupied a drow enclave"],["7","Is secretly controlled by mind flayers"],["8","Has enslaved a colony of troglodytes"],["9","Have interbred with devils"],["10","Known for its extensive spy network on surface"],["11","Masters of psionics"],["12","Dominated by a coven of warlocks"]],"name":"Duergar in the Clan; Clan's Notable Trait","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Adventurer Story Hooks","colLabels":["d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are a heretic, drawn to worship of Moradin."],["2","Caught stealing, you escaped imprisonment but not before torture left you with a scar or lasting injury."],["3","You were enslaved by drow or mind flayers but escaped to the surface."],["4","You seek only to test yourself in battle with monsters."],["5","Profit is all that matters to you."],["6","The best way to defeat the folk of the surface is to study them firsthand."]],"name":"Duergar in the World; Duergar Adventurer Story Hooks","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Quirks","colLabels":["d6","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A separate personality in your mind provides advice and guidance to you."],["2","Your gear must be perfectly arranged, otherwise someone must bleed."],["3","When there isn't a roof over your head, you keep your eyes on the ground."],["4","You don't talk unless you absolutely must."],["5","The outside world is a giant cave, and nothing will convince you otherwise."],["6","Humans fascinate you, and you collect odd trinkets of their culture."]],"name":"Duergar in the World; Duergar Quirks","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Race","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-3","col-2 text-center","col-2 text-center","col-2 text-center","col-3 text-center"],"rows":[["Githyanki","5'0\"","100 lb.","+{@dice 2d12}","×({@dice 2d4}) lb."],["Githzerai","4'11\"","90 lb.","+{@dice 2d12}","×({@dice 1d4}) lb."]],"name":"Gith Random Height and Weight","page":96,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Names, Male","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Elirdain"],["2","Gaath"],["3","Ja'adoc"],["4","Kar'i'nas"],["5","Lykus"],["6","Quith"],["7","Ris'a'an"],["8","Tropos"],["9","Viran"],["10","Xamodas"]],"name":"Gith Tables; Githyanki Names, Male","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Names, Female","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aaryl"],["2","B'noor"],["3","Fenelzi'ir"],["4","Jen'lig"],["5","Pah'zel"],["6","Quorstyl"],["7","Sirruth"],["8","Vaira"],["9","Yessune"],["10","Zar'ryth"]],"name":"Gith Tables; Githyanki Names, Female","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Personality Traits","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When I'm bored I make my own excitement, and I'm always bored."],["2","I treat others as if they were animals that simply don't know any better."],["3","Violence is a spice that makes life worth living."],["4","Old age is a concept that I find fascinating. Maybe someday I too will be aged."]],"name":"Gith Tables; Githyanki Personality Traits","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Ideals","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fidelity. Warriors are only as good as the vows they keep."],["2","Power. The weak rule the strong."],["3","Duty. It is by Vlaakith's will alone that I act."],["4","Freedom. No strong soul should be enslaved. Better to die first than live as another's puppet."]],"name":"Gith Tables; Githyanki Ideals","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Bonds","colLabels":["d4","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","There is no greater duty than to serve the Revered Queen."],["2","Humanity thrives only because we conquered the illithids. Therefore, what is theirs is ours."],["3","Without battle, life has no purpose."],["4","Life is but a spark in the dark. We all go dark, but those who dare can burn bright."]],"name":"Gith Tables; Githyanki Bonds","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hunger and thirst are unbearable pains to me."],["2","I can't see a non-githyanki as a real threat."],["3","I follow orders, regardless of their implications."],["4","I start projects but never finish them."]],"name":"Gith Tables; Githyanki Flaws","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Names, Male","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dak"],["2","Duurth"],["3","Ferzth"],["4","Greth"],["5","Hurm"],["6","Kalla"],["7","Muurg"],["8","Nurm"],["9","Shrakk"],["10","Xorm"]],"name":"Gith Tables; Githzerai Names, Male","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Names, Female","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adaka"],["2","Adeya"],["3","Ella"],["4","Ezhelya"],["5","Immilzin"],["6","Izera"],["7","Janara"],["8","Loraya"],["9","Uweya"],["10","Vithka"]],"name":"Gith Tables; Githzerai Names, Female","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Personality Traits","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","All energy must be expended to a useful end. Frivolity is the first step to defeat."],["2","Patience in all things. The first step in any venture is the most treacherous."],["3","Emotions are a trap, meant to weaken the intellect and disturb the nerves. Pay them no heed."],["4","Begin only those tasks you will finish. Strike only that which you will kill."]],"name":"Gith Tables; Githzerai Personality Traits","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Ideals","colLabels":["d4","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Faith. Zerthimon shall return, and I will be worthy to walk beside him."],["2","Courage. The mind can master anything if it is unfettered by fear."],["3","Duty. My people survive only because those like me place their needs above our own."],["4","Freedom. No strong soul should be enslaved. Better to die first than live as another's puppet."]],"name":"Gith Tables; Githzerai Ideals","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Bonds","colLabels":["d4","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Zerthimon provides an example of conduct that I strive to duplicate."],["2","Menyar-Ag hand-picked me for my duties, and I will never betray the trust he showed in me."],["3","Vlaakith and her toadies will be defeated, if not by me then by those who follow in my footsteps."],["4","I will not rest until the last elder brain is destroyed."]],"name":"Gith Tables; Githzerai Bonds","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I see githyanki machinations behind every threat."],["2","I believe in the supremacy of the gith and that githzerai and githyanki will align to rule the multiverse."],["3","I respond to even minor threats with overwhelming displays of force."],["4","The next time I laugh will be the first. The sound of merriment takes me to the edge of violence."]],"name":"Gith Tables; Githzerai Flaws","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Dragon Chance","colLabels":["d6","result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","No dragons"],["6","Roll on the encounter to determine the number"]],"name":"Githyanki Raiding Parties; Dragon Chance","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Raiding Party Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Githyanki Supreme Commander|MTF}"],["2-3","{@creature Githyanki Knight}"],["4-5","{@creature Githyanki Kith'rak|MTF}"],["6","{@creature Githyanki Gish|MTF}"]],"name":"Githyanki Raiding Parties; Raiding Party Leader","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Special Allies","colLabels":["d10","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","No special Allies"],["4-5","{@creature Githyanki Knight||Githyanki Knights}"],["6-7","{@creature Githyanki Knight||Knights} and {@creature Githyanki Gish|MTF|Gish}"],["8-9","{@creature Githyanki Gish|MTF|Gish} and {@creature Githyanki Knight||Knights}"],["10","{@creature Githyanki Kith'rak|MTF|Kith'rak}"]],"name":"Githyanki Raiding Parties; Githyanki Special Allies","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Raiding Party Transport","colLabels":["d6","Transport (with crew)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","One astral skiff carrying entire group"],["3-4","Two astral skiffs, each carrying half of group"],["5","Astral brig carrying entire group plus an additional 30 {@creature githyanki warrior||githyanki warriors}"],["6","Planar raider carrying entire group plus an additional 60 {@creature githyanki warrior||githyanki warriors}"]],"name":"Githyanki Raiding Parties; Raiding Party Transport","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Purpose of Raid","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Wanton destruction, the githyanki want to fight and loot to relieve their boredom"],["3","Revenge, the githyanki seek a stolen silver sword"],["4-5","Mind flayer hunt, the githyanki are seeking mind flayers and their thralls"],["6","Vlaakith's orders, the githyanki have been dispatched to seize a specific item or person"]],"name":"Githyanki Raiding Parties; Githyanki Purpose of Raid","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Githzerai Anarch|MTF}"],["2-3","{@creature Githzerai Enlightened|MTF}"],["4-6","{@creature Githzerai Zerth}"]],"name":"Githzerai Groups; Githzerai Group Leader","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Special Allies","colLabels":["d8","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","The group has no allies"],["4-5","{@dice 1d4} {@creature Githzerai Zerth||Zerths}"],["6","{@dice 1d4} {@creature githzerai enlightened|MTF}"],["7","{@dice 1d4} {@creature githzerai zerth||githzerai zerths}, {@dice 1d4} {@creature githzerai enlightened|MTF}"],["8","1 {@creature githzerai anarch|mtf}, {@dice 1d4} {@creature githzerai enlightened|mtf}"]],"name":"Githzerai Groups; Githzerai Special Allies","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Mission Purpose","colLabels":["d4","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hunting a specific mind flayer colony"],["2","Seeking news on mind flayer activity"],["3","On a training mission, seeking to hone their skills and learn of the world"],["4","Seek to ally with party on a raid against mind flayers"]],"name":"Githzerai Groups; Githzerai Mission Purpose","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-4","col-2","col-3"],"rows":[["{@deity Arvoreen|halfling|mtf}","LG","Vigilance, war","War","Crossed short swords"],["{@deity Brandobaris|halfling|mtf}","N","Adventure, thievery","Trickery","Halfling footprint"],["{@deity Charmalaine|halfling|mtf}","N","Keen senses, luck","Trickery","Burning boot print"],["{@deity Cyrrollalee|halfling|mtf}","LG","Hearth, home","Life","An open door"],["{@deity Sheela Peryroyl|halfling|mtf}","NG","Agriculture, nature, weather","Nature, Tempest","A flower"],["{@deity Urogalan|halfling|mtf}","LN","Earth, death","Death, Grave,* Knowledge","Silhouette of a dog's head"],["{@deity Yondalla|halfling|mtf}","LG","Primary goddess of halflings","Life","Cornucopia"]],"name":"Halfling Deities","page":102,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You try to start every day with a smile."],["2","Why walk when you can skip?"],["3","You make up songs about your friends that praise them for their bravery and intelligence."],["4","You are extremely cautious, always on the lookout for monsters and other dangers."],["5","You always see the bright side of a situation."],["6","You like to collect mementos of your travels."]],"name":"Halfling Tables; Halfling Personality Traits","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Courage. You seek to prove that the bravest heart can be contained within the smallest of packages."],["2","Companionship. You're pretty sure you can be friends with anyone or anything."],["3","Hopeful. You will live a life of adventure and have many stories to tell."],["4","Protective. You make sure to shelter the innocent."],["5","Honest. Your mother told you to always tell the truth."],["6","Excitement. Can you steal the sleeping giant's pouch? Of course you can!"]],"name":"Halfling Tables; Halfling Ideals","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The safety of your village is worth any sacrifice."],["2","Nothing is more valuable than friendship and family."],["3","You are following your own path through life. No one can tell you what to do."],["4","You have a special heirloom that you never part with."],["5","You won't rob or hurt those who are weaker or less fortunate than you."],["6","No matter how small you may be, you won't back down from a bully."]],"name":"Halfling Tables; Halfling Bonds","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You can't resist poking your nose where it doesn't belong."],["2","You are very fidgety. Sitting still is a major challenge."],["3","You can't pass up a good time."],["4","You hate to miss a meal, and become grumpy and illtempered when you must."],["5","You are fascinated by shiny things and can't help \"borrowing\" them."],["6","You never settle for just one slice when you can have the whole cake."]],"name":"Halfling Tables; Halfling Flaws","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Reasons for Adventuring","colLabels":["d6","Reason"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Peeling taters and herding goats all the time wasn't your cup of tea."],["2","You fell asleep on a raft one day and woke up near a human city. You were so thrilled with the strange sights and tasty food that you never turned back."],["3","What started off as simple pumpkin pillaging from nearby farms turned into your becoming a wandering rogue for hire."],["4","You talked to a nice faerie in the woods, and all of a sudden you were a thousand miles from home."],["5","Your village elder told you so many stories about being a rogue in an adventuring party that you couldn't resist the urge to try doing it yourself."],["6","A friend dared you to jump on the back of a sleeping horse, which turned out to be a pegasus, and your life hasn't slowed down since."]],"name":"Halfling Tables; Reasons for Adventuring","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-3","col-1 text-center","col-2","col-2","col-4"],"rows":[["{@deity Baervan Wildwanderer|gnome|mtf}","NG","Woodlands","Nature","Face of a raccoon"],["{@deity Baravar Cloakshadow|gnome|mtf}","NG","Illusion, deception","Arcana,** Trickery","Dagger against a hooded cloak"],["{@deity Bleredd|gnome|mtf}","N","Labor, craft","Forge,* Light","Iron mule"],["{@deity Callarduran Smoothhands|gnome|mtf}","N","Mining, stone carving","Knowledge, Nature","Golden signet ring with six pointed star"],["{@deity Flandal Steelskin|gnome|mtf}","NG","Metalwork Forge,*","Knowledge","Flaming hammer"],["{@deity Gaerdal Ironhand|gnome|mtf}","LG","Protection","War","Iron band"],["{@deity Garl Glittergold|gnome|mtf}","LG","Primary god of gnomes","Trickery","Gold nugget"],["{@deity Gelf Darkhearth|gnome|mtf}","CN","Frustration, destruction","War","Broken anvil"],["{@deity Nebelun|gnome|mtf}","CG","Invention, luck","Forge,* Knowledge, Trickery","Bellows and lizard tail"],["{@deity Rill Cleverthrush|gnome|mtf}","LN","Law, thought","Knowledge","Interlocking gears"],["{@deity Segojan Earthcaller|gnome|mtf}","NG","Earth, the dead","Grave,* Light","Glowing gemstone"],["{@deity Sheyanna Flaxenstrand|gnome|mtf}","CG","Love, beauty, passion","Light","Two silver goblets"],["{@deity Urdlen|gnome|mtf}","CE","Greed, murder","Death, War","Whiteclawed mole emerging from ground"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}","**Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Gnome Gods; Gnome Deities","page":110,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once you develop a liking for something, you quickly become obsessed with it."],["2","You live life like a leaf on the breeze, letting it take you where it will."],["3","The world is a miraculous place, and you are fascinated by everything in it."],["4","You study your friends and take notes about how they act, jotting down things they say that interest you."],["5","Your curiosity is so wide-ranging that you sometimes have trouble concentrating on any one thing."],["6","You like to make little objects and creatures out of twigs or bits of metal and give them to friends."]],"name":"Gnome Tables; Gnome Personality Traits","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Love. You love little (and big) critters and go out of your way to help them."],["2","Curiosity. You can't stand an unsolved mystery or an unopened door."],["3","Knowledge. You are interested in everything. You never know when what you learn will come in handy."],["4","Compassion. You never turn down a plea for help."],["5","Helpfulness. Whether you see a broken contraption or a broken heart, you have to try to fix it."],["6","Excellence. You strive to be and do the best you can."]],"name":"Gnome Tables; Gnome Ideals","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You pledge to bring something of immense value back to your burrow."],["2","Anything of great quality and artisanship is to be protected, respected, and cared for."],["3","Kobolds have caused you and your people nothing but trouble. You will avenge those wrongs."],["4","You are searching for your lost love."],["5","You will recover a keepsake stolen from your clan."],["6","You are willing to take risks to learn about the world."]],"name":"Gnome Tables; Gnome Bonds","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You embody the typical absent-minded professor. If you could forget where you put your head, you would."],["2","You prefer to hide during a fight."],["3","There is no difference between what you think and what you say."],["4","You can't keep a secret."]],"name":"Gnome Tables; Gnome Flaws","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Nation.} I am devoted to the restoration of Benalia's empire."],["2","{@b Peace.} Life can truly thrive only when war and strife are stilled."],["3","{@b Protection.} I will also protect the less fortunate from the depredations of the rich and strong."],["4","{@b Hope.} The world is emerging from a long despair, and needs every shred of inspiration we can offer."],["5","{@b Honor.} If I dishonor myself, I bring dishonor on my deity, my nation, and my family."],["6","{@b Solidarity.} Together, we are stronger than any of us alone."]],"name":"Heroes of Benalia; Suggested Ideals","page":5,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I am connected to one of the Seven Great Houses, and I place its interests above all others."],["2","I have closer ties among my Star-Clan than in my blood family."],["3","I own a weapon or a piece of armor used by a renowned ancestor."],["4","I am in love with a member of a different great house."],["5","I believe I am the last heir of a great house that was lost."],["6","My family's estate lies in ruins, and I want to rebuild it."]],"name":"Heroes of Benalia; Suggested Bonds","page":5,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Defend a mining settlement in the Red Iron Mountains from the raids of Crookshank kobolds."],["2","Establish trade or negotiate a treaty with minotaurs in the Hurloon Mountains."],["3","{@action Help} settle a dispute between two of the Great Houses."],["4","Convince the Council of Seven to send military aid to one of the seven houses."],["5","Establish a trading colony in an inhospitable land."],["6","Uncover a traitor or Cabal cultist among the Seven Great Houses."]],"name":"Benalish Quests","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A lost Sheoltun temple of the state-sponsored Church of Angelfire"],["2","A hidden mountain cave holding an ancient Thran relic"],["3","A secret subbasement deep under New Benalia, which once served as a meeting place for the outlawed Church of Serra during the Sheoltun Empire's reign"],["4","A wrecked Phyrexian portal-ship, long overgrown by nature"],["5","The remains of a castle that sank in a mire during the Years of Salt"],["6","The top of a tower in Benalia City"],["7","An open field dotted with ruins left behind by long-ago war"],["8","A shipwreck just off the coast"],["9","An abandoned mansion in the Caligo Morass"],["10","A Serran cathedral fallen to the ground from its place in the sky"]],"name":"Benalish Sites","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A zealous warrior wants to lead an army to war against Keld."],["2","A house leader wants their house to be the Highest House several years ahead of schedule."],["3","A suspicious noble joins forces with a fiery Serran priest to try to root out corruption and the taint of the Cabal from the populace, with many innocents getting hurt in the process."],["4","A hotheaded aven demands that their people gain immediate representation on the Council of Seven."],["5","A pious noble seeks to bring the entire Church of Serra under Benalish control, combining church and state into a theocratic empire."],["6","One member of the Council of Seven has a long-standing grudge against another."],["7","A skin-witch of the Caligo Morass brings a nearby area under a curse."],["8","An important noble has fallen under the influence of an advisor with ties to the Cabal, and is advancing the Cabal's plans without knowing it."]],"name":"Benalish Villains","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Law.} \"Law must be upheld. If the knots of order are loosened, chaos will spill through.\" (Song of All, Canto 167)"],["2","{@b Grace.} \"Grace must be preserved. If the strands of Grace are unraveled, its design will be lost, and the people with it.\" (Song of All, Canto 167)"],["3","{@b Duty.} \"Duty must be obeyed. If the frame of Duty is broken, none shall weave life's fabric.\" (Song of All, Canto 167)"],["4","{@b Reason.} \"Reason must be retained. If the web of Reason comes unwoven, madness will escape.\" (Song of All, Canto 167)"],["5","{@b Truth.} \"Truth must be set free. If the wings of Truth are clipped, the voices will fall silent.\" (Song of All, Canto 167)"],["6","{@b The Four Virtues.} Art, discourse, freedom, and peace are the life of the spirit, as the spirit is the life of the body."]],"name":"Heroes of Serra; Suggested Ideals","page":8,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I would do anything to protect the Cathedral of Serra at Sursi."],["2","I have sworn to aid Lyra Dawnbringer in protecting Benalia."],["3","I make regular pilgrimages to the Temple of Serra at Epityr in New Argive, the oldest active Serran worship site in the world."],["4","I preserve many of the old traditions of the Daru nomads or the aven, revering Serra as the Ancestor."],["5","A lesser angel has become a close friend and confidante to me."],["6","I think the stained glass in my holy symbol came from Serra's Realm before that artificial plane's collapse. Invoke the Divine Magali Villeneuve"]],"name":"Heroes of Serra; Suggested Bonds","page":8,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Act as an impartial mediator between Benalia and Keld (or two other powers of the region)."],["2","Tame a mesa pegasus from the lands of Sursi on the east coast of southern Aerona, near the great Cathedral of Serra."],["3","Protect a peaceful community of Serran monks who have come under attack (from without or within)."],["4","Answer the call of a barbarian chieftain who wants to hear the message of Serra and consider conversion."],["5","Find an angel who has disappeared in a dangerous land."],["6","Retrieve as much artwork as possible from a ruined Serran church—whether an ancient site or one that was only recently destroyed."]],"name":"Serran Quests","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A majestic Serran cathedral floating in the air (perhaps above Benalia City)"],["2","A small monastery surrounded by pastoral farmland or quiet woods"],["3","A remote temple maintained and inhabited by an order of knights"],["4","An ancient ruin preserving some foreign aspect of Serra worship (such as Otarian devotion to the Ancestor)"],["5","A sacred cave where a new angel was (or is about to be) birthed"],["6","An abandoned missionary post destroyed by hostile natives of the area"],["7","A chapel within a castle or palace beset by intrigue"],["8","A roadside shrine where miracles have occurred lately"],["9","A community devoted to the spiritual path of the artistic life"],["10","The scorched site of an angel's death"]],"name":"Serran Sites","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A Serran priest believes that no one is beyond redemption, and is shielding a murderous villain from the law in the hope that they will repent."],["2","A naive angel keeps sending Serran knights on deadly quests against impossible odds."],["3","An aven priest wants to lead other aven away from the Serran church and revive the worship of the Ancestor, but without the accretion of Serran tradition."],["4","A warrior chieftain claims to have converted to Serra worship and launches a crusade in the church's name—but this is a thinly veiled excuse to conquer a neighboring territory."],["5","A Serra angel has been corrupted by the demonic power of the Cabal."],["6","A community of Serran monks has been somehow led astray into the contemplation of an ancient, nameless evil."],["7","An old priest grows bitter with grief and frustration, convinced that their life's work has been a waste—and turns to the pursuit of revenge."],["8","A priest twists the teachings of Serra to paint a certain group of innocent people as evil, and to call for their extermination."]],"name":"Serran Villains","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Teaching.} Tolaria is a school where the world's most promising wizards can learn from masters of their craft."],["2","{@b Restoration.} Every day, lost knowledge is regained and devastated lands are renewed. It's our duty to use our magic to help this effort continue."],["3","{@b Responsibility.} Following the philosophy of the Academy's original headmaster, Barrin, I am dedicated to keeping powerful magic out of the hands of those who would abuse it."],["4","{@b Innovation.} Like the ancient artificer Urza, I believe progress comes through bold and radical new design."],["5","{@b Progress.} Like the kind Tolarian chancellor Rayne, I believe progress comes through careful iteration and measured experimentation."],["6","{@b Self-Improvement.} Like Urza's brother Mishra, I believe that the improvement of the body through genetic and artificial modification leads to the general improvement of humanity."]],"name":"Heroes of Tolaria; Suggested Ideals","page":10,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I have a former student I'm convinced will do great things—for good or for evil."],["2","I bought a cheap curio from a secondhand store, and I was expelled when it caused a magical accident."],["3","I've gotten tangled up with illegal research by way of the Shadow Academy, which uses interdimensional spaces to facilitate communication."],["4","By virtue of a parent who is emeritus faculty, I have the rare privilege of citizenship in one of the Academies."],["5","One of my old teachers has a knack for contacting me at the strangest times."],["6","I believe that my genetic makeup was manipulated for some unknown purpose."]],"name":"Heroes of Tolaria; Suggested Bonds","page":10,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieve a unique magical device from the ruins of a catastrophe—but be careful, because the device might well have been what caused the catastrophe."],["2","Copy a spell from the spellbook of a mysterious or hostile wizard."],["3","Find a way to reverse the effect of a disastrous magical experiment."],["4","Decide what to do with a notebook you found, which is full of forbidden research into Phyrexian transformation."],["5","Steal a magical object that's on display in a museum on campus in order to uncover its secrets or harness the energy it holds."],["6","Try to reproduce the research of a wizard who has gone missing, without ending up missing yourself."]],"name":"Tolarian Quests","page":11,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","An underwater ruin left behind by a terrible catastrophe"],["2","The trap-filled tower of an eccentric, suspicious, and powerful wizard"],["3","An arcane workshop or laboratory filled with inexplicable and undoubtedly dangerous devices"],["4","A laboratory where research was once conducted—or still is conducted—on living monsters"],["5","A small stronghold drifting through the air or across the ocean"],["6","A library hidden in an extradimensional space"],["7","An ancient Phyrexian or Thran artifact, now overgrown by nature"],["8","A crater where a meteorite or a flying vessel crashed to the ground centuries ago"],["9","A newly discovered ruin from an ancient era of advanced magical technology"],["10","An area that has just returned after being phased out of the flow of time"]],"name":"Tolarian Sites","page":11,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A member of the Society of Mishra seeks to be transformed into a biomechanical demon of fused metal and flesh."],["2","A Gathist involved in illegal genetic experimentation seeks to create a race of supersoldiers to forge a nation through conquest."],["3","A collector steals magical items and treats them like valuable works of art."],["4","A professor of temporal studies seeks to hasten the process of rebirth and renewal—by shifting the entire world backward in time to its \"glory days.\""],["5","An archaeologist has discovered an ancient magical weapon that caused untold devastation, and is trying to find a use for it."],["6","A professor has imprisoned students in a tower and compelled them to participate in genetic, biomechanical, psychological, or other research."],["7","An artificer built a golem that has achieved its own evil consciousness, and which seeks to better understand living creatures through vivisection."],["8","A misguided master wizard is trying to trace a single \"true Tolarian ancestry,\" so as to prevent those who don't belong to that human bloodline from entering the Academies and studying magic."]],"name":"Tolarian Villains","page":12,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Vodalian Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieve an artifact from ancient Vodalia that is kept in a Tolarian museum."],["2","Sabotage a Cabal port on Walassa, where ships set sail for Aerona carrying Cabal cultists."],["3","Protect a peripatetic member of the Society of the Conch on a journey to learn about your native culture."],["4","Defend a surface port loyal to Vodalia from a land-based attack."],["5","Find a pirate captain who slaughtered a group of merfolk, but who has not been seen in the Voda Sea since."],["6","Retrieve an item of historical significance from a Keldon fortress."]],"name":"Vodalian Quests","page":13,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Vodalian Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A shipwreck on the ocean floor"],["2","A surface-built city that sank in a magical catastrophe"],["3","A temple to Svyelune"],["4","A city built on the back of an enormous leviathan"],["5","A palace in a coral reef"],["6","A ship crossing the Voda Sea"],["7","A well-preserved Thran or Phyrexian artifact deep underwater"],["8","A deep ocean trench"],["9","A sea cave on an island shore"],["10","A beach where merfolk trade with surface-dwellers"]],"name":"Vodalian Sites","page":14,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Vodalian Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A hotheaded young military officer, part of the Akula Current, plans to escalate conflict with a surface port in hopes of eventually annexing the port."],["2","A notable aristocrat decides that no ships may cross their territory—and sinks a merchant vessel to emphasize the point."],["3","A mage manipulates coastal waters, causing saltwater to back up rivers, beachfront land to flood, and docks to be swept away by the waves."],["4","A group of merfolk turn to piracy, angering both surface-dwellers and other merfolk."],["5","A trickster lures sailors into shipwrecks, then either takes them captive or watches them drown."],["6","A spellcaster calls up horrific monsters from the ocean depths to attack a coastal town."],["7","A general's crusade against homarids is driving those creatures into human-occupied coastal lands."],["8","A wizard seeks the Golgothian Sylex—the artifact that destroyed the island of Argoth and launched the ice age—in hopes of destroying all land on Dominaria."]],"name":"Vodalian Villains","page":14,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Cabal Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A small shrine to Belzenlok located near a major city"],["2","A basement room in a busy town where Cabal cultists meet"],["3","A ruined library that cultists are excavating, hoping to find magic items to decorate Belzenlok's throne"],["4","A half-collapsed temple in a dark swamp"],["5","An ancient war machine whose power the Cabal is trying to harness"],["6","A small outpost of Grimnant knights"],["7","A deep sinkhole with whispering echoes emerging from the darkness"],["8","A secret fortress in the mountains"],["9","An abandoned mine shaft"],["10","The house of an aristocrat who has joined the Cabal"]],"name":"Cabal Sites","page":16,"source":"PSD","chapter":{"name":"Belezenlok's Cabal","index":5}},{"caption":"Cabal Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A Grimnant commander leads raids along a nation's borders to sow chaos and confusion."],["2","A Cabal assassin starts killing the firstborn children of prominent families."],["3","A dementist unleashes formless horrors of nightmare upon a defenseless town."],["4","A cult leader sends a miasma out from a hidden temple to pollute and corrupt the surrounding forest."],["5","A Cabal cultist has infiltrated a ruling council or prominent church body and begins destroying it from within."],["6","A dementist is controlling the mind of a monster, sending it to rampage through an area of farms and villages."],["7","A Cabal infiltrator sows discord among various factions within a larger organization (different Serran orders, different Benalish houses, and so forth)."],["8","Cabal infiltrators detonate nightmare devices designed to cause as much terror as possible, striking in highly populated areas at unpredictable times."]],"name":"Cabal Villains","page":17,"source":"PSD","chapter":{"name":"Belezenlok's Cabal","index":5}},{"caption":"Suggested Ideals","colLabels":["d6","ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Self-Reliance.} I don't wear or use anything I haven't made myself. You can't count on anyone else in this world."],["2","{@b Future.} I believe a true Twilight still awaits the Keldon faithful, when our fallen heroes will rise up to fight alongside us as we conquer the world."],["3","{@b Pragmatism.} No ancestors are coming to save us—we are our only hope."],["4","{@b Coin.} I will happily fight for those too weak to defend themselves, if they pay me enough."],["5","{@b Freedom.} The so-called \"new Keld\" is too safe, too controlled. The fire in Keldon blood demands warfare and pillage."],["6","{@b Keld.} I am Keldon, and that is all that matters. I seek the glory and prosperity of my people above all else."]],"name":"Bard or Cleric; Suggested Ideals","page":18,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I fight to prove myself worthy of my glorious ancestors."],["2","Even away from Keld, my loyalty is to my warlord and the rest of my warhost."],["3","I'm inexplicably drawn to the sacred peak called the Mountain."],["4","My favorite weapon is one I forged from the broken weapons of my enemies."],["5","I want to be a warlord someday, and I won't stop there."],["6","I had a dear mentor from another nation who taught me my skills."]],"name":"Bard or Cleric; Suggested Bonds","page":18,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Persuade a Benalish house to abandon a colony newly established on Keld's soil."],["2","Carry an urgent message from one warlord to another across a dangerous area."],["3","Convince a wayward warlord to obey an overseer's orders before the situation escalates into full-on rebellion."],["4","Undermine the loyalty of a rebellious warlord's warhost, thus depriving the warlord of power."],["5","Kill a monster lurking in the mountains."],["6","Fend off attacks by frost giants from the north."]],"name":"Keld Quests","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","At the foot of the Keldons' sacred Mountain"],["2","At the entrance to the Keldon Necropolis, where great figures of the past are interred"],["3","Inside a glacier"],["4 ","A mountain cave"],["5","A tower formed from strange black ice"],["6","A forest clearing where the air is cold enough to freeze your breath in your mouth"],["7","A smith's forge"],["8","A plateau where carved megaliths are erected"],["9","A camp with dozens of round tents"],["10","At the peak of the Keldons' sacred Mountain"]],"name":"Keld Sites","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A warlord leads an attack on a different warhost."],["2","A doyen advises several different warlords to provoke conflicts with Benalia, believing that a full-scale war will trigger the true Twilight."],["3","A shaman has secretly made an alliance with the frost giants of the northern wastes to help overthrow the grand warlord."],["4","A shaman dabbles in the hated arts of necromancy, hoping to reproduce the false Twilight caused by the Phrexians."],["5","A frost giant shaman brings a nightmarish winter down over Keld, and it begins spreading farther south."],["6","A warlord leads a host in longboats to the Benalish isle of Avenant."],["7","A warlord directly challenges the authority of the grand warlord, hoping to take her place."],["8","A warlord kills the grand warlord and starts transforming Keld back into the land of bloodthirsty raiders it once was."]],"name":"Keld Villains","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Suggested Ideals","colLabels":["d8","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Riashil Pacifism.} To live at peace with nature, we must first learn to live at peace with each other."],["2","{@b Staprion Defiance.} Those who cross lines must be put in their place."],["3","{@b Loridalh Interdependence.} I am my own master, but I am strongest when I work as part of the web of all life."],["4","{@b Kelfae Flexibility.} The search for stability—whether in a swaying treetop or in the turmoil of life—is fruitless."],["5","{@b Jubilar Remembrance.} The sacrifice of those who were exterminated in the Phyrexian Invasion must be remembered, and their stories retold."],["6","{@b Basiphem Pride.} Because we are strong, it is our responsibility to aid the rest of the forest where we can."],["7","{@b Hedressel Holiness.} We must maintain our distance—culturally and physically—from other peoples to maintain our connections to the wood."],["8","{@b Ruadach Openness.} We must open ourselves to new cultures, new peoples, and new ideas, or we will rot like a fallen log."]],"name":"Fighter or Ranger; Suggested Ideals","page":21,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Suggested Bonds","colLabels":["d8","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I could always count on my mother to give me a good bonk on the head if I did something foolish. (Riashil)"],["2","I will have my revenge against the Cabal for the harm they have done to my kin. (Staprion)"],["3","One of the twelve tallest emergent trees in Llanowar is the dearest place to me in all the world. (Loridalh)"],["4","I was bonded to a kavu at birth. (Kelfae)"],["5","I survived the Phyrexian Invasion over three hundred years ago, and I will never forget the faces of those who died. (Jubilar)"],["6","My family carries the shame of failing to protect Llanowar from the Phyrexian Invasion, and I will stop at nothing to undo that shame. (Basiphem)"],["7","I spent a year in Hedressel, and I would give my life to defend that holy place. (Hedressel)"],["8","I left my family rather than endure the grief of losing them. (Ruadach)"]],"name":"Fighter or Ranger; Suggested Bonds","page":21,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Find the source of orc raids in the Ironcrown Mountains."],["2","Retrieve something caught in the web of an enormous spider."],["3","Carry a message to a Benalish city—about diplomacy, trade, matters of the heart, or anything else."],["4","Track down an interloper who managed to escape punishment for crimes against the forest (perhaps even trespassing in Hedressel)."],["5","Dispose of a newly uncovered piece of Phyrexian wreckage."],["6","Plant a seed from Llanowar in the Whispering Woods or another distant forest."]],"name":"Llanowar Quests","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Inside a giant tree that has strangely begun to rot from the inside"],["2","At the top of an emergent tree, where magical flowers grow"],["3","Nestled among the roots of one of the oldest and largest trees in the forest"],["4","A temple hollowed out from a huge branch of a still-living tree"],["5","A statue of the elf hero Eladamri, situated in the middle of a placid forest clearing"],["6","A network of rope bridges connecting canopy trees"],["7","A sinister-looking tower made from a dead tree"],["8","An enormous patch of mushrooms that gets larger every day"],["9","An overgrown Phyrexian war machine"],["10","An anthill, termite nest, or wasp nest that's larger than a grand temple"]],"name":"Llanowar Sites","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A zealous druid wants to drive the humans and half-elves out of Ruadach."],["2","A pragmatist thinks the old druidic traditions are holding the elves back from greatness, and seeks to destroy Hedressel or Molimo (or both)."],["3","A knight of the Steel Leaf tries to stir up war with Benalia, in order to have an excuse to slaughter the humans."],["4","A druid uses ancient necromancy to poison a stream supplying water to a Benalish town."],["5","A Staprion warrior believes the pacifist Riashil are traitors to the elves, and tries to goad them into fighting."],["6","An elf has bred a giant kavu intended to topple trees and destroy elfhames."],["7","A necromancer wants to use the spirits of the elven dead that are said to guard Hedressel to destroy the elves entirely."],["8","A leader of the Order of the Steel Leaf is in league with the Cabal, and tries to undermine the Staprion offensive against that order."]],"name":"Llanowar Villains","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"colLabels":["d10","Guild"],"colStyles":["text-center col-6","text-center col-6"],"rows":[["1","Azorius Senate"],["2","Boros Legion"],["3","House Dimir"],["4","Golgari Swarm"],["5","Gruul Clans"],["6","Izzet League"],["7","Orzhov Syndicate"],["8","Cult of Rakdos"],["9","Selesnya Conclave"],["10","Simic Combine"]],"name":"Random Guilds","page":6,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"colLabels":["Month","Name"],"colStyles":["text-center col-6","text-center col-6"],"rows":[["1","Seleszeni (March)"],["2","Dhazo (April)"],["3","Prahz (May)"],["4","Mokosh (June)"],["5","Paujal (July)"],["6","Cizarm (August)"],["7","Tevnember (September)"],["8","Golgar (October)"],["9","Quaegar (November)"],["10","Xivaskir (December)"],["11","Griev (January)"],["12","Zuun (February)"]],"name":"Ravnica's Calendar","page":7,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Ravnica Currency","colStyles":["col-3 text-center","col-3","col-3","col-3"],"colLabels":["Value","Azorius","Boros","Orzhov"],"rows":[["1 cp","copper zib","—","copper alms-coin"],["25 cp","silver 25-zib coin","—","—"],["1 ep","electrum 50-zib coin","—","—"],["1 gp","gold zino","gold zino","—"],["5 gp","—","gold 5-zino coin","—"],["1 pp","—","—","platinum 10-zino coin"],["10 pp","—","—","platinum 100-zino coin"]],"name":"Currency: Zibs and Zinos; Ravnica Currency","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Cosmopolitan Conveniences","colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["Cup of coffee","10 cp"],["Newspaper","15 cp"],["Pendulum clock","100–250 gp"],["Spectacles","25 gp"],["Spyglass","50–100 gp"]],"name":"Comforts of Civilization; Cosmopolitan Conveniences","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Standard Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Abyssal","Demons, devils","Infernal"],["Celestial","Angels","Celestial"],["Common","Humans","Common"],["Draconic","Dragons","Draconic"],["Elvish","Elves","Elvish"],["Giant","Ogres, giants","Minotaur"],["Goblin","Goblins","Common"],["Kraul","Kraul","Kraul"],["Loxodon","Loxodons","Elvish"],["Merfolk","Merfolk","Merfolk"],["Minotaur","Minotaurs","Minotaur"],["Sphinx","Sphinxes","—"],["Sylvan","Centaurs, dryads","Elvish"],["Vedalken","Vedalken","Vedalken"]],"name":"Standard Languages","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Party Makeup","colLabels":["d8","Party Makeup"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b One-Guild Party}. Choose a guild and refer to its description in {@book chapter 2|GGR|2} for suggestions on building the party around it."],["2","{@b Classic Party}. Boros or Selesnya cleric (Life Domain), Azorius or Boros fighter (Champion archetype), Dimir or Golgari rogue (Thief archetype), Boros or Izzet wizard (School of Evocation)"],["3","{@b Law and Order Party}. Boros cleric, Azorius fighter, Azorius wizard, Boros ranger"],["4","{@b Mad Science Party}. Simic druid, Izzet fighter, Izzet wizard, Simic monk"],["5","{@b Skulkers Party}. Golgari druid, Golgari fighter or ranger, Dimir rogue or monk, Dimir wizard"],["6","{@b Chaos Party}. Gruul druid, Gruul barbarian, {@creature Rakdos|GGR} warlock, {@creature Rakdos|GGR} rogue"],["7","{@b Nature Party}. Selesnya druid, Gruul barbarian, Simic wizard or Selesnya bard, Golgari rogue"],["8","{@b Benevolent Party}. Selesnya cleric, Boros paladin, Azorius wizard, Selesnya bard"]],"name":"Building a Party; Party Makeup","page":11,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Common Cause","colLabels":["d8","Reasons for Cooperating"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b Cellmates}. The characters are prisoners in an Azorius prison, a Gruul camp, or a {@creature Rakdos|GGR} cage."],["2","{@b Greater Threat}. The characters are fighting each other when a rampaging wurm attacks."],["3","{@b Sudden Danger}. The characters are trapped together by a sinkhole opening, a building collapsing, or a laboratory exploding."],["4","{@b Dream Team}. A strange dream leads each character to the same destination."],["5","{@b Lost Together}. The characters are hopelessly lost in an unfamiliar part of the city."],["6","{@b Detente}. By order of their guilds' leaders, the characters must cooperate to complete a secret mission."],["7","{@b Common Foe}. A villain is a common enemy to all the characters."],["8","{@b Do or Die}. The characters are all trying to avert the catastrophe of an all-out war among the guilds."]],"name":"Building a Party; Common Cause","page":11,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Random Height and Weight","colLabels":["Race","Base Height","Height Modifier","Base Weight","Weight Modifier"],"rows":[["Centaur","6'0\"","+{@dice 1d10}","600 lb.","× ({@dice 2d12}) lb."],["Goblin","3'5\"","+{@dice 2d4}","35 lb.","× 1 lb."],["Simic hybrid","*","*","*","*"],["Loxodon","6'7\"","+{@dice 2d10}","295 lb.","× ({@dice 2d4}) lb."],["Minotaur","5'4\"","+{@dice 2d8}","175 lb.","× ({@dice 2d6}) lb."],["Vedalken","5'4\"","+{@dice 2d10}","110 lb.","× ({@dice 2d4}) lb."]],"footnotes":["* As humanoid base option"],"name":"Random Height and Weight","page":12,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Barbarian","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Path of the Ancestral Guardian*","Gruul"],["Path of the Berserker","Gruul, {@creature Rakdos|GGR}"],["Path of the Storm Herald*","Gruul"],["Path of the Totem Warrior","Gruul"],["Path of the Zealot*","Boros, {@creature Rakdos|GGR}"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Barbarian","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Bard","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["College of Glamour*","Selesnya"],["College of Lore","Azorius, Selesnya"],["College of Swords*","{@creature Rakdos|GGR}"],["College of Valor","{@creature Rakdos|GGR}"],["College of Whispers*","Dimir"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Bard","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cleric","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Forge Domain*","Boros"],["Knowledge Domain","Azorius"],["Life Domain","Boros, Selesnya"],["Light Domain","Boros"],["Nature Domain","Selesnya"],["Order Domain**","Azorius, Orzhov"],["Tempest Domain","Gruul"],["Trickery Domain","Dimir"],["War Domain","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}","** Appears in this chapter"],"name":"Cleric","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Druid","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Circle of Dreams*","Selesnya"],["Circle of Spores**","Golgari"],["Circle of the Land","Golgari (forest, swamp, Underdark), Selesnya (forest, grassland), Simic (coast, forest)"],["Circle of the Moon","Gruul"],["Circle of the Shepherd*","Selesnya"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}","** Appears in this chapter"],"name":"Druid","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Fighter","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Arcane Archer*","Selesnya"],["Battle Master","Azorius, Boros, Orzhov, Selesnya"],["Cavalier*","Azorius, Boros"],["Champion","Azorius, Boros, Golgari, Gruul, Orzhov, {@creature Rakdos|GGR}, Selesnya, Simic"],["Eldritch Knight","Azorius, Boros, Izzet, {@creature Rakdos|GGR}"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Fighter","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Monk","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Way of Shadow","Dimir"],["Way of the Four Elements","Simic (focus on water- and air-related disciplines)"],["Way of the Open Hand","Selesnya, Simic"],["Way of the Sun Soul*","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Monk","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Paladin","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Oath of Conquest*","Orzhov"],["Oath of Devotion","Boros"],["Oath of Redemption*","Selesnya"],["Oath of the Ancients","Selesnya"],["Oath of Vengeance","Azorius"]],"name":"Paladin","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ranger","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Beast Master","Golgari (prefer insects and reptiles), Gruul (prefer fierce beasts), Selesnya (prefer wolves)"],["Gloom Stalker*","Golgari"],["Hunter","Boros, Gruul, Selesnya"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Ranger","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Rogue","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Arcane Trickster","Dimir"],["Assassin","Dimir, Golgari, Orzhov"],["Inquisitive*","Azorius, Dimir"],["Mastermind*","Dimir"],["Scout*","Gruul"],["Swashbuckler*","{@creature Rakdos|GGR}"],["Thief","Dimir, Golgari, Orzhov, {@creature Rakdos|GGR}"]],"name":"Rogue","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Sorcerer","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Divine Soul*","Boros"],["Draconic Bloodline","Izzet"],["Shadow Magic*","Dimir"],["Storm Sorcery*","Izzet"],["Wild Magic","Izzet"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Sorcerer","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Warlock","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["The Archfey","Selesnya"],["The Celestial*","Boros"],["The Fiend","{@creature Rakdos|GGR}"],["The Great Old One","Any"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Warlock","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Wizard","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["School of Abjuration","Azorius, Orzhov"],["School of Conjuration","Izzet, Simic"],["School of Divination","Azorius, Dimir, Orzhov"],["School of Enchantment","Azorius, Dimir, Orzhov"],["School of Evocation","Boros, Izzet"],["School of Illusion","Dimir"],["School of Necromancy","Golgari, Orzhov"],["School of Transmutation","Izzet, Simic"],["War Magic*","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Wizard","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["d6","Reason for Independence"],"colStyles":["text-center col-2","col-10"],"rows":[["1","I've been around long enough that my guild lets me do what I want."],["2","I've been chosen for special assignments because I'm just that good."],["3","I've been singled out for special assignments because somebody up the ranks hates me."],["4","I'm moonlighting, and I'd get in trouble if my superiors knew what I was up to."],["5","I've been put at the disposal of another guild because my superiors want to help them."],["6","I've been put at the disposal of another guild because my superiors hope I'll fail."]],"name":"Membership and Independence","page":31,"source":"GGR","chapter":{"name":"Guilds of Ravnica","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gruul Clan Options","colLabels":["d8","Clan"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Burning Tree clan"],["2","Ghor clan"],["3","Scab clan"],["4","Slizt clan"],["5","Gravel Hide clan"],["6","Zhur-Taa clan"],["7","Minor or new clan"],["8","Trog"]],"name":"Joining the Gruul Clans; Gruul Clan Options","page":59,"source":"GGR","chapter":{"name":"Guilds of Ravnica","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"People on the Street—Precinct One","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Banker, heading to a favorite restaurant"],["2","Diplomat, heading to the Chamber of the Guildpact"],["3","Gardener, pruning vegetation"],["4","Ghost, looking for directions to Orzhova"],["5","Government official, late for an appointment"],["6","Jeweler, heading to a grooming salon"],["7","Mob boss, leaving a nightclub"],["8","Noble, taking in the sights"],["9","Opera singer, enjoying a meal outside"],["10","Painter, working on a street scene"],["11","Tourist, gawking at everything"],["12","Translator, feeding some birds"]],"name":"People on the Street—Precinct One","page":105,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct One","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Oh, dear! Did you hear all that commotion yesterday evening near the opera house? It appears that a couple of dignitaries went missing during the performance.\""],["2","\"I hear that Nolson has purses and handbags in his inventory that bear some sort of magic. They'll get snapped up quickly, I'll wager.\""],["3","\"A most dreadful moaning was coming from the plaza today. My friend said she saw a wailing spirit floating over the park. I wish they'd stay in the bank.\""],["4","\"Such a commotion at the Wayfinder Club last night. I heard the fight, but a friend told me there were blades drawn, and the perpetrator escaped!\""],["5","\"Can you believe the gall of some people? I saw a couple of dirty ruffians in my neighborhood last night, and they were defacing the walls of the courthouse!\""],["6","\"I still can't believe that crazy old Orzhov syndic just handing out zinos near the plaza, muttering 'The end is near.' She'll invite nothing but undesirables sniffing for free coin.\""]],"name":"Rumors—Precinct One","page":105,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Two","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Arrester, off duty and out buying produce"],["2","Arrester, on duty and watching for trouble"],["3","Baker, returning from a long work shift"],["4","Carpenter, searching for a good pack animal"],["5","Chandler, fuming after a recent argument"],["6","Government official, enjoying a day off"],["7","Locksmith, on the way to unlock a door"],["8","Mob enforcer, trailing a debtor"],["9","Retired soldier, heading to a chess game"],["10","Shopkeeper, taking a child out for a treat"],["11","Teenager, heading to a friend's house"],["12","Tourist, heading to the Millennial Platform"]],"name":"People on the Street—Precinct Two","page":108,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Two","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Can you believe the deals that Janus has this week in his shop? I wonder if he's in trouble, trying to move his merchandise so quickly.\""],["2","\"I got a tip on some high-quality blades at Minera's. She's looking to find good homes for them, and she says some are enchanted.\""],["3","\"Two Boros minotaurs garrisoned at Sunhome were meeting with old friends at Newson's Tavern last night. They spent most of the night telling stories about a madness taking hold of their ranks.\""],["4","\"An airship docked in the middle of the night at Augustin Station without any people on board. No one knows how it got there without a crew.\""],["5","\"This is the third person gone missing in Griffin Heights this week. I hear they were all gamblers and deep in it. Must've owed way too much.\""],["6","\"Did you hear about that lawmage who went crazy? They had to send two squads of arresters to bring him down. He kept telling them 'A homunculus made me do it.' I don't want to know what 'it' is.\""]],"name":"Rumors—Precinct Two","page":108,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Three","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Beast trainer, walking an animal on a leash"],["2","Awakened shrub, completing an errand"],["3","Centaur, out to get the family some food"],["4","Evangelist, trying to win Selesnya converts"],["5","Farmer, using a healing balm after a hard day"],["6","Guide, taking a wolf out for a stroll"],["7","Healer, on the way to tend to someone sick"],["8","Ledev guardian, on patrol"],["9","Pilgrim, looking for directions to Vitu-Ghazi"],["10","Storyteller, practicing oration out on the street"],["11","Teamster, carrying a broken wagon wheel"],["12","Woodcarver, whistling a familiar song"]],"name":"People on the Street—Precinct Three","page":111,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Three","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Something keeps spooking the pack animals. I wonder what it could be?\""],["2","\"I hear there's an old granary in the rubblebelt that's filled with bandit plunder. Probably worth a peek!\""],["3","\"The giant spiders above Velen's Rest have become aggressive as of late. I heard someone got poisoned by one yesterday.\""],["4","\"Can you believe they're going to close Vitu-Ghazi to visitors tomorrow? I wonder what's going on.\""],["5","\"Those rumblings that shook the ground last night were definitely wurms tunneling. I'm sure the Selesnya aren't pleased.\""],["6","\"We should go find that loxodon priest and see if she's still having visions. I'll bet we can get her to tell us our future!\""]],"name":"Rumors—Precinct Three","page":111,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Four","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Bounty hunter, asking about a mark"],["2","Displaced merchant, looking for a new home"],["3","Goblin messenger, anxious and impatient"],["4","Healer, covered in blood"],["5","Leatherworker, carrying some flowers"],["6","Merchant, whistling a tune"],["7","Scientist, lost in thought"],["8","Street urchin, busking for money"],["9","Soldier, on duty and eating a quick bite"],["10","Soldier, off duty and fixing his armor"],["11","Thrill seeker, hoping to see some Gruul raiders"],["12","Transient, looking for a good place to sleep"]],"name":"People on the Street—Precinct Four","page":114,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Four","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Sergeant Uwen got hold of something even the war wurms of the Gruul fear. Don't know what it is, but he sent one of them running just by standing there.\""],["2","\"If you're looking for the best deals on explosives, you should talk to one of the Shattergang Brothers. They'll set you up right, no questions asked.\""],["3","\"I swear I saw {@creature Niv-Mizzet|GGR}'s head floating above Nivix last night. I wonder what it means.\""],["4","\"Beria over on Tin Street just put out some new curiosities. Says they came from an expedition in the undercity. Could be magical.\""],["5","\"My whole street's been smelling like sulfur for the past two days now. People are starting to get sick, and the soldiers don't take it seriously.\""],["6","\"I saw an angel and a demon having what looked like a polite conversation. I couldn't believe my eyes!\""]],"name":"Rumors—Precinct Four","page":114,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Five","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Alchemist, reviewing an ingredient list"],["2","Barkeep, picking up some dropped coins"],["3","Cartographer, laden with map cases"],["4","Engineer, reading a schematic"],["5","Homunculus, on an errand"],["6","Librarian, going home for tea"],["7","Poet, shopping for fresh produce"],["8","Professor, assessing a student"],["9","Scribe, hands stained with ink"],["10","Student, lost in a book"],["11","Tinker, out of breath from running"],["12","Vampire mind drinker, heading to the library"]],"name":"People on the Street—Precinct Five","page":118,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Five","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"The latest is that the translocation device is only operating within fifty percent of tolerances. I'm certain that funding will be pulled any day now.\""],["2","\"I don't know how Zameck does it, but they've certainly built a better soldier. And I hear some of the formulas have made it outside their halls.\""],["3","\"That ghost haunting the history section of the Ismeri Library is back. I've heard this time it can speak, and it's looking for someone.\""],["4","\"Creatures of some sort of elemental composition were emerging from the Blistercoils this morning. Those things could be anywhere in the city by now.\""],["5","\"I can't believe Professor Zagany let her see his research. She's going to take his findings to an information broker, I'm sure. He'll never work again.\""],["6","\"Sila has a new stock of exotic components. She says they can enhance spells in a way other components cannot.\""]],"name":"Rumors—Precinct Five","page":118,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Six","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Actor, out getting a meal"],["2","Carpenter, heading to the next job"],["3","Devkarin elf (dark elf), on an errand"],["4","Goblin cutpurse, looking for an easy mark"],["5","Laborer, ready to head to the tavern"],["6","Merchant, looking for a {@creature Rakdos|GGR} club"],["7","Metalsmith, grimy from a long day's work"],["8","Performer, with a child apprentice"],["9","Shipwright, out buying some supplies"],["10","Soldier, off duty and enjoying a walk"],["11","Soldier, on duty and in a hurry"],["12","Teamster, spoiling for a fight"]],"name":"People on the Street—Precinct Six","page":121,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Six","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Something very large was lurking in the chasm last night, and it knocked a carriage off a bridge. The passengers jumped out just in time!\""],["2","\"I heard that Krenko's gang has been trying to get their hands on mizzium, and are willing to pay a good price for it too.\""],["3","\"The wight of Precinct Six has struck again! This morning, an arrester and a cutpurse were found dead in an alley, drained of their life. A bystander saw it happen.\""],["4","\"Did you hear those shrieking sounds out near Benzer's Bridge last night? Whatever it was, it didn't sound like anything I've ever heard before. Chilling.\""],["5","\"I hear Rhionna is closing up her forge. She says she's getting sick of replacing stolen tools every week. The staff claims they're innocent.\""],["6","\"One of the warehouses out in Medori Park had an intense red glow shining through its windows yesterday. Smelled of sulfur. No one wants to go near it.\""]],"name":"Rumors—Precinct Six","page":121,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Guild Location Goals","colLabels":["d8","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Prevent a magical catastrophe inside the location."],["2","Find the source of strange occurrences in or near the location."],["3","Escape the location (and help others escape) when a disaster occurs inside."],["4","Quell a riot inside or around the location."],["5","Kill or drive out a monster that has turned the location into its lair."],["6","Defend the location against an external attacker."],["7","Seize control of the location."],["8","Infiltrate the location and report on what's happening inside."]],"name":"Guild Locations; Guild Location Goals","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Location Connections","colLabels":["d6","Adventure Connection"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Transport a person, an object, or information collected at the first location safely to the second."],["2","Plant something taken from the first location inside the second to incriminate someone in the second location."],["3","Do the same thing at the second location as was done at the first."],["4","Uncover the source of interference encountered at the first location, which lies in the second."],["5","Follow a fleeing foe or trail a suspicious figure from the first location to the second."],["6","Follow up on information gained at the first location by investigating the second."]],"name":"Linked Locations; Location Connections","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Villains","colLabels":["d6","Villainous Activity"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A villain is attempting to disgrace or discredit a powerful person."],["2","A villain is striving for power within their guild."],["3","A villain has claimed power in their guild and needs to be supplanted."],["4","The villain is sending agents to infiltrate one or more guilds."],["5","The villain's agents are luring members away from another guild."],["6","The villain's agents are sabotaging the operations of another guild."]],"name":"Guild Villains","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Character Objectives","colLabels":["d8","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find an item that is important to the guild."],["2","Get information from a guild member."],["3","Protect or rescue a guild member in the midst of a catastrophe."],["4","Free a guild member from captivity."],["5","Find a missing guild member."],["6","Kill or capture an enemy of the guild."],["7","Help a guild member who's in trouble with the law."],["8","Recruit someone to join the guild."]],"name":"Guild Character Objectives","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dungeon Delve Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–3","House Dimir"],["4–8","Golgari Swarm"],["9–10","Cult of Rakdos"],["11–12","Simic Combine"]],"name":"Dungeon Delve Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Wilderness Guilds","colLabels":["d6","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–4","Gruul Clans"],["5–6","Selesnya Conclave"]],"name":"Wilderness Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Intrigue Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Azorius Senate"],["3–6","House Dimir"],["7–8","Golgari Swarm"],["9–11","Orzhov Syndicate"],["12","Simic Combine"]],"name":"Plots and Intrigue; Intrigue Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mystery Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–4","House Dimir"],["5–7","Golgari Swarm"],["8","Izzet League"],["9–11","Orzhov Syndicate"],["12","Simic Combine"]],"name":"Mystery Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Disaster Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Golgari Swarm"],["3–5","Gruul Clans"],["6–8","Izzet League"],["9–10","Selesnya Conclave"],["11–12","Simic Combine"]],"name":"Disaster Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Protection Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Boros Legion"],["3–6","Gruul Clans"],["7–8","Orzhov Syndicate"],["9–12","Cult of Rakdos"]],"name":"Protection Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Cross Purposes","colLabels":["d10","The Villain's Activities..."],"colStyles":["text-center col-2","col-10"],"rows":[["1","... directly target one or more characters. The adventure begins when characters are attacked by the villain's agents."],["2","... threaten a character's contact or bond."],["3","... challenge a character's ideal or exploit a flaw. The character might hear rumors of this activity, spurring them into action."],["4","... open an opportunity for a character to pursue a personal goal."],["5","... compete with a character's guild. A guild authority might order the character to rectify the situation."],["6","... threaten guild members or property."],["7","... conflict with guild goals."],["8","... open an opportunity for a guild to pursue its own agenda."],["9","... catch the characters between fighting forces."],["10","... cause an accident or catastrophe that traps the characters."]],"name":"Involving the Characters; Cross Purposes","page":126,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Secondary Guild Role","colLabels":["d8","Secondary Guild Role"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A rival pursues the same goal as the adventurers, but is doing it \"wrong.\""],["2","One or more members of another guild are caught between the villain and the adventurers."],["3","A group of NPC adventurers from another guild confront the same villain for different reasons."],["4","Someone is manipulating the villain for their own purposes."],["5","A known rival or enemy meddles in the adventure, hoping the adventurers will fail."],["6","A known rival or enemy can provide essential help in stopping the villain."],["7","A second villain's plot is unfolding at the same time but is otherwise unrelated."],["8","A second villain is in competition with the first one."]],"name":"Complications; Secondary Guild Role","page":127,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Intrigue","colLabels":["d6","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Guilds are vying for influence over a prominent individual (who might be a player character)."],["2","Guilds are competing for control of a key site or swath of territory."],["3","Guilds are locked in a deadly feud but might be open to a peace negotiation."],["4","Villains from two or more guilds are forming a dangerous alliance."],["5","A villain is trying to disrupt an alliance between two or more guilds."],["6","Splinter factions from two guilds are trying to form a new guild."]],"name":"Guild Intrigue","page":127,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arrester Station Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Break out of the holding cells."],["2","Break someone else out of the holding cells."],["3","Stop someone before they can give information to the arresters or testify before a judge."],["4","Protect a prisoner from assassins."],["5","Get information from or to someone in the holding cells."],["6","Apprehend a former prisoner who used magic to take over the station and drive the guards away."],["7","Retrieve something held as evidence."],["8","Find proof that the captain of this station is corrupt."],["9","Discover who helped a prisoner escape and how."],["10","Uncover a plot to discredit, blackmail, or kill the station commander."],["11","Steal the arresters' files about a criminal or a case."],["12","Intercept a message being sent to or from the station."]],"name":"Arrester Station Adventures","page":129,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","An ambitious authority figure seeks to achieve a higher rank by framing or defaming a rival."],["2","A venal judge's rulings are swayed by bribes and favors."],["3","A vengeful imperator persecutes a certain group of people, seeking revenge for a past wrong done by one of the group's members."],["4","An overzealous imperator is prepared to arrest a neighborhood full of people to find a stolen item."],["5","A sadistic warden tortures prisoners, ostensibly for the sake of law and order."],["6","A corrupt senator seeks to pass laws that favor a certain class of people."],["7","A {@creature precognitive mage|GGR} invents visions designed to frame enemies."],["8","A cowardly bureaucrat destroys evidence to hide someone else's involvement in a crime."]],"name":"Azorius Villains","page":129,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Assignments","colLabels":["d6","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find and arrest a wanted fugitive."],["2","Arrest someone identified as a potential criminal by precognitive mages."],["3","Clear the name of an innocent person."],["4","Solve a murder by questioning suspects."],["5","Retrieve a stolen item."],["6","Quell a riot."]],"name":"Azorius Character Goals; Azorius Assignments","page":131,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature precognitive mage|GGR} has identified the characters as future criminals, and now there's a warrant out for their arrest."],["2","A {@creature precognitive mage|GGR} has foreseen the characters' future struggles and tries to protect them, thereby interfering in their next adventure."],["3","{@creature Felidar|GGR|Felidars} have bonded with the wrong person and now track an innocent citizen."],["4","Hussars—Azorius {@creature Soldier|GGR|soldiers} mounted on {@creature Griffon||griffons}—declare martial law in a neighborhood and enforce their harsh authority on the citizenry."],["5","An {@creature archon of the Triumvirate|GGR} interprets innocent actions as illegal ones because its connection to the law has been corrupted."],["6","A missing {@creature homunculus} is the sole witness to the murder of a judge."]],"name":"Other Adventure Hooks; Azorius Adventure Hooks","page":131,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Legion Garrison Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Lay siege to the garrison."],["2","Break a siege at the garrison."],["3","Sabotage the building's defenses so someone else can break into the garrison."],["4","Find a hidden explosive charge in the garrison before it detonates."],["5","Steal a magic weapon held inside the garrison."],["6","Discover evidence that incriminates an officer in the garrison."],["7","Identify a spy among the garrison's soldiers before the spy can escape."],["8","Help a spy get safely out of the garrison without being discovered."],["9","Capture a garrison officer for interrogation."],["10","Shore up the garrison's defenses before an assault."],["11","Clear out the monsters infesting a garrison that was abandoned years ago."],["12","Steal plans for future Boros military action."]],"name":"Legion Garrison Adventures","page":132,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Seeking to avenge a partner's murder, a Wojek League officer turns to vigilantism."],["2","A Boros commander starts preemptively closing Izzet foundries, Simic research chambers, and other locations considered prone to disaster."],["3","Angered at the death of a loved one in a certain neighborhood, a Wojek agent is inciting its residents to revolt, knowing that the Boros will respond with force."],["4","Believing that they are harboring terrorists, a Boros brigadier is slaughtering helpless people in transient communities in the undercity."],["5","A squad of corrupt Boros {@creature Soldier|GGR|soldiers} is extorting money from local merchants."],["6","A Boros commander under the thumb of another guild is turning a blind eye to the violence perpetrated by that guild."],["7","An overzealous angel has risen up against innocent people, including the soldiers in her own garrison, believing that they harbor evil in their hearts."],["8","A crazed angel demands to be worshiped as a god."]],"name":"Boros Villains","page":132,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Help quell a {@creature Rakdos|GGR} riot or hold back Gruul raiders, or otherwise maintain the peace while protecting innocent bystanders."],["2","Capture or kill a Gruul chieftain who has taken responsibility for a series of brutal raids."],["3","Help evacuate citizens from the area of a natural or magical disaster."],["4","Escort an important person safely from one place to another."],["5","Investigate a Boros commander suspected of cultivating personal loyalty in underlings, rather than loyalty to the legion."],["6","Uncover a spy in the legion."]],"name":"Boros Character Goals; Boros Assignments","page":133,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A Boros officer is awaiting trial for unsanctioned and excessive use of force, and the officer's squad is planning a jailbreak."],["2","The Boros are secretly working with the Shattergang Brothers, a group of black market arms dealers, to develop a devastating weapon."],["3","A Boros offensive is displacing and even killing innocent bystanders caught in its path."],["4","Flame-kin soldiers created as part of an abandoned weapons project are suddenly reactivated and run amok. These soldiers use the {@creature azer} stat block in the {@book Monster Manual|MM}."],["5","A Boros parade meant as a show of strength provokes widespread protests, some of which erupt into violence."],["6","A flying Boros fortress is about to crash, threatening to devastate the neighborhood below."]],"name":"Other Adventure Hooks; Boros Adventure Hooks","page":133,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Safe House Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find a fugitive hiding in the safe house."],["2","Liberate someone being held in the safe house."],["3","Retrieve a stolen item."],["4","Get information from a prisoner in the safe house without revealing that information to the Dimir."],["5","Acquire information from a Dimir agent to unmask a spy embedded in another guild."],["6","Escape from captivity in the safe house."],["7","Plant a magical surveillance device inside the safe house."],["8","Damage or destroy the safe house so the Dimir can't use it anymore."],["9","Prevent the creation of a horror (a {@creature flying horror|ggr}, {@creature shadow horror|ggr}, or a {@creature skittering horror|ggr}) in the safe house. (You can replace the horror with a different creature from the {@book Monster Manual|MM}.)"],["10","Find and kill a {@creature mind drinker vampire|GGR} or other monster that is picking off the safe house's inhabitants."],["11","Disable the safe house's wards and plant a beacon inside it so that members of another guild can find and raid the place."],["12","After stumbling into the safe house accidentally, get out with memories intact."]],"name":"Safe House Adventures","page":135,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A spy seeks to plunder another guild's secrets."],["2","A {@creature mind mage|GGR} is hunting down everyone who witnessed a great humiliation to expunge their memories of the event."],["3","A {@creature mind mage|GGR} has implanted false memories of a crime in many minds in order to incriminate someone."],["4","A group of Dimir agents is plundering the minds of people who have knowledge of a vault that holds great wealth or magical power."],["5","After a Dimir spy is unmasked, a {@creature mind mage|GGR} erases the memory of the spy's identity from the minds of those involved."],["6","A shapeshifter has replaced a high-ranking member of another guild in order to provoke conflicts."],["7","A {@creature mind drinker vampire|GGR} is plundering the minds of its victims."],["8","Roll on another guild's villain table, but the villain is a disguised Dimir agent or someone being manipulated by the Dimir."]],"name":"Dimir Villains","page":135,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Impersonate an individual to gather information from that individual's contacts and associates."],["2","Make sure that a particular person (not a main antagonist) at an adventure site doesn't survive the encounter with the characters."],["3","Make sure that a particular person (not the main villain) survives the adventure."],["4","Get information from the main villain by magically extracting the villain's dying thoughts."],["5","Plant evidence to steer the other adventurers away from the true villain."],["6","Get information to a Dimir agent who is embedded in the adventure location."]],"name":"Dimir Character Goals; Dimir Assignments","page":137,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The characters find a bundle of {@i thought strands}, and Dimir agents are in a rush to find them before they fade away."],["2","A rogue agent hunted by Dimir assassins offers crippling information about House Dimir in exchange for protection."],["3","A Dimir horror (a {@creature flying horror|ggr}, {@creature shadow horror|ggr}, or a {@creature skittering horror|ggr}) is randomly killing people in the dark alleys of a particular neighborhood."],["4","Word is out that someone claims to have a list of Dimir agents embedded in other guilds, igniting a furious contest to obtain the list."],["5","While prying too deeply into ancient lore, a Dimir agent (now deceased) released a nameless evil into the city."],["6","Roll on another guild's adventure hooks table, but the Dimir are secretly behind the situation."]],"name":"Other Adventure Hooks; Dimir Adventure Hooks","page":137,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Undercity Mansion Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find the source of a noxious fog rising from the undercity and poisoning a surface neighborhood."],["2","Rescue several citizens being held hostage by Ochran agents."],["3","Find the daytime lair of an elusive monster that hunts on the surface at night."],["4","Rescue a guild member {@condition petrified} by an {@creature undercity medusa|GGR} that uses the mansion as its lair."],["5","Take shelter in the mansion to escape a horrible monster prowling the undercity."],["6","Win a bet by surviving a night inside."],["7","Escape from captivity here."],["8","Find a fugitive hiding here."],["9","Find and claim a treasure hidden in the mansion."],["10","Attend a masked ball held in the mansion in order to get information from another guest."]],"name":"Undercity Mansion Adventures","page":138,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Armed with a powerful magic item found among the dead in the undercity, a {@creature Golgari shaman|GGR} enacts a plan of revenge against another guild."],["2","A {@creature kraul death priest|GGR} is seeking a way to revive the ancient gods of Ravnica and destroy the world."],["3","A {@creature Devkarin lich|GGR} is capturing living subjects and infecting them with an insidious, mind-controlling fungus."],["4","A trophy-hunting {@creature undercity medusa|GGR} for the stat block) is on a killing spree, petrifying victims in interesting poses."],["5","A {@creature Golgari shaman|GGR} is spreading a fungal infection that transforms its dead victims into {@creature Zombie||zombies}."],["6","An elf child lures citizens into the sewers, where a monstrous \"pet\" is waiting to kill and eat them."],["7","Pursuing a personal vendetta, an Ochran {@creature assassin} is targeting members of a certain guild and trying to ensure that their bodies are never found."],["8","A {@creature kraul death priest|GGR}, angry at the way the Golgari have treated the kraul in the past, is killing the elves and medusas of the guild, hoping to eventually take Jarad's place as guildmaster."]],"name":"Golgari Villains","page":138,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find a valuable item believed lost in the undercity."],["2","Retrieve a corpse in the undercity."],["3","Collect a sample of a fungus in the undercity."],["4","Steal something that is important to another guild."],["5","Kill an outspoken enemy of the Golgari."],["6","Position a fungus so that its spores will spread into a populated area and drive the inhabitants out."]],"name":"Golgari Character Goals; Golgari Assignments","page":140,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Citizens who die in a particular neighborhood sprout fungal growths and rise as {@creature Zombie||zombies}, then shamble toward the undercity."],["2","{@creature Shrieker||Shriekers} sprout throughout a neighborhood."],["3","{@creature Swarm of Insects||Swarms of insects} under the control of a {@creature Golgari shaman|GGR} terrorize a neighborhood."],["4","Poor people who subsist on Golgari food contract a dangerous, contagious magical infection."],["5","Several kraul have moved into an old tenement and are making their neighbors nervous."],["6","A beloved statue, long assumed to be the image of some forgotten community hero, suddenly returns to life after being {@condition petrified} for a hundred years."]],"name":"Other Adventure Hooks; Golgari Adventure Hooks","page":140,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rubblebelt Encampment Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Determine why the Gruul have camped so close to a settled neighborhood."],["2","Free a captive taken in a recent raid."],["3","Win freedom by defeating a Gruul champion in a duel."],["4","Retrieve something looted in a recent raid."],["5","Strike a deal with the Gruul leader to cooperate against a common foe."],["6","Attempt to overthrow the clan chieftain in a combat challenge."],["7","Strike a blow to the Gruul to ensure that they don't launch a raid."],["8","Free a corralled herd of violent beasts so they stampede through the Gruul camp before the Gruul can steer them toward settled areas."],["9","Interrupt a ritual intended to summon or create a huge elemental."],["10","Disrupt a gathering of clans that could lead to an alliance between them."]],"name":"Rubblebelt Encampment Adventures","page":141,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature druid of the Old Ways|GGR}, spurred by visions of the end of civilization, plans humanoid sacrifices in the name of Ilharg the Raze-Boar."],["2","A druid is directing herds of beasts to run amok through tenement neighborhoods."],["3","A druid summons huge vines and roots to tear buildings down."],["4","A clan chieftain leads a raid to settle a personal vendetta against another guild."],["5","In a display of strength, a clan chieftain seeks to destroy a significant landmark."],["6","Looking for a totem of spiritual significance, a clanless giant wrecks anything in its path."],["7","Hoping to form a new clan, a clever centaur tries to break violent criminals out of jail."],["8","A druid leads a band that has begun starting fires around the district."]],"name":"Gruul Villains","page":141,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Collect a beast cub so it can be trained for battle."],["2","Slay a powerful monster to prove your strength."],["3","Destroy a laboratory, a work of engineering, or a similar edifice of decadent civilization."],["4","Kill someone who has been persecuting the Gruul."],["5","Free a captive warrior who was imprisoned during a recent raid."],["6","Create a disruption so the clan can raid elsewhere."]],"name":"Gruul Character Goals; Gruul Assignments","page":143,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Conflict between two feuding clans spills onto the streets of the city, threatening to destroy entire neighborhoods."],["2","Gruul {@creature Anarch|GGR|anarchs} deface or destroy monuments throughout the district."],["3","A Gruul mob riots in the streets in observance of Rauck-Chauv, a holiday celebrated with violence."],["4","A {@creature wurm|GGR} breaks free of its Gruul controller and goes on a rampage."],["5","Swine everywhere run wild, and the Gruul interpret this as a sign of the Raze-Boar's return."],["6","Gruul raiders steal something from an Izzet laboratory that will cause a disaster if it isn't returned."]],"name":"Other Adventure Hooks; Gruul Adventure Hooks","page":143,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Experimental Workshop Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Rescue people trapped in the workshop after a disaster."],["2","Steal plans or a prototype for a new weapon."],["3","Capture an inventor for interrogation."],["4","Stop the spread of toxic gas or molten mizzium from inside the workshop."],["5","Shut down the operation of a dangerous device."],["6","Capture or kill an elemental or an Izzet weird (a {@creature blistercoil weird|ggr} or {@creature galvanice weird|ggr}) that is running amok in the workshop, and make sure it doesn't escape out into the city."],["7","Get out of the workshop before it is destroyed by a spreading catastrophe."],["8","Destroy the workshop in order to obliterate the research being done there."],["9","Destroy the workshop in order to bring down a different building nearby."],["10","Find a saboteur in the workshop before the traitor's plans can be enacted."],["11","Kill an inventor whose ideas are too dangerous to be put into practice."],["12","Activate an invention being held in storage in the workshop."]],"name":"Experimental Workshop Adventures","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Bizarre Magical Effects","colLabels":["d6","Effect"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Every spell cast in the area triggers a wild magic surge. (Roll on the {@table Wild Magic Surge|PHB} table in the \"Sorcerer\" section of the {@i Player's Handbook}.)"],["2","One or more objects in the area have a random trick effect. (Roll on the Tricks table in {@book appendix A|DMG|10|Random Tricks} of the {@book Dungeon Master's Guide|DMG}.)"],["3","The area is affected by a {@spell guards and wards}{@i spell}."],["4","Rooms and chambers in the area are affected by random obstacles. (Roll on the Obstacles table in {@book appendix A|DMG|10|Stocking a Dungeon} of the {@book Dungeon Master's Guide|DMG}.)"],["5","One or more objects in the area have a random trap effect. (Roll on the Traps table in {@book appendix A|DMG|10|Random Traps} of the {@book Dungeon Master's Guide|DMG}.)"],["6","Random sections of the area are affected by an {@spell antimagic field} spell."]],"name":"Experimental Workshop Map; Bizarre Magical Effects","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A disgraced member of the Izmundi tries to embarrass the guild by orchestrating a magical disaster."],["2","A team of inventors is creating a secret arsenal of volatile weapons."],["3","Trying to impress the guildmaster, a mage from the Laboratory of Storms and Electricity creates a device that pushes the weather from one extreme to another."],["4","A researcher siphons power from the Blistercoils to fuel experiments, causing failures in parts of the city's infrastructure."],["5","An obsessive researcher, trying to perfect an alchemical formula, causes a series of ever-worsening laboratory mishaps."],["6","A guild leader orchestrates a series of \"accidental\" laboratory explosions that are actually meant to disrupt the nearby activities of other guilds."],["7","An imprisoned spellcaster stages an explosive prison break using improvised materials."],["8","A suspicious spellcaster who can't trust research secrets to others creates clones that run amok."]],"name":"Izzet Villains","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Acquire a hard-to-find metal or energy source."],["2","Copy a rival's research notes."],["3","Destroy a rival's research."],["4","Take measurements of an unusual object or location (such as spatial dimensions or readings of various magical levels)."],["5","Test a new invention."],["6","Repair an important piece of Ravnica's infrastructure, such as a water main or a boiler pipe, that is tucked away in a remote location."]],"name":"Izzet Character Goals; Izzet Assignments","page":146,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","An Izzet experiment transforms a researcher, who then seeks help in returning to normal form."],["2","An escaped Izzet weird (a {@creature blistercoil weird|ggr} or {@creature galvanice weird|ggr}) is causing magical malfunctions around the district."],["3","A researcher trying to craft an antigravity alloy for a personal flight apparatus has created a number of {@spell reverse gravity} effects, and is now trapped in midair at the top of one."],["4","After a laboratory explosion, an alchemical fire resistant to conventional firefighting techniques is spreading through several neighborhoods."],["5","A reckless researcher triggered an explosion in a mizzium foundry, causing a wave of molten metal to spill out into the surrounding streets."],["6","A researcher who claims to have traveled back in time warns of an impending disaster."]],"name":"Other Adventure Hooks; Izzet Adventure Hooks","page":146,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Grand Basilica Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Steal (or recover) a magic item from the vaults below the basilica."],["2","Put an end to nightly visitations by finding and confronting the haunting spirit in the basilica."],["3","Survive a night trapped inside the basilica."],["4","Deliver a warning to an Orzhov pontiff in the basilica and get out alive."],["5","Rescue a prisoner being held in the basilica's spire or crypts."],["6","Escape from captivity in the basilica's spire or crypts."],["7","Destroy a dangerous weapon stored in a vault beneath the basilica."],["8","Acquire or destroy some incriminating evidence held by an Orzhov blackmailer."],["9","Retrieve a precious item held as collateral by an Orzhov loan shark."],["10","Get information from a spirit who knew something important in life."],["11","Find concrete evidence of the syndicate's illegal activities."],["12","Discover the fate of someone who was last seen entering the basilica a week ago."]],"name":"Grand Basilica Adventures","page":147,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A powerful pontiff is using the spirits of dead relatives to intimidate members of other guilds."],["2","An angel defected from the Boros Legion, bringing a magic sword with her that the Boros want back."],["3","An Orzhov knight is trying to collect an overdue debt incurred by one of the adventurers' ancestors."],["4","A pontiff is running an extortion racket, promising local businesses protection from thugs that are also in the Orzhov's employ."],["5","A {@creature blood drinker vampire|GGR} is holding prisoners as a food supply in a bank vault."],["6","An advokist is exploiting legal loopholes to win the freedom of several criminals from Azorius prisons."],["7","A desperate spirit tries to frighten people into paying its debts so it can pass on."],["8","An unusually quick-witted {@creature Orzhov giant|GGR} for the stat block) with grand visions of starting a criminal gang interferes with the flow of protection money."]],"name":"Orzhov Villains","page":147,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Convince a debtor to make a payment."],["2","Damage the person or property of someone who refuses to pay protection money."],["3","Distribute alms-coins to the poor."],["4","Transport a chest of coins to an Orzhov bank."],["5","Destroy evidence that implicates the Orzhov in a crime."],["6","Find information that can be used to blackmail a powerful person."]],"name":"Orzhov Character Goals; Orzhov Assignments","page":149,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Newly minted Orzhov coins are inscribed with a magical symbol that binds the spirit of anyone who uses them."],["2","{@creature Indentured Spirit|GGR|Indentured spirits} have been deployed to haunt a location the Orzhov want to keep people away from."],["3","Thrulls (a {@creature servitor thrull|ggr} or {@creature winged thrull|ggr}) that have broken free of Orzhov control are causing mischief."],["4","Items appear on the black market that were obviously stolen from an Orzhov vault, but no one admits that the theft has occurred or claims credit."],["5","{@creature Gargoyle||Gargoyles} perched on structures throughout the city are robbing passersby and delivering their stolen goods to an Orzhov basilica."],["6","An eclipse triggers violent behavior from bound Orzhov spirits."]],"name":"Other Adventure Hooks; Orzhov Adventure Hooks","page":149,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Notorious Nightclub Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Shut down a performance before the performers start attacking the crowd."],["2","Escape from the club once the violence starts."],["3","Protect a thrill seeker who wants to witness a performance close up."],["4","Rescue someone who has been abducted for use as an extra in a show."],["5","Find evidence that someone important was (or was not) killed in a previous performance here."],["6","Capture a performer who ran away from a prominent family to \"join the circus.\""],["7","Use the distraction of a performance to hold a secret meeting with someone from another guild."],["8","Spy on someone who is using the distraction of a performance to hold a secret meeting."],["9","Acquire a magic item the {@creature Rakdos|GGR} are using as part of a performance."],["10","Investigate rumors that the {@creature Rakdos|GGR} have a wingless angel in their show."],["11","Find an escaped convict who is rumored to be hiding behind {@creature Rakdos|GGR} makeup."],["12","Stop a {@creature Rakdos|GGR} member who is blackmailing an important person with embarrassing information."]],"name":"Notorious Nightclub Adventures","page":150,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A coven of {@creature Blood Witch|GGR|blood witches}, seeking {@creature Rakdos|GGR}'s favor, uses magic to turn members of other guilds against their own allies."],["2","Word spreads that a retiring performer wants to go out with a bang, and their final performance promises to be explosive."],["3","Mocking the absence of the Guildpact, a {@creature Rakdos|GGR} troupe takes over the Chamber of the Guildpact and performs its satire before a captive audience."],["4","A demon captures people and makes a game of thwarting their efforts to escape."],["5","A skilled puppeteer uses skeletal marionettes to recreate historical acts of violence between guilds—which are inexplicably repeated in the real world within the next few days."],["6","A ringmaster has discovered magic that fills the whole audience with blood lust and sends them rampaging through the streets."],["7","A hypnotist is programming audience members to go into a murderous rage when a triggering event occurs."],["8","A crazed {@creature blood witch|GGR} hopes to rouse {@creature Rakdos|GGR} by driving captured sacrificial victims into his lair."]],"name":"Rakdos Villains","page":152,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Acquire a flashy magic item to use as a prop in a performance."],["2","Try out a new performance routine in the midst of actual life-or-death combat."],["3","Sow distrust of an important person through satire or slander."],["4","Make sure a specific person is in the front row for a certain performance."],["5","Capture a deadly monster for use in a spectacular show."],["6","Interrupt a solemn ceremony or ritual being performed by another guild."]],"name":"Rakdos Character Goals; Rakdos Assignments","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Wild-eyed people attending a popular new club seem unwilling or unable to go home after several days of nonstop merriment."],["2","One morning, everyone who has seen a {@creature Rakdos|GGR} performance in the past week suddenly transforms into a minor demon."],["3","An apparently spontaneous {@creature Rakdos|GGR}-led riot has spread to take over an entire neighborhood."],["4","People who die in {@creature Rakdos|GGR}-inspired violence stand back up as {@creature Zombie||zombies} and keep fighting."],["5","Ordinary knives and chains in homes across the neighborhood seem to come to life in advance of the start of a {@creature Rakdos|GGR} show."],["6","After several mausoleums are burst open from the inside, people see their undead family members cavorting on a {@creature Rakdos|GGR} stage."]],"name":"Other Adventure Hooks; Rakdos Adventure Hooks","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Vernadi Center Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Ascertain the numbers of the military forces housed in and around the vernadi."],["2","Find the source of pollen that is drifting through the neighborhood and making people placid and compliant."],["3","Find the source of wind-borne seeds that are drifting through the neighborhood and quickly growing into hostile awakened shrubs."],["4","Retrieve an initiate who was supposedly forced to join the guild through mind-affecting magic."],["5","Stop the vernadi, whose tree has awakened and escaped the control of its dryad, from trampling through the neighborhood."],["6","Find a way to tap into the mind, will, and knowledge of Mat'Selesnya through the vernadi's central tree or its dryad."],["7","Introduce a contagion into Mat'Selesnya through the vernadi's tree or its dryad."],["8","Capture an equenaut who has been accused of a crime and who has taken refuge at the vernadi."],["9","Convince or coerce a healer to tend to a sick or wounded person who would normally be an enemy of the conclave."],["10","Find a spy embedded in the vernadi community."],["11","Blend into the community to avoid pursuers."],["12","Retrieve an item that was donated to the community by a new initiate, but without the permission of the item's owner."]],"name":"Vernadi Center Adventures","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A fanatical leader disrupts building projects because they aren't in harmony with nature."],["2","A Ledev guardian is leading preemptive raids on other guilds, believing that a full-scale attack on the conclave is imminent."],["3","A voda, feeling imperiled by the ills of society, causes vines to grow and seal the members of her vernadi inside."],["4","A militant leader of a splinter group harasses \"unbelievers\" on the street and threatens to unleash elemental power on them."],["5","A loxodon evangel uses coercive methods to recruit young people into the conclave."],["6","An elf seeking spiritual union with Mat'Selesnya threatens the dryad of their own vernadi."],["7","A crazed prophet claims to be the incarnation of Mat'Selesnya and gathers an army to strike at other guilds."],["8","A {@creature horncaller|GGR} steals animals that were used as pets, mounts, and beasts of burden throughout the neighborhood."]],"name":"Selesnya Villains","page":155,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Work to stop the spread of a strange illness."],["2","Tend to the victims of a catastrophe or an attack."],["3","Mediate a dispute between two other guilds."],["4","Plant a magic seed, watch it grow into a great tree, and defend the tree until reinforcements arrive."],["5","Bring an unruly beast under control and return it to the vernadi it escaped from."],["6","Lead a targeted military strike to warn another guild against overreaching."]],"name":"Selesnya Character Goals; Selesnya Assignments","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A sacred tree has been defiled or cut down, and an angry Selesnya mob is gathering to exact revenge."],["2","The Worldsoul has identified the characters as emblematic of their guilds' overreaching ambition."],["3","A seer of the conclave tries to convince the characters that they are fated to save the world."],["4","Plants throughout a neighborhood develop carnivorous tendencies."],["5","A magic-infused stone of a Selesnya building grows out of control, threatening nearby buildings."],["6","A Selesnya {@creature wurm|GGR} breaks free of its controller and goes on a rampage."]],"name":"Other Adventure Hooks; Selesnya Adventure Hooks","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Growth Chamber Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Escape from the chamber while a {@creature category 3 krasis|GGR} runs amok through it after breaking out of its growth pod."],["2","Break one or more krasis out of their growth pods in order to wreak havoc on the growth chamber."],["3","Stop a sinister experiment in progress."],["4","Spy on a research program intended to create superior soldiers."],["5","Subtly sabotage a research program so that it fails without the interference being obvious."],["6","Steal research notes from an experiment with broad applications."],["7","Free someone who has become the involuntary subject of Simic experiments."],["8","Discover the source of a form of terraforming magic spreading out from the chamber's location."],["9","Capture a crazed Simic scientist who is trying to use other scientists in the chamber for experimental subjects."],["10","Capture a crazed Simic scientist whose own body has been drastically altered by their experiments."],["11","Acquire the laboratory's technology so it can be put to use by another guild."],["12","Retrieve research notes from a flooded and abandoned laboratory."]],"name":"Growth Chamber Adventures","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A rogue researcher is flooding parts of the undercity to serve as aquariums for secret experiments."],["2","Researchers are capturing members of the other guilds so they can create hybrid soldiers that take advantage of the weaknesses of those guilds."],["3","Researchers team up to surround an entire neighborhood in a plasma casing that is slowly altering the environment and all its inhabitants."],["4","A magic-wielding Simic hybrid is eluding capture by the authorities thanks to a combination of adaptations and spells."],["5","A researcher delves too deep into ancient lore and discovers mind-warping alien secrets."],["6","A researcher creates a moss that threatens to destroy much of the city's food production."],["7","A {@creature biomancer|GGR} seeks revenge by creating a specialized krasis that targets a specific guild."],["8","A researcher turns to necromancy, exploring the combination of dead body parts with living tissue."]],"name":"Simic Villains","page":158,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Protect a Simic researcher who is trying to make an exhaustive examination of a new form of plant life."],["2","Capture a previously unknown type of creature."],["3","Contain an ooze or a krasis that is running loose."],["4","Observe the behavior of a new form of krasis or Simic hybrid in the field."],["5","Test a symbiotic magic item or life form (perhaps something like a living {@item cloak of the manta ray})."],["6","Introduce a new predator species to the area to prey on a smaller species that is running amok."]],"name":"Simic Character Goals; Simic Assignments","page":159,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A researcher who was hybridized with an ooze is accidentally spreading that effect throughout a neighborhood, partially liquefying the residents."],["2","Multiple {@creature category 3 krasis|GGR} under no one's control emerge from canals throughout the city."],["3","A Simic laboratory has sunk to the bottom of a zonot, and all contact has been lost with the researchers inside."],["4","A Simic airship falls to the ground, and it contains key research that several parties want to acquire."],["5","A sage of the Gyre Clade accidentally creates an {@spell antimagic field} that slowly spreads over the neighborhood."],["6","People and animals near a Simic zonot develop spontaneous mutations."]],"name":"Other Adventure Hooks; Simic Adventure Hooks","page":159,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"General Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Skyblinder staff|GGR}","{@i GGR}"],["Very rare","{@item Illusionist's Bracers|GGR|Illusionist's bracers}","{@i GGR}"],["Very rare","{@item Peregrine mask|GGR}","{@i GGR}"],["Very rare","{@item Sword of the paruns|GGR}","{@i GGR}"],["Very rare","{@item Voyager staff|GGR}","{@i GGR}"]],"name":"Guilds and Magic Items; General Items","page":174,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Azorius Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Azorius Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Lantern of revealing}","{@i DMG}"],["Uncommon","{@item Weapon of warning}","{@i DMG}"],["Rare","{@item Bead of force}","{@i DMG}"],["Rare","{@item Dimensional shackles}","{@i DMG}"],["Rare","{@item Azorius keyrune|GGR}","{@i GGR}"],["Rare","{@item Iron bands of Bilarro}","{@i DMG}"],["Rare","{@item Rope of entanglement}","{@i DMG}"],["Rare","{@item Wand of binding}","{@i DMG}"],["Very rare","{@item Rod of alertness}","{@i DMG}"],["Very rare","{@item Rod of security}","{@i DMG}"],["Legendary","{@item Defender}","{@i DMG}"],["Legendary","{@item Rod of lordly might}","{@i DMG}"]],"name":"Azorius Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Boros Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Boros Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Sentinel shield}","{@i DMG}"],["Rare","{@item Daern's instant fortress}","{@i DMG}"],["Rare","{@item Boros keyrune|GGR}","{@i GGR}"],["Rare or greater","{@item Horn of Valhalla}","{@i DMG}"],["Rare","{@item Pariah's Shield|GGR|Pariah's shield}","{@i GGR}"],["Rare","{@item Sun blade}","{@i DMG}"],["Rare","{@item Sunforger|GGR}","{@i GGR}"],["Very rare","{@item Spellguard shield}","{@i DMG}"],["Legendary","{@item Holy avenger}","{@i DMG}"]],"name":"Boros Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dimir Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Amulet of proof against detection and location}","{@i DMG}"],["Uncommon","{@item Dimir Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Hat of disguise}","{@i DMG}"],["Uncommon","{@item Medallion of thoughts}","{@i DMG}"],["Uncommon","{@item Ring of mind shielding}","{@i DMG}"],["Uncommon","{@item Spies' Murmur|GGR|Spies' murmur}","{@i GGR}"],["Very rare or greater","{@item Crystal ball}","{@i DMG}"],["Very rare","{@item Dimir keyrune|GGR}","{@i GGR}"],["Legendary","{@item Cloak of invisibility}","{@i DMG}"],["Legendary","{@item Ring of invisibility}","{@i DMG}"]],"name":"Dimir Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Golgari Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Common","{@item Moodmark paint|GGR}","{@i GGR}"],["Uncommon","{@item Boots of elvenkind}","{@i DMG}"],["Uncommon","{@item Cloak of elvenkind}","{@i DMG}"],["Uncommon","{@item Golgari Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Pipes of the sewers}","{@i DMG}"],["Rare","{@item Dagger of venom}","{@i DMG}"],["Rare","{@item Staff of swarming insects}","{@i DMG}"],["Very rare","{@item Cloak of arachnida}","{@i DMG}"],["Very rare","{@item Golgari keyrune|GGR}","{@i GGR}"],["Very rare","{@item Ring of regeneration}","{@i DMG}"]],"name":"Golgari Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gruul Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Gauntlets of ogre power}","{@i DMG}"],["Uncommon","{@item Gruul Guild signet|GGR}","{@i GGR}"],["Rare or greater","{@item Belt of giant strength}","{@i DMG}"],["Rare","{@item Berserker axe}","{@i DMG}"],["Rare","{@item Gruul keyrune|GGR}","{@i GGR}"],["Rare","{@item Horn of blasting}","{@i DMG}"],["Rare","{@item Ring of the ram}","{@i DMG}"],["Rare","{@item Stone of controlling earth elementals}","{@i DMG}"],["Legendary","{@item Ring of spell turning}","{@i DMG}"]],"name":"Gruul Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Izzet Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Alchemy jug}","{@i DMG}"],["Uncommon","{@item Elemental gem}","{@i DMG}"],["Uncommon","{@item Izzet Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Headband of intellect}","{@i DMG}"],["Uncommon","{@item Mizzium apparatus|GGR}","{@i GGR}"],["Uncommon","{@item Pyroconverger|GGR}","{@i GGR}"],["Rare","{@item Bowl of commanding water elementals}","{@i DMG}"],["Rare","{@item Brazier of commanding fire elementals}","{@i DMG}"],["Rare","{@item Censer of controlling air elementals}","{@i DMG}"],["Rare","{@item Izzet keyrune|GGR}","{@i GGR}"],["Rare","{@item Mizzium armor|GGR}","{@i GGR}"],["Rare","{@item Mizzium mortar|GGR}","{@i GGR}"],["Rare","{@item Wand of wonder}","{@i DMG}"],["Very rare","{@item Manual of golems}","{@i DMG}"],["Very rare","{@item Staff of thunder and lightning}","{@i DMG}"],["Legendary","{@item Apparatus of Kwalish}","{@i DMG}"],["Legendary","{@item Ring of elemental command}","{@i DMG}"],["Legendary","{@item Staff of the magi}","{@i DMG}"]],"name":"Izzet Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Orzhov Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Eyes of charming}","{@i DMG}"],["Uncommon","{@item Orzhov Guild signet|GGR}","{@i GGR}"],["Rare","{@item Orzhov keyrune|GGR}","{@i GGR}"],["Rare","{@item Rod of rulership}","{@i DMG}"],["Rare","{@item Wings of flying}","{@i DMG}"],["Very rare","{@item Mirror of life trapping}","{@i DMG}"],["Very rare","{@item Tome of leadership and influence}","{@i DMG}"],["Legendary","{@item Sphere of annihilation}","{@i DMG}"]],"name":"Orzhov Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Rakdos Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Deck of illusions}","{@i DMG}"],["Uncommon","{@item Rakdos keyrune|GGR}","{@i GGR}"],["Uncommon","{@item Rakdos Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Potion of fire breath}","{@i DMG}"],["Rare","{@item Cape of the mountebank}","{@i DMG}"],["Rare","{@item Flame tongue}","{@i DMG}"],["Rare","{@item Mace of terror}","{@i DMG}"],["Rare","{@item Necklace of fireballs}","{@i DMG}"],["Rare","{@item Sword of wounding}","{@i DMG}"],["Rare","{@item Wand of fear}","{@i DMG}"],["Rare","{@item Wand of fireballs}","{@i DMG}"],["Very rare","{@item Bag of devouring}","{@i DMG}"],["Very rare","{@item Dancing sword}","{@i DMG}"],["Very rare","{@item Demon armor}","{@i DMG}"],["Very rare","{@item Nine lives stealer}","{@i DMG}"],["Very rare","{@item Staff of fire}","{@i DMG}"],["Very rare","{@item Sword of sharpness}","{@i DMG}"],["Legendary","{@item Iron flask}","{@i DMG}"],["Legendary","{@item Rakdos riteknife|GGR}","{@i GGR}"]],"name":"Rakdos Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Selesnya Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Bag of tricks}","{@i DMG}"],["Uncommon","{@item Bracers of archery}","{@i DMG}"],["Uncommon","{@item Selesnya Guild signet|GGR}","{@i GGR}"],["Uncommon or greater","{@item Instrument of the bards}","{@i DMG}"],["Uncommon","{@item Periapt of health}","{@i DMG}"],["Uncommon","{@item Periapt of wound closure}","{@i DMG}"],["Rare","{@item Elixir of health}","{@i DMG}"],["Rare","{@item Selesnya keyrune|GGR}","{@i GGR}"],["Rare","{@item Periapt of proof against poison}","{@i DMG}"],["Rare","{@item Ring of animal influence}","{@i DMG}"],["Rare","{@item Staff of healing}","{@i DMG}"],["Rare","{@item Staff of the woodlands}","{@i DMG}"],["Very rare","{@item Oathbow}","{@i DMG}"],["Very rare","{@item Staff of thunder and lightning}","{@i DMG}"],["Legendary","{@item Rod of resurrection}","{@i DMG}"]],"name":"Selesnya Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Simic Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Cap of water breathing}","{@i DMG}"],["Uncommon","{@item Cloak of the manta ray}","{@i DMG}"],["Uncommon","{@item Decanter of endless water}","{@i DMG}"],["Uncommon","{@item Simic keyrune|GGR}","{@i GGR}"],["Uncommon","{@item Simic Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Necklace of adaptation}","{@i DMG}"],["Uncommon","{@item Ring of swimming}","{@i DMG}"],["Uncommon","{@item Trident of fish command}","{@i DMG}"],["Rare","{@item Cloak of the bat}","{@i DMG}"],["Very rare","{@item Manual of bodily health}","{@i DMG}"],["Very rare","{@item Wand of polymorph}","{@i DMG}"]],"name":"Simic Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Azorius Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Homunculus}","{@i MM}"],["0","{@creature Owl}","{@i MM}"],["1/4","{@creature Giant owl}","{@i MM}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","{@creature Warhorse}","{@i MM}"],["1","{@creature Giant eagle}","{@i MM}"],["2","{@creature Griffon}","{@i MM}"],["3","Arrester ({@creature veteran} or {@creature knight})","{@i MM}"],["3","{@creature Precognitive mage|GGR}","{@i GGR}"],["5","{@creature Felidar|GGR}","{@i GGR}"],["6","{@creature Lawmage|GGR}","{@i GGR}"],["11","{@creature Sphinx of judgment|GGR} ({@creature gynosphinx})","{@i MM}"],["14","{@creature Archon of the Triumvirate|GGR}","{@i GGR}"],["17","{@creature Androsphinx}","{@i MM}"],["21","{@creature Isperia|GGR}","{@i GGR}"]],"name":"Azorius Creatures","page":183,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Boros Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/8","{@creature Mastiff}","{@i MM}"],["1/4","{@creature Frontline medic|GGR}","{@i GGR}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["2","Flame-kin ({@creature azer})","{@i MM}"],["2","{@creature Skyjek roc|GGR}","{@i GGR}"],["3","{@creature Knight}","{@i MM}"],["3","{@creature Veteran}","{@i MM}"],["4","{@creature Reckoner|GGR}","{@i GGR}"],["5","{@creature Battleforce angel|GGR}","{@i GGR}"],["7","{@creature Firefist|GGR}","{@i GGR}"],["8","{@creature Guardian giant|GGR}","{@i GGR}"],["10","{@creature Deva}","{@i MM}"],["12","{@creature Firemane angel|GGR}","{@i GGR}"],["16","{@creature Planetar}","{@i MM}"],["21","{@creature Solar}","{@i MM}"],["23","{@creature Aurelia|GGR}","{@i GGR}"]],"name":"Boros Creatures","page":183,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Dimir Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/2","{@creature Shadow}","{@i MM}"],["1","{@creature Spy}","{@i MM}"],["1","{@creature Thought spy|GGR}","{@i GGR}"],["2","{@creature Grick}","{@i MM}"],["2","{@creature Intellect devourer}","{@i MM}"],["3","{@creature Doppelganger}","{@i MM}"],["3","{@creature Flying horror|GGR}","{@i GGR}"],["4","{@creature Mind drinker vampire|GGR}","{@i GGR}"],["5","{@creature Allip|MTF}","{@i MTF}"],["5","{@creature Mind mage|GGR}","{@i GGR}"],["5","{@creature Wraith}","{@i MM}"],["6","{@creature Invisible stalker}","{@i MM}"],["7","{@creature Grick alpha}","{@i MM}"],["8","{@creature Assassin}","{@i MM}"],["8","{@creature Gloamwing|GGR}","{@i GGR}"],["9","{@creature Shadow horror|GGR}","{@i GGR}"],["10","{@creature Nightveil specter|GGR}","{@i GGR}"],["15","{@creature Skittering horror|GGR}","{@i GGR}"],["17","{@creature Lazav|GGR}","{@i GGR}"]],"name":"Dimir Creatures","page":184,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Golgari Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Shrieker}","{@i MM}"],["1/4","{@creature Drow}","{@i MM}"],["1/4","Fungus drudge ({@creature zombie})","{@i MM}"],["1/4","{@creature Vegepygmy|VGM}","{@i VGM}"],["1/4","{@creature Violet fungus}","{@i MM}"],["1/2","{@creature Kraul warrior|GGR}","{@i GGR}"],["1/2","{@creature Scout}","{@i MM}"],["1/2","Piranha beetles ({@creature swarm of insects})","{@i MM}"],["1","Skein spider ({@creature giant spider})","{@i MM}"],["1","{@creature Thorny|VGM}","{@i VGM}"],["2","{@creature Ankheg}","{@i MM}"],["2","{@creature Ogre zombie}","{@i MM}"],["2","{@creature Vegepygmy chief|VGM}","{@i VGM}"],["3","Erstwhile ({@creature wight})","{@i MM}"],["4","{@creature Kraul death priest|GGR}","{@i GGR}"],["5","Deadbridge goliath beetle ({@creature triceratops})","{@i MM}"],["5","{@creature Drow elite warrior}","{@i MM}"],["5","{@creature Golgari shaman|GGR}","{@i GGR}"],["5","{@creature Shambling mound}","{@i MM}"],["5","{@creature Troll}","{@i MM}"],["6","{@creature Undercity medusa|GGR}","{@i GGR}"],["8","{@creature Assassin}","{@i MM}"],["8","{@creature Corpse flower|MTF}","{@i MTF}"],["14","{@creature Devkarin lich|GGR}","{@i GGR}"],["15","{@creature Skittering horror|GGR}","{@i GGR}"],["22","{@creature Jarad Vod Savo|GGR}","{@i GGR}"]],"name":"Golgari Creatures","page":184,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Gruul Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/4","{@creature Anarch|GGR}","{@i GGR}"],["1/2","{@creature Rubblebelt stalker|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["1","{@creature Half-Ogre (Ogrillon)||Half-ogre}","{@i MM}"],["2","Batterboar ({@creature giant boar})","{@i MM}"],["2","{@creature Berserker}","{@i MM}"],["2","Maaka ({@creature saber-toothed tiger})","{@i MM}"],["2","{@creature Ogre}","{@i MM}"],["4","{@creature Ettin}","{@i MM}"],["5","Elemental ({@creature earth elemental} or {@creature fire elemental})","{@i MM}"],["5","{@creature Hill giant}","{@i MM}"],["5","Trog ({@creature gladiator})","{@i MM}"],["6","{@creature Cyclops}","{@i MM}"],["6","Huge batterboar ({@creature mammoth})","{@i MM}"],["7","{@creature Druid of the Old Ways|GGR}","{@i GGR}"],["7","{@creature Stone giant}","{@i MM}"],["8","{@creature Fomorian}","{@i MM}"],["8","{@creature Hydra}","{@i MM}"],["10","{@creature Sunder shaman|GGR}","{@i GGR}"],["14","{@creature Wurm|GGR}","{@i GGR}"],["18","{@creature Borborygmos|GGR}","{@i GGR}"]],"name":"Gruul Creatures","page":185,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Izzet Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","Attendant ({@creature commoner})","{@i MM}"],["1/4","{@creature Apprentice wizard|VGM}","{@i VGM}"],["1/4","{@creature Pixie}","{@i MM}"],["1/4","{@creature Smoke mephit}","{@i MM}"],["1/4","{@creature Sprite}","{@i MM}"],["1/4","{@creature Steam mephit}","{@i MM}"],["1/2","{@creature Ice mephit}","{@i MM}"],["1/2","{@creature Magma mephit}","{@i MM}"],["1/2","{@creature Scorchbringer guard|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["1","{@creature Galvanice weird|GGR}","{@i GGR}"],["2","{@creature Counterflux blastseeker|GGR}","{@i GGR}"],["4","{@creature Blistercoil weird|GGR}","{@i GGR}"],["4","{@creature Cosmotronic blastseeker|GGR}","{@i GGR}"],["5","{@creature Flux blastseeker|GGR}","{@i GGR}"],["5","{@creature Galvanic blastseeker|GGR}","{@i GGR}"],["6","Chemister ({@creature mage})","{@i MM}"],["7","{@creature Fluxcharger|GGR}","{@i GGR}"],["8","{@creature Nivix cyclops|GGR}","{@i GGR}"],["12","{@creature Archmage}","{@i MM}"],["12","{@creature Arclight phoenix|GGR}","{@i GGR}"],["26","{@creature Niv-Mizzet|GGR}","{@i GGR}"]],"name":"Izzet Creatures","page":185,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Orzhov Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Bat}","{@i MM}"],["0","{@creature Commoner}","{@i MM}"],["1/8","{@creature Guard}","{@i MM}"],["1/8","{@creature Noble}","{@i MM}"],["1/4","{@creature Acolyte}","{@i MM}"],["1/4","{@creature Giant bat}","{@i MM}"],["1/4","{@creature Servitor thrull|GGR}","{@i GGR}"],["1/4","{@creature Swarm of bats}","{@i MM}"],["1/2","{@creature Thug}","{@i MM}"],["1/2","{@creature Winged thrull|GGR}","{@i GGR}"],["1","{@creature Indentured spirit|GGR}","{@i GGR}"],["1","Spirit ({@creature specter})","{@i MM}"],["2","{@creature Gargoyle}","{@i MM}"],["2","{@creature Priest}","{@i MM}"],["3","{@creature Knight}","{@i MM}"],["4","Spirit ({@creature ghost})","{@i MM}"],["6","{@creature Mage}","{@i MM}"],["6","{@creature Orzhov giant|GGR}","{@i GGR}"],["8","{@creature Blood drinker vampire|GGR}","{@i GGR}"],["8","{@creature Obzedat ghost|GGR}","{@i GGR}"],["14","{@creature Deathpact angel|GGR}","{@i GGR}"]],"name":"Orzhov Creatures","page":186,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Rakdos Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/8","{@creature Bandit}","{@i MM}"],["1/8","{@creature Cultist}","{@i MM}"],["1/2","{@creature Cackler|GGR}","{@i GGR}"],["1/2","{@creature Magmin}","{@i MM}"],["1/2","{@creature Thug}","{@i MM}"],["1","{@creature Rakdos|GGR} performer ({@creature Rakdos Performer, Blade Juggler|GGR|blade juggler}, {@creature Rakdos Performer, Fire Eater|GGR|fire eater}, or {@creature Rakdos Performer, High-Wire Acrobat|GGR|high-wire acrobat})","{@i GGR}"],["2","{@creature Berserker}","{@i MM}"],["2","{@creature Cult fanatic}","{@i MM}"],["2","{@creature Ogre}","{@i MM}"],["2","{@creature Rakdos lampooner|GGR}","{@i GGR}"],["3","{@creature Hell hound}","{@i MM}"],["3","{@creature Nightmare}","{@i MM}"],["3","{@creature Ogre chain brute|MTF}","{@i MTF}"],["5","{@creature Barbed devil}","{@i MM}"],["5","{@creature Cambion}","{@i MM}"],["6","{@creature Bloodfray giant|GGR}","{@i GGR}"],["7","{@creature Blood witch|GGR}","{@i GGR}"],["9","{@creature Master of cruelties|GGR}","{@i GGR}"],["9","{@creature Shadow horror|GGR}","{@i GGR}"],["11","{@creature Horned devil}","{@i MM}"],["12","{@creature Sire of insanity|GGR}","{@i GGR}"],["24","{@creature Rakdos|GGR}","{@i GGR}"]],"name":"Rakdos Creatures","page":186,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Selesnya Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","Small nature elemental ({@creature awakened shrub})","{@i MM}"],["1/8","{@creature Twig blight}","{@i MM}"],["1/4","{@creature Axe beak}","{@i MM}"],["1/4","{@creature Needle blight}","{@i MM}"],["1/2","{@creature Scout}","{@i MM}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","{@creature Vine blight}","{@i MM}"],["1","{@creature Dire wolf}","{@i MM}"],["1","{@creature Dryad}","{@i MM}"],["1","{@creature Horncaller|GGR}","{@i GGR}"],["2","{@creature Druid}","{@i MM}"],["2","Huge nature elemental ({@creature awakened tree})","{@i MM}"],["2","{@creature Pegasus}","{@i MM}"],["2","{@creature Priest}","{@i MM}"],["3","{@creature Archer|VGM}","{@i VGM}"],["3","{@creature Knight}","{@i MM}"],["3","{@creature Veteran}","{@i MM}"],["5","{@creature Earth elemental}","{@i MM}"],["5","{@creature Shambling mound}","{@i MM}"],["5","{@creature Wood woad|VGM}","{@i VGM}"],["9","{@creature Conclave dryad|GGR}","{@i GGR}"],["9","{@creature Treant}","{@i MM}"],["12","{@creature Archdruid|VGM}","{@i VGM}"],["12","Wurmcaller ({@creature archmage})","{@i MM}"],["14","{@creature Wurm|GGR}","{@i GGR}"],["18","{@creature Trostani|GGR}","{@i GGR}"]],"name":"Selesnya Creatures","page":187,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Simic Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Homunculus}","{@i MM}"],["1/8","{@creature Merfolk}","{@i MM}"],["1/2","{@creature Hybrid spy|GGR}","{@i GGR}"],["1","{@creature Category 1 krasis|GGR}","{@i GGR}"],["1","{@creature Giant octopus}","{@i MM}"],["1","{@creature Hybrid poisoner|GGR}","{@i GGR}"],["1","{@creature Hybrid shocker|GGR}","{@i GGR}"],["2","{@creature Druid}","{@i MM}"],["2","{@creature Hybrid brute|GGR}","{@i GGR}"],["2","{@creature Hybrid flier|GGR}","{@i GGR}"],["2","{@creature Plesiosaurus}","{@i MM}"],["3","{@creature Killer whale}","{@i MM}"],["5","{@creature Giant shark}","{@i MM}"],["6","{@creature Category 2 krasis|GGR}","{@i GGR}"],["6","{@creature Mage}","{@i MM}"],["10","{@creature Biomancer|GGR}","{@i GGR}"],["13","{@creature Skyswimmer|GGR}","{@i GGR}"],["16","{@creature Category 3 krasis|GGR}","{@i GGR}"],["16","{@creature Zegana|GGR}","{@i GGR}"],["17","{@creature Dragon turtle}","{@i MM}"],["23","{@creature Kraken}","{@i MM}"]],"name":"Simic Creatures","page":187,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Pack Beasts","colLabels":["Beast","Monster Manual Stat Block"],"rows":[["Brushstrider","{@creature Elk}"],["Ceratok","{@creature Rhinoceros}"],["Dromad","{@creature Camel}"],["Indrik","{@creature Elephant}"],["Krovod","{@creature Mammoth}"],["Raktusk","{@creature Giant elk}"]],"name":"Pack Beasts","page":188,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Azorius NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Arrester","{@creature Knight} or {@creature veteran}"],["Azorius soldier","{@creature Soldier|GGR}*"],["Hussar (cavalry)","{@creature Soldier|GGR}* mounted on a {@creature warhorse} or a {@creature griffon}"],["Magical support","{@creature Lawmage|GGR}* or {@creature precognitive mage|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Azorius NPCs","page":226,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Boros NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Boros soldier","{@creature Soldier|GGR}*"],["Magical support","{@creature Firefist|GGR}* or {@creature frontline medic|GGR}*"],["Shock trooper","{@creature Reckoner|GGR}*"],["Skyknight","{@creature Knight} mounted on a {@creature Skyjek roc|GGR}*"],["Sunhome Guard","{@creature Guardian giant|GGR}* or {@creature veteran}"]],"footnotes":["* Appears in this chapter"],"name":"Boros NPCs","page":229,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Dimir NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Dimir spy","{@creature Spy} or {@creature thought spy|GGR}*"],["Duskmantle assassin","{@creature Assassin}"],["Mind mage","{@creature Mind mage|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Dimir NPCs","page":232,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Golgari NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Devkarin warrior","{@creature Drow} or {@creature drow elite warrior}"],["Ochran assassin","{@creature Assassin}"],["Reclaimer","{@creature Scout}"],["Spiritual leader","{@creature Golgari shaman|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Golgari NPCs","page":234,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Gruul NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Clan member","{@creature Anarch|GGR}*"],["Clan warrior","{@creature Berserker}"],["Druid","{@creature Druid of the Old Ways|GGR}*"],["Scout","{@creature Rubblebelt stalker|GGR}*"],["Trog (Gruul hermit)","{@creature Gladiator}"]],"footnotes":["* Appears in this chapter"],"name":"Gruul NPCs","page":237,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Izzet NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Attendant","{@creature Commoner}"],["Chemister","{@creature Mage}"],["Guard","{@creature Scorchbringer guard|GGR}*"],["Magic tester","{@creature Flux blastseeker|GGR},* {@creature cosmotronic blastseeker|GGR},* {@creature counterflux blastseeker|GGR},* or {@creature galvanic blastseeker|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Izzet NPCs","page":240,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Orzhov NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Advokist","{@creature Mage}"],["Indentured spirit","{@creature Indentured spirit|GGR}*"],["Knight","{@creature Knight}"],["Oligarch","{@creature Noble}"],["Pontiff or ministrant","{@creature Priest} or {@creature acolyte}"]],"footnotes":["* Appears in this chapter"],"name":"Orzhov NPCs","page":244,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Rakdos NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Blood witch","{@creature Blood witch|GGR}*"],["Cult member","{@creature Cult fanatic} or {@creature cultist}"],["Performer","{@creature Rakdos lampooner|GGR}* or {@creature Rakdos|GGR} performer ({@creature Rakdos Performer, Blade Juggler|GGR|blade juggler}, {@creature Rakdos Performer, Fire Eater|GGR|fire eater}, or {@creature Rakdos Performer, High-Wire Acrobat|GGR|high-wire acrobat})*"]],"footnotes":["* Appears in this chapter"],"name":"Rakdos NPCs","page":246,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Selesnya NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Equenaut (cavalry)","{@creature Scout} mounted on a {@creature pegasus}"],["Ledev guardian (outrider)","{@creature Knight} mounted on a {@creature dire wolf}"],["Religious leader","{@creature Priest} or {@creature druid}"],["Selesnya soldier","{@creature Soldier|GGR}* or {@creature veteran}"],["Shepherd","{@creature Horncaller|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Selesnya NPCs","page":251,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Simic NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Biomancer (creates hybrids)","{@creature Biomancer|GGR}*"],["Forcemage (grows flora and fauna)","{@creature Druid}"],["Terraformer (alters environments)","{@creature Druid} or {@creature mage}"]],"footnotes":["* Appears in this chapter"],"name":"Simic NPCs","page":254,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"colLabels":["Attack Type","Attack Roll","Damage Roll"],"colStyles":["col-4 text-center","col-5 text-center","col-3 text-center"],"rows":[["Melee weapon attack","Strength mod.*","Strength mod."],["Ranged weapon attack","Dexterity mod.*","Dexterity mod."],["Spell attack","Spellcasting ability mod.**","Depends on effect"]],"name":"How do I know which ability modifier to use with an attack roll and its damage roll?","source":"SAC","chapter":{"name":"Sage Advice Compendium","index":0}},{"caption":"Franchise Logos or Livery","colLabels":["d10","Logo or Livery"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The words \"Green Flan\" in Elvish"],["2","The symbol of Asmodeus"],["3","The name of the franchise's dead founder, elaborately engraved"],["4","A beholder's central eye"],["5","The silhouette of a catoblepas"],["6","Three werewolves howling at the moon"],["7","\"Lathander is Our Copilot\""],["8","A winking {@creature Jim Darkmagic|AI}"],["9","A snaking piece of barbed wire"],["10","The franchise's business number"]],"name":"Fast Franchise Generator; Franchise Logos or Livery","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Headquarters Locations","colLabels":["d10","Headquarters"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A tavern once owned by smugglers. Tunnel entrances have clearly been bricked over, and no one's quite sure where they all lead."],["2","A simple chapel to a long-forgotten god. The pews are awfully uncomfortable, but fragrant incense burns without ceasing."],["3","A battle-worn castle. A real fixer-upper, it's seen better days. Better years. Maybe even better centuries."],["4","A top-of-the-line naval vessel that has somehow been stranded miles inland."],["5","A private library. The franchise is free to use the space as long as no harm comes to the books."],["6","A hollowed-out statue of an ancient king."],["7","An early model airship. Very early. The balloon is mostly patches at this point—a motley assortment of ship sails, cloaks, and animal skins."],["8","A former blacksmith's shop, which was a former exercise studio, and a former cafe before that."],["9","A multicolor waterproof canvas stretched over a succession of jutting stone columns. Within, it always appears to be late spring."],["10","A creaking wagon that smells of turnips, and which is bigger inside than out."]],"name":"Fast Franchise Generator; Headquarters Locations","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Headquarters Quirks","colLabels":["d8","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","One staircase leads to two different places somehow."],["2","Any kettle used in the kitchen screams when it boils."],["3","Every chair has one leg slightly shorter than the others."],["4","Every stairwell has an illusion of one additional step at the top."],["5","There's a nest in the attic. A big nest. Like, really big."],["6","Every Friday, the color of the walls changes to a different festive theme."],["7","The building was previously owned by a franchise rival, and the place is filled with their marketing materials."],["8","There's a space inside the headquarters that's clearly a room, but which has no doors."]],"name":"Fast Franchise Generator; Headquarters Quirks","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Memorable Majordomos","colLabels":["d6","Majordomo"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A consummate professional. No amount of blood, gore, or viscera will keep them from completing their duties."],["2","A sinister figure who sticks to the shadows and respond always to requests with, \"Yes, master.\""],["3","The ghost of the previous owner. They do a terrible job and refer to all prospective clients as trespassers."],["4","A brusque, deaf, retired military captain."],["5","An incredibly cheerful chef, who insists that no business is more pressing than a full belly."],["6","A druid that keeps an open door policy for any and all animals seeking shelter. Their cleaning policy is less rigorous."]],"name":"Fast Franchise Generator; Memorable Majordomos","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Reliable Connections","colLabels":["d8","Connection"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b Kim the Kid}: The best fence in town."],["2","{@b Jeremy Snoot}: The most easily intimidated customs official in the city. From blueprints of government buildings to shipping manifests, he's your halfling."],["3","{@b York Battleby}: A dab hand at knitting and swinging a sword. He takes payment in liquor for either service."],["4","{@b Diana Fenwick}: Noble who wants to play criminal; enthusiastic, inexperienced, and loaded."],["5","{@b \"G\"}: The only thing known about this information broker is the dead-drop point where they exchange messages, and that they're never wrong."],["6","{@b Teresa Clearlake}: If you're looking for a place to lie low, her funeral home is ideal."],["7","{@b Jenkin Twotooth}: Always has a job for those looking to scrape together a few coins. Unfortunately, his teeth outnumber his scruples."],["8","{@b \"Mustard\" Micah}: Famous for being able to get goods and people past any blockade. Provided you don't mind said goods or people smelling strongly of mustard for the next month."]],"name":"Fast Franchise Generator; Reliable Connections","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Franchise Advancement","colLabels":["Levels","Franchise Rank","Licensed Region","New Staff","Franchise Tasks","Headquarters Features","Costs"],"rows":[["1–4","1","Settlement","Majordomo, 2 untrained hirelings, 1 skilled hireling","1 task","Starter headquarters","× 1"],["5–10","2","Small territory","4 untrained hirelings, 1 skilled hireling, 10 crew","2 tasks","Cosmetic, expansion, transportation, weapon","× 1.5"],["11–16","3","Large territory","8 untrained hirelings, 2 skilled hirelings, 10 crew","3 tasks","Arcane, defensive, franchise choice","× 3"],["17–20","4","Limited extraplanar","16 untrained hirelings, 4 skilled hirelings, 20 crew","4 tasks","Arcane, franchise choice, secret","× 5"]],"name":"Franchise Advancement","page":10,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Baseline Costs","colStyles":["col-10","col-2 text-right"],"colLabels":["Franchise Headquarters","Monthly Cost"],"rows":[["Horse-drawn carriage or wagon","15 gp"],["Farm or rural enterprise","20 gp"],["Settlement enterprise (guildhall, inn, tavern, shop, and so forth)","120 gp"],["Sailing ship, including all port fees","200 gp"],["Remote enterprise (fort, lighthouse, trading post, roadhouse, and so forth)","250 gp"],["Noble estate, large manor, fortified tower","350 gp"],["Airship","800 gp"],["Giant walking statue, magic locomotive","1,000 gp"],["Keep or small castle","3,000 gp"],["Large castle or palace","12,000 gp"]],"name":"Baseline Costs","page":17,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Cartographer","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, It's a Rental"],["2","{@item Spyglass of Clairvoyance|AI}, Tale of Safe Travel"],["3","Map of Shortcuts, Map of the Moment"],["4","{@item Elder Cartographer's Glossography|AI}, Greater Tale of Safe Travel"]],"name":"The Cartographer","page":19,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Possible Map Mission Landmarks","colLabels":["d8","Landmark"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The Ancient Sarcophagus of Gerald Smith"],["2","A tree labeled \"This tree\""],["3","\"The Last Resting Place of My Rich Brother that is Also a Bear Cave\""],["4","A range of peaks known as the Slightly Wobbly Spires"],["5","An ever-flowing, nonmagical spigot of pure, clear water in the middle of nowhere"],["6","A cave filled with screaming bioluminescent worms"],["7","The most haunted forest for ten miles in any direction"],["8","A huge pile of rocks with no other rocks within sight"]],"name":"Map of the Moment; Possible Map Mission Landmarks","page":20,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Cartographer?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A paranoid person by nature, you like seeing what's ahead of you at all times."],["2","Your parent was a cartographer, their parent was a cartographer, and by the gods, you're going to be one too."],["3","You're fairly certain no one else in your party even knows how to hold a map, let alone read one."],["4","You like spyglasses. A lot."],["5","Your nickname as a child was \"the cartography kid.\""],["6","Contrary to popular opinion, the destination is much, much more important than the journey."],["7","A good map is like an adventure without the bugs. And the mud. And the wolves."],["8","You suffer from the nagging feeling of never knowing why you've come into a room, and you need the professional flourish that lets you cover for that."]],"name":"Why Be a Cartographer?","page":20,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Decisonist","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Tiebreaker"],["2","Absentee Ballot, {@item Coin of Decisionry|AI}"],["3","Better Odds, Inspired Decision"],["4","Charming Misdemeanor, Clandestine Kit"]],"name":"Decisionist; The Decisonist","page":21,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Coin of Decisionry \"Tails\" Image","colLabels":["d8","Tails"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@creature Omin Dran|AI}"],["2","Yourself"],["3","A pumpkin"],["4","A fourteen-headed hydra (it's a big coin)"],["5","An old despotic tyrant, their image defaced"],["6","A demon lord"],["7","A foaming tankard of beer"],["8","A Masked Lord of Waterdeep"]],"name":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["d4","Decision"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Lucrative"],["2","Brand Appeal"],["3","Indeterminate"],["4","Ruinous"]],"name":"Coin of Decisionry","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Decisionist?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","It's always you who picks where everyone has lunch."],["2","Roughly half your choices are the right ones. You might as well just toss a coin for it."],["3","You have no idea. In fact, you're constantly plagued by indecision."],["4","Democracy is the greatest force for change in the world, but is ruined by everyone else voting."],["5","All the other positions were taken."],["6","You've always felt it was your calling to tell other people what to do. Now to make it official."],["7","When faced with two choices, you've always yearned for the freedom to choose both."],["8","As a child, you had a sibling make you choose which of your toys lived or died. You were never the same."]],"name":"Why Be a Decisionist?","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Favorite Methods to Destroy Documents","colLabels":["d6","Method"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Any way you like, provided you make a copy first"],["2","Mimic shredder"],["3","Fake dragon-head incinerator"],["4","The bottomless hole in the basement—at least you're pretty sure it's bottomless"],["5","Feeding it to the goat out back"],["6","Making your coworkers eat it by slipping it into their food, piece by piece—it's the only way to be sure"]],"name":"Documancer; Favorite Methods to Destroy Documents","page":23,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Documancer","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Gift of Words"],["2","{@item Documancy Satchel|AI}, Fluent in Boss"],["3","Satchel of Holding, Document Flexibility"],["4","Scroll Humidor, Scroll Service"]],"name":"The Documancer","page":23,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Documancer?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You heard a rumor once that signing a contract with your off hand is technically nonbinding, and you're desperate to see if it's true. For reasons."],["2","All businesses have their ups and downs, but there's always money to be made from \"processing fees.\""],["3","You have a habit of always being clear about what you've promised, but never saying when you'll do it."],["4","You love doing decorative scrollwork on documents, knowing that's the best place to hide the fine print."],["5","As a child, you learned to cross your fingers behind your back when making a promise. Now you yearn to make that legally binding."],["6","Your habit of screaming, \"No take backs!\" after any group decision seemed to suggest your true calling."],["7","You believe that language is an art, not a science. Who's to say what is or isn't a \"real\" word?"],["8","The smell of old parchment makes you giddy."]],"name":"Why Be a Documancer?","page":24,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Hoardsperson","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, What a Deal"],["2","{@item Living Loot Satchel|AI}, Living the Good Life"],["3","Secret Satchel, That Thing You Need"],["4","Portable Hole Satchel, That Expensive Thing You Need"]],"name":"The Hoardsperson","page":24,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Class-Based Living Loot Satchel","colLabels":["Class","Satchel"],"rows":[["Barbarian","Broad belt with a dozen hanging pockets"],["Bard","Lute case"],["Cleric","Hollowed-out holy tome"],["Druid","Made from natural, organic, locally sourced woven fibers"],["Fighter","A thick, battle-scarred iron lockbox"],["Paladin","A metal case with fine engraving and scrollwork"],["Ranger","A fur-lined bindle"],["Rogue","A nondescript coin pouch"],["Sorcerer","A battered leather satchel, prone to spitting out multicolored sparks at the seams"],["Warlock","A patchwork monster-leather satchel with a \"purely decorative\" fanged mouth."],["Wizard","A pocket dimension hidden up your sleeve or inside your hat"]],"name":"Class-Based Living Loot Satchel","page":25,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Hoardsperson?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You once tried to dive into a huge pool of gold coins. It hurt."],["2","You've been betrayed by your adventuring party before, and there's no way now that you'll trust anyone else to hold on to the loot"],["3","Once, through a series of increasingly complex negotiations, you traded a paper clip for temporary control of a minor fiefdom."],["4","Material possessions don't mean that much to you. Or at least that's the story you're going with."],["5","You've never had a problem spending other people's money. Surely keeping other people's money can't be that hard."],["6","You believe there's no such thing as worthless goods. Only unmotivated buyers."],["7","You're not a hoarder. More of a passionate collector. You can stop anytime you want. Really."],["8","Given the personalities of the other party members, it was mutually agreed that you were the only one who could be trusted"]],"name":"Why Be a Hoardsperson?","page":26,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Loremonger","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, {@item Whisper Jar|AI}"],["2","Need to Know, Whispered Encyclopedia"],["3","Construction Permits, Whispered Warnings"],["4","Efficient Upgrades, Whispered Arcana"]],"name":"The Loremonger","page":26,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Things Recorded in Your Whisper Jar","colLabels":["d8","Recording"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A live recording of the only performance of the mostly forgotten stage play {@i Tabaxi on a Hot Tin Roof}"],["2","The life's work of the loremonger who owned the jar before you"],["3","Every courageous thought you've ever had, to cover for how scared you are most of the time"],["4","Everything, because everyone else around you will eat their words one day!"],["5","The top seven places to eat fried rat skewers in every settlement you've ever visited"],["6","The entire family tree of every royal line, extant or lost, in Faerûn"],["7","A moment-by-moment review of your favorite {@creature Jim Darkmagic|AI} stage performance"],["8","The sound of raucous applause, which you play back liberally"]],"name":"Things Recorded in Your Whisper Jar","page":27,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Loremonger?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your favorite thing to hear is, \"I probably shouldn't say anything, but did you know... ?\""],["2","Your {@i whisper jar} is a better conversationalist than most people you've ever met."],["3","You can't keep a secret for the life of you, and you need to tell someone this thing you know or it's going to kill you!"],["4","You never know when someone else's words will come in handy."],["5","Peoples and cultures can never die as long as their stories are still told."],["6","You talked about a really cool idea once when you were drunk, and can't remember a word of it now. That'll never happen again."],["7","A person is only as good as their word, and you feel compelled to keep others honest."],["8","You can't read or write, so this whole recording-and-playing-back-what-you-say-in-a-jar thing is a huge benefit."]],"name":"Why Be a Loremonger?","page":28,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Obviator","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Read the Opposition"],["2","Alchemist's Insight, {@item Obviator's Lenses|AI}"],["3","Advanced Preparations, {@item Travel Alchemical Kit|AI}"],["4","Enhanced Lenses, Obviate the Opposition"]],"name":"The Obviator","page":28,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Where You First Dabbled in Alchemy","colLabels":["d8","Learning Experience"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You traveled with a charlatan alchemist for years, until they were arrested for selling fake healing potions. You still remember how to get the taste just right."],["2","You were once the head dishwasher in a famous wizard's college."],["3","One of your parents was a healer in a small outpost, and they taught you that even the most mundane flora and natural materials can be used to wondrous effect."],["4","While lost in the Underdark, you were forced to consume mold, fungus, and insect parts to survive. You developed a taste for that sort of thing."],["5","You think you might be addicted to holy water. You just can't stop drinking it long enough to find out for sure."],["6","You were once the personnel manager of a struggling business and needed to come up with a herbal cure-all that would keep employees awake for eighteen-hour shifts. No one died. Mostly."],["7","As the child of a wealthy and despotic noble, you learned to smell {@condition poisoned} pastries a mile off. A shame that your siblings weren't so talented."],["8","As a server in a tavern, you refined the perfect hangover cure but never wrote the recipe down. Now you're desperate to recreate it."]],"name":"Alchemist's Insight; Where You First Dabbled in Alchemy","page":29,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be an Obviator?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","There's nothing that excites you more than a puzzle you can't immediately solve."],["2","Your favorite saying is, \"All according to plan.\" Especially when you have no idea what's going on."],["3","You have an entire room dedicated to notes and sketches connected by red yarn."],["4","Your plans are so detailed that they have plans of their own."],["5","You find the little details so much more interesting than... well, anything else."],["6","You already had the chemical burns on your hands. Might as well make it official."],["7","Methodical. Calculating. Brilliant. One day, you hope these words will apply to you."],["8","It's not paranoia if they really are out to get you. And if you're out to get them first."]],"name":"Why Be an Obviator?","page":30,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Occultant","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Read the Kill"],["2","Eldritch Occultant, Bring Out Your Dead"],["3","Bead of Instant Karma, Death's Omen"],["4","Bead of Diverted Karma, Correct the Balance"]],"name":"The Occultant","page":30,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Ways to Read the Kill","colLabels":["d6","Reading"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Using a tiny bellows to pump one last breath into a corpse."],["2","Reading the entrails with special reading-the-entrails glasses."],["3","Burning a small piece of the body and looking for shapes in the smoke."],["4","A cautious, reasoned, professional guesstimate."],["5","Careful measurements. The distance between nostrils. The difference between the index finger and the middle finger. The elasticity of the ear lobe."],["6","You take a long, careful look, and then decide based on which fellow franchisee has been nice to you lately."]],"name":"Ways to Read the Kill","page":31,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be an Occultant?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You believe in karmic balance, but hate the idea that \"balance\" means good and bad things can both happen to you. Good things happening to you and bad things happening to other people seems perfectly reasonable."],["2","You love drinking tea and hate cleaning up, so pretending that the dregs in those dozens of empty cups are there to show ill omens and portents is a perfect cover."],["3","You collected beads carved as skulls as a child. Nobody ever told you there was a career in that sort of thing."],["4","You watched someone close to you die, and were overcome by the feeling that you should be making money off it somehow."],["5","You've always owned a stuffed cat. You're not sure where it came from, but it's given you great career advice so far."],["6","You've always worn a lot of black."],["7","You really wanted a job where you can hide a fog machine under the desk for dramatic effect during meetings."],["8","You have an obsession with death that clearly marks you for great things."]],"name":"Why Be an Occultant?","page":32,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Secretarian","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, {@item Sending Stone|AI}"],["2","{@item Portfolio Keeper|AI}, Rumor Mill"],["3","Cards of Sending, Improved Rumor Mill"],["4","Always Hiring, Charming Introduction"]],"name":"The Secretarian","page":32,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Quirks of Your Sending Stone","colLabels":["d8","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","It's a flip stone."],["2","It gets great reception everywhere except in your headquarters."],["3","It sometimes picks up other magical conversations."],["4","It's the perfect size, shape, and weight to be used as a skipping stone."],["5","It heats up when you use it, to the extent that it once burned through your gloves."],["6","It has an obnoxious ringtone that you can't work out how to change."],["7","It fails to notify you of incoming messages except for a faint pulsating glow."],["8","It's voice activated, so that every time you talk to someone, it tries to send a message to someone else."]],"name":"Quirks of Your Sending Stone","page":33,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Secretarian?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You believe that people shouldn't work harder; they should work smarter. And then they should work harder."],["2","You've always yearned to be in the people business, because inanimate objects can't pay you."],["3","Being able to hand out \"Employee of the Month\" stickers has been a life-long dream."],["4","You believe that customer loyalty can't be bought, but that it can be rented at reasonable terms and rates."],["5","Your habit of constantly telling other people how they can improve makes you a master of performance reviews."],["6","You've always believed that the customer is satisfied when you say the customer is satisfied, and not a second before."],["7","You love the joy that other people get when you tell them what to do."],["8","Buzzwords was your first language."]],"name":"Why Be a Secretarian?","page":34,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Signature Items","colLabels":["d10","Item"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A tooth from a previous victim, wrapped in a silk handkerchief"],["2","A calling card with your name on it"],["3","A quick charcoal sketch of your victim, done in your own hand"],["4","Petals from your favorite flower"],["5","Six drops of blood, either your own or someone else's"],["6","A carved ivory die with an eye instead of a pip on the 1 face"],["7","A copper coin bearing the likeness of a reaper"],["8","A tiny vial containing a few drops of the homemade ale you're so proud of"],["9","A riddle, joke, or verse"],["10","An IOU, accompanied by you taking something from the victim"]],"name":"Sending a Clear Message; Signature Items","page":53,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Barbarian Style","colLabels":["d10","Style"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A fur-lined, double-breasted suit with a corporate logo on the pocket"],["2","A hand-woven turban from a master tailor of Calimshan"],["3","Soft leather boots with a notable personal symbol etched into the side"],["4","A pair of suspenders made from the hide of a displacer beast"],["5","A gold belt buckle depicting the Dwarvish rune for chaos"],["6","A specially tailored belt pouch that you wear at the small of your back"],["7","Stylish mirrored spectacles"],["8","A specially dyed tunic containing all the colors of the rainbow in a swirled pattern"],["9","An overcoat with numerous pockets and leather patches on the elbows"],["10","Golden grillwork for your teeth, set with small gems that mark out ancient glyphs translating as \"Getting Paid\""]],"name":"Barbarian Style","page":53,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["d6","Spirit Guardian"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A half-orc enforcer called Joey Plantain, missing his right arm"],["2","A disgraced tax collector named Nibbin Clutchquill"],["3","An overly enthusiastic morale liaison called Apricot Reese"],["4","A grumpy dwarf carriage driver nicknamed Bolt"],["5","A pair of identical twin circus performers called Stella and Bella"],["6","An elf bodyguard known as Mistress Leafwind"]],"name":"Path of the Ancestral Guardian","page":54,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colStyles":["col-2 text-center","col-10"],"colLabels":["Totem Animal","Urban Replacements"],"rows":[["Bear","Otyugh, giant spider"],["Eagle","Crow, flying snake"],["Wolf","Giant rat, giant fire beetle"]],"name":"Path of the Totem Warrior","page":54,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Insults to Die For","colLabels":["d20","Insult"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Did your mother have any children who lived?"],["2","Who dressed you, a grimlock?"],["3","You smell like a hell hound's hindquarters."],["4","You're as helpful as a halfling."],["5","Let me guess. You're a self-taught wizard?"],["6","Your personality has all the warmth of a winter wolf."],["7","You're the loveliest hag in the coven."],["8","You're not the sharpest piercer in the cave."],["9","Aren't you a little short for a giant?"],["10","Truly, your intellect is as deep as a {@spell Tenser's floating disk}."],["11","Did you wake up in a troglodyte den this morning, or is that how you normally smell?"],["12","You must have been sick the day they taught fighting at warrior school."],["13","Gruumsh must have closed his eye when he created you."],["14","I can see you, but where's the dragon that pooped you out?"],["15","You've got all the good sense of a mind flayer's last meal."],["16","You don't know a beholder from a gas spore."],["17","I suspected you'd fallen out of the idiot tree, but I didn't know you were dragged through Stupid Forest afterward."],["18","There's nothing about your looks that a full-face helmet wouldn't improve."],["19","You're about as useful as an orc horde at a tea party."],["20","I've seen better-looking faces on a gibbering mouther."]],"name":"Cutting Wit and Wicked Barbs; Insults to Die For","page":55,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Notable Enemies","colLabels":["d10","Enemy"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A guard captain who was fired for failing to catch you after you flouted the law"],["2","A former master bard whose songs you stole and knowledge you plundered"],["3","A lesser noble who you double-crossed in a brilliant scheme"],["4","A fallen paladin who you tricked into breaking their oath"],["5","A leader of another adventuring party who blames you for their downfall"],["6","A former adventuring partner who you cut loose because of their lack of skill"],["7","The master of a powerful guild whose wares you were involved in pilfering"],["8","A government official who you tricked into providing secrets"],["9","A former tavern owner who lost their business when you implicated them in a scheme they weren't actually involved in"],["10","A moneylender who you inadvertently bankrupted"]],"name":"The Wrong Kind of People; Notable Enemies","page":55,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Relics of Faith","colLabels":["d8","Relic"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Saint's-thighbone walking stick (50 gp)"],["2","Do-it-yourself indulgence kit (10 gp)"],["3","Holy-water-brewed ale (20 gp)"],["4","Deva wing-feather bookmark (10 gp)"],["5","Deity-autographed holy symbol (100 gp)"],["6","Scratch-and-sniff icon (5 gp)"],["7","Planetar shaving set (15 gp)"],["8","Unexpurgated holy texts with all the really naughty bits (10 gp)"]],"name":"Divine Deals; Relics of Faith","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Meditative Rituals","colLabels":["d8","Ritual"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Fifteen minutes of deity-mandated calisthenics"],["2","Handwriting a detailed agenda for the next 24 hours"],["3","Sitting in silence for 15 minutes, while screaming \"Shut up!\" at anyone who makes noise"],["4","Sleep another hour; your deity says it's fine"],["5","Burning incense and lighting a candle on a makeshift altar while you recite your vows"],["6","Practicing battle forms and stances"],["7","Creating a new likeness of your deity out of whatever materials you have on hand"],["8","Drinking a lot of wine (sacramental, of course)"]],"name":"Clerical Routine; Meditative Rituals","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Relationship with Your Deity","colLabels":["d10","Relationship"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your deity possesses you and speaks through your lips, and you need someone else to take notes."],["2","You see your deity's signs in the movements of creatures, the changing weather, the shapes of buildings, other stuff."],["3","In secret, you curse the burden your deity has placed on you."],["4","You wonder often if you're worthy of your deity's gifts."],["5","You're convinced your deity isn't all-knowing, because they clearly have no idea what you really get up to."],["6","Your deity gives you power and you give them glory—at any cost."],["7","Those other clerics don't love your deity like you do."],["8","You were raised religious, but you only really go to church on the high holidays."],["9","Your deity's grace gives you peace. Their anger drives your fury."],["10","You've got buyer's remorse, and you're wondering if this is really the deity for you."]],"name":"The Ways of Faith; Relationship with Your Deity","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Distinguishing Features of Wild Shape","colLabels":["d6","Feature"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your pelt is rich hues of gold and silver so bright that they reflect light."],["2","When you take wild shape form, it's a painful, squelchy process that usually leaves your fellow adventurers queasy."],["3","Your wild shape forms all wear an identical ceremonial bracelet on one limb, decorated with teeth."],["4","A dark patch on your body is recognizable as the silhouette of {@creature Omin Dran|AI}"],["5","You always have twigs, leaves, and other refuse tangled in your fur or hair."],["6","When you switch back to your normal form, one hand always manages to retain its fur or feathers for a short while."]],"name":"Running Wild; Distinguishing Features of Wild Shape","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Sanctuaries","colLabels":["d10","Sanctuary"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A cemetery that acts as a de facto park"],["2","A museum hosting rare plants and animals from other lands"],["3","A swampy patch, unsuitable for building, teeming with marsh flora and fauna"],["4","A large copse containing the habitats of tree-dwelling animals"],["5","A community garden whose bounty is shared by local residents"],["6","A ruined section of the city that has been reclaimed by nature"],["7","A zoo overseen by a strange but powerful fellow druid"],["8","A private park that charges a fee for entrance, ensuring that only the wealthy can enjoy its serenity"],["9","A nature reserve stocked with scared and confused animals that are hunted for sport"],["10","A business that grows and harvests rare and exotic plants and animals for creating magical and mundane products"]],"name":"Nature in Unlikely Places; Urban Sanctuaries","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Creatures to Care For","colLabels":["d10","Creature"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A carnivorous plant with a taste for fine foods"],["2","A colony of bees whose hive once hung from a tree in your homeland"],["3","A seven-legged pygmy giant spider once used as a pixie's mount"],["4","A baby death dog that shows no evil tendencies (yet)"],["5","An orphaned owlbear cub-chick with a never-ending cold"],["6","An unhatched silvery egg that is ice-cold to the touch"],["7","A very small, very old awakened shrub"],["8","A grouchy badger that lives under your bed"],["9","A feral cat that thinks it's much tougher than it is"],["10","A friendly stirge that nests in your backpack and drinks only fruit juice"]],"name":"Steward of Nature; Creatures to Care For","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Martial Tricks","colLabels":["d6","Trick"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You are an expert at pretending you've been injured to the point where you can't possibly go on. By goading foes to finish you off, you keep your allies safe as you reveal how much fight you still have in you."],["2","You always keep a small pouch of salt or sand at your belt. If you can blind an opponent, even momentarily, you can usually end a fight quickly."],["3","You fight with your off hand at the start of a battle, so that your opponent sets their defenses and attacks to one side. Then you quickly switch hands at the most opportune moment, making your foe wonder what other tricks you might play."],["4","Swearing, name-calling, political satire—you do it all. You make use of a range of down-and-dirty fighting epithets that would make an ogre barbarian blush."],["5","You constantly converse with your opponents during the battle, doing whatever you can to distract them or get into their heads. It's surprising how many combatants enter a fight not knowing whether their boots have come untied."],["6","You have a belt pouch specially made to release ball bearings or caltrops in the thick of the fight, forcing your enemies to avoid those hazards while fending off your blows."]],"name":"Keeping them Guessing; Martial Tricks","page":59,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Signature Equipment","colLabels":["d12","Equipment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Handcrafted arrows whose heads bear the mark of a lightning bolt, and which give a distinctive whistle when fired"],["2","A shield made from the shell of a giant turtle"],["3","A matching shortsword and dagger, decorated to look like the upper and lower jaws of a carnivorous dinosaur"],["4","A battleaxe with its head shaped like the flowing hair of a dwarf warrior"],["5","A suit of armor made from the discarded chitin of giant arthropods"],["6","A pair of boots fashioned to look like the paws of a large feline"],["7","A sword whose pommel is shaped in the form of a hand, so that you shake the hand when you wield it"],["8","A hammer forged to resemble a giant's fist on one side and a dragon's head on the other"],["9","A helmet shaped like the head of a hare, with tiny diamonds for eyes"],["10","A bow carved with images of the phases of the moon"],["11","A dagger with a handle made of bone, etched with worn and unreadable runes"],["12","A backpack made from the leather and fur of a skunk"]],"name":"Wielding the Best; Signature Equipment","page":59,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Victory Celebration","colLabels":["d10","Celebration"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A finely honed, well-choreographed dance"],["2","Ale! And then more ale!"],["3","Seizing a trophy from a vanquished foe"],["4","Composing a poem extolling your valiant combat prowess"],["5","Adding a commemorative square to your battle quilt"],["6","Adding a decorative stencil to your favorite weapon or armor"],["7","Paying the town crier to proclaim your victory"],["8","Commissioning a painting of the battle"],["9","Praising surviving enemies for a job well done, no hard feelings"],["10","There is no time to celebrate, for your war is eternal!"]],"name":"Victory Is Yours; Victory Celebration","page":60,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Subtle Stances","colLabels":["d8","Stance"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Incontinent Elder—Standing straight, knees together (excellent for surviving those long queues)"],["2","Addled Adder—Lying flat on the ground (perfect when attempting to hide)"],["3","Ponderous Pudding—Collapsed in a heap (useful when trying to disguise yourself as a drunken fool)"],["4","Frightened Gnome—Curled in the fetal position (excellent when about to take a lot of damage)"],["5","Ambitious Student—Standing with one armed raised (useful when trying to be seen)"],["6","Boisterous Brewmaster—Hand raised as if making a toast (excellent at preventing being slapped)"],["7","Hardy Harpy—Arms flapping wildly while singing (inspires people to leave you alone, and good for cooling off on hot days)"],["8","Broken Bridge—Face down on the ground with knees bent and posterior up (reduces visibility to foes in front, and makes a useful ramp for allies to jump off)"]],"name":"Stances for Success; Subtle Stances","page":61,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Ancient Tomes","colLabels":["d10","Tome"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@i Gambling with the Gods}"],["2","{@i Plowshares into Swords}"],["3","{@i The Poetry of Flumphism}"],["4","{@i Monsters are People Too}"],["5","{@i Oracles of the Future}"],["6","{@i The Sociable Hermit}"],["7","{@i The Enigma of Air}"],["8","{@i The Compendium of Limitless Space}"],["9","{@i The Organic Sun and Moon Cookbook}"],["10","{@i Life is Endless Calamities, What Are You Going to Do About It}?"]],"name":"By the Book; Ancient Tomes","page":61,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Commercial Monasteries","colLabels":["d10","Monastery"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Monastery of the Eternal Spirits (legendary distillers)"],["2","House of the Upright Arches (creators of quality footwear)"],["3","Dome of the Curious Quill (makers of parchment, ink, and writing quills)"],["4","Crystal Bastion (makers of crystal goblets and ornaments)"],["5","Monastery Actuary (underwriters of reasonably priced insurance policies)"],["6","House of Hot Ki (delicious barbecue take-out)"],["7","Sage's Retreat (custom research services)"],["8","Monastery of the Wayward Grape (vintners of fine wines)"],["9","Spider's House Retreat (drow trainers of giant spiders as mounts and companions)"],["10","Hall of Mysteries (investigators for hire)"]],"name":"Ascetic Business Practices; Commercial Monasteries","page":62,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Terrible Secrets","colLabels":["d6","Secret"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Before taking your paladin oath, you accidentally publicly humiliated a good friend. You have sworn to make it up to them, despite them wanting nothing to do with you."],["2","You took another person's identity to escape the law in your younger days—and quickly came to realize that this person was far cooler than the real you. If anyone finds out your true identity, your reputation will suffer."],["3","You were the child of nobles who were found guilty of stealing vast sums from their subjects. If your identity is discovered, you might be hunted down. But you might also be in line for a massive inheritance."],["4","You once belonged to an organization that was eventually banned because a typo in its name made it appear seditious. If anyone discovers this, you run the risk of being mistaken for an enemy of the realm."],["5","You made a deal with a fiendish creature to escape trouble or save another character's life. Emissaries of this fiend appear occasionally to tell you that the paperwork regarding the debt you owe is temporarily lost, but they're working on it."],["6","You owe an enormous amount of money to a forgetful and amoral person. So far, that person has made no sign of wanting you to repay the debt, and you have no idea what to do about that."]],"name":"Things Best Left Unsaid; Terrible Secrets","page":63,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Legendary Catchphrases","colLabels":["d8","Catchphrase"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Looks like this is the end. So let's go back to the beginning."],["2","There's only one way out of this pickle, and that's by breaking a few jars!"],["3","Looks like trouble has some vacation time coming up. So let's book it a nice inn."],["4","We've got a real game of cat and mouse here... so it's time to eat some cheese."],["5","Is that all I've got?!"],["6","It's always darkest before the dawn, except when the moon is full. So let's moon!"],["7","We might be beaten, but we're not beaten! Because \"beaten\" means different things in both those contexts!"],["8","\"Surrender\" is my middle name, but it was a family thing and I never use it!"]],"name":"Fixer of Problems; Legendary Catchphrases","page":63,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Beast Friends","colLabels":["d10","Beast"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Rat"],["2","Pigeon"],["3","Skunk"],["4","Crow"],["5","Raccoon"],["6","Possum"],["7","Snake"],["8","Toad"],["9","Giant beetle"],["10","Lizard"]],"name":"Animals are Everywhere; Urban Beast Friends","page":64,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Disguised Weapons","colLabels":["d6","Object (Improvised Weapon)"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The roasted drumstick of a huge bird (greatclub; longsword if a shard of bone is broken off)"],["2","A long loaf of stale bread (mace)"],["3","A musical instrument missing all but one string (shortbow)"],["4","A racket used in a popular sport (handaxe, battleaxe)"],["5","A metal-tipped crutch (greatsword, spear)"],["6","A large bottle of wine (mace, shortsword if shattered)"]],"name":"No Weapons Allowed; Disguised Weapons","page":64,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Points of Interest","colLabels":["d8","Point of Interest"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A secret cove a few hours' north of town that is a known meeting spot for pirates."],["2","A sewer system underneath the local guardhouse."],["3","The quaint settlement where you grew up, and where you send most of what you earn adventuring."],["4","A caravan of merchants and sellswords that follows a regular route across the land."],["5","A temple built to honor a dark god, long abandoned."],["6","The final resting place of the ranger who trained you."],["7","The shady market known as Gort Jorkle's Afflicted Finery, openly and proudly selling the most illegal things imaginable."],["8","An unnamed hill where a ruined tower appears at midnight, then vanishes again at dawn."]],"name":"Places to Go; Points of Interest","page":65,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Favorite Trophies","colLabels":["d10","Trophy"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The handkerchief of a noble's paramour, with their initials sewn into it as well as the date and the place the gift was given. Perfect blackmail fodder."],["2","A silver goblet from the kitchens of a castle in a wealthy land. It still smells of the wonderful burgundy that was in it when you stole it."],["3","A gold-tipped fountain pen stolen from the breast pocket of a royal wizard."],["4","A piece of intricately woven curtain you had to cut to escape a mayor's manor after stealing their valuables."],["5","A gray cat with white feet, once the pet of a rich merchant's spoiled child. She almost blew your cover. Now she knows when to keep quiet, and she's great at catching mice."],["6","A small statue of a ballerina, broken off from a marble fountain in a city from which you're now banned."],["7","A serpentine lapel pin set with tiny diamonds, which you slipped off the chest of a noble whose fete you finessed your way into."],["8","The solid-gold hammer holy symbol of that one rude blacksmith who refused to fix your sword."],["9","A full potion bottle from the temple of Oghma, marked \"Drink in case of emergency.\" So far, no one has dared you to drink it."],["10","A cracked mirror from a mystic's tower, which sometimes shows you a glint of another realm in one of its shards."]],"name":"Sign of Success; Favorite Trophies","page":65,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Former Guilds","colLabels":["d8","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The Tumble Dumplings, an all-halfling guild whose cover identities are acrobats"],["2","The Char Hawks, whose front operation is a well-known cleaning service"],["3","The Flattering Butchers, known for their sales of discount meat of unknown provenance"],["4","The Profane Pilferers, who leave lewd calling cards at the scenes of their crimes"],["5","The Undead Rangers, whose cover is that they have nothing to do with rangers or the undead"],["6","The Loyalists, ironically known for breaking contracts at an alarming rate"],["7","The Robust Vultures, who make use of flying magic for specialty jobs"],["8","The Quick and the Fred, who all use \"Fred\" as an alias"]],"name":"Old Business Ties; Former Guilds","page":66,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Unusual Arcane Focuses","colLabels":["d10","Focus"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A stuffed weasel with fake diamonds for eyes"],["2","A rare gold coin that sparkles as you cast"],["3","A copper belt buckle created in your own likeness"],["4","A pair of silver spectacles whose lenses change color based on the school of spell you're casting"],["5","A well-preserved sausage that smells delicious to you and any other creature nearby"],["6","A gold harmonica that cranks out a dramatic tune when you cast"],["7","A shrunken gnome head that blinks and sticks its tongue out occasionally"],["8","A polo mallet carved in the shape of the tarrasque"],["9","A flask of liquid that changes color each time you cast"],["10","The antler stub of a peryton, decorated with nymph hair and pixie dust"]],"name":"Focusing with Flair; Unusual Arcane Focuses","page":67,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Residual Magic","colLabels":["d10","Effect"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A smell just slightly less noxious than troglodyte musk wafts off you from time to time."],["2","At random, your voice shifts three octaves higher or lower than normal."],["3","Your hair changes color for 1 hour. If you don't have hair, you grow silver hair that lasts for 1 hour, then falls out."],["4","At random, your speech and movement suggest that you are blind drunk."],["5","Your eyes glow for 1 minute, cycling intermittently through red, blue, and green."],["6","Sometimes when you deal damage to a creature, a disembodied voice near you shouts out, \"Boo yah!\""],["7","Blood momentarily drips from your ears and eyes."],["8","Your fingernails grow out to gnarled talons. This new growth falls off after 10 minutes or if you touch something."],["9","Intermittently, any somatic components for spells you cast take the form of violent coughing."],["10","For 1 minute, you are 6 inches shorter or taller than normal."]],"name":"Personal Magic; Residual Magic","page":68,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Otherworldly Quirks","colLabels":["d10","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Every meal you eat must involve copious amounts of raw onions."],["2","When you are in a stressful situation, you shout every fourth word you speak."],["3","You have a second set of ears that emerge and retract whenever you are actively listening."],["4","You can't bear to touch anything valuable without wearing gloves."],["5","When you wash or bathe, anything less than uncomfortably hot water feels cold to you."],["6","You have to slap some creature roughly before you can get a good night's sleep."],["7","You're just not comfortable unless your clothing features garishly contrasting colors or patterns."],["8","When you cast a spell, the verbal or somatic component must involve a mild obscenity."],["9","Your hair grows so quickly that you must cut it during every short or long rest."],["10","When people call you by your correct name, you constantly admonish them by telling them your correct name."]],"name":"Eldritch Affectations; Otherworldly Quirks","page":69,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Cool Mottos","colLabels":["d6","Motto"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"I don't break even; I get even.\""],["2","\"I'm the prophet of profit, and I've got a prediction for success.\""],["3","\"Victory is the finest perfume, and I smell delightful.\""],["4","\"Your treasure is my business.\""],["5","\"To err is human, so I'm not.\""],["6","\"I get the job done rather than thinking up fancy mottos.\""]],"name":"Marketing Is Everything; Cool Mottos","page":69,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lingering Nightmares","colLabels":["d6","Nightmare"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You stand atop a cliff as an apocalyptic sea monster emerges and begins painting the world around you with a brush in each tentacle. You cannot escape its attention, but wake up just before you are recolored."],["2","You dream about walking on pieces of paper, each of which is scribed with the word \"eggshells.\" This is written in multiple languages, some of which you can't read."],["3","You are giving the most important presentation of your career, and the magic you are using to create an impressive visual display has gone haywire. It now displays an illusory image of you wearing nothing but a strategically placed scarf."],["4","A franchise staff member has gained a huge inheritance and retired. A note signed by you indicates that you withdrew the same huge amount of cash from company accounts the day before, but you have no memory of doing so."],["5","You feel the pleasant tickling of feathers, then look up to find a cockatrice preening on your chest."],["6","All your pockets have been torn open, but you can't stop placing valuable objects in them. Each time an object falls out of a pocket, you pick it up, then put it in a pocket again."]],"name":"Nightmare Magic; Lingering Nightmares","page":70,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Arcane Masters","colLabels":["d8","Master"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Philia Fjor, a half-elf abjurer who baked cupcakes that functioned as potions."],["2","Oghhga, a mute half-orc diviner who beat her unsuccessful students to death with rocks."],["3","Impler Rickys, a gnome transmuter who lived under a bridge and worked for candied beets and honey peanuts."],["4","Dame Melna Rothburntonberryville, a 238-year-old elf croquet player and evoker, and hero of the first, second, third, fifth, and sixth Troll Wars. (She was out on maternity leave during the fourth.)"],["5","Fernstern Drockburn, a deep gnome ventriloquist and conjurer, and his \"dummy\" Vinceroy, an imp familiar in a puppet suit."],["6","Loa Hatt, a tiefling illusionist and cobbler, whose rumored dealings with devils led to many jokes about fixing soles while destroying souls."],["7","Reni the Hare, a halfling enchanter with an odd fondness for carrots. You ate a lot of carrots as an apprentice. You don't much like carrots anymore."],["8","Sylvester Delague, a human necromancer whose greatest possession was a portrait painted by an ex-student, said to capture his green eyes perfectly. In truth, Sylvester was color-blind, and the portrait's eyes are bloodshot red. No one ever told him."]],"name":"Learning from the Best; Arcane Masters","page":71,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-2 text-center","col-4 text-center","col-2 text-center","col-4 text-right"],"rows":[["1","−5","16–17","+3"],["2–3","−4","18–19","+4"],["4–5","−3","20–21","+5"],["6–7","−2","22–23","+6"],["8–9","−1","24–25","+7"],["10–11","+0","26–27","+8"],["12–13","+1","28–29","+9"],["14–15","+2","30","+10"]],"name":"Ability Scores and Modifiers","page":7,"source":"RMR","chapter":{"name":"How to Play","ordinal":{"type":"chapter","identifier":1},"index":0}},{"colLabels":["{@comic {@dice d12}}","{@comic Surprise}"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ghostly hand appears and slaps a random character for {@dice 2d4} bludgeoning damage. If this kills them, they rise as a spectral presence that follows the group, endlessly slapping them as well."],["2","Five {@creature Giant Rat||giant rats} burst from the ground and attack. Name them after your favorite boy band."],["3","Every magic potion the party carries has turned to spoiled milk."],["4","Point at the character who last spoke. Their left foot has fallen asleep, causing them to suffer {@b −}1 Dexterity for an hour."],["5","Two {@creature Flameskull||flameskulls} fly in, accompanied by loud heavy metal music. They attack."],["6","A lone {@creature flameskull} flies in, looking for his two friends who ditched him on the way to a heavy metal concert. He's confused and angry and also attacks."],["7","The party hears a scraping noise coming from the nearby wall. Make it seem important to the story. Use this noise to focus the group and lead them to the next encounter."],["8","A random character vomits up an {@creature ochre jelly}. Describe the burning sensation as it erupts from the character's feeble mouth-hole. Make the party regret ever wasting your time."],["9","A random character's favorite weapon just gained magical intelligence and starts nagging them about getting on with the adventure."],["10","An arrow suddenly shoots out from the shadows and hits the character who is pissing you off. The character takes {@dice 1d6 + 4} piercing damage and should reconsider their current course of action."],["11","Something gold and shiny catches the eye of a party member. What is it? Whatever you want."],["12","Pick a random character. Tell them their esophagus is cursed."]],"name":"Surprise","page":17,"source":"RMR","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["{@comic {@dice d12}}","{@comic CuFuC}"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","If you made this roll during an attack, you just hit a random character with double critical damage instead. If this roll was non-combat, you're so angry at f***ing up that you attack a random character with your primary weapon in frustration."],["2","Give the die that made this roll to another player at the table. They must use this die for the rest of the game session and, every time they roll it, they have to say \"Bad, die. BAD!\""],["3","All your hair falls out. Yes, even down there..."],["4","All your magic items have turned into nonmagical versions of the same stuff."],["5","Roll twice on the SURPRISE table from earlier in this chapter."],["6","You take {@dice 1d12} force damage. Describe in excruciating detail what you did to earn this embarrassing injury."],["7","You get a paper cut. If you fail a DC 16 Constitution saving throw, you lose {@dice 1d6} hit points from blood loss at the start of each of your turns for the next {@dice 1d6} rounds."],["8","The weapon or item you were using when you made this crappy roll catches on fire. Throw it away or take {@dice 2d10} fire damage while it smolders."],["9","Whatever you were doing when this roll took place just became a comedic pratfall that hits you in the junk. Take {@dice 2d6} bludgeoning damage, and if you had a point of Inspiration, it's now gone."],["10","You are so angry at your stupid mistake that an important grouping of blood vessels in your brain bursts. Permanently lose 1 Intelligence and your sense of smell."],["11","Your roll was so bad that you forsake the gods. If you're a cleric you poop yourself every time you cast a spell until you finish a long rest."],["12","Your internal organs are replaced with stinging bees. Instant death. No saving throw."]],"name":"Critical Hits","page":28,"source":"RMR","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Experience Points","Level","Proficiency Bonus"],"colStyles":["col-2 text-center","col-2 text-right","col-8 text-right"],"rows":[["0","1","+2"],["300","2","+2"],["900","3","+2"],["2,700","4","+2"],["6,500","5","+3"]],"name":"Rewards","page":35,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Leather","10 gp","11*","10 lb."],["Studded leather","45 gp","12*","13 lb."]],"footnotes":["*You add your Dexterity modifier to your Armor Class when you wear this armor."],"name":"Light Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Hide","10 gp","12**","12 lb."],["Chain shirt","50 gp","13**","20 lb."],["Scale mail","50 gp","14**","45 lb."],["Breastplate","400 gp","14**","20 lb."]],"footnotes":["**You add your Dexterity modifier, to a maximum of +2, to your Armor Class when you wear this armor."],"name":"Medium Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Ring mail","30 gp","14","40 lb."],["Chain mail","75 gp","16","55 lb."],["Splint","200 gp","17","60 lb."]],"name":"Heavy Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Shield","10 gp","+2","6 lb."]],"name":"Shields","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Club","1 sp","{@dice 1d4} bludgeoning","2 lb.","Light"],["Dagger","2 gp","{@dice 1d4} piercing","1 lb.","Finesse, light, thrown (range 20/60)"],["Greatclub","2 sp","{@dice 1d8} bludgeoning","10 lb.","Two-handed"],["Handaxe","5 gp","{@dice 1d6} slashing","2 lb.","Light, thrown (range 20/60)"],["Javelin","5 sp","{@dice 1d6} piercing","2 lb.","Thrown (range 30/120)"],["Light hammer","2 gp","{@dice 1d4} bludgeoning","2 lb.","Light, thrown (range 20/60)"],["Mace","5 gp","{@dice 1d6} bludgeoning","4 lb.","—"],["Quarterstaff","2 sp","{@dice 1d6} bludgeoning","4 lb.","Versatile ({@dice 1d8})"],["Spear","1 gp","{@dice 1d6} piercing","3 lb.","Thrown (range 20/60), versatile ({@dice 1d8})"]],"name":"Simple Melee Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Crossbow, light","25 gp","{@dice 1d8} piercing","5 lb.","Ammunition (range 80/320), loading, two-handed"],["Shortbow","25 gp","{@dice 1d6} piercing","2 lb.","Ammunition (range 80/320), two-handed"]],"name":"Simple Ranged Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Battleaxe","10 gp","{@dice 1d8} slashing","4 lb.","Versatile ({@dice 1d10})"],["Greataxe","30 gp","{@dice 1d12} slashing","7 lb.","Heavy, two-handed"],["Greatsword","50 gp","{@dice 2d6} slashing","6 lb.","Heavy, two-handed"],["Longsword","15 gp","{@dice 1d8} slashing","3 lb.","Versatile ({@dice 1d10})"],["Maul","10 gp","{@dice 2d6} bludgeoning","10 lb.","Heavy, two-handed"],["Morningstar","15 gp","{@dice 1d8} piercing","4 lb.","—"],["Rapier","25 gp","{@dice 1d8} piercing","2 lb.","Finesse"],["Scimitar","25 gp","{@dice 1d6} slashing","3 lb.","Finesse, light"],["Shortsword","10 gp","{@dice 1d6} piercing","2 lb.","Finesse, light"],["Trident","5 gp","{@dice 1d6} piercing","4 lb.","Thrown (range 20/60), versatile ({@dice 1d8})"],["Warhammer","15 gp","{@dice 1d8} bludgeoning","2 lb.","Versatile ({@dice 1d10})"]],"name":"Martial Melee Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Crossbow, hand","75 gp","{@dice 1d6} piercing","3 lb.","Ammunition (range 30/120), light, loading"],["Crossbow, heavy","50 gp","{@dice 1d10} piercing","18 lb.","Ammunition (range 100/400), heavy, loading, two-handed"],["Longbow","50 gp","{@dice 1d8} piercing","2 lb.","Ammunition (range 150/600), heavy, two-handed"]],"name":"Martial Ranged Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["{@comic Name}","{@comic Cost}","{@comic Damage}","{@comic Weight}","{@comic Properties}"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["{@comic Commitment}","{@comic your happiness}","{@comic {@dice 2d12} ongoing}","{@comic your freedom}","{@comic Roll for regrets}"],["{@comic Children}","{@comic your future happiness}","{@comic {@dice 2d20} until adulthood}","{@comic your legacy}","{@comic Just get a pet instead}"]],"name":"Marital Emotional Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Ammunition - Arrows (20)","1 gp","1 lb."],["Ammunition - Crossbow bolts (20)","1 gp","1½ lb."],["Backpack","2 gp","5 lb."],["Bedroll","1 gp","7 lb."],["Bell","1 gp","—"],["Blanket","5 sp","3 lb."],["Book","25 gp","5 lb."],["Candle","1 cp","—"],["Carpenter's tools","8 gp","6 lb."],["Case (for map or scroll)","1 gp","1 lb."],["Chalk (1 piece)","1 cp","—"],["Chest","5 gp","25 lb."],["Clothes, common","5 sp","3 lb."],["Clothes, fine","15 gp","6 lb."],["Component pouch","25 gp","2 lb."],["Crowbar","2 gp","5 lb."],["Grappling hook","2 gp","4 lb."],["Hammer","1 gp","3 lb."],["Hammer, sledge","2 gp","10 lb."],["Healer's kit","5 gp","3 lb."],["Holy symbol","5 gp","1 lb."],["Hourglass","25 gp","1 lb."],["Ink (1 ounce bottle)","10 gp","—"],["Ink pen","2 cp","—"],["Lantern, bullseye","10 gp","2 lb."],["Lantern, hooded","5 gp","2 lb."],["Lock","10 gp","1 lb."],["Mason's tools","10 gp","8 lb."],["Mess kit","2 sp","1 lb."],["Mirror, steel","5 gp","1/2 lb."],["Oil (flask)","1 sp","1 lb."],["Paper (one sheet)","2 sp","—"],["Parchment (one sheet)","1 sp","—"],["Perfume (vial)","5 gp","—"],["Pick, miner's","2 gp","10 lb."],["Piton","5 cp","1/4 lb."],["Pot, iron","2 gp","10 lb."],["Potion of healing","50 gp","1/2 lb."],["Playing cards","5 sp","—"],["Pouch","5 sp","1 lb."],["Rations (1 day)","5 sp","2 lb."],["Robes","1 gp","4 lb."],["Rope, hempen (50 feet)","1 gp","10 lb."],["Rope, silk (50 feet)","10 gp","5 lb."],["Sack","1 cp","1/2 lb."],["Sealing wax","5 sp","—"],["Shovel","2 gp","5 lb."],["Signal whistle","5 cp","—"],["Signet ring","5 gp","—"],["Spellbook","50 gp","3 lb."],["Spike, iron (10)","1 gp","5 lb."],["Tent, two-person","2 gp","20 lb."],["Thieves' tools","25 gp","1 lb."],["Tinderbox","5 sp","1 lb."],["Torch","1 cp","1 lb."],["Waterskin","2 sp","5 lb. (full)"],["Whetstone","1 cp","1 lb."]],"name":"Adventuring Gear","page":41,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Speed","Carrying Capacity"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Donkey or {@creature mule}","8 gp","40 ft.","420 lb."],["{@creature Draft Horse||Horse, draft}","50 gp","40 ft.","540 lb."],["{@creature Riding Horse||Horse, riding}","75 gp","60 ft.","480 lb."]],"name":"Mounts and Other Animals","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Bit and bridle","2 gp","1 lb."],["Feed (per day)","5 cp","10 lb."],["{@i Saddle}","",""],{"type":"row","style":"row-indent-first","row":["Pack","5 gp","15 lb."]},{"type":"row","style":"row-indent-first","row":["Riding","10 gp","25 lb."]},{"type":"row","style":"row-indent-first","row":["Saddlebags","4 gp","8 lb."]},["Stabling (per day)","5 sp","—"]],"name":"Tack and Harness","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-center"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["Gallon","2 sp"]},{"type":"row","style":"row-indent-first","row":["Mug","4 cp"]},{"type":"row","style":"row-indent-first","row":["{@comic Full Keg}","{@comic 8 sp - Awww yeah!}"]},["Inn stay (per day)",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},{"type":"row","style":"row-indent-first","row":["{@comic Passed out in the back alley}","{@comic Free}"]},["Meals (per day)",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["Wine",""],{"type":"row","style":"row-indent-first","row":["Common (pitcher)","2 sp"]},{"type":"row","style":"row-indent-first","row":["Fine (bottle)","10 gp"]}],"name":"Food, Drink, and Lodging","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Level","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disadvantage on ability checks"],["2","Speed halved"],["3","Disadvantage on attack rolls and saving throws"],["4","Hit point maximum halved"],["5","Speed reduced to 0"],["6","Death"]],"name":"Exhaustion","page":62,"source":"RMR","chapter":{"name":"Conditions","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Standard Languages of Eberron","colLabels":["Language","Main Speakers","Script"],"colStyles":["col-2","col-8","col-2"],"rows":[["Common","The Five Nations, trade language of Khorvaire","Common"],["Dwarvish","Mror Holds","Dwarvish"],["Elvish","Aerenal, Valenar","Elvish"],["Giant","Inhabitants of Xen'drik","Giant"],["Gnomish","Zilargo","Dwarvish"],["Goblin","Darguun, Droaam, Shadow Marches, monsters of Khorvaire","Goblin"],["Halfling","Talenta Plains","Common"],["Riedran","People of Sarlona","Common"]],"name":"Standard Languages of Eberron","page":6,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Exotic Languages of Eberron","colLabels":["Language","Main Speakers","Script"],"colStyles":["col-2","col-8","col-2"],"rows":[["Celestial","Celestials","Celestial"],["Daelkyr","Aberrations, denizens of Khyber","Daelkyr"],["Draconic","Dragons, dragonborn","Draconic"],["Infernal","Fiends","Infernal"],["Orc","Isolated orc tribes","Goblin"],["Primordial","Elementals","Primordial"],["Quori","Inspired, kalashtar, quori","Quori"],["Sylvan","Fey creatures","Elvish"]],"name":"Exotic Languages of Eberron","page":6,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Eberron Months","colLabels":["Month","Name"],"colStyles":["col-2","col-10"],"rows":[["1","Zarantyr (mid-winter)"],["2","Olarune (late winter)"],["3","Therendor (early spring)"],["4","Eyre (mid-spring)"],["5","Dravago (late spring)"],["6","Nymm (early summer)"],["7","Lharvion (mid-summer)"],["8","Barrakas (late summer)"],["9","Rhaan (early autumn)"],["10","Sypheros (mid-autumn)"],["11","Aryth (late autumn)"],["12","Vult (early winter)"]],"name":"Calendar; Eberron Months","page":7,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Regrets","colLabels":["d10","Regret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While you were serving in the Last War, you were forced to abandon an injured comrade. You don't know if they survived."],["2","You placed your faith in a lover who betrayed you. You don't know if you can ever trust anyone again."],["3","You murdered a rival. Your actions may have been justified, but their face still haunts you."],["4","You made a promise to a child or a lover that you failed to keep."],["5","You squandered your family's fortune and brought shame and ruin to your household."],["6","You made a bargain with an extraplanar entity that you now regret."],["7","You abandoned your family to pursue a life of adventure. Your village was destroyed in the war and you don't know if they survived."],["8","You engaged in covert operations for a nation as a spy or soldier. While you were serving your country, you did unforgivable things."],["9","Someone put their trust in you and you betrayed them for personal gain. You might regret it now, but you can never repair the damage you've done."],["10","You volunteered for mystical experiments. These may be responsible for your class abilities, but you might experience side effects."]],"name":"Everyone Has Regrets; Regrets","page":8,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Debts","colLabels":["d10","Debt"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You committed a crime during the Last War, and now you're being blackmailed by someone who has proof. You can justify your actions, but the law won't care."],["2","You've got a gambling problem. If you can't repay Daask (see {@book chapter 3|ERLW|8|Daask}), you're going to be playing tag with a cockatrice."],["3","You own an uncommon magic item, but you had to sell it to a pawn shop. If you can't reclaim it within the month, they'll sell it off."],["4","You were making a delivery on behalf of the Boromar Clan (see {@book chapter 3|ERLW|8|The Boromar Clan}) and you lost the merchandise."],["5","Someone knows the whereabouts of a sibling or loved one you thought lost in the Mourning, but that information is going to cost you."],["6","You have a degenerative disease that can't be cured by mundane means. If you can't get a lesser restoration soon, you're going to start showing symptoms."],["7","Your family lost everything in the Last War. You could get them a stake in a new farm, inn, or stagecoach with 200 gp."],["8","You've got a price on your head. Until you settle things with House Tharashk, you'd better keep an eye out for bounty hunters."],["9","You have an opportunity to join an influential secret society. But you've got only one month to raise the membership dues."],["10","Roll again. It's not your debt: it's your lover's problem. Can you solve the problem before they have to face the consequences?"]],"name":"Why Do You Need 200 Gold Pieces?; Debts","page":9,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Communication and Security Services","colLabels":["Service","Cost"],"colStyles":["col-9","col-3"],"rows":[["{@spell Arcane lock} (House Kundarak)","20 gp"],["Courier service (House Orien)","1 sp per mile"],["{@spell Glyph of warding} (House Kundarak)","350 gp"],["{@spell Illusory script} (House Sivis)","15 gp"],["Mail service (House Orien)","1 cp per mile"],["Message station (House Sivis)","2 sp per word"],["Translation (House Sivis)","2 cp per word"]],"name":"Communication and Security Services","page":10,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Healing Services","colLabels":["Service","Cost"],"colStyles":["col-6","col-6"],"rows":[["Minor nonmagical care","3 sp per use of the {@skill Medicine} skill"],["Major nonmagical care","1 gp per day"],["{@spell Cure wounds}","25 gp per level of the spell"],["{@spell Lesser restoration}","50 gp"],["{@spell Remove curse}","75 gp"],["{@spell Greater restoration}","150 gp"],["{@spell Raise dead}","750 gp"]],"name":"Medicine; Healing Services","page":10,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Travel Services","colLabels":["Service","Cost","Speed"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Airship (House Lyrandar)","1 gp per mile","20 mph"],["Elemental galleon (House Lyrandar)","5 sp per mile","10 mph"],["Lightning rail, standard (House Orien)","2 sp per mile","30 mph"],["Lightning rail, first class (House Orien)","5 sp per mile","30 mph"],["Lightning rail, steerage (House Orien)","3 cp per mile","30 mph"],["Magebred coach (House Orien)","3 sp per mile","5 mph"],["{@spell Teleportation circle} (House Orien)","2,500 gp","Instant"]],"name":"Transportation; Travel Services","page":11,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Leaving the Mror Holds","colLabels":["d8","Reason for Leaving"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A feud with a rival clan has gotten out of hand, and it's best that you spend a few decades away from the Holds while things cool down."],["2","You come from a large family and there's no room for you to shine in your hold, so you hope to make a name for yourself in the wider world."],["3","Your clan has arranged your marriage and your future, and you've decided to have a few adventures before you settle down."],["4","You're pursuing a vendetta with a personal rival, seeking to defeat them either in battle or in business."],["5","You're searching for a legendary dwarven artifact, stolen centuries ago by a Karrnish noble."],["6","You want to assemble champions who can help you explore the ancient ruins beneath your ancestral home."],["7","You've rejected your clan's attitude toward daelkyr magic, earning the enmity of powerful dwarves."],["8","You want to understand how the other peoples of Khorvaire—especially the goblins and orcs—have fought the daelkyr."]],"name":"Dwarves of the Mror Holds; Leaving the Mror Holds","page":19,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Zil Schemes","colLabels":["d10","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your family is working on a new form of elemental binding, but they need a lot of Khyber dragonshards."],["2","You have an anonymous contact who sends you missions via the {@spell sending} spell. When you do as you're asked, you receive handsome rewards."],["3","You've inherited a plot of land in Q'barra. If you don't visit within a year, you'll lose the claim."],["4","Due to an unusual twist of Triumvirate law, you share the same name with a number of other Zil, and you're all legally considered to be the same person."],["5","You've acquired a {@item spellshard|ERLW} (described in {@book chapter 5|ERLW|12}) that contains a vast amount of text in a strange code."],["6","You know the location of a wanted war criminal, and you've been trying to decide whether to turn them in or try to get something in exchange for your silence."],["7","You've been selling false treasure maps, but now you've found one that might be real."],["8","You've acquired a controlling stake in a dragonshard mine, which was abandoned long ago. But why? Kobolds? Aberrations? There's only one way to find out!"],["9","Your family is facing financial ruin, and they've taken out a life insurance policy on you. It only pays out if you die under unusual circumstances, and they're encouraging you to seek out more dangerous adventures."],["10","You're peddling a life-extension scheme where clients are {@condition petrified} by a medusa and then restored later."]],"name":"Gnomes of Zilargo; Zil Schemes","page":23,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Khoravar Origin","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're the linchpin of a Khoravar community in a major city, hosting unity meals and maintaining connections with every half-elf in the city."],["2","You grew up in a small town dominated by humans. You didn't know any other half-elves, and you did your best to fit in."],["3","You lived in the Eldeen Reaches as part of a small Khoravar community, trying to be a bridge between the human farmers in the east and the druids and wilder folk in the west."],["4","Your small Khoravar community has only survived in the slums of Sharn through the close, family-like support you show each other."],["5","You're part of a community in Thrane whose devotion to the Silver Flame has led you to extend your unity meals to non-Khoravar."],["6","Your Khoravar community is the crew of a Lhazaar ship."],["7","You're part of a tiny Khoravar community in Karrnath that's fascinated with death and the practices of your Aereni ancestors, transforming your unity meals into grim celebrations of death."],["8","You're part of a tiny community of Khoravar living in an unexpected place, such as Droaam, Darguun, or even the Demon Wastes. Your people strive to find common ground with the native population."],["9","You are associated with House Lyrandar or House Medani, but you're more interested in the role the house plays in supporting Khoravar communities than in the work of its guilds."],["10","You ride with the Valenar, hoping one day to prove that you are worthy of taking on a patron ancestor."]],"name":"Khoravar Origin","page":26,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Halfling Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are constantly amazed by things the people of the Five Nations take for granted."],["2","You pattern your behavior on a species of dinosaur."],["3","You are extremely curious, and you're always searching for new experiences."],["4","You love to boast, and you're always telling exaggerated stories of your amazing adventures."],["5","You wear a mask that you believe holds the spirit of your former dinosaur mount. You like to talk to it."],["6","You don't understand the concept of \"facts.\" To you, everything is a story, and truth is in how you tell it."],["7","You are annoyed by buildings and tools designed without consideration for small people."],["8","You seek vengeance for a wrong done to your people."],["9","You never forget an insult or injury."],["10","You ascribe everything to the work of spirits."]],"name":"Talenta Halflings; Halfling Quirks","page":27,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Human Origins","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An impoverished wizard from Aundair, striving to prove you're as intelligent as any other Aundairian"],["2","A streetwise rogue from Breland who wants nothing more than to escape the bustle of Sharn forever"],["3","A displaced Cyran fighter who was engaged in war outside Cyre at the time of the Mourning and is now stranded with no home"],["4","A barbarian from the Demon Wastes who repented from a life of cruelty and hopes to atone for past evils"],["5","A kindly druid from the Eldeen Reaches who wants to learn about the flora and fauna of the rest of Khorvaire and beyond"],["6","A cleric from Karrnath who aspires to learn the arts of necromancy—for the noblest aims, of course"],["7","A piratical bard from the Lhazaar Principalities who loves sea shanties but also wants to immortalize the deeds of great heroes in song"],["8","A ranger trained to hunt the jungles of Q'barra who harbors a grudge against dragons"],["9","A warlock from the Shadow Marches, teetering on the edge of sanity while contemplating the daelkyr"],["10","A Thrane paladin of the Silver Flame who's looking for something to prove the truth underpinning belief"]],"name":"Humans; Human Origins","page":29,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Leaving the Shadow Marches","colLabels":["d8","Reason for Leaving"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're associated with the Gatekeepers, and you're on a quest to combat a daelkyr-related threat beyond the bounds of the Shadow Marches."],["2","House Tharashk recruited you from the Marches to serve as a mercenary in the Last War."],["3","You're a simple hunter, but you've decided to seek your fortune or a real challenge in the world beyond the Marches."],["4","Your village was destroyed by monsters from Droaam, so you're looking for a new place in the world."],["5","As a cultist of the Dragon Below, you believe that slaying powerful foes is the only way to earn your passage to the paradise that lies deep within the hollow world. You've ventured beyond the Marches in search of worthy enemies."],["6","Your clan works with House Tharashk, and you've been recruited as a bounty hunter or investigator even though you're not a member of the house."],["7","The leader of your clan committed a great wrong against another clan, which has now sworn to exterminate every last member of your clan. What better time to see the world?"],["8","Your work as an investigator has set you upon a trail of mysteries that leads far beyond the Marches."]],"name":"Orcs of the Shadow Marches; Leaving the Shadow Marches","page":31,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Dragonmarks and Their Houses","colLabels":["Dragonmark","House","Race","Guild Specialties"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["Detection","Medani","Half-elf","Bodyguards, investigation, risk management"],["Finding","Tharashk","Human, half-orc","Bounty hunting, investigation, prospecting"],["Handling","Vadalis","Human","Animal training and breeding"],["Healing","Jorasco","Halfling","Healing"],["Hospitality","Ghallanda","Halfling","Food, lodging, urban information"],["Making","Cannith","Human","Manufacturing"],["Passage","Orien","Human","Land transportation"],["Scribing","Sivis","Gnome","Communication, translation, verification"],["Sentinel","Deneith","Human","Bodyguards, mercenaries"],["Shadow","Phiarlan","Elf","Entertainment, espionage"],["","Thuranni","Elf","Entertainment, assassination"],["Storm","Lyrandar","Half-elf","Air and sea transportation"],["Warding","Kundarak","Dwarf","Banking, storage, prisons"]],"name":"Dragonmarks and Their Houses","page":37,"source":"ERLW","chapter":{"name":"Character Creation - Dragonmarks","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Dragonmark Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your dragonmark is unusually small or faint."],["2","Your dragonmark is exceptionally large."],["3","Your dragonmark appears somewhere else on your body whenever you finish a long rest."],["4","Your dragonmark emits dim light in a 5-foot radius for 10 minutes whenever you use it."],["5","Your dragonmark tingles and changes color for a moment when you're within 10 feet of someone with the same mark."],["6","When you use your dragonmark, it animates and adopts the appearance of your dragonmarked house's emblem for 1 minute."],["7","Your dragonmark is an unusual color."],["8","Your dragonmark changes size whenever you use it."]],"name":"Dragonmark Appearance; Dragonmark Quirks","page":38,"source":"ERLW","chapter":{"name":"Character Creation - Dragonmarks","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Patrons","colLabels":["Type of Patron","Example"],"colStyles":["col-6","col-6"],"rows":[["Adventurers' Guild","Clifftop Adventurers' Guild"],["Crime Syndicate","Boromar Clan"],["Dragonmarked House","Any dragonmarked house"],["Espionage Agency","King's Dark Lanterns"],["Head of State","Prince Oargev of New Cyre"],["Immortal Being","Sora Kell"],["Inquisitive Agency","Finders Guild"],["Military Force","Redcloak Battalion"],["Newspaper","{@i The Korranberg Chronicle}"],["Religious Order","Templars of the Silver Flame"],["University","Morgrave University"]],"name":"Patrons in Eberron; Patrons","page":65,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Guild Contacts","colLabels":["d10","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The charismatic leader of the guild, who doesn't actually do very much except inspire and encourage members"],["2","A retired adventurer who works hard to connect member groups with employment opportunities that match their skills"],["3","A petty rival who continually tries to claim jobs, bounties, and rewards before you can"],["4","A bitter enemy who nurtures a grudge over some past wrong (real or imagined) and does everything possible to undermine you"],["5","A naive adventurer who admires you and tries to emulate you in every way"],["6","A hardened adventurer who thinks a moral compass is akin to a pair of manacles"],["7","An injured retired adventurer who can't quite let go of the adventuring life and experiences it vicariously by spending time in the guildhall"],["8","A grouchy employee who keeps the guildhall clean and cares for its guests while quietly complaining about how adventurers should \"grow up,\" get a \"real job,\" and contribute to society"],["9","A kindly mentor who loves to tell stories of past exploits in front of the guildhall fireplace"],["10","A sad, older adventurer who tells cautionary tales in the vain hope that younger members avoid making the same mistakes"]],"name":"Adventurers' Guild Contacts; Guild Contacts","page":66,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Guild Adventures","colLabels":["d10","Adventures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Crime}. You have to break the law to administer justice or thwart a criminal act (see \"{@book Crime Syndicate|ERLW|4|Crime Syndicate}\")."],["2","{@b Dragonmarked Affairs}. The job involves some dragonmarked house concern (see \"{@book Dragonmarked House|ERLW|4|Dragonmarked House}\")."],["3","{@b Espionage}. Someone requires some spying or sabotage (see \"{@book Espionage Agency|ERLW|4|Espionage Agency}\")."],["4","{@b Statecraft}. You're involved in national or international affairs (see \"{@book Head of State|ERLW|4|Head of State}\")."],["5","{@b Cryptic Mystery}. The job is linked to the concerns of immortals (see \"{@book Immortal Being|ERLW|4|Immortal Being}\")."],["6","{@b Investigation}. An assignment involves finding something or solving a mystery (see \"{@book Inquisitive Agency|ERLW|4|Inquisitive Agency}\")."],["7","{@b Military Action}. Your party is invited to serve as a military unit (see \"{@book Military Force|ERLW|4|Military Force}\")."],["8","{@b Gathering News}. You're called on to act as freelance reporters (see \"{@book Newspaper|ERLW|4|Newspaper}\")."],["9","{@b Religious Work}. The job involves the work of faith (see \"{@book Religious Order|ERLW|4|Religious Order}\")."],["10","{@b Field Research}. The job involves research or relic-hunting (see \"{@book University|ERLW|4|University}\")."]],"name":"Guild Adventures","page":67,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Syndicate Crimes","colLabels":["d6","Crime"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Acquisitions and Retrieval}. Your job is to acquire assets for the syndicate. You might steal important documents or clear out a location for use as a hideout."],["2","{@b Heists}. You plan and execute elaborate robberies that require the skills of everyone on your team."],["3","{@b Gang Warfare}. Your primary job is to ensure that no other crime syndicate (such as Daask or House Tarkanan) gains a significant foothold in your territory."],["4","{@b Internal Affairs}. Your task is to keep all the corrupt, headstrong, and avaricious members of your syndicate in line with the goals and rules of the group."],["5","{@b Assassination}. Your work involves killing prominent people—the sort who have numerous bodyguards and elaborate security systems to circumvent."],["6","{@b Topple the Powerful}. Your syndicate might be criminal and your methods illegal, but your goals are righteous. You help people who are powerless to defend themselves against exploitation by the rich and powerful."]],"name":"Types of Crime; Syndicate Crimes","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Infamy","colLabels":["d6","Notorious Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tattoos}. Each member of your group has a distinct tattoo that inspires fear in others. When possible, you use the symbol as a calling card to mark your work."],["2","{@b Outfit}. Whether it is a leather duster with a group symbol or a distinctive handkerchief tucked in your pocket, your gang has a signature accessory."],["3","{@b Infamy}. Your group is linked to an infamous crime, one that remains the talk of the town."],["4","{@b Idols}. A certain type of person finds criminals alluring, and your band has acquired a group of such hangers-on. They're not criminals themselves, just outsiders who admire you for your brutality, cunning, or flair."],["5","{@b Legitimate}. The Boromar Clan has a legitimate front, though everyone knows the truth behind it. You're part of that facade of legitimacy, but you have a reputation for getting away with (literal) murder."],["6","{@b Legends}. You have an air of mystery, and people whisper that you command strange powers. True or not, this reputation keeps people out of your way."]],"name":"Group Infamy","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Rivals","colLabels":["d6","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b The Law}. Someone in the Sharn Watch has vowed to put you in prison or die trying."],["2","{@b Gang War}. Some members of a rival syndicate (such as Daask, House Tarkanan, or the Tyrants) hate you, probably for good reason."],["3","{@b The Press}. Your group's adventures make for great headlines. Your every move is reported in the broadsheets and your steps are dogged by journalists."],["4","{@b Infighting}. Another group within the Boromar Clan is jealous of your success or angry about a past wrong. They do everything they can to undercut you."],["5","{@b Vigilante}. A citizen you wronged has sworn vengeance. Around any corner, you might find yourself facing a vigilante or a posse of angry citizens out for your blood."],["6","{@b The Bosses}. The halfling family in control of the syndicate has its eye on you, taking pains to keep you in line and make sure you stay loyal."]],"name":"Rival Outfit; Group Rivals","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Syndicate Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A surrogate parent who views you as challenging but beloved children"],["2","A no-nonsense boss who treats the syndicate's work as just another business"],["3","A hardened criminal with no mercy, no patience, and no moral compass"],["4","A former urchin, now fabulously wealthy, who wants to see everyone in the syndicate find the same success"],["5","The boss at a gambling den or similar house of vice who enjoys the business just a little too much"],["6","A kind-hearted crook who's grateful to finally be able to delegate the dirty work on the streets to you"],["7","A miserable cynic who only cares about how much money you bring in to the syndicate"],["8","A former law enforcement officer who is full of cheerful tips for avoiding the law"]],"name":"Crime Syndicate Contacts; Syndicate Contact","page":71,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"General House Missions","colLabels":["d8","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish a safe location for a house enclave in a hostile environment."],["2","Find the wreckage of a crashed vehicle (airship, lightning rail car, sailing ship, or other) carrying house property."],["3","Retrieve assets from a house enclave in the Mournland."],["4","Protect a leader of your house from an anticipated assassination attempt."],["5","Enforce your house's territory by preventing a rival from stealing its business."],["6","Find a trove of dragonshards for your patron house to use."],["7","Recruit a renowned sage to join the house's team of researchers."],["8","Persuade a hostile tribe to agree to a trade agreement with your patron house."]],"name":"General House Missions","page":72,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"House Missions","colLabels":["d12","House","Mission 1","Mission 2","Mission 3"],"colStyles":["col-1 text-center","col-2 text-center","col-3","col-3","col-3"],"rows":[["1","Cannith","Escort a valuable shipment of goods","Track down rare materials","Advance the cause of one branch of the family at the expense of the other two"],["2","Deneith","Act as bodyguards for a prominent or wealthy person","Serve as mercenaries in a lingering border conflict","Enforce the law across national borders as Sentinel Marshals"],["3","Ghallanda","Establish useful diplomatic contacts","Acquire rare ingredients or recipes","Defend a Golden Dragon Inn that is under attack"],["4","Jorasco","Provide healing for a caravan or military unit on a dangerous mission","Seek out the source of a mysterious new illness","Find a cure for an exotic curse afflicting a wealthy patient"],["5","Kundarak","Safeguard something valuable until it is locked in a vault","Recover something stolen from your house","Find an abandoned vault in the Mournland"],["6","Lyrandar","Hunt down pirates in the Lhazaar Sea","Salvage a prototype airship lost in the Mournland","Accompany a new airship on its first voyage"],["7","Medani","Protect a powerful figure from kidnapping or assassination","Track down the source of rumors pointing to an imminent threat","Find the villain behind a series of apparently unrelated crimes"],["8","Orien","Carry a sensitive message to its destination","Retrieve an important package stolen from another courier","Investigate a problem on a lightning rail line"],["9","Phiarlan and Thuranni","Sneak into a secret area to serve as the target of a scrying spell","Steal plans for a powerful new weapon","Carry out an assassination"],["10","Sivis","Mediate a tense negotiation","Assure that two parties keep to the terms of their agreement","Break a code used during the Last War"],["11","Tharashk","Track down fugitives","Locate a supply of dragonshards","Find the bandits who have been preying on house prospectors"],["12","Vadalis","Capture wild animals and tame them","Prevent magebred specimens from upsetting a delicate ecosystem","Handle the animals drawing a massive caravan across the continent"]],"name":"House Missions","page":72,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Status","colLabels":["d4","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Favored}. You have access to the leadership of the house, owing to your record of faithful service."],["2","{@b Reliable}. You are reliable contributors to the house, and can count on it for help in difficult situations."],["3","{@b Oddballs}. You don't quite fit in, and tend to draw strange assignments or those that other operatives pass up."],["4","{@b Outcast}. You have made some mistakes in the recent past, and your status in the house is tenuous at best."]],"name":"House Status; Group Status","page":73,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"House Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lesser guild functionary who is cowed by your group (especially if it includes a dragonmarked character) and apologetic about giving you assignments"],["2","The stern and demanding parent of one (or more) of the characters in your group"],["3","The lovingly indulgent parent of a character in your group"],["4","The smugly superior dragonmarked sibling of an unmarked member of the family in your group"],["5","The money-minded business manager of a guild within your patron house"],["6","A retired adventurer within the family who would rather join you on your adventures than assign them to you"],["7","The proud leader of a regional branch of the dragonmarked family"],["8","The patriarch or matriarch of the patron house"]],"name":"Dragonmarked House Contacts; House Contacts","page":73,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Espionage Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Information Gathering}. If information is out there, you can find it and hand it over to your patron."],["2","{@b Counterintelligence}. Your work focuses on finding, opposing, and eliminating enemy intelligence agents."],["3","{@b Misinformation}. You are experts at creating false stories and bogus information to foil enemy spies."],["4","{@b Covert Elimination}. When you disappear someone you leave behind no evidence."],["5","{@b Disruption}. You excel at infiltration and wreaking havoc via blackmail, misinformation, and subversion."],["6","{@b Sabotage}. You slip into places, lay the seeds for their destruction, and escape without detection."]],"name":"Types of Espionage; Espionage Missions","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Secrets","colLabels":["d6","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Blackmail Material}. You have evidence of a career-ending secret concerning an important figure."],["2","{@b Hidden Agenda}. You are party to a conspiracy that seeks to influence events to better suit your desires."],["3","{@b Careful Balance}. You have damning information on your patron agency, but it has carefully collected equally damaging secrets on all of you."],["4","{@b Conspiracy}. A local organization, such as a guild, government, or dragonmarked house, is engaged in dirty deeds, and you have inside information on them."],["5","{@b Deep Cover}. You know the secret identity of a seemingly innocent but powerful person who would rather remain anonymous."],["6","{@b Empty Threats}. Rumors say you collect damaging secrets on anyone, and people tread carefully around you as a result. The truth is that your reputation is overblown, so you have your own secret to keep safe."]],"name":"Secrets","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Memorable Mission","colLabels":["d4","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Betrayal}. A former associate turned against you. You escaped, and want revenge."],["2","{@b Left in the Cold.} Things went wrong, and you had to make the terrible decision to abandon an ally. They might be dead, or they might be looking for revenge."],["3","{@b The Perfect Operation}. Your actions made headlines across Khorvaire, shaping history for the next decade. Nobody knows you were involved, and sometimes you wish you could have a little credit for your work."],["4","{@b The Standoff}. You met your match during a tense operation. Neither side got everything they wanted. You hate to admit it, but the team you went up against proved your match. Maybe you'll cross paths again."]],"name":"Memorable Mission","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Agency Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A condescending career desk agent who views you as expendable tools"],["2","A bitter former field agent, now confined to a field office, who envies your work"],["3","A kindly bureau chief who views you as a truly special team with invaluable skills"],["4","A crotchety middle-manager on the cusp of retirement who constantly bemoans the state of today's agents compared to those in the \"good old days\""],["5","A hotheaded former soldier who would prefer a return to open warfare instead of this so-called \"Shadow War\""],["6","A battle-scarred field agent who would do almost anything to prevent a return to the horrors of the Last War"],["7","A bored but effective manager who refuses to be impressed by anything you do or shocked by anything that happens to you"],["8","A mysterious voice on the other end of a {@item speaking stone|ERLW}"]],"name":"Espionage Agency Contacts; Agency Contacts","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Cyran Affairs","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convince nations to recognize Oargev as a sovereign"],["2","Work diplomatically to secure land for a Cyran nation"],["3","Track down agents and infiltrators from other nations who are acting against New Cyre's interests"],["4","Venture into the Mournland to salvage Cyran treasures"],["5","Aid Cyran refugees in Breland and elsewhere"],["6","Make incriminating or embarrassing evidence about the prince quietly disappear"]],"name":"National Affairs; Cyran Affairs","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"State Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–3","{@b Official}. You hold an official position and are recognized as attached to your patron. You can expect the head of state's support, but you must also ensure your actions avoid staining your patron's reputation."],["4–5","{@b Shadow}. You can expect no official, public recognition of your work, but the head of state you work for does acknowledge you in private and provide help."],["6","{@b Double}. Your allegiance lies with an official or government other than the one you overtly serve. You may receive support from the head of state you openly answer follow, as well as the official you secretly report to, but must remain on constant guard against having your true loyalties revealed."]],"name":"Official Status; State Status","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"State Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disapproving courtier who finds your extrajudicial work highly distasteful"],["2","A fawning sycophant who figures you are the best path to the head of state's good graces"],["3","A wide-eyed bureaucrat who dreams of living a life as exciting and dangerous as yours"],["4","A scheming relative of the head of state who sees you as a path toward seizing power"],["5","A bored chancellor who is constantly irritated at the amount of money you spend"],["6","A grumpy ex-adventurer who was \"promoted\" from doing your job to supervising you"],["7","A worried parental figure who is sure that every mission will be your last"],["8","The ghost of the previous head of state"]],"name":"Head of State Contacts; State Contacts","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Heads of State","colLabels":["d20","Patron and Missions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","As representatives of the Sibling Kings of Aerenal, secure trade pacts with the nations of Khorvaire."],["2–3","As agents of Queen Aurala, help her build Aundair's strength in preparation for the next war, without alerting other nations to her ambitions."],["4–5","Assist the Brelish crown in dealing with matters beyond the capabilities of local law enforcement."],["6","As emissaries of Darguun's Lhesh Haruuc, work to build respect for Darguun as a nation."],["7","As agents of the Daughters of Sora Kell, keep the powerful Droaamite warlords in line and strengthen support for your fledging nation."],["8–9","Patrol the forests of the Eldeen Reaches on guard against threats, particularly those coming from the Demon Wastes to the west."],["10–11","Crack down on the Order of the Emerald Claw's activities in Karrnath."],["12","Strengthen the ties between the Lhazaar princes while ensuring your prince comes out on top."],["13","On behalf of a dwarf clan, search for artifacts in the underground realms below the Mror Holds."],["14","Clear land for a new settlement in Q'barra, driving out the monsters that haunt the jungle location."],["15","Unite several halfling tribes of the Talenta Plains under the banner of a single leader."],["16–17","Combat forces of corruption within the Church of the Silver Flame, both in Thrane and abroad."],["18","Gain glory for Valenar by leading raids and battling threats from the Mournland."],["19–20","On behalf of one member of Zilargo's Triumvirate, collect information that could be used as leverage against the other two."]],"name":"Other Heads of State; Heads of State","page":82,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Immortal Missions","colLabels":["d8","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While in the tower of Mordain the Fleshweaver, spill blood on the stairs between the third and fourth floors."],["2","As you pursue a Cult of the Dragon Below into the caverns of Khyber, retrieve one (and only one) of a specific variety of mushroom from a cave where twelve crystals glow."],["3","Ensure that the villain you are pursuing dies by falling from a great height, not by any other means."],["4","Remove the obstacles that prevent a retired adventurer from marrying the nobleman she loves, so that their child can grow up to carry out another part of your patron's plan."],["5","Plant a magical seed in a remote location to ensure it grows into a mighty tree and bears fruit that will give power to future heroes."],["6","Defeat a dragon-blooded sorcerer who is doing the bidding of the Chamber—and wreaking havoc in Darguun in the process."],["7","Destroy an eldritch machine, created by a rogue Cannith artificer, that is drawing on the energy of an imprisoned rakshasa—and that will, unknown to the inventor, lead to the rakshasa's release."],["8","Protect a kalashtar monk who is being targeted by Dreaming Dark assassins as she studies a path that might eventually prevent the quori from projecting themselves into the Material Plane."]],"name":"Serving an Immortal; Immortal Missions","page":84,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Immortal Communication","colLabels":["d10","Means of Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A party member speaks to your patron in dreams."],["2","A ghostly projection of your patron appears before you to deliver messages."],["3","Random people are suddenly seized by your patron's will and, glassy-eyed, deliver messages to you."],["4","You have a sending stone connected to one in your patron's possession."],["5","You are adept at interpreting your patron's messages from the movement of smoke in the air."],["6","A secretive cabal of other mortal agents summons you to meetings in various locations."],["7","Certain animals speaks to you in your patron's voice."],["8","Your patron teleports you to their presence, expresses their will, then returns you to where you were."],["9","Supernatural messengers deliver your patron's messages."],["10","Your patron unexpectedly appears in person."]],"name":"Immortal Contacts; Immortal Communication","page":84,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Contacts","colLabels":["d12","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly law-enforcement officer sends clients your way and gives you inside information about the workings of the watch."],["2","A satisfied former client with a minor position in local government can pull strings for you."],["3","A lieutenant in a crime gang knows the underworld and will help you so long as you don't interfere in that gang's affairs."],["4","A bitter, more experienced inquisitive spends a lot of time telling you who you could have talked to ten years ago—if that person hadn't died—but still knows a lot about the city's inner workings."],["5","The owner of a tavern or other business that attracts clientele from the seedy parts of society has an ear to the ground and often feeds you leads to more work."],["6","A wealthy former client can get you into high-society parties and put you in touch with other rich people."],["7","A nosy journalist always wants to write stories about your cases, but also helps lead you to new work and key contacts."],["8","A local priest appreciates the work you do and provides you with minor magical assistance."],["9","A tough-as-nails street urchin will carry messages for you, lead you anywhere in the city, and squeeze into tight spaces for a meager reward."],["10","A brooding warforged can connect you to an extensive network of former soldiers."],["11","A kalashtar seer might be a fraud, but also occasionally provides you with valuable leads."],["12","A curious changeling always seems to show up when you least expect it."]],"name":"Patron Benefits; Contacts","page":86,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Investigative Expertise","colLabels":["d6","Investigation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Find People}. You seek people who are lost, in hiding, on the run, or victims of foul play."],["2","{@b Find Items}. Whether it's a stolen painting or a family heirloom, you excel at finding lost items."],["3","{@b Justice for All}. The powerful often escape justice due to their wealth and influence. Their victims sometimes turn to you, hoping you'll help set things right."],["4","{@b Help Law Enforcement}. The city watch must obey the rules to bring criminals to justice. When the rules need to be bent or broken, they turn to you for help."],["5","{@b Uncover Secrets}. You put your inquisitive skills to use inquiring into others' mysterious backgrounds."],["6","{@b Private Security}. You provide services for a specific organization. Perhaps you travel on airships to provide security or work in a casino to catch cheaters."]],"name":"Types of Inquisitive Work; Investigative Expertise","page":87,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Signature Case","colLabels":["d6","Case"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Case of the Century.} You uncovered key evidence in a sensational case. You made headlines, but some parties involved carry grudges against you."],["2","{@b The Set Up}. You uncovered evidence of a high-profile figure's misdeeds. At trial, that evidence was deemed false, but by then the accused's career was ruined."],["3","{@b Scandal}. Your work uncovered a deeply embarrassing scandal that ended a powerful politician's career."],["4","{@b Underdog Champion}. You brought justice to a sympathetic victim, proving yourself a champion of those overlooked by society."],["5","{@b Genius}. You resolved a case that baffled others, and now you are celebrated for your brilliance."],["6","{@b Bungler}. You bungled a case, badly. The guilty party walked free, and everyone blames you."]],"name":"Signature Case","page":87,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Clientele","colLabels":["d6","Clientele"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Wealthy Socialites}. Your discretion and low-key approach to cases make you the perfect team to handle cases best keep out of the public eye."],["2","{@b Underdogs}. Whether deserved or not, you have a reputation for doing the right thing even if it comes without a reasonable fee. Anyone pitted against the rich and powerful knows to come to you for justice."],["3","{@b Magnet for Trouble}. Maybe you trust people too easily or it's just bad luck, but every client who walks into your office has some double deal, hidden agenda, or scam they're running."],["4","{@b Desperate}. You have a reputation for taking on clients who can't afford your services. Every hard-luck case ends up at your door, whether you want them or not."],["5","{@b Warforged}. In a world where the rights of warforged are not always certain, you take up their cause."],["6","{@b Criminals}. When a criminal has been wronged but doesn't want to be brought to justice they come to you, trusting (rightly or wrongly) that you won't turn them in."]],"name":"Clientele","page":88,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Military Missions","colLabels":["d6","Missions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Strike Force}. You are trained to make quick, strategic, devastating attacks against enemy assets."],["2","{@b Special Forces}. You're trained in covert operations, similar to the work of spies but with more focus on combat."],["3","{@b Defensive Operations}. Your focus is on protecting your allies from attackers, monsters, or deadlier enemies."],["4","{@b Reconnaissance}. Your missions involve keeping track of enemy troops and surveying potential battlefields."],["5","{@b Peacekeeping}. Your paradoxical task is to maintain the fragile peace of the Treaty of Thronehold by maintaining a military presence in turbulent areas."],["6","{@b Warforged Affairs}. You are responsible for hunting down berserk warforged, working in the gray spaces between national order and a people seeking their destiny."]],"name":"Military Missions","page":90,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Defining Mission","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Heroic Stand}. You knew if you took one step back from the line, all would be lost. When relief arrived days later, you had not budged."],["2","{@b Telling Blow}. The enemy general never knew what hit them. You still carry their personal flag as a trophy."],["3","{@b Dawn Raid}. You traveled hundreds of miles around enemy lines to reach your target. In a single day, months of enemy preparation went up in flames."],["4","{@b Break the Line}. During a key battle, you were part of a heroic push to break the enemy line."],["5","{@b Liberator}. You were at the forefront of a daring assault to liberate a captured citadel or town."],["6","{@b Sharp Eye}. The enemy's secret attack would've been devastating. Luckily, you spotted it in time."]],"name":"Defining Mission","page":90,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Nemesis","colLabels":["d6","Nemesis"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Necromancer}. You lost a lot of friends in battle, but what made it worse was watching that cackling wizard raise them as zombies and turn them against you."],["2","{@b Camp Commandant}. As prisoners of war, you were captured and subjected to brutal conditions in a prisoner camp. The commandant delighted in your pain."],["3","{@b Inept Commander}. Your friends would still be alive if one incompetent officer with political power and influential allies hadn't sent you on a disastrous mission."],["4","{@b Colossus}. You were among those who survived an encounter with a warforged colossus. Cyre or House Cannith—whoever was responsible for such a nightmare—deserves whatever evil fate comes their way."],["5","{@b Mercenaries}. A band of traitorous mercenaries who switched sides, turning the battle against you."],["6","{@b Champion}. One mighty hero fought on the enemy side, wielding powerful magic and cruel strategies against the rank-and-file soldiers on your side."]],"name":"Nemesis","page":91,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Commanding Officer","colLabels":["d8","Officer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An angry officer who yells every order, reprimands you for even the smallest mistake, and fully expects you to fail at every mission you undertake"],["2","A battle-scarred officer who experienced terrible horrors during the Last War and is barely capable of giving you orders through a haze of intoxication"],["3","A grim officer who expects the Last War to reignite at any moment and intends to be ready"],["4","A cheerful officer with a dark sense of humor who merrily sends you into grave danger"],["5","A kindly officer who is hesitant to send you into danger and constantly reminds you to be careful"],["6","A bitter officer who carries deep grudges against your nation's enemies in the Last War and leaps at any chance to deal them any blow"],["7","An optimistic officer who believes that a new era of peace is just over the horizon, as soon as these few last military tasks are complete"],["8","A devout officer who believes that your success or failure lies entirely in divine hands and you're ultimately just along for the ride"]],"name":"Military Contacts; Commanding Officer","page":91,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Journalistic Focus","colLabels":["d10","Reporting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Investigation}. Your job is to uncover the secrets that governments, dragonmarked houses, and other powerful people don't want the public to know."],["2","{@b Muckraking}. You look for scandalous and titillating secrets that famous people would rather hide."],["3","{@b Local News}. You care about the local community and report on local events and government."],["4","{@b International Affairs}. You report on the activities of national governments and their relationships."],["5","{@b Crime}. You work with police and inquisitives—or do some inquisitive work yourselves—to report on criminal activity."],["6","{@b Cultural Reporting}. You write about arts, fashion, and similar events and trends."],["7","{@b Science and Magic}. Your job is to investigate scientific and magical advances and explain them in jargon-free language anyone can understand."],["8","{@b Personal Interest}. You seek out stories of personal triumph over adversity, such as how people are rebuilding and working together in the wake of the Last War."],["9","{@b Travel}. You travel extensively and write about the best way for others to enjoy such journeys."],["10","{@b Adventure Logs}. Your job is to entertain the public with exciting stories about your life as an adventurer."]],"name":"Types of Reporting; Journalistic Focus","page":94,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Famous Story","colLabels":["d6","Famous Story"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Fear Monger}. You spiced up a story by stretching a few facts, instigating a wave of misinformation that plagues public discourse to this day."],["2","{@b Hit Piece}. You have revealed secrets that many famous people wanted kept under wraps. You try to keep a low profile when dealing with the rich and powerful."],["3","{@b Unheeded Warning}. You've been tracking a significant story and have published damning articles. Unfortunately, those who keep the truth hidden work to make even your most ironclad proof look shaky."],["4","{@b Scandal}. You reported on a massive scandal that completely upended the local political scene."],["5","{@b Buried Headline}. You almost broke a story, but then received a threat or bribe so significant that you put it on ice."],["6","{@b Double Cross}. You thought you had the scoop of a lifetime, but you were fed false information and published a story that was pure fiction."]],"name":"Famous Story","page":94,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Story Aftermath","colLabels":["d6","Aftermath"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Business}. Your reporting put a serious dent in a business, and that organization refuses to deal with you."],["2","{@b Dragonmarked House}. One of the dragonmarked houses has sworn revenge against you. You avoid showing your face in their facilities."],["3","{@b Criminal}. You exposed a criminal conspiracy. Most involved were arrested, but a few crooks remain free."],["4","{@b Politician}. You ended a politician's career, and they've sworn to return the favor."],["5","{@b Rival Newspaper}. You got the scoop of a lifetime by stealing it from another newspaper. Now that paper tries to undermine you at every turn."],["6","{@b Innocent Victim}. You rashly published the name of a person you incorrectly thought was connected to a scandal, ruining their life."]],"name":"Reporting Repercussions; Story Aftermath","page":95,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Newspaper Contact","colLabels":["d8","Primary Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tough-as-nails senior editor who holds you to high standards but rewards you well when you reach them"],["2","A wealthy newspaper owner who demands the paper use your work even though the editor doesn't want to"],["3","An ambitious junior editor who hopes that your work will help them rise through the ranks"],["4","A senior reporter obsessed with their own supposedly groundbreaking work, making you run down the day-to-day stories they don't consider \"real journalism.\""],["5","An editor who is more interested in keeping powerful friends happy than in reporting the truth"],["6","An editor who thinks the way to make reporters do their best work is by making them compete with each other, setting your group up against a team of rivals"],["7","An editor who suffered horrors during the Last War and is desperate for signs of hope"],["8","A cynical editor who seeks the corruption and down side in every story"]],"name":"Newspaper Contact","page":95,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Religious Service","colLabels":["d6","Service"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Smite Evil}. You battle evil in your order's name."],["2","{@b Fight for Freedom}. You protect the downtrodden from the forces of oppression."],["3","{@b Retrieval}. Your group seeks sacred relics and holy artifacts on behalf of your church."],["4","{@b Root Out Corruption}. You are charged with finding corruption within the hierarchy of your own faith."],["5","{@b Exhortation}. You work with the faithful at a grassroots level to get them to uphold their high ideals."],["6","{@b Dirty Work}. As the radical zealots of your order, you sin so the other members of the order don't have to."]],"name":"Serving the Order; Religious Service","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Order Reputation","colLabels":["d6","Reputation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Faithful Few}. You are seen as righteous crusaders, upholding the highest ideals of your faith and doing the gods' work in the world. Your deeds and methods are rarely, if ever, questioned."],["2","{@b Respectable}. Your behavior and beliefs are in line with the hierarchy's expectations. As long as you stay in line, no one gives you trouble."],["3","{@b Troublemakers}. You attract unwanted attention to your order or hierarchy from outside, so you are under a great deal of pressure to keep a low profile."],["4","{@b Rebels}. You flout the dictates of your hierarchy—even if it's for just reasons. Your superiors constantly try to rein you in."],["5","{@b Reformers}. You bring a much-needed breath of fresh air into the ranks of your faith. If only more people of faith would act as you do!"],["6","{@b Anathema}. For right or wrong, your behavior and beliefs are viewed as unacceptable, and the hierarchy of your faith actively opposes your work."]],"name":"Hierarchy; Order Reputation","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Order Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cloistered priest with little worldly experience who doesn't really understand what you do but seems to approve of it anyway"],["2","A cynical priest who thinks nothing you do makes any difference in the grand scheme of things"],["3","A zealous priest who is constantly urging you to do more and do it better"],["4","An ambitious priest who views you as a ticket to advancement in the hierarchy"],["5","A retired adventurer who would rather do your work than direct you in it"],["6","A pious priest who sees the hands of the divine in every event, even the actions of unbelievers"],["7","A devout lay person who envies the magic and power your group wields"],["8","A practical functionary who tries to keep your work isolated from the knowledge and influence of the priests"]],"name":"Religious Order Contacts; Order Contact","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Scholarly Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adventurous Archeology}. Your focus is on finding ancient artifacts and bringing back what you can."],["2","{@b Arcane Research}. Your team focuses on acquiring magical knowledge that can only be found outside the university walls."],["3","{@b Investigative Ecology}. None can say how many amazing creatures make their homes in the world's wildest reaches, but you're dedicated to finding out."],["4","{@b Historical Research}. Your team's work involves learning more about Eberron's long history."],["5","{@b Radical Engineering}. The birth of a new race wasn't the peak of magical and mechanical engineering, it was just the beginning of new scientific fields you now explore."],["6","{@b Exploration}. Khorvaire is a vast continent, and areas beyond the heartland of the Five Nations are poorly charted. Your focus is on understanding the wilder places of the world, as well as distant cultures."]],"name":"Scholarly Missions","page":100,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Scholarly Standing","colLabels":["d6","Standing"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Revolutionary}. Your work has upended scholarly consensus and reshaped the way other academics think about your field. Each new discovery you make is received with acclaim."],["2","{@b Respected}. Your work is considered noteworthy, though not revolutionary. Scholars in your field follow your writing and efforts with interest."],["3","{@b Anonymous}. Try as you might, you can't earn positive or negative attention. Even worse, after you've published your findings, more prominent scholars have made similar statements to much acclaim."],["4","{@b Misguided}. Your theories challenge scholarly consensus and are discounted. A prominent scholar argues against your conclusions, and their voice carries the day... for now."],["5","{@b Fringe}. You work on the edges of your field, advocating bizarre theories that challenge scholarly consensus and seem patently outrageous, even scandalous."],["6","{@b Fraud}. For right or wrong, many in the academic community believe you have invented at least some of your \"findings\" to earn attention."]],"name":"Scholarly Standing","page":100,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"University Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An overworked department head who doesn't quite know what to make of you but gives you work to keep you busy"],["2","A career bureaucrat who insists you file paperwork in multiple offices in order to get anything done"],["3","A junior professor who might be more interested in selling plundered artifacts than in actual research"],["4","A department secretary who thinks you're a great deal more interesting than any of the regular faculty"],["5","An erudite dean who believes you have tremendous potential and urges you on to greater endeavors"],["6","An energetic librarian or museum curator who addresses every question, assignment, or acquisition with disproportionate enthusiasm"],["7","A tired senior professor whose only joy in academia is seeing what you bring back from your adventures"],["8","An eager researcher who wants to come with you on every adventure because second-hand reports are always incomplete and unsatisfying"]],"name":"University Contact","page":101,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Trinkets from Aerenal","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bronzewood ring inscribed with the Elvish word for \"hope\""],["2","A dried flower; if it's placed in water, it blooms"],["3","An ebony locket; when it's opened, an elven voice whispers \"Always\""],["4","A tiny skull carved from dark wood"],["5","A finger bone inscribed with an unknown sigil"],["6","An ivory flute which produces no sound"],["7","A small journal made from preserved leaves"],["8","A book of poetry written by undead elves"]],"name":"Trinkets from Aerenal","page":134,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Argonnessen","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pierced dragon scale on a cord"],["2","A statuette of a dragon carved from black bone"],["3","A dragon's tooth, engraved with an unknown sigil"],["4","A child's doll of a dragon, woven from leather cords"],["5","A dagger carved from a dragon's talon"],["6","A brass disk bearing the silhouette of a black dragon"],["7","A small egg-shaped piece of polished bone"],["8","A bone fragment with brass inlaid runes"],["9","A leather pouch filled with tiny draconic teeth"],["10","A single large seed that's warm to the touch"]],"name":"Trinkets from Argonnessen","page":134,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Khyber","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pressed flower with vivid green petals; when you smell it, you hear eerie music"],["2","A tiny ball of putty; if you set it down, it begins to slowly crawl around"],["3","A perpetually warm disk of dark iron"],["4","A small journal with leathery pages; any words you write in it slowly disappear"],["5","A four-sided die carved with strange markings"],["6","A cameo with the silhouette of an unknown species"],["7","A preserved finger with purple flesh and four joints"],["8","A perfectly preserved eye; if you set it down, it rotates to follow your movement"],["9","A small box; when opened, you alone hear screaming"],["10","A preserved insect; you've never seen another like it"]],"name":"Trinkets from Khyber","page":135,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from the Frostfell and Everice","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A small prism carved from ice that doesn't melt"],["2","A rusted iron coin, depicting a dwarf lord and the worlds \"Five Rex Undra\""],["3","A pair of eight-sided dice carved from ice that doesn't melt"],["4","A swatch of silvery fur that's cold to the touch, possibly from a winter wolf"],["5","A snowball; it doesn't melt and can't be compressed into ice"],["6","A tiny white dragon sculpted from ice that doesn't melt"],["7","A key carved from ice that doesn't melt"],["8","A single scale from a white dragon"]],"name":"The Frostfell's and Everice's Influence in Khorvaire; Trinkets from the Frostfell and Everice","page":136,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Sarlona","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A polished crystal sphere; when you clutch it in your fist, a telepathic voice recites a story in your mind"],["2","A teardrop pendant made from polished shell; when you hold it, you see the image of a young Riedran man"],["3","A six-sided crystal die; when you roll it, you feel a surge of emotion for six seconds"],["4","A sealed vial filled with faintly luminescent blue mist"],["5","A crystal disk engraved with a labyrinthine pattern"],["6","A leather-bound collection of kalashtar poetry called {@i Shards of the Light}"],["7","A sphere of polished crystal; when you hold it in your palm, you feel that it knows you and understands you"],["8","A cup and ball toy; when you successfully catch the ball in the cup, you feel a momentary surge of joy"]],"name":"Trinkets from Sarlona","page":138,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Xen'drik","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A punched ticket for a voyage from Sharn to Stormreach"],["2","A scorpion's barb engraved with a single Elvish letter"],["3","A copper coin so big you could use it as a dinner plate"],["4","An image of an elf warrior engraved on a giant's tooth"],["5","A single page from a giant wizard's spellbook, bearing an incomplete spell"],["6","A scrap of parchment, part of a map of Stormreach"],["7","A small book titled {@i Feersome Beests of Zendrik}"],["8","A scrimshaw carving of a sahuagin"]],"name":"Trinkets from Xen'drik","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Foundation of Faith","colLabels":["d6","Foundation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were raised in the faith. Your religion is an important part of your family and community."],["2","Someone you care about—a mentor, a friend, or a lover—introduced you to the faith."],["3","You were raised in a different religion but became drawn to the ideals and beliefs of your current faith."],["4","You never took your faith seriously. Then you made a vow during the Last War, pledging your devotion if a disaster was averted... and it was."],["5","You're devoted to your religion, but you've never been formally educated in its ways. You follow your own personal interpretation."],["6","You had a transcendental experience and believe you have a divine purpose to fulfill."]],"name":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"caption":"Rejection of Faith","colLabels":["d6","Rejection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You believe that the magic of clerics and paladins doesn't come from deities, but from the caster's inner power or belief."],["2","You come from an agnostic community and give little thought to spiritual matters."],["3","You were once deeply devout, but a tragedy during the Last War caused you to question your faith."],["4","A personal loss or betrayal shook your faith."],["5","You were spiritually scarred by an encounter with a fiend or aberration."],["6","You've created your own personal religion and believe that all the established faiths are flawed."]],"name":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["The Sovereign Host","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity Arawai|eberron|erlw}","Life, love","Life, Nature","Sheaf of wheat tied with green ribbon {@i or} bronze dragon"],["{@deity Aureon|eberron|erlw}","Knowledge, law","Knowledge, Order*","Open tome {@i or} blue dragon"],["{@deity Balinor|eberron|erlw}","Beasts, the hunt","Nature, War","Pair of antlers {@i or} green dragon"],["{@deity Boldrei|eberron|erlw}","Community, home","Life","Fire in a stone hearth {@i or} copper dragon"],["{@deity Dol Arrah|eberron|erlw}","Honor, sunlight","Light, War","Rising sun {@i or} red dragon"],["{@deity Dol Dorn|eberron|erlw}","Strength at arms","War","Longsword crossed over a shield {@i or} silver dragon"],["{@deity Kol Korran|eberron|erlw}","Trade, travel","Trickery","Nine-sided gold coin {@i or} white dragon"],["{@deity Olladra|eberron|erlw}","Good fortune","Life, Trickery","Domino {@i or} black dragon"],["{@deity Onatar|eberron|erlw}","Artifice, the forge","Forge**, Knowledge","Crossed hammer and tongs {@i or} brass dragon"]],"name":"Deities of Eberron; 1","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["The Dark Six","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity The Devourer|eberron|erlw}","Nature's wrath","Tempest","Bundle of five sharpened bones {@i or} dragon turtle"],["{@deity The Fury|eberron|erlw}","Passion, revenge","War","Winged wyrm with woman's head and arms"],["{@deity The Keeper|eberron|erlw}","Death, greed","Death","Dragonshard in the shape of a fang {@i or} dracolich"],["{@deity The Mockery|eberron|erlw}","Betrayal, bloodshed","Trickery, War","Five blood-spattered blades {@i or} flayed dragon"],["{@deity The Shadow|eberron|erlw}","Ambition, dark magic","Knowledge","Obsidian tower"],["{@deity The Traveler|eberron|erlw}","Change, chaos","Forge**, Knowledge, Trickery","Four crossed, rune-inscribed bones"]],"name":"Deities of Eberron; 2","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["Other Faiths","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity The Silver Flame|eberron|erlw}","Good, protection","Life, Light, War","Flame drawn on silver or molded from silver"],["{@deity The Blood of Vol|eberron|erlw}","Immortality","Death, Life","Red teardrop gem"],["{@deity Cults of the Dragon Below|eberron|erlw}","Madness","Trickery","Varies"],["{@deity The Path of Light|eberron|erlw}","Light, self-improvement","Life, Light","Brilliant crystal"],["{@deity The Spirits of the Past|eberron|erlw}","Elven ancestors","Nature, War","Varies"],["{@deity The Undying Court|eberron|erlw}","Elven ancestors","Grave**, Knowledge, Life","Golden mask"]],"name":"Deities of Eberron; 3","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"caption":"Falling in Sharn","colLabels":["d8","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You fall hundreds of feet before striking the ground at the base of the towers."],["2","You fall {@dice 3d6 × 10} feet before striking a bridge. A major bridge in an upper or a middle ward will have a {@spell feather fall} enchantment; otherwise, it's going to be a hard landing."],["3","You fall {@dice 2d4 × 10} feet and land in a passing skycoach, possibly injuring a passenger."],["4","You fall {@dice 4d4 × 5} feet and strike an outcropping, flagpole, or projecting statue. If you survive, you're still precariously perched on the edge of a tower or bridge."],["5","You fall past a {@creature hippogriff}—make a successful DC 15 Dexterity ({@skill Acrobatics}) check to catch its leg!"],["6","A {@creature gargoyle} or {@creature giant owl} catches you—then threatens to drop you if it doesn't get a reward."],["7","You can fly! Actually, a nearby wizard or artificer casts {@spell feather fall} to save you, but for a moment it felt like you can fly. And now the spellcaster wants payment."],["8","You strike a small {@creature air elemental} that was drawn to the city. Doing this cushions your fall, but now you're on top of an air elemental."]],"name":"Watch Your Step!; Falling in Sharn","page":152,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Magewright Casting Fees","colLabels":["Spell Level","Price"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st","25 gp"],["2nd","50 gp"],["3rd","100 gp"]],"name":"Spellcasting Services; Magewright Casting Fees","page":153,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Sharn Councilors","colLabels":["d12","Councilor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Sorik Sensos} (human) represents Middle Central. An elder statesman and a brilliant orator, he is rumored to be involved in a web of bribery and graft."],["2","{@b Sava Kharisa} (human) is the outspoken councilor from Lower Central. Since taking her seat, she has fought to improve conditions for the lower classes of Sharn, and she has made many enemies on the council and beyond."],["3","{@b Thurik Davandi} (gnome) represents Upper Menthis. He is known to have ties to Zilargo and the Boromar Clan, and reportedly loves intrigues and blackmail."],["4","{@b Savia Potellas} (human) has her hand in the entertainment industry of Lower Menthis. She hopes to reduce the influence of organized crime in her district, but it's a dangerous game."],["5","{@b Maza Thadian} (elf) represents Upper Northedge. A venerable elf and owner of one of the finest restaurants in Sharn, she fights to maintain tradition but definitely puts the needs of the wealthy ahead of the poor."],["6","{@b Shassa Tarr} (shifter), from Lower Northedge, represents the interests of the merchants and shifters of her ward. She is a cunning diplomat and devoted to her constituents."],["7","{@b Bestan ir'Tonn} (halfling) has represented Upper Tavick's Landing for thirty years, and largely views his ward as a separate city within the city. He has a reputation for stirring up conflict and setting the other councilors against one another."],["8","{@b Kilk} (changeling) represents the merchants of Lower Tavick's Landing. Whispered rumors suggest that the changeling has ties to the mysterious Tyrants. Some insist that Kilk is actually an identity shared by a group of changelings."],["9","{@b Hruitt} (owl) is a {@creature giant owl} who can assume human form. A former aerial racer, he's a clever negotiator who fights for the good of the Bazaar and Middle Dura, often opposing the Boromar Clan and its allies."],["10","{@b Ilyra Boromar} (halfling) is the councilor for Lower Dura, but it's common knowledge that her true allegiance is to her family and its criminal empire. The current ongoing conflict with Daask has weakened her family and her position."],["11","{@b Evix ir'Marasha} (human) represents Skyway. Lady Marasha owns the Celestial Vista restaurant, along with several other valuable businesses. She's an eloquent speaker who supports many radical positions, including abolishing the monarchy after the death of King Boranel and recognizing Sharn as an independent province."],["12","{@b Nolan Toranak} (dwarf), the councilor for the Cogs, is largely seen as a tool of the industrialists who own the foundries there. Members of his family were killed by warforged during the Last War, and Toranak harbors a bitter grudge against House Cannith and the warforged. He has tried to have warforged reclassified as property, and seeks to suppress warforged activists in the Cogs."]],"name":"City Government; Sharn Councilors","page":156,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Highest Towers","The seat of city government, this district is also where airships arrive and depart.","Upper Central"],["Korranath","Named for the great temple of Kol Korran that lies at its center, this district is dedicated to wealth and finance. Moneychangers, banks, and grand vaults are found here, in addition to the estates of powerful merchants.","Upper Central"],["Platinum Heights","Catering to Sharn's elite, this district provides a wide range of shops and services of wealthy to aristocratic quality.","Upper Central"],["Skysedge Park","Home to three sprawling rooftop parks, this district provides a touch of wilderness in the heart of the city. A small community of immigrants from the Eldeen Reaches maintains these groves and gardens.","Upper Central"],["Ambassador Towers","This district contains the embassies to the Thronehold nations, along with Aerenal and Riedra. It's also the seat of the Citadel and home to the Brelish Museum of Fine Art.","Middle Central"],["Dragon Towers","This is the primary place to do business with representatives of the dragonmarked houses. All the houses have outposts here, and Sivis, Tharashk, Jorasco, and Cannith have their primary enclaves in Dragon Towers.","Middle Central"],["Sovereign Towers","A district filled with a vast assortment of temples and shrines. It is home to the two most important temples in Sharn: the Pavilion of the Host and the Cathedral of the Cleansing Flame.","Middle Central"],["Sword Point","This garrison district houses the forces that police and defend Central Plateau, including the Sharn Watch and a detachment of the royal army.","Middle Central"],["Tradefair","A merchant district offering legal goods and services of modest to comfortable quality.","Middle Central"],["Boldrei's Hearth","A haven for travelers, this district contains reliable inns ranging from modest to comfortable quality.","Lower Central"],["Olladra's Kitchen","Neither the best nor worst Sharn has to offer, Olladra's Kitchen is home to a wide number of taverns and restaurants of modest to comfortable quality.","Lower Central"]],"name":"Central Plateau: Important Districts","page":161,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Clifftop","This district caters to adventurers, with a wide array of businesses aimed at explorers and fortune hunters. It is the home base of the Clifftop Adventurer's Guild.","Upper Dura"],["Daggerwatch","Daggerwatch holds garrisons for both the Sharn Watch and the Brelish army, along with business and residences for those who support the garrisons.","Upper Dura"],["Highhold","A district built by dwarves for dwarves, Highhold has strong Mror influences in its architecture. It's a good place to find Mror goods and is home to talented smiths and brewers.","Upper Dura"],["Highwater","The finest residential district in Dura and the seat of House Vadalis, Highwater is largely comfortable in quality with a few wealthy estates.","Upper Dura"],["Hope's Peak","A relatively new temple district, with shrines and churches that have relocated from Fallen in Lower Dura. Hope's Peak includes several monasteries and a sacred grove.","Upper Dura"],["Overlook","Overlook is noteworthy for its kalashtar community, which maintains a community center, a shrine devoted to the Path of Light, and a few restaurants serving Sarlonan cuisine.","Upper Dura"],["The Bazaar","The largest commercial district in Sharn, an excellent place to buy or sell used—and possibly stolen—goods.","Middle Dura"],["Broken Arch","Once a proud residential district, Broken Arch has fallen into disrepair. Its housing is poor to modest in quality, though the shells of wealthy manors can still be seen.","Middle Dura"],["Hareth's Folly","A jumble of architectural styles, Hareth's Folly is a place to gamble and enjoy modest food and drink. The Hollow Tower is a center for aerial sports, and Hareth's Folly is where the Race of Eight Winds begins and ends.","Middle Dura"],["Rattlestone","Rattlestone is a tenement district. Its people have little but their pride, but there's a strong camaraderie between them.","Middle Dura"],["Stormhold","A comfortable residential district, Stormhold is home to the few powerful families that have remained in Dura. It's in better condition than most of Middle Dura, and Deneith mercenaries protect the streets.","Middle Dura"],["Tumbledown","A poor residential district, Tumbledown has experienced recent incursions from Daask.","Middle Dura"],["Underlook","The center of Sharn's nightlife before Menthis Plateau was built, Underlook is a collection of poor taverns and inns.","Middle Dura"],["Callestan","Home to an assortment of squalid and poor businesses, Callestan is a nexus for criminal activity and known as a stronghold of the Boromar Clan.","Lower Dura"],["Fallen","Sharn's oldest temple district, Fallen was abandoned after a floating tower crashed into the district during the Last War. Now it's a collection of wretched ruins.","Lower Dura"],["Gate of Gold","A squalid slum, providing miserable housing for desperate people.","Lower Dura"],["Malleon's Gate","A poor district originally inhabited by goblins, Malleon's Gate has become a haven for monstrous immigrants from Droaam and Darguun, along with members of Daask.","Lower Dura"],["Oldkeep","Another poor slum, largely home to dockworkers from Precarious.","Lower Dura"],["Precarious","The skydocks of Precarious pass goods between the towers and the port on the Dagger River below. The district is filled with warehouses, along with a handful of poor taverns. A small community of Sarlonans lives here.","Lower Dura"],["The Stores","A warehouse district with a large halfling population, with ties to the Boromar Clan.","Lower Dura"]],"name":"Dura Quarter: Important Districts","page":162,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Den'iyas","Founded by gnome immigrants from Zilargo, Den'iyas is a haven for those interested in Zil culture. It's home to many sages and artisans, and a hotbed of schemes and intrigue.","Upper Menthis"],["Ivy Towers","This residential district includes comfortable homes and modest apartments. Many of the students and faculty of Morgrave University live in Ivy Towers.","Upper Menthis"],["Seventh Tower","A shopping district, with restaurants and goods of comfortable to wealthy quality. Seventh Tower is especially noteworthy for Little Xen'drik, a collection of galleries whose owners buy and sell goods from Xen'drik.","Upper Menthis"],["University","This district is dominated by Morgrave University. It's also a nexus for sophisticated entertainment, including the Art Temple, the Grand Stage, and the Great Hall of Aureon.","Upper Menthis"],["Cassan Bridge","A mercantile district with goods of modest to comfortable quality. Home to a significant number of immigrants from the Shadow Marches, Cassan Bridge is the place to visit for exotic Marcher herbs and cuisine.","Middle Menthis"],["Everbright","This district is a source of magical goods and services. Exotic components, magewrights for hire, common or uncommon magic items—all of these and more can be found here.","Middle Menthis"],["Little Plains","Founded by Talenta halflings, this district includes a central campground for visiting halfling nomads. The permanent residents are mostly halflings as well. Talentan foods and crafts can be found here, along with displays of traditional skills and pastimes.","Middle Menthis"],["Smoky Towers","Safer than the lower wards and less expensive than Upper Menthis, Smoky Towers has plenty of entertainment options. The Classic Theater is its most popular venue, but Smoky Towers offers a wide variety of more exotic fare. Dinner theater, changeling burlesque, and other diversions can be found in Smoky Towers. Thovanic Hall has begun performing works from Darguun and Droaam featuring monstrous performers. Smoky Towers has also become a haven for Cyran refugees wealthy enough to avoid High Walls.","Middle Menthis"],["Warden Towers","This district is the primary garrison of the Sharn Watch in Menthis. It's home to a community of Lhazaar immigrants, and the Broken Anchor is a tavern catering to Lhazaar travelers.","Middle Menthis"],["Downstairs","The Downstairs district is primarily known for food and drink. Though most of its taverns and inns are only modest in quality, the Four Sails serves some of the finest seafood in Sharn. The recent success of the Diamond Theater has also drawn travelers to the district.","Lower Menthis"],["Firelight","This district is a destination for those who seek illicit forms of entertainment. Many forms of illegal gambling and paid companionship can be found in Firelight. It's also the most common location of the Burning Ring.","Lower Menthis"],["Torchfire","A district with a notorious reputation, celebrated for cheap entertainment and infamous for its dangerous alleys. Its theaters specialize in musical comedy and lowbrow entertainment, and there are lots of opportunities for hopeful amateurs to get on a stage in Torchfire.","Lower Menthis"]],"name":"Menthis Plateau: Important Districts","page":162,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Crystal Bridge","A peaceful residential district with many wealthy and aristocratic estates.","Upper Northedge"],["Oak Towers","A residential district where housing ranges from comfortable to aristocratic. Construction in Oak Towers uses materials and styles drawn from Aerenal, and the district is home to many of Sharn's established elf and half-elf families.","Upper Northedge"],["Shae Lias","This district is a bastion for the culture and traditions of the elves of Aerenal. It includes a variety of businesses specializing in Aereni goods, as well as a temple of the Undying Court.","Upper Northedge"],["High Hope","A center for worship for the people of Northedge, High Hope includes temples of the Silver Flame and the Sovereign Host, along with many smaller shrines. It lacks the grandeur of Sovereign Towers in Central Plateau, but has an atmosphere of solemn devotion.","Middle Northedge"],["Holdfast","Holdfast is the heart of Sharn's native dwarf population. The ancestors of the Holdfast dwarves helped build Sharn, and many of its people are stonemasons, architects, and smiths. Holdfast dwarves are proud of their Sharn roots and have little interest in Mror customs or traditions.","Middle Northedge"],["Longstairs","The population of this peaceful residential district is mostly made up of dwarves, humans, and half-elves. Neighbors here generally stand together to deal with any trouble.","Lower Northedge"],["North Market","The open market in this region largely deals in simple, locally produced goods. Due to the significant shifter population in Lower Northedge, North Market offers goods and services aimed at shifters (grooming services, claw care, and so forth) as well as those reflecting an Eldeen influence.","Lower Northedge"],["Stoneyard","This residential district is home to the majority of Sharn's shifters, including both recent immigrants from the Eldeen Reaches and long-established local families. The district includes a makeshift hrazhak court and a shrine devoted to the Wardens of the Wood. Conditions are poor to modest.","Lower Northedge"]],"name":"Northedge Quarter: Important Districts","page":163,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Copper Arch","This district is built around the Deneith garrison that polices the upper ward. It contains shops and services catering to the wealthy elite.","Upper Tavick's Landing"],["Ocean View","This residential district is home to some of the most influential citizens of Sharn. It has a mix of wealthy mansions and aristocratic estates.","Upper Tavick's Landing"],["Silvergate","This shopping district is patronized by those with gold to spare. All manner of fine jewelry and expensive clothing can be found here, along with aristocratic food and lodging.","Upper Tavick's Landing"],["Sunrise","This district provides housing for the shopkeepers and servants who keep Upper Tavick's Landing running. Housing is largely modest in quality, with a few comfortable towers.","Upper Tavick's Landing"],["Twelve Pillars","This is the civic heart of Upper Tavick's Landing. The twelve pillars it's named for surround a courthouse, the Tower of Law, where visitors can get licenses to carry weapons in the ward.","Upper Tavick's Landing"],["Cornerstone","A haven for travelers, Cornerstone has a range of comfortable inns and taverns. It's built around the vast Cornerstone arena and is a center of activity for many major sporting events.","Middle Tavick's Landing"],["Deathsgate","Named for the nearby City of the Dead, this district houses the Deathsgate Guild and businesses that cater to adventurers. House Deneith recruits mercenaries at its outpost here.","Middle Tavick's Landing"],["Graywall","This district was founded long ago by Karrnathi immigrants, and its people are proud of their heritage. It is a haven for any Karrnathi travelers passing through Sharn. Rumors say there's a temple devoted to the Blood of Vol in Graywall, but if that's the case, it's kept hidden.","Middle Tavick's Landing"],["Tavick's Market","This district specializes in produce and other goods brought in by the farmers from the surrounding countryside.","Middle Tavick's Landing"],["Black Arch","This district is filled with checkpoints and enchanted gates. These portals are generally open, but in times of trouble, Black Arch can become an impassable fortress. The Sharn Watch maintains the local garrison. House Orien and House Sivis both maintain outposts here, ensuring that messages can be swiftly delivered through the city and beyond.","Lower Tavick's Landing"],["Cogsgate","This warehouse district is the gateway to the Cogs, and shipments of ore and other goods regularly pass through here. House Kundarak has high-security storage facilities for rent, and a House Deneith outpost hires out Blademark mercenaries for venturing below.","Lower Tavick's Landing"],["Dragoneyes","Dragoneyes tends to the needs of weary travelers, providing a wide range of lodging, food, and entertainment for tourists. It's also the home of most of Sharn's changeling population, and many changelings use their gifts to entertain and amuse travelers. Some say that it's the home of the Tyrants criminal guild, but if so, that place is well hidden.","Lower Tavick's Landing"],["High Walls","This district was converted into an internment center during the Last War. Since the end of the war, it has been transformed into a refugee camp. Most of the residents are Cyrans who fled the Mourning, but High Walls also includes Brelish citizens who lost their homes in the war. It's a crowded and dangerous place, but it allows residents to maintain a squalid lifestyle at no cost. Currently the gates are open, but the Sharn Watch could seal them at any time.","Lower Tavick's Landing"],["Terminus","This district is based around Terminus Station, where the lightning rail enters and leaves Sharn. Most local businesses serve the station or travelers.","Lower Tavick's Landing"],["Wroann's Gate","Travelers who arrive on the main road enter Sharn through Wroann's Gate, passing below a huge statue of the legendary Queen Wroaan. Many of the dragonmarked houses maintain shops here so travelers can send messages, hire bodyguards, or make use of other services.","Lower Tavick's Landing"]],"name":"Tavick's Landing: Important Districts","page":164,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Skyway","Skyway is a district that floats above Central Plateau and Menthis, built atop an island of solidified clouds. The richest people in Sharn live here.","Above the city"],["Cliffside","Boats bring cargo and passengers to the dock at Cliffside, on the edge of the Dagger River. From there, enormous lifts carry people up to Precarious. This dangerous district contains an assortment of taverns, shabby inns, and warehouses.","On the banks of the Dagger River"],["Ashblack","The first foundries of Sharn were built here. The district is devoted to industry, and the environment here is sweltering and claustrophobic.","The Cogs"],["Blackbones","Blackbones is newer than Ashblack, and it shows. The district's corridors are wider and better lit. The foundries are well maintained, and the district has a few thriving businesses. Most of the warforged that reside in Sharn work in Blackbones.","The Cogs"]],"name":"Above and Below Sharn: Important Districts","page":164,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Central Plateau: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Aurora Gallery","The most prestigious auction house in Sharn, Aurora deals in magic items, exotic finds from Xen'drik, and other wonders.","Platinum Heights, Upper Central"],["City Archive","This enormous edifice holds the historical and legal records of Sharn and the surrounding regions.","Highest Towers, Upper Central"],["Council Hall","The seat of city government and the site of City Council meetings. The council meets weekly, and visitors can watch from the gallery.","Highest Towers, Upper Central"],["Gray Dragon Inn","This inn provides aristocratic and wealthy lodging for those who can afford it.","Platinum Towers, Upper Central"],["The Korranath","The temple of Kol Korran is an ostentatious display of wealth and a popular tourist attraction, since many believe praying at the Korranath ensures success in business.","Korranath, Upper Central"],["Kundarak Bank of Sharn","This is the largest bank in Sharn and the center of House Kundarak urban operations in the city.","Korranath, Upper Central"],["Lyrandar Tower","All airship travel to and from Sharn passes through the docking spires of Lyrandar Tower, the house's primary enclave in Sharn.","Highest Towers, Upper Central"],["Sannid's","One of Sharn's most celebrated restaurants, Sannid's serves Brelish cuisine of wealthy quality and has a legendary wine cellar.","Platinum Towers, Upper Central"],["The Vaults","Located below the Kundarak Bank, the Vaults are Kundarak's heavily guarded storage facility.","Korranath, Upper Central"],["Wayfinder Foundation","The guildhall for this legendary association of explorers.","Korranath Upper Central"],["Brelish Museum of Fine Art","The museum displays work produced by Brelish artists and relics recovered from Xen'drik.","Ambassador Towers, Middle Central"],["Cathedral of the Cleansing Flame","The central temple of the Church of the Silver Flame serves both as a templar garrison and the site of grand rituals and celebrations.","Sovereign Towers, Middle Central"],["The Citadel","The headquarters of the King's Citadel, Breland's elite military and intelligence service. The Citadel is also a high-security prison holding Sharn's most dangerous criminals.","Ambassador Towers, Middle Central"],["The Panaceum","The largest House Jorasco enclave in Sharn provides high-priced healing services to all who can pay for them.","Dragon Towers, Middle Central"],["Pavilion of the Host","The center for worship of the Sovereign Host is a grand open tower surrounded by nine temples, each dedicated to one of the Sovereigns.","Sovereign Towers, Middle Central"]],"name":"Central Plateau: Noteworthy Locations","page":165,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Dura Quarter: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["The Citadel of the Sun","A temple devoted to Dol Arrah, noteworthy for the three blessed griffons that reside there.","Hope's Peak, Upper Dura"],["The Clifftop Adventurer's Guild","An institution that provides adventurers with camaraderie and profitable work.","Clifftop, Upper Dura"],["The Drunken Dragon","A tavern frequented by members of the Clifftop Adventurer's Guild. The food is modest, but it has the widest selection of exotic alcohol in Sharn.","Clifftop, Upper Dura"],["The Esoteric Order of Aureon","The guildhall of one of Sharn's most prestigious arcane orders. A reliable source for arcane spellcasting services.","Clifftop, Upper Dura"],["The Gold & White","This tavern offers fare of comfortable quality at modest prices. It caters to members of the Sharn Watch and Brelish veterans, but others will receive a cold welcome.","Daggerwatch, Upper Dura"],["Moraggan's","A posh tavern specializing in strong Mror spirits. Food and drink are wealthy in quality and cost.","Highhold, Upper Dura"],["The Mystic Market","A collection of shops specializing in different categories of magic items. Most merchandise is common or uncommon, but rare items are occasionally available.","Clifftop, Upper Dura"],["Pegasus Spire","The seat of House Vadalis in Sharn is one of the few enclaves where pegasi are raised and trained. Native to Syrania, these celestial beasts can become stranded in Sharn; Vadalis heirs care for them and match them with virtuous companions.","Highwater, Upper Dura"],["Ghallanda Hall","This proud Ghallanda enclave continues to operate amid the fading squalor of Middle Dura, and has become a tourist attraction. It offers a range of services, with food and lodging of poor to comfortable quality.","Underlook, Middle Dura"],["The Hollow Tower","A vertically oriented arena used for aerial jousting and other unusual sporting events.","Hareth's Folly, Middle Dura"],["The King of Fire","A comfortable tavern and gambling hall, known as one of the safest places to bet on the Race of Eight Winds and the events at the Hollow Tower.","Hareth's Folly, Middle Dura"],["The Anvil","This fading Ghallanda inn struggles to maintain its poor to modest quality. It's known to be under the protection of the Boromar Clan, which makes it one of the safest establishments in Lower Dura.","Callestan, Lower Dura"],["The Broken Mirror","A curious tavern owned by a family of changelings, the Broken Mirror changes its appearance and theme every week. It's rumored to be connected to the Tyrants.","Callestan, Lower Dura"],["The Silvermist Theater","A remnant of Callestan's glory days, this place is a shadow of the grand establishment it once was. The current owners are known for staging bizarre events at the Silvermist. Since the Sharn Watch stays out of Callestan, anything can happen here.","Callestan, Lower Dura"]],"name":"Dura Quarter: Noteworthy Locations","page":166,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Bazaar Merchants","colLabels":["d10","Merchant"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Secondhand Strings}. A must-stop shop for the bard on a budget, with a variety of gently used instruments."],["2","{@b Korryn's Quill}. A reliable source for cartographers, calligraphers, and scribes of all stripes."],["3","{@b Seven Leagues}. Owned by the cobbler Boots, this small stall has a remarkable selection of footwear."],["4","{@b Borran's Blades}. Borran is one of the few halfling smiths in Sharn. He specializes in knives and daggers."],["5","{@b Hearty Scales}. A stall serving grilled lizard meat and other Talentan delicacies."],["6","{@b Roll and Conquer}. One of Sharn's only game stores. It does most of its business in cards and dice."],["7","{@b The Old Apothecary}. Selling supplies for herbalists and alchemists, this claims to be Bazaar's oldest shop."],["8","{@b Illumination}. This shop sells lamps, lanterns, candles, and torches. Some are magical."],["9","{@b The Magewright's Miscellany}. This little shop deals in spell components. The clerks love to discuss magic."],["10","{@b Sundry's Shop}. A gnome named Sundry runs a pawn shop filled with all manner of trinkets."]],"name":"Middle Dura; Bazaar Merchants","page":167,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Menthis Plateau: Noteworthy Locations","colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Art Temple","This theater is renowned for its avant-garde techniques and subjects.","University, Upper Menthis"],["Davandi Fine Tailoring","In addition to being the city councilor representing Upper Menthis, the gnome Thurik Davandi is an accomplished tailor and magewright who produces the finest glamerweave clothing available in Sharn.","Den'iyas, Upper Menthis"],["Dezina Museum of Antiquities","Attached to Morgrave University, this building displays the relics recovered on the university's many expeditions.","University, Upper Menthis"],["Golden Horn","This wealthy inn includes a library, a few large meeting rooms, and a small concert hall. Performing at the Horn is an excellent opportunity for aspiring bards.","University, Upper Menthis"],["Grand Stage","This stage hosts grand performances of the beloved classics of Galifar, along with more modern works that follow classical traditions.","University, Upper Menthis"],["Great Hall of Aureon","Sharn's largest temple to the Sovereign Aureon, the Great Hall celebrates knowledge and learning. The clergy are sages and savants in a wide variety of fields.","University, Upper Menthis"],["Khavish Theater","Established by and for gnomes, the Khavish has ample seating for small creatures, and its shows make extensive use of illusions.","Den'iyas, Upper Menthis"],["Little Xen'drik","This area of small shops deals in antiquities and relics recovered from Xen'drik and the ruins below Sharn. Cloud Antiquities specializes in giant artifacts, while the Mekdall Gallery deals in ancient elven and drow goods. Windows on Yesterday looks for items with historical significance, and Echoes of the Past deals in magic items with practical uses.","Seventh Tower, Upper Menthis"],["Sharn Opera House","Performances at the Sharn Opera are one of the most highbrow forms of entertainment in the city.","University, Upper Menthis"],["Stargazer Theater","This open-air theater focuses on popular entertainment with family appeal.","University, Upper Menthis"],["Classic Theater","A small and inexpensive theater, the Classic performs only works written before the start of the Last War.","Smoky Towers, Middle Menthis"],["The Burning Ring","The Ring offers blood sport and gladiatorial combat. These dangerous matches aren't sanctioned by law, and the Burning Ring constantly changes locations to avoid the Sharn Watch. It's always last seen somewhere in Lower Menthis.","Lower Menthis"],["Diamond Theater","A cheap theater once known for bawdy humor, the Diamond has gained fame due to its playwright in residence and has produced several plays about the impact of the Last War.","Downstairs, Lower Menthis"],["Ten Torches","The cheapest ticket in Sharn's theater scene, Ten Torches alternates between lowbrow comedy and bizarre shows that no respectable theater would stage.","Torchfire, Lower Menthis"]],"name":"Menthis Plateau: Noteworthy Locations","page":169,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Shows in Menthis","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tira's Tears}. A speculative drama about the founder of the Church of the Silver Flame. (Grand Stage, Upper Menthis)"],["2","{@b Facade}. A comedy of errors about a family of changelings, involving a tangled web of mistaken identities. (Art Temple, Upper Menthis)"],["3","{@b Five Lives}. A bitter reflection on the tragedy of the Last War, as seen through the eyes of five soldiers. Written by up-and-coming playwright Luca Syara. (Diamond Theater, Lower Menthis)"],["4","{@b Galifar Triumphant}. A beloved history based on the legendary king and the conflict that established the Kingdom of Galifar. (Classic Theater, Middle Menthis)"],["5","{@b The Late Count}. A comic opera by the bard Kessler, revolving around a Karrnathi count who is resurrected as a zombie. (Sharn Opera House, Upper Menthis)"],["6","{@b The Carnival of Shadows.} House Phiarlan's traveling circus, a mesmerizing blend of illusions, physical arts, and exotic beasts. The traveling troupe always visits Smoky Towers (Middle Menthis)."],["7","{@b The Brelish Symphony Orchestra.} A performance of some of the finest works of Seventh Century Brelish composers. (Kavarrah Concert Hall, Upper Menthis)"],["8","{@b Reflection}. A one-person show performed by the changeling Adi, exploring the multitudes that exist within us all. (Ten Torches, Lower Menthis)"]],"name":"What's on the Bill?; Shows in Menthis","page":170,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Northedge Quarter: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Gates of Passage","Built from Aereni densewood, this spire serves both as the embassy of Aerenal and a temple of the Undying Court. Aereni citizens who die in Sharn are interred in the temple crypts until their remains can be transported to Aerenal.","Shae Lias, Upper Northedge"],["Nightshade","An apothecary dealing in exotic herbs and salves, Nightshade is also a tavern specializing in lightly poisoned beverages.","Shae Lias, Upper Northedge"],["The Oaks","A legendary restaurant that serves Aereni and Brelish cuisine. The quality is unmatched, as are the aristocratic prices. Head chef Maza Thadian has maintained the Oaks for over three hundred years, but after her recent appointment as city councilor for Upper Northedge she is often occupied with other matters.","Shae Lias, Upper Northedge"],["The Silver Bough","This establishment deals in arms crafted in the Aereni tradition. This merchandise includes magic items, but woodshaper Tanar Mendyrian takes time to produce his wonders, and only a limited selection is available at any given time.","Shae Lias, Upper Northedge"],["The Winding Root","A marketplace and gallery that showcases the work of elven artisans, including sculptures, textiles, and fine clothing.","Shae Lias, Upper Northedge"],["The Veil of Flesh","This studio deals in Aereni body art and alteration, such as tattoos and cosmetic transmutation.","Shae Lias, Upper Northedge"],["Coldflame Keep","A garrison temple of the Silver Flame, this place once housed a hundred templars dedicated to protecting Sharn from supernatural threats. It has largely been abandoned; only a dozen devoted templars and adepts remain in residence.","High Hope, Middle Northedge"],["Daca's Watch","A dwarf named Daca has been sitting on a pillar in Northedge for over a century, offering advice and encouragement. Though she doesn't claim to be a priest, many believe that Daca is blessed and guided by Boldrei.","High Hope, Middle Northedge"],["The Bear's Rest","A modest inn maintained by a beasthide shifter named Leara, who usually gives a discount to traveling shifters. The decor features various exotic hides.","North Market, Lower Northedge"],["Fathen's Shrine","This marker in North Market commemorates a miracle that exposed a network of wererats in Sharn, along with the priest of the Silver Flame who died while fighting them. Pilgrims devoted to the Silver Flame often visit the shrine.","North Market, Lower Northedge"],["The Horse and Hearth","Though not as colorful as the Bear's Rest, this large inn is maintained by House Ghallanda and offers rooms of modest and comfortable quality.","North Market, Lower Northedge"],["The Rat's Nest","A modest tavern catering to the shifters of Lower Northedge, the Rat's Nest is a haven for gossip and serves food and drink in the Eldeen style.","North Market, Lower Northedge"]],"name":"Northedge Quarter: Noteworthy Locations","page":171,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tavick's Landing: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Crystals of Denion","This gallery deals in rare and expensive magic items. The selection is limited, and Denion looks for items that are both beautiful and powerful.","Silvergate, Upper Tavick's Landing"],["The Three Towers","A fortress enclave of House Deneith. One tower is a garrison for the Blademark mercenary forces that police Upper Tavick's Landing. The second is dedicated to house business and training. The third is a private mansion for Deneith heirs.","Copper Arch, Upper Tavick's Landing"],["Transmutation","A beauty salon that employs both magical and mundane cosmetic techniques.","Copper Arch, Upper Tavick's Landing"],["Wyredd's Spirits","Wyredd deals in fine wines and exotic spirits. Wyredd's has the finest selection in Sharn, but his prices are high.","Copper Arch, Upper Tavick's Landing"],["The Bloody Mug","A comfortable tavern catering to Sharn's Karrnathi immigrants. Travelers from Karrnath always receive a warm welcome and a tankard of nightwood ale in exchange for stories from the old country.","Graywall, Middle Tavick's Landing"],["The Cornerstone","A massive arena that hosts a wide array of sporting events. These include jousts and races, both on foot and through the air. The Stone Trees is an offshoot of the Cornerstone that serves as the playing field for hrazhak competitions.","Cornerstone, Middle Tavick's Landing"],["The Deathsgate Guild","A society where adventurers can hone their skills and seek profitable work. The Deathsgate Guild has a sinister reputation, earned because its members will do anything in pursuit of success.","Deathsgate, Middle Tavick's Landing"],["The Guild of Starlight and Shadows","The guildhall of one of Sharn's most prestigious arcane orders. A reliable source for arcane spellcasting services.","Deathsgate, Middle Tavick's Landing"],["Maynard's Menagerie","This Vadalis storefront deals in exotic pets and animal companions, along with barding and other useful gear.","Deathsgate, Middle Tavick's Landing"],["Redblade's","A comfortable tavern catering to the adventurers of the Deathsgate Guild. Redblade is rumored to have a side business selling poison and venoms.","Deathsgate, Middle Tavick's Landing"],["Slogar's","This modest restaurant serves traditional Karrnathi cuisine. The ambience is a bit gloomy, but the prices are reasonable, and the food is very filling.","Graywall, Middle Tavick's Landing"],["Tooth and Nail","A comfortable tavern devoted to the sport of hrazhak. Most of the clientele are shifters, but anyone willing to talk hrazhak will find friends here.","Cornerstone, Middle Tavick's Landing"],["Chance","A legendary gambling hall. In addition to standard games, it's said that the host can cover a wide range of unusual wagers.","Dragoneyes, Lower Tavick's Landing"],["Terminus Station","An enclave of House Orien, this site contains the lightning rail station. The administrators coordinate the many Orien caravans that come and go from Sharn. Many of the other dragonmarked houses have small outposts in or around Terminus Station, allowing travelers to immediately access the services of House Sivis, House Deneith, and others.","Terminus, Lower Tavick's Landing"],["Velvet's","Staffed by changelings, this comfortable inn specializes in fulfilling fantasies; both the staff and the rooms can be adapted to fit any scenario. Though some clients have romance in mind, others come to Velvet's to relive triumphs, to prepare for debates or trials, or for help in developing a new identity.","Dragoneyes, Lower Tavick's Landing"]],"name":"Tavick's Landing: Noteworthy Locations","page":172,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Above and Below Sharn: Noteworthy Locations","colLabels":["Location","Deascription","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["The Azure Gateway","This luxurious hotel and restaurant recently replaced an old Ghallanda inn. The menu is a \"Galifar fusion,\" combining styles from across the Five Nations.","Skyway"],["The Celestial Vista","This legendary restaurant is owned by Skyway's city councilor, Lady Evix ir'Marasha. The floor is studded with crystal windows, allowing diners to look down into the city below. The food isn't incredible, but tourist crowds keep the Vista filled with customers.","Skyway"],["The Cloud Dragon","This restaurant serves traditional Brelish cuisine, and it does so exceptionally well. It's rarely as crowded as the other venues in Skyway, but locals know its value.","Skyway"],["The Dragon's Hoard","This resort, maintained by House Ghallanda, offers every luxury for those who can afford its high prices.","Skyway"],["Tain Manor","Sharn's social life revolves around the ir'Tain family. The monthly Tain Gala is the hottest ticket in town, and it's held at the family estate in Skyway.","Skyway"],["Mud Caves","This shantytown sits on the edge of Cliffside, where generations of destitute people have carved out homes in the cliff walls. It's a wretched existence, but most of the inhabitants have no other options. It also makes an excellent hiding place for fugitives.","Cliffside"],["Sharn's Welcome","Also known as the docks of Cliffside, this area is rough and dirty. Its taverns frequently host brawls, while the inns offer travelers a wide variety of ways to be cheated or robbed.","Cliffside"],["Ship's Towers","Drifting alongside the Cliffside docks is a collection of rafts, ships, and houseboats lashed together to form a floating community.","Cliffside"],["Keldoran Forge","Though most of the foundries in the Cogs are devoted to large-scale industry, the dwarf Antos Keldoran maintains a small forge and produces bespoke arms and armor.","Ashblack"],["The Pool of Onatar's Tears","A small temple in the Blackbones district holds a pool said to be blessed by the god Onatar. Smiths come from across Khorvaire to dip their tools in the pool.","Blackbones"],["The Red Hammer","The Red Hammer is Sharn's only inn maintained by and for warforged. It offers those who work in the Cogs opportunities to socialize, along with repair and cosmetic services.","Blackbones"]],"name":"Above and Below Sharn: Noteworthy Locations","page":175,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Boromar Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Sundry} (gnome) is a fence who runs a pawn shop in the Bazaar of Dura and has ties to many smugglers, sailors, and burglars."],["2","{@b Canon} (halfling) is a pickpocket who works across Sharn and is at home throughout the lower districts."],["3","{@b The Rake} (dwarf) runs a handful of gambling dens and sets odds on the sporting events of Sharn."],["4","{@b Myri Olar} (halfling) is a burglar and socialite, familiar with many of the mansions of the upper districts."],["5","{@b Hass Faldren} (half-elf) is a smuggler and the captain of the elemental sloop {@i Ice Storm}. Hass is also well connected on the docks and in the warehouse districts."],["6","{@b Cala Boromar} (halfling) is a lawyer by trade but with specialties in blackmail and intimidation. Cala loves engaging in the art of negotiation and is always interested in acquiring secrets."]],"name":"The Boromar Clan; Boromar Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Daask Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Whyhyr} (gnoll), a talented tracker, loves a good hunt and finding people who don't want to be found."],["2","{@b Ralscar Shal} (goblin) is a fence and information broker, who is happy to be paid in gold or secrets."],["3","{@b Kar Bloodhorn} (minotaur) is an enforcer who leads raiding parties in Callestan. Kal is rough and loud but well liked in the organization."],["4","{@b Ash} (kobold) is a sorcerer with talent in fire magic, who specializes in arson and assault."],["5","{@b Cask} (changeling), an artificer and alchemist, supplies Daask with drugs and explosives and likes devising new concoctions and finding people to test them on."],["6","{@b Teller} (human) is one of the few humans with a position of influence in Daask. A grifter, Teller serves as a spy in the upper levels of the city where monsters aren't able to move around freely."]],"name":"Daask Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tarkanan Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Rotting Bal} (human) is an assassin, an expert in unarmed combat, and a founding member of the house."],["2","{@b Fileon} (halfling) is a healer with a deadly touch, who evaluates and trains potential recruits."],["3","{@b Nightshade} (gnome) is an assassin and alchemist specializing in exotic poisons, who's always interested in acquiring new toxins or unusual herbs."],["4","{@b Whisper} (elf) is a thief whose aberrant dragonmark absorbs sound. Whisper appreciates fine things and has a vast collection of unusual trinkets."],["5","{@b Zae} (halfling) can influence vermin and see through rats' eyes—an ability often used to spy on people."],["6","{@b Mala Shol} (half-elf) is an expert pickpocket and a master of disguise, with a talent for illusion."]],"name":"House Tarkanan; Tarkanan Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tyrants Contacts","colLabels":["d4","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Korryn} (elf) maintains Korryn's Quill, a shop in the Bazaar of Dura that sells supplies for artists and scribes. In addition to being a remarkable calligrapher, Korryn is an expert forger."],["2","{@b Gray} (changeling) is a bartender at the Crooked Mirror in Callestan and is an information broker, with access to a wide array of rumors."],["3","{@b Chaela Tas} (half-elf) is a grifter with dozens of plots afoot at any given time. Though this identity is the face they wear with you, they maintain many different personas tied to their schemes."],["4","{@b Weave} (changeling) is a body artist who runs a salon in the Dragoneyes district."]],"name":"The Tyrants; Tyrants Contacts","page":180,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Morally Ambiguous Villains","colLabels":["d4","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The villain is targeting people with aberrant dragonmarks in the desperate hope of preventing another War of the Mark."],["2","The villain is suffering under a terrible curse, and their increasingly serious crimes are an effort to fight off the curse."],["3","The villain is rising to power through entirely legal means, winning popular support (through generous campaign promises) and working within the system."],["4","The villain's schemes are directed at preventing the release of a demonic overlord."]],"name":"Shades of Evil; Morally Ambiguous Villains","page":184,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Villain You Know","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A con artist takes advantage of people who fall for their scams, but leaves behind no proof of any crime."],["2","A cowardly politician fleeces the poor of their last few coins without technically doing anything wrong."],["3","A righteous zealot is continually poking into the characters' business, judging their actions and methods while doing even worse things in the shadows."],["4","A powerful figure in a dragonmarked house is using the house's resources for criminal deeds, but there's no trail of evidence leading back to the villain."],["5","A crime lord has the local authorities on the payroll, so no official action will ever be taken to stop their criminal activities."],["6","A villainous mastermind cooperates with local law enforcement to track down and eliminate rival villains, without ever giving the authorities a peek into their own evil deeds."]],"name":"The Villain You Know; Villain You Know","page":184,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Villain You Don't Understand","colLabels":["d6","Driving Force"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@book The Chamber|ERLW|9|The Chamber}"],["2","{@book The Cults of the Dragon Below|ERLW|9|Cults of the Dragon Below}"],["3","{@book The Daughters of Sora Kell|ERLW|9|Daughters of Sora Kell}"],["4","{@book The Dreaming Dark|ERLW|9|The Dreaming Dark}"],["5","{@book The Lords of Dust|ERLW|10|The Lords of Dust}"],["6","{@book The Order of the Emerald Claw|ERLW|10|Order of the Emerald Claw}"]],"name":"Driving Forces; Villain You Don't Understand","page":185,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Story Kickoff","colLabels":["d6","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","On a quiet night, the tavern door bursts open and a group of soldiers calls for one of the party members by name."],["2","An explosion rocks a market, sending things flying."],["3","A vehicle crashes near the party: people are hurt and need help, and whatever caused the crash is still around somewhere."],["4","Two groups of people start fighting each other, blood is drawn, and bystanders are getting hurt."],["5","Chanting words of the Draconic Prophecy, a dragon appears and starts causing mayhem."],["6","A tavern patron suddenly leaps up and attacks one of the adventurers, scratching and biting in blind fury."]],"name":"Kicking Off the Action; Story Kickoff","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"New Development","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One or more minions of the adventure's primary villain arrive to put a stop to the party's meddling."],["2","Someone else with the same goal as the party shows up to get them out of the way."],["3","Someone is out for revenge against the party for a past wrong (perhaps something that happened in a previous adventure)."],["4","Someone has a violent argument with an NPC in the same room as the adventurers."],["5","Someone wants a special item carried by one of the characters."],["6","A jealous person thinks one of the adventurers is meddling with the person's romantic partner."],["7","A person in love with the villain tries to stop the party from interfering with the villain's business."],["8","A monster bursts in looking for food."]],"name":"Keeping the Action Going; New Development","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Story Opening","colLabels":["d6","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party receives a detailed reading from a street fortune-teller that lays out the start of the adventure."],["2","A courier escorts the party to an elemental airship, where a wealthy patron outlines their mission."],["3","At an extravagant costume ball, a masked guest asks for the party's help."],["4","In a seedy section of town, the disguised heir of a dragonmarked house approaches the characters with an offer."],["5","A {@creature homunculus} delivers an anonymous letter that contains an offer of employment, but no clue to the author's identity."],["6","A professor from Morgrave University reaches out to one of the party members, a former student, to ask an important favor."]],"name":"Setting the Stage; Story Opening","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"The Plot Thickens","colLabels":["d8","Plot Twist"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The apparent victim in the situation is actually the villain."],["2","A supposedly valuable object is actually worthless (or vice versa)."],["3","A valuable object doesn't belong to the person who claims to own it."],["4","What's actually precious is not a work of art but a map or other information hidden on it (inside a statue, behind a painting in the frame, and so on)."],["5","Someone is in love with one of the party members, or with the villain."],["6","Someone is a relative of one of the party members."],["7","A friend or former ally is working with the villain."],["8","The initial plot is a distraction from the actual plot."]],"name":"The Plot Thickens","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Aurum NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An aging dwarf—a retired general and an Aurum Concordian—collects unusual constructs, hoping to find a way to transfer his mind into a superior body."],["2","An Aurum Concordian is renowned for having the finest arcane library in Khorvaire. Adventurers might help them collect more tome, but when a number of prominent wizards are murdered and their research goes missing, is the Concordian to blame?"],["3","A member of the Gold Concord is on the run from the Aurum after learning a terrible secret."],["4","An imprisoned Concordian mobilizes a network of contacts and well-placed Aurum members in order to secure their own release."]],"name":"Aurum NPCs","page":187,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Aurum Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Retrieve a journal from a ship that sailed to Xen'drik and never returned."],["2","Locate the grave of a certain dragonmarked scion, and retrieve the signet buried with them."],["3","Make friends with a scholar at the local university and learn their vices."],["4","Recover a trove of art, artifacts, or recorded knowledge that was thought lost in a battle during the Last War."],["5","Capture an officer from a rival nation's army, or convince the officer to defect, to gain access to their specialized knowledge."],["6","Sabotage the negotiations between a dragonmarked house and the local government on a plan that will undermine the Aurum's status."]],"name":"Aurum Missions","page":188,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cults of the Dragon Below","colLabels":["d8","Cult"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cult of {@creature Belashyrra|ERLW} murders innocents and steals their eyes, magically preserving the image of the last thing the eyes beheld. The cultists collect the eyes in a deep vault, while new eyes grow in strange places on their own bodies."],["2","A cult of {@creature Dyrrn|ERLW|Dyrrn the Corrupter} seeks to transcend humanity by bonding with aberrations and symbionts."],["3","A cult of Kyrzin, the daelkyr Prince of Slime, keeps a {@creature gibbering mouther} in the basement and feeds their elders to this creature, believing their voices can still be heard in the whispers of the beast."],["4","A cult of {@creature Rak Tulkhesh|ERLW} believes that this life is only a stepping stone, and members earn a path to paradise by spilling blood and spreading strife."],["5","A cult of {@creature Belashyrra|ERLW} serves a {@creature beholder} messiah, believing that only the eye tyrant has the vision to lead them to a golden age."],["6","A cult of {@creature Dyrrn|ERLW} led by a {@creature mind flayer} kidnaps people with dragonmarks, seeking to decipher the marks and transfer them to others."],["7","An arcane think tank has become a cult of {@creature Sul Khatesh|ERLW}; the members believe they can heal the damage of the Mourning, but the eldritch machine they are building will surely cause more horror."],["8","A cult of {@creature Rak Tulkhesh|ERLW} has sprung up among a local militia. Its members are convinced that refugees from the war are secretly inhuman monsters, and must be destroyed."]],"name":"Cults of the Dragon Below","page":188,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cult NPCs","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A monstrous aberration (such as a {@creature beholder}, a {@creature mind flayer}, or a {@creature gibbering mouther}) lairs beneath a popular inn, from where it twists the thoughts and dreams of those sleeping above."],["2","The headmaster of an exclusive magic academy is actually a cult leader who is indoctrinating the students into a cult of {@creature Sul Khatesh|ERLW}."],["3","A wizard found mad scrawlings hidden in a library book, used the writing to make contact with a daelkyr, and began creating aberration servants."],["4","A {@creature mind flayer} serving {@creature Dyrrn|ERLW} dominates a magistrate and takes control of the city watch using {@creature Intellect Devourer||intellect devourers}."],["5","An assassin mixes mind-altering poisons laced with the whispers of a dark entity."],["6","A dragonmarked heir whose fortunes were ruined in the Last War founds a cult within their house."],["7","The local thieves' guild turns from mundane organized crime activities to bizarre murders and acts of chaos."],["8","A respected noble behaves more erratically as time goes on, treating their servants and family with random and escalating cruelty."]],"name":"Cults of the Dragon Below NPCs; Cult NPCs","page":189,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cult Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Children throughout town begin reciting the same nursery rhyme, adding increasingly disturbing descriptions as the verses progress. No one knows where they learned the rhyme."],["2","Shadows around the old asylum take on a deep, inky cast, and things move just outside the light. Then the whispered laughs begin."],["3","A seemingly healthy noble dies of heart failure brought on by extreme terror, but with no clear source. The noble recently had an exquisite portrait painted. Every other person portrayed by the same artist has also died in a similar fashion."],["4","In a remote village, the local herbalist is condemned for practicing dark magic against the villagers. They swear their innocence to the characters and beg to be exonerated before their scheduled execution."],["5","Magic items begin exhibiting strange side effects, causing minor warping of their users' flesh, or fraying their users' sanity."],["6","Strange bounty hunters stalk the characters, seemingly aware of all their secrets and loved ones. Odd lumps writhe beneath the hunters' cloaks."],["7","A crazed hermit wanders into town and commits suicide in a grisly fashion. All the food in the village spoils instantly, and aberrant creatures attack every midnight thereafter."],["8","Several caravans have gone missing over the course of months. The authorities hire mercenary help after an aberration attacks while wearing the signet ring of a missing caravan master."]],"name":"Cult Adventures; Cult Adventure Hooks","page":189,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Arcane Workshop Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a pattern for creating a magic item, before the workshop's artificers finish making the item."],["2","Petition the ranking artificer for access to the workshop's specialized library."],["3","Use the workshop to create a crucial magic item."],["4","Locate a stolen construct that has been modified for use as a servant in the workshop."],["5","Storm the workshop before the artificers complete a doomsday weapon."],["6","Investigate the workshop for signs of the illegal creation of warforged."],["7","Defend the workshop against an invasion while the artificers try to repair a magic item."],["8","Bring an unknown artifact to the workshop so the artificers can identify it."],["9","Convince the owners of the workshop to give up one of their subordinates, who is wanted for crimes in another nation."],["10","Escort a newly discovered bearer of the Mark of Making to the closest Cannith workshop."],["11","Seek assistance from the workshop's masters to determine why a young artificer's magic is producing unpredictable, often dangerous results."],["12","Request assistance from the artificers in recovering crucial memories from a destroyed construct or warforged."]],"name":"Arcane Workshop Adventures","page":190,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dragonmarked NPCs","colLabels":["d12","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A renegade from House Cannith arms a group of bandits with fearsome elemental-bound weapons to prey on caravans as well as facilities belonging to other houses."],["2","A gang from the League of the Bitter Blade in House Deneith squeezes tribute from local towns in exchange for \"protection.\""],["3","An heir of House Ghallanda poisons members of other dragonmarked houses who stay in non-Ghallanda inns, discrediting rival businesses while attacking the houses."],["4","During a plague, a House Jorasco healer chooses which victims to cure and which to let die—and worse, which ones live to spread the plague to the house's enemies."],["5","A House Kundarak thief from the Warding Guild breaks into non-Kundarak vaults and banks to discredit them."],["6","A House Lyrandar airship captain uses the vessel to terrorize the countryside."],["7","A rogue heir of House Medani starts selling secrets, effectively establishing a new espionage guild within the house."],["8","A disgraced caravan leader turns to banditry, hoping to win back House Orien's favor by disrupting non-Orien trade along a busy route."],["9","Two elf assassins, one from House Phiarlan and the other from House Thuranni, are each working to discredit or slay the other while spying on local nobility."],["10","An heir of House Sivis starts blackmailing people based on the content of intercepted messages."],["11","A bounty hunter of House Tharashk hunts one of the characters or an associate of theirs."],["12","A rogue heir of House Vadalis is breeding monstrous animals and setting them loose in the countryside."]],"name":"Dragonmarked NPCs","page":190,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dragonmarked House Adventure Hooks","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A House Cannith artificer hires adventurers to steal secrets from a forge associated with a rival branch of the house."],["2","House Deneith is recruiting adventurers to oppose a sudden rise in bandit or monster activity in a nearby forest."],["3","A hostel run by House Ghallanda has gained a reputation for being haunted, and the disturbances are growing more dangerous."],["4","People healed at a local Jorasco enclave suddenly manifest strange abilities they never could before—and soon thereafter, a strange curse as well."],["5","The Kundarak Bank needs brave adventurers to test their new wards by trying to break into their vault."],["6","A Lyrandar sky captain lost much of their crew in a recent attack by flying monsters, and hires hands to defend the ship on its return voyage."],["7","A Medani bodyguard is killed defending their charge from assassins, but manages to force the attackers to drop a clue to the identity of their employer."],["8","The characters are hired to protect a crucial shipment aboard an Orien lightning rail."],["9","At a carnival run by House Phiarlan, customers begin acting strangely. They all hum the same song, which spreads like a virus as more people hear it."],["10","A Sivis translator has gone missing after being hired to decipher a trove of scrolls thought destroyed during the Last War."],["11","A House Tharaskh mine collapses, and time is running out for the trapped miners."],["12","House Vadalis needs help recovering a herd of magebred horses stolen from a local ranch."]],"name":"Dragonmarked House Adventure Hooks","page":192,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Planar Observatory Adventures","colLabels":["d8","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disguised dragon requests assistance repairing a damaged orrery within the observatory."],["2","One of the character's contacts is secretly the servant of a Chamber dragon observer. When the contact goes missing, their notes point toward a hidden \"library\" in the mountains."],["3","The planar observatory might offer a way to prevent or at least predict what seems to be an epidemic of destructive manifest zones."],["4","An observatory has been taken over by demonic cultists, and the characters must reclaim the facility or destroy it before the cult makes use of it."],["5","A dragonmarked character has recurring nightmares that lead them to the observatory."],["6","A thief or assassin has been using a derelict observatory as a hideout, occasionally selling bits of the observatory's dragonshards and equipment."],["7","A scholar hires the characters to assist with studying and restoring a rediscovered observatory."],["8","Several observatories across the region will produce a powerful effect if each is brought into a specific, simultaneous alignment."]],"name":"Planar Observatory Adventures","page":193,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Chamber NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wizard agent of the Chamber seeks to eliminate all the people they worked with in the past to cover their tracks and preserve the Chamber's secrecy."],["2","The Prophecy requires the eventual destruction of a humanoid city. A disguised silver dragon, cunning and subtle, works to destabilize the city and bring about its ruin."],["3","A local librarian is a disguised gold dragon in the service of the Chamber, who provides useful leads to send the characters down paths vital to the Prophecy."],["4","A dragon becomes convinced that the dragonmarked houses are corrupting the Prophecy. It might specifically target dragonmarked heirs, or start a popular movement that seeks to destroy the houses."],["5","A royal advisor or prominent noble, secretly a servant of the Chamber, guides the leader in a direction vital to the Prophecy but disastrous to the region."],["6","A disguised dragon is convinced that an adventurer has a critical role to play in the Prophecy, but an agent of the Lords of Dust is determined to drive them down a different path."]],"name":"Chamber NPCs","page":195,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Chamber Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Gather pristine dragonshards to expand or repair an observatory."],["2","Seek out a group of people who must be eliminated in order to bring about the fulfillment of a stanza of Prophecy."],["3","Discover who killed another minion of the characters' dragon patron."],["4","Defend a Chamber safe house against a rival draconic attack."],["5","Steal a local sage's research to prevent them from discovering the Chamber's activities."],["6","Recreate an ancient ritual that will bring a new piece of the Prophecy to light."]],"name":"Chamber Missions","page":195,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dream Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Break a psychic lock that is preventing a House Thuranni spy from remembering what they learned about a sinister Dreaming Dark plot."],["2","Escape into Dal Quor to find an artifact that can be brought back to the Material Plane when the characters awaken."],["3","Rescue a character who is suffering from debilitating recurring nightmares by defeating the quori inhabiting the character's mind."],["4","Stop the construction of an eldritch machine in Dal Quor that will give the quori physical access to the Material Plane again."]],"name":"The Role of Dreams; Dream Adventures","page":196,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dreaming Dark NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A servant in a manor house overhears everything the visiting nobles whisper about in their private rooms."],["2","The captain of a successful mercenary company suddenly changes the kinds of contracts they'll accept."],["3","A local druid searches out monsters in the wilderness and drives them into murderous rampages."],["4","A charismatic Cyran stirs up anger and discontent among the frightened refugees."]],"name":"Dreaming Dark NPCs","page":197,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dreaming Dark Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The high priest of a temple falls into a deep sleep from which nothing can awaken them."],["2","The characters notice a pattern after defeating several foes: each enemy exhibited a particular quirk of speech or gesture. They now recognize that quirk in an ally or mentor."],["3","A mad wizard encoded the remedy to a destructive spell in their own dreams. The characters must enter the dreamscape and recover the remedy."],["4","A war criminal imprisoned during the Last War reaches out, claiming to have evidence of their innocence and warning that a destructive force is influencing the government."]],"name":"Dreaming Dark Adventure Hooks","page":197,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Ruined Fort Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Gnoll||Gnolls} lairing in the fort have been attacking caravans and travelers near the Darguun border. But the gnolls are mercenaries. Who are they working for?"],["2","The ruins are said to hold a powerful magic item that was used by the ancient Dhakaani goblins against the daelkyr."],["3","The party is hired to recruit several {@creature Hill Giant||hill giants} for a building project in western Breland. Step one is making sure the giants lairing in the fort don't kill the party; step two is persuading them to work for humans."],["4","The characters must rescue prisoners being held by the monsters in the ruins."],["5","A group of Brelish humans determined to \"take Brelish lands back from the monsters\" have settled and started rebuilding the ruined fort. The party is asked to help them defend the fort—or to protect them as they flee back to Breland, pursued by angry Droaamites."],["6","A Brelish noble hires the party to retrieve a family heirloom lost in the fort's ruins."]],"name":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures","page":199,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Droaam Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature medusa} sends authorities a broken stone finger bearing a distinctive signet ring, and invites emissaries to bring gold, a magic item, or some other ransom for the {@condition petrified} individual's release."],["2","A House Lyrandar airship has gone down just beyond the Graywall Mountains. The characters must move immediately to rescue any survivors and secure a secret message the ship was carrying."],["3","Sora Teraza appears in a character's dreams every few nights, urging the character to explore a particular ruin."],["4","The characters must entreat the Daughters of Sora Kell for knowledge of how to remove a seemingly unbreakable curse."],["5","The characters must purchase or steal a daelkyr tome or artifact from the tower of Mordain the Fleshweaver, a powerful wizard banished from the Twelve who now makes his home in western Droaam."],["6","An {@creature ogre} warlord is accused of destroying a village just outside the borders of Droaam. The characters must bring the warlord to justice or work with the ogre to find the real culprit."]],"name":"Droaam Adventure Hooks","page":201,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper Seal Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Deliver a specially treated Khyber dragonshard to the Gatekeepers to repair a widening crack in the seal."],["2","Petition the keepers of a seal for information on an aberration that has been terrorizing the countryside."],["3","Assist the Gatekeepers in an annual ritual that will reenergize the seal and keep it shut for another year."],["4","Escort a new Gatekeeper guardian safely to the seal after its previous guardians were corrupted."]],"name":"Gatekeeper Seal Adventures","page":202,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The spirit of a long-dead Gatekeeper lives on in the body of an ancient toad. It speaks in a deep, croaking voice."],["2","A half-orc Gatekeeper works in House Tharashk as an investigator, searching for signs of planar disturbances."],["3","A human Gatekeeper is on a pilgrimage, carrying an amulet that serves as a seal on a journey to a number of sacred sites to restore its power."],["4","An old orc ranger is murdering people in Sharn, claiming that they've been corrupted by the daelkyr."]],"name":"Gatekeeper NPCs","page":202,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While pursuing rumors of lycanthrope activity, the characters discover a good-aligned werebear that is working with the Gatekeepers to stop an incursion from Khyber."],["2","A Gatekeeper seal in the form of a stone tablet falls into the characters' hands. They must return the seal to the Gatekeepers before its magic fades."],["3","A logging operation is moving close to the area protected by a seal, and the party must convince the loggers to relocate before their work touches off a conflict with the Gatekeepers."],["4","Working with an agent of the Chamber, the Gatekeepers are convinced the actions of the characters will bring a daelkyr one step closer to freedom."],["5","The characters discover evidence suggesting that the rituals performed by the local Gatekeepers are weakening their seal, not empowering it."],["6","Pilgrims traveling through a forest draw the attention of Gatekeepers, who think they are spies sent to sabotage the nearby seal."],["7","One of the kidnapped victims who was rescued from a marauding band of aberrations turns out to be a Gatekeeper initiate."],["8","The adventurers are sent to the Mror Holds to investigate the activity of {@creature Dyrrn|ERLW} the Corruptor and uncover a daelkyr cult among the dwarves."]],"name":"Gatekeeper Adventure Hooks","page":204,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dhakaani Fort Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal an ancient magic weapon from the fort's commander."],["2","Bring a treaty proposal to the fort, in hopes of having it conveyed to the leader of the occupying kech."],["3","Gather intelligence about the force occupying the fort in preparation for a raid."],["4","Rescue prospectors who were taken prisoner and held in the fort's dungeons."],["5","Steal the fort commander's notes on troop movements in the surrounding areas."],["6","Lead a strike force against the fort to drive out or destroy the occupying Dhakaani."],["7","Rush to support a small squad besieging the fort before Dhakaani reinforcements arrive and break the siege."],["8","Assassinate or kidnap the advisor to the fort's commander."],["9","Work with the occupying commander to discover the spy from another kech in their ranks."],["10","Break a siege by Darguun goblinoids that has trapped the characters' Dhakaani allies within the fort."]],"name":"Dhakaani Fort Adventures","page":205,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Goblinoid NPCs","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hobgoblin bard of the Kech Volaar leads an elite team of dungeon delvers to recover Dhakaani artifacts from ancient ruins."],["2","A remarkably intelligent goblin studying at Arcanix or Morgrave is actually a Khesh'dar spy identifying tomes of arcane knowledge worth stealing."],["3","A Dhakaani strike force assaults a museum or a noble's private holdings, reclaiming goblin artifacts \"pillaged\" from ruins. These relics could be part of an eldritch machine, or could simply have important ceremonial value."],["4","A goblin spy stirs up trouble among the city goblins in a major city, using tales of their former glory to incite them to violence."],["5","A string of mysterious bombings are actually the work of Dhakaani sappers testing the strength of modern fortifications."],["6","A Dhakaani strike force attacks a Deneith outpost built atop a goblin ruin. Are the goblins just angry about the desecration, or is something hidden beneath the outpost?"],["7","A bugbear of the Kech Sharaat, to test the mettle of the adventurers, engages them in a series of guerrilla attacks as they are traveling through the wilderness."],["8","A hobgoblin warlock seeks to harness the power of the daelkyr or the fiendish overlords to win the imperial crown for her kech."]],"name":"Goblinoid NPCs","page":205,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Heirs of Dhakaan Adventure Hooks","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A scout patrol has gone missing near the border of Darguun."],["2","A mining tunnel has collapsed, revealing a network of caverns leading into Khyber. The Heirs of Dhakaan are waiting in the darkness and decide to strike first."],["3","A squad of goblins attempts to steal back spoils of a recent adventure, cursing the characters for being grave robbers."],["4","A lone hobgoblin warrior stands at the gates of a town, intent on dueling the mercenary captain who slew their brother. The warrior has already killed ten soldiers that tried to remove them."],["5","Race against a Dhakaani force to recover an ancient artifact from a ruin."],["6","Defend a series of temples against Dhakaani raiders targeting these \"houses of false gods.\""],["7","Explorers discover a fragment of an ancient Dhakaani song that seems to tell of the true heir of Dhakaan. The complete lyrics might settle the question of succession."],["8","The Dhakaani begin kidnapping warforged so that their artificers can learn how to make their own construct soldiers."],["9","In a sacked human settlement, a battle between two opposing forces of goblinoids breaks out. Which side was the cause of the destruction?"],["10","The Kech Sharaat send emissaries to a nearby city with a simple message: abandon the town within one week, or die."],["11","Goblin scouts have been spotted far from Darguun, moving with uncharacteristic coordination and precision."],["12","A representative of the Kech Volaar approaches the characters to request their help in confronting their rivals to maintain the balance of power among the Dhakaani."]],"name":"Heirs of Dhakaan Adventure Hooks","page":206,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Personal Impact","colLabels":["d6","Impact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A former comrade-in-arms asks a player character for help."],["2","One of the adventurers is from a place destroyed during the war; refugees from that location ask for their help."],["3","One of the characters served with the villain during the war, and the villain betrayed them or their nation."],["4","The villain was the cruel commander of a camp where one of the characters was held as a prisoner of war."],["5","One of the adventurers made a promise to a comrade during the war, and achieving the goal of the adventure will fulfill that promise."],["6","The adventure revolves around something one of the characters saw during the war: a powerful weapon, an unusual battlefield, or a unique warforged."]],"name":"Personal Impact","page":206,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Everyday Impact","colLabels":["d6","Impact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A supply shortage is causing tension in the community. This shortage could be of a basic commodity (such as bread), a luxury item (such as wine), or an important service."],["2","Demonstrators in the streets are protesting against refugees or warforged, urging a return to war, complaining about shortages or neglect, or drawing attention to the needs of veterans, refugees, or others."],["3","A disabled veteran shares war stories while begging for copper."],["4","A crowd has gathered around two people engaged in a heated discussion about the war."],["5","A street vendor is selling unusual souvenirs from the war—pieces of a warforged titan, shards of an airship, and other curiosities."],["6","A memorial has been raised to commemorate members of the community lost in the war."]],"name":"Everyday Impact","page":208,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"War-Torn Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The villain doesn't know (or refuses to believe) that the war has ended."],["2","The villain experienced horrors during the war and targets the people they believe to be responsible."],["3","The villain is using the skills they learned during the war to target war profiteers or national leaders."],["4","The villain is a former military commander who commands soldiers who served under them in the war."],["5","The villain is an ex-soldier with a grudge against citizens of a former enemy nation."],["6","The villain wants the power to restart, and \"properly\" finish, the war."]],"name":"War-Torn Survivor; War-Torn Villains","page":209,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Fortified Outpost Adventures","colLabels":["d8","Adventure Premise"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Order of the Emerald Claw has seized the outpost and is raising a legion of undead soldiers."],["2","The outpost is said to be haunted by the vengeful spirit of a former commander who was slain by their own troops."],["3","A tunnel beneath the outpost leads to a sealed portal to Xoriat."],["4","The outpost borders the Mournland, where mutant monstrosities emerge from the mists."],["5","When a force of aberrations arises from Khyber, this abandoned outpost is the adventurers' only chance to stop their advance."],["6","The outpost is in a critical location, but it was damaged during the war. It needs to be protected while it is being restored."],["7","The outpost is located on a manifest zone linked to Thelanis. It has been seized by a group of fey, and the locals want it reclaimed."],["8","The outpost was built on the foundations of an ancient goblin fortress, and treasures are rumored to lie buried beneath it."]],"name":"Fortified Outpost Adventures","page":211,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Warforged Ossuary Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rescue an artificer who is being forced to graft warforged components onto {@creature the Lord of Blades|ERLW}' warriors."],["2","Locate a {@item docent|ERLW} (see {@book chapter 5|ERLW|12}) carried by a warforged wizard who has joined up with {@creature the Lord of Blades|ERLW}."],["3","Capture a warforged artificer thought to be an advisor to {@creature the Lord of Blades|ERLW}, who is touring a series of ossuaries and inspecting the remains."],["4","Steal a House Cannith spellbook and workshop log from before the Day of Mourning that is being held in the ossuary's vault."],["5","Extract a warforged spy from within {@creature the Lord of Blades|ERLW}' followers who is close to being discovered."],["6","Retrieve a Cannith schema supposedly held within the ossuary that tells of a process for transferring a warforged consciousness from one body to another."]],"name":"Warforged Ossuary Adventures","page":212,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lord of Blades NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A House Cannith apprentice warforged becomes obsessed with {@creature the Lord of Blades|ERLW}' message, disrupting house operations in the hope of becoming a warrior in the Mournland."],["2","A warforged druid devises diseases and poisons that have no effect on warforged, and starts to unleash them on the general populace."],["3","A warforged ranger relentlessly hunts creatures of flesh in the wilderness near the Mournland."],["4","A warforged assassin poses as a simple workshop assistant while exterminating those who speak out against the rights of the warforged."],["5","A mad artificer is trying to reactivate a destroyed warforged colossus."],["6","A band of warforged attacks a lightning rail, intent on stealing something in one of the cargo carriages."]],"name":"Lord of Blades NPCs","page":214,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lord of Blades Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A newly awakened {@item docent|ERLW} (see {@book chapter 5|ERLW|12}) tells its new owner that {@creature the Lord of Blades|ERLW} is the only hope for averting a coming catastrophe."],["2","A military officer hires the characters to retrace the steps of a lost scouting party into the Mournland and rescue the commander, who is the officer's son."],["3","Warforged go missing over the course of several weeks; then one resurfaces, badly damaged and raving about {@creature the Lord of Blades|ERLW}."],["4","Characters strike out into a ruin held by {@creature the Lord of Blades|ERLW} and recover a lost relic that has resurfaced in the possession of warforged soldiers."],["5","A warforged accused of murdering several members of their mercenary company claims to have no memory of the night in question."],["6","The characters are met by a warforged who delivers a written summons from {@creature the Lord of Blades|ERLW} himself."]],"name":"Lord of Blades Adventure Hooks","page":214,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Demon Ruin Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Make a desperate request for aid from a Lord of Dust who is, by all accounts, an enemy of the characters' adversary."],["2","Escort an innocent who is prophesied to destroy the Lord of Dust to the ruin, and there confront the fiend."],["3","Carry an artifact to the river of black lava that runs through the demon ruin, which is the only place where the item can be truly destroyed."],["4","Gather obsidian shards from the ruin as components for a rare spell."]],"name":"Demon Ruin Adventures","page":215,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lords of Dust NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A virtuous paladin is hunting and destroying those who might one day thwart the Lords of Dust."],["2","A possessed lord or lady spreads corruption throughout the noble house."],["3","A wizard who sought to accelerate their own power by making a dark bargain must now pay the price demanded by their sinister patron."],["4","A powerful demon has corrupted the local ruler in the name of its overlord."],["5","A {@creature succubus} or {@creature incubus} tempts a mercenary warlord to engage in greater and greater battles."],["6","One of the characters' most trusted allies or servants turns out to be a {@creature rakshasa} in disguise."]],"name":"Lords of Dust NPCs","page":215,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lords of Dust Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A retainer who died recently shows up again, as if nothing happened and with no memory of having \"died,\" or of the events immediately preceding their supposed demise."],["2","Agents of the Chamber show up intent on murdering the characters, because their recent actions have unwittingly been at the behest of a Lord of Dust and have twisted a portion of the Prophecy."],["3","A trusted mentor changes their tune abruptly and begins sending the characters on unusual tasks."],["4","Everyone the characters used to deal with in town suddenly acts as if they've never seen the characters before."],["5","Increasingly vicious fiends attack the camp every few nights."],["6","Agents of a Lord of Dust apologetically kidnap a character's loved one, politely requesting that the character perform a series of favors to secure the hostage's release."]],"name":"Lords of Dust Adventure Hooks","page":217,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Unusual Locations","colLabels":["d6","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pool of glowing water sits in the middle of a ruined and abandoned village. Anyone who looks into the water sees brief reflections of the long-dead villagers going about their lives in harmony and joy."],["2","In the middle of the wreckage of a carnival stands a perfectly preserved carousel. If the carousel is ridden, the characters doing so see visions of Cyre as it was before the Last War."],["3","All the trees and plants in a forest have been turned to objects of glossy white stone with blood-red flecks."],["4","The battlefield before the characters contains no bodies, only the clothing and weapons of thousands of missing soldiers."],["5","The broken bodies of soldiers lie scattered across a battlefield, refusing to decompose."],["6","The characters find a fallen warforged colossus (described later in this section)."]],"name":"Unusual Locations","page":219,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Monstrous Mutations","colLabels":["d6","Mutation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature has grown to an unusual size. You can either set its new size and alter its statistics using the guidelines in the {@book Dungeon Master's Guide|DMG}, or apply the enlarge effect of the {@spell enlarge/reduce} spell to it."],["2","The creature has developed magical camouflage. It gains proficiency in the {@skill Stealth} skill, and it has the Chameleon Skin trait: it has advantage on Dexterity ({@skill Stealth}) checks made to hide."],["3","The creature's body has been infused with one kind of energy: acid, cold, fire, or lightning (your choice, or determine randomly). Its melee attacks deal an extra {@dice 1d6} damage of that type, and it has the Elemental Body trait: a creature that touches it or hits it with a melee attack while within 5 feet of it takes 5 ({@dice 1d10}) damage of that type. You can adjust these damage numbers to suit the creature's challenge rating."],["4","The creature has the Magic Resistance trait: it has advantage on saving throws against spells and other magical effects."],["5","The creature has a supernatural ability to heal its wounds. It has the Regeneration trait: it regains hit points at the start of its turn equal to the maximum value of one of its Hit Dice. If it takes acid or fire damage, this trait doesn't function at the start of the creature's next turn. (A particular creature might be susceptible to different damage types.) The creature dies only if it starts its turn with 0 hit points and doesn't regenerate."],["6","The creature has two heads. If it has a bite attack, it can use Multiattack as an action to make two bite attacks. (If it already has Multiattack, it adds a bite attack to its attack routine.) It also gains the Two Heads trait: it has advantage on Wisdom ({@skill Perception}) checks and on saving throws against being {@condition blinded}, {@condition charmed}, {@condition deafened}, {@condition frightened}, {@condition stunned}, and knocked {@condition unconscious}."]],"name":"Creatures of the Mournland; Monstrous Mutations","page":219,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Environmental Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Healing spells are impeded here. Any spell that restores hit points does so as if it were cast at a level one lower than the spell slot expended. A spell cast using a 1st-level slot restores no hit points."],["2","A character who casts a spell must make a Constitution saving throw against the character's own spell save DC. On a failed save, the character takes psychic damage equal to the spell's level and gains one level of {@condition exhaustion}."],["3","Any Medium humanoid that dies in the area reanimates as a {@creature zombie} at the start of its next turn. The zombie is under the DM's control."],["4","The area is affected by a {@spell silence} spell."],["5","Each creature that enters the area is affected by an {@spell enlarge/reduce} spell, with an equal chance for each effect. The effect lasts until the creature leaves the area."],["6","The pull of gravity is lessened. Creatures can jump twice the normal distance in any direction, and everything effectively weighs half its actual weight."],["7","All creatures are linked to every other creature in the area as if by the {@spell telepathy} spell."],["8","A creature that casts a spell of 1st level or higher in the area rolls on the {@table Wild Magic Surge|PHB} table in chapter 3 of the {@book Player's Handbook|PHB}."]],"name":"Magical Effects; Environmental Effects","page":220,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature The Lord of Blades|ERLW} maintains a detention center where experiments are performed on adventurers and scavengers that his forces capture in the Mournland."],["2","The leader of a cult devoted to {@creature Belashyrra|ERLW}, the Lord of Eyes, uses daelkyr-made tentacles to tear out the eyes of victims and attaches them to members of the cult."],["3","A powerful member of House Cannith hopes to find something in the Mournland that will guarantee the ascendancy of her branch of the house."],["4","A Karrnathi {@creature bone knight|ERLW} (see {@book chapter 6|ERLW|13}) wants to raise up an undead army from the corpses in the Mournland."],["5","A {@creature rakshasa} works to free a fiendish overlord trapped in a whirlwind of stone and sand somewhere in the Mournland."],["6","A servant of the Lords of Dust maintains an extensive collection of severed heads and continues to draw on the knowledge in their brains."]],"name":"Mournland Villains","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Gatekeeper druid wants a rock sample from the Glass Plateau."],["2","A magewright from House Cannith wants the party to escort him to a {@book warforged colossus|ERLW|10|Warforged Colossus}. The magewright wants to retrieve the docent network from the colossus before an unscrupulous House Phiarlan operative does so."],["3","On her deathbed, the visionary artist who designed the lightning rail station at Metrol reveals that she hid a treasure map within a lamp in her old office."],["4","A wealthy eccentric asks the party to go into the Mournland and retrieve his most prized possession (a letter from a lover, a mechanical caterpillar, or anything else you devise) from his mansion."],["5","A young Cyran paladin is morose because she was away from Cyre on a mission when the Day of Mourning occurred and never got to say goodbye to her family. She longs to retrieve her father's sword."],["6","An elderly knight is strapping on his armor one last time so he can ride into the Mournland and die on the battlefield where his companions perished and \"where I should have been.\""]],"name":"Adventures and Encounters; Mournland Adventure Hooks","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party meets flickering images of their future selves who are trying desperately to communicate, but their message is garbled."],["2","The party encounters a {@creature revenant} who was murdered by House Cannith assassins after she learned too much about the house's secret research. The characters can appease her by promising to help her get revenge."],["3","A tiny kitten mews from inside a hollow log. Within a few hours after being freed, it grows into an adult {@creature displacer beast}."],["4","The apparition of a parent searches for their lost child. As soon as the two are reunited, parent and spirit child both vanish."],["5","The mist congeals into the form of a long-lost love of one of the adventurers. The mist apparition (use the {@creature ghost} stat block) wants the character to stay here forever."],["6","The characters come across the skull of a buried warforged colossus."]],"name":"Encounters and Trinkets; Mournland Encounters","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Trinkets","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The favorite childhood toy of one of the adventurers, floating in midair"],["2","A tin whistle that makes beautiful colors and patterns magically appear when it's played"],["3","A toy lightning rail car"],["4","A glass eye"],["5","A silver lapel pin of a finely detailed gorgon's head with ruby eyes"],["6","A monocle that can be used as a telescope"],["7","A six-inch-tall mechanical marmoset in need of minor repairs"],["8","A small medallion made of silver, depicting a tower with an eye at the top of it and other smaller eyes embedded in the sides"],["9","A cloak pin made of iron in the shape of two hammers joined by a semicircular haft"],["10","A wooden dinosaur toy that has movable legs"]],"name":"Encounters and Trinkets; Mournland Trinkets","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Library Vault Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Destroy a scroll containing an incantation that allows even non-spellcasters to animate the dead."],["2","Steal the journal of a powerful necromancer that's being held in the vault's collection."],["3","Trade a powerful dark magic weapon in return for the rescue of important hostages taken by the order."],["4","Steal a suit of armor that contains the soul of a hero slain during the Last War."],["5","Search the collection for information on the Queen of the Dead, or \"{@creature Lady Illmarrow|ERLW},\" as she is known."],["6","Infiltrate the vault to get close to a new Emerald Claw recruit, then convince them to come to their senses and return to their family."]],"name":"Library Vault Adventures","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Emerald Claw NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Though mortal, this fanatical warrior drinks the blood of those he slays in battle."],["2","A cleric tries to convince her enemies to embrace the order, promising eternal life through undeath."],["3","A noble with sympathies toward the order hides a cell's library vault within the grounds of their estate."],["4","A suave vampire would rather charm its enemies than crush them in battle."],["5","An artificer is obsessed with infusing necromantic curses into their construct creations."],["6","A changeling necromancer often poses as a vampire or a mummy, even though it's still alive."]],"name":"Order of the Emerald Claw NPCs; Emerald Claw NPCs","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Emerald Claw Adventure Hooks","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","What at first appears to be a renegade group of Aundairian soldiers turn out to be undead under the order's control."],["2","The order strikes at a small keep, demanding the inhabitants surrender a particular volume from their library."],["3","Investigating strange lights and sounds emanating from a crypt in the dead of night reveals the Emerald Claw experimenting on the corpses within."],["4","The Emerald Claw violates graves near a small village, animating the corpses into undead laborers to help build an eldritch machine."],["5","The Emerald Claw claims a village's town hall for its own use, and any who come near are attacked. The sounds of torture ring out from within the building."],["6","Investigating disappearances among an elf community reveals that the Order of the Emerald Claw has been attempting to inscribe something like a dragonmark in their skin, then reanimating the failed experiments as zombies."],["7","While searching for a magic item in Dhakaani ruins across southern Khorvaire, the characters discover that Emerald Claw agents are looking for the same thing and seem to have access to information the adventurers lack."],["8","A large force of Emerald Claw knights offers the characters a choice: join the order, or submit themselves to death and an eternity of servitude from beyond the grave."]],"name":"Emerald Claw Adventure Hooks","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Daanvi Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","People who live in the manifest zone are inclined to follow duly enacted regulations without question, regardless of moral implications."],["2","Creatures can't tell deliberate lies while in the area."],["3","Flora and fauna are preternaturally orderly and homogeneous. Trees here grow in neat rows without needing to be tended, rocks are situated in geometric patterns, and identical cattle graze in unison."],["4","A contingent of modrons is methodically deconstructing and reorganizing the zone, heedless of their effect on the other inhabitants."]],"name":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Dolurrh Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bodies buried here reanimate in {@dice 1d4} days, possessed by restless spirits. These spirits might be malevolent or benign."],["2","Any necromancy spell of 1st level or higher cast within the zone is treated as if it were cast at a level one higher than the spell slot that was expended."],["3","Spells and abilities that raise the dead have a {@chance 50|50 percent} chance to bring back {@dice 1d4} angry spirits as well. These might be banshees, ghosts, shadows, specters, wraiths, or other incorporeal undead."],["4","In order to cast a spell of 1st level or higher in the zone, the caster must succeed on a Constitution check with a DC equal to 10 + the level of the spell. On a failed check, the spell is not cast and its spell slot is not expended, but the action is lost."]],"name":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Fernia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that deal fire damage are empowered here. Such a spell of 1st level or higher cast within the zone deals fire damage as if it were cast at a level one higher than the spell slot that was expended."],["2","Weapons and armor with unusual abilities can be forged here, though their enchantments are not always stable."],["3","The area is dotted with pools of molten earth and fissures of scalding water, from which mephits and elementals emerge with regularity."],["4","Motes of {@spell continual flame} are spontaneously generated in this region, typically attached to some vegetation or minerals from the area. These flames persist even if they are removed from the region."]],"name":"Fernia, the Sea of Fire; Fernia Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Irian Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The waters of a spring hold curative powers—curing disease, healing wounds, even restoring lost senses."],["2","Clusters of radiant crystals sprout from the earth. A spell of 1st level or higher cast within 30 feet of these crystals, if it restores hit points or deals radiant damage, is treated as if it were cast at a level one higher than the spell slot that was expended."],["3","A maple tree with translucent, violet-hued bark and shimmering leaves grows in the heart of a swamp. Creatures that live near it age very slowly."],["4","Undead within the zone have disadvantage on attack rolls, ability checks, and saving throws."]],"name":"Irian, the Eternal Dawn; Irian Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Kythri Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The earth here is highly changeable and unstable. A creature that succeeds on a DC 14 Wisdom ({@skill Nature}) check as an action can alter a 20-by-20-foot square of terrain in some way. For example, they might choose to turn the earth to mud, cause stony spikes to erupt from the soil, or warp local plant life. Failing the check causes random, uncontrolled effects."],["2","Fabulous formations of precariously balancing rocks dot these badlands. They randomly collapse, only to slowly reassemble over the course of days."],["3","Packs of slaadi erupt from inside a local cave networks at random intervals, terrorizing travelers."],["4","Any spell that deals acid, cold, fire, force, lightning, or thunder damage cast within the zone instead deals one of those damage types determined at random."]],"name":"Kythri, the Churning Chaos; Kythri Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lamannia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that summon elementals are empowered here. Such a spell of 1st level or higher cast within the zone is treated as if it were cast at a level one higher than the spell slot that was expended."],["2","The forces of nature work to tear down anything built within the zone. Weather, vegetation, and a rapid rate of decay combine to quickly destroy structures built in the region and overgrow the ruins."],["3","The zone is dominated by towering trees and thick undergrowth. Animals come from the surrounding area to live in the zone, where they grow larger and stronger than usual for their species."],["4","What appears to be a circle of stones is in truth a group of slumbering earth elementals that came from Lamannia during its most recent coterminous period."]],"name":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mabar Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Undead animated here have 2 extra hit points per Hit Die and make saving throws against being turned or {@condition frightened} with advantage."],["2","Vegetation here is sour and stunted, animals are stillborn or deformed, and a malaise hangs in the air."],["3","On nights during the month of Sypheros, when the Shadow Moon is dominant in the sky, horrific monsters stalk the area, prompting residents to leave offerings outside their doors to ward off the evil."],["4","The radius of any light source in the zone is halved, and saving throws against necromancy spells are made with disadvantage in the zone."]],"name":"Mabar, the Endless Night; Mabar Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Risia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that deal cold damage are empowered here. Such a spell of 1st level or higher cast within the zone deals cold damage as if it were cast at a level one higher than the spell slot that was expended."],["2","Veins of cobalt-blue ice run through a glacier in the area. If extracted, this ice maintains its temperature and doesn't melt. An object carved from it can function as a spellcasting focus for spells dealing with water or ice."],["3","Abominable yetis lair in a network of bitterly cold, frost-rimed caves in the mountains."],["4","Any spell that deals fire damage deals just half the normal damage."]],"name":"Risia, the Plain of Ice; Risia Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Shavarath Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blades crafted here have a reputation for being especially fine and sharp. When a creature in the zone scores a critical hit with an attack that deals piercing or slashing damage, the attack deals one additional die of damage."],["2","Blood spilled here never washes away. Any Charisma checks made in the zone to avoid hostility are made with disadvantage; Charisma checks made to encourage violence are always successful."],["3","Storms of whirling blades cut the sky during times of combat, randomly attacking the participants. The effect is the same as that of the {@spell cloud of daggers} spell, but the area and the damage might both increase."],["4","Devils, demons, and angels duel in the remains of a ruined fortress that serves as a portal to Shavarath."]],"name":"Shavarath, the Battleground; Shavarath Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Syrania Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","This zone suppresses all aggressive thought. Any creature that wants to make an attack or cast a damaging spell must succeed on a DC 13 Wisdom saving throw or it doesn't make the attack or cast the spell, but loses its action."],["2","Those with great will and fortitude who ascend a mountain peak in this area can try to bend the weather for miles around to their will, as if they had cast the {@spell control weather} spell."],["3","In this sun-dappled field, children—as well as free-spirited, childlike folk—find themselves able to fly for 1 hour."],["4","A village is built into the side of a cliff face here. Windmills protruding from the cliff collect energy from the power of the wind, which is used to operate elevators throughout the community."]],"name":"Syrania, the Azure Sky; Syrania Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Thelanis Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fey trees whose wood is imbued with magical properties grow here, along with a copse of guardian {@creature Treant||treants} and awakened flora."],["2","A circle of mushrooms serves as a portal to Thelanis when the proper offering is placed in its center."],["3","An eladrin commune that holds powerful esoteric knowledge is nestled in the depths of a forest inhabited by large numbers of {@creature Pixie||pixies}."],["4","The magic of the fey runs deep here. Saving throws against enchantment and illusion spells are made with disadvantage."]],"name":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features","page":232,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Xoriat Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Reality is frayed here. Casting any spell of 1st level or higher triggers a roll on the {@table Wild Magic Surge|PHB} table in chapter 3 of the {@book Player's Handbook|PHB}."],["2","A character must make a DC 14 Charisma saving throw at the end of each hour spent in this place. On a failed save, the character is afflicted with a random form of short-term madness (see {@book chapter 8|DMG|8|Madness} of the {@book Dungeon Master's Guide|DMG})."],["3","Residents of a settlement here display bizarre mutations and unsettling behavior. Visitors who stay too long develop odd characteristics as well."],["4","A cavern here is a cancerous tumor that issues forth aberrations to prey upon the world, and it is growing."]],"name":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features","page":232,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mysterious Passengers","colLabels":["d100","Passenger"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","A human merchant of obvious means seems to be deliberately drawing attention, loudly calling out their name and the time of day."],["03–04","Two shifters drinking and spoiling for a fight."],["05–06","A warforged quietly reads a book called {@i The Machine Manifesto}."],["07–08","A half-elf sits down, says, \"Beware—the wolf howls at midnight,\" and leaves without further comment."],["09–10","A gnome watches everyone carefully, writing down observations in a tiny orange book."],["11–12","A one-armed Brelish veteran verbally assaults any warforged he sees, blaming them for his injury."],["13–14","A well-dressed human sits awkwardly next to the wall, seemingly trying to avoid touching or being touched by anyone else."],["15–16","A cloaked figure moves slowly past, pausing briefly upon catching sight of the party."],["17–18","An acolyte of the Silver Flame preaches loudly in an attempt to convert an essentially captive audience."],["19–20","A destitute bard plays the harp with mediocre skill while asking for donations."],["21–22","A deaf couple communicate with each other by sign language, but suddenly stop when they notice they are being watched."],["23–24","A frail human with a small strongbox shackled to one of her wrists is in the company of two heavily armed half-orc bodyguards."],["25–26","Three hobgoblin mercenaries from House Deneith discuss their plans in their native tongue."],["27–28","A harried dwarf tries to keep three children corralled, but the oldest one keeps sneaking away."],["29–30","A bored changeling practices duplicating the faces of the guests. Not all of them are amused."],["31–32","A shifter glowers in a corner booth, looking angry at the world."],["33–34","A warforged bard uses its body as a percussion instrument to entertain the patrons."],["35–36","A dog with no apparent owner wanders around."],["37–38","Two Karrnathi soldiers seem extremely nervous and speak to no one."],["39–40","A halfling leads a tiny pet dinosaur on a leash, tugging at it whenever it tries to examine something."],["41–42","A half-orc sits with a small potted plant, whispering to it in Orc."],["43–44","A well-dressed dwarf wearing eight copper rings paces restlessly."],["45–46","A halfling from House Ghallanda offers food and drink to all passengers except elves or half-elves."],["47–48","An elf bard from House Phiarlan whispers conspiratorially with a member of the vehicle's crew."],["49–50","A kalashtar is trying too hard to pass as human, conspicuously and awkwardly using human slang."],["51–52","A young half-elf in adventuring garb weeps openly."],["53–54","A silver dragon in human form observes the interactions of the clientele, paying close attention to any dragonmarked characters."],["55–56","A House Cannith tinker examines the structure of the vehicle closely, looking concerned and asking questions about possible escape procedures."],["57–58","A one-eyed human (actually an Inspired agent of the Dreaming Dark) watches everyone carefully."],["59–60","A disheveled human magewright offers meager magical skills in return for food or spare coins."],["61–62","A warforged leaning on a wooden staff carries on a conversation with the docent attached to its chest."],["63–64","A human pickpocket circulates among the passengers, looking for another victim."],["65–66","A human from Aundair obsessively checks and rechecks their traveling papers."],["67–68","An artificer tinkers with a new invention."],["69–70","An attractive half-elf makes advances toward a number of other passengers."],["71–72","An apprentice wizard draws arcane symbols on the window, glaring at anyone who interrupts."],["73–74","A dwarf with a bandaged wound checks it repeatedly, occasionally pouring whiskey on it and wincing."],["75–76","A young, red-haired human flirtatiously tries to get other passengers to buy drinks."],["77–78","An Aerenal elf sits silently, trying to ignore the stares of other passengers."],["79–80","A disheveled old human loudly proclaims that the end of the world is nigh, according to the dragons."],["81–82","A human child is apparently traveling with no parent or guardian."],["83–84","A nervous goblin holds traveling papers out to anyone passing by, as if expecting to be challenged at any moment."],["85–86","Four kalashtar monks meditate, burning incense and chanting quietly."],["87–88","A rogue tries to swindle other passengers by using marked cards."],["89–90","A House Tharashk inquisitive examines the floor of the vessel very carefully, offering no explanation."],["91–92","A group of unremarkable farmers are transporting a strange device that bears Draconic runes."],["93–94","A cleric of the Sovereign Host seems annoyed and is rude to several pious passengers who ask for blessings."],["95–96","An older human reads the {@i Korranberg Chronicle}, loudly proclaiming outrage at every story."],["97–98","Roll again; the travelers are one or more changelings appearing to be whatever the second roll indicates."],["99–00","Roll twice more; the two travelers indicated are about to come to a very obvious conflict of some kind (verbal or physical)."]],"name":"Mysterious Passengers","page":238,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Inn Attractions","colLabels":["d6","Attraction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The bartender is a changeling who is always mimicking the patrons for a laugh."],["2","The innkeeper is 7 feet tall, claiming to have grown 2 feet after venturing into the mist of the Mournland."],["3","Rumor has it that the innkeeper here is a gold dragon cloaked in a humanoid guise."],["4","This inn is haunted by a ghost who loves to sit by the fireplace and tell stories—but it has been accused of more sinister activities once the fire burns down to embers and the guests are in their beds."],["5","The inn has a {@creature blink dog} that wanders around with her five pups, all of them eager for attention and treats."],["6","This inn offers \"the true Talenta experience\"—the halfling family that runs it keeps pet dinosaurs."]],"name":"Inn Attractions","page":239,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Life in the City","colLabels":["d6","Adventure Seed"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A homicidal changeling has killed two members of different dragonmarked houses, and doesn't plan to stop until one heir from each of the dragonmarked houses is dead."],["2","A jeweled statuette has fallen into the hands of House Tarkanan, and a powerful member of the Aurum will stop at nothing to obtain it. The statuette's real worth lies in the secret plans hidden inside it."],["3","A Karrnathi undead soldier troubled by sporadic memories of his former life is trying to locate his wife and family, who have fled Karrnath and now live somewhere in the lower districts of Sharn."],["4","A shifter shopkeeper in Lower Northedge is being harassed by ruffians who believe that she and her family are lycanthropes."],["5","A dragonmarked baron is found dead in her Upper Central mansion, seemingly a victim of some sort of ritual slaying. Outside help is needed to solve this delicate matter."],["6","A {@creature radiant idol|ERLW} (see {@book chapter 6|ERLW|13}) has formed a cult that attracts professors and staff of Morgrave University, promising them knowledge beyond imagining in exchange for their worship."]],"name":"Adventures in Sharn; Life in the City","page":239,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Home Base","colLabels":["d12","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Drunken Dragon (Clifftop, Upper Dura) is a tavern frequented by members of the Clifftop Adventurer's Guild. It has a wide selection of spirits, and its walls are covered with adventuring trophies. The owner, a middle-aged halfling named Hascal d'Ghallanda, is a former adventurer who lost an eye and a leg in Xen'drik; he always has a story to share."],["2","The Anvil (Callestan, Lower Dura) was one of the first Ghallanda halls in Sharn. Its glory days are long past, but the young innkeeper, Eranna d'Ghallanda, is determined to keep it alive. The Anvil is frequented by members of the Boromar Clan and is a good choice if one of the player characters has ties to this group."],["3","The Dezina Museum of Antiquities (University, Upper Menthis) is attached to the library of Morgrave University. The museum has a remarkable collection of relics, but it's always looking for more. The curator is an elf named Emeron Sennared. He might be a personal friend or former teacher of one of the adventurers, or simply one who indulges their enthusiasm for antiquities and exotic locations."],["4","Coldflame Keep (High Hope, Middle Northedge) is a garrison church dedicated to the Silver Flame. Once it supported a troop of templars, but it was largely abandoned during the war and now maintains a minimal staff. The priest, Mazin Tana, is a faithful servant of the Silver Flame and will provide modest food and lodging to adventurers who are trying to make the city a better place."],["5","The Red Hammer (Blackbones, the Cogs) caters to warforged. It is run by two warforged, the envoy Blue and a juggernaut named Crucible. Although this place is a haven for warforged, other humanoids are allowed inside if their warforged allies vouch for them."],["6","A Gold Dragon Inn (described earlier in this chapter) operated by House Ghallanda and located in almost any part of Sharn."],["7","The district of Fallen (Lower Dura) was abandoned after a floating tower fell on it. The adventurers might have taken over an old temple or tavern on the edge of the district."],["8","An abandoned bell tower, which could be anywhere in the city. The spells that drove the massive mechanism failed long ago."],["9","An abandoned library, damaged during the war or thought to be cursed or haunted."],["10","A shuttered tavern, which is a failed business tied to the family of one of the adventurers."],["11","If one of the adventurers is a noble, the characters' base of operations is in the basement of the family estate or a tower apartment owned (but not currently used) by a dotty old aunt."],["12","A ramshackle skycoach tethered to a condemned tower on the edge of the city."]],"name":"What Happens Next?; Home Base","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Lower Sharn Street Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","A {@creature minotaur} holding a large piece of wood that could serve as a maul approaches you and politely asks if you have any copper to spare."],["03–04","Down a nearby alleyway, a dwarf punches a {@creature goblin} in the stomach, then walks away laughing."],["05–08","A thin human child has been following you, but never gets too close. She keeps coughing, and you can see red marks on her neck that might be an aberrant dragonmark."],["09–10","A human {@creature priest} of Boldrei wheels a cart of bread loaves through the city, giving food to the homeless."],["11–15","A {@creature goblin} pushing a cart of rusty weapons and broken clay pots calls out, \"Real artifacts of ancient Dhakaan for sale! Recovered from the ruins below!\""],["16–18","A man dressed in the livery of House Vadalis descends a tower wall mounted on the back of a {@creature giant spider}. He shouts, \"Need a ride? No faster way to get to the middle and upper wards! Reasonable rates!\""],["19–22","An {@creature ogre} eating several rats on a skewer spits out a rodent skull at your feet."],["23–26","A playful stray {@creature mastiff} wags its tail as it approaches, drops a very large egg at your feet, and looks up expectantly."],["27–30","A small, jovial crowd gathers around a {@creature goblin} and a {@creature kobold} that are getting ready to have an arm wrestling match. A dwarf calls for the crowd to place their bets."],["31–34","Three {@creature Harpy||harpies} fly through the streets singing a jolly drinking song. Each carries a bucket around her neck, and passersby occasionally drop coins in one."],["35–38","A human woman and a warforged with a silvered body are walking down the street together. They're too well dressed for this district, and are looking around as if lost."],["39–42","A Khoravar half-elf in the robes of an oracle approaches and promises to give you the answer to all of life's problems for 42 copper crowns."],["43–44","A human and an elf kiss passionately in an alley near your path. They notice you and quickly move apart."],["45–46","Three shifter children run by you, yelling and chasing each other with wooden swords. They duck into a boarded-up building."],["47–48","\"Stop her! She stole my necklace!\" a priest of the Sovereign Host cries, pointing to a grimy halfling clutching a silver chain and climbing up the side of a tower."],["49–50","A young woman using a crutch and missing a leg approaches, asking if you can spare any coin to help a Brelish veteran of the Last War."],["51–52","Cries of alarm fill the street as a wooden crate from somewhere above crashes down into the lower city."],["53–56","A splash of unidentified, putrid liquid falls from above, soaking you."],["57–60","The generally unpleasant smell of the lower wards is pierced by the scent of something delicious being baked nearby."],["61–62","A gnome sits at a table with a sign attached to it that reads, \"I say Breland would have won the Last War. Change my mind.\""],["63–64","Two {@creature changeling|ERLW|changelings} sit on a bench in front of a tavern, sharing a flask. They take turns changing their forms into the people who enter and exit the building."],["65–66","A human woman shouts at a group of Cyran refugees, \"Go home! Stop taking our jobs. Let the Mournland have you!\""],["67–68","A group of students from Morgrave University moves through the street, asking for directions to Dragoneyes."],["69–72","You turn down an empty street. A door suddenly materializes on a nearby building that previously showed no entrances."],["73–74","Faded graffiti on a wall reads, \"Need someone knifed? Tarkanan's got you covered!\""],["75–76","A crowd gathers around a {@creature kobold} playing a pan flute and leading a group of rats in a merry dance."],["77–80","Four {@creature Orc||orcs} jab at an {@creature ochre jelly} with long staffs, trying to herd the ooze into the sewers."],["81–82","Several Cyran refugees are gathered in a circle, singing a haunting song."],["83–84","An old {@creature goblin} offers to pierce your ears or nose for 5 copper crowns. She claims, \"It will be painless. I know magic!\""],["85–86","A figure in red robes preaches, \"The Last War was not the last! As long as the monarchy rules in Breland, another war is inevitable. Rise up!\""],["87–90","A member of the Sharn Watch looks uncomfortable as she wanders the street. It's clear she doesn't come down here often."],["91–92","Two humans run into an alley, drawing daggers as they go."],["93–94","Two drunken humans exit a tavern singing a Karrnathi battle hymn. Another human shouts at them to \"shut up or get shut up.\" The drunken pair sings louder in response."],["95–96","Two children reeking of sewage argue over who gets to wear a shiny helmet that sits on the ground between them."],["97–00","You find a pamphlet on the ground advertising the Silvermist Theater. Someone has scrawled on it, \"The real party is in the basement.\""]],"name":"What Happens Next?; Lower Sharn Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Upper Sharn Street Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","A group of adventurers approaches, telling you to move along and stop trying to steal their business. (If the characters belong to the Deathsgate Guild or the Clifftop Adventurer's Guild, these could be members of the rival guild.)"],["04–06","Outside a House Kundarak bank, a human noble screams at a dragonmarked dwarf, \"What do you mean it's lost?\""],["07–09","A {@creature priest} of Kol Korran preaches to a crowd, saying, \"The best way to invest in yourself is to invest in your gods.\""],["10–12","An elf riding a {@creature pegasus} with bulging saddlebags asks you for directions to the Aurora Gallery."],["13–15","Two drunk dwarves pass a bottle of spirits back and forth and sing a bawdy song. Passersby are mortified."],["16–18","Two {@creature kalashtar|ERLW} play dragonchess at an outdoor table. They move pieces without touching them."],["19–21","A halfling chef stands in a large skycoach that is equipped with a stove, oven, and washbasin. Several spectral hands prepare and plate food as the chef serves a party of smiling customers."],["22–25","A {@creature harpy} decked out in colorful ribbons flies overhead, calling, \"Get the best deals on adventuring gear at Old Claggin's in Clifftop.\""],["26–29","Some Morgrave students follow their dwarf professor onto a lift as she says, \"Next stop: the Cogs!\""],["30–32","An out-of-breath gnome carrying bagpipes asks you for directions to Kavarrah Concert Hall."],["33–35","A flustered gnome carries a stack of papers taller than he is—unaware of the plume of smoke coming from inside a scroll case slung on his back."],["36–38","You walk by a shirtless elf tattooed from head to waist with images of dragons battling each other."],["39–40","A groomed {@creature hobgoblin} wearing a jeweled vest approaches you and says, \"Ah! Adventurers. Any interest in securing some Dhakaani relics for me?\""],["41–42","Someone has painted, \"The crown dies with Boranel!\" across the gates of a noble's mansion. A member of the Sharn Watch is talking to the household staff."],["43–44","A {@creature magewright|ERLW} offers to shine your shoes instantly with magic for 2 gold galifars, saying, \"You can't be seen with those dirty things up here.\""],["45–46","A human wearing the livery of House Vadalis struggles to carry a 3-foot-tall speckled blue egg down the street."],["47–48","An aasimar oracle approaches and promises to give you the answer to all the problems that ever existed for 42 gold galifars."],["49–51","A {@creature shifter|ERLW} with flowers in her hair and a wand in her hand offers to magically gild any item of clothing you wear for 20 gold galifars."],["52–54","Four warforged work together to operate an enormous tarrasque puppet as publicity for a new play at the Art Temple."],["55–57","A horrified crowd is gathered around a burning effigy of King Boranel. No one claims responsibility for the act."],["58–60","A human {@creature noble} is berating a warforged servant for losing her invitation to the next Tain Gala."],["61–63","A young {@creature noble} proposes to his boyfriend in a beautiful garden on a tower balcony. Nearby, a {@creature changeling|ERLW} looks on in tears."],["64–66","You walk down a path lined with trees on which are growing candy-coated apples."],["67–70","Three children sparring with wooden swords play dangerously close to the edge of a bridge."],["71–73","A {@creature kalashtar|ERLW} on the street approaches you, saying, \"I can help you talk with the dead. Is there anyone you miss?\""],["74–76","An artist offers to draw caricatures of everyone in your group at the same time by using several magically animated quills."],["77–80","You approach a fresco painted on the ground that depicts King Boranel ir'Wynarn. As you get closer, the fresco speaks, delivering an inspiring line taken from one of the king's speeches."],["81–82","A dragonborn standing near several soarsleds offers you a tour of upper Sharn's most impressive mansions."],["83–84","Two {@creature Noble||nobles}, one Aundairian and one Brelish, heatedly debate which of their countries would have won the war had it been fought to a conclusion."],["85–86","A gilded warforged plays a sad song on a trumpet, honoring those who fell during the Last War."],["87–88","A group of well-outfitted adventurers snicker and whisper to each other as you pass."],["89–90","You turn a corner and notice a shifter who immediately puts her hands in her pockets and starts whistling, obviously trying to act inconspicuous."],["91–92","A {@creature pseudodragon} flies out of a nearby bush. As the playful creature licks your faces, you notice it wears a collar engraved with the letter M."],["93–94","You walk past a placid pond in a small park filled with colorful fish. An attendant removes dead fish from the water with a net."],["95–96","You come near a mansion, and an illusion of an old man dressed in noble finery appears. \"Get off my lawn!\" the figure gripes."],["97–98","An elf child with a {@creature faerie dragon (red)||faerie dragon} on a leash walks toward you and asks if you'd like to touch the exotic pet."],["99–00","You find a small brass key on the ground that glows blue whenever it is touched."]],"name":"What Happens Next?; Upper Sharn Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Skyway Street Events","colLabels":["d12","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A few {@creature Gargoyle||gargoyles} perch on a mansion's walls. They're seemingly there for security, but they offer lively commentary about everyone who passes by."],["2","A {@creature noble} with auburn hair held in a silver diadem holds a darkwood staff encrusted with dragonshards, and taps it impatiently while waiting for a skycoach."],["3","You pass by a hope well. Supposedly, any coins you throw in the well are gathered and transported down to help the troubled people of the lower wards."],["4","\"Make way! Make way!\" A boy clears a path for a jewel-encrusted warforged wearing a lavish fur cloak."],["5","You come upon a fountain of cold fire. In the center, a brass dragon spits brilliant flames into the air, and they spill down and out into the surrounding pool."],["6","A team of handlers from House Vadalis walk alongside a small {@creature gelatinous cube}. \"We're trying it out, seeing if it can help keep things clean,\" they say."],["7","A {@creature magewright|ERLW} offers to use a simple charm to polish the coins in your purse for just 3 copper crowns. \"We wouldn't want anyone here to get grime on their gloves from handling those filthy coins of yours from the lower wards.\""],["8","A tour group pauses to marvel at a mansion."],["9","A large statue commemorates Lord Dalian ir'Tain, a noble philanthropist lost at sea at the end of the Last War. He holds a spyglass in one hand and a miniature dragon turtle in the other."],["10","A warforged with roses twined around her limbs offers to sell you a bouquet for five silver sovereigns."],["11","It starts to drizzle. A well-dressed half-elf glares at the sky and snaps his fingers. The rain immediately stops."],["12","A member of the Sharn Watch stops you. \"Can I help you? Are you sure you're in the right ward?\""]],"name":"What Happens Next?; Skyway Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Heights Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pose as House Tarkanan operatives to capture a wanted criminal with an aberrant dragonmark. The criminal is waiting on a bridge for his House Tarkanan escort to arrive."],["2","Obtain a satchel of evidence obtained by a goblin who has infiltrated Daask. The goblin, who is working with the Boromar Clan or the Sharn Watch to take down key Daask operatives, is waiting on a bridge."],["3","Break into a building connected to Sharn heights to steal something valuable."],["4","Stop a crooked Sharn Watch official who is trying to reach a skycoach and flee the city to escape arrest."]],"name":"Sharn Heights Adventures","page":244,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Criminal Organizations in Sharn","colLabels":["Organization","Description"],"colStyles":["col-2","col-10"],"rows":[["The Boromar Clan","Influential criminal syndicate founded by Talenta halflings, with blood ties to House Jorasco"],["Daask","Violent monsters and thugs loyal to Droaam and answerable to Sora Katra"],["House Tarkanan","Enemies of the dragonmarked houses dedicated to protecting and training individuals with aberrant dragonmarks"],["The Tyrants","Evil-minded changelings interested in gathering secrets and using them for all sorts of nefarious purposes"]],"name":"Crime in Sharn; Criminal Organizations in Sharn","page":245,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Street Gangs","colLabels":["Gang","Description"],"colStyles":["col-2","col-10"],"rows":[["The Broken Mirror","Khoravar half-elves who often target elves with acts of violence, frequently disfiguring their victims"],["The Brokenbridge Brawlers","Brelish veterans who antagonize Cyrans and former soldiers from other nations"],["The Eyes","Collection of odd individuals who paint symbolic eyes on their clothing and armor and claim to see things others cannot (in fact, they are a cult dedicated to the daelkyr {@creature Belashyrra|ERLW} and serve a hidden beholder)"],["The Five Faces","Changeling pickpockets who work Middle Menthis"],["The Gremlins","Gnomes and halflings who specialize in illusion magic"],["The Little Fingers","Child pickpockets active in Middle Dura (their leaders are adult halflings loosely allied with the Boromar Clan)"],["The Mourners","Cyran veterans who present themselves as a vigilante militia that protects Cyran refugees, but some say they're just pursuing selfish interests"],["Muut","Bugbears in Lower Dura who have been \"protecting\" Malleon's Gate for decades (recently they've aligned with Daask, but their focus is their home district)"],["The Quiet Folk","Goblins who live in the sewers below Tavick's Landing and avoid violence, using stealth and knowledge of the sewers to pull off their thievery"],["The Red Jackals","Primarily shifters and half-orcs who live in the sewers below Menthis and clash with anyone who invades their territory"]],"name":"Crime in Sharn; Street Gangs","page":245,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Shady Nightclub Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Get accepted into a private high-stakes card game, and try to win the grand prize."],["2","Find out which Sharn Watch captain has a private meeting with a Boromar fence, and steal whatever the captain is buying."],["3","Track down a missing noble hunted by assassins."],["4","Steal a hidden stash of dreamlily."],["5","Broker a deal with the Boromars on behalf of a city councilor who's too scared to face the family in person."],["6","Find evidence that could be used to blackmail a member of a dragonmarked house."]],"name":"Shady Nightclub Adventures","page":247,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A halfling dreamlily dealer (an excoriate of House Ghallanda) smooth-talks new customers into sampling her wares. If pressed, she can call in favors from a number of dangerous clients."],["2","A judge known as \"the Turnkey\" always rules in favor of Boromar Clan members."],["3","A halfling pickpocket using alter self to pose as a child of another race plants contraband on people the Boromars are trying to frame."],["4","A Boromar rogue has kidnapped the child of a strongly anti-Boromar city councilor."],["5","A kalashtar psychic serves the clan by detecting thoughts that suggest possibilities for blackmail. What stray thought might they pick up from an adventurer?"],["6","A Boromar smuggler is bringing unstable explosives or an especially addictive form of dreamlily into Sharn, and innocents are being hurt."]],"name":"Boromar Villains","page":247,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Clan Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find evidence of an affair between two members of different dragonmarked houses."],["2","Collect from a fence who is late with a payment."],["3","Steal the bank records of a city councilor."],["4","Convince a Sharn Watch captain to aggressively root out Daask operatives."],["5","Retrieve a package of dreamlily that has gone astray."],["6","Discover the location of a Daask safe house."]],"name":"Boromar Clan Campaign Themes; Boromar Clan Assignments","page":249,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Clan Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Daask forces capture Boromar family members who are visiting Sharn from the Talenta Plains. The Boromars offer a reward for the safe return of their family and a larger reward for the kidnappers' heads, leading to gang violence in the streets."],["2","A beloved Sharn Watch captain who openly spoke out against the Boromar Clan disappears. The Boromars claim they had nothing to do with it, but some Sharn Watch members use the incident as an excuse to go after the organization."],["3","A changeling stole a smuggled artifact of great value from the Boromar Clan. Boromar enforcers shake down people all over Sharn to find it, and clan leaders consider going to war with the Tyrants."],["4","The Boromars stage a festival in Callestan for Saidan's birthday. All of the family's allies will be there, creating opportunities for espionage and assassination."]],"name":"Boromar Clan Adventure Hooks","page":249,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Cog Hub Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Obtain samples of dragon's blood hidden in the Cog hub."],["2","Infiltrate a Daask meeting to discover the next Boromar Clan holding they plan to target."],["3","Capture a Daask worg and replace it with a worg loyal to the Boromar Clan."],["4","Sniff out a traitor among Daask lieutenants."],["5","Escape the Cog hub after being captured by Daask forces."],["6","Kick out squatters to get the Cog hub ready to serve as a Daask safe house."],["7","Assault Daask members meeting in the Cog hub to disrupt the organization."],["8","Defend a Daask Cog hub from a Boromar Clan attack."],["9","Rescue an injured Daask soldier hidden inside a Cog hub that has been taken over by the Boromar Clan."],["10","Place a lethal trap in a Cog hub, to be triggered the next time Daask forces enter the place."]],"name":"Cog Hub Adventures","page":250,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Several {@creature Harpy||harpies} travel to the upper wards and use their luring songs to make rich people fall to their deaths. The harpies pick the corpses for valuables."],["2","A pack of {@creature Gnoll||gnolls} rampages through the lower wards, killing any halflings they come across. The gnolls take the halflings' ears as trophies."],["3","A shifter priest of the Devourer wants to crash Skyway by performing a ritual to create a cataclysmic storm. Sacrifices to the Devourer fuels the ritual."],["4","A changeling agent of Daask seeks to frame the Tyrants for attacks on the Boromar Clan, driving a wedge between the two organizations."],["5","A wererat priest of the Mockery starts a cult in Lower Dura, teaching its followers the arts of assassination."],["6","A gargoyle sharpshooter continually finds new vantage points in the upper wards from where it can assassinate targets in the middle and lower wards."]],"name":"Daask Villains","page":250,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convince several new businesses in the lower wards to pay protection fees to Daask."],["2","Cause as much death and destruction as possible inside a Boromar-owned establishment."],["3","Guard a priest of the Dark Six as he preaches the word of the Mockery on the street."],["4","Assassinate a member of the Boromar Clan."],["5","Convince a dragonmarked noble to offer the house's services to Daask for free."],["6","Mug someone to steal a magic item in their possession."]],"name":"Daask Assignments","page":252,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Daask {@creature harpy||harpies} raid a Skyway mansion and tear the place apart looking for a Boromar Clan member."],["2","People who take dragon's blood begin turning to stone, and no one can figure out why."],["3","Cavallah announces a contest within the organization, promising a valuable magic item to whichever Daask soldier kills the most members of the Boromar Clan."],["4","Ash challenges Cavallah for control of Daask, creating a schism that erupts into a violent gang war."]],"name":"Daask Adventure Hooks","page":252,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Villains","colLabels":["d4","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A member of House Tarkanan murders members of dragonmarked houses, reducing her victims to smoldering piles of ash."],["2","Driven mad by his aberrant dragonmark, a dwarf becomes obsessed with destroying Sharn in the same manner that Halas Tarkanan collapsed Old Sharn."],["3","A House Tarkanan half-elf kidnaps children with aberrant marks, believing the organization is better suited to bring up the children than their parents."],["4","A House Tarkanan mage starts drinking the blood of dragonmarked nobles, believing it will increase the strength of his aberrant mark."]],"name":"House Tarkanan Villains","page":253,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Assignments","colLabels":["d4","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a satchel full of research on the War of the Mark, carried by a wizard who works at Morgrave University."],["2","Kill a Karrnathi warlord who is visiting Sharn, and make it look like an accident."],["3","Kill a target before she signs her last will and testament to assign her property to a new heir."],["4","Rescue a dreamlily dealer with an aberrant mark who has been captured by the Sharn Watch."]],"name":"House Tarkanan Assignments","page":253,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","House Tarkanan disturbed the dead during an expedition to Old Sharn, causing undead to terrorize the city above."],["2","House Tarkanan declares war on the dragonmarked houses in Sharn and begins killing nobles in the streets. Many of the houses' businesses in the city are shut down as fear spreads."],["3","A victim who was killed by a House Tarkanan assassin returns as an undead that tries to kill anyone who bears an aberrant mark."],["4","House Tarkanan steals a key that can disable a ticking time bomb created by an artificer."]],"name":"House Tarkanan Adventure Hooks","page":254,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A changeling rogue infiltrates adventuring parties to steal their magic items."],["2","A cabal of changelings shares an identity as a Sharn Watch captain. They use the disguise to free criminals from prison."],["3","A changeling assassin murders members of the Boromar Clan, Daask, and House Tarkanan, then takes on the identities of its victims."],["4","A changeling bard gathers incriminating information about members of the King's Dark Lanterns, then blackmails them."],["5","A Brelish changeling veteran of the Last War was distrusted by fellow soldiers because of the shapechanger's heritage. The veteran now exposes those soldiers' darkest secrets to their friends, families, and employers."],["6","A changeling mage masquerades as a priest of the Silver Flame and uses spells to send the religion's faithful \"signs\" from Tira Miron that encourage them to spy, steal, and kill for the Tyrants."]],"name":"Tyrants Villains","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Kill an important figure without leaving evidence behind so a member of the Tyrants can replace the target."],["2","Steal a formal badge of office or uniform for a member of the Tyrants to use as part of an assumed identity."],["3","Act as bodyguards for a member of the Tyrants who is pretending to be an important figure."],["4","Assume new identities to infiltrate the Sharn Watch and steal criminal records."],["5","Use incriminating information to blackmail a member of the city council."],["6","Find evidence that can be used to blackmail a member of a dragonmarked house."]],"name":"Tyrants Campaign Themes; Tyrants Assignments","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly NPC dies in combat. The corpse reveals its true form to be that of a changeling."],["2","A list of Tyrants agents and their identities exists somewhere in Sharn. Every legitimate and criminal organization in the city competes to find it."],["3","The {@i Sharn Inquisitive} publishes an anonymous article accusing several members of the Sharn Watch, the city council, and the dragonmarked houses of being changeling members of the Tyrants. The accused individuals vehemently deny the claims."],["4","A shamed Brelish general of the Last War goes on a killing spree against changelings, claiming the Tyrants ruined his life by exposing his extramarital affair."],["5","A Sharn Watch captain being blackmailed by the Tyrants has had enough. He publicly exposes his incriminating secrets, then offers a reward for information concerning the organization."],["6","Roll on another organization's Adventure Hooks table; the Tyrants are secretly involved in the situation."]],"name":"Tyrants Adventure Hooks","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Races","colLabels":["d20","Race"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Changeling"],["2-4","Dwarf"],["5-6","Elf"],["7","Gnome"],["8-9","Half-elf"],["10-11","Half-orc"],["12-13","Halfling"],["14-16","Human"],["17","Kalashtar"],["18","Shifter"],["19-20","Warforged"]],"name":"Sharn Watch Races","page":257,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Personalities","colLabels":["d10","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disgruntled veteran of the Last War who has seen everything"],["2","Lifelong Sharn resident who loves discussing rumors and debating the city's best haunts"],["3","Layabout who tries to do as little work as possible"],["4","Eternal optimist who encourages victims of crime to have hope and look on the bright side"],["5","Investigator who loves to get to the bottom of a mystery"],["6","Rookie with no experience in facing danger who is a bundle of nerves"],["7","Brawny meathead who believes all problems can be solved with force"],["8","Greedy opportunist who's always angling for a bribe"],["9","Uptight perfectionist who appears to do everything by the book"],["10","Unfriendly interrogator who assumes everyone spills their secrets to the Tyrants."]],"name":"Sharn Watch Personalities","page":257,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Watch Station Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Destroy evidence of a crime that's being stored in a Watch station, or plant evidence in a Watch station to frame someone for a crime."],["2","Learn which members of a station's crew are on the payroll of a criminal organization."],["3","Ensure the station's Watch officers are indisposed during an upcoming crime spree."],["4","Help defend a Watch station from a siege."],["5","Free someone being held at a Watch station."],["6","Steal uniforms from a Watch station."]],"name":"Watch Station Adventures","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dwarf arrests random halflings on the streets in the lower wards and allows Daask agents to interrogate and torture them."],["2","A Brelish veteran of the Last War arrests and murders innocent Cyran refugees, claiming each time that the victim tried to attack him."],["3","A changeling investigator works for the Tyrants and pins unsolved crimes on other Sharn Watch members who interfere with the Tyrants' business."],["4","A half-elf works her way through the ranks of the Sharn Watch by assassinating her superiors but making it look like they died in the line of duty."],["5","An elf in the lower wards comes to the aid of only those who pay a monthly protection fee."],["6","A Blackened Book mage confiscates magic items from others to auction off to criminals."]],"name":"Sharn Watch Villains","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Assignments","colLabels":["d8","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solve a murder that occurred in Skyway."],["2","Find a dreamlily den and arrest the place's owner and its supplier."],["3","Protect an ambassador from Sarlona who is joining a Morgrave University expedition to the Cogs."],["4","Monitor the Lyrandar Tower airship dock for a specific criminal reportedly trying to leave the city."],["5","Apprehend a war criminal rumored to be arriving in Sharn by lightning rail, and deliver the criminal to the nearest Watch station."],["6","Take a visiting dignitary on a tour of the city and keep them happy."],["7","Venture into the bowels of the city to find a wanted terrorist who has kidnapped a magewright and stolen the parts needed to build an explosive device."],["8","Handle a prisoner exchange—one captured criminal for one captured Sharn Watch officer."]],"name":"Sharn Watch Assignments","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Sharn Watch cracks down on Daask, which leads to violent confrontations in the city's lower wards."],["2","The Sharn Inquisitive publishes an article claiming that changelings of the Tyrants have stolen the identities of many Watch officers, leading to citywide distrust of the organization."],["3","After a Thrane immigrant opens a sealed entrance to Old Sharn's ruins, the Guardians of the Gate do not allow anyone in or out of Sharn until the immigrant is found and the entrance is resealed."],["4","Agents of the Blackened Book find scrying sensors in Sharn Watch stations throughout the city."]],"name":"Sharn Watch Adventure Hooks","page":259,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Creating Common Magic Items","colLabels":["Common Magic Item","Time","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["{@item Spell scroll} (cantrip)","8 hours","15 gp"],["{@item Potion of healing}","8 hours","25 gp"],["Any other common magic item","32 hours*","50 gp*"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Creating Common Magic Items","page":281,"source":"ERLW","chapter":{"name":"Treasures","index":12}},{"caption":"Eberron Crafting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","House Cannith or another dragonmarked house takes an interest in your work. Do they view you as a threat, or are they impressed by your techniques?"],["2","A mishap creates a temporary manifest zone (see \"{@book The Planes of Existence|ERLW|10|Planes of Existence}\" in {@book chapter 4|ERLW|10} for information on manifest zones)."],["3","You need to acquire an additional rare component to complete your work. Time for adventure!"],["4","The shifting balance of the planes interferes with your work; you must wait for the current planar alignment to change. This delays your work by {@dice 2d6} days."],["5","Your efforts draw the attention of the Aurum, the Chamber, the Emerald Claw, or the Lords of Dust."],["6","Your item becomes sentient (see chapter 7 of the {@book Dungeon Master's Guide|DMG} for rules on sentient items)."]],"name":"Eberron Crafting Complications","page":281,"source":"ERLW","chapter":{"name":"Treasures","index":12}},{"caption":"Daelkyr Modifications","colLabels":["d10","Modification"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature is fused with another creature or object."],["2","The creature has additional eyes, or its existing eyes are replaced with the eyes of a different creature."],["3","The creature produces eerie music instead of speech."],["4","The creature's skin has an unusual texture or color."],["5","The creature's hair is replaced by spines or tentacles."],["6","The creature's flesh is transparent."],["7","The creature has extra limbs."],["8","The creature is bioluminescent."],["9","The creature has an additional head."],["10","The creature sheds its skin every 60 days."]],"name":"Daelkyr Modifications","page":284,"source":"ERLW","chapter":{"name":"Friends and Foes","index":13}},{"caption":"Living Spell Customization","colLabels":["Spell Level","Stat Block to Customize"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Living burning hands"],["3–4","Living lightning bolt"],["5","Living cloudkill"]],"name":"Customizing a Living Spell; Living Spell Customization","page":283,"source":"ERLW","chapter":{"name":"Friends and Foes","index":13}},{"colLabels":["Month","Days","Holidays"],"caption":"Exandrian Calendar","colStyles":["col-2","col-2 text-center","col-8"],"rows":[["Horisal","29","New Dawn (1st), Hillsgold (27th)"],["Misuthar","30","Day of Challenging (7th)"],["Dualahei","30","Renewal Festival (13th), Wild's Grandeur (20th)"],["Thunsheer","31","Harvest's Rise (11th), Merryfrond's Day (31st)"],["Unndilar","28","Deep Solace (8th), Zenith (26th)"],["Brussendar","31","Artisan's Faire (15th), Elvendawn (20th)"],["Sydenstar","32","Highsummer (15th), Morn of Largesse (14th)"],["Fessuran","29","Harvest's Close (3rd)"],["Quen'pillar","27","Hazel Festival (10th), Civilization's Dawn (22nd)"],["Cuersaar","29","Night of Ascension (13th)"],["Duscar","32","Barren Eve (2nd), Embertide (5th)"]],"name":"Calendar and Time; Exandrian Calendar","page":8,"source":"EGW","chapter":{"name":"Welcome to Wildemount","index":1}},{"caption":"Prime Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Avandra|Exandria|EGW}","CG","Change, freedom, luck","Nature, Trickery","Woman's profile embossed on a gold coin or pendant"],["{@deity Bahamut|Exandria|EGW}","LG","Honor, justice","Life, Order,* War","Silver dragon's head in profile"],["{@deity Corellon|Exandria|EGW}","CG","Art, beauty, elves","Arcana,** Light","Two crescent moons facing each other atop a four-pointed star"],["{@deity Erathis|Exandria|EGW}","LN","Civilization, law, peace","Knowledge, Order*","Double-headed axe inset with a pattern of scales"],["{@deity Ioun|Exandria|EGW}","N","Knowledge, learning, teaching","Arcana,** Knowledge","Pair of open eyes crowned with a third open eye"],["{@deity Kord|Exandria|EGW}","CN","Battle, competition, storms","Tempest, War","Four bolts of lightning radiating from the center of a shield"],["{@deity Melora|Exandria|EGW}","N","Seas, wilderness","Life, Nature, Tempest","Wreath of grass and grain affixed to a crook"],["{@deity Moradin|Exandria|EGW}","LG","Craft, creation","Forge,*** Knowledge, War","Hammer with ends carved in the likeness of dwarven heads"],["{@deity Pelor|Exandria|EGW}","NG","Healing, sun","Life, Light, Nature","Bright, eight-pointed star"],["{@deity Raei|Exandria|EGW}","NG","Atonement, compassion","Life, Light","Humanoid, feminine phoenix"],["{@deity The Raven Queen|Exandria|EGW}","LN","Death, fate, winter","Death, Grave***","White, humanoid mask framed in black feathers"],["{@deity Sehanine|Exandria|EGW}","CG","Illusion, moonlight, night","Arcana,** Nature, Trickery","Crescent moon turned upward, strung like a bow"]],"footnotes":["* The {@class Cleric||Order domain|Order|TCE} appears in {@book Guildmaster's Guide to Ravnica|GGR}.","** The {@class Cleric||Arcana domain|Arcana|SCAG} appears in {@book Sword Coast Adventurer's Guide|SCAG}.","*** The {@class Cleric||Forge|Forge|XGE} and {@class Cleric||Grave|Grave|XGE} domains appear in {@book Xanathar's Guide to Everything|XGE}."],"name":"Prime Deities","page":20,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Betrayer Gods","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Asmodeus|Exandria|EGW}","LE","God of the Nine Hells","Trickery, War","Crown of spiked onyx and curved horns"],["{@deity Bane|Exandria|EGW}","LE","Conquest, tyranny","Forge,* Order,** War","Flail of chains, each ending in shackles"],["{@deity Gruumsh|Exandria|EGW}","CE","Slaughter, warfare","Death, Tempest, War","Single, unblinking eye that bleeds"],["{@deity Lolth|Exandria|EGW}","CE","Deceit, spiders","Knowledge, Trickery","Jeweled spider"],["{@deity Tharizdun|Exandria|EGW}","CE","Darkness, destruction","Death, Grave,* Trickery","Crooked, seven-pointed star made of chains"],["{@deity Tiamat|Exandria|EGW}","LE","Dragon god of evil","Order,** Trickery, War","Taloned dragon claw"],["{@deity Torog|Exandria|EGW}","NE","Enslavement, torture","Death, Trickery","Three pale arms clawing from a dark void"],["{@deity Vecna|Exandria|EGW}","NE","Necromancy, secrets","Arcana,*** Death, Grave,* Knowledge","Desiccated hand with an eye in the palm"],["{@deity Zehir|Exandria|EGW}","CE","Assassins, poison, snakes","Nature, Trickery","Coiled serpent"]],"footnotes":["* The {@class Cleric||Forge|Forge|XGE} and {@class Cleric||Grave|Grave|XGE} domains appear in {@book Xanathar's Guide to Everything|XGE}.","** The {@class Cleric||Order|Order|TCE} domain appears in {@book Guildmaster's Guide to Ravnica|GGR}.","*** The {@class Cleric||Arcana domain|Arcana|SCAG} appears in {@book Sword Coast Adventurer's Guide|SCAG}."],"name":"Betrayer Gods","page":26,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Lesser Idols","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Arms of the Betrayers|Exandria|EGW}","NE","The Fiend, the Hexblade*","Death, War","Blade thrust downward through an eight-eyed skull"],["{@deity Ceratos|Exandria|EGW}","CN","The Great Old One","Knowledge, Tempest","Three mismatched eyes surrounded by teeth"],["{@deity Desirat|Exandria|EGW}","LE","The Fiend, the Undying**","Light, Trickery","Burning purple feather"],["{@deity Naviask|Exandria|EGW}","NG","The Archfey","Life, Nature","Wreath of flowers shaped into demon horns"],["{@deity Quajath|Exandria|EGW}","CN","The Fiend, the Great Old One","Nature, War","Ring of teeth"],["{@deity The Hag Mother|Exandria|EGW}","NE","The Fiend","Knowledge, Trickery","Single red horn"],["{@deity The Luxon|Exandria|EGW}","N","—","Arcana,** Light","Hollow dodecahedron"],["{@deity The Traveler|Exandria|EGW}","CN","The Archfey","Nature, Trickery","Arched doorway over a road that vanishes into the distance"],["{@deity Uk'otoa|Exandria|EGW}","NE","The Great Old One, the Hexblade*","Knowledge, Tempest","Yellow, slitted eye"],["{@deity Vesh|Exandria|EGW}","NE","The Archfey, the Undying**","Death, Life","Crimson ring hanging from a chain"],["{@deity Xalicas|Exandria|EGW}","LG","The Archfey, the Celestial*","Life, Light","Single blackened wing"]],"footnotes":["* The {@class Warlock||Celestial|Celestial|XGE} and {@class Warlock||Hexblade|Hexblade|XGE} warlock patrons appear in {@book Xanathar's Guide to Everything|XGE}.","** {@class Warlock||The Undying|Undying|SCAG} warlock patron and the {@class Cleric||Arcana domain|Arcana|SCAG} appear in {@book Sword Coast Adventurer's Guide|SCAG}."],"name":"Lesser Idols","page":30,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Eiselcross Encounters: Levels 1–4","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters encounter {@dice 1d4} wildfolk {@creature Scout||scouts} hunting a {@creature saber-toothed tiger}. The scouts are out of arrows and willing to trade equipment and information to replenish their ammunition."],["2","The characters encounter a lost Cerberus Assembly {@creature mage} trying to return to Balenpost. The rest of the mage's team died in the ruins of Aeor, and there is a {@chance 50|50 percent} chance the mage carries a recently recovered Aeorian item."],["3","The characters find a {@creature griffon} with an arrow in its wing that prevents it from flying. A character who succeeds on a DC 15 Wisdom ({@skill Animal Handling}) check can approach the griffon without being attacked. Such a character can remove the arrow, restoring the griffon's ability to fly, after which the griffon allows the character to ride it as a mount for the next {@dice 1d10} days."],["4","The characters encounter the {@creature revenant} of a dead explorer from Balenpost who was murdered by one of its team and is looking for vengeance."],["5","The characters find a 3-foot-tall, 50-pound egg. If they keep the egg in a cold environment for {@dice 1d10} weeks, a {@creature white dragon wyrmling} hatches from it."],["6","A {@creature young remorhaz} ambushes the characters."]],"name":"Eiselcross Encounters: Levels 1–4","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 5–10","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters encounter {@dice 1d4 + 1} {@creature Mammoth||mammoths} being hunted by {@dice 2d6} wildfolk {@creature Scout||scouts}."],["2","An {@creature abominable yeti} and {@dice 1d4} {@creature Yeti||yetis} stalk the characters."],["3","The characters encounter {@dice 2d4} {@creature Allowak Yeti|EGW|yetis from Allowak's Sanctuary} (see \"{@book Allowak's Sanctuary Yeti Statistics|EGW|4|Allowak's Sanctuary Yeti Statistics}\" later in this chapter). The yetis attempt to scare the characters away but do not wish to do harm."],["4","The characters pass an Aeorian building that crashed nearby. The building contains {@dice 1d4 + 4} {@creature Wight||wights}."],["5","An {@creature Aeorian absorber|EGW} (see {@book chapter 7|EGW|8|Aeorian Absorber}) ambushes the characters."],["6","The characters encounter a large herd of elk. If the characters scare the elk, {@dice 1d6} {@creature elk} attack while the rest of the herd flees. During the combat, a {@creature remorhaz} bursts out of the snow and attacks indiscriminately."]],"name":"Eiselcross Encounters: Levels 5–10","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 11–16","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult white dragon} confronts the characters, demanding treasure for passage through its territory. The dragon accepts 1,000 gp worth of treasure or a rare magic item as acceptable tribute."],["2","The characters encounter an {@creature iron golem} that keeps walking in circles. The golem attacks any creatures within 10 feet of it but otherwise continues walking in circles."],["3","The characters find a camp of {@dice 2d4} {@creature Minotaur||minotaurs} and {@dice 4d6} {@creature Orc||orcs} looking for wildfolk to recruit for the Kryn. These explorers want to keep their operation covert. If they aren't convinced the characters can keep their secret, the Xhorhasians attack."],["4","A {@creature roc} flies overhead and attempts to scoop up a character of your choice as its next meal."],["5","The characters encounter a coven of three {@creature Night Hag||night hags} searching for Aeorian items. In their humanoid guises, these hags pretend to be lost explorers and request the characters' escort. When the characters are in a vulnerable spot, the hags reveal their true nature and attack."],["6","The characters are ambushed by {@dice 1d8 + 1} {@creature Frost Giant||frost giants}."]],"name":"Eiselcross Encounters: Levels 11–16","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 17–20","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find the buried top of an Aeorian tower that crashed into the ice. Ice fills the lower levels of the tower, and {@dice 1d4 + 1} {@creature Aeorian Nullifier|EGW|Aeorian nullifiers} (see {@book chapter 7|EGW|8|Aeorian Nullifier}) are frozen in the ice."],["2","The characters encounter {@dice 2d6} gladiator wormkin (see \"{@book Tomb of the Worm|EGW|4|Tomb of the Worm}\" later in this chapter) attempting to force-feed a group of {@dice 3d6} wildfolk {@creature Commoner||commoners} the meat of the Undermaw."],["3","The characters find a humanoid skull frozen in the ice. If they free the skull, it comes alive, revealing its true form as a {@creature demilich}."],["4","The characters encounter two {@creature Mage||mages} from Balenpost planning to steal an Aeorian item from a camp of {@dice 3d6} {@creature Frost Giant||frost giants} and their tamed {@creature frost worm|EGW} (see {@book chapter 7|EGW|8|Frost Worm}) The mages ask for the characters' help with the heist."],["5","The characters encounter the {@creature ghost} of an Aeorian citizen. If the characters are kind to the ghost, the undead might be able to share the history of the crashed city with the characters."],["6","The characters encounter {@dice 2d6} {@creature Frost Giant Zombie|EGW|frost giant zombies} (see {@book chapter 7|EGW|8|Frost Giant Zombie}). These zombies did not come from the Fortress of the Dead Jarl. Their origin is up to you."],["7","The characters cross over an area of thin ice. A {@creature kraken} obsessed with Aeor floats beneath the ice and orders the characters to share any knowledge they have of the place or face its wrath."],["8","An {@creature ancient white dragon} ambushes the characters."]],"name":"Eiselcross Encounters: Levels 17–20","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"colLabels":["d8","Habitat"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arctic"],["2","Desert"],["3","Forest"],["4","Grassland"],["5","Hill"],["6","Mountain"],["7","Ocean"],["8","Swamp"]],"name":"Mutalos Habitats","page":128,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"colLabels":["d10","Phenomenon"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","It smells of death here. This area is permanently ridden with the stench of rot and decay."],["2","Incorporeal phantoms move in and out of reality here. These apparitions ignore any interaction with creatures."],["3","Everything is a single color here. All physical matter in this area adopts the pigmentation of one of the seven colors of the rainbow or the color black."],["4","Nonmagical fire can't burn here."],["5","Sources of light here appear kaleidoscopic. Empty air refracts light in this area, creating dazzling displays of prismatic colors."],["6","Any character who sleeps here dreams of a different life on a different world in a different body."],["7","There is no sound here. This area is permanently under the effects of the {@spell silence} spell."],["8","This place is supernaturally unlucky. Attack rolls, ability checks, and saving throws cannot be rerolled in this area."],["9","Water turns to acid here. Water introduced to this area becomes acid in {@dice 1d4} days."],["10","This place is haunted by fragments of the Far Realm. Whenever the target of a Wisdom saving throw fails its save, that creature has a {@chance 5|5 percent} chance of becoming afflicted by a random form of long-term madness (see \"{@book Madness|DMG|8|Madness}\" in chapter 8 of the {@book Dungeon Master's Guide|DMG})."]],"name":"Uncanny Phenomena","page":151,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Social Status Relationships","colLabels":["d20","Background","Clovis Concord","Dwendalian Empire","Greying Wildlands","Kryn Dynasty"],"colStyles":["col-2 text-center","col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["1","{@background Acolyte}","1 ally","1 ally (legal faith) or 1 rival (illegal faith)","1 rival","1 ally"],["2","{@background Luxonborn (Acolyte)|EGW|Acolyte (Luxonborn)}","—","1 rival","—","1 ally"],["3","{@background Charlatan}","1 ally","1 rival","1 ally","1 rival"],["4","{@background Variant Criminal (Spy)||Criminal}","1 rival","1 rival","1 ally","1 rival"],["5","{@background Myriad Operative (Criminal)|EGW|Criminal (Myriad operative)}","1 rival","1 ally","1 rival","—"],["6","{@background Entertainer}","1 ally","1 ally","1 rival","1 ally"],["7","{@background Folk Hero}","1 ally","1 rival","1 rival","1 ally"],["8","{@background Grinner|EGW}","1 ally","1 rival","—","—"],["9","{@background Variant Guild Artisan (Guild Merchant)||Guild Artisan}","1 rival","1 ally","—","1 ally"],["10","{@background Hermit}","—","1 rival","1 ally","1 ally"],["11","{@background Noble}","1 ally","1 ally and 1 rival","1 rival","1 ally and 1 rival"],["12","{@background Outlander}","—","—","1 ally","—"],["13","{@background Sage}","1 rival","1 rival","—","1 ally"],["14","{@background Cobalt Scholar (Sage)|EGW|Sage (Cobalt Scholar)}","1 ally","1 ally and 1 rival","1 ally","1 rival"],["15","{@background Sailor}","1 ally and 1 rival","—","1 rival","1 ally"],["16","{@background Revelry Pirate (Sailor)|EGW|Sailor (Revelry pirate)}","1 ally and 1 rival","—","1 ally","—"],["17","{@background Soldier}","1 ally","1 ally and 1 rival","1 rival","1 ally and 1 rival"],["18","{@background Augen Trust (Spy)|EGW|Spy (Augen Trust)}","—","1 ally","—","1 rival"],["19","{@background Urchin}","1 ally","1 rival","1 rival","1 rival"],["20","{@background Volstrucker Agent|EGW}","—","1 ally","—","1 rival"]],"name":"Heroic Chronicle; Social Status Relationships","page":190,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Homelands","colLabels":["d100","Region (Government)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–21","Menagerie Coast (choose either the Clovis Concord or Revelry pirates)"],["22–40","Marrow Valley in Western Wynandir (Dwendalian Empire)"],["41–72","Zemni Fields in Western Wynandir (Dwendalian Empire)"],["73–77","Greying Wildlands (choose either the Tribes of Shadycreek Run or Uthodurn)"],["78–00","Xhorhas in Eastern Wynandir (choose either the Kryn Dynasty or Xarzith Kitril)"]],"name":"Backstory; Homelands","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Backgrounds","colLabels":["d20","Background","Reference"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","{@background Acolyte}","PH"],["2","{@background Luxonborn (Acolyte)|EGW|Acolyte (Luxonborn)}","EGW"],["3","{@background Charlatan}","PH"],["4","{@background Variant Criminal (Spy)||Criminal}","PH"],["5","{@background Myriad Operative (Criminal)|EGW|Criminal (Myriad operative)}","EGW"],["6","{@background Entertainer}","PH"],["7","{@background Folk Hero}","PH"],["8","{@background Grinner|EGW}","EGW"],["9","{@background Variant Guild Artisan (Guild Merchant)||Guild Artisan}","PH"],["10","{@background Hermit}","PH"],["11","{@background Noble}","PH"],["12","{@background Outlander}","PH"],["13","{@background Sage}","PH"],["14","{@background Cobalt Scholar (Sage)|EGW|Sage (Cobalt Scholar)}","EGW"],["15","{@background Sailor}","PH"],["16","{@background Revelry Pirate (Sailor)|EGW|Sailor (Revelry pirate)}","EGW"],["17","{@background Soldier}","PH"],["18","{@background Augen Trust (Spy)|EGW|Spy (Augen Trust)}","EGW"],["19","{@background Urchin}","PH"],["20","{@background Volstrucker Agent|EGW}","EGW"]],"name":"Backstory; Backgrounds","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Menagerie Coast Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01","Brokenbank","Town"],["02","Darktow","Town"],["03–09","Feolinn","City"],["10–19","Gwardan","City"],["20–36","Nicodranas","City"],["37–40","Othe","City"],["41","Palma Flora","Town"],["42–84","Port Damali","City"],["85–93","Port Zoon","City"],["94–00","Tussoa","City"]],"name":"Backstory; Menagerie Coast Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Marrow Valley Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–02","Alfield","Town"],["03–05","Ashguard Garrison","Military outpost"],["06–07","Berleben","Town"],["08–12","Bladegarden","City"],["13–18","Deastok","City"],["19–22","Felderwin","City"],["23–32","Grimgolir","City"],["33–40","Hupperdook","City"],["41–44","Kamordah","City"],["45","Talonstadt","Town"],["46–50","Trostenwald","City"],["51–52","Vol'antim","Town"],["53–00","Zadash","City"]],"name":"Backstory; Marrow Valley Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Zemni Fields Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01","Blumenthal","Town"],["02–07","Bysaes Tyl","City"],["08–11","Druvenlode","City"],["12–13","Icehaven","Town"],["14–18","Nogvurot","City"],["19–20","Odessloe","City"],["21–26","Pride's Call","City"],["27–96","Rexxentrum","City"],["97–98","Rockguard Garrison","Military outpost"],["99","Velvin Thicket","Nomadic diaspora"],["00","Yrrosa","Town"]],"name":"Backstory; Zemni Fields Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Greying Wildlands Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–03","Boroftkrah","Town"],["04–06","Palebank Village","Village"],["07–30","Shadycreek Run","City"],["31–00","Uthodurn","City"]],"name":"Backstory; Greying Wildlands Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Eastern Wynandir Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–20","Asarius","City"],["21","Bazzoxan","Town"],["22","Charis","Village"],["23–30","Igrathad","Seven villages"],["31–36","Jigow","City"],["37","New Haxon","Military outpost"],["38–89","Rosohna (Ghor Dranas)","City"],["90–93","Rotthold","City"],["94–96","Urzin","Town"],["97–00","Xarzith Kitril","City"]],"name":"Backstory; Eastern Wynandir Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Size (Village)","colLabels":["d100","Number of Parents","Number of Siblings"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–10","3 or more","{@dice 2d4 + 2}"],["11–50","2","{@dice 2d4}"],["51–89","1","{@dice 1d4}"],["90–00","0","0"]],"name":"Backstory; Family Size (Village)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Size (City)","colLabels":["d100","Number of Parents","Number of Siblings"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–05","3 or more","{@dice 2d4 + 2}"],["06–60","2","{@dice 2d4}"],["61–80","1","{@dice 1d4}"],["81–00","0","0"]],"name":"Backstory; Family Size (City)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","You thought you killed this family member, whether by accident or otherwise. You never expected to see them again—but now they're out for your blood. You gain one rival."],["11–20","You insulted this family member so gravely that they left your life forever. If they ever return, it will be to settle the score. You gain one rival."],["21–30","You have always been better than this family member at a particular activity. They grew jealous and abandoned you, so that they could return and best you one day. You gain one rival."],["31–40","You uncovered a secret about this family member, whether a tiny embarrassment or a life-changing scandal. They now seek to unveil your darkest secret. You gain one rival."],["41–50","You and this family member have a friendly rivalry, and are constantly trying to best each other in an activity, craft, or other pursuit. You visit occasionally to test each other's skills. You gain one rival."],["51–60","This family member owes you a debt, and they don't like it. They'll help you out when you need it, but only to clear the slate. You gain one ally."],["61–70","This family member loves you, but you were never that close. They'll do anything to help you—as long as they won't be at risk of injury or death. You gain one ally."],["71–80","This family member caused you to have a horrible accident when you were a child. They still feel incredible guilt, which they would do anything to assuage. You gain one ally."],["81–90","This family member left long ago for reasons you don't understand or won't talk about. Before they left, they promised you that they would return in your hour of greatest need. You gain one ally."],["91–00","This family member has always loved you with all their heart, and would do anything for you. You gain one ally."]],"name":"Backstory; Family Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Ally Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","This ally is a loyal pet. Rather than rolling on the Ally and Rival Identities table, choose one beast of CR 1/8 or lower as your pet."],["11–20","This person once lost a bet to you and is still trying to scrounge up the cash to pay you back. They've decided you'd both be better off if they put you in their debt instead."],["21–30","This person was once a beggar to whom you gave a large sum of money. They have transformed their life thanks to you, and now want to repay your generosity."],["31–40","You were this person's favorite drinking buddy, and their home is always open to you and your friends."],["41–50","This person was once your mentor, but you left before you could complete your training. You are welcome to return and finish what you started, but only when you are ready."],["51–60","You bonded with this person over a traumatic event such as a battle or an armed robbery. If you ever tell them that you are in danger, they will try to aid you."],["61–70","You and this person share a terrible secret, and you have sworn to never reveal it to anyone. They will help you keep this secret if it is ever in danger of being revealed."],["71–80","This person fell in love with you. If you reciprocated, they always stand at your side. If you didn't, they took it well, and still consider you their closest friend."],["81–90","You and this person were affected by powerful magic, and now you both share a telepathic connection that functions while you are within 1 mile of each other."],["91–00","This person owes you their life. Even if they can't follow you everywhere you go, they will do anything they can to protect you."]],"name":"Backstory; Ally Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Rival Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","This person believes that you murdered their sibling. Regardless of your guilt or innocence, they are out for your blood."],["11–20","You bested this person in combat, but they believe you cheated to defeat them. They long to prove that they are the superior warrior."],["21–30","You broke a promise to this person, and it caused them to suffer greatly. Now they conspire to make someone else break a valuable promise to you."],["31–40","You once loved this person, but broke their heart. They are now obsessed with making you feel the same pain they felt."],["41–50","This person was ordered to arrest you, and doggedly hunts you wherever you go."],["51–60","This person thinks that you were replaced by a doppelganger or possessed by a spirit or monster. They are now trying to defeat you, so as to find or free the original you."],["61–70","You fled from your home under mysterious circumstances. This person is obsessed with finding out the truth of what caused you to leave."],["71–80","You and this person tried to harness power beyond your control, and it left them disfigured and in constant pain. Having since mastered the power that nearly destroyed them, they now seek to turn it upon you."],["81–90","You helped this person out once when they were down on their luck, and now they go to you whenever they need help."],["91–00","This person wants to be your friend, but their help has always made your life harder."]],"name":"Backstory; Rival Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Ally and Rival Identities","colLabels":["d100","Stat Block"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@creature Commoner} (MM)"],["06–10","{@creature Acolyte} (MM)"],["11–15","{@creature Bandit} (MM)"],["16–20","{@creature Bandit captain} (MM)"],["21–25","{@creature Berserker} (MM)"],["26–30","{@creature Cultist} (MM)"],["31–35","{@creature Cult fanatic} (MM); gain one fateful moment"],["36–40","{@creature Druid} (MM)"],["41–45","{@creature Gladiator} (MM); gain one fateful moment"],["46–50","{@creature Guard} (MM)"],["51–55","{@creature Knight} (MM)"],["56–60","{@creature Priest} (MM)"],["61–65","{@creature Scout} (MM)"],["66–70","{@creature Spy} (MM)"],["71–75","{@creature Tribal warrior} (MM)"],["76–80","{@creature Veteran} (MM)"],["81–84","{@creature Mage} (MM); gain one fateful moment"],["85–88","{@creature Noble} (MM); gain one fateful moment"],["89–92","{@creature Assassin} (MM); gain one fateful moment"],["93–94","{@creature Blood hunter|EGW} (EGW); gain one fateful moment"],["95–96","Good or neutral {@creature werebear} or {@creature weretiger} (DM's choice; MM); gain one fateful moment"],["97–98","Evil {@creature wereboar}, {@creature wererat}, or {@creature werewolf} (DM's choice; MM); gain one fateful moment"],["99","{@creature Archmage} (MM); gain one fateful moment"],["00","{@creature Adult gold dragon} or {@creature adult red dragon} (DM's choice; MM); gain one fateful moment"]],"name":"Backstory; Ally and Rival Identities","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Fateful Moments","colLabels":["d20","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your parents were murdered in front of you. Roll on the {@book Ally and Rival Identities table|EGW|5|Ally and Rival Identities} to determine the type of creature that killed them. You have proficiency in the {@skill Stealth} and {@skill Survival} skills."],["2","You met a dark elf dying in the wilderness. Around their neck was a silver talisman containing a cameo of their child and the name \"Il'viranya.\" It is an {@item amulet of proof against detection and location}."],["3","A mysterious stranger gave you a gift that saved your life while you were lost in the wilderness. Roll on the {@book Ally and Rival Identities table|EGW|5|Ally and Rival Identities} to determine the identity of the stranger. Then roll on {@table Magic Item Table B} in the {@book Dungeon Master's Guide|DMG} to determine the item. If you roll a consumable item from the table, roll again."],["4","You were caught in a terrible storm but miraculously survived. Now your dreams contain visions sent by a mysterious god or demigod. You have proficiency in the {@skill Arcana} or {@skill Religion} skill (your choice)."],["5","A famous warrior trained you with what has become your signature weapon. You have proficiency with a martial weapon of your choice, and you own one such weapon. It has special features as detailed in {@book chapter 7|DMG|7|Types of Treasure} of the {@book Dungeon Master's Guide|DMG}. You also have the {@feat Martial Adept} feat from the {@book Player's Handbook|PHB}."],["6","You were the sole survivor when a horde of rampaging monsters raided your village or your neighborhood. You have proficiency in the {@skill Stealth} skill or proficiency with martial weapons (your choice)."],["7","A famous mage saw potential in you and tutored you in the arcane arts. You have a spellbook and the {@feat Magic Initiate} feat from the {@book Player's Handbook|PHB}."],["8","While on a long journey, you were picked up by a traveling circus, spending a year with them before returning to your home. You have proficiency in the {@skill Acrobatics} or {@skill Performance} skill (your choice) and proficiency with the disguise kit."],["9","You were transformed into a bear by mysterious magic, and lived for a year as an animal before you were saved by a druid. Magic still lingers within you, though, and you can cast {@spell speak with animals} at will."],["10","You were press-ganged into military service, and were left shaken by what you saw on the battlefield. You have proficiency with medium armor, shields, and martial weapons. You also have a random form of indefinite madness, determined by rolling on the {@table indefinite madness||Indefinite Madness table} in chapter 8 of the {@book Dungeon Master's Guide|DMG}."],["11","You were kidnapped by bandits while traveling between towns. While captured, you met an old thief who helped you escape. You have proficiency with thieves' tools and proficiency in the {@skill Stealth} skill."],["12","You were visited by a demon lord in a dream. You awakened knowing the {@spell find familiar} spell and are now able to cast it as a ritual, but your familiar always takes the form of a {@creature quasit}. You also have a random form of indefinite madness, determined by rolling on the {@table indefinite madness||Indefinite Madness table} in chapter 8 of the {@book Dungeon Master's Guide|DMG}."],["13","While exploring a remote forest, you were attacked by evil lycanthropes but escaped before being killed. You are cursed with {@creature wereboar}, {@creature wererat}, or {@creature werewolf} lycanthropy (DM's choice)."],["14","While lost in a remote forest or jungle, you were saved by a {@creature werebear} or {@creature weretiger} (DM's choice). The lycanthrope believed you were destined for greatness and granted you the gift of lycanthropy with your consent."],["15","You saved a pseudodragon from being eaten by a giant spider in a dark forest. The {@creature pseudodragon} now loyally follows you wherever you go, even if you'd rather it stay hidden. It is controlled by the DM but obeys your commands if treated well."],["16","You nearly died from a virulent disease (the DM's choice of cackle fever, sewer plague, or sight rot; see {@book chapter 8|DMG|8|Diseases} of the {@book Dungeon Master's Guide|DMG}). Your life was saved by an agent of the Cobalt Soul, who could not cure the disease, but who gave you a {@item periapt of health} that suppresses it."],["17","You were accused of a crime and were exiled or imprisoned, regardless of whether or not you were guilty. Having spent time among criminals, you have proficiency in the {@skill Intimidation} skill and you know thieves' cant."],["18","You saved a riderless horse wearing full tack and harness from wolves. You own a {@creature riding horse} and a saddle, and you have proficiency in the {@skill Animal Handling} skill."],["19","While reading through a mysterious tome once owned by your parent, you found a treasure map that points toward a place in Wildemount of the DM's choice."],["20","You received a letter revealing that you were the secret child of a wealthy noble family living in Rexxentrum within the Dwendalian Empire. They enclosed 100 gp to ensure your safe passage to the imperial capital, and a signet ring bearing your true family's seal."]],"name":"Backstory; Fateful Moments","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Menagerie Coast)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Paella—a working-class dish made with rice, white beans, and seafood"],["2","Plantain cups—a sweet and savory dish of fried plantains stuffed with meat and rice"],["3","Gazpacho—a cold soup served on hot days, made from pounded vegetables and fruit"],["4","Honeyflame bread—a fried dessert soaked in honey and coated in Marquesian spices"],["5","Fusaka fish—seafood cutlets smothered in Marquesian fusaka spice and fried in oil"],["6","Snakelocks noodles—sea anemone tendrils coated in honey batter and delicately fried"],["7","Queen's water—a soft drink made from syrup, honey, guava, and tamarind"],["8","Blacksand coffee—a tiny shot of coffee, brewed atop red-hot sand, Marquet-style"]],"name":"Backstory; Favorite Foods (Menagerie Coast)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Western Wynandir)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dumplings—a steamed potato bread that can be served with any meal"],["2","Sauerbraten—a Zemnian peasant dish of pickled horse meat served with cabbage"],["3","Brawn, also known as head cheese—a meat jelly made from boiled calf's head"],["4","Schweinshaxe—a Zemnian peasant dish of long-marinated roasted pork knuckle"],["5","Dampfnudel—a regal steamed roll served in sweet custard or with savory potatoes"],["6","Spanferkel—an expensive dish of suckling pig, roasted and served at royal parties"],["7","Trost—a sweet, dark ale brewed in Trostenwald"],["8","Radler—a sweet, expensive drink made from imported lemonade mixed with beer"]],"name":"Backstory; Favorite Foods (Western Wynandir)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Greying Wildlands)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Imperial pickled plums, smuggled from the Dwendalian Empire by Myriad agents"],["2","Charred venison and roasted potatoes, prepared with local game and local tubers"],["3","Raw venison still dripping with blood"],["4","Elf-mash—a creamy dish made from overripe cloudberries"],["5","Dwarven rootbake—a hearty casserole of roots and tubers wrapped in seaweed"],["6","Jam porridge—made from Xhorhasian rice and topped with salmonberry jam"],["7","Blazing tea—a beverage blended from fermented fireroot and mouth-scalding spices"],["8","Sbiten—a drink made from honey and spices, best enjoyed hot on snowy days"]],"name":"Backstory; Favorite Foods (Greying Wildlands)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Eastern Wynandir)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rzukaal—a dish made from sautéed rice noodles, hearty mushrooms, and giant spider legs"],["2","Yuyandl—grilled yuyo (a zucchini-like vegetable that grows in Rosohna's sunless gardens) spiced and served with rice"],["3","Mastodon kor'rundl—grilled mastodon served with sunless kor'run (a squash-like vegetable that grows in Rosohna's sunless gardens) and rice"],["4","Kinespaji spaaldl—soup made from mushrooms or vegetables and the boiled spit of a horizonback turtle"],["5","Umarindaly—a dessert akin to rice pudding, topped with spiced gooseberry jam"],["6","Keltaly—heavy cream mixed with pulverized black currants and frozen into a fluffy, sweet, creamy dessert"],["7","Erzfaalyu—a potent spirit made from fermented rice"],["8","Yunfaalyu—a fragrant plum liquor served at frigid temperatures and garnished with currants"]],"name":"Backstory; Favorite Foods (Eastern Wynandir)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Mysterious Secrets","colLabels":["d20","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Years ago, my best friend came to me in the middle of the night and gave me a key that glowed with an icy blue light. I never saw that friend again."],["2","I was the only witness to a cold-blooded murder. In the aftermath, I saw the killer take a gold coin with a ruby inlaid at its center from the victim's body."],["3","I once had a dream where an old stranger looked me dead in the eye, screamed \"Scourger!\" at the top of their lungs, and then exploded into a column of flame."],["4","While exploring near my home, I found a cliff with a bunch of caverns dug out of it, all of them large enough for people to hide within."],["5","I once saw a cat that seemed to be moving with a strange sense of purpose. I followed it to the dwelling of an important local elder, where it gazed through the window for an hour. Then it suddenly shook itself and raced away, as though a spell had been broken."],["6","One of my parents left home in the middle of a storm, in the middle of the night. They had their sword and shield. They came back a week later, with the shield practically in pieces. They never talked about that night."],["7","I had a friend who was a farmer. Every week, their crops doubled in size until they had pumpkins as big as houses. Then the next week, the friend was gone and their fields were torched. I never heard from them again."],["8","I once saw an enormous figure walking through the clouds on a stormy night. At one point, they looked at me, and then kept walking."],["9","I woke up one night to find one of my siblings perched on my chest, staring into my eyes. They said, \"The time is soon,\" and then giggled and ran off. When I asked them, they had no memory of the event."],["10","I once saw a giant bird soar past overhead. It croaked out a cry that sounded like my name, then disappeared beyond the clouds."],["11","I ate a fruit whose seeds spelled out a magic word where I'd cast them onto the ground. Years later, I saw the same word spelled out within a slice of bread."],["12","A warrior friend of mine died. But every so often, I swear I see that friend in their old armor, at the corner of my vision."],["13","An old seer once touched my forehead and gave me a vision of a flaming bird chained beneath a mountain, squirming and wailing in the darkness."],["14","Once while on a boat, I heard a voice rumbling around me. I looked down below the water, and I swear I saw golden eyes looking up at me."],["15","While I was eating, a whole potato exploded into worms, and I suffered a vision of a gigantic worm eating the world like a giant apple."],["16","While picking flowers, I saw a tall figure with red skin and horns wandering the meadow. The flowers grew taller where they walked, but I fled in fear and never saw the figure again."],["17","I was attacked by wolves in the woods one day, and was saved by a stranger with a bandage over their eyes. This person shone with silver light and was covered with scars—and I think I might have seen black wings tucked in at their back."],["18","While trying to forge a sword, I accidentally burned myself with the red-hot blade. A strange vision then came to me, of powerful weapons calling out for me to wield them."],["19","I once met someone fleeing through the woods who said they had escaped from some evil place. I asked what that meant, but the stranger fell dead on the spot. When I returned with help to collect the body, it was gone."],["20","I once caught a falling star. It looked up from my hands and smiled, then told me to look for it on the day when fire erupts from the earth."]],"name":"Backstory; Mysterious Secrets","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Prophecy Inspirations","colLabels":["d20","Prophecy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will defeat the creature that killed my parents. Its defeat might make me question my purpose in life."],["2","I will uncover the reason that the Cerberus Assembly took my sibling away. Finding my sibling will set political events beyond my control into motion."],["3","I will save my village from the gnoll tribe that has raided us for the past year. Their defeat will inspire me to perform even greater feats of heroism."],["4","I will unlock the secrets of consecution that the Kryn are hiding. This knowledge will open my mind to a terrifying truth."],["5","I will join a blood hunter order. My new comrades-in-arms will make me powerful, but I must pay a steep price for that power."],["6","I will steal a king's ransom from a Revelry pirate. That wealth will make me happy, but it will also draw unsavory characters to me."],["7","I will become a hero of the war between the Dwendalian Empire and the Kryn. I will be haunted by the atrocities I witness on the battlefield."],["8","I will cleanse the Savalirwood of its corruption while welcoming that corruption into my own body."],["9","I will infiltrate the Myriad, but doing so will compel me to commit evil acts."],["10","I will uncover a relic from Eiselcross and become famous, but the relic will exact a terrible cost."],["11","I will speak to a dragon, live to tell the tale, and provoke the dragon's everlasting wrath."],["12","I will steal a holy relic of the Kryn Dynasty, making me a target for anyone who desires its power."],["13","I will hesitate at an important moment. Another person will suffer for it."],["14","I will stumble by accident into the arms of the Golden Grin. Though I will reject their call at first, something will draw me back."],["15","I will befriend a flying beast and ride it through the skies. Others will envy me for the bond I have with this creature."],["16","I will kneel before Bright Queen Leylas Kryn without knowing who she is. This moment of uncertainty will lead to danger."],["17","I will stand before Princess Suria Dwendal and briefly hold the fate of the empire in my hand. I won't realize the gravity of my decision until it is too late."],["18","My actions will lead to the death of a marquis of the Clovis Concord. I will know exactly who killed them, but no one in power will believe me."],["19","I will anger one of the Tribes of Shadycreek Run. As its members hunt me in retribution, others will suffer and I will pay the price."],["20","I will meet my birth parents. Doing so reveals a secret about my birth that will change the way I look at the world."]],"name":"Prophecy Inspirations","page":199,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Arms of the Betrayers Destruction","colLabels":["d8","Destruction Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The weapon must be bathed in the ichor of an archdevil or demon lord."],["2","A coven of twelve night hags must perform an eight-hour ritual known only to them on the plane of Gehenna to destroy the weapon."],["3","The weapon must be brought back to a forgotten forge in Xhorhas and melted down by the furnace that made it."],["4","The fiery breath of an {@creature ancient red dragon} is the only thing that can destroy the weapon."],["5","The weapon is destroyed if devoured by Uk'otoa."],["6","Thrusting the weapon into a {@item Luxon beacon|EGW} destroys the weapon and the beacon alike."],["7","The weapon can be broken only by a blow from another of the Arms of the Betrayers."],["8","Burning the remains of the first champion to wield the weapon destroys the item."]],"name":"Arms of the Betrayers Destruction","page":274,"source":"EGW","chapter":{"name":"Wildemount Treasures","ordinal":{"type":"chapter","identifier":6},"index":7}},{"caption":"Standard Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@language Common|MOT}","Humans","Common"],["{@language Giant|MOT}","Cyclopes, giants","Minotaur"],["{@language Leonin|MOT}","Leonin","Common"],["{@language Primordial|MOT}","Tritons","Common"],["{@language Minotaur|MOT}","Minotaurs","Minotaur"],["{@language Sylvan|MOT}","Centaurs, satyrs","Elvish"]],"name":"Standard Languages","page":9,"source":"MOT","chapter":{"name":"Welcome to Theros","index":0}},{"caption":"Exotic Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@language Celestial|MOT}","Gods","Celestial"],["{@language Draconic|MOT}","Dragons","Draconic"],["{@language Sphinx|MOT}","Sphinxes","—"]],"name":"Exotic Languages","page":9,"source":"MOT","chapter":{"name":"Welcome to Theros","index":0}},{"caption":"Gods of Theros","colLabels":["Deity","Alignment","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-4","col-1 text-center","col-3","col-3"],"rows":[["Athreos, god of passage","LE","Death, Grave*","Crescent moon"],["Ephara, god of the polis","LN","Knowledge, Light","Urn pouring water"],["Erebos, god of the dead","NE","Death, Trickery","Serene face"],["Heliod, god of the sun","LG","Light","Laurel crown"],["Iroas, god of victory","CG","War","Four-winged helmet"],["Karametra, god of harvests","NG","Life, Nature","Cornucopia"],["Keranos, god of storms","CN","Knowledge, Tempest","Blue eye"],["Klothys, god of destiny","N","Knowledge, War","Drop spindle"],["Kruphix, god of horizons","N","Knowledge, Trickery","Eight-pointed star"],["Mogis, god of slaughter","CE","War","Four-horned bull's head"],["Nylea, god of the hunt","NG","Nature","Four arrows"],["Pharika, god of affliction","NE","Death, Knowledge, Life","Snakes"],["Phenax, god of deception","CN","Trickery","Winged golden mask"],["Purphoros, god of the forge","CN","Forge,* Knowledge","Double crest"],["Thassa, god of the sea","N","Knowledge, Tempest","Waves"]],"footnotes":["* The Forge and Grave domains appear in {@book Xanathar's Guide to Everything|XGE}"],"name":"Gods of Theros","page":35,"source":"MOT","chapter":{"name":"Gods of Theros","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Meletian Calendar","colLabels":["Month","Name","Length","God"],"colStyles":["col-2 text-center","col-4 text-center","col-2 text-center","col-3 text-center"],"rows":[["1","Lyokymion","30 days","Thassa"],["2","Protokynion","29 days","Nylea"],["3","Astrapion","30 days","Keranos"],["4","Polidrysion","29 days","Ephara"],["5","Thriambion","30 days","Iroas"],["6","Megasphagion","29 days","Mogis"],["7","Chalcanapsion","30 days","Purphoros"],["8","Necrologion","29 days","Athreos"],["9","Therimakarion","30 days","Karametra"],["10","Katabasion","29 days","Erebos"],["11","Cheimazion","30 days","Pharika"],["12","Agrypnion","29 days","Kruphix"],["13*","Anagrypnion","30 days","Kruphix"]],"footnotes":["* This month occurs only once every three years."],"name":"The Meletian Calendar; Meletian Calendar","page":85,"source":"MOT","chapter":{"name":"Realms of Gods and Mortals","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Omens of Athreos","colLabels":["d6","d100","Omen of Athreos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","01","Faintly glowing wisps of fog or mist coalesce into shapes in the air."],["2","02","Ghostly whispers come from nowhere."],["3","03","The ground beneath a character's feet flows like water in a river."],["4","04","A veiled figure observes the character from a distance, then vanishes."],["5","05","Silent mourners carry a body past."],["6","06","Echoes produce words different from the ones originally spoken."]],"name":"Omens of Athreos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Ephara","colLabels":["d6","d100","Omen of Ephara"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","07","A carved image or face-like pattern on a wall animates and speaks."],["2","08","The streets of a city seem to alter course to lead to a specific destination."],["3","09","Birds fly in parallel rows, like a marching army."],["4","10","Eddies in a stream subside, and the water flows in a straight line."],["5","11","A grove of trees has a perfectly symmetrical configuration."],["6","12","A clay vessel overflows with water."]],"name":"Omens of Ephara","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Erebos","colLabels":["d8","d100","Omen of Erebos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","13","Small animals drop dead within an area."],["2","14","A gold coin hangs like a piece of fruit from the branch of a dead tree."],["3","15","The sun's light does not penetrate an area."],["4","16","A character is stung as if struck by a whip."],["5","17","Words can be heard in the sounds made by clinking coins."],["6","18","An eclipse suddenly occurs."],["7","19","Crows or vultures drop bones in an ominous pattern."],["8","20","Swirling smoke forms macabre shapes."]],"name":"Omens of Erebos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Heliod","colLabels":["d8","d100","Omen of Heliod"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","21","A brilliant pattern appears around the sun."],["2","22","A shaft of sunlight breaks through cloud cover or foliage to shine on a specific spot."],["3","23","A pegasus appears and invites a character to touch it."],["4","24","The sun remains in the same place in the sky for far too long."],["5","25","The sun blinks."],["6","26","No shadows are cast."],["7","27","A specific area can't be made dark."],["8","28","The sky turns blood-red at sunrise or sunset."]],"name":"Omens of Heliod","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Iroas","colLabels":["d6","d100","Omen of Iroas"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","29","The rousing blare of distant trumpets drowns out other sounds."],["2","30","Clouds limned by sunlight take a form that resembles Iroas."],["3","31","A character's weapon or shield shatters dramatically, then repairs itself."],["4","32","A four-winged bird circles overhead."],["5","33","The sun or moon appears to have four glowing wings."],["6","34","Water or wind sounds like cheering."]],"name":"Omens of Iroas","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Karametra","colLabels":["d6","d100","Omen of Karametra"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","35","Patterns form in fallen leaves or in the scattered leavings of grain in a field."],["2","36","Rustling plants produce sounds that resemble words."],["3","37","Fruit begins mewling and giggling like delighted infants."],["4","38","Hearth fires blaze or small fires start up, attracting small creatures to curl up in front of them."],["5","39","Wild animals act domesticated."],["6","40","Food multiplies or heals when bitten."]],"name":"Omens of Karametra","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Keranos","colLabels":["d6","d100","Omen of Keranos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","41","Lightning strikes, thunder rumbles, or rain falls in a clear sky."],["2","42","A powerful thought springs unbidden to mind, like a shout in one's head."],["3","43","Rain produces a melody that sounds like a familiar song."],["4","44","A lightning-scarred tree stands alone in a forest clearing."],["5","45","A fierce wind blows in a particular direction."],["6","46","A character sees distinct figures or patterns in the sky when lightning flashes."]],"name":"Omens of Keranos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Klothys","colLabels":["d6","d100","Omen of Klothys"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","47","A character experiences an extended episode of déjà vu."],["2","48","Spider webs gleam as if they were made of silver threads."],["3","49","The sky turns a rich gold color."],["4","50","A character's hair grows several inches and braids itself."],["5","51","Glowing green threads create a pattern or follow a path in the air."],["6","52","A character experiences a powerful episode of déjà vu."]],"name":"Omens of Klothys","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Kruphix","colLabels":["d6","d100","Omen of Kruphix"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","53","The natural world falls utterly silent."],["2","54","An aurora shimmers on the horizon."],["3","55","The attention of every celestial figure in the night sky is suddenly focused on one character or place."],["4","56","Nyx appears in the shadows of all things."],["5","57","Two extra ethereal arms sprout from a character's body."],["6","58","The night sky appears to wheel overhead as though years are streaming by."]],"name":"Omens of Kruphix","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Mogis","colLabels":["d6","d100","Omen of Mogis"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","59","A creature spontaneously starts bleeding, their blood pooling in a bull shape."],["2","60","Normally harmless animals turn aggressive—the smaller, the angrier."],["3","61","Water (a stream, pool, rain, or a liquid in a container) turns to boiling blood."],["4","62","A bestial roar erupts from over the horizon or deep within the earth."],["5","63","The stars turn red."],["6","64","A character develops a ravenous hunger for raw meat."]],"name":"Omens of Mogis","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Nylea","colLabels":["d8","d100","Omen of Nylea"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","65","Butterflies land on a character or fly together in a particular direction."],["2","66","Fallen leaves blow perpendicular to the wind."],["3","67","The weather suddenly changes radically."],["4","68","A colored arrow strikes nearby, arching from an impossible direction."],["5","69","Plants sprout and grow to maturity instantly."],["6","70","Trees and vines coil to hinder movement."],["7","71","Animal tracks appear where nothing walks."],["8","72","A celestial lynx paces back and forth across the night sky."]],"name":"Omens of Nylea","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Pharika","colLabels":["d6","d100","Omen of Pharika"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","73","Hundreds of snakes, spiders, or centipedes crawl from the ground."],["2","74","A strong chemical smell follows a character."],["3","75","A character exhibits a disease's symptoms."],["4","76","Leaves shrivel and turn black, while flowers pour acidic nectar."],["5","77","A snakeskin wraps around a way marker or personal possession."],["6","78","Patterns of clouds or stars slither away, moving with an audible susurrus."]],"name":"Omens of Pharika","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Phenax","colLabels":["d6","d100","Omen of Phenax"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","79","Shadows move independently of whatever casts them, appearing to run away."],["2","80","A gold mask momentarily appears over the face of every living creature in sight."],["3","81","Objects, landmarks, even stars momentarily vanish, as if pilfered in plain sight."],["4","82","Everything turns shades of gray."],["5","83","Creatures' mouths momentarily vanish and they can't make sounds or speak."],["6","84","The sun momentarily melts, raining gold coins that vanish soon after landing."]],"name":"Omens of Phenax","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Purphoros","colLabels":["d8","d100","Omen of Purphoros"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","85","The sound of a hammer rings in the air."],["2","86","Noxious gas suddenly vents from underground."],["3","87","The ground or a metal object becomes uncomfortably hot."],["4","88","An animal moves in a mechanical manner."],["5","89","Huge plumes of smoke rise from the horizon."],["6","90","The earth shakes in a deliberate rhythm."],["7","91","Something that was broken is reshaped into something new."],["8","92","A statue or metal object comes to life."]],"name":"Omens of Purphoros","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Thassa","colLabels":["d8","d100","Omen of Thassa"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","93","A lustrous seashell or small fish appears in someone's drink."],["2","94","The tide goes out (or in) at the wrong time."],["3","95","The sound of crashing waves fills the air."],["4","96","Ripples in water form patterns of ships and sea creatures."],["5","97","A beautiful coral pillar rises from the earth."],["6","98","A flock of dozens of noisy seabirds land."],["7","99","A school of sea creatures swim in the air."],["8","00","Someone starts drowning on dry land."]],"name":"Omens of Thassa","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seal a secret path that the Returned use to escape the Underworld."],["2","Strike against one of the necropoleis, either Asphodel or Odunos, curtailing its growth or bringing it to ruin."],["3","Seek out a {@creature lampad|MOT} nymph who has fallen in love with a soul he was supposed to lead to the Underworld."],["4","Hunt down a rampaging cerberus and return it to its place guarding the Underworld."],["5","Reconsecrate a grand but neglected mausoleum, putting the unquiet spirits there to rest."],["6","Defeat an agent of a god who seeks to free a loved one, a mentor, or a champion from the Underworld."]],"name":"Athreos's Quests","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) follows omens to find those who have been resurrected, claiming they owe Athreos a debt."],["2","A mercenary ({@creature gladiator}) accuses a community of harboring Returned and threatens to claim their leader's life to restore the balance."],["3","A warmongering {@creature noble} rallies the public against a necropolis, encouraging a war between the living and the dead."],["4","A group of {@creature Cult Fanatic||cult fanatics} charges exorbitant prices for funeral rites, threatening to lead the dead astray unless they're shown proper respect."],["5","A {@creature priest} of Athreos speaks out against healers and Pharika's followers during a plague, offering death as the only alternative to suffering."],["6","A {@creature lampad|MOT} (see {@book chapter 6|MOT|6|Lampad}) hunts the offspring of an ancient hero who escaped death, claiming they shouldn't exist."]],"name":"Athreos's Villains","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Giant vulture}"],["2","{@creature Two-headed cerberus|MOT}"],["3","{@creature Hell hound}"],["3","{@creature Lampad|MOT}"],["6","{@creature Invisible stalker}"],["6","{@creature Underworld cerberus|MOT}"],["8","{@creature Spirit naga}"],["9","{@creature Phylaskia|MOT}"]],"name":"Athreos's Monsters","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Athreos tires of his responsibilities but refuses to abandon them. Secretly, he has allowed the same spirit to be reborn again and again, allowing it to see all of life and death so it might one day take his place. When this apprentice disappears, Athreos refuses to ferry any more souls until his student is returned."],["2","The wealth Athreos collects in payment for his work has gone missing, stolen from his sanctuary at the end of the Tartyx River. The River Guide needs the treasure returned swiftly, not out of greed, but as it is payment for something beyond the gods."],["3","The Rivers That Ring the World are drying up. As the tides recede, great ruins are revealed, rising from the river bottom. Athreos sends agents to the headwaters of the Tartyx River, seeking the cause of the problem before whatever the river had kept drowned emerges."],["4","War between Heliod and Erebos is inevitable. Rather than letting it explode unpredictably, Athreos puts a plan into Motion to mitigate the damage. Ultimately, all it takes to end the war is Heliod's death or Erebos joining the Returned."]],"name":"Athreos's Divine Schemes","page":117,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Crossing Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Enter the Underworld without alerting Athreos to your presence."],["2","Escape the Underworld."],["3","Force someone to lose their identity in the waters of the Tartyx River."],["4","Escort a {@creature Returned sentry|MOT} (see {@book chapter 6|MOT|6|Returned Sentry}) escaping from the Underworld into the mortal world."],["5","Bargain with a {@creature lampad|MOT} (see {@book chapter 6|MOT|6|Lampad}) to learn where the body of a lost hero lies entombed."],["6","Get information from a soul waiting to be ferried to the Underworld."],["7","Pay for a stranded soul to cross the Tartyx River."],["8","Steal a specific valuable from the banks of the Tartyx River and escape unseen."],["9","Sail from the crossing to a nearby, haunted island in the center of the Tartyx River."],["10","Convince an innocent spirit who keeps returning to their mortal home to pass into the Underworld."],["11","Seek an audience with Athreos."],["12","Capture an {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus})."]],"name":"Underworld Crossing Adventures","page":118,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Crossings Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) seeks to destroy all Underworld crossings so the dead can freely enter the mortal world."],["2","A conquering general captures a number of {@creature Underworld Cerberus|MOT|Underworld cerberi} (see {@book chapter 6|MOT|6|Underworld Cerberus}), plotting to unleash the terrifying beasts during a war."],["3","A greedy {@creature priest} of Erebos steals coins from the dead before they are buried, thereby filling a crossing with stranded souls."],["4","A {@creature nightmare shepherd|MOT} (see {@book chapter 6|MOT|6|Nightmare Shepherd}) takes over a crossing and doesn't allow souls to pass into the Underworld. As a result, they become {@creature Specter||specters} that harass the living in the mortal world."],["5","A {@creature priest} of Athreos becomes annoyed with the dead returning and sends armies of clergy to secure the mortal side of the crossing."],["6","A {@creature satyr reveler|MOT} (see {@book chapter 6|MOT|6|Satyr Reveler}) seeks to throw an eternal revel! By stealing coins from the dead, the satyr traps souls at his morbid, Tartyx-side bacchanal."]],"name":"Underworld Crossings Villains","page":118,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Oust the corrupt leader of a town or a city."],["2","Reclaim a city that has been overrun by creatures of the wild."],["3","Help establish a new city in a sparsely populated area."],["4","Find a treasure to adorn a major landmark of a city."],["5","Hunt down a criminal who is causing devastating damage to a city, such as by arson."],["6","Defeat a champion of an opposed deity, most likely Phenax or Nylea."]],"name":"Ephara's Quests","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A neighborhood leader enacts punitive laws, preventing people from expressing themselves."],["2","A {@creature guard} imprisons people who worship gods opposed to Ephara, such as Phenax and Nylea."],["3","A {@creature noble} is building a new development directly in a forest, where it will displace wildlife that has lived there for millennia."],["4","A {@creature soldier|GGR} begins killing people who have committed terrible crimes but have been acquitted because of loopholes in the judicial system."],["5","A group of {@creature Mage||mages} who follow Ephara want to build a city on an island, heedless of the current residents."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) leads a cadre of scholars secretly destroying work that they deem antithetical to proper society."]],"name":"Ephara's Villains","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10","col-1 text-center"],"rows":[["1/8","{@creature Guard}"],["1/2","{@creature Anvilwrought raptor|MOT}"],["3","{@creature Meletian hoplite|MOT}"],["9","{@creature War priest|VGM}"],["11","{@creature Gynosphinx}*"],["15","{@creature Hundred-handed one|MOT}"],["17","{@creature Androsphinx}*"],["23","{@creature Empyrean}"]],"footnotes":["* See {@book chapter 6|MOT|6|Sphinx} for details about these creatures in Theros."],"name":"Ephara's Monsters","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ephara tries to curry Karametra's favor, hoping to persuade her to use her influence over agriculture to help the cities under Ephara's protection flourish. But Karametra, as the patron of Setessa, thinks that Ephara's focus on cities is dangerous and damaging to the lands. Nylea lashes out at both Karametra and Ephara, believing them to be working together."],["2","Ephara attempts to strip Phenax of his \"stolen\" divinity, outraged by his influence over criminals."],["3","A recent earthquake has changed the coastline, exposing a new island with a verdant and lush landscape. Ephara and Nylea are locked in a battle for control over the island, with Nylea wanting it to remain wilderness and Ephara seeking to build a city on the fertile ground."],["4","Ephara sends champions to free a city from the control of tyrants who worship Mogis, god of wrath. Mogis retaliates by sending his armies to attack a city under Ephara's protection."]],"name":"Ephara's Divine Schemes","page":121,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Agora Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Apprehend the ringleader of a thieves' guild who frequently targets people in the agora."],["2","Protect a civil leader giving a speech."],["3","Perform for an audience."],["4","Humiliate someone giving a speech or performing."],["5","Make a profit running someone's market stall."],["6","Sabotage business for the entire market."],["7","Eavesdrop on a private meeting under a stoa."],["8","Incite a crowd to action with a public speech."],["9","Debate a well-loved politician or philosopher and convince the audience to take your side."],["10","Recapture an escaped beast that was up for sale."],["11","Stop a public execution."],["12","Quell a riot without violence."]],"name":"Agora Adventures","page":122,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Agora Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature assassin} murders a politician's rivals then poses the victims in grisly, public tableaus."],["2","A group of {@creature Thug||thugs} vandalizes market stalls whose owners don't pay a weekly protection fee."],["3","{@creature Cultist||Cultists} of Pharika plot to spike the wine at a party in the agora with an experimental poison."],["4","A snake charmer overreaches when he unsuccessfully attempts to control an {@creature amphisbaena|GoS} (see {@book chapter 6|MOT|6|Amphisbaena}) during a performance."],["5","A disgraced priest of Ephara releases a horde of anvilwrought creatures (see {@book chapter 6|MOT|6|Anvilwroughts}) on a crowd gathered at the agora."],["6","A {@creature mage} politician uses enchantment magic to spread rumors about rivals."]],"name":"Agora Villains","page":122,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Capture a hero who came back to Theros as a Returned and send them back to the Underworld."],["2","Find out why those who die in a coastal village never arrive in the Underworld, and why the village is haunted by eidolons."],["3","Protect those who attend the funeral of a village elder in the hills near Akros, where minotaurs have disrupted recent burials."],["4","Investigate an alchemist who claims to have transmuted lead into gold—but who might somehow be stealing it from the Underworld."],["5","Refute the claim of a priest of Heliod who is said to be immortal because of the sun god's blessing."],["6","Take an aging champion of Iroas who has pledged their soul to Erebos in exchange for a glorious death on one last foray into the wild lands."]],"name":"Erebos's Quests","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature veteran} bargains with Erebos to allow him to remain in the living world as a Returned in exchange for a steady stream of mortal sacrifices."],["2","A prominent {@creature knight} of another god loses their entire family, then publicly turns to Erebos in hopes of being reunited with loved ones in the Underworld."],["3","An {@creature acolyte} convinces Erebos to bring her murdered daughter back to life, but the daughter is restored as a potent Returned who now terrorizes the polis."],["4","A wealthy {@creature noble} drives tenants out of a poor part of a polis so he can build a temple to Erebos."],["5","The queen of a remote settlement prays to Erebos for endless treasure, and Erebos \"blesses\" her by turning the nearby river to liquid silver. The tyrant is delighted, but everyone else in her domain suffers."],["6","A {@creature priest} of Erebos terrorizes a village, convinced that a particular Returned has taken refuge there."]],"name":"Erebos's Villains","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Shadow}","MM"],["2","{@creature Two-headed cerberus|MOT}","MOoT"],["3","{@creature Lampad|MOT}","MOoT"],["3","{@creature Nightmare}","MM"],["5","{@creature Night hag}*","MM"],["9","{@creature Abhorrent Overlord|MOT}","MOoT"],["11","{@creature Doomwake giant|MOT}","MOoT"],["11","{@creature Nightmare shepherd|MOT}","MOoT"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Erebos's Monsters","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Erebos has captured Phenax's eidolon, the identity severed from Phenax's body when he became the first Returned, and uses it to force Phenax to serve his whims."],["2","Erebos unleashes a deadly plague. The cure grows only in the peaceful Underworld realm of Ilysia. Mortal champions flock to Ilysia, threatening to breach the ward's sanctity and allow Erebos's influence to creep in."],["3","Servants of Heliod find a stone that can raise the dead in both body and soul. Enraged, Erebos sends his followers to claim the stone, which Heliod's worshipers have claimed as a holy relic."],["4","With the aid of Pharika, Erebos creates a poison capable of killing a god. Learning of this, the other gods try to force Erebos to relinquish the poison, but the god of the dead has already deployed it in the form of a sapient being. Now, champions of the gods scour the world, searching for the living weapon."]],"name":"Erebos's Divine Schemes","page":125,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Graveyard Temple Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rob a grave or the temple's vault."],["2","Protect a grave or the temple's vault from robbery."],["3","Destroy a seemingly endless wave of undead pouring forth from a graveyard."],["4","Prevent the funeral of a loathed individual from being disrupted."],["5","Find an entrance to the Underworld in the graveyard."],["6","Reunite a {@creature Returned sentry|MOT} (see {@book chapter 6|MOT|6|Returned Sentry}) and their {@creature ghostblade eidolon|MOT} (see {@book chapter 6|MOT|6|Eidolons})."],["7","Destroy {@creature Giant Spider||giant spiders} infesting a tomb."],["8","Acquire death records for a family from a temple full of angry spirits."],["9","Escape the graveyard when undead suddenly rise and overtake the complex."],["10","Use a person's remains to raise them from the dead."]],"name":"Graveyard Temple Adventures","page":126,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Graveyard Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A terrified {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) runs amok in the graveyard, having lost all sense of itself after finding its way back to the world."],["2","A {@creature cyclops} with a taste for rotting flesh digs up plots in the graveyard each night."],["3","A priest removes limbs from corpses to build an congregation of {@creature Flesh Golem||flesh golems} he can't control."],["4","A gate to the Underworld releases a bloodthirsty {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus}) into the graveyard."],["5","An {@creature archmage} works to raise a vengeful army from the remains of her war-ravaged village."],["6","A mob of paranoid, inexperienced {@creature Commoner||commoners} hunt for Returned but end up tormenting all strangers."]],"name":"Graveyard Temple Villains","page":126,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bring a shard of sunlight to a place of unending darkness."],["2","Establish law and order in a place of anarchy and lawlessness."],["3","Keep people safe from a natural disaster caused by the anger of another god (such as a volcano spawned by Purphoros or a tidal wave caused by Thassa)."],["4","Hunt down a notorious lawbreaker who has fled from a polis into the wilderness."],["5","Triumph in a contest of strength or charisma to prove Heliod's superiority over the other gods."],["6","Defeat a champion of another god (most likely Erebos, Purphoros, Phenax, or Mogis)."]],"name":"Heliod's Quests","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A local {@creature noble} imposes overwhelming punishments for even minor infractions of law."],["2","A leader persecutes an entire population of people because of a crime committed by a single member."],["3","An {@creature assassin} starts killing everyone connected to a trial after which the perpetrator was exonerated."],["4","A fanatical {@creature priest} tries to undermine the priests of other gods by outlawing their holidays."],["5","A tyrant suppresses free expression, punishes protesters, and quashes any form of dissent."],["6","A nervous {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) identifies the characters as a threat to the stability of the polis."]],"name":"Heliod's Villains","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Noble}"],["2","{@creature Centaur}"],["2","{@creature Griffon}"],["2","{@creature Pegasus}"],["3","{@creature Fleecemane lion|MOT}"],["9","{@creature Cloud giant}"],["11","{@creature Roc}"],["23","{@creature Empyrean}"]],"name":"Heliod's Monsters","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Heliod decides to confront Erebos in the Underworld. He gathers fallen heroes around him as he marches on Erebos's palace in Tizerus. Meanwhile, the sun has vanished from the sky in the mortal world, and the dead can't enter the Underworld."],["2","Heliod grows tired of the battles between Iroas and Mogis, and he decides to end their conflict by banishing Mogis. To his surprise, both gods turn against him. The resulting conflict causes the sun to rain divine blood, producing bizarre effects."],["3","Angry at the hubris of nobles who boast of having the best hounds, Heliod turns all dogs into wolves and monsters that kill and run wild."],["4","Heliod arms a champion with his weapon, Khrusor, but the hero goes wild with power and tries to slay Purphoros. The repercussions border on the cataclysmic, with the champion slain, Mount Velus erupting, and the spear shattered. Only Purphoros can repair the spear, and he's hardly in the mood to do so."]],"name":"Heliod's Divine Schemes","page":129,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Sun Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Acquire an artifact used by a legendary hero."],["2","Defend a hero being honored in a ceremony from an assassination attempt."],["3","Acquire the remains of a legendary hero from the temple's crypts so the person can be resurrected."],["4","Prevent a wedding from taking place, so the couple's union doesn't fulfill an ominous prophecy."],["5","Expose a celebrated hero as a fraud."],["6","Learn the sins of a person seeking religious counsel."],["7","Find out who among a crowd of people gathered at the temple murdered a priest."],["8","Disperse a mob of people who blame Heliod and his clergy for a long drought."],["9","Defend the temple's worshipers from followers of Mogis assaulting the building."],["10","Offer Heliod a burnt sacrifice to gain his blessing."],["11","Offer Heliod a mass sacrifice to prevent him from smiting a nearby settlement."],["12","Find a hero's firsthand account of a battle with a unique monster among the temple's records before a rival group of adventurers does."]],"name":"Sun Temple Adventures","page":130,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Sun Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A once-heroic {@creature veteran} seeking to regain his youthful strength tries to burn attendees at a dawn banquet as a sacrifice to Heliod."],["2","A secret cabal of Phenax {@creature Cult Fanatic||cult fanatics} infiltrates the temple and uses details learned in private counseling sessions to blackmail worshipers."],["3","An {@creature adult blue dragon}, scarred by a champion of Heliod, seeks to destroy all sun temples in the hopes of bringing about everlasting night."],["4","A corrupt {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) of Heliod sells counterfeit heroic artifacts to those he can't see as being destined for greatness."],["5","A lazy {@creature priest} of Heliod risks bringing the god's wrath down upon the entire temple."],["6","An {@creature archmage} devoted to Heliod has created a second sun, one which endlessly illuminates the land and burns those she considers wicked."]],"name":"Sun Temple Villains","page":130,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Defeat Returned bandits who are terrorizing the polis."],["2","Defend a polis against a champion of Mogis."],["3","Sail to a remote island to reclaim a lost weapon of great power."],["4","Establish law and order in a place of anarchy and lawlessness."],["5","Triumph in a contest of strength or dexterity to prove Iroas's superiority over the other gods."],["6","Defeat a champion of another god (most likely Mogis, Phenax, or Pharika)."]],"name":"Iroas's Quests","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature knight} in the polis guard regularly subjects his soldiers to extreme disciplinary techniques, leading them to start a revolt."],["2","A general ({@creature Akroan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) commands a town be put to the torch for its soldiers' crimes. Followers of Phenax are actually responsible for the crimes and are framing the community so it will be destroyed and turned into a haven for the Returned."],["3","An aging athlete ({@creature gladiator}) pursues sinister magic to aid his performance at the cost of innocent lives."],["4","The government of a polis fearful of impending war forces farmers to join a militia, precipitating a famine as crops are left untended."],["5","A {@creature priest} tries to undermine the servants of other gods by forcing them into duels and shaming them if they lose."],["6","A gifted orator ({@creature noble}) offers honest but scathing criticism of a champion of Iroas. The champion demands recompense, and the orator needs support against this threat."]],"name":"Iroas's Villains","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Guard}"],["1","{@creature Nyx-fleece ram|MOT}"],["2","{@creature Griffon}"],["3","{@creature Akroan hoplite|MOT}"],["3","{@creature Fleecemane lion|MOT}"],["5","{@creature Gladiator}"],["7","{@creature Stone giant}"],["11","{@creature Roc}"]],"name":"Iroas's Monsters","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Iroas inspires a brave Akroan general to travel forth with a handpicked army and confront the forces of a powerful and supposedly vulnerable minotaur warlord. The general loses despite Iroas's favor, and Akros is left exposed and poorly defended before a wave of Mogis-worshiping minotaurs."],["2","Heliod, weary of the constant strife between Iroas and Mogis, swears an oath to destroy Mogis with a godly coalition behind him. Erebos, disgusted with Heliod's hubris, forms a group in support of Mogis. Iroas, rather than accepting Heliod's aid, launches a grand campaign of his own against his brother."],["3","Mogis arms one of his champions with an axe capable of sundering the souls of mortal creatures. Iroas wants his champions to procure the weapon so he can lock it away in his armory and thwart his brother. Agents of Erebos also seek to recover the weapon on their master's behalf."],["4","Iroas achieves the victory he has always pursued: he kills his brother, and the world falls into chaos."]],"name":"Iroas's Divine Schemes","page":133,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arena Adventures","colLabels":["d8","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help an unfit participant survive an athletic competition."],["2","Convincingly lose an athletic competition so a gambler can win big."],["3","Sabotage a star athlete's chances of winning."],["4","Attend tryouts to become members of a chariot racing team."],["5","Assassinate a person watching a competition before the final match ends."],["6","Save a wrestler from a planned murder in the arena."],["7","Capture a beast that has escaped from the stadium."],["8","Recover a blessed trophy and award it to a contest's rightful victor."]],"name":"Arena Adventures","page":134,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arena Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A champion pankratiast ({@creature Akroan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) has her cronies lock everyone in the arena. She allows none to leave until a challenger defeats her."],["2","A {@creature minotaur} frees all the beasts in the amphitheater during a well-attended event."],["3","A chariot racer ({@creature gladiator}) poisons members of a rival team, causing them to fall asleep during competition."],["4","A {@creature mage} uses magic to spy on athletes' conversations and then blackmails them with the information."],["5","A {@creature stone giant} interrupts a session of games and demands a chance to compete."],["6","A promoter forces athletes to overexert themselves, causing dangerous accidents during competitions."],["7","An {@creature archmage} enchants or polymorphs innocents, forcing them to participate in brutal contests."],["8","A {@creature druid} uses the {@spell awaken} spell on beasts in the arena to make them more capable competitors."]],"name":"Arena Villains","page":134,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Plant a fruit-bearing tree where one has never grown."],["2","Save a village whose crops are failing."],["3","Defend or found an orphanage."],["4","Teach a settlement to defend itself from wild beasts."],["5","Reunite an orphan with living relatives."],["6","Convince raiders to give up their ways, settle down, found a village, and devote their lives to farming."]],"name":"Karametra's Quests","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The head of an orphanage ({@creature commoner}) believes she can care for the city's children better than their parents and works to have the other adults arrested."],["2","A {@creature priest} begins imposing restrictive lifestyle rules on a nearby population in order to \"civilize\" them."],["3","A local leader ({@creature Setessan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) imposes harsh penalties on the poor, claiming their poverty is a sign they have invited the gods' wrath."],["4","The head of a prominent family ({@creature noble}) continues to exert abusive control over their adult children, citing their role as matriarch or patriarch to justify it."],["5","A local leader ({@creature druid}) forces marriages between widows and widowers to increase the population."],["6","A polis leader ({@creature soldier|GGR}) begins doing sweeps of the surrounding countryside to round up non-citizens and put them to work supporting the community."]],"name":"Karametra's Villains","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Awakened shrub}"],["1","{@creature Alseid|MOT}"],["1","{@creature Dryad}"],["2","{@creature Awakened tree}"],["2","{@creature Druid}"],["4","{@creature Setessan hoplite|MOT}"],["5","{@creature Earth elemental}"],["5","{@creature Unicorn}*"],["9","{@creature Treant}"],["12","{@creature Archdruid|VGM}"]],"footnotes":["* See {@book chapter 6|MOT|6|Unicorn} for details about these creatures in Theros."],"name":"Karametra's Monsters","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Karametra's statues have covered their faces as if in despair, and nothing will grow. No one seems to know what has caused the god of fertility to withdraw her blessings from the world, but the problem must be solved if life is to endure."],["2","Karametra judges that mortals have over produced and moves to cull populations. She creates new plant species that feed on mortals, while her followers act oddly, running off to join bloody revels or sacrificing each other in the fields. How many must die before balance is restored?"],["3","Karametra's civilizing influence infringes on the territory and freedom of other nature gods, and so Nylea and Pharika band together to reduce her power."],["4","Karametra bestows her gifts on a wild cultist or minotaur champion trying to encourage her older, more bloodthirsty worship. The faith takes hold, causing the god to make vicious demands of her followers."]],"name":"Karametra's Divine Schemes","page":137,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Watchtower Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Guard a watchtower from assault."],["2","Assault a watchtower, defeating the guards defending it and claiming it for a different god."],["3","Steal military plans kept within a watchtower without alerting any of the guards inside."],["4","Free a prisoner from a cell."],["5","Infiltrate the watchtower as spies."],["6","Clear out monsters than have taken over the place."],["7","Steal a legendary weapon."],["8","Steal griffon mounts."],["9","Find a spy among the soldiers stationed at a watchtower."],["10","Train soldiers at a watchtower to face an approaching mythic monster."]],"name":"Watchtower Adventures","page":138,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Watchtower Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disguised {@creature abhorrent overlord|MOT} (see {@book chapter 6|MOT|6|Abhorrent Overlord}) convinces the soldiers in a watchtower to rise up against the officers."],["2","A {@creature medusa} takes over a watchtower and conducts experiments on the soldiers she captures."],["3","{@creature Siren|TftYP|Sirens} (see the harpies entry in {@book chapter 6|MOT|6|Harpies}) call soldiers to the top of the watchtower, then entice them over the edge so they can feast on the corpses."],["4","A flight of {@creature Griffon||griffons} attacks a watchtower after soldiers steal the creatures' eggs to train the hatchlings to serve as mounts."],["5","A {@creature cyclops} attacks a watchtower, eager to devour the animals within."],["6","A {@creature druid} of Nylea, angered by the construction of a watchtower in the forest, attracts a mythic beast to the area to destroy the structure."],["7","{@creature Blood-Toll Harpy|MOT|Blood-toll harpies} (see {@book chapter 6|MOT|6|Harpies}) take over a watchtower and light its beacon to bring more victims to the place."],["8","A {@creature spy} in a watchtower poisons the tower's food supply in advance of an upcoming attack."]],"name":"Watchtower Villains","page":138,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a genius artist who had their inspiration physically stolen."],["2","Break down a ruling structure that stifles ingenuity and creativity."],["3","Bring together lost icons of power to create an incredible storm with the might to halt a greater threat."],["4","Find a long-lost artifact that bestows oracular visions upon the user."],["5","Defeat the champion of another god in a battle of wits (perhaps Phenax, Mogis, or Klothys)."],["6","Find and restore a lost art form, arcane technique, or crafting method for the glory of Keranos."]],"name":"Keranos's Quests","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) foretells disaster for a polis unless a number of innocent citizens are sacrificed."],["2","An {@creature mage} servant of Keranos enhances storms as they form, threatening the countryside."],["3","An artist ({@creature commoner}) creates incredible works of art whose subjects come to life and wreak havoc."],["4","An {@creature archmage} who controls lightning rises to power, blasting those who oppose her to smithereens."],["5","A wild-eyed {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) points to the characters as harbingers of a coming disaster."],["6","A living storm deluges an area, taking what it believes is righteous revenge on a community."]],"name":"Keranos's Villains","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","{@creature Centaur}"],["3","{@creature Akroan hoplite|MOT}"],["3","{@creature Blue dragon wyrmling}*"],["5","{@creature Air elemental}"],["7","{@creature Theran chimera|MOT}"],["9","{@creature Young blue dragon}*"],["13","{@creature Storm giant}"],["16","{@creature Adult blue dragon}*"],["23","{@creature Ancient blue dragon}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Blue Dragons} for details about these creatures in Theros."],"name":"Keranos's Monsters","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bored with the temporary beauty of violent weather, Keranos creates a massive, self-perpetuating storm. Over time, the storm grows out of control. Keranos is delighted by his creation."],["2","Dared by Phenax to prove that he can, Keranos inspires eight mortals with eight ingenious ways to destroy the world. As a result, a genius actor, alchemist, inventor, diver, miner, sculptor, thief, and a duplicitous goat all set forth to enact their terrible brilliance."],["3","Keranos finds the spread of mortal knowledge inconsistent and slow. He empowers a champion to grant vast knowledge to any person or beast she touches. The advent of sagacious cattle, wolves, and children greatly disrupts (and unnerves) those who live in the areas through which Keranos's champion travels."],["4","Keranos creates a realm of his own design amid the Dakra Isles, a place where the land and its creatures obey unique physical laws and strange truths. Some of the inhabitants escape the isle and begin infecting the rest of Theros with their alternate reality."]],"name":"Keranos's Divine Schemes","page":141,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oracular Conflux Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Race an air elemental to an oracular conflux in order to receive a prediction of the future before the elemental's whirlwind obliterates all evidence of the reading."],["2","Defend the shrine from a worshiper who is angry with an oracle for an incorrect prediction."],["3","Convince an oracle to give a worshiper a particular false prediction."],["4","Help the addled victim of a lightning strike recover."],["5","Recover sacrificial animals from a {@creature cyclops} raider."],["6","Rig tools used to predict the future so that they produce a specific outcome."],["7","Manipulate a situation so prophesied events transpire within sight of a half-blind oracle."],["8","Evacuate a crowded shrine during a storm when lightning strike sets the temple ablaze."],["9","Infiltrate the shrine to determine the accuracy of a particular oracle or prediction method."],["10","Steal a book of recorded predictions from the shrine."],["11","Collect the materials necessary to create a revolutionary oracular device."],["12","Protect an oracle who must deliver bad news to a worshiper who is both influential and unpredictable."]],"name":"Oracular Conflux Adventures","page":142,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oracular Conflux Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bitter {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) who has foreseen her imminent death gives false predictions to worshipers so they will share her misery."],["2","A {@creature storm giant} pretends to be an avatar of Keranos and takes over the shrine, making its worshipers his subjects."],["3","A {@creature revenant} who died due to a misinterpreted prophecy comes back for revenge against the oracle who issued it."],["4","A {@creature cult fanatic} from a rival shrine gets the temple's animals drunk on fermented fruit, throwing off their predictions."],["5","An angry athlete ({@creature gladiator}) takes the conflux's oracles hostage, demanding they alter the future after predicting his defeat in an upcoming match."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) makes false predictions to convince nobles to give him money and lavish gifts."]],"name":"Oracular Conflux Villains","page":142,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Defeat a titan-spawned monster that has escaped the Underworld."],["2","Destroy an undead creature terrorizing a small community."],["3","Punish a powerful mortal for their hubris."],["4","Reestablish the balance between nature and civilization in a particular location."],["5","Repair the fabric of reality in a place where the mortal world was overlaid by Nyx during Xenagos's pretensions to godhood."],["6","Defeat a champion of another god (most likely Ephara, Heliod, or Iroas)."]],"name":"Klothys's Quests","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A single-minded Nyxborn {@creature assassin} of Klothys hunts a hero who was raised from the dead."],["2","Believing in the holiness of a terrible beast, Klothys's {@creature Acolyte||acolytes} murder heroes sent to deal with it."],["3","Certain that civilization offends fate, a {@creature priest} raises a herd of {@creature Typhon|MOT|typhons} to release on a city."],["4","Insulted {@creature Satyr Reveler|MOT|satyr revelers} (see {@book chapter 6|MOT|6|Satyr}) channel Klothys's magic to drive a polis's priests into embarrassing debauchery."],["5","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) knows it is a character's destiny to serve Klothys. The seer manufactures tragedy for the individual to provoke this revelation."],["6","A {@creature cult fanatic} of Klothys believes that the characters' deeds mark them as servants of the titans, destined to free one of those ancient terrors."]],"name":"Klothys's Villains","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Satyr reveler|MOT}"],["2","{@creature Satyr thornbearer|MOT}"],["3","{@creature Green hag}"],["4","{@creature Oracle|MOT}"],["6","{@creature Annis hag|VGM}"],["6","{@creature Cyclops}*"],["6","{@creature Underworld cerberus|MOT}"],["7","{@creature Woe strider|MOT}"],["9","{@creature Phylaskia|MOT}"],["15","{@creature Typhon|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6|Cyclops} for details about these creatures in Theros."],"name":"Klothys's Monsters","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convinced that Heliod's boundless ambition will destroy Theros, Klothys creates an artifact that will destroy the sun god once he claims it as his own. She needs mortal heroes who can demonstrate the artifact's power by vanquishing Erebos's servants, and in the process stoke Heliod's envy."],["2","Concerned by the spread of Meletian influence, Klothys fills the dreams of the polis's people with treachery. Neighbors attack neighbors, and attempts by Ephara's followers to intervene only redirect the violence toward the polis's patron."],["3","Klothys becomes convinced that mortals giving worship to the gods distorts their proper relationship to each other, and she sets out to abolish religion."],["4","Now that she has left the Underworld, Klothys knows it's only a matter of time until the titans escape. To prepare the world for the horrors of that inevitable conflict, she unleashes Underworld beasts into the mortal realm, trusting that the mayhem will bring forth heroes who can ultimately defeat the titans."]],"name":"Klothys's Divine Schemes","page":145,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Condition","colLabels":["d8","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sunken underground"],["2","Overgrown with plants"],["3","Underwater"],["4","Partially collapsed"],["5","Buried in dirt, mud, sand, or snow"],["6","Beneath a new temple"],["7","Cracked into more than one piece"],["8","Floating in an unstable parallel reality"]],"name":"Abandoned Temple Condition","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Retrieve records or a magic item left in the temple."],["2","Demolish what's left of the temple to prevent anyone from retrieving the ancient secrets hidden inside."],["3","Retrieve the remains of a dead humanoid from the temple."],["4","Kill monsters infesting the temple."],["5","Find a replacement for the temple's current guardian."],["6","Consult with a hermit who lives in the temple."],["7","Stop cultists from performing a destructive ritual in the temple."],["8","Restore the temple to receive the patron deity's blessing."],["9","Find a gate to the Underworld or Nyx."],["10","Consult a demon living in the temple."],["11","Discover why the temple was abandoned."],["12","Restore the temple to reveal the truth hidden in its architecture."]],"name":"Abandoned Temple Adventures","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A depraved cult of Klothys captures victims on the road and brings them to the temple for ritual torture."],["2","A {@creature hydra} slumbers within an abandoned temple, having dug a lair out of one of the collapsed sections."],["3","A {@creature medusa} living in an abandoned temple grants curative aid to those who bring her a humanoid sacrifice."],["4","A {@creature bandit captain} hiding in a temple hopes to open its vault to find treasure, not knowing that a demon is trapped inside."],["5","{@creature Blood-Toll Harpy|MOT|Blood-toll harpies} make an abandoned temple their nest and devour any creatures that get too close."],["6","A {@creature gynosphinx} curious about human behavior creates a series of deadly traps in an abandoned temple and lures adventurers to the place to witness if and how they overcome its challenges."]],"name":"Abandoned Temple Villains","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seize a powerful magic item from those who would misuse it, study it, and then destroy it."],["2","Capture a former follower of Kruphix who used secret knowledge for personal gain and deliver them to Kruphix's temple for judgment."],["3","Suppress all knowledge of a dangerous secret, such as the location of a fountain of immortality, by any means necessary."],["4","Bring proof of a powerful conspiracy to the leaders of a human polis while evading or defeating the agents sent to stop you."],["5","Investigate rumors of an unearthed divine relic and decide whether it's safe to be in the mortal realm."],["6","End a conflict between the followers of two other gods, whether by mediating, forcing a truce, or siding with the weaker group to defeat the stronger one."]],"name":"Kruphix's Quests","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) seeks to erase the memories of an entire community, reducing them to a simpler, happier, more natural state."],["2","A {@creature gynosphinx} possesses magic that can stop a rampaging monster, but refuses to share it for fear that it might be misused."],["3","A former agent ({@creature spy}) of Kruphix knows the location of an unguarded portal to the Underworld and plans to sell it to the highest bidder."],["4","A {@creature noble} sows discord among Heliod's followers, believing that the sun god is the greatest threat to harmony among the gods."],["5","An {@creature archmage} works to destroy the Temple of Mystery to further divide Nyx from the mortal world."],["6","A {@creature cult fanatic} of Kruphix learns that the characters have discovered knowledge mortals were not meant to know and works to silence them."]],"name":"Kruphix's Villains","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/4","{@creature Blink dog}"],["1/2","{@creature Cockatrice}"],["2","{@creature Nothic}"],["3","{@creature Phase spider}"],["6","{@creature Invisible stalker}"],["7","{@creature Theran chimera|MOT}"],["11","{@creature Gynosphinx}*"],["12","{@creature Archmage}"],["17","{@creature Androsphinx}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Sphinx} for details about these creatures in Theros."],"name":"Kruphix's Monsters","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Shadowy forces steal a holy artifact, thought to be a part of the sun, from Heliod's followers. The priesthood blames Phenax or Erebos, but Kruphix is behind the theft. The sun stone holds a terrible secret power, and Kruphix seeks to remove it from the mortal world before it does great harm."],["2","Kruphix sends Nyxborn to torment a community. The locals are baffled, until it's revealed that miners have impeded on a cave that underpins the nature of time. Not only are mortals not welcome there, but someone has already entered, employed the passages there, and stolen something from the past."],["3","A philosopher in Meletis argues that the gods rely on mortals for their existence, rather than the other way around. When this idea gains adherents, Kruphix curses the polis so that no one can speak or read."],["4","After a minor altercation between the gods, Kruphix declares a new Silence. He refuses to lift it unless the other gods agree to aid him in forcing Klothys back into the Underworld."]],"name":"Kruphix's Divine Schemes","page":149,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Temple of Mystery Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find and repair one of the temple's challenges that has malfunctioned."],["2","Seek the help of the temple's priest, who's become trapped in stasis due to a malfunctioning trap."],["3","Solve the puzzles in a temple to claim a magic item hidden inside."],["4","Rescue someone trapped in the temple."],["5","Learn how a particular trap or puzzle works so it can be recreated."],["6","Solve more challenges than a rival party of adventurers who are also in the temple."],["7","Enter the temple and contend with a complex trap that, over time, has developed consciousness."],["8","Lead dangerous individuals into the temple and ensure they never leave."],["9","Question the priest to find the location of another temple of mystery."],["10","Lead dangerous creatures into the temple to trap them there."],["11","Defeat a cabal of mages that has claimed the temple."],["12","Defeat a temple's challenges to get the attention of the gods."]],"name":"Temple of Mystery Adventures","page":150,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Temple of Mystery Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bored {@creature androsphinx} asks visitors riddles with no correct answer, then tears them apart for fun when they respond incorrectly."],["2","A mad {@creature archmage}, obsessed with a mystery she can't solve, wanders the halls of the temple and forces those she meets to confront the puzzle."],["3","A dragon disguised as a humanoid waits in the temple's entrance and demands treasure from anyone leaving."],["4","The {@creature priest} caring for the temple gets jealous whenever adventurers solve a puzzle he couldn't and tries to kill them."],["5","A hero challenges adventurers to solve the temple's mysteries faster than she can, but she has rigged each to ensure her victory."],["6","A {@creature cyclops} accidentally trapped in the temple goes on a rampage."]],"name":"Temple of Mystery Villains","page":150,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Foment a war between rival poleis."],["2","Bring about anarchy and lawlessness in a formerly peaceful polis."],["3","Organize disparate groups of bandits and criminals into a cohesive fighting force."],["4","Hunt down a famous defender of the law who champions Iroas."],["5","Triumph in a contest of strength or endurance to prove Mogis's superiority over other gods."],["6","Defeat a champion of another god (most likely Iroas, Heliod, or Ephara)."]],"name":"Mogis's Quests","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A petty tyrant ({@creature gladiator}) rules his populace through threats and intimidation. His favorite pastime is forcing unwilling subjects to fight in gladiatorial blood sports."],["2","A band of {@creature Minotaur||minotaurs} directed by a champion of Mogis forges a trail of devastation through the countryside."],["3","A serial killer ({@creature assassin}) stalks the streets of the polis, taking lives seemingly at random."],["4","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) of Mogis marches into town and predicts doom on the populace within a fortnight."],["5","Priests of Iroas and Heliod are being murdered by unknown assailants and their temples desecrated."],["6","An {@creature archmage} is corrupted by Mogis and begins summoning demons to savage the population."],["7","A badly wounded caravan guard ({@creature bandit captain}) accuses the characters of murder and banditry."],["8","A cabal of Mogis's {@creature Cult Fanatic||cult fanatics} have almost succeeded in finding a way to summon Mogis's warhound to their service."]],"name":"Mogis's Villains","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Death dog}"],["2","{@creature Berserker}"],["3","{@creature Fleecemane lion|MOT}"],["3","{@creature Manticore}"],["3","{@creature Minotaur}"],["5","{@creature Catoblepas|VGM}*"],["6","{@creature Cyclops}*"],["7","{@creature Theran chimera|MOT}"],["8","{@creature Blackguard|VGM}"]],"footnotes":["* See {@book chapter 6|MOT|6|Classic Monsters} for details about these creatures in Theros."],"name":"Mogis's Monsters","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A champion of Mogis unites the {@creature minotaur} bands and {@creature cyclops} tribes of Phoberos under her banner, creating a terrifying army. At Mogis's command, she leads the army in an all-out assault on Akros, hoping to draw Iroas into battle and defeat him once and for all."],["2","Mogis bargains with Pharika, convincing her to create elixirs that will turn his followers into invincible monsters. He sends his champions to fetch the necessary ingredients for her."],["3","A bitter noble makes a pact with Mogis for power in exchange for carrying out a plot to ignite a war between Meletis and Setessa. Thousands will die unless the scheme is put to rest."],["4","Mogis agrees to ally with three other gods against their rivals if they help him defeat Iroas. Mogis's brother does the same. Soon the entire pantheon divides along faction lines and prepare for the final war."]],"name":"Mogis's Divine Schemes","page":153,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Canyon Shrine Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Survive a journey through the canyon while escorting a caravan transporting offerings to another god."],["2","Slay a massive, blood-drunk monster that rampages through the region."],["3","Find a band of {@creature Minotaur||minotaurs} residing in the canyon and convince them to attack a gang of undead about to pass through on their way to attack a village."],["4","Consult a hermit who lives in a hidden part of the canyon."],["5","Retrieve an item buried amid the shrine's sacrifices."],["6","Destroy the shrine."],["7","Negotiate with a group of Mogis's followers."],["8","Convince a young aristocrat who was seduced into joining a cult of Mogis to return home."],["9","Infiltrate a cult of Mogis to learn of any raids they have planned."],["10","Steal an egg from a griffon nest in the canyon."]],"name":"Canyon Shrine Adventures","page":154,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Canyon Shrine Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature minotaur} captures and devours other creatures limb by limb as part of a bizarre ritual honoring Mogis."],["2","A tribe of {@creature Berserker||berserkers} ride {@creature Giant Bat||giant bats} and hunt humanoids that travel through the canyon."],["3","An {@creature adult blue dragon} enslaves the inhabitants of the caves, intent on building an army to conquer a neighboring settlement."],["4","A {@creature manticore} captures warriors and forces them to fight to the death for its amusement."],["5","A group of {@creature Cyclops||cyclopes} capture travelers and keep them as livestock in their caves."],["6","A {@creature lamia} lures young nobles into its cult with promises of hedonism and sells those who disappoint it to other canyon inhabitants."],["7","A vicious {@creature gynosphinx} captures groups of people, then forces one person to choose which of the others should be devoured first."],["8","The victims of the canyon's inhabitants rise as {@creature Wraith||wraiths} determined to end all life in the area."]],"name":"Canyon Shrine Villains","page":154,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Free a hydra that has been captured and imprisoned in a menagerie."],["2","Investigate reports of unnatural horrors infesting the Nessian Wood."],["3","Plant a golden acorn in a distant grove guarded by monsters."],["4","Find and punish an unknown perpetrator who killed a unicorn, cut off its horn, and left its body to rot, and retrieve the horn."],["5","Hunt a dangerous creature for a sacred feast."],["6","Defeat a champion of another god (most likely Karametra, Heliod, or Ephara)."]],"name":"Nylea's Quests","page":156,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Setessan hunt-leader ({@creature Setessan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) swears vengeance on a poacher in the Nessian Wood who turns out to be an Akroan general."],["2","A {@creature hydra} goes on a rampage at the edge of the forest. It must be dealt with, but a {@creature druid} follower of Nylea will take vengeance on anyone who kills it outright."],["3","A {@creature mage} who lives in a secluded grove has been using a magic item to transform interlopers into boars. She claims that Nylea gave her this item."],["4","A {@creature druid} uses magic on fields near the border of the forest, creating animated plants to drive off farmers."],["5","A {@creature scout} has taken to hunting and eating sapient beings. What could have caused this gruesome turn?"],["6","Those who follow a mysterious green {@creature unicorn} inevitably turn up dead, their bodies entangled in strangling vines."]],"name":"Nylea's Villains","page":156,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Scout}"],["1","{@creature Dryad}"],["1","Nyxborn {@creature brown bear}*"],["2","Nyxborn {@creature saber-toothed tiger}*"],["2","{@creature Satyr thornbearer|MOT}"],["3","{@creature Archer|VGM}"],["5","{@creature Shambling mound}"],["5","{@creature Unicorn}*"],["9","{@creature Treant}"],["12","{@creature Ironscale hydra|MOT}"],["19","{@creature Polukranos|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Nylea's Monsters","page":157,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When the polis of Meletis expands, clearing new land for houses and crops, Nylea decides to punish the polis and destroy it if necessary. Animated trees topple the walls, and Nyxborn beasts invade the city."],["2","Nylea refuses to turn winter into spring unless Karametra agrees to abolish agriculture and yield all cropland back to the forest."],["3","When tensions between Akros and Setessa peak, Nylea blames Iroas for stirring up the conflict and puts Setessa under her protection, expanding the borders of the Nessian Wood to encompass all of Setessa, creating a near-impenetrable fortress filled with dangerous creatures."],["4","Nylea abruptly vanishes. Explorers deep in the Nessian Wood discover her sacred grove abandoned, and the giant chrysalis at its heart empty. What was in the chrysalis? Could it have harmed Nylea? Or did she leave with the creature—and if so, did she do that to protect the creature, or to protect Theros?"]],"name":"Nylea's Divine Schemes","page":157,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Forest Shrine Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Get permission from the shrine's {@creature Druid||druids} to take part in a sacred hunt with them."],["2","Prevent game hunters from killing a {@creature unicorn}, and lead the unicorn to a shrine for shelter."],["3","Find a {@creature scout} from the shrine who has gone missing."],["4","Escape a shrine after being captured and held there for crimes against the forest."],["5","Rescue trophy hunters being tortured at a shrine."],["6","Earn a {@creature Druid||druid's} trust to learn a valuable secret about the forest."],["7","Retrieve a sacred weapon held in the grove."],["8","Recruit the help of the shrine's {@creature Druid||druids} to defeat a group of poachers."],["9","Acquire a beast companion from the shrine."],["10","Defend the shrine from a group of {@creature Harpy||harpies}."]],"name":"Forest Shrine Adventures","page":158,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Forest Shrine Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of {@creature Dryad||dryads}, enraged by seeing a section of forest burned, plots to destroy the shrine in order to punish the druids for failing to protect the trees."],["2","Poachers ({@creature Scout||scouts}) kill the shrine's defenders and set their traps in the surrounding forest."],["3","The shrine stands in the path of a {@creature hydra} on a destructive rampage."],["4","A {@creature druid} who lost her spouse in a hunting accident attacks any hunters who come to the shrine."],["5","A {@creature giant boar} affected by the {@spell awaken} spell convinces the shrine's druids to cast the spell on other boars to strike back at a contingent of hunting nobles."],["6","A {@creature cult fanatic} of Erebos infiltrates the shrine in disguise and plans to kill all its plant life."]],"name":"Forest Shrine Villains","page":158,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Concoct the antidote for a powerful affliction that resists conventional treatments."],["2","Seek out a powerful beast whose blood has unique alchemical value."],["3","Infiltrate the Underworld to extract a secret someone carried with them to the grave."],["4","Track down and eliminate someone who is trying to keep a radical discovery a secret."],["5","Assassinate an important figure whose death would catalyze one of Pharika's experiments."],["6","Perfect a perilous ritual to awaken the landscape and learn how to discover its forgotten lore."]],"name":"Pharika's Quests","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature druid} seeds deadly herbs into a village's fields, coaxing the plants to resemble farmers' crops."],["2","The life of a tyrant ({@creature knight}) is central to one of Pharika's experiments in mortal suffering, so the god resurrects the tyrant whenever enemies kill him."],["3","Legend tells of a hydra with alchemical lore scribed upon its bones. When an alchemist ({@creature mage}) begins poisoning the beasts, Nylea sends dozens of {@creature Hydra||hydras} to seek revenge, catching innocents in the fray."],["4","A town suffering from a plague seeks a cure from a {@creature cult fanatic} of Pharika engaged in warlike research. The researcher's blessing alleviates the pox but leaves the survivors delusional and violent."],["5","After the characters witness a miracle, an apothecary ({@creature mage}) seeks their blood as a medicinal ingredient."],["6","An {@creature archmage} devotee of Pharika manages to shrink monsters to a size so small that they effectively behave as viruses."]],"name":"Pharika's Villains","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/4","Nyxborn {@creature giant poisonous snake}*"],["1/2","{@creature Amphisbaena|GoS}"],["1/2","{@creature Cockatrice}"],["2","{@creature Swarm of poisonous snakes}"],["3","{@creature Basilisk}*"],["6","{@creature Medusa}*"],["8","{@creature Assassin}"],["8","{@creature Hydra}"],["8","{@creature Spirit naga}"],["17","{@creature Hythonia|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Pharika's Monsters","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pharika creates a mind-controlling incense to manipulate several of Kruphix's oracles, compelling them to reveal secrets of the cosmos. Unfortunately, her mutagenic mist causes them to transform into beings they've glimpsed from beyond Theros."],["2","Seeking to understand more about the Returned, Pharika begins granting them elixirs meant to restore their lost memories. Although this works as intended for a rare few, most of the Returned instead experience traumatic visions that drive them to violence."],["3","Medusas the world over find themselves infected with a strange disease. They believe Pharika is collecting their souls to harvest the secrets they hoard. The medusas seek advocates to end Pharika's plague."],["4","After losing a bet to an ambitious physician, Pharika loans the doctor her sacred kylix for one week and invites him to cure as many patients as he pleases. In that time, he cures death itself in a small town. Not only has this emboldened some of the town's scalawags to commit crimes without fear of retribution, but the news has also infuriated disciples of Erebos, Mogis, and Klothys. Meanwhile, Pharika watches with delight as too much of a good medicine inspires distress and conflict that threaten to boil over into surrounding regions."]],"name":"Pharika's Divine Schemes","page":161,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Healing Pools Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Heal yourself or a diseased or injured party member in the pools."],["2","Escort a sick or injured person to the pools."],["3","Kill monsters taking up residence in the pools."],["4","Capture people and creatures for the priests to use in their experiments."],["5","Cure the pools of a contamination."],["6","Create a poison based on notes provided to you by one of Pharika's priests and contaminate the pools."],["7","Steal reagent-rich water from the pools."],["8","Rescue a priest's test subject and help them undo or adapt to the transformations they underwent due to the priest's experiments."],["9","Kill or capture an escaped beast monstrously transformed by the priest's experiments."],["10","Retrieve materials needed to create a cure for a disease and convince a priest to help you make it."]],"name":"Healing Pools Adventures","page":162,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Healing Pools Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of {@creature Returned Palamnite|MOT|Returned palamnites} (see {@book chapter 6|MOT|6|Returned Palamnite}) invade the pools, believing the waters' magic can restore their lost memories and mortal bodies."],["2","{@creature Naiad|MOT|Naiads} (see {@book chapter 6|MOT|6|Naiad}) guard the pools, making their own judgments about who is and isn't worthy of the pools' healing magic."],["3","The magic waters of the pools wash out to sea and attract a dying {@creature kraken} to the area."],["4","An {@creature assassin} barters captured humanoid test subjects for poison from the pools' {@creature medusa} priest."],["5","A dying {@creature veteran} who was {@condition poisoned} by the pools slaughters any person who is healed by the waters."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) allows the pools' poisons to seep from the caves and contaminate a community."]],"name":"Healing Pools Villains","page":162,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rob or defend a gambling parlor."],["2","Destabilize or aid the government of the local polis."],["3","Form or foil a heretical cult of Heliod to bring discord to the countryside."],["4","Assassinate or protect the local magistrate who has been cracking down on Phenax worshipers."],["5","Create a grand prank built around obfuscation and deceit to embarrass a local government or temple."],["6","Defeat a champion of another god (most likely Heliod, Erebos, or Iroas)."]],"name":"Phenax's Quests","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A charismatic crime boss ({@creature bandit captain}) unites local gangs in a bid to seize control of the polis."],["2","A {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) wreaks havoc across the countryside in Phenax's name."],["3","The lies of a government functionary ({@creature noble}) start a trade war between struggling settlements."],["4","Phenax {@creature Cultist||cultists} establish a fake cult of Ephara in a bid to start a sectarian civil war in Meletis."],["5","An information broker ({@creature spy}) holds damaging secrets about important folk and is blackmailing them."],["6","A group of vocal iconoclasts ({@creature Noble||nobles}) are fomenting social upheaval that threatens to turn to violence."],["7","A champion ({@creature veteran}) of Heliod is threatening to torch a section of the polis in her hunt for a Phenax-worshiping oath breaker."],["8","Folk go missing then turn up with no memory of their disappearance. Phenax {@creature Cult Fanatic||cult fanatics} are brainwashing these souls for use as sleeper agents."]],"name":"Phenax's Villains","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Returned sentry|MOT}"],["3","{@creature Leucrotta|VGM}"],["3","{@creature Slithering tracker|VGM}"],["4","{@creature Returned palamnite|MOT}"],["5","{@creature Ghostblade eidolon|MOT}"],["5","{@creature Master thief|VGM}"],["8","{@creature Assassin}"],["16","{@creature Phoenix|MTF}"]],"name":"Phenax's Monsters","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Phenax finds an artifact capable of imprisoning Athreos and engages in a shadow war with Erebos, causing pandemonium in the Underworld. As a result, droves of Returned flood the mortal world."],["2","Phenax undertakes a plot to transform Erebos into one of the Returned. If he succeeds, the balance of life and death will be shattered."],["3","Phenax vanishes. For a time, it's believe the god has been killed or grew bored and left Theros. In fact, though, Phenax managed to imprison another god and has since taken their place."],["4","Phenax dispatches a powerful agent to find a lost relic called Deception's Edge, a dagger that enables the wielder to warp the minds of mortals. Once in possession of the artifact, the agent embarks on a campaign of assassination and espionage that threatens to lead to all-out war between Akros and Meletis."]],"name":"Phenax's Divine Schemes","page":165,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amphitheater Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal an item from an audience member."],["2","Find evidence of a crime hidden backstage."],["3","Defend a theater being run by a criminal cabal from a rival gang's assault."],["4","Take the place of a group of performers on stage to impress an audience member."],["5","Assassinate an audience member during a performance without being seen."],["6","Serve as bodyguards for an audience member."],["7","Learn which performers are criminals."],["8","Find a spy among the audience members and deliver a message to that person."],["9","Steal costumes from the theater to infiltrate a temple in disguise."],["10","Intercept and decipher a coded message meant for someone else."]],"name":"Amphitheater Adventures","page":166,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amphitheater Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An actor charms nobles who see him perform into surrendering their fortunes."],["2","The {@creature wraith} of a murdered actress reenacts her death every night, playing the role of the murderer and targeting a new performer in her place."],["3","An untalented dancer ({@creature scout}) poisons those with more skill in order to get ahead."],["4","A {@creature mage} playwright invites political figures to see his satires, then uses magic to make them react dramatically, which encourages more people to see his plays."],["5","A leading lady is also an {@creature assassin} for hire, and she uses a secret room in the theater as her base."],["6","Burglars ({@creature Veteran||veterans}) masquerading as acrobats identify marks during their performances, then rob them afterward."],["7","A murderer ({@creature spy}) who works as a prop maker hides his weapons and victims in among pieces of the set."],["8","A theater-loving {@creature mage} uses a {@creature homunculus} to spy on audience members to gain blackmail material."]],"name":"Amphitheater Villains","page":166,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Clear out a monster-infested mine and help procure precious iron ore for a master smith."],["2","Protect a traveling theater troupe as they perform a new play that glorifies Purphoros and makes another god look foolish."],["3","Retrieve a sacred weapon of Purphoros that has fallen into the hands of minotaurs."],["4","Resist the corrupt authority of a powerful priest of Heliod or a cruel village elder."],["5","Triumph in a contest of strength or crafting to bring glory to Purphoros."],["6","Defeat a champion of another god (most likely Heliod, Kruphix, Phenax, or Mogis)."]],"name":"Purphoros's Quests","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature cult fanatic} of Purphoros turns to Mogis to enhance his craft, engaging in bloody rituals to produce exquisite cursed weapons."],["2","An aging {@creature veteran} seeks to replace her body with living bronze and enlists a genius {@creature archmage} of Purphoros to aid her. Then several of their test limbs escape."],["3","A rebel ({@creature spy}) plots to set fire to a temple of Heliod and dedicate the blaze to Purphoros, driving the gods toward a conflict he's certain Purphoros will win."],["4","A {@creature gladiator} of Purphoros partakes of the fumes at Mount Velus then goes on what seems to be a rampage that contributes to a mysterious design."],["5","A {@creature priest} of Purphoros condemns the party for treating their weapons and tools poorly, insisting they discard them until the heroes prove their worthiness."],["6","A group of {@creature Oread|MOT|oreads} (see {@book chapter 6|MOT|6|Oread}) seeks inspiration in flames. The oreads leave Purphoros's forge and conduct thorough studies of everything they burn."]],"name":"Purphoros's Villains","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Anvilwrought raptor|MOT}"],["1","{@creature Bronze sable|MOT}"],["2","{@creature Burnished hart|MOT}"],["4","{@creature Oread|MOT}"],["5","{@creature Gold-forged sentinel|MOT}"],["5","{@creature Fire elemental}"],["6","{@creature Cyclops}*"],["9","{@creature Fire giant}"],["16","{@creature Iron golem}"],["17","{@creature Adult red dragon}*"],["24","{@creature Ancient red dragon}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Classic Monsters} for details about these creatures in Theros."],"name":"Purphoros's Monsters","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Enraged at Heliod's latest insult, Purphoros causes Mount Velus to erupt. The volcano's rage doesn't cease, though, threatening the region."],["2","Insulted that the other gods don't appreciate his creations, Purphoros breaks the Nyx-infused chains that bind the ancient red dragon Thraxes, allowing it to go on a far-ranging rampage."],["3","Gripped by sudden inspiration, Purphoros begins building a massive Nyx-bronze bridge that will link Mount Velus in the mortal world with Nyx itself. Every god opposes him in this effort. Can the construction effort be sabotaged without bringing the bridge tumbling down on the mortal world?"],["4","Purphoros's double, Petros, reveals an army of metal Nyxborn creatures and unleashes them against temples and settlements dedicated to other gods. The gods blame Purphoros for the attack, but he is too proud, and too fond of Petros, to stop the attacks."]],"name":"Purphoros's Divine Schemes","page":169,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Volcano Temple Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Acquire an item that wasn't up to Purphoros's standards before it's cast into the lava."],["2","Defend the temple from fiery zombies emerging from tunnels connecting to a collapsed temple."],["3","Steal a phoenix egg from the temple."],["4","Become an apprentice to one of the priests and craft an item in the temple."],["5","Explore a ruined temple after an eruption to make sure it is safe for others to enter."],["6","Stop the temple priests from destroying well-crafted but substandard armor and weapons that are needed by a nearby settlement."],["7","The volcano is erupting! Prevent it, or save the most fanatical priests who refuse to leave their forges."],["8","Negotiate with fire giants who want to use the temple's forges."],["9","Destroy a near-indestructible item in the volcano's forges."],["10","Rescue an artisan lost in the temple's twisting halls."]],"name":"Volcano Temple Adventures","page":170,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Volcano Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult red dragon} tries to make its nest inside the temple, attacking the artisans and priests within."],["2","A {@creature priest} of Mogis infiltrates the volcano and mars its ornate halls, hoping to draw Purphoros's ire and thus cause the volcano to erupt at an unexpected time, killing everyone in the temple."],["3","A obsessed {@creature cult fanatic} is never satisfied with her apprentices' creations and works them to death."],["4","A unit of defeated and desperate {@b hoplites} (see {@book chapter 6|MOT|6|Hoplites}) raid the temple, steal magical weapons, and prepare to avenge their fallen companions."],["5","An apprentice artisan summons {@creature Fire Elemental||fire elementals} that he can't control to murder his cruel master."],["6","An {@creature iron golem} forged in the temple breaks free of its maker's control and goes on a killing spree."]],"name":"Volcano Temple Villains","page":170,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a village of Thassa's faithful evacuate to the hills before Thassa sends a great wave to punish the village's willful coastal neighbors."],["2","Phenax has learned the location of a sunken treasure in a flooded cave. Retrieve the treasure before his fortune-hunters can steal it from Thassa."],["3","Smuggle a cargo of offerings for Thassa past harbor inspectors at Meletis, skirting new laws put into place at the behest of Heliod's priesthood that ban the import of items intended for sacrifice to other gods."],["4","Find a magically stolen vessel sequestered high in the mountains and return it to the ocean."],["5","Capture a great beast of the land and bring it to the shore as an offering for a kraken."],["6","Humiliate a champion of another god (most likely Ephara, Karametra, Pharika, Iroas, or Mogis)."]],"name":"Thassa's Quests","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature triton master of waves|MOT} (see {@book chapter 6|MOT|6|Triton}) demands ever greater sacrifices to Thassa from merchants moving along a crucial trade route, threatening to sink ships that don't comply."],["2","A former {@creature priest} of Thassa kidnaps indigents and plans to drown them as offerings to regain her favor."],["3","A {@creature druid} of Thassa, after being mistreated by a coastal community, uses magic to lure a plague of {@creature Giant Crab||giant crabs} out of the depths to take revenge."],["4","A {@creature water elemental} is trapped in a village well and has changed the drinking water to saltwater. It needs help returning to the sea."],["5","Sirens (see the harpies entry in {@book chapter 6|MOT|6|Harpies}) favored by Thassa take up residence in a lighthouse, preventing its use."],["6","A ship carrying a massive pearl sacred to Thassa has been sunk. Thassa's {@creature Cultist||cultists} want the pearl back, but anyone trying to retrieve it find that the god's triton followers have claimed it."]],"name":"Thassa's Villains","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Hippocamp|MOT}"],["1","Siren ({@creature harpy})*"],["2","{@creature Naiad|MOT}"],["2","{@creature Triton shorestalker|MOT}"],["5","{@creature Water elemental}"],["8","{@creature Triton master of waves|MOT}"],["13","{@creature Storm giant}"],["17","{@creature Dragon turtle}"],["23","{@creature Kraken}*"],["26","{@creature Tromokratis|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Thassa's Monsters","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After a kraken is sighted near an inhabited island, a fleet prepares to set sail from Meletis to face it. In retribution, Thassa pulls the ocean back from the entire coastline, stranding not only the fleet, but the fishing boats and merchant vessels that keep the polis fed and supplied. Thassa's oracles announce that \"the forest of masts must be felled\" before the waters will return, but Meletis refuses to give up its navy. How can Thassa be appeased?"],["2","During a divine conflict, one of the gods' weapons tumbles into the sea. Thassa refuses to return the godly weapon, claiming it as her own, much to the owner's ire."],["3","Thassa turns a ship full of another god's champions into dolphins as punishment for setting foot on one of her holy isles. Can she be persuaded to change them back? How will the champions' patrons respond if she refuses?"],["4","When multiple gods turn against her in a dispute, Thassa is enraged. She releases the locks binding every kraken in the sea, along with that of an ancient and mysterious kraken brood mother."]],"name":"Thassa's Divine Schemes","page":173,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coastal Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Save land-dwelling worshipers who became trapped inside the temple during a flood."],["2","Steal an offering before it washes away."],["3","Confront pirates worshiping at the temple."],["4","Defend the temple from kraken-worshiping cultists."],["5","Kill or drive off a {@creature hydra} that has claimed the temple as its home."],["6","Help a {@creature killer whale} beached in the temple."],["7","Get information from a worshiper."],["8","Kidnap a worshiper without making a scene."],["9","Steal a magic {@creature quipper} from a sacred tide pool."],["10","Spy on a conversation between two worshipers."],["11","Negotiate with a {@b blue dragon} that wants to claim the temple as its lair."],["12","Escape the temple as it floods."]],"name":"Coastal Temple Adventures","page":174,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coastal Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature kraken} threatens to destroy the temple if worshipers don't pay tribute to the creature."],["2","A {@creature Naiad|MOT} (see {@book chapter 6|MOT|6|Naiad}) hides inside the temple and murders fishers who worship here for their crimes against the sea."],["3","A group of sirens (see the {@creature Harpy||harpies} entry in {@book chapter 6|MOT|6|Harpies}) take over the temple and lure new victims inside to drown themselves during high tide."],["4","A {@creature priest} of Thassa falsely convinces elderly worshipers that giving more wealth to the temple increases the length of time they live."],["5","A {@creature giant octopus} under the effects of the {@spell awaken} spell hunts in the temple at high tide."],["6","A rageful {@creature triton master of waves|MOT} (see {@book chapter 6|MOT|6|Triton Master of Waves}) believes everyone in a temple is secretly serving a kraken and begins murdering them."]],"name":"Coastal Temple Villains","page":174,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Adventures at Sea","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Slay a monster or pirates terrorizing ships at sea."],["2","Follow an omen that leads out to sea."],["3","Seek an artifact hidden underwater or on an island."],["4","Find your way home after getting lost."],["5","Find a lost temple of a god."],["6","Relocate settlers trying to colonize an inhabited isle."],["7","Discover a safe route through deadly waters."],["8","Retrace the path of a hero lost at sea."],["9","Find a whirlpool that is a passage to the Underworld."],["10","Sail from the edge of the world into Nyx."]],"name":"Embarking on Adventure; Adventures at Sea","page":176,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Island Environments","colLabels":["d10","Environment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Frozen. The island is magically frozen or is a floating iceberg. Perhaps something lies locked within."],["2","Sargassum. The island is a dense layer of seaweed that has developed its own ecosystem of strange beasts and trapped sailors."],["3","Living. The island is actually a gigantic slumbering creature—potentially unbeknown to its residents."],["4","Mirage. Magical phenomena surround a mundane island with tempting or treacherous illusions."],["5","Nyx Shard. The island is a manifestation of Nyx, a recreation of a land from the distant past or completely from fiction."],["6","Idyllic. The island has beautiful weather and abundant fruit—so much so that some might consider never leaving."],["7","Lost Ruin. The island is all that survived a calamity that destroyed a legendary city."],["8","Gateway. The island is inherently magical, perhaps being an intrusion from a bizarre demiplane or the dream of a sleeping demigod."],["9","Promised Land. The island is a gift from a god to a favored individual or population, specially tailored to suit their whims."],["10","Divine Refuge. A god created this island to be a personal getaway, making it a reflection of the world as it would appear if they were in complete control."]],"name":"Island Environments","page":177,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Island Inhabitants","colLabels":["d10","Inhabitants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Last. Creatures that think they're the last of their kind—perhaps Returned, leonin, or humans—make their home on the island."],["2","First Contact. A prosperous civilization, unconnected to the great poleis, thrives on the island."],["3","Strangers. A species not usually connected to Theros dwells here—such as thri-kreen, yuan-ti, or another creature from the {@book Monster Manual|MM}."],["4","Rivals. Two settlements have turned the island into a war zone."],["5","Prisoner. A powerful monster or dangerous figure from legend is imprisoned on this island."],["6","Tyrant. A powerful individual built a fortress on the island, and all other residents revere them."],["7","Fanatics. The island's residents know only one god and don't appreciate visits from heretics."],["8","The Dead. A settlement of the Returned is located near an obscure passage to the Underworld."],["9","Memories. Everyone on the island is Nyxborn, being the reincarnation of a lost people."],["10","Oracle. An oracle with a reputation for accurate knowledge and prediction lives on the island."]],"name":"Island Inhabitants","page":178,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underwater Adventures","colLabels":["d12","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seek aid or advice from the eldest member of an aquatic species—such as the first dolphin."],["2","Recover the treasure of a hero long ago devoured by a sea beast."],["3","Carry a coastal city's gifts and diplomatic messages to an underwater community."],["4","Calm a kraken attempting to break out of its sea lock (see {@book chapter 6|MOT|6|Kraken})."],["5","Make a sacrifice at a triton temple devoted to Thassa or another god."],["6","Transform into a sea creature and infiltrate an undersea community."],["7","Convince a hero who's fallen in love with a sea dweller to return home."],["8","Raise a sunken city back above the waves while avoiding whatever now makes the place its home."],["9","Seek information from an oracle who lives on a sunken island inside a giant bubble."],["10","Seal a hole in the sea that's allowing denizens of the Underworld ward of Nerono to escape."],["11","Return a juvenile sea monster caught in a fisher's net to its home."],["12","Protect a priest of Thassa intent on journeying to the bottom of the sea."]],"name":"Underwater Adventures","page":179,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Adventures","colLabels":["d20","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","In Phylias, find and bargain for information with your least favorite dead acquaintance or family member."],["2","Smuggle the puppy of an {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus}) into the mortal world."],["3","Find and free a lost hero from the Labyrinth of Memories on Nerono."],["4","Free a legendary lost ship and the souls aboard from the endless Nerono whirlpool they're trapped within."],["5","Meet with your family's most legendary member in Ilysia and prove yourself worthy of their name."],["6","Steal a legendary, long-shattered treasure from its resting place in Ilysia's Citadel of Destiny."],["7","Seek out a long-dead foe and learn how they're keeping you from being magically resurrected."],["8","Discover a secret from an infamous member of your family who became a {@creature typhon|MOT} (see {@book chapter 6|MOT|6|Typhon})."],["9","Save a god's favored worshiper from a cruel punishment in the Underworld—even though they've been dead for hundreds of years."],["10","Sever one of the massive chains of Tizerus, releasing the ancient being it binds."],["11","Lead an immortal anvilwrought to Erebos's palace and convince the god to let the construct die."],["12","Discover why Erebos is no longer allowing certain individuals to die."],["13","Coerce a {@creature night hag} into granting a morbid prophecy by stealing its eye."],["14","Learn a secret way to escape the Underworld from one of the titans."],["15","Find the lost secret of a long-dead warlord that now rests with the villain's misera."],["16","Discover from a {@creature woe strider|MOT} (see {@book chapter 6|MOT|6|Woe Strider}) how to escape the bonds of destiny."],["17","Defeat a host of legendary villains in Agonas's Stadium of Dishonor."],["18","Prevent one of your ancestors from transforming into an {@creature eater of hope|MOT} (see {@book chapter 6|MOT|6|Eater of Hope})."],["19","Travel to Erebos's palace and recover a secret from one who failed to bargain for their release."],["20","Seek out Klothys's domain and learn from her oracles how you're destined to escape the Underworld."]],"name":"Underworld Adventures","page":183,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Remarkable Origins","colLabels":["d12","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The item bears the name or emblem of a lost troop of Akroan stratians (described in {@book chapter 3|MOT|3|Stratians})."],["2","The item is etched with a name or prayer written in Celestial (the language of the gods)."],["3","The item looks like it's been at the bottom of the sea for a hundred years but functions perfectly."],["4","The item is wrapped in handwritten scrolls, suggesting it was once possessed by a founder of one of Meletis's philosophical schools (described in {@book chapter 3|MOT|3|Meletis})."],["5","The item bears a design or sculpted feature suggestive of a Returned mask."],["6","A knotted cover or grip depicts colorful birds or stylized herd animals from the plains of Oreskos."],["7","The item is at least partially made from the heartwood of a Setessan caryatid (described in {@book chapter 3|MOT|3|Caryatid Groves}). The wood regularly sprouts fresh leaves, or its whorls suggest humanoid features."],["8","The item rests among the remains of its former owner, who thanks (or curses) those who take it."],["9","The item is at least partially made of iron."],["10","Whoever first touches the item receives an omen from the god who watches over it (see {@book chapter 4|MOT|4|Omens} for details on omens)."],["11","The item lies in a crater, as if it fell from the heavens."],["12","The item glimmers with the stars of Nyx and is a perfect facsimile of an item used by a legendary hero."]],"name":"Gifts of the Gods; Remarkable Origins","page":195,"source":"MOT","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weapons of the Gods Adventures","colLabels":["d6","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a god's weapon to lay low one of that god's servants—a creature that can only be harmed by its creator's wrath."],["2","Recover a god's weapon that has been stolen by another god's champion in an attempt to frame the weapon's owner for cruel acts."],["3","Wrest back a god's weapon from a divine champion who needed it but refuses to return it."],["4","Destroy a god's weapon and channel the energy released to create a new magic item or work a miracle."],["5","Reforge a god's weapon after an incredible feat caused it to shatter."],["6","A god's weapon has gained sentience (see \"{@book Sentient Magic Items|DMG|-1}\" in chapter 7 of the {@book Dungeon Master's Guide|DMG}). Determine whether to use it, return it to its creator, or help it grow into its own being."]],"name":"Artifacts; Weapons of the Gods Adventures","page":198,"source":"MOT","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Nyxborn Monster Origin","colLabels":["d6","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A god created the creature to serve as an emissary."],["2","The creature formed as the side effect of some other divine action."],["3","The creature escaped from the Underworld."],["4","The creature took shape from the tales told about it."],["5","A god made the creature to serve as a pet or mount."],["6","The creature took shape from dreams or nightmares."]],"name":"Nyxborn Creatures; Nyxborn Monster Origin","page":203,"source":"MOT","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Nyxborn Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Magic Resistance}. The creature's Nyxborn nature gives it advantage on saving throws against spells and other magical effects."],["2","{@b Light Sensitivity}. A creature of the night sky, the Nyxborn has disadvantage on attack rolls, as well as on Wisdom ({@skill Perception}) checks that rely on sight, while it is in bright light."],["3","{@b Immutable Form}. The Nyxborn creature is the philosophical ideal of its kind. It is immune to any spell or effect that would alter its form."],["4","{@b Magic Weapons}. The Nyxborn creature's weapon attacks are magical."],["5","{@b Nyx Step}. The Nyxborn can move through other creatures and objects as if they were {@quickref difficult terrain||3}. It takes 5 ({@dice 1d10}) force damage if it ends its turn inside an object."],["6","{@b Starlight Form}. The Nyxborn glows with the soft light of the night sky, shedding dim light in a 15-foot radius."]],"name":"Nyxborn Statistics; Nyxborn Traits","page":203,"source":"MOT","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Setting a DC","colLabels":["Difficulty","DC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Very Easy","5"],["Easy","10"],["Moderate","15"],["Hard","20"],["Very Hard","25"],["Nearly Impossible","30"]],"name":"Screen; Setting a DC","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Monster Motivation","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Find a sanctuary"],["3–5","Conquer the dungeon"],["6–8","Seek an item"],["9–11","Slay a rival"],["12–13","Hide from enemies"],["14–15","Recover from a battle"],["16–17","Avoid danger"],["18–20","Seek wealth"]],"name":"Screen; Monster Motivation","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Damage by Level and Severity","colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1–4","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5–10","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11–16","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17–20","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Screen; Damage by Level and Severity","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@dice 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@dice 2d10}","Being struck by lightning, stumbling into a fire pit"],["{@dice 4d10}","Hit by falling rubble in a collapsing tunnel, stumbling into a vat of acid"],["{@dice 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through a lava stream"],["{@dice 18d10}","Being submerged in lava, being hit by a crashing flying fortress"],["{@dice 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, being crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Screen; Improvising Damage","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Object Armor Class","colLabels":["Substance","AC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Cloth, paper, rope","11"],["Crystal, glass, ice","13"],["Wood, bone","15"],["Stone","17"],["Iron, steel","19"],["Mithral","21"],["Adamantine","23"]],"name":"Screen; Object Armor Class","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Object Hit Points","colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Tiny ({@item glass bottle|phb|bottle}, {@item lock|phb})","2 ({@dice 1d4})","5 ({@dice 2d4})"],["Small ({@item chest|phb}, {@item lute|phb})","3 ({@dice 1d6})","10 ({@dice 3d6})"],["Medium ({@item barrel|phb}, chandelier)","4 ({@dice 1d8})","18 ({@dice 4d8})"],["Large ({@item cart|phb}, 10-ft.-by-10-ft. window)","5 ({@dice 1d10})","27 ({@dice 5d10})"]],"name":"Screen; Object Hit Points","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Skills and Associated Abilities","colLabels":["Skill","Ability"],"colStyles":["col-6","col-6"],"rows":[["{@skill Acrobatics}","Dexterity"],["{@skill Animal Handling}","Wisdom"],["{@skill Arcana}","Intelligence"],["{@skill Athletics}","Strength"],["{@skill Deception}","Charisma"],["{@skill History}","Intelligence"],["{@skill Insight}","Wisdom"],["{@skill Intimidation}","Charisma"],["{@skill Investigation}","Intelligence"],["{@skill Medicine}","Wisdom"],["{@skill Nature}","Intelligence"],["{@skill Perception}","Wisdom"],["{@skill Performance}","Charisma"],["{@skill Persuasion}","Charisma"],["{@skill Religion}","Intelligence"],["{@skill Sleight of Hand}","Dexterity"],["{@skill Stealth}","Dexterity"],["{@skill Survival}","Wisdom"]],"name":"Screen; Skills and Associated Abilities","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["Level","Effect"],"colStyles":["col-2 text-center","col-2"],"rows":[["1","Disadvantage on ability checks"],["2","Speed halved"],["3","Disadvantage on attack rolls and saving throws"],["4","Hit point maximum halved"],["5","Speed reduced to 0"],["6","Death"]],"name":"Exhaustion","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d6","Quality","Effect"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1","Perilous","The area is dangerously worn and prone to collapse. Any impacts or damage to the structure, including from spells and other areas of effect, have a 50 percent chance of causing a collapse (see the {@table Improvising Damage|DMG} table)."],["2","Crumbling","Areas within the dungeon section are choked with rubble and have a {@chance 50} chance of being {@quickref difficult terrain||3}. Half cover and hiding places are plentiful."],["3","Neglected","One dungeon {@5etools hazard|trapshazards.html} such as {@hazard brown mold}, {@hazard yellow mold}, or {@hazard green slime} is abundant."],["4","Abandoned","Most of the dungeon is deserted and quiet as a tomb. Dexterity ({@skill Stealth}) checks have disadvantage because any sounds stand out as unusual."],["5","Secure","Ability checks made to break down doors, open locks, or similar breaking and entering activities have disadvantage."],["6","Thriving","The dungeon is heavily populated. Any loud noises or other attention-drawing phenomena require a check for Dungeon Encounters (see below)."]],"name":"State of Ruin","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lone, powerful creature appears! You choose the creature, selecting one with a challenge rating that is 1–3 higher than the level of the player characters. The creature lives in the dungeon or is passing through, and it is hostile toward the group only if they provoke it."],["2–4","Hostile creatures prowl nearby! You choose the creatures, selecting five with a challenge rating equal to the level of the player characters. These creatures are either monsters native to the dungeon or hostile explorers."],["5","A patch of brown mold, green slime, or yellow mold lies nearby. "],["6","A group of friendly explorers crosses the player characters' path. The explorers have 2d4 goods for sale that cost 1 gp or less, which you can select from the Adventuring Gear table in the Player's Handbook."]],"name":"Dungeon Encounters","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-8"],"rows":[["01","Antechamber"],["02–03","Armory"],["04","Audience chamber"],["05","Aviary"],["06–07","Banquet room"],["08–10","Barracks"],["11","Bath or latrine"],["12","Bedroom"],["13","Bestiary"],["14–16","Cell"],["17","Chantry"],["18","Chapel"],["19–20","Cistern"],["21","Classroom"],["22","Closet"],["23–24","Conjuring room"],["25–26","Court"],["27–29","Crypt"],["30–31","Dining room"],["32–33","Divination room"],["34","Dormitory"],["35","Dressing room"],["36–37","Gallery"],["38–39","Game room"],["40–42","Guardroom"],["43–44","Hall"],["45–46","Hall, great"],["47–48","Hallway"],["49","Kennel"],["50–51","Kitchen"],["52–53","Laboratory"],["54–56","Library"],["57–58","Lounge"],["59","Meditation chamber"],["60","Nursery"],["61","Observatory"],["62","Office"],["63–64","Pantry"],["65–66","Pen or Prison"],["67–68","Reception room"],["69–70","Refectory"],["71","Robing room"],["72","Salon"],["73–74","Shrine"],["75–76","Sitting room"],["77–78","Smithy"],["79","Stable"],["80–81","Storage room"],["82–83","Strong room"],["84–85","Study"],["86–88","Temple"],["89–90","Throne room"],["91","Torture chamber"],["92–93","Training room"],["94–95","Trophy room"],["96","Vestibule"],["97","Waiting room"],["98","Well"],["99–00","Workshop"]],"name":"Dungeon Chambers","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Travel Pace","colLabels":["Pace","Distance Traveled per Minute","Distance Traveled per Hour","Distance Traveled per Day","Effect"],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","-5 penalty to passive Wisdom ({@skill Perception}) scores"],["Normal","300 feet","3 miles","24 miles","-"],["Slow","200 feet","2 miles","18 miles","Able to use stealth"]],"name":"Screen; Travel Pace","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Cover","colLabels":["Cover","Effect"],"colStyles":["col-3","col-9"],"rows":[["Half cover","+2 bonus to AC and Dexterity saving throws against attacks and effects that originate on the opposite side of the cover"],["Three-quarters cover","+5 bonus to AC and Dexterity saving throws against attacks and effects that originate on the opposite side of the cover"],["Total cover","Can't be targeted directly by an attack or a spell"]],"name":"Screen; Cover","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Light","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|phb}","5 ft.","+ 5 ft.","1 hour"],["{@item Lamp|phb}","15 ft.","+ 30 ft.","6 hours"],["{@item Bullseye Lantern|phb|Lantern, bullseye}","60 ft. cone","+ 60 ft.","6 hours"],["{@item Hooded Lantern|phb|Lantern, hooded}","30 ft.","+ 30 ft.","6 hours"],{"type":"row","style":"row-indent-first","row":["Lowered hood","—","+ 5 ft.","—"]},["{@item Torch|phb}","20 ft.","+ 20 ft.","1 hour"]],"name":"Screen; Light","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Obscured Areas","colLabels":["Obscureness","Effect","Examples"],"colStyles":["col-3","col-5","col-4"],"rows":[["Lightly obscured","Creatures have disadvantage on Wisdom ({@skill Perception}) checks that rely on sight.","Dim light, patchy fog, moderate foliage"],["Heavily obscured","Vision is blocked; creatures are effectively {@condition blinded}.","Darkness, opaque fog, dense foliage"]],"name":"Screen; Obscured Areas","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Tracking DCs","colLabels":["Ground Surface","DC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Soft surface such as snow","10"],["Dirt or grass","15"],["Bare stone","20"],["Each day since the creature passed","+5"],["Creature left a trail such as blood","-5"]],"name":"Screen; Tracking DCs","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Visibility Outdoors","colLabels":["Environment","Distance"],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles"],["Rain","1 mile"],["Fog","100 to 300 feet"],["From a height","× 20"]],"name":"Screen; Visibility Outdoors","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Audible Distance","colLabels":["Noise","Distance"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Trying to be quiet","{@dice 2d6 × 5} feet"],["Normal noise level","{@dice 2d6 × 10} feet"],["Very loud","{@dice 2d6 × 50} feet"]],"name":"Screen; Audible Distance","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["{@item Ale (Gallon)|PHB|Gallon}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item Ale (mug)|phb|Mug}","4 cp"]},["Banquet (per person)","10 gp"],["{@item loaf of bread|phb|Bread, loaf}","2 cp"],["{@item hunk of cheese|phb|Cheese, hunk}","1 sp"],["{@i Inn stay (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},["{@i Meals (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["{@item chunk of meat|phb|Meat, chunk}","3 sp"],["{@i Wine}",""],{"type":"row","style":"row-indent-first","row":["{@item common wine (pitcher)|phb|Common (pitcher)}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item fine wine (bottle)|phb|Fine (bottle)}","10 gp"]}],"name":"Screen; Food, Drink, and Lodging","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Foraging DCs","colLabels":["Food and Water Availability","DC"],"colStyles":["col-6","col-6 text-center"],"rows":[["Abundant food and water sources","10"],["Limited food and water sources","15"],["Very little, if any, food and water sources","20"]],"name":"Screen; Foraging DCs","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Wilderness Encounter","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lone, powerful creature appears! The DM chooses the creature, selecting one with a challenge rating that is 1-3 higher than the group's level. The creature lives in the area or is passing through, and it is hostile toward the group only if they provoke it."],["2-4","Hostile creatures prowl nearby! The DM chooses the creatures, selecting five with a challenge rating equal to the group's level. These creatures are either monsters native to the area or hostile travelers"],["5-6","A group of friendly travelers crosses the group's path. The travelers have {@dice 2d6} goods for sale that cost 1 gp or less on the Adventuring Gear table in the Player's Handbook"],["7","The group discovers a monument. Roll on the {@table Wilderness Journeys; Monuments|ScreenWildernessKit|Monuments} table."],["8","The group wanders into a strange place. Roll on the {@table Wilderness Journeys; Weird Locales|ScreenWildernessKit|Weird Locales} table."]],"name":"Random Encounter; Wilderness Encounter","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Monuments","colLabels":["d20","Monument"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sealed burial mound or pyramid"],["2","Plundered burial mound or pyramid"],["3","Faces carved into a mountainside or cliff"],["4","Giant statues carved out of a mountainside or cliff"],["5-6","intact obelisk etched with a warning, historical lore, dedication, or religious iconography"],["7-8","Ruined or toppled obelisk"],["9-10","Intact statue of a person or deity"],["11-13","Ruined or toppled statue of a person or deity"],["14","Great stone wall, intact, with tower fortifications spaced at one-mile intervals"],["15","Great stone wall in ruins"],["16","Great stone arch"],["17","Fountain"],["18","Intact circle of standing stones"],["19","Ruined or toppled circle of standing stones"],["20","Pillar carved with elemental or fey symbols"]],"name":"Wilderness Journeys; Monuments","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Weird Locales","colLabels":["d20","Locale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Dead magic zone (similar to an antimagic field)"],["3","Wild magic zone (roll on the {@table Wild Magic Surge|PHB} table in the Player's Handbook whenever a spell is cast within the zone)"],["4","Boulder carved with talking faces"],["5","Crystal cave that mystically answers questions"],["6","Ancient tree containing a trapped spirit"],["7-8","Battlefield where lingering fog occasionally assumes humanoid forms"],["9-10","A portal to another plane of existence"],["11","Wishing well"],["12","Giant crystal shard protruding from the ground"],["13","Wrecked ship, even if water is nowhere nearby"],["14-15","Haunted hill or barrow mound"],["16","River ferry guided by a skeletal captain"],["17","Field of {@condition petrified} soldiers or other creatures"],["18","Forest of {@condition petrified} or {@creature awakened tree||awakened trees}"],["19","Canyon containing a dragons' graveyard"],["20","Floating earth mote with a tower on it"]],"name":"Wilderness Journeys; Weird Locales","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Food and Water Needs","colLabels":["Creature Size","Food/Water per Cycle","Food Cost per Short Cycle","Food Cost per Long Cycle"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Tiny","1/4 unit","1 sp, 2 cp","7 sp, 5 cp"],["Small","1 unit","5 sp","3 gp, 5 sp"],["Medium","1 unit","5 sp","3 gp, 5 sp"],["Large","4 units","2 gp","14 gp"],["Huge","16 units","8 gp","56 gp"],["Gargantuan","64 units","32 gp","224 gp"]],"name":"Food and Water Needs","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Wilderness Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Your path takes you through a rough patch of brush. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to get past the brush. On failed check, the brush counts as 5feet of {@quickref difficult terrain||3}."],[2,"Uneven ground threatens to slow your progress. Make a DC 10 Dexterity ({@skill Acrobatics}) check to navigate the area. On failed check, the ground counts as 10 feet of {@quickref difficult terrain||3}."],[3,"You run through a {@creature swarm of insects} (see the Monster Manual For game statistics). The swarm makes an opportunity attack against you (+3 to hit; {@damage 4d4} piercing damage on a hit)."],[4,"A stream, ravine, or rock bed blocks your path. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to cross the impediment. On a failed check, the impediment counts as 10 feet of {@quickref difficult terrain||3}."],[5,"Make a DC 10 Constitution saving throw. Ona failed save, you are {@condition blinded} by blowing sand,dirt, ash, snow,or pollen until the end of your turn. While {@condition blinded} in this way, your speed is halved."],[6,"A sudden drop catches you by surprise. Make a DC 10 Dexterity saving throw to navigate the impediment. On failed save, you fall {@dice 1d4 x 5} feet, taking {@damage 1d6} bludgeoning damage per 10 feet fallen as normal, and land {@condition prone}."],[7,"You blunder into a snare. Make a DC 15 Dexterity saving throw. On failed save, you are caught in the snare and {@condition restrained}. As an action, you or someone within 5 feet of you can make a DC 10 Strength check, freeing you on a success. The snare can also be destroyed; it has an AC of 10 and 5 hit points, and it is immune to poison and psychic damage. Complication"],[8,"You are caught in a stampede of spooked animals. Make a DC 10 Dexterity saving throw. Ona failed save, you are knocked about and take {@damage 1d4} bludgeoning damage and {@damage 1d4} piercing damage."],[9,"Your path takes you near a patch of razorvine. Make a DC 15 Dexterity saving throw or use 10 feet of movement (your choice) to avoid the razorvine. On a failed save, you take {@damage 1d10} slashing damage."],[10,"One or more creatures in the area chase after you! The DM chooses these pursuers or rolls a {@dice d8} to determine them: (1) 2 {@creature brown bear||brown bears}, (2) {@dice 2d4} {@creature giant toad||giant toads}, (3) {@dice 1d4} {@creature poisonous snake||poisonous snakes}, (4) {@dice 2d4} {@creature wolf||wolves}, (5) 1 {@creature giant boar}, (6) 2 {@creature dire wolf||dire wolves}, (7) {@creature griffon}, or (8) {@dice 1d12} {@creature giant rat||giant rats} (see the {@book Monster Manual|MM} for the creatures' game statistics)."],["11-20","No complication."]],"name":"Playing a Chase; Wilderness Chase Complications","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Chases","index":1}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-8","col-4"],"rows":[["Quarry has many things to hide behind","Advantage"],["Quarry is in a very crowded or noisy area","Advantage"],["Quarry has few things to hide behind","Disadvantage"],["Quarry is in an uncrowded or quiet area","Disadvantage"],["The lead pursuer is a ranger or has proficiency in {@skill Survival}","Disadvantage"]],"name":"Ending a Chase; Escape Factors","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Chases","index":1}},{"caption":"Academy Type","colLabels":["d6","Academy Types"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Boarding School}. Students and faculty enjoy a familial relationship on a self-contained campus."],["2","{@b Arcane Enclave}. Drawn together by cutting-edge magical scholarship, the enclave's residents are hungry for secrets, reagents, and subjects."],["3","{@b Secret Monastery}. Ageless secrets remain the focus of contemplation and rigorous training at this site."],["4","{@b Elite Institute}. This cutthroat college of science or the arts accepts only the crème de la crème of society and talent."],["5","{@b Vault of Secrets}. This conspiracy strives to keep or eradicate all knowledge of a specific truth."],["6","{@b Museum of Dreams}. Magical communication or shared dreamscapes connect a network of wide-ranging specialists."]],"name":"Academy Type","page":84,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Harried Functionary}. A disinterested secretary conveys written correspondence to you from an exceptionally busy or aloof senior faculty member."],["2","{@b Celebrated Instructor}. Despite their throngs of ambitious assistants, a celebrity researcher considers you their star pupil."],["3","{@b Wizened Fixture}. A fantastically old, believed-to-be-deceased librarian gives you assignments from the circulation desk they never leave."],["4","{@b Infatuated Tourist}. A flirtatious visiting scholar perceives your every report and donated discovery as a personal gift."],["5","{@b Spectral Fragment}. A haunted piece of the academy's collection compels you to complete its secret research."],["6","{@b Distant Observer}. A mysterious sponsor encourages your research from afar to avoid alerting nefarious forces embedded within the academy's bureaucracy."]],"name":"Academy Contact","page":85,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Factotum Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Student","{@background Acolyte}, {@background Guild Artisan}, {@background Noble}, {@background Outlander}, {@background Sage}, {@background Urchin}"],["Groundskeeper","{@background Charlatan}, {@background Hermit}, {@background Outlander}, {@background Soldier}, {@background Urchin}"],["Professor","{@background Acolyte}, {@background Entertainer}, {@background Folk Hero}, {@background Noble}, {@background Sage}"],["Researcher","{@background Acolyte}, {@background Charlatan}, {@background Guild Artisan}, {@background Hermit}, {@background Sage}"],["Financier","{@background Charlatan}, {@background Criminal}, {@background Noble}, {@background Sailor}, {@background Urchin}"],["Expert Speaker","{@5etools Any|backgrounds.html}"]],"name":"Academy Factotum Roles","page":85,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Aberrant Zoology}. You undertake expeditions to document, capture, and explain beings antithetical to the natural order."],["2","{@b Arcanodynamics}. You investigate the ways magic underpins existence, exploring its flows and seeking ways to harness its nexuses."],["3","{@b Forbidden History}. You reveal the lost truths of the world's darkest ages, pursuing the history of purposefully hidden or taboo eras."],["4","{@b Cryptogeography}. You search for proof of a hidden land or that the world isn't structured as commonly assumed."],["5","{@b Restorative Antiquarianism}. You track clues leading to plundered artifacts and then restore them to their rightful owners."],["6","{@b Evolutionary Divinity}. You dare to explore what no mortal was meant to know: the origins of divinity."]],"name":"Academy Quests","page":86,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being","colLabels":["d6","Ancient Being"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Elder Dragon}. An ancient dragon seeks knowledge or power. It wishes to gather greater wealth for its hoard, its ambitions expanding in its advancing years."],["2","{@b Lich}. An undead spellcaster of immense power employs your group. Its interests are strangely diverse and seemingly benign. Perhaps it's not as evil as conventional adventuring wisdom suggests?"],["3","{@b Bound Fiend}. This fiend is bound to a location, either in its true form or as a possessing spirit. Whether trapped in an unbreakable circle of binding sigils or sealed as a spirit within a gigantic statue, the fiend's influence drives your group."],["4","{@b Guardian Celestial}. An angel or another powerful celestial takes an interest in a specific region of the Material Plane. It cultivates a network of mortal informants and agents to serve its agenda."],["5","{@b The Endless}. This person has lived many lifetimes because they can't die—at least not permanently. No matter the cause of their demise, they return. To all appearances, they are alive and mortal, but they control the amassed resources of an immortal."],["6","{@b Primal Manifestation}. Its existence defies mortal understanding; the being simply is. It could be a primordial force of nature awakened to self-awareness that now inhabits the landscape or an alien intellect that whispers through proxies, omens, and idols."]],"name":"Ancient Being","page":86,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Employer}. An established member of local society acts as the interface between you and the patron and provides the cover of legitimate employment. They could be a bartender, shopkeeper, local official, or noble."],["2","{@b Back-Room Dealers}. An exclusive area in an otherwise-ordinary establishment requires a password or token to gain entry. There you meet and communicate with shadowy agents of your patron."],["3","{@b Magical Message Drop}. Magically recorded messages from your contact or your patron appear in odd places. You know to check a predetermined location, such as a crack in an ancient monolith or a specific grave, for instructions."],["4","{@b Visions}. Your patron doesn't use intermediaries, instead speaking to you in dreams, omens, or visions. The being appears in your mind as you sleep, taking control of your dreams to deliver instructions that become difficult to ignore."],["5","{@b Ephemeral Echo}. Your contact never physically reveals itself to you. Perhaps it is the ghost of a dead person, an entity that appears outside the flow of time, or a projected illusion of a being that never leaves your patron's hidden sanctum."],["6","{@b The Mouthpiece}. The ancient being's voice whispers through the lips of an ordinary person. You patron might posses the body of a stranger or a party member to converse with you."]],"name":"Ancient Being Contact","page":87,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Operative Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Devotee","{@background Acolyte}, {@background Hermit}, {@background Noble}, {@background Outlander}, {@background Sage}"],["Infiltrator","{@background Charlatan}, {@background Criminal}, {@background Hermit}, {@background Soldier}, {@background Urchin}"],["Mouthpiece","{@background Charlatan}, {@background Entertainer}, {@background Folk Hero}, {@background Hermit}, {@background Sage}"],["Pupil","{@background Acolyte}, {@background Entertainer}, {@background Folk Hero}, {@background Guild Artisan}, {@background Sage}"],["Guardian","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Outlander}, {@background Soldier}"],["Offspring","{@5etools Any|backgrounds.html}"]],"name":"Ancient Being Operative Roles","page":88,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Rescue}. A wayward agent went missing while gathering information or materials. You must discover their fate and recover them and their findings."],["2","{@b Sabotage}. You must destroy an aspect of a rival's organization, either assassinating a key minion or destroying a critical object."],["3","{@b Artifice}. Your specialized skills are instrumental to assembling components for a powerful magic ritual or object."],["4","{@b Treachery}. A high-profile minion of another powerful figure is in a position to betray their master, to the benefit of your patron. You must convince them to defect to your organization or extract them from now-hostile territory."],["5","{@b Culling}. A respected agent of your patron (possibly an ally or a mentor for your group) has been compromised. Perhaps they are defecting to a rival, attempting to seize the ancient being's power. Whatever the case, you must catch them to end their threat."],["6","{@b Astral Heist}. A powerful rival of your patron stores their secrets in a mind vault on the Astral Plane. That means they can't be tricked or coerced into revealing anything, nor can their thoughts be read. You must find the vault and travel through the rival's deadly memories to find the knowledge your patron desires."]],"name":"Ancient Being Quests","page":88,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Types","colLabels":["d6","Aristocrats"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Local Lord}. Convinced that power and prestige lie just around the corner, this minor lordling grasps for every opportunity to climb the ranks."],["2","{@b Merchant Mastermind}. Reputation, wealth, and power are one and the same for the head of a family with world-spanning business holdings."],["3","{@b Nomadic Princeling}. Nothing is more appealing to this princeling than treasure. Their sprawling merchant caravan trails behind their palanquin as far as the eye can see."],["4","{@b Double Dealer}. The leader of a noble family has turned against their nation, secretly opposing their liege for personal gain or ethical reasons."],["5","{@b Ambitious Entrepreneur}. The sole heir of a vast fortune, this entrepreneur seeks allies to expand their wealth in a new business on the international, global, or planar stage."],["6","{@b Future Ruler}. This young noble is destined to rule, but currently their whims are fickle and dangerous."]],"name":"Aristocrat Types","page":89,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Common Contact}. A servant with ambitions toward a title works as a go-between for your patron."],["2","{@b Professional}. A level-headed advisor or manager of your patron's business directs you in keeping their reckless employer safe."],["3","{@b Family Peacemaker}. A naive aristocrat appointed by your patron wants your assistance in keeping the peace between fractious family members, which isn't your patron's priority."],["4","{@b Intimate Connection}. A common-born confidant or lover of your patron guides you in creating circumstances to bolster the noble family's best interests."],["5","{@b Outside Insider}. An outcast noble favored by your patron works with you to uphold their family's interests despite their exile."],["6","{@b Outsider Inside}. A mysterious entity manipulates a noble family's fortunes. Through your patron, it employs you to help guide its chosen family along a centuries-long course."]],"name":"Aristocrat Contact","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Retainer Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Advisor","{@background Acolyte}, {@background Charlatan}, {@background Folk Hero}, {@background Hermit}, {@background Sage}"],["Bodyguard","{@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Soldier}"],["Informant","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Sailor}, {@background Urchin}"],["House Staff","{@background Entertainer}, {@background Guild Artisan}, {@background Sailor}, {@background Soldier}, {@background Urchin}"],["Messenger","{@background Charlatan}, {@background Entertainer}, {@background Outlander}, {@background Sailor}, {@background Urchin}"],["Family Scion","{@5etools Any|backgrounds.html}"]],"name":"Aristocrat Retainer Roles","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Noble Union}. You work within multiple noble factions to unite rival families."],["2","{@b Business Breakthrough}. You track down and obtain a wonder your patron believes is the key to their financial fortunes."],["3","{@b Sabotage Rival}. You break into the business or estate of an enemy noble family and undermine their political or professional ventures."],["4","{@b Lost Lineage}. You seek evidence of a lost branch of a noble family or proof that individuals don't possess a noble pedigree."],["5","{@b Origin of Nobility}. You reveal the secret reason why certain individuals were elevated to noble status and how they will soon fulfill their purpose."],["6","{@b The New Nobility}. You recreate the remarkable event that granted today's noble families their special standing, enabling the rise of new nobles."]],"name":"Aristocrat Quests","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Syndicate Types","colLabels":["d6","Syndicate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Thieves' Guild}. A disparate convocation of thieves, spies, smugglers, and other scoundrels controls criminal activity in a region of a city."],["2","{@b Assassin Society}. The network's livelihood is death. Members of the society hone their skills as cutthroats, poisoners, body-disposal specialists, and any other profession focused on ending lives. The society is motivated by profit or labors in service to a greater cause."],["3","{@b Magical Arms Dealer}. The syndicate has cornered the market on deadly magical devices. They offer their services and wares for a price and acquire staggering magical might for those who meet their demands."],["4","{@b Pirate Fleet}. This alliance of pirate captains is unified under a ruling captain or admiral and adheres to a strict code of honor. They converge only in response to an outside threat."],["5","{@b Body Snatchers}. The syndicate consists predominantly, if not entirely, of creatures that possess or impersonate other people. They seek to replace influential individuals throughout society with members of their ranks."],["6","{@b Thought Thieves}. These psychic criminals infiltrate their target's minds to steal secrets and disguise their existence."]],"name":"Types of Criminal Syndicates; Syndicate Types","page":91,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Syndicate Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Personal Mentor}. This longtime member of the syndicate took you under their wing when you were young and became a parental figure."],["2","{@b Clever Urchin}. An innocuous person, perhaps a beggar or menial laborer, knows all the right people and shares their connections with you."],["3","{@b Former Law Enforcement}. Your contact used to be (or maybe still is) a member of local law enforcement. They have sharp insight into the law's workings in your area and a healthy dose of paranoia for that reason."],["4","{@b Bon Vivant}. The boss of a local den of vice—whether gambling, narcotics, or other pleasures—aids you when they're not distracted by their own debauchery."],["5","{@b Traitor}. You know your contact in the syndicate has betrayed it, but they have enough clout and leverage that you don't dare cross them—yet."],["6","{@b Criminal Royalty}. Unknown to most, your contact is a member of local nobility or royalty. Why they maintain relations with the syndicate is a troubling mystery."]],"name":"Criminal Syndicate Contact; Syndicate Contact","page":92,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Criminal Syndicate Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Burglar","{@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Urchin}"],["Muscle","{@background Criminal}, {@background Entertainer}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Con Artist","{@background Acolyte}, {@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Noble}, {@background Urchin}"],["Cleaner","{@background Acolyte}, {@background Charlatan}, {@background Guild Artisan}, {@background Noble}, {@background Soldier}"],["Mastermind","{@background Acolyte}, {@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Sage}"],["Mole","{@5etools Any|backgrounds.html}"]],"name":"Criminal Syndicate Member Roles","page":92,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Criminal Syndicate Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Acquisition and Retrieval}. You acquire assets for the syndicate. You steal important documents or clear out locations for use as hideouts."],["2","{@b Heists}. You plan and execute elaborate robberies that require the combined skills of your team."],["3","{@b Gang Warfare}. You ensure that no other crime syndicate gains a significant foothold in your territory."],["4","{@b Enforcement}. You keep the corrupt, headstrong, and avaricious members of your syndicate in line with the goals and rules of the organization."],["5","{@b Assassination}. You dispatch prominent people—the sort who have numerous bodyguards and elaborate security systems to circumvent."],["6","{@b Topple the Powerful}. Your syndicate is criminal and your methods illegal, but your goals are righteous. You help people who are powerless against exploitation by the powerful."]],"name":"Criminal Syndicate Quests","page":93,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Types","colLabels":["d6","Guild"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Crafters' Guild}. This conglomerate of artisans pools its resources and influence to ensure a steady exchange of gold for its crafts."],["2","{@b Merchant Consortium}. These entrepreneurs don't create the wares they peddle, instead specializing in linking products to prospective owners. If they don't have it, they find it."],["3","{@b Miracle Makers' Association}. The magically inclined crafters of this guild specialize in imbuing physical goods with magical effects. Rumor has it they can strip the magic from existing enchanted items and might be willing to buy or trade adventurers' spoils."],["4","{@b Moneychangers}. These merchants deal in all forms of currency, acting as bankers, loan agents, and crucial contacts for adventurers and other individuals who deal with large sums of wealth. They exchange coin for gemstones as readily as they find buyers for historical relics and recovered art."],["5","{@b Philosophical Faction}. These like-minded individuals follow specific teachings, spreading word of their expertise through their services and training."],["6","{@b Identity Traders}. These enigmatic dealers buy and sell documents, memories, and the trappings of thoroughly lived lives, selling them to those in need of the ultimate fresh start."]],"name":"Guild Types","page":93,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b The Perfectionist}. Your contact is a skilled but obsessive creator consumed with the quest to create something perfect that will define their life's work and secure their legacy. They lose sight of right and wrong in pursuit of the finest materials and exciting opportunities."],["2","{@b Attentive Overseer}. A guild representative takes personal interest in your group's tasks. They follow your exploits and know of your adventures before you return to report. Despite the unsettling depth of their knowledge, they seem genuinely eager to shepherd your work."],["3","{@b Hidden Benefactor}. Whoever your contact is, they don't communicate directly. They send messages via couriers or letters. No one in the guild knows who the contact is, or if they do, they aren't telling you. Regardless, the contact's information is good, and they pay on time."],["4","{@b Discerning Mentor}. No matter how well you perform, or how perfect your creations, nothing is ever good enough for this contact. They point out every flaw and missed opportunity. Are they bitter, lashing out at anyone around them, or do they recognize your potential and try to push you to greatness?"],["5","{@b Golem Guide}. Your guild contact is the soul of a long-dead artisan preserved in a construct body. This golem is wise and knowledgeable, but it has difficulty grasping the passage of time and the state of the world compared to its original era."],["6","{@b Fallen Muse}. Your contact is a fallen celestial. Whether they regret their transgressions or hunger for vengeance, they provide divine inspiration and guidance to you and to the guild. Somehow your group and the guild inspire their hope for ascension."]],"name":"Guild Contact","page":94,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Representative Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Researcher","{@background Acolyte}, {@background Entertainer}, {@background Guild Artisan}, {@background Sage}"],["Negotiator","{@background Charlatan}, {@background Entertainer}, {@background Guild Artisan}, {@background Noble}, {@background Sailor}"],["Saboteur","{@background Charlatan}, {@background Criminal}, {@background Guild Artisan}, {@background Soldier}, {@background Urchin}"],["Guard","{@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Explorer","{@background Acolyte}, {@background Folk Hero}, {@background Guild Artisan}, {@background Outlander}, {@background Sailor}"],["Expert","{@5etools Any|backgrounds.html}"]],"name":"Guild Representative Roles","page":95,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Deliver Goods}. You need to deliver an order to an important customer or partner of the guild. The delivery must arrive by a critical deadline—regardless of who or what tries to stop you."],["2","{@b Acquire Materials}. Your guild requires materials that are rare and difficult to procure, either for a guild project or for a paying client. Your group must gather the missing components from a dangerous location or a recalcitrant owner while outpacing a rival to the prize."],["3","{@b Eliminate a Rival}. A competitor has humiliated the guild one too many times, and it's time for that to stop. Your group is charged with assuring the rival never darkens the guild's reputation again. Can you trick them into permanent disgrace, or must you resort to more direct methods?"],["4","{@b The Masterpiece}. An exquisite work of art for an influential client, either created by your guild or acquired through agents, has gone missing. You must track down its whereabouts and secure it before time runs out and the guild suffers a penalty."],["5","{@b The Collector}. Your guild is tasked to create or acquire something wondrous for a wealthy but secretive client's collection. Guild members who previously failed to fulfill this assignment ended up missing. The collector promises to return your comrades if you provide what the collector seeks, but if you fail, you'll become part of the collection."],["6","{@b The Bill Comes Due}. Your guild master achieved their vaunted position by means of an otherworldly bargain. That price has come due, and they are desperate to avoid paying. You must defeat whatever's coming to collect the master's debt or find another acceptable payment."]],"name":"Guild Quests","page":95,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Force Types","colLabels":["d6","Military Organization"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Standing Army}. A standing army serves as the highly disciplined and structured guardian of a province or an entire nation. Strict tiers of command ensure coordination between branches of the force."],["2","{@b Mercenary Company}. Hard-bitten veterans of numerous conflicts, mercenaries serve an employer for coin rather than out of loyalty."],["3","{@b Expeditionary Force}. This military force is far from home, fighting behind enemy lines or striking into wild, unsettled lands. The force must be fast, self-sufficient, and either diplomatic or decisive to assure their survival."],["4","{@b Horde}. The horde is almost a force of nature, and what it lacks in discipline it makes up in ferocity. It doesn't have a rigid command structure, instead functioning like a pyramid of smaller armies. Horde commanders owe fealty to stronger leaders above them, all the way up to the warlord."],["5","{@b Planar Conscripts}. This military force battles for cosmic stakes on far-flung planes of the multiverse or fights against extraplanar invasion on the Material Plane. Warriors include conscripts pressed into service in the Blood War, fodder in the thrall of ruthless yugoloth mercenaries, or members of a glorious celestial host defending against fiendish incursion."],["6","{@b Sky Warriors}. This military force consists of winged creatures, employs magical flight, or sails airships as a sky navy. Traditional defenses are ineffective against attacks from the air, positioning the sky warriors as a fearsome nation or expensive and coveted mercenaries."]],"name":"Military Force Types","page":96,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Commanding Officer","colLabels":["d6","Officer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tested Veteran}. Your commander is a battle-scarred officer who experienced horrors in combat. They rely on something to dull the pain of their memories or wounds, from a favorite writer's prose to a distracting vice."],["2","{@b Taskmaster}. This angry officer yells every order, reprimands you for the smallest mistake, and fully expects you to fail at every mission you undertake. This might be tough love or simple brutishness."],["3","{@b Protective Officer}. A kindly officer is hesitant to send you into danger and constantly reminds you to be careful."],["4","{@b Bitter Soldier}. Your commander carries deep grudges against your force's enemies. They leap at any chance to do those foes harm, even if it puts your group in terrible risk."],["5","{@b Hopeful Commander}. This optimistic officer knows that a new era of peace is just over the horizon. You just need to complete these last few missions, then it should all finally be over."],["6","{@b Devout Leader}. Your commander is a person of deep faith. They believe that your success or failure lies entirely in divine hands and you are the instruments of that will."]],"name":"Military Force Contact; Commanding Officer","page":97,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Force Envoy Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Combatant","{@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Tactician","{@background Acolyte}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Sage}, {@background Soldier}"],["Medic","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Sage}, {@background Soldier}"],["Scout","{@background Hermit}, {@background Outlander}, {@background Sailor}, {@background Soldier}, {@background Urchin}"],["Provocateur","{@background Acolyte}, {@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Noble}"],["Spy","{@5etools Any|backgrounds.html}"]],"name":"Military Force Envoy Roles","page":97,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Strike Force}. You undertake a quick, strategic, and devastating attack against an enemy force."],["2","{@b Defensive Operations}. You must preserve the safety of an important location such as a civilian population center, a supply depot, or strategically critical bridge or seaport."],["3","{@b Special Forces}. You are assigned to a covert operation behind enemy lines. This is similar to the work of a spy or an assassin but with a broader scope. You engage in equipment sabotage or execute targeted strikes against high-value targets."],["4","{@b Reconnaissance}. You gather information on enemy troop numbers, placements, movement, or supply caches and routes."],["5","{@b Seek and Destroy}. You are responsible for hunting down specific high-value and dangerous targets, which include deserters, suspected enemy special forces, or magical war machines run amok."],["6","{@b Siege}. You are assigned to initiate a siege on an enemy stronghold or help break a siege in progress on an allied fortress."]],"name":"Military Quests","page":98,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Types","colLabels":["d6","Religious Order"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Undead Hunters}. This community of scholars and monster hunters laboriously researches the unquiet dead, tracking them to their lairs and permanently laying them to rest."],["2","{@b Devout Scholars}. This federation prizes knowledge and texts pertaining to their god. They collect rare holy books and record the life stories of miracle-working prophets."],["3","{@b Relic Collectors}. This order of archaeologist-monks seeks to fill their museum-like temple with storied holy relics."],["4","{@b Charitable Missionaries}. Adhering to the belief that religion empowers civilization, this order travels far to help the downtrodden, seeking to draw new believers by their virtuous example."],["5","{@b Militant Inquisitors}. This dogmatically rigid hierarchy seeks to stamp out all threats to their beliefs."],["6","{@b Doomsaying Evangelists}. This order believes the world is about to end. They're convinced that if they persuade everyone else of this fact they might stave off the impending doom."]],"name":"Religious Order Types","page":98,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Shadow Tongue}. A mysterious speaker for your order advises your next steps but fears being discovered by a powerful rival faith."],["2","{@b Inspired Creator}. A gifted artisan conveys the will of the divine through prophetic song or artwork."],["3","{@b Mysterious Text}. The gradual translation of a secret holy text points you toward the next step of a divine destiny."],["4","{@b Fierce Inquisitor}. A severe hierarch directs you to cleanse wickedness from a region, from the order, or from within yourself."],["5","{@b Beloved Healer}. A famed healer guides you to where you'll be needed most, even if their reasons are unclear until you arrive."],["6","{@b Divinity's Voice}. Otherworldly messages direct you to undertake divine quests."]],"name":"Religious Order Contact","page":99,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Councilor","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Sage}, {@background Urchin}"],["Defender","{@background Acolyte}, {@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Soldier}"],["Ascetic","{@background Acolyte}, {@background Entertainer}, {@background Hermit}, {@background Sage}, {@background Soldier}"],["Inquisitor","{@background Acolyte}, {@background Criminal}, {@background Noble}, {@background Sailor}, {@background Soldier}"],["Emissary","{@background Acolyte}, {@background Charlatan}, {@background Entertainer}, {@background Noble}, {@background Sailor}"],["Chosen One","{@5etools Any|backgrounds.html}"]],"name":"Religious Order Member Roles","page":99,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Safe Escape}. A band of the faithful wandered into territory hostile to your order. You must find them and escort them to safety."],["2","{@b Relic Recovery}. You seek a lost symbol of the order discovered in a dangerous place or in the hands of an enemy."],["3","{@b Cult Hunt}. You hunt a cell of zealots dangerous to your order or mortals at large."],["4","{@b Desperate Pilgrimage}. You protect members of the order as they participate in a pilgrimage that takes them through dangerous lands."],["5","{@b Expunge Heresy}. You seek out the source of blasphemy that's taken root within the order."],["6","{@b Prevent Prophecy}. A rival order stands on the cusp of fulfilling a prophecy with deadly ramifications. You strive to undermine their blasphemous agenda."]],"name":"Religious Order Quests","page":100,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Types","colLabels":["d6","Sovereign"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Village Elder}. The wizened leader of a community offers both civic and moral leadership."],["2","{@b Young Noble}. An ambitious noble eagerly seeks to reform society to align with a personal vision."],["3","{@b Shipwrecked Governor}. A desperate leader struggles to keep people alive in a wilderness they're not prepared to endure."],["4","{@b Ruler Returned}. A tribe's revered leader has returned from the dead and seeks to resurrect their past glories."],["5","{@b Hidden Power}. A mysterious figure manipulates the nation's puppet leader and guides the government's true agenda."],["6","{@b True Regent}. The rightful heir to the throne struggles to reclaim power from a perfect impostor."]],"name":"Sovereign Types","page":100,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Intimate Confidant}. The sovereign's friend or lover seeks to aid their companion in any way possible."],["2","{@b Spymaster}. An intelligence operative attends to the nation's dirty work so the sovereign keeps their hands clean."],["3","{@b Administrator}. This severe bureaucrat disagrees with many of the sovereign's policies but takes loyal service seriously."],["4","{@b Executive Assistant}. The responsibilities of an exacting butler or other servant at the royal household far exceed their title."],["5","{@b Envoy}. A semi-retired, leisure-loving ambassador speaks in suggestion and innuendo."],["6","{@b Spectral Assembly}. A ghostly council of the nation's previous regents manifests to avert disasters."]],"name":"Sovereign Contact","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Proxy Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Advisor","{@background Acolyte}, {@background Folk Hero}, {@background Noble}, {@background Sage}, {@background Soldier}"],["Ambassador","{@background Charlatan}, {@background Folk Hero}, {@background Guild Artisan}, {@background Noble}, {@background Sailor}"],["Secret Agent","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Soldier}, {@background Urchin}"],["Champion","{@background Criminal}, {@background Noble}, {@background Outlander}, {@background Soldier}, {@background Urchin}"],["Jester","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Outlander}, {@background Urchin}"],["Confidant","{@5etools Any|backgrounds.html}"]],"name":"Sovereign Proxy Roles","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b International Espionage}. You attempt to steal intelligence, national symbols, or super weapons from an enemy power."],["2","{@b Undermine Rival}. You seek to weaken or remove a rival to the regent's rule—perhaps a general, an archdruid, or a noble with a claim to the throne."],["3","{@b Expel Corruption}. You help the sovereign reform their government, rooting out institutional vices."],["4","{@b Subvert Blame}. The sovereign is caught in an embarrassing affair. Make it disappear."],["5","{@b Test Heir}. You prepare the sovereign's heir for the challenge of taking the throne."],["6","{@b Desperate Diplomacy}. You seek to make peace with a force or entity that could wipe out your nation."]],"name":"Sovereign Quests","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["Level","Spell","School","Conc.","Ritual","Class"],"colStyles":["col-1 text-center","col-3","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["0","{@spell Booming Blade|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Green-Flame Blade|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Lightning Lure|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Mind Sliver|TCE}","Enchantment","No","No","Sorcerer, Warlock, Wizard"],["0","{@spell Sword Burst|TCE}","Conjuration","No","No","Artificer, Sorcerer, Warlock, Wizard"],["1st","{@spell Tasha's Caustic Brew|TCE}","Evocation","Yes","No","Artificer, Sorcerer, Wizard"],["2nd","{@spell Summon Beast|TCE}","Conjuration","Yes","No","Druid, Ranger"],["2nd","{@spell Tasha's Mind Whip|TCE}","Enchantment","No","No","Sorcerer, Wizard"],["3rd","{@spell Intellect Fortress|TCE}","Abjuration","Yes","No","Artificer, Bard, Sorcerer, Warlock, Wizard"],["3rd","{@spell Spirit Shroud|TCE}","Necromancy","Yes","No","Cleric, Paladin, Warlock, Wizard"],["3rd","{@spell Summon Fey|TCE}","Conjuration","Yes","No","Druid, Ranger, Warlock, Wizard"],["3rd","{@spell Summon Shadowspawn|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["3rd","{@spell Summon Undead|TCE}","Necromancy","Yes","No","Warlock, Wizard"],["4th","{@spell Summon Aberration|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["4th","{@spell Summon Construct|TCE}","Conjuration","Yes","No","Artificer, Wizard"],["4th","{@spell Summon Elemental|TCE}","Conjuration","Yes","No","Druid, Ranger, Wizard"],["5th","{@spell Summon Celestial|TCE}","Conjuration","Yes","No","Cleric, Paladin"],["6th","{@spell Summon Fiend|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["6th","{@spell Tasha's Otherworldly Guise|TCE}","Transmutation","Yes","No","Sorcerer, Warlock, Wizard"],["7th","{@spell Dream of the Blue Veil|TCE}","Conjuration","No","No","Bard, Sorcerer, Warlock, Wizard"],["9th","{@spell Blade of Disaster|TCE}","Conjuration","Yes","No","Sorcerer, Warlock, Wizard"]],"name":"Spells","page":105,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Themes","colLabels":["d10","Theme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Book pages, origami, quills, and ink, all accompanied by rustling sounds and library scents"],["2","Brine-scented shapes of sharks, jellyfish, octopi, and other sea creatures"],["3","Food or utensils that carry the scent of cuisine from the spellcaster's homeland"],["4","Rich, copper scents accompanied by what appears to be the caster's own imbalanced humors"],["5","Bursts and strokes of watercolor painted by an invisible brush"],["6","Transparent weapons, armor, miniature war machines, and phantom soldiers"],["7","Golden rays that carry faint warmth and the hint of windblown sand"],["8","Rowdy barnyard animals accompanied by the warm scents of coops and stables"],["9","Manifestations of deep emotions, like the faint shackles of melancholy, sepia shades of nostalgia, or heart-shaped bursts of affection"],["10","Tiny whimsical or fearsome beings from the spellcaster's inescapable, recurring dreams"]],"name":"Personalizing Spells; Magic Themes","page":116,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Items","colLabels":["Rarity","Item","Attunement"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["Common","{@item Illuminator's Tattoo|TCE}","Yes"],["Common","{@item Masquerade Tattoo|TCE}","Yes"],["Common","{@item Prosthetic Limb|TCE}","No"],["Common+","{@item Spellwrought Tattoo|TCE}","No"],["Uncommon+","{@item +1 All-Purpose Tool|TCE|All-Purpose Tool}","Yes"],["Uncommon+","{@item +1 Amulet of the Devout|TCE|Amulet of the Devout}","Yes"],["Uncommon+","{@item +1 Arcane Grimoire|TCE|Arcane Grimoire}","Yes"],["Uncommon+","{@item Barrier Tattoo (small)|TCE|Barrier Tattoo}","Yes"],["Uncommon+","{@item +1 Bloodwell Vial|TCE|Bloodwell Vial}","Yes"],["Uncommon","{@item Coiling Grasp Tattoo|TCE}","Yes"],["Uncommon","{@item Eldritch Claw Tattoo|TCE}","Yes"],["Uncommon","{@item Feywild Shard|TCE}","Yes"],["Uncommon","{@item Guardian Emblem|TCE}","Yes"],["Uncommon+","{@item +1 Moon Sickle|TCE|Moon Sickle}","Yes"],["Uncommon","{@item Nature's Mantle|TCE}","Yes"],["Uncommon+","{@item +1 Rhythm-Maker's Drum|TCE|Rhythm-Maker's Drum}","Yes"],["Rare","{@item Alchemical Compendium|TCE}","Yes"],["Rare","{@item Astral Shard|TCE}","Yes"],["Rare","{@item Astromancy Archive|TCE}","Yes"],["Rare","{@item Atlas of Endless Horizons|TCE}","Yes"],["Rare","{@item Bell Branch|TCE}","Yes"],["Rare","{@item Devotee's Censer|TCE}","Yes"],["Rare","{@item Duplicitous Manuscript|TCE}","Yes"],["Rare","{@item Elemental Essence Shard|TCE}","Yes"],["Rare","{@item Far Realm Shard|TCE}","Yes"],["Rare","{@item Fulminating Treatise|TCE}","Yes"],["Rare","{@item Heart Weaver's Primer|TCE}","Yes"],["Rare","{@item Libram of Souls and Flesh|TCE}","Yes"],["Rare","{@item Lyre of Building|TCE}","Yes"],["Rare","{@item Outer Essence Shard|TCE}","Yes"],["Rare","{@item Planecaller's Codex|TCE}","Yes"],["Rare","{@item Protective Verses|TCE}","Yes"],["Rare","{@item Reveler's Concertina|TCE}","Yes"],["Rare","{@item Shadowfell Brand Tattoo|TCE}","Yes"],["Rare","{@item Shadowfell Shard|TCE}","Yes"],["Very Rare","{@item Absorbing Tattoo|TCE}","Yes"],["Very Rare","{@item Cauldron of Rebirth|TCE}","Yes"],["Very Rare","{@item Crystalline Chronicle|TCE}","Yes"],["Very Rare","{@item Ghost Step Tattoo|TCE}","Yes"],["Very Rare","{@item Lifewell Tattoo|TCE}","Yes"],["Legendary","{@item Blood Fury Tattoo|TCE}","Yes"],["Artifact","{@item Baba Yaga's Mortar and Pestle|TCE}","Yes"],["Artifact","{@item Crook of Rao|TCE}","Yes"],["Artifact","{@item Demonomicon of Iggwilv|TCE}","Yes"],["Artifact","{@item Luba's Tarokka of Souls|TCE}","Yes"],["Artifact","{@item Mighty Servant of Leuk-o|TCE}","Yes"],["Artifact","{@item Teeth of Dahlver-Nar|TCE}","Yes"]],"name":"Magic Items","page":117,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Tattoo Coverage","colLabels":["Tattoo Rarity","Area Covered"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Common","One hand or foot or a quarter of a limb"],["Uncommon","Half a limb or the scalp"],["Rare","One limb"],["Very Rare","Two limbs or the chest or upper back"],["Legendary","Two limbs and the torso"]],"name":"Magic Tattoos; Magic Tattoo Coverage","page":118,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Party Origin","colLabels":["d6","Origin Story"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters grew up in the same place and have known each other for years."],["2","The characters have united to overcome a foe."],["3","The characters were brought together by a common benefactor who wishes to sponsor their adventures."],["4","A funeral brings the characters together."],["5","A festival brings the characters together."],["6","The characters find themselves trapped together."]],"name":"Party Formation; Party Origin","page":139,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Monster Research","colLabels":["Type","Suggested Skills"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Aberration","{@skill Arcana}"],["Beast","{@skill Animal Handling}, {@skill Nature}, or {@skill Survival}"],["Celestial","{@skill Arcana} or {@skill Religion}"],["Construct","{@skill Arcana}"],["Dragon","{@skill Arcana}, {@skill History}, or {@skill Nature}"],["Elemental","{@skill Arcana} or {@skill Nature}"],["Fey","{@skill Arcana} or {@skill Nature}"],["Fiend","{@skill Arcana} or {@skill Religion}"],["Giant","{@skill History}"],["Humanoid","{@skill History}"],["Monstrosity","{@skill Nature} or {@skill Survival}"],["Ooze","{@skill Arcana} or {@skill Survival}"],["Plant","{@skill Nature} or {@skill Survival}"],["Undead","{@skill Arcana} or {@skill Religion}"]],"name":"Monster Research","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Aberrations","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The brain or other organs of a rare creature"],["2","Flattery and obsequiousness"],["3","Secrets or lore it doesn't already know"],["4","Accepting a strange, organic graft onto your body"]],"name":"Monsters' Desires; Aberrations","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Beasts","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fresh meat"],["2","A soothing melody"],["3","Brightly colored beads, cloth, feathers, or string"],["4","An old stuffed animal or other soft trinket"]],"name":"Monsters' Desires; Beasts","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Celestials","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The tale of a heroic figure"],["2","An oath to do three charitable deeds before dawn"],["3","The crown of a defeated tyrant"],["4","A holy relic or treasured family heirloom"]],"name":"Monsters' Desires; Celestials","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Constructs","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Oil to apply to the construct's joints"],["2","A magic item with charges, to be used as fuel"],["3","A vessel infused with elemental power"],["4","Adamantine or mithral components"]],"name":"Monsters' Desires; Constructs","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dragons","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Gold or gems"],["2","Anything from a draconic rival's hoard"],["3","An antique passed down at least three generations"],["4","A flattering artistic depiction of the dragon"]],"name":"Monsters' Desires; Dragons","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Elementals","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A gem worth at least 50 gp, which the creature eats"],["2","An exceedingly pure sample of a favored element"],["3","A way to return the elemental to its home plane"],["4","Performing a dance from the elemental's home plane"]],"name":"Monsters' Desires; Elementals","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Fey","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The memory of your first kiss"],["2","The color of your eyes"],["3","An object of deep sentimental value to you"],["4","Reciting a sublime poem"]],"name":"Monsters' Desires; Fey","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Fiends","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your soul"],["2","A desecrated holy object"],["3","Blood from a living or recently slain loved one"],["4","Breaking a sacred promise in the fiend's presence"]],"name":"Monsters' Desires; Fiends","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Giants","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dwarf admitting giant-craft to be superior to dwarf-craft"],["2","A strong working animal"],["3","Multiple barrels of ale"],["4","Treasure stolen from a rival giant"]],"name":"Monsters' Desires; Giants","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Humanoids","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Promising to find a lost item of great importance to their culture"],["2","Challenging them to a type of friendly contest, such as dancing, singing, or drinking"],["3","Recovering something they've lost"],["4","Information on a foe's secrets or weaknesses"]],"name":"Monsters' Desires; Humanoids","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Monstrosities","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dislodging the stuck scraps of the creature's last meal"],["2","The creature's favorite food"],["3","Driving off the creature's rival"],["4","Making movements that mimic the monster's mating dance"]],"name":"Monsters' Desires; Monstrosities","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oozes","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A vial of putrid liquids"],["2","A cloth bearing a noxious odor"],["3","Bones or metal, which the ooze promptly absorbs"],["4","A gallon of any effervescent fluid"]],"name":"Monsters' Desires; Oozes","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Plants","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pound of mulch"],["2","Water from a spring infused with Feywild energy"],["3","Clearing invasive vegetation from the creature's territory"],["4","Destroying all axes and fire-making implements the party carries"]],"name":"Monsters' Desires; Plants","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Undead","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A vial of blood"],["2","A personal memento from the creature's past"],["3","Materials, tools, or the skills to sun-proof a crumbling mausoleum"],["4","Completing a task the creature was unable to finish in life"]],"name":"Monsters' Desires; Undead","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Blessed Radiance Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","Golden light fills a 20-foot-radius, 40-foot-high cylinder centered on one character in the region and then fades. That character and their friends in the cylinder gain the benefits of the {@spell divine favor} spell for 1 hour."],["07–12","Radiant energy erupts in a 10-foot-radius sphere centered on one random creature in the region. Each creature in the sphere that isn't undead regains {@dice 3d6} hit points. Each undead creature in the sphere takes {@dice 3d6} radiant damage."],["13–18","Aberrations, fiends, and undead in the region have disadvantage on attack rolls and ability checks for the next 24 hours."],["19–24","Each creature carrying the holy symbol of a deity from a non-evil plane while in the region gains advantage on saving throws for the next 24 hours."],["25–30","One character in the region is suffused with celestial power. For 1 minute, the character's melee attacks deal an extra {@dice 2d6} radiant damage on a hit."],["31–36","One {@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon} that is nonmagical and carried by one character in the region gains the properties of a {@item mace of disruption} for 24 hours."],["37–42","A flying, gleaming sword (use the {@creature flying sword} stat block in the {@book Monster Manual|MM}) appears within 60 feet of an aberration, a fiend, or an undead, which becomes the sword's target. The sword deals radiant damage instead of slashing damage and knows the exact location of its target while the target is within the region. The sword vanishes when it or its target is reduced to 0 hit points."],["43–48","One character in the region hears whispers from celestial beings or refrains of celestial choirs. The character can ask those voices one question as if using the {@spell commune} spell."],["49–54","Aberrations, fiends, and undead in the region give off a crimson glow for 1 minute. The creatures shed dim light in a 10-foot radius, attacks against them have advantage if the attacker can see them, and the creatures can't benefit from being {@condition invisible}."],["55–60","Celestial power explodes in a 30-foot-radius sphere of divine light centered on an aberration, a fiend, or an undead creature within the region. Each creature in the sphere must make a DC 15 Constitution saving throw. On a failure, the creature takes {@dice 4d6} radiant damage and is {@condition blinded}. On a success, it takes half damage and isn't {@condition blinded}."],["61–66","One character in the region feels a profound sense of purpose and gains the benefit of the {@spell bless} spell for 1 minute. They can choose two other creatures they can see to gain the spell's benefits as well."],["67–72","A booming voice thunders in Celestial and can be heard throughout the region. Each creature in the region must make a DC 15 Constitution saving throw. On a success, the creature gains {@dice 2d10} temporary hit points. On a failure, the creature is {@condition deafened} for 1 minute."],["73–78","One character in the region gains the ability to cure afflictions for 1 hour. As an action, they can cast {@spell lesser restoration} or {@spell greater restoration} without expending a spell slot and requiring no material components."],["79–84","The effects of a {@spell hallow} spell (save DC 17), with one of its extra effects (DM's choice), settle over the region for 24 hours."],["85–90","An angelic voice rings throughout the region. Each creature there must succeed on a DC 15 Wisdom saving throw or perform the grovel option of the {@spell command} spell."],["91–95","One character in the region permanently gains resistance to necrotic damage. Reroll if you've already rolled this effect."],["96–00","One character in the region gains the ability to use the {@classFeature Divine Intervention|Cleric||10} cleric feature, which succeeds automatically. The character can use the feature granted in this way only once and must use it within 7 days. Reroll if you've already rolled this effect."]],"name":"Blessed Radiance Effects","page":150,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Far Realm Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","A structure in the region whispers faintly. Any creature within 60 feet of the structure that can hear it must succeed on a DC 12 Wisdom saving throw or be {@condition charmed}. While {@condition charmed} in this way, the creature must move toward the source of the whispering, avoiding obvious hazards. When it reaches the source, it is {@condition incapacitated}. The creature can repeat the saving throw when it takes damage and at the end of every hour, ending the effect on itself on a success."],["10–18","An elder evil turns its attention to the region, imposing the pressure of its unfathomable presence upon the place. Any creature that finishes a rest in the region must succeed on a DC 12 Charisma saving throw, or it gains no benefit from finishing the rest. It instead finds strange scrawls, stacked stones, or its belongings arranged in intricate, abstruse patterns nearby."],["19–27","Local plants and animals share a malevolent intelligence. Roll a {@dice d6}. On a 1–2, an {@spell insect plague} spell is centered on one random creature in the region. On a 3–4, {@dice 1d4} {@creature Swarm of Ravens||swarms of ravens} and {@dice 1d4} {@creature Swarm of Rats||swarms of rats} gather and attack any other creatures in the region. On a 5–6, a {@creature treant} (in forested terrain) or a {@creature galeb duhr} (in rockier terrain) attacks."],["28–36","Distance no longer functions in a comprehensible manner within the region. Creatures make ranged attack rolls with disadvantage, and the range of those attacks is halved."],["37–45","The landscape melts into a mass of writhing flesh, eyes, and fanged mouths. From an unoccupied space in the fleshy ground arise {@dice 1d4 + 5} {@creature Gibbering Mouther||gibbering mouthers} that attack anyone in sight."],["46–54","Unintelligible murmurings threaten to overcome the mind of one random creature within the region. At the start of the creature's turn, it must succeed on a DC 13 Intelligence saving throw or use its action to make one melee attack against the nearest creature it can see. If there are no other creatures within reach, the target spends its action babbling."],["55–63","Bizarre appendages squirm beneath the ground and around trees or other structures within this region. Dozens of limbs burst forth, entangling anyone within a 30-foot sphere surrounding one random creature. Each creature in the sphere must succeed on a DC 14 Dexterity saving throw or take {@dice 3d6} bludgeoning damage and be {@condition restrained}. Any creature that ends its turn in the area takes {@dice 3d6} bludgeoning damage. A creature can free itself or someone else within reach from being {@condition restrained} in this way by using an action to make a successful DC 14 Strength or Dexterity check (its choice)."],["64–72","Creatures in the region can't leave it and find themselves covering the same ground over and over. By the time they realize this, {@dice 2d10} hours have passed, during which they have made no progress in their effort to leave. The effect then ends, and each creature must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}."],["73–79","One random creature in the region hears strange whispers and must succeed on a DC 14 Wisdom saving throw or become {@condition charmed}. While {@condition charmed} in this way, the creature focuses on copying the blasphemous designs that appear in its mind using whatever medium it has available (ink, charcoal, mud, or its own blood). Unless {@condition restrained}, the creature completes the designs in 1 hour of work. When the creature finishes its work, it is no longer {@condition charmed}, and a {@creature death slaad} appears within 30 feet of it and attacks anyone in sight."],["80–85","Natural features and structures in this region writhe to spell out words and form strange symbols. Any creature that tries to read the messages must make a DC 20 Intelligence ({@skill Arcana}) check. On a success, the creature gains insight as if it had cast the {@spell contact other plane} spell. On a failure, the creature is affected as if it failed a saving throw against the {@spell confusion} spell. This effect ends at the end of the creature's next turn."],["86–90","In this region, circular things (such as buttons, crystal balls, the sun, and so on) seem appallingly wrong. One random creature that starts its turn in this region must succeed on a DC 14 Intelligence saving throw or spend their turn loudly trying to destroy these objects."],["91–95","Glaring eyes, which weep viscid tears, appear on inanimate objects throughout the region. These eyes watch the characters, and creatures within the region can't be {@quickref Surprise|PHB|3|0|surprised} by the characters for as long as the eyes exist. An eye closes and disappears if it takes any damage. Reroll if you've already rolled this effect."],["96–00","A tear in reality creates a rift in the region, similar to the spell {@spell gate}, that passes through the Far Realm and connects with a random plane. Any creature that enters the rift takes {@dice 10d10} psychic damage from the horrors of the Far Realm and appears in an empty space closest to the rift's opening on another random plane. The rift vanishes after {@dice 2d10 + 2} hours."]],"name":"Far Realm Effects","page":152,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Haunted Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","A violent thunderstorm begins, centered over the region. It doesn't end until the party leaves the region."],["06–10","A random building in the region gains the benefits of the {@spell guards and wards} spell (save DC 13) for the next 24 hours."],["11–15","A mundane part of one random character's surroundings—perhaps a tree bole or a taxidermied animal head—animates for 1 minute and whispers a warning or threatens to reveal one of the character's secrets."],["16–20","All bright light weakens to dim light for 24 hours. Sources that provide dim light, such as candles, do not shed any light."],["21–25","The temperature in the region drops by 10 degrees Fahrenheit every hour for the next {@dice 1d6} hours, after which the temperature returns to normal. If cold enough, ice crystals form in sinister patterns."],["26–30","One random creature's shadow acts independently for the next 24 hours. The shadow acts out of sync with its owner, perhaps dramatically choking or trying to murder another shadow."],["31–35","After the next sunset, the sun doesn't rise again for 36 hours. During this time, the sky over the region might hold a crimson moon, be obscured by roiling fog, or display blinking, alien stars."],["36–40","During the next night, one random sleeping creature vanishes and reappears approximately a foot beneath where they were sleeping—typically buried in undisturbed dirt or in a space beneath floorboards. The creature or someone else can free it with a successful DC 13 Strength ({@skill Athletics}) check."],["41–45","One random creature in the region is targeted by the {@spell levitate} spell (save DC 15) for 1 minute."],["46–50","A nonviolent but unsettling {@creature ghost}—perhaps a pet, an accident-prone child, or a dismembered big toe—appears and follows one random creature for 24 hours before vanishing. The ghost vanishes if reduced to 0 hit points."],["51–55","One player character's appearance changes for the next 24 hours to reflect the region's haunted history. For example, they might manifest the distinctive facial scar associated with a notorious tyrant who died in the region."],["56–60","For the next 24 hours, any humanoid killed in the region rapidly decomposes and rises as a {@creature skeleton} {@dice 1d10} minutes after dying."],["61–65","Over the next 24 hours, whenever any creature is wounded, its blood (or similar fluid) spreads to form a short message or grisly tableau."],["66–70","A spirit inhabits one character's {@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon}, making it a sentient magic item until the character leaves the region. Randomly generate the item's properties as described in the \"{@book Sentient Magic Items|DMG|-1}\" section of the {@book Dungeon Master's Guide|DMG}."],["71–75","A spectral force manifests to one character in the region, allowing them to ask one question and receive a short answer as through the {@spell augury} spell. The force manifests as a planchette moving on a talking board, writing on foggy glass, or insects swarming to create messages."],["76–80","During the next night, one sleeping character in the region receives a vision as if the target of the {@spell dream} spell. The dream is brief and unsettling, revealing some element of the environment's history and putting the character in the place of someone who suffered a grim fate there."],["81–85","A coffin or small enclosed space in the region—perhaps an antique box, stone cairn, or tree stump sealed with rocks—radiates palpable malice. The first time a creature opens it, roll a die. If you roll an even number, the creature receives a terrible vision and is {@condition frightened} of all creatures for the next 24 hours. If you roll an odd number, an {@creature avatar of death|DMG} appears and attacks as though summoned by the Skull card from a {@item deck of many things}."],["86–90","Over the next 24 hours, whenever any creature in the region regains hit points from a spell, the healing magic leaves scars. This might be accompanied by a purging of black bile or a spectral force tearing free from the creature. These scars can be removed only by {@spell greater restoration} or {@spell wish}."],["91–95","For 24 hours, a luminous wisp of vapor floats above a corpse or grave in the region. If the wisp is put in a container, a creature holding the receptacle can cast the {@spell resurrection} spell once, requiring no components and causing the wisp to vanish. Any creature returned to life in this way experiences strange dreams."],["96–00","A mysterious mist rises from the shadows. This dense fog heavily obscures everything in a 50-foot-radius sphere around one random creature in the region. Any creature that starts its turn in the mist must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}. This {@condition exhaustion} can't be removed while the creature is in the mist. Additionally, creatures notice unsettling sights through the fog, such as ominous ruins or soundless silhouettes fleeing pursuit. The mists can't be dispersed by any wind, but clear after 1 minute."]],"name":"Haunted Effects","page":154,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Infested Effects","colLabels":["d100","Infested Effects"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","Intense buzzing or grinding noises fill the region for the next 24 hours. With the exception of truly cacophonous sounds, creatures can only hear speech and noises that originate within 10 feet of them."],["06–10","A mass migration of insects begins, with waves of Tiny bugs crawling over everything in the region. Creatures cannot take a short or long rest in the region for the next 24 hours."],["11–15","A swarm of bioluminescent flies converges on one random creature in the region. For the next minute, the creature sheds dim light in a 10-foot radius, any attack against it has advantage if the attacker can see it, and the creature can't benefit from being {@condition invisible}."],["16–20","A boil of termites bursts from the ground, along with dozens of bones and a treasure of the DM's choice (see \"{@book Random Treasure|DMG|7|Random Treasure}\" in the {@book Dungeon Master's Guide|DMG})."],["21–25","A cricket-shaped creature with the statistics of a {@creature cat} bounds up to one random creature and follows it like an affectionate pet for 24 hours before scampering off."],["26–30","A cluster of {@dice 1d4 + 2} faintly glowing grubs appears in an unoccupied space within 30 feet of the party. Any creature that consumes one of these succulent grubs receives the benefits of a {@item potion of healing}."],["31–35","A large, psychedelically colored moth flies over the party, dusting the characters with strange powder. Creatures the moth flies over must succeed on a DC 16 Constitution saving throw or be {@condition charmed} by all creatures for 1 hour."],["36–45","The region is choked with wispy webbing, which acts as {@quickref difficult terrain||3}."],["46–50","Nearly every surface is covered with discarded cicadae-like shells that crunch loudly when trod upon, imposing disadvantage on Dexterity ({@skill Stealth}) checks made while moving across them. The shells vanish after 1 hour."],["51–55","A massive, bloated maggot emerges from the ground within 10 feet of the party and bursts, covering the ground with ichor in a 10-foot square centered on it. This region is affected by the {@spell grease} spell (save DC 13) for 1 minute."],["56–60","The ground opens up beneath one random creature, creating a {@book quicksand|DMG|5|Quicksand} pit (see the {@book Dungeon Master's Guide|DMG})."],["61–65","One random creature in the region must succeed on a DC 16 Constitution saving throw or contract the {@disease Sight Rot||sight rot disease} (see the {@book Dungeon Master's Guide|DMG}) from minute parasites."],["66–70","Dung-colored bugs cover the ground. Creatures that move at half their normal walking speed can ignore the bugs. Those that move faster must succeed on a DC 16 Constitution saving throw or become {@condition poisoned} until the start of their next turn. A creature {@condition poisoned} in this way has its speed reduced to 0, as it is overcome by the squashed insects' foul smell. Creatures that don't need to breathe automatically succeed on this saving throw."],["71–75","One of the characters in the region must succeed on a DC 15 Wisdom saving throw or be transformed into a giant spider, as if by the {@spell polymorph} spell. The spell lasts for 1 hour or until dispelled."],["76–80","One random creature in the region must succeed on a DC 16 Constitution saving throw, or it acquires a ravenous silverfish infestation among its gear. The infestation is discovered the next time the creature finishes a short or long rest. If the creature has any paper material, the silverfish destroy one random book or other paper item that isn't magical."],["81–85","One random creature in the region must succeed on a DC 16 Constitution saving throw or become host to a particularly aggressive tapeworm. The affected creature gains no benefit from eating until it receives treatment that removes a disease. A creature immune to disease automatically succeeds on this saving throw."],["86–90","Biting mites infest creatures' clothing in the region. Any creature wearing medium or heavy armor has disadvantage on attack rolls, ability checks, and saving throws for the next 24 hours."],["91–95","Tiny arachnids invade unattended spaces. The next time one random creature in the region dons its clothing or armor after finishing a long rest, it must succeed on a DC 16 Constitution saving throw or take 11 ({@dice 2d10}) poison damage."],["96–00","Countless tiny, bloodsucking insects infest the region for the next {@dice 1d6} hours. Every hour, each creature in the region must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}. The insects don't affect creatures that are immune to disease."]],"name":"Infested Effects","page":156,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mirror Zone Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","Creatures in the region begin to display features other than their own for the next 24 hours. During that time, affected creatures have advantage on Charisma ({@skill Deception}) checks and ability checks made to disguise themselves."],["07–12","The {@spell hallucinatory terrain} spell (save DC 15) affects the natural terrain of the region, changing it into a different kind of terrain (DM's choice)."],["13–18","One random creature in the region gains the benefits of the {@spell blink} spell for 1 minute, shimmering with overlapping shattered reflections."],["19–24","Creatures in the region don't cast reflections. Wisdom ({@skill Insight}) checks made against those creatures have disadvantage, and the creatures have disadvantage on Charisma ({@skill Persuasion}) checks made against anyone who notices their lack of {@creature reflection|TCE}. When they leave the region, creatures regain their reflections, and the effect ends."],["25–34","Reflections of {@dice 1d4} creatures in the region emerge from mirrors and attack. The {@creature reflection|TCE|reflections} are two-dimensional, shimmering versions of the creatures that cast them. Treat the reflections as {@creature Shadow||shadows} that are fey instead of undead and vulnerable to bludgeoning damage instead of radiant."],["35–40","One character in the region gains the benefit of the {@spell mirror image} spell. The images created sometimes move or speak of their own volition."],["41–46","For the next 24 hours, certain wounds caused in the region attract spectral slivers of glass that cause extra damage. Any creature, other than a construct or an undead, hit by an attack that deals piercing or slashing damage begins to bleed, losing {@dice 1d4} hit points at the start of each of its turns. If the bleeding creature is hit by another such attack, the bleeding increases by {@dice 1d4}. Any creature can take an action to stanch the wound with a successful DC 10 Wisdom ({@skill Medicine}) check. The bleeding also stops if the target receives magical healing."],["47–52","Mirrors and other highly reflective surfaces allow magical transport while in the region. Any creature that touches its {@creature reflection|TCE} in an object that it isn't wearing or carrying can immediately cast the {@spell misty step} spell, requiring no components."],["53–58","One character can cast the {@spell scrying} spell (save DC 17) once within the next 24 hours, requiring no components but using a mirror or other reflective surface."],["59–64","The skin of one random creature in the region becomes silvery and reflective for the next 24 hours. For the duration, that creature has advantage on saving throws against spells, and spell attacks have disadvantage against that creature."],["65–70","A longsword or shortsword with a blade made of a jagged mirror appears in an unoccupied space within 60 feet of a random creature in the region. The weapon is a {@item sword of wounding} (see the {@book Dungeon Master's Guide|DMG}). If the weapon's wielder rolls a 1 or 20 on an attack roll using the weapon, the weapon shatters and is destroyed after that attack."],["71–76","For the next 24 hours, when anyone in the region hits a creature with an attack roll and deals damage to it, the attacker must succeed on a DC 13 Charisma saving throw or take force damage equal to half the damage dealt."],["77–82","Two shimmering, vertical, reflective disks of energy appear in unoccupied spaces in the region for 1 minute. Each is 6 feet in diameter and floats 1 foot above the ground. One appears in an unoccupied space within 30 feet of the party. Any creature that moves through the disk instantly appears within 5 feet of the other disk or the nearest unoccupied space."],["83–88","The next time one character in the party sees their {@creature reflection|TCE} in the region, that {@creature reflection|TCE} of comes to life and engages its counterpart in conversation. It offers to answer one question posed to it as if the creature cast the {@spell divination} spell. After answering the question, the {@creature reflection|TCE} returns to normal."],["89–94","Floating shards of broken mirrors swirl through the region, showing reflections of creatures and places that aren't present, for the next minute before vanishing. On initiative count 20 (losing all ties), the shards make a ranged weapon attack (+6 to hit) against one random creature in the region. On a hit, the target takes 10 ({@dice 3d6}) slashing damage."],["95–00","A duplicate of one random creature in the region appears in an unoccupied space within 30 feet of that creature. The duplicate's appearance, game statistics, and equipment are identical to the creature's. The duplicate immediately attacks the creature, seeking to slay it. If the duplicate dies, it and all its equipment shatter into mirror shards. If the duplicate fails to slay the creature within 1 hour, the duplicate vanishes."]],"name":"Mirror Zone Effects","page":157,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Psychic Resonance Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","One random creature in the region gains the ability to cast the {@spell detect thoughts} spell (save DC 13) once over the next 24 hours, requiring no components. Intelligence is the spellcasting ability for this spell."],["07–12","One random creature in the region is affected by the {@spell mind blank} spell for the next 24 hours."],["13–18","For 1 minute on initiative count 20 (losing all ties), Tiny and Small objects in the region that aren't being worn or carried are flung by an unseen force. One random creature in the region must succeed on a DC 15 Dexterity saving throw or take {@dice 2d4} bludgeoning damage from the flung objects."],["19–24","Memories become sharp and clear for 1 hour. During this time, each creature in the region adds double its proficiency bonus to Intelligence checks made to recall information."],["25–34","Headaches and nosebleeds plague humanoids in the region, imposing disadvantage on Wisdom ({@skill Perception}) checks for 1 hour."],["35–40","Psychic power builds in the mind of one random creature in the region. Once within the next minute, the creature can use a bonus action to magically assault the mind of another creature it can see. The target must succeed on a DC 14 Intelligence saving throw or take {@dice 4d10} psychic damage."],["41–46","Lurking fears become nightmares. Any creature that finishes a short or long rest in the region must succeed on a DC 10 Wisdom saving throw or gain no benefit for finishing the rest."],["47–52","For 1 hour, each creature in the region gains the ability to communicate telepathically with any creature it can see within 60 feet. If the target understands any languages, it can respond telepathically."],["53–58","One random creature in the region can sense the presence of nearby minds for 1 hour. For the duration, the creature gains advantage on Wisdom ({@skill Perception}) checks made to locate other creatures within 120 feet of it, even creatures behind total cover."],["59–64","Creatures in the region suffer from disjointed thoughts and difficulty concentrating for 1 hour. For the duration, creatures have disadvantage on Intelligence checks and Constitution saving throws to maintain concentration on spells."],["65–70","One random creature in the region hears strange whispers in its mind. The whispers are fragments of thoughts from other creatures nearby. The creature has advantage on Wisdom ({@skill Insight}) checks for 1 hour."],["71–76","One random creature in the region gains the ability to cast the {@spell telekinesis} spell (save DC 15) once over the next 24 hours, requiring no components. Intelligence is the spellcasting ability for this spell."],["77–82","Thoughts in the region attract ambient psychic energy, forming protective fields around creatures' minds. Creatures in the region gain resistance to psychic damage for the next hour."],["83–88","For 1 minute on initiative count 20 (losing all ties), one random creature in the region must succeed on a DC 15 Intelligence saving throw or take {@dice 2d6} psychic damage."],["89–94","Compassion and joy fill the mind of one random creature in the region for 1 minute. For the duration, the creature has advantage on Intelligence, Wisdom, and Charisma saving throws, and disadvantage on attack rolls."],["95–00","The mind of every beast in the region is flooded with psychic energy. This energy causes each beast's Intelligence score to become 10, if it wasn't already higher, and the beast gains the ability to speak Common and Sylvan fluently. These changes are permanent."]],"name":"Psychic Resonance Effects","page":160,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unraveling Magic Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","All magic items in the region temporarily lose their magical properties, becoming nonmagical for 1 hour. Artifacts are unaffected. When the items regain their magic, a creature's attunement to any of them is restored."],["06–10","The region becomes a dead-magic zone for 1 hour. For the duration, the entire region is affected by the {@spell antimagic field} spell."],["11–15","One random creature in the region must succeed on a DC 15 Dexterity saving throw or be enclosed in {@spell Otiluke's resilient sphere} for 1 minute."],["16–20","One random creature in the region that has expended spell slots regains one expended spell slot of a random level."],["21–25","Flares of magical energy flash through the region for 1 minute. For the duration, each round on initiative count 20 (losing all ties) one random creature in the region takes {@dice 2d4} damage of a type determined by a {@dice d6}: 1, acid; 2, cold; 3, fire; 4, force; 5, lightning; or 6, thunder."],["26–30","One of the characters in the region must succeed on a DC 15 Wisdom saving throw or be transformed into a {@creature blink dog}, as if by the {@spell polymorph} spell. The spell lasts for 1 hour or until dispelled."],["31–35","One random creature in the region that has spell slots expends one spell slot of a random level in a harmless shower of sparks and sounds."],["36–40","All fire in the region freezes into ice that gives off a blue light equal to the illumination it normally provides. In addition, the region radiates {@book extreme cold|DMG|5|Extreme Cold} (see the {@book Dungeon Master's Guide|DMG}) for 1 day."],["41–45","One random creature in the region with spell slots becomes a focal point for ambient magic for 1 hour. At the end of each of the creature's turns, other creatures within 10 feet of it must succeed on a Dexterity saving throw against the spellcaster's spell save DC or take {@dice 1d6} force damage."],["46–50","The {@spell flaming sphere} spell (save DC 15) spontaneously activates in an unoccupied space within 5 feet of the party. On initiative count 20 (losing all ties), the sphere moves 30 feet toward the nearest creature. The sphere vanishes after 1 minute."],["51–55","{@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon}s in the region that are nonmagical crackle with power. For 1 hour, they become magic weapons that grant a +1 bonus to attack and damage rolls made with them."],["56–60","Swirling energy surrounds one random creature in the region for 24 hours. For the duration, the creature gains resistance to force damage and its speed is reduced by 10 feet."],["61–65","Each character in the region suddenly learns some magic. A character learns one wizard cantrip of the character's choice and knows the cantrip for {@dice 1d8} days."],["66–70","One random creature in the region crackles with sparks of light for 1 hour. For the duration, the creature magically sheds bright light in a 10-foot radius and dim light for an additional 10 feet. In addition, any creature it touches (requiring an unarmed strike if the target is unwilling) takes {@dice 1d6} force damage."],["71–75","Lightning arcs in a 5-foot wide line between two creatures in the region that are within 30 feet of each other and not behind total cover. Each creature in the line (including the two) must make a DC 13 Dexterity saving throw, taking {@dice 4d6} lightning damage on a failed save or half as much damage on a successful one."],["76–80","The {@spell reverse gravity} spell (save DC 18) activates for 1 minute, centered on the ground beneath one random creature in the region."],["81–85","On initiative count 20 (losing all ties), two random creatures in the region must each make a DC 15 Charisma saving throw. If either save fails, the creatures magically teleport, switching places. If both saves succeed, they don't teleport."],["86–90","One random creature in the region breaks spells for 1 hour. Whenever anyone within 20 feet of the creature casts a spell, the spellcaster must succeed on a DC 15 saving throw using its spellcasting ability, or the spell drains away without effect. The spell slot, charge, or feature use that powered the spell is wasted."],["91–95","During the next 24 hours, the first time a creature in the region targets another creature with a spell, the caster must make a DC 11 saving throw using its spellcasting ability. On a failed save, the spell targets the caster instead. On a successful save, the spell functions normally. This effect then ends."],["96–00","One random creature in the region can suddenly cast the {@spell wish} spell once, within the next minute. Reroll if you've rolled this effect in the past 24 hours."]],"name":"Unraveling Magic Effects","page":161,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Enchanted Spring Effects","colLabels":["d12","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Any creature that touches or drinks the water of this spring feels blessed. The creature gains the benefits of a {@spell bless} spell for 1 hour."],["2","Bathing in the spring covers a creature with a glowing coat of golden feathers. While the creature isn't wearing armor, the feathers grant a +1 bonus to AC. The feathers vanish after {@dice 1d4} days."],["3","A creature that touches or drinks the water of this spring develops an overwhelming desire to sing. Every sentence the creature speaks for the next 24 hours rings with lyrical splendor, which grants it advantage on all Charisma checks."],["4","Bathing in the spring grants a creature the benefits of the {@spell greater restoration} spell. As a side effect, the creature's skin, hair, and eyes become a shimmering golden color for {@dice 1d4} days."],["5","Bathing in the spring grants a creature the benefits of the {@spell spider climb} spell for 24 hours."],["6","A creature that touches or drinks the water of this spring grows the tail of its favorite animal. The tail is not under the creature's control; it moves or reacts to emotions. The tail vanishes after 24 hours."],["7","Any creature with an Intelligence score of 6 or higher that touches or drinks the water of this spring gains advantage on Wisdom ({@skill Insight}) checks and can cast the {@spell detect thoughts} spell once, requiring no components. The effects of the spring fade when either the spell is used or 24 hours pass, whichever happens first."],["8","Bathing in the spring causes {@dice 1d10} flowers to grow from a creature's head. The flowers smell lovely, and they renew their vitality and scent every day. The flowers vanish after 7 days."],["9","A creature that touches or drinks the water of this spring grows {@dice 1d4} eyestalks. These eyestalks let the creature see in all directions and grant it advantage on Wisdom ({@skill Perception}) checks that rely on sight. The eyestalks vanish after {@dice 1d4} days."],["10","Bathing in the spring causes a creature's voice to sound sinister. For the next 24 hours, the creature's voice grants it advantage on Charisma ({@skill Intimidation}) checks and disadvantage on Charisma ({@skill Deception}) and Charisma ({@skill Persuasion}) checks."],["11","A creature that touches or drinks the water of this spring grows a set of donkey ears. The ears grant the creature advantage on Wisdom ({@skill Perception}) checks that rely on hearing. The ears vanish after {@dice 1d4} days."],["12","Bathing in the spring causes a creature to develop a third eye on its forehead. The eye grants the creature {@sense truesight} out to a range of 60 feet. The eye vanishes after 24 hours."]],"name":"Enchanted Springs; Enchanted Spring Effects","page":165,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Magic Mushroom Effects","colLabels":["d10","Effects"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature's skin turns an unusual color. Roll a {@dice d4}: 1, purple with yellow splotches; 2, bright orange with tiger stripes; 3, tree-frog green with red squiggles; 4, hot pink with yellow spots. This change is permanent unless removed by a {@spell greater restoration} spell or similar magic."],["2","The creature gains the enlarge or reduce effect ({@chance 50|50 percent} chance of either) of the {@spell enlarge/reduce} spell for 1 hour."],["3","The creature regains {@dice 5d8 + 20} hit points."],["4","Vocally, the creature can only cluck and croon like a chicken. The creature can also understand and speak to chickens. This curse lasts for 1 hour unless ended by a {@spell remove curse} spell or similar magic."],["5","The creature can understand and speak all languages for {@dice 1d4} days."],["6","The creature gains the benefits of the {@spell telepathy} spell for the next 24 hours."],["7","The creature gains the benefits of the {@spell speak with plants} spell for 8 hours."],["8","The creature immediately casts the {@spell time stop} spell, requiring no components. Constitution is the spellcasting ability for this spell."],["9","The creature immediately casts the {@spell detect thoughts} spell, requiring no components. Constitution is the spellcasting ability for this spell."],["10","Magical mists pour out of the creature's eyes and ears, acting as a {@spell fog cloud} spell for 1 hour that is centered on the creature and moves with it."]],"name":"Magic Mushrooms; Magic Mushroom Effects","page":166,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Primal Fruit Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature regains {@dice 3d8 + 4} hit points, and its skin sheds bright light in a 5-foot radius and dim light for an additional 5 feet for 1 hour"],["2","The creature feels a surge of might. For 1 hour, the creature has advantage on attack rolls using Strength, Strength checks, and Strength saving throws. When the effect ends, the creature gains 1 level of {@condition exhaustion}."],["3","Waves of vitality crash over the creature. The creature's hit point maximum increases by {@dice 2d10}, and it gains the same number of hit points. The increase lasts until the creature finishes a long rest, at which time the creature must succeed on a DC 15 Charisma saving throw or be cursed with a random form of lycanthropy (see \"Lycanthropes\" in the {@book Monster Manual|MM})."],["4","The creature's skin prickles faintly. For 1 hour, it gains resistance to one damage type (chosen by the DM)."],["5","Euphoric visions of bright light swim through the creature's mind. The creature gains the benefits of the {@spell death ward} spell for 8 hours and must succeed on a DC 13 Constitution saving throw or be {@condition poisoned} for the duration."],["6","A faint humming drones in the background of everything the creature hears for 1 hour, during which the creature has advantage on saving throws against spells."],["7","The creature doesn't require food, drink, or sleep for {@dice 1d4} days. For the duration, the creature can't be put to sleep by magic, and its dreams intrude upon its waking thoughts, imposing disadvantage on its Wisdom ({@skill Perception}) checks."],["8","Whispers intrude on the creature's mind for 24 hours. For the duration, the creature can telepathically communicate with any creature it can see within 120 feet of it. If the other creature understands at least one language, it can respond telepathically."]],"name":"Primal Fruit Effects","page":168,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unearthly Road Keys","colLabels":["d6","Key"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Throwing a silver orb through an ancient arch"],["2","Spilling a pint of humanoid blood"],["3","Calling the name of a specific archfey three times"],["4","Wearing the regalia of a lost royal dynasty"],["5","Permanently sacrificing a memory of joy"],["6","Being the descendant of a legendary hero"]],"name":"Unearthly Roads; Unearthly Road Keys","page":169,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Spells as Natural Hazards","colLabels":["Natural Hazard","Approximate Spell"],"colStyles":["col-6","col-6"],"rows":[["Ball lightning","{@spell Chromatic orb}"],["Blizzard","{@spell Cone of cold}, {@spell ice storm}, {@spell sleet storm}"],["Earthquake","{@spell Earthquake}"],["Falling debris","{@spell Conjure barrage}, {@spell conjure volley}"],["Flood","{@spell Control water}, {@spell tsunami}"],["Fog","{@spell Fog cloud}"],["Lava bomb","{@spell Fireball}, {@spell produce flame}"],["Lightning","{@spell Call lightning}, {@spell lightning bolt}"],["Meteor","{@spell Fireball}, {@spell meteor swarm}"],["Mirage","{@spell Hallucinatory terrain}"],["Pyroclastic flow","{@spell Incendiary cloud}"],["Radiation","{@spell Blight}, {@spell circle of death}"],["Smoke","{@spell Fog cloud}"],["St. Elmo's fire","{@spell Faerie fire}"],["Swamp gas","{@spell Dancing lights}"],["Tidal wave","{@spell Tsunami}"],["Toxic eruption","{@spell Acid splash}"],["Toxic gas","{@spell Cloudkill}, {@spell stinking cloud}"],["Thunder","{@spell Thunderwave}"],["Volcanic lightning","{@spell Storm of vengeance}"],["Whirlpool","{@spell Control water}"],["Wildfire","{@spell Fire storm}, {@spell wall of fire}"],["Windstorm","{@spell Gust of wind}"]],"name":"Spells as Natural Hazards","page":170,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Creature Paintings","colLabels":["Painting","Number","Letter"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Gnolls","3","O"],["Werewolf","1","W"],["Kobolds","5","L"],["Beholder","1","B"],["Gelatinous Cubes","2","E"],["Dragons","3","A"],["Trolls","2","R"]],"name":"Creature Paintings","page":172,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Skeleton Keys Solution","colLabels":["Lock","Key"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Bat","Three teeth"],["Snake","Five teeth"],["Spider","Six teeth"],["Wolf","Four teeth"]],"name":"Skeleton Keys Solution","page":175,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gem Inventory","colLabels":["Gem","Amount","Letter"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Amber","9","I"],["Amethyst","14","N"],["Citrine","8","H"],["Garnet","5","E"],["Jade","18","R"],["Onyx","16","P"],["Quartz","1","A"],["Ruby","12","L"],["Sapphire","13","M"]],"name":"Solution; Gem Inventory","page":176,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Potential Passwords","colLabels":["Number Provided","Response Required"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["One","Three"],["Two","Three"],["Three","Five"],["Four","Four"],["Five","Four"],["Six","Three"],["Eight","Five"],["Nine","Four"],["Eleven","Six"],["Thirteen","Eight"]],"name":"Solution; Potential Passwords","page":183,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Remembered Names","colLabels":["Alcove","Name","Letter"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Sam","S"],["2","Delia","E"],["3","Fifi","F"],["4","Tobias","I"],["5","Johana","N"],["6","Alexia","A"]],"name":"Solution; Remembered Names","page":187,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Menu Items","colLabels":["Item","Price"],"colStyles":["col-10","col-2 text-right"],"rows":[["Corn and lentil soup","12 cp"],["Rabbit stew","1 cp"],["Ale and cheese pastry","7 cp"],["Brandied ham and carrots","9 cp"],["Grilled fish and carrots","6 cp"],["Seared boar and potatoes","9 cp"],["Dragonfire mead","11 cp"]],"name":"Menu Items","page":187,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"What's on the Menu Solution","colLabels":["Item (Price)","Letter"],"colStyles":["col-8","col-4 text-center"],"rows":[["Ale and cheese pastry (7 cp)","C (7th letter)"],["Brandied ham and carrots (9 cp)","H (9th letter)"],["Corn and lentil soup (12 cp)","I (12th letter)"],["Dragonfire mead (11 cp)","M (11th letter)"],["Grilled fish and carrots (6 cp)","E (6th letter)"],["Rabbit stew (1 cp)","R (1st letter)"],["Seared boar and potatoes (3 cp)","A (3rd letter)"]],"name":"What's on the Menu Solution","page":188,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Horror Character Personality Traits","colLabels":["d12","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I had an encounter that I believe gives me a special affinity with a supernatural creature or event."],["2","A signature piece of clothing or distinct weapon serves as an emblem of who I am."],["3","I never accept that I'm out of my depth."],["4","I must know the answer to every secret. No door remains unopened in my presence."],["5","I let people underestimate me, revealing my full competency only to those close to me."],["6","I compulsively seek to collect trophies of my travels and victories."],["7","It doesn't matter if the whole world's against me. I'll always do what I think is right."],["8","I have morbid interests and a macabre aesthetic."],["9","I have a personal ritual, mantra, or relaxation method I use to deal with stress."],["10","Nothing is more important than life, and I never leave anyone in danger."],["11","I'm quick to jump to extreme solutions. Why risk a lesser option not working?"],["12","I'm easily startled, but I'm not a coward."]],"name":"Horror Characteristics; Horror Character Personality Traits","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Ideals","colLabels":["d12","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adrenaline. I've experienced such strangeness that now I feel alive only in extreme situations."],["2","Balance. I strive to counter the deeds of someone for whom I feel responsible."],["3","Bound. I've wronged someone and must work their will to avoid their curse."],["4","Escape. I believe there is something beyond the world I know, and I need to find it."],["5","Legacy. I must do something great so that I'm remembered, and my time is running out."],["6","Misdirection. I work vigorously to keep others from realizing my flaws or misdeeds."],["7","Obsession. I've lived this way for so long that I can't imagine another way."],["8","Obligation. I owe it to my people, faith, family, or teacher to continue a vaunted legacy."],["9","Promise. My life is no longer my own. I must fulfill the dream of someone who's gone."],["10","Revelation. I need to know what lies beyond the mysteries of death, the world, or the Mists."],["11","Sanctuary. I know the forces at work in the world and strive to create islands apart from them."],["12","Truth. I care about the truth above all else, even if it doesn't benefit anyone."]],"name":"Horror Characteristics; Horror Character Ideals","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Bonds","colLabels":["d12","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I desperately need to get back to someone or someplace, but I lost them in the Mists."],["2","Everything I do is in the service of a powerful master, one I must keep a secret from everyone."],["3","I owe much to my vanished mentor. I seek to continue their work even as I search to find them."],["4","I've seen great darkness, and I'm committed to being a light against it—the light of all lights."],["5","Someone I love has become a monster, murderer, or other threat. It's up to me to redeem them."],["6","The world has been convinced of a terrible lie. It's up to me to reveal the truth."],["7","I deeply miss someone and am quick to adopt people who remind me of them."],["8","A great evil dwells within me. I will fight against it and the world's other evils for as long as I can."],["9","I'm desperately seeking a cure to an affliction or a curse, either for someone close to me for myself."],["10","Spirits are drawn to me. I do all I can to help them find peace."],["11","I use my cunning mind to solve mysteries and find justice for those who've been wronged."],["12","I lost someone I care about, but I still see them in guilty visions, recurring dreams, or as a spirit."]],"name":"Horror Characteristics; Horror Character Bonds","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Flaws","colLabels":["d12","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I believe doom follows me and that anyone who gets close to me will face a tragic end."],["2","I'm convinced something is after me, appearing in mirrors, dreams, and places where no one could."],["3","I'm especially superstitious and live life seeking to avoid bad luck, wicked spirits, or the Mists."],["4","I've done unspeakable evil and will do anything to prevent others from finding out."],["5","I am exceptionally credulous and believe any story or legend immediately."],["6","I'm a skeptic and don't believe in the power of rituals, religion, superstition, or spirits."],["7","I know my future is written and that anything I do will lead to a prophesied end."],["8","I need to find the best in everyone and everything, even when that means denying obvious malice."],["9","I've seen the evil of a type of place—like forests, cities, or graveyards—and resist going there."],["10","I'm exceptionally cautious, planning laboriously and devising countless contingencies."],["11","I have a reputation for defeating a great evil, but that's a lie and the wicked force knows."],["12","I know the ends always justify the means and am quick to make sacrifices to attain my goals."]],"name":"Horror Characteristics; Horror Character Flaws","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Fatal Flaws","colLabels":["d10","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once someone questions me, I won't stop until I befriend them and then betray them."],["2","Others' concerns bore me, and I would rather have my lessers handle everything possible."],["3","I am always right, and anyone who doesn't agree with me is cut out of my life."],["4","When someone loves me, I will do anything for them, no matter whom they hurt."],["5","I've given up resisting my habits and indulge myself whenever possible."],["6","I would rather be righteously angry at problems than solve them."],["7","I assume everyone is lying to me, even my most trusted allies, and constantly test their loyalty."],["8","I don't know love, only domineering obsession, and I chain objects of my affection to pedestals."],["9","When I see something priceless or rare, I sacrifice all of my beliefs and loyalties to possess it."],["10","I'm distrustful of anyone who seems pure of heart and will prove to all their admirers how secretly ugly they are."]],"name":"Wicked Personality; Fatal Flaws","page":40,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monstrous Transformations","colLabels":["d10","Transformation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord loses their voice; their words now carve themselves on their skin as lingering scars."],["2","Something the Darklord stole or used in a terrible crime becomes part of their body—perhaps a sizable jewel, emblem of rulership, or suit of armor."],["3","The Darklord's eyes distend from their sockets like a slug's tentacles, in the mouths of serpents, or on metallic cables."],["4","The Darklord's most painful memories visually repeat in reflections around them or amid illusory projections."],["5","The Darklord gains an idealized form, though it's made of an inorganic material or others react as if it were terrifying."],["6","The Darklord's body disintegrates, leaving only an animate heart, hand, gory ooze, or nervous system that must attach to new, temporary bodies."],["7","Clouds of incense, insects, poison gas, or smoke leak from the Darklord's mouth, fingers, or pores."],["8","The Darklord appears as someone they wronged, and their true appearance is revealed at particular hours, in reflections, or under certain lights."],["9","The Darklord splits into multiple creatures, each representing them at a different time in their life."],["10","The Darklord retains their memories and intellect but is otherwise any monster from {@book chapter 5|VRGR|5} or the {@book Monster Manual|MM}."]],"name":"Monstrous Transformations","page":41,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Darklord Connections","colLabels":["d8","Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An adventurer reminds the Darklord of their bond, desire, or loved one."],["2","An adventurer shares a Darklord's flaw."],["3","The Darklord and an adventurer share camaraderie over a mutual ideal."],["4","The Darklord believes they can teach an adventurer, making them their apprentice or inheritor."],["5","An adventurer is a reincarnated version of the Darklord's beloved or their murderer."],["6","The Darklord is convinced that an adventurer is the key to finally attaining their desire."],["7","The Darklord immediately looks up to an adventurer and seeks to emulate them to grim extremes."],["8","An adventurer is a reincarnated younger version of the Darklord before they became irredeemable."]],"name":"Adventures; Darklord Connections","page":44,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Darklord Interactions","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord promises to give the adventurers what they want if they join the Darklord for dinner."],["2","The Darklord contacts the adventurers via letters or dreams."],["3","The Darklord meets the adventurers disguised as a nonthreatening inhabitant or animal."],["4","The Darklord meets the adventurers at a ceremony, funeral, or wedding where violence is discouraged."],["5","The Darklord meets the adventurers at a public market, festival, temple, or library, surrounded by a crowd of innocents."],["6","The Darklord possesses the body of someone the adventurers care about."],["7","The Darklord possesses the body of one of the adventurers."],["8","The Darklord invites the adventurers to a negotiation, promising nonviolent solutions to a conflict."]],"name":"Adventures; Darklord Interactions","page":44,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1","{@creature Carrionette|VRGR}","VGR"],["2","{@creature Gibbering mouther}","{@book MM|MM}"],["3","{@creature Carrion stalker|VRGR}","VGR"],["3","{@creature Doppelganger}","{@book MM|MM}"],["4","{@creature Black pudding}","{@book MM|MM}"],["4","{@creature Strigoi|VRGR}","VGR"],["5","{@creature Flesh golem}","{@book MM|MM}"],["5","{@creature Red slaad}","{@book MM|MM}"],["6","{@creature Medusa|MOT}","{@book MM|MM}"],["6","{@creature Zombie clot|VRGR}","VGR"],["8","{@creature Chain devil}","{@book MM|MM}"],["10","{@creature Aboleth}","{@book MM|MM}"]],"name":"Body Horror Monsters","page":45,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An abandoned homunculus made in the image of its creator's child, now left to fester alone"],["2","A scientist who, hoping to keep their spouse alive, grafted the spouse onto their body"],["3","A seething mass of fungi that grows more intelligent with every sapient life it engulfs"],["4","A guardian angel possessed by the vile blood of the demons it has slain"],["5","An aging king obsessed with creating a new body so he can continue his reign indefinitely"],["6","A cancer possessed by the mind of a dead necromancer that seeks to regrow his body"],["7","A monarch who feeds their cannibal children, no matter the cost"],["8","The priests of a forgotten god who attempt to raise their deity from the flesh of the faithful"],["9","A house that remembers having tenants and will do anything to regain them"],["10","A grieving mortician who sculpts every face she encounters into the countenance of her lost love"]],"name":"Body Horror Villains","page":45,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord is pockmarked with eyes that never close and never allow for sleep."],["2","The Darklord suffers ever-growing, tumorous organs, the mass expanding beyond them to choke their dwelling."],["3","The Darklord possesses a second starving mouth in their torso, one that howls unless fed."],["4","The Darklord can't control their transformation into a beast and back."],["5","The voices of those the Darklord have wronged scream endlessly from inside them."],["6","The Darklord aches daily with a monstrous, unceasing hunger."],["7","The Darklord is perpetually gravid with monstrous egg sacs that hatch waves of insects."],["8","The Darklord has extraneous limbs that tear the Darklord apart then re-stitch the pieces."]],"name":"Body Horror Torments","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A country of red muscle, with bleeding eyes embedded in the hair-strangled trees"],["2","A world of monuments and houses, all made of flesh"],["3","A domain ordinary save for the abundance of black hair, the strands always moving even when there is no breeze"],["4","A neighborhood of derelict houses, each one composed of numerous mimics"],["5","An ocean of undead leviathans, still moving despite the entrails bubbling from their burst torsos"],["6","A forest of black pines draped in bodies"],["7","A slaughterhouse larger than it appears on the outside, full of victims mutely awaiting slaughter"],["8","A system of subterranean tunnels, their walls spackled with fossils or mummified organs"]],"name":"Body Horror Settings","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A derelict ship, buried for mysterious reasons"],["2","A vine-covered, ostensibly abandoned prison"],["3","The cavernous gut of a dead, multi-eyed behemoth"],["4","An inn in the valley, its insides dark and smoke-drowned"],["5","An asylum, abandoned save for vermin"],["6","A cave system, slick and comprised of gleaming black rock"],["7","An old church sitting astride a warren of ancient tunnels"],["8","A sprawling university, older than the town surrounding it, and older still than the memories of its inhabitants"]],"name":"Body Horror Adventure Sites","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Learn who's organizing the local dinner parties before more epicureans die of autophagia."],["2","Stop whatever is stealing the livers from the town's guard."],["3","Find out what is causing the children of the city to transform into misshapen statues."],["4","Stop whatever is killing the sea life and transforming them into monsters."],["5","End the curse that is leaving the beasts of forests dead, mutated, and halfway human."],["6","Stop the infestation before it can use more townsfolk as incubators for giant insects."],["7","Solve the mystery of whatever is causing a town's inhabitants to melt into giant blobs."],["8","Cast out the fiends that have infiltrated a community by wearing the corpses of the recently dead."]],"name":"Body Horror Plots","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/4","{@creature Kuo-toa}","{@book MM|MM}"],["2","{@creature Intellect devourer}","{@book MM|MM}"],["2","{@creature Pentadrone}","{@book MM|MM}"],["3","{@creature Brain in a jar|VRGR}","VGR"],["3","{@creature Githyanki warrior}","{@book MM|MM}"],["3","{@creature Grell}","{@book MM|MM}"],["5","{@creature Vampiric mind flayer|VRGR}","VGR"],["7","{@creature Bodytaker plant|VRGR}","VGR"],["7","{@creature Mind flayer}","{@book MM|MM}"],["7","{@creature Yuan-ti abomination}","{@book MM|MM}"],["8","{@creature Unspeakable horror|VRGR}","VGR"],["10","{@creature Aboleth}","{@book MM|MM}"],["13","{@creature Beholder}","{@book MM|MM}"],["19","{@creature Lesser star spawn emissary|VRGR}","VGR"],["21","{@creature Greater star spawn emissary|VRGR}","VGR"],["23","{@creature Kraken}","{@book MM|MM}"]],"name":"Cosmic Horror Monsters","page":48,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A smiling minstrel with yellow eyes and music that drives listeners to murder"],["2","A priest obsessed with creating a shelter that will preserve her through the coming apocalypse"],["3","The mayor of a town who will do anything to make sure the citizens finish their sacred transformation"],["4","An astronomer broken and enraptured by what they saw in the stars"],["5","An old scientist convinced he must make his body the perfect host for an ageless being's emissary"],["6","A coroner who believes a message is being relayed to him through the bodies he autopsies"],["7","The head librarian of an ancient sect, who seeks secrets hidden within her peers"],["8","A spoiled noble who intends to raise a cult to feed to the realm they want access to"]],"name":"Cosmic Horror Villains","page":48,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord is obsessed with music, their body warping to embody whatever song they hear."],["2","The Darklord is transforming into a long-extinct being or something from the far-flung future."],["3","The Darklord sees multiple dimensions at once and is going blind from their incandescence."],["4","The Darklord is haunted by otherworldly masters that whisper from reflective surfaces."],["5","The Darklord incubates something within them, an entity that slowly eats through their skin."],["6","The Darklord is emptying of their own thoughts and filling with the voices of their scrolls."],["7","The Darklord randomly screams their masters' words, messages that etch upon stone and flesh."],["8","Any object the Darklord sees is drained of all but one portentous color."]],"name":"Cosmic Horror Torments","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wind-blasted dimension of indigo sand and eyeless statues"],["2","A world with slowly vanishing land masses being consumed by an obsidian sea"],["3","A kingdom of rusting spires ruled by oblivious academics"],["4","A land possessed by fear of the colossi that move only during dawn and dusk"],["5","A red ocean that manifested without warning"],["6","An ambulatory forest riddled with glowing eyes"],["7","A kingdom of undying monarchs who outnumber their frightened subjects"],["8","A dimension of featureless white, broken up only by the eyes that blink across the landscape"]],"name":"Cosmic Horror Settings","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidden floor of the royal library"],["2","The ninth basement beneath a family home that seems normal from the outside"],["3","A decrepit manor, empty save for staff who swear the lord is merely preoccupied"],["4","A small inn in the mountains that smells perpetually of brine"],["5","The place in the forest where all the animals come to die"],["6","A fortress manned by paladins, all of whom removed their own tongues"],["7","A sewage system that predates the city above"],["8","A thin chapel in the woods, whose bells rings without ceasing"]],"name":"Cosmic Horror Adventure Sites","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a parent recover a child who's gone missing in the impossibly vast space underneath their bed."],["2","Stop a sapient, unholy tome from reaching a group of cultists."],["3","Save the inheritors of an ancient sect before they transform into horrors."],["4","Stop the sacrifice of a young noble by those who believe the noble's grandchild will end the world."],["5","Find and stop the musician whose music has robbed entire cities of sleep."],["6","Survive an evening in the sinking, ancestral home of a hydrophobic family."],["7","Discover what is dragging the people of a hamlet out of their homes, garbing them in silver, and leading them into the surf to drown."],["8","Learn why the bakers of a small town have started making pastries filled with a popular, delicious, and faintly glowing blue goo."]],"name":"Cosmic Horror Plots","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/8","{@creature Gremishka|VRGR}","VGR"],["1/4","{@creature Goblin}","{@book MM|MM}"],["1/4","{@creature Sprite}","{@book MM|MM}"],["3","{@creature Displacer beast}","{@book MM|MM}"],["4","{@creature Shadow demon}","{@book MM|MM}"],["5","{@creature Umber hulk}","{@book MM|MM}"],["6","{@creature Drider}","{@book MM|MM}"],["7","{@creature Necrichor|VRGR}","VGR"],["8","{@creature Fomorian}","{@book MM|MM}"],["8","{@creature Inquisitor of the Mind Fire|VRGR}","VGR"],["10","{@creature Yochlol}","{@book MM|MM}"],["13","{@creature Beholder}","{@book MM|MM}"],["15","{@creature Purple worm}","{@book MM|MM}"],["17","{@creature Death knight}","{@book MM|MM}"],["17","{@creature Adult blue dracolich}","{@book MM|MM}"],["21","{@creature Lich}","{@book MM|MM}"]],"name":"Dark Fantasy Monsters","page":50,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A machine that believes it's a resurrected tyrant and seeks to rebuild its empire in iron"],["2","The leader of a subterranean people who plots to manipulate the moon to blot out the sun's searing light"],["3","A high priest intent on shifting an entire nation into their god's otherworldly realm"],["4","A desperate general who unleashes otherworldly armies or war machines that they can't control"],["5","A massive treant who has allied with exploitative raiders and seeks to fell every forest"],["6","A sage who, heedless of the consequences, solves an endless war by preventing anyone from dying"],["7","A member of a cabal of eternal royals who support a war against Mount Celestia, as their immortality relies on the blood of angels"],["8","The commander of a legion of soul-addicted templars who punish crimes by burning criminals into psychoactive spirit dust"],["9","An ancient dragon whose godlike magic drains the domain of life"],["10","A god who killed all their peers and now rules the mortal realm"]],"name":"Dark Fantasy Villains","page":50,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord's regime is fraught with spies and saboteurs, increasing the Darklord's paranoia."],["2","Worthless sycophants surround the Darklord, their incessant praise making every success hollow."],["3","The Darklord's incredible power uncontrollably damages everything the Darklord cares for."],["4","Others excessively revere or fear the Darklord, leaving the Darklord isolated."],["5","Imagined or remembered rivals endlessly critique the Darklord, causing them doubt."],["6","Society preemptively celebrates an achievement the Darklord will never be able to provide."],["7","The Darklord seeks the pleasure of lost glories, engaging in hollow contests against unworthy foes."],["8","The Darklord manufactures catastrophes to distract from their inability to fulfill their role."]],"name":"Dark Fantasy Torments","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A land where towering stents pierce magical leylines, allowing their power to be drained"],["2","A country devastated by magical pollution or the fallout of weapons used in an age-old war"],["3","An empire covered in the watchful symbols of an all-seeing religion"],["4","A city adrift on a sea full of primeval predators"],["5","A land dotted with the floating and fallen ruins of magical megastructures"],["6","A world where an unstoppable ooze, infection, or hive encroaches on civilization"],["7","A demiplane created by unknowable beings and populated with their test subjects"],["8","A place of punishment or endless boredom that a Darklord believes is part of the afterlife"]],"name":"Dark Fantasy Settings","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An expanding labyrinth that grows to protect the evil imprisoned at its heart"],["2","A forest where every tree grows from the body of a mummified hero"],["3","A magical factory that distills living beings into the reagents of a wish-granting elixir"],["4","A criminal consortium's lavish sewer-academy, where recruits are transformed to be perfectly suited to enacting one near-impossible heist"],["5","The fractured mind-scape of a powerful but dormant sentient weapon"],["6","A massive construct-cathedral built to exact the ultimate expression of faith and sacrifice"],["7","A palace where the nonhumanoid inhabitants purposefully {@condition petrified} themselves"],["8","A fortress with seven locked gates that seal off the underworld"]],"name":"Dark Fantasy Adventure Sites","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Track down a beholder-shaped flesh golem and learn why it's targeting specific individuals."],["2","Seal a portal to a demonic realm that opens within the mouth of an innocent acolyte."],["3","Cure a virus turning people into shadows."],["4","Mount a defense against the swarm of giant spiders that's declared war on bipeds."],["5","Prevent a mighty spell that a coven of witches is casting using a volcanic caldera as a cauldron."],["6","Keep a nation from tearing itself apart when it's revealed the beloved ruler is a lich."],["7","Banish a spirit haunting the moon."],["8","Uncover the identity of an otherworldly coward who's hiding among mortals, avoiding the destructive search of the immortals they fled."]],"name":"Dark Fantasy Plots","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1/2","{@creature Myconid adult}","{@book MM|MM}"],["2","{@creature Awakened tree}","{@book MM|MM}"],["2","{@creature Cult fanatic}","{@book MM|MM}"],["2","{@creature Will-o'-wisp}","{@book MM|MM}"],["3","{@creature Green hag}","{@book MM|MM}"],["3","{@creature Werewolf}","{@book MM|MM}"],["5","{@creature Shambling mound}","{@book MM|MM}"],["7","{@creature Bodytaker plant|VRGR}","VGR"],["9","{@creature Jiangshi|VRGR}","VGR"]],"name":"Folk Horror Monsters","page":52,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A secluded temple's high priest who needs to find the perfect sacrifice before the annual festival"],["2","An erinyes that appears when youngsters speak a rhyme into a darkened mirror"],["3","A night hag that dwells in the dreams of those who drink a special lavender and ergot tea"],["4","A shape-shifter that takes on the appearance of the last person it fed upon"],["5","A wicker giant that animates during the new moon, collecting sacrifices and punishing the unwary"],["6","A village of people who behave in archaic ways so they don't enrage an ancient, lingering ghost"],["7","A treant who demands living limbs to replace the branches of trees cleared by a town's construction"],["8","A protective giant made from the corpses of deceased villagers"]],"name":"Folk Horror Villains","page":52,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Torments","colLabels":["d6","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord can't commune with the spirit they worship. They offer ever greater sacrifices in hopes of proving their worthiness."],["2","The Darklord constantly, uncontrollably speaks prophecies."],["3","The Darklord is haunted by the judgmental spirits of their predecessors."],["4","The Darklord is the only one who adheres to an ancient faith and desperately works to convert nonbelievers."],["5","The Darklord seeks to transform their body into a vessel or gate for the subject of their belief."],["6","The Darklord knows the community's beliefs are false but keeps up the facade to maintain power."]],"name":"Folk Horror Torments","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Settings","colLabels":["d6","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A countryside with stretches of hayfields, colorful barns, and perpetually smiling residents"],["2","An island floating in the air where ground-worshipers dream of the lands below"],["3","A telepathic collective that townsfolk join by ingesting a rare fungus"],["4","Tunnels where sewer dwellers assure that the \"blood of the city\" ever flows"],["5","A glacier that residents never leave, lest the icy spirits haunting their community escape"],["6","Rival villages engaged in a private, age-old war"]],"name":"Folk Horror Settings","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Adventure Sites","colLabels":["d6","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A seemingly deserted chapel that has been burnt down and rebuilt a thousand times"],["2","A hag's hut that stands atop a growing hill of rotten sweets"],["3","A whispering pit once plugged by a monolith covered in prayer scrolls"],["4","A field where paths grow in corridor-like patterns leading to a ruin at the center"],["5","A mansion built incorporating a stone circle"],["6","A cavern where the glowing bones of an otherworldly being jut from the walls"]],"name":"Folk Horror Adventure Sites","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Recover a missing villager who ran away to escape the local cult."],["2","Hunt down the monster blamed for causing a blight: a unicorn meant to serve as a sacrifice."],["3","Discover why anyone entering the city on horseback is imprisoned and sentenced to death."],["4","Help a cult summon a fiend to combat an impending greater evil."],["5","Defeat a violent hag who's protected by everyone in town and called \"grandmother.\""],["6","Escape an estate after the residents adopt the party and refuse to let them leave."],["7","Learn why the characters bear uncanny resemblances to the founders of an underground village."],["8","Slay a dragon and, in so doing, prove a character is the prophesied chosen one."]],"name":"Folk Horror Plots","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/2","{@creature Death's head|VRGR}","VGR"],["1","{@creature Animated armor}","{@book MM|MM}"],["1","{@creature Death dog}","{@book MM|MM}"],["1","{@creature Scarecrow}","{@book MM|MM}"],["2","{@creature Specter} ({@creature poltergeist})","{@book MM|MM}"],["4","{@creature Banshee}","{@book MM|MM}"],["4","{@creature Ghost}","{@book MM|MM}"],["5","{@creature Revenant}","{@book MM|MM}"],["6","{@creature Gallows Speaker|VRGR|Gallow speaker}","VGR"],["9","{@creature Treant}","{@book MM|MM}"],["10","{@creature Dullahan|VRGR}","VGR"]],"name":"Ghost Story Monsters","page":54,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A medium who feeds victims to spirits in exchange for power over them"],["2","The spirit of a long-dead murderer who stalks the same types of victims in death as in life"],["3","The haunted home of a cruel patriarch, who refuses to relinquish control of his descendants"],["4","A priest who marks the unworthy for death at the hands of the cathedral's hungry spirits"],["5","A phantom rider who sweeps through the village, stealing victims who disbelieve her legend"],["6","An unbound spirit that repeatedly manifests in victims' nightmares"],["7","The capricious phantasm of an amoral accident victim who torments victims for fun"],["8","The spirit of a former tyrant who demands sacrifices from the village she once ruled"],["9","A ghost hunter who inflicts hauntings on unwitting clients—and then charges to remove the undead"],["10","The spirit of an evil captain who lurks near their shipwreck, harassing vessels and crews that pass"]],"name":"Ghost Story Villains","page":54,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord tames the spirits in his haunted mansion, but only when he sacrifices a memory."],["2","The Darklord's skin is haunted, but she can temporarily release spirits from her elaborate scars."],["3","A dozen phantoms cater to the Darklord; each spirit is an emotion he can no longer feel."],["4","Vampiric spirits keep the Darklord forever young, but physical sensation fled them long ago."],["5","Despite being alive, the Darklord is cursed with the inability to convince anyone they're not a spirit."],["6","All spirits obey a Darklord who can't touch anyone without stealing their soul."],["7","The Darklord fully controls the veil between this world and the spirit world, but if he steps outside his mansion, he'll be permanently destroyed."],["8","Any animal the Darklord sees dies and comes to haunt the morbid zoo her home has become."]],"name":"Ghost Story Torments","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A realm where speaking to spirits is just like speaking with the living"],["2","A graveyard city-state where all living residents are grave keepers"],["3","A nation where the residents observe grueling rituals to keep the angry dead appeased"],["4","A city where the victims of violence can't cross into the afterlife until their murders are solved"],["5","A ship with the same name and lines as a vessel lost at sea a hundred years earlier"],["6","A realm in which a common ritual allows a living individual to trade places with a dead one"],["7","An expansive forest in which a cruel noble once hunted the poor for sport"],["8","A land in which mediums are revered because they maintain the veil between the living and dead"]],"name":"Ghost Story Settings","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A decrepit conservatory whose inhabitants are prone to terrible accidents"],["2","A village graveyard that holds the victims of a terrible mass crime"],["3","A decrepit barn where dozens of remarkable animals lost their lives in a fire"],["4","An attic in which a hateful spirit has been sealed for decades"],["5","A theater in which, decades ago, an actor systematically poisoned their rivals"],["6","A swanky inn where, for years, nobles killed the staff to prevent word of their affairs getting out"],["7","A picturesque cliff that's a popular destination for lovers, despite the fact that couples frequently fall to their deaths"],["8","A lighthouse where a lone guard is the only living individual keeping an army of spirits at bay"]],"name":"Ghost Story Adventure Sites","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Investigate the bloody graffiti being left on the village's ancient walls and stop the vandal."],["2","A dying hero is convinced they're going to return as a spirit. Prevent this from happening."],["3","Discover why members of a prominent family never allow anyone to enter their guest house."],["4","Solve the murder of a phantom who can say only the words \"blood,\" \"onions,\" and \"wine.\""],["5","Solve the murder of the countess, who drowned in the same well as her mother and grandmother."],["6","Convince a stubborn miser to visit his haunted family home and put his deathless family to rest."],["7","Discreetly follow a phantom vagabond to find out where she disappears to and with whom."],["8","Learn why a mob of spirits besieges the local temple on the winter solstice each year."]],"name":"Ghost Story Plots","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1/4","{@creature Zombie}","{@book MM|MM}"],["1","{@creature Ghoul}","{@book MM|MM}"],["2","{@creature Gargoyle}","{@book MM|MM}"],["2","{@creature Wereraven|VRGR}","VGR"],["3","{@creature Green hag}","{@book MM|MM}"],["3","{@creature Werewolf}","{@book MM|MM}"],["4","{@creature Succubus}/ {@creature incubus}","{@book MM|MM}"],["8","{@creature Nosferatu|VRGR}","VGR"],["11","{@creature Efreeti}","{@book MM|MM}"],["13","{@creature Loup garou|VRGR}","VGR"],["13","{@creature Vampire}","{@book MM|MM}"]],"name":"Gothic Horror Monsters","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A reclusive noble who isn't a vampire, but uses his reputation as one to terrorize his vassals"],["2","An indulgent socialite who made a terrible bargain with a fell power to retain her youth"],["3","A scientist obsessed with creating the perfect poison, machine, or lifeform"],["4","A beloved magnate who abducts commoners to steal their blood for his beauty rituals"],["5","A celebrity who openly murders innocents but uses their charm to avoid repercussions"],["6","Someone who loves a monstrous creature and does anything to keep it fed and safe"],["7","A wealthy heir who manipulates the ambitious into committing terrible deeds"],["8","A poisoner who seeks to manipulate history through targeted killings"],["9","An artist who manufactures terrible accidents to provide inspiration and reference for her art"],["10","A monster hunter who accuses those they consider sinful of being monsters"]],"name":"Gothic Horror Villains","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord's soul is so consumed by shadows that it extinguishes all light that shines on them."],["2","The Darklord inherited unlimited wealth, but finery she wears turns to rags and food tastes like ash."],["3","The Darklord is incomparably beautiful, but locals perceive him as a terrible beast."],["4","Tattoos detailing the Darklord's sins cover their body."],["5","Every night, the Darklord is the focus of a lavish ball, but during the day he turns into a lead statue."],["6","A choir of spirits follows the Darklord, endlessly singing her sins."],["7","The Darklord endlessly cries tears of blood, ink, poison, or molten iron."],["8","The Darklord knows how he's going to die and sees evidence of impending doom everywhere."]],"name":"Gothic Horror Torments","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A city-state where the rulers are secretly warring lycanthropes, hags, and vampires"],["2","A countryside littered with gigantic pieces of armor"],["3","A nation where fog hides packs of deadly beasts"],["4","An island where the inhabitants make sacrifices to avoid eerie transformations"],["5","A mountain-sized cathedral devoted to transforming a prophesied being into a deity"],["6","A forest of eternal night where bloodthirsty creatures live in monstrous peace"],["7","A city where all who die are cast in plaster and used to adorn tableau-covered avenues"],["8","An artist's paradise where cruelties are elevated to terrible and beautiful art forms"]],"name":"Gothic Horror Settings","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A mansion's forbidden east wing, where terrible noises sound from every night"],["2","A castle where all visitors are transformed into rats, bats, spiders, and other beasts"],["3","A science lab where preserved body parts carry the consciousnesses of their former owners"],["4","A hidden fighting arena where rivals and lovers battle to prove the strength of their emotions"],["5","A beautiful garden where the past keepers find immortality as statues and in ancient trees"],["6","A tower where honorable heroes are sworn to protect a monstrous ruler"],["7","A lavish inn where a random guest chokes on their own blood each night"],["8","A rectory where the stained glass windows hold the trapped souls of the pious"]],"name":"Gothic Horror Adventure Sites","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Discover why anyone who utters the prince's true name immediately turns to dust."],["2","Investigate the disappearance of a scientist known only through their correspondence."],["3","Help a repentant immortal lose centuries of painful memories."],["4","Track down a serial killer who impales her victims on the same monument."],["5","End an affliction that turns a noble into a living doll every night."],["6","Settle a dispute between mortals and devils who both claim the same child is their next ruler."],["7","Put to rest a pair of spirits that bring tragedy to any couple who tries to get married."],["8","Find a way to end a land's generational curse that doesn't involve a group of innocents willingly sacrificing themselves."]],"name":"Gothic Horror Plots","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wandering the Mists","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–20","Characters emerge in a domain of your choosing."],["21–40","Characters wander the Mists for another {@dice 1d6} hours, then roll on this table again."],["41–65","Characters emerge from the Mists on stable ground {@dice 1d100} feet away from where they entered."],["66–75","Characters emerge on stable ground a mile from where they entered the Mists at midnight of the night after they entered the Mists."],["76–85","Characters emerge from the Mists inside a structure somewhere within the domain they tried to leave, perhaps a cave, crypt, shed, or closet."],["86–95","Other creatures appear within the Mists. Roll any die. If you roll an even number, a lost and terrified {@creature commoner} appears. If you roll an odd number, {@dice 2d6} {@creature Skeleton||skeletons} or 1 {@creature unspeakable horror|VRGR} (see {@book chapter 5|VRGR|5}) appears. After the encounter, another {@dice 1d6} hours pass, then roll on this table again."],["96–99","Characters emerge from the Mists where they entered to find the domain changed. Perhaps someone the characters knew is gone, and no one has any knowledge of them ever existing."],["100","Characters emerge from the Mists on a world on the Material Plane. After {@dice 1d6} hours, the Mists rise around them once more. Roll again on this table."]],"name":"Wandering the Mists","page":61,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Barovia Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Mists draw the characters into Barovia, where the fortune-teller Madam Eva sets them on a dark course that leads them to Castle Ravenloft."],["2","{@creature Priest of Osybus|VRGR|Priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus}) have gained a following in Vallaki. They consider Strahd a demigod of their faith and drain the blood of nonbelievers in his name."],["3","A merchant working for a mysterious patron hires the party to recover the bones of Tatsaul Eris, a noble buried in the catacombs of Castle Ravenloft."],["4","The Martikovs, owners of the Wizard of Wines winery, seek aid recovering a shipment of cursed wine that turns drinkers into {@creature Vine Blight||vine blights}."],["5","A dying {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5|Wereraven}) gives the characters a scroll and an amulet bearing the Mark of the Raven. It begs the characters to deliver the message to the Keepers of the Feather."],["6","A megalith erected by Barovia's original inhabitants topples near Vallaki. Beneath lies the tomb of an ancient {@creature nosferatu|VRGR} (see {@book chapter 5|VRGR|5|Nosferatu}) who calls himself Duke Gundar; he immediately takes a disliking to Count Strahd von Zarovich."],["7","From the ruined mansion of Argynvostholt, the {@creature revenant} knight Vladimir Horngaard dragoons innocents into the Order of the Silver Dragon and pits them against Strahd's servants."],["8","The characters are accused of a crime. Surprising everyone, word arrives that Count Strahd von Zarovich will serve as their judge."]],"name":"Barovia Adventures","page":69,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tatyana's Incarnation","colLabels":["d8","Who Is Tatyana's Newest Incarnation?"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ireena Kolyana, the adopted daughter of burgomaster Kolyan Indirovich of the village of Barovia"],["2","{@book Ez d'Avenir|VRGR|3|Ez d'Avenir},* vampire slayer and protégé of Rudolph van Richten"],["3","Vasilka, a {@creature flesh golem} or reborn (see {@book chapter 1|VRGR|1|Reborn}) who lives in the abbey near the village of Krezk"],["4","The identical twins Yasmine and Nasseri, who are devout servants of the god Ezra"],["5","Renoir Laurent, the teenage son of Chantal Laurent, a woman Strahd abducted years ago"],["6","Petra Rilenovich, a young prodigy who has gained local renown for her remarkable paintings of what she calls her \"dream lives\""],["7","Vanasia, the leader of a far-ranging Vistani band"],["8","Quentin L'Argent, the dragonborn son of human goat herders living near the ruined manor Argynvostholt."]],"name":"Who Is Tatyana?; Tatyana's Incarnation","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Avoiding Strahd","colLabels":["d8","Concealment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The incarnation pretends to be a religious zealot who took a vow of silence."],["2","The incarnation (or their guardians) made a bargain with Madam Eva or the Keepers of the Feather to hide the incarnation from Strahd."],["3","The incarnation is the ward of a famous monster hunter, who might not know the soul's identity."],["4","The incarnation was adopted by a group of Vistani travelers and rarely visits Barovia."],["5","The incarnation hides from Strahd by taking a magic potion that causes them to sleep for all but one hour a day."],["6","The incarnation uses magic to appear as an old person, a child, or a white raven."],["7","Some evil, such as the Abbot of the Abbey of Saint Markovia or an inhabitant of the Amber Temple, cloaks the incarnation's existence from Strahd."],["8","The incarnation lives a charmed life and is heedless of the count, not realizing Strahd is cultivating them until a particular time."]],"name":"Connection to Strahd; Avoiding Strahd","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hunting Strahd","colLabels":["d10","Hunting Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The incarnation seeks to become the greatest monster hunter ever, training constantly so they're prepared when Strahd eventually appears."],["2","The incarnation misguidedly plans to redeem Strahd through their exceptional kindness or faith."],["3","The incarnation knows their true nature and has weaponized their blood with poison that will put Strahd to sleep for a generation."],["4","The incarnation seeks to resurrect a historic figure to battle Strahd, perhaps Sergei von Zarovich, the first Tatyana, or another enemy of the count."],["5","The incarnation has located a relic that can weaken Strahd. However, they need the heroes to recover the item while they distract the count."],["6","The incarnation used powerful magic to lead the heroes to Barovia so they can destroy Strahd."],["7","The incarnation has joined the {@book Keepers of the Feather|VRGR|3|Keepers of the Feather}* and seeks to organize a siege of Castle Ravenloft."],["8","The incarnation feels the weight of their past lives and seeks a way to end their cycle of rebirth by freeing Barovia from the Mists—or destroying it."],["9","The incarnation falls in with a sinister group such as the {@book priests of Osybus|VRGR|3|Priests of Osybus}* and seeks to manipulate Strahd to further their organization's schemes."],["10","The incarnation has drawn an enemy of Strahd's to Barovia, such as {@book Firan Zal'honen|VRGR|3|Firan Zal'honan}* or {@book Jander Sunstar|VRGR|3|Jander Sunstar},* hoping the rivals will slay one another."]],"name":"Connection to Strahd; Hunting Strahd","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lost Tatyana","colLabels":["d6","Resurrection Circumstances"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tatyana's incorporeal spirit assembles and haunts heroes whom she believes have the best chance of defeating Strahd."],["2","A character's friend or loved one is the incarnation of Tatyana. When the Mists claim that individual, the character is drawn into Barovia as well."],["3","A character's own reincarnation allows Tatyana's soul to enter their body, bringing with it memories in the form of vivid dreams."],["4","Tatyana's soul was captured by an effect similar to the {@spell magic jar} spell. Strahd or another entity hires the characters to seek out the container holding the soul, not revealing its true nature."],["5","Tatyana's soul reincarnated as someone another Darklord covets, such as the bearer of Ankhtepot's ka in {@book Har'Akir|VRGR|3} or {@creature Elise|VRGR} in {@book Lamordia|VRGR|3} (both detailed later in this chapter)."],["6","Tatyana's soul found its way into a distant relative of Strahd, Lyssa von Zarovich. Lyssa seeks to grow more powerful and claim Castle Ravenloft for herself. Her first step to deposing Strahd was to become a {@creature vampire}. Now she needs allies."]],"name":"Beyond Barovia; Lost Tatyana","page":71,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Bluetspur Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters awake within the shattered remains of a fluid-filled tube deep in Citadel Subterrene. They have no idea how they arrived there."],["2","A cavern the characters were exploring seamlessly abuts with Bluetspur, trapping them in caves overrun with {@creature Vampiric Mind Flayer|VRGR|vampiric mind flayers} (see {@book chapter 5|VRGR|5})."],["3","A strange message leads characters to a silvery vessel full of alien mysteries wrecked on Bluetspur's surface. The only surviving creature in the wreck is a cunning {@creature displacer beast}."],["4","The characters find a strange but adorable creature trapped within an abandoned alien installation. The being is a lovable companion, until it reveals itself to be a {@b star spawn emissary} (see {@book chapter 5|VRGR|5|Star Spawn Emissary})."],["5","An acquaintance of the characters complains of reoccurring nightmares. The complaints stop when the dreamer is taken over by an {@creature intellect devourer}."],["6","An inventor requests the characters' insight into a pill-sized device she extracted from her own body. As the characters examine it, the device projects a map into their minds and emits a telepathic call for help. The map leads to a {@creature mind flayer} who wants to put the God-Brain out of its misery."],["7","A farmer hires the characters to protect his family, whom he believes—without evidence—are being abducted and returned every night."],["8","The High Master mind flayer of Mount Grysl seeks to claim all the God-Brain knows. To do this, it creates a copy of the Apparatus (see \"{@book Mordent|VRGR|3}\" later in this chapter). All it needs is a relic called the Rod of Rastinon, which it wants the characters to retrieve for it."]],"name":"Bluetspur Adventures","page":74,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Aberrant Evidence","colLabels":["d6","Evidence"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A needle-like device buried under someone's skin"],["2","An inexplicable crater or circle of scorched crops"],["3","A stable full of exploded livestock"],["4","An {@item antimatter rifle} (detailed in the {@book Dungeon Master's Guide|DMG})"],["5","A missing person or otherworldly being transformed into a {@creature brain in a jar|VRGR} (see {@book chapter 5|VRGR|5|Brain in a Jar})"],["6","The damaged corpse of a {@creature vampiric mind flayer|VRGR} (see {@book chapter 5|VRGR|5|Vampiric Mind Flayer})"]],"name":"Alien Artifacts; Aberrant Evidence","page":75,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Suppressed Memories","colLabels":["d6","Memory"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're paralyzed on a cold table. Clicking sounds surround you. Pallid tentacles slither toward your face, each ending in gleaming surgical instruments. What are they trying to do?"],["2","Some unfamiliar reflex moves your arm. Looking, you catch a glimpse of a bruise slithering beneath your skin. What do you do?"],["3","A many-legged, ferret-like creature floats into your cell. You feel multitudes of unseen eyes upon you. What do your captors expect you to do with this? What do you do?"],["4","Rainbow storms assail the heights of a mountain so tall it seems to curve over you. You're floating over a red wasteland, just one in a line of hovering beings. What do you see ahead?"],["5","You knew a stranger. You were each other's comfort against fear and pain. Then they were taken away. What were their final words to you?"],["6","The figure hovering before you is deemed acceptable. They're lowered into a pool, where pale, slug-like beings set upon them. You float forward. Why are you deemed unacceptable?"]],"name":"Lost Memories; Suppressed Memories","page":75,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Noble Families and Estates","colLabels":["Noble Family","Estate Name"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Boritsi","Misericordia"],["Dilisnya","Degravo"],["Eris","Coairdeiador"],["Ivliskova","Abreptoro"],["Nobriskov","Cubratdis"],["Nuikin","Esecklae"],["Ocrotire","Sanctesalat"],["Olzanik","Kinisaradia"],["Piechota","Alieselti"],["Pretorius","Mundorhova"],["Ritter","Vetistiqua"],["Tatenna","Fulchighora"]],"name":"Misericordia and Other Noble Estates; Noble Families and Estates","page":77,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Borca Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A noble asks the characters to protect their sibling from a mysterious assassin. The killer is Nostalia Romaine, whose blood was replaced with poison by Ivana Boritsi."],["2","A scholar requests aid in gaining access to Scholomance. This institution is Borca's elite school of magic and also home to the Rainmaker Society, which is said to control Borcan politics."],["3","A young noble befriends the characters and introduces them to the fabulously amoral Levkarest club scene. By the night's end, a character is accused of murder."],["4","Half the village of Leoni is arrested by the erinyes-masked Judge Ranziska and marched before Sturben's Faceless Court. The remaining villagers beseech the party to defend their families in court."],["5","The eligible noble Vladimir Nobriskov hosts a contest for his affections. Participants turn up murdered, victims of Nobriskov's lycanthropic hunger."],["6","A book-collecting noble seeks the party's help in finding a rare text called The Revelations of the Prince of Twilight, a tome said to teach the reader to tap into the hidden power of their shadow."],["7","The Ocrotire family offers a sizable bounty for anyone who can capture the Lake Balaur Beast, which has escaped from the estate's oceanarium."],["8","Members of the Ulmist Inquisition accuse the characters of crimes they haven't yet committed. They relent only if the characters undertake a mission against the {@creature Priest of Osybus|VRGR|priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus})."]],"name":"Borca Adventures","page":81,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ignoble Request","colLabels":["d6","Request"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Manufacture a business or social opportunity for the target's confidant, leaving the target isolated."],["2","Deliver a lavish gift to the target, such as a large sculpture or a steed, at an inappropriate time."],["3","Make the target cry in public."],["4","Plant evidence of a crime at the target's home."],["5","Orchestrate a false business deal, political alliance, or arranged relationship."],["6","Make the target miss their own social event."]],"name":"Ignoble Bonds; Ignoble Request","page":82,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lethal Leverage","colLabels":["d6","Leverage"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The contact provides the characters with noteworthy gear to use during a request, then collects it afterward as evidence."],["2","The contact conveniently \"goes out of town,\" requesting characters report to them in writing."],["3","The contact requests magical insurance, such as a {@spell geas} spell preventing mutual harm or committing the characters to a misrepresented act."],["4","The contact becomes the guardian of someone close to the characters."],["5","The contact holds a powerful magic item for the characters \"so it doesn't fall into the wrong hands.\""],["6","The contact has the characters act against a mutual friend \"for their own good.\" The contact then threatens to reveal this act to the friend."]],"name":"Lethal Leverage","page":82,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Carnival Adventures","colLabels":["d4","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the Carnival's performers has been arrested by a local sheriff. Hermos asks the party to return the trouper, either to save them or to make them face Carnival justice."],["2","A local hires the party to find a loved one who disappeared at the Carnival. The trail leads to a Litwick Market vendor whose trinkets turn people into their favorite animals."],["3","The Carnival adopts a new performer escaping their family. The performer asks the party to deter family members intent on bringing them home."],["4","The characters find a mirror holding the disembodied reflection of Tindafulus, a {@creature mage} trapped by his own reflection. He wants the party to find his duplicate, who escaped with a mysterious carnival."]],"name":"Adventures in the Carnival; Carnival Adventures","page":87,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party learns how to destroy the Heart of the Abyss, a relic held by the Order of the Guardians and hunted by a demon called the Whistling Fiend."],["2","The {@creature night hag} Styrix has created a device called the Rift Spanner that she plans to use to escape the Domains of Dread. She just needs to transform a few hundred innocents into larvae to power it."],["3","A ship captain offers to take the characters away from Darkon, but only after they deliver a trunk full of alchemical supplies to Madame Eris at her family estate."],["4","Merchants hire the party as protection from the pirate ship Bountiful. Captain Damon Skragg raids not for loot, but for flesh to feed his {@creature ghoul} crew."],["5","Researchers from the Brautslava Institute require assistants to aid in investigations into fields such as necrolinguistics and temporal archaeozoology."],["6","Murders plague the wealthy families of Redleaf Lake. Locals seek aid from the characters, unaware the bitter dowager Damita Adler exacts a generations-old revenge from her dilapidated home."]],"name":"Darkon Adventures","page":91,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon's Destruction","colLabels":["d4","Destruction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","With Azalin gone, Darkon has no purpose. The Shadowfell is reabsorbing the demiplane."],["2","Darkon is being consumed to fuel magic funneling power from Castle Avernus into the King's Tear."],["3","The Hour of Ascension was an attack. Invaders are using the Shroud to disguise their assault."],["4","The {@creature Priest of Osybus|VRGR|priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus}) are draining life from Darkon to empower the imprisoned vestige of a wicked deity."]],"name":"Darkon's Destruction","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Azalin's Fate","colLabels":["d4","Fate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Azalin was destroyed—slain by a failed magical experiment, a rival, or the Dark Powers."],["2","Azalin escaped the Domains of Dread and returned to his home world of Oerth."],["3","Azalin caused an ongoing conjunction that allows him to walk free so long as Darkon is collapsing."],["4","Azalin escaped into his past or drew multiple versions of himself into the present."]],"name":"The Secret of Darkon's Doom; Azalin's Fate","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon's Salvation","colLabels":["d6","Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find or restore Azalin and return him to Darkon."],["2","Present the Dark Powers a worthy new Darklord."],["3","Bestow a symbol of rule upon a new Darklord."],["4","Free Darkon from the Shadowfell."],["5","Merge Darkon with another domain."],["6","Trick another Darklord into entering Darkon."]],"name":"Darkon's Salvation","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Means to Save Darkon","colLabels":["d6","Implement"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pieces of Azalin's shattered crown"],["2","The Rift Spanner, a portal-making contraption"],["3","A hidden amber sarcophagus that contains the last vestige of a powerful evil being"],["4","The King's Tear, a floating anomaly or structure"],["5","The Apparatus (see \"{@book Mordent|VRGR|3}\" in this chapter)"],["6","The blood of Strahd von Zarovich, fundamental to the nature of the Domains of Dread"]],"name":"Means to Save Darkon","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Allies","colLabels":["d6","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Irik Zal'honen, the mournful spirit of Azalin's son"],["2","The Order of the Guardians, ascetics who isolate dangerous magic and prevent supernatural ruin"],["3","Cardinna Artazas of the Eternal Order"],["4","Doctor Ingrid van Richten, a scholarly spirit who haunts Richten House near Rivalis"],["5","The Ray Agency, investigators based in Martira Bay"],["6","Skeever, Azalin's {@creature imp} familiar"]],"name":"Darkon Allies","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Rivals","colLabels":["d6","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Alcio Metus and the Kargat"],["2","Darcalus Rex and the Eternal Order"],["3","Madame Talisveri Eris and the Family"],["4","Ebbasheyth, Azalin's black shadow dragon advisor"],["5","A cursed artifact held within an Order of the Guardians monastery"],["6","Azalin's shadow, an echo of the Darklord"]],"name":"Darkon Rivals","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dread in Darkon","colLabels":["d6","Dread Possibility"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A prophecy foretells the characters' involvement in Darkon's salvation or destruction, and comes with eight unavoidable omens."],["2","The characters were involved in the Hour of Ascension and share a Dark Gift (see {@book chapter 1|VRGR|1})."],["3","One of the characters is the perfect vessel for a new Darklord or Azalin's rebirth."],["4","The party is forced to work with an evil being, one from the Darkon Rivals table or another Darklord."],["5","The dead of Darkon wish to aid the characters, flocking to them in a growing legion."],["6","The characters suffer desperate, fractured dreams sent from mysterious allies or their future selves, warning them of calamity."]],"name":"Dread in Darkon","page":93,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Finale","colLabels":["d6","Finale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","None of Azalin's would-be inheritors are fit to become Darklord. Only by merging their spirits or making one inheritor the vessel for a hidden evil can a new Darklord arise."],["2","The King's Tear is a dungeon-sized amber chrysalis that Azalin is using to create a new Dark Power. The characters must find the black shadow dragon Ebbasheyth and convince her to help infiltrate the floating construction and shatter it from within."],["3","Azalin believes the only way to escape the Domains of Dread is by shattering their linchpin: the first domain, Barovia. He has escaped Darkon, but the next stage of his scheme must be stopped before he destroys all the domains."],["4","Each of Azalin's inheritors holds a piece of the Darklord's crown. Claiming the pieces and bringing them to Castle Avernus allows Azalin's restoration or a new Darklord's ascension."],["5","One of the characters is a clone of Azalin, created as a potential Darklord so the real Azalin could escape. The Hour of Ascension was a distraction to mislead the Dark Powers."],["6","Azalin changed time so he never became a Darklord. The characters must follow Azalin into his past and ensure his deeds attract the Dark Powers' notice."]],"name":"Darkon Finale","page":93,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dementlieu Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A shrieky soprano is starring in the new production at the Port-a-Lucine Opera House. Jealous divas hire the party to figure out what magic she used to bewitch her way into a role."],["2","A Phlegethan Hospital patient contacts the party, claiming to be the rightful Duke d'Honaire. He has a preternatural ability to bend others to his will."],["3","The party runs afoul of the city watch and learns that their captain has been replaced by a devil who's transforming them into a brutal force."],["4","People are being replaced by lifelike constructs, while the originals are held captive in the cellar beneath Alexandre du Cire's House of Wax. A party member is the next target."],["5","A crusader hunting the Red Death is murdered. The culprit isn't the Red Death, but the family of a recent victim, who don't want the victim's poverty and lies to come to light."],["6","A woman claiming to be Duchess Saidra's stepsister arrives in town and makes discreet inquiries about how to best reveal the horrible truth about the duchess: that she is a lowborn fraud."]],"name":"Dementlieu Adventures","page":97,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Grand Masquerade Objectives","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a specific aristocrat at the masquerade and get information from (or to) them."],["2","Prevent a villain from committing a crime at the masquerade."],["3","Perform a trivial task in exchange for a favor from the hags of the Three Odd Gables, such as leaving a trinket on a mantle or filching a fruit tart."],["4","Protect another attendee, ensuring that person isn't assassinated... or unmasked."],["5","Use the crowd to expose people to an antidote, a curse, or important information."],["6","Secure a private audience with Duchess Saidra."]],"name":"The Grand Masquerade; Grand Masquerade Objectives","page":97,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Grand Masquerade Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An angry guest with a costume identical to a character's accuses them of stealing the idea."],["2","A flirtatious guest decides these interesting characters deserve to be introduced to the city's elite."],["3","The character with the highest passive Wisdom ({@skill Perception}) score notices a nimble-fingered guest slipping a necklace off their dance partner."],["4","An intoxicated guest loudly confesses truths that other guests pretend not to hear."],["5","A scream from a different part of the estate pierces the air. Everyone hushes for a moment, then immediately carries on as if nothing had happened."],["6","Duchess Saidra enters the room, and sycophants immediately surround her."]],"name":"Random Complications; Grand Masquerade Complications","page":99,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Falkovnia Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party discovers a town where {@creature Zombie||zombies} have begun acting strangely: plowing fields, tarrying in shops, and congregating in the crumbling temple. What's causing this odd behavior?"],["2","In Morfenzi, Vjorn Horstman envisions an army of bestial super soldiers. He works to perfect what he calls his \"primal serum,\" an elixir that inflicts those injected with a random form of lycanthropy. He seeks to use the characters as test subjects."],["3","A plague strikes the slums of Lekar. Those killed by the disease rise as {@creature Zombie Plague Spreader|VRGR|zombie plague spreaders} (see {@book chapter 5|VRGR|5})."],["4","A pack of zombie animals—predominantly wolves, ravens, and cattle—attacks work bands from Lekar and survivors upon the roads. The characters are enlisted to serve as guards."],["5","The characters are sent to investigate a fallen star that crashed near the village of Delmunster. The village proves remarkably peaceful and free of zombies, in large part because it's populated by the {@creature Podling|VRGR|podlings} of a {@creature bodytaker plant|VRGR} (see {@book chapter 5|VRGR|5})."],["6","A character learns that an influential Talon plans to overthrow General Drakov during the next zombie assault on Lekar by sabotaging the city's defenses and admitting the zombies to the Bastion Ward."],["7","The Jimsonweeds, a band of survivors in Silbervas, vanish after attempting to pillage Dekovan Palace. Soon after, the palace's strange lights appear among buildings formerly claimed by the lost survivors."],["8","A knight named Gondegal attacks Talon patrols and claims she can lead common folk to a safe holdfast. None who go with her are seen again. The Talons hire the party to hunt down the knight."],["9","The characters learn of downtrodden citizens in Lekar plotting to escape into the Mists following the next zombie siege. Are the citizens desperate noncombatants, or are they Talon agents seeking to draw out \"traitors\"?"],["10","On the night of the new moon, no zombie horde appears at Lekar's walls. Instead, a undead messenger arrives with a missive for General Drakov."]],"name":"Falkovnia Adventures","page":103,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Zombie Siege Encounters","colLabels":["{@dice 1d6;2d6|d6s}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Zombies rip apart a soldier, causing those nearby to freeze or flee."],["2","Commoners flee the battle. A Talon attacks them, killing deserters to deter further flight."],["3","A Talon messenger, bearing orders from General Drakov, struggles to reach a besieged gate."],["4","A panicked Talon mage recklessly casts destructive spells, catching zombies and soldiers in the effects."],["5","A group of commoners attempts to flee the city, revealing a hidden gap in the wall."],["6","Zombie bodies pile up, creating a growing ramp onto a section of wall."],["7","Zombies dig through or under the wall, allowing them to flow steadily into the city."],["8","Zombies cause a siege weapon to fire into the city or start a conflagration."],["9","Fighting breaks out at a building Talon priests use to treat the wounded."],["10","Zombies break through a gate and begin scaling the portcullis beyond."],["11","Zombies infiltrate the sewers and appear in a supposedly safe part of the city."],["12+","Masses of zombies or a botched scheme by defenders causes a wall or tower to collapse."]],"name":"During the Siege; Zombie Siege Encounters","page":105,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Zombie Siege Climax","colLabels":["d4","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Breaching the river grates, zombies pour into the city via the Zapadnost River. Drakov orders thousands of gallons of oil emptied into the sewer and then lit. The zombies burn, but flames consume the districts and the river is poisoned."],["2","The northern district will be overwhelmed. Drakov plans to destroy the bridges crossing the river using kegs of explosive powder. This will halt the zombies but trap many soldiers and civilians on the other side."],["3","Drakov plans to open several gates, admitting the zombies into one populated district. While the zombies feed, the district will be set aflame."],["4","Drakov's troops round up civilians and force them out of the city, splitting the zombies' attention. This allows the Talons to shore up defenses and repel a second, less concentrated zombie attack."]],"name":"Concluding the Siege; Zombie Siege Climax","page":105,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Har'Akir Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The priests of Ese seek adventurers to retrieve someone they condemned from the Labyrinth."],["2","The historian Kharafek has excavated a canyon riddled with sealed tombs. She's paying laborers well but is also using them to bear the brunt of the curses the crypts conceal."],["3","The hermits settled in River's Shelter accidentally revealed a crypt and released {@creature Mummy||mummies} that resent being disturbed."],["4","The pyramid of a former high priest has vanished. The priests of Neb seek help finding the monument before the pharaoh notices and is displeased."],["5","Snefru, a priest of Oru, discovers that the Bent Pyramid responds to song. She seeks aid to assemble a massive chorus to open a path inside."],["6","The revolutionary Aliz is secretly a jackal-headed {@creature werewolf} allied with the {@creature mummy lord} Senmet. She seeks to find Ankhtepot's ka to bring the pharaoh's rule to an end."],["7","Sute's Chosen seek help rescuing travelers missing in the Breath of the Forgotten. The party must endure the gods' tests to save them from the storm."],["8","Nephyr, a cat-headed Child of Ankhtepot, arrives in Muhar. To motivate the living to find the pharaoh's lost treasure, each dawn she curses a number of innocents equal to the days she's spent in the city."]],"name":"Har'Akir Adventures","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ankhtepot's Soul","colLabels":["d8","The Ka's Form"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature hawk} or {@creature giant eagle} that tirelessly circles the sun."],["2","A canopic jar containing the pharaoh's heart hidden within a forgotten tomb"],["3","Mummified and divided-up heart-meat, a piece of which is hidden within each of the remaining loyal Children of Ankhtepot"],["4","A blessing granted to those who survive both the Breath of the Forgotten and the Breath of the False"],["5","A set of relics holy to the old gods of Har'Akir"],["6","The manifestation of a joyous song sung by Muhar's people"],["7","The soul of an innocent healer who resembles the pharaoh as he was in life"],["8","The soul of a character, perhaps one with an Echoing Soul (a Dark Gift detailed in {@book chapter 1|VRGR|1|Echoing Soul})"]],"name":"The Soul's Shape; Ankhtepot's Soul","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hunt for the Ka","colLabels":["d6","Hunt"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters come to the attention of High Priest Rehkotep, who demands they aid her in finding the pharaoh's lost treasure or face punishment."],["2","Revolutionaries displeased with the priests and the pharaoh search for Ankhtepot's lost treasure in hopes of gaining leverage over the ruler."],["3","The sphinxes of Har'Akir know that Ankhtepot is close to finding his lost ka. They hope to find it first and place it outside the Darklord's reach."],["4","A Child of Ankhtepot, either a loyal servant like Nephyr or a traitor like Senmet, tasks the characters with finding the lost ka to fulfill their own ends."],["5","Murals or hieroglyphs within a tomb the characters discover lead to other ruins, each bearing a clue to finding the pharaoh's missing treasure."],["6","After the characters die, Pharaoh Ankhtepot resurrects them (perhaps as reborn; see {@book chapter 1|VRGR|1|Reborn}). Their continued existence is contingent on searching for and finding his ka."]],"name":"The Hunters' Role; Hunt for the Ka","page":111,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ankhtepot Reborn","colLabels":["d4","Development"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ankhtepot is now mortal, but retains all his supernatural abilities. Newly invigorated, the tyrant takes a more active role in Har'Akir's rulership, indulging in decadences and forcing the people to raise vast monuments to his newfound glory."],["2","Ankhtepot is only briefly mortal. His body rapidly wastes away, returning him to his Undead state. Furious, he unleashes his deathless hordes, intent on transforming Har'Akir into an afterlife of his own making."],["3","Ankhtepot is reborn and soon after dies for good. The remaining Children of Ankhtepot turn against one another, each declaring themself Pharaoh Ankhtepot II."],["4","Ankhtepot is reborn, dies, is cursed by the gods anew, and is locked within a hidden tomb. Har'Akir falls to chaos as the land is scoured by squabbling mummies, a fruitless revolution, and harsh storms. Only by returning Ankhtepot to power can the land be saved."]],"name":"The Pharaoh's Return; Ankhtepot Reborn","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hazlan Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hazlik's apprentice Eleni charmed the ancient albino {@creature purple worm} Gravedrinker, using it as a weapon against any who oppose her master. When the worm breaks free of her control, Eleni seeks aid with recapturing it before Hazlik finds out."],["2","Castoff magical creations litter the dry lake bed called Obsession's End. A sapient war machine or an {@creature iron golem} escapes the midden and asks the party to help it find a way to live an ordinary life."],["3","Innumerable {@creature Gremishka|VRGR|gremishkas} (see {@book chapter 5|VRGR|5|Gremishka}) collect in caves along what's known as the Gnawing Path. The creatures plot to overwhelm Sly-Var and will pass through Toyalis in the process. Members of both communities request exterminators."],["4","A cult forms around the Philosopher's Egg, an eight-story citrine egg perched atop a mesa in the region called Seething. The cultists hunt for someone who has never been touched by magic to release the unborn antimagic entity within."],["5","One of Hazlik's apprentices sends multiple groups to capture a {@b star spawn emissary} (see {@book chapter 5|VRGR|5|Star Spawn Emissary}) that emerged from a meteor in Moonstone Valley. But the shape-shifter disappears, slipping in among its would-be captors."],["6","An apprentice of Hazlik yearns to explore the bottomless pit known as Gluttonkettle. He needs a test crew for a vehicle he's devised to traverse impossible distances."],["7","A magically talented commoner is kidnapped and forced to become a wizard's apprentice. Their family hires the characters to retrieve them, but the kidnappee has quickly adjusted to the decadent life of an amoral wizard."],["8","The moon over Hazlan shatters and plummets toward the ground. Whether caused by a mighty spell gone awry or a domain-spanning illusion, the sight throws Toyalis into chaos. Residents demand that the characters help them flee the disaster."],["9","One of Hazlik's apprentices needs agents to search for a suspected fountain of youth said to have formed among the innumerable magical toxins polluting the swamp known as the Brew."],["10","Hazlik knows his domain's days are numbered. He attempts to use the characters to recreate the living portal that first brought him to Hazlan, either as its creators or its raw materials."]],"name":"Hazlan Adventures","page":115,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hazlan Wild Magic","colLabels":["d20","Wild Magic Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–5","The character causes a random effect from the {@table Wild Magic Surge|phb} table in the {@book Player's Handbook|PHB}."],["6–7","The character is {@condition frightened} of all creatures until the end of their next turn."],["8–9","A number ({@dice 2d4}) of the Staring Cats of Uldun-dar appear within 30 feet of the character. These sapient, hyperdimensional {@creature Cat||cats} have uneven numbers of eyes and are not hostile, but they ominously share reports on how the character died in multiple parallel dimensions. The cats vanish after the character's next long rest."],["10–11","The character and the creature nearest them both teleport up to 60 feet to random unoccupied spaces of the DM's choice. When they reappear, they are covered in harmless ectoplasm."],["12","The character broadcasts their surface thoughts for 1 round, as if all creatures within 30 feet of them had cast {@spell detect thoughts} targeting them."],["13–14","A spectral Eye of Hazlik appears, hovering over the character for 1 hour. The eye functions as detailed in the \"{@book The Eye of Hazlik|VRGR|3|The Eye of Hazlik}\" section."],["15–16","A portal similar to that created by {@spell arcane gate} opens within 10 feet of the character. It connects to another portal somewhere in Hazlan. The portal remains open for 1 hour, during which creatures from either side can pass through."],["17–18","A shrieking, skinless, many-limbed horror that has the statistics of (and vaguely resembles) a {@creature unicorn} appears within 30 feet of the character. It is hostile to them, vanishing after 1 minute."],["19","The character casts {@spell fireball} as a 5th-level spell centered on themself using Charisma as the spellcasting ability. Screams and laughter emanate from the flames."],["20","A fog cloud appears, centered on the character. The effect is similar to a {@spell fog cloud} spell and lasts for 10 minutes. The DM can choose to have the fog affect creatures as if they'd entered the Mists."]],"name":"Hazlan Wild Magic","page":116,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"I'Cath Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A desperate local needs medicine for a sick spouse, but the only merchant in Gwai-Huit Center with the necessary herbs demands fresh fruit from the Gemstone Gardens. The local entreats the characters to infiltrate the {@creature jiangshi|VRGR}-haunted park (see {@book chapter 5|VRGR|5})."],["2","A child has gone missing on the streets of I'Cath. The child's parents plead with the characters to find the youngster before dusk."],["3","A {@creature spy} known as a criminal in I'Cath's dream city is imprisoned and tormented every time he falls asleep. He begs for the characters' aid to help keep him awake."],["4","A group of {@creature Bandit||bandits} waylay anyone who passes through their territory, demanding fresh meat for passage. Trapped locals seek help in moving through the gang's territory."],["5","A melancholy elf is unable to enter Tsien Chiang's dream to join his family. He entreats the characters to help him find a way."],["6","A {@creature jiangshi|VRGR} approaches the characters and asks them to locate one or more of her lost family members within the dream city. She's worried about what's become of her family—their bodies should be in the city, but she's lost track of them."],["7","A family in the Mansions made offerings of food and remembrances to placate a hungry {@creature ghost}. This has attracted dozens of other ghosts. The family seeks help placating the undead mouths they can't feed."],["8","Tsien Chiang's library in the Palace of Bones holds secrets about the border between dreams and reality. The characters must infiltrate the palace, find the information they need, and escape before Tsien Chiang returns at dawn."],["9","A desperate {@creature veteran} wakes from the dream and attempts to set I'Cath on fire, believing it's better for everything to burn than to live a lie. The characters must choose how to contend with the murderous arsonist."],["10","All but one of Tsien Chiang's daughters have gone missing—and the remaining daughter is either Tsien Seu-Mei or Tsien Lei-An, neither of whom can speak. This daughter crosses the party's path and silently begs for help."]],"name":"I'Cath Adventures","page":121,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Kalakeri Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Bandit||Bandits} takes over the village of Neelakurinji, claiming Ramya or Arijani as their leader. In truth they serve neither and are opportunistically robbing those who fear disobeying the factions. An escaped villager entreats the characters for help."],["2","The {@creature stone giant} guru Jalendu claims to know a path to religious enlightenment. Those who fail to prove their devotion to his teachings turn up {@condition petrified}."],["3","The sea boils around an ancient, submerged ruin called the Drowned Altar. With constant upheaval, no one has performed the rites necessary to placate what dwells in the deep."],["4","Dozens of servants were hired to help host a grand gala thrown by Arijani. The event was a success, but none of the servants returned home. Their families entreat the characters to seek answers."],["5","The rare ralvanji spice has miraculous medicinal properties, but by royal edict it is grown only in the gardens of the Cerulean Citadel. Estavan, a mysterious {@creature oni} merchant, offers to pay good money for the spice and even more for the seeds."],["6","A parent asks the characters to bring their runaway teenager home, not knowing their child joined Ramya's army, died, and returned as a {@creature wight}."],["7","Reeva employs the party to find the forbidden ruins of Bahru, said to lie somewhere in the Ashwagangha Mountains. She believes her ancestors imprisoned a powerful force there, which she hopes to awaken and bend to her service."],["8","The shadows of people in Meenakara are disappearing, and the shadow-bereft soon sicken and die. A local leader claims that the strange plague's cure lies among the hidden isles known as the Ashram of {@book Niranjan|VRGR|3|Niranjan} (detailed in \"{@book Other Domains of Dread|VRGR|3}\" later in this chapter)."],["9","A {@creature commoner} begs the characters to prove their sibling's loyalty to Ramya. Time is short, since the sibling was arrested and taken to the Tower of Traitors to face execution."],["10","Ramya desires a consort to cement her rulership and bring stability to the kingdom. A character who is a capable warrior catches her attention."]],"name":"Kalakeri Adventures","page":128,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Renown in Kalakeri","colLabels":["Adjusted Renown","Activity","Faction"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["+1","Advancing the faction's interests","Either"],["+1","Revealing a traitor","Either"],["+1","Attaining victory over a rival through martial skill","Loyalists"],["+1","Evicting rebels from a community","Loyalists"],["+1","Attaining victory over a rival through duplicity","Rebels"],["+2","Completing a mission assigned by the faction","Either"],["+2","Executing a traitor","Either"],["+2","Evicting loyalists from a community","Rebels"],["+2","Gaining a rich or powerful ally for the faction","Rebels"],["+2","Offering rare occult lore to Reeva","Rebels"],["+3","Recovering Arijani or Reeva's skull from the Tower of Traitors","Rebels"],["+4","Ousting foes from the Cerulean Citadel","Either"],["–1","Being accused of treachery","Either"],["–2","Being caught aiding a rival faction's agenda","Either"],["–2","Failing at an assignment","Either"],["–2","Offending Arijani's ego","Rebels"],["–3","Discovering a faction leader's true form","Either"],["–5","Openly betraying the faction","Either"]],"name":"Renown in Kalakeri","page":130,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Loyalist Benefits","colLabels":["Renown Threshold","Request","Renown Adjustment"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Moving unimpeded through loyalist-controlled territory","—"],["1","Learning the location of the bulk of Ramya's armies","—"],["3","Learning where a particular skull is in the Tower of Traitors","–1"],["3","Learning where a specific soldier in Ramya's army is stationed","—"],["5","Gaining an audience with Maharani Ramya","—"],["10","Pardoning someone accused of being a traitor","–2"],["10","Gaining command of a contingent of Undead soldiers to fulfill a mission","–2"],["15","Convincing the faction to heed advice","–2"],["15","Convincing Ramya to relinquish a skull from the Tower of Traitors or dismiss a soldier from her army","–2"],["20","Convincing the faction to heed advice seemingly counter to its interests","–5"],["25","Convincing Ramya to leave Jadurai","–5"]],"name":"Benefits of Renown; Loyalist Benefits","page":131,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rebel Benefits","colLabels":["Renown Threshold","Request","Renown Adjustment"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["1","Moving unimpeded through rebel-controlled territory","—"],["1","Learning if a wealthy individual has been courted by the rebels in the past month","—"],["3","Learning where Arijani and Reeva are encamped","—"],["5","Gaining a private audience with both Arijani and Reeva","—"],["7","Gaining a private audience with either Arijani or Reeva","—"],["10","Obtaining an invitation to one of Arijani and Reeva's galas","–4"],["15","Convincing the faction to heed advice","–2"],["15","Convincing the faction to heed advice seemingly counter to its interests","–5"],["20","Obtaining an invitation to one of Arijani and Reeva's private feasts","–5"],["25","Convincing Reeva to reveal secrets hidden under the Cerulean Citadel","–5"]],"name":"Benefits of Renown; Rebel Benefits","page":131,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Kartakass Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters arrive in Kartakass and immediately meet a friendly local: Harkon Lukas."],["2","A foe carries an invitation to Harmonia's Crystal Club. If the characters visit, they find themselves the only non-lycanthropes in the crowd."],["3","A set dresser in Medria used \"tamed\"{@creature Mimic||mimics} during a stage production. Now the audience is trapped inside a theater overrun by the monsters."],["4","The party investigates a murder in Emherst. The victim is an actor who played a character murdered daily in the ongoing immersive play."],["5","Akriel Lukas hires the party to \"borrow\" her father's violin so she can accurately model her own violin, Sundered Heart, from it."],["6","A scholar named Radaga seeks the characters' aid in recovering a mysterious relic—an ancient crown—from a skeleton-haunted canyon in the Martello Hills."],["7","The party is invited to participate in a fighting tournament in the goblin-overrun hills known as the Catacombs. Upon arriving, they find that {@creature Goblin||goblins} organized the event under the oversight of the flamboyant {@creature gladiator} Nym Pymplee."],["8","A brewer in Harmonia hires the party to deliver a cart of meekulbrau—a local berry wine that soothes the throat and improves vocal performances. A band of thieves hijacked the last two deliveries, and the brewer wants to make sure this latest delivery reaches its buyer, Harkon Lukas."]],"name":"Kartakass Adventures","page":135,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Favors for Harkon Lukas","colLabels":["d4","Favor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Harkon is expected to debut a new song, \"Just Like the Wind,\" but his backup performers and entourage are missing. The Darklord asks for the characters to fill in as entertainers and personal security."],["2","Harkon expects to be attacked by a toxic former student or lover at a public event. The Darklord asks the party to intercept this stalker."],["3","Harkon feigns fear of being mobbed by fans. The Darklord asks the party to disguise him and escort him to an event."],["4","In the wild, Harkon's entourage is slain by wolves or by bandits. If the party saves him, the Darklord feigns helplessness and asks to travel with them."]],"name":"Meeting the Darklord; Favors for Harkon Lukas","page":136,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lamordia Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sapient lab animals escape Ludendorf University and need help finding a new home. One, however, is eager to improve upon its form and the forms of its fellows."],["2","Medical student Emil Bollenbach strives to craft revolutionary {@creature Flesh Golem||flesh golems}, such as ones made entirely of doppelgangers or beholders. His patrons enlist the party to aid his research."],["3","A murderous, jaundiced whale is hunting Ludendorf's ships. The superstitious Captain Furschter of the city's navy asks the party to learn why by seeking Winter's Mouth, a crack in the ice where the sea supposedly whispers its secrets."],["4","Three brilliant Ludendorf University students compete to become Dr. Mordenheim's new assistant. Each seeks the party's assistance in ensuring they're chosen for the opportunity."],["5","A wave of warped monstrosities is preparing to assault Neufurchtenburg. The metallurgists at the Giesbrecht Automatic Armaments company have created a new weapon or vehicle that could save the town, but they need someone to test it."],["6","Ruprekt Schaller stood to inherit his dying father's factory in Ludendorf. Instead, Udo Schaller paid assassins to murder his son and had his brain transplanted into Ruprekt's young body, with the help of Dr. Mordenheim. Udo's daughter and sole surviving heir, Varissa Schaller, wants to avenge her brother's murder and begs the party to help destroy her father."],["7","Prospectors seeking rare gas pockets discover numerous well-preserved bog mummies dating back to Lamordia's ancient druidic peoples. They seek help when the mummies vanish and undead animals begin terrorizing their camp."],["8","Baron von Aubrecker writes to the party, asking them to recover the body of a \"relative\" from the Haifisch, a shipwreck impaled on a spire of ice."],["9","The Sleeping Beast is experiencing an increasing number of earthquakes. The overseers of the Pulstein Mine call for aid, believing that strange creatures are causing the quakes to steal the \"marrowstone\" they're mining."],["10","Scholars at Ludendorf University learn of the Unbreakable Heart and claim a monster stole it. The characters and dozens of other hunters are sent to the Isles of Agony to recover the device."]],"name":"Lamordia Adventures","page":141,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Serving Dr. Mordenheim","colLabels":["d4","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The doctor desires a cutting-edge discovery from a factory in Neufurchtenburg. To acquire it, she has kidnapped the factory owner's family and put the characters' consciousnesses into their bodies. Until the characters deliver the discovery, she holds their bodies and the family's brains in cold storage."],["2","Wishing to spy on Ludendorf University, Mordenheim mounts the characters' heads onto suits of {@creature animated armor}. The characters will get their bodies back when they return with the information the doctor desires."],["3","Agents of Baron von Aubrecker attack Schloss Mordenheim and wreak considerable damage. Dr. Mordenheim places the characters' brains into {@creature Flesh Golem||flesh golems} and sets them loose to punish the baron."],["4","Dr. Mordenheim wants {@creature Elise|VRGR} found and returned. Using various monster parts, she creates unique hunter bodies with the statistics of {@creature Flesh Golem||flesh golems} or {@b} other monsters. She places the characters' minds into these bodies, promising to restore them when they bring her {@creature Elise|VRGR}."]],"name":"Mordenheim's Designs; Serving Dr. Mordenheim","page":142,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Mordent Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An alchemist discovers a way to \"burn\" spirits to provide fuel for magical fire. Several spirits seek the party's aid in preventing their second death."],["2","A {@creature noble} seeks help as an undead ancestor tries to prevent the {@creature noble}'s marriage to an \"unsuitable\" partner."],["3","The spirits of two lovers whose families prevented their union begin exacting revenge on the living."],["4","A pair of rival fiends, Athos and Diche, break loose from idols in the collection at Heather House. Members of the Weathermay family call for aid."],["5","The citizens of the village of Crawford spread tales of a gigantic {@creature raven}. Sheriff Perkins hires the characters to hunt down the creature, which is actually a {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5}) protecting the community from a greater threat."],["6","A curse has afflicted Westcote Manor for a hundred years. The surrounding bog encroaches on the house, and howling bog hounds draw ever closer to the estate's beleaguered lord."],["7","The baronet of a small estate is forced to commit increasingly heinous crimes each day or face unspeakable torment at the hands of his ghostly ancestors, who suffered under the same curse."],["8","Someone has rebuilt the infamous Apparatus and is using it to transpose vicious souls into the bodies of mild-mannered citizens of Mordentshire."]],"name":"Mordent Adventures","page":147,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ghost's History","colLabels":["d6","Ghost's History"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost died so recently that they might not yet fully realize they are dead."],["2","The ghost died recently enough that people who knew them in life are still around."],["3","The ghost died years ago, and few people who knew them in life are still alive."],["4","The ghost died a generation ago; folks remember rumors or stories told about the person's life."],["5","The ghost died multiple generations ago, and only local folklore or histories preserve their memory."],["6","The ghost died a very long time ago, and no one knows anything about their history."]],"name":"Ghost's History","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tragic Elements","colLabels":["d10","Tragic Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost aches from a broken heart."],["2","The ghost interferes with the romantic life of their victim."],["3","The ghost was falsely accused and convicted of a crime."],["4","The ghost makes an innocent person appear to be guilty of the ghost's crimes."],["5","In life, the ghost was cut off by family members and denied a rightful inheritance."],["6","The ghost refuses to acknowledge any living heirs as family members and tries to prevent these heirs from inheriting what is rightly theirs."],["7","Society shunned the ghost unfairly in life."],["8","Association with the ghost causes their living victim to be shunned by society."],["9","In life, the ghost's efforts to do good led them to be cursed by a hag, fiend, or powerful spirit."],["10","The ghost foils their victim's efforts to do good."]],"name":"Tragedy; Tragic Elements","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Romantic Elements","colLabels":["d8","Romantic Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost hopes to be reunited with another ghost—the spirit of someone they loved in life."],["2","The ghost haunts someone they loved in life, who still returns that love."],["3","The ghost haunts a place they loved in life, perhaps their home or a memorial to one they lost."],["4","The ghost haunts someone they loved in life, who is trying to move on."],["5","The ghost haunts someone who looks like a person the ghost loved in life (possibly a descendant of that person)."],["6","A person who loved the ghost in life refuses to let the spirit leave."],["7","The ghost was murdered by someone they loved in life."],["8","The ghost seeks vengeance on someone who spurned them in life."]],"name":"Romance; Romantic Elements","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Richemulot Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","At the command of Jacqueline Renier, {@creature Swarm of Rats||swarms of rats} nightly slip into homes and murder the resident cats. Distraught pet owners entreat the characters for aid."],["2","A desperate rogue seeks the characters' aid when the rest of her band is trapped within the abandoned Fiox Estate by a haywire security system."],["3","A band of students plot a revolution against Jacqueline Renier in the valley called Assassin's Echo. They're convinced one among them is a traitor but don't realize there's a {@creature wererat} in their midst."],["4","A constable requests the characters' aid in solving murders in which the victims have been drained of blood. The murderer is a {@creature strigoi|VRGR} (see {@book chapter 5|VRGR|5}) that haunts a sunken chapel in the swamp known as the Gardens."],["5","Doctor Temator of Mortigny believes she can create a cure for the Gnawing Plague and enlists the characters to find subjects who have never had the disease. Rumors soon spread that the doctor and characters are actually spreading the plague."],["6","Louise Renier seeks the characters' aid in infiltrating a ball Jacqueline is holding at Chateau Delanuit. She aims to infuriate Jacqueline so that she reveals her {@creature wererat} nature before her guests."]],"name":"Richemulot Adventures","page":153,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Two Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The character avoids direct contact with anyone who might be infected."],["2","How many people brush up against the character as they push through the crowds? The character must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["3","A nearby person turns and coughs directly on the character, who must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["4","A {@creature rat} scurries across the character's foot. If the character isn't wearing metal armor, it scratches them and they must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["5","A sobbing child is separated from their parents in a crowd. A character who physically interacts with the child must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["6","A cutpurse tries to pick the character's pocket. If the character tries to physically stop the criminal, they must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."]],"name":"Stage Two: Outbreak; Stage Two Encounters","page":154,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Three Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dead body lies in the character's path. A character who touches the body must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["2","A retching {@creature commoner} tries to grapple the character, begging for any help. Anyone the commoner touches must succeed on a DC 16 Constitution saving throw or contract the Gnawing Plague."],["3","Three Casques Silencieux ({@creature animated armor}) gesture for the character to get indoors immediately. They turn hostile if the character resists."],["4","Several mangy {@creature Giant Rat||giant rats} attack. Anyone bitten by a giant rat must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["5","A {@creature swarm of rats} shadows the character as they travel. If confronted, the swarm attacks. Anyone bitten by the rats must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["6","A young, well-heeled couple cavorts openly, oblivious to the quarantine. These {@creature Wererat||wererats} don't reveal their true nature unless they must, and then only to blend in with the swarms of rats."]],"name":"Stage Three: Illness; Stage Three Encounters","page":155,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Four Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A desperate group of {@creature Commoner||commoners} tries to break through a sealed gate to escape quarantine. Anyone who tries to aid or deter them must succeed on a DC 16 Constitution saving throw or contract the Gnawing Plague."],["2","Three thieves attack someone who cries out for help. If a character intervenes, all four thieves reveal themselves to be {@creature Wererat||wererats} and attack."],["3","A squad of Casques Silencieux ({@creature animated armor}) marches through the street. If the Casques Silencieux spot a character, they try to force the character into a home where the residents are all dead."],["4","The character spots several rats in an alley using trash to enact a miniature courtroom drama. If a character interrupts or is critical of the rats' play, the rats become a {@creature swarm of rats} and attack."],["5","The character notices a {@creature giant rat} about to throw alchemist's fire at an inhabited home. If they intervene, the rat flees. Whether or not it escapes, the character's lodgings are soon the target of arson."],["6","A celebration takes place in a nearby house. Six {@creature Wererat||wererats} openly cavort in hybrid form, dancing and carousing with the corpses of the home's former owners."]],"name":"Stage Four: Pestilence; Stage Four Encounters","page":155,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tepest Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Toxic, vision-inducing fungi taint the ruined village of Briggdarrow. Recently, homesteaders outside Viktal discovered the fungus on their properties and claim it's being spread by strange fungus-covered bipeds (myconids)."],["2","A hermit who once lived in the abandoned fortress on Cas Island hires the party to retrieve an heirloom she left behind. But she warns that the Avanc, a dangerous lake monster, swims nearby."],["3","A shepherd's youngest child went missing after a sinkhole opened in a nearby pasture, revealing a glowing cavern that leads into the tunnels of Arak."],["4","The Parrish family fled Viktal in fear of Mother. They seek help revealing her malice to their former neighbors before she finds them."],["5","Mother's Minders nail wicker dolls over the doors of a dozen houses in Viktal. Soon after, both the dolls and the inhabitants of those houses vanish."],["6","A druid seeks aid in reclaiming their people's holy site from an ancient, evil {@creature treant} called Blightroot. The druid doesn't mention that the surrounding forests are a clonal colony of the villainous plant."],["7","A grieving villager begs the characters to take their deceased loved one to the Cauldron, a pool said to restore life to a corpse bathed in its waters. The villager says nothing of the terrible price the pool's magic exacts."],["8","Two young lovers go missing from Viktal. One is found days later, unable to remember anything, aged fifty years, and desperate for help to find their partner."],["9","A character's reflection on the water warns of impending doom. The image insists they find the Seer's Glass, which can reveal the past and future."],["10","A strange old woman claims to have lost her child and begs the characters for help. Thus disguised, Lorinda hopes to have the party track down her runaway Laoirse."]],"name":"Tepest Adventures","page":159,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sights in Viktal","colLabels":["d8","Sight"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Locals weave flowers into crowns and sew cuts of meat into cloaks, creating traditional garb for an upcoming festival."],["2","Most children in town are hexbloods (see {@book chapter 1|VRGR|1|Hexblood}). Evasive locals refuse to say why."],["3","Villagers harvest wings and chrysalises from caged moths, which are powdered and used to make \"shift spice\"—a pervasive ingredient in local dishes."],["4","A group of young people dramatically sob at the window of an old woman, who tosses horned wicker dolls to those who sob loudest."],["5","A local fisher teaches knife-wielding youngsters how to debone live eels and create festive \"elver-crowns,\" a grim local decoration."],["6","With adult approval, youngsters affix hornlike sticks to a terrified animal's head."],["7","A lovingly carved door or mural depicts a woman's face made of moth wings, watching over an explicitly detailed scene of butchery or surgery."],["8","Villagers sing and dance in a circle around someone undergoing a ritual to have their left eye removed."]],"name":"Welcome to Viktal; Sights in Viktal","page":160,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tithe Events","colLabels":["d6","Event","Token"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["1","Crooked Joust. Participants use stilts strapped to their arms and legs to topple one another.","Five-legged sheep figurine"],["2","Powrie Chase. Pursuers dress as wicked faeries, donning tattered red cloaks and using sharp darts in a game of tag.","Red wooden ring"],["3","Lost Siblings. Blindfolded participants identify other players by touching their hair.","Sheaf of black wheat"],["4","Gossamer Glutton. Whoever eats the most live moths wins.","Glass butterfly wing"],["5","Hungry Sister. A dozen players with a rope tied around them try to stop someone from getting past them and stealing a pear from a bowl.","A dried length of pear skin"],["6","Never Naughty. Participants take turns flattering three elderly villagers, who decide who wins and who gets paddled.","A reed switch"]],"name":"Tithe Events","page":160,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lorinda's Daughter","colLabels":["d6","Laoirse's Form","Statistics","CR"],"colStyles":["col-2 text-center","col-4","col-3 text-center","col-3 text-center"],"rows":[["1","Giant upright-walking ram","{@creature Minotaur}","3"],["2","Humanoid made of wicker","{@creature Shambling mound}","5"],["3","Dozens of stitched together corpses","{@creature Zombie clot|VRGR}*","6"],["4","Shivering, hairless, rabbit-bear","{@creature Abominable yeti}","9"],["5","Bipedal wolf-elk","{@creature Loup garou|VRGR}*","13"],["6","Giant, shrieking, bipedal sheep","{@creature Goristro}","17"]],"name":"Mother's Blessing; Lorinda's Daughter","page":161,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Valachan Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Oselo joyously adopt a new member into their community, but the ceremony erupts in strife when Chakuna appears and demands that all newcomers participate in the Trial of Hearts."],["2","Shuaran warriors seek help in slaying a massive {@creature saber-toothed tiger} killing their people. They don't mention that they recently lost the Cat of Felkovic, a sentient magic item similar to a {@item figurine of wondrous power} that conjures a feline killer."],["3","A sapient {@creature giant spider} emerges from the caverns known as the Council of the Whip Spider. It demands that the Oselo provide it a sacrifice, or every arachnid in Valachan will attack the village."],["4","The {@creature tyrannosaurus rex} called Mother Heartless rampages from the Forest of Fossils, incensed by something amiss in her hunting grounds."],["5","The {@creature lizardfolk} of the lakes surrounding the Anquara Plateau discover a submerged ruin and unleash an {@creature aboleth} that now holds them in thrall."],["6","Beast-shaped {@creature Treant||treants} animate and lay siege to Pantara Lodge, obeying Urik von Kharkov's will."],["7","The merchant ship Zodiac runs aground on Kiru Island. The sailors seek help salvaging other shipwrecks and escaping back to sea—preferably before Chakuna notices them."],["8","A pack of {@creature Displacer Beast||displacer beasts} washes up dead in Sangui Cove. An enraged Chakuna prowls the jungle, slaying anyone she suspects of being involved."]],"name":"Valachan Adventures","page":164,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Valachan Hunt Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Chakuna appears and attacks. Roll a die. If you roll an even number, this occurs during another complication and you can roll again on this table. If you roll an odd number, Chakuna attacks suddenly without another complication."],["2","Dense foliage, swampy ground, clouds of insects, or thick fog slows the party's travel to a crawl. The party chooses one character, who must succeed on a DC 14 Wisdom ({@skill Survival}) check or the party's travel speed is reduced by half for the next hour (this is in addition to any speed reduction from {@quickref difficult terrain||3})."],["3","The area is riddled with traps set by Chakuna. A random character must succeed on a DC 15 Wisdom ({@skill Perception}) check or fall into a {@trap pits||spiked pit} (see the {@book Dungeon Master's Guide|DMG})."],["4","{@creature Chuul||Chuuls}, {@creature Vine Blight||vine blights}, or {@creature Zombie Plague Spreader|VRGR|zombie plague spreaders} (see {@book chapter 5|VRGR|5}) ambush the party."],["5","The characters find a tree bound in rope. One or more withered, oversized hearts hang from cords attached to its branches. Roll a die. If you roll an even number, the hearts look grim but are harmless. If you roll an odd number, the {@dice 1d6} hearts have the statistics of gnashing {@creature Death's Head|VRGR|death's heads} (see {@book chapter 5|VRGR|5}) and attack."],["6","Clouds of insects, persistent leeches, or other parasites torment the party. Each character must succeed on a DC 16 Wisdom ({@skill Survival}) check or gain 1 level of {@condition exhaustion}. Creatures immune to disease suffer no ill effects from the parasites."],["7","The party encounters a {@creature druid}, {@creature green hag}, or {@creature displacer beast} that is not part of the hunt. If a character succeeds on a DC 16 Charisma ({@skill Persuasion}) check, that creature shows them a route that allows them to move at double their speed for the next hour and avoid rolling on this table at the end of that time."],["8","An individual or a group of competitors—{@creature Gladiator||gladiators}, {@creature Scout||scouts}, or {@creature Tribal Warrior||tribal warriors}—attempts to ambush the party."],["9","Whispers in the Druidic language issue from the boughs of trees and cracks in the earth. They repeat one word: Blood."],["10","A desperate competitor appears. Roll a die. If you roll an even number, the competitor is gravely wounded, incoherent, and suffering from hallucinations. If you roll an odd number, the competitor offers to help the party break the trial's rules and is struck dead by an arrow from the forest seconds later."],["11","Dinosaurs, {@creature Giant Poisonous Snake||giant poisonous snakes}, or {@creature Hydra||hydras} attack the party."],["12","A rope bridge provides the only method of crossing a river or ravine. Each character must succeed on a DC 10 Dexterity ({@skill Acrobatics}) check to cross the bridge or fall 60 feet into the jungle or water below. The bridge has AC 11, 16 hit points, and immunity to poison and psychic damage."],["13","The party discovers an overgrown ruin. A character who succeeds on a DC 18 Wisdom ({@skill Perception}) check spots a relief carving of a wicked-looking figure ripping out its own heart."],["14","A random character must succeed on a DC 14 Wisdom ({@skill Perception}) check or fall into {@book quicksand|DMG|5|Quicksand} (see the {@book Dungeon Master's Guide|DMG})."],["15","{@creature Panther||Panthers}, {@creature Displacer Beast||displacer beasts}, or werepanthers ({@creature Weretiger||weretigers}) attempt to ambush the party."],["16","The characters discover the corpse of a competitor. Roll a die. If you roll an even number, the corpse has a {@item potion of healing}. If you roll an odd number, the corpse's heart has been removed."],["17","The party chooses one character who must succeed on a DC 16 Wisdom ({@skill Survival}) check. On a failed check, the party becomes lost. It takes the characters 1 hour to realize they are {@dice 1d4} miles away from their assumed location in a disadvantageous direction."],["18–20","No complication"]],"name":"Valachan Hunt Complications","page":167,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Domains of Ravenloft","colLabels":["d100","Domain"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@book Barovia|VRGR|3}*"],["05–06","{@book Bluetspur|VRGR|3}*"],["07–09","{@book Borca|VRGR|3}*"],["10–12","{@book Carnival|VRGR|3}*"],["13–14","{@book Cyre 1313|VRGR|3|Cyre 1313, The Mourning Rail}"],["15–18","{@book Darkon|VRGR|3}*"],["19–21","{@book Dementlieu|VRGR|3}*"],["22–24","{@book Falkovnia|VRGR|3}*"],["25–26","{@book Forlorn|VRGR|3|Forlorn}"],["27–28","{@book Ghastria|VRGR|3|Ghastria}"],["29–30","{@book G'henna|VRGR|3|G'henna}"],["31–33","{@book Har'Akir|VRGR|3}*"],["34–36","{@book Hazlan|VRGR|3}*"],["37–39","{@book I'Cath|VRGR|3}*"],["40–41","{@book Invidia|VRGR|3|Invidia}"],["42–44","{@book Kalakeri|VRGR|3}*"],["45–47","{@book Kartakass|VRGR|3}*"],["48–49","{@book Keening|VRGR|3|Keening}"],["50–51","{@book Klorr|VRGR|3|Klorr}"],["52–54","{@book Lamordia|VRGR|3}*"],["55–56","{@book Markovia|VRGR|3|Markovia}"],["57–59","{@book Mordent|VRGR|3}*"],["60–62","{@book Nightmare Lands|VRGR|3|The Nightmare Lands}"],["63–64","{@book Niranjan|VRGR|3|Niranjan}"],["65–66","{@book Nova Vaasa|VRGR|3|Nova Vaasa}"],["67–69","{@book Odaire|VRGR|3|Odaire}"],["70–71","{@book Rider's Bridge|VRGR|3|The Rider's Bridge}"],["72–74","{@book Richemulot|VRGR|3}*"],["75–76","{@book Risibilos|VRGR|3|Risibilos}"],["77–78","{@book Scaena|VRGR|3|Scaena}"],["79–81","{@book Sea of Sorrows|VRGR|3|Sea of Sorrows}"],["82–83","{@book Shadowlands|VRGR|3|The Shadowlands}"],["84–85","{@book Souragne|VRGR|3|Souragne}"],["86–87","{@book Staunton Bluffs|VRGR|3|Staunton Bluffs}"],["88–90","{@book Tepest|VRGR|3}*"],["91–92","{@book Tovag|VRGR|3|Tovag}"],["93–95","{@book Valachan|VRGR|3}*"],["96–97","{@book Vhage Agency|VRGR|3|Vhage Agency}"],["98–99","{@book Zherisia|VRGR|3|Zherisia}"],["100","DM's design"]],"name":"Domains of Ravenloft","page":168,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Strangers in the Mists","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Someone from another world who's just been drawn into a domain by the Mists"],["2","Someone fleeing the Darklord of another domain"],["3","A raven carrying a message from the Keepers of the Feather"],["4","Curious members of the Keepers of the Feather led by a {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5}) in disguise"],["5","A band of Vistani"],["6","A spirit that cries out before being yanked back into the Mists, leaving behind a Mist talisman"]],"name":"Travelers in the Mists; Strangers in the Mists","page":174,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Keeper Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Keepers invite the characters to a social gathering where fortunes are told and attendees sample rare imported mumia—powdered mummy."],["2","A Keeper delivers a letter to the characters that arrived by raven. The message has no sender."],["3","Orphir Brindletop, a Kalakeri gnome occultist, is surprised to meet one of the characters, as he received a message for them in a séance long ago."],["4","The characters are invited to help a Keeper stake out a graveyard in hopes of spotting a legendary creature said to dwell there."],["5","The party is hired to collect a parcel from the Blue Water Inn in the Barovian town of Vallaki, which is secretly run by wereravens. They must not open the package and must get it out of Barovia swiftly."],["6","A character glimpses a raven-like figure. When they investigate, they find only the mysterious talisman that it left behind."]],"name":"Keeper Adventures","page":175,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Gremishka|VRGR}"],["1/2","{@creature Death's head|VRGR}"],["1/2","{@creature Podling|VRGR}"],["1","{@creature Boneless|VRGR}"],["1","{@creature Carrionette|VRGR}"],["1","{@creature Swarm of zombie limbs|VRGR}"],["2","{@creature Swarm of gremishkas|VRGR}"],["2","{@creature Swarm of maggots|VRGR}"],["2","{@creature Wereraven|VRGR}"],["3","{@creature Brain in a jar|VRGR}"],["3","{@creature Carrion stalker|VRGR}"],["3","{@creature Swarm of scarabs|VRGR}"],["4","{@creature Strigoi|VRGR}"],["4","{@creature Zombie plague spreader|VRGR}"],["5","{@creature Vampiric mind flayer|VRGR}"],["6","{@creature Gallows speaker|VRGR}"],["6","{@creature Priest of Osybus|VRGR}"],["6","{@creature Zombie clot|VRGR}"],["7","{@creature Bodytaker plant|VRGR}"],["7","{@creature Necrichor|VRGR}"],["8","{@creature Inquisitor of the Mind Fire|VRGR}"],["8","{@creature Inquisitor of the Sword|VRGR}"],["8","{@creature Inquisitor of the Tome|VRGR}"],["8","{@creature Nosferatu|VRGR}"],["8","{@creature Relentless slasher|VRGR}"],["8","{@creature Unspeakable horror|VRGR}"],["9","{@creature Jiangshi|VRGR}"],["10","{@creature Dullahan|VRGR}"],["12","{@creature Relentless juggernaut|VRGR}"],["13","{@creature Loup garou|VRGR}"],["19","{@creature Lesser star spawn emissary|VRGR}"],["21","{@creature Greater star spawn emissary|VRGR}"]],"name":"Bestiary; Creatures by Challenge Rating","page":226,"source":"VRGR","chapter":{"name":"Monsters of Ravenloft","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Feywild Weather","colLabels":["d8","Weather Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Flower blossoms rain from a sky filled with sparkling, pastel-colored clouds."],["2","A grand fairy drama plays in the sky as a stylistically rendered illusion or a swirling aurora."],["3","It rains tiny fruit tarts. They fall slowly and disappear just before they hit the ground. If caught from the air and eaten, they're delicious."],["4","Fog rolls in and plays harmless tricks on the characters, giving them fog mustaches, fog eyebrows, and fog wigs of many styles—perhaps even fog cloaks or fog companions."],["5","Snow begins to fall, and the flakes grow bigger over time. Flakes as big as dinner plates, wagon wheels, and even a waterwheel fall, but they're light as a feather."],["6","The sky fills with iridescent bubbles that lazily fall to the ground. Giggling pixie children chase and pop the bubbles but turn {@condition invisible} and flee if spoken to or approached."],["7","A silvery rain lifts the spirits and brings a song to each heart that it touches."],["8","A howling wind blows through the party, and each party member must roll a {@dice d8}. Anyone who rolls an 8 has a trinket or some other tiny, nonmagical item (such as a coin) stolen from them by weather spirits."]],"name":"Feywild Weather","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Names","colLabels":["d8","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fetter"],["2","Fiddlebones"],["3","Moonray"],["4","Pip"],["5","Starlight"],["6","Stumpwick"],["7","Thistledown"],["8","Whisperwind"]],"name":"Feywild Guides; Feywild Guide Names","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Identities","colLabels":["d8","Identity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Friendly forest gnome (use the {@creature scout} stat block, but change its size to Small)"],["2","Gloomy wood elf druid (use the {@creature druid} stat block)"],["3","Flamboyant {@creature pixie}"],["4","Happy-go-lucky {@creature satyr}"],["5","Ultra-competitive {@creature sprite}"],["6","Overly cautious {@creature treant sapling|wbtw} (see chapter 1 of The Wild Beyond the Witchlight for its stat block)"],["7","Giggly goblin warlock (use the {@creature cult fanatic} stat block, but change its size to Small)"],["8","Humorless {@creature centaur}"]],"name":"Feywild Guides; Feywild Guide Identities","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Always hearkens back and compares things to \"the good old days\""],["2","Can't tell a lie without wiggling their nose first"],["3","Never takes off their hat"],["4","Loves food and isn't picky about what they eat"],["5","On a secret quest that they can't talk about, except to remind others that they're \"on a secret quest\""],["6","Afraid of something commonplace, such as heights, enclosed spaces, or bare hands and feet"],["7","Carries around a suitcase full of wigs, forks, ashes, glass orbs, left shoes, or something else strange"],["8","Full of folksy wisdom that usually starts with, \"Papa always said...\" or \"Mama always said...\""]],"name":"Feywild Guides; Feywild Guide Quirks","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Desires for Greater Contracts","colLabels":["d8","What the Fey Wants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of your fingers"],["2","To take the next child born in your family and raise the child in the Feywild"],["3","The completion of three quests, each of which you must agree to before the contract is formed"],["4","Your everlasting fealty"],["5","The ruin or demise of the Fey's sworn enemy"],["6","A precious object (such as a rare, very rare, or legendary magic item) that was stolen by or belongs to the Fey's sworn enemy"],["7","An art object that is deemed priceless, such as a famous painting that hangs in a museum"],["8","Your youth (which the Fey can harvest and bestow on another creature)"]],"name":"Price of a Contract; Fey Desires for Greater Contracts","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Desires for Lesser Contracts","colLabels":["d8","What the Fey Wants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your singing voice"],["2","A trinket that carries great sentimental value"],["3","Companionship (you remain in the Fey's company for an agreed-upon period of time)"],["4","The color in your eyes"],["5","The memory of your first kiss"],["6","The spring in your step or the sparkle in your eyes"],["7","A lock of your hair"],["8","Your name (requiring you to choose a new one for yourself)"]],"name":"Price of a Contract; Fey Desires for Lesser Contracts","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Breaking a Greater Contract","colLabels":["d8","Penalty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You can't speak or cast spells with verbal components. Whenever you try to speak, you bray like a donkey instead."],["2–3","You magically transform into an owl. You retain your languages, your ability to speak, and your mental ability scores (Intelligence, Wisdom, and Charisma). You otherwise have the statistics of an owl."],["4–5","You can't attune to magic items. If you are currently attuned to one or more magic items, your attunement to those items ends immediately."],["6–7","You are {@condition petrified}."],["8","An iron thorn is magically lodged in your chest. Every day, you can feel it move closer to your heart. If this effect is not ended within 3 days, you die and can't be revived for {@dice 5d12} days."]],"name":"Breaking a Contract; Breaking a Greater Contract","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Breaking a Lesser Contract","colLabels":["d8","Penalty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Your appearance becomes more toad-like (warty skin, bulbous eyes, large mouth, and webbed digits). This transformation has no game effects."],["3","You smell like swamp gas. No amount of bathing can rid you of this stench."],["4","Your shadow does not match your movements, which other creatures find unsettling."],["5–6","Your appearance becomes more rat-like (beady eyes, whiskers, small ears, pointy nose, little hands and feet, and a rat's tail). This transformation has no game effects."],["7","You cast no reflection. Superstitious folk who notice think you're a vampire."],["8","You are constantly surrounded by a small cloud of annoying but harmless flies."]],"name":"Breaking a Contract; Breaking a Lesser Contract","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Curses","colLabels":["d8","Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your ears are magically replaced by a pair of soft, fuzzy donkey ears. Moreover, when you try to speak, you instead bray."],["2","You gain {@dice 1d3} levels of {@condition exhaustion}. Until the curse ends, these levels of {@condition exhaustion} can't be removed."],["3","Spells can't restore hit points to you."],["4","The sound of pixie laughter fills your head while you are awake, drowning out all other sounds."],["5","Anything you try to pick up or hold in your hands slips through your fingers."],["6","Moonlight burns your flesh. You take {@damage 1d10} radiant damage when you start your turn in moonlight."],["7","You are magically transformed into an animated wooden doll that looks like you. Your statistics are the same, but you are a Construct with vulnerability to fire damage, and you don't require air, food, or drink. Items worn or carried by you are unaffected."],["8","Whenever you tell a lie, you lose the ability to speak for {@dice 1d8} hours."]],"name":"Fey Curses","page":10,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Ending the Curse","colLabels":["d12","Ending the Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You must carve your name into a tree, whereupon the tree inherits the curse's magic and dies."],["2","You must drink the blood of a pixie or sprite while basking in moonlight."],["3","You must speak the true name of the creature that cursed you three times in a row."],["4","While standing in sunlight on an arched bridge over running water, you must beg the Summer Queen for her \"fair blessing.\""],["5","After filling your pockets with fool's gold, you must flap your arms and quack like a duck."],["6","You must bury an executioner's hood (a blackcapped mushroom found in the Feywild) in the earth and pour goat's milk over it while whistling."],["7","You must be bitten by a faerie dragon. (It's possible any faerie dragon might do, or the faerie dragon might have to be of a particular color.)"],["8","You must leave a bouquet of eight black roses at the place where you were cursed, or you must give the bouquet to the creature that cursed you."],["9","You must persuade a centaur to carry you on its back for eight miles. Before the centaur will do this willingly, it might demand a gift or service in exchange, or the completion of a quest."],["10","You must obtain leaves or pinecones from three different species of treants and burn them in a campfire under a full moon while singing a particular campfire song."],["11","You must bake a small cake and leave it on the doorstep of a forest gnome's abode. Only when the gnome eats the whole cake does your curse end."],["12","You must persuade another creature to willingly take your name. If it does so, it inherits your curse, whereupon you are nameless and must choose a new name for yourself."]],"name":"Fey Curses; Ending the Curse","page":10,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Abodes","colLabels":["d20","Abode"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pagoda overgrown with flowering vines that beckon visitors with pleasing scents"],["2","A crooked stone tower that has a moon-like orb of light circling its rooftop, which causes the tower's shadow to move like a clock hand"],["3","A decrepit mansion that is partially sunk in the middle of a bog"],["4","A rocky hill shaped like a sleeping satyr, with its open mouth forming a cave entrance"],["5","A windmill that walks around on giant crow's feet"],["6","A crumbling keep on a small island in the middle of a mist-shrouded loch"],["7","An old farm overgrown with giant pumpkins"],["8","A treehouse built in the boughs of a treant"],["9","A tower that used to be the trunk of a giant {@condition petrified} tree, with rope bridges connecting it to the giant living trees that surround it"],["10","One or more houses in hollowed-out mushrooms"],["11","A gingerbread cottage with a frosting-covered roof, frosting icicles, chocolate doors, and gumdrop gardens"],["12","A musty, web-shrouded stone cottage surrounded by an orchard of awakened apple trees"],["13","A walking stone colossus with a tower for a head"],["14","A cave-riddled hill that walks around on giant stone feet"],["15","A walled garden filled with friendly critters, talking flowers, and grasping vines"],["16","A well-preserved elven tomb overgrown with moss, decorated with statues, and festooned with bird nests"],["17","A giant beaver's lodge"],["18","An inn or hostel carved into the foot of a hill"],["19","A dragon skull lying in the sand"],["20","One or more giant rusty helmets that serve as houses, surrounded by an ancient battlefield"]],"name":"Fey Abodes","page":11,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Archfey's Presentation","colLabels":["d8","Presentation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adorable.} The archfey has taken on the form of something adorable, such as an otter, a fawn, a sugar glider, a wombat, or a beautiful butterfly."],["2","{@b Ancient.} This archfey appears to be eons old. They might have gnarled skin like teakwood and long, gray hair that looks like elaborate lacework."],["3","{@b Bizarre.} This archfey looks like something from the realm of dreams. They could take on the appearance of a scintillating ball of light, a floating mask, or a whispering shadow."],["4","{@b Floral.} Flowers bloom from the archfey's fingertips, and their skin is covered in petals. Their body might have thorns, or they could have vine-like hair covered in sweet-smelling blossoms."],["5","{@b Fluid.} The archfey can change body type or transform from one creature into another."],["6","{@b Iridescent.} The archfey floats off the ground and gazes about with glowing eyes, their body surrounded by a nimbus of light and their skin sparkling like sunlight on water."],["7","{@b Metallic.} The archfey appears to be made of metal. Their face is an exquisitely crafted mask of mithral, silver, or gold, and their body is made of finely tooled metal etched with organic designs or cryptic symbols."],["8","{@b Monstrous.} This archfey has a monstrous form. For example, they might resemble an enormous spider, a hydra whose heads look like oversized elf heads with fangs, or any other horrific form you can imagine."]],"name":"Archfey's Presentation","page":12,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Archfey's Personality","colLabels":["d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Benevolent.} The archfey welcomes all into their domain and does everything in their power to assist those who come to them in true friendship or grave need."],["2","{@b Covetous.} The archfey hoards things they consider valuable and uses spies to find more of what they covet. The archfey never leaves their lair for fear that their hoard might be plundered."],["3","{@b Imperious.} The archfey surrounds themself with a court of sycophants and expects visitors to grovel before them. Their mercy is rare, and their superiority complex is legendary."],["4","{@b Madcap.} The archfey loves to sing, dance, drink, wear silly masks, do cartwheels, and throw parties where everyone is free to cavort and revel how they wish."],["5","{@b Mercurial.} The archfey has two personalities (choose two other personalities from this table). They shift back and forth between these personalities at certain times or when certain conditions are met."],["6","{@b Mischievous.} The archfey is a trickster who likes to confound and frustrate visitors to their domain and who surrounds themself with sly creatures such as boggles, pixies, foxes, magpies, and crows."],["7","{@b Reclusive.} The archfey prefers to be left alone and seldom, if ever, leaves their domain. They might adopt disguises or turn {@condition invisible} when they travel, and they might use magic to conceal their lair."],["8","{@b Wild.} The archfey has the demeanor of a wild animal and shuns the trappings of society."]],"name":"Archfey's Personality","page":13,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Archfey Obsession","colLabels":["d8","Obsession"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Beauty.} The archfey does everything in their power to rid their domain of that which they consider ugly. What they consider beautiful is not always clear, however."],["2","{@b Color.} This archfey is obsessed with a particular color and puts their subjects to work making sure the archfey's favorite color is predominant. Wearing another color in the domain could be seen as laughable, obnoxious, or downright rude."],["3","{@b Etiquette.} The rules in the archfey's domain change as they learn about some new custom that is popular in the Summer Court. The archfey requires all creatures in their domain to respect the new rules of etiquette."],["4","{@b Magic.} Magic in all its forms fascinates the archfey. They collect magic items and spellbooks, and they enjoy seeing demonstrations of magic from visitors."],["5","Material {@b Plane.} The archfey is obsessed with creatures and objects from the Material Plane. There is a scent, an energy, and a uniqueness to them that fascinates the archfey."],["6","{@b Monsters.} The archfey has a menagerie of monsters and is obsessed with finding marvelous new creatures to add to its collection."],["7","Rule of {@b Three.} The archfey is obsessed with the Rule of Three. They look for patterns, deeper meanings, and ill omens in things that occur in threes. The archfey's obsession is reflected throughout their domain, where things seem to naturally come in threes."],["8","{@b Stories.} The archfey wants nothing more than to listen to stories told by creatures from faraway places. They love to gather lore so they can build their own internal world of imagination or transform their domain with ideas from other worlds. Their lair is festooned with books, which give the archfey inspiration."]],"name":"Obsessions; Archfey Obsession","page":13,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Signature Magic","colLabels":["d8","Magic"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Arcane Antlers.} The archfey has antlers made of metal, crystal, bone, or some other substance, which allow the archfey to raise the dead. They shed their antlers and grow new ones every hundred years, prompting thieves to sneak into the domain to acquire the shed antlers."],["2","{@b Compelling Voice.} The archfey has a magical voice that can charm creatures of a certain type (such as Beasts or Fey). This voice might be as soft as a whisper or loud like thunder."],["3","{@b Dreamwalk.} When they sleep, the archfey projects a ghost-like version of themself that can leave their body and go anywhere in their domain."],["4","{@b Hand of Knowing.} One of the archfey's hands blurs as though it were in multiple places at once. The archfey can learn the entire history of a creature or object by touching it with that hand."],["5","{@b Health Aura.} The archfey's presence rids creatures and vegetation of disease. Healthy vegetation yields an overabundance of flowers and fruit."],["6","{@b Scrying Eye.} This archfey has an ornately crafted, removable eye that has the power of {@sense truesight} (as described in the Monster Manual). The archfey can see through this orb at all times. If the detached eye is destroyed, it rematerializes undamaged in the archfey's empty eye socket."],["7","{@b Simulacra.} The archfey can make magical copies of themself and other creatures. These simulacra are similar to those created by the {@spell simulacrum} spell."],["8","{@b Time Distortion.} For each minute spent in the archfey's presence, an hour passes elsewhere."]],"name":"Signature Magic","page":14,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Magical Gifts","colLabels":["d8","Gift"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Charm.} The archfey bestows a charm of the DM's choice (see \"Supernatural Gifts\" in the Dungeon Master's Guide)."],["2","{@b Guide.} The archfey summons a magical guide that takes the form of a faerie dragon, a sprite, or some other creature. The guide is a harmless figment that can't be damaged, and it knows its way around the Feywild. It can't leave the Feywild and disappears after eight days."],["3","{@b Lore.} With a touch, the archfey magically imparts useful knowledge about a particular subject of the archfey's choice. This knowledge might be permanent, or it might fade over time."],["4","Magic {@b Item.} The archfey bestows a useful magic item (such as a crystal ball or an oathbow) but warns that the item will vanish after a specified period of time, which it does."],["5","{@b Refuge.} The archfey creates a wooded glen, a dome of brambles, a silken cocoon, or some other kind of refuge. Creatures hostile toward the gift's recipient can't enter this refuge without the recipient's consent. After a specified period of time, the refuge vanishes."],["6","{@b Resurrection.} The archfey offers one free casting of the {@spell true resurrection} spell, which they can cast as an action without material components once per century."],["7","{@b Training.} With a touch, the archfey grants the benefit of months of special training (see \"Marks of Prestige\" in the Dungeon Master's Guide for different benefits of training)."],["8","{@b Transformation.} The archfey offers one free casting of the {@spell true polymorph} spell, which they can cast without material components. The spell's effect can be made permanent, if you wish."]],"name":"Magical Gifts","page":15,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Geographical Features","colLabels":["d8","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A colossal, gnarled tree, its trunk riddled with passageways, halls, chambers, and staircases"],["2","A valley filled with grassy meadows and groves of trees along a running river, nestled between two snow-capped mountains that look like the points of a crescent moon"],["3","A crystal castle that sings in sunlight or moonlight"],["4","A vast thicket of thick roots, thorny vines, and sinuous creepers that weave together to form long tunnels, grand hallways, and enormous domes"],["5","A complex of caves connected by passageways formed by Fey magic to create grand galleries and soaring vaults"],["6","Rolling farmland that yields healthy, bountiful produce of amazing size"],["7","A forest of tower-sized mushrooms, or a forest of tiny mushrooms that characters must shrink down to explore"],["8","An island that is actually a colossal sleeping turtle"]],"name":"Geographical Features","page":16,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Theme","colLabels":["d8","Theme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adversarial.} Adversarial personalities are common here, even among the local wildlife. Animated trees swat at passersby, sentient flowers scoff and sneer, and local Fey are grumpy and uncooperative."],["2","{@b Crystalline.} This domain contains a profusion of crystal formations and outgrowths, as well as structures and trees made of crystal. Some of the crystals might generate light, music, or both."],["3","{@b Gloomy.} Everything here has a gloomy cast. Tree branches look like skeletal fingers, night creatures slink and flutter about, and skull-like faces appear on plants, stones, and sprites' wings."],["4","{@b Inquisitive.} Creatures in this domain are nosy and hungry for gossip. Animated trees use their branches to pick through backpacks when travelers aren't looking; pixies spy on strangers; and birds eavesdrop on conversations, repeating what they've heard to their masters."],["5","{@b Kaleidoscopic.} This domain is a riot of everchanging colors. Plants come in a dazzling array of colors, flowers change color to suit the prevailing mood, and Fey wear costumes of scintillating hues."],["6","{@b Lackadaisical.} The creatures here are easygoing. No one is in a hurry, and no task is greeted with a sense of urgency."],["7","{@b Musical.} This domain abounds with music. Frogs, toads, and insects break into multipart harmonies that sometimes crescendo into a symphonic rapture of melodious tweets, trills, chirps, and whistles. Fey in this domain are just as musically inclined."],["8","{@b Poisonous.} Almost every plant here has spines or thorns that cause anything from itchy welts to damage or out-of-body experiences. Other sources of poison might be present as well (for example, toxic bogs or giant, poisonous Beasts)."]],"name":"Domain Theme","page":16,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Fey Crossings","colLabels":["d8","Fey Crossing"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Altar.} This stone altar might be found atop a lonely plateau, behind a waterfall, inside a cave, or in some other remote location. When certain stars align and the proper ritual is performed, the fey crossing appears as a portal above the altar."],["2","{@b Crystal Cave.} This cave is filled with natural crystalline formations and resembles a glittering cathedral. When moonlight shines into the cave at night, it causes a shimmering pool or spring in the center of the cave to transform into a fey crossing."],["3","{@b Hollow Tree.} The fey crossing lies within the hollow interior of an enormous tree. The crossing is open to anyone who carries a leaf or acorn from the tree."],["4","{@b Maze.} The fey crossing lies at the center of a maze that might change configuration from time to time. To use the crossing, one must walk or run from the maze's entrance to its center. Creatures who circumvent the maze using magic or flight find themselves unable to use the crossing."],["5","{@b Mushroom Circle.} This fey crossing appears as a circle of mushrooms. The size of the mushrooms and the width of the circle can vary, but activating the fey crossing requires that a particular act be performed inside it or a particular object or creature be present."],["6","{@b Ruined Tower.} The ruins of an ancient elven tower house a fey crossing. For three nights each year, a ghostly image of the intact tower appears above the ruined foundation, during which time the fey crossing appears as a shimmering doorway that creatures can pass through."],["7","{@b Stone Bridge.} A Fey creature hides under this ancient stone bridge. In exchange for treasure or some other gift, this Fey can use its innate magic to create a portal atop the bridge that serves as a fey crossing."],["8","{@b Stone Circle.} This circle of stone megaliths contains a fey crossing that is active during equinoxes and solstices."]],"name":"Coming and Going; Fey Crossings","page":17,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Shortcut Routines","colLabels":["d8","Routine"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Picking petals from a flower while walking toward a beckoning sunset"],["2","Playing \"Ode to the Summer Queen\" on a {@item lute|PHB} while skipping counterclockwise around a tree"],["3","Eating a mushroom while gazing at one's own reflection in a clear pool or stream of water"],["4","Doing a headstand in a ring of stones"],["5","Staring at firelight while playing a {@item flute|PHB} or singing about a fond memory"],["6","Sitting by a creek while lost in childlike wonder"],["7","Whistling a tune while walking backward"],["8","Holding hands and dancing around a tree at twilight"]],"name":"Magical Shortcuts; Shortcut Routines","page":18,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Drama","colLabels":["d8","Drama"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cherished object or favorite pet belonging to the domain's archfey ruler has gone missing."],["2","Fomorians (or other hostile creatures) have emerged from a cave and are causing a ruckus."],["3","The domain's archfey ruler recently turned down an invitation to the Gloaming Court, offending the Queen of Air and Darkness, whose spies are now sowing discord throughout the domain."],["4","The domain's archfey has fallen into a magical slumber. Others are looking for someone they can trust to find a way to awaken the archfey."],["5","The vegetation is sick in part of the domain, and the contagion is spreading. The domain's archfey needs help finding the cause of the sickness."],["6","Part of the domain overlaps the domain of another archfey, and the Fey living in that region are tired of answering to two masters. They won't be happy until one archfey yields to the other."],["7","A sleeping knight in silver plate mail bearing no distinguishing symbols has been discovered in a hollow tree trunk. Local Fey wonder who she is and if they should revive her or not."],["8","An arranged wedding was supposed to unite two feuding villages, but one of the grooms has disappeared. Everyone is searching for him in the hope that the wedding will take place, bringing peace to the domain."]],"name":"Domain Drama","page":19,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Weird Magic Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Time visibly moves more quickly outside the region than inside it. For every minute the party spends inside the region, one hour passes outside the region."],["2","Flowers not only are abundant in the region but also have faces and limited sentience, allowing them to communicate with creatures in the Elvish and Sylvan tongues. They know what has transpired in the region within the past day and happilyshare this information."],["3","Each character in the region gains the benefit of a {@spell barkskin} spell that lasts for 8 hours."],["4","Each character who spends 1 hour in the region undergoes a magical transformation, gaining fur, a tail, and large ears reminiscent of a donkey's, goat's, or llama's. This effect ends on a character {@dice 3d8} hours after the character leaves the region. Any magic that ends a curse also restores the character's normal appearance."],["5","Harmless fireflies gather and flit around one character in the region, sharing that character's space for 1 hour. The fireflies generate bright light out to a range of 10 feet and dim light for an additional 10 feet. While surrounded by the fireflies, the character feels a profound sense of purpose and gains the benefit of the {@spell bless} spell."],["6","Creatures in the region can't leave it and find themselves covering the same ground over and over. By the time they realize this, {@dice 3d8} hours have passed, during which they have made no progress in their effort to leave. The effect then ends."],["7","One character in the region sees a wide, grinning mouth that floats in midair, 10 feet away from them. No other creature can see the grinning mouth. In a language the character understands, the mouth says, \"I'll answer three questions you put to me. Noes and yesses, I promise thee.\" The character can ask it three questions as if using the {@spell commune} spell."],["8","One character in the region triggers a wild magic effect that is determined by rolling on the {@table Wild Magic Surge|PHB} table in the \"Sorcerer\" section of the Player's Handbook. If the effect duplicates a spell, the character's spellcasting ability for that spell is Charisma."]],"name":"Weird Magic Effects","page":19,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Feywild Creatures","colLabels":["CR","Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Awakened shrub}, {@creature baboon}, {@creature badger}, {@creature campestri|WBtW}, {@creature cat}, {@creature crab}, {@creature deer}, {@creature eagle}, {@creature frog}, {@creature giant fire beetle}, {@creature goat}, {@creature hawk}, {@creature hyena}, {@creature jackal}, {@creature lizard}, {@creature myconid sprout}, {@creature octopus}, {@creature owl}, {@creature rat}, {@creature raven}, {@creature scorpion}, {@creature sea horse}, {@creature shrieker}, {@creature spider}, {@creature vulture}, {@creature weasel}"],["1/8","{@creature Bandit}, {@creature blood hawk}, {@creature boggle|vgm}, {@creature brigganock|WBtW}, {@creature camel}, {@creature displacer beast kitten|WBtW}, {@creature flying snake}, {@creature giant crab}, {@creature giant rat}, {@creature giant weasel}, {@creature guard}, {@creature harengon brigand|WBtW}, {@creature mastiff}, {@creature merfolk}, {@creature mule}, {@creature poisonous snake}, {@creature pony}, {@creature stirge}, {@creature twig blight}"],["1/4","{@creature Blink dog}, {@creature boar}, {@creature bullywug}, {@creature constrictor snake}, {@creature draft horse}, {@creature drow}, {@creature elk}, {@creature flying sword}, {@creature giant badger}, giant crane ({@creature pteranodon}), {@creature giant frog}, {@creature giant lizard}, {@creature giant owl}, {@creature giant poisonous snake}, {@creature giant snail|WBtW}, {@creature giant wolf spider}, {@creature goblin}, {@creature harengon sniper|WBtW}, {@creature needle blight}, {@creature panther}, {@creature pixie}, {@creature pseudodragon}, {@creature riding horse}, {@creature sprite}, {@creature swarm of ravens}, {@creature violet fungus}, {@creature wolf}"],["1/2","{@creature Ape}, {@creature black bear}, {@creature cockatrice}, {@creature crocodile}, {@creature darkling|vgm}, {@creature giant dragonfly|WBtW}, {@creature giant goat}, {@creature giant sea horse}, {@creature giant wasp}, {@creature hobgoblin}, {@creature myconid adult}, {@creature satyr}, {@creature scout}, {@creature swarm of insects}, {@creature vine blight}, {@creature warhorse}, {@creature worg}"],["1","{@creature Animated armor}, {@creature brown bear}, {@creature bugbear}, {@creature dryad}, {@creature faerie dragon (red)||faerie dragon (young)}, {@creature giant eagle}, {@creature giant hyena}, {@creature giant octopus}, {@creature giant spider}, {@creature giant toad}, {@creature giant vulture}, {@creature goblin boss}, {@creature half-ogre (ogrillon)||half-ogre}, {@creature harpy}, {@creature hippogriff}, {@creature lion}, {@creature quickling|vgm}, {@creature scarecrow}, {@creature spy}, {@creature swarm of campestris|WBtW}, {@creature tiger}"],["2","{@creature Awakened tree}, {@creature bandit captain}, {@creature berserker}, {@creature centaur}, {@creature darkling elder|vgm}, {@creature druid}, {@creature ettercap}, {@creature faerie dragon (violet)||faerie dragon (old)}, {@creature giant boar}, {@creature giant constrictor snake}, {@creature giant elk}, {@creature griffon}, {@creature merrow}, {@creature myconid sovereign}, {@creature ogre}, {@creature peryton}, {@creature sea hag}, {@creature swarm of poisonous snakes}, {@creature treant sapling|WBtW}, {@creature will-o'-wisp}"],["3","{@creature Basilisk}, {@creature bugbear chief}, {@creature bullywug knight|WBtW}, {@creature bullywug royal|GoS}, {@creature displacer beast}, {@creature giant scorpion}, {@creature green hag}, {@creature hobgoblin captain}, {@creature knight}, {@creature manticore}, {@creature minotaur}, {@creature owlbear}, {@creature phase spider}, {@creature redcap|vgm}, {@creature veteran}, {@creature water weird}, {@creature winter wolf}, {@creature yeti}"],["4","{@creature Banshee}, {@creature elephant}, {@creature ettin}, {@creature sea hag} (in coven)"],["5","{@creature Bulette}, {@creature drow elite warrior}, {@creature giant crocodile}, {@creature giant shark}, {@creature gorgon}, {@creature green hag} (in coven), {@creature hill giant}, {@creature shambling mound}, {@creature troll}, {@creature unicorn}"],["6","{@creature Chimera}, {@creature cyclops}, {@creature galeb duhr}, {@creature hobgoblin warlord}, {@creature mage}, {@creature mammoth}, {@creature medusa}, {@creature wyvern}"],["7","{@creature Drow mage}, {@creature giant ape}, {@creature korred|vgm}, {@creature oni}, {@creature stone giant}, {@creature tree blight|cos}"],["8","{@creature Fomorian}, {@creature frost giant}, {@creature hydra}"],["9","{@creature Abominable yeti}, {@creature cloud giant}, {@creature fire giant}, {@creature treant}"],["11","{@creature Behir}, {@creature roc}"],["12","{@creature Archmage}"],["13","{@creature Jabberwock|WBtW}, {@creature storm giant}"],["17","{@creature Dragon turtle}"]],"name":"Domain Denizens; Feywild Creatures","page":20,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Visitors","colLabels":["d8","Visitor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ranger (use the {@creature scout} stat block) searching for a missing companion, lover, or long-lost ancestor"],["2","A {@creature druid} searching for herbs, mushrooms, or seeds found only in the Feywild"],["3","A {@creature mage} or an {@creature archmage} who wants to serve the Summer Queen or the Queen of Air and Darkness but doesn't know how or where to find her"],["4","An elf (use the {@creature noble} stat block) from the Material Plane who is researching their Fey ancestry"],["5","A hunter (use the {@creature gladiator} or {@creature scout} stat block) who was lured into the Feywild by their prey"],["6","A {@creature githzerai zerth} studying the chaotic energy of the Feywild and the magic of Fey creatures"],["7","A would-be warlock (use the {@creature cultist} or {@creature cult fanatic} stat block) seeking an audience with the domain's archfey in the hope of gaining its patronage"],["8","A friendly {@creature arcanaloth} using {@spell alter self} spells to assume Humanoid form as it searches the Feywild for one of the Books of Keeping"]],"name":"Domain Visitors","page":21,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Random Hometown","colLabels":["d4","Hometown","Themes","Suggested Group Patrons"],"colStyles":["col-1 text-center","col-2","col-2","col-8"],"rows":[["1","Athkatla","Sword and Sorcery, Urban","Adventurer's Guild, Church of Sune, Knights of Bahamut, Emerald Enclave, Harpers, Shadow Thieves"],["2","Baldur's Gate","Heroic Fantasy","Adventurer's Guild, Candlekeep, Church of Sune, Knights of Bahamut, Emerald Enclave, Flaming Fist, Harpers"],["3","Suldanesellar","Horror","Order of Icarus, Raven Circle"],["4","Ust Natha","Dark Fantasy, Underdark","Adventurer's Guild, Knights of Bahamut, Shadow Thieves"]],"name":"Campaign Villains; Random Hometown","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Group Patron","colLabels":["d10","Group Patron","Contacts","Themes","Overview"],"colStyles":["col-1 text-center","col-2","col-2","col-2","col-5"],"rows":[["1","Adventurer's Guild","Doc Watson, Flimp","Lighthearted","An unlikely pair who want to bankroll you to become famous adventurers. Why not have some laughs on your way to stardom."],["2","Candlekeep","{@creature Valygar|MaBJoV|Valygar Corthola, Xan}","High adventure","Work for the most prestigious academy in the world. Seek out ancient secrets and rare artifacts and place them in the care of the monks of Candlekeep."],["3","Church of Sune","{@creature Naes Inuus|MaBJoV}, {@creature Tiberius Inuus|MaBJoV}","Epic Fantasy and War","Join in the epic struggle between good and evil and help ensure that war doesn't engulf the world."],["4","Emerald Enclave","{@creature Faldorn|MaBJoV}, {@creature Kivan|MaBJoV}","Exploration","Become an explorer who travels to the edges of the world."],["5","Flaming Fist","Borivik, {@creature Nauk|MaBJoV}","Mercenaries and War","Work for the world's most feared mercenaries."],["6","Harpers","{@creature Jaheira|MaBJoV|Jaheira, Vellin}","Spies and Intrigue","Join the Harpers, a famed organization that works from the shadows to keep the world from falling into ruin."],["7","Knights of Bahamut","{@creature Suldil Baldoriel|MaBJoV|Suldil}, {@creature Minsc and Boo!|MaBJoV|Minsc}","Dragonriders","Lost in the Feywild for more than a millennium, Suldil wants you to help her resurrect the ancient Knights of Bahamut."],["8","Order of Icarus","{@creature Jon Irenicus|MaBJoV}, {@creature Bodhi Irenicus|MaBJoV}","Horror","Rulers and prisoners of a haunted elven city consumed by the Shadowfell. You must help them escape."],["9","Raven Circle","{@creature Viktor|MaBJoV}, {@creature Lothar|MaBJoV|Lothar of the Raven}","Lovecraftian horror","Grizzled veterans recruit you to aid the enigmatic Raven Queen in her quest to collect memories."],["10","Shadow Thieves","{@creature Imoen|MaBJoV}, {@creature Montaron and the Laughing Skull|MaBJoV|Montaron}","Urban","The oldest and most dangerous thief's guild in Faerûn, the Shadow Thieves have long ago grown beyond simple thievery."]],"name":"Campaign Villains; Random Group Patron","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Campaign Villain","colLabels":["d6","Campaign Villain","Overview","Henchmen"],"colStyles":["col-1 text-center","col-2","col-7","col-2"],"rows":[["1","{@creature Baalzebul|MaBJoV}","The lord of lies. He spins a web of intrigue and untruths that threatens to make a mockery of all that is good and decent.","{@creature Dagryn|MaBJoV|Dagryn the Lost}, {@creature Saemon Havarian|MaBJoV}"],["2","Bhaal","The god of murder. Thought dead for more than a century. Recently reborn, he seeks to wash the world in blood in order to rebuild his power.","{@creature Pelyious Avhoste|MaBJoV|Pelyious}, {@creature Kagain|MaBJoV}, {@creature Sarevok|MaBJoV|Sarevok Anchev}"],["3","{@creature Cryonax|MaBJoV}","A prince of elemental evil. Ruler of the plane of ice. He wants to bring a winter to the world that never ends.","{@creature Darien|MaBJoV}, {@creature Viconia DeVir|mabjov|Viconia}"],["4","{@creature Mephistopheles|MaBJoV}","The archdevil of Hellfire. Second only to Asmodeus in power and deviousness. Why corrupt a single soul when you can corrupt the soul of an entire world.","{@creature Aribeth de Tylmarande|mabjov}, A Group Patron"],["5","{@creature Pazuzu|MaBJoV}","The first and most ancient demon lord. He has been trapped in an {@item iron flask} and must be kept imprisoned until a way is found to destroy him.","{@creature Eo Ashmajiir|MaBJoV}, {@creature Edwin Odesseiron|mabjov}"],["6","Ssendam","The first Slaad. Lord of chaos and insanity. She wants to spread her anarchy and filth across the entire world.","{@creature Xzar the Chaos Clone|mabjov|Xzar, Death Slaad}"]],"name":"Campaign Villains; Random Campaign Villain","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Encounters in Athkatla","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Demodand in pursuit of an escaped Carceri prisoner"],["2","{@creature Dread Doppelganger|MaBJoV} posing as a fellow adventurer"],["3","Shadow Thief Slavers ({@creature thug||thugs}) looking to replace escaped slaves"],["4","Cowled Wizards ({@creature mage||mages}) seeking to incarcerate illegal magic users"],["5","{@creature Tasloi|MaBJoV} who have infested a forest or sewer system"],["6","{@creature Sirene|MaBJoV} band hunting to retrieve a stolen sacred item"]],"name":"Random Encounters in Athkatla","page":12,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Magical Item at Waukeen's Promenade","colLabels":["d100","Magic Item","Cost"],"colStyles":["col-1 text-center","col-9","col-2 text-right"],"rows":[["1-10","{@item +1 Ammunition||Ammunition, +1}—{@item +1 Arrow||arrows} (10), {@item +1 crossbow bolt||bolts} (10) or {@item +1 sling bullet||sling bullets} (20)","100 gp"],["11-15","{@item Rope of climbing}","250 gp"],["16-24","Simple {@item +1 Weapon||weapon, +1}—{@item +1 dagger||dagger}, {@item +1 mace||mace} or {@item +1 sickle||sickle}","300 gp"],["25-26","{@item +1 Battleaxe||Battleaxe, +1}","400 gp"],["27-28","{@item +1 Shortsword||Shortsword, +1}","400 gp"],["29-30","{@item +1 Warhammer||Warhammer, +1}","400 gp"],["31-35","{@item Potion of growth}","200 gp"],["36-40","{@item Potion of greater healing}","300 gp"],["41-45","{@item +1 Shield||Shield, +1}","300 gp"],["46-50","{@item Lantern of revealing}","400 gp"],["51-55","{@item Medallion of thoughts}","400 gp"],["56-60","{@item Robe of useful items}","500 gp"],["61-65","{@item Driftglobe}","600 gp"],["66-70","{@item Wand of secrets}","600 gp"],["71-75","{@item Wand of magic missiles}","1000 gp"],["76-80","{@item +2 Shield||Shield, +2}","3,000 gp"],["81-83","{@item Potion of invulnerability}","4,000 gp"],["84-86","{@item +1 Breastplate||Breastplate, +1}","7,500 gp"],["87-88","{@item Rope of entanglement}","7,500 gp"],["89-90","{@item +2 Shortbow||Shortbow, +2}","8,000 gp"],["91-92","{@item Belt of hill giant strength}","9,000 gp"],["93-94","{@item Mantle of spell resistance}","9,000 gp"],["95-96","{@item +2 Rapier||Rapier, +2}","9,000 gp"],["97","{@item Portable hole}","11,000 gp"],["98","{@item +2 Studded leather armor||Studded leather, +2}","25,000 gp"],["99","{@item Crystal ball} (very rare version)","32,500 gp"],["00","{@item Greatsword of sharpness}","36,000 gp"]],"name":"Random Magical Item at Waukeen's Promenade","page":13,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Shop of the Bizarre Finds","colLabels":["Roll","DMG Treasure Tables","Chance of Being Illusionary"],"colStyles":["col-1 text-center","col-9","col-2 text-center"],"rows":[["01-20","Roll 3 times on Table A, 3 times on Table B","0%"],["21-30","Roll {@dice 4d4} times on Table B","10%"],["31-40","Roll {@dice 2d4} times on Table B, Roll {@dice 2d4} times on Table C","10%"],["41-50","Roll {@dice 3d4} times on Table B, Roll {@dice 1d4} times on Table D","20%"],["51-60","Roll {@dice 2d4} times on Table C, Roll {@dice 1d4} times on Table D","20%"],["61-65","Roll {@dice 2d4} time on Table C, Roll {@dice 1d4} times on Table E","20%"],["66-73","Roll {@dice 1d4} times on Table E, Roll {@dice 2d4} times on Table F","20%"],["74-80","Roll {@dice 3d4} times on Table F","30%"],["81-85","Roll {@dice 2d12} times on Table F","40%"],["86-90","Roll {@dice 1d12} times on Table F, Roll {@dice 2d4} times on Table G","50%"],["91-94","Roll {@dice 2d12} times on Table G","60%"],["95-98","Roll {@dice 2d12} times on Table H","70%"],["99-00","Roll {@dice 2d12} times on Table I","80%"]],"name":"Shop of the Bizarre Finds","page":13,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Encounters in Baldur's Gate","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Dread doppelganger|mabjov} posing as a Flaming Fist captain"],["2","{@creature Gibberling|MaBJoV} horde erupts from burrows on the roadside"],["3","{@creature Wolfwere|MaBJoV} hunt for victims during the night"],["4","{@creature Skeleton warrior|MaBJoV} hunting for its golden circlet"],["5","{@creature Hamadryad|MaBJoV} seek vengeance on human loggers"],["6","Bhaal cultist ({@creature assassin}) looking to kill in the name of her god"]],"name":"Random Encounters in Baldur's Gate","page":18,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Rilsa Rael's Wares","colLabels":["Magic Item","Persuasion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Deck of illusions}","12","400 gp"],["{@item Gloves of thievery}","12","500 gp"],["{@item Bead of force}","18","5,000 gp"],["{@item Ring of free action}","18","9,000 gp"],["{@item Sword of life stealing}","22","11,000 gp"],["{@item Wand of binding}","22","11,000 gp"],["{@item Elven chain}","22","11,000 gp"],["{@item Mace of terror}","22","12,000 gp"],["{@item Arrow-catching shield}","22","13,000 gp"],["{@item Ioun Stone, Reserve||Ioun stone (reserve)}","22","13,000 gp"]],"name":"Rilsa Rael (Fence); Rilsa Rael's Wares","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at Sorcerous Sundries","colLabels":["Magic Item","Required Level","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Dust of disappearance}","–","100 gp"],["{@item Potion of growth}","–","100 gp"],["Wizard {@item Spell Scroll (1st Level)||scroll (1st level)}","–","100 gp"],["{@item Potion of fire breath}","–","150 gp"],["{@item Alchemy jug}","–","200 gp"],["{@item Spell Scroll (2nd Level)||Wizard scroll (2nd level)}","5","200 gp"],["{@item Bag of holding}","5","500 gp"],["{@item Spell Scroll (3rd Level)||Wizard scroll (3rd level)}","5","800 gp"],["{@item Spell Scroll (4th Level)||Wizard scroll (4th level)}","10","2,000 gp"],["{@item Oil of etherealness}","10","3,000 gp"],["{@item Spell Scroll (5th Level)||Wizard scroll (5th level)}","10","4,000 gp"],["{@item Ring of protection}","10","9,000 gp"],["{@item spell scroll (6th level)||Wizard scroll}—{@spell Globe of Invulnerability}","10","10,000 gp"],["{@item spell scroll (6th level)||Wizard scroll}—{@spell True Seeing}","10","10,000 gp"],["{@item spell scroll (7th level)||Wizard scroll}—{@spell Mordenkainen's Magnificent Mansion}","10","15,000 gp"],["{@item +3 Wand of the war mage||Wand of the war mage, +3}","15","40,000 gp"]],"name":"Magic Items at Sorcerous Sundries","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the High House of Wonders","colLabels":["Magic Item","Religion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Instrument of the Bards, Doss Lute||Instrument of the bard (Doss lute)}","12","500 gp"],["{@item Broom of flying}","12","600 gp"],["{@item Gauntlets of ogre power}","12","700 gp"],["{@item Heward's handy haversack}","18","8,000 gp"],["{@item Instrument of the Bards, Canaith Mandolin||Instrument of the bard (Canaith mandolin)}","18","9,000 gp"],["{@item Wings of flying}","22","12,000 gp"],["{@item Chime of opening}","22","12,000 gp"],["{@item Quaal's Feather Token, Swan Boat||Quaal's feather token (swan boat)} ","22","12,000 gp"],["{@item Figurine of Wondrous Power, Onyx Dog||Figurine of wondrous power (onyx dog)}","22","14,000 gp"],["{@item Horseshoes of a zephyr}","22","27,000 gp"],["{@item Helm of brilliance}","22","33,000 gp"],["{@item Spellguard shield}","24","40,000 gp"],["{@item Ioun stone, intellect||Ioun stone (intellect)}","15","45,000 gp"]],"name":"Magic Items at the High House of Wonders","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Encounters in Suldanessellar","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Hamadryad|MaBJoV} haunt an abandoned elven house"],["2","{@creature Sirene|MaBJoV} crazed from the influence of the Shadowfell"],["3","{@creature Wolfwere|MaBJoV} hunt for victims in the Black Branches"],["4","{@creature Skeleton warrior|MaBJoV} seeking to punish one who has transgressed against {@creature Jon Irenicus|MaBJoV}"],["5","{@creature Sword spider|MaBJoV|Sword spiders} hunt the outskirts"],["6","{@creature Vampire spawn} seeking victims for {@creature Bodhi Irenicus|MaBJoV}"]],"name":"Random Encounters in Suldanessellar","page":21,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Magic Items at the House of the Horn","colLabels":["d100","Magic Item","Intimidation DC","Cost"],"colStyles":["col-1 text-center","col-2","col-7 text-center","col-2 text-right"],"rows":[["1-10","{@item Pipes of haunting}","12","500 gp"],["11-20","{@item Ring of mind shielding}","12","600 gp"],["21-30","{@item Shortbow of warning}","12","800 gp"],["31-40","{@item Mariner's plate armor}","12","1,200 gp"],["41-50","{@item Ring of feather falling}","18","7,500 gp"],["51-60","{@item +2 Rod of the pact keeper||Rod of the pact keeper, +2}","18","9,000 gp"],["61-67","{@item Vicious weapon}","20","10,000 gp"],["68-74","{@item Cloak of the bat}","20","11,000 gp"],["75-82","{@item +2 Greatsword||Greatsword, +2}","20","12,000 gp"],["83-89","{@item Scale Mail of Cold Resistance||Scale mail armor of resistance (cold)}","20","12,000 gp"],["90-93","{@item Staff of withering}","22","12,000 gp"],["94-97","{@item Robe of eyes}","22","15,000 gp"],["98-00","{@item Shortsword of wounding}","22","20,000 gp"]],"name":"Random Magic Items at the House of the Horn","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Curses","colLabels":["d10","Curse"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The previous owner, a vampire, will hunt down the purchasers in {@dice 1d4} weeks"],["2","The item requires two attunement slots (if the item does not normally require attunement, it now requires one)"],["3","After {@dice 2d4} days, the item disappears, returning to the Shadar-Kai's store"],["4","A commoner will find the new owner after {@dice 1d4} weeks and explain the item was stolen from her and that she needs the money from selling it or else her family will starve"],["5","The item is part of a game between two rakshasa. They gamble to see how long each owner of the item survives after obtaining it. Within {@dice 3d6} days one of the rakshasa will attempt to kill the owner"],["6","Within {@dice 1d6} weeks an adult gold dragon will confront the new owner when she recognizes the item as belonging to the lair of her recently slain child"],["7","1 week after first obtaining the item, the new owner loses {@dice 4d4} from their hit point maximum until a {@spell greater restoration} spell is cast upon the item"],["8","Within {@dice 1d6} days of purchasing the item, it becomes a normal version of its base item"],["9","Each day the item changes to a random color"],["10","The item begins to stink after {@dice 1d4} weeks, giving disadvantage to anyone within 10 ft. making Wisdom ({@skill Perception}) checks involving smell."]],"name":"House of the Horn; Random Curses","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the House of the Horn","colLabels":["Magic Item","Religion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Potion of healing}","12","30 gp"],["{@item Elixir of health}","12","100 gp"],["{@item Potion of greater healing}","12","300 gp"],["{@item Boots of elvenkind}","12","600 gp"],["{@item Stone of good luck} (luckstone)","12","600 gp"],["{@item Boots of striding and springing}","12","600 gp"],["{@item Mithral chain mail}","12","800 gp"],["{@item Cloak of elvenkind}","18","1,000 gp"],["{@item Mariner's chain mail} armor","18","1,000 gp"],["{@item Potion of flying}","18","9,000 gp"],["{@item Elven chain}","22","12,000 gp"],["{@item Bracers of defense}","22","13,000 gp"],["{@item Boots of levitation}","22","15,000 gp"],["{@item Folding boat}","22","15,000 gp"],["{@item Oathbow}","24","50,000 gp"]],"name":"Magic Items at the House of the Horn","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random encounters in Ust Natha","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Achaierai|MaBJoV} band hunting for vengeance"],["2","{@creature Demodand, Farastu|mabjov|Demodands} pursuing an escaped prisoner"],["3","{@creature Phaerimm|MaBJoV} seeking victims to experiment upon"],["4","{@creature Deep Spider|MaBJoV|Deep Spiders} in service of house Despana"],["5","Drow war band"],["6","{@creature Aboleth} in water filled crystal bowl carried by four {@creature chuul}"]],"name":"Random encounters in Ust Natha","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Common Items at the Trade Center","colLabels":["Magic Item","Cost"],"colStyles":["col-10","col-2 text-right"],"rows":[["{@item Spell scroll (1st level)}","50 gp"],["{@item Potion of healing}","40 gp"],["{@item +1 Ammunition||Ammunition, +1}—{@item +1 Arrow||arrows} (10), {@item +1 crossbow bolt||bolts} (10) or {@item +1 sling bullet||sling bullets} (20)","100 gp"],["{@item Elixir of health}","125 gp"],["{@item Potion of poison}","125 gp"],["{@item Spell scroll (2nd level)}","300 gp"],["{@item +1 weapon||Weapon, +1}—any simple or martial","400 gp"],["{@item Bag of holding}","500 gp"],["{@item Cloak of elvenkind}","600 gp"],["{@item Driftglobe}","700 gp"],["{@item Wand of secrets}","750 gp"],["{@item Cloak of protection}","800 gp"],["{@item Adamantine Half Plate Armor||Adamantine half plate}","900 gp"]],"name":"Common Items at the Trade Center","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Rare Magic Items at the Trade Center","colLabels":["d100","Magic Item","Cost"],"colStyles":["col-1 text-center","col-9","col-2 text-right"],"rows":[["1-10","{@item Spell scroll (3rd level)}","300 gp"],["11-20","{@item Potion of greater healing}","400 gp"],["21-25","{@item Medallion of thoughts}","600 gp"],["26-30","{@item Ring of mind shielding}","700 gp"],["31-40","{@item Adamantine plate armor||Adamantine plate}","2,000 gp"],["41-45","{@item Dimensional shackles}","3,000 gp"],["46-55","{@item Spell scroll (4th level)}","6,500 gp"],["56-60","{@item +2 Weapon||Weapon, +2}—any simple or martial (ranged)","9,000 gp"],["61-65","{@item Mantle of spell resistance}","12,000 gp"],["66-70","{@item +2 Weapon||Weapon, +2}—any martial","12,500 gp"],["71-75","{@item Wand of lightning bolts}","15,000 gp"],["76-80","{@item Periapt of proof against poison}","20,000 gp"],["81-85","{@item +3 Shield||Shield, +3}","30,000 gp"],["86-89","{@item +2 Splint armor||Splint armor, +2}","40,000 gp"],["90-91","{@item +3 Weapon||Weapon, +3}—heavy crossbow, rapier or morningstar","60,000 gp"],["92-93","{@item +3 Rapier||Rapier, +3}","60,000 gp"],["94-95","{@item +3 Morningstar||Morningstar, +3}","60,000 gp"],["96-00","{@item +3 Rod of the pact keeper||Rod of the pact keeper, +3}","60,000 gp"]],"name":"Random Rare Magic Items at the Trade Center","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the Aboleth Bowl","colLabels":["Magic Item","Intimidation DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Oil of slipperiness}","12","200 gp"],["{@item Periapt of wound closure}","12","500 gp"],["{@item Wand of magic detection}","18","1,200 gp"],["{@item Staff of swarming insects}","18","9,000 gp"],["{@item Ring of evasion}","22","12,000 gp"],["{@item Nolzur's marvelous pigments}","22","32,500 gp"],["{@item Amulet of the planes}","22","35,000 gp"],["{@item Horn of Valhalla, Bronze||Horn of valhalla (bronze)}","24","40,000 gp"],["{@item Efreeti bottle}","24","45,000 gp"],["{@item Ioun stone} (fortitude)","24","50,000 gp"],["{@item Tome of leadership and influence}","24","55,000 gp"],["{@item Ring of regeneration}","24","60,000 gp"],["{@item Cloak of invisibility}","26","150,000 gp"]],"name":"Magic Items at the Aboleth Bowl","page":26,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Quests From the Adventurer's Guild","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Monster Hunter. You take missions to hunt down and capture or kill monsters"],["2","Archaeologist. You track down ancient treasures of historical significance and bring them back to museums"],["3","Treasure Hunter. You purchase treasure maps to dungeons, tombs and ruins that haven't yet been plundered"],["4","Mercenaries. You hire out to anyone who needs the unique set of skills that your group provides. As long as the money is good"],["5","Surveyor. You go into and map unexplored lands for kingdoms and city states"],["6","Zoology. You seek out monsters to research and write about"]],"name":"Random Quests From the Adventurer's Guild","page":28,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Henchmen Rates and Risk-taking DCs","colLabels":["Henchman","Daily Rate","Intimidation DC","Persuasion DC"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Talkative {@creature tasloi|MaBJoV}","1 gp","12","10"],["Slobbering {@creature gibberling|MaBJoV}","1 gp","10","20"],["Flatuelent {@creature thug}","2 gp","20","12"],["Anxious {@creature scout}","2 gp","12","15"],["Egotistical svirfneblin","2 gp","15","15"],["Alluring {@creature sirene|MaBJoV}","10 gp","15","15"],["Ridiculous {@creature berserker}","10 gp","20","10"]],"name":"Henchmen Rates and Risk-taking DCs","page":29,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests From Candlekeep","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieval. You must retrieve a rare tome that was stolen from the library"],["2","Tomb Raiding. Break into an ancient tomb and bring back any relics, scrolls or ancient texts"],["3","Archeology. Investigate a newly discovered Netherese ruins. Bring back any secrets found"],["4","Evil Magic User. Defeat a necromancer or lich and take their magical relics or tomes to be sealed up in Candlekeep"],["5","Corrupting Relic. Track down an evil relic that is corrupting a forest/river/town"],["6","Artifact. An ancient book that has the location of a powerful artifact has been discovered. Track it down before it falls into the wrong hands"]],"name":"Random Quests From Candlekeep","page":34,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Adventurer's Guild Arcane Secrets","colLabels":["Magic Item Recipe","Assistant","Components Needed","Arcana Roll Bonus","Material Cost"],"colStyles":["col-3","col-3","col-3","col-1-5 text-center","col-1-5 text-right"],"rows":[["{@item Flame tongue}","Force a Salamander to forge it","Remorhaz heart","+8","2000 gp"],["{@item Glamoured Studded Leather||Glamoured leather armor}","Convince a Deva to bless it","Behir hide","+8","2000 gp"],["{@item +2 Shield||Shield, +2}","Force a Fire Giant to forge it","Young Red Dragon hide","+8","2000 gp"],["{@item Staff of charming}","Complete a task for a hag coven to get their assistance","Incubus/Succubus tail","+8","2000 gp"],["{@item Helm of brilliance}","A Dao must forge it","Crown of a Mummy Lord","+12","20,000 gp"],["{@item Robe of stars}","A cloud giant must help you forge it","Sail from a Githyanki astral ship","+12","20,000 gp"],["{@item +3 Shield||Shield +3}","Force an Efreet to forge it","Dragon Turtle shell","+12","20,000 gp"],["{@item Ioun stone} (mastery)","Convince an Archmage to help you","A Pit Fiend's {@condition petrified} eye","+15","100,000 gp"],["{@item Staff of power}","Best a Planetar in a friendly single combat to gain his aid","A rare magical rod or staff","+15","100,000 gp"],["{@item Talisman of pure good}","Prove yourself to an Adult Gold Dragon in a contest to gain its aid","A rare magical ring","+15","100,000 gp"]],"name":"Adventurer's Guild Arcane Secrets","page":35,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from The Church of Sune","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Musical Prodigy. Rescue a musical prodigy who has been taken prisoner by a goblin or orc war band"],["2","Architect. Escort a famed architect to a far-off town where he is to set down the foundations of a new temple to Sune"],["3","Necromancers. Hunt down a band of necromancers who have been vandalizing beautiful monuments and terrorizing artists"],["4","Cult. Root out and destroy a cult devoted to an infernal lord that is especially abhorrent to Sune"],["5","Warlord. Assassinate a powerful warlord who leads an alliance of orcs, hobgoblins and giants"],["6","Siege Breaker. Break the siege of an important town by destroying the siege equipment of the enemy force"]],"name":"Random Quests from The Church of Sune","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Religious Relics from the Church of Sune","colLabels":["Religious Relics","Religious Service","Required Level","Cost"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-right"],"rows":[["{@item Gem of brightness}","None","–","600 gp"],["{@item Pearl of power}","Required","5","600 gp"],["{@item Periapt of wound closure}","Required","5","500 gp"],["{@item Ring of Warmth}","None","5","100 gp"],["{@item Wind fan}","None","5","100 gp"],["{@item Amulet of health}","Required","10","4,000 gp"],["{@item Gem of seeing}","Required","10","18,000 gp"],["Glamoured leather armor","None","10","5,000 gp"],["{@item Ioun stone, awareness||Ioun stone (awareness)}","Required","10","6,000 gp"],["{@item Ioun stone, sustenance||Ioun stone (sustenance)}","Required","10","6,000 gp"],["{@item Mace of disruption}","Required","10","10,000 gp"],["{@item Necklace of prayer beads}","None","10","10,000 gp"],["{@item Ring of x-ray vision}","Required","10","4,000 gp"],["{@item Staff of charming}","None","10","8,000 gp"],["{@item Staff of healing}","Required","10","10,000 gp"],["{@item Ioun stone, leadership||Ioun stone (leadership)}","None","15","30,000 gp"],["{@item Rod of security}","Required","15","30,000 gp"],["{@item Tome of leadership and influence}","None","15","40,000 gp"]],"name":"Religious Relics from the Church of Sune","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Required Religious Service","colLabels":["d20","Religious Service"],"colStyles":["col-1 text-center","col-11"],"rows":[["1-4","Seduce an important noble's daughter/son"],["5-8","Restore a desecrated shrine of Sune"],["9-12","Destroy a necromancer who has been raising an army of dead"],["13-15","Stamp out a potential warlord"],["16-19","Protect a young and powerful noble in the Lord's Alliance who has recently converted to Sune. Assassins have targeted the noble"],["20","Vanquish a powerful foe of the Church"]],"name":"Religious Relics; Required Religious Service","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Emerald Enclave","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Logging Camp. Raid a {@creature hobgoblin} logging camp"],["2","Spider Nest. Clear out a den of {@creature sword spider|MaBJoV|sword spiders} and giant spiders that have infested a forest"],["3","Inferno. {@action Help} to put out a forest fire by destroying the efreet who is keeping it going"],["4","Snake Men. Destroy the nest of yuan-ti that is poisoning the headwater of a major river"],["5","Shadow Druid. Capture the shadow druid who is terrorizing a town with his {@condition charmed} animals"],["6","Alkilith. Close a portal to the abyss that is corrupting a beautiful mountain valley"]],"name":"Random Quests from the Emerald Enclave","page":46,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Emerald Enclave Secret Trails","colLabels":["Trail","The Trail Leads to...","Required Level","Dangers of the Trail"],"colStyles":["col-2","col-6","col-2 text-center","col-2"],"rows":[["Folk path","Llyrath forest in the Moonshae islands","1","Blights"],["Mythal paths","Myth Rynn in the forest of Tethyr or Myth Drannor in the forest of Cormanthor","1","Quicklings"],["The unicorn run","The Star Mounts or the Grandfather Tree in the High Forest","3","Displacer beasts"],["Forest pool to the Feywild","The fens bordering the Summer Court","5","Ettercaps and giant spiders"],["Tree roots to Ysgard","The Gates of the Moon—home to the goddesses Selune and Sune","7","Lone green hag or a coven"],["Forest paths to the Beastlands","The Grove of the Unicorns—the realm of the goddess Mielikki","7","Fomorian giants"],["Mushroom ring to Bytopia","Whispertree—the ancient oak tree that is home to the god Baervan Wildwanderer","7","Lone night hag or a coven"]],"name":"Emerald Enclave Secret Trails","page":47,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from The Flaming Fist","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Exploration. The Flaming Fist is considering building a new fort. You are sent on a mission to scout out the area where it is to be built"],["2","Siege Breaker. You are sent to a town or city that is under siege by the Flaming Fist. You must help break the siege by opening the main gate, blowing a hole in the city wall or some other means"],["3","Scout. You must scout out an enemy army and determine their numbers, access to magic, monstrous allies, etc."],["4","Destabilize. You are to foment tensions in a region so that war is more likely"],["5","Extraction. You must rescue a Flaming Fist agent or prisoners of war"],["6","Defense. You are to defend a bridge or other choke point against a large warband of orcs"]],"name":"Random Quests from The Flaming Fist","page":52,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Ranks","colLabels":["Rank","Equivalent","Level"],"colStyles":["col-2","col-8","col-2 text-center"],"rows":[["Fist","Common soldier","1"],["Manip","Sergeant","2"],["Flame","Captain","5"],["Blaze","General","8"],["Marshal","Commander of the Flaming Fist","12"]],"name":"Flaming Fist Ranks","page":52,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Salaries","colLabels":["Rank","Lifestyle","Pay"],"colStyles":["col-2","col-2 text-center","col-8 text-center"],"rows":[["Fist","Modest","5 sp per day"],["Manip","Modest","1 gp per day"],["Flame","Modest","5 gp per day"],["Blaze","Wealthy","10 gp per day"],["Marshal","Aristocratic","Every month roll on the Treasure Horde: Challenge 0-4 in the DMG"]],"name":"Flaming Fist Salaries","page":53,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Land Grants","colLabels":["Land Grant","Required Rank","Monthly Upkeep Cost","Donation"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-right"],"rows":[["Fortified Tower","Flame","5 gp","5,000 gp"],["Fort","Flame","10 gp","10,000 gp"],["Keep","Blaze","20 gp","25,000 gp"],["Castle","Marshal","100 gp","100,000 gp"]],"name":"Flaming Fist Land Grants","page":53,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Harpers","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The Black Network. Take out a Zhentarim safe house in a major city"],["2","Devil Worshippers. Expose an Athkatlan noble family that secretly worships a lord of the Nine Hells"],["3","Demon Possession. Banish a demon that has possessed the lord of a major city"],["4","Slavers. Take out the transport ships of a major slave ring operation"],["5","Assassination. Assassinate an evil noble who threatens to destabilize the Lord's Alliance"],["6","Spies. Infiltrate the court of a powerful king who has been preparing to go to war against his neighbors"]],"name":"Random Quests from the Harpers","page":58,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Items Aquired via Harper Fences","colLabels":["Magic Item","Required Trade","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["Armor, +1 of your choice","Armor, +1","200 gp"],["{@item Bag of holding}, {@item bag of tricks}, {@item boots of elvenkind}, {@item cloak of elvenkind}, {@item cloak of protection}, {@item robe of useful items}, {@item winged boots}","Uncommon magical bag, boots or cloak","75 gp"],["{@item Eyes of charming}, {@item eyes of minute seeing}, {@item eyes of the eagle}, {@item gloves of missile snaring}, {@item gloves of swimming and climbing}, {@item gloves of thievery}, {@item hat of disguise}","Any uncommon magical wondrous item","75 gp"],["{@item Wand of magic detection}, {@item wand of magic missiles}, {@item wand of secrets}, wand of the war mage, {@item wand of web}","Any magical wand","100 gp"],["{@item +1 Weapon||Weapon, +1} of your choice","{@item +1 Weapon||Weapon, +1}","100 gp"]],"name":"Items Aquired via Harper Fences","page":59,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Knights of Bahamut","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Relic of Bahamut. Track down an ancient relic blessed by Bahamut"],["2","Dragon Egg. Steal a dragon egg from a chromatic dragon that raided the nest of a metallic dragon"],["3","Recovery. Recover dragon eggs from the lair of a recently slain metallic dragon"],["4","Pearls. Loot a horde of pearls from the bottom of the ocean to give to an ancient gold dragon as a gift (pearls are a food delicacy to such beings)"],["5","Assault. Join an adult bronze dragon in an assault against a castle ruled by goblinoids and devils"],["6","Silver Dragon. Accompany an adult silver dragon into the Anauroch desert to investigate Netherese ruins"]],"name":"Random Quests from the Knights of Bahamut","page":64,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Dragon Eggs from Suldil","colLabels":["Dragon Egg","Required Level","Magic Item"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Copper","12","Very Rare"],["Brass","12","Very Rare"],["Bronze","14","Very Rare"],["Silver","16","Legendary"],["Gold","18","Legendary"]],"name":"Dragon Eggs from Suldil","page":64,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Order of Irenicus","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Domain of Dread. Steal a relic from a rival Dark Lord in another Domain of Dread"],["2","Elemental Evil. Loot a temple dedicated to the Elder Elemental Eye"],["3","Netherese Ruins. Explore the ruins of a crashed Netherese city"],["4","Horrific Tomb. Steal the spell books of a rival lich"],["5","Mythal. Investigate a recently discovered Mythal"],["6","Dark Elf Vault. Infiltrate a dark elf city and break into the vault of their magical academy"]],"name":"Icarus Quests; Random Quests from the Order of Irenicus","page":70,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Scrolls and Books","colLabels":["Scroll","Required Level","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Spell scroll (1st level)||Spell scroll—1st level wizard spells}","1","100 gp"],["{@item Spell scroll (2nd level)||Spell scroll—2nd level wizard spells}","1","200 gp"],["{@item Spell scroll (3rd level)||Spell scroll—3rd level wizard spells}","3","500 gp"],["{@item Spell scroll (4th level)||Spell scroll—4th level wizard spells}","3","900 gp"],["{@item Spell scroll (5th level)||Spell scroll—5th level wizard spells}","9","2,000 gp"],["{@item Spell scroll (6th level)||Spell scroll—6th level wizard spells}","12","4,000 gp"],["{@item Spell scroll (7th level)||Spell scroll—7th level wizard spells}","12","7,500 gp"],["{@item Scroll of protection}","3","1,500 gp"],["{@item Manual of Clay Golems||Manual of golems—clay}","12","5,000 gp"],["{@item Manual of flesh Golems||Manual of golems—flesh}","9","5,000 gp"]],"name":"Magical Scrolls and Books; Scrolls and Books","page":70,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Item Transmutation Components and Costs","colLabels":["Magic Item","Magical Component","Arcana Check DC","Material Component Cost"],"colStyles":["col-4","col-4 text-center","col-2 text-center","col-2 text-right"],"rows":[["{@item Amulet of the planes}","Rare or Very Rare Wondrous Item","20","1,500 gp"],["{@item Belt of fire giant strength}","Rare or Very Rare Wondrous Item","25","7,500 gp"],["{@item Crystal ball}","Rare or Very Rare Wondrous Item","20","1,500 gp"],["{@item Efreeti bottle}","Rare or Very Rare Wondrous Item","25","5,000 gp"],["{@item Ring of shooting stars}","Rare or Very Rare Ring","20","1,500 gp"],["{@item Robe of stars}","Rare or Very Rare magical Cloak or Robe","20","1,500 gp"],["{@item Staff of fire}","Rare or Very Rare Magical Rod or Staff","20","1,500 gp"],["{@item Staff of frost}","Rare or Very Rare Magical Rod or Staff","20","1,500 gp"],["{@item Staff of power}","Rare or Very Rare Magical Rod or Staff","25","7,500 gp"],["{@item Spellguard shield}","Rare or Very Rare Shield","20","1,500 gp"]],"name":"Magical Item Transmutation; Item Transmutation Components and Costs","page":71,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Raven Circle","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Vecna. Collect the memories from an archmage who is dedicated to Vecna"],["2","Fallen Paladin. Collect the memories of an oath breaking paladin"],["3","Corrupt Despot. A powerful lord or king rules with an iron fist while drowning himself in drink and debauchery to forget the many tragedies of his life. Complete his fall by engineering his overthrow"],["4","Faithless Priestess. Collect the memories of a priestess who has lost faith in her god after the death of her husband and children"],["5","Obsessed Vigilante. Capture or kill a vigilante that has been terrorizing a city. Collect the memories of the tragedy that drives his obsession"],["6","Dark Lord. Stop a Dark Lord's scheme to escape the Domain of Dread that she rules"]],"name":"Random Quests from the Raven Circle","page":78,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Devotion Tokens","colLabels":["CR","Neutral","Chaotic","Lawful","Lycanthrope, Intelligent Undead*, Cursed**","Good, Used To Be Evil","Evil, Used To Be Good"],"colStyles":["col-2","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["5-9","Feather","Feather","Feather","Gold Coin","Gold Coin","Gem"],["10-12","Feather","Feather","Feather","Gold Coin","Gold Coin","Gem"],["13-15","Feather","Feather","Feather","Gold Coin","Gem","Gem"],["16-18","Feather","Feather","Gold Coin","Gold Coin","Gem","Gem"],["19+","Feather","Feather","Gold Coin","Gem","Gem","Gem"]],"footnotes":["* Intelligent undead must have an Intelligence or Wisdom score of at least 16. Examples include dracoliches, liches, mummy lords, vampires.","** DMs discretion; examples include driders, medusa, shadow dragons."],"name":"Collect Memories; Devotion Tokens","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Raven Queen Sentient Weapon Bonuses","colLabels":["CR","Rare","Very Rare","Legendary"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["5-9","+1","+1","+2"],["10-15","+2","+2","+3"],["16+","+2","+3","+3"]],"name":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Sentient Weapon Powers","colLabels":["Devotion Cost","Level Required","Power"],"colStyles":["col-2","col-1 text-center","col-9"],"rows":[["Feather token","1","The weapon can speak, read, and understand one language. This can be taken multiple times"],["Gold token","3","The weapon can communicate telepathically with any character that carries or wields it"],["Gem token","3","Roll on the Magic Item Minor Property table of the DMG. This can only be taken three times"],["Feather token","3","The weapon has hearing and normal vision out to 30 feet"],["Gold token","5","The weapon has hearing and normal vision out an additional 30 feet (to a maximum of 120 ft.)"],["Gold token","7","The weapon has {@sense darkvision} (requires hearing and normal vision)"],["Gem token","7","The weapon has advantage on all {@skill Perception} checks"],["Feather token","9","One aspect of the weapon's alignment can be changed (good to evil, chaotic to lawful)"],["Gold token","9","The weapon scores a critical hit on a roll of 19 or 20"],["Gem token","12","Roll once on the Artifact Minor Beneficial Properties table in the DMG. This can only be taken three times"]],"name":"Sentient Weapon Powers","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Shadow Thieves","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Assassination. Kill an enemy of the Shadow Thieves"],["2","Difficult Heist. Rob a high-profile target such as a noble family estate, temple or palace"],["3","Prison Break. Break a number of Shadow Thief operatives out of a prison"],["4","Destroy a rival. Destroy an existing thief's guild in a town or city so that the Shadow Thieves can move in"],["5","Disrupt Slave Lords. {@action Attack} a slaver stockade run by the Zhentarim"],["6","Infiltrate the Undercity. Spy on a newly started organization with ties to Xanathar based out of the undercity of a major city"]],"name":"Random Quests from the Shadow Thieves","page":84,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Heist Details","colLabels":["Heist","Magical Treasure","Gold","Guardians","Lock DC"],"colStyles":["col-3","col-3 text-center","col-1-5 text-center","col-3 text-center","col-1-5 text-center"],"rows":[["Diamond Dragon Jewelers in Athkatla","{@item Gem of seeing}","15,000 gp in jewels","1 mage, 4 veterans","20"],["Seven Songs import in Athkatla","{@item Nolzur's marvelous pigments}","8,000 gp","12 thugs, 1 assassin","15"],["High House of Wonders in Baldur's Gate","{@item Apparatus of kwalish}, shield guardian control medallion","20,000 gp in art objects","2 clay golems, 1 stone golem, 1 iron golem","25"],["Duchal Palace in Baldur's Gate","{@item Figurine of wondrous power}—obsidian steed","15,000 gp in platinum ingots","12 knights, 2 mages","25"],["Temple of Lolth in Ust Natha","{@item Candle of invocation}","10,000 gp","6 elite drow warriors, 4 drow priestesses","20"]],"name":"Heist Targets; Heist Details","page":85,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Draconic Character Ties","colLabels":["d10","Draconic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I revere and draw my power from one of the dragon gods—most likely Bahamut or Tiamat, but possibly Sardior or a powerful dragon with heightened dragonsight, such as Aasterinian, Ashardalon, or Chronepsis. (Cleric, paladin, warlock)"],["2","I revere or host a draconic spirit, akin to a nature or ancestral spirit. (Barbarian, druid, ranger)"],["3","I was part of an order that preserves the teachings of an ancient dragon founder. (Fighter, monk, paladin, wizard)"],["4","I have a dragon for a mentor or patron. (Bard, druid, fighter, rogue, sorcerer, warlock)"],["5","I use my class features to take on draconic characteristics. (Barbarian, sorcerer)"],["6","I have a dragon tooth, horn, claw, or scale that I use as a focus for my spellcasting. (Cleric, druid, paladin, ranger, sorcerer, warlock, wizard)"],["7","A dragon ancestor, or a dragon's gift to my ancestor, fuels my might. (Barbarian, fighter, sorcerer)"],["8","My connection to nature gives me a strange link to a dragon whose presence alters the fabric of nature around the dragon's lair. (Druid, ranger)"],["9","I recently discovered that a person I loved and trusted was a dragon in disguise. (Any)"],["10","I have an apparently mundane item that was stolen from a dragon's hoard, and inexplicable things happen when I carry it with me. (Any)"]],"name":"Heroes of the Dragon; Draconic Character Ties","page":16,"source":"FTD","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Conc.","Ritual","Class"],"colStyles":["col-1 text-center","col-2","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["2nd","{@spell Nathair's Mischief|FTD}","Illusion","Yes","No","Bard, Sorcerer, Wizard"],["2nd","{@spell Rime's Binding Ice|FTD}","Evocation","No","No","Sorcerer, Wizard"],["3rd","{@spell Ashardalon's Stride|FTD}","Transmutation","Yes","No","Artificer,* Ranger, Sorcerer, Wizard"],["4th","{@spell Raulothim's Psychic Lance|FTD}","Enchantment","No","No","Bard, Sorcerer, Warlock, Wizard"],["5th","{@spell Summon Draconic Spirit|FTD}","Conjuration","Yes","No","Druid, Sorcerer, Wizard"],["6th","{@spell Fizban's Platinum Shield|FTD}","Abjuration","Yes","No","Sorcerer, Wizard"],["7th","{@spell Draconic Transformation|FTD}","Transmutation","Yes","No","Druid, Sorcerer, Wizard"]],"footnotes":["*The artificer class appears in {@book Tasha's Cauldron of Everything|TCE} and {@book Eberron: Rising from the Last War|ERLW}."],"name":"Spells","page":19,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Hoard Item States","colLabels":["State","Age"],"colStyles":["col-7 text-center","col-5 text-center"],"rows":[["Slumbering","—"],["Stirring","Young"],["Wakened","Adult"],["Ascendant","Ancient"]],"name":"Hoard Magic Items; Hoard Item States","page":25,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When resting on the ground, the item points in the direction of the last hoard it steeped in."],["2","The item's bearer can speak and understand Draconic."],["3","The item glows softly when within 60 feet of a Dragon or another hoard item."],["4","The item's bearer gains a swimming speed equal to their walking speed."],["5","The item's bearer has advantage on Intelligence ({@skill History}) checks."],["6","The item's bearer has advantage on Charisma ({@skill Intimidation}) checks made against non-Dragons."],["7","The item grants its bearer resistance to the damage type of the breath weapon of the last dragon whose hoard the item steeped in."],["8","The item's bearer dreams of the dragon whose hoard the item last steeped in."]],"name":"Hoard Item Quirks; Draconic Quirks","page":25,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Marks","colLabels":["d4","Visual Manifestation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One or both of the character's eyes change color to resemble the dragon's eyes or scales."],["2","The character's hair (or a streak of it) changes color to match the color of the dragon's scales."],["3","A mark like a stylized dragon eye or claw appears on the body."],["4","Patches of scales appear on the character's body, typically on the neck, shoulders, or forearms."]],"name":"Draconic Gifts; Draconic Marks","page":27,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Gift Rarity","colLabels":["Rarity","Age Category"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Uncommon","Wyrmling"],["Rare","Young"],["Very rare","Adult"],["Legendary","Ancient"]],"name":"Draconic Gift Descriptions; Draconic Gift Rarity","page":28,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dragon Appearance","colLabels":["d20","Appearance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Draconic letters or symbols engraved on prominent scales"],["2","Large scar"],["3","One eye missing or milky"],["4","Crooked teeth"],["5","Notably overweight or underweight"],["6","Elongated, sinuous body"],["7","Shortened, stocky body"],["8","Coins or gems embedded in hide"],["9","Sculpted horns or claws"],["10","Rings piercing crest or wing edges"],["11","Draped in some semblance of clothing, from a stole to a full robe"],["12","Unusual coloration (for example, a red dragon with an orange, brown, or purple cast)"],["13","Crouched, predatory posture like a stalking cat's"],["14","Erect, almost bipedal posture"],["15","Scales covered with painted handprints of minions, admirers, or children"],["16","Necklaces made of bones, horns, claws, or teeth taken from enemies"],["17","Extra horns or spines"],["18","Elongated, fang-like teeth, or extra rows of teeth"],["19","Sharpened or serrated scales"],["20","Elemental energy matching the dragon's breath weapon, seeping out between the scales"]],"name":"Dragon Characters; Dragon Appearance","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Mannerisms","colLabels":["d20","Mannerism"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rotates head from side to side when listening or speaking"],["2","Tail writhes constantly in a snakelike fashion"],["3","Slowly and constantly fans wings"],["4","Lowers head to speak eye-to-eye to smaller creatures—unless angry"],["5","Uses Draconic words and phrases even when speaking other languages"],["6","Punctuates speech with bestial sounds—growls, roars, croaks, chirps, or whistles"],["7","Fiddles with tip of tail"],["8","Absently chews on or picks at teeth with swords, spears, or lances"],["9","Quickly forgets names and invents random nicknames instead"],["10","Burdens conversation with extensive historical context, whether or not it's relevant"],["11","Constantly twitches tail—and occasionally pounces on it"],["12","Speaks an archaic form of Common (equivalent to Shakespearean English) and doesn't understand contemporary slang and idioms"],["13","Prone to uttering terrifying, guttural sounds, which are actually laughter"],["14","Enjoys mimicking Humanoid voices"],["15","Dismisses modern cultures as historical curiosities sure to collapse imminently"],["16","Has trouble discerning details of anything as small as Humanoids"],["17","Sharpens claws or horns on nearby stone surfaces"],["18","Manifests small signs of the breath weapon, such as exhaling smoke rings, setting arc lightning dancing over teeth, or blowing acid bubbles"],["19","Sighs restlessly, giving an impression of tremendous boredom"],["20","Deeply suspicious, treating all Humanoids encountered as probable agents of a rival dragon"]],"name":"Dragon Characters; Dragon Mannerisms","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Bonds","colLabels":["d10","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I treasure one particular item in my hoard—a gift from a person I loved, who is long since dead."],["2","I am close to my siblings, whose lairs are nearby. I would go to great lengths to protect them—or avenge them."],["3","A nearby person intrigues me with fascinating questions and bizarre ideas."],["4","I collect information about the worlds of the Material Plane, and I would love to visit another world someday."],["5","I am devoted to Bahamut or Tiamat and put their interests ahead of my own."],["6","I'm determined to destroy the adventurers who slew my parent—and everyone connected to them."],["7","I'm obsessed with attracting the attention of another dragon."],["8","I feel an obligation to protect the creatures that inhabit my territory (except the ones I eat)."],["9","I am trying to collect an extremely rare set of priceless treasures."],["10","I won't rest until I retrieve an item stolen from my hoard."]],"name":"Dragon Characters; Dragon Bonds","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Flaws and Secrets","colLabels":["d10","Flaw or Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I find adventurers fearsome, and I'm convinced that I'll meet my doom at their hands one day."],["2","One item in my possession is worth as much as the rest of my hoard combined, and the fear that it might be stolen consumes me."],["3","Given the opportunity, I eat to excess and then fall into a long, deep sleep."],["4","I would rather let my fearsome reputation scare away intruders than fight them off."],["5","Other dragons would scorn me if they knew how fondly I regard my minions. They're so cute!"],["6","I am terrified of creatures from the Outer Planes—especially modrons."],["7","Another dragon has sworn to find and destroy me."],["8","Humanoids are not ready to learn the horrible cosmic truths in the books in my hoard."],["9","The prospect of living for centuries more exhausts me."],["10","I'm convinced that a version of me on a different world in the Material Plane is hoping to destroy me and steal my hoard."]],"name":"Dragon Characters; Dragon Flaws and Secrets","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Name Elements","isNameGenerator":true,"colLabels":["d20","1","2","3","4"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["1","Aeros","Agha","Akkan","Alae"],["2","Andra","Andusk","Angkar","Aradace"],["3","Arauth","Arveia","Aryz","Atar"],["4","Auntyr","Auth","Bahr","Bala"],["5","Calaun","Ciym","Claug","Daerev"],["6","Dalagh","Durg","Eir","Elden"],["7","Endar","Ethar","Fel","Galad"],["8","Gaul","Golos","Guth","Ingeir"],["9","Ix","Iyliam","Jhar","Kerin"],["10","Lham","Lothtor","Malae","Marun"],["11","Mere","Miir","Morn","Nabal"],["12","Nur","Nym","Oloth","Ontor"],["13","Othim","Palar","Raali","Ragoth"],["14","Rith","Rysear","Saryx","Ser"],["15","Skad","Surr","Thal","Thanach"],["16","Thoth","Thrax","Thriin","Tostyn"],["17","Tratain","Treori","Turace","Ualin"],["18","Umer","Uryte","Uxin","Vaer"],["19","Vala","Valos","Vinc","Voar"],["20","Vureem","Waur","Zundae","Zyreph"]],"name":"How to Name Your Dragon; Dragon Name Elements","page":33,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Wyrmling Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish independence from adult dragons (or other powerful creatures)"],["2","Acquire one valuable magic item or art object to build a hoard around"],["3","Acquire minions who will bring food and treasure"],["4","Establish dominance over other wyrmlings in the same brood"],["5","Secure a partnership with a more powerful creature for safety"],["6","Find a good spot for a first independent lair"]],"name":"Wyrmlings; Wyrmling Goals","page":35,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Young Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish a lair and develop the land around it to maximize safety and good hunting"],["2","Amass as much treasure as possible"],["3","Acquire magical wards to help protect the lair"],["4","Sabotage the efforts of other young dragons to establish lairs in the local area"],["5","Earn the fear and respect of other creatures living near the lair through displays of power"],["6","Secure the allegiance of loyal and powerful minions"]],"name":"Young Dragons; Young Dragon Goals","page":36,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adult Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a good location for an additional lair"],["2","Acquire an artifact or a powerful magic item for the hoard"],["3","Establish a dynastic bloodline by producing young"],["4","Eliminate younger dragons who could become rivals or threats if they are allowed to grow older"],["5","Transform a large region into an environment suitable for the dragon's preferred sort of lair"],["6","Develop dragonsight to pursue goals across multiple worlds"]],"name":"Adult Dragons; Adult Dragon Goals","page":36,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ancient Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Avoid decline by becoming Undead or seeking magical alternatives to aging"],["2","Transcend the limits of physical existence on a single world by uniting echoes across multiple worlds or establishing a lair on another plane of existence"],["3","Acquire a particular artifact, perhaps to complete a set (all three parts of the Regalia of Evil, the {@item Eye of Vecna} and {@item Hand of Vecna}, and so forth)"],["4","Collect a complete set of artistic treasures, such as all the paintings of a great master, manuscripts for a famed author's entire body of writings, or every piece of jewelry made by a master artisan"],["5","Transform an entire world into an extreme environment suitable as a lair—a volcanic hellscape, a frozen wonderland, an arid wasteland, or the like"],["6","Destroy one or more gods as an act of vengeance or to ascend to godhood"]],"name":"Greatwyrms; Ancient Dragon Goals","page":37,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Origin of Dragon Eggs","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Spontaneous Reincarnation}. When an adult or older dragon dies, one or more eggs form in the dragon's decomposing body. These eggs might grow like fungus as the body rots away, they could appear among the ashes after the body is consumed by fire, or they might need to be mined out from a corpse that has turned to solid stone or metal."],["2","{@b Seedlings of the First World}. At the heart of the world (underground, or in a remote area of pristine wilderness) stands a tree on which dragon eggs grow like fruit. Once in a lifetime, each dragon feels an overwhelming urge to seek out this tree. After finding it, the dragon must persuade its guardian to relinquish one or more eggs."],["3","{@b Consuming Treasure}. By eating a significant portion of their own hoards, dragons cause themselves to lay clutches of eggs."],["4","{@b Magical Crafting}. Mirroring the creative acts of Bahamut and Tiamat, dragons craft their eggs through painstaking labor, then breathe the gift of life into them."],["5","{@b Draconic Transformation}. Enlightened non-dragons (most often Humanoids) are transformed into dragon eggs when they die, when they experience profound enlightenment, or when they undergo a ritual that might involve bathing in dragon blood or being devoured by a dragon. Humanoids and dragons alike understand the transformation to be a transition into a higher state of existence."],["6","{@b Divine Origin}. Only Bahamut and Tiamat can create dragon eggs—each egg is the result of divine intervention."],["7","{@b Spontaneous Formation}. Dragon eggs arise naturally in certain regions, often in underground veins of metal ore or gems for metallic and gem dragons, respectively, or in extreme environments (volcanoes, arctic wastes, deadly swamps, and so forth) for chromatic dragons. The eggs might hatch on their own, or they might have to be unearthed first by another creature, whether that's an adult or older dragon or a hapless miner."],["8","{@b Parthenogenesis}. An adult or older dragon can lay a clutch of eggs whenever the dragon feels ready to rear a clutch of wyrmlings—or to impose that responsibility on others."],["9","{@b Dragon Conclave}. Five adult or older dragons of different kinds come together to create a clutch of eggs, with each giving up a bit of life energy as part of the process. This clutch of eggs hatches five dragons of different kinds, depending on the dragons making up the conclave."],["10","{@b Rejuvenation}. An ancient dragon voluntarily enters a deep trance and eventually dies, leaving behind a single egg."]],"name":"Reproduction; Origin of Dragon Eggs","page":38,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Half-Dragon Origin","colLabels":["d6","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Regional Effects}. The magical influence of a dragon's lair causes half-dragons to spontaneously arise among the area's other creatures."],["2","{@b Forbidden Fruit}. A dragon can cause a particular tree to produce magical fruit. When eaten by a creature able to bear children, the fruit causes the creature to bear a half-dragon."],["3","{@b True Love's Gift}. Love occasionally blossoms between dragons and creatures of other kinds, and this life bond can result in half-dragon children. Most half-dragons born of love are created as a magical gift."],["4","{@b Blood Transformation}. A creature that bathes in or drinks the blood of a dragon can sometimes be transformed into a half-dragon. A dragon might voluntarily offer some blood to bring this about, or it could happen accidentally when a would-be dragonslayer is splashed with dragon blood."],["5","{@b Cradle Favor}. A dragon might bestow the gift of draconic power on a newborn baby or an unborn child—as either a blessing or a curse."],["6","{@b Hoard Thieves}. The hoard of an older dragon is imbued with that dragon's power. Those who steal from such a hoard might transform into half-dragons as that power leaches into them."]],"name":"Half-Dragons; Half-Dragon Origin","page":39,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Death Throes","colLabels":["d6","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon immediately uses one of its lair actions, centering the effect on itself. For example, a fallen black dragon and any characters around it might be pulled into a nearby pool of water, and a copper dragon's body might be swallowed suddenly in mud."],["2","The dragon uses its breath weapon one last time."],["3","The dragon's body transforms into stone, metal, lava, ice, or mist. Or the body dissipates, leaving behind only a transformed heart or other organ."],["4","Roll on the {@table Wild Magic Surge|PHB} table in the \"{@class Sorcerer|phb}\" section of the {@book Player's Handbook|PHB}, rerolling any inappropriate result."],["5","A surge of life energy erupts from the dragon, causing each creature within 120 feet of the body to gain the benefit of finishing a long rest."],["6","The body is drawn through a portal to the lair of one of the dragon's echoes on another world, increasing that echo's power."]],"name":"Death of a Dragon; Dragon Death Throes","page":40,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Undead Dragon Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dragon seeks help, desperate to prevent a dracolich-worshiping cult from convincing the dragon's sibling, mate, or rival to become a dracolich."],["2","A dragon suffering from a wasting affliction asks the characters to travel to another world, where they must destroy an echo of that dragon who has become a dracolich."],["3","A pirate crew under the command of a {@creature ghost dragon|FTD} fights to recover the dead dragon's scattered hoard."],["4","A {@creature hollow dragon|FTD} guards an artifact meant to be used in the dire circumstances foretold in an ancient prophecy. Now the prophecy is coming to pass, but the dragon won't let the artifact be used for its intended purpose."],["5","A gem dragon from another world is searching for the dragon's echo, which has become a {@creature draconic shard|FTD}."],["6","A dracolich keeps returning after being destroyed. The dracolich's connection to its echoes on other worlds is keeping its soul intact, like a phylactery, and the connection must be severed before the creature's threat can be ended."]],"name":"Undeath; Undead Dragon Adventure Hooks","page":41,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Echo Characteristics","colLabels":["d8","Echo Characteristics"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Same dragon kind and age, differing only in physical appearance"],["2","Same dragon kind and age, differing only in a peculiar mannerism"],["3","Same dragon kind and age, but significantly different in personality, ideals, or alignment"],["4","Same dragon kind and generally alike, but older or younger by one category"],["5","Same age, different kind within the same family (chromatic, gem, or metallic), and similar in appearance and personality"],["6","Same age, different kind in a different family (with a similar breath weapon or habitat), with similar appearance but very different ideals or alignment"],["7","Radically different in almost every way imaginable but still bound by fate across the worlds"],["8","Roll again, and in addition the echo is Undead (a dracolich, {@creature hollow dragon|FTD}, {@creature ghost dragon|FTD}, or {@creature draconic shard|FTD}) or a shadow dragon."]],"name":"Echoes across the Worlds; Dragon Echo Characteristics","page":42,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Cult of the Dragon Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of cultists has stolen a dragon egg, with the dual goal of hatching a minion for themselves and gaining leverage over the dragon who was caring for the egg. But the dragon wants the egg back."],["2","A group of cultists is trying to access a magic portal linking the Material Plane to Tiamat's domain, hoping to break the seal that has kept the portal closed for centuries."],["3","A dragon whose echo on another world has become a dracolich suffers from a wasting affliction (see \"{@book Undeath|FTD|3|Undeath}\" above). Members of the Cult of the Dragon are trying to persuade the afflicted dragon to become a dracolich as well."],["4","A dragon and a dracolich, representing the opposing factions of the Cult of the Dragon, war against each other. Their battle is devastating the region between their lairs and endangers countless innocents."],["5","A group of cultists searches for all the {@item Orb of Dragonkind||Orbs of Dragonkind}, planning to use them to bend dragons to their will."],["6","A fringe group of cultists decides to focus on the \"shattered thrones\" part of the ancient prophecy and attempts to assassinate rulers and destroy their seats of power."]],"name":"Cult of the Dragon Adventure Hooks","page":45,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Chamber Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An agent of the Chamber has plundered the research of an eccentric sage whose work is widely considered nonsense, suggesting that something important is hidden in the sage's notes."],["2","A dragon of the Chamber is convinced that dragonmarked Humanoids on Eberron have echoes on other worlds of the Material Plane, and seeks ways to identify them."],["3","A dragon of the Chamber draws the characters from one Material Plane world to another, trying to glean information about the Prophecy by examining the relationship between the two worlds."],["4","A member of the Chamber seeks to hire the characters to explore a dungeon that was recently discovered behind a sigil-inscribed stone seal."],["5","A member of the Chamber believes that one of the characters could serve as \"the Child of Winter\" (or some similar title) mentioned in the Prophecy and tries to manipulate the character into bringing the terms of the Prophecy to pass."],["6","A Fiend tries to trick the characters into slaying a dragon belonging to the Chamber."]],"name":"Chamber Adventure Hooks","page":46,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lauth Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Support the establishment of a powerful empire to maintain order in the lauth's territory"],["2","Bring about the downfall of a powerful empire"],["3","End the influence of Aberrations originating in the Underdark"],["4","Seek out and destroy hundreds of cursed magic items created by an ancient lich"],["5","Destroy an archdevil, a demon prince, a powerful Celestial, or an archfey whose extraplanar influence is altering the lauth's territory"],["6","Bring about (or prevent) the fulfillment of a prophecy uttered by an ancient dragon centuries ago"]],"name":"Common Purpose; Lauth Goals","page":47,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hidecarved Wards","colLabels":["d6","Ward Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Immutability}. The dragon is immune to any spell or effect that would alter its form."],["2","{@b Inscrutability}. The dragon is immune to any effect that would sense its emotions or read its thoughts. Wisdom ({@skill Insight}) checks made to ascertain its intentions or sincerity have disadvantage."],["3","{@b Magic Resistance}. The dragon has advantage on saving throws against spells and other magical effects."],["4","{@b Damage Resistance}. The dragon has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks."],["5","{@b Additional Resistance}. The dragon has resistance to one type of damage. Roll a {@dice d8}, rerolling if you get a damage type the dragon is already resistant or immune to: 1, acid; 2, cold; 3, fire; 4, lightning; 5, necrotic: 6, psychic; 7, radiant; 8, thunder."],["6","{@b Death Ward}. The dragon can cast the {@spell death ward} spell on itself and regains the ability to do so after a long rest."]],"name":"Engraved Wards; Hidecarved Wards","page":47,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hidecarved Dragons Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidecarved dragon hires the characters to undertake a quest in pursuit of the lauth's goal."],["2","A lauth becomes convinced that their goal demands the destruction of the characters."],["3","A lauth unexpectedly aids the characters' quest, which aligns with the hidecarved dragons' goal."],["4","A lauth opposes the characters' quest, which is at odds with the hidecarved dragons' goal."],["5","Following reports of a dangerous dragon in the region, the characters discover the dragon is part of a lauth whose goal is worth aiding."],["6","A dragon asks the characters to help figure out why mysterious arcane markings have suddenly appeared on the dragon's scales. Solving this puzzle might mean journeying to another world or finding a way to help awaken the dragon's dragonsight."]],"name":"Hidecarved Dragons Adventure Hooks","page":48,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Inheritors of the First World Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fleeing foe disappears into a magic portal linked to another world of the Material Plane. When the characters follow this enemy, they draw the attention of dragons who want to know more about the world they came from."],["2","The lair of a gem dragon turns out to be a magical nexus containing portals linked to the lairs of the dragon's echoes on several other worlds."],["3","The characters discover an enormous ruby deep in the Underdark. When word of their find gets out, the gem becomes the target of thieves and eventually of dragons who believe it is the heart of Sardior and a key to the Ruby Dragon's return."],["4","A dragon offers to pay the characters handsomely if they travel to another world. There, they must make contact with the dragon's echo and solve the mystery of why their patron has been unable to learn dragonsight."],["5","Priests or dragon servitors of Bahamut send the characters to combat the Inheritors of the First World, worried that any attempt to restore Bahamut and Tiamat's primal creation will anger the gods and rekindle the ancient wars between dragons and Humanoids."],["6","Dragons establish a permanent portal connecting two worlds of the Material Plane, establishing an exciting era of discovery and trade between them. But the longer the portal remains open, the larger it grows, seemingly drawing the two worlds together into a catastrophic collision."]],"name":"Inheritors of the First World Adventure Hooks","page":49,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Relationships and Adventures","colLabels":["d20","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon is trying to eliminate a business rival through ruthless competition or underhanded means, and the rival seeks the characters' help. (Business owner)"],["2","A struggling merchant hires the characters to identify a mysterious competitor who seems to have unlimited resources. (Business owner)"],["3","A repentant enemy comes to the characters, telling them that a former companion of the enemy is actually a manipulative dragon—and asking them to help get revenge. (Companion)"],["4","The characters develop an ever-closer friendship with a secretive person who seems to have inexhaustible wealth and an endless supply of useful information. (Companion)"],["5","A city council asks the characters to help put an end to a deadly war between two criminal gangs, not knowing one of the gangs is led by a dragon. (Crime boss)"],["6","While the characters fight a crime family in a major city, they discover their patron is a dragon hoping to take over the criminal enterprise. (Crime boss)"],["7","A small nation is worried about the aggressive expansion of a dragon-ruled empire on the opposite side of a desert, ocean, or mountain range. Its leaders seek aid from powerful adventurers who can protect the nation from conquest. (Emperor)"],["8","As the characters become powerful enough that they might conceivably threaten a dragon ruler, they are given a choice: enter government service or face exile in the wild borderlands. (Emperor)"],["9","Two nobles worry about the amount of money their heir is donating to a new temple. (God)"],["10","A dragon with developed dragonsight is trying to bring together worshipers from multiple worlds to perform a ritual that will let the dragon ascend to true godhood. (God)"],["11","A dragon noble's servants have kidnapped a well-known storyteller or musician because the dragon is having trouble sleeping. (Noble)"],["12","An aristocrat is being blackmailed by someone threatening to reveal that the noble is actually a dragon in disguise. (Noble)"],["13","When the characters defeat a powerful enemy, the enemy's \"pet\" dragon tries to adopt the characters. (Parental figure)"],["14","When the characters kill a dragon's minions, the distraught dragon surrenders and agrees to leave the area—while secretly plotting revenge against the party. (Parental figure)"],["15","Another group of adventurers—supplied with superior equipment and information by their dragon patron—is pursuing the same goal as the characters. (Patron)"],["16","Local aristocrats complain that the best artists and performers are being lured away by a mysterious patron's promises of riches. (Patron)"],["17","A dragon can teach great magical secrets. But any would-be disciples must prove their worth by acquiring a valuable item to add to the dragon's hoard. (Teacher)"],["18","A dragon teacher from a character's past (whom the character might not know is a dragon) asks for help tracking down a student who has turned to evil. (Teacher)"],["19","A marauding group of bandits has grown from an irritation to a significant threat after coming under the leadership of a dragon. (Warlord)"],["20","The warlike minions of two dragons are clashing in skirmishes across the region, devastating peaceful villages and farmlands. (Warlord)"]],"name":"Warlord; Relationships and Adventures","page":51,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Encounter Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon has no interest in fighting and tries to avoid the characters, until they anger the dragon through significantly injury or insult."],["2","The dragon is too bored to fight and offers the characters a tiny amount of treasure if they'll leave."],["3","The dragon hates a certain type of character (sneaky rogues, healers, or heavily armored fighters, perhaps) and directs at least one attack each round at such a character."],["4","The dragon tries to drive the characters off by emotionally hurting or humiliating them—threatening something they obviously care about, damaging their equipment, insulting them, or showing how ineffectual their attacks are."],["5","The dragon has a way to call for help hidden deep inside the lair, such as a magic horn that summons minions, an {@item iron flask} with a powerful Fiend inside, or a magic portal to an echo's lair. The characters must prevent the dragon from summoning aid or face a new threat."],["6","The dragon is desperately trying to protect a particular treasure, one or more eggs, or perhaps a minion, bargaining to protect this treasure and flying into a rage if it is harmed."],["7","The previous occupant of the dragon's lair left behind a curse, a trap, or a lingering spirit that clever characters can turn against the dragon."],["8","The dragon's lair is almost impossible to navigate without access to one or more of the dragon's special movement modes (typically flight, but possibly burrowing, swimming, or climbing)."],["9","It's been so long since anyone has dared to intrude on the dragon's lair that the dragon is more interested in showing off the lair—and impressive lair actions—than in doing serious harm to the characters. If the characters escape and spread stories of the dragon's grandeur, so much the better."],["10","When the dragon is agitated, the regional effects that alter the terrain around the lair create visible changes around the dragon each round."],["11","Factions and grudges within the ranks of the dragon's minions erupt when the characters challenge the dragon, resulting in infighting that might tip the odds in the main battle in either direction."],["12","A feature in the dragon's lair has an unpredictable magical effect, perhaps similar to a {@item wand of wonder}, a sorcerer's {@table Wild Magic Surge|PHB}, or a {@book dungeon trick|DMG|10|Random Tricks} as described in the {@book Dungeon Master's Guide|DMG}. The dragon avoids the feature unless the encounter is going badly, then either activates the feature or tries to goad the characters into doing so."],["13","Spell effects and breath weapons used inside the dragon's lair cause dramatic destruction, including chasms opening up, ceilings collapsing, pillars toppling, and other effects that can damage or hinder the characters and the dragon equally."],["14","The dragon has a rival who notices the characters approaching the dragon's lair and keeps tabs on the fight. This rival might step in to help the characters or the dragon, depending on the circumstances, or might ambush the characters when they leave the dragon's lair."],["15","The dragon takes tremendous pleasure in adopting Humanoid form and pretending to be a minion, groveling and sniveling when intruders enter the lair and claiming that the dragon is away."],["16","The dragon's only goal is to learn a key piece of information about the characters' larger goals and then escape."],["17","The dragon enjoys combat, roaring in appreciation each time the characters pull off effective attacks or flashy spells. But if seriously hurt, the dragon quickly calls for a truce."],["18","Each round of combat with the dragon, the characters catch an eerie glimpse of another world where one of the dragon's echoes is active."],["19","The dragon has a plan to feign death in case of attack—apparently being buried in a cave-in, tumbling into a deep chasm, drowning in lava, or some similarly dramatic exit. After escaping, the dragon plots revenge."],["20","At the same time the characters are confronting the dragon, another group of adventurers is confronting one of the dragon's echoes on another world. Halfway through the fight, either the dragons or the characters and the other adventurers switch places."]],"name":"Dragon Encounters; Dragon Encounter Complications","page":53,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Cross-Purposes","colLabels":["d6","The Dragon's Schemes..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","...directly target one or more characters. The adventure begins when the dragon or the dragon's minions confront the characters."],["2","...threaten a character's bond or an NPC who's important to one or more characters."],["3","...challenge a character's ideal or exploit a flaw. The character might hear rumors of the dragon's activity, spurring them into action."],["4","...trap the characters between clashing forces."],["5","...create an opportunity for a character to pursue a personal goal."],["6","...cause an accident or catastrophe that threatens the characters."]],"name":"Dragon as Schemer; Cross-Purposes","page":56,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lair Location","colLabels":["d10","Unusual Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The area is a climate anomaly—a cool and lush oasis in a hot desert, a balmy spring within a frozen tundra, a drifting iceberg in a warm sea, a barren waste in the midst of a verdant forest, or the like."],["2","The area is a wild magic zone. Whenever a creature casts a spell of 1st level or higher or activates a magic item, roll a {@dice d10}. On a 1, roll on the {@table Wild Magic Surge|PHB} table in the {@book Player's Handbook|PHB}."],["3","Natural rock formations align with celestial phenomena at particular times of the year. Stars and planets might line up with rock spires and windows on solstices and equinoxes, for example."],["4","A dead god or titan is buried in the area."],["5","The area is a vast crater, at the center of which is a long-buried meteorite."],["6","A magical portal to another plane of existence releases dangerous energy—and sometimes creatures—into the area."],["7","The area was a battlefield in an ancient war where thousands of soldiers were annihilated in a devastating magical assault."],["8","Gravity does not function as expected in the area, which might manifest as giant floating earth motes or similar terrain."],["9","An enormous tree—possibly the oldest living organism in the world—grows at the heart of the area."],["10","A god left a profound impression on the site during an ancient visit to the Material Plane—perhaps a footprint, a pool of tears, or a splash of blood that has permanently infused the ground."]],"name":"Dragon Lairs; Lair Location","page":63,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Linking Items","colLabels":["d10","Linking Items"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The broken pieces of an artifact (such as the Rod of Seven Parts)"],["2","A set of large gemstones, each engraved with the seal of a particular nation or the symbol of a deity"],["3","Numbered volumes of an encyclopedia or comprehensive history"],["4","Statuettes depicting different kinds of dragons"],["5","Portraits of the members of a well-known historical family"],["6","Ornate nesting dolls that feature a large gemstone egg at the heart of the set"],["7","Regalia—an orb, a crown, a scepter, and so forth—belonging to a recently deposed monarch"],["8","Pieces of a full suit of armor that once belonged to an ancient hero"],["9","A set of teeth from a rival dragon, a prophet, or a rare creature"],["10","Pieces of a chess set or another board game, or cards from a deck of playing cards, a {@deck tarokka deck|CoS}, or a {@item deck of many things}"]],"name":"Linking Hoards; Hoard Linking Items","page":67,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unfinished Business","colLabels":["d6","Unfinished Business"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Entrust the haunted item to the ghost's heir"],["2","Entomb the haunted item with the ghost's corpse"],["3","Destroy the haunted item"],["4","Use the haunted item for a specific purpose"],["5","Reunite the haunted item with other items forming a set"],["6","Destroy the ghost's killer: a dragon who is an echo of the hoard's owner on another world"]],"name":"Haunted Hoards; Unfinished Business","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Curse Effects","colLabels":["d6","Hoard Curse Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Each affected creature gains 1 level of {@condition exhaustion} that can't be removed until the curse is broken."],["2","Each affected creature automatically fails saving throws against dragons' breath weapons and Frightful Presence."],["3","Each affected creature gains vulnerability to the damage type of the breath weapon of the dragon who cursed the hoard."],["4","Each affected creature's speed is reduced by 10 feet."],["5","Affected creatures can't spend Hit Dice to regain hit points during a short rest."],["6","When an affected creature dies, its soul becomes imprisoned by the slain dragon's spirit, preventing the creature from being raised from the dead."]],"name":"A Dragon's Curse; Hoard Curse Effects","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Breaking a Hoard Curse","colLabels":["d4","Rite Elements"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cast the {@spell hallow} spell"],["2","Make an offering of blood from everyone who participated in killing the dragon (or those creatures' nearest kin)"],["3","Bathe or sprinkle the treasure in the dragon's blood"],["4","Make a sacrifice to Bahamut, Tiamat, or both"]],"name":"A Dragon's Curse; Breaking a Hoard Curse","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Magic","colLabels":["d6","Magical Motivation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Create a permanent protective ward covering a city-state or small kingdom"],["2","Destroy a large magical ward protecting a region"],["3","Create a dead magic zone where spells and magic items won't function"],["4","Repair the fabric of magic in a dead magic zone"],["5","Reassert the dominance of the Material Plane in a region, banishing influence that has been seeping in from another plane of existence"],["6","Open a portal to another plane of existence or another world of the Material Plane"]],"name":"Competition for a Hoard; Hoard Magic","page":69,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coin Origins","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Equivalent value in {@book trade goods|PHB|5|Trade Goods} (see the {@book Player's Handbook|PHB}) rather than coins"],["2–3","Coins from an ancient culture local to this region, ancestral to the people who live here now"],["4–5","Coins from an ancient culture in a distant region"],["6–7","Coins from a nearby contemporary culture"],["8–9","Coins from a local contemporary culture"],["10","Coins from another world"]],"name":"Coins; Coin Origins","page":70,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Mundane Items","colLabels":["d100","Mundane Items"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","A painting by an artist long forgotten by everyone except the dragon"],["05–08","A hogshead (large cask) containing 65 gallons of clean drinking water"],["09–12","Several embroidered throw pillows depicting wyrmling dragons"],["13–16","A funerary urn containing remains the dragon can't identify"],["17–20","A set of seven candlesticks bearing a god's holy symbol"],["21–24","A tarnished brazier with pleasant-smelling ash"],["25–28","A drum for use in religious rites, with a foreboding echo to its beat"],["29–32","A stuffed Monstrosity appropriate to the local terrain"],["33–36","The skull of a Fiend or Celestial"],["37–40","A spinning wheel"],["41–44","An hourglass filled with sparkling sand"],["45–48","A crude flute with a pleasing sound"],["49–52","Hundreds or thousands of fake coins interspersed with the real treasure"],["53–56","A treatise on alchemy etched on steel cylinders"],["57–60","The battle standard of one of the dragon's ancient foes"],["61–64","A sketchbook from another world of the Material Plane, depicting unfamiliar creatures and one very familiar dragon"],["65–68","A set of irregular polyhedral dice (with 9, 13, 25, and 34 sides)"],["69–72","A map showing the dragon's lair in relation to villages and other long-gone landmarks"],["73–76","A kneeling bench, which anyone addressing the dragon is required to use"],["77–80","A scroll containing a long epic poem in praise of the dragon"],["81–84","A star chart showing Bahamut and a one-headed Tiamat as constellations, with \"Elegy for the First World\" written between the stars"],["85–88","A large, noisy wind chime"],["89–92","A small shrine with a statuette, a brazier, and an altar dedicated to a god worshiped by many of the dragon's minions"],["93–96","A jar with a dead illithid tadpole floating in preserving chemicals"],["97–00","An extensive historical record in the form of carefully knotted strings"]],"name":"Creating a Hoard; Hoard Mundane Items","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Gems","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Gem Value"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–43","01–51","01–18","01–14","10 gp"],["44–99","52–75","19–36","15–28","50 gp"],["00","76–99","37–54","29–42","100 gp"],["—","00","55–77","43–58","500 gp"],["—","—","78–99","59–93","1,000 gp"],["—","—","00","94–00","5,000 gp"]],"name":"Creating a Hoard; Hoard Gems","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Art Objects","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Art Object Value"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–95","01–53","01–49","01–22","25 gp"],["96–00","54–99","50–75","23–42","250 gp"],["—","00","76–99","43–58","750 gp"],["—","—","00","59–93","2,500 gp"],["—","—","—","94–00","7,500 gp"]],"name":"Creating a Hoard; Hoard Art Objects","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Magic Items","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Magic Items"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–34","01–21","01–06","—","Common minor item ({@table Magic Item Table A}*)"],["35–61","22–49","07–18","—","Uncommon minor item ({@table Magic Item Table B}*)"],["62–77","50–64","19–41","01–12","Rare minor item ({@table Magic Item Table C}*)"],["—","65–72","42–64","13–56","Very rare minor item ({@table Magic Item Table D}*)"],["—","—","65–69","57–67","Legendary minor item ({@table Magic Item Table E}*)"],["78–96","73–91","70–72","—","Uncommon major item ({@table Magic Item Table F}*)"],["97–00","92–97","73–80","68–73","Rare major item ({@table Magic Item Table G}*)"],["—","98–00","81–91","74–82","Very rare major item ({@table Magic Item Table H}*)"],["—","—","92–00","83–00","Legendary major item ({@table Magic Item Table I}*)"]],"footnotes":["*See the {@book Dungeon Master's Guide|DMG}."],"name":"Creating a Hoard; Hoard Magic Items","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amethyst Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am never so content as when contemplating the beauty and wonders of the multiverse."],["2","I am a sworn protector against the depredations of the Far Realm, and I will root out its corruption wherever it may arise."],["3","What use is vast knowledge or insight if it is not shared with those who can appreciate it?"],["4","Although some are fascinated by words, I think numbers are the true foundations of creation."],["5","To experience a thing is to truly understand it. Direct and personal experience is the most valuable form of knowledge."],["6","I see a far more kaleidoscopic reality than you do... or than any of your selves do, really."],["7","It is not my place to interfere. I merely seek to observe, learn, and understand."],["8","With a true understanding of metaphysics, anything is possible—including the creation of a more orderly and perfect cosmos than this one."]],"name":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Balance. Everything is a complex interaction of forces that must be kept in a delicate and carefully maintained balance. (Neutral)"],["2","Knowledge. We are the whole of creation, seeking to understand itself. (Any)"],["3","Self-Improvement. I am a complex gem, and I constantly polish and refine my many facets to make the whole that much more perfect. (Any)"],["4","Responsibility. Having knowledge and power gives one a responsibility to those who have less of either. (Lawful)"],["5","Noble Obligation. My superior experience, intellect, and insight give me a duty to mediate disputes when I can. (Good)"],["6","Power. Knowledge is power, power must be used, and I use it. Your concerns are irrelevant. (Evil)"]],"name":"Creating an Amethyst Dragon; Amethyst Dragon Ideals","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An amethyst dragon seeks a rare type of crystal found in the domain of a territorial stone giant clan."],["2","A coven of hags seeks to reclaim its hag eye, which rests within an amethyst dragon's hoard."],["3","An amethyst dragon magically disables all teleportation within a thousand miles of their lair. Governments within that area seek emissaries who can negotiate an end to the restriction."],["4","An amethyst dragon recruits a group of adventurers to psychically trade bodies with adventurers from another world, so that each can carry out certain tasks before swapping back."],["5","A cult devoted to a Great Old One of the Far Realm seeks an alien monolith that can summon its master, but the site is guarded by an amethyst dragon."],["6","An {@creature amethyst dragon wyrmling|FTD} is actually the temporally displaced form of an {@creature ancient amethyst dragon|FTD} who already exists in the same time line."],["7","An amethyst dragon seeks the means to plant special crystals that will allow the dragon to magically coexist in multiple places at once across the world during a rare celestial alignment."],["8","An amethyst dragon is fusing with their echoes on other worlds. They all hope to ascend to godhood, perhaps recreating or replacing Sardior."]],"name":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature amethyst dragon wyrmling|FTD} is in the care of a cloistered religious order of scribes."],["2","A half-amethyst dragon cares for an {@creature amethyst dragon wyrmling|FTD} sibling after the disappearance of their dragon parent."],["3","A {@creature Faerie Dragon (Violet)||violet faerie dragon} is the playmate and guardian of an {@creature amethyst dragon wyrmling|FTD}."],["4","An {@creature amethyst dragon wyrmling|FTD} lives alone in a lair, cared for by a cadre of animated objects."],["5","A cloister of {@creature Flumph||flumphs} protects an {@creature amethyst dragon wyrmling|FTD} while feeding on the wyrmling's excess psionic energy."],["6","A circle of druids looks after an {@creature amethyst dragon wyrmling|FTD} lairing in the circle's mountain tarn."]],"name":"Connected Creatures; Amethyst Dragon Wyrmling Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Amethyst Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A myconid community dwells in tunnels near a {@creature Young Amethyst Dragon|FTD|young amethyst dragon's} lair, and its members telepathically commune with the dragon and any visitors in the lair from time to time."],["2","A {@creature young amethyst dragon|FTD} and a {@creature githzerai zerth} travel together, learning about the multiverse."],["3","A {@creature young amethyst dragon|FTD} wants to take over the cavern lair of a {@creature hydra}."],["4","A deep pool in a {@creature Young Amethyst Dragon|FTD|young amethyst dragon's} lair leads to the underground domain of an {@creature aboleth} the dragon has been seeking to eliminate."],["5","A {@creature young amethyst dragon|FTD} and a {@creature cloud giant} regularly host each other to play strategy games."],["6","{@creature Pegasus||Pegasi} nesting in the mountain heights are under the protection of a {@creature young amethyst dragon|FTD}."]],"name":"Connected Creatures; Young Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Amethyst Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Merfolk} dwelling near an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair are under threat from {@creature sahuagin} raiders."],["2","Clusters of {@creature Shrieker||shriekers} serve as a warning system in the tunnels of an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair."],["3","The Enlightened Dragon Master of an isolated monastery is, in fact, an {@creature adult amethyst dragon|FTD}."],["4","An {@creature adult amethyst dragon|FTD} is at war with a {@creature beholder} that has moved into the dragon's domain."],["5","{@creature Xorn} serve as lookouts and spies for an {@creature adult amethyst dragon|FTD} who rewards them with gems."],["6","To repay a favor long owed to a monastery of githzerai warrior-monks, an {@creature adult amethyst dragon|FTD} sends them aid against a {@creature mind flayer} colony."],["7","An apostate community of githyanki follows the tutelage of an {@creature adult amethyst dragon|FTD}, who safeguards their creche on the Material Plane."],["8","The crystal-infused clay near an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair is ideal for the creation of {@creature Clay Golem||clay golems}, and the dragon can perceive everything those golems do."]],"name":"Connected Creatures; Adult Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Amethyst Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A yuan-ti cult known as the Serpents of the Dreaming City draws power from an {@creature ancient amethyst dragon|FTD}, which the cultists keep in eternal slumber with braziers of enchanted smoke."],["2","A rogue {@creature purple worm} swallowed a large portion of an amethyst dragon's hoard before burrowing back into the deep Underdark. The dragon has a magic crystal that can trace the worm's movement."],["3","An {@creature ancient amethyst dragon|FTD} is able to awaken psionic potential in others, and many of the greatest psi warriors in history were the dragon's students."],["4","After centuries guarding the world against incursions from the Far Realm, an {@creature ancient amethyst dragon|FTD} has been corrupted by aberrant influences and now leads a cult the dragon once opposed."]],"name":"Connected Creatures; Ancient Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A complex orrery of the planes of existence made of engraved movable plates of precious metals and set with gemstones"],["2","A two-foot-long rod of pale crystal that gives off eerie sounds when touched, with the tone varying up and down the length of the rod"],["3","A life-sized human skull carved from a single piece of crystal, including a hollow interior"],["4","A beautifully engraved gong, 3 feet in diameter, suspended from an ornate, inlaid frame"],["5","A crystal singing bowl etched with mantras in Gith, accompanied by an inlaid wooden mallet"],["6","A beautifully illuminated treatise on the planes of existence, bound in ebony covers with metal corner caps and a cover boss set with polished gems"],["7","An etched crystal that projects a star map showing an unfamiliar star field and constellations when set on top of a light source"],["8","A ring in the shape of a coiling dragon, with tiny gemstones for eyes"]],"name":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects","page":79,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I demonstrate my brilliance through the cruel subtlety of my actions."],["2","Watching the works of lesser beings crumble and fall into ruin fills me with joy."],["3","I never confront a threat directly when deceit and skulduggery are available options."],["4","Subjugating others is preferable to destroying them. Thralls make life so much more pleasant."],["5","I will go to great lengths to obtain deadly new magical knowledge."],["6","Nothing lasts forever. But I promise to outlast you."],["7","I have witnessed the rise and fall of civilizations. What consideration does a creature as pitiful and short-lived as you deserve?"],["8","Collecting antiquities and learning why lost cultures vanished are my reasons for existing. If you can help me in that, I'll let you live."]],"name":"Creating a Black Dragon; Black Dragon Personality Traits","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Envy. If the achievements of others cannot be eclipsed, they can always be torn down. (Evil)"],["2","Acquisitiveness. Possessing what others covet is immensely satisfying. (Any)"],["3","Cunning. Destroying your foes without exposing yourself to danger is an art. (Evil)"],["4","Adaptability. It is not the most powerful, but the most flexible who survive. (Chaotic)"],["5","Patience. There's no need to rush a poorly constructed plan when time is on your side. (Any)"],["6","Serenity. Observing a culture sliding into oblivion along the trek of time puts life in perspective. (Any)"]],"name":"Creating a Black Dragon; Black Dragon Ideals","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Black Dragon||Young}","13","{@spell blindness/deafness}, {@spell create or destroy water}"],["{@creature Adult Black Dragon||Adult}","16","{@spell blindness/deafness}, {@spell create or destroy water}, {@spell plant growth}"],["{@creature Ancient Black Dragon||Ancient}","19","{@spell blindness/deafness}, {@spell create or destroy water}, {@spell insect plague}, {@spell plant growth}"]],"name":"Creating a Black Dragon; Black Dragon Spellcasting","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black dragon recently took control of a band of pirates and their backwater hideout. Emboldened, the pirates have started raiding nearby shipping lanes."],["2","A conflict-averse black dragon is secretly spraying an alchemical defoliant on local farmland to push people living in the area away from the dragon's lair. The resulting famine is devastating the countryside."],["3","Rival realms are secretly being driven to war by the machinations of a black dragon, who hopes to revel in the resulting carnage."],["4","When swamplands shrink due to a prolonged drought, two black dragons form a temporary alliance to destroy a nearby town for more living space."],["5","The acidic bile of a black dragon is the only substance able to melt the lock of a despot's vault."],["6","A potent artifact is rumored to lie in the ruins where a black dragon dwells."],["7","A group of adventurers and a black dragon are hunting the same treasure in the ruins of a partially sunken city."],["8","A black dragon with epicurean tastes is poaching game in a noble's hunting preserve at a frightening pace."]],"name":"Black Dragon Adventures; Black Dragon Adventure Hooks","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After breaking free from captivity at the hands of a cocky mage, a cunning {@creature black dragon wyrmling} claimed the mage's amulet—and the suits of {@creature animated armor} the amulet controls."],["2","A band of {@creature Troglodyte||troglodytes} is cowed into serving a {@creature black dragon wyrmling} as bodyguards."],["3","The recent appearance of a {@creature black dragon wyrmling} has altered the local ecosystem, allowing various types of blights to spread prodigiously and upset nature's balance."],["4","A {@creature black dragon wyrmling} is setting cunning traps along local roadways, hoping to injure horses and draft animals for easy butchering."],["5","Kobolds dwelling under a tropical city serve as safecrackers and tunneling burglars to amass treasure for their beloved {@creature black dragon wyrmling} master."],["6","A gnome relic hunter looting a long-abandoned city strikes up an unlikely partnership with a {@creature black dragon wyrmling} to plunder an archaeological dig."]],"name":"Connected Creatures; Black Dragon Wyrmling Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Black Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young black dragon} with a talent for alchemy has weaponized the spores of a myconid colony."],["2","A {@creature merrow} war band has negotiated an alliance with a {@creature young black dragon} to sack a nearby trading port."],["3","A pack of {@creature Ghoul||ghouls} infesting a necropolis serve as a {@creature Young Black Dragon||young black dragon's} bodyguards and enforcers."],["4","A {@creature young black dragon} has cultivated an awakened carnivorous plant (use the {@creature awakened tree} stat block) as a lair guardian and has been abducting travelers to feed the plant creature."],["5","Lizardfolk worshiping a {@creature young black dragon} have been raiding a local fishing community."],["6","A {@creature young black dragon} has struck up a mutual assistance pact with a {@creature roper} that haunts the ruins outside the dragon's lair."]],"name":"Connected Creatures; Young Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Black Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult black dragon} has learned to domesticate swamp-bred {@creature Chimera||chimeras} as guardians and has sold a few of the creatures to local warlords."],["2","A cult of assassins worships an {@creature adult black dragon} as an avatar of their deity. The dragon now uses the cult to destabilize the local sovereign's rule."],["3","Ruins rumored to hold the treasury of a lost empire are guarded by an elaborate network of ooze-based traps designed by a restless {@creature adult black dragon}."],["4","The appearance of a {@creature spirit naga} in the domain of an {@creature adult black dragon} encourages the dragon to study necromancy."],["5","An {@creature adult black dragon} has hidden a cache of gems in a dismal topiary maze filled with {@creature Shambling Mound||shambling mounds}, traps, and noxious plant life, all for the amusement of testing adventurers."],["6","An {@creature adult black dragon} has bound {@creature Water Elemental||water elementals} to the task of bringing food to the dragon's lair."],["7","A bullywug community seeks help to defeat an {@creature adult black dragon} who has been feasting on the bullywugs' domesticated {@creature Giant Frog||giant frogs}."],["8","Two nations—one led by an {@creature adult black dragon} and the other by a {@creature yuan-ti abomination}—are on the brink of joining forces to destroy a third nation. The threatened nation is recruiting adventurers to defend it."]],"name":"Connected Creatures; Adult Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Black Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient black dragon}, after studying blasphemous texts dedicated to alien gods, issues a warning that a corrupted {@creature planetar} will soon fall to earth like a meteor in the fens outside a great city's walls."],["2","An illithid community has spent nearly a millennium raising and preparing a black dragon to become an {@creature elder brain dragon|FTD} (described in {@book chapter 6|FTD|6|Elder Brain Dragon}), so the {@creature elder brain|VGM} can wreak ruin upon its rivals."],["3","The decades-long machinations of an {@creature ancient black dragon} and an evil {@creature archmage} are nearing fruition. If their pact succeeds, they will unleash devastation on a continental scale."],["4","An {@creature ancient black dragon} rules a vast, decadent city built on artificial islands within a polluted lake. The site is threatened with destruction by an enraged {@creature archdruid|VGM}—but destroying the city means thousands of innocents will die."]],"name":"Connected Creatures; Ancient Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An elegant necklace owned by a beloved noble who disappeared years ago"],["2","Stone carvings representing a pantheon of deities that passed from common knowledge long ago"],["3","The lost secret to forging an alloy imbued with arcane potential, etched on twelve metal disks the size of dinner plates"],["4","A sealed platinum flask containing the last known aqua vitae created by a master dwarf distiller"],["5","A ceremonial longsword with an embossed silver hilt and a blade of amber"],["6","A lavishly illustrated genealogy kept in a magically sealed container that disputes a current monarch's right to the throne"],["7","Heretical religious symbols carved on a trio of gemstones the size of apples"],["8","An elaborately carved mask representing a god of harvest and fertility"],["9","Metal horn caps inset with gems, made for the dragon by loyal cultists"],["10","A beautifully enameled urn holding the desiccated heart of the dragon's former green dragon rival"]],"name":"Black Dragon Treasures; Black Dragon Art Objects","page":84,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enforce order and social hierarchies because I believe this is how strong societies are built."],["2","Why waste time and energy murdering weaker creatures when I can make them entertain me instead?"],["3","My children, whether born to me or chosen by me, are treasures."],["4","Nothing is funnier than tricking a thirsty traveler into drinking a mouthful of sand."],["5","I have standards for my hoard. Not just any gem or trinket will do."],["6","I'm so pleased with myself and my own good fortune that I can't stop laughing or chuckling."],["7","I would rather destroy my lair and lose my hoard than allow anyone to steal from me."],["8","I am sometimes secretly impressed by what other peoples can accomplish with the proper guidance."]],"name":"Creating a Blue Dragon; Blue Dragon Personality Traits","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Order. Life is best when everyone is part of a hierarchy and rules are clear and consistent. (Lawful)"],["2","Humor. Lesser beings exist to be my playthings, and I excel at finding ways to toy with them. (Evil)"],["3","Taste. I value my possessions for more than just their beauty and consider gauche displays of wealth a sign of inferiority. (Any)"],["4","Family. Blood ties are irrevocable, and even if one doesn't particularly like one's family members, they come before anyone else. (Lawful)"],["5","Display. One should never take risks or waste resources by using power if one can achieve the same results merely by the threat of power. (Any)"],["6","Loyalty. I don't form bonds with those outside my kindred often. But when I do, I am an unshakable and powerful ally. (Good)"]],"name":"Creating a Blue Dragon; Blue Dragon Ideals","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Blue Dragon||Young}","15","{@spell create or destroy water}, {@spell major image}"],["{@creature Adult Blue Dragon||Adult}","17","{@spell arcane eye}, {@spell create or destroy water}, {@spell major image}"],["{@creature Ancient Blue Dragon||Ancient}","20","{@spell arcane eye}, {@spell create or destroy water}, {@spell major image}, {@spell project image}"]],"name":"Creating a Blue Dragon; Blue Dragon Spellcasting","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A blue dragon family demands tribute from desert communities in exchange for protection."],["2","Enraged at the loss of a wyrmling, a blue dragon is causing lightning storms to destroy coastal settlements and refuses to stop until someone delivers the adventurer responsible."],["3","A prosperous-looking city appears among the desert dunes, drawing explorers and treasure hunters aplenty, but it's an illusion created by a blue dragon."],["4","A blue dragon promises great wealth to anyone who offers worthy treasures—but eats anyone who misses the mark."],["5","A blue dragon recently acquired trunks full of dress clothes and costumes and is abducting people to put on a fashion show."],["6","A pair of blue dragons is hiring adventurers to find their missing egg, which appears to have been stolen by another blue dragon related to them."],["7","Rock slides have closed a mountain pass, and the only other road through the area wends through the territory of a blue dragon notorious for playing illusory tricks on travelers."],["8","{@creature Blue Dragon Wyrmling||Blue dragon wyrmlings} are playing deadly pranks on the people in their territory, and those people are afraid to ask the wyrmlings' parents to stop them."]],"name":"Blue Dragon Adventures; Blue Dragon Adventure Hooks","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A recently hatched brood of {@creature Blue Dragon Wyrmling||blue dragon wyrmlings} has adopted a wounded {@creature pseudodragon} as a sibling."],["2","A {@creature blue dragon wyrmling} frequently wanders off to a nearby city, where the residents treat the wyrmling as royalty."],["3","A clan of druids has taken in an orphaned {@creature blue dragon wyrmling}, and its members are trying to teach the creature the value of compassion."],["4","A family of gnolls is holding a {@creature blue dragon wyrmling} hostage in an attempt to force the wyrmling's parents to leave the gnolls' hunting grounds."],["5","Because of the friendship between a bandit leader's child and a {@creature blue dragon wyrmling}, the wyrmling's parents are considering allowing the bandits to move into the dragons' territory."],["6","The accidental death of a {@creature blue dragon wyrmling} has caused a sibling to seek revenge."]],"name":"Connected Creatures; Blue Dragon Wyrmling Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Blue Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Young Blue Dragon||young blue dragon's} family was killed, and the dragon is building a whole realm as a base for exterminating those responsible."],["2","A {@creature young blue dragon} claims the rule of a fast-growing city to impress the dragon's family."],["3","A {@creature young blue dragon} running a protection racket has run afoul of an {@creature efreeti}, who has decided the area would be better off without dragons."],["4","A tough but fair {@creature young blue dragon} leads a fanatically loyal mercenary squad."],["5","A {@creature young blue dragon} schemes to take over a {@creature Guardian Naga||guardian naga's} ancient temple."],["6","A {@creature mummy lord} keeps a {@creature young blue dragon} bodyguard as a sign of power."]],"name":"Connected Creatures; Young Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Blue Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult blue dragon} rules a city and applies exacting standards of aesthetic perfection to everything and everyone in it, swiftly disposing of anyone who fails to meet those standards."],["2","An {@creature adult blue dragon} and an {@creature efreeti} have formed a friendship over the decades. They now share a territory and assist one another in protecting it."],["3","Feeling unappreciated and disrespected in one family, an {@creature adult blue dragon} offers allegiance to a rival dragon family, setting off a blood feud."],["4","A pair of {@creature Adult Blue Dragon||adult blue dragons} has decided to take over a thriving, wealthy city, whose governor is desperate to buy them off."],["5","Decades ago, a {@creature gynosphinx} insulted an {@creature adult blue dragon}, earning the lasting enmity of a whole dragon family."],["6","An {@creature adult blue dragon} has adopted a half-blue dragon as an heir and is setting this heir up to be a puppet ruler."],["7","An {@creature adult blue dragon} plans to present a loyal bandit clan to a bronze dragon as a courting gift."],["8","An {@creature adult blue dragon} is obsessed with getting at the treasure guarded by a {@creature medusa|MOT}."]],"name":"Connected Creatures; Adult Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Blue Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient blue dragon} is worried that no members of the younger generation are strong enough to inherit the ancient dragon's territory, and this elder is trying to start a war to test the younger dragons and determine which, if any, might be a worthy heir."],["2","An {@creature ancient blue dragon} without offspring has adopted wyrmlings of various colors—including a number stolen from the wyrmlings' parents."],["3","An {@creature ancient blue dragon} is training an {@creature androsphinx} as heir to the region the dragon rules and searching for magic items that will allow the sphinx to control the weather as the dragon does."],["4","Under the pretense of helping an {@creature ancient blue dragon} become a dracolich, an {@creature archmage} is actually hoping to claim the dragon's vast hoard."]],"name":"Connected Creatures; Ancient Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An intricately carved seal from a civilization that worshiped the dragon's ancestors as gods"],["2","An extensive collection of elaborate jewelry, including a tiara, tail rings, and claw covers, which the dragon wears when meeting with supplicants"],["3","A set of sculptures depicting the dragon's deceased relatives, all adorned with ground-up jewels"],["4","A jeweled mosaic map of the dragon's territory"],["5","A glass bell that creates the sound of rainstorms and thunder for 1 hour when struck"],["6","An ornately tooled tome recording the lineages of all the blue dragon families in the area"],["7","A massive geode that contains spectacular blue, purple, and black crystals"],["8","A blue silk fan painted with ground gems that creates a briny breeze when hung from the ceiling"]],"name":"Blue Dragon Treasures; Blue Dragon Art Objects","page":88,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I don't ask for much in a conversation partner—just smile, occasionally nod, and stay awake!"],["2","I'm skilled at making others feel that I'm interested in the details of their tiny, meaningless lives."],["3","Every word I say is worth hearing, so I speak loudly and eloquently to make sure I get my point across."],["4","I don't care about the opinions of creatures that are less intelligent than I am. But I'm fascinated by creatures that are significantly more intelligent."],["5","Hoarding knowledge is no fun. It's best when you can trade knowledge away for treasure."],["6","I'm fascinated by intelligence with no brain—talking swords, sapient Constructs, and the like."],["7","I love hearing stories and songs and sharing them with others to bring comfort and calm."],["8","I have no patience for people who imagine their lives are the least bit important."]],"name":"Creating a Brass Dragon; Brass Dragon Personality Traits","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Curiosity. The best way to show you value others is to learn as much as you can about them. (Good)"],["2","Perspective. Everyone sees things differently, so if you want to know about the world, gather as many different points of view as you can. (Any)"],["3","Knowledge. What's the point of living for centuries if you don't learn all there is to know? (Any)"],["4","Self-Determination. All creatures have the right to make their own decisions about their lives and ultimate destinies. (Chaotic)"],["5","Compassion. Sharing each other's pain and loss brings us all closer to peace and unity. (Good)"],["6","Cruelty. The most hilarious thing about lesser creatures who think they're important is how outraged they get when I hurt them. (Evil)"]],"name":"Creating a Brass Dragon; Brass Dragon Ideals","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Brass Dragon||Young}","13","{@spell create or destroy water}, {@spell speak with animals}"],["{@creature Adult Brass Dragon||Adult}","16","{@spell create or destroy water}, {@spell speak with animals}, {@spell suggestion}"],["{@creature Ancient Brass Dragon||Ancient}","18","{@spell create or destroy water}, {@spell locate creature}, {@spell speak with animals}, {@spell suggestion}"]],"name":"Creating a Brass Dragon; Brass Dragon Spellcasting","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A brass dragon has discovered an unfamiliar settlement and is determined to learn everything about the site's inhabitants, drastically disrupting the inhabitants' lives."],["2","A brass dragon is the secret power behind the throne in an aggressively colonizing realm, using this position to learn about neighboring realms without regard for the consequences."],["3","A brass dragon is the most likely source of crucial information about how to stop an extraplanar incursion that coincides with a certain comet's arrival."],["4","A caravan is being held captive by a brass dragon who is delighted to have such wonderfully diverse conversation partners."],["5","Offended by the sudden departure of a rude guest, a brass dragon rampages through a nearby settlement—and demands the return of a treasure the guest stole."],["6","An intelligent magic item in a brass dragon's hoard sends out a telepathic distress call, wanting to be rescued so it can be used for its intended purpose."],["7","A windstorm uncovers part of a brass dragon's hoard, and various people and creatures carry off parts of it. The dragon wants every scattered coin and trinket back."],["8","A brass dragon, tired of the increasing traffic, starts leading caravans away from safe water sources and stranding them in the desert."]],"name":"Brass Dragon Adventures; Brass Dragon Adventure Hooks","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Captured by a band of gnolls, a {@creature brass dragon wyrmling} is patiently trying to teach the gnolls to speak Draconic."],["2","Grieved by the fate of a former friend, a {@creature brass dragon wyrmling} guards a tomb haunted by a {@creature wight}."],["3","Yuan-ti have captured a {@creature brass dragon wyrmling} and are picking up the dragon's twisted sense of humor."],["4","A party of {@creature Bandit||bandits} stole a brass dragon egg, and now the hatched wyrmling is manipulating the bandits to do the dragon's whimsical bidding."],["5","A lost {@creature brass dragon wyrmling} was raised by {@creature Hyena||hyenas} and now leads the pack."],["6","A {@creature druid} who tends a desert oasis has been keeping watch over several {@creature Brass Dragon Wyrmling||brass dragon wyrmlings} since adventurers killed the wyrmlings' parents."]],"name":"Connected Creatures; Brass Dragon Wyrmling Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Brass Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young brass dragon} and a {@creature young blue dragon} fight over territory."],["2","A {@creature young brass dragon} frequently visits a {@creature couatl} who is charged with guarding an ancient temple, sharing stories to help the couatl pass the years."],["3","A {@creature lamia} and a {@creature young brass dragon} lair in the same desert ruin, mostly leaving each other alone—but the lamia hopes to corrupt the dragon."],["4","A {@creature Young Brass Dragon||young brass dragon's} lair occasionally spawns {@creature Air Elemental||air elementals} that roam around the area for a while, causing havoc before eventually dissipating."],["5","A {@creature young brass dragon} and a {@creature weretiger} have become close friends as they try to keep a region safe from a growing horde of malicious gnolls."],["6","A {@creature young brass dragon} allowed a group of {@creature Cyclops||cyclopes} to shelter in the dragon's lair when they were harassed by a blue dragon. Now the cyclopes won't leave, so the dragon is trying to educate them."]],"name":"Connected Creatures; Young Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Brass Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult brass dragon} enjoys trading riddles with a {@creature gynosphinx}."],["2","Long ago, an {@creature adult brass dragon} swore service to a human priest, expecting to outlive the priest. But now the priest is a {@creature mummy lord}, and the dragon remains bound to serve."],["3","An {@creature efreeti} wants to claim an {@creature Adult Brass Dragon||adult brass dragon's} palatial lair and fabulous hoard."],["4","A pair of {@creature Roc||rocs} have nested too close to an {@creature Adult Brass Dragon||adult brass dragon's} lair, and they harass the dragon whenever they can."],["5","A {@creature guardian naga} charged with protecting an ancient artifact has decided that the artifact—as well as the naga—would be safer in an {@creature Adult Brass Dragon||adult brass dragon's} hoard than left alone in some crumbling ruin."],["6","A half-brass dragon {@creature yuan-ti abomination} leads other yuan-ti in worshiping an {@creature adult brass dragon} as a serpent god, much to the dragon's amusement."],["7","Two {@creature Adult Brass Dragon||adult brass dragons} are rearing a clutch of wyrmlings together, and they allow the infant dragons to wreak innocent havoc on nearby settlements."],["8","A solitary {@creature adult brass dragon} has adopted a {@creature blue dragon wyrmling} found starving in the desert."]],"name":"Connected Creatures; Adult Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Brass Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient brass dragon} once ruled a temple-state through a puppet sovereign, who is now a {@creature mummy lord} ruling a city of {@creature Ghoul||ghouls} that owe the dragon fealty."],["2","An {@creature ancient brass dragon} believes that a local {@creature androsphinx} is an insufferable know-it-all with no sense of humor and enjoys playing pranks on the sphinx."],["3","An {@creature ancient brass dragon} and an {@creature ancient blue dragon} have a centuries-old rivalry, and each dragon manipulates adventurers into harassing the other."],["4","An {@creature ancient brass dragon} rules a mighty city whose folk have erected massive stone monuments to honor the dragon over the centuries."]],"name":"Connected Creatures; Ancient Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A finely carved bust of a long-dead human ruler, which the dragon has named Cornelius and argues with incessantly"],["2","An elegant locket holding a watercolor portrait of a dragonborn the dragon fondly calls Lux"],["3","A polished platter engraved with an elaborate scene showing a person talking to a sphinx; the dragon likes to imagine being in the scene, dominating the conversation"],["4","A sculpture depicting a pod of dolphins leaping among stone waves, all of which the dragon has named and imagines as pets"],["5","A cameo pendant depicting a human woman the dragon calls \"Bruno\" and imagines to be a brilliant philosopher"],["6","A statuette of an important deity, which the dragon calls by a diminutive version of the god's name and baby-talks to"],["7","A large tapestry depicting a party of elves riding stags through the woods; the dragon has named all the stags and offers condolences on their being saddled and mounted"],["8","A sculpted bird in an ornate cage; the dragon calls the bird Fweep and sings to it"],["9","A large mirror in a frame studded with gemstones; the dragon likes to gaze in the mirror and imagine having a mate"],["10","An idol of an obscure minor divinity; the dragon addresses it reverently as \"O mighty Froglet\" (its shape is only vaguely frog-like)"]],"name":"Brass Dragon Treasures; Brass Dragon Art Objects","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The weakest creatures sometimes display the greatest courage. I respect all beings who risk their lives in defense of something greater than themselves."],["2","My payment is a matter of principle. Requiring even a small fee for my service allows those I help to preserve their dignity. It's really for your benefit."],["3","I have no time for chitchat or insinuation. I get to the point and expect others to do the same."],["4","I respect law and order, but it's no excuse for tyranny. Those who abuse power must be stripped of it, and soldiers have a responsibility to refuse immoral orders."],["5","I strive to treat foes honorably, but not at the expense of strategy. A quick death in combat is its own kind of courtesy."],["6","I trust my gut. I'd rather act on incomplete information than be hamstrung by indecision."],["7","I'm fascinated by other species' military technology, especially magic armaments and siege engines—the bigger, the better!"],["8","Conflict drives evolution. By sparking wars between nations, I contribute to the advancement of their civilizations. (And they pay me for it, too!)"]],"name":"Creating a Bronze Dragon; Bronze Dragon Personality Traits","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Action. Passivity is shameful. We owe it to the world and ourselves to try to improve things, even if we can't guarantee success. (Any)"],["2","Analysis. When possible, dig into the root of a conflict before committing to end it, to ensure you aren't fighting for the wrong side. (Any)"],["3","Honor. I never lie outright, though I choose my words carefully. I will fight to the death rather than break my word or abandon a comrade. (Lawful)"],["4","Discipline. Disorganization breeds defeat. I demand self-control from both myself and those who fight beside me. (Lawful)"],["5","Guardianship. It's the duty of the strong to protect the weak. (Good)"],["6","Dominance. Anyone who opposes my will is either an underling to be punished or an enemy to be vanquished. (Evil)"]],"name":"Creating a Bronze Dragon; Bronze Dragon Ideals","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Bronze Dragon||Young}","14","{@spell beast sense}, {@spell detect thoughts}, {@spell speak with animals}"],["{@creature Adult Bronze Dragon||Adult}","17","{@spell beast sense}, {@spell control water}, {@spell detect thoughts}, {@spell speak with animals}"],["{@creature Ancient Bronze Dragon||Ancient}","20","{@spell beast sense}, {@spell control water}, {@spell detect thoughts}, {@spell heroes' feast},* {@spell speak with animals}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Bronze Dragon; Bronze Dragon Spellcasting","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Attempts to salvage a sunken merchant ship are being thwarted by a bronze dragon who claims \"finder's rights.\""],["2","Betrayed by corrupt city officials, a bronze dragon is punishing the city by preventing ships from entering its harbor, but the citizens are suffering."],["3","A bronze dragon gathers crusaders to rescue a hero imprisoned in the Abyss—a mission that will mean almost certain death for the rank-and-file troops."],["4","A bronze dragon has conscripted a local militia into an ongoing conflict with a black dragon who lives in the waterlogged ruins of a magical academy."],["5","The bronze dragon who protects a coastal nation is stricken by a curse, and the cure lies in a sunken temple the dragon destroyed generations ago."],["6","Believing that the winner of a city's democratic election is unworthy of the job, a bronze dragon is now supporting an authoritarian leader instead."],["7","A bronze dragon has been approached by both sides in a war and needs agents to get close to both leaders to discover which has the worthier claim."],["8","A bronze dragon fears that a remote library-fortress is no longer the best place to safeguard an infamous tome called the Antitheorem Codex—and has decided to prove it by attacking the site."]],"name":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flight of {@creature Pseudodragon||pseudodragons} has raised an orphaned {@creature bronze dragon wyrmling}, who is quickly growing too large for the group's usual activities."],["2","A {@creature knight} rescued a {@creature bronze dragon wyrmling} from sacrifice at the hands of a cult, and the two now travel together in search of wrongs to right."],["3","A {@creature Bronze Dragon Wyrmling||bronze dragon wyrmling's} murdered tutor rose as a {@creature revenant}, and the dragon seeks anyone who can help obtain justice."],["4","A {@creature bronze dragon wyrmling} has chosen a lair filled with {@creature Poisonous Snake||poisonous snakes}, admiring the elegance with which they slither through the flooded tunnels."],["5","A {@creature bronze dragon wyrmling} has been captured by {@creature sahuagin} raiders and manipulated into serving as the band's icon and war leader."],["6","A group of {@creature merrow} stole a {@creature Bronze Dragon Wyrmling||bronze dragon wyrmling's} hoard, and the wyrmling is training a {@creature plesiosaurus} to help attack the merrow's stronghold."]],"name":"Connected Creatures; Bronze Dragon Wyrmling Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Bronze Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature guardian naga} and a {@creature young bronze dragon} each defend half of an artifact called the Sundered Crown."],["2","A {@creature young bronze dragon} and a {@creature medusa|MOT} have been enemies for so long that they've developed mutual respect, communicating by way of a magical book that teleports back and forth between them."],["3","A {@creature young bronze dragon} seeks to turn a band of {@creature Cyclops||cyclopes} into a disciplined army, with little success."],["4","A {@creature young bronze dragon} has been magically bound to the service of a {@creature marid}, and the dragon is unable to take direct action to get free of the genie."],["5","A {@creature young bronze dragon} runs a prestigious military academy, training paladins of smaller species to fight for justice beneath the dragon's banner."],["6","Dragonborn pirates bribe a {@creature young bronze dragon} into helping them steal ship cargoes for a sizable cut of the profits."]],"name":"Connected Creatures; Young Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Bronze Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature rakshasa} disguised as a pirate lord seeks revenge on the {@creature adult bronze dragon} who has killed the Fiend three times so far."],["2","An {@creature adult bronze dragon} regularly consults a {@creature storm giant} whose prophecies give hints as to which conflicts the dragon should seek out and engage in."],["3","An {@creature adult bronze dragon} keeps a {@creature roc} as a beloved pet and views the creature's predations on local settlements as simply part of the natural order."],["4","An {@creature adult bronze dragon} swore an oath to a comrade who later became a {@creature vampire}. The dragon reluctantly continues to protect the vampire, all the while searching for a way to reverse the transformation."],["5","An {@creature adult bronze dragon} sends regular tributes of treasure to an {@creature adult topaz dragon|FTD}, not wanting the topaz dragon's enmity to become a threat to coastal communities under the bronze dragon's protection."],["6","An {@creature archmage} and an {@creature adult bronze dragon} who have been friends since they fought together in the mage's youth often visit each other to share stories."],["7","An {@creature adult bronze dragon} attempting to raise a clutch of wyrmlings alone is in desperate need of tutors and babysitters who can survive the assignment."],["8","An obsessed shadow dragon plots to trap an {@creature adult bronze dragon} in the Shadowfell until the bronze dragon too is transformed."]],"name":"Connected Creatures; Adult Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Bronze Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient bronze dragon} is locked in a centuries-old conflict with a {@creature kraken} that destroyed a settlement under the bronze dragon's protection."],["2","Two ancient dragons, one {@creature Ancient Bronze Dragon||bronze} and one {@creature Ancient Silver Dragon||silver}, support different nations locked in a war, each believing that their side has the moral high ground."],["3","An {@creature ancient bronze dragon} controls a network of privateers who prey on pirates and accept government commissions if the dragon deems a cause worthy."],["4","An {@creature ancient bronze dragon} guards a {@creature merfolk} monastery that's risen mysteriously from the depths, prompting attacks by greedy coastal nations even as the monks warn of a coming apocalypse."]],"name":"Connected Creatures; Ancient Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A painting of the bronze dragon alongside a human woman wearing an outdated military uniform"],["2","An ornate, mostly complete collection of Oristene's multi-volume Military History of the Outer Planes"],["3","A heavy cloak of shimmering blue scales, with an attached half-mask"],["4","An oversized key of living wood, with seemingly natural whorls in the bark that form the words, \"For service not forgotten\""],["5","A dragon-sized drinking vessel crafted from a behir horn"],["6","Framed blueprints of a siege engine called the Moonhammer"],["7","An aquatic howdah made of sharkskin and bearing an emblem of a lonely black tower perched high atop a sea stack"],["8","A statue of a dishonored elf general, which is surrounded by historical treatises recounting the general's disgrace and notes that suggest the dragon has vowed to redeem this former hero"],["9","An idol of an insectile devil, with a blindfold tied carefully around its compound eyes"],["10","An elaborate clockwork zoetrope that, when activated, displays a moving picture of a bronze dragon fighting a red dragon over a burning city"]],"name":"Bronze Dragon Treasures; Bronze Dragon Art Objects","page":98,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am generous with my time, my words, and my considerable wisdom—but my treasure is mine."],["2","I love music. It is truly the universal language, able to express ideas far better than mere words alone."],["3","I find the notion of trade and barter fascinating, and sometimes even find ways to participate in them."],["4","There is no sound I love more than laughter, a powerful balm for hearts and minds."],["5","I enjoy games of all kinds, especially challenges of wit and intellect—and those I can decisively win."],["6","I admire how brightly short-lived creatures shine before their lights go out."],["7","Nothing is more satisfying than deflating the egos of the high-and-mighty with a well-placed jibe."],["8","When I'm bored, stirring up a settlement and watching its people scurry about amuses me."]],"name":"Creating a Copper Dragon; Copper Dragon Personality Traits","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beauty. The ability to create, appreciate, and sustain beauty is the true measure of a creature or civilization. (Good)"],["2","Curiosity. The world holds so much to experience. I value different perspectives and insights. (Any)"],["3","Creativity. Our purpose is to create something new and clever, and I admire those who do so. (Any)"],["4","Change. The only constant is change, and we must change with the world. (Chaotic)"],["5","Fairness. Life is often unfair, and it is up to us to rebalance its scales from time to time. (Good)"],["6","Cruelty. Existence is a cruel joke. You can either be in on the joke, or be made a fool by it. (Evil)"]],"name":"Creating a Copper Dragon; Copper Dragon Ideals","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Copper Dragon||Young}","13","{@spell lesser restoration}, {@spell phantasmal force}"],["{@creature Adult Copper Dragon||Adult}","16","{@spell lesser restoration}, {@spell phantasmal force}, {@spell stone shape}"],["{@creature Ancient Copper Dragon||Ancient}","19","{@spell lesser restoration}, {@spell move earth}, {@spell phantasmal force}, {@spell stone shape}"]],"name":"Creating a Copper Dragon; Copper Dragon Spellcasting","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A copper dragon holds an annual competition of poetry and music. The winner dwells with and entertains the dragon for a year—providing a perfect opportunity to access the dragon's lair and hoard."],["2","An area of reputedly haunted hills is the domain of a copper dragon, who takes advantage of local legend and trickery for amusement and to deter intruders."],["3","A copper dragon is found half buried in a rock slide, badly injured and unable to recall what happened—or the location of the dragon's lair."],["4","A reclusive, eccentric noble who sometimes employs adventurers turns out to be a copper dragon working through various intermediaries."],["5","An {@creature adult copper dragon} wants {@creature Griffon||griffons} nesting near the dragon's lair gone but hopes to have the griffons—and their eggs—relocated rather than killed."],["6","A message found in the Underdark was meant for a copper dragon, who has believed for generations that the message's original bearer betrayed them."],["7","A copper dragon has been trying to engineer peace for two nearby domains by facilitating a romance between the heirs of those lands' rulers."],["8","A {@creature hobgoblin warlord} scarred by a copper dragon in youth has raised an army to slay the dragon and plunder the dragon's hoard."]],"name":"Copper Dragon Adventures; Copper Dragon Adventure Hooks","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flock of {@creature aarakocra} shelters a {@creature copper dragon wyrmling} from {@creature Gargoyle||gargoyles} hunting in the mountains."],["2","A {@creature copper dragon wyrmling} guards a hidden pass that leads into a sylvan valley populated by {@creature Centaur||centaurs}, {@creature Pixie||pixies}, and {@creature Satyr||satyrs}."],["3","A {@creature copper dragon wyrmling} has killed a number of domestic animals. A group of {@creature Druid||druids} wants the wyrmling captured and relocated, rather than killed."],["4","A ruined manor house being reclaimed by a newly titled noble is the lair of a {@creature copper dragon wyrmling}."],["5","A {@creature copper dragon wyrmling} follows a wizard everywhere, fascinated by {@spell prestidigitation} tricks."],["6","An {@creature ettin} is trying to keep a captured {@creature copper dragon wyrmling} as a pet."]],"name":"Connected Creatures; Copper Dragon Wyrmling Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Copper Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young copper dragon} has enticed a band of {@creature Kobold||kobolds} to undertake activities for the dragon's amusement—and to rein in the band's more chaotic tendencies."],["2","The head of a local thieves' guild is a {@creature young copper dragon} who delights in tales of daring thefts and skims the best stolen art objects as tribute."],["3","A {@creature young copper dragon} needs aid to root out a {@creature behir} that has claimed the dragon's lair."],["4","A band of raiders tithes treasure and tales to a {@creature young copper dragon}, in exchange for using the canyons around the dragon's lair as a haven."],["5","A {@creature dryad} dwelling in the woods near a {@creature Young Copper Dragon||young copper dragon's} lair helps to ward off intruders."],["6","A child's imaginary friend is a very real {@creature young copper dragon} who can cast {@spell invisibility}."]],"name":"Connected Creatures; Young Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Copper Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult copper dragon} befriended a {@creature djinni} after granting the genie freedom. Now the two meet yearly to talk and exchange news."],["2","{@creature Centaur} communities in the foothills surrounding an {@creature Adult Copper Dragon||adult copper dragon's} lair gather yearly to offer tribute to the dragon, who settles disputes and dispenses advice for them."],["3","A {@creature galeb duhr} acts as the guardian of an {@creature Adult Copper Dragon||adult copper dragon's} hoard."],["4","An {@creature adult copper dragon} regularly visits the {@creature Treant||treants} of the nearby forest to help protect their woods from encroachment."],["5","A band of {@creature Fomorian||fomorians} believe they have allied with a red dragon to burn a Feywild grove, but an {@creature adult copper dragon} has deceived them."],["6","An {@creature adult copper dragon} serves as the patron of a community of gnome tinkerers, who present their best ideas to the dragon in hopes of being funded."],["7","A community of {@creature Stone Giant||stone giants} believes an {@creature adult copper dragon} is a key figure in a prophecy—and the dragon has decided to play along for fun."],["8","An {@creature adult copper dragon} sends agents into a {@creature goristro} demon's labyrinth to steal a lost soul, as part of a centuries-long game."]],"name":"Connected Creatures; Adult Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Copper Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient copper dragon} and an {@creature ancient red dragon} have been playing a complex game of strategy for centuries, using whole communities as their pawns and nations as their game board."],["2","An {@creature ancient copper dragon} guards the sealed entrance to a ruined temple filled with devils."],["3","A renowned gnome trickster, now deceased, so impressed an {@creature ancient copper dragon} that the dragon assumes the gnome's form from time to time to help keep their legend alive."],["4","The {@creature ancient copper dragon} progenitor of a lineage of dragon-blooded sorcerers likes to check in on these descendants from time to time."]],"name":"Connected Creatures; Ancient Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A jeweled cloak pin bearing the symbol of an ancient secret society"],["2","A smooth piece of amber with what appears to be a tiny sprite frozen inside it"],["3","A metal egg that unfolds into a lotus-like flower"],["4","A harp that plays by itself on command"],["5","A six-foot-tall mirror of silvered glass in a precious frame carved with the shapes of coiling dragons"],["6","A complex puzzle box made of rare woods and inlaid with stone"],["7","The figurehead of a ship, carved in rare woods and set with gemstones—and bearing the likeness of the copper dragon's head"],["8","A complex astrological clock, with tiny gemstones marking out stars and constellations"]],"name":"Copper Dragon Treasures; Copper Dragon Art Objects","page":102,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","If you're not a thief or a frost giant, let's talk!"],["2","Are you comfortable? Can I tell your future for you? Just let me know what I can do for you, okay?"],["3","Jokes are as valuable as any gemstone and more fun to share."],["4","My empathy is a bottomless well. I can't help but lose myself in the emotions of others."],["5","The stars have much to tell us, and folk need me to interpret what the stars say."],["6","All play and no work—those are the words I live by."],["7","I am always the first to offer a compliment."],["8","Get off my snowfield, you immature bipeds! When I was a wyrmling, people respected their elders!"]],"name":"Creating a Crystal Dragon; Crystal Dragon Personality Traits","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Exploration. Yesterday is already known. Today is for something new. (Chaotic)"],["2","Empathy. It's a gift to share in another's joy, even if sometimes you must bear their pain, too. (Good)"],["3","Hospitality. We all live beautiful lives—it would be a shame not to share our lives with others. (Neutral)"],["4","Determinism. Our destinies may already be written, but the way we achieve them still matters. (Any)"],["5","Fun and Games. Play is learning, but without the boredom. (Chaotic)"],["6","Control. Everyone is welcome, as long as they follow my rules. (Lawful)"]],"name":"Creating a Crystal Dragon; Crystal Dragon Ideals","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A towering palace of ice and quartz that was once the abode of an {@creature ancient crystal dragon|FTD} is found deserted, with no clue as to whether its master will return or whether some other creature has claimed it."],["2","Prismatic shards rain from the sky in a beautiful but dangerous display. Rumors quickly spread that a crystal dragon is responsible."],["3","A crystal dragon invites the greatest bards and philosophers to partake in \"the Great Dialogue\" in the dragon's mountaintop lair. But only the dragon knows that the Great Dialogue has no end, and no one can leave the lair once it has begun."],["4","A crystal dragon intent on exploring a new world of the Material Plane has acquired a magic ship for the journey and now just needs a brave crew."],["5","A crystal dragon who has guarded a mountain pass for decades unexpectedly retires to the Elemental Plane of Air. Monstrous forces immediately move into the area—and might take control of the pass unless the dragon can be convinced to return."],["6","A royal heir goes missing while secretly visiting a crystal dragon. The heir's family, the heir's friends, and the dragon all want to find the heir, but no faction trusts the others."],["7","A crystal dragon seeks bold adventurers to steal an egg from an {@creature ancient white dragon} who is infamous for abject cruelty and utter remorselessness."],["8","A crystal dragon has ripped open holes to the Elemental Planes of Air and Water, creating flash glaciation that encroaches upon inhabited lands."]],"name":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature crystal dragon wyrmling|FTD} rides a sled pulled by a trained pack of {@creature Wolf||wolves} and frets about outgrowing this favorite pastime."],["2","A {@creature crystal dragon wyrmling|FTD} has foreseen an untimely end for the {@creature Bandit||bandits} who raided the wyrmling's lair and follows the bandits to keep them safe."],["3","A {@creature crystal dragon wyrmling|FTD} has befriended a {@creature white dragon wyrmling}. The wyrmlings' parents, who are ancient rivals, regard the relationship with concern."],["4","A {@creature crystal dragon wyrmling|FTD} encourages nearby farmers to go on dangerous excursions so they'll return with interesting stories to tell the dragon."],["5","A {@creature crystal dragon wyrmling|FTD} finds {@creature Ice Mephit||ice mephits} to be the perfect household servants—if only they would stop trying to kill the dragon's guests."],["6","A {@creature crystal dragon wyrmling|FTD} is placed in a monastery to learn the teachings of the monks before returning home in three years. The monks don't appreciate the wyrmling's pranks."]],"name":"Connected Creatures; Crystal Dragon Wyrmling Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Crystal Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young crystal dragon|FTD} tries to protect a local population of rare {@creature Snowy Owlbear|IDRotF|snowy owlbears} from poachers and hunters."],["2","A {@creature young crystal dragon|FTD} has adopted a group of {@creature Kobold||kobolds} and is trying to teach them the value of a good practical joke."],["3","A {@creature young crystal dragon|FTD} has captured a pack of {@creature Winter Wolf||winter wolves} loyal to a {@creature frost giant}, intent on convincing the wolves to change their evil ways."],["4","A lonely {@creature werebear} enjoys long conversations with a {@creature young crystal dragon|FTD} but doesn't always appreciate the dragon's sense of humor."],["5","A {@creature young crystal dragon|FTD} finds some {@creature Manticore||manticores'} bluster hilarious and befriends them despite their fear. But the dragon is having trouble overcoming the manticores' predatory nature."],["6","A {@creature young crystal dragon|FTD} uses {@spell dancing lights} and {@spell hypnotic pattern} to give an air of authenticity to a charlatan fortuneteller's act, in exchange for a portion of the take from the charlatan's clients."]],"name":"Connected Creatures; Young Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Crystal Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult crystal dragon|FTD} convinces a {@creature druid} to cast the {@spell awaken} spell on creatures around the dragon's lair, so the dragon will never want for conversation."],["2","A family of {@creature Yeti||yetis} seized an {@creature Adult Crystal Dragon|FTD|adult crystal dragon's} lair and hoard, and the dragon seeks help to drive the yetis out."],["3","An {@creature adult crystal dragon|FTD} and an elf {@creature archmage} have been friends for centuries and often go stargazing together on the peaks of their favorite mountains, but the dragon is grieving as the elf approaches the end of life."],["4","A pair of {@creature Adult Crystal Dragon|FTD|adult crystal dragons} lairing on neighboring mountaintops have enjoyed a decades-long snowball war, but their antics sometimes cause avalanches that threaten nearby villages."],["5","An {@creature adult crystal dragon|FTD} enjoys shaping the ice and snow near a den of {@creature Troll||trolls} into a labyrinth and watching the trolls try to make their way through it."],["6","{@creature Remorhaz||Remorhazes} infest the glacier beneath an {@creature Adult Crystal Dragon|FTD|adult crystal dragon's} lair, posing an imminent threat to the dragon's home and hoard."],["7","A {@creature revenant} persuades an {@creature adult crystal dragon|FTD} to help get revenge on the {@creature Frost Giant||frost giants} who murdered her."],["8","An {@creature adult crystal dragon|FTD} teaches astronomy to students of a renowned university, but the students must travel to the dragon's mountain lair for class."]],"name":"Connected Creatures; Adult Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Crystal Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A clan of dwarves has discovered a self-renewing vein of quartz near an {@creature Ancient Crystal Dragon|FTD|ancient crystal dragon's} lair. The dwarves mine the area aggressively, unaware that the dragon is spying on them—and intends to demand recompense at some point in the future."],["2","An {@creature ancient crystal dragon|FTD} is stalked by a villainous ranger who has already claimed a dozen draconic trophies."],["3","An {@creature ancient crystal dragon|FTD} follows a pod of whales from one sea to another, having grown fond of the valuable ambergris they leave in their wake. Now whalers are scheming to kill the dragon."],["4","A community of seal hunters reveres an {@creature ancient crystal dragon|FTD} as the spirit of their glacier home. Such worship amuses and flatters the dragon, who keeps the hunters safe and leads them to locations where seals are plentiful."]],"name":"Connected Creatures; Ancient Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An armillary sphere revealing the positions of several unknown worlds in the Material Plane (relative to the one the dragon is on)"],["2","A set of handmade {@deck Tarokka Deck|CoS|tarokka cards} depicting the various wizard clans of a magocracy called Glantri"],["3","A dazzling array of crystals carved to refract any light passing through them into star-like patterns"],["4","An oversized monocle custom-made for the crystal dragon, who thinks it looks stylish"],["5","A children's coin bank shaped like an owlbear, with beautiful blue gemstone eyes"],["6","An ancient water clock that tells the time with perfect accuracy"],["7","A star chart reproducing the night sky of some other Material Plane world"],["8","A magnificent fresco depicting a noble court in the Feywild"],["9","Alabaster panels etched with unusual glyphs, designed to be hung in windows to catch the light"],["10","Astrological birth charts for every year since the dragon was born"],["11","A vast number of colored glass bottles collected from dozens of cultures and historical periods"],["12","A fine divan set with gemstone buttons and stitched with silver thread"]],"name":"Crystal Dragon Treasures; Crystal Dragon Art Objects","page":106,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will not risk injury at the hands of weaker creatures—especially while I can turn them against one another and have them fight in my stead."],["2","It is difficult for anyone not of dragonkind to penetrate the twisting labyrinth of my thoughts."],["3","I might disagree with other dragons, but we are superior beings and should not lower ourselves to direct conflict."],["4","I have no interest in going to the surface world. It's where one sends one's servants."],["5","While the petty squabbles of other creatures bore and irritate me, I might hear out those who demonstrate an appreciation for the finer things in life by bringing me delicacies like clams or {@creature aboleth} flesh."],["6","I might be willing to exert myself to take out a {@creature mind flayer}. Those disgusting creatures must be stopped."],["7","I dream of seeing the deepest places in the ocean."],["8","I find I rather enjoy the company of people—as long as they remain unaware of my true nature."]],"name":"Creating a Deep Dragon; Deep Dragon Personality Traits","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Understanding. True power comes from the ability to discern other creatures' motivations better than they can discern yours. (Any)"],["2","Kindred. All dragons are kin to one another, and we would all do well to prioritize that kinship. (Any)"],["3","Mystery. I appreciate a question I cannot answer, so I strive to be an enigma for other creatures. (Any)"],["4","Adaptability. Whether taking on a new form, making new allies, or trying a new strategy, flexibility keeps one youthful. (Chaotic)"],["5","Superiority. Weaker creatures cannot be trusted, so I constantly remind my servants of my power. (Evil)"],["6","Patience. All creatures might teach me something, and I'm willing to wait and find out what that might be rather than acting in haste. (Good)"]],"name":"Creating a Deep Dragon; Deep Dragon Ideals","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Deep Dragon|FTD|Young}","14","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}"],["{@creature Adult Deep Dragon|FTD|Adult}","16","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}, {@spell water breathing}"],["{@creature Ancient Deep Dragon|FTD|Ancient}","19","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}, {@spell passwall}, {@spell water breathing}"]],"name":"Creating a Deep Dragon; Deep Dragon Spellcasting","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Unfamiliar drow adventurers have been prowling a city's streets at night and have been overheard talking about the dragon they serve."],["2","Svirfneblin hire the characters to deliver tribute to their deep dragon neighbor."],["3","A disguised deep dragon offers access to rare artifacts—to a party who is willing to partner up on a seafood shipping business."],["4","A talented young ranger is kidnapped by a deep dragon who wants a hunting partner."],["5","A friendly {@creature young copper dragon} seeks an entourage, hoping to impress the deep dragon holding the copper dragon's inheritance in trust."],["6","A deep dragon wants to know if rumors of a sea monster in an Underdark lake are true, so the dragon hires adventurers to investigate."],["7","Two Underdark settlements are about to go to war, having been carefully manipulated by a deep dragon. A desperate ruler offers a reward to anyone who can uncover the true cause of the hostility."],["8","A deep dragon wants someone to manufacture a scenario that will get the dragon out of an old commitment to protect a city."]],"name":"Deep Dragon Adventures; Deep Dragon Adventure Hooks","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ogre} has acquired a {@creature deep dragon wyrmling|FTD} as a pet, ignoring the fact that the dragon is an intelligent creature who will grow extremely large."],["2","An inquisitive {@creature deep dragon wyrmling|FTD} has made it to the surface world. Lost and confused, the wyrmling has been captured by a group of cruel adventurers."],["3","A {@creature deep dragon wyrmling|FTD} whimsically rules over a worshipful group of kobolds, sending them to the surface to fetch delicacies the wyrmling craves."],["4","An exclusive auction in an enclave of Lolth-worshipers features a deep dragon egg just about to hatch."],["5","A {@creature deep dragon wyrmling|FTD} with an experimental bent has created a \"garden\" of {@creature Gray Ooze||gray oozes}."],["6","An orphaned {@creature deep dragon wyrmling|FTD} is cared for by a {@creature giant constrictor snake} that is the recipient of a druid's {@spell awaken} spell."]],"name":"Connected Creatures; Deep Dragon Wyrmling Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Deep Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young deep dragon|FTD} has captured a number of {@creature kuo-toa} and has decided to try them out as servants instead of eating them."],["2","A {@creature young deep dragon|FTD} maintains the guise of a handsome Humanoid artist so as to maintain an adoring cult of drow and duergar admirers."],["3","A rather snooty {@creature Bone Naga (Spirit)||bone naga} serves as a {@creature Young Deep Dragon|FTD|young deep dragon's} loyal butler, as it did for the dragon's parent."],["4","A {@creature young deep dragon|FTD} has organized a society of hobgoblin explorers, whose members seek out new places in the Underdark for the dragon to visit."],["5","A {@creature doppelganger} mimics a {@creature Young Deep Dragon|FTD|young deep dragon's} Humanoid form while committing a string of murders, hoping to turn local Underdark settlements against the dragon."],["6","Despite repeated {@creature mind flayer} attacks, a {@creature young deep dragon|FTD} refuses to leave the cave where the dragon's best friend—an adventurer who won the dragon's respect and affection—lingers as a {@creature ghost}."]],"name":"Connected Creatures; Young Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Deep Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult deep dragon|FTD} has played chess with a drow matriarch for centuries. Each move represents what that player plans to do next in the competitors' long struggle for domination in the Underdark."],["2","A {@creature fire giant} who accidentally insulted a deep dragon is tormented by the dragon's servants in ways that can't be tied to the dragon conclusively."],["3","A group of {@creature Cyclops||cyclopes} wants a deep dragon to protect them from {@creature Mind Flayer||mind flayers}, but the dragon is uninterested in meeting with them despite their repeated petitions."],["4","A nest of {@creature Vampire||vampires} has developed a taste for deep dragon blood."],["5","An {@creature adult deep dragon|FTD} craves the knowledge stored in an {@creature Aboleth||aboleth's} nearby lair."],["6","A {@creature spirit naga} desperately wants to claim the key to a mysterious underground door from the hoard of an {@creature adult deep dragon|FTD}."],["7","An {@creature adult deep dragon|FTD} has ended up rearing a {@creature young brass dragon} and is running out of patience for the young dragon's mischief."],["8","An {@creature adult deep dragon|FTD} takes pride in breeding {@creature Hell Hound||hell hounds} but can't control them."]],"name":"Connected Creatures; Adult Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Deep Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient deep dragon|FTD} has taken on a {@creature young red shadow dragon} as a protégé."],["2","Two ancient dragon lovers—one {@creature Ancient Deep Dragon|FTD|deep} and one {@creature Ancient White Dragon||white}—see each other only once every hundred years, when they choose targets for a deadly hunting spree."],["3","Two {@creature Ancient Deep Dragon|FTD|ancient deep dragons} fight over territory. Unwilling to move against each other directly, they use local settlements—and any competent visitors—as pawns in their struggle."],["4","An {@creature ancient deep dragon|FTD} has put the folk of a city to work building the dragon a metropolis to rule in the center of a vast underground salt lake."]],"name":"Connected Creatures; Ancient Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A statue of an unknown winged antelope-like creature carved from a single massive opal"],["2","A preserved juvenile purple worm on an ebony stand set with amethysts"],["3","A cunningly worked metal automaton of a sphinx that, when addressed directly, answers every question with a question referencing forgotten civilizations"],["4","A set of filigreed gold claw covers set with gems that change color according to the wearer's mood"],["5","A silver pelt that belonged to a long-extinct species of bear and sheds snowflakes when touched"],["6","A painting of a caldera island with unique fauna that shows how to access the interior by swimming through an underwater cave"],["7","A magic chandelier that projects images of the most inaccessible places in the world on the wall, changing the images each time the chandelier is relit"],["8","A magical goblet activated when the creature holding it speaks the name of a country, whereupon the goblet fills with the finest wine from that land's vineyards"],["9","A set of exquisite miniature dragons made of precious metals, jewels, and stone, with one representing each kind of chromatic, metallic, and gem dragon"],["10","The jewel-encrusted skull of an ancient dragon, which the deep dragon always keeps close at hand and talks to when lonely"],["11","A magnificent set of drums painted with scenes from the folklore of an isolated mountain community"],["12","A beautifully worked statue of the deep dragon in a favorite Humanoid form, made by an artist the dragon knew centuries ago"]],"name":"Deep Dragon Treasures; Deep Dragon Art Objects","page":109,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I speak slowly and deliberately, pausing to reflect after (or sometimes in the middle of) each utterance."],["2","I am more interested in the shiny baubles people carry than in anything they have to say."],["3","I think of ships as kindred spirits and like to rub affectionately against their keels."],["4","I like to show visitors the vastness of my domain, so they appreciate how insignificant they are."],["5","I attack anyone I notice taking from the sea's bounty without offering something in return."],["6","I think of sailors' songs as their \"water speech\" and try to converse with them by humming snippets of tunes I have overheard."],["7","I swim alongside ships sailing through my domain, just out of arrow range, so they know I am watching."],["8","I am fascinated by the politics of surface realms and talk endlessly with sailors and adventurers to stay current on the latest happenings on land."]],"name":"Creating a Dragon Turtle; Dragon Turtle Personality Traits","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Endurance. We who dwell beneath the waves can weather all storms. (Any)"],["2","Indifference. What do I care for the fleeting concerns of those who crawl upon the land? (Any)"],["3","Curiosity. I want to know about everything that enters my domain, especially oddities from the surface world. (Any)"],["4","Supremacy. Creatures who refuse to recognize my rule over these waters suffer my displeasure. (Lawful or Evil)"],["5","Preservation. I am the ocean's steward, tending reefs and waters to ensure that they remain unspoiled. (Lawful)"],["6","Eradication. The peoples of the surface world were a mistake of creation. I will correct that error. (Evil)"]],"name":"Creating a Dragon Turtle; Dragon Turtle Ideals","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Dragon Turtle|FTD|Young}","13","{@spell fog cloud}"],["{@creature Dragon Turtle||Adult}","15","{@spell control water}, {@spell fog cloud}"],["{@creature Ancient Dragon Turtle|FTD|Ancient}","17","{@spell control water}, {@spell control weather},* {@spell fog cloud}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Dragon Turtle; Dragon Turtle Spellcasting","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ruthless shipping magnate has bribed a dragon turtle to attack competitors' vessels and drive them out of business."],["2","A curious dragon turtle swam upriver from the sea and is now stuck beneath a bridge on a major trade road, terrifying travelers."],["3","After an unwise attack from a whaling ship, a dragon turtle pursued the ship back to harbor and now attacks any ship that tries to leave."],["4","The sea around a wizard's tower is too stormy for ships to sail through, but a resident dragon turtle might be convinced to ferry the characters across."],["5","A royal bathhouse was renowned for its sauna, until the dragon turtle supplying the steam escaped and started rampaging through the palace."],["6","A millennium ago, a fabled sword was buried at sea with its wielder. Now the sword must be found, and only a dragon turtle remembers where it is."],["7","A dragon turtle has taken up residence in a subterranean lake, and the steam has been driving other creatures up out of their tunnels toward the surface."],["8","A sea god has sent a dragon turtle to unleash devastation along a populated coast."]],"name":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature sea hag} has promised treasure to a {@creature dragon turtle wyrmling|FTD} if the wyrmling brings the hag \"visitors\" by capsizing fishing boats."],["2","A school of {@creature Hunter Shark||hunter sharks} try to drive a {@creature dragon turtle wyrmling|FTD} out of their waters."],["3","A {@creature dragon turtle wyrmling|FTD} shares food with a {@creature giant octopus} in exchange for the octopus pilfering baubles from passing ships."],["4","A {@creature dragon turtle wyrmling|FTD} lairs in a geyser inhabited by {@creature Steam Mephit||steam mephits}, believing the creatures to be dragon turtle spirits."],["5","A {@creature dragon turtle wyrmling|FTD} is blamed for attacks on sea traffic being made by a {@creature plesiosaurus}."],["6","A {@creature dragon turtle wyrmling|FTD} plays with a pod of {@creature Killer Whale||killer whales}, leaping into the air and blowing clouds of steam each time the whales breach."]],"name":"Connected Creatures; Dragon Turtle Wyrmling Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Dragon Turtle Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young dragon turtle|FTD} serves as a mount for a {@creature sahuagin baron} in exchange for plunder."],["2","A {@creature young blue dragon} is teaching a {@creature young dragon turtle|FTD} to terrorize nearby settlements so the inhabitants will propitiate the dragon turtle with gold."],["3","A {@creature young dragon turtle|FTD} serves as a mobile rookery for a flock of {@creature Pteranodon||pteranodons} and eats fish they drop."],["4","A {@creature young dragon turtle|FTD} has been enslaved by an {@creature aboleth} and forced to guard the creature's lair."],["5","A clan of gnomes pays a {@creature young dragon turtle|FTD} to serve as a mobile refueling platform for their fleet of steamboats."],["6","A {@creature young dragon turtle|FTD} likes to feast on {@creature Giant Crocodile||giant crocodiles'} eggs."]],"name":"Connected Creatures; Young Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Dragon Turtle Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult bronze dragon} has befriended an {@creature Dragon Turtle||adult dragon turtle} and is trying to convince the dragon turtle to help fight off an invading navy."],["2","A {@creature marid} and an {@creature Dragon Turtle||adult dragon turtle} are traveling companions, touring oceans across the multiverse."],["3","{@creature Shambling Mound||Shambling mounds} grow like an infestation on an {@creature Dragon Turtle||adult dragon turtle's} shell and spread wherever the dragon turtle travels."],["4","An {@creature archmage} is helping an {@creature Dragon Turtle||adult dragon turtle} write a definitive history of the deep."],["5","An {@creature Dragon Turtle||adult dragon turtle} serves as a mount for the {@creature storm giant} who saved the dragon turtle's life."],["6","An {@creature Dragon Turtle||adult dragon turtle} hunts an aquatic {@creature purple worm} that has been hollowing out the reef where the dragon turtle dwells."],["7","An {@creature Dragon Turtle||adult dragon turtle} has awoken from a decades-long nap to discover that halflings have unwittingly built a seaside tavern upon the dragon turtle's back."],["8","An {@creature ultroloth} works with an {@creature Dragon Turtle||adult dragon turtle} living in the River Styx, using magic to protect the dragon turtle from the river's effects and charging travelers for safe passage to the other side."]],"name":"Connected Creatures; Adult Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Dragon Turtle Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient dragon turtle|FTD} and an {@creature ancient gold dragon} meet once a year to trade moves in a game of dragonchess that has been going on for centuries."],["2","An {@creature ancient dragon turtle|FTD} serves as counsel to an {@creature empyrean} court, tempering the Celestials' passions with the dragon turtle's endless patience."],["3","A {@spell geas} spell forces an {@creature ancient dragon turtle|FTD} to carry a {@creature Lich||lich's} tower."],["4","An {@creature ancient dragon turtle|FTD} is responsible for ensuring that a {@creature kraken} is never woken from its slumber."]],"name":"Connected Creatures; Ancient Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An elven coronet, which the dragon turtle wears as an earring"],["2","A pipe organ that the dragon turtle refers to as \"Bubbles,\" which works underwater"],["3","Cast-metal masks painted with the faces of rulers whose names the dragon turtle constantly misremembers"],["4","A zither fashioned from a conch shell, which the dragon turtle insists visitors play before granting them an audience"],["5","A painted egg decorated with glittering jewels"],["6","An ornate underwater carriage fashioned from coral and seashells, which the dragon turtle pushes back and forth like a toy"],["7","A sculpture depicting a knight on griffonback, whose lance the dragon turtle uses to scrape off barnacles"],["8","An urn engraved with a scowling dwarf's face, whose expression the dragon turtle mimics comically"],["9","A scepter fashioned to resemble a skeletal arm, which unnerves the dragon turtle for some inexplicable reason"],["10","An elegant candelabra that the dragon turtle thinks is lost, but that is actually wedged into a crack in their shell"]],"name":"Dragon Turtle Treasures; Dragon Turtle Art Objects","page":113,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I repeat what others have said back to them to make sure I have remembered it correctly."],["2","I might not like you, but I will endeavor to treat you with respect, if not kindness."],["3","I like to impress visitors by reciting epic poetry."],["4","The only people I'm interested in are those who know history and those who make history."],["5","I like to adopt the personas of characters from legend."],["6","I studiously mimic the mannerisms of my guests."],["7","I prefer to get others talking, then fade into the background. Sometimes literally."],["8","I seek out audiences and like to be the center of attention."]],"name":"Creating an Emerald Dragon; Emerald Dragon Personality Traits","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seclusion. It's safer if others don't know I'm here—safer for me and safer for them. (Any)"],["2","Observation. People lie. Histories lie. Even dragons lie. But actions always ring true. (Lawful)"],["3","Storytelling. There is a magic in the retelling of stories. Each new teller adds a bit of themself to the spell. (Any)"],["4","Nurture. Rearing a child is our best chance to make sure our own stories are passed on. (Any)"],["5","Inquisitiveness. Even the smallest village contains myriad stories of love, loss, triumph, and betrayal. There is always more to learn about people. (Any)"],["6","Espionage. Once I get paid for the information I glean, I don't care what others do with it. (Evil)"]],"name":"Creating an Emerald Dragon; Emerald Dragon Ideals","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An emerald dragon is the only witness to a murder but doesn't want to be found or identified."],["2","An emerald dragon seeks heroes to participate in a dramatic reenactment of a legendary battle involving dragon riders."],["3","An emerald dragon's assault on a {@creature fire giant} has attracted the attention of the giant's clan, and now the dragon seeks aid."],["4","Villagers have been going missing, and then are found weeks later roaming the forest. They have no memory of the emerald dragon who charmed them for wandering too close to the dragon's lair."],["5","{@creature Giant Lizard||Giant lizards} drawn to the lair of a legendary emerald dragon are terrorizing a nearby halfling settlement. One solution is to get rid of the dragon."],["6","An emerald dragon is the headmaster in absentia of a bardic college and must be convinced to defend the school in a contest against a rival college."],["7","An emerald dragon invisibly tails a party of adventurers, causing trouble for the heroes so the dragon can watch how they respond."],["8","An emerald dragon has been spying for a villainous cabal, ensuring the villains remain one step ahead of the adventurers."]],"name":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Blood Hawk||Blood hawks} routinely accost an {@creature emerald dragon wyrmling|FTD} who lairs near the hawks' nest."],["2","An {@creature emerald dragon wyrmling|FTD} is being hunted by a {@creature Fire Giant||fire giant's} pet {@creature hell hound}."],["3","An {@creature emerald dragon wyrmling|FTD} follows a {@creature berserker} to observe the berserker's life. The berserker believes the dragon is a spirit companion."],["4","A flattering {@creature orog} plies an {@creature emerald dragon wyrmling|FTD} with gems in exchange for information about a settlement the wyrmling has been observing."],["5","An {@creature emerald dragon wyrmling|FTD} keeps trying to play with a pair of newly hatched {@creature Fire Snake||fire snakes}."],["6","An {@creature emerald dragon wyrmling|FTD} has been captured by scheming duergar, who plan to use the wyrmling as bait to lure the wyrmling's parents out of their lair."]],"name":"Connected Creatures; Emerald Dragon Wyrmling Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Emerald Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young emerald dragon|FTD} has befriended a {@creature stone giant}, who is teaching the dragon giant folklore."],["2","A {@creature young emerald dragon|FTD} lairs in abandoned bandit caverns also occupied by a friendly {@creature earth elemental}, which hunts for buried coins for the dragon's hoard."],["3","A {@creature galeb duhr} acts as a door guard to a {@creature Young Emerald Dragon|FTD|young emerald dragon's} lair."],["4","A {@creature young emerald dragon|FTD} invites repeated visits from a {@creature drow mage} who corrects what the dragon has learned about the history of the elven schism."],["5","A {@creature young emerald dragon|FTD} attempts to drive off a clan of {@creature Cyclops||cyclopes} who have taken up residence in a nearby cave, attacking the clan's herd of {@creature Giant Goat||giant goats}."],["6","An {@creature assassin} and a {@creature young emerald dragon|FTD} train together to master the art of stealth."]],"name":"Connected Creatures; Young Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Emerald Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult emerald dragon|FTD} wages a constant battle against deep gnome miners, who scour the tunnels of the dragon's lair in search of emeralds."],["2","An {@creature adult silver dragon} tries to befriend and draw out a reclusive {@creature adult emerald dragon|FTD}."],["3","An {@creature adult emerald dragon|FTD} unwillingly serves a {@creature fire giant} tribe holding the dragon's egg hostage."],["4","An {@creature adult emerald dragon|FTD} is fascinated by the intrigues of a {@creature rakshasa} disguised as a human merchant prince."],["5","An {@creature adult emerald dragon|FTD} shows an {@creature emerald dragon wyrmling|FTD} how to safely observe Humanoids without being detected."],["6","An {@creature adult emerald dragon|FTD} keeps a wary eye on the {@creature Efreeti||efreet} who have built a tower near the dragon's lair, and indirectly aids any who oppose the efreet."],["7","An {@creature iron golem} ferries visitors across the lava moat surrounding an {@creature Adult Emerald Dragon|FTD|adult emerald dragon's} lair."],["8","An {@creature adult emerald dragon|FTD} spies on the {@creature adult red dragon} who killed the emerald dragon's mate, looking for weaknesses."]],"name":"Connected Creatures; Adult Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Emerald Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient emerald dragon|FTD} bargains with a {@creature pit fiend} to buy back the soul of a legendary hero."],["2","A group of {@creature Adult Red Dragon||adult red} and {@creature Adult Silver Dragon||silver} dragons set aside their differences to learn wisdom from an {@creature ancient emerald dragon|FTD}."],["3","Two {@creature Balor||balors} act as jailers for an {@creature ancient emerald dragon|FTD} imprisoned by a long-dead enemy."],["4","An {@creature ancient emerald dragon|FTD} works to summon a {@creature solar} to get a firsthand account for a history of the gods the dragon is compiling."]],"name":"Connected Creatures; Ancient Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A traveling cloak worn by an elf apostate named Huwellah Starshine to the trial where she was convicted and executed"],["2","A nonmagical crystal ball used by Firendelbip, a deep gnome seer who predicted the overthrow of a thousand-year-old fomorian empire"],["3","Spurs worn by the famous human cavalier Roganvald, who challenged the dragon Arathimax the Red (Roganvald's armor now lies in Arathimax's hoard)"],["4","The ornate badge of office of the lich Zakir, nine-time governor of the city of Durn"],["5","A gravy ladle belonging to Lara Rumpledeep, a famed halfling gourmand"],["6","A sextant used by the renowned dwarf explorer Thavrik Rustbeard"],["7","A jeweled hairnet worn by the cloud giant Ultania, who slew her own mother to claim her throne"],["8","A phoenix-shaped brooch passed down to each of the forty-seven recorded incarnations of Gaz, a githzerai monk"],["9","A trophy cup engraved with a pumpkin, awarded each year at the harvest festival of Riksdell before that settlement fell to a plague"],["10","Rusty chains used to bind the orc master thief Korjus before she escaped and conquered half the lands of the south"]],"name":"Emerald Dragon Treasures; Emerald Dragon Art Objects","page":117,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Some people say I have a short attention span, and that I'm easily distractable, but they don't... oh wow, is that a lute?"],["2","I do not constantly steal food. If you can't keep track of your rations, that's really a personal failing."],["3","I'm much smarter than I look, and if you can't say the same, this is going to be a short conversation."],["4","Elf, dwarf, horse—you non-dragons all look the same to me. No offense."],["5","When I narrate what I'm doing in song, it makes everything feel more epic, don't you think?"],["6","The world is a product of my imagination. The fact that you think you exist when I'm not thinking about you is adorable."],["7","I'm quick to make friends and love winning over grumpy and stoic types. If they don't yet appreciate my help, that just means they need more of it!"],["8","I like to earn people's trust, then lead them into dangerous situations and make off with their treasure while they're distracted."]],"name":"Creating a Faerie Dragon; Faerie Dragon Personality Traits","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Benevolence. Jokes are one thing, but I won't abide cruelty. My mischief brings joy to the downtrodden and ridicule to oppressors. (Good)"],["2","Variety. How can anyone stand to do the same things over and over? I take any opportunity to shake things up by trying something new. (Chaotic)"],["3","Fun. What's the point of living if you're not going to enjoy yourself? (Any)"],["4","Humor. My jokes make life more interesting for everyone. Or at least for me. (Any)"],["5","Energy. Boredom is worse than death. I'm not much for plans, but you can always count on me to make something happen! (Chaotic)"],["6","Selfishness. Other creatures exist for my amusement. If tormenting them were wrong, why would I enjoy it so much? (Evil)"]],"name":"Creating a Faerie Dragon; Faerie Dragon Ideals","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A faerie dragon has noticed raiders tracking a defenseless caravan and is eager to warn someone who can help."],["2","A faerie dragon seeks revenge on the monsters that killed the dragon's ranger companion."],["3","A faerie dragon needs help ending a curse that has begun corrupting local plants and animals in the dragon's forest."],["4","A faerie dragon has been harassing local miners who are disturbing the dragon's territory."],["5","A faerie dragon has discovered the entrance to an ancient ruin and is eager to tag along while an adventuring party explores it."],["6","A faerie dragon has stolen a dangerous magic item from a wizard's workshop, without any idea of what it actually does."],["7","A faerie dragon has stumbled upon the recently dead corpse of a centaur messenger bearing a crucial warning for the centaur's community."],["8","A faerie dragon has been magically compelled to work as an invisible assassin and is desperate for someone to break the compulsion."]],"name":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Connections","colLabels":["d10","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An entrepreneurial gnome uses a {@creature Faerie Dragon (Violet)||faerie dragon's} Euphoria Breath to open a novel relaxation spa; the dragon appreciates the steady stream of treats and baubles they receive in exchange for their labor."],["2","A {@creature Faerie Dragon (Violet)||faerie dragon} is in love with a member of a {@creature pixie} royal court and is constantly searching for some grand deed capable of impressing their beloved."],["3","A {@creature Faerie Dragon (Violet)||faerie dragon} uses magic to aid in the rambling revels of a band of {@creature Satyr||satyrs}."],["4","A {@creature Faerie Dragon (Violet)||faerie dragon} and a {@creature quasit} are sworn enemies, and their invisible battles and the elaborate traps they lay for each other cause havoc in the area where they both live."],["5","A mercenary band keeps a {@creature Faerie Dragon (Violet)||faerie dragon} captive in a cage, forcing the dragon to act as a jester."],["6","A {@creature Faerie Dragon (Violet)||faerie dragon} nests in the branches of a tree that recently received the benefit of a {@creature Druid||druid's} {@spell awaken} spell and promises to teach the {@creature awakened tree} in exchange for shelter and companionship."],["7","A {@creature Faerie Dragon (Violet)||faerie dragon} rules a pack of {@creature Blink Dog||blink dogs}, leading them on a grand quest against evil that the dragon is making up along the way."],["8","A {@creature green dragon wyrmling} has recruited a {@creature Faerie Dragon (Violet)||faerie dragon} as a spy, though the faerie dragon's bizarre means of carrying out orders leaves the green dragon wondering if it's worth the effort."],["9","A {@creature Faerie Dragon (Violet)||faerie dragon} constantly tries to impress a gruff dwarf priest by proselytizing to everyone they meet as they travel together, but the dragon's interpretation of their \"shared faith\" is extremely eccentric."],["10","A {@creature Faerie Dragon (Violet)||faerie dragon} has intimidated a gang of {@creature Goblin||goblins} and now forces the goblins to follow an increasingly bizarre set of rules."]],"name":"Connected Creatures; Faerie Dragon Connections","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fist-sized puzzle box that the dragon hasn't been able to open, and that holds a tiny clay tablet marked with a mysterious string of numbers"],["2","An illustrated tome titled Hrgold's Bestiary, which falls open to an oft-read entry on faerie dragons"],["3","A majestic military jacket featuring a dazzling array of medals and five different secret pockets"],["4","A gold-rimmed monocle sized for a cyclops, complete with a gold chain"],["5","A gilded pseudodragon skull that the faerie dragon likes to wear as a mask while pretending to be a different dragon called \"Regnus the Unspeakable\""],["6","A cask of wine stamped with the seal of a noble's private collection"],["7","A framed painting of a red dragon destroying an army, with a hole chewed through the dragon's face so the faerie dragon can stick their head through it"],["8","A tiny scale model of a castle that opens like a dollhouse to reveal the chambers and secret passages within"]],"name":"Faerie Dragon Treasures; Faerie Dragon Art Objects","page":120,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I prefer to parley before combat. If villains can be reformed without violence, all the better."],["2","Shorter-lived species often have difficulty perceiving the full scope of time's tapestry and lack the patience for my appropriately thorough explanations."],["3","Others might find me cold and dispassionate, but such is the price of perspective. Few creatures enjoy confronting the relative smallness of their lives."],["4","Disguises allow me to bestow small kindnesses and experience the simple pleasures of companionship without constantly being petitioned. I'm proud of my acting ability and never break character."],["5","The future is writ large in the patterns of history. I enjoy conversing with others who think critically about history and society."],["6","I enjoy gifts but find attempts to hire or bribe me deeply offensive."],["7","My reclusiveness is a filter. If someone lacks the motivation to overcome my barriers, then their matter is unworthy of my attention."],["8","On a long enough timescale, all actions are meaningless. So why should I deny myself anything?"]],"name":"Creating a Gold Dragon; Gold Dragon Personality Traits","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Foresight. Righteous action requires carefully weighing potential consequences to ensure the cure is not worse than the disease. (Lawful)"],["2","Restraint. I cannot right every wrong. I encourage others to solve their own problems, and I save my strength for tribulations only I can address. (Any)"],["3","Stewardship. I do not serve individuals, but rather history. By acting strategically, I tip the ultimate balance toward justice and virtue. (Good)"],["4","Objectivity. I remain impartial in my judgments and refuse to let personal feelings get in the way of what's fair or necessary. (Lawful)"],["5","Isolation. Every interaction has ramifications that stretch on into infinity. I curate my impact on the world by remaining aloof and self-reliant. (Any)"],["6","Sovereignty. Other creatures lack my wisdom and must be controlled to prevent wrongdoing. (Evil)"]],"name":"Creating a Gold Dragon; Gold Dragon Ideals","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Gold Dragon||Young}","17","{@spell bless}, {@spell cure wounds}, {@spell slow}, {@spell suggestion}, {@spell zone of truth}"],["{@creature Adult Gold Dragon||Adult}","21","{@spell bless}, {@spell commune}, {@spell cure wounds}, {@spell geas},* {@spell slow}, {@spell suggestion}, {@spell zone of truth}"],["{@creature Ancient Gold Dragon||Ancient}","24","{@spell bless}, {@spell commune},* {@spell cure wounds}, {@spell geas},* {@spell plane shift} (+16 to hit), {@spell slow}, {@spell suggestion}, {@spell word of recall}, {@spell zone of truth}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Gold Dragon; Gold Dragon Spellcasting","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When two cities stand on the brink of war, someone needs to make the arduous journey to convince a gold dragon to arbitrate the dispute."],["2","A scholar has learned a secret so dangerous that a gold dragon is set on magically wiping the scholar's mind. The dragon is recruiting trackers to locate the scholar, while the scholar tries to hire bodyguards."],["3","A gold dragon seeks to vanquish evil by conquering and uniting all nations under a totalitarian government that will enforce the dragon's benevolent laws."],["4","A gold dragon has been attacking travelers in an effort to drive them away from the dragon's territory, which holds a deadly artifact at its center."],["5","A gold dragon has decided to burn a plague- infected city to the ground, sacrificing the residents to limit the contagion's spread."],["6","A gold dragon needs agents to infiltrate a magical prison complex and liberate the dragon's monk companion, who has been unjustly sentenced."],["7","A gold dragon demands reparations from a city whose rulers sent adventurers to steal from the dragon's hoard."],["8","A gold dragon requires a team of specialists to help break into the infamous Lamentation Vault and acquire the world-shaking prophecy held within."]],"name":"Gold Dragon Adventures; Gold Dragon Adventure Hooks","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature gold dragon wyrmling} bonded with a {@creature xorn} over their shared love of gems and seeks to help the creature back to the Elemental Plane of Earth."],["2","A {@creature gold dragon wyrmling} yearns to imitate a {@creature couatl} mentor and is searching for a magical location worth guarding."],["3","A {@creature gold dragon wyrmling} is venerated by a tribe of lizardfolk—much to the consternation of the priest who used to rule the tribe."],["4","A band of {@creature Centaur||centaurs} makes pilgrimages to a {@creature Gold Dragon Wyrmling||gold dragon wyrmling's} lair, bringing gifts of gems and knowledge."],["5","A {@creature gold dragon wyrmling} is fascinated by modrons' clockwork determinism and has tracked down and befriended a rogue {@creature pentadrone}."],["6","A {@creature gold dragon wyrmling} has befriended a group of {@creature Githzerai Monk||githzerai monks} and visits them regularly to conduct elaborate thought experiments."]],"name":"Connected Creatures; Gold Dragon Wyrmling Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Gold Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young gold dragon} enjoys the company of {@creature Treant||treants}, who share the dragon's long view of history and methodical conversational style."],["2","A {@creature young gold dragon} lives in a cluster of stone spires and has secured the service of the {@creature galeb duhr} who watch over the site."],["3","An {@creature arcanaloth} has secured a contract requiring a {@creature young gold dragon} to serve the Fiend once every five years. It can't make the dragon do evil acts, but the jobs often have unforeseen consequences."],["4","A {@creature young gold dragon} maintains a lair in a flying cloud giant citadel, winning the continued right to dwell there in repeated gambling games."],["5","A {@creature young gold dragon} and an {@creature archmage} are uneasy companions, bound to defend each other by the dying wish of a heroic warrior they both loved."],["6","After a {@creature young gold dragon} freed a {@creature djinni} from servitude, the djinni installed a portal linking the dragon's lair to the djinni's citadel on the Elemental Plane of Air."]],"name":"Connected Creatures; Young Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Gold Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult gold dragon} has sworn to destroy the {@creature balor} who killed the dragon's mate."],["2","An {@creature adult gold dragon} feels responsible for a paladin's fall from grace and sends minions across the world in search of the paladin—now a {@creature death knight}—so they both might be redeemed."],["3","An {@creature adult green dragon} and an {@creature adult gold dragon} skirmish over control of the vine-choked ruins of a floating mausoleum and its library of talking skulls."],["4","An {@creature adult gold dragon} enjoys playing strategy games with an {@creature androsphinx}, one of the few creatures able to successfully bluff the dragon."],["5","An {@creature adult gold dragon} living in a desert temple helps some elf oracles interpret visions bestowed by an artifact called the Siren's Lens."],["6","An imprisoned {@creature mummy lord} has convinced its {@creature adult gold dragon} jailer that the mummy's plans for domination will be for the best in the long run."],["7","An {@creature adult gold dragon} crafted an {@creature iron golem} to defend the dragon's lair and talks to it as if it were a person."],["8","An {@creature adult gold dragon} hunts the {@creature adult blue dracolich} who stole the legendary Crown of Endings from the gold dragon's hoard."]],"name":"Connected Creatures; Adult Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Gold Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature solar} who admires an {@creature ancient gold dragon} campaigns to recruit the dragon into the service of the solar's god."],["2","An {@creature ancient gold dragon} is infatuated with an oblivious {@creature empyrean}, drawn in by the empyrean's carefree nature and larger-than-life emotions."],["3","An {@creature ancient gold dragon} and a {@creature lich} have vied to bend history to their respective wills. The two have reluctantly come to understand and empathize with each other."],["4","An {@creature ancient gold dragon} takes little interest in the day-to-day governance of a powerful empire. But the dragon expects to be obeyed completely when deigning to address the populace."]],"name":"Connected Creatures; Ancient Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fine tapestry depicting the intermingled family trees of several royal bloodlines going back multiple generations—and containing surprising revelations"],["2","An orrery showing the world's place in the solar system—with one gemstone planet too many"],["3","A scroll covered with surrealist imagery, entitled Voyage through the Land of Dreams"],["4","A black dragon skull with a crack down the middle and gems fixed in its eye sockets; a plaque along the bottom reads, \"So too shall ye be\""],["5","A metal wheel with various holy symbols affixed to its edges; thin arms at the center of the wheel are made to hold a spherical object that is missing"],["6","A series of nesting metal cylinders, each inscribed with a different proverb or paradox; the central cylinder contains a single gold dragon scale"],["7","An elaborate atlas bound in wyvern hide, with several remote regions circled and labeled in code"],["8","A clever clockwork music box that, when cranked, recites a prophecy in Modron"],["9","An elaborately decorated tea set, each of its cups themed after a different plane of existence"],["10","An elaborate calendar clock with one face burned and cracked and two others that are counting down to unspecified future events, including one less than a month away"]],"name":"Gold Dragon Treasures; Gold Dragon Art Objects","page":124,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're either with me or you're against me. Just kidding—you're lunch either way!"],["2","I hate how much people think they matter in a world that was old before their kind even learned the idea of names."],["3","The more the merrier as far as I'm concerned: more to control, more to torture, more to feast upon when I'm finally bored."],["4","Bipedal life is too ugly and ignorant to merit even a scrap of compassion."],["5","I like seeing life through the eyes of a lesser being—before forcing that creature to gouge their eyes out."],["6","The wilds are mine and mine alone, and anyone who thinks they can enter my territory had best hope I have other distractions that day."],["7","I allow others to dwell in my forest—if they act as my eyes, ears, and occasional playthings in return."],["8","I harbor no animosity toward anyone. Let me grow ancient with my forest, and I'll leave you in peace."]],"name":"Creating a Green Dragon; Green Dragon Personality Traits","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Isolation. Territories can be properly established only when all parties respect the borders of their neighbors. (Lawful)"],["2","Control. All lesser beings should bare their throats to their betters. (Evil)"],["3","Respect. Fear is amusing, but reverence is delicious. (Any)"],["4","Intrigue. The world is so much more entertaining when no one trusts anyone. (Evil)"],["5","Imagination. Nothing is more gauche than repeating the same activities day after day. (Any)"],["6","Tolerance. The impermanence of intelligent life is bittersweet and should be honored as such. (Good)"]],"name":"Creating a Green Dragon; Green Dragon Ideals","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Green Dragon||Young}","13","{@spell invisibility}, {@spell speak with animals}"],["{@creature Adult Green Dragon||Adult}","16","{@spell invisibility}, {@spell plant growth}, {@spell speak with animals}"],["{@creature Ancient Green Dragon||Ancient}","19","{@spell invisibility}, {@spell mass suggestion}, {@spell plant growth}, {@spell speak with animals}"]],"name":"Creating a Green Dragon; Green Dragon Spellcasting","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A green dragon is terrorizing a forest settlement, murdering and eating someone each night before depositing the grisly remains in the village square."],["2","{@creature Troll||Trolls} are attacking trade caravans, stealing and killing whatever they can—all to placate a green dragon living in their territory."],["3","A cult is capturing travelers to feed a newly hatched pair of green dragons."],["4","A convicted murderer begs for clemency, claiming to have been under the control of a green dragon while on a killing spree."],["5","The misty forest at the border of a coastal realm is beginning to grow alarmingly, and sages suspect it might be the work of a green dragon."],["6","A green dragon stirs from a long underground slumber to discover that a city has been built where the dragon's forest lair once stood."],["7","{@creature Hill giant} raiders promise to stop their pillaging in exchange for a clutch of {@creature Green Dragon Wyrmling||green dragon wyrmlings} to raise."],["8","A green dragon stalks a well-known trade route, interrogating all passersby on what they know about a dead gold dragon's lost hoard."]],"name":"Green Dragon Adventures; Green Dragon Adventure Hooks","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature green dragon wyrmling} is the centerpiece of a traveling circus but might not be a prisoner after all."],["2","A {@creature green dragon wyrmling} was raised by a cluster of {@creature Pseudodragon||pseudodragons}, whom the wyrmling now protects."],["3","Hobgoblin raiders have captured several {@creature Green Dragon Wyrmling||green dragon wyrmlings}, hoping to use them as the vanguards of their war parties."],["4","A {@creature green dragon wyrmling} exacerbates the chaotic tendencies of a group of {@creature Satyr||satyrs}, driving them to greater acts of mischief with the promise of rich rewards."],["5","A {@creature green dragon wyrmling} tricks a village of lizardfolk into believing the dragon is an incarnation of a lizardfolk god."],["6","An ancient {@creature couatl} attempts to shape the moral outlook of a {@creature green dragon wyrmling}, so the dragon might inherit the duty of guarding the couatl's treasures."]],"name":"Connected Creatures; Green Dragon Wyrmling Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Green Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young green dragon} and a {@creature treant} vie for influence over a woodland region."],["2","A {@creature young green dragon} forces a group of {@creature Dryad||dryads} to collect treasures for the dragon's hoard, threatening to destroy their trees if they refuse."],["3","An infestation of {@creature Twig Blight||twig blights} has taken over the lair of a {@creature young green dragon}, and the dragon will do anything to reclaim it."],["4","{@creature Green Hag||Green hags} compete to gain an alliance with a {@creature young green dragon}, turning a village into a staging ground for their games of deceit."],["5","A {@creature young green dragon} directs a conclave of yuan-ti under the command of a {@creature yuan-ti abomination}, ordering the serpentfolk to search the forgotten tunnels of a city for the ancient treasures buried there."],["6","An {@creature oni} and a {@creature young green dragon} work together to terrorize a village, taking a victim every night and leaving the rest too frightened to flee."]],"name":"Connected Creatures; Young Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Green Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ruler controlled by an {@creature adult green dragon} plunders the realm's populace to fill the dragon's hoard."],["2","Several {@creature Adult Green Dragon||adult green dragons} fight to claim a treasure hoard hidden under a woodland city."],["3","An {@creature adult green dragon} is bound to the service of a {@creature guardian naga} and baits other creatures to kill the dragon's naga captor."],["4","{@creature Giant Ape||Giant apes} raised from birth by an {@creature adult green dragon} now serve as the dragon's hunting party."],["5","Mind-controlled clerics lead unsuspecting worshipers to the lair of an {@creature adult green dragon}."],["6","An {@creature adult green dragon} works to corrupt a {@creature young gold dragon} trapped in the green dragon's woods."],["7","Wood elves flagellate themselves to earn the favor of a god suddenly turned cruel, not knowing they've been misled by an {@creature adult green dragon}."],["8","An {@creature adult green dragon} turns {@creature Treant||treants} against the druids who once guarded the treants' grove."]],"name":"Connected Creatures; Adult Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Green Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient green dragon} returns to the same sylvan forest every year to feed upon a herd of {@creature Unicorn||unicorns}."],["2","An {@creature ancient green dragon} prevents would-be rescuers from reaching a cursed realm whose people are magically asleep and hidden behind a forest of thorns."],["3","A once-peaceful land has become warlike, thanks to the {@creature ancient green dragon} controlling its elf monarchs."],["4","An {@creature ancient green dragon} is the guardian of a {@creature Lich||lich's} phylactery and extorts favors from the lich."]],"name":"Connected Creatures; Ancient Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The polished skull of a unicorn, latticed with luminescent blooms"],["2","An elaborate necklace of yuan-ti origin, set with gleaming gems and dripping with strands of pearls"],["3","A harp, its pillar carved to resemble a beautiful elf who weeps loudly and inconsolably"],["4","A marble statue that once showed a knight vanquishing a dragon, but due to strategic damage, now looks like a knight tumbling into massive jaws"],["5","The baby teeth of a Humanoid, preserved in amber furred with a golden fungus that smells like gingerbread"],["6","A giant-sized hunting horn scrimshawed with elaborate patterns, the pewter only slightly tarnished"],["7","A stained glass window still set within a fragment of wall depicting the many deaths of an elf monarch"],["8","A triptych of silver mirrors, set in an ornate brambled iron frame sculpted to depict figures in a grotesque bacchanal"],["9","Quartz terrariums carried on the backs of tourmaline jaguars, overgrown with misshapen cacti"],["10","A string of skulls riddled with too many eye sockets, their jaws replaced by carved gemstones"]],"name":"Green Dragon Treasures; Green Dragon Art Objects","page":129,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I often lose track of whether I'm in the Feywild or on the Material Plane."],["2","I have been known to throw caution to the wind when in pursuit of new items for my hoard."],["3","No matter how old I get, I always delight in harmless pranks and tricks."],["4","I've always been mature for my age, and I can't wait for the day I can retire to my lair to be taken care of by doting fey."],["5","I look down upon any being who resorts to violence to solve a problem."],["6","Conversing with others is often difficult because I'm so easily distr... oh my goodness, is that circlet made of silver?"],["7","I find the waking world tedious and mundane and would much rather spend my time asleep, in the realm of dreams."],["8","I find the whimsy of fey, and whimsy in general, to be exasperating and exhausting."]],"name":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits","page":130,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Curiosity. I might never be able to experience everything in the multiverse—but it doesn't hurt to try. (Any)"],["2","Nonviolence. Violence need never be the answer in a multiverse of infinite possibilities. (Neutral)"],["3","Whimsy. Why waste time on boring, ordinary concerns when the world is filled with fantastic and ludicrous wonders? (Chaotic)"],["4","Beauty. There is beauty to be found in even the simplest things if you look hard enough. (Good)"],["5","Inspiration. Great are history's artists and creators. But greater still are those who inspire them. (Any)"],["6","Power. Creatures are at their most vulnerable in their dreams, and I am the master of dreams. (Evil)"]],"name":"Creating a Moonstone Dragon; Moonstone Dragon Ideals","page":130,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wealthy and well-known artist's muse—a moonstone dragon—has stopped appearing in their dreams. The artist is desperate to hire adventurers to find the dragon."],["2","A clutch of moonstone dragons has discovered a portal to the Material Plane and is wreaking havoc on nearby villages, pilfering every bit of silver the locals own."],["3","A moonstone dragon seeks the platinum crown of a Fey prince—and will do anything to get it."],["4","A gluttonous moonstone dragon is consuming all the moonlight in a small forest, making the darkened path through the woods ideal for banditry."],["5","A moonstone dragon hosts a storytelling competition in the Feywild, and the winner gets to claim any one item on display in the dragon's lair."],["6","A moonstone dragon, offended by gifts of gold, is causing nightmares among the local nobility."],["7","A powerful spellcaster is forcing a captive moonstone dragon to invade the dreams of adventurers, sending parties on quests to assist the spellcaster's nefarious schemes."],["8","A moonstone dragon that accidentally stumbled through a portal to the Material Plane can't find a way back home to the Feywild."]],"name":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An abandoned {@creature moonstone dragon wyrmling|FTD} is being raised by a family of {@creature Faerie Dragon (Violet)||faerie dragons}, who eagerly encourage the wyrmling's mischievous habits."],["2","A {@creature moonstone dragon wyrmling|FTD} searches for whoever made the dragon's friend—a suit of {@creature animated armor} able to make witty, if limited, conversation."],["3","A {@creature moonstone dragon wyrmling|FTD} has convinced a lost {@creature white dragon wyrmling} that the latter is also a moonstone dragon, cursed by an archfey of winter. The two travel together, causing trouble in the name of lifting the \"curse.\""],["4","{@creature Ettercap||Ettercaps} captured a {@creature moonstone dragon wyrmling|FTD}, who has so far avoided becoming dinner by teaching the ettercaps to create wild, impossible sculptures with their webs."],["5","A {@creature moonstone dragon wyrmling|FTD} torments a group of lost modrons by tricking them into performing chaotic acts."],["6","A {@creature moonstone dragon wyrmling|FTD} has volunteered to be a spy in a conflict between a group of {@creature Pixie||pixies} and a group of {@creature Quickling|VGM|quicklings}. Both sides believe the wyrmling is working exclusively for them."]],"name":"Connected Creatures; Moonstone Dragon Wyrmling Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Moonstone Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young moonstone dragon|FTD} on the cusp of adulthood refuses to settle down and build a lair. To protect the local populace from the dragon's chaotic activities, a minor deity sends a {@creature deva} to temper the dragon's mischievous spirit."],["2","A {@creature young moonstone dragon|FTD} fell victim to a {@creature Fomorian||fomorian's} curse and has elected to stay with the Giant rather than reveal this magical affliction."],["3","A {@creature treant} and a {@creature young moonstone dragon|FTD} love to meet and share stories. While the dragon speaks of travels and adventures, the treant tells tales of the tiny moments that make up a forest's life."],["4","A {@creature young moonstone dragon|FTD} has acquired a powerful magic item belonging to one of the fey courts and is leading the assassin sent to retrieve the item on a chase through the Feywild."],["5","A {@creature young moonstone dragon|FTD} has joined a pack of {@creature Blink Dog||blink dogs} for a year and a day. The dragon pretends to be a blink dog and refuses to admit otherwise until this time with the pack expires."],["6","A {@creature young moonstone dragon|FTD} and a {@creature night hag} repeatedly encounter each other in the dream realm, but they have never met in the flesh."]],"name":"Connected Creatures; Young Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Moonstone Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Fey noble has sent an {@creature archmage} advisor to parley with an {@creature adult moonstone dragon|FTD} whose lair is in the noble's territory, and it isn't going well."],["2","Fascinated by the dreams of a {@creature myconid sovereign}, an {@creature adult moonstone dragon|FTD} has befriended the whole myconid colony."],["3","In the midst of a {@creature werewolf} invasion, someone suggests that a nearby {@creature Adult Moonstone Dragon|FTD|adult moonstone dragon's} hoard could be a good source of silver."],["4","An {@creature Adult Moonstone Dragon|FTD|adult moonstone dragon's} burgeoning hoard attracts the attention of an {@creature arcanaloth} seeking a powerful Feywild artifact."],["5","An {@creature adult moonstone dragon|FTD} attempts to help a {@creature beholder} worried that its dreams will soon give birth to a rival beholder."],["6","Members of a {@creature Night Hag||night hag coven} are determined to prevent an {@creature adult moonstone dragon|FTD} from contacting creatures in the dream realm, and the dragon has no idea why."],["7","An {@creature adult moonstone dragon|FTD} is called upon to discipline a group of {@creature Moonstone Dragon Wyrmling|FTD|moonstone dragon wyrmlings} that rampaged through a Fey noble's territory."],["8","An {@creature adult moonstone dragon|FTD} has amassed a menagerie of {@item Figurine of Wondrous Power||figurines of wondrous power} and activates the items regularly to liven up the lair."]],"name":"Connected Creatures; Adult Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Moonstone Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient moonstone dragon|FTD} and an {@creature ancient green dragon} vie for supremacy in a primeval forest."],["2","An {@creature ancient moonstone dragon|FTD} has partnered with an {@creature androsphinx} to guard a precious treasure, taking the place of the sphinx's slain {@creature gynosphinx} partner."],["3","An {@creature ancient moonstone dragon|FTD} is summoned to mediate a centuries-old conflict between fey courts."],["4","An {@creature Ancient Moonstone Dragon|FTD|ancient moonstone dragon's} sibling, imprisoned for centuries in the Shadowfell, has finally returned home as a shadow dragon."]],"name":"Connected Creatures; Ancient Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A statue of a beautiful Fey who appears to be laughing, crying, or scowling, depending on the viewer's mood; the dragon requires all who visit to describe the face and sends away anyone who sees an angry visage"],["2","A string of leaves collected from the rarest trees in the Feywild and then dipped in silver"],["3","A small mithral ball that shows significant scuffing, as the dragon plays with it constantly"],["4","A mobile from which hang six figurines of pixies and sprites; the dragon insists that Fey allies address any questions and concerns to the figurines"],["5","A painting of a beautiful Feywild vista; the dragon studies the painting every day for clues about the vista's whereabouts"],["6","An ornate silver chest that holds a mountain of gold coins; the dragon refuses to open the chest, claiming it can still smell the stink of the \"noxious metal\""],["7","A collection of gem-encrusted pitchers, decanters, and goblets; the dragon will not consume faerie nectar unless it is served in one of these items"],["8","A vast bookshelf full of dream journals written by creatures the dragon has befriended over the years; the dragon has each entry illustrated by a different celebrated artist, making the library one of the largest art collections in the world"]],"name":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects","page":132,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The thrill of the hunt and of battle makes my blood burn and stokes the fire in my heart. A pity there are so few foes and so little prey worthy of me."],["2","The worship of smaller creatures pleases me, though their weakness is pathetic—how can they do other than adore me?"],["3","Nothing is better than to sleep and dream upon my hoard with the warmth of a full belly. Let those who would disturb me beware!"],["4","Ah, if these foolish creatures only knew they were but pawns in the games I play to amuse myself."],["5","I know that others seek to steal my treasures, my beautiful baubles, won through strength and cunning. But they are mine. Mine!"],["6","All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power."],["7","Although my power and life span are vast, they have merely whetted my appetite for immortality."],["8","Heroes need foes to test them. Not all teachers can afford to be kind, and some lessons must be harsh."]],"name":"Creating a Red Dragon; Red Dragon Personality Traits","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cruelty. Pain and fear are the most powerful tools. With them, any creature's will can be broken. (Evil)"],["2","Might. Only the strongest survive and prosper, so I must be the strongest of all. (Any)"],["3","Greed. If I desire a thing, then it must be mine and mine alone. (Evil)"],["4","Respect. All that I have achieved must be acknowledged and treated with the utmost respect. (Any)"],["5","No Limits. I do whatever I please, whenever it pleases me to do so. (Chaotic)"],["6","Responsibility. Fire destroys, but it can also temper when it is applied carefully—if the material tested is strong enough. (Lawful)"]],"name":"Creating a Red Dragon; Red Dragon Ideals","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Red Dragon||Young}","16","{@spell bane}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell suggestion}"],["{@creature Adult Red Dragon||Adult}","19","{@spell bane}, {@spell dominate person}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell suggestion}"],["{@creature Ancient Red Dragon||Ancient}","21","{@spell bane}, {@spell dominate person}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell power word stun}, {@spell suggestion}"]],"name":"Creating a Red Dragon; Red Dragon Spellcasting","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A red dragon has spent years hunting a stolen treasure, which has fallen into the hands of adventurers who have no idea where it came from."],["2","A red dragon's fiery breath is the only means of completing an important magic item or of destroying a baleful artifact."],["3","A red dragon is the cause of raging wildfires, making the hunt for the dragon even more dangerous."],["4","A red dragon is unusually willing to entertain a peace envoy representing the various peoples dwelling in the valley below the dragon's mountain lair."],["5","A dwarf wants to recover a family heirloom rumored to be in the hoard of a red dragon."],["6","Evil cultists plan to meet with a red dragon and persuade it to become a dracolich."],["7","A red dragon has been held in an enchanted slumber for generations, but signs suggest the enchantment is beginning to fail."],["8","A region has survived for generations by annually tithing victims and treasures to a red dragon."]],"name":"Red Dragon Adventures; Red Dragon Adventure Hooks","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature fire giant} lord has captured a {@creature red dragon wyrmling} and is looking to train the willful creature as a pet."],["2","A {@creature red dragon wyrmling} adopted a nest of {@creature Fire Snake||fire snakes}, which have now grown into {@creature Salamander||salamanders} who protect the wyrmling."],["3","A band of {@creature Kobold||kobolds} was driven out of its warren by a {@creature red dragon wyrmling}; they now raid to survive—and to gather offerings to propitiate \"the winged god.\""],["4","A tiefling child has secretly hidden and raised a {@creature red dragon wyrmling} from an egg. The wyrmling is bonded to the child, but dangerous to anyone else."],["5","A bound {@creature fire elemental} serves as the guardian of an orphaned {@creature red dragon wyrmling}."],["6","A band of {@creature Hobgoblin||hobgoblins} is thrown into chaos when a {@creature red dragon wyrmling} supports a coup by an ambitious war leader, in exchange for tribute."]],"name":"Connected Creatures; Red Dragon Wyrmling Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Red Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature specter} is bound as the guardian of a {@creature Young Red Dragon||young red dragon's} treasure hoard."],["2","A {@creature Young Red Dragon||young red dragon's} new lair spawns {@creature Magma Mephit||magma mephits} and {@creature Smoke Mephit||smoke mephits}, which escape into the surrounding countryside and cause mischief."],["3","A {@creature young red dragon} serves as the guardian of a githyanki creche, hoping to eventually earn the allegiance of the young githyanki raised there."],["4","{@creature Ogre||Ogres} and {@creature Ettin||ettins} cowed by a {@creature young red dragon} wander the foothills near the dragon's lair, helping to drive away intruders."],["5","A colony of {@creature Mind Flayer||mind flayers} has captured and controlled a {@creature young red dragon}, which now guards the passages to the illithids' underground lair."],["6","A parent of a {@creature young red dragon} has become a dracolich, and the dragon wishes to see the Undead abomination destroyed."]],"name":"Connected Creatures; Young Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Red Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flock of {@creature Gargoyle||gargoyles} dwell near an {@creature Adult Red Dragon||adult red dragon's} lair, serving as lookouts and guardians."],["2","{@creature Azer} artisans are bound in service to an {@creature adult red dragon}, for whom they make sculptures and art objects from precious metals and gems."],["3","An {@creature adult red dragon} rules over a hidden valley filled with dinosaurs."],["4","A {@creature shadow demon} serves as an {@creature Adult Red Dragon||adult red dragon's} spy and messenger."],["5","Cultists worshiping an {@creature adult red dragon} act as the dragon's agents throughout the region."],["6","A mysterious masked knight relentlessly hunting an {@creature adult red dragon} is, in fact, the dragon's half-dragon offspring bent on vengeance."],["7","An {@creature adult red dragon} owes a debt of service to an elderly {@creature druid}, enforced by a magical oath."],["8","An {@creature adult red dragon} has seized an outpost of an {@creature efreeti} pasha's domain as a lair, and the noble genie wants to evict the intruder."]],"name":"Connected Creatures; Adult Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Red Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient red dragon} controls a vast intelligence network that has infiltrated nearly every nation."],["2","An {@creature ancient red dragon} warlord has united a number of formerly squabbling nations, creating a massive army ready to conquer the known world."],["3","A cult in service to an {@creature ancient red dragon} is gathering resources to summon a consort of Tiamat, so the cult's master can defeat the consort in single combat and claim a place at Tiamat's side."],["4","A {@creature balor} demon hopes an {@creature Ancient Red Dragon||ancient red dragon's} dragonsight can help the demon coordinate a multidimensional play for power in the Abyss."]],"name":"Connected Creatures; Ancient Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hammered metal brazier elaborately etched and set with polished obsidian, which sits atop a stand holding rare incense blends"],["2","A beautifully inlaid mosaic map of the region within a 100-mile radius of the dragon's lair"],["3","A life-sized basalt statue of a fierce knight, weapon raised to strike, which might be the preserved form of an actual knight turned to stone"],["4","The blackened skull of a young dragon that has been etched with designs and decorated with gems"],["5","A tiered fountain filled with liquid gold that is cool to the touch, but immediately hardens if removed from the fountain"],["6","A statue of the red dragon with gemstones for eyes"],["7","A detailed, life-sized elf skull cast in precious metal"],["8","A game board and a complete set of pieces, all carved and inlaid with precious and semiprecious stones (the dragon is fond of playing the game but has few worthy opponents)"],["9","A fist-sized gemstone carved into a likeness of the dragon's head"],["10","A set of precious metal tablets containing ancient lore"],["11","A beautifully wrought crown set with fiery gemstones, possibly the legacy of a lost empire"],["12","A beautiful polished sphere of rainbow obsidian, set on a wrought-gold stand"]],"name":"Red Dragon Treasures; Red Dragon Art Objects","page":137,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I often fixate on specific historical battles or wars and won't rest until my hoard contains that conflict's most significant artifacts."],["2","I am constantly aware of a call from beyond this world. I must prepare to answer that call by amassing powerful arms and armor."],["3","I secretly look forward to adventurers trying to infiltrate my lair. How else could I try out new defenses?"],["4","Give me a storied helmet or scimitar over a pile of gold any day."],["5","No creature can outsmart my defenses—if they do, they obviously cheated."],["6","Any creature that can hold their own against me must teach me how—whether they want to or not."],["7","I cannot resist a game of dragonchess—which, I will have you know, my ancestors probably invented."],["8","The sight of blood makes me queasy."]],"name":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solitude. A stranger is just an intruder I haven't dealt with yet. (Neutral)"],["2","Preservation. Most creatures cannot be trusted to properly safeguard historically significant artifacts. I can. (Lawful)"],["3","Knowledge. The stories surrounding every piece in my collection are as important as the treasures themselves. (Any)"],["4","Order. An organized hoard makes me happy—and you don't want to see me unhappy. (Lawful)"],["5","Preparation. Justice and righteousness do not guarantee victory. Planning and tactics do. (Lawful)"],["6","Companionship. Sure, my hoard brings me great joy. But the real treasures are the guests who stop by to see it. (Good)"]],"name":"Creating a Sapphire Dragon; Sapphire Dragon Ideals","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Posing as an avatar of an evil earth elemental-god, a sapphire dragon serves as general to a fanatical cult—and claims the spoils of the cult's victories."],["2","A sapphire dragon is bound by an ancient pact to advise a monarchy on matters of defense—until someone bests the dragon's security measures."],["3","A sapphire dragon seeks adventurers to lead into battle against the {@creature Mind Flayer||mind flayers} that usurped the dragon's lair."],["4","Powerful infernal creatures have opened a portal in the middle of a city square. The key to closing the portal is a mythical holy weapon that happens to be the pride and joy of a sapphire dragon's hoard."],["5","A sapphire dragon threatens to sink a town into the Underdark unless the authorities find and turn over a thief who stole from the dragon."],["6","A village is beset by swarms of {@creature Giant Spider||giant spiders} drawn to the area when a sapphire dragon took up residence nearby. Ridding the village of the spiders means tampering with the dragon's food supply."],["7","A sapphire dragon invites warriors to vie for the honor of studying military tactics under the dragon. The front-runner is an infamous bandit leader who will undoubtedly terrorize the area if they win."],["8","A sapphire dragon's lair is so well protected that its inner defenses have never been tested. The dragon spreads rumors of the treasures within to attract adventurers who can put the traps to the test."]],"name":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After being robbed by gnomes who had pledged to protect the hoard, a {@creature sapphire dragon wyrmling|FTD} installs new guardians that have no interest in material riches: {@creature Gelatinous Cube||gelatinous cubes} and {@creature Ochre Jelly||ochre jellies}."],["2","A band of {@creature Minotaur||minotaurs} in service to Baphomet has captured a {@creature sapphire dragon wyrmling|FTD} to learn from the wyrmling's strategies."],["3","Two {@creature Sapphire Dragon Wyrmling|FTD|sapphire dragon wyrmlings} vie for the same territory. Their primary battle tactic involves luring {@creature Grell||grells} into each other's lairs."],["4","A group of Lolth-worshiping {@creature Drow Elite Warrior||drow warriors} were sent to kill a {@creature sapphire dragon wyrmling|FTD} who has been making meals of their goddess's holy spiders."],["5","A {@creature sapphire dragon wyrmling|FTD} is on the verge of starvation after incorrectly identifying a nearby {@creature phase spider} nest as an easy food source."],["6","A {@creature Sapphire Dragon Wyrmling|FTD|sapphire dragon wyrmling's} hoard contains a cursed item, which has attracted {@creature Specter||specters} and {@creature Wraith||wraiths} to the area around the dragon's lair."]],"name":"Connected Creatures; Sapphire Dragon Wyrmling Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Sapphire Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young sapphire dragon|FTD} practices martial skills by regularly using a {@item horn of Valhalla} to summon {@creature Berserker||berserker spirits} to fight."],["2","A {@creature young sapphire dragon|FTD} has found a collection of long-forgotten {@creature Clay Golem||clay golems} and is trying to teach them military tactics."],["3","A {@creature druid} summoned {@creature galeb duhr} to guard a {@creature Young Sapphire Dragon|FTD|young sapphire dragon's} hoard in exchange for the dragon controlling the {@creature giant spider} population, but the galeb duhr are causing trouble for local miners."],["4","Two Lolth {@creature Cultist||cultists} seek a magical relic that attracts {@creature Giant Spider||giant spiders}, but the relic's resting place has become a {@creature Young Sapphire Dragon|FTD|young sapphire dragon's} feeding ground."],["5","A {@creature young sapphire dragon|FTD} and a {@creature hobgoblin warlord} have become friends. The hobgoblin visits regularly to trade war stories and tactics with the dragon."],["6","A {@creature kuo-toa archpriest} believes a {@creature young sapphire dragon|FTD} is a god named Sliploopdreegoo, and calls on other kuo-toa to worship the dragon."]],"name":"Connected Creatures; Young Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Sapphire Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult sapphire dragon|FTD} lives adjacent to active {@creature purple worm} tunnels, hoping the threat of the worm will deter treasure hunters."],["2","An {@creature adult sapphire dragon|FTD} employs a {@creature dao} to help shape and defend the dragon's lair, and the dao maintains a portal to the Elemental Plane of Earth there."],["3","An {@creature adult sapphire dragon|FTD} regularly confers with a plane-hopping {@creature archmage} regarding the dragon's ongoing dreams of other worlds and other lives."],["4","A {@creature drow priestess of Lolth} and several {@creature yochlol} demons have been ordered by their goddess to deal with the {@creature adult sapphire dragon|FTD} who has been hunting her holy spiders."],["5","A forgetful and nearsighted {@creature adult sapphire dragon|FTD} believes a {@creature blue dragon wyrmling} is actually the {@creature Sapphire Dragon Wyrmling|FTD|sapphire wyrmling} who left home months before."],["6","An {@creature adult sapphire dragon|FTD} and a squadron of githyanki have joined forces to locate and destroy a {@creature mind flayer} colony."],["7","A group of {@creature Stone Giant||stone giants} believes a {@creature young sapphire dragon|FTD} to be an emissary of their god, Skoraeus Stonebones. The dragon considers the notion ridiculous but loves having an audience who will listen to lectures on military history without complaint."],["8","An {@creature adult sapphire dragon|FTD} and an {@creature aboleth} psychically face off for control of an area of the Underdark. The constant bombardment of psychic forces has begun to affect the local fauna in strange ways."]],"name":"Connected Creatures; Adult Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Sapphire Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient sapphire dragon|FTD} has called a conclave of ancient gem dragons to discuss how they might reunite and restore Sardior, the Ruby Dragon."],["2","A horde of {@creature Revenant||revenants} led by a {@creature death knight} has one goal—destroying the {@creature ancient sapphire dragon|FTD} who defeated their army in battle centuries ago."],["3","An {@creature ancient sapphire dragon|FTD} guards the phylactery of a {@creature lich} who helped the dragon establish a lair centuries before becoming Undead."],["4","Lolth the Spider Queen has declared war on an {@creature ancient sapphire dragon|FTD} who has annexed the heart of her cult's Underdark territory."]],"name":"Connected Creatures; Ancient Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Art Objects","colLabels":["d6","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A battle standard showing the coat of arms of an ancient realm the dragon failed to protect"],["2","A dragonchess set with the white knights replaced by the symbols of a war god; the board is set up for the start of a new game, and the dragon has been waiting decades for the god to make the first move"],["3","A large tapestry depicting a bloody battle between two realms of the surface world; the dragon claims it is the tiny dragon embroidered in one corner"],["4","A music box that plays a haunting song; the dragon claims the music is very popular on another world"],["5","A necklace made from discarded sapphire dragon horn tips and tail barbs; the dragon refuses to say whether the pieces were donated willingly"],["6","A perfectly polished mirror that the dragon spends hours staring into, hoping to catch glimpses into other worlds"]],"name":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects","page":140,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am a creature of endless consumption, always looking for the next thing to possess or devour."],["2","I am rarely satisfied with what I have. I envy others' lives and belongings."],["3","I'm constantly calculating my next move. If I'm not at least one step ahead of foes, I'm a step behind."],["4","I loathe my existence, and the only thing that pleases me is sharing my misery."],["5","It isn't that I'm unsympathetic to others' needs; I just don't let sympathy get in the way."],["6","Everything is a transaction. I don't do anything before I know what's in it for me."],["7","It's nearly impossible for me to conceal my contempt for others."],["8","I truly regret the things I have done and will do whatever I can to atone."]],"name":"Creating a Shadow Dragon; Shadow Dragon Personality Traits","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Merciless. Life doesn't offer second chances, and neither do I. (Lawful)"],["2","Hedonism. The multiverse is painful enough. Seek pleasure wherever you can find it. (Chaotic)"],["3","Cruelty. The only release for my pain is to visit it upon others. (Evil)"],["4","Aspiration. I will one day find an escape from this condemnation. (Any)"],["5","Self-Serving. The petty concerns of other creatures are of no concern to me. I have enough to occupy my attention. (Neutral)"],["6","Compassion. My existence is misery, and no one else should have to suffer such torment. (Good)"]],"name":"Creating a Shadow Dragon; Shadow Dragon Ideals","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A shadow dragon hunts the descendants of the miners who, centuries ago, uncovered the Shadowfell portal that caused the dragon's corruption."],["2","A magical catastrophe has transported a town into the Underdark. The only path back to the surface goes directly through a shadow dragon's lair."],["3","A young woman seeks heroes to retrieve a family heirloom stolen from her. The woman is actually a {@creature night hag}, the heirloom is her heartstone, and the thief is a shadow dragon in Humanoid guise."],["4","As war brews in a Material Plane world, a shrewd shadow dragon exploits a convergence with the Shadowfell to establish a cross-planar arms trade."],["5","A hundred years ago, a savvy ruler bargained with a dragon to ensure the safety of the populace. The treaty is about to expire and must be renegotiated, but in the intervening century, the dragon has fallen to shadow."],["6","A group of shadar-kai (elves native to the Shadowfell) arrive at a city's gates, seeking refuge. They are fleeing the despotic rule of a shadow dragon—but fail to mention that the dragon pursues them."],["7","A shadow dragon has seized control of a city's criminal underworld. Those who want to depose the dragon face an army of assassins and Undead shadows."],["8","Night after night, innocent folk are drained of their life's energy and rise as {@creature Shadow||shadows}. A shadow dragon living in the area is suspected of the foul murders, but the real culprit is something else."]],"name":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature bard|VGM} befriends a shadow dragon wyrmling and teaches the dragon about the Shadowfell."],["2","A group of wicked duergar has discovered that dragon eggs hatched in a certain part of the Underdark produce shadow dragon wyrmlings. They believe (wrongly) that they can raise these wyrmlings to serve them."],["3","A shadow dragon wyrmling is training a colony of {@creature Darkmantle||darkmantles} to guard the lair the creatures all share."],["4","A shadow dragon wyrmling and a {@creature shadow demon} have become unlikely companions as they compare and contrast their parallel evolutions."],["5","Two shadow dragon wyrmlings of different dragon kinds blame each other for their transformation."],["6","A family of deep gnomes adopts a shadow dragon wyrmling, hoping to show the dragon a noble path through gloom and despair."]],"name":"Connected Creatures; Shadow Dragon Wyrmling Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Shadow Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young shadow dragon demands tribute from a group of myconids in exchange for shielding the myconids from other creatures of the Underdark."],["2","A young shadow dragon kidnaps a cleric to help stave off despair. The cleric is torn between attempting escape or trying to earn their freedom by helping the dragon."],["3","A coterie of dragon cultists has fallen under the sway of a young shadow dragon, and their obeisance borders on fanaticism."],["4","A young shadow dragon shares a lair with a {@creature cloaker}; the cloaker leaves the dragon alone but hunts other creatures in the lair."],["5","A young shadow dragon is attended by the {@creature Shadow||shadows} formed from the dragon's breath, even though the dragon despises these Undead."],["6","A young shadow dragon has been summoned from the Shadowfell and forced to stand guard over a wizard's sanctum."]],"name":"Connected Creatures; Young Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Shadow Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An adult red dragon continues to serve as the steed for a {@creature githyanki knight} even after transforming into a shadow dragon."],["2","An adult shadow dragon and an evil {@creature lich} vie for control of a crumbling empire, whose thousand-year history chronicles their struggle."],["3","An adult shadow dragon and a {@creature death knight} are both hunted by adventurers. In their previous lives, the two were sworn enemies, but now they join together against their common foes."],["4","An adult shadow dragon and a {@creature beholder} share a precarious bond, allied against an {@creature ancient sapphire dragon|FTD} neither can defeat alone."],["5","An adult shadow dragon is gathering a {@creature fomorian} army for some mysterious purpose."],["6","A recently transformed adult shadow dragon uses the new power of shadow to terrorize the {@creature adult silver dragon} who has been a rival for centuries."],["7","An adult shadow dragon hired a {@creature vampire} to convert the dragon's lizardfolk servants to immortal Undead minions, but the dragon now vies with the vampire for the Undead lizardfolk's loyalty."],["8","Two mated adult metallic dragons try to rebuild their lives after one becomes a shadow dragon."]],"name":"Connected Creatures; Adult Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Shadow Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A warlock hopes to make a pact with an ancient shadow dragon by way of an eldritch ritual. If the ritual succeeds, the dragon will be elevated to a status akin to that of a Great Old One."],["2","An ancient shadow dragon is harried by a {@creature solar}. Once the two were friends, and the solar hopes to cleanse the shadow from the dragon."],["3","Hidden away in an ancient shadow dragon's lair lurks a {@creature demilich}, its jeweled skull almost indistinguishable from the dragon's other grim baubles."],["4","An ancient shadow dragon courts Tiamat, enacting the Dragon Queen's every demand in hopes of gaining her affection—and becoming her first shadow dragon consort."]],"name":"Connected Creatures; Ancient Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate scepter marred by soot and grime"],["2","A priceless painting badly in need of restoration"],["3","A lump of melted precious metal that was once a splendid necklace and holds gemstones inside it"],["4","A series of fine charcoal drawings depicting the royal lineage of a prominent drow house"],["5","A seemingly plain gray tapestry; close inspection reveals a tableau in shades of dove, ash, and slate"],["6","A pair of stonework gargoyles rendered in a grotesquely baroque and terrifying style"],["7","A pile of loose sheet music representing the lost dirges of a famous shadar-kai bard"],["8","An exquisitely crafted mirror that drains all color from the reflections of those who look into it"],["9","A ventriloquist's dummy made to resemble the vampire Strahd von Zarovich"],["10","A peculiar dragonchess set entirely crafted from onyx, making it extremely difficult to tell one side's pieces from the other"]],"name":"Shadow Dragon Treasures; Shadow Dragon Art Objects","page":144,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","People are so wonderfully varied, and I do so love experiencing life with them."],["2","I'm an epicurean, and I live to eat all the delightful foods people concoct."],["3","It's my duty as a member of an elder species to protect and guide other peoples."],["4","I like coming up with new disguises to use among small folk. It makes me feel clever!"],["5","Violence is the provenance of uncouth beings, and I will do my best to avoid its use."],["6","I don't understand why anyone would fight when they could talk instead and build on this ecosystem of wondrous cultures and fascinating traditions."],["7","I owe the short-lived mortals I become friends with the responsibility of watching over their progeny."],["8","People must earn my respect—and they're failing badly."]],"name":"Creating a Silver Dragon; Silver Dragon Personality Traits","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sensualism. I savor the world and consume its myriad delights with appropriate gratitude. (Any)"],["2","Altruism. We are surrounded by a malignant and unfeeling cosmos. Ultimately, all we have is each other. (Good)"],["3","Camaraderie. The true treasure is the friends we make along the way. (Good)"],["4","Leadership. These younger species will do great things—but need some subtle support. (Good)"],["5","Guile. All the world is a stage, and it is both my purpose and my pleasure to give an excellent performance. (Any)"],["6","Ownership. This town, these families, this world—I've spent centuries watching over them, and they belong to me. (Evil)"]],"name":"Creating a Silver Dragon; Silver Dragon Ideals","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Silver Dragon||Young}","16","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell zone of truth}"],["{@creature Adult Silver Dragon||Adult}","18","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell polymorph}, {@spell zone of truth}"],["{@creature Ancient Silver Dragon||Ancient}","21","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell polymorph}, {@spell teleport}, {@spell zone of truth}"]],"name":"Creating a Silver Dragon; Silver Dragon Spellcasting","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","For centuries, a silver dragon has posed as a sage dwelling on a mountaintop. Now it's time to retire this persona without alarming the people who have grown reliant on the sage's advice."],["2","An adventurer's funeral takes a surprising turn when a silver dragon arrives to pay respects."],["3","A disgraced knight tries to escape the attention of the silver dragon whose kindness the knight once took advantage of."],["4","As a city comes under siege, a silver dragon must decide between solitude and saving the place where the dragon has lived so many lives."],["5","In memory of a long friendship with a late sovereign, a silver dragon vows to assist the sovereign's newly crowned child."],["6","Portraits have been vanishing from a silver dragon's hoard, and the people depicted in the portraits have begun committing crimes."],["7","An enraged silver dragon causes a blizzard in an oft-traveled mountain route and will not stop until stolen treasures are returned."],["8","A silver dragon is kidnapping children from a village, and no one knows why."]],"name":"Silver Dragon Adventures; Silver Dragon Adventure Hooks","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature silver dragon wyrmling} is raised by {@creature Giant Eagle||giant eagles} who have lost their own clutch of eggs."],["2","A {@creature silver dragon wyrmling} becomes the mascot and would-be protector of a group of refugee {@creature aarakocra}."],["3","A {@creature silver dragon wyrmling} practices precocious shape-shifting abilities among a colony of {@creature Kobold||kobolds}."],["4","A {@creature hell hound} watches over a {@creature silver dragon wyrmling} in the name of its master—a {@creature lich} hoping to corrupt the dragon when the dragon is older."],["5","A {@creature silver dragon wyrmling} besieges a pack of {@creature Pseudodragon||pseudodragons}, intent on teaching them poetry."],["6","{@creature Ogre||Ogres} keep a young {@creature silver dragon wyrmling} as a pet, and the dragon has become dedicated to changing the ogres' nefarious ways."]],"name":"Connected Creatures; Silver Dragon Wyrmling Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Silver Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young silver dragon} allows a {@creature stone giant} to take refuge in the dragon's lair."],["2","A {@creature young silver dragon} in Humanoid form tries to keep an unsuspecting royal heir away from an attractive stranger the dragon knows to be a {@creature succubus} or {@creature incubus} in disguise."],["3","A herd of {@creature Hippogriff||hippogriffs} has taken over a {@creature Young Silver Dragon||young silver dragon's} lair, and the dragon seeks to get rid of the interlopers without violence."],["4","Two silver dragons compete to see who is better at playing the part of a young noble."],["5","A {@creature young silver dragon} rules over a group of yuan-ti, claiming to be an ancient yuan-ti leader reborn."],["6","A {@creature young silver dragon} performs nightly to entertain a village of {@creature Cloud Giant||cloud giants}, hoping to earn their help in securing a new lair."]],"name":"Connected Creatures; Young Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Silver Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult silver dragon} watches over a flock of rare {@creature Goat||goats}, but a group of {@creature Storm Giant||storm giants} covet their wool."],["2","An {@creature adult silver dragon} and a {@creature vampire} write books of philosophy arguing with each other's works."],["3","An {@creature adult red dragon} killed a group of adventurers that an {@creature adult silver dragon} had befriended, and the silver dragon now seeks revenge."],["4","In making a new lair, an {@creature adult silver dragon} destroyed the home of some {@creature galeb duhr}, and the dragon now seeks help to restore the site for them."],["5","A number of {@creature Adult Silver Dragon||adult silver dragons} all pretend to be painters and vie for the commission to paint the ceiling of a huge cathedral."],["6","An {@creature adult silver dragon} leads a group of warriors, changing identities every generation."],["7","Having lost their own offspring, two {@creature Adult Silver Dragon||adult silver dragons} raise a clutch of {@creature Wyvern||wyverns}."],["8","A solitary {@creature adult silver dragon} domesticates {@creature Roc||rocs} as an amusement."]],"name":"Connected Creatures; Adult Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Silver Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient silver dragon} helps a group of spellcasters keep the {@creature tarrasque} asleep."],["2","An {@creature ancient silver dragon} is secretly the age-old blacksmith who creates magical weapons for a kingdom's heroes."],["3","Bound by an oath, an {@creature ancient silver dragon} rules a dead city in place of its original monarchs."],["4","An {@creature ancient silver dragon} has become the figurehead and protector of a clan of {@creature Frost Giant||frost giants}."]],"name":"Connected Creatures; Ancient Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group portrait of nobles set in a faded mahogany frame, one corner of which is etched with signatures"],["2","An ancient shortsword with a pommel in the shape of a goblin's face, its blade notched with heavy use"],["3","The shattered helm of a dwarf monarch, mended with brazed gold"],["4","A full suit of ancient armor, its breastplate scrimshawed with draconic faces"],["5","A pearl-handled switchblade, its blade eaten away by salt water and its handle emblazoned with a crest"],["6","An elaborate elven crown made to resemble a dragon's head"],["7","A triptych of tapestries depicting the end of a war, the restoration work that followed, and the sunset flight of a silver dragon leaving the renewed realm"],["8","A cape studded with gemstones and featuring epaulets of egret feathers, set on the shoulders of a battered tailor's mannequin"],["9","A dramatic portrait of a human noble rendered mostly as shadow and glinting light that reveals the dragon-shaped pendant the figure wears"],["10","A series of detailed obsidian sculptures depicting a human transitioning from childhood to old age"]],"name":"Silver Dragon Treasures; Silver Dragon Art Objects","page":148,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I seek no company other than my own, for no one else can compete with me."],["2","If my offspring can't care for themselves, I'm not sure they're worthy of my attention."],["3","The sea is beautiful and I love gazing upon it, but I abhor being wet."],["4","Why should I risk damaging my splendid physique when I can fight with the power of my mind?"],["5","I am predictable only in my unpredictability."],["6","It takes true artistry to maintain a warm, desert-like dwelling under the water."],["7","I soothe myself to sleep by imagining the perfect insults for bronze dragons; while I wait to meet one, I hone them on other creatures."],["8","I secretly enjoy conversing with lesser beings, although I usually do so only to find their weaknesses."]],"name":"Creating a Topaz Dragon; Topaz Dragon Personality Traits","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solitude. My own company obviates the need for others in my life, whether they are dragons or lesser creatures. (Any)"],["2","Change. Consistency is stagnation. (Chaotic)"],["3","Mental Superiority. I hone my mental powers so I can confuse, control, or kill any who annoy me. (Evil)"],["4","Territoriality. Any creature that comes into my territory has forfeited its right to be upset by anything I do to it. (Evil)"],["5","Wonder. Though I don't wish to spend time in it, my soul sings at the sight of the vast beauty of the ocean. (Good)"],["6","Code of Combat. I despise most other dragons, but I meet them face to face without resorting to the base trickery I use on lesser creatures. (Lawful)"]],"name":"Creating a Topaz Dragon; Topaz Dragon Ideals","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pirate ship is found floating on the open sea, the bodies of the crew completely desiccated. The only clue to what happened is a single topaz dragon scale on the deck."],["2","A topaz dragon has claimed a stretch of coastline and ordered the residents of a seaside town to vacate the area or suffer the dragon's wrath."],["3","A fishery that specializes in a type of eel favored by a local topaz dragon is \"haunted,\" and shipments of the eel vanish every time the ghost appears."],["4","Legends claim that a gauntlet imbued with divine power rests in a temple beneath the waves. Unfortunately, that temple is now the lair of an especially tricky topaz dragon."],["5","A topaz dragon is injured and stranded far from the sea, but the dragon is too proud to ask for help getting home."],["6","A topaz dragon is building a tableau of desiccated creatures and has grown obsessed with catching one treasure hunter who escaped the dragon's clutches."],["7","A topaz dragon has developed a taste for {@creature merfolk}, and the merfolk community near the dragon's lair is desperate for help."],["8","A topaz dragon is intent on destroying the homes of all intelligent creatures in the dragon's territory, and desperate locals seek to find out what's behind the dragon's wrath."]],"name":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Moved by pity, a {@creature giant eagle} continues bringing food to an abandoned {@creature topaz dragon wyrmling|FTD}, despite the wyrmling's attempts to eat the eagle."],["2","A {@creature pseudodragon} who is fanatical about the kinship of all dragonkind is trying to win a {@creature Topaz Dragon Wyrmling|FTD|topaz dragon wyrmling's} friendship."],["3","A {@creature topaz dragon wyrmling|FTD} has developed a taste for crab meat and persistently hunts a {@creature giant crab} that always manages to evade the wyrmling. (The crab might have been the recipient of a druid's {@spell awaken} spell.)"],["4","A mated pair of {@creature Griffon||griffons} found a topaz dragon egg, and they care for it as if it were their own."],["5","A {@creature sea hag} is on the hunt for a {@creature topaz dragon wyrmling|FTD}, to be used as a component in a fell ritual."],["6","A pirate crew keeps a curmudgeonly {@creature topaz dragon wyrmling|FTD} as a beloved mascot."]],"name":"Connected Creatures; Topaz Dragon Wyrmling Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Topaz Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young topaz dragon|FTD} engages in repeated aerial battles with a young {@creature gynosphinx} to determine territory. Both of them are secretly starting to enjoy the bouts."],["2","A {@creature young topaz dragon|FTD} found and ate a dead {@creature sahuagin} on the beach, unwittingly incurring the wrath of the sahuagin's community."],["3","A flock of {@creature Harpy||harpies} enjoy taunting a {@creature young topaz dragon|FTD} who has moved into their territory. The dragon adds a feather to a necklace for each harpy slain."],["4","A curious {@creature water elemental} supplies a {@creature young topaz dragon|FTD} with aquatic delicacies so as to learn more about the dragon."],["5","A {@creature young topaz dragon|FTD} continually attempts to steal eggs from a {@creature roc} nest, despite having nearly been killed by the roc parents multiple times."],["6","A clan of {@creature Winged Kobold||winged kobolds} consider a {@creature young topaz dragon|FTD} their monarch, despite the dragon's complete lack of interest and growing annoyance toward them."]],"name":"Connected Creatures; Young Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Topaz Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult topaz dragon|FTD} vies with a {@creature storm giant} over territory. The giant keeps live seafood in a tide pool, and the dragon keeps drying out the pool in an effort to drive the giant away."],["2","An {@creature adult topaz dragon|FTD} and an {@creature adult bronze dragon} are finding their centuries-old enmity turning into a more romantic passion."],["3","A {@creature djinni} hopes to convince a topaz dragon to tolerate the djinni's presence by driving off a clan of {@creature Cyclops||cyclopes} harassing the dragon."],["4","Reunited after years apart, an {@creature adult topaz dragon|FTD} parent and young dragon child realize they enjoy hunting together."],["5","A tempestuous {@creature marid} continually floods the carefully dried-out lair of a topaz dragon."],["6","A {@creature sahuagin baron} attempts to gain the support of other sahuagin for driving away a topaz dragon attempting to claim the sea devils' territory."],["7","A pirate captain tells stories of an {@creature Adult Topaz Dragon|FTD|adult topaz dragon's} legendary hoard while attempting to gather a crew to raid the dragon's lair."],["8","A ship wrecks near an {@creature Adult Topaz Dragon|FTD|adult topaz dragon's} lair. The dragon claims what's left of the cargo and tries to ransom the survivors (including the dragonborn ship captain) back to the city they came from."]],"name":"Connected Creatures; Adult Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Topaz Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient topaz dragon|FTD} has decided to set local {@creature ogre} and bandit clans against one another, hoping they wipe each other out."],["2","An {@creature adult bronze dragon} has ignored the petitions of townsfolk to deal with an {@creature ancient topaz dragon|FTD} killing livestock and farmers alike. But now the topaz dragon has killed the bronze dragon's child."],["3","An {@creature Ancient Topaz Dragon|FTD|ancient topaz dragon's} lair contains a portal to the Elemental Chaos."],["4","An {@creature ancient bronze dragon} and an {@creature ancient topaz dragon|FTD} are locked in an ongoing conflict that threatens shipping and caravans around a major city."]],"name":"Connected Creatures; Ancient Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate statue of a sea serpent that plays ocean sounds when its gemstone eyes are pressed"],["2","A set of seven levered brass mirrors that can be adjusted to direct light in different directions"],["3","A stained glass window depicting a golden city whose buildings are decorated with statues of dragons and other winged creatures"],["4","A gold scrying bowl that shows random, constantly shifting views of the Elemental Chaos"],["5","A 10-foot-tall statue of the dragon, carved out of a single massive yellow crystal (the dragon thinks it's flattering, except for the tail)"],["6","A large, shallow dish filled with water on which floats a set of delicate wooden ships; speaking different command words creates waves and whirlpools in the bowl"],["7","A large spherical gold chandelier that gives off sunlight and is surrounded by an intricate and interlocking set of glass bands engraved in an unknown language"],["8","A set of topaz-inlaid gold claw rings engraved with the names of bronze dragons the topaz dragon has killed"]],"name":"Topaz Dragon Treasures; Topaz Dragon Art Objects","page":152,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Talkative people are usually the most dangerous. I like to eat them first."],["2","I brood over past encounters with foes and sometimes mistake newcomers for my ancient enemies."],["3","I can recall many tidbits of lore picked up over the centuries but have no sense of their import."],["4","I don't like the taste of warm blood and always rinse my mouth out with snow after a fight."],["5","Whenever I encounter a new type of creature, I try to lure it back to my lair so I can add it to my collection of frozen trophies."],["6","I have named the wind that blows through my lair and speak to it often. It is my sole companion."],["7","I meet any challenge to my territory with aggression, even if I can't win outright."],["8","I feel protective of smaller, weaker creatures that are tormented by larger monsters."]],"name":"Creating a White Dragon; White Dragon Personality Traits","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rapacity. When a creature has the misfortune of crossing my path, I ask myself two questions: Am I hungry now? And if not, will I be hungry later? (Any)"],["2","Survival. This world is harsh and unforgiving, and so am I. I do whatever it takes to survive. (Any)"],["3","Dominance. I delight in making others tremble, knowing that I could kill them at any time. (Evil)"],["4","Isolation. All creatures are either prey or rivals. What do you mean by \"company?\" (Any)"],["5","Vengeance. Every scar upon my scales, every treasure beyond my reach, is a slight that must be answered. (Evil)"],["6","Service. I used to live as a beast, before learning what is possible when creatures put aside their petty needs in service of a greater goal. (Lawful)"]],"name":"Creating a White Dragon; White Dragon Ideals","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young White Dragon||Young}","12","{@spell gust of wind}"],["{@creature Adult White Dragon||Adult}","14","{@spell gust of wind}"],["{@creature Ancient White Dragon||Ancient}","16","{@spell gust of wind}, {@spell ice storm}"]],"name":"Creating a White Dragon; White Dragon Spellcasting","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A white dragon has been starving out a fortified settlement by decimating the local caribou herds."],["2","The words of a ritual to propitiate a vengeful spirit are tattooed on the flesh of a frost giant druid—who is entombed in the ice of a white dragon's lair."],["3","{@creature Aarakocra} have become a nuisance in the lowlands ever since they were driven out of their mountain aerie by the arrival of a white dragon."],["4","An item stolen from a white dragon's hoard has been passed down to an adventurer as a family heirloom—and the dragon is coming to get it back."],["5","After driving away a white dragon, a group of adventurers discovered a mighty demon trapped in the ice in the dragon's lair. Now the ice is melting and the demon will soon awaken—so the dragon must be lured back."],["6","A white dragon has been raiding distant farmlands, procuring gifts of food for a mate with a taste for unusual cuisine."],["7","A white dragon has been exacting vengeance on a rival silver dragon by killing off the silver dragon's Humanoid companions."],["8","A {@creature frost giant} wants to subdue a white dragon, hoping to overthrow the current frost giant jarl with the dragon's aid. In exchange for assistance from adventurers, the giant promises peace between the giant clan and nearby settlements."]],"name":"White Dragon Adventures; White Dragon Adventure Hooks","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pair of {@creature Ice Mephit||ice mephits} delight in chasing townsfolk into a {@creature White Dragon Wyrmling||white dragon wyrmling's} lair to be eaten."],["2","A brooding {@creature griffon} found a dragon egg and cared for it along with her own brood. Though the {@creature white dragon wyrmling} ate the griffon's other hatchlings, the griffon treats the wyrmling as her offspring and protects the creature fiercely."],["3","A clan of warriors has adopted a {@creature white dragon wyrmling} as the clan's sacred guardian and brings the wyrmling captured foes as offerings."],["4","{@creature Yeti||Yetis} keep a {@creature white dragon wyrmling} chained near the entrance of their lair to discourage scavengers."],["5","A well-meaning {@creature druid} is trying to rear a {@creature white dragon wyrmling} as a guardian of nature, training the dragon to hunt only Monstrosities. But the wyrmling keeps attacking other creatures."],["6","A band of {@creature Ogre||ogres} keeps a {@creature white dragon wyrmling} caged near their larder, as they have discovered that the dragon's cold breath keeps their meat fresh."]],"name":"Connected Creatures; White Dragon Wyrmling Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young White Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young white dragon} and a {@creature young remorhaz} are vying for control of the same territory, and their altercations endanger the other creatures in the area."],["2","A {@creature young white dragon} has gained control of an {@creature invisible stalker} and sends it out to steal treasure."],["3","A {@creature young white dragon} allows a clan of deep gnomes to mine the dragon's mountain home in exchange for a healthy portion of the gemstones they extract."],["4","A {@creature frost giant} hunter has raised a {@creature young white dragon} since the dragon hatched, and the two are now inseparable."],["5","A {@creature young white dragon} is pestered by a {@creature flameskull} bound to guard a magic item the dragon recently acquired."],["6","A {@creature young white dragon} has been stalking a herd of {@creature Mammoth||mammoths} for days, trying to pick off the herd's newborn calves."]],"name":"Connected Creatures; Young White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult White Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pirate captain uses the pervasive fog near an {@creature Adult White Dragon||adult white dragon's} lair to elude capture and propitiates the dragon with a share of the crew's booty."],["2","A {@creature djinni} has pledged to serve an {@creature adult white dragon} for a year and a day in exchange for sparing the genie's previous master's life."],["3","An {@creature arcanaloth} has been trying to tease information out of an {@creature adult white dragon}, hoping the dragon can lead it to a lost font of magical power."],["4","An {@creature adult white dragon}, captured by devils decades ago, now serves as a mount for an {@creature ice devil}."],["5","A {@creature beholder} manipulates an {@creature adult white dragon} into eliminating its enemies by inventing ways in which these foes have supposedly offended the dragon."],["6","A {@creature storm giant} and an {@creature adult white dragon} are engaged in a deadly game of cat-and-mouse, leaving a trail of destruction behind them."],["7","An {@creature adult white dragon} periodically brings a mouthful of gems to the {@creature ancient crystal dragon|FTD} who raised them, and who is now too old and tired to seek out new mineral veins for sustenance."],["8","A clan of {@creature Winged Kobold||winged kobolds} treat the air currents and ice slides of an {@creature Adult White Dragon||adult white dragon's} lair as an obstacle course. The dragon enjoys devising increasingly hazardous routes for the kobolds to tackle."]],"name":"Connected Creatures; Adult White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient White Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature death knight} and an {@creature ancient white dragon} swap tales of old foes and unanswered grievances, nursing the hunger for vengeance that sustains them."],["2","An {@creature ancient white dragon} makes intermittent assaults against a mated pair of {@creature Adult Silver Dragon||adult silver dragons} who lair nearby."],["3","An {@creature ancient white dragon} guards a {@creature Lich||lich's} phylactery, keeping it sealed in a tomb of ice. The lich visits periodically, bearing fabulous treasures as payment."],["4","A community of orcs believe an {@creature ancient white dragon} to be the reincarnation of a legendary leader. They've been venerating the dragon so long that the dragon now believes the story and speaks proudly in Orc about the orcs' triumphs."]],"name":"Connected Creatures; Ancient White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A war horn carved to resemble a dragon's head with a wide-open maw, which the dragon calls \"Little Toot\""],["2","A statue depicting an elf paladin with the face turned upward; the body has been defaced by the dragon's claws"],["3","A mammoth tusk engraved with images depicting the history of a nomadic tribe; the dragon uses the tusk to mark the spot where it has buried its pile of gold"],["4","A giant-sized cloak decorated with silver braiding that the dragon uses as a nest lining for its egg"],["5","A wooden throne heaped with furs; any visitors must sit on the throne while the dragon recounts the grisly death of the seat's previous owner"],["6","A huge wooden door carved and painted to depict a monarch enthroned with sword and scepter; the dragon occasionally raps the door with its knuckles, pauses, and then chortles, \"Nobody home\""],["7","A frost giant jarl's crown with broken horns; the dragon enjoys perching the crown on an icy stalagmite and then knocking it off with its tail"],["8","The prow of a ship carved to look like a pouncing lion; the dragon occasionally roars at the lion"],["9","A gilded shield emblazoned with the holy symbol of a forgotten god; the dragon enjoys flicking the shield with a claw to hear the sound it makes"],["10","A ceremonial anvil of dwarven make; gazing at the anvil, the dragon fondly recounts, \"Seven at one blow!\""],["11","A long, embroidered linen tapestry showing the history of an ancient realm's civil war; the dragon \"reads\" the tapestry when it has trouble sleeping."],["12","A bell engraved with images of an angelic host, still attached to its splintered belfry; the dragon tolls the bell with its tail, growling the name of one of its defeated foes with each ring"]],"name":"White Dragon Treasures; White Dragon Art Objects","page":157,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Hoard scarab|FTD}"],["1/4","{@creature Metallic warbler|FTD}"],["1/2","{@creature Draconian foot soldier|FTD}"],["1","{@creature Deep dragon wyrmling|FTD}"],["2","{@creature Crystal dragon wyrmling|FTD}"],["2","{@creature Draconian mage|FTD}"],["2","{@creature Dragonnel|FTD}"],["2","{@creature Dragon speaker|FTD}"],["2","{@creature Egg hunter hatchling|FTD}"],["2","{@creature Emerald dragon wyrmling|FTD}"],["2","{@creature Moonstone dragon wyrmling|FTD}"],["2","{@creature Swarm of hoard scarabs|FTD}"],["2","{@creature Topaz dragon wyrmling|FTD}"],["3","{@creature Draconian infiltrator|FTD}"],["3","{@creature Dragon chosen|FTD}"],["3","{@creature Dragonflesh grafter|FTD}"],["3","{@creature Sapphire dragon wyrmling|FTD}"],["4","{@creature Amethyst dragon wyrmling|FTD}"],["4","{@creature Draconian dreadnought|FTD}"],["4","{@creature Dragon turtle wyrmling|FTD}"],["4","{@creature Metallic peacekeeper|FTD}"],["5","{@creature Dragon blessed|FTD}"],["5","{@creature Dragonblood ooze|FTD}"],["5","{@creature Egg hunter adult|FTD}"],["5","{@creature Gem stalker|FTD}"],["5","{@creature Young crystal dragon|FTD}"],["5","{@creature Young deep dragon|FTD}"],["6","{@creature Animated breath|FTD}"],["6","{@creature Draconian mastermind|FTD}"],["6","{@creature Dragonborn of Sardior|FTD}"],["6","{@creature Dragonflesh abomination|FTD}"],["7","{@creature Dragonborn of Tiamat|FTD}"],["7","{@creature Liondrake|FTD}"],["7","{@creature Young topaz dragon|FTD}"],["8","{@creature Dragonborn of Bahamut|FTD}"],["8","{@creature Eyedrake|FTD}"],["8","{@creature Hoard mimic|FTD}"],["8","{@creature Young emerald dragon|FTD}"],["8","{@creature Young moonstone dragon|FTD}"],["8","{@creature Young sea serpent|FTD}"],["9","{@creature Young amethyst dragon|FTD}"],["9","{@creature Young sapphire dragon|FTD}"],["10","{@creature Young dragon turtle|FTD}"],["11","{@creature Adult deep dragon|FTD}"],["11","{@creature Dracohydra|FTD}"],["11","{@creature Dragonbone golem|FTD}"],["12","{@creature Adult crystal dragon|FTD}"],["13","{@creature Adult topaz dragon|FTD}"],["14","{@creature Adult emerald dragon|FTD}"],["14","{@creature Ancient sea serpent|FTD}"],["15","{@creature Adult moonstone dragon|FTD}"],["15","{@creature Adult sapphire dragon|FTD}"],["16","{@creature Adult amethyst dragon|FTD}"],["17","{@creature Draconic shard|FTD}"],["17","{@creature Ghost dragon|FTD}"],["18","{@creature Ancient deep dragon|FTD}"],["18","{@creature Hollow dragon|FTD}"],["19","{@creature Ancient crystal dragon|FTD}"],["20","{@creature Ancient topaz dragon|FTD}"],["21","{@creature Ancient emerald dragon|FTD}"],["21","{@creature Ancient moonstone dragon|FTD}"],["22","{@creature Ancient sapphire dragon|FTD}"],["22","{@creature Elder brain dragon|FTD}"],["23","{@creature Ancient amethyst dragon|FTD}"],["24","{@creature Ancient dragon turtle|FTD}"],["26","Gem greatwyrm"],["27","Chromatic greatwyrm"],["28","Metallic greatwyrm"],["30","{@creature Aspect of Bahamut|FTD}"],["30","{@creature Aspect of Tiamat|FTD}"]],"name":"Challenge Ratings; Creatures by Challenge Rating","page":224,"source":"FTD","chapter":{"name":"Creature Lists","index":7}},{"caption":"Colleges of Strixhaven","colLabels":["College","Description"],"colStyles":["col-1","col-11"],"rows":[["Lorehold","Explores the past and preserves its lessons for future generations. Also called the College of Archaeomancy."],["Prismari","Uses the elements to practice the arts. Also called the College of Elemental Arts."],["Quandrix","Focuses on the mathematics of nature. Also called the College of Numeromancy."],["Silverquill","Teaches the magic of rhetoric, poetry, oration, and writing. Also called the College of Eloquence."],["Witherbloom","Harnesses the forces of life and death. Also called the College of Essence Studies."]],"name":"Welcome to Strixhaven; Colleges of Strixhaven","page":4,"source":"SCC","chapter":{"name":"Welcome to Strixhaven","index":0}},{"caption":"Founder Dragons","colLabels":["College","Founder"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Lorehold","{@creature Velomachus Lorehold|SCC}"],["Prismari","{@creature Galazeth Prismari|SCC}"],["Quandrix","{@creature Tanazir Quandrix|SCC}"],["Silverquill","{@creature Shadrix Silverquill|SCC}"],["Witherbloom","{@creature Beledros Witherbloom|SCC}"]],"name":"Founder Dragons","page":6,"source":"SCC","chapter":{"name":"Welcome to Strixhaven","index":0}},{"caption":"Strixhaven Mascots","colLabels":["College","Mascot"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Lorehold","{@creature Spirit Statue Mascot|SCC}"],["Prismari","{@creature Art Elemental Mascot|SCC}"],["Quandrix","{@creature Fractal Mascot|SCC}"],["Silverquill","{@creature Inkling Mascot|SCC}"],["Witherbloom","{@creature Pest Mascot|SCC}"]],"name":"Strixhaven Mascots","page":10,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Lorehold Scholars","colLabels":["d10","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Archaeoscribe, chronicling historical truths for posterity","Order"],["2","Battle medium, strengthening summoned spirits for use in battles","Order"],["3","Chaos scholar, chasing down historical anecdotes as a litany of happenstance","Chaos"],["4","Conservator, preserving ancient spell knowledge and other relics of the past","Order"],["5","Dustspeaker, conversing with spirits of the past to learn their stories","Chaos"],["6","Pastraiser, binding spirits into the monuments that bear their likeness to learn about their inspiring deeds","Order"],["7","Relic reader, divining wisdom from the past from the context of ruin sites","Order"],["8","Ruin shaman, wielding magic that helps delve into ancient sites","Chaos"],["9","Tomewielder, summoning fiery magic from the words in old writings","Chaos"],["10","Warsinger, studying the magic used in ancient wars","Chaos"]],"name":"Scholars of Lorehold; Lorehold Scholars","page":13,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Prismari Scholars","colLabels":["d12","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Aesthemancer, studying abstract principles of beauty for insight into the workings of the multiverse","Perfection"],["2","Electrovisionary, wielding the forms of lightning as a paintbrush","Expression"],["3","Flamesinger, combining fire and music","Expression"],["4","Geosculptor, using earth and lava in volatile emotional displays","Expression"],["5","Heartrager, turning inner creative fire into personal strength","Expression"],["6","Ice sculptor, crafting ice and cold into immersive experiences","Perfection"],["7","Mistmage, shaping cloud, fog, and mist into lasting sculptures","Perfection"],["8","Muse channeler, projecting blasts of inspiration toward others","Expression"],["9","Opusmancer, creating magical effects on a monumental scale","Perfection"],["10","Spectacle mage, hurling stormy displays into the sky","Expression"],["11","Waterbinder, shaping water into animated elemental forms","Perfection"],["12","Zephyrist, weaving wind with dance","Perfection"]],"name":"Scholars of Prismari; Prismari Scholars","page":16,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Quandrix Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Abstractor, using magic to stretch the possibilities of space","Theory"],["2","Augmenter, making creatures and things larger","Substance"],["3","Fractalologist, creating beautiful illusory patterns","Theory"],["4","Mana scholar, studying snarls, leylines, and star arches","Substance"],["5","Metamancer, studying metaphysics to alter reality","Theory"],["6","Scale druid, manipulating the size of plants and animals","Substance"],["7","Sequence prophet, studying repeating patterns that bend the mind","Theory"],["8","Vivifier, conjuring fractal creatures based on biological life","Substance"]],"name":"Scholars of Quandrix; Quandrix Scholars","page":19,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Silverquill Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Bantermage, using incisive observation to pierce rivals' confidence","Shadow"],["2","Duskmage, conjuring inky voids of shadow magic","Shadow"],["3","Inkcaster, summoning living inklings to service","Shadow"],["4","Lumimancer, bringing light to bear on shameful situations and holding corrupt institutions to account","Radiance"],["5","Shadewing, forming weapons from darkness to slice and stab at foes","Shadow"],["6","Silvertongue, bathing others in the light of inspiring words","Radiance"],["7","Vainglory, wielding the power of a perfectly crafted compliment to enhance a person's best qualities","Radiance"],["8","Warsinger, stirring hearts through poetic performance and song","Radiance"]],"name":"Scholars of Silverquill; Silverquill Scholars","page":22,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Witherbloom Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Banelock, using concoctions of noxious ingredients for withering magic","Decay"],["2","Bleed doctor, drain the essence of living creatures to fuel sinister spells","Decay"],["3","Boon witch, brewing drafts to empower the living","Growth"],["4","Boughcaller, summoning creatures from bogs","Growth"],["5","Dreadbones, infusing dead tissue with magic to create Undead servants","Decay"],["6","Earthcroucher, connecting directly with the land to power nature magic","Growth"],["7","Leafbinder, using medicinal herbs to soothe wounds","Growth"],["8","Pestcatcher, harvesting life energy from the pests of the bayou","Decay"]],"name":"Scholars of Witherbloom; Witherbloom Scholars","page":25,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-2","col-2","col-6"],"rows":[["1st","{@spell Silvery Barbs|SCC}","Enchantment","{@class Bard}, {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Borrowed Knowledge|SCC}","Divination","{@class Bard}, {@class Cleric}, {@class Warlock}, {@class Wizard}"],["2nd","{@spell Kinetic Jaunt|SCC}","Transmutation","{@class Artificer|TCE},* {@class Bard}, {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Vortex Warp|SCC}","Conjuration","{@class Artificer|TCE},* {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Wither and Bloom|SCC}","Necromancy","{@class Druid}, {@class Sorcerer}, {@class Wizard}"]],"footnotes":["*The artificer class appears in {@book Tasha's Cauldron of Everything|TCE} and {@book Eberron: Rising from the Last War|ERLW}."],"name":"Spells","page":37,"source":"SCC","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items for Sale","colLabels":["Item","Rarity","Cost"],"colStyles":["col-9","col-2 text-center","col-1 text-right"],"rows":[["{@item Bottle of Boundless Coffee|SCC}","Common","100 gp"],["{@item Cuddly Strixhaven Mascot|SCC}","Common","100 gp"],["{@item Lorehold Primer|SCC}","Uncommon","300 gp"],["{@item Prismari Primer|SCC}","Uncommon","300 gp"],["{@item Quandrix Primer|SCC}","Uncommon","300 gp"],["{@item Silverquill Primer|SCC}","Uncommon","300 gp"],["{@item Spell Scroll (1st Level)||Spell Scroll} (1st-Level Spell; {@book DMG|DMG})","Common","50 gp"],["{@item Strixhaven Pennant|SCC}","Common","100 gp"],["{@item +1 Weapon||Weapon, +1} ({@book DMG|DMG})","Uncommon","300 gp"],["{@item Witherbloom Primer|SCC}","Uncommon","300 gp"]],"name":"Magic Items for Sale","page":38,"source":"SCC","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Adventure Levels","colLabels":["Adventure","Starting Level","Chapter"],"colStyles":["col-6","col-4 text-center","col-2 text-center"],"rows":[["Campus Kerfuffle","1st","{@adventure 3|SCC-CK|0}"],["Hunt for Mage Tower","4th","{@adventure 4|SCC-HfMT|0}"],["The Magister's Masquerade","6th","{@adventure 5|SCC-TMM|0}"],["A Reckoning in Ruins","8th","{@adventure 6|SCC-ARiR|0}"]],"name":"Standalone Adventures; Adventure Levels","page":41,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Starting Relationship Points","colLabels":["Person","Relationship Points"],"colStyles":["col-3 text-center","col-3 text-center"],"rows":[["Friend","2"],["Beloved","3"],["Rival","−2"]],"name":"Relationships; Starting Relationship Points","page":42,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Student NPC Stat Blocks","colLabels":["Year","Stat Block"],"colStyles":["col-5 text-center","col-7 text-center"],"rows":[["First","{@creature First-Year Student|SCC}"],["Second","[College] Apprentice"],["Third or Later","[College] Pledgemage"]],"name":"Student NPC Stat Blocks","page":50,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Strixhaven Creatures","colLabels":["Creature","Creature Type","CR"],"colStyles":["col-8","col-3 text-center","col-1 text-center"],"rows":[["{@creature Archaic|SCC}","Celestial","18"],["{@creature Art Elemental Mascot|SCC}","Elemental","1/4"],["{@creature Beledros Witherbloom|SCC}","Dragon","24"],["{@creature Brackish Trudge|SCC}","Plant","3"],["{@creature Cogwork Archivist|SCC}","Construct","4"],["{@creature Daemogoth|SCC}","Fiend","10"],["{@creature Daemogoth Titan|SCC}","Fiend","16"],["{@creature First-Year Student|SCC}","Humanoid","1/2"],["{@creature Fractal Mascot|SCC}","Construct","1/4"],["{@creature Galazeth Prismari|SCC}","Dragon","23"],["{@creature Groff|SCC}","Plant","4"],["{@creature Inkling Mascot|SCC}","Ooze","1/4"],["{@creature Lorehold Apprentice|SCC}","Humanoid","2"],["{@creature Lorehold Pledgemage|SCC}","Humanoid","4"],["{@creature Lorehold Professor of Chaos|SCC}","Humanoid","7"],["{@creature Lorehold Professor of Order|SCC}","Humanoid","7"],["{@creature Mage Hunter|SCC}","Monstrosity","5"],["{@creature Oracle of Strixhaven|SCC}","Humanoid","15"],["{@creature Oriq Blood Mage|SCC}","Humanoid","9"],["{@creature Oriq Recruiter|SCC}","Humanoid","4"],["{@creature Pest Mascot|SCC}","Monstrosity","1/4"],["{@creature Prismari Apprentice|SCC}","Humanoid","2"],["{@creature Prismari Pledgemage|SCC}","Humanoid","4"],["{@creature Prismari Professor of Expression|SCC}","Humanoid","7"],["{@creature Prismari Professor of Perfection|SCC}","Humanoid","7"],["{@creature Quandrix Apprentice|SCC}","Humanoid","2"],["{@creature Quandrix Pledgemage|SCC}","Humanoid","4"],["{@creature Quandrix Professor of Substance|SCC}","Humanoid","7"],["{@creature Quandrix Professor of Theory|SCC}","Humanoid","7"],["{@creature Relic Sloth|SCC}","Beast","2"],["{@creature Ruin Grinder|SCC}","Construct","5"],["{@creature Shadrix Silverquill|SCC}","Dragon","22"],["{@creature Silverquill Apprentice|SCC}","Humanoid","2"],["{@creature Silverquill Pledgemage|SCC}","Humanoid","4"],["{@creature Silverquill Professor of Radiance|SCC}","Humanoid","7"],["{@creature Silverquill Professor of Shadow|SCC}","Humanoid","7"],["{@creature Spirit Statue Mascot|SCC}","Construct","1/4"],["{@creature Strixhaven Campus Guide|SCC}","Construct","1"],["{@creature Tanazir Quandrix|SCC}","Dragon","24"],["{@creature Velomachus Lorehold|SCC}","Dragon","25"],["{@creature Witherbloom Apprentice|SCC}","Humanoid","2"],["{@creature Witherbloom Pledgemage|SCC}","Humanoid","4"],["{@creature Witherbloom Professor of Decay|SCC}","Humanoid","7"],["{@creature Witherbloom Professor of Growth|SCC}","Humanoid","7"]],"name":"Friends and Foes; Strixhaven Creatures","page":183,"source":"SCC","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":7},"index":8}},{"caption":"First Adventure","colLabels":["d10","Adventure Seed"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventure begins on the Rock of Bral, where an {@creature autognome|BAM} (see {@book Boo's Astral Menagerie|BAM}) needs the characters' help to find its creator, who has gone missing on the Rock."],["2","One of the characters inherits a ship equipped with a {@item spelljamming helm|AAG} and an old captain's log that hints at places to explore, treasure to find, and perils to avoid."],["3","In the wilderness on their home world, the characters find a {@item spelljamming helm|AAG} in the wreckage of a crashed {@vehicle scorpion ship|AAG} (see {@book chapter 2|AAG|2|Scorpion Ship}) and run afoul of goblins who want to plunder the wreck."],["4","A wealthy patron gives the characters a ship and a {@item spelljamming helm|AAG} to call their own and expects them to accomplish a dangerous task in return."],["5","A spelljamming ship lands on the outskirts of a village where the characters are staying. The ship's captain is looking for raw recruits to join a war in Wildspace."],["6","Villagers ask the characters to investigate a strange object in the hills, which turns out to be a crashed {@vehicle nightspider|AAG} (see {@book chapter 2|AAG|2|Nightspider}) with survivors: a {@creature neogi pirate|BAM} and a {@creature neogi hatchling swarm|BAM} (see {@book Boo's Astral Menagerie|BAM} for both)."],["7","A {@creature hadozee explorer|BAM} (see {@book Boo's Astral Menagerie|BAM}) needs the characters' help to slay a white {@creature kindori|BAM} (see {@book Boo's Astral Menagerie|BAM}) that keeps attacking her {@vehicle flying fish ship|AAG} (see {@book chapter 2|AAG|2|Flying Fish Ship}). The hadozee can't tell whether the kindori is mean-spirited or amorous. Perhaps it has mistaken the ship for a rival—or a mate!"],["8","The characters were passengers aboard a spelljamming ship that crash-landed on a strange world after the {@item spelljamming helm|AAG} malfunctioned. The characters must fend off alien monsters until they are rescued."],["9","The characters are hired by a trading company to protect a valuable cargo that's being delivered to a distant world. The characters become crew members aboard the {@vehicle squid ship|AAG} (see {@book chapter 2|AAG|2|Squid Ship}) that is transporting the precious cargo."],["10","The adventure begins on the Rock of Bral, where one or more characters have earned the enmity of a {@creature plasmoid boss|BAM} (see {@book Boo's Astral Menagerie|BAM}). The heroes must either flee Bral to save themselves or contend with the boss's underlings."]],"name":"Astral Campaigns; First Adventure","page":4,"source":"AAG","chapter":{"name":"Introduction: Vast Oceans of Adventure","index":0}},{"caption":"Air Envelopes of Creatures","colLabels":["Creature's Size","Air Envelope"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Tiny","2½-foot cube"],["Small or Medium","5-foot cube"],["Large","10-foot cube"],["Huge","15-foot cube"],["Gargantuan","20-foot cube"]],"name":"Air Envelopes of Creatures","page":17,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fishing","colLabels":["d10","Catch"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Tiny, inedible fish (a creature that consumes it is {@condition poisoned} for 1 hour)"],["3–5","Tiny, edible fish (feeds one person)"],["6–8","Small, edible fish (feeds up to four people)"],["9","Hostile {@creature space eel|BAM} (see {@book Boo's Astral Menagerie|BAM}; feeds up to twelve people)"],["10","Hostile {@creature gray scavver|BAM} (see {@book Boo's Astral Menagerie|BAM}; feeds up to twenty people), some other creature of the DM's choosing, or an Tiny object of the DM's choosing"]],"name":"Astral Fishing; Fishing","page":21,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-3","col-2","col-5"],"rows":[["2nd","{@spell Air Bubble|AAG}","Conjuration","Artificer, Druid, Ranger, Sorcerer, Wizard"],["5th","{@spell Create Spelljamming Helm|AAG}","Transmutation","Artificer, Wizard"]],"name":"Spells","page":22,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Helpful Spells","colLabels":["Spell","Donation"],"colStyles":["col-6","col-6"],"rows":[["{@spell Commune}","1,000 gp"],["{@spell Legend lore}","1,500 gp"],["{@spell Lesser restoration}","150 gp"],["{@spell Raise dead}","2,000 gp"],["{@spell Remove curse}","250 gp"],["{@spell Scrying}","1,000 gp"]],"name":"Temple District; Helpful Spells","page":61,"source":"AAG","chapter":{"name":"The Rock of Bral","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Shipboard Tasks","colLabels":["d12","Task"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Scrape barnacles off the hull."],["2","Scrub pots and dishes in the galley."],["3","Chop vegetables in the galley."],["4","Swab the deck or sweep the cargo hold."],["5","Update the ship's navigational charts, which requires cartographer's tools."],["6","Repair the captain's favorite pair of boots, which requires cobbler's tools. (A {@spell mending} spell also does the trick.)"],["7","Repair superficial damage to the ship, which requires carpenter's tools or woodcarver's tools. (A {@spell mending} spell also does the trick.)"],["8","Compose a new chantey, which requires a musical instrument."],["9","Entertain the crew with tall tales or gossip."],["10","Fix the captain's broken spyglass, which requires jeweler's tools or tinker's tools. (A {@spell mending} spell also does the trick.)"],["11","Teach the captain the basics of a language they don't already know."],["12","Prepare a tasty dinner for the captain's table, which requires cook's utensils."]],"name":"Shipboard Tasks","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Ship Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chatty but harmless spirit haunts the cargo hold."],["2","The excessive creaking of the hull echoes throughout the ship."],["3","Any creature that removes itself from the ship's {@item spelljamming helm|AAG} receives a startling but harmless magical shock."],["4","The ship's companionways are smaller than those found in most other similar vessels."],["5","The ship makes a groaning sound in what seems like defiance whenever it comes to a stop."],["6","The floor of the main deck is adorned with a stylized rendering of a mysterious star chart that pulsates occasionally with scintillating colors."],["7","The ship's air envelope has a salty, briny smell."],["8","Bulkheads throughout the ship have lines of poetry scrawled on them."],["9","Unattended tools often go missing, only to reappear {@dice 1d4} hours later in another part of the ship."],["10","A creature seated in the ship's {@item spelljamming helm|AAG} hears faint spacefaring chanteys in its mind except when the ship is under attack."]],"name":"Ship Quirks","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Cheap Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Trunk containing ten outfits of {@item traveler's clothes|PHB} (2 gp each)"],["2","Crate containing one hundred bars of soap (2 cp each)"],["3","Twenty ballista bolts (5 gp each)"],["4","Coop containing fifty live chickens (2 cp each)"],["5","Crate containing twenty wheels of cheese (5 sp each)"],["6","Locked cage containing one friendly Beast of your choice"],["7","Ten 40-gallon barrels of fresh water"],["8","Ten crates, each containing fifty days of rations (25 gp per crate)"],["9","Locked cage containing one hostile Beast of your choice"],["10","Chest containing fifty {@item Perfume (vial)|PHB|vials of perfume} (2 gp each)"],["11","Crate containing fifty loaves of bread (2 cp each)"],["12","Ten 40-gallon barrels of ale (4 gp each)"]],"name":"Ship Cargo; Cheap Cargo","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Expensive Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crate containing fifty blank {@item Spellbook|PHB|spellbooks} (50 gp each)"],["2","Crate containing one hundred {@item Ink (1-ounce bottle)|PHB|1-ounce bottles of ink} (10 gp each) and one thousand sheets of {@item Parchment (one sheet)|PHB|parchment} (1 sp each)"],["3","Crate containing twenty {@item Potion of Healing||potions of healing}, {@item Alchemist's Fire (flask)|PHB|flasks of alchemist's fire}, or {@item Antitoxin (vial)|PHB|vials of antitoxin} (50 gp each)"],["4","Crate containing one hundred bottles of exquisite wine (25 gp each)"],["5","Set of exquisitely crafted furniture (2,500 gp)"],["6","Locked trunk containing five unloaded {@item Pistol||pistols} (250 gp each) and a box of 100 bullets"],["7","Locked case containing an exquisite Dragonchess set made of crystal or ivory (2,500 gp)"],["8","Locked trunk containing ten {@item Bomb||bombs} (150 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"],["9","Crate containing one hundred fireworks (25 gp each)"],["10","Crate containing five unloaded {@item Musket||muskets} (500 gp each) and a box of 100 bullets"],["11","Locked case containing five {@item Spyglass|PHB|spyglasses} (1,000 gp each)"],["12","Ten 20-pound {@item Gunpowder Keg||kegs of gunpowder} (250 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"]],"name":"Ship Cargo; Expensive Cargo","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block Name","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["0","{@creature Chwinga astronaut|BAM}","Elemental"],["0","{@creature Dohwar|BAM}","Fey"],["0","{@creature Space guppy|BAM}","Beast"],["0","{@creature Space mollymawk|BAM}","Beast"],["1/8","{@creature Hadozee shipmate|BAM}","Humanoid"],["1/4","{@creature Giant space hamster|BAM}","Beast"],["1/4","{@creature Gray scavver|BAM}","Monstrosity"],["1/4","{@creature Plasmoid explorer|BAM}","Ooze"],["1/4","{@creature Space hamster|BAM}","Monstrosity"],["1/4","{@creature Space swine|BAM}","Beast"],["1/2","{@creature Hadozee warrior|BAM}","Humanoid"],["1/2","{@creature Space eel|BAM}","Beast"],["1/2","{@creature Ssurran poisoner|BAM}","Monstrosity"],["1","{@creature Jammer leech|BAM}","Plant"],["1","{@creature Psurlon ringer|BAM}","Aberration"],["2","{@creature Aartuk starhorror|BAM}","Plant"],["2","{@creature Aartuk weedling|BAM}","Plant"],["2","{@creature Autognome|BAM}","Construct"],["2","{@creature Hadozee explorer|BAM}","Humanoid"],["2","{@creature Lunar dragon wyrmling|BAM}","Dragon"],["2","{@creature Psurlon|BAM}","Aberration"],["2","{@creature Space clown|BAM}","Fiend"],["2","{@creature Thri-kreen hunter|BAM}","Monstrosity"],["2","{@creature Vampirate|BAM}","Undead"],["3","{@creature Aartuk elder|BAM}","Plant"],["3","{@creature Astral elf warrior|BAM}","Humanoid"],["3","{@creature Giff shipmate|BAM}","Humanoid"],["3","{@creature Githyanki buccaneer|BAM}","Humanoid"],["3","{@creature Neogi hatchling swarm|BAM}","Aberration"],["3","{@creature Neogi pirate|BAM}","Aberration"],["3","{@creature Plasmoid warrior|BAM}","Ooze"],["3","{@creature Solar dragon wyrmling|BAM}","Dragon"],["3","{@creature Ssurran defiler|BAM}","Monstrosity"],["4","{@creature Brown scavver|BAM}","Monstrosity"],["4","{@creature Gaj|BAM}","Aberration"],["4","{@creature Neh-thalggu|BAM}","Aberration"],["4","{@creature Neogi void hunter|BAM}","Aberration"],["4","{@creature Plasmoid boss|BAM}","Ooze"],["5","{@creature Astral elf honor guard|BAM}","Humanoid"],["5","{@creature Astral elf star priest|BAM}","Humanoid"],["5","{@creature Feyr|BAM}","Aberration"],["5","{@creature Mercane|BAM}","Giant"],["5","{@creature Murder comet|BAM}","Elemental"],["5","{@creature Night scavver|BAM}","Monstrosity"],["5","{@creature Starlight apparition|BAM}","Celestial"],["5","{@creature Thri-kreen mystic|BAM}","Monstrosity"],["5","{@creature Vampirate mage|BAM}","Undead"],["6","{@creature B'rohg|BAM}","Giant"],["6","{@creature Giff shock trooper|BAM}","Humanoid"],["6","{@creature Psurlon leader|BAM}","Aberration"],["6","{@creature Vampirate captain|BAM}","Undead"],["7","{@creature Astral elf commander|BAM}","Humanoid"],["7","{@creature Githyanki star seer|BAM}","Humanoid"],["7","{@creature Kindori|BAM}","Celestial"],["7","{@creature Thri-kreen gladiator|BAM}","Monstrosity"],["7","{@creature Young lunar dragon|BAM}","Dragon"],["8","{@creature Astral elf aristocrat|BAM}","Humanoid"],["8","{@creature Reigar|BAM}","Celestial"],["9","{@creature Braxat|BAM}","Giant"],["9","{@creature Githyanki xenomancer|BAM}","Humanoid"],["9","{@creature Young solar dragon|BAM}","Dragon"],["10","{@creature Eye monger|BAM}","Aberration"],["10","{@creature Giff warlord|BAM}","Humanoid"],["11","{@creature Megapede|BAM}","Monstrosity"],["11","{@creature Void scavver|BAM}","Monstrosity"],["12","{@creature Esthetic|BAM}","Aberration"],["13","{@creature Adult lunar dragon|BAM}","Dragon"],["14","{@creature Adult solar dragon|BAM}","Dragon"],["16","{@creature Zodar|BAM}","Aberration"],["18","{@creature Cosmic horror|BAM}","Aberration"],["19","{@creature Ancient lunar dragon|BAM}","Dragon"],["21","{@creature Ancient solar dragon|BAM}","Dragon"]],"name":"Using a Stat Block; Stat Blocks by Challenge Rating","page":4,"source":"BAM","chapter":{"name":"Introduction","index":0}},{"caption":"Initial Attitude","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitude","page":6,"source":"BAM","chapter":{"name":"Introduction","index":0}},{"caption":"Setting a DC","colLabels":["Difficulty","DC","Difficulty","DC"],"colStyles":["col-5","col-1 text-center","col-5","col-1 text-center"],"rows":[["Very easy","5","Hard","20"],["Easy","10","Very hard","25"],["Moderate","15","Nearly impossible","30"]],"name":"undefined; Setting a DC","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Skills and Associated Abilities","colLabels":["Skill","Ability","Skill","Ability"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@skill Acrobatics}","Dexterity","{@skill Medicine}","Wisdom"],["{@skill Animal Handling}","Wisdom","{@skill Nature}","Intelligence"],["{@skill Arcana}","Intelligence","{@skill Perception}","Wisdom"],["{@skill Athletics}","Strength","{@skill Performance}","Charisma"],["{@skill Deception}","Charisma","{@skill Persuasion}","Charisma"],["{@skill History}","Intelligence","{@skill Religion}","Intelligence"],["{@skill Insight}","Wisdom","{@skill Sleight of Hand}","Dexterity"],["{@skill Intimidation}","Charisma","{@skill Stealth}","Dexterity"],["{@skill Investigation}","Intelligence","{@skill Survival}","Wisdom"]],"name":"undefined; Skills and Associated Abilities","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Initial Attitude","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitude","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"colLabels":["Distance","Notes"],"colStyles":["col-2","col-10"],"rows":[["250 feet","Long range for {@object ballista||ballistae}, {@object Mangonel||mangonels}, {@item shortbow|phb|shortbows}, {@item longbow|phb|longbows}, {@item light crossbow|phb|light crossbows}, and {@item heavy crossbow|phb|heavy crossbows}"],["500 feet","Long range for {@item longbow|phb|longbows} and {@object Mangonel||mangonels}; beyond the range of {@object ballista||ballistae} and crossbows"],["1,000 feet","Beyond the range of most ranged weapons"]],"name":"Ship-to-Ship Starting Distance","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"colLabels":["Size of Creature or Object Struck","Bludgeoning Damage"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Large","{@dice 4d10}"],["Huge","{@dice 8d10}"],["Gargantuan","{@dice 16d10}"]],"name":"Crashing","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Shipboard Tasks","colLabels":["d12","Task"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Scrape barnacles off the hull."],["2","Scrub pots and dishes in the galley."],["3","Chop vegetables in the galley."],["4","Swab the deck or sweep the cargo hold."],["5","Update the ship's navigational charts, which requires cartographer's tools."],["6","Repair the captain's favorite pair of boots, which requires cobbler's tools. (A {@spell mending} spell also does the trick.)"],["7","Repair superficial damage to the ship, which requires carpenter's tools or woodcarver's tools. (A {@spell mending} spell also does the trick.)"],["8","Compose a new chantey, which requires a musical instrument."],["9","Entertain the crew with tall tales or gossip."],["10","Fix the captain's broken spyglass, which requires jeweler's tools or tinker's tools. (A {@spell mending} spell also does the trick.)"],["11","Teach the captain the basics of a language they don't already know."],["12","Prepare a tasty dinner for the captain's table, which requires cook's utensils."]],"name":"Shipboard Tasks","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Ship Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chatty but harmless spirit haunts the cargo hold."],["2","The excessive creaking of the hull echoes throughout the ship."],["3","Any creature that removes itself from the ship's {@item spelljamming helm|AAG} receives a startling but harmless magical shock."],["4","The ship's companionways are smaller than those found in most other similar vessels."],["5","The ship makes a groaning sound in what seems like defiance whenever it comes to a stop."],["6","The floor of the main deck is adorned with a stylized rendering of a mysterious star chart that pulsates occasionally with scintillating colors."],["7","The ship's air envelope has a salty, briny smell."],["8","Bulkheads throughout the ship have lines of poetry scrawled on them."],["9","Unattended tools often go missing, only to reappear {@dice 1d4} hours later in another part of the ship."],["10","A creature seated in the ship's {@item spelljamming helm|AAG} hears faint spacefaring chanteys in its mind except when the ship is under attack."]],"name":"Ship Quirks","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Cheap Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Trunk containing ten outfits of {@item traveler's clothes|PHB} (2 gp each)"],["2","Crate containing one hundred bars of soap (2 cp each)"],["3","Twenty ballista bolts (5 gp each)"],["4","Coop containing fifty live chickens (2 cp each)"],["5","Crate containing twenty wheels of cheese (5 sp each)"],["6","Locked cage containing one friendly Beast of your choice"],["7","Ten 40-gallon barrels of fresh water"],["8","Ten crates, each containing fifty days of rations (25 gp per crate)"],["9","Locked cage containing one hostile Beast of your choice"],["10","Chest containing fifty {@item Perfume (vial)|PHB|vials of perfume} (2 gp each)"],["11","Crate containing fifty loaves of bread (2 cp each)"],["12","Ten 40-gallon barrels of ale (4 gp each)"]],"name":"Ship Cargo; Cheap Cargo","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Expensive Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crate containing fifty blank {@item Spellbook|PHB|spellbooks} (50 gp each)"],["2","Crate containing one hundred {@item Ink (1-ounce bottle)|PHB|1-ounce bottles of ink} (10 gp each) and one thousand sheets of {@item Parchment (one sheet)|PHB|parchment} (1 sp each)"],["3","Crate containing twenty {@item Potion of Healing||potions of healing}, {@item Alchemist's Fire (flask)|PHB|flasks of alchemist's fire}, or {@item Antitoxin (vial)|PHB|vials of antitoxin} (50 gp each)"],["4","Crate containing one hundred bottles of exquisite wine (25 gp each)"],["5","Set of exquisitely crafted furniture (2,500 gp)"],["6","Locked trunk containing five unloaded {@item Pistol||pistols} (250 gp each) and a box of 100 bullets"],["7","Locked case containing an exquisite Dragonchess set made of crystal or ivory (2,500 gp)"],["8","Locked trunk containing ten {@item Bomb||bombs} (150 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"],["9","Crate containing one hundred fireworks (25 gp each)"],["10","Crate containing five unloaded {@item Musket||muskets} (500 gp each) and a box of 100 bullets"],["11","Locked case containing five {@item Spyglass|PHB|spyglasses} (1,000 gp each)"],["12","Ten 20-pound {@item Gunpowder Keg||kegs of gunpowder} (250 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"]],"name":"Ship Cargo; Expensive Cargo","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Wild Magic","colLabels":["d8","Magical Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Shadowy tendrils lash around you. Each creature of your choice that you can see within 30 feet of you must succeed on a Constitution saving throw or take {@damage 1d12} necrotic damage. You also gain {@dice 1d12} temporary hit points."],["2","You teleport up to 30 feet to an unoccupied space you can see. Until your rage ends, you can use this effect again on each of your turns as a bonus action."],["3","An intangible spirit, which looks like a {@creature flumph} or a {@creature pixie} (your choice), appears within 5 feet of one creature of your choice that you can see within 30 feet of you. At the end of the current turn, the spirit explodes, and each creature within 5 feet of it must succeed on a Dexterity saving throw or take {@damage 1d6} force damage. Until your rage ends, you can use this effect again, summoning another spirit, on each of your turns as a bonus action."],["4","Magic infuses one weapon of your choice that you are holding. Until your rage ends, the weapon's damage type changes to force, and it gains the light and thrown properties, with a normal range of 20 feet and a long range of 60 feet. If the weapon leaves your hand, the weapon reappears in your hand at the end of the current turn."],["5","Whenever a creature hits you with an attack roll before your rage ends, that creature takes {@damage 1d6} force damage, as magic lashes out in retribution."],["6","Until your rage ends, you are surrounded by multi colored, protective lights; you gain a +1 bonus to AC, and while within 10 feet of you, your allies gain the same bonus."],["7","Flowers and vines temporarily grow around you. Until your rage ends, the ground within 15 feet of you is {@quickref difficult terrain||3} for your enemies."],["8","A bolt of light shoots from your chest. Another creature of your choice that you can see within 30 feet of you must succeed on a Constitution saving throw or take {@damage 1d6} radiant damage and be {@condition blinded} until the start of your next turn. Until your rage ends, you can use this effect again on each of your turns as a bonus action."]],"name":"Wild Magic","source":"TCE","srd":false,"page":25,"parentEntity":{"type":"subclass","name":"Path of Wild Magic","shortName":"Wild Magic","source":"TCE","className":"Barbarian","classSource":"PHB"}},{"caption":"Wild Magic Surge","colLabels":["{@dice d100}","Effect"],"colStyles":["col-1 text-center","col-11"],"rows":[["01-02","Roll on this table at the start of each of your turns for the next minute, ignoring this result on subsequent rolls."],["03-04","For the next minute, you can see any {@condition invisible} creature if you have line of sight to it."],["05-06","A {@filter modron|bestiary|source=mm|search=modron} chosen and controlled by the DM appears in an unoccupied space within 5 feet of you, then disappears 1 minute later."],["07-08","You cast {@spell fireball} as a 3rd-level spell centered on yourself."],["09-10","You cast {@spell magic missile} as a 5th-level spell."],["11-12","Roll a {@dice d10}. Your height changes by a number of inches equal to the roll. If the roll is odd, you shrink. If the roll is even, you grow."],["13-14","You cast {@spell confusion} centered on yourself."],["15-16","For the next minute, you regain 5 hit points at the start of each of your turns."],["17-18","You grow a long beard made of feathers that remains until you sneeze, at which point the feathers explode out from your face."],["19-20","You cast {@spell grease} centered on yourself."],["21-22","Creatures have disadvantage on saving throws against the next spell you cast in the next minute that involves a saving throw."],["23-24","Your skin turns a vibrant shade of blue. A {@spell remove curse} spell can end this effect."],["25-26","An eye appears on your forehead for the next minute. During that time, you have advantage on Wisdom ({@skill Perception}) checks that rely on sight."],["27-28","For the next minute, all your spells with a casting time of 1 action have a casting time of 1 bonus action."],["29-30","You teleport up to 60 feet to an unoccupied space of your choice that you can see."],["31-32","You are transported to the Astral Plane until the end of your next turn, after which time you return to the space you previously occupied or the nearest unoccupied space if that space is occupied."],["33-34","Maximize the damage of the next damaging spell you cast within the next minute."],["35-36","Roll a {@dice d10}. Your age changes by a number of years equal to the roll. If the roll is odd, you get younger (minimum 1 year old). If the roll is even, you get older."],["37-38","{@dice 1d6} {@creature flumph||flumphs} controlled by the DM appear in unoccupied spaces within 60 feet of you and are {@condition frightened} of you. They vanish after 1 minute."],["39-40","You regain {@dice 2d10} hit points."],["41-42","You turn into a potted plant until the start of your next turn. While a plant, you are {@condition incapacitated} and have vulnerability to all damage. If you drop to 0 hit points, your pot breaks, and your form reverts."],["43-44","For the next minute, you can teleport up to 20 feet as a bonus action on each of your turns."],["45-46","You cast {@spell levitate} on yourself."],["47-48","A {@creature unicorn} controlled by the DM appears in a space within 5 feet of you, then disappears 1 minute later."],["49-50","You can't speak for the next minute. Whenever you try, pink bubbles float out of your mouth."],["51-52","A spectral shield hovers near you for the next minute, granting you a +2 bonus to AC and immunity to {@spell magic missile}."],["53-54","You are immune to being intoxicated by alcohol for the next {@dice 5d6} days."],["55-56","Your hair falls out but grows back within 24 hours."],["57-58","For the next minute, any flammable object you touch that isn't being worn or carried by another creature bursts into flame."],["59-60","You regain your lowest-level expended spell slot."],["61-62","For the next minute, you must shout when you speak."],["63-64","You cast {@spell fog cloud} centered on yourself."],["65-66","Up to three creatures you choose within 30 feet of you take {@damage 4d10} lightning damage."],["67-68","You are {@condition frightened} by the nearest creature until the end of your next turn."],["69-70","Each creature within 30 feet of you becomes {@condition invisible} for the next minute. The invisibility ends on a creature when it attacks or casts a spell."],["71-72","You gain resistance to all damage for the next minute."],["73-74","A random creature within 60 feet of you becomes {@condition poisoned} for {@dice 1d4} hours."],["75-76","You glow with bright light in a 30-foot radius for the next minute. Any creature that ends its turn within 5 feet of you is {@condition blinded} until the end of its next turn."],["77-78","You cast {@spell polymorph} on yourself. If you fail the saving throw, you turn into a sheep for the spell's duration."],["79-80","Illusory butterflies and flower petals flutter in the air within 10 feet of you for the next minute."],["81-82","You can take one additional action immediately."],["83-84","Each creature within 30 feet of you takes {@damage 1d10} necrotic damage. You regain hit points equal to the sum of the necrotic damage dealt."],["85-86","You cast {@spell mirror image}."],["87-88","You cast {@spell fly} on a random creature within 60 feet of you."],["89-90","You become {@condition invisible} for the next minute. During that time, other creatures can't hear you. The invisibility ends if you attack or cast a spell."],["91-92","If you die within the next minute, you immediately come back to life as if by the {@spell reincarnate} spell."],["93-94","Your size increases by one size category for the next minute."],["95-96","You and all creatures within 30 feet of you gain vulnerability to piercing damage for the next minute."],["97-98","You are surrounded by faint, ethereal music for the next minute."],["99-00","You regain all expended sorcery points."]],"name":"Wild Magic Surge","source":"PHB","srd":false,"page":103,"parentEntity":{"type":"subclass","name":"Wild Magic","shortName":"Wild","source":"PHB","className":"Sorcerer","classSource":"PHB"}},{"caption":"Potions for Sale","colLabels":["Potion of...","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Healing","50 gp"],["Climbing","75 gp"],["Animal friendship","100 gp"],["Greater healing","100 gp"],["Water breathing","100 gp"],["Superior healing","500 gp"],["Supreme healing","5,000 gp"],["Invisibility","5,000 gp"]],"name":"Potions for Sale","source":"XGE","parentEntity":{"type":"variantrule","name":"Shared Campaign Variant Rules","source":"XGE"}},{"caption":"Spell Scrolls for Sale","colLabels":["Spell Level","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Cantrip","25 gp"],["1st","75 gp"],["2nd","150 gp"],["3rd","300 gp"],["4th","500 gp"],["5th","1,000 gp"]],"name":"Spell Scrolls for Sale","source":"XGE","parentEntity":{"type":"variantrule","name":"Shared Campaign Variant Rules","source":"XGE"}},{"caption":"Lorehold Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A map made of concentric circles that can be rotated around the page"],["2","A puzzle box bedecked with amber"],["3","A dented brass compass with a red needle"],["4","The head of a broken statue that houses the consciousness of a snarky sage"],["5","A sheet of parchment embossed with tactile lettering, glowing red"],["6","A broken dagger with a wavy blade and a serpentine hilt"]],"name":"Lorehold Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Lorehold Student","source":"SCC"}},{"caption":"Prismari Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pair of rose-tinted glasses with glittery frames"],["2","A stoppered glass bottle that, when opened, plays a brassy orchestral piece"],["3","A quartet of hovering water motes in a vial"],["4","A bandolier of watercolor paints"],["5","A tiara capped with a crystal that crackles with harmless lightning"],["6","An iridescent quill"]],"name":"Prismari Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Prismari Student","source":"SCC"}},{"caption":"Quandrix Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A small succulent in a dodecahedral clay pot"],["2","A blue knit hat that looks a bit like a bottle folding in on itself"],["3","A model hypercube carved from green crystal, showcasing the fourth dimension"],["4","A crumpled test on the theory of gravity manipulation, with a failing grade on the front and the name of a famous Quandrix professor"],["5","A blue tetrahedron that, when tapped twice, projects a recording of an old mathematics lecture"],["6","A round bread roll cut so that someone could spread butter on both halves without ever lifting the knife"]],"name":"Quandrix Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Quandrix Student","source":"SCC"}},{"caption":"Silverquill Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black leather notebook filled with half-finished poems"],["2","A set of flashcards detailing different colloquialisms and their meanings"],["3","A canteen that makes any liquid drunk from it taste sweet"],["4","A forged permission slip granting access to the special archives of Strixhaven's libraries"],["5","A stylish silver pin that references a famous series of novels about warlocks"],["6","A stack of small pieces of parchment, each enchanted to stick to whatever surface it's pressed against and peel off easily"]],"name":"Silverquill Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Silverquill Student","source":"SCC"}},{"caption":"Witherbloom Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black bird-shaped mask, trimmed with glowing green thread"],["2","A set of rabbit bones"],["3","A pair of thick knee-high waders, stained with muck and moss"],["4","A slimy green tentacle, which occasionally wriggles"],["5","A notebook containing waterproof paper"],["6","A necklace of five small vials, each filled with luminescent white liquid"]],"name":"Witherbloom Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Witherbloom Student","source":"SCC"}},{"name":"Sylvan Forest Encounters","type":"table","source":"DMG","page":86,"caption":"Sylvan Forest Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","1 {@creature displacer beast}"],["3","1 {@creature gnoll pack lord} and {@dice 2d4} {@creature gnoll||gnolls}"],["4","{@dice 1d4} {@creature gnoll||gnolls} and {@dice 2d4} {@creature hyena||hyenas}"],["5","A grove of burned trees. Characters searching the area and succeeding on a DC 10 Wisdom ({@skill Survival}) check find {@creature gnoll} tracks. Following the tracks for {@dice 1d4} hours leads to an encounter with {@creature gnoll||gnolls}, or the discovery of dead {@creature gnoll||gnolls} with elven arrows sticking out of their flea-ridden corpses."],["6","1 {@creature giant owl}"],["7","An ivy-covered statue of an elven deity or hero."],["8","1 {@creature dryad} (50%) or {@dice 1d4} {@creature satyr||satyrs} (50%)"],["9","{@dice 1d4} {@creature centaur||centaurs}"],["10","{@dice 2d4} {@creature scout||scouts} (elves). One {@creature scout} carries a horn and can use its action to blow it. If the horn is blown within the forest, roll on this table again. If the result indicates a monster encounter, the indicated monster or monsters arrive in {@dice 1d4} minutes. New arrivals other than {@creature gnoll||gnolls}, {@creature hyena||hyenas}, {@creature owlbear||owlbears}, and {@creature displacer beast||displacer beasts} are friendly toward the {@creature scout||scouts}."],["11","{@dice 2d4} {@creature pixie||pixies} (50%) or {@dice 2d4} {@creature sprite||sprites} (50%)"],["12","1 {@creature owlbear}"],["13","{@dice 1d4} {@creature elk||elks} (75%) or 1 {@creature giant elk} (25%)"],["14","{@dice 1d4} {@creature blink dog||blink dogs}"],["15","A magical plant with {@dice 2d4} glowing berries. A creature that ingests a berry becomes {@condition invisible} for 1 hour, or until it attacks or casts a spell. Once picked, a berry loses its magic after 12 hours. Berries regrow at midnight, but if all its berries are picked, the plant becomes nonmagical and grows no more berries."],["16","An elven tune carried on a gentle breeze"],["17","{@dice 1d4} {@creature Faerie Dragon (Orange)||orange} (75%) or {@creature Faerie Dragon (Blue)||blue} (25%) faerie dragons"],["18","1 {@creature druid} (elf). The {@creature druid} is initially indifferent toward the party but becomes friendly if the characters agree to rid the forest of its gnoll infestation."],["19","1 {@creature treant}. The {@creature treant} is friendly if the party includes one or more elves or is accompanied by a visible fey creature. The {@creature treant} is hostile if the characters are carrying open flames. Otherwise, it is indifferent and doesn't announce its presence as the characters pass by."],["20","1 {@creature unicorn}"]]},{"name":"Urban Encounters","type":"table","source":"DMG","page":114,"caption":"Urban Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","{@book Animals on the loose|DMG|5|Animals on the loose}"],["3","{@book Announcement|DMG|5|Announcement}"],["4","{@book Brawl|DMG|5|Brawl}"],["5","{@book Bullies|DMG|5|Bullies}"],["6","{@book Companion|DMG|5|Companion}"],["7","{@book Contest|DMG|5|Contest}"],["8","{@book Corpse|DMG|5|Corpse}"],["9","{@book Draft|DMG|5|Draft}"],["10","{@book Drunk|DMG|5|Drunk}"],["11","{@book Fire|DMG|5|Fire}"],["12","{@book Found trinket|DMG|5|Found trinket}"],["13","{@book Guard harassment|DMG|5|Guard harassment}"],["14","{@book Pickpocket|DMG|5|Pickpocket}"],["15","{@book Procession|DMG|5|Procession}"],["16","{@book Protest|DMG|5|Protest}"],["17","{@book Runaway cart|DMG|5|Runaway cart}"],["18","{@book Shady transaction|DMG|5|Shady transaction}"],["19","{@book Spectacle|DMG|5|Spectacle}"],["20","{@book Urchin|DMG|5|Urchin}"]]},{"name":"Undersea Encounters","type":"table","source":"DMG","page":116,"caption":"Undersea Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Sunken ship covered in barnacles ({@chance 25} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["3","Sunken ship with {@creature reef shark||reef sharks} (shallow waters) or {@creature hunter shark||hunter sharks} (deep waters) circling around it ({@chance 50} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["4","Bed of giant oysters (each oyster has a {@chance 1} chance of having a giant 5,000 gp pearl inside)"],["5","Underwater steam vent ({@chance 25} chance that the vent is a portal to the Elemental Plane of Fire)"],["6","Sunken ruin (uninhabited)"],["7","Sunken ruin (inhabited or haunted)"],["8","Sunken statue or monolith"],["9","Friendly and curious {@creature giant sea horse}"],["10","Patrol of friendly {@creature merfolk}"],["11","Patrol of hostile {@creature merrow} (coastal waters) or {@creature sahuagin} (deep waters)"],["12","Enormous kelp bed (roll again on the table to determine what's hidden in the kelp bed)"],["13","Undersea cave (empty)"],["14","Undersea cave ({@creature sea hag} lair)"],["15","Undersea cave ({@creature merfolk} lair)"],["16","Undersea cave ({@creature giant octopus} lair)"],["17","Undersea cave ({@creature dragon turtle} lair)"],["18","Bronze dragon searching for treasure"],["19","{@creature Storm giant} walking on the ocean floor"],["20","Sunken treasure chest ({@chance 25} chance that it contains something of value—roll treasure randomly using the tables in chapter 7)"]]},{"name":"At Sea Encounters","type":"table","source":"DMG","page":118,"caption":"At Sea Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Ghost ship"],["3","Friendly and curious bronze dragon"],["4","Whirlpool ({@chance 25} chance that the whirlpool is a portal to the Elemental Plane of Water)"],["5","{@creature Merfolk} traders"],["6","Passing warship (friendly or hostile)"],["7-8","Pirate ship (hostile)"],["9-10","Passing merchant ship (galley or sailing ship)"],["11-12","{@creature Killer whale} sighting"],["13-14","Floating debris"],["15","Longship crewed by hostile {@creature berserker||berserkers}"],["16","Hostile {@creature griffon||griffons} or {@creature harpy||harpies}"],["17","Iceberg (easily avoided if seen from a distance)"],["18","{@creature Sahuagin} boarding party"],["19","NPC in the water (clinging to floating debris)"],["20","Sea monster (such as a {@creature dragon turtle} or {@creature kraken})"]]},{"name":"Arctic Encounters (Levels 1—4)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature giant owl}"],["02-05","{@dice 1d6 + 3} {@creature kobold||kobolds}"],["06-08","{@dice 1d4 + 3} trappers ({@creature commoner||commoners})"],["09-10","1 {@creature owl}"],["11-12","{@dice 2d4} {@creature blood hawk||blood hawks}"],["13-17","{@dice 2d6} {@creature bandit||bandits}"],["18-20","{@dice 1d3} {@creature winged kobold||winged kobolds} with {@dice 1d6} {@creature kobold||kobolds}"],["21-25","The partially eaten carcass of a mammoth, from which {@dice 1d4} weeks of rations can be harvested."],["26-29","{@dice 2d8} hunters {@creature tribal warrior||tribal warriors}"],["30-35","1 {@creature half-ogre (ogrillon)||half-ogre}"],["36-40","Single-file tracks in the snow that stop abruptly"],["41-45","{@dice 1d3} {@creature ice mephit||ice mephits}"],["46-50","1 {@creature brown bear}"],["51-53","{@dice 1d6 + 1} {@creature orc||orcs}"],["54-55","1 {@creature polar bear}"],["56-57","{@dice 1d6} {@creature scout||scouts}"],["58-60","1 {@creature saber-toothed tiger}"],["61-65","A frozen pond with a jagged hole in the ice that appears recently made"],["66-68","1 {@creature berserker}"],["69-70","1 {@creature ogre}"],["71-72","1 {@creature griffon}"],["73-75","1 {@creature druid}"],["76-80","{@dice 3d4} refugees ({@creature commoner||commoners}) fleeing from orcs"],["81","{@dice 1d3} {@creature veteran||veterans}"],["82","{@dice 1d4} {@creature orog||orogs}"],["83","2 {@creature brown bear||brown bears}"],["84","1 {@creature orc Eye of Gruumsh} and {@dice 2d8} {@creature orc||orcs}"],["85","{@dice 1d3} {@creature winter wolf||winter wolves}"],["86-87","{@dice 1d4} {@creature yeti||yetis}"],["88","1 {@creature half-ogre (ogrillon)||half-ogre}"],["89","{@dice 1d3} {@creature manticore||manticores}"],["90","1 {@creature bandit captain} with {@dice 2d6} {@creature bandit||bandits}"],["91","1 {@creature revenant}"],["92-93","1 {@creature troll}"],["94-95","1 {@creature werebear}"],["96-97","1 {@creature young remorhaz}"],["98","1 {@creature mammoth}"],["99","1 {@creature young white dragon}"],["00","1 {@creature frost giant}"]]},{"name":"Arctic Encounters (Levels 5—10)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","2 {@creature saber-toothed tiger||saber-toothed tigers}"],["06-07","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres}"],["08-10","{@dice 1d3 + 1} {@creature brown bear||brown bears}"],["11-15","{@dice 1d3} {@creature polar bear||polar bears}"],["16-20","{@dice 2d4} {@creature berserker||berserkers}"],["21-25","A half-orc {@creature druid} tending to an injured {@creature polar bear}. If the characters assist the druid, she gives them a vial of antitoxin."],["26-30","{@dice 2d8} {@creature scout||scouts}"],["31-35","{@dice 2d4} {@creature ice mephit||ice mephits}"],["36-40","{@dice 2d6 + 1} {@creature zombie||zombies} aboard a galleon trapped in the ice. Searching the ship yields {@dice 2d20} days of rations."],["41-45","1 {@creature manticore}"],["46-50","{@dice 2d6 + 3} {@creature orc||orcs}"],["51-53","{@dice 1d6 + 2} {@creature ogre||ogres}"],["54-55","{@dice 2d4} {@creature griffon||griffons}"],["56-57","{@dice 1d4} {@creature veteran||veterans}"],["58-60","1 {@creature bandit captain} with 1 {@creature druid}, {@dice 1d3} {@creature berserker||berserkers}, and {@dice 2d10 + 5} {@creature bandit||bandits}"],["61-65","{@dice 1d4} hours of extreme cold (see chapter 5 of the {@italic Dungeon Master's Guide})"],["66-68","1 {@creature young remorhaz}"],["69-72","1 {@creature orc Eye of Gruumsh} with {@dice 1d6} {@creature orog||orogs} and {@dice 2d8 + 6} {@creature orc||orcs}"],["73-75","1 {@creature revenant}"],["76-80","A howl that echoes over the land for {@dice 1d3} minutes"],["81-82","{@dice 1d3} {@creature mammoth||mammoths}"],["83-84","1 {@creature young white dragon}"],["85-86","{@dice 2d4} {@creature winter wolf||winter wolves}"],["87-88","{@dice 1d6 + 2} {@creature yeti||yetis}"],["89-90","{@dice 1d2} {@creature frost giant||frost giants}"],["91-92","{@dice 1d3} {@creature werebear||werebears}"],["93-94","{@dice 1d4} {@creature troll||trolls}"],["95-96","1 {@creature abominable yeti}"],["97-98","1 {@creature remorhaz}"],["99","1 {@creature roc}"],["00","{@dice 2d4} {@creature young remorhaz||young remorhazes}"]]},{"name":"Arctic Encounters (Levels 11—16)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature abominable yeti}"],["02-04","{@dice 1d6} {@creature revenant||revenants}"],["05-10","{@dice 1d4 + 1} {@creature werebear||werebears}"],["11-20","{@dice 1d3} {@creature young white dragon||young white dragons}"],["21-25","A blizzard that reduces visibility to 5 feet for {@dice 1d6} hours"],["26-35","1 {@creature roc}"],["36-40","A herd of {@dice 3d20 + 60} caribou ({@creature deer}) moving through the snow"],["41-50","{@dice 1d4} {@creature mammoth||mammoths}"],["51-60","{@dice 1d8 + 1} {@creature troll||trolls}"],["61-65","A mile-wide frozen lake in which preserved corpses of strange creatures can be seen"],["66-75","{@dice 2d4} {@creature young remorhaz||young remorhazes}"],["76-80","A crumbling ice castle littered with the frozen bodies of blue-skinned humanoids"],["81-90","1 {@creature adult white dragon}"],["91-96","{@dice 1d8 + 1} {@creature frost giant||frost giants}"],["97-99","{@dice 1d4} {@creature remorhaz||young remorhazes}"],["00","1 {@creature ancient white dragon}"]]},{"name":"Arctic Encounters (Levels 17—20)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","{@dice 2d10} {@creature revenant||revenants}"],["03-04","{@dice 2d8} {@creature troll||trolls}"],["05-06","{@dice 2d10} {@creature werebear||werebears}"],["07-08","1 {@creature frost giant}"],["09-10","{@dice 2d4} {@creature young remorhaz||young remorhazes}"],["11-20","{@dice 1d4} {@creature frost giant||frost giants}"],["21-25","A Circular patch of black ice on the ground. The air temperature around the patch is warmer than in the surrounding area, and characters who inspect the ice find bits of machinery frozen within."],["26-35","1 {@creature ancient white dragon}"],["36-40","An adventurer frozen 6 feet under the ice; 50% chance the corpse has a rare magic item of the DM's choice"],["41-50","{@dice 1d3} {@creature abominable yeti||abominable yetis}"],["51-60","{@dice 1d4} {@creature remorhaz||remorhazes}"],["61-65","A 500-foot-high wall of ice that is 300 feet thick and spread across {@dice 1d4} miles"],["66-75","{@dice 1d4} {@creature roc||rocs}"],["76-80","The likeness of a stern woman with long, flowing hair, carved into the side of a mountain"],["81-90","{@dice 1d10} {@creature frost giant||frost giants} with {@dice 2d4} {@creature polar bear||polar bears}"],["91-96","{@dice 1d3} {@creature adult white dragon||adult white dragons}"],["97-99","{@dice 2d4} {@creature abominable yeti||abominable yetis}"],["00","1 {@creature ancient white dragon} with {@dice 1d3} {@creature young white dragon||young white dragons}"]]},{"name":"Coastal Encounters (Levels 1—4)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature pseudodragon}"],["02-05","{@dice 2d8} {@creature crab||crabs}"],["06-10","{@dice 2d6} fishers ({@creature commoner||commoners})"],["11","{@dice 1d3} {@creature poisonous snake||poisonous snakes}"],["12-13","{@dice 1d6} {@creature guard||guards} protecting a standard {@creature noble}"],["14-15","{@dice 2d4} {@creature scout||scouts}"],["16-18","{@dice 2d10} {@creature merfolk}"],["19-20","{@dice 1d6 + 2} {@creature sahuagin}"],["21-25","{@dice 1d4} {@creature ghoul||ghouls} feeding on corpses aboard the wreckage of a merchant ship. A search uncovers {@dice 2d6} bolts of ruined silk, a 50-foot length of rope. and a barrel of salted herring."],["26-27","{@dice 1d4} {@creature winged kobold||winged kobolds} with {@dice 1d6 + 1} {@creature kobold||kobolds}"],["28-29","{@dice 2d6} {@creature tribal warrior||tribal warriors}"],["30-31","{@dice 3d4} {@creature kobold||kobolds}"],["32-33","{@dice 2d4 + 5} {@creature blood hawk||blood hawks}"],["34-35","{@dice 1d8 + 1} {@creature pteranodon||pteranodons}"],["36-40","A few dozen baby turtles struggling to make their way to the sea"],["41-42","{@dice 1d6 + 2} {@creature giant lizard||giant lizards}"],["43-44","{@dice 1d6 + 4} {@creature giant crab||giant crabs}"],["45-46","{@dice 2d4} {@creature stirge||stirges}"],["47-48","{@dice 2d6 + 3} {@creature bandit||bandits}"],["49-53","{@dice 2d4} {@creature sahuagin}"],["54-55","{@dice 1d6 + 2} {@creature scout||scouts}"],["56-60","1 {@creature sea hag}"],["61-65","A momentary formation in the waves that looks like an enormous humanoid face"],["66-70","1 {@creature druid}"],["71-75","{@dice 1d4} {@creature harpy||harpies}"],["76-80","A lone hermit ({@creature acolyte}) sitting on the beach contemplating the meaning of the multiverse"],["81","{@dice 1d4} {@creature berserker||berserkers}"],["82","{@dice 1d6} {@creature giant eagle||giant eagles}"],["83","{@dice 2d4} {@creature giant toad||giant toads}"],["84","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d4} {@creature merrow}"],["85","{@dice 3d6} {@creature sahuagin}"],["86","{@dice 1d4} {@creature veteran||veterans}"],["87","{@dice 1d2} {@creature plesiosaurus||plesiosauruses}"],["88","1 {@creature bandit captain} with {@dice 2d6} {@creature bandit||bandits}"],["89","{@dice 1d3} {@creature manticore||manticores}"],["90","1 {@creature banshee}"],["91-92","{@dice 1d4 + 3} {@creature griffon||griffons}"],["93-94","1 {@creature sahuagin priestess} with {@dice 1d3} {@creature merrow} and {@dice 2d6} {@creature sahuagin}"],["95-96","1 {@creature sahuagin baron}"],["97-98","1 {@creature water elemental}"],["99","1 {@creature cyclops}"],["00","1 {@creature young bronze dragon}"]]},{"name":"Coastal Encounters (Levels 5—10)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 2d8} {@creature giant wolf spider||giant wolf spiders}"],["02-03","{@dice 3d6} {@creature pteranodon||pteranodons}"],["04-05","{@dice 2d4} {@creature scout||scouts}"],["06-07","{@dice 1d6 + 2} {@creature sahuagin}"],["08","1 {@creature sea hag}"],["09-10","{@dice 1d4 + 1} {@creature giant toad||giant toads}"],["11-15","{@dice 3d6} {@creature sahuagin}"],["16-20","{@dice 2d6} {@creature giant eagle||giant eagles}"],["21-25","A {@creature pseudodragon} chasing gulls through the air"],["26-29","{@dice 1d2} {@creature druid||druids}"],["30-32","{@dice 2d4 + 1} {@creature giant toad||giant toads}"],["33-35","1 {@creature commoner} singing a dirge (day only) or 1 {@creature banshee} (night only)"],["36-40","A stoppered bottle containing an illegible note and half buried in the sand"],["41-43","3 {@creature sea hag||sea hags}"],["44-46","{@dice 1d8 + 1} {@creature harpy||harpies}"],["47-50","{@dice 1d4} {@creature plesiosaurus||plesiosauruses}"],["51-53","{@dice 1d4} {@creature manticore||manticores}"],["54-56","{@dice 2d4} {@creature ogre||ogres}"],["57-60","{@dice 1d10} {@creature griffon||griffons}"],["61-65","A battle at sea between two galleons"],["66-70","{@dice 1d4 + 3} {@creature merrow}"],["71-75","A pirate crew consisting of 1 {@creature bandit captain}, 1 {@creature druid}, 2 {@creature berserker||berserkers}, and {@dice 2d12} {@creature bandit||bandits}, all searching for buried treasure"],["76-80","A severed humanoid hand tangled in a net"],["81-82","1 {@creature water elemental}"],["83-84","1 {@creature cyclops}"],["85-86","{@dice 1d4} {@creature banshee||banshees} (night only)"],["87-88","{@dice 2d4} {@creature veteran||veterans}"],["89-90","1 {@creature young bronze dragon}"],["91-93","{@dice 1d3} {@creature cyclops||cyclopes}"],["94-95","1 {@creature young blue dragon}"],["96","1 {@creature sahuagin baron} with {@dice 1d3} {@creature sahuagin priestess||sahuagin priestesses} and {@dice 2d8} {@creature sahuagin}"],["97","1 {@creature djinni}"],["98","1 {@creature roc}"],["99","1 {@creature marid}"],["00","1 {@creature storm giant}"]]},{"name":"Coastal Encounters (Levels 11—16)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature banshee||banshees} (night only)"],["02-04","1 {@creature cyclops}"],["05-08","{@dice 1d6 + 2} {@creature manticore||manticores}"],["09-10","{@dice 1d8 + 2} {@creature veteran||veterans}"],["11-20","1 {@creature young blue dragon}"],["21-25","A nest of {@dice 1d6} dragon turtle eggs"],["26-35","{@dice 1d4} {@creature sahuagin baron||sahuagin barons}"],["36-40","A trident partially buried in the sand"],["41-50","1 {@creature young bronze dragon}"],["51-55","1 {@creature marid}"],["56-60","{@dice 1d6} {@creature water elemental||water elementals}"],["61-65","{@dice 2d6} {@creature ghast||ghasts} crawling over {@dice 1d6} wrecked ships and feeding on the dead"],["66-70","1 {@creature djinni}"],["71-75","{@dice 1d3} {@creature young bronze dragon||young bronze dragons}"],["76-80","A beached whale, dead and bloated. If it takes any damage, it explodes, and each creature within 30 feet of it must make a DC 15 Dexterity saving throw, taking {@dice 5d6} bludgeoning damage on a failed save, or half as much damage on a successful one."],["81-82","{@dice 2d4} {@creature cyclops||cyclopes}"],["83-84","1 {@creature storm giant}"],["85-86","{@dice 1d3} {@creature young blue dragon||young blue dragons}"],["87-88","1 {@creature adult bronze dragon}"],["89-90","1 {@creature adult blue dragon}"],["91-93","{@dice 1d3} {@creature roc||rocs}"],["94-97","1 {@creature dragon turtle}"],["98-99","1 {@creature ancient bronze dragon}"],["00","1 {@creature ancient blue dragon}"]]},{"name":"Coastal Encounters (Levels 17—20)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","1 {@creature roc}"],["11-20","1 {@creature storm giant}"],["21-25","An {@creature adult bronze dragon} fighting an {@creature adult blue dragon} to the death"],["26-40","{@dice 2d4} {@creature cyclops||cyclopes}"],["41-50","1 {@creature adult bronze dragon} or 1 {@creature adult blue dragon}"],["51-60","{@dice 1d3} {@creature djinni} or {@dice 1d3} {@creature marid||marids}"],["61-70","1 {@creature dragon turtle}"],["71-75","{@dice 1d3} {@creature roc||rocs}"],["76-80","{@dice 1d6 + 2} waterspouts that dance on the water before stopping abruptly"],["81-90","{@dice 1d6} {@creature young blue dragon||young blue dragons}"],["91-96","1 {@creature ancient bronze dragon}"],["97-99","1 {@creature ancient blue dragon}"],["00","{@dice 1d3 + 1} {@creature storm giant||storm giants}"]]},{"name":"Desert Encounters (Levels 1—4)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 3d8} {@creature scorpion||scorpions}"],["02","{@dice 2d4} {@creature vulture||vultures}"],["03","1 abandoned {@creature mule}"],["04","{@dice 2d6} {@creature commoner||commoners} with {@dice 2d4} {@creature camel||camels} bound for a distant city"],["05","{@dice 1d6} {@creature flying snake||flying snakes}"],["06","{@dice 2d6} {@creature hyena||hyenas} or {@dice 2d6} {@creature jackal||jackals}"],["07","{@dice 1d6} {@creature guard||guards} escorting a {@creature noble} to the edge of the desert, all of them astride {@creature camel||camels}"],["08","{@dice 1d6} {@creature cat||cats}"],["09","1 {@creature pseudodragon}"],["10","{@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["11-13","{@dice 2d4} {@creature stirge||stirges}"],["14-15","{@dice 1d6 + 2} {@creature giant wolf spider||giant wolf spiders}"],["16-17","1 {@creature scout}"],["18-20","{@dice 2d4} {@creature giant poisonous snake||giant poisonous snakes}"],["21-25","Single-file tracks marching deeper into the desert"],["26-27","{@dice 4d4} {@creature kobold||kobolds}"],["28-29","1 {@creature jackalwere}"],["30-31","{@dice 3d6} {@creature tribal warrior||tribal warriors}"],["32-33","{@dice 1d6} {@creature giant lizard||giant lizards}"],["34-35","1 {@creature swarm of insects}"],["36-40","An oasis surrounded by palm trees and containing the remnants of an old camp"],["41-44","{@dice 3d6} {@creature bandit||bandits}"],["45-46","{@dice 1d4} {@creature constrictor snake||constrictor snakes}"],["47-48","{@dice 2d4} {@creature winged kobold}"],["49-50","1 {@creature dust mephit}"],["51-52","{@dice 1d3 + 1} {@creature giant toad||giant toads}"],["53-54","{@dice 1d4} {@creature giant spider||giant spiders}"],["55","1 {@creature druid}"],["56-57","{@dice 2d4} {@creature hobgoblin||hobgoblins}"],["58","1 {@creature wight}"],["59-60","1 {@creature ogre}"],["61-65","A brass lamp lying on the ground"],["66-67","{@dice 1d4} {@creature giant vulture||giant vultures}"],["68","1 {@creature phase spider}"],["69","1 {@creature giant constrictor snake}"],["70-71","1 {@creature gnoll pack lord} with {@dice 1d3} {@creature giant hyena||giant hyenas}"],["72","{@dice 1d6 + 2} {@creature gnoll||gnolls}"],["73-74","1 {@creature mummy}"],["75","{@dice 1d3} {@creature half-ogre (ogrillon)||half-ogres}"],["76-80","A pile of humanoid bones wrapped in rotting cloth"],["81-82","1 {@creature lamia}"],["83","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins}"],["84","{@dice 2d4} {@creature death dog||death dogs}"],["85-86","{@dice 1d4} {@creature giant scorpion||giant scorpions}"],["87","1 {@creature yuan-ti malison (type 1)||yuan-ti malison} with {@dice 1d4 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["88-89","1 {@creature bandit captain} with 1 {@creature druid} and {@dice 3d6} {@creature bandit||bandits}"],["90","{@dice 2d4} {@creature thri-kreen}"],["91","1 {@creature air elemental}"],["92","{@dice 1d3} {@creature couatl||couatls}"],["93","1 {@creature fire elemental}"],["94","{@dice 1d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["95","1 {@creature revenant}"],["96","{@dice 1d4} {@creature weretiger||weretigers}"],["97","1 {@creature cyclops}"],["98","1 {@creature young brass dragon}"],["99","1 {@creature medusa}"],["00","1 {@creature yuan-ti abomination}"]]},{"name":"Desert Encounters (Levels 5—10)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature scout||scouts}"],["02","{@dice 2d4} {@creature jackalwere||jackalweres}"],["03","{@dice 2d6} {@creature hobgoblin||hobgoblins}"],["04","{@dice 1d4 + 3} {@creature dust mephit||dust mephits}"],["05","{@dice 1d6} {@creature swarm of insects}"],["06","1 {@creature giant constrictor snake}"],["07-08","1 {@creature lion}"],["09-10","{@dice 2d4} {@creature gnoll||gnolls}"],["11-12","{@dice 2d6} {@creature giant toad||giant toads}"],["13-17","1 {@creature mummy}"],["18-20","{@dice 1d8 + 1} {@creature giant vulture||giant vultures}"],["21-25","A stone obelisk partly buried in the sand"],["26-28","1 {@creature ogre} with {@dice 1d3} {@creature half-ogre (ogrillon)||half-ogres}"],["29-35","{@dice 1d10} {@creature giant hyena||giant hyenas}"],["36-40","{@dice 1d6 + 1} empty tents"],["41-43","{@dice 1d6 + 2} {@creature thri-kreen}"],["44-46","{@dice 2d4} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["47-50","{@dice 1d6 + 3} {@creature death dog||death dogs}"],["51-52","{@dice 1d4} {@creature giant scorpion||giant scorpions}"],["53","1 {@creature fire elemental}"],["54-55","1 {@creature hobgoblin captain} with {@dice 3d4} {@creature hobgoblin||hobgoblins}"],["56","{@dice 1d6 + 2} {@creature ogre||ogres}"],["57-58","{@dice 1d4} {@creature lamia||lamias}"],["59-60","1 {@creature air elemental}"],["61-65","A meteorite resting at the bottom of a glassy crater"],["66","{@dice 1d4 + 1} {@creature wight||wights}"],["67-68","1 {@creature young brass dragon}"],["69-70","1 {@creature bandit captain} with {@dice 1d3} {@creature berserker||berserkers} and {@dice 3d6} {@creature bandit||bandits}"],["71-72","1 {@creature cyclops}"],["73","{@dice 1d4} {@creature couatl||couatls}"],["74-75","{@dice 1d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["76-80","Strong winds that kick up dust and reduce visibility to {@dice 1d6} feet for {@dice 1d4} hours"],["81-83","1 {@creature revenant} with {@dice 1d3} {@creature wight||wights}"],["84-85","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["86-87","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["88-90","{@dice 2d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["91","1 {@creature young blue dragon}"],["92","{@dice 1d4} {@creature cyclops||cyclopes}"],["93","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["94","{@dice 1d4} {@creature medusa||medusas}"],["95","1 {@creature guardian naga}"],["96","{@dice 1d3} {@creature young brass dragon||young brass dragons}"],["97","1 {@creature efreeti}"],["98","1 {@creature roc}"],["99","1 {@creature gynosphinx}"],["00","1 {@creature adult brass dragon}"]]},{"name":"Desert Encounters (Levels 11—16)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature young brass dragon}"],["02-05","{@dice 4d6} {@creature gnoll||gnolls}"],["06-10","{@dice 3d10} {@creature giant hyena||giant hyenas}"],["11-12","{@dice 1d8 + 1} {@creature lamia||lamias}"],["13-14","{@dice 2d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["15-17","{@dice 1d6 + 2} {@creature giant scorpion||giant scorpions}"],["18-20","{@dice 2d4} {@creature phase spider||phase spiders}"],["21-25","A desert caravan consisting of {@dice 1d6} merchants ({@creature noble||nobles}) with {@dice 2d6} {@creature guard||guards}"],["26-27","{@dice 1d6 + 1} {@creature couatl||couatls}"],["28-30","{@dice 1d4} {@creature fire elemental||fire elementals}"],["31-32","1 {@creature hobgoblin captain} with {@dice 3d10 + 10} {@creature hobgoblin||hobgoblins}"],["33-35","{@dice 2d4} {@creature wight||wights}"],["36-40","{@dice 1d6} square miles of desert glass"],["41-42","1 {@creature young blue dragon}"],["43-45","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["46-48","{@dice 1d4} {@creature air elemental||air elementals}"],["49-50","{@dice 1d6 + 1} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["51-55","{@dice 1d4} {@creature medusa||medusas}"],["56-60","{@dice 1d4} {@creature revenant||revenants} with {@dice 3d12} {@creature skeleton||skeletons}"],["61-65","A plundered pyramid"],["66-70","{@dice 1d4} {@creature young brass dragon||young brass dragons}"],["71-75","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["76-78","{@dice 1d6 + 2} {@creature cyclops||cyclopes}"],["79-82","1 {@creature adult brass dragon}"],["83-85","1 {@creature purple worm}"],["86","{@dice 1d2} {@creature young blue dragon||young blue dragons}"],["87-88","1 {@creature mummy lord}"],["89","{@dice 1d3} {@creature guardian naga||guardian nagas}"],["90","1 {@creature adult blue dragon}"],["91","{@dice 1d2} {@creature gynosphinx||gynosphinxes}"],["92-93","{@dice 1d3} {@creature efreeti||efreet}"],["94","1 {@creature androsphinx}"],["95","{@dice 1d4} {@creature roc||rocs}"],["96-97","1 {@creature adult blue dracolich}"],["98-99","1 {@creature ancient brass dragon}"],["00","1 {@creature ancient blue dragon}"]]},{"name":"Desert Encounters (Levels 17—20)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","1 {@creature adult brass dragon}"],["06-10","{@dice 1d2} {@creature yuan-ti abomination||yuan-ti abominations} with {@dice 2d10 + 5} {@creature yuan-ti malison (type 1)||yuan-ti malisons} and {@dice 4d6 + 6} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["11-14","{@dice 1d6 + 2} {@creature medusa||medusas}"],["15-18","{@dice 1d2} {@creature purple worm||purple worms}"],["19-22","{@dice 2d4} {@creature cyclops||cyclopes}"],["23-25","An abandoned city made from white marble, empty during the day. At night, harmless apparitions roam the streets, replaying the final moments of their lives."],["26-30","{@dice 1d3} {@creature young blue dragon||young blue dragons}"],["31-35","1 {@creature mummy lord}"],["36-40","{@dice 1d4} hours of extreme heat (see chapter 5 of the {@italic Dungeon Master's Guide})"],["41-50","{@dice 1d3} {@creature guardian naga||guardian nagas}"],["51-60","{@dice 1d4} {@creature efreeti||efreet}"],["61-63","An old signpost identifying a single destination, called Pazar"],["64-72","{@dice 1d4} {@creature roc||rocs}"],["73-80","{@dice 1d3} {@creature gynosphinx||gynosphinxes}"],["81-85","1 {@creature adult blue dracolich}"],["86-90","1 {@creature androsphinx}"],["91-96","1 {@creature ancient brass dragon}"],["97-99","1 {@creature ancient blue dragon}"],["00","{@dice 1d4} {@creature adult brass dragon||adult brass dragons}"]]},{"name":"Forest Encounters (Levels 1—4)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature giant owl}"],["02","{@dice 1d4} {@creature cat||cats}"],["03","{@dice 2d4} woodcutters ({@creature commoner||commoners})"],["04","1 {@creature badger} or {@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["05","{@dice 2d8} {@creature baboon||baboons}"],["06","{@dice 1d6 + 3} {@creature hyena||hyenas}"],["07","1 {@creature owl}"],["08","1 {@creature pseudodragon}"],["09","1 {@creature panther}"],["10","1 {@creature giant poisonous snake}"],["11","{@dice 1d6 + 2} {@creature boar||boars}"],["12","{@dice 1d4 + 1} {@creature giant lizard||giant lizards}"],["13","1 {@creature ape} or 1 {@creature tiger}"],["14","{@dice 2d6} {@creature tribal warrior||tribal warriors} with {@dice 1d6} {@creature mastiff||mastiffs}"],["15","{@dice 1d6 + 2} {@creature giant bat||giant bats} or {@dice 3d6} {@creature flying snake||flying snakes}"],["16","1 {@creature scout} or {@dice 2d4} {@creature guard||guards} with {@dice 1d6} {@creature mastiff||mastiffs}"],["17","{@dice 1d8 + 1} {@creature winged kobold||winged kobolds}"],["18","{@dice 1d3} {@creature constrictor snake||constrictor snakes}"],["19","{@dice 1d10 + 5} {@creature giant rat||giant rats} or {@dice 2d6 + 3} {@creature giant weasel||giant weasels}"],["20","{@dice 1d4 + 1} {@creature needle blight||needle blights} with {@dice 1d6 + 3} {@creature twig blight||twig blights}"],["21-25","A lost, weeping child. If the characters take the child home, the parents reward them with {@dice 1d3} potions of healing."],["26","{@dice 1d8 + 1} {@creature giant frog||giant frogs}"],["27","{@dice 4d4} {@creature kobold||kobolds}"],["28","{@dice 1d3} {@creature black bear||black bears}"],["29","{@dice 3d6} {@creature stirge||stirges}"],["30","1 {@creature satyr}"],["31","{@dice 2d4} {@creature kenku}"],["32","{@dice 1d3} {@creature vine blight||vine blights} with {@dice 1d12} {@creature awakened shrub||awakened shrubs}"],["33","{@dice 1d4} {@creature swarm of ravens||swarms of ravens}"],["34","1 {@creature faerie dragon (yellow)||faerie dragon} (yellow or younger)"],["35","{@dice 1d4 + 2} {@creature giant badger||giant badgers}"],["36-40","A young woodcutter ({@creature scout}) racing through the forest to rescue a lost friend"],["41","{@dice 2d4} {@creature blink dog||blink dogs}"],["42","{@dice 1d8 + 1} {@creature sprite||sprites}"],["43","{@dice 1d6 + 2} {@creature elk}"],["44","{@dice 1d4} {@creature lizardfolk} or {@dice 3d6} {@creature bandit||bandits}"],["45","{@dice 1d4 + 4} {@creature wolf||wolves}"],["46","{@dice 2d4} {@creature giant wolf spider||giant wolf spiders}"],["47","1 {@creature swarm of insects} or {@dice 2d8} {@creature blood hawk||blood hawks}"],["48","{@dice 1d6 + 2} {@creature pixie||pixies}"],["49","1 {@creature brown bear}"],["50","{@dice 1d4 + 3} {@creature goblin||goblins}"],["51","{@dice 1d3} {@creature dryad||dryads}"],["52","1 {@creature awakened tree}"],["53","1 {@creature phase spider}"],["54","{@dice 1d6} {@creature harpy||harpies}"],["55","1 {@creature ettercap} or {@dice 1d8 + 1} {@creature orc||orcs}"],["56","1 {@creature goblin boss} with {@dice 2d6 + 1} {@creature goblin||goblins}"],["57","1 {@creature ankheg}"],["58","1 {@creature giant constrictor snake}"],["59","{@dice 1d4} {@creature bugbear||bugbears} or {@dice 2d4} {@creature hobgoblin||hobgoblins}"],["60","1 {@creature pegasus}"],["61-65","A stream of cool, clean water flowing between the trees"],["66","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres} or 1 {@creature ogre}"],["67","1 {@creature faerie dragon (green)||faerie dragon} (green or older)"],["68","1 {@creature werewolf} or {@dice 1d8 + 1} {@creature worg||worgs}"],["69","1 {@creature druid} harvesting mistletoe"],["70","1 {@creature will-o'-wisp}"],["71","{@dice 1d4} {@creature dire wolf||dire wolves} or 1 {@creature giant boar}"],["72","{@dice 1d10} {@creature giant wasp||giant wasps}"],["73","1 {@creature owlbear} or 1 {@creature giant elk}"],["74","{@dice 2d6} {@creature gnoll||gnolls}"],["75","{@dice 1d6} {@creature giant toad||giant toads}"],["76-80","{@dice 1d6} web cocoons hanging from the branches, holding withered carcasses"],["81","1 {@creature wereboar} or {@dice 1d4} {@creature giant boar||giant boars}"],["82","{@dice 1d6 + 2} {@creature giant spider||giant spiders}"],["83","{@dice 1d4} {@creature centaur||centaurs} or {@dice 1d4} {@creature giant elk}"],["84","1 {@creature orc Eye of Gruumsh} with {@dice 2d4 + 2} {@creature orc||orcs}"],["85","1 {@creature gnoll fang of Yeenoghu}"],["86","{@dice 1d4} {@creature grick||gricks}"],["87","1 {@creature bandit captain} with {@dice 2d6 + 3} {@creature bandit||bandits}"],["88","{@dice 1d4} {@creature wererat||wererats}"],["89","1 {@creature couatl} (day) or 1 {@creature banshee} (night)"],["90","1 {@creature gnoll pack lord} with {@dice 1d4} {@creature giant hyena||giant hyenas}"],["91","{@dice 2d4} {@creature berserker||berserkers} or {@dice 1d4} {@creature veteran||veterans}"],["92","1 {@creature lizardfolk shaman} with {@dice 1d3} {@creature swarm of poisonous snakes||swarms of poisonous snakes} and {@dice 1d10 + 2} {@creature lizardfolk}"],["93","{@dice 1d4} {@creature displacer beast||displacer beasts}"],["94","{@dice 1d3} {@creature green hag||green hags}"],["95","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins} and {@dice 1d4} {@creature giant boar||giant boars}"],["96","1 {@creature yuan-ti malison (type 1)||yuan-ti malison} with {@dice 1d6 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["97","{@dice 1d3} {@creature weretiger||weretigers}"],["98","1 {@creature gorgon} or 1 {@creature unicorn}"],["99","1 {@creature shambling mound}"],["00","1 {@creature yuan-ti abomination}"]]},{"name":"Forest Encounters (Levels 5—10)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 2d4} {@creature vine blight||vine blights}"],["02","{@dice 2d6} {@creature hobgoblin||hobgoblins} or {@dice 2d6} {@creature orc||orcs}"],["03","{@dice 2d4} {@creature ape||apes} or {@dice 2d4} {@creature satyr||satyrs}"],["04","{@dice 1d3} {@creature will-o'-wisp||will-o'-wisps}"],["05","{@dice 1d4} {@creature swarm of poisonous snakes||swarms of poisonous snakes}"],["06","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature orog||orogs} and {@dice 1d8 + 2} {@creature orc||orcs}"],["07","{@dice 1d3} {@creature constrictor snake||constrictor snakes} or {@dice 1d4} {@creature tiger||tigers}"],["08","1 {@creature goblin boss} with {@dice 3d6} {@creature goblin||goblins}"],["09","1 {@creature faerie dragon (red)||faerie dragon} (any age)"],["10","1 {@creature brown bear} or {@dice 1d6 + 2} {@creature black bear||black bears}"],["11-13","{@dice 1d4} {@creature giant boar||giant boars}"],["14-15","{@dice 1d8 + 1} {@creature giant spider||giant spiders}"],["16-17","1 {@creature lizardfolk shaman} with {@dice 2d4} {@creature lizardfolk}"],["18","{@dice 1d10} {@creature giant toad||giant toads}"],["19","{@dice 1d4} {@creature ankheg||ankhegs}"],["20","{@dice 1d3} {@creature awakened tree||awakened trees} (day) or 1 {@creature banshee} (night)"],["21-25","A small shack almost hidden by the deep forest. The interior is empty aside from a large cast-iron oven."],["26","1 {@creature couatl}"],["27-28","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d6 + 2} {@creature half-ogre (ogrillon)||half-ogres}"],["29-30","1 {@creature gnoll pack lord} with {@dice 1d4 + 1} {@creature giant hyena||giant hyenas}"],["31-32","{@dice 1d6} {@creature wererat||wererats}"],["33","{@dice 1d4} {@creature grick||gricks}"],["34","{@dice 1d8 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["35","{@dice 1d6} {@creature pegasus||pegasi}"],["36-40","An old stone archway of obvious elven design. Any character who passes under it makes Wisdom (Perception) checks with advantage for 1 hour."],["41-42","{@dice 1d6 + 2} {@creature dryad||dryads}"],["43","{@dice 1d4} {@creature giant elk}"],["44","{@dice 1d8 + 1} {@creature harpy||harpies}"],["45-46","1 {@creature bandit captain} with 1 {@creature druid} and {@dice 1d6 + 5} {@creature bandit||bandits}"],["47-48","{@dice 2d4} {@creature dire wolf||dire wolves}"],["49-50","{@dice 2d4} {@creature bugbear||bugbears}"],["51-52","{@dice 2d4} {@creature centaur||centaurs}"],["53-54","{@dice 3d10} {@creature blink dog||blink dogs}"],["55-56","{@dice 1d4} {@creature owlbear||owlbears}"],["57-58","{@dice 1d8 + 1} {@creature berserker||berserkers}"],["59-60","{@dice 1d3} {@creature green hag||green hags}"],["61-65","A clear pool of water with {@dice 1d6} sleeping animals lying around its edge"],["66-67","{@dice 1d4} {@creature werewolf||werewolves}"],["68-69","1 {@creature werebear}"],["70-71","{@dice 1d8 + 1} {@creature ettercap||ettercaps}"],["72-73","{@dice 2d10} {@creature elk}"],["74-75","{@dice 1d4} {@creature veteran||veterans}"],["76-80","An old tree with a wizened face carved into the trunk"],["81","{@dice 1d4} {@creature wereboar||wereboars}"],["82","{@dice 2d4} {@creature displacer beast||displacer beasts}"],["83","{@dice 1d4} {@creature shambling mound||shambling mounds}"],["84","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins} and {@dice 4d12} {@creature goblin||goblins}"],["85","1 {@creature yuan-ti abomination}"],["86","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["87","{@dice 1d4} {@creature troll||trolls}"],["88","{@dice 2d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["89","1 {@creature oni}"],["90","{@dice 1d4} {@creature unicorn||unicorns}"],["91","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["92","1 {@creature young green dragon}"],["93","{@dice 1d4} {@creature gorgon||gorgons}"],["94","{@dice 1d6 + 2} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["95","1 {@creature treant}"],["96","{@dice 1d4} {@creature revenant||revenants}"],["97","1 {@creature grick alpha} with {@dice 1d6 + 1} {@creature grick||gricks}"],["98","{@dice 1d4} {@creature giant ape||giant apes}"],["99","1 {@creature guardian naga}"],["00","1 {@creature adult gold dragon}"]]},{"name":"Forest Encounters (Levels 11—16)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","1 {@creature werebear}"],["04-05","{@dice 1d4} {@creature druid||druids} performing a ritual for the dead (day only) or {@dice 1d4} {@creature banshee||banshees} (night only)"],["06-07","{@dice 1d3} {@creature couatl||couatls}"],["08-10","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu} with {@dice 2d6 + 3} {@creature gnoll||gnolls}"],["11-15","{@dice 2d4} {@creature displacer beast||displacer beasts}"],["16-20","{@dice 1d6 + 2} {@creature veteran||veterans}"],["21-25","A pool of clear, still water. Gold coins litter the bottom, but they disappear if removed from the pool."],["26-30","{@dice 1d4 + 1} {@creature green hag||green hags} with {@dice 1d3} {@creature owlbear||owlbears}"],["31-35","{@dice 1d6 + 2} {@creature werewolf||werewolves}"],["36-40","A small woodland shrine dedicated to a mysterious cult named the Siswa"],["41-45","{@dice 1d6 + 2} {@creature phase spider||phase spiders}"],["46-50","{@dice 2d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["51-52","{@dice 1d3} {@creature werebear||werebears}"],["53-54","{@dice 1d4} {@creature revenant||revenants}"],["55-56","1 {@creature young green dragon}"],["57-58","{@dice 1d4} {@creature troll||trolls}"],["59-60","{@dice 1d6 + 2} {@creature wereboar||wereboars}"],["61-65","A group of seven people ({@creature commoner||commoners}) wearing animal masks and ambling through the woods"],["66-67","{@dice 1d4} {@creature gorgon||gorgons}"],["68-69","{@dice 1d3} {@creature shambling mound||shambling mounds}"],["70-71","1 {@creature treant}"],["72-73","{@dice 1d4} {@creature unicorn||unicorns}"],["74-75","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["76-80","Peals of silvery laughter that echo from a distance"],["81-82","1 {@creature guardian naga}"],["83-84","1 {@creature young gold dragon}"],["85-86","1 {@creature grick alpha} with {@dice 2d4} {@creature grick||gricks}"],["87-88","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["89-90","1 {@creature adult green dragon}"],["91-93","{@dice 1d8 + 1} {@creature giant ape||giant apes}"],["94-96","{@dice 2d4} {@creature oni}"],["97-99","{@dice 1d3} {@creature treant||treants}"],["00","1 {@creature ancient green dragon}"]]},{"name":"Forest Encounters (Levels 17—20)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","1 {@creature young green dragon}"],["06-10","1 {@creature treant}"],["11-13","1 {@creature guardian naga}"],["14-16","{@dice 1d10} {@creature revenant||revenants}"],["17-19","{@dice 1d8 + 1} {@creature unicorn||unicorns}"],["20-22","{@dice 1d3} {@creature grick alpha||grick alphas}"],["23-25","For a few hundred feet, wherever the characters step, flowers bloom and emit soft light."],["26-28","1 {@creature young gold dragon}"],["29-31","{@dice 1d6 + 2} {@creature shambling mound||shambling mounds}"],["32-34","{@dice 2d4} {@creature werebear||werebears}"],["35-37","{@dice 1d4} {@creature oni}"],["38-40","{@dice 4d6 + 10} elves living in a small community in the treetop"],["41-43","{@dice 1d6 + 2} {@creature gorgon||gorgons}"],["44-46","{@dice 2d4} {@creature troll||trolls}"],["47-49","{@dice 1d4} {@creature giant ape||giant apes}"],["50-52","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["53-62","{@dice 1d3} {@creature young green dragon||young green dragons}"],["63-65","A 50-foot-tall stone statue of an elf warrior with hand raised, palm out, as if to forbid travelers from coming this way"],["66-75","{@dice 1d4} {@creature treant||treants}"],["76-80","A cairn set atop a low hill"],["81-90","1 {@creature adult gold dragon}"],["91-96","1 {@creature ancient green dragon}"],["97-99","{@dice 2d4 + 1} {@creature treant||treants}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Grassland Encounters (Levels 1—5)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 1—5)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature hobgoblin captain} with {@dice 1d4 + 1} {@creature hobgoblin||hobgoblins}"],["02","1 {@creature chimera}"],["03","1 {@creature gorgon}"],["04","{@dice 1d2} {@creature couatl||couatls}"],["05","1 {@creature ankylosaurus}"],["06","1 {@creature weretiger}"],["07","{@dice 1d3} {@creature allosaurus||allosauruses}"],["08-09","{@dice 1d3} {@creature elephant||elephants}"],["10-14","A circle of standing stones within which the air is utterly still, no matter how hard the wind blows outside"],["15-16","1 {@creature phase spider}"],["17-18","1 {@creature gnoll pack lord} with {@dice 1d4} {@creature giant hyena||giant hyenas}"],["19-20","1 {@creature pegasus}"],["21-22","1 {@creature ankheg}"],["23-24","{@dice 1d3} {@creature rhinoceros||rhinoceroses}"],["25-28","{@dice 1d3} {@creature cockatrice||cockatrices}"],["29-32","{@dice 1d6 + 2} {@creature giant wasp||giant wasps} or {@dice 1d4 + 3} {@creature swarm of insects||swarms of insects}"],["33-36","{@dice 1d4} {@creature jackalwere||jackalweres} or {@dice 1d4} {@creature scout||scouts}"],["37-40","{@dice 1d8} {@creature giant goat||giant goats} or {@dice 1d8} {@creature worg||worgs}"],["41-44","{@dice 2d4} {@creature hobgoblin||hobgoblins}, {@dice 2d4} {@creature orc||orcs}, or {@dice 2d4} {@creature gnoll||gnolls}"],["45-46","{@dice 1d2} {@creature giant poisonous snake||giant poisonous snakes}"],["47-48","{@dice 1d6 + 2} {@creature elk} or {@dice 1d6 + 2} {@creature riding horse||riding horses}"],["49-50","{@dice 2d4} {@creature goblin||goblins}"],["51-52","{@dice 1d3} {@creature boar||boars}"],["53-54","1 leopard ({@creature panther}) 1 {@creature lion}"],["55-58","{@dice 1d6 + 3} {@creature goblin||goblins} riding wolves"],["59-62","{@dice 2d6} {@creature giant wolf spider||giant wolf spiders} or 1 {@creature giant eagle}"],["63-65","{@dice 1d8 + 4} {@creature pteranodon||pteranodons}"],["66-69","{@dice 3d6} {@creature wolf||wolves}"],["70-74","{@dice 2d4 + 2} {@creature axe beak||axe beaks}"],["75-76","1 {@creature giant boar} or {@dice 1d2} {@creature tiger||tigers}"],["77-78","1 {@creature ogre} or {@dice 1d3} {@creature bugbear||bugbears}"],["79-80","{@creature giant elk} or 1 {@creature gnoll pack lord} or {@dice 1d3} {@creature giant hyena||giant hyenas}"],["81-82","{@dice 1d3} {@creature giant vulture||giant vultures} or {@dice 1d3} {@creature hippogriff||hippogriffs}"],["83-84","1 {@creature goblin boss} with {@dice 1d6 + 2} {@creature goblin||goblins} and {@dice 1d4 + 3} {@creature wolf||wolves}, or {@dice 1d3} {@creature thri-kreen}"],["85-89","{@dice 1d3} {@creature druid||druids} patrolling the wilds"],["90-91","{@dice 1d6} {@creature scarecrow||scarecrows} or 1 {@creature wereboar}"],["92-93","{@dice 1d3} {@creature centaur||centaurs} or {@dice 1d3} {@creature griffon||griffons}"],["94","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}, or 1 {@creature orc Eye of Gruumsh} with {@dice 2d4 + 1} {@creature orc||orcs}"],["95-96","1 {@creature triceratops}"],["97","1 {@creature cyclops} or 1 {@creature bulette}"],["98-99","{@dice 1d4} {@creature manticore||manticores}"],["00","1 {@creature tyrannosaurus rex}"]]},{"name":"Grassland Encounters (Levels 6—10)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 6—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d3} {@creature gorgon||gorgons}"],["02","{@dice 1d4} {@creature cyclops||cyclopes}"],["03-04","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["05-06","1 {@creature chimera}"],["07-09","{@dice 1d4 + 1} {@creature veteran||veterans} on {@creature riding horse||riding horses}"],["10-11","A tornado that touches down {@dice 1d6} miles away, tearing up the land for 1 mile before it dissipates"],["12-13","{@dice 1d3} {@creature manticore||manticores}"],["14-15","{@dice 2d4} {@creature ankheg||ankhegs}"],["16-17","{@dice 1d8 + 1} {@creature centaur||centaurs}"],["18-19","{@dice 1d6 + 2} {@creature griffon||griffons}"],["20-21","{@dice 1d6} {@creature elephant||elephants}"],["22-24","A stretch of land littered with rotting war machines, bones, and banners of forgotten armies"],["25-28","{@dice 1d8 + 1} {@creature bugbear||bugbears}"],["29-32","1 {@creature gnoll pack lord} with {@dice 1d4 + 1} {@creature giant hyena||giant hyenas}"],["33-36","{@dice 2d4} {@creature scarecrow||scarecrows}"],["37-40","{@dice 1d12} {@creature lion||lions}"],["41-44","{@dice 1d10} {@creature thri-kreen}"],["45-46","1 {@creature allosaurus}"],["47-48","1 {@creature tiger}"],["49-50","{@dice 1d2} {@creature giant eagle||giant eagles} or {@dice 1d2} {@creature giant vulture||giant vultures}"],["51-52","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["53-54","{@dice 1d2} {@creature pegasus||pegasi}"],["55-58","1 {@creature ankylosaurus}"],["59-62","{@dice 1d2} {@creature couatl||couatls}"],["63-66","1 {@creature orc Eye of Gruumsh} with {@dice 1d8 + 1} {@creature orc||orcs}"],["67-70","{@dice 2d4} {@creature hippogriff||hippogriffs}"],["71-74","{@dice 1d4 + 1} {@creature rhinoceros||rhinoceroses}"],["75-76","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins}"],["77-78","{@dice 1d3} {@creature phase spider||phase spiders}"],["79-80","{@dice 1d6 + 2} {@creature giant boar||giant boars}"],["81-82","{@dice 2d4} {@creature giant elk}"],["83-84","{@dice 1d4} {@creature ogre||ogres} with {@dice 1d4} {@creature orog||orogs}"],["85-87","A hot wind that carries the stench of rot"],["88-90","{@dice 1d3} {@creature weretiger||weretigers}"],["91-92","1 {@creature bulette}"],["93-94","A tribe of {@dice 2d20 + 20} nomads ({@creature tribal warrior||tribal warriors}) on {@creature riding horse||riding horses} following a herd of antelope ({@creature deer}). The nomads are willing to trade food, leather, and information for weapons."],["95-96","{@dice 1d6 + 2} {@creature wereboar||wereboars}"],["97","1 {@creature young gold dragon}"],["98-99","{@dice 1d4} {@creature triceratops||triceratopses}"],["00","{@dice 1d3} {@creature tyrannosaurus rex||tyrannosaurus rexes}"]]},{"name":"Grassland Encounters (Levels 11—16)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","{@dice 3d6} {@creature wereboar||wereboars}"],["06-10","{@dice 2d10} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["11-15","{@dice 1d4} {@creature bulette||bulettes}"],["16-17","An old road of paved stones, partly reclaimed by wilderness, that travels for {@dice 1d8} miles in either direction before ending"],["18-27","{@dice 1d12} {@creature couatl||couatls}"],["28-30","A witch ({@creature mage}) dwelling in a crude hut. She offers potions of healing, antitoxins, and other consumable items for sale in exchange for food and news."],["31-40","{@dice 2d10} {@creature elephant||elephants}"],["41-46","{@dice 2d4} {@creature weretiger||weretigers}"],["47-56","{@dice 1d8 + 1} {@creature cyclops||cyclopes}"],["57-61","{@dice 1d3} {@creature chimera||chimeras}"],["62-66","5 {@creature triceratops||triceratopses}"],["67-69","A giant hole 50 feet across that descends nearly 500 feet before opening into an empty cave"],["70-79","{@dice 1d4 + 3} {@creature gorgon||gorgons}"],["80-88","{@dice 1d3} {@creature young gold dragon||young gold dragons}"],["89-90","A circular section of grass nearly a quarter-mile across that appears to have been pressed down; {@dice 1d4} more such circles connected by lines can be seen from overhead."],["91-96","{@dice 2d4} {@creature tyrannosaurus rex||tyrannosaurus rexes}"],["97-99","1 {@creature adult gold dragon}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Grassland Encounters (Levels 17—20)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","{@dice 2d6} {@creature triceratops||triceratopses}"],["11-20","{@dice 1d10} {@creature gorgon||gorgons}"],["21-25","{@dice 2d6} {@creature hyena||hyenas} feeding on the carcass of a dead dinosaur"],["26-35","{@dice 3d6} {@creature bulette||bulettes}"],["36-40","A fiery chariot that races across the sky"],["41-50","{@dice 1d3} {@creature young gold dragon||young gold dragons}"],["51-60","{@dice 2d4} {@creature cyclops||cyclopes}"],["61-65","A valley where all the grass has died and the ground is littered with stumps and fallen tree trunks, all petrified"],["66-75","{@dice 2d10} {@creature wolf||wolves}"],["76-80","A friendly adventuring party of {@dice 1d6 + 1} characters of varying races, classes, and levels (average level {@dice 1d6 + 2}). They share information about their recent travels."],["81-90","{@dice 1d12} {@creature chimera||chimeras}"],["91-96","{@dice 1d6 + 2} {@creature tyrannosaurus rex||tyrannosaurus rexes}"],["97-99","1 {@creature adult gold dragon}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Hill Encounters (Levels 1—4)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature eagle}"],["02-03","{@dice 2d4} {@creature baboon||baboons}"],["04-06","{@dice 1d6} {@creature bandit||bandits}"],["07","{@dice 1d4} {@creature vulture||vultures}"],["08","{@dice 1d10} {@creature commoner||commoners}"],["09","1 {@creature raven}"],["10","1 {@creature poisonous snake}"],["11-13","{@dice 2d6} {@creature bandit||bandits} {@dice 2d6} {@creature tribal warrior||tribal warriors}"],["14","{@dice 2d8} {@creature goat||goats}"],["15","{@dice 1d6 + 4} {@creature blood hawk||blood hawks}"],["16","{@dice 1d4 + 3} {@creature giant weasel||giant weasels}"],["17-18","{@dice 1d3} {@creature guard||guards} with {@dice 1d2} {@creature mastiff||mastiffs} and 1 {@creature mule}"],["19-20","{@dice 1d6 + 5} {@creature hyena||hyenas}"],["21-22","{@dice 2d4} {@creature stirge||stirges}"],["23-25","An empty cave littered with bones"],["26","1 {@creature pseudodragon} or {@dice 1d3} {@creature giant owl||giant owls}"],["27","1 {@creature lion} or 1 cougar ({@creature panther})"],["28-30","{@dice 2d8} {@creature kobold||kobolds}"],["31","1 {@creature hippogriff}"],["32-34","{@dice 2d4} {@creature goblin||goblins}"],["35","1 {@creature worg}"],["36","{@dice 1d3} {@creature swarm of bats||swarms of bats} or {@dice 1d3} {@creature swarm of ravens||swarms of ravens}"],["37","1 {@creature giant eagle}"],["38-40","An old dwarf sitting on a stump, whittling a piece of wood"],["41","{@dice 1d4} {@creature elk}"],["42","{@dice 1d4} {@creature winged kobold||winged kobolds} with {@dice 1d6} {@creature kobold||kobolds}"],["43","{@dice 1d6 + 2} {@creature giant wolf spider||giant wolf spiders}"],["44-45","{@dice 2d4} {@creature wolf||wolves}"],["46","1 {@creature swarm of insects}"],["47","{@dice 1d8 + 1} {@creature axe beak||axe beaks}"],["48-49","1 {@creature brown bear} or {@dice 1d3} {@creature boar||boars}"],["50","1 {@creature scout}"],["51","1 {@creature ogre}"],["52-53","{@dice 2d4} {@creature gnoll||gnolls}"],["54","1 {@creature giant elk}"],["55","{@dice 1d3 + 1} {@creature harpy||harpies}"],["56","1 {@creature werewolf}"],["57-58","{@dice 2d4} {@creature orc||orcs}"],["59","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres}"],["60","1 {@creature druid} or 1 {@creature veteran}"],["61-63","The corpse of an adventurer that carries an intact {@item explorer's pack|phb} and lies atop a longsword"],["64","1 {@creature green hag}"],["65-66","{@dice 1d3} {@creature dire wolf||dire wolves}"],["67-68","A small cemetery containing {@dice 2d6} graves"],["69-70","1 {@creature hobgoblin captain} with {@dice 2d4} {@creature hobgoblin||hobgoblins}"],["71","{@dice 2d4} {@creature giant goat||giant goats}"],["72","1 {@creature manticore}"],["73-74","{@dice 1d6 + 2} {@creature hobgoblin||hobgoblins}"],["75","1 {@creature phase spider}"],["76-78","A pile of droppings from a very large bird"],["79","1 {@creature gnoll fang of Yeenoghu}"],["80","{@dice 1d3} {@creature giant boar||giant boars}"],["81","1 {@creature gnoll pack lord} with {@dice 1d3} {@creature giant hyena||giant hyenas}"],["82","1 {@creature bandit captain} with {@dice 2d4} {@creature bandit||bandits}"],["83","1 {@creature orc Eye of Gruumsh} with {@dice 1d8 + 2} {@creature orc||orcs}"],["84","{@dice 1d3} {@creature orog||orogs} or {@dice 1d4} {@creature berserker||berserkers}"],["85-86","1 {@creature ettin} or 1 {@creature wereboar}"],["87-88","1 {@creature goblin boss} with {@dice 2d6} {@creature goblin||goblins}"],["89","{@dice 1d3} {@creature griffon||griffons}"],["90","{@dice 1d3} {@creature peryton||perytons} or {@dice 1d4} {@creature pegasus||pegasi}"],["91-96","{@dice 1d3} {@creature troll||trolls}"],["97-99","1 {@creature cyclops}"],["00","1 {@creature stone giant}"]]},{"name":"Hill Encounters (Levels 5—10)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature pegasus||pegasi} or {@dice 1d3} {@creature peryton||perytons}"],["02","{@dice 1d6 + 2} {@creature giant goat||giant goats}"],["03","1 {@creature manticore}"],["04","{@dice 1d8 + 1} {@creature gnoll||gnolls} or {@dice 1d8 + 1} {@creature hobgoblin||hobgoblins}"],["05","{@dice 1d4} {@creature lion||lions}"],["06","{@dice 1d6 + 2} {@creature worg||worgs}"],["07","{@dice 1d4} {@creature brown bear||brown bears}"],["08","{@dice 3d6} {@creature axe beak||axe beaks}"],["09","1 {@creature half-ogre (ogrillon)||half-ogre} with {@dice 2d6} {@creature orc||orcs}"],["10","{@dice 2d10} {@creature winged kobold||winged kobolds}"],["11-12","1 {@creature goblin boss} with {@dice 1d4} {@creature dire wolf||dire wolves} and {@dice 2d6} {@creature goblin||goblins}"],["13","{@dice 1d6} {@creature giant elk}"],["14-15","{@dice 1d8 + 1} {@creature giant eagle||giant eagles}"],["16-17","{@dice 1d4} {@creature phase spider||phase spiders}"],["18-19","1 {@creature gnoll pack lord} with {@dice 2d4} {@creature giant hyena||giant hyenas}"],["20","{@dice 2d4} {@creature hippogriff||hippogriffs}"],["21-25","A 15-foot-tall stone statue of a dwarf warrior that has been tipped over on its side"],["26-27","{@dice 2d4} {@creature orog||orogs}"],["28-29","{@dice 1d4 + 1} {@creature griffon||griffons}"],["30-31","{@dice 1d6 + 2} {@creature harpy||harpies}"],["32-33","1 {@creature orc Eye of Gruumsh} with {@dice 2d6 + 3} {@creature orc||orcs}"],["34-35","{@dice 1d4 + 3} {@creature giant boar||giant boars}"],["36-40","A stone door set into the side of a steep hill, opening onto 15 feet of descending stairs that end at a cave-in"],["41-42","{@dice 1d3} {@creature green hag||green hags}"],["43-44","{@dice 1d4} {@creature werewolf||werewolves}"],["45-46","{@dice 1d6 + 2} {@creature ogre||ogres}"],["47-48","1 {@creature hobgoblin captain} with {@dice 2d8} {@creature hobgoblin||hobgoblins}"],["49-50","1 {@creature bandit captain} with {@dice 3d6} {@creature bandit||bandits}"],["51-54","1 {@creature chimera}"],["55-58","{@dice 1d4} {@creature ettin||ettins}"],["59-62","{@dice 1d6 + 2} {@creature veteran||veterans} with {@dice 2d6} {@creature berserker||berserkers}"],["63-65","An abandoned wooden hut"],["66-69","1 {@creature galeb duhr}"],["70-73","1 {@creature bulette}"],["74-77","1 {@creature wyvern}"],["78-80","{@dice 2d6 + 10} {@creature goat||goats} with 1 herder ({@creature tribal warrior})"],["81-82","{@dice 1d3} {@creature hill giant||hill giants}"],["83-84","{@dice 2d4} {@creature wereboar||wereboars}"],["85-86","{@dice 1d4} {@creature revenant||revenants}"],["87-88","{@dice 1d2} {@creature gorgon||gorgons}"],["89-90","{@dice 1d8 + 1} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["91-93","{@dice 1d4} {@creature cyclops||cyclopes}"],["94-96","1 {@creature young red dragon}"],["97-98","{@dice 1d4} {@creature stone giant||stone giants}"],["99","{@dice 1d3} {@creature young copper dragon||young copper dragons}"],["00","1 {@creature roc}"]]},{"name":"Hill Encounters (Levels 11—16)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 2d8} {@creature manticore||manticores} or {@dice 2d8} {@creature phase spider||phase spiders}"],["02-04","{@dice 1d6} {@creature green hag||green hags} with {@dice 1d6} {@creature wyvern||wyverns}"],["05-07","1 {@creature hobgoblin captain} with 1 {@creature hill giant} and {@dice 4d10} {@creature hobgoblin||hobgoblins}"],["08-10","{@dice 2d6 + 3} {@creature werewolf||werewolves}"],["11-14","{@dice 1d6 + 2} {@creature ettin||ettins}"],["15-18","{@dice 1d3} {@creature bulette||bulettes}"],["19-22","{@dice 1d4} {@creature werebear||werebears}"],["23-24","A stream of smoke emerging from a small chimney in the hillside"],["25-28","{@dice 1d4} {@creature wyvern||wyverns}"],["29-32","{@dice 1d8 + 1} {@creature wereboar||wereboars}"],["33-36","{@dice 1d3} {@creature revenant||revenants}"],["37-38","A mild earthquake that shakes the region for {@dice 1d20} seconds"],["39-42","{@dice 1d3} {@creature chimera||chimeras}"],["43-46","{@dice 1d4} {@creature gorgon||gorgons}"],["47-50","{@dice 1d6 + 2} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["51-54","{@dice 1d4} {@creature hill giant||hill giants}"],["55-58","1 {@creature young red dragon}"],["59-62","{@dice 1d3 + 1} {@creature galeb duhr}"],["63-65","{@dice 2d10} dwarf miners ({@creature commoner||commoners}), whistling as they march toward their mine"],["66-69","{@dice 1d3} {@creature young copper dragon||young copper dragons}"],["70-73","{@dice 1d4} {@creature troll||trolls}"],["74-77","{@dice 1d3} {@creature cyclops||cyclopes}"],["78-80","{@dice 1d3} {@creature noble||nobles} with {@dice 1d4} {@creature scout||scouts} prospecting for gold"],["81-85","1 {@creature adult copper dragon}"],["86-90","{@dice 2d4} {@creature stone giant||stone giants}"],["91-96","{@dice 1d4} {@creature roc||rocs}"],["97-99","1 {@creature adult red dragon}"],["00","1 {@creature ancient copper dragon}"]]},{"name":"Hill Encounters (Levels 17—20)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d2} {@creature roc||rocs}"],["02-05","1 {@creature young red dragon}"],["06-10","{@dice 2d6} {@creature ettin||ettins}"],["11-15","{@dice 1d4} {@creature bulette||bulettes}"],["16-20","{@dice 1d10} {@creature revenant||revenants}"],["21-25","The white outline of an enormous horse carved into the side of a high hill"],["26-30","{@dice 1d6 + 1} {@creature gorgon||gorgons}"],["31-35","{@dice 2d4 + 1} {@creature troll||trolls}"],["36-40","The scorched remains of {@dice 2d10} humanoids littering a hillside"],["41-45","{@dice 2d4} {@creature hill giant||hill giants}"],["46-50","{@dice 1d6 + 2} {@creature werebear||werebears}"],["51-55","{@dice 2d4} {@creature galeb duhr}"],["56-60","{@dice 1d4 + 2} {@creature wyvern||wyverns}"],["61-65","A massive boulder partly buried in the earth as if it fell or was thrown there"],["66-70","1 {@creature adult copper dragon}"],["71-75","{@dice 1d6 + 3} {@creature cyclops||cyclopes}"],["76-80","The stub of an old stone tower jutting from the top of a hill"],["81-85","{@dice 2d4} {@creature stone giant||stone giants}"],["86-90","1 {@creature adult red dragon}"],["91-96","1 {@creature ancient copper dragon}"],["97-99","1 {@creature ancient red dragon}"],["00","{@dice 1d2} {@creature adult red dragon||adult red dragons} with {@dice 1d3} {@creature young red dragon||young red dragons}"]]},{"name":"Mountain Encounters (Levels 1—4)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","1 {@creature eagle}"],["03-05","{@dice 1d3} {@creature swarm of bats||swarms of bats}"],["06-08","{@dice 1d6} {@creature goat||goats}"],["09-11","{@dice 1d10 + 5} {@creature tribal warrior||tribal warriors}"],["12-14","{@dice 1d6 + 3} {@creature pteranodon||pteranodons}"],["15-17","{@dice 1d8 + 1} {@creature winged kobold||winged kobolds}"],["18-20","1 {@creature lion}"],["21-24","Stairs chiseled into the side of the mountain that climb {@dice 3d20 + 40} feet before ending abruptly"],["25-27","{@dice 2d10} {@creature stirge||stirges}"],["28-30","{@dice 2d4} {@creature aarakocra}"],["31-33","{@dice 2d6} dwarf soldiers ({@creature guard||guards}) with {@dice 1d6} {@creature mule||mules} laden with iron ore"],["34-36","1 {@creature giant eagle}"],["37-38","A small shrine dedicated to a lawful neutral god, perched on a stone outcropping"],["39-41","{@dice 2d8 + 1} {@creature blood hawk||blood hawks}"],["42-44","1 {@creature giant goat}"],["45-47","{@dice 3d4} {@creature kobold||kobolds}"],["48-50","1 {@creature half-ogre (ogrillon)||half-ogre}"],["51-53","1 {@creature berserker}"],["54-55","1 {@creature orog}"],["56","1 {@creature hell hound}"],["57","1 {@creature druid}"],["58-59","1 {@creature peryton}"],["60-61","{@dice 1d2} {@creature hippogriff||hippogriffs}"],["62","1 {@creature manticore}"],["63-64","{@dice 1d6 + 2} {@creature scout||scouts}"],["65-67","Enormous footprints left by a giant, which head into the mountain peaks"],["68-73","{@dice 2d4} {@creature orc||orcs}"],["74-75","1 {@creature giant elk}"],["76-77","1 {@creature veteran}"],["78-79","1 {@creature orc Eye of Gruumsh}"],["80","{@dice 1d4} {@creature harpy||harpies}"],["81","1 {@creature ogre}"],["82","1 {@creature griffon}"],["83","1 {@creature basilisk}"],["84-85","1 {@creature saber-toothed tiger}"],["86-90","A sparkling stream of water spilling from a crevice"],["91","{@dice 1d2} {@creature ettin||ettins}"],["92","1 {@creature cyclops}"],["93","1 {@creature troll}"],["94","1 {@creature galeb duhr}"],["95","1 {@creature air elemental}"],["96","1 {@creature bulette}"],["97","1 {@creature chimera}"],["98","1 {@creature wyvern}"],["99","1 {@creature stone giant}"],["00","1 {@creature frost giant}"]]},{"name":"Mountain Encounters (Levels 5—10)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","{@dice 2d8 + 1} {@creature aarakocra}"],["03-04","1 {@creature lion} or 1 {@creature saber-toothed tiger}"],["05-06","{@dice 1d8 + 1} {@creature giant goat||giant goats}"],["07-08","{@dice 1d4 + 3} dwarf trailblazers ({@creature scout||scouts})"],["09-10","{@dice 1d6 + 2} {@creature orc||orcs}"],["11-15","{@dice 1d10} {@creature giant eagle||giant eagles}"],["16-20","{@dice 1d8 + 1} {@creature hippogriff||hippogriffs}"],["21-25","{@dice 1d8} fissures venting steam that partially obscures a 20-foot cube above each fissure"],["26-30","1 {@creature basilisk}"],["31-35","{@dice 1d12} {@creature half-ogre (ogrillon)||half-ogres}"],["36-40","A ravine blocked by a 100-foot-high wall, which has an opening in the center where a gate used to be"],["41-45","1 {@creature manticore}"],["46-50","{@dice 2d4} {@creature harpy||harpies}"],["51-52","1 {@creature galeb duhr}"],["53-54","1 {@creature bulette}"],["55-56","{@dice 1d10} {@creature berserker||berserkers}"],["57-58","{@dice 1d3} {@creature hell hound||hell hounds}"],["59-60","{@dice 1d8 + 1} {@creature veteran||veterans}"],["61-65","A distant mountain whose peak resembles a tooth"],["66-69","{@dice 1d4} {@creature ettin||ettins}"],["70-73","1 {@creature wyvern}"],["74-75","1 {@creature orc Eye of Gruumsh} with {@dice 1d6} {@creature orog||orogs} and {@dice 3d6 + 10} {@creature orc||orcs}"],["76-80","A row of {@dice 1d10 + 40} stakes upon which the bodies of kobolds, dwarves, or orcs are impaled"],["81-83","1 {@creature fire giant}"],["84-85","1 {@creature young silver dragon}"],["86-87","{@dice 1d4} {@creature air elemental||air elementals}"],["88-90","{@dice 1d4} {@creature troll||trolls}"],["91-92","{@dice 1d3 + 1} {@creature cyclops||cyclopes}"],["93-94","{@dice 1d4} {@creature chimera||chimeras}"],["95-96","1 {@creature cloud giant}"],["97","1 {@creature roc}"],["98","{@dice 1d4} {@creature stone giant||stone giants}"],["99","1 {@creature young red dragon}"],["00","{@dice 1d4} {@creature frost giant||frost giants}"]]},{"name":"Mountain Encounters (Levels 11—16)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","{@dice 1d8 + 1} {@creature basilisk||basilisks}"],["03-04","{@dice 2d4} {@creature hell hound||hell hounds}"],["05-06","{@dice 1d3} {@creature chimera||chimeras}"],["07-08","1 {@creature galeb duhr}"],["09-10","{@dice 2d6} {@creature veteran||veterans}"],["11-15","1 {@creature young silver dragon}"],["16-20","{@dice 2d4} {@creature troll||trolls}"],["21-25","1 red dragon gliding through the sky above the highest mountaintops"],["26-30","{@dice 1d8 + 1} {@creature manticore||manticores}"],["31-35","{@dice 1d4} {@creature cyclops||cyclopes}"],["36-40","Heavy snowfall that lasts for {@dice 1d6} hours"],["41-45","{@dice 1d10} {@creature air elemental||air elementals}"],["46-50","{@dice 1d6 + 2} {@creature bulette||bulettes}"],["51-55","{@dice 1d4} {@creature stone giant||stone giants}"],["56-60","1 {@creature fire giant}"],["61-65","2 {@creature stone giant||stone giants} playing catch with a boulder a few hundred feet away"],["66-70","{@dice 1d8 + 1} {@creature ettin||ettins}"],["71-75","{@dice 1d3} {@creature frost giant||frost giants}"],["76-80","A wide crevasse, its depths shrouded in mist"],["81-85","{@dice 1d4} {@creature cloud giant||cloud giants}"],["86-90","1 {@creature adult silver dragon}"],["91-96","1 {@creature adult red dragon}"],["97-98","{@dice 1d4} {@creature roc||rocs}"],["99","1 {@creature ancient silver dragon}"],["00","1 {@creature ancient red dragon}"]]},{"name":"Mountain Encounters (Levels 17—20)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","{@dice 1d10} {@creature bulette||bulettes}"],["06-10","{@dice 1d8 + 1} {@creature chimera||chimeras}"],["11-15","1 {@creature adult silver dragon}"],["16-20","{@dice 1d8 + 1} {@creature wyvern||wyverns}"],["21-25","A massive boat perched atop a mountain"],["26-30","{@dice 2d4} {@creature galeb duhr}"],["31-35","{@dice 1d4} {@creature frost giant||frost giants}"],["36-40","A wooded valley haunted by secretive and reclusive elves who tell warily of their master: a mad wizard who lives in the heart of the valley"],["41-45","{@dice 1d10} {@creature air elemental||air elementals}"],["46-50","{@dice 1d6 + 3} {@creature troll||trolls}"],["51-55","1 {@creature adult red dragon}"],["56-60","{@dice 1d4} {@creature cloud giant||cloud giants}"],["61-65","A waterfall hundreds of feet high that drops into a clear pool"],["66-70","{@dice 1d3} {@creature fire giant||fire giants}"],["71-75","{@dice 2d4} {@creature stone giant||stone giants}"],["76-80","A force of 100 dwarves ({@creature veteran||veterans}) standing guard at a mountain pass, permitting no passage until a traveler pays 100 gp (if on foot) or 200 gp (if mounted)"],["81-85","{@dice 1d4} {@creature roc||rocs}"],["86-90","{@dice 1d4} {@creature young red dragon||young red dragons}"],["91-96","1 {@creature ancient silver dragon}"],["97-00","1 {@creature ancient red dragon}"]]},{"name":"Swamp Encounters (Levels 1—4)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["02-05","{@dice 3d6} {@creature rat||rats}"],["06-10","{@dice 2d8} {@creature raven||ravens}"],["11-12","{@dice 3d6} {@creature giant rat||giant rats}"],["13","{@dice 1d10 + 5} {@creature tribal warrior||tribal warriors}"],["14-15","{@dice 1d8 + 1} {@creature giant lizard||giant lizards}"],["16-17","1 {@creature crocodile}"],["18-19","1 {@creature swarm of insects}"],["20","1 {@creature giant spider}"],["21-22","{@dice 1d4 + 1} mud huts partially sunken in murky water"],["23-25","{@dice 2d8 + 1} {@creature kobold||kobolds}"],["26","{@dice 2d4} {@creature mud mephit||mud mephits}"],["27-29","{@dice 1d6 + 2} {@creature giant poisonous snake||giant poisonous snakes}"],["30","{@dice 2d4} {@creature winged kobold||winged kobolds}"],["31-32","1 {@creature scout}"],["33-34","The corpse of an adventurer tangled in the weeds. Looting the body turns up an {@item explorer's pack|phb} and perhaps (50% chance) a random common magic item."],["35-38","1 {@creature giant toad}"],["39-41","{@dice 1d6 + 2} {@creature constrictor snake||constrictor snakes}"],["42-44","{@dice 2d4} {@creature giant frog||giant frogs}"],["45","{@dice 1d8 + 1} {@creature swarm of rats||swarms of rats} or {@dice 1d6 + 2} {@creature swarm of ravens||swarms of ravens}"],["46-48","{@dice 2d10} {@creature stirge||stirges}"],["49-52","{@dice 2d6 + 3} {@creature bullywug||bullywugs}"],["53-54","{@dice 1d8 + 1} {@creature orc||orcs}"],["55-56","{@dice 1d4} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["57","1 {@creature druid}"],["58-59","1 yuan-ti malison: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["60-62","1 {@creature giant constrictor snake}"],["63-64","A high-pitched shriek that lasts for {@dice 1d4} minutes"],["65-67","{@dice 2d4} {@creature lizardfolk}"],["68-69","{@dice 1d4} {@creature ghoul||ghouls}"],["70-71","1 {@creature will-o'-wisp}"],["72","1 {@creature wight}"],["73","1 {@creature ghast}"],["74-75","1 {@creature swarm of poisonous snakes}"],["76-77","A foul stench bubbling up from brackish waters"],["78-80","{@dice 1d4 + 2} {@creature ogre||ogres}"],["81-83","1 {@creature shambling mound}"],["84-86","1 {@creature lizardfolk shaman} with {@dice 1d6} {@creature giant lizard||giant lizards} and {@dice 2d10} {@creature lizardfolk}"],["87","1 {@creature troll}"],["88-89","{@dice 1d4} {@creature green hag||green hags}"],["90-91","1 {@creature revenant}"],["92-93","1 {@creature giant crocodile}"],["94-95","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature orog||orogs} and {@dice 2d6 + 3} {@creature orc||orcs}"],["96-97","1 {@creature young black dragon}"],["98","1 {@creature yuan-ti abomination}"],["99","{@dice 1d4} {@creature water elemental||water elementals}"],["00","1 {@creature hydra}"]]},{"name":"Swamp Encounters (Levels 5—10)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature green hag}"],["02-03","{@dice 2d4} {@creature giant lizard||giant lizards} or {@dice 2d4} {@creature giant poisonous snake||giant poisonous snakes}"],["04-05","{@dice 2d8} {@creature winged kobold||winged kobolds}"],["06-07","{@dice 1d10 + 1} {@creature bullywug||bullywugs} with {@dice 1d8 + 1} {@creature giant frog||giant frogs}"],["08-09","1 {@creature druid}"],["10","{@dice 1d8 + 1} {@creature swarm of insects||swarms of insects}"],["11-13","{@dice 1d12} {@creature ghoul||ghouls}"],["14-16","{@dice 2d8} {@creature scout||scouts}"],["17-19","{@dice 2d10} {@creature orc||orcs}"],["20-22","{@dice 2d4} {@creature giant spider||giant spiders}"],["23-24","Tainted water that exposes creatures that move through it to {@disease sight rot} (see \"{@book Diseases|DMG|8|Diseases}\" in chapter 8 of the {@italic Dungeon Master's Guide})"],["25-27","{@dice 1d6 + 2} {@creature giant toad||giant toads}"],["28-30","{@dice 3d6} {@creature lizardfolk}"],["31-33","{@dice 1d8 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["34-36","{@dice 1d4 + 1} {@creature swarm of poisonous snakes||swarms of poisonous snakes}"],["37-38","A bloated humanoid corpse floating facedown in the water"],["39-41","1 {@creature shambling mound}"],["42-44","{@dice 1d4 + 1} {@creature will-o'-wisp||will-o'-wisps}"],["45-47","{@dice 2d6} {@creature crocodile||crocodiles}"],["48-50","{@dice 1d4 + 1} {@creature giant constrictor snake||giant constrictor snakes}"],["51-54","1 {@creature lizardfolk shaman} with {@dice 1d3} {@creature swarm of poisonous snakes||swarms of poisonous snakes} and {@dice 1d8 + 2} {@creature lizardfolk}"],["55-58","{@dice 1d8 + 1} {@creature ogre||ogres}"],["59-62","{@dice 2d4} {@creature ghast||ghasts}"],["63-65","An altar partially sunk into the mud, devoted to a god that is part human and part frog"],["66-69","1 {@creature giant crocodile}"],["70-73","1 {@creature shambling mound}"],["74-77","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature ogre||ogres} and {@dice 2d10 + 5} {@creature orc||orcs}"],["78-80","A torrential rain that lasts {@dice 1d6} minutes and puts out all unprotected flames within 1 mile"],["81-82","1 {@creature young black dragon}"],["83-84","{@dice 1d4} {@creature green hag||green hags} with {@dice 1d6 + 1} {@creature ogre||ogres}"],["85-86","1 {@creature yuan-ti abomination}"],["87-88","{@dice 1d4 + 1} {@creature wight||wights}"],["89-90","{@dice 1d6 + 1} yuan-ti malisons: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["91-93","{@dice 1d4 + 1} {@creature troll||trolls}"],["94-96","{@dice 1d10} {@creature revenant||revenants}"],["97-99","{@dice 1d8 + 1} {@creature water elemental||water elementals}"],["00","{@dice 1d3} {@creature hydra||hydras}"]]},{"name":"Swamp Encounters (Levels 11—20)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","{@dice 1d4} {@creature giant crocodile||giant crocodiles}"],["11-15","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["16-20","{@dice 1d6 + 1} {@creature green hag||green hags}"],["21-25","A large, spreading tree from which {@dice 2d6} armored knights hang by the neck"],["26-30","{@dice 2d4} {@creature wight||wights}"],["31-35","{@dice 1d8 + 1} yuan-ti malisons: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["36-40","Fog that rolls across the terrain, making the area within {@dice 1d3} miles heavily obscured for {@dice 1d4} hours"],["41-45","{@dice 1d4} {@creature revenant||revenants}"],["46-50","{@dice 1d6} {@creature shambling mound||shambling mounds}"],["51-55","{@dice 1d10} {@creature water elemental||water elementals}"],["56-60","{@dice 1d4} {@creature young black dragon||young black dragons}"],["61-65","An eerie, bat-headed idol almost completely covered by vines"],["66-70","{@dice 1d8 + 2} {@creature troll||trolls}"],["71-75","{@dice 1d3} {@creature hydra||hydras}"],["76-80","The sound of drums beating several miles away"],["81-96","1 {@creature adult black dragon}"],["97-00","1 {@creature ancient black dragon}"]]},{"name":"Underdark Encounters (Levels 1—4)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature mind flayer arcanist}"],["02","{@dice 1d3 + 1} {@creature giant poisonous snake||giant poisonous snakes}"],["03","{@dice 1d3} {@creature giant lizard||giant lizards}"],["04","{@dice 2d4} {@creature giant fire beetle||giant fire beetles}"],["05","{@dice 1d8 + 1} {@creature flumph||flumphs}"],["06","1 {@creature shrieker}"],["07","{@dice 1d12} {@creature giant rat||giant rats}"],["08","{@dice 2d4} {@creature kobold||kobolds}"],["09","{@dice 1d8 + 1} {@creature stirge||stirges}"],["10","{@dice 2d4} humans ({@creature tribal warrior||tribal warriors}) seeking the way to the surface, fleeing their Underdark oppressors"],["11-12","{@dice 1d10} {@creature troglodyte||troglodytes}"],["13-14","{@dice 1d2} {@creature gray ooze||gray oozes}"],["15-16","{@dice 3d6} {@creature stirge||stirges}"],["17-18","{@dice 1d3} {@creature magma mephit||magma mephits}"],["19-20","{@dice 1d10} {@creature goblin||goblins}"],["21-22","Orc graffiti on the walls, suggesting something rude about the mother of someone named Krusk"],["23-24","1 {@creature swarm of insects}"],["25","1 deep gnome"],["26-28","{@dice 1d8 + 1} {@creature drow}"],["29-30","{@dice 1d4} {@creature violet fungus||violet fungi}"],["31-32","{@dice 1d12} {@creature kuo-toa}"],["33","1 {@creature rust monster}"],["34-35","A rubble-strewn passage that appears to have been recently cleared after a cave-in"],["36-37","{@dice 1d8 + 1} {@creature giant bat||giant bats}"],["38-39","{@dice 3d6} {@creature kobold||kobolds}"],["40-41","{@dice 2d4} {@creature grimlock||grimlocks}"],["42-43","{@dice 1d4 + 3} {@creature swarm of bats||swarms of bats}"],["44","1 dwarf prospector ({@creature scout}) looking for gold"],["45","1 {@creature carrion crawler} or 1 {@creature gelatinous cube}"],["46","{@dice 1d8} {@creature darkmantle||darkmantles} or {@dice 2d4} {@creature piercer||piercers}"],["47","1 {@creature hell hound}"],["48","{@dice 1d3} {@creature specter||specters}"],["49","{@dice 1d4} {@creature bugbear||bugbears}"],["50","{@dice 1d10 + 5} {@creature winged kobold||winged kobolds}"],["51","{@dice 1d4} {@creature fire snake||fire snakes}"],["52","{@dice 2d8 + 1} {@creature troglodyte||troglodytes}"],["53","{@dice 1d6} {@creature giant spider||giant spiders}"],["54","{@dice 3d6} {@creature kuo-toa}"],["55","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["56","{@dice 4d4} {@creature grimlock||grimlocks}"],["57","1 {@creature ochre jelly}"],["58","{@dice 2d10} {@creature giant centipede||giant centipedes}"],["59","1 {@creature nothic} or 1 {@creature giant toad}"],["60","{@dice 1d4} {@creature myconid adult||myconid adults} with {@dice 5d4} {@creature myconid sprout||myconid sprouts}"],["61","1 {@creature minotaur skeleton} or 1 {@creature minotaur}"],["62","{@dice 3d6} {@creature drow}"],["63","1 {@creature mimic} or 1 {@creature doppelganger}"],["64","{@dice 1d6 + 3} {@creature hobgoblin||hobgoblins}"],["65","1 {@creature intellect devourer} or 1 {@creature spectator}"],["66","{@dice 1d8 + 1} {@creature orc||orcs}"],["67-68","A faint tapping coming from inside a nearby wall"],["69","1 {@creature gibbering mouther} or 1 {@creature water weird}"],["70","{@dice 1d12} {@creature gas spore||gas spores}"],["71","1 {@creature giant constrictor snake}"],["72","{@dice 1d10} {@creature shadow||shadows}"],["73","{@dice 1d3} {@creature grell||grells}"],["74","{@dice 1d4} {@creature wight||wights}"],["75","{@dice 1d8 + 1} {@creature quaggoth spore servant||quaggoth spore servants}"],["76","{@dice 1d2} {@creature gargoyle||gargoyles}"],["77","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d3} {@creature ettin||ettins}"],["78","{@dice 1d4} dwarf explorers ({@creature veteran||veterans})"],["79-80","An abandoned miners' camp spattered with blood and littered with the contents of {@dice 1d3} {@item dungeoneer's pack|phb|dungeoneer's packs}"],["81","1 {@creature chuul} or 1 {@creature salamander}"],["82","{@dice 1d4} {@creature phase spider||phase spiders} or {@dice 1d3} {@creature hook horror||hook horrors}"],["83","{@dice 5d4} {@creature duergar}"],["84","1 {@creature ghost} or 1 {@creature flameskull} or 1 {@creature wraith}"],["85","1 {@creature druid} with 1 {@creature polar bear} ({@creature cave bear})"],["86","1 {@creature hobgoblin captain} with {@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres} and {@dice 2d10} {@creature hobgoblin||hobgoblins}"],["87","1 {@creature earth elemental} or 1 {@creature black pudding}"],["88","1 {@creature kuo-toa monitor} with {@dice 1d8 + 1} {@creature kuo-toa whip||kuo-toa whips}"],["89","1 {@creature quaggoth thonot} with {@dice 1d3} {@creature quaggoth||quaggoths}"],["90","1 {@creature beholder zombie} or 1 {@creature bone naga (guardian)||bone naga}"],["91","1 {@creature orc Eye of Gruumsh} with {@dice 1d4} {@creature orog||orogs} and {@dice 2d8} {@creature orc||orcs}"],["92","{@dice 1d4} {@creature ghast||ghasts} with {@dice 1d10} {@creature ghoul||ghouls}"],["93-95","A reeking puddle where slimy water has dripped from the ceiling"],["96","1 {@creature otyugh} or 1 {@creature roper}"],["97","1 {@creature vampire spawn}"],["98","1 {@creature chimera}"],["99","1 {@creature mind flayer}"],["00","1 {@creature spirit naga}"]]},{"name":"Underdark Encounters (Levels 5—10)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 3d6} {@creature swarm of bats||swarms of bats}"],["02","{@dice 1d4} {@creature giant spider||giant spiders} or {@dice 1d4} {@creature giant toad||giant toads}"],["03","1 {@creature mimic}"],["04","{@dice 2d4} {@creature gray ooze||grey oozes}"],["05","{@dice 2d10} {@creature orc||orcs} or {@dice 3d6} {@creature troglodyte||troglodytes}"],["06","{@dice 3d6} {@creature grimlock||grimlocks}"],["07","{@dice 1d6 + 2} {@creature magma mephit||magma mephits}"],["08","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["09","{@dice 2d4} {@creature darkmantle||darkmantles}"],["10","{@dice 2d8 + 1} {@creature drow}"],["11","{@dice 2d10} {@creature piercer||piercers}"],["12","{@dice 1d4} {@creature minotaur skeleton||minotaur skeletons}"],["13-14","{@dice 3d6} deep gnomes"],["15","1 {@creature druid} with 1 {@creature polar bear} ({@creature cave bear})"],["16-17","{@dice 3d6} {@creature orc||orcs}"],["18","1 {@creature bone naga (guardian)||bone naga}"],["19-20","{@dice 2d6} {@creature bugbear||bugbears}"],["21-25","Luminescent fungi growing on the walls of a moist cave, filling it with dim light"],["26","{@dice 2d4} {@creature specter||specters}"],["27","{@dice 1d12 + 4} {@creature shadow||shadows}"],["28","{@dice 1d3} {@creature gibbering mouther||gibbering mouthers}"],["29-30","{@dice 4d4} {@creature hobgoblin||hobgoblins}"],["31-32","{@dice 1d4} {@creature carrion crawler||carrion crawlers}"],["33-34","1 {@creature black pudding}"],["35","{@dice 1d4} {@creature ochre jelly||ochre jellies}"],["36-40","A patch of mold that appears yellow when light is directed toward it"],["41","{@dice 1d4} {@creature nothic||nothics}"],["42-43","{@dice 2d8 + 1} {@creature gas spore||gas spores}"],["44-45","{@dice 1d3} {@creature gelatinous cube||gelatinous cubes}"],["46","1 {@creature ghost}"],["47-48","1 {@creature flameskull}"],["49-50","{@dice 2d8} {@creature duergar}"],["51","1 {@creature wraith}"],["52","1 {@creature umber hulk}"],["53","1 {@creature xorn}"],["54","{@dice 1d6 + 2} dwarf hunters ({@creature veteran||veterans}) searching for trolls"],["55","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins}"],["56","1 {@creature roper}"],["57","1 {@creature kuo-toa monitor} with {@dice 1d4} {@creature kuo-toa whip||kuo-toa whips} and {@dice 1d8 + 1} {@creature kuo-toa}"],["58","{@dice 1d3} {@creature water weird||water weirds}"],["59","{@dice 1d4} {@creature ghast||ghasts} with {@dice 1d10} {@creature ghoul||ghouls}"],["60","1 {@creature otyugh}"],["61-62","A merchant caravan consisting of 1 {@creature drow mage}, 2 {@creature drow elite warrior||drow elite warriors}, and {@dice 2d10} {@creature quaggoth||quaggoths}"],["63","{@dice 1d4} {@creature wight||wights}"],["64","{@dice 1d4} {@creature doppelganger||doppelgangers}"],["65","{@dice 2d8} {@creature fire snake||fire snakes}"],["66","{@dice 1d4} {@creature spectator||spectators}"],["67","1 {@creature orc Eye of Gruumsh} with {@dice 1d4} {@creature orog||orogs} and {@dice 2d10 + 3} {@creature orc||orcs}"],["68","{@dice 1d3} {@creature vampire spawn}"],["69","{@dice 1d4} {@creature hook horror||hook horrors} or {@dice 1d4} {@creature minotaur||minotaurs}"],["70","{@dice 3d6} {@creature quaggoth spore servant||quaggoth spore servants}"],["71-72","{@dice 1d3} {@creature grell||grells}"],["73","{@dice 1d6 + 1} {@creature intellect devourer||intellect devourers}"],["74","{@dice 1d10} {@creature gargoyle||gargoyles}"],["75","1 {@creature beholder zombie}"],["76-77","1 {@creature quaggoth thonot} with {@dice 2d4} {@creature quaggoth||quaggoths}"],["78","{@dice 1d6} {@creature ettin||ettins} or {@dice 1d4} {@creature troll||trolls}"],["79","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["80","1 {@creature fomorian} or {@dice 1d3} {@creature cyclops||cyclopes}"],["81","{@dice 1d4} {@creature earth elemental||earth elementals}"],["82","{@dice 3d6} {@creature ogre||ogres}"],["83","{@dice 1d4 + 1} {@creature chuul||chuuls}"],["84","{@dice 1d10} {@creature hell hound||hell hounds}"],["85","{@dice 1d3} {@creature drow elite warrior||drow elite warriors}"],["86","{@dice 1d4} {@creature chimera||chimeras}"],["87","{@dice 1d4} {@creature salamander||salamanders}"],["88","1 {@creature cloaker}"],["89","{@dice 2d4} {@creature wight||wights}"],["90","{@dice 1d4} {@creature drider||driders}"],["91","1 {@creature fire giant}"],["92","1 {@creature grick alpha} with {@dice 2d4} {@creature grick||gricks}"],["93","1 {@creature mind flayer arcanist}"],["94","{@dice 1d4} {@creature drow mage||drow mages}"],["95","1 {@creature spirit naga}"],["96","{@dice 1d4} {@creature mind flayer||mind flayers}"],["97","1 {@creature behir}"],["98","1 {@creature aboleth}"],["99","1 {@creature dao} or 1 {@creature stone giant}"],["00","1 {@creature beholder}"]]},{"name":"Underdark Encounters (Levels 11—16)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","{@dice 3d6} {@creature carrion crawler||carrion crawlers}"],["03-04","{@dice 1d6 + 1} {@creature gelatinous cube||gelatinous cubes}"],["05-06","{@dice 1d8 + 2} {@creature gibbering mouther||gibbering mouthers}"],["07-08","{@dice 2d8} {@creature minotaur skeleton||minotaur skeletons}"],["09-10","{@dice 2d6} {@creature ochre jelly||ochre jellies}"],["11-12","{@dice 2d4} {@creature doppelganger||doppelgangers}"],["13-14","{@dice 1d4} {@creature quaggoth thonot||quaggoth thonots} with {@dice 1d10 + 2} quaggoths"],["15-16","{@dice 1d3} {@creature roper||ropers}"],["17-18","{@dice 3d6} {@creature gargoyle||gargoyles}"],["19-20","{@dice 1d10} {@creature mimic||mimics}"],["21-25","A 100-foot-long ravine, {@dice 4d10} feet wide and {@dice 5d20 + 200} feet deep"],["26-27","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins}"],["28-29","{@dice 2d4} {@creature spectator||spectators}"],["30-31","{@dice 3d6} {@creature ghast||ghasts}"],["32-33","{@dice 2d8} {@creature intellect devourer||intellect devourers}"],["34-35","{@dice 1d3} {@creature orc Eye of Gruumsh||orc Eyes of Gruumsh} with {@dice 2d4} {@creature orog||orogs} and {@dice 2d10} {@creature orc||orcs}"],["36-40","A large cave containing {@dice 2d10} extraordinarily detailed statues of various creatures"],["41-42","{@dice 1d8 + 1} {@creature kuo-toa monitor||kuo-toa monitors}"],["43-44","{@dice 2d4} {@creature water weird||water weirds}"],["45-46","{@dice 2d10} {@creature grick||gricks}"],["47-48","{@dice 3d6} {@creature nothic||nothics}"],["49-50","{@dice 2d8 + 1} {@creature ogre||ogres}"],["51-52","{@dice 1d6 + 2} {@creature chuul||chuuls}"],["53-54","{@dice 1d8 + 1} {@creature ettin||ettins}"],["55","{@dice 3d6} {@creature grell||grells}"],["56","{@dice 2d4} {@creature flameskull||flameskulls}"],["57","{@dice 2d12} dwarf soldiers ({@creature veteran||veterans}) on patrol"],["58","{@dice 2d8} {@creature hell hound||hell hounds}"],["59","{@dice 1d10} {@creature ghost||ghosts}"],["60","{@dice 3d4} {@creature wight||wights}"],["61","{@dice 3d6} {@creature phase spider||phase spiders}"],["62","{@dice 1d8 + 1} {@creature bone naga (guardian)||bone nagas}"],["63-65","A shrill scream followed by dark laughter"],["66","{@dice 1d4} {@creature chimera||chimeras}"],["67","{@dice 1d10} {@creature black pudding||black puddings}"],["68","{@dice 3d6} {@creature minotaur||minotaurs}"],["69","{@dice 2d4} {@creature otyugh||otyughs}"],["70","{@dice 1d6 + 1} {@creature beholder zombie||beholder zombies}"],["71","{@dice 4d4} {@creature hook horror||hook horrors}"],["72","{@dice 1d8 + 1} {@creature umber hulk||umber hulks}"],["73","{@dice 2d4} {@creature salamander||salamanders}"],["74","{@dice 1d3} {@creature grick alpha||grick alphas}"],["75","{@dice 1d6 + 2} {@creature xorn}"],["76-80","A ruined village that once belonged to deep gnomes. A search has a 50% chance of uncovering {@dice 1d3} {@item potion of healing||potions of healing} and a 25% chance of finding a random common magic item"],["81","{@dice 2d4} {@creature earth elemental||earth elementals}"],["82","{@dice 1d3} {@creature spirit naga||spirit nagas}"],["83","{@dice 1d8 + 1} {@creature cyclops||cyclopes}"],["84","{@dice 1d6 + 2} {@creature troll||trolls}"],["85","{@dice 2d4} {@creature stone giant||stone giants}"],["86","{@dice 2d4} {@creature wraith||wraiths}"],["87","{@dice 1d4} {@creature fomorian||fomorians}"],["88","{@dice 1d3} {@creature drow mage||drow mages} with {@dice 1d4} {@creature drow elite warrior||drow elite warriors}"],["89","{@dice 1d10} {@creature vampire spawn}"],["90","{@dice 1d3} {@creature cloaker||cloakers}"],["91","{@dice 1d4} {@creature fire giant||fire giants}"],["92","1 {@creature mind flayer arcanist} with {@dice 1d6 + 1} {@creature mind flayer||mind flayers}"],["93","{@dice 1d4} {@creature dao}"],["94","{@dice 1d8 + 1} {@creature drider||driders}"],["95","{@dice 1d3} {@creature behir||behirs}"],["96","{@dice 1d4} {@creature aboleth||aboleths}"],["97","1 {@creature beholder}"],["98","1 {@creature young red shadow dragon}"],["99","1 {@creature death tyrant}"],["00","1 {@creature purple worm}"]]},{"name":"Underdark Encounters (Levels 17—20)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature grick alpha||grick alphas}"],["02","{@dice 2d8} {@creature spectator||spectators}"],["03-04","{@dice 3d6} {@creature minotaur||minotaurs} or {@dice 2d8} {@creature kuo-toa monitor||kuo-toa monitors}"],["05-06","{@dice 2d8} {@creature grell||grells}"],["07-08","{@dice 2d10} {@creature phase spider||phase spiders}"],["09-10","{@dice 4d4} {@creature hell hound||hell hounds}"],["11-12","{@dice 1d6 + 2} {@creature roper||ropers}"],["13-14","{@dice 2d10} {@creature wight||wights}"],["15-16","{@dice 3d6} {@creature doppelganger||doppelgangers}"],["17-18","{@dice 1d8 + 1} {@creature chimera||chimeras}"],["19-20","{@dice 1d4} {@creature cloaker||cloakers}"],["21","{@dice 1d4} {@creature hobgoblin captain||hobgoblin captains} with {@dice 5d10} {@creature hobgoblin||hobgoblins}"],["22-23","{@dice 1d8 + 1} {@creature earth elemental||earth elementals}"],["24-25","{@dice 2d4} {@creature vampire spawn}"],["26-27","{@dice 3d6} {@creature minotaur||minotaurs}"],["28-30","A 30-foot-tall inverted black pyramid floating 1 inch above the floor in a large cave"],["31-32","{@dice 1d10} {@creature beholder zombie||beholder zombies}"],["33-34","{@dice 1d4} {@creature mind flayer arcanist||mind flayer arcanists}"],["35-36","{@dice 1d6 + 2} {@creature otyugh||otyughs}"],["37-38","{@dice 1d12} {@creature troll||trolls}"],["39-40","{@dice 1d10} {@creature wraith||wraiths}"],["41-43","A beautiful obsidian sculpture of a panther lying on the floor"],["44-45","{@dice 1d4} {@creature drow mage||drow mages} with {@dice 1d6} {@creature drow elite warrior||drow elite warriors}"],["46-47","{@dice 1d4} {@creature spirit naga||spirit nagas}"],["48-49","{@dice 1d8 + 1} {@creature salamander||salamanders}"],["50-51","{@dice 2d4} {@creature umber hulk||umber hulks}"],["52-53","{@dice 1d10} {@creature xorn}"],["54-56","1 {@creature young red shadow dragon}"],["57-59","{@dice 2d4} {@creature fomorian||fomorians}"],["60-62","{@dice 1d8 + 1} {@creature drider||driders}"],["63-65","{@dice 1d20 + 20} {@creature spider||spiders} crawling on the walls of a web-filled cave"],["66-68","{@dice 1d4} {@creature fire giant||fire giants}"],["69-70","{@dice 1d10} {@creature mind flayer||mind flayers}"],["71-73","{@dice 2d4} {@creature stone giant||stone giants}"],["74-76","{@dice 1d12} {@creature cyclops||cyclopes}"],["77-80","A large cave in which stands a 50-foot-tall idol of Blibdoolpoolp"],["81-85","{@dice 1d3} {@creature dao}"],["86-90","{@dice 1d4} {@creature beholder||beholders}"],["91-93","{@dice 1d4} {@creature behir||behirs}"],["94-96","1 {@creature death tyrant}"],["97-99","{@dice 1d3} {@creature purple worm||purple worms}"],["00","{@dice 2d4} {@creature aboleth||aboleths}"]]},{"name":"Underwater Encounters (Levels 1—4)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","{@dice 3d6} {@creature quipper||quippers}"],["11-14","{@dice 2d4} {@creature steam mephit||steam mephits}"],["15-18","{@dice 1d4} {@creature sahuagin}"],["19-22","{@dice 2d6} {@creature merfolk}"],["23-25","{@dice 2d4} corpses of drowned sailors tangled in kelp"],["26-29","{@dice 2d4} {@creature constrictor snake||constrictor snakes}"],["30-33","{@dice 1d4} {@creature reef shark||reef sharks}"],["34-37","1 {@creature swarm of quippers}"],["38-40","A bed of enormous clams"],["41-45","{@dice 1d10} {@creature merfolk} with {@dice 1d3} {@creature giant sea horse||giant sea horses}"],["46-50","1 {@creature giant octopus}"],["51-55","1 {@creature merrow}"],["56-60","1 {@creature plesiosaurus}"],["61-65","{@dice 2d10} pieces of corroded brass dinnerware littering the bottom"],["66-70","1 {@creature giant constrictor snake}"],["71-75","1 {@creature sea hag}"],["76-80","A school of silvery fish darting through the water"],["81-85","{@dice 1d4} {@creature hunter shark||hunter sharks}"],["86-90","1 {@creature sahuagin priestess} with {@dice 2d4} {@creature sahuagin}"],["91-96","{@dice 1d4} {@creature killer whale||killer whales}"],["97-98","1 {@creature giant shark}"],["99","1 {@creature water elemental}"],["00","1 {@creature sahuagin baron}"]]},{"name":"Underwater Encounters (Levels 5—10)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","{@dice 3d6} {@creature steam mephit||steam mephits}"],["03-04","{@dice 1d10} {@creature sahuagin}"],["05-06","1 {@creature giant octopus}"],["07-08","{@dice 3d6} {@creature constrictor snake||constrictor snakes}"],["09-10","{@dice 2d10} {@creature merfolk} with {@dice 1d4} {@creature giant sea horse||giant sea horses}"],["11-15","{@dice 1d4} {@creature sea hag||sea hags}"],["16-20","{@dice 2d4} {@creature swarm of quippers||swarms of quippers}"],["21-25","A sunken galleon with a 50% chance of a random treasure hoard inside (roll on the Treasure Hoard: Challenge 5-10 table in chapter 7 of the {@italic Dungeon Master's Guide})"],["26-30","{@dice 1d4} {@creature plesiosaurus||plesiosauruses}"],["31-35","{@dice 3d6} {@creature reef shark||reef sharks}"],["36-40","An abandoned bathysphere"],["41-50","{@dice 1d4} {@creature giant constrictor snake||giant constrictor snakes}"],["51-55","{@dice 2d4} {@creature hunter shark||hunter sharks}"],["56-60","{@dice 1d3} {@creature sahuagin priestess||sahuagin priestesses} with {@dice 2d10} {@creature sahuagin}"],["61-65","An empty castle made from coral"],["66-70","{@dice 1d4} {@creature killer whale||killer whales}"],["71-75","{@dice 1d10} {@creature merrow}"],["76-80","An eerie statue of a squatting humanoid, with bat wings on its back and tentacles sprouting from its face"],["81-85","{@dice 1d4} {@creature water elemental||water elementals}"],["86-90","1 {@creature sahuagin baron} with {@dice 2d8} {@creature sahuagin}"],["91-96","{@dice 1d4} {@creature giant shark||giant sharks}"],["97-99","1 {@creature marid}"],["00","1 {@creature storm giant}"]]},{"name":"Underwater Encounters (Levels 11—20)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","1 {@creature sahuagin baron} with {@dice 1d4} {@creature sahuagin priestess||sahuagin priestesses} and {@dice 2d10} {@creature sahuagin}"],["11-35","{@dice 1d10} {@creature killer whale||killer whales}"],["36-40","A ghost ship passing overhead, containing {@dice 2d6 + 10} {@creature ghost||ghosts}"],["41-60","{@dice 1d6} {@creature giant shark||giant sharks}"],["61-65","A 1-mile-radius sphere of effervescent water that allows air-breathing creatures to breathe water while in the sphere"],["66-75","{@dice 1d10} {@creature water elemental||water elementals}"],["76-80","A shimmering, blue-green portal to the Elemental Plane of Water"],["81-90","{@dice 1d4} {@creature marid||marids}"],["91-96","{@dice 1d3} {@creature storm giant||storm giants}"],["97-99","1 {@creature dragon turtle}"],["00","1 {@creature kraken}"]]},{"name":"Urban Encounters (Levels 1—4)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1d6 {@creature cat||cats}"],["02-03","1 {@creature commoner} with 1d6 {@creature goat||goats}"],["04-05","2d10 {@creature rat||rats}"],["06","1 {@creature raven} perched on a signpost"],["07","1 {@creature commoner} on a {@creature draft horse}"],["08","2d4 {@creature mastiff||mastiffs}"],["09","1d2 {@creature commoner||commoners} leading 1d4 {@creature mule||mules} or 1d4 {@creature pony||ponies}"],["10","1 {@creature pseudodragon}"],["11","1 {@creature spy}"],["12-13","1d8 + 1 {@creature acolyte||acolytes}"],["14","1d6 + 6 {@creature flying snake||flying snakes}"],["15","3d6 {@creature kobold||kobolds}"],["16","2d4 {@creature giant centipede||giant centipedes}"],["17","1d8 + 1 {@creature skeleton||skeletons}"],["18-19","1d6 + 2 {@creature swarm of rats||swarms of rats}"],["20","1d12 {@creature zombie||zombies}"],["21-25","A peddler weighed down with a load of pots, pans, and other basic supplies"],["26","1 {@creature giant wasp}"],["27-28","1 {@creature warhorse}"],["29","2d8 {@creature cultist||cultists}"],["30-31","3d4 {@creature giant rat||giant rats}"],["32","2d8 {@creature stirge||stirges}"],["33","1d3 + 2 {@creature giant poisonous snake||giant poisonous snakes}"],["34","1d4 + 2 {@creature swarm of bats||swarms of bats}"],["35","2d4 {@creature winged kobold||winged kobolds}"],["36-40","A wagon loaded with apples that has a broken wheel and holds up traffic"],["41","1 {@creature crocodile}"],["42-43","1 {@creature swarm of insects}"],["44-45","3d6 {@creature bandit||bandits}"],["46-47","1d3 + 2 {@creature noble||nobles} on {@creature riding horse||riding horses} with an escort of 1d10 {@creature guard||guards}"],["48","2d4 {@creature kenku}"],["49","1d6 + 2 {@creature smoke mephit||smoke mephits}"],["50","1d8 + 1 {@creature swarm of ravens||swarms of ravens}"],["51-52","1 {@creature wererat}"],["53-54","1d3 {@creature half-ogre (ogrillon)||half-ogres}"],["55-56","1 {@creature mimic}"],["57-58","1d4 {@creature ghoul||ghouls}"],["59-60","1d4 {@creature specter||specters}"],["61-62","1d10 {@creature shadow||shadows}"],["63-65","Someone empties a chamber pot onto the street from a second-floor window"],["66-67","1 {@creature ghast}"],["68-69","1 {@creature priest}"],["70-71","1 {@creature will-o'-wisp}"],["72-73","1d3 {@creature giant spider||giant-spiders}"],["74-75","1d4 {@creature yuan-ti pureblood||yuan-ti purebloods}"],["76-77","2d4 {@creature thug||thugs}"],["78-80","A doomsayer who preaches the end of the world from a street corner"],["81","1 {@creature cambion}"],["82","1 {@creature vampire spawn}"],["83","1 {@creature couatl}"],["84","1 {@creature ghost}"],["85","1 {@creature succubus} or 1 {@creature incubus}"],["86","1 {@creature bandit captain} with 3d6 {@creature bandit||bandits}"],["87","1d4 + 1 {@creature cult fanatic||cult fanatics}"],["88","1 {@creature knight} or 1 {@creature veteran}"],["89","1 {@creature water weird}"],["90","1 {@creature wight}"],["91","1 {@creature mage}"],["92","1 {@creature shield guardian}"],["93","1 {@creature gladiator}"],["94","1 {@creature revenant}"],["95","2d4 {@creature gargoyle||gargoyles}"],["96","1d4 {@creature doppelganger||doppelgangers}"],["97","1 {@creature oni}"],["98","1 {@creature invisible stalker}"],["99","1d3 + 1 {@creature phase spider||phase spiders}"],["00","1 {@creature assassin}"]]},{"name":"Urban Encounters (Levels 5—10)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","1d10 {@creature kenku}"],["03-04","2d6 {@creature giant centipede||giant centipedes}"],["05-06","2d8 {@creature skeleton||skeletons}"],["07-08","1d6 {@creature swarm of bats||swarms of bats} and 1d6 {@creature swarm of rats||swarms of rats}"],["09-10","3d6 {@creature winged kobold||winged kobolds}"],["11-13","2d4 {@creature specter||specters}"],["14-16","1d4 {@creature wight||wights}"],["17-19","4d4 {@creature acolyte||acolytes} on {@creature draft horse||draft horses}"],["20-22","3d6 {@creature giant centipede||giant centipedes}"],["23-25","A talkative urchin, badgering passersby to serve as their guide through the community for a price of 1 sp"],["26-28","1d10 {@creature spy||spies}"],["29-31","3d6 {@creature crocodile||crocodiles}"],["32-34","1d6 + 2 {@creature swarm of insects||swarms of insects}"],["35-37","2d4 {@creature smoke mephit||smoke mephits}"],["38-40","A {@creature noble} shouts \"Stop! Thief!\" at a fleeing scoundrel ({@creature bandit})"],["41-43","1 {@creature succubus} or 1 {@creature incubus}"],["44-46","1d10 {@creature half-ogre (ogrillon)||half-ogres}"],["47-49","2d10 {@creature giant wasp||giant wasps}"],["50-51","4d10 {@creature zombie||zombies}"],["52-53","1d4 {@creature knight||knights} on {@creature warhorse||warhorses}"],["54-55","1d4 + 1 {@creature water weird||water weirds}"],["56-57","1d8 + 1 {@creature mimic||mimics}"],["58-59","2d8 {@creature giant spider||giant spiders}"],["60-61","3d6 {@creature shadow||shadows}"],["62-65","An actor leans out from a second-story window to call to passersby, announcing a show"],["66-67","1 {@creature bandit captain} with 3d8 {@creature bandit||bandits}"],["68-69","1d10 {@creature will-o'-wisp||will-o'-wisps}"],["70-71","2d4 {@creature priest||priests}"],["72-74","3d6 {@creature yuan-ti pureblood||yuan-ti purebloods}"],["75-76","2d10 {@creature thug||thugs}"],["77-80","A fortune-teller reads cards for those who pay a price of 1 sp"],["81","1d3 {@creature gladiator||gladiators}"],["82","1d4 + 1 {@creature couatl||couatls}"],["83","1d8 {@creature ghost||ghosts}"],["84","2d4 {@creature doppelganger||doppelgangers}"],["85","1d6 + 2 {@creature phase spider||phase spiders}"],["86","2d4 {@creature veteran||veterans}"],["87","1d8 {@creature ghast||ghasts} with 2d6 {@creature ghoul||ghouls}"],["88","3d6 {@creature gargoyle||gargoyles}"],["89","2d10 {@creature cult fanatic||cult fanatics}"],["90","3d6 {@creature wererat||wererats}"],["91","1 {@creature assassin}"],["92","1d3 {@creature invisible stalker||invisible stalkers}"],["93","1 {@creature gray slaad}"],["94","1 {@creature young silver dragon}"],["95","1d4 {@creature cambion||cambions} or 1d4 {@creature revenant||revenants}"],["96","3d6 {@creature wight||wights}"],["97","1 {@creature archmage}"],["98","2d4 {@creature vampire spawn} or 1d4 {@creature oni}"],["99","1 {@creature mage} with 1 {@creature shield guardian}"],["00","1 {@creature rakshasa} or 1 {@creature vampire}"]]},{"name":"Urban Encounters (Levels 11—16)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","1 {@creature mimic}"],["02-05","1 {@creature bandit captain} with 5d10 {@creature bandit||bandits}, all on {@creature riding horse||riding horses}"],["06-10","1d10 {@creature knight||knights} on {@creature warhorse||warhorses} (one knight is a {@creature doppelganger})"],["11-13","1d8 {@creature succubus||succubi} or 1d8 {@creature incubus||incubi}"],["14-16","3d6 {@creature cult fanatic||cult fanatics}"],["17-19","1d10 {@creature wight||wights}"],["20-22","3d6 {@creature wererat||wererats}"],["23-25","A distant boom followed by a plume of smoke rising from the other side of the community"],["26-28","1d8 + 1 {@creature ghost||ghosts}"],["29-31","2d10 {@creature gargoyle||gargoyles}"],["32-34","1d6 + 2 {@creature water weird||water weirds}"],["35-37","1d4 + 4 {@creature will-o'-wisp||will-o'-wisps}"],["38-40","Street performers putting on a puppet show, involving two puppets beating each other with sticks to the amusement of the gathered crowd"],["41-43","2d4 {@creature couatl||couatls}"],["44-46","2d8 {@creature ghast||ghasts}"],["47-51","1d8 + 1 {@creature veteran||veterans}"],["52-55","3d4 {@creature priest||priests}"],["56-58","2d4 {@creature cambion||cambions}"],["59-61","1d10 {@creature revenant||revenants}"],["62-65","2d4 {@creature phase spider||phase spiders}"],["66-69","A scruffy {@creature commoner} that ducks into an alley to make a purchase from a suspicious looking figure"],["70-72","1d8 {@creature invisible stalker||invisible stalkers}"],["73-75","1d8 + 1 {@creature gladiator||gladiators}"],["76-80","Two farmers trading blows over the price of potatoes (50% chance for one farmer to be a retired {@creature assassin})"],["81-82","1d4 {@creature young silver dragon||young silver dragons}"],["83-84","1d4 {@creature assassin||assassins}"],["85-86","1d8 {@creature oni}"],["87-88","1d4 {@creature mage||mages} with 1d4 {@creature shield guardian||shield guardians}"],["89-90","1d10 {@creature vampire spawn}"],["91-92","1 {@creature adult silver dragon}"],["93-94","1d4 {@creature gray slaad||gray slaadi}"],["95-96","1 {@creature vampire spellcaster||spellcaster vampire} or 1 {@creature vampire warrior||warrior vampire}"],["97","1 {@creature rakshasa}"],["98","1 {@creature vampire}"],["99","1 {@creature ancient silver dragon}"],["00","1 {@creature archmage} speeding down the street on a {@creature riding horse}, blasting 1d4 {@creature guard||guards} with spells"]]},{"name":"Urban Encounters (Levels 17—20)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","1d10 {@creature invisible stalker||invisible stalkers}"],["06-10","1d10 {@creature revenant||revenants}"],["11-14","1d6 + 2 {@creature gladiator||gladiators}"],["15-18","2d4 {@creature cambion||cambions}"],["19-22","2d6 {@creature succubus||succubi} or 2d6 {@creature incubus||incubi}"],["23-25","A witch ({@creature archmage}) who zooms overhead on a {@item broom of flying}"],["26-30","1d4 {@creature gray slaad||gray slaadi}"],["31-35","2d8 {@creature couatl||couatls}"],["36-40","A distraught parent who rushes up to people, begging for help for a child who fell into the sewer"],["41-45","1d3 {@creature young silver dragon||young silver dragons}"],["46-50","3d6 {@creature ghost||ghosts}"],["51-55","1 {@creature adult silver dragon}"],["56-60","1d4 {@creature mage||mages} with 1d4 {@creature shield guardian||shield guardians}"],["61-65","An aggressive merchant who hawks wares to passersby, claiming to be the purveyor of the finest silks in all the land"],["66-70","1 {@creature ancient silver dragon}"],["71-75","3d6 {@creature vampire spawn}"],["76-80","A patrol of 2d10 {@creature guard||guards} marching up the street, searching for someone or something"],["81-85","1d10 {@creature assassin||assassins}"],["86-90","1d4 + 1 {@creature gray slaad||gray slaadi}"],["91-93","1d10 {@creature oni}"],["94-96","1 {@creature vampire spellcaster||spellcaster vampire} or 1 {@creature vampire warrior||warrior vampire}"],["97","1d4 {@creature archmage||archmages}"],["98","1d3 {@creature rakshasa||rakshasas}"],["99","1d4 {@creature vampire||vampires}"],["00","1 {@creature tarrasque}"]]},{"name":"Open Water Encounters (Levels 1—4)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","{@dice 3d6} {@creature Quipper||quippers}"],["04-08","1 {@creature swarm of quippers}"],["09-12","{@dice 3d10} {@creature Dolphin|VGM|dolphins}"],["13-14","1 {@creature giant octopus}"],["15-16","{@dice 1d4} {@creature Killer Whale||killer whales}"],["17-18","{@dice 1d6} {@creature merfolk}"],["19-20","{@dice 1d6} {@creature Giant Sea Horse||giant sea horses}"],["21-24","{@dice 1d8} {@creature Giant Crab||giant crabs}"],["25-28","{@dice 1d4} {@creature Reef Shark||reef sharks}"],["29","1 {@creature hunter shark}"],["30-34","{@dice 1d4} {@creature sahuagin}"],["35-37","{@dice 1d4} {@creature koalinth|GoS}"],["38-40","A {@table Whirlpools; Whirlpool Rank|GoS|rank 1 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["41-45","{@dice 1d4} {@creature Locathah|GoS|locathahs}"],["46-51","{@dice 1d3} {@creature Harpy||harpies}"],["52-54","2 {@creature merrow}"],["55-57","1 {@creature sahuagin priestess} and {@dice 1d4} {@creature sahuagin}"],["58-59","1 {@creature koalinth sergeant|GoS} and {@dice 2d4} {@creature koalinth|GoS}"],["60-62","1 {@creature plesiosaurus}"],["63-64","{@dice 1d3} {@creature Sea Hag||sea hags}"],["65-67","{@dice 1d4} {@creature Blood Hawk||blood hawks}"],["68-70","1 {@creature sahuagin champion|GoS}"],["71-74","1 {@creature giant shark}"],["75","1 {@creature young bronze dragon}"],["76-00","A ship ({@variantrule Random Ships|GoS|generated at random})"]]},{"name":"Open Water Encounters (Levels 5—10)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","1 {@creature giant shark}"],["04-07","{@dice 1d4} {@creature Swarm of Quippers||swarms of quippers}"],["08-11","{@dice 1d10} {@creature Killer Whale||killer whales}"],["12-17","{@dice 3d6} {@creature merfolk}"],["18-25","1 {@creature sahuagin high priestess|GoS} and 1 {@creature sahuagin wave shaper|GoS}"],["26-30","{@dice 2d8} {@creature Giant Crab||giant crabs}"],["31-35","{@dice 2d4} {@creature Reef Shark||reef sharks}"],["36-38","{@dice 1d4} {@creature Hunter Shark||hunter sharks}"],["39-40","{@dice 1d4} {@creature Water Elemental||water elementals}"],["41","A {@table Whirlpools; Whirlpool Rank|GoS|rank 2 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["42-45","{@dice 2d4} {@creature Locathah|GoS|locathahs}"],["46-47","1 {@creature harpy matriarch|GoS} and {@dice 1d4} {@creature Harpy||harpies}"],["48-49","{@dice 2d4} {@creature merrow}"],["50-52","1 {@creature sahuagin baron} and {@dice 1d4} {@creature sahuagin}"],["53-57","1 {@creature koalinth sergeant|GoS} and {@dice 2d4} {@creature koalinth|GoS}"],["58-59","{@dice 2d8} {@creature Giant Crab||giant crabs}"],["60-61","{@dice 1d4} {@creature Plesiosaurus||plesiosauruses}"],["62-63","A coven of 3 {@creature Sea Hag||sea hags}"],["64-65","{@dice 1d4} {@creature Sahuagin Blademaster|GoS|sahuagin blademasters}"],["66-69","1 {@creature hydra}"],["70-71","1 {@creature marid}"],["72","1 {@creature storm giant}"],["73","1 {@creature adult bronze dragon}"],["74","1 {@creature dragon turtle}"],["75-90","A ship ({@variantrule Random Ships|GoS|generated at random})"],["91-00","A mysterious island ({@variantrule Mysterious Islands|GoS|generated at random})"]]},{"name":"Open Water Encounters (Levels 11—20)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","1 {@creature storm giant}"],["04-07","{@dice 2d6} {@creature Giant Shark||giant sharks}"],["08-11","1 {@creature marid}"],["12-18","1 {@creature sahuagin high priestess|GoS} and {@dice 2d4} {@creature Sahuagin Champion|GoS|sahuagin champions}"],["19-25","1 {@creature sahuagin baron} and {@dice 1d4} {@creature Sahuagin Blademaster|GoS|sahuagin blademasters}"],["26-28","{@dice 3d6} {@creature Reef Shark||reef sharks}"],["29-32","{@dice 2d6} {@creature Hunter Shark||hunter sharks}"],["33-39","A {@table Whirlpools; Whirlpool Rank|GoS|rank 3 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["40-43","A {@table Whirlpools; Whirlpool Rank|GoS|rank 4 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["44-45","{@dice 1d3} {@creature Hydra||hydras}"],["46-48","{@dice 1d4} {@creature koalinth sergeant|GoS} and {@dice 3d10} {@creature koalinth|GoS}"],["49-50","{@dice 2d4} {@creature Plesiosaurus||plesiosauruses}"],["51-53","{@dice 3d6} {@creature merrow}"],["54-57","1 {@creature harpy matriarch|GoS} and {@dice 2d8} {@creature Harpy||harpies}"],["58-60","A coven of 3 {@creature Sea Hag||sea hags}"],["61-63","1 {@creature dragon turtle}"],["64","1 {@creature ancient bronze dragon}"],["65-75","A ship ({@variantrule Random Ships|GoS|generated at random})"],["76-00","A mysterious island ({@variantrule Mysterious Islands|GoS|generated at random})"]]},{"name":"Wildspace Encounters","type":"table","source":"BAM","page":6,"caption":"Wildspace Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["01-03","{@dice 1d4} {@creature Chwinga Astronaut|BAM|chwinga astronauts},* each mounted on 1 {@creature space guppy|BAM}*","{@dice 1d6 + 4}"],["04","1 {@creature cosmic horror|BAM}* (30 percent chance it is asleep)","{@dice 1d6}"],["05","1 {@creature esthetic|BAM}* piloted by 1 {@creature reigar|BAM}*†","{@dice 1d12}"],["06-07","1 {@creature eye monger|BAM}*","{@dice 1d6}"],["08-11","1 {@creature feyr|BAM}*","{@dice 1d6}"],["12-13","1 {@creature giant octopus} that has a flying speed of 60 feet and doesn't need to breathe air","{@dice 1d10}"],["14-17","{@dice 1d6} {@creature Jammer Leech|BAM|jammer leeches}*","{@dice 1d8}"],["18-23","{@dice 1d4} {@creature kindori|BAM}*","{@dice 1d6 + 3}"],["24-25","1 {@creature kindori|BAM}* with 1 {@creature druid}† living in a hut on its back","{@dice 2d6 + 3}"],["26","1 {@creature kraken} that has a flying speed of 60 feet and doesn't need to breathe air","{@dice 1d6}"],["27","1 lunar dragon* (your choice of {@creature Young Lunar Dragon|BAM|young}, {@creature Adult Lunar Dragon|BAM|adult}, or {@creature Ancient Lunar Dragon|BAM|ancient})","{@dice 1d10}"],["28-35","A tavern or inn built on an asteroid, with docks where ships can berth","—"],["36-39","{@dice 1d6} {@creature Murder Comet|BAM|murder comets}*","{@dice 1d6}"],["40-44","{@dice 1d4} {@creature Brown Scavver|BAM|brown scavvers}*","{@dice 1d8}"],["45-48","1 {@creature night scavver|BAM}* and {@dice 2d6} {@creature Gray Scavver|BAM|gray scavvers}*","{@dice 1d8}"],["49-50","1 {@creature void scavver|BAM}*","{@dice 1d6}"],["51-52","A shipwreck that might still have treasure or creatures aboard it (choose a ship from {@book chapter 2|AAG|2|Spelljammer Vessels} of the {@book Astral Adventurer's Guide|AAG})","—"],["53-54","1 solar dragon* (your choice of {@creature Young Solar Dragon|BAM|young}, {@creature Adult Solar Dragon|BAM|adult}, or {@creature Ancient Solar Dragon|BAM|ancient})","{@dice 2d6}"],["55-59","{@dice 1d6} {@creature Space Eel|BAM|space eels}*","{@dice 1d10}"],["60","1 {@creature starlight apparition|BAM}*","{@dice 2d6 + 2}"],["61-64","{@dice 3d6} {@creature Stirge||stirges} that don't need to breathe air","{@dice 1d6}"],["65-70","{@dice 1d6} {@creature Will-o'-Wisp||will-o'-wisps}","{@dice 1d10}"],["71-00","1 spelljamming ship (roll on the {@book Ship Encounters table|BAM|0|Ship Encounters})","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Astral Sea Encounters","type":"table","source":"BAM","page":6,"caption":"Astral Sea Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["01-02","1 {@creature aartuk starhorror|BAM}*† and {@dice 2d4} {@creature Aartuk Weedling|BAM|aartuk weedlings}*","{@dice 1d12}"],["03-09","1 {@creature archmage}† using the {@spell astral projection} spell","{@dice 1d10 + 3}"],["10-11","1 {@creature braxat|BAM}*","{@dice 1d8}"],["12","1 {@creature cosmic horror|BAM}* (70 percent chance it is asleep)","{@dice 1d6}"],["13-15","{@dice 1d4} {@creature Deva||devas}† on a divine errand","{@dice 1d12 + 3}"],["16-28","1 {@creature githyanki knight}† and {@dice 1d6} {@creature Githyanki Warrior||githyanki warriors}†","{@dice 1d10}"],["29-31","1 {@creature githyanki knight}† mounted on a {@creature young red dragon}","{@dice 1d8}"],["32","1 {@creature githzerai zerth}† being hunted by githyanki","{@dice 1d6 + 6}"],["33-38","{@dice 1d4} {@creature kindori|BAM}*","{@dice 1d6 + 3}"],["39","1 {@creature mercane|BAM}*† and 1 {@creature beholder} bodyguard","{@dice 1d8 + 4}"],["40","1 {@creature neh-thalggu|BAM}*† looking for a portal to the Far Realm","{@dice 1d10}"],["41-42","1 {@creature pentadrone}","{@dice 1d6 + 3}"],["43-44","1 {@creature planetar}† from a nearby astral dominion","{@dice 1d12 + 3}"],["45-47","{@dice 2d4} {@creature Psurlon|BAM|psurlons}*†","{@dice 1d8}"],["48-50","Gargantuan floating crystal obelisk of mysterious origin","—"],["51-52","{@dice 4d4} {@creature Quadrone||quadrones}","{@dice 1d6 + 3}"],["53","1 {@creature monodrone} that has gone rogue","{@dice 2d6 + 3}"],["54-56","{@dice 1d4} {@creature Gray Slaad||gray slaadi}† in Humanoid form","{@dice 1d10}"],["57-58","1 {@creature green slaad}†","{@dice 1d12}"],["59-63","{@dice 3d6} {@creature Gray Scavver|BAM|gray scavvers}*","{@dice 1d8}"],["64","1 {@creature solar}† watching over a dead god that drifts nearby","{@dice 1d12 + 3}"],["65-66","1 solar dragon* (your choice of {@creature Young Solar Dragon|BAM|young}, {@creature Adult Solar Dragon|BAM|adult}, or {@creature Ancient Solar Dragon|BAM|ancient})","{@dice 2d6}"],["67","1 {@creature starlight apparition|BAM}*","{@dice 2d6 + 2}"],["68-70","{@dice 1d8} {@creature Unicorn||unicorns} galloping merrily across the Astral Sea","{@dice 1d6 + 6}"],["71-00","1 spelljamming ship (roll on the Ship Encounters table)","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Ship Encounters","type":"table","source":"BAM","page":7,"caption":"Ship Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["01-07","{@vehicle Bombard|AAG} Leviathan, captained by Myrtle Hunt ({@creature giff warlord|BAM}*) and crewed by 8 {@creature Giff Shipmate|BAM|giff shipmates}* and 3 {@creature Mage||mages}†","{@dice 1d10 + 2}"],["08-16","{@vehicle Damselfly ship|AAG} Voidwinder, captained by Krig Kalu ({@creature hadozee explorer|BAM}*) and crewed by 1 {@creature drow}† and 7 {@creature Hadozee Shipmate|BAM|hadozee shipmates}*","{@dice 2d6 + 3}"],["17-23","{@vehicle Flying fish ship|AAG} Horizon, captained by Thaal Vod (renegade {@creature mind flayer arcanist}†) and crewed by 9 {@creature Plasmoid Warrior|BAM|plasmoid warriors}*","{@dice 1d12}"],["24-31","{@vehicle Hammerhead ship|AAG} Jander Sunstar, captained by Veluna Valderak ({@creature vampirate captain|BAM}*) and crewed by 13 {@creature Vampirate|BAM|vampirates}* and 1 {@creature priest}†","{@dice 1d12}"],["32-36","{@vehicle Lamprey ship|AAG} Astral Prize, crewed by 15 {@creature Psurlon Ringer|BAM|psurlon ringers},*† including Captain Uscath","{@dice 1d12}"],["37-39","{@vehicle Living ship|AAG} Eldervine, captained by Queth ({@creature aartuk elder|BAM}*) and crewed by 2 {@creature Aartuk Starhorror|BAM|aartuk starhorrors},*† 8 {@creature Aartuk Weedling|BAM|aartuk weedlings},* and Eldervine ({@creature treant})","{@dice 1d10}"],["40-45","{@vehicle Nautiloid|AAG} Neurophage, crewed by 4 {@creature Mind Flayer||mind flayers}† and 16 {@creature kuo-toa}, with {@dice 1d6} {@creature Grell||grells} and {@dice 1d6} {@creature Intellect Devourer||intellect devourers} as passengers","{@dice 1d6}"],["46-50","{@vehicle Nightspider|AAG} Malevolence, captained by Yeshk ({@creature neogi void hunter|BAM}*†) and crewed by 24 {@creature Neogi Pirate|BAM|neogi pirates}* and 5 {@creature Umber Hulk||umber hulks}","{@dice 1d6}"],["51-55","{@vehicle Scorpion ship|AAG} Claws of Huraj, captained by Huraj ({@creature hobgoblin captain}) and crewed by 1 {@creature bugbear} (first mate), 8 {@creature Hobgoblin||hobgoblins}, and 2 hobgoblin {@creature Priest||priests}†","{@dice 1d12}"],["56-61","{@vehicle Shrike ship|AAG} Fedifensor, captained by Yaj ({@creature githyanki xenomancer|BAM}*†) and crewed by 10 {@creature Githyanki Buccaneer|BAM|githyanki buccaneers}*†","{@dice 1d12}"],["62-66","{@vehicle Space galleon|AAG} Eleventh, captained by Xorpha Eleven-Eyes ({@creature beholder}) and crewed by 1 {@creature spectator} (first mate), 3 {@creature Cult Fanatic||cult fanatics},† and 16 {@creature Cultist||cultists}","{@dice 1d12}"],["67-72","{@vehicle Space galleon|AAG} Great Kindori, captained by Mystan the Mighty ({@creature djinni}†) and crewed by 1 {@creature invisible stalker} (first mate), 1 {@creature couatl},† 17 {@creature aarakocra}, and 1 {@creature rug of smothering}","{@dice 2d6 + 2}"],["73-78","{@vehicle Squid ship|AAG} Syken's Reach, captained by the pirate Arviglas Syken (human {@creature bandit captain}) and crewed by 1 {@creature cambion}† (Syken's daughter, Tenebra) and 11 {@creature Thug||thugs}","{@dice 1d12}"],["79-84","{@vehicle Star moth|AAG} Apex, captained by Xaleen ({@creature astral elf commander|BAM}*†) and crewed by 11 {@creature Astral Elf Warrior|BAM|astral elf warriors}* and 1 {@creature astral elf aristocrat|BAM}*†","{@dice 1d12}"],["85-90","{@vehicle Turtle ship|AAG} Snorkel, captained by Shelby Norkel (gnome {@creature mage}†) and crewed by 15 {@creature Autognome|BAM|autognomes}*","{@dice 1d10 + 3}"],["91-94","{@vehicle Tyrant ship|AAG} Doomdreamer, crewed by {@dice 2d4 + 2} {@creature Beholder||beholders}","{@dice 1d8}"],["95-00","{@vehicle Wasp ship|AAG} Adventure, abandoned and adrift (25 percent chance that its {@item spelljamming helm|AAG} is still aboard)","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Dragonborn Names – Female","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Akra"],["03-04","Aasathra"],["05-06","Antrara"],["07-08","Arava"],["09-10","Biri"],["11-12","Blendaeth"],["13-14","Burana"],["15-16","Chassath"],["17-18","Daar"],["19-20","Dentratha"],["21-22","Doudra"],["23-24","Driindar"],["25-26","Eggren"],["27-28","Farideh"],["29-30","Findex"],["31-32","Furrele"],["33-34","Gesrethe"],["35-36","Gilkass"],["37-38","Harann"],["39-40","Havilar"],["41-42","Hethress"],["43-44","Hillanot"],["45-46","Jaxi"],["47-48","Jezean"],["49-50","Jheri"],["51-52","Kadana"],["53-54","Kava"],["55-56","Korinn"],["57-58","Megren"],["59-60","Mijira"],["61-62","Mishann"],["63-64","Nala"],["65-66","Nuthra"],["67-68","Perra"],["69-70","Pogranix"],["71-72","Pyxrin"],["73-74","Quespa"],["75-76","Raiann"],["77-78","Rezena"],["79-80","Ruloth"],["81-82","Saphara"],["83-84","Savaran"],["85-86","Sora"],["87-88","Surina"],["89-90","Synthrin"],["91-92","Tatyan"],["93-94","Thava"],["95-96","Uadjit"],["97-98","Vezera"],["99-00","Zykroff"]]},{"name":"Dragonborn Names – Male","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adrex"],["03-04","Arjhan"],["05-06","Azzakh"],["07-08","Balasar"],["09-10","Baradad"],["11-12","Bharash"],["13-14","Bidreked"],["15-16","Dadalan"],["17-18","Dazzazn"],["19-20","Direcris"],["21-22","Donaar"],["23-24","Fax"],["25-26","Gargax"],["27-28","Ghesh"],["29-30","Gorbundus"],["31-32","Greethen"],["33-34","Heskan"],["35-36","Hirrathak"],["37-38","Ildrex"],["39-40","Kaladan"],["41-42","Kerkad"],["43-44","Kiirith"],["45-46","Kriv"],["47-48","Maagog"],["49-50","Medrash"],["51-52","Mehen"],["53-54","Mozikth"],["55-56","Mreksh"],["57-58","Mugrunden"],["59-60","Nadarr"],["61-62","Nithther"],["63-64","Norkruuth"],["65-66","Nykkan"],["67-68","Pandjed"],["69-70","Patrin"],["71-72","Pijjirik"],["73-74","Quarethon"],["75-76","Rathkran"],["77-78","Rhogar"],["79-80","Rivaan"],["81-82","Sethrekar"],["83-84","Shamash"],["85-86","Shedinn"],["87-88","Srorthen"],["89-90","Tarhun"],["91-92","Torinn"],["93-94","Trynnicus"],["95-96","Valorean"],["97-98","Vrondiss"],["99-00","Zedaar"]]},{"name":"Dragonborn Names – Clan","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Akambherylliax"],["03-04","Argenthrixus"],["05-06","Baharoosh"],["07-08","Beryntolthropal"],["09-10","Bhenkumbyrznaax"],["11-12","Caavylteradyn"],["13-14","Chumbyxirinnish"],["15-16","Clethtinthiallor"],["17-18","Daardendrian"],["19-20","Delmirev"],["21-22","Dhyrktelonis"],["23-24","Ebynichtomonis"],["25-26","Esstyrlynn"],["27-28","Fharngnarthnost"],["29-30","Ghaallixirn"],["31-32","Grrrmmballhyst"],["33-34","Gygazzylyshrift"],["35-36","Hashphronyxadyn"],["37-38","Hshhsstoroth"],["39-40","Imbixtellrhyst"],["41-42","Jerynomonis"],["43-44","Jharthraxyn"],["45-46","Kerrhylon"],["47-48","Kimbatuul"],["49-50","Lhamboldennish"],["51-52","Linxakasendalor"],["53-54","Mohradyllion"],["55-56","Mystan"],["57-58","Nemmonis"],["59-60","Norixius"],["61-62","Ophinshtalajiir"],["63-64","Orexijandilin"],["65-66","Pfaphnyrennish"],["67-68","Phrahdrandon"],["69-70","Pyraxtallinost"],["71-72","Qyxpahrgh"],["73-74","Raghthroknaar"],["75-76","Shestendeliath"],["77-78","Skaarzborroosh"],["79-80","Sumnarghthrysh"],["81-82","Tiammanthyllish"],["83-84","Turnuroth"],["85-86","Umbyrphrael"],["87-88","Vangdondalor"],["89-90","Verthisathurgiesh"],["91-92","Wivvyrholdalphiax"],["93-94","Wystongjiir"],["95-96","Xephyrbahnor"],["97-98","Yarjerit"],["99-00","Zzzxaaxthroth"]]},{"name":"Dwarf Names – Female","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Anbera"],["03-04","Artin"],["05-06","Audhild"],["07-08","Balifra"],["09-10","Barbena"],["11-12","Bardryn"],["13-14","Bolhild"],["15-16","Dagnal"],["17-18","Dariff"],["19-20","Delre"],["21-22","Diesa"],["23-24","Eldeth"],["25-26","Eridred"],["27-28","Falkrunn"],["29-30","Fallthra"],["31-32","Finellen"],["33-34","Gillydd"],["35-36","Gunnloda"],["37-38","Gurdis"],["39-40","Helgret"],["41-42","Helja"],["43-44","Hlin"],["45-46","Ilde"],["47-48","Jarana"],["49-50","Kathra"],["51-52","Kilia"],["53-54","Kristryd"],["55-56","Liftrasa"],["57-58","Marastyr"],["59-60","Mardred"],["61-62","Morana"],["63-64","Nalaed"],["65-66","Nora"],["67-68","Nurkara"],["69-70","Oriff"],["71-72","Ovina"],["73-74","Riswynn"],["75-76","Sannl"],["77-78","Therlin"],["79-80","Thodris"],["81-82","Torbera"],["83-84","Tordrid"],["85-86","Torgga"],["87-88","Urshar"],["89-90","Valida"],["91-92","Vistra"],["93-94","Vonana"],["95-96","Werydd"],["97-98","Whurdred"],["99-00","Yurgunn"]]},{"name":"Dwarf Names – Male","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adrik"],["03-04","Alberich"],["05-06","Baern"],["07-08","Barendd"],["09-10","Beloril"],["11-12","Brottor"],["13-14","Dain"],["15-16","Dalgal"],["17-18","Darrak"],["19-20","Delg"],["21-22","Duergath"],["23-24","Dworic"],["25-26","Eberk"],["27-28","Einkil"],["29-30","Elaim"],["31-32","Erias"],["33-34","Fallond"],["35-36","Fargrim"],["37-38","Gardain"],["39-40","Gilthur"],["41-42","Gimgen"],["43-44","Gimurt"],["45-46","Harbek"],["47-48","Kildrak"],["49-50","Kilvar"],["51-52","Morgran"],["53-54","Morkral"],["55-56","Nalral"],["57-58","Nordak"],["59-60","Nuraval"],["61-62","Oloric"],["63-64","Olunt"],["65-66","Orsik"],["67-68","Oskar"],["69-70","Rangrim"],["71-72","Reirak"],["73-74","Rurik"],["75-76","Taklinn"],["77-78","Thoradin"],["79-80","Thorin"],["81-82","Thradal"],["83-84","Tordek"],["85-86","Traubon"],["87-88","Travok"],["89-90","Ulfgar"],["91-92","Uraim"],["93-94","Veit"],["95-96","Vonbin"],["97-98","Vondal"],["99-00","Whurbin"]]},{"name":"Dwarf Names – Clan","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aranore"],["03-04","Balderk"],["05-06","Battlehammer"],["07-08","Bigtoe"],["09-10","Bloodkith"],["11-12","Bofdann"],["13-14","Brawnanvil"],["15-16","Brazzik"],["17-18","Broodfist"],["19-20","Burrowfound"],["21-22","Caebrek"],["23-24","Daerdahk"],["25-26","Dankil"],["27-28","Daraln"],["29-30","Deepdelver"],["31-32","Durthane"],["33-34","Eversharp"],["35-36","Fallack"],["37-38","Fireforge"],["39-40","Foamtankard"],["41-42","Frostbeard"],["43-44","Glanhig"],["45-46","Goblinbane"],["47-48","Goldfinder"],["49-50","Gorunn"],["51-52","Graybeard"],["53-54","Hammerstone"],["55-56","Helcral"],["57-58","Holderhek"],["59-60","Ironfist"],["61-62","Loderr"],["63-64","Lutgehr"],["65-66","Morigak"],["67-68","Orcfoe"],["69-70","Rakankrak"],["71-72","Ruby-Eye"],["73-74","Rumnaheim"],["75-76","Silveraxe"],["77-78","Silverstone"],["79-80","Steelfist"],["81-82","Stoutale"],["83-84","Strakeln"],["85-86","Strongheart"],["87-88","Thrahak"],["89-90","Torevir"],["91-92","Torunn"],["93-94","Trollbleeder"],["95-96","Trueanvil"],["97-98","Trueblood"],["99-00","Ungart"]]},{"name":"Dwarf Names – Duergar Clan","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Duergar Clan","colLabels":["{@dice d12}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ashlord"],["2","Battlegore"],["3","Doomfist"],["4","Earthlord"],["5","Firetamer"],["6","Knifemind"],["7","Mindeater"],["8","Necksnapper"],["9","Orehammer"],["10","Runehammer"],["11","Thundermaster"],["12","Underearth"]]},{"name":"Elf Names – Child","type":"table","source":"XGE","page":176,"caption":"Elf Names – Child","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ael"],["03-04","Ang"],["05-06","Ara"],["07-08","Ari"],["09-10","Arn"],["11-12","Aym"],["13-14","Broe"],["15-16","Bryn"],["17-18","Cael"],["19-20","Cy"],["21-22","Dae"],["23-24","Del"],["25-26","Eli"],["27-28","Eryn"],["29-30","Faen"],["31-32","Fera"],["33-34","Gael"],["35-36","Gar"],["37-38","Innil"],["39-40","Jar"],["41-42","Kan"],["43-44","Koeth"],["45-46","Lael"],["47-48","Lue"],["49-50","Mai"],["51-52","Mara"],["53-54","Mella"],["55-56","Mya"],["57-58","Naeris"],["59-60","Naill"],["61-62","Nim"],["63-64","Phann"],["65-66","Py"],["67-68","Rael"],["69-70","Raer"],["71-72","Ren"],["73-74","Rinn"],["75-76","Rua"],["77-78","Sael"],["79-80","Sai"],["81-82","Sumi"],["83-84","Syllin"],["85-86","Ta"],["87-88","Thia"],["89-90","Tia"],["91-92","Traki"],["93-94","Vall"],["95-96","Von"],["97-98","Wil"],["99-00","Za"]]},{"name":"Elf Names – Female Adult","type":"table","source":"XGE","page":176,"caption":"Elf Names – Female Adult","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adrie"],["03-04","Ahinar"],["05-06","Althaea"],["07-08","Anastrianna"],["09-10","Andraste"],["11-12","Antinua"],["13-14","Arara"],["15-16","Baelitae"],["17-18","Bethrynna"],["19-20","Birel"],["21-22","Caelynn"],["23-24","Chaedi"],["25-26","Claira"],["27-28","Dara"],["29-30","Drusilia"],["31-32","Elama"],["33-34","Enna"],["35-36","Faral"],["37-38","Felosial"],["39-40","Hatae"],["41-42","Ielenia"],["43-44","Ilanis"],["45-46","Irann"],["47-48","Jarsali"],["49-50","Jelenneth"],["51-52","Keyleth"],["53-54","Leshanna"],["55-56","Lia"],["57-58","Maiathah"],["59-60","Malquis"],["61-62","Meriele"],["63-64","Mialee"],["65-66","Myathethil"],["67-68","Naivara"],["69-70","Quelenna"],["71-72","Quillathe"],["73-74","Ridaro"],["75-76","Sariel"],["77-78","Shanairla"],["79-80","Shava"],["81-82","Silaqui"],["83-84","Sumnes"],["85-86","Theirastra"],["87-88","Thiala"],["89-90","Tiaathque"],["91-92","Traulam"],["93-94","Vadania"],["95-96","Valanthe"],["97-98","Valna"],["99-00","Xanaphia"]]},{"name":"Elf Names – Male Adult","type":"table","source":"XGE","page":176,"caption":"Elf Names – Male Adult","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adran"],["03-04","Aelar"],["05-06","Aerdeth"],["07-08","Ahvain"],["09-10","Aramil"],["11-12","Arannis"],["13-14","Aust"],["15-16","Azaki"],["17-18","Beiro"],["19-20","Berrian"],["21-22","Caeldrim"],["23-24","Carric"],["25-26","Dayereth"],["27-28","Dreali"],["29-30","Efferil"],["31-32","Eiravel"],["33-34","Enialis"],["35-36","Erdan"],["37-38","Erevan"],["39-40","Fivin"],["41-42","Galinndan"],["43-44","Gennal"],["45-46","Hadarai"],["47-48","Halimath"],["49-50","Heian"],["51-52","Himo"],["53-54","Immeral"],["55-56","Ivellios"],["57-58","Korfel"],["59-60","Lamlis"],["61-62","Laucian"],["63-64","Lucan"],["65-66","Mindartis"],["67-68","Naal"],["69-70","Nutae"],["71-72","Paelias"],["73-74","Peren"],["75-76","Quarion"],["77-78","Riardon"],["79-80","Rolen"],["81-82","Soveliss"],["83-84","Suhnae"],["85-86","Thamior"],["87-88","Tharivol"],["89-90","Theren"],["91-92","Theriatis"],["93-94","Thervan"],["95-96","Uthemar"],["97-98","Vanuath"],["99-00","Varis"]]},{"name":"Elf Names – Family","type":"table","source":"XGE","page":176,"caption":"Elf Names – Family","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aloro"],["03-04","Amakiir"],["05-06","Amastacia"],["07-08","Ariessus"],["09-10","Arnuanna"],["11-12","Berevan"],["13-14","Caerdonel"],["15-16","Caphaxath"],["17-18","Casilltenirra"],["19-20","Cithreth"],["21-22","Dalanthan"],["23-24","Eathalena"],["25-26","Erenaeth"],["27-28","Ethanasath"],["29-30","Fasharash"],["31-32","Firahel"],["33-34","Floshem"],["35-36","Galanodel"],["37-38","Goltorah"],["39-40","Hanali"],["41-42","Holimion"],["43-44","Horineth"],["45-46","Iathrana"],["47-48","Ilphelkiir"],["49-50","Iranapha"],["51-52","Koehlanna"],["53-54","Lathalas"],["55-56","Liadon"],["57-58","Meliamne"],["59-60","Mellerelel"],["61-62","Mystralath"],["63-64","Naïlo"],["65-66","Netyoive"],["67-68","Ofandrus"],["69-70","Ostoroth"],["71-72","Othronus"],["73-74","Qualanthri"],["75-76","Raethran"],["77-78","Rothenel"],["79-80","Selevarun"],["81-82","Siannodel"],["83-84","Suithrasas"],["85-86","Sylvaranth"],["87-88","Teinithra"],["89-90","Tiltathana"],["91-92","Wasanthi"],["93-94","Withrethin"],["95-96","Xiloscient"],["97-98","Xistsrith"],["99-00","Yaeldrin"]]},{"name":"Gnome Names – Female","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abalaba"],["03-04","Bimpnottin"],["05-06","Breena"],["07-08","Buvvie"],["09-10","Callybon"],["11-12","Caramip"],["13-14","Carlin"],["15-16","Cumpen"],["17-18","Dalaba"],["19-20","Donella"],["21-22","Duvamil"],["23-24","Ella"],["25-26","Ellyjoybell"],["27-28","Ellywick"],["29-30","Enidda"],["31-32","Lilli"],["33-34","Loopmottin"],["35-36","Lorilla"],["37-38","Luthra"],["39-40","Mardnab"],["41-42","Meena"],["43-44","Menny"],["45-46","Mumpena"],["47-48","Nissa"],["49-50","Numba"],["51-52","Nyx"],["53-54","Oda"],["55-56","Oppah"],["57-58","Orla"],["59-60","Panana"],["61-62","Pyntle"],["63-64","Quilla"],["65-66","Ranala"],["67-68","Reddlepop"],["69-70","Roywyn"],["71-72","Salanop"],["73-74","Shamil"],["75-76","Siffress"],["77-78","Symma"],["79-80","Tana"],["81-82","Tenena"],["83-84","Tervaround"],["85-86","Tippletoe"],["87-88","Ulla"],["89-90","Unvera"],["91-92","Veloptima"],["93-94","Virra"],["95-96","Waywocket"],["97-98","Yebe"],["99-00","Zanna"]]},{"name":"Gnome Names – Male","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Alston"],["03-04","Alvyn"],["05-06","Anverth"],["07-08","Arumawann"],["09-10","Bilbron"],["11-12","Boddynock"],["13-14","Brocc"],["15-16","Burgell"],["17-18","Cockaby"],["19-20","Crampernap"],["21-22","Dabbledob"],["23-24","Delebean"],["25-26","Dimble"],["27-28","Eberdeb"],["29-30","Eldon"],["31-32","Erky"],["33-34","Fablen"],["35-36","Fibblestib"],["37-38","Fonkin"],["39-40","Frouse"],["41-42","Frug"],["43-44","Gerbo"],["45-46","Gimble"],["47-48","Glim"],["49-50","Igden"],["51-52","Jabble"],["53-54","Jebeddo"],["55-56","Kellen"],["57-58","Kipper"],["59-60","Namfoodle"],["61-62","Oppleby"],["63-64","Orryn"],["65-66","Paggen"],["67-68","Pallabar"],["69-70","Pog"],["71-72","Qualen"],["73-74","Ribbles"],["75-76","Rimple"],["77-78","Roondar"],["79-80","Sapply"],["81-82","Seebo"],["83-84","Senteq"],["85-86","Sindri"],["87-88","Umpen"],["89-90","Warryn"],["91-92","Wiggens"],["93-94","Wobbles"],["95-96","Wrenn"],["97-98","Zaffrab"],["99-00","Zook"]]},{"name":"Gnome Names – Clan","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Albaratie"],["03-04","Bafflestone"],["05-06","Beren"],["07-08","Boondiggles"],["09-10","Cobblelob"],["11-12","Daergel"],["13-14","Dunben"],["15-16","Fabblestabble"],["17-18","Fapplestamp"],["19-20","Fiddlefen"],["21-22","Folkor"],["23-24","Garrick"],["25-26","Gimlen"],["27-28","Glittergem"],["29-30","Gobblefirn"],["31-32","Gummen"],["33-34","Horcusporcus"],["35-36","Humplebumple"],["37-38","Ironhide"],["39-40","Leffery"],["41-42","Lingenhall"],["43-44","Loofollue"],["45-46","Maekkelferce"],["47-48","Miggledy"],["49-50","Munggen"],["51-52","Murnig"],["53-54","Musgraben"],["55-56","Nackle"],["57-58","Ningel"],["59-60","Nopenstallen"],["61-62","Nucklestamp"],["63-64","Offund"],["65-66","Oomtrowl"],["67-68","Pilwicken"],["69-70","Pingun"],["71-72","Quillsharpener"],["73-74","Raulnor"],["75-76","Reese"],["77-78","Rofferton"],["79-80","Scheppen"],["81-82","Shadowcloak"],["83-84","Silverthread"],["85-86","Sympony"],["87-88","Tarkelby"],["89-90","Timbers"],["91-92","Turen"],["93-94","Umbodoben"],["95-96","Waggletop"],["97-98","Welber"],["99-00","Wildwander"]]},{"name":"Halfling Names – Female","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Alain"],["03-04","Andry"],["05-06","Anne"],["07-08","Bella"],["09-10","Blossom"],["11-12","Bree"],["13-14","Callie"],["15-16","Chenna"],["17-18","Cora"],["19-20","Dee"],["21-22","Dell"],["23-24","Eida"],["25-26","Eran"],["27-28","Euphemia"],["29-30","Georgina"],["31-32","Gynnie"],["33-34","Harriet"],["35-36","Jasmine"],["37-38","Jillian"],["39-40","Jo"],["41-42","Kithri"],["43-44","Lavinia"],["45-46","Lidda"],["47-48","Maegan"],["49-50","Marigold"],["51-52","Merla"],["53-54","Myria"],["55-56","Nedda"],["57-58","Nikki"],["59-60","Nora"],["61-62","Olivia"],["63-64","Paela"],["65-66","Pearl"],["67-68","Pennie"],["69-70","Philomena"],["71-72","Portia"],["73-74","Robbie"],["75-76","Rose"],["77-78","Saral"],["79-80","Seraphina"],["81-82","Shaena"],["83-84","Stacee"],["85-86","Tawna"],["87-88","Thea"],["89-90","Trym"],["91-92","Tyna"],["93-94","Vani"],["95-96","Verna"],["97-98","Wella"],["99-00","Willow"]]},{"name":"Halfling Names – Male","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Alton"],["03-04","Ander"],["05-06","Bernie"],["07-08","Bobbin"],["09-10","Cade"],["11-12","Callus"],["13-14","Corrin"],["15-16","Dannad"],["17-18","Danniel"],["19-20","Eddie"],["21-22","Egart"],["23-24","Eldon"],["25-26","Errich"],["27-28","Fildo"],["29-30","Finnan"],["31-32","Franklin"],["33-34","Garret"],["35-36","Garth"],["37-38","Gilbert"],["39-40","Gob"],["41-42","Harol"],["43-44","Igor"],["45-46","Jasper"],["47-48","Keith"],["49-50","Kevin"],["51-52","Lazam"],["53-54","Lerry"],["55-56","Lindal"],["57-58","Lyle"],["59-60","Merric"],["61-62","Mican"],["63-64","Milo"],["65-66","Morrin"],["67-68","Nebin"],["69-70","Nevil"],["71-72","Osborn"],["73-74","Ostran"],["75-76","Oswalt"],["77-78","Perrin"],["79-80","Poppy"],["81-82","Reed"],["83-84","Roscoe"],["85-86","Sam"],["87-88","Shardon"],["89-90","Tye"],["91-92","Ulmo"],["93-94","Wellby"],["95-96","Wendel"],["97-98","Wenner"],["99-00","Wes"]]},{"name":"Halfling Names – Clan","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Appleblossom"],["03-04","Bigheart"],["05-06","Brightmoon"],["07-08","Brushgather"],["09-10","Cherrycheeks"],["11-12","Copperkettle"],["13-14","Deephollow"],["15-16","Elderberry"],["17-18","Fastfoot"],["19-20","Fatrabbit"],["21-22","Glenfellow"],["23-24","Goldfound"],["25-26","Goodbarrel"],["27-28","Goodearth"],["29-30","Greenbottle"],["31-32","Greenleaf"],["33-34","High-hill"],["35-36","Hilltopple"],["37-38","Hogcollar"],["39-40","Honeypot"],["41-42","Jamjar"],["43-44","Kettlewhistle"],["45-46","Leagallow"],["47-48","Littlefoot"],["49-50","Nimblefingers"],["51-52","Porridgepot"],["53-54","Quickstep"],["55-56","Reedfellow"],["57-58","Shadowquick"],["59-60","Silvereyes"],["61-62","Smoothhands"],["63-64","Stonebridge"],["65-66","Stoutbridge"],["67-68","Stoutman"],["69-70","Strongbones"],["71-72","Sunmeadow"],["73-74","Swiftwhistle"],["75-76","Tallfellow"],["77-78","Tealeaf"],["79-80","Tenpenny"],["81-82","Thistletop"],["83-84","Thorngage"],["85-86","Tosscobble"],["87-88","Underbough"],["89-90","Underfoot"],["91-92","Warmwater"],["93-94","Whispermouse"],["95-96","Wildcloak"],["97-98","Wildheart"],["99-00","Wiseacre"]]},{"name":"Half-Orc Names – Female","type":"table","source":"XGE","page":179,"caption":"Half-Orc Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Arha"],["03-04","Baggi"],["05-06","Bendoo"],["07-08","Bilga"],["09-10","Brakka"],["11-12","Creega"],["13-14","Drenna"],["15-16","Ekk"],["17-18","Emen"],["19-20","Engong"],["21-22","Fistula"],["23-24","Gaaki"],["25-26","Gorga"],["27-28","Grai"],["29-30","Greeba"],["31-32","Grigi"],["33-34","Gynk"],["35-36","Hrathy"],["37-38","Huru"],["39-40","Ilga"],["41-42","Kabbarg"],["43-44","Kansif"],["45-46","Lagazi"],["47-48","Lezre"],["49-50","Murgen"],["51-52","Murook"],["53-54","Myev"],["55-56","Nagrette"],["57-58","Neega"],["59-60","Nella"],["61-62","Nogu"],["63-64","Oolah"],["65-66","Ootah"],["67-68","Ovak"],["69-70","Ownka"],["71-72","Puyet"],["73-74","Reeza"],["75-76","Shautha"],["77-78","Silgre"],["79-80","Sutha"],["81-82","Tagga"],["83-84","Tawar"],["85-86","Tomph"],["87-88","Ubada"],["89-90","Vanchu"],["91-92","Vola"],["93-94","Volen"],["95-96","Vorka"],["97-98","Yevelda"],["99-00","Zagga"]]},{"name":"Half-Orc Names – Male","type":"table","source":"XGE","page":179,"caption":"Half-Orc Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Argran"],["03-04","Braak"],["05-06","Brug"],["07-08","Cagak"],["09-10","Dench"],["11-12","Dorn"],["13-14","Dren"],["15-16","Druuk"],["17-18","Feng"],["19-20","Gell"],["21-22","Gnarsh"],["23-24","Grumbar"],["25-26","Gubrash"],["27-28","Hagren"],["29-30","Henk"],["31-32","Hogar"],["33-34","Holg"],["35-36","Imsh"],["37-38","Karash"],["39-40","Karg"],["41-42","Keth"],["43-44","Korag"],["45-46","Krusk"],["47-48","Lubash"],["49-50","Megged"],["51-52","Mhurren"],["53-54","Mord"],["55-56","Morg"],["57-58","Nil"],["59-60","Nybarg"],["61-62","Odorr"],["63-64","Ohr"],["65-66","Rendar"],["67-68","Resh"],["69-70","Ront"],["71-72","Rrath"],["73-74","Sark"],["75-76","Scrag"],["77-78","Sheggen"],["79-80","Shump"],["81-82","Tanglar"],["83-84","Tarak"],["85-86","Thar"],["87-88","Thokk"],["89-90","Trag"],["91-92","Ugarth"],["93-94","Varg"],["95-96","Vilberg"],["97-98","Yurk"],["99-00","Zed"]]},{"name":"Tiefling Names – Female","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Akta"],["03-04","Anakis"],["05-06","Armara"],["07-08","Astaro"],["09-10","Aym"],["11-12","Azza"],["13-14","Beleth"],["15-16","Bryseis"],["17-18","Bune"],["19-20","Criella"],["21-22","Damaia"],["23-24","Decarabia"],["25-26","Ea"],["27-28","Gadreel"],["29-30","Gomory"],["31-32","Hecat"],["33-34","Ishte"],["35-36","Jezebeth"],["37-38","Kali"],["39-40","Kallista"],["41-42","Kasdeya"],["43-44","Lerissa"],["45-46","Lilith"],["47-48","Makaria"],["49-50","Manea"],["51-52","Markosian"],["53-54","Mastema"],["55-56","Naamah"],["57-58","Nemeia"],["59-60","Nija"],["61-62","Orianna"],["63-64","Osah"],["65-66","Phelaia"],["67-68","Prosperine"],["69-70","Purah"],["71-72","Pyra"],["73-74","Rieta"],["75-76","Ronobe"],["77-78","Ronwe"],["79-80","Seddit"],["81-82","Seere"],["83-84","Sekhmet"],["85-86","Semyaza"],["87-88","Shava"],["89-90","Shax"],["91-92","Sorath"],["93-94","Uzza"],["95-96","Vapula"],["97-98","Vepar"],["99-00","Verin"]]},{"name":"Tiefling Names – Male","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abad"],["03-04","Ahrim"],["05-06","Akmen"],["07-08","Amnon"],["09-10","Andram"],["11-12","Astar"],["13-14","Balam"],["15-16","Barakas"],["17-18","Bathin"],["19-20","Caim"],["21-22","Chem"],["23-24","Cimer"],["25-26","Cressel"],["27-28","Damakos"],["29-30","Ekemon"],["31-32","Euron"],["33-34","Fenriz"],["35-36","Forcas"],["37-38","Habor"],["39-40","Iados"],["41-42","Kairon"],["43-44","Leucis"],["45-46","Mamnen"],["47-48","Mantus"],["49-50","Marbas"],["51-52","Melech"],["53-54","Merihim"],["55-56","Modean"],["57-58","Mordai"],["59-60","Mormo"],["61-62","Morthos"],["63-64","Nicor"],["65-66","Nirgel"],["67-68","Oriax"],["69-70","Paymon"],["71-72","Pelaios"],["73-74","Purson"],["75-76","Qemuel"],["77-78","Raam"],["79-80","Rimmon"],["81-82","Sammal"],["83-84","Skamos"],["85-86","Tethren"],["87-88","Thamuz"],["89-90","Therai"],["91-92","Valafar"],["93-94","Vassago"],["95-96","Xappan"],["97-98","Zepar"],["99-00","Zephan"]]},{"name":"Tiefling Names – Virtue","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Virtue","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ambition"],["03-04","Art"],["05-06","Carrion"],["07-08","Chant"],["09-10","Creed"],["11-12","Death"],["13-14","Debauchery"],["15-16","Despair"],["17-18","Doom"],["19-20","Doubt"],["21-22","Dread"],["23-24","Ecstasy"],["25-26","Ennui"],["27-28","Entropy"],["29-30","Excellence"],["31-32","Fear"],["33-34","Glory"],["35-36","Gluttony"],["37-38","Grief"],["39-40","Hate"],["41-42","Hope"],["43-44","Horror"],["45-46","Ideal"],["47-48","Ignominy"],["49-50","Laughter"],["51-52","Love"],["53-54","Lust"],["55-56","Mayhem"],["57-58","Mockery"],["59-60","Murder"],["61-62","Muse"],["63-64","Music"],["65-66","Mystery"],["67-68","Nowhere"],["69-70","Open"],["71-72","Pain"],["73-74","Passion"],["75-76","Poetry"],["77-78","Quest"],["79-80","Random"],["81-82","Reverence"],["83-84","Revulsion"],["85-86","Sorrow"],["87-88","Temerity"],["89-90","Torment"],["91-92","Tragedy"],["93-94","Vice"],["95-96","Virtue"],["97-98","Weary"],["99-00","Wit"]]},{"name":"Human Names – Arabic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Arabic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aaliyah"],["03-04","Aida"],["05-06","Akilah"],["07-08","Alia"],["09-10","Amina"],["11-12","Atefeh"],["13-14","Chaima"],["15-16","Dalia"],["17-18","Ehsan"],["19-20","Elham"],["21-22","Farah"],["23-24","Fatemah"],["25-26","Gamila"],["27-28","Iesha"],["29-30","Inbar"],["31-32","Kamaria"],["33-34","Khadija"],["35-36","Layla"],["37-38","Lupe"],["39-40","Nabila"],["41-42","Nadine"],["43-44","Naima"],["45-46","Najila"],["47-48","Najwa"],["49-50","Nakia"],["51-52","Nashwa"],["53-54","Nawra"],["55-56","Nuha"],["57-58","Nura"],["59-60","Oma"],["61-62","Qadira"],["63-64","Qamar"],["65-66","Qistina"],["67-68","Rahima"],["69-70","Rihanna"],["71-72","Saadia"],["73-74","Sabah"],["75-76","Sada"],["77-78","Saffron"],["79-80","Sahar"],["81-82","Salma"],["83-84","Shatha"],["85-86","Tahira"],["87-88","Takisha"],["89-90","Thana"],["91-92","Yadira"],["93-94","Zahra"],["95-96","Zaida"],["97-98","Zaina"],["99-00","Zeinab"]]},{"name":"Human Names – Arabic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Arabic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abbad"],["03-04","Abdul"],["05-06","Achmed"],["07-08","Akeem"],["09-10","Alif"],["11-12","Amir"],["13-14","Asim"],["15-16","Bashir"],["17-18","Bassam"],["19-20","Fahim"],["21-22","Farid"],["23-24","Farouk"],["25-26","Fayez"],["27-28","Fayyaad"],["29-30","Fazil"],["31-32","Hakim"],["33-34","Halil"],["35-36","Hamid"],["37-38","Hazim"],["39-40","Heydar"],["41-42","Hussein"],["43-44","Jabari"],["45-46","Jafar"],["47-48","Jahid"],["49-50","Jamal"],["51-52","Kalim"],["53-54","Karim"],["55-56","Kazim"],["57-58","Khadim"],["59-60","Khalid"],["61-62","Mahmud"],["63-64","Mansour"],["65-66","Musharraf"],["67-68","Mustafa"],["69-70","Nadir"],["71-72","Nazim"],["73-74","Omar"],["75-76","Qadir"],["77-78","Qusay"],["79-80","Rafiq"],["81-82","Rakim"],["83-84","Rashad"],["85-86","Rauf"],["87-88","Saladin"],["89-90","Sami"],["91-92","Samir"],["93-94","Talib"],["95-96","Tamir"],["97-98","Tariq"],["99-00","Yazid"]]},{"name":"Human Names – Celtic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Celtic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aife"],["03-04","Aina"],["05-06","Alane"],["07-08","Ardena"],["09-10","Arienh"],["11-12","Beatha"],["13-14","Birgit"],["15-16","Briann"],["17-18","Caomh"],["19-20","Cara"],["21-22","Cinnia"],["23-24","Cordelia"],["25-26","Deheune"],["27-28","Divone"],["29-30","Donia"],["31-32","Doreena"],["33-34","Elsha"],["35-36","Enid"],["37-38","Ethne"],["39-40","Evelina"],["41-42","Fianna"],["43-44","Genevieve"],["45-46","Gilda"],["47-48","Gitta"],["49-50","Grania"],["51-52","Gwyndolin"],["53-54","Idelisa"],["55-56","Isolde"],["57-58","Keelin"],["59-60","Kennocha"],["61-62","Lavena"],["63-64","Lesley"],["65-66","Linnette"],["67-68","Lyonesse"],["69-70","Mabina"],["71-72","Marvina"],["73-74","Mavis"],["75-76","Mirna"],["77-78","Morgan"],["79-80","Muriel"],["81-82","Nareena"],["83-84","Oriana"],["85-86","Regan"],["87-88","Ronat"],["89-90","Rowena"],["91-92","Selma"],["93-94","Ula"],["95-96","Venetia"],["97-98","Wynne"],["99-00","Yseult"]]},{"name":"Human Names – Celtic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Celtic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Airell"],["03-04","Airic"],["05-06","Alan"],["07-08","Anghus"],["09-10","Aodh"],["11-12","Bardon"],["13-14","Bearacb"],["15-16","Bevyn"],["17-18","Boden"],["19-20","Bran"],["21-22","Brasil"],["23-24","Bredon"],["25-26","Brian"],["27-28","Bricriu"],["29-30","Bryant"],["31-32","Cadman"],["33-34","Caradoc"],["35-36","Cedric"],["37-38","Conalt"],["39-40","Conchobar"],["41-42","Condon"],["43-44","Darcy"],["45-46","Devin"],["47-48","Dillion"],["49-50","Donaghy"],["51-52","Donall"],["53-54","Duer"],["55-56","Eghan"],["57-58","Ewyn"],["59-60","Ferghus"],["61-62","Galvyn"],["63-64","Gildas"],["65-66","Guy"],["67-68","Harvey"],["69-70","Iden"],["71-72","Irven"],["73-74","Karney"],["75-76","Kayne"],["77-78","Kelvyn"],["79-80","Kunsgnos"],["81-82","Leigh"],["83-84","Maccus"],["85-86","Moryn"],["87-88","Neale"],["89-90","Owyn"],["91-92","Pryderi"],["93-94","Reaghan"],["95-96","Taliesin"],["97-98","Tiernay"],["99-00","Turi"]]},{"name":"Human Names – Chinese, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Chinese, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ai"],["03-04","Anming"],["05-06","Baozhai"],["07-08","Bei"],["09-10","Caixia"],["11-12","Changchang"],["13-14","Chen"],["15-16","Chou"],["17-18","Chunhua"],["19-20","Daianna"],["21-22","Daiyu"],["23-24","Die"],["25-26","Ehuang"],["27-28","Fenfang"],["29-30","Ge"],["31-32","Hong"],["33-34","Huan"],["35-36","Huifang"],["37-38","Jia"],["39-40","Jiao"],["41-42","Jiaying"],["43-44","Jingfei"],["45-46","Jinjing"],["47-48","Lan"],["49-50","Li"],["51-52","Lihua"],["53-54","Lin"],["55-56","Ling"],["57-58","Liu"],["59-60","Meili"],["61-62","Ning"],["63-64","Qi"],["65-66","Qiao"],["67-68","Rong"],["69-70","Shu"],["71-72","Shuang"],["73-74","Song"],["75-76","Ting"],["77-78","Wen"],["79-80","Xia"],["81-82","Xiaodan"],["83-84","Xiaoli"],["85-86","Xingjuan"],["87-88","Xue"],["89-90","Ya"],["91-92","Yan"],["93-94","Ying"],["95-96","Yuan"],["97-98","Yue"],["99-00","Yun"]]},{"name":"Human Names – Chinese, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Chinese, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Bingwen"],["03-04","Bo"],["05-06","Bolin"],["07-08","Chang"],["09-10","Chao"],["11-12","Chen"],["13-14","Cheng"],["15-16","Da"],["17-18","Dingxiang"],["19-20","Fang"],["21-22","Feng"],["23-24","Fu"],["25-26","Gang"],["27-28","Guang"],["29-30","Hai"],["31-32","Heng"],["33-34","Hong"],["35-36","Huan"],["37-38","Huang"],["39-40","Huiliang"],["41-42","Huizhong"],["43-44","Jian"],["45-46","Jiayi"],["47-48","Junjie"],["49-50","Kang"],["51-52","Lei"],["53-54","Liang"],["55-56","Ling"],["57-58","Liwei"],["59-60","Meilin"],["61-62","Niu"],["63-64","Peizhi"],["65-66","Peng"],["67-68","Ping"],["69-70","Qiang"],["71-72","Qiu"],["73-74","Quan"],["75-76","Renshu"],["77-78","Rong"],["79-80","Ru"],["81-82","Shan"],["83-84","Shen"],["85-86","Tengfei"],["87-88","Wei"],["89-90","Xiaobo"],["91-92","Xiaoli"],["93-94","Xin"],["95-96","Yang"],["97-98","Ying"],["99-00","Zhong"]]},{"name":"Human Names – Egyptian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Egyptian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","A'at"],["03-04","Ahset"],["05-06","Amunet"],["07-08","Aneksi"],["09-10","Atet"],["11-12","Baketamon"],["13-14","Betrest"],["15-16","Bunefer"],["17-18","Dedyet"],["19-20","Hatshepsut"],["21-22","Hentie"],["23-24","Herit"],["25-26","Hetepheres"],["27-28","Intakaes"],["29-30","Ipwet"],["31-32","Itet"],["33-34","Joba"],["35-36","Kasmut"],["37-38","Kemanub"],["39-40","Khemut"],["41-42","Kiya"],["43-44","Maia"],["45-46","Menhet"],["47-48","Merit"],["49-50","Meritamen"],["51-52","Merneith"],["53-54","Merseger"],["55-56","Muyet"],["57-58","Nebet"],["59-60","Nebetah"],["61-62","Nedjemmut"],["63-64","Nefertiti"],["65-66","Neferu"],["67-68","Neithotep"],["69-70","Nit"],["71-72","Nofret"],["73-74","Nubemiunu"],["75-76","Peseshet"],["77-78","Pypuy"],["79-80","Qalhata"],["81-82","Rai"],["83-84","Redji"],["85-86","Sadeh"],["87-88","Sadek"],["89-90","Sitamun"],["91-92","Sitre"],["93-94","Takhat"],["95-96","Tarset"],["97-98","Taweret"],["99-00","Werenro"]]},{"name":"Human Names – Egyptian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Egyptian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ahmose"],["03-04","Akhom"],["05-06","Amasis"],["07-08","Amenemhet"],["09-10","Anen"],["11-12","Banefre"],["13-14","Bek"],["15-16","Djedefre"],["17-18","Djoser"],["19-20","Hekaib"],["21-22","Henenu"],["23-24","Horemheb"],["25-26","Horwedja"],["27-28","Huya"],["29-30","Ibebi"],["31-32","Idu"],["33-34","Imhotep"],["35-36","Ineni"],["37-38","Ipuki"],["39-40","Irsu"],["41-42","Kagemni"],["43-44","Kawab"],["45-46","Kenamon"],["47-48","Kewap"],["49-50","Khaemwaset"],["51-52","Khafra"],["53-54","Khusebek"],["55-56","Masaharta"],["57-58","Meketre"],["59-60","Menkhaf"],["61-62","Merenre"],["63-64","Metjen"],["65-66","Nebamun"],["67-68","Nebetka"],["69-70","Nehi"],["71-72","Nekure"],["73-74","Nessumontu"],["75-76","Pakhom"],["77-78","Pawah"],["79-80","Pawero"],["81-82","Ramose"],["83-84","Rudjek"],["85-86","Sabaf"],["87-88","Sebek-khu"],["89-90","Sebni"],["91-92","Senusret"],["93-94","Shabaka"],["95-96","Somintu"],["97-98","Thaneni"],["99-00","Thethi"]]},{"name":"Human Names – English, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – English, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adelaide"],["03-04","Agatha"],["05-06","Agnes"],["07-08","Alice"],["09-10","Aline"],["11-12","Anne"],["13-14","Avelina"],["15-16","Avice"],["17-18","Beatrice"],["19-20","Cecily"],["21-22","Egelina"],["23-24","Eleanor"],["25-26","Elizabeth"],["27-28","Ella"],["29-30","Eloise"],["31-32","Elysande"],["33-34","Emeny"],["35-36","Emma"],["37-38","Emmeline"],["39-40","Ermina"],["41-42","Eva"],["43-44","Galiena"],["45-46","Geva"],["47-48","Giselle"],["49-50","Griselda"],["51-52","Hadwisa"],["53-54","Helen"],["55-56","Herleva"],["57-58","Hugolina"],["59-60","Ida"],["61-62","Isabella"],["63-64","Jacoba"],["65-66","Jane"],["67-68","Joan"],["69-70","Juliana"],["71-72","Katherine"],["73-74","Margery"],["75-76","Mary"],["77-78","Matilda"],["79-80","Maynild"],["81-82","Millicent"],["83-84","Oriel"],["85-86","Rohesia"],["87-88","Rosalind"],["89-90","Rosamund"],["91-92","Sarah"],["93-94","Susannah"],["95-96","Sybil"],["97-98","Williamina"],["99-00","Yvonne"]]},{"name":"Human Names – English, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – English, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adam"],["03-04","Adelard"],["05-06","Aldous"],["07-08","Anselm"],["09-10","Arnold"],["11-12","Bernard"],["13-14","Bertram"],["15-16","Charles"],["17-18","Clerebold"],["19-20","Conrad"],["21-22","Diggory"],["23-24","Drogo"],["25-26","Everard"],["27-28","Frederick"],["29-30","Geoffrey"],["31-32","Gerald"],["33-34","Gilbert"],["35-36","Godfrey"],["37-38","Gunter"],["39-40","Guy"],["41-42","Henry"],["43-44","Heward"],["45-46","Hubert"],["47-48","Hugh"],["49-50","Jocelyn"],["51-52","John"],["53-54","Lance"],["55-56","Manfred"],["57-58","Miles"],["59-60","Nicholas"],["61-62","Norman"],["63-64","Odo"],["65-66","Percival"],["67-68","Peter"],["69-70","Ralf"],["71-72","Randal"],["73-74","Raymond"],["75-76","Reynard"],["77-78","Richard"],["79-80","Robert"],["81-82","Roger"],["83-84","Roland"],["85-86","Rolf"],["87-88","Simon"],["89-90","Theobald"],["91-92","Theodoric"],["93-94","Thomas"],["95-96","Timm"],["97-98","William"],["99-00","Wymar"]]},{"name":"Human Names – French, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – French, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aalis"],["03-04","Agatha"],["05-06","Agnez"],["07-08","Alberea"],["09-10","Alips"],["11-12","Amée"],["13-14","Amelot"],["15-16","Anne"],["17-18","Avelina"],["19-20","Blancha"],["21-22","Cateline"],["23-24","Cecilia"],["25-26","Claricia"],["27-28","Collette"],["29-30","Denisete"],["31-32","Dorian"],["33-34","Edelina"],["35-36","Emelina"],["37-38","Emmelot"],["39-40","Ermentrudis"],["41-42","Gibelina"],["43-44","Gila"],["45-46","Gillette"],["47-48","Guiburgis"],["49-50","Guillemette"],["51-52","Guoite"],["53-54","Hecelina"],["55-56","Heloysis"],["57-58","Helyoudis"],["59-60","Hodeardis"],["61-62","Isabellis"],["63-64","Jaquette"],["65-66","Jehan"],["67-68","Johanna"],["69-70","Juliote"],["71-72","Katerine"],["73-74","Luciana"],["75-76","Margot"],["77-78","Marguerite"],["79-80","Maria"],["81-82","Marie"],["83-84","Melisende"],["85-86","Odelina"],["87-88","Perrette"],["89-90","Petronilla"],["91-92","Sedilia"],["93-94","Stephana"],["95-96","Sybilla"],["97-98","Ysabeau"],["99-00","Ysabel"]]},{"name":"Human Names – French, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – French, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ambroys"],["03-04","Ame"],["05-06","Andri"],["07-08","Andriet"],["09-10","Anthoine"],["11-12","Bernard"],["13-14","Charles"],["15-16","Charlot"],["17-18","Colin"],["19-20","Denis"],["21-22","Durant"],["23-24","Edouart"],["25-26","Eremon"],["27-28","Ernault"],["29-30","Ethor"],["31-32","Felix"],["33-34","Floquart"],["35-36","Galleren"],["37-38","Gaultier"],["39-40","Gilles"],["41-42","Guy"],["43-44","Henry"],["45-46","Hugo"],["47-48","Imbert"],["49-50","Jacques"],["51-52","Jacquot"],["53-54","Jean"],["55-56","Jehannin"],["57-58","Louis"],["59-60","Louys"],["61-62","Loys"],["63-64","Martin"],["65-66","Michel"],["67-68","Mille"],["69-70","Morelet"],["71-72","Nicolas"],["73-74","Nicolle"],["75-76","Oudart"],["77-78","Perrin"],["79-80","Phillippe"],["81-82","Pierre"],["83-84","Regnault"],["85-86","Richart"],["87-88","Robert"],["89-90","Robinet"],["91-92","Sauvage"],["93-94","Simon"],["95-96","Talbot"],["97-98","Tanguy"],["99-00","Vincent"]]},{"name":"Human Names – German, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – German, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adelhayt"],["03-04","Affra"],["05-06","Agatha"],["07-08","Allet"],["09-10","Angnes"],["11-12","Anna"],["13-14","Apell"],["15-16","Applonia"],["17-18","Barbara"],["19-20","Brida"],["21-22","Brigita"],["23-24","Cecilia"],["25-26","Clara"],["27-28","Cristina"],["29-30","Dorothea"],["31-32","Duretta"],["33-34","Ella"],["35-36","Els"],["37-38","Elsbeth"],["39-40","Engel"],["41-42","Enlein"],["43-44","Enndlin"],["45-46","Eva"],["47-48","Fela"],["49-50","Fronicka"],["51-52","Genefe"],["53-54","Geras"],["55-56","Gerhauss"],["57-58","Gertrudt"],["59-60","Guttel"],["61-62","Helena"],["63-64","Irmel"],["65-66","Jonata"],["67-68","Katerina"],["69-70","Kuen"],["71-72","Kungund"],["73-74","Lucia"],["75-76","Madalena"],["77-78","Magdalen"],["79-80","Margret"],["81-82","Marlein"],["83-84","Martha"],["85-86","Otilia"],["87-88","Ottilg"],["89-90","Peternella"],["91-92","Reusin"],["93-94","Sibilla"],["95-96","Ursel"],["97-98","Vrsula"],["99-00","Walpurg"]]},{"name":"Human Names – German, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – German, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Albrecht"],["03-04","Allexander"],["05-06","Baltasar"],["07-08","Benedick"],["09-10","Berhart"],["11-12","Caspar"],["13-14","Clas"],["15-16","Cristin"],["17-18","Cristoff"],["19-20","Dieterich"],["21-22","Engelhart"],["23-24","Erhart"],["25-26","Felix"],["27-28","Frantz"],["29-30","Fritz"],["31-32","Gerhart"],["33-34","Gotleib"],["35-36","Hans"],["37-38","Hartmann"],["39-40","Heintz"],["41-42","Herman"],["43-44","Jacob"],["45-46","Jeremias"],["47-48","Jorg"],["49-50","Karll"],["51-52","Kilian"],["53-54","Linhart"],["55-56","Lorentz"],["57-58","Ludwig"],["59-60","Marx"],["61-62","Melchor"],["63-64","Mertin"],["65-66","Michel"],["67-68","Moritz"],["69-70","Osswald"],["71-72","Ott"],["73-74","Peter"],["75-76","Rudolff"],["77-78","Ruprecht"],["79-80","Sewastian"],["81-82","Sigmund"],["83-84","Steffan"],["85-86","Symon"],["87-88","Thoman"],["89-90","Ulrich"],["91-92","Vallentin"],["93-94","Wendel"],["95-96","Wilhelm"],["97-98","Wolff"],["99-00","Wolfgang"]]},{"name":"Human Names – Indian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Indian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abha"],["03-04","Aishwarya"],["05-06","Amala"],["07-08","Ananda"],["09-10","Ankita"],["11-12","Archana"],["13-14","Avani"],["15-16","Chandana"],["17-18","Chandrakanta"],["19-20","Chetan"],["21-22","Darshana"],["23-24","Devi"],["25-26","Dipti"],["27-28","Esha"],["29-30","Gauro"],["31-32","Gita"],["33-34","Indira"],["35-36","Indu"],["37-38","Jaya"],["39-40","Kala"],["41-42","Kalpana"],["43-44","Kamala"],["45-46","Kanta"],["47-48","Kashi"],["49-50","Kishori"],["51-52","Lalita"],["53-54","Lina"],["55-56","Madhur"],["57-58","Manju"],["59-60","Meera"],["61-62","Mohana"],["63-64","Mukta"],["65-66","Nisha"],["67-68","Nitya"],["69-70","Padma"],["71-72","Pratima"],["73-74","Priya"],["75-76","Rani"],["77-78","Sarala"],["79-80","Shakti"],["81-82","Shanta"],["83-84","Shobha"],["85-86","Sima"],["87-88","Sonal"],["89-90","Sumana"],["91-92","Sunita"],["93-94","Tara"],["95-96","Valli"],["97-98","Vijaya"],["99-00","Vimala"]]},{"name":"Human Names – Indian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Indian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abhay"],["03-04","Ahsan"],["05-06","Ajay"],["07-08","Ajit"],["09-10","Akhil"],["11-12","Amar"],["13-14","Amit"],["15-16","Ananta"],["17-18","Aseem"],["19-20","Ashok"],["21-22","Bahadur"],["23-24","Basu"],["25-26","Chand"],["27-28","Chandra"],["29-30","Damodar"],["31-32","Darhsan"],["33-34","Devdan"],["35-36","Dinesh"],["37-38","Dipak"],["39-40","Gopal"],["41-42","Govind"],["43-44","Harendra"],["45-46","Harsha"],["47-48","Ila"],["49-50","Isha"],["51-52","Johar"],["53-54","Kalyan"],["55-56","Kiran"],["57-58","Kumar"],["59-60","Lakshmana"],["61-62","Mahavir"],["63-64","Narayan"],["65-66","Naveen"],["67-68","Nirav"],["69-70","Prabhakar"],["71-72","Prasanna"],["73-74","Raghu"],["75-76","Rajanikant"],["77-78","Rakesh"],["79-80","Ranjeet"],["81-82","Rishi"],["83-84","Sanjay"],["85-86","Sekar"],["87-88","Shandar"],["89-90","Sumantra"],["91-92","Vijay"],["93-94","Vikram"],["95-96","Vimal"],["97-98","Vishal"],["99-00","Yash"]]},{"name":"Human Names – Mesoamerican, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Mesoamerican, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ahuiliztli"],["03-04","Atl"],["05-06","Centehua"],["07-08","Chalchiuitl"],["09-10","Chipahua"],["11-12","Cihuaton"],["13-14","Citlali"],["15-16","Citlalmina"],["17-18","Coszcatl"],["19-20","Cozamalotl"],["21-22","Cuicatl"],["23-24","Eleuia"],["25-26","Eloxochitl"],["27-28","Eztli"],["29-30","Ichtaca"],["31-32","Icnoyotl"],["33-34","Ihuicatl"],["35-36","Ilhuitl"],["37-38","Itotia"],["39-40","Iuitl"],["41-42","Ixcatzin"],["43-44","Izel"],["45-46","Malinalxochitl"],["47-48","Mecatl"],["49-50","Meztli"],["51-52","Miyaoaxochitl"],["53-54","Mizquixaual"],["55-56","Moyolehuani"],["57-58","Nahuatl"],["59-60","Necahual"],["61-62","Nenetl"],["63-64","Nochtli"],["65-66","Noxochicoztli"],["67-68","Ohtli"],["69-70","Papan"],["71-72","Patli"],["73-74","Quetzalxochitl"],["75-76","Sacnite"],["77-78","Teicui"],["79-80","Tepin"],["81-82","Teuicui"],["83-84","Teyacapan"],["85-86","Tlaco"],["87-88","Tlacoehua"],["89-90","Tlacotl"],["91-92","Tlalli"],["93-94","Tlanextli"],["95-96","Xihuitl"],["97-98","Xiuhcoatl"],["99-00","Xiuhtonal"]]},{"name":"Human Names – Mesoamerican, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Mesoamerican, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Achcauhtli"],["03-04","Amoxtli"],["05-06","Chicahua"],["07-08","Chimalli"],["09-10","Cipactli"],["11-12","Coaxoch"],["13-14","Coyotl"],["15-16","Cualli"],["17-18","Cuauhtémoc"],["19-20","Cuetlachtilo"],["21-22","Cuetzpalli"],["23-24","Cuixtli"],["25-26","Ehecatl"],["27-28","Etalpalli"],["29-30","Huemac"],["31-32","Huitzilihuitl"],["33-34","Iccauhtli"],["35-36","Ilhicamina"],["37-38","Itztli"],["39-40","Ixtli"],["41-42","Mahuizoh"],["43-44","Manauia"],["45-46","Matlal"],["47-48","Matlalihuitl"],["49-50","Mazatl"],["51-52","Mictlantecuhtli"],["53-54","Milintica"],["55-56","Momoztli"],["57-58","Namacuix"],["59-60","Necalli"],["61-62","Necuametl"],["63-64","Nezahualcoyotl"],["65-66","Nexahualpilli"],["67-68","Nochehuatl"],["69-70","Nopaltzin"],["71-72","Ollin"],["73-74","Quauhtli"],["75-76","Tenoch"],["77-78","Teoxihuitl"],["79-80","Tepiltzin"],["81-82","Tezcacoatl"],["83-84","Tlacaelel"],["85-86","Tlacelel"],["87-88","Tlaloc"],["89-90","Tlanextic"],["91-92","Tlazohtlaloni"],["93-94","Tlazopillo"],["95-96","Uetzcayotl"],["97-98","Xipilli"],["99-00","Yaotl"]]},{"name":"Human Names – Japanese, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Japanese, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aika"],["03-04","Akemi"],["05-06","Akiko"],["07-08","Amaya"],["09-10","Asami"],["11-12","Ayumi"],["13-14","Bunko"],["15-16","Chieko"],["17-18","Chika"],["19-20","Chiyo"],["21-22","Cho"],["23-24","Eiko"],["25-26","Emiko"],["27-28","Eri"],["29-30","Etsuko"],["31-32","Gina"],["33-34","Hana"],["35-36","Haruki"],["37-38","Hideko"],["39-40","Hikari"],["41-42","Hiroko"],["43-44","Hisoka"],["45-46","Hishi"],["47-48","Hotaru"],["49-50","Izumi"],["51-52","Kameyo"],["53-54","Kasumi"],["55-56","Kimiko"],["57-58","Kotone"],["59-60","Kyoko"],["61-62","Maiko"],["63-64","Masako"],["65-66","Mi"],["67-68","Minori"],["69-70","Mizuki"],["71-72","Naoki"],["73-74","Natsuko"],["75-76","Noriko"],["77-78","Rei"],["79-80","Ren"],["81-82","Saki"],["83-84","Shigeko"],["85-86","Shinju"],["87-88","Sumiko"],["89-90","Toshiko"],["91-92","Tsukiko"],["93-94","Ume"],["95-96","Usagi"],["97-98","Yasuko"],["99-00","Yuriko"]]},{"name":"Human Names – Japanese, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Japanese, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Akio"],["03-04","Atsushi"],["05-06","Daichi"],["07-08","Daiki"],["09-10","Daisuke"],["11-12","Eiji"],["13-14","Fumio"],["15-16","Hajime"],["17-18","Haru"],["19-20","Hideaki"],["21-22","Hideo"],["23-24","Hikaru"],["25-26","Hiro"],["27-28","Hiroki"],["29-30","Hisao"],["31-32","Hitoshi"],["33-34","Isamu"],["35-36","Isao"],["37-38","Jun"],["39-40","Katashi"],["41-42","Katsu"],["43-44","Kei"],["45-46","Ken"],["47-48","Kenshin"],["49-50","Kenta"],["51-52","Kioshi"],["53-54","Makoto"],["55-56","Mamoru"],["57-58","Masato"],["59-60","Masumi"],["61-62","Noboru"],["63-64","Norio"],["65-66","Osamu"],["67-68","Ryota"],["69-70","Sadao"],["71-72","Satoshi"],["73-74","Shigeo"],["75-76","Shin"],["77-78","Sora"],["79-80","Tadao"],["81-82","Takehiko"],["83-84","Takeo"],["85-86","Takeshi"],["87-88","Takumi"],["89-90","Tamotsu"],["91-92","Tatsuo"],["93-94","Toru"],["95-96","Toshio"],["97-98","Yasuo"],["99-00","Yukio"]]},{"name":"Human Names – Niger-Congo, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Niger-Congo, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abebi"],["03-04","Abena"],["05-06","Abimbola"],["07-08","Akoko"],["09-10","Akachi"],["11-12","Alaba"],["13-14","Anuli"],["15-16","Ayo"],["17-18","Bolanle"],["19-20","Bosede"],["21-22","Chiamaka"],["23-24","Chidi"],["25-26","Chidimma"],["27-28","Chinyere"],["29-30","Chioma"],["31-32","Dada"],["33-34","Ebele"],["35-36","Efemena"],["37-38","Ejiro"],["39-40","Ekundayo"],["41-42","Enitan"],["43-44","Funanya"],["45-46","Ifunanya"],["47-48","Ige"],["49-50","Ime"],["51-52","Kunto"],["53-54","Lesedi"],["55-56","Lumusi"],["57-58","Mojisola"],["59-60","Monifa"],["61-62","Nakato"],["63-64","Ndidi"],["65-66","Ngozi"],["67-68","Nkiruka"],["69-70","Nneka"],["71-72","Ogechi"],["73-74","Olamide"],["75-76","Oluchi"],["77-78","Omolara"],["79-80","Onyeka"],["81-82","Simisola"],["83-84","Temitope"],["85-86","Thema"],["87-88","Titlayo"],["89-90","Udo"],["91-92","Uduak"],["93-94","Ufuoma"],["95-96","Yaa"],["97-98","Yejide"],["99-00","Yewande"]]},{"name":"Human Names – Niger-Congo, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Niger-Congo, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abebe"],["03-04","Abel"],["05-06","Abidemi"],["07-08","Abrafo"],["09-10","Adisa"],["11-12","Amadi"],["13-14","Amara"],["15-16","Anyim"],["17-18","Azubuike"],["19-20","Bapoto"],["21-22","Baraka"],["23-24","Bohlale"],["25-26","Bongani"],["27-28","Bujune"],["29-30","Buziba"],["31-32","Chakide"],["33-34","Chibuzo"],["35-36","Chika"],["37-38","Chimola"],["39-40","Chiratidzo"],["41-42","Dabulamanzi"],["43-44","Dumisa"],["45-46","Dwanh"],["47-48","Emeka"],["49-50","Folami"],["51-52","Gatura"],["53-54","Gebhuza"],["55-56","Gero"],["57-58","Isoba"],["59-60","Kagiso"],["61-62","Kamau"],["63-64","Katlego"],["65-66","Masego"],["67-68","Matata"],["69-70","Nthanda"],["71-72","Ogechi"],["73-74","Olwenyo"],["75-76","Osumare"],["77-78","Paki"],["79-80","Qinisela"],["81-82","Quanda"],["83-84","Samanya"],["85-86","Shanika"],["87-88","Sibonakaliso"],["89-90","Tapiwa"],["91-92","Thabo"],["93-94","Themba"],["95-96","Uzoma"],["97-98","Zuberi"],["99-00","Zuri"]]},{"name":"Human Names – Norse, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Norse, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Alfhild"],["03-04","Arnbjorg"],["05-06","Ase"],["07-08","Aslog"],["09-10","Astrid"],["11-12","Auda"],["13-14","Audhid"],["15-16","Bergljot"],["17-18","Birghild"],["19-20","Bodil"],["21-22","Brenna"],["23-24","Brynhild"],["25-26","Dagmar"],["27-28","Eerika"],["29-30","Eira"],["31-32","Gudrun"],["33-34","Gunborg"],["35-36","Gunhild"],["37-38","Gunvor"],["39-40","Helga"],["41-42","Hertha"],["43-44","Hilde"],["45-46","Hillevi"],["47-48","Ingrid"],["49-50","Iona"],["51-52","Jorunn"],["53-54","Kari"],["55-56","Kenna"],["57-58","Magnhild"],["59-60","Nanna"],["61-62","Olga"],["63-64","Ragna"],["65-66","Ragnhild"],["67-68","Ranveig"],["69-70","Runa"],["71-72","Saga"],["73-74","Sigfrid"],["75-76","Signe"],["77-78","Sigrid"],["79-80","Sigrunn"],["81-82","Solveg"],["83-84","Svanhild"],["85-86","Thora"],["87-88","Torborg"],["89-90","Torunn"],["91-92","Tove"],["93-94","Unn"],["95-96","Vigdis"],["97-98","Ylva"],["99-00","Yngvild"]]},{"name":"Human Names – Norse, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Norse, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Agni"],["03-04","Alaric"],["05-06","Anvindr"],["07-08","Arvid"],["09-10","Asger"],["11-12","Asmund"],["13-14","Bjarte"],["15-16","Bjorg"],["17-18","Bjorn"],["19-20","Brandr"],["21-22","Brandt"],["23-24","Brynjar"],["25-26","Calder"],["27-28","Colborn"],["29-30","Cuyler"],["31-32","Egil"],["33-34","Einar"],["35-36","Eric"],["37-38","Erland"],["39-40","Fiske"],["41-42","Folkvar"],["43-44","Fritjof"],["45-46","Frode"],["47-48","Geir"],["49-50","Halvar"],["51-52","Hemming"],["53-54","Hjalmar"],["55-56","Hjortr"],["57-58","Ingimarr"],["59-60","Ivar"],["61-62","Knud"],["63-64","Leif"],["65-66","Liufr"],["67-68","Manning"],["69-70","Oddr"],["71-72","Olin"],["73-74","Ormr"],["75-76","Ove"],["77-78","Rannulfr"],["79-80","Sigurd"],["81-82","Skari"],["83-84","Snorri"],["85-86","Sten"],["87-88","Stigandr"],["89-90","Stigr"],["91-92","Sven"],["93-94","Trygve"],["95-96","Ulf"],["97-98","Vali"],["99-00","Vidar"]]},{"name":"Human Names – Polynesian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Polynesian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Ahulani"],["03-04","Airini"],["05-06","Alani"],["07-08","Aluala"],["09-10","Anahera"],["11-12","Anuhea"],["13-14","Aolani"],["15-16","Elenoa"],["17-18","Emele"],["19-20","Fetia"],["21-22","Fiva"],["23-24","Halona"],["25-26","Hi'ilei"],["27-28","Hina"],["29-30","Hinatea"],["31-32","Huali"],["33-34","Inia"],["35-36","Inina"],["37-38","Iolani"],["39-40","Isa"],["41-42","Ka'ana'ana"],["43-44","Ka'ena"],["45-46","Kaamia"],["47-48","Kahula"],["49-50","Kailani"],["51-52","Kamaile"],["53-54","Kamakani"],["55-56","Kamea"],["57-58","Latai"],["59-60","Liona"],["61-62","Lokelani"],["63-64","Marva"],["65-66","Mehana"],["67-68","Millawa"],["69-70","Moana"],["71-72","Ngana"],["73-74","Nohea"],["75-76","Pelika"],["77-78","Sanoe"],["79-80","Satina"],["81-82","Tahia"],["83-84","Tasi"],["85-86","Tiaho"],["87-88","Tihani"],["89-90","Toroa"],["91-92","Ulanni"],["93-94","Uluwehi"],["95-96","Vaina"],["97-98","Waiola"],["99-00","Waitara"]]},{"name":"Human Names – Polynesian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Polynesian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Afa"],["03-04","Ahohako"],["05-06","Aisake"],["07-08","Aleki"],["09-10","Anewa"],["11-12","Anitelu"],["13-14","Aputi"],["15-16","Ariki"],["17-18","Butat"],["19-20","Enele"],["21-22","Fef"],["23-24","Fuifui"],["25-26","Ha'aheo"],["27-28","Hanohano"],["29-30","Haunui"],["31-32","Hekili"],["33-34","Hiapo"],["35-36","Hikawera"],["37-38","Hanano"],["39-40","Ho'onani"],["41-42","Hoku"],["43-44","Hû'eu"],["45-46","Ina"],["47-48","Itu"],["49-50","Ka'aukai"],["51-52","Ka'eo"],["53-54","Kaelani"],["55-56","Kahale"],["57-58","Kaiea"],["59-60","Kaikoa"],["61-62","Kana'I"],["63-64","Koamalu"],["65-66","Ka"],["67-68","Laki"],["69-70","Makai"],["71-72","Manu"],["73-74","Manuka"],["75-76","Nui"],["77-78","Pono"],["79-80","Popoki"],["81-82","Ruru"],["83-84","Tahu"],["85-86","Taurau"],["87-88","Tuala"],["89-90","Turoa"],["91-92","Tusitala"],["93-94","Uaine"],["95-96","Waata"],["97-98","Waipuna"],["99-00","Zamar"]]},{"name":"Human Names – Roman, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Roman, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aelia"],["03-04","Aemilia"],["05-06","Agrippina"],["07-08","Alba"],["09-10","Antonia"],["11-12","Aquila"],["13-14","Augusta"],["15-16","Aurelia"],["17-18","Balbina"],["19-20","Blandina"],["21-22","Caelia"],["23-24","Camilla"],["25-26","Casia"],["27-28","Claudia"],["29-30","Cloelia"],["31-32","Domitia"],["33-34","Drusa"],["35-36","Fabia"],["37-38","Fabricia"],["39-40","Fausta"],["41-42","Flavia"],["43-44","Floriana"],["45-46","Fulvia"],["47-48","Germana"],["49-50","Glaucia"],["51-52","Gratiana"],["53-54","Hadriana"],["55-56","Hermina"],["57-58","Horatia"],["59-60","Hortensia"],["61-62","Iovita"],["63-64","Iulia"],["65-66","Laelia"],["67-68","Laurentia"],["69-70","Livia"],["71-72","Longina"],["73-74","Lucilla"],["75-76","Lucretia"],["77-78","Marcella"],["79-80","Marcia"],["81-82","Maxima"],["83-84","Nona"],["85-86","Octavia"],["87-88","Paulina"],["89-90","Petronia"],["91-92","Porcia"],["93-94","Tacita"],["95-96","Tullia"],["97-98","Verginia"],["99-00","Vita"]]},{"name":"Human Names – Roman, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Roman, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aelius"],["03-04","Aetius"],["05-06","Agrippa"],["07-08","Albanus"],["09-10","Albus"],["11-12","Antonius"],["13-14","Appius"],["15-16","Aquilinus"],["17-18","Atilus"],["19-20","Augustus"],["21-22","Aurelius"],["23-24","Avitus"],["25-26","Balbus"],["27-28","Blandus"],["29-30","Blasius"],["31-32","Brutus"],["33-34","Caelius"],["35-36","Caius"],["37-38","Casian"],["39-40","Cassius"],["41-42","Cato"],["43-44","Celsus"],["45-46","Claudius"],["47-48","Cloelius"],["49-50","Cnaeus"],["51-52","Crispus"],["53-54","Cyprianus"],["55-56","Diocletianus"],["57-58","Egnatius"],["59-60","Ennius"],["61-62","Fabricius"],["63-64","Faustus"],["65-66","Gaius"],["67-68","Germanus"],["69-70","Gnaeus"],["71-72","Horatius"],["73-74","Iovianus"],["75-76","Iulius"],["77-78","Lucilius"],["79-80","Manius"],["81-82","Marcus"],["83-84","Marius"],["85-86","Maximus"],["87-88","Octavius"],["89-90","Paulus"],["91-92","Quintilian"],["93-94","Regulus"],["95-96","Servius"],["97-98","Tacitus"],["99-00","Varius"]]},{"name":"Human Names – Slavic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Slavic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Agripina"],["03-04","Anastasiya"],["05-06","Bogdana"],["07-08","Boleslava"],["09-10","Bozhena"],["11-12","Danica"],["13-14","Darya"],["15-16","Desislava"],["17-18","Dragoslava"],["19-20","Dunja"],["21-22","Efrosinia"],["23-24","Ekaterina"],["25-26","Elena"],["27-28","Faina"],["29-30","Galina"],["31-32","Irina"],["33-34","Iskra"],["35-36","Jasna"],["37-38","Katarina"],["39-40","Katya"],["41-42","Kresimira"],["43-44","Lyudmila"],["45-46","Magda"],["47-48","Mariya"],["49-50","Militsa"],["51-52","Miloslava"],["53-54","Mira"],["55-56","Miroslava"],["57-58","Mokosh"],["59-60","Morana"],["61-62","Natasha"],["63-64","Nika"],["65-66","Olga"],["67-68","Rada"],["69-70","Radoslava"],["71-72","Raisa"],["73-74","Slavitsa"],["75-76","Sofiya"],["77-78","Stanislava"],["79-80","Svetlana"],["81-82","Tatyana"],["83-84","Tomislava"],["85-86","Veronika"],["87-88","Vesna"],["89-90","Vladimira"],["91-92","Yaroslava"],["93-94","Yelena"],["95-96","Zaria"],["97-98","Zarya"],["99-00","Zoria"]]},{"name":"Human Names – Slavic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Slavic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Aleksandru"],["03-04","Berislav"],["05-06","Blazh"],["07-08","Bogumir"],["09-10","Boguslav"],["11-12","Borislav"],["13-14","Bozhidar"],["15-16","Bratomil"],["17-18","Bratoslav"],["19-20","Bronislav"],["21-22","Chedomir"],["23-24","Chestibor"],["25-26","Chestirad"],["27-28","Chestislav"],["29-30","Desilav"],["31-32","Dmitrei"],["33-34","Dobromil"],["35-36","Dobroslav"],["37-38","Dragomir"],["39-40","Dragutin"],["41-42","Drazhan"],["43-44","Gostislav"],["45-46","Kazimir"],["47-48","Kyrilu"],["49-50","Lyubomir"],["51-52","Mechislav"],["53-54","Milivoj"],["55-56","Milosh"],["57-58","Mstislav"],["59-60","Nikola"],["61-62","Ninoslav"],["63-64","Premislav"],["65-66","Radomir"],["67-68","Radovan"],["69-70","Ratimir"],["71-72","Rostislav"],["73-74","Slavomir"],["75-76","Stanislav"],["77-78","Svetoslav"],["79-80","Tomislav"],["81-82","Vasili"],["83-84","Velimir"],["85-86","Vladimir"],["87-88","Vladislav"],["89-90","Vlastimir"],["91-92","Volodimeru"],["93-94","Vratislav"],["95-96","Yarognev"],["97-98","Yaromir"],["99-00","Zbignev"]]},{"name":"Human Names – Spanish, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Spanish, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Abella"],["03-04","Adalina"],["05-06","Adora"],["07-08","Adriana"],["09-10","Ana"],["11-12","Antonia"],["13-14","Basilia"],["15-16","Beatriz"],["17-18","Bonita"],["19-20","Camila"],["21-22","Cande"],["23-24","Carmen"],["25-26","Catlina"],["27-28","Dolores"],["29-30","Dominga"],["31-32","Dorotea"],["33-34","Elena"],["35-36","Elicia"],["37-38","Esmerelda"],["39-40","Felipina"],["41-42","Francisca"],["43-44","Gabriela"],["45-46","Imelda"],["47-48","Ines"],["49-50","Isabel"],["51-52","Juana"],["53-54","Leocadia"],["55-56","Leonor"],["57-58","Leta"],["59-60","Lucinda"],["61-62","Maresol"],["63-64","Maria"],["65-66","Maricela"],["67-68","Matilde"],["69-70","Melania"],["71-72","Monica"],["73-74","Neva"],["75-76","Nilda"],["77-78","Petrona"],["79-80","Rafaela"],["81-82","Ramira"],["83-84","Rosario"],["85-86","Sofia"],["87-88","Suelo"],["89-90","Teresa"],["91-92","Tomasa"],["93-94","Valentia"],["95-96","Veronica"],["97-98","Ynes"],["99-00","Ysabel"]]},{"name":"Human Names – Spanish, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Spanish, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Alexandre"],["03-04","Alfonso"],["05-06","Alonso"],["07-08","Anthon"],["09-10","Arcos"],["11-12","Arnaut"],["13-14","Arturo"],["15-16","Bartoleme"],["17-18","Benito"],["19-20","Bernat"],["21-22","Blasco"],["23-24","Carlos"],["25-26","Damian"],["27-28","Diego"],["29-30","Domingo"],["31-32","Enrique"],["33-34","Escobar"],["35-36","Ettor"],["37-38","Fernando"],["39-40","Franciso"],["41-42","Gabriel"],["43-44","Garcia"],["45-46","Gaspar"],["47-48","Gil"],["49-50","Gomes"],["51-52","Goncalo"],["53-54","Gostantin"],["55-56","Jayme"],["57-58","Joan"],["59-60","Jorge"],["61-62","Jose"],["63-64","Juan"],["65-66","Machin"],["67-68","Martin"],["69-70","Mateu"],["71-72","Miguel"],["73-74","Nicolas"],["75-76","Pascual"],["77-78","Pedro"],["79-80","Porico"],["81-82","Ramiro"],["83-84","Ramon"],["85-86","Rodrigo"],["87-88","Sabastian"],["89-90","Salvador"],["91-92","Simon"],["93-94","Tomas"],["95-96","Tristan"],["97-98","Valeriano"],["99-00","Ynigo"]]},{"name":"Human Names – Greek, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Greek, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Acantha"],["03-04","Aella"],["05-06","Alektos"],["07-08","Alkippe"],["09-10","Andromeda"],["11-12","Antigone"],["13-14","Ariadne"],["15-16","Astraea"],["17-18","Chloros"],["19-20","Chryseos"],["21-22","Daphne"],["23-24","Despoina"],["25-26","Dione"],["27-28","Eileithyia"],["29-30","Elektra"],["31-32","Euadne"],["33-34","Eudora"],["35-36","Eunomia"],["37-38","Hekabe"],["39-40","Helene"],["41-42","Hermoione"],["43-44","Hippolyte"],["45-46","Ianthe"],["47-48","Iokaste"],["49-50","Iole"],["51-52","Iphigenia"],["53-54","Ismene"],["55-56","Kalliope"],["57-58","Kallisto"],["59-60","Kalypso"],["61-62","Karme"],["63-64","Kassandra"],["65-66","Kassiopeia"],["67-68","Kirke"],["69-70","Kleio"],["71-72","Klotho"],["73-74","Klytië"],["75-76","Kynthia"],["77-78","Leto"],["79-80","Megaera"],["81-82","Melaina"],["83-84","Melpomene"],["85-86","Nausikaa"],["87-88","Nemesis"],["89-90","Niobe"],["91-92","Ourania"],["93-94","Phaenna"],["95-96","Polymnia"],["97-98","Semele"],["99-00","Theia"]]},{"name":"Human Names – Greek, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Greek, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Adonis"],["03-04","Adrastos"],["05-06","Aeson"],["07-08","Aias"],["09-10","Aineias"],["11-12","Aiolos"],["13-14","Alekto"],["15-16","Alkeides"],["17-18","Argos"],["19-20","Brontes"],["21-22","Damazo"],["23-24","Dardanos"],["25-26","Deimos"],["27-28","Diomedes"],["29-30","Endymion"],["31-32","Epimetheus"],["33-34","Erebos"],["35-36","Euandros"],["37-38","Ganymedes"],["39-40","Glaukos"],["41-42","Hektor"],["43-44","Heros"],["45-46","Hippolytos"],["47-48","Iacchus"],["49-50","Iason"],["51-52","Kadmos"],["53-54","Kastor"],["55-56","Kephalos"],["57-58","Kepheus"],["59-60","Koios"],["61-62","Kreios"],["63-64","Laios"],["65-66","Leandros"],["67-68","Linos"],["69-70","Lykos"],["71-72","Melanthios"],["73-74","Menelaus"],["75-76","Mentor"],["77-78","Neoptolemus"],["79-80","Okeanos"],["81-82","Orestes"],["83-84","Pallas"],["85-86","Patroklos"],["87-88","Philandros"],["89-90","Phoibos"],["91-92","Phrixus"],["93-94","Priamos"],["95-96","Pyrrhos"],["97-98","Xanthos"],["99-00","Zephyros"]]},{"name":"Gith Names – Githyanki, Male","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githyanki, Male","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Elirdain"],["2","Gaath"],["3","Ja'adoc"],["4","Kar'i'nas"],["5","Lykus"],["6","Quith"],["7","Ris'a'an"],["8","Tropos"],["9","Viran"],["10","Xamados"]]},{"name":"Gith Names – Githyanki, Female","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githyanki, Female","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aaryl"],["2","B'noor"],["3","Fenelzi'ir"],["4","Jen'lig"],["5","Pah'zel"],["6","Quorstyl"],["7","Sirruth"],["8","Vaira"],["9","Yessune"],["10","Zar'ryth"]]},{"name":"Gith Names – Githzerai, Male","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githzerai, Male","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dak"],["2","Duurth"],["3","Ferzth"],["4","Greth"],["5","Hurm"],["6","Kalla"],["7","Muurg"],["8","Nurm"],["9","Shrakk"],["10","Xorm"]]},{"name":"Gith Names – Githzerai, Female","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githzerai, Female","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adaka"],["2","Adeya"],["3","Ella"],["4","Ezhelya"],["5","Immilzin"],["6","Izera"],["7","Janara"],["8","Loraya"],["9","Uweya"],["10","Vithka"]]},{"name":"Lizardfolk Names – General","type":"table","source":"GoS","page":64,"caption":"Lizardfolk Names – General","colLabels":["{@dice d20}","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Achuak (green)"],["2","Aryte (war)"],["3","Baeshra (animal)"],["4","Darastrix (dragon)"],["5","Garurt (axe)"],["6","Jhank (hammer)"],["7","Kepesk (storm)"],["8","Kethend (gem)"],["9","Korth (danger)"],["10","Kosj (small)"],["11","Kothar (demon)"],["12","Litrix (armor)"],["13","Mirik (song)"],["14","Throden (many)"],["15","Thurkear (night)"],["16","Usk (iron)"],["17","Valignat (burn)"],["18","Vargach (battle)"],["19","Vutha (black)"],["20","Vyth (steel)"]]}],"tableGroup":[{"type":"tableGroup","name":"Deities of Eberron","tables":[{"type":"table","colLabels":["The Sovereign Host","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Arawai|eberron}, goddess of fertility","NG","Life, Nature","Sheaf of wheat tied with green ribbon"],["{@deity Aureon|eberron}, god of law and knowledge","LN","Knowledge","Open tome"],["{@deity Balinor|eberron}, god of beasts and the hunt","N","Life, Nature","Pair of antlers"],["{@deity Boldrei|eberron}, goddess of community and home","LG","Life","Fire in a stone hearth"],["{@deity Dol Arrah|eberron}, goddess of sunlight and honor","LG","Light, War","Rising sun"],["{@deity Dol Dorn|eberron}, god of strength at arms","CG","War","Longsword crossed over a shield"],["{@deity Kol Korran|eberron}, god of trade and wealth","N","Trickery","Nine-sided gold coin"],["{@deity Olladra|eberron}, goddess of good fortune","NG","Life, Trickery","Domino"],["{@deity Onatar|eberron}, god of craft","NG","Knowledge","Crossed hammer and tongs"]]},{"type":"table","colLabels":["The Dark Six","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Devourer|eberron}, god of nature's wrath","NE","Tempest","Bundle of five sharpened bones"],["{@deity The Fury|eberron}, goddess of wrath and madness","NE","War","Winged wyrm with woman's head and upper body"],["{@deity The Keeper|eberron}, god of greed and death","NE","Death","Dragonshard stone in the shape of a fang"],["{@deity The Mockery|eberron}, god of violence and treachery","NE","War","Five blood-spattered tools"],["{@deity The Shadow|eberron}, god of dark magic","CE","Knowledge","Obsidian tower"],["{@deity The Traveler|eberron}, deity of chaos and change","CN","Knowledge, Trickery","Four crossed, rune-inscribed bones"]]},{"type":"table","colLabels":["Other Faiths of Eberron","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Silver Flame|eberron}, deity of protection and good","LG","Life, Light, War","Flame drawn on silver or molded from silver"],["{@deity The Blood of Vol|eberron}, philosophy of immortality and undeath","LN","Death, Life","Stylized dragon skull on red teardrop gem"],["{@deity Cults of the Dragon Below|eberron}, deities of madness","NE","Trickery","Varies"],["{@deity The Path of Light|eberron}, philosophy of light and self-improvement","LN","Life, Light","Brilliant crystal"],["{@deity The Undying Court|eberron}, elven ancestors","NG","Knowledge, Life","Varies"],["{@deity The Spirits of the Past|eberron}, elven ancestors","CG","War","Varies"]]}],"page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"type":"tableGroup","name":"Psychic Wind","tables":[{"type":"table","caption":"Psychic Wind Effects","colLabels":["d20","Location Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-8","Diverted, add {@dice 1d6} hours to travel time"],["9-12","Blown off course, add {@dice 3d10} hours to travel time"],["13-16","Lost, at the end of the travel time, characters arrive at a location other than the intended destination"],["17-20","Sent through color pool to a random plane. Roll on {@table Astral Color Pools} table"]]},{"type":"table","colLabels":["d20","Mental Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-8","Stunned for 1 minute—you can repeat the saving throw at the end of each of your turns to end the effect on yourself"],["9-10","{@table Short-term madness} (see chapter 8)"],["11-12","{@dice 2d10} psychic damage"],["13-16","{@dice 4d10} psychic damage"],["17-18","{@table Long-term madness} (see chapter 8)"],["19-20","{@condition Unconscious} for {@dice 1d10} minutes—the effect on you ends if you take damage or if another creature uses an action to shake you awake"]]}],"page":47,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"type":"tableGroup","name":"Ideals","tables":[{"type":"table","caption":"Good Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beauty"],["2","Charity"],["3","Greater good"],["4","Life"],["5","Respect"],["6","Self-sacrifice"]]},{"type":"table","caption":"Evil Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Domination"],["2","Greed"],["3","Might"],["4","Pain"],["5","Retribution"],["6","Slaughter"]]},{"type":"table","caption":"Lawful Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Community"],["2","Fairness"],["3","Honor"],["4","Logic"],["5","Responsibility"],["6","Tradition"]]},{"type":"table","caption":"Chaotic Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Change"],["2","Creativity"],["3","Freedom"],["4","Independence"],["5","No limits"],["6","Whimsy"]]},{"type":"table","caption":"Neutral Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Balance"],["2","Knowledge"],["3","Live and let live"],["4","Moderation"],["5","Neutrality"],["6","People"]]},{"type":"table","caption":"Other Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aspiration"],["2","Discovery"],["3","Glory"],["4","Nation"],["5","Redemption"],["6","Self-knowledge"]]}],"page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 0—4","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 0—4","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","{@dice 6d6 × 100} (2,100)","{@dice 3d6 × 100} (1,050)","—","{@dice 2d6 × 10} (70)","—"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-06","—","—"],["07-16","{@dice 2d6} (7) 10 gp gems","—"],["17-26","{@dice 2d4} (5) 25 gp art objects","—"],["27-36","{@dice 2d6} (7) 50 gp gems","—"],["37-44","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["45-52","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["53-60","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["61-65","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["66-70","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["71-75","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["76-78","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["79-80","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["81-85","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["86-92","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["93-97","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["98-99","{@dice 2d4} (5) 25 gp art objects","Roll once on {@table Magic Item Table G}."],["00","{@dice 2d6} (7) 50 gp gems","Roll once on {@table Magic Item Table G}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 5—10","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 5—10","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","{@dice 2d6 × 100} (700)","{@dice 2d6 × 1,000} (7,000)","—","{@dice 6d6 × 100} (2,100)","{@dice 3d6 × 10} (105)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-04","—","—"],["05-10","{@dice 2d4} (5) 25 gp art objects","—"],["11-16","{@dice 3d6} (10) 50 gp gems","—"],["17-22","{@dice 3d6} (10) 100 gp gems","—"],["23-28","{@dice 2d4} (5) 250 gp art objects","—"],["29-32","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["33-36","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["37-40","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["41-44","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["45-49","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["50-54","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["55-59","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["60-63","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["64-66","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["67-69","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["70-72","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["73-74","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["75-76","{@dice 2d4} (5) 25 gp art objects","Roll once on {@table Magic Item Table D}."],["77-78","{@dice 3d6} (10) 50 gp gems","Roll once on {@table Magic Item Table D}."],["79","{@dice 3d6} (10) 100 gp gems","Roll once on {@table Magic Item Table D}."],["80","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table D}."],["81-84","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["85-88","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["89-91","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["92-94","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["95-96","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["97-98","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["99","{@dice 3d6} (10) 100 gp gems","Roll once on {@table Magic Item Table H}."],["00","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table H}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 11—16","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 11—16","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","—","—","—","{@dice 4d6 × 1,000} (14,000)","{@dice 5d6 × 100} (1,750)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-03","—","—"],["04-06","{@dice 2d4} (5) 250 gp art objects","—"],["07-09","{@dice 2d4} (5) 750 gp art objects","—"],["10-12","{@dice 3d6} (10) 500 gp gems","—"],["13-15","{@dice 3d6} (10) 1,000 gp gems","—"],["16-19","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["20-23","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["24-26","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["27-29","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["30-35","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["36-40","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["41-45","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["46-50","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["51-54","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["55-58","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["59-62","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["63-66","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["67-68","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table E}."],["69-70","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table E}."],["71-72","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table E}."],["73-74","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table E}."],["75-76","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["77-78","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["79-80","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["81-82","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["83-85","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["86-88","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["89-90","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["91-92","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["93-94","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table I}."],["95-96","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table I}."],["97-98","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table I}."],["99-00","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table I}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 17+","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 17+","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","—","—","—","{@dice 12d6 × 1,000} (42,000)","{@dice 8d6 × 1,000} (28,000)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-02","—","—"],["03-05","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["06-08","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["09-11","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["12-14","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["15-22","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["23-30","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["31-38","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["39-46","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["47-52","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["53-58","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["59-63","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["64-68","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["69","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["70","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["71","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["72","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["73-74","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["75-76","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["77-78","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["79-80","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["81-85","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["86-90","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["91-95","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["96-00","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table I}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Charisma Check; Conversation Reaction","tables":[{"type":"table","caption":"Conversation Reaction","colLabels":["DC","Friendly Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature does as asked without taking risks or making sacrifices."],["10","The creature accepts a minor risk or sacrifice to do as asked."],["20","The creature accepts a significant risk or sacrifice to do as asked."]]},{"type":"table","colLabels":["DC","Indifferent Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature offers no help but does no harm."],["10","The creature does as asked as long as no risks or sacrifices are involved."],["20","The creature accepts a minor risk or sacrifice to do as asked."]]},{"type":"table","colLabels":["DC","Hostile Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature opposes the adventurers' actions and might take risks to do so."],["10","The creature offers no help but does no harm."],["20","The creature does as asked as long as no risks or sacrifices are involved."]]}],"page":245,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"type":"tableGroup","name":"Adventuring Options; Firearms","tables":[{"type":"table","caption":"Firearms","colLabels":["Renaissance Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Pistol","250 gp","{@dice 1d10} piercing","3 lb.","Ammunition (range 30/90), loading"]},{"type":"row","style":"row-indent-first","row":["Musket","500 gp","{@dice 1d12} piercing","10 lb.","Ammunition (range 40/120), loading, two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Bullets (10)","3 gp","—","2 lb.","—"]}]},{"type":"table","colLabels":["Modern Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Pistol, automatic","—","{@dice 2d6} piercing","3 lb.","Ammunition (range 50/150), reload (15 shots)"]},{"type":"row","style":"row-indent-first","row":["Revolver","—","{@dice 2d8} piercing","3 lb.","Ammunition (range 40/120), reload (6 shots)"]},{"type":"row","style":"row-indent-first","row":["Rifle, hunting","—","{@dice 2d10} piercing","8 lb.","Ammunition (range 80/240), reload (5 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Rifle, automatic","—","{@dice 2d8} piercing","8 lb.","Ammunition (range 80/240), burst fire, reload (30 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Shotgun","—","{@dice 2d8} piercing","7 lb.","Ammunition (range 30/90), reload (2 shots), two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Bullets (10)","—","—","1 lb.","—"]}]},{"type":"table","colLabels":["Futuristic Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Laser pistol","—","{@dice 3d6} radiant","2 lb.","Ammunition (range 40/120), reload (50 shots)"]},{"type":"row","style":"row-indent-first","row":["Antimatter rifle","—","{@dice 6d8} necrotic","10 lb.","Ammunition (range 120/360), reload (2 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Laser rifle","—","{@dice 3d8} radiant","7 lb.","Ammunition (range 100/300), reload (30 shots), two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Energy cell","—","—","5 oz.","—"]}]}],"page":266,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"type":"tableGroup","name":"Speed Factor Initiative Modifiers","tables":[{"type":"table","caption":"Speed Factor Initiative Modifiers","colLabels":["Factor","Initiative Modifier"],"colStyles":["col-6","col-6"],"rows":[["Spellcasting","Subtract the spell's level"],["Melee, heavy weapon","-2"],["Melee, light or finesse weapon","+2"],["Melee, two-handed weapon","-2"],["Ranged, loading weapon","-5"]]},{"type":"table","colLabels":["Creature Size","Initiative Modifier"],"colStyles":["col-6","col-6"],"rows":[["Tiny","+5"],["Small","+2"],["Medium","+0"],["Large","-2"],["Huge","-5"],["Gargantuan","-8"]]}],"page":270,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"type":"tableGroup","name":"DM Screen; Name Generator","tables":[{"type":"table","colLabels":["d20","Beginning"],"caption":"Name Generator","colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"—"],[2,"—"],[3,"—"],[4,"—"],[5,"A-"],[6,"Be-"],[7,"De-"],[8,"El-"],[9,"Fa-"],[10,"Jo-"],[11,"Ki-"],[12,"La-"],[13,"Ma-"],[14,"Na-"],[15,"O-"],[16,"Pa-"],[17,"Re-"],[18,"Se-"],[19,"Si-"],[20,"Ta-"]]},{"type":"table","colLabels":["d20","Middle"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"bar"],[2,"ched"],[3,"dell"],[4,"far"],[5,"gran"],[6,"hal"],[7,"jen"],[8,"kel"],[9,"lim"],[10,"mor"],[11,"net"],[12,"penn"],[13,"quil"],[14,"rond"],[15,"sark"],[16,"shen"],[17,"tur"],[18,"vash"],[19,"yor"],[20,"zen"]]},{"type":"table","colLabels":["d20","End"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"—"],[2,"-a"],[3,"-ac"],[4,"-ai"],[5,"-al"],[6,"-am"],[7,"-an"],[8,"-ar"],[9,"-ea"],[10,"-el"],[11,"-er"],[12,"-ess"],[13,"-ett"],[14,"-ic"],[15,"-id"],[16,"-il"],[17,"-in"],[18,"-is"],[19,"-or"],[20,"-us"]]}],"source":"Screen"},{"type":"tableGroup","name":"DM Screen; Encounter Distance","tables":[{"type":"table","colLabels":["Terrain","Encounter Distance"],"colStyles":["col-6","col-6"],"rows":[["Arctic, desert, farmland, or grassland","{@dice 6d6 × 10} feet"],["Forest, swamp, or woodland","{@dice 2d8 × 10} feet"],["Hills or wastelands","{@dice 2d10 × 10} feet"],["Jungle","{@dice 2d6 × 10} feet"],["Mountains","{@dice 4d10 × 10} feet"]]},{"type":"table","colLabels":["Audible Distance",""],"colStyles":["col-6","col-6"],"rows":[["Trying to be quiet","{@dice 2d6 × 5} feet"],["Normal noise level","{@dice 2d6 × 10} feet"],["Very loud","{@dice 2d6 × 50} feet"]]},{"type":"table","colLabels":["Visibility Outdoors",""],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles"],["Rain","1 mile"],["Fog","100 to 300 feet"],["From a height","× 20"]]}],"source":"Screen"},{"type":"tableGroup","name":"Roleplaying Gnolls and Cultists of Yeenoghu","tables":[{"type":"table","caption":"Gnoll/Cultist Physical Features","colLabels":["d12","Physical Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Missing an arm"],["2","Infested with maggots"],["3","Fur matted with dried blood"],["4","Missing an eye"],["5","Walks with a severe limp"],["6","Covered in burn wounds"],["7","Vestigial twin embedded on back"],["8","Loud, wheezing breaths"],["9","Drool is mildly acidic"],["10","Covered in weeping sores"],["11","Horrific smell of rot"],["12","Weapon still embedded in old wound"]]},{"type":"table","caption":"Gnoll/Cultist Personality Trait","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once an enemy defies me, I dedicate everything to its destruction."],["2","The best enemy to fight is one caught by surprise."],["3","I hate the sun and travel only by night."],["4","I have stopped using language and instead rely on growls and shrieks."],["5","I have no fear of death and welcome it in battle."],["6","My berserk fury makes a rabid dog look gentle."]]},{"type":"table","caption":"Gnoll/Cultist Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength. I must remain strong to survive. (Any)"],["2","Slaughter. If I destroy the weak, I please Yeenoghu. (Evil)"],["3","Destruction. Yeenoghu will return when only those worthy of his fury remain. (Evil)"],["4","Paranoia. Others are planning to kill and eat me. I must find a way to kill and eat them first. (Chaotic)"],["5","Self-Sufficiency. When the time comes, even my allies will die by my hand. (Evil)"],["6","Leadership. I am not part of the pack. I am above it. (Chaotic)"]]},{"type":"table","caption":"Gnoll/Cultist Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I would die before betraying the Lord of Savagery."],["2","I would follow the leader of our war band anywhere and gladly sacrifice myself to protect him or her."],["3","I cull the weak from our war band, so that we remain strong."],["4","Yeenoghu's omens guide my every choice."],["5","If I die in battle, I was simply too weak to please Yeenoghu."],["6","I devour the weak to purge them from the world, the strong to blunt their power."]]},{"type":"table","caption":"Gnoll/Cultist Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I lack tactical guile and rely on overwhelming attacks."],["2","I flee from opponents that can match my strength."],["3","My supposed allies are my first victims."],["4","Deep down inside, I am terrified I will fail Yeenoghu."],["5","My desire to torment my foes sometimes gives them the opportunity to outwit me."],["6","My arrogance causes me to overlook opportunities."]]}],"page":36,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"type":"tableGroup","name":"Background; I became...","tables":[{"type":"table","caption":"Acolyte","colLabels":["d6","I became an acolyte because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I ran away from home at an early age and found refuge in a temple."],["2","My family gave me to a temple, since they were unable or unwilling to care for me."],["3","I grew up in a household with strong religious convictions. Entering the service of one or more gods seemed natural."],["4","An impassioned sermon struck a chord deep in my soul and moved me to serve the faith."],["5","I followed a childhood friend, a respected acquaintance, or someone I loved into religious service."],["6","After encountering a true servant of the gods, I was so inspired that I immediately entered the service of a religious group."]]},{"type":"table","caption":"Charlatan","colLabels":["d6","I became a charlatan because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was left to my own devices, and my knack for manipulating others helped me survive."],["2","I learned early on that people are gullible and easy to exploit."],["3","I often got in trouble, but I managed to talk my way out of it every time."],["4","I took up with a confidence artist, from whom I learned my craft."],["5","After a charlatan fleeced my family, I decided to learn the trade so I would never be fooled by such deception again."],["6","I was poor or I feared becoming poor, so I learned the tricks I needed to keep myself out of poverty."]]},{"type":"table","caption":"Criminal","colLabels":["d6","I became a criminal because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I resented authority in my younger days and saw a life of crime as the best way to fight against tyranny and oppression."],["2","Necessity forced me to take up the life, since it was the only way I could survive."],["3","I fell in with a gang of reprobates and ne'er-do-wells, and I learned my specialty from them."],["4","A parent or relative taught me my criminal specialty to prepare me for the family business."],["5","I left home and found a place in a thieves' guild or some other criminal organization."],["6","I was always bored, so I turned to crime to pass the time and discovered I was quite good at it."]]},{"type":"table","caption":"Entertainer","colLabels":["d6","I became an entertainer because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Members of my family made ends meet by performing, so it was fitting for me to follow their example."],["2","I always had a keen insight into other people, enough so that I could make them laugh or cry with my stories or songs."],["3","I ran away from home to follow a minstrel troupe."],["4","I saw a bard perform once, and I knew from that moment on what I was born to do."],["5","I earned coin by performing on street corners and eventually made a name for myself."],["6","A traveling entertainer took me in and taught me the trade."]]},{"type":"table","caption":"Folk Hero","colLabels":["d6","I became a folk hero because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I learned what was right and wrong from my family."],["2","I was always enamored by tales of heroes and wished I could be something more than ordinary."],["3","I hated my mundane life, so when it was time for someone to step up and do the right thing, I took my chance."],["4","A parent or one of my relatives was an adventurer, and I was inspired by that person's courage."],["5","A mad old hermit spoke a prophecy when I was born, saying that I would accomplish great things."],["6","I have always stood up for those who are weaker than I am."]]},{"type":"table","caption":"Guild Artisan","colLabels":["d6","I became a guild artisan because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was apprenticed to a master who taught me the guild's business."],["2","I helped a guild artisan keep a secret or complete a task, and in return I was taken on as an apprentice."],["3","One of my family members who belonged to the guild made a place for me."],["4","I was always good with my hands, so I took the opportunity to learn a trade."],["5","I wanted to get away from my home situation and start a new life."],["6","I learned the essentials of my craft from a mentor but had to join the guild to finish my training."]]},{"type":"table","caption":"Hermit","colLabels":["d6","I became a hermit because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My enemies ruined my reputation, and I fled to the wilds to avoid further disparagement."],["2","I am comfortable with being isolated, as I seek inner peace."],["3","I never liked the people I called my friends, so it was easy for me to strike out on my own."],["4","I felt compelled to forsake my past, but did so with great reluctance, and sometimes I regret making that decision."],["5","I lost everything-my home, my family, my friends. Going it alone was all I could do."],["6","Society's decadence disgusted me, so I decided to leave it behind."]]},{"type":"table","caption":"Noble","colLabels":["d6","I became a noble because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I come from an old and storied family, and it fell to me to preserve the family name."],["2","My family has been disgraced, and I intend to clear our name."],["3","My family recently came by its title, and that elevation thrust us into a new and strange world."],["4","My family has a title, but none of my ancestors have distinguished themselves since we gained it."],["5","My family is filled with remarkable people. I hope to live up to their example."],["6","I hope to increase my family's power and influence."]]},{"type":"table","caption":"Outlander","colLabels":["d6","I became an outlander because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I spent a lot of time in the wilderness as a youngster, and I came to love that way of life."],["2","From a young age, I couldn't abide the stink of the cities and preferred to spend my time in nature."],["3","I came to understand the darkness that lurks in the wilds, and I vowed to combat it."],["4","My people lived on the edges of civilization, and I learned the methods of survival from my family."],["5","After a tragedy I retreated to the wilderness, leaving my old life behind."],["6","My family moved away from civilization, and I learned to adapt to my new environment."]]},{"type":"table","caption":"Sage","colLabels":["d6","I became a sage because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was naturally curious, so I packed up and went to a university to learn more about the world."],["2","My mentor's teachings opened my mind to new possibilities in that field of study."],["3","I was always an avid reader, and I learned much about my favorite topic on my own."],["4","I discovered an old library and pored over the texts I found there. That experience awakened a hunger for more knowledge."],["5","I impressed a wizard who told me I was squandering my talents and should seek out an education to take advantage of my gifts."],["6","One of my parents or a relative gave me a basic education that whetted my appetite, and I left home to build on what I had learned."]]},{"type":"table","caption":"Sailor","colLabels":["d6","I became a sailor because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was press-ganged by pirates and forced to serve on their ship until I finally escaped."],["2","I wanted to see the world, so I signed on as a deck-hand for a merchant ship."],["3","One of my relatives was a sailor who took me to sea."],["4","I needed to escape my community quickly, so I stowed away on a ship. When the crew found me, I was forced to work for my passage."],["5","Reavers attacked my community, so I found refuge on a ship until I could seek vengeance."],["6","I had few prospects where I was living, so I left to find my fortune elsewhere."]]},{"type":"table","caption":"Soldier","colLabels":["d6","I became a soldier because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I joined the militia to help protect my community from monsters."],["2","A relative of mine was a soldier, and I wanted to carry on the family tradition."],["3","The local lord forced me to enlist in the army."],["4","War ravaged my homeland while I was growing up. Fighting was the only life I ever knew."],["5","I wanted fame and fortune, so I joined a mercenary company, selling my sword to the highest bidder."],["6","Invaders attacked my homeland. It was my duty to take up arms in defense of my people."]]},{"type":"table","caption":"Urchin","colLabels":["d6","I became an urchin because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Wanderlust caused me to leave my family to see the world. I look after myself."],["2","I ran away from a bad situation at home and made my own way in the world."],["3","Monsters wiped out my village, and I was the sole survivor. I had to find a way to survive."],["4","A notorious thief looked after me and other orphans, and we spied and stole to earn our keep."],["5","One day I woke up on the streets, alone and hungry, with no memory of my early childhood."],["6","My parents died, leaving no one to look after me. I raised myself."]]}],"page":64,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"type":"tableGroup","name":"Class Training; I became...","tables":[{"type":"table","caption":"Barbarian","colLabels":["d6","I became a barbarian because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My devotion to my people lifted me in battle, making me powerful and dangerous."],["2","The spirits of my ancestors called on me to carry out a great task."],["3","I lost control in battle one day, and it was as if something else was manipulating my body, forcing it to kill every foe I could reach."],["4","I went on a spiritual journey to find myself and instead found a spirit animal to guide, protect, and inspire me."],["5","I was struck by lightning and lived. Afterward, I found a new strength within me that let me push beyond my limitations."],["6","My anger needed to be channeled into battle, or I risked becoming an indiscriminate killer."]]},{"type":"table","caption":"Bard","colLabels":["d6","I became a bard because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I awakened my latent bardic abilities through trial and error."],["2","I was a gifted performer and attracted the attention of a master bard who schooled me in the old techniques."],["3","I joined a loose society of scholars and orators to learn new techniques of performance and magic."],["4","I felt a calling to recount the deeds of champions and heroes, to bring them alive in song and story."],["5","I joined one of the great colleges to learn old lore, the secrets of magic, and the art of performance."],["6","I picked up a musical instrument one day and instantly discovered that I could play it."]]},{"type":"table","caption":"Cleric","colLabels":["d6","I became a cleric because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A supernatural being in service to the gods called me to become a divine agent in the world."],["2","I saw the injustice and horror in the world and felt moved to take a stand against them."],["3","My god gave me an unmistakable sign. I dropped everything to serve the divine."],["4","Although I was always devout, it wasn't until I completed a pilgrimage that I knew my true calling."],["5","I used to serve in my religion's bureaucracy but found I needed to work in the world, to bring the message of my faith to the darkest corners of the land."],["6","I realize that my god works through me, and I do as commanded, even though I don't know why I was chosen to serve."]]},{"type":"table","caption":"Druid","colLabels":["d6","I became a druid because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I saw too much devastation in the wild places, too much of nature's splendor ruined by the despoilers. I joined a circle of druids to fight back against the enemies of nature."],["2","I found a place among a group of druids after I fled a catastrophe."],["3","I have always had an affinity for animals, so I explored my talent to see how I could best use it."],["4","I befriended a druid and was moved by druidic teachings. I decided to follow my friend's guidance and give something back to the world."],["5","While I was growing up, I saw spirits all around me-entities no one else could perceive. I sought out the druids to help me understand the visions and communicate with these beings."],["6","I have always felt disgust for creatures of unnatural origin. For this reason, I immersed myself in the study of the druidic mysteries and became a champion of the natural order."]]},{"type":"table","caption":"Fighter","colLabels":["d6","I became a fighter because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I wanted to hone my combat skills, and so I joined a war college."],["2","I squired for a knight who taught me how to fight, care for a steed, and conduct myself with honor. I decided to take up that path for myself."],["3","Horrible monsters descended on my community, killing someone I loved. I took up arms to destroy those creatures and others of a similar nature."],["4","I joined the army and learned how to fight as part of a group."],["5","I grew up fighting, and I refined my talents by defending myself against people who crossed me."],["6","I could always pick up just about any weapon and know how to use it effectively."]]},{"type":"table","caption":"Monk","colLabels":["d6","I became a monk because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was chosen to study at a secluded monastery. There, I was taught the fundamental techniques required to eventually master a tradition."],["2","I sought instruction to gain a deeper understanding of existence and my place in the world."],["3","I stumbled into a portal to the Shadowfell and took refuge in a strange monastery, where I learned how to defend myself against the forces of darkness."],["4","I was overwhelmed with grief after losing someone close to me, and I sought the advice of philosophers to help me cope with my loss."],["5","I could feel that a special sort of power lay within me, so I sought out those who could help me call it forth and master it."],["6","I was wild and undisciplined as a youngster, but then I realized the error of my ways. I applied to a monastery and became a monk as a way to live a life of discipline."]]},{"type":"table","caption":"Paladin","colLabels":["d6","I became a paladin because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fantastical being appeared before me and called on me to undertake a holy quest."],["2","One of my ancestors left a holy quest unfulfilled, so I intend to finish that work."],["3","The world is a dark and terrible place. I decided to serve as a beacon of light shining out against the gathering shadows."],["4","I served as a paladin's squire, learning all I needed to swear my own sacred oath."],["5","Evil must be opposed on all fronts. I feel compelled to seek out wickedness and purge it from the world."],["6","Becoming a paladin was a natural consequence of my unwavering faith. In taking my vows, I became the holy sword of my religion."]]},{"type":"table","caption":"Ranger","colLabels":["d6","I became a ranger because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I found purpose while I honed my hunting skills by bringing down dangerous animals at the edge of civilization."],["2","I always had a way with animals, able to calm them with a soothing word and a touch."],["3","I suffer from terrible wanderlust, so being a ranger gave me a reason not to remain in one place for too long."],["4","I have seen what happens when the monsters come out from the dark. I took it upon myself to become the first line of defense against the evils that lie beyond civilization's borders."],["5","I met a grizzled ranger who taught me woodcraft and the secrets of the wild lands."],["6","I served in an army, learning the precepts of my profession while blazing trails and scouting enemy encampments."]]},{"type":"table","caption":"Rogue","colLabels":["d6","I became a rogue because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I've always been nimble and quick of wit, so I decided to use those talents to help me make my way in the world."],["2","An assassin or a thief wronged me, so I focused my training on mastering the skills of my enemy to better combat foes of that sort."],["3","An experienced rogue saw something in me and taught me several useful tricks."],["4","I decided to turn my natural lucky streak into the basis of a career, though I still realize that improving my skills is essential."],["5","I took up with a group of ruffians who showed me how to get what I want through sneakiness rather than direct confrontation."],["6","I'm a sucker for a shiny bauble or a sack of coins, as long as I can get my hands on it without risking life and limb."]]},{"type":"table","caption":"Sorcerer","colLabels":["d6","I became a sorcerer because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When I was born, all the water in the house froze solid, the milk spoiled, or all the iron turned to copper. My family is convinced that this event was a harbinger of stranger things to come for me."],["2","I suffered a terrible emotional or physical strain, which brought forth my latent magical power. I have fought to control it ever since."],["3","My immediate family never spoke of my ancestors, and when I asked, they would change the subject. It wasn't until I started displaying strange talents that the full truth of my heritage came out."],["4","When a monster threatened one of my friends, I became filled with anxiety. I lashed out instinctively and blasted the wretched thing with a force that came from within me."],["5","Sensing something special in me, a stranger taught me how to control my gift."],["6","After I escaped from a magical conflagration, I realized that though I was unharmed, I was not unchanged. I began to exhibit unusual abilities that I am just beginning to understand."]]},{"type":"table","caption":"Warlock","colLabels":["d6","I became a warlock because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While wandering around in a forbidden place, I encountered an otherworldly being that offered to enter into a pact with me."],["2","I was examining a strange tome I found in an abandoned library when the entity that would become my patron suddenly appeared before me."],["3","I stumbled into the clutches of my patron after I accidentally stepped through a magical doorway."],["4","When I was faced with a terrible crisis, I prayed to any being who would listen, and the creature that answered became my patron."],["5","My future patron visited me in my dreams and offered great power in exchange for my service."],["6","One of my ancestors had a pact with my patron, so that entity was determined to bind me to the same agreement."]]},{"type":"table","caption":"Wizard","colLabels":["d6","I became a wizard because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An old wizard chose me from among several candidates to serve an apprenticeship."],["2","When I became lost in a forest, a hedge wizard found me, took me in, and taught me the rudiments of magic."],["3","I grew up listening to tales of great wizards and knew I wanted to follow their path. I strove to be accepted at an academy of magic and succeeded."],["4","One of my relatives was an accomplished wizard who decided I was smart enough to learn the craft."],["5","While exploring an old tomb, library, or temple, I found a spellbook. I was immediately driven to learn all I could about becoming a wizard."],["6","I was a prodigy who demonstrated mastery of the arcane arts at an early age. When I became old enough to set out on my own, I did so to learn more magic and expand my power."]]}],"page":66,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"type":"tableGroup","name":"Devil Customization Tables","tables":[{"type":"table","caption":"Devil Honorifics","colLabels":["d20","Title"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","the Perceiver"],["2","Veteran of Avernus"],["3","the Insightful"],["4","Collector of Debts"],["5","the Summoner"],["6","Speaker of Profit"],["7","Chainer of Demons"],["8","the Conqueror"],["9","Glory Seeker"],["10","the Victorious"],["11","the Infiltrator"],["12","the Voluminous"],["13","the Stoic"],["14","the Shatterer"],["15","the Keeper"],["16","the Faithful"],["17","the Clever"],["18","the Chanter"],["19","the Indomitable"],["20","the Vicious"]]},{"type":"table","caption":"Devil Personality Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I always have a scheme to make a profit."],["2","Nobody is as smart as me, and I need to prove that all the time."],["3","There's a rule for everything."],["4","If I can't seize control, I'll serve in the meantime."],["5","I'm a bully who backs down when faced with any sort of resistance."],["6","Every problem can be solved with the use of force."]]},{"type":"table","caption":"Devil Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Loyalty. I keep my vows to my superior and respect those who do the same."],["2","Law. I might not like the rules, but I obey them."],["3","Ambition. The need to improve my station drives my every action."],["4","Conquest. I am equal to the sum of the foes I have defeated in combat."],["5","Cunning. Those who can see an advantage in the direst situation deserve respect."],["6","Brutality. Overwhelming violence, and those who can deliver it, are worthy of obedience."]]},{"type":"table","caption":"Devil Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I and my comrades fought well in the Blood War, and our service demands respect."],["2","Evil without law is a pointless exercise in destruction. Rules make us what we are."],["3","Those who follow me rely on my wisdom to ensure their prosperity."],["4","One day I will have revenge on those who defied me."],["5","If I do my duty, in time I will be rewarded."],["6","We don't corrupt mortals. We teach them enlightened self-interest."]]},{"type":"table","caption":"Devil Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My frustration boils over into violence."],["2","I obey the law, but I strain at its limits to the point of heresy."],["3","I put the minimum effort possible into anything that isn't my own idea."],["4","A low profile is the best defense of all."],["5","I'm so reliant on the laws of the Nine Hells that I panic without their guidance."],["6","I am secretly jealous of the freedom that mortals enjoy."]]}],"page":23,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}}]} \ No newline at end of file +{"table":[{"page":5,"caption":"Snout of Omgar Encounters","colLabels":["Encounter","Land","Water"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["{@area Almiraj|008|x}","01-05","—"],["{@area Axe beaks|009|x}","06-10","—"],["{@area Baboons|00a|x}","11-15","—"],["{@area Blood hawks|00b|x}","16-20","—"],["{@area Cannibals|00c|x}","21-25","01-15"],["{@area Chwinga|00d|x}","26-30","—"],["{@area Dimetrodons|00e|x}","31-35","—"],["{@area Dolphins|00f|x}","—","16-30"],["{@area Eblis|010|x}","36-40","—"],["{@area Flail snail|011|x}","41-45","—"],["{@area Flying snakes|012|x}","46-50","31-40"],["{@area Geonids|013|x}","51-55","—"],["{@area Giant lizards|014|x}","56-60","—"],["{@area Giant snapping turtle|015|x}","61-65","41-50"],["{@area Jaculis|016|x}","66-70","—"],["{@area Marine Decapus|017|x}","—","51-60"],["{@area Plesiosaurus|018|x}","—","61-75"],["{@area Pteranodons|019|x}","71-75","76-85"],["{@area Reef sharks|01a|x}","—","86-00"],["{@area Stirges|01b|x}","76-80","—"],["{@area Topis|01c|x}","81-85","—"],["{@area Tortle|01d|x}","86-00","—"]],"name":"Random Encounters; Snout of Omgar Encounters","source":"TTP","chapter":{"name":"Exploring the Island","index":2}},{"caption":"Wilderness Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A pack of {@creature Sprite||Sprites} pester the party, playing tricks and attempting to steal small items until the characters leave their territory. If they are treated with deference, the sprites might help the characters find the correct path and hurry them along. If assaulted in any way, fifteen {@creature Sprite||Sprites} riding {@creature Stirge||Stirges} attack. (The sprites' invisibility extends to the stirges as well while they are mounted.)"],["2","The path leads into a lonely grove that serves as the grave of a former dryad queen. If appropriate respects are paid, the characters have a {@chance 50|50 percent} chance to receive a supernatural gift (see {@book chapter 7|DMG|7|Supernatural Gifts} of the {@book Dungeon Master's Guide|DMG})—a charm that allows a character to cast the {@spell Galder's Tower|LLK|Galder's tower} spell (see {@adventure appendix E|LLK|7}) once as an action."],["3","A {@creature Treant} and a {@creature Stone Golem} were magically locked together during an ancient battle. Over the centuries since, fey gardeners have turned the two into a temple. Characters who explore the temple might inadvertently help the treant or the golem finally overcome its foe."],["4","A leprechaun (use {@creature Quickling|VGM} statistics from {@book Volo's Guide to Monsters|VGM}) crosses the characters' path. If successfully caught without being killed, the creature negotiates its release with the location of its hidden treasure: 1,000 gp in brightly polished coins."],["5","Gathering firewood results in a visit from an angered undead {@creature Treant}. (Use normal statistics, but the creature has the undead type and cannot use its Animate Trees feature). The treant collects all such fallen branches to take to a hidden graveyard of treant remains, and it angrily attacks any characters who get in its way."],["6–7","Some strange creature has wandered down from the Monastery of the Distressed Body. Such creatures might include an ancient security construct gone mad (use {@creature Oaken Bolter|MTF} statistics from {@book Mordenkainen's Tome of Foes|MTF}) or a {@creature Gibbering Mouther} with a mechanical skull housing its central brain."],["8–10","The characters come across a group of roving outlaws (five to ten {@creature Thug||Thugs} led by a {@creature Bandit Captain}), who are heading to the monastery to join its ranks. They possess rumors and fragments of a map, and are keen to steal the characters' resources—especially if {@creature Gearbox|LLK} the modron is present."]],"name":"Wilderness Encounters","page":32,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Cavern Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature Xorn} and an {@creature Umber Hulk} hunt as a team, with the umber hulk working to herd characters toward its partner. Alternatively, the xorn and the umber hulk are rivals, with the characters caught in the middle."],["2","A small war machine built at the monastery has been claimed by three kobolds, which use it to attack any potential threats. Use the statistics for the {@creature Oaken Bolter|MTF} (from {@book Mordenkainen's Tome of Foes|MTF}) and the {@creature Kobold Inventor|VGM} (from {@book Volo's Guide to Monsters|VGM})."],["3","The characters' tunnel route leads through the lair of a {@creature Froghemoth|VGM} or some other exotic monstrosity escaped from another planar craft that crashed into the Barrier Peaks long ago."],["4","A {@creature Galeb Duhr} serves as a kind of door between passageways. Negotiating with it successfully allows access to a secret tunnel that cuts days off the characters' journey."],["5","Roving outlaws (five to ten {@creature Thug||Thugs} led by a {@creature Bandit Captain}) heading to the monastery to join its ranks are hopelessly lost in the tunnels. In gratitude for being rescued, they offer to help the characters in their quest, but betray them at the first opportunity."],["6–7","Six prisoners ({@creature Commoner||Commoners}) escaping from the monastery look to the characters for aid. They are pursued by monks (five {@creature Cultist||Cultists} led by a {@creature Cult Fanatic}). If the prisoners are aided, they can supply some knowledge of the monastery before making their own way safely out of the mountains."],["8–10","A monastery work party—six humanoid prisoners ({@creature Commoner||Commoners}) watched by five {@creature Cultist||Cultists} and a {@creature Cult Fanatic}—is seen collecting ore to fuel the monastery's engines. If the prisoners are rescued, they can supply some knowledge of the monastery before fleeing the mountains."]],"name":"Cavern Encounters","page":33,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Mountain Encounters","colLabels":["d10","Encounter"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","A party of monks (five {@creature Cultist||Cultists} led by a {@creature Cult Fanatic}) either survived the characters' assault on the Monastery of the Distressed Body or were away from the monastery and returned to find it routed. They pursue the characters—to try to convince them to take on leadership of the monastery."],["3","A party of surviving monks (five {@creature Cultist||Cultists}) pursues the characters in revenge, led by an escaped {@creature Brain in a jar|LLK} using cobbled-together mechanical gear for mobility. (If the Grand Master was defeated and its brain survived any encounter in the treasury (area M10), that brain now leads this group.)"],["4","The characters discover signs of past expeditions to the Barrier Peaks—the remains of travelers crushed by fallen rocks. If searched, the bodies might still possess useful gear or fragmentary maps showing the layout of Daoine Gloine. But a close inspection shows that some bodies have had part of their flesh melted away (from encounters with wandering ooze-folk)."],["5","A {@creature Galeb Duhr} (sibling to the one in the monastery tunnels) blocks a key route into the lost city of Daoine Gloine. A character must succeed on a DC 14 Charisma ({@skill Persuasion}) check for the party to pass. But these galeb duhr have an instinctive knowledge of each other, granting advantage or disadvantage on the check depending on how the other galeb duhr was treated. If the other galeb duhr was killed, this one attacks as soon as the characters are recognized."],["6–7","A wandering {@creature Ooze-Folk|LLK} appears, having accidentally trekked out of the city."],["8–10","An isolated village clings to the mountainside, populated by {@creature Kenku} descended from Daoine Gloine refugees who fled the city when it was flooded with ooze. The kenku still remember ancient legends their forebears told about a cult of the medusa, as well as Kwalish's arrival and the \"plague of ooze.\" However, their ability to speak only in mimicry might make it challenging for the characters to communicate with them. In the course of the conversation, the kenku might mimic the sounds of destruction and screaming heard as the city was overwhelmed, relay the mad ranting of the medusa, and so forth. They might even repeat the words of Kwalish himself as he talks of his extradimensional experiments with glass baubles, and his efforts to hide his lab inside of one."]],"name":"Mountain Encounters","page":33,"source":"LLK","chapter":{"name":"Random Encounters","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Ability Score Point Cost","basicRules":true,"srd":true,"colLabels":["Score","Cost","Score","Cost"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["8","0","12","4"],["9","1","13","5"],["10","2","14","7"],["11","3","15","9"]],"name":"Variant: Customizing Ability Scores; Ability Score Point Cost","page":13,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ability Scores and Modifiers","srd":true,"basicRules":true,"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","-5","16-17","+3"],["2-3","-4","18-19","+4"],["4-5","-3","20-21","+5"],["6-7","-2","22-23","+6"],["8-9","-1","24-25","+7"],["10-11","+0","26-27","+8"],["12-13","+1","28-29","+9"],["14-15","+2","30","+10"]],"name":"Variant: Customizing Ability Scores; Ability Scores and Modifiers","page":13,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Character Advancement","srd":true,"basicRules":true,"colLabels":["Experience Points","Level","Proficiency Bonus"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["0","1","+2"],["300","2","+2"],["900","3","+2"],["2,700","4","+2"],["6,500","5","+3"],["14,000","6","+3"],["23,000","7","+3"],["34,000","8","+3"],["48,000","9","+4"],["64,000","10","+4"],["85,000","11","+4"],["100,000","12","+4"],["120,000","13","+5"],["140,000","14","+5"],["165,000","15","+5"],["195,000","16","+5"],["225,000","17","+6"],["265,000","18","+6"],["305,000","19","+6"],["355,000","20","+6"]],"name":"Beyond 1st Level; Character Advancement","page":15,"source":"PHB","chapter":{"name":"Step-by-Step Characters","ordinal":{"type":"chapter","identifier":1},"index":1}},{"basicRules":true,"colLabels":["Class","Description","Hit Die","Primary Ability","Saving Throw Proficiencies","Armor and Weapon Proficiencies"],"colStyles":["col-1","col-4","col-1 text-center","col-1","col-1","col-4"],"rows":[["{@class Barbarian}","A fierce warrior of primitive background who can enter a battle rage","d12","Strength","Strength & Constitution","Light and medium armor, shields, simple and martial weapons"],["{@class Bard}","An inspiring magician whose power echoes the music of creation","d8","Charisma","Dexterity & Charisma","Light armor, simple weapons, hand crossbows, longswords, rapiers, shortswords"],["{@class Cleric}","A priestly champion who wields divine magic in service of a higher power","d8","Wisdom","Wisdom & Charisma","Light and medium armor, shields, simple weapons"],["{@class Druid}","A priest of the Old Faith, wielding the powers of nature—moonlight and plant growth, fire and lightning—and adapting animal forms","d8","Wisdom","Intelligence & Wisdom","Light and medium armor (nonmetal), shields (nonmetal), clubs, daggers, darts, javelins, maces, quarterstaffs, scimitars, sickles, slings, spears"],["{@class Fighter}","A master of martial combat, skilled with a variety of weapons and armor","d10","Strength or Dexterity","Strength & Constitution","All armor, shields, simple and martial weapons"],["{@class Monk}","A master of martial arts harnessing the power of the body in pursuit of physical and spiritual perfection","d8","Dexterity & Wisdom","Strength & Wisdom","Simple weapons, shortswords"],["{@class Paladin}","A holy warrior bound to a sacred oath","d10","Strength & Charisma","Wisdom & Charisma","All armor, shields, simple and martial weapons"],["{@class Ranger}","A warrior who uses martial prowess and nature magic to combat threats on the edges of civilization","d10","Dexterity & Wisdom","Strength & Dexterity","Light and medium armor, shields, simple and martial weapons"],["{@class Rogue}","A scoundrel who uses stealth and trickery to overcome obstacles and enemies","d8","Dexterity","Dexterity & Intelligence","Light armor, simple weapons, hand crossbows, longswords, rapiers, shortswords"],["{@class Sorcerer}","A spellcaster who draws on inherent magic from a gift or bloodline","d6","Charisma","Constitution & Charisma","Daggers, darts, slings, quarterstaffs, light crossbows"],["{@class Warlock}","A wielder of magic that is derived from a bargain with an extraplanar entity","d8","Charisma","Wisdom & Charisma","Light armor, simple weapons"],["{@class Wizard}","A scholarly magic-user capable of manipulating the structures of reality","d6","Intelligence","Intelligence & Wisdom","Daggers, darts, slings, quarterstaffs, light crossbows"]],"name":"Classes","page":45,"source":"PHB","chapter":{"name":"Classes","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Random Height and Weight","basicRules":true,"colLabels":["Race","Base Height","Height Modifier","Base Weight","Weight Modifier"],"colStyles":["col-4","col-2","col-2","col-2","col-2"],"rows":[["{@race Human}","4'8\"","+{@dice 2d10}","110 lb.","× ({@dice 2d4}) lb."],["{@race Dwarf (hill)}","3'8\"","+{@dice 2d4}","115 lb.","× ({@dice 2d6}) lb."],["{@race Dwarf (mountain)}","4'","+{@dice 2d4}","130 lb.","× ({@dice 2d6}) lb."],["{@race Elf (high)}","4'6\"","+{@dice 2d10}","90 lb.","× ({@dice 1d4}) lb."],["{@race Elf (wood)}","4'6\"","+{@dice 2d10}","100 lb.","× ({@dice 1d4}) lb."],["{@race Elf (drow)}","4'5\"","+{@dice 2d6}","75 lb.","× ({@dice 1d6}) lb."],["{@race Halfling}","2'7\"","+{@dice 2d4}","35 lb.","× 1 lb"],["{@race Dragonborn}","5'6\"","+{@dice 2d8}","175 lb.","× ({@dice 2d6}) lb."],["{@race Gnome}","2' 11\"","+{@dice 2d4}","35 lb.","× 1 lb."],["{@race Half-elf}","4'9\"","+{@dice 2d8}","110 lb.","× ({@dice 2d4}) lb."],["{@race Half-orc}","4'10\"","+{@dice 2d10}","140 lb.","× ({@dice 2d6}) lb."],["{@race Tiefling}","4 '9\"","+{@dice 2d8}","110 lb.","× ({@dice 2d4}) lb."]],"name":"Random Height and Weight","page":121,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Standard Languages","srd":true,"basicRules":true,"colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Common","Humans","Common"],["Dwarvish","Dwarves","Dwarvish"],["Elvish","Elves","Elvish"],["Giant","Ogres, giants","Dwarvish"],["Gnomish","Gnomes","Dwarvish"],["Goblin","Goblinoids","Dwarvish"],["Halfling","Halflings","Common"],["Orc","Orcs","Dwarvish"]],"name":"Standard Languages","page":123,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Exotic Languages","basicRules":true,"srd":true,"colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Abyssal","Demons","Infernal"],["Celestial","Celestials","Celestial"],["Draconic","Dragons, dragonborn","Draconic"],["Deep Speech","Mind Flayers, beholders","—"],["Infernal","Devils","Infernal"],["Primordial","Elementals","Dwarvish"],["Sylvan","Fey creatures","Elvish"],["Undercommon","Underdark traders","Elvish"]],"name":"Exotic Languages","page":123,"source":"PHB","chapter":{"name":"Personality and Background","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Starting Wealth by Class","basicRules":true,"colLabels":["Class","Funds"],"colStyles":["col-6","col-6"],"rows":[["Barbarian","{@dice 2d4×10|2d4 × 10|Barbarian Starting Wealth} gp"],["Bard","{@dice 5d4×10|5d4 × 10|Bard Starting Wealth} gp"],["Cleric","{@dice 5d4×10|5d4 × 10|Cleric Starting Wealth} gp"],["Druid","{@dice 2d4×10|2d4 × 10|Druid Starting Wealth} gp"],["Fighter","{@dice 5d4×10|5d4 × 10|Fighter Starting Wealth} gp"],["Monk","{@dice 5d4|5d4|Monk Starting Wealth} gp"],["Paladin","{@dice 5d4×10|5d4 × 10|Paladin Starting Wealth} gp"],["Ranger","{@dice 5d4×10|5d4 × 10|Ranger Starting Wealth} gp"],["Rogue","{@dice 4d4×10|4d4 × 10|Rogue Starting Wealth} gp"],["Sorcerer","{@dice 3d4×10|3d4 × 10|Sorcerer Starting Wealth} gp"],["Warlock","{@dice 4d4×10|4d4 × 10|Warlock Starting Wealth} gp"],["Wizard","{@dice 4d4×10|4d4 × 10|Wizard Starting Wealth} gp"]],"name":"Starting Equipment; Starting Wealth by Class","page":143,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Standard Exchange Rates","srd":true,"basicRules":true,"colLabels":["Coin","cp","sp","ep","gp","pp"],"colStyles":["col-2","col-2","col-2","col-2","col-2","col-2"],"rows":[["Copper (cp)","1","1/10","1/50","1/100","1/1,000"],["Silver (sp)","10","1","1/5","1/10","1/100"],["Electrum (ep)","50","5","1","1/2","1/20"],["Gold (gp)","100","10","2","1","1/10"],["Platinum (pp)","1,000","100","20","10","1"]],"name":"Coinage; Standard Exchange Rates","page":143,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Armor","srd":true,"basicRules":true,"colLabels":["Armor","Cost","Armor Class (AC)","Strength","Stealth","Weight"],"colStyles":["col-3","col-1 text-right","col-3 text-center","col-1","col-3","col-1 text-center"],"rows":[["{@i Light Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item padded armor|phb|Padded}","5 gp","11 + Dex modifier","—","Disadvantage","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item leather armor|phb|Leather}","10 gp","11 + Dex modifier","—","—","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item studded leather armor|phb|Studded leather}","45 gp","12 + Dex modifier","—","—","13 lb."]},["{@i Medium Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item hide armor|phb|Hide}","10 gp","12 + Dex modifier (max 2)","—","—","12 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Chain shirt|phb}","50 gp","13 + Dex modifier (max 2)","—","—","20 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Scale mail|phb}","50 gp","14 + Dex modifier (max 2)","—","Disadvantage","45 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Breastplate|phb}","400 gp","14 + Dex modifier (max 2)","—","—","20 lb."]},{"type":"row","style":"row-indent-first","row":["{@item half plate armor|phb|Half plate}","750 gp","15 + Dex modifier (max 2)","—","Disadvantage","40 lb."]},["{@i Heavy Armor}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Ring mail|phb}","30 gp","14","—","Disadvantage","40 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Chain mail|phb}","75 gp","16","Str 13","Disadvantage","55 lb."]},{"type":"row","style":"row-indent-first","row":["{@item splint armor|phb|Splint}","200 gp","17","Str 15","Disadvantage","60 lb."]},{"type":"row","style":"row-indent-first","row":["{@item plate armor|phb|Plate}","1,500 gp","18","Str 15","Disadvantage","65 lb."]},["{@i Shield}","","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Shield|phb}","10 gp","+2","—","—","6 lb."]}],"name":"Armor and Shields; Armor","page":144,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Donning and Doffing Armor","basicRules":true,"srd":true,"colLabels":["Category","Don","Doff"],"colStyles":["col-4","col-4","col-4"],"rows":[["Light Armor","1 minute","1 minute"],["Medium Armor","5 minutes","1 minute"],["Heavy Armor","10 minutes","5 minutes"],["Shield","1 action","1 action"]],"name":"Getting Into and Out of Armor; Donning and Doffing Armor","page":146,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weapons","srd":true,"basicRules":true,"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-4","col-1 text-center","col-2","col-1 -text-right","col-4"],"rows":[["{@i Simple Melee Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Club|phb}","1 sp","1d4 bludgeoning","2 lb.","Light"]},{"type":"row","style":"row-indent-first","row":["{@item Dagger|phb}","2 gp","1d4 piercing","1 lb.","Finesse, light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Greatclub|phb}","2 sp","1d8 bludgeoning","10 lb.","Two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Handaxe|phb}","5 gp","1d6 slashing","2 lb.","Light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Javelin|phb}","5 sp","1d6 piercing","2 lb.","Thrown (range 30/120)"]},{"type":"row","style":"row-indent-first","row":["{@item Light hammer|phb}","2 gp","1d4 bludgeoning","2 lb.","Light, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Mace|phb}","5 gp","1d6 bludgeoning","4 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Quarterstaff|phb}","2 sp","1d6 bludgeoning","4 lb.","Versatile (1d8)"]},{"type":"row","style":"row-indent-first","row":["{@item Sickle|phb}","1 gp","1d4 slashing","2 lb.","Light"]},{"type":"row","style":"row-indent-first","row":["{@item Spear|phb}","1 gp","1d6 piercing","3 lb.","Thrown (range 20/60), versatile (1d8)"]},["{@i Simple Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item light crossbow|phb|Crossbow, light}","25 gp","1d8 piercing","5 lb.","Ammunition (range 80/320), loading, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Dart|phb}","5 cp","1d4 piercing","1/4 lb.","Finesse, thrown (range 20/60)"]},{"type":"row","style":"row-indent-first","row":["{@item Shortbow|phb}","25 gp","1d6 piercing","2 lb.","Ammunition (range 80/320), two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Sling|phb}","1 sp","1d4 bludgeoning","—","Ammunition (range 30/120)"]},["{@i Martial Melee Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Battleaxe|phb}","10 gp","1d8 slashing","4 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Flail|phb}","10 gp","1d8 bludgeoning","2 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Glaive|phb}","20 gp","1d10 slashing","6 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Greataxe|phb}","30 gp","1d12 slashing","7 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Greatsword|phb}","50 gp","2d6 slashing","6 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Halberd|phb}","20 gp","1d10 slashing","6 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Lance|phb}","10 gp","1d12 piercing","6 lb.","Reach, special"]},{"type":"row","style":"row-indent-first","row":["{@item Longsword|phb}","15 gp","1d8 slashing","3 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Maul|phb}","10 gp","2d6 bludgeoning","10 lb.","Heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Morningstar|phb}","15 gp","1d8 piercing","4 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Pike|phb}","5 gp","1d10 piercing","18 lb.","Heavy, reach, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Rapier|phb}","25 gp","1d8 piercing","2 lb.","Finesse"]},{"type":"row","style":"row-indent-first","row":["{@item Scimitar|phb}","25 gp","1d6 slashing","3 lb.","Finesse, light"]},{"type":"row","style":"row-indent-first","row":["{@item Shortsword|phb}","10 gp","1d6 piercing","2 lb.","Finesse, light"]},{"type":"row","style":"row-indent-first","row":["{@item Trident|phb}","5 gp","1d6 piercing","4 lb.","Thrown (range 20/60), versatile (1d8)"]},{"type":"row","style":"row-indent-first","row":["{@item War pick|phb}","5 gp","1d8 piercing","2 lb.","—"]},{"type":"row","style":"row-indent-first","row":["{@item Warhammer|phb}","15 gp","1d8 bludgeoning","2 lb.","Versatile (1d10)"]},{"type":"row","style":"row-indent-first","row":["{@item Whip|phb}","2 gp","1d4 slashing","3 lb.","Finesse, reach"]},["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["{@item Blowgun|phb}","10 gp","1 piercing","1 lb.","Ammunition (range 25/100), loading"]},{"type":"row","style":"row-indent-first","row":["{@item hand crossbow|phb|Crossbow, hand}","75 gp","1d6 piercing","3 lb.","Ammunition (range 30/120), light, loading"]},{"type":"row","style":"row-indent-first","row":["{@item heavy crossbow|phb|Crossbow, heavy}","50 gp","1d10 piercing","18 lb.","Ammunition (range 100/400), heavy, loading, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Longbow|phb}","50 gp","1d8 piercing","2 lb.","Ammunition (range 150/600), heavy, two-handed"]},{"type":"row","style":"row-indent-first","row":["{@item Net|phb}","1 gp","—","3 lb.","Special, thrown (range 5/15)"]}],"name":"Weapons","page":146,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adventuring Gear","srd":true,"basicRules":true,"colLabels":["Item","Cost","Weight"],"colStyles":["col-4","col-4 text-right","col-4 text-center"],"rows":[["{@item Abacus|PHB}","2 gp","2 lb."],["{@item Acid (vial)|PHB}","25 gp","1 lb."],["{@item Alchemist's fire (flask)|PHB}","50 gp","1 lb."],["{@i Ammunition}","",""],{"type":"row","style":"row-indent-first","row":["{@item Arrows (20)|PHB}","1 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Blowgun needles (50)|PHB}","1 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Crossbow bolts (20)|PHB}","1 gp","1½ lb."]},{"type":"row","style":"row-indent-first","row":["{@item Sling bullets (20)|PHB}","4 cp","1½ lb."]},["{@item Antitoxin (vial)|PHB}","50 gp","—"],["{@i {@item Arcane focus|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Crystal|PHB}","10 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Orb|PHB}","20 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Rod|PHB}","10 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Staff|PHB}","5 gp","4 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Wand|PHB}","10 gp","1 lb."]},["{@item Backpack|PHB}","2 gp","5 lb."],["{@item Ball bearings (bag of 1,000)|PHB}","1 gp","2 lb."],["{@item Barrel|PHB}","2 gp","70 lb."],["{@item Basket|PHB}","4 sp","2 lb."],["{@item Bedroll|PHB}","1 gp","7 lb."],["{@item Bell|PHB}","1 gp","—"],["{@item Blanket|PHB}","5 sp","3 lb."],["{@item Block and tackle|PHB}","1 gp","5 lb."],["{@item Book|PHB}","25 gp","5 lb."],["{@item glass bottle|PHB|Bottle, glass}","2 gp","2 lb."],["{@item Bucket|PHB}","5 cp","2 lb."],["{@item Caltrops (bag of 20)|PHB}","1 gp","2 lb."],["{@item Candle|PHB}","1 cp","—"],["{@item crossbow bolt case|PHB|Case, crossbow bolt}","1 gp","1 lb."],["{@item map or scroll case|PHB|Case, map or scroll}","1 gp","1 lb."],["{@item Chain (10 feet)|PHB}","5 gp","10 lb."],["{@item Chalk (1 piece)|PHB}","1 cp","—"],["{@item Chest|PHB}","5 gp","25 lb."],["{@item common clothes|PHB|Clothes, common}","5 sp","3 lb."],["{@item costume clothes|PHB|Clothes, costume}","5 gp","4 lb."],["{@item fine clothes|PHB|Clothes, fine}","15 gp","6 lb."],["{@item traveler's clothes|PHB|Clothes, traveler's}","2 gp","4 lb."],["{@item Component pouch|PHB}","25 gp","2 lb."],["{@item Crowbar|PHB}","2 gp","5 lb."],["{@i {@item Druidic focus|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Sprig of mistletoe|PHB}","1 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Totem|PHB}","1 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Wooden staff|PHB}","5 gp","4 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Yew wand|PHB}","10 gp","1 lb."]},["{@item Fishing tackle|PHB}","1 gp","4 lb."],["{@item Flask|PHB} or {@item tankard|PHB}","2 cp","1 lb."],["{@item Grappling hook|PHB}","2 gp","4 lb."],["{@item Hammer|PHB}","1 gp","3 lb."],["{@item sledgehammer|PHB|Hammer, sledge}","2 gp","10 lb."],["{@item Healer's Kit|PHB}","5 gp","3 lb."],["{@i {@item Holy symbol|PHB}}","",""],{"type":"row","style":"row-indent-first","row":["{@item Amulet|PHB}","5 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Emblem|PHB}","5 gp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Reliquary|PHB}","5 gp","2 lb."]},["{@item Holy water (flask)|PHB}","25 gp","1 lb."],["{@item Hourglass|PHB}","25 gp","1 lb."],["{@item Hunting trap|PHB}","5 gp","25 lb."],["{@item Ink (1-ounce bottle)|PHB}","10 gp","—"],["{@item Ink pen|PHB}","2 cp","—"],["{@item Jug|PHB} or {@item pitcher|PHB}","2 cp","4 lb."],["{@item climber's kit|PHB|Kit, climber's}","25 gp","12 lb."],["{@item disguise kit|PHB|Kit, disguise}","25 gp","3 lb."],["{@item forgery kit|PHB|Kit, forgery}","15 gp","5 lb."],["{@item herbalism kit|PHB|Kit, herbalism}","5 gp","3 lb."],["{@item healer's kit|PHB|Kit, healer's}","5 gp","3 lb."],["{@item mess kit|PHB|Kit, mess}","2 sp","1 lb."],["{@item poisoner's kit|PHB|Kit, poisoner's}","50 gp","2 lb."],["{@item Ladder (10-foot)|PHB}","1 sp","25 lb."],["{@item Lamp|PHB}","5 sp","1 lb."],["{@item bullseye lantern|PHB|Lantern, bullseye}","10 gp","2 lb."],["{@item hooded lantern|PHB|Lantern, hooded}","5 gp","2 lb."],["{@item Lock|PHB}","10 gp","1 lb."],["{@item Magnifying glass|PHB}","100 gp","—"],["{@item Manacles|PHB}","2 gp","6 lb."],["{@item steel mirror|PHB|Mirror, steel}","5 gp","1/2 lb."],["{@item Oil (flask)|PHB}","1 sp","1 lb."],["{@item Paper (one sheet)|PHB}","2 sp","—"],["{@item Parchment (one sheet)|PHB}","1 sp","—"],["{@item Perfume (vial)|PHB}","5 gp","—"],["{@item miner's pick|PHB|Pick, miner's}","2 gp","10 lb."],["{@item Piton|PHB}","5 cp","1/4 lb."],["{@item basic poison (vial)|PHB|Poison, basic (vial)}","100 gp","—"],["{@item Pole (10-foot)|PHB}","5 cp","7 lb."],["{@item iron pot|PHB|Pot, iron}","2 gp","10 lb."],["{@item Potion of healing|DMG}","50 gp","1/2 lb."],["{@item Pouch|PHB}","5 sp","1 lb."],["{@item Quiver|PHB}","1 gp","1 lb."],["{@item portable ram|PHB|Ram, portable}","4 gp","35 lb."],["{@item Rations (1 day)|PHB}","5 sp","2 lb."],["{@item Robes|PHB}","1 gp","4 lb."],["{@item hempen rope (50 feet)|PHB|Rope, hempen (50 feet)}","1 gp","10 lb."],["{@item silk rope (50 feet)|PHB|Rope, silk (50 feet)}","10 gp","5 lb."],["{@item Sack|PHB}","1 cp","1/2 lb."],["{@item merchant's scale|PHB|Scale, merchant's}","5 gp","3 lb."],["{@item Sealing wax|PHB}","5 sp","—"],["{@item Shovel|PHB}","2 gp","5 lb."],["{@item Signal whistle|PHB}","5 cp","—"],["{@item Signet ring|PHB}","5 gp","—"],["{@item Soap|PHB}","2 cp","—"],["{@item Spellbook|PHB}","50 gp","3 lb."],["{@item iron spikes (10)|PHB|Spikes, iron (10)}","1 gp","5 lb."],["{@item Spyglass|PHB}","1,000 gp","1 lb."],["{@item two-person tent|PHB|Tent, two-person}","2 gp","20 lb."],["{@item Tinderbox|PHB}","5 sp","1 lb."],["{@item Torch|PHB}","1 cp","1 lb."],["{@item Vial|PHB}","1 gp","—"],["{@item Waterskin|PHB}","2 sp","5 lb. (full)"],["{@item Whetstone|PHB}","1 cp","1 lb."]],"name":"Adventuring Gear","page":148,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Container Capacity","srd":true,"basicRules":true,"colLabels":["Container","Capacity"],"colStyles":["col-6","col-6"],"rows":[["{@item Backpack|phb}*","1 cubic foot/30 pounds of gear"],["{@item Barrel|phb}","40 gallons liquid, 4 cubic feet solid"],["{@item Basket|phb}","2 cubic feet/40 pounds of gear"],["{@item Glass Bottle|phb|Bottle}","1½ pints liquid"],["{@item Bucket|phb}","3 gallons liquid, 1/2 cubic foot solid"],["{@item Chest|phb}","12 cubic feet/300 pounds of gear"],["{@item Flask|phb} or {@item tankard|phb}","1 pint liquid"],["{@item Jug|phb} or {@item pitcher|phb}","1 gallon liquid"],["{@item Iron Pot|phb|Pot, iron}","1 gallon liquid"],["{@item Pouch|phb}","1/5 cubic foot/6 pounds of gear"],["{@item Sack|phb}","1 cubic foot/30 pounds of gear"],["{@item Vial|phb}","4 ounces liquid"],["{@item Waterskin|phb}","4 pints liquid"]],"footnotes":["* You can also strap items, such as a bedroll or a coil of rope, to the outside of a backpack."],"name":"Adventuring Gear; Container Capacity","page":148,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-center"],"rows":[["{@i Artisan's tools}","",""],{"type":"row","style":"row-indent-first","row":["{@item Alchemist's supplies|phb}","50 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Brewer's supplies|phb}","20 gp","9 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Calligrapher's supplies|phb}","10 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Carpenter's tools|phb}","8 gp","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cartographer's tools|phb}","15 gp.","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cobbler's tools|phb}","5 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Cook's utensils|phb}","1 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Glassblower's tools|phb}","30 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Jeweler's tools|phb}","25 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Leatherworker's tools|phb}","5 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Mason's tools|phb}","10 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Painter's supplies|phb}","10 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Potter's tools|phb}","10 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Smith's tools|phb}","20 gp","8 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Tinker's tools|phb}","50 gp","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Weaver's tools|phb}","1 gp","5 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Woodcarver's tools|phb}","1 gp","5 lb."]},["{@item Disguise Kit|phb}","25 gp","3 lb."],["{@item Forgery kit|phb}","15 gp","5 lb."],["{@i Gaming sets}","",""],{"type":"row","style":"row-indent-first","row":["{@item Dice set|phb}","1 sp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Dragonchess set|phb}","1 gp","1/2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Playing card set|phb}","5 sp","—"]},{"type":"row","style":"row-indent-first","row":["{@item Three-Dragon Ante set|phb}","1 gp","—"]},["{@item Herbalism kit|phb}","5 gp","3 lb."],["{@i Musical instruments}","",""],{"type":"row","style":"row-indent-first","row":["{@item Bagpipes|phb}","30 gp","6 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Drum|phb}","6 gp","3 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Dulcimer|phb}","25 gp","10 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Flute|phb}","2 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Lute|phb}","35 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Lyre|phb}","30 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Horn|phb}","3 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Pan flute|phb}","12 gp","2 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Shawm|phb}","2 gp","1 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Viol|phb}","30 gp","1 lb."]},["{@item Navigator's tools|phb}","25 gp","2 lb."],["{@item Poisoner's kit|phb}","50 gp","2 lb."],["{@item Thieves' tools|phb}","25 gp","1 lb."],["Vehicles (land or water)","*","*"]],"footnotes":["* See the \"Mounts and Vehicles\" section."],"name":"Tools","page":154,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Mounts and Other Animals","basicRules":true,"srd":true,"colLabels":["Item","Cost","Speed","Carrying Capacity"],"colStyles":["col-6","col-2 text-right","col-2 text-right","col-2 text-right"],"rows":[["{@item Camel|phb}","50 gp","50 ft.","480 lb."],["{@item Donkey|phb} or {@item mule|phb}","8 gp","40 ft.","420 lb."],["{@item Elephant|phb}","200 gp","40 ft.","1,320 lb."],["{@item draft horse|phb|Horse, draft}","50 gp","40 ft.","540 lb."],["{@item riding horse|phb|Horse, riding}","75 gp","60 ft.","480 lb."],["{@item Mastiff|phb}","25 gp","40 ft.","195 lb."],["{@item Pony|phb}","30 gp","40 ft.","225 lb."],["{@item Warhorse|phb}","400 gp","60 ft.","540 lb."]],"name":"Mounts and Vehicles; Mounts and Other Animals","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tack, Harness, and Drawn Vehicles","basicRules":true,"srd":true,"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Barding|PHB}","×4","×2"],["{@item Bit and bridle|PHB}","2 gp","1 lb."],["{@item Carriage|PHB}","100 gp","600 lb."],["{@item Cart|PHB}","15 gp","200 lb."],["{@item Chariot|PHB}","250 gp","100 lb."],["Animal Feed (per day)","5 cp","10 lb."],["{@i Saddle}","",""],{"type":"row","style":"row-indent-first","row":["{@item Exotic saddle|PHB|Exotic}","60 gp","40 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Military saddle|PHB|Military}","20 gp","30 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Pack saddle|PHB|Pack}","5 gp","15 lb."]},{"type":"row","style":"row-indent-first","row":["{@item Riding saddle|PHB|Riding}","10 gp","25 lb."]},["{@item Saddlebags|PHB}","4 gp","8 lb."],["{@item Sled|PHB}","20 gp","300 lb."],["Stabling (per day)","5 sp","—"],["{@item Wagon|PHB}","35 gp","400 lb."]],"name":"Mounts and Vehicles; Tack, Harness, and Drawn Vehicles","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Waterborne Vehicles","basicRules":true,"srd":true,"colLabels":["Item","Cost","Speed"],"colStyles":["col-8","col-2 text-right","col-2 text-right"],"rows":[["{@item Galley|DMG}","30,000 gp","4 mph"],["{@item Keelboat|DMG}","3,000 gp","1 mph"],["{@item Longship|DMG}","10,000 gp","3 mph"],["{@item Rowboat|DMG}","50 gp","1½ mph"],["{@item Sailing ship|DMG}","10,000 gp","2 mph"],["{@item Warship|DMG}","25,000 gp","2½ mph"]],"name":"Mounts and Vehicles; Waterborne Vehicles","page":155,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Trade Goods","srd":true,"colLabels":["Cost","Goods"],"colStyles":["col-1 text-right","col-11"],"rows":[["1 cp","1 lb. of wheat"],["2 cp","1 lb. of flour or one chicken"],["5 cp","1 lb. of salt"],["1 sp","1 lb. of iron or 1 sq. yd. of canvas"],["5 sp","1 lb. of copper or 1 sq. yd. of cotton cloth"],["1 gp","1 lb. of ginger or one goat"],["2 gp","1 lb. of cinnamon or pepper, or one sheep"],["3 gp","1 lb. of cloves or one pig"],["5 gp","1 lb. of silver or 1 sq. yd. of linen"],["10 gp","1 sq. yd. of silk or one cow"],["15 gp","1 lb. of saffron or one ox"],["50 gp","1 lb. of gold"],["500 gp","1 lb. of platinum"]],"name":"Trade Goods","page":157,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Lifestyle Expenses","colLabels":["Lifestyle","Price/Day"],"colStyles":["col-6","col-6 text-right"],"rows":[["Wretched","—"],["Squalid","1 sp"],["Poor","2 sp"],["Modest","1 gp"],["Comfortable","2 gp"],["Wealthy","4 gp"],["Aristocratic","10 gp minimum"]],"name":"Lifestyle Expenses","page":157,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Food, Drink, and Lodging","basicRules":true,"srd":true,"colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["{@item Ale (Gallon)|PHB|Gallon}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item Ale (mug)|phb|Mug}","4 cp"]},["Banquet (per person)","10 gp"],["{@item loaf of bread|phb|Bread, loaf}","2 cp"],["{@item hunk of cheese|phb|Cheese, hunk}","1 sp"],["{@i Inn stay (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},["{@i Meals (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["{@item chunk of meat|phb|Meat, chunk}","3 sp"],["{@i Wine}",""],{"type":"row","style":"row-indent-first","row":["{@item common wine (pitcher)|phb|Common (pitcher)}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item fine wine (bottle)|phb|Fine (bottle)}","10 gp"]}],"name":"Food, Drink, and Lodging","page":158,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Services","basicRules":true,"srd":true,"colLabels":["Service","Pay"],"colStyles":["col-6","col-6"],"rows":[["{@i Coach cab}",""],{"type":"row","style":"row-indent-first","row":["Between towns","3 cp per mile"]},{"type":"row","style":"row-indent-first","row":["Coach cab, Within a city","1 cp"]},["{@i Hireling}",""],{"type":"row","style":"row-indent-first","row":["Skilled","2 gp per day"]},{"type":"row","style":"row-indent-first","row":["Untrained","2 sp per day"]},["Messenger","2 cp per mile"],["Road or gate toll","1 cp"],["Ship's passage","1 sp per mile"]],"name":"Services","page":159,"source":"PHB","chapter":{"name":"Equipment","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Multiclassing Prerequisites","srd":true,"colLabels":["Class","Ability Score Minimum"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Strength 13"],["{@class Bard}","Charisma 13"],["{@class Cleric}","Wisdom 13"],["{@class Druid}","Wisdom 13"],["{@class Fighter}","Strength 13 or Dexterity 13"],["{@class Monk}","Dexterity 13 and Wisdom 13"],["{@class Paladin}","Strength 13 and Charisma 13"],["{@class Ranger}","Dexterity 13 and Wisdom 13"],["{@class Rogue}","Dexterity 13"],["{@class Sorcerer}","Charisma 13"],["{@class Warlock}","Charisma 13"],["{@class Wizard}","Intelligence 13"]],"name":"Multiclassing Prerequisites","page":163,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Multiclassing Proficiencies","srd":true,"colLabels":["Class","Proficiencies Gained"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Shields, simple weapons, martial weapons"],["{@class Bard}","Light armor, one skill of your choice, one musical instrument of your choice"],["{@class Cleric}","Light armor, medium armor, shields"],["{@class Druid}","Light armor, medium armor, shields (druids will not wear armor or use shields made of metal)"],["{@class Fighter}","Light armor, medium armor, shields, simple weapons, martial weapons"],["{@class Monk}","Simple weapons, shortswords"],["{@class Paladin}","Light armor, medium armor, shields, simple weapons, martial weapons"],["{@class Ranger}","Light armor, medium armor, shields, simple weapons, martial weapons, one skill from the class's skill list"],["{@class Rogue}","Light armor, one skill from the class's skill list, {@item thieves' tools|phb}"],["{@class Sorcerer}","—"],["{@class Warlock}","Light armor, simple weapons"],["{@class Wizard}","—"]],"name":"Multiclassing Proficiencies","page":164,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Multiclass Spellcaster: Spell Slots per Spell Level","srd":true,"colLabels":["Lvl.","1st","2nd","3rd","4th","5th","6th","7th","8th","9th"],"colStyles":["col-1-2","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center","col-1-2 text-center"],"rows":[["1st",2,"—","—","—","—","—","—","—","—"],["2nd",3,"—","—","—","—","—","—","—","—"],["3rd",4,2,"—","—","—","—","—","—","—"],["4th",4,3,"—","—","—","—","—","—","—"],["5th",4,3,2,"—","—","—","—","—","—"],["6th",4,3,3,"—","—","—","—","—","—"],["7th",4,3,3,1,"—","—","—","—","—"],["8th",4,3,3,2,"—","—","—","—","—"],["9th",4,3,3,3,1,"—","—","—","—"],["10th",4,3,3,3,2,"—","—","—","—"],["11th",4,3,3,3,2,1,"—","—","—"],["12th",4,3,3,3,2,1,"—","—","—"],["13th",4,3,3,3,2,1,1,"—","—"],["14th",4,3,3,3,2,1,1,"—","—"],["15th",4,3,3,3,2,1,1,1,"—"],["16th",4,3,3,3,2,1,1,1,"—"],["17th",4,3,3,3,2,1,1,1,1],["18th",4,3,3,3,3,1,1,1,1],["19th",4,3,3,3,3,2,1,1,1],["20th",4,3,3,3,3,2,2,1,1]],"name":"Spellcasting; Multiclass Spellcaster: Spell Slots per Spell Level","page":164,"source":"PHB","chapter":{"name":"Customization Options","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Ability Scores and Modifiers","basicRules":true,"srd":true,"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1","-5","16-17","+3"],["2-3","-4","18-19","+4"],["4-5","-3","20-21","+5"],["6-7","-2","22-23","+6"],["8-9","-1","24-25","+7"],["10-11","+0","26-27","+8"],["12-13","+1","28-29","+9"],["14-15","+2","30","+10"]],"name":"Ability Scores and Modifiers","page":173,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Typical Difficulty Classes","basicRules":true,"srd":true,"colLabels":["Task Difficulty","DC"],"colStyles":["col-9","col-3 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Medium","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Ability Checks; Typical Difficulty Classes","page":174,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"colLabels":["Ability","Skills"],"colStyles":["col-2","col-10"],"rows":[["Strength","{@skill Athletics}"],["Dexterity","{@skill Acrobatics}, {@skill Sleight of Hand}, {@skill Stealth}"],["Intelligence","{@skill Arcana}, {@skill History}, {@skill Investigation}, {@skill Nature}, {@skill Religion}"],["Wisdom","{@skill Animal Handling}, {@skill Insight}, {@skill Medicine}, {@skill Perception}, {@skill Survival}"],["Charisma","{@skill Deception}, {@skill Intimidation}, {@skill Performance}, {@skill Persuasion}"]],"name":"Skills","page":174,"source":"PHB","chapter":{"name":"Using Ability Scores","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Travel Pace","basicRules":true,"srd":true,"colLabels":["Pace","Distance Traveled per Minute","Distance Traveled per Hour","Distance Traveled per Day","Effect"],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","-5 penalty to passive Wisdom ({@skill Perception}) scores"],["Normal","300 feet","3 miles","24 miles","-"],["Slow","200 feet","2 miles","18 miles","Able to use stealth"]],"name":"Travel Pace","page":181,"source":"PHB","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Size Categories","basicRules":true,"srd":true,"colLabels":["Size","Space"],"colStyles":["col-6","col-6"],"rows":[["Tiny","2½ by 2½ ft."],["Small","5 by 5 ft."],["Medium","5 by 5 ft."],["Large","10 by 10 ft."],["Huge","15 by 15 ft."],["Gargantuan","20 by 20 ft. or larger"]],"name":"Creature Size; Size Categories","page":191,"source":"PHB","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Deities of the Forgotten Realms","basicRules":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Auril}, goddess of winter","NE","Nature, Tempest","Six-pointed snowflake"],["{@deity Azuth}, god of wizards","LN","Knowledge","Left hand pointing upward, outlined in fire"],["{@deity Bane}, god of tyranny","LE","War","Upright black right hand, thumb and fingers together"],["{@deity Beshaba}, goddess of misfortune","CE","Trickery","Black antlers"],["{@deity Bhaal}, god of murder","NE","Death","Skull surrounded by a ring of blood droplets"],["{@deity Chauntea}, goddess of agriculture","NG","Life","Sheaf of grain or a blooming rose over grain"],["{@deity Cyric}, god of lies","CE","Trickery","White jawless skull on black or purple sunburst"],["{@deity Deneir}, god of writing","NG","Knowledge","Lit candle above an open eye"],["{@deity Eldath}, goddess of peace","NG","Life, Nature","Waterfall plunging into still pool"],["{@deity Gond}, god of craft","N","Knowledge","Toothed cog with four spokes"],["{@deity Helm}, god of protection","LN","Life, Light","Staring eye on upright left gauntlet"],["{@deity Ilmater}, god of endurance","LG","Life","Hands bound at the wrist with red cord"],["{@deity Kelemvor}, god of the dead","LN","Death","Upright skeletal arm holding balanced scales"],["{@deity Lathander}, god of birth and renewal","NG","Life, Light","Road traveling into a sunrise"],["{@deity Leira}, goddess of illusion","CN","Trickery","Point-down triangle containing a swirl of mist"],["{@deity Lliira}, goddess of joy","CG","Life","Triangle of three six-pointed stars"],["{@deity Loviatar}, goddess of pain","LE","Death","Nine-tailed barbed scourge"],["{@deity Malar}, god of the hunt","CE","Nature","Clawed paw"],["{@deity Mask}, god of thieves","CN","Trickery","Black mask"],["{@deity Mielikki}, goddess of forests","NG","Nature","Unicorn's head"],["{@deity Milil}, god of poetry and song","NG","Light","Five-stringed harp made of leaves"],["{@deity Myrkul}, god of death","NE","Death","White human skull"],["{@deity Mystra}, goddess of magic","NG","Knowledge","Circle of seven stars, or nine stars encircling a flowing red mist, or a single star"],["{@deity Oghma}, god of knowledge","N","Knowledge","Blank scroll"],["{@deity Savras}, god of divination and fate","LN","Knowledge","Crystal ball containing many kinds of eyes"],["{@deity Selûne}, goddess of the moon","CG","Knowledge, Life","Pair of eyes surrounded by seven stars"],["{@deity Shar}, goddess of darkness and loss","NE","Death, Trickery","Black disk encircled with a border"],["{@deity Silvanus}, god of wild nature","N","Nature","Oak leaf"],["{@deity Sune}, goddess of love and beauty","CG","Life, Light","Face of a beautiful red-haired woman"],["{@deity Talona}, goddess of disease and poison","CE","Death","Three teardrops on a triangle"],["{@deity Talos}, god of storms","CE","Tempest","Three lightning bolts radiating from a central point"],["{@deity Tempus}, god of war","N","War","Upright flaming sword"],["{@deity Torm}, god of courage and self-sacrifice","LG","War","White right gauntlet"],["{@deity Tymora}, goddess of good fortune","CG","Trickery","Face-up coin"],["{@deity Tyr}, god of justice","LG","War","Balanced scales resting on a warhammer"],["{@deity Umberlee}, goddess of the sea","CE","Tempest","Wave curling left and right"],["{@deity Waukeen}, goddess of trade","N","Knowledge, Trickery","Upright coin with Waukeen's profile facing left"]],"name":"Deities of the Forgotten Realms","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Greyhawk","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Beory|Greyhawk}, goddess of nature","N","Nature","Green disk"],["{@deity Boccob|Greyhawk}, god of magic","N","Knowledge","Eye within a pentagram"],["{@deity Celestian|Greyhawk}, god of stars and wanderers","N","Knowledge","Arc of seven stars inside a circle"],["{@deity Ehlonna|Greyhawk}, goddess of woodlands","NG","Life, Nature","Unicorn horn"],["{@deity Erythnul|Greyhawk}, god of envy and slaughter","CE","War","Blood drop"],["{@deity Fharlanghn|Greyhawk}, god of horizons and travel","NG","Knowledge, Trickery","Circle crossed by a curved horizon line"],["{@deity Heironeous|Greyhawk}, god of chivalry and valor","LG","War","Lightning bolt"],["{@deity Hextor|Greyhawk}, god of war and discord","LE","War","Six arrows facing downward in a fan"],["{@deity Kord|Greyhawk}, god of athletics and sport","CG","Tempest, War","Four spears and four maces radiating out from a central point"],["{@deity Incabulos|Greyhawk}, god of plague and famine","NE","Death","Reptilian eye with a horizontal diamond"],["{@deity Istus|Greyhawk}, goddess of fate and destiny","N","Knowledge","Weaver's spindle with three strands"],["{@deity Iuz|Greyhawk}, god of pain and oppression","CE","Death","Grinning human skull"],["{@deity Nerull|Greyhawk}, god of death","NE","Death","Skull with either a sickle or a scythe"],["{@deity Obad-Hai|Greyhawk}, god of nature","N","Nature","Oak leaf and acorn"],["{@deity Olidammara|Greyhawk}, god of revelry","CN","Trickery","Laughing mask"],["{@deity Pelor|Greyhawk}, god of the sun and healing","NG","Life, Light","Sun"],["{@deity Pholtus|Greyhawk}, god of light and law","LG","Light","Silver sun or full moon partially eclipsed by a smaller crescent moon"],["{@deity Ralishaz|Greyhawk}, god of ill luck and insanity","CN","Trickery","Three bone fate-casting sticks"],["{@deity Rao|Greyhawk}, god of peace and reason","LG","Knowledge","White heart"],["{@deity St. Cuthbert|Greyhawk}, god of common sense and zeal","LN","Knowledge","Circle at the center of a starburst of lines"],["{@deity Tharizdun|Greyhawk}, god of eternal darkness","CE","Trickery","Dark spiral or inverted ziggurat"],["{@deity Trithereon|Greyhawk}, god of liberty and retribution","CG","War","Triskelion"],["{@deity Ulaa|Greyhawk}, goddess of hills and mountains","LG","Life, War","Mountain with a circle at its heart"],["{@deity Vecna|Greyhawk}, god of evil secrets","NE","Knowledge","Hand with eye in the palm"],["{@deity Wee Jas|Greyhawk}, goddess of magic and death","LN","Death, Knowledge","Red skull in front of fireball"]],"name":"Deities of Greyhawk","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Good","colLabels":["The Gods of Good","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Paladine|dragonlance}, god of rulers and guardians","LG","War","Silver triangle"],["{@deity Branchala|dragonlance}, god of music","NG","Light","Bard's harp"],["{@deity Habbakuk|dragonlance}, god of animal life and the sea","NG","Nature, Tempest","Blue bird"],["{@deity Kiri-Jolith|dragonlance}, god of honor and war","LG","War","Bison's horns"],["{@deity Majere|dragonlance}, god of meditation and order","LG","Knowledge","Copper spider"],["{@deity Mishakal|dragonlance}, goddess of healing","LG","Knowledge, Life","Blue infinity sign"],["{@deity Solinari|dragonlance}, god of good magic","LG","no clerics","White circle or sphere"]],"name":"Deities of Dragonlance: Good","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Neutral","colLabels":["The Gods of Neutrality","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Gilean|dragonlance}, god of knowledge","N","Knowledge","Open book"],["{@deity Chislev|dragonlance}, goddess of nature","N","Nature","Feather"],["{@deity Reorx|dragonlance}, god of craft","N","Knowledge","Forging hammer"],["{@deity Shinare|dragonlance}, goddess of wealth and trade","N","Knowledge, Trickery","Griffon's wing"],["{@deity Sirrion|dragonlance}, god of fire and change","N","Nature","Multi-colored fire"],["{@deity Zivilyn|dragonlance}, god of wisdom","N","Knowledge","Great green or gold tree"],["{@deity Lunitari|dragonlance}, goddess of neutral magic","N","no clerics","Red circle or sphere"]],"name":"Deities of Dragonlance: Neutral","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Deities of Dragonlance: Evil","colLabels":["The Gods of Evil","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Takhisis|Dragonlance}, goddess of night and hatred","LE","Death","Black crescent"],["{@deity Chemosh|Dragonlance}, god of the undead","LE","Death","Yellow skull"],["{@deity Hiddukel|Dragonlance}, god of lies and greed","CE","Trickery","Broken merchant's scales"],["{@deity Morgion|Dragonlance}, god of disease and secrecy","NE","Death","Hood with two red eyes"],["{@deity Sargonnas|Dragonlance}, god of vengeance and fire","LE","War","Stylized red condor"],["{@deity Zeboim|Dragonlance}, goddess of the sea and storms","CE","Tempest","Turtle shell"],["{@deity Nuitari|Dragonlance}, god of evil magic","LE","no clerics","Black circle or sphere"]],"name":"Deities of Dragonlance: Evil","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Nonhuman Deities","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Bahamut|nonhuman}, dragon god of good","LG","Life, War","Dragon's head in profile"],["{@deity Blibdoolpoolp|nonhuman}, kuo-toa goddess","NE","Death","Lobster head or black pearl"],["{@deity Corellon Larethian|nonhuman}, elf deity of art and magic","CG","Light","Quarter moon or starburst"],["{@deity Deep Sashelas|nonhuman}, elf god of the sea","CG","Nature, Tempest","Dolphin"],["{@deity Eadro|nonhuman}, merfolk deity of the sea","N","Nature, Tempest","Spiral design"],["{@deity Garl Glittergold|nonhuman}, gnome god of trickery and wiles","LG","Trickery","Gold nugget"],["{@deity Grolantor|nonhuman}, hill giant god of war","CE","War","Wooden club"],["{@deity Gruumsh|nonhuman}, orc god of storms and war","CE","Tempest, War","Unblinking eye"],["{@deity Hruggek|nonhuman}, bugbear god of violence","CE","War","Morningstar"],["{@deity Kurtulmak|nonhuman}, kobold god of war and mining","LE","War","Gnome skull"],["{@deity Laogzed|nonhuman}, troglodyte god of hunger","CE","Death","Image of the lizard/toad god"],["{@deity Lolth|nonhuman}, drow goddess of spiders","CE","Trickery","Spider"],["{@deity Maglubiyet|nonhuman}, goblinoid god of war","LE","War","Bloody axe"],["{@deity Moradin|nonhuman}, dwarf god of creation","LG","Knowledge","Hammer and anvil"],["{@deity Rillifane Rallathil|nonhuman}, wood elf god of nature","CG","Nature","Oak"],["{@deity Sehanine Moonbow|nonhuman}, elf goddess of the moon","CG","Knowledge","Crescent moon"],["{@deity Sekolah|nonhuman}, sahuagin god of the hunt","LE","Nature, Tempest","Shark"],["{@deity Semuanya|nonhuman}, lizardfolk deity of survival","N","Life","Egg"],["{@deity Skerrit|nonhuman}, centaur and satyr god of nature","N","Nature","Oak growing from acorn"],["{@deity Skoraeus Stonebones|nonhuman}, god of stone giants and art","N","Knowledge","Stalactite"],["{@deity Surtur|nonhuman}, god of fire giants and craft","LE","Knowledge, War","Flaming sword"],["{@deity Thrym|nonhuman}, god of frost giants and strength","CE","War","White double-bladed axe"],["{@deity Tiamat|nonhuman}, dragon goddess of evil","LE","Trickery","Dragon head with five claw marks"],["{@deity Yondalla|nonhuman}, halfling goddess of fertility and protection","LG","Life","Shield"]],"name":"Nonhuman Deities","page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Celtic Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Daghdha|celtic}, god of weather and crops","CG","Nature, Trickery","Bubbling cauldron or shield"],["{@deity Arawn|celtic}, god of life and death","NE","Life, Death","Black star on gray background"],["{@deity Belenus|celtic}, god of sun, light, and warmth","NG","Light","Solar disk and standing stones"],["{@deity Brigantia|celtic}, goddess of rivers and livestock","NG","Life","Footbridge"],["{@deity Diancecht|celtic}, god of medicine and healing","LG","Life","Crossed oak and mistletoe branches"],["{@deity Dunatis|celtic}, god of mountains and peaks","N","Nature","Red sun-capped mountain peak"],["{@deity Goibhniu|celtic}, god of smiths and healing","NG","Knowledge, Life","Giant mallet over sword"],["{@deity Lugh|celtic}, god of arts, travel, and commerce","CN","Knowledge, Life","Pair of long hands"],["{@deity Manannan mac Lir|celtic}, god of oceans and sea creatures","LN","Nature, Tempest","Wave of white water on green"],["{@deity Math Mathonwy|celtic}, god of magic","NE","Knowledge","Staff"],["{@deity Morrigan|celtic}, goddess of battle","CE","War","Two crossed spears"],["{@deity Nuada|celtic}, god of war and warriors","N","War","Silver hand on black background"],["{@deity Oghma|celtic}, god of speech and writing","NG","Knowledge","Unfurled scroll"],["{@deity Silvanus|celtic}, god of nature and forests","N","Nature","Summer oak tree"]],"name":"The Celtic Pantheon; Celtic Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Greek Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Zeus|greek}, god of the sky, ruler of the gods","N","Tempest","Fist full of lightning bolts"],["{@deity Aphrodite|greek}, goddess of love and beauty","CG","Light","Sea shell"],["{@deity Apollo|greek}, god of light, music, and healing","CG","Knowledge, Life, Light","Lyre"],["{@deity Ares|greek}, god of war and strife","CE","War","Spear"],["{@deity Artemis|greek}, goddess of hunting and childbirth","NG","Life, Nature","Bow and arrow on lunar disk"],["{@deity Athena|greek}, goddess of wisdom and civilization","LG","Knowledge, War","Owl"],["{@deity Demeter|greek}, goddess of agriculture","NG","Life","Mare's head"],["{@deity Dionysus|greek}, god of mirth and wine","CN","Life","Thyrsus (staff tipped with pine cone)"],["{@deity Hades|greek}, god of the underworld","LE","Death","Black ram"],["{@deity Hecate|greek}, goddess of magic and the moon","CE","Knowledge, Trickery","Setting moon"],["{@deity Hephaestus|greek}, god of smithing and craft","NG","Knowledge","Hammer and anvil"],["{@deity Hera|greek}, goddess of marriage and intrigue","CN","Trickery","Fan of peacock feathers"],["{@deity Hercules|greek}, god of strength and adventure","CG","Tempest, War","Lion's head"],["{@deity Hermes|greek}, god of travel and commerce","CG","Trickery","Caduceus (winged staff and serpents)"],["{@deity Hestia|greek}, goddess of home and family","NG","Life","Hearth"],["{@deity Nike|greek}, goddess of victory","LN","War","Winged woman"],["{@deity Pan|greek}, god of nature","CN","Nature","Syrinx (pan pipes)"],["{@deity Poseidon|greek}, god of the sea and earthquakes","CN","Tempest","Trident"],["{@deity Tyche|greek}, goddess of good fortune","N","Trickery","Red pentagram"]],"name":"The Greek Pantheon; Greek Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Egyptian Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Re-Horakhty|egyptian}, god of the sun, ruler of the gods","LG","Life, Light","Solar disk encircled by serpent"],["{@deity Anubis|egyptian}, god of judgment and death","LN","Death","Black jackal"],["{@deity Apep|egyptian}, god of evil, fire, and serpents","NE","Trickery","Flaming snake"],["{@deity Bast|egyptian}, goddess of cats and vengeance","CG","War","Cat"],["{@deity Bes|egyptian}, god of luck and music","CN","Trickery","Image of the misshapen deity"],["{@deity Hathor|egyptian}, goddess of love, music, and motherhood","NG","Life, Light","Horned cow's head with lunar disk"],["{@deity Imhotep|egyptian}, god of crafts and medicine","NG","Knowledge","Step pyramid"],["{@deity Isis|egyptian}, goddess of fertility and magic","NG","Knowledge, Life","Ankh and star"],["{@deity Nephthys|egyptian}, goddess of death and grief","CG","Death","Horns around a lunar disk"],["{@deity Osiris|egyptian}, god of nature and the underworld","LG","Life, Nature","Crook and flail"],["{@deity Ptah|egyptian}, god of crafts, knowledge, and secrets","LN","Knowledge","Bull"],["{@deity Set|egyptian}, god of darkness and desert storms","CE","Death, Tempest, Trickery","Coiled cobra"],["{@deity Sobek|egyptian}, god of water and crocodiles","LE","Nature, Tempest","Crocodile head with horns and plumes"],["{@deity Thoth|egyptian}, god of knowledge and wisdom","N","Knowledge","Ibis"]],"name":"The Egyptian Pantheon; Egyptian Deities","page":297,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Norse Deities","srd":true,"colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Odin|norse}, god of knowledge and war","NG","Knowledge, War","Watching blue eye"],["{@deity Aegir|norse}, god of the sea and storms","NE","Tempest","Rough ocean waves"],["{@deity Balder|norse}, god of beauty and poetry","NG","Life, Light","Gem-encrusted silver chalice"],["{@deity Forseti|norse}, god of justice and law","N","Light","Head of a bearded man"],["{@deity Frey|norse}, god of fertility and the sun","NG","Life, Light","Ice-blue greatsword"],["{@deity Freya|norse}, goddess of fertility and love","NG","Life","Falcon"],["{@deity Frigga|norse}, goddess of birth and fertility","N","Life, Light","Cat"],["{@deity Heimdall|norse}, god of watchfulness and loyalty","LG","Light, War","Curling musical horn"],["{@deity Hel|norse}, goddess of the underworld","NE","Death","Woman's face, rotting on one side"],["{@deity Hermod|norse}, god of luck","CN","Trickery","Winged scroll"],["{@deity Loki|norse}, god of thieves and trickery","CE","Trickery","Flame"],["{@deity Njord|norse}, god of sea and wind","NG","Nature, Tempest","Gold coin"],["{@deity Odur|norse}, god of light and the sun","CG","Light","Solar disk"],["{@deity Sif|norse}, goddess of war","CG","War","Upraised sword"],["{@deity Skadi|norse}, god of earth and mountains","N","Nature","Mountain peak"],["{@deity Surtur|norse}, god of fire giants and war","LE","War","Flaming sword"],["{@deity Thor|norse}, god of storms and thunder","CG","Tempest, War","Hammer"],["{@deity Thrym|norse}, god of frost giants and cold","CE","War","White double-bladed axe"],["{@deity Tyr|norse}, god of courage and strategy","LN","Knowledge, War","Sword"],["{@deity Uller|norse}, god of hunting and winter","CN","Nature","Longbow"]],"name":"The Norse Pantheon; Norse Deities","page":298,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"caption":"Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-8","col-4"],"rows":[["Mount Celestia, the Seven Heavens of","LG"],["Bytopia, the Twin Paradises of","NG, LG"],["Elysium, the Blessed Fields of","NG"],["The Beastlands, the Wilderness of","NG, CG"],["Arborea, the Olympian Glades of","CG"],["Ysgard, the Heroic Domains of","CN, CG"],["Limbo, the Ever-Changing Chaos of","CN"],["Pandemonium, the Windswept Depths of","CN, CE"],["The Abyss, the Infinite Layers of","CE"],["Carceri, the Tarterian Depths of","NE, CE"],["Hades, the Gray Waste of","NE"],["Gehenna, the Bleak Eternity of","NE, LE"],["The Nine Hells (of Baator)","LE"],["Acheron, the Infinite Battlefield of","LN, LE"],["Mechanus, the Clockwork Nirvana of","LN"],["Arcadia, the Peaceable Kingdoms of","LN, LG"]],"name":"Outer Planes","page":301,"source":"PHB","chapter":{"name":"The Planes of Existence","ordinal":{"type":"appendix","identifier":"C"},"index":14}},{"caption":"Size Categories","colLabels":["Size","Space","Examples"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","2½ by 2½ ft.","{@creature Imp}, {@creature sprite}"],["Small","5 by 5 ft.","{@creature Giant rat}, {@creature goblin}"],["Medium","5 by 5 ft.","{@creature Orc}, {@creature werewolf}"],["Large","10 by 10 ft.","{@creature Hippogriff}, {@creature ogre}"],["Huge","15 by 15 ft.","{@creature Fire giant}, {@creature treant}"],["Gargantuan","20 by 20 ft. or larger","{@creature Kraken}, {@creature purple worm}"]],"name":"Size Categories","page":6,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Hit Dice by Size","colLabels":["Monster Size","Hit Die","Average HP per Die"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Tiny","{@dice d4}","2½"],["Small","{@dice d6}","3½"],["Medium","{@dice d8}","4½"],["Large","{@dice d10}","5½"],["Huge","{@dice d12}","6½"],["Gargantuan","{@dice d20}","10½"]],"name":"Hit Points; Hit Dice by Size","page":7,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Proficiency Bonus by Challenge Rating","colLabels":["Challenge","Proficiency Bonus","Challenge","Proficiency Bonus"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["0","+2","14","+5"],["1/8","+2","15","+5"],["1/4","+2","16","+5"],["1/2","+2","17","+6"],["1","+2","18","+6"],["2","+2","19","+6"],["3","+2","20","+6"],["4","+2","21","+7"],["5","+3","22","+7"],["6","+3","23","+7"],["7","+3","24","+7"],["8","+3","25","+8"],["9","+4","26","+8"],["10","+4","27","+8"],["11","+4","28","+8"],["12","+4","29","+9"],["13","+5","30","+9"]],"name":"Saving Throws; Proficiency Bonus by Challenge Rating","page":8,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Experience Points by Challenge Rating","colLabels":["Challenge","XP","Challenge","XP"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["0","0 or 10","14","11,500"],["1/8","25","15","13,000"],["1/4","50","16","15,000"],["1/2","100","17","18,000"],["1","200","18","20,000"],["2","450","19","22,000"],["3","700","20","25,000"],["4","1,100","21","33,000"],["5","1,800","22","41,000"],["6","2,300","23","50,000"],["7","2,900","24","62,000"],["8","3,900","25","75,000"],["9","5,000","26","90,000"],["10","5,900","27","105,000"],["11","7,200","28","120,000"],["12","8,400","29","135,000"],["13","10,000","30","155,000"]],"name":"Experience Points by Challenge Rating","page":9,"source":"MM","chapter":{"name":"Introduction","index":0}},{"colLabels":["Color","Damage Resistance"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Black or copper","Acid"],["Blue or bronze","Lightning"],["Brass, gold, or red","Fire"],["Green","Poison"],["Silver or white","Cold"]],"name":"Resistances","page":180,"source":"MM","chapter":{"name":"Introduction","index":0}},{"colLabels":["Size","Breath Weapon","Optional Prerequisite"],"colStyles":["col-4","col-4","col-4"],"rows":[["Large or smaller","As a wyrmling","Challenge 2 or higher"],["Huge","As a young dragon","Challenge 7 or higher"],["Gargantuan","As an adult dragon","Challenge 8 or higher"]],"name":"New Action: Breath Weapon","page":180,"source":"MM","chapter":{"name":"Introduction","index":0}},{"caption":"Dawn War Deities","colLabels":["Deity","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Asmodeus|dawn war|dmg}, god of tyranny","LE","Trickery","Three triangles in tight formation"],["{@deity Avandra|dawn war|dmg}, goddess of change and luck","CG","Trickery","Three stacked wavy lines"],["{@deity Bahamut|dawn war|dmg}, god of justice and nobility","LG","Life, War","Dragon's head, in profile, facing left"],["{@deity Bane|dawn war|dmg}, god of war and conquest","LE","War","Claw with three talons pointing down"],["{@deity Corellon|dawn war|dmg}, god of magic and the arts","CG","Light","Eight-pointed star"],["{@deity Erathis|dawn war|dmg}, goddess of civilization and invention","LN","Knowledge","Upper half of a clockwork gear"],["{@deity Gruumsh|dawn war|dmg}, god of destruction","CE","Tempest, War","Triangular eye with bony protrusions"],["{@deity Ioun|dawn war|dmg}, goddess of knowledge","N","Knowledge","Crook shaped like a stylized eye"],["{@deity Kord|dawn war|dmg}, god of strength and storms","CN","Tempest","Sword with a lightning bolt cross guard"],["{@deity Lolth|dawn war|dmg}, goddess of spiders and lies","CE","Trickery","Eight-pointed star with a web motif"],["{@deity Melora|dawn war|dmg}, goddess of wilderness and the sea","N","Nature, Tempest","Wavelike swirl"],["{@deity Moradin|dawn war|dmg}, god of creation","LG","Knowledge, War","Flaming anvil"],["{@deity Pelor|dawn war|dmg}, god of the sun and agriculture","NG","Life, Light","Circle with six outwardly radiating points"],["{@deity Raven Queen|dawn war|dmg}, goddess of death","LN","Life, Death","Raven's head, in profile, facing left"],["{@deity Sehanine|dawn war|dmg}, goddess of the moon","CG","Trickery","Crescent moon"],["{@deity Tharizdun|dawn war|dmg}, god of madness","CE","Trickery","Jagged counter-clockwise spiral"],["{@deity Tiamat|dawn war|dmg}, goddess of wealth, greed, and vengeance","LE","Trickery, War","Five-pointed star with curved points"],["{@deity Torog|dawn war|dmg}, god of the Underdark","NE","Death","T attached to a circular shackle"],["{@deity Vecna|dawn war|dmg}, god of evil secrets","NE","Death, Knowledge","Partially shattered one-eyed skull"],["{@deity Zehir|dawn war|dmg}, god of darkness and poison","CE","Trickery, Death","Snake in the shape of a dagger"]],"name":"A Sample Pantheon; Dawn War Deities","page":11,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Forms of Government","colLabels":["d100","Government"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-08","Autocracy"],["09-13","Bureaucracy"],["14-19","Confederacy"],["20-22","Democracy"],["23-27","Dictatorship"],["28-42","Feudalism"],["43-44","Gerontocracy"],["45-53","Hierarchy"],["54-56","Magocracy"],["57-58","Matriarchy"],["59-64","Militocracy"],["65-74","Monarchy"],["75-78","Oligarchy"],["79-80","Patriarchy"],["81-83","Meritocracy"],["84-85","Plutocracy"],["86-92","Republic"],["93-94","Satrapy"],["95","Kleptocracy"],["96-00","Theocracy"]],"name":"Forms of Government","page":18,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Sample Hierarchy of Noble Titles","colLabels":["Rank","Title"],"colStyles":["col-2 text-center","col-10"],"rows":[["1st","Emperor/Empress"],["2nd","King/Queen"],["3rd","Duke/Duchess"],["4th","Prince/Princess"],["5th","Marquess/Marquise"],["6th","Earl or Count/Countess"],["7th","Viscount/Viscountess"],["8th","Baron/Baroness"],["9th","Baronet"],["10th","Knight"]],"name":"Government; Sample Hierarchy of Noble Titles","page":17,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Examples of Faction Ranks","colLabels":["Renown","Harpers","Order of the Gauntlet","Emerald Enclave","Lords' Alliance","Zhentarim"],"colStyles":["col-2","col-2","col-2","col-2","col-2","col-2"],"rows":[["1","Watcher","Chevall","Springwarden","Cloak","Fang"],["3","Harpshadow","Marcheon","Summerstrider","Redknife","Wolf"],["10","Brightcandle","Whitehawk","Autumnreaver","Stingblade","Viper"],["25","Wise Owl","Vindicator","Winterstalker","Warduke","Ardragon"],["50","High Harper","Righteous Hand","Master of the Wild","Lioncrown","Dread Lord"]],"name":"Examples of Faction Ranks","page":22,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"World-Shaking Events","colLabels":["d10","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rise of a leader or an era"],["2","Fall of a leader or an era"],["3","Cataclysmic disaster"],["4","Assault or invasion"],["5","Rebellion, revolution, overthrow"],["6","Extinction or depletion"],["7","New organization"],["8","Discovery, expansion, invention"],["9","Prediction, omen, prophecy"],["10","Myth and legend"]],"name":"World-Shaking Events","page":27,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Leader Types","colLabels":["d6","Leader Types"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Political"],["2","Religious"],["3","Military"],["4","Crime/underworld"],["5","Art/culture"],["6","Philosophy/learning/magic"]],"name":"Rise or Fall of a Leader or an Era; Leader Types","page":27,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cataclysmic Disasters","colLabels":["d10","Cataclysmic Disaster"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Earthquake"],["2","Famine/drought"],["3","Fire"],["4","Flood"],["5","Plague/disease"],["6","Rain of fire (meteoric impact)"],["7","Storm (hurricane, tornado, tsunami)"],["8","Volcanic eruption"],["9","Magic gone awry or a planar warp"],["10","Divine judgment"]],"name":"Cataclysmic Disasters","page":28,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Invading Forces","colLabels":["d8","Invading Forces"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A criminal enterprise"],["2","Monsters or a unique monster"],["3","A planar threat"],["4","A past adversary reawakened, reborn, or resurgent"],["5","A splinter faction"],["6","A savage tribe"],["7","A secret society"],["8","A traitorous ally"]],"name":"Assault or Invasion; Invading Forces","page":29,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Extinction or Depletion","colLabels":["d8","Lost Resource"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A kind of animal (insect, bird, fish, livestock)"],["2","Habitable land"],["3","Magic or magic-users (all magic, or specific kinds or schools of magic)"],["4","A mineral resource (gems, metals, ores)"],["5","A type of monster (unicorn, manticore, dragon)"],["6","A people (family line, clan, culture, race)"],["7","A kind of plant (crop, tree, herb, forest)"],["8","A waterway (river, lake, ocean)"]],"name":"Extinction or Depletion","page":30,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"New Organizations","colLabels":["d10","New Organizations"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crime syndicate/bandit confederacy"],["2","Guild (masons, apothecaries, goldsmiths)"],["3","Magical circle/society"],["4","Military/knightly order"],["5","New family dynasty/tribe/clan"],["6","Philosophy/discipline dedicated to a principle or ideal"],["7","Realm (village, town, duchy, kingdom)"],["8","Religion/sect/denomination"],["9","School/university"],["10","Secret society/cult/cabal"]],"name":"New Organizations","page":31,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Discoveries","colLabels":["d10","Discovery"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ancient ruin/lost city of a legendary race"],["2","Animal/monster/magical mutation"],["3","Invention/technology/magic (helpful, destructive)"],["4","New (or forgotten) god or planar entity"],["5","New (or rediscovered) artifact or religious relic"],["6","New land (island, continent, lost world, demiplane)"],["7","Otherworldly object (planar portal, alien spacecraft)"],["8","People (race, tribe, lost civilization, colony)"],["9","Plant (miracle herb, fungal parasite, sentient plant)"],["10","Resource or wealth (gold, gems, mithral)"]],"name":"Discovery, Expansion, Invention; Discoveries","page":31,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Month","Name","Common Name"],"colStyles":["col-4 text-center","col-4","col-4"],"rows":[["1","Hammer","Deepwinter"],["","Annual holiday: Midwinter",""],["2","Alturiak","The Claw of Winter"],["3","Ches","The Claw of the Sunsets"],["4","Tarsakh","The Claw of the Storms"],["","Annual holiday: Greengrass",""],["5","Mirtul","The Melting"],["6","Kythorn","The Time of Flowers"],["7","Flamerule","Summertide"],["","Annual holiday: Midsummer",""],["","Quadrennial holiday: Shieldmeet",""],["8","Eleasias","Highsun"],["9","Eleint","The Fading"],["","Annual holiday: Highharvesttide",""],["10","Marpenoth","Leaffall"],["11","Uktar","The Rotting"],["","Annual holiday: The Feast of the Moon",""],["12","Nightal","The Drawing Down"]],"name":"The Calendar of Harptos","page":33,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Starting Equipment","colLabels":["Character Level","Low Magic Campaign","Standard Campaign","High Magic Campaign"],"colStyles":["col-2 text-center","col-3","col-3","col-4"],"rows":[["1st-4th","Normal starting equipment","Normal starting equipment","Normal starting equipment"],["5th-10th","500 gp plus {@dice 1d10 × 25} gp, normal starting equipment","500 gp plus {@dice 1d10 × 25} gp, normal starting equipment","500 gp plus {@dice 1d10 × 25} gp, one uncommon magic item, normal starting equipment"],["11th-16th","5,000 gp plus {@dice 1d10 × 250} gp, one uncommon magic item, normal starting equipment","5,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, normal starting equipment","5,000 gp plus {@dice 1d10 × 250} gp, three uncommon magic items, one rare item, normal starting equipment"],["17th-20th","20,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, normal starting equipment","20,000 gp plus {@dice 1d10 × 250} gp, two uncommon magic items, one rare item, normal starting equipment","20,000 gp plus {@dice 1d10 × 250} gp, three uncommon magic items, two rare items, one very rare item, normal starting equipment"]],"name":"Starting at Higher Level; Starting Equipment","page":38,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Wuxia Weapon Names","colLabels":["Weapon","Other Names (Culture)"],"colStyles":["col-4","col-8"],"rows":[["Battleaxe","fu (China), masakari (Japan)"],["Club","bian (China), tonfa (Japan)"],["Dagger","bishou, tamo (China), kozuka, tanto (Japan)"],["Dart","shuriken (Japan)"],["Flail","nunchaku (Japan)"],["Glaive","guandao (China), bisento, naginata (Japan)"],["Greatclub","tetsubo (Japan)"],["Greatsword","changdao (China), nodachi (Japan)"],["Halberd","ji (China), kamayari (Japan)"],["Handaxe","ono (Japan)"],["Javelin","mau (China), uchi-ne (Japan)"],["Lance","umayari (Japan)"],["Longbow","daikyu (Japan)"],["Longsword","jian (China), katana (Japan)"],["Mace","chui (China), kanabo (Japan)"],["Pike","mao (China), nagaeyari (Japan)"],["Quarterstaff","gun (China), bo (Japan)"],["Scimitar","liuyedao (China), wakizashi (Japan)"],["Shortbow","hankyu (Japan)"],["Shortsword","shuangdao (China)"],["Sickle","kama (Japan)"],["Spear","qiang (China), yari (Japan)"],["Trident","cha (China), magariyari (Japan)"],["Warpick","fang (China), kuwa (Japan)"]],"name":"Wuxia Weapon Names","page":41,"source":"DMG","chapter":{"name":"A World of Your Own","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Astral Color Pools","colLabels":["d20","Plane","Pool Color"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Ysgard","Indigo"],["2","Limbo","Jet black"],["3","Pandemonium","Magenta"],["4","The Abyss","Amethyst"],["5","Carceri","Olive"],["6","Hades","Rust"],["7","Gehenna","Russet"],["8","The Nine Hells","Ruby"],["9","Acheron","Flame red"],["10","Mechanus","Diamond blue"],["11","Arcadia","Saffron"],["12","Mount Celestia","Gold"],["13","Bytopia","Amber"],["14","Elysium","Orange"],["15","The Beastlands","Emerald green"],["16","Arborea","Sapphire blue"],["17","The Outlands","Leather brown"],["18","Ethereal Plane","Spiraling white"],["19-20","Material Plane","Silver"]],"name":"Astral Color Pools","page":47,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ethereal Curtains","colLabels":["d8","Plane","Color of Curtain"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Material Plane","Bright turquoise"],["2","Shadowfell","Dusky gray"],["3","Feywild","Opalescent white"],["4","Plane of Air","Pale blue"],["5","Plane of Earth","Reddish-brown"],["6","Plane of Fire","Orange"],["7","Plane of Water","Green"],["8","Elemental Chaos","Swirling mix of colors"]],"name":"Deep Ethereal; Ethereal Curtains","page":48,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ether Cyclones","colLabels":["d20","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","Extended journey"],["13-19","Blown to the Border Ethereal of a random plane (roll on the Ethereal Curtains table)"],["20","Hurled into the Astral Plane"]],"name":"Ether Cyclones","page":49,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Feywild Time Warp","colLabels":["d20","Result"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-2","Days become minutes"],["3-6","Days become hours"],["7-13","No change"],["14-17","Days become weeks"],["18-19","Days become months"],["20","Days become years"]],"name":"Feywild Time Warp","page":50,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Shadowfell Despair","colLabels":["d6","Effect"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-3","{@bold Apathy.} The character has disadvantage on death saving throws and on Dexterity checks for initiative, and gains the following flaw: \"I don't believe I can make a difference to anyone or anything.\""],["4-5","{@bold Dread.} The character has disadvantage on all saving throws and gains the following flaw: \"I am convinced that this place is going to kill me.\""],["6","{@bold Madness.} The character has disadvantage on ability checks and saving throws that use Intelligence, Wisdom, or Charisma, and gains the following flaw: \"I can't tell what's real anymore.\""]],"name":"Shadowfell Despair","page":52,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"The Outer Planes","colLabels":["Outer Plane","Alignment"],"colStyles":["col-6","col-6"],"rows":[["Mount Celestia, the Seven Heavens of","LG"],["Bytopia, the Twin Paradises of","NG, LG"],["Elysium, the Blessed Fields of","NG"],["The Beastlands, the Wilderness of","NG, CG"],["Arborea, the Olympian Glades of","CG"],["Ysgard, the Heroic Domains of","CN, CG"],["Limbo, the Ever-Changing Chaos of","CN"],["Pandemonium, the Windswept Depths of","CN, CE"],["The Abyss, the Infinite Layers of","CE"],["Carceri, the Tarterian Depths of","NE, CE"],["Hades, the Gray Waste of","NE"],["Gehenna, the Bleak Eternity of","NE, LE"],["The Nine Hells of Baator","LE"],["Acheron, the Infinite Battlefield of","LN, LE"],["Mechanus, the Clockwork Nirvana of","LN"],["Arcadia, the Peaceable Kingdoms of","LN, LG"]],"name":"The Outer Planes","page":57,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Abyssal Corruption","colLabels":["d10","Result"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1-4","{@bold Treachery.} The character gains the following flaw: \"I can only achieve my goals by making sure that my companions don't achieve theirs.\""],["5-7","{@bold Bloodlust.} The character gains the following flaw: \"I enjoy killing for its own sake, and once I start, it's hard to stop.\""],["8-9","{@bold Overwhelming Ambition.} The character gains the following flaw: \"I am destined to rule the Abyss, and my companions are tools to that end.\""],["10","{@bold Demonic Possession.} The character is possessed by a demonic entity until freed by {@spell dispel evil and good} or similar magic. Whenever the possessed character rolls a 1 on an attack roll, ability check, or saving throw, the demon takes control of the character and determines the character's behavior. At the end of each of the possessed character's turns, he or she can make a DC 15 Charisma saving throw. On a success, the character regains control until he or she rolls another 1."]],"name":"Optional Rule: Abyssal Corruption; Abyssal Corruption","page":62,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gate-Towns of the Outlands","colLabels":["Town","Gate Destination"],"colStyles":["col-4","col-8"],"rows":[["Excelsior","The Seven Heavens of Mount Celestia"],["Tradegate","The Twin Paradises of Bytopia"],["Ecstasy","The Blessed Fields of Elysium"],["Faunel","The Wilderness of the Beastlands"],["Sylvania","The Olympian Glades of Arborea"],["Glorium","The Heroic Domains of Ysgard"],["Xaos","The Ever-Changing Chaos of Limbo"],["Bedlam","The Windswept Depths of Pandemonium"],["Plague-Mort","The Infinite Layers of the Abyss"],["Curst","The Tarterian Depths of Carceri"],["Hopeless","The Gray Waste of Hades"],["Torch","The Bleak Eternity of Gehenna"],["Ribcage","The Nine Hells of Baator"],["Rigus","The Infinite Battlefield of Acheron"],["Automata","The Clockwork Nirvana of Mechanus"],["Fortitude","The Peaceable Kingdoms of Arcadia"]],"name":"The Outlands and Sigil; Gate-Towns of the Outlands","page":67,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dungeon Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Stop the dungeon's monstrous inhabitants from raiding the surface world."],["2","Foil a villain's evil scheme."],["3","Destroy a magical threat inside the dungeon."],["4","Acquire treasure."],["5","Find a particular item for a specific purpose."],["6","Retrieve a stolen item hidden in the dungeon."],["7","Find information needed for a special purpose."],["8","Rescue a captive."],["9","Discover the fate of a previous adventuring party."],["10","Find an NPC who disappeared in the area."],["11","Slay a dragon or some other challenging monster."],["12","Discover the nature and origin of a strange location or phenomenon."],["13","Pursue fleeing foes taking refuge in the dungeon."],["14","Escape from captivity in the dungeon."],["15","Clear a ruin so it can be rebuilt and reoccupied."],["16","Discover why a villain is interested in the dungeon."],["17","Win a bet or complete a rite of passage by surviving in the dungeon for a certain amount of time."],["18","Parley with a villain in the dungeon."],["19","Hide from a threat outside the dungeon."],["20","Roll twice, ignoring results of 20"]],"name":"Identify the Party's Goals; Dungeon Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Wilderness Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Locate a dungeon or other site of interest (roll on the Dungeon Goals table to find out why)."],["2","Assess the scope of a natural or unnatural disaster."],["3","Escort an NPC to a destination."],["4","Arrive at a destination without being seen by the villain's forces."],["5","Stop monsters from raiding caravans and farms."],["6","Establish trade with a distant town."],["7","Protect a caravan traveling to a distant town."],["8","Map a new land."],["9","Find a place to establish a colony."],["10","Find a natural resource."],["11","Hunt a specific monster."],["12","Return home from a distant place."],["13","Obtain information from a reclusive hermit."],["14","Find an object that was lost in the wilds."],["15","Discover the fate of a missing group of explorers."],["16","Pursue fleeing foes."],["17","Assess the size of an approaching army."],["18","Escape the reign of a tyrant."],["19","Protect a wilderness site from attackers."],["20","Roll twice, ignoring results of 20."]],"name":"Identify the Party's Goals; Wilderness Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Other Goals","colLabels":["d12","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seize control of a fortified location such as a fortress, town, or ship."],["2","Defend a location from attackers."],["3","Retrieve an object from inside a secure location in a settlement."],["4","Retrieve an object from a caravan."],["5","Salvage an object or goods from a lost vessel or caravan."],["6","Break a prisoner out of a jail or prison camp."],["7","Escape from a jail or prison camp."],["8","Successfully travel through an obstacle course to gain recognition or reward."],["9","Infiltrate a fortified location."],["10","Find the source of strange occurrences in a haunted house or other location."],["11","Interfere with the operation of a business."],["12","Rescue a character, monster, or object from a natural or unnatural disaster."]],"name":"Identify the Party's Goals; Other Goals","page":72,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Villains","colLabels":["d20","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beast or monstrosity with no particular agenda"],["2","Aberration bent on corruption or domination"],["3","Fiend bent on corruption or destruction"],["4","Dragon bent on domination and plunder"],["5","Giant bent on plunder"],["6-7","Undead with any agenda"],["8","Fey with a mysterious goal"],["9-10","Humanoid cultist"],["11-12","Humanoid conqueror"],["13","Humanoid seeking revenge"],["14-15","Humanoid schemer seeking to rule"],["16","Humanoid criminal mastermind"],["17-18","Humanoid raider or ravager"],["19","Humanoid under a curse"],["20","Misguided humanoid zealot"]],"name":"Identify Important NPCs; Adventure Villains","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Allies","colLabels":["d12","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Skilled adventurer"],["2","Inexperienced adventurer"],["3","Enthusiastic commoner"],["4","Soldier"],["5","Priest"],["6","Sage"],["7","Revenge seeker"],["8","Raving lunatic adventurer"],["9","Celestial ally"],["10","Fey ally"],["11","Disguised monster"],["12","Villain posing as an ally"]],"name":"Identify Important NPCs; Adventure Allies","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Patrons","colLabels":["d20","Patron"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Retired adventurer"],["3-4","Local ruler"],["5-6","Military officer"],["7-8","Temple official"],["9-10","Sage"],["11-12","Respected elder"],["13","Deity or celestial"],["14","Mysterious fey"],["15","Old friend"],["16","Former teacher"],["17","Parent or other family member"],["18","Desperate Commoner"],["19","Embattled merchant"],["20","Villain posing as a patron"]],"name":"Identify Important NPCs; Adventure Patrons","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Introduction","colLabels":["d12","Introduction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While traveling in the wilderness, the characters fall into a sinkhole that opens beneath their feet, dropping them into the adventure location."],["2","While traveling in the wilderness, the characters notice the entrance to the adventure location."],["3","While traveling on a road, the characters are attacked by monsters that flee into the nearby adventure location."],["4","The adventurers find a map on a dead body. In addition to the map setting up the adventure, the adventure's villain wants the map."],["5","A mysterious magic item or a cruel villain teleports the characters to the adventure location."],["6","A stranger approaches the characters in a tavern and urges them toward the adventure location."],["7","A town or village needs volunteers to go to the adventure location."],["8","An NPC the characters care about needs them to go to the adventure location."],["9","An NPC the characters must obey orders them to go to the adventure location."],["10","An NPC the characters respect asks them to go to the adventure location."],["11","One night, the characters all dream about entering the adventure location."],["12","A ghost appears and terrorizes a village. Research reveals that it can be put to rest only by entering the adventure location."]],"name":"Find the Ideal Introduction; Adventure Introduction","page":74,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventure Climax","colLabels":["d12","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers confront the main villain and a group of minions in a bloody battle to the finish."],["2","The adventurers chase the villain while dodging obstacles designed to thwart them, leading to a final confrontation in or outside the villain's refuge."],["3","The actions of the adventurers or the villain result in a cataclysmic event that the adventurers must escape."],["4","The adventurers race to the site where the villain is bringing a master plan to its conclusion, arriving just as that plan is about to be completed."],["5","The villain and two or three lieutenants perform separate rites in a large room. The adventurers must disrupt all the rites at the same time."],["6","An ally betrays the adventurers as they're about to achieve their goal. (Use this climax carefully, and don't overuse it.)"],["7","A portal opens to another plane of existence. Creatures on the other side spill out, forcing the adventurers to close the portal and deal with the villain at the same time."],["8","Traps, hazards, or animated objects turn against the adventurers while the main villain attacks."],["9","The dungeon begins to collapse while the adventurers face the main villain, who attempts to escape in the chaos."],["10","A threat more powerful than the adventurers appears, destroys the main villain, and then turns its attention on the characters."],["11","The adventurers must choose whether to pursue the fleeing main villain or save an NPC they care about or a group of innocents."],["12","The adventurers must discover the main villain's secret weakness before they can hope to defeat that villain."]],"name":"Consider the Ideal Climax; Adventure Climax","page":75,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Event-Based Villain Actions","colLabels":["d6","Type of Actions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Big event"],["2","Crime spree"],["3","Growing corruption"],["4","One and done"],["5","Serial crimes"],["6","Step by step"]],"name":"Determine the Villain's Actions; Event-Based Villain Actions","page":75,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Event-Based Goals","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bring the villain to justice."],["2","Clear the name of an innocent NPC."],["3","Protect or hide an NPC."],["4","Protect an object."],["5","Discover the nature and origin of a strange phenomenon that might be the villain's doing."],["6","Find a wanted fugitive."],["7","Overthrow a tyrant."],["8","Uncover a conspiracy to overthrow a ruler."],["9","Negotiate peace between enemy nations or feuding families."],["10","Secure aid from a ruler or council."],["11","Help a villain find redemption."],["12","Parley with a villain."],["13","Smuggle weapons to rebel forces."],["14","Stop a band of smugglers."],["15","Gather intelligence on an enemy force."],["16","Win a tournament."],["17","Determine the villain's identity."],["18","Locate a stolen item."],["19","Make sure a wedding goes off without a hitch."],["20","Roll twice, ignoring results of 20."]],"name":"Determine the Party's Goals; Event-Based Goals","page":76,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Framing Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Anniversary of a monarch's reign"],["03-04","Anniversary of an important event"],["05-06","Arena event"],["07-08","Arrival of a caravan or ship"],["09-10","Arrival of a circus"],["11-12","Arrival of an important NPC"],["13-14","Arrival of marching modrons"],["15-16","Artistic performance"],["17-18","Athletic event"],["19-20","Birth of a child"],["21-22","Birthday of an important NPC"],["23-24","Civic festival"],["25-26","Comet appearance"],["27-28","Commemoration of a past tragedy"],["29-30","Consecration of a new temple"],["31-32","Coronation"],["33-34","Council meeting"],["35-36","Equinox or solstice"],["37-38","Execution"],["39-40","Fertility festival"],["41-42","Full moon"],["43-44","Funeral"],["45-46","Graduation of cadets or wizards"],["47-48","Harvest festival"],["49-50","Holy day"],["51-52","Investiture of a knight or other noble"],["53-54","Lunar eclipse"],["55-58","Midsummer festival"],["59-60","Midwinter festival"],["61-62","Migration of monsters"],["63-64","Monarch's ball"],["65-66","New moon"],["67-68","New year"],["69-70","Pardoning of a prisoner"],["71-72","Planar conjunction"],["73-74","Planetary alignment"],["75-76","Priestly investiture"],["77-78","Procession of ghosts"],["79-80","Remembrance for soldiers lost in war"],["81-82","Royal address or proclamation"],["83-84","Royal audience day"],["85-86","Signing of a treaty"],["87-88","Solar eclipse"],["89-91","Tournament"],["92-94","Trial"],["95-96","Violent uprising"],["97-98","Wedding or wedding anniversary"],["99-100","Concurrence of two events. (roll twice, ignoring results of 99 or 100.)"]],"name":"Framing Events","page":79,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Moral Quandaries","colLabels":["d20","Quandary"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ally quandary"],["4-6","Friend quandary"],["7-12","Honor quandary"],["13-16","Rescue quandary"],["17-20","Respect quandary"]],"name":"Moral Quandaries","page":79,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Twists","colLabels":["d10","Twist"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventurers are racing against other creatures with the same or opposite goal."],["2","The adventurers become responsible for the safety of a noncombatant NPC."],["3","The adventurers are prohibited from killing the villain, but the villain has no compunctions about killing them."],["4","The adventurers have a time limit."],["5","The adventurers have received false or extraneous information."],["6","Completing an adventure goal fulfills a prophecy or prevents the fulfillment of a prophecy."],["7","The adventurers have two different goals, but they can complete only one."],["8","Completing the goal secretly helps the villain."],["9","The adventurers must cooperate with a known enemy to achieve the goal."],["10","The adventurers are under magical compulsion (such as a geas spell) to complete their goal."]],"name":"Twists","page":80,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Side Quests","colLabels":["d8","Side Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a specific item rumored to be in the area."],["2","Retrieve a stolen item in the villain's possession."],["3","Receive information from an NPC in the area."],["4","Rescue a captive."],["5","Discover the fate of a missing NPC."],["6","Slay a specific monster."],["7","Discover the nature and origin of a strange phenomenon in the area."],["8","Secure the aid of a character or creature in the area."]],"name":"Side Quests","page":81,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"XP Thresholds by Character Level","basicRules":true,"colLabels":["Character Level","Easy","Medium","Hard","Deadly"],"colStyles":["col-4 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["1st","25","50","75","100"],["2nd","50","100","150","200"],["3rd","75","150","225","400"],["4th","125","250","375","500"],["5th","250","500","750","1,100"],["6th","300","600","900","1,400"],["7th","350","750","1,100","1,700"],["8th","450","900","1,400","2,100"],["9th","550","1,100","1,600","2,400"],["10th","600","1,200","1,900","2,800"],["11th","800","1,600","2,400","3,600"],["12th","1,000","2,000","3,000","4,500"],["13th","1,100","2,200","3,400","5,100"],["14th","1,250","2,500","3,800","5,700"],["15th","1,400","2,800","4,300","6,400"],["16th","1,600","3,200","4,800","7,200"],["17th","2,000","3,900","5,900","8,800"],["18th","2,100","4,200","6,300","9,500"],["19th","2,400","4,900","7,300","10,900"],["20th","2,800","5,700","8,500","12,700"]],"name":"Combat Encounter Difficulty; XP Thresholds by Character Level","page":82,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Encounter Multipliers","basicRules":true,"colLabels":["Number of Monsters","Multiplier"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1","×1"],["2","×1.5"],["3-6","×2"],["7-10","×2.5"],["11-14","×3"],["15 or more","×4"]],"name":"Modify Total XP for Multiple Monsters; Encounter Multipliers","page":82,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adventuring Day XP","basicRules":true,"colLabels":["Level","Adjusted XP per Day per Character"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st","300"],["2nd","600"],["3rd","1,200"],["4th","1,700"],["5th","3,500"],["6th","4,000"],["7th","5,000"],["8th","6,000"],["9th","7,500"],["10th","9,000"],["11th","10,500"],["12th","11,500"],["13th","13,500"],["14th","15,000"],["15th","18,000"],["16th","20,000"],["17th","25,000"],["18th","27,000"],["19th","30,000"],["20th","40,000"]],"name":"The Adventuring Day; Adventuring Day XP","page":84,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sylvan Forest Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","1 {@creature displacer beast}"],["3","1 {@creature gnoll pack lord} and {@dice 2d4} {@creature gnoll||gnolls}"],["4","{@dice 1d4} {@creature gnoll||gnolls} and {@dice 2d4} {@creature hyena||hyenas}"],["5","A grove of burned trees. Characters searching the area and succeeding on a DC 10 Wisdom ({@skill Survival}) check find {@creature gnoll} tracks. Following the tracks for {@dice 1d4} hours leads to an encounter with {@creature gnoll||gnolls}, or the discovery of dead {@creature gnoll||gnolls} with elven arrows sticking out of their flea-ridden corpses."],["6","1 {@creature giant owl}"],["7","An ivy-covered statue of an elven deity or hero."],["8","1 {@creature dryad} (50%) or {@dice 1d4} {@creature satyr||satyrs} (50%)"],["9","{@dice 1d4} {@creature centaur||centaurs}"],["10","{@dice 2d4} {@creature scout||scouts} (elves). One {@creature scout} carries a horn and can use its action to blow it. If the horn is blown within the forest, roll on this table again. If the result indicates a monster encounter, the indicated monster or monsters arrive in {@dice 1d4} minutes. New arrivals other than {@creature gnoll||gnolls}, {@creature hyena||hyenas}, {@creature owlbear||owlbears}, and {@creature displacer beast||displacer beasts} are friendly toward the {@creature scout||scouts}."],["11","{@dice 2d4} {@creature pixie||pixies} (50%) or {@dice 2d4} {@creature sprite||sprites} (50%)"],["12","1 {@creature owlbear}"],["13","{@dice 1d4} {@creature elk||elks} (75%) or 1 {@creature giant elk} (25%)"],["14","{@dice 1d4} {@creature blink dog||blink dogs}"],["15","A magical plant with {@dice 2d4} glowing berries. A creature that ingests a berry becomes {@condition invisible} for 1 hour, or until it attacks or casts a spell. Once picked, a berry loses its magic after 12 hours. Berries regrow at midnight, but if all its berries are picked, the plant becomes nonmagical and grows no more berries."],["16","An elven tune carried on a gentle breeze"],["17","{@dice 1d4} {@creature Faerie Dragon (Orange)||orange} (75%) or {@creature Faerie Dragon (Blue)||blue} (25%) faerie dragons"],["18","1 {@creature druid} (elf). The {@creature druid} is initially indifferent toward the party but becomes friendly if the characters agree to rid the forest of its gnoll infestation."],["19","1 {@creature treant}. The {@creature treant} is friendly if the party includes one or more elves or is accompanied by a visible fey creature. The {@creature treant} is hostile if the characters are carrying open flames. Otherwise, it is indifferent and doesn't announce its presence as the characters pass by."],["20","1 {@creature unicorn}"]],"name":"Probabilities; Sylvan Forest Encounters","page":86,"source":"DMG","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"NPC Appearance","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Distinctive jewelry: earrings, necklace, circlet, bracelets"],["2","Piercings"],["3","Flamboyant or outlandish clothes"],["4","Formal, clean clothes"],["5","Ragged, dirty clothes"],["6","Pronounced scar"],["7","Missing teeth"],["8","Missing fingers"],["9","Unusual eye color (or two different colors)"],["10","Tattoos"],["11","Birthmark"],["12","Unusual skin color"],["13","Bald"],["14","Braided beard or hair"],["15","Unusual hair color"],["16","Nervous eye twitch"],["17","Distinctive nose"],["18","Distinctive posture (crooked or rigid)"],["19","Exceptionally beautiful"],["20","Exceptionally ugly"]],"name":"NPC Appearance","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Abilities","colLabels":["d6","High Ability"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength-powerful, brawny, strong as an ox"],["2","Dexterity-lithe, agile, graceful"],["3","Constitution-hardy, hale, healthy"],["4","Intelligence-studious, learned, inquisitive"],["5","Wisdom-perceptive, spiritual, insightful"],["6","Charisma-persuasive, forceful, born leader"]],"name":"NPC Abilities","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Low Abilities","colLabels":["d6","Low Ability"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength-feeble, scrawny"],["2","Dexterity-clumsy, fumbling"],["3","Constitution-sickly, pale"],["4","Intelligence-dim-witted, slow"],["5","Wisdom-oblivious, absentminded"],["6","Charisma-dull, boring"]],"name":"NPC Low Abilities","page":88,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Talents","colLabels":["d20","Talent"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Plays a musical instrument"],["2","Speaks several languages fluently"],["3","Unbelievably lucky"],["4","Perfect memory"],["5","Great with animals"],["6","Great with children"],["7","Great at solving puzzles"],["8","Great at one game"],["9","Great at impersonations"],["10","Draws beautifully"],["11","Paints beautifully"],["12","Sings beautifully"],["13","Drinks everyone under the table"],["14","Expert carpenter"],["15","Expert cook"],["16","Expert dart thrower and rock skipper"],["17","Expert juggler"],["18","Skilled actor and master of disguise"],["19","Skilled dancer"],["20","Knows thieves' cant"]],"name":"NPC Talents","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Mannerisms","colLabels":["d20","Mannerism"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Prone to singing, whistling, or humming quietly"],["2","Speaks in rhyme or some other peculiar way"],["3","Particularly low or high voice"],["4","Speaks in an unusually formal manner"],["5","Enunciates overly clearly"],["6","Speaks loudly"],["7","Whispers"],["8","Uses flowery speech or long words"],["9","Frequently uses the wrong word"],["10","Uses colorful oaths and exclamations"],["11","Makes constant jokes or puns"],["12","Prone to predictions of doom"],["13","Fidgets"],["14","Squints"],["15","Stares into the distance"],["16","Chews something"],["17","Paces"],["18","Taps fingers"],["19","Bites fingernails"],["20","Twirls hair or tugs beard"]],"name":"NPC Mannerisms","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Interaction Traits","colLabels":["d12","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Argumentative"],["2","Arrogant"],["3","Blustering"],["4","Rude"],["5","Curious"],["6","Friendly"],["7","Honest"],["8","Hot tempered"],["9","Irritable"],["10","Ponderous"],["11","Quiet"],["12","Suspicious"]],"name":"Interactions with Others; NPC Interaction Traits","page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Bonds","colLabels":["d10","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dedicated to fulfilling a personal life goal"],["2","Protective of close family members"],["3","Protective of colleagues or compatriots"],["4","Loyal to a benefactor, patron, or employer"],["5","Captivated by a romantic interest"],["6","Drawn to a special place"],["7","Protective of a sentimental keepsake"],["8","Protective of a valuable possession"],["9","Out for revenge"],["10","Roll twice, ignoring result of 10."]],"name":"NPC Bonds","page":91,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"NPC Flaws and Secrets","colLabels":["d12","Flaw or Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Forbidden love or susceptibility to romance"],["2","Enjoys decadent pleasures"],["3","Arrogance"],["4","Envies another creature's possessions or station"],["5","Overpowering greed"],["6","Prone to rage"],["7","Has a powerful enemy"],["8","Prone to sudden suspicion"],["9","Shameful or scandalous history"],["10","Secret crime or misdeed"],["11","Possession of forbidden lore"],["12","Foolhardy bravery"]],"name":"Flaw or Secret; NPC Flaws and Secrets","page":91,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Scheme","colLabels":["{@dice d8}","Objective","Scheme"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[[{"type":"cell","roll":{"exact":1}},"Immortality ({@dice d4|d4|Immortality})",""],["","1","Acquire a legendary item to prolong life"],["","2","Ascend to godhood"],["","3","Become undead or obtain a younger body"],["","4","Steal a planar creature's essence"],[{"type":"cell","roll":{"exact":2}},"Influence ({@dice d4|d4|Influence})",""],["","1","Seize a position of power or title"],["","2","Win a contest or tournament"],["","3","Win favor with a powerful individual"],["","4","Place a pawn in a position of power"],[{"type":"cell","roll":{"exact":3}},"Magic ({@dice d6|d6|Magic})",""],["","1","Obtain an ancient artifact"],["","2","Build a construct or magical device"],["","3","Carry out a deity's wishes"],["","4","Offer sacrifices to a deity"],["","5","Contact a lost deity or power"],["","6","Open a gate to another world"],[{"type":"cell","roll":{"exact":4}},"Mayhem ({@dice d6|d6|Mayhem})",""],["","1","Fulfill an apocalyptic prophecy"],["","2","Enact the vengeful will of a god or patron"],["","3","Spread a vile contagion"],["","4","Overthrow a government"],["","5","Trigger a natural disaster"],["","6","Utterly destroy a bloodline or clan"],[{"type":"cell","roll":{"exact":5}},"Passion ({@dice d4})",""],["","1","Prolong the life of a loved one"],["","2","Prove worthy of another person's love"],["","3","Raise or restore a dead loved one"],["","4","Destroy rivals for another person's affection"],[{"type":"cell","roll":{"exact":6}},"Power ({@dice d4|d4|Power})",""],["","1","Conquer a region or incite a rebellion"],["","2","Seize control of an army"],["","3","Become the power behind the throne"],["","4","Gain the favor of a ruler"],[{"type":"cell","roll":{"exact":7}},"Revenge ({@dice d4})",""],["","1","Avenge a past humiliation or insult"],["","2","Avenge a past imprisonment or injury"],["","3","Avenge the death of a loved one"],["","4","Retrieve stolen property and punish the thief"],[{"type":"cell","roll":{"exact":8}},"Wealth ({@dice d4|d4|Wealth})",""],["","1","Control natural resources or trade"],["","2","Marry into wealth"],["","3","Plunder ancient ruins"],["","4","Steal land, goods, or money"]],"name":"Villains; Villain's Scheme","page":94,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Methods","colLabels":["d20","Methods"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[[{"type":"cell","roll":{"exact":1}},"Agricultural devastation ({@dice d4|d4|Agricultural devastation})",""],["","1","Blight"],["","2","Crop failure"],["","3","Drought"],["","4","Famine"],["2","Assault or beatings",""],["3","Bounty hunting or assassination",""],[{"type":"cell","roll":{"exact":4}},"Captivity or coercion ({@dice d10|d10|Captivity or coercion})",""],["","1","Bribery"],["","2","Enticement"],["","3","Eviction"],["","4","Imprisonment"],["","5","Kidnapping"],["","6","Legal intimidation"],["","7","Press gangs"],["","8","Shackling"],["","9","Slavery"],["","10","Threats or harassment"],[{"type":"cell","roll":{"exact":5}},"Confidence scams ({@dice d6|d6|Confidence scams})",""],["","1","Breach of contract"],["","2","Cheating"],["","3","Fast talking"],["","4","Fine print"],["","5","Fraud or swindling"],["","6","Quackery or tricks"],[{"type":"cell","roll":{"exact":6}},"Defamation ({@dice d4|d4|Defamation})",""],["","1","Framing"],["","2","Gossiping or slander"],["","3","Humiliation"],["","4","Libel or insults"],["7","Dueling",""],[{"type":"cell","roll":{"exact":8}},"Execution ({@dice d8|d8|Execution})",""],["","1","Beheading"],["","2","Burning at the stake"],["","3","Burying alive"],["","4","Crucifixion"],["","5","Drawing and quartering"],["","6","Hanging"],["","7","Impalement"],["","8","Sacrifice (living)"],["9","Impersonation or disguise",""],["10","Lying or perjury",""],[{"type":"cell","roll":{"exact":11}},"Magical mayhem ({@dice d8|d8|Magical mayhem})",""],["","1","Hauntings"],["","2","Illusions"],["","3","Infernal bargains"],["","4","Mind control"],["","5","Petrification"],["","6","Raising or animating the dead"],["","7","Summoning monsters"],["","8","Weather control"],[{"type":"cell","roll":{"exact":12}},"Murder ({@dice d10|d10|Murder})",""],["","1","Assassination"],["","2","Cannibalism"],["","3","Dismemberment"],["","4","Drowning"],["","5","Electrocution"],["","6","Euthanasia (involuntary)"],["","7","Disease"],["","8","Poisoning"],["","9","Stabbing"],["","10","Strangulation or suffocation"],["13","Neglect",""],[{"type":"cell","roll":{"exact":14}},"Politics ({@dice d6|d6|Politics})",""],["","1","Betrayal or treason"],["","2","Confiscating property"],["","3","Conspiracy"],["","4","Espionage or Spying"],["","5","Oppressive Laws"],["","6","Raising taxes"],[{"type":"cell","roll":{"exact":15}},"Religion ({@dice d4|d4|Religion})",""],["","1","Curses"],["","2","Desecration"],["","3","False gods"],["","4","Heresy or cults"],["16","Stalking",""],[{"type":"cell","roll":{"exact":15}},"Theft or Property Crime ({@dice d10|d10|Theft or Property Crime})",""],["","1","Arson"],["","2","Blackmail or extortion"],["","3","Burglary"],["","4","Counterfeiting"],["","5","Highway robbery"],["","6","Looting"],["","7","Mugging"],["","8","Poaching"],["","9","Seizing property"],["","10","Smuggling"],["17","Theft or Property Crime",""],[{"type":"cell","roll":{"exact":18}},"Torture ({@dice d6|d6|Torture})",""],["","1","Acid"],["","2","Blinding"],["","3","Branding"],["","4","Racking"],["","5","Thumbscrews"],["","6","Whipping"],[{"type":"cell","roll":{"exact":19}},"Vice ({@dice d4|d4|Vice})",""],["","1","Adultery"],["","2","Drugs or alcohol"],["","3","Gambling"],["","4","Seduction"],[{"type":"cell","roll":{"exact":20}},"Warfare ({@dice d6|d6|Warfare})",""],["","1","Ambush"],["","2","Invasion"],["","3","Massacre"],["","4","Mercenaries"],["","5","Rebellion"],["","6","Terrorism"]],"name":"Villains; Villain's Methods","page":94,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Villain's Weakness","colLabels":["d8","Weakness"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidden object holds the villain's soul."],["2","The villain's power is broken if the death of its true love is avenged."],["3","The villain is weakened in the presence of a particular artifact."],["4","A special weapon deals extra damage when used against the villain."],["5","The villain is destroyed if it speaks its true name."],["6","An ancient prophecy or riddle reveals how the villain can be overthrown."],["7","The villain falls when an ancient enemy forgives its past actions."],["8","The villain loses its power if a mystic bargain it struck long ago is completed."]],"name":"Villain's Secret Weakness; Villain's Weakness","page":96,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dungeon Location","colLabels":["d100","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-04","A building in a city"],["05-08","Catacombs or sewers beneath a city"],["09-12","Beneath a farmhouse"],["13-16","Beneath a graveyard"],["17-22","Beneath a ruined castle"],["23-26","Beneath a ruined city"],["27-30","Beneath a temple"],["31-34","In a chasm"],["35-38","In a cliff face"],["39-42","In a desert"],["43-46","In a forest"],["47-50","In a glacier"],["51-54","In a gorge"],["55-58","In a jungle"],["59-62","In a mountain pass"],["63-66","In a swamp"],["67-70","Beneath or on top of a mesa"],["71-74","In sea caves"],["75-78","In several connected mesas"],["79-82","On a mountain peak"],["83-86","On a promontory"],["87-90","On an island"],["91-95","Underwater"],["96-100","Roll on the Exotic Location Table"]],"name":"Dungeon Location","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Exotic Location","colLabels":["d20","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Among the branches of a tree"],["2","Around a geyser"],["3","Behind a waterfall"],["4","Buried in an avalanche"],["5","Buried in a sandstorm"],["6","Buried in volcanic ash"],["7","Castle or structure sunken in a swamp"],["8","Castle or structure at the bottom of a sinkhole"],["9","Floating on the sea"],["10","In a meteorite"],["11","On a demiplane or in a pocket dimension"],["12","In an area devastated by a magical catastrophe"],["13","On a cloud"],["14","In the Feywild"],["15","In the Shadowfell"],["16","On an island in an underground sea"],["17","In a volcano"],["18","On the back of a Gargantuan living creature"],["19","Sealed inside a magical dome of force"],["20","Inside a {@spell Mordenkainen's magnificent mansion}"]],"name":"Dungeon Location; Exotic Location","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon Creator","colLabels":["d20","Creator"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beholder"],["2-4","Cult or religious group. (Roll on the Cults and Religious Groups table to determine specifics)"],["5-8","Dwarves"],["9","Elves (including drow)"],["10","Giants"],["11","Hobgoblins"],["12-15","Humans. (Roll on the NPC Alignment and NPC Class tables to determine specifics)"],["16","Kuo-toa"],["17","Lich"],["18","Mind flayers"],["19","Yuan-ti"],["20","No creator (natural caverns)"]],"name":"Dungeon Creator","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Cults and Religions","colLabels":["d20","Cult or Religious Group"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Demon-worshiping cult"],["2","Devil-worshiping cult"],["3-4","Elemental Air cult"],["5-6","Elemental Earth cult"],["7-8","Elemental Fire cult"],["9-10","Elemental Water cult"],["11-15","Worshipers of an evil deity"],["16-17","Worshipers of a good deity"],["18-20","Worshipers of a neutral deity"]],"name":"Dungeon Creator; Cults and Religions","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"NPC Alignment","colLabels":["d20","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Lawful good"],["3-4","Neutral good"],["5-6","Chaotic good"],["7-9","Lawful neutral"],["10-11","Neutral"],["12","Chaotic neutral"],["13-15","Lawful evil"],["16-18","Neutral evil"],["19-20","Chaotic evil"]],"name":"Dungeon Creator; NPC Alignment","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"NPC Class","colLabels":["d20","Class"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Barbarian"],["2","Bard"],["3-4","Cleric"],["5","Druid"],["6-7","Fighter"],["8","Monk"],["9","Paladin"],["10","Ranger"],["11-14","Rogue"],["15","Sorcerer"],["16","Warlock"],["17-20","Wizard"]],"name":"Dungeon Creator; NPC Class","page":99,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon Purpose","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Death trap"],["2-5","Lair"],["6","Maze"],["7-9","Mine"],["10","Planar gate"],["11-14","Stronghold"],["15-17","Temple or shrine"],["18-19","Tomb"],["20","Treasure vault"]],"name":"Dungeon Purpose","page":101,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dungeon History","colLabels":["d20","Key Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Abandoned by creators"],["4","Abandoned due to plague"],["5-8","Conquered by invaders"],["9-10","Creators destroyed by attacking raiders"],["11","Creators destroyed by discovery made within the site"],["12","Creators destroyed by internal conflict"],["13","Creators destroyed by magical catastrophe"],["14-15","Creators destroyed by natural disaster"],["16","Location cursed by the gods and shunned"],["17-18","Original creator still in control"],["19","Overrun by planar creatures"],["20","Site of a great miracle"]],"name":"Dungeon History","page":101,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Monuments","colLabels":["d20","Monument"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sealed burial mound or pyramid"],["2","Plundered burial mound or pyramid"],["3","Faces carved into a mountainside or cliff"],["4","Giant statues carved out of a mountainside or cliff"],["5-6","Intact obelisk etched with a warning, historical lore, dedication, or religious iconography"],["7-8","Ruined or toppled obelisk"],["9-10","Intact statue of a person or deity"],["11-13","Ruined or toppled statue of a person or deity"],["14","Great stone wall, intact, with tower fortifications spaced at one-mile intervals"],["15","Great stone wall in ruins"],["16","Great stone arch"],["17","Fountain"],["18","Intact circle of standing stones"],["19","Ruined or toppled circle of standing stones"],["20","Totem pole"]],"name":"Monuments","page":108,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weird Locales","colLabels":["d20","Locale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Dead magic zone (similar to an antimagic field)"],["3","Wild magic zone (roll on the {@table Wild Magic Surge|PHB} table in the Player's Handbook whenever a spell is cast within the zone)"],["4","Boulder carved with talking faces"],["5","Crystal cave that mystically answers questions"],["6","Ancient tree containing a trapped spirit"],["7-8","Battlefield where lingering fog occasionally assumes humanoid forms"],["9-10","Permanent portal to another plane of existence"],["11","Wishing well"],["12","Giant crystal shard protruding from the ground"],["13","Wrecked ship, which might be nowhere near water"],["14-15","Haunted hill or barrow mound"],["16","River ferry guided by a skeletal captain"],["17","Field of petrified soldiers or other creatures"],["18","Forest of petrified or awakened trees"],["19","Canyon containing a dragons' graveyard"],["20","Floating earth mote with a tower on it"]],"name":"Weird Locales","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weather","colLabels":["d20","Temperature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-14","normal for the season"],["15-17","{@dice 1d4 × 10} degrees Fahrenheit colder than normal"],["18-20","{@dice 1d4 × 10} degrees Fahrenheit hotter than normal"]],"name":"Weather","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Wind","colLabels":["d20","Wind"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","no wind"],["13-17","light wind"],["18-20","strong wind"]],"name":"Weather; Wind","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Precipitation","srd":true,"colLabels":["d20","Precipitation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-12","no precipitation"],["13-17","light rain or light snowfall"],["18-20","heavy rain or heavy snowfall"]],"name":"Weather; Precipitation","page":109,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Foraging DCs","colLabels":["Food and Water Availability","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Abundant food and water sources","10"],["Limited food and water sources","15"],["Very little, if any, food and water sources","20"]],"name":"Foraging DCs","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Food and Water Needs","colLabels":["Creature Size","Food per Day","Water per Day"],"colStyles":["col-4","col-4","col-4"],"rows":[["Tiny","1/4 pound","1/4 gallon"],["Small","1 pound","1 gallon"],["Medium","1 pound","1 gallon"],["Large","4 pounds","4 gallons"],["Huge","16 pounds","16 gallons"],["Gargantuan","64 pounds","64 gallons"]],"name":"Food and Water Needs","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Wilderness Navigation","colLabels":["Terrain","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Forest, jungle, swamp, mountains, or open sea with overcast skies and no land in sight","15"],["Arctic, desert, hills, or open sea with clear skies and no land in sight","10"],["Grassland, meadow, farmland","5"]],"name":"Becoming Lost; Wilderness Navigation","page":111,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Race Relations","colLabels":["d20","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Harmony"],["11-14","Tension or rivalry"],["15-16","Racial majority are conquerors"],["17","Racial minority are rulers"],["18","Racial minority are refugees"],["19","Racial majority oppresses minority"],["20","Racial minority oppresses majority"]],"name":"Random Settlements; Race Relations","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ruler's Status","colLabels":["d20","Ruler"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Respected, fair, and just"],["6-8","Feared tyrant"],["9","Weakling manipulated by others"],["10","Illegitimate ruler, simmering civil war"],["11","Ruled or controlled by a powerful monster"],["12","Mysterious, anonymous cabal"],["13","Contested leadership, open fighting"],["14","Cabal seized power openly"],["15","Doltish lout"],["16","On deathbed, claimants compete for power"],["17-18","Iron-willed but respected"],["19-20","Religious leader"]],"name":"Random Settlements; Ruler's Status","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Notable Traits","colLabels":["d20","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Canals in place of streets"],["2","Massive statue or monument"],["3","Grand temple"],["4","Large fortress"],["5","Verdant parks and orchards"],["6","River divides town"],["7","Major trade center"],["8","Headquarters of a powerful family or guild"],["9","Population mostly wealthy"],["10","Destitute, rundown"],["11","Awful smell (tanneries, open sewers)"],["12","Center of trade for one specific good"],["13","Site of many battles"],["14","Site of a mythic or magical event"],["15","Important library or archive"],["16","Worship of all gods banned"],["17","Sinister reputation"],["18","Notable library or academy"],["19","Site of important tomb or graveyard"],["20","Built atop ancient ruins"]],"name":"Random Settlements; Notable Traits","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Known For Its...","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Delicious cuisine"],["2","Rude people"],["3","Greedy merchants"],["4","Artists and writers"],["5","Great hero/savior"],["6","Flowers"],["7","Hordes of beggars"],["8","Tough warriors"],["9","Dark magic"],["10","Decadence"],["11","Piety"],["12","Gambling"],["13","Godlessness"],["14","Education"],["15","Wines"],["16","High fashion"],["17","Political intrigue"],["18","Powerful guilds"],["19","Strong drink"],["20","Patriotism"]],"name":"Random Settlements; Known For Its...","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Current Calamity","colLabels":["d20","Calamity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Suspected vampire infestation"],["2","New cult seeks converts"],["3","Important figure died (murder suspected)"],["4","War between rival thieves' guilds"],["5-6","Plague or famine (sparks riots)"],["7","Corrupt officials"],["8-9","Marauding monsters"],["10","Powerful wizard has moved into town"],["11","Economic depression (trade disrupted)"],["12","Flooding"],["13","Undead stirring in cemeteries"],["14","Prophecy of doom"],["15","Brink of war"],["16","Internal strife (leads to anarchy)"],["17","Besieged by enemies"],["18","Scandal threatens powerful families"],["19","Dungeon discovered (adventurers flock to town)"],["20","Religious sects struggle for power"]],"name":"Random Settlements; Current Calamity","page":112,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Building Type","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Residence (roll once on Residence table)"],["11-12","Religious (roll once on Religious Building table)"],["13-15","Tavern (roll once on the Tavern table and twice on the Tavern Name Generator Table)"],["16-17","Warehouse (roll once on the Warehouse table)"],["18-20","Shop (roll once on the Shop table)"]],"name":"Random Buildings; Building Type","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Residence","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Abandoned squat"],["3-8","Middle-class home"],["9-10","Upper-class home"],["11-15","Crowded tenement"],["16-17","Orphanage"],["18","Hidden thieves' den"],["19","Front for a secret cult"],["20","Lavish, guarded mansion"]],"name":"Random Buildings; Residence","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Religious Building","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Temple to a good or neutral deity"],["11-12","Temple to a false deity (run by charlatan priests)"],["13","Home of ascetics"],["14-15","Abandoned shrine"],["16-17","Library dedicated to religious study"],["18-20","Hidden shrine to a fiend or an evil deity"]],"name":"Random Buildings; Religious Building","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tavern","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Quiet, low-key bar"],["6-9","Raucous dive"],["10","Thieves' guild hangout"],["11","Gathering place for a secret society"],["12-13","Upper-class dining club"],["14-15","Gambling den"],["16-17","Caters to specific guild"],["18","Members-only club"],["19-20","Music venue"]],"name":"Random Buildings; Tavern","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Tavern Name Generator","isNameGenerator":true,"colLabels":["d20","First Part","Second Part"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","The Silver","Eel"],["2","The Golden","Dolphin"],["3","The Staggering","Dwarf"],["4","The Laughing","Pegasus"],["5","The Prancing","Pony"],["6","The Gilded","Rose"],["7","The Running","Stag"],["8","The Howling","Wolf"],["9","The Slaughtered","Lamb"],["10","The Leering","Demon"],["11","The Drunken","Goat"],["12","The Leaping","Spirit"],["13","The Roaring","Horde"],["14","The Frowning","Jester"],["15","The Lonely","Mountain"],["16","The Wandering","Eagle"],["17","The Mysterious","Satyr"],["18","The Barking","Dog"],["19","The Black","Spider"],["20","The Gleaming","Star"]],"name":"Random Buildings; Tavern Name Generator","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Warehouse","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Empty or abandoned"],["5-6","Heavily guarded, expensive goods"],["7-10","Cheap goods"],["11-14","Bulk goods"],["15","Live animals"],["16-17","Weapons/armor"],["18-19","Goods from a distant land"],["20","Secret smuggler's den"]],"name":"Random Buildings; Warehouse","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shop","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pawnshop"],["2","Herbs/incense"],["3","Fruits/vegetables"],["4","Dried meats"],["5","Pottery"],["6","Undertaker"],["7","Books"],["8","Moneylender"],["9","Weapons/armor"],["10","Chandler"],["11","Smithy"],["12","Carpenter"],["13","Weaver"],["14","Jeweler"],["15","Baker"],["16","Mapmaker"],["17","Tailor"],["18","Ropemaker"],["19","Mason"],["20","Scribe"]],"name":"Random Buildings; Shop","page":113,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Urban Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","{@book Animals on the loose|DMG|5|Animals on the loose}"],["3","{@book Announcement|DMG|5|Announcement}"],["4","{@book Brawl|DMG|5|Brawl}"],["5","{@book Bullies|DMG|5|Bullies}"],["6","{@book Companion|DMG|5|Companion}"],["7","{@book Contest|DMG|5|Contest}"],["8","{@book Corpse|DMG|5|Corpse}"],["9","{@book Draft|DMG|5|Draft}"],["10","{@book Drunk|DMG|5|Drunk}"],["11","{@book Fire|DMG|5|Fire}"],["12","{@book Found trinket|DMG|5|Found trinket}"],["13","{@book Guard harassment|DMG|5|Guard harassment}"],["14","{@book Pickpocket|DMG|5|Pickpocket}"],["15","{@book Procession|DMG|5|Procession}"],["16","{@book Protest|DMG|5|Protest}"],["17","{@book Runaway cart|DMG|5|Runaway cart}"],["18","{@book Shady transaction|DMG|5|Shady transaction}"],["19","{@book Spectacle|DMG|5|Spectacle}"],["20","{@book Urchin|DMG|5|Urchin}"]],"name":"Random Urban Encounters","page":114,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Undersea Encounters","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Sunken ship covered in barnacles ({@chance 25} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["3","Sunken ship with {@creature reef shark||reef sharks} (shallow waters) or {@creature hunter shark||hunter sharks} (deep waters) circling around it ({@chance 50} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["4","Bed of giant oysters (each oyster has a {@chance 1} chance of having a giant 5,000 gp pearl inside)"],["5","Underwater steam vent ({@chance 25} chance that the vent is a portal to the Elemental Plane of Fire)"],["6","Sunken ruin (uninhabited)"],["7","Sunken ruin (inhabited or haunted)"],["8","Sunken statue or monolith"],["9","Friendly and curious {@creature giant sea horse}"],["10","Patrol of friendly {@creature merfolk}"],["11","Patrol of hostile {@creature merrow} (coastal waters) or {@creature sahuagin} (deep waters)"],["12","Enormous kelp bed (roll again on the table to determine what's hidden in the kelp bed)"],["13","Undersea cave (empty)"],["14","Undersea cave ({@creature sea hag} lair)"],["15","Undersea cave ({@creature merfolk} lair)"],["16","Undersea cave ({@creature giant octopus} lair)"],["17","Undersea cave ({@creature dragon turtle} lair)"],["18","Bronze dragon searching for treasure"],["19","{@creature Storm giant} walking on the ocean floor"],["20","Sunken treasure chest ({@chance 25} chance that it contains something of value—roll treasure randomly using the tables in chapter 7)"]],"name":"Random Undersea Encounters","page":116,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Underwater Encounter Distance","colLabels":["Creature Size","Encounter Distance"],"colStyles":["col-10","col-2 text-center"],"rows":[["Clear water, bright light","60 ft."],["Clear water, dim light","30 ft."],["Murky water or no light","10 ft."]],"name":"Underwater Encounter Distance","page":117,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Random Encounters at Sea","colLabels":["d12 + d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Ghost ship"],["3","Friendly and curious bronze dragon"],["4","Whirlpool ({@chance 25} chance that the whirlpool is a portal to the Elemental Plane of Water)"],["5","{@creature Merfolk} traders"],["6","Passing warship (friendly or hostile)"],["7-8","Pirate ship (hostile)"],["9-10","Passing merchant ship (galley or sailing ship)"],["11-12","{@creature Killer whale} sighting"],["13-14","Floating debris"],["15","Longship crewed by hostile {@creature berserker||berserkers}"],["16","Hostile {@creature griffon||griffons} or {@creature harpy||harpies}"],["17","Iceberg (easily avoided if seen from a distance)"],["18","{@creature Sahuagin} boarding party"],["19","NPC in the water (clinging to floating debris)"],["20","Sea monster (such as a {@creature dragon turtle} or {@creature kraken})"]],"name":"Random Encounters at Sea","page":118,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Airborne and Waterborne Vehicles","srd":true,"colLabels":["Ship","Cost","Speed","Crew","Passengers","Cargo (tons)","AC","HP","Damage Threshold"],"colStyles":["col-2","col-2 text-right","col-2 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center"],"rows":[["Airship","20,000 gp","8 mph","10","20","1","13","300","-"],["Galley","30,000 gp","4 mph","80","-","150","15","500","20"],["Keelboat","3,000 gp","1 mph","1","6","1/2","15","100","10"],["Longship","10,000 gp","3 mph","40","150","10","15","300","15"],["Rowboat","50 gp","1½ mph","1","3","-","11","50","-"],["Sailing ship","10,000 gp","2 mph","20","20","100","15","300","15"],["Warship","25,000 gp","2½ mph","60","60","200","15","500","20"]],"name":"Owning a Ship; Airborne and Waterborne Vehicles","page":119,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Trap Save DCs and Attack Bonuses","srd":true,"colLabels":["Trap Danger","Save DC","Attack Bonus"],"colStyles":["col-4","col-4","col-4"],"rows":[["Setback","10-11","+3 to +5"],["Dangerous","12-15","+6 to +8"],["Deadly","16-20","+9 to +12"]],"name":"Trap Effects; Trap Save DCs and Attack Bonuses","page":121,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Damage Severity by Level","srd":true,"colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["1st-4th","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5th-10th","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11th-16th","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17th-20th","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Trap Effects; Damage Severity by Level","page":121,"source":"DMG","chapter":{"name":"Adventure Environments","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Maintenance Costs","colLabels":["Property","Total Cost per Day","Skilled Hirelings","Untrained Hirelings"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Abbey","20 gp","5","25"],["Farm","5 sp","1","2"],["Guildhall, town or city","5 gp","5","3"],["Inn, rural roadside","10 gp","5","10"],["Inn, town or city","5 gp","1","5"],["Keep or small castle","100 gp","50","50"],["Lodge, hunting","5 sp","1","-"],["Noble estate","10 gp","3","15"],["Outpost or fort","50 gp","20","40"],["Palace or large castle","400 gp","200","100"],["Shop","2 gp","1","-"],["Temple, large","25 gp","10","10"],["Temple, small","1 gp","2","-"],["Tower, fortified","25 gp","10","-"],["Trading post","10 gp","4","2"]],"name":"Recurring Expenses; Maintenance Costs","page":126,"source":"DMG","chapter":{"name":"Between Adventures","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Individual Treasure: Challenge 0—4","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-30","{@dice 5d6} (17)","—","—","—","—"],["31-60","—","{@dice 4d6} (14)","—","—","—"],["61-70","—","—","{@dice 3d6} (10)","—","—"],["71-95","—","—","—","{@dice 3d6} (10)","—"],["96-00","—","—","—","—","{@dice 1d6} (3)"]],"name":"Individual Treasure: Challenge 0—4","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 5—10","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-30","{@dice 4d6 × 100} (1,400)","—","{@dice 1d6 × 10} (35)","—","—"],["31-60","—","{@dice 6d6 × 10} (210)","—","{@dice 2d6 × 10} (70)","—"],["61-70","—","—","{@dice 3d6 × 10} (105)","{@dice 2d6 × 10} (70)","—"],["71-95","—","—","—","{@dice 4d6 × 10} (140)","—"],["96-00","—","—","—","{@dice 2d6 × 10} (70)","{@dice 3d6} (10)"]],"name":"Individual Treasure: Challenge 5—10","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 11—16","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-20","—","{@dice 4d6 × 100} (1,400)","—","{@dice 1d6 × 100} (350)","—"],["21-35","—","—","{@dice 1d6 × 100} (350)","{@dice 1d6 × 100} (350)","—"],["36-75","—","—","—","{@dice 2d6 × 100} (700)","{@dice 1d6 × 10} (35)"],["76-00","—","—","—","{@dice 2d6 × 100} (700)","{@dice 2d6 × 10} (70)"]],"name":"Individual Treasure: Challenge 11—16","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Individual Treasure: Challenge 17+","colLabels":["d100","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["01-15","—","—","{@dice 2d6 × 1,000} (7,000)","{@dice 8d6 × 100} (2,800)","—"],["16-55","—","—","—","{@dice 1d6 × 1,000} (3,500)","{@dice 1d6 × 100} (350)"],["56-00","—","—","—","{@dice 1d6 × 1,000} (3,500)","{@dice 2d6 × 100} (700)"]],"name":"Individual Treasure: Challenge 17+","page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"10 gp Gemstones","colLabels":["d12","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Azurite} (opaque mottled deep blue)"],["2","{@item Banded agate} (translucent striped brown, blue, white, or red)"],["3","{@item Blue quartz} (transparent pale blue)"],["4","{@item Eye agate} (translucent circles of gray, white, brown, blue, or green)"],["5","{@item Hematite} (opaque gray-black)"],["6","{@item Lapis lazuli} (opaque light and dark blue with yellow flecks)"],["7","{@item Malachite} (opaque striated light and dark green)"],["8","{@item Moss agate} (translucent pink or yellow-white with mossy gray or green markings)"],["9","{@item Obsidian} (opaque black)"],["10","{@item Rhodochrosite} (opaque light pink)"],["11","{@item Tiger eye} (translucent brown with golden center)"],["12","{@item Turquoise} (opaque light blue-green)"]],"name":"10 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"50 gp Gemstones","colLabels":["d12","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Bloodstone} (opaque dark gray with red flecks)"],["2","{@item Carnelian} (opaque orange to red-brown)"],["3","{@item Chalcedony} (opaque white)"],["4","{@item Chrysoprase} (translucent green)"],["5","{@item Citrine} (transparent pale yellow-brown)"],["6","{@item Jasper} (opaque blue, black, or brown)"],["7","{@item Moonstone} (translucent white with pale blue glow)"],["8","{@item Onyx} (opaque bands of black and white, or pure black or white)"],["9","{@item Quartz} (transparent white, smoky gray, or yellow)"],["10","{@item Sardonyx} (opaque bands of red and white)"],["11","{@item Star rose quartz} (translucent rosy stone with white star-shaped center)"],["12","{@item Zircon} (transparent pale blue-green)"]],"name":"50 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"100 gp Gemstones","colLabels":["d10","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Amber} (transparent watery gold to rich gold)"],["2","{@item Amethyst} (transparent deep purple)"],["3","{@item Chrysoberyl} (transparent yellow-green to pale green)"],["4","{@item Coral} (opaque crimson)"],["5","{@item Garnet} (transparent red, brown-green, or violet)"],["6","{@item Jade} (translucent light green, deep green, or white)"],["7","{@item Jet} (opaque deep black)"],["8","{@item Pearl} (opaque lustrous white, yellow, or pink)"],["9","{@item Spinel} (transparent red, red-brown, or deep green)"],["10","{@item Tourmaline} (transparent pale green, blue, brown, or red)"]],"name":"100 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"500 gp Gemstones","colLabels":["d6","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Alexandrite} (transparent dark green)"],["2","{@item Aquamarine} (transparent pale blue-green)"],["3","{@item Black pearl} (opaque pure black)"],["4","{@item Blue spinel} (transparent deep blue)"],["5","{@item Peridot} (transparent rich olive green)"],["6","{@item Topaz} (transparent golden yellow)"]],"name":"500 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"1,000 gp Gemstones","colLabels":["d8","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black opal} (translucent dark green with black mottling and golden flecks)"],["2","{@item Blue sapphire} (transparent blue-white to medium blue)"],["3","{@item Emerald} (transparent deep bright green)"],["4","{@item Fire opal} (translucent fiery red)"],["5","{@item Opal} (translucent pale blue with green and golden mottling)"],["6","{@item Star ruby} (translucent ruby with white star-shaped center)"],["7","{@item Star sapphire} (translucent blue sapphire with white star-shaped center)"],["8","{@item Yellow sapphire} (transparent fiery yellow or yellow-green)"]],"name":"1,000 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"5,000 gp Gemstones","colLabels":["d4","Stone Description"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Black sapphire} (translucent lustrous black with glowing highlights)"],["2","{@item Diamond} (transparent blue-white, canary, pink, brown, or blue)"],["3","{@item Jacinth} (transparent fiery orange)"],["4","{@item Ruby} (transparent clear red to deep crimson)"]],"name":"5,000 gp Gemstones","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"25 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver ewer}"],["2","{@item Carved bone statuette}"],["3","{@item Small gold bracelet}"],["4","{@item Cloth-of-gold vestments}"],["5","{@item Black velvet mask stitched with silver thread}"],["6","{@item Copper chalice with silver filigree}"],["7","{@item Pair of engraved bone dice}"],["8","{@item Small mirror set in a painted wooden frame}"],["9","{@item Embroidered silk handkerchief}"],["10","{@item Gold locket with a painted portrait inside}"]],"name":"25 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"250 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Gold ring set with bloodstones}"],["2","{@item Carved ivory statuette}"],["3","{@item Large gold bracelet}"],["4","{@item Silver necklace with a gemstone pendant}"],["5","{@item Bronze crown}"],["6","{@item Silk robe with gold embroidery}"],["7","{@item Large well-made tapestry}"],["8","{@item Brass mug with jade inlay}"],["9","{@item Box of turquoise animal figurines}"],["10","{@item Gold bird cage with electrum filigree}"]],"name":"250 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"750 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Silver chalice set with moonstones}"],["2","{@item Silver-plated steel longsword with jet set in hilt}"],["3","{@item Carved harp of exotic wood with ivory inlay and zircon gems}"],["4","{@item Small gold idol}"],["5","{@item Gold dragon comb set with red garnets as eyes}"],["6","{@item Bottle stopper cork embossed with gold leaf and set with amethysts}"],["7","{@item Ceremonial electrum dagger with a black pearl in the pommel}"],["8","{@item Silver and gold brooch}"],["9","{@item Obsidian statuette with gold fittings and inlay}"],["10","{@item Painted gold war mask}"]],"name":"750 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"2,500 gp Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Fine gold chain set with a fire opal}"],["2","{@item Old masterpiece painting}"],["3","{@item Embroidered silk and velvet mantle set with numerous moonstones}"],["4","{@item Platinum bracelet set with a sapphire}"],["5","{@item Embroidered glove set with jewel chips}"],["6","{@item Jeweled anklet}"],["7","{@item Gold music box}"],["8","{@item Gold circlet set with four aquamarines}"],["9","{@item Eye patch with a mock eye set in blue sapphire and moonstone}"],["10","A {@item necklace string of small pink pearls}"]],"name":"2,500 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"7,500 gp Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@item Jeweled gold crown}"],["2","{@item Jeweled platinum ring}"],["3","{@item Small gold statuette set with rubies}"],["4","{@item Gold cup set with emeralds}"],["5","{@item Gold jewelry box with platinum filigree}"],["6","{@item Painted gold child's sarcophagus}"],["7","{@item Jade game board with solid gold playing pieces}"],["8","{@item Bejeweled ivory drinking horn with gold filigree}"]],"name":"7,500 gp Art Objects","page":134,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Rarity","colLabels":["Rarity","Character Level","Value"],"colStyles":["col-4","col-4","col-4"],"rows":[["Common","1st or higher","50-100 gp"],["Uncommon","1st or higher","101-500 gp"],["Rare","5th or higher","501-5,000 gp"],["Very rare","11th or higher","5,001-50,000 gp"],["Legendary","17th or higher","50,001+ gp"]],"name":"Magic Item Rarity","page":135,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Potion Miscibility","colLabels":["d100","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","The mixture creates a magical explosion, dealing {@dice 6d10} force damage to the mixer and {@dice 1d10} force damage to each creature within 5 feet of the mixer."],["02-08","The mixture becomes an ingested poison of the DM's choice."],["09-15","Both potions lose their effects."],["16-25","One potion loses its effect."],["26-35","Both potions work, but with their numerical effects and durations halved. A potion has no effect if it can't be halved in this way."],["36-90","Both potions work normally."],["91-99","The numerical effects and duration of one potion are doubled. If neither potion has anything to double in this way, they work normally."],["00","Only one potion works, but its effect is permanent. Choose the simplest effect to make permanent, or the one that seems the most fun. For example, a {@item potion of healing} might increase the drinker's hit point maximum by 4, or {@item oil of etherealness} might permanently trap the user in the Ethereal Plane. At your discretion, an appropriate spell, such as {@spell dispel magic} or {@spell remove curse}, might end this lasting effect."]],"name":"Variant: Mixing Potions; Potion Miscibility","page":140,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Spell Scroll","srd":true,"colLabels":["Spell Level","Rarity","Save DC","Attack Bonus"],"colStyles":["col-3","col-3","col-3 text-center","col-3 text-center"],"rows":[["Cantrip","Common","13","+5 "],["1st","Common","13","+5 "],["2nd","Uncommon","13","+5 "],["3rd","Uncommon","15","+7"],["4th","Rare","15","+7"],["5th","Rare","17","+9"],["6th","Very rare","17","+9"],["7th","Very rare","18","+10"],["8th","Very rare","18","+10"],["9th","Legendary","19","+11"]],"name":"Spell Scrolls; Spell Scroll","page":139,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Scroll Mishap","colLabels":["d6","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A surge of magical energy deals the caster {@dice 1d6} force damage per level of the spell."],["2","The spell affects the caster or an ally (determined randomly) instead of the intended target, or it affects a random target nearby if the caster was the intended target."],["3","The spell affects a random location within the spell's range."],["4","The spell's effect is contrary to its normal one, but neither harmful nor beneficial. For instance, a fireball might produce an area of harmless cold."],["5","The caster suffers a minor but bizarre effect related to the spell. Such effects last only as long as the original spell's duration, or {@dice 1d10} minutes for spells that take effect instantaneously. For example, a fireball might cause smoke to billow from the caster's ears for {@dice 1d10} minutes."],["6","The spell activates after {@dice 1d12} hours. If the caster was the intended target, the spell takes effect normally. If the caster was not the intended target, the spell goes off in the general direction of the intended target, up to the spell's maximum range, if the target has moved away."]],"name":"Variant: Scroll Mishaps; Scroll Mishap","page":140,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Who Created It or Was Intended to Use It?","colLabels":["d20","Creator or Intended User"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aberration. The item was created by aberrations in ancient times, possibly for the use of favored humanoid thralls. When seen from the corner of the eye, the item seems to be moving."],["2-4","Human. The item was created during the heyday of a fallen human kingdom, or it is tied to a human of legend. It might hold writing in a forgotten tongue or symbols whose significance is lost to the ages."],["5","Celestial. The weapon is half the normal weight and inscribed with feathered wings, suns, and other symbols of good. Fiends find the item's presence repulsive."],["6","Dragon. This item is made from scales and talons shed by a dragon. Perhaps it incorporates precious metals and gems from the dragon's hoard. It grows slightly warm when within 120 feet of a dragon."],["7","Drow. The item is half the normal weight. It is black and inscribed with spiders and webs in honor of Lolth. It might function poorly, or disintegrate, if exposed to sunlight for 1 minute or more."],["8-9","Dwarf. The item is durable and has Dwarven runes worked into its design. It might be associated with a clan that would like to see it returned to their ancestral halls."],["10","Elemental Air. The item is half the normal weight and feels hollow. If it's made of fabric, it is diaphanous."],["11","Elemental Earth. This item might be crafted from stone. Any cloth or leather elements are studded with finely polished rock."],["12","Elemental Fire. This item is warm to the touch, and any metal parts are crafted from black iron. Sigils of flames cover its surface. Shades of red and orange are the prominent colors."],["13","Elemental Water. Lustrous fish scales replace leather or cloth on this item, and metal portions are instead crafted from seashells and worked coral as hard as any metal."],["14-15","Elf. The item is half the normal weight. It is adorned with symbols of nature: leaves, vines, stars, and the like."],["16","Fey. The item is exquisitely crafted from the finest materials and glows with a pale radiance in moonlight, shedding dim light in a 5-foot radius Any metal in the item is silver or mithral, rather than iron or steel."],["17","Fiend. The item is made of black iron or horn inscribed with runes, and any cloth or leather components are crafted from the hide of fiends. It is warm to the touch and features leering faces or vile runes engraved on its surface. Celestials find the item's presence repulsive."],["18","Giant. The item is larger than normal and was crafted by giants for use by their smaller allies."],["19","Gnome. The item is crafted to appear ordinary and it might look worn. It could also incorporate gears and mechanical components, even if these aren't essential to the item's function."],["20","Undead. The item incorporates imagery of death such as bones and skulls, and it might be crafted from parts of corpses. It feels cold to the touch"]],"name":"Special Features; Who Created It or Was Intended to Use It?","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Is a Detail from Its History?","colLabels":["d8","History"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arcane. This item was created for an ancient order of spellcasters and bears the order's symbol."],["2","Bane. This item was created by the foes of a particular culture or kind of creature. If the culture or creatures are still around, they might recognize the item and single out the bearer as an enemy."],["3","Heroic. A great hero once wielded this item. Anyone who's familiar with the item's history expects great deeds from the new owner."],["4","Ornament. The item was created to honor a special occasion. Inset gemstones, gold or platinum inlays, and gold or silver filigree adorn its surface."],["5","Prophecy. The item features in a prophecy: its bearer is destined to play a key role in future events. Someone else who wants to play that role might try to steal the item, or someone who wants to prevent the prophecy from being fulfilled might try to kill the item's bearer."],["6","Religious. This item was used in religious ceremonies dedicated to a particular deity. It has holy symbols worked into it. The god's followers might try to persuade its owner to donate it to a temple, steal the item for themselves, or celebrate its use by a cleric or paladin of the same deity."],["7","Sinister. This item is linked to a deed of great evil such as a massacre or an assassination. It might have a name or be closely associated with a villain who used it. Anyone familiar with the item's history is likely to treat it and its owner with suspicion."],["8","Symbol of Power. This item was once used as part of royal regalia or as a badge of high office. Its former owner or that person's descendants might desire it, or someone might mistakenly assume its new owner is the item's legitimate inheritor."]],"name":"Special Features; What Is a Detail from Its History?","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Minor Property Does It Have","colLabels":["d20","Minor Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beacon. The bearer can use a bonus action to cause the item to shed bright light in a 10-foot radius and dim light for an additional 10 feet, or to extinguish the light."],["2","Compass. The wielder can use an action to learn which way is north."],["3","Conscientious. When the bearer of this item contemplates or undertakes a malevolent act, the item enhances pangs of conscience."],["4","Delver. While underground, the bearer of this item always knows the item's depth below the surface and the direction to the nearest staircase, ramp, or other path leading upward."],["5","Gleaming. This item never gets dirty."],["6","Guardian. The item whispers warnings to its bearer, granting a +2 bonus to initiative if the bearer isn't incapacitated."],["7","Harmonious. Attuning to this item takes only 1 minute."],["8","Hidden Message. A message is hidden somewhere on the item. It might be visible only at a certain time of the year, under the light of one phase of the moon, or in a specific location."],["9","Key. The item is used to unlock a container, chamber, vault, or other entryway."],["10","Language. The bearer can speak and understand a language of the DM's choice while the item is on the bearer's person."],["11","Sentinel. Choose a kind of creature that is an enemy of the item's creator. This item glows faintly when such creatures are within 120 feet of it."],["12","Song Craft. Whenever this item is struck or is used to strike a foe, its bearer hears a fragment of an ancient song."],["13","Strange Material. The item was created from a material that is bizarre given its purpose. Its durability is unaffected."],["14","Temperate. The bearer suffers no harm in temperatures as cold as -20 degrees Fahrenheit or as warm as 120 degrees Fahrenheit."],["15","Unbreakable. The item can't be broken. Special means must be used to destroy it."],["16","War Leader. The bearer can use an action to cause his or her voice to carry clearly for up to 300 feet until the end of the bearer's next turn."],["17","Waterborne. This item floats on water and other liquids. Its bearer has advantage on Strength ({@skill Athletics}) checks to swim."],["18","Wicked. When the bearer is presented with an opportunity to act in a selfish or malevolent way, the item heightens the bearer's urge to do so."],["19","Illusion. The item is imbued with illusion magic, allowing its bearer to alter the item's appearance in minor ways. Such alterations don't change how the item is worn, carried, or wielded, and they have no effect on its other magical properties. For example, the wearer could make a red robe appear blue, or make a gold ring look like it's made of ivory. The item reverts to its true appearance when no one is carrying or wearing it."],["20","Roll twice, rerolling any additional 20s."]],"name":"Special Features; What Minor Property Does It Have","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"What Quirk Does It Have","colLabels":["d12","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blissful. While in possession of the item, the bearer feels fortunate and optimistic about what the future holds. Butterflies and other harmless creatures might frolic in the item's presence."],["2","Confident. The item helps its bearer feel self-assured."],["3","Covetous. The item's bearer becomes obsessed with material wealth."],["4","Frail. The item crumbles, frays, chips, or cracks slightly when wielded, worn, or activated. This quirk has no effect on its properties, but if the item has seen much use, it looks decrepit."],["5","Hungry. This item's magical properties function only if fresh blood from a humanoid has been applied to it within the past 24 hours. It needs only a drop to activate."],["6","Loud. The item makes a loud noise-such as a clang, a shout, or a resonating gong-when used."],["7","Metamorphic. The item periodically and randomly alters its appearance in slight ways. The bearer has no control over these minor alterations, which have no effect on the item's use."],["8","Muttering. The item grumbles and mutters. A creature who listens carefully to the item might learn something useful."],["9","Painful. The bearer experiences a harmless flash of pain when using the item."],["10","Possessive. The item demands attunement when first wielded or worn, and it doesn't allow its bearer to attune to other items. (Other items already attuned to the bearer remain so until their attunement ends.)"],["11","Repulsive. The bearer feels a sense of distaste when in contact with the item, and continues to sense discomfort while bearing it."],["12","Slothful. The bearer of this item feels slothful and lethargic. While attuned to the item, the bearer requires 10 hours to finish a long rest."]],"name":"Special Features; What Quirk Does It Have","page":141,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table A","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-50","{@item Potion of healing}"],["51-60","{@item Spell scroll (cantrip)}"],["61-70","{@item Potion of climbing}"],["71-90","{@item Spell scroll (1st level)}"],["91-94","{@item Spell scroll (2nd level)}"],["95-98","{@item Potion of greater healing}"],["99","{@item Bag of holding}"],["00","{@item Driftglobe}"]],"name":"Magic Item Table A","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table B","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item Potion of greater healing}"],["16-22","{@item Potion of fire breath}"],["23-29","{@item Potion of resistance}"],["30-34","{@item +1 ammunition}"],["35-39","{@item Potion of animal friendship}"],["40-44","{@item Potion of hill giant strength}"],["45-49","{@item Potion of growth}"],["50-54","{@item Potion of water breathing}"],["55-59","{@item Spell scroll (2nd level)}"],["60-64","{@item Spell scroll (3rd level)}"],["65-67","{@item Bag of holding}"],["68-70","{@item Keoghtom's ointment}"],["71-73","{@item Oil of slipperiness}"],["74-75","{@item Dust of disappearance}"],["76-77","{@item Dust of dryness}"],["78-79","{@item Dust of sneezing and choking}"],["80-81","{@item Elemental gem}"],["82-83","{@item Philter of love}"],["84","{@item Alchemy jug}"],["85","{@item Cap of water breathing}"],["86","{@item Cloak of the manta ray}"],["87","{@item Driftglobe}"],["88","{@item Goggles of night}"],["89","{@item Helm of comprehending languages}"],["90","{@item Immovable rod}"],["91","{@item Lantern of revealing}"],["92","{@item Mariner's armor}"],["93","{@item Mithral armor}"],["94","{@item Potion of poison}"],["95","{@item Ring of swimming}"],["96","{@item Robe of useful items}"],["97","{@item Rope of climbing}"],["98","{@item Saddle of the cavalier}"],["99","{@item Wand of magic detection}"],["00","{@item Wand of secrets}"]],"name":"Magic Item Table B","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table C","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item Potion of superior healing}"],["16-22","{@item Spell scroll (4th level)}"],["23-27","{@item +2 ammunition}"],["28-32","{@item Potion of clairvoyance}"],["33-37","{@item Potion of diminution}"],["38-42","{@item Potion of gaseous form}"],["43-47","{@item Potion of frost giant strength}"],["48-52","{@item Potion of stone giant strength}"],["53-57","{@item Potion of heroism}"],["58-62","{@item Potion of invulnerability}"],["63-67","{@item Potion of mind reading}"],["68-72","{@item Spell scroll (5th level)}"],["73-75","{@item Elixir of health}"],["76-78","{@item Oil of etherealness}"],["79-81","{@item Potion of fire giant strength}"],["82-84","{@item Quaal's feather token}"],["85-87","{@item Scroll of protection}"],["88-89","{@item Bag of beans}"],["90-91","{@item Bead of force}"],["92","{@item Chime of opening}"],["93","{@item Decanter of endless water}"],["94","{@item Eyes of minute seeing}"],["95","{@item Folding boat}"],["96","{@item Heward's handy haversack}"],["97","{@item Horseshoes of speed}"],["98","{@item Necklace of fireballs}"],["99","{@item Periapt of health}"],["00","{@item Sending stones}"]],"name":"Magic Item Table C","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table D","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","{@item Potion of supreme healing}"],["21-30","{@item Potion of invisibility}"],["31-40","{@item Potion of speed}"],["41-50","{@item Spell scroll (6th level)}"],["51-57","{@item Spell scroll (7th level)}"],["58-62","{@item +3 ammunition}"],["63-67","{@item Oil of sharpness}"],["68-72","{@item Potion of flying}"],["73-77","{@item Potion of cloud giant strength}"],["78-82","{@item Potion of longevity}"],["83-87","{@item Potion of vitality}"],["88-92","{@item Spell scroll (8th level)}"],["93-95","{@item Horseshoes of a zephyr}"],["96-98","{@item Nolzur's marvelous pigments}"],["99","{@item Bag of devouring}"],["00","{@item Portable hole}"]],"name":"Magic Item Table D","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table E","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-30","{@item Spell scroll (8th level)}"],["31-55","{@item Potion of storm giant strength}"],["56-70","{@item Potion of supreme healing}"],["71-85","{@item Spell scroll (9th level)}"],["86-93","{@item Universal solvent}"],["94-98","{@item Arrow of slaying}"],["99-100","{@item Sovereign glue}"]],"name":"Magic Item Table E","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table F","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","{@item +1 weapon}"],["16-18","{@item +1 shield}"],["19-21","{@item Sentinel shield}"],["22-23","{@item Amulet of proof against detection and location}"],["24-25","{@item Boots of elvenkind}"],["26-27","{@item Boots of striding and springing}"],["28-29","{@item Bracers of archery}"],["30-31","{@item Brooch of shielding}"],["32-33","{@item Broom of flying}"],["34-35","{@item Cloak of elvenkind}"],["36-37","{@item Cloak of protection}"],["38-39","{@item Gauntlets of ogre power}"],["40-41","{@item Hat of disguise}"],["42-43","{@item Javelin of lightning}"],["44-45","{@item Pearl of power}"],["46-47","{@item +1 rod of the pact keeper}"],["48-49","{@item Slippers of spider climbing}"],["50-51","{@item Staff of the adder}"],["52-53","{@item Staff of the python}"],["54-55","{@item Sword of vengeance}"],["56-57","{@item Trident of fish command}"],["58-59","{@item Wand of magic missiles}"],["60-61","{@item +1 wand of the war mage}"],["62-63","{@item Wand of web}"],["64-65","{@item Weapon of warning}"],["66","{@item Adamantine chain mail}"],["67","{@item Adamantine chain shirt}"],["68","{@item Adamantine scale mail}"],["69","{@item Bag of tricks, gray}"],["70","{@item Bag of tricks, rust}"],["71","{@item Bag of tricks, tan}"],["72","{@item Boots of the winterlands}"],["73","{@item Circlet of blasting}"],["74","{@item Deck of illusions}"],["75","{@item Eversmoking bottle}"],["76","{@item Eyes of charming}"],["77","{@item Eyes of the eagle}"],["78","{@item Figurine of wondrous power, silver raven}"],["79","{@item Gem of brightness}"],["80","{@item Gloves of missile snaring}"],["81","{@item Gloves of swimming and climbing}"],["82","{@item Gloves of thievery}"],["83","{@item Headband of intellect}"],["84","{@item Helm of telepathy}"],["85","{@item Instrument of the bards, doss lute}"],["86","{@item Instrument of the bards, fochlucan bandore}"],["87","{@item Instrument of the bards, mac-fuirmidh cittern}"],["88","{@item Medallion of thoughts}"],["89","{@item Necklace of adaptation}"],["90","{@item Periapt of wound closure}"],["91","{@item Pipes of haunting}"],["92","{@item Pipes of the sewers}"],["93","{@item Ring of jumping}"],["94","{@item Ring of mind shielding}"],["95","{@item Ring of warmth}"],["96","{@item Ring of water walking}"],["97","{@item Quiver of ehlonna}"],["98","{@item Stone of good luck}"],["99","{@item Wind fan}"],["00","{@item Winged boots}"]],"name":"Magic Item Table F","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table G","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-11","{@item +2 weapon}"],["12-14",{"type":"table","caption":"Figurine of Wondrous Power","colLabels":["d8","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","{@item Figurine of wondrous power, bronze griffon}"],["02","{@item Figurine of wondrous power, ebony fly}"],["03","{@item Figurine of wondrous power, golden lions}"],["04","{@item Figurine of wondrous power, ivory goats}"],["05","{@item Figurine of wondrous power, marble elephant}"],["06-07","{@item Figurine of wondrous power, onyx dog}"],["08","{@item Figurine of wondrous power, serpentine owl}"]],"data":{"tableIgnore":true}}],["15","{@item Adamantine breastplate}"],["16","{@item Adamantine splint armor}"],["17","{@item Amulet of health}"],["18","{@item Armor of vulnerability}"],["19","{@item Arrow-catching shield}"],["20","{@item Belt of dwarvenkind}"],["21","{@item Belt of hill giant strength}"],["22","{@item Berserker axe}"],["23","{@item Boots of levitation}"],["24","{@item Boots of speed}"],["25","{@item Bowl of commanding water elementals}"],["26","{@item Bracers of defense}"],["27","{@item Brazier of commanding fire elementals}"],["28","{@item Cape of the mountebank}"],["29","{@item Censer of controlling air elementals}"],["30","{@item +1 chain mail}"],["31","{@item armor of resistance||Chain mail of resistance|}"],["32","{@item +1 chain shirt}"],["33","{@item armor of resistance||Chain shirt of resistance|}"],["34","{@item Cloak of displacement}"],["35","{@item Cloak of the bat}"],["36","{@item Cube of force}"],["37","{@item Daern's instant fortress}"],["38","{@item Dagger of venom}"],["39","{@item Dimensional shackles}"],["40","{@item Dragon slayer}"],["41","{@item Elven chain}"],["42","{@item Flame tongue}"],["43","{@item Gem of seeing}"],["44","{@item Giant slayer}"],["45","{@item Glamoured studded leather}"],["46","{@item Helm of teleportation}"],["47","{@item Horn of blasting}"],["48","Horn of Valhalla ({@item Horn of Valhalla, Silver||Silver|} or {@item Horn of Valhalla, Brass||Brass|})"],["49","{@item Instrument of the bards, canaith mandolin}"],["50","{@item Instrument of the bards, cli lyre}"],["51","{@item Ioun stone, awareness}"],["52","{@item Ioun stone, protection}"],["53","{@item Ioun stone, reserve}"],["54","{@item Ioun stone, sustenance}"],["55","{@item Iron bands of bilarro}"],["56","{@item +1 leather armor}"],["57","{@item armor of resistance||Leather armor of resistance|}"],["58","{@item Mace of disruption}"],["59","{@item Mace of smiting}"],["60","{@item Mace of terror}"],["61","{@item Mantle of spell resistance}"],["62","{@item Necklace of prayer beads}"],["63","{@item Periapt of proof against poison}"],["64","{@item Ring of animal influence}"],["65","{@item Ring of evasion}"],["66","{@item Ring of feather falling}"],["67","{@item Ring of free action}"],["68","{@item Ring of protection}"],["69","{@item Ring of resistance}"],["70","{@item Ring of spell storing}"],["71","{@item Ring of the ram}"],["72","{@item Ring of x-ray vision}"],["73","{@item Robe of eyes}"],["74","{@item Rod of rulership}"],["75","{@item +2 rod of the pact keeper}"],["76","{@item Rope of entanglement}"],["77","{@item +1 scale mail}"],["78","{@item armor of resistance||Scale mail of resistance|}"],["79","{@item +2 shield}"],["80","{@item Shield of missile attraction}"],["81","{@item Staff of charming}"],["82","{@item Staff of healing}"],["83","{@item Staff of swarming insects}"],["84","{@item Staff of the woodlands}"],["85","{@item Staff of withering}"],["86","{@item Stone of controlling earth elementals}"],["87","{@item Sun blade}"],["88","{@item Sword of life stealing}"],["89","{@item Sword of wounding}"],["90","{@item Tentacle rod}"],["91","{@item Vicious weapon}"],["92","{@item Wand of binding}"],["93","{@item Wand of enemy detection}"],["94","{@item Wand of fear}"],["95","{@item Wand of fireballs}"],["96","{@item Wand of lightning bolts}"],["97","{@item Wand of paralysis}"],["98","{@item +2 wand of the war mage}"],["99","{@item Wand of wonder}"],["00","{@item Wings of flying}"]],"name":"Magic Item Table G","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table H","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","{@item +3 weapon}"],["11-12","{@item Amulet of the planes}"],["13-14","{@item Carpet of flying}"],["15-16","{@item Crystal ball}"],["17-18","{@item Ring of regeneration}"],["19-20","{@item Ring of shooting stars}"],["21-22","{@item Ring of telekinesis}"],["23-24","{@item Robe of scintillating colors}"],["25-26","{@item Robe of stars}"],["27-28","{@item Rod of absorption}"],["29-30","{@item Rod of alertness}"],["31-32","{@item Rod of security}"],["33-34","{@item +3 rod of the pact keeper}"],["35-36","{@item Scimitar of speed}"],["37-38","{@item +3 shield}"],["39-40","{@item Staff of fire}"],["41-42","{@item Staff of frost}"],["43-44","{@item Staff of power}"],["45-46","{@item Staff of striking}"],["47-48","{@item Staff of thunder and lightning}"],["49-50","{@item Sword of sharpness}"],["51-52","{@item Wand of polymorph}"],["53-54","{@item +3 wand of the war mage}"],["55","{@item Adamantine half plate armor}"],["56","{@item Adamantine plate armor}"],["57","{@item Animated shield}"],["58","{@item Belt of fire giant strength}"],["59","Belt of {@item Belt of Frost Giant Strength||Frost|} or {@item Belt of Stone Giant Strength||Stone|} giant strength"],["60","{@item +1 breastplate}"],["61","{@item armor of resistance||Breastplate of resistance|}"],["62","{@item Candle of invocation}"],["63","{@item +2 chain mail}"],["64","{@item +2 chain shirt}"],["65","{@item Cloak of arachnida}"],["66","{@item Dancing sword}"],["67","{@item Demon armor}"],["68","{@item Dragon scale mail}"],["69","{@item Dwarven plate}"],["70","{@item Dwarven thrower}"],["71","{@item Efreeti bottle}"],["72","{@item Figurine of wondrous power, obsidian steed}"],["73","{@item Frost brand}"],["74","{@item Helm of brilliance}"],["75","{@item Horn of valhalla, bronze}"],["76","{@item Instrument of the bards, anstruth harp}"],["77","{@item Ioun stone, absorption}"],["78","{@item Ioun stone, agility}"],["79","{@item Ioun stone, fortitude}"],["80","{@item Ioun stone, insight}"],["81","{@item Ioun stone, intellect}"],["82","{@item Ioun stone, leadership}"],["83","{@item Ioun stone, strength}"],["84","{@item +2 leather armor}"],["85","{@item Manual of bodily health}"],["86","{@item Manual of gainful exercise}"],["87","{@item Manual of golems}"],["88","{@item Manual of quickness of action}"],["89","{@item Mirror of life trapping}"],["90","{@item Nine lives stealer}"],["91","{@item Oathbow}"],["92","{@item +2 scale mail}"],["93","{@item Spellguard shield}"],["94","{@item +1 splint armor}"],["95","{@item armor of resistance||Splint armor of resistance|}"],["96","{@item +1 studded leather armor}"],["97","{@item armor of resistance||Studded leather armor of resistance|}"],["98","{@item Tome of clear thought}"],["99","{@item Tome of leadership and influence}"],["00","{@item Tome of understanding}"]],"name":"Magic Item Table H","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Magic Item Table I","colLabels":["d100","Magic Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","{@item Defender}"],["06-10","{@item Hammer of thunderbolts}"],["11-15","{@item Luck blade}"],["16-20","{@item Sword of answering}"],["21-23","{@item Holy avenger}"],["24-26","{@item Ring of djinni summoning}"],["27-29","{@item Ring of invisibility}"],["30-32","{@item Ring of spell turning}"],["33-35","{@item Rod of lordly might}"],["36-38","{@item Staff of the magi}"],["39-41","{@item Vorpal sword}"],["42-43","{@item Belt of cloud giant strength}"],["44-45","{@item +2 breastplate}"],["46-47","{@item +3 chain mail}"],["48-49","{@item +3 chain shirt}"],["50-51","{@item Cloak of invisibility}"],["52-53","{@item Crystal ball (legendary version)}"],["54-55","{@item +1 half plate armor}"],["56-57","{@item Iron flask}"],["58-59","{@item +3 leather armor}"],["60-61","{@item +1 plate armor}"],["62-63","{@item Robe of the archmagi}"],["64-65","{@item Rod of resurrection}"],["66-67","{@item +1 scale mail}"],["68-69","{@item Scarab of protection}"],["70-71","{@item +2 splint armor}"],["72-73","{@item +2 studded leather armor}"],["74-75","{@item Well of many worlds}"],["76",{"type":"table","caption":"Magic armor","colLabels":["1d12",""],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","{@item +2 half plate armor}"],["3-4","{@item +2 plate armor}"],["5-6","{@item +3 studded leather armor}"],["7-8","{@item +3 breastplate}"],["9-10","{@item +3 splint armor}"],["11","{@item +3 half plate armor}"],["12","{@item +3 plate armor}"]],"data":{"tableIgnore":true}}],["77","{@item Apparatus of kwalish}"],["78","{@item Armor of invulnerability}"],["79","{@item Belt of storm giant strength}"],["80","{@item Cubic gate}"],["81","{@item Deck of many things}"],["82","{@item Efreeti chain}"],["83","{@item armor of resistance||Half plate armor of resistance|}"],["84","{@item Horn of valhalla, iron}"],["85","{@item Instrument of the bards, ollamh harp}"],["86","{@item Ioun stone, greater absorption}"],["87","{@item Ioun stone, mastery}"],["88","{@item Ioun stone, regeneration}"],["89","{@item Plate armor of etherealness}"],["90","{@item armor of resistance||Plate armor of resistance|}"],["91","{@item Ring of air elemental command}"],["92","{@item Ring of earth elemental command}"],["93","{@item Ring of fire elemental command}"],["94","{@item Ring of three wishes}"],["95","{@item Ring of water elemental command}"],["96","{@item Sphere of annihilation}"],["97","{@item Talisman of pure good}"],["98","{@item Talisman of the sphere}"],["99","{@item Talisman of ultimate evil}"],["00","{@item Tome of the stilled tongue}"]],"name":"Magic Item Table I","page":144,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Communication","srd":true,"colLabels":["d100","Communication"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-60","The item communicates by transmitting emotion to the creature carrying or wielding it."],["61-90","The item can speak, read, and understand one or more languages."],["91-100","The item can speak, read, and understand one or more languages. In addition, the item can communicate telepathically with any character that carries or wields it."]],"name":"Sentient Magic Item Communication","page":214,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Senses","srd":true,"colLabels":["d4","Senses"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hearing and normal vision out to 30 feet."],["2","Hearing and normal vision out to 60 feet"],["3","Hearing and normal vision out to 120 feet."],["4","Hearing and darkvision out to 120 feet."]],"name":"Sentient Magic Item Senses","page":214,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Magic Item Alignment","srd":true,"colLabels":["d100","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","Lawful good"],["16-35","Neutral good"],["36-50","Chaotic good"],["51-63","Lawful neutral"],["64-73","Neutral"],["74-85","Chaotic neutral"],["86-89","Lawful evil"],["90-96","Neutral evil"],["97-100","Chaotic evil"]],"name":"Sentient Magic Item Alignment","page":216,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Sentient Special Purpose","srd":true,"colLabels":["d10","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aligned: The item seeks to defeat or destroy those of a diametrically opposed alignment. (Such an item is never neutral.)"],["2","Bane: The item seeks to defeat or destroy creatures of a particular kind, such as fiends, shapechangers, trolls, or wizards."],["3","Protector: The item seeks to defend a particular race or kind of creature, such as elves or druids."],["4","Crusader: The item seeks to defeat, weaken, or destroy the servants of a particular deity."],["5","Templar: The item seeks to defend the servants and interests of a particular deity."],["6","Destroyer: The item craves destruction and goads its user to fight arbitrarily."],["7","Glory Seeker: The item seeks renown as the greatest magic item in the world, by establishing its user as a famous or notorious figure."],["8","Lore Seeker: The item craves knowledge or is determined to solve a mystery, learn a secret, or unravel a cryptic prophecy."],["9","Destiny Seeker: The item is convinced that it and its wielder have key roles to play in future events."],["10","Creator Seeker: The item seeks its creator and wants to understand why it was created."]],"name":"Sentient Special Purpose","page":216,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Minor Beneficial Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","While attuned to the artifact, you gain proficiency in one skill of the DM's choice."],["21-30","While attuned to the artifact, you are immune to disease."],["31-40","While attuned to the artifact, you can't be {@condition charmed} or {@condition frightened}."],["41-50","While attuned to the artifact, you have resistance against one damage type of the DM's choice."],["51-60","While attuned to the artifact, you can use an action to cast one {@filter cantrip|spells|level=0} (chosen by the DM) from it."],["61-70","While attuned to the artifact, you can use an action to cast one {@filter 1st-level|spells|level=1} spell (chosen by the DM) from it. After you cast the spell, roll a {@dice d6}. On a roll of 1-5, you can't cast it again until the next dawn."],["71-80","As 61-70 above, except the spell is {@filter 2nd level|spells|level=2}."],["81-90","As 61-70 above, except the spell is {@filter 3rd level|spells|level=3}."],["91-00","While attuned to the artifact, you gain a +1 bonus to Armor Class."]],"name":"Artifact Properties; Minor Beneficial Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Major Beneficial Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","While attuned to the artifact, one of your ability scores (DM's choice) increases by 2, to a maximum of 24."],["21-30","While attuned to the artifact, you regain {@dice 1d6} hit points at the start of your turn if you have at least 1 hit point."],["31-40","When you hit with a weapon attack while attuned to the artifact, the target takes an extra {@dice 1d6} damage of the weapon's type."],["41-50","While attuned to the artifact, your walking speed increases by 10 feet."],["51-60","While attuned to the artifact, you can use an action to cast one {@filter 4th-level|spells|level=4} spell (chosen by the DM) from it. After you cast the spell, roll a {@dice d6}. On a roll of 1-5, you can't cast it again until the next dawn."],["61-70","As 51-60 above, except the spell is {@filter 5th level|spells|level=5}."],["71-80","As 51-60 above, except the spell is {@filter 6th level|spells|level=6}."],["81-90","As 51-60 above, except the spell is {@filter 7th level|spells|level=7}."],["91-00","While attuned to the artifact, you can't be {@condition blinded}, {@condition deafened}, {@condition petrified}, or {@condition stunned}."]],"name":"Artifact Properties; Major Beneficial Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Minor Detrimental Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","While attuned to the artifact, you have disadvantage on saving throws against spells."],["06-10","The first time you touch a gem or piece of jewelry while attuned to this artifact, the value of the gem or jewelry is reduced by half."],["11-15","While attuned to the artifact, you are {@condition blinded} when you are more than 10 feet away from it."],["16-20","While attuned to the artifact, you have disadvantage on saving throws against poison."],["21-30","While attuned to the artifact, you emit a sour stench noticeable from up to 10 feet away."],["31-35","While attuned to the artifact, all holy water within 10 feet of you is destroyed."],["36-40","While attuned to the artifact, you are physically ill and have disadvantage on any ability check or saving throw that uses Strength or Constitution."],["41-45","While attuned to the artifact, your weight increases by {@dice 1d4 × 10} pounds."],["46-50","While attuned to the artifact, your appearance changes as the DM decides."],["51-55","While attuned to the artifact, you are {@condition deafened} when you are more than 10 feet away from it."],["56-60","While attuned to the artifact, your weight drops by {@dice 1d4 × 5} pounds."],["61-65","While attuned to the artifact, you can't smell."],["66-70","While attuned to the artifact, nonmagical flames are extinguished within 30 feet of you."],["71-80","While you are attuned to the artifact, other creatures can't take short or long rests while within 300 feet of you."],["81-85","While attuned to the artifact, you deal {@dice 1d6} necrotic damage to any plant you touch that isn't a creature."],["86-90","While you are attuned to the artifact, animals within 30 feet of you are hostile toward you."],["91-95","While attuned to the artifact, you must eat and drink six times the normal amount each day."],["96-00","While you are attuned to the artifact, your flaw is amplified in a way determined by the DM."]],"name":"Artifact Properties; Minor Detrimental Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Major Detrimental Properties","colLabels":["d100","Property"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-05","While you are attuned to the artifact, your body rots over the course of four days, after which the rotting stops. You lose your hair by the end of day 1, finger tips and toe tips by the end of day 2, lips and nose by the end of day 3, and ears by the end of day 4. A {@spell regenerate} spell restores lost body parts."],["06-10","While you are attuned to the artifact, you determine your alignment daily at dawn by rolling a {@dice d6} twice. On the first roll, a 1-2 indicates lawful, 3-4 neutral, and 5-6 chaotic. On the second roll, a 1-2 indicates good, 3-4 neutral, and 5-6 evil."],["11-15","When you first attune to the artifact, it gives you a quest determined by the DM. You must complete this quest as if affected by the {@spell geas} spell. Once you complete the quest, you are no longer affected by this property."],["16-20","The artifact houses a bodiless life force that is hostile toward you. Each time you use an action to use one of the artifact's properties, there is a {@chance 50} chance that the life force tries to leave the artifact and enter your body. If you fail a DC 20 Charisma saving throw, it succeeds, and you become an NPC under the DM's control until the intruding life force is banished using magic such as the {@spell dispel evil and good} spell."],["21-25","Creatures with a challenge rating of 0, as well as plants that aren't creatures, drop to 0 hit points when within 10 feet of the artifact."],["26-30","The artifact imprisons a {@creature death slaad} (see the Monster Manual). Each time you use one of the artifact's properties as an action, the slaad has a {@chance 10} chance of escaping, whereupon it appears within 15 feet of you and attacks you."],["31-35","While you are attuned to the artifact, creatures of a particular type other than humanoid (as chosen by the DM) are always hostile toward you."],["36-40","The artifact dilutes magic potions within 10 feet of it, rendering them nonmagical."],["41-45","The artifact erases magic scrolls within 10 feet of it, rendering them nonmagical."],["46-50","Before using one of the artifact's properties as an action, you must use a bonus action to draw blood, either from yourself or from a willing or incapacitated creature within your reach, using a piercing or slashing melee weapon. The subject takes {@dice 1d4} damage of the appropriate type."],["51-60","When you become attuned to the artifact, you gain a form of {@book long-term madness|dmg|8|madness effects} (see chapter 8, \"Running the Game\")."],["61-65","You take {@dice 4d10} psychic damage when you become attuned to the artifact."],["66-70","You take {@dice 8d10} psychic damage when you become attuned to the artifact."],["71-75","Before you can become attuned to the artifact, you must kill a creature of your alignment."],["76-80","When you become attuned to the artifact, one of your ability scores is reduced by 2 at random. A {@spell greater restoration} spell restores the ability to normal."],["81-85","Each time you become attuned to the artifact, you age {@dice 3d10} years. You must succeed on a DC 10 Constitution saving throw or die from the shock. If you die, you are instantly transformed into a {@creature wight} (see the Monster Manual) under the DM's control that is sworn to protect the artifact."],["86-90","While attuned to the artifact, you lose the ability to speak."],["91-95","While attuned to the artifact, you have vulnerability to all damage."],["96-00","When you become attuned to the artifact, there is a {@chance 10} chance that you attract the attention of a god that sends an avatar to wrest the artifact from you. The avatar has the same alignment as its creator and the statistics of an {@creature empyrean} (see the Monster Manual). Once it obtains the artifact, the avatar vanishes."]],"name":"Artifact Properties; Major Detrimental Properties","page":219,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"caption":"Ability Checks","colLabels":["Ability","Used for...","Example Uses"],"colStyles":["col-1","col-3","col-8"],"rows":[["Strength","Physical force and athleticism","Smash down a door, move a boulder, use a spike to wedge a door shut"],["Dexterity","Agility, reflexes, and balance","Sneak past a guard, walk along a narrow ledge, wriggle free from chains"],["Constitution","Stamina and health","Endure a marathon, grasp hot metal without flinching, win a drinking contest"],["Intelligence","Memory and reason","Recall a bit of lore, recognize a clue's significance, decode an encrypted message"],["Wisdom","Perceptiveness and willpower","Spot a hidden creature, sense that someone is lying"],["Charisma","Social influence and confidence","Persuade a creature to do something, cow a crowd, lie to someone convincingly"]],"name":"Ability Checks","page":237,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Saving Throws","colLabels":["Ability","Used For..."],"colStyles":["col-2","col-10"],"rows":[["Strength","Opposing a force that would physically move or bind you"],["Dexterity","Dodging out of harm's way"],["Constitution","Enduring a disease, poison, or other hazard that saps vitality"],["Intelligence","Disbelieving certain illusions and resisting mental assaults that can be refuted with logic, sharp memory, or both"],["Wisdom","Resisting effects that charm, frighten, or otherwise assault your willpower"],["Charisma","Withstanding effects, such as possession, that would subsume your personality or hurl you to another plane of existence"]],"name":"Saving Throws","page":238,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Typical DCs","colLabels":["Task","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Very easy","5"],["Easy","10"],["Moderate","15"],["Hard","20"],["Very hard","25"],["Nearly impossible","30"]],"name":"Difficulty Class; Typical DCs","page":238,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Map Travel Pace","colLabels":["Map Scale","Slow Pace","Normal Pace","Fast Pace"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Dungeon (1 sq. = 10 ft.)","20 sq./min.","30 sq./min.","40 sq./min."],["City (1 sq. = 100 ft.)","2 sq./min.","3 sq./min.","4 sq./min."],["Province (1 hex = 1 mi.)","2 hexes/hr., 18 hexes/day","3 hexes/hr., 24 hexes/day","4 hexes/hr., 30 hexes/day"],["Kingdom (1 hex = 6 mi.)","1 hex/3 hr., 3 hexes/day","1 hex/2 hr., 4 hexes/day","1 hex/1½ hr., 5 hexes/day"]],"name":"Using a Map; Map Travel Pace","page":242,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Tracking DCs","colLabels":["Ground Surface","DC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Soft surface such as snow","10"],["Dirt or grass","15"],["Bare stone","20"],["Each day since the creature passed","+5"],["Creature left a trail such as blood","-5"]],"name":"Tracking DCs","page":244,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Object Armor Class","srd":true,"colLabels":["Substance","AC"],"colStyles":["col-10","col-2 text-center"],"rows":[["Cloth, paper, rope","11"],["Crystal, glass, ice","13"],["Wood, bone","15"],["Stone","17"],["Iron, steel","19"],["Mithral","21"],["Adamantine","23"]],"name":"Object Armor Class","page":246,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Object Hit Points","srd":true,"colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Tiny (bottle, lock)","2 ({@dice 1d4})","5 ({@dice 2d4})"],["Small (chest, lute)","3 ({@dice 1d6})","10 ({@dice 3d6})"],["Medium (barrel, chandelier)","4 ({@dice 1d8})","18 ({@dice 4d8})"],["Large (cart, 10-ft.-by-10-ft. window)","5 ({@dice 1d10})","27 ({@dice 5d10})"]],"name":"Object Hit Points","page":247,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@dice 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@dice 2d10}","Being struck by lightning, stumbling into a fire pit"],["{@dice 4d10}","Hit by falling rubble in a collapsing tunnel, stumbling into a vat of acid"],["{@dice 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through a lava stream"],["{@dice 18d10}","Being submerged in lava, being hit by a crashing flying fortress"],["{@dice 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, being crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Improvising Damage","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Damage Severity and Level","colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st-4th","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5th-10th","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11th-16th","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17th-20th","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Improvising Damage; Damage Severity and Level","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Targets in Areas of Effect","colLabels":["Area","Number of Targets"],"colStyles":["col-6","col-6"],"rows":[["Cone","{@dice ceil(#$prompt_number:title=Enter a Size$# / 10)|Size ÷ 10} (round up)"],["Cube or square","{@dice ceil(#$prompt_number:title=Enter a Size$# / 5)|Size ÷ 5} (round up)"],["Cylinder","{@dice ceil(#$prompt_number:title=Enter a Radius$# / 5)|Radius ÷ 5} (round up)"],["Line","{@dice ceil(#$prompt_number:title=Enter a Length$# / 30)|Length ÷ 30} (round up)"],["Sphere or circle","{@dice ceil(#$prompt_number:title=Enter a Radius$# / 5)|Radius ÷ 5} (round up)"]],"name":"Adjudicating Areas of Effect; Targets in Areas of Effect","page":249,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Mob Attacks","colLabels":["d20 Roll Needed","Attackers Needed for One to Hit"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1-5","1"],["6-12","2"],["13-14","3"],["15-16","4"],["17-18","5"],["19-19","10"],["20-20","20"]],"name":"Handling Mobs; Mob Attacks","page":250,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Creature Size and Space","colLabels":["Size","Space: Squares","Space: Hexes"],"colStyles":["col-3","col-6","col-3"],"rows":[["Tiny","4 per square","4 per hex"],["Small","1 square","1 hex"],["Medium","1 square","1 hex"],["Large","4 squares (2 by 2)","3 hexes"],["Huge","9 squares (3 by 3)","7 hexes"],["Gargantuan","16 squares (4 by 4) or more","12 hexes or more"]],"name":"Creature Size on Squares and Hexes; Creature Size and Space","page":251,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-6","col-6"],"rows":[["Quarry has many things to hide behind","Advantage"],["Quarry is in a very crowded or noisy area","Advantage"],["Quarry has few things to hide behind","Disadvantage"],["Quarry is in an uncrowded or quiet area","Disadvantage"],["The lead pursuer is a ranger or has proficiency in Survival","Disadvantage"]],"name":"Ending a Chase; Escape Factors","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Urban Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A large obstacle such as a horse or cart blocks your way. Make a DC 15 Dexterity ({@skill Acrobatics}) check to get past the obstacle. On a failed check, the obstacle counts as 10 feet of {@quickref difficult terrain||3}."],["2","A crowd blocks your way. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to make your way through the crowd unimpeded. On a failed check, the crowd counts as 10 feet of {@quickref difficult terrain||3}."],["3","A large stained-glass window or similar barrier blocks your path. Make a DC 10 Strength saving throw to smash through the barrier and keep going. On a failed save, you bounce off the barrier and fall prone."],["4","A maze of barrels, crates, or similar obstacles stands in your way. Make a DC 10 Dexterity ({@skill Acrobatics}) or Intelligence check (your choice) to navigate the maze. On a failed check, the maze counts as 10 feet of {@quickref difficult terrain||3}."],["5","The ground beneath your feet is slippery with rain, spilled oil, or some other liquid. Make a DC 10 Dexterity saving throw. On a failed save, you fall prone."],["6","You come upon a pack of dogs fighting over food. Make a DC 10 Dexterity ({@skill Acrobatics}) check to get through the pack unimpeded. On a failed check, you are bitten and take {@dice 1d4} piercing damage, and the dogs count as 5 feet of {@quickref difficult terrain||3}."],["7","You run into a brawl in progress. Make a DC 15 Strength ({@skill Athletics}), Dexterity ({@skill Acrobatics}), or Charisma ({@skill Intimidation}) check (your choice) to get past the brawlers unimpeded. On a failed check, you take {@dice 2d4} bludgeoning damage, and the brawlers count as 10 feet of {@quickref difficult terrain||3}."],["8","A beggar blocks your way. Make a DC 10 Strength ({@skill Athletics}), Dexterity ({@skill Acrobatics}), or Charisma ({@skill Intimidation}) check (your choice) to slip past the beggar. You succeed automatically if you toss the beggar a coin. On a failed check, the beggar counts as 5 feet of {@quickref difficult terrain||3}."],["9","An overzealous guard (see the Monster Manual (or game statistics) mistakes you for someone else. If you move 20 feet or more on your turn, the guard makes an opportunity attack against you with a spear (+3 to hit; {@dice 1d6 + 1} piercing damage on a hit)."],["10","You are forced to make a sharp turn to avoid colliding with something impassable. Make a DC 10 Dexterity saving throw to navigate the turn. On a failed save, you collide with something hard and take {@dice 1d4} bludgeoning damage."],["11-20","No complication."]],"name":"Urban Chase Complications","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Wilderness Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your path takes you through a rough patch of brush. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to get past the brush. On a failed check, the brush counts as 5 feet of {@quickref difficult terrain||3}."],["2","Uneven ground threatens to slow your progress. Make a DC 10 Dexterity ({@skill Acrobatics}) check to navigate the area. On a failed check, the ground counts as 10 feet of {@quickref difficult terrain||3}."],["3","You run through a {@creature swarm of insects} (see the Monster Manual for game statistics, with the DM choosing whichever kind of insects makes the most sense). The swarm makes an opportunity attack against you (+3 to hit; {@dice 4d4} piercing damage on a hit)."],["4","A stream, ravine, or rock bed blocks your path. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to cross the impediment. On a failed check, the impediment counts as 10 feet of {@quickref difficult terrain||3}."],["5","Make a DC 10 Constitution saving throw. On a failed save, you are blinded by blowing sand, dirt, ash, snow, or pollen until the end of your turn. While blinded in this way, your speed is halved."],["6","A sudden drop catches you by surprise. Make a DC 10 Dexterity saving throw to navigate the impediment. On a failed save, you fall {@dice 1d4 × 5} feet, taking {@dice 1d6} bludgeoning damage per 10 feet fallen as normal, and land prone."],["7","You blunder into a hunter's snare. Make a DC 15 Dexterity saving throw to avoid it. On a failed save, you are caught in a net and restrained. See chapter 5 \"Equipment,\" of the Player's Handbook for rules on escaping a net."],["8","You are caught in a stampede of spooked animals. Make a DC 10 Dexterity saving throw. On a failed save, you are knocked about and take {@dice 1d4} bludgeoning damage and {@dice 1d4} piercing damage."],["9","Your path takes you near a patch of razorvine. Make a DC 15 Dexterity saving throw or use 10 feet of movement (your choice) to avoid the razorvine. On a failed save, you take {@dice 1d10} slashing damage."],["10","A creature indigenous to the area chases after you. The DM chooses a creature appropriate for the terrain."],["11-20","No complication."]],"name":"Wilderness Chase Complications","page":253,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Poisons","srd":true,"colLabels":["Item","Type","Price per Dose"],"colStyles":["col-6","col-3","col-3 text-right"],"rows":[["{@item Assassin's blood}","Ingested","150 gp"],["{@item Burnt othur fumes}","Inhaled","500 gp"],["{@item Carrion crawler mucus}","Contact","200 gp"],["{@item Drow poison}","Injury","200 gp"],["{@item Essence of ether}","Inhaled","300 gp"],["{@item Malice}","Inhaled","250 gp"],["{@item Midnight tears}","Ingested","1,500 gp"],["{@item Oil of taggit}","Contact","400 gp"],["{@item Pale tincture}","Ingested","250 gp"],["{@item Purple worm poison}","Injury","2,000 gp"],["{@item Serpent venom}","Injury","200 gp"],["{@item Torpor}","Ingested","600 gp"],["{@item Truth serum}","Ingested","150 gp"],["{@item Wyvern poison}","Injury","1,200 gp"]],"name":"Poisons","page":257,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Short-Term Madness","srd":true,"colLabels":["d100","Effects (lasts 1d10 minutes)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-20","The character retreats into his or her mind and becomes {@condition paralyzed}. The effect ends if the character takes any damage."],["21-30","The character becomes {@condition incapacitated} and spends the duration screaming, laughing, or weeping."],["31-40","The character becomes {@condition frightened} and must use his or her action and movement each round to flee from the source of the fear."],["41-50","The character begins babbling and is incapable of normal speech or spellcasting."],["51-60","The character must use his or her action each round to attack the nearest creature."],["61-70","The character experiences vivid hallucinations and has disadvantage on ability checks."],["71-75","The character does whatever anyone tells him or her to do that isn't obviously self-destructive."],["76-80","The character experiences an overpowering urge to eat something strange such as dirt, slime, or offal."],["81-90","The character is {@condition stunned}."],["91-100","The character falls {@condition unconscious}."]],"name":"Short-Term Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Long-Term Madness","srd":true,"colLabels":["d100","Effects (lasts 1d10 × 10 hours)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-10","The character feels compelled to repeat a specific activity over and over, such as washing hands, touching things, praying, or counting coins."],["11-20","The character experiences vivid hallucinations and has disadvantage on ability checks."],["21-30","The character suffers extreme paranoia. The character has disadvantage on Wisdom and Charisma checks."],["31-40","The character regards something (usually the source of madness) with intense revulsion, as if affected by the antipathy effect of the {@spell antipathy/sympathy} spell."],["41-45","The character experiences a powerful delusion. Choose a potion. The character imagines that he or she is under its effects."],["46-55","The character becomes attached to a \"lucky charm,\" such as a person or an object, and has disadvantage on attack rolls, ability checks, and saving throws while more than 30 feet from it."],["56-65","The character is {@condition blinded} (25%) or {@condition deafened} (75%)."],["66-75","The character experiences uncontrollable tremors or tics, which impose disadvantage on attack rolls, ability checks, and saving throws that involve Strength or Dexterity."],["76-85","The character suffers from partial amnesia. The character knows who he or she is and retains racial traits and class features, but doesn't recognize other people or remember anything that happened before the madness took effect."],["86-90","Whenever the character takes damage, he or she must succeed on a DC 15 Wisdom saving throw or be affected as though he or she failed a saving throw against the {@spell confusion} spell. The confusion effect lasts for 1 minute."],["91-95","The character loses the ability to speak."],["96-100","The character falls {@condition unconscious}. No amount of jostling or damage can wake the character."]],"name":"Long-Term Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Indefinite Madness","srd":true,"colLabels":["d100","Flaw (lasts until cured)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-15","\"Being drunk keeps me sane.\""],["16-25","\"I keep whatever I find.\""],["26-30","\"I try to become more like someone else I know—adopting his or her style of dress, mannerisms, and name.\""],["31-35","\"I must bend the truth, exaggerate, or outright lie to be interesting to other people.\""],["36-45","\"Achieving my goal is the only thing of interest to me, and I'll ignore everything else to pursue it.\""],["46-50","\"I find it hard to care about anything that goes on around me.\""],["51-55","\"I don't like the way people judge me all the time.\""],["56-70","\"I am the smartest, wisest, strongest, fastest, and most beautiful person I know.\""],["71-80","\"I am convinced that powerful enemies are hunting me, and their agents are everywhere I go. I am sure they're watching me all the time.\""],["81-85","\"There's only one person I can trust. And only I can see this special friend.\""],["86-95","\"I can't take anything seriously. The more serious the situation, the funnier I find it.\""],["96-100","\"I've discovered that I really like killing people.\""]],"name":"Indefinite Madness","page":259,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"caption":"Proficiency Dice","colLabels":["Level","Proficiency Bonus","Proficiency Die"],"colStyles":["col-2 no-wrap text-center","col-5 text-center","col-5 text-center"],"rows":[["1st-4th","+2","{@dice 1d4}"],["5th-8th","+3","{@dice 1d6}"],["9th-12th","+4","{@dice 1d8}"],["13th-16th","+5","{@dice 1d10}"],["17th-20th","+6","{@dice 1d12}"]],"name":"Proficiency Dice","page":263,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Ability Check Proficiency by Class","colLabels":["Class","Ability Check"],"colStyles":["col-2","col-10"],"rows":[["{@class Barbarian}","Strength, Dexterity, or Wisdom"],["{@class Bard}","Any one"],["{@class Cleric}","Intelligence, Wisdom, or Charisma"],["{@class Druid}","Intelligence or Wisdom"],["{@class Fighter}","Strength, Dexterity, or Wisdom"],["{@class Monk}","Strength, Dexterity, or Intelligence"],["{@class Paladin}","Strength, Wisdom, or Charisma"],["{@class Ranger}","Strength, Dexterity, or Wisdom"],["{@class Rogue}","Dexterity, Intelligence, Wisdom, or Charisma"],["{@class Sorcerer}","Intelligence or Charisma"],["{@class Warlock}","Intelligence or Charisma"],["{@class Wizard}","Intelligence or Wisdom"]],"name":"Ability Check Proficiency by Class","page":263,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Figuring Out Alien Technology","colLabels":["Int. Check Total","Result"],"colStyles":["col-3 no-wrap","col-9"],"rows":[["9 or lower","One failure; one charge or use is wasted, if applicable; character has disadvantage on next check"],["10-14","One failure"],["15-19","One success"],["20 or higher","One success; character has advantage on next check"]],"name":"Figuring Out Alien Technology","page":268,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Lingering Injuries","colLabels":["d20","Injury"],"colStyles":["col-2 text-center no-wrap","col-10"],"rows":[["1","{@bold Lose an Eye.} You have disadvantage on Wisdom ({@skill Perception}) checks that rely on sight and on ranged attack rolls. Magic such as the {@spell regenerate} spell can restore the lost eye. If you have no eyes left after sustaining this injury, you're {@condition blinded}."],["2","{@bold Lose an Arm or a Hand.} You can no longer hold anything with two hands, and you can hold only a single object at a time. Magic such as the {@spell regenerate} spell can restore the lost appendage."],["3","{@bold Lose a Foot or Leg.} Your speed on foot is halved, and you must use a cane or crutch to move unless you have a peg leg or other prosthesis. You fall {@condition prone} after using the Dash action. You have disadvantage on Dexterity checks made to balance. Magic such as the {@spell regenerate} spell can restore the lost appendage."],["4","{@bold Limp.} Your speed on foot is reduced by 5 feet. You must make a DC 10 Dexterity saving throw after using the Dash action. If you fail the save, you fall {@condition prone}. Magical healing removes the limp."],["5-7","{@bold Internal Injury.} Whenever you attempt an action in combat, you must make a DC 15 Constitution saving throw. On a failed save, you lose your action and can't use reactions until the start of your next turn. The injury heals if you receive magical healing or if you spend ten days doing nothing but resting."],["8-10","{@bold Broken Ribs.} This has the same effect as Internal Injury above, except that the save DC is 10."],["11-13","{@bold Horrible Scar.} You are disfigured to the extent that the wound can't be easily concealed. You have disadvantage on Charisma ({@skill Persuasion}) checks and advantage on Charisma ({@skill Intimidation}) checks. Magical healing of 6th level or higher, such as {@spell heal} and {@spell regenerate}, removes the scar."],["14-16","{@bold Festering Wound.} Your hit point maximum is reduced by 1 every 24 hours the wound persists. If your hit point maximum drops to 0, you die. The wound heals if you receive magical healing. Alternatively, someone can tend to the wound and make a DC 15 Wisdom ({@skill Medicine}) check once every 24 hours. After ten successes, the wound heals."],["17-20","{@bold Minor Scar.} The scar doesn't have any adverse effect. Magical healing of 6th level or higher, such as {@spell heal} and {@spell regenerate}, removes the scar."]],"name":"Lingering Injuries","page":272,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"System Shock","colLabels":["d10","Effect"],"colStyles":["col-1 text-center no-wrap","col-12"],"rows":[["1","The creature drops to 0 hit points."],["2-3","The creature drops to 0 hit points but is stable."],["4-5","The creature is {@condition stunned} until the end of its next turn."],["6-7","The creature can't take reactions and has disadvantage on attack rolls and ability checks until the end of its next turn."],["8-10","The creature can't take reactions until the end of its next turn."]],"name":"Massive Damage; System Shock","page":273,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Monster Statistics by Challenge Rating","colLabels":["CR","Prof. Bonus","Armor Class","Hit Points","Attack Bonus","Damage/Round","Save DC"],"colStyles":["col-1 text-center","col-1 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["0","+2","≤ 13","1-6","≤ +3","0-1","≤ 13"],["1/8","+2","13","7-35","+3","2-3","13"],["1/4","+2","13","36-49","+3","4-5","13"],["1/2","+2","13","50-70","+3","6-8","13"],["1","+2","13","71-85","+3","9-14","13"],["2","+2","13","86-100","+3","15-20","13"],["3","+2","13","101-115","+4","21-26","13"],["4","+2","14","116-130","+5","27-32","14"],["5","+3","15","131-145","+6","33-38","15"],["6","+3","15","146-160","+6","39-44","15"],["7","+3","15","161-175","+6","45-50","15"],["8","+3","16","176-190","+7","51-56","16"],["9","+4","16","191-205","+7","57-62","16"],["10","+4","17","206-220","+7","63-68","16"],["11","+4","17","221-235","+8","69-74","17"],["12","+4","17","236-250","+8","75-80","17"],["13","+5","18","251-265","+8","81-86","18"],["14","+5","18","266-280","+8","87-92","18"],["15","+5","18","281-295","+8","93-98","18"],["16","+5","18","296-310","+9","99-104","18"],["17","+6","19","311-325","+10","105-110","19"],["18","+6","19","326-340","+10","111-116","19"],["19","+6","19","341-355","+10","117-122","19"],["20","+6","19","356-400","+10","123-140","19"],["21","+7","19","401-445","+11","141-158","20"],["22","+7","19","446-490","+11","159-176","20"],["23","+7","19","491-535","+11","177-194","20"],["24","+7","19","536-580","+12","195-212","21"],["25","+8","19","581-625","+12","213-230","21"],["26","+8","19","626-670","+12","231-248","21"],["27","+8","19","671-715","+13","249-266","22"],["28","+8","19","716-760","+13","267-284","22"],["29","+9","19","761-805","+13","285-302","22"],["30","+9","19","806-850","+14","303-320","23"]],"name":"Creating Quick Monster Stats; Monster Statistics by Challenge Rating","page":274,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Experience Points by Challenge Rating","basicRules":true,"srd":true,"colLabels":["CR","XP"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["0","0 or 10"],["1/8","25"],["1/4","50"],["1/2","100"],["1","200"],["2","450"],["3","700"],["4","1,100"],["5","1,800"],["6","2,300"],["7","2,900"],["8","3,900"],["9","5,000"],["10","5,900"],["11","7,200"],["12","8,400"],["13","10,000"],["14","11,500"],["15","13,000"],["16","15,000"],["17","18,000"],["18","20,000"],["19","22,000"],["20","25,000"],["21","33,000"],["22","41,000"],["23","50,000"],["24","62,000"],["25","75,000"],["26","90,000"],["27","105,000"],["28","120,000"],["29","135,000"],["30","155,000"]],"name":"Final Challenge Rating; Experience Points by Challenge Rating","page":274,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Hit Dice by Size","srd":true,"basicRules":true,"colLabels":["Monster Size","Hit Die","Average HP per Die"],"colStyles":["col-3","col-3 text-center","col-3 text-center"],"rows":[["Tiny","{@dice d4}","2½"],["Small","{@dice d6}","3½"],["Medium","{@dice d8}","4½"],["Large","{@dice d10}","5½"],["Huge","{@dice d12}","6½"],["Gargantuan","{@dice d20}","10½"]],"name":"Assign Hit Dice; Hit Dice by Size","page":276,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Effective Hit Points Based on Resistances and Immunities","colLabels":["Expected Challenge Rating","HP Multiplier for Resistances","HP Multiplier for Immunities"],"colStyles":["col-3","col-3","col-3"],"rows":[["1-4","× 2","× 2"],["5-10","× 1.5","× 2"],["11-16","× 1.25","× 1.5"],["17 or more","× 1","× 1.25"]],"name":"Damage Vulnerabilities, Resistances, and Immunities; Effective Hit Points Based on Resistances and Immunities","page":277,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Monster Features","colLabels":["Name","Example Monster","Effect on Challenge Rating"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aggressive","{@creature Orc}","Increase the monster's effective per-round damage output by 2."],["Ambusher","{@creature Doppelganger}","Increase the monster's effective attack bonus by 1."],["Amorphous","{@creature Black pudding}","—"],["Amphibious","{@creature Kuo-toa}","—"],["Angelic Weapons","{@creature Deva}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Antimagic Susceptibility","{@creature Flying sword}","—"],["Avoidance","{@creature Demilich}","Increase the monster's effective AC by 1."],["Blind Senses","{@creature Grimlock}","—"],["Blood Frenzy","{@creature Sahuagin}","Increase the monster's effective attack bonus by 4."],["Breath Weapon","{@creature Ancient black dragon}","For the purpose of determining effective damage output, assume the breath weapon hits two targets, and that each target fails its saving throw."],["Brute","{@creature Bugbear}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Chameleon Skin","{@creature Troglodyte}","—"],["Change Shape","{@creature Ancient brass dragon}","—"],["Charge","{@creature Centaur}","Increase the monster's damage on one attack by the amount noted in the trait."],["Charm","{@creature Vampire}","—"],["Constrict","{@creature Constrictor snake}","Increase the monster's effective AC by 1."],["Damage Absorption","{@creature Flesh golem}","—"],["Damage Transfer","{@creature Cloaker}","Double the monster's effective hit points. Add one-third of the monster's hit points to its per-round damage."],["Death Burst","{@creature Magmin}","Increase the monster's effective damage output for 1 round by the amount noted in the trait, and assume it affects two creatures."],["Devil Sight","{@creature Barbed devil}","—"],["Dive","{@creature Aarakocra}","Increase the monster's effective damage on one attack by the amount noted in the trait."],["Echolocation","{@creature Hook horror}","—"],["Elemental Body","{@creature Azer}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Enlarge","{@creature Duergar}","Increase the monster's effective per-round damage by the amount noted in the trait."],["Etherealness","{@creature Night hag}","—"],["False Appearance","{@creature Gargoyle}","—"],["Fey Ancestry","{@creature Drow}","—"],["Fiendish Blessing","{@creature Cambion}","Apply the monster's Charisma modifier to its actual AC."],["Flyby","{@creature Peryton}","—"],["Frightful Presence","{@creature Ancient black dragon}","Increase the monster's effective hit points by 25% if the monster is meant to face characters of 10th level or lower."],["Grappler","{@creature Mimic}","—"],["Hold Breath","{@creature Lizardfolk}","—"],["Horrifying Visage","{@creature Banshee}","See Frightful Presence."],["Illumination","{@creature Flameskull}","—"],["Illusory Appearance","{@creature Green hag}","—"],["Immutable Form","{@creature Iron golem}","—"],["Incorporeal Movement","{@creature Ghost}","—"],["Innate Spellcasting","{@creature Djinni}","See step 13 under \"Creating a Monster Stat Block.\""],["Inscrutable","{@creature Androsphinx}","—"],["Invisibility","{@creature Imp}","—"],["Keen Senses","{@creature Hell hound}","—"],["Labyrinthine Recall","{@creature Minotaur}","—"],["Leadership","{@creature Hobgoblin captain}","—"],["Legendary Resistance","{@creature Ancient black dragon}","Each per-day use of this trait increases the monster's effective hit points based on the expected challenge rating: 1-4, 10 hp: 5-10, 20 hp: 11 or higher, 30 hp."],["Life Drain","{@creature Wight}","—"],["Light Sensitivity","{@creature Shadow demon}","—"],["Magic Resistance","{@creature Balor}","Increase the monster's effective AC by 2."],["Magic Weapons","{@creature Balor}","—"],["Martial Advantage","{@creature Hobgoblin}","Increase the effective damage of one attack per round by the amount gained from this trait."],["Mimicry","{@creature Kenku}","—"],["Nimble Escape","{@creature Goblin}","Increase the monster's effective AC and effective attack bonus by 4 (assuming the monster hides every round)."],["Otherworldly Perception","{@creature Kuo-toa}","—"],["Pack Tactics","{@creature Kobold}","Increase the monster's effective attack bonus by 1."],["Parry","{@creature Hobgoblin warlord}","Increase the monster's effective AC by 1."],["Possession","{@creature Ghost}","Double the monster's effective hit points."],["Pounce","{@creature Tiger}","Increase the monster's effective damage for 1 round by the amount it deals with the bonus action gained from this trait."],["Psychic Defense","{@creature Githzerai monk}","Apply the monster's Wisdom modifier to its actual AC if the monster isn't wearing armor or wielding a shield."],["Rampage","{@creature Gnoll}","Increase the monster's effective per-round damage by 2."],["Reactive","{@creature Marilith}","—"],["Read Thoughts","{@creature Doppelganger}","—"],["Reckless","{@creature Minotaur}","—"],["Redirect Attack","{@creature Goblin boss}","—"],["Reel","{@creature Roper}","—"],["Regeneration","{@creature Troll}","Increase the monster's effective hit points by 3 × the number of hit points the monster regenerates each round."],["Rejuvenation","{@creature Lich}","—"],["Relentless","{@creature Wereboar}","Increase the monster's effective hit points based on the expected challenge rating: 1-4, 7 hp: 5-10, 14 hp: 11-16, 21 hp: 17 or higher, 28 hp."],["Shadow Stealth","{@creature Shadow demon}","Increase the monster's effective AC by 4."],["Shapechanger","{@creature Wererat}","—"],["Siege Monster","{@creature Earth elemental}","—"],["Slippery","{@creature Kuo-toa}","—"],["Spellcasting","{@creature Lich}","See step 13 under \"Creating a Monster Stat Block.\""],["Spider Climb","{@creature Ettercap}","—"],["Standing Leap","{@creature Bullywug}","—"],["Steadfast","{@creature Bearded devil}","—"],["Stench","{@creature Troglodyte}","Increase the monster's effective AC by 1."],["Sunlight Sensitivity","{@creature Kobold}","—"],["Superior Invisibility","{@creature Faerie dragon (violet)||Faerie dragon}","Increase the monster's effective AC by 2."],["Sure-Footed","{@creature Dao}","—"],["Surprise Attack","{@creature Bugbear}","Increase the monster's effective damage for 1 round by the amount noted in the trait."],["Swallow","{@creature Behir}","Assume the monster swallows one creature and deals 2 rounds of acid damage to it."],["Teleport","{@creature Balor}","—"],["Terrain Camouflage","{@creature Bullywug}","—"],["Tunneler","{@creature Umber hulk}","—"],["Turn Immunity","{@creature Revenant}","—"],["Turn Resistance","{@creature Lich}","—"],["Two Heads","{@creature Ettin}","—"],["Undead Fortitude","{@creature Zombie}","Increase the monster's effective hit points based on the expected challenge rating: 1-4, 7 hp: 5-10, 14 hp: 11-16, 21 hp: 17 or higher, 28 hp."],["Web","{@creature Giant spider}","Increase the monster's effective AC by 1."],["Web Sense","{@creature Giant spider}","—"],["Web Walker","{@creature Giant spider}","—"],["Wounded Fury","{@creature Quaggoth}","Increase the monster's damage for 1 round by the amount noted in the trait."]],"name":"Creating a Monster Stat Block; Monster Features","page":275,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"NPC Features","colLabels":["Race","Ability Modifiers","Features"],"colStyles":["col-3","col-3","col-6"],"rows":[["Aarakocra","+2 Dex, +2 Wis","Dive Attack: talon attack action, speed 20 ft., fly 50 ft., speaks Auran"],["Bullywug","-2 Int, -2 Cha","Amphibious, Speak with Frogs and Toads, Swamp Camouflage, Standing Leap: speed 20 ft., swim 40 ft.: speaks Bullywug"],["Dragonborn*","+2 Str, +1 Cha","Breath Weapon (use challenge rating instead of level to determine damage), Damage Resistance, Draconic Ancestry, speaks Common and Draconic"],["Drow*","+2 Dex, +1 Cha","Fey Ancestry, Innate Spellcasting feature of the drow, Sunlight Sensitivity, darkvision 120 ft., speaks Elvish and Undercommon"],["Dwarf*","+2 Str or Wis, +2 Con","Dwarven Resilience, Stonecunning, speed 25 ft., darkvision 60 ft., speaks Common and Dwarvish"],["Elf*","+2 Dex, +1 Int or Wis","Fey Ancestry, Trance, darkvision 60 ft., proficiency in the Perception skill, speaks Common and Elvish"],["Gnoll","+2 Str, -2 Int","Rampage, darkvision 60 ft."],["Gnome*","+2 Int, +2 Dex or Con","Gnome Cunning, Small size: speed 25 ft., darkvision 60 ft., speaks Common and Gnomish"],["Gnome, deep","+1 Str, +2 Dex","Gnome Cunning, Innate Spellcasting, Stone Camouflage, Small size, speed 20 ft., darkvision 120 ft., speaks Gnomish, Terran, and Undercommon"],["Goblin","-2 Str, +2 Dex","Nimble Escape, Small size, darkvision 60 ft., speaks Common and Goblin"],["Grimlock","+2 Str, -2 Cha","Blind Senses, Keen Hearing and Smell, Stone Camouflage, can't be blinded, blindsight 30 ft., or 10 ft. while deafened (blind beyond this radius), speaks Undercommon"],["Half-elf*","+1 Dex, +1 Int, +2 Cha","Fey Ancestry, darkvision 60 ft., proficiency in two skills, speaks Common and Elvish"],["Half-orc*","+2 Str, +1 Con","Relentless Endurance, darkvision 60 ft., proficiency in the Intimidation skill, speaks Common and Orc"],["Halfling*","+2 Dex, +1 Con or Cha","Brave, Halfling Nimbleness, Lucky, Small size, speed 25 ft., speaks Common and Halfling"],["Hobgoblin","None","Martial Advantage, darkvision 60 ft., speaks Common and Goblin"],["Kenku","+2 Dex","Ambusher, Mimicry, understands Auran and Common but speaks only through the use of its Mimicry trait"],["Kobold","-4 Str, +2 Dex","Pack Tactics, Sunlight Sensitivity, Small size, darkvision 60 ft., speaks Common and Draconic"],["Kuo-toa","None","Amphibious, Otherworldly Perception, Slippery, Sunlight Sensitivity, speed 30 ft., swim 30 ft., darkvision 120 ft., speaks Undercommon"],["Lizardfolk","+2 Str, -2 Int","Hold Breath (15 min.), +3 natural armor bonus to AC, speed 30 ft., swim 30 ft., speaks Draconic"],["Merfolk","None","Amphibious, speed 10 ft., swim 40 ft., speaks Aquan and Common"],["Orc","+2 Str, -2 Int","Aggressive, darkvision 60 ft., speaks Common and Orc"],["Skeleton","+2 Dex, -4 Int, -4 Cha","Vulnerable to bludgeoning damage, immune to poison damage and {@condition exhaustion}, can't be poisoned, darkvision 60 ft., can't speak but understands the languages it knew in life"],["Tiefling*","+1 Int, +2 Cha","Infernal Legacy (use challenge rating instead of level to determine spells), resistance to fire damage, darkvision 60 ft., speaks Common and Infernal"],["Troglodyte","+2 Str, +2 Con, -4 Int, -4 Cha","Chameleon Skin, Stench, Sunlight Sensitivity, +1 natural armor bonus to AC, darkvision 60 ft., speaks Troglodyte"],["Zombie","+1 Str, +2 Con, -6 Int, -4 Wis, -4 Cha","Undead Fortitude, immune to poison damage, can't be poisoned, darkvision 60 ft., can't speak but understands the languages it knew in life"]],"footnotes":["* See the {@i Player's Handbook} for descriptions of this race's features, none of which alter the NPC's challenge rating."],"name":"Creating NPCs from Scratch; NPC Features","page":282,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Damage","colLabels":["Spell Level","One Target","Multiple Targets"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["Cantrip","{@dice 1d10}","{@dice 1d6}"],["1st","{@dice 2d10}","{@dice 2d6}"],["2nd","{@dice 3d10}","{@dice 4d6}"],["3rd","{@dice 5d10}","{@dice 6d6}"],["4th","{@dice 6d10}","{@dice 7d6}"],["5th","{@dice 8d10}","{@dice 8d6}"],["6th","{@dice 10d10}","{@dice 11d6}"],["7th","{@dice 11d10}","{@dice 12d6}"],["8th","{@dice 12d10}","{@dice 13d6}"],["9th","{@dice 15d10}","{@dice 14d6}"]],"name":"Spell Damage","page":283,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Magic Item Power by Rarity","colLabels":["Rarity","Max Spell Level","Max Bonus"],"colStyles":["col-3","col-3 text-center","col-3 text-center"],"rows":[["Common","1st","—"],["Uncommon","3rd","+1"],["Rare","6th","+2"],["Very rare","8th","+3"],["Legendary","9th","+4"]],"name":"Power Level; Magic Item Power by Rarity","page":285,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Point Cost","colLabels":["Spell Level","Point Cost"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st",2],["2nd",3],["3rd",5],["4th",6],["5th",7],["6th",9],["7th",10],["8th",11],["9th",13]],"name":"Variant: Spell Points; Spell Point Cost","page":288,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Spell Points by Level","colLabels":["Class Level","Spell Points","Max Spell Level"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["1st",4,"1st"],["2nd",6,"1st"],["3rd",14,"2nd"],["4th",17,"2nd"],["5th",27,"3rd"],["6th",32,"3rd"],["7th",38,"4th"],["8th",44,"4th"],["9th",57,"5th"],["10th",64,"5th"],["11th",73,"6th"],["12th",73,"6th"],["13th",83,"7th"],["14th",83,"7th"],["15th",94,"8th"],["16th",94,"8th"],["17th",107,"9th"],["18th",114,"9th"],["19th",123,"9th"],["20th",133,"9th"]],"name":"Variant: Spell Points; Spell Points by Level","page":288,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"caption":"Starting Area","colLabels":["d10","Configuration"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Square, 20 × 20 ft.; passage on each wall"],["2","Square, 20 × 20 ft.; door on two walls, passage in third wall"],["3","Square, 40 × 40 ft.; doors on three walls"],["4","Rectangle, 80 × 20 ft., with row of pillars down the middle; two passages leading from each long wall, doors on each short wall"],["5","Rectangle, 20 × 40 ft.; passage on each wall"],["6","Circle, 40 ft. diameter; one passage at each cardinal direction"],["7","Circle, 40 ft. diameter; one passage in each cardinal direction; well in middle of room (might lead down to lower level)"],["8","Square, 20 × 20 ft.; door on two walls, passage on third wall, secret door on fourth wall"],["9","Passage, 10 ft. wide; T intersection"],["10","Passage, 10 ft. wide; four-way intersection"]],"name":"Starting Area","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Passage","colLabels":["d20","Detail"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Continue straight 30 ft., no doors or side passages"],["3","Continue straight 20 ft., door to the right, then an additional 10 ft. ahead"],["4","Continue straight 20 ft., door to the left, then an additional 10 ft. ahead"],["5","Continue straight 20 ft.; passage ends in a door"],["6-7","Continue straight 20 ft., side passage to the right, then an additional 10 ft. ahead"],["8-9","Continue straight 20 ft., side passage to the left, then an additional 10 ft. ahead"],["10","Continue straight 20 ft., comes to a dead end; {@chance 10} chance of a secret door"],["11-12","Continue straight 20 ft., then the passage turns left and continues 10 ft."],["13-14","Continue straight 20 ft., then the passage turns right and continues 10 ft."],["15-19","Chamber (roll on the Chamber table)"],["20","Stairs* (roll on the Stairs table)"]],"footnotes":["* The existence of stairs presumes a dungeon with more than one level. If you don't want a multilevel dungeon, reroll this result, use the stairs as an alternative entrance, or replace them with another feature of your choice."],"name":"Passages; Passage","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Passage Width","colLabels":["{@dice d12;d20}","Width"],"colStyles":["col-2 text-center","col-10"],"rows":[[{"type":"cell","roll":{"min":1,"max":2}},"5 ft."],[{"type":"cell","roll":{"min":3,"max":12}},"10 ft."],[{"type":"cell","roll":{"min":13,"max":14}},"20 ft."],[{"type":"cell","roll":{"min":15,"max":16}},"30 ft."],[{"type":"cell","roll":{"exact":17}},"40 ft., with row of pillars down the middle"],[{"type":"cell","roll":{"exact":18}},"40 ft., with double row of pillars"],[{"type":"cell","roll":{"exact":19}},"40 ft. wide, 20 ft. high"],[{"type":"cell","roll":{"exact":20}},"40 ft. wide, 20 ft. high, gallery 10 ft. above floor allows access to level above"]],"name":"Passages; Passage Width","page":290,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Door Type","colLabels":["d20","Door Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Wooden"],["11-12","Wooden, barred or locked"],["13","Stone"],["14","Stone, barred or locked"],["15","Iron"],["16","Iron, barred or locked"],["17","Portcullis"],["18","Portcullis, locked in place"],["19","Secret door"],["20","Secret door, barred or locked"]],"name":"Doors; Door Type","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Beyond a Door","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Passage extending 10 ft., then T intersection extending 10 ft. to the right and left"],["3-8","Passage 20 ft. straight ahead"],["9-18","Chamber (roll on the Chamber table)"],["19","Stairs (roll on the Stairs table)"],["20","False door with trap"]],"name":"Doors; Beyond a Door","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Chamber","colLabels":["d20","Chamber"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Square, 20 × 20 ft.¹"],["3-4","Square, 30 × 30 ft.¹"],["5-6","Square, 40 × 40 ft.¹"],["7-9","Rectangle, 20 × 30 ft.¹"],["10-12","Rectangle, 30 × 40 ft.¹"],["13-14","Rectangle, 40 × 50 ft.²"],["15","Rectangle, 50 × 80 ft.²"],["16","Circle, 30 ft. diameter¹"],["17","Circle, 50 ft. diameter²"],["18","Octagon, 40 × 40 ft.²"],["19","Octagon, 60 × 60 ft.²"],["20","Trapezoid, roughly 40 × 60 ft.²"]],"footnotes":["¹ Use the Normal Chamber column on the Chamber Exits table.","² Use the Large Chamber column on the Chamber Exits table."],"name":"Chambers; Chamber","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Chamber Exits","colLabels":["d20","Normal Chamber","Large Chamber"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1-3","0","0"],["4-5","0","1"],["6-8","1","1"],["9-11","1","2"],["12-13","2","2"],["14-15","2","3"],["16-17","3","3"],["18","3","4"],["19","4","5"],["20","4","6"]],"name":"Chambers; Chamber Exits","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Exit Location","colLabels":["d20","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Wall opposite entrance"],["8-12","Wall left of entrance"],["13-17","Wall right of entrance"],["18-20","Same wall as entrance"]],"name":"Chambers; Exit Location","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Exit Type","colLabels":["d20","Type"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","Door (roll on the Door Type table)"],["11-20","Corridor, 10 ft. long"]],"name":"Chambers; Exit Type","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Stairs","colLabels":["d20","Stairs"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Down one level to a chamber"],["5-8","Down one level to a passage 20 ft. long"],["9","Down two levels to a chamber"],["10","Down two levels to a passage 20 ft. long"],["11","Down three levels to a chamber"],["12","Down three levels to a passage 20 ft. long"],["13","Up one level to a chamber"],["14","Up one level to a passage 20 ft. long"],["15","Up to a dead end"],["16","Down to a dead end"],["17","Chimney up one level to a passage 20 ft. long"],["18","Chimney up two levels to a passage 20 ft. long"],["19","Shaft (with or without elevator) down one level to a chamber"],["20","Shaft (with or without elevator) up one level to a chamber and down one level to a chamber"]],"name":"Stairs","page":291,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Death Trap","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber or waiting room for spectators"],["2-8","Guardroom fortified against intruders"],["9-11","Vault for holding important treasures, accessible only by locked or secret door ({@chance 75} chance of being trapped)"],["12-14","Room containing a puzzle that must be solved to bypass a trap or monster"],["15-19","Trap designed to kill or capture creatures"],["20","Observation room, allowing guards or spectators to observe creatures moving through the dungeon"]],"name":"Chamber Purpose; Dungeon: Death Trap","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Lair","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Armory stocked with weapons and armor"],["2","Audience chamber, used to receive guests"],["3","Banquet room for important celebrations"],["4","Barracks where the lair's defenders are quartered"],["5","Bedroom, for use by leaders"],["6","Chapel where the lair's inhabitants worship"],["7","Cistern or well for drinking water"],["8-9","Guardroom for the defense of the lair"],["10","Kennel for pets or guard beasts"],["11","Kitchen for food storage and preparation"],["12","Pen or prison where captives are held"],["13-14","Storage, mostly nonperishable goods"],["15","Throne room where the lair's leaders hold court"],["16","Torture chamber"],["17","Training and exercise room"],["18","Trophy room or museum"],["19","Latrine or bath"],["20","Workshop for the construction of weapons, armor, tools, and other goods"]],"name":"Chamber Purpose; Dungeon: Lair","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Maze","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Conjuring room, used to summon creatures that guard the maze"],["2-5","Guard room for sentinels that patrol the maze"],["6-10","Lair for guard beasts that patrol the maze"],["11","Pen or prison accessible only by secret door, used to hold captives condemned to the maze"],["12","Shrine dedicated to a god or other entity"],["13-14","Storage for food, as well as tools used by the maze's guardians to keep the complex in working order"],["15-18","Trap to confound or kill those sent into the maze"],["19","Well that provides drinking water"],["20","Workshop where doors, torch sconces, and other furnishings are repaired and maintained"]],"name":"Chamber Purpose; Dungeon: Maze","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Mine","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Barracks for miners"],["3","Bedroom for a supervisor or manager"],["4","Chapel dedicated to a patron deity of miners, earth, or protection"],["5","Cistern providing drinking water for miners"],["6-7","Guardroom"],["8","Kitchen used to feed workers"],["9","Laboratory used to conduct tests on strange minerals extracted from the mine"],["10-15","Lode where metal ore is mined ({@chance 75} chance of being depleted)"],["16","Office used by the mine supervisor"],["17","Smithy for repairing damaged tools"],["18-19","Storage for tools and other equipment"],["20","Strong room or vault used to store ore for transport to the surface"]],"name":"Chamber Purpose; Dungeon: Mine","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Planar Gate","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","Decorated foyer or antechamber"],["04-08","Armory used by the portal's guardians"],["09-10","Audience chamber for receiving visitors"],["11-19","Barracks used by the portal's guards"],["20-23","Bedroom for use by the high-ranking members of the order that guards the portal"],["24-30","Chapel dedicated to a deity or deities related to the portal and its defenders"],["31-35","Cistern providing fresh water"],["36-38","Classroom for use of initiates learning about the portal's secrets"],["39","Conjuring room for summoning creatures used to investigate or defend the portal"],["40-41","Crypt where the remains of those that died guarding the portal are kept"],["42-47","Dining room"],["48-50","Divination room used to investigate the portal and events tied to it"],["51-55","Dormitory for visitors and guards"],["56-57","Entry room or vestibule"],["58-59","Gallery for displaying trophies and objects related to the portal and those that guard it"],["60-67","Guardroom to protect or watch over the portal"],["68-72","Kitchen"],["73-77","Laboratory for conducting experiments relating to the portal and creatures that emerge from it"],["78-80","Library holding books about the portal's history"],["81-85","Pen or prison for holding captives or creatures that emerge from the portal"],["86-87","Planar junction, where the gate to another plane once stood ({@chance 25} chance of being active)"],["88-90","Storage"],["91","Strong room or vault, for guarding valuable treasures connected to the portal or funds used to pay the planar gate's guardians"],["92-93","Study"],["94","Torture chamber, for questioning creatures that pass through the portal or that attempt to clandestinely use it"],["95-98","Latrine or bath"],["99-00","Workshop for constructing tools and gear needed to study the portal"]],"name":"Chamber Purpose; Dungeon: Planar Gate","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Stronghold","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-02","Antechamber where visitors seeking access to the stronghold wait"],["03-05","Armory holding high-quality gear, including light siege weapons such as ballistas"],["06","Audience chamber used by the master of the stronghold to receive visitors"],["07","Aviary or zoo for keeping exotic creatures"],["08-11","Banquet room for hosting celebrations and guests"],["12-15","Barracks used by elite guards"],["16","Bath outfitted with a marble floor and other luxurious accoutrements"],["17","Bedroom for use by the stronghold's master or important guests"],["18","Chapel dedicated to a deity associated with the stronghold's master"],["19-21","Cistern providing drinking water"],["22-25","Dining room for intimate gatherings or informal meals"],["26","Dressing room featuring a number of wardrobes"],["27-29","Gallery for the display of expensive works of art and trophies"],["30-32","Game room used to entertain visitors"],["33-50","Guardroom"],["51","Kennel where monsters or trained animals that protect the stronghold are kept"],["52-57","Kitchen designed to prepare exotic foods for large numbers of guests"],["58-61","Library with an extensive collection of rare books"],["62","Lounge used to entertain guests"],["63-70","Pantry, including cellar for wine or spirits"],["71-74","Sitting room for family and intimate guests"],["75-78","Stable"],["79-86","Storage for mundane goods and supplies"],["87","Strong room or vault for protecting important treasures ({@chance 75} chance of being hidden behind a secret door)"],["88-92","Study, including a writing desk"],["93","Throne room, elaborately decorated"],["94-96","Waiting room where lesser guests are held before receiving an audience"],["97-98","Latrine or bath"],["99-00","Crypt belonging to the stronghold's master or someone else of importance"]],"name":"Chamber Purpose; Dungeon: Stronghold","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Temple or Shrine","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-03","Armory filled with weapons and armor, battle banners, and pennants"],["04-05","Audience chamber where priests of the temple receive commoners and low-ranking visitors"],["06-07","Banquet room used for celebrations and holy days"],["08-10","Barracks for the temple's military arm or its hired guards"],["11-14","Cells where the faithful can sit in quiet contemplation"],["15-24","Central temple built to accommodate rituals"],["25-28","Chapel dedicated to a lesser deity associated with the temple's major deity"],["29-31","Classroom used to train initiates and priests"],["32-34","Conjuring room, specially sanctified and used to summon extraplanar creatures"],["35-40","Crypt for a high priest or similar figure, hidden and heavily guarded by creatures and traps"],["41-42","Dining room (large) for the temple's servants and lesser priests"],["43","Dining room (small) for the temple's high priests"],["44-46","Divination room, inscribed with runes and stocked with soothsaying implements"],["47-50","Dormitory for lesser priests or students"],["51-56","Guardroom"],["57","Kennel for animals or monsters associated with the temple's deity"],["58-60","Kitchen (might bear a disturbing resemblance to a torture chamber in an evil temple)"],["61-65","Library, well stocked with religious treatises"],["66-68","Prison for captured enemies (in good or neutral temples) or those designated as sacrifices (in evil temples)"],["69-73","Robing room containing ceremonial outfits and items"],["74","Stable for riding horses and mounts belonging to the temple, or for visiting messengers and caravans"],["75-79","Storage holding mundane supplies"],["80","Strong room or vault holding important relics and ceremonial items, heavily trapped"],["81-82","Torture chamber, used in inquisitions (in good or neutral temples with a lawful bent) or for the sheer joy of causing pain (evil temples)"],["83-89","Trophy room where art celebrating key figures and events from mythology is displayed"],["90","Latrine or bath"],["91-94","Well for drinking water, defendable in the case of attack or siege"],["95-00","Workshop for repairing or creating weapons, religious items, and tools"]],"name":"Chamber Purpose; Dungeon: Temple or Shrine","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Tomb","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber for those that have come to pay respect to the dead or prepare themselves for burial rituals"],["2-3","Chapel dedicated to deities that watch over the dead and protect their resting places"],["4-8","Crypt for less important burials"],["9","Divination room, used in rituals to contact the dead for guidance"],["10","False crypt (trapped) to kill or capture thieves"],["11","Gallery to display the deeds of the deceased through trophies, statues, paintings and so forth"],["12","Grand crypt for a noble, high priest, or other important individual"],["13-14","Guardroom, usually guarded by undead, constructs, or other creatures that don't need to eat or sleep"],["15","Robing room for priests to prepare for burial rituals"],["16-17","Storage, stocked with tools for maintaining the tomb and preparing the dead for burial"],["18","Tomb where the wealthiest and most important folk are interred, protected by secret doors and traps"],["19-20","Workshop for embalming the dead"]],"name":"Chamber Purpose; Dungeon: Tomb","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon: Treasure Vault","colLabels":["d20","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antechamber for visiting dignitaries"],["2","Armory containing mundane and magic gear used by the treasure vault's guards"],["3-4","Barracks for guards"],["5","Cistern providing fresh water"],["6-9","Guardroom to defend against intruders"],["10","Kennel for trained beasts used to guard the treasure vault"],["11","Kitchen for feeding guards"],["12","Watch room that allows guards to observe those who approach the dungeon"],["13","Prison for holding captured intruders"],["14-15","Strong room or vault, for guarding the treasure hidden in the dungeon, accessible only by locked or secret door"],["16","Torture chamber for extracting information from captured intruders"],["17-20","Trap or other trick designed to kill or capture creatures that enter the dungeon"]],"name":"Chamber Purpose; Dungeon: Treasure Vault","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Dungeon Chambers","colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["01","Antechamber"],["02-03","Armory"],["04","Audience chamber"],["05","Aviary"],["06-07","Banquet room"],["08-10","Barracks"],["11","Bath or latrine"],["12","Bedroom"],["13","Bestiary"],["14-16","Cell"],["17","Chantry"],["18","Chapel"],["19-20","Cistern"],["21","Classroom"],["22","Closet"],["23-24","Conjuring room"],["25-26","Court"],["27-29","Crypt"],["30-31","Dining room"],["32-33","Divination room"],["34","Dormitory"],["35","Dressing room"],["36","Entry room or vestibule"],["37-38","Gallery"],["39-40","Game room"],["41-43","Guardroom"],["44-45","Hall"],["46-47","Hall, great"],["48-49","Hallway"],["50","Kennel"],["51-52","Kitchen"],["53-54","Laboratory"],["55-57","Library"],["58-59","Lounge"],["60","Meditation chamber"],["61","Observatory"],["62","Office"],["63-64","Pantry"],["65-66","Pen or prison"],["67-68","Reception room"],["69-70","Refectory"],["71","Robing room"],["72","Salon"],["73-74","Shrine"],["75-76","Sitting room"],["77-78","Smithy"],["79","Stable"],["80-81","Storage room"],["82-83","Strong room or vault"],["84-85","Study"],["86-88","Temple"],["89-90","Throne room"],["91","Torture chamber"],["92-93","Training or exercise room"],["94-95","Trophy room or museum"],["96","Waiting room"],["97","Nursery or schoolroom"],["98","Well"],["99-00","Workshop"]],"name":"Chamber Purpose; General Dungeon Chambers","page":292,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Current Chamber State","colLabels":["d20","Features"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Rubble, ceiling partially collapsed"],["4-5","Holes, floor partially collapsed"],["6-7","Ashes, contents mostly burned"],["8-9","Used as a campsite"],["10-11","Pool of water; chamber's original contents are water damaged"],["12-16","Furniture wrecked but still present"],["17-18","Converted to some other use (roll on the General Dungeon Chambers table)"],["19","Stripped bare"],["20","Pristine and in original state"]],"name":"Current Chamber State","page":295,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon Chamber Contents","colLabels":["d100","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["01-08","Monster (dominant inhabitant)"],["09-15","Monster (dominant inhabitant) with treasure"],["16-27","Monster (pet or allied creature)"],["28-33","Monster (pet or allied creature) guarding treasure"],["34-42","Monster (random creature)"],["43-50","Monster (random creature) with treasure"],["51-58","Dungeon hazard (see \"Random Dungeon Hazards\") with incidental treasure"],["59-63","Obstacle (see \"Random Obstacles\")"],["64-73","Trap (see \"Random Traps\")"],["74-76","Trap (see \"Random Traps\") protecting treasure"],["77-80","Trick (see \"Random Tricks\")"],["81-88","Empty room"],["89-94","Empty room with dungeon hazard (see \"Random Dungeon Hazards\")"],["95-00","Empty room with treasure"]],"name":"Dungeon Chamber Contents","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Monster Motivation","colLabels":["d20","Goals"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Find a sanctuary"],["3-5","Conquer the dungeon"],["6-8","Seek an item in the dungeon"],["9-11","Slay a rival"],["12-13","Hide from enemies"],["14-15","Recover from a battle"],["16-17","Avoid danger"],["18-20","Seek wealth"]],"name":"Monsters and Motivations; Monster Motivation","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Dungeon Hazards","colLabels":["d20","Hazard"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@hazard Brown mold}"],["4-8","{@hazard Green slime}"],["9-10","{@creature Shrieker}"],["11-15","{@hazard webs||Spiderwebs}"],["16-17","{@creature Violet fungus}"],["18-20","{@hazard Yellow mold}"]],"name":"Random Dungeon Hazards; Dungeon Hazards","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Obstacles","colLabels":["d20","Obstacle"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Antilife aura with a radius of {@dice 1d10 × 10} ft.; while in the aura, living creatures can't regain hit points"],["2","Battering winds reduce speed by half, impose disadvantage on ranged attack rolls"],["3","{@spell Blade barrier} blocks passage"],["4-8","Cave-in"],["9-12","Chasm {@dice 1d4 × 10} ft. wide and {@dice 2d6 × 10} ft. deep, possibly connected to other levels of the dungeon"],["13-14","Flooding leaves {@dice 2d10} ft. of water in the area; create nearby upward-sloping passages, raised floors, or rising sta irs to contain the water"],["15","Lava flows through the area ({@chance 50} chance of a stone bridge crossing it)"],["16","Overgrown mushrooms block progress and must be hacked down ({@chance 25} chance of a mold or fungus dungeon hazard hidden among them)"],["17","Poisonous gas (deals {@dice 1d6} poison damage per minute of exposure)"],["18","Reverse gravity effect causes creatures to fall toward the ceiling"],["19","{@spell Wall of fire} blocks passage"],["20","{@spell Wall of force} blocks passage"]],"name":"Random Obstacles; Obstacles","page":296,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Trigger","colLabels":["d6","Trigger"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","stepped on (floor, stairs)"],["2","moved through (doorway, hallway)"],["3","touched (doorknob, statue)"],["4","opened (door, treasure chest)"],["5","looked at (mural, arcane symbol)"],["6","moved (cart, stone block)"]],"name":"Random Traps; Trap Trigger","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Damage Severity","colLabels":["d6","Damage Severity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Setback"],["3-5","Dangerous"],["6","Deadly"]],"name":"Random Traps; Trap Damage Severity","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trap Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","{@spell Magic missile||Magic missiles} shoot from a statue or object"],["5-7","Collapsing staircase creates a ramp that deposits characters into a pit at its lower end"],["8-10","Ceiling block falls, or entire ceiling collapses"],["11-12","Ceiling lowers slowly in locked room"],["13-14","Chute opens in floor"],["15-16","Clanging noise attracts nearby monsters"],["17-19","Touching an object triggers a {@spell disintegrate} spell"],["20-23","Door or other object is coated with contact poison"],["24-27","Fire shoots out from wall, floor, or object"],["28-30","Touching an object triggers a {@spell flesh to stone} spell"],["31-33","Floor collapses or is an illusion"],["34-36","Vent releases gas: blinding, acidic, obscuring, paralyzing, poisonous, or sleep-inducing"],["37-39","Floor tiles are electrified"],["40-43","{@spell Glyph of warding}"],["44-46","Huge wheeled statue rolls down corridor"],["47-49","{@spell Lightning bolt} shoots from wall or object"],["50-52","Locked room floods with water or acid"],["53-56","Darts shoot out of an opened chest"],["57-59","A {@creature flying sword||weapon}, {@creature animated armor||suit of armor}, or {@creature rug of smothering||rug} animates and attacks when touched (see \"Animated Objects\" in the Monster Manual)"],["60-62","Pendulum, either bladed or weighted as a maul, swings across the room or hall"],["63-67","Hidden pit opens beneath characters ({@chance 25} chance that a {@creature black pudding} or {@creature gelatinous cube} fills the bottom of the pit)"],["68-70","Hidden pit floods with acid or fire"],["71-73","Locking pit floods with water"],["74-77","Scything blade emerges from wall or object"],["78-81","Spears (possibly poisoned) spring out"],["82-84","Brittle stairs collapse over spikes"],["85-88","{@spell Thunderwave} knocks characters into a pit or spikes"],["89-91","Steel or stone jaws restrain a character"],["92-94","Stone block smashes across hallway"],["95-97","{@spell Symbol}"],["98-100","Walls slide together"]],"name":"Random Traps; Trap Effects","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Trick Objects","colLabels":["d20","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Book"],["2","Brain preserved in a jar"],["3","Burning fire"],["4","Cracked gem"],["5","Door energy"],["6","Fresco"],["7","Furniture"],["8","Glass sculpture"],["9","Mushroom field"],["10","Painting"],["11","Plant or tree"],["12","Pool of water"],["13","Runes engraved on wall or floor"],["14","Skull"],["15","Sphere of magical"],["16","Statue"],["17","Stone obelisk"],["18","Suit of armor"],["19","Tapestry or rug"],["20","Target dummy"]],"name":"Random Tricks; Trick Objects","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Tricks","colLabels":["d100","Trick Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ages the first person to touch the object"],["4-6","The touched object animates, or it animates other objects nearby"],["7-10","Asks three skill-testing questions (if all three are answered correctly, a reward appears)"],["11-13","Bestows resistance or vulnerability"],["14-16","Changes a character's alignment, personality, size, appearance, or sex when touched"],["17-19","Changes one substance to another, such as gold to lead or metal to brittle crystal"],["20-22","Creates a force field"],["23-26","Creates an illusion"],["27-29","Suppresses magic items for a time"],["30-32","Enlarges or reduces characters"],["33-35","{@spell Magic mouth} speaks a riddle"],["36-38","{@spell Confusion} (targets all creatures within 10 ft.)"],["39-41","Gives directions (true or false)"],["42-44","Grants a wish"],["45-47","Flies about to avoid being touched"],["48-50","Casts {@spell geas} on the characters"],["51-53","Increases, reduces, negates, or reverses gravity"],["54-56","Induces greed"],["57-59","Contains an imprisoned creature"],["60-62","Locks or unlocks exits"],["63-65","Offers a game of chance, with the promise of a reward or valuable information"],["66-68","Helps or harms certain types of creatures"],["69-71","Casts {@spell polymorph} on the characters (lasts 1 hour)"],["72-75","Presents a puzzle or riddle"],["76-78","Prevents movement"],["79-81","Releases coins, false coins, gems, false gems, a magic item, or a map"],["82-84","Releases, summons, or turns into a monster"],["85-87","Casts {@spell suggestion} on the characters"],["88-90","Wails loudly when touched"],["91-93","Talks (normal speech, nonsense, poetry and rhymes, singing, spellcasting, or screaming)"],["94-97","Teleports characters to another place"],["98-00","Swaps two or more characters' minds"]],"name":"Random Tricks; Tricks","page":297,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Noises","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Bang or slam"],["6","Bellowing"],["7","Buzzing"],["8-10","Chanting"],["11","Chiming"],["12","Chirping"],["13","Clanking"],["14","Clashing"],["15","Clicking"],["16","Coughing"],["17-18","Creaking"],["19","Drumming"],["20-23","Footsteps ahead"],["24-26","Footsteps approaching"],["27-29","Footsteps behind"],["30-31","Footsteps receding"],["32-33","Footsteps to the side"],["34-35","Giggling (faint)"],["36","Gong"],["37-39","Grating"],["40-41","Groaning"],["42","Grunting"],["43-44","Hissing"],["45","Horn or trumpet sounding"],["46","Howling"],["47-48","Humming"],["49","Jingling"],["50-53","Knocking"],["54-55","Laughter"],["56-57","Moaning"],["58-60","Murmuring"],["61-62","Music"],["63","Rattling"],["64","Ringing"],["65-68","Rustling"],["69-72","Scratching or scrabbling"],["73-74","Screaming"],["75-77","Scuttling"],["78","Shuffling"],["79-80","Slithering"],["81","Snapping"],["82","Sneezing"],["83","Sobbing"],["84","Splashing"],["85","Splintering"],["86-87","Squeaking"],["88","Squealing"],["89-90","Tapping"],["91-92","Thud"],["93-94","Thumping"],["95","Tinkling"],["96","Twanging"],["97","Whining"],["98","Whispering"],["99-00","Whistling"]],"name":"Dungeon Dressing; Noises","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Air","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-60","Clear and damp"],["61-70","Clear and drafty"],["71-80","Clear but cold"],["81-83","Foggy or misty and cold"],["84-85","Clear, with mist covering floor"],["86-90","Clear and warm"],["91-93","Hazy and humid"],["94-96","Smoky or steamy"],["97-98","Clear, with smoke covering ceiling"],["99-00","Clear and windy"]],"name":"Dungeon Dressing; Air","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Odor","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Acrid"],["4-5","Chlorine"],["6-39","Dank or moldy"],["40-49","Earthy"],["50-57","Manure"],["58-61","Metallic"],["62-65","Ozone"],["66-70","Putrid"],["71-75","Rotting vegetation"],["76-77","Salty and wet"],["78-82","Smoky"],["83-89","Stale"],["90-95","Sulfurous"],["96-00","Urine"]],"name":"Dungeon Dressing; Odor","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Features","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arrow, broken"],["2-4","Ashes"],["5-6","Bones"],["7","Bottle, broken"],["8","Chain, corroded (5 ft. long)"],["9","Club, splintered"],["10-19","Cobwebs"],["20","Coin, copper"],["21-22","Cracks, ceiling"],["23-24","Cracks, floor"],["25-26","Cracks, wall"],["27","Dagger hilt"],["28-29","Damp ceiling"],["30-33","Dampness, wall"],["34","Dried blood"],["35-41","Dripping blood"],["42-44","Dung"],["45-49","Dust"],["50","Flask, cracked"],["51","Food scraps"],["52","Fungi (common)"],["53-55","Guano"],["56","Hair or fur"],["57","Hammer head, cracked"],["58","Helmet, badly dented"],["59","Iron bar, bent and rusted"],["60","Javelin head, blunt"],["61","Leather boot"],["62-64","Leaves and twigs"],["65-68","Mold (common)"],["69","Pick handle"],["70","Pole, broken"],["71","Pottery shards"],["72-73","Rags"],["74","Rope, rotten"],["75-76","Rubble and dirt"],["77","Sack, torn"],["78-80","Slime (harmless)"],["81","Spike, rusted"],["82-83","Sticks"],["84","Stones, small"],["85","Straw"],["86","Sword blade, broken"],["87","Teeth or fangs, scattered"],["88","Torch stub"],["89","Wall scratchings"],["90-91","Water, large puddle"],["92-93","Water, small puddle"],["94-95","Water, trickle"],["96","Wax blob (candle stub)"],["97","Wax drippings"],["98-00","Wood pieces, rotting"]],"name":"Dungeon Dressing; General Features","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"General Furnishings and Appointments","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Altar"],["2","Armchair"],["3","Armoire"],["4","Arras or curtain"],["5","Bag"],["6","Barrel (40 gallons)"],["7-8","Bed"],["9","Bench"],["10","Blanket"],["11","Box (large)"],["12","Brazier and charcoal"],["13","Bucket"],["14","Buffet cabinet"],["15","Bunks"],["16","Butt (huge cask, 125 gallons)"],["17","Cabinet"],["18","Candelabrum"],["19","Carpet (large)"],["20","Cask (40 gallons)"],["21","Chandelier"],["22","Charcoal"],["23-24","Chair, plain"],["25","Chair, padded"],["26","Chair, padded, or divan"],["27","Chest, large"],["28","Chest, medium"],["29","Chest of drawers"],["30","Closet (wardrobe)"],["31","Coal"],["32-33","Couch"],["34","Crate"],["35","Cresset"],["36","Cupboard"],["37","Cushion"],["38","Dais"],["39","Desk"],["40-42","Fireplace and wood"],["43","Fireplace with mantle"],["44","Firkin (small cask, 10 gallons)"],["45","Fountain"],["46","Fresco"],["47","Grindstone"],["48","Hamper"],["49","Hassock"],["50","Hogshead (large cask, 65 gallons)"],["51","Idol (large)"],["52","Keg (small barrel, 20 gallons)"],["53","Loom"],["54","Mat"],["55","Mattress"],["56","Pail"],["57","Painting"],["58-60","Pallet"],["61","Pedestal"],["62-64","Pegs"],["65","Pillow"],["66","Pipe (large cask, 105 gallons)"],["67","Quilt"],["68-70","Rug (small or medium)"],["71","Rushes"],["72","Sack"],["73","Sconce"],["74","Screen"],["75","Sheet"],["76-77","Shelf"],["78","Shrine"],["79","Sideboard"],["80","Sofa"],["81","Staff, normal"],["82","Stand"],["83","Statue"],["84","Stool, high"],["85","Stool, normal"],["86","Table, large"],["87","Table, long"],["88","Table, low"],["89","Table, round"],["90","Table, small"],["91","Table, trestle"],["92","Tapestry"],["93","Throne"],["94","Trunk"],["95","Tub"],["96","Tun (huge cask, 250 gallons)"],["97","Urn"],["98","Wall basin and font"],["99","Wood billets"],["00","Workbench"]],"name":"Dungeon Dressing; General Furnishings and Appointments","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Religious Articles and Furnishings","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Altar"],["6-8","Bells"],["9-11","Brazier"],["12","Candelabra"],["13-14","Candles"],["15","Candlesticks"],["16","Cassocks"],["17","Chimes"],["18-19","Cloth, altar"],["20-23","Columns or pillars"],["24","Curtain or tapestry"],["25","Drum"],["26-27","Font"],["28-29","Gong"],["30-35","Holy or unholy symbol"],["36-37","Holy or unholy writings"],["38-43","Idol"],["44-48","Incense burner"],["49","Kneeling bench"],["50-53","Lamp"],["54","Lectern"],["55","Mosaic"],["56-58","Offertory container"],["59","Paintings or frescoes"],["60-61","Pews"],["62","Pipes, musical"],["63","Prayer rug"],["64","Pulpit"],["65","Rail"],["66-69","Robes"],["70-71","Screen"],["72-76","Shrine"],["77","Side chairs"],["78-79","Stand"],["80-82","Statue"],["83","Throne"],["84-85","Thurible"],["86-90","Tripod"],["91-97","Vestments"],["98-99","Votive light"],["00","Whistle"]],"name":"Dungeon Dressing; Religious Articles and Furnishings","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Mage Furnishings","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Alembic"],["4-5","Balance and weights"],["6-9","Beaker"],["10","Bellows"],["11-14","Book"],["15-16","Bottle"],["17","Bowl"],["18","Box"],["19-22","Brazier"],["23","Cage"],["24","Candle"],["25-26","Candlestick"],["27-28","Cauldron"],["29-30","Chalk"],["31-32","Crucible"],["33","Crystal ball"],["34","Decanter"],["35","Desk"],["36","Dish"],["37-40","Flask or jar"],["41","Funnel"],["42","Furnace"],["43-44","Herbs"],["45","Horn"],["46-47","Hourglass"],["48-49","Jug"],["50","Kettle"],["51","Ladle"],["52","Lamp or lantern"],["53","Lens (concave or convex)"],["54","Magic circle"],["55","Mortar and pestle"],["56","Pan"],["57-58","Parchment"],["59","Pentacle"],["60","Pentagram"],["61","Pipe, smoking"],["62","Pot"],["63","Prism"],["64-65","Quill"],["66-68","Retort"],["69","Rod, mixing or stirring"],["70-72","Scroll"],["73","Sextant"],["74-75","Skull"],["76","Spatula"],["77","Spoon, measuring"],["78","Stand"],["79","Stool"],["80","Stuffed animal"],["81","Tank (container)"],["82","Tongs"],["83","Tripod"],["84","Tube (container)"],["85-86","Tube (piping)"],["87","Tweezers"],["88-90","Vial"],["91","Water clock"],["92","Wire"],["93-00","Workbench"]],"name":"Dungeon Dressing; Mage Furnishings","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Utensils and Personal Items","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Awl"],["2","Bandages"],["3","Basin"],["4-5","Basket"],["6-7","Book"],["8-9","Bottle"],["10","Bowl"],["11","Box"],["12-13","Brush"],["14","Candle"],["15","Candle snuffer"],["16","Candlestick"],["17","Cane or walking stick"],["18","Case"],["19","Casket (small)"],["20-21","Coffer"],["22","Cologne or perfume"],["23","Comb"],["24","Cup"],["25","Decanter"],["26-27","Dish"],["28","Ear spoon"],["29","Ewer"],["30","Flagon, mug, or tankard"],["31-32","Flask or jar"],["33","Food"],["34","Fork"],["35","Grater"],["36","Grinder"],["37","Horn, drinking"],["38","Hourglass"],["39","Jug or pitcher"],["40","Kettle"],["41","Key"],["42","Knife"],["43","Knucklebones or dice"],["44","Ladle"],["45-46","Lamp or lantern"],["47-48","Mirror"],["49","Needle(s)"],["50","Oil, cooking"],["51","Oil, fuel"],["52","Oil, scented"],["53","Pan"],["54-55","Parchment"],["56","Pipe, musical"],["57","Pipe, smoking"],["58","Plate, platter, or saucer"],["59","Pot"],["60-61","Pouch"],["62","Powder puff"],["63","Quill"],["64","Razor"],["65","Rope"],["66","Salve or unguent"],["67-68","Scroll"],["69","Shaker"],["70","Sifter or strainer"],["71-72","Soap"],["73","Spigot"],["74","Spoon"],["75","Stopper"],["76-77","Statuette or figurine"],["78-79","Thread"],["80-82","Tinderbox (with flint and steel)"],["83","Towel"],["84","Tray"],["85","Trivet or tripod"],["86","Tureen"],["87-88","Twine"],["89-90","Vase"],["91-92","Vial"],["93","Washcloth"],["94","Whetstone"],["95-96","Wig"],["97-98","Wool"],["99-00","Yarn"]],"name":"Dungeon Dressing; Utensils and Personal Items","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Container Contents","colLabels":["d100","Item"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Ash"],["4-6","Bark"],["7-9","Bodily organs"],["10-14","Bones"],["15-17","Cinders"],["18-22","Crystals"],["23-26","Dust"],["27-28","Fibers"],["29-31","Gelatin"],["32-35","Grains"],["36-38","Grease"],["39-41","Husks"],["42-46","Leaves"],["47-54","Liquid, thin"],["55-59","Liquid, viscous"],["60-61","Lumps, unidentifiable"],["62-64","Oil"],["65-68","Paste"],["69-71","Pellets"],["72-84","Powder"],["85-86","Semiliquid suspension"],["87-88","Skin or hide"],["89-90","Spheres (metal, stone, or wood)"],["91-92","Splinters"],["93-94","Stalks"],["95-97","Strands"],["98-00","Strips"]],"name":"Dungeon Dressing; Container Contents","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"Books, Scrolls, and Tomes","colLabels":["d100","Contents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Account records"],["3-4","Alchemist's notebook"],["5-6","Almanac"],["7-8","Bestiary"],["9-11","Biography"],["12-14","Book of heraldry"],["15","Book of myths"],["16","Book of pressed flowers"],["17","Calendar"],["18-22","Catalog"],["23-24","Contract"],["25-27","Diary"],["28-29","Dictionary"],["30-32","Doodles or sketches"],["33","Forged document"],["34","Grammar workbook"],["35-36","Heretical text"],["37-41","Historical text"],["42-43","Last will and testament"],["44-45","Legal code"],["46-53","Letter"],["54","Lunatic's ravings"],["55","Magic tricks (not a spellbook)"],["56","Magic scroll"],["57-59","Map or atlas"],["60","Memoir"],["61-62","Navigational chart or star chart"],["63-64","Novel"],["65","Painting"],["66-67","Poetry"],["68-69","Prayer book"],["70","Property deed"],["71-74","Recipe book or cookbook"],["75","Record of a criminal trial"],["76","Royal proclamation"],["77-78","Sheet music"],["79","Spellbook"],["80","Text on armor making"],["81-82","Text on astrology"],["83-84","Text on brewing"],["85-86","Text on exotic flora or fauna"],["87-88","Text on herbalism"],["89-90","Text on local flora"],["91-92","Text on mathematics"],["93","Text on masonry"],["94","Text on medicine"],["95","Theological text"],["96","Tome of (forbidden lore)"],["97-99","Travelogue for an exotic land"],["00","Travelogue of the planes"]],"name":"Dungeon Dressing; Books, Scrolls, and Tomes","page":298,"source":"DMG","chapter":{"name":"Random Dungeons","ordinal":{"type":"appendix","identifier":"A"},"index":10}},{"caption":"NPC Characteristics","colLabels":["d20","Characteristic"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Absentminded"],[2,"Arrogant"],[3,"Boorish"],[4,"Chews something"],[5,"Clumsy"],[6,"Curious"],[7,"Dim-witted"],[8,"Fiddles and fidgets nervously"],[9,"Frequently uses the wrong word"],[10,"Friendly"],[11,"Irritable"],[12,"Prone to predictions of certain doom"],[13,"Pronounced scar"],[14,"Slurs words, lisps, or stutters"],[15,"Speaks loudly or whispers"],[16,"Squints"],[17,"Stares into distance"],[18,"Suspicious"],[19,"Uses colorful oaths and exclamations"],[20,"Uses flowery speech or long words"]],"name":"DM Screen; NPC Characteristics","source":"Screen"},{"caption":"NPC Ideals","colLabels":["d20","Ideal (Alignment)"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Aspiration (any)"],[2,"Charity (good)"],[3,"Community (lawful)"],[4,"Creativity (chaotic)"],[5,"Discovery (any)"],[6,"Fairness (lawful)"],[7,"Freedom (chaotic)"],[8,"Glory (any)"],[9,"Greater good (good)"],[10,"Greed (evil)"],[11,"Honor (lawful)"],[12,"Independence (chaotic)"],[13,"Knowledge (neutral)"],[14,"Life (good)"],[15,"Live and let live (neutral)"],[16,"Might (evil)"],[17,"Nation (any)"],[18,"People (neutral)"],[19,"Power (evil)"],[20,"Redemption (any)"]],"name":"DM Screen; NPC Ideals","source":"Screen"},{"caption":"NPC Bonds","colLabels":["d10","Bonds"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Personal goal or achievement"],[2,"Family member"],[3,"Colleagues or compatriots"],[4,"Benefactor, patron, or employer"],[5,"Romantic interest"],[6,"Special place"],[7,"Keepsake"],[8,"Valuable possession"],[9,"Revenge"],[10,"Roll twice, ignoring further rolls of 10"]],"name":"DM Screen; NPC Bonds","source":"Screen"},{"caption":"NPC Flaws","colLabels":["d12","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Forbidden love or romantic susceptibility"],[2,"Dependence"],[3,"Arrogance"],[4,"Envy of another person's possessions or station"],[5,"Overpowering greed"],[6,"Prone to rage"],[7,"Powerful enemy"],[8,"Specific phobia"],[9,"Shameful or scandalous history"],[10,"Secret crime or misdeed"],[11,"Possession of forbidden lore"],[12,"Foolhardy bravery"]],"name":"DM Screen; NPC Flaws","source":"Screen"},{"caption":"Something happens!","colLabels":["d20","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"A door opens."],[2,"A fire starts."],[3,"A meteor shoots across the sky."],[4,"A monster appears."],[5,"A screech pierces the air."],[6,"A storm begins."],[7,"A strange star appears in the sky."],[8,"A strong gust oif wind blows through."],[9,"A tremor shakes the ground."],[10,"Someone experiences déjà vu."],[11,"Someone gets angry."],[12,"Someone glimpses the future."],[13,"Someone has a sense of foreboding."],[14,"Someone has to go to the bathroom."],[15,"Something spills or falls to the ground."],[16,"Something isn't where it's supposed to be."],[17,"The lights go out."],[18,"The sun comes out."],[19,"There's a foul smell in the air."],[20,"Unexplained magic occurs."]],"name":"DM Screen; Something happens!","source":"Screen"},{"caption":"Quick Finds","colLabels":["d12","Find"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Artwork"],[2,"Body"],[3,"Food or drink"],[4,"Jewelery"],[5,"Key"],[6,"Letter"],[7,"Magic herbs"],[8,"Map"],[9,"Monster parts"],[10,"Secret message"],[11,"Signet or insignia"],[12,"Tome"]],"name":"DM Screen; Quick Finds","source":"Screen"},{"caption":"Light","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|phb}","5 ft.","+ 5 ft.","1 hour"],["{@item Lamp|phb}","15 ft.","+ 30 ft.","6 hours"],["{@item Bullseye Lantern|phb|Lantern, bullseye}","60 ft. cone","+ 60 ft.","6 hours"],["{@item Hooded Lantern|phb|Lantern, hooded}","30 ft.","+ 30 ft.","6 hours"],{"type":"row","style":"row-indent-first","row":["Lowered hood","—","+ 5 ft.","—"]},["{@item Torch|phb}","20 ft.","+ 20 ft.","1 hour"]],"name":"DM Screen; Light","source":"Screen"},{"caption":"The Calendar of Harptos","colLabels":["Month","Name","Common Name"],"colStyles":["col-5","col-3","col-5"],"rows":[["1","Hammer","Deepwinter"],["Annual Holiday: Midwinter","",""],["2","Alturiak","The Claw of Winter"],["3","Ches","The Claw of Sunsets"],["4","Tarsahk","The Claw of Storms"],["Annual Holiday: Greengrass","",""],["5","Mirtul","The Melting"],["6","Kythorn","The Time of Flowers"],["7","Flamerule","Summertide"],["Annual Holiday: Midsummer","",""],["Quadrennial Holiday: Shieldmeet","",""],["8","Eleasis","Highsun"],["9","Elient","The Fading"],["Annual Holiday: Highharvestide","",""],["10","Marpenoth","Leaffall"],["11","Uktar","The Rotting"],["Annual Holiday: The Feast of the Moon","",""],["12","Nightal","The Drawing Down"]],"name":"The Shifting of the Seasons; The Calendar of Harptos","page":15,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Akadi, goddess of air","N","Tempest","Cloud"],["Amaunator, god of the sun","LN","Life, Light","Golden sun"],["Asmodeus, god of indulgence","LE","Knowledge, Trickery","Three inverted triangles arranged in a long triangle"],["Auril, goddess of winter","NE","Nature, Tempest","Six-pointed snowflake"],["Azuth, god of wizardry","LN","Arcana, Knowledge","Left hand pointing upward, outlined in fire"],["Bane, god of tyranny","LE","War","Upright black hand, thumb and fingers together"],["Beshaba, goddess of misfortune","CE","Trickery","Black antlers"],["Bhaal, god of murder","NE","Death","Skull surrounded by ring of bloody droplets"],["Chauntea, goddess of agriculture","NG","Life","Sheaf of grain or a blooming rose over grain"],["Cyric, god of lies","CE","Trickery","White jawless skull on black or purple sunburst"],["Deneir, god of writing","NG","Arcana, Knowledge","Lit candle above an open eye"],["Eldath, goddess of peace","NG","Life, Nature","Waterfall plunging into a still pool"],["Gond, god of craft","N","Knowledge","Toothed cog with four spokes"],["Grumbar, god of earth","N","Knowledge","Mountain"],["Gwaeron Windstrom, god of tracking","NG","Knowledge, Nature","Paw print with a five-pointed star in its center"],["Helm, god of watchfulness","LN","Life, Light","Staring eye on upright left gauntlet"],["Hoar, god of revenge and retribution","LN","War","A coin with a two-faced head"],["Ilmater, god of endurance","LG","Life","Hands bound at the wrist with red cord"],["Istishia, god of water","N","Tempest","Wave"],["Jergal, scribe of the dead","LN","Knowledge, Death","A skull biting a scroll"],["Kelemvor, god of the dead","LN","Death","Upright skeletal arm holding balanced scales"],["Kossuth, god of fire","N","Light","Flame"],["Lathander, god of dawn and renewal","NG","Life, Light","Road traveling into a sunrise"],["Leira, goddess of illusion","CN","Trickery","Point-down triangle containing a swirl of mist"],["Lliira, goddess of joy","CG","Life","Triangle of three six-pointed stars"],["Loviatar, goddess of pain","LE","Death","Nine-tailed barbed scourge"],["Malar, god of the hunt","CE","Nature","Clawed paw"],["Mask, god of thieves","CN","Trickery","Black mask"],["Mielikki, goddess of forests","NG","Nature","Unicorn's head"],["Milil, god of poetry and song","NG","Light","Five-stringed harp made of leaves"],["Myrkul, god of death","NE","Death","White human skull"],["Mystra, goddess of magic","NG","Arcana, Knowledge","Circle of seven stars, nine stars encircling a flowing red mist, or a single star"],["Oghma, god of knowledge","N","Knowledge","Blank scroll"],["The Red Knight, goddess of strategy","LN","War","Red knight lanceboard piece with stars for eyes"],["Savras, god of divination and fate","LN","Arcana, Knowledge","Crystal ball containing many kinds of eyes"],["Selûne, goddess of the moon","CG","Knowledge, Life","Pair of eyes surrounded by seven stars"],["Shar, goddess of darkness and loss","NE","Death, Trickery","Black disk encircled with a purple border"],["Silvanus, god of wild nature","N","Nature","Oak leaf"],["Sune, goddess of love and beauty","CG","Life, Light","Face of a beautiful red-haired woman"],["Talona, goddess of poison and disease","CE","Death","Three teardrops in a triangle"],["Talos, god of storms","CE","Tempest","Three lightning bolts radiating from a point"],["Tempus, god of war","N","War","Upright flaming sword"],["Torm, god of courage and self-sacrifice","LG","War","White right gauntlet"],["Tymora, goddess of good fortune","CG","Trickery","Face-up coin"],["Tyr, god of justice","LG","War","Balanced scales resting on a warhammer"],["Umberlee, goddess of the sea","CE","Tempest","Wave curling left and right"],["Valkur, Northlander god of sailors","CG","Tempest, War","A cloud and three lightning bolts"],["Waukeen, goddess of trade","N","Knowledge, Trickery","Upright coin with Waukeen's profile facing left"]],"name":"The Faerûnian Pantheon","page":21,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Abbathor, god of greed","NE","Trickery","Jeweled dagger, point-down"],["Berronar Truesilver, goddess of hearth and home","LG","Life, Light","Intertwined silver rings"],["Clangeddin Silverbeard, god of war","LG","War","Crossed silver battleaxes"],["Deep Duerra, duergar goddess of conquest and psionics","LE","Arcana, War","Mind flayer skull"],["Dugmaren Brightmantle, god of discovery","CG","Knowledge","Open book"],["Dumathoin, god of buried secrets","N","Death, Knowledge","Mountain silhouette with a central gemstone"],["Gorm Gulthyn, god of vigilance","LG","War","Bronze half-mask"],["Haela Brightaxe, goddess of war-luck","CG","War","Upright sword whose blade is spiraled in flame"],["Laduguer, duergar god of magic and slavery","LE","Arcana, Death","Broken arrow"],["Marthammor Duin, god of wanderers","NG","Nature, Trickery","Upright mace in front of a tall boot"],["Moradin, god of creation","LG","Knowledge","Hammer and anvil"],["Sharindlar, goddess of healing","CG","Life","Burning needle"],["Vergadain, god of luck and wealth","N","Trickery","Gold coin with the face of a dwarf"]],"name":"The Dwarven Pantheon","page":22,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Aerdrie Faenya, goddess of the sky","CG","Tempest, Trickery","Bird silhouetted against a cloud"],["Angharradh, triple goddess of wisdom and protection","CG","Knowledge, Life","Triangle with three interlocking circles within"],["Corellon Larethian, god of art and magic","CG","Arcana, Light","Crescent moon"],["Deep Sashelas, god of the sea","CG","Nature","Dolphin"],["Erevan Ilesere, god of mischief","CN","Trickery","Asymmetrical eight-armed star"],["Fenmarel Mestarine, god of outcasts","CN","Trickery","Two peering elven eyes"],["Hanali Celanil, goddess of love and beauty","CG","Life","Golden heart"],["Labelas Enoreth, god of time, history, and philosophy","CG","Arcana, Knowledge","Setting sun"],["Rillifane Rallathil, god of nature","CG","Nature","Oak"],["Sehanine Moonbow, goddess of divination, dreams, travel, and death","CG","Knowledge","Full moon under a moonbow"],["Shevarash, god of vengeance","CN","War","Broken arrow over a tear"],["Solonor Thelandira, god of archery","CG","War","Silver arrow with green fletching"]],"name":"The Elven Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Eilistraee, goddess of song and moonlight","CG","Light, Nature","Sword-wielding dancing drow female silhouetted against the full moon"],["Kiaransalee, goddess of necromancy","CE","Arcana","Female drow hand wearing many silver rings"],["Lolth, goddess of spiders","CE","Trickery","Spider"],["Selvetarm, god of warriors","CE","War","Spider over crossed sword-and-mace"],["Vhaeraun, god of thieves","CE","Trickery","Black mask with blue glass lenses inset over eyes"]],"name":"The Drow Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Arvoreen, god of vigilance and war","LG","War","Crossed short swords"],["Brandobaris, god of thievery and adventure","N","Trickery","Halfling footprint"],["Cyrrollalee, goddess of hearth and home","LG","Life","An open door"],["Sheela Peryroyl, goddess of agriculture and weather","N","Nature, Tempest","Flower"],["Urogalan, god of earth and death","LN","Death, Knowledge","Silhouette of a dog's head"],["Yondalla, goddess of fertility and protection","LG","Life","Cornucopia on a shield"]],"name":"The Halfling Pantheon","page":23,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Baervan Wildwanderer, god of woodlands","NG","Nature","Face of a raccoon"],["Baravar Cloakshadow, god of illusion and deception","NG","Arcana, Trickery","Dagger against a hooded cloak"],["Callarduran Smoothhands, god of mining and carving stone","N","Knowledge, Nature","Golden signet ring with six-pointed star"],["Flandal Steelskin, god of metalwork","NG","Knowledge","Flaming hammer"],["Gaerdal Ironhand, god of protection","LG","War","Iron band"],["Garl Glittergold, god of trickery and gems","LG","Trickery","Gold nugget"],["Nebelun, god of invention and luck","CG","Knowledge, Trickery","Bellows and a lizard tail"],["Segojan Earthcaller, god of earth and the dead","NG","Light","Glowing gemstone"],["Urdlen, god of greed and murder","CE","Death, War","White clawed mole emerging from ground"]],"name":"The Gnomish Pantheon","page":24,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Deity","Alignment","Domains","Symbol"],"colStyles":["col-4","col-1 text-center","col-2","col-5"],"rows":[["Bahgtru, god of strength","LE","War","Broken thigh bone"],["Gruumsh, god of storms and war","CE","Tempest, War","Unblinking eye"],["Ilneval, god of strategy and hordes","LE","War","Upright blood-spattered sword"],["Luthic, mother-goddess of fertility and healing","LE","Life, Nature","Orcish rune meaning \"cave entrance\""],["Shargaas, god of stealth and darkness","NE","Trickery","Red crescent moon with a skull between the moon's horns"],["Yurtrus, god of death and disease","NE","Death","White hand, palm outward"]],"name":"The Orc Pantheon","page":24,"source":"SCAG","chapter":{"name":"Welcome to the Realms","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["Totem","Spirit"],"colStyles":["col-2 text-center","col-10"],"rows":[["Black Lion","Tiger"],["Black Raven","Eagle"],["Blue Bear","Bear"],["Gray Wolf","Wolf"],["Great Worm","Wolf"],["Griffon","Eagle"],["Red Tiger","Tiger"],["Sky Pony","Eagle, with the Elk Aspect of the Beast"],["Thunderbeast","Bear, with the Tiger Totemic Attunement"],["Tree Ghost","Bear, with {@spell speak with plants} in place of the normal rituals for the Spirit Seeker feature"]],"name":"Uthgardt Totems","page":121,"source":"SCAG","chapter":{"name":"Classes","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Faction Advancement","colLabels":["Rank","Renown","Other Requirements"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["1","0","—"],["2","3","—"],["3","10","5th level, 1 secret mission"],["4","25","11th level, 3 secret missions"],["5","50","17th level, 10 secret missions"]],"name":"Faction Advancement","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"caption":"Faction Insignias","colLabels":["Faction","Item"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Harpers","Pin"],["Order of the Gauntlet","Pendant"],["Emerald Enclave","Leaf Clasp"],["Lords' Alliance","Signet right (symbol palm side)"],["Zhentarim","Gold coin (stamped symbol)"]],"name":"Receive Your Faction's Insignia; Faction Insignias","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"caption":"Faction Training","colLabels":["Faction","Available Training"],"colStyles":["col-4 text-center","col-8"],"rows":[["Harpers","Musical Instrument, {@item Calligrapher's supplies|phb}, or {@item Disguise Kit|phb}"],["Order of the Gauntlet","{@item Smith's tools|phb}, {@item Leatherworker's tools|phb}, {@item Carpenter's tools|phb}, {@item Mason's tools|phb}, Vehicles"],["Emerald Enclave","{@item Herbalism kit|phb}, {@item Woodcarver's tools|phb}, {@item Cartographer's tools|phb}"],["Lords' Alliance","{@item Jeweler's tools|phb}, {@item Mason's tools|phb}, {@item Navigator's tools|phb}, {@item Painter's supplies|phb}, Gaming Set, Any Standard Language"],["Zhentarim","{@item Disguise Kit|phb}, {@item Forgery kit|phb}, {@item Poisoner's kit|phb} {@item Thieves' tools|phb},"]],"name":"Faction Training","source":"AL","chapter":{"name":"Faction Guide","index":0}},{"isStriped":false,"colStyles":["col-4","col-4","col-4"],"rows":[["Beholders","Goblinoids","Mind flayers"],["Giants","Hags","Orcs"],["Gnolls","Kobolds","Yuan-ti"]],"name":"Monster Lore","page":5,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Body Diameter","colLabels":["2d6","Body Diameter"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","4 feet"],["3-4","4½ feet"],["5-9","5 feet"],["10-11","5½ feet"],["12","6 feet"]],"name":"Physical Characteristics; Beholder Body Diameter","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Skin Color","colLabels":["d12","Skin Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Brown"],["2","Brown-yellow"],["3","Gray"],["4","Green"],["5-7","Pinkish"],["8-9","Purple-blue"],["10-11","Mottled (roll twice, ignoring results above 10)"],["12","Shaded (roll twice, ignoring results above 10)"]],"name":"Physical Characteristics; Beholder Skin Color","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Skin Texture","colLabels":["d10","Skin Texture"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Pebbled"],["3","Pitted"],["4-5","Plated"],["6","Scaled"],["7-8","Smooth"],["9","Warty"],["10","Wrinkled"]],"name":"Physical Characteristics; Beholder Skin Texture","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eye Color","colLabels":["d10","Eye Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Red"],["2","Orange"],["3","Yellow"],["4","Green"],["5","Blue"],["6","Violet"],["7","Pink"],["8","Brown"],["9","Black"],["10","Metallic (roll {@dice d6} for color)"]],"name":"Physical Characteristics; Beholder Eye Color","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Iris Shape","colLabels":["d20","Iris Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Circle"],["5","Crescent"],["6","Hourglass"],["7","Irregular"],["8","Keyhole"],["9-10","Oval"],["11-14","Slit"],["15","Square"],["16","String-of-pearls"],["17-18","Triangle"],["19","Wave"],["20","Double iris (roll twice, ignoring results of 20)"]],"name":"Physical Characteristics; Beholder Iris Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eye Size","colLabels":["2d6","Eye Size"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","50 percent normal"],["3-4","75 percent normal"],["5-9","Normal"],["10-11","125 percent normal"],["12","150 percent normal"]],"name":"Physical Characteristics; Beholder Eye Size","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eyestalk Texture","colLabels":["d6","Eyestalk Texture"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Smooth"],["3-4","Ridged (earthworm)"],["5-6","Segmented (insectile)"]],"name":"Physical Characteristics; Beholder Eyestalk Texture","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Eyestalk Shape","colLabels":["d4","Eyestalk Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Thick and short"],["2","Thin and short"],["3","Thick and long"],["4","Thin and long"]],"name":"Physical Characteristics; Beholder Eyestalk Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Mouth Shape and Size","colLabels":["d6","Mouth Shape and Size"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Small/narrow"],["2-5","Normal"],["6","Large/wide"]],"name":"Physical Characteristics; Beholder Mouth Shape and Size","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Teeth Shape","colLabels":["d10","Teeth Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Thick and pointed"],["5-6","Humanlike"],["7","Humanlike, fanged (vampiric)"],["8-9","Thin and needle-like"],["10","Double row (roll again, ignoring results of 10)"]],"name":"Physical Characteristics; Beholder Teeth Shape","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enjoy lording my superiority over others."],["2","Cold, emotionless logic is the way I defeat my foes."],["3","I determine if a creature is worth keeping alive within the first minute of speaking to it."],["4","I frequently dream of [a particular creature] and am certain it is trying to manipulate me."],["5","I pretend to be insane so my enemies underestimate me."],["6","I am weary of frequent interruptions."],["7","Assassination attempts are the only events that quell my feelings of loneliness."],["8","I sometimes fear that I am a flawed abomination."]],"name":"Roleplaying a Beholder; Beholder Personality Traits","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Greed. My trophies are proof of my success. (Evil)"],["2","Community. My hierarchy of minions keeps me safe. (Lawful)"],["3","Intolerance. All other beholders are imperfect and must be destroyed. (Evil)"],["4","Stability. I must maintain the current balance of power in the region. (Lawful)"],["5","Perfection. Although I am perfect as I am, I can strive to be even better. (Neutral)"],["6","Power. I will be secure when I rule over all. (Evil)"]],"name":"Roleplaying a Beholder; Beholder Ideals","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My followers are all spying on me, and I seek motivated, powerful allies to destroy them."],["2","I miss the kinship of my identical twin, who disappeared years ago."],["3","I must recover an artifact that was stolen from me."],["4","I have foreseen the moment of my death and know what will kill me. I hope to curry favor with my slayer to forestall my end."],["5","I was lucky to escape my enemy, and I worry that I might be discovered again before I am ready."],["6","I scheme endlessly to recover an ancient tome that contains the secret of creating perfect, obedient clones of myself."]],"name":"Roleplaying a Beholder; Beholder Bonds","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I usually ignore advice from my minions."],["2","I enjoy taunting rivals with hints of my plans."],["3","I am very quick to take offense."],["4","I frequently have terrifying dreams."],["5","I often take out my frustrations on my minions."],["6","I sometimes forget that others don't have access to all of my knowledge."]],"name":"Roleplaying a Beholder; Beholder Flaws","page":8,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Barixis"],["2","Chelm"],["3","Derukoskai"],["4","Eddalx"],["5","Famax"],["6","Irv"],["7","Jantroph"],["8","Khoa"],["9","Lanuhsh"],["10","Nagish"],["11","Orox"],["12","Qualnus"],["13","Ralakor"],["14","Selthdrych"],["15","Sokhalsh"],["16","Thimnoll"],["17","Velxer"],["18","Xeo"],["19","Zalshox"],["20","Zirlarq"]],"name":"Beholder Names","page":9,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Lesser Minions","colLabels":["d100","Lesser Minions*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","{@dice 10d10 + 50} {@creature bandit||bandits} and {@dice 3d6} {@creature bandit captain||bandit captains}"],["5-8","{@dice 10d6} {@creature bugbear||bugbears} and {@dice 1d3} {@creature bugbear chief||bugbear chiefs}"],["9-12","{@dice 1d10} {@creature cultist||cultists} and {@dice 4d6} {@creature cult fanatic||cult fanatics}"],["13-14","{@dice 10d6} {@creature duergar}"],["15-22","{@dice 10d10 + 50} {@creature goblin||goblins} and {@dice 3d4} {@creature goblin boss||goblin bosses}"],["23-25","{@dice 10d10 + 50} {@creature grimlock||grimlocks}"],["26-35","{@dice 10d10 } {@creature hobgoblin||hobgoblins} and {@dice 2d4} {@creature hobgoblin captain||hobgoblin captains}"],["36-43","{@dice 10d10 + 50} {@creature kobold||kobolds}, {@dice 2d4} {@creature kobold inventor|vgm|kobold inventors}, and {@dice 2d6} {@creature kobold scale sorcerer|vgm|kobold scale sorcerers}"],["44-48","{@dice 10d10 + 50} {@creature lizardfolk}"],["49-56","{@dice 10d10} {@creature orc||orcs} and {@dice 1d6} {@creature orc war chief||orc war chiefs}"],["57-59","{@dice 6d6} {@creature quaggoth||quaggoths}"],["60-65","{@dice 10d10 + 50} {@creature troglodyte||troglodytes}"],["66-100","Roll twice, ignoring results above 65"]],"footnotes":["* For death tyrant lairs, use this table, but replace approximately half of its humanoid minions with zombies."],"name":"Pets; Beholder Lesser Minions","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Greater Minions","colLabels":["d100","Greater Minions*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@dice 2d4} {@creature barlgura||barlguras}"],["4-10","{@dice 1d12} {@creature ettin||ettins}"],["11-20","{@dice 1d2} {@creature fire giant||fire giants}, {@dice 1d3} {@creature frost giant||frost giants}, {@dice 2d4} {@creature hill giant||hill giants} or {@dice 1d6} {@creature stone giant||stone giants} (as appropriate to the terrain)"],["21-25","{@dice 3d6} {@creature hook horror||hook horrors}"],["26-32","{@dice 3d6} {@creature manticore||manticores}"],["33-40","{@dice 3d6} {@creature minotaur||minotaurs}"],["41-55","{@dice 6d6} {@creature ogre||ogres}"],["56-70","{@dice 2d4} {@creature troll||trolls}"],["71-75","{@dice 3d6} {@creature wight||wights}"],["76-100","Roll twice, ignoring results above 75"]],"footnotes":["* For death tyrant lairs, use this table, but replace approximately half of its living minions with ogre zombies."],"name":"Pets; Beholder Greater Minions","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Beholder Pets","colLabels":["d100","Pets"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","{@dice 1d3} {@creature basilisk||basilisks}"],["11-13","{@dice 1d3} {@creature beholder zombie||beholder zombies}"],["14-22","{@dice 1d4} {@creature chimera||chimeras}"],["23-26","{@dice 1d4} {@creature flesh golem||flesh golems}"],["27-29","{@dice 3d6} {@creature gazer|vgm|gazers}"],["30-37","{@dice 3d6} {@creature hell hound||hell hounds}"],["38-41","{@dice 2d6} {@creature nothic||nothics}"],["42-53","{@dice 2d4} {@creature otyugh||otyughs}"],["54-66","{@dice 2d4} {@creature roper||ropers}"],["67-75","{@dice 1d6} {@creature wyvern||wyverns}"],["76-100","Roll twice, ignoring results above 75"]],"name":"Beholder Pets","page":16,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Life Spans","colLabels":["Giant Type","Life Span"],"colStyles":["col-6","col-6"],"rows":[["Hill","200 years"],["Frost","250 years"],["Fire","350 years"],["Cloud","400 years"],["Storm","600 years"],["Stone","800 years"]],"name":"Living the Giant Life; Giant Life Spans","page":22,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The brutality of my peers is a relic of a bygone era that should be stamped out. I seek a more enlightened path."],["2","As the most powerful beings in creation, we have a duty to use our strength for the benefit of all."],["3","I take what I want. I don't care who gets hurt."],["4","A giant lives for a few centuries, but giantkind is eternal. Everything I do is to glorify my ancestors and make my descendants proud."],["5","Dragons are my mortal enemies. Everything I do is to ensure their destruction."],["6","I measure a creature's worth by its size. The small folk are beneath my concern."],["7","The small folk are vermin. I enjoy torturing and killing them."],["8","Good or bad, Annam's sons represent the ideals that we, as giants, must strive to uphold."]],"name":"Roleplaying a Giant; Giant Personality Traits","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Ordning. Annam created the ordning for the good of all giants, and it's our duty to uphold his vision. (Lawful)"],["2","Skill. What sets my clan apart is its mastery of our traditional crafts. (Good)"],["3","Strength. No other race can match the strength of giants, and none should dare to try. (Evil)"],["4","Lordship. Giants are the rightful rulers of the world. All will be well when our empire is restored. (Neutral)"],["5","Tribute. The lesser races owe giants not just respect but payment of tribute, and what they don't pay willingly, we will take by force. (Chaotic)"],["6","Religion. Of Annam's many sons, none is greater than my patron deity. (Any)"]],"name":"Roleplaying a Giant; Giant Ideals","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My clan is the most important influence on my life, our collective place in the ordning depends on our devotion to one another."],["2","My clan mates who serve in our deity's temples are the closest companions I'll ever know."],["3","My place in the ordning is ordained by our patron deity, and it would be blasphemous to aspire to anything higher or lower."],["4","Though I can never rise above my clan's position in the ordning, I can be a leader among my clan."],["5","My own kind have turned their backs on me, so I make my way among the lesser creatures of the world."],["6","Humans have proven their worth in the world and earned a measure of respect from giantkind."]],"name":"Roleplaying a Giant; Giant Bonds","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Giant Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ordning is too restrictive for the likes of me."],["2","The lesser creatures of the world have no souls"],["3","Unity among giants is a myth, anyone not of my clan is a fair target for my weapons."],["4","I care nothing for what others expect, to the point where I cannot help but contradict what others ask of me."],["5","I am terrified of arcane magic and can be cowed by overt displays of it."],["6","Ancient dragons fill me with dread. My knees grow weak in their presence."]],"name":"Roleplaying a Giant; Giant Flaws","page":23,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aargab"],["2","Alark"],["3","Andak"],["4","Ethak"],["5","Eyeth"],["6","Ignar"],["7","Immor"],["8","Oduk"],["9","Orrom"],["10","Otal"],["11","Ulthak"],["12","Ustar"]],"name":"Gnoll Names","page":36,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Name","colLabels":["d6","Name Part 1","Name Part 2"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Abyssal","Harbingers"],["2","Dire","Hunters"],["3","Howling","Mongrels"],["4","Rabid","Mutilators"],["5","Rotted","Ravagers"],["6","Screaming","Slayers"]],"name":"Creating a Gnoll War Band; Gnoll War Band Name","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Composition","colLabels":["War Band Composition","Number Appearing"],"colStyles":["col-6","col-6"],"rows":[["Gnoll fangs ofYeenoghu","{@dice 1d4 + 1}"],["Gnoll hunters","{@dice 1d4 + 1}"],["Gnoll flesh gnawers","{@dice 2d4}"],["Warriors (common gnolls)","{@dice 6d6}"],["Hyenas","{@dice 4d6}"]],"name":"Creating a Gnoll War Band; Gnoll War Band Composition","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"War Band Leadership","colLabels":["d6","Leader","Number Appearing Modifier"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1","Gnoll War Band Flind Leader","Double"],["2-4","Gnoll War Band Gnoll Pack Lord Leader","None"],["5-6","No Leader","Halve"]],"name":"Creating a Gnoll War Band; War Band Leadership","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Gnoll War Band Special Creatures","colLabels":["d20","Special Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","1 {@creature Barlgura}"],["2-5","{@dice 3d6} {@creature Dretch||Dretches}"],["6-8","{@dice 2d6} {@creature Ghoul||Ghouls}"],["9-10","{@dice 2d6} {@creature Gnoll Witherling|VGM|Gnoll Witherlings}"],["11","1 {@creature Hezrou}"],["12-13","{@dice 1d4} {@creature Leucrotta|VGM|Leucrottas}"],["14-16","{@dice 2d6} {@creature Manes}"],["17-18","{@dice 2d4} {@creature Maw Demon|VGM|Maw Demons}"],["19","1 {@creature Shoosuva|VGM}"],["20","{@dice 1d3} {@creature Troll||Trolls}"]],"name":"Creating a Gnoll War Band; Gnoll War Band Special Creatures","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Shared Physical Trait","colLabels":["d10","Shared Physical Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rune branded on forehead"],["2","Bone piercings"],["3","Ritual scarring"],["4","Surrounded by clouds of flies"],["5","Constant, cackling laugh"],["6","Covered with strange mushroom growths"],["7","Horrid stench"],["8","Eyes glow like fire"],["9","Long, black fangs"],["10","Albinos"]],"name":"Creating a Gnoll War Band; Shared Physical Trait","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Notable Behavior or Tactics","colLabels":["d8","Notable behavior or Tactics"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Use of flaming arrows and burning pitch"],["2","Use of drums and screeching horns to spread fear"],["3","Attempts to capture and use siege engines"],["4","Carry and spread disease"],["5","Prisoners kept in cages and tormented"],["6","Use of nets to take captives for feasting later"],["7","Leader has a powerful item, such as a horn of blasting"],["8","Actions magically controlled by a spellcaster"]],"name":"Creating a Gnoll War Band; Notable Behavior or Tactics","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demonic Influence","colLabels":["d12","Demonic Influence"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Food and drink spoil"],["2","Animals become rabid, vicious"],["3","Terrible storms erupt"],["4","Minor earthquakes strike"],["5","Residents suffer bursts of short-term madness"],["6","Folk indulge in decadence, excessive drinking"],["7","Quarrels turn violent"],["8","Friends betray one another"],["9-12","None"]],"name":"Creating a Gnoll War Band; Demonic Influence","page":39,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Status Symbols","colLabels":["d20","Status Symbol"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Earrings and notches in an ear"],["2","Rib bones tied into hair"],["3","A belt made from raccoon pelts"],["4","A gnome's boot used as a hat"],["5","A pouch of toenail clippings from an allied ogre"],["6","A frog kept in a jar"],["7","Fragile helmets made from axebeak eggs"],["8","Nose rings"],["9","Painted or stained hands"],["10","Bugs kept in a bag for snacking"],["11","War cry tattooed on chest"],["12","Shields made from ankheg chitin"],["13","Bracelet made of pieces of goblins turned to stone"],["14","Special breed of rat kept as pet"],["15","Teeth pulled out in certain places"],["16","Owlbear-feather cloaks"],["17","Scars from lashings"],["18","Orc-tusk lip piercings"],["19","Umbrellas made from dead darkmantles"],["20","Cloaks made of scraps from an elven tapestry"]],"name":"Status Symbols","page":42,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"isStriped":false,"colStyles":["col-6","col-6"],"rows":[["1st rank: Warlord","5th rank: Spear"],["2nd rank: General","6th rank: Fist"],["3rd rank: Captain","7th rank: Soldier"],["4th rank: Fatal Axe",""]],"name":"Rank, Status, and Title","page":46,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have made subtle insults into an art form."],["2","I always act unpleasant so others never learn of my secret affections."],["3","I enjoy wagers as parts of my bargains, which increase the risk and the stakes."],["4","I laugh at my own jokes-the darker, the better."],["5","I never volunteer information, and I respond only to questions."],["6","I offer generous terms in my deals, but the cost for defaulting is exceedingly high."],["7","I require all of my bargains to be put in writing and signed in the other party's blood."],["8","I am very superstitious, and I see omens in every event and action around me."]],"name":"Roleplaying a Hag; Hag Personality Traits","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Change. I will metamorphose into every kind of hag and live a century as each, becoming something even greater in the end. (Chaotic)"],["2","Community. Loneliness is the path to madness. That is why I have minions to keep me company. (Lawful)"],["3","Greed. I will acquire the rarest and most valuable holy treasures to keep them from being used for good. (Evil)"],["4","Independence. I neither require nor want a coven. I will not be someone's equal. (Neutral)"],["5","Power. I will become an auntie or a grandmother, even if I have to kill my own mother to do it. (Evil)"],["6","Ugliness. I want to be envied for my appearance and my cruel heart. (Evil)"]],"name":"Roleplaying a Hag; Hag Ideals","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Bonds","colLabels":["d8","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I hate a certain mortal family and steal one of their children each generation for my own purposes."],["2","I am involved in a centuries-long feud with a rival of similar power and status."],["3","My house holds everything that I hold dear. I can't abide visitors who threaten my hearth and home."],["4","I owe a great favor to a hag grandmother."],["5","I traded away something before I realized it was priceless, and now I want it back."],["6","My daughter was taken from me, and I want to find her and train her."],["7","My greatest rival and I know a secret word that will destroy both of us simultaneously."],["8","The ones who looted and burned my home will pay for their offense."]],"name":"Roleplaying a Hag; Hag Bonds","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am too eager for gossip."],["2","I can't resist flirting with a handsome man."],["3","I have an allergy to a creature (such as cats or ravens) or a substance (such as apples or blood) that is important to my work."],["4","I will not tell a lie, but I can still say nothing, nod suggestively, or bend the truth a little to suit my needs."],["5","I am greatly weakened on the nights of the full moon."],["6","I can't resist a clever riddle."]],"name":"Roleplaying a Hag; Hag Flaws","page":54,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Names","isNameGenerator":true,"colLabels":["d12","Title","First Name","Last Name"],"colStyles":["col-3 text-center","col-3","col-3","col-3"],"rows":[["1","Auntie","Agatha","Bonechewer"],["2","Black","Agnes","Frogwart"],["3","Cackling","Ethel","Greenteeth"],["4","Dismal","May","Gristlegums"],["5","Dread","Mathilda","Knucklebones"],["6","Driftwood","Morgan","Middenheap"],["7","Granny","Olga","Mudwallow"],["8","Old","Peggy","Pigtooth"],["9","Rickety","Polly","Titchwillow"],["10","Rotten","Sally","Toestealer"],["11","Turtleback","Ursula","Twigmouth"],["12","Wicked","Zilla","Wormwiggle"]],"name":"Hag Names","page":55,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Servants","colLabels":["d8","Servant(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Flameskull||Flameskulls}"],["2","{@creature Flesh Golem||Flesh Golems}"],["3","{@creature Helmed Horror||Helmed Horrors}"],["4","{@creature Rug of Smothering}"],["5","{@creature Scarecrow||Scarecrows}"],["6","{@creature Shadow Mastiff|VGM|Shadow Mastiffs}"],["7","{@dice 2d4} {@creature swarm of insects||swarms of insects} or {@creature swarm of rats||swarms of rats}"],["8","{@creature Yeth Hound|VGM|Yeth Hounds}"]],"name":"Random Hag Minions; Servants","page":61,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Brutes","colLabels":["d12","Brute(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Bugbear||Bugbears}"],["2","{@creature Doppelganger||Doppelgangers}"],["3","{@creature Ettercap||Ettercaps}"],["4","{@creature Gargoyle||Gargoyles}"],["5","{@creature Jackalwere||Jackalweres}"],["6","{@creature Kenku}"],["7","{@creature Meenlock|VGM|Meenlocks}"],["8","{@creature Oni}"],["9","{@creature Quickling|VGM|Quicklings}"],["10","{@creature Redcap|VGM|Redcaps}"],["11","{@creature Wererat||Wererats}"],["12","{@creature Werewolf||Werewolves}"]],"name":"Random Hag Minions; Brutes","page":61,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Hag Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The eye of a cleric, preserved in a liquid-filled jar. When an undead creature comes within 100 feet of the jar, the eye darts about as if it is looking around in a panic. It otherwise remains motionless."],["2","The leathery, preserved head of a dwarf. Anyone who holds its 5-foot-long beard can see through its eyes."],["3","A perfectly smooth, round stone the size of a human's fist. If placed on the ground, it rolls 20 feet per round toward the nearest source of fresh water."],["4","A sickly crow with clipped wings. The only sound it can make is to roar like a lion."],["5","A seemingly empty, sealed jar. If opened, the person standing closest to the jar suddenly recalls {@dice 1d6} happy memories from the life of a long dead elf lord."],["6","A seemingly mundane gold piece. Anyone who touches it gains the unshakable belief that this is the very first gold coin minted by humanity."],["7","A black box, 3 feet on each side. Anyone who opens it finds a set of three wooden, articulated figures that are modeled after three members of the adventuring party. If the figures are stood on the ground, they act out insulting parodies of their duplicates' recent actions."],["8","An oval-shaped disc made of an unknown metal. If it is tossed in the air, it flies in circles around the tosser for a minute, tiny lights winking on its surface, before settling to the ground nearby."],["9","A thick, dusty tome, every page filled with tiny, barely legible writing. Careful study of the book reveals it to be a written transcript of every conversation that took place over the course of a year, three years ago, in a nearby village."],["10","A small painting that depicts a placid field. Just after midnight each day, the painting changes to depict the following day's weather."]],"name":"One-of-a-Kind Objects; Hag Objects","page":62,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Kobold Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arix"],["2","Eks"],["3","Ett"],["4","Galax"],["5","Garu"],["6","Hagnar"],["7","Hox"],["8","Irtos"],["9","Kashak"],["10","Meepo"],["11","Molo"],["12","Ohsoss"],["13","Rotom"],["14","Sagin"],["15","Sik"],["16","Sniv"],["17","Taklak"],["18","Tes"],["19","Urak"],["20","Varn"]],"name":"Kobold Names","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Scale Color","colLabels":["d100","Scale Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Black"],["6-10","Blue"],["11-25","Brown"],["26-30","Gray"],["31-35","Green"],["36-40","Orange"],["41-55","Orange-brown"],["56-60","Red"],["61-75","Red-brown"],["76-85","Tan"],["86-90","White"],["91-100","Patterned (roll twice, ignoring duplicate results and results of 91 or higher)"]],"name":"Physical Variations; Scale Color","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Scale Pattern","colLabels":["d20","Scale Pattern"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Mottled"],["5-8","Reticulated"],["9-12","Shaded"],["13-16","Spotted"],["17-20","Striped"]],"name":"Physical Variations; Scale Pattern","page":66,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I never let pass an opportunity to show my contempt for lesser beings."],["2","I like to flavor my meals by engendering positive emotions in my victims before feeding on them."],["3","So as not to taint my thoughts, I avoid telepathically communicating with lesser beings when possible."],["4","I never eat unless the victim is conscious and aware."],["5","I'm very picky. I feed only on the brains of a specific kind of humanoid."],["6","I'm curious about how other races live and how their societies function."],["7","I find battle stimulating."],["8","I'm curious about the limits of other creatures' intelligence and devise situations to test them."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Personality Traits","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Knowledge. All information is of value. (Neutral)"],["2","Obedience. Nothing is more important than following orders. (Lawful)"],["3","Selfishness. I do my best work when motivated by my own self-interest. (Chaotic)"],["4","Truth. Truth is the foundation of knowledge, so I never lie. (Lawful)"],["5","Superiority. Nothing can be gained from the study of lesser beings. (Neutral)"],["6","Domination. All others should submit to my control. (Evil)"]],"name":"Roleplaying a Mind Flayer; Mind Flayer Ideals","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I think the elder brain is wrong about something, and I want to convince it."],["2","I have a secret I wish to keep even from other mind flayers."],["3","The more the colony grows, the more powerful we all become."],["4","Nothing is more important than rebuilding our lost empire."],["5","Persistence of my colony is the greatest good."],["6","I have important research that must be protected at all costs."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Bonds","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am oblivious to the emotions expressed by others."],["2","I believe my minions will always do precisely as I intend."],["3","I never assume others understand and always explain everything."],["4","I have a memory that isn't mine. I'm obsess about it."],["5","It is inconceivable that another creature could outsmart me."],["6","I sometimes confuse others' thoughts with my own."]],"name":"Roleplaying a Mind Flayer; Mind Flayer Flaws","page":74,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Mind Flayer Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aurangaul"],["2","Cephalossk"],["3","Drukt"],["4","Drusiss"],["5","Lugribossk"],["6","Quoor"],["7","Ralayan"],["8","Sardsult"],["9","S'venchen"],["10","Tharcereli"],["11","Tobulux"],["12","Zellix"]],"name":"Mind Flayer Names","page":75,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I never relinquish my weapon."],["2","I welcome any chance to prove my battle skills."],["3","I always appear like I am about to kill everyone around me."],["4","I love a good brawl."],["5","I drink the blood of monsters to consume their power."],["6","I chant orcish war dirges during combat."]],"name":"Roleplaying an Orc; Orc Personality Traits","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength. Showing superior strength brings honor to Gruumsh. (Any)"],["2","Prowess. Killing all your enemies is the path to greatness. (Evil)"],["3","Dominance. I will have achieved glory when all cower before my might. (Evil)"],["4","Intimidation. I can get what I want from weaklings that fear me. (Evil)"],["5","Glory. The goals of the tribe don't concern me. Personal glory is what I crave. (Chaotic)"],["6","Savagery. I will not be controlled. (Chaotic)"]],"name":"Roleplaying an Orc; Orc Ideals","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will defend my tribe to the death."],["2","Every serious choice I make must be decided by signs or omens from the gods."],["3","I carry the teeth of a great warrior. They inspire me to commit great deeds in battle."],["4","To avenge Gruumsh, I will kill every elf I see."],["5","I will seek and destroy those who murdered my tribe."],["6","I owe my survival to a non-orc."]],"name":"Roleplaying an Orc; Orc Bonds","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have a calm temperament and let insults roll off my back."],["2","I don't fear the gods and have no patience for superstitions."],["3","I am slow to anger, but when I do become enraged I fight until my enemies are dead, no matter the cost."],["4","I understand the value of civilization and the order that society brings."],["5","I don't trust anyone."],["6","I believe in living to fight another day."]],"name":"Roleplaying an Orc; Orc Flaws","page":87,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Male Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Grutok"],["2","Lortar"],["3","Abzug"],["4","Shugog"],["5","Urzul"],["6","Ruhk"],["7","Mobad"],["8","Shamog"],["9","Mugrub"],["10","Bajok"],["11","Rhorog"],["12","Jahrukk"]],"name":"Orc Names; Orc Male Names","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Female Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Kansif"],["2","Ownka"],["3","Emen"],["4","Sutha"],["5","Myev"],["6","Neega"],["7","Baggi"],["8","Shautha"],["9","Ovak"],["10","Vola"],["11","Engong"],["12","Volen"]],"name":"Orc Names; Orc Female Names","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Epithets","colLabels":["d12","Epithet"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Filthy"],["2","Skull Cleaver"],["3","Eye Gouger"],["4","Iron Tusk"],["5","Skin Flayer"],["6","Bone Crusher"],["7","Flesh Ripper"],["8","Doom Hammer"],["9","Elf Butcher"],["10","Spine Snapper"],["11","Death Spear"],["12","The Brutal"]],"name":"Orc Names; Orc Epithets","page":88,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Orc Trophies","colLabels":["d10","Trophy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@dice 1d12} elf ears"],["2","{@dice 1d4} dwarf beards"],["3","{@dice 1d6} human heads"],["4","Skulls and bones"],["5","Cave bear paw"],["6","{@dice 1d20} severed fingers"],["7","{@dice 1d8} eyeballs"],["8","Flayed elf skin"],["9","Dire wolf hide"],["10","{@item trinket|phb|Random trinket}*"]],"footnotes":["* Roll on the Trinkets table in chapter 5 of the Player's Handbook."],"name":"Treasure; Orc Trophies","page":90,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Snake Body Type","colLabels":["d20","Snake Body Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Thick"],["6-15","Normal"],["16-20","Sleek"]],"name":"Physical Variations; Yuan-ti Snake Body Type","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Humanoid Skin Color","colLabels":["d20","Humanoid Skin Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Dark brown"],["5","Green-brown"],["6-9","Light brown"],["10-15","Medium brown"],["16","Pale brown"],["17-18","Red-brown"],["19-20","Yellow-brown"]],"name":"Physical Variations; Yuan-ti Humanoid Skin Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Scale Color","colLabels":["d100","Scale Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-6","black"],["7-12","black and brown"],["13-18","black and green"],["19-23","black and red"],["24-26","black and white"],["27-30","black and yellow"],["31-36","black, gold, and red"],["37-42","black, red, and white"],["43-45","blue"],["46-48","blue and black"],["49-51","blue and gray"],["52-54","blue and yellow"],["55-60","brown"],["61-66","brown and green"],["67-73","green"],["74-79","green and tan"],["80-84","green and white"],["85-90","green and yellow"],["91-96","red and tan"],["97-100","albino"]],"name":"Physical Variations; Yuan-ti Scale Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Scale Pattern","colLabels":["d20","Scale Pattern"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Mottled"],["6-7","Random"],["8-10","Reticulated"],["11-15","Speckled"],["16-20","Striped"]],"name":"Physical Variations; Yuan-ti Scale Pattern","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Tongue Color","colLabels":["d6","Tongue Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Black"],["2","Blue"],["3","Orange"],["4","Pale"],["5-6","Red"]],"name":"Physical Variations; Yuan-ti Tongue Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Pureblood Characteristics","colLabels":["d20","Pureblood Characteristic"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Fangs"],["4-5","forked tongue"],["6-9","scaly arms and hands"],["10-11","scaly face"],["12-15","scaly torso"],["16-18","serpentine eyes"],["19-20","Roll twice, re-rolling results of 19 or 20"]],"name":"Physical Variations; Pureblood Characteristics","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Eye Color","colLabels":["d6","Eye Color"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blue"],["2","Brown"],["3","Green"],["4","Red"],["5","Tan"],["6","Yellow"]],"name":"Physical Variations; Yuan-ti Eye Color","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Snake Head Shape","colLabels":["d20","Snake Head Shape"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Broad and rounded"],["6-9","Flattened"],["10-11","Hooded"],["12-15","Slender"],["16-20","Triangular"]],"name":"Physical Variations; Yuan-ti Snake Head Shape","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Type 2 Malison: Arms","colLabels":["d10","Malison Type 2 Arm*"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Cluster of small snakes"],["5-9","One large snake"],["10","Scaly humanoid with snake head for a hand"]],"footnotes":["* Roll once for each arm"],"name":"Physical Variations; Type 2 Malison: Arms","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Type 4 Malison: Lower Body","colLabels":["d20","Malison Type 4 Lower Body"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Human legs and large snake tail"],["8-10","Human legs and multiple small snake tails"],["11-16","Scaly human legs and large snake tail"],["17-20","Scaly human legs and multiple small snake tails"]],"name":"Physical Variations; Type 4 Malison: Lower Body","page":97,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I see omens in every event and action. The serpent gods continue to advise us."],["2","I have very high standards for food, drink, and physical pleasures."],["3","I prefer to be alone rather than among other creatures, including my own kind."],["4","I sometimes become consumed by philosophy."],["5","I believe I am superior to others of my caste."],["6","I am driven by wanderlust and want to explore lands far from our cities."],["7","I am interested in modern human culture, even as primitive as it is."],["8","I await the day when we again conquer lands by force, as we did in the old times."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Personality Traits","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Greed. I display my wealth as a sign of my power and prosperity. (Evil)"],["2","Aspiration. I strive to follow the path toward becoming an anathema. (Evil)"],["3","Unity. No leader shall put personal goals above those of our race. (Any)"],["4","Kinship. My allegiance is to my caste and my city. Other settlements can burn for all I care. (Any)"],["5","Inspiration. My actions set an example for the lesser castes to emulate. (Any)"],["6","Power. Everything I choose to do is determined by whether it will make me smarter and stronger. (Evil)"]],"name":"Roleplaying a Yuan-ti; Yuan-ti Ideals","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will see our empire rise again and, in so doing, win the favor of the serpent gods."],["2","I am enamored with the culture and trappings of another society and wish to be part of it."],["3","I respect my superiors and obey them without question. My fate is theirs to decide."],["4","I have an interest in an unsuitable mate, which I can't suppress."],["5","I respect and emulate a great hero or ancestor."],["6","An enemy destroyed something of value to me, and I will find where it lives and kill the offender."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Bonds","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I feel twinges of emotion, and it shames me that I am imperfect in this way."],["2","I put too much credence in the dictates of a particular god."],["3","I frequently overindulge in food and wine, and I am impaired and lethargic for days afterward."],["4","I worship a forbidden god."],["5","I secretly believe things would be better if I was in charge."],["6","If I could get away with it, I would gladly kill and eat a superior yuan-ti."]],"name":"Roleplaying a Yuan-ti; Yuan-ti Flaws","page":98,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Names","colLabels":["d20","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Asutali"],["2","Eztli"],["3","Hessatal"],["4","Hitotee"],["5","Issahu"],["6","Itstli"],["7","Manuya"],["8","Meztli"],["9","Nesalli"],["10","Otleh"],["11","Shalkashlah"],["12","Sisava"],["13","Sitlali"],["14","Soakosh"],["15","Ssimalli"],["16","Suisatal"],["17","Talash"],["18","Teoshi"],["19","Yaotal"],["20","Zihu"]],"name":"Yuan-ti Names","page":99,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Agents","colLabels":["d100","Agents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-20","{@creature Cultist||Cultists}"],["21-30","{@creature Cult Fanatic||Cult Fanatics}"],["31-34","{@creature Doppelganger||Doppelgangers}"],["35-50","{@creature Guard||Guards}"],["51-60","{@creature Noble||Nobles}"],["61-72","{@creature Priest||Priests}"],["73-86","{@creature Scout||Scouts}"],["87-100","{@creature Spy||Spies}"]],"name":"Random Yuan-ti Servants; Yuan-ti Agents","page":102,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Yuan-ti Protectors","colLabels":["d100","Protector(s)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","{@creature Bandit Captain||Bandit Captains} and {@creature Bandit||Bandits}"],["11-12","{@creature Basilisk||Basilisks}"],["13-18","{@creature Constrictor Snake||Constrictor Snakes}"],["19-26","{@creature Cult Fanatic||Cult Fanatics} and {@creature Cultist||Cultists}"],["27-28","{@creature Flying Snake||Flying Snakes}"],["29-35","{@creature Giant Constrictor Snake||Giant Constrictor Snakes}"],["36-45","{@creature Giant Poisonous Snake||Giant Poisonous Snakes}"],["46-50","{@creature Gladiator||Gladiators}"],["51-55","{@creature Guard||Guards}"],["56-58","{@creature Hydra||Hydras}"],["59-60","{@creature Medusa||Medusas}"],["61","{@creature Mummy||Mummies}*"],["62-63","{@creature Poisonous Snake||Poisonous Snakes}"],["64-68","{@creature Priest||Priests}"],["69-70","{@creature Skeleton||Skeletons}"],["71","{@creature Stone Golem||Stone Golems}"],["72-81","{@creature Swarm of Poisonous Snakes||Swarms of Poisonous Snakes}"],["82-91","{@creature Tribal Warrior||Tribal Warriors}"],["92-97","{@creature Veteran||Veterans}"],["98-100","{@creature Zombie||Zombies}"]],"footnotes":["* The mummies are the undead remains of yuan-ti malisons or purebloods. Each has the statistics of a normal mummy."],"name":"Random Yuan-ti Servants; Yuan-ti Protectors","page":102,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"","colLabels":["Race","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-4","col-2","col-2","col-2","col-2"],"rows":[["Aasimar","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Bugbear|VGM}","6'0\"","200 lb.","+{@dice 2d12}","× ({@dice 2d6}) lb."],["{@race Firbolg|VGM}","6'2\"","175 lb.","+{@dice 2d12}","× ({@dice 2d6}) lb."],["{@race Goblin|VGM}","3'5\"","35 lb.","+{@dice 2d4}","× 1 lb."],["{@race Goliath|VGM}","6'2\"","200 lb.","+{@dice 2d10}","× ({@dice 2d6}) lb."],["{@race Hobgoblin|VGM}","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Kenku|VGM}","4'4\"","50 lb.","+{@dice 2d8}","× ({@dice 1d6}) lb."],["{@race Kobold|VGM}","2'1\"","25 lb.","+{@dice 2d4}","× 1 lb."],["{@race Lizardfolk|VGM}","4'9\"","120 lb.","+{@dice 2d10}","× ({@dice 2d6}) lb."],["{@race Orc|VGM}","5'4\"","175 lb.","+{@dice 2d8}","× ({@dice 2d6}) lb."],["{@race Tabaxi|VGM}","4'10\"","90 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Triton|VGM}","4'6\"","90 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."],["{@race Yuan-ti Pureblood|VGM}","4'8\"","110 lb.","+{@dice 2d10}","× ({@dice 2d4}) lb."]],"name":"Height and Weight","page":120,"source":"VGM","chapter":{"name":"Character Races","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Challenge Rating","Item Rarity"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["0–2","Common"],["3–5","Uncommon"],["6–10","Rare"],["11–16","Very rare"],["17+","Legendary"]],"name":"Invention and Magic","page":8,"source":"PSK","chapter":{"name":"The World of Kaladesh","index":1}},{"caption":"Subclasses","colLabels":["Class","Subclass","Level Available","Description"],"colStyles":["col-1","col-2","col-1 text-center","col-6"],"rows":[["Barbarian","{@class Barbarian|phb|Path of the Ancestral Guardian|Ancestral Guardian|xge}","3rd","Calls on the spirits of honored ancestors to protect others"],["Barbarian","{@class Barbarian|phb|Path of the Storm Herald|Storm Herald|xge}","3rd","Filled with a rage that channels the primal magic of the storm"],["Barbarian","{@class Barbarian|phb|Path of the Zealot|Zealot|xge}","3rd","Fueled by a religious zeal that visits destruction on foes"],["Bard","{@class Bard|phb|College of Glamour|Glamour|xge}","3rd","Wields the beguiling, glorious magic of the Feywild"],["Bard","{@class Bard|phb|College of Swords|Swords|xge}","3rd","Entertains and slays with daring feats of weapon prowess"],["Bard","{@class Bard|phb|College of Whispers|Whispers|xge}","3rd","Plants fear and doubt in the minds of others "],["Cleric","{@class Cleric|phb|Forge Domain|Forge|XGE}","1st","Clad in heavy armor, serves a god of the forge or creation"],["Cleric","{@class Cleric|phb|Grave Domain|Grave|XGE}","1st","Opposes the blight of undeath"],["Druid","{@class Druid|phb|Circle of Dreams|Dreams|xge}","2nd","Mends wounds, guards the weary, and strides through dreams"],["Druid","{@class Druid|phb|Circle of the Shepherd|Shepherd|xge}","2nd","Summons nature spirits to bolster friends and harry foes"],["Fighter","{@class Fighter|phb|Arcane Archer|Arcane Archer|xge}","3rd","Imbues arrows with spectacular magical effects"],["Fighter","{@class Fighter|phb|Cavalier|Cavalier|xge}","3rd","Defends allies and knocks down enemies, often on horseback"],["Fighter","{@class Fighter|phb|Samurai|Samurai|xge}","3rd","Combines resilience with courtly elegance and mighty strikes"],["Monk","{@class Monk|phb|Way of the Drunken Master|Drunken Master|xge}","3rd","Confounds foes through a martial arts tradition inspired by the swaying of a drunkard"],["Monk","{@class Monk|phb|Way of the Kensei|Kensei|xge}","3rd","Channels ki through a set of mastered weapons"],["Monk","{@class Monk|phb|Way of the Sun Soul|Sun Soul|xge}","3rd","Transforms ki into bursts of fire and searing bolts of light"],["Paladin","{@class Paladin|phb|Oath of Conquest|Conquest|xge}","3rd","Strikes terror in enemies and crushes the forces of chaos"],["Paladin","{@class Paladin|phb|Oath of Redemption|Redemption|xge}","3rd","Offers redemption to the worthy and destruction to those who refuse mercy or righteousness"],["Ranger","{@class Ranger|phb|Gloom Stalker|Gloom Stalker|xge}","3rd","Unafraid of the dark, relentlessly stalks and ambushes foes"],["Ranger","{@class Ranger|phb|Horizon Walker|Horizon Walker|xge}","3rd","Finds portals to other worlds and channels planar magic"],["Ranger","{@class Ranger|phb|Monster Slayer|Monster Slayer|xge}","3rd","Hunts down creatures of the night and wielders of grim magic"],["Rogue","{@class Rogue|phb|Inquisitive|Inquisitive|xge}","3rd","Roots out secrets, akin to a masterful detective"],["Rogue","{@class Rogue|phb|Mastermind|Mastermind|xge}","3rd","A master tactician, manipulates others"],["Rogue","{@class Rogue|phb|Scout|Scout|xge}","3rd","Combines stealth with a knack for survival"],["Rogue","{@class Rogue|phb|Swashbuckler|Swashbuckler|xge}","3rd","Delivers deadly strikes with speed and panache "],["Sorcerer","{@class Sorcerer|phb|Divine Soul|Divine Soul|xge}","1st","Harnesses magic bestowed by a god or other divine source"],["Sorcerer","{@class Sorcerer|phb|Shadow Magic|Shadow|xge}","1st","Wields the grim magic of the Shadowfell"],["Sorcerer","{@class Sorcerer|phb|Storm Sorcery|Storm|xge}","1st","Crackles with the power of the storm"],["Warlock","{@class Warlock|phb|The Celestial|Celestial|xge}","1st","Forges a pact with a being from celestial realms"],["Warlock","{@class Warlock|phb|The Hexblade|Hexblade|xge}","1st","Serves a shadowy entity that bestows dread curses"],["Wizard","{@class Wizard|phb|War Magic|War|xge}","2nd","Mixes evocation and abjuration magic to dominate the battlefield"]],"name":"Character Options; Subclasses","page":7,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Parents","colLabels":["d100","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-95","You know who your parents are or were."],["96-100","You do not know who your parents were."]],"name":"Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Half-Elf Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","One parent was an elf and the other was a human."],["6","One parent was an elf and the other was a half-elf."],["7","One parent was a human and the other was a half-elf."],["8","Both parents were half-elves."]],"name":"Half-Elf Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Half-Orc Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","One parent was an orc and the other was a human."],["4-5","One parent was an orc and the other was a half-orc."],["6-7","One parent was a human and the other was a half-orc."],["8","Both parents were half-orcs."]],"name":"Half-Orc Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tiefling Parents","colLabels":["d8","Parents"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Both parents were humans, their infernal heritage dormant until you came along."],["5-6","One parent was a tiefling and the other was a human."],["7","One parent was a tiefling and the other was a devil."],["8","One parent was a human and the other was a devil."]],"name":"Tiefling Parents","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Birthplace","colLabels":["d100","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-50","Home"],["51-55","Home of a family friend"],["56-63","Home of a healer or midwife"],["64-65","Carriage, cart, or wagon"],["66-68","Barn, shed, or other outbuilding"],["69-70","Cave"],["71-72","Field"],["73-74","Forest"],["75-77","Temple"],["78","Battlefield"],["79-80","Alley or street"],["81-82","Brothel, tavern, or inn"],["83-84","Castle, keep, tower, or palace"],["85","Sewer or rubbish heap"],["86-88","Among people of a different race"],["89-91","On board a boat or a ship"],["92-93","In a prison or in the headquarters of a secret organization"],["94-95","In a sage's laboratory"],["96","In the Feywild"],["97","In the Shadowfell"],["98","On the Astral Plane or the Ethereal Plane"],["99","On an Inner Plane of your choice"],["100","On an Outer Plane of your choice"]],"name":"Birthplace","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Number of Siblings","colLabels":["d10","Siblings"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","None"],["3-4","{@dice 1d3}"],["5-6","{@dice 1d4+1}"],["7-8","{@dice 1d6+2}"],["9-10","{@dice 1d8+3}"]],"name":"Number of Siblings","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Birth Order","colLabels":["2d6","Birth Order"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","Twin, triplet, or quadruplet"],["3-7","Older"],["8-12","Younger"]],"name":"Other Details; Birth Order","page":62,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Family","colLabels":["d100","Family"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","None"],["2","Institution, such as an asylum"],["3","Temple"],["4-5","Orphanage"],["6-7","Guardian"],["8-15","Paternal or maternal aunt, uncle, or both"],["16-25","Paternal or maternal grandparent(s)"],["26-35","Adoptive family (same or different race)"],["36-55","Single father or stepfather"],["56-75","Single mother or stepmother"],["76-100","Mother and father"]],"name":"Supplemental Tables; Family","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Absent Parent","colLabels":["d4","Fate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your parent died (roll on the Cause of Death supplemental table)."],["2","Your parent was imprisoned, enslaved, or otherwise taken away."],["3","Your parent abandoned you"],["4","Your parent disappeared to an unknown fate."]],"name":"Supplemental Tables; Absent Parent","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Family Lifestyle","colLabels":["3d6","Lifestyle*"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Wretched (-40)"],["4-5","Squalid (-20)"],["6-8","Poor (-10)"],["9-12","Modest (+0)"],["13-15","Comfortable (+10)"],["16-17","Wealthy (+20)"],["18","Aristocratic (+40)"]],"footnotes":["* Use the number in this result as a modifier to your roll on the Childhood Home table."],"name":"Supplemental Tables; Family Lifestyle","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Childhood Home","colLabels":["{@dice d100 + #$prompt_number:title=Enter Lifestyle Modifier$#}","Home"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","On the streets"],["1-20","Rundown shack"],["21-30","No permanent residence"],["31-40","Encampment or village in the wilderness"],["41-50","Apartment in a rundown neighborhood"],["51-70","Small house"],["71-90","Large house"],["91-110","Mansion"],["111-140","Palace or castle"]],"name":"Supplemental Tables; Childhood Home","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Childhood Memories","colLabels":["{@dice 3d6 + #$prompt_number:title=Enter Charisma Modifier$#}","Memory"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","I am still haunted by my childhood, when I was treated badly by my peers."],["4-5","I spent most of my childhood alone, with no close friends."],["6-8","Others saw me as being different or strange, and so I had few companions."],["9-12","I had a few close friends and lived an ordinary childhood."],["13-15","I had several friends, and my childhood was generally a happy one."],["16-17","I always found it easy to make friends, and I loved being around people."],["18-25","Everyone knew who I was, and I had friends everywhere I went."]],"name":"Supplemental Tables; Childhood Memories","page":63,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Life Events by Age","colLabels":["d100","Current Age","Life Events"],"colStyles":["col-2 text-center","col-5","col-5"],"rows":[["1-20","20 years or younger","1"],["21-59","21-30 years","{@dice 1d4}"],["60-69","31-40 years","{@dice 1d6}"],["70-89","41-50 years","{@dice 1d8}"],["90-99","51-60 years","{@dice 1d10}"],["100","61 years or older","{@dice 1d12}"]],"name":"Life Events by Age","page":69,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Life Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","You suffered a tragedy. Roll on the Tragedies table."],["11-20","You gained a bit of good fortune. Roll on the Boons table."],["21-30","You fell in love or got married. If you get this result more than once, you can choose to have a child instead. Work with your DM to determine the identity of your love interest."],["31-40","You made an enemy of an adventurer. Roll a {@dice d6}. An odd number indicates you are to blame for the rift, and an even number indicates you are blameless. Use the supplemental tables and work with your DM to determine this hostile character's identity and the danger this enemy poses to you."],["41-50","You made a friend of an adventurer. Use the supplemental tables and work with your DM to add more detail to this friendly character and establish how your friendship began."],["51-70","You spent time working in a job related to your background. Start the game with an extra {@dice 2d6} gp."],["71-75","You met someone important. Use the supplemental tables to determine this character's identity and how this individual feels about you. Work out additional details with your DM as needed to fit this character into your backstory."],["76-80","You went on an adventure. Roll on the Adventures table to see what happened to you. Work with your DM to determine the nature of the adventure and the creatures you encountered."],["81-85","You had a supernatural experience. Roll on the Supernatural Events table to find out what it was."],["86-90","You fought in a battle. Roll on the War table to learn what happened to you. Work with your DM to come up with the reason for the battle and the factions involved. It might have been a small conflict between your community and a band of orcs, or it could have been a major battle in a larger war."],["91-95","You committed a crime or were wrongly accused of doing so. Roll on the Crime table to determine the nature of the offense and on the Punishment table to see what became of you."],["96-99","You encountered something magical. Roll on the Arcane Matters table."],["100","Something truly strange happened to you. Roll on the Weird Stuff table."]],"name":"Life Events","page":69,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Adventures","colLabels":["d100","Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-10","You nearly died. You have nasty scars on your body, and you are missing an ear, {@dice 1d3} fingers, or {@dice 1d4} toes."],["11-20","You suffered a grievous injury. Although the wound healed, it still pains you from time to time."],["21-30","You were wounded, but in time you fully recovered."],["31-40","You contracted a disease while exploring a filthy warren. You recovered from the disease, but you have a persistent cough, pockmarks on your skin, or prematurely gray hair."],["41-50","You were poisoned by a trap or a monster. You recovered, but the next time you must make a saving throw against poison, you make the saving throw with disadvantage."],["51-60","You lost something of sentimental value to you during your adventure. Remove one trinket from your possessions."],["61-70","You were terribly frightened by something you encountered and ran away, abandoning your companions to their fate."],["71-80","You learned a great deal during your adventure. The next time you make an ability check or a saving throw, you have advantage on the roll."],["81-90","You found some treasure on your adventure. You have {@dice 2d6} gp left from your share of it."],["91-99","You found a considerable amount of treasure on your adventure. You have {@dice 1d20+50} gp left from your share of it."],["100","You came across a common magic item (of the DM's choice)."]],"name":"Secondary Tables; Adventures","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Arcane Matters","colLabels":["d10","Magical Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were {@condition charmed} or {@condition frightened} by a spell."],["2","You were injured by the effect of a spell."],["3","You witnessed a powerful spell being cast by a cleric, a druid, a sorcerer, a warlock, or a wizard."],["4","You drank a potion (of the DM's choice)."],["5","You found a spell scroll (of the DM's choice) and succeeded in casting the spell it contained."],["6","You were affected by teleportation magic."],["7","You turned {@condition invisible} for a time."],["8","You identified an illusion for what it was."],["9","You saw a creature being conjured by magic."],["10","Your fortune was read by a diviner. Roll twice on the Life Events table, but don't apply the results. Instead, the DM picks one event as a portent of your future (which might or might not come true)."]],"name":"Secondary Tables; Arcane Matters","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Boons","colLabels":["d10","Boon"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly wizard gave you a spell scroll containing one cantrip (of the DM's choice)."],["2","You saved the life of a commoner, who now owes you a life debt. This individual accompanies you on your travels and performs mundane tasks for you, but will leave if neglected, abused, or imperiled. Determine details about this character by using the supplemental tables and working with your DM."],["3","You found a riding horse."],["4","You found some money. You have {@dice 1d20} gp in addition to your regular starting funds."],["5","A relative bequeathed you a simple weapon of your choice."],["6","You found something interesting. You gain one additional trinket."],["7","You once performed a service for a local temple. The next time you visit the temple, you can receive healing up to your hit point maximum."],["8","A friendly alchemist gifted you with a potion of healing or a flask of acid, as you choose."],["9","You found a treasure map."],["10","A distant relative left you a stipend that enables you to live at the comfortable lifestyle for {@dice 1d20} years. If you choose to live at a higher lifestyle, you reduce the price of the lifestyle by 2 gp during that time period."]],"name":"Secondary Tables; Boons","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Crime","colLabels":["d8","Crime"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Murder"],["2","Theft"],["3","Burglary"],["4","Assault"],["5","Smuggling"],["6","Kidnapping"],["7","Extortion"],["8","Counterfeiting"]],"name":"Secondary Tables; Crime","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Punishment","colLabels":["d12","Punishment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","You did not commit the crime and were exonerated after being accused."],["4-6","You committed the crime or helped do so, but nonetheless the authorities found you not guilty."],["7-8","You were nearly caught in the act. You had to flee and are wanted in the community where the crime occurred."],["9-12","You were caught and convicted. You spent time in jail, chained to an oar, or performing hard labor. You served a sentence of {@dice 1d4} years or succeeded in escaping after that much time."]],"name":"Secondary Tables; Punishment","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Supernatural Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","You were ensorcelled by a fey and enslaved for {@dice 1d6} years before you escaped."],["6-10","You saw a demon and ran away before it could do anything to you."],["11-15","A devil tempted you. Make a DC 10 Wisdom saving throw. On a failed save, your alignment shifts one step toward evil (if it's not evil already), and you start the game with an additional {@dice 1d20+50} gp."],["16-20","You woke up one morning miles from your home, with no idea how you got there."],["21-30","You visited a holy site and felt the presence of the divine there."],["31-40","You witnessed a falling red star, a face appearing in the frost, or some other bizarre happening. You are certain that it was an omen of some sort."],["41-50","You escaped certain death and believe it was the intervention of a god that saved you."],["51-60","You witnessed a minor miracle."],["61-70","You explored an empty house and found it to be haunted."],["71-75","You were briefly possessed. Roll a {@dice d6} to determine what kind of creature possessed you: 1, celestial; 2, devil; 3, demon; 4, fey; 5, elemental; 6, undead."],["76-80","You saw a ghost."],["81-85","You saw a ghoul feeding on a corpse."],["86-90","A Celestial or Fiend visited you in your dreams to give a warning of dangers to come."],["91-95","You briefly visited the Feywild or Shadowfell."],["96-100","You saw a portal that you believe leads to another plane of existence."]],"name":"Secondary Tables; Supernatural Events","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Tragedies","colLabels":["d12","Tragedy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","A family member or a close friend died. Roll on the Cause of Death supplemental table to find out how."],["3","A friendship ended bitterly, and the other person is now hostile to you. The cause might have been a misunderstanding or something you or the former friend did."],["4","You lost all your possessions in a disaster, and you had to rebuild your life."],["5","You were imprisoned for a crime you didn't commit and spent {@dice 1d6} years at hard labor, in jail, or shackled to an oar in a slave galley."],["6","War ravaged your home community, reducing everything to rubble and ruin. In the aftermath, you either helped your town rebuild or moved somewhere else."],["7","A lover disappeared without a trace. You have been looking for that person ever since."],["8","A terrible blight in your home community caused crops to fail, and many starved. You lost a sibling or some other family member."],["9","You did something that brought terrible shame to you in the eyes of your family. You might have been involved in a scandal, dabbled in dark magic, or offended someone important. The attitude of your family members toward you becomes indifferent at best, though they might eventually forgive you."],["10","For a reason you were never told, you were exiled from your community. You then either wandered in the wilderness for a time or promptly found a new place to live."],["11","A romantic relationship ended. Roll a {@dice d6}. An odd number means it ended with bad feelings, while an even number means it ended amicably."],["12","A current or prospective romantic partner of yours died. Roll on the Cause of Death supplemental table to find out how. If the result is murder, roll a {@dice d12}. On a 1, you were responsible, whether directly or indirectly."]],"name":"Secondary Tables; Tragedies","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"War","colLabels":["d12","War Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were knocked out and left for dead. You woke up hours later with no recollection of the battle."],["2-3","You were badly injured in the fight, and you still bear the awful scars of those wounds."],["4","You ran away from the battle to save your life, but you still feel shame for your cowardice."],["5-7","You suffered only minor injuries, and the wounds all healed without leaving scars."],["8-9","You survived the battle, but you suffer from terrible nightmares in which you relive the experience."],["10-11","You escaped the battle unscathed, though many of your friends were injured or lost."],["12","You acquitted yourself well in battle and are remembered as a hero. You might have received a medal for your bravery."]],"name":"Secondary Tables; War","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Weird Stuff","colLabels":["d12","What Happened"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were turned into a toad and remained in that form for {@dice 1d4} weeks."],["2","You were {@condition petrified} and remained a stone statue for a time until someone freed you."],["3","You were enslaved by a hag, a satyr, or some other being and lived in that creature's thrall for {@dice 1d6} years."],["4","A dragon held you as a prisoner for {@dice 1d4} months until adventurers killed it."],["5","You were taken captive by a race of evil humanoids such as drow, kuo-toa, or quaggoths. You lived as a slave in the Underdark until you escaped."],["6","You served a powerful adventurer as a hireling. You have only recently left that service. Use the supplemental tables and work with your DM to determine the basic details about your former employer."],["7","You went insane for {@dice 1d6} years and recently regained your sanity. A tic or some other bit of odd behavior might linger."],["8","A lover of yours was secretly a silver dragon."],["9","You were captured by a cult and nearly sacrificed on an altar to the foul being the cultists served. You escaped, but you fear they will find you."],["10","You met a demigod, an archdevil, an archfey, a demon lord, or a titan, and you lived to tell the tale."],["11","You were swallowed by a giant fish and spent a month in its gullet before you escaped."],["12","A powerful being granted you a wish, but you squandered it on something frivolous."]],"name":"Secondary Tables; Weird Stuff","page":70,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Alignment","colLabels":["3d6","Alignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Chaotic evil (50%) or chaotic neutral (50%)"],["4-5","Lawful evil"],["6-8","Neutral evil"],["9-12","Neutral"],["13-15","Neutral good"],["16-17","Lawful good (50%) or lawful neutral (50%)"],["18","Chaotic good (50%) or chaotic neutral (50%)"]],"name":"Supplemental Tables; Alignment","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cause of Death","colLabels":["d12","Cause of Death"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Unknown"],["2","Murdered"],["3","Killed in battle"],["4","Accident related to class or occupation"],["5","Accident unrelated to class or occupation"],["6-7","Natural causes, such as disease or old age"],["8","Apparent suicide"],["9","Torn apart by an animal or a natural disaster"],["10","Consumed by a monster"],["11","Executed for a crime or tortured to death"],["12","Bizarre event, such as being hit by a meteorite, struck down by an angry god, or killed by a hatching slaad egg"]],"name":"Supplemental Tables; Cause of Death","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Class","colLabels":["d100","Class"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-7","Barbarian"],["8-14","Bard"],["15-29","Cleric"],["30-36","Druid"],["37-52","Fighter"],["53-58","Monk"],["59-64","Paladin"],["65-70","Ranger"],["71-84","Rogue"],["85-89","Sorcerer"],["90-94","Warlock"],["95-100","Wizard"]],"name":"Supplemental Tables; Class","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Occupation","colLabels":["d100","Occupation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","Academic"],["6-10","Adventurer (roll on the Class table)"],["11","Aristocrat"],["12-26","Artisan or guild member"],["27-31","Criminal"],["32-36","Entertainer"],["37-38","Exile, hermit, or refugee"],["39-43","Explorer or wanderer"],["44-55","Farmer or herder"],["56-60","Hunter or trapper"],["61-75","Laborer"],["76-80","Merchant"],["81-85","Politician or bureaucrat"],["86-90","Priest"],["91-95","Sailor"],["96-100","Soldier"]],"name":"Supplemental Tables; Occupation","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Race","colLabels":["d100","Race"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-40","Human"],["41-50","Dwarf"],["51-60","Elf"],["61-70","Halfling"],["71-75","Dragonborn"],["76-80","Gnome"],["81-85","Half-elf"],["86-90","Half-orc"],["91-95","Tiefling"],["96-100","DM's choice"]],"name":"Supplemental Tables; Race","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Relationship","colLabels":["3d4","Attitude"],"colStyles":["col-2 text-center","col-10"],"rows":[["3-4","Hostile"],["5-10","Friendly"],["11-12","Indifferent"]],"name":"Supplemental Tables; Relationship","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Status","colLabels":["3d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["3","Dead (roll on the Cause of Death table)"],["4-5","Missing or unknown"],["6-8","Alive, but doing poorly due to injury, financial trouble, or relationship difficulties"],["9-12","Alive and well"],["13-15","Alive and quite successful"],["16-17","Alive and infamous"],["18","Alive and famous"]],"name":"Supplemental Tables; Status","page":72,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Racial Feats","colLabels":["Race","Feat"],"colStyles":["col-4","col-8"],"rows":[["Dragonborn","{@feat Dragon Fear|xge}"],["Dragonborn","{@feat Dragon Hide|xge}"],["Dwarf","{@feat Dwarven Fortitude|xge}"],["Dwarf","{@feat Squat Nimbleness|xge}"],["Elf","{@feat Elven Accuracy|xge}"],["Elf (drow)","{@feat Drow High Magic|xge}"],["Elf (high)","{@feat Fey Teleportation|xge}"],["Elf (wood)","{@feat Wood Elf Magic|xge}"],["Gnome","{@feat Fade Away|xge}"],["Gnome","{@feat Squat Nimbleness|xge}"],["Half-elf","{@feat Elven Accuracy|xge}"],["Half-elf","{@feat Prodigy|xge}"],["Half-orc","{@feat Orcish Fury|xge}"],["Half-orc","{@feat Prodigy|xge}"],["Halfling","{@feat Bountiful Luck|xge}"],["Halfling","{@feat Second Chance|xge}"],["Halfling","{@feat Squat Nimbleness|xge}"],["Human","{@feat Prodigy|xge}"],["Tiefling","{@feat Flames of Phlegethos|xge}"],["Tiefling","{@feat Infernal Constitution|xge}"]],"name":"Racial Feats","page":73,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Solo Monster Challenge Rating","colLabels":["Character Level","Party of 6 Characters","Party of 5 Characters","Party of 4 Characters"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st","2","2","1"],["2nd","4","3","2"],["3rd","5","4","3"],["4th","6","5","4"],["5th","9","8","7"],["6th","10","9","8"],["7th","11","10","9"],["8th","12","11","10"],["9th","13","12","11"],["10th","14","13","12"],["11th","15","14","13"],["12th","17","16","15"],["13th","18","17","16"],["14th","19","18","17"],["15th","20","19","18"],["16th","21","20","19"],["17th","22","21","20"],["18th","22","21","20"],["19th","23","22","21"],["20th","24","23","22"]],"name":"Determine Numbers and Challenge Ratings; Solo Monster Challenge Rating","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 1st-5th Level","colLabels":["Character Level","CR 1/8","CR 1/4","CR 1/2","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6"],"colStyles":["col-3 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center","col-1 text-center"],"rows":[["1st","1/2","1/1","3/1","5/1","—","—","—","—","—"],["2nd","1/3","1/2","1/1","3/1","6/1","—","—","—","—"],["3rd","1/5","1/2","1/1","2/1","4/1","6/1","—","—","—"],["4th","1/8","1/4","1/2","1/1","2/1","4/1","6/1","—","—"],["5th","1/12","1/8","1/4","1/2","1/1","2/1","3/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 1st-5th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 6th-10th Level","colLabels":["Character Level","CR 1/8","CR 1/4","CR 1/2","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10"],"colStyles":["col-2-2 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center","col-0-8 text-center"],"rows":[["6th","1/12","1/9","1/5","1/2","1/1","2/1","2/1","4/1","5/1","6/1","—","—","—"],["7th","1/12","1/12","1/6","1/3","1/1","1/1","2/1","3/1","4/1","5/1","—","—","—"],["8th","1/12","1/12","1/7","1/4","1/2","1/1","2/1","3/1","3/1","4/1","6/1","—","—"],["9th","1/12","1/12","1/8","1/4","1/2","1/1","1/1","2/1","3/1","4/1","5/1","6/1","—"],["10th","1/12","1/12","1/10","1/5","1/2","1/1","1/1","2/1","2/1","3/1","4/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 6th-10th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 11th-15th Level","colLabels":["Character Level","CR 1","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10","CR 11","CR 12","CR 13","CR 14","CR 15"],"colStyles":["col-1-5 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center","col-0-7 text-center"],"rows":[["11th","1/6","1/3","1/2","1/1","2/1","2/1","2/1","3/1","4/1","5/1","6/1","—","—","—","—"],["12th","1/8","1/3","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","6/1","—","—","—"],["13th","1/9","1/4","1/2","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","6/1","—","—"],["14th","1/10","1/4","1/3","1/2","1/1","1/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","—"],["15th","1/12","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","3/1","3/1","4/1","5/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 11th-15th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Multiple Monsters: 16th-20th Level","colLabels":["Character Level","CR 2","CR 3","CR 4","CR 5","CR 6","CR 7","CR 8","CR 9","CR 10","CR 11","CR 12","CR 13","CR 14","CR 15","CR 16","CR 17","CR 18","CR 19","CR 20"],"colStyles":["col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center","col-0-6 text-center"],"rows":[["16th","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","4/1","4/1","5/1","5/1","6/1","—","—","—","—"],["17th","1/7","1/4","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","—","—","—"],["18th","1/7","1/5","1/3","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","6/1","—","—"],["19th","1/8","1/5","1/3","1/2","1/2","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","6/1","6/1","—"],["20th","1/9","1/6","1/4","1/2","1/2","1/1","1/1","1/1","1/1","2/1","2/1","2/1","3/1","3/1","4/1","4/1","5/1","5/1","6/1"]],"name":"Determine Numbers and Challenge Ratings; Multiple Monsters: 16th-20th Level","page":88,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monster Personality","colLabels":["d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cowardly; looking to surrender"],["2","Greedy; wants treasure"],["3","Braggart; makes a show of bravery but runs from danger"],["4","Fanatic; ready to die fighting"],["5","Rabble; poorly trained and easily rattled"],["6","Brave; stands its ground"],["7","Joker; taunts its enemies"],["8","Bully; refuses to believe it can lose"]],"name":"Monster Personality","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monster Relationships","colLabels":["d6","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Has a rival; wants one random ally to suffer"],["2","Is abused by others; hangs back, betrays at first opportunity"],["3","Is worshiped; allies will die for it"],["4","Is outcast by group; its allies ignore it"],["5","Is outcast by choice; cares only for itself"],["6","Is seen as a bully; its allies want to see it defeated"]],"name":"Monster Relationships","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Quick Matchups","colLabels":["Character Level","1 Monster","2 Monsters","4 Monsters"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1st","1/4","1/8","—"],["2nd","1/2","1/4","—"],["3rd","1/2","1/4","1/8"],["4th","1","1/2","1/4"],["5th","2","1","1/2"],["6th","2","1","1/2"],["7th","3","1","1/2"],["8th","3","2","1"],["9th","4","2","1"],["10th","4","2","1"],["11th","4","3","2"],["12th","5","3","2"],["13th","6","4","2"],["14th","6","4","2"],["15th","7","4","3"],["16th","7","4","3"],["17th","8","5","3"],["18th","8","5","3"],["19th","9","6","4"],["20th","10","6","4"]],"name":"Quick Matchups","page":91,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Trap Save DCs and Attack Bonuses","colLabels":["Trap Danger","Save/Check DC","Attack Bonus"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Moderate","10","+5"],["Dangerous","15","+8"],["Deadly","20","+12"]],"name":"Level and Lethality; Trap Save DCs and Attack Bonuses","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Damage Severity by Level","colLabels":["Character Level","Moderate","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1-4","5 ({@dice 1d10})"," 11 ({@dice 2d10})"," 22 ({@dice 4d10})"],["5-10","11 ({@dice 2d10})"," 22 ({@dice 4d10})"," 55 ({@dice 10d10})"],["11-16","22 ({@dice 4d10})"," 55 ({@dice 10d10})"," 99 ({@dice 18d10})"],["17-20","55 ({@dice 10d10})"," 99 ({@dice 18d10})"," 132 ({@dice 24d10})"]],"name":"Level and Lethality; Damage Severity by Level","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spell Equivalent by Level","colLabels":["Character Level"," Moderate"," Dangerous"," Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1-4","Cantrip","1st","2nd"],["5-10","1st","3rd","6th"],["11-16","3rd","6th","9th"],["17-20","6th","9th","9th + 5th"]],"name":"Level and Lethality; Spell Equivalent by Level","page":116,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Complex Trap Experience Awards","colLabels":["Trap Level","Experience Points"],"colStyles":["col-6","col-6"],"rows":[["1-4","650"],["5-10","3,850"],["11-16","11,100"],["17-20","21,500"]],"name":"Experience for Complex Traps; Complex Trap Experience Awards","page":118,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Rival","colLabels":["d20","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tax collector who is convinced the characters are dodging fees"],["2","Politician who is concerned that the characters are causing more trouble than they solve"],["3","High priest who worries the characters are diminishing the temple's prestige"],["4","Wizard who blames the characters for some recent troubles"],["5","Rival adventuring party"],["6","Bard who loves a scandal enough to spark one"],["7","Childhood rival or member of a rival clan"],["8","Scorned sibling or parent"],["9","Merchant who blames the characters for any business woes"],["10","Newcomer out to make a mark on the world"],["11","Sibling or ally of defeated enemy"],["12","Official seeking to restore a tarnished reputation"],["13","Deadly foe disguised as a social rival"],["14","Fiend seeking to tempt the characters to evil"],["15","Spurned romantic interest"],["16","Political opportunist seeking a scapegoat"],["17","Traitorous noble looking to foment a revolution"],["18","Would-be tyrant who brooks no opposition"],["19","Exiled noble looking for revenge"],["20","Corrupt official worried that recent misdeeds will be revealed"]],"name":"Creating a Rival; Rival","page":124,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Buying Magic Items","colLabels":["Check Total","Items Acquired"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["6—10","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["11—15","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["16—20","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["21—25","Roll {@dice 1d4} times on {@table Magic Item Table E}."],["26—30","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["31—35","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["36—40","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["41+","Roll {@dice 1d4} times on {@table Magic Item Table I}."]],"name":"Buying a Magic Item; Buying Magic Items","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Price","colLabels":["Rarity","Asking Price*"],"colStyles":["col-5","col-7 text-right"],"rows":[["Common","{@dice (1d6 + 1) × 10} gp"],["Uncommon","{@dice 1d6 × 100} gp"],["Rare","{@dice 2d10 × 1,000} gp"],["Very rare","{@dice (1d4 + 1) × 10,000} gp"],["Legendary","{@dice 2d6 × 25,000} gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Buying a Magic Item; Magic Item Price","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Purchase Complications","colLabels":["d12","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The item is a fake, planted by an enemy.*"],["2","The item is stolen by the party's enemies.*"],["3","The item is cursed by a god."],["4","The item's original owner will kill to reclaim it; the party's enemies spread news of its sale.*"],["5","The item is at the center of a dark prophecy."],["6","The seller is murdered before the sale.*"],["7","The seller is a devil looking to make a bargain."],["8","The item is the key to freeing an evil entity."],["9","A third party bids on the item, doubling its price.*"],["10","The item is an enslaved, intelligent entity."],["11","The item is tied to a cult."],["12","The party's enemies spread rumors that the item is an artifact of evil.*"]],"footnotes":["*Might involve a rival"],"name":"Magic Item Purchase Complications","page":126,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Carousing","colLabels":["Check Total","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","Character has made a hostile contact."],["6—10","Character has made no new contacts."],["11—15","Character has made an allied contact."],["16—20","Character has made two allied contacts."],["21+","Character has made three allied contacts."]],"name":"Carousing","page":127,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Lower-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pickpocket lifts {@dice 1d10 × 5} gp from you.*"],["2","A bar brawl leaves you with a scar.*"],["3","You have fuzzy memories of doing something very, very illegal, but can't remember exactly what."],["4","You are banned from a tavern after some obnoxious behavior.*"],["5","After a few drinks, you swore in the town square to pursue a dangerous quest."],["6","Surprise! You're married."],["7","Streaking naked through the streets seemed like a great idea at the time."],["8","Everyone is calling you by some weird, embarrassing nickname, like Puddle Drinker or Bench Slayer, and no one will say why.*"]],"footnotes":["*Might involve a rival"],"name":"Lower-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Middle-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You accidentally insulted a guild master, and only a public apology will let you do business with the guild again.*"],["2","You swore to complete some quest on behalf of a temple or a guild."],["3","A social gaffe has made you the talk of the town.*"],["4","A particularly obnoxious person has taken an intense romantic interest in you.*"],["5","You have made a foe out of a local spellcaster.*"],["6","You have been recruited to help run a local festival, play, or similar event."],["7","You made a drunken toast that scandalized the locals."],["8","You spent an additional 100 gp trying to impress people."]],"footnotes":["*Might involve a rival"],"name":"Middle-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Upper-Class Carousing Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pushy noble family wants to marry off one of their scions to you.*"],["2","You tripped and fell during a dance, and people can't stop talking about it."],["3","You have agreed to take on a noble's debts."],["4","You have been challenged to a joust by a knight.*"],["5","You have made a foe out of a local noble.*"],["6","A boring noble insists you visit each day and listen to long, tedious theories of magic."],["7","You have become the target of a variety of embarrassing rumors.*"],["8","You spent an additional 500 gp trying to impress people."]],"footnotes":["*Might involve a rival"],"name":"Upper-Class Carousing Complications","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["Proficiency","Items"],"colStyles":["col-6","col-6"],"rows":[["{@item Herbalism kit|phb}","Antitoxin, potion of healing"],["{@item Leatherworker's tools|phb}","Leather armor, boots"],["{@item Smith's tools|phb}","Armor, weapons"],["{@item Weaver's tools|phb}","Cloaks, robes"]],"name":"Crafting an Item; Resources and Resolution","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Ingredients","colLabels":["Item Rarity","CR Range"],"colStyles":["col-6","col-6 text-center"],"rows":[["Common","1—3"],["Uncommon","4—8"],["Rare","9—12"],["Very rare","13—18"],["Legendary","19+"]],"name":"Crafting Magic Items; Magic Item Ingredients","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Crafting Time and Cost","colLabels":["Item Rarity","Workweeks*","Cost*"],"colStyles":["col-4","col-4 text-center","col-4 text-right"],"rows":[["Common","1","50 gp"],["Uncommon","2","200 gp"],["Rare","10","2,000 gp"],["Very rare","25","20,000 gp"],["Legendary","50","100,000 gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Crafting Magic Items; Magic Item Crafting Time and Cost","page":128,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Crafting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rumors swirl that what you're working on is unstable and a threat to the community.*"],["2","Your tools are stolen, forcing you to buy new ones.*"],["3","A local wizard shows keen interest in your work and insists on observing you."],["4","A powerful noble offers a hefty price for your work and is not interested in hearing no for an answer.*"],["5","A dwarf clan accuses you of stealing its secret lore to fuel your work.*"],["6","A competitor spreads rumors that your work is shoddy and prone to failure.*"]],"footnotes":["*Might involve a rival"],"name":"Crafting Complications","page":129,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Potion of Healing Creation","colLabels":["Type","Time","Cost"],"colStyles":["col-4","col-4","col-4 text-right"],"rows":[["Healing","1 day","25 gp"],["Greater healing","1 workweek","100 gp"],["Superior healing","3 workweeks","1,000 gp"],["Supreme healing","4 workweeks","10,000 gp"]],"name":"Brewing Potions of Healing; Potion of Healing Creation","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Loot Value","colLabels":["DC","Value"],"colStyles":["col-2 text-center","col-10"],"rows":[["10","50 gp, robbery of a struggling merchant"],["15","100 gp, robbery of a prosperous merchant"],["20","200 gp, robbery of a noble"],["25","1,000 gp, robbery of one of the richest figures in town"]],"name":"Crime; Loot Value","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Crime Complications","colLabels":["d8","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bounty equal to your earnings is offered for information about your crime.*"],["2","An unknown person contacts you, threatening to reveal your crime if you don't render a service.*"],["3","Your victim is financially ruined by your crime."],["4","Someone who knows of your crime has been arrested on an unrelated matter.*"],["5","Your loot is a single, easily identified item that you can't fence in this region."],["6","You robbed someone who was under a local crime lord's protection, and who now wants revenge."],["7","Your victim calls in a favor from a guard, doubling the efforts to solve the case."],["8","Your victim asks one of your adventuring companions to solve the crime."]],"footnotes":["*Might involve a rival"],"name":"Crime Complications","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gambling Results","colLabels":["Result","Value"],"colStyles":["col-5","col-7"],"rows":[["0 successes","Lose all the money you bet, and accrue a debt equal to that amount."],["1 success","Lose half the money you bet."],["2 successes","Gain the amount you bet plus half again more."],["3 successes","Gain double the amount you bet."]],"name":"Gambling Results","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gambling Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are accused of cheating. You decide whether you actually did cheat or were framed.*"],["2","The town guards raid the gambling hall and throw you in jail.*"],["3","A noble in town loses badly to you and loudly vows to get revenge.*"],["4","You won a sum from a low-ranking member of a thieves' guild, and the guild wants its money back."],["5","A local crime boss insists you start frequenting the boss's gambling parlor and no others."],["6","A high-stakes gambler comes to town and insists that you take part in a game."]],"footnotes":["*Might involve a rival"],"name":"Gambling Complications","page":130,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Pit Fighting Results","colLabels":["Result","Value"],"colStyles":["col-5","col-7"],"rows":[["0 successes","Lose your bouts, earning nothing."],["1 success","Win 50 gp."],["2 successes","Win 100 gp."],["3 successes","Win 200 gp."]],"name":"Pit Fighting Results","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Pit Fighting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An opponent swears to take revenge on you.*"],["2","A crime boss approaches you and offers to pay you to intentionally lose a few matches.*"],["3","You defeat a popular local champion, drawing the crowd's ire."],["4","You defeat a noble's servant, drawing the wrath of the noble's house.*"],["5","You are accused of cheating. Whether the allegation is true or not, your reputation is tarnished.*"],["6","You accidentally deliver a near-fatal wound to a foe."]],"footnotes":["*Might involve a rival"],"name":"Pit Fighting Complications","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Service","colLabels":["Check Total","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—10","No effect. Your efforts fail to make a lasting impression."],["11—20","You earn one favor."],["21+","You earn two favors."]],"name":"Religious Service","page":131,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Service Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You have offended a priest through your words or actions.*"],["2","Blasphemy is still blasphemy, even if you did it by accident."],["3","A secret sect in the temple offers you membership."],["4","Another temple tries to recruit you as a spy.*"],["5","The temple elders implore you to take up a holy quest."],["6","You accidentally discover that an important person in the temple is a fiend worshiper."]],"footnotes":["*Might involve a rival"],"name":"Religious Service Complications","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Research Outcomes","colLabels":["Check Total","Outcome"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—5","No effect."],["6—10","You learn one piece of lore."],["11—20","You learn two pieces of lore."],["21+","You learn three pieces of lore."]],"name":"Research Outcomes","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Research Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You accidentally damage a rare book."],["2","You offend a sage, who demands an extravagant gift.*"],["3","If you had known that book was cursed, you never would have opened it."],["4","A sage becomes obsessed with convincing you of a number of strange theories about reality.*"],["5","Your actions cause you to be banned from a library until you make reparations.*"],["6","You uncovered useful lore, but only by promising to complete a dangerous task in return."]],"footnotes":["*Might involve a rival"],"name":"Research Complications","page":132,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spell Scroll Costs","colLabels":["Spell Level","Time","Cost"],"colStyles":["col-4 text-center","col-4","col-4 text-right"],"rows":[["Cantrip","1 day","15 gp"],["1st","1 day","25 gp"],["2nd","3 days","250 gp"],["3rd","1 workweek","500 gp"],["4th","2 workweeks","2,500 gp"],["5th","4 workweeks","5,000 gp"],["6th","8 workweeks","15,000 gp"],["7th","16 workweeks","25,000 gp"],["8th","32 workweeks","50,000 gp"],["9th","48 workweeks","250,000 gp"]],"name":"Resources; Spell Scroll Costs","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Scribe a Scroll Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You bought up the last of the rare ink used to craft scrolls, angering a wizard in town."],["2","The priest of a temple of good accuses you of trafficking in dark magic.*"],["3","A wizard eager to collect one of your spells in a book presses you to sell the scroll."],["4","Due to a strange error in creating the scroll, it is instead a random spell of the same level."],["5","The rare parchment you bought for your scroll has a barely visible map on it."],["6","A thief attempts to break into your workroom.*"]],"footnotes":["*Might involve a rival"],"name":"Scribe a Scroll Complications","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Base Prices","colLabels":["Rarity","Base Price*"],"colStyles":["col-2 text-center","col-10"],"rows":[["Common","100 gp"],["Uncommon","400 gp"],["Rare","4,000 gp"],["Very rare","40,000 gp"],["Legendary","200,000 gp"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Resolution; Magic Item Base Prices","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Offer","colLabels":["Check Total","Offer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1—10","50% of base price"],["11—20","100% of base price"],["21+","150% of base price"]],"name":"Resolution; Magic Item Offer","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Item Sale Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your enemy secretly arranges to buy the item to use it against you.*"],["2","A thieves' guild, alerted to the sale, attempts to steal your item.*"],["3","A foe circulates rumors that your item is a fake.*"],["4","A sorcerer claims your item as a birthright and demands you hand it over."],["5","Your item's previous owner, or surviving allies of the owner, vow to retake the item by force."],["6","The buyer is murdered before the sale is finalized.*"]],"footnotes":["*Might involve a rival"],"name":"Magic Item Sale Complications","page":133,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Training Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your instructor disappears, forcing you to spend one workweek finding a new one.*"],["2","Your teacher instructs you in rare, archaic methods, which draw comments from others."],["3","Your teacher is a spy sent to learn your plans.*"],["4","Your teacher is a wanted criminal."],["5","Your teacher is a cruel taskmaster."],["6","Your teacher asks for help dealing with a threat."]],"footnotes":["*Might involve a rival"],"name":"Training Complications","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wages","colLabels":["Check Total","Earnings"],"colStyles":["col-2 text-center","col-10"],"rows":[["9 or lower","Poor lifestyle for the week"],["10—14","Modest lifestyle for the week"],["15—20","Comfortable lifestyle for the week"],["21+","Comfortable lifestyle for the week + 25 gp"]],"name":"Resolution; Wages","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Work Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A difficult customer or a fight with a coworker reduces the wages you earn by one category.*"],["2","Your employer's financial difficulties result in your not being paid.*"],["3","A coworker with ties to an important family in town takes a dislike to you.*"],["4","Your employer is involved with a dark cult or a criminal enterprise."],["5","A crime ring targets your business for extortion.*"],["6","You gain a reputation for laziness (unjustified or not, as you choose), giving you disadvantage on checks made for this downtime activity for the next six workweeks you devote to it.*"]],"footnotes":["*Might involve a rival"],"name":"Work Complications","page":134,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Tier","colLabels":["Character Level","Minor Items","Major Items","All Items"],"colStyles":["col-6","col-2","col-1","col-3"],"rows":[["1-4","9","2","11"],["5-10","28","6","34"],["11-16","24","6","30"],["17-20","19","6","25"],["Total","80","20","100"]],"name":"Distribution by Rarity; Magic Items Awarded by Tier","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Rarity - Minor","colLabels":["Level/CR","Common","Uncommon","Rare","Very Rare","Legendary"],"colStyles":["col-4","col-2","col-2","col-1","col-2","col-2"],"rows":[["1-4","6","2","1","0","0"],["5-10","10","12","5","1","0"],["11-16","3","6","9","5","1"],["17+","0","0","4","9","6"],["Total","19","20","19","15","7"]],"name":"Magic Items Awarded by Rarity - Minor","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items Awarded by Rarity - Major","colLabels":["Level/CR","Uncommon","Rare","Very Rare","Legendary"],"colStyles":["col-6","col-2","col-2","col-2","col-2"],"rows":[["1-4","2","0","0","0"],["5-10","5","1","0","0"],["11-16","1","2","2","1"],["17+","0","1","2","3"],["Total","8","4","4","4"]],"name":"Magic Items Awarded by Rarity - Major","page":135,"source":"XGE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["1d10","Reason for Cooperating"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters begin the campaign captured, whether as prisoners of the Legion of Dusk, captives in a pirate ship's brig, or trapped in jungle snares."],["2","The characters are fighting each other when a dinosaur attacks."],["3","The characters are trapped together by a cave-in, a sinkhole opening, or some similar disaster."],["4","Each character has one piece of a treasure map, or one key of several required to open a treasure vault."],["5","A strange dream leads each of the characters to the same destination."],["6","The characters are all hopelessly lost in the jungle."],["7","Leaders of the characters' factions have ordered them to cooperate on a secret mission."],["8","A pirate captain or other villain is a common enemy to all the characters."],["9","A magical or natural phenomenon threatens all folk of Ixalan."],["10","The characters are all trying to avert the catastrophe of a fullscale war among their peoples."]],"name":"Four Peoples, One Party","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Nation.} The invaders must be driven out and the ancient capital of Orazca reclaimed."],["2","{@b Glory.} I wish to earn great glory in battle—ideally, by making my foes surrender."],["3","{@b Poetry.} Beauty is to be found in all things, from creation to destruction, and it should all be recorded in words."],["4","{@b Zeal.} I am devoted to the Threefold Sun and the commands of the priests."],["5","{@b History.} I seek to understand the empire's history so I can better chart a course for its future."],["6","{@b Peace.} I would like to believe that peace can be forged among the peoples of this land."]],"name":"Sun Empire; Suggested Ideals","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I left behind a family (living or dead) when I set out on my journey of exploration."],["2","I have ties to the imperial line."],["3","I come from a noble family, and have kin who live as hostages in the imperial capital."],["4","I have fallen in love with a member of a pirate crew."],["5","I discovered an ancient ruin in the jungle, but I keep it a secret."],["6","I will one day find the Immortal Sun and restore the empire's ancient glory"]],"name":"Sun Empire; Suggested Bonds","page":5,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["{@dice 1d6}","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Harmony.}. The peoples of this world should strive for the same harmony that exists between air and water."],["2","{@b Nature.} In the midst of war, it is often the forest that suffers most—unless we protect it."],["3","{@b Knowledge.} True understanding of one's self and the world is the highest good."],["4","{@b Reverence.} The wisdom of the shamans and elders is our best guide in the world."],["5","{@b Cleverness.} The best way to defeat your opponents is to outsmart them."],["6","{@b Defense.} The golden city must remain hidden, and its power kept from those who would abuse it."]],"name":"River Heralds; Suggested Ideals","page":7,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["{@dice 1d6}","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I have carried on secret trade with a Sun Empire merchant for years now."],["2","I am related to the shaman of my band."],["3","I am fascinated by the culture and beliefs of the strangers in our land."],["4","A small tributary to the Great River is in my care, and I will do anything to defend it."],["5","I aspire to become the leader of my band—either as a shaman, or by supplanting the shaman as a war leader."],["6","I will one day find the Immortal Sun and use its power to drive the invaders from our land."]],"name":"River Heralds; Suggested Bonds","page":7,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Conquest.} The destiny of my people is to rule the world."],["2","{@b Order.} The purpose of our conquest is to establish law and order in the lands we rule."],["3","{@b Devotion.} Following the tenets of the church is the only way to earn eternal life in the coming age of ever-flowing blood."],["4","{@b Slaughter.} I love the feeling of warm blood running down my chin."],["5","{@b Glory.} Those who prove their worth in battle will win eternal life."],["6","Strength. In life as in war, the stronger force wins."]],"name":"Paladin; Suggested Ideals","page":8,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","My family has been feuding with another noble family for seven hundred years."],["2","I became friends with a merfolk shaman I captured."],["3","I am a knight of the Bloodstained order, and have forsaken all other bonds since the day I slaughtered my own family."],["4","I carry a relic of one of the vampire saints known as the Venerables, counting it as my dearest possession."],["5","I would do anything for the soldiers in my company."],["6","I will one day find the Immortal Sun and use its power to supplant the queen."]],"name":"Paladin; Suggested Bonds","page":8,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Wealth.} Money can buy anything."],["2","{@b Freedom.} The sea is the freedom to go anywhere and do anything."],["3","{@b Knowledge.} I'm as greedy for secrets and lore as others are for treasure."],["4","{@b Pillage.} It's not the having, it's the taking that shows who's strongest."],["5","{@b Crew.} I'm committed to my crewmates, not to ideals."],["6","{@b Coalition.} I believe we're not just stronger but also better when we join forces in unity."]],"name":"Wizard; Suggested Ideals","page":9,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","My captain is dearer to me than any other person or possession."],["2","My greatest dream is to return across the sea to the land my ancestors left."],["3","I abandoned a child to be fostered in a city somewhere."],["4","I was shipwrecked on an island with a vampire, and we became good friends."],["5","I buried a great treasure somewhere. . . and lost the map."],["6","I have one piece of a treasure map, and no idea where the other pieces are."]],"name":"Wizard; Suggested Bonds","page":9,"source":"PSX","chapter":{"name":"The World of Ixalan","index":1}},{"caption":"White Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I can find common ground with even the fiercest enemies, empathizing with them and always working toward peace."],["2","I would rather make a new friend than a new enemy."],["3","If someone is in trouble, I'm always ready to lend aid."],["4","I get overly upset when people break even minor rules."],["5","I am honest to the point of being blunt or rude."],["6","I go into every situation with at least one backup plan, but I can get lost when my plans go awry."],["7","I have no patience for selfish or greedy people."],["8","I like my environment to be well ordered and clean."]],"name":"White Personality Traits","page":43,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"White Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Harmony.} I long for a world in which everyone gets along."],["2","{@b Community.} It is the duty of all civilized people to strengthen the bonds of community and the security of civilization."],["3","{@b Peace.} It is each person's responsibility to make the most happiness for the whole community."],["4","{@b Solidarity.} Working together, we are stronger than any of us alone."],["5","{@b Law and Order.} We all must obey those in authority and follow laws, or society will devolve into chaos."],["6","{@b Honor.} If I dishonor myself, I undermine the foundation of my community."]],"name":"White Ideals","page":43,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Blue Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I employ a polysyllabic vocabulary that conveys the impression of tremendous erudition."],["2","I'm used to helping out those who aren't as smart as I am, and I patiently explain anything and everything to others."],["3","I often get lost in my own thoughts and contemplation, becoming oblivious to my surroundings."],["4","I believe that anything worth doing is worth doing right. I can't help it—I'm a perfectionist."],["5","I want to know how things work and what makes people act as they do."],["6","There's nothing I like more than a good mystery."],["7","Messing up just means an opportunity to learn from my mistakes."],["8","There's no need to rush into action; I prefer to plan before I act."]],"name":"Blue Personality Traits","page":44,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Blue Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Perfection.} The goal of a life of study is to constantly improve oneself."],["2","{@b Education.} Information can change the world only when it is widely shared."],["3","{@b Knowledge.} The path to power and self-improvement comes through mastery of what can be known."],["4","{@b Change.} The world is in constant flux, and we must be ready to change with it."],["5","{@b Logic.} Emotions must not cloud our clear thinking."],["6","{@b Self-Knowledge.} If you know yourself, there's nothing left to know."]],"name":"Blue Ideals","page":44,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Black Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The best way to get me to do something is to tell me I can't do it."],["2","If you do me an injury, I will crush you, ruin your name, and salt your family's lands for all time."],["3","The first thing I do in a new place is note the locations of everything valuable—or where such things might be hidden."],["4","I get bitter if I'm not the center of attention."],["5","I can't stand the dangerous idiots who deny their own needs in order to help others. It's often difficult to motivate them to do what I want."],["6","If others won't do things when you ask nicely, stop asking nicely."],["7","Inspiring fear can be the most effective way to motivate people."],["8","I don't care about morality or taboos—only results. I'll do whatever it takes to get the results I want."]],"name":"Black Personality Traits","page":45,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Black Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Power.} Power is the only way to guarantee your ability to control your life—and thus your happiness."],["2","{@b Self-Interest.} If I don't look out for myself, no one else is going to."],["3","Strength. Helping the weak is merely delaying their inevitable failure."],["4","{@b Freedom.} If I need something, I'm a fool if I let laws or morality stand in my way."],["5","{@b Greed.} The clearest way to get ahead in this world is with money."],["6","{@b Independence.} No one tells me what to do."]],"name":"Black Ideals","page":45,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Red Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I always speak and act before I think."],["2","My changing emotions dominate my personality, leaving no one in any doubt about what I'm feeling."],["3","I fall in and out of love faster than the weather changes."],["4","I'm always angry."],["5","I either love something or I hate it; there is no in-between."],["6","I'm always working on some piece of art to express my feelings."],["7","I revel in the storms and the destruction that give expression to the turmoil inside me."],["8","I have no patience for people who think they can boss others around."]],"name":"Red Personality Traits","page":46,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Red Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Freedom.} Everyone should be free to pursue their own dreams."],["2","{@b Emotion.} My heart tells me what it needs. All I have to do is listen and act accordingly."],["3","{@b Adventure.} Life is an adventure, and it's up to each individual to experience it."],["4","{@b Relationships.} Part of life is embracing the passion, loyalty, and camaraderie that ties us to others."],["5","{@b Creativity.} The world is in need of new ideas and bold action."],["6","{@b Sincerity.} No one should pretend to be something they're not."]],"name":"Red Ideals","page":46,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Green Personality Traits","colLabels":["d8","Personality Trait"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I'm sharply attuned to the cycles of nature, and can almost feel the pull of the full moon."],["2","My instincts never lead me astray."],["3","I get along better with animals than I do with most people."],["4","There is more wisdom in a forest pool than in any library."],["5","Beasts of the wild have no need for manners, and neither do I."],["6","Nothing raises my ire like seeing people treat life as disposable."],["7","I can identify hundreds of bird species by their songs."],["8","I see omens in every ripple, gust of wind, and flight of birds."]],"name":"Green Personality Traits","page":47,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Green Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Acceptance.} Things are as they are for a reason, and it's foolish to try to change them."],["2","{@b Nature.} The natural world is more important than the constructs of civilization."],["3","{@b Potential.} The secret to happiness is to find one's place in the natural order and embrace it."],["4","{@b Interdependence.} My role is deeply connected to the web of life, and my actions have consequences for everyone around me."],["5","{@b Live and Let Live.} Ideals aren't worth killing or going to war for."],["6","{@b History.} Only through studying the past can we avoid repeating past mistakes."]],"name":"Green Ideals","page":47,"source":"PSX","chapter":{"name":"An Ixalan Bestiary","index":4}},{"caption":"Layers and Rulers of the Nine Hells","colLabels":["Layer","Layer Name","Ruler"],"colStyles":["col-1 text-center","col-5","col-6"],"rows":[["1","Avernus","{@creature Zariel|MTF}"],["2","Dis","Dispater"],["3","Minauros","Mammon"],["4","Phlegethos","Belial and Fierna"],["5","Stygia","Levistus"],["6","Malbolge","Glasya"],["7","Maladomini","Baalzebul"],["8","Cania","Mephistopheles"],["9","Nessus","Asmodeus"]],"name":"Lords of the Nine; Layers and Rulers of the Nine Hells","page":9,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Personality Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enjoy telling lies."],["2","Threats are my only language."],["3","I fawn over others to make my betrayal more unexpected."],["4","I crush those I can defeat, and lie in wait to weaken and overwhelm those I must respect."],["5","I will do anything to survive. Anything."],["6","Someday all will worship me. Until then, I track their insults with obsessive attention."]],"name":"Demon Customization Tables; Demon Personality Traits","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Self-Preservation. It's everything and everyone for themselves in this cruel world."],["2","Might. The world is divided into the strong who rule and the weak who obey or die."],["3","Cunning. Always have a backup plan ready, especially if it involves betraying someone."],["4","Strength. Strength is the one coin accepted in all realms and by all folk."],["5","Ambition. We reach the station in the cosmos that we deserve due to our drive and talents."],["6","Cruelty. Strength without regular demonstrations of its potential is an empty weapon."]],"name":"Demon Customization Tables; Demon Ideals","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-6","I am a perfect product of creation, destined to one day shape the cosmos to my whims. Everything I do verifies my destiny."]],"name":"Demon Customization Tables; Demon Bonds","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Demon Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I act based on instinct, rarely with a plan."],["2","I am cowed by threats, and even preposterous ones make me pause."],["3","Deep down, I know I am doomed to anonymity."],["4","My natural inclination is to grovel and beg for the favor of those stronger than me."],["5","I rage, but I use anger to distract from my fear of confrontation."],["6","I become entangled and betrayed by my own machinations."]],"name":"Demon Customization Tables; Demon Flaws","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Unusual Demon Features","colLabels":["d20","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Belches Flies. Once per day, the demon can use an action to belch enough flies to create an effect as though it cast fog cloud."],["2","Tiny Wings. The demon gains a flying speed of 10 feet. If it could already fly, its flying speed becomes 10 feet."],["3","Ever-Open Extra Eye. The demon gains advantage on Perception checks related to sight."],["4","Bleeds Wasps. The first time in each combat the demon is reduced to half its hit points or less, a {@creature swarm of wasps||swarm of insects (wasps)} forms around it. The swarm considers creatures other than the demon to be enemies."],["5","Extra Arm. The demon gains advantage on Sleight of Hand checks."],["6","Enormous Ears. The demon gains advantage on Perception checks to hear sounds."],["7","Silver Bones. The demon's natural weapons are considered silvered."],["8","Snake Hair. Creatures that grapple the demon or are grappled by it are poisoned until the grapple ends."],["9","Endlessly Mumbling Second Mouth. The demon suffers disadvantage on Stealth checks against creatures that can hear."],["10","Huge Feet. The demon suffers disadvantage on Stealth, Athletics, and Acrobatics checks when they involve moving its feet."],["11","Translucent Skin. The demon's skin is slimy and translucent. It has advantage on attempts to escape a grapple."],["12","Oily Boils. Each time the demon takes bludgeoning, piercing, or slashing damage, the area within 5 feet of it becomes {@quickref difficult terrain||3} until the end of the demon's next turn."],["13","Thick Lead Skull. The demon can't use telepathy or be contacted by telepathy. It can't be charmed, frightened, or stunned."],["14","Worm Tongue. The demon can't speak any language."],["15","Head Hands. The demon has heads where its hands should be and uses the heads' mouths to manipulate objects. If the demon had claw attacks, they become bite attacks that deal piercing damage."],["16","Blimp Body. The demon can float at will as if under the effect of the levitate spell (no concentration required). While it has half its hit points or less, it loses this ability."],["17","Immaterial. The demon has resistance to all damage except psychic damage, and all damage it deals is halved."],["18","Long Arms. The demon's reach is 5 feet longer than normal."],["19","Eyeless. The demon is blind. It has blindsight with a radius of 60 feet."],["20","Vestigial Demon. A miniature vestigial twin of the demon grows from its body. The demon can't be blinded, deafened, or stunned."]],"name":"Demon Customization Tables; Unusual Demon Features","page":33,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Political power, control over the local area"],["2","The death of a hated enemy or rival"],["3","Control of a guild or similar institution"],["4","Recovery of an artifact or magic item that could prove useful in the Blood War"],["5","Revenge for an insult, wrong, or past defeat"],["6","Personal power and comfort for its leaders"]],"name":"Fiendish Cults; Cult Goals","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Resources","colLabels":["d6","Resource"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The cult uses a respectable guild, business, or institution as a front."],["2","The cult thrives through the support of generations of a powerful noble family."],["3","The cult controls the local officers of the law."],["4","The cult has access to a cache of powerful magic."],["5","The cult can open a direct portal to the Outer Planes, allowing fiends to intercede on their behalf."],["6","The cult's leader is a renegade fiend seeking to evade its enemies."]],"name":"Fiendish Cults; Cult Resources","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Organization","colLabels":["d6","Organization"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Conspiracy. Members use passwords and double-blind communication."],["2","False Front. The cult puts on an elaborate deception to appear as a harmless civic group."],["3","Criminal Enterprise. The cult is organized through a thieves' guild."],["4","Network. The cult has a secret alliance of members who have infiltrated the lower ranks of every organization of note in the region."],["5","Cult of Personality. The cult leader is a beloved figure renowned for great, benevolent deeds."],["6","Entrenched. The cult is part of the local culture, a tradition that established decades ago and kept secret from outsiders."]],"name":"Fiendish Cults; Cult Organization","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Cult Hardship","colLabels":["d6","Hardship"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The cult is wracked with infighting."],["2","A rival cult strives to destroy this group and replace it."],["3","The cult struggles to rein in its dark, violent impulses in order to remain undetected."],["4","Murder and betrayal leads to a constant turnover in cult leadership."],["5","The cult leader is a figurehead. The real power is a crime lord behind the scenes."],["6","The cult is a disposable pawn manipulated by its master."]],"name":"Fiendish Cults; Cult Hardship","page":34,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Elf Deities (The Seldarine)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-4","col-2","col-3"],"rows":[["{@deity Aerdrie Faenya|elven|mtf}","CG","Air, rain, fertility, birth","Life, Tempest, Trickery","Bird silhouetted against a cloud"],["{@deity Angharradh|elven|mtf}","CG","Wisdom, growth, protection","Knowledge, Life, War","Three interlocking circles"],["{@deity Alathrien Druanna|elven|mtf}","N","Runes, writing, spellcasting","Arcana,** Knowledge","A quill or glyph"],["{@deity Alobal Lorfiril|elven|mtf}","CG","Revelry, mirth","Life, Trickery","Wine glass"],["{@deity Araleth Letheranil|elven|mtf}","CG","Light, stars, revelations","Knowledge, Light","Shaft of light"],["{@deity Corellon Larethian|elven|mtf}","CG","Primary god of elves","Arcana,** Life, Light, War","Quarter moon or starburst"],["{@deity Darahl Tilvenar|elven|mtf}","LN","Fire, earth, metalwork","Forge,* Light","Flame between hands"],["{@deity Deep Sashelas|elven|mtf}","CG","Creativity, knowledge, sea","Knowledge, Nature, Tempest","Dolphin"],["{@deity Elebrin Liothiel|elven|mtf}","CG","Abundance, gardens, the harvest","Life, Nature","Acorn"],["{@deity Erevan Ilesere|elven|mtf}","CN","Mischief, change","Trickery","Asymmetrical starburst"],["{@deity Fenmarel Mestarine|elven|mtf}","CN","Solitude, outcasts","Nature, Trickery","Two peering elven eyes"],["{@deity Gadhelyn|elven|mtf}","CN","Independence, outlawry","Nature, Trickery","Leaf-shaped arrowhead"],["{@deity Hanali Celanil|elven|mtf}","CG","Love, beauty, the arts","Life","Golden heart"],["{@deity Kirith Sotheril|elven|mtf}","NG","Divination, illusion","Knowledge, Trickery","Rainbow sphere"],["{@deity Labelas Enoreth|elven|mtf}","CG","Time, history, memory","Arcana,** Knowledge, Life","Setting sun"],["{@deity Melira Taralen|elven|mtf}","CG","Poetry, songs","Knowledge, Life, Trickery","Lute"],["{@deity Mythrien Sarath|elven|mtf}","CG","Abjuration, mythals","Arcana,** Forge,* Knowledge","Row of three intertwined rings"],["{@deity Naralis Analor|elven|mtf}","NG","Healing, suffering, death","Life, Grave*","White dove"],["{@deity Rellavar Danuvien|elven|mtf}","NG","Winter, harsh weather","Tempest","Spear between two circles"],["{@deity Rillifane Rallathil|elven|mtf}","CG","Nature, beasts, the seasons","Nature","Oak"],["{@deity Sarula Iliene|elven|mtf}","CG","Lakes, streams","Tempest, Trickery","Three lines symbolizing waves"],["{@deity Sehanine Moonbow|elven|mtf}","CG","Dreams, death, travel","Grave,* Knowledge, Light","Full moon under a moonbow"],["{@deity Shevarash|elven|mtf}","CN","Vengeance, loss, hatred","War","Broken arrow over a tear"],["{@deity Solonor Thelandira|elven|mtf}","CG","Archery, hunting, survival","Nature, War","Silver arrow with green fletching"],["{@deity Tarsellis Meunniduin|elven|mtf}","CN","Mountains, rivers, wild places","Nature, Tempest","Mountain with a river"],["{@deity Tethrin Veraldé|elven|mtf}","NG","Battle, sword fighting","War","Crossed swords beneath a quarter moon and above a full moon"],["{@deity Vandria Gilmadrith|elven|mtf}","LN","War, grief, justice, vigilance","Grave,* War","Weeping eye"],["{@deity Ye'Cind|elven|mtf}","CG","Music, enchantment","Life, Trickery","Recorder"],["{@deity Zandilar|elven|mtf}","CN","Romance, lust, dance","Life","Lips"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}","**Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Elf Deities (The Seldarine)","page":43,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow Deities (The Dark Seldarine)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-1","col-1 text-center","col-4","col-2","col-4"],"rows":[["{@deity Eilistraee|drow|mtf}","CG","Freedom, moonlight, song","Life, Light, Nature","Sword-wielding, dancing female drow silhouetted against the full moon"],["{@deity Ghaunadaur|drow|mtf}","CE","Oozes, slimes, outcasts","War","Purple eye with black sclera"],["{@deity Keptolo|drow|mtf}","CE","Beauty, hedonism, fertility","Nature, Trickery","Mushroom"],["{@deity Kiaransalee|drow|mtf}","CE","Necromancy","Arcana,* Death","Drow hand wearing many silver rings"],["{@deity Malyk|drow|mtf}","CE","Chaos, rebellion, wild magic","Tempest, Trickery","A flame in a tear or a multihued vortex"],["{@deity Lolth|drow|mtf}","CE","Primary god of drow, spiders","Trickery, War","Spider"],["{@deity Selvetarm|drow|mtf}","CE","Warriors, slaughter","War","Spider over crossed sword and mace"],["{@deity Vhaeraun|drow|mtf}","CE","Arrogance, thieves","Trickery, War","Black mask with blue glass lenses inset over eyes"],["{@deity Zinzerena|drow|mtf}","CN","Assassination, illusion, lies","Trickery","Shortsword draped with cloth"]],"footnotes":["*Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Drow Deities (The Dark Seldarine)","page":53,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Subrace","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-3","col-1 text-center","col-2 text-center","col-2 text-center","col-4 text-center"],"rows":[["Eladrin","4'6\"","90 lb.","+{@dice 2d12}","×({@dice 1d4}) lb."],["Sea elf","4'6\"","90 lb.","+{@dice 2d8}","×({@dice 1d4}) lb."],["Shadar-kai","4'8\"","90 lb.","+{@dice 2d8}","×({@dice 1d4}) lb."]],"name":"Elf Random Height and Weight","page":63,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Elf (Non-drow) Adventurer Story Hooks","colLabels":["d8","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You believe the key to reuniting the elves with Corellon lies somewhere in the wider world, not within elven society, and you're determined to find it."],["2","Your sibling was killed by a rampaging monster. You won't rest until you track it down and slay it."],["3","A raven brought you a cryptic message from an old friend who needs your help, but the message was vague about the friend's location. You're trying to follow a years-old trail and save your friend."],["4","A beautiful elf won your heart, then broke it. If you earn enough gold and glory by adventuring, perhaps you can win back your love."],["5","Your father thought you too weak to survive as an adventurer, but he's wrong, and you'll prove it."],["6","Only those who perform great deeds are remembered long after their death. Bards will honor your exploits for generations to come."],["7","You're secretly in love with one of the other members of your adventuring group, and you can't bear the thought of any harm befalling that person."],["8","When you were born, your grandmother prophesied you would one day rule a human kingdom. You've gone in search of that destiny."]],"name":"Elf Tables; Elf (Non-drow) Adventurer Story Hooks","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow Adventurer Story Hooks","colLabels":["d8","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You overheard members of your own house plotting to poison you, so you fled from the Underdark to save yourself. You won't return until you've amassed enough fortune to surround yourself with loyal mercenary bodyguards."],["2","You were enslaved as punishment for trying to poison an influential rival, but you escaped and fled to the surface. If you return to the Underdark and are captured, you'll be re-enslaved."],["3","You were the lover of a high-ranking priestess of Lolth as a means of enhancing your status. When she tired of you, the loss of status was humiliating, so you left."],["4","You killed a drow from a more powerful house in a duel over a public insult. The slain drow's house vowed to destroy your house unless you were handed over. Your kin urged you to leave the Underdark. You wonder what became of them."],["5","A close friend of yours was revealed to be a worshiper of Eilistraee. Suspicion fell on everyone in her circle. Running was a tacit admission of guilt, even though you knew nothing about it, but you'd have been sacrificed to Lolth if you stayed."],["6","You were among a group of surface raiders that was ambushed, and you were captured. During years of captivity, you learned that most of what Lolth's priestesses taught about the outer world was lies. Now you're experiencing the truth for yourself."],["7","All your life, you were alienated and terrified by the cruelty of your kin. The first chance you got, you volunteered to go on a surface raid, then deserted the group and remained behind. Now you're hated and feared wherever you go, but at least you've found a small group of adventurous friends who trust and support each other."],["8","You were part of a delegation carrying diplomatic messages to another drow city when duergar attacked the caravan for slaves and treasure. Only you and one other guard escaped. If you'd returned home, you'd have been poisoned or worse for failure. Becoming a mercenary was your best option."]],"name":"Elf Tables; Drow Adventurer Story Hooks","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Drow House Specialty","colLabels":["d10","Specialty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adamantine weapons"],["2","Assassinations"],["3","Giant spiders subject to magical control"],["4","Hallucinogenic substances"],["5","High-status slaves and sacrificial victims"],["6","Items taken from surface world in raids"],["7","Low-cost, humanoid slaves"],["8","Maps of the Underdark"],["9","Poisons"],["10","Reptilian beasts of burden"]],"name":"Elf Tables; Drow House Specialty","page":64,"source":"MTF","chapter":{"name":"Elves","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Dwarf Deities (The Mordinsamman)","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-3","col-2","col-4"],"rows":[["{@deity Abbathor|dwarven|mtf}","NE","Greed","Trickery","Jeweled dagger, point down"],["{@deity Berronar Truesilver|dwarven|mtf}","LG","Hearth, home, truth","Life, Light","Intertwined silver rings"],["{@deity Clangeddin Silverbeard|dwarven|mtf}","LG","War, strategy","War","Crossed silver battleaxes"],["{@deity Dugmaren Brightmantle|dwarven|mtf}","CG","Discovery","Knowledge","Open book"],["{@deity Dumathoin|dwarven|mtf}","N","Buried secrets","Grave,* Knowledge","Gemstone in a mountain"],["{@deity Gorm Gulthyn|dwarven|mtf}","LG","Vigilance","War","Bronze half-mask"],["{@deity Haela Brightaxe|dwarven|mtf}","CG","Combat prowess, luck in battle","War","Upright sword with blade sheathed in flame"],["{@deity Hanseath|dwarven|mtf}","CN","Festivity, brewing, song","Trickery, War","Beer stein"],["{@deity Marthammor Duin|dwarven|mtf}","NG","Explorers, wanderers, the lost","Nature, Trickery","Upright mace in front of a tall boot"],["{@deity Moradin|dwarven|mtf}","LG","Primary deity of dwarves","Forge,* Knowledge","Hammer and anvil"],["{@deity Muamman Duathal|dwarven|mtf}","NG","Storms, travel","Tempest","Mace held in gauntlets"],["{@deity Mya|dwarven|mtf}","NG","Clan, family, wisdom","Knowledge, Life","A faceless mother figure"],["{@deity Roknar|dwarven|mtf}","NE","Lies, intrigue","Trickery","Hands filled with coins"],["{@deity Sharindlar|dwarven|mtf}","CG","Healing, love","Life","Burning needle"],["{@deity Thard Harr|dwarven|mtf}","CG","Wilderness, hunting","Nature","Two clawed gauntlets"],["{@deity Tharmekhûl|dwarven|mtf}","N","Fire, forges, molten rock","Forge,* Light","Fiery axe"],["{@deity Thautam|dwarven|mtf}","N","Mysteries, darkness, lost treasures","Knowledge, Trickery","Blindfold"],["{@deity Ulaa|dwarven|mtf}","LG","Mining, quarrying","Forge*","A miner's pick"],["{@deity Valkauna|dwarven|mtf}","LN","Oaths, birth, aging, death","Grave,* Life","A silver ewer"],["{@deity Vergadain|dwarven|mtf}","N","Luck, wealth","Trickery","Gold coin bearing a dwarf's face"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}"],"name":"Dwarven Religion; Dwarf Deities (The Mordinsamman)","page":72,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-3","col-3","col-3"],"rows":[["{@deity Deep Duerra|duergar|mtf}","LE","Conquest, psionics","Knowledge, War","Mind flayer skull"],["{@deity Laduguer|duergar|mtf}","LE","Labor, slavery","Death, Forge*","Broken arrow"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}"],"name":"Duergar Deities","page":79,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dwarf Priest"],["2-4","Dwarf Noble"],["5-6","Dwarf Knight"]],"name":"Dwarves on the Move; Group Leader","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Special Allies","colLabels":["d8","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-4","Dwarf Acolytes"],["5","Earth Elementals"],["6","Trained Griffons"],["7","Azers"],["8","Dwarf Mage"]],"name":"Dwarves on the Move; Special Allies","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Purpose of Travel","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Merchant caravan"],["2","Seeking a specific enemy"],["3","Patrolling to keep roads safe"],["4","Delivering ransom for captive clan member"],["5","Fleeing attack on stronghold"],["6","Diplomatic mission"]],"name":"Dwarves on the Move; Purpose of Travel","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Special Circumstances","colLabels":["d4","Circumstance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Suspicious of all outsiders"],["2","Carrying secret message"],["3","Pursued by foe"],["4","Returning home laden with treasure"]],"name":"Dwarves on the Move; Special Circumstances","page":81,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Prosperous. Clan occupies original stronghold, currently flourishing"],["2","Growing. Stronghold expanding"],["3","Declining. Clan population stagnant or decreasing"],["4","Beleaguered. Victimized by goblinoid and dragon attacks, intact but severely weakened"],["5","Scattered. Stronghold recently lost, many folk slain, survivors scattered"],["6","Refugees. Stronghold lost, survivors occupy a neighborhood or ward in human city"]],"name":"Dwarves in the Clan; Clan's Status","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Notable Trait","colLabels":["d10","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Founder was one of the greatest artisans in history"],["2","Clan owns a powerful artifact, such as an {@item Axe of the Dwarvish Lords}"],["3","Clan noted for expertise in a specific craft, such as brewing or armorsmithing"],["4","Clan has a sinister reputation, history plagued by scandal and mark of Abbathor"],["5","Militaristic clan, known for excellent fighting skills"],["6","Unusual stronghold, such as an undersea castle, a former cloud giant fortress, or an aboveground city"],["7","Prophecies indicate clan is destined to play a pivotal role in history"],["8","Heretical clan has rejected dwarf teachings in favor of human deities"],["9","Unique marker or curse, such as all clan members are hairless"],["10","Clan is known for its evil ways or a particularly sinister, notable member"]],"name":"Dwarves in the Clan; Clan's Notable Trait","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan Vocations","colLabels":["d20","Vocation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Armorer"],["2","Blacksmith"],["3","Brewer"],["4","Carpenter"],["5","Cook"],["6","Envoy"],["7","Farmer"],["8","Hunter"],["9","Jeweler"],["10","Mason"],["11","Merchant"],["12","Messenger"],["13","Miner"],["14","Potter"],["15","Scout"],["16","Sculptor"],["17","Shepherd"],["18","Warrior"],["19","Weaponsmith"],["20","Weaver"]],"name":"Dwarves in the Clan; Clan Vocations","page":82,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dwarf Adventurer Story Hooks","colLabels":["d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were accused of stealing a fellow artisan's item and claiming it as your work. Innocent or guilty, you were made an outcast."],["2","Your wanderlust prompted you to shirk your duties as a crafter in favor of wandering the world. Your clan isn't pleased with this choice."],["3","You became separated from your clan due to an earthquake, a drow slave raid, or similar event and hope to return home."],["4","You were assigned to become a merchant by the priests of Moradin and have yet to forgive them for their mistake. You should be working a forge, not wandering the outside world!"],["5","You are a spy, traveling incognito to gather information for the clan elders."],["6","You struggle to resist the lure of Abbathor, but can't hold it at bay. Better to walk the world and sate your greed on non-dwarves."]],"name":"Dwarves in the World; Dwarf Adventurer Story Hooks","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Dwarf Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Water from the sky! It always surprises you."],["2","You have a fascination with the ocean and its chaos."],["3","Any creature larger than a human makes you nervous."],["4","You prefer to travel with a parasol or similar item that puts a comforting shelter over your head."],["5","You prefer to sleep during the day."],["6","You speak Common or any other non-dwarf language only if you must."],["7","For you, relaxation is putting in a day at the forge."],["8","You avoid contact with other dwarves, since you mistrust those who would leave their strongholds."]],"name":"Dwarves in the World; Dwarf Quirks","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"","colLabels":["Members","Number Present"],"colStyles":["col-6","col-6"],"rows":[["{@creature Duergar}","{@dice 2d6 + 5}"],["{@creature Duergar stone guard|mtf|Duergar stone guards}","{@dice 1d4 + 1}"],["{@creature Duergar kavalrachni|mtf}","{@dice 1d4}"],["{@creature Male steeder|mtf|Male steeders}","{@dice 1d4}"]],"name":"Duergar Raiding Parties; 1","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Duergar Stone Guard|MTF}"],["2-4","{@creature Duergar Warlord|MTF}"],["5-6","{@creature Duergar Despot|MTF}"]],"name":"Duergar Raiding Parties; Duergar Group Leader","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Special Allies","colLabels":["d20","Allies"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","{@dice 1d4} {@creature female steeder|MTF|steeders, female}"],["4-6","{@dice 1d3} {@creature duergar hammerer|MTF|duergar hammerers}"],["7","1 {@creature duergar mind master|MTF}"],["8","{@dice 1d3} {@creature duergar screamer|MTF|duergar screamers}"],["9-10","{@dice 1d3} {@creature duergar soulblade|MTF|duergar soulblades}"],["11","{@dice 1d6} {@creature duergar xarrorn|MTF}"],["12","{@dice 1d6} {@creature bearded devil||bearded devils} bound to service"],["13","{@dice 2d4} allied evil {@creature azer||azers}"],["14","{@dice 3d20} enslaved {@creature goblin||goblins}"],["15","{@dice 1d4} summoned {@creature earth elemental||earth elementals}"],["16","{@dice 1d6 + 2} {@creature gargoyle||gargoyles}"],["17","{@dice 1d8} {@creature hell hound||hell hounds}"],["18","1 trained {@creature rust monster}"],["19","1 {@creature shield guardian} bound to group leader"],["20","{@dice 1d4} enslaved {@creature troll||trolls}"]],"name":"Duergar Raiding Parties; Duergar Special Allies","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Purpose of Raid","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","Collecting slaves"],["4","Pursuing a specific enemy"],["5","Patrolling for expansion opportunities"],["6","On a rampage for loot"]],"name":"Duergar Raiding Parties; Duergar Purpose of Raid","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Special Circumstances","colLabels":["d4","Circumstance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Special hatred for dwarves, will attack them first"],["2","Exiles, willing to bargain"],["3","Laden with loot from raid, tries to flee"],["4","Seeks to take hostages for ransom"]],"name":"Duergar Raiding Parties; Duergar Special Circumstances","page":83,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Clan Names","colLabels":["d12","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ashlord"],["2","Battlegore"],["3","Doomfist"],["4","Earthlord"],["5","Firetamer"],["6","Knifemind"],["7","Mindeater"],["8","Necksnapper"],["9","Orehammer"],["10","Runehammer"],["11","Thundermaster"],["12","Underearth"]],"name":"Duergar in the Clan; Duergar Clan Names","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Clan's Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Mighty. Conquered several dwarven strongholds, dominates Underdark region"],["2","Growing. Stronghold expanding"],["3","Declining. Clan growing stale, population falling"],["4","Beleaguered. Surrounded by drow and illithid foes"],["5","Scattered. Torn apart by slave rebellion or civil war"],["6","Refugees. Defeated by enemies, few survivors"]],"name":"Duergar in the Clan; Duergar Clan's Status","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Clan's Notable Trait","colLabels":["d12","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Stole a mighty dwarven artifact"],["2","Has bound many devils to service"],["3","Experts in building mechanical devices"],["4","Conducts trade with the City of Brass"],["5","Notable for defeating many dwarves"],["6","Conquered and occupied a drow enclave"],["7","Is secretly controlled by mind flayers"],["8","Has enslaved a colony of troglodytes"],["9","Have interbred with devils"],["10","Known for its extensive spy network on surface"],["11","Masters of psionics"],["12","Dominated by a coven of warlocks"]],"name":"Duergar in the Clan; Clan's Notable Trait","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Adventurer Story Hooks","colLabels":["d6","Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are a heretic, drawn to worship of Moradin."],["2","Caught stealing, you escaped imprisonment but not before torture left you with a scar or lasting injury."],["3","You were enslaved by drow or mind flayers but escaped to the surface."],["4","You seek only to test yourself in battle with monsters."],["5","Profit is all that matters to you."],["6","The best way to defeat the folk of the surface is to study them firsthand."]],"name":"Duergar in the World; Duergar Adventurer Story Hooks","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Duergar Quirks","colLabels":["d6","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A separate personality in your mind provides advice and guidance to you."],["2","Your gear must be perfectly arranged, otherwise someone must bleed."],["3","When there isn't a roof over your head, you keep your eyes on the ground."],["4","You don't talk unless you absolutely must."],["5","The outside world is a giant cave, and nothing will convince you otherwise."],["6","Humans fascinate you, and you collect odd trinkets of their culture."]],"name":"Duergar in the World; Duergar Quirks","page":84,"source":"MTF","chapter":{"name":"Dwarves and Duergar","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Race","Base Height","Base Weight","Height Modifier","Weight Modifier"],"colStyles":["col-3","col-2 text-center","col-2 text-center","col-2 text-center","col-3 text-center"],"rows":[["Githyanki","5'0\"","100 lb.","+{@dice 2d12}","×({@dice 2d4}) lb."],["Githzerai","4'11\"","90 lb.","+{@dice 2d12}","×({@dice 1d4}) lb."]],"name":"Gith Random Height and Weight","page":96,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Names, Male","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Elirdain"],["2","Gaath"],["3","Ja'adoc"],["4","Kar'i'nas"],["5","Lykus"],["6","Quith"],["7","Ris'a'an"],["8","Tropos"],["9","Viran"],["10","Xamodas"]],"name":"Gith Tables; Githyanki Names, Male","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Names, Female","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aaryl"],["2","B'noor"],["3","Fenelzi'ir"],["4","Jen'lig"],["5","Pah'zel"],["6","Quorstyl"],["7","Sirruth"],["8","Vaira"],["9","Yessune"],["10","Zar'ryth"]],"name":"Gith Tables; Githyanki Names, Female","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Personality Traits","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When I'm bored I make my own excitement, and I'm always bored."],["2","I treat others as if they were animals that simply don't know any better."],["3","Violence is a spice that makes life worth living."],["4","Old age is a concept that I find fascinating. Maybe someday I too will be aged."]],"name":"Gith Tables; Githyanki Personality Traits","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Ideals","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fidelity. Warriors are only as good as the vows they keep."],["2","Power. The weak rule the strong."],["3","Duty. It is by Vlaakith's will alone that I act."],["4","Freedom. No strong soul should be enslaved. Better to die first than live as another's puppet."]],"name":"Gith Tables; Githyanki Ideals","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Bonds","colLabels":["d4","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","There is no greater duty than to serve the Revered Queen."],["2","Humanity thrives only because we conquered the illithids. Therefore, what is theirs is ours."],["3","Without battle, life has no purpose."],["4","Life is but a spark in the dark. We all go dark, but those who dare can burn bright."]],"name":"Gith Tables; Githyanki Bonds","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hunger and thirst are unbearable pains to me."],["2","I can't see a non-githyanki as a real threat."],["3","I follow orders, regardless of their implications."],["4","I start projects but never finish them."]],"name":"Gith Tables; Githyanki Flaws","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Names, Male","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dak"],["2","Duurth"],["3","Ferzth"],["4","Greth"],["5","Hurm"],["6","Kalla"],["7","Muurg"],["8","Nurm"],["9","Shrakk"],["10","Xorm"]],"name":"Gith Tables; Githzerai Names, Male","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Names, Female","colLabels":["d10","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adaka"],["2","Adeya"],["3","Ella"],["4","Ezhelya"],["5","Immilzin"],["6","Izera"],["7","Janara"],["8","Loraya"],["9","Uweya"],["10","Vithka"]],"name":"Gith Tables; Githzerai Names, Female","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Personality Traits","colLabels":["d4","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","All energy must be expended to a useful end. Frivolity is the first step to defeat."],["2","Patience in all things. The first step in any venture is the most treacherous."],["3","Emotions are a trap, meant to weaken the intellect and disturb the nerves. Pay them no heed."],["4","Begin only those tasks you will finish. Strike only that which you will kill."]],"name":"Gith Tables; Githzerai Personality Traits","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Ideals","colLabels":["d4","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Faith. Zerthimon shall return, and I will be worthy to walk beside him."],["2","Courage. The mind can master anything if it is unfettered by fear."],["3","Duty. My people survive only because those like me place their needs above our own."],["4","Freedom. No strong soul should be enslaved. Better to die first than live as another's puppet."]],"name":"Gith Tables; Githzerai Ideals","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Bonds","colLabels":["d4","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Zerthimon provides an example of conduct that I strive to duplicate."],["2","Menyar-Ag hand-picked me for my duties, and I will never betray the trust he showed in me."],["3","Vlaakith and her toadies will be defeated, if not by me then by those who follow in my footsteps."],["4","I will not rest until the last elder brain is destroyed."]],"name":"Gith Tables; Githzerai Bonds","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I see githyanki machinations behind every threat."],["2","I believe in the supremacy of the gith and that githzerai and githyanki will align to rule the multiverse."],["3","I respond to even minor threats with overwhelming displays of force."],["4","The next time I laugh will be the first. The sound of merriment takes me to the edge of violence."]],"name":"Gith Tables; Githzerai Flaws","page":97,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Dragon Chance","colLabels":["d6","result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-5","No dragons"],["6","Roll on the encounter to determine the number"]],"name":"Githyanki Raiding Parties; Dragon Chance","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Raiding Party Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Githyanki Supreme Commander|MTF}"],["2-3","{@creature Githyanki Knight}"],["4-5","{@creature Githyanki Kith'rak|MTF}"],["6","{@creature Githyanki Gish|MTF}"]],"name":"Githyanki Raiding Parties; Raiding Party Leader","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Special Allies","colLabels":["d10","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","No special Allies"],["4-5","{@creature Githyanki Knight||Githyanki Knights}"],["6-7","{@creature Githyanki Knight||Knights} and {@creature Githyanki Gish|MTF|Gish}"],["8-9","{@creature Githyanki Gish|MTF|Gish} and {@creature Githyanki Knight||Knights}"],["10","{@creature Githyanki Kith'rak|MTF|Kith'rak}"]],"name":"Githyanki Raiding Parties; Githyanki Special Allies","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Raiding Party Transport","colLabels":["d6","Transport (with crew)"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","One astral skiff carrying entire group"],["3-4","Two astral skiffs, each carrying half of group"],["5","Astral brig carrying entire group plus an additional 30 {@creature githyanki warrior||githyanki warriors}"],["6","Planar raider carrying entire group plus an additional 60 {@creature githyanki warrior||githyanki warriors}"]],"name":"Githyanki Raiding Parties; Raiding Party Transport","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githyanki Purpose of Raid","colLabels":["d6","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Wanton destruction, the githyanki want to fight and loot to relieve their boredom"],["3","Revenge, the githyanki seek a stolen silver sword"],["4-5","Mind flayer hunt, the githyanki are seeking mind flayers and their thralls"],["6","Vlaakith's orders, the githyanki have been dispatched to seize a specific item or person"]],"name":"Githyanki Raiding Parties; Githyanki Purpose of Raid","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Group Leader","colLabels":["d6","Leader"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Githzerai Anarch|MTF}"],["2-3","{@creature Githzerai Enlightened|MTF}"],["4-6","{@creature Githzerai Zerth}"]],"name":"Githzerai Groups; Githzerai Group Leader","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Special Allies","colLabels":["d8","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-3","The group has no allies"],["4-5","{@dice 1d4} {@creature Githzerai Zerth||Zerths}"],["6","{@dice 1d4} {@creature githzerai enlightened|MTF}"],["7","{@dice 1d4} {@creature githzerai zerth||githzerai zerths}, {@dice 1d4} {@creature githzerai enlightened|MTF}"],["8","1 {@creature githzerai anarch|mtf}, {@dice 1d4} {@creature githzerai enlightened|mtf}"]],"name":"Githzerai Groups; Githzerai Special Allies","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"caption":"Githzerai Mission Purpose","colLabels":["d4","Purpose"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hunting a specific mind flayer colony"],["2","Seeking news on mind flayer activity"],["3","On a training mission, seeking to hone their skills and learn of the world"],["4","Seek to ally with party on a raid against mind flayers"]],"name":"Githzerai Groups; Githzerai Mission Purpose","page":98,"source":"MTF","chapter":{"name":"Gith and Their Endless War","ordinal":{"type":"chapter","identifier":4},"index":3}},{"colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-4","col-2","col-3"],"rows":[["{@deity Arvoreen|halfling|mtf}","LG","Vigilance, war","War","Crossed short swords"],["{@deity Brandobaris|halfling|mtf}","N","Adventure, thievery","Trickery","Halfling footprint"],["{@deity Charmalaine|halfling|mtf}","N","Keen senses, luck","Trickery","Burning boot print"],["{@deity Cyrrollalee|halfling|mtf}","LG","Hearth, home","Life","An open door"],["{@deity Sheela Peryroyl|halfling|mtf}","NG","Agriculture, nature, weather","Nature, Tempest","A flower"],["{@deity Urogalan|halfling|mtf}","LN","Earth, death","Death, Grave,* Knowledge","Silhouette of a dog's head"],["{@deity Yondalla|halfling|mtf}","LG","Primary goddess of halflings","Life","Cornucopia"]],"name":"Halfling Deities","page":102,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You try to start every day with a smile."],["2","Why walk when you can skip?"],["3","You make up songs about your friends that praise them for their bravery and intelligence."],["4","You are extremely cautious, always on the lookout for monsters and other dangers."],["5","You always see the bright side of a situation."],["6","You like to collect mementos of your travels."]],"name":"Halfling Tables; Halfling Personality Traits","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Courage. You seek to prove that the bravest heart can be contained within the smallest of packages."],["2","Companionship. You're pretty sure you can be friends with anyone or anything."],["3","Hopeful. You will live a life of adventure and have many stories to tell."],["4","Protective. You make sure to shelter the innocent."],["5","Honest. Your mother told you to always tell the truth."],["6","Excitement. Can you steal the sleeping giant's pouch? Of course you can!"]],"name":"Halfling Tables; Halfling Ideals","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The safety of your village is worth any sacrifice."],["2","Nothing is more valuable than friendship and family."],["3","You are following your own path through life. No one can tell you what to do."],["4","You have a special heirloom that you never part with."],["5","You won't rob or hurt those who are weaker or less fortunate than you."],["6","No matter how small you may be, you won't back down from a bully."]],"name":"Halfling Tables; Halfling Bonds","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Halfling Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You can't resist poking your nose where it doesn't belong."],["2","You are very fidgety. Sitting still is a major challenge."],["3","You can't pass up a good time."],["4","You hate to miss a meal, and become grumpy and illtempered when you must."],["5","You are fascinated by shiny things and can't help \"borrowing\" them."],["6","You never settle for just one slice when you can have the whole cake."]],"name":"Halfling Tables; Halfling Flaws","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Reasons for Adventuring","colLabels":["d6","Reason"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Peeling taters and herding goats all the time wasn't your cup of tea."],["2","You fell asleep on a raft one day and woke up near a human city. You were so thrilled with the strange sights and tasty food that you never turned back."],["3","What started off as simple pumpkin pillaging from nearby farms turned into your becoming a wandering rogue for hire."],["4","You talked to a nice faerie in the woods, and all of a sudden you were a thousand miles from home."],["5","Your village elder told you so many stories about being a rogue in an adventuring party that you couldn't resist the urge to try doing it yourself."],["6","A friend dared you to jump on the back of a sleeping horse, which turned out to be a pegasus, and your life hasn't slowed down since."]],"name":"Halfling Tables; Reasons for Adventuring","page":105,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-3","col-1 text-center","col-2","col-2","col-4"],"rows":[["{@deity Baervan Wildwanderer|gnome|mtf}","NG","Woodlands","Nature","Face of a raccoon"],["{@deity Baravar Cloakshadow|gnome|mtf}","NG","Illusion, deception","Arcana,** Trickery","Dagger against a hooded cloak"],["{@deity Bleredd|gnome|mtf}","N","Labor, craft","Forge,* Light","Iron mule"],["{@deity Callarduran Smoothhands|gnome|mtf}","N","Mining, stone carving","Knowledge, Nature","Golden signet ring with six pointed star"],["{@deity Flandal Steelskin|gnome|mtf}","NG","Metalwork Forge,*","Knowledge","Flaming hammer"],["{@deity Gaerdal Ironhand|gnome|mtf}","LG","Protection","War","Iron band"],["{@deity Garl Glittergold|gnome|mtf}","LG","Primary god of gnomes","Trickery","Gold nugget"],["{@deity Gelf Darkhearth|gnome|mtf}","CN","Frustration, destruction","War","Broken anvil"],["{@deity Nebelun|gnome|mtf}","CG","Invention, luck","Forge,* Knowledge, Trickery","Bellows and lizard tail"],["{@deity Rill Cleverthrush|gnome|mtf}","LN","Law, thought","Knowledge","Interlocking gears"],["{@deity Segojan Earthcaller|gnome|mtf}","NG","Earth, the dead","Grave,* Light","Glowing gemstone"],["{@deity Sheyanna Flaxenstrand|gnome|mtf}","CG","Love, beauty, passion","Light","Two silver goblets"],["{@deity Urdlen|gnome|mtf}","CE","Greed, murder","Death, War","Whiteclawed mole emerging from ground"]],"footnotes":["*Appears in {@i Xanathar's Guide to Everything}","**Appears in {@i Sword Coast Adventurer's Guide}"],"name":"Gnome Gods; Gnome Deities","page":110,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Personality Traits","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once you develop a liking for something, you quickly become obsessed with it."],["2","You live life like a leaf on the breeze, letting it take you where it will."],["3","The world is a miraculous place, and you are fascinated by everything in it."],["4","You study your friends and take notes about how they act, jotting down things they say that interest you."],["5","Your curiosity is so wide-ranging that you sometimes have trouble concentrating on any one thing."],["6","You like to make little objects and creatures out of twigs or bits of metal and give them to friends."]],"name":"Gnome Tables; Gnome Personality Traits","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Love. You love little (and big) critters and go out of your way to help them."],["2","Curiosity. You can't stand an unsolved mystery or an unopened door."],["3","Knowledge. You are interested in everything. You never know when what you learn will come in handy."],["4","Compassion. You never turn down a plea for help."],["5","Helpfulness. Whether you see a broken contraption or a broken heart, you have to try to fix it."],["6","Excellence. You strive to be and do the best you can."]],"name":"Gnome Tables; Gnome Ideals","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You pledge to bring something of immense value back to your burrow."],["2","Anything of great quality and artisanship is to be protected, respected, and cared for."],["3","Kobolds have caused you and your people nothing but trouble. You will avenge those wrongs."],["4","You are searching for your lost love."],["5","You will recover a keepsake stolen from your clan."],["6","You are willing to take risks to learn about the world."]],"name":"Gnome Tables; Gnome Bonds","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Gnome Flaws","colLabels":["d4","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You embody the typical absent-minded professor. If you could forget where you put your head, you would."],["2","You prefer to hide during a fight."],["3","There is no difference between what you think and what you say."],["4","You can't keep a secret."]],"name":"Gnome Tables; Gnome Flaws","page":114,"source":"MTF","chapter":{"name":"Halflings and Gnomes","ordinal":{"type":"chapter","identifier":5},"index":4}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Nation.} I am devoted to the restoration of Benalia's empire."],["2","{@b Peace.} Life can truly thrive only when war and strife are stilled."],["3","{@b Protection.} I will also protect the less fortunate from the depredations of the rich and strong."],["4","{@b Hope.} The world is emerging from a long despair, and needs every shred of inspiration we can offer."],["5","{@b Honor.} If I dishonor myself, I bring dishonor on my deity, my nation, and my family."],["6","{@b Solidarity.} Together, we are stronger than any of us alone."]],"name":"Heroes of Benalia; Suggested Ideals","page":5,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I am connected to one of the Seven Great Houses, and I place its interests above all others."],["2","I have closer ties among my Star-Clan than in my blood family."],["3","I own a weapon or a piece of armor used by a renowned ancestor."],["4","I am in love with a member of a different great house."],["5","I believe I am the last heir of a great house that was lost."],["6","My family's estate lies in ruins, and I want to rebuild it."]],"name":"Heroes of Benalia; Suggested Bonds","page":5,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Defend a mining settlement in the Red Iron Mountains from the raids of Crookshank kobolds."],["2","Establish trade or negotiate a treaty with minotaurs in the Hurloon Mountains."],["3","{@action Help} settle a dispute between two of the Great Houses."],["4","Convince the Council of Seven to send military aid to one of the seven houses."],["5","Establish a trading colony in an inhospitable land."],["6","Uncover a traitor or Cabal cultist among the Seven Great Houses."]],"name":"Benalish Quests","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A lost Sheoltun temple of the state-sponsored Church of Angelfire"],["2","A hidden mountain cave holding an ancient Thran relic"],["3","A secret subbasement deep under New Benalia, which once served as a meeting place for the outlawed Church of Serra during the Sheoltun Empire's reign"],["4","A wrecked Phyrexian portal-ship, long overgrown by nature"],["5","The remains of a castle that sank in a mire during the Years of Salt"],["6","The top of a tower in Benalia City"],["7","An open field dotted with ruins left behind by long-ago war"],["8","A shipwreck just off the coast"],["9","An abandoned mansion in the Caligo Morass"],["10","A Serran cathedral fallen to the ground from its place in the sky"]],"name":"Benalish Sites","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Benalish Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A zealous warrior wants to lead an army to war against Keld."],["2","A house leader wants their house to be the Highest House several years ahead of schedule."],["3","A suspicious noble joins forces with a fiery Serran priest to try to root out corruption and the taint of the Cabal from the populace, with many innocents getting hurt in the process."],["4","A hotheaded aven demands that their people gain immediate representation on the Council of Seven."],["5","A pious noble seeks to bring the entire Church of Serra under Benalish control, combining church and state into a theocratic empire."],["6","One member of the Council of Seven has a long-standing grudge against another."],["7","A skin-witch of the Caligo Morass brings a nearby area under a curse."],["8","An important noble has fallen under the influence of an advisor with ties to the Cabal, and is advancing the Cabal's plans without knowing it."]],"name":"Benalish Villains","page":7,"source":"PSD","chapter":{"name":"Seven Pillars of Benalia","index":1}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Law.} \"Law must be upheld. If the knots of order are loosened, chaos will spill through.\" (Song of All, Canto 167)"],["2","{@b Grace.} \"Grace must be preserved. If the strands of Grace are unraveled, its design will be lost, and the people with it.\" (Song of All, Canto 167)"],["3","{@b Duty.} \"Duty must be obeyed. If the frame of Duty is broken, none shall weave life's fabric.\" (Song of All, Canto 167)"],["4","{@b Reason.} \"Reason must be retained. If the web of Reason comes unwoven, madness will escape.\" (Song of All, Canto 167)"],["5","{@b Truth.} \"Truth must be set free. If the wings of Truth are clipped, the voices will fall silent.\" (Song of All, Canto 167)"],["6","{@b The Four Virtues.} Art, discourse, freedom, and peace are the life of the spirit, as the spirit is the life of the body."]],"name":"Heroes of Serra; Suggested Ideals","page":8,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I would do anything to protect the Cathedral of Serra at Sursi."],["2","I have sworn to aid Lyra Dawnbringer in protecting Benalia."],["3","I make regular pilgrimages to the Temple of Serra at Epityr in New Argive, the oldest active Serran worship site in the world."],["4","I preserve many of the old traditions of the Daru nomads or the aven, revering Serra as the Ancestor."],["5","A lesser angel has become a close friend and confidante to me."],["6","I think the stained glass in my holy symbol came from Serra's Realm before that artificial plane's collapse. Invoke the Divine Magali Villeneuve"]],"name":"Heroes of Serra; Suggested Bonds","page":8,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Act as an impartial mediator between Benalia and Keld (or two other powers of the region)."],["2","Tame a mesa pegasus from the lands of Sursi on the east coast of southern Aerona, near the great Cathedral of Serra."],["3","Protect a peaceful community of Serran monks who have come under attack (from without or within)."],["4","Answer the call of a barbarian chieftain who wants to hear the message of Serra and consider conversion."],["5","Find an angel who has disappeared in a dangerous land."],["6","Retrieve as much artwork as possible from a ruined Serran church—whether an ancient site or one that was only recently destroyed."]],"name":"Serran Quests","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A majestic Serran cathedral floating in the air (perhaps above Benalia City)"],["2","A small monastery surrounded by pastoral farmland or quiet woods"],["3","A remote temple maintained and inhabited by an order of knights"],["4","An ancient ruin preserving some foreign aspect of Serra worship (such as Otarian devotion to the Ancestor)"],["5","A sacred cave where a new angel was (or is about to be) birthed"],["6","An abandoned missionary post destroyed by hostile natives of the area"],["7","A chapel within a castle or palace beset by intrigue"],["8","A roadside shrine where miracles have occurred lately"],["9","A community devoted to the spiritual path of the artistic life"],["10","The scorched site of an angel's death"]],"name":"Serran Sites","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Serran Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A Serran priest believes that no one is beyond redemption, and is shielding a murderous villain from the law in the hope that they will repent."],["2","A naive angel keeps sending Serran knights on deadly quests against impossible odds."],["3","An aven priest wants to lead other aven away from the Serran church and revive the worship of the Ancestor, but without the accretion of Serran tradition."],["4","A warrior chieftain claims to have converted to Serra worship and launches a crusade in the church's name—but this is a thinly veiled excuse to conquer a neighboring territory."],["5","A Serra angel has been corrupted by the demonic power of the Cabal."],["6","A community of Serran monks has been somehow led astray into the contemplation of an ancient, nameless evil."],["7","An old priest grows bitter with grief and frustration, convinced that their life's work has been a waste—and turns to the pursuit of revenge."],["8","A priest twists the teachings of Serra to paint a certain group of innocent people as evil, and to call for their extermination."]],"name":"Serran Villains","page":9,"source":"PSD","chapter":{"name":"Church of Serra","index":2}},{"caption":"Suggested Ideals","colLabels":["d6","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Teaching.} Tolaria is a school where the world's most promising wizards can learn from masters of their craft."],["2","{@b Restoration.} Every day, lost knowledge is regained and devastated lands are renewed. It's our duty to use our magic to help this effort continue."],["3","{@b Responsibility.} Following the philosophy of the Academy's original headmaster, Barrin, I am dedicated to keeping powerful magic out of the hands of those who would abuse it."],["4","{@b Innovation.} Like the ancient artificer Urza, I believe progress comes through bold and radical new design."],["5","{@b Progress.} Like the kind Tolarian chancellor Rayne, I believe progress comes through careful iteration and measured experimentation."],["6","{@b Self-Improvement.} Like Urza's brother Mishra, I believe that the improvement of the body through genetic and artificial modification leads to the general improvement of humanity."]],"name":"Heroes of Tolaria; Suggested Ideals","page":10,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I have a former student I'm convinced will do great things—for good or for evil."],["2","I bought a cheap curio from a secondhand store, and I was expelled when it caused a magical accident."],["3","I've gotten tangled up with illegal research by way of the Shadow Academy, which uses interdimensional spaces to facilitate communication."],["4","By virtue of a parent who is emeritus faculty, I have the rare privilege of citizenship in one of the Academies."],["5","One of my old teachers has a knack for contacting me at the strangest times."],["6","I believe that my genetic makeup was manipulated for some unknown purpose."]],"name":"Heroes of Tolaria; Suggested Bonds","page":10,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieve a unique magical device from the ruins of a catastrophe—but be careful, because the device might well have been what caused the catastrophe."],["2","Copy a spell from the spellbook of a mysterious or hostile wizard."],["3","Find a way to reverse the effect of a disastrous magical experiment."],["4","Decide what to do with a notebook you found, which is full of forbidden research into Phyrexian transformation."],["5","Steal a magical object that's on display in a museum on campus in order to uncover its secrets or harness the energy it holds."],["6","Try to reproduce the research of a wizard who has gone missing, without ending up missing yourself."]],"name":"Tolarian Quests","page":11,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","An underwater ruin left behind by a terrible catastrophe"],["2","The trap-filled tower of an eccentric, suspicious, and powerful wizard"],["3","An arcane workshop or laboratory filled with inexplicable and undoubtedly dangerous devices"],["4","A laboratory where research was once conducted—or still is conducted—on living monsters"],["5","A small stronghold drifting through the air or across the ocean"],["6","A library hidden in an extradimensional space"],["7","An ancient Phyrexian or Thran artifact, now overgrown by nature"],["8","A crater where a meteorite or a flying vessel crashed to the ground centuries ago"],["9","A newly discovered ruin from an ancient era of advanced magical technology"],["10","An area that has just returned after being phased out of the flow of time"]],"name":"Tolarian Sites","page":11,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Tolarian Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A member of the Society of Mishra seeks to be transformed into a biomechanical demon of fused metal and flesh."],["2","A Gathist involved in illegal genetic experimentation seeks to create a race of supersoldiers to forge a nation through conquest."],["3","A collector steals magical items and treats them like valuable works of art."],["4","A professor of temporal studies seeks to hasten the process of rebirth and renewal—by shifting the entire world backward in time to its \"glory days.\""],["5","An archaeologist has discovered an ancient magical weapon that caused untold devastation, and is trying to find a use for it."],["6","A professor has imprisoned students in a tower and compelled them to participate in genetic, biomechanical, psychological, or other research."],["7","An artificer built a golem that has achieved its own evil consciousness, and which seeks to better understand living creatures through vivisection."],["8","A misguided master wizard is trying to trace a single \"true Tolarian ancestry,\" so as to prevent those who don't belong to that human bloodline from entering the Academies and studying magic."]],"name":"Tolarian Villains","page":12,"source":"PSD","chapter":{"name":"Tolarian Academy","index":3}},{"caption":"Vodalian Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieve an artifact from ancient Vodalia that is kept in a Tolarian museum."],["2","Sabotage a Cabal port on Walassa, where ships set sail for Aerona carrying Cabal cultists."],["3","Protect a peripatetic member of the Society of the Conch on a journey to learn about your native culture."],["4","Defend a surface port loyal to Vodalia from a land-based attack."],["5","Find a pirate captain who slaughtered a group of merfolk, but who has not been seen in the Voda Sea since."],["6","Retrieve an item of historical significance from a Keldon fortress."]],"name":"Vodalian Quests","page":13,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Vodalian Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A shipwreck on the ocean floor"],["2","A surface-built city that sank in a magical catastrophe"],["3","A temple to Svyelune"],["4","A city built on the back of an enormous leviathan"],["5","A palace in a coral reef"],["6","A ship crossing the Voda Sea"],["7","A well-preserved Thran or Phyrexian artifact deep underwater"],["8","A deep ocean trench"],["9","A sea cave on an island shore"],["10","A beach where merfolk trade with surface-dwellers"]],"name":"Vodalian Sites","page":14,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Vodalian Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A hotheaded young military officer, part of the Akula Current, plans to escalate conflict with a surface port in hopes of eventually annexing the port."],["2","A notable aristocrat decides that no ships may cross their territory—and sinks a merchant vessel to emphasize the point."],["3","A mage manipulates coastal waters, causing saltwater to back up rivers, beachfront land to flood, and docks to be swept away by the waves."],["4","A group of merfolk turn to piracy, angering both surface-dwellers and other merfolk."],["5","A trickster lures sailors into shipwrecks, then either takes them captive or watches them drown."],["6","A spellcaster calls up horrific monsters from the ocean depths to attack a coastal town."],["7","A general's crusade against homarids is driving those creatures into human-occupied coastal lands."],["8","A wizard seeks the Golgothian Sylex—the artifact that destroyed the island of Argoth and launched the ice age—in hopes of destroying all land on Dominaria."]],"name":"Vodalian Villains","page":14,"source":"PSD","chapter":{"name":"Merfolk of Vodalia","index":4}},{"caption":"Cabal Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A small shrine to Belzenlok located near a major city"],["2","A basement room in a busy town where Cabal cultists meet"],["3","A ruined library that cultists are excavating, hoping to find magic items to decorate Belzenlok's throne"],["4","A half-collapsed temple in a dark swamp"],["5","An ancient war machine whose power the Cabal is trying to harness"],["6","A small outpost of Grimnant knights"],["7","A deep sinkhole with whispering echoes emerging from the darkness"],["8","A secret fortress in the mountains"],["9","An abandoned mine shaft"],["10","The house of an aristocrat who has joined the Cabal"]],"name":"Cabal Sites","page":16,"source":"PSD","chapter":{"name":"Belezenlok's Cabal","index":5}},{"caption":"Cabal Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A Grimnant commander leads raids along a nation's borders to sow chaos and confusion."],["2","A Cabal assassin starts killing the firstborn children of prominent families."],["3","A dementist unleashes formless horrors of nightmare upon a defenseless town."],["4","A cult leader sends a miasma out from a hidden temple to pollute and corrupt the surrounding forest."],["5","A Cabal cultist has infiltrated a ruling council or prominent church body and begins destroying it from within."],["6","A dementist is controlling the mind of a monster, sending it to rampage through an area of farms and villages."],["7","A Cabal infiltrator sows discord among various factions within a larger organization (different Serran orders, different Benalish houses, and so forth)."],["8","Cabal infiltrators detonate nightmare devices designed to cause as much terror as possible, striking in highly populated areas at unpredictable times."]],"name":"Cabal Villains","page":17,"source":"PSD","chapter":{"name":"Belezenlok's Cabal","index":5}},{"caption":"Suggested Ideals","colLabels":["d6","ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Self-Reliance.} I don't wear or use anything I haven't made myself. You can't count on anyone else in this world."],["2","{@b Future.} I believe a true Twilight still awaits the Keldon faithful, when our fallen heroes will rise up to fight alongside us as we conquer the world."],["3","{@b Pragmatism.} No ancestors are coming to save us—we are our only hope."],["4","{@b Coin.} I will happily fight for those too weak to defend themselves, if they pay me enough."],["5","{@b Freedom.} The so-called \"new Keld\" is too safe, too controlled. The fire in Keldon blood demands warfare and pillage."],["6","{@b Keld.} I am Keldon, and that is all that matters. I seek the glory and prosperity of my people above all else."]],"name":"Bard or Cleric; Suggested Ideals","page":18,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Suggested Bonds","colLabels":["d6","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I fight to prove myself worthy of my glorious ancestors."],["2","Even away from Keld, my loyalty is to my warlord and the rest of my warhost."],["3","I'm inexplicably drawn to the sacred peak called the Mountain."],["4","My favorite weapon is one I forged from the broken weapons of my enemies."],["5","I want to be a warlord someday, and I won't stop there."],["6","I had a dear mentor from another nation who taught me my skills."]],"name":"Bard or Cleric; Suggested Bonds","page":18,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Persuade a Benalish house to abandon a colony newly established on Keld's soil."],["2","Carry an urgent message from one warlord to another across a dangerous area."],["3","Convince a wayward warlord to obey an overseer's orders before the situation escalates into full-on rebellion."],["4","Undermine the loyalty of a rebellious warlord's warhost, thus depriving the warlord of power."],["5","Kill a monster lurking in the mountains."],["6","Fend off attacks by frost giants from the north."]],"name":"Keld Quests","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","At the foot of the Keldons' sacred Mountain"],["2","At the entrance to the Keldon Necropolis, where great figures of the past are interred"],["3","Inside a glacier"],["4 ","A mountain cave"],["5","A tower formed from strange black ice"],["6","A forest clearing where the air is cold enough to freeze your breath in your mouth"],["7","A smith's forge"],["8","A plateau where carved megaliths are erected"],["9","A camp with dozens of round tents"],["10","At the peak of the Keldons' sacred Mountain"]],"name":"Keld Sites","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Keld Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A warlord leads an attack on a different warhost."],["2","A doyen advises several different warlords to provoke conflicts with Benalia, believing that a full-scale war will trigger the true Twilight."],["3","A shaman has secretly made an alliance with the frost giants of the northern wastes to help overthrow the grand warlord."],["4","A shaman dabbles in the hated arts of necromancy, hoping to reproduce the false Twilight caused by the Phrexians."],["5","A frost giant shaman brings a nightmarish winter down over Keld, and it begins spreading farther south."],["6","A warlord leads a host in longboats to the Benalish isle of Avenant."],["7","A warlord directly challenges the authority of the grand warlord, hoping to take her place."],["8","A warlord kills the grand warlord and starts transforming Keld back into the land of bloodthirsty raiders it once was."]],"name":"Keld Villains","page":20,"source":"PSD","chapter":{"name":"Warhosts of Keld","index":6}},{"caption":"Suggested Ideals","colLabels":["d8","Ideal"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@b Riashil Pacifism.} To live at peace with nature, we must first learn to live at peace with each other."],["2","{@b Staprion Defiance.} Those who cross lines must be put in their place."],["3","{@b Loridalh Interdependence.} I am my own master, but I am strongest when I work as part of the web of all life."],["4","{@b Kelfae Flexibility.} The search for stability—whether in a swaying treetop or in the turmoil of life—is fruitless."],["5","{@b Jubilar Remembrance.} The sacrifice of those who were exterminated in the Phyrexian Invasion must be remembered, and their stories retold."],["6","{@b Basiphem Pride.} Because we are strong, it is our responsibility to aid the rest of the forest where we can."],["7","{@b Hedressel Holiness.} We must maintain our distance—culturally and physically—from other peoples to maintain our connections to the wood."],["8","{@b Ruadach Openness.} We must open ourselves to new cultures, new peoples, and new ideas, or we will rot like a fallen log."]],"name":"Fighter or Ranger; Suggested Ideals","page":21,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Suggested Bonds","colLabels":["d8","Bond"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","I could always count on my mother to give me a good bonk on the head if I did something foolish. (Riashil)"],["2","I will have my revenge against the Cabal for the harm they have done to my kin. (Staprion)"],["3","One of the twelve tallest emergent trees in Llanowar is the dearest place to me in all the world. (Loridalh)"],["4","I was bonded to a kavu at birth. (Kelfae)"],["5","I survived the Phyrexian Invasion over three hundred years ago, and I will never forget the faces of those who died. (Jubilar)"],["6","My family carries the shame of failing to protect Llanowar from the Phyrexian Invasion, and I will stop at nothing to undo that shame. (Basiphem)"],["7","I spent a year in Hedressel, and I would give my life to defend that holy place. (Hedressel)"],["8","I left my family rather than endure the grief of losing them. (Ruadach)"]],"name":"Fighter or Ranger; Suggested Bonds","page":21,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Quests","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Find the source of orc raids in the Ironcrown Mountains."],["2","Retrieve something caught in the web of an enormous spider."],["3","Carry a message to a Benalish city—about diplomacy, trade, matters of the heart, or anything else."],["4","Track down an interloper who managed to escape punishment for crimes against the forest (perhaps even trespassing in Hedressel)."],["5","Dispose of a newly uncovered piece of Phyrexian wreckage."],["6","Plant a seed from Llanowar in the Whispering Woods or another distant forest."]],"name":"Llanowar Quests","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Sites","colLabels":["d10","Adventure Site"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Inside a giant tree that has strangely begun to rot from the inside"],["2","At the top of an emergent tree, where magical flowers grow"],["3","Nestled among the roots of one of the oldest and largest trees in the forest"],["4","A temple hollowed out from a huge branch of a still-living tree"],["5","A statue of the elf hero Eladamri, situated in the middle of a placid forest clearing"],["6","A network of rope bridges connecting canopy trees"],["7","A sinister-looking tower made from a dead tree"],["8","An enormous patch of mushrooms that gets larger every day"],["9","An overgrown Phyrexian war machine"],["10","An anthill, termite nest, or wasp nest that's larger than a grand temple"]],"name":"Llanowar Sites","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"caption":"Llanowar Villains","colLabels":["d8","Villain"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","A zealous druid wants to drive the humans and half-elves out of Ruadach."],["2","A pragmatist thinks the old druidic traditions are holding the elves back from greatness, and seeks to destroy Hedressel or Molimo (or both)."],["3","A knight of the Steel Leaf tries to stir up war with Benalia, in order to have an excuse to slaughter the humans."],["4","A druid uses ancient necromancy to poison a stream supplying water to a Benalish town."],["5","A Staprion warrior believes the pacifist Riashil are traitors to the elves, and tries to goad them into fighting."],["6","An elf has bred a giant kavu intended to topple trees and destroy elfhames."],["7","A necromancer wants to use the spirits of the elven dead that are said to guard Hedressel to destroy the elves entirely."],["8","A leader of the Order of the Steel Leaf is in league with the Cabal, and tries to undermine the Staprion offensive against that order."]],"name":"Llanowar Villains","page":23,"source":"PSD","chapter":{"name":"Elves of Llanowar","index":7}},{"colLabels":["d10","Guild"],"colStyles":["text-center col-6","text-center col-6"],"rows":[["1","Azorius Senate"],["2","Boros Legion"],["3","House Dimir"],["4","Golgari Swarm"],["5","Gruul Clans"],["6","Izzet League"],["7","Orzhov Syndicate"],["8","Cult of Rakdos"],["9","Selesnya Conclave"],["10","Simic Combine"]],"name":"Random Guilds","page":6,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"colLabels":["Month","Name"],"colStyles":["text-center col-6","text-center col-6"],"rows":[["1","Seleszeni (March)"],["2","Dhazo (April)"],["3","Prahz (May)"],["4","Mokosh (June)"],["5","Paujal (July)"],["6","Cizarm (August)"],["7","Tevnember (September)"],["8","Golgar (October)"],["9","Quaegar (November)"],["10","Xivaskir (December)"],["11","Griev (January)"],["12","Zuun (February)"]],"name":"Ravnica's Calendar","page":7,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Ravnica Currency","colStyles":["col-3 text-center","col-3","col-3","col-3"],"colLabels":["Value","Azorius","Boros","Orzhov"],"rows":[["1 cp","copper zib","—","copper alms-coin"],["25 cp","silver 25-zib coin","—","—"],["1 ep","electrum 50-zib coin","—","—"],["1 gp","gold zino","gold zino","—"],["5 gp","—","gold 5-zino coin","—"],["1 pp","—","—","platinum 10-zino coin"],["10 pp","—","—","platinum 100-zino coin"]],"name":"Currency: Zibs and Zinos; Ravnica Currency","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Cosmopolitan Conveniences","colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["Cup of coffee","10 cp"],["Newspaper","15 cp"],["Pendulum clock","100–250 gp"],["Spectacles","25 gp"],["Spyglass","50–100 gp"]],"name":"Comforts of Civilization; Cosmopolitan Conveniences","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Standard Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4","col-4","col-4"],"rows":[["Abyssal","Demons, devils","Infernal"],["Celestial","Angels","Celestial"],["Common","Humans","Common"],["Draconic","Dragons","Draconic"],["Elvish","Elves","Elvish"],["Giant","Ogres, giants","Minotaur"],["Goblin","Goblins","Common"],["Kraul","Kraul","Kraul"],["Loxodon","Loxodons","Elvish"],["Merfolk","Merfolk","Merfolk"],["Minotaur","Minotaurs","Minotaur"],["Sphinx","Sphinxes","—"],["Sylvan","Centaurs, dryads","Elvish"],["Vedalken","Vedalken","Vedalken"]],"name":"Standard Languages","page":9,"source":"GGR","chapter":{"name":"Welcome to Ravnica","index":0}},{"caption":"Party Makeup","colLabels":["d8","Party Makeup"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b One-Guild Party}. Choose a guild and refer to its description in {@book chapter 2|GGR|2} for suggestions on building the party around it."],["2","{@b Classic Party}. Boros or Selesnya cleric (Life Domain), Azorius or Boros fighter (Champion archetype), Dimir or Golgari rogue (Thief archetype), Boros or Izzet wizard (School of Evocation)"],["3","{@b Law and Order Party}. Boros cleric, Azorius fighter, Azorius wizard, Boros ranger"],["4","{@b Mad Science Party}. Simic druid, Izzet fighter, Izzet wizard, Simic monk"],["5","{@b Skulkers Party}. Golgari druid, Golgari fighter or ranger, Dimir rogue or monk, Dimir wizard"],["6","{@b Chaos Party}. Gruul druid, Gruul barbarian, {@creature Rakdos|GGR} warlock, {@creature Rakdos|GGR} rogue"],["7","{@b Nature Party}. Selesnya druid, Gruul barbarian, Simic wizard or Selesnya bard, Golgari rogue"],["8","{@b Benevolent Party}. Selesnya cleric, Boros paladin, Azorius wizard, Selesnya bard"]],"name":"Building a Party; Party Makeup","page":11,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Common Cause","colLabels":["d8","Reasons for Cooperating"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b Cellmates}. The characters are prisoners in an Azorius prison, a Gruul camp, or a {@creature Rakdos|GGR} cage."],["2","{@b Greater Threat}. The characters are fighting each other when a rampaging wurm attacks."],["3","{@b Sudden Danger}. The characters are trapped together by a sinkhole opening, a building collapsing, or a laboratory exploding."],["4","{@b Dream Team}. A strange dream leads each character to the same destination."],["5","{@b Lost Together}. The characters are hopelessly lost in an unfamiliar part of the city."],["6","{@b Detente}. By order of their guilds' leaders, the characters must cooperate to complete a secret mission."],["7","{@b Common Foe}. A villain is a common enemy to all the characters."],["8","{@b Do or Die}. The characters are all trying to avert the catastrophe of an all-out war among the guilds."]],"name":"Building a Party; Common Cause","page":11,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Random Height and Weight","colLabels":["Race","Base Height","Height Modifier","Base Weight","Weight Modifier"],"rows":[["Centaur","6'0\"","+{@dice 1d10}","600 lb.","× ({@dice 2d12}) lb."],["Goblin","3'5\"","+{@dice 2d4}","35 lb.","× 1 lb."],["Simic hybrid","*","*","*","*"],["Loxodon","6'7\"","+{@dice 2d10}","295 lb.","× ({@dice 2d4}) lb."],["Minotaur","5'4\"","+{@dice 2d8}","175 lb.","× ({@dice 2d6}) lb."],["Vedalken","5'4\"","+{@dice 2d10}","110 lb.","× ({@dice 2d4}) lb."]],"footnotes":["* As humanoid base option"],"name":"Random Height and Weight","page":12,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Barbarian","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Path of the Ancestral Guardian*","Gruul"],["Path of the Berserker","Gruul, {@creature Rakdos|GGR}"],["Path of the Storm Herald*","Gruul"],["Path of the Totem Warrior","Gruul"],["Path of the Zealot*","Boros, {@creature Rakdos|GGR}"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Barbarian","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Bard","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["College of Glamour*","Selesnya"],["College of Lore","Azorius, Selesnya"],["College of Swords*","{@creature Rakdos|GGR}"],["College of Valor","{@creature Rakdos|GGR}"],["College of Whispers*","Dimir"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Bard","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Cleric","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Forge Domain*","Boros"],["Knowledge Domain","Azorius"],["Life Domain","Boros, Selesnya"],["Light Domain","Boros"],["Nature Domain","Selesnya"],["Order Domain**","Azorius, Orzhov"],["Tempest Domain","Gruul"],["Trickery Domain","Dimir"],["War Domain","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}","** Appears in this chapter"],"name":"Cleric","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Druid","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Circle of Dreams*","Selesnya"],["Circle of Spores**","Golgari"],["Circle of the Land","Golgari (forest, swamp, Underdark), Selesnya (forest, grassland), Simic (coast, forest)"],["Circle of the Moon","Gruul"],["Circle of the Shepherd*","Selesnya"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}","** Appears in this chapter"],"name":"Druid","page":23,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Fighter","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Arcane Archer*","Selesnya"],["Battle Master","Azorius, Boros, Orzhov, Selesnya"],["Cavalier*","Azorius, Boros"],["Champion","Azorius, Boros, Golgari, Gruul, Orzhov, {@creature Rakdos|GGR}, Selesnya, Simic"],["Eldritch Knight","Azorius, Boros, Izzet, {@creature Rakdos|GGR}"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Fighter","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Monk","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Way of Shadow","Dimir"],["Way of the Four Elements","Simic (focus on water- and air-related disciplines)"],["Way of the Open Hand","Selesnya, Simic"],["Way of the Sun Soul*","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Monk","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Paladin","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Oath of Conquest*","Orzhov"],["Oath of Devotion","Boros"],["Oath of Redemption*","Selesnya"],["Oath of the Ancients","Selesnya"],["Oath of Vengeance","Azorius"]],"name":"Paladin","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Ranger","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Beast Master","Golgari (prefer insects and reptiles), Gruul (prefer fierce beasts), Selesnya (prefer wolves)"],["Gloom Stalker*","Golgari"],["Hunter","Boros, Gruul, Selesnya"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Ranger","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Rogue","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Arcane Trickster","Dimir"],["Assassin","Dimir, Golgari, Orzhov"],["Inquisitive*","Azorius, Dimir"],["Mastermind*","Dimir"],["Scout*","Gruul"],["Swashbuckler*","{@creature Rakdos|GGR}"],["Thief","Dimir, Golgari, Orzhov, {@creature Rakdos|GGR}"]],"name":"Rogue","page":24,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Sorcerer","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["Divine Soul*","Boros"],["Draconic Bloodline","Izzet"],["Shadow Magic*","Dimir"],["Storm Sorcery*","Izzet"],["Wild Magic","Izzet"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Sorcerer","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Warlock","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["The Archfey","Selesnya"],["The Celestial*","Boros"],["The Fiend","{@creature Rakdos|GGR}"],["The Great Old One","Any"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Warlock","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Wizard","colStyles":["col-6","col-6"],"colLabels":["Subclass","Guild"],"rows":[["School of Abjuration","Azorius, Orzhov"],["School of Conjuration","Izzet, Simic"],["School of Divination","Azorius, Dimir, Orzhov"],["School of Enchantment","Azorius, Dimir, Orzhov"],["School of Evocation","Boros, Izzet"],["School of Illusion","Dimir"],["School of Necromancy","Golgari, Orzhov"],["School of Transmutation","Izzet, Simic"],["War Magic*","Boros"]],"footnotes":["* Appears in {@book Xanathar's Guide to Everything|XGE}"],"name":"Wizard","page":25,"source":"GGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"colLabels":["d6","Reason for Independence"],"colStyles":["text-center col-2","col-10"],"rows":[["1","I've been around long enough that my guild lets me do what I want."],["2","I've been chosen for special assignments because I'm just that good."],["3","I've been singled out for special assignments because somebody up the ranks hates me."],["4","I'm moonlighting, and I'd get in trouble if my superiors knew what I was up to."],["5","I've been put at the disposal of another guild because my superiors want to help them."],["6","I've been put at the disposal of another guild because my superiors hope I'll fail."]],"name":"Membership and Independence","page":31,"source":"GGR","chapter":{"name":"Guilds of Ravnica","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gruul Clan Options","colLabels":["d8","Clan"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Burning Tree clan"],["2","Ghor clan"],["3","Scab clan"],["4","Slizt clan"],["5","Gravel Hide clan"],["6","Zhur-Taa clan"],["7","Minor or new clan"],["8","Trog"]],"name":"Joining the Gruul Clans; Gruul Clan Options","page":59,"source":"GGR","chapter":{"name":"Guilds of Ravnica","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"People on the Street—Precinct One","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Banker, heading to a favorite restaurant"],["2","Diplomat, heading to the Chamber of the Guildpact"],["3","Gardener, pruning vegetation"],["4","Ghost, looking for directions to Orzhova"],["5","Government official, late for an appointment"],["6","Jeweler, heading to a grooming salon"],["7","Mob boss, leaving a nightclub"],["8","Noble, taking in the sights"],["9","Opera singer, enjoying a meal outside"],["10","Painter, working on a street scene"],["11","Tourist, gawking at everything"],["12","Translator, feeding some birds"]],"name":"People on the Street—Precinct One","page":105,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct One","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Oh, dear! Did you hear all that commotion yesterday evening near the opera house? It appears that a couple of dignitaries went missing during the performance.\""],["2","\"I hear that Nolson has purses and handbags in his inventory that bear some sort of magic. They'll get snapped up quickly, I'll wager.\""],["3","\"A most dreadful moaning was coming from the plaza today. My friend said she saw a wailing spirit floating over the park. I wish they'd stay in the bank.\""],["4","\"Such a commotion at the Wayfinder Club last night. I heard the fight, but a friend told me there were blades drawn, and the perpetrator escaped!\""],["5","\"Can you believe the gall of some people? I saw a couple of dirty ruffians in my neighborhood last night, and they were defacing the walls of the courthouse!\""],["6","\"I still can't believe that crazy old Orzhov syndic just handing out zinos near the plaza, muttering 'The end is near.' She'll invite nothing but undesirables sniffing for free coin.\""]],"name":"Rumors—Precinct One","page":105,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Two","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Arrester, off duty and out buying produce"],["2","Arrester, on duty and watching for trouble"],["3","Baker, returning from a long work shift"],["4","Carpenter, searching for a good pack animal"],["5","Chandler, fuming after a recent argument"],["6","Government official, enjoying a day off"],["7","Locksmith, on the way to unlock a door"],["8","Mob enforcer, trailing a debtor"],["9","Retired soldier, heading to a chess game"],["10","Shopkeeper, taking a child out for a treat"],["11","Teenager, heading to a friend's house"],["12","Tourist, heading to the Millennial Platform"]],"name":"People on the Street—Precinct Two","page":108,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Two","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Can you believe the deals that Janus has this week in his shop? I wonder if he's in trouble, trying to move his merchandise so quickly.\""],["2","\"I got a tip on some high-quality blades at Minera's. She's looking to find good homes for them, and she says some are enchanted.\""],["3","\"Two Boros minotaurs garrisoned at Sunhome were meeting with old friends at Newson's Tavern last night. They spent most of the night telling stories about a madness taking hold of their ranks.\""],["4","\"An airship docked in the middle of the night at Augustin Station without any people on board. No one knows how it got there without a crew.\""],["5","\"This is the third person gone missing in Griffin Heights this week. I hear they were all gamblers and deep in it. Must've owed way too much.\""],["6","\"Did you hear about that lawmage who went crazy? They had to send two squads of arresters to bring him down. He kept telling them 'A homunculus made me do it.' I don't want to know what 'it' is.\""]],"name":"Rumors—Precinct Two","page":108,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Three","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Beast trainer, walking an animal on a leash"],["2","Awakened shrub, completing an errand"],["3","Centaur, out to get the family some food"],["4","Evangelist, trying to win Selesnya converts"],["5","Farmer, using a healing balm after a hard day"],["6","Guide, taking a wolf out for a stroll"],["7","Healer, on the way to tend to someone sick"],["8","Ledev guardian, on patrol"],["9","Pilgrim, looking for directions to Vitu-Ghazi"],["10","Storyteller, practicing oration out on the street"],["11","Teamster, carrying a broken wagon wheel"],["12","Woodcarver, whistling a familiar song"]],"name":"People on the Street—Precinct Three","page":111,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Three","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Something keeps spooking the pack animals. I wonder what it could be?\""],["2","\"I hear there's an old granary in the rubblebelt that's filled with bandit plunder. Probably worth a peek!\""],["3","\"The giant spiders above Velen's Rest have become aggressive as of late. I heard someone got poisoned by one yesterday.\""],["4","\"Can you believe they're going to close Vitu-Ghazi to visitors tomorrow? I wonder what's going on.\""],["5","\"Those rumblings that shook the ground last night were definitely wurms tunneling. I'm sure the Selesnya aren't pleased.\""],["6","\"We should go find that loxodon priest and see if she's still having visions. I'll bet we can get her to tell us our future!\""]],"name":"Rumors—Precinct Three","page":111,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Four","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Bounty hunter, asking about a mark"],["2","Displaced merchant, looking for a new home"],["3","Goblin messenger, anxious and impatient"],["4","Healer, covered in blood"],["5","Leatherworker, carrying some flowers"],["6","Merchant, whistling a tune"],["7","Scientist, lost in thought"],["8","Street urchin, busking for money"],["9","Soldier, on duty and eating a quick bite"],["10","Soldier, off duty and fixing his armor"],["11","Thrill seeker, hoping to see some Gruul raiders"],["12","Transient, looking for a good place to sleep"]],"name":"People on the Street—Precinct Four","page":114,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Four","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Sergeant Uwen got hold of something even the war wurms of the Gruul fear. Don't know what it is, but he sent one of them running just by standing there.\""],["2","\"If you're looking for the best deals on explosives, you should talk to one of the Shattergang Brothers. They'll set you up right, no questions asked.\""],["3","\"I swear I saw {@creature Niv-Mizzet|GGR}'s head floating above Nivix last night. I wonder what it means.\""],["4","\"Beria over on Tin Street just put out some new curiosities. Says they came from an expedition in the undercity. Could be magical.\""],["5","\"My whole street's been smelling like sulfur for the past two days now. People are starting to get sick, and the soldiers don't take it seriously.\""],["6","\"I saw an angel and a demon having what looked like a polite conversation. I couldn't believe my eyes!\""]],"name":"Rumors—Precinct Four","page":114,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Five","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Alchemist, reviewing an ingredient list"],["2","Barkeep, picking up some dropped coins"],["3","Cartographer, laden with map cases"],["4","Engineer, reading a schematic"],["5","Homunculus, on an errand"],["6","Librarian, going home for tea"],["7","Poet, shopping for fresh produce"],["8","Professor, assessing a student"],["9","Scribe, hands stained with ink"],["10","Student, lost in a book"],["11","Tinker, out of breath from running"],["12","Vampire mind drinker, heading to the library"]],"name":"People on the Street—Precinct Five","page":118,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Five","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"The latest is that the translocation device is only operating within fifty percent of tolerances. I'm certain that funding will be pulled any day now.\""],["2","\"I don't know how Zameck does it, but they've certainly built a better soldier. And I hear some of the formulas have made it outside their halls.\""],["3","\"That ghost haunting the history section of the Ismeri Library is back. I've heard this time it can speak, and it's looking for someone.\""],["4","\"Creatures of some sort of elemental composition were emerging from the Blistercoils this morning. Those things could be anywhere in the city by now.\""],["5","\"I can't believe Professor Zagany let her see his research. She's going to take his findings to an information broker, I'm sure. He'll never work again.\""],["6","\"Sila has a new stock of exotic components. She says they can enhance spells in a way other components cannot.\""]],"name":"Rumors—Precinct Five","page":118,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"People on the Street—Precinct Six","colLabels":["d12","Description"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Actor, out getting a meal"],["2","Carpenter, heading to the next job"],["3","Devkarin elf (dark elf), on an errand"],["4","Goblin cutpurse, looking for an easy mark"],["5","Laborer, ready to head to the tavern"],["6","Merchant, looking for a {@creature Rakdos|GGR} club"],["7","Metalsmith, grimy from a long day's work"],["8","Performer, with a child apprentice"],["9","Shipwright, out buying some supplies"],["10","Soldier, off duty and enjoying a walk"],["11","Soldier, on duty and in a hurry"],["12","Teamster, spoiling for a fight"]],"name":"People on the Street—Precinct Six","page":121,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rumors—Precinct Six","colLabels":["d6","Rumor"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"Something very large was lurking in the chasm last night, and it knocked a carriage off a bridge. The passengers jumped out just in time!\""],["2","\"I heard that Krenko's gang has been trying to get their hands on mizzium, and are willing to pay a good price for it too.\""],["3","\"The wight of Precinct Six has struck again! This morning, an arrester and a cutpurse were found dead in an alley, drained of their life. A bystander saw it happen.\""],["4","\"Did you hear those shrieking sounds out near Benzer's Bridge last night? Whatever it was, it didn't sound like anything I've ever heard before. Chilling.\""],["5","\"I hear Rhionna is closing up her forge. She says she's getting sick of replacing stolen tools every week. The staff claims they're innocent.\""],["6","\"One of the warehouses out in Medori Park had an intense red glow shining through its windows yesterday. Smelled of sulfur. No one wants to go near it.\""]],"name":"Rumors—Precinct Six","page":121,"source":"GGR","chapter":{"name":"The Tenth District","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Guild Location Goals","colLabels":["d8","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Prevent a magical catastrophe inside the location."],["2","Find the source of strange occurrences in or near the location."],["3","Escape the location (and help others escape) when a disaster occurs inside."],["4","Quell a riot inside or around the location."],["5","Kill or drive out a monster that has turned the location into its lair."],["6","Defend the location against an external attacker."],["7","Seize control of the location."],["8","Infiltrate the location and report on what's happening inside."]],"name":"Guild Locations; Guild Location Goals","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Location Connections","colLabels":["d6","Adventure Connection"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Transport a person, an object, or information collected at the first location safely to the second."],["2","Plant something taken from the first location inside the second to incriminate someone in the second location."],["3","Do the same thing at the second location as was done at the first."],["4","Uncover the source of interference encountered at the first location, which lies in the second."],["5","Follow a fleeing foe or trail a suspicious figure from the first location to the second."],["6","Follow up on information gained at the first location by investigating the second."]],"name":"Linked Locations; Location Connections","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Villains","colLabels":["d6","Villainous Activity"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A villain is attempting to disgrace or discredit a powerful person."],["2","A villain is striving for power within their guild."],["3","A villain has claimed power in their guild and needs to be supplanted."],["4","The villain is sending agents to infiltrate one or more guilds."],["5","The villain's agents are luring members away from another guild."],["6","The villain's agents are sabotaging the operations of another guild."]],"name":"Guild Villains","page":123,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Character Objectives","colLabels":["d8","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find an item that is important to the guild."],["2","Get information from a guild member."],["3","Protect or rescue a guild member in the midst of a catastrophe."],["4","Free a guild member from captivity."],["5","Find a missing guild member."],["6","Kill or capture an enemy of the guild."],["7","Help a guild member who's in trouble with the law."],["8","Recruit someone to join the guild."]],"name":"Guild Character Objectives","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dungeon Delve Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–3","House Dimir"],["4–8","Golgari Swarm"],["9–10","Cult of Rakdos"],["11–12","Simic Combine"]],"name":"Dungeon Delve Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Wilderness Guilds","colLabels":["d6","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–4","Gruul Clans"],["5–6","Selesnya Conclave"]],"name":"Wilderness Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Intrigue Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Azorius Senate"],["3–6","House Dimir"],["7–8","Golgari Swarm"],["9–11","Orzhov Syndicate"],["12","Simic Combine"]],"name":"Plots and Intrigue; Intrigue Guilds","page":124,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mystery Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–4","House Dimir"],["5–7","Golgari Swarm"],["8","Izzet League"],["9–11","Orzhov Syndicate"],["12","Simic Combine"]],"name":"Mystery Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Disaster Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Golgari Swarm"],["3–5","Gruul Clans"],["6–8","Izzet League"],["9–10","Selesnya Conclave"],["11–12","Simic Combine"]],"name":"Disaster Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Protection Guilds","colLabels":["d12","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1–2","Boros Legion"],["3–6","Gruul Clans"],["7–8","Orzhov Syndicate"],["9–12","Cult of Rakdos"]],"name":"Protection Guilds","page":125,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Cross Purposes","colLabels":["d10","The Villain's Activities..."],"colStyles":["text-center col-2","col-10"],"rows":[["1","... directly target one or more characters. The adventure begins when characters are attacked by the villain's agents."],["2","... threaten a character's contact or bond."],["3","... challenge a character's ideal or exploit a flaw. The character might hear rumors of this activity, spurring them into action."],["4","... open an opportunity for a character to pursue a personal goal."],["5","... compete with a character's guild. A guild authority might order the character to rectify the situation."],["6","... threaten guild members or property."],["7","... conflict with guild goals."],["8","... open an opportunity for a guild to pursue its own agenda."],["9","... catch the characters between fighting forces."],["10","... cause an accident or catastrophe that traps the characters."]],"name":"Involving the Characters; Cross Purposes","page":126,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Secondary Guild Role","colLabels":["d8","Secondary Guild Role"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A rival pursues the same goal as the adventurers, but is doing it \"wrong.\""],["2","One or more members of another guild are caught between the villain and the adventurers."],["3","A group of NPC adventurers from another guild confront the same villain for different reasons."],["4","Someone is manipulating the villain for their own purposes."],["5","A known rival or enemy meddles in the adventure, hoping the adventurers will fail."],["6","A known rival or enemy can provide essential help in stopping the villain."],["7","A second villain's plot is unfolding at the same time but is otherwise unrelated."],["8","A second villain is in competition with the first one."]],"name":"Complications; Secondary Guild Role","page":127,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Guild Intrigue","colLabels":["d6","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Guilds are vying for influence over a prominent individual (who might be a player character)."],["2","Guilds are competing for control of a key site or swath of territory."],["3","Guilds are locked in a deadly feud but might be open to a peace negotiation."],["4","Villains from two or more guilds are forming a dangerous alliance."],["5","A villain is trying to disrupt an alliance between two or more guilds."],["6","Splinter factions from two guilds are trying to form a new guild."]],"name":"Guild Intrigue","page":127,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arrester Station Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Break out of the holding cells."],["2","Break someone else out of the holding cells."],["3","Stop someone before they can give information to the arresters or testify before a judge."],["4","Protect a prisoner from assassins."],["5","Get information from or to someone in the holding cells."],["6","Apprehend a former prisoner who used magic to take over the station and drive the guards away."],["7","Retrieve something held as evidence."],["8","Find proof that the captain of this station is corrupt."],["9","Discover who helped a prisoner escape and how."],["10","Uncover a plot to discredit, blackmail, or kill the station commander."],["11","Steal the arresters' files about a criminal or a case."],["12","Intercept a message being sent to or from the station."]],"name":"Arrester Station Adventures","page":129,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","An ambitious authority figure seeks to achieve a higher rank by framing or defaming a rival."],["2","A venal judge's rulings are swayed by bribes and favors."],["3","A vengeful imperator persecutes a certain group of people, seeking revenge for a past wrong done by one of the group's members."],["4","An overzealous imperator is prepared to arrest a neighborhood full of people to find a stolen item."],["5","A sadistic warden tortures prisoners, ostensibly for the sake of law and order."],["6","A corrupt senator seeks to pass laws that favor a certain class of people."],["7","A {@creature precognitive mage|GGR} invents visions designed to frame enemies."],["8","A cowardly bureaucrat destroys evidence to hide someone else's involvement in a crime."]],"name":"Azorius Villains","page":129,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Assignments","colLabels":["d6","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find and arrest a wanted fugitive."],["2","Arrest someone identified as a potential criminal by precognitive mages."],["3","Clear the name of an innocent person."],["4","Solve a murder by questioning suspects."],["5","Retrieve a stolen item."],["6","Quell a riot."]],"name":"Azorius Character Goals; Azorius Assignments","page":131,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Azorius Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature precognitive mage|GGR} has identified the characters as future criminals, and now there's a warrant out for their arrest."],["2","A {@creature precognitive mage|GGR} has foreseen the characters' future struggles and tries to protect them, thereby interfering in their next adventure."],["3","{@creature Felidar|GGR|Felidars} have bonded with the wrong person and now track an innocent citizen."],["4","Hussars—Azorius {@creature Soldier|GGR|soldiers} mounted on {@creature Griffon||griffons}—declare martial law in a neighborhood and enforce their harsh authority on the citizenry."],["5","An {@creature archon of the Triumvirate|GGR} interprets innocent actions as illegal ones because its connection to the law has been corrupted."],["6","A missing {@creature homunculus} is the sole witness to the murder of a judge."]],"name":"Other Adventure Hooks; Azorius Adventure Hooks","page":131,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Legion Garrison Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Lay siege to the garrison."],["2","Break a siege at the garrison."],["3","Sabotage the building's defenses so someone else can break into the garrison."],["4","Find a hidden explosive charge in the garrison before it detonates."],["5","Steal a magic weapon held inside the garrison."],["6","Discover evidence that incriminates an officer in the garrison."],["7","Identify a spy among the garrison's soldiers before the spy can escape."],["8","Help a spy get safely out of the garrison without being discovered."],["9","Capture a garrison officer for interrogation."],["10","Shore up the garrison's defenses before an assault."],["11","Clear out the monsters infesting a garrison that was abandoned years ago."],["12","Steal plans for future Boros military action."]],"name":"Legion Garrison Adventures","page":132,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Seeking to avenge a partner's murder, a Wojek League officer turns to vigilantism."],["2","A Boros commander starts preemptively closing Izzet foundries, Simic research chambers, and other locations considered prone to disaster."],["3","Angered at the death of a loved one in a certain neighborhood, a Wojek agent is inciting its residents to revolt, knowing that the Boros will respond with force."],["4","Believing that they are harboring terrorists, a Boros brigadier is slaughtering helpless people in transient communities in the undercity."],["5","A squad of corrupt Boros {@creature Soldier|GGR|soldiers} is extorting money from local merchants."],["6","A Boros commander under the thumb of another guild is turning a blind eye to the violence perpetrated by that guild."],["7","An overzealous angel has risen up against innocent people, including the soldiers in her own garrison, believing that they harbor evil in their hearts."],["8","A crazed angel demands to be worshiped as a god."]],"name":"Boros Villains","page":132,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Help quell a {@creature Rakdos|GGR} riot or hold back Gruul raiders, or otherwise maintain the peace while protecting innocent bystanders."],["2","Capture or kill a Gruul chieftain who has taken responsibility for a series of brutal raids."],["3","Help evacuate citizens from the area of a natural or magical disaster."],["4","Escort an important person safely from one place to another."],["5","Investigate a Boros commander suspected of cultivating personal loyalty in underlings, rather than loyalty to the legion."],["6","Uncover a spy in the legion."]],"name":"Boros Character Goals; Boros Assignments","page":133,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Boros Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A Boros officer is awaiting trial for unsanctioned and excessive use of force, and the officer's squad is planning a jailbreak."],["2","The Boros are secretly working with the Shattergang Brothers, a group of black market arms dealers, to develop a devastating weapon."],["3","A Boros offensive is displacing and even killing innocent bystanders caught in its path."],["4","Flame-kin soldiers created as part of an abandoned weapons project are suddenly reactivated and run amok. These soldiers use the {@creature azer} stat block in the {@book Monster Manual|MM}."],["5","A Boros parade meant as a show of strength provokes widespread protests, some of which erupt into violence."],["6","A flying Boros fortress is about to crash, threatening to devastate the neighborhood below."]],"name":"Other Adventure Hooks; Boros Adventure Hooks","page":133,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Safe House Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find a fugitive hiding in the safe house."],["2","Liberate someone being held in the safe house."],["3","Retrieve a stolen item."],["4","Get information from a prisoner in the safe house without revealing that information to the Dimir."],["5","Acquire information from a Dimir agent to unmask a spy embedded in another guild."],["6","Escape from captivity in the safe house."],["7","Plant a magical surveillance device inside the safe house."],["8","Damage or destroy the safe house so the Dimir can't use it anymore."],["9","Prevent the creation of a horror (a {@creature flying horror|ggr}, {@creature shadow horror|ggr}, or a {@creature skittering horror|ggr}) in the safe house. (You can replace the horror with a different creature from the {@book Monster Manual|MM}.)"],["10","Find and kill a {@creature mind drinker vampire|GGR} or other monster that is picking off the safe house's inhabitants."],["11","Disable the safe house's wards and plant a beacon inside it so that members of another guild can find and raid the place."],["12","After stumbling into the safe house accidentally, get out with memories intact."]],"name":"Safe House Adventures","page":135,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A spy seeks to plunder another guild's secrets."],["2","A {@creature mind mage|GGR} is hunting down everyone who witnessed a great humiliation to expunge their memories of the event."],["3","A {@creature mind mage|GGR} has implanted false memories of a crime in many minds in order to incriminate someone."],["4","A group of Dimir agents is plundering the minds of people who have knowledge of a vault that holds great wealth or magical power."],["5","After a Dimir spy is unmasked, a {@creature mind mage|GGR} erases the memory of the spy's identity from the minds of those involved."],["6","A shapeshifter has replaced a high-ranking member of another guild in order to provoke conflicts."],["7","A {@creature mind drinker vampire|GGR} is plundering the minds of its victims."],["8","Roll on another guild's villain table, but the villain is a disguised Dimir agent or someone being manipulated by the Dimir."]],"name":"Dimir Villains","page":135,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Impersonate an individual to gather information from that individual's contacts and associates."],["2","Make sure that a particular person (not a main antagonist) at an adventure site doesn't survive the encounter with the characters."],["3","Make sure that a particular person (not the main villain) survives the adventure."],["4","Get information from the main villain by magically extracting the villain's dying thoughts."],["5","Plant evidence to steer the other adventurers away from the true villain."],["6","Get information to a Dimir agent who is embedded in the adventure location."]],"name":"Dimir Character Goals; Dimir Assignments","page":137,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dimir Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The characters find a bundle of {@i thought strands}, and Dimir agents are in a rush to find them before they fade away."],["2","A rogue agent hunted by Dimir assassins offers crippling information about House Dimir in exchange for protection."],["3","A Dimir horror (a {@creature flying horror|ggr}, {@creature shadow horror|ggr}, or a {@creature skittering horror|ggr}) is randomly killing people in the dark alleys of a particular neighborhood."],["4","Word is out that someone claims to have a list of Dimir agents embedded in other guilds, igniting a furious contest to obtain the list."],["5","While prying too deeply into ancient lore, a Dimir agent (now deceased) released a nameless evil into the city."],["6","Roll on another guild's adventure hooks table, but the Dimir are secretly behind the situation."]],"name":"Other Adventure Hooks; Dimir Adventure Hooks","page":137,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Undercity Mansion Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find the source of a noxious fog rising from the undercity and poisoning a surface neighborhood."],["2","Rescue several citizens being held hostage by Ochran agents."],["3","Find the daytime lair of an elusive monster that hunts on the surface at night."],["4","Rescue a guild member {@condition petrified} by an {@creature undercity medusa|GGR} that uses the mansion as its lair."],["5","Take shelter in the mansion to escape a horrible monster prowling the undercity."],["6","Win a bet by surviving a night inside."],["7","Escape from captivity here."],["8","Find a fugitive hiding here."],["9","Find and claim a treasure hidden in the mansion."],["10","Attend a masked ball held in the mansion in order to get information from another guest."]],"name":"Undercity Mansion Adventures","page":138,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Armed with a powerful magic item found among the dead in the undercity, a {@creature Golgari shaman|GGR} enacts a plan of revenge against another guild."],["2","A {@creature kraul death priest|GGR} is seeking a way to revive the ancient gods of Ravnica and destroy the world."],["3","A {@creature Devkarin lich|GGR} is capturing living subjects and infecting them with an insidious, mind-controlling fungus."],["4","A trophy-hunting {@creature undercity medusa|GGR} for the stat block) is on a killing spree, petrifying victims in interesting poses."],["5","A {@creature Golgari shaman|GGR} is spreading a fungal infection that transforms its dead victims into {@creature Zombie||zombies}."],["6","An elf child lures citizens into the sewers, where a monstrous \"pet\" is waiting to kill and eat them."],["7","Pursuing a personal vendetta, an Ochran {@creature assassin} is targeting members of a certain guild and trying to ensure that their bodies are never found."],["8","A {@creature kraul death priest|GGR}, angry at the way the Golgari have treated the kraul in the past, is killing the elves and medusas of the guild, hoping to eventually take Jarad's place as guildmaster."]],"name":"Golgari Villains","page":138,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Find a valuable item believed lost in the undercity."],["2","Retrieve a corpse in the undercity."],["3","Collect a sample of a fungus in the undercity."],["4","Steal something that is important to another guild."],["5","Kill an outspoken enemy of the Golgari."],["6","Position a fungus so that its spores will spread into a populated area and drive the inhabitants out."]],"name":"Golgari Character Goals; Golgari Assignments","page":140,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Golgari Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Citizens who die in a particular neighborhood sprout fungal growths and rise as {@creature Zombie||zombies}, then shamble toward the undercity."],["2","{@creature Shrieker||Shriekers} sprout throughout a neighborhood."],["3","{@creature Swarm of Insects||Swarms of insects} under the control of a {@creature Golgari shaman|GGR} terrorize a neighborhood."],["4","Poor people who subsist on Golgari food contract a dangerous, contagious magical infection."],["5","Several kraul have moved into an old tenement and are making their neighbors nervous."],["6","A beloved statue, long assumed to be the image of some forgotten community hero, suddenly returns to life after being {@condition petrified} for a hundred years."]],"name":"Other Adventure Hooks; Golgari Adventure Hooks","page":140,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rubblebelt Encampment Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Determine why the Gruul have camped so close to a settled neighborhood."],["2","Free a captive taken in a recent raid."],["3","Win freedom by defeating a Gruul champion in a duel."],["4","Retrieve something looted in a recent raid."],["5","Strike a deal with the Gruul leader to cooperate against a common foe."],["6","Attempt to overthrow the clan chieftain in a combat challenge."],["7","Strike a blow to the Gruul to ensure that they don't launch a raid."],["8","Free a corralled herd of violent beasts so they stampede through the Gruul camp before the Gruul can steer them toward settled areas."],["9","Interrupt a ritual intended to summon or create a huge elemental."],["10","Disrupt a gathering of clans that could lead to an alliance between them."]],"name":"Rubblebelt Encampment Adventures","page":141,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A {@creature druid of the Old Ways|GGR}, spurred by visions of the end of civilization, plans humanoid sacrifices in the name of Ilharg the Raze-Boar."],["2","A druid is directing herds of beasts to run amok through tenement neighborhoods."],["3","A druid summons huge vines and roots to tear buildings down."],["4","A clan chieftain leads a raid to settle a personal vendetta against another guild."],["5","In a display of strength, a clan chieftain seeks to destroy a significant landmark."],["6","Looking for a totem of spiritual significance, a clanless giant wrecks anything in its path."],["7","Hoping to form a new clan, a clever centaur tries to break violent criminals out of jail."],["8","A druid leads a band that has begun starting fires around the district."]],"name":"Gruul Villains","page":141,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Collect a beast cub so it can be trained for battle."],["2","Slay a powerful monster to prove your strength."],["3","Destroy a laboratory, a work of engineering, or a similar edifice of decadent civilization."],["4","Kill someone who has been persecuting the Gruul."],["5","Free a captive warrior who was imprisoned during a recent raid."],["6","Create a disruption so the clan can raid elsewhere."]],"name":"Gruul Character Goals; Gruul Assignments","page":143,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gruul Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Conflict between two feuding clans spills onto the streets of the city, threatening to destroy entire neighborhoods."],["2","Gruul {@creature Anarch|GGR|anarchs} deface or destroy monuments throughout the district."],["3","A Gruul mob riots in the streets in observance of Rauck-Chauv, a holiday celebrated with violence."],["4","A {@creature wurm|GGR} breaks free of its Gruul controller and goes on a rampage."],["5","Swine everywhere run wild, and the Gruul interpret this as a sign of the Raze-Boar's return."],["6","Gruul raiders steal something from an Izzet laboratory that will cause a disaster if it isn't returned."]],"name":"Other Adventure Hooks; Gruul Adventure Hooks","page":143,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Experimental Workshop Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Rescue people trapped in the workshop after a disaster."],["2","Steal plans or a prototype for a new weapon."],["3","Capture an inventor for interrogation."],["4","Stop the spread of toxic gas or molten mizzium from inside the workshop."],["5","Shut down the operation of a dangerous device."],["6","Capture or kill an elemental or an Izzet weird (a {@creature blistercoil weird|ggr} or {@creature galvanice weird|ggr}) that is running amok in the workshop, and make sure it doesn't escape out into the city."],["7","Get out of the workshop before it is destroyed by a spreading catastrophe."],["8","Destroy the workshop in order to obliterate the research being done there."],["9","Destroy the workshop in order to bring down a different building nearby."],["10","Find a saboteur in the workshop before the traitor's plans can be enacted."],["11","Kill an inventor whose ideas are too dangerous to be put into practice."],["12","Activate an invention being held in storage in the workshop."]],"name":"Experimental Workshop Adventures","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Bizarre Magical Effects","colLabels":["d6","Effect"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Every spell cast in the area triggers a wild magic surge. (Roll on the {@table Wild Magic Surge|PHB} table in the \"Sorcerer\" section of the {@i Player's Handbook}.)"],["2","One or more objects in the area have a random trick effect. (Roll on the Tricks table in {@book appendix A|DMG|10|Random Tricks} of the {@book Dungeon Master's Guide|DMG}.)"],["3","The area is affected by a {@spell guards and wards}{@i spell}."],["4","Rooms and chambers in the area are affected by random obstacles. (Roll on the Obstacles table in {@book appendix A|DMG|10|Stocking a Dungeon} of the {@book Dungeon Master's Guide|DMG}.)"],["5","One or more objects in the area have a random trap effect. (Roll on the Traps table in {@book appendix A|DMG|10|Random Traps} of the {@book Dungeon Master's Guide|DMG}.)"],["6","Random sections of the area are affected by an {@spell antimagic field} spell."]],"name":"Experimental Workshop Map; Bizarre Magical Effects","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A disgraced member of the Izmundi tries to embarrass the guild by orchestrating a magical disaster."],["2","A team of inventors is creating a secret arsenal of volatile weapons."],["3","Trying to impress the guildmaster, a mage from the Laboratory of Storms and Electricity creates a device that pushes the weather from one extreme to another."],["4","A researcher siphons power from the Blistercoils to fuel experiments, causing failures in parts of the city's infrastructure."],["5","An obsessive researcher, trying to perfect an alchemical formula, causes a series of ever-worsening laboratory mishaps."],["6","A guild leader orchestrates a series of \"accidental\" laboratory explosions that are actually meant to disrupt the nearby activities of other guilds."],["7","An imprisoned spellcaster stages an explosive prison break using improvised materials."],["8","A suspicious spellcaster who can't trust research secrets to others creates clones that run amok."]],"name":"Izzet Villains","page":144,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Acquire a hard-to-find metal or energy source."],["2","Copy a rival's research notes."],["3","Destroy a rival's research."],["4","Take measurements of an unusual object or location (such as spatial dimensions or readings of various magical levels)."],["5","Test a new invention."],["6","Repair an important piece of Ravnica's infrastructure, such as a water main or a boiler pipe, that is tucked away in a remote location."]],"name":"Izzet Character Goals; Izzet Assignments","page":146,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Izzet Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","An Izzet experiment transforms a researcher, who then seeks help in returning to normal form."],["2","An escaped Izzet weird (a {@creature blistercoil weird|ggr} or {@creature galvanice weird|ggr}) is causing magical malfunctions around the district."],["3","A researcher trying to craft an antigravity alloy for a personal flight apparatus has created a number of {@spell reverse gravity} effects, and is now trapped in midair at the top of one."],["4","After a laboratory explosion, an alchemical fire resistant to conventional firefighting techniques is spreading through several neighborhoods."],["5","A reckless researcher triggered an explosion in a mizzium foundry, causing a wave of molten metal to spill out into the surrounding streets."],["6","A researcher who claims to have traveled back in time warns of an impending disaster."]],"name":"Other Adventure Hooks; Izzet Adventure Hooks","page":146,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Grand Basilica Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Steal (or recover) a magic item from the vaults below the basilica."],["2","Put an end to nightly visitations by finding and confronting the haunting spirit in the basilica."],["3","Survive a night trapped inside the basilica."],["4","Deliver a warning to an Orzhov pontiff in the basilica and get out alive."],["5","Rescue a prisoner being held in the basilica's spire or crypts."],["6","Escape from captivity in the basilica's spire or crypts."],["7","Destroy a dangerous weapon stored in a vault beneath the basilica."],["8","Acquire or destroy some incriminating evidence held by an Orzhov blackmailer."],["9","Retrieve a precious item held as collateral by an Orzhov loan shark."],["10","Get information from a spirit who knew something important in life."],["11","Find concrete evidence of the syndicate's illegal activities."],["12","Discover the fate of someone who was last seen entering the basilica a week ago."]],"name":"Grand Basilica Adventures","page":147,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A powerful pontiff is using the spirits of dead relatives to intimidate members of other guilds."],["2","An angel defected from the Boros Legion, bringing a magic sword with her that the Boros want back."],["3","An Orzhov knight is trying to collect an overdue debt incurred by one of the adventurers' ancestors."],["4","A pontiff is running an extortion racket, promising local businesses protection from thugs that are also in the Orzhov's employ."],["5","A {@creature blood drinker vampire|GGR} is holding prisoners as a food supply in a bank vault."],["6","An advokist is exploiting legal loopholes to win the freedom of several criminals from Azorius prisons."],["7","A desperate spirit tries to frighten people into paying its debts so it can pass on."],["8","An unusually quick-witted {@creature Orzhov giant|GGR} for the stat block) with grand visions of starting a criminal gang interferes with the flow of protection money."]],"name":"Orzhov Villains","page":147,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Convince a debtor to make a payment."],["2","Damage the person or property of someone who refuses to pay protection money."],["3","Distribute alms-coins to the poor."],["4","Transport a chest of coins to an Orzhov bank."],["5","Destroy evidence that implicates the Orzhov in a crime."],["6","Find information that can be used to blackmail a powerful person."]],"name":"Orzhov Character Goals; Orzhov Assignments","page":149,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Orzhov Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Newly minted Orzhov coins are inscribed with a magical symbol that binds the spirit of anyone who uses them."],["2","{@creature Indentured Spirit|GGR|Indentured spirits} have been deployed to haunt a location the Orzhov want to keep people away from."],["3","Thrulls (a {@creature servitor thrull|ggr} or {@creature winged thrull|ggr}) that have broken free of Orzhov control are causing mischief."],["4","Items appear on the black market that were obviously stolen from an Orzhov vault, but no one admits that the theft has occurred or claims credit."],["5","{@creature Gargoyle||Gargoyles} perched on structures throughout the city are robbing passersby and delivering their stolen goods to an Orzhov basilica."],["6","An eclipse triggers violent behavior from bound Orzhov spirits."]],"name":"Other Adventure Hooks; Orzhov Adventure Hooks","page":149,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Notorious Nightclub Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Shut down a performance before the performers start attacking the crowd."],["2","Escape from the club once the violence starts."],["3","Protect a thrill seeker who wants to witness a performance close up."],["4","Rescue someone who has been abducted for use as an extra in a show."],["5","Find evidence that someone important was (or was not) killed in a previous performance here."],["6","Capture a performer who ran away from a prominent family to \"join the circus.\""],["7","Use the distraction of a performance to hold a secret meeting with someone from another guild."],["8","Spy on someone who is using the distraction of a performance to hold a secret meeting."],["9","Acquire a magic item the {@creature Rakdos|GGR} are using as part of a performance."],["10","Investigate rumors that the {@creature Rakdos|GGR} have a wingless angel in their show."],["11","Find an escaped convict who is rumored to be hiding behind {@creature Rakdos|GGR} makeup."],["12","Stop a {@creature Rakdos|GGR} member who is blackmailing an important person with embarrassing information."]],"name":"Notorious Nightclub Adventures","page":150,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A coven of {@creature Blood Witch|GGR|blood witches}, seeking {@creature Rakdos|GGR}'s favor, uses magic to turn members of other guilds against their own allies."],["2","Word spreads that a retiring performer wants to go out with a bang, and their final performance promises to be explosive."],["3","Mocking the absence of the Guildpact, a {@creature Rakdos|GGR} troupe takes over the Chamber of the Guildpact and performs its satire before a captive audience."],["4","A demon captures people and makes a game of thwarting their efforts to escape."],["5","A skilled puppeteer uses skeletal marionettes to recreate historical acts of violence between guilds—which are inexplicably repeated in the real world within the next few days."],["6","A ringmaster has discovered magic that fills the whole audience with blood lust and sends them rampaging through the streets."],["7","A hypnotist is programming audience members to go into a murderous rage when a triggering event occurs."],["8","A crazed {@creature blood witch|GGR} hopes to rouse {@creature Rakdos|GGR} by driving captured sacrificial victims into his lair."]],"name":"Rakdos Villains","page":152,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Acquire a flashy magic item to use as a prop in a performance."],["2","Try out a new performance routine in the midst of actual life-or-death combat."],["3","Sow distrust of an important person through satire or slander."],["4","Make sure a specific person is in the front row for a certain performance."],["5","Capture a deadly monster for use in a spectacular show."],["6","Interrupt a solemn ceremony or ritual being performed by another guild."]],"name":"Rakdos Character Goals; Rakdos Assignments","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Rakdos Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Wild-eyed people attending a popular new club seem unwilling or unable to go home after several days of nonstop merriment."],["2","One morning, everyone who has seen a {@creature Rakdos|GGR} performance in the past week suddenly transforms into a minor demon."],["3","An apparently spontaneous {@creature Rakdos|GGR}-led riot has spread to take over an entire neighborhood."],["4","People who die in {@creature Rakdos|GGR}-inspired violence stand back up as {@creature Zombie||zombies} and keep fighting."],["5","Ordinary knives and chains in homes across the neighborhood seem to come to life in advance of the start of a {@creature Rakdos|GGR} show."],["6","After several mausoleums are burst open from the inside, people see their undead family members cavorting on a {@creature Rakdos|GGR} stage."]],"name":"Other Adventure Hooks; Rakdos Adventure Hooks","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Vernadi Center Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Ascertain the numbers of the military forces housed in and around the vernadi."],["2","Find the source of pollen that is drifting through the neighborhood and making people placid and compliant."],["3","Find the source of wind-borne seeds that are drifting through the neighborhood and quickly growing into hostile awakened shrubs."],["4","Retrieve an initiate who was supposedly forced to join the guild through mind-affecting magic."],["5","Stop the vernadi, whose tree has awakened and escaped the control of its dryad, from trampling through the neighborhood."],["6","Find a way to tap into the mind, will, and knowledge of Mat'Selesnya through the vernadi's central tree or its dryad."],["7","Introduce a contagion into Mat'Selesnya through the vernadi's tree or its dryad."],["8","Capture an equenaut who has been accused of a crime and who has taken refuge at the vernadi."],["9","Convince or coerce a healer to tend to a sick or wounded person who would normally be an enemy of the conclave."],["10","Find a spy embedded in the vernadi community."],["11","Blend into the community to avoid pursuers."],["12","Retrieve an item that was donated to the community by a new initiate, but without the permission of the item's owner."]],"name":"Vernadi Center Adventures","page":153,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A fanatical leader disrupts building projects because they aren't in harmony with nature."],["2","A Ledev guardian is leading preemptive raids on other guilds, believing that a full-scale attack on the conclave is imminent."],["3","A voda, feeling imperiled by the ills of society, causes vines to grow and seal the members of her vernadi inside."],["4","A militant leader of a splinter group harasses \"unbelievers\" on the street and threatens to unleash elemental power on them."],["5","A loxodon evangel uses coercive methods to recruit young people into the conclave."],["6","An elf seeking spiritual union with Mat'Selesnya threatens the dryad of their own vernadi."],["7","A crazed prophet claims to be the incarnation of Mat'Selesnya and gathers an army to strike at other guilds."],["8","A {@creature horncaller|GGR} steals animals that were used as pets, mounts, and beasts of burden throughout the neighborhood."]],"name":"Selesnya Villains","page":155,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Work to stop the spread of a strange illness."],["2","Tend to the victims of a catastrophe or an attack."],["3","Mediate a dispute between two other guilds."],["4","Plant a magic seed, watch it grow into a great tree, and defend the tree until reinforcements arrive."],["5","Bring an unruly beast under control and return it to the vernadi it escaped from."],["6","Lead a targeted military strike to warn another guild against overreaching."]],"name":"Selesnya Character Goals; Selesnya Assignments","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Selesnya Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A sacred tree has been defiled or cut down, and an angry Selesnya mob is gathering to exact revenge."],["2","The Worldsoul has identified the characters as emblematic of their guilds' overreaching ambition."],["3","A seer of the conclave tries to convince the characters that they are fated to save the world."],["4","Plants throughout a neighborhood develop carnivorous tendencies."],["5","A magic-infused stone of a Selesnya building grows out of control, threatening nearby buildings."],["6","A Selesnya {@creature wurm|GGR} breaks free of its controller and goes on a rampage."]],"name":"Other Adventure Hooks; Selesnya Adventure Hooks","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Growth Chamber Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Escape from the chamber while a {@creature category 3 krasis|GGR} runs amok through it after breaking out of its growth pod."],["2","Break one or more krasis out of their growth pods in order to wreak havoc on the growth chamber."],["3","Stop a sinister experiment in progress."],["4","Spy on a research program intended to create superior soldiers."],["5","Subtly sabotage a research program so that it fails without the interference being obvious."],["6","Steal research notes from an experiment with broad applications."],["7","Free someone who has become the involuntary subject of Simic experiments."],["8","Discover the source of a form of terraforming magic spreading out from the chamber's location."],["9","Capture a crazed Simic scientist who is trying to use other scientists in the chamber for experimental subjects."],["10","Capture a crazed Simic scientist whose own body has been drastically altered by their experiments."],["11","Acquire the laboratory's technology so it can be put to use by another guild."],["12","Retrieve research notes from a flooded and abandoned laboratory."]],"name":"Growth Chamber Adventures","page":156,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Villains","colLabels":["d8","Villain"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A rogue researcher is flooding parts of the undercity to serve as aquariums for secret experiments."],["2","Researchers are capturing members of the other guilds so they can create hybrid soldiers that take advantage of the weaknesses of those guilds."],["3","Researchers team up to surround an entire neighborhood in a plasma casing that is slowly altering the environment and all its inhabitants."],["4","A magic-wielding Simic hybrid is eluding capture by the authorities thanks to a combination of adaptations and spells."],["5","A researcher delves too deep into ancient lore and discovers mind-warping alien secrets."],["6","A researcher creates a moss that threatens to destroy much of the city's food production."],["7","A {@creature biomancer|GGR} seeks revenge by creating a specialized krasis that targets a specific guild."],["8","A researcher turns to necromancy, exploring the combination of dead body parts with living tissue."]],"name":"Simic Villains","page":158,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Assignments","colLabels":["d6","Assignment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Protect a Simic researcher who is trying to make an exhaustive examination of a new form of plant life."],["2","Capture a previously unknown type of creature."],["3","Contain an ooze or a krasis that is running loose."],["4","Observe the behavior of a new form of krasis or Simic hybrid in the field."],["5","Test a symbiotic magic item or life form (perhaps something like a living {@item cloak of the manta ray})."],["6","Introduce a new predator species to the area to prey on a smaller species that is running amok."]],"name":"Simic Character Goals; Simic Assignments","page":159,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Simic Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A researcher who was hybridized with an ooze is accidentally spreading that effect throughout a neighborhood, partially liquefying the residents."],["2","Multiple {@creature category 3 krasis|GGR} under no one's control emerge from canals throughout the city."],["3","A Simic laboratory has sunk to the bottom of a zonot, and all contact has been lost with the researchers inside."],["4","A Simic airship falls to the ground, and it contains key research that several parties want to acquire."],["5","A sage of the Gyre Clade accidentally creates an {@spell antimagic field} that slowly spreads over the neighborhood."],["6","People and animals near a Simic zonot develop spontaneous mutations."]],"name":"Other Adventure Hooks; Simic Adventure Hooks","page":159,"source":"GGR","chapter":{"name":"Creating Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"General Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Skyblinder staff|GGR}","{@i GGR}"],["Very rare","{@item Illusionist's Bracers|GGR|Illusionist's bracers}","{@i GGR}"],["Very rare","{@item Peregrine mask|GGR}","{@i GGR}"],["Very rare","{@item Sword of the paruns|GGR}","{@i GGR}"],["Very rare","{@item Voyager staff|GGR}","{@i GGR}"]],"name":"Guilds and Magic Items; General Items","page":174,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Azorius Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Azorius Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Lantern of revealing}","{@i DMG}"],["Uncommon","{@item Weapon of warning}","{@i DMG}"],["Rare","{@item Bead of force}","{@i DMG}"],["Rare","{@item Dimensional shackles}","{@i DMG}"],["Rare","{@item Azorius keyrune|GGR}","{@i GGR}"],["Rare","{@item Iron bands of Bilarro}","{@i DMG}"],["Rare","{@item Rope of entanglement}","{@i DMG}"],["Rare","{@item Wand of binding}","{@i DMG}"],["Very rare","{@item Rod of alertness}","{@i DMG}"],["Very rare","{@item Rod of security}","{@i DMG}"],["Legendary","{@item Defender}","{@i DMG}"],["Legendary","{@item Rod of lordly might}","{@i DMG}"]],"name":"Azorius Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Boros Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Boros Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Sentinel shield}","{@i DMG}"],["Rare","{@item Daern's instant fortress}","{@i DMG}"],["Rare","{@item Boros keyrune|GGR}","{@i GGR}"],["Rare or greater","{@item Horn of Valhalla}","{@i DMG}"],["Rare","{@item Pariah's Shield|GGR|Pariah's shield}","{@i GGR}"],["Rare","{@item Sun blade}","{@i DMG}"],["Rare","{@item Sunforger|GGR}","{@i GGR}"],["Very rare","{@item Spellguard shield}","{@i DMG}"],["Legendary","{@item Holy avenger}","{@i DMG}"]],"name":"Boros Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dimir Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Amulet of proof against detection and location}","{@i DMG}"],["Uncommon","{@item Dimir Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Hat of disguise}","{@i DMG}"],["Uncommon","{@item Medallion of thoughts}","{@i DMG}"],["Uncommon","{@item Ring of mind shielding}","{@i DMG}"],["Uncommon","{@item Spies' Murmur|GGR|Spies' murmur}","{@i GGR}"],["Very rare or greater","{@item Crystal ball}","{@i DMG}"],["Very rare","{@item Dimir keyrune|GGR}","{@i GGR}"],["Legendary","{@item Cloak of invisibility}","{@i DMG}"],["Legendary","{@item Ring of invisibility}","{@i DMG}"]],"name":"Dimir Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Golgari Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Common","{@item Moodmark paint|GGR}","{@i GGR}"],["Uncommon","{@item Boots of elvenkind}","{@i DMG}"],["Uncommon","{@item Cloak of elvenkind}","{@i DMG}"],["Uncommon","{@item Golgari Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Pipes of the sewers}","{@i DMG}"],["Rare","{@item Dagger of venom}","{@i DMG}"],["Rare","{@item Staff of swarming insects}","{@i DMG}"],["Very rare","{@item Cloak of arachnida}","{@i DMG}"],["Very rare","{@item Golgari keyrune|GGR}","{@i GGR}"],["Very rare","{@item Ring of regeneration}","{@i DMG}"]],"name":"Golgari Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gruul Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Gauntlets of ogre power}","{@i DMG}"],["Uncommon","{@item Gruul Guild signet|GGR}","{@i GGR}"],["Rare or greater","{@item Belt of giant strength}","{@i DMG}"],["Rare","{@item Berserker axe}","{@i DMG}"],["Rare","{@item Gruul keyrune|GGR}","{@i GGR}"],["Rare","{@item Horn of blasting}","{@i DMG}"],["Rare","{@item Ring of the ram}","{@i DMG}"],["Rare","{@item Stone of controlling earth elementals}","{@i DMG}"],["Legendary","{@item Ring of spell turning}","{@i DMG}"]],"name":"Gruul Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Izzet Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Alchemy jug}","{@i DMG}"],["Uncommon","{@item Elemental gem}","{@i DMG}"],["Uncommon","{@item Izzet Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Headband of intellect}","{@i DMG}"],["Uncommon","{@item Mizzium apparatus|GGR}","{@i GGR}"],["Uncommon","{@item Pyroconverger|GGR}","{@i GGR}"],["Rare","{@item Bowl of commanding water elementals}","{@i DMG}"],["Rare","{@item Brazier of commanding fire elementals}","{@i DMG}"],["Rare","{@item Censer of controlling air elementals}","{@i DMG}"],["Rare","{@item Izzet keyrune|GGR}","{@i GGR}"],["Rare","{@item Mizzium armor|GGR}","{@i GGR}"],["Rare","{@item Mizzium mortar|GGR}","{@i GGR}"],["Rare","{@item Wand of wonder}","{@i DMG}"],["Very rare","{@item Manual of golems}","{@i DMG}"],["Very rare","{@item Staff of thunder and lightning}","{@i DMG}"],["Legendary","{@item Apparatus of Kwalish}","{@i DMG}"],["Legendary","{@item Ring of elemental command}","{@i DMG}"],["Legendary","{@item Staff of the magi}","{@i DMG}"]],"name":"Izzet Items","page":175,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Orzhov Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Eyes of charming}","{@i DMG}"],["Uncommon","{@item Orzhov Guild signet|GGR}","{@i GGR}"],["Rare","{@item Orzhov keyrune|GGR}","{@i GGR}"],["Rare","{@item Rod of rulership}","{@i DMG}"],["Rare","{@item Wings of flying}","{@i DMG}"],["Very rare","{@item Mirror of life trapping}","{@i DMG}"],["Very rare","{@item Tome of leadership and influence}","{@i DMG}"],["Legendary","{@item Sphere of annihilation}","{@i DMG}"]],"name":"Orzhov Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Rakdos Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Deck of illusions}","{@i DMG}"],["Uncommon","{@item Rakdos keyrune|GGR}","{@i GGR}"],["Uncommon","{@item Rakdos Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Potion of fire breath}","{@i DMG}"],["Rare","{@item Cape of the mountebank}","{@i DMG}"],["Rare","{@item Flame tongue}","{@i DMG}"],["Rare","{@item Mace of terror}","{@i DMG}"],["Rare","{@item Necklace of fireballs}","{@i DMG}"],["Rare","{@item Sword of wounding}","{@i DMG}"],["Rare","{@item Wand of fear}","{@i DMG}"],["Rare","{@item Wand of fireballs}","{@i DMG}"],["Very rare","{@item Bag of devouring}","{@i DMG}"],["Very rare","{@item Dancing sword}","{@i DMG}"],["Very rare","{@item Demon armor}","{@i DMG}"],["Very rare","{@item Nine lives stealer}","{@i DMG}"],["Very rare","{@item Staff of fire}","{@i DMG}"],["Very rare","{@item Sword of sharpness}","{@i DMG}"],["Legendary","{@item Iron flask}","{@i DMG}"],["Legendary","{@item Rakdos riteknife|GGR}","{@i GGR}"]],"name":"Rakdos Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Selesnya Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Bag of tricks}","{@i DMG}"],["Uncommon","{@item Bracers of archery}","{@i DMG}"],["Uncommon","{@item Selesnya Guild signet|GGR}","{@i GGR}"],["Uncommon or greater","{@item Instrument of the bards}","{@i DMG}"],["Uncommon","{@item Periapt of health}","{@i DMG}"],["Uncommon","{@item Periapt of wound closure}","{@i DMG}"],["Rare","{@item Elixir of health}","{@i DMG}"],["Rare","{@item Selesnya keyrune|GGR}","{@i GGR}"],["Rare","{@item Periapt of proof against poison}","{@i DMG}"],["Rare","{@item Ring of animal influence}","{@i DMG}"],["Rare","{@item Staff of healing}","{@i DMG}"],["Rare","{@item Staff of the woodlands}","{@i DMG}"],["Very rare","{@item Oathbow}","{@i DMG}"],["Very rare","{@item Staff of thunder and lightning}","{@i DMG}"],["Legendary","{@item Rod of resurrection}","{@i DMG}"]],"name":"Selesnya Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Simic Items","colLabels":["Rarity","Item","Source"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["Uncommon","{@item Cap of water breathing}","{@i DMG}"],["Uncommon","{@item Cloak of the manta ray}","{@i DMG}"],["Uncommon","{@item Decanter of endless water}","{@i DMG}"],["Uncommon","{@item Simic keyrune|GGR}","{@i GGR}"],["Uncommon","{@item Simic Guild signet|GGR}","{@i GGR}"],["Uncommon","{@item Necklace of adaptation}","{@i DMG}"],["Uncommon","{@item Ring of swimming}","{@i DMG}"],["Uncommon","{@item Trident of fish command}","{@i DMG}"],["Rare","{@item Cloak of the bat}","{@i DMG}"],["Very rare","{@item Manual of bodily health}","{@i DMG}"],["Very rare","{@item Wand of polymorph}","{@i DMG}"]],"name":"Simic Items","page":176,"source":"GGR","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Azorius Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Homunculus}","{@i MM}"],["0","{@creature Owl}","{@i MM}"],["1/4","{@creature Giant owl}","{@i MM}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","{@creature Warhorse}","{@i MM}"],["1","{@creature Giant eagle}","{@i MM}"],["2","{@creature Griffon}","{@i MM}"],["3","Arrester ({@creature veteran} or {@creature knight})","{@i MM}"],["3","{@creature Precognitive mage|GGR}","{@i GGR}"],["5","{@creature Felidar|GGR}","{@i GGR}"],["6","{@creature Lawmage|GGR}","{@i GGR}"],["11","{@creature Sphinx of judgment|GGR} ({@creature gynosphinx})","{@i MM}"],["14","{@creature Archon of the Triumvirate|GGR}","{@i GGR}"],["17","{@creature Androsphinx}","{@i MM}"],["21","{@creature Isperia|GGR}","{@i GGR}"]],"name":"Azorius Creatures","page":183,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Boros Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/8","{@creature Mastiff}","{@i MM}"],["1/4","{@creature Frontline medic|GGR}","{@i GGR}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["2","Flame-kin ({@creature azer})","{@i MM}"],["2","{@creature Skyjek roc|GGR}","{@i GGR}"],["3","{@creature Knight}","{@i MM}"],["3","{@creature Veteran}","{@i MM}"],["4","{@creature Reckoner|GGR}","{@i GGR}"],["5","{@creature Battleforce angel|GGR}","{@i GGR}"],["7","{@creature Firefist|GGR}","{@i GGR}"],["8","{@creature Guardian giant|GGR}","{@i GGR}"],["10","{@creature Deva}","{@i MM}"],["12","{@creature Firemane angel|GGR}","{@i GGR}"],["16","{@creature Planetar}","{@i MM}"],["21","{@creature Solar}","{@i MM}"],["23","{@creature Aurelia|GGR}","{@i GGR}"]],"name":"Boros Creatures","page":183,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Dimir Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/2","{@creature Shadow}","{@i MM}"],["1","{@creature Spy}","{@i MM}"],["1","{@creature Thought spy|GGR}","{@i GGR}"],["2","{@creature Grick}","{@i MM}"],["2","{@creature Intellect devourer}","{@i MM}"],["3","{@creature Doppelganger}","{@i MM}"],["3","{@creature Flying horror|GGR}","{@i GGR}"],["4","{@creature Mind drinker vampire|GGR}","{@i GGR}"],["5","{@creature Allip|MTF}","{@i MTF}"],["5","{@creature Mind mage|GGR}","{@i GGR}"],["5","{@creature Wraith}","{@i MM}"],["6","{@creature Invisible stalker}","{@i MM}"],["7","{@creature Grick alpha}","{@i MM}"],["8","{@creature Assassin}","{@i MM}"],["8","{@creature Gloamwing|GGR}","{@i GGR}"],["9","{@creature Shadow horror|GGR}","{@i GGR}"],["10","{@creature Nightveil specter|GGR}","{@i GGR}"],["15","{@creature Skittering horror|GGR}","{@i GGR}"],["17","{@creature Lazav|GGR}","{@i GGR}"]],"name":"Dimir Creatures","page":184,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Golgari Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Shrieker}","{@i MM}"],["1/4","{@creature Drow}","{@i MM}"],["1/4","Fungus drudge ({@creature zombie})","{@i MM}"],["1/4","{@creature Vegepygmy|VGM}","{@i VGM}"],["1/4","{@creature Violet fungus}","{@i MM}"],["1/2","{@creature Kraul warrior|GGR}","{@i GGR}"],["1/2","{@creature Scout}","{@i MM}"],["1/2","Piranha beetles ({@creature swarm of insects})","{@i MM}"],["1","Skein spider ({@creature giant spider})","{@i MM}"],["1","{@creature Thorny|VGM}","{@i VGM}"],["2","{@creature Ankheg}","{@i MM}"],["2","{@creature Ogre zombie}","{@i MM}"],["2","{@creature Vegepygmy chief|VGM}","{@i VGM}"],["3","Erstwhile ({@creature wight})","{@i MM}"],["4","{@creature Kraul death priest|GGR}","{@i GGR}"],["5","Deadbridge goliath beetle ({@creature triceratops})","{@i MM}"],["5","{@creature Drow elite warrior}","{@i MM}"],["5","{@creature Golgari shaman|GGR}","{@i GGR}"],["5","{@creature Shambling mound}","{@i MM}"],["5","{@creature Troll}","{@i MM}"],["6","{@creature Undercity medusa|GGR}","{@i GGR}"],["8","{@creature Assassin}","{@i MM}"],["8","{@creature Corpse flower|MTF}","{@i MTF}"],["14","{@creature Devkarin lich|GGR}","{@i GGR}"],["15","{@creature Skittering horror|GGR}","{@i GGR}"],["22","{@creature Jarad Vod Savo|GGR}","{@i GGR}"]],"name":"Golgari Creatures","page":184,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Gruul Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/4","{@creature Anarch|GGR}","{@i GGR}"],["1/2","{@creature Rubblebelt stalker|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["1","{@creature Half-Ogre (Ogrillon)||Half-ogre}","{@i MM}"],["2","Batterboar ({@creature giant boar})","{@i MM}"],["2","{@creature Berserker}","{@i MM}"],["2","Maaka ({@creature saber-toothed tiger})","{@i MM}"],["2","{@creature Ogre}","{@i MM}"],["4","{@creature Ettin}","{@i MM}"],["5","Elemental ({@creature earth elemental} or {@creature fire elemental})","{@i MM}"],["5","{@creature Hill giant}","{@i MM}"],["5","Trog ({@creature gladiator})","{@i MM}"],["6","{@creature Cyclops}","{@i MM}"],["6","Huge batterboar ({@creature mammoth})","{@i MM}"],["7","{@creature Druid of the Old Ways|GGR}","{@i GGR}"],["7","{@creature Stone giant}","{@i MM}"],["8","{@creature Fomorian}","{@i MM}"],["8","{@creature Hydra}","{@i MM}"],["10","{@creature Sunder shaman|GGR}","{@i GGR}"],["14","{@creature Wurm|GGR}","{@i GGR}"],["18","{@creature Borborygmos|GGR}","{@i GGR}"]],"name":"Gruul Creatures","page":185,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Izzet Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","Attendant ({@creature commoner})","{@i MM}"],["1/4","{@creature Apprentice wizard|VGM}","{@i VGM}"],["1/4","{@creature Pixie}","{@i MM}"],["1/4","{@creature Smoke mephit}","{@i MM}"],["1/4","{@creature Sprite}","{@i MM}"],["1/4","{@creature Steam mephit}","{@i MM}"],["1/2","{@creature Ice mephit}","{@i MM}"],["1/2","{@creature Magma mephit}","{@i MM}"],["1/2","{@creature Scorchbringer guard|GGR}","{@i GGR}"],["1/2","Viashino ({@creature lizardfolk})","{@i MM}"],["1","{@creature Galvanice weird|GGR}","{@i GGR}"],["2","{@creature Counterflux blastseeker|GGR}","{@i GGR}"],["4","{@creature Blistercoil weird|GGR}","{@i GGR}"],["4","{@creature Cosmotronic blastseeker|GGR}","{@i GGR}"],["5","{@creature Flux blastseeker|GGR}","{@i GGR}"],["5","{@creature Galvanic blastseeker|GGR}","{@i GGR}"],["6","Chemister ({@creature mage})","{@i MM}"],["7","{@creature Fluxcharger|GGR}","{@i GGR}"],["8","{@creature Nivix cyclops|GGR}","{@i GGR}"],["12","{@creature Archmage}","{@i MM}"],["12","{@creature Arclight phoenix|GGR}","{@i GGR}"],["26","{@creature Niv-Mizzet|GGR}","{@i GGR}"]],"name":"Izzet Creatures","page":185,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Orzhov Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Bat}","{@i MM}"],["0","{@creature Commoner}","{@i MM}"],["1/8","{@creature Guard}","{@i MM}"],["1/8","{@creature Noble}","{@i MM}"],["1/4","{@creature Acolyte}","{@i MM}"],["1/4","{@creature Giant bat}","{@i MM}"],["1/4","{@creature Servitor thrull|GGR}","{@i GGR}"],["1/4","{@creature Swarm of bats}","{@i MM}"],["1/2","{@creature Thug}","{@i MM}"],["1/2","{@creature Winged thrull|GGR}","{@i GGR}"],["1","{@creature Indentured spirit|GGR}","{@i GGR}"],["1","Spirit ({@creature specter})","{@i MM}"],["2","{@creature Gargoyle}","{@i MM}"],["2","{@creature Priest}","{@i MM}"],["3","{@creature Knight}","{@i MM}"],["4","Spirit ({@creature ghost})","{@i MM}"],["6","{@creature Mage}","{@i MM}"],["6","{@creature Orzhov giant|GGR}","{@i GGR}"],["8","{@creature Blood drinker vampire|GGR}","{@i GGR}"],["8","{@creature Obzedat ghost|GGR}","{@i GGR}"],["14","{@creature Deathpact angel|GGR}","{@i GGR}"]],"name":"Orzhov Creatures","page":186,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Rakdos Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["1/8","{@creature Bandit}","{@i MM}"],["1/8","{@creature Cultist}","{@i MM}"],["1/2","{@creature Cackler|GGR}","{@i GGR}"],["1/2","{@creature Magmin}","{@i MM}"],["1/2","{@creature Thug}","{@i MM}"],["1","{@creature Rakdos|GGR} performer ({@creature Rakdos Performer, Blade Juggler|GGR|blade juggler}, {@creature Rakdos Performer, Fire Eater|GGR|fire eater}, or {@creature Rakdos Performer, High-Wire Acrobat|GGR|high-wire acrobat})","{@i GGR}"],["2","{@creature Berserker}","{@i MM}"],["2","{@creature Cult fanatic}","{@i MM}"],["2","{@creature Ogre}","{@i MM}"],["2","{@creature Rakdos lampooner|GGR}","{@i GGR}"],["3","{@creature Hell hound}","{@i MM}"],["3","{@creature Nightmare}","{@i MM}"],["3","{@creature Ogre chain brute|MTF}","{@i MTF}"],["5","{@creature Barbed devil}","{@i MM}"],["5","{@creature Cambion}","{@i MM}"],["6","{@creature Bloodfray giant|GGR}","{@i GGR}"],["7","{@creature Blood witch|GGR}","{@i GGR}"],["9","{@creature Master of cruelties|GGR}","{@i GGR}"],["9","{@creature Shadow horror|GGR}","{@i GGR}"],["11","{@creature Horned devil}","{@i MM}"],["12","{@creature Sire of insanity|GGR}","{@i GGR}"],["24","{@creature Rakdos|GGR}","{@i GGR}"]],"name":"Rakdos Creatures","page":186,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Selesnya Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","Small nature elemental ({@creature awakened shrub})","{@i MM}"],["1/8","{@creature Twig blight}","{@i MM}"],["1/4","{@creature Axe beak}","{@i MM}"],["1/4","{@creature Needle blight}","{@i MM}"],["1/2","{@creature Scout}","{@i MM}"],["1/2","{@creature Soldier|GGR}","{@i GGR}"],["1/2","{@creature Vine blight}","{@i MM}"],["1","{@creature Dire wolf}","{@i MM}"],["1","{@creature Dryad}","{@i MM}"],["1","{@creature Horncaller|GGR}","{@i GGR}"],["2","{@creature Druid}","{@i MM}"],["2","Huge nature elemental ({@creature awakened tree})","{@i MM}"],["2","{@creature Pegasus}","{@i MM}"],["2","{@creature Priest}","{@i MM}"],["3","{@creature Archer|VGM}","{@i VGM}"],["3","{@creature Knight}","{@i MM}"],["3","{@creature Veteran}","{@i MM}"],["5","{@creature Earth elemental}","{@i MM}"],["5","{@creature Shambling mound}","{@i MM}"],["5","{@creature Wood woad|VGM}","{@i VGM}"],["9","{@creature Conclave dryad|GGR}","{@i GGR}"],["9","{@creature Treant}","{@i MM}"],["12","{@creature Archdruid|VGM}","{@i VGM}"],["12","Wurmcaller ({@creature archmage})","{@i MM}"],["14","{@creature Wurm|GGR}","{@i GGR}"],["18","{@creature Trostani|GGR}","{@i GGR}"]],"name":"Selesnya Creatures","page":187,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Simic Creatures","colStyles":["col-2 text-center","col-8","col-2 text-center"],"colLabels":["Challenge","Creature","Source"],"rows":[["0","{@creature Homunculus}","{@i MM}"],["1/8","{@creature Merfolk}","{@i MM}"],["1/2","{@creature Hybrid spy|GGR}","{@i GGR}"],["1","{@creature Category 1 krasis|GGR}","{@i GGR}"],["1","{@creature Giant octopus}","{@i MM}"],["1","{@creature Hybrid poisoner|GGR}","{@i GGR}"],["1","{@creature Hybrid shocker|GGR}","{@i GGR}"],["2","{@creature Druid}","{@i MM}"],["2","{@creature Hybrid brute|GGR}","{@i GGR}"],["2","{@creature Hybrid flier|GGR}","{@i GGR}"],["2","{@creature Plesiosaurus}","{@i MM}"],["3","{@creature Killer whale}","{@i MM}"],["5","{@creature Giant shark}","{@i MM}"],["6","{@creature Category 2 krasis|GGR}","{@i GGR}"],["6","{@creature Mage}","{@i MM}"],["10","{@creature Biomancer|GGR}","{@i GGR}"],["13","{@creature Skyswimmer|GGR}","{@i GGR}"],["16","{@creature Category 3 krasis|GGR}","{@i GGR}"],["16","{@creature Zegana|GGR}","{@i GGR}"],["17","{@creature Dragon turtle}","{@i MM}"],["23","{@creature Kraken}","{@i MM}"]],"name":"Simic Creatures","page":187,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Pack Beasts","colLabels":["Beast","Monster Manual Stat Block"],"rows":[["Brushstrider","{@creature Elk}"],["Ceratok","{@creature Rhinoceros}"],["Dromad","{@creature Camel}"],["Indrik","{@creature Elephant}"],["Krovod","{@creature Mammoth}"],["Raktusk","{@creature Giant elk}"]],"name":"Pack Beasts","page":188,"source":"GGR","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Azorius NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Arrester","{@creature Knight} or {@creature veteran}"],["Azorius soldier","{@creature Soldier|GGR}*"],["Hussar (cavalry)","{@creature Soldier|GGR}* mounted on a {@creature warhorse} or a {@creature griffon}"],["Magical support","{@creature Lawmage|GGR}* or {@creature precognitive mage|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Azorius NPCs","page":226,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Boros NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Boros soldier","{@creature Soldier|GGR}*"],["Magical support","{@creature Firefist|GGR}* or {@creature frontline medic|GGR}*"],["Shock trooper","{@creature Reckoner|GGR}*"],["Skyknight","{@creature Knight} mounted on a {@creature Skyjek roc|GGR}*"],["Sunhome Guard","{@creature Guardian giant|GGR}* or {@creature veteran}"]],"footnotes":["* Appears in this chapter"],"name":"Boros NPCs","page":229,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Dimir NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Dimir spy","{@creature Spy} or {@creature thought spy|GGR}*"],["Duskmantle assassin","{@creature Assassin}"],["Mind mage","{@creature Mind mage|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Dimir NPCs","page":232,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Golgari NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Devkarin warrior","{@creature Drow} or {@creature drow elite warrior}"],["Ochran assassin","{@creature Assassin}"],["Reclaimer","{@creature Scout}"],["Spiritual leader","{@creature Golgari shaman|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Golgari NPCs","page":234,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Gruul NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Clan member","{@creature Anarch|GGR}*"],["Clan warrior","{@creature Berserker}"],["Druid","{@creature Druid of the Old Ways|GGR}*"],["Scout","{@creature Rubblebelt stalker|GGR}*"],["Trog (Gruul hermit)","{@creature Gladiator}"]],"footnotes":["* Appears in this chapter"],"name":"Gruul NPCs","page":237,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Izzet NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Attendant","{@creature Commoner}"],["Chemister","{@creature Mage}"],["Guard","{@creature Scorchbringer guard|GGR}*"],["Magic tester","{@creature Flux blastseeker|GGR},* {@creature cosmotronic blastseeker|GGR},* {@creature counterflux blastseeker|GGR},* or {@creature galvanic blastseeker|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Izzet NPCs","page":240,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Orzhov NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Advokist","{@creature Mage}"],["Indentured spirit","{@creature Indentured spirit|GGR}*"],["Knight","{@creature Knight}"],["Oligarch","{@creature Noble}"],["Pontiff or ministrant","{@creature Priest} or {@creature acolyte}"]],"footnotes":["* Appears in this chapter"],"name":"Orzhov NPCs","page":244,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Rakdos NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Blood witch","{@creature Blood witch|GGR}*"],["Cult member","{@creature Cult fanatic} or {@creature cultist}"],["Performer","{@creature Rakdos lampooner|GGR}* or {@creature Rakdos|GGR} performer ({@creature Rakdos Performer, Blade Juggler|GGR|blade juggler}, {@creature Rakdos Performer, Fire Eater|GGR|fire eater}, or {@creature Rakdos Performer, High-Wire Acrobat|GGR|high-wire acrobat})*"]],"footnotes":["* Appears in this chapter"],"name":"Rakdos NPCs","page":246,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Selesnya NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Equenaut (cavalry)","{@creature Scout} mounted on a {@creature pegasus}"],["Ledev guardian (outrider)","{@creature Knight} mounted on a {@creature dire wolf}"],["Religious leader","{@creature Priest} or {@creature druid}"],["Selesnya soldier","{@creature Soldier|GGR}* or {@creature veteran}"],["Shepherd","{@creature Horncaller|GGR}*"]],"footnotes":["* Appears in this chapter"],"name":"Selesnya NPCs","page":251,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"caption":"Simic NPCs","colStyles":["col-6","col-6"],"colLabels":["Role","Appropriate Stat Block"],"rows":[["Biomancer (creates hybrids)","{@creature Biomancer|GGR}*"],["Forcemage (grows flora and fauna)","{@creature Druid}"],["Terraformer (alters environments)","{@creature Druid} or {@creature mage}"]],"footnotes":["* Appears in this chapter"],"name":"Simic NPCs","page":254,"source":"GGR","chapter":{"name":"NPCs by Guild","index":7}},{"colLabels":["Attack Type","Attack Roll","Damage Roll"],"colStyles":["col-4 text-center","col-5 text-center","col-3 text-center"],"rows":[["Melee weapon attack","Strength mod.*","Strength mod."],["Ranged weapon attack","Dexterity mod.*","Dexterity mod."],["Spell attack","Spellcasting ability mod.**","Depends on effect"]],"name":"How do I know which ability modifier to use with an attack roll and its damage roll?","source":"SAC","chapter":{"name":"Sage Advice Compendium","index":0}},{"caption":"Franchise Logos or Livery","colLabels":["d10","Logo or Livery"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The words \"Green Flan\" in Elvish"],["2","The symbol of Asmodeus"],["3","The name of the franchise's dead founder, elaborately engraved"],["4","A beholder's central eye"],["5","The silhouette of a catoblepas"],["6","Three werewolves howling at the moon"],["7","\"Lathander is Our Copilot\""],["8","A winking {@creature Jim Darkmagic|AI}"],["9","A snaking piece of barbed wire"],["10","The franchise's business number"]],"name":"Fast Franchise Generator; Franchise Logos or Livery","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Headquarters Locations","colLabels":["d10","Headquarters"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A tavern once owned by smugglers. Tunnel entrances have clearly been bricked over, and no one's quite sure where they all lead."],["2","A simple chapel to a long-forgotten god. The pews are awfully uncomfortable, but fragrant incense burns without ceasing."],["3","A battle-worn castle. A real fixer-upper, it's seen better days. Better years. Maybe even better centuries."],["4","A top-of-the-line naval vessel that has somehow been stranded miles inland."],["5","A private library. The franchise is free to use the space as long as no harm comes to the books."],["6","A hollowed-out statue of an ancient king."],["7","An early model airship. Very early. The balloon is mostly patches at this point—a motley assortment of ship sails, cloaks, and animal skins."],["8","A former blacksmith's shop, which was a former exercise studio, and a former cafe before that."],["9","A multicolor waterproof canvas stretched over a succession of jutting stone columns. Within, it always appears to be late spring."],["10","A creaking wagon that smells of turnips, and which is bigger inside than out."]],"name":"Fast Franchise Generator; Headquarters Locations","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Headquarters Quirks","colLabels":["d8","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","One staircase leads to two different places somehow."],["2","Any kettle used in the kitchen screams when it boils."],["3","Every chair has one leg slightly shorter than the others."],["4","Every stairwell has an illusion of one additional step at the top."],["5","There's a nest in the attic. A big nest. Like, really big."],["6","Every Friday, the color of the walls changes to a different festive theme."],["7","The building was previously owned by a franchise rival, and the place is filled with their marketing materials."],["8","There's a space inside the headquarters that's clearly a room, but which has no doors."]],"name":"Fast Franchise Generator; Headquarters Quirks","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Memorable Majordomos","colLabels":["d6","Majordomo"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A consummate professional. No amount of blood, gore, or viscera will keep them from completing their duties."],["2","A sinister figure who sticks to the shadows and respond always to requests with, \"Yes, master.\""],["3","The ghost of the previous owner. They do a terrible job and refer to all prospective clients as trespassers."],["4","A brusque, deaf, retired military captain."],["5","An incredibly cheerful chef, who insists that no business is more pressing than a full belly."],["6","A druid that keeps an open door policy for any and all animals seeking shelter. Their cleaning policy is less rigorous."]],"name":"Fast Franchise Generator; Memorable Majordomos","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Reliable Connections","colLabels":["d8","Connection"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@b Kim the Kid}: The best fence in town."],["2","{@b Jeremy Snoot}: The most easily intimidated customs official in the city. From blueprints of government buildings to shipping manifests, he's your halfling."],["3","{@b York Battleby}: A dab hand at knitting and swinging a sword. He takes payment in liquor for either service."],["4","{@b Diana Fenwick}: Noble who wants to play criminal; enthusiastic, inexperienced, and loaded."],["5","{@b \"G\"}: The only thing known about this information broker is the dead-drop point where they exchange messages, and that they're never wrong."],["6","{@b Teresa Clearlake}: If you're looking for a place to lie low, her funeral home is ideal."],["7","{@b Jenkin Twotooth}: Always has a job for those looking to scrape together a few coins. Unfortunately, his teeth outnumber his scruples."],["8","{@b \"Mustard\" Micah}: Famous for being able to get goods and people past any blockade. Provided you don't mind said goods or people smelling strongly of mustard for the next month."]],"name":"Fast Franchise Generator; Reliable Connections","page":7,"source":"AI","chapter":{"name":"Acquisitions Incorporated","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Franchise Advancement","colLabels":["Levels","Franchise Rank","Licensed Region","New Staff","Franchise Tasks","Headquarters Features","Costs"],"rows":[["1–4","1","Settlement","Majordomo, 2 untrained hirelings, 1 skilled hireling","1 task","Starter headquarters","× 1"],["5–10","2","Small territory","4 untrained hirelings, 1 skilled hireling, 10 crew","2 tasks","Cosmetic, expansion, transportation, weapon","× 1.5"],["11–16","3","Large territory","8 untrained hirelings, 2 skilled hirelings, 10 crew","3 tasks","Arcane, defensive, franchise choice","× 3"],["17–20","4","Limited extraplanar","16 untrained hirelings, 4 skilled hirelings, 20 crew","4 tasks","Arcane, franchise choice, secret","× 5"]],"name":"Franchise Advancement","page":10,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Baseline Costs","colStyles":["col-10","col-2 text-right"],"colLabels":["Franchise Headquarters","Monthly Cost"],"rows":[["Horse-drawn carriage or wagon","15 gp"],["Farm or rural enterprise","20 gp"],["Settlement enterprise (guildhall, inn, tavern, shop, and so forth)","120 gp"],["Sailing ship, including all port fees","200 gp"],["Remote enterprise (fort, lighthouse, trading post, roadhouse, and so forth)","250 gp"],["Noble estate, large manor, fortified tower","350 gp"],["Airship","800 gp"],["Giant walking statue, magic locomotive","1,000 gp"],["Keep or small castle","3,000 gp"],["Large castle or palace","12,000 gp"]],"name":"Baseline Costs","page":17,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Cartographer","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, It's a Rental"],["2","{@item Spyglass of Clairvoyance|AI}, Tale of Safe Travel"],["3","Map of Shortcuts, Map of the Moment"],["4","{@item Elder Cartographer's Glossography|AI}, Greater Tale of Safe Travel"]],"name":"The Cartographer","page":19,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Possible Map Mission Landmarks","colLabels":["d8","Landmark"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The Ancient Sarcophagus of Gerald Smith"],["2","A tree labeled \"This tree\""],["3","\"The Last Resting Place of My Rich Brother that is Also a Bear Cave\""],["4","A range of peaks known as the Slightly Wobbly Spires"],["5","An ever-flowing, nonmagical spigot of pure, clear water in the middle of nowhere"],["6","A cave filled with screaming bioluminescent worms"],["7","The most haunted forest for ten miles in any direction"],["8","A huge pile of rocks with no other rocks within sight"]],"name":"Map of the Moment; Possible Map Mission Landmarks","page":20,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Cartographer?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A paranoid person by nature, you like seeing what's ahead of you at all times."],["2","Your parent was a cartographer, their parent was a cartographer, and by the gods, you're going to be one too."],["3","You're fairly certain no one else in your party even knows how to hold a map, let alone read one."],["4","You like spyglasses. A lot."],["5","Your nickname as a child was \"the cartography kid.\""],["6","Contrary to popular opinion, the destination is much, much more important than the journey."],["7","A good map is like an adventure without the bugs. And the mud. And the wolves."],["8","You suffer from the nagging feeling of never knowing why you've come into a room, and you need the professional flourish that lets you cover for that."]],"name":"Why Be a Cartographer?","page":20,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Decisonist","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Tiebreaker"],["2","Absentee Ballot, {@item Coin of Decisionry|AI}"],["3","Better Odds, Inspired Decision"],["4","Charming Misdemeanor, Clandestine Kit"]],"name":"Decisionist; The Decisonist","page":21,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Coin of Decisionry \"Tails\" Image","colLabels":["d8","Tails"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@creature Omin Dran|AI}"],["2","Yourself"],["3","A pumpkin"],["4","A fourteen-headed hydra (it's a big coin)"],["5","An old despotic tyrant, their image defaced"],["6","A demon lord"],["7","A foaming tankard of beer"],["8","A Masked Lord of Waterdeep"]],"name":"Proficiencies and Starting Equipment; Coin of Decisionry \"Tails\" Image","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["d4","Decision"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Lucrative"],["2","Brand Appeal"],["3","Indeterminate"],["4","Ruinous"]],"name":"Coin of Decisionry","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Decisionist?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","It's always you who picks where everyone has lunch."],["2","Roughly half your choices are the right ones. You might as well just toss a coin for it."],["3","You have no idea. In fact, you're constantly plagued by indecision."],["4","Democracy is the greatest force for change in the world, but is ruined by everyone else voting."],["5","All the other positions were taken."],["6","You've always felt it was your calling to tell other people what to do. Now to make it official."],["7","When faced with two choices, you've always yearned for the freedom to choose both."],["8","As a child, you had a sibling make you choose which of your toys lived or died. You were never the same."]],"name":"Why Be a Decisionist?","page":22,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Favorite Methods to Destroy Documents","colLabels":["d6","Method"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Any way you like, provided you make a copy first"],["2","Mimic shredder"],["3","Fake dragon-head incinerator"],["4","The bottomless hole in the basement—at least you're pretty sure it's bottomless"],["5","Feeding it to the goat out back"],["6","Making your coworkers eat it by slipping it into their food, piece by piece—it's the only way to be sure"]],"name":"Documancer; Favorite Methods to Destroy Documents","page":23,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Documancer","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Gift of Words"],["2","{@item Documancy Satchel|AI}, Fluent in Boss"],["3","Satchel of Holding, Document Flexibility"],["4","Scroll Humidor, Scroll Service"]],"name":"The Documancer","page":23,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Documancer?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You heard a rumor once that signing a contract with your off hand is technically nonbinding, and you're desperate to see if it's true. For reasons."],["2","All businesses have their ups and downs, but there's always money to be made from \"processing fees.\""],["3","You have a habit of always being clear about what you've promised, but never saying when you'll do it."],["4","You love doing decorative scrollwork on documents, knowing that's the best place to hide the fine print."],["5","As a child, you learned to cross your fingers behind your back when making a promise. Now you yearn to make that legally binding."],["6","Your habit of screaming, \"No take backs!\" after any group decision seemed to suggest your true calling."],["7","You believe that language is an art, not a science. Who's to say what is or isn't a \"real\" word?"],["8","The smell of old parchment makes you giddy."]],"name":"Why Be a Documancer?","page":24,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Hoardsperson","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, What a Deal"],["2","{@item Living Loot Satchel|AI}, Living the Good Life"],["3","Secret Satchel, That Thing You Need"],["4","Portable Hole Satchel, That Expensive Thing You Need"]],"name":"The Hoardsperson","page":24,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Class-Based Living Loot Satchel","colLabels":["Class","Satchel"],"rows":[["Barbarian","Broad belt with a dozen hanging pockets"],["Bard","Lute case"],["Cleric","Hollowed-out holy tome"],["Druid","Made from natural, organic, locally sourced woven fibers"],["Fighter","A thick, battle-scarred iron lockbox"],["Paladin","A metal case with fine engraving and scrollwork"],["Ranger","A fur-lined bindle"],["Rogue","A nondescript coin pouch"],["Sorcerer","A battered leather satchel, prone to spitting out multicolored sparks at the seams"],["Warlock","A patchwork monster-leather satchel with a \"purely decorative\" fanged mouth."],["Wizard","A pocket dimension hidden up your sleeve or inside your hat"]],"name":"Class-Based Living Loot Satchel","page":25,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Hoardsperson?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You once tried to dive into a huge pool of gold coins. It hurt."],["2","You've been betrayed by your adventuring party before, and there's no way now that you'll trust anyone else to hold on to the loot"],["3","Once, through a series of increasingly complex negotiations, you traded a paper clip for temporary control of a minor fiefdom."],["4","Material possessions don't mean that much to you. Or at least that's the story you're going with."],["5","You've never had a problem spending other people's money. Surely keeping other people's money can't be that hard."],["6","You believe there's no such thing as worthless goods. Only unmotivated buyers."],["7","You're not a hoarder. More of a passionate collector. You can stop anytime you want. Really."],["8","Given the personalities of the other party members, it was mutually agreed that you were the only one who could be trusted"]],"name":"Why Be a Hoardsperson?","page":26,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Loremonger","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, {@item Whisper Jar|AI}"],["2","Need to Know, Whispered Encyclopedia"],["3","Construction Permits, Whispered Warnings"],["4","Efficient Upgrades, Whispered Arcana"]],"name":"The Loremonger","page":26,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Things Recorded in Your Whisper Jar","colLabels":["d8","Recording"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A live recording of the only performance of the mostly forgotten stage play {@i Tabaxi on a Hot Tin Roof}"],["2","The life's work of the loremonger who owned the jar before you"],["3","Every courageous thought you've ever had, to cover for how scared you are most of the time"],["4","Everything, because everyone else around you will eat their words one day!"],["5","The top seven places to eat fried rat skewers in every settlement you've ever visited"],["6","The entire family tree of every royal line, extant or lost, in Faerûn"],["7","A moment-by-moment review of your favorite {@creature Jim Darkmagic|AI} stage performance"],["8","The sound of raucous applause, which you play back liberally"]],"name":"Things Recorded in Your Whisper Jar","page":27,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Loremonger?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your favorite thing to hear is, \"I probably shouldn't say anything, but did you know... ?\""],["2","Your {@i whisper jar} is a better conversationalist than most people you've ever met."],["3","You can't keep a secret for the life of you, and you need to tell someone this thing you know or it's going to kill you!"],["4","You never know when someone else's words will come in handy."],["5","Peoples and cultures can never die as long as their stories are still told."],["6","You talked about a really cool idea once when you were drunk, and can't remember a word of it now. That'll never happen again."],["7","A person is only as good as their word, and you feel compelled to keep others honest."],["8","You can't read or write, so this whole recording-and-playing-back-what-you-say-in-a-jar thing is a huge benefit."]],"name":"Why Be a Loremonger?","page":28,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Obviator","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Read the Opposition"],["2","Alchemist's Insight, {@item Obviator's Lenses|AI}"],["3","Advanced Preparations, {@item Travel Alchemical Kit|AI}"],["4","Enhanced Lenses, Obviate the Opposition"]],"name":"The Obviator","page":28,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Where You First Dabbled in Alchemy","colLabels":["d8","Learning Experience"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You traveled with a charlatan alchemist for years, until they were arrested for selling fake healing potions. You still remember how to get the taste just right."],["2","You were once the head dishwasher in a famous wizard's college."],["3","One of your parents was a healer in a small outpost, and they taught you that even the most mundane flora and natural materials can be used to wondrous effect."],["4","While lost in the Underdark, you were forced to consume mold, fungus, and insect parts to survive. You developed a taste for that sort of thing."],["5","You think you might be addicted to holy water. You just can't stop drinking it long enough to find out for sure."],["6","You were once the personnel manager of a struggling business and needed to come up with a herbal cure-all that would keep employees awake for eighteen-hour shifts. No one died. Mostly."],["7","As the child of a wealthy and despotic noble, you learned to smell {@condition poisoned} pastries a mile off. A shame that your siblings weren't so talented."],["8","As a server in a tavern, you refined the perfect hangover cure but never wrote the recipe down. Now you're desperate to recreate it."]],"name":"Alchemist's Insight; Where You First Dabbled in Alchemy","page":29,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be an Obviator?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","There's nothing that excites you more than a puzzle you can't immediately solve."],["2","Your favorite saying is, \"All according to plan.\" Especially when you have no idea what's going on."],["3","You have an entire room dedicated to notes and sketches connected by red yarn."],["4","Your plans are so detailed that they have plans of their own."],["5","You find the little details so much more interesting than... well, anything else."],["6","You already had the chemical burns on your hands. Might as well make it official."],["7","Methodical. Calculating. Brilliant. One day, you hope these words will apply to you."],["8","It's not paranoia if they really are out to get you. And if you're out to get them first."]],"name":"Why Be an Obviator?","page":30,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Occultant","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, Read the Kill"],["2","Eldritch Occultant, Bring Out Your Dead"],["3","Bead of Instant Karma, Death's Omen"],["4","Bead of Diverted Karma, Correct the Balance"]],"name":"The Occultant","page":30,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Ways to Read the Kill","colLabels":["d6","Reading"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Using a tiny bellows to pump one last breath into a corpse."],["2","Reading the entrails with special reading-the-entrails glasses."],["3","Burning a small piece of the body and looking for shapes in the smoke."],["4","A cautious, reasoned, professional guesstimate."],["5","Careful measurements. The distance between nostrils. The difference between the index finger and the middle finger. The elasticity of the ear lobe."],["6","You take a long, careful look, and then decide based on which fellow franchisee has been nice to you lately."]],"name":"Ways to Read the Kill","page":31,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be an Occultant?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You believe in karmic balance, but hate the idea that \"balance\" means good and bad things can both happen to you. Good things happening to you and bad things happening to other people seems perfectly reasonable."],["2","You love drinking tea and hate cleaning up, so pretending that the dregs in those dozens of empty cups are there to show ill omens and portents is a perfect cover."],["3","You collected beads carved as skulls as a child. Nobody ever told you there was a career in that sort of thing."],["4","You watched someone close to you die, and were overcome by the feeling that you should be making money off it somehow."],["5","You've always owned a stuffed cat. You're not sure where it came from, but it's given you great career advice so far."],["6","You've always worn a lot of black."],["7","You really wanted a job where you can hide a fog machine under the desk for dramatic effect during meetings."],["8","You have an obsession with death that clearly marks you for great things."]],"name":"Why Be an Occultant?","page":32,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"The Secretarian","colStyles":["col-2 text-center","col-10"],"colLabels":["Franchise Rank","Features"],"rows":[["1","Proficiencies and Starting Equipment, {@item Sending Stone|AI}"],["2","{@item Portfolio Keeper|AI}, Rumor Mill"],["3","Cards of Sending, Improved Rumor Mill"],["4","Always Hiring, Charming Introduction"]],"name":"The Secretarian","page":32,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Quirks of Your Sending Stone","colLabels":["d8","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","It's a flip stone."],["2","It gets great reception everywhere except in your headquarters."],["3","It sometimes picks up other magical conversations."],["4","It's the perfect size, shape, and weight to be used as a skipping stone."],["5","It heats up when you use it, to the extent that it once burned through your gloves."],["6","It has an obnoxious ringtone that you can't work out how to change."],["7","It fails to notify you of incoming messages except for a faint pulsating glow."],["8","It's voice activated, so that every time you talk to someone, it tries to send a message to someone else."]],"name":"Quirks of Your Sending Stone","page":33,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Why Be a Secretarian?","colLabels":["d8","Reason"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You believe that people shouldn't work harder; they should work smarter. And then they should work harder."],["2","You've always yearned to be in the people business, because inanimate objects can't pay you."],["3","Being able to hand out \"Employee of the Month\" stickers has been a life-long dream."],["4","You believe that customer loyalty can't be bought, but that it can be rented at reasonable terms and rates."],["5","Your habit of constantly telling other people how they can improve makes you a master of performance reviews."],["6","You've always believed that the customer is satisfied when you say the customer is satisfied, and not a second before."],["7","You love the joy that other people get when you tell them what to do."],["8","Buzzwords was your first language."]],"name":"Why Be a Secretarian?","page":34,"source":"AI","chapter":{"name":"Growing Your Franchise","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Signature Items","colLabels":["d10","Item"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A tooth from a previous victim, wrapped in a silk handkerchief"],["2","A calling card with your name on it"],["3","A quick charcoal sketch of your victim, done in your own hand"],["4","Petals from your favorite flower"],["5","Six drops of blood, either your own or someone else's"],["6","A carved ivory die with an eye instead of a pip on the 1 face"],["7","A copper coin bearing the likeness of a reaper"],["8","A tiny vial containing a few drops of the homemade ale you're so proud of"],["9","A riddle, joke, or verse"],["10","An IOU, accompanied by you taking something from the victim"]],"name":"Sending a Clear Message; Signature Items","page":53,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Barbarian Style","colLabels":["d10","Style"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A fur-lined, double-breasted suit with a corporate logo on the pocket"],["2","A hand-woven turban from a master tailor of Calimshan"],["3","Soft leather boots with a notable personal symbol etched into the side"],["4","A pair of suspenders made from the hide of a displacer beast"],["5","A gold belt buckle depicting the Dwarvish rune for chaos"],["6","A specially tailored belt pouch that you wear at the small of your back"],["7","Stylish mirrored spectacles"],["8","A specially dyed tunic containing all the colors of the rainbow in a swirled pattern"],["9","An overcoat with numerous pockets and leather patches on the elbows"],["10","Golden grillwork for your teeth, set with small gems that mark out ancient glyphs translating as \"Getting Paid\""]],"name":"Barbarian Style","page":53,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["d6","Spirit Guardian"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A half-orc enforcer called Joey Plantain, missing his right arm"],["2","A disgraced tax collector named Nibbin Clutchquill"],["3","An overly enthusiastic morale liaison called Apricot Reese"],["4","A grumpy dwarf carriage driver nicknamed Bolt"],["5","A pair of identical twin circus performers called Stella and Bella"],["6","An elf bodyguard known as Mistress Leafwind"]],"name":"Path of the Ancestral Guardian","page":54,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colStyles":["col-2 text-center","col-10"],"colLabels":["Totem Animal","Urban Replacements"],"rows":[["Bear","Otyugh, giant spider"],["Eagle","Crow, flying snake"],["Wolf","Giant rat, giant fire beetle"]],"name":"Path of the Totem Warrior","page":54,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Insults to Die For","colLabels":["d20","Insult"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Did your mother have any children who lived?"],["2","Who dressed you, a grimlock?"],["3","You smell like a hell hound's hindquarters."],["4","You're as helpful as a halfling."],["5","Let me guess. You're a self-taught wizard?"],["6","Your personality has all the warmth of a winter wolf."],["7","You're the loveliest hag in the coven."],["8","You're not the sharpest piercer in the cave."],["9","Aren't you a little short for a giant?"],["10","Truly, your intellect is as deep as a {@spell Tenser's floating disk}."],["11","Did you wake up in a troglodyte den this morning, or is that how you normally smell?"],["12","You must have been sick the day they taught fighting at warrior school."],["13","Gruumsh must have closed his eye when he created you."],["14","I can see you, but where's the dragon that pooped you out?"],["15","You've got all the good sense of a mind flayer's last meal."],["16","You don't know a beholder from a gas spore."],["17","I suspected you'd fallen out of the idiot tree, but I didn't know you were dragged through Stupid Forest afterward."],["18","There's nothing about your looks that a full-face helmet wouldn't improve."],["19","You're about as useful as an orc horde at a tea party."],["20","I've seen better-looking faces on a gibbering mouther."]],"name":"Cutting Wit and Wicked Barbs; Insults to Die For","page":55,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Notable Enemies","colLabels":["d10","Enemy"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A guard captain who was fired for failing to catch you after you flouted the law"],["2","A former master bard whose songs you stole and knowledge you plundered"],["3","A lesser noble who you double-crossed in a brilliant scheme"],["4","A fallen paladin who you tricked into breaking their oath"],["5","A leader of another adventuring party who blames you for their downfall"],["6","A former adventuring partner who you cut loose because of their lack of skill"],["7","The master of a powerful guild whose wares you were involved in pilfering"],["8","A government official who you tricked into providing secrets"],["9","A former tavern owner who lost their business when you implicated them in a scheme they weren't actually involved in"],["10","A moneylender who you inadvertently bankrupted"]],"name":"The Wrong Kind of People; Notable Enemies","page":55,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Relics of Faith","colLabels":["d8","Relic"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Saint's-thighbone walking stick (50 gp)"],["2","Do-it-yourself indulgence kit (10 gp)"],["3","Holy-water-brewed ale (20 gp)"],["4","Deva wing-feather bookmark (10 gp)"],["5","Deity-autographed holy symbol (100 gp)"],["6","Scratch-and-sniff icon (5 gp)"],["7","Planetar shaving set (15 gp)"],["8","Unexpurgated holy texts with all the really naughty bits (10 gp)"]],"name":"Divine Deals; Relics of Faith","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Meditative Rituals","colLabels":["d8","Ritual"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Fifteen minutes of deity-mandated calisthenics"],["2","Handwriting a detailed agenda for the next 24 hours"],["3","Sitting in silence for 15 minutes, while screaming \"Shut up!\" at anyone who makes noise"],["4","Sleep another hour; your deity says it's fine"],["5","Burning incense and lighting a candle on a makeshift altar while you recite your vows"],["6","Practicing battle forms and stances"],["7","Creating a new likeness of your deity out of whatever materials you have on hand"],["8","Drinking a lot of wine (sacramental, of course)"]],"name":"Clerical Routine; Meditative Rituals","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Relationship with Your Deity","colLabels":["d10","Relationship"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your deity possesses you and speaks through your lips, and you need someone else to take notes."],["2","You see your deity's signs in the movements of creatures, the changing weather, the shapes of buildings, other stuff."],["3","In secret, you curse the burden your deity has placed on you."],["4","You wonder often if you're worthy of your deity's gifts."],["5","You're convinced your deity isn't all-knowing, because they clearly have no idea what you really get up to."],["6","Your deity gives you power and you give them glory—at any cost."],["7","Those other clerics don't love your deity like you do."],["8","You were raised religious, but you only really go to church on the high holidays."],["9","Your deity's grace gives you peace. Their anger drives your fury."],["10","You've got buyer's remorse, and you're wondering if this is really the deity for you."]],"name":"The Ways of Faith; Relationship with Your Deity","page":56,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Distinguishing Features of Wild Shape","colLabels":["d6","Feature"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Your pelt is rich hues of gold and silver so bright that they reflect light."],["2","When you take wild shape form, it's a painful, squelchy process that usually leaves your fellow adventurers queasy."],["3","Your wild shape forms all wear an identical ceremonial bracelet on one limb, decorated with teeth."],["4","A dark patch on your body is recognizable as the silhouette of {@creature Omin Dran|AI}"],["5","You always have twigs, leaves, and other refuse tangled in your fur or hair."],["6","When you switch back to your normal form, one hand always manages to retain its fur or feathers for a short while."]],"name":"Running Wild; Distinguishing Features of Wild Shape","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Sanctuaries","colLabels":["d10","Sanctuary"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A cemetery that acts as a de facto park"],["2","A museum hosting rare plants and animals from other lands"],["3","A swampy patch, unsuitable for building, teeming with marsh flora and fauna"],["4","A large copse containing the habitats of tree-dwelling animals"],["5","A community garden whose bounty is shared by local residents"],["6","A ruined section of the city that has been reclaimed by nature"],["7","A zoo overseen by a strange but powerful fellow druid"],["8","A private park that charges a fee for entrance, ensuring that only the wealthy can enjoy its serenity"],["9","A nature reserve stocked with scared and confused animals that are hunted for sport"],["10","A business that grows and harvests rare and exotic plants and animals for creating magical and mundane products"]],"name":"Nature in Unlikely Places; Urban Sanctuaries","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Creatures to Care For","colLabels":["d10","Creature"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A carnivorous plant with a taste for fine foods"],["2","A colony of bees whose hive once hung from a tree in your homeland"],["3","A seven-legged pygmy giant spider once used as a pixie's mount"],["4","A baby death dog that shows no evil tendencies (yet)"],["5","An orphaned owlbear cub-chick with a never-ending cold"],["6","An unhatched silvery egg that is ice-cold to the touch"],["7","A very small, very old awakened shrub"],["8","A grouchy badger that lives under your bed"],["9","A feral cat that thinks it's much tougher than it is"],["10","A friendly stirge that nests in your backpack and drinks only fruit juice"]],"name":"Steward of Nature; Creatures to Care For","page":58,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Martial Tricks","colLabels":["d6","Trick"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You are an expert at pretending you've been injured to the point where you can't possibly go on. By goading foes to finish you off, you keep your allies safe as you reveal how much fight you still have in you."],["2","You always keep a small pouch of salt or sand at your belt. If you can blind an opponent, even momentarily, you can usually end a fight quickly."],["3","You fight with your off hand at the start of a battle, so that your opponent sets their defenses and attacks to one side. Then you quickly switch hands at the most opportune moment, making your foe wonder what other tricks you might play."],["4","Swearing, name-calling, political satire—you do it all. You make use of a range of down-and-dirty fighting epithets that would make an ogre barbarian blush."],["5","You constantly converse with your opponents during the battle, doing whatever you can to distract them or get into their heads. It's surprising how many combatants enter a fight not knowing whether their boots have come untied."],["6","You have a belt pouch specially made to release ball bearings or caltrops in the thick of the fight, forcing your enemies to avoid those hazards while fending off your blows."]],"name":"Keeping them Guessing; Martial Tricks","page":59,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Signature Equipment","colLabels":["d12","Equipment"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Handcrafted arrows whose heads bear the mark of a lightning bolt, and which give a distinctive whistle when fired"],["2","A shield made from the shell of a giant turtle"],["3","A matching shortsword and dagger, decorated to look like the upper and lower jaws of a carnivorous dinosaur"],["4","A battleaxe with its head shaped like the flowing hair of a dwarf warrior"],["5","A suit of armor made from the discarded chitin of giant arthropods"],["6","A pair of boots fashioned to look like the paws of a large feline"],["7","A sword whose pommel is shaped in the form of a hand, so that you shake the hand when you wield it"],["8","A hammer forged to resemble a giant's fist on one side and a dragon's head on the other"],["9","A helmet shaped like the head of a hare, with tiny diamonds for eyes"],["10","A bow carved with images of the phases of the moon"],["11","A dagger with a handle made of bone, etched with worn and unreadable runes"],["12","A backpack made from the leather and fur of a skunk"]],"name":"Wielding the Best; Signature Equipment","page":59,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Victory Celebration","colLabels":["d10","Celebration"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A finely honed, well-choreographed dance"],["2","Ale! And then more ale!"],["3","Seizing a trophy from a vanquished foe"],["4","Composing a poem extolling your valiant combat prowess"],["5","Adding a commemorative square to your battle quilt"],["6","Adding a decorative stencil to your favorite weapon or armor"],["7","Paying the town crier to proclaim your victory"],["8","Commissioning a painting of the battle"],["9","Praising surviving enemies for a job well done, no hard feelings"],["10","There is no time to celebrate, for your war is eternal!"]],"name":"Victory Is Yours; Victory Celebration","page":60,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Subtle Stances","colLabels":["d8","Stance"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Incontinent Elder—Standing straight, knees together (excellent for surviving those long queues)"],["2","Addled Adder—Lying flat on the ground (perfect when attempting to hide)"],["3","Ponderous Pudding—Collapsed in a heap (useful when trying to disguise yourself as a drunken fool)"],["4","Frightened Gnome—Curled in the fetal position (excellent when about to take a lot of damage)"],["5","Ambitious Student—Standing with one armed raised (useful when trying to be seen)"],["6","Boisterous Brewmaster—Hand raised as if making a toast (excellent at preventing being slapped)"],["7","Hardy Harpy—Arms flapping wildly while singing (inspires people to leave you alone, and good for cooling off on hot days)"],["8","Broken Bridge—Face down on the ground with knees bent and posterior up (reduces visibility to foes in front, and makes a useful ramp for allies to jump off)"]],"name":"Stances for Success; Subtle Stances","page":61,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Ancient Tomes","colLabels":["d10","Tome"],"colStyles":["text-center col-2","col-10"],"rows":[["1","{@i Gambling with the Gods}"],["2","{@i Plowshares into Swords}"],["3","{@i The Poetry of Flumphism}"],["4","{@i Monsters are People Too}"],["5","{@i Oracles of the Future}"],["6","{@i The Sociable Hermit}"],["7","{@i The Enigma of Air}"],["8","{@i The Compendium of Limitless Space}"],["9","{@i The Organic Sun and Moon Cookbook}"],["10","{@i Life is Endless Calamities, What Are You Going to Do About It}?"]],"name":"By the Book; Ancient Tomes","page":61,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Commercial Monasteries","colLabels":["d10","Monastery"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Monastery of the Eternal Spirits (legendary distillers)"],["2","House of the Upright Arches (creators of quality footwear)"],["3","Dome of the Curious Quill (makers of parchment, ink, and writing quills)"],["4","Crystal Bastion (makers of crystal goblets and ornaments)"],["5","Monastery Actuary (underwriters of reasonably priced insurance policies)"],["6","House of Hot Ki (delicious barbecue take-out)"],["7","Sage's Retreat (custom research services)"],["8","Monastery of the Wayward Grape (vintners of fine wines)"],["9","Spider's House Retreat (drow trainers of giant spiders as mounts and companions)"],["10","Hall of Mysteries (investigators for hire)"]],"name":"Ascetic Business Practices; Commercial Monasteries","page":62,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Terrible Secrets","colLabels":["d6","Secret"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Before taking your paladin oath, you accidentally publicly humiliated a good friend. You have sworn to make it up to them, despite them wanting nothing to do with you."],["2","You took another person's identity to escape the law in your younger days—and quickly came to realize that this person was far cooler than the real you. If anyone finds out your true identity, your reputation will suffer."],["3","You were the child of nobles who were found guilty of stealing vast sums from their subjects. If your identity is discovered, you might be hunted down. But you might also be in line for a massive inheritance."],["4","You once belonged to an organization that was eventually banned because a typo in its name made it appear seditious. If anyone discovers this, you run the risk of being mistaken for an enemy of the realm."],["5","You made a deal with a fiendish creature to escape trouble or save another character's life. Emissaries of this fiend appear occasionally to tell you that the paperwork regarding the debt you owe is temporarily lost, but they're working on it."],["6","You owe an enormous amount of money to a forgetful and amoral person. So far, that person has made no sign of wanting you to repay the debt, and you have no idea what to do about that."]],"name":"Things Best Left Unsaid; Terrible Secrets","page":63,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Legendary Catchphrases","colLabels":["d8","Catchphrase"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Looks like this is the end. So let's go back to the beginning."],["2","There's only one way out of this pickle, and that's by breaking a few jars!"],["3","Looks like trouble has some vacation time coming up. So let's book it a nice inn."],["4","We've got a real game of cat and mouse here... so it's time to eat some cheese."],["5","Is that all I've got?!"],["6","It's always darkest before the dawn, except when the moon is full. So let's moon!"],["7","We might be beaten, but we're not beaten! Because \"beaten\" means different things in both those contexts!"],["8","\"Surrender\" is my middle name, but it was a family thing and I never use it!"]],"name":"Fixer of Problems; Legendary Catchphrases","page":63,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Urban Beast Friends","colLabels":["d10","Beast"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Rat"],["2","Pigeon"],["3","Skunk"],["4","Crow"],["5","Raccoon"],["6","Possum"],["7","Snake"],["8","Toad"],["9","Giant beetle"],["10","Lizard"]],"name":"Animals are Everywhere; Urban Beast Friends","page":64,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Disguised Weapons","colLabels":["d6","Object (Improvised Weapon)"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The roasted drumstick of a huge bird (greatclub; longsword if a shard of bone is broken off)"],["2","A long loaf of stale bread (mace)"],["3","A musical instrument missing all but one string (shortbow)"],["4","A racket used in a popular sport (handaxe, battleaxe)"],["5","A metal-tipped crutch (greatsword, spear)"],["6","A large bottle of wine (mace, shortsword if shattered)"]],"name":"No Weapons Allowed; Disguised Weapons","page":64,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Points of Interest","colLabels":["d8","Point of Interest"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A secret cove a few hours' north of town that is a known meeting spot for pirates."],["2","A sewer system underneath the local guardhouse."],["3","The quaint settlement where you grew up, and where you send most of what you earn adventuring."],["4","A caravan of merchants and sellswords that follows a regular route across the land."],["5","A temple built to honor a dark god, long abandoned."],["6","The final resting place of the ranger who trained you."],["7","The shady market known as Gort Jorkle's Afflicted Finery, openly and proudly selling the most illegal things imaginable."],["8","An unnamed hill where a ruined tower appears at midnight, then vanishes again at dawn."]],"name":"Places to Go; Points of Interest","page":65,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Favorite Trophies","colLabels":["d10","Trophy"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The handkerchief of a noble's paramour, with their initials sewn into it as well as the date and the place the gift was given. Perfect blackmail fodder."],["2","A silver goblet from the kitchens of a castle in a wealthy land. It still smells of the wonderful burgundy that was in it when you stole it."],["3","A gold-tipped fountain pen stolen from the breast pocket of a royal wizard."],["4","A piece of intricately woven curtain you had to cut to escape a mayor's manor after stealing their valuables."],["5","A gray cat with white feet, once the pet of a rich merchant's spoiled child. She almost blew your cover. Now she knows when to keep quiet, and she's great at catching mice."],["6","A small statue of a ballerina, broken off from a marble fountain in a city from which you're now banned."],["7","A serpentine lapel pin set with tiny diamonds, which you slipped off the chest of a noble whose fete you finessed your way into."],["8","The solid-gold hammer holy symbol of that one rude blacksmith who refused to fix your sword."],["9","A full potion bottle from the temple of Oghma, marked \"Drink in case of emergency.\" So far, no one has dared you to drink it."],["10","A cracked mirror from a mystic's tower, which sometimes shows you a glint of another realm in one of its shards."]],"name":"Sign of Success; Favorite Trophies","page":65,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Former Guilds","colLabels":["d8","Guild"],"colStyles":["text-center col-2","col-10"],"rows":[["1","The Tumble Dumplings, an all-halfling guild whose cover identities are acrobats"],["2","The Char Hawks, whose front operation is a well-known cleaning service"],["3","The Flattering Butchers, known for their sales of discount meat of unknown provenance"],["4","The Profane Pilferers, who leave lewd calling cards at the scenes of their crimes"],["5","The Undead Rangers, whose cover is that they have nothing to do with rangers or the undead"],["6","The Loyalists, ironically known for breaking contracts at an alarming rate"],["7","The Robust Vultures, who make use of flying magic for specialty jobs"],["8","The Quick and the Fred, who all use \"Fred\" as an alias"]],"name":"Old Business Ties; Former Guilds","page":66,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Unusual Arcane Focuses","colLabels":["d10","Focus"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A stuffed weasel with fake diamonds for eyes"],["2","A rare gold coin that sparkles as you cast"],["3","A copper belt buckle created in your own likeness"],["4","A pair of silver spectacles whose lenses change color based on the school of spell you're casting"],["5","A well-preserved sausage that smells delicious to you and any other creature nearby"],["6","A gold harmonica that cranks out a dramatic tune when you cast"],["7","A shrunken gnome head that blinks and sticks its tongue out occasionally"],["8","A polo mallet carved in the shape of the tarrasque"],["9","A flask of liquid that changes color each time you cast"],["10","The antler stub of a peryton, decorated with nymph hair and pixie dust"]],"name":"Focusing with Flair; Unusual Arcane Focuses","page":67,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Residual Magic","colLabels":["d10","Effect"],"colStyles":["text-center col-2","col-10"],"rows":[["1","A smell just slightly less noxious than troglodyte musk wafts off you from time to time."],["2","At random, your voice shifts three octaves higher or lower than normal."],["3","Your hair changes color for 1 hour. If you don't have hair, you grow silver hair that lasts for 1 hour, then falls out."],["4","At random, your speech and movement suggest that you are blind drunk."],["5","Your eyes glow for 1 minute, cycling intermittently through red, blue, and green."],["6","Sometimes when you deal damage to a creature, a disembodied voice near you shouts out, \"Boo yah!\""],["7","Blood momentarily drips from your ears and eyes."],["8","Your fingernails grow out to gnarled talons. This new growth falls off after 10 minutes or if you touch something."],["9","Intermittently, any somatic components for spells you cast take the form of violent coughing."],["10","For 1 minute, you are 6 inches shorter or taller than normal."]],"name":"Personal Magic; Residual Magic","page":68,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Otherworldly Quirks","colLabels":["d10","Quirk"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Every meal you eat must involve copious amounts of raw onions."],["2","When you are in a stressful situation, you shout every fourth word you speak."],["3","You have a second set of ears that emerge and retract whenever you are actively listening."],["4","You can't bear to touch anything valuable without wearing gloves."],["5","When you wash or bathe, anything less than uncomfortably hot water feels cold to you."],["6","You have to slap some creature roughly before you can get a good night's sleep."],["7","You're just not comfortable unless your clothing features garishly contrasting colors or patterns."],["8","When you cast a spell, the verbal or somatic component must involve a mild obscenity."],["9","Your hair grows so quickly that you must cut it during every short or long rest."],["10","When people call you by your correct name, you constantly admonish them by telling them your correct name."]],"name":"Eldritch Affectations; Otherworldly Quirks","page":69,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Cool Mottos","colLabels":["d6","Motto"],"colStyles":["text-center col-2","col-10"],"rows":[["1","\"I don't break even; I get even.\""],["2","\"I'm the prophet of profit, and I've got a prediction for success.\""],["3","\"Victory is the finest perfume, and I smell delightful.\""],["4","\"Your treasure is my business.\""],["5","\"To err is human, so I'm not.\""],["6","\"I get the job done rather than thinking up fancy mottos.\""]],"name":"Marketing Is Everything; Cool Mottos","page":69,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Lingering Nightmares","colLabels":["d6","Nightmare"],"colStyles":["text-center col-2","col-10"],"rows":[["1","You stand atop a cliff as an apocalyptic sea monster emerges and begins painting the world around you with a brush in each tentacle. You cannot escape its attention, but wake up just before you are recolored."],["2","You dream about walking on pieces of paper, each of which is scribed with the word \"eggshells.\" This is written in multiple languages, some of which you can't read."],["3","You are giving the most important presentation of your career, and the magic you are using to create an impressive visual display has gone haywire. It now displays an illusory image of you wearing nothing but a strategically placed scarf."],["4","A franchise staff member has gained a huge inheritance and retired. A note signed by you indicates that you withdrew the same huge amount of cash from company accounts the day before, but you have no memory of doing so."],["5","You feel the pleasant tickling of feathers, then look up to find a cockatrice preening on your chest."],["6","All your pockets have been torn open, but you can't stop placing valuable objects in them. Each time an object falls out of a pocket, you pick it up, then put it in a pocket again."]],"name":"Nightmare Magic; Lingering Nightmares","page":70,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Arcane Masters","colLabels":["d8","Master"],"colStyles":["text-center col-2","col-10"],"rows":[["1","Philia Fjor, a half-elf abjurer who baked cupcakes that functioned as potions."],["2","Oghhga, a mute half-orc diviner who beat her unsuccessful students to death with rocks."],["3","Impler Rickys, a gnome transmuter who lived under a bridge and worked for candied beets and honey peanuts."],["4","Dame Melna Rothburntonberryville, a 238-year-old elf croquet player and evoker, and hero of the first, second, third, fifth, and sixth Troll Wars. (She was out on maternity leave during the fourth.)"],["5","Fernstern Drockburn, a deep gnome ventriloquist and conjurer, and his \"dummy\" Vinceroy, an imp familiar in a puppet suit."],["6","Loa Hatt, a tiefling illusionist and cobbler, whose rumored dealings with devils led to many jokes about fixing soles while destroying souls."],["7","Reni the Hare, a halfling enchanter with an odd fondness for carrots. You ate a lot of carrots as an apprentice. You don't much like carrots anymore."],["8","Sylvester Delague, a human necromancer whose greatest possession was a portrait painted by an ex-student, said to capture his green eyes perfectly. In truth, Sylvester was color-blind, and the portrait's eyes are bloodshot red. No one ever told him."]],"name":"Learning from the Best; Arcane Masters","page":71,"source":"AI","chapter":{"name":"Player Options","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Score","Modifier","Score","Modifier"],"colStyles":["col-2 text-center","col-4 text-center","col-2 text-center","col-4 text-right"],"rows":[["1","−5","16–17","+3"],["2–3","−4","18–19","+4"],["4–5","−3","20–21","+5"],["6–7","−2","22–23","+6"],["8–9","−1","24–25","+7"],["10–11","+0","26–27","+8"],["12–13","+1","28–29","+9"],["14–15","+2","30","+10"]],"name":"Ability Scores and Modifiers","page":7,"source":"RMR","chapter":{"name":"How to Play","ordinal":{"type":"chapter","identifier":1},"index":0}},{"colLabels":["{@comic {@dice d12}}","{@comic Surprise}"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ghostly hand appears and slaps a random character for {@dice 2d4} bludgeoning damage. If this kills them, they rise as a spectral presence that follows the group, endlessly slapping them as well."],["2","Five {@creature Giant Rat||giant rats} burst from the ground and attack. Name them after your favorite boy band."],["3","Every magic potion the party carries has turned to spoiled milk."],["4","Point at the character who last spoke. Their left foot has fallen asleep, causing them to suffer {@b −}1 Dexterity for an hour."],["5","Two {@creature Flameskull||flameskulls} fly in, accompanied by loud heavy metal music. They attack."],["6","A lone {@creature flameskull} flies in, looking for his two friends who ditched him on the way to a heavy metal concert. He's confused and angry and also attacks."],["7","The party hears a scraping noise coming from the nearby wall. Make it seem important to the story. Use this noise to focus the group and lead them to the next encounter."],["8","A random character vomits up an {@creature ochre jelly}. Describe the burning sensation as it erupts from the character's feeble mouth-hole. Make the party regret ever wasting your time."],["9","A random character's favorite weapon just gained magical intelligence and starts nagging them about getting on with the adventure."],["10","An arrow suddenly shoots out from the shadows and hits the character who is pissing you off. The character takes {@dice 1d6 + 4} piercing damage and should reconsider their current course of action."],["11","Something gold and shiny catches the eye of a party member. What is it? Whatever you want."],["12","Pick a random character. Tell them their esophagus is cursed."]],"name":"Surprise","page":17,"source":"RMR","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["{@comic {@dice d12}}","{@comic CuFuC}"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","If you made this roll during an attack, you just hit a random character with double critical damage instead. If this roll was non-combat, you're so angry at f***ing up that you attack a random character with your primary weapon in frustration."],["2","Give the die that made this roll to another player at the table. They must use this die for the rest of the game session and, every time they roll it, they have to say \"Bad, die. BAD!\""],["3","All your hair falls out. Yes, even down there..."],["4","All your magic items have turned into nonmagical versions of the same stuff."],["5","Roll twice on the SURPRISE table from earlier in this chapter."],["6","You take {@dice 1d12} force damage. Describe in excruciating detail what you did to earn this embarrassing injury."],["7","You get a paper cut. If you fail a DC 16 Constitution saving throw, you lose {@dice 1d6} hit points from blood loss at the start of each of your turns for the next {@dice 1d6} rounds."],["8","The weapon or item you were using when you made this crappy roll catches on fire. Throw it away or take {@dice 2d10} fire damage while it smolders."],["9","Whatever you were doing when this roll took place just became a comedic pratfall that hits you in the junk. Take {@dice 2d6} bludgeoning damage, and if you had a point of Inspiration, it's now gone."],["10","You are so angry at your stupid mistake that an important grouping of blood vessels in your brain bursts. Permanently lose 1 Intelligence and your sense of smell."],["11","Your roll was so bad that you forsake the gods. If you're a cleric you poop yourself every time you cast a spell until you finish a long rest."],["12","Your internal organs are replaced with stinging bees. Instant death. No saving throw."]],"name":"Critical Hits","page":28,"source":"RMR","chapter":{"name":"Combat","ordinal":{"type":"chapter","identifier":2},"index":1}},{"colLabels":["Experience Points","Level","Proficiency Bonus"],"colStyles":["col-2 text-center","col-2 text-right","col-8 text-right"],"rows":[["0","1","+2"],["300","2","+2"],["900","3","+2"],["2,700","4","+2"],["6,500","5","+3"]],"name":"Rewards","page":35,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Leather","10 gp","11*","10 lb."],["Studded leather","45 gp","12*","13 lb."]],"footnotes":["*You add your Dexterity modifier to your Armor Class when you wear this armor."],"name":"Light Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Hide","10 gp","12**","12 lb."],["Chain shirt","50 gp","13**","20 lb."],["Scale mail","50 gp","14**","45 lb."],["Breastplate","400 gp","14**","20 lb."]],"footnotes":["**You add your Dexterity modifier, to a maximum of +2, to your Armor Class when you wear this armor."],"name":"Medium Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Ring mail","30 gp","14","40 lb."],["Chain mail","75 gp","16","55 lb."],["Splint","200 gp","17","60 lb."]],"name":"Heavy Armor","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Armor","Cost","Armor Class (AC)","Weight"],"colStyles":["col-3","col-3 text-right","col-3 text-center","col-3 text-center"],"rows":[["Shield","10 gp","+2","6 lb."]],"name":"Shields","page":37,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Club","1 sp","{@dice 1d4} bludgeoning","2 lb.","Light"],["Dagger","2 gp","{@dice 1d4} piercing","1 lb.","Finesse, light, thrown (range 20/60)"],["Greatclub","2 sp","{@dice 1d8} bludgeoning","10 lb.","Two-handed"],["Handaxe","5 gp","{@dice 1d6} slashing","2 lb.","Light, thrown (range 20/60)"],["Javelin","5 sp","{@dice 1d6} piercing","2 lb.","Thrown (range 30/120)"],["Light hammer","2 gp","{@dice 1d4} bludgeoning","2 lb.","Light, thrown (range 20/60)"],["Mace","5 gp","{@dice 1d6} bludgeoning","4 lb.","—"],["Quarterstaff","2 sp","{@dice 1d6} bludgeoning","4 lb.","Versatile ({@dice 1d8})"],["Spear","1 gp","{@dice 1d6} piercing","3 lb.","Thrown (range 20/60), versatile ({@dice 1d8})"]],"name":"Simple Melee Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Crossbow, light","25 gp","{@dice 1d8} piercing","5 lb.","Ammunition (range 80/320), loading, two-handed"],["Shortbow","25 gp","{@dice 1d6} piercing","2 lb.","Ammunition (range 80/320), two-handed"]],"name":"Simple Ranged Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Battleaxe","10 gp","{@dice 1d8} slashing","4 lb.","Versatile ({@dice 1d10})"],["Greataxe","30 gp","{@dice 1d12} slashing","7 lb.","Heavy, two-handed"],["Greatsword","50 gp","{@dice 2d6} slashing","6 lb.","Heavy, two-handed"],["Longsword","15 gp","{@dice 1d8} slashing","3 lb.","Versatile ({@dice 1d10})"],["Maul","10 gp","{@dice 2d6} bludgeoning","10 lb.","Heavy, two-handed"],["Morningstar","15 gp","{@dice 1d8} piercing","4 lb.","—"],["Rapier","25 gp","{@dice 1d8} piercing","2 lb.","Finesse"],["Scimitar","25 gp","{@dice 1d6} slashing","3 lb.","Finesse, light"],["Shortsword","10 gp","{@dice 1d6} piercing","2 lb.","Finesse, light"],["Trident","5 gp","{@dice 1d6} piercing","4 lb.","Thrown (range 20/60), versatile ({@dice 1d8})"],["Warhammer","15 gp","{@dice 1d8} bludgeoning","2 lb.","Versatile ({@dice 1d10})"]],"name":"Martial Melee Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Name","Cost","Damage","Weight","Properties"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["Crossbow, hand","75 gp","{@dice 1d6} piercing","3 lb.","Ammunition (range 30/120), light, loading"],["Crossbow, heavy","50 gp","{@dice 1d10} piercing","18 lb.","Ammunition (range 100/400), heavy, loading, two-handed"],["Longbow","50 gp","{@dice 1d8} piercing","2 lb.","Ammunition (range 150/600), heavy, two-handed"]],"name":"Martial Ranged Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["{@comic Name}","{@comic Cost}","{@comic Damage}","{@comic Weight}","{@comic Properties}"],"colStyles":["col-2","col-1 text-center","col-2 text-center","col-2 text-center","col-5"],"rows":[["{@comic Commitment}","{@comic your happiness}","{@comic {@dice 2d12} ongoing}","{@comic your freedom}","{@comic Roll for regrets}"],["{@comic Children}","{@comic your future happiness}","{@comic {@dice 2d20} until adulthood}","{@comic your legacy}","{@comic Just get a pet instead}"]],"name":"Marital Emotional Weapons","page":39,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Ammunition - Arrows (20)","1 gp","1 lb."],["Ammunition - Crossbow bolts (20)","1 gp","1½ lb."],["Backpack","2 gp","5 lb."],["Bedroll","1 gp","7 lb."],["Bell","1 gp","—"],["Blanket","5 sp","3 lb."],["Book","25 gp","5 lb."],["Candle","1 cp","—"],["Carpenter's tools","8 gp","6 lb."],["Case (for map or scroll)","1 gp","1 lb."],["Chalk (1 piece)","1 cp","—"],["Chest","5 gp","25 lb."],["Clothes, common","5 sp","3 lb."],["Clothes, fine","15 gp","6 lb."],["Component pouch","25 gp","2 lb."],["Crowbar","2 gp","5 lb."],["Grappling hook","2 gp","4 lb."],["Hammer","1 gp","3 lb."],["Hammer, sledge","2 gp","10 lb."],["Healer's kit","5 gp","3 lb."],["Holy symbol","5 gp","1 lb."],["Hourglass","25 gp","1 lb."],["Ink (1 ounce bottle)","10 gp","—"],["Ink pen","2 cp","—"],["Lantern, bullseye","10 gp","2 lb."],["Lantern, hooded","5 gp","2 lb."],["Lock","10 gp","1 lb."],["Mason's tools","10 gp","8 lb."],["Mess kit","2 sp","1 lb."],["Mirror, steel","5 gp","1/2 lb."],["Oil (flask)","1 sp","1 lb."],["Paper (one sheet)","2 sp","—"],["Parchment (one sheet)","1 sp","—"],["Perfume (vial)","5 gp","—"],["Pick, miner's","2 gp","10 lb."],["Piton","5 cp","1/4 lb."],["Pot, iron","2 gp","10 lb."],["Potion of healing","50 gp","1/2 lb."],["Playing cards","5 sp","—"],["Pouch","5 sp","1 lb."],["Rations (1 day)","5 sp","2 lb."],["Robes","1 gp","4 lb."],["Rope, hempen (50 feet)","1 gp","10 lb."],["Rope, silk (50 feet)","10 gp","5 lb."],["Sack","1 cp","1/2 lb."],["Sealing wax","5 sp","—"],["Shovel","2 gp","5 lb."],["Signal whistle","5 cp","—"],["Signet ring","5 gp","—"],["Spellbook","50 gp","3 lb."],["Spike, iron (10)","1 gp","5 lb."],["Tent, two-person","2 gp","20 lb."],["Thieves' tools","25 gp","1 lb."],["Tinderbox","5 sp","1 lb."],["Torch","1 cp","1 lb."],["Waterskin","2 sp","5 lb. (full)"],["Whetstone","1 cp","1 lb."]],"name":"Adventuring Gear","page":41,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Speed","Carrying Capacity"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Donkey or {@creature mule}","8 gp","40 ft.","420 lb."],["{@creature Draft Horse||Horse, draft}","50 gp","40 ft.","540 lb."],["{@creature Riding Horse||Horse, riding}","75 gp","60 ft.","480 lb."]],"name":"Mounts and Other Animals","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost","Weight"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Bit and bridle","2 gp","1 lb."],["Feed (per day)","5 cp","10 lb."],["{@i Saddle}","",""],{"type":"row","style":"row-indent-first","row":["Pack","5 gp","15 lb."]},{"type":"row","style":"row-indent-first","row":["Riding","10 gp","25 lb."]},{"type":"row","style":"row-indent-first","row":["Saddlebags","4 gp","8 lb."]},["Stabling (per day)","5 sp","—"]],"name":"Tack and Harness","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-center"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["Gallon","2 sp"]},{"type":"row","style":"row-indent-first","row":["Mug","4 cp"]},{"type":"row","style":"row-indent-first","row":["{@comic Full Keg}","{@comic 8 sp - Awww yeah!}"]},["Inn stay (per day)",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},{"type":"row","style":"row-indent-first","row":["{@comic Passed out in the back alley}","{@comic Free}"]},["Meals (per day)",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["Wine",""],{"type":"row","style":"row-indent-first","row":["Common (pitcher)","2 sp"]},{"type":"row","style":"row-indent-first","row":["Fine (bottle)","10 gp"]}],"name":"Food, Drink, and Lodging","page":43,"source":"RMR","chapter":{"name":"Adventuring","ordinal":{"type":"chapter","identifier":3},"index":2}},{"colLabels":["Level","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disadvantage on ability checks"],["2","Speed halved"],["3","Disadvantage on attack rolls and saving throws"],["4","Hit point maximum halved"],["5","Speed reduced to 0"],["6","Death"]],"name":"Exhaustion","page":62,"source":"RMR","chapter":{"name":"Conditions","ordinal":{"type":"appendix","identifier":"A"},"index":4}},{"caption":"Standard Languages of Eberron","colLabels":["Language","Main Speakers","Script"],"colStyles":["col-2","col-8","col-2"],"rows":[["Common","The Five Nations, trade language of Khorvaire","Common"],["Dwarvish","Mror Holds","Dwarvish"],["Elvish","Aerenal, Valenar","Elvish"],["Giant","Inhabitants of Xen'drik","Giant"],["Gnomish","Zilargo","Dwarvish"],["Goblin","Darguun, Droaam, Shadow Marches, monsters of Khorvaire","Goblin"],["Halfling","Talenta Plains","Common"],["Riedran","People of Sarlona","Common"]],"name":"Standard Languages of Eberron","page":6,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Exotic Languages of Eberron","colLabels":["Language","Main Speakers","Script"],"colStyles":["col-2","col-8","col-2"],"rows":[["Celestial","Celestials","Celestial"],["Daelkyr","Aberrations, denizens of Khyber","Daelkyr"],["Draconic","Dragons, dragonborn","Draconic"],["Infernal","Fiends","Infernal"],["Orc","Isolated orc tribes","Goblin"],["Primordial","Elementals","Primordial"],["Quori","Inspired, kalashtar, quori","Quori"],["Sylvan","Fey creatures","Elvish"]],"name":"Exotic Languages of Eberron","page":6,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Eberron Months","colLabels":["Month","Name"],"colStyles":["col-2","col-10"],"rows":[["1","Zarantyr (mid-winter)"],["2","Olarune (late winter)"],["3","Therendor (early spring)"],["4","Eyre (mid-spring)"],["5","Dravago (late spring)"],["6","Nymm (early summer)"],["7","Lharvion (mid-summer)"],["8","Barrakas (late summer)"],["9","Rhaan (early autumn)"],["10","Sypheros (mid-autumn)"],["11","Aryth (late autumn)"],["12","Vult (early winter)"]],"name":"Calendar; Eberron Months","page":7,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Regrets","colLabels":["d10","Regret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While you were serving in the Last War, you were forced to abandon an injured comrade. You don't know if they survived."],["2","You placed your faith in a lover who betrayed you. You don't know if you can ever trust anyone again."],["3","You murdered a rival. Your actions may have been justified, but their face still haunts you."],["4","You made a promise to a child or a lover that you failed to keep."],["5","You squandered your family's fortune and brought shame and ruin to your household."],["6","You made a bargain with an extraplanar entity that you now regret."],["7","You abandoned your family to pursue a life of adventure. Your village was destroyed in the war and you don't know if they survived."],["8","You engaged in covert operations for a nation as a spy or soldier. While you were serving your country, you did unforgivable things."],["9","Someone put their trust in you and you betrayed them for personal gain. You might regret it now, but you can never repair the damage you've done."],["10","You volunteered for mystical experiments. These may be responsible for your class abilities, but you might experience side effects."]],"name":"Everyone Has Regrets; Regrets","page":8,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Debts","colLabels":["d10","Debt"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You committed a crime during the Last War, and now you're being blackmailed by someone who has proof. You can justify your actions, but the law won't care."],["2","You've got a gambling problem. If you can't repay Daask (see {@book chapter 3|ERLW|8|Daask}), you're going to be playing tag with a cockatrice."],["3","You own an uncommon magic item, but you had to sell it to a pawn shop. If you can't reclaim it within the month, they'll sell it off."],["4","You were making a delivery on behalf of the Boromar Clan (see {@book chapter 3|ERLW|8|The Boromar Clan}) and you lost the merchandise."],["5","Someone knows the whereabouts of a sibling or loved one you thought lost in the Mourning, but that information is going to cost you."],["6","You have a degenerative disease that can't be cured by mundane means. If you can't get a lesser restoration soon, you're going to start showing symptoms."],["7","Your family lost everything in the Last War. You could get them a stake in a new farm, inn, or stagecoach with 200 gp."],["8","You've got a price on your head. Until you settle things with House Tharashk, you'd better keep an eye out for bounty hunters."],["9","You have an opportunity to join an influential secret society. But you've got only one month to raise the membership dues."],["10","Roll again. It's not your debt: it's your lover's problem. Can you solve the problem before they have to face the consequences?"]],"name":"Why Do You Need 200 Gold Pieces?; Debts","page":9,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Communication and Security Services","colLabels":["Service","Cost"],"colStyles":["col-9","col-3"],"rows":[["{@spell Arcane lock} (House Kundarak)","20 gp"],["Courier service (House Orien)","1 sp per mile"],["{@spell Glyph of warding} (House Kundarak)","350 gp"],["{@spell Illusory script} (House Sivis)","15 gp"],["Mail service (House Orien)","1 cp per mile"],["Message station (House Sivis)","2 sp per word"],["Translation (House Sivis)","2 cp per word"]],"name":"Communication and Security Services","page":10,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Healing Services","colLabels":["Service","Cost"],"colStyles":["col-6","col-6"],"rows":[["Minor nonmagical care","3 sp per use of the {@skill Medicine} skill"],["Major nonmagical care","1 gp per day"],["{@spell Cure wounds}","25 gp per level of the spell"],["{@spell Lesser restoration}","50 gp"],["{@spell Remove curse}","75 gp"],["{@spell Greater restoration}","150 gp"],["{@spell Raise dead}","750 gp"]],"name":"Medicine; Healing Services","page":10,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Travel Services","colLabels":["Service","Cost","Speed"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["Airship (House Lyrandar)","1 gp per mile","20 mph"],["Elemental galleon (House Lyrandar)","5 sp per mile","10 mph"],["Lightning rail, standard (House Orien)","2 sp per mile","30 mph"],["Lightning rail, first class (House Orien)","5 sp per mile","30 mph"],["Lightning rail, steerage (House Orien)","3 cp per mile","30 mph"],["Magebred coach (House Orien)","3 sp per mile","5 mph"],["{@spell Teleportation circle} (House Orien)","2,500 gp","Instant"]],"name":"Transportation; Travel Services","page":11,"source":"ERLW","chapter":{"name":"Welcome to Eberron","index":0}},{"caption":"Leaving the Mror Holds","colLabels":["d8","Reason for Leaving"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A feud with a rival clan has gotten out of hand, and it's best that you spend a few decades away from the Holds while things cool down."],["2","You come from a large family and there's no room for you to shine in your hold, so you hope to make a name for yourself in the wider world."],["3","Your clan has arranged your marriage and your future, and you've decided to have a few adventures before you settle down."],["4","You're pursuing a vendetta with a personal rival, seeking to defeat them either in battle or in business."],["5","You're searching for a legendary dwarven artifact, stolen centuries ago by a Karrnish noble."],["6","You want to assemble champions who can help you explore the ancient ruins beneath your ancestral home."],["7","You've rejected your clan's attitude toward daelkyr magic, earning the enmity of powerful dwarves."],["8","You want to understand how the other peoples of Khorvaire—especially the goblins and orcs—have fought the daelkyr."]],"name":"Dwarves of the Mror Holds; Leaving the Mror Holds","page":19,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Zil Schemes","colLabels":["d10","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your family is working on a new form of elemental binding, but they need a lot of Khyber dragonshards."],["2","You have an anonymous contact who sends you missions via the {@spell sending} spell. When you do as you're asked, you receive handsome rewards."],["3","You've inherited a plot of land in Q'barra. If you don't visit within a year, you'll lose the claim."],["4","Due to an unusual twist of Triumvirate law, you share the same name with a number of other Zil, and you're all legally considered to be the same person."],["5","You've acquired a {@item spellshard|ERLW} (described in {@book chapter 5|ERLW|12}) that contains a vast amount of text in a strange code."],["6","You know the location of a wanted war criminal, and you've been trying to decide whether to turn them in or try to get something in exchange for your silence."],["7","You've been selling false treasure maps, but now you've found one that might be real."],["8","You've acquired a controlling stake in a dragonshard mine, which was abandoned long ago. But why? Kobolds? Aberrations? There's only one way to find out!"],["9","Your family is facing financial ruin, and they've taken out a life insurance policy on you. It only pays out if you die under unusual circumstances, and they're encouraging you to seek out more dangerous adventures."],["10","You're peddling a life-extension scheme where clients are {@condition petrified} by a medusa and then restored later."]],"name":"Gnomes of Zilargo; Zil Schemes","page":23,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Khoravar Origin","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're the linchpin of a Khoravar community in a major city, hosting unity meals and maintaining connections with every half-elf in the city."],["2","You grew up in a small town dominated by humans. You didn't know any other half-elves, and you did your best to fit in."],["3","You lived in the Eldeen Reaches as part of a small Khoravar community, trying to be a bridge between the human farmers in the east and the druids and wilder folk in the west."],["4","Your small Khoravar community has only survived in the slums of Sharn through the close, family-like support you show each other."],["5","You're part of a community in Thrane whose devotion to the Silver Flame has led you to extend your unity meals to non-Khoravar."],["6","Your Khoravar community is the crew of a Lhazaar ship."],["7","You're part of a tiny Khoravar community in Karrnath that's fascinated with death and the practices of your Aereni ancestors, transforming your unity meals into grim celebrations of death."],["8","You're part of a tiny community of Khoravar living in an unexpected place, such as Droaam, Darguun, or even the Demon Wastes. Your people strive to find common ground with the native population."],["9","You are associated with House Lyrandar or House Medani, but you're more interested in the role the house plays in supporting Khoravar communities than in the work of its guilds."],["10","You ride with the Valenar, hoping one day to prove that you are worthy of taking on a patron ancestor."]],"name":"Khoravar Origin","page":26,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Halfling Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You are constantly amazed by things the people of the Five Nations take for granted."],["2","You pattern your behavior on a species of dinosaur."],["3","You are extremely curious, and you're always searching for new experiences."],["4","You love to boast, and you're always telling exaggerated stories of your amazing adventures."],["5","You wear a mask that you believe holds the spirit of your former dinosaur mount. You like to talk to it."],["6","You don't understand the concept of \"facts.\" To you, everything is a story, and truth is in how you tell it."],["7","You are annoyed by buildings and tools designed without consideration for small people."],["8","You seek vengeance for a wrong done to your people."],["9","You never forget an insult or injury."],["10","You ascribe everything to the work of spirits."]],"name":"Talenta Halflings; Halfling Quirks","page":27,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Human Origins","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An impoverished wizard from Aundair, striving to prove you're as intelligent as any other Aundairian"],["2","A streetwise rogue from Breland who wants nothing more than to escape the bustle of Sharn forever"],["3","A displaced Cyran fighter who was engaged in war outside Cyre at the time of the Mourning and is now stranded with no home"],["4","A barbarian from the Demon Wastes who repented from a life of cruelty and hopes to atone for past evils"],["5","A kindly druid from the Eldeen Reaches who wants to learn about the flora and fauna of the rest of Khorvaire and beyond"],["6","A cleric from Karrnath who aspires to learn the arts of necromancy—for the noblest aims, of course"],["7","A piratical bard from the Lhazaar Principalities who loves sea shanties but also wants to immortalize the deeds of great heroes in song"],["8","A ranger trained to hunt the jungles of Q'barra who harbors a grudge against dragons"],["9","A warlock from the Shadow Marches, teetering on the edge of sanity while contemplating the daelkyr"],["10","A Thrane paladin of the Silver Flame who's looking for something to prove the truth underpinning belief"]],"name":"Humans; Human Origins","page":29,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Leaving the Shadow Marches","colLabels":["d8","Reason for Leaving"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're associated with the Gatekeepers, and you're on a quest to combat a daelkyr-related threat beyond the bounds of the Shadow Marches."],["2","House Tharashk recruited you from the Marches to serve as a mercenary in the Last War."],["3","You're a simple hunter, but you've decided to seek your fortune or a real challenge in the world beyond the Marches."],["4","Your village was destroyed by monsters from Droaam, so you're looking for a new place in the world."],["5","As a cultist of the Dragon Below, you believe that slaying powerful foes is the only way to earn your passage to the paradise that lies deep within the hollow world. You've ventured beyond the Marches in search of worthy enemies."],["6","Your clan works with House Tharashk, and you've been recruited as a bounty hunter or investigator even though you're not a member of the house."],["7","The leader of your clan committed a great wrong against another clan, which has now sworn to exterminate every last member of your clan. What better time to see the world?"],["8","Your work as an investigator has set you upon a trail of mysteries that leads far beyond the Marches."]],"name":"Orcs of the Shadow Marches; Leaving the Shadow Marches","page":31,"source":"ERLW","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Dragonmarks and Their Houses","colLabels":["Dragonmark","House","Race","Guild Specialties"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["Detection","Medani","Half-elf","Bodyguards, investigation, risk management"],["Finding","Tharashk","Human, half-orc","Bounty hunting, investigation, prospecting"],["Handling","Vadalis","Human","Animal training and breeding"],["Healing","Jorasco","Halfling","Healing"],["Hospitality","Ghallanda","Halfling","Food, lodging, urban information"],["Making","Cannith","Human","Manufacturing"],["Passage","Orien","Human","Land transportation"],["Scribing","Sivis","Gnome","Communication, translation, verification"],["Sentinel","Deneith","Human","Bodyguards, mercenaries"],["Shadow","Phiarlan","Elf","Entertainment, espionage"],["","Thuranni","Elf","Entertainment, assassination"],["Storm","Lyrandar","Half-elf","Air and sea transportation"],["Warding","Kundarak","Dwarf","Banking, storage, prisons"]],"name":"Dragonmarks and Their Houses","page":37,"source":"ERLW","chapter":{"name":"Character Creation - Dragonmarks","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Dragonmark Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your dragonmark is unusually small or faint."],["2","Your dragonmark is exceptionally large."],["3","Your dragonmark appears somewhere else on your body whenever you finish a long rest."],["4","Your dragonmark emits dim light in a 5-foot radius for 10 minutes whenever you use it."],["5","Your dragonmark tingles and changes color for a moment when you're within 10 feet of someone with the same mark."],["6","When you use your dragonmark, it animates and adopts the appearance of your dragonmarked house's emblem for 1 minute."],["7","Your dragonmark is an unusual color."],["8","Your dragonmark changes size whenever you use it."]],"name":"Dragonmark Appearance; Dragonmark Quirks","page":38,"source":"ERLW","chapter":{"name":"Character Creation - Dragonmarks","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Patrons","colLabels":["Type of Patron","Example"],"colStyles":["col-6","col-6"],"rows":[["Adventurers' Guild","Clifftop Adventurers' Guild"],["Crime Syndicate","Boromar Clan"],["Dragonmarked House","Any dragonmarked house"],["Espionage Agency","King's Dark Lanterns"],["Head of State","Prince Oargev of New Cyre"],["Immortal Being","Sora Kell"],["Inquisitive Agency","Finders Guild"],["Military Force","Redcloak Battalion"],["Newspaper","{@i The Korranberg Chronicle}"],["Religious Order","Templars of the Silver Flame"],["University","Morgrave University"]],"name":"Patrons in Eberron; Patrons","page":65,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Guild Contacts","colLabels":["d10","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The charismatic leader of the guild, who doesn't actually do very much except inspire and encourage members"],["2","A retired adventurer who works hard to connect member groups with employment opportunities that match their skills"],["3","A petty rival who continually tries to claim jobs, bounties, and rewards before you can"],["4","A bitter enemy who nurtures a grudge over some past wrong (real or imagined) and does everything possible to undermine you"],["5","A naive adventurer who admires you and tries to emulate you in every way"],["6","A hardened adventurer who thinks a moral compass is akin to a pair of manacles"],["7","An injured retired adventurer who can't quite let go of the adventuring life and experiences it vicariously by spending time in the guildhall"],["8","A grouchy employee who keeps the guildhall clean and cares for its guests while quietly complaining about how adventurers should \"grow up,\" get a \"real job,\" and contribute to society"],["9","A kindly mentor who loves to tell stories of past exploits in front of the guildhall fireplace"],["10","A sad, older adventurer who tells cautionary tales in the vain hope that younger members avoid making the same mistakes"]],"name":"Adventurers' Guild Contacts; Guild Contacts","page":66,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Guild Adventures","colLabels":["d10","Adventures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Crime}. You have to break the law to administer justice or thwart a criminal act (see \"{@book Crime Syndicate|ERLW|4|Crime Syndicate}\")."],["2","{@b Dragonmarked Affairs}. The job involves some dragonmarked house concern (see \"{@book Dragonmarked House|ERLW|4|Dragonmarked House}\")."],["3","{@b Espionage}. Someone requires some spying or sabotage (see \"{@book Espionage Agency|ERLW|4|Espionage Agency}\")."],["4","{@b Statecraft}. You're involved in national or international affairs (see \"{@book Head of State|ERLW|4|Head of State}\")."],["5","{@b Cryptic Mystery}. The job is linked to the concerns of immortals (see \"{@book Immortal Being|ERLW|4|Immortal Being}\")."],["6","{@b Investigation}. An assignment involves finding something or solving a mystery (see \"{@book Inquisitive Agency|ERLW|4|Inquisitive Agency}\")."],["7","{@b Military Action}. Your party is invited to serve as a military unit (see \"{@book Military Force|ERLW|4|Military Force}\")."],["8","{@b Gathering News}. You're called on to act as freelance reporters (see \"{@book Newspaper|ERLW|4|Newspaper}\")."],["9","{@b Religious Work}. The job involves the work of faith (see \"{@book Religious Order|ERLW|4|Religious Order}\")."],["10","{@b Field Research}. The job involves research or relic-hunting (see \"{@book University|ERLW|4|University}\")."]],"name":"Guild Adventures","page":67,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Syndicate Crimes","colLabels":["d6","Crime"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Acquisitions and Retrieval}. Your job is to acquire assets for the syndicate. You might steal important documents or clear out a location for use as a hideout."],["2","{@b Heists}. You plan and execute elaborate robberies that require the skills of everyone on your team."],["3","{@b Gang Warfare}. Your primary job is to ensure that no other crime syndicate (such as Daask or House Tarkanan) gains a significant foothold in your territory."],["4","{@b Internal Affairs}. Your task is to keep all the corrupt, headstrong, and avaricious members of your syndicate in line with the goals and rules of the group."],["5","{@b Assassination}. Your work involves killing prominent people—the sort who have numerous bodyguards and elaborate security systems to circumvent."],["6","{@b Topple the Powerful}. Your syndicate might be criminal and your methods illegal, but your goals are righteous. You help people who are powerless to defend themselves against exploitation by the rich and powerful."]],"name":"Types of Crime; Syndicate Crimes","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Infamy","colLabels":["d6","Notorious Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tattoos}. Each member of your group has a distinct tattoo that inspires fear in others. When possible, you use the symbol as a calling card to mark your work."],["2","{@b Outfit}. Whether it is a leather duster with a group symbol or a distinctive handkerchief tucked in your pocket, your gang has a signature accessory."],["3","{@b Infamy}. Your group is linked to an infamous crime, one that remains the talk of the town."],["4","{@b Idols}. A certain type of person finds criminals alluring, and your band has acquired a group of such hangers-on. They're not criminals themselves, just outsiders who admire you for your brutality, cunning, or flair."],["5","{@b Legitimate}. The Boromar Clan has a legitimate front, though everyone knows the truth behind it. You're part of that facade of legitimacy, but you have a reputation for getting away with (literal) murder."],["6","{@b Legends}. You have an air of mystery, and people whisper that you command strange powers. True or not, this reputation keeps people out of your way."]],"name":"Group Infamy","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Rivals","colLabels":["d6","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b The Law}. Someone in the Sharn Watch has vowed to put you in prison or die trying."],["2","{@b Gang War}. Some members of a rival syndicate (such as Daask, House Tarkanan, or the Tyrants) hate you, probably for good reason."],["3","{@b The Press}. Your group's adventures make for great headlines. Your every move is reported in the broadsheets and your steps are dogged by journalists."],["4","{@b Infighting}. Another group within the Boromar Clan is jealous of your success or angry about a past wrong. They do everything they can to undercut you."],["5","{@b Vigilante}. A citizen you wronged has sworn vengeance. Around any corner, you might find yourself facing a vigilante or a posse of angry citizens out for your blood."],["6","{@b The Bosses}. The halfling family in control of the syndicate has its eye on you, taking pains to keep you in line and make sure you stay loyal."]],"name":"Rival Outfit; Group Rivals","page":70,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Syndicate Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A surrogate parent who views you as challenging but beloved children"],["2","A no-nonsense boss who treats the syndicate's work as just another business"],["3","A hardened criminal with no mercy, no patience, and no moral compass"],["4","A former urchin, now fabulously wealthy, who wants to see everyone in the syndicate find the same success"],["5","The boss at a gambling den or similar house of vice who enjoys the business just a little too much"],["6","A kind-hearted crook who's grateful to finally be able to delegate the dirty work on the streets to you"],["7","A miserable cynic who only cares about how much money you bring in to the syndicate"],["8","A former law enforcement officer who is full of cheerful tips for avoiding the law"]],"name":"Crime Syndicate Contacts; Syndicate Contact","page":71,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"General House Missions","colLabels":["d8","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish a safe location for a house enclave in a hostile environment."],["2","Find the wreckage of a crashed vehicle (airship, lightning rail car, sailing ship, or other) carrying house property."],["3","Retrieve assets from a house enclave in the Mournland."],["4","Protect a leader of your house from an anticipated assassination attempt."],["5","Enforce your house's territory by preventing a rival from stealing its business."],["6","Find a trove of dragonshards for your patron house to use."],["7","Recruit a renowned sage to join the house's team of researchers."],["8","Persuade a hostile tribe to agree to a trade agreement with your patron house."]],"name":"General House Missions","page":72,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"House Missions","colLabels":["d12","House","Mission 1","Mission 2","Mission 3"],"colStyles":["col-1 text-center","col-2 text-center","col-3","col-3","col-3"],"rows":[["1","Cannith","Escort a valuable shipment of goods","Track down rare materials","Advance the cause of one branch of the family at the expense of the other two"],["2","Deneith","Act as bodyguards for a prominent or wealthy person","Serve as mercenaries in a lingering border conflict","Enforce the law across national borders as Sentinel Marshals"],["3","Ghallanda","Establish useful diplomatic contacts","Acquire rare ingredients or recipes","Defend a Golden Dragon Inn that is under attack"],["4","Jorasco","Provide healing for a caravan or military unit on a dangerous mission","Seek out the source of a mysterious new illness","Find a cure for an exotic curse afflicting a wealthy patient"],["5","Kundarak","Safeguard something valuable until it is locked in a vault","Recover something stolen from your house","Find an abandoned vault in the Mournland"],["6","Lyrandar","Hunt down pirates in the Lhazaar Sea","Salvage a prototype airship lost in the Mournland","Accompany a new airship on its first voyage"],["7","Medani","Protect a powerful figure from kidnapping or assassination","Track down the source of rumors pointing to an imminent threat","Find the villain behind a series of apparently unrelated crimes"],["8","Orien","Carry a sensitive message to its destination","Retrieve an important package stolen from another courier","Investigate a problem on a lightning rail line"],["9","Phiarlan and Thuranni","Sneak into a secret area to serve as the target of a scrying spell","Steal plans for a powerful new weapon","Carry out an assassination"],["10","Sivis","Mediate a tense negotiation","Assure that two parties keep to the terms of their agreement","Break a code used during the Last War"],["11","Tharashk","Track down fugitives","Locate a supply of dragonshards","Find the bandits who have been preying on house prospectors"],["12","Vadalis","Capture wild animals and tame them","Prevent magebred specimens from upsetting a delicate ecosystem","Handle the animals drawing a massive caravan across the continent"]],"name":"House Missions","page":72,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Group Status","colLabels":["d4","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Favored}. You have access to the leadership of the house, owing to your record of faithful service."],["2","{@b Reliable}. You are reliable contributors to the house, and can count on it for help in difficult situations."],["3","{@b Oddballs}. You don't quite fit in, and tend to draw strange assignments or those that other operatives pass up."],["4","{@b Outcast}. You have made some mistakes in the recent past, and your status in the house is tenuous at best."]],"name":"House Status; Group Status","page":73,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"House Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lesser guild functionary who is cowed by your group (especially if it includes a dragonmarked character) and apologetic about giving you assignments"],["2","The stern and demanding parent of one (or more) of the characters in your group"],["3","The lovingly indulgent parent of a character in your group"],["4","The smugly superior dragonmarked sibling of an unmarked member of the family in your group"],["5","The money-minded business manager of a guild within your patron house"],["6","A retired adventurer within the family who would rather join you on your adventures than assign them to you"],["7","The proud leader of a regional branch of the dragonmarked family"],["8","The patriarch or matriarch of the patron house"]],"name":"Dragonmarked House Contacts; House Contacts","page":73,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Espionage Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Information Gathering}. If information is out there, you can find it and hand it over to your patron."],["2","{@b Counterintelligence}. Your work focuses on finding, opposing, and eliminating enemy intelligence agents."],["3","{@b Misinformation}. You are experts at creating false stories and bogus information to foil enemy spies."],["4","{@b Covert Elimination}. When you disappear someone you leave behind no evidence."],["5","{@b Disruption}. You excel at infiltration and wreaking havoc via blackmail, misinformation, and subversion."],["6","{@b Sabotage}. You slip into places, lay the seeds for their destruction, and escape without detection."]],"name":"Types of Espionage; Espionage Missions","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Secrets","colLabels":["d6","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Blackmail Material}. You have evidence of a career-ending secret concerning an important figure."],["2","{@b Hidden Agenda}. You are party to a conspiracy that seeks to influence events to better suit your desires."],["3","{@b Careful Balance}. You have damning information on your patron agency, but it has carefully collected equally damaging secrets on all of you."],["4","{@b Conspiracy}. A local organization, such as a guild, government, or dragonmarked house, is engaged in dirty deeds, and you have inside information on them."],["5","{@b Deep Cover}. You know the secret identity of a seemingly innocent but powerful person who would rather remain anonymous."],["6","{@b Empty Threats}. Rumors say you collect damaging secrets on anyone, and people tread carefully around you as a result. The truth is that your reputation is overblown, so you have your own secret to keep safe."]],"name":"Secrets","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Memorable Mission","colLabels":["d4","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Betrayal}. A former associate turned against you. You escaped, and want revenge."],["2","{@b Left in the Cold.} Things went wrong, and you had to make the terrible decision to abandon an ally. They might be dead, or they might be looking for revenge."],["3","{@b The Perfect Operation}. Your actions made headlines across Khorvaire, shaping history for the next decade. Nobody knows you were involved, and sometimes you wish you could have a little credit for your work."],["4","{@b The Standoff}. You met your match during a tense operation. Neither side got everything they wanted. You hate to admit it, but the team you went up against proved your match. Maybe you'll cross paths again."]],"name":"Memorable Mission","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Agency Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A condescending career desk agent who views you as expendable tools"],["2","A bitter former field agent, now confined to a field office, who envies your work"],["3","A kindly bureau chief who views you as a truly special team with invaluable skills"],["4","A crotchety middle-manager on the cusp of retirement who constantly bemoans the state of today's agents compared to those in the \"good old days\""],["5","A hotheaded former soldier who would prefer a return to open warfare instead of this so-called \"Shadow War\""],["6","A battle-scarred field agent who would do almost anything to prevent a return to the horrors of the Last War"],["7","A bored but effective manager who refuses to be impressed by anything you do or shocked by anything that happens to you"],["8","A mysterious voice on the other end of a {@item speaking stone|ERLW}"]],"name":"Espionage Agency Contacts; Agency Contacts","page":78,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Cyran Affairs","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convince nations to recognize Oargev as a sovereign"],["2","Work diplomatically to secure land for a Cyran nation"],["3","Track down agents and infiltrators from other nations who are acting against New Cyre's interests"],["4","Venture into the Mournland to salvage Cyran treasures"],["5","Aid Cyran refugees in Breland and elsewhere"],["6","Make incriminating or embarrassing evidence about the prince quietly disappear"]],"name":"National Affairs; Cyran Affairs","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"State Status","colLabels":["d6","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–3","{@b Official}. You hold an official position and are recognized as attached to your patron. You can expect the head of state's support, but you must also ensure your actions avoid staining your patron's reputation."],["4–5","{@b Shadow}. You can expect no official, public recognition of your work, but the head of state you work for does acknowledge you in private and provide help."],["6","{@b Double}. Your allegiance lies with an official or government other than the one you overtly serve. You may receive support from the head of state you openly answer follow, as well as the official you secretly report to, but must remain on constant guard against having your true loyalties revealed."]],"name":"Official Status; State Status","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"State Contacts","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disapproving courtier who finds your extrajudicial work highly distasteful"],["2","A fawning sycophant who figures you are the best path to the head of state's good graces"],["3","A wide-eyed bureaucrat who dreams of living a life as exciting and dangerous as yours"],["4","A scheming relative of the head of state who sees you as a path toward seizing power"],["5","A bored chancellor who is constantly irritated at the amount of money you spend"],["6","A grumpy ex-adventurer who was \"promoted\" from doing your job to supervising you"],["7","A worried parental figure who is sure that every mission will be your last"],["8","The ghost of the previous head of state"]],"name":"Head of State Contacts; State Contacts","page":81,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Heads of State","colLabels":["d20","Patron and Missions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","As representatives of the Sibling Kings of Aerenal, secure trade pacts with the nations of Khorvaire."],["2–3","As agents of Queen Aurala, help her build Aundair's strength in preparation for the next war, without alerting other nations to her ambitions."],["4–5","Assist the Brelish crown in dealing with matters beyond the capabilities of local law enforcement."],["6","As emissaries of Darguun's Lhesh Haruuc, work to build respect for Darguun as a nation."],["7","As agents of the Daughters of Sora Kell, keep the powerful Droaamite warlords in line and strengthen support for your fledging nation."],["8–9","Patrol the forests of the Eldeen Reaches on guard against threats, particularly those coming from the Demon Wastes to the west."],["10–11","Crack down on the Order of the Emerald Claw's activities in Karrnath."],["12","Strengthen the ties between the Lhazaar princes while ensuring your prince comes out on top."],["13","On behalf of a dwarf clan, search for artifacts in the underground realms below the Mror Holds."],["14","Clear land for a new settlement in Q'barra, driving out the monsters that haunt the jungle location."],["15","Unite several halfling tribes of the Talenta Plains under the banner of a single leader."],["16–17","Combat forces of corruption within the Church of the Silver Flame, both in Thrane and abroad."],["18","Gain glory for Valenar by leading raids and battling threats from the Mournland."],["19–20","On behalf of one member of Zilargo's Triumvirate, collect information that could be used as leverage against the other two."]],"name":"Other Heads of State; Heads of State","page":82,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Immortal Missions","colLabels":["d8","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While in the tower of Mordain the Fleshweaver, spill blood on the stairs between the third and fourth floors."],["2","As you pursue a Cult of the Dragon Below into the caverns of Khyber, retrieve one (and only one) of a specific variety of mushroom from a cave where twelve crystals glow."],["3","Ensure that the villain you are pursuing dies by falling from a great height, not by any other means."],["4","Remove the obstacles that prevent a retired adventurer from marrying the nobleman she loves, so that their child can grow up to carry out another part of your patron's plan."],["5","Plant a magical seed in a remote location to ensure it grows into a mighty tree and bears fruit that will give power to future heroes."],["6","Defeat a dragon-blooded sorcerer who is doing the bidding of the Chamber—and wreaking havoc in Darguun in the process."],["7","Destroy an eldritch machine, created by a rogue Cannith artificer, that is drawing on the energy of an imprisoned rakshasa—and that will, unknown to the inventor, lead to the rakshasa's release."],["8","Protect a kalashtar monk who is being targeted by Dreaming Dark assassins as she studies a path that might eventually prevent the quori from projecting themselves into the Material Plane."]],"name":"Serving an Immortal; Immortal Missions","page":84,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Immortal Communication","colLabels":["d10","Means of Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A party member speaks to your patron in dreams."],["2","A ghostly projection of your patron appears before you to deliver messages."],["3","Random people are suddenly seized by your patron's will and, glassy-eyed, deliver messages to you."],["4","You have a sending stone connected to one in your patron's possession."],["5","You are adept at interpreting your patron's messages from the movement of smoke in the air."],["6","A secretive cabal of other mortal agents summons you to meetings in various locations."],["7","Certain animals speaks to you in your patron's voice."],["8","Your patron teleports you to their presence, expresses their will, then returns you to where you were."],["9","Supernatural messengers deliver your patron's messages."],["10","Your patron unexpectedly appears in person."]],"name":"Immortal Contacts; Immortal Communication","page":84,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Contacts","colLabels":["d12","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly law-enforcement officer sends clients your way and gives you inside information about the workings of the watch."],["2","A satisfied former client with a minor position in local government can pull strings for you."],["3","A lieutenant in a crime gang knows the underworld and will help you so long as you don't interfere in that gang's affairs."],["4","A bitter, more experienced inquisitive spends a lot of time telling you who you could have talked to ten years ago—if that person hadn't died—but still knows a lot about the city's inner workings."],["5","The owner of a tavern or other business that attracts clientele from the seedy parts of society has an ear to the ground and often feeds you leads to more work."],["6","A wealthy former client can get you into high-society parties and put you in touch with other rich people."],["7","A nosy journalist always wants to write stories about your cases, but also helps lead you to new work and key contacts."],["8","A local priest appreciates the work you do and provides you with minor magical assistance."],["9","A tough-as-nails street urchin will carry messages for you, lead you anywhere in the city, and squeeze into tight spaces for a meager reward."],["10","A brooding warforged can connect you to an extensive network of former soldiers."],["11","A kalashtar seer might be a fraud, but also occasionally provides you with valuable leads."],["12","A curious changeling always seems to show up when you least expect it."]],"name":"Patron Benefits; Contacts","page":86,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Investigative Expertise","colLabels":["d6","Investigation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Find People}. You seek people who are lost, in hiding, on the run, or victims of foul play."],["2","{@b Find Items}. Whether it's a stolen painting or a family heirloom, you excel at finding lost items."],["3","{@b Justice for All}. The powerful often escape justice due to their wealth and influence. Their victims sometimes turn to you, hoping you'll help set things right."],["4","{@b Help Law Enforcement}. The city watch must obey the rules to bring criminals to justice. When the rules need to be bent or broken, they turn to you for help."],["5","{@b Uncover Secrets}. You put your inquisitive skills to use inquiring into others' mysterious backgrounds."],["6","{@b Private Security}. You provide services for a specific organization. Perhaps you travel on airships to provide security or work in a casino to catch cheaters."]],"name":"Types of Inquisitive Work; Investigative Expertise","page":87,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Signature Case","colLabels":["d6","Case"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Case of the Century.} You uncovered key evidence in a sensational case. You made headlines, but some parties involved carry grudges against you."],["2","{@b The Set Up}. You uncovered evidence of a high-profile figure's misdeeds. At trial, that evidence was deemed false, but by then the accused's career was ruined."],["3","{@b Scandal}. Your work uncovered a deeply embarrassing scandal that ended a powerful politician's career."],["4","{@b Underdog Champion}. You brought justice to a sympathetic victim, proving yourself a champion of those overlooked by society."],["5","{@b Genius}. You resolved a case that baffled others, and now you are celebrated for your brilliance."],["6","{@b Bungler}. You bungled a case, badly. The guilty party walked free, and everyone blames you."]],"name":"Signature Case","page":87,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Clientele","colLabels":["d6","Clientele"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Wealthy Socialites}. Your discretion and low-key approach to cases make you the perfect team to handle cases best keep out of the public eye."],["2","{@b Underdogs}. Whether deserved or not, you have a reputation for doing the right thing even if it comes without a reasonable fee. Anyone pitted against the rich and powerful knows to come to you for justice."],["3","{@b Magnet for Trouble}. Maybe you trust people too easily or it's just bad luck, but every client who walks into your office has some double deal, hidden agenda, or scam they're running."],["4","{@b Desperate}. You have a reputation for taking on clients who can't afford your services. Every hard-luck case ends up at your door, whether you want them or not."],["5","{@b Warforged}. In a world where the rights of warforged are not always certain, you take up their cause."],["6","{@b Criminals}. When a criminal has been wronged but doesn't want to be brought to justice they come to you, trusting (rightly or wrongly) that you won't turn them in."]],"name":"Clientele","page":88,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Military Missions","colLabels":["d6","Missions"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Strike Force}. You are trained to make quick, strategic, devastating attacks against enemy assets."],["2","{@b Special Forces}. You're trained in covert operations, similar to the work of spies but with more focus on combat."],["3","{@b Defensive Operations}. Your focus is on protecting your allies from attackers, monsters, or deadlier enemies."],["4","{@b Reconnaissance}. Your missions involve keeping track of enemy troops and surveying potential battlefields."],["5","{@b Peacekeeping}. Your paradoxical task is to maintain the fragile peace of the Treaty of Thronehold by maintaining a military presence in turbulent areas."],["6","{@b Warforged Affairs}. You are responsible for hunting down berserk warforged, working in the gray spaces between national order and a people seeking their destiny."]],"name":"Military Missions","page":90,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Defining Mission","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Heroic Stand}. You knew if you took one step back from the line, all would be lost. When relief arrived days later, you had not budged."],["2","{@b Telling Blow}. The enemy general never knew what hit them. You still carry their personal flag as a trophy."],["3","{@b Dawn Raid}. You traveled hundreds of miles around enemy lines to reach your target. In a single day, months of enemy preparation went up in flames."],["4","{@b Break the Line}. During a key battle, you were part of a heroic push to break the enemy line."],["5","{@b Liberator}. You were at the forefront of a daring assault to liberate a captured citadel or town."],["6","{@b Sharp Eye}. The enemy's secret attack would've been devastating. Luckily, you spotted it in time."]],"name":"Defining Mission","page":90,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Nemesis","colLabels":["d6","Nemesis"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Necromancer}. You lost a lot of friends in battle, but what made it worse was watching that cackling wizard raise them as zombies and turn them against you."],["2","{@b Camp Commandant}. As prisoners of war, you were captured and subjected to brutal conditions in a prisoner camp. The commandant delighted in your pain."],["3","{@b Inept Commander}. Your friends would still be alive if one incompetent officer with political power and influential allies hadn't sent you on a disastrous mission."],["4","{@b Colossus}. You were among those who survived an encounter with a warforged colossus. Cyre or House Cannith—whoever was responsible for such a nightmare—deserves whatever evil fate comes their way."],["5","{@b Mercenaries}. A band of traitorous mercenaries who switched sides, turning the battle against you."],["6","{@b Champion}. One mighty hero fought on the enemy side, wielding powerful magic and cruel strategies against the rank-and-file soldiers on your side."]],"name":"Nemesis","page":91,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Commanding Officer","colLabels":["d8","Officer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An angry officer who yells every order, reprimands you for even the smallest mistake, and fully expects you to fail at every mission you undertake"],["2","A battle-scarred officer who experienced terrible horrors during the Last War and is barely capable of giving you orders through a haze of intoxication"],["3","A grim officer who expects the Last War to reignite at any moment and intends to be ready"],["4","A cheerful officer with a dark sense of humor who merrily sends you into grave danger"],["5","A kindly officer who is hesitant to send you into danger and constantly reminds you to be careful"],["6","A bitter officer who carries deep grudges against your nation's enemies in the Last War and leaps at any chance to deal them any blow"],["7","An optimistic officer who believes that a new era of peace is just over the horizon, as soon as these few last military tasks are complete"],["8","A devout officer who believes that your success or failure lies entirely in divine hands and you're ultimately just along for the ride"]],"name":"Military Contacts; Commanding Officer","page":91,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Journalistic Focus","colLabels":["d10","Reporting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Investigation}. Your job is to uncover the secrets that governments, dragonmarked houses, and other powerful people don't want the public to know."],["2","{@b Muckraking}. You look for scandalous and titillating secrets that famous people would rather hide."],["3","{@b Local News}. You care about the local community and report on local events and government."],["4","{@b International Affairs}. You report on the activities of national governments and their relationships."],["5","{@b Crime}. You work with police and inquisitives—or do some inquisitive work yourselves—to report on criminal activity."],["6","{@b Cultural Reporting}. You write about arts, fashion, and similar events and trends."],["7","{@b Science and Magic}. Your job is to investigate scientific and magical advances and explain them in jargon-free language anyone can understand."],["8","{@b Personal Interest}. You seek out stories of personal triumph over adversity, such as how people are rebuilding and working together in the wake of the Last War."],["9","{@b Travel}. You travel extensively and write about the best way for others to enjoy such journeys."],["10","{@b Adventure Logs}. Your job is to entertain the public with exciting stories about your life as an adventurer."]],"name":"Types of Reporting; Journalistic Focus","page":94,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Famous Story","colLabels":["d6","Famous Story"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Fear Monger}. You spiced up a story by stretching a few facts, instigating a wave of misinformation that plagues public discourse to this day."],["2","{@b Hit Piece}. You have revealed secrets that many famous people wanted kept under wraps. You try to keep a low profile when dealing with the rich and powerful."],["3","{@b Unheeded Warning}. You've been tracking a significant story and have published damning articles. Unfortunately, those who keep the truth hidden work to make even your most ironclad proof look shaky."],["4","{@b Scandal}. You reported on a massive scandal that completely upended the local political scene."],["5","{@b Buried Headline}. You almost broke a story, but then received a threat or bribe so significant that you put it on ice."],["6","{@b Double Cross}. You thought you had the scoop of a lifetime, but you were fed false information and published a story that was pure fiction."]],"name":"Famous Story","page":94,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Story Aftermath","colLabels":["d6","Aftermath"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Business}. Your reporting put a serious dent in a business, and that organization refuses to deal with you."],["2","{@b Dragonmarked House}. One of the dragonmarked houses has sworn revenge against you. You avoid showing your face in their facilities."],["3","{@b Criminal}. You exposed a criminal conspiracy. Most involved were arrested, but a few crooks remain free."],["4","{@b Politician}. You ended a politician's career, and they've sworn to return the favor."],["5","{@b Rival Newspaper}. You got the scoop of a lifetime by stealing it from another newspaper. Now that paper tries to undermine you at every turn."],["6","{@b Innocent Victim}. You rashly published the name of a person you incorrectly thought was connected to a scandal, ruining their life."]],"name":"Reporting Repercussions; Story Aftermath","page":95,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Newspaper Contact","colLabels":["d8","Primary Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A tough-as-nails senior editor who holds you to high standards but rewards you well when you reach them"],["2","A wealthy newspaper owner who demands the paper use your work even though the editor doesn't want to"],["3","An ambitious junior editor who hopes that your work will help them rise through the ranks"],["4","A senior reporter obsessed with their own supposedly groundbreaking work, making you run down the day-to-day stories they don't consider \"real journalism.\""],["5","An editor who is more interested in keeping powerful friends happy than in reporting the truth"],["6","An editor who thinks the way to make reporters do their best work is by making them compete with each other, setting your group up against a team of rivals"],["7","An editor who suffered horrors during the Last War and is desperate for signs of hope"],["8","A cynical editor who seeks the corruption and down side in every story"]],"name":"Newspaper Contact","page":95,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Religious Service","colLabels":["d6","Service"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Smite Evil}. You battle evil in your order's name."],["2","{@b Fight for Freedom}. You protect the downtrodden from the forces of oppression."],["3","{@b Retrieval}. Your group seeks sacred relics and holy artifacts on behalf of your church."],["4","{@b Root Out Corruption}. You are charged with finding corruption within the hierarchy of your own faith."],["5","{@b Exhortation}. You work with the faithful at a grassroots level to get them to uphold their high ideals."],["6","{@b Dirty Work}. As the radical zealots of your order, you sin so the other members of the order don't have to."]],"name":"Serving the Order; Religious Service","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Order Reputation","colLabels":["d6","Reputation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Faithful Few}. You are seen as righteous crusaders, upholding the highest ideals of your faith and doing the gods' work in the world. Your deeds and methods are rarely, if ever, questioned."],["2","{@b Respectable}. Your behavior and beliefs are in line with the hierarchy's expectations. As long as you stay in line, no one gives you trouble."],["3","{@b Troublemakers}. You attract unwanted attention to your order or hierarchy from outside, so you are under a great deal of pressure to keep a low profile."],["4","{@b Rebels}. You flout the dictates of your hierarchy—even if it's for just reasons. Your superiors constantly try to rein you in."],["5","{@b Reformers}. You bring a much-needed breath of fresh air into the ranks of your faith. If only more people of faith would act as you do!"],["6","{@b Anathema}. For right or wrong, your behavior and beliefs are viewed as unacceptable, and the hierarchy of your faith actively opposes your work."]],"name":"Hierarchy; Order Reputation","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Order Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cloistered priest with little worldly experience who doesn't really understand what you do but seems to approve of it anyway"],["2","A cynical priest who thinks nothing you do makes any difference in the grand scheme of things"],["3","A zealous priest who is constantly urging you to do more and do it better"],["4","An ambitious priest who views you as a ticket to advancement in the hierarchy"],["5","A retired adventurer who would rather do your work than direct you in it"],["6","A pious priest who sees the hands of the divine in every event, even the actions of unbelievers"],["7","A devout lay person who envies the magic and power your group wields"],["8","A practical functionary who tries to keep your work isolated from the knowledge and influence of the priests"]],"name":"Religious Order Contacts; Order Contact","page":97,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Scholarly Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adventurous Archeology}. Your focus is on finding ancient artifacts and bringing back what you can."],["2","{@b Arcane Research}. Your team focuses on acquiring magical knowledge that can only be found outside the university walls."],["3","{@b Investigative Ecology}. None can say how many amazing creatures make their homes in the world's wildest reaches, but you're dedicated to finding out."],["4","{@b Historical Research}. Your team's work involves learning more about Eberron's long history."],["5","{@b Radical Engineering}. The birth of a new race wasn't the peak of magical and mechanical engineering, it was just the beginning of new scientific fields you now explore."],["6","{@b Exploration}. Khorvaire is a vast continent, and areas beyond the heartland of the Five Nations are poorly charted. Your focus is on understanding the wilder places of the world, as well as distant cultures."]],"name":"Scholarly Missions","page":100,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Scholarly Standing","colLabels":["d6","Standing"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Revolutionary}. Your work has upended scholarly consensus and reshaped the way other academics think about your field. Each new discovery you make is received with acclaim."],["2","{@b Respected}. Your work is considered noteworthy, though not revolutionary. Scholars in your field follow your writing and efforts with interest."],["3","{@b Anonymous}. Try as you might, you can't earn positive or negative attention. Even worse, after you've published your findings, more prominent scholars have made similar statements to much acclaim."],["4","{@b Misguided}. Your theories challenge scholarly consensus and are discounted. A prominent scholar argues against your conclusions, and their voice carries the day... for now."],["5","{@b Fringe}. You work on the edges of your field, advocating bizarre theories that challenge scholarly consensus and seem patently outrageous, even scandalous."],["6","{@b Fraud}. For right or wrong, many in the academic community believe you have invented at least some of your \"findings\" to earn attention."]],"name":"Scholarly Standing","page":100,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"University Contact","colLabels":["d8","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An overworked department head who doesn't quite know what to make of you but gives you work to keep you busy"],["2","A career bureaucrat who insists you file paperwork in multiple offices in order to get anything done"],["3","A junior professor who might be more interested in selling plundered artifacts than in actual research"],["4","A department secretary who thinks you're a great deal more interesting than any of the regular faculty"],["5","An erudite dean who believes you have tremendous potential and urges you on to greater endeavors"],["6","An energetic librarian or museum curator who addresses every question, assignment, or acquisition with disproportionate enthusiasm"],["7","A tired senior professor whose only joy in academia is seeing what you bring back from your adventures"],["8","An eager researcher who wants to come with you on every adventure because second-hand reports are always incomplete and unsatisfying"]],"name":"University Contact","page":101,"source":"ERLW","chapter":{"name":"Character Creation - Group Patrons","ordinal":{"type":"chapter","identifier":1},"index":4}},{"caption":"Trinkets from Aerenal","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bronzewood ring inscribed with the Elvish word for \"hope\""],["2","A dried flower; if it's placed in water, it blooms"],["3","An ebony locket; when it's opened, an elven voice whispers \"Always\""],["4","A tiny skull carved from dark wood"],["5","A finger bone inscribed with an unknown sigil"],["6","An ivory flute which produces no sound"],["7","A small journal made from preserved leaves"],["8","A book of poetry written by undead elves"]],"name":"Trinkets from Aerenal","page":134,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Argonnessen","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pierced dragon scale on a cord"],["2","A statuette of a dragon carved from black bone"],["3","A dragon's tooth, engraved with an unknown sigil"],["4","A child's doll of a dragon, woven from leather cords"],["5","A dagger carved from a dragon's talon"],["6","A brass disk bearing the silhouette of a black dragon"],["7","A small egg-shaped piece of polished bone"],["8","A bone fragment with brass inlaid runes"],["9","A leather pouch filled with tiny draconic teeth"],["10","A single large seed that's warm to the touch"]],"name":"Trinkets from Argonnessen","page":134,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Khyber","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pressed flower with vivid green petals; when you smell it, you hear eerie music"],["2","A tiny ball of putty; if you set it down, it begins to slowly crawl around"],["3","A perpetually warm disk of dark iron"],["4","A small journal with leathery pages; any words you write in it slowly disappear"],["5","A four-sided die carved with strange markings"],["6","A cameo with the silhouette of an unknown species"],["7","A preserved finger with purple flesh and four joints"],["8","A perfectly preserved eye; if you set it down, it rotates to follow your movement"],["9","A small box; when opened, you alone hear screaming"],["10","A preserved insect; you've never seen another like it"]],"name":"Trinkets from Khyber","page":135,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from the Frostfell and Everice","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A small prism carved from ice that doesn't melt"],["2","A rusted iron coin, depicting a dwarf lord and the worlds \"Five Rex Undra\""],["3","A pair of eight-sided dice carved from ice that doesn't melt"],["4","A swatch of silvery fur that's cold to the touch, possibly from a winter wolf"],["5","A snowball; it doesn't melt and can't be compressed into ice"],["6","A tiny white dragon sculpted from ice that doesn't melt"],["7","A key carved from ice that doesn't melt"],["8","A single scale from a white dragon"]],"name":"The Frostfell's and Everice's Influence in Khorvaire; Trinkets from the Frostfell and Everice","page":136,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Sarlona","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A polished crystal sphere; when you clutch it in your fist, a telepathic voice recites a story in your mind"],["2","A teardrop pendant made from polished shell; when you hold it, you see the image of a young Riedran man"],["3","A six-sided crystal die; when you roll it, you feel a surge of emotion for six seconds"],["4","A sealed vial filled with faintly luminescent blue mist"],["5","A crystal disk engraved with a labyrinthine pattern"],["6","A leather-bound collection of kalashtar poetry called {@i Shards of the Light}"],["7","A sphere of polished crystal; when you hold it in your palm, you feel that it knows you and understands you"],["8","A cup and ball toy; when you successfully catch the ball in the cup, you feel a momentary surge of joy"]],"name":"Trinkets from Sarlona","page":138,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Trinkets from Xen'drik","colLabels":["d8","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A punched ticket for a voyage from Sharn to Stormreach"],["2","A scorpion's barb engraved with a single Elvish letter"],["3","A copper coin so big you could use it as a dinner plate"],["4","An image of an elf warrior engraved on a giant's tooth"],["5","A single page from a giant wizard's spellbook, bearing an incomplete spell"],["6","A scrap of parchment, part of a map of Stormreach"],["7","A small book titled {@i Feersome Beests of Zendrik}"],["8","A scrimshaw carving of a sahuagin"]],"name":"Trinkets from Xen'drik","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Distant Lands","ordinal":{"type":"chapter","identifier":2},"index":6}},{"caption":"Foundation of Faith","colLabels":["d6","Foundation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You were raised in the faith. Your religion is an important part of your family and community."],["2","Someone you care about—a mentor, a friend, or a lover—introduced you to the faith."],["3","You were raised in a different religion but became drawn to the ideals and beliefs of your current faith."],["4","You never took your faith seriously. Then you made a vow during the Last War, pledging your devotion if a disaster was averted... and it was."],["5","You're devoted to your religion, but you've never been formally educated in its ways. You follow your own personal interpretation."],["6","You had a transcendental experience and believe you have a divine purpose to fulfill."]],"name":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Foundation of Faith","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"caption":"Rejection of Faith","colLabels":["d6","Rejection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You believe that the magic of clerics and paladins doesn't come from deities, but from the caster's inner power or belief."],["2","You come from an agnostic community and give little thought to spiritual matters."],["3","You were once deeply devout, but a tragedy during the Last War caused you to question your faith."],["4","A personal loss or betrayal shook your faith."],["5","You were spiritually scarred by an encounter with a fiend or aberration."],["6","You've created your own personal religion and believe that all the established faiths are flawed."]],"name":"Chapter 2: Khorvaire Gazeteer - Faiths of Khorvaire; Rejection of Faith","page":140,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["The Sovereign Host","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity Arawai|eberron|erlw}","Life, love","Life, Nature","Sheaf of wheat tied with green ribbon {@i or} bronze dragon"],["{@deity Aureon|eberron|erlw}","Knowledge, law","Knowledge, Order*","Open tome {@i or} blue dragon"],["{@deity Balinor|eberron|erlw}","Beasts, the hunt","Nature, War","Pair of antlers {@i or} green dragon"],["{@deity Boldrei|eberron|erlw}","Community, home","Life","Fire in a stone hearth {@i or} copper dragon"],["{@deity Dol Arrah|eberron|erlw}","Honor, sunlight","Light, War","Rising sun {@i or} red dragon"],["{@deity Dol Dorn|eberron|erlw}","Strength at arms","War","Longsword crossed over a shield {@i or} silver dragon"],["{@deity Kol Korran|eberron|erlw}","Trade, travel","Trickery","Nine-sided gold coin {@i or} white dragon"],["{@deity Olladra|eberron|erlw}","Good fortune","Life, Trickery","Domino {@i or} black dragon"],["{@deity Onatar|eberron|erlw}","Artifice, the forge","Forge**, Knowledge","Crossed hammer and tongs {@i or} brass dragon"]],"name":"Deities of Eberron; 1","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["The Dark Six","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity The Devourer|eberron|erlw}","Nature's wrath","Tempest","Bundle of five sharpened bones {@i or} dragon turtle"],["{@deity The Fury|eberron|erlw}","Passion, revenge","War","Winged wyrm with woman's head and arms"],["{@deity The Keeper|eberron|erlw}","Death, greed","Death","Dragonshard in the shape of a fang {@i or} dracolich"],["{@deity The Mockery|eberron|erlw}","Betrayal, bloodshed","Trickery, War","Five blood-spattered blades {@i or} flayed dragon"],["{@deity The Shadow|eberron|erlw}","Ambition, dark magic","Knowledge","Obsidian tower"],["{@deity The Traveler|eberron|erlw}","Change, chaos","Forge**, Knowledge, Trickery","Four crossed, rune-inscribed bones"]],"name":"Deities of Eberron; 2","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"colLabels":["Other Faiths","Province","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-2","col-2","col-2","col-6"],"rows":[["{@deity The Silver Flame|eberron|erlw}","Good, protection","Life, Light, War","Flame drawn on silver or molded from silver"],["{@deity The Blood of Vol|eberron|erlw}","Immortality","Death, Life","Red teardrop gem"],["{@deity Cults of the Dragon Below|eberron|erlw}","Madness","Trickery","Varies"],["{@deity The Path of Light|eberron|erlw}","Light, self-improvement","Life, Light","Brilliant crystal"],["{@deity The Spirits of the Past|eberron|erlw}","Elven ancestors","Nature, War","Varies"],["{@deity The Undying Court|eberron|erlw}","Elven ancestors","Grave**, Knowledge, Life","Golden mask"]],"name":"Deities of Eberron; 3","page":141,"source":"ERLW","chapter":{"name":"Khorvaire Gazeteer - Faiths of Khorvaire","ordinal":{"type":"chapter","identifier":2},"index":7}},{"caption":"Falling in Sharn","colLabels":["d8","Result"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You fall hundreds of feet before striking the ground at the base of the towers."],["2","You fall {@dice 3d6 × 10} feet before striking a bridge. A major bridge in an upper or a middle ward will have a {@spell feather fall} enchantment; otherwise, it's going to be a hard landing."],["3","You fall {@dice 2d4 × 10} feet and land in a passing skycoach, possibly injuring a passenger."],["4","You fall {@dice 4d4 × 5} feet and strike an outcropping, flagpole, or projecting statue. If you survive, you're still precariously perched on the edge of a tower or bridge."],["5","You fall past a {@creature hippogriff}—make a successful DC 15 Dexterity ({@skill Acrobatics}) check to catch its leg!"],["6","A {@creature gargoyle} or {@creature giant owl} catches you—then threatens to drop you if it doesn't get a reward."],["7","You can fly! Actually, a nearby wizard or artificer casts {@spell feather fall} to save you, but for a moment it felt like you can fly. And now the spellcaster wants payment."],["8","You strike a small {@creature air elemental} that was drawn to the city. Doing this cushions your fall, but now you're on top of an air elemental."]],"name":"Watch Your Step!; Falling in Sharn","page":152,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Magewright Casting Fees","colLabels":["Spell Level","Price"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["1st","25 gp"],["2nd","50 gp"],["3rd","100 gp"]],"name":"Spellcasting Services; Magewright Casting Fees","page":153,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Sharn Councilors","colLabels":["d12","Councilor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Sorik Sensos} (human) represents Middle Central. An elder statesman and a brilliant orator, he is rumored to be involved in a web of bribery and graft."],["2","{@b Sava Kharisa} (human) is the outspoken councilor from Lower Central. Since taking her seat, she has fought to improve conditions for the lower classes of Sharn, and she has made many enemies on the council and beyond."],["3","{@b Thurik Davandi} (gnome) represents Upper Menthis. He is known to have ties to Zilargo and the Boromar Clan, and reportedly loves intrigues and blackmail."],["4","{@b Savia Potellas} (human) has her hand in the entertainment industry of Lower Menthis. She hopes to reduce the influence of organized crime in her district, but it's a dangerous game."],["5","{@b Maza Thadian} (elf) represents Upper Northedge. A venerable elf and owner of one of the finest restaurants in Sharn, she fights to maintain tradition but definitely puts the needs of the wealthy ahead of the poor."],["6","{@b Shassa Tarr} (shifter), from Lower Northedge, represents the interests of the merchants and shifters of her ward. She is a cunning diplomat and devoted to her constituents."],["7","{@b Bestan ir'Tonn} (halfling) has represented Upper Tavick's Landing for thirty years, and largely views his ward as a separate city within the city. He has a reputation for stirring up conflict and setting the other councilors against one another."],["8","{@b Kilk} (changeling) represents the merchants of Lower Tavick's Landing. Whispered rumors suggest that the changeling has ties to the mysterious Tyrants. Some insist that Kilk is actually an identity shared by a group of changelings."],["9","{@b Hruitt} (owl) is a {@creature giant owl} who can assume human form. A former aerial racer, he's a clever negotiator who fights for the good of the Bazaar and Middle Dura, often opposing the Boromar Clan and its allies."],["10","{@b Ilyra Boromar} (halfling) is the councilor for Lower Dura, but it's common knowledge that her true allegiance is to her family and its criminal empire. The current ongoing conflict with Daask has weakened her family and her position."],["11","{@b Evix ir'Marasha} (human) represents Skyway. Lady Marasha owns the Celestial Vista restaurant, along with several other valuable businesses. She's an eloquent speaker who supports many radical positions, including abolishing the monarchy after the death of King Boranel and recognizing Sharn as an independent province."],["12","{@b Nolan Toranak} (dwarf), the councilor for the Cogs, is largely seen as a tool of the industrialists who own the foundries there. Members of his family were killed by warforged during the Last War, and Toranak harbors a bitter grudge against House Cannith and the warforged. He has tried to have warforged reclassified as property, and seeks to suppress warforged activists in the Cogs."]],"name":"City Government; Sharn Councilors","page":156,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Highest Towers","The seat of city government, this district is also where airships arrive and depart.","Upper Central"],["Korranath","Named for the great temple of Kol Korran that lies at its center, this district is dedicated to wealth and finance. Moneychangers, banks, and grand vaults are found here, in addition to the estates of powerful merchants.","Upper Central"],["Platinum Heights","Catering to Sharn's elite, this district provides a wide range of shops and services of wealthy to aristocratic quality.","Upper Central"],["Skysedge Park","Home to three sprawling rooftop parks, this district provides a touch of wilderness in the heart of the city. A small community of immigrants from the Eldeen Reaches maintains these groves and gardens.","Upper Central"],["Ambassador Towers","This district contains the embassies to the Thronehold nations, along with Aerenal and Riedra. It's also the seat of the Citadel and home to the Brelish Museum of Fine Art.","Middle Central"],["Dragon Towers","This is the primary place to do business with representatives of the dragonmarked houses. All the houses have outposts here, and Sivis, Tharashk, Jorasco, and Cannith have their primary enclaves in Dragon Towers.","Middle Central"],["Sovereign Towers","A district filled with a vast assortment of temples and shrines. It is home to the two most important temples in Sharn: the Pavilion of the Host and the Cathedral of the Cleansing Flame.","Middle Central"],["Sword Point","This garrison district houses the forces that police and defend Central Plateau, including the Sharn Watch and a detachment of the royal army.","Middle Central"],["Tradefair","A merchant district offering legal goods and services of modest to comfortable quality.","Middle Central"],["Boldrei's Hearth","A haven for travelers, this district contains reliable inns ranging from modest to comfortable quality.","Lower Central"],["Olladra's Kitchen","Neither the best nor worst Sharn has to offer, Olladra's Kitchen is home to a wide number of taverns and restaurants of modest to comfortable quality.","Lower Central"]],"name":"Central Plateau: Important Districts","page":161,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Clifftop","This district caters to adventurers, with a wide array of businesses aimed at explorers and fortune hunters. It is the home base of the Clifftop Adventurer's Guild.","Upper Dura"],["Daggerwatch","Daggerwatch holds garrisons for both the Sharn Watch and the Brelish army, along with business and residences for those who support the garrisons.","Upper Dura"],["Highhold","A district built by dwarves for dwarves, Highhold has strong Mror influences in its architecture. It's a good place to find Mror goods and is home to talented smiths and brewers.","Upper Dura"],["Highwater","The finest residential district in Dura and the seat of House Vadalis, Highwater is largely comfortable in quality with a few wealthy estates.","Upper Dura"],["Hope's Peak","A relatively new temple district, with shrines and churches that have relocated from Fallen in Lower Dura. Hope's Peak includes several monasteries and a sacred grove.","Upper Dura"],["Overlook","Overlook is noteworthy for its kalashtar community, which maintains a community center, a shrine devoted to the Path of Light, and a few restaurants serving Sarlonan cuisine.","Upper Dura"],["The Bazaar","The largest commercial district in Sharn, an excellent place to buy or sell used—and possibly stolen—goods.","Middle Dura"],["Broken Arch","Once a proud residential district, Broken Arch has fallen into disrepair. Its housing is poor to modest in quality, though the shells of wealthy manors can still be seen.","Middle Dura"],["Hareth's Folly","A jumble of architectural styles, Hareth's Folly is a place to gamble and enjoy modest food and drink. The Hollow Tower is a center for aerial sports, and Hareth's Folly is where the Race of Eight Winds begins and ends.","Middle Dura"],["Rattlestone","Rattlestone is a tenement district. Its people have little but their pride, but there's a strong camaraderie between them.","Middle Dura"],["Stormhold","A comfortable residential district, Stormhold is home to the few powerful families that have remained in Dura. It's in better condition than most of Middle Dura, and Deneith mercenaries protect the streets.","Middle Dura"],["Tumbledown","A poor residential district, Tumbledown has experienced recent incursions from Daask.","Middle Dura"],["Underlook","The center of Sharn's nightlife before Menthis Plateau was built, Underlook is a collection of poor taverns and inns.","Middle Dura"],["Callestan","Home to an assortment of squalid and poor businesses, Callestan is a nexus for criminal activity and known as a stronghold of the Boromar Clan.","Lower Dura"],["Fallen","Sharn's oldest temple district, Fallen was abandoned after a floating tower crashed into the district during the Last War. Now it's a collection of wretched ruins.","Lower Dura"],["Gate of Gold","A squalid slum, providing miserable housing for desperate people.","Lower Dura"],["Malleon's Gate","A poor district originally inhabited by goblins, Malleon's Gate has become a haven for monstrous immigrants from Droaam and Darguun, along with members of Daask.","Lower Dura"],["Oldkeep","Another poor slum, largely home to dockworkers from Precarious.","Lower Dura"],["Precarious","The skydocks of Precarious pass goods between the towers and the port on the Dagger River below. The district is filled with warehouses, along with a handful of poor taverns. A small community of Sarlonans lives here.","Lower Dura"],["The Stores","A warehouse district with a large halfling population, with ties to the Boromar Clan.","Lower Dura"]],"name":"Dura Quarter: Important Districts","page":162,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Den'iyas","Founded by gnome immigrants from Zilargo, Den'iyas is a haven for those interested in Zil culture. It's home to many sages and artisans, and a hotbed of schemes and intrigue.","Upper Menthis"],["Ivy Towers","This residential district includes comfortable homes and modest apartments. Many of the students and faculty of Morgrave University live in Ivy Towers.","Upper Menthis"],["Seventh Tower","A shopping district, with restaurants and goods of comfortable to wealthy quality. Seventh Tower is especially noteworthy for Little Xen'drik, a collection of galleries whose owners buy and sell goods from Xen'drik.","Upper Menthis"],["University","This district is dominated by Morgrave University. It's also a nexus for sophisticated entertainment, including the Art Temple, the Grand Stage, and the Great Hall of Aureon.","Upper Menthis"],["Cassan Bridge","A mercantile district with goods of modest to comfortable quality. Home to a significant number of immigrants from the Shadow Marches, Cassan Bridge is the place to visit for exotic Marcher herbs and cuisine.","Middle Menthis"],["Everbright","This district is a source of magical goods and services. Exotic components, magewrights for hire, common or uncommon magic items—all of these and more can be found here.","Middle Menthis"],["Little Plains","Founded by Talenta halflings, this district includes a central campground for visiting halfling nomads. The permanent residents are mostly halflings as well. Talentan foods and crafts can be found here, along with displays of traditional skills and pastimes.","Middle Menthis"],["Smoky Towers","Safer than the lower wards and less expensive than Upper Menthis, Smoky Towers has plenty of entertainment options. The Classic Theater is its most popular venue, but Smoky Towers offers a wide variety of more exotic fare. Dinner theater, changeling burlesque, and other diversions can be found in Smoky Towers. Thovanic Hall has begun performing works from Darguun and Droaam featuring monstrous performers. Smoky Towers has also become a haven for Cyran refugees wealthy enough to avoid High Walls.","Middle Menthis"],["Warden Towers","This district is the primary garrison of the Sharn Watch in Menthis. It's home to a community of Lhazaar immigrants, and the Broken Anchor is a tavern catering to Lhazaar travelers.","Middle Menthis"],["Downstairs","The Downstairs district is primarily known for food and drink. Though most of its taverns and inns are only modest in quality, the Four Sails serves some of the finest seafood in Sharn. The recent success of the Diamond Theater has also drawn travelers to the district.","Lower Menthis"],["Firelight","This district is a destination for those who seek illicit forms of entertainment. Many forms of illegal gambling and paid companionship can be found in Firelight. It's also the most common location of the Burning Ring.","Lower Menthis"],["Torchfire","A district with a notorious reputation, celebrated for cheap entertainment and infamous for its dangerous alleys. Its theaters specialize in musical comedy and lowbrow entertainment, and there are lots of opportunities for hopeful amateurs to get on a stage in Torchfire.","Lower Menthis"]],"name":"Menthis Plateau: Important Districts","page":162,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Crystal Bridge","A peaceful residential district with many wealthy and aristocratic estates.","Upper Northedge"],["Oak Towers","A residential district where housing ranges from comfortable to aristocratic. Construction in Oak Towers uses materials and styles drawn from Aerenal, and the district is home to many of Sharn's established elf and half-elf families.","Upper Northedge"],["Shae Lias","This district is a bastion for the culture and traditions of the elves of Aerenal. It includes a variety of businesses specializing in Aereni goods, as well as a temple of the Undying Court.","Upper Northedge"],["High Hope","A center for worship for the people of Northedge, High Hope includes temples of the Silver Flame and the Sovereign Host, along with many smaller shrines. It lacks the grandeur of Sovereign Towers in Central Plateau, but has an atmosphere of solemn devotion.","Middle Northedge"],["Holdfast","Holdfast is the heart of Sharn's native dwarf population. The ancestors of the Holdfast dwarves helped build Sharn, and many of its people are stonemasons, architects, and smiths. Holdfast dwarves are proud of their Sharn roots and have little interest in Mror customs or traditions.","Middle Northedge"],["Longstairs","The population of this peaceful residential district is mostly made up of dwarves, humans, and half-elves. Neighbors here generally stand together to deal with any trouble.","Lower Northedge"],["North Market","The open market in this region largely deals in simple, locally produced goods. Due to the significant shifter population in Lower Northedge, North Market offers goods and services aimed at shifters (grooming services, claw care, and so forth) as well as those reflecting an Eldeen influence.","Lower Northedge"],["Stoneyard","This residential district is home to the majority of Sharn's shifters, including both recent immigrants from the Eldeen Reaches and long-established local families. The district includes a makeshift hrazhak court and a shrine devoted to the Wardens of the Wood. Conditions are poor to modest.","Lower Northedge"]],"name":"Northedge Quarter: Important Districts","page":163,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Copper Arch","This district is built around the Deneith garrison that polices the upper ward. It contains shops and services catering to the wealthy elite.","Upper Tavick's Landing"],["Ocean View","This residential district is home to some of the most influential citizens of Sharn. It has a mix of wealthy mansions and aristocratic estates.","Upper Tavick's Landing"],["Silvergate","This shopping district is patronized by those with gold to spare. All manner of fine jewelry and expensive clothing can be found here, along with aristocratic food and lodging.","Upper Tavick's Landing"],["Sunrise","This district provides housing for the shopkeepers and servants who keep Upper Tavick's Landing running. Housing is largely modest in quality, with a few comfortable towers.","Upper Tavick's Landing"],["Twelve Pillars","This is the civic heart of Upper Tavick's Landing. The twelve pillars it's named for surround a courthouse, the Tower of Law, where visitors can get licenses to carry weapons in the ward.","Upper Tavick's Landing"],["Cornerstone","A haven for travelers, Cornerstone has a range of comfortable inns and taverns. It's built around the vast Cornerstone arena and is a center of activity for many major sporting events.","Middle Tavick's Landing"],["Deathsgate","Named for the nearby City of the Dead, this district houses the Deathsgate Guild and businesses that cater to adventurers. House Deneith recruits mercenaries at its outpost here.","Middle Tavick's Landing"],["Graywall","This district was founded long ago by Karrnathi immigrants, and its people are proud of their heritage. It is a haven for any Karrnathi travelers passing through Sharn. Rumors say there's a temple devoted to the Blood of Vol in Graywall, but if that's the case, it's kept hidden.","Middle Tavick's Landing"],["Tavick's Market","This district specializes in produce and other goods brought in by the farmers from the surrounding countryside.","Middle Tavick's Landing"],["Black Arch","This district is filled with checkpoints and enchanted gates. These portals are generally open, but in times of trouble, Black Arch can become an impassable fortress. The Sharn Watch maintains the local garrison. House Orien and House Sivis both maintain outposts here, ensuring that messages can be swiftly delivered through the city and beyond.","Lower Tavick's Landing"],["Cogsgate","This warehouse district is the gateway to the Cogs, and shipments of ore and other goods regularly pass through here. House Kundarak has high-security storage facilities for rent, and a House Deneith outpost hires out Blademark mercenaries for venturing below.","Lower Tavick's Landing"],["Dragoneyes","Dragoneyes tends to the needs of weary travelers, providing a wide range of lodging, food, and entertainment for tourists. It's also the home of most of Sharn's changeling population, and many changelings use their gifts to entertain and amuse travelers. Some say that it's the home of the Tyrants criminal guild, but if so, that place is well hidden.","Lower Tavick's Landing"],["High Walls","This district was converted into an internment center during the Last War. Since the end of the war, it has been transformed into a refugee camp. Most of the residents are Cyrans who fled the Mourning, but High Walls also includes Brelish citizens who lost their homes in the war. It's a crowded and dangerous place, but it allows residents to maintain a squalid lifestyle at no cost. Currently the gates are open, but the Sharn Watch could seal them at any time.","Lower Tavick's Landing"],["Terminus","This district is based around Terminus Station, where the lightning rail enters and leaves Sharn. Most local businesses serve the station or travelers.","Lower Tavick's Landing"],["Wroann's Gate","Travelers who arrive on the main road enter Sharn through Wroann's Gate, passing below a huge statue of the legendary Queen Wroaan. Many of the dragonmarked houses maintain shops here so travelers can send messages, hire bodyguards, or make use of other services.","Lower Tavick's Landing"]],"name":"Tavick's Landing: Important Districts","page":164,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Skyway","Skyway is a district that floats above Central Plateau and Menthis, built atop an island of solidified clouds. The richest people in Sharn live here.","Above the city"],["Cliffside","Boats bring cargo and passengers to the dock at Cliffside, on the edge of the Dagger River. From there, enormous lifts carry people up to Precarious. This dangerous district contains an assortment of taverns, shabby inns, and warehouses.","On the banks of the Dagger River"],["Ashblack","The first foundries of Sharn were built here. The district is devoted to industry, and the environment here is sweltering and claustrophobic.","The Cogs"],["Blackbones","Blackbones is newer than Ashblack, and it shows. The district's corridors are wider and better lit. The foundries are well maintained, and the district has a few thriving businesses. Most of the warforged that reside in Sharn work in Blackbones.","The Cogs"]],"name":"Above and Below Sharn: Important Districts","page":164,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Central Plateau: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Aurora Gallery","The most prestigious auction house in Sharn, Aurora deals in magic items, exotic finds from Xen'drik, and other wonders.","Platinum Heights, Upper Central"],["City Archive","This enormous edifice holds the historical and legal records of Sharn and the surrounding regions.","Highest Towers, Upper Central"],["Council Hall","The seat of city government and the site of City Council meetings. The council meets weekly, and visitors can watch from the gallery.","Highest Towers, Upper Central"],["Gray Dragon Inn","This inn provides aristocratic and wealthy lodging for those who can afford it.","Platinum Towers, Upper Central"],["The Korranath","The temple of Kol Korran is an ostentatious display of wealth and a popular tourist attraction, since many believe praying at the Korranath ensures success in business.","Korranath, Upper Central"],["Kundarak Bank of Sharn","This is the largest bank in Sharn and the center of House Kundarak urban operations in the city.","Korranath, Upper Central"],["Lyrandar Tower","All airship travel to and from Sharn passes through the docking spires of Lyrandar Tower, the house's primary enclave in Sharn.","Highest Towers, Upper Central"],["Sannid's","One of Sharn's most celebrated restaurants, Sannid's serves Brelish cuisine of wealthy quality and has a legendary wine cellar.","Platinum Towers, Upper Central"],["The Vaults","Located below the Kundarak Bank, the Vaults are Kundarak's heavily guarded storage facility.","Korranath, Upper Central"],["Wayfinder Foundation","The guildhall for this legendary association of explorers.","Korranath Upper Central"],["Brelish Museum of Fine Art","The museum displays work produced by Brelish artists and relics recovered from Xen'drik.","Ambassador Towers, Middle Central"],["Cathedral of the Cleansing Flame","The central temple of the Church of the Silver Flame serves both as a templar garrison and the site of grand rituals and celebrations.","Sovereign Towers, Middle Central"],["The Citadel","The headquarters of the King's Citadel, Breland's elite military and intelligence service. The Citadel is also a high-security prison holding Sharn's most dangerous criminals.","Ambassador Towers, Middle Central"],["The Panaceum","The largest House Jorasco enclave in Sharn provides high-priced healing services to all who can pay for them.","Dragon Towers, Middle Central"],["Pavilion of the Host","The center for worship of the Sovereign Host is a grand open tower surrounded by nine temples, each dedicated to one of the Sovereigns.","Sovereign Towers, Middle Central"]],"name":"Central Plateau: Noteworthy Locations","page":165,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Dura Quarter: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["The Citadel of the Sun","A temple devoted to Dol Arrah, noteworthy for the three blessed griffons that reside there.","Hope's Peak, Upper Dura"],["The Clifftop Adventurer's Guild","An institution that provides adventurers with camaraderie and profitable work.","Clifftop, Upper Dura"],["The Drunken Dragon","A tavern frequented by members of the Clifftop Adventurer's Guild. The food is modest, but it has the widest selection of exotic alcohol in Sharn.","Clifftop, Upper Dura"],["The Esoteric Order of Aureon","The guildhall of one of Sharn's most prestigious arcane orders. A reliable source for arcane spellcasting services.","Clifftop, Upper Dura"],["The Gold & White","This tavern offers fare of comfortable quality at modest prices. It caters to members of the Sharn Watch and Brelish veterans, but others will receive a cold welcome.","Daggerwatch, Upper Dura"],["Moraggan's","A posh tavern specializing in strong Mror spirits. Food and drink are wealthy in quality and cost.","Highhold, Upper Dura"],["The Mystic Market","A collection of shops specializing in different categories of magic items. Most merchandise is common or uncommon, but rare items are occasionally available.","Clifftop, Upper Dura"],["Pegasus Spire","The seat of House Vadalis in Sharn is one of the few enclaves where pegasi are raised and trained. Native to Syrania, these celestial beasts can become stranded in Sharn; Vadalis heirs care for them and match them with virtuous companions.","Highwater, Upper Dura"],["Ghallanda Hall","This proud Ghallanda enclave continues to operate amid the fading squalor of Middle Dura, and has become a tourist attraction. It offers a range of services, with food and lodging of poor to comfortable quality.","Underlook, Middle Dura"],["The Hollow Tower","A vertically oriented arena used for aerial jousting and other unusual sporting events.","Hareth's Folly, Middle Dura"],["The King of Fire","A comfortable tavern and gambling hall, known as one of the safest places to bet on the Race of Eight Winds and the events at the Hollow Tower.","Hareth's Folly, Middle Dura"],["The Anvil","This fading Ghallanda inn struggles to maintain its poor to modest quality. It's known to be under the protection of the Boromar Clan, which makes it one of the safest establishments in Lower Dura.","Callestan, Lower Dura"],["The Broken Mirror","A curious tavern owned by a family of changelings, the Broken Mirror changes its appearance and theme every week. It's rumored to be connected to the Tyrants.","Callestan, Lower Dura"],["The Silvermist Theater","A remnant of Callestan's glory days, this place is a shadow of the grand establishment it once was. The current owners are known for staging bizarre events at the Silvermist. Since the Sharn Watch stays out of Callestan, anything can happen here.","Callestan, Lower Dura"]],"name":"Dura Quarter: Noteworthy Locations","page":166,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Bazaar Merchants","colLabels":["d10","Merchant"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Secondhand Strings}. A must-stop shop for the bard on a budget, with a variety of gently used instruments."],["2","{@b Korryn's Quill}. A reliable source for cartographers, calligraphers, and scribes of all stripes."],["3","{@b Seven Leagues}. Owned by the cobbler Boots, this small stall has a remarkable selection of footwear."],["4","{@b Borran's Blades}. Borran is one of the few halfling smiths in Sharn. He specializes in knives and daggers."],["5","{@b Hearty Scales}. A stall serving grilled lizard meat and other Talentan delicacies."],["6","{@b Roll and Conquer}. One of Sharn's only game stores. It does most of its business in cards and dice."],["7","{@b The Old Apothecary}. Selling supplies for herbalists and alchemists, this claims to be Bazaar's oldest shop."],["8","{@b Illumination}. This shop sells lamps, lanterns, candles, and torches. Some are magical."],["9","{@b The Magewright's Miscellany}. This little shop deals in spell components. The clerks love to discuss magic."],["10","{@b Sundry's Shop}. A gnome named Sundry runs a pawn shop filled with all manner of trinkets."]],"name":"Middle Dura; Bazaar Merchants","page":167,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Menthis Plateau: Noteworthy Locations","colLabels":["District","Description","Location"],"colStyles":["col-2","col-8","col-2"],"rows":[["Art Temple","This theater is renowned for its avant-garde techniques and subjects.","University, Upper Menthis"],["Davandi Fine Tailoring","In addition to being the city councilor representing Upper Menthis, the gnome Thurik Davandi is an accomplished tailor and magewright who produces the finest glamerweave clothing available in Sharn.","Den'iyas, Upper Menthis"],["Dezina Museum of Antiquities","Attached to Morgrave University, this building displays the relics recovered on the university's many expeditions.","University, Upper Menthis"],["Golden Horn","This wealthy inn includes a library, a few large meeting rooms, and a small concert hall. Performing at the Horn is an excellent opportunity for aspiring bards.","University, Upper Menthis"],["Grand Stage","This stage hosts grand performances of the beloved classics of Galifar, along with more modern works that follow classical traditions.","University, Upper Menthis"],["Great Hall of Aureon","Sharn's largest temple to the Sovereign Aureon, the Great Hall celebrates knowledge and learning. The clergy are sages and savants in a wide variety of fields.","University, Upper Menthis"],["Khavish Theater","Established by and for gnomes, the Khavish has ample seating for small creatures, and its shows make extensive use of illusions.","Den'iyas, Upper Menthis"],["Little Xen'drik","This area of small shops deals in antiquities and relics recovered from Xen'drik and the ruins below Sharn. Cloud Antiquities specializes in giant artifacts, while the Mekdall Gallery deals in ancient elven and drow goods. Windows on Yesterday looks for items with historical significance, and Echoes of the Past deals in magic items with practical uses.","Seventh Tower, Upper Menthis"],["Sharn Opera House","Performances at the Sharn Opera are one of the most highbrow forms of entertainment in the city.","University, Upper Menthis"],["Stargazer Theater","This open-air theater focuses on popular entertainment with family appeal.","University, Upper Menthis"],["Classic Theater","A small and inexpensive theater, the Classic performs only works written before the start of the Last War.","Smoky Towers, Middle Menthis"],["The Burning Ring","The Ring offers blood sport and gladiatorial combat. These dangerous matches aren't sanctioned by law, and the Burning Ring constantly changes locations to avoid the Sharn Watch. It's always last seen somewhere in Lower Menthis.","Lower Menthis"],["Diamond Theater","A cheap theater once known for bawdy humor, the Diamond has gained fame due to its playwright in residence and has produced several plays about the impact of the Last War.","Downstairs, Lower Menthis"],["Ten Torches","The cheapest ticket in Sharn's theater scene, Ten Torches alternates between lowbrow comedy and bizarre shows that no respectable theater would stage.","Torchfire, Lower Menthis"]],"name":"Menthis Plateau: Noteworthy Locations","page":169,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Shows in Menthis","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tira's Tears}. A speculative drama about the founder of the Church of the Silver Flame. (Grand Stage, Upper Menthis)"],["2","{@b Facade}. A comedy of errors about a family of changelings, involving a tangled web of mistaken identities. (Art Temple, Upper Menthis)"],["3","{@b Five Lives}. A bitter reflection on the tragedy of the Last War, as seen through the eyes of five soldiers. Written by up-and-coming playwright Luca Syara. (Diamond Theater, Lower Menthis)"],["4","{@b Galifar Triumphant}. A beloved history based on the legendary king and the conflict that established the Kingdom of Galifar. (Classic Theater, Middle Menthis)"],["5","{@b The Late Count}. A comic opera by the bard Kessler, revolving around a Karrnathi count who is resurrected as a zombie. (Sharn Opera House, Upper Menthis)"],["6","{@b The Carnival of Shadows.} House Phiarlan's traveling circus, a mesmerizing blend of illusions, physical arts, and exotic beasts. The traveling troupe always visits Smoky Towers (Middle Menthis)."],["7","{@b The Brelish Symphony Orchestra.} A performance of some of the finest works of Seventh Century Brelish composers. (Kavarrah Concert Hall, Upper Menthis)"],["8","{@b Reflection}. A one-person show performed by the changeling Adi, exploring the multitudes that exist within us all. (Ten Torches, Lower Menthis)"]],"name":"What's on the Bill?; Shows in Menthis","page":170,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Northedge Quarter: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Gates of Passage","Built from Aereni densewood, this spire serves both as the embassy of Aerenal and a temple of the Undying Court. Aereni citizens who die in Sharn are interred in the temple crypts until their remains can be transported to Aerenal.","Shae Lias, Upper Northedge"],["Nightshade","An apothecary dealing in exotic herbs and salves, Nightshade is also a tavern specializing in lightly poisoned beverages.","Shae Lias, Upper Northedge"],["The Oaks","A legendary restaurant that serves Aereni and Brelish cuisine. The quality is unmatched, as are the aristocratic prices. Head chef Maza Thadian has maintained the Oaks for over three hundred years, but after her recent appointment as city councilor for Upper Northedge she is often occupied with other matters.","Shae Lias, Upper Northedge"],["The Silver Bough","This establishment deals in arms crafted in the Aereni tradition. This merchandise includes magic items, but woodshaper Tanar Mendyrian takes time to produce his wonders, and only a limited selection is available at any given time.","Shae Lias, Upper Northedge"],["The Winding Root","A marketplace and gallery that showcases the work of elven artisans, including sculptures, textiles, and fine clothing.","Shae Lias, Upper Northedge"],["The Veil of Flesh","This studio deals in Aereni body art and alteration, such as tattoos and cosmetic transmutation.","Shae Lias, Upper Northedge"],["Coldflame Keep","A garrison temple of the Silver Flame, this place once housed a hundred templars dedicated to protecting Sharn from supernatural threats. It has largely been abandoned; only a dozen devoted templars and adepts remain in residence.","High Hope, Middle Northedge"],["Daca's Watch","A dwarf named Daca has been sitting on a pillar in Northedge for over a century, offering advice and encouragement. Though she doesn't claim to be a priest, many believe that Daca is blessed and guided by Boldrei.","High Hope, Middle Northedge"],["The Bear's Rest","A modest inn maintained by a beasthide shifter named Leara, who usually gives a discount to traveling shifters. The decor features various exotic hides.","North Market, Lower Northedge"],["Fathen's Shrine","This marker in North Market commemorates a miracle that exposed a network of wererats in Sharn, along with the priest of the Silver Flame who died while fighting them. Pilgrims devoted to the Silver Flame often visit the shrine.","North Market, Lower Northedge"],["The Horse and Hearth","Though not as colorful as the Bear's Rest, this large inn is maintained by House Ghallanda and offers rooms of modest and comfortable quality.","North Market, Lower Northedge"],["The Rat's Nest","A modest tavern catering to the shifters of Lower Northedge, the Rat's Nest is a haven for gossip and serves food and drink in the Eldeen style.","North Market, Lower Northedge"]],"name":"Northedge Quarter: Noteworthy Locations","page":171,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tavick's Landing: Noteworthy Locations","colLabels":["Location","Description","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["Crystals of Denion","This gallery deals in rare and expensive magic items. The selection is limited, and Denion looks for items that are both beautiful and powerful.","Silvergate, Upper Tavick's Landing"],["The Three Towers","A fortress enclave of House Deneith. One tower is a garrison for the Blademark mercenary forces that police Upper Tavick's Landing. The second is dedicated to house business and training. The third is a private mansion for Deneith heirs.","Copper Arch, Upper Tavick's Landing"],["Transmutation","A beauty salon that employs both magical and mundane cosmetic techniques.","Copper Arch, Upper Tavick's Landing"],["Wyredd's Spirits","Wyredd deals in fine wines and exotic spirits. Wyredd's has the finest selection in Sharn, but his prices are high.","Copper Arch, Upper Tavick's Landing"],["The Bloody Mug","A comfortable tavern catering to Sharn's Karrnathi immigrants. Travelers from Karrnath always receive a warm welcome and a tankard of nightwood ale in exchange for stories from the old country.","Graywall, Middle Tavick's Landing"],["The Cornerstone","A massive arena that hosts a wide array of sporting events. These include jousts and races, both on foot and through the air. The Stone Trees is an offshoot of the Cornerstone that serves as the playing field for hrazhak competitions.","Cornerstone, Middle Tavick's Landing"],["The Deathsgate Guild","A society where adventurers can hone their skills and seek profitable work. The Deathsgate Guild has a sinister reputation, earned because its members will do anything in pursuit of success.","Deathsgate, Middle Tavick's Landing"],["The Guild of Starlight and Shadows","The guildhall of one of Sharn's most prestigious arcane orders. A reliable source for arcane spellcasting services.","Deathsgate, Middle Tavick's Landing"],["Maynard's Menagerie","This Vadalis storefront deals in exotic pets and animal companions, along with barding and other useful gear.","Deathsgate, Middle Tavick's Landing"],["Redblade's","A comfortable tavern catering to the adventurers of the Deathsgate Guild. Redblade is rumored to have a side business selling poison and venoms.","Deathsgate, Middle Tavick's Landing"],["Slogar's","This modest restaurant serves traditional Karrnathi cuisine. The ambience is a bit gloomy, but the prices are reasonable, and the food is very filling.","Graywall, Middle Tavick's Landing"],["Tooth and Nail","A comfortable tavern devoted to the sport of hrazhak. Most of the clientele are shifters, but anyone willing to talk hrazhak will find friends here.","Cornerstone, Middle Tavick's Landing"],["Chance","A legendary gambling hall. In addition to standard games, it's said that the host can cover a wide range of unusual wagers.","Dragoneyes, Lower Tavick's Landing"],["Terminus Station","An enclave of House Orien, this site contains the lightning rail station. The administrators coordinate the many Orien caravans that come and go from Sharn. Many of the other dragonmarked houses have small outposts in or around Terminus Station, allowing travelers to immediately access the services of House Sivis, House Deneith, and others.","Terminus, Lower Tavick's Landing"],["Velvet's","Staffed by changelings, this comfortable inn specializes in fulfilling fantasies; both the staff and the rooms can be adapted to fit any scenario. Though some clients have romance in mind, others come to Velvet's to relive triumphs, to prepare for debates or trials, or for help in developing a new identity.","Dragoneyes, Lower Tavick's Landing"]],"name":"Tavick's Landing: Noteworthy Locations","page":172,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Above and Below Sharn: Noteworthy Locations","colLabels":["Location","Deascription","District"],"colStyles":["col-2","col-8","col-2"],"rows":[["The Azure Gateway","This luxurious hotel and restaurant recently replaced an old Ghallanda inn. The menu is a \"Galifar fusion,\" combining styles from across the Five Nations.","Skyway"],["The Celestial Vista","This legendary restaurant is owned by Skyway's city councilor, Lady Evix ir'Marasha. The floor is studded with crystal windows, allowing diners to look down into the city below. The food isn't incredible, but tourist crowds keep the Vista filled with customers.","Skyway"],["The Cloud Dragon","This restaurant serves traditional Brelish cuisine, and it does so exceptionally well. It's rarely as crowded as the other venues in Skyway, but locals know its value.","Skyway"],["The Dragon's Hoard","This resort, maintained by House Ghallanda, offers every luxury for those who can afford its high prices.","Skyway"],["Tain Manor","Sharn's social life revolves around the ir'Tain family. The monthly Tain Gala is the hottest ticket in town, and it's held at the family estate in Skyway.","Skyway"],["Mud Caves","This shantytown sits on the edge of Cliffside, where generations of destitute people have carved out homes in the cliff walls. It's a wretched existence, but most of the inhabitants have no other options. It also makes an excellent hiding place for fugitives.","Cliffside"],["Sharn's Welcome","Also known as the docks of Cliffside, this area is rough and dirty. Its taverns frequently host brawls, while the inns offer travelers a wide variety of ways to be cheated or robbed.","Cliffside"],["Ship's Towers","Drifting alongside the Cliffside docks is a collection of rafts, ships, and houseboats lashed together to form a floating community.","Cliffside"],["Keldoran Forge","Though most of the foundries in the Cogs are devoted to large-scale industry, the dwarf Antos Keldoran maintains a small forge and produces bespoke arms and armor.","Ashblack"],["The Pool of Onatar's Tears","A small temple in the Blackbones district holds a pool said to be blessed by the god Onatar. Smiths come from across Khorvaire to dip their tools in the pool.","Blackbones"],["The Red Hammer","The Red Hammer is Sharn's only inn maintained by and for warforged. It offers those who work in the Cogs opportunities to socialize, along with repair and cosmetic services.","Blackbones"]],"name":"Above and Below Sharn: Noteworthy Locations","page":175,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Boromar Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Sundry} (gnome) is a fence who runs a pawn shop in the Bazaar of Dura and has ties to many smugglers, sailors, and burglars."],["2","{@b Canon} (halfling) is a pickpocket who works across Sharn and is at home throughout the lower districts."],["3","{@b The Rake} (dwarf) runs a handful of gambling dens and sets odds on the sporting events of Sharn."],["4","{@b Myri Olar} (halfling) is a burglar and socialite, familiar with many of the mansions of the upper districts."],["5","{@b Hass Faldren} (half-elf) is a smuggler and the captain of the elemental sloop {@i Ice Storm}. Hass is also well connected on the docks and in the warehouse districts."],["6","{@b Cala Boromar} (halfling) is a lawyer by trade but with specialties in blackmail and intimidation. Cala loves engaging in the art of negotiation and is always interested in acquiring secrets."]],"name":"The Boromar Clan; Boromar Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Daask Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Whyhyr} (gnoll), a talented tracker, loves a good hunt and finding people who don't want to be found."],["2","{@b Ralscar Shal} (goblin) is a fence and information broker, who is happy to be paid in gold or secrets."],["3","{@b Kar Bloodhorn} (minotaur) is an enforcer who leads raiding parties in Callestan. Kal is rough and loud but well liked in the organization."],["4","{@b Ash} (kobold) is a sorcerer with talent in fire magic, who specializes in arson and assault."],["5","{@b Cask} (changeling), an artificer and alchemist, supplies Daask with drugs and explosives and likes devising new concoctions and finding people to test them on."],["6","{@b Teller} (human) is one of the few humans with a position of influence in Daask. A grifter, Teller serves as a spy in the upper levels of the city where monsters aren't able to move around freely."]],"name":"Daask Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tarkanan Contacts","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Rotting Bal} (human) is an assassin, an expert in unarmed combat, and a founding member of the house."],["2","{@b Fileon} (halfling) is a healer with a deadly touch, who evaluates and trains potential recruits."],["3","{@b Nightshade} (gnome) is an assassin and alchemist specializing in exotic poisons, who's always interested in acquiring new toxins or unusual herbs."],["4","{@b Whisper} (elf) is a thief whose aberrant dragonmark absorbs sound. Whisper appreciates fine things and has a vast collection of unusual trinkets."],["5","{@b Zae} (halfling) can influence vermin and see through rats' eyes—an ability often used to spy on people."],["6","{@b Mala Shol} (half-elf) is an expert pickpocket and a master of disguise, with a talent for illusion."]],"name":"House Tarkanan; Tarkanan Contacts","page":179,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Tyrants Contacts","colLabels":["d4","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Korryn} (elf) maintains Korryn's Quill, a shop in the Bazaar of Dura that sells supplies for artists and scribes. In addition to being a remarkable calligrapher, Korryn is an expert forger."],["2","{@b Gray} (changeling) is a bartender at the Crooked Mirror in Callestan and is an information broker, with access to a wide array of rumors."],["3","{@b Chaela Tas} (half-elf) is a grifter with dozens of plots afoot at any given time. Though this identity is the face they wear with you, they maintain many different personas tied to their schemes."],["4","{@b Weave} (changeling) is a body artist who runs a salon in the Dragoneyes district."]],"name":"The Tyrants; Tyrants Contacts","page":180,"source":"ERLW","chapter":{"name":"Sharn, City of Towers","ordinal":{"type":"chapter","identifier":3},"index":8}},{"caption":"Morally Ambiguous Villains","colLabels":["d4","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The villain is targeting people with aberrant dragonmarks in the desperate hope of preventing another War of the Mark."],["2","The villain is suffering under a terrible curse, and their increasingly serious crimes are an effort to fight off the curse."],["3","The villain is rising to power through entirely legal means, winning popular support (through generous campaign promises) and working within the system."],["4","The villain's schemes are directed at preventing the release of a demonic overlord."]],"name":"Shades of Evil; Morally Ambiguous Villains","page":184,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Villain You Know","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A con artist takes advantage of people who fall for their scams, but leaves behind no proof of any crime."],["2","A cowardly politician fleeces the poor of their last few coins without technically doing anything wrong."],["3","A righteous zealot is continually poking into the characters' business, judging their actions and methods while doing even worse things in the shadows."],["4","A powerful figure in a dragonmarked house is using the house's resources for criminal deeds, but there's no trail of evidence leading back to the villain."],["5","A crime lord has the local authorities on the payroll, so no official action will ever be taken to stop their criminal activities."],["6","A villainous mastermind cooperates with local law enforcement to track down and eliminate rival villains, without ever giving the authorities a peek into their own evil deeds."]],"name":"The Villain You Know; Villain You Know","page":184,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Villain You Don't Understand","colLabels":["d6","Driving Force"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@book The Chamber|ERLW|9|The Chamber}"],["2","{@book The Cults of the Dragon Below|ERLW|9|Cults of the Dragon Below}"],["3","{@book The Daughters of Sora Kell|ERLW|9|Daughters of Sora Kell}"],["4","{@book The Dreaming Dark|ERLW|9|The Dreaming Dark}"],["5","{@book The Lords of Dust|ERLW|10|The Lords of Dust}"],["6","{@book The Order of the Emerald Claw|ERLW|10|Order of the Emerald Claw}"]],"name":"Driving Forces; Villain You Don't Understand","page":185,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Story Kickoff","colLabels":["d6","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","On a quiet night, the tavern door bursts open and a group of soldiers calls for one of the party members by name."],["2","An explosion rocks a market, sending things flying."],["3","A vehicle crashes near the party: people are hurt and need help, and whatever caused the crash is still around somewhere."],["4","Two groups of people start fighting each other, blood is drawn, and bystanders are getting hurt."],["5","Chanting words of the Draconic Prophecy, a dragon appears and starts causing mayhem."],["6","A tavern patron suddenly leaps up and attacks one of the adventurers, scratching and biting in blind fury."]],"name":"Kicking Off the Action; Story Kickoff","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"New Development","colLabels":["d8","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One or more minions of the adventure's primary villain arrive to put a stop to the party's meddling."],["2","Someone else with the same goal as the party shows up to get them out of the way."],["3","Someone is out for revenge against the party for a past wrong (perhaps something that happened in a previous adventure)."],["4","Someone has a violent argument with an NPC in the same room as the adventurers."],["5","Someone wants a special item carried by one of the characters."],["6","A jealous person thinks one of the adventurers is meddling with the person's romantic partner."],["7","A person in love with the villain tries to stop the party from interfering with the villain's business."],["8","A monster bursts in looking for food."]],"name":"Keeping the Action Going; New Development","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Story Opening","colLabels":["d6","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party receives a detailed reading from a street fortune-teller that lays out the start of the adventure."],["2","A courier escorts the party to an elemental airship, where a wealthy patron outlines their mission."],["3","At an extravagant costume ball, a masked guest asks for the party's help."],["4","In a seedy section of town, the disguised heir of a dragonmarked house approaches the characters with an offer."],["5","A {@creature homunculus} delivers an anonymous letter that contains an offer of employment, but no clue to the author's identity."],["6","A professor from Morgrave University reaches out to one of the party members, a former student, to ask an important favor."]],"name":"Setting the Stage; Story Opening","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"The Plot Thickens","colLabels":["d8","Plot Twist"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The apparent victim in the situation is actually the villain."],["2","A supposedly valuable object is actually worthless (or vice versa)."],["3","A valuable object doesn't belong to the person who claims to own it."],["4","What's actually precious is not a work of art but a map or other information hidden on it (inside a statue, behind a painting in the frame, and so on)."],["5","Someone is in love with one of the party members, or with the villain."],["6","Someone is a relative of one of the party members."],["7","A friend or former ally is working with the villain."],["8","The initial plot is a distraction from the actual plot."]],"name":"The Plot Thickens","page":186,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Aurum NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An aging dwarf—a retired general and an Aurum Concordian—collects unusual constructs, hoping to find a way to transfer his mind into a superior body."],["2","An Aurum Concordian is renowned for having the finest arcane library in Khorvaire. Adventurers might help them collect more tome, but when a number of prominent wizards are murdered and their research goes missing, is the Concordian to blame?"],["3","A member of the Gold Concord is on the run from the Aurum after learning a terrible secret."],["4","An imprisoned Concordian mobilizes a network of contacts and well-placed Aurum members in order to secure their own release."]],"name":"Aurum NPCs","page":187,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Aurum Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Retrieve a journal from a ship that sailed to Xen'drik and never returned."],["2","Locate the grave of a certain dragonmarked scion, and retrieve the signet buried with them."],["3","Make friends with a scholar at the local university and learn their vices."],["4","Recover a trove of art, artifacts, or recorded knowledge that was thought lost in a battle during the Last War."],["5","Capture an officer from a rival nation's army, or convince the officer to defect, to gain access to their specialized knowledge."],["6","Sabotage the negotiations between a dragonmarked house and the local government on a plan that will undermine the Aurum's status."]],"name":"Aurum Missions","page":188,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cults of the Dragon Below","colLabels":["d8","Cult"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cult of {@creature Belashyrra|ERLW} murders innocents and steals their eyes, magically preserving the image of the last thing the eyes beheld. The cultists collect the eyes in a deep vault, while new eyes grow in strange places on their own bodies."],["2","A cult of {@creature Dyrrn|ERLW|Dyrrn the Corrupter} seeks to transcend humanity by bonding with aberrations and symbionts."],["3","A cult of Kyrzin, the daelkyr Prince of Slime, keeps a {@creature gibbering mouther} in the basement and feeds their elders to this creature, believing their voices can still be heard in the whispers of the beast."],["4","A cult of {@creature Rak Tulkhesh|ERLW} believes that this life is only a stepping stone, and members earn a path to paradise by spilling blood and spreading strife."],["5","A cult of {@creature Belashyrra|ERLW} serves a {@creature beholder} messiah, believing that only the eye tyrant has the vision to lead them to a golden age."],["6","A cult of {@creature Dyrrn|ERLW} led by a {@creature mind flayer} kidnaps people with dragonmarks, seeking to decipher the marks and transfer them to others."],["7","An arcane think tank has become a cult of {@creature Sul Khatesh|ERLW}; the members believe they can heal the damage of the Mourning, but the eldritch machine they are building will surely cause more horror."],["8","A cult of {@creature Rak Tulkhesh|ERLW} has sprung up among a local militia. Its members are convinced that refugees from the war are secretly inhuman monsters, and must be destroyed."]],"name":"Cults of the Dragon Below","page":188,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cult NPCs","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A monstrous aberration (such as a {@creature beholder}, a {@creature mind flayer}, or a {@creature gibbering mouther}) lairs beneath a popular inn, from where it twists the thoughts and dreams of those sleeping above."],["2","The headmaster of an exclusive magic academy is actually a cult leader who is indoctrinating the students into a cult of {@creature Sul Khatesh|ERLW}."],["3","A wizard found mad scrawlings hidden in a library book, used the writing to make contact with a daelkyr, and began creating aberration servants."],["4","A {@creature mind flayer} serving {@creature Dyrrn|ERLW} dominates a magistrate and takes control of the city watch using {@creature Intellect Devourer||intellect devourers}."],["5","An assassin mixes mind-altering poisons laced with the whispers of a dark entity."],["6","A dragonmarked heir whose fortunes were ruined in the Last War founds a cult within their house."],["7","The local thieves' guild turns from mundane organized crime activities to bizarre murders and acts of chaos."],["8","A respected noble behaves more erratically as time goes on, treating their servants and family with random and escalating cruelty."]],"name":"Cults of the Dragon Below NPCs; Cult NPCs","page":189,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Cult Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Children throughout town begin reciting the same nursery rhyme, adding increasingly disturbing descriptions as the verses progress. No one knows where they learned the rhyme."],["2","Shadows around the old asylum take on a deep, inky cast, and things move just outside the light. Then the whispered laughs begin."],["3","A seemingly healthy noble dies of heart failure brought on by extreme terror, but with no clear source. The noble recently had an exquisite portrait painted. Every other person portrayed by the same artist has also died in a similar fashion."],["4","In a remote village, the local herbalist is condemned for practicing dark magic against the villagers. They swear their innocence to the characters and beg to be exonerated before their scheduled execution."],["5","Magic items begin exhibiting strange side effects, causing minor warping of their users' flesh, or fraying their users' sanity."],["6","Strange bounty hunters stalk the characters, seemingly aware of all their secrets and loved ones. Odd lumps writhe beneath the hunters' cloaks."],["7","A crazed hermit wanders into town and commits suicide in a grisly fashion. All the food in the village spoils instantly, and aberrant creatures attack every midnight thereafter."],["8","Several caravans have gone missing over the course of months. The authorities hire mercenary help after an aberration attacks while wearing the signet ring of a missing caravan master."]],"name":"Cult Adventures; Cult Adventure Hooks","page":189,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Arcane Workshop Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a pattern for creating a magic item, before the workshop's artificers finish making the item."],["2","Petition the ranking artificer for access to the workshop's specialized library."],["3","Use the workshop to create a crucial magic item."],["4","Locate a stolen construct that has been modified for use as a servant in the workshop."],["5","Storm the workshop before the artificers complete a doomsday weapon."],["6","Investigate the workshop for signs of the illegal creation of warforged."],["7","Defend the workshop against an invasion while the artificers try to repair a magic item."],["8","Bring an unknown artifact to the workshop so the artificers can identify it."],["9","Convince the owners of the workshop to give up one of their subordinates, who is wanted for crimes in another nation."],["10","Escort a newly discovered bearer of the Mark of Making to the closest Cannith workshop."],["11","Seek assistance from the workshop's masters to determine why a young artificer's magic is producing unpredictable, often dangerous results."],["12","Request assistance from the artificers in recovering crucial memories from a destroyed construct or warforged."]],"name":"Arcane Workshop Adventures","page":190,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dragonmarked NPCs","colLabels":["d12","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A renegade from House Cannith arms a group of bandits with fearsome elemental-bound weapons to prey on caravans as well as facilities belonging to other houses."],["2","A gang from the League of the Bitter Blade in House Deneith squeezes tribute from local towns in exchange for \"protection.\""],["3","An heir of House Ghallanda poisons members of other dragonmarked houses who stay in non-Ghallanda inns, discrediting rival businesses while attacking the houses."],["4","During a plague, a House Jorasco healer chooses which victims to cure and which to let die—and worse, which ones live to spread the plague to the house's enemies."],["5","A House Kundarak thief from the Warding Guild breaks into non-Kundarak vaults and banks to discredit them."],["6","A House Lyrandar airship captain uses the vessel to terrorize the countryside."],["7","A rogue heir of House Medani starts selling secrets, effectively establishing a new espionage guild within the house."],["8","A disgraced caravan leader turns to banditry, hoping to win back House Orien's favor by disrupting non-Orien trade along a busy route."],["9","Two elf assassins, one from House Phiarlan and the other from House Thuranni, are each working to discredit or slay the other while spying on local nobility."],["10","An heir of House Sivis starts blackmailing people based on the content of intercepted messages."],["11","A bounty hunter of House Tharashk hunts one of the characters or an associate of theirs."],["12","A rogue heir of House Vadalis is breeding monstrous animals and setting them loose in the countryside."]],"name":"Dragonmarked NPCs","page":190,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dragonmarked House Adventure Hooks","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A House Cannith artificer hires adventurers to steal secrets from a forge associated with a rival branch of the house."],["2","House Deneith is recruiting adventurers to oppose a sudden rise in bandit or monster activity in a nearby forest."],["3","A hostel run by House Ghallanda has gained a reputation for being haunted, and the disturbances are growing more dangerous."],["4","People healed at a local Jorasco enclave suddenly manifest strange abilities they never could before—and soon thereafter, a strange curse as well."],["5","The Kundarak Bank needs brave adventurers to test their new wards by trying to break into their vault."],["6","A Lyrandar sky captain lost much of their crew in a recent attack by flying monsters, and hires hands to defend the ship on its return voyage."],["7","A Medani bodyguard is killed defending their charge from assassins, but manages to force the attackers to drop a clue to the identity of their employer."],["8","The characters are hired to protect a crucial shipment aboard an Orien lightning rail."],["9","At a carnival run by House Phiarlan, customers begin acting strangely. They all hum the same song, which spreads like a virus as more people hear it."],["10","A Sivis translator has gone missing after being hired to decipher a trove of scrolls thought destroyed during the Last War."],["11","A House Tharaskh mine collapses, and time is running out for the trapped miners."],["12","House Vadalis needs help recovering a herd of magebred horses stolen from a local ranch."]],"name":"Dragonmarked House Adventure Hooks","page":192,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Planar Observatory Adventures","colLabels":["d8","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disguised dragon requests assistance repairing a damaged orrery within the observatory."],["2","One of the character's contacts is secretly the servant of a Chamber dragon observer. When the contact goes missing, their notes point toward a hidden \"library\" in the mountains."],["3","The planar observatory might offer a way to prevent or at least predict what seems to be an epidemic of destructive manifest zones."],["4","An observatory has been taken over by demonic cultists, and the characters must reclaim the facility or destroy it before the cult makes use of it."],["5","A dragonmarked character has recurring nightmares that lead them to the observatory."],["6","A thief or assassin has been using a derelict observatory as a hideout, occasionally selling bits of the observatory's dragonshards and equipment."],["7","A scholar hires the characters to assist with studying and restoring a rediscovered observatory."],["8","Several observatories across the region will produce a powerful effect if each is brought into a specific, simultaneous alignment."]],"name":"Planar Observatory Adventures","page":193,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Chamber NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wizard agent of the Chamber seeks to eliminate all the people they worked with in the past to cover their tracks and preserve the Chamber's secrecy."],["2","The Prophecy requires the eventual destruction of a humanoid city. A disguised silver dragon, cunning and subtle, works to destabilize the city and bring about its ruin."],["3","A local librarian is a disguised gold dragon in the service of the Chamber, who provides useful leads to send the characters down paths vital to the Prophecy."],["4","A dragon becomes convinced that the dragonmarked houses are corrupting the Prophecy. It might specifically target dragonmarked heirs, or start a popular movement that seeks to destroy the houses."],["5","A royal advisor or prominent noble, secretly a servant of the Chamber, guides the leader in a direction vital to the Prophecy but disastrous to the region."],["6","A disguised dragon is convinced that an adventurer has a critical role to play in the Prophecy, but an agent of the Lords of Dust is determined to drive them down a different path."]],"name":"Chamber NPCs","page":195,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Chamber Missions","colLabels":["d6","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Gather pristine dragonshards to expand or repair an observatory."],["2","Seek out a group of people who must be eliminated in order to bring about the fulfillment of a stanza of Prophecy."],["3","Discover who killed another minion of the characters' dragon patron."],["4","Defend a Chamber safe house against a rival draconic attack."],["5","Steal a local sage's research to prevent them from discovering the Chamber's activities."],["6","Recreate an ancient ritual that will bring a new piece of the Prophecy to light."]],"name":"Chamber Missions","page":195,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dream Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Break a psychic lock that is preventing a House Thuranni spy from remembering what they learned about a sinister Dreaming Dark plot."],["2","Escape into Dal Quor to find an artifact that can be brought back to the Material Plane when the characters awaken."],["3","Rescue a character who is suffering from debilitating recurring nightmares by defeating the quori inhabiting the character's mind."],["4","Stop the construction of an eldritch machine in Dal Quor that will give the quori physical access to the Material Plane again."]],"name":"The Role of Dreams; Dream Adventures","page":196,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dreaming Dark NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A servant in a manor house overhears everything the visiting nobles whisper about in their private rooms."],["2","The captain of a successful mercenary company suddenly changes the kinds of contracts they'll accept."],["3","A local druid searches out monsters in the wilderness and drives them into murderous rampages."],["4","A charismatic Cyran stirs up anger and discontent among the frightened refugees."]],"name":"Dreaming Dark NPCs","page":197,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dreaming Dark Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The high priest of a temple falls into a deep sleep from which nothing can awaken them."],["2","The characters notice a pattern after defeating several foes: each enemy exhibited a particular quirk of speech or gesture. They now recognize that quirk in an ally or mentor."],["3","A mad wizard encoded the remedy to a destructive spell in their own dreams. The characters must enter the dreamscape and recover the remedy."],["4","A war criminal imprisoned during the Last War reaches out, claiming to have evidence of their innocence and warning that a destructive force is influencing the government."]],"name":"Dreaming Dark Adventure Hooks","page":197,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Ruined Fort Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Gnoll||Gnolls} lairing in the fort have been attacking caravans and travelers near the Darguun border. But the gnolls are mercenaries. Who are they working for?"],["2","The ruins are said to hold a powerful magic item that was used by the ancient Dhakaani goblins against the daelkyr."],["3","The party is hired to recruit several {@creature Hill Giant||hill giants} for a building project in western Breland. Step one is making sure the giants lairing in the fort don't kill the party; step two is persuading them to work for humans."],["4","The characters must rescue prisoners being held by the monsters in the ruins."],["5","A group of Brelish humans determined to \"take Brelish lands back from the monsters\" have settled and started rebuilding the ruined fort. The party is asked to help them defend the fort—or to protect them as they flee back to Breland, pursued by angry Droaamites."],["6","A Brelish noble hires the party to retrieve a family heirloom lost in the fort's ruins."]],"name":"Ruined Dhakaani Fort Adventures; Ruined Fort Adventures","page":199,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Droaam Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature medusa} sends authorities a broken stone finger bearing a distinctive signet ring, and invites emissaries to bring gold, a magic item, or some other ransom for the {@condition petrified} individual's release."],["2","A House Lyrandar airship has gone down just beyond the Graywall Mountains. The characters must move immediately to rescue any survivors and secure a secret message the ship was carrying."],["3","Sora Teraza appears in a character's dreams every few nights, urging the character to explore a particular ruin."],["4","The characters must entreat the Daughters of Sora Kell for knowledge of how to remove a seemingly unbreakable curse."],["5","The characters must purchase or steal a daelkyr tome or artifact from the tower of Mordain the Fleshweaver, a powerful wizard banished from the Twelve who now makes his home in western Droaam."],["6","An {@creature ogre} warlord is accused of destroying a village just outside the borders of Droaam. The characters must bring the warlord to justice or work with the ogre to find the real culprit."]],"name":"Droaam Adventure Hooks","page":201,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper Seal Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Deliver a specially treated Khyber dragonshard to the Gatekeepers to repair a widening crack in the seal."],["2","Petition the keepers of a seal for information on an aberration that has been terrorizing the countryside."],["3","Assist the Gatekeepers in an annual ritual that will reenergize the seal and keep it shut for another year."],["4","Escort a new Gatekeeper guardian safely to the seal after its previous guardians were corrupted."]],"name":"Gatekeeper Seal Adventures","page":202,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper NPCs","colLabels":["d4","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The spirit of a long-dead Gatekeeper lives on in the body of an ancient toad. It speaks in a deep, croaking voice."],["2","A half-orc Gatekeeper works in House Tharashk as an investigator, searching for signs of planar disturbances."],["3","A human Gatekeeper is on a pilgrimage, carrying an amulet that serves as a seal on a journey to a number of sacred sites to restore its power."],["4","An old orc ranger is murdering people in Sharn, claiming that they've been corrupted by the daelkyr."]],"name":"Gatekeeper NPCs","page":202,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Gatekeeper Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While pursuing rumors of lycanthrope activity, the characters discover a good-aligned werebear that is working with the Gatekeepers to stop an incursion from Khyber."],["2","A Gatekeeper seal in the form of a stone tablet falls into the characters' hands. They must return the seal to the Gatekeepers before its magic fades."],["3","A logging operation is moving close to the area protected by a seal, and the party must convince the loggers to relocate before their work touches off a conflict with the Gatekeepers."],["4","Working with an agent of the Chamber, the Gatekeepers are convinced the actions of the characters will bring a daelkyr one step closer to freedom."],["5","The characters discover evidence suggesting that the rituals performed by the local Gatekeepers are weakening their seal, not empowering it."],["6","Pilgrims traveling through a forest draw the attention of Gatekeepers, who think they are spies sent to sabotage the nearby seal."],["7","One of the kidnapped victims who was rescued from a marauding band of aberrations turns out to be a Gatekeeper initiate."],["8","The adventurers are sent to the Mror Holds to investigate the activity of {@creature Dyrrn|ERLW} the Corruptor and uncover a daelkyr cult among the dwarves."]],"name":"Gatekeeper Adventure Hooks","page":204,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Dhakaani Fort Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal an ancient magic weapon from the fort's commander."],["2","Bring a treaty proposal to the fort, in hopes of having it conveyed to the leader of the occupying kech."],["3","Gather intelligence about the force occupying the fort in preparation for a raid."],["4","Rescue prospectors who were taken prisoner and held in the fort's dungeons."],["5","Steal the fort commander's notes on troop movements in the surrounding areas."],["6","Lead a strike force against the fort to drive out or destroy the occupying Dhakaani."],["7","Rush to support a small squad besieging the fort before Dhakaani reinforcements arrive and break the siege."],["8","Assassinate or kidnap the advisor to the fort's commander."],["9","Work with the occupying commander to discover the spy from another kech in their ranks."],["10","Break a siege by Darguun goblinoids that has trapped the characters' Dhakaani allies within the fort."]],"name":"Dhakaani Fort Adventures","page":205,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Goblinoid NPCs","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hobgoblin bard of the Kech Volaar leads an elite team of dungeon delvers to recover Dhakaani artifacts from ancient ruins."],["2","A remarkably intelligent goblin studying at Arcanix or Morgrave is actually a Khesh'dar spy identifying tomes of arcane knowledge worth stealing."],["3","A Dhakaani strike force assaults a museum or a noble's private holdings, reclaiming goblin artifacts \"pillaged\" from ruins. These relics could be part of an eldritch machine, or could simply have important ceremonial value."],["4","A goblin spy stirs up trouble among the city goblins in a major city, using tales of their former glory to incite them to violence."],["5","A string of mysterious bombings are actually the work of Dhakaani sappers testing the strength of modern fortifications."],["6","A Dhakaani strike force attacks a Deneith outpost built atop a goblin ruin. Are the goblins just angry about the desecration, or is something hidden beneath the outpost?"],["7","A bugbear of the Kech Sharaat, to test the mettle of the adventurers, engages them in a series of guerrilla attacks as they are traveling through the wilderness."],["8","A hobgoblin warlock seeks to harness the power of the daelkyr or the fiendish overlords to win the imperial crown for her kech."]],"name":"Goblinoid NPCs","page":205,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Heirs of Dhakaan Adventure Hooks","colLabels":["d12","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A scout patrol has gone missing near the border of Darguun."],["2","A mining tunnel has collapsed, revealing a network of caverns leading into Khyber. The Heirs of Dhakaan are waiting in the darkness and decide to strike first."],["3","A squad of goblins attempts to steal back spoils of a recent adventure, cursing the characters for being grave robbers."],["4","A lone hobgoblin warrior stands at the gates of a town, intent on dueling the mercenary captain who slew their brother. The warrior has already killed ten soldiers that tried to remove them."],["5","Race against a Dhakaani force to recover an ancient artifact from a ruin."],["6","Defend a series of temples against Dhakaani raiders targeting these \"houses of false gods.\""],["7","Explorers discover a fragment of an ancient Dhakaani song that seems to tell of the true heir of Dhakaan. The complete lyrics might settle the question of succession."],["8","The Dhakaani begin kidnapping warforged so that their artificers can learn how to make their own construct soldiers."],["9","In a sacked human settlement, a battle between two opposing forces of goblinoids breaks out. Which side was the cause of the destruction?"],["10","The Kech Sharaat send emissaries to a nearby city with a simple message: abandon the town within one week, or die."],["11","Goblin scouts have been spotted far from Darguun, moving with uncharacteristic coordination and precision."],["12","A representative of the Kech Volaar approaches the characters to request their help in confronting their rivals to maintain the balance of power among the Dhakaani."]],"name":"Heirs of Dhakaan Adventure Hooks","page":206,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":9}},{"caption":"Personal Impact","colLabels":["d6","Impact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A former comrade-in-arms asks a player character for help."],["2","One of the adventurers is from a place destroyed during the war; refugees from that location ask for their help."],["3","One of the characters served with the villain during the war, and the villain betrayed them or their nation."],["4","The villain was the cruel commander of a camp where one of the characters was held as a prisoner of war."],["5","One of the adventurers made a promise to a comrade during the war, and achieving the goal of the adventure will fulfill that promise."],["6","The adventure revolves around something one of the characters saw during the war: a powerful weapon, an unusual battlefield, or a unique warforged."]],"name":"Personal Impact","page":206,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Everyday Impact","colLabels":["d6","Impact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A supply shortage is causing tension in the community. This shortage could be of a basic commodity (such as bread), a luxury item (such as wine), or an important service."],["2","Demonstrators in the streets are protesting against refugees or warforged, urging a return to war, complaining about shortages or neglect, or drawing attention to the needs of veterans, refugees, or others."],["3","A disabled veteran shares war stories while begging for copper."],["4","A crowd has gathered around two people engaged in a heated discussion about the war."],["5","A street vendor is selling unusual souvenirs from the war—pieces of a warforged titan, shards of an airship, and other curiosities."],["6","A memorial has been raised to commemorate members of the community lost in the war."]],"name":"Everyday Impact","page":208,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"War-Torn Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The villain doesn't know (or refuses to believe) that the war has ended."],["2","The villain experienced horrors during the war and targets the people they believe to be responsible."],["3","The villain is using the skills they learned during the war to target war profiteers or national leaders."],["4","The villain is a former military commander who commands soldiers who served under them in the war."],["5","The villain is an ex-soldier with a grudge against citizens of a former enemy nation."],["6","The villain wants the power to restart, and \"properly\" finish, the war."]],"name":"War-Torn Survivor; War-Torn Villains","page":209,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Fortified Outpost Adventures","colLabels":["d8","Adventure Premise"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Order of the Emerald Claw has seized the outpost and is raising a legion of undead soldiers."],["2","The outpost is said to be haunted by the vengeful spirit of a former commander who was slain by their own troops."],["3","A tunnel beneath the outpost leads to a sealed portal to Xoriat."],["4","The outpost borders the Mournland, where mutant monstrosities emerge from the mists."],["5","When a force of aberrations arises from Khyber, this abandoned outpost is the adventurers' only chance to stop their advance."],["6","The outpost is in a critical location, but it was damaged during the war. It needs to be protected while it is being restored."],["7","The outpost is located on a manifest zone linked to Thelanis. It has been seized by a group of fey, and the locals want it reclaimed."],["8","The outpost was built on the foundations of an ancient goblin fortress, and treasures are rumored to lie buried beneath it."]],"name":"Fortified Outpost Adventures","page":211,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Warforged Ossuary Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rescue an artificer who is being forced to graft warforged components onto {@creature the Lord of Blades|ERLW}' warriors."],["2","Locate a {@item docent|ERLW} (see {@book chapter 5|ERLW|12}) carried by a warforged wizard who has joined up with {@creature the Lord of Blades|ERLW}."],["3","Capture a warforged artificer thought to be an advisor to {@creature the Lord of Blades|ERLW}, who is touring a series of ossuaries and inspecting the remains."],["4","Steal a House Cannith spellbook and workshop log from before the Day of Mourning that is being held in the ossuary's vault."],["5","Extract a warforged spy from within {@creature the Lord of Blades|ERLW}' followers who is close to being discovered."],["6","Retrieve a Cannith schema supposedly held within the ossuary that tells of a process for transferring a warforged consciousness from one body to another."]],"name":"Warforged Ossuary Adventures","page":212,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lord of Blades NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A House Cannith apprentice warforged becomes obsessed with {@creature the Lord of Blades|ERLW}' message, disrupting house operations in the hope of becoming a warrior in the Mournland."],["2","A warforged druid devises diseases and poisons that have no effect on warforged, and starts to unleash them on the general populace."],["3","A warforged ranger relentlessly hunts creatures of flesh in the wilderness near the Mournland."],["4","A warforged assassin poses as a simple workshop assistant while exterminating those who speak out against the rights of the warforged."],["5","A mad artificer is trying to reactivate a destroyed warforged colossus."],["6","A band of warforged attacks a lightning rail, intent on stealing something in one of the cargo carriages."]],"name":"Lord of Blades NPCs","page":214,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lord of Blades Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A newly awakened {@item docent|ERLW} (see {@book chapter 5|ERLW|12}) tells its new owner that {@creature the Lord of Blades|ERLW} is the only hope for averting a coming catastrophe."],["2","A military officer hires the characters to retrace the steps of a lost scouting party into the Mournland and rescue the commander, who is the officer's son."],["3","Warforged go missing over the course of several weeks; then one resurfaces, badly damaged and raving about {@creature the Lord of Blades|ERLW}."],["4","Characters strike out into a ruin held by {@creature the Lord of Blades|ERLW} and recover a lost relic that has resurfaced in the possession of warforged soldiers."],["5","A warforged accused of murdering several members of their mercenary company claims to have no memory of the night in question."],["6","The characters are met by a warforged who delivers a written summons from {@creature the Lord of Blades|ERLW} himself."]],"name":"Lord of Blades Adventure Hooks","page":214,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Demon Ruin Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Make a desperate request for aid from a Lord of Dust who is, by all accounts, an enemy of the characters' adversary."],["2","Escort an innocent who is prophesied to destroy the Lord of Dust to the ruin, and there confront the fiend."],["3","Carry an artifact to the river of black lava that runs through the demon ruin, which is the only place where the item can be truly destroyed."],["4","Gather obsidian shards from the ruin as components for a rare spell."]],"name":"Demon Ruin Adventures","page":215,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lords of Dust NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A virtuous paladin is hunting and destroying those who might one day thwart the Lords of Dust."],["2","A possessed lord or lady spreads corruption throughout the noble house."],["3","A wizard who sought to accelerate their own power by making a dark bargain must now pay the price demanded by their sinister patron."],["4","A powerful demon has corrupted the local ruler in the name of its overlord."],["5","A {@creature succubus} or {@creature incubus} tempts a mercenary warlord to engage in greater and greater battles."],["6","One of the characters' most trusted allies or servants turns out to be a {@creature rakshasa} in disguise."]],"name":"Lords of Dust NPCs","page":215,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lords of Dust Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A retainer who died recently shows up again, as if nothing happened and with no memory of having \"died,\" or of the events immediately preceding their supposed demise."],["2","Agents of the Chamber show up intent on murdering the characters, because their recent actions have unwittingly been at the behest of a Lord of Dust and have twisted a portion of the Prophecy."],["3","A trusted mentor changes their tune abruptly and begins sending the characters on unusual tasks."],["4","Everyone the characters used to deal with in town suddenly acts as if they've never seen the characters before."],["5","Increasingly vicious fiends attack the camp every few nights."],["6","Agents of a Lord of Dust apologetically kidnap a character's loved one, politely requesting that the character perform a series of favors to secure the hostage's release."]],"name":"Lords of Dust Adventure Hooks","page":217,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Unusual Locations","colLabels":["d6","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pool of glowing water sits in the middle of a ruined and abandoned village. Anyone who looks into the water sees brief reflections of the long-dead villagers going about their lives in harmony and joy."],["2","In the middle of the wreckage of a carnival stands a perfectly preserved carousel. If the carousel is ridden, the characters doing so see visions of Cyre as it was before the Last War."],["3","All the trees and plants in a forest have been turned to objects of glossy white stone with blood-red flecks."],["4","The battlefield before the characters contains no bodies, only the clothing and weapons of thousands of missing soldiers."],["5","The broken bodies of soldiers lie scattered across a battlefield, refusing to decompose."],["6","The characters find a fallen warforged colossus (described later in this section)."]],"name":"Unusual Locations","page":219,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Monstrous Mutations","colLabels":["d6","Mutation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature has grown to an unusual size. You can either set its new size and alter its statistics using the guidelines in the {@book Dungeon Master's Guide|DMG}, or apply the enlarge effect of the {@spell enlarge/reduce} spell to it."],["2","The creature has developed magical camouflage. It gains proficiency in the {@skill Stealth} skill, and it has the Chameleon Skin trait: it has advantage on Dexterity ({@skill Stealth}) checks made to hide."],["3","The creature's body has been infused with one kind of energy: acid, cold, fire, or lightning (your choice, or determine randomly). Its melee attacks deal an extra {@dice 1d6} damage of that type, and it has the Elemental Body trait: a creature that touches it or hits it with a melee attack while within 5 feet of it takes 5 ({@dice 1d10}) damage of that type. You can adjust these damage numbers to suit the creature's challenge rating."],["4","The creature has the Magic Resistance trait: it has advantage on saving throws against spells and other magical effects."],["5","The creature has a supernatural ability to heal its wounds. It has the Regeneration trait: it regains hit points at the start of its turn equal to the maximum value of one of its Hit Dice. If it takes acid or fire damage, this trait doesn't function at the start of the creature's next turn. (A particular creature might be susceptible to different damage types.) The creature dies only if it starts its turn with 0 hit points and doesn't regenerate."],["6","The creature has two heads. If it has a bite attack, it can use Multiattack as an action to make two bite attacks. (If it already has Multiattack, it adds a bite attack to its attack routine.) It also gains the Two Heads trait: it has advantage on Wisdom ({@skill Perception}) checks and on saving throws against being {@condition blinded}, {@condition charmed}, {@condition deafened}, {@condition frightened}, {@condition stunned}, and knocked {@condition unconscious}."]],"name":"Creatures of the Mournland; Monstrous Mutations","page":219,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Environmental Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Healing spells are impeded here. Any spell that restores hit points does so as if it were cast at a level one lower than the spell slot expended. A spell cast using a 1st-level slot restores no hit points."],["2","A character who casts a spell must make a Constitution saving throw against the character's own spell save DC. On a failed save, the character takes psychic damage equal to the spell's level and gains one level of {@condition exhaustion}."],["3","Any Medium humanoid that dies in the area reanimates as a {@creature zombie} at the start of its next turn. The zombie is under the DM's control."],["4","The area is affected by a {@spell silence} spell."],["5","Each creature that enters the area is affected by an {@spell enlarge/reduce} spell, with an equal chance for each effect. The effect lasts until the creature leaves the area."],["6","The pull of gravity is lessened. Creatures can jump twice the normal distance in any direction, and everything effectively weighs half its actual weight."],["7","All creatures are linked to every other creature in the area as if by the {@spell telepathy} spell."],["8","A creature that casts a spell of 1st level or higher in the area rolls on the {@table Wild Magic Surge|PHB} table in chapter 3 of the {@book Player's Handbook|PHB}."]],"name":"Magical Effects; Environmental Effects","page":220,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature The Lord of Blades|ERLW} maintains a detention center where experiments are performed on adventurers and scavengers that his forces capture in the Mournland."],["2","The leader of a cult devoted to {@creature Belashyrra|ERLW}, the Lord of Eyes, uses daelkyr-made tentacles to tear out the eyes of victims and attaches them to members of the cult."],["3","A powerful member of House Cannith hopes to find something in the Mournland that will guarantee the ascendancy of her branch of the house."],["4","A Karrnathi {@creature bone knight|ERLW} (see {@book chapter 6|ERLW|13}) wants to raise up an undead army from the corpses in the Mournland."],["5","A {@creature rakshasa} works to free a fiendish overlord trapped in a whirlwind of stone and sand somewhere in the Mournland."],["6","A servant of the Lords of Dust maintains an extensive collection of severed heads and continues to draw on the knowledge in their brains."]],"name":"Mournland Villains","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Gatekeeper druid wants a rock sample from the Glass Plateau."],["2","A magewright from House Cannith wants the party to escort him to a {@book warforged colossus|ERLW|10|Warforged Colossus}. The magewright wants to retrieve the docent network from the colossus before an unscrupulous House Phiarlan operative does so."],["3","On her deathbed, the visionary artist who designed the lightning rail station at Metrol reveals that she hid a treasure map within a lamp in her old office."],["4","A wealthy eccentric asks the party to go into the Mournland and retrieve his most prized possession (a letter from a lover, a mechanical caterpillar, or anything else you devise) from his mansion."],["5","A young Cyran paladin is morose because she was away from Cyre on a mission when the Day of Mourning occurred and never got to say goodbye to her family. She longs to retrieve her father's sword."],["6","An elderly knight is strapping on his armor one last time so he can ride into the Mournland and die on the battlefield where his companions perished and \"where I should have been.\""]],"name":"Adventures and Encounters; Mournland Adventure Hooks","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party meets flickering images of their future selves who are trying desperately to communicate, but their message is garbled."],["2","The party encounters a {@creature revenant} who was murdered by House Cannith assassins after she learned too much about the house's secret research. The characters can appease her by promising to help her get revenge."],["3","A tiny kitten mews from inside a hollow log. Within a few hours after being freed, it grows into an adult {@creature displacer beast}."],["4","The apparition of a parent searches for their lost child. As soon as the two are reunited, parent and spirit child both vanish."],["5","The mist congeals into the form of a long-lost love of one of the adventurers. The mist apparition (use the {@creature ghost} stat block) wants the character to stay here forever."],["6","The characters come across the skull of a buried warforged colossus."]],"name":"Encounters and Trinkets; Mournland Encounters","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mournland Trinkets","colLabels":["d10","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The favorite childhood toy of one of the adventurers, floating in midair"],["2","A tin whistle that makes beautiful colors and patterns magically appear when it's played"],["3","A toy lightning rail car"],["4","A glass eye"],["5","A silver lapel pin of a finely detailed gorgon's head with ruby eyes"],["6","A monocle that can be used as a telescope"],["7","A six-inch-tall mechanical marmoset in need of minor repairs"],["8","A small medallion made of silver, depicting a tower with an eye at the top of it and other smaller eyes embedded in the sides"],["9","A cloak pin made of iron in the shape of two hammers joined by a semicircular haft"],["10","A wooden dinosaur toy that has movable legs"]],"name":"Encounters and Trinkets; Mournland Trinkets","page":222,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Library Vault Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Destroy a scroll containing an incantation that allows even non-spellcasters to animate the dead."],["2","Steal the journal of a powerful necromancer that's being held in the vault's collection."],["3","Trade a powerful dark magic weapon in return for the rescue of important hostages taken by the order."],["4","Steal a suit of armor that contains the soul of a hero slain during the Last War."],["5","Search the collection for information on the Queen of the Dead, or \"{@creature Lady Illmarrow|ERLW},\" as she is known."],["6","Infiltrate the vault to get close to a new Emerald Claw recruit, then convince them to come to their senses and return to their family."]],"name":"Library Vault Adventures","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Emerald Claw NPCs","colLabels":["d6","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Though mortal, this fanatical warrior drinks the blood of those he slays in battle."],["2","A cleric tries to convince her enemies to embrace the order, promising eternal life through undeath."],["3","A noble with sympathies toward the order hides a cell's library vault within the grounds of their estate."],["4","A suave vampire would rather charm its enemies than crush them in battle."],["5","An artificer is obsessed with infusing necromantic curses into their construct creations."],["6","A changeling necromancer often poses as a vampire or a mummy, even though it's still alive."]],"name":"Order of the Emerald Claw NPCs; Emerald Claw NPCs","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Emerald Claw Adventure Hooks","colLabels":["d8","NPC"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","What at first appears to be a renegade group of Aundairian soldiers turn out to be undead under the order's control."],["2","The order strikes at a small keep, demanding the inhabitants surrender a particular volume from their library."],["3","Investigating strange lights and sounds emanating from a crypt in the dead of night reveals the Emerald Claw experimenting on the corpses within."],["4","The Emerald Claw violates graves near a small village, animating the corpses into undead laborers to help build an eldritch machine."],["5","The Emerald Claw claims a village's town hall for its own use, and any who come near are attacked. The sounds of torture ring out from within the building."],["6","Investigating disappearances among an elf community reveals that the Order of the Emerald Claw has been attempting to inscribe something like a dragonmark in their skin, then reanimating the failed experiments as zombies."],["7","While searching for a magic item in Dhakaani ruins across southern Khorvaire, the characters discover that Emerald Claw agents are looking for the same thing and seem to have access to information the adventurers lack."],["8","A large force of Emerald Claw knights offers the characters a choice: join the order, or submit themselves to death and an eternity of servitude from beyond the grave."]],"name":"Emerald Claw Adventure Hooks","page":226,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Daanvi Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","People who live in the manifest zone are inclined to follow duly enacted regulations without question, regardless of moral implications."],["2","Creatures can't tell deliberate lies while in the area."],["3","Flora and fauna are preternaturally orderly and homogeneous. Trees here grow in neat rows without needing to be tended, rocks are situated in geometric patterns, and identical cattle graze in unison."],["4","A contingent of modrons is methodically deconstructing and reorganizing the zone, heedless of their effect on the other inhabitants."]],"name":"Daanvi, the Perfect Order; Daanvi Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Dolurrh Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bodies buried here reanimate in {@dice 1d4} days, possessed by restless spirits. These spirits might be malevolent or benign."],["2","Any necromancy spell of 1st level or higher cast within the zone is treated as if it were cast at a level one higher than the spell slot that was expended."],["3","Spells and abilities that raise the dead have a {@chance 50|50 percent} chance to bring back {@dice 1d4} angry spirits as well. These might be banshees, ghosts, shadows, specters, wraiths, or other incorporeal undead."],["4","In order to cast a spell of 1st level or higher in the zone, the caster must succeed on a Constitution check with a DC equal to 10 + the level of the spell. On a failed check, the spell is not cast and its spell slot is not expended, but the action is lost."]],"name":"Dolurrh, the Realm of the Dead; Dolurrh Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Fernia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that deal fire damage are empowered here. Such a spell of 1st level or higher cast within the zone deals fire damage as if it were cast at a level one higher than the spell slot that was expended."],["2","Weapons and armor with unusual abilities can be forged here, though their enchantments are not always stable."],["3","The area is dotted with pools of molten earth and fissures of scalding water, from which mephits and elementals emerge with regularity."],["4","Motes of {@spell continual flame} are spontaneously generated in this region, typically attached to some vegetation or minerals from the area. These flames persist even if they are removed from the region."]],"name":"Fernia, the Sea of Fire; Fernia Manifest Zone Features","page":229,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Irian Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The waters of a spring hold curative powers—curing disease, healing wounds, even restoring lost senses."],["2","Clusters of radiant crystals sprout from the earth. A spell of 1st level or higher cast within 30 feet of these crystals, if it restores hit points or deals radiant damage, is treated as if it were cast at a level one higher than the spell slot that was expended."],["3","A maple tree with translucent, violet-hued bark and shimmering leaves grows in the heart of a swamp. Creatures that live near it age very slowly."],["4","Undead within the zone have disadvantage on attack rolls, ability checks, and saving throws."]],"name":"Irian, the Eternal Dawn; Irian Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Kythri Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The earth here is highly changeable and unstable. A creature that succeeds on a DC 14 Wisdom ({@skill Nature}) check as an action can alter a 20-by-20-foot square of terrain in some way. For example, they might choose to turn the earth to mud, cause stony spikes to erupt from the soil, or warp local plant life. Failing the check causes random, uncontrolled effects."],["2","Fabulous formations of precariously balancing rocks dot these badlands. They randomly collapse, only to slowly reassemble over the course of days."],["3","Packs of slaadi erupt from inside a local cave networks at random intervals, terrorizing travelers."],["4","Any spell that deals acid, cold, fire, force, lightning, or thunder damage cast within the zone instead deals one of those damage types determined at random."]],"name":"Kythri, the Churning Chaos; Kythri Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Lamannia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that summon elementals are empowered here. Such a spell of 1st level or higher cast within the zone is treated as if it were cast at a level one higher than the spell slot that was expended."],["2","The forces of nature work to tear down anything built within the zone. Weather, vegetation, and a rapid rate of decay combine to quickly destroy structures built in the region and overgrow the ruins."],["3","The zone is dominated by towering trees and thick undergrowth. Animals come from the surrounding area to live in the zone, where they grow larger and stronger than usual for their species."],["4","What appears to be a circle of stones is in truth a group of slumbering earth elementals that came from Lamannia during its most recent coterminous period."]],"name":"Lamannia, the Twilight Forest; Lamannia Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mabar Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Undead animated here have 2 extra hit points per Hit Die and make saving throws against being turned or {@condition frightened} with advantage."],["2","Vegetation here is sour and stunted, animals are stillborn or deformed, and a malaise hangs in the air."],["3","On nights during the month of Sypheros, when the Shadow Moon is dominant in the sky, horrific monsters stalk the area, prompting residents to leave offerings outside their doors to ward off the evil."],["4","The radius of any light source in the zone is halved, and saving throws against necromancy spells are made with disadvantage in the zone."]],"name":"Mabar, the Endless Night; Mabar Manifest Zone Features","page":230,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Risia Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Spells that deal cold damage are empowered here. Such a spell of 1st level or higher cast within the zone deals cold damage as if it were cast at a level one higher than the spell slot that was expended."],["2","Veins of cobalt-blue ice run through a glacier in the area. If extracted, this ice maintains its temperature and doesn't melt. An object carved from it can function as a spellcasting focus for spells dealing with water or ice."],["3","Abominable yetis lair in a network of bitterly cold, frost-rimed caves in the mountains."],["4","Any spell that deals fire damage deals just half the normal damage."]],"name":"Risia, the Plain of Ice; Risia Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Shavarath Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Blades crafted here have a reputation for being especially fine and sharp. When a creature in the zone scores a critical hit with an attack that deals piercing or slashing damage, the attack deals one additional die of damage."],["2","Blood spilled here never washes away. Any Charisma checks made in the zone to avoid hostility are made with disadvantage; Charisma checks made to encourage violence are always successful."],["3","Storms of whirling blades cut the sky during times of combat, randomly attacking the participants. The effect is the same as that of the {@spell cloud of daggers} spell, but the area and the damage might both increase."],["4","Devils, demons, and angels duel in the remains of a ruined fortress that serves as a portal to Shavarath."]],"name":"Shavarath, the Battleground; Shavarath Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Syrania Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","This zone suppresses all aggressive thought. Any creature that wants to make an attack or cast a damaging spell must succeed on a DC 13 Wisdom saving throw or it doesn't make the attack or cast the spell, but loses its action."],["2","Those with great will and fortitude who ascend a mountain peak in this area can try to bend the weather for miles around to their will, as if they had cast the {@spell control weather} spell."],["3","In this sun-dappled field, children—as well as free-spirited, childlike folk—find themselves able to fly for 1 hour."],["4","A village is built into the side of a cliff face here. Windmills protruding from the cliff collect energy from the power of the wind, which is used to operate elevators throughout the community."]],"name":"Syrania, the Azure Sky; Syrania Manifest Zone Features","page":231,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Thelanis Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fey trees whose wood is imbued with magical properties grow here, along with a copse of guardian {@creature Treant||treants} and awakened flora."],["2","A circle of mushrooms serves as a portal to Thelanis when the proper offering is placed in its center."],["3","An eladrin commune that holds powerful esoteric knowledge is nestled in the depths of a forest inhabited by large numbers of {@creature Pixie||pixies}."],["4","The magic of the fey runs deep here. Saving throws against enchantment and illusion spells are made with disadvantage."]],"name":"Thelanis, the Faerie Court; Thelanis Manifest Zone Features","page":232,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Xoriat Manifest Zone Features","colLabels":["d4","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Reality is frayed here. Casting any spell of 1st level or higher triggers a roll on the {@table Wild Magic Surge|PHB} table in chapter 3 of the {@book Player's Handbook|PHB}."],["2","A character must make a DC 14 Charisma saving throw at the end of each hour spent in this place. On a failed save, the character is afflicted with a random form of short-term madness (see {@book chapter 8|DMG|8|Madness} of the {@book Dungeon Master's Guide|DMG})."],["3","Residents of a settlement here display bizarre mutations and unsettling behavior. Visitors who stay too long develop odd characteristics as well."],["4","A cavern here is a cancerous tumor that issues forth aberrations to prey upon the world, and it is growing."]],"name":"Xoriat, the Realm of Madness; Xoriat Manifest Zone Features","page":232,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Mysterious Passengers","colLabels":["d100","Passenger"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","A human merchant of obvious means seems to be deliberately drawing attention, loudly calling out their name and the time of day."],["03–04","Two shifters drinking and spoiling for a fight."],["05–06","A warforged quietly reads a book called {@i The Machine Manifesto}."],["07–08","A half-elf sits down, says, \"Beware—the wolf howls at midnight,\" and leaves without further comment."],["09–10","A gnome watches everyone carefully, writing down observations in a tiny orange book."],["11–12","A one-armed Brelish veteran verbally assaults any warforged he sees, blaming them for his injury."],["13–14","A well-dressed human sits awkwardly next to the wall, seemingly trying to avoid touching or being touched by anyone else."],["15–16","A cloaked figure moves slowly past, pausing briefly upon catching sight of the party."],["17–18","An acolyte of the Silver Flame preaches loudly in an attempt to convert an essentially captive audience."],["19–20","A destitute bard plays the harp with mediocre skill while asking for donations."],["21–22","A deaf couple communicate with each other by sign language, but suddenly stop when they notice they are being watched."],["23–24","A frail human with a small strongbox shackled to one of her wrists is in the company of two heavily armed half-orc bodyguards."],["25–26","Three hobgoblin mercenaries from House Deneith discuss their plans in their native tongue."],["27–28","A harried dwarf tries to keep three children corralled, but the oldest one keeps sneaking away."],["29–30","A bored changeling practices duplicating the faces of the guests. Not all of them are amused."],["31–32","A shifter glowers in a corner booth, looking angry at the world."],["33–34","A warforged bard uses its body as a percussion instrument to entertain the patrons."],["35–36","A dog with no apparent owner wanders around."],["37–38","Two Karrnathi soldiers seem extremely nervous and speak to no one."],["39–40","A halfling leads a tiny pet dinosaur on a leash, tugging at it whenever it tries to examine something."],["41–42","A half-orc sits with a small potted plant, whispering to it in Orc."],["43–44","A well-dressed dwarf wearing eight copper rings paces restlessly."],["45–46","A halfling from House Ghallanda offers food and drink to all passengers except elves or half-elves."],["47–48","An elf bard from House Phiarlan whispers conspiratorially with a member of the vehicle's crew."],["49–50","A kalashtar is trying too hard to pass as human, conspicuously and awkwardly using human slang."],["51–52","A young half-elf in adventuring garb weeps openly."],["53–54","A silver dragon in human form observes the interactions of the clientele, paying close attention to any dragonmarked characters."],["55–56","A House Cannith tinker examines the structure of the vehicle closely, looking concerned and asking questions about possible escape procedures."],["57–58","A one-eyed human (actually an Inspired agent of the Dreaming Dark) watches everyone carefully."],["59–60","A disheveled human magewright offers meager magical skills in return for food or spare coins."],["61–62","A warforged leaning on a wooden staff carries on a conversation with the docent attached to its chest."],["63–64","A human pickpocket circulates among the passengers, looking for another victim."],["65–66","A human from Aundair obsessively checks and rechecks their traveling papers."],["67–68","An artificer tinkers with a new invention."],["69–70","An attractive half-elf makes advances toward a number of other passengers."],["71–72","An apprentice wizard draws arcane symbols on the window, glaring at anyone who interrupts."],["73–74","A dwarf with a bandaged wound checks it repeatedly, occasionally pouring whiskey on it and wincing."],["75–76","A young, red-haired human flirtatiously tries to get other passengers to buy drinks."],["77–78","An Aerenal elf sits silently, trying to ignore the stares of other passengers."],["79–80","A disheveled old human loudly proclaims that the end of the world is nigh, according to the dragons."],["81–82","A human child is apparently traveling with no parent or guardian."],["83–84","A nervous goblin holds traveling papers out to anyone passing by, as if expecting to be challenged at any moment."],["85–86","Four kalashtar monks meditate, burning incense and chanting quietly."],["87–88","A rogue tries to swindle other passengers by using marked cards."],["89–90","A House Tharashk inquisitive examines the floor of the vessel very carefully, offering no explanation."],["91–92","A group of unremarkable farmers are transporting a strange device that bears Draconic runes."],["93–94","A cleric of the Sovereign Host seems annoyed and is rude to several pious passengers who ask for blessings."],["95–96","An older human reads the {@i Korranberg Chronicle}, loudly proclaiming outrage at every story."],["97–98","Roll again; the travelers are one or more changelings appearing to be whatever the second roll indicates."],["99–00","Roll twice more; the two travelers indicated are about to come to a very obvious conflict of some kind (verbal or physical)."]],"name":"Mysterious Passengers","page":238,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Inn Attractions","colLabels":["d6","Attraction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The bartender is a changeling who is always mimicking the patrons for a laugh."],["2","The innkeeper is 7 feet tall, claiming to have grown 2 feet after venturing into the mist of the Mournland."],["3","Rumor has it that the innkeeper here is a gold dragon cloaked in a humanoid guise."],["4","This inn is haunted by a ghost who loves to sit by the fireplace and tell stories—but it has been accused of more sinister activities once the fire burns down to embers and the guests are in their beds."],["5","The inn has a {@creature blink dog} that wanders around with her five pups, all of them eager for attention and treats."],["6","This inn offers \"the true Talenta experience\"—the halfling family that runs it keeps pet dinosaurs."]],"name":"Inn Attractions","page":239,"source":"ERLW","chapter":{"name":"Building Eberron Adventures","ordinal":{"type":"chapter","identifier":4},"index":10}},{"caption":"Life in the City","colLabels":["d6","Adventure Seed"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A homicidal changeling has killed two members of different dragonmarked houses, and doesn't plan to stop until one heir from each of the dragonmarked houses is dead."],["2","A jeweled statuette has fallen into the hands of House Tarkanan, and a powerful member of the Aurum will stop at nothing to obtain it. The statuette's real worth lies in the secret plans hidden inside it."],["3","A Karrnathi undead soldier troubled by sporadic memories of his former life is trying to locate his wife and family, who have fled Karrnath and now live somewhere in the lower districts of Sharn."],["4","A shifter shopkeeper in Lower Northedge is being harassed by ruffians who believe that she and her family are lycanthropes."],["5","A dragonmarked baron is found dead in her Upper Central mansion, seemingly a victim of some sort of ritual slaying. Outside help is needed to solve this delicate matter."],["6","A {@creature radiant idol|ERLW} (see {@book chapter 6|ERLW|13}) has formed a cult that attracts professors and staff of Morgrave University, promising them knowledge beyond imagining in exchange for their worship."]],"name":"Adventures in Sharn; Life in the City","page":239,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Home Base","colLabels":["d12","Location"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Drunken Dragon (Clifftop, Upper Dura) is a tavern frequented by members of the Clifftop Adventurer's Guild. It has a wide selection of spirits, and its walls are covered with adventuring trophies. The owner, a middle-aged halfling named Hascal d'Ghallanda, is a former adventurer who lost an eye and a leg in Xen'drik; he always has a story to share."],["2","The Anvil (Callestan, Lower Dura) was one of the first Ghallanda halls in Sharn. Its glory days are long past, but the young innkeeper, Eranna d'Ghallanda, is determined to keep it alive. The Anvil is frequented by members of the Boromar Clan and is a good choice if one of the player characters has ties to this group."],["3","The Dezina Museum of Antiquities (University, Upper Menthis) is attached to the library of Morgrave University. The museum has a remarkable collection of relics, but it's always looking for more. The curator is an elf named Emeron Sennared. He might be a personal friend or former teacher of one of the adventurers, or simply one who indulges their enthusiasm for antiquities and exotic locations."],["4","Coldflame Keep (High Hope, Middle Northedge) is a garrison church dedicated to the Silver Flame. Once it supported a troop of templars, but it was largely abandoned during the war and now maintains a minimal staff. The priest, Mazin Tana, is a faithful servant of the Silver Flame and will provide modest food and lodging to adventurers who are trying to make the city a better place."],["5","The Red Hammer (Blackbones, the Cogs) caters to warforged. It is run by two warforged, the envoy Blue and a juggernaut named Crucible. Although this place is a haven for warforged, other humanoids are allowed inside if their warforged allies vouch for them."],["6","A Gold Dragon Inn (described earlier in this chapter) operated by House Ghallanda and located in almost any part of Sharn."],["7","The district of Fallen (Lower Dura) was abandoned after a floating tower fell on it. The adventurers might have taken over an old temple or tavern on the edge of the district."],["8","An abandoned bell tower, which could be anywhere in the city. The spells that drove the massive mechanism failed long ago."],["9","An abandoned library, damaged during the war or thought to be cursed or haunted."],["10","A shuttered tavern, which is a failed business tied to the family of one of the adventurers."],["11","If one of the adventurers is a noble, the characters' base of operations is in the basement of the family estate or a tower apartment owned (but not currently used) by a dotty old aunt."],["12","A ramshackle skycoach tethered to a condemned tower on the edge of the city."]],"name":"What Happens Next?; Home Base","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Lower Sharn Street Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–02","A {@creature minotaur} holding a large piece of wood that could serve as a maul approaches you and politely asks if you have any copper to spare."],["03–04","Down a nearby alleyway, a dwarf punches a {@creature goblin} in the stomach, then walks away laughing."],["05–08","A thin human child has been following you, but never gets too close. She keeps coughing, and you can see red marks on her neck that might be an aberrant dragonmark."],["09–10","A human {@creature priest} of Boldrei wheels a cart of bread loaves through the city, giving food to the homeless."],["11–15","A {@creature goblin} pushing a cart of rusty weapons and broken clay pots calls out, \"Real artifacts of ancient Dhakaan for sale! Recovered from the ruins below!\""],["16–18","A man dressed in the livery of House Vadalis descends a tower wall mounted on the back of a {@creature giant spider}. He shouts, \"Need a ride? No faster way to get to the middle and upper wards! Reasonable rates!\""],["19–22","An {@creature ogre} eating several rats on a skewer spits out a rodent skull at your feet."],["23–26","A playful stray {@creature mastiff} wags its tail as it approaches, drops a very large egg at your feet, and looks up expectantly."],["27–30","A small, jovial crowd gathers around a {@creature goblin} and a {@creature kobold} that are getting ready to have an arm wrestling match. A dwarf calls for the crowd to place their bets."],["31–34","Three {@creature Harpy||harpies} fly through the streets singing a jolly drinking song. Each carries a bucket around her neck, and passersby occasionally drop coins in one."],["35–38","A human woman and a warforged with a silvered body are walking down the street together. They're too well dressed for this district, and are looking around as if lost."],["39–42","A Khoravar half-elf in the robes of an oracle approaches and promises to give you the answer to all of life's problems for 42 copper crowns."],["43–44","A human and an elf kiss passionately in an alley near your path. They notice you and quickly move apart."],["45–46","Three shifter children run by you, yelling and chasing each other with wooden swords. They duck into a boarded-up building."],["47–48","\"Stop her! She stole my necklace!\" a priest of the Sovereign Host cries, pointing to a grimy halfling clutching a silver chain and climbing up the side of a tower."],["49–50","A young woman using a crutch and missing a leg approaches, asking if you can spare any coin to help a Brelish veteran of the Last War."],["51–52","Cries of alarm fill the street as a wooden crate from somewhere above crashes down into the lower city."],["53–56","A splash of unidentified, putrid liquid falls from above, soaking you."],["57–60","The generally unpleasant smell of the lower wards is pierced by the scent of something delicious being baked nearby."],["61–62","A gnome sits at a table with a sign attached to it that reads, \"I say Breland would have won the Last War. Change my mind.\""],["63–64","Two {@creature changeling|ERLW|changelings} sit on a bench in front of a tavern, sharing a flask. They take turns changing their forms into the people who enter and exit the building."],["65–66","A human woman shouts at a group of Cyran refugees, \"Go home! Stop taking our jobs. Let the Mournland have you!\""],["67–68","A group of students from Morgrave University moves through the street, asking for directions to Dragoneyes."],["69–72","You turn down an empty street. A door suddenly materializes on a nearby building that previously showed no entrances."],["73–74","Faded graffiti on a wall reads, \"Need someone knifed? Tarkanan's got you covered!\""],["75–76","A crowd gathers around a {@creature kobold} playing a pan flute and leading a group of rats in a merry dance."],["77–80","Four {@creature Orc||orcs} jab at an {@creature ochre jelly} with long staffs, trying to herd the ooze into the sewers."],["81–82","Several Cyran refugees are gathered in a circle, singing a haunting song."],["83–84","An old {@creature goblin} offers to pierce your ears or nose for 5 copper crowns. She claims, \"It will be painless. I know magic!\""],["85–86","A figure in red robes preaches, \"The Last War was not the last! As long as the monarchy rules in Breland, another war is inevitable. Rise up!\""],["87–90","A member of the Sharn Watch looks uncomfortable as she wanders the street. It's clear she doesn't come down here often."],["91–92","Two humans run into an alley, drawing daggers as they go."],["93–94","Two drunken humans exit a tavern singing a Karrnathi battle hymn. Another human shouts at them to \"shut up or get shut up.\" The drunken pair sings louder in response."],["95–96","Two children reeking of sewage argue over who gets to wear a shiny helmet that sits on the ground between them."],["97–00","You find a pamphlet on the ground advertising the Silvermist Theater. Someone has scrawled on it, \"The real party is in the basement.\""]],"name":"What Happens Next?; Lower Sharn Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Upper Sharn Street Events","colLabels":["d100","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–03","A group of adventurers approaches, telling you to move along and stop trying to steal their business. (If the characters belong to the Deathsgate Guild or the Clifftop Adventurer's Guild, these could be members of the rival guild.)"],["04–06","Outside a House Kundarak bank, a human noble screams at a dragonmarked dwarf, \"What do you mean it's lost?\""],["07–09","A {@creature priest} of Kol Korran preaches to a crowd, saying, \"The best way to invest in yourself is to invest in your gods.\""],["10–12","An elf riding a {@creature pegasus} with bulging saddlebags asks you for directions to the Aurora Gallery."],["13–15","Two drunk dwarves pass a bottle of spirits back and forth and sing a bawdy song. Passersby are mortified."],["16–18","Two {@creature kalashtar|ERLW} play dragonchess at an outdoor table. They move pieces without touching them."],["19–21","A halfling chef stands in a large skycoach that is equipped with a stove, oven, and washbasin. Several spectral hands prepare and plate food as the chef serves a party of smiling customers."],["22–25","A {@creature harpy} decked out in colorful ribbons flies overhead, calling, \"Get the best deals on adventuring gear at Old Claggin's in Clifftop.\""],["26–29","Some Morgrave students follow their dwarf professor onto a lift as she says, \"Next stop: the Cogs!\""],["30–32","An out-of-breath gnome carrying bagpipes asks you for directions to Kavarrah Concert Hall."],["33–35","A flustered gnome carries a stack of papers taller than he is—unaware of the plume of smoke coming from inside a scroll case slung on his back."],["36–38","You walk by a shirtless elf tattooed from head to waist with images of dragons battling each other."],["39–40","A groomed {@creature hobgoblin} wearing a jeweled vest approaches you and says, \"Ah! Adventurers. Any interest in securing some Dhakaani relics for me?\""],["41–42","Someone has painted, \"The crown dies with Boranel!\" across the gates of a noble's mansion. A member of the Sharn Watch is talking to the household staff."],["43–44","A {@creature magewright|ERLW} offers to shine your shoes instantly with magic for 2 gold galifars, saying, \"You can't be seen with those dirty things up here.\""],["45–46","A human wearing the livery of House Vadalis struggles to carry a 3-foot-tall speckled blue egg down the street."],["47–48","An aasimar oracle approaches and promises to give you the answer to all the problems that ever existed for 42 gold galifars."],["49–51","A {@creature shifter|ERLW} with flowers in her hair and a wand in her hand offers to magically gild any item of clothing you wear for 20 gold galifars."],["52–54","Four warforged work together to operate an enormous tarrasque puppet as publicity for a new play at the Art Temple."],["55–57","A horrified crowd is gathered around a burning effigy of King Boranel. No one claims responsibility for the act."],["58–60","A human {@creature noble} is berating a warforged servant for losing her invitation to the next Tain Gala."],["61–63","A young {@creature noble} proposes to his boyfriend in a beautiful garden on a tower balcony. Nearby, a {@creature changeling|ERLW} looks on in tears."],["64–66","You walk down a path lined with trees on which are growing candy-coated apples."],["67–70","Three children sparring with wooden swords play dangerously close to the edge of a bridge."],["71–73","A {@creature kalashtar|ERLW} on the street approaches you, saying, \"I can help you talk with the dead. Is there anyone you miss?\""],["74–76","An artist offers to draw caricatures of everyone in your group at the same time by using several magically animated quills."],["77–80","You approach a fresco painted on the ground that depicts King Boranel ir'Wynarn. As you get closer, the fresco speaks, delivering an inspiring line taken from one of the king's speeches."],["81–82","A dragonborn standing near several soarsleds offers you a tour of upper Sharn's most impressive mansions."],["83–84","Two {@creature Noble||nobles}, one Aundairian and one Brelish, heatedly debate which of their countries would have won the war had it been fought to a conclusion."],["85–86","A gilded warforged plays a sad song on a trumpet, honoring those who fell during the Last War."],["87–88","A group of well-outfitted adventurers snicker and whisper to each other as you pass."],["89–90","You turn a corner and notice a shifter who immediately puts her hands in her pockets and starts whistling, obviously trying to act inconspicuous."],["91–92","A {@creature pseudodragon} flies out of a nearby bush. As the playful creature licks your faces, you notice it wears a collar engraved with the letter M."],["93–94","You walk past a placid pond in a small park filled with colorful fish. An attendant removes dead fish from the water with a net."],["95–96","You come near a mansion, and an illusion of an old man dressed in noble finery appears. \"Get off my lawn!\" the figure gripes."],["97–98","An elf child with a {@creature faerie dragon (red)||faerie dragon} on a leash walks toward you and asks if you'd like to touch the exotic pet."],["99–00","You find a small brass key on the ground that glows blue whenever it is touched."]],"name":"What Happens Next?; Upper Sharn Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Skyway Street Events","colLabels":["d12","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A few {@creature Gargoyle||gargoyles} perch on a mansion's walls. They're seemingly there for security, but they offer lively commentary about everyone who passes by."],["2","A {@creature noble} with auburn hair held in a silver diadem holds a darkwood staff encrusted with dragonshards, and taps it impatiently while waiting for a skycoach."],["3","You pass by a hope well. Supposedly, any coins you throw in the well are gathered and transported down to help the troubled people of the lower wards."],["4","\"Make way! Make way!\" A boy clears a path for a jewel-encrusted warforged wearing a lavish fur cloak."],["5","You come upon a fountain of cold fire. In the center, a brass dragon spits brilliant flames into the air, and they spill down and out into the surrounding pool."],["6","A team of handlers from House Vadalis walk alongside a small {@creature gelatinous cube}. \"We're trying it out, seeing if it can help keep things clean,\" they say."],["7","A {@creature magewright|ERLW} offers to use a simple charm to polish the coins in your purse for just 3 copper crowns. \"We wouldn't want anyone here to get grime on their gloves from handling those filthy coins of yours from the lower wards.\""],["8","A tour group pauses to marvel at a mansion."],["9","A large statue commemorates Lord Dalian ir'Tain, a noble philanthropist lost at sea at the end of the Last War. He holds a spyglass in one hand and a miniature dragon turtle in the other."],["10","A warforged with roses twined around her limbs offers to sell you a bouquet for five silver sovereigns."],["11","It starts to drizzle. A well-dressed half-elf glares at the sky and snaps his fingers. The rain immediately stops."],["12","A member of the Sharn Watch stops you. \"Can I help you? Are you sure you're in the right ward?\""]],"name":"What Happens Next?; Skyway Street Events","page":240,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Heights Adventures","colLabels":["d4","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pose as House Tarkanan operatives to capture a wanted criminal with an aberrant dragonmark. The criminal is waiting on a bridge for his House Tarkanan escort to arrive."],["2","Obtain a satchel of evidence obtained by a goblin who has infiltrated Daask. The goblin, who is working with the Boromar Clan or the Sharn Watch to take down key Daask operatives, is waiting on a bridge."],["3","Break into a building connected to Sharn heights to steal something valuable."],["4","Stop a crooked Sharn Watch official who is trying to reach a skycoach and flee the city to escape arrest."]],"name":"Sharn Heights Adventures","page":244,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Criminal Organizations in Sharn","colLabels":["Organization","Description"],"colStyles":["col-2","col-10"],"rows":[["The Boromar Clan","Influential criminal syndicate founded by Talenta halflings, with blood ties to House Jorasco"],["Daask","Violent monsters and thugs loyal to Droaam and answerable to Sora Katra"],["House Tarkanan","Enemies of the dragonmarked houses dedicated to protecting and training individuals with aberrant dragonmarks"],["The Tyrants","Evil-minded changelings interested in gathering secrets and using them for all sorts of nefarious purposes"]],"name":"Crime in Sharn; Criminal Organizations in Sharn","page":245,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Street Gangs","colLabels":["Gang","Description"],"colStyles":["col-2","col-10"],"rows":[["The Broken Mirror","Khoravar half-elves who often target elves with acts of violence, frequently disfiguring their victims"],["The Brokenbridge Brawlers","Brelish veterans who antagonize Cyrans and former soldiers from other nations"],["The Eyes","Collection of odd individuals who paint symbolic eyes on their clothing and armor and claim to see things others cannot (in fact, they are a cult dedicated to the daelkyr {@creature Belashyrra|ERLW} and serve a hidden beholder)"],["The Five Faces","Changeling pickpockets who work Middle Menthis"],["The Gremlins","Gnomes and halflings who specialize in illusion magic"],["The Little Fingers","Child pickpockets active in Middle Dura (their leaders are adult halflings loosely allied with the Boromar Clan)"],["The Mourners","Cyran veterans who present themselves as a vigilante militia that protects Cyran refugees, but some say they're just pursuing selfish interests"],["Muut","Bugbears in Lower Dura who have been \"protecting\" Malleon's Gate for decades (recently they've aligned with Daask, but their focus is their home district)"],["The Quiet Folk","Goblins who live in the sewers below Tavick's Landing and avoid violence, using stealth and knowledge of the sewers to pull off their thievery"],["The Red Jackals","Primarily shifters and half-orcs who live in the sewers below Menthis and clash with anyone who invades their territory"]],"name":"Crime in Sharn; Street Gangs","page":245,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Shady Nightclub Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Get accepted into a private high-stakes card game, and try to win the grand prize."],["2","Find out which Sharn Watch captain has a private meeting with a Boromar fence, and steal whatever the captain is buying."],["3","Track down a missing noble hunted by assassins."],["4","Steal a hidden stash of dreamlily."],["5","Broker a deal with the Boromars on behalf of a city councilor who's too scared to face the family in person."],["6","Find evidence that could be used to blackmail a member of a dragonmarked house."]],"name":"Shady Nightclub Adventures","page":247,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A halfling dreamlily dealer (an excoriate of House Ghallanda) smooth-talks new customers into sampling her wares. If pressed, she can call in favors from a number of dangerous clients."],["2","A judge known as \"the Turnkey\" always rules in favor of Boromar Clan members."],["3","A halfling pickpocket using alter self to pose as a child of another race plants contraband on people the Boromars are trying to frame."],["4","A Boromar rogue has kidnapped the child of a strongly anti-Boromar city councilor."],["5","A kalashtar psychic serves the clan by detecting thoughts that suggest possibilities for blackmail. What stray thought might they pick up from an adventurer?"],["6","A Boromar smuggler is bringing unstable explosives or an especially addictive form of dreamlily into Sharn, and innocents are being hurt."]],"name":"Boromar Villains","page":247,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Clan Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find evidence of an affair between two members of different dragonmarked houses."],["2","Collect from a fence who is late with a payment."],["3","Steal the bank records of a city councilor."],["4","Convince a Sharn Watch captain to aggressively root out Daask operatives."],["5","Retrieve a package of dreamlily that has gone astray."],["6","Discover the location of a Daask safe house."]],"name":"Boromar Clan Campaign Themes; Boromar Clan Assignments","page":249,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Boromar Clan Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Daask forces capture Boromar family members who are visiting Sharn from the Talenta Plains. The Boromars offer a reward for the safe return of their family and a larger reward for the kidnappers' heads, leading to gang violence in the streets."],["2","A beloved Sharn Watch captain who openly spoke out against the Boromar Clan disappears. The Boromars claim they had nothing to do with it, but some Sharn Watch members use the incident as an excuse to go after the organization."],["3","A changeling stole a smuggled artifact of great value from the Boromar Clan. Boromar enforcers shake down people all over Sharn to find it, and clan leaders consider going to war with the Tyrants."],["4","The Boromars stage a festival in Callestan for Saidan's birthday. All of the family's allies will be there, creating opportunities for espionage and assassination."]],"name":"Boromar Clan Adventure Hooks","page":249,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Cog Hub Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Obtain samples of dragon's blood hidden in the Cog hub."],["2","Infiltrate a Daask meeting to discover the next Boromar Clan holding they plan to target."],["3","Capture a Daask worg and replace it with a worg loyal to the Boromar Clan."],["4","Sniff out a traitor among Daask lieutenants."],["5","Escape the Cog hub after being captured by Daask forces."],["6","Kick out squatters to get the Cog hub ready to serve as a Daask safe house."],["7","Assault Daask members meeting in the Cog hub to disrupt the organization."],["8","Defend a Daask Cog hub from a Boromar Clan attack."],["9","Rescue an injured Daask soldier hidden inside a Cog hub that has been taken over by the Boromar Clan."],["10","Place a lethal trap in a Cog hub, to be triggered the next time Daask forces enter the place."]],"name":"Cog Hub Adventures","page":250,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Several {@creature Harpy||harpies} travel to the upper wards and use their luring songs to make rich people fall to their deaths. The harpies pick the corpses for valuables."],["2","A pack of {@creature Gnoll||gnolls} rampages through the lower wards, killing any halflings they come across. The gnolls take the halflings' ears as trophies."],["3","A shifter priest of the Devourer wants to crash Skyway by performing a ritual to create a cataclysmic storm. Sacrifices to the Devourer fuels the ritual."],["4","A changeling agent of Daask seeks to frame the Tyrants for attacks on the Boromar Clan, driving a wedge between the two organizations."],["5","A wererat priest of the Mockery starts a cult in Lower Dura, teaching its followers the arts of assassination."],["6","A gargoyle sharpshooter continually finds new vantage points in the upper wards from where it can assassinate targets in the middle and lower wards."]],"name":"Daask Villains","page":250,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convince several new businesses in the lower wards to pay protection fees to Daask."],["2","Cause as much death and destruction as possible inside a Boromar-owned establishment."],["3","Guard a priest of the Dark Six as he preaches the word of the Mockery on the street."],["4","Assassinate a member of the Boromar Clan."],["5","Convince a dragonmarked noble to offer the house's services to Daask for free."],["6","Mug someone to steal a magic item in their possession."]],"name":"Daask Assignments","page":252,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Daask Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Daask {@creature harpy||harpies} raid a Skyway mansion and tear the place apart looking for a Boromar Clan member."],["2","People who take dragon's blood begin turning to stone, and no one can figure out why."],["3","Cavallah announces a contest within the organization, promising a valuable magic item to whichever Daask soldier kills the most members of the Boromar Clan."],["4","Ash challenges Cavallah for control of Daask, creating a schism that erupts into a violent gang war."]],"name":"Daask Adventure Hooks","page":252,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Villains","colLabels":["d4","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A member of House Tarkanan murders members of dragonmarked houses, reducing her victims to smoldering piles of ash."],["2","Driven mad by his aberrant dragonmark, a dwarf becomes obsessed with destroying Sharn in the same manner that Halas Tarkanan collapsed Old Sharn."],["3","A House Tarkanan half-elf kidnaps children with aberrant marks, believing the organization is better suited to bring up the children than their parents."],["4","A House Tarkanan mage starts drinking the blood of dragonmarked nobles, believing it will increase the strength of his aberrant mark."]],"name":"House Tarkanan Villains","page":253,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Assignments","colLabels":["d4","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a satchel full of research on the War of the Mark, carried by a wizard who works at Morgrave University."],["2","Kill a Karrnathi warlord who is visiting Sharn, and make it look like an accident."],["3","Kill a target before she signs her last will and testament to assign her property to a new heir."],["4","Rescue a dreamlily dealer with an aberrant mark who has been captured by the Sharn Watch."]],"name":"House Tarkanan Assignments","page":253,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"House Tarkanan Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","House Tarkanan disturbed the dead during an expedition to Old Sharn, causing undead to terrorize the city above."],["2","House Tarkanan declares war on the dragonmarked houses in Sharn and begins killing nobles in the streets. Many of the houses' businesses in the city are shut down as fear spreads."],["3","A victim who was killed by a House Tarkanan assassin returns as an undead that tries to kill anyone who bears an aberrant mark."],["4","House Tarkanan steals a key that can disable a ticking time bomb created by an artificer."]],"name":"House Tarkanan Adventure Hooks","page":254,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A changeling rogue infiltrates adventuring parties to steal their magic items."],["2","A cabal of changelings shares an identity as a Sharn Watch captain. They use the disguise to free criminals from prison."],["3","A changeling assassin murders members of the Boromar Clan, Daask, and House Tarkanan, then takes on the identities of its victims."],["4","A changeling bard gathers incriminating information about members of the King's Dark Lanterns, then blackmails them."],["5","A Brelish changeling veteran of the Last War was distrusted by fellow soldiers because of the shapechanger's heritage. The veteran now exposes those soldiers' darkest secrets to their friends, families, and employers."],["6","A changeling mage masquerades as a priest of the Silver Flame and uses spells to send the religion's faithful \"signs\" from Tira Miron that encourage them to spy, steal, and kill for the Tyrants."]],"name":"Tyrants Villains","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Assignments","colLabels":["d6","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Kill an important figure without leaving evidence behind so a member of the Tyrants can replace the target."],["2","Steal a formal badge of office or uniform for a member of the Tyrants to use as part of an assumed identity."],["3","Act as bodyguards for a member of the Tyrants who is pretending to be an important figure."],["4","Assume new identities to infiltrate the Sharn Watch and steal criminal records."],["5","Use incriminating information to blackmail a member of the city council."],["6","Find evidence that can be used to blackmail a member of a dragonmarked house."]],"name":"Tyrants Campaign Themes; Tyrants Assignments","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Tyrants Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A friendly NPC dies in combat. The corpse reveals its true form to be that of a changeling."],["2","A list of Tyrants agents and their identities exists somewhere in Sharn. Every legitimate and criminal organization in the city competes to find it."],["3","The {@i Sharn Inquisitive} publishes an anonymous article accusing several members of the Sharn Watch, the city council, and the dragonmarked houses of being changeling members of the Tyrants. The accused individuals vehemently deny the claims."],["4","A shamed Brelish general of the Last War goes on a killing spree against changelings, claiming the Tyrants ruined his life by exposing his extramarital affair."],["5","A Sharn Watch captain being blackmailed by the Tyrants has had enough. He publicly exposes his incriminating secrets, then offers a reward for information concerning the organization."],["6","Roll on another organization's Adventure Hooks table; the Tyrants are secretly involved in the situation."]],"name":"Tyrants Adventure Hooks","page":255,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Races","colLabels":["d20","Race"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Changeling"],["2-4","Dwarf"],["5-6","Elf"],["7","Gnome"],["8-9","Half-elf"],["10-11","Half-orc"],["12-13","Halfling"],["14-16","Human"],["17","Kalashtar"],["18","Shifter"],["19-20","Warforged"]],"name":"Sharn Watch Races","page":257,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Personalities","colLabels":["d10","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Disgruntled veteran of the Last War who has seen everything"],["2","Lifelong Sharn resident who loves discussing rumors and debating the city's best haunts"],["3","Layabout who tries to do as little work as possible"],["4","Eternal optimist who encourages victims of crime to have hope and look on the bright side"],["5","Investigator who loves to get to the bottom of a mystery"],["6","Rookie with no experience in facing danger who is a bundle of nerves"],["7","Brawny meathead who believes all problems can be solved with force"],["8","Greedy opportunist who's always angling for a bribe"],["9","Uptight perfectionist who appears to do everything by the book"],["10","Unfriendly interrogator who assumes everyone spills their secrets to the Tyrants."]],"name":"Sharn Watch Personalities","page":257,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Watch Station Adventures","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Destroy evidence of a crime that's being stored in a Watch station, or plant evidence in a Watch station to frame someone for a crime."],["2","Learn which members of a station's crew are on the payroll of a criminal organization."],["3","Ensure the station's Watch officers are indisposed during an upcoming crime spree."],["4","Help defend a Watch station from a siege."],["5","Free someone being held at a Watch station."],["6","Steal uniforms from a Watch station."]],"name":"Watch Station Adventures","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dwarf arrests random halflings on the streets in the lower wards and allows Daask agents to interrogate and torture them."],["2","A Brelish veteran of the Last War arrests and murders innocent Cyran refugees, claiming each time that the victim tried to attack him."],["3","A changeling investigator works for the Tyrants and pins unsolved crimes on other Sharn Watch members who interfere with the Tyrants' business."],["4","A half-elf works her way through the ranks of the Sharn Watch by assassinating her superiors but making it look like they died in the line of duty."],["5","An elf in the lower wards comes to the aid of only those who pay a monthly protection fee."],["6","A Blackened Book mage confiscates magic items from others to auction off to criminals."]],"name":"Sharn Watch Villains","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Assignments","colLabels":["d8","Assignment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solve a murder that occurred in Skyway."],["2","Find a dreamlily den and arrest the place's owner and its supplier."],["3","Protect an ambassador from Sarlona who is joining a Morgrave University expedition to the Cogs."],["4","Monitor the Lyrandar Tower airship dock for a specific criminal reportedly trying to leave the city."],["5","Apprehend a war criminal rumored to be arriving in Sharn by lightning rail, and deliver the criminal to the nearest Watch station."],["6","Take a visiting dignitary on a tour of the city and keep them happy."],["7","Venture into the bowels of the city to find a wanted terrorist who has kidnapped a magewright and stolen the parts needed to build an explosive device."],["8","Handle a prisoner exchange—one captured criminal for one captured Sharn Watch officer."]],"name":"Sharn Watch Assignments","page":258,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Sharn Watch Adventure Hooks","colLabels":["d4","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Sharn Watch cracks down on Daask, which leads to violent confrontations in the city's lower wards."],["2","The Sharn Inquisitive publishes an article claiming that changelings of the Tyrants have stolen the identities of many Watch officers, leading to citywide distrust of the organization."],["3","After a Thrane immigrant opens a sealed entrance to Old Sharn's ruins, the Guardians of the Gate do not allow anyone in or out of Sharn until the immigrant is found and the entrance is resealed."],["4","Agents of the Blackened Book find scrying sensors in Sharn Watch stations throughout the city."]],"name":"Sharn Watch Adventure Hooks","page":259,"source":"ERLW","chapter":{"name":"Building Eberron Adventures - Sharn","ordinal":{"type":"chapter","identifier":4},"index":11}},{"caption":"Creating Common Magic Items","colLabels":["Common Magic Item","Time","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-center"],"rows":[["{@item Spell scroll} (cantrip)","8 hours","15 gp"],["{@item Potion of healing}","8 hours","25 gp"],["Any other common magic item","32 hours*","50 gp*"]],"footnotes":["*Halved for a consumable item like a potion or scroll"],"name":"Creating Common Magic Items","page":281,"source":"ERLW","chapter":{"name":"Treasures","index":12}},{"caption":"Eberron Crafting Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","House Cannith or another dragonmarked house takes an interest in your work. Do they view you as a threat, or are they impressed by your techniques?"],["2","A mishap creates a temporary manifest zone (see \"{@book The Planes of Existence|ERLW|10|Planes of Existence}\" in {@book chapter 4|ERLW|10} for information on manifest zones)."],["3","You need to acquire an additional rare component to complete your work. Time for adventure!"],["4","The shifting balance of the planes interferes with your work; you must wait for the current planar alignment to change. This delays your work by {@dice 2d6} days."],["5","Your efforts draw the attention of the Aurum, the Chamber, the Emerald Claw, or the Lords of Dust."],["6","Your item becomes sentient (see chapter 7 of the {@book Dungeon Master's Guide|DMG} for rules on sentient items)."]],"name":"Eberron Crafting Complications","page":281,"source":"ERLW","chapter":{"name":"Treasures","index":12}},{"caption":"Daelkyr Modifications","colLabels":["d10","Modification"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature is fused with another creature or object."],["2","The creature has additional eyes, or its existing eyes are replaced with the eyes of a different creature."],["3","The creature produces eerie music instead of speech."],["4","The creature's skin has an unusual texture or color."],["5","The creature's hair is replaced by spines or tentacles."],["6","The creature's flesh is transparent."],["7","The creature has extra limbs."],["8","The creature is bioluminescent."],["9","The creature has an additional head."],["10","The creature sheds its skin every 60 days."]],"name":"Daelkyr Modifications","page":284,"source":"ERLW","chapter":{"name":"Friends and Foes","index":13}},{"caption":"Living Spell Customization","colLabels":["Spell Level","Stat Block to Customize"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Living burning hands"],["3–4","Living lightning bolt"],["5","Living cloudkill"]],"name":"Customizing a Living Spell; Living Spell Customization","page":283,"source":"ERLW","chapter":{"name":"Friends and Foes","index":13}},{"colLabels":["Month","Days","Holidays"],"caption":"Exandrian Calendar","colStyles":["col-2","col-2 text-center","col-8"],"rows":[["Horisal","29","New Dawn (1st), Hillsgold (27th)"],["Misuthar","30","Day of Challenging (7th)"],["Dualahei","30","Renewal Festival (13th), Wild's Grandeur (20th)"],["Thunsheer","31","Harvest's Rise (11th), Merryfrond's Day (31st)"],["Unndilar","28","Deep Solace (8th), Zenith (26th)"],["Brussendar","31","Artisan's Faire (15th), Elvendawn (20th)"],["Sydenstar","32","Highsummer (15th), Morn of Largesse (14th)"],["Fessuran","29","Harvest's Close (3rd)"],["Quen'pillar","27","Hazel Festival (10th), Civilization's Dawn (22nd)"],["Cuersaar","29","Night of Ascension (13th)"],["Duscar","32","Barren Eve (2nd), Embertide (5th)"]],"name":"Calendar and Time; Exandrian Calendar","page":8,"source":"EGW","chapter":{"name":"Welcome to Wildemount","index":1}},{"caption":"Prime Deities","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Avandra|Exandria|EGW}","CG","Change, freedom, luck","Nature, Trickery","Woman's profile embossed on a gold coin or pendant"],["{@deity Bahamut|Exandria|EGW}","LG","Honor, justice","Life, Order,* War","Silver dragon's head in profile"],["{@deity Corellon|Exandria|EGW}","CG","Art, beauty, elves","Arcana,** Light","Two crescent moons facing each other atop a four-pointed star"],["{@deity Erathis|Exandria|EGW}","LN","Civilization, law, peace","Knowledge, Order*","Double-headed axe inset with a pattern of scales"],["{@deity Ioun|Exandria|EGW}","N","Knowledge, learning, teaching","Arcana,** Knowledge","Pair of open eyes crowned with a third open eye"],["{@deity Kord|Exandria|EGW}","CN","Battle, competition, storms","Tempest, War","Four bolts of lightning radiating from the center of a shield"],["{@deity Melora|Exandria|EGW}","N","Seas, wilderness","Life, Nature, Tempest","Wreath of grass and grain affixed to a crook"],["{@deity Moradin|Exandria|EGW}","LG","Craft, creation","Forge,*** Knowledge, War","Hammer with ends carved in the likeness of dwarven heads"],["{@deity Pelor|Exandria|EGW}","NG","Healing, sun","Life, Light, Nature","Bright, eight-pointed star"],["{@deity Raei|Exandria|EGW}","NG","Atonement, compassion","Life, Light","Humanoid, feminine phoenix"],["{@deity The Raven Queen|Exandria|EGW}","LN","Death, fate, winter","Death, Grave***","White, humanoid mask framed in black feathers"],["{@deity Sehanine|Exandria|EGW}","CG","Illusion, moonlight, night","Arcana,** Nature, Trickery","Crescent moon turned upward, strung like a bow"]],"footnotes":["* The {@class Cleric||Order domain|Order|TCE} appears in {@book Guildmaster's Guide to Ravnica|GGR}.","** The {@class Cleric||Arcana domain|Arcana|SCAG} appears in {@book Sword Coast Adventurer's Guide|SCAG}.","*** The {@class Cleric||Forge|Forge|XGE} and {@class Cleric||Grave|Grave|XGE} domains appear in {@book Xanathar's Guide to Everything|XGE}."],"name":"Prime Deities","page":20,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Betrayer Gods","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Asmodeus|Exandria|EGW}","LE","God of the Nine Hells","Trickery, War","Crown of spiked onyx and curved horns"],["{@deity Bane|Exandria|EGW}","LE","Conquest, tyranny","Forge,* Order,** War","Flail of chains, each ending in shackles"],["{@deity Gruumsh|Exandria|EGW}","CE","Slaughter, warfare","Death, Tempest, War","Single, unblinking eye that bleeds"],["{@deity Lolth|Exandria|EGW}","CE","Deceit, spiders","Knowledge, Trickery","Jeweled spider"],["{@deity Tharizdun|Exandria|EGW}","CE","Darkness, destruction","Death, Grave,* Trickery","Crooked, seven-pointed star made of chains"],["{@deity Tiamat|Exandria|EGW}","LE","Dragon god of evil","Order,** Trickery, War","Taloned dragon claw"],["{@deity Torog|Exandria|EGW}","NE","Enslavement, torture","Death, Trickery","Three pale arms clawing from a dark void"],["{@deity Vecna|Exandria|EGW}","NE","Necromancy, secrets","Arcana,*** Death, Grave,* Knowledge","Desiccated hand with an eye in the palm"],["{@deity Zehir|Exandria|EGW}","CE","Assassins, poison, snakes","Nature, Trickery","Coiled serpent"]],"footnotes":["* The {@class Cleric||Forge|Forge|XGE} and {@class Cleric||Grave|Grave|XGE} domains appear in {@book Xanathar's Guide to Everything|XGE}.","** The {@class Cleric||Order|Order|TCE} domain appears in {@book Guildmaster's Guide to Ravnica|GGR}.","*** The {@class Cleric||Arcana domain|Arcana|SCAG} appears in {@book Sword Coast Adventurer's Guide|SCAG}."],"name":"Betrayer Gods","page":26,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Lesser Idols","colLabels":["Deity","Alignment","Province","Suggested Domains","Common Symbol"],"colStyles":["col-2","col-1 text-center","col-2","col-2","col-5"],"rows":[["{@deity Arms of the Betrayers|Exandria|EGW}","NE","The Fiend, the Hexblade*","Death, War","Blade thrust downward through an eight-eyed skull"],["{@deity Ceratos|Exandria|EGW}","CN","The Great Old One","Knowledge, Tempest","Three mismatched eyes surrounded by teeth"],["{@deity Desirat|Exandria|EGW}","LE","The Fiend, the Undying**","Light, Trickery","Burning purple feather"],["{@deity Naviask|Exandria|EGW}","NG","The Archfey","Life, Nature","Wreath of flowers shaped into demon horns"],["{@deity Quajath|Exandria|EGW}","CN","The Fiend, the Great Old One","Nature, War","Ring of teeth"],["{@deity The Hag Mother|Exandria|EGW}","NE","The Fiend","Knowledge, Trickery","Single red horn"],["{@deity The Luxon|Exandria|EGW}","N","—","Arcana,** Light","Hollow dodecahedron"],["{@deity The Traveler|Exandria|EGW}","CN","The Archfey","Nature, Trickery","Arched doorway over a road that vanishes into the distance"],["{@deity Uk'otoa|Exandria|EGW}","NE","The Great Old One, the Hexblade*","Knowledge, Tempest","Yellow, slitted eye"],["{@deity Vesh|Exandria|EGW}","NE","The Archfey, the Undying**","Death, Life","Crimson ring hanging from a chain"],["{@deity Xalicas|Exandria|EGW}","LG","The Archfey, the Celestial*","Life, Light","Single blackened wing"]],"footnotes":["* The {@class Warlock||Celestial|Celestial|XGE} and {@class Warlock||Hexblade|Hexblade|XGE} warlock patrons appear in {@book Xanathar's Guide to Everything|XGE}.","** {@class Warlock||The Undying|Undying|SCAG} warlock patron and the {@class Cleric||Arcana domain|Arcana|SCAG} appear in {@book Sword Coast Adventurer's Guide|SCAG}."],"name":"Lesser Idols","page":30,"source":"EGW","chapter":{"name":"Story of Wildemount","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Eiselcross Encounters: Levels 1–4","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters encounter {@dice 1d4} wildfolk {@creature Scout||scouts} hunting a {@creature saber-toothed tiger}. The scouts are out of arrows and willing to trade equipment and information to replenish their ammunition."],["2","The characters encounter a lost Cerberus Assembly {@creature mage} trying to return to Balenpost. The rest of the mage's team died in the ruins of Aeor, and there is a {@chance 50|50 percent} chance the mage carries a recently recovered Aeorian item."],["3","The characters find a {@creature griffon} with an arrow in its wing that prevents it from flying. A character who succeeds on a DC 15 Wisdom ({@skill Animal Handling}) check can approach the griffon without being attacked. Such a character can remove the arrow, restoring the griffon's ability to fly, after which the griffon allows the character to ride it as a mount for the next {@dice 1d10} days."],["4","The characters encounter the {@creature revenant} of a dead explorer from Balenpost who was murdered by one of its team and is looking for vengeance."],["5","The characters find a 3-foot-tall, 50-pound egg. If they keep the egg in a cold environment for {@dice 1d10} weeks, a {@creature white dragon wyrmling} hatches from it."],["6","A {@creature young remorhaz} ambushes the characters."]],"name":"Eiselcross Encounters: Levels 1–4","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 5–10","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters encounter {@dice 1d4 + 1} {@creature Mammoth||mammoths} being hunted by {@dice 2d6} wildfolk {@creature Scout||scouts}."],["2","An {@creature abominable yeti} and {@dice 1d4} {@creature Yeti||yetis} stalk the characters."],["3","The characters encounter {@dice 2d4} {@creature Allowak Yeti|EGW|yetis from Allowak's Sanctuary} (see \"{@book Allowak's Sanctuary Yeti Statistics|EGW|4|Allowak's Sanctuary Yeti Statistics}\" later in this chapter). The yetis attempt to scare the characters away but do not wish to do harm."],["4","The characters pass an Aeorian building that crashed nearby. The building contains {@dice 1d4 + 4} {@creature Wight||wights}."],["5","An {@creature Aeorian absorber|EGW} (see {@book chapter 7|EGW|8|Aeorian Absorber}) ambushes the characters."],["6","The characters encounter a large herd of elk. If the characters scare the elk, {@dice 1d6} {@creature elk} attack while the rest of the herd flees. During the combat, a {@creature remorhaz} bursts out of the snow and attacks indiscriminately."]],"name":"Eiselcross Encounters: Levels 5–10","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 11–16","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult white dragon} confronts the characters, demanding treasure for passage through its territory. The dragon accepts 1,000 gp worth of treasure or a rare magic item as acceptable tribute."],["2","The characters encounter an {@creature iron golem} that keeps walking in circles. The golem attacks any creatures within 10 feet of it but otherwise continues walking in circles."],["3","The characters find a camp of {@dice 2d4} {@creature Minotaur||minotaurs} and {@dice 4d6} {@creature Orc||orcs} looking for wildfolk to recruit for the Kryn. These explorers want to keep their operation covert. If they aren't convinced the characters can keep their secret, the Xhorhasians attack."],["4","A {@creature roc} flies overhead and attempts to scoop up a character of your choice as its next meal."],["5","The characters encounter a coven of three {@creature Night Hag||night hags} searching for Aeorian items. In their humanoid guises, these hags pretend to be lost explorers and request the characters' escort. When the characters are in a vulnerable spot, the hags reveal their true nature and attack."],["6","The characters are ambushed by {@dice 1d8 + 1} {@creature Frost Giant||frost giants}."]],"name":"Eiselcross Encounters: Levels 11–16","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Eiselcross Encounters: Levels 17–20","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters find the buried top of an Aeorian tower that crashed into the ice. Ice fills the lower levels of the tower, and {@dice 1d4 + 1} {@creature Aeorian Nullifier|EGW|Aeorian nullifiers} (see {@book chapter 7|EGW|8|Aeorian Nullifier}) are frozen in the ice."],["2","The characters encounter {@dice 2d6} gladiator wormkin (see \"{@book Tomb of the Worm|EGW|4|Tomb of the Worm}\" later in this chapter) attempting to force-feed a group of {@dice 3d6} wildfolk {@creature Commoner||commoners} the meat of the Undermaw."],["3","The characters find a humanoid skull frozen in the ice. If they free the skull, it comes alive, revealing its true form as a {@creature demilich}."],["4","The characters encounter two {@creature Mage||mages} from Balenpost planning to steal an Aeorian item from a camp of {@dice 3d6} {@creature Frost Giant||frost giants} and their tamed {@creature frost worm|EGW} (see {@book chapter 7|EGW|8|Frost Worm}) The mages ask for the characters' help with the heist."],["5","The characters encounter the {@creature ghost} of an Aeorian citizen. If the characters are kind to the ghost, the undead might be able to share the history of the crashed city with the characters."],["6","The characters encounter {@dice 2d6} {@creature Frost Giant Zombie|EGW|frost giant zombies} (see {@book chapter 7|EGW|8|Frost Giant Zombie}). These zombies did not come from the Fortress of the Dead Jarl. Their origin is up to you."],["7","The characters cross over an area of thin ice. A {@creature kraken} obsessed with Aeor floats beneath the ice and orders the characters to share any knowledge they have of the place or face its wrath."],["8","An {@creature ancient white dragon} ambushes the characters."]],"name":"Eiselcross Encounters: Levels 17–20","page":122,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"colLabels":["d8","Habitat"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Arctic"],["2","Desert"],["3","Forest"],["4","Grassland"],["5","Hill"],["6","Mountain"],["7","Ocean"],["8","Swamp"]],"name":"Mutalos Habitats","page":128,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"colLabels":["d10","Phenomenon"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","It smells of death here. This area is permanently ridden with the stench of rot and decay."],["2","Incorporeal phantoms move in and out of reality here. These apparitions ignore any interaction with creatures."],["3","Everything is a single color here. All physical matter in this area adopts the pigmentation of one of the seven colors of the rainbow or the color black."],["4","Nonmagical fire can't burn here."],["5","Sources of light here appear kaleidoscopic. Empty air refracts light in this area, creating dazzling displays of prismatic colors."],["6","Any character who sleeps here dreams of a different life on a different world in a different body."],["7","There is no sound here. This area is permanently under the effects of the {@spell silence} spell."],["8","This place is supernaturally unlucky. Attack rolls, ability checks, and saving throws cannot be rerolled in this area."],["9","Water turns to acid here. Water introduced to this area becomes acid in {@dice 1d4} days."],["10","This place is haunted by fragments of the Far Realm. Whenever the target of a Wisdom saving throw fails its save, that creature has a {@chance 5|5 percent} chance of becoming afflicted by a random form of long-term madness (see \"{@book Madness|DMG|8|Madness}\" in chapter 8 of the {@book Dungeon Master's Guide|DMG})."]],"name":"Uncanny Phenomena","page":151,"source":"EGW","chapter":{"name":"Wildemount Gazetteer","ordinal":{"type":"chapter","identifier":3},"index":4}},{"caption":"Social Status Relationships","colLabels":["d20","Background","Clovis Concord","Dwendalian Empire","Greying Wildlands","Kryn Dynasty"],"colStyles":["col-2 text-center","col-2","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["1","{@background Acolyte}","1 ally","1 ally (legal faith) or 1 rival (illegal faith)","1 rival","1 ally"],["2","{@background Luxonborn (Acolyte)|EGW|Acolyte (Luxonborn)}","—","1 rival","—","1 ally"],["3","{@background Charlatan}","1 ally","1 rival","1 ally","1 rival"],["4","{@background Variant Criminal (Spy)||Criminal}","1 rival","1 rival","1 ally","1 rival"],["5","{@background Myriad Operative (Criminal)|EGW|Criminal (Myriad operative)}","1 rival","1 ally","1 rival","—"],["6","{@background Entertainer}","1 ally","1 ally","1 rival","1 ally"],["7","{@background Folk Hero}","1 ally","1 rival","1 rival","1 ally"],["8","{@background Grinner|EGW}","1 ally","1 rival","—","—"],["9","{@background Variant Guild Artisan (Guild Merchant)||Guild Artisan}","1 rival","1 ally","—","1 ally"],["10","{@background Hermit}","—","1 rival","1 ally","1 ally"],["11","{@background Noble}","1 ally","1 ally and 1 rival","1 rival","1 ally and 1 rival"],["12","{@background Outlander}","—","—","1 ally","—"],["13","{@background Sage}","1 rival","1 rival","—","1 ally"],["14","{@background Cobalt Scholar (Sage)|EGW|Sage (Cobalt Scholar)}","1 ally","1 ally and 1 rival","1 ally","1 rival"],["15","{@background Sailor}","1 ally and 1 rival","—","1 rival","1 ally"],["16","{@background Revelry Pirate (Sailor)|EGW|Sailor (Revelry pirate)}","1 ally and 1 rival","—","1 ally","—"],["17","{@background Soldier}","1 ally","1 ally and 1 rival","1 rival","1 ally and 1 rival"],["18","{@background Augen Trust (Spy)|EGW|Spy (Augen Trust)}","—","1 ally","—","1 rival"],["19","{@background Urchin}","1 ally","1 rival","1 rival","1 rival"],["20","{@background Volstrucker Agent|EGW}","—","1 ally","—","1 rival"]],"name":"Heroic Chronicle; Social Status Relationships","page":190,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Homelands","colLabels":["d100","Region (Government)"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–21","Menagerie Coast (choose either the Clovis Concord or Revelry pirates)"],["22–40","Marrow Valley in Western Wynandir (Dwendalian Empire)"],["41–72","Zemni Fields in Western Wynandir (Dwendalian Empire)"],["73–77","Greying Wildlands (choose either the Tribes of Shadycreek Run or Uthodurn)"],["78–00","Xhorhas in Eastern Wynandir (choose either the Kryn Dynasty or Xarzith Kitril)"]],"name":"Backstory; Homelands","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Backgrounds","colLabels":["d20","Background","Reference"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","{@background Acolyte}","PH"],["2","{@background Luxonborn (Acolyte)|EGW|Acolyte (Luxonborn)}","EGW"],["3","{@background Charlatan}","PH"],["4","{@background Variant Criminal (Spy)||Criminal}","PH"],["5","{@background Myriad Operative (Criminal)|EGW|Criminal (Myriad operative)}","EGW"],["6","{@background Entertainer}","PH"],["7","{@background Folk Hero}","PH"],["8","{@background Grinner|EGW}","EGW"],["9","{@background Variant Guild Artisan (Guild Merchant)||Guild Artisan}","PH"],["10","{@background Hermit}","PH"],["11","{@background Noble}","PH"],["12","{@background Outlander}","PH"],["13","{@background Sage}","PH"],["14","{@background Cobalt Scholar (Sage)|EGW|Sage (Cobalt Scholar)}","EGW"],["15","{@background Sailor}","PH"],["16","{@background Revelry Pirate (Sailor)|EGW|Sailor (Revelry pirate)}","EGW"],["17","{@background Soldier}","PH"],["18","{@background Augen Trust (Spy)|EGW|Spy (Augen Trust)}","EGW"],["19","{@background Urchin}","PH"],["20","{@background Volstrucker Agent|EGW}","EGW"]],"name":"Backstory; Backgrounds","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Menagerie Coast Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01","Brokenbank","Town"],["02","Darktow","Town"],["03–09","Feolinn","City"],["10–19","Gwardan","City"],["20–36","Nicodranas","City"],["37–40","Othe","City"],["41","Palma Flora","Town"],["42–84","Port Damali","City"],["85–93","Port Zoon","City"],["94–00","Tussoa","City"]],"name":"Backstory; Menagerie Coast Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Marrow Valley Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–02","Alfield","Town"],["03–05","Ashguard Garrison","Military outpost"],["06–07","Berleben","Town"],["08–12","Bladegarden","City"],["13–18","Deastok","City"],["19–22","Felderwin","City"],["23–32","Grimgolir","City"],["33–40","Hupperdook","City"],["41–44","Kamordah","City"],["45","Talonstadt","Town"],["46–50","Trostenwald","City"],["51–52","Vol'antim","Town"],["53–00","Zadash","City"]],"name":"Backstory; Marrow Valley Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Zemni Fields Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01","Blumenthal","Town"],["02–07","Bysaes Tyl","City"],["08–11","Druvenlode","City"],["12–13","Icehaven","Town"],["14–18","Nogvurot","City"],["19–20","Odessloe","City"],["21–26","Pride's Call","City"],["27–96","Rexxentrum","City"],["97–98","Rockguard Garrison","Military outpost"],["99","Velvin Thicket","Nomadic diaspora"],["00","Yrrosa","Town"]],"name":"Backstory; Zemni Fields Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Greying Wildlands Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–03","Boroftkrah","Town"],["04–06","Palebank Village","Village"],["07–30","Shadycreek Run","City"],["31–00","Uthodurn","City"]],"name":"Backstory; Greying Wildlands Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Eastern Wynandir Settlements","colLabels":["d100","Settlement Name","Type"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–20","Asarius","City"],["21","Bazzoxan","Town"],["22","Charis","Village"],["23–30","Igrathad","Seven villages"],["31–36","Jigow","City"],["37","New Haxon","Military outpost"],["38–89","Rosohna (Ghor Dranas)","City"],["90–93","Rotthold","City"],["94–96","Urzin","Town"],["97–00","Xarzith Kitril","City"]],"name":"Backstory; Eastern Wynandir Settlements","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Size (Village)","colLabels":["d100","Number of Parents","Number of Siblings"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–10","3 or more","{@dice 2d4 + 2}"],["11–50","2","{@dice 2d4}"],["51–89","1","{@dice 1d4}"],["90–00","0","0"]],"name":"Backstory; Family Size (Village)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Size (City)","colLabels":["d100","Number of Parents","Number of Siblings"],"colStyles":["col-2 text-center","col-8","col-2"],"rows":[["01–05","3 or more","{@dice 2d4 + 2}"],["06–60","2","{@dice 2d4}"],["61–80","1","{@dice 1d4}"],["81–00","0","0"]],"name":"Backstory; Family Size (City)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Family Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","You thought you killed this family member, whether by accident or otherwise. You never expected to see them again—but now they're out for your blood. You gain one rival."],["11–20","You insulted this family member so gravely that they left your life forever. If they ever return, it will be to settle the score. You gain one rival."],["21–30","You have always been better than this family member at a particular activity. They grew jealous and abandoned you, so that they could return and best you one day. You gain one rival."],["31–40","You uncovered a secret about this family member, whether a tiny embarrassment or a life-changing scandal. They now seek to unveil your darkest secret. You gain one rival."],["41–50","You and this family member have a friendly rivalry, and are constantly trying to best each other in an activity, craft, or other pursuit. You visit occasionally to test each other's skills. You gain one rival."],["51–60","This family member owes you a debt, and they don't like it. They'll help you out when you need it, but only to clear the slate. You gain one ally."],["61–70","This family member loves you, but you were never that close. They'll do anything to help you—as long as they won't be at risk of injury or death. You gain one ally."],["71–80","This family member caused you to have a horrible accident when you were a child. They still feel incredible guilt, which they would do anything to assuage. You gain one ally."],["81–90","This family member left long ago for reasons you don't understand or won't talk about. Before they left, they promised you that they would return in your hour of greatest need. You gain one ally."],["91–00","This family member has always loved you with all their heart, and would do anything for you. You gain one ally."]],"name":"Backstory; Family Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Ally Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","This ally is a loyal pet. Rather than rolling on the Ally and Rival Identities table, choose one beast of CR 1/8 or lower as your pet."],["11–20","This person once lost a bet to you and is still trying to scrounge up the cash to pay you back. They've decided you'd both be better off if they put you in their debt instead."],["21–30","This person was once a beggar to whom you gave a large sum of money. They have transformed their life thanks to you, and now want to repay your generosity."],["31–40","You were this person's favorite drinking buddy, and their home is always open to you and your friends."],["41–50","This person was once your mentor, but you left before you could complete your training. You are welcome to return and finish what you started, but only when you are ready."],["51–60","You bonded with this person over a traumatic event such as a battle or an armed robbery. If you ever tell them that you are in danger, they will try to aid you."],["61–70","You and this person share a terrible secret, and you have sworn to never reveal it to anyone. They will help you keep this secret if it is ever in danger of being revealed."],["71–80","This person fell in love with you. If you reciprocated, they always stand at your side. If you didn't, they took it well, and still consider you their closest friend."],["81–90","You and this person were affected by powerful magic, and now you both share a telepathic connection that functions while you are within 1 mile of each other."],["91–00","This person owes you their life. Even if they can't follow you everywhere you go, they will do anything they can to protect you."]],"name":"Backstory; Ally Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Rival Relationships","colLabels":["d100","Relationship"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–10","This person believes that you murdered their sibling. Regardless of your guilt or innocence, they are out for your blood."],["11–20","You bested this person in combat, but they believe you cheated to defeat them. They long to prove that they are the superior warrior."],["21–30","You broke a promise to this person, and it caused them to suffer greatly. Now they conspire to make someone else break a valuable promise to you."],["31–40","You once loved this person, but broke their heart. They are now obsessed with making you feel the same pain they felt."],["41–50","This person was ordered to arrest you, and doggedly hunts you wherever you go."],["51–60","This person thinks that you were replaced by a doppelganger or possessed by a spirit or monster. They are now trying to defeat you, so as to find or free the original you."],["61–70","You fled from your home under mysterious circumstances. This person is obsessed with finding out the truth of what caused you to leave."],["71–80","You and this person tried to harness power beyond your control, and it left them disfigured and in constant pain. Having since mastered the power that nearly destroyed them, they now seek to turn it upon you."],["81–90","You helped this person out once when they were down on their luck, and now they go to you whenever they need help."],["91–00","This person wants to be your friend, but their help has always made your life harder."]],"name":"Backstory; Rival Relationships","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Ally and Rival Identities","colLabels":["d100","Stat Block"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","{@creature Commoner} (MM)"],["06–10","{@creature Acolyte} (MM)"],["11–15","{@creature Bandit} (MM)"],["16–20","{@creature Bandit captain} (MM)"],["21–25","{@creature Berserker} (MM)"],["26–30","{@creature Cultist} (MM)"],["31–35","{@creature Cult fanatic} (MM); gain one fateful moment"],["36–40","{@creature Druid} (MM)"],["41–45","{@creature Gladiator} (MM); gain one fateful moment"],["46–50","{@creature Guard} (MM)"],["51–55","{@creature Knight} (MM)"],["56–60","{@creature Priest} (MM)"],["61–65","{@creature Scout} (MM)"],["66–70","{@creature Spy} (MM)"],["71–75","{@creature Tribal warrior} (MM)"],["76–80","{@creature Veteran} (MM)"],["81–84","{@creature Mage} (MM); gain one fateful moment"],["85–88","{@creature Noble} (MM); gain one fateful moment"],["89–92","{@creature Assassin} (MM); gain one fateful moment"],["93–94","{@creature Blood hunter|EGW} (EGW); gain one fateful moment"],["95–96","Good or neutral {@creature werebear} or {@creature weretiger} (DM's choice; MM); gain one fateful moment"],["97–98","Evil {@creature wereboar}, {@creature wererat}, or {@creature werewolf} (DM's choice; MM); gain one fateful moment"],["99","{@creature Archmage} (MM); gain one fateful moment"],["00","{@creature Adult gold dragon} or {@creature adult red dragon} (DM's choice; MM); gain one fateful moment"]],"name":"Backstory; Ally and Rival Identities","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Fateful Moments","colLabels":["d20","Event"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your parents were murdered in front of you. Roll on the {@book Ally and Rival Identities table|EGW|5|Ally and Rival Identities} to determine the type of creature that killed them. You have proficiency in the {@skill Stealth} and {@skill Survival} skills."],["2","You met a dark elf dying in the wilderness. Around their neck was a silver talisman containing a cameo of their child and the name \"Il'viranya.\" It is an {@item amulet of proof against detection and location}."],["3","A mysterious stranger gave you a gift that saved your life while you were lost in the wilderness. Roll on the {@book Ally and Rival Identities table|EGW|5|Ally and Rival Identities} to determine the identity of the stranger. Then roll on {@table Magic Item Table B} in the {@book Dungeon Master's Guide|DMG} to determine the item. If you roll a consumable item from the table, roll again."],["4","You were caught in a terrible storm but miraculously survived. Now your dreams contain visions sent by a mysterious god or demigod. You have proficiency in the {@skill Arcana} or {@skill Religion} skill (your choice)."],["5","A famous warrior trained you with what has become your signature weapon. You have proficiency with a martial weapon of your choice, and you own one such weapon. It has special features as detailed in {@book chapter 7|DMG|7|Types of Treasure} of the {@book Dungeon Master's Guide|DMG}. You also have the {@feat Martial Adept} feat from the {@book Player's Handbook|PHB}."],["6","You were the sole survivor when a horde of rampaging monsters raided your village or your neighborhood. You have proficiency in the {@skill Stealth} skill or proficiency with martial weapons (your choice)."],["7","A famous mage saw potential in you and tutored you in the arcane arts. You have a spellbook and the {@feat Magic Initiate} feat from the {@book Player's Handbook|PHB}."],["8","While on a long journey, you were picked up by a traveling circus, spending a year with them before returning to your home. You have proficiency in the {@skill Acrobatics} or {@skill Performance} skill (your choice) and proficiency with the disguise kit."],["9","You were transformed into a bear by mysterious magic, and lived for a year as an animal before you were saved by a druid. Magic still lingers within you, though, and you can cast {@spell speak with animals} at will."],["10","You were press-ganged into military service, and were left shaken by what you saw on the battlefield. You have proficiency with medium armor, shields, and martial weapons. You also have a random form of indefinite madness, determined by rolling on the {@table indefinite madness||Indefinite Madness table} in chapter 8 of the {@book Dungeon Master's Guide|DMG}."],["11","You were kidnapped by bandits while traveling between towns. While captured, you met an old thief who helped you escape. You have proficiency with thieves' tools and proficiency in the {@skill Stealth} skill."],["12","You were visited by a demon lord in a dream. You awakened knowing the {@spell find familiar} spell and are now able to cast it as a ritual, but your familiar always takes the form of a {@creature quasit}. You also have a random form of indefinite madness, determined by rolling on the {@table indefinite madness||Indefinite Madness table} in chapter 8 of the {@book Dungeon Master's Guide|DMG}."],["13","While exploring a remote forest, you were attacked by evil lycanthropes but escaped before being killed. You are cursed with {@creature wereboar}, {@creature wererat}, or {@creature werewolf} lycanthropy (DM's choice)."],["14","While lost in a remote forest or jungle, you were saved by a {@creature werebear} or {@creature weretiger} (DM's choice). The lycanthrope believed you were destined for greatness and granted you the gift of lycanthropy with your consent."],["15","You saved a pseudodragon from being eaten by a giant spider in a dark forest. The {@creature pseudodragon} now loyally follows you wherever you go, even if you'd rather it stay hidden. It is controlled by the DM but obeys your commands if treated well."],["16","You nearly died from a virulent disease (the DM's choice of cackle fever, sewer plague, or sight rot; see {@book chapter 8|DMG|8|Diseases} of the {@book Dungeon Master's Guide|DMG}). Your life was saved by an agent of the Cobalt Soul, who could not cure the disease, but who gave you a {@item periapt of health} that suppresses it."],["17","You were accused of a crime and were exiled or imprisoned, regardless of whether or not you were guilty. Having spent time among criminals, you have proficiency in the {@skill Intimidation} skill and you know thieves' cant."],["18","You saved a riderless horse wearing full tack and harness from wolves. You own a {@creature riding horse} and a saddle, and you have proficiency in the {@skill Animal Handling} skill."],["19","While reading through a mysterious tome once owned by your parent, you found a treasure map that points toward a place in Wildemount of the DM's choice."],["20","You received a letter revealing that you were the secret child of a wealthy noble family living in Rexxentrum within the Dwendalian Empire. They enclosed 100 gp to ensure your safe passage to the imperial capital, and a signet ring bearing your true family's seal."]],"name":"Backstory; Fateful Moments","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Menagerie Coast)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Paella—a working-class dish made with rice, white beans, and seafood"],["2","Plantain cups—a sweet and savory dish of fried plantains stuffed with meat and rice"],["3","Gazpacho—a cold soup served on hot days, made from pounded vegetables and fruit"],["4","Honeyflame bread—a fried dessert soaked in honey and coated in Marquesian spices"],["5","Fusaka fish—seafood cutlets smothered in Marquesian fusaka spice and fried in oil"],["6","Snakelocks noodles—sea anemone tendrils coated in honey batter and delicately fried"],["7","Queen's water—a soft drink made from syrup, honey, guava, and tamarind"],["8","Blacksand coffee—a tiny shot of coffee, brewed atop red-hot sand, Marquet-style"]],"name":"Backstory; Favorite Foods (Menagerie Coast)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Western Wynandir)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dumplings—a steamed potato bread that can be served with any meal"],["2","Sauerbraten—a Zemnian peasant dish of pickled horse meat served with cabbage"],["3","Brawn, also known as head cheese—a meat jelly made from boiled calf's head"],["4","Schweinshaxe—a Zemnian peasant dish of long-marinated roasted pork knuckle"],["5","Dampfnudel—a regal steamed roll served in sweet custard or with savory potatoes"],["6","Spanferkel—an expensive dish of suckling pig, roasted and served at royal parties"],["7","Trost—a sweet, dark ale brewed in Trostenwald"],["8","Radler—a sweet, expensive drink made from imported lemonade mixed with beer"]],"name":"Backstory; Favorite Foods (Western Wynandir)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Greying Wildlands)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Imperial pickled plums, smuggled from the Dwendalian Empire by Myriad agents"],["2","Charred venison and roasted potatoes, prepared with local game and local tubers"],["3","Raw venison still dripping with blood"],["4","Elf-mash—a creamy dish made from overripe cloudberries"],["5","Dwarven rootbake—a hearty casserole of roots and tubers wrapped in seaweed"],["6","Jam porridge—made from Xhorhasian rice and topped with salmonberry jam"],["7","Blazing tea—a beverage blended from fermented fireroot and mouth-scalding spices"],["8","Sbiten—a drink made from honey and spices, best enjoyed hot on snowy days"]],"name":"Backstory; Favorite Foods (Greying Wildlands)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Favorite Foods (Eastern Wynandir)","colLabels":["d8","Food"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rzukaal—a dish made from sautéed rice noodles, hearty mushrooms, and giant spider legs"],["2","Yuyandl—grilled yuyo (a zucchini-like vegetable that grows in Rosohna's sunless gardens) spiced and served with rice"],["3","Mastodon kor'rundl—grilled mastodon served with sunless kor'run (a squash-like vegetable that grows in Rosohna's sunless gardens) and rice"],["4","Kinespaji spaaldl—soup made from mushrooms or vegetables and the boiled spit of a horizonback turtle"],["5","Umarindaly—a dessert akin to rice pudding, topped with spiced gooseberry jam"],["6","Keltaly—heavy cream mixed with pulverized black currants and frozen into a fluffy, sweet, creamy dessert"],["7","Erzfaalyu—a potent spirit made from fermented rice"],["8","Yunfaalyu—a fragrant plum liquor served at frigid temperatures and garnished with currants"]],"name":"Backstory; Favorite Foods (Eastern Wynandir)","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Mysterious Secrets","colLabels":["d20","Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Years ago, my best friend came to me in the middle of the night and gave me a key that glowed with an icy blue light. I never saw that friend again."],["2","I was the only witness to a cold-blooded murder. In the aftermath, I saw the killer take a gold coin with a ruby inlaid at its center from the victim's body."],["3","I once had a dream where an old stranger looked me dead in the eye, screamed \"Scourger!\" at the top of their lungs, and then exploded into a column of flame."],["4","While exploring near my home, I found a cliff with a bunch of caverns dug out of it, all of them large enough for people to hide within."],["5","I once saw a cat that seemed to be moving with a strange sense of purpose. I followed it to the dwelling of an important local elder, where it gazed through the window for an hour. Then it suddenly shook itself and raced away, as though a spell had been broken."],["6","One of my parents left home in the middle of a storm, in the middle of the night. They had their sword and shield. They came back a week later, with the shield practically in pieces. They never talked about that night."],["7","I had a friend who was a farmer. Every week, their crops doubled in size until they had pumpkins as big as houses. Then the next week, the friend was gone and their fields were torched. I never heard from them again."],["8","I once saw an enormous figure walking through the clouds on a stormy night. At one point, they looked at me, and then kept walking."],["9","I woke up one night to find one of my siblings perched on my chest, staring into my eyes. They said, \"The time is soon,\" and then giggled and ran off. When I asked them, they had no memory of the event."],["10","I once saw a giant bird soar past overhead. It croaked out a cry that sounded like my name, then disappeared beyond the clouds."],["11","I ate a fruit whose seeds spelled out a magic word where I'd cast them onto the ground. Years later, I saw the same word spelled out within a slice of bread."],["12","A warrior friend of mine died. But every so often, I swear I see that friend in their old armor, at the corner of my vision."],["13","An old seer once touched my forehead and gave me a vision of a flaming bird chained beneath a mountain, squirming and wailing in the darkness."],["14","Once while on a boat, I heard a voice rumbling around me. I looked down below the water, and I swear I saw golden eyes looking up at me."],["15","While I was eating, a whole potato exploded into worms, and I suffered a vision of a gigantic worm eating the world like a giant apple."],["16","While picking flowers, I saw a tall figure with red skin and horns wandering the meadow. The flowers grew taller where they walked, but I fled in fear and never saw the figure again."],["17","I was attacked by wolves in the woods one day, and was saved by a stranger with a bandage over their eyes. This person shone with silver light and was covered with scars—and I think I might have seen black wings tucked in at their back."],["18","While trying to forge a sword, I accidentally burned myself with the red-hot blade. A strange vision then came to me, of powerful weapons calling out for me to wield them."],["19","I once met someone fleeing through the woods who said they had escaped from some evil place. I asked what that meant, but the stranger fell dead on the spot. When I returned with help to collect the body, it was gone."],["20","I once caught a falling star. It looked up from my hands and smiled, then told me to look for it on the day when fire erupts from the earth."]],"name":"Backstory; Mysterious Secrets","page":191,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Prophecy Inspirations","colLabels":["d20","Prophecy"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will defeat the creature that killed my parents. Its defeat might make me question my purpose in life."],["2","I will uncover the reason that the Cerberus Assembly took my sibling away. Finding my sibling will set political events beyond my control into motion."],["3","I will save my village from the gnoll tribe that has raided us for the past year. Their defeat will inspire me to perform even greater feats of heroism."],["4","I will unlock the secrets of consecution that the Kryn are hiding. This knowledge will open my mind to a terrifying truth."],["5","I will join a blood hunter order. My new comrades-in-arms will make me powerful, but I must pay a steep price for that power."],["6","I will steal a king's ransom from a Revelry pirate. That wealth will make me happy, but it will also draw unsavory characters to me."],["7","I will become a hero of the war between the Dwendalian Empire and the Kryn. I will be haunted by the atrocities I witness on the battlefield."],["8","I will cleanse the Savalirwood of its corruption while welcoming that corruption into my own body."],["9","I will infiltrate the Myriad, but doing so will compel me to commit evil acts."],["10","I will uncover a relic from Eiselcross and become famous, but the relic will exact a terrible cost."],["11","I will speak to a dragon, live to tell the tale, and provoke the dragon's everlasting wrath."],["12","I will steal a holy relic of the Kryn Dynasty, making me a target for anyone who desires its power."],["13","I will hesitate at an important moment. Another person will suffer for it."],["14","I will stumble by accident into the arms of the Golden Grin. Though I will reject their call at first, something will draw me back."],["15","I will befriend a flying beast and ride it through the skies. Others will envy me for the bond I have with this creature."],["16","I will kneel before Bright Queen Leylas Kryn without knowing who she is. This moment of uncertainty will lead to danger."],["17","I will stand before Princess Suria Dwendal and briefly hold the fate of the empire in my hand. I won't realize the gravity of my decision until it is too late."],["18","My actions will lead to the death of a marquis of the Clovis Concord. I will know exactly who killed them, but no one in power will believe me."],["19","I will anger one of the Tribes of Shadycreek Run. As its members hunt me in retribution, others will suffer and I will pay the price."],["20","I will meet my birth parents. Doing so reveals a secret about my birth that will change the way I look at the world."]],"name":"Prophecy Inspirations","page":199,"source":"EGW","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":4},"index":5}},{"caption":"Arms of the Betrayers Destruction","colLabels":["d8","Destruction Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The weapon must be bathed in the ichor of an archdevil or demon lord."],["2","A coven of twelve night hags must perform an eight-hour ritual known only to them on the plane of Gehenna to destroy the weapon."],["3","The weapon must be brought back to a forgotten forge in Xhorhas and melted down by the furnace that made it."],["4","The fiery breath of an {@creature ancient red dragon} is the only thing that can destroy the weapon."],["5","The weapon is destroyed if devoured by Uk'otoa."],["6","Thrusting the weapon into a {@item Luxon beacon|EGW} destroys the weapon and the beacon alike."],["7","The weapon can be broken only by a blow from another of the Arms of the Betrayers."],["8","Burning the remains of the first champion to wield the weapon destroys the item."]],"name":"Arms of the Betrayers Destruction","page":274,"source":"EGW","chapter":{"name":"Wildemount Treasures","ordinal":{"type":"chapter","identifier":6},"index":7}},{"caption":"Standard Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@language Common|MOT}","Humans","Common"],["{@language Giant|MOT}","Cyclopes, giants","Minotaur"],["{@language Leonin|MOT}","Leonin","Common"],["{@language Primordial|MOT}","Tritons","Common"],["{@language Minotaur|MOT}","Minotaurs","Minotaur"],["{@language Sylvan|MOT}","Centaurs, satyrs","Elvish"]],"name":"Standard Languages","page":9,"source":"MOT","chapter":{"name":"Welcome to Theros","index":0}},{"caption":"Exotic Languages","colLabels":["Language","Typical Speakers","Script"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["{@language Celestial|MOT}","Gods","Celestial"],["{@language Draconic|MOT}","Dragons","Draconic"],["{@language Sphinx|MOT}","Sphinxes","—"]],"name":"Exotic Languages","page":9,"source":"MOT","chapter":{"name":"Welcome to Theros","index":0}},{"caption":"Gods of Theros","colLabels":["Deity","Alignment","Suggested Cleric Domains","Common Symbol"],"colStyles":["col-4","col-1 text-center","col-3","col-3"],"rows":[["Athreos, god of passage","LE","Death, Grave*","Crescent moon"],["Ephara, god of the polis","LN","Knowledge, Light","Urn pouring water"],["Erebos, god of the dead","NE","Death, Trickery","Serene face"],["Heliod, god of the sun","LG","Light","Laurel crown"],["Iroas, god of victory","CG","War","Four-winged helmet"],["Karametra, god of harvests","NG","Life, Nature","Cornucopia"],["Keranos, god of storms","CN","Knowledge, Tempest","Blue eye"],["Klothys, god of destiny","N","Knowledge, War","Drop spindle"],["Kruphix, god of horizons","N","Knowledge, Trickery","Eight-pointed star"],["Mogis, god of slaughter","CE","War","Four-horned bull's head"],["Nylea, god of the hunt","NG","Nature","Four arrows"],["Pharika, god of affliction","NE","Death, Knowledge, Life","Snakes"],["Phenax, god of deception","CN","Trickery","Winged golden mask"],["Purphoros, god of the forge","CN","Forge,* Knowledge","Double crest"],["Thassa, god of the sea","N","Knowledge, Tempest","Waves"]],"footnotes":["* The Forge and Grave domains appear in {@book Xanathar's Guide to Everything|XGE}"],"name":"Gods of Theros","page":35,"source":"MOT","chapter":{"name":"Gods of Theros","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Meletian Calendar","colLabels":["Month","Name","Length","God"],"colStyles":["col-2 text-center","col-4 text-center","col-2 text-center","col-3 text-center"],"rows":[["1","Lyokymion","30 days","Thassa"],["2","Protokynion","29 days","Nylea"],["3","Astrapion","30 days","Keranos"],["4","Polidrysion","29 days","Ephara"],["5","Thriambion","30 days","Iroas"],["6","Megasphagion","29 days","Mogis"],["7","Chalcanapsion","30 days","Purphoros"],["8","Necrologion","29 days","Athreos"],["9","Therimakarion","30 days","Karametra"],["10","Katabasion","29 days","Erebos"],["11","Cheimazion","30 days","Pharika"],["12","Agrypnion","29 days","Kruphix"],["13*","Anagrypnion","30 days","Kruphix"]],"footnotes":["* This month occurs only once every three years."],"name":"The Meletian Calendar; Meletian Calendar","page":85,"source":"MOT","chapter":{"name":"Realms of Gods and Mortals","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Omens of Athreos","colLabels":["d6","d100","Omen of Athreos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","01","Faintly glowing wisps of fog or mist coalesce into shapes in the air."],["2","02","Ghostly whispers come from nowhere."],["3","03","The ground beneath a character's feet flows like water in a river."],["4","04","A veiled figure observes the character from a distance, then vanishes."],["5","05","Silent mourners carry a body past."],["6","06","Echoes produce words different from the ones originally spoken."]],"name":"Omens of Athreos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Ephara","colLabels":["d6","d100","Omen of Ephara"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","07","A carved image or face-like pattern on a wall animates and speaks."],["2","08","The streets of a city seem to alter course to lead to a specific destination."],["3","09","Birds fly in parallel rows, like a marching army."],["4","10","Eddies in a stream subside, and the water flows in a straight line."],["5","11","A grove of trees has a perfectly symmetrical configuration."],["6","12","A clay vessel overflows with water."]],"name":"Omens of Ephara","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Erebos","colLabels":["d8","d100","Omen of Erebos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","13","Small animals drop dead within an area."],["2","14","A gold coin hangs like a piece of fruit from the branch of a dead tree."],["3","15","The sun's light does not penetrate an area."],["4","16","A character is stung as if struck by a whip."],["5","17","Words can be heard in the sounds made by clinking coins."],["6","18","An eclipse suddenly occurs."],["7","19","Crows or vultures drop bones in an ominous pattern."],["8","20","Swirling smoke forms macabre shapes."]],"name":"Omens of Erebos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Heliod","colLabels":["d8","d100","Omen of Heliod"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","21","A brilliant pattern appears around the sun."],["2","22","A shaft of sunlight breaks through cloud cover or foliage to shine on a specific spot."],["3","23","A pegasus appears and invites a character to touch it."],["4","24","The sun remains in the same place in the sky for far too long."],["5","25","The sun blinks."],["6","26","No shadows are cast."],["7","27","A specific area can't be made dark."],["8","28","The sky turns blood-red at sunrise or sunset."]],"name":"Omens of Heliod","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Iroas","colLabels":["d6","d100","Omen of Iroas"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","29","The rousing blare of distant trumpets drowns out other sounds."],["2","30","Clouds limned by sunlight take a form that resembles Iroas."],["3","31","A character's weapon or shield shatters dramatically, then repairs itself."],["4","32","A four-winged bird circles overhead."],["5","33","The sun or moon appears to have four glowing wings."],["6","34","Water or wind sounds like cheering."]],"name":"Omens of Iroas","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Karametra","colLabels":["d6","d100","Omen of Karametra"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","35","Patterns form in fallen leaves or in the scattered leavings of grain in a field."],["2","36","Rustling plants produce sounds that resemble words."],["3","37","Fruit begins mewling and giggling like delighted infants."],["4","38","Hearth fires blaze or small fires start up, attracting small creatures to curl up in front of them."],["5","39","Wild animals act domesticated."],["6","40","Food multiplies or heals when bitten."]],"name":"Omens of Karametra","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Keranos","colLabels":["d6","d100","Omen of Keranos"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","41","Lightning strikes, thunder rumbles, or rain falls in a clear sky."],["2","42","A powerful thought springs unbidden to mind, like a shout in one's head."],["3","43","Rain produces a melody that sounds like a familiar song."],["4","44","A lightning-scarred tree stands alone in a forest clearing."],["5","45","A fierce wind blows in a particular direction."],["6","46","A character sees distinct figures or patterns in the sky when lightning flashes."]],"name":"Omens of Keranos","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Klothys","colLabels":["d6","d100","Omen of Klothys"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","47","A character experiences an extended episode of déjà vu."],["2","48","Spider webs gleam as if they were made of silver threads."],["3","49","The sky turns a rich gold color."],["4","50","A character's hair grows several inches and braids itself."],["5","51","Glowing green threads create a pattern or follow a path in the air."],["6","52","A character experiences a powerful episode of déjà vu."]],"name":"Omens of Klothys","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Kruphix","colLabels":["d6","d100","Omen of Kruphix"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","53","The natural world falls utterly silent."],["2","54","An aurora shimmers on the horizon."],["3","55","The attention of every celestial figure in the night sky is suddenly focused on one character or place."],["4","56","Nyx appears in the shadows of all things."],["5","57","Two extra ethereal arms sprout from a character's body."],["6","58","The night sky appears to wheel overhead as though years are streaming by."]],"name":"Omens of Kruphix","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Mogis","colLabels":["d6","d100","Omen of Mogis"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","59","A creature spontaneously starts bleeding, their blood pooling in a bull shape."],["2","60","Normally harmless animals turn aggressive—the smaller, the angrier."],["3","61","Water (a stream, pool, rain, or a liquid in a container) turns to boiling blood."],["4","62","A bestial roar erupts from over the horizon or deep within the earth."],["5","63","The stars turn red."],["6","64","A character develops a ravenous hunger for raw meat."]],"name":"Omens of Mogis","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Nylea","colLabels":["d8","d100","Omen of Nylea"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","65","Butterflies land on a character or fly together in a particular direction."],["2","66","Fallen leaves blow perpendicular to the wind."],["3","67","The weather suddenly changes radically."],["4","68","A colored arrow strikes nearby, arching from an impossible direction."],["5","69","Plants sprout and grow to maturity instantly."],["6","70","Trees and vines coil to hinder movement."],["7","71","Animal tracks appear where nothing walks."],["8","72","A celestial lynx paces back and forth across the night sky."]],"name":"Omens of Nylea","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Pharika","colLabels":["d6","d100","Omen of Pharika"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","73","Hundreds of snakes, spiders, or centipedes crawl from the ground."],["2","74","A strong chemical smell follows a character."],["3","75","A character exhibits a disease's symptoms."],["4","76","Leaves shrivel and turn black, while flowers pour acidic nectar."],["5","77","A snakeskin wraps around a way marker or personal possession."],["6","78","Patterns of clouds or stars slither away, moving with an audible susurrus."]],"name":"Omens of Pharika","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Phenax","colLabels":["d6","d100","Omen of Phenax"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","79","Shadows move independently of whatever casts them, appearing to run away."],["2","80","A gold mask momentarily appears over the face of every living creature in sight."],["3","81","Objects, landmarks, even stars momentarily vanish, as if pilfered in plain sight."],["4","82","Everything turns shades of gray."],["5","83","Creatures' mouths momentarily vanish and they can't make sounds or speak."],["6","84","The sun momentarily melts, raining gold coins that vanish soon after landing."]],"name":"Omens of Phenax","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Purphoros","colLabels":["d8","d100","Omen of Purphoros"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","85","The sound of a hammer rings in the air."],["2","86","Noxious gas suddenly vents from underground."],["3","87","The ground or a metal object becomes uncomfortably hot."],["4","88","An animal moves in a mechanical manner."],["5","89","Huge plumes of smoke rise from the horizon."],["6","90","The earth shakes in a deliberate rhythm."],["7","91","Something that was broken is reshaped into something new."],["8","92","A statue or metal object comes to life."]],"name":"Omens of Purphoros","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Omens of Thassa","colLabels":["d8","d100","Omen of Thassa"],"colStyles":["col-2 text-center","col-1 text-right","col-9"],"rows":[["1","93","A lustrous seashell or small fish appears in someone's drink."],["2","94","The tide goes out (or in) at the wrong time."],["3","95","The sound of crashing waves fills the air."],["4","96","Ripples in water form patterns of ships and sea creatures."],["5","97","A beautiful coral pillar rises from the earth."],["6","98","A flock of dozens of noisy seabirds land."],["7","99","A school of sea creatures swim in the air."],["8","00","Someone starts drowning on dry land."]],"name":"Omens of Thassa","page":111,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seal a secret path that the Returned use to escape the Underworld."],["2","Strike against one of the necropoleis, either Asphodel or Odunos, curtailing its growth or bringing it to ruin."],["3","Seek out a {@creature lampad|MOT} nymph who has fallen in love with a soul he was supposed to lead to the Underworld."],["4","Hunt down a rampaging cerberus and return it to its place guarding the Underworld."],["5","Reconsecrate a grand but neglected mausoleum, putting the unquiet spirits there to rest."],["6","Defeat an agent of a god who seeks to free a loved one, a mentor, or a champion from the Underworld."]],"name":"Athreos's Quests","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) follows omens to find those who have been resurrected, claiming they owe Athreos a debt."],["2","A mercenary ({@creature gladiator}) accuses a community of harboring Returned and threatens to claim their leader's life to restore the balance."],["3","A warmongering {@creature noble} rallies the public against a necropolis, encouraging a war between the living and the dead."],["4","A group of {@creature Cult Fanatic||cult fanatics} charges exorbitant prices for funeral rites, threatening to lead the dead astray unless they're shown proper respect."],["5","A {@creature priest} of Athreos speaks out against healers and Pharika's followers during a plague, offering death as the only alternative to suffering."],["6","A {@creature lampad|MOT} (see {@book chapter 6|MOT|6|Lampad}) hunts the offspring of an ancient hero who escaped death, claiming they shouldn't exist."]],"name":"Athreos's Villains","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Giant vulture}"],["2","{@creature Two-headed cerberus|MOT}"],["3","{@creature Hell hound}"],["3","{@creature Lampad|MOT}"],["6","{@creature Invisible stalker}"],["6","{@creature Underworld cerberus|MOT}"],["8","{@creature Spirit naga}"],["9","{@creature Phylaskia|MOT}"]],"name":"Athreos's Monsters","page":116,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Athreos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Athreos tires of his responsibilities but refuses to abandon them. Secretly, he has allowed the same spirit to be reborn again and again, allowing it to see all of life and death so it might one day take his place. When this apprentice disappears, Athreos refuses to ferry any more souls until his student is returned."],["2","The wealth Athreos collects in payment for his work has gone missing, stolen from his sanctuary at the end of the Tartyx River. The River Guide needs the treasure returned swiftly, not out of greed, but as it is payment for something beyond the gods."],["3","The Rivers That Ring the World are drying up. As the tides recede, great ruins are revealed, rising from the river bottom. Athreos sends agents to the headwaters of the Tartyx River, seeking the cause of the problem before whatever the river had kept drowned emerges."],["4","War between Heliod and Erebos is inevitable. Rather than letting it explode unpredictably, Athreos puts a plan into Motion to mitigate the damage. Ultimately, all it takes to end the war is Heliod's death or Erebos joining the Returned."]],"name":"Athreos's Divine Schemes","page":117,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Crossing Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Enter the Underworld without alerting Athreos to your presence."],["2","Escape the Underworld."],["3","Force someone to lose their identity in the waters of the Tartyx River."],["4","Escort a {@creature Returned sentry|MOT} (see {@book chapter 6|MOT|6|Returned Sentry}) escaping from the Underworld into the mortal world."],["5","Bargain with a {@creature lampad|MOT} (see {@book chapter 6|MOT|6|Lampad}) to learn where the body of a lost hero lies entombed."],["6","Get information from a soul waiting to be ferried to the Underworld."],["7","Pay for a stranded soul to cross the Tartyx River."],["8","Steal a specific valuable from the banks of the Tartyx River and escape unseen."],["9","Sail from the crossing to a nearby, haunted island in the center of the Tartyx River."],["10","Convince an innocent spirit who keeps returning to their mortal home to pass into the Underworld."],["11","Seek an audience with Athreos."],["12","Capture an {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus})."]],"name":"Underworld Crossing Adventures","page":118,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Crossings Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) seeks to destroy all Underworld crossings so the dead can freely enter the mortal world."],["2","A conquering general captures a number of {@creature Underworld Cerberus|MOT|Underworld cerberi} (see {@book chapter 6|MOT|6|Underworld Cerberus}), plotting to unleash the terrifying beasts during a war."],["3","A greedy {@creature priest} of Erebos steals coins from the dead before they are buried, thereby filling a crossing with stranded souls."],["4","A {@creature nightmare shepherd|MOT} (see {@book chapter 6|MOT|6|Nightmare Shepherd}) takes over a crossing and doesn't allow souls to pass into the Underworld. As a result, they become {@creature Specter||specters} that harass the living in the mortal world."],["5","A {@creature priest} of Athreos becomes annoyed with the dead returning and sends armies of clergy to secure the mortal side of the crossing."],["6","A {@creature satyr reveler|MOT} (see {@book chapter 6|MOT|6|Satyr Reveler}) seeks to throw an eternal revel! By stealing coins from the dead, the satyr traps souls at his morbid, Tartyx-side bacchanal."]],"name":"Underworld Crossings Villains","page":118,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Oust the corrupt leader of a town or a city."],["2","Reclaim a city that has been overrun by creatures of the wild."],["3","Help establish a new city in a sparsely populated area."],["4","Find a treasure to adorn a major landmark of a city."],["5","Hunt down a criminal who is causing devastating damage to a city, such as by arson."],["6","Defeat a champion of an opposed deity, most likely Phenax or Nylea."]],"name":"Ephara's Quests","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A neighborhood leader enacts punitive laws, preventing people from expressing themselves."],["2","A {@creature guard} imprisons people who worship gods opposed to Ephara, such as Phenax and Nylea."],["3","A {@creature noble} is building a new development directly in a forest, where it will displace wildlife that has lived there for millennia."],["4","A {@creature soldier|GGR} begins killing people who have committed terrible crimes but have been acquitted because of loopholes in the judicial system."],["5","A group of {@creature Mage||mages} who follow Ephara want to build a city on an island, heedless of the current residents."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) leads a cadre of scholars secretly destroying work that they deem antithetical to proper society."]],"name":"Ephara's Villains","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10","col-1 text-center"],"rows":[["1/8","{@creature Guard}"],["1/2","{@creature Anvilwrought raptor|MOT}"],["3","{@creature Meletian hoplite|MOT}"],["9","{@creature War priest|VGM}"],["11","{@creature Gynosphinx}*"],["15","{@creature Hundred-handed one|MOT}"],["17","{@creature Androsphinx}*"],["23","{@creature Empyrean}"]],"footnotes":["* See {@book chapter 6|MOT|6|Sphinx} for details about these creatures in Theros."],"name":"Ephara's Monsters","page":120,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Ephara's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ephara tries to curry Karametra's favor, hoping to persuade her to use her influence over agriculture to help the cities under Ephara's protection flourish. But Karametra, as the patron of Setessa, thinks that Ephara's focus on cities is dangerous and damaging to the lands. Nylea lashes out at both Karametra and Ephara, believing them to be working together."],["2","Ephara attempts to strip Phenax of his \"stolen\" divinity, outraged by his influence over criminals."],["3","A recent earthquake has changed the coastline, exposing a new island with a verdant and lush landscape. Ephara and Nylea are locked in a battle for control over the island, with Nylea wanting it to remain wilderness and Ephara seeking to build a city on the fertile ground."],["4","Ephara sends champions to free a city from the control of tyrants who worship Mogis, god of wrath. Mogis retaliates by sending his armies to attack a city under Ephara's protection."]],"name":"Ephara's Divine Schemes","page":121,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Agora Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Apprehend the ringleader of a thieves' guild who frequently targets people in the agora."],["2","Protect a civil leader giving a speech."],["3","Perform for an audience."],["4","Humiliate someone giving a speech or performing."],["5","Make a profit running someone's market stall."],["6","Sabotage business for the entire market."],["7","Eavesdrop on a private meeting under a stoa."],["8","Incite a crowd to action with a public speech."],["9","Debate a well-loved politician or philosopher and convince the audience to take your side."],["10","Recapture an escaped beast that was up for sale."],["11","Stop a public execution."],["12","Quell a riot without violence."]],"name":"Agora Adventures","page":122,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Agora Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature assassin} murders a politician's rivals then poses the victims in grisly, public tableaus."],["2","A group of {@creature Thug||thugs} vandalizes market stalls whose owners don't pay a weekly protection fee."],["3","{@creature Cultist||Cultists} of Pharika plot to spike the wine at a party in the agora with an experimental poison."],["4","A snake charmer overreaches when he unsuccessfully attempts to control an {@creature amphisbaena|GoS} (see {@book chapter 6|MOT|6|Amphisbaena}) during a performance."],["5","A disgraced priest of Ephara releases a horde of anvilwrought creatures (see {@book chapter 6|MOT|6|Anvilwroughts}) on a crowd gathered at the agora."],["6","A {@creature mage} politician uses enchantment magic to spread rumors about rivals."]],"name":"Agora Villains","page":122,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Capture a hero who came back to Theros as a Returned and send them back to the Underworld."],["2","Find out why those who die in a coastal village never arrive in the Underworld, and why the village is haunted by eidolons."],["3","Protect those who attend the funeral of a village elder in the hills near Akros, where minotaurs have disrupted recent burials."],["4","Investigate an alchemist who claims to have transmuted lead into gold—but who might somehow be stealing it from the Underworld."],["5","Refute the claim of a priest of Heliod who is said to be immortal because of the sun god's blessing."],["6","Take an aging champion of Iroas who has pledged their soul to Erebos in exchange for a glorious death on one last foray into the wild lands."]],"name":"Erebos's Quests","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature veteran} bargains with Erebos to allow him to remain in the living world as a Returned in exchange for a steady stream of mortal sacrifices."],["2","A prominent {@creature knight} of another god loses their entire family, then publicly turns to Erebos in hopes of being reunited with loved ones in the Underworld."],["3","An {@creature acolyte} convinces Erebos to bring her murdered daughter back to life, but the daughter is restored as a potent Returned who now terrorizes the polis."],["4","A wealthy {@creature noble} drives tenants out of a poor part of a polis so he can build a temple to Erebos."],["5","The queen of a remote settlement prays to Erebos for endless treasure, and Erebos \"blesses\" her by turning the nearby river to liquid silver. The tyrant is delighted, but everyone else in her domain suffers."],["6","A {@creature priest} of Erebos terrorizes a village, convinced that a particular Returned has taken refuge there."]],"name":"Erebos's Villains","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Shadow}","MM"],["2","{@creature Two-headed cerberus|MOT}","MOoT"],["3","{@creature Lampad|MOT}","MOoT"],["3","{@creature Nightmare}","MM"],["5","{@creature Night hag}*","MM"],["9","{@creature Abhorrent Overlord|MOT}","MOoT"],["11","{@creature Doomwake giant|MOT}","MOoT"],["11","{@creature Nightmare shepherd|MOT}","MOoT"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Erebos's Monsters","page":124,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Erebos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Erebos has captured Phenax's eidolon, the identity severed from Phenax's body when he became the first Returned, and uses it to force Phenax to serve his whims."],["2","Erebos unleashes a deadly plague. The cure grows only in the peaceful Underworld realm of Ilysia. Mortal champions flock to Ilysia, threatening to breach the ward's sanctity and allow Erebos's influence to creep in."],["3","Servants of Heliod find a stone that can raise the dead in both body and soul. Enraged, Erebos sends his followers to claim the stone, which Heliod's worshipers have claimed as a holy relic."],["4","With the aid of Pharika, Erebos creates a poison capable of killing a god. Learning of this, the other gods try to force Erebos to relinquish the poison, but the god of the dead has already deployed it in the form of a sapient being. Now, champions of the gods scour the world, searching for the living weapon."]],"name":"Erebos's Divine Schemes","page":125,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Graveyard Temple Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rob a grave or the temple's vault."],["2","Protect a grave or the temple's vault from robbery."],["3","Destroy a seemingly endless wave of undead pouring forth from a graveyard."],["4","Prevent the funeral of a loathed individual from being disrupted."],["5","Find an entrance to the Underworld in the graveyard."],["6","Reunite a {@creature Returned sentry|MOT} (see {@book chapter 6|MOT|6|Returned Sentry}) and their {@creature ghostblade eidolon|MOT} (see {@book chapter 6|MOT|6|Eidolons})."],["7","Destroy {@creature Giant Spider||giant spiders} infesting a tomb."],["8","Acquire death records for a family from a temple full of angry spirits."],["9","Escape the graveyard when undead suddenly rise and overtake the complex."],["10","Use a person's remains to raise them from the dead."]],"name":"Graveyard Temple Adventures","page":126,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Graveyard Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A terrified {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) runs amok in the graveyard, having lost all sense of itself after finding its way back to the world."],["2","A {@creature cyclops} with a taste for rotting flesh digs up plots in the graveyard each night."],["3","A priest removes limbs from corpses to build an congregation of {@creature Flesh Golem||flesh golems} he can't control."],["4","A gate to the Underworld releases a bloodthirsty {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus}) into the graveyard."],["5","An {@creature archmage} works to raise a vengeful army from the remains of her war-ravaged village."],["6","A mob of paranoid, inexperienced {@creature Commoner||commoners} hunt for Returned but end up tormenting all strangers."]],"name":"Graveyard Temple Villains","page":126,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bring a shard of sunlight to a place of unending darkness."],["2","Establish law and order in a place of anarchy and lawlessness."],["3","Keep people safe from a natural disaster caused by the anger of another god (such as a volcano spawned by Purphoros or a tidal wave caused by Thassa)."],["4","Hunt down a notorious lawbreaker who has fled from a polis into the wilderness."],["5","Triumph in a contest of strength or charisma to prove Heliod's superiority over the other gods."],["6","Defeat a champion of another god (most likely Erebos, Purphoros, Phenax, or Mogis)."]],"name":"Heliod's Quests","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A local {@creature noble} imposes overwhelming punishments for even minor infractions of law."],["2","A leader persecutes an entire population of people because of a crime committed by a single member."],["3","An {@creature assassin} starts killing everyone connected to a trial after which the perpetrator was exonerated."],["4","A fanatical {@creature priest} tries to undermine the priests of other gods by outlawing their holidays."],["5","A tyrant suppresses free expression, punishes protesters, and quashes any form of dissent."],["6","A nervous {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) identifies the characters as a threat to the stability of the polis."]],"name":"Heliod's Villains","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Noble}"],["2","{@creature Centaur}"],["2","{@creature Griffon}"],["2","{@creature Pegasus}"],["3","{@creature Fleecemane lion|MOT}"],["9","{@creature Cloud giant}"],["11","{@creature Roc}"],["23","{@creature Empyrean}"]],"name":"Heliod's Monsters","page":128,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Heliod's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Heliod decides to confront Erebos in the Underworld. He gathers fallen heroes around him as he marches on Erebos's palace in Tizerus. Meanwhile, the sun has vanished from the sky in the mortal world, and the dead can't enter the Underworld."],["2","Heliod grows tired of the battles between Iroas and Mogis, and he decides to end their conflict by banishing Mogis. To his surprise, both gods turn against him. The resulting conflict causes the sun to rain divine blood, producing bizarre effects."],["3","Angry at the hubris of nobles who boast of having the best hounds, Heliod turns all dogs into wolves and monsters that kill and run wild."],["4","Heliod arms a champion with his weapon, Khrusor, but the hero goes wild with power and tries to slay Purphoros. The repercussions border on the cataclysmic, with the champion slain, Mount Velus erupting, and the spear shattered. Only Purphoros can repair the spear, and he's hardly in the mood to do so."]],"name":"Heliod's Divine Schemes","page":129,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Sun Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Acquire an artifact used by a legendary hero."],["2","Defend a hero being honored in a ceremony from an assassination attempt."],["3","Acquire the remains of a legendary hero from the temple's crypts so the person can be resurrected."],["4","Prevent a wedding from taking place, so the couple's union doesn't fulfill an ominous prophecy."],["5","Expose a celebrated hero as a fraud."],["6","Learn the sins of a person seeking religious counsel."],["7","Find out who among a crowd of people gathered at the temple murdered a priest."],["8","Disperse a mob of people who blame Heliod and his clergy for a long drought."],["9","Defend the temple's worshipers from followers of Mogis assaulting the building."],["10","Offer Heliod a burnt sacrifice to gain his blessing."],["11","Offer Heliod a mass sacrifice to prevent him from smiting a nearby settlement."],["12","Find a hero's firsthand account of a battle with a unique monster among the temple's records before a rival group of adventurers does."]],"name":"Sun Temple Adventures","page":130,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Sun Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A once-heroic {@creature veteran} seeking to regain his youthful strength tries to burn attendees at a dawn banquet as a sacrifice to Heliod."],["2","A secret cabal of Phenax {@creature Cult Fanatic||cult fanatics} infiltrates the temple and uses details learned in private counseling sessions to blackmail worshipers."],["3","An {@creature adult blue dragon}, scarred by a champion of Heliod, seeks to destroy all sun temples in the hopes of bringing about everlasting night."],["4","A corrupt {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) of Heliod sells counterfeit heroic artifacts to those he can't see as being destined for greatness."],["5","A lazy {@creature priest} of Heliod risks bringing the god's wrath down upon the entire temple."],["6","An {@creature archmage} devoted to Heliod has created a second sun, one which endlessly illuminates the land and burns those she considers wicked."]],"name":"Sun Temple Villains","page":130,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Defeat Returned bandits who are terrorizing the polis."],["2","Defend a polis against a champion of Mogis."],["3","Sail to a remote island to reclaim a lost weapon of great power."],["4","Establish law and order in a place of anarchy and lawlessness."],["5","Triumph in a contest of strength or dexterity to prove Iroas's superiority over the other gods."],["6","Defeat a champion of another god (most likely Mogis, Phenax, or Pharika)."]],"name":"Iroas's Quests","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature knight} in the polis guard regularly subjects his soldiers to extreme disciplinary techniques, leading them to start a revolt."],["2","A general ({@creature Akroan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) commands a town be put to the torch for its soldiers' crimes. Followers of Phenax are actually responsible for the crimes and are framing the community so it will be destroyed and turned into a haven for the Returned."],["3","An aging athlete ({@creature gladiator}) pursues sinister magic to aid his performance at the cost of innocent lives."],["4","The government of a polis fearful of impending war forces farmers to join a militia, precipitating a famine as crops are left untended."],["5","A {@creature priest} tries to undermine the servants of other gods by forcing them into duels and shaming them if they lose."],["6","A gifted orator ({@creature noble}) offers honest but scathing criticism of a champion of Iroas. The champion demands recompense, and the orator needs support against this threat."]],"name":"Iroas's Villains","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Guard}"],["1","{@creature Nyx-fleece ram|MOT}"],["2","{@creature Griffon}"],["3","{@creature Akroan hoplite|MOT}"],["3","{@creature Fleecemane lion|MOT}"],["5","{@creature Gladiator}"],["7","{@creature Stone giant}"],["11","{@creature Roc}"]],"name":"Iroas's Monsters","page":132,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Iroas's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Iroas inspires a brave Akroan general to travel forth with a handpicked army and confront the forces of a powerful and supposedly vulnerable minotaur warlord. The general loses despite Iroas's favor, and Akros is left exposed and poorly defended before a wave of Mogis-worshiping minotaurs."],["2","Heliod, weary of the constant strife between Iroas and Mogis, swears an oath to destroy Mogis with a godly coalition behind him. Erebos, disgusted with Heliod's hubris, forms a group in support of Mogis. Iroas, rather than accepting Heliod's aid, launches a grand campaign of his own against his brother."],["3","Mogis arms one of his champions with an axe capable of sundering the souls of mortal creatures. Iroas wants his champions to procure the weapon so he can lock it away in his armory and thwart his brother. Agents of Erebos also seek to recover the weapon on their master's behalf."],["4","Iroas achieves the victory he has always pursued: he kills his brother, and the world falls into chaos."]],"name":"Iroas's Divine Schemes","page":133,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arena Adventures","colLabels":["d8","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help an unfit participant survive an athletic competition."],["2","Convincingly lose an athletic competition so a gambler can win big."],["3","Sabotage a star athlete's chances of winning."],["4","Attend tryouts to become members of a chariot racing team."],["5","Assassinate a person watching a competition before the final match ends."],["6","Save a wrestler from a planned murder in the arena."],["7","Capture a beast that has escaped from the stadium."],["8","Recover a blessed trophy and award it to a contest's rightful victor."]],"name":"Arena Adventures","page":134,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Arena Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A champion pankratiast ({@creature Akroan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) has her cronies lock everyone in the arena. She allows none to leave until a challenger defeats her."],["2","A {@creature minotaur} frees all the beasts in the amphitheater during a well-attended event."],["3","A chariot racer ({@creature gladiator}) poisons members of a rival team, causing them to fall asleep during competition."],["4","A {@creature mage} uses magic to spy on athletes' conversations and then blackmails them with the information."],["5","A {@creature stone giant} interrupts a session of games and demands a chance to compete."],["6","A promoter forces athletes to overexert themselves, causing dangerous accidents during competitions."],["7","An {@creature archmage} enchants or polymorphs innocents, forcing them to participate in brutal contests."],["8","A {@creature druid} uses the {@spell awaken} spell on beasts in the arena to make them more capable competitors."]],"name":"Arena Villains","page":134,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Plant a fruit-bearing tree where one has never grown."],["2","Save a village whose crops are failing."],["3","Defend or found an orphanage."],["4","Teach a settlement to defend itself from wild beasts."],["5","Reunite an orphan with living relatives."],["6","Convince raiders to give up their ways, settle down, found a village, and devote their lives to farming."]],"name":"Karametra's Quests","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The head of an orphanage ({@creature commoner}) believes she can care for the city's children better than their parents and works to have the other adults arrested."],["2","A {@creature priest} begins imposing restrictive lifestyle rules on a nearby population in order to \"civilize\" them."],["3","A local leader ({@creature Setessan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) imposes harsh penalties on the poor, claiming their poverty is a sign they have invited the gods' wrath."],["4","The head of a prominent family ({@creature noble}) continues to exert abusive control over their adult children, citing their role as matriarch or patriarch to justify it."],["5","A local leader ({@creature druid}) forces marriages between widows and widowers to increase the population."],["6","A polis leader ({@creature soldier|GGR}) begins doing sweeps of the surrounding countryside to round up non-citizens and put them to work supporting the community."]],"name":"Karametra's Villains","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Awakened shrub}"],["1","{@creature Alseid|MOT}"],["1","{@creature Dryad}"],["2","{@creature Awakened tree}"],["2","{@creature Druid}"],["4","{@creature Setessan hoplite|MOT}"],["5","{@creature Earth elemental}"],["5","{@creature Unicorn}*"],["9","{@creature Treant}"],["12","{@creature Archdruid|VGM}"]],"footnotes":["* See {@book chapter 6|MOT|6|Unicorn} for details about these creatures in Theros."],"name":"Karametra's Monsters","page":136,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Karametra's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Karametra's statues have covered their faces as if in despair, and nothing will grow. No one seems to know what has caused the god of fertility to withdraw her blessings from the world, but the problem must be solved if life is to endure."],["2","Karametra judges that mortals have over produced and moves to cull populations. She creates new plant species that feed on mortals, while her followers act oddly, running off to join bloody revels or sacrificing each other in the fields. How many must die before balance is restored?"],["3","Karametra's civilizing influence infringes on the territory and freedom of other nature gods, and so Nylea and Pharika band together to reduce her power."],["4","Karametra bestows her gifts on a wild cultist or minotaur champion trying to encourage her older, more bloodthirsty worship. The faith takes hold, causing the god to make vicious demands of her followers."]],"name":"Karametra's Divine Schemes","page":137,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Watchtower Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Guard a watchtower from assault."],["2","Assault a watchtower, defeating the guards defending it and claiming it for a different god."],["3","Steal military plans kept within a watchtower without alerting any of the guards inside."],["4","Free a prisoner from a cell."],["5","Infiltrate the watchtower as spies."],["6","Clear out monsters than have taken over the place."],["7","Steal a legendary weapon."],["8","Steal griffon mounts."],["9","Find a spy among the soldiers stationed at a watchtower."],["10","Train soldiers at a watchtower to face an approaching mythic monster."]],"name":"Watchtower Adventures","page":138,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Watchtower Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A disguised {@creature abhorrent overlord|MOT} (see {@book chapter 6|MOT|6|Abhorrent Overlord}) convinces the soldiers in a watchtower to rise up against the officers."],["2","A {@creature medusa} takes over a watchtower and conducts experiments on the soldiers she captures."],["3","{@creature Siren|TftYP|Sirens} (see the harpies entry in {@book chapter 6|MOT|6|Harpies}) call soldiers to the top of the watchtower, then entice them over the edge so they can feast on the corpses."],["4","A flight of {@creature Griffon||griffons} attacks a watchtower after soldiers steal the creatures' eggs to train the hatchlings to serve as mounts."],["5","A {@creature cyclops} attacks a watchtower, eager to devour the animals within."],["6","A {@creature druid} of Nylea, angered by the construction of a watchtower in the forest, attracts a mythic beast to the area to destroy the structure."],["7","{@creature Blood-Toll Harpy|MOT|Blood-toll harpies} (see {@book chapter 6|MOT|6|Harpies}) take over a watchtower and light its beacon to bring more victims to the place."],["8","A {@creature spy} in a watchtower poisons the tower's food supply in advance of an upcoming attack."]],"name":"Watchtower Villains","page":138,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a genius artist who had their inspiration physically stolen."],["2","Break down a ruling structure that stifles ingenuity and creativity."],["3","Bring together lost icons of power to create an incredible storm with the might to halt a greater threat."],["4","Find a long-lost artifact that bestows oracular visions upon the user."],["5","Defeat the champion of another god in a battle of wits (perhaps Phenax, Mogis, or Klothys)."],["6","Find and restore a lost art form, arcane technique, or crafting method for the glory of Keranos."]],"name":"Keranos's Quests","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) foretells disaster for a polis unless a number of innocent citizens are sacrificed."],["2","An {@creature mage} servant of Keranos enhances storms as they form, threatening the countryside."],["3","An artist ({@creature commoner}) creates incredible works of art whose subjects come to life and wreak havoc."],["4","An {@creature archmage} who controls lightning rises to power, blasting those who oppose her to smithereens."],["5","A wild-eyed {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) points to the characters as harbingers of a coming disaster."],["6","A living storm deluges an area, taking what it believes is righteous revenge on a community."]],"name":"Keranos's Villains","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["2","{@creature Centaur}"],["3","{@creature Akroan hoplite|MOT}"],["3","{@creature Blue dragon wyrmling}*"],["5","{@creature Air elemental}"],["7","{@creature Theran chimera|MOT}"],["9","{@creature Young blue dragon}*"],["13","{@creature Storm giant}"],["16","{@creature Adult blue dragon}*"],["23","{@creature Ancient blue dragon}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Blue Dragons} for details about these creatures in Theros."],"name":"Keranos's Monsters","page":140,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Keranos's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Bored with the temporary beauty of violent weather, Keranos creates a massive, self-perpetuating storm. Over time, the storm grows out of control. Keranos is delighted by his creation."],["2","Dared by Phenax to prove that he can, Keranos inspires eight mortals with eight ingenious ways to destroy the world. As a result, a genius actor, alchemist, inventor, diver, miner, sculptor, thief, and a duplicitous goat all set forth to enact their terrible brilliance."],["3","Keranos finds the spread of mortal knowledge inconsistent and slow. He empowers a champion to grant vast knowledge to any person or beast she touches. The advent of sagacious cattle, wolves, and children greatly disrupts (and unnerves) those who live in the areas through which Keranos's champion travels."],["4","Keranos creates a realm of his own design amid the Dakra Isles, a place where the land and its creatures obey unique physical laws and strange truths. Some of the inhabitants escape the isle and begin infecting the rest of Theros with their alternate reality."]],"name":"Keranos's Divine Schemes","page":141,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oracular Conflux Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Race an air elemental to an oracular conflux in order to receive a prediction of the future before the elemental's whirlwind obliterates all evidence of the reading."],["2","Defend the shrine from a worshiper who is angry with an oracle for an incorrect prediction."],["3","Convince an oracle to give a worshiper a particular false prediction."],["4","Help the addled victim of a lightning strike recover."],["5","Recover sacrificial animals from a {@creature cyclops} raider."],["6","Rig tools used to predict the future so that they produce a specific outcome."],["7","Manipulate a situation so prophesied events transpire within sight of a half-blind oracle."],["8","Evacuate a crowded shrine during a storm when lightning strike sets the temple ablaze."],["9","Infiltrate the shrine to determine the accuracy of a particular oracle or prediction method."],["10","Steal a book of recorded predictions from the shrine."],["11","Collect the materials necessary to create a revolutionary oracular device."],["12","Protect an oracle who must deliver bad news to a worshiper who is both influential and unpredictable."]],"name":"Oracular Conflux Adventures","page":142,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oracular Conflux Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bitter {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) who has foreseen her imminent death gives false predictions to worshipers so they will share her misery."],["2","A {@creature storm giant} pretends to be an avatar of Keranos and takes over the shrine, making its worshipers his subjects."],["3","A {@creature revenant} who died due to a misinterpreted prophecy comes back for revenge against the oracle who issued it."],["4","A {@creature cult fanatic} from a rival shrine gets the temple's animals drunk on fermented fruit, throwing off their predictions."],["5","An angry athlete ({@creature gladiator}) takes the conflux's oracles hostage, demanding they alter the future after predicting his defeat in an upcoming match."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) makes false predictions to convince nobles to give him money and lavish gifts."]],"name":"Oracular Conflux Villains","page":142,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Defeat a titan-spawned monster that has escaped the Underworld."],["2","Destroy an undead creature terrorizing a small community."],["3","Punish a powerful mortal for their hubris."],["4","Reestablish the balance between nature and civilization in a particular location."],["5","Repair the fabric of reality in a place where the mortal world was overlaid by Nyx during Xenagos's pretensions to godhood."],["6","Defeat a champion of another god (most likely Ephara, Heliod, or Iroas)."]],"name":"Klothys's Quests","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A single-minded Nyxborn {@creature assassin} of Klothys hunts a hero who was raised from the dead."],["2","Believing in the holiness of a terrible beast, Klothys's {@creature Acolyte||acolytes} murder heroes sent to deal with it."],["3","Certain that civilization offends fate, a {@creature priest} raises a herd of {@creature Typhon|MOT|typhons} to release on a city."],["4","Insulted {@creature Satyr Reveler|MOT|satyr revelers} (see {@book chapter 6|MOT|6|Satyr}) channel Klothys's magic to drive a polis's priests into embarrassing debauchery."],["5","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) knows it is a character's destiny to serve Klothys. The seer manufactures tragedy for the individual to provoke this revelation."],["6","A {@creature cult fanatic} of Klothys believes that the characters' deeds mark them as servants of the titans, destined to free one of those ancient terrors."]],"name":"Klothys's Villains","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Satyr reveler|MOT}"],["2","{@creature Satyr thornbearer|MOT}"],["3","{@creature Green hag}"],["4","{@creature Oracle|MOT}"],["6","{@creature Annis hag|VGM}"],["6","{@creature Cyclops}*"],["6","{@creature Underworld cerberus|MOT}"],["7","{@creature Woe strider|MOT}"],["9","{@creature Phylaskia|MOT}"],["15","{@creature Typhon|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6|Cyclops} for details about these creatures in Theros."],"name":"Klothys's Monsters","page":144,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Klothys's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Convinced that Heliod's boundless ambition will destroy Theros, Klothys creates an artifact that will destroy the sun god once he claims it as his own. She needs mortal heroes who can demonstrate the artifact's power by vanquishing Erebos's servants, and in the process stoke Heliod's envy."],["2","Concerned by the spread of Meletian influence, Klothys fills the dreams of the polis's people with treachery. Neighbors attack neighbors, and attempts by Ephara's followers to intervene only redirect the violence toward the polis's patron."],["3","Klothys becomes convinced that mortals giving worship to the gods distorts their proper relationship to each other, and she sets out to abolish religion."],["4","Now that she has left the Underworld, Klothys knows it's only a matter of time until the titans escape. To prepare the world for the horrors of that inevitable conflict, she unleashes Underworld beasts into the mortal realm, trusting that the mayhem will bring forth heroes who can ultimately defeat the titans."]],"name":"Klothys's Divine Schemes","page":145,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Condition","colLabels":["d8","Status"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sunken underground"],["2","Overgrown with plants"],["3","Underwater"],["4","Partially collapsed"],["5","Buried in dirt, mud, sand, or snow"],["6","Beneath a new temple"],["7","Cracked into more than one piece"],["8","Floating in an unstable parallel reality"]],"name":"Abandoned Temple Condition","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Retrieve records or a magic item left in the temple."],["2","Demolish what's left of the temple to prevent anyone from retrieving the ancient secrets hidden inside."],["3","Retrieve the remains of a dead humanoid from the temple."],["4","Kill monsters infesting the temple."],["5","Find a replacement for the temple's current guardian."],["6","Consult with a hermit who lives in the temple."],["7","Stop cultists from performing a destructive ritual in the temple."],["8","Restore the temple to receive the patron deity's blessing."],["9","Find a gate to the Underworld or Nyx."],["10","Consult a demon living in the temple."],["11","Discover why the temple was abandoned."],["12","Restore the temple to reveal the truth hidden in its architecture."]],"name":"Abandoned Temple Adventures","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Abandoned Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A depraved cult of Klothys captures victims on the road and brings them to the temple for ritual torture."],["2","A {@creature hydra} slumbers within an abandoned temple, having dug a lair out of one of the collapsed sections."],["3","A {@creature medusa} living in an abandoned temple grants curative aid to those who bring her a humanoid sacrifice."],["4","A {@creature bandit captain} hiding in a temple hopes to open its vault to find treasure, not knowing that a demon is trapped inside."],["5","{@creature Blood-Toll Harpy|MOT|Blood-toll harpies} make an abandoned temple their nest and devour any creatures that get too close."],["6","A {@creature gynosphinx} curious about human behavior creates a series of deadly traps in an abandoned temple and lures adventurers to the place to witness if and how they overcome its challenges."]],"name":"Abandoned Temple Villains","page":146,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seize a powerful magic item from those who would misuse it, study it, and then destroy it."],["2","Capture a former follower of Kruphix who used secret knowledge for personal gain and deliver them to Kruphix's temple for judgment."],["3","Suppress all knowledge of a dangerous secret, such as the location of a fountain of immortality, by any means necessary."],["4","Bring proof of a powerful conspiracy to the leaders of a human polis while evading or defeating the agents sent to stop you."],["5","Investigate rumors of an unearthed divine relic and decide whether it's safe to be in the mortal realm."],["6","End a conflict between the followers of two other gods, whether by mediating, forcing a truce, or siding with the weaker group to defeat the stronger one."]],"name":"Kruphix's Quests","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) seeks to erase the memories of an entire community, reducing them to a simpler, happier, more natural state."],["2","A {@creature gynosphinx} possesses magic that can stop a rampaging monster, but refuses to share it for fear that it might be misused."],["3","A former agent ({@creature spy}) of Kruphix knows the location of an unguarded portal to the Underworld and plans to sell it to the highest bidder."],["4","A {@creature noble} sows discord among Heliod's followers, believing that the sun god is the greatest threat to harmony among the gods."],["5","An {@creature archmage} works to destroy the Temple of Mystery to further divide Nyx from the mortal world."],["6","A {@creature cult fanatic} of Kruphix learns that the characters have discovered knowledge mortals were not meant to know and works to silence them."]],"name":"Kruphix's Villains","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/4","{@creature Blink dog}"],["1/2","{@creature Cockatrice}"],["2","{@creature Nothic}"],["3","{@creature Phase spider}"],["6","{@creature Invisible stalker}"],["7","{@creature Theran chimera|MOT}"],["11","{@creature Gynosphinx}*"],["12","{@creature Archmage}"],["17","{@creature Androsphinx}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Sphinx} for details about these creatures in Theros."],"name":"Kruphix's Monsters","page":148,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Kruphix's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Shadowy forces steal a holy artifact, thought to be a part of the sun, from Heliod's followers. The priesthood blames Phenax or Erebos, but Kruphix is behind the theft. The sun stone holds a terrible secret power, and Kruphix seeks to remove it from the mortal world before it does great harm."],["2","Kruphix sends Nyxborn to torment a community. The locals are baffled, until it's revealed that miners have impeded on a cave that underpins the nature of time. Not only are mortals not welcome there, but someone has already entered, employed the passages there, and stolen something from the past."],["3","A philosopher in Meletis argues that the gods rely on mortals for their existence, rather than the other way around. When this idea gains adherents, Kruphix curses the polis so that no one can speak or read."],["4","After a minor altercation between the gods, Kruphix declares a new Silence. He refuses to lift it unless the other gods agree to aid him in forcing Klothys back into the Underworld."]],"name":"Kruphix's Divine Schemes","page":149,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Temple of Mystery Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find and repair one of the temple's challenges that has malfunctioned."],["2","Seek the help of the temple's priest, who's become trapped in stasis due to a malfunctioning trap."],["3","Solve the puzzles in a temple to claim a magic item hidden inside."],["4","Rescue someone trapped in the temple."],["5","Learn how a particular trap or puzzle works so it can be recreated."],["6","Solve more challenges than a rival party of adventurers who are also in the temple."],["7","Enter the temple and contend with a complex trap that, over time, has developed consciousness."],["8","Lead dangerous individuals into the temple and ensure they never leave."],["9","Question the priest to find the location of another temple of mystery."],["10","Lead dangerous creatures into the temple to trap them there."],["11","Defeat a cabal of mages that has claimed the temple."],["12","Defeat a temple's challenges to get the attention of the gods."]],"name":"Temple of Mystery Adventures","page":150,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Temple of Mystery Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A bored {@creature androsphinx} asks visitors riddles with no correct answer, then tears them apart for fun when they respond incorrectly."],["2","A mad {@creature archmage}, obsessed with a mystery she can't solve, wanders the halls of the temple and forces those she meets to confront the puzzle."],["3","A dragon disguised as a humanoid waits in the temple's entrance and demands treasure from anyone leaving."],["4","The {@creature priest} caring for the temple gets jealous whenever adventurers solve a puzzle he couldn't and tries to kill them."],["5","A hero challenges adventurers to solve the temple's mysteries faster than she can, but she has rigged each to ensure her victory."],["6","A {@creature cyclops} accidentally trapped in the temple goes on a rampage."]],"name":"Temple of Mystery Villains","page":150,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Foment a war between rival poleis."],["2","Bring about anarchy and lawlessness in a formerly peaceful polis."],["3","Organize disparate groups of bandits and criminals into a cohesive fighting force."],["4","Hunt down a famous defender of the law who champions Iroas."],["5","Triumph in a contest of strength or endurance to prove Mogis's superiority over other gods."],["6","Defeat a champion of another god (most likely Iroas, Heliod, or Ephara)."]],"name":"Mogis's Quests","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A petty tyrant ({@creature gladiator}) rules his populace through threats and intimidation. His favorite pastime is forcing unwilling subjects to fight in gladiatorial blood sports."],["2","A band of {@creature Minotaur||minotaurs} directed by a champion of Mogis forges a trail of devastation through the countryside."],["3","A serial killer ({@creature assassin}) stalks the streets of the polis, taking lives seemingly at random."],["4","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) of Mogis marches into town and predicts doom on the populace within a fortnight."],["5","Priests of Iroas and Heliod are being murdered by unknown assailants and their temples desecrated."],["6","An {@creature archmage} is corrupted by Mogis and begins summoning demons to savage the population."],["7","A badly wounded caravan guard ({@creature bandit captain}) accuses the characters of murder and banditry."],["8","A cabal of Mogis's {@creature Cult Fanatic||cult fanatics} have almost succeeded in finding a way to summon Mogis's warhound to their service."]],"name":"Mogis's Villains","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Death dog}"],["2","{@creature Berserker}"],["3","{@creature Fleecemane lion|MOT}"],["3","{@creature Manticore}"],["3","{@creature Minotaur}"],["5","{@creature Catoblepas|VGM}*"],["6","{@creature Cyclops}*"],["7","{@creature Theran chimera|MOT}"],["8","{@creature Blackguard|VGM}"]],"footnotes":["* See {@book chapter 6|MOT|6|Classic Monsters} for details about these creatures in Theros."],"name":"Mogis's Monsters","page":152,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mogis's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A champion of Mogis unites the {@creature minotaur} bands and {@creature cyclops} tribes of Phoberos under her banner, creating a terrifying army. At Mogis's command, she leads the army in an all-out assault on Akros, hoping to draw Iroas into battle and defeat him once and for all."],["2","Mogis bargains with Pharika, convincing her to create elixirs that will turn his followers into invincible monsters. He sends his champions to fetch the necessary ingredients for her."],["3","A bitter noble makes a pact with Mogis for power in exchange for carrying out a plot to ignite a war between Meletis and Setessa. Thousands will die unless the scheme is put to rest."],["4","Mogis agrees to ally with three other gods against their rivals if they help him defeat Iroas. Mogis's brother does the same. Soon the entire pantheon divides along faction lines and prepare for the final war."]],"name":"Mogis's Divine Schemes","page":153,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Canyon Shrine Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Survive a journey through the canyon while escorting a caravan transporting offerings to another god."],["2","Slay a massive, blood-drunk monster that rampages through the region."],["3","Find a band of {@creature Minotaur||minotaurs} residing in the canyon and convince them to attack a gang of undead about to pass through on their way to attack a village."],["4","Consult a hermit who lives in a hidden part of the canyon."],["5","Retrieve an item buried amid the shrine's sacrifices."],["6","Destroy the shrine."],["7","Negotiate with a group of Mogis's followers."],["8","Convince a young aristocrat who was seduced into joining a cult of Mogis to return home."],["9","Infiltrate a cult of Mogis to learn of any raids they have planned."],["10","Steal an egg from a griffon nest in the canyon."]],"name":"Canyon Shrine Adventures","page":154,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Canyon Shrine Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature minotaur} captures and devours other creatures limb by limb as part of a bizarre ritual honoring Mogis."],["2","A tribe of {@creature Berserker||berserkers} ride {@creature Giant Bat||giant bats} and hunt humanoids that travel through the canyon."],["3","An {@creature adult blue dragon} enslaves the inhabitants of the caves, intent on building an army to conquer a neighboring settlement."],["4","A {@creature manticore} captures warriors and forces them to fight to the death for its amusement."],["5","A group of {@creature Cyclops||cyclopes} capture travelers and keep them as livestock in their caves."],["6","A {@creature lamia} lures young nobles into its cult with promises of hedonism and sells those who disappoint it to other canyon inhabitants."],["7","A vicious {@creature gynosphinx} captures groups of people, then forces one person to choose which of the others should be devoured first."],["8","The victims of the canyon's inhabitants rise as {@creature Wraith||wraiths} determined to end all life in the area."]],"name":"Canyon Shrine Villains","page":154,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Free a hydra that has been captured and imprisoned in a menagerie."],["2","Investigate reports of unnatural horrors infesting the Nessian Wood."],["3","Plant a golden acorn in a distant grove guarded by monsters."],["4","Find and punish an unknown perpetrator who killed a unicorn, cut off its horn, and left its body to rot, and retrieve the horn."],["5","Hunt a dangerous creature for a sacred feast."],["6","Defeat a champion of another god (most likely Karametra, Heliod, or Ephara)."]],"name":"Nylea's Quests","page":156,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Setessan hunt-leader ({@creature Setessan hoplite|MOT}; see {@book chapter 6|MOT|6|Hoplites}) swears vengeance on a poacher in the Nessian Wood who turns out to be an Akroan general."],["2","A {@creature hydra} goes on a rampage at the edge of the forest. It must be dealt with, but a {@creature druid} follower of Nylea will take vengeance on anyone who kills it outright."],["3","A {@creature mage} who lives in a secluded grove has been using a magic item to transform interlopers into boars. She claims that Nylea gave her this item."],["4","A {@creature druid} uses magic on fields near the border of the forest, creating animated plants to drive off farmers."],["5","A {@creature scout} has taken to hunting and eating sapient beings. What could have caused this gruesome turn?"],["6","Those who follow a mysterious green {@creature unicorn} inevitably turn up dead, their bodies entangled in strangling vines."]],"name":"Nylea's Villains","page":156,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Scout}"],["1","{@creature Dryad}"],["1","Nyxborn {@creature brown bear}*"],["2","Nyxborn {@creature saber-toothed tiger}*"],["2","{@creature Satyr thornbearer|MOT}"],["3","{@creature Archer|VGM}"],["5","{@creature Shambling mound}"],["5","{@creature Unicorn}*"],["9","{@creature Treant}"],["12","{@creature Ironscale hydra|MOT}"],["19","{@creature Polukranos|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Nylea's Monsters","page":157,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Nylea's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When the polis of Meletis expands, clearing new land for houses and crops, Nylea decides to punish the polis and destroy it if necessary. Animated trees topple the walls, and Nyxborn beasts invade the city."],["2","Nylea refuses to turn winter into spring unless Karametra agrees to abolish agriculture and yield all cropland back to the forest."],["3","When tensions between Akros and Setessa peak, Nylea blames Iroas for stirring up the conflict and puts Setessa under her protection, expanding the borders of the Nessian Wood to encompass all of Setessa, creating a near-impenetrable fortress filled with dangerous creatures."],["4","Nylea abruptly vanishes. Explorers deep in the Nessian Wood discover her sacred grove abandoned, and the giant chrysalis at its heart empty. What was in the chrysalis? Could it have harmed Nylea? Or did she leave with the creature—and if so, did she do that to protect the creature, or to protect Theros?"]],"name":"Nylea's Divine Schemes","page":157,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Forest Shrine Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Get permission from the shrine's {@creature Druid||druids} to take part in a sacred hunt with them."],["2","Prevent game hunters from killing a {@creature unicorn}, and lead the unicorn to a shrine for shelter."],["3","Find a {@creature scout} from the shrine who has gone missing."],["4","Escape a shrine after being captured and held there for crimes against the forest."],["5","Rescue trophy hunters being tortured at a shrine."],["6","Earn a {@creature Druid||druid's} trust to learn a valuable secret about the forest."],["7","Retrieve a sacred weapon held in the grove."],["8","Recruit the help of the shrine's {@creature Druid||druids} to defeat a group of poachers."],["9","Acquire a beast companion from the shrine."],["10","Defend the shrine from a group of {@creature Harpy||harpies}."]],"name":"Forest Shrine Adventures","page":158,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Forest Shrine Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of {@creature Dryad||dryads}, enraged by seeing a section of forest burned, plots to destroy the shrine in order to punish the druids for failing to protect the trees."],["2","Poachers ({@creature Scout||scouts}) kill the shrine's defenders and set their traps in the surrounding forest."],["3","The shrine stands in the path of a {@creature hydra} on a destructive rampage."],["4","A {@creature druid} who lost her spouse in a hunting accident attacks any hunters who come to the shrine."],["5","A {@creature giant boar} affected by the {@spell awaken} spell convinces the shrine's druids to cast the spell on other boars to strike back at a contingent of hunting nobles."],["6","A {@creature cult fanatic} of Erebos infiltrates the shrine in disguise and plans to kill all its plant life."]],"name":"Forest Shrine Villains","page":158,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Concoct the antidote for a powerful affliction that resists conventional treatments."],["2","Seek out a powerful beast whose blood has unique alchemical value."],["3","Infiltrate the Underworld to extract a secret someone carried with them to the grave."],["4","Track down and eliminate someone who is trying to keep a radical discovery a secret."],["5","Assassinate an important figure whose death would catalyze one of Pharika's experiments."],["6","Perfect a perilous ritual to awaken the landscape and learn how to discover its forgotten lore."]],"name":"Pharika's Quests","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature druid} seeds deadly herbs into a village's fields, coaxing the plants to resemble farmers' crops."],["2","The life of a tyrant ({@creature knight}) is central to one of Pharika's experiments in mortal suffering, so the god resurrects the tyrant whenever enemies kill him."],["3","Legend tells of a hydra with alchemical lore scribed upon its bones. When an alchemist ({@creature mage}) begins poisoning the beasts, Nylea sends dozens of {@creature Hydra||hydras} to seek revenge, catching innocents in the fray."],["4","A town suffering from a plague seeks a cure from a {@creature cult fanatic} of Pharika engaged in warlike research. The researcher's blessing alleviates the pox but leaves the survivors delusional and violent."],["5","After the characters witness a miracle, an apothecary ({@creature mage}) seeks their blood as a medicinal ingredient."],["6","An {@creature archmage} devotee of Pharika manages to shrink monsters to a size so small that they effectively behave as viruses."]],"name":"Pharika's Villains","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/4","Nyxborn {@creature giant poisonous snake}*"],["1/2","{@creature Amphisbaena|GoS}"],["1/2","{@creature Cockatrice}"],["2","{@creature Swarm of poisonous snakes}"],["3","{@creature Basilisk}*"],["6","{@creature Medusa}*"],["8","{@creature Assassin}"],["8","{@creature Hydra}"],["8","{@creature Spirit naga}"],["17","{@creature Hythonia|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Pharika's Monsters","page":160,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Pharika's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pharika creates a mind-controlling incense to manipulate several of Kruphix's oracles, compelling them to reveal secrets of the cosmos. Unfortunately, her mutagenic mist causes them to transform into beings they've glimpsed from beyond Theros."],["2","Seeking to understand more about the Returned, Pharika begins granting them elixirs meant to restore their lost memories. Although this works as intended for a rare few, most of the Returned instead experience traumatic visions that drive them to violence."],["3","Medusas the world over find themselves infected with a strange disease. They believe Pharika is collecting their souls to harvest the secrets they hoard. The medusas seek advocates to end Pharika's plague."],["4","After losing a bet to an ambitious physician, Pharika loans the doctor her sacred kylix for one week and invites him to cure as many patients as he pleases. In that time, he cures death itself in a small town. Not only has this emboldened some of the town's scalawags to commit crimes without fear of retribution, but the news has also infuriated disciples of Erebos, Mogis, and Klothys. Meanwhile, Pharika watches with delight as too much of a good medicine inspires distress and conflict that threaten to boil over into surrounding regions."]],"name":"Pharika's Divine Schemes","page":161,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Healing Pools Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Heal yourself or a diseased or injured party member in the pools."],["2","Escort a sick or injured person to the pools."],["3","Kill monsters taking up residence in the pools."],["4","Capture people and creatures for the priests to use in their experiments."],["5","Cure the pools of a contamination."],["6","Create a poison based on notes provided to you by one of Pharika's priests and contaminate the pools."],["7","Steal reagent-rich water from the pools."],["8","Rescue a priest's test subject and help them undo or adapt to the transformations they underwent due to the priest's experiments."],["9","Kill or capture an escaped beast monstrously transformed by the priest's experiments."],["10","Retrieve materials needed to create a cure for a disease and convince a priest to help you make it."]],"name":"Healing Pools Adventures","page":162,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Healing Pools Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of {@creature Returned Palamnite|MOT|Returned palamnites} (see {@book chapter 6|MOT|6|Returned Palamnite}) invade the pools, believing the waters' magic can restore their lost memories and mortal bodies."],["2","{@creature Naiad|MOT|Naiads} (see {@book chapter 6|MOT|6|Naiad}) guard the pools, making their own judgments about who is and isn't worthy of the pools' healing magic."],["3","The magic waters of the pools wash out to sea and attract a dying {@creature kraken} to the area."],["4","An {@creature assassin} barters captured humanoid test subjects for poison from the pools' {@creature medusa} priest."],["5","A dying {@creature veteran} who was {@condition poisoned} by the pools slaughters any person who is healed by the waters."],["6","An {@creature oracle|MOT} (see {@book chapter 6|MOT|6|Oracle}) allows the pools' poisons to seep from the caves and contaminate a community."]],"name":"Healing Pools Villains","page":162,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rob or defend a gambling parlor."],["2","Destabilize or aid the government of the local polis."],["3","Form or foil a heretical cult of Heliod to bring discord to the countryside."],["4","Assassinate or protect the local magistrate who has been cracking down on Phenax worshipers."],["5","Create a grand prank built around obfuscation and deceit to embarrass a local government or temple."],["6","Defeat a champion of another god (most likely Heliod, Erebos, or Iroas)."]],"name":"Phenax's Quests","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A charismatic crime boss ({@creature bandit captain}) unites local gangs in a bid to seize control of the polis."],["2","A {@creature Returned palamnite|MOT} (see {@book chapter 6|MOT|6|Returned Palamnite}) wreaks havoc across the countryside in Phenax's name."],["3","The lies of a government functionary ({@creature noble}) start a trade war between struggling settlements."],["4","Phenax {@creature Cultist||cultists} establish a fake cult of Ephara in a bid to start a sectarian civil war in Meletis."],["5","An information broker ({@creature spy}) holds damaging secrets about important folk and is blackmailing them."],["6","A group of vocal iconoclasts ({@creature Noble||nobles}) are fomenting social upheaval that threatens to turn to violence."],["7","A champion ({@creature veteran}) of Heliod is threatening to torch a section of the polis in her hunt for a Phenax-worshiping oath breaker."],["8","Folk go missing then turn up with no memory of their disappearance. Phenax {@creature Cult Fanatic||cult fanatics} are brainwashing these souls for use as sleeper agents."]],"name":"Phenax's Villains","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Returned sentry|MOT}"],["3","{@creature Leucrotta|VGM}"],["3","{@creature Slithering tracker|VGM}"],["4","{@creature Returned palamnite|MOT}"],["5","{@creature Ghostblade eidolon|MOT}"],["5","{@creature Master thief|VGM}"],["8","{@creature Assassin}"],["16","{@creature Phoenix|MTF}"]],"name":"Phenax's Monsters","page":164,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Phenax's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Phenax finds an artifact capable of imprisoning Athreos and engages in a shadow war with Erebos, causing pandemonium in the Underworld. As a result, droves of Returned flood the mortal world."],["2","Phenax undertakes a plot to transform Erebos into one of the Returned. If he succeeds, the balance of life and death will be shattered."],["3","Phenax vanishes. For a time, it's believe the god has been killed or grew bored and left Theros. In fact, though, Phenax managed to imprison another god and has since taken their place."],["4","Phenax dispatches a powerful agent to find a lost relic called Deception's Edge, a dagger that enables the wielder to warp the minds of mortals. Once in possession of the artifact, the agent embarks on a campaign of assassination and espionage that threatens to lead to all-out war between Akros and Meletis."]],"name":"Phenax's Divine Schemes","page":165,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amphitheater Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal an item from an audience member."],["2","Find evidence of a crime hidden backstage."],["3","Defend a theater being run by a criminal cabal from a rival gang's assault."],["4","Take the place of a group of performers on stage to impress an audience member."],["5","Assassinate an audience member during a performance without being seen."],["6","Serve as bodyguards for an audience member."],["7","Learn which performers are criminals."],["8","Find a spy among the audience members and deliver a message to that person."],["9","Steal costumes from the theater to infiltrate a temple in disguise."],["10","Intercept and decipher a coded message meant for someone else."]],"name":"Amphitheater Adventures","page":166,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amphitheater Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An actor charms nobles who see him perform into surrendering their fortunes."],["2","The {@creature wraith} of a murdered actress reenacts her death every night, playing the role of the murderer and targeting a new performer in her place."],["3","An untalented dancer ({@creature scout}) poisons those with more skill in order to get ahead."],["4","A {@creature mage} playwright invites political figures to see his satires, then uses magic to make them react dramatically, which encourages more people to see his plays."],["5","A leading lady is also an {@creature assassin} for hire, and she uses a secret room in the theater as her base."],["6","Burglars ({@creature Veteran||veterans}) masquerading as acrobats identify marks during their performances, then rob them afterward."],["7","A murderer ({@creature spy}) who works as a prop maker hides his weapons and victims in among pieces of the set."],["8","A theater-loving {@creature mage} uses a {@creature homunculus} to spy on audience members to gain blackmail material."]],"name":"Amphitheater Villains","page":166,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Clear out a monster-infested mine and help procure precious iron ore for a master smith."],["2","Protect a traveling theater troupe as they perform a new play that glorifies Purphoros and makes another god look foolish."],["3","Retrieve a sacred weapon of Purphoros that has fallen into the hands of minotaurs."],["4","Resist the corrupt authority of a powerful priest of Heliod or a cruel village elder."],["5","Triumph in a contest of strength or crafting to bring glory to Purphoros."],["6","Defeat a champion of another god (most likely Heliod, Kruphix, Phenax, or Mogis)."]],"name":"Purphoros's Quests","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature cult fanatic} of Purphoros turns to Mogis to enhance his craft, engaging in bloody rituals to produce exquisite cursed weapons."],["2","An aging {@creature veteran} seeks to replace her body with living bronze and enlists a genius {@creature archmage} of Purphoros to aid her. Then several of their test limbs escape."],["3","A rebel ({@creature spy}) plots to set fire to a temple of Heliod and dedicate the blaze to Purphoros, driving the gods toward a conflict he's certain Purphoros will win."],["4","A {@creature gladiator} of Purphoros partakes of the fumes at Mount Velus then goes on what seems to be a rampage that contributes to a mysterious design."],["5","A {@creature priest} of Purphoros condemns the party for treating their weapons and tools poorly, insisting they discard them until the heroes prove their worthiness."],["6","A group of {@creature Oread|MOT|oreads} (see {@book chapter 6|MOT|6|Oread}) seeks inspiration in flames. The oreads leave Purphoros's forge and conduct thorough studies of everything they burn."]],"name":"Purphoros's Villains","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Anvilwrought raptor|MOT}"],["1","{@creature Bronze sable|MOT}"],["2","{@creature Burnished hart|MOT}"],["4","{@creature Oread|MOT}"],["5","{@creature Gold-forged sentinel|MOT}"],["5","{@creature Fire elemental}"],["6","{@creature Cyclops}*"],["9","{@creature Fire giant}"],["16","{@creature Iron golem}"],["17","{@creature Adult red dragon}*"],["24","{@creature Ancient red dragon}*"]],"footnotes":["* See {@book chapter 6|MOT|6|Classic Monsters} for details about these creatures in Theros."],"name":"Purphoros's Monsters","page":168,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Purphoros's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Enraged at Heliod's latest insult, Purphoros causes Mount Velus to erupt. The volcano's rage doesn't cease, though, threatening the region."],["2","Insulted that the other gods don't appreciate his creations, Purphoros breaks the Nyx-infused chains that bind the ancient red dragon Thraxes, allowing it to go on a far-ranging rampage."],["3","Gripped by sudden inspiration, Purphoros begins building a massive Nyx-bronze bridge that will link Mount Velus in the mortal world with Nyx itself. Every god opposes him in this effort. Can the construction effort be sabotaged without bringing the bridge tumbling down on the mortal world?"],["4","Purphoros's double, Petros, reveals an army of metal Nyxborn creatures and unleashes them against temples and settlements dedicated to other gods. The gods blame Purphoros for the attack, but he is too proud, and too fond of Petros, to stop the attacks."]],"name":"Purphoros's Divine Schemes","page":169,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Volcano Temple Adventures","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Acquire an item that wasn't up to Purphoros's standards before it's cast into the lava."],["2","Defend the temple from fiery zombies emerging from tunnels connecting to a collapsed temple."],["3","Steal a phoenix egg from the temple."],["4","Become an apprentice to one of the priests and craft an item in the temple."],["5","Explore a ruined temple after an eruption to make sure it is safe for others to enter."],["6","Stop the temple priests from destroying well-crafted but substandard armor and weapons that are needed by a nearby settlement."],["7","The volcano is erupting! Prevent it, or save the most fanatical priests who refuse to leave their forges."],["8","Negotiate with fire giants who want to use the temple's forges."],["9","Destroy a near-indestructible item in the volcano's forges."],["10","Rescue an artisan lost in the temple's twisting halls."]],"name":"Volcano Temple Adventures","page":170,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Volcano Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult red dragon} tries to make its nest inside the temple, attacking the artisans and priests within."],["2","A {@creature priest} of Mogis infiltrates the volcano and mars its ornate halls, hoping to draw Purphoros's ire and thus cause the volcano to erupt at an unexpected time, killing everyone in the temple."],["3","A obsessed {@creature cult fanatic} is never satisfied with her apprentices' creations and works them to death."],["4","A unit of defeated and desperate {@b hoplites} (see {@book chapter 6|MOT|6|Hoplites}) raid the temple, steal magical weapons, and prepare to avenge their fallen companions."],["5","An apprentice artisan summons {@creature Fire Elemental||fire elementals} that he can't control to murder his cruel master."],["6","An {@creature iron golem} forged in the temple breaks free of its maker's control and goes on a killing spree."]],"name":"Volcano Temple Villains","page":170,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Quests","colLabels":["d6","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a village of Thassa's faithful evacuate to the hills before Thassa sends a great wave to punish the village's willful coastal neighbors."],["2","Phenax has learned the location of a sunken treasure in a flooded cave. Retrieve the treasure before his fortune-hunters can steal it from Thassa."],["3","Smuggle a cargo of offerings for Thassa past harbor inspectors at Meletis, skirting new laws put into place at the behest of Heliod's priesthood that ban the import of items intended for sacrifice to other gods."],["4","Find a magically stolen vessel sequestered high in the mountains and return it to the ocean."],["5","Capture a great beast of the land and bring it to the shore as an offering for a kraken."],["6","Humiliate a champion of another god (most likely Ephara, Karametra, Pharika, Iroas, or Mogis)."]],"name":"Thassa's Quests","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature triton master of waves|MOT} (see {@book chapter 6|MOT|6|Triton}) demands ever greater sacrifices to Thassa from merchants moving along a crucial trade route, threatening to sink ships that don't comply."],["2","A former {@creature priest} of Thassa kidnaps indigents and plans to drown them as offerings to regain her favor."],["3","A {@creature druid} of Thassa, after being mistreated by a coastal community, uses magic to lure a plague of {@creature Giant Crab||giant crabs} out of the depths to take revenge."],["4","A {@creature water elemental} is trapped in a village well and has changed the drinking water to saltwater. It needs help returning to the sea."],["5","Sirens (see the harpies entry in {@book chapter 6|MOT|6|Harpies}) favored by Thassa take up residence in a lighthouse, preventing its use."],["6","A ship carrying a massive pearl sacred to Thassa has been sunk. Thassa's {@creature Cultist||cultists} want the pearl back, but anyone trying to retrieve it find that the god's triton followers have claimed it."]],"name":"Thassa's Villains","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Monsters","colLabels":["Challenge","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/2","{@creature Hippocamp|MOT}"],["1","Siren ({@creature harpy})*"],["2","{@creature Naiad|MOT}"],["2","{@creature Triton shorestalker|MOT}"],["5","{@creature Water elemental}"],["8","{@creature Triton master of waves|MOT}"],["13","{@creature Storm giant}"],["17","{@creature Dragon turtle}"],["23","{@creature Kraken}*"],["26","{@creature Tromokratis|MOT}"]],"footnotes":["* See {@book chapter 6|MOT|6} for details about these creatures in Theros."],"name":"Thassa's Monsters","page":172,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Thassa's Divine Schemes","colLabels":["d4","Scheme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After a kraken is sighted near an inhabited island, a fleet prepares to set sail from Meletis to face it. In retribution, Thassa pulls the ocean back from the entire coastline, stranding not only the fleet, but the fishing boats and merchant vessels that keep the polis fed and supplied. Thassa's oracles announce that \"the forest of masts must be felled\" before the waters will return, but Meletis refuses to give up its navy. How can Thassa be appeased?"],["2","During a divine conflict, one of the gods' weapons tumbles into the sea. Thassa refuses to return the godly weapon, claiming it as her own, much to the owner's ire."],["3","Thassa turns a ship full of another god's champions into dolphins as punishment for setting foot on one of her holy isles. Can she be persuaded to change them back? How will the champions' patrons respond if she refuses?"],["4","When multiple gods turn against her in a dispute, Thassa is enraged. She releases the locks binding every kraken in the sea, along with that of an ancient and mysterious kraken brood mother."]],"name":"Thassa's Divine Schemes","page":173,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coastal Temple Adventures","colLabels":["d12","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Save land-dwelling worshipers who became trapped inside the temple during a flood."],["2","Steal an offering before it washes away."],["3","Confront pirates worshiping at the temple."],["4","Defend the temple from kraken-worshiping cultists."],["5","Kill or drive off a {@creature hydra} that has claimed the temple as its home."],["6","Help a {@creature killer whale} beached in the temple."],["7","Get information from a worshiper."],["8","Kidnap a worshiper without making a scene."],["9","Steal a magic {@creature quipper} from a sacred tide pool."],["10","Spy on a conversation between two worshipers."],["11","Negotiate with a {@b blue dragon} that wants to claim the temple as its lair."],["12","Escape the temple as it floods."]],"name":"Coastal Temple Adventures","page":174,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coastal Temple Villains","colLabels":["d6","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature kraken} threatens to destroy the temple if worshipers don't pay tribute to the creature."],["2","A {@creature Naiad|MOT} (see {@book chapter 6|MOT|6|Naiad}) hides inside the temple and murders fishers who worship here for their crimes against the sea."],["3","A group of sirens (see the {@creature Harpy||harpies} entry in {@book chapter 6|MOT|6|Harpies}) take over the temple and lure new victims inside to drown themselves during high tide."],["4","A {@creature priest} of Thassa falsely convinces elderly worshipers that giving more wealth to the temple increases the length of time they live."],["5","A {@creature giant octopus} under the effects of the {@spell awaken} spell hunts in the temple at high tide."],["6","A rageful {@creature triton master of waves|MOT} (see {@book chapter 6|MOT|6|Triton Master of Waves}) believes everyone in a temple is secretly serving a kraken and begins murdering them."]],"name":"Coastal Temple Villains","page":174,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Adventures at Sea","colLabels":["d10","Adventure Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Slay a monster or pirates terrorizing ships at sea."],["2","Follow an omen that leads out to sea."],["3","Seek an artifact hidden underwater or on an island."],["4","Find your way home after getting lost."],["5","Find a lost temple of a god."],["6","Relocate settlers trying to colonize an inhabited isle."],["7","Discover a safe route through deadly waters."],["8","Retrace the path of a hero lost at sea."],["9","Find a whirlpool that is a passage to the Underworld."],["10","Sail from the edge of the world into Nyx."]],"name":"Embarking on Adventure; Adventures at Sea","page":176,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Island Environments","colLabels":["d10","Environment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Frozen. The island is magically frozen or is a floating iceberg. Perhaps something lies locked within."],["2","Sargassum. The island is a dense layer of seaweed that has developed its own ecosystem of strange beasts and trapped sailors."],["3","Living. The island is actually a gigantic slumbering creature—potentially unbeknown to its residents."],["4","Mirage. Magical phenomena surround a mundane island with tempting or treacherous illusions."],["5","Nyx Shard. The island is a manifestation of Nyx, a recreation of a land from the distant past or completely from fiction."],["6","Idyllic. The island has beautiful weather and abundant fruit—so much so that some might consider never leaving."],["7","Lost Ruin. The island is all that survived a calamity that destroyed a legendary city."],["8","Gateway. The island is inherently magical, perhaps being an intrusion from a bizarre demiplane or the dream of a sleeping demigod."],["9","Promised Land. The island is a gift from a god to a favored individual or population, specially tailored to suit their whims."],["10","Divine Refuge. A god created this island to be a personal getaway, making it a reflection of the world as it would appear if they were in complete control."]],"name":"Island Environments","page":177,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Island Inhabitants","colLabels":["d10","Inhabitants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Last. Creatures that think they're the last of their kind—perhaps Returned, leonin, or humans—make their home on the island."],["2","First Contact. A prosperous civilization, unconnected to the great poleis, thrives on the island."],["3","Strangers. A species not usually connected to Theros dwells here—such as thri-kreen, yuan-ti, or another creature from the {@book Monster Manual|MM}."],["4","Rivals. Two settlements have turned the island into a war zone."],["5","Prisoner. A powerful monster or dangerous figure from legend is imprisoned on this island."],["6","Tyrant. A powerful individual built a fortress on the island, and all other residents revere them."],["7","Fanatics. The island's residents know only one god and don't appreciate visits from heretics."],["8","The Dead. A settlement of the Returned is located near an obscure passage to the Underworld."],["9","Memories. Everyone on the island is Nyxborn, being the reincarnation of a lost people."],["10","Oracle. An oracle with a reputation for accurate knowledge and prediction lives on the island."]],"name":"Island Inhabitants","page":178,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underwater Adventures","colLabels":["d12","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seek aid or advice from the eldest member of an aquatic species—such as the first dolphin."],["2","Recover the treasure of a hero long ago devoured by a sea beast."],["3","Carry a coastal city's gifts and diplomatic messages to an underwater community."],["4","Calm a kraken attempting to break out of its sea lock (see {@book chapter 6|MOT|6|Kraken})."],["5","Make a sacrifice at a triton temple devoted to Thassa or another god."],["6","Transform into a sea creature and infiltrate an undersea community."],["7","Convince a hero who's fallen in love with a sea dweller to return home."],["8","Raise a sunken city back above the waves while avoiding whatever now makes the place its home."],["9","Seek information from an oracle who lives on a sunken island inside a giant bubble."],["10","Seal a hole in the sea that's allowing denizens of the Underworld ward of Nerono to escape."],["11","Return a juvenile sea monster caught in a fisher's net to its home."],["12","Protect a priest of Thassa intent on journeying to the bottom of the sea."]],"name":"Underwater Adventures","page":179,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Underworld Adventures","colLabels":["d20","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","In Phylias, find and bargain for information with your least favorite dead acquaintance or family member."],["2","Smuggle the puppy of an {@creature Underworld cerberus|MOT} (see {@book chapter 6|MOT|6|Underworld Cerberus}) into the mortal world."],["3","Find and free a lost hero from the Labyrinth of Memories on Nerono."],["4","Free a legendary lost ship and the souls aboard from the endless Nerono whirlpool they're trapped within."],["5","Meet with your family's most legendary member in Ilysia and prove yourself worthy of their name."],["6","Steal a legendary, long-shattered treasure from its resting place in Ilysia's Citadel of Destiny."],["7","Seek out a long-dead foe and learn how they're keeping you from being magically resurrected."],["8","Discover a secret from an infamous member of your family who became a {@creature typhon|MOT} (see {@book chapter 6|MOT|6|Typhon})."],["9","Save a god's favored worshiper from a cruel punishment in the Underworld—even though they've been dead for hundreds of years."],["10","Sever one of the massive chains of Tizerus, releasing the ancient being it binds."],["11","Lead an immortal anvilwrought to Erebos's palace and convince the god to let the construct die."],["12","Discover why Erebos is no longer allowing certain individuals to die."],["13","Coerce a {@creature night hag} into granting a morbid prophecy by stealing its eye."],["14","Learn a secret way to escape the Underworld from one of the titans."],["15","Find the lost secret of a long-dead warlord that now rests with the villain's misera."],["16","Discover from a {@creature woe strider|MOT} (see {@book chapter 6|MOT|6|Woe Strider}) how to escape the bonds of destiny."],["17","Defeat a host of legendary villains in Agonas's Stadium of Dishonor."],["18","Prevent one of your ancestors from transforming into an {@creature eater of hope|MOT} (see {@book chapter 6|MOT|6|Eater of Hope})."],["19","Travel to Erebos's palace and recover a secret from one who failed to bargain for their release."],["20","Seek out Klothys's domain and learn from her oracles how you're destined to escape the Underworld."]],"name":"Underworld Adventures","page":183,"source":"MOT","chapter":{"name":"Creating Theros Adventures","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Remarkable Origins","colLabels":["d12","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The item bears the name or emblem of a lost troop of Akroan stratians (described in {@book chapter 3|MOT|3|Stratians})."],["2","The item is etched with a name or prayer written in Celestial (the language of the gods)."],["3","The item looks like it's been at the bottom of the sea for a hundred years but functions perfectly."],["4","The item is wrapped in handwritten scrolls, suggesting it was once possessed by a founder of one of Meletis's philosophical schools (described in {@book chapter 3|MOT|3|Meletis})."],["5","The item bears a design or sculpted feature suggestive of a Returned mask."],["6","A knotted cover or grip depicts colorful birds or stylized herd animals from the plains of Oreskos."],["7","The item is at least partially made from the heartwood of a Setessan caryatid (described in {@book chapter 3|MOT|3|Caryatid Groves}). The wood regularly sprouts fresh leaves, or its whorls suggest humanoid features."],["8","The item rests among the remains of its former owner, who thanks (or curses) those who take it."],["9","The item is at least partially made of iron."],["10","Whoever first touches the item receives an omen from the god who watches over it (see {@book chapter 4|MOT|4|Omens} for details on omens)."],["11","The item lies in a crater, as if it fell from the heavens."],["12","The item glimmers with the stars of Nyx and is a perfect facsimile of an item used by a legendary hero."]],"name":"Gifts of the Gods; Remarkable Origins","page":195,"source":"MOT","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Weapons of the Gods Adventures","colLabels":["d6","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Steal a god's weapon to lay low one of that god's servants—a creature that can only be harmed by its creator's wrath."],["2","Recover a god's weapon that has been stolen by another god's champion in an attempt to frame the weapon's owner for cruel acts."],["3","Wrest back a god's weapon from a divine champion who needed it but refuses to return it."],["4","Destroy a god's weapon and channel the energy released to create a new magic item or work a miracle."],["5","Reforge a god's weapon after an incredible feat caused it to shatter."],["6","A god's weapon has gained sentience (see \"{@book Sentient Magic Items|DMG|-1}\" in chapter 7 of the {@book Dungeon Master's Guide|DMG}). Determine whether to use it, return it to its creator, or help it grow into its own being."]],"name":"Artifacts; Weapons of the Gods Adventures","page":198,"source":"MOT","chapter":{"name":"Treasures","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Nyxborn Monster Origin","colLabels":["d6","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A god created the creature to serve as an emissary."],["2","The creature formed as the side effect of some other divine action."],["3","The creature escaped from the Underworld."],["4","The creature took shape from the tales told about it."],["5","A god made the creature to serve as a pet or mount."],["6","The creature took shape from dreams or nightmares."]],"name":"Nyxborn Creatures; Nyxborn Monster Origin","page":203,"source":"MOT","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Nyxborn Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Magic Resistance}. The creature's Nyxborn nature gives it advantage on saving throws against spells and other magical effects."],["2","{@b Light Sensitivity}. A creature of the night sky, the Nyxborn has disadvantage on attack rolls, as well as on Wisdom ({@skill Perception}) checks that rely on sight, while it is in bright light."],["3","{@b Immutable Form}. The Nyxborn creature is the philosophical ideal of its kind. It is immune to any spell or effect that would alter its form."],["4","{@b Magic Weapons}. The Nyxborn creature's weapon attacks are magical."],["5","{@b Nyx Step}. The Nyxborn can move through other creatures and objects as if they were {@quickref difficult terrain||3}. It takes 5 ({@dice 1d10}) force damage if it ends its turn inside an object."],["6","{@b Starlight Form}. The Nyxborn glows with the soft light of the night sky, shedding dim light in a 15-foot radius."]],"name":"Nyxborn Statistics; Nyxborn Traits","page":203,"source":"MOT","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":6},"index":6}},{"caption":"Setting a DC","colLabels":["Difficulty","DC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Very Easy","5"],["Easy","10"],["Moderate","15"],["Hard","20"],["Very Hard","25"],["Nearly Impossible","30"]],"name":"Screen; Setting a DC","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Monster Motivation","colLabels":["d20","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Find a sanctuary"],["3–5","Conquer the dungeon"],["6–8","Seek an item"],["9–11","Slay a rival"],["12–13","Hide from enemies"],["14–15","Recover from a battle"],["16–17","Avoid danger"],["18–20","Seek wealth"]],"name":"Screen; Monster Motivation","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Damage by Level and Severity","colLabels":["Character Level","Setback","Dangerous","Deadly"],"colStyles":["col-3 text-center","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["1–4","{@dice 1d10}","{@dice 2d10}","{@dice 4d10}"],["5–10","{@dice 2d10}","{@dice 4d10}","{@dice 10d10}"],["11–16","{@dice 4d10}","{@dice 10d10}","{@dice 18d10}"],["17–20","{@dice 10d10}","{@dice 18d10}","{@dice 24d10}"]],"name":"Screen; Damage by Level and Severity","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Improvising Damage","colLabels":["Dice","Examples"],"colStyles":["col-2 text-center","col-10"],"rows":[["{@dice 1d10}","Burned by coals, hit by a falling bookcase, pricked by a poison needle"],["{@dice 2d10}","Being struck by lightning, stumbling into a fire pit"],["{@dice 4d10}","Hit by falling rubble in a collapsing tunnel, stumbling into a vat of acid"],["{@dice 10d10}","Crushed by compacting walls, hit by whirling steel blades, wading through a lava stream"],["{@dice 18d10}","Being submerged in lava, being hit by a crashing flying fortress"],["{@dice 24d10}","Tumbling into a vortex of fire on the Elemental Plane of Fire, being crushed in the jaws of a godlike creature or a moon-sized monster"]],"name":"Screen; Improvising Damage","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Object Armor Class","colLabels":["Substance","AC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Cloth, paper, rope","11"],["Crystal, glass, ice","13"],["Wood, bone","15"],["Stone","17"],["Iron, steel","19"],["Mithral","21"],["Adamantine","23"]],"name":"Screen; Object Armor Class","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Object Hit Points","colLabels":["Size","Fragile","Resilient"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Tiny ({@item glass bottle|phb|bottle}, {@item lock|phb})","2 ({@dice 1d4})","5 ({@dice 2d4})"],["Small ({@item chest|phb}, {@item lute|phb})","3 ({@dice 1d6})","10 ({@dice 3d6})"],["Medium ({@item barrel|phb}, chandelier)","4 ({@dice 1d8})","18 ({@dice 4d8})"],["Large ({@item cart|phb}, 10-ft.-by-10-ft. window)","5 ({@dice 1d10})","27 ({@dice 5d10})"]],"name":"Screen; Object Hit Points","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Skills and Associated Abilities","colLabels":["Skill","Ability"],"colStyles":["col-6","col-6"],"rows":[["{@skill Acrobatics}","Dexterity"],["{@skill Animal Handling}","Wisdom"],["{@skill Arcana}","Intelligence"],["{@skill Athletics}","Strength"],["{@skill Deception}","Charisma"],["{@skill History}","Intelligence"],["{@skill Insight}","Wisdom"],["{@skill Intimidation}","Charisma"],["{@skill Investigation}","Intelligence"],["{@skill Medicine}","Wisdom"],["{@skill Nature}","Intelligence"],["{@skill Perception}","Wisdom"],["{@skill Performance}","Charisma"],["{@skill Persuasion}","Charisma"],["{@skill Religion}","Intelligence"],["{@skill Sleight of Hand}","Dexterity"],["{@skill Stealth}","Dexterity"],["{@skill Survival}","Wisdom"]],"name":"Screen; Skills and Associated Abilities","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["Level","Effect"],"colStyles":["col-2 text-center","col-2"],"rows":[["1","Disadvantage on ability checks"],["2","Speed halved"],["3","Disadvantage on attack rolls and saving throws"],["4","Hit point maximum halved"],["5","Speed reduced to 0"],["6","Death"]],"name":"Exhaustion","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d6","Quality","Effect"],"colStyles":["col-2 text-center","col-2","col-8"],"rows":[["1","Perilous","The area is dangerously worn and prone to collapse. Any impacts or damage to the structure, including from spells and other areas of effect, have a 50 percent chance of causing a collapse (see the {@table Improvising Damage|DMG} table)."],["2","Crumbling","Areas within the dungeon section are choked with rubble and have a {@chance 50} chance of being {@quickref difficult terrain||3}. Half cover and hiding places are plentiful."],["3","Neglected","One dungeon {@5etools hazard|trapshazards.html} such as {@hazard brown mold}, {@hazard yellow mold}, or {@hazard green slime} is abundant."],["4","Abandoned","Most of the dungeon is deserted and quiet as a tomb. Dexterity ({@skill Stealth}) checks have disadvantage because any sounds stand out as unusual."],["5","Secure","Ability checks made to break down doors, open locks, or similar breaking and entering activities have disadvantage."],["6","Thriving","The dungeon is heavily populated. Any loud noises or other attention-drawing phenomena require a check for Dungeon Encounters (see below)."]],"name":"State of Ruin","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lone, powerful creature appears! You choose the creature, selecting one with a challenge rating that is 1–3 higher than the level of the player characters. The creature lives in the dungeon or is passing through, and it is hostile toward the group only if they provoke it."],["2–4","Hostile creatures prowl nearby! You choose the creatures, selecting five with a challenge rating equal to the level of the player characters. These creatures are either monsters native to the dungeon or hostile explorers."],["5","A patch of brown mold, green slime, or yellow mold lies nearby. "],["6","A group of friendly explorers crosses the player characters' path. The explorers have 2d4 goods for sale that cost 1 gp or less, which you can select from the Adventuring Gear table in the Player's Handbook."]],"name":"Dungeon Encounters","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"colLabels":["d100","Purpose"],"colStyles":["col-2 text-center","col-8"],"rows":[["01","Antechamber"],["02–03","Armory"],["04","Audience chamber"],["05","Aviary"],["06–07","Banquet room"],["08–10","Barracks"],["11","Bath or latrine"],["12","Bedroom"],["13","Bestiary"],["14–16","Cell"],["17","Chantry"],["18","Chapel"],["19–20","Cistern"],["21","Classroom"],["22","Closet"],["23–24","Conjuring room"],["25–26","Court"],["27–29","Crypt"],["30–31","Dining room"],["32–33","Divination room"],["34","Dormitory"],["35","Dressing room"],["36–37","Gallery"],["38–39","Game room"],["40–42","Guardroom"],["43–44","Hall"],["45–46","Hall, great"],["47–48","Hallway"],["49","Kennel"],["50–51","Kitchen"],["52–53","Laboratory"],["54–56","Library"],["57–58","Lounge"],["59","Meditation chamber"],["60","Nursery"],["61","Observatory"],["62","Office"],["63–64","Pantry"],["65–66","Pen or Prison"],["67–68","Reception room"],["69–70","Refectory"],["71","Robing room"],["72","Salon"],["73–74","Shrine"],["75–76","Sitting room"],["77–78","Smithy"],["79","Stable"],["80–81","Storage room"],["82–83","Strong room"],["84–85","Study"],["86–88","Temple"],["89–90","Throne room"],["91","Torture chamber"],["92–93","Training room"],["94–95","Trophy room"],["96","Vestibule"],["97","Waiting room"],["98","Well"],["99–00","Workshop"]],"name":"Dungeon Chambers","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Travel Pace","colLabels":["Pace","Distance Traveled per Minute","Distance Traveled per Hour","Distance Traveled per Day","Effect"],"colStyles":["col-2","col-2","col-2","col-2","col-4"],"rows":[["Fast","400 feet","4 miles","30 miles","-5 penalty to passive Wisdom ({@skill Perception}) scores"],["Normal","300 feet","3 miles","24 miles","-"],["Slow","200 feet","2 miles","18 miles","Able to use stealth"]],"name":"Screen; Travel Pace","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Cover","colLabels":["Cover","Effect"],"colStyles":["col-3","col-9"],"rows":[["Half cover","+2 bonus to AC and Dexterity saving throws against attacks and effects that originate on the opposite side of the cover"],["Three-quarters cover","+5 bonus to AC and Dexterity saving throws against attacks and effects that originate on the opposite side of the cover"],["Total cover","Can't be targeted directly by an attack or a spell"]],"name":"Screen; Cover","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Light","colLabels":["Source","Bright Light","Dim Light","Duration"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@item Candle|phb}","5 ft.","+ 5 ft.","1 hour"],["{@item Lamp|phb}","15 ft.","+ 30 ft.","6 hours"],["{@item Bullseye Lantern|phb|Lantern, bullseye}","60 ft. cone","+ 60 ft.","6 hours"],["{@item Hooded Lantern|phb|Lantern, hooded}","30 ft.","+ 30 ft.","6 hours"],{"type":"row","style":"row-indent-first","row":["Lowered hood","—","+ 5 ft.","—"]},["{@item Torch|phb}","20 ft.","+ 20 ft.","1 hour"]],"name":"Screen; Light","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Obscured Areas","colLabels":["Obscureness","Effect","Examples"],"colStyles":["col-3","col-5","col-4"],"rows":[["Lightly obscured","Creatures have disadvantage on Wisdom ({@skill Perception}) checks that rely on sight.","Dim light, patchy fog, moderate foliage"],["Heavily obscured","Vision is blocked; creatures are effectively {@condition blinded}.","Darkness, opaque fog, dense foliage"]],"name":"Screen; Obscured Areas","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Tracking DCs","colLabels":["Ground Surface","DC"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Soft surface such as snow","10"],["Dirt or grass","15"],["Bare stone","20"],["Each day since the creature passed","+5"],["Creature left a trail such as blood","-5"]],"name":"Screen; Tracking DCs","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Visibility Outdoors","colLabels":["Environment","Distance"],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles"],["Rain","1 mile"],["Fog","100 to 300 feet"],["From a height","× 20"]],"name":"Screen; Visibility Outdoors","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Audible Distance","colLabels":["Noise","Distance"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Trying to be quiet","{@dice 2d6 × 5} feet"],["Normal noise level","{@dice 2d6 × 10} feet"],["Very loud","{@dice 2d6 × 50} feet"]],"name":"Screen; Audible Distance","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Food, Drink, and Lodging","colLabels":["Item","Cost"],"colStyles":["col-6","col-6 text-right"],"rows":[["{@i Ale}",""],{"type":"row","style":"row-indent-first","row":["{@item Ale (Gallon)|PHB|Gallon}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item Ale (mug)|phb|Mug}","4 cp"]},["Banquet (per person)","10 gp"],["{@item loaf of bread|phb|Bread, loaf}","2 cp"],["{@item hunk of cheese|phb|Cheese, hunk}","1 sp"],["{@i Inn stay (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","7 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","1 sp"]},{"type":"row","style":"row-indent-first","row":["Modest","5 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","8 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","2 gp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","4 gp"]},["{@i Meals (per day)}",""],{"type":"row","style":"row-indent-first","row":["Squalid","3 cp"]},{"type":"row","style":"row-indent-first","row":["Poor","6 cp"]},{"type":"row","style":"row-indent-first","row":["Modest","3 sp"]},{"type":"row","style":"row-indent-first","row":["Comfortable","5 sp"]},{"type":"row","style":"row-indent-first","row":["Wealthy","8 sp"]},{"type":"row","style":"row-indent-first","row":["Aristocratic","2 gp"]},["{@item chunk of meat|phb|Meat, chunk}","3 sp"],["{@i Wine}",""],{"type":"row","style":"row-indent-first","row":["{@item common wine (pitcher)|phb|Common (pitcher)}","2 sp"]},{"type":"row","style":"row-indent-first","row":["{@item fine wine (bottle)|phb|Fine (bottle)}","10 gp"]}],"name":"Screen; Food, Drink, and Lodging","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Foraging DCs","colLabels":["Food and Water Availability","DC"],"colStyles":["col-6","col-6 text-center"],"rows":[["Abundant food and water sources","10"],["Limited food and water sources","15"],["Very little, if any, food and water sources","20"]],"name":"Screen; Foraging DCs","source":"ScreenDungeonKit","chapter":{"name":"Screen","index":0}},{"caption":"Wilderness Encounter","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A lone, powerful creature appears! The DM chooses the creature, selecting one with a challenge rating that is 1-3 higher than the group's level. The creature lives in the area or is passing through, and it is hostile toward the group only if they provoke it."],["2-4","Hostile creatures prowl nearby! The DM chooses the creatures, selecting five with a challenge rating equal to the group's level. These creatures are either monsters native to the area or hostile travelers"],["5-6","A group of friendly travelers crosses the group's path. The travelers have {@dice 2d6} goods for sale that cost 1 gp or less on the Adventuring Gear table in the Player's Handbook"],["7","The group discovers a monument. Roll on the {@table Wilderness Journeys; Monuments|ScreenWildernessKit|Monuments} table."],["8","The group wanders into a strange place. Roll on the {@table Wilderness Journeys; Weird Locales|ScreenWildernessKit|Weird Locales} table."]],"name":"Random Encounter; Wilderness Encounter","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Monuments","colLabels":["d20","Monument"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sealed burial mound or pyramid"],["2","Plundered burial mound or pyramid"],["3","Faces carved into a mountainside or cliff"],["4","Giant statues carved out of a mountainside or cliff"],["5-6","intact obelisk etched with a warning, historical lore, dedication, or religious iconography"],["7-8","Ruined or toppled obelisk"],["9-10","Intact statue of a person or deity"],["11-13","Ruined or toppled statue of a person or deity"],["14","Great stone wall, intact, with tower fortifications spaced at one-mile intervals"],["15","Great stone wall in ruins"],["16","Great stone arch"],["17","Fountain"],["18","Intact circle of standing stones"],["19","Ruined or toppled circle of standing stones"],["20","Pillar carved with elemental or fey symbols"]],"name":"Wilderness Journeys; Monuments","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Weird Locales","colLabels":["d20","Locale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-2","Dead magic zone (similar to an antimagic field)"],["3","Wild magic zone (roll on the {@table Wild Magic Surge|PHB} table in the Player's Handbook whenever a spell is cast within the zone)"],["4","Boulder carved with talking faces"],["5","Crystal cave that mystically answers questions"],["6","Ancient tree containing a trapped spirit"],["7-8","Battlefield where lingering fog occasionally assumes humanoid forms"],["9-10","A portal to another plane of existence"],["11","Wishing well"],["12","Giant crystal shard protruding from the ground"],["13","Wrecked ship, even if water is nowhere nearby"],["14-15","Haunted hill or barrow mound"],["16","River ferry guided by a skeletal captain"],["17","Field of {@condition petrified} soldiers or other creatures"],["18","Forest of {@condition petrified} or {@creature awakened tree||awakened trees}"],["19","Canyon containing a dragons' graveyard"],["20","Floating earth mote with a tower on it"]],"name":"Wilderness Journeys; Weird Locales","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Food and Water Needs","colLabels":["Creature Size","Food/Water per Cycle","Food Cost per Short Cycle","Food Cost per Long Cycle"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["Tiny","1/4 unit","1 sp, 2 cp","7 sp, 5 cp"],["Small","1 unit","5 sp","3 gp, 5 sp"],["Medium","1 unit","5 sp","3 gp, 5 sp"],["Large","4 units","2 gp","14 gp"],["Huge","16 units","8 gp","56 gp"],["Gargantuan","64 units","32 gp","224 gp"]],"name":"Food and Water Needs","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Journeys","index":0}},{"caption":"Wilderness Chase Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[[1,"Your path takes you through a rough patch of brush. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to get past the brush. On failed check, the brush counts as 5feet of {@quickref difficult terrain||3}."],[2,"Uneven ground threatens to slow your progress. Make a DC 10 Dexterity ({@skill Acrobatics}) check to navigate the area. On failed check, the ground counts as 10 feet of {@quickref difficult terrain||3}."],[3,"You run through a {@creature swarm of insects} (see the Monster Manual For game statistics). The swarm makes an opportunity attack against you (+3 to hit; {@damage 4d4} piercing damage on a hit)."],[4,"A stream, ravine, or rock bed blocks your path. Make a DC 10 Strength ({@skill Athletics}) or Dexterity ({@skill Acrobatics}) check (your choice) to cross the impediment. On a failed check, the impediment counts as 10 feet of {@quickref difficult terrain||3}."],[5,"Make a DC 10 Constitution saving throw. Ona failed save, you are {@condition blinded} by blowing sand,dirt, ash, snow,or pollen until the end of your turn. While {@condition blinded} in this way, your speed is halved."],[6,"A sudden drop catches you by surprise. Make a DC 10 Dexterity saving throw to navigate the impediment. On failed save, you fall {@dice 1d4 x 5} feet, taking {@damage 1d6} bludgeoning damage per 10 feet fallen as normal, and land {@condition prone}."],[7,"You blunder into a snare. Make a DC 15 Dexterity saving throw. On failed save, you are caught in the snare and {@condition restrained}. As an action, you or someone within 5 feet of you can make a DC 10 Strength check, freeing you on a success. The snare can also be destroyed; it has an AC of 10 and 5 hit points, and it is immune to poison and psychic damage. Complication"],[8,"You are caught in a stampede of spooked animals. Make a DC 10 Dexterity saving throw. Ona failed save, you are knocked about and take {@damage 1d4} bludgeoning damage and {@damage 1d4} piercing damage."],[9,"Your path takes you near a patch of razorvine. Make a DC 15 Dexterity saving throw or use 10 feet of movement (your choice) to avoid the razorvine. On a failed save, you take {@damage 1d10} slashing damage."],[10,"One or more creatures in the area chase after you! The DM chooses these pursuers or rolls a {@dice d8} to determine them: (1) 2 {@creature brown bear||brown bears}, (2) {@dice 2d4} {@creature giant toad||giant toads}, (3) {@dice 1d4} {@creature poisonous snake||poisonous snakes}, (4) {@dice 2d4} {@creature wolf||wolves}, (5) 1 {@creature giant boar}, (6) 2 {@creature dire wolf||dire wolves}, (7) {@creature griffon}, or (8) {@dice 1d12} {@creature giant rat||giant rats} (see the {@book Monster Manual|MM} for the creatures' game statistics)."],["11-20","No complication."]],"name":"Playing a Chase; Wilderness Chase Complications","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Chases","index":1}},{"caption":"Escape Factors","colLabels":["Factor","Check Has..."],"colStyles":["col-8","col-4"],"rows":[["Quarry has many things to hide behind","Advantage"],["Quarry is in a very crowded or noisy area","Advantage"],["Quarry has few things to hide behind","Disadvantage"],["Quarry is in an uncrowded or quiet area","Disadvantage"],["The lead pursuer is a ranger or has proficiency in {@skill Survival}","Disadvantage"]],"name":"Ending a Chase; Escape Factors","source":"ScreenWildernessKit","chapter":{"name":"Wilderness Chases","index":1}},{"caption":"Academy Type","colLabels":["d6","Academy Types"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Boarding School}. Students and faculty enjoy a familial relationship on a self-contained campus."],["2","{@b Arcane Enclave}. Drawn together by cutting-edge magical scholarship, the enclave's residents are hungry for secrets, reagents, and subjects."],["3","{@b Secret Monastery}. Ageless secrets remain the focus of contemplation and rigorous training at this site."],["4","{@b Elite Institute}. This cutthroat college of science or the arts accepts only the crème de la crème of society and talent."],["5","{@b Vault of Secrets}. This conspiracy strives to keep or eradicate all knowledge of a specific truth."],["6","{@b Museum of Dreams}. Magical communication or shared dreamscapes connect a network of wide-ranging specialists."]],"name":"Academy Type","page":84,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Harried Functionary}. A disinterested secretary conveys written correspondence to you from an exceptionally busy or aloof senior faculty member."],["2","{@b Celebrated Instructor}. Despite their throngs of ambitious assistants, a celebrity researcher considers you their star pupil."],["3","{@b Wizened Fixture}. A fantastically old, believed-to-be-deceased librarian gives you assignments from the circulation desk they never leave."],["4","{@b Infatuated Tourist}. A flirtatious visiting scholar perceives your every report and donated discovery as a personal gift."],["5","{@b Spectral Fragment}. A haunted piece of the academy's collection compels you to complete its secret research."],["6","{@b Distant Observer}. A mysterious sponsor encourages your research from afar to avoid alerting nefarious forces embedded within the academy's bureaucracy."]],"name":"Academy Contact","page":85,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Factotum Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Student","{@background Acolyte}, {@background Guild Artisan}, {@background Noble}, {@background Outlander}, {@background Sage}, {@background Urchin}"],["Groundskeeper","{@background Charlatan}, {@background Hermit}, {@background Outlander}, {@background Soldier}, {@background Urchin}"],["Professor","{@background Acolyte}, {@background Entertainer}, {@background Folk Hero}, {@background Noble}, {@background Sage}"],["Researcher","{@background Acolyte}, {@background Charlatan}, {@background Guild Artisan}, {@background Hermit}, {@background Sage}"],["Financier","{@background Charlatan}, {@background Criminal}, {@background Noble}, {@background Sailor}, {@background Urchin}"],["Expert Speaker","{@5etools Any|backgrounds.html}"]],"name":"Academy Factotum Roles","page":85,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Academy Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Aberrant Zoology}. You undertake expeditions to document, capture, and explain beings antithetical to the natural order."],["2","{@b Arcanodynamics}. You investigate the ways magic underpins existence, exploring its flows and seeking ways to harness its nexuses."],["3","{@b Forbidden History}. You reveal the lost truths of the world's darkest ages, pursuing the history of purposefully hidden or taboo eras."],["4","{@b Cryptogeography}. You search for proof of a hidden land or that the world isn't structured as commonly assumed."],["5","{@b Restorative Antiquarianism}. You track clues leading to plundered artifacts and then restore them to their rightful owners."],["6","{@b Evolutionary Divinity}. You dare to explore what no mortal was meant to know: the origins of divinity."]],"name":"Academy Quests","page":86,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being","colLabels":["d6","Ancient Being"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Elder Dragon}. An ancient dragon seeks knowledge or power. It wishes to gather greater wealth for its hoard, its ambitions expanding in its advancing years."],["2","{@b Lich}. An undead spellcaster of immense power employs your group. Its interests are strangely diverse and seemingly benign. Perhaps it's not as evil as conventional adventuring wisdom suggests?"],["3","{@b Bound Fiend}. This fiend is bound to a location, either in its true form or as a possessing spirit. Whether trapped in an unbreakable circle of binding sigils or sealed as a spirit within a gigantic statue, the fiend's influence drives your group."],["4","{@b Guardian Celestial}. An angel or another powerful celestial takes an interest in a specific region of the Material Plane. It cultivates a network of mortal informants and agents to serve its agenda."],["5","{@b The Endless}. This person has lived many lifetimes because they can't die—at least not permanently. No matter the cause of their demise, they return. To all appearances, they are alive and mortal, but they control the amassed resources of an immortal."],["6","{@b Primal Manifestation}. Its existence defies mortal understanding; the being simply is. It could be a primordial force of nature awakened to self-awareness that now inhabits the landscape or an alien intellect that whispers through proxies, omens, and idols."]],"name":"Ancient Being","page":86,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Employer}. An established member of local society acts as the interface between you and the patron and provides the cover of legitimate employment. They could be a bartender, shopkeeper, local official, or noble."],["2","{@b Back-Room Dealers}. An exclusive area in an otherwise-ordinary establishment requires a password or token to gain entry. There you meet and communicate with shadowy agents of your patron."],["3","{@b Magical Message Drop}. Magically recorded messages from your contact or your patron appear in odd places. You know to check a predetermined location, such as a crack in an ancient monolith or a specific grave, for instructions."],["4","{@b Visions}. Your patron doesn't use intermediaries, instead speaking to you in dreams, omens, or visions. The being appears in your mind as you sleep, taking control of your dreams to deliver instructions that become difficult to ignore."],["5","{@b Ephemeral Echo}. Your contact never physically reveals itself to you. Perhaps it is the ghost of a dead person, an entity that appears outside the flow of time, or a projected illusion of a being that never leaves your patron's hidden sanctum."],["6","{@b The Mouthpiece}. The ancient being's voice whispers through the lips of an ordinary person. You patron might posses the body of a stranger or a party member to converse with you."]],"name":"Ancient Being Contact","page":87,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Operative Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Devotee","{@background Acolyte}, {@background Hermit}, {@background Noble}, {@background Outlander}, {@background Sage}"],["Infiltrator","{@background Charlatan}, {@background Criminal}, {@background Hermit}, {@background Soldier}, {@background Urchin}"],["Mouthpiece","{@background Charlatan}, {@background Entertainer}, {@background Folk Hero}, {@background Hermit}, {@background Sage}"],["Pupil","{@background Acolyte}, {@background Entertainer}, {@background Folk Hero}, {@background Guild Artisan}, {@background Sage}"],["Guardian","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Outlander}, {@background Soldier}"],["Offspring","{@5etools Any|backgrounds.html}"]],"name":"Ancient Being Operative Roles","page":88,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ancient Being Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Rescue}. A wayward agent went missing while gathering information or materials. You must discover their fate and recover them and their findings."],["2","{@b Sabotage}. You must destroy an aspect of a rival's organization, either assassinating a key minion or destroying a critical object."],["3","{@b Artifice}. Your specialized skills are instrumental to assembling components for a powerful magic ritual or object."],["4","{@b Treachery}. A high-profile minion of another powerful figure is in a position to betray their master, to the benefit of your patron. You must convince them to defect to your organization or extract them from now-hostile territory."],["5","{@b Culling}. A respected agent of your patron (possibly an ally or a mentor for your group) has been compromised. Perhaps they are defecting to a rival, attempting to seize the ancient being's power. Whatever the case, you must catch them to end their threat."],["6","{@b Astral Heist}. A powerful rival of your patron stores their secrets in a mind vault on the Astral Plane. That means they can't be tricked or coerced into revealing anything, nor can their thoughts be read. You must find the vault and travel through the rival's deadly memories to find the knowledge your patron desires."]],"name":"Ancient Being Quests","page":88,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Types","colLabels":["d6","Aristocrats"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Local Lord}. Convinced that power and prestige lie just around the corner, this minor lordling grasps for every opportunity to climb the ranks."],["2","{@b Merchant Mastermind}. Reputation, wealth, and power are one and the same for the head of a family with world-spanning business holdings."],["3","{@b Nomadic Princeling}. Nothing is more appealing to this princeling than treasure. Their sprawling merchant caravan trails behind their palanquin as far as the eye can see."],["4","{@b Double Dealer}. The leader of a noble family has turned against their nation, secretly opposing their liege for personal gain or ethical reasons."],["5","{@b Ambitious Entrepreneur}. The sole heir of a vast fortune, this entrepreneur seeks allies to expand their wealth in a new business on the international, global, or planar stage."],["6","{@b Future Ruler}. This young noble is destined to rule, but currently their whims are fickle and dangerous."]],"name":"Aristocrat Types","page":89,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Common Contact}. A servant with ambitions toward a title works as a go-between for your patron."],["2","{@b Professional}. A level-headed advisor or manager of your patron's business directs you in keeping their reckless employer safe."],["3","{@b Family Peacemaker}. A naive aristocrat appointed by your patron wants your assistance in keeping the peace between fractious family members, which isn't your patron's priority."],["4","{@b Intimate Connection}. A common-born confidant or lover of your patron guides you in creating circumstances to bolster the noble family's best interests."],["5","{@b Outside Insider}. An outcast noble favored by your patron works with you to uphold their family's interests despite their exile."],["6","{@b Outsider Inside}. A mysterious entity manipulates a noble family's fortunes. Through your patron, it employs you to help guide its chosen family along a centuries-long course."]],"name":"Aristocrat Contact","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Retainer Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Advisor","{@background Acolyte}, {@background Charlatan}, {@background Folk Hero}, {@background Hermit}, {@background Sage}"],["Bodyguard","{@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Soldier}"],["Informant","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Sailor}, {@background Urchin}"],["House Staff","{@background Entertainer}, {@background Guild Artisan}, {@background Sailor}, {@background Soldier}, {@background Urchin}"],["Messenger","{@background Charlatan}, {@background Entertainer}, {@background Outlander}, {@background Sailor}, {@background Urchin}"],["Family Scion","{@5etools Any|backgrounds.html}"]],"name":"Aristocrat Retainer Roles","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Aristocrat Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Noble Union}. You work within multiple noble factions to unite rival families."],["2","{@b Business Breakthrough}. You track down and obtain a wonder your patron believes is the key to their financial fortunes."],["3","{@b Sabotage Rival}. You break into the business or estate of an enemy noble family and undermine their political or professional ventures."],["4","{@b Lost Lineage}. You seek evidence of a lost branch of a noble family or proof that individuals don't possess a noble pedigree."],["5","{@b Origin of Nobility}. You reveal the secret reason why certain individuals were elevated to noble status and how they will soon fulfill their purpose."],["6","{@b The New Nobility}. You recreate the remarkable event that granted today's noble families their special standing, enabling the rise of new nobles."]],"name":"Aristocrat Quests","page":90,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Syndicate Types","colLabels":["d6","Syndicate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Thieves' Guild}. A disparate convocation of thieves, spies, smugglers, and other scoundrels controls criminal activity in a region of a city."],["2","{@b Assassin Society}. The network's livelihood is death. Members of the society hone their skills as cutthroats, poisoners, body-disposal specialists, and any other profession focused on ending lives. The society is motivated by profit or labors in service to a greater cause."],["3","{@b Magical Arms Dealer}. The syndicate has cornered the market on deadly magical devices. They offer their services and wares for a price and acquire staggering magical might for those who meet their demands."],["4","{@b Pirate Fleet}. This alliance of pirate captains is unified under a ruling captain or admiral and adheres to a strict code of honor. They converge only in response to an outside threat."],["5","{@b Body Snatchers}. The syndicate consists predominantly, if not entirely, of creatures that possess or impersonate other people. They seek to replace influential individuals throughout society with members of their ranks."],["6","{@b Thought Thieves}. These psychic criminals infiltrate their target's minds to steal secrets and disguise their existence."]],"name":"Types of Criminal Syndicates; Syndicate Types","page":91,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Syndicate Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Personal Mentor}. This longtime member of the syndicate took you under their wing when you were young and became a parental figure."],["2","{@b Clever Urchin}. An innocuous person, perhaps a beggar or menial laborer, knows all the right people and shares their connections with you."],["3","{@b Former Law Enforcement}. Your contact used to be (or maybe still is) a member of local law enforcement. They have sharp insight into the law's workings in your area and a healthy dose of paranoia for that reason."],["4","{@b Bon Vivant}. The boss of a local den of vice—whether gambling, narcotics, or other pleasures—aids you when they're not distracted by their own debauchery."],["5","{@b Traitor}. You know your contact in the syndicate has betrayed it, but they have enough clout and leverage that you don't dare cross them—yet."],["6","{@b Criminal Royalty}. Unknown to most, your contact is a member of local nobility or royalty. Why they maintain relations with the syndicate is a troubling mystery."]],"name":"Criminal Syndicate Contact; Syndicate Contact","page":92,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Criminal Syndicate Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Burglar","{@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Urchin}"],["Muscle","{@background Criminal}, {@background Entertainer}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Con Artist","{@background Acolyte}, {@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Noble}, {@background Urchin}"],["Cleaner","{@background Acolyte}, {@background Charlatan}, {@background Guild Artisan}, {@background Noble}, {@background Soldier}"],["Mastermind","{@background Acolyte}, {@background Criminal}, {@background Folk Hero}, {@background Noble}, {@background Sage}"],["Mole","{@5etools Any|backgrounds.html}"]],"name":"Criminal Syndicate Member Roles","page":92,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Criminal Syndicate Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Acquisition and Retrieval}. You acquire assets for the syndicate. You steal important documents or clear out locations for use as hideouts."],["2","{@b Heists}. You plan and execute elaborate robberies that require the combined skills of your team."],["3","{@b Gang Warfare}. You ensure that no other crime syndicate gains a significant foothold in your territory."],["4","{@b Enforcement}. You keep the corrupt, headstrong, and avaricious members of your syndicate in line with the goals and rules of the organization."],["5","{@b Assassination}. You dispatch prominent people—the sort who have numerous bodyguards and elaborate security systems to circumvent."],["6","{@b Topple the Powerful}. Your syndicate is criminal and your methods illegal, but your goals are righteous. You help people who are powerless against exploitation by the powerful."]],"name":"Criminal Syndicate Quests","page":93,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Types","colLabels":["d6","Guild"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Crafters' Guild}. This conglomerate of artisans pools its resources and influence to ensure a steady exchange of gold for its crafts."],["2","{@b Merchant Consortium}. These entrepreneurs don't create the wares they peddle, instead specializing in linking products to prospective owners. If they don't have it, they find it."],["3","{@b Miracle Makers' Association}. The magically inclined crafters of this guild specialize in imbuing physical goods with magical effects. Rumor has it they can strip the magic from existing enchanted items and might be willing to buy or trade adventurers' spoils."],["4","{@b Moneychangers}. These merchants deal in all forms of currency, acting as bankers, loan agents, and crucial contacts for adventurers and other individuals who deal with large sums of wealth. They exchange coin for gemstones as readily as they find buyers for historical relics and recovered art."],["5","{@b Philosophical Faction}. These like-minded individuals follow specific teachings, spreading word of their expertise through their services and training."],["6","{@b Identity Traders}. These enigmatic dealers buy and sell documents, memories, and the trappings of thoroughly lived lives, selling them to those in need of the ultimate fresh start."]],"name":"Guild Types","page":93,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b The Perfectionist}. Your contact is a skilled but obsessive creator consumed with the quest to create something perfect that will define their life's work and secure their legacy. They lose sight of right and wrong in pursuit of the finest materials and exciting opportunities."],["2","{@b Attentive Overseer}. A guild representative takes personal interest in your group's tasks. They follow your exploits and know of your adventures before you return to report. Despite the unsettling depth of their knowledge, they seem genuinely eager to shepherd your work."],["3","{@b Hidden Benefactor}. Whoever your contact is, they don't communicate directly. They send messages via couriers or letters. No one in the guild knows who the contact is, or if they do, they aren't telling you. Regardless, the contact's information is good, and they pay on time."],["4","{@b Discerning Mentor}. No matter how well you perform, or how perfect your creations, nothing is ever good enough for this contact. They point out every flaw and missed opportunity. Are they bitter, lashing out at anyone around them, or do they recognize your potential and try to push you to greatness?"],["5","{@b Golem Guide}. Your guild contact is the soul of a long-dead artisan preserved in a construct body. This golem is wise and knowledgeable, but it has difficulty grasping the passage of time and the state of the world compared to its original era."],["6","{@b Fallen Muse}. Your contact is a fallen celestial. Whether they regret their transgressions or hunger for vengeance, they provide divine inspiration and guidance to you and to the guild. Somehow your group and the guild inspire their hope for ascension."]],"name":"Guild Contact","page":94,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Representative Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Researcher","{@background Acolyte}, {@background Entertainer}, {@background Guild Artisan}, {@background Sage}"],["Negotiator","{@background Charlatan}, {@background Entertainer}, {@background Guild Artisan}, {@background Noble}, {@background Sailor}"],["Saboteur","{@background Charlatan}, {@background Criminal}, {@background Guild Artisan}, {@background Soldier}, {@background Urchin}"],["Guard","{@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Explorer","{@background Acolyte}, {@background Folk Hero}, {@background Guild Artisan}, {@background Outlander}, {@background Sailor}"],["Expert","{@5etools Any|backgrounds.html}"]],"name":"Guild Representative Roles","page":95,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Guild Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Deliver Goods}. You need to deliver an order to an important customer or partner of the guild. The delivery must arrive by a critical deadline—regardless of who or what tries to stop you."],["2","{@b Acquire Materials}. Your guild requires materials that are rare and difficult to procure, either for a guild project or for a paying client. Your group must gather the missing components from a dangerous location or a recalcitrant owner while outpacing a rival to the prize."],["3","{@b Eliminate a Rival}. A competitor has humiliated the guild one too many times, and it's time for that to stop. Your group is charged with assuring the rival never darkens the guild's reputation again. Can you trick them into permanent disgrace, or must you resort to more direct methods?"],["4","{@b The Masterpiece}. An exquisite work of art for an influential client, either created by your guild or acquired through agents, has gone missing. You must track down its whereabouts and secure it before time runs out and the guild suffers a penalty."],["5","{@b The Collector}. Your guild is tasked to create or acquire something wondrous for a wealthy but secretive client's collection. Guild members who previously failed to fulfill this assignment ended up missing. The collector promises to return your comrades if you provide what the collector seeks, but if you fail, you'll become part of the collection."],["6","{@b The Bill Comes Due}. Your guild master achieved their vaunted position by means of an otherworldly bargain. That price has come due, and they are desperate to avoid paying. You must defeat whatever's coming to collect the master's debt or find another acceptable payment."]],"name":"Guild Quests","page":95,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Force Types","colLabels":["d6","Military Organization"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Standing Army}. A standing army serves as the highly disciplined and structured guardian of a province or an entire nation. Strict tiers of command ensure coordination between branches of the force."],["2","{@b Mercenary Company}. Hard-bitten veterans of numerous conflicts, mercenaries serve an employer for coin rather than out of loyalty."],["3","{@b Expeditionary Force}. This military force is far from home, fighting behind enemy lines or striking into wild, unsettled lands. The force must be fast, self-sufficient, and either diplomatic or decisive to assure their survival."],["4","{@b Horde}. The horde is almost a force of nature, and what it lacks in discipline it makes up in ferocity. It doesn't have a rigid command structure, instead functioning like a pyramid of smaller armies. Horde commanders owe fealty to stronger leaders above them, all the way up to the warlord."],["5","{@b Planar Conscripts}. This military force battles for cosmic stakes on far-flung planes of the multiverse or fights against extraplanar invasion on the Material Plane. Warriors include conscripts pressed into service in the Blood War, fodder in the thrall of ruthless yugoloth mercenaries, or members of a glorious celestial host defending against fiendish incursion."],["6","{@b Sky Warriors}. This military force consists of winged creatures, employs magical flight, or sails airships as a sky navy. Traditional defenses are ineffective against attacks from the air, positioning the sky warriors as a fearsome nation or expensive and coveted mercenaries."]],"name":"Military Force Types","page":96,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Commanding Officer","colLabels":["d6","Officer"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Tested Veteran}. Your commander is a battle-scarred officer who experienced horrors in combat. They rely on something to dull the pain of their memories or wounds, from a favorite writer's prose to a distracting vice."],["2","{@b Taskmaster}. This angry officer yells every order, reprimands you for the smallest mistake, and fully expects you to fail at every mission you undertake. This might be tough love or simple brutishness."],["3","{@b Protective Officer}. A kindly officer is hesitant to send you into danger and constantly reminds you to be careful."],["4","{@b Bitter Soldier}. Your commander carries deep grudges against your force's enemies. They leap at any chance to do those foes harm, even if it puts your group in terrible risk."],["5","{@b Hopeful Commander}. This optimistic officer knows that a new era of peace is just over the horizon. You just need to complete these last few missions, then it should all finally be over."],["6","{@b Devout Leader}. Your commander is a person of deep faith. They believe that your success or failure lies entirely in divine hands and you are the instruments of that will."]],"name":"Military Force Contact; Commanding Officer","page":97,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Force Envoy Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Combatant","{@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Sailor}, {@background Soldier}"],["Tactician","{@background Acolyte}, {@background Folk Hero}, {@background Noble}, {@background Outlander}, {@background Sage}, {@background Soldier}"],["Medic","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Sage}, {@background Soldier}"],["Scout","{@background Hermit}, {@background Outlander}, {@background Sailor}, {@background Soldier}, {@background Urchin}"],["Provocateur","{@background Acolyte}, {@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Noble}"],["Spy","{@5etools Any|backgrounds.html}"]],"name":"Military Force Envoy Roles","page":97,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Military Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Strike Force}. You undertake a quick, strategic, and devastating attack against an enemy force."],["2","{@b Defensive Operations}. You must preserve the safety of an important location such as a civilian population center, a supply depot, or strategically critical bridge or seaport."],["3","{@b Special Forces}. You are assigned to a covert operation behind enemy lines. This is similar to the work of a spy or an assassin but with a broader scope. You engage in equipment sabotage or execute targeted strikes against high-value targets."],["4","{@b Reconnaissance}. You gather information on enemy troop numbers, placements, movement, or supply caches and routes."],["5","{@b Seek and Destroy}. You are responsible for hunting down specific high-value and dangerous targets, which include deserters, suspected enemy special forces, or magical war machines run amok."],["6","{@b Siege}. You are assigned to initiate a siege on an enemy stronghold or help break a siege in progress on an allied fortress."]],"name":"Military Quests","page":98,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Types","colLabels":["d6","Religious Order"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Undead Hunters}. This community of scholars and monster hunters laboriously researches the unquiet dead, tracking them to their lairs and permanently laying them to rest."],["2","{@b Devout Scholars}. This federation prizes knowledge and texts pertaining to their god. They collect rare holy books and record the life stories of miracle-working prophets."],["3","{@b Relic Collectors}. This order of archaeologist-monks seeks to fill their museum-like temple with storied holy relics."],["4","{@b Charitable Missionaries}. Adhering to the belief that religion empowers civilization, this order travels far to help the downtrodden, seeking to draw new believers by their virtuous example."],["5","{@b Militant Inquisitors}. This dogmatically rigid hierarchy seeks to stamp out all threats to their beliefs."],["6","{@b Doomsaying Evangelists}. This order believes the world is about to end. They're convinced that if they persuade everyone else of this fact they might stave off the impending doom."]],"name":"Religious Order Types","page":98,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Shadow Tongue}. A mysterious speaker for your order advises your next steps but fears being discovered by a powerful rival faith."],["2","{@b Inspired Creator}. A gifted artisan conveys the will of the divine through prophetic song or artwork."],["3","{@b Mysterious Text}. The gradual translation of a secret holy text points you toward the next step of a divine destiny."],["4","{@b Fierce Inquisitor}. A severe hierarch directs you to cleanse wickedness from a region, from the order, or from within yourself."],["5","{@b Beloved Healer}. A famed healer guides you to where you'll be needed most, even if their reasons are unclear until you arrive."],["6","{@b Divinity's Voice}. Otherworldly messages direct you to undertake divine quests."]],"name":"Religious Order Contact","page":99,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Member Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Councilor","{@background Acolyte}, {@background Folk Hero}, {@background Hermit}, {@background Sage}, {@background Urchin}"],["Defender","{@background Acolyte}, {@background Criminal}, {@background Folk Hero}, {@background Outlander}, {@background Soldier}"],["Ascetic","{@background Acolyte}, {@background Entertainer}, {@background Hermit}, {@background Sage}, {@background Soldier}"],["Inquisitor","{@background Acolyte}, {@background Criminal}, {@background Noble}, {@background Sailor}, {@background Soldier}"],["Emissary","{@background Acolyte}, {@background Charlatan}, {@background Entertainer}, {@background Noble}, {@background Sailor}"],["Chosen One","{@5etools Any|backgrounds.html}"]],"name":"Religious Order Member Roles","page":99,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Religious Order Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Safe Escape}. A band of the faithful wandered into territory hostile to your order. You must find them and escort them to safety."],["2","{@b Relic Recovery}. You seek a lost symbol of the order discovered in a dangerous place or in the hands of an enemy."],["3","{@b Cult Hunt}. You hunt a cell of zealots dangerous to your order or mortals at large."],["4","{@b Desperate Pilgrimage}. You protect members of the order as they participate in a pilgrimage that takes them through dangerous lands."],["5","{@b Expunge Heresy}. You seek out the source of blasphemy that's taken root within the order."],["6","{@b Prevent Prophecy}. A rival order stands on the cusp of fulfilling a prophecy with deadly ramifications. You strive to undermine their blasphemous agenda."]],"name":"Religious Order Quests","page":100,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Types","colLabels":["d6","Sovereign"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Village Elder}. The wizened leader of a community offers both civic and moral leadership."],["2","{@b Young Noble}. An ambitious noble eagerly seeks to reform society to align with a personal vision."],["3","{@b Shipwrecked Governor}. A desperate leader struggles to keep people alive in a wilderness they're not prepared to endure."],["4","{@b Ruler Returned}. A tribe's revered leader has returned from the dead and seeks to resurrect their past glories."],["5","{@b Hidden Power}. A mysterious figure manipulates the nation's puppet leader and guides the government's true agenda."],["6","{@b True Regent}. The rightful heir to the throne struggles to reclaim power from a perfect impostor."]],"name":"Sovereign Types","page":100,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Contact","colLabels":["d6","Contact"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Intimate Confidant}. The sovereign's friend or lover seeks to aid their companion in any way possible."],["2","{@b Spymaster}. An intelligence operative attends to the nation's dirty work so the sovereign keeps their hands clean."],["3","{@b Administrator}. This severe bureaucrat disagrees with many of the sovereign's policies but takes loyal service seriously."],["4","{@b Executive Assistant}. The responsibilities of an exacting butler or other servant at the royal household far exceed their title."],["5","{@b Envoy}. A semi-retired, leisure-loving ambassador speaks in suggestion and innuendo."],["6","{@b Spectral Assembly}. A ghostly council of the nation's previous regents manifests to avert disasters."]],"name":"Sovereign Contact","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Proxy Roles","colLabels":["Role","Backgrounds"],"colStyles":["col-2","col-10"],"rows":[["Advisor","{@background Acolyte}, {@background Folk Hero}, {@background Noble}, {@background Sage}, {@background Soldier}"],["Ambassador","{@background Charlatan}, {@background Folk Hero}, {@background Guild Artisan}, {@background Noble}, {@background Sailor}"],["Secret Agent","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Soldier}, {@background Urchin}"],["Champion","{@background Criminal}, {@background Noble}, {@background Outlander}, {@background Soldier}, {@background Urchin}"],["Jester","{@background Charlatan}, {@background Criminal}, {@background Entertainer}, {@background Outlander}, {@background Urchin}"],["Confidant","{@5etools Any|backgrounds.html}"]],"name":"Sovereign Proxy Roles","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Sovereign Quests","colLabels":["d6","Quest"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b International Espionage}. You attempt to steal intelligence, national symbols, or super weapons from an enemy power."],["2","{@b Undermine Rival}. You seek to weaken or remove a rival to the regent's rule—perhaps a general, an archdruid, or a noble with a claim to the throne."],["3","{@b Expel Corruption}. You help the sovereign reform their government, rooting out institutional vices."],["4","{@b Subvert Blame}. The sovereign is caught in an embarrassing affair. Make it disappear."],["5","{@b Test Heir}. You prepare the sovereign's heir for the challenge of taking the throne."],["6","{@b Desperate Diplomacy}. You seek to make peace with a force or entity that could wipe out your nation."]],"name":"Sovereign Quests","page":102,"source":"TCE","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":2}},{"colLabels":["Level","Spell","School","Conc.","Ritual","Class"],"colStyles":["col-1 text-center","col-3","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["0","{@spell Booming Blade|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Green-Flame Blade|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Lightning Lure|TCE}","Evocation","No","No","Artificer, Sorcerer, Warlock, Wizard"],["0","{@spell Mind Sliver|TCE}","Enchantment","No","No","Sorcerer, Warlock, Wizard"],["0","{@spell Sword Burst|TCE}","Conjuration","No","No","Artificer, Sorcerer, Warlock, Wizard"],["1st","{@spell Tasha's Caustic Brew|TCE}","Evocation","Yes","No","Artificer, Sorcerer, Wizard"],["2nd","{@spell Summon Beast|TCE}","Conjuration","Yes","No","Druid, Ranger"],["2nd","{@spell Tasha's Mind Whip|TCE}","Enchantment","No","No","Sorcerer, Wizard"],["3rd","{@spell Intellect Fortress|TCE}","Abjuration","Yes","No","Artificer, Bard, Sorcerer, Warlock, Wizard"],["3rd","{@spell Spirit Shroud|TCE}","Necromancy","Yes","No","Cleric, Paladin, Warlock, Wizard"],["3rd","{@spell Summon Fey|TCE}","Conjuration","Yes","No","Druid, Ranger, Warlock, Wizard"],["3rd","{@spell Summon Shadowspawn|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["3rd","{@spell Summon Undead|TCE}","Necromancy","Yes","No","Warlock, Wizard"],["4th","{@spell Summon Aberration|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["4th","{@spell Summon Construct|TCE}","Conjuration","Yes","No","Artificer, Wizard"],["4th","{@spell Summon Elemental|TCE}","Conjuration","Yes","No","Druid, Ranger, Wizard"],["5th","{@spell Summon Celestial|TCE}","Conjuration","Yes","No","Cleric, Paladin"],["6th","{@spell Summon Fiend|TCE}","Conjuration","Yes","No","Warlock, Wizard"],["6th","{@spell Tasha's Otherworldly Guise|TCE}","Transmutation","Yes","No","Sorcerer, Warlock, Wizard"],["7th","{@spell Dream of the Blue Veil|TCE}","Conjuration","No","No","Bard, Sorcerer, Warlock, Wizard"],["9th","{@spell Blade of Disaster|TCE}","Conjuration","Yes","No","Sorcerer, Warlock, Wizard"]],"name":"Spells","page":105,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Themes","colLabels":["d10","Theme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Book pages, origami, quills, and ink, all accompanied by rustling sounds and library scents"],["2","Brine-scented shapes of sharks, jellyfish, octopi, and other sea creatures"],["3","Food or utensils that carry the scent of cuisine from the spellcaster's homeland"],["4","Rich, copper scents accompanied by what appears to be the caster's own imbalanced humors"],["5","Bursts and strokes of watercolor painted by an invisible brush"],["6","Transparent weapons, armor, miniature war machines, and phantom soldiers"],["7","Golden rays that carry faint warmth and the hint of windblown sand"],["8","Rowdy barnyard animals accompanied by the warm scents of coops and stables"],["9","Manifestations of deep emotions, like the faint shackles of melancholy, sepia shades of nostalgia, or heart-shaped bursts of affection"],["10","Tiny whimsical or fearsome beings from the spellcaster's inescapable, recurring dreams"]],"name":"Personalizing Spells; Magic Themes","page":116,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Items","colLabels":["Rarity","Item","Attunement"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["Common","{@item Illuminator's Tattoo|TCE}","Yes"],["Common","{@item Masquerade Tattoo|TCE}","Yes"],["Common","{@item Prosthetic Limb|TCE}","No"],["Common+","{@item Spellwrought Tattoo|TCE}","No"],["Uncommon+","{@item +1 All-Purpose Tool|TCE|All-Purpose Tool}","Yes"],["Uncommon+","{@item +1 Amulet of the Devout|TCE|Amulet of the Devout}","Yes"],["Uncommon+","{@item +1 Arcane Grimoire|TCE|Arcane Grimoire}","Yes"],["Uncommon+","{@item Barrier Tattoo (small)|TCE|Barrier Tattoo}","Yes"],["Uncommon+","{@item +1 Bloodwell Vial|TCE|Bloodwell Vial}","Yes"],["Uncommon","{@item Coiling Grasp Tattoo|TCE}","Yes"],["Uncommon","{@item Eldritch Claw Tattoo|TCE}","Yes"],["Uncommon","{@item Feywild Shard|TCE}","Yes"],["Uncommon","{@item Guardian Emblem|TCE}","Yes"],["Uncommon+","{@item +1 Moon Sickle|TCE|Moon Sickle}","Yes"],["Uncommon","{@item Nature's Mantle|TCE}","Yes"],["Uncommon+","{@item +1 Rhythm-Maker's Drum|TCE|Rhythm-Maker's Drum}","Yes"],["Rare","{@item Alchemical Compendium|TCE}","Yes"],["Rare","{@item Astral Shard|TCE}","Yes"],["Rare","{@item Astromancy Archive|TCE}","Yes"],["Rare","{@item Atlas of Endless Horizons|TCE}","Yes"],["Rare","{@item Bell Branch|TCE}","Yes"],["Rare","{@item Devotee's Censer|TCE}","Yes"],["Rare","{@item Duplicitous Manuscript|TCE}","Yes"],["Rare","{@item Elemental Essence Shard|TCE}","Yes"],["Rare","{@item Far Realm Shard|TCE}","Yes"],["Rare","{@item Fulminating Treatise|TCE}","Yes"],["Rare","{@item Heart Weaver's Primer|TCE}","Yes"],["Rare","{@item Libram of Souls and Flesh|TCE}","Yes"],["Rare","{@item Lyre of Building|TCE}","Yes"],["Rare","{@item Outer Essence Shard|TCE}","Yes"],["Rare","{@item Planecaller's Codex|TCE}","Yes"],["Rare","{@item Protective Verses|TCE}","Yes"],["Rare","{@item Reveler's Concertina|TCE}","Yes"],["Rare","{@item Shadowfell Brand Tattoo|TCE}","Yes"],["Rare","{@item Shadowfell Shard|TCE}","Yes"],["Very Rare","{@item Absorbing Tattoo|TCE}","Yes"],["Very Rare","{@item Cauldron of Rebirth|TCE}","Yes"],["Very Rare","{@item Crystalline Chronicle|TCE}","Yes"],["Very Rare","{@item Ghost Step Tattoo|TCE}","Yes"],["Very Rare","{@item Lifewell Tattoo|TCE}","Yes"],["Legendary","{@item Blood Fury Tattoo|TCE}","Yes"],["Artifact","{@item Baba Yaga's Mortar and Pestle|TCE}","Yes"],["Artifact","{@item Crook of Rao|TCE}","Yes"],["Artifact","{@item Demonomicon of Iggwilv|TCE}","Yes"],["Artifact","{@item Luba's Tarokka of Souls|TCE}","Yes"],["Artifact","{@item Mighty Servant of Leuk-o|TCE}","Yes"],["Artifact","{@item Teeth of Dahlver-Nar|TCE}","Yes"]],"name":"Magic Items","page":117,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Magic Tattoo Coverage","colLabels":["Tattoo Rarity","Area Covered"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Common","One hand or foot or a quarter of a limb"],["Uncommon","Half a limb or the scalp"],["Rare","One limb"],["Very Rare","Two limbs or the chest or upper back"],["Legendary","Two limbs and the torso"]],"name":"Magic Tattoos; Magic Tattoo Coverage","page":118,"source":"TCE","chapter":{"name":"Magical Miscellany","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Party Origin","colLabels":["d6","Origin Story"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters grew up in the same place and have known each other for years."],["2","The characters have united to overcome a foe."],["3","The characters were brought together by a common benefactor who wishes to sponsor their adventures."],["4","A funeral brings the characters together."],["5","A festival brings the characters together."],["6","The characters find themselves trapped together."]],"name":"Party Formation; Party Origin","page":139,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Monster Research","colLabels":["Type","Suggested Skills"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Aberration","{@skill Arcana}"],["Beast","{@skill Animal Handling}, {@skill Nature}, or {@skill Survival}"],["Celestial","{@skill Arcana} or {@skill Religion}"],["Construct","{@skill Arcana}"],["Dragon","{@skill Arcana}, {@skill History}, or {@skill Nature}"],["Elemental","{@skill Arcana} or {@skill Nature}"],["Fey","{@skill Arcana} or {@skill Nature}"],["Fiend","{@skill Arcana} or {@skill Religion}"],["Giant","{@skill History}"],["Humanoid","{@skill History}"],["Monstrosity","{@skill Nature} or {@skill Survival}"],["Ooze","{@skill Arcana} or {@skill Survival}"],["Plant","{@skill Nature} or {@skill Survival}"],["Undead","{@skill Arcana} or {@skill Religion}"]],"name":"Monster Research","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Aberrations","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The brain or other organs of a rare creature"],["2","Flattery and obsequiousness"],["3","Secrets or lore it doesn't already know"],["4","Accepting a strange, organic graft onto your body"]],"name":"Monsters' Desires; Aberrations","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Beasts","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fresh meat"],["2","A soothing melody"],["3","Brightly colored beads, cloth, feathers, or string"],["4","An old stuffed animal or other soft trinket"]],"name":"Monsters' Desires; Beasts","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Celestials","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The tale of a heroic figure"],["2","An oath to do three charitable deeds before dawn"],["3","The crown of a defeated tyrant"],["4","A holy relic or treasured family heirloom"]],"name":"Monsters' Desires; Celestials","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Constructs","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Oil to apply to the construct's joints"],["2","A magic item with charges, to be used as fuel"],["3","A vessel infused with elemental power"],["4","Adamantine or mithral components"]],"name":"Monsters' Desires; Constructs","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Dragons","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Gold or gems"],["2","Anything from a draconic rival's hoard"],["3","An antique passed down at least three generations"],["4","A flattering artistic depiction of the dragon"]],"name":"Monsters' Desires; Dragons","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Elementals","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A gem worth at least 50 gp, which the creature eats"],["2","An exceedingly pure sample of a favored element"],["3","A way to return the elemental to its home plane"],["4","Performing a dance from the elemental's home plane"]],"name":"Monsters' Desires; Elementals","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Fey","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The memory of your first kiss"],["2","The color of your eyes"],["3","An object of deep sentimental value to you"],["4","Reciting a sublime poem"]],"name":"Monsters' Desires; Fey","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Fiends","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your soul"],["2","A desecrated holy object"],["3","Blood from a living or recently slain loved one"],["4","Breaking a sacred promise in the fiend's presence"]],"name":"Monsters' Desires; Fiends","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Giants","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dwarf admitting giant-craft to be superior to dwarf-craft"],["2","A strong working animal"],["3","Multiple barrels of ale"],["4","Treasure stolen from a rival giant"]],"name":"Monsters' Desires; Giants","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Humanoids","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Promising to find a lost item of great importance to their culture"],["2","Challenging them to a type of friendly contest, such as dancing, singing, or drinking"],["3","Recovering something they've lost"],["4","Information on a foe's secrets or weaknesses"]],"name":"Monsters' Desires; Humanoids","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Monstrosities","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Dislodging the stuck scraps of the creature's last meal"],["2","The creature's favorite food"],["3","Driving off the creature's rival"],["4","Making movements that mimic the monster's mating dance"]],"name":"Monsters' Desires; Monstrosities","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Oozes","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A vial of putrid liquids"],["2","A cloth bearing a noxious odor"],["3","Bones or metal, which the ooze promptly absorbs"],["4","A gallon of any effervescent fluid"]],"name":"Monsters' Desires; Oozes","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Plants","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pound of mulch"],["2","Water from a spring infused with Feywild energy"],["3","Clearing invasive vegetation from the creature's territory"],["4","Destroying all axes and fire-making implements the party carries"]],"name":"Monsters' Desires; Plants","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Undead","colLabels":["d4","Desired Offering"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A vial of blood"],["2","A personal memento from the creature's past"],["3","Materials, tools, or the skills to sun-proof a crumbling mausoleum"],["4","Completing a task the creature was unable to finish in life"]],"name":"Monsters' Desires; Undead","page":148,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Blessed Radiance Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","Golden light fills a 20-foot-radius, 40-foot-high cylinder centered on one character in the region and then fades. That character and their friends in the cylinder gain the benefits of the {@spell divine favor} spell for 1 hour."],["07–12","Radiant energy erupts in a 10-foot-radius sphere centered on one random creature in the region. Each creature in the sphere that isn't undead regains {@dice 3d6} hit points. Each undead creature in the sphere takes {@dice 3d6} radiant damage."],["13–18","Aberrations, fiends, and undead in the region have disadvantage on attack rolls and ability checks for the next 24 hours."],["19–24","Each creature carrying the holy symbol of a deity from a non-evil plane while in the region gains advantage on saving throws for the next 24 hours."],["25–30","One character in the region is suffused with celestial power. For 1 minute, the character's melee attacks deal an extra {@dice 2d6} radiant damage on a hit."],["31–36","One {@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon} that is nonmagical and carried by one character in the region gains the properties of a {@item mace of disruption} for 24 hours."],["37–42","A flying, gleaming sword (use the {@creature flying sword} stat block in the {@book Monster Manual|MM}) appears within 60 feet of an aberration, a fiend, or an undead, which becomes the sword's target. The sword deals radiant damage instead of slashing damage and knows the exact location of its target while the target is within the region. The sword vanishes when it or its target is reduced to 0 hit points."],["43–48","One character in the region hears whispers from celestial beings or refrains of celestial choirs. The character can ask those voices one question as if using the {@spell commune} spell."],["49–54","Aberrations, fiends, and undead in the region give off a crimson glow for 1 minute. The creatures shed dim light in a 10-foot radius, attacks against them have advantage if the attacker can see them, and the creatures can't benefit from being {@condition invisible}."],["55–60","Celestial power explodes in a 30-foot-radius sphere of divine light centered on an aberration, a fiend, or an undead creature within the region. Each creature in the sphere must make a DC 15 Constitution saving throw. On a failure, the creature takes {@dice 4d6} radiant damage and is {@condition blinded}. On a success, it takes half damage and isn't {@condition blinded}."],["61–66","One character in the region feels a profound sense of purpose and gains the benefit of the {@spell bless} spell for 1 minute. They can choose two other creatures they can see to gain the spell's benefits as well."],["67–72","A booming voice thunders in Celestial and can be heard throughout the region. Each creature in the region must make a DC 15 Constitution saving throw. On a success, the creature gains {@dice 2d10} temporary hit points. On a failure, the creature is {@condition deafened} for 1 minute."],["73–78","One character in the region gains the ability to cure afflictions for 1 hour. As an action, they can cast {@spell lesser restoration} or {@spell greater restoration} without expending a spell slot and requiring no material components."],["79–84","The effects of a {@spell hallow} spell (save DC 17), with one of its extra effects (DM's choice), settle over the region for 24 hours."],["85–90","An angelic voice rings throughout the region. Each creature there must succeed on a DC 15 Wisdom saving throw or perform the grovel option of the {@spell command} spell."],["91–95","One character in the region permanently gains resistance to necrotic damage. Reroll if you've already rolled this effect."],["96–00","One character in the region gains the ability to use the {@classFeature Divine Intervention|Cleric||10} cleric feature, which succeeds automatically. The character can use the feature granted in this way only once and must use it within 7 days. Reroll if you've already rolled this effect."]],"name":"Blessed Radiance Effects","page":150,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Far Realm Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–09","A structure in the region whispers faintly. Any creature within 60 feet of the structure that can hear it must succeed on a DC 12 Wisdom saving throw or be {@condition charmed}. While {@condition charmed} in this way, the creature must move toward the source of the whispering, avoiding obvious hazards. When it reaches the source, it is {@condition incapacitated}. The creature can repeat the saving throw when it takes damage and at the end of every hour, ending the effect on itself on a success."],["10–18","An elder evil turns its attention to the region, imposing the pressure of its unfathomable presence upon the place. Any creature that finishes a rest in the region must succeed on a DC 12 Charisma saving throw, or it gains no benefit from finishing the rest. It instead finds strange scrawls, stacked stones, or its belongings arranged in intricate, abstruse patterns nearby."],["19–27","Local plants and animals share a malevolent intelligence. Roll a {@dice d6}. On a 1–2, an {@spell insect plague} spell is centered on one random creature in the region. On a 3–4, {@dice 1d4} {@creature Swarm of Ravens||swarms of ravens} and {@dice 1d4} {@creature Swarm of Rats||swarms of rats} gather and attack any other creatures in the region. On a 5–6, a {@creature treant} (in forested terrain) or a {@creature galeb duhr} (in rockier terrain) attacks."],["28–36","Distance no longer functions in a comprehensible manner within the region. Creatures make ranged attack rolls with disadvantage, and the range of those attacks is halved."],["37–45","The landscape melts into a mass of writhing flesh, eyes, and fanged mouths. From an unoccupied space in the fleshy ground arise {@dice 1d4 + 5} {@creature Gibbering Mouther||gibbering mouthers} that attack anyone in sight."],["46–54","Unintelligible murmurings threaten to overcome the mind of one random creature within the region. At the start of the creature's turn, it must succeed on a DC 13 Intelligence saving throw or use its action to make one melee attack against the nearest creature it can see. If there are no other creatures within reach, the target spends its action babbling."],["55–63","Bizarre appendages squirm beneath the ground and around trees or other structures within this region. Dozens of limbs burst forth, entangling anyone within a 30-foot sphere surrounding one random creature. Each creature in the sphere must succeed on a DC 14 Dexterity saving throw or take {@dice 3d6} bludgeoning damage and be {@condition restrained}. Any creature that ends its turn in the area takes {@dice 3d6} bludgeoning damage. A creature can free itself or someone else within reach from being {@condition restrained} in this way by using an action to make a successful DC 14 Strength or Dexterity check (its choice)."],["64–72","Creatures in the region can't leave it and find themselves covering the same ground over and over. By the time they realize this, {@dice 2d10} hours have passed, during which they have made no progress in their effort to leave. The effect then ends, and each creature must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}."],["73–79","One random creature in the region hears strange whispers and must succeed on a DC 14 Wisdom saving throw or become {@condition charmed}. While {@condition charmed} in this way, the creature focuses on copying the blasphemous designs that appear in its mind using whatever medium it has available (ink, charcoal, mud, or its own blood). Unless {@condition restrained}, the creature completes the designs in 1 hour of work. When the creature finishes its work, it is no longer {@condition charmed}, and a {@creature death slaad} appears within 30 feet of it and attacks anyone in sight."],["80–85","Natural features and structures in this region writhe to spell out words and form strange symbols. Any creature that tries to read the messages must make a DC 20 Intelligence ({@skill Arcana}) check. On a success, the creature gains insight as if it had cast the {@spell contact other plane} spell. On a failure, the creature is affected as if it failed a saving throw against the {@spell confusion} spell. This effect ends at the end of the creature's next turn."],["86–90","In this region, circular things (such as buttons, crystal balls, the sun, and so on) seem appallingly wrong. One random creature that starts its turn in this region must succeed on a DC 14 Intelligence saving throw or spend their turn loudly trying to destroy these objects."],["91–95","Glaring eyes, which weep viscid tears, appear on inanimate objects throughout the region. These eyes watch the characters, and creatures within the region can't be {@quickref Surprise|PHB|3|0|surprised} by the characters for as long as the eyes exist. An eye closes and disappears if it takes any damage. Reroll if you've already rolled this effect."],["96–00","A tear in reality creates a rift in the region, similar to the spell {@spell gate}, that passes through the Far Realm and connects with a random plane. Any creature that enters the rift takes {@dice 10d10} psychic damage from the horrors of the Far Realm and appears in an empty space closest to the rift's opening on another random plane. The rift vanishes after {@dice 2d10 + 2} hours."]],"name":"Far Realm Effects","page":152,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Haunted Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","A violent thunderstorm begins, centered over the region. It doesn't end until the party leaves the region."],["06–10","A random building in the region gains the benefits of the {@spell guards and wards} spell (save DC 13) for the next 24 hours."],["11–15","A mundane part of one random character's surroundings—perhaps a tree bole or a taxidermied animal head—animates for 1 minute and whispers a warning or threatens to reveal one of the character's secrets."],["16–20","All bright light weakens to dim light for 24 hours. Sources that provide dim light, such as candles, do not shed any light."],["21–25","The temperature in the region drops by 10 degrees Fahrenheit every hour for the next {@dice 1d6} hours, after which the temperature returns to normal. If cold enough, ice crystals form in sinister patterns."],["26–30","One random creature's shadow acts independently for the next 24 hours. The shadow acts out of sync with its owner, perhaps dramatically choking or trying to murder another shadow."],["31–35","After the next sunset, the sun doesn't rise again for 36 hours. During this time, the sky over the region might hold a crimson moon, be obscured by roiling fog, or display blinking, alien stars."],["36–40","During the next night, one random sleeping creature vanishes and reappears approximately a foot beneath where they were sleeping—typically buried in undisturbed dirt or in a space beneath floorboards. The creature or someone else can free it with a successful DC 13 Strength ({@skill Athletics}) check."],["41–45","One random creature in the region is targeted by the {@spell levitate} spell (save DC 15) for 1 minute."],["46–50","A nonviolent but unsettling {@creature ghost}—perhaps a pet, an accident-prone child, or a dismembered big toe—appears and follows one random creature for 24 hours before vanishing. The ghost vanishes if reduced to 0 hit points."],["51–55","One player character's appearance changes for the next 24 hours to reflect the region's haunted history. For example, they might manifest the distinctive facial scar associated with a notorious tyrant who died in the region."],["56–60","For the next 24 hours, any humanoid killed in the region rapidly decomposes and rises as a {@creature skeleton} {@dice 1d10} minutes after dying."],["61–65","Over the next 24 hours, whenever any creature is wounded, its blood (or similar fluid) spreads to form a short message or grisly tableau."],["66–70","A spirit inhabits one character's {@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon}, making it a sentient magic item until the character leaves the region. Randomly generate the item's properties as described in the \"{@book Sentient Magic Items|DMG|-1}\" section of the {@book Dungeon Master's Guide|DMG}."],["71–75","A spectral force manifests to one character in the region, allowing them to ask one question and receive a short answer as through the {@spell augury} spell. The force manifests as a planchette moving on a talking board, writing on foggy glass, or insects swarming to create messages."],["76–80","During the next night, one sleeping character in the region receives a vision as if the target of the {@spell dream} spell. The dream is brief and unsettling, revealing some element of the environment's history and putting the character in the place of someone who suffered a grim fate there."],["81–85","A coffin or small enclosed space in the region—perhaps an antique box, stone cairn, or tree stump sealed with rocks—radiates palpable malice. The first time a creature opens it, roll a die. If you roll an even number, the creature receives a terrible vision and is {@condition frightened} of all creatures for the next 24 hours. If you roll an odd number, an {@creature avatar of death|DMG} appears and attacks as though summoned by the Skull card from a {@item deck of many things}."],["86–90","Over the next 24 hours, whenever any creature in the region regains hit points from a spell, the healing magic leaves scars. This might be accompanied by a purging of black bile or a spectral force tearing free from the creature. These scars can be removed only by {@spell greater restoration} or {@spell wish}."],["91–95","For 24 hours, a luminous wisp of vapor floats above a corpse or grave in the region. If the wisp is put in a container, a creature holding the receptacle can cast the {@spell resurrection} spell once, requiring no components and causing the wisp to vanish. Any creature returned to life in this way experiences strange dreams."],["96–00","A mysterious mist rises from the shadows. This dense fog heavily obscures everything in a 50-foot-radius sphere around one random creature in the region. Any creature that starts its turn in the mist must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}. This {@condition exhaustion} can't be removed while the creature is in the mist. Additionally, creatures notice unsettling sights through the fog, such as ominous ruins or soundless silhouettes fleeing pursuit. The mists can't be dispersed by any wind, but clear after 1 minute."]],"name":"Haunted Effects","page":154,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Infested Effects","colLabels":["d100","Infested Effects"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","Intense buzzing or grinding noises fill the region for the next 24 hours. With the exception of truly cacophonous sounds, creatures can only hear speech and noises that originate within 10 feet of them."],["06–10","A mass migration of insects begins, with waves of Tiny bugs crawling over everything in the region. Creatures cannot take a short or long rest in the region for the next 24 hours."],["11–15","A swarm of bioluminescent flies converges on one random creature in the region. For the next minute, the creature sheds dim light in a 10-foot radius, any attack against it has advantage if the attacker can see it, and the creature can't benefit from being {@condition invisible}."],["16–20","A boil of termites bursts from the ground, along with dozens of bones and a treasure of the DM's choice (see \"{@book Random Treasure|DMG|7|Random Treasure}\" in the {@book Dungeon Master's Guide|DMG})."],["21–25","A cricket-shaped creature with the statistics of a {@creature cat} bounds up to one random creature and follows it like an affectionate pet for 24 hours before scampering off."],["26–30","A cluster of {@dice 1d4 + 2} faintly glowing grubs appears in an unoccupied space within 30 feet of the party. Any creature that consumes one of these succulent grubs receives the benefits of a {@item potion of healing}."],["31–35","A large, psychedelically colored moth flies over the party, dusting the characters with strange powder. Creatures the moth flies over must succeed on a DC 16 Constitution saving throw or be {@condition charmed} by all creatures for 1 hour."],["36–45","The region is choked with wispy webbing, which acts as {@quickref difficult terrain||3}."],["46–50","Nearly every surface is covered with discarded cicadae-like shells that crunch loudly when trod upon, imposing disadvantage on Dexterity ({@skill Stealth}) checks made while moving across them. The shells vanish after 1 hour."],["51–55","A massive, bloated maggot emerges from the ground within 10 feet of the party and bursts, covering the ground with ichor in a 10-foot square centered on it. This region is affected by the {@spell grease} spell (save DC 13) for 1 minute."],["56–60","The ground opens up beneath one random creature, creating a {@book quicksand|DMG|5|Quicksand} pit (see the {@book Dungeon Master's Guide|DMG})."],["61–65","One random creature in the region must succeed on a DC 16 Constitution saving throw or contract the {@disease Sight Rot||sight rot disease} (see the {@book Dungeon Master's Guide|DMG}) from minute parasites."],["66–70","Dung-colored bugs cover the ground. Creatures that move at half their normal walking speed can ignore the bugs. Those that move faster must succeed on a DC 16 Constitution saving throw or become {@condition poisoned} until the start of their next turn. A creature {@condition poisoned} in this way has its speed reduced to 0, as it is overcome by the squashed insects' foul smell. Creatures that don't need to breathe automatically succeed on this saving throw."],["71–75","One of the characters in the region must succeed on a DC 15 Wisdom saving throw or be transformed into a giant spider, as if by the {@spell polymorph} spell. The spell lasts for 1 hour or until dispelled."],["76–80","One random creature in the region must succeed on a DC 16 Constitution saving throw, or it acquires a ravenous silverfish infestation among its gear. The infestation is discovered the next time the creature finishes a short or long rest. If the creature has any paper material, the silverfish destroy one random book or other paper item that isn't magical."],["81–85","One random creature in the region must succeed on a DC 16 Constitution saving throw or become host to a particularly aggressive tapeworm. The affected creature gains no benefit from eating until it receives treatment that removes a disease. A creature immune to disease automatically succeeds on this saving throw."],["86–90","Biting mites infest creatures' clothing in the region. Any creature wearing medium or heavy armor has disadvantage on attack rolls, ability checks, and saving throws for the next 24 hours."],["91–95","Tiny arachnids invade unattended spaces. The next time one random creature in the region dons its clothing or armor after finishing a long rest, it must succeed on a DC 16 Constitution saving throw or take 11 ({@dice 2d10}) poison damage."],["96–00","Countless tiny, bloodsucking insects infest the region for the next {@dice 1d6} hours. Every hour, each creature in the region must succeed on a DC 10 Constitution saving throw or gain 1 level of {@condition exhaustion}. The insects don't affect creatures that are immune to disease."]],"name":"Infested Effects","page":156,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Mirror Zone Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","Creatures in the region begin to display features other than their own for the next 24 hours. During that time, affected creatures have advantage on Charisma ({@skill Deception}) checks and ability checks made to disguise themselves."],["07–12","The {@spell hallucinatory terrain} spell (save DC 15) affects the natural terrain of the region, changing it into a different kind of terrain (DM's choice)."],["13–18","One random creature in the region gains the benefits of the {@spell blink} spell for 1 minute, shimmering with overlapping shattered reflections."],["19–24","Creatures in the region don't cast reflections. Wisdom ({@skill Insight}) checks made against those creatures have disadvantage, and the creatures have disadvantage on Charisma ({@skill Persuasion}) checks made against anyone who notices their lack of {@creature reflection|TCE}. When they leave the region, creatures regain their reflections, and the effect ends."],["25–34","Reflections of {@dice 1d4} creatures in the region emerge from mirrors and attack. The {@creature reflection|TCE|reflections} are two-dimensional, shimmering versions of the creatures that cast them. Treat the reflections as {@creature Shadow||shadows} that are fey instead of undead and vulnerable to bludgeoning damage instead of radiant."],["35–40","One character in the region gains the benefit of the {@spell mirror image} spell. The images created sometimes move or speak of their own volition."],["41–46","For the next 24 hours, certain wounds caused in the region attract spectral slivers of glass that cause extra damage. Any creature, other than a construct or an undead, hit by an attack that deals piercing or slashing damage begins to bleed, losing {@dice 1d4} hit points at the start of each of its turns. If the bleeding creature is hit by another such attack, the bleeding increases by {@dice 1d4}. Any creature can take an action to stanch the wound with a successful DC 10 Wisdom ({@skill Medicine}) check. The bleeding also stops if the target receives magical healing."],["47–52","Mirrors and other highly reflective surfaces allow magical transport while in the region. Any creature that touches its {@creature reflection|TCE} in an object that it isn't wearing or carrying can immediately cast the {@spell misty step} spell, requiring no components."],["53–58","One character can cast the {@spell scrying} spell (save DC 17) once within the next 24 hours, requiring no components but using a mirror or other reflective surface."],["59–64","The skin of one random creature in the region becomes silvery and reflective for the next 24 hours. For the duration, that creature has advantage on saving throws against spells, and spell attacks have disadvantage against that creature."],["65–70","A longsword or shortsword with a blade made of a jagged mirror appears in an unoccupied space within 60 feet of a random creature in the region. The weapon is a {@item sword of wounding} (see the {@book Dungeon Master's Guide|DMG}). If the weapon's wielder rolls a 1 or 20 on an attack roll using the weapon, the weapon shatters and is destroyed after that attack."],["71–76","For the next 24 hours, when anyone in the region hits a creature with an attack roll and deals damage to it, the attacker must succeed on a DC 13 Charisma saving throw or take force damage equal to half the damage dealt."],["77–82","Two shimmering, vertical, reflective disks of energy appear in unoccupied spaces in the region for 1 minute. Each is 6 feet in diameter and floats 1 foot above the ground. One appears in an unoccupied space within 30 feet of the party. Any creature that moves through the disk instantly appears within 5 feet of the other disk or the nearest unoccupied space."],["83–88","The next time one character in the party sees their {@creature reflection|TCE} in the region, that {@creature reflection|TCE} of comes to life and engages its counterpart in conversation. It offers to answer one question posed to it as if the creature cast the {@spell divination} spell. After answering the question, the {@creature reflection|TCE} returns to normal."],["89–94","Floating shards of broken mirrors swirl through the region, showing reflections of creatures and places that aren't present, for the next minute before vanishing. On initiative count 20 (losing all ties), the shards make a ranged weapon attack (+6 to hit) against one random creature in the region. On a hit, the target takes 10 ({@dice 3d6}) slashing damage."],["95–00","A duplicate of one random creature in the region appears in an unoccupied space within 30 feet of that creature. The duplicate's appearance, game statistics, and equipment are identical to the creature's. The duplicate immediately attacks the creature, seeking to slay it. If the duplicate dies, it and all its equipment shatter into mirror shards. If the duplicate fails to slay the creature within 1 hour, the duplicate vanishes."]],"name":"Mirror Zone Effects","page":157,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Psychic Resonance Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–06","One random creature in the region gains the ability to cast the {@spell detect thoughts} spell (save DC 13) once over the next 24 hours, requiring no components. Intelligence is the spellcasting ability for this spell."],["07–12","One random creature in the region is affected by the {@spell mind blank} spell for the next 24 hours."],["13–18","For 1 minute on initiative count 20 (losing all ties), Tiny and Small objects in the region that aren't being worn or carried are flung by an unseen force. One random creature in the region must succeed on a DC 15 Dexterity saving throw or take {@dice 2d4} bludgeoning damage from the flung objects."],["19–24","Memories become sharp and clear for 1 hour. During this time, each creature in the region adds double its proficiency bonus to Intelligence checks made to recall information."],["25–34","Headaches and nosebleeds plague humanoids in the region, imposing disadvantage on Wisdom ({@skill Perception}) checks for 1 hour."],["35–40","Psychic power builds in the mind of one random creature in the region. Once within the next minute, the creature can use a bonus action to magically assault the mind of another creature it can see. The target must succeed on a DC 14 Intelligence saving throw or take {@dice 4d10} psychic damage."],["41–46","Lurking fears become nightmares. Any creature that finishes a short or long rest in the region must succeed on a DC 10 Wisdom saving throw or gain no benefit for finishing the rest."],["47–52","For 1 hour, each creature in the region gains the ability to communicate telepathically with any creature it can see within 60 feet. If the target understands any languages, it can respond telepathically."],["53–58","One random creature in the region can sense the presence of nearby minds for 1 hour. For the duration, the creature gains advantage on Wisdom ({@skill Perception}) checks made to locate other creatures within 120 feet of it, even creatures behind total cover."],["59–64","Creatures in the region suffer from disjointed thoughts and difficulty concentrating for 1 hour. For the duration, creatures have disadvantage on Intelligence checks and Constitution saving throws to maintain concentration on spells."],["65–70","One random creature in the region hears strange whispers in its mind. The whispers are fragments of thoughts from other creatures nearby. The creature has advantage on Wisdom ({@skill Insight}) checks for 1 hour."],["71–76","One random creature in the region gains the ability to cast the {@spell telekinesis} spell (save DC 15) once over the next 24 hours, requiring no components. Intelligence is the spellcasting ability for this spell."],["77–82","Thoughts in the region attract ambient psychic energy, forming protective fields around creatures' minds. Creatures in the region gain resistance to psychic damage for the next hour."],["83–88","For 1 minute on initiative count 20 (losing all ties), one random creature in the region must succeed on a DC 15 Intelligence saving throw or take {@dice 2d6} psychic damage."],["89–94","Compassion and joy fill the mind of one random creature in the region for 1 minute. For the duration, the creature has advantage on Intelligence, Wisdom, and Charisma saving throws, and disadvantage on attack rolls."],["95–00","The mind of every beast in the region is flooded with psychic energy. This energy causes each beast's Intelligence score to become 10, if it wasn't already higher, and the beast gains the ability to speak Common and Sylvan fluently. These changes are permanent."]],"name":"Psychic Resonance Effects","page":160,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unraveling Magic Effects","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–05","All magic items in the region temporarily lose their magical properties, becoming nonmagical for 1 hour. Artifacts are unaffected. When the items regain their magic, a creature's attunement to any of them is restored."],["06–10","The region becomes a dead-magic zone for 1 hour. For the duration, the entire region is affected by the {@spell antimagic field} spell."],["11–15","One random creature in the region must succeed on a DC 15 Dexterity saving throw or be enclosed in {@spell Otiluke's resilient sphere} for 1 minute."],["16–20","One random creature in the region that has expended spell slots regains one expended spell slot of a random level."],["21–25","Flares of magical energy flash through the region for 1 minute. For the duration, each round on initiative count 20 (losing all ties) one random creature in the region takes {@dice 2d4} damage of a type determined by a {@dice d6}: 1, acid; 2, cold; 3, fire; 4, force; 5, lightning; or 6, thunder."],["26–30","One of the characters in the region must succeed on a DC 15 Wisdom saving throw or be transformed into a {@creature blink dog}, as if by the {@spell polymorph} spell. The spell lasts for 1 hour or until dispelled."],["31–35","One random creature in the region that has spell slots expends one spell slot of a random level in a harmless shower of sparks and sounds."],["36–40","All fire in the region freezes into ice that gives off a blue light equal to the illumination it normally provides. In addition, the region radiates {@book extreme cold|DMG|5|Extreme Cold} (see the {@book Dungeon Master's Guide|DMG}) for 1 day."],["41–45","One random creature in the region with spell slots becomes a focal point for ambient magic for 1 hour. At the end of each of the creature's turns, other creatures within 10 feet of it must succeed on a Dexterity saving throw against the spellcaster's spell save DC or take {@dice 1d6} force damage."],["46–50","The {@spell flaming sphere} spell (save DC 15) spontaneously activates in an unoccupied space within 5 feet of the party. On initiative count 20 (losing all ties), the sphere moves 30 feet toward the nearest creature. The sphere vanishes after 1 minute."],["51–55","{@filter simple or martial weapon|items|source=phb|category=basic|type=martial weapon;simple weapon}s in the region that are nonmagical crackle with power. For 1 hour, they become magic weapons that grant a +1 bonus to attack and damage rolls made with them."],["56–60","Swirling energy surrounds one random creature in the region for 24 hours. For the duration, the creature gains resistance to force damage and its speed is reduced by 10 feet."],["61–65","Each character in the region suddenly learns some magic. A character learns one wizard cantrip of the character's choice and knows the cantrip for {@dice 1d8} days."],["66–70","One random creature in the region crackles with sparks of light for 1 hour. For the duration, the creature magically sheds bright light in a 10-foot radius and dim light for an additional 10 feet. In addition, any creature it touches (requiring an unarmed strike if the target is unwilling) takes {@dice 1d6} force damage."],["71–75","Lightning arcs in a 5-foot wide line between two creatures in the region that are within 30 feet of each other and not behind total cover. Each creature in the line (including the two) must make a DC 13 Dexterity saving throw, taking {@dice 4d6} lightning damage on a failed save or half as much damage on a successful one."],["76–80","The {@spell reverse gravity} spell (save DC 18) activates for 1 minute, centered on the ground beneath one random creature in the region."],["81–85","On initiative count 20 (losing all ties), two random creatures in the region must each make a DC 15 Charisma saving throw. If either save fails, the creatures magically teleport, switching places. If both saves succeed, they don't teleport."],["86–90","One random creature in the region breaks spells for 1 hour. Whenever anyone within 20 feet of the creature casts a spell, the spellcaster must succeed on a DC 15 saving throw using its spellcasting ability, or the spell drains away without effect. The spell slot, charge, or feature use that powered the spell is wasted."],["91–95","During the next 24 hours, the first time a creature in the region targets another creature with a spell, the caster must make a DC 11 saving throw using its spellcasting ability. On a failed save, the spell targets the caster instead. On a successful save, the spell functions normally. This effect then ends."],["96–00","One random creature in the region can suddenly cast the {@spell wish} spell once, within the next minute. Reroll if you've rolled this effect in the past 24 hours."]],"name":"Unraveling Magic Effects","page":161,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Enchanted Spring Effects","colLabels":["d12","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Any creature that touches or drinks the water of this spring feels blessed. The creature gains the benefits of a {@spell bless} spell for 1 hour."],["2","Bathing in the spring covers a creature with a glowing coat of golden feathers. While the creature isn't wearing armor, the feathers grant a +1 bonus to AC. The feathers vanish after {@dice 1d4} days."],["3","A creature that touches or drinks the water of this spring develops an overwhelming desire to sing. Every sentence the creature speaks for the next 24 hours rings with lyrical splendor, which grants it advantage on all Charisma checks."],["4","Bathing in the spring grants a creature the benefits of the {@spell greater restoration} spell. As a side effect, the creature's skin, hair, and eyes become a shimmering golden color for {@dice 1d4} days."],["5","Bathing in the spring grants a creature the benefits of the {@spell spider climb} spell for 24 hours."],["6","A creature that touches or drinks the water of this spring grows the tail of its favorite animal. The tail is not under the creature's control; it moves or reacts to emotions. The tail vanishes after 24 hours."],["7","Any creature with an Intelligence score of 6 or higher that touches or drinks the water of this spring gains advantage on Wisdom ({@skill Insight}) checks and can cast the {@spell detect thoughts} spell once, requiring no components. The effects of the spring fade when either the spell is used or 24 hours pass, whichever happens first."],["8","Bathing in the spring causes {@dice 1d10} flowers to grow from a creature's head. The flowers smell lovely, and they renew their vitality and scent every day. The flowers vanish after 7 days."],["9","A creature that touches or drinks the water of this spring grows {@dice 1d4} eyestalks. These eyestalks let the creature see in all directions and grant it advantage on Wisdom ({@skill Perception}) checks that rely on sight. The eyestalks vanish after {@dice 1d4} days."],["10","Bathing in the spring causes a creature's voice to sound sinister. For the next 24 hours, the creature's voice grants it advantage on Charisma ({@skill Intimidation}) checks and disadvantage on Charisma ({@skill Deception}) and Charisma ({@skill Persuasion}) checks."],["11","A creature that touches or drinks the water of this spring grows a set of donkey ears. The ears grant the creature advantage on Wisdom ({@skill Perception}) checks that rely on hearing. The ears vanish after {@dice 1d4} days."],["12","Bathing in the spring causes a creature to develop a third eye on its forehead. The eye grants the creature {@sense truesight} out to a range of 60 feet. The eye vanishes after 24 hours."]],"name":"Enchanted Springs; Enchanted Spring Effects","page":165,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Magic Mushroom Effects","colLabels":["d10","Effects"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature's skin turns an unusual color. Roll a {@dice d4}: 1, purple with yellow splotches; 2, bright orange with tiger stripes; 3, tree-frog green with red squiggles; 4, hot pink with yellow spots. This change is permanent unless removed by a {@spell greater restoration} spell or similar magic."],["2","The creature gains the enlarge or reduce effect ({@chance 50|50 percent} chance of either) of the {@spell enlarge/reduce} spell for 1 hour."],["3","The creature regains {@dice 5d8 + 20} hit points."],["4","Vocally, the creature can only cluck and croon like a chicken. The creature can also understand and speak to chickens. This curse lasts for 1 hour unless ended by a {@spell remove curse} spell or similar magic."],["5","The creature can understand and speak all languages for {@dice 1d4} days."],["6","The creature gains the benefits of the {@spell telepathy} spell for the next 24 hours."],["7","The creature gains the benefits of the {@spell speak with plants} spell for 8 hours."],["8","The creature immediately casts the {@spell time stop} spell, requiring no components. Constitution is the spellcasting ability for this spell."],["9","The creature immediately casts the {@spell detect thoughts} spell, requiring no components. Constitution is the spellcasting ability for this spell."],["10","Magical mists pour out of the creature's eyes and ears, acting as a {@spell fog cloud} spell for 1 hour that is centered on the creature and moves with it."]],"name":"Magic Mushrooms; Magic Mushroom Effects","page":166,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Primal Fruit Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The creature regains {@dice 3d8 + 4} hit points, and its skin sheds bright light in a 5-foot radius and dim light for an additional 5 feet for 1 hour"],["2","The creature feels a surge of might. For 1 hour, the creature has advantage on attack rolls using Strength, Strength checks, and Strength saving throws. When the effect ends, the creature gains 1 level of {@condition exhaustion}."],["3","Waves of vitality crash over the creature. The creature's hit point maximum increases by {@dice 2d10}, and it gains the same number of hit points. The increase lasts until the creature finishes a long rest, at which time the creature must succeed on a DC 15 Charisma saving throw or be cursed with a random form of lycanthropy (see \"Lycanthropes\" in the {@book Monster Manual|MM})."],["4","The creature's skin prickles faintly. For 1 hour, it gains resistance to one damage type (chosen by the DM)."],["5","Euphoric visions of bright light swim through the creature's mind. The creature gains the benefits of the {@spell death ward} spell for 8 hours and must succeed on a DC 13 Constitution saving throw or be {@condition poisoned} for the duration."],["6","A faint humming drones in the background of everything the creature hears for 1 hour, during which the creature has advantage on saving throws against spells."],["7","The creature doesn't require food, drink, or sleep for {@dice 1d4} days. For the duration, the creature can't be put to sleep by magic, and its dreams intrude upon its waking thoughts, imposing disadvantage on its Wisdom ({@skill Perception}) checks."],["8","Whispers intrude on the creature's mind for 24 hours. For the duration, the creature can telepathically communicate with any creature it can see within 120 feet of it. If the other creature understands at least one language, it can respond telepathically."]],"name":"Primal Fruit Effects","page":168,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unearthly Road Keys","colLabels":["d6","Key"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Throwing a silver orb through an ancient arch"],["2","Spilling a pint of humanoid blood"],["3","Calling the name of a specific archfey three times"],["4","Wearing the regalia of a lost royal dynasty"],["5","Permanently sacrificing a memory of joy"],["6","Being the descendant of a legendary hero"]],"name":"Unearthly Roads; Unearthly Road Keys","page":169,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Spells as Natural Hazards","colLabels":["Natural Hazard","Approximate Spell"],"colStyles":["col-6","col-6"],"rows":[["Ball lightning","{@spell Chromatic orb}"],["Blizzard","{@spell Cone of cold}, {@spell ice storm}, {@spell sleet storm}"],["Earthquake","{@spell Earthquake}"],["Falling debris","{@spell Conjure barrage}, {@spell conjure volley}"],["Flood","{@spell Control water}, {@spell tsunami}"],["Fog","{@spell Fog cloud}"],["Lava bomb","{@spell Fireball}, {@spell produce flame}"],["Lightning","{@spell Call lightning}, {@spell lightning bolt}"],["Meteor","{@spell Fireball}, {@spell meteor swarm}"],["Mirage","{@spell Hallucinatory terrain}"],["Pyroclastic flow","{@spell Incendiary cloud}"],["Radiation","{@spell Blight}, {@spell circle of death}"],["Smoke","{@spell Fog cloud}"],["St. Elmo's fire","{@spell Faerie fire}"],["Swamp gas","{@spell Dancing lights}"],["Tidal wave","{@spell Tsunami}"],["Toxic eruption","{@spell Acid splash}"],["Toxic gas","{@spell Cloudkill}, {@spell stinking cloud}"],["Thunder","{@spell Thunderwave}"],["Volcanic lightning","{@spell Storm of vengeance}"],["Whirlpool","{@spell Control water}"],["Wildfire","{@spell Fire storm}, {@spell wall of fire}"],["Windstorm","{@spell Gust of wind}"]],"name":"Spells as Natural Hazards","page":170,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Creature Paintings","colLabels":["Painting","Number","Letter"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Gnolls","3","O"],["Werewolf","1","W"],["Kobolds","5","L"],["Beholder","1","B"],["Gelatinous Cubes","2","E"],["Dragons","3","A"],["Trolls","2","R"]],"name":"Creature Paintings","page":172,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Skeleton Keys Solution","colLabels":["Lock","Key"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Bat","Three teeth"],["Snake","Five teeth"],["Spider","Six teeth"],["Wolf","Four teeth"]],"name":"Skeleton Keys Solution","page":175,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Gem Inventory","colLabels":["Gem","Amount","Letter"],"colStyles":["col-6","col-3 text-center","col-3 text-center"],"rows":[["Amber","9","I"],["Amethyst","14","N"],["Citrine","8","H"],["Garnet","5","E"],["Jade","18","R"],["Onyx","16","P"],["Quartz","1","A"],["Ruby","12","L"],["Sapphire","13","M"]],"name":"Solution; Gem Inventory","page":176,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Potential Passwords","colLabels":["Number Provided","Response Required"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["One","Three"],["Two","Three"],["Three","Five"],["Four","Four"],["Five","Four"],["Six","Three"],["Eight","Five"],["Nine","Four"],["Eleven","Six"],["Thirteen","Eight"]],"name":"Solution; Potential Passwords","page":183,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Remembered Names","colLabels":["Alcove","Name","Letter"],"colStyles":["col-2 text-center","col-5 text-center","col-5 text-center"],"rows":[["1","Sam","S"],["2","Delia","E"],["3","Fifi","F"],["4","Tobias","I"],["5","Johana","N"],["6","Alexia","A"]],"name":"Solution; Remembered Names","page":187,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Menu Items","colLabels":["Item","Price"],"colStyles":["col-10","col-2 text-right"],"rows":[["Corn and lentil soup","12 cp"],["Rabbit stew","1 cp"],["Ale and cheese pastry","7 cp"],["Brandied ham and carrots","9 cp"],["Grilled fish and carrots","6 cp"],["Seared boar and potatoes","9 cp"],["Dragonfire mead","11 cp"]],"name":"Menu Items","page":187,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"What's on the Menu Solution","colLabels":["Item (Price)","Letter"],"colStyles":["col-8","col-4 text-center"],"rows":[["Ale and cheese pastry (7 cp)","C (7th letter)"],["Brandied ham and carrots (9 cp)","H (9th letter)"],["Corn and lentil soup (12 cp)","I (12th letter)"],["Dragonfire mead (11 cp)","M (11th letter)"],["Grilled fish and carrots (6 cp)","E (6th letter)"],["Rabbit stew (1 cp)","R (1st letter)"],["Seared boar and potatoes (3 cp)","A (3rd letter)"]],"name":"What's on the Menu Solution","page":188,"source":"TCE","chapter":{"name":"Dungeon Master's Tools","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Horror Character Personality Traits","colLabels":["d12","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I had an encounter that I believe gives me a special affinity with a supernatural creature or event."],["2","A signature piece of clothing or distinct weapon serves as an emblem of who I am."],["3","I never accept that I'm out of my depth."],["4","I must know the answer to every secret. No door remains unopened in my presence."],["5","I let people underestimate me, revealing my full competency only to those close to me."],["6","I compulsively seek to collect trophies of my travels and victories."],["7","It doesn't matter if the whole world's against me. I'll always do what I think is right."],["8","I have morbid interests and a macabre aesthetic."],["9","I have a personal ritual, mantra, or relaxation method I use to deal with stress."],["10","Nothing is more important than life, and I never leave anyone in danger."],["11","I'm quick to jump to extreme solutions. Why risk a lesser option not working?"],["12","I'm easily startled, but I'm not a coward."]],"name":"Horror Characteristics; Horror Character Personality Traits","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Ideals","colLabels":["d12","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Adrenaline. I've experienced such strangeness that now I feel alive only in extreme situations."],["2","Balance. I strive to counter the deeds of someone for whom I feel responsible."],["3","Bound. I've wronged someone and must work their will to avoid their curse."],["4","Escape. I believe there is something beyond the world I know, and I need to find it."],["5","Legacy. I must do something great so that I'm remembered, and my time is running out."],["6","Misdirection. I work vigorously to keep others from realizing my flaws or misdeeds."],["7","Obsession. I've lived this way for so long that I can't imagine another way."],["8","Obligation. I owe it to my people, faith, family, or teacher to continue a vaunted legacy."],["9","Promise. My life is no longer my own. I must fulfill the dream of someone who's gone."],["10","Revelation. I need to know what lies beyond the mysteries of death, the world, or the Mists."],["11","Sanctuary. I know the forces at work in the world and strive to create islands apart from them."],["12","Truth. I care about the truth above all else, even if it doesn't benefit anyone."]],"name":"Horror Characteristics; Horror Character Ideals","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Bonds","colLabels":["d12","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I desperately need to get back to someone or someplace, but I lost them in the Mists."],["2","Everything I do is in the service of a powerful master, one I must keep a secret from everyone."],["3","I owe much to my vanished mentor. I seek to continue their work even as I search to find them."],["4","I've seen great darkness, and I'm committed to being a light against it—the light of all lights."],["5","Someone I love has become a monster, murderer, or other threat. It's up to me to redeem them."],["6","The world has been convinced of a terrible lie. It's up to me to reveal the truth."],["7","I deeply miss someone and am quick to adopt people who remind me of them."],["8","A great evil dwells within me. I will fight against it and the world's other evils for as long as I can."],["9","I'm desperately seeking a cure to an affliction or a curse, either for someone close to me for myself."],["10","Spirits are drawn to me. I do all I can to help them find peace."],["11","I use my cunning mind to solve mysteries and find justice for those who've been wronged."],["12","I lost someone I care about, but I still see them in guilty visions, recurring dreams, or as a spirit."]],"name":"Horror Characteristics; Horror Character Bonds","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Horror Character Flaws","colLabels":["d12","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I believe doom follows me and that anyone who gets close to me will face a tragic end."],["2","I'm convinced something is after me, appearing in mirrors, dreams, and places where no one could."],["3","I'm especially superstitious and live life seeking to avoid bad luck, wicked spirits, or the Mists."],["4","I've done unspeakable evil and will do anything to prevent others from finding out."],["5","I am exceptionally credulous and believe any story or legend immediately."],["6","I'm a skeptic and don't believe in the power of rituals, religion, superstition, or spirits."],["7","I know my future is written and that anything I do will lead to a prophesied end."],["8","I need to find the best in everyone and everything, even when that means denying obvious malice."],["9","I've seen the evil of a type of place—like forests, cities, or graveyards—and resist going there."],["10","I'm exceptionally cautious, planning laboriously and devising countless contingencies."],["11","I have a reputation for defeating a great evil, but that's a lie and the wicked force knows."],["12","I know the ends always justify the means and am quick to make sacrifices to attain my goals."]],"name":"Horror Characteristics; Horror Character Flaws","page":32,"source":"VRGR","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Fatal Flaws","colLabels":["d10","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once someone questions me, I won't stop until I befriend them and then betray them."],["2","Others' concerns bore me, and I would rather have my lessers handle everything possible."],["3","I am always right, and anyone who doesn't agree with me is cut out of my life."],["4","When someone loves me, I will do anything for them, no matter whom they hurt."],["5","I've given up resisting my habits and indulge myself whenever possible."],["6","I would rather be righteously angry at problems than solve them."],["7","I assume everyone is lying to me, even my most trusted allies, and constantly test their loyalty."],["8","I don't know love, only domineering obsession, and I chain objects of my affection to pedestals."],["9","When I see something priceless or rare, I sacrifice all of my beliefs and loyalties to possess it."],["10","I'm distrustful of anyone who seems pure of heart and will prove to all their admirers how secretly ugly they are."]],"name":"Wicked Personality; Fatal Flaws","page":40,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Monstrous Transformations","colLabels":["d10","Transformation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord loses their voice; their words now carve themselves on their skin as lingering scars."],["2","Something the Darklord stole or used in a terrible crime becomes part of their body—perhaps a sizable jewel, emblem of rulership, or suit of armor."],["3","The Darklord's eyes distend from their sockets like a slug's tentacles, in the mouths of serpents, or on metallic cables."],["4","The Darklord's most painful memories visually repeat in reflections around them or amid illusory projections."],["5","The Darklord gains an idealized form, though it's made of an inorganic material or others react as if it were terrifying."],["6","The Darklord's body disintegrates, leaving only an animate heart, hand, gory ooze, or nervous system that must attach to new, temporary bodies."],["7","Clouds of incense, insects, poison gas, or smoke leak from the Darklord's mouth, fingers, or pores."],["8","The Darklord appears as someone they wronged, and their true appearance is revealed at particular hours, in reflections, or under certain lights."],["9","The Darklord splits into multiple creatures, each representing them at a different time in their life."],["10","The Darklord retains their memories and intellect but is otherwise any monster from {@book chapter 5|VRGR|5} or the {@book Monster Manual|MM}."]],"name":"Monstrous Transformations","page":41,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Darklord Connections","colLabels":["d8","Connection"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An adventurer reminds the Darklord of their bond, desire, or loved one."],["2","An adventurer shares a Darklord's flaw."],["3","The Darklord and an adventurer share camaraderie over a mutual ideal."],["4","The Darklord believes they can teach an adventurer, making them their apprentice or inheritor."],["5","An adventurer is a reincarnated version of the Darklord's beloved or their murderer."],["6","The Darklord is convinced that an adventurer is the key to finally attaining their desire."],["7","The Darklord immediately looks up to an adventurer and seeks to emulate them to grim extremes."],["8","An adventurer is a reincarnated younger version of the Darklord before they became irredeemable."]],"name":"Adventures; Darklord Connections","page":44,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Darklord Interactions","colLabels":["d8","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord promises to give the adventurers what they want if they join the Darklord for dinner."],["2","The Darklord contacts the adventurers via letters or dreams."],["3","The Darklord meets the adventurers disguised as a nonthreatening inhabitant or animal."],["4","The Darklord meets the adventurers at a ceremony, funeral, or wedding where violence is discouraged."],["5","The Darklord meets the adventurers at a public market, festival, temple, or library, surrounded by a crowd of innocents."],["6","The Darklord possesses the body of someone the adventurers care about."],["7","The Darklord possesses the body of one of the adventurers."],["8","The Darklord invites the adventurers to a negotiation, promising nonviolent solutions to a conflict."]],"name":"Adventures; Darklord Interactions","page":44,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1","{@creature Carrionette|VRGR}","VGR"],["2","{@creature Gibbering mouther}","{@book MM|MM}"],["3","{@creature Carrion stalker|VRGR}","VGR"],["3","{@creature Doppelganger}","{@book MM|MM}"],["4","{@creature Black pudding}","{@book MM|MM}"],["4","{@creature Strigoi|VRGR}","VGR"],["5","{@creature Flesh golem}","{@book MM|MM}"],["5","{@creature Red slaad}","{@book MM|MM}"],["6","{@creature Medusa|MOT}","{@book MM|MM}"],["6","{@creature Zombie clot|VRGR}","VGR"],["8","{@creature Chain devil}","{@book MM|MM}"],["10","{@creature Aboleth}","{@book MM|MM}"]],"name":"Body Horror Monsters","page":45,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An abandoned homunculus made in the image of its creator's child, now left to fester alone"],["2","A scientist who, hoping to keep their spouse alive, grafted the spouse onto their body"],["3","A seething mass of fungi that grows more intelligent with every sapient life it engulfs"],["4","A guardian angel possessed by the vile blood of the demons it has slain"],["5","An aging king obsessed with creating a new body so he can continue his reign indefinitely"],["6","A cancer possessed by the mind of a dead necromancer that seeks to regrow his body"],["7","A monarch who feeds their cannibal children, no matter the cost"],["8","The priests of a forgotten god who attempt to raise their deity from the flesh of the faithful"],["9","A house that remembers having tenants and will do anything to regain them"],["10","A grieving mortician who sculpts every face she encounters into the countenance of her lost love"]],"name":"Body Horror Villains","page":45,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord is pockmarked with eyes that never close and never allow for sleep."],["2","The Darklord suffers ever-growing, tumorous organs, the mass expanding beyond them to choke their dwelling."],["3","The Darklord possesses a second starving mouth in their torso, one that howls unless fed."],["4","The Darklord can't control their transformation into a beast and back."],["5","The voices of those the Darklord have wronged scream endlessly from inside them."],["6","The Darklord aches daily with a monstrous, unceasing hunger."],["7","The Darklord is perpetually gravid with monstrous egg sacs that hatch waves of insects."],["8","The Darklord has extraneous limbs that tear the Darklord apart then re-stitch the pieces."]],"name":"Body Horror Torments","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A country of red muscle, with bleeding eyes embedded in the hair-strangled trees"],["2","A world of monuments and houses, all made of flesh"],["3","A domain ordinary save for the abundance of black hair, the strands always moving even when there is no breeze"],["4","A neighborhood of derelict houses, each one composed of numerous mimics"],["5","An ocean of undead leviathans, still moving despite the entrails bubbling from their burst torsos"],["6","A forest of black pines draped in bodies"],["7","A slaughterhouse larger than it appears on the outside, full of victims mutely awaiting slaughter"],["8","A system of subterranean tunnels, their walls spackled with fossils or mummified organs"]],"name":"Body Horror Settings","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A derelict ship, buried for mysterious reasons"],["2","A vine-covered, ostensibly abandoned prison"],["3","The cavernous gut of a dead, multi-eyed behemoth"],["4","An inn in the valley, its insides dark and smoke-drowned"],["5","An asylum, abandoned save for vermin"],["6","A cave system, slick and comprised of gleaming black rock"],["7","An old church sitting astride a warren of ancient tunnels"],["8","A sprawling university, older than the town surrounding it, and older still than the memories of its inhabitants"]],"name":"Body Horror Adventure Sites","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Body Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Learn who's organizing the local dinner parties before more epicureans die of autophagia."],["2","Stop whatever is stealing the livers from the town's guard."],["3","Find out what is causing the children of the city to transform into misshapen statues."],["4","Stop whatever is killing the sea life and transforming them into monsters."],["5","End the curse that is leaving the beasts of forests dead, mutated, and halfway human."],["6","Stop the infestation before it can use more townsfolk as incubators for giant insects."],["7","Solve the mystery of whatever is causing a town's inhabitants to melt into giant blobs."],["8","Cast out the fiends that have infiltrated a community by wearing the corpses of the recently dead."]],"name":"Body Horror Plots","page":47,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/4","{@creature Kuo-toa}","{@book MM|MM}"],["2","{@creature Intellect devourer}","{@book MM|MM}"],["2","{@creature Pentadrone}","{@book MM|MM}"],["3","{@creature Brain in a jar|VRGR}","VGR"],["3","{@creature Githyanki warrior}","{@book MM|MM}"],["3","{@creature Grell}","{@book MM|MM}"],["5","{@creature Vampiric mind flayer|VRGR}","VGR"],["7","{@creature Bodytaker plant|VRGR}","VGR"],["7","{@creature Mind flayer}","{@book MM|MM}"],["7","{@creature Yuan-ti abomination}","{@book MM|MM}"],["8","{@creature Unspeakable horror|VRGR}","VGR"],["10","{@creature Aboleth}","{@book MM|MM}"],["13","{@creature Beholder}","{@book MM|MM}"],["19","{@creature Lesser star spawn emissary|VRGR}","VGR"],["21","{@creature Greater star spawn emissary|VRGR}","VGR"],["23","{@creature Kraken}","{@book MM|MM}"]],"name":"Cosmic Horror Monsters","page":48,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A smiling minstrel with yellow eyes and music that drives listeners to murder"],["2","A priest obsessed with creating a shelter that will preserve her through the coming apocalypse"],["3","The mayor of a town who will do anything to make sure the citizens finish their sacred transformation"],["4","An astronomer broken and enraptured by what they saw in the stars"],["5","An old scientist convinced he must make his body the perfect host for an ageless being's emissary"],["6","A coroner who believes a message is being relayed to him through the bodies he autopsies"],["7","The head librarian of an ancient sect, who seeks secrets hidden within her peers"],["8","A spoiled noble who intends to raise a cult to feed to the realm they want access to"]],"name":"Cosmic Horror Villains","page":48,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord is obsessed with music, their body warping to embody whatever song they hear."],["2","The Darklord is transforming into a long-extinct being or something from the far-flung future."],["3","The Darklord sees multiple dimensions at once and is going blind from their incandescence."],["4","The Darklord is haunted by otherworldly masters that whisper from reflective surfaces."],["5","The Darklord incubates something within them, an entity that slowly eats through their skin."],["6","The Darklord is emptying of their own thoughts and filling with the voices of their scrolls."],["7","The Darklord randomly screams their masters' words, messages that etch upon stone and flesh."],["8","Any object the Darklord sees is drained of all but one portentous color."]],"name":"Cosmic Horror Torments","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wind-blasted dimension of indigo sand and eyeless statues"],["2","A world with slowly vanishing land masses being consumed by an obsidian sea"],["3","A kingdom of rusting spires ruled by oblivious academics"],["4","A land possessed by fear of the colossi that move only during dawn and dusk"],["5","A red ocean that manifested without warning"],["6","An ambulatory forest riddled with glowing eyes"],["7","A kingdom of undying monarchs who outnumber their frightened subjects"],["8","A dimension of featureless white, broken up only by the eyes that blink across the landscape"]],"name":"Cosmic Horror Settings","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidden floor of the royal library"],["2","The ninth basement beneath a family home that seems normal from the outside"],["3","A decrepit manor, empty save for staff who swear the lord is merely preoccupied"],["4","A small inn in the mountains that smells perpetually of brine"],["5","The place in the forest where all the animals come to die"],["6","A fortress manned by paladins, all of whom removed their own tongues"],["7","A sewage system that predates the city above"],["8","A thin chapel in the woods, whose bells rings without ceasing"]],"name":"Cosmic Horror Adventure Sites","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Cosmic Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Help a parent recover a child who's gone missing in the impossibly vast space underneath their bed."],["2","Stop a sapient, unholy tome from reaching a group of cultists."],["3","Save the inheritors of an ancient sect before they transform into horrors."],["4","Stop the sacrifice of a young noble by those who believe the noble's grandchild will end the world."],["5","Find and stop the musician whose music has robbed entire cities of sleep."],["6","Survive an evening in the sinking, ancestral home of a hydrophobic family."],["7","Discover what is dragging the people of a hamlet out of their homes, garbing them in silver, and leading them into the surf to drown."],["8","Learn why the bakers of a small town have started making pastries filled with a popular, delicious, and faintly glowing blue goo."]],"name":"Cosmic Horror Plots","page":49,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/8","{@creature Gremishka|VRGR}","VGR"],["1/4","{@creature Goblin}","{@book MM|MM}"],["1/4","{@creature Sprite}","{@book MM|MM}"],["3","{@creature Displacer beast}","{@book MM|MM}"],["4","{@creature Shadow demon}","{@book MM|MM}"],["5","{@creature Umber hulk}","{@book MM|MM}"],["6","{@creature Drider}","{@book MM|MM}"],["7","{@creature Necrichor|VRGR}","VGR"],["8","{@creature Fomorian}","{@book MM|MM}"],["8","{@creature Inquisitor of the Mind Fire|VRGR}","VGR"],["10","{@creature Yochlol}","{@book MM|MM}"],["13","{@creature Beholder}","{@book MM|MM}"],["15","{@creature Purple worm}","{@book MM|MM}"],["17","{@creature Death knight}","{@book MM|MM}"],["17","{@creature Adult blue dracolich}","{@book MM|MM}"],["21","{@creature Lich}","{@book MM|MM}"]],"name":"Dark Fantasy Monsters","page":50,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A machine that believes it's a resurrected tyrant and seeks to rebuild its empire in iron"],["2","The leader of a subterranean people who plots to manipulate the moon to blot out the sun's searing light"],["3","A high priest intent on shifting an entire nation into their god's otherworldly realm"],["4","A desperate general who unleashes otherworldly armies or war machines that they can't control"],["5","A massive treant who has allied with exploitative raiders and seeks to fell every forest"],["6","A sage who, heedless of the consequences, solves an endless war by preventing anyone from dying"],["7","A member of a cabal of eternal royals who support a war against Mount Celestia, as their immortality relies on the blood of angels"],["8","The commander of a legion of soul-addicted templars who punish crimes by burning criminals into psychoactive spirit dust"],["9","An ancient dragon whose godlike magic drains the domain of life"],["10","A god who killed all their peers and now rules the mortal realm"]],"name":"Dark Fantasy Villains","page":50,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord's regime is fraught with spies and saboteurs, increasing the Darklord's paranoia."],["2","Worthless sycophants surround the Darklord, their incessant praise making every success hollow."],["3","The Darklord's incredible power uncontrollably damages everything the Darklord cares for."],["4","Others excessively revere or fear the Darklord, leaving the Darklord isolated."],["5","Imagined or remembered rivals endlessly critique the Darklord, causing them doubt."],["6","Society preemptively celebrates an achievement the Darklord will never be able to provide."],["7","The Darklord seeks the pleasure of lost glories, engaging in hollow contests against unworthy foes."],["8","The Darklord manufactures catastrophes to distract from their inability to fulfill their role."]],"name":"Dark Fantasy Torments","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A land where towering stents pierce magical leylines, allowing their power to be drained"],["2","A country devastated by magical pollution or the fallout of weapons used in an age-old war"],["3","An empire covered in the watchful symbols of an all-seeing religion"],["4","A city adrift on a sea full of primeval predators"],["5","A land dotted with the floating and fallen ruins of magical megastructures"],["6","A world where an unstoppable ooze, infection, or hive encroaches on civilization"],["7","A demiplane created by unknowable beings and populated with their test subjects"],["8","A place of punishment or endless boredom that a Darklord believes is part of the afterlife"]],"name":"Dark Fantasy Settings","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An expanding labyrinth that grows to protect the evil imprisoned at its heart"],["2","A forest where every tree grows from the body of a mummified hero"],["3","A magical factory that distills living beings into the reagents of a wish-granting elixir"],["4","A criminal consortium's lavish sewer-academy, where recruits are transformed to be perfectly suited to enacting one near-impossible heist"],["5","The fractured mind-scape of a powerful but dormant sentient weapon"],["6","A massive construct-cathedral built to exact the ultimate expression of faith and sacrifice"],["7","A palace where the nonhumanoid inhabitants purposefully {@condition petrified} themselves"],["8","A fortress with seven locked gates that seal off the underworld"]],"name":"Dark Fantasy Adventure Sites","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dark Fantasy Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Track down a beholder-shaped flesh golem and learn why it's targeting specific individuals."],["2","Seal a portal to a demonic realm that opens within the mouth of an innocent acolyte."],["3","Cure a virus turning people into shadows."],["4","Mount a defense against the swarm of giant spiders that's declared war on bipeds."],["5","Prevent a mighty spell that a coven of witches is casting using a volcanic caldera as a cauldron."],["6","Keep a nation from tearing itself apart when it's revealed the beloved ruler is a lich."],["7","Banish a spirit haunting the moon."],["8","Uncover the identity of an otherworldly coward who's hiding among mortals, avoiding the destructive search of the immortals they fled."]],"name":"Dark Fantasy Plots","page":51,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1/2","{@creature Myconid adult}","{@book MM|MM}"],["2","{@creature Awakened tree}","{@book MM|MM}"],["2","{@creature Cult fanatic}","{@book MM|MM}"],["2","{@creature Will-o'-wisp}","{@book MM|MM}"],["3","{@creature Green hag}","{@book MM|MM}"],["3","{@creature Werewolf}","{@book MM|MM}"],["5","{@creature Shambling mound}","{@book MM|MM}"],["7","{@creature Bodytaker plant|VRGR}","VGR"],["9","{@creature Jiangshi|VRGR}","VGR"]],"name":"Folk Horror Monsters","page":52,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Villains","colLabels":["d8","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A secluded temple's high priest who needs to find the perfect sacrifice before the annual festival"],["2","An erinyes that appears when youngsters speak a rhyme into a darkened mirror"],["3","A night hag that dwells in the dreams of those who drink a special lavender and ergot tea"],["4","A shape-shifter that takes on the appearance of the last person it fed upon"],["5","A wicker giant that animates during the new moon, collecting sacrifices and punishing the unwary"],["6","A village of people who behave in archaic ways so they don't enrage an ancient, lingering ghost"],["7","A treant who demands living limbs to replace the branches of trees cleared by a town's construction"],["8","A protective giant made from the corpses of deceased villagers"]],"name":"Folk Horror Villains","page":52,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Torments","colLabels":["d6","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord can't commune with the spirit they worship. They offer ever greater sacrifices in hopes of proving their worthiness."],["2","The Darklord constantly, uncontrollably speaks prophecies."],["3","The Darklord is haunted by the judgmental spirits of their predecessors."],["4","The Darklord is the only one who adheres to an ancient faith and desperately works to convert nonbelievers."],["5","The Darklord seeks to transform their body into a vessel or gate for the subject of their belief."],["6","The Darklord knows the community's beliefs are false but keeps up the facade to maintain power."]],"name":"Folk Horror Torments","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Settings","colLabels":["d6","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A countryside with stretches of hayfields, colorful barns, and perpetually smiling residents"],["2","An island floating in the air where ground-worshipers dream of the lands below"],["3","A telepathic collective that townsfolk join by ingesting a rare fungus"],["4","Tunnels where sewer dwellers assure that the \"blood of the city\" ever flows"],["5","A glacier that residents never leave, lest the icy spirits haunting their community escape"],["6","Rival villages engaged in a private, age-old war"]],"name":"Folk Horror Settings","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Adventure Sites","colLabels":["d6","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A seemingly deserted chapel that has been burnt down and rebuilt a thousand times"],["2","A hag's hut that stands atop a growing hill of rotten sweets"],["3","A whispering pit once plugged by a monolith covered in prayer scrolls"],["4","A field where paths grow in corridor-like patterns leading to a ruin at the center"],["5","A mansion built incorporating a stone circle"],["6","A cavern where the glowing bones of an otherworldly being jut from the walls"]],"name":"Folk Horror Adventure Sites","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Folk Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Recover a missing villager who ran away to escape the local cult."],["2","Hunt down the monster blamed for causing a blight: a unicorn meant to serve as a sacrifice."],["3","Discover why anyone entering the city on horseback is imprisoned and sentenced to death."],["4","Help a cult summon a fiend to combat an impending greater evil."],["5","Defeat a violent hag who's protected by everyone in town and called \"grandmother.\""],["6","Escape an estate after the residents adopt the party and refuse to let them leave."],["7","Learn why the characters bear uncanny resemblances to the founders of an underground village."],["8","Slay a dragon and, in so doing, prove a character is the prophesied chosen one."]],"name":"Folk Horror Plots","page":53,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-8 text-center","col-2 text-center"],"rows":[["1/2","{@creature Death's head|VRGR}","VGR"],["1","{@creature Animated armor}","{@book MM|MM}"],["1","{@creature Death dog}","{@book MM|MM}"],["1","{@creature Scarecrow}","{@book MM|MM}"],["2","{@creature Specter} ({@creature poltergeist})","{@book MM|MM}"],["4","{@creature Banshee}","{@book MM|MM}"],["4","{@creature Ghost}","{@book MM|MM}"],["5","{@creature Revenant}","{@book MM|MM}"],["6","{@creature Gallows Speaker|VRGR|Gallow speaker}","VGR"],["9","{@creature Treant}","{@book MM|MM}"],["10","{@creature Dullahan|VRGR}","VGR"]],"name":"Ghost Story Monsters","page":54,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A medium who feeds victims to spirits in exchange for power over them"],["2","The spirit of a long-dead murderer who stalks the same types of victims in death as in life"],["3","The haunted home of a cruel patriarch, who refuses to relinquish control of his descendants"],["4","A priest who marks the unworthy for death at the hands of the cathedral's hungry spirits"],["5","A phantom rider who sweeps through the village, stealing victims who disbelieve her legend"],["6","An unbound spirit that repeatedly manifests in victims' nightmares"],["7","The capricious phantasm of an amoral accident victim who torments victims for fun"],["8","The spirit of a former tyrant who demands sacrifices from the village she once ruled"],["9","A ghost hunter who inflicts hauntings on unwitting clients—and then charges to remove the undead"],["10","The spirit of an evil captain who lurks near their shipwreck, harassing vessels and crews that pass"]],"name":"Ghost Story Villains","page":54,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord tames the spirits in his haunted mansion, but only when he sacrifices a memory."],["2","The Darklord's skin is haunted, but she can temporarily release spirits from her elaborate scars."],["3","A dozen phantoms cater to the Darklord; each spirit is an emotion he can no longer feel."],["4","Vampiric spirits keep the Darklord forever young, but physical sensation fled them long ago."],["5","Despite being alive, the Darklord is cursed with the inability to convince anyone they're not a spirit."],["6","All spirits obey a Darklord who can't touch anyone without stealing their soul."],["7","The Darklord fully controls the veil between this world and the spirit world, but if he steps outside his mansion, he'll be permanently destroyed."],["8","Any animal the Darklord sees dies and comes to haunt the morbid zoo her home has become."]],"name":"Ghost Story Torments","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A realm where speaking to spirits is just like speaking with the living"],["2","A graveyard city-state where all living residents are grave keepers"],["3","A nation where the residents observe grueling rituals to keep the angry dead appeased"],["4","A city where the victims of violence can't cross into the afterlife until their murders are solved"],["5","A ship with the same name and lines as a vessel lost at sea a hundred years earlier"],["6","A realm in which a common ritual allows a living individual to trade places with a dead one"],["7","An expansive forest in which a cruel noble once hunted the poor for sport"],["8","A land in which mediums are revered because they maintain the veil between the living and dead"]],"name":"Ghost Story Settings","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A decrepit conservatory whose inhabitants are prone to terrible accidents"],["2","A village graveyard that holds the victims of a terrible mass crime"],["3","A decrepit barn where dozens of remarkable animals lost their lives in a fire"],["4","An attic in which a hateful spirit has been sealed for decades"],["5","A theater in which, decades ago, an actor systematically poisoned their rivals"],["6","A swanky inn where, for years, nobles killed the staff to prevent word of their affairs getting out"],["7","A picturesque cliff that's a popular destination for lovers, despite the fact that couples frequently fall to their deaths"],["8","A lighthouse where a lone guard is the only living individual keeping an army of spirits at bay"]],"name":"Ghost Story Adventure Sites","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Ghost Story Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Investigate the bloody graffiti being left on the village's ancient walls and stop the vandal."],["2","A dying hero is convinced they're going to return as a spirit. Prevent this from happening."],["3","Discover why members of a prominent family never allow anyone to enter their guest house."],["4","Solve the murder of a phantom who can say only the words \"blood,\" \"onions,\" and \"wine.\""],["5","Solve the murder of the countess, who drowned in the same well as her mother and grandmother."],["6","Convince a stubborn miser to visit his haunted family home and put his deathless family to rest."],["7","Discreetly follow a phantom vagabond to find out where she disappears to and with whom."],["8","Learn why a mob of spirits besieges the local temple on the winter solstice each year."]],"name":"Ghost Story Plots","page":55,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Monsters","colLabels":["Challenge","Creature","Source"],"colStyles":["col-2 text-center","col-7 text-center","col-3 text-center"],"rows":[["1/4","{@creature Zombie}","{@book MM|MM}"],["1","{@creature Ghoul}","{@book MM|MM}"],["2","{@creature Gargoyle}","{@book MM|MM}"],["2","{@creature Wereraven|VRGR}","VGR"],["3","{@creature Green hag}","{@book MM|MM}"],["3","{@creature Werewolf}","{@book MM|MM}"],["4","{@creature Succubus}/ {@creature incubus}","{@book MM|MM}"],["8","{@creature Nosferatu|VRGR}","VGR"],["11","{@creature Efreeti}","{@book MM|MM}"],["13","{@creature Loup garou|VRGR}","VGR"],["13","{@creature Vampire}","{@book MM|MM}"]],"name":"Gothic Horror Monsters","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Villains","colLabels":["d10","Villain"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A reclusive noble who isn't a vampire, but uses his reputation as one to terrorize his vassals"],["2","An indulgent socialite who made a terrible bargain with a fell power to retain her youth"],["3","A scientist obsessed with creating the perfect poison, machine, or lifeform"],["4","A beloved magnate who abducts commoners to steal their blood for his beauty rituals"],["5","A celebrity who openly murders innocents but uses their charm to avoid repercussions"],["6","Someone who loves a monstrous creature and does anything to keep it fed and safe"],["7","A wealthy heir who manipulates the ambitious into committing terrible deeds"],["8","A poisoner who seeks to manipulate history through targeted killings"],["9","An artist who manufactures terrible accidents to provide inspiration and reference for her art"],["10","A monster hunter who accuses those they consider sinful of being monsters"]],"name":"Gothic Horror Villains","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Torments","colLabels":["d8","Torment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Darklord's soul is so consumed by shadows that it extinguishes all light that shines on them."],["2","The Darklord inherited unlimited wealth, but finery she wears turns to rags and food tastes like ash."],["3","The Darklord is incomparably beautiful, but locals perceive him as a terrible beast."],["4","Tattoos detailing the Darklord's sins cover their body."],["5","Every night, the Darklord is the focus of a lavish ball, but during the day he turns into a lead statue."],["6","A choir of spirits follows the Darklord, endlessly singing her sins."],["7","The Darklord endlessly cries tears of blood, ink, poison, or molten iron."],["8","The Darklord knows how he's going to die and sees evidence of impending doom everywhere."]],"name":"Gothic Horror Torments","page":56,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Settings","colLabels":["d8","Setting"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A city-state where the rulers are secretly warring lycanthropes, hags, and vampires"],["2","A countryside littered with gigantic pieces of armor"],["3","A nation where fog hides packs of deadly beasts"],["4","An island where the inhabitants make sacrifices to avoid eerie transformations"],["5","A mountain-sized cathedral devoted to transforming a prophesied being into a deity"],["6","A forest of eternal night where bloodthirsty creatures live in monstrous peace"],["7","A city where all who die are cast in plaster and used to adorn tableau-covered avenues"],["8","An artist's paradise where cruelties are elevated to terrible and beautiful art forms"]],"name":"Gothic Horror Settings","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Adventure Sites","colLabels":["d8","Adventure Site"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A mansion's forbidden east wing, where terrible noises sound from every night"],["2","A castle where all visitors are transformed into rats, bats, spiders, and other beasts"],["3","A science lab where preserved body parts carry the consciousnesses of their former owners"],["4","A hidden fighting arena where rivals and lovers battle to prove the strength of their emotions"],["5","A beautiful garden where the past keepers find immortality as statues and in ancient trees"],["6","A tower where honorable heroes are sworn to protect a monstrous ruler"],["7","A lavish inn where a random guest chokes on their own blood each night"],["8","A rectory where the stained glass windows hold the trapped souls of the pious"]],"name":"Gothic Horror Adventure Sites","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Gothic Horror Plots","colLabels":["d8","Plot"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Discover why anyone who utters the prince's true name immediately turns to dust."],["2","Investigate the disappearance of a scientist known only through their correspondence."],["3","Help a repentant immortal lose centuries of painful memories."],["4","Track down a serial killer who impales her victims on the same monument."],["5","End an affliction that turns a noble into a living doll every night."],["6","Settle a dispute between mortals and devils who both claim the same child is their next ruler."],["7","Put to rest a pair of spirits that bring tragedy to any couple who tries to get married."],["8","Find a way to end a land's generational curse that doesn't involve a group of innocents willingly sacrificing themselves."]],"name":"Gothic Horror Plots","page":57,"source":"VRGR","chapter":{"name":"Creating Domains of Dread","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Wandering the Mists","colLabels":["d100","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–20","Characters emerge in a domain of your choosing."],["21–40","Characters wander the Mists for another {@dice 1d6} hours, then roll on this table again."],["41–65","Characters emerge from the Mists on stable ground {@dice 1d100} feet away from where they entered."],["66–75","Characters emerge on stable ground a mile from where they entered the Mists at midnight of the night after they entered the Mists."],["76–85","Characters emerge from the Mists inside a structure somewhere within the domain they tried to leave, perhaps a cave, crypt, shed, or closet."],["86–95","Other creatures appear within the Mists. Roll any die. If you roll an even number, a lost and terrified {@creature commoner} appears. If you roll an odd number, {@dice 2d6} {@creature Skeleton||skeletons} or 1 {@creature unspeakable horror|VRGR} (see {@book chapter 5|VRGR|5}) appears. After the encounter, another {@dice 1d6} hours pass, then roll on this table again."],["96–99","Characters emerge from the Mists where they entered to find the domain changed. Perhaps someone the characters knew is gone, and no one has any knowledge of them ever existing."],["100","Characters emerge from the Mists on a world on the Material Plane. After {@dice 1d6} hours, the Mists rise around them once more. Roll again on this table."]],"name":"Wandering the Mists","page":61,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Barovia Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Mists draw the characters into Barovia, where the fortune-teller Madam Eva sets them on a dark course that leads them to Castle Ravenloft."],["2","{@creature Priest of Osybus|VRGR|Priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus}) have gained a following in Vallaki. They consider Strahd a demigod of their faith and drain the blood of nonbelievers in his name."],["3","A merchant working for a mysterious patron hires the party to recover the bones of Tatsaul Eris, a noble buried in the catacombs of Castle Ravenloft."],["4","The Martikovs, owners of the Wizard of Wines winery, seek aid recovering a shipment of cursed wine that turns drinkers into {@creature Vine Blight||vine blights}."],["5","A dying {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5|Wereraven}) gives the characters a scroll and an amulet bearing the Mark of the Raven. It begs the characters to deliver the message to the Keepers of the Feather."],["6","A megalith erected by Barovia's original inhabitants topples near Vallaki. Beneath lies the tomb of an ancient {@creature nosferatu|VRGR} (see {@book chapter 5|VRGR|5|Nosferatu}) who calls himself Duke Gundar; he immediately takes a disliking to Count Strahd von Zarovich."],["7","From the ruined mansion of Argynvostholt, the {@creature revenant} knight Vladimir Horngaard dragoons innocents into the Order of the Silver Dragon and pits them against Strahd's servants."],["8","The characters are accused of a crime. Surprising everyone, word arrives that Count Strahd von Zarovich will serve as their judge."]],"name":"Barovia Adventures","page":69,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tatyana's Incarnation","colLabels":["d8","Who Is Tatyana's Newest Incarnation?"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ireena Kolyana, the adopted daughter of burgomaster Kolyan Indirovich of the village of Barovia"],["2","{@book Ez d'Avenir|VRGR|3|Ez d'Avenir},* vampire slayer and protégé of Rudolph van Richten"],["3","Vasilka, a {@creature flesh golem} or reborn (see {@book chapter 1|VRGR|1|Reborn}) who lives in the abbey near the village of Krezk"],["4","The identical twins Yasmine and Nasseri, who are devout servants of the god Ezra"],["5","Renoir Laurent, the teenage son of Chantal Laurent, a woman Strahd abducted years ago"],["6","Petra Rilenovich, a young prodigy who has gained local renown for her remarkable paintings of what she calls her \"dream lives\""],["7","Vanasia, the leader of a far-ranging Vistani band"],["8","Quentin L'Argent, the dragonborn son of human goat herders living near the ruined manor Argynvostholt."]],"name":"Who Is Tatyana?; Tatyana's Incarnation","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Avoiding Strahd","colLabels":["d8","Concealment"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The incarnation pretends to be a religious zealot who took a vow of silence."],["2","The incarnation (or their guardians) made a bargain with Madam Eva or the Keepers of the Feather to hide the incarnation from Strahd."],["3","The incarnation is the ward of a famous monster hunter, who might not know the soul's identity."],["4","The incarnation was adopted by a group of Vistani travelers and rarely visits Barovia."],["5","The incarnation hides from Strahd by taking a magic potion that causes them to sleep for all but one hour a day."],["6","The incarnation uses magic to appear as an old person, a child, or a white raven."],["7","Some evil, such as the Abbot of the Abbey of Saint Markovia or an inhabitant of the Amber Temple, cloaks the incarnation's existence from Strahd."],["8","The incarnation lives a charmed life and is heedless of the count, not realizing Strahd is cultivating them until a particular time."]],"name":"Connection to Strahd; Avoiding Strahd","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hunting Strahd","colLabels":["d10","Hunting Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The incarnation seeks to become the greatest monster hunter ever, training constantly so they're prepared when Strahd eventually appears."],["2","The incarnation misguidedly plans to redeem Strahd through their exceptional kindness or faith."],["3","The incarnation knows their true nature and has weaponized their blood with poison that will put Strahd to sleep for a generation."],["4","The incarnation seeks to resurrect a historic figure to battle Strahd, perhaps Sergei von Zarovich, the first Tatyana, or another enemy of the count."],["5","The incarnation has located a relic that can weaken Strahd. However, they need the heroes to recover the item while they distract the count."],["6","The incarnation used powerful magic to lead the heroes to Barovia so they can destroy Strahd."],["7","The incarnation has joined the {@book Keepers of the Feather|VRGR|3|Keepers of the Feather}* and seeks to organize a siege of Castle Ravenloft."],["8","The incarnation feels the weight of their past lives and seeks a way to end their cycle of rebirth by freeing Barovia from the Mists—or destroying it."],["9","The incarnation falls in with a sinister group such as the {@book priests of Osybus|VRGR|3|Priests of Osybus}* and seeks to manipulate Strahd to further their organization's schemes."],["10","The incarnation has drawn an enemy of Strahd's to Barovia, such as {@book Firan Zal'honen|VRGR|3|Firan Zal'honan}* or {@book Jander Sunstar|VRGR|3|Jander Sunstar},* hoping the rivals will slay one another."]],"name":"Connection to Strahd; Hunting Strahd","page":70,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lost Tatyana","colLabels":["d6","Resurrection Circumstances"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Tatyana's incorporeal spirit assembles and haunts heroes whom she believes have the best chance of defeating Strahd."],["2","A character's friend or loved one is the incarnation of Tatyana. When the Mists claim that individual, the character is drawn into Barovia as well."],["3","A character's own reincarnation allows Tatyana's soul to enter their body, bringing with it memories in the form of vivid dreams."],["4","Tatyana's soul was captured by an effect similar to the {@spell magic jar} spell. Strahd or another entity hires the characters to seek out the container holding the soul, not revealing its true nature."],["5","Tatyana's soul reincarnated as someone another Darklord covets, such as the bearer of Ankhtepot's ka in {@book Har'Akir|VRGR|3} or {@creature Elise|VRGR} in {@book Lamordia|VRGR|3} (both detailed later in this chapter)."],["6","Tatyana's soul found its way into a distant relative of Strahd, Lyssa von Zarovich. Lyssa seeks to grow more powerful and claim Castle Ravenloft for herself. Her first step to deposing Strahd was to become a {@creature vampire}. Now she needs allies."]],"name":"Beyond Barovia; Lost Tatyana","page":71,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Bluetspur Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Characters awake within the shattered remains of a fluid-filled tube deep in Citadel Subterrene. They have no idea how they arrived there."],["2","A cavern the characters were exploring seamlessly abuts with Bluetspur, trapping them in caves overrun with {@creature Vampiric Mind Flayer|VRGR|vampiric mind flayers} (see {@book chapter 5|VRGR|5})."],["3","A strange message leads characters to a silvery vessel full of alien mysteries wrecked on Bluetspur's surface. The only surviving creature in the wreck is a cunning {@creature displacer beast}."],["4","The characters find a strange but adorable creature trapped within an abandoned alien installation. The being is a lovable companion, until it reveals itself to be a {@b star spawn emissary} (see {@book chapter 5|VRGR|5|Star Spawn Emissary})."],["5","An acquaintance of the characters complains of reoccurring nightmares. The complaints stop when the dreamer is taken over by an {@creature intellect devourer}."],["6","An inventor requests the characters' insight into a pill-sized device she extracted from her own body. As the characters examine it, the device projects a map into their minds and emits a telepathic call for help. The map leads to a {@creature mind flayer} who wants to put the God-Brain out of its misery."],["7","A farmer hires the characters to protect his family, whom he believes—without evidence—are being abducted and returned every night."],["8","The High Master mind flayer of Mount Grysl seeks to claim all the God-Brain knows. To do this, it creates a copy of the Apparatus (see \"{@book Mordent|VRGR|3}\" later in this chapter). All it needs is a relic called the Rod of Rastinon, which it wants the characters to retrieve for it."]],"name":"Bluetspur Adventures","page":74,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Aberrant Evidence","colLabels":["d6","Evidence"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A needle-like device buried under someone's skin"],["2","An inexplicable crater or circle of scorched crops"],["3","A stable full of exploded livestock"],["4","An {@item antimatter rifle} (detailed in the {@book Dungeon Master's Guide|DMG})"],["5","A missing person or otherworldly being transformed into a {@creature brain in a jar|VRGR} (see {@book chapter 5|VRGR|5|Brain in a Jar})"],["6","The damaged corpse of a {@creature vampiric mind flayer|VRGR} (see {@book chapter 5|VRGR|5|Vampiric Mind Flayer})"]],"name":"Alien Artifacts; Aberrant Evidence","page":75,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Suppressed Memories","colLabels":["d6","Memory"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're paralyzed on a cold table. Clicking sounds surround you. Pallid tentacles slither toward your face, each ending in gleaming surgical instruments. What are they trying to do?"],["2","Some unfamiliar reflex moves your arm. Looking, you catch a glimpse of a bruise slithering beneath your skin. What do you do?"],["3","A many-legged, ferret-like creature floats into your cell. You feel multitudes of unseen eyes upon you. What do your captors expect you to do with this? What do you do?"],["4","Rainbow storms assail the heights of a mountain so tall it seems to curve over you. You're floating over a red wasteland, just one in a line of hovering beings. What do you see ahead?"],["5","You knew a stranger. You were each other's comfort against fear and pain. Then they were taken away. What were their final words to you?"],["6","The figure hovering before you is deemed acceptable. They're lowered into a pool, where pale, slug-like beings set upon them. You float forward. Why are you deemed unacceptable?"]],"name":"Lost Memories; Suppressed Memories","page":75,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Noble Families and Estates","colLabels":["Noble Family","Estate Name"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Boritsi","Misericordia"],["Dilisnya","Degravo"],["Eris","Coairdeiador"],["Ivliskova","Abreptoro"],["Nobriskov","Cubratdis"],["Nuikin","Esecklae"],["Ocrotire","Sanctesalat"],["Olzanik","Kinisaradia"],["Piechota","Alieselti"],["Pretorius","Mundorhova"],["Ritter","Vetistiqua"],["Tatenna","Fulchighora"]],"name":"Misericordia and Other Noble Estates; Noble Families and Estates","page":77,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Borca Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A noble asks the characters to protect their sibling from a mysterious assassin. The killer is Nostalia Romaine, whose blood was replaced with poison by Ivana Boritsi."],["2","A scholar requests aid in gaining access to Scholomance. This institution is Borca's elite school of magic and also home to the Rainmaker Society, which is said to control Borcan politics."],["3","A young noble befriends the characters and introduces them to the fabulously amoral Levkarest club scene. By the night's end, a character is accused of murder."],["4","Half the village of Leoni is arrested by the erinyes-masked Judge Ranziska and marched before Sturben's Faceless Court. The remaining villagers beseech the party to defend their families in court."],["5","The eligible noble Vladimir Nobriskov hosts a contest for his affections. Participants turn up murdered, victims of Nobriskov's lycanthropic hunger."],["6","A book-collecting noble seeks the party's help in finding a rare text called The Revelations of the Prince of Twilight, a tome said to teach the reader to tap into the hidden power of their shadow."],["7","The Ocrotire family offers a sizable bounty for anyone who can capture the Lake Balaur Beast, which has escaped from the estate's oceanarium."],["8","Members of the Ulmist Inquisition accuse the characters of crimes they haven't yet committed. They relent only if the characters undertake a mission against the {@creature Priest of Osybus|VRGR|priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus})."]],"name":"Borca Adventures","page":81,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ignoble Request","colLabels":["d6","Request"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Manufacture a business or social opportunity for the target's confidant, leaving the target isolated."],["2","Deliver a lavish gift to the target, such as a large sculpture or a steed, at an inappropriate time."],["3","Make the target cry in public."],["4","Plant evidence of a crime at the target's home."],["5","Orchestrate a false business deal, political alliance, or arranged relationship."],["6","Make the target miss their own social event."]],"name":"Ignoble Bonds; Ignoble Request","page":82,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lethal Leverage","colLabels":["d6","Leverage"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The contact provides the characters with noteworthy gear to use during a request, then collects it afterward as evidence."],["2","The contact conveniently \"goes out of town,\" requesting characters report to them in writing."],["3","The contact requests magical insurance, such as a {@spell geas} spell preventing mutual harm or committing the characters to a misrepresented act."],["4","The contact becomes the guardian of someone close to the characters."],["5","The contact holds a powerful magic item for the characters \"so it doesn't fall into the wrong hands.\""],["6","The contact has the characters act against a mutual friend \"for their own good.\" The contact then threatens to reveal this act to the friend."]],"name":"Lethal Leverage","page":82,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Carnival Adventures","colLabels":["d4","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of the Carnival's performers has been arrested by a local sheriff. Hermos asks the party to return the trouper, either to save them or to make them face Carnival justice."],["2","A local hires the party to find a loved one who disappeared at the Carnival. The trail leads to a Litwick Market vendor whose trinkets turn people into their favorite animals."],["3","The Carnival adopts a new performer escaping their family. The performer asks the party to deter family members intent on bringing them home."],["4","The characters find a mirror holding the disembodied reflection of Tindafulus, a {@creature mage} trapped by his own reflection. He wants the party to find his duplicate, who escaped with a mysterious carnival."]],"name":"Adventures in the Carnival; Carnival Adventures","page":87,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party learns how to destroy the Heart of the Abyss, a relic held by the Order of the Guardians and hunted by a demon called the Whistling Fiend."],["2","The {@creature night hag} Styrix has created a device called the Rift Spanner that she plans to use to escape the Domains of Dread. She just needs to transform a few hundred innocents into larvae to power it."],["3","A ship captain offers to take the characters away from Darkon, but only after they deliver a trunk full of alchemical supplies to Madame Eris at her family estate."],["4","Merchants hire the party as protection from the pirate ship Bountiful. Captain Damon Skragg raids not for loot, but for flesh to feed his {@creature ghoul} crew."],["5","Researchers from the Brautslava Institute require assistants to aid in investigations into fields such as necrolinguistics and temporal archaeozoology."],["6","Murders plague the wealthy families of Redleaf Lake. Locals seek aid from the characters, unaware the bitter dowager Damita Adler exacts a generations-old revenge from her dilapidated home."]],"name":"Darkon Adventures","page":91,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon's Destruction","colLabels":["d4","Destruction"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","With Azalin gone, Darkon has no purpose. The Shadowfell is reabsorbing the demiplane."],["2","Darkon is being consumed to fuel magic funneling power from Castle Avernus into the King's Tear."],["3","The Hour of Ascension was an attack. Invaders are using the Shroud to disguise their assault."],["4","The {@creature Priest of Osybus|VRGR|priests of Osybus} (see {@book chapter 5|VRGR|5|Priests of Osybus}) are draining life from Darkon to empower the imprisoned vestige of a wicked deity."]],"name":"Darkon's Destruction","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Azalin's Fate","colLabels":["d4","Fate"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Azalin was destroyed—slain by a failed magical experiment, a rival, or the Dark Powers."],["2","Azalin escaped the Domains of Dread and returned to his home world of Oerth."],["3","Azalin caused an ongoing conjunction that allows him to walk free so long as Darkon is collapsing."],["4","Azalin escaped into his past or drew multiple versions of himself into the present."]],"name":"The Secret of Darkon's Doom; Azalin's Fate","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon's Salvation","colLabels":["d6","Method"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find or restore Azalin and return him to Darkon."],["2","Present the Dark Powers a worthy new Darklord."],["3","Bestow a symbol of rule upon a new Darklord."],["4","Free Darkon from the Shadowfell."],["5","Merge Darkon with another domain."],["6","Trick another Darklord into entering Darkon."]],"name":"Darkon's Salvation","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Means to Save Darkon","colLabels":["d6","Implement"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Pieces of Azalin's shattered crown"],["2","The Rift Spanner, a portal-making contraption"],["3","A hidden amber sarcophagus that contains the last vestige of a powerful evil being"],["4","The King's Tear, a floating anomaly or structure"],["5","The Apparatus (see \"{@book Mordent|VRGR|3}\" in this chapter)"],["6","The blood of Strahd von Zarovich, fundamental to the nature of the Domains of Dread"]],"name":"Means to Save Darkon","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Allies","colLabels":["d6","Ally"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Irik Zal'honen, the mournful spirit of Azalin's son"],["2","The Order of the Guardians, ascetics who isolate dangerous magic and prevent supernatural ruin"],["3","Cardinna Artazas of the Eternal Order"],["4","Doctor Ingrid van Richten, a scholarly spirit who haunts Richten House near Rivalis"],["5","The Ray Agency, investigators based in Martira Bay"],["6","Skeever, Azalin's {@creature imp} familiar"]],"name":"Darkon Allies","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Rivals","colLabels":["d6","Rival"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Alcio Metus and the Kargat"],["2","Darcalus Rex and the Eternal Order"],["3","Madame Talisveri Eris and the Family"],["4","Ebbasheyth, Azalin's black shadow dragon advisor"],["5","A cursed artifact held within an Order of the Guardians monastery"],["6","Azalin's shadow, an echo of the Darklord"]],"name":"Darkon Rivals","page":92,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dread in Darkon","colLabels":["d6","Dread Possibility"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A prophecy foretells the characters' involvement in Darkon's salvation or destruction, and comes with eight unavoidable omens."],["2","The characters were involved in the Hour of Ascension and share a Dark Gift (see {@book chapter 1|VRGR|1})."],["3","One of the characters is the perfect vessel for a new Darklord or Azalin's rebirth."],["4","The party is forced to work with an evil being, one from the Darkon Rivals table or another Darklord."],["5","The dead of Darkon wish to aid the characters, flocking to them in a growing legion."],["6","The characters suffer desperate, fractured dreams sent from mysterious allies or their future selves, warning them of calamity."]],"name":"Dread in Darkon","page":93,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Darkon Finale","colLabels":["d6","Finale"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","None of Azalin's would-be inheritors are fit to become Darklord. Only by merging their spirits or making one inheritor the vessel for a hidden evil can a new Darklord arise."],["2","The King's Tear is a dungeon-sized amber chrysalis that Azalin is using to create a new Dark Power. The characters must find the black shadow dragon Ebbasheyth and convince her to help infiltrate the floating construction and shatter it from within."],["3","Azalin believes the only way to escape the Domains of Dread is by shattering their linchpin: the first domain, Barovia. He has escaped Darkon, but the next stage of his scheme must be stopped before he destroys all the domains."],["4","Each of Azalin's inheritors holds a piece of the Darklord's crown. Claiming the pieces and bringing them to Castle Avernus allows Azalin's restoration or a new Darklord's ascension."],["5","One of the characters is a clone of Azalin, created as a potential Darklord so the real Azalin could escape. The Hour of Ascension was a distraction to mislead the Dark Powers."],["6","Azalin changed time so he never became a Darklord. The characters must follow Azalin into his past and ensure his deeds attract the Dark Powers' notice."]],"name":"Darkon Finale","page":93,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dementlieu Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A shrieky soprano is starring in the new production at the Port-a-Lucine Opera House. Jealous divas hire the party to figure out what magic she used to bewitch her way into a role."],["2","A Phlegethan Hospital patient contacts the party, claiming to be the rightful Duke d'Honaire. He has a preternatural ability to bend others to his will."],["3","The party runs afoul of the city watch and learns that their captain has been replaced by a devil who's transforming them into a brutal force."],["4","People are being replaced by lifelike constructs, while the originals are held captive in the cellar beneath Alexandre du Cire's House of Wax. A party member is the next target."],["5","A crusader hunting the Red Death is murdered. The culprit isn't the Red Death, but the family of a recent victim, who don't want the victim's poverty and lies to come to light."],["6","A woman claiming to be Duchess Saidra's stepsister arrives in town and makes discreet inquiries about how to best reveal the horrible truth about the duchess: that she is a lowborn fraud."]],"name":"Dementlieu Adventures","page":97,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Grand Masquerade Objectives","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a specific aristocrat at the masquerade and get information from (or to) them."],["2","Prevent a villain from committing a crime at the masquerade."],["3","Perform a trivial task in exchange for a favor from the hags of the Three Odd Gables, such as leaving a trinket on a mantle or filching a fruit tart."],["4","Protect another attendee, ensuring that person isn't assassinated... or unmasked."],["5","Use the crowd to expose people to an antidote, a curse, or important information."],["6","Secure a private audience with Duchess Saidra."]],"name":"The Grand Masquerade; Grand Masquerade Objectives","page":97,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Grand Masquerade Complications","colLabels":["d6","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An angry guest with a costume identical to a character's accuses them of stealing the idea."],["2","A flirtatious guest decides these interesting characters deserve to be introduced to the city's elite."],["3","The character with the highest passive Wisdom ({@skill Perception}) score notices a nimble-fingered guest slipping a necklace off their dance partner."],["4","An intoxicated guest loudly confesses truths that other guests pretend not to hear."],["5","A scream from a different part of the estate pierces the air. Everyone hushes for a moment, then immediately carries on as if nothing had happened."],["6","Duchess Saidra enters the room, and sycophants immediately surround her."]],"name":"Random Complications; Grand Masquerade Complications","page":99,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Falkovnia Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The party discovers a town where {@creature Zombie||zombies} have begun acting strangely: plowing fields, tarrying in shops, and congregating in the crumbling temple. What's causing this odd behavior?"],["2","In Morfenzi, Vjorn Horstman envisions an army of bestial super soldiers. He works to perfect what he calls his \"primal serum,\" an elixir that inflicts those injected with a random form of lycanthropy. He seeks to use the characters as test subjects."],["3","A plague strikes the slums of Lekar. Those killed by the disease rise as {@creature Zombie Plague Spreader|VRGR|zombie plague spreaders} (see {@book chapter 5|VRGR|5})."],["4","A pack of zombie animals—predominantly wolves, ravens, and cattle—attacks work bands from Lekar and survivors upon the roads. The characters are enlisted to serve as guards."],["5","The characters are sent to investigate a fallen star that crashed near the village of Delmunster. The village proves remarkably peaceful and free of zombies, in large part because it's populated by the {@creature Podling|VRGR|podlings} of a {@creature bodytaker plant|VRGR} (see {@book chapter 5|VRGR|5})."],["6","A character learns that an influential Talon plans to overthrow General Drakov during the next zombie assault on Lekar by sabotaging the city's defenses and admitting the zombies to the Bastion Ward."],["7","The Jimsonweeds, a band of survivors in Silbervas, vanish after attempting to pillage Dekovan Palace. Soon after, the palace's strange lights appear among buildings formerly claimed by the lost survivors."],["8","A knight named Gondegal attacks Talon patrols and claims she can lead common folk to a safe holdfast. None who go with her are seen again. The Talons hire the party to hunt down the knight."],["9","The characters learn of downtrodden citizens in Lekar plotting to escape into the Mists following the next zombie siege. Are the citizens desperate noncombatants, or are they Talon agents seeking to draw out \"traitors\"?"],["10","On the night of the new moon, no zombie horde appears at Lekar's walls. Instead, a undead messenger arrives with a missive for General Drakov."]],"name":"Falkovnia Adventures","page":103,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Zombie Siege Encounters","colLabels":["{@dice 1d6;2d6|d6s}","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Zombies rip apart a soldier, causing those nearby to freeze or flee."],["2","Commoners flee the battle. A Talon attacks them, killing deserters to deter further flight."],["3","A Talon messenger, bearing orders from General Drakov, struggles to reach a besieged gate."],["4","A panicked Talon mage recklessly casts destructive spells, catching zombies and soldiers in the effects."],["5","A group of commoners attempts to flee the city, revealing a hidden gap in the wall."],["6","Zombie bodies pile up, creating a growing ramp onto a section of wall."],["7","Zombies dig through or under the wall, allowing them to flow steadily into the city."],["8","Zombies cause a siege weapon to fire into the city or start a conflagration."],["9","Fighting breaks out at a building Talon priests use to treat the wounded."],["10","Zombies break through a gate and begin scaling the portcullis beyond."],["11","Zombies infiltrate the sewers and appear in a supposedly safe part of the city."],["12+","Masses of zombies or a botched scheme by defenders causes a wall or tower to collapse."]],"name":"During the Siege; Zombie Siege Encounters","page":105,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Zombie Siege Climax","colLabels":["d4","Climax"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Breaching the river grates, zombies pour into the city via the Zapadnost River. Drakov orders thousands of gallons of oil emptied into the sewer and then lit. The zombies burn, but flames consume the districts and the river is poisoned."],["2","The northern district will be overwhelmed. Drakov plans to destroy the bridges crossing the river using kegs of explosive powder. This will halt the zombies but trap many soldiers and civilians on the other side."],["3","Drakov plans to open several gates, admitting the zombies into one populated district. While the zombies feed, the district will be set aflame."],["4","Drakov's troops round up civilians and force them out of the city, splitting the zombies' attention. This allows the Talons to shore up defenses and repel a second, less concentrated zombie attack."]],"name":"Concluding the Siege; Zombie Siege Climax","page":105,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Har'Akir Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The priests of Ese seek adventurers to retrieve someone they condemned from the Labyrinth."],["2","The historian Kharafek has excavated a canyon riddled with sealed tombs. She's paying laborers well but is also using them to bear the brunt of the curses the crypts conceal."],["3","The hermits settled in River's Shelter accidentally revealed a crypt and released {@creature Mummy||mummies} that resent being disturbed."],["4","The pyramid of a former high priest has vanished. The priests of Neb seek help finding the monument before the pharaoh notices and is displeased."],["5","Snefru, a priest of Oru, discovers that the Bent Pyramid responds to song. She seeks aid to assemble a massive chorus to open a path inside."],["6","The revolutionary Aliz is secretly a jackal-headed {@creature werewolf} allied with the {@creature mummy lord} Senmet. She seeks to find Ankhtepot's ka to bring the pharaoh's rule to an end."],["7","Sute's Chosen seek help rescuing travelers missing in the Breath of the Forgotten. The party must endure the gods' tests to save them from the storm."],["8","Nephyr, a cat-headed Child of Ankhtepot, arrives in Muhar. To motivate the living to find the pharaoh's lost treasure, each dawn she curses a number of innocents equal to the days she's spent in the city."]],"name":"Har'Akir Adventures","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ankhtepot's Soul","colLabels":["d8","The Ka's Form"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature hawk} or {@creature giant eagle} that tirelessly circles the sun."],["2","A canopic jar containing the pharaoh's heart hidden within a forgotten tomb"],["3","Mummified and divided-up heart-meat, a piece of which is hidden within each of the remaining loyal Children of Ankhtepot"],["4","A blessing granted to those who survive both the Breath of the Forgotten and the Breath of the False"],["5","A set of relics holy to the old gods of Har'Akir"],["6","The manifestation of a joyous song sung by Muhar's people"],["7","The soul of an innocent healer who resembles the pharaoh as he was in life"],["8","The soul of a character, perhaps one with an Echoing Soul (a Dark Gift detailed in {@book chapter 1|VRGR|1|Echoing Soul})"]],"name":"The Soul's Shape; Ankhtepot's Soul","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hunt for the Ka","colLabels":["d6","Hunt"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters come to the attention of High Priest Rehkotep, who demands they aid her in finding the pharaoh's lost treasure or face punishment."],["2","Revolutionaries displeased with the priests and the pharaoh search for Ankhtepot's lost treasure in hopes of gaining leverage over the ruler."],["3","The sphinxes of Har'Akir know that Ankhtepot is close to finding his lost ka. They hope to find it first and place it outside the Darklord's reach."],["4","A Child of Ankhtepot, either a loyal servant like Nephyr or a traitor like Senmet, tasks the characters with finding the lost ka to fulfill their own ends."],["5","Murals or hieroglyphs within a tomb the characters discover lead to other ruins, each bearing a clue to finding the pharaoh's missing treasure."],["6","After the characters die, Pharaoh Ankhtepot resurrects them (perhaps as reborn; see {@book chapter 1|VRGR|1|Reborn}). Their continued existence is contingent on searching for and finding his ka."]],"name":"The Hunters' Role; Hunt for the Ka","page":111,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ankhtepot Reborn","colLabels":["d4","Development"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Ankhtepot is now mortal, but retains all his supernatural abilities. Newly invigorated, the tyrant takes a more active role in Har'Akir's rulership, indulging in decadences and forcing the people to raise vast monuments to his newfound glory."],["2","Ankhtepot is only briefly mortal. His body rapidly wastes away, returning him to his Undead state. Furious, he unleashes his deathless hordes, intent on transforming Har'Akir into an afterlife of his own making."],["3","Ankhtepot is reborn and soon after dies for good. The remaining Children of Ankhtepot turn against one another, each declaring themself Pharaoh Ankhtepot II."],["4","Ankhtepot is reborn, dies, is cursed by the gods anew, and is locked within a hidden tomb. Har'Akir falls to chaos as the land is scoured by squabbling mummies, a fruitless revolution, and harsh storms. Only by returning Ankhtepot to power can the land be saved."]],"name":"The Pharaoh's Return; Ankhtepot Reborn","page":110,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hazlan Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Hazlik's apprentice Eleni charmed the ancient albino {@creature purple worm} Gravedrinker, using it as a weapon against any who oppose her master. When the worm breaks free of her control, Eleni seeks aid with recapturing it before Hazlik finds out."],["2","Castoff magical creations litter the dry lake bed called Obsession's End. A sapient war machine or an {@creature iron golem} escapes the midden and asks the party to help it find a way to live an ordinary life."],["3","Innumerable {@creature Gremishka|VRGR|gremishkas} (see {@book chapter 5|VRGR|5|Gremishka}) collect in caves along what's known as the Gnawing Path. The creatures plot to overwhelm Sly-Var and will pass through Toyalis in the process. Members of both communities request exterminators."],["4","A cult forms around the Philosopher's Egg, an eight-story citrine egg perched atop a mesa in the region called Seething. The cultists hunt for someone who has never been touched by magic to release the unborn antimagic entity within."],["5","One of Hazlik's apprentices sends multiple groups to capture a {@b star spawn emissary} (see {@book chapter 5|VRGR|5|Star Spawn Emissary}) that emerged from a meteor in Moonstone Valley. But the shape-shifter disappears, slipping in among its would-be captors."],["6","An apprentice of Hazlik yearns to explore the bottomless pit known as Gluttonkettle. He needs a test crew for a vehicle he's devised to traverse impossible distances."],["7","A magically talented commoner is kidnapped and forced to become a wizard's apprentice. Their family hires the characters to retrieve them, but the kidnappee has quickly adjusted to the decadent life of an amoral wizard."],["8","The moon over Hazlan shatters and plummets toward the ground. Whether caused by a mighty spell gone awry or a domain-spanning illusion, the sight throws Toyalis into chaos. Residents demand that the characters help them flee the disaster."],["9","One of Hazlik's apprentices needs agents to search for a suspected fountain of youth said to have formed among the innumerable magical toxins polluting the swamp known as the Brew."],["10","Hazlik knows his domain's days are numbered. He attempts to use the characters to recreate the living portal that first brought him to Hazlan, either as its creators or its raw materials."]],"name":"Hazlan Adventures","page":115,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hazlan Wild Magic","colLabels":["d20","Wild Magic Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–5","The character causes a random effect from the {@table Wild Magic Surge|phb} table in the {@book Player's Handbook|PHB}."],["6–7","The character is {@condition frightened} of all creatures until the end of their next turn."],["8–9","A number ({@dice 2d4}) of the Staring Cats of Uldun-dar appear within 30 feet of the character. These sapient, hyperdimensional {@creature Cat||cats} have uneven numbers of eyes and are not hostile, but they ominously share reports on how the character died in multiple parallel dimensions. The cats vanish after the character's next long rest."],["10–11","The character and the creature nearest them both teleport up to 60 feet to random unoccupied spaces of the DM's choice. When they reappear, they are covered in harmless ectoplasm."],["12","The character broadcasts their surface thoughts for 1 round, as if all creatures within 30 feet of them had cast {@spell detect thoughts} targeting them."],["13–14","A spectral Eye of Hazlik appears, hovering over the character for 1 hour. The eye functions as detailed in the \"{@book The Eye of Hazlik|VRGR|3|The Eye of Hazlik}\" section."],["15–16","A portal similar to that created by {@spell arcane gate} opens within 10 feet of the character. It connects to another portal somewhere in Hazlan. The portal remains open for 1 hour, during which creatures from either side can pass through."],["17–18","A shrieking, skinless, many-limbed horror that has the statistics of (and vaguely resembles) a {@creature unicorn} appears within 30 feet of the character. It is hostile to them, vanishing after 1 minute."],["19","The character casts {@spell fireball} as a 5th-level spell centered on themself using Charisma as the spellcasting ability. Screams and laughter emanate from the flames."],["20","A fog cloud appears, centered on the character. The effect is similar to a {@spell fog cloud} spell and lasts for 10 minutes. The DM can choose to have the fog affect creatures as if they'd entered the Mists."]],"name":"Hazlan Wild Magic","page":116,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"I'Cath Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A desperate local needs medicine for a sick spouse, but the only merchant in Gwai-Huit Center with the necessary herbs demands fresh fruit from the Gemstone Gardens. The local entreats the characters to infiltrate the {@creature jiangshi|VRGR}-haunted park (see {@book chapter 5|VRGR|5})."],["2","A child has gone missing on the streets of I'Cath. The child's parents plead with the characters to find the youngster before dusk."],["3","A {@creature spy} known as a criminal in I'Cath's dream city is imprisoned and tormented every time he falls asleep. He begs for the characters' aid to help keep him awake."],["4","A group of {@creature Bandit||bandits} waylay anyone who passes through their territory, demanding fresh meat for passage. Trapped locals seek help in moving through the gang's territory."],["5","A melancholy elf is unable to enter Tsien Chiang's dream to join his family. He entreats the characters to help him find a way."],["6","A {@creature jiangshi|VRGR} approaches the characters and asks them to locate one or more of her lost family members within the dream city. She's worried about what's become of her family—their bodies should be in the city, but she's lost track of them."],["7","A family in the Mansions made offerings of food and remembrances to placate a hungry {@creature ghost}. This has attracted dozens of other ghosts. The family seeks help placating the undead mouths they can't feed."],["8","Tsien Chiang's library in the Palace of Bones holds secrets about the border between dreams and reality. The characters must infiltrate the palace, find the information they need, and escape before Tsien Chiang returns at dawn."],["9","A desperate {@creature veteran} wakes from the dream and attempts to set I'Cath on fire, believing it's better for everything to burn than to live a lie. The characters must choose how to contend with the murderous arsonist."],["10","All but one of Tsien Chiang's daughters have gone missing—and the remaining daughter is either Tsien Seu-Mei or Tsien Lei-An, neither of whom can speak. This daughter crosses the party's path and silently begs for help."]],"name":"I'Cath Adventures","page":121,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Kalakeri Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Bandit||Bandits} takes over the village of Neelakurinji, claiming Ramya or Arijani as their leader. In truth they serve neither and are opportunistically robbing those who fear disobeying the factions. An escaped villager entreats the characters for help."],["2","The {@creature stone giant} guru Jalendu claims to know a path to religious enlightenment. Those who fail to prove their devotion to his teachings turn up {@condition petrified}."],["3","The sea boils around an ancient, submerged ruin called the Drowned Altar. With constant upheaval, no one has performed the rites necessary to placate what dwells in the deep."],["4","Dozens of servants were hired to help host a grand gala thrown by Arijani. The event was a success, but none of the servants returned home. Their families entreat the characters to seek answers."],["5","The rare ralvanji spice has miraculous medicinal properties, but by royal edict it is grown only in the gardens of the Cerulean Citadel. Estavan, a mysterious {@creature oni} merchant, offers to pay good money for the spice and even more for the seeds."],["6","A parent asks the characters to bring their runaway teenager home, not knowing their child joined Ramya's army, died, and returned as a {@creature wight}."],["7","Reeva employs the party to find the forbidden ruins of Bahru, said to lie somewhere in the Ashwagangha Mountains. She believes her ancestors imprisoned a powerful force there, which she hopes to awaken and bend to her service."],["8","The shadows of people in Meenakara are disappearing, and the shadow-bereft soon sicken and die. A local leader claims that the strange plague's cure lies among the hidden isles known as the Ashram of {@book Niranjan|VRGR|3|Niranjan} (detailed in \"{@book Other Domains of Dread|VRGR|3}\" later in this chapter)."],["9","A {@creature commoner} begs the characters to prove their sibling's loyalty to Ramya. Time is short, since the sibling was arrested and taken to the Tower of Traitors to face execution."],["10","Ramya desires a consort to cement her rulership and bring stability to the kingdom. A character who is a capable warrior catches her attention."]],"name":"Kalakeri Adventures","page":128,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Renown in Kalakeri","colLabels":["Adjusted Renown","Activity","Faction"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["+1","Advancing the faction's interests","Either"],["+1","Revealing a traitor","Either"],["+1","Attaining victory over a rival through martial skill","Loyalists"],["+1","Evicting rebels from a community","Loyalists"],["+1","Attaining victory over a rival through duplicity","Rebels"],["+2","Completing a mission assigned by the faction","Either"],["+2","Executing a traitor","Either"],["+2","Evicting loyalists from a community","Rebels"],["+2","Gaining a rich or powerful ally for the faction","Rebels"],["+2","Offering rare occult lore to Reeva","Rebels"],["+3","Recovering Arijani or Reeva's skull from the Tower of Traitors","Rebels"],["+4","Ousting foes from the Cerulean Citadel","Either"],["–1","Being accused of treachery","Either"],["–2","Being caught aiding a rival faction's agenda","Either"],["–2","Failing at an assignment","Either"],["–2","Offending Arijani's ego","Rebels"],["–3","Discovering a faction leader's true form","Either"],["–5","Openly betraying the faction","Either"]],"name":"Renown in Kalakeri","page":130,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Loyalist Benefits","colLabels":["Renown Threshold","Request","Renown Adjustment"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Moving unimpeded through loyalist-controlled territory","—"],["1","Learning the location of the bulk of Ramya's armies","—"],["3","Learning where a particular skull is in the Tower of Traitors","–1"],["3","Learning where a specific soldier in Ramya's army is stationed","—"],["5","Gaining an audience with Maharani Ramya","—"],["10","Pardoning someone accused of being a traitor","–2"],["10","Gaining command of a contingent of Undead soldiers to fulfill a mission","–2"],["15","Convincing the faction to heed advice","–2"],["15","Convincing Ramya to relinquish a skull from the Tower of Traitors or dismiss a soldier from her army","–2"],["20","Convincing the faction to heed advice seemingly counter to its interests","–5"],["25","Convincing Ramya to leave Jadurai","–5"]],"name":"Benefits of Renown; Loyalist Benefits","page":131,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Rebel Benefits","colLabels":["Renown Threshold","Request","Renown Adjustment"],"colStyles":["col-2 text-center","col-8","col-2 text-center"],"rows":[["1","Moving unimpeded through rebel-controlled territory","—"],["1","Learning if a wealthy individual has been courted by the rebels in the past month","—"],["3","Learning where Arijani and Reeva are encamped","—"],["5","Gaining a private audience with both Arijani and Reeva","—"],["7","Gaining a private audience with either Arijani or Reeva","—"],["10","Obtaining an invitation to one of Arijani and Reeva's galas","–4"],["15","Convincing the faction to heed advice","–2"],["15","Convincing the faction to heed advice seemingly counter to its interests","–5"],["20","Obtaining an invitation to one of Arijani and Reeva's private feasts","–5"],["25","Convincing Reeva to reveal secrets hidden under the Cerulean Citadel","–5"]],"name":"Benefits of Renown; Rebel Benefits","page":131,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Kartakass Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The characters arrive in Kartakass and immediately meet a friendly local: Harkon Lukas."],["2","A foe carries an invitation to Harmonia's Crystal Club. If the characters visit, they find themselves the only non-lycanthropes in the crowd."],["3","A set dresser in Medria used \"tamed\"{@creature Mimic||mimics} during a stage production. Now the audience is trapped inside a theater overrun by the monsters."],["4","The party investigates a murder in Emherst. The victim is an actor who played a character murdered daily in the ongoing immersive play."],["5","Akriel Lukas hires the party to \"borrow\" her father's violin so she can accurately model her own violin, Sundered Heart, from it."],["6","A scholar named Radaga seeks the characters' aid in recovering a mysterious relic—an ancient crown—from a skeleton-haunted canyon in the Martello Hills."],["7","The party is invited to participate in a fighting tournament in the goblin-overrun hills known as the Catacombs. Upon arriving, they find that {@creature Goblin||goblins} organized the event under the oversight of the flamboyant {@creature gladiator} Nym Pymplee."],["8","A brewer in Harmonia hires the party to deliver a cart of meekulbrau—a local berry wine that soothes the throat and improves vocal performances. A band of thieves hijacked the last two deliveries, and the brewer wants to make sure this latest delivery reaches its buyer, Harkon Lukas."]],"name":"Kartakass Adventures","page":135,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Favors for Harkon Lukas","colLabels":["d4","Favor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Harkon is expected to debut a new song, \"Just Like the Wind,\" but his backup performers and entourage are missing. The Darklord asks for the characters to fill in as entertainers and personal security."],["2","Harkon expects to be attacked by a toxic former student or lover at a public event. The Darklord asks the party to intercept this stalker."],["3","Harkon feigns fear of being mobbed by fans. The Darklord asks the party to disguise him and escort him to an event."],["4","In the wild, Harkon's entourage is slain by wolves or by bandits. If the party saves him, the Darklord feigns helplessness and asks to travel with them."]],"name":"Meeting the Darklord; Favors for Harkon Lukas","page":136,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lamordia Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sapient lab animals escape Ludendorf University and need help finding a new home. One, however, is eager to improve upon its form and the forms of its fellows."],["2","Medical student Emil Bollenbach strives to craft revolutionary {@creature Flesh Golem||flesh golems}, such as ones made entirely of doppelgangers or beholders. His patrons enlist the party to aid his research."],["3","A murderous, jaundiced whale is hunting Ludendorf's ships. The superstitious Captain Furschter of the city's navy asks the party to learn why by seeking Winter's Mouth, a crack in the ice where the sea supposedly whispers its secrets."],["4","Three brilliant Ludendorf University students compete to become Dr. Mordenheim's new assistant. Each seeks the party's assistance in ensuring they're chosen for the opportunity."],["5","A wave of warped monstrosities is preparing to assault Neufurchtenburg. The metallurgists at the Giesbrecht Automatic Armaments company have created a new weapon or vehicle that could save the town, but they need someone to test it."],["6","Ruprekt Schaller stood to inherit his dying father's factory in Ludendorf. Instead, Udo Schaller paid assassins to murder his son and had his brain transplanted into Ruprekt's young body, with the help of Dr. Mordenheim. Udo's daughter and sole surviving heir, Varissa Schaller, wants to avenge her brother's murder and begs the party to help destroy her father."],["7","Prospectors seeking rare gas pockets discover numerous well-preserved bog mummies dating back to Lamordia's ancient druidic peoples. They seek help when the mummies vanish and undead animals begin terrorizing their camp."],["8","Baron von Aubrecker writes to the party, asking them to recover the body of a \"relative\" from the Haifisch, a shipwreck impaled on a spire of ice."],["9","The Sleeping Beast is experiencing an increasing number of earthquakes. The overseers of the Pulstein Mine call for aid, believing that strange creatures are causing the quakes to steal the \"marrowstone\" they're mining."],["10","Scholars at Ludendorf University learn of the Unbreakable Heart and claim a monster stole it. The characters and dozens of other hunters are sent to the Isles of Agony to recover the device."]],"name":"Lamordia Adventures","page":141,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Serving Dr. Mordenheim","colLabels":["d4","Mission"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The doctor desires a cutting-edge discovery from a factory in Neufurchtenburg. To acquire it, she has kidnapped the factory owner's family and put the characters' consciousnesses into their bodies. Until the characters deliver the discovery, she holds their bodies and the family's brains in cold storage."],["2","Wishing to spy on Ludendorf University, Mordenheim mounts the characters' heads onto suits of {@creature animated armor}. The characters will get their bodies back when they return with the information the doctor desires."],["3","Agents of Baron von Aubrecker attack Schloss Mordenheim and wreak considerable damage. Dr. Mordenheim places the characters' brains into {@creature Flesh Golem||flesh golems} and sets them loose to punish the baron."],["4","Dr. Mordenheim wants {@creature Elise|VRGR} found and returned. Using various monster parts, she creates unique hunter bodies with the statistics of {@creature Flesh Golem||flesh golems} or {@b} other monsters. She places the characters' minds into these bodies, promising to restore them when they bring her {@creature Elise|VRGR}."]],"name":"Mordenheim's Designs; Serving Dr. Mordenheim","page":142,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Mordent Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An alchemist discovers a way to \"burn\" spirits to provide fuel for magical fire. Several spirits seek the party's aid in preventing their second death."],["2","A {@creature noble} seeks help as an undead ancestor tries to prevent the {@creature noble}'s marriage to an \"unsuitable\" partner."],["3","The spirits of two lovers whose families prevented their union begin exacting revenge on the living."],["4","A pair of rival fiends, Athos and Diche, break loose from idols in the collection at Heather House. Members of the Weathermay family call for aid."],["5","The citizens of the village of Crawford spread tales of a gigantic {@creature raven}. Sheriff Perkins hires the characters to hunt down the creature, which is actually a {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5}) protecting the community from a greater threat."],["6","A curse has afflicted Westcote Manor for a hundred years. The surrounding bog encroaches on the house, and howling bog hounds draw ever closer to the estate's beleaguered lord."],["7","The baronet of a small estate is forced to commit increasingly heinous crimes each day or face unspeakable torment at the hands of his ghostly ancestors, who suffered under the same curse."],["8","Someone has rebuilt the infamous Apparatus and is using it to transpose vicious souls into the bodies of mild-mannered citizens of Mordentshire."]],"name":"Mordent Adventures","page":147,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ghost's History","colLabels":["d6","Ghost's History"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost died so recently that they might not yet fully realize they are dead."],["2","The ghost died recently enough that people who knew them in life are still around."],["3","The ghost died years ago, and few people who knew them in life are still alive."],["4","The ghost died a generation ago; folks remember rumors or stories told about the person's life."],["5","The ghost died multiple generations ago, and only local folklore or histories preserve their memory."],["6","The ghost died a very long time ago, and no one knows anything about their history."]],"name":"Ghost's History","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tragic Elements","colLabels":["d10","Tragic Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost aches from a broken heart."],["2","The ghost interferes with the romantic life of their victim."],["3","The ghost was falsely accused and convicted of a crime."],["4","The ghost makes an innocent person appear to be guilty of the ghost's crimes."],["5","In life, the ghost was cut off by family members and denied a rightful inheritance."],["6","The ghost refuses to acknowledge any living heirs as family members and tries to prevent these heirs from inheriting what is rightly theirs."],["7","Society shunned the ghost unfairly in life."],["8","Association with the ghost causes their living victim to be shunned by society."],["9","In life, the ghost's efforts to do good led them to be cursed by a hag, fiend, or powerful spirit."],["10","The ghost foils their victim's efforts to do good."]],"name":"Tragedy; Tragic Elements","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Romantic Elements","colLabels":["d8","Romantic Element"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The ghost hopes to be reunited with another ghost—the spirit of someone they loved in life."],["2","The ghost haunts someone they loved in life, who still returns that love."],["3","The ghost haunts a place they loved in life, perhaps their home or a memorial to one they lost."],["4","The ghost haunts someone they loved in life, who is trying to move on."],["5","The ghost haunts someone who looks like a person the ghost loved in life (possibly a descendant of that person)."],["6","A person who loved the ghost in life refuses to let the spirit leave."],["7","The ghost was murdered by someone they loved in life."],["8","The ghost seeks vengeance on someone who spurned them in life."]],"name":"Romance; Romantic Elements","page":148,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Richemulot Adventures","colLabels":["d6","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","At the command of Jacqueline Renier, {@creature Swarm of Rats||swarms of rats} nightly slip into homes and murder the resident cats. Distraught pet owners entreat the characters for aid."],["2","A desperate rogue seeks the characters' aid when the rest of her band is trapped within the abandoned Fiox Estate by a haywire security system."],["3","A band of students plot a revolution against Jacqueline Renier in the valley called Assassin's Echo. They're convinced one among them is a traitor but don't realize there's a {@creature wererat} in their midst."],["4","A constable requests the characters' aid in solving murders in which the victims have been drained of blood. The murderer is a {@creature strigoi|VRGR} (see {@book chapter 5|VRGR|5}) that haunts a sunken chapel in the swamp known as the Gardens."],["5","Doctor Temator of Mortigny believes she can create a cure for the Gnawing Plague and enlists the characters to find subjects who have never had the disease. Rumors soon spread that the doctor and characters are actually spreading the plague."],["6","Louise Renier seeks the characters' aid in infiltrating a ball Jacqueline is holding at Chateau Delanuit. She aims to infuriate Jacqueline so that she reveals her {@creature wererat} nature before her guests."]],"name":"Richemulot Adventures","page":153,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Two Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The character avoids direct contact with anyone who might be infected."],["2","How many people brush up against the character as they push through the crowds? The character must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["3","A nearby person turns and coughs directly on the character, who must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["4","A {@creature rat} scurries across the character's foot. If the character isn't wearing metal armor, it scratches them and they must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["5","A sobbing child is separated from their parents in a crowd. A character who physically interacts with the child must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["6","A cutpurse tries to pick the character's pocket. If the character tries to physically stop the criminal, they must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."]],"name":"Stage Two: Outbreak; Stage Two Encounters","page":154,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Three Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dead body lies in the character's path. A character who touches the body must succeed on a DC 12 Constitution saving throw or contract the Gnawing Plague."],["2","A retching {@creature commoner} tries to grapple the character, begging for any help. Anyone the commoner touches must succeed on a DC 16 Constitution saving throw or contract the Gnawing Plague."],["3","Three Casques Silencieux ({@creature animated armor}) gesture for the character to get indoors immediately. They turn hostile if the character resists."],["4","Several mangy {@creature Giant Rat||giant rats} attack. Anyone bitten by a giant rat must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["5","A {@creature swarm of rats} shadows the character as they travel. If confronted, the swarm attacks. Anyone bitten by the rats must succeed on a DC 14 Constitution saving throw or contract the Gnawing Plague."],["6","A young, well-heeled couple cavorts openly, oblivious to the quarantine. These {@creature Wererat||wererats} don't reveal their true nature unless they must, and then only to blend in with the swarms of rats."]],"name":"Stage Three: Illness; Stage Three Encounters","page":155,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Stage Four Encounters","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A desperate group of {@creature Commoner||commoners} tries to break through a sealed gate to escape quarantine. Anyone who tries to aid or deter them must succeed on a DC 16 Constitution saving throw or contract the Gnawing Plague."],["2","Three thieves attack someone who cries out for help. If a character intervenes, all four thieves reveal themselves to be {@creature Wererat||wererats} and attack."],["3","A squad of Casques Silencieux ({@creature animated armor}) marches through the street. If the Casques Silencieux spot a character, they try to force the character into a home where the residents are all dead."],["4","The character spots several rats in an alley using trash to enact a miniature courtroom drama. If a character interrupts or is critical of the rats' play, the rats become a {@creature swarm of rats} and attack."],["5","The character notices a {@creature giant rat} about to throw alchemist's fire at an inhabited home. If they intervene, the rat flees. Whether or not it escapes, the character's lodgings are soon the target of arson."],["6","A celebration takes place in a nearby house. Six {@creature Wererat||wererats} openly cavort in hybrid form, dancing and carousing with the corpses of the home's former owners."]],"name":"Stage Four: Pestilence; Stage Four Encounters","page":155,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tepest Adventures","colLabels":["d10","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Toxic, vision-inducing fungi taint the ruined village of Briggdarrow. Recently, homesteaders outside Viktal discovered the fungus on their properties and claim it's being spread by strange fungus-covered bipeds (myconids)."],["2","A hermit who once lived in the abandoned fortress on Cas Island hires the party to retrieve an heirloom she left behind. But she warns that the Avanc, a dangerous lake monster, swims nearby."],["3","A shepherd's youngest child went missing after a sinkhole opened in a nearby pasture, revealing a glowing cavern that leads into the tunnels of Arak."],["4","The Parrish family fled Viktal in fear of Mother. They seek help revealing her malice to their former neighbors before she finds them."],["5","Mother's Minders nail wicker dolls over the doors of a dozen houses in Viktal. Soon after, both the dolls and the inhabitants of those houses vanish."],["6","A druid seeks aid in reclaiming their people's holy site from an ancient, evil {@creature treant} called Blightroot. The druid doesn't mention that the surrounding forests are a clonal colony of the villainous plant."],["7","A grieving villager begs the characters to take their deceased loved one to the Cauldron, a pool said to restore life to a corpse bathed in its waters. The villager says nothing of the terrible price the pool's magic exacts."],["8","Two young lovers go missing from Viktal. One is found days later, unable to remember anything, aged fifty years, and desperate for help to find their partner."],["9","A character's reflection on the water warns of impending doom. The image insists they find the Seer's Glass, which can reveal the past and future."],["10","A strange old woman claims to have lost her child and begs the characters for help. Thus disguised, Lorinda hopes to have the party track down her runaway Laoirse."]],"name":"Tepest Adventures","page":159,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Sights in Viktal","colLabels":["d8","Sight"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Locals weave flowers into crowns and sew cuts of meat into cloaks, creating traditional garb for an upcoming festival."],["2","Most children in town are hexbloods (see {@book chapter 1|VRGR|1|Hexblood}). Evasive locals refuse to say why."],["3","Villagers harvest wings and chrysalises from caged moths, which are powdered and used to make \"shift spice\"—a pervasive ingredient in local dishes."],["4","A group of young people dramatically sob at the window of an old woman, who tosses horned wicker dolls to those who sob loudest."],["5","A local fisher teaches knife-wielding youngsters how to debone live eels and create festive \"elver-crowns,\" a grim local decoration."],["6","With adult approval, youngsters affix hornlike sticks to a terrified animal's head."],["7","A lovingly carved door or mural depicts a woman's face made of moth wings, watching over an explicitly detailed scene of butchery or surgery."],["8","Villagers sing and dance in a circle around someone undergoing a ritual to have their left eye removed."]],"name":"Welcome to Viktal; Sights in Viktal","page":160,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Tithe Events","colLabels":["d6","Event","Token"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["1","Crooked Joust. Participants use stilts strapped to their arms and legs to topple one another.","Five-legged sheep figurine"],["2","Powrie Chase. Pursuers dress as wicked faeries, donning tattered red cloaks and using sharp darts in a game of tag.","Red wooden ring"],["3","Lost Siblings. Blindfolded participants identify other players by touching their hair.","Sheaf of black wheat"],["4","Gossamer Glutton. Whoever eats the most live moths wins.","Glass butterfly wing"],["5","Hungry Sister. A dozen players with a rope tied around them try to stop someone from getting past them and stealing a pear from a bowl.","A dried length of pear skin"],["6","Never Naughty. Participants take turns flattering three elderly villagers, who decide who wins and who gets paddled.","A reed switch"]],"name":"Tithe Events","page":160,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lorinda's Daughter","colLabels":["d6","Laoirse's Form","Statistics","CR"],"colStyles":["col-2 text-center","col-4","col-3 text-center","col-3 text-center"],"rows":[["1","Giant upright-walking ram","{@creature Minotaur}","3"],["2","Humanoid made of wicker","{@creature Shambling mound}","5"],["3","Dozens of stitched together corpses","{@creature Zombie clot|VRGR}*","6"],["4","Shivering, hairless, rabbit-bear","{@creature Abominable yeti}","9"],["5","Bipedal wolf-elk","{@creature Loup garou|VRGR}*","13"],["6","Giant, shrieking, bipedal sheep","{@creature Goristro}","17"]],"name":"Mother's Blessing; Lorinda's Daughter","page":161,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Valachan Adventures","colLabels":["d8","Adventure"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The Oselo joyously adopt a new member into their community, but the ceremony erupts in strife when Chakuna appears and demands that all newcomers participate in the Trial of Hearts."],["2","Shuaran warriors seek help in slaying a massive {@creature saber-toothed tiger} killing their people. They don't mention that they recently lost the Cat of Felkovic, a sentient magic item similar to a {@item figurine of wondrous power} that conjures a feline killer."],["3","A sapient {@creature giant spider} emerges from the caverns known as the Council of the Whip Spider. It demands that the Oselo provide it a sacrifice, or every arachnid in Valachan will attack the village."],["4","The {@creature tyrannosaurus rex} called Mother Heartless rampages from the Forest of Fossils, incensed by something amiss in her hunting grounds."],["5","The {@creature lizardfolk} of the lakes surrounding the Anquara Plateau discover a submerged ruin and unleash an {@creature aboleth} that now holds them in thrall."],["6","Beast-shaped {@creature Treant||treants} animate and lay siege to Pantara Lodge, obeying Urik von Kharkov's will."],["7","The merchant ship Zodiac runs aground on Kiru Island. The sailors seek help salvaging other shipwrecks and escaping back to sea—preferably before Chakuna notices them."],["8","A pack of {@creature Displacer Beast||displacer beasts} washes up dead in Sangui Cove. An enraged Chakuna prowls the jungle, slaying anyone she suspects of being involved."]],"name":"Valachan Adventures","page":164,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Valachan Hunt Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Chakuna appears and attacks. Roll a die. If you roll an even number, this occurs during another complication and you can roll again on this table. If you roll an odd number, Chakuna attacks suddenly without another complication."],["2","Dense foliage, swampy ground, clouds of insects, or thick fog slows the party's travel to a crawl. The party chooses one character, who must succeed on a DC 14 Wisdom ({@skill Survival}) check or the party's travel speed is reduced by half for the next hour (this is in addition to any speed reduction from {@quickref difficult terrain||3})."],["3","The area is riddled with traps set by Chakuna. A random character must succeed on a DC 15 Wisdom ({@skill Perception}) check or fall into a {@trap pits||spiked pit} (see the {@book Dungeon Master's Guide|DMG})."],["4","{@creature Chuul||Chuuls}, {@creature Vine Blight||vine blights}, or {@creature Zombie Plague Spreader|VRGR|zombie plague spreaders} (see {@book chapter 5|VRGR|5}) ambush the party."],["5","The characters find a tree bound in rope. One or more withered, oversized hearts hang from cords attached to its branches. Roll a die. If you roll an even number, the hearts look grim but are harmless. If you roll an odd number, the {@dice 1d6} hearts have the statistics of gnashing {@creature Death's Head|VRGR|death's heads} (see {@book chapter 5|VRGR|5}) and attack."],["6","Clouds of insects, persistent leeches, or other parasites torment the party. Each character must succeed on a DC 16 Wisdom ({@skill Survival}) check or gain 1 level of {@condition exhaustion}. Creatures immune to disease suffer no ill effects from the parasites."],["7","The party encounters a {@creature druid}, {@creature green hag}, or {@creature displacer beast} that is not part of the hunt. If a character succeeds on a DC 16 Charisma ({@skill Persuasion}) check, that creature shows them a route that allows them to move at double their speed for the next hour and avoid rolling on this table at the end of that time."],["8","An individual or a group of competitors—{@creature Gladiator||gladiators}, {@creature Scout||scouts}, or {@creature Tribal Warrior||tribal warriors}—attempts to ambush the party."],["9","Whispers in the Druidic language issue from the boughs of trees and cracks in the earth. They repeat one word: Blood."],["10","A desperate competitor appears. Roll a die. If you roll an even number, the competitor is gravely wounded, incoherent, and suffering from hallucinations. If you roll an odd number, the competitor offers to help the party break the trial's rules and is struck dead by an arrow from the forest seconds later."],["11","Dinosaurs, {@creature Giant Poisonous Snake||giant poisonous snakes}, or {@creature Hydra||hydras} attack the party."],["12","A rope bridge provides the only method of crossing a river or ravine. Each character must succeed on a DC 10 Dexterity ({@skill Acrobatics}) check to cross the bridge or fall 60 feet into the jungle or water below. The bridge has AC 11, 16 hit points, and immunity to poison and psychic damage."],["13","The party discovers an overgrown ruin. A character who succeeds on a DC 18 Wisdom ({@skill Perception}) check spots a relief carving of a wicked-looking figure ripping out its own heart."],["14","A random character must succeed on a DC 14 Wisdom ({@skill Perception}) check or fall into {@book quicksand|DMG|5|Quicksand} (see the {@book Dungeon Master's Guide|DMG})."],["15","{@creature Panther||Panthers}, {@creature Displacer Beast||displacer beasts}, or werepanthers ({@creature Weretiger||weretigers}) attempt to ambush the party."],["16","The characters discover the corpse of a competitor. Roll a die. If you roll an even number, the corpse has a {@item potion of healing}. If you roll an odd number, the corpse's heart has been removed."],["17","The party chooses one character who must succeed on a DC 16 Wisdom ({@skill Survival}) check. On a failed check, the party becomes lost. It takes the characters 1 hour to realize they are {@dice 1d4} miles away from their assumed location in a disadvantageous direction."],["18–20","No complication"]],"name":"Valachan Hunt Complications","page":167,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Domains of Ravenloft","colLabels":["d100","Domain"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","{@book Barovia|VRGR|3}*"],["05–06","{@book Bluetspur|VRGR|3}*"],["07–09","{@book Borca|VRGR|3}*"],["10–12","{@book Carnival|VRGR|3}*"],["13–14","{@book Cyre 1313|VRGR|3|Cyre 1313, The Mourning Rail}"],["15–18","{@book Darkon|VRGR|3}*"],["19–21","{@book Dementlieu|VRGR|3}*"],["22–24","{@book Falkovnia|VRGR|3}*"],["25–26","{@book Forlorn|VRGR|3|Forlorn}"],["27–28","{@book Ghastria|VRGR|3|Ghastria}"],["29–30","{@book G'henna|VRGR|3|G'henna}"],["31–33","{@book Har'Akir|VRGR|3}*"],["34–36","{@book Hazlan|VRGR|3}*"],["37–39","{@book I'Cath|VRGR|3}*"],["40–41","{@book Invidia|VRGR|3|Invidia}"],["42–44","{@book Kalakeri|VRGR|3}*"],["45–47","{@book Kartakass|VRGR|3}*"],["48–49","{@book Keening|VRGR|3|Keening}"],["50–51","{@book Klorr|VRGR|3|Klorr}"],["52–54","{@book Lamordia|VRGR|3}*"],["55–56","{@book Markovia|VRGR|3|Markovia}"],["57–59","{@book Mordent|VRGR|3}*"],["60–62","{@book Nightmare Lands|VRGR|3|The Nightmare Lands}"],["63–64","{@book Niranjan|VRGR|3|Niranjan}"],["65–66","{@book Nova Vaasa|VRGR|3|Nova Vaasa}"],["67–69","{@book Odaire|VRGR|3|Odaire}"],["70–71","{@book Rider's Bridge|VRGR|3|The Rider's Bridge}"],["72–74","{@book Richemulot|VRGR|3}*"],["75–76","{@book Risibilos|VRGR|3|Risibilos}"],["77–78","{@book Scaena|VRGR|3|Scaena}"],["79–81","{@book Sea of Sorrows|VRGR|3|Sea of Sorrows}"],["82–83","{@book Shadowlands|VRGR|3|The Shadowlands}"],["84–85","{@book Souragne|VRGR|3|Souragne}"],["86–87","{@book Staunton Bluffs|VRGR|3|Staunton Bluffs}"],["88–90","{@book Tepest|VRGR|3}*"],["91–92","{@book Tovag|VRGR|3|Tovag}"],["93–95","{@book Valachan|VRGR|3}*"],["96–97","{@book Vhage Agency|VRGR|3|Vhage Agency}"],["98–99","{@book Zherisia|VRGR|3|Zherisia}"],["100","DM's design"]],"name":"Domains of Ravenloft","page":168,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Strangers in the Mists","colLabels":["d6","Encounter"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Someone from another world who's just been drawn into a domain by the Mists"],["2","Someone fleeing the Darklord of another domain"],["3","A raven carrying a message from the Keepers of the Feather"],["4","Curious members of the Keepers of the Feather led by a {@creature wereraven|VRGR} (see {@book chapter 5|VRGR|5}) in disguise"],["5","A band of Vistani"],["6","A spirit that cries out before being yanked back into the Mists, leaving behind a Mist talisman"]],"name":"Travelers in the Mists; Strangers in the Mists","page":174,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Keeper Adventures","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Keepers invite the characters to a social gathering where fortunes are told and attendees sample rare imported mumia—powdered mummy."],["2","A Keeper delivers a letter to the characters that arrived by raven. The message has no sender."],["3","Orphir Brindletop, a Kalakeri gnome occultist, is surprised to meet one of the characters, as he received a message for them in a séance long ago."],["4","The characters are invited to help a Keeper stake out a graveyard in hopes of spotting a legendary creature said to dwell there."],["5","The party is hired to collect a parcel from the Blue Water Inn in the Barovian town of Vallaki, which is secretly run by wereravens. They must not open the package and must get it out of Barovia swiftly."],["6","A character glimpses a raven-like figure. When they investigate, they find only the mysterious talisman that it left behind."]],"name":"Keeper Adventures","page":175,"source":"VRGR","chapter":{"name":"Domains of Ravenloft","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Gremishka|VRGR}"],["1/2","{@creature Death's head|VRGR}"],["1/2","{@creature Podling|VRGR}"],["1","{@creature Boneless|VRGR}"],["1","{@creature Carrionette|VRGR}"],["1","{@creature Swarm of zombie limbs|VRGR}"],["2","{@creature Swarm of gremishkas|VRGR}"],["2","{@creature Swarm of maggots|VRGR}"],["2","{@creature Wereraven|VRGR}"],["3","{@creature Brain in a jar|VRGR}"],["3","{@creature Carrion stalker|VRGR}"],["3","{@creature Swarm of scarabs|VRGR}"],["4","{@creature Strigoi|VRGR}"],["4","{@creature Zombie plague spreader|VRGR}"],["5","{@creature Vampiric mind flayer|VRGR}"],["6","{@creature Gallows speaker|VRGR}"],["6","{@creature Priest of Osybus|VRGR}"],["6","{@creature Zombie clot|VRGR}"],["7","{@creature Bodytaker plant|VRGR}"],["7","{@creature Necrichor|VRGR}"],["8","{@creature Inquisitor of the Mind Fire|VRGR}"],["8","{@creature Inquisitor of the Sword|VRGR}"],["8","{@creature Inquisitor of the Tome|VRGR}"],["8","{@creature Nosferatu|VRGR}"],["8","{@creature Relentless slasher|VRGR}"],["8","{@creature Unspeakable horror|VRGR}"],["9","{@creature Jiangshi|VRGR}"],["10","{@creature Dullahan|VRGR}"],["12","{@creature Relentless juggernaut|VRGR}"],["13","{@creature Loup garou|VRGR}"],["19","{@creature Lesser star spawn emissary|VRGR}"],["21","{@creature Greater star spawn emissary|VRGR}"]],"name":"Bestiary; Creatures by Challenge Rating","page":226,"source":"VRGR","chapter":{"name":"Monsters of Ravenloft","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Feywild Weather","colLabels":["d8","Weather Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Flower blossoms rain from a sky filled with sparkling, pastel-colored clouds."],["2","A grand fairy drama plays in the sky as a stylistically rendered illusion or a swirling aurora."],["3","It rains tiny fruit tarts. They fall slowly and disappear just before they hit the ground. If caught from the air and eaten, they're delicious."],["4","Fog rolls in and plays harmless tricks on the characters, giving them fog mustaches, fog eyebrows, and fog wigs of many styles—perhaps even fog cloaks or fog companions."],["5","Snow begins to fall, and the flakes grow bigger over time. Flakes as big as dinner plates, wagon wheels, and even a waterwheel fall, but they're light as a feather."],["6","The sky fills with iridescent bubbles that lazily fall to the ground. Giggling pixie children chase and pop the bubbles but turn {@condition invisible} and flee if spoken to or approached."],["7","A silvery rain lifts the spirits and brings a song to each heart that it touches."],["8","A howling wind blows through the party, and each party member must roll a {@dice d8}. Anyone who rolls an 8 has a trinket or some other tiny, nonmagical item (such as a coin) stolen from them by weather spirits."]],"name":"Feywild Weather","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Names","colLabels":["d8","Name"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Fetter"],["2","Fiddlebones"],["3","Moonray"],["4","Pip"],["5","Starlight"],["6","Stumpwick"],["7","Thistledown"],["8","Whisperwind"]],"name":"Feywild Guides; Feywild Guide Names","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Identities","colLabels":["d8","Identity"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Friendly forest gnome (use the {@creature scout} stat block, but change its size to Small)"],["2","Gloomy wood elf druid (use the {@creature druid} stat block)"],["3","Flamboyant {@creature pixie}"],["4","Happy-go-lucky {@creature satyr}"],["5","Ultra-competitive {@creature sprite}"],["6","Overly cautious {@creature treant sapling|wbtw} (see chapter 1 of The Wild Beyond the Witchlight for its stat block)"],["7","Giggly goblin warlock (use the {@creature cult fanatic} stat block, but change its size to Small)"],["8","Humorless {@creature centaur}"]],"name":"Feywild Guides; Feywild Guide Identities","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Feywild Guide Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Always hearkens back and compares things to \"the good old days\""],["2","Can't tell a lie without wiggling their nose first"],["3","Never takes off their hat"],["4","Loves food and isn't picky about what they eat"],["5","On a secret quest that they can't talk about, except to remind others that they're \"on a secret quest\""],["6","Afraid of something commonplace, such as heights, enclosed spaces, or bare hands and feet"],["7","Carries around a suitcase full of wigs, forks, ashes, glass orbs, left shoes, or something else strange"],["8","Full of folksy wisdom that usually starts with, \"Papa always said...\" or \"Mama always said...\""]],"name":"Feywild Guides; Feywild Guide Quirks","page":5,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Desires for Greater Contracts","colLabels":["d8","What the Fey Wants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One of your fingers"],["2","To take the next child born in your family and raise the child in the Feywild"],["3","The completion of three quests, each of which you must agree to before the contract is formed"],["4","Your everlasting fealty"],["5","The ruin or demise of the Fey's sworn enemy"],["6","A precious object (such as a rare, very rare, or legendary magic item) that was stolen by or belongs to the Fey's sworn enemy"],["7","An art object that is deemed priceless, such as a famous painting that hangs in a museum"],["8","Your youth (which the Fey can harvest and bestow on another creature)"]],"name":"Price of a Contract; Fey Desires for Greater Contracts","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Desires for Lesser Contracts","colLabels":["d8","What the Fey Wants"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your singing voice"],["2","A trinket that carries great sentimental value"],["3","Companionship (you remain in the Fey's company for an agreed-upon period of time)"],["4","The color in your eyes"],["5","The memory of your first kiss"],["6","The spring in your step or the sparkle in your eyes"],["7","A lock of your hair"],["8","Your name (requiring you to choose a new one for yourself)"]],"name":"Price of a Contract; Fey Desires for Lesser Contracts","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Breaking a Greater Contract","colLabels":["d8","Penalty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You can't speak or cast spells with verbal components. Whenever you try to speak, you bray like a donkey instead."],["2–3","You magically transform into an owl. You retain your languages, your ability to speak, and your mental ability scores (Intelligence, Wisdom, and Charisma). You otherwise have the statistics of an owl."],["4–5","You can't attune to magic items. If you are currently attuned to one or more magic items, your attunement to those items ends immediately."],["6–7","You are {@condition petrified}."],["8","An iron thorn is magically lodged in your chest. Every day, you can feel it move closer to your heart. If this effect is not ended within 3 days, you die and can't be revived for {@dice 5d12} days."]],"name":"Breaking a Contract; Breaking a Greater Contract","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Breaking a Lesser Contract","colLabels":["d8","Penalty"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Your appearance becomes more toad-like (warty skin, bulbous eyes, large mouth, and webbed digits). This transformation has no game effects."],["3","You smell like swamp gas. No amount of bathing can rid you of this stench."],["4","Your shadow does not match your movements, which other creatures find unsettling."],["5–6","Your appearance becomes more rat-like (beady eyes, whiskers, small ears, pointy nose, little hands and feet, and a rat's tail). This transformation has no game effects."],["7","You cast no reflection. Superstitious folk who notice think you're a vampire."],["8","You are constantly surrounded by a small cloud of annoying but harmless flies."]],"name":"Breaking a Contract; Breaking a Lesser Contract","page":9,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Curses","colLabels":["d8","Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Your ears are magically replaced by a pair of soft, fuzzy donkey ears. Moreover, when you try to speak, you instead bray."],["2","You gain {@dice 1d3} levels of {@condition exhaustion}. Until the curse ends, these levels of {@condition exhaustion} can't be removed."],["3","Spells can't restore hit points to you."],["4","The sound of pixie laughter fills your head while you are awake, drowning out all other sounds."],["5","Anything you try to pick up or hold in your hands slips through your fingers."],["6","Moonlight burns your flesh. You take {@damage 1d10} radiant damage when you start your turn in moonlight."],["7","You are magically transformed into an animated wooden doll that looks like you. Your statistics are the same, but you are a Construct with vulnerability to fire damage, and you don't require air, food, or drink. Items worn or carried by you are unaffected."],["8","Whenever you tell a lie, you lose the ability to speak for {@dice 1d8} hours."]],"name":"Fey Curses","page":10,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Ending the Curse","colLabels":["d12","Ending the Curse"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You must carve your name into a tree, whereupon the tree inherits the curse's magic and dies."],["2","You must drink the blood of a pixie or sprite while basking in moonlight."],["3","You must speak the true name of the creature that cursed you three times in a row."],["4","While standing in sunlight on an arched bridge over running water, you must beg the Summer Queen for her \"fair blessing.\""],["5","After filling your pockets with fool's gold, you must flap your arms and quack like a duck."],["6","You must bury an executioner's hood (a blackcapped mushroom found in the Feywild) in the earth and pour goat's milk over it while whistling."],["7","You must be bitten by a faerie dragon. (It's possible any faerie dragon might do, or the faerie dragon might have to be of a particular color.)"],["8","You must leave a bouquet of eight black roses at the place where you were cursed, or you must give the bouquet to the creature that cursed you."],["9","You must persuade a centaur to carry you on its back for eight miles. Before the centaur will do this willingly, it might demand a gift or service in exchange, or the completion of a quest."],["10","You must obtain leaves or pinecones from three different species of treants and burn them in a campfire under a full moon while singing a particular campfire song."],["11","You must bake a small cake and leave it on the doorstep of a forest gnome's abode. Only when the gnome eats the whole cake does your curse end."],["12","You must persuade another creature to willingly take your name. If it does so, it inherits your curse, whereupon you are nameless and must choose a new name for yourself."]],"name":"Fey Curses; Ending the Curse","page":10,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Fey Abodes","colLabels":["d20","Abode"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pagoda overgrown with flowering vines that beckon visitors with pleasing scents"],["2","A crooked stone tower that has a moon-like orb of light circling its rooftop, which causes the tower's shadow to move like a clock hand"],["3","A decrepit mansion that is partially sunk in the middle of a bog"],["4","A rocky hill shaped like a sleeping satyr, with its open mouth forming a cave entrance"],["5","A windmill that walks around on giant crow's feet"],["6","A crumbling keep on a small island in the middle of a mist-shrouded loch"],["7","An old farm overgrown with giant pumpkins"],["8","A treehouse built in the boughs of a treant"],["9","A tower that used to be the trunk of a giant {@condition petrified} tree, with rope bridges connecting it to the giant living trees that surround it"],["10","One or more houses in hollowed-out mushrooms"],["11","A gingerbread cottage with a frosting-covered roof, frosting icicles, chocolate doors, and gumdrop gardens"],["12","A musty, web-shrouded stone cottage surrounded by an orchard of awakened apple trees"],["13","A walking stone colossus with a tower for a head"],["14","A cave-riddled hill that walks around on giant stone feet"],["15","A walled garden filled with friendly critters, talking flowers, and grasping vines"],["16","A well-preserved elven tomb overgrown with moss, decorated with statues, and festooned with bird nests"],["17","A giant beaver's lodge"],["18","An inn or hostel carved into the foot of a hill"],["19","A dragon skull lying in the sand"],["20","One or more giant rusty helmets that serve as houses, surrounded by an ancient battlefield"]],"name":"Fey Abodes","page":11,"source":"DoD","chapter":{"name":"Feywild Overview","ordinal":{"type":"chapter","identifier":1},"index":0}},{"caption":"Archfey's Presentation","colLabels":["d8","Presentation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adorable.} The archfey has taken on the form of something adorable, such as an otter, a fawn, a sugar glider, a wombat, or a beautiful butterfly."],["2","{@b Ancient.} This archfey appears to be eons old. They might have gnarled skin like teakwood and long, gray hair that looks like elaborate lacework."],["3","{@b Bizarre.} This archfey looks like something from the realm of dreams. They could take on the appearance of a scintillating ball of light, a floating mask, or a whispering shadow."],["4","{@b Floral.} Flowers bloom from the archfey's fingertips, and their skin is covered in petals. Their body might have thorns, or they could have vine-like hair covered in sweet-smelling blossoms."],["5","{@b Fluid.} The archfey can change body type or transform from one creature into another."],["6","{@b Iridescent.} The archfey floats off the ground and gazes about with glowing eyes, their body surrounded by a nimbus of light and their skin sparkling like sunlight on water."],["7","{@b Metallic.} The archfey appears to be made of metal. Their face is an exquisitely crafted mask of mithral, silver, or gold, and their body is made of finely tooled metal etched with organic designs or cryptic symbols."],["8","{@b Monstrous.} This archfey has a monstrous form. For example, they might resemble an enormous spider, a hydra whose heads look like oversized elf heads with fangs, or any other horrific form you can imagine."]],"name":"Archfey's Presentation","page":12,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Archfey's Personality","colLabels":["d8","Personality"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Benevolent.} The archfey welcomes all into their domain and does everything in their power to assist those who come to them in true friendship or grave need."],["2","{@b Covetous.} The archfey hoards things they consider valuable and uses spies to find more of what they covet. The archfey never leaves their lair for fear that their hoard might be plundered."],["3","{@b Imperious.} The archfey surrounds themself with a court of sycophants and expects visitors to grovel before them. Their mercy is rare, and their superiority complex is legendary."],["4","{@b Madcap.} The archfey loves to sing, dance, drink, wear silly masks, do cartwheels, and throw parties where everyone is free to cavort and revel how they wish."],["5","{@b Mercurial.} The archfey has two personalities (choose two other personalities from this table). They shift back and forth between these personalities at certain times or when certain conditions are met."],["6","{@b Mischievous.} The archfey is a trickster who likes to confound and frustrate visitors to their domain and who surrounds themself with sly creatures such as boggles, pixies, foxes, magpies, and crows."],["7","{@b Reclusive.} The archfey prefers to be left alone and seldom, if ever, leaves their domain. They might adopt disguises or turn {@condition invisible} when they travel, and they might use magic to conceal their lair."],["8","{@b Wild.} The archfey has the demeanor of a wild animal and shuns the trappings of society."]],"name":"Archfey's Personality","page":13,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Archfey Obsession","colLabels":["d8","Obsession"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Beauty.} The archfey does everything in their power to rid their domain of that which they consider ugly. What they consider beautiful is not always clear, however."],["2","{@b Color.} This archfey is obsessed with a particular color and puts their subjects to work making sure the archfey's favorite color is predominant. Wearing another color in the domain could be seen as laughable, obnoxious, or downright rude."],["3","{@b Etiquette.} The rules in the archfey's domain change as they learn about some new custom that is popular in the Summer Court. The archfey requires all creatures in their domain to respect the new rules of etiquette."],["4","{@b Magic.} Magic in all its forms fascinates the archfey. They collect magic items and spellbooks, and they enjoy seeing demonstrations of magic from visitors."],["5","Material {@b Plane.} The archfey is obsessed with creatures and objects from the Material Plane. There is a scent, an energy, and a uniqueness to them that fascinates the archfey."],["6","{@b Monsters.} The archfey has a menagerie of monsters and is obsessed with finding marvelous new creatures to add to its collection."],["7","Rule of {@b Three.} The archfey is obsessed with the Rule of Three. They look for patterns, deeper meanings, and ill omens in things that occur in threes. The archfey's obsession is reflected throughout their domain, where things seem to naturally come in threes."],["8","{@b Stories.} The archfey wants nothing more than to listen to stories told by creatures from faraway places. They love to gather lore so they can build their own internal world of imagination or transform their domain with ideas from other worlds. Their lair is festooned with books, which give the archfey inspiration."]],"name":"Obsessions; Archfey Obsession","page":13,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Signature Magic","colLabels":["d8","Magic"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Arcane Antlers.} The archfey has antlers made of metal, crystal, bone, or some other substance, which allow the archfey to raise the dead. They shed their antlers and grow new ones every hundred years, prompting thieves to sneak into the domain to acquire the shed antlers."],["2","{@b Compelling Voice.} The archfey has a magical voice that can charm creatures of a certain type (such as Beasts or Fey). This voice might be as soft as a whisper or loud like thunder."],["3","{@b Dreamwalk.} When they sleep, the archfey projects a ghost-like version of themself that can leave their body and go anywhere in their domain."],["4","{@b Hand of Knowing.} One of the archfey's hands blurs as though it were in multiple places at once. The archfey can learn the entire history of a creature or object by touching it with that hand."],["5","{@b Health Aura.} The archfey's presence rids creatures and vegetation of disease. Healthy vegetation yields an overabundance of flowers and fruit."],["6","{@b Scrying Eye.} This archfey has an ornately crafted, removable eye that has the power of {@sense truesight} (as described in the Monster Manual). The archfey can see through this orb at all times. If the detached eye is destroyed, it rematerializes undamaged in the archfey's empty eye socket."],["7","{@b Simulacra.} The archfey can make magical copies of themself and other creatures. These simulacra are similar to those created by the {@spell simulacrum} spell."],["8","{@b Time Distortion.} For each minute spent in the archfey's presence, an hour passes elsewhere."]],"name":"Signature Magic","page":14,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Magical Gifts","colLabels":["d8","Gift"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Charm.} The archfey bestows a charm of the DM's choice (see \"Supernatural Gifts\" in the Dungeon Master's Guide)."],["2","{@b Guide.} The archfey summons a magical guide that takes the form of a faerie dragon, a sprite, or some other creature. The guide is a harmless figment that can't be damaged, and it knows its way around the Feywild. It can't leave the Feywild and disappears after eight days."],["3","{@b Lore.} With a touch, the archfey magically imparts useful knowledge about a particular subject of the archfey's choice. This knowledge might be permanent, or it might fade over time."],["4","Magic {@b Item.} The archfey bestows a useful magic item (such as a crystal ball or an oathbow) but warns that the item will vanish after a specified period of time, which it does."],["5","{@b Refuge.} The archfey creates a wooded glen, a dome of brambles, a silken cocoon, or some other kind of refuge. Creatures hostile toward the gift's recipient can't enter this refuge without the recipient's consent. After a specified period of time, the refuge vanishes."],["6","{@b Resurrection.} The archfey offers one free casting of the {@spell true resurrection} spell, which they can cast as an action without material components once per century."],["7","{@b Training.} With a touch, the archfey grants the benefit of months of special training (see \"Marks of Prestige\" in the Dungeon Master's Guide for different benefits of training)."],["8","{@b Transformation.} The archfey offers one free casting of the {@spell true polymorph} spell, which they can cast without material components. The spell's effect can be made permanent, if you wish."]],"name":"Magical Gifts","page":15,"source":"DoD","chapter":{"name":"Creating an Archfey","ordinal":{"type":"chapter","identifier":2},"index":1}},{"caption":"Geographical Features","colLabels":["d8","Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A colossal, gnarled tree, its trunk riddled with passageways, halls, chambers, and staircases"],["2","A valley filled with grassy meadows and groves of trees along a running river, nestled between two snow-capped mountains that look like the points of a crescent moon"],["3","A crystal castle that sings in sunlight or moonlight"],["4","A vast thicket of thick roots, thorny vines, and sinuous creepers that weave together to form long tunnels, grand hallways, and enormous domes"],["5","A complex of caves connected by passageways formed by Fey magic to create grand galleries and soaring vaults"],["6","Rolling farmland that yields healthy, bountiful produce of amazing size"],["7","A forest of tower-sized mushrooms, or a forest of tiny mushrooms that characters must shrink down to explore"],["8","An island that is actually a colossal sleeping turtle"]],"name":"Geographical Features","page":16,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Theme","colLabels":["d8","Theme"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Adversarial.} Adversarial personalities are common here, even among the local wildlife. Animated trees swat at passersby, sentient flowers scoff and sneer, and local Fey are grumpy and uncooperative."],["2","{@b Crystalline.} This domain contains a profusion of crystal formations and outgrowths, as well as structures and trees made of crystal. Some of the crystals might generate light, music, or both."],["3","{@b Gloomy.} Everything here has a gloomy cast. Tree branches look like skeletal fingers, night creatures slink and flutter about, and skull-like faces appear on plants, stones, and sprites' wings."],["4","{@b Inquisitive.} Creatures in this domain are nosy and hungry for gossip. Animated trees use their branches to pick through backpacks when travelers aren't looking; pixies spy on strangers; and birds eavesdrop on conversations, repeating what they've heard to their masters."],["5","{@b Kaleidoscopic.} This domain is a riot of everchanging colors. Plants come in a dazzling array of colors, flowers change color to suit the prevailing mood, and Fey wear costumes of scintillating hues."],["6","{@b Lackadaisical.} The creatures here are easygoing. No one is in a hurry, and no task is greeted with a sense of urgency."],["7","{@b Musical.} This domain abounds with music. Frogs, toads, and insects break into multipart harmonies that sometimes crescendo into a symphonic rapture of melodious tweets, trills, chirps, and whistles. Fey in this domain are just as musically inclined."],["8","{@b Poisonous.} Almost every plant here has spines or thorns that cause anything from itchy welts to damage or out-of-body experiences. Other sources of poison might be present as well (for example, toxic bogs or giant, poisonous Beasts)."]],"name":"Domain Theme","page":16,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Fey Crossings","colLabels":["d8","Fey Crossing"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Altar.} This stone altar might be found atop a lonely plateau, behind a waterfall, inside a cave, or in some other remote location. When certain stars align and the proper ritual is performed, the fey crossing appears as a portal above the altar."],["2","{@b Crystal Cave.} This cave is filled with natural crystalline formations and resembles a glittering cathedral. When moonlight shines into the cave at night, it causes a shimmering pool or spring in the center of the cave to transform into a fey crossing."],["3","{@b Hollow Tree.} The fey crossing lies within the hollow interior of an enormous tree. The crossing is open to anyone who carries a leaf or acorn from the tree."],["4","{@b Maze.} The fey crossing lies at the center of a maze that might change configuration from time to time. To use the crossing, one must walk or run from the maze's entrance to its center. Creatures who circumvent the maze using magic or flight find themselves unable to use the crossing."],["5","{@b Mushroom Circle.} This fey crossing appears as a circle of mushrooms. The size of the mushrooms and the width of the circle can vary, but activating the fey crossing requires that a particular act be performed inside it or a particular object or creature be present."],["6","{@b Ruined Tower.} The ruins of an ancient elven tower house a fey crossing. For three nights each year, a ghostly image of the intact tower appears above the ruined foundation, during which time the fey crossing appears as a shimmering doorway that creatures can pass through."],["7","{@b Stone Bridge.} A Fey creature hides under this ancient stone bridge. In exchange for treasure or some other gift, this Fey can use its innate magic to create a portal atop the bridge that serves as a fey crossing."],["8","{@b Stone Circle.} This circle of stone megaliths contains a fey crossing that is active during equinoxes and solstices."]],"name":"Coming and Going; Fey Crossings","page":17,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Shortcut Routines","colLabels":["d8","Routine"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Picking petals from a flower while walking toward a beckoning sunset"],["2","Playing \"Ode to the Summer Queen\" on a {@item lute|PHB} while skipping counterclockwise around a tree"],["3","Eating a mushroom while gazing at one's own reflection in a clear pool or stream of water"],["4","Doing a headstand in a ring of stones"],["5","Staring at firelight while playing a {@item flute|PHB} or singing about a fond memory"],["6","Sitting by a creek while lost in childlike wonder"],["7","Whistling a tune while walking backward"],["8","Holding hands and dancing around a tree at twilight"]],"name":"Magical Shortcuts; Shortcut Routines","page":18,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Drama","colLabels":["d8","Drama"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A cherished object or favorite pet belonging to the domain's archfey ruler has gone missing."],["2","Fomorians (or other hostile creatures) have emerged from a cave and are causing a ruckus."],["3","The domain's archfey ruler recently turned down an invitation to the Gloaming Court, offending the Queen of Air and Darkness, whose spies are now sowing discord throughout the domain."],["4","The domain's archfey has fallen into a magical slumber. Others are looking for someone they can trust to find a way to awaken the archfey."],["5","The vegetation is sick in part of the domain, and the contagion is spreading. The domain's archfey needs help finding the cause of the sickness."],["6","Part of the domain overlaps the domain of another archfey, and the Fey living in that region are tired of answering to two masters. They won't be happy until one archfey yields to the other."],["7","A sleeping knight in silver plate mail bearing no distinguishing symbols has been discovered in a hollow tree trunk. Local Fey wonder who she is and if they should revive her or not."],["8","An arranged wedding was supposed to unite two feuding villages, but one of the grooms has disappeared. Everyone is searching for him in the hope that the wedding will take place, bringing peace to the domain."]],"name":"Domain Drama","page":19,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Weird Magic Effects","colLabels":["d8","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Time visibly moves more quickly outside the region than inside it. For every minute the party spends inside the region, one hour passes outside the region."],["2","Flowers not only are abundant in the region but also have faces and limited sentience, allowing them to communicate with creatures in the Elvish and Sylvan tongues. They know what has transpired in the region within the past day and happilyshare this information."],["3","Each character in the region gains the benefit of a {@spell barkskin} spell that lasts for 8 hours."],["4","Each character who spends 1 hour in the region undergoes a magical transformation, gaining fur, a tail, and large ears reminiscent of a donkey's, goat's, or llama's. This effect ends on a character {@dice 3d8} hours after the character leaves the region. Any magic that ends a curse also restores the character's normal appearance."],["5","Harmless fireflies gather and flit around one character in the region, sharing that character's space for 1 hour. The fireflies generate bright light out to a range of 10 feet and dim light for an additional 10 feet. While surrounded by the fireflies, the character feels a profound sense of purpose and gains the benefit of the {@spell bless} spell."],["6","Creatures in the region can't leave it and find themselves covering the same ground over and over. By the time they realize this, {@dice 3d8} hours have passed, during which they have made no progress in their effort to leave. The effect then ends."],["7","One character in the region sees a wide, grinning mouth that floats in midair, 10 feet away from them. No other creature can see the grinning mouth. In a language the character understands, the mouth says, \"I'll answer three questions you put to me. Noes and yesses, I promise thee.\" The character can ask it three questions as if using the {@spell commune} spell."],["8","One character in the region triggers a wild magic effect that is determined by rolling on the {@table Wild Magic Surge|PHB} table in the \"Sorcerer\" section of the Player's Handbook. If the effect duplicates a spell, the character's spellcasting ability for that spell is Charisma."]],"name":"Weird Magic Effects","page":19,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Feywild Creatures","colLabels":["CR","Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","{@creature Awakened shrub}, {@creature baboon}, {@creature badger}, {@creature campestri|WBtW}, {@creature cat}, {@creature crab}, {@creature deer}, {@creature eagle}, {@creature frog}, {@creature giant fire beetle}, {@creature goat}, {@creature hawk}, {@creature hyena}, {@creature jackal}, {@creature lizard}, {@creature myconid sprout}, {@creature octopus}, {@creature owl}, {@creature rat}, {@creature raven}, {@creature scorpion}, {@creature sea horse}, {@creature shrieker}, {@creature spider}, {@creature vulture}, {@creature weasel}"],["1/8","{@creature Bandit}, {@creature blood hawk}, {@creature boggle|vgm}, {@creature brigganock|WBtW}, {@creature camel}, {@creature displacer beast kitten|WBtW}, {@creature flying snake}, {@creature giant crab}, {@creature giant rat}, {@creature giant weasel}, {@creature guard}, {@creature harengon brigand|WBtW}, {@creature mastiff}, {@creature merfolk}, {@creature mule}, {@creature poisonous snake}, {@creature pony}, {@creature stirge}, {@creature twig blight}"],["1/4","{@creature Blink dog}, {@creature boar}, {@creature bullywug}, {@creature constrictor snake}, {@creature draft horse}, {@creature drow}, {@creature elk}, {@creature flying sword}, {@creature giant badger}, giant crane ({@creature pteranodon}), {@creature giant frog}, {@creature giant lizard}, {@creature giant owl}, {@creature giant poisonous snake}, {@creature giant snail|WBtW}, {@creature giant wolf spider}, {@creature goblin}, {@creature harengon sniper|WBtW}, {@creature needle blight}, {@creature panther}, {@creature pixie}, {@creature pseudodragon}, {@creature riding horse}, {@creature sprite}, {@creature swarm of ravens}, {@creature violet fungus}, {@creature wolf}"],["1/2","{@creature Ape}, {@creature black bear}, {@creature cockatrice}, {@creature crocodile}, {@creature darkling|vgm}, {@creature giant dragonfly|WBtW}, {@creature giant goat}, {@creature giant sea horse}, {@creature giant wasp}, {@creature hobgoblin}, {@creature myconid adult}, {@creature satyr}, {@creature scout}, {@creature swarm of insects}, {@creature vine blight}, {@creature warhorse}, {@creature worg}"],["1","{@creature Animated armor}, {@creature brown bear}, {@creature bugbear}, {@creature dryad}, {@creature faerie dragon (red)||faerie dragon (young)}, {@creature giant eagle}, {@creature giant hyena}, {@creature giant octopus}, {@creature giant spider}, {@creature giant toad}, {@creature giant vulture}, {@creature goblin boss}, {@creature half-ogre (ogrillon)||half-ogre}, {@creature harpy}, {@creature hippogriff}, {@creature lion}, {@creature quickling|vgm}, {@creature scarecrow}, {@creature spy}, {@creature swarm of campestris|WBtW}, {@creature tiger}"],["2","{@creature Awakened tree}, {@creature bandit captain}, {@creature berserker}, {@creature centaur}, {@creature darkling elder|vgm}, {@creature druid}, {@creature ettercap}, {@creature faerie dragon (violet)||faerie dragon (old)}, {@creature giant boar}, {@creature giant constrictor snake}, {@creature giant elk}, {@creature griffon}, {@creature merrow}, {@creature myconid sovereign}, {@creature ogre}, {@creature peryton}, {@creature sea hag}, {@creature swarm of poisonous snakes}, {@creature treant sapling|WBtW}, {@creature will-o'-wisp}"],["3","{@creature Basilisk}, {@creature bugbear chief}, {@creature bullywug knight|WBtW}, {@creature bullywug royal|GoS}, {@creature displacer beast}, {@creature giant scorpion}, {@creature green hag}, {@creature hobgoblin captain}, {@creature knight}, {@creature manticore}, {@creature minotaur}, {@creature owlbear}, {@creature phase spider}, {@creature redcap|vgm}, {@creature veteran}, {@creature water weird}, {@creature winter wolf}, {@creature yeti}"],["4","{@creature Banshee}, {@creature elephant}, {@creature ettin}, {@creature sea hag} (in coven)"],["5","{@creature Bulette}, {@creature drow elite warrior}, {@creature giant crocodile}, {@creature giant shark}, {@creature gorgon}, {@creature green hag} (in coven), {@creature hill giant}, {@creature shambling mound}, {@creature troll}, {@creature unicorn}"],["6","{@creature Chimera}, {@creature cyclops}, {@creature galeb duhr}, {@creature hobgoblin warlord}, {@creature mage}, {@creature mammoth}, {@creature medusa}, {@creature wyvern}"],["7","{@creature Drow mage}, {@creature giant ape}, {@creature korred|vgm}, {@creature oni}, {@creature stone giant}, {@creature tree blight|cos}"],["8","{@creature Fomorian}, {@creature frost giant}, {@creature hydra}"],["9","{@creature Abominable yeti}, {@creature cloud giant}, {@creature fire giant}, {@creature treant}"],["11","{@creature Behir}, {@creature roc}"],["12","{@creature Archmage}"],["13","{@creature Jabberwock|WBtW}, {@creature storm giant}"],["17","{@creature Dragon turtle}"]],"name":"Domain Denizens; Feywild Creatures","page":20,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Domain Visitors","colLabels":["d8","Visitor"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ranger (use the {@creature scout} stat block) searching for a missing companion, lover, or long-lost ancestor"],["2","A {@creature druid} searching for herbs, mushrooms, or seeds found only in the Feywild"],["3","A {@creature mage} or an {@creature archmage} who wants to serve the Summer Queen or the Queen of Air and Darkness but doesn't know how or where to find her"],["4","An elf (use the {@creature noble} stat block) from the Material Plane who is researching their Fey ancestry"],["5","A hunter (use the {@creature gladiator} or {@creature scout} stat block) who was lured into the Feywild by their prey"],["6","A {@creature githzerai zerth} studying the chaotic energy of the Feywild and the magic of Fey creatures"],["7","A would-be warlock (use the {@creature cultist} or {@creature cult fanatic} stat block) seeking an audience with the domain's archfey in the hope of gaining its patronage"],["8","A friendly {@creature arcanaloth} using {@spell alter self} spells to assume Humanoid form as it searches the Feywild for one of the Books of Keeping"]],"name":"Domain Visitors","page":21,"source":"DoD","chapter":{"name":"Creating a Domain of Delight","ordinal":{"type":"chapter","identifier":3},"index":2}},{"caption":"Random Hometown","colLabels":["d4","Hometown","Themes","Suggested Group Patrons"],"colStyles":["col-1 text-center","col-2","col-2","col-8"],"rows":[["1","Athkatla","Sword and Sorcery, Urban","Adventurer's Guild, Church of Sune, Knights of Bahamut, Emerald Enclave, Harpers, Shadow Thieves"],["2","Baldur's Gate","Heroic Fantasy","Adventurer's Guild, Candlekeep, Church of Sune, Knights of Bahamut, Emerald Enclave, Flaming Fist, Harpers"],["3","Suldanesellar","Horror","Order of Icarus, Raven Circle"],["4","Ust Natha","Dark Fantasy, Underdark","Adventurer's Guild, Knights of Bahamut, Shadow Thieves"]],"name":"Campaign Villains; Random Hometown","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Group Patron","colLabels":["d10","Group Patron","Contacts","Themes","Overview"],"colStyles":["col-1 text-center","col-2","col-2","col-2","col-5"],"rows":[["1","Adventurer's Guild","Doc Watson, Flimp","Lighthearted","An unlikely pair who want to bankroll you to become famous adventurers. Why not have some laughs on your way to stardom."],["2","Candlekeep","{@creature Valygar|MaBJoV|Valygar Corthola, Xan}","High adventure","Work for the most prestigious academy in the world. Seek out ancient secrets and rare artifacts and place them in the care of the monks of Candlekeep."],["3","Church of Sune","{@creature Naes Inuus|MaBJoV}, {@creature Tiberius Inuus|MaBJoV}","Epic Fantasy and War","Join in the epic struggle between good and evil and help ensure that war doesn't engulf the world."],["4","Emerald Enclave","{@creature Faldorn|MaBJoV}, {@creature Kivan|MaBJoV}","Exploration","Become an explorer who travels to the edges of the world."],["5","Flaming Fist","Borivik, {@creature Nauk|MaBJoV}","Mercenaries and War","Work for the world's most feared mercenaries."],["6","Harpers","{@creature Jaheira|MaBJoV|Jaheira, Vellin}","Spies and Intrigue","Join the Harpers, a famed organization that works from the shadows to keep the world from falling into ruin."],["7","Knights of Bahamut","{@creature Suldil Baldoriel|MaBJoV|Suldil}, {@creature Minsc and Boo!|MaBJoV|Minsc}","Dragonriders","Lost in the Feywild for more than a millennium, Suldil wants you to help her resurrect the ancient Knights of Bahamut."],["8","Order of Icarus","{@creature Jon Irenicus|MaBJoV}, {@creature Bodhi Irenicus|MaBJoV}","Horror","Rulers and prisoners of a haunted elven city consumed by the Shadowfell. You must help them escape."],["9","Raven Circle","{@creature Viktor|MaBJoV}, {@creature Lothar|MaBJoV|Lothar of the Raven}","Lovecraftian horror","Grizzled veterans recruit you to aid the enigmatic Raven Queen in her quest to collect memories."],["10","Shadow Thieves","{@creature Imoen|MaBJoV}, {@creature Montaron and the Laughing Skull|MaBJoV|Montaron}","Urban","The oldest and most dangerous thief's guild in Faerûn, the Shadow Thieves have long ago grown beyond simple thievery."]],"name":"Campaign Villains; Random Group Patron","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Campaign Villain","colLabels":["d6","Campaign Villain","Overview","Henchmen"],"colStyles":["col-1 text-center","col-2","col-7","col-2"],"rows":[["1","{@creature Baalzebul|MaBJoV}","The lord of lies. He spins a web of intrigue and untruths that threatens to make a mockery of all that is good and decent.","{@creature Dagryn|MaBJoV|Dagryn the Lost}, {@creature Saemon Havarian|MaBJoV}"],["2","Bhaal","The god of murder. Thought dead for more than a century. Recently reborn, he seeks to wash the world in blood in order to rebuild his power.","{@creature Pelyious Avhoste|MaBJoV|Pelyious}, {@creature Kagain|MaBJoV}, {@creature Sarevok|MaBJoV|Sarevok Anchev}"],["3","{@creature Cryonax|MaBJoV}","A prince of elemental evil. Ruler of the plane of ice. He wants to bring a winter to the world that never ends.","{@creature Darien|MaBJoV}, {@creature Viconia DeVir|mabjov|Viconia}"],["4","{@creature Mephistopheles|MaBJoV}","The archdevil of Hellfire. Second only to Asmodeus in power and deviousness. Why corrupt a single soul when you can corrupt the soul of an entire world.","{@creature Aribeth de Tylmarande|mabjov}, A Group Patron"],["5","{@creature Pazuzu|MaBJoV}","The first and most ancient demon lord. He has been trapped in an {@item iron flask} and must be kept imprisoned until a way is found to destroy him.","{@creature Eo Ashmajiir|MaBJoV}, {@creature Edwin Odesseiron|mabjov}"],["6","Ssendam","The first Slaad. Lord of chaos and insanity. She wants to spread her anarchy and filth across the entire world.","{@creature Xzar the Chaos Clone|mabjov|Xzar, Death Slaad}"]],"name":"Campaign Villains; Random Campaign Villain","page":6,"source":"MaBJoV","chapter":{"name":"Heroic Stories","index":1}},{"caption":"Random Encounters in Athkatla","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Demodand in pursuit of an escaped Carceri prisoner"],["2","{@creature Dread Doppelganger|MaBJoV} posing as a fellow adventurer"],["3","Shadow Thief Slavers ({@creature thug||thugs}) looking to replace escaped slaves"],["4","Cowled Wizards ({@creature mage||mages}) seeking to incarcerate illegal magic users"],["5","{@creature Tasloi|MaBJoV} who have infested a forest or sewer system"],["6","{@creature Sirene|MaBJoV} band hunting to retrieve a stolen sacred item"]],"name":"Random Encounters in Athkatla","page":12,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Magical Item at Waukeen's Promenade","colLabels":["d100","Magic Item","Cost"],"colStyles":["col-1 text-center","col-9","col-2 text-right"],"rows":[["1-10","{@item +1 Ammunition||Ammunition, +1}—{@item +1 Arrow||arrows} (10), {@item +1 crossbow bolt||bolts} (10) or {@item +1 sling bullet||sling bullets} (20)","100 gp"],["11-15","{@item Rope of climbing}","250 gp"],["16-24","Simple {@item +1 Weapon||weapon, +1}—{@item +1 dagger||dagger}, {@item +1 mace||mace} or {@item +1 sickle||sickle}","300 gp"],["25-26","{@item +1 Battleaxe||Battleaxe, +1}","400 gp"],["27-28","{@item +1 Shortsword||Shortsword, +1}","400 gp"],["29-30","{@item +1 Warhammer||Warhammer, +1}","400 gp"],["31-35","{@item Potion of growth}","200 gp"],["36-40","{@item Potion of greater healing}","300 gp"],["41-45","{@item +1 Shield||Shield, +1}","300 gp"],["46-50","{@item Lantern of revealing}","400 gp"],["51-55","{@item Medallion of thoughts}","400 gp"],["56-60","{@item Robe of useful items}","500 gp"],["61-65","{@item Driftglobe}","600 gp"],["66-70","{@item Wand of secrets}","600 gp"],["71-75","{@item Wand of magic missiles}","1000 gp"],["76-80","{@item +2 Shield||Shield, +2}","3,000 gp"],["81-83","{@item Potion of invulnerability}","4,000 gp"],["84-86","{@item +1 Breastplate||Breastplate, +1}","7,500 gp"],["87-88","{@item Rope of entanglement}","7,500 gp"],["89-90","{@item +2 Shortbow||Shortbow, +2}","8,000 gp"],["91-92","{@item Belt of hill giant strength}","9,000 gp"],["93-94","{@item Mantle of spell resistance}","9,000 gp"],["95-96","{@item +2 Rapier||Rapier, +2}","9,000 gp"],["97","{@item Portable hole}","11,000 gp"],["98","{@item +2 Studded leather armor||Studded leather, +2}","25,000 gp"],["99","{@item Crystal ball} (very rare version)","32,500 gp"],["00","{@item Greatsword of sharpness}","36,000 gp"]],"name":"Random Magical Item at Waukeen's Promenade","page":13,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Shop of the Bizarre Finds","colLabels":["Roll","DMG Treasure Tables","Chance of Being Illusionary"],"colStyles":["col-1 text-center","col-9","col-2 text-center"],"rows":[["01-20","Roll 3 times on Table A, 3 times on Table B","0%"],["21-30","Roll {@dice 4d4} times on Table B","10%"],["31-40","Roll {@dice 2d4} times on Table B, Roll {@dice 2d4} times on Table C","10%"],["41-50","Roll {@dice 3d4} times on Table B, Roll {@dice 1d4} times on Table D","20%"],["51-60","Roll {@dice 2d4} times on Table C, Roll {@dice 1d4} times on Table D","20%"],["61-65","Roll {@dice 2d4} time on Table C, Roll {@dice 1d4} times on Table E","20%"],["66-73","Roll {@dice 1d4} times on Table E, Roll {@dice 2d4} times on Table F","20%"],["74-80","Roll {@dice 3d4} times on Table F","30%"],["81-85","Roll {@dice 2d12} times on Table F","40%"],["86-90","Roll {@dice 1d12} times on Table F, Roll {@dice 2d4} times on Table G","50%"],["91-94","Roll {@dice 2d12} times on Table G","60%"],["95-98","Roll {@dice 2d12} times on Table H","70%"],["99-00","Roll {@dice 2d12} times on Table I","80%"]],"name":"Shop of the Bizarre Finds","page":13,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Encounters in Baldur's Gate","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Dread doppelganger|mabjov} posing as a Flaming Fist captain"],["2","{@creature Gibberling|MaBJoV} horde erupts from burrows on the roadside"],["3","{@creature Wolfwere|MaBJoV} hunt for victims during the night"],["4","{@creature Skeleton warrior|MaBJoV} hunting for its golden circlet"],["5","{@creature Hamadryad|MaBJoV} seek vengeance on human loggers"],["6","Bhaal cultist ({@creature assassin}) looking to kill in the name of her god"]],"name":"Random Encounters in Baldur's Gate","page":18,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Rilsa Rael's Wares","colLabels":["Magic Item","Persuasion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Deck of illusions}","12","400 gp"],["{@item Gloves of thievery}","12","500 gp"],["{@item Bead of force}","18","5,000 gp"],["{@item Ring of free action}","18","9,000 gp"],["{@item Sword of life stealing}","22","11,000 gp"],["{@item Wand of binding}","22","11,000 gp"],["{@item Elven chain}","22","11,000 gp"],["{@item Mace of terror}","22","12,000 gp"],["{@item Arrow-catching shield}","22","13,000 gp"],["{@item Ioun Stone, Reserve||Ioun stone (reserve)}","22","13,000 gp"]],"name":"Rilsa Rael (Fence); Rilsa Rael's Wares","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at Sorcerous Sundries","colLabels":["Magic Item","Required Level","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Dust of disappearance}","–","100 gp"],["{@item Potion of growth}","–","100 gp"],["Wizard {@item Spell Scroll (1st Level)||scroll (1st level)}","–","100 gp"],["{@item Potion of fire breath}","–","150 gp"],["{@item Alchemy jug}","–","200 gp"],["{@item Spell Scroll (2nd Level)||Wizard scroll (2nd level)}","5","200 gp"],["{@item Bag of holding}","5","500 gp"],["{@item Spell Scroll (3rd Level)||Wizard scroll (3rd level)}","5","800 gp"],["{@item Spell Scroll (4th Level)||Wizard scroll (4th level)}","10","2,000 gp"],["{@item Oil of etherealness}","10","3,000 gp"],["{@item Spell Scroll (5th Level)||Wizard scroll (5th level)}","10","4,000 gp"],["{@item Ring of protection}","10","9,000 gp"],["{@item spell scroll (6th level)||Wizard scroll}—{@spell Globe of Invulnerability}","10","10,000 gp"],["{@item spell scroll (6th level)||Wizard scroll}—{@spell True Seeing}","10","10,000 gp"],["{@item spell scroll (7th level)||Wizard scroll}—{@spell Mordenkainen's Magnificent Mansion}","10","15,000 gp"],["{@item +3 Wand of the war mage||Wand of the war mage, +3}","15","40,000 gp"]],"name":"Magic Items at Sorcerous Sundries","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the High House of Wonders","colLabels":["Magic Item","Religion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Instrument of the Bards, Doss Lute||Instrument of the bard (Doss lute)}","12","500 gp"],["{@item Broom of flying}","12","600 gp"],["{@item Gauntlets of ogre power}","12","700 gp"],["{@item Heward's handy haversack}","18","8,000 gp"],["{@item Instrument of the Bards, Canaith Mandolin||Instrument of the bard (Canaith mandolin)}","18","9,000 gp"],["{@item Wings of flying}","22","12,000 gp"],["{@item Chime of opening}","22","12,000 gp"],["{@item Quaal's Feather Token, Swan Boat||Quaal's feather token (swan boat)} ","22","12,000 gp"],["{@item Figurine of Wondrous Power, Onyx Dog||Figurine of wondrous power (onyx dog)}","22","14,000 gp"],["{@item Horseshoes of a zephyr}","22","27,000 gp"],["{@item Helm of brilliance}","22","33,000 gp"],["{@item Spellguard shield}","24","40,000 gp"],["{@item Ioun stone, intellect||Ioun stone (intellect)}","15","45,000 gp"]],"name":"Magic Items at the High House of Wonders","page":19,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Encounters in Suldanessellar","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Hamadryad|MaBJoV} haunt an abandoned elven house"],["2","{@creature Sirene|MaBJoV} crazed from the influence of the Shadowfell"],["3","{@creature Wolfwere|MaBJoV} hunt for victims in the Black Branches"],["4","{@creature Skeleton warrior|MaBJoV} seeking to punish one who has transgressed against {@creature Jon Irenicus|MaBJoV}"],["5","{@creature Sword spider|MaBJoV|Sword spiders} hunt the outskirts"],["6","{@creature Vampire spawn} seeking victims for {@creature Bodhi Irenicus|MaBJoV}"]],"name":"Random Encounters in Suldanessellar","page":21,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Magic Items at the House of the Horn","colLabels":["d100","Magic Item","Intimidation DC","Cost"],"colStyles":["col-1 text-center","col-2","col-7 text-center","col-2 text-right"],"rows":[["1-10","{@item Pipes of haunting}","12","500 gp"],["11-20","{@item Ring of mind shielding}","12","600 gp"],["21-30","{@item Shortbow of warning}","12","800 gp"],["31-40","{@item Mariner's plate armor}","12","1,200 gp"],["41-50","{@item Ring of feather falling}","18","7,500 gp"],["51-60","{@item +2 Rod of the pact keeper||Rod of the pact keeper, +2}","18","9,000 gp"],["61-67","{@item Vicious weapon}","20","10,000 gp"],["68-74","{@item Cloak of the bat}","20","11,000 gp"],["75-82","{@item +2 Greatsword||Greatsword, +2}","20","12,000 gp"],["83-89","{@item Scale Mail of Cold Resistance||Scale mail armor of resistance (cold)}","20","12,000 gp"],["90-93","{@item Staff of withering}","22","12,000 gp"],["94-97","{@item Robe of eyes}","22","15,000 gp"],["98-00","{@item Shortsword of wounding}","22","20,000 gp"]],"name":"Random Magic Items at the House of the Horn","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Curses","colLabels":["d10","Curse"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The previous owner, a vampire, will hunt down the purchasers in {@dice 1d4} weeks"],["2","The item requires two attunement slots (if the item does not normally require attunement, it now requires one)"],["3","After {@dice 2d4} days, the item disappears, returning to the Shadar-Kai's store"],["4","A commoner will find the new owner after {@dice 1d4} weeks and explain the item was stolen from her and that she needs the money from selling it or else her family will starve"],["5","The item is part of a game between two rakshasa. They gamble to see how long each owner of the item survives after obtaining it. Within {@dice 3d6} days one of the rakshasa will attempt to kill the owner"],["6","Within {@dice 1d6} weeks an adult gold dragon will confront the new owner when she recognizes the item as belonging to the lair of her recently slain child"],["7","1 week after first obtaining the item, the new owner loses {@dice 4d4} from their hit point maximum until a {@spell greater restoration} spell is cast upon the item"],["8","Within {@dice 1d6} days of purchasing the item, it becomes a normal version of its base item"],["9","Each day the item changes to a random color"],["10","The item begins to stink after {@dice 1d4} weeks, giving disadvantage to anyone within 10 ft. making Wisdom ({@skill Perception}) checks involving smell."]],"name":"House of the Horn; Random Curses","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the House of the Horn","colLabels":["Magic Item","Religion DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Potion of healing}","12","30 gp"],["{@item Elixir of health}","12","100 gp"],["{@item Potion of greater healing}","12","300 gp"],["{@item Boots of elvenkind}","12","600 gp"],["{@item Stone of good luck} (luckstone)","12","600 gp"],["{@item Boots of striding and springing}","12","600 gp"],["{@item Mithral chain mail}","12","800 gp"],["{@item Cloak of elvenkind}","18","1,000 gp"],["{@item Mariner's chain mail} armor","18","1,000 gp"],["{@item Potion of flying}","18","9,000 gp"],["{@item Elven chain}","22","12,000 gp"],["{@item Bracers of defense}","22","13,000 gp"],["{@item Boots of levitation}","22","15,000 gp"],["{@item Folding boat}","22","15,000 gp"],["{@item Oathbow}","24","50,000 gp"]],"name":"Magic Items at the House of the Horn","page":23,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random encounters in Ust Natha","colLabels":["d6","Encounter"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","{@creature Achaierai|MaBJoV} band hunting for vengeance"],["2","{@creature Demodand, Farastu|mabjov|Demodands} pursuing an escaped prisoner"],["3","{@creature Phaerimm|MaBJoV} seeking victims to experiment upon"],["4","{@creature Deep Spider|MaBJoV|Deep Spiders} in service of house Despana"],["5","Drow war band"],["6","{@creature Aboleth} in water filled crystal bowl carried by four {@creature chuul}"]],"name":"Random encounters in Ust Natha","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Common Items at the Trade Center","colLabels":["Magic Item","Cost"],"colStyles":["col-10","col-2 text-right"],"rows":[["{@item Spell scroll (1st level)}","50 gp"],["{@item Potion of healing}","40 gp"],["{@item +1 Ammunition||Ammunition, +1}—{@item +1 Arrow||arrows} (10), {@item +1 crossbow bolt||bolts} (10) or {@item +1 sling bullet||sling bullets} (20)","100 gp"],["{@item Elixir of health}","125 gp"],["{@item Potion of poison}","125 gp"],["{@item Spell scroll (2nd level)}","300 gp"],["{@item +1 weapon||Weapon, +1}—any simple or martial","400 gp"],["{@item Bag of holding}","500 gp"],["{@item Cloak of elvenkind}","600 gp"],["{@item Driftglobe}","700 gp"],["{@item Wand of secrets}","750 gp"],["{@item Cloak of protection}","800 gp"],["{@item Adamantine Half Plate Armor||Adamantine half plate}","900 gp"]],"name":"Common Items at the Trade Center","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Rare Magic Items at the Trade Center","colLabels":["d100","Magic Item","Cost"],"colStyles":["col-1 text-center","col-9","col-2 text-right"],"rows":[["1-10","{@item Spell scroll (3rd level)}","300 gp"],["11-20","{@item Potion of greater healing}","400 gp"],["21-25","{@item Medallion of thoughts}","600 gp"],["26-30","{@item Ring of mind shielding}","700 gp"],["31-40","{@item Adamantine plate armor||Adamantine plate}","2,000 gp"],["41-45","{@item Dimensional shackles}","3,000 gp"],["46-55","{@item Spell scroll (4th level)}","6,500 gp"],["56-60","{@item +2 Weapon||Weapon, +2}—any simple or martial (ranged)","9,000 gp"],["61-65","{@item Mantle of spell resistance}","12,000 gp"],["66-70","{@item +2 Weapon||Weapon, +2}—any martial","12,500 gp"],["71-75","{@item Wand of lightning bolts}","15,000 gp"],["76-80","{@item Periapt of proof against poison}","20,000 gp"],["81-85","{@item +3 Shield||Shield, +3}","30,000 gp"],["86-89","{@item +2 Splint armor||Splint armor, +2}","40,000 gp"],["90-91","{@item +3 Weapon||Weapon, +3}—heavy crossbow, rapier or morningstar","60,000 gp"],["92-93","{@item +3 Rapier||Rapier, +3}","60,000 gp"],["94-95","{@item +3 Morningstar||Morningstar, +3}","60,000 gp"],["96-00","{@item +3 Rod of the pact keeper||Rod of the pact keeper, +3}","60,000 gp"]],"name":"Random Rare Magic Items at the Trade Center","page":25,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Magic Items at the Aboleth Bowl","colLabels":["Magic Item","Intimidation DC","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Oil of slipperiness}","12","200 gp"],["{@item Periapt of wound closure}","12","500 gp"],["{@item Wand of magic detection}","18","1,200 gp"],["{@item Staff of swarming insects}","18","9,000 gp"],["{@item Ring of evasion}","22","12,000 gp"],["{@item Nolzur's marvelous pigments}","22","32,500 gp"],["{@item Amulet of the planes}","22","35,000 gp"],["{@item Horn of Valhalla, Bronze||Horn of valhalla (bronze)}","24","40,000 gp"],["{@item Efreeti bottle}","24","45,000 gp"],["{@item Ioun stone} (fortitude)","24","50,000 gp"],["{@item Tome of leadership and influence}","24","55,000 gp"],["{@item Ring of regeneration}","24","60,000 gp"],["{@item Cloak of invisibility}","26","150,000 gp"]],"name":"Magic Items at the Aboleth Bowl","page":26,"source":"MaBJoV","chapter":{"name":"Hometowns","ordinal":{"type":"chapter","identifier":1},"index":2}},{"caption":"Random Quests From the Adventurer's Guild","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Monster Hunter. You take missions to hunt down and capture or kill monsters"],["2","Archaeologist. You track down ancient treasures of historical significance and bring them back to museums"],["3","Treasure Hunter. You purchase treasure maps to dungeons, tombs and ruins that haven't yet been plundered"],["4","Mercenaries. You hire out to anyone who needs the unique set of skills that your group provides. As long as the money is good"],["5","Surveyor. You go into and map unexplored lands for kingdoms and city states"],["6","Zoology. You seek out monsters to research and write about"]],"name":"Random Quests From the Adventurer's Guild","page":28,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Henchmen Rates and Risk-taking DCs","colLabels":["Henchman","Daily Rate","Intimidation DC","Persuasion DC"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["Talkative {@creature tasloi|MaBJoV}","1 gp","12","10"],["Slobbering {@creature gibberling|MaBJoV}","1 gp","10","20"],["Flatuelent {@creature thug}","2 gp","20","12"],["Anxious {@creature scout}","2 gp","12","15"],["Egotistical svirfneblin","2 gp","15","15"],["Alluring {@creature sirene|MaBJoV}","10 gp","15","15"],["Ridiculous {@creature berserker}","10 gp","20","10"]],"name":"Henchmen Rates and Risk-taking DCs","page":29,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests From Candlekeep","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Retrieval. You must retrieve a rare tome that was stolen from the library"],["2","Tomb Raiding. Break into an ancient tomb and bring back any relics, scrolls or ancient texts"],["3","Archeology. Investigate a newly discovered Netherese ruins. Bring back any secrets found"],["4","Evil Magic User. Defeat a necromancer or lich and take their magical relics or tomes to be sealed up in Candlekeep"],["5","Corrupting Relic. Track down an evil relic that is corrupting a forest/river/town"],["6","Artifact. An ancient book that has the location of a powerful artifact has been discovered. Track it down before it falls into the wrong hands"]],"name":"Random Quests From Candlekeep","page":34,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Adventurer's Guild Arcane Secrets","colLabels":["Magic Item Recipe","Assistant","Components Needed","Arcana Roll Bonus","Material Cost"],"colStyles":["col-3","col-3","col-3","col-1-5 text-center","col-1-5 text-right"],"rows":[["{@item Flame tongue}","Force a Salamander to forge it","Remorhaz heart","+8","2000 gp"],["{@item Glamoured Studded Leather||Glamoured leather armor}","Convince a Deva to bless it","Behir hide","+8","2000 gp"],["{@item +2 Shield||Shield, +2}","Force a Fire Giant to forge it","Young Red Dragon hide","+8","2000 gp"],["{@item Staff of charming}","Complete a task for a hag coven to get their assistance","Incubus/Succubus tail","+8","2000 gp"],["{@item Helm of brilliance}","A Dao must forge it","Crown of a Mummy Lord","+12","20,000 gp"],["{@item Robe of stars}","A cloud giant must help you forge it","Sail from a Githyanki astral ship","+12","20,000 gp"],["{@item +3 Shield||Shield +3}","Force an Efreet to forge it","Dragon Turtle shell","+12","20,000 gp"],["{@item Ioun stone} (mastery)","Convince an Archmage to help you","A Pit Fiend's {@condition petrified} eye","+15","100,000 gp"],["{@item Staff of power}","Best a Planetar in a friendly single combat to gain his aid","A rare magical rod or staff","+15","100,000 gp"],["{@item Talisman of pure good}","Prove yourself to an Adult Gold Dragon in a contest to gain its aid","A rare magical ring","+15","100,000 gp"]],"name":"Adventurer's Guild Arcane Secrets","page":35,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from The Church of Sune","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Musical Prodigy. Rescue a musical prodigy who has been taken prisoner by a goblin or orc war band"],["2","Architect. Escort a famed architect to a far-off town where he is to set down the foundations of a new temple to Sune"],["3","Necromancers. Hunt down a band of necromancers who have been vandalizing beautiful monuments and terrorizing artists"],["4","Cult. Root out and destroy a cult devoted to an infernal lord that is especially abhorrent to Sune"],["5","Warlord. Assassinate a powerful warlord who leads an alliance of orcs, hobgoblins and giants"],["6","Siege Breaker. Break the siege of an important town by destroying the siege equipment of the enemy force"]],"name":"Random Quests from The Church of Sune","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Religious Relics from the Church of Sune","colLabels":["Religious Relics","Religious Service","Required Level","Cost"],"colStyles":["col-6","col-2 text-center","col-2 text-center","col-2 text-right"],"rows":[["{@item Gem of brightness}","None","–","600 gp"],["{@item Pearl of power}","Required","5","600 gp"],["{@item Periapt of wound closure}","Required","5","500 gp"],["{@item Ring of Warmth}","None","5","100 gp"],["{@item Wind fan}","None","5","100 gp"],["{@item Amulet of health}","Required","10","4,000 gp"],["{@item Gem of seeing}","Required","10","18,000 gp"],["Glamoured leather armor","None","10","5,000 gp"],["{@item Ioun stone, awareness||Ioun stone (awareness)}","Required","10","6,000 gp"],["{@item Ioun stone, sustenance||Ioun stone (sustenance)}","Required","10","6,000 gp"],["{@item Mace of disruption}","Required","10","10,000 gp"],["{@item Necklace of prayer beads}","None","10","10,000 gp"],["{@item Ring of x-ray vision}","Required","10","4,000 gp"],["{@item Staff of charming}","None","10","8,000 gp"],["{@item Staff of healing}","Required","10","10,000 gp"],["{@item Ioun stone, leadership||Ioun stone (leadership)}","None","15","30,000 gp"],["{@item Rod of security}","Required","15","30,000 gp"],["{@item Tome of leadership and influence}","None","15","40,000 gp"]],"name":"Religious Relics from the Church of Sune","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Required Religious Service","colLabels":["d20","Religious Service"],"colStyles":["col-1 text-center","col-11"],"rows":[["1-4","Seduce an important noble's daughter/son"],["5-8","Restore a desecrated shrine of Sune"],["9-12","Destroy a necromancer who has been raising an army of dead"],["13-15","Stamp out a potential warlord"],["16-19","Protect a young and powerful noble in the Lord's Alliance who has recently converted to Sune. Assassins have targeted the noble"],["20","Vanquish a powerful foe of the Church"]],"name":"Religious Relics; Required Religious Service","page":41,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Emerald Enclave","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Logging Camp. Raid a {@creature hobgoblin} logging camp"],["2","Spider Nest. Clear out a den of {@creature sword spider|MaBJoV|sword spiders} and giant spiders that have infested a forest"],["3","Inferno. {@action Help} to put out a forest fire by destroying the efreet who is keeping it going"],["4","Snake Men. Destroy the nest of yuan-ti that is poisoning the headwater of a major river"],["5","Shadow Druid. Capture the shadow druid who is terrorizing a town with his {@condition charmed} animals"],["6","Alkilith. Close a portal to the abyss that is corrupting a beautiful mountain valley"]],"name":"Random Quests from the Emerald Enclave","page":46,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Emerald Enclave Secret Trails","colLabels":["Trail","The Trail Leads to...","Required Level","Dangers of the Trail"],"colStyles":["col-2","col-6","col-2 text-center","col-2"],"rows":[["Folk path","Llyrath forest in the Moonshae islands","1","Blights"],["Mythal paths","Myth Rynn in the forest of Tethyr or Myth Drannor in the forest of Cormanthor","1","Quicklings"],["The unicorn run","The Star Mounts or the Grandfather Tree in the High Forest","3","Displacer beasts"],["Forest pool to the Feywild","The fens bordering the Summer Court","5","Ettercaps and giant spiders"],["Tree roots to Ysgard","The Gates of the Moon—home to the goddesses Selune and Sune","7","Lone green hag or a coven"],["Forest paths to the Beastlands","The Grove of the Unicorns—the realm of the goddess Mielikki","7","Fomorian giants"],["Mushroom ring to Bytopia","Whispertree—the ancient oak tree that is home to the god Baervan Wildwanderer","7","Lone night hag or a coven"]],"name":"Emerald Enclave Secret Trails","page":47,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from The Flaming Fist","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Exploration. The Flaming Fist is considering building a new fort. You are sent on a mission to scout out the area where it is to be built"],["2","Siege Breaker. You are sent to a town or city that is under siege by the Flaming Fist. You must help break the siege by opening the main gate, blowing a hole in the city wall or some other means"],["3","Scout. You must scout out an enemy army and determine their numbers, access to magic, monstrous allies, etc."],["4","Destabilize. You are to foment tensions in a region so that war is more likely"],["5","Extraction. You must rescue a Flaming Fist agent or prisoners of war"],["6","Defense. You are to defend a bridge or other choke point against a large warband of orcs"]],"name":"Random Quests from The Flaming Fist","page":52,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Ranks","colLabels":["Rank","Equivalent","Level"],"colStyles":["col-2","col-8","col-2 text-center"],"rows":[["Fist","Common soldier","1"],["Manip","Sergeant","2"],["Flame","Captain","5"],["Blaze","General","8"],["Marshal","Commander of the Flaming Fist","12"]],"name":"Flaming Fist Ranks","page":52,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Salaries","colLabels":["Rank","Lifestyle","Pay"],"colStyles":["col-2","col-2 text-center","col-8 text-center"],"rows":[["Fist","Modest","5 sp per day"],["Manip","Modest","1 gp per day"],["Flame","Modest","5 gp per day"],["Blaze","Wealthy","10 gp per day"],["Marshal","Aristocratic","Every month roll on the Treasure Horde: Challenge 0-4 in the DMG"]],"name":"Flaming Fist Salaries","page":53,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Flaming Fist Land Grants","colLabels":["Land Grant","Required Rank","Monthly Upkeep Cost","Donation"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-right"],"rows":[["Fortified Tower","Flame","5 gp","5,000 gp"],["Fort","Flame","10 gp","10,000 gp"],["Keep","Blaze","20 gp","25,000 gp"],["Castle","Marshal","100 gp","100,000 gp"]],"name":"Flaming Fist Land Grants","page":53,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Harpers","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","The Black Network. Take out a Zhentarim safe house in a major city"],["2","Devil Worshippers. Expose an Athkatlan noble family that secretly worships a lord of the Nine Hells"],["3","Demon Possession. Banish a demon that has possessed the lord of a major city"],["4","Slavers. Take out the transport ships of a major slave ring operation"],["5","Assassination. Assassinate an evil noble who threatens to destabilize the Lord's Alliance"],["6","Spies. Infiltrate the court of a powerful king who has been preparing to go to war against his neighbors"]],"name":"Random Quests from the Harpers","page":58,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Items Aquired via Harper Fences","colLabels":["Magic Item","Required Trade","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["Armor, +1 of your choice","Armor, +1","200 gp"],["{@item Bag of holding}, {@item bag of tricks}, {@item boots of elvenkind}, {@item cloak of elvenkind}, {@item cloak of protection}, {@item robe of useful items}, {@item winged boots}","Uncommon magical bag, boots or cloak","75 gp"],["{@item Eyes of charming}, {@item eyes of minute seeing}, {@item eyes of the eagle}, {@item gloves of missile snaring}, {@item gloves of swimming and climbing}, {@item gloves of thievery}, {@item hat of disguise}","Any uncommon magical wondrous item","75 gp"],["{@item Wand of magic detection}, {@item wand of magic missiles}, {@item wand of secrets}, wand of the war mage, {@item wand of web}","Any magical wand","100 gp"],["{@item +1 Weapon||Weapon, +1} of your choice","{@item +1 Weapon||Weapon, +1}","100 gp"]],"name":"Items Aquired via Harper Fences","page":59,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Knights of Bahamut","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Relic of Bahamut. Track down an ancient relic blessed by Bahamut"],["2","Dragon Egg. Steal a dragon egg from a chromatic dragon that raided the nest of a metallic dragon"],["3","Recovery. Recover dragon eggs from the lair of a recently slain metallic dragon"],["4","Pearls. Loot a horde of pearls from the bottom of the ocean to give to an ancient gold dragon as a gift (pearls are a food delicacy to such beings)"],["5","Assault. Join an adult bronze dragon in an assault against a castle ruled by goblinoids and devils"],["6","Silver Dragon. Accompany an adult silver dragon into the Anauroch desert to investigate Netherese ruins"]],"name":"Random Quests from the Knights of Bahamut","page":64,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Dragon Eggs from Suldil","colLabels":["Dragon Egg","Required Level","Magic Item"],"colStyles":["col-4","col-4 text-center","col-4 text-center"],"rows":[["Copper","12","Very Rare"],["Brass","12","Very Rare"],["Bronze","14","Very Rare"],["Silver","16","Legendary"],["Gold","18","Legendary"]],"name":"Dragon Eggs from Suldil","page":64,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Order of Irenicus","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Domain of Dread. Steal a relic from a rival Dark Lord in another Domain of Dread"],["2","Elemental Evil. Loot a temple dedicated to the Elder Elemental Eye"],["3","Netherese Ruins. Explore the ruins of a crashed Netherese city"],["4","Horrific Tomb. Steal the spell books of a rival lich"],["5","Mythal. Investigate a recently discovered Mythal"],["6","Dark Elf Vault. Infiltrate a dark elf city and break into the vault of their magical academy"]],"name":"Icarus Quests; Random Quests from the Order of Irenicus","page":70,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Scrolls and Books","colLabels":["Scroll","Required Level","Cost"],"colStyles":["col-8","col-2 text-center","col-2 text-right"],"rows":[["{@item Spell scroll (1st level)||Spell scroll—1st level wizard spells}","1","100 gp"],["{@item Spell scroll (2nd level)||Spell scroll—2nd level wizard spells}","1","200 gp"],["{@item Spell scroll (3rd level)||Spell scroll—3rd level wizard spells}","3","500 gp"],["{@item Spell scroll (4th level)||Spell scroll—4th level wizard spells}","3","900 gp"],["{@item Spell scroll (5th level)||Spell scroll—5th level wizard spells}","9","2,000 gp"],["{@item Spell scroll (6th level)||Spell scroll—6th level wizard spells}","12","4,000 gp"],["{@item Spell scroll (7th level)||Spell scroll—7th level wizard spells}","12","7,500 gp"],["{@item Scroll of protection}","3","1,500 gp"],["{@item Manual of Clay Golems||Manual of golems—clay}","12","5,000 gp"],["{@item Manual of flesh Golems||Manual of golems—flesh}","9","5,000 gp"]],"name":"Magical Scrolls and Books; Scrolls and Books","page":70,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Item Transmutation Components and Costs","colLabels":["Magic Item","Magical Component","Arcana Check DC","Material Component Cost"],"colStyles":["col-4","col-4 text-center","col-2 text-center","col-2 text-right"],"rows":[["{@item Amulet of the planes}","Rare or Very Rare Wondrous Item","20","1,500 gp"],["{@item Belt of fire giant strength}","Rare or Very Rare Wondrous Item","25","7,500 gp"],["{@item Crystal ball}","Rare or Very Rare Wondrous Item","20","1,500 gp"],["{@item Efreeti bottle}","Rare or Very Rare Wondrous Item","25","5,000 gp"],["{@item Ring of shooting stars}","Rare or Very Rare Ring","20","1,500 gp"],["{@item Robe of stars}","Rare or Very Rare magical Cloak or Robe","20","1,500 gp"],["{@item Staff of fire}","Rare or Very Rare Magical Rod or Staff","20","1,500 gp"],["{@item Staff of frost}","Rare or Very Rare Magical Rod or Staff","20","1,500 gp"],["{@item Staff of power}","Rare or Very Rare Magical Rod or Staff","25","7,500 gp"],["{@item Spellguard shield}","Rare or Very Rare Shield","20","1,500 gp"]],"name":"Magical Item Transmutation; Item Transmutation Components and Costs","page":71,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Raven Circle","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Vecna. Collect the memories from an archmage who is dedicated to Vecna"],["2","Fallen Paladin. Collect the memories of an oath breaking paladin"],["3","Corrupt Despot. A powerful lord or king rules with an iron fist while drowning himself in drink and debauchery to forget the many tragedies of his life. Complete his fall by engineering his overthrow"],["4","Faithless Priestess. Collect the memories of a priestess who has lost faith in her god after the death of her husband and children"],["5","Obsessed Vigilante. Capture or kill a vigilante that has been terrorizing a city. Collect the memories of the tragedy that drives his obsession"],["6","Dark Lord. Stop a Dark Lord's scheme to escape the Domain of Dread that she rules"]],"name":"Random Quests from the Raven Circle","page":78,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Devotion Tokens","colLabels":["CR","Neutral","Chaotic","Lawful","Lycanthrope, Intelligent Undead*, Cursed**","Good, Used To Be Evil","Evil, Used To Be Good"],"colStyles":["col-2","col-1-3 text-center","col-1-3 text-center","col-1-3 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["5-9","Feather","Feather","Feather","Gold Coin","Gold Coin","Gem"],["10-12","Feather","Feather","Feather","Gold Coin","Gold Coin","Gem"],["13-15","Feather","Feather","Feather","Gold Coin","Gem","Gem"],["16-18","Feather","Feather","Gold Coin","Gold Coin","Gem","Gem"],["19+","Feather","Feather","Gold Coin","Gem","Gem","Gem"]],"footnotes":["* Intelligent undead must have an Intelligence or Wisdom score of at least 16. Examples include dracoliches, liches, mummy lords, vampires.","** DMs discretion; examples include driders, medusa, shadow dragons."],"name":"Collect Memories; Devotion Tokens","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Raven Queen Sentient Weapon Bonuses","colLabels":["CR","Rare","Very Rare","Legendary"],"colStyles":["col-3","col-3 text-center","col-3 text-center","col-3 text-center"],"rows":[["5-9","+1","+1","+2"],["10-15","+2","+2","+3"],["16+","+2","+3","+3"]],"name":"Weapons of the Raven Queen; Raven Queen Sentient Weapon Bonuses","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Sentient Weapon Powers","colLabels":["Devotion Cost","Level Required","Power"],"colStyles":["col-2","col-1 text-center","col-9"],"rows":[["Feather token","1","The weapon can speak, read, and understand one language. This can be taken multiple times"],["Gold token","3","The weapon can communicate telepathically with any character that carries or wields it"],["Gem token","3","Roll on the Magic Item Minor Property table of the DMG. This can only be taken three times"],["Feather token","3","The weapon has hearing and normal vision out to 30 feet"],["Gold token","5","The weapon has hearing and normal vision out an additional 30 feet (to a maximum of 120 ft.)"],["Gold token","7","The weapon has {@sense darkvision} (requires hearing and normal vision)"],["Gem token","7","The weapon has advantage on all {@skill Perception} checks"],["Feather token","9","One aspect of the weapon's alignment can be changed (good to evil, chaotic to lawful)"],["Gold token","9","The weapon scores a critical hit on a roll of 19 or 20"],["Gem token","12","Roll once on the Artifact Minor Beneficial Properties table in the DMG. This can only be taken three times"]],"name":"Sentient Weapon Powers","page":79,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Random Quests from the Shadow Thieves","colLabels":["d6","Quest"],"colStyles":["col-1 text-center","col-11"],"rows":[["1","Assassination. Kill an enemy of the Shadow Thieves"],["2","Difficult Heist. Rob a high-profile target such as a noble family estate, temple or palace"],["3","Prison Break. Break a number of Shadow Thief operatives out of a prison"],["4","Destroy a rival. Destroy an existing thief's guild in a town or city so that the Shadow Thieves can move in"],["5","Disrupt Slave Lords. {@action Attack} a slaver stockade run by the Zhentarim"],["6","Infiltrate the Undercity. Spy on a newly started organization with ties to Xanathar based out of the undercity of a major city"]],"name":"Random Quests from the Shadow Thieves","page":84,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Heist Details","colLabels":["Heist","Magical Treasure","Gold","Guardians","Lock DC"],"colStyles":["col-3","col-3 text-center","col-1-5 text-center","col-3 text-center","col-1-5 text-center"],"rows":[["Diamond Dragon Jewelers in Athkatla","{@item Gem of seeing}","15,000 gp in jewels","1 mage, 4 veterans","20"],["Seven Songs import in Athkatla","{@item Nolzur's marvelous pigments}","8,000 gp","12 thugs, 1 assassin","15"],["High House of Wonders in Baldur's Gate","{@item Apparatus of kwalish}, shield guardian control medallion","20,000 gp in art objects","2 clay golems, 1 stone golem, 1 iron golem","25"],["Duchal Palace in Baldur's Gate","{@item Figurine of wondrous power}—obsidian steed","15,000 gp in platinum ingots","12 knights, 2 mages","25"],["Temple of Lolth in Ust Natha","{@item Candle of invocation}","10,000 gp","6 elite drow warriors, 4 drow priestesses","20"]],"name":"Heist Targets; Heist Details","page":85,"source":"MaBJoV","chapter":{"name":"Group Patrons","ordinal":{"type":"chapter","identifier":2},"index":3}},{"caption":"Draconic Character Ties","colLabels":["d10","Draconic Tie"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I revere and draw my power from one of the dragon gods—most likely Bahamut or Tiamat, but possibly Sardior or a powerful dragon with heightened dragonsight, such as Aasterinian, Ashardalon, or Chronepsis. (Cleric, paladin, warlock)"],["2","I revere or host a draconic spirit, akin to a nature or ancestral spirit. (Barbarian, druid, ranger)"],["3","I was part of an order that preserves the teachings of an ancient dragon founder. (Fighter, monk, paladin, wizard)"],["4","I have a dragon for a mentor or patron. (Bard, druid, fighter, rogue, sorcerer, warlock)"],["5","I use my class features to take on draconic characteristics. (Barbarian, sorcerer)"],["6","I have a dragon tooth, horn, claw, or scale that I use as a focus for my spellcasting. (Cleric, druid, paladin, ranger, sorcerer, warlock, wizard)"],["7","A dragon ancestor, or a dragon's gift to my ancestor, fuels my might. (Barbarian, fighter, sorcerer)"],["8","My connection to nature gives me a strange link to a dragon whose presence alters the fabric of nature around the dragon's lair. (Druid, ranger)"],["9","I recently discovered that a person I loved and trusted was a dragon in disguise. (Any)"],["10","I have an apparently mundane item that was stolen from a dragon's hoard, and inexplicable things happen when I carry it with me. (Any)"]],"name":"Heroes of the Dragon; Draconic Character Ties","page":16,"source":"FTD","chapter":{"name":"Character Creation","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Conc.","Ritual","Class"],"colStyles":["col-1 text-center","col-2","col-2","col-1 text-center","col-1 text-center","col-5"],"rows":[["2nd","{@spell Nathair's Mischief|FTD}","Illusion","Yes","No","Bard, Sorcerer, Wizard"],["2nd","{@spell Rime's Binding Ice|FTD}","Evocation","No","No","Sorcerer, Wizard"],["3rd","{@spell Ashardalon's Stride|FTD}","Transmutation","Yes","No","Artificer,* Ranger, Sorcerer, Wizard"],["4th","{@spell Raulothim's Psychic Lance|FTD}","Enchantment","No","No","Bard, Sorcerer, Warlock, Wizard"],["5th","{@spell Summon Draconic Spirit|FTD}","Conjuration","Yes","No","Druid, Sorcerer, Wizard"],["6th","{@spell Fizban's Platinum Shield|FTD}","Abjuration","Yes","No","Sorcerer, Wizard"],["7th","{@spell Draconic Transformation|FTD}","Transmutation","Yes","No","Druid, Sorcerer, Wizard"]],"footnotes":["*The artificer class appears in {@book Tasha's Cauldron of Everything|TCE} and {@book Eberron: Rising from the Last War|ERLW}."],"name":"Spells","page":19,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Hoard Item States","colLabels":["State","Age"],"colStyles":["col-7 text-center","col-5 text-center"],"rows":[["Slumbering","—"],["Stirring","Young"],["Wakened","Adult"],["Ascendant","Ancient"]],"name":"Hoard Magic Items; Hoard Item States","page":25,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Quirks","colLabels":["d8","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When resting on the ground, the item points in the direction of the last hoard it steeped in."],["2","The item's bearer can speak and understand Draconic."],["3","The item glows softly when within 60 feet of a Dragon or another hoard item."],["4","The item's bearer gains a swimming speed equal to their walking speed."],["5","The item's bearer has advantage on Intelligence ({@skill History}) checks."],["6","The item's bearer has advantage on Charisma ({@skill Intimidation}) checks made against non-Dragons."],["7","The item grants its bearer resistance to the damage type of the breath weapon of the last dragon whose hoard the item steeped in."],["8","The item's bearer dreams of the dragon whose hoard the item last steeped in."]],"name":"Hoard Item Quirks; Draconic Quirks","page":25,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Marks","colLabels":["d4","Visual Manifestation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","One or both of the character's eyes change color to resemble the dragon's eyes or scales."],["2","The character's hair (or a streak of it) changes color to match the color of the dragon's scales."],["3","A mark like a stylized dragon eye or claw appears on the body."],["4","Patches of scales appear on the character's body, typically on the neck, shoulders, or forearms."]],"name":"Draconic Gifts; Draconic Marks","page":27,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Draconic Gift Rarity","colLabels":["Rarity","Age Category"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Uncommon","Wyrmling"],["Rare","Young"],["Very rare","Adult"],["Legendary","Ancient"]],"name":"Draconic Gift Descriptions; Draconic Gift Rarity","page":28,"source":"FTD","chapter":{"name":"Dragon Magic","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Dragon Appearance","colLabels":["d20","Appearance"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Draconic letters or symbols engraved on prominent scales"],["2","Large scar"],["3","One eye missing or milky"],["4","Crooked teeth"],["5","Notably overweight or underweight"],["6","Elongated, sinuous body"],["7","Shortened, stocky body"],["8","Coins or gems embedded in hide"],["9","Sculpted horns or claws"],["10","Rings piercing crest or wing edges"],["11","Draped in some semblance of clothing, from a stole to a full robe"],["12","Unusual coloration (for example, a red dragon with an orange, brown, or purple cast)"],["13","Crouched, predatory posture like a stalking cat's"],["14","Erect, almost bipedal posture"],["15","Scales covered with painted handprints of minions, admirers, or children"],["16","Necklaces made of bones, horns, claws, or teeth taken from enemies"],["17","Extra horns or spines"],["18","Elongated, fang-like teeth, or extra rows of teeth"],["19","Sharpened or serrated scales"],["20","Elemental energy matching the dragon's breath weapon, seeping out between the scales"]],"name":"Dragon Characters; Dragon Appearance","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Mannerisms","colLabels":["d20","Mannerism"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rotates head from side to side when listening or speaking"],["2","Tail writhes constantly in a snakelike fashion"],["3","Slowly and constantly fans wings"],["4","Lowers head to speak eye-to-eye to smaller creatures—unless angry"],["5","Uses Draconic words and phrases even when speaking other languages"],["6","Punctuates speech with bestial sounds—growls, roars, croaks, chirps, or whistles"],["7","Fiddles with tip of tail"],["8","Absently chews on or picks at teeth with swords, spears, or lances"],["9","Quickly forgets names and invents random nicknames instead"],["10","Burdens conversation with extensive historical context, whether or not it's relevant"],["11","Constantly twitches tail—and occasionally pounces on it"],["12","Speaks an archaic form of Common (equivalent to Shakespearean English) and doesn't understand contemporary slang and idioms"],["13","Prone to uttering terrifying, guttural sounds, which are actually laughter"],["14","Enjoys mimicking Humanoid voices"],["15","Dismisses modern cultures as historical curiosities sure to collapse imminently"],["16","Has trouble discerning details of anything as small as Humanoids"],["17","Sharpens claws or horns on nearby stone surfaces"],["18","Manifests small signs of the breath weapon, such as exhaling smoke rings, setting arc lightning dancing over teeth, or blowing acid bubbles"],["19","Sighs restlessly, giving an impression of tremendous boredom"],["20","Deeply suspicious, treating all Humanoids encountered as probable agents of a rival dragon"]],"name":"Dragon Characters; Dragon Mannerisms","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Bonds","colLabels":["d10","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I treasure one particular item in my hoard—a gift from a person I loved, who is long since dead."],["2","I am close to my siblings, whose lairs are nearby. I would go to great lengths to protect them—or avenge them."],["3","A nearby person intrigues me with fascinating questions and bizarre ideas."],["4","I collect information about the worlds of the Material Plane, and I would love to visit another world someday."],["5","I am devoted to Bahamut or Tiamat and put their interests ahead of my own."],["6","I'm determined to destroy the adventurers who slew my parent—and everyone connected to them."],["7","I'm obsessed with attracting the attention of another dragon."],["8","I feel an obligation to protect the creatures that inhabit my territory (except the ones I eat)."],["9","I am trying to collect an extremely rare set of priceless treasures."],["10","I won't rest until I retrieve an item stolen from my hoard."]],"name":"Dragon Characters; Dragon Bonds","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Flaws and Secrets","colLabels":["d10","Flaw or Secret"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I find adventurers fearsome, and I'm convinced that I'll meet my doom at their hands one day."],["2","One item in my possession is worth as much as the rest of my hoard combined, and the fear that it might be stolen consumes me."],["3","Given the opportunity, I eat to excess and then fall into a long, deep sleep."],["4","I would rather let my fearsome reputation scare away intruders than fight them off."],["5","Other dragons would scorn me if they knew how fondly I regard my minions. They're so cute!"],["6","I am terrified of creatures from the Outer Planes—especially modrons."],["7","Another dragon has sworn to find and destroy me."],["8","Humanoids are not ready to learn the horrible cosmic truths in the books in my hoard."],["9","The prospect of living for centuries more exhausts me."],["10","I'm convinced that a version of me on a different world in the Material Plane is hoping to destroy me and steal my hoard."]],"name":"Dragon Characters; Dragon Flaws and Secrets","page":31,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Name Elements","isNameGenerator":true,"colLabels":["d20","1","2","3","4"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["1","Aeros","Agha","Akkan","Alae"],["2","Andra","Andusk","Angkar","Aradace"],["3","Arauth","Arveia","Aryz","Atar"],["4","Auntyr","Auth","Bahr","Bala"],["5","Calaun","Ciym","Claug","Daerev"],["6","Dalagh","Durg","Eir","Elden"],["7","Endar","Ethar","Fel","Galad"],["8","Gaul","Golos","Guth","Ingeir"],["9","Ix","Iyliam","Jhar","Kerin"],["10","Lham","Lothtor","Malae","Marun"],["11","Mere","Miir","Morn","Nabal"],["12","Nur","Nym","Oloth","Ontor"],["13","Othim","Palar","Raali","Ragoth"],["14","Rith","Rysear","Saryx","Ser"],["15","Skad","Surr","Thal","Thanach"],["16","Thoth","Thrax","Thriin","Tostyn"],["17","Tratain","Treori","Turace","Ualin"],["18","Umer","Uryte","Uxin","Vaer"],["19","Vala","Valos","Vinc","Voar"],["20","Vureem","Waur","Zundae","Zyreph"]],"name":"How to Name Your Dragon; Dragon Name Elements","page":33,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Wyrmling Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish independence from adult dragons (or other powerful creatures)"],["2","Acquire one valuable magic item or art object to build a hoard around"],["3","Acquire minions who will bring food and treasure"],["4","Establish dominance over other wyrmlings in the same brood"],["5","Secure a partnership with a more powerful creature for safety"],["6","Find a good spot for a first independent lair"]],"name":"Wyrmlings; Wyrmling Goals","page":35,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Young Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Establish a lair and develop the land around it to maximize safety and good hunting"],["2","Amass as much treasure as possible"],["3","Acquire magical wards to help protect the lair"],["4","Sabotage the efforts of other young dragons to establish lairs in the local area"],["5","Earn the fear and respect of other creatures living near the lair through displays of power"],["6","Secure the allegiance of loyal and powerful minions"]],"name":"Young Dragons; Young Dragon Goals","page":36,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Adult Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Find a good location for an additional lair"],["2","Acquire an artifact or a powerful magic item for the hoard"],["3","Establish a dynastic bloodline by producing young"],["4","Eliminate younger dragons who could become rivals or threats if they are allowed to grow older"],["5","Transform a large region into an environment suitable for the dragon's preferred sort of lair"],["6","Develop dragonsight to pursue goals across multiple worlds"]],"name":"Adult Dragons; Adult Dragon Goals","page":36,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Ancient Dragon Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Avoid decline by becoming Undead or seeking magical alternatives to aging"],["2","Transcend the limits of physical existence on a single world by uniting echoes across multiple worlds or establishing a lair on another plane of existence"],["3","Acquire a particular artifact, perhaps to complete a set (all three parts of the Regalia of Evil, the {@item Eye of Vecna} and {@item Hand of Vecna}, and so forth)"],["4","Collect a complete set of artistic treasures, such as all the paintings of a great master, manuscripts for a famed author's entire body of writings, or every piece of jewelry made by a master artisan"],["5","Transform an entire world into an extreme environment suitable as a lair—a volcanic hellscape, a frozen wonderland, an arid wasteland, or the like"],["6","Destroy one or more gods as an act of vengeance or to ascend to godhood"]],"name":"Greatwyrms; Ancient Dragon Goals","page":37,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Origin of Dragon Eggs","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Spontaneous Reincarnation}. When an adult or older dragon dies, one or more eggs form in the dragon's decomposing body. These eggs might grow like fungus as the body rots away, they could appear among the ashes after the body is consumed by fire, or they might need to be mined out from a corpse that has turned to solid stone or metal."],["2","{@b Seedlings of the First World}. At the heart of the world (underground, or in a remote area of pristine wilderness) stands a tree on which dragon eggs grow like fruit. Once in a lifetime, each dragon feels an overwhelming urge to seek out this tree. After finding it, the dragon must persuade its guardian to relinquish one or more eggs."],["3","{@b Consuming Treasure}. By eating a significant portion of their own hoards, dragons cause themselves to lay clutches of eggs."],["4","{@b Magical Crafting}. Mirroring the creative acts of Bahamut and Tiamat, dragons craft their eggs through painstaking labor, then breathe the gift of life into them."],["5","{@b Draconic Transformation}. Enlightened non-dragons (most often Humanoids) are transformed into dragon eggs when they die, when they experience profound enlightenment, or when they undergo a ritual that might involve bathing in dragon blood or being devoured by a dragon. Humanoids and dragons alike understand the transformation to be a transition into a higher state of existence."],["6","{@b Divine Origin}. Only Bahamut and Tiamat can create dragon eggs—each egg is the result of divine intervention."],["7","{@b Spontaneous Formation}. Dragon eggs arise naturally in certain regions, often in underground veins of metal ore or gems for metallic and gem dragons, respectively, or in extreme environments (volcanoes, arctic wastes, deadly swamps, and so forth) for chromatic dragons. The eggs might hatch on their own, or they might have to be unearthed first by another creature, whether that's an adult or older dragon or a hapless miner."],["8","{@b Parthenogenesis}. An adult or older dragon can lay a clutch of eggs whenever the dragon feels ready to rear a clutch of wyrmlings—or to impose that responsibility on others."],["9","{@b Dragon Conclave}. Five adult or older dragons of different kinds come together to create a clutch of eggs, with each giving up a bit of life energy as part of the process. This clutch of eggs hatches five dragons of different kinds, depending on the dragons making up the conclave."],["10","{@b Rejuvenation}. An ancient dragon voluntarily enters a deep trance and eventually dies, leaving behind a single egg."]],"name":"Reproduction; Origin of Dragon Eggs","page":38,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Half-Dragon Origin","colLabels":["d6","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Regional Effects}. The magical influence of a dragon's lair causes half-dragons to spontaneously arise among the area's other creatures."],["2","{@b Forbidden Fruit}. A dragon can cause a particular tree to produce magical fruit. When eaten by a creature able to bear children, the fruit causes the creature to bear a half-dragon."],["3","{@b True Love's Gift}. Love occasionally blossoms between dragons and creatures of other kinds, and this life bond can result in half-dragon children. Most half-dragons born of love are created as a magical gift."],["4","{@b Blood Transformation}. A creature that bathes in or drinks the blood of a dragon can sometimes be transformed into a half-dragon. A dragon might voluntarily offer some blood to bring this about, or it could happen accidentally when a would-be dragonslayer is splashed with dragon blood."],["5","{@b Cradle Favor}. A dragon might bestow the gift of draconic power on a newborn baby or an unborn child—as either a blessing or a curse."],["6","{@b Hoard Thieves}. The hoard of an older dragon is imbued with that dragon's power. Those who steal from such a hoard might transform into half-dragons as that power leaches into them."]],"name":"Half-Dragons; Half-Dragon Origin","page":39,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Death Throes","colLabels":["d6","Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon immediately uses one of its lair actions, centering the effect on itself. For example, a fallen black dragon and any characters around it might be pulled into a nearby pool of water, and a copper dragon's body might be swallowed suddenly in mud."],["2","The dragon uses its breath weapon one last time."],["3","The dragon's body transforms into stone, metal, lava, ice, or mist. Or the body dissipates, leaving behind only a transformed heart or other organ."],["4","Roll on the {@table Wild Magic Surge|PHB} table in the \"{@class Sorcerer|phb}\" section of the {@book Player's Handbook|PHB}, rerolling any inappropriate result."],["5","A surge of life energy erupts from the dragon, causing each creature within 120 feet of the body to gain the benefit of finishing a long rest."],["6","The body is drawn through a portal to the lair of one of the dragon's echoes on another world, increasing that echo's power."]],"name":"Death of a Dragon; Dragon Death Throes","page":40,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Undead Dragon Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A dragon seeks help, desperate to prevent a dracolich-worshiping cult from convincing the dragon's sibling, mate, or rival to become a dracolich."],["2","A dragon suffering from a wasting affliction asks the characters to travel to another world, where they must destroy an echo of that dragon who has become a dracolich."],["3","A pirate crew under the command of a {@creature ghost dragon|FTD} fights to recover the dead dragon's scattered hoard."],["4","A {@creature hollow dragon|FTD} guards an artifact meant to be used in the dire circumstances foretold in an ancient prophecy. Now the prophecy is coming to pass, but the dragon won't let the artifact be used for its intended purpose."],["5","A gem dragon from another world is searching for the dragon's echo, which has become a {@creature draconic shard|FTD}."],["6","A dracolich keeps returning after being destroyed. The dracolich's connection to its echoes on other worlds is keeping its soul intact, like a phylactery, and the connection must be severed before the creature's threat can be ended."]],"name":"Undeath; Undead Dragon Adventure Hooks","page":41,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Echo Characteristics","colLabels":["d8","Echo Characteristics"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Same dragon kind and age, differing only in physical appearance"],["2","Same dragon kind and age, differing only in a peculiar mannerism"],["3","Same dragon kind and age, but significantly different in personality, ideals, or alignment"],["4","Same dragon kind and generally alike, but older or younger by one category"],["5","Same age, different kind within the same family (chromatic, gem, or metallic), and similar in appearance and personality"],["6","Same age, different kind in a different family (with a similar breath weapon or habitat), with similar appearance but very different ideals or alignment"],["7","Radically different in almost every way imaginable but still bound by fate across the worlds"],["8","Roll again, and in addition the echo is Undead (a dracolich, {@creature hollow dragon|FTD}, {@creature ghost dragon|FTD}, or {@creature draconic shard|FTD}) or a shadow dragon."]],"name":"Echoes across the Worlds; Dragon Echo Characteristics","page":42,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Cult of the Dragon Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group of cultists has stolen a dragon egg, with the dual goal of hatching a minion for themselves and gaining leverage over the dragon who was caring for the egg. But the dragon wants the egg back."],["2","A group of cultists is trying to access a magic portal linking the Material Plane to Tiamat's domain, hoping to break the seal that has kept the portal closed for centuries."],["3","A dragon whose echo on another world has become a dracolich suffers from a wasting affliction (see \"{@book Undeath|FTD|3|Undeath}\" above). Members of the Cult of the Dragon are trying to persuade the afflicted dragon to become a dracolich as well."],["4","A dragon and a dracolich, representing the opposing factions of the Cult of the Dragon, war against each other. Their battle is devastating the region between their lairs and endangers countless innocents."],["5","A group of cultists searches for all the {@item Orb of Dragonkind||Orbs of Dragonkind}, planning to use them to bend dragons to their will."],["6","A fringe group of cultists decides to focus on the \"shattered thrones\" part of the ancient prophecy and attempts to assassinate rulers and destroy their seats of power."]],"name":"Cult of the Dragon Adventure Hooks","page":45,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Chamber Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An agent of the Chamber has plundered the research of an eccentric sage whose work is widely considered nonsense, suggesting that something important is hidden in the sage's notes."],["2","A dragon of the Chamber is convinced that dragonmarked Humanoids on Eberron have echoes on other worlds of the Material Plane, and seeks ways to identify them."],["3","A dragon of the Chamber draws the characters from one Material Plane world to another, trying to glean information about the Prophecy by examining the relationship between the two worlds."],["4","A member of the Chamber seeks to hire the characters to explore a dungeon that was recently discovered behind a sigil-inscribed stone seal."],["5","A member of the Chamber believes that one of the characters could serve as \"the Child of Winter\" (or some similar title) mentioned in the Prophecy and tries to manipulate the character into bringing the terms of the Prophecy to pass."],["6","A Fiend tries to trick the characters into slaying a dragon belonging to the Chamber."]],"name":"Chamber Adventure Hooks","page":46,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lauth Goals","colLabels":["d6","Goal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Support the establishment of a powerful empire to maintain order in the lauth's territory"],["2","Bring about the downfall of a powerful empire"],["3","End the influence of Aberrations originating in the Underdark"],["4","Seek out and destroy hundreds of cursed magic items created by an ancient lich"],["5","Destroy an archdevil, a demon prince, a powerful Celestial, or an archfey whose extraplanar influence is altering the lauth's territory"],["6","Bring about (or prevent) the fulfillment of a prophecy uttered by an ancient dragon centuries ago"]],"name":"Common Purpose; Lauth Goals","page":47,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hidecarved Wards","colLabels":["d6","Ward Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@b Immutability}. The dragon is immune to any spell or effect that would alter its form."],["2","{@b Inscrutability}. The dragon is immune to any effect that would sense its emotions or read its thoughts. Wisdom ({@skill Insight}) checks made to ascertain its intentions or sincerity have disadvantage."],["3","{@b Magic Resistance}. The dragon has advantage on saving throws against spells and other magical effects."],["4","{@b Damage Resistance}. The dragon has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks."],["5","{@b Additional Resistance}. The dragon has resistance to one type of damage. Roll a {@dice d8}, rerolling if you get a damage type the dragon is already resistant or immune to: 1, acid; 2, cold; 3, fire; 4, lightning; 5, necrotic: 6, psychic; 7, radiant; 8, thunder."],["6","{@b Death Ward}. The dragon can cast the {@spell death ward} spell on itself and regains the ability to do so after a long rest."]],"name":"Engraved Wards; Hidecarved Wards","page":47,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Hidecarved Dragons Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hidecarved dragon hires the characters to undertake a quest in pursuit of the lauth's goal."],["2","A lauth becomes convinced that their goal demands the destruction of the characters."],["3","A lauth unexpectedly aids the characters' quest, which aligns with the hidecarved dragons' goal."],["4","A lauth opposes the characters' quest, which is at odds with the hidecarved dragons' goal."],["5","Following reports of a dangerous dragon in the region, the characters discover the dragon is part of a lauth whose goal is worth aiding."],["6","A dragon asks the characters to help figure out why mysterious arcane markings have suddenly appeared on the dragon's scales. Solving this puzzle might mean journeying to another world or finding a way to help awaken the dragon's dragonsight."]],"name":"Hidecarved Dragons Adventure Hooks","page":48,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Inheritors of the First World Adventure Hooks","colLabels":["d6","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fleeing foe disappears into a magic portal linked to another world of the Material Plane. When the characters follow this enemy, they draw the attention of dragons who want to know more about the world they came from."],["2","The lair of a gem dragon turns out to be a magical nexus containing portals linked to the lairs of the dragon's echoes on several other worlds."],["3","The characters discover an enormous ruby deep in the Underdark. When word of their find gets out, the gem becomes the target of thieves and eventually of dragons who believe it is the heart of Sardior and a key to the Ruby Dragon's return."],["4","A dragon offers to pay the characters handsomely if they travel to another world. There, they must make contact with the dragon's echo and solve the mystery of why their patron has been unable to learn dragonsight."],["5","Priests or dragon servitors of Bahamut send the characters to combat the Inheritors of the First World, worried that any attempt to restore Bahamut and Tiamat's primal creation will anger the gods and rekindle the ancient wars between dragons and Humanoids."],["6","Dragons establish a permanent portal connecting two worlds of the Material Plane, establishing an exciting era of discovery and trade between them. But the longer the portal remains open, the larger it grows, seemingly drawing the two worlds together into a catastrophic collision."]],"name":"Inheritors of the First World Adventure Hooks","page":49,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Relationships and Adventures","colLabels":["d20","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon is trying to eliminate a business rival through ruthless competition or underhanded means, and the rival seeks the characters' help. (Business owner)"],["2","A struggling merchant hires the characters to identify a mysterious competitor who seems to have unlimited resources. (Business owner)"],["3","A repentant enemy comes to the characters, telling them that a former companion of the enemy is actually a manipulative dragon—and asking them to help get revenge. (Companion)"],["4","The characters develop an ever-closer friendship with a secretive person who seems to have inexhaustible wealth and an endless supply of useful information. (Companion)"],["5","A city council asks the characters to help put an end to a deadly war between two criminal gangs, not knowing one of the gangs is led by a dragon. (Crime boss)"],["6","While the characters fight a crime family in a major city, they discover their patron is a dragon hoping to take over the criminal enterprise. (Crime boss)"],["7","A small nation is worried about the aggressive expansion of a dragon-ruled empire on the opposite side of a desert, ocean, or mountain range. Its leaders seek aid from powerful adventurers who can protect the nation from conquest. (Emperor)"],["8","As the characters become powerful enough that they might conceivably threaten a dragon ruler, they are given a choice: enter government service or face exile in the wild borderlands. (Emperor)"],["9","Two nobles worry about the amount of money their heir is donating to a new temple. (God)"],["10","A dragon with developed dragonsight is trying to bring together worshipers from multiple worlds to perform a ritual that will let the dragon ascend to true godhood. (God)"],["11","A dragon noble's servants have kidnapped a well-known storyteller or musician because the dragon is having trouble sleeping. (Noble)"],["12","An aristocrat is being blackmailed by someone threatening to reveal that the noble is actually a dragon in disguise. (Noble)"],["13","When the characters defeat a powerful enemy, the enemy's \"pet\" dragon tries to adopt the characters. (Parental figure)"],["14","When the characters kill a dragon's minions, the distraught dragon surrenders and agrees to leave the area—while secretly plotting revenge against the party. (Parental figure)"],["15","Another group of adventurers—supplied with superior equipment and information by their dragon patron—is pursuing the same goal as the characters. (Patron)"],["16","Local aristocrats complain that the best artists and performers are being lured away by a mysterious patron's promises of riches. (Patron)"],["17","A dragon can teach great magical secrets. But any would-be disciples must prove their worth by acquiring a valuable item to add to the dragon's hoard. (Teacher)"],["18","A dragon teacher from a character's past (whom the character might not know is a dragon) asks for help tracking down a student who has turned to evil. (Teacher)"],["19","A marauding group of bandits has grown from an irritation to a significant threat after coming under the leadership of a dragon. (Warlord)"],["20","The warlike minions of two dragons are clashing in skirmishes across the region, devastating peaceful villages and farmlands. (Warlord)"]],"name":"Warlord; Relationships and Adventures","page":51,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Dragon Encounter Complications","colLabels":["d20","Complication"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The dragon has no interest in fighting and tries to avoid the characters, until they anger the dragon through significantly injury or insult."],["2","The dragon is too bored to fight and offers the characters a tiny amount of treasure if they'll leave."],["3","The dragon hates a certain type of character (sneaky rogues, healers, or heavily armored fighters, perhaps) and directs at least one attack each round at such a character."],["4","The dragon tries to drive the characters off by emotionally hurting or humiliating them—threatening something they obviously care about, damaging their equipment, insulting them, or showing how ineffectual their attacks are."],["5","The dragon has a way to call for help hidden deep inside the lair, such as a magic horn that summons minions, an {@item iron flask} with a powerful Fiend inside, or a magic portal to an echo's lair. The characters must prevent the dragon from summoning aid or face a new threat."],["6","The dragon is desperately trying to protect a particular treasure, one or more eggs, or perhaps a minion, bargaining to protect this treasure and flying into a rage if it is harmed."],["7","The previous occupant of the dragon's lair left behind a curse, a trap, or a lingering spirit that clever characters can turn against the dragon."],["8","The dragon's lair is almost impossible to navigate without access to one or more of the dragon's special movement modes (typically flight, but possibly burrowing, swimming, or climbing)."],["9","It's been so long since anyone has dared to intrude on the dragon's lair that the dragon is more interested in showing off the lair—and impressive lair actions—than in doing serious harm to the characters. If the characters escape and spread stories of the dragon's grandeur, so much the better."],["10","When the dragon is agitated, the regional effects that alter the terrain around the lair create visible changes around the dragon each round."],["11","Factions and grudges within the ranks of the dragon's minions erupt when the characters challenge the dragon, resulting in infighting that might tip the odds in the main battle in either direction."],["12","A feature in the dragon's lair has an unpredictable magical effect, perhaps similar to a {@item wand of wonder}, a sorcerer's {@table Wild Magic Surge|PHB}, or a {@book dungeon trick|DMG|10|Random Tricks} as described in the {@book Dungeon Master's Guide|DMG}. The dragon avoids the feature unless the encounter is going badly, then either activates the feature or tries to goad the characters into doing so."],["13","Spell effects and breath weapons used inside the dragon's lair cause dramatic destruction, including chasms opening up, ceilings collapsing, pillars toppling, and other effects that can damage or hinder the characters and the dragon equally."],["14","The dragon has a rival who notices the characters approaching the dragon's lair and keeps tabs on the fight. This rival might step in to help the characters or the dragon, depending on the circumstances, or might ambush the characters when they leave the dragon's lair."],["15","The dragon takes tremendous pleasure in adopting Humanoid form and pretending to be a minion, groveling and sniveling when intruders enter the lair and claiming that the dragon is away."],["16","The dragon's only goal is to learn a key piece of information about the characters' larger goals and then escape."],["17","The dragon enjoys combat, roaring in appreciation each time the characters pull off effective attacks or flashy spells. But if seriously hurt, the dragon quickly calls for a truce."],["18","Each round of combat with the dragon, the characters catch an eerie glimpse of another world where one of the dragon's echoes is active."],["19","The dragon has a plan to feign death in case of attack—apparently being buried in a cave-in, tumbling into a deep chasm, drowning in lava, or some similarly dramatic exit. After escaping, the dragon plots revenge."],["20","At the same time the characters are confronting the dragon, another group of adventurers is confronting one of the dragon's echoes on another world. Halfway through the fight, either the dragons or the characters and the other adventurers switch places."]],"name":"Dragon Encounters; Dragon Encounter Complications","page":53,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Cross-Purposes","colLabels":["d6","The Dragon's Schemes..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","...directly target one or more characters. The adventure begins when the dragon or the dragon's minions confront the characters."],["2","...threaten a character's bond or an NPC who's important to one or more characters."],["3","...challenge a character's ideal or exploit a flaw. The character might hear rumors of the dragon's activity, spurring them into action."],["4","...trap the characters between clashing forces."],["5","...create an opportunity for a character to pursue a personal goal."],["6","...cause an accident or catastrophe that threatens the characters."]],"name":"Dragon as Schemer; Cross-Purposes","page":56,"source":"FTD","chapter":{"name":"Dragons in Play","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Lair Location","colLabels":["d10","Unusual Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The area is a climate anomaly—a cool and lush oasis in a hot desert, a balmy spring within a frozen tundra, a drifting iceberg in a warm sea, a barren waste in the midst of a verdant forest, or the like."],["2","The area is a wild magic zone. Whenever a creature casts a spell of 1st level or higher or activates a magic item, roll a {@dice d10}. On a 1, roll on the {@table Wild Magic Surge|PHB} table in the {@book Player's Handbook|PHB}."],["3","Natural rock formations align with celestial phenomena at particular times of the year. Stars and planets might line up with rock spires and windows on solstices and equinoxes, for example."],["4","A dead god or titan is buried in the area."],["5","The area is a vast crater, at the center of which is a long-buried meteorite."],["6","A magical portal to another plane of existence releases dangerous energy—and sometimes creatures—into the area."],["7","The area was a battlefield in an ancient war where thousands of soldiers were annihilated in a devastating magical assault."],["8","Gravity does not function as expected in the area, which might manifest as giant floating earth motes or similar terrain."],["9","An enormous tree—possibly the oldest living organism in the world—grows at the heart of the area."],["10","A god left a profound impression on the site during an ancient visit to the Material Plane—perhaps a footprint, a pool of tears, or a splash of blood that has permanently infused the ground."]],"name":"Dragon Lairs; Lair Location","page":63,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Linking Items","colLabels":["d10","Linking Items"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The broken pieces of an artifact (such as the Rod of Seven Parts)"],["2","A set of large gemstones, each engraved with the seal of a particular nation or the symbol of a deity"],["3","Numbered volumes of an encyclopedia or comprehensive history"],["4","Statuettes depicting different kinds of dragons"],["5","Portraits of the members of a well-known historical family"],["6","Ornate nesting dolls that feature a large gemstone egg at the heart of the set"],["7","Regalia—an orb, a crown, a scepter, and so forth—belonging to a recently deposed monarch"],["8","Pieces of a full suit of armor that once belonged to an ancient hero"],["9","A set of teeth from a rival dragon, a prophet, or a rare creature"],["10","Pieces of a chess set or another board game, or cards from a deck of playing cards, a {@deck tarokka deck|CoS}, or a {@item deck of many things}"]],"name":"Linking Hoards; Hoard Linking Items","page":67,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Unfinished Business","colLabels":["d6","Unfinished Business"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Entrust the haunted item to the ghost's heir"],["2","Entomb the haunted item with the ghost's corpse"],["3","Destroy the haunted item"],["4","Use the haunted item for a specific purpose"],["5","Reunite the haunted item with other items forming a set"],["6","Destroy the ghost's killer: a dragon who is an echo of the hoard's owner on another world"]],"name":"Haunted Hoards; Unfinished Business","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Curse Effects","colLabels":["d6","Hoard Curse Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Each affected creature gains 1 level of {@condition exhaustion} that can't be removed until the curse is broken."],["2","Each affected creature automatically fails saving throws against dragons' breath weapons and Frightful Presence."],["3","Each affected creature gains vulnerability to the damage type of the breath weapon of the dragon who cursed the hoard."],["4","Each affected creature's speed is reduced by 10 feet."],["5","Affected creatures can't spend Hit Dice to regain hit points during a short rest."],["6","When an affected creature dies, its soul becomes imprisoned by the slain dragon's spirit, preventing the creature from being raised from the dead."]],"name":"A Dragon's Curse; Hoard Curse Effects","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Breaking a Hoard Curse","colLabels":["d4","Rite Elements"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cast the {@spell hallow} spell"],["2","Make an offering of blood from everyone who participated in killing the dragon (or those creatures' nearest kin)"],["3","Bathe or sprinkle the treasure in the dragon's blood"],["4","Make a sacrifice to Bahamut, Tiamat, or both"]],"name":"A Dragon's Curse; Breaking a Hoard Curse","page":68,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Magic","colLabels":["d6","Magical Motivation"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Create a permanent protective ward covering a city-state or small kingdom"],["2","Destroy a large magical ward protecting a region"],["3","Create a dead magic zone where spells and magic items won't function"],["4","Repair the fabric of magic in a dead magic zone"],["5","Reassert the dominance of the Material Plane in a region, banishing influence that has been seeping in from another plane of existence"],["6","Open a portal to another plane of existence or another world of the Material Plane"]],"name":"Competition for a Hoard; Hoard Magic","page":69,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Coin Origins","colLabels":["d10","Origin"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Equivalent value in {@book trade goods|PHB|5|Trade Goods} (see the {@book Player's Handbook|PHB}) rather than coins"],["2–3","Coins from an ancient culture local to this region, ancestral to the people who live here now"],["4–5","Coins from an ancient culture in a distant region"],["6–7","Coins from a nearby contemporary culture"],["8–9","Coins from a local contemporary culture"],["10","Coins from another world"]],"name":"Coins; Coin Origins","page":70,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Mundane Items","colLabels":["d100","Mundane Items"],"colStyles":["col-2 text-center","col-10"],"rows":[["01–04","A painting by an artist long forgotten by everyone except the dragon"],["05–08","A hogshead (large cask) containing 65 gallons of clean drinking water"],["09–12","Several embroidered throw pillows depicting wyrmling dragons"],["13–16","A funerary urn containing remains the dragon can't identify"],["17–20","A set of seven candlesticks bearing a god's holy symbol"],["21–24","A tarnished brazier with pleasant-smelling ash"],["25–28","A drum for use in religious rites, with a foreboding echo to its beat"],["29–32","A stuffed Monstrosity appropriate to the local terrain"],["33–36","The skull of a Fiend or Celestial"],["37–40","A spinning wheel"],["41–44","An hourglass filled with sparkling sand"],["45–48","A crude flute with a pleasing sound"],["49–52","Hundreds or thousands of fake coins interspersed with the real treasure"],["53–56","A treatise on alchemy etched on steel cylinders"],["57–60","The battle standard of one of the dragon's ancient foes"],["61–64","A sketchbook from another world of the Material Plane, depicting unfamiliar creatures and one very familiar dragon"],["65–68","A set of irregular polyhedral dice (with 9, 13, 25, and 34 sides)"],["69–72","A map showing the dragon's lair in relation to villages and other long-gone landmarks"],["73–76","A kneeling bench, which anyone addressing the dragon is required to use"],["77–80","A scroll containing a long epic poem in praise of the dragon"],["81–84","A star chart showing Bahamut and a one-headed Tiamat as constellations, with \"Elegy for the First World\" written between the stars"],["85–88","A large, noisy wind chime"],["89–92","A small shrine with a statuette, a brazier, and an altar dedicated to a god worshiped by many of the dragon's minions"],["93–96","A jar with a dead illithid tadpole floating in preserving chemicals"],["97–00","An extensive historical record in the form of carefully knotted strings"]],"name":"Creating a Hoard; Hoard Mundane Items","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Gems","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Gem Value"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–43","01–51","01–18","01–14","10 gp"],["44–99","52–75","19–36","15–28","50 gp"],["00","76–99","37–54","29–42","100 gp"],["—","00","55–77","43–58","500 gp"],["—","—","78–99","59–93","1,000 gp"],["—","—","00","94–00","5,000 gp"]],"name":"Creating a Hoard; Hoard Gems","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Art Objects","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Art Object Value"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–95","01–53","01–49","01–22","25 gp"],["96–00","54–99","50–75","23–42","250 gp"],["—","00","76–99","43–58","750 gp"],["—","—","00","59–93","2,500 gp"],["—","—","—","94–00","7,500 gp"]],"name":"Creating a Hoard; Hoard Art Objects","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Hoard Magic Items","colLabels":["Wyrmling d100","Young d100","Adult d100","Ancient d100","Magic Items"],"colStyles":["col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center","col-2-4 text-center"],"rows":[["01–34","01–21","01–06","—","Common minor item ({@table Magic Item Table A}*)"],["35–61","22–49","07–18","—","Uncommon minor item ({@table Magic Item Table B}*)"],["62–77","50–64","19–41","01–12","Rare minor item ({@table Magic Item Table C}*)"],["—","65–72","42–64","13–56","Very rare minor item ({@table Magic Item Table D}*)"],["—","—","65–69","57–67","Legendary minor item ({@table Magic Item Table E}*)"],["78–96","73–91","70–72","—","Uncommon major item ({@table Magic Item Table F}*)"],["97–00","92–97","73–80","68–73","Rare major item ({@table Magic Item Table G}*)"],["—","98–00","81–91","74–82","Very rare major item ({@table Magic Item Table H}*)"],["—","—","92–00","83–00","Legendary major item ({@table Magic Item Table I}*)"]],"footnotes":["*See the {@book Dungeon Master's Guide|DMG}."],"name":"Creating a Hoard; Hoard Magic Items","page":72,"source":"FTD","chapter":{"name":"Lairs and Hoards","ordinal":{"type":"chapter","identifier":4},"index":4}},{"caption":"Amethyst Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am never so content as when contemplating the beauty and wonders of the multiverse."],["2","I am a sworn protector against the depredations of the Far Realm, and I will root out its corruption wherever it may arise."],["3","What use is vast knowledge or insight if it is not shared with those who can appreciate it?"],["4","Although some are fascinated by words, I think numbers are the true foundations of creation."],["5","To experience a thing is to truly understand it. Direct and personal experience is the most valuable form of knowledge."],["6","I see a far more kaleidoscopic reality than you do... or than any of your selves do, really."],["7","It is not my place to interfere. I merely seek to observe, learn, and understand."],["8","With a true understanding of metaphysics, anything is possible—including the creation of a more orderly and perfect cosmos than this one."]],"name":"Creating an Amethyst Dragon; Amethyst Dragon Personality Traits","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Balance. Everything is a complex interaction of forces that must be kept in a delicate and carefully maintained balance. (Neutral)"],["2","Knowledge. We are the whole of creation, seeking to understand itself. (Any)"],["3","Self-Improvement. I am a complex gem, and I constantly polish and refine my many facets to make the whole that much more perfect. (Any)"],["4","Responsibility. Having knowledge and power gives one a responsibility to those who have less of either. (Lawful)"],["5","Noble Obligation. My superior experience, intellect, and insight give me a duty to mediate disputes when I can. (Good)"],["6","Power. Knowledge is power, power must be used, and I use it. Your concerns are irrelevant. (Evil)"]],"name":"Creating an Amethyst Dragon; Amethyst Dragon Ideals","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An amethyst dragon seeks a rare type of crystal found in the domain of a territorial stone giant clan."],["2","A coven of hags seeks to reclaim its hag eye, which rests within an amethyst dragon's hoard."],["3","An amethyst dragon magically disables all teleportation within a thousand miles of their lair. Governments within that area seek emissaries who can negotiate an end to the restriction."],["4","An amethyst dragon recruits a group of adventurers to psychically trade bodies with adventurers from another world, so that each can carry out certain tasks before swapping back."],["5","A cult devoted to a Great Old One of the Far Realm seeks an alien monolith that can summon its master, but the site is guarded by an amethyst dragon."],["6","An {@creature amethyst dragon wyrmling|FTD} is actually the temporally displaced form of an {@creature ancient amethyst dragon|FTD} who already exists in the same time line."],["7","An amethyst dragon seeks the means to plant special crystals that will allow the dragon to magically coexist in multiple places at once across the world during a rare celestial alignment."],["8","An amethyst dragon is fusing with their echoes on other worlds. They all hope to ascend to godhood, perhaps recreating or replacing Sardior."]],"name":"Amethyst Dragon Adventures; Amethyst Dragon Adventure Hooks","page":76,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature amethyst dragon wyrmling|FTD} is in the care of a cloistered religious order of scribes."],["2","A half-amethyst dragon cares for an {@creature amethyst dragon wyrmling|FTD} sibling after the disappearance of their dragon parent."],["3","A {@creature Faerie Dragon (Violet)||violet faerie dragon} is the playmate and guardian of an {@creature amethyst dragon wyrmling|FTD}."],["4","An {@creature amethyst dragon wyrmling|FTD} lives alone in a lair, cared for by a cadre of animated objects."],["5","A cloister of {@creature Flumph||flumphs} protects an {@creature amethyst dragon wyrmling|FTD} while feeding on the wyrmling's excess psionic energy."],["6","A circle of druids looks after an {@creature amethyst dragon wyrmling|FTD} lairing in the circle's mountain tarn."]],"name":"Connected Creatures; Amethyst Dragon Wyrmling Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Amethyst Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A myconid community dwells in tunnels near a {@creature Young Amethyst Dragon|FTD|young amethyst dragon's} lair, and its members telepathically commune with the dragon and any visitors in the lair from time to time."],["2","A {@creature young amethyst dragon|FTD} and a {@creature githzerai zerth} travel together, learning about the multiverse."],["3","A {@creature young amethyst dragon|FTD} wants to take over the cavern lair of a {@creature hydra}."],["4","A deep pool in a {@creature Young Amethyst Dragon|FTD|young amethyst dragon's} lair leads to the underground domain of an {@creature aboleth} the dragon has been seeking to eliminate."],["5","A {@creature young amethyst dragon|FTD} and a {@creature cloud giant} regularly host each other to play strategy games."],["6","{@creature Pegasus||Pegasi} nesting in the mountain heights are under the protection of a {@creature young amethyst dragon|FTD}."]],"name":"Connected Creatures; Young Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Amethyst Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Merfolk} dwelling near an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair are under threat from {@creature sahuagin} raiders."],["2","Clusters of {@creature Shrieker||shriekers} serve as a warning system in the tunnels of an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair."],["3","The Enlightened Dragon Master of an isolated monastery is, in fact, an {@creature adult amethyst dragon|FTD}."],["4","An {@creature adult amethyst dragon|FTD} is at war with a {@creature beholder} that has moved into the dragon's domain."],["5","{@creature Xorn} serve as lookouts and spies for an {@creature adult amethyst dragon|FTD} who rewards them with gems."],["6","To repay a favor long owed to a monastery of githzerai warrior-monks, an {@creature adult amethyst dragon|FTD} sends them aid against a {@creature mind flayer} colony."],["7","An apostate community of githyanki follows the tutelage of an {@creature adult amethyst dragon|FTD}, who safeguards their creche on the Material Plane."],["8","The crystal-infused clay near an {@creature Adult Amethyst Dragon|FTD|adult amethyst dragon's} lair is ideal for the creation of {@creature Clay Golem||clay golems}, and the dragon can perceive everything those golems do."]],"name":"Connected Creatures; Adult Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Amethyst Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A yuan-ti cult known as the Serpents of the Dreaming City draws power from an {@creature ancient amethyst dragon|FTD}, which the cultists keep in eternal slumber with braziers of enchanted smoke."],["2","A rogue {@creature purple worm} swallowed a large portion of an amethyst dragon's hoard before burrowing back into the deep Underdark. The dragon has a magic crystal that can trace the worm's movement."],["3","An {@creature ancient amethyst dragon|FTD} is able to awaken psionic potential in others, and many of the greatest psi warriors in history were the dragon's students."],["4","After centuries guarding the world against incursions from the Far Realm, an {@creature ancient amethyst dragon|FTD} has been corrupted by aberrant influences and now leads a cult the dragon once opposed."]],"name":"Connected Creatures; Ancient Amethyst Dragon Connections","page":77,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Amethyst Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A complex orrery of the planes of existence made of engraved movable plates of precious metals and set with gemstones"],["2","A two-foot-long rod of pale crystal that gives off eerie sounds when touched, with the tone varying up and down the length of the rod"],["3","A life-sized human skull carved from a single piece of crystal, including a hollow interior"],["4","A beautifully engraved gong, 3 feet in diameter, suspended from an ornate, inlaid frame"],["5","A crystal singing bowl etched with mantras in Gith, accompanied by an inlaid wooden mallet"],["6","A beautifully illuminated treatise on the planes of existence, bound in ebony covers with metal corner caps and a cover boss set with polished gems"],["7","An etched crystal that projects a star map showing an unfamiliar star field and constellations when set on top of a light source"],["8","A ring in the shape of a coiling dragon, with tiny gemstones for eyes"]],"name":"Amethyst Dragon Treasures; Amethyst Dragon Art Objects","page":79,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I demonstrate my brilliance through the cruel subtlety of my actions."],["2","Watching the works of lesser beings crumble and fall into ruin fills me with joy."],["3","I never confront a threat directly when deceit and skulduggery are available options."],["4","Subjugating others is preferable to destroying them. Thralls make life so much more pleasant."],["5","I will go to great lengths to obtain deadly new magical knowledge."],["6","Nothing lasts forever. But I promise to outlast you."],["7","I have witnessed the rise and fall of civilizations. What consideration does a creature as pitiful and short-lived as you deserve?"],["8","Collecting antiquities and learning why lost cultures vanished are my reasons for existing. If you can help me in that, I'll let you live."]],"name":"Creating a Black Dragon; Black Dragon Personality Traits","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Envy. If the achievements of others cannot be eclipsed, they can always be torn down. (Evil)"],["2","Acquisitiveness. Possessing what others covet is immensely satisfying. (Any)"],["3","Cunning. Destroying your foes without exposing yourself to danger is an art. (Evil)"],["4","Adaptability. It is not the most powerful, but the most flexible who survive. (Chaotic)"],["5","Patience. There's no need to rush a poorly constructed plan when time is on your side. (Any)"],["6","Serenity. Observing a culture sliding into oblivion along the trek of time puts life in perspective. (Any)"]],"name":"Creating a Black Dragon; Black Dragon Ideals","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Black Dragon||Young}","13","{@spell blindness/deafness}, {@spell create or destroy water}"],["{@creature Adult Black Dragon||Adult}","16","{@spell blindness/deafness}, {@spell create or destroy water}, {@spell plant growth}"],["{@creature Ancient Black Dragon||Ancient}","19","{@spell blindness/deafness}, {@spell create or destroy water}, {@spell insect plague}, {@spell plant growth}"]],"name":"Creating a Black Dragon; Black Dragon Spellcasting","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black dragon recently took control of a band of pirates and their backwater hideout. Emboldened, the pirates have started raiding nearby shipping lanes."],["2","A conflict-averse black dragon is secretly spraying an alchemical defoliant on local farmland to push people living in the area away from the dragon's lair. The resulting famine is devastating the countryside."],["3","Rival realms are secretly being driven to war by the machinations of a black dragon, who hopes to revel in the resulting carnage."],["4","When swamplands shrink due to a prolonged drought, two black dragons form a temporary alliance to destroy a nearby town for more living space."],["5","The acidic bile of a black dragon is the only substance able to melt the lock of a despot's vault."],["6","A potent artifact is rumored to lie in the ruins where a black dragon dwells."],["7","A group of adventurers and a black dragon are hunting the same treasure in the ruins of a partially sunken city."],["8","A black dragon with epicurean tastes is poaching game in a noble's hunting preserve at a frightening pace."]],"name":"Black Dragon Adventures; Black Dragon Adventure Hooks","page":80,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After breaking free from captivity at the hands of a cocky mage, a cunning {@creature black dragon wyrmling} claimed the mage's amulet—and the suits of {@creature animated armor} the amulet controls."],["2","A band of {@creature Troglodyte||troglodytes} is cowed into serving a {@creature black dragon wyrmling} as bodyguards."],["3","The recent appearance of a {@creature black dragon wyrmling} has altered the local ecosystem, allowing various types of blights to spread prodigiously and upset nature's balance."],["4","A {@creature black dragon wyrmling} is setting cunning traps along local roadways, hoping to injure horses and draft animals for easy butchering."],["5","Kobolds dwelling under a tropical city serve as safecrackers and tunneling burglars to amass treasure for their beloved {@creature black dragon wyrmling} master."],["6","A gnome relic hunter looting a long-abandoned city strikes up an unlikely partnership with a {@creature black dragon wyrmling} to plunder an archaeological dig."]],"name":"Connected Creatures; Black Dragon Wyrmling Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Black Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young black dragon} with a talent for alchemy has weaponized the spores of a myconid colony."],["2","A {@creature merrow} war band has negotiated an alliance with a {@creature young black dragon} to sack a nearby trading port."],["3","A pack of {@creature Ghoul||ghouls} infesting a necropolis serve as a {@creature Young Black Dragon||young black dragon's} bodyguards and enforcers."],["4","A {@creature young black dragon} has cultivated an awakened carnivorous plant (use the {@creature awakened tree} stat block) as a lair guardian and has been abducting travelers to feed the plant creature."],["5","Lizardfolk worshiping a {@creature young black dragon} have been raiding a local fishing community."],["6","A {@creature young black dragon} has struck up a mutual assistance pact with a {@creature roper} that haunts the ruins outside the dragon's lair."]],"name":"Connected Creatures; Young Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Black Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult black dragon} has learned to domesticate swamp-bred {@creature Chimera||chimeras} as guardians and has sold a few of the creatures to local warlords."],["2","A cult of assassins worships an {@creature adult black dragon} as an avatar of their deity. The dragon now uses the cult to destabilize the local sovereign's rule."],["3","Ruins rumored to hold the treasury of a lost empire are guarded by an elaborate network of ooze-based traps designed by a restless {@creature adult black dragon}."],["4","The appearance of a {@creature spirit naga} in the domain of an {@creature adult black dragon} encourages the dragon to study necromancy."],["5","An {@creature adult black dragon} has hidden a cache of gems in a dismal topiary maze filled with {@creature Shambling Mound||shambling mounds}, traps, and noxious plant life, all for the amusement of testing adventurers."],["6","An {@creature adult black dragon} has bound {@creature Water Elemental||water elementals} to the task of bringing food to the dragon's lair."],["7","A bullywug community seeks help to defeat an {@creature adult black dragon} who has been feasting on the bullywugs' domesticated {@creature Giant Frog||giant frogs}."],["8","Two nations—one led by an {@creature adult black dragon} and the other by a {@creature yuan-ti abomination}—are on the brink of joining forces to destroy a third nation. The threatened nation is recruiting adventurers to defend it."]],"name":"Connected Creatures; Adult Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Black Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient black dragon}, after studying blasphemous texts dedicated to alien gods, issues a warning that a corrupted {@creature planetar} will soon fall to earth like a meteor in the fens outside a great city's walls."],["2","An illithid community has spent nearly a millennium raising and preparing a black dragon to become an {@creature elder brain dragon|FTD} (described in {@book chapter 6|FTD|6|Elder Brain Dragon}), so the {@creature elder brain|VGM} can wreak ruin upon its rivals."],["3","The decades-long machinations of an {@creature ancient black dragon} and an evil {@creature archmage} are nearing fruition. If their pact succeeds, they will unleash devastation on a continental scale."],["4","An {@creature ancient black dragon} rules a vast, decadent city built on artificial islands within a polluted lake. The site is threatened with destruction by an enraged {@creature archdruid|VGM}—but destroying the city means thousands of innocents will die."]],"name":"Connected Creatures; Ancient Black Dragon Connections","page":81,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Black Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An elegant necklace owned by a beloved noble who disappeared years ago"],["2","Stone carvings representing a pantheon of deities that passed from common knowledge long ago"],["3","The lost secret to forging an alloy imbued with arcane potential, etched on twelve metal disks the size of dinner plates"],["4","A sealed platinum flask containing the last known aqua vitae created by a master dwarf distiller"],["5","A ceremonial longsword with an embossed silver hilt and a blade of amber"],["6","A lavishly illustrated genealogy kept in a magically sealed container that disputes a current monarch's right to the throne"],["7","Heretical religious symbols carved on a trio of gemstones the size of apples"],["8","An elaborately carved mask representing a god of harvest and fertility"],["9","Metal horn caps inset with gems, made for the dragon by loyal cultists"],["10","A beautifully enameled urn holding the desiccated heart of the dragon's former green dragon rival"]],"name":"Black Dragon Treasures; Black Dragon Art Objects","page":84,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I enforce order and social hierarchies because I believe this is how strong societies are built."],["2","Why waste time and energy murdering weaker creatures when I can make them entertain me instead?"],["3","My children, whether born to me or chosen by me, are treasures."],["4","Nothing is funnier than tricking a thirsty traveler into drinking a mouthful of sand."],["5","I have standards for my hoard. Not just any gem or trinket will do."],["6","I'm so pleased with myself and my own good fortune that I can't stop laughing or chuckling."],["7","I would rather destroy my lair and lose my hoard than allow anyone to steal from me."],["8","I am sometimes secretly impressed by what other peoples can accomplish with the proper guidance."]],"name":"Creating a Blue Dragon; Blue Dragon Personality Traits","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Order. Life is best when everyone is part of a hierarchy and rules are clear and consistent. (Lawful)"],["2","Humor. Lesser beings exist to be my playthings, and I excel at finding ways to toy with them. (Evil)"],["3","Taste. I value my possessions for more than just their beauty and consider gauche displays of wealth a sign of inferiority. (Any)"],["4","Family. Blood ties are irrevocable, and even if one doesn't particularly like one's family members, they come before anyone else. (Lawful)"],["5","Display. One should never take risks or waste resources by using power if one can achieve the same results merely by the threat of power. (Any)"],["6","Loyalty. I don't form bonds with those outside my kindred often. But when I do, I am an unshakable and powerful ally. (Good)"]],"name":"Creating a Blue Dragon; Blue Dragon Ideals","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Blue Dragon||Young}","15","{@spell create or destroy water}, {@spell major image}"],["{@creature Adult Blue Dragon||Adult}","17","{@spell arcane eye}, {@spell create or destroy water}, {@spell major image}"],["{@creature Ancient Blue Dragon||Ancient}","20","{@spell arcane eye}, {@spell create or destroy water}, {@spell major image}, {@spell project image}"]],"name":"Creating a Blue Dragon; Blue Dragon Spellcasting","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A blue dragon family demands tribute from desert communities in exchange for protection."],["2","Enraged at the loss of a wyrmling, a blue dragon is causing lightning storms to destroy coastal settlements and refuses to stop until someone delivers the adventurer responsible."],["3","A prosperous-looking city appears among the desert dunes, drawing explorers and treasure hunters aplenty, but it's an illusion created by a blue dragon."],["4","A blue dragon promises great wealth to anyone who offers worthy treasures—but eats anyone who misses the mark."],["5","A blue dragon recently acquired trunks full of dress clothes and costumes and is abducting people to put on a fashion show."],["6","A pair of blue dragons is hiring adventurers to find their missing egg, which appears to have been stolen by another blue dragon related to them."],["7","Rock slides have closed a mountain pass, and the only other road through the area wends through the territory of a blue dragon notorious for playing illusory tricks on travelers."],["8","{@creature Blue Dragon Wyrmling||Blue dragon wyrmlings} are playing deadly pranks on the people in their territory, and those people are afraid to ask the wyrmlings' parents to stop them."]],"name":"Blue Dragon Adventures; Blue Dragon Adventure Hooks","page":85,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A recently hatched brood of {@creature Blue Dragon Wyrmling||blue dragon wyrmlings} has adopted a wounded {@creature pseudodragon} as a sibling."],["2","A {@creature blue dragon wyrmling} frequently wanders off to a nearby city, where the residents treat the wyrmling as royalty."],["3","A clan of druids has taken in an orphaned {@creature blue dragon wyrmling}, and its members are trying to teach the creature the value of compassion."],["4","A family of gnolls is holding a {@creature blue dragon wyrmling} hostage in an attempt to force the wyrmling's parents to leave the gnolls' hunting grounds."],["5","Because of the friendship between a bandit leader's child and a {@creature blue dragon wyrmling}, the wyrmling's parents are considering allowing the bandits to move into the dragons' territory."],["6","The accidental death of a {@creature blue dragon wyrmling} has caused a sibling to seek revenge."]],"name":"Connected Creatures; Blue Dragon Wyrmling Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Blue Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature Young Blue Dragon||young blue dragon's} family was killed, and the dragon is building a whole realm as a base for exterminating those responsible."],["2","A {@creature young blue dragon} claims the rule of a fast-growing city to impress the dragon's family."],["3","A {@creature young blue dragon} running a protection racket has run afoul of an {@creature efreeti}, who has decided the area would be better off without dragons."],["4","A tough but fair {@creature young blue dragon} leads a fanatically loyal mercenary squad."],["5","A {@creature young blue dragon} schemes to take over a {@creature Guardian Naga||guardian naga's} ancient temple."],["6","A {@creature mummy lord} keeps a {@creature young blue dragon} bodyguard as a sign of power."]],"name":"Connected Creatures; Young Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Blue Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult blue dragon} rules a city and applies exacting standards of aesthetic perfection to everything and everyone in it, swiftly disposing of anyone who fails to meet those standards."],["2","An {@creature adult blue dragon} and an {@creature efreeti} have formed a friendship over the decades. They now share a territory and assist one another in protecting it."],["3","Feeling unappreciated and disrespected in one family, an {@creature adult blue dragon} offers allegiance to a rival dragon family, setting off a blood feud."],["4","A pair of {@creature Adult Blue Dragon||adult blue dragons} has decided to take over a thriving, wealthy city, whose governor is desperate to buy them off."],["5","Decades ago, a {@creature gynosphinx} insulted an {@creature adult blue dragon}, earning the lasting enmity of a whole dragon family."],["6","An {@creature adult blue dragon} has adopted a half-blue dragon as an heir and is setting this heir up to be a puppet ruler."],["7","An {@creature adult blue dragon} plans to present a loyal bandit clan to a bronze dragon as a courting gift."],["8","An {@creature adult blue dragon} is obsessed with getting at the treasure guarded by a {@creature medusa|MOT}."]],"name":"Connected Creatures; Adult Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Blue Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient blue dragon} is worried that no members of the younger generation are strong enough to inherit the ancient dragon's territory, and this elder is trying to start a war to test the younger dragons and determine which, if any, might be a worthy heir."],["2","An {@creature ancient blue dragon} without offspring has adopted wyrmlings of various colors—including a number stolen from the wyrmlings' parents."],["3","An {@creature ancient blue dragon} is training an {@creature androsphinx} as heir to the region the dragon rules and searching for magic items that will allow the sphinx to control the weather as the dragon does."],["4","Under the pretense of helping an {@creature ancient blue dragon} become a dracolich, an {@creature archmage} is actually hoping to claim the dragon's vast hoard."]],"name":"Connected Creatures; Ancient Blue Dragon Connections","page":86,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Blue Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An intricately carved seal from a civilization that worshiped the dragon's ancestors as gods"],["2","An extensive collection of elaborate jewelry, including a tiara, tail rings, and claw covers, which the dragon wears when meeting with supplicants"],["3","A set of sculptures depicting the dragon's deceased relatives, all adorned with ground-up jewels"],["4","A jeweled mosaic map of the dragon's territory"],["5","A glass bell that creates the sound of rainstorms and thunder for 1 hour when struck"],["6","An ornately tooled tome recording the lineages of all the blue dragon families in the area"],["7","A massive geode that contains spectacular blue, purple, and black crystals"],["8","A blue silk fan painted with ground gems that creates a briny breeze when hung from the ceiling"]],"name":"Blue Dragon Treasures; Blue Dragon Art Objects","page":88,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I don't ask for much in a conversation partner—just smile, occasionally nod, and stay awake!"],["2","I'm skilled at making others feel that I'm interested in the details of their tiny, meaningless lives."],["3","Every word I say is worth hearing, so I speak loudly and eloquently to make sure I get my point across."],["4","I don't care about the opinions of creatures that are less intelligent than I am. But I'm fascinated by creatures that are significantly more intelligent."],["5","Hoarding knowledge is no fun. It's best when you can trade knowledge away for treasure."],["6","I'm fascinated by intelligence with no brain—talking swords, sapient Constructs, and the like."],["7","I love hearing stories and songs and sharing them with others to bring comfort and calm."],["8","I have no patience for people who imagine their lives are the least bit important."]],"name":"Creating a Brass Dragon; Brass Dragon Personality Traits","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Curiosity. The best way to show you value others is to learn as much as you can about them. (Good)"],["2","Perspective. Everyone sees things differently, so if you want to know about the world, gather as many different points of view as you can. (Any)"],["3","Knowledge. What's the point of living for centuries if you don't learn all there is to know? (Any)"],["4","Self-Determination. All creatures have the right to make their own decisions about their lives and ultimate destinies. (Chaotic)"],["5","Compassion. Sharing each other's pain and loss brings us all closer to peace and unity. (Good)"],["6","Cruelty. The most hilarious thing about lesser creatures who think they're important is how outraged they get when I hurt them. (Evil)"]],"name":"Creating a Brass Dragon; Brass Dragon Ideals","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Brass Dragon||Young}","13","{@spell create or destroy water}, {@spell speak with animals}"],["{@creature Adult Brass Dragon||Adult}","16","{@spell create or destroy water}, {@spell speak with animals}, {@spell suggestion}"],["{@creature Ancient Brass Dragon||Ancient}","18","{@spell create or destroy water}, {@spell locate creature}, {@spell speak with animals}, {@spell suggestion}"]],"name":"Creating a Brass Dragon; Brass Dragon Spellcasting","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A brass dragon has discovered an unfamiliar settlement and is determined to learn everything about the site's inhabitants, drastically disrupting the inhabitants' lives."],["2","A brass dragon is the secret power behind the throne in an aggressively colonizing realm, using this position to learn about neighboring realms without regard for the consequences."],["3","A brass dragon is the most likely source of crucial information about how to stop an extraplanar incursion that coincides with a certain comet's arrival."],["4","A caravan is being held captive by a brass dragon who is delighted to have such wonderfully diverse conversation partners."],["5","Offended by the sudden departure of a rude guest, a brass dragon rampages through a nearby settlement—and demands the return of a treasure the guest stole."],["6","An intelligent magic item in a brass dragon's hoard sends out a telepathic distress call, wanting to be rescued so it can be used for its intended purpose."],["7","A windstorm uncovers part of a brass dragon's hoard, and various people and creatures carry off parts of it. The dragon wants every scattered coin and trinket back."],["8","A brass dragon, tired of the increasing traffic, starts leading caravans away from safe water sources and stranding them in the desert."]],"name":"Brass Dragon Adventures; Brass Dragon Adventure Hooks","page":90,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Captured by a band of gnolls, a {@creature brass dragon wyrmling} is patiently trying to teach the gnolls to speak Draconic."],["2","Grieved by the fate of a former friend, a {@creature brass dragon wyrmling} guards a tomb haunted by a {@creature wight}."],["3","Yuan-ti have captured a {@creature brass dragon wyrmling} and are picking up the dragon's twisted sense of humor."],["4","A party of {@creature Bandit||bandits} stole a brass dragon egg, and now the hatched wyrmling is manipulating the bandits to do the dragon's whimsical bidding."],["5","A lost {@creature brass dragon wyrmling} was raised by {@creature Hyena||hyenas} and now leads the pack."],["6","A {@creature druid} who tends a desert oasis has been keeping watch over several {@creature Brass Dragon Wyrmling||brass dragon wyrmlings} since adventurers killed the wyrmlings' parents."]],"name":"Connected Creatures; Brass Dragon Wyrmling Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Brass Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young brass dragon} and a {@creature young blue dragon} fight over territory."],["2","A {@creature young brass dragon} frequently visits a {@creature couatl} who is charged with guarding an ancient temple, sharing stories to help the couatl pass the years."],["3","A {@creature lamia} and a {@creature young brass dragon} lair in the same desert ruin, mostly leaving each other alone—but the lamia hopes to corrupt the dragon."],["4","A {@creature Young Brass Dragon||young brass dragon's} lair occasionally spawns {@creature Air Elemental||air elementals} that roam around the area for a while, causing havoc before eventually dissipating."],["5","A {@creature young brass dragon} and a {@creature weretiger} have become close friends as they try to keep a region safe from a growing horde of malicious gnolls."],["6","A {@creature young brass dragon} allowed a group of {@creature Cyclops||cyclopes} to shelter in the dragon's lair when they were harassed by a blue dragon. Now the cyclopes won't leave, so the dragon is trying to educate them."]],"name":"Connected Creatures; Young Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Brass Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult brass dragon} enjoys trading riddles with a {@creature gynosphinx}."],["2","Long ago, an {@creature adult brass dragon} swore service to a human priest, expecting to outlive the priest. But now the priest is a {@creature mummy lord}, and the dragon remains bound to serve."],["3","An {@creature efreeti} wants to claim an {@creature Adult Brass Dragon||adult brass dragon's} palatial lair and fabulous hoard."],["4","A pair of {@creature Roc||rocs} have nested too close to an {@creature Adult Brass Dragon||adult brass dragon's} lair, and they harass the dragon whenever they can."],["5","A {@creature guardian naga} charged with protecting an ancient artifact has decided that the artifact—as well as the naga—would be safer in an {@creature Adult Brass Dragon||adult brass dragon's} hoard than left alone in some crumbling ruin."],["6","A half-brass dragon {@creature yuan-ti abomination} leads other yuan-ti in worshiping an {@creature adult brass dragon} as a serpent god, much to the dragon's amusement."],["7","Two {@creature Adult Brass Dragon||adult brass dragons} are rearing a clutch of wyrmlings together, and they allow the infant dragons to wreak innocent havoc on nearby settlements."],["8","A solitary {@creature adult brass dragon} has adopted a {@creature blue dragon wyrmling} found starving in the desert."]],"name":"Connected Creatures; Adult Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Brass Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient brass dragon} once ruled a temple-state through a puppet sovereign, who is now a {@creature mummy lord} ruling a city of {@creature Ghoul||ghouls} that owe the dragon fealty."],["2","An {@creature ancient brass dragon} believes that a local {@creature androsphinx} is an insufferable know-it-all with no sense of humor and enjoys playing pranks on the sphinx."],["3","An {@creature ancient brass dragon} and an {@creature ancient blue dragon} have a centuries-old rivalry, and each dragon manipulates adventurers into harassing the other."],["4","An {@creature ancient brass dragon} rules a mighty city whose folk have erected massive stone monuments to honor the dragon over the centuries."]],"name":"Connected Creatures; Ancient Brass Dragon Connections","page":91,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Brass Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A finely carved bust of a long-dead human ruler, which the dragon has named Cornelius and argues with incessantly"],["2","An elegant locket holding a watercolor portrait of a dragonborn the dragon fondly calls Lux"],["3","A polished platter engraved with an elaborate scene showing a person talking to a sphinx; the dragon likes to imagine being in the scene, dominating the conversation"],["4","A sculpture depicting a pod of dolphins leaping among stone waves, all of which the dragon has named and imagines as pets"],["5","A cameo pendant depicting a human woman the dragon calls \"Bruno\" and imagines to be a brilliant philosopher"],["6","A statuette of an important deity, which the dragon calls by a diminutive version of the god's name and baby-talks to"],["7","A large tapestry depicting a party of elves riding stags through the woods; the dragon has named all the stags and offers condolences on their being saddled and mounted"],["8","A sculpted bird in an ornate cage; the dragon calls the bird Fweep and sings to it"],["9","A large mirror in a frame studded with gemstones; the dragon likes to gaze in the mirror and imagine having a mate"],["10","An idol of an obscure minor divinity; the dragon addresses it reverently as \"O mighty Froglet\" (its shape is only vaguely frog-like)"]],"name":"Brass Dragon Treasures; Brass Dragon Art Objects","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The weakest creatures sometimes display the greatest courage. I respect all beings who risk their lives in defense of something greater than themselves."],["2","My payment is a matter of principle. Requiring even a small fee for my service allows those I help to preserve their dignity. It's really for your benefit."],["3","I have no time for chitchat or insinuation. I get to the point and expect others to do the same."],["4","I respect law and order, but it's no excuse for tyranny. Those who abuse power must be stripped of it, and soldiers have a responsibility to refuse immoral orders."],["5","I strive to treat foes honorably, but not at the expense of strategy. A quick death in combat is its own kind of courtesy."],["6","I trust my gut. I'd rather act on incomplete information than be hamstrung by indecision."],["7","I'm fascinated by other species' military technology, especially magic armaments and siege engines—the bigger, the better!"],["8","Conflict drives evolution. By sparking wars between nations, I contribute to the advancement of their civilizations. (And they pay me for it, too!)"]],"name":"Creating a Bronze Dragon; Bronze Dragon Personality Traits","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Action. Passivity is shameful. We owe it to the world and ourselves to try to improve things, even if we can't guarantee success. (Any)"],["2","Analysis. When possible, dig into the root of a conflict before committing to end it, to ensure you aren't fighting for the wrong side. (Any)"],["3","Honor. I never lie outright, though I choose my words carefully. I will fight to the death rather than break my word or abandon a comrade. (Lawful)"],["4","Discipline. Disorganization breeds defeat. I demand self-control from both myself and those who fight beside me. (Lawful)"],["5","Guardianship. It's the duty of the strong to protect the weak. (Good)"],["6","Dominance. Anyone who opposes my will is either an underling to be punished or an enemy to be vanquished. (Evil)"]],"name":"Creating a Bronze Dragon; Bronze Dragon Ideals","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Bronze Dragon||Young}","14","{@spell beast sense}, {@spell detect thoughts}, {@spell speak with animals}"],["{@creature Adult Bronze Dragon||Adult}","17","{@spell beast sense}, {@spell control water}, {@spell detect thoughts}, {@spell speak with animals}"],["{@creature Ancient Bronze Dragon||Ancient}","20","{@spell beast sense}, {@spell control water}, {@spell detect thoughts}, {@spell heroes' feast},* {@spell speak with animals}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Bronze Dragon; Bronze Dragon Spellcasting","page":94,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Attempts to salvage a sunken merchant ship are being thwarted by a bronze dragon who claims \"finder's rights.\""],["2","Betrayed by corrupt city officials, a bronze dragon is punishing the city by preventing ships from entering its harbor, but the citizens are suffering."],["3","A bronze dragon gathers crusaders to rescue a hero imprisoned in the Abyss—a mission that will mean almost certain death for the rank-and-file troops."],["4","A bronze dragon has conscripted a local militia into an ongoing conflict with a black dragon who lives in the waterlogged ruins of a magical academy."],["5","The bronze dragon who protects a coastal nation is stricken by a curse, and the cure lies in a sunken temple the dragon destroyed generations ago."],["6","Believing that the winner of a city's democratic election is unworthy of the job, a bronze dragon is now supporting an authoritarian leader instead."],["7","A bronze dragon has been approached by both sides in a war and needs agents to get close to both leaders to discover which has the worthier claim."],["8","A bronze dragon fears that a remote library-fortress is no longer the best place to safeguard an infamous tome called the Antitheorem Codex—and has decided to prove it by attacking the site."]],"name":"Bronze Dragon Adventures; Bronze Dragon Adventure Hooks","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flight of {@creature Pseudodragon||pseudodragons} has raised an orphaned {@creature bronze dragon wyrmling}, who is quickly growing too large for the group's usual activities."],["2","A {@creature knight} rescued a {@creature bronze dragon wyrmling} from sacrifice at the hands of a cult, and the two now travel together in search of wrongs to right."],["3","A {@creature Bronze Dragon Wyrmling||bronze dragon wyrmling's} murdered tutor rose as a {@creature revenant}, and the dragon seeks anyone who can help obtain justice."],["4","A {@creature bronze dragon wyrmling} has chosen a lair filled with {@creature Poisonous Snake||poisonous snakes}, admiring the elegance with which they slither through the flooded tunnels."],["5","A {@creature bronze dragon wyrmling} has been captured by {@creature sahuagin} raiders and manipulated into serving as the band's icon and war leader."],["6","A group of {@creature merrow} stole a {@creature Bronze Dragon Wyrmling||bronze dragon wyrmling's} hoard, and the wyrmling is training a {@creature plesiosaurus} to help attack the merrow's stronghold."]],"name":"Connected Creatures; Bronze Dragon Wyrmling Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Bronze Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature guardian naga} and a {@creature young bronze dragon} each defend half of an artifact called the Sundered Crown."],["2","A {@creature young bronze dragon} and a {@creature medusa|MOT} have been enemies for so long that they've developed mutual respect, communicating by way of a magical book that teleports back and forth between them."],["3","A {@creature young bronze dragon} seeks to turn a band of {@creature Cyclops||cyclopes} into a disciplined army, with little success."],["4","A {@creature young bronze dragon} has been magically bound to the service of a {@creature marid}, and the dragon is unable to take direct action to get free of the genie."],["5","A {@creature young bronze dragon} runs a prestigious military academy, training paladins of smaller species to fight for justice beneath the dragon's banner."],["6","Dragonborn pirates bribe a {@creature young bronze dragon} into helping them steal ship cargoes for a sizable cut of the profits."]],"name":"Connected Creatures; Young Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Bronze Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature rakshasa} disguised as a pirate lord seeks revenge on the {@creature adult bronze dragon} who has killed the Fiend three times so far."],["2","An {@creature adult bronze dragon} regularly consults a {@creature storm giant} whose prophecies give hints as to which conflicts the dragon should seek out and engage in."],["3","An {@creature adult bronze dragon} keeps a {@creature roc} as a beloved pet and views the creature's predations on local settlements as simply part of the natural order."],["4","An {@creature adult bronze dragon} swore an oath to a comrade who later became a {@creature vampire}. The dragon reluctantly continues to protect the vampire, all the while searching for a way to reverse the transformation."],["5","An {@creature adult bronze dragon} sends regular tributes of treasure to an {@creature adult topaz dragon|FTD}, not wanting the topaz dragon's enmity to become a threat to coastal communities under the bronze dragon's protection."],["6","An {@creature archmage} and an {@creature adult bronze dragon} who have been friends since they fought together in the mage's youth often visit each other to share stories."],["7","An {@creature adult bronze dragon} attempting to raise a clutch of wyrmlings alone is in desperate need of tutors and babysitters who can survive the assignment."],["8","An obsessed shadow dragon plots to trap an {@creature adult bronze dragon} in the Shadowfell until the bronze dragon too is transformed."]],"name":"Connected Creatures; Adult Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Bronze Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient bronze dragon} is locked in a centuries-old conflict with a {@creature kraken} that destroyed a settlement under the bronze dragon's protection."],["2","Two ancient dragons, one {@creature Ancient Bronze Dragon||bronze} and one {@creature Ancient Silver Dragon||silver}, support different nations locked in a war, each believing that their side has the moral high ground."],["3","An {@creature ancient bronze dragon} controls a network of privateers who prey on pirates and accept government commissions if the dragon deems a cause worthy."],["4","An {@creature ancient bronze dragon} guards a {@creature merfolk} monastery that's risen mysteriously from the depths, prompting attacks by greedy coastal nations even as the monks warn of a coming apocalypse."]],"name":"Connected Creatures; Ancient Bronze Dragon Connections","page":95,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Bronze Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A painting of the bronze dragon alongside a human woman wearing an outdated military uniform"],["2","An ornate, mostly complete collection of Oristene's multi-volume Military History of the Outer Planes"],["3","A heavy cloak of shimmering blue scales, with an attached half-mask"],["4","An oversized key of living wood, with seemingly natural whorls in the bark that form the words, \"For service not forgotten\""],["5","A dragon-sized drinking vessel crafted from a behir horn"],["6","Framed blueprints of a siege engine called the Moonhammer"],["7","An aquatic howdah made of sharkskin and bearing an emblem of a lonely black tower perched high atop a sea stack"],["8","A statue of a dishonored elf general, which is surrounded by historical treatises recounting the general's disgrace and notes that suggest the dragon has vowed to redeem this former hero"],["9","An idol of an insectile devil, with a blindfold tied carefully around its compound eyes"],["10","An elaborate clockwork zoetrope that, when activated, displays a moving picture of a bronze dragon fighting a red dragon over a burning city"]],"name":"Bronze Dragon Treasures; Bronze Dragon Art Objects","page":98,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am generous with my time, my words, and my considerable wisdom—but my treasure is mine."],["2","I love music. It is truly the universal language, able to express ideas far better than mere words alone."],["3","I find the notion of trade and barter fascinating, and sometimes even find ways to participate in them."],["4","There is no sound I love more than laughter, a powerful balm for hearts and minds."],["5","I enjoy games of all kinds, especially challenges of wit and intellect—and those I can decisively win."],["6","I admire how brightly short-lived creatures shine before their lights go out."],["7","Nothing is more satisfying than deflating the egos of the high-and-mighty with a well-placed jibe."],["8","When I'm bored, stirring up a settlement and watching its people scurry about amuses me."]],"name":"Creating a Copper Dragon; Copper Dragon Personality Traits","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beauty. The ability to create, appreciate, and sustain beauty is the true measure of a creature or civilization. (Good)"],["2","Curiosity. The world holds so much to experience. I value different perspectives and insights. (Any)"],["3","Creativity. Our purpose is to create something new and clever, and I admire those who do so. (Any)"],["4","Change. The only constant is change, and we must change with the world. (Chaotic)"],["5","Fairness. Life is often unfair, and it is up to us to rebalance its scales from time to time. (Good)"],["6","Cruelty. Existence is a cruel joke. You can either be in on the joke, or be made a fool by it. (Evil)"]],"name":"Creating a Copper Dragon; Copper Dragon Ideals","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Copper Dragon||Young}","13","{@spell lesser restoration}, {@spell phantasmal force}"],["{@creature Adult Copper Dragon||Adult}","16","{@spell lesser restoration}, {@spell phantasmal force}, {@spell stone shape}"],["{@creature Ancient Copper Dragon||Ancient}","19","{@spell lesser restoration}, {@spell move earth}, {@spell phantasmal force}, {@spell stone shape}"]],"name":"Creating a Copper Dragon; Copper Dragon Spellcasting","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A copper dragon holds an annual competition of poetry and music. The winner dwells with and entertains the dragon for a year—providing a perfect opportunity to access the dragon's lair and hoard."],["2","An area of reputedly haunted hills is the domain of a copper dragon, who takes advantage of local legend and trickery for amusement and to deter intruders."],["3","A copper dragon is found half buried in a rock slide, badly injured and unable to recall what happened—or the location of the dragon's lair."],["4","A reclusive, eccentric noble who sometimes employs adventurers turns out to be a copper dragon working through various intermediaries."],["5","An {@creature adult copper dragon} wants {@creature Griffon||griffons} nesting near the dragon's lair gone but hopes to have the griffons—and their eggs—relocated rather than killed."],["6","A message found in the Underdark was meant for a copper dragon, who has believed for generations that the message's original bearer betrayed them."],["7","A copper dragon has been trying to engineer peace for two nearby domains by facilitating a romance between the heirs of those lands' rulers."],["8","A {@creature hobgoblin warlord} scarred by a copper dragon in youth has raised an army to slay the dragon and plunder the dragon's hoard."]],"name":"Copper Dragon Adventures; Copper Dragon Adventure Hooks","page":99,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flock of {@creature aarakocra} shelters a {@creature copper dragon wyrmling} from {@creature Gargoyle||gargoyles} hunting in the mountains."],["2","A {@creature copper dragon wyrmling} guards a hidden pass that leads into a sylvan valley populated by {@creature Centaur||centaurs}, {@creature Pixie||pixies}, and {@creature Satyr||satyrs}."],["3","A {@creature copper dragon wyrmling} has killed a number of domestic animals. A group of {@creature Druid||druids} wants the wyrmling captured and relocated, rather than killed."],["4","A ruined manor house being reclaimed by a newly titled noble is the lair of a {@creature copper dragon wyrmling}."],["5","A {@creature copper dragon wyrmling} follows a wizard everywhere, fascinated by {@spell prestidigitation} tricks."],["6","An {@creature ettin} is trying to keep a captured {@creature copper dragon wyrmling} as a pet."]],"name":"Connected Creatures; Copper Dragon Wyrmling Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Copper Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young copper dragon} has enticed a band of {@creature Kobold||kobolds} to undertake activities for the dragon's amusement—and to rein in the band's more chaotic tendencies."],["2","The head of a local thieves' guild is a {@creature young copper dragon} who delights in tales of daring thefts and skims the best stolen art objects as tribute."],["3","A {@creature young copper dragon} needs aid to root out a {@creature behir} that has claimed the dragon's lair."],["4","A band of raiders tithes treasure and tales to a {@creature young copper dragon}, in exchange for using the canyons around the dragon's lair as a haven."],["5","A {@creature dryad} dwelling in the woods near a {@creature Young Copper Dragon||young copper dragon's} lair helps to ward off intruders."],["6","A child's imaginary friend is a very real {@creature young copper dragon} who can cast {@spell invisibility}."]],"name":"Connected Creatures; Young Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Copper Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult copper dragon} befriended a {@creature djinni} after granting the genie freedom. Now the two meet yearly to talk and exchange news."],["2","{@creature Centaur} communities in the foothills surrounding an {@creature Adult Copper Dragon||adult copper dragon's} lair gather yearly to offer tribute to the dragon, who settles disputes and dispenses advice for them."],["3","A {@creature galeb duhr} acts as the guardian of an {@creature Adult Copper Dragon||adult copper dragon's} hoard."],["4","An {@creature adult copper dragon} regularly visits the {@creature Treant||treants} of the nearby forest to help protect their woods from encroachment."],["5","A band of {@creature Fomorian||fomorians} believe they have allied with a red dragon to burn a Feywild grove, but an {@creature adult copper dragon} has deceived them."],["6","An {@creature adult copper dragon} serves as the patron of a community of gnome tinkerers, who present their best ideas to the dragon in hopes of being funded."],["7","A community of {@creature Stone Giant||stone giants} believes an {@creature adult copper dragon} is a key figure in a prophecy—and the dragon has decided to play along for fun."],["8","An {@creature adult copper dragon} sends agents into a {@creature goristro} demon's labyrinth to steal a lost soul, as part of a centuries-long game."]],"name":"Connected Creatures; Adult Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Copper Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient copper dragon} and an {@creature ancient red dragon} have been playing a complex game of strategy for centuries, using whole communities as their pawns and nations as their game board."],["2","An {@creature ancient copper dragon} guards the sealed entrance to a ruined temple filled with devils."],["3","A renowned gnome trickster, now deceased, so impressed an {@creature ancient copper dragon} that the dragon assumes the gnome's form from time to time to help keep their legend alive."],["4","The {@creature ancient copper dragon} progenitor of a lineage of dragon-blooded sorcerers likes to check in on these descendants from time to time."]],"name":"Connected Creatures; Ancient Copper Dragon Connections","page":100,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Copper Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A jeweled cloak pin bearing the symbol of an ancient secret society"],["2","A smooth piece of amber with what appears to be a tiny sprite frozen inside it"],["3","A metal egg that unfolds into a lotus-like flower"],["4","A harp that plays by itself on command"],["5","A six-foot-tall mirror of silvered glass in a precious frame carved with the shapes of coiling dragons"],["6","A complex puzzle box made of rare woods and inlaid with stone"],["7","The figurehead of a ship, carved in rare woods and set with gemstones—and bearing the likeness of the copper dragon's head"],["8","A complex astrological clock, with tiny gemstones marking out stars and constellations"]],"name":"Copper Dragon Treasures; Copper Dragon Art Objects","page":102,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","If you're not a thief or a frost giant, let's talk!"],["2","Are you comfortable? Can I tell your future for you? Just let me know what I can do for you, okay?"],["3","Jokes are as valuable as any gemstone and more fun to share."],["4","My empathy is a bottomless well. I can't help but lose myself in the emotions of others."],["5","The stars have much to tell us, and folk need me to interpret what the stars say."],["6","All play and no work—those are the words I live by."],["7","I am always the first to offer a compliment."],["8","Get off my snowfield, you immature bipeds! When I was a wyrmling, people respected their elders!"]],"name":"Creating a Crystal Dragon; Crystal Dragon Personality Traits","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Exploration. Yesterday is already known. Today is for something new. (Chaotic)"],["2","Empathy. It's a gift to share in another's joy, even if sometimes you must bear their pain, too. (Good)"],["3","Hospitality. We all live beautiful lives—it would be a shame not to share our lives with others. (Neutral)"],["4","Determinism. Our destinies may already be written, but the way we achieve them still matters. (Any)"],["5","Fun and Games. Play is learning, but without the boredom. (Chaotic)"],["6","Control. Everyone is welcome, as long as they follow my rules. (Lawful)"]],"name":"Creating a Crystal Dragon; Crystal Dragon Ideals","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A towering palace of ice and quartz that was once the abode of an {@creature ancient crystal dragon|FTD} is found deserted, with no clue as to whether its master will return or whether some other creature has claimed it."],["2","Prismatic shards rain from the sky in a beautiful but dangerous display. Rumors quickly spread that a crystal dragon is responsible."],["3","A crystal dragon invites the greatest bards and philosophers to partake in \"the Great Dialogue\" in the dragon's mountaintop lair. But only the dragon knows that the Great Dialogue has no end, and no one can leave the lair once it has begun."],["4","A crystal dragon intent on exploring a new world of the Material Plane has acquired a magic ship for the journey and now just needs a brave crew."],["5","A crystal dragon who has guarded a mountain pass for decades unexpectedly retires to the Elemental Plane of Air. Monstrous forces immediately move into the area—and might take control of the pass unless the dragon can be convinced to return."],["6","A royal heir goes missing while secretly visiting a crystal dragon. The heir's family, the heir's friends, and the dragon all want to find the heir, but no faction trusts the others."],["7","A crystal dragon seeks bold adventurers to steal an egg from an {@creature ancient white dragon} who is infamous for abject cruelty and utter remorselessness."],["8","A crystal dragon has ripped open holes to the Elemental Planes of Air and Water, creating flash glaciation that encroaches upon inhabited lands."]],"name":"Crystal Dragon Adventures; Crystal Dragon Adventure Hooks","page":103,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature crystal dragon wyrmling|FTD} rides a sled pulled by a trained pack of {@creature Wolf||wolves} and frets about outgrowing this favorite pastime."],["2","A {@creature crystal dragon wyrmling|FTD} has foreseen an untimely end for the {@creature Bandit||bandits} who raided the wyrmling's lair and follows the bandits to keep them safe."],["3","A {@creature crystal dragon wyrmling|FTD} has befriended a {@creature white dragon wyrmling}. The wyrmlings' parents, who are ancient rivals, regard the relationship with concern."],["4","A {@creature crystal dragon wyrmling|FTD} encourages nearby farmers to go on dangerous excursions so they'll return with interesting stories to tell the dragon."],["5","A {@creature crystal dragon wyrmling|FTD} finds {@creature Ice Mephit||ice mephits} to be the perfect household servants—if only they would stop trying to kill the dragon's guests."],["6","A {@creature crystal dragon wyrmling|FTD} is placed in a monastery to learn the teachings of the monks before returning home in three years. The monks don't appreciate the wyrmling's pranks."]],"name":"Connected Creatures; Crystal Dragon Wyrmling Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Crystal Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young crystal dragon|FTD} tries to protect a local population of rare {@creature Snowy Owlbear|IDRotF|snowy owlbears} from poachers and hunters."],["2","A {@creature young crystal dragon|FTD} has adopted a group of {@creature Kobold||kobolds} and is trying to teach them the value of a good practical joke."],["3","A {@creature young crystal dragon|FTD} has captured a pack of {@creature Winter Wolf||winter wolves} loyal to a {@creature frost giant}, intent on convincing the wolves to change their evil ways."],["4","A lonely {@creature werebear} enjoys long conversations with a {@creature young crystal dragon|FTD} but doesn't always appreciate the dragon's sense of humor."],["5","A {@creature young crystal dragon|FTD} finds some {@creature Manticore||manticores'} bluster hilarious and befriends them despite their fear. But the dragon is having trouble overcoming the manticores' predatory nature."],["6","A {@creature young crystal dragon|FTD} uses {@spell dancing lights} and {@spell hypnotic pattern} to give an air of authenticity to a charlatan fortuneteller's act, in exchange for a portion of the take from the charlatan's clients."]],"name":"Connected Creatures; Young Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Crystal Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult crystal dragon|FTD} convinces a {@creature druid} to cast the {@spell awaken} spell on creatures around the dragon's lair, so the dragon will never want for conversation."],["2","A family of {@creature Yeti||yetis} seized an {@creature Adult Crystal Dragon|FTD|adult crystal dragon's} lair and hoard, and the dragon seeks help to drive the yetis out."],["3","An {@creature adult crystal dragon|FTD} and an elf {@creature archmage} have been friends for centuries and often go stargazing together on the peaks of their favorite mountains, but the dragon is grieving as the elf approaches the end of life."],["4","A pair of {@creature Adult Crystal Dragon|FTD|adult crystal dragons} lairing on neighboring mountaintops have enjoyed a decades-long snowball war, but their antics sometimes cause avalanches that threaten nearby villages."],["5","An {@creature adult crystal dragon|FTD} enjoys shaping the ice and snow near a den of {@creature Troll||trolls} into a labyrinth and watching the trolls try to make their way through it."],["6","{@creature Remorhaz||Remorhazes} infest the glacier beneath an {@creature Adult Crystal Dragon|FTD|adult crystal dragon's} lair, posing an imminent threat to the dragon's home and hoard."],["7","A {@creature revenant} persuades an {@creature adult crystal dragon|FTD} to help get revenge on the {@creature Frost Giant||frost giants} who murdered her."],["8","An {@creature adult crystal dragon|FTD} teaches astronomy to students of a renowned university, but the students must travel to the dragon's mountain lair for class."]],"name":"Connected Creatures; Adult Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Crystal Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A clan of dwarves has discovered a self-renewing vein of quartz near an {@creature Ancient Crystal Dragon|FTD|ancient crystal dragon's} lair. The dwarves mine the area aggressively, unaware that the dragon is spying on them—and intends to demand recompense at some point in the future."],["2","An {@creature ancient crystal dragon|FTD} is stalked by a villainous ranger who has already claimed a dozen draconic trophies."],["3","An {@creature ancient crystal dragon|FTD} follows a pod of whales from one sea to another, having grown fond of the valuable ambergris they leave in their wake. Now whalers are scheming to kill the dragon."],["4","A community of seal hunters reveres an {@creature ancient crystal dragon|FTD} as the spirit of their glacier home. Such worship amuses and flatters the dragon, who keeps the hunters safe and leads them to locations where seals are plentiful."]],"name":"Connected Creatures; Ancient Crystal Dragon Connections","page":104,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Crystal Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An armillary sphere revealing the positions of several unknown worlds in the Material Plane (relative to the one the dragon is on)"],["2","A set of handmade {@deck Tarokka Deck|CoS|tarokka cards} depicting the various wizard clans of a magocracy called Glantri"],["3","A dazzling array of crystals carved to refract any light passing through them into star-like patterns"],["4","An oversized monocle custom-made for the crystal dragon, who thinks it looks stylish"],["5","A children's coin bank shaped like an owlbear, with beautiful blue gemstone eyes"],["6","An ancient water clock that tells the time with perfect accuracy"],["7","A star chart reproducing the night sky of some other Material Plane world"],["8","A magnificent fresco depicting a noble court in the Feywild"],["9","Alabaster panels etched with unusual glyphs, designed to be hung in windows to catch the light"],["10","Astrological birth charts for every year since the dragon was born"],["11","A vast number of colored glass bottles collected from dozens of cultures and historical periods"],["12","A fine divan set with gemstone buttons and stitched with silver thread"]],"name":"Crystal Dragon Treasures; Crystal Dragon Art Objects","page":106,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I will not risk injury at the hands of weaker creatures—especially while I can turn them against one another and have them fight in my stead."],["2","It is difficult for anyone not of dragonkind to penetrate the twisting labyrinth of my thoughts."],["3","I might disagree with other dragons, but we are superior beings and should not lower ourselves to direct conflict."],["4","I have no interest in going to the surface world. It's where one sends one's servants."],["5","While the petty squabbles of other creatures bore and irritate me, I might hear out those who demonstrate an appreciation for the finer things in life by bringing me delicacies like clams or {@creature aboleth} flesh."],["6","I might be willing to exert myself to take out a {@creature mind flayer}. Those disgusting creatures must be stopped."],["7","I dream of seeing the deepest places in the ocean."],["8","I find I rather enjoy the company of people—as long as they remain unaware of my true nature."]],"name":"Creating a Deep Dragon; Deep Dragon Personality Traits","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Understanding. True power comes from the ability to discern other creatures' motivations better than they can discern yours. (Any)"],["2","Kindred. All dragons are kin to one another, and we would all do well to prioritize that kinship. (Any)"],["3","Mystery. I appreciate a question I cannot answer, so I strive to be an enigma for other creatures. (Any)"],["4","Adaptability. Whether taking on a new form, making new allies, or trying a new strategy, flexibility keeps one youthful. (Chaotic)"],["5","Superiority. Weaker creatures cannot be trusted, so I constantly remind my servants of my power. (Evil)"],["6","Patience. All creatures might teach me something, and I'm willing to wait and find out what that might be rather than acting in haste. (Good)"]],"name":"Creating a Deep Dragon; Deep Dragon Ideals","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Deep Dragon|FTD|Young}","14","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}"],["{@creature Adult Deep Dragon|FTD|Adult}","16","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}, {@spell water breathing}"],["{@creature Ancient Deep Dragon|FTD|Ancient}","19","{@spell command}, {@spell dissonant whispers}, {@spell faerie fire}, {@spell passwall}, {@spell water breathing}"]],"name":"Creating a Deep Dragon; Deep Dragon Spellcasting","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Unfamiliar drow adventurers have been prowling a city's streets at night and have been overheard talking about the dragon they serve."],["2","Svirfneblin hire the characters to deliver tribute to their deep dragon neighbor."],["3","A disguised deep dragon offers access to rare artifacts—to a party who is willing to partner up on a seafood shipping business."],["4","A talented young ranger is kidnapped by a deep dragon who wants a hunting partner."],["5","A friendly {@creature young copper dragon} seeks an entourage, hoping to impress the deep dragon holding the copper dragon's inheritance in trust."],["6","A deep dragon wants to know if rumors of a sea monster in an Underdark lake are true, so the dragon hires adventurers to investigate."],["7","Two Underdark settlements are about to go to war, having been carefully manipulated by a deep dragon. A desperate ruler offers a reward to anyone who can uncover the true cause of the hostility."],["8","A deep dragon wants someone to manufacture a scenario that will get the dragon out of an old commitment to protect a city."]],"name":"Deep Dragon Adventures; Deep Dragon Adventure Hooks","page":107,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ogre} has acquired a {@creature deep dragon wyrmling|FTD} as a pet, ignoring the fact that the dragon is an intelligent creature who will grow extremely large."],["2","An inquisitive {@creature deep dragon wyrmling|FTD} has made it to the surface world. Lost and confused, the wyrmling has been captured by a group of cruel adventurers."],["3","A {@creature deep dragon wyrmling|FTD} whimsically rules over a worshipful group of kobolds, sending them to the surface to fetch delicacies the wyrmling craves."],["4","An exclusive auction in an enclave of Lolth-worshipers features a deep dragon egg just about to hatch."],["5","A {@creature deep dragon wyrmling|FTD} with an experimental bent has created a \"garden\" of {@creature Gray Ooze||gray oozes}."],["6","An orphaned {@creature deep dragon wyrmling|FTD} is cared for by a {@creature giant constrictor snake} that is the recipient of a druid's {@spell awaken} spell."]],"name":"Connected Creatures; Deep Dragon Wyrmling Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Deep Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young deep dragon|FTD} has captured a number of {@creature kuo-toa} and has decided to try them out as servants instead of eating them."],["2","A {@creature young deep dragon|FTD} maintains the guise of a handsome Humanoid artist so as to maintain an adoring cult of drow and duergar admirers."],["3","A rather snooty {@creature Bone Naga (Spirit)||bone naga} serves as a {@creature Young Deep Dragon|FTD|young deep dragon's} loyal butler, as it did for the dragon's parent."],["4","A {@creature young deep dragon|FTD} has organized a society of hobgoblin explorers, whose members seek out new places in the Underdark for the dragon to visit."],["5","A {@creature doppelganger} mimics a {@creature Young Deep Dragon|FTD|young deep dragon's} Humanoid form while committing a string of murders, hoping to turn local Underdark settlements against the dragon."],["6","Despite repeated {@creature mind flayer} attacks, a {@creature young deep dragon|FTD} refuses to leave the cave where the dragon's best friend—an adventurer who won the dragon's respect and affection—lingers as a {@creature ghost}."]],"name":"Connected Creatures; Young Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Deep Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult deep dragon|FTD} has played chess with a drow matriarch for centuries. Each move represents what that player plans to do next in the competitors' long struggle for domination in the Underdark."],["2","A {@creature fire giant} who accidentally insulted a deep dragon is tormented by the dragon's servants in ways that can't be tied to the dragon conclusively."],["3","A group of {@creature Cyclops||cyclopes} wants a deep dragon to protect them from {@creature Mind Flayer||mind flayers}, but the dragon is uninterested in meeting with them despite their repeated petitions."],["4","A nest of {@creature Vampire||vampires} has developed a taste for deep dragon blood."],["5","An {@creature adult deep dragon|FTD} craves the knowledge stored in an {@creature Aboleth||aboleth's} nearby lair."],["6","A {@creature spirit naga} desperately wants to claim the key to a mysterious underground door from the hoard of an {@creature adult deep dragon|FTD}."],["7","An {@creature adult deep dragon|FTD} has ended up rearing a {@creature young brass dragon} and is running out of patience for the young dragon's mischief."],["8","An {@creature adult deep dragon|FTD} takes pride in breeding {@creature Hell Hound||hell hounds} but can't control them."]],"name":"Connected Creatures; Adult Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Deep Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient deep dragon|FTD} has taken on a {@creature young red shadow dragon} as a protégé."],["2","Two ancient dragon lovers—one {@creature Ancient Deep Dragon|FTD|deep} and one {@creature Ancient White Dragon||white}—see each other only once every hundred years, when they choose targets for a deadly hunting spree."],["3","Two {@creature Ancient Deep Dragon|FTD|ancient deep dragons} fight over territory. Unwilling to move against each other directly, they use local settlements—and any competent visitors—as pawns in their struggle."],["4","An {@creature ancient deep dragon|FTD} has put the folk of a city to work building the dragon a metropolis to rule in the center of a vast underground salt lake."]],"name":"Connected Creatures; Ancient Deep Dragon Connections","page":108,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Deep Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A statue of an unknown winged antelope-like creature carved from a single massive opal"],["2","A preserved juvenile purple worm on an ebony stand set with amethysts"],["3","A cunningly worked metal automaton of a sphinx that, when addressed directly, answers every question with a question referencing forgotten civilizations"],["4","A set of filigreed gold claw covers set with gems that change color according to the wearer's mood"],["5","A silver pelt that belonged to a long-extinct species of bear and sheds snowflakes when touched"],["6","A painting of a caldera island with unique fauna that shows how to access the interior by swimming through an underwater cave"],["7","A magic chandelier that projects images of the most inaccessible places in the world on the wall, changing the images each time the chandelier is relit"],["8","A magical goblet activated when the creature holding it speaks the name of a country, whereupon the goblet fills with the finest wine from that land's vineyards"],["9","A set of exquisite miniature dragons made of precious metals, jewels, and stone, with one representing each kind of chromatic, metallic, and gem dragon"],["10","The jewel-encrusted skull of an ancient dragon, which the deep dragon always keeps close at hand and talks to when lonely"],["11","A magnificent set of drums painted with scenes from the folklore of an isolated mountain community"],["12","A beautifully worked statue of the deep dragon in a favorite Humanoid form, made by an artist the dragon knew centuries ago"]],"name":"Deep Dragon Treasures; Deep Dragon Art Objects","page":109,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I speak slowly and deliberately, pausing to reflect after (or sometimes in the middle of) each utterance."],["2","I am more interested in the shiny baubles people carry than in anything they have to say."],["3","I think of ships as kindred spirits and like to rub affectionately against their keels."],["4","I like to show visitors the vastness of my domain, so they appreciate how insignificant they are."],["5","I attack anyone I notice taking from the sea's bounty without offering something in return."],["6","I think of sailors' songs as their \"water speech\" and try to converse with them by humming snippets of tunes I have overheard."],["7","I swim alongside ships sailing through my domain, just out of arrow range, so they know I am watching."],["8","I am fascinated by the politics of surface realms and talk endlessly with sailors and adventurers to stay current on the latest happenings on land."]],"name":"Creating a Dragon Turtle; Dragon Turtle Personality Traits","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Endurance. We who dwell beneath the waves can weather all storms. (Any)"],["2","Indifference. What do I care for the fleeting concerns of those who crawl upon the land? (Any)"],["3","Curiosity. I want to know about everything that enters my domain, especially oddities from the surface world. (Any)"],["4","Supremacy. Creatures who refuse to recognize my rule over these waters suffer my displeasure. (Lawful or Evil)"],["5","Preservation. I am the ocean's steward, tending reefs and waters to ensure that they remain unspoiled. (Lawful)"],["6","Eradication. The peoples of the surface world were a mistake of creation. I will correct that error. (Evil)"]],"name":"Creating a Dragon Turtle; Dragon Turtle Ideals","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Dragon Turtle|FTD|Young}","13","{@spell fog cloud}"],["{@creature Dragon Turtle||Adult}","15","{@spell control water}, {@spell fog cloud}"],["{@creature Ancient Dragon Turtle|FTD|Ancient}","17","{@spell control water}, {@spell control weather},* {@spell fog cloud}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Dragon Turtle; Dragon Turtle Spellcasting","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ruthless shipping magnate has bribed a dragon turtle to attack competitors' vessels and drive them out of business."],["2","A curious dragon turtle swam upriver from the sea and is now stuck beneath a bridge on a major trade road, terrifying travelers."],["3","After an unwise attack from a whaling ship, a dragon turtle pursued the ship back to harbor and now attacks any ship that tries to leave."],["4","The sea around a wizard's tower is too stormy for ships to sail through, but a resident dragon turtle might be convinced to ferry the characters across."],["5","A royal bathhouse was renowned for its sauna, until the dragon turtle supplying the steam escaped and started rampaging through the palace."],["6","A millennium ago, a fabled sword was buried at sea with its wielder. Now the sword must be found, and only a dragon turtle remembers where it is."],["7","A dragon turtle has taken up residence in a subterranean lake, and the steam has been driving other creatures up out of their tunnels toward the surface."],["8","A sea god has sent a dragon turtle to unleash devastation along a populated coast."]],"name":"Dragon Turtle Adventures; Dragon Turtle Adventure Hooks","page":110,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature sea hag} has promised treasure to a {@creature dragon turtle wyrmling|FTD} if the wyrmling brings the hag \"visitors\" by capsizing fishing boats."],["2","A school of {@creature Hunter Shark||hunter sharks} try to drive a {@creature dragon turtle wyrmling|FTD} out of their waters."],["3","A {@creature dragon turtle wyrmling|FTD} shares food with a {@creature giant octopus} in exchange for the octopus pilfering baubles from passing ships."],["4","A {@creature dragon turtle wyrmling|FTD} lairs in a geyser inhabited by {@creature Steam Mephit||steam mephits}, believing the creatures to be dragon turtle spirits."],["5","A {@creature dragon turtle wyrmling|FTD} is blamed for attacks on sea traffic being made by a {@creature plesiosaurus}."],["6","A {@creature dragon turtle wyrmling|FTD} plays with a pod of {@creature Killer Whale||killer whales}, leaping into the air and blowing clouds of steam each time the whales breach."]],"name":"Connected Creatures; Dragon Turtle Wyrmling Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Dragon Turtle Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young dragon turtle|FTD} serves as a mount for a {@creature sahuagin baron} in exchange for plunder."],["2","A {@creature young blue dragon} is teaching a {@creature young dragon turtle|FTD} to terrorize nearby settlements so the inhabitants will propitiate the dragon turtle with gold."],["3","A {@creature young dragon turtle|FTD} serves as a mobile rookery for a flock of {@creature Pteranodon||pteranodons} and eats fish they drop."],["4","A {@creature young dragon turtle|FTD} has been enslaved by an {@creature aboleth} and forced to guard the creature's lair."],["5","A clan of gnomes pays a {@creature young dragon turtle|FTD} to serve as a mobile refueling platform for their fleet of steamboats."],["6","A {@creature young dragon turtle|FTD} likes to feast on {@creature Giant Crocodile||giant crocodiles'} eggs."]],"name":"Connected Creatures; Young Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Dragon Turtle Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult bronze dragon} has befriended an {@creature Dragon Turtle||adult dragon turtle} and is trying to convince the dragon turtle to help fight off an invading navy."],["2","A {@creature marid} and an {@creature Dragon Turtle||adult dragon turtle} are traveling companions, touring oceans across the multiverse."],["3","{@creature Shambling Mound||Shambling mounds} grow like an infestation on an {@creature Dragon Turtle||adult dragon turtle's} shell and spread wherever the dragon turtle travels."],["4","An {@creature archmage} is helping an {@creature Dragon Turtle||adult dragon turtle} write a definitive history of the deep."],["5","An {@creature Dragon Turtle||adult dragon turtle} serves as a mount for the {@creature storm giant} who saved the dragon turtle's life."],["6","An {@creature Dragon Turtle||adult dragon turtle} hunts an aquatic {@creature purple worm} that has been hollowing out the reef where the dragon turtle dwells."],["7","An {@creature Dragon Turtle||adult dragon turtle} has awoken from a decades-long nap to discover that halflings have unwittingly built a seaside tavern upon the dragon turtle's back."],["8","An {@creature ultroloth} works with an {@creature Dragon Turtle||adult dragon turtle} living in the River Styx, using magic to protect the dragon turtle from the river's effects and charging travelers for safe passage to the other side."]],"name":"Connected Creatures; Adult Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Dragon Turtle Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient dragon turtle|FTD} and an {@creature ancient gold dragon} meet once a year to trade moves in a game of dragonchess that has been going on for centuries."],["2","An {@creature ancient dragon turtle|FTD} serves as counsel to an {@creature empyrean} court, tempering the Celestials' passions with the dragon turtle's endless patience."],["3","A {@spell geas} spell forces an {@creature ancient dragon turtle|FTD} to carry a {@creature Lich||lich's} tower."],["4","An {@creature ancient dragon turtle|FTD} is responsible for ensuring that a {@creature kraken} is never woken from its slumber."]],"name":"Connected Creatures; Ancient Dragon Turtle Connections","page":111,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Dragon Turtle Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An elven coronet, which the dragon turtle wears as an earring"],["2","A pipe organ that the dragon turtle refers to as \"Bubbles,\" which works underwater"],["3","Cast-metal masks painted with the faces of rulers whose names the dragon turtle constantly misremembers"],["4","A zither fashioned from a conch shell, which the dragon turtle insists visitors play before granting them an audience"],["5","A painted egg decorated with glittering jewels"],["6","An ornate underwater carriage fashioned from coral and seashells, which the dragon turtle pushes back and forth like a toy"],["7","A sculpture depicting a knight on griffonback, whose lance the dragon turtle uses to scrape off barnacles"],["8","An urn engraved with a scowling dwarf's face, whose expression the dragon turtle mimics comically"],["9","A scepter fashioned to resemble a skeletal arm, which unnerves the dragon turtle for some inexplicable reason"],["10","An elegant candelabra that the dragon turtle thinks is lost, but that is actually wedged into a crack in their shell"]],"name":"Dragon Turtle Treasures; Dragon Turtle Art Objects","page":113,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I repeat what others have said back to them to make sure I have remembered it correctly."],["2","I might not like you, but I will endeavor to treat you with respect, if not kindness."],["3","I like to impress visitors by reciting epic poetry."],["4","The only people I'm interested in are those who know history and those who make history."],["5","I like to adopt the personas of characters from legend."],["6","I studiously mimic the mannerisms of my guests."],["7","I prefer to get others talking, then fade into the background. Sometimes literally."],["8","I seek out audiences and like to be the center of attention."]],"name":"Creating an Emerald Dragon; Emerald Dragon Personality Traits","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Seclusion. It's safer if others don't know I'm here—safer for me and safer for them. (Any)"],["2","Observation. People lie. Histories lie. Even dragons lie. But actions always ring true. (Lawful)"],["3","Storytelling. There is a magic in the retelling of stories. Each new teller adds a bit of themself to the spell. (Any)"],["4","Nurture. Rearing a child is our best chance to make sure our own stories are passed on. (Any)"],["5","Inquisitiveness. Even the smallest village contains myriad stories of love, loss, triumph, and betrayal. There is always more to learn about people. (Any)"],["6","Espionage. Once I get paid for the information I glean, I don't care what others do with it. (Evil)"]],"name":"Creating an Emerald Dragon; Emerald Dragon Ideals","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An emerald dragon is the only witness to a murder but doesn't want to be found or identified."],["2","An emerald dragon seeks heroes to participate in a dramatic reenactment of a legendary battle involving dragon riders."],["3","An emerald dragon's assault on a {@creature fire giant} has attracted the attention of the giant's clan, and now the dragon seeks aid."],["4","Villagers have been going missing, and then are found weeks later roaming the forest. They have no memory of the emerald dragon who charmed them for wandering too close to the dragon's lair."],["5","{@creature Giant Lizard||Giant lizards} drawn to the lair of a legendary emerald dragon are terrorizing a nearby halfling settlement. One solution is to get rid of the dragon."],["6","An emerald dragon is the headmaster in absentia of a bardic college and must be convinced to defend the school in a contest against a rival college."],["7","An emerald dragon invisibly tails a party of adventurers, causing trouble for the heroes so the dragon can watch how they respond."],["8","An emerald dragon has been spying for a villainous cabal, ensuring the villains remain one step ahead of the adventurers."]],"name":"Emerald Dragon Adventures; Emerald Dragon Adventure Hooks","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","{@creature Blood Hawk||Blood hawks} routinely accost an {@creature emerald dragon wyrmling|FTD} who lairs near the hawks' nest."],["2","An {@creature emerald dragon wyrmling|FTD} is being hunted by a {@creature Fire Giant||fire giant's} pet {@creature hell hound}."],["3","An {@creature emerald dragon wyrmling|FTD} follows a {@creature berserker} to observe the berserker's life. The berserker believes the dragon is a spirit companion."],["4","A flattering {@creature orog} plies an {@creature emerald dragon wyrmling|FTD} with gems in exchange for information about a settlement the wyrmling has been observing."],["5","An {@creature emerald dragon wyrmling|FTD} keeps trying to play with a pair of newly hatched {@creature Fire Snake||fire snakes}."],["6","An {@creature emerald dragon wyrmling|FTD} has been captured by scheming duergar, who plan to use the wyrmling as bait to lure the wyrmling's parents out of their lair."]],"name":"Connected Creatures; Emerald Dragon Wyrmling Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Emerald Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young emerald dragon|FTD} has befriended a {@creature stone giant}, who is teaching the dragon giant folklore."],["2","A {@creature young emerald dragon|FTD} lairs in abandoned bandit caverns also occupied by a friendly {@creature earth elemental}, which hunts for buried coins for the dragon's hoard."],["3","A {@creature galeb duhr} acts as a door guard to a {@creature Young Emerald Dragon|FTD|young emerald dragon's} lair."],["4","A {@creature young emerald dragon|FTD} invites repeated visits from a {@creature drow mage} who corrects what the dragon has learned about the history of the elven schism."],["5","A {@creature young emerald dragon|FTD} attempts to drive off a clan of {@creature Cyclops||cyclopes} who have taken up residence in a nearby cave, attacking the clan's herd of {@creature Giant Goat||giant goats}."],["6","An {@creature assassin} and a {@creature young emerald dragon|FTD} train together to master the art of stealth."]],"name":"Connected Creatures; Young Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Emerald Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult emerald dragon|FTD} wages a constant battle against deep gnome miners, who scour the tunnels of the dragon's lair in search of emeralds."],["2","An {@creature adult silver dragon} tries to befriend and draw out a reclusive {@creature adult emerald dragon|FTD}."],["3","An {@creature adult emerald dragon|FTD} unwillingly serves a {@creature fire giant} tribe holding the dragon's egg hostage."],["4","An {@creature adult emerald dragon|FTD} is fascinated by the intrigues of a {@creature rakshasa} disguised as a human merchant prince."],["5","An {@creature adult emerald dragon|FTD} shows an {@creature emerald dragon wyrmling|FTD} how to safely observe Humanoids without being detected."],["6","An {@creature adult emerald dragon|FTD} keeps a wary eye on the {@creature Efreeti||efreet} who have built a tower near the dragon's lair, and indirectly aids any who oppose the efreet."],["7","An {@creature iron golem} ferries visitors across the lava moat surrounding an {@creature Adult Emerald Dragon|FTD|adult emerald dragon's} lair."],["8","An {@creature adult emerald dragon|FTD} spies on the {@creature adult red dragon} who killed the emerald dragon's mate, looking for weaknesses."]],"name":"Connected Creatures; Adult Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Emerald Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient emerald dragon|FTD} bargains with a {@creature pit fiend} to buy back the soul of a legendary hero."],["2","A group of {@creature Adult Red Dragon||adult red} and {@creature Adult Silver Dragon||silver} dragons set aside their differences to learn wisdom from an {@creature ancient emerald dragon|FTD}."],["3","Two {@creature Balor||balors} act as jailers for an {@creature ancient emerald dragon|FTD} imprisoned by a long-dead enemy."],["4","An {@creature ancient emerald dragon|FTD} works to summon a {@creature solar} to get a firsthand account for a history of the gods the dragon is compiling."]],"name":"Connected Creatures; Ancient Emerald Dragon Connections","page":114,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Emerald Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A traveling cloak worn by an elf apostate named Huwellah Starshine to the trial where she was convicted and executed"],["2","A nonmagical crystal ball used by Firendelbip, a deep gnome seer who predicted the overthrow of a thousand-year-old fomorian empire"],["3","Spurs worn by the famous human cavalier Roganvald, who challenged the dragon Arathimax the Red (Roganvald's armor now lies in Arathimax's hoard)"],["4","The ornate badge of office of the lich Zakir, nine-time governor of the city of Durn"],["5","A gravy ladle belonging to Lara Rumpledeep, a famed halfling gourmand"],["6","A sextant used by the renowned dwarf explorer Thavrik Rustbeard"],["7","A jeweled hairnet worn by the cloud giant Ultania, who slew her own mother to claim her throne"],["8","A phoenix-shaped brooch passed down to each of the forty-seven recorded incarnations of Gaz, a githzerai monk"],["9","A trophy cup engraved with a pumpkin, awarded each year at the harvest festival of Riksdell before that settlement fell to a plague"],["10","Rusty chains used to bind the orc master thief Korjus before she escaped and conquered half the lands of the south"]],"name":"Emerald Dragon Treasures; Emerald Dragon Art Objects","page":117,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Some people say I have a short attention span, and that I'm easily distractable, but they don't... oh wow, is that a lute?"],["2","I do not constantly steal food. If you can't keep track of your rations, that's really a personal failing."],["3","I'm much smarter than I look, and if you can't say the same, this is going to be a short conversation."],["4","Elf, dwarf, horse—you non-dragons all look the same to me. No offense."],["5","When I narrate what I'm doing in song, it makes everything feel more epic, don't you think?"],["6","The world is a product of my imagination. The fact that you think you exist when I'm not thinking about you is adorable."],["7","I'm quick to make friends and love winning over grumpy and stoic types. If they don't yet appreciate my help, that just means they need more of it!"],["8","I like to earn people's trust, then lead them into dangerous situations and make off with their treasure while they're distracted."]],"name":"Creating a Faerie Dragon; Faerie Dragon Personality Traits","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Benevolence. Jokes are one thing, but I won't abide cruelty. My mischief brings joy to the downtrodden and ridicule to oppressors. (Good)"],["2","Variety. How can anyone stand to do the same things over and over? I take any opportunity to shake things up by trying something new. (Chaotic)"],["3","Fun. What's the point of living if you're not going to enjoy yourself? (Any)"],["4","Humor. My jokes make life more interesting for everyone. Or at least for me. (Any)"],["5","Energy. Boredom is worse than death. I'm not much for plans, but you can always count on me to make something happen! (Chaotic)"],["6","Selfishness. Other creatures exist for my amusement. If tormenting them were wrong, why would I enjoy it so much? (Evil)"]],"name":"Creating a Faerie Dragon; Faerie Dragon Ideals","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A faerie dragon has noticed raiders tracking a defenseless caravan and is eager to warn someone who can help."],["2","A faerie dragon seeks revenge on the monsters that killed the dragon's ranger companion."],["3","A faerie dragon needs help ending a curse that has begun corrupting local plants and animals in the dragon's forest."],["4","A faerie dragon has been harassing local miners who are disturbing the dragon's territory."],["5","A faerie dragon has discovered the entrance to an ancient ruin and is eager to tag along while an adventuring party explores it."],["6","A faerie dragon has stolen a dangerous magic item from a wizard's workshop, without any idea of what it actually does."],["7","A faerie dragon has stumbled upon the recently dead corpse of a centaur messenger bearing a crucial warning for the centaur's community."],["8","A faerie dragon has been magically compelled to work as an invisible assassin and is desperate for someone to break the compulsion."]],"name":"Faerie Dragon Adventures; Faerie Dragon Adventure Hooks","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Connections","colLabels":["d10","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An entrepreneurial gnome uses a {@creature Faerie Dragon (Violet)||faerie dragon's} Euphoria Breath to open a novel relaxation spa; the dragon appreciates the steady stream of treats and baubles they receive in exchange for their labor."],["2","A {@creature Faerie Dragon (Violet)||faerie dragon} is in love with a member of a {@creature pixie} royal court and is constantly searching for some grand deed capable of impressing their beloved."],["3","A {@creature Faerie Dragon (Violet)||faerie dragon} uses magic to aid in the rambling revels of a band of {@creature Satyr||satyrs}."],["4","A {@creature Faerie Dragon (Violet)||faerie dragon} and a {@creature quasit} are sworn enemies, and their invisible battles and the elaborate traps they lay for each other cause havoc in the area where they both live."],["5","A mercenary band keeps a {@creature Faerie Dragon (Violet)||faerie dragon} captive in a cage, forcing the dragon to act as a jester."],["6","A {@creature Faerie Dragon (Violet)||faerie dragon} nests in the branches of a tree that recently received the benefit of a {@creature Druid||druid's} {@spell awaken} spell and promises to teach the {@creature awakened tree} in exchange for shelter and companionship."],["7","A {@creature Faerie Dragon (Violet)||faerie dragon} rules a pack of {@creature Blink Dog||blink dogs}, leading them on a grand quest against evil that the dragon is making up along the way."],["8","A {@creature green dragon wyrmling} has recruited a {@creature Faerie Dragon (Violet)||faerie dragon} as a spy, though the faerie dragon's bizarre means of carrying out orders leaves the green dragon wondering if it's worth the effort."],["9","A {@creature Faerie Dragon (Violet)||faerie dragon} constantly tries to impress a gruff dwarf priest by proselytizing to everyone they meet as they travel together, but the dragon's interpretation of their \"shared faith\" is extremely eccentric."],["10","A {@creature Faerie Dragon (Violet)||faerie dragon} has intimidated a gang of {@creature Goblin||goblins} and now forces the goblins to follow an increasingly bizarre set of rules."]],"name":"Connected Creatures; Faerie Dragon Connections","page":118,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Faerie Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fist-sized puzzle box that the dragon hasn't been able to open, and that holds a tiny clay tablet marked with a mysterious string of numbers"],["2","An illustrated tome titled Hrgold's Bestiary, which falls open to an oft-read entry on faerie dragons"],["3","A majestic military jacket featuring a dazzling array of medals and five different secret pockets"],["4","A gold-rimmed monocle sized for a cyclops, complete with a gold chain"],["5","A gilded pseudodragon skull that the faerie dragon likes to wear as a mask while pretending to be a different dragon called \"Regnus the Unspeakable\""],["6","A cask of wine stamped with the seal of a noble's private collection"],["7","A framed painting of a red dragon destroying an army, with a hole chewed through the dragon's face so the faerie dragon can stick their head through it"],["8","A tiny scale model of a castle that opens like a dollhouse to reveal the chambers and secret passages within"]],"name":"Faerie Dragon Treasures; Faerie Dragon Art Objects","page":120,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I prefer to parley before combat. If villains can be reformed without violence, all the better."],["2","Shorter-lived species often have difficulty perceiving the full scope of time's tapestry and lack the patience for my appropriately thorough explanations."],["3","Others might find me cold and dispassionate, but such is the price of perspective. Few creatures enjoy confronting the relative smallness of their lives."],["4","Disguises allow me to bestow small kindnesses and experience the simple pleasures of companionship without constantly being petitioned. I'm proud of my acting ability and never break character."],["5","The future is writ large in the patterns of history. I enjoy conversing with others who think critically about history and society."],["6","I enjoy gifts but find attempts to hire or bribe me deeply offensive."],["7","My reclusiveness is a filter. If someone lacks the motivation to overcome my barriers, then their matter is unworthy of my attention."],["8","On a long enough timescale, all actions are meaningless. So why should I deny myself anything?"]],"name":"Creating a Gold Dragon; Gold Dragon Personality Traits","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Foresight. Righteous action requires carefully weighing potential consequences to ensure the cure is not worse than the disease. (Lawful)"],["2","Restraint. I cannot right every wrong. I encourage others to solve their own problems, and I save my strength for tribulations only I can address. (Any)"],["3","Stewardship. I do not serve individuals, but rather history. By acting strategically, I tip the ultimate balance toward justice and virtue. (Good)"],["4","Objectivity. I remain impartial in my judgments and refuse to let personal feelings get in the way of what's fair or necessary. (Lawful)"],["5","Isolation. Every interaction has ramifications that stretch on into infinity. I curate my impact on the world by remaining aloof and self-reliant. (Any)"],["6","Sovereignty. Other creatures lack my wisdom and must be controlled to prevent wrongdoing. (Evil)"]],"name":"Creating a Gold Dragon; Gold Dragon Ideals","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Gold Dragon||Young}","17","{@spell bless}, {@spell cure wounds}, {@spell slow}, {@spell suggestion}, {@spell zone of truth}"],["{@creature Adult Gold Dragon||Adult}","21","{@spell bless}, {@spell commune}, {@spell cure wounds}, {@spell geas},* {@spell slow}, {@spell suggestion}, {@spell zone of truth}"],["{@creature Ancient Gold Dragon||Ancient}","24","{@spell bless}, {@spell commune},* {@spell cure wounds}, {@spell geas},* {@spell plane shift} (+16 to hit), {@spell slow}, {@spell suggestion}, {@spell word of recall}, {@spell zone of truth}"]],"footnotes":["*This spell's casting time is longer than 1 action."],"name":"Creating a Gold Dragon; Gold Dragon Spellcasting","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When two cities stand on the brink of war, someone needs to make the arduous journey to convince a gold dragon to arbitrate the dispute."],["2","A scholar has learned a secret so dangerous that a gold dragon is set on magically wiping the scholar's mind. The dragon is recruiting trackers to locate the scholar, while the scholar tries to hire bodyguards."],["3","A gold dragon seeks to vanquish evil by conquering and uniting all nations under a totalitarian government that will enforce the dragon's benevolent laws."],["4","A gold dragon has been attacking travelers in an effort to drive them away from the dragon's territory, which holds a deadly artifact at its center."],["5","A gold dragon has decided to burn a plague- infected city to the ground, sacrificing the residents to limit the contagion's spread."],["6","A gold dragon needs agents to infiltrate a magical prison complex and liberate the dragon's monk companion, who has been unjustly sentenced."],["7","A gold dragon demands reparations from a city whose rulers sent adventurers to steal from the dragon's hoard."],["8","A gold dragon requires a team of specialists to help break into the infamous Lamentation Vault and acquire the world-shaking prophecy held within."]],"name":"Gold Dragon Adventures; Gold Dragon Adventure Hooks","page":121,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature gold dragon wyrmling} bonded with a {@creature xorn} over their shared love of gems and seeks to help the creature back to the Elemental Plane of Earth."],["2","A {@creature gold dragon wyrmling} yearns to imitate a {@creature couatl} mentor and is searching for a magical location worth guarding."],["3","A {@creature gold dragon wyrmling} is venerated by a tribe of lizardfolk—much to the consternation of the priest who used to rule the tribe."],["4","A band of {@creature Centaur||centaurs} makes pilgrimages to a {@creature Gold Dragon Wyrmling||gold dragon wyrmling's} lair, bringing gifts of gems and knowledge."],["5","A {@creature gold dragon wyrmling} is fascinated by modrons' clockwork determinism and has tracked down and befriended a rogue {@creature pentadrone}."],["6","A {@creature gold dragon wyrmling} has befriended a group of {@creature Githzerai Monk||githzerai monks} and visits them regularly to conduct elaborate thought experiments."]],"name":"Connected Creatures; Gold Dragon Wyrmling Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Gold Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young gold dragon} enjoys the company of {@creature Treant||treants}, who share the dragon's long view of history and methodical conversational style."],["2","A {@creature young gold dragon} lives in a cluster of stone spires and has secured the service of the {@creature galeb duhr} who watch over the site."],["3","An {@creature arcanaloth} has secured a contract requiring a {@creature young gold dragon} to serve the Fiend once every five years. It can't make the dragon do evil acts, but the jobs often have unforeseen consequences."],["4","A {@creature young gold dragon} maintains a lair in a flying cloud giant citadel, winning the continued right to dwell there in repeated gambling games."],["5","A {@creature young gold dragon} and an {@creature archmage} are uneasy companions, bound to defend each other by the dying wish of a heroic warrior they both loved."],["6","After a {@creature young gold dragon} freed a {@creature djinni} from servitude, the djinni installed a portal linking the dragon's lair to the djinni's citadel on the Elemental Plane of Air."]],"name":"Connected Creatures; Young Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Gold Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult gold dragon} has sworn to destroy the {@creature balor} who killed the dragon's mate."],["2","An {@creature adult gold dragon} feels responsible for a paladin's fall from grace and sends minions across the world in search of the paladin—now a {@creature death knight}—so they both might be redeemed."],["3","An {@creature adult green dragon} and an {@creature adult gold dragon} skirmish over control of the vine-choked ruins of a floating mausoleum and its library of talking skulls."],["4","An {@creature adult gold dragon} enjoys playing strategy games with an {@creature androsphinx}, one of the few creatures able to successfully bluff the dragon."],["5","An {@creature adult gold dragon} living in a desert temple helps some elf oracles interpret visions bestowed by an artifact called the Siren's Lens."],["6","An imprisoned {@creature mummy lord} has convinced its {@creature adult gold dragon} jailer that the mummy's plans for domination will be for the best in the long run."],["7","An {@creature adult gold dragon} crafted an {@creature iron golem} to defend the dragon's lair and talks to it as if it were a person."],["8","An {@creature adult gold dragon} hunts the {@creature adult blue dracolich} who stole the legendary Crown of Endings from the gold dragon's hoard."]],"name":"Connected Creatures; Adult Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Gold Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature solar} who admires an {@creature ancient gold dragon} campaigns to recruit the dragon into the service of the solar's god."],["2","An {@creature ancient gold dragon} is infatuated with an oblivious {@creature empyrean}, drawn in by the empyrean's carefree nature and larger-than-life emotions."],["3","An {@creature ancient gold dragon} and a {@creature lich} have vied to bend history to their respective wills. The two have reluctantly come to understand and empathize with each other."],["4","An {@creature ancient gold dragon} takes little interest in the day-to-day governance of a powerful empire. But the dragon expects to be obeyed completely when deigning to address the populace."]],"name":"Connected Creatures; Ancient Gold Dragon Connections","page":122,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Gold Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fine tapestry depicting the intermingled family trees of several royal bloodlines going back multiple generations—and containing surprising revelations"],["2","An orrery showing the world's place in the solar system—with one gemstone planet too many"],["3","A scroll covered with surrealist imagery, entitled Voyage through the Land of Dreams"],["4","A black dragon skull with a crack down the middle and gems fixed in its eye sockets; a plaque along the bottom reads, \"So too shall ye be\""],["5","A metal wheel with various holy symbols affixed to its edges; thin arms at the center of the wheel are made to hold a spherical object that is missing"],["6","A series of nesting metal cylinders, each inscribed with a different proverb or paradox; the central cylinder contains a single gold dragon scale"],["7","An elaborate atlas bound in wyvern hide, with several remote regions circled and labeled in code"],["8","A clever clockwork music box that, when cranked, recites a prophecy in Modron"],["9","An elaborately decorated tea set, each of its cups themed after a different plane of existence"],["10","An elaborate calendar clock with one face burned and cracked and two others that are counting down to unspecified future events, including one less than a month away"]],"name":"Gold Dragon Treasures; Gold Dragon Art Objects","page":124,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","You're either with me or you're against me. Just kidding—you're lunch either way!"],["2","I hate how much people think they matter in a world that was old before their kind even learned the idea of names."],["3","The more the merrier as far as I'm concerned: more to control, more to torture, more to feast upon when I'm finally bored."],["4","Bipedal life is too ugly and ignorant to merit even a scrap of compassion."],["5","I like seeing life through the eyes of a lesser being—before forcing that creature to gouge their eyes out."],["6","The wilds are mine and mine alone, and anyone who thinks they can enter my territory had best hope I have other distractions that day."],["7","I allow others to dwell in my forest—if they act as my eyes, ears, and occasional playthings in return."],["8","I harbor no animosity toward anyone. Let me grow ancient with my forest, and I'll leave you in peace."]],"name":"Creating a Green Dragon; Green Dragon Personality Traits","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Isolation. Territories can be properly established only when all parties respect the borders of their neighbors. (Lawful)"],["2","Control. All lesser beings should bare their throats to their betters. (Evil)"],["3","Respect. Fear is amusing, but reverence is delicious. (Any)"],["4","Intrigue. The world is so much more entertaining when no one trusts anyone. (Evil)"],["5","Imagination. Nothing is more gauche than repeating the same activities day after day. (Any)"],["6","Tolerance. The impermanence of intelligent life is bittersweet and should be honored as such. (Good)"]],"name":"Creating a Green Dragon; Green Dragon Ideals","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Green Dragon||Young}","13","{@spell invisibility}, {@spell speak with animals}"],["{@creature Adult Green Dragon||Adult}","16","{@spell invisibility}, {@spell plant growth}, {@spell speak with animals}"],["{@creature Ancient Green Dragon||Ancient}","19","{@spell invisibility}, {@spell mass suggestion}, {@spell plant growth}, {@spell speak with animals}"]],"name":"Creating a Green Dragon; Green Dragon Spellcasting","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A green dragon is terrorizing a forest settlement, murdering and eating someone each night before depositing the grisly remains in the village square."],["2","{@creature Troll||Trolls} are attacking trade caravans, stealing and killing whatever they can—all to placate a green dragon living in their territory."],["3","A cult is capturing travelers to feed a newly hatched pair of green dragons."],["4","A convicted murderer begs for clemency, claiming to have been under the control of a green dragon while on a killing spree."],["5","The misty forest at the border of a coastal realm is beginning to grow alarmingly, and sages suspect it might be the work of a green dragon."],["6","A green dragon stirs from a long underground slumber to discover that a city has been built where the dragon's forest lair once stood."],["7","{@creature Hill giant} raiders promise to stop their pillaging in exchange for a clutch of {@creature Green Dragon Wyrmling||green dragon wyrmlings} to raise."],["8","A green dragon stalks a well-known trade route, interrogating all passersby on what they know about a dead gold dragon's lost hoard."]],"name":"Green Dragon Adventures; Green Dragon Adventure Hooks","page":126,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature green dragon wyrmling} is the centerpiece of a traveling circus but might not be a prisoner after all."],["2","A {@creature green dragon wyrmling} was raised by a cluster of {@creature Pseudodragon||pseudodragons}, whom the wyrmling now protects."],["3","Hobgoblin raiders have captured several {@creature Green Dragon Wyrmling||green dragon wyrmlings}, hoping to use them as the vanguards of their war parties."],["4","A {@creature green dragon wyrmling} exacerbates the chaotic tendencies of a group of {@creature Satyr||satyrs}, driving them to greater acts of mischief with the promise of rich rewards."],["5","A {@creature green dragon wyrmling} tricks a village of lizardfolk into believing the dragon is an incarnation of a lizardfolk god."],["6","An ancient {@creature couatl} attempts to shape the moral outlook of a {@creature green dragon wyrmling}, so the dragon might inherit the duty of guarding the couatl's treasures."]],"name":"Connected Creatures; Green Dragon Wyrmling Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Green Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young green dragon} and a {@creature treant} vie for influence over a woodland region."],["2","A {@creature young green dragon} forces a group of {@creature Dryad||dryads} to collect treasures for the dragon's hoard, threatening to destroy their trees if they refuse."],["3","An infestation of {@creature Twig Blight||twig blights} has taken over the lair of a {@creature young green dragon}, and the dragon will do anything to reclaim it."],["4","{@creature Green Hag||Green hags} compete to gain an alliance with a {@creature young green dragon}, turning a village into a staging ground for their games of deceit."],["5","A {@creature young green dragon} directs a conclave of yuan-ti under the command of a {@creature yuan-ti abomination}, ordering the serpentfolk to search the forgotten tunnels of a city for the ancient treasures buried there."],["6","An {@creature oni} and a {@creature young green dragon} work together to terrorize a village, taking a victim every night and leaving the rest too frightened to flee."]],"name":"Connected Creatures; Young Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Green Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A ruler controlled by an {@creature adult green dragon} plunders the realm's populace to fill the dragon's hoard."],["2","Several {@creature Adult Green Dragon||adult green dragons} fight to claim a treasure hoard hidden under a woodland city."],["3","An {@creature adult green dragon} is bound to the service of a {@creature guardian naga} and baits other creatures to kill the dragon's naga captor."],["4","{@creature Giant Ape||Giant apes} raised from birth by an {@creature adult green dragon} now serve as the dragon's hunting party."],["5","Mind-controlled clerics lead unsuspecting worshipers to the lair of an {@creature adult green dragon}."],["6","An {@creature adult green dragon} works to corrupt a {@creature young gold dragon} trapped in the green dragon's woods."],["7","Wood elves flagellate themselves to earn the favor of a god suddenly turned cruel, not knowing they've been misled by an {@creature adult green dragon}."],["8","An {@creature adult green dragon} turns {@creature Treant||treants} against the druids who once guarded the treants' grove."]],"name":"Connected Creatures; Adult Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Green Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient green dragon} returns to the same sylvan forest every year to feed upon a herd of {@creature Unicorn||unicorns}."],["2","An {@creature ancient green dragon} prevents would-be rescuers from reaching a cursed realm whose people are magically asleep and hidden behind a forest of thorns."],["3","A once-peaceful land has become warlike, thanks to the {@creature ancient green dragon} controlling its elf monarchs."],["4","An {@creature ancient green dragon} is the guardian of a {@creature Lich||lich's} phylactery and extorts favors from the lich."]],"name":"Connected Creatures; Ancient Green Dragon Connections","page":127,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Green Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The polished skull of a unicorn, latticed with luminescent blooms"],["2","An elaborate necklace of yuan-ti origin, set with gleaming gems and dripping with strands of pearls"],["3","A harp, its pillar carved to resemble a beautiful elf who weeps loudly and inconsolably"],["4","A marble statue that once showed a knight vanquishing a dragon, but due to strategic damage, now looks like a knight tumbling into massive jaws"],["5","The baby teeth of a Humanoid, preserved in amber furred with a golden fungus that smells like gingerbread"],["6","A giant-sized hunting horn scrimshawed with elaborate patterns, the pewter only slightly tarnished"],["7","A stained glass window still set within a fragment of wall depicting the many deaths of an elf monarch"],["8","A triptych of silver mirrors, set in an ornate brambled iron frame sculpted to depict figures in a grotesque bacchanal"],["9","Quartz terrariums carried on the backs of tourmaline jaguars, overgrown with misshapen cacti"],["10","A string of skulls riddled with too many eye sockets, their jaws replaced by carved gemstones"]],"name":"Green Dragon Treasures; Green Dragon Art Objects","page":129,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I often lose track of whether I'm in the Feywild or on the Material Plane."],["2","I have been known to throw caution to the wind when in pursuit of new items for my hoard."],["3","No matter how old I get, I always delight in harmless pranks and tricks."],["4","I've always been mature for my age, and I can't wait for the day I can retire to my lair to be taken care of by doting fey."],["5","I look down upon any being who resorts to violence to solve a problem."],["6","Conversing with others is often difficult because I'm so easily distr... oh my goodness, is that circlet made of silver?"],["7","I find the waking world tedious and mundane and would much rather spend my time asleep, in the realm of dreams."],["8","I find the whimsy of fey, and whimsy in general, to be exasperating and exhausting."]],"name":"Creating a Moonstone Dragon; Moonstone Dragon Personality Traits","page":130,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Curiosity. I might never be able to experience everything in the multiverse—but it doesn't hurt to try. (Any)"],["2","Nonviolence. Violence need never be the answer in a multiverse of infinite possibilities. (Neutral)"],["3","Whimsy. Why waste time on boring, ordinary concerns when the world is filled with fantastic and ludicrous wonders? (Chaotic)"],["4","Beauty. There is beauty to be found in even the simplest things if you look hard enough. (Good)"],["5","Inspiration. Great are history's artists and creators. But greater still are those who inspire them. (Any)"],["6","Power. Creatures are at their most vulnerable in their dreams, and I am the master of dreams. (Evil)"]],"name":"Creating a Moonstone Dragon; Moonstone Dragon Ideals","page":130,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A wealthy and well-known artist's muse—a moonstone dragon—has stopped appearing in their dreams. The artist is desperate to hire adventurers to find the dragon."],["2","A clutch of moonstone dragons has discovered a portal to the Material Plane and is wreaking havoc on nearby villages, pilfering every bit of silver the locals own."],["3","A moonstone dragon seeks the platinum crown of a Fey prince—and will do anything to get it."],["4","A gluttonous moonstone dragon is consuming all the moonlight in a small forest, making the darkened path through the woods ideal for banditry."],["5","A moonstone dragon hosts a storytelling competition in the Feywild, and the winner gets to claim any one item on display in the dragon's lair."],["6","A moonstone dragon, offended by gifts of gold, is causing nightmares among the local nobility."],["7","A powerful spellcaster is forcing a captive moonstone dragon to invade the dreams of adventurers, sending parties on quests to assist the spellcaster's nefarious schemes."],["8","A moonstone dragon that accidentally stumbled through a portal to the Material Plane can't find a way back home to the Feywild."]],"name":"Moonstone Dragon Adventures; Moonstone Dragon Adventure Hooks","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An abandoned {@creature moonstone dragon wyrmling|FTD} is being raised by a family of {@creature Faerie Dragon (Violet)||faerie dragons}, who eagerly encourage the wyrmling's mischievous habits."],["2","A {@creature moonstone dragon wyrmling|FTD} searches for whoever made the dragon's friend—a suit of {@creature animated armor} able to make witty, if limited, conversation."],["3","A {@creature moonstone dragon wyrmling|FTD} has convinced a lost {@creature white dragon wyrmling} that the latter is also a moonstone dragon, cursed by an archfey of winter. The two travel together, causing trouble in the name of lifting the \"curse.\""],["4","{@creature Ettercap||Ettercaps} captured a {@creature moonstone dragon wyrmling|FTD}, who has so far avoided becoming dinner by teaching the ettercaps to create wild, impossible sculptures with their webs."],["5","A {@creature moonstone dragon wyrmling|FTD} torments a group of lost modrons by tricking them into performing chaotic acts."],["6","A {@creature moonstone dragon wyrmling|FTD} has volunteered to be a spy in a conflict between a group of {@creature Pixie||pixies} and a group of {@creature Quickling|VGM|quicklings}. Both sides believe the wyrmling is working exclusively for them."]],"name":"Connected Creatures; Moonstone Dragon Wyrmling Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Moonstone Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young moonstone dragon|FTD} on the cusp of adulthood refuses to settle down and build a lair. To protect the local populace from the dragon's chaotic activities, a minor deity sends a {@creature deva} to temper the dragon's mischievous spirit."],["2","A {@creature young moonstone dragon|FTD} fell victim to a {@creature Fomorian||fomorian's} curse and has elected to stay with the Giant rather than reveal this magical affliction."],["3","A {@creature treant} and a {@creature young moonstone dragon|FTD} love to meet and share stories. While the dragon speaks of travels and adventures, the treant tells tales of the tiny moments that make up a forest's life."],["4","A {@creature young moonstone dragon|FTD} has acquired a powerful magic item belonging to one of the fey courts and is leading the assassin sent to retrieve the item on a chase through the Feywild."],["5","A {@creature young moonstone dragon|FTD} has joined a pack of {@creature Blink Dog||blink dogs} for a year and a day. The dragon pretends to be a blink dog and refuses to admit otherwise until this time with the pack expires."],["6","A {@creature young moonstone dragon|FTD} and a {@creature night hag} repeatedly encounter each other in the dream realm, but they have never met in the flesh."]],"name":"Connected Creatures; Young Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Moonstone Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A Fey noble has sent an {@creature archmage} advisor to parley with an {@creature adult moonstone dragon|FTD} whose lair is in the noble's territory, and it isn't going well."],["2","Fascinated by the dreams of a {@creature myconid sovereign}, an {@creature adult moonstone dragon|FTD} has befriended the whole myconid colony."],["3","In the midst of a {@creature werewolf} invasion, someone suggests that a nearby {@creature Adult Moonstone Dragon|FTD|adult moonstone dragon's} hoard could be a good source of silver."],["4","An {@creature Adult Moonstone Dragon|FTD|adult moonstone dragon's} burgeoning hoard attracts the attention of an {@creature arcanaloth} seeking a powerful Feywild artifact."],["5","An {@creature adult moonstone dragon|FTD} attempts to help a {@creature beholder} worried that its dreams will soon give birth to a rival beholder."],["6","Members of a {@creature Night Hag||night hag coven} are determined to prevent an {@creature adult moonstone dragon|FTD} from contacting creatures in the dream realm, and the dragon has no idea why."],["7","An {@creature adult moonstone dragon|FTD} is called upon to discipline a group of {@creature Moonstone Dragon Wyrmling|FTD|moonstone dragon wyrmlings} that rampaged through a Fey noble's territory."],["8","An {@creature adult moonstone dragon|FTD} has amassed a menagerie of {@item Figurine of Wondrous Power||figurines of wondrous power} and activates the items regularly to liven up the lair."]],"name":"Connected Creatures; Adult Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Moonstone Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient moonstone dragon|FTD} and an {@creature ancient green dragon} vie for supremacy in a primeval forest."],["2","An {@creature ancient moonstone dragon|FTD} has partnered with an {@creature androsphinx} to guard a precious treasure, taking the place of the sphinx's slain {@creature gynosphinx} partner."],["3","An {@creature ancient moonstone dragon|FTD} is summoned to mediate a centuries-old conflict between fey courts."],["4","An {@creature Ancient Moonstone Dragon|FTD|ancient moonstone dragon's} sibling, imprisoned for centuries in the Shadowfell, has finally returned home as a shadow dragon."]],"name":"Connected Creatures; Ancient Moonstone Dragon Connections","page":131,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Moonstone Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A statue of a beautiful Fey who appears to be laughing, crying, or scowling, depending on the viewer's mood; the dragon requires all who visit to describe the face and sends away anyone who sees an angry visage"],["2","A string of leaves collected from the rarest trees in the Feywild and then dipped in silver"],["3","A small mithral ball that shows significant scuffing, as the dragon plays with it constantly"],["4","A mobile from which hang six figurines of pixies and sprites; the dragon insists that Fey allies address any questions and concerns to the figurines"],["5","A painting of a beautiful Feywild vista; the dragon studies the painting every day for clues about the vista's whereabouts"],["6","An ornate silver chest that holds a mountain of gold coins; the dragon refuses to open the chest, claiming it can still smell the stink of the \"noxious metal\""],["7","A collection of gem-encrusted pitchers, decanters, and goblets; the dragon will not consume faerie nectar unless it is served in one of these items"],["8","A vast bookshelf full of dream journals written by creatures the dragon has befriended over the years; the dragon has each entry illustrated by a different celebrated artist, making the library one of the largest art collections in the world"]],"name":"Moonstone Dragon Treasures; Moonstone Dragon Art Objects","page":132,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The thrill of the hunt and of battle makes my blood burn and stokes the fire in my heart. A pity there are so few foes and so little prey worthy of me."],["2","The worship of smaller creatures pleases me, though their weakness is pathetic—how can they do other than adore me?"],["3","Nothing is better than to sleep and dream upon my hoard with the warmth of a full belly. Let those who would disturb me beware!"],["4","Ah, if these foolish creatures only knew they were but pawns in the games I play to amuse myself."],["5","I know that others seek to steal my treasures, my beautiful baubles, won through strength and cunning. But they are mine. Mine!"],["6","All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power."],["7","Although my power and life span are vast, they have merely whetted my appetite for immortality."],["8","Heroes need foes to test them. Not all teachers can afford to be kind, and some lessons must be harsh."]],"name":"Creating a Red Dragon; Red Dragon Personality Traits","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Cruelty. Pain and fear are the most powerful tools. With them, any creature's will can be broken. (Evil)"],["2","Might. Only the strongest survive and prosper, so I must be the strongest of all. (Any)"],["3","Greed. If I desire a thing, then it must be mine and mine alone. (Evil)"],["4","Respect. All that I have achieved must be acknowledged and treated with the utmost respect. (Any)"],["5","No Limits. I do whatever I please, whenever it pleases me to do so. (Chaotic)"],["6","Responsibility. Fire destroys, but it can also temper when it is applied carefully—if the material tested is strong enough. (Lawful)"]],"name":"Creating a Red Dragon; Red Dragon Ideals","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Red Dragon||Young}","16","{@spell bane}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell suggestion}"],["{@creature Adult Red Dragon||Adult}","19","{@spell bane}, {@spell dominate person}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell suggestion}"],["{@creature Ancient Red Dragon||Ancient}","21","{@spell bane}, {@spell dominate person}, {@spell heat metal}, {@spell hypnotic pattern}, {@spell power word stun}, {@spell suggestion}"]],"name":"Creating a Red Dragon; Red Dragon Spellcasting","page":133,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A red dragon has spent years hunting a stolen treasure, which has fallen into the hands of adventurers who have no idea where it came from."],["2","A red dragon's fiery breath is the only means of completing an important magic item or of destroying a baleful artifact."],["3","A red dragon is the cause of raging wildfires, making the hunt for the dragon even more dangerous."],["4","A red dragon is unusually willing to entertain a peace envoy representing the various peoples dwelling in the valley below the dragon's mountain lair."],["5","A dwarf wants to recover a family heirloom rumored to be in the hoard of a red dragon."],["6","Evil cultists plan to meet with a red dragon and persuade it to become a dracolich."],["7","A red dragon has been held in an enchanted slumber for generations, but signs suggest the enchantment is beginning to fail."],["8","A region has survived for generations by annually tithing victims and treasures to a red dragon."]],"name":"Red Dragon Adventures; Red Dragon Adventure Hooks","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature fire giant} lord has captured a {@creature red dragon wyrmling} and is looking to train the willful creature as a pet."],["2","A {@creature red dragon wyrmling} adopted a nest of {@creature Fire Snake||fire snakes}, which have now grown into {@creature Salamander||salamanders} who protect the wyrmling."],["3","A band of {@creature Kobold||kobolds} was driven out of its warren by a {@creature red dragon wyrmling}; they now raid to survive—and to gather offerings to propitiate \"the winged god.\""],["4","A tiefling child has secretly hidden and raised a {@creature red dragon wyrmling} from an egg. The wyrmling is bonded to the child, but dangerous to anyone else."],["5","A bound {@creature fire elemental} serves as the guardian of an orphaned {@creature red dragon wyrmling}."],["6","A band of {@creature Hobgoblin||hobgoblins} is thrown into chaos when a {@creature red dragon wyrmling} supports a coup by an ambitious war leader, in exchange for tribute."]],"name":"Connected Creatures; Red Dragon Wyrmling Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Red Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature specter} is bound as the guardian of a {@creature Young Red Dragon||young red dragon's} treasure hoard."],["2","A {@creature Young Red Dragon||young red dragon's} new lair spawns {@creature Magma Mephit||magma mephits} and {@creature Smoke Mephit||smoke mephits}, which escape into the surrounding countryside and cause mischief."],["3","A {@creature young red dragon} serves as the guardian of a githyanki creche, hoping to eventually earn the allegiance of the young githyanki raised there."],["4","{@creature Ogre||Ogres} and {@creature Ettin||ettins} cowed by a {@creature young red dragon} wander the foothills near the dragon's lair, helping to drive away intruders."],["5","A colony of {@creature Mind Flayer||mind flayers} has captured and controlled a {@creature young red dragon}, which now guards the passages to the illithids' underground lair."],["6","A parent of a {@creature young red dragon} has become a dracolich, and the dragon wishes to see the Undead abomination destroyed."]],"name":"Connected Creatures; Young Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Red Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A flock of {@creature Gargoyle||gargoyles} dwell near an {@creature Adult Red Dragon||adult red dragon's} lair, serving as lookouts and guardians."],["2","{@creature Azer} artisans are bound in service to an {@creature adult red dragon}, for whom they make sculptures and art objects from precious metals and gems."],["3","An {@creature adult red dragon} rules over a hidden valley filled with dinosaurs."],["4","A {@creature shadow demon} serves as an {@creature Adult Red Dragon||adult red dragon's} spy and messenger."],["5","Cultists worshiping an {@creature adult red dragon} act as the dragon's agents throughout the region."],["6","A mysterious masked knight relentlessly hunting an {@creature adult red dragon} is, in fact, the dragon's half-dragon offspring bent on vengeance."],["7","An {@creature adult red dragon} owes a debt of service to an elderly {@creature druid}, enforced by a magical oath."],["8","An {@creature adult red dragon} has seized an outpost of an {@creature efreeti} pasha's domain as a lair, and the noble genie wants to evict the intruder."]],"name":"Connected Creatures; Adult Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Red Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient red dragon} controls a vast intelligence network that has infiltrated nearly every nation."],["2","An {@creature ancient red dragon} warlord has united a number of formerly squabbling nations, creating a massive army ready to conquer the known world."],["3","A cult in service to an {@creature ancient red dragon} is gathering resources to summon a consort of Tiamat, so the cult's master can defeat the consort in single combat and claim a place at Tiamat's side."],["4","A {@creature balor} demon hopes an {@creature Ancient Red Dragon||ancient red dragon's} dragonsight can help the demon coordinate a multidimensional play for power in the Abyss."]],"name":"Connected Creatures; Ancient Red Dragon Connections","page":134,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Red Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A hammered metal brazier elaborately etched and set with polished obsidian, which sits atop a stand holding rare incense blends"],["2","A beautifully inlaid mosaic map of the region within a 100-mile radius of the dragon's lair"],["3","A life-sized basalt statue of a fierce knight, weapon raised to strike, which might be the preserved form of an actual knight turned to stone"],["4","The blackened skull of a young dragon that has been etched with designs and decorated with gems"],["5","A tiered fountain filled with liquid gold that is cool to the touch, but immediately hardens if removed from the fountain"],["6","A statue of the red dragon with gemstones for eyes"],["7","A detailed, life-sized elf skull cast in precious metal"],["8","A game board and a complete set of pieces, all carved and inlaid with precious and semiprecious stones (the dragon is fond of playing the game but has few worthy opponents)"],["9","A fist-sized gemstone carved into a likeness of the dragon's head"],["10","A set of precious metal tablets containing ancient lore"],["11","A beautifully wrought crown set with fiery gemstones, possibly the legacy of a lost empire"],["12","A beautiful polished sphere of rainbow obsidian, set on a wrought-gold stand"]],"name":"Red Dragon Treasures; Red Dragon Art Objects","page":137,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I often fixate on specific historical battles or wars and won't rest until my hoard contains that conflict's most significant artifacts."],["2","I am constantly aware of a call from beyond this world. I must prepare to answer that call by amassing powerful arms and armor."],["3","I secretly look forward to adventurers trying to infiltrate my lair. How else could I try out new defenses?"],["4","Give me a storied helmet or scimitar over a pile of gold any day."],["5","No creature can outsmart my defenses—if they do, they obviously cheated."],["6","Any creature that can hold their own against me must teach me how—whether they want to or not."],["7","I cannot resist a game of dragonchess—which, I will have you know, my ancestors probably invented."],["8","The sight of blood makes me queasy."]],"name":"Creating a Sapphire Dragon; Sapphire Dragon Personality Traits","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solitude. A stranger is just an intruder I haven't dealt with yet. (Neutral)"],["2","Preservation. Most creatures cannot be trusted to properly safeguard historically significant artifacts. I can. (Lawful)"],["3","Knowledge. The stories surrounding every piece in my collection are as important as the treasures themselves. (Any)"],["4","Order. An organized hoard makes me happy—and you don't want to see me unhappy. (Lawful)"],["5","Preparation. Justice and righteousness do not guarantee victory. Planning and tactics do. (Lawful)"],["6","Companionship. Sure, my hoard brings me great joy. But the real treasures are the guests who stop by to see it. (Good)"]],"name":"Creating a Sapphire Dragon; Sapphire Dragon Ideals","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Posing as an avatar of an evil earth elemental-god, a sapphire dragon serves as general to a fanatical cult—and claims the spoils of the cult's victories."],["2","A sapphire dragon is bound by an ancient pact to advise a monarchy on matters of defense—until someone bests the dragon's security measures."],["3","A sapphire dragon seeks adventurers to lead into battle against the {@creature Mind Flayer||mind flayers} that usurped the dragon's lair."],["4","Powerful infernal creatures have opened a portal in the middle of a city square. The key to closing the portal is a mythical holy weapon that happens to be the pride and joy of a sapphire dragon's hoard."],["5","A sapphire dragon threatens to sink a town into the Underdark unless the authorities find and turn over a thief who stole from the dragon."],["6","A village is beset by swarms of {@creature Giant Spider||giant spiders} drawn to the area when a sapphire dragon took up residence nearby. Ridding the village of the spiders means tampering with the dragon's food supply."],["7","A sapphire dragon invites warriors to vie for the honor of studying military tactics under the dragon. The front-runner is an infamous bandit leader who will undoubtedly terrorize the area if they win."],["8","A sapphire dragon's lair is so well protected that its inner defenses have never been tested. The dragon spreads rumors of the treasures within to attract adventurers who can put the traps to the test."]],"name":"Sapphire Dragon Adventures; Sapphire Dragon Adventure Hooks","page":138,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","After being robbed by gnomes who had pledged to protect the hoard, a {@creature sapphire dragon wyrmling|FTD} installs new guardians that have no interest in material riches: {@creature Gelatinous Cube||gelatinous cubes} and {@creature Ochre Jelly||ochre jellies}."],["2","A band of {@creature Minotaur||minotaurs} in service to Baphomet has captured a {@creature sapphire dragon wyrmling|FTD} to learn from the wyrmling's strategies."],["3","Two {@creature Sapphire Dragon Wyrmling|FTD|sapphire dragon wyrmlings} vie for the same territory. Their primary battle tactic involves luring {@creature Grell||grells} into each other's lairs."],["4","A group of Lolth-worshiping {@creature Drow Elite Warrior||drow warriors} were sent to kill a {@creature sapphire dragon wyrmling|FTD} who has been making meals of their goddess's holy spiders."],["5","A {@creature sapphire dragon wyrmling|FTD} is on the verge of starvation after incorrectly identifying a nearby {@creature phase spider} nest as an easy food source."],["6","A {@creature Sapphire Dragon Wyrmling|FTD|sapphire dragon wyrmling's} hoard contains a cursed item, which has attracted {@creature Specter||specters} and {@creature Wraith||wraiths} to the area around the dragon's lair."]],"name":"Connected Creatures; Sapphire Dragon Wyrmling Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Sapphire Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young sapphire dragon|FTD} practices martial skills by regularly using a {@item horn of Valhalla} to summon {@creature Berserker||berserker spirits} to fight."],["2","A {@creature young sapphire dragon|FTD} has found a collection of long-forgotten {@creature Clay Golem||clay golems} and is trying to teach them military tactics."],["3","A {@creature druid} summoned {@creature galeb duhr} to guard a {@creature Young Sapphire Dragon|FTD|young sapphire dragon's} hoard in exchange for the dragon controlling the {@creature giant spider} population, but the galeb duhr are causing trouble for local miners."],["4","Two Lolth {@creature Cultist||cultists} seek a magical relic that attracts {@creature Giant Spider||giant spiders}, but the relic's resting place has become a {@creature Young Sapphire Dragon|FTD|young sapphire dragon's} feeding ground."],["5","A {@creature young sapphire dragon|FTD} and a {@creature hobgoblin warlord} have become friends. The hobgoblin visits regularly to trade war stories and tactics with the dragon."],["6","A {@creature kuo-toa archpriest} believes a {@creature young sapphire dragon|FTD} is a god named Sliploopdreegoo, and calls on other kuo-toa to worship the dragon."]],"name":"Connected Creatures; Young Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Sapphire Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult sapphire dragon|FTD} lives adjacent to active {@creature purple worm} tunnels, hoping the threat of the worm will deter treasure hunters."],["2","An {@creature adult sapphire dragon|FTD} employs a {@creature dao} to help shape and defend the dragon's lair, and the dao maintains a portal to the Elemental Plane of Earth there."],["3","An {@creature adult sapphire dragon|FTD} regularly confers with a plane-hopping {@creature archmage} regarding the dragon's ongoing dreams of other worlds and other lives."],["4","A {@creature drow priestess of Lolth} and several {@creature yochlol} demons have been ordered by their goddess to deal with the {@creature adult sapphire dragon|FTD} who has been hunting her holy spiders."],["5","A forgetful and nearsighted {@creature adult sapphire dragon|FTD} believes a {@creature blue dragon wyrmling} is actually the {@creature Sapphire Dragon Wyrmling|FTD|sapphire wyrmling} who left home months before."],["6","An {@creature adult sapphire dragon|FTD} and a squadron of githyanki have joined forces to locate and destroy a {@creature mind flayer} colony."],["7","A group of {@creature Stone Giant||stone giants} believes a {@creature young sapphire dragon|FTD} to be an emissary of their god, Skoraeus Stonebones. The dragon considers the notion ridiculous but loves having an audience who will listen to lectures on military history without complaint."],["8","An {@creature adult sapphire dragon|FTD} and an {@creature aboleth} psychically face off for control of an area of the Underdark. The constant bombardment of psychic forces has begun to affect the local fauna in strange ways."]],"name":"Connected Creatures; Adult Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Sapphire Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient sapphire dragon|FTD} has called a conclave of ancient gem dragons to discuss how they might reunite and restore Sardior, the Ruby Dragon."],["2","A horde of {@creature Revenant||revenants} led by a {@creature death knight} has one goal—destroying the {@creature ancient sapphire dragon|FTD} who defeated their army in battle centuries ago."],["3","An {@creature ancient sapphire dragon|FTD} guards the phylactery of a {@creature lich} who helped the dragon establish a lair centuries before becoming Undead."],["4","Lolth the Spider Queen has declared war on an {@creature ancient sapphire dragon|FTD} who has annexed the heart of her cult's Underdark territory."]],"name":"Connected Creatures; Ancient Sapphire Dragon Connections","page":139,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Sapphire Dragon Art Objects","colLabels":["d6","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A battle standard showing the coat of arms of an ancient realm the dragon failed to protect"],["2","A dragonchess set with the white knights replaced by the symbols of a war god; the board is set up for the start of a new game, and the dragon has been waiting decades for the god to make the first move"],["3","A large tapestry depicting a bloody battle between two realms of the surface world; the dragon claims it is the tiny dragon embroidered in one corner"],["4","A music box that plays a haunting song; the dragon claims the music is very popular on another world"],["5","A necklace made from discarded sapphire dragon horn tips and tail barbs; the dragon refuses to say whether the pieces were donated willingly"],["6","A perfectly polished mirror that the dragon spends hours staring into, hoping to catch glimpses into other worlds"]],"name":"Sapphire Dragon Treasures; Sapphire Dragon Art Objects","page":140,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I am a creature of endless consumption, always looking for the next thing to possess or devour."],["2","I am rarely satisfied with what I have. I envy others' lives and belongings."],["3","I'm constantly calculating my next move. If I'm not at least one step ahead of foes, I'm a step behind."],["4","I loathe my existence, and the only thing that pleases me is sharing my misery."],["5","It isn't that I'm unsympathetic to others' needs; I just don't let sympathy get in the way."],["6","Everything is a transaction. I don't do anything before I know what's in it for me."],["7","It's nearly impossible for me to conceal my contempt for others."],["8","I truly regret the things I have done and will do whatever I can to atone."]],"name":"Creating a Shadow Dragon; Shadow Dragon Personality Traits","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Merciless. Life doesn't offer second chances, and neither do I. (Lawful)"],["2","Hedonism. The multiverse is painful enough. Seek pleasure wherever you can find it. (Chaotic)"],["3","Cruelty. The only release for my pain is to visit it upon others. (Evil)"],["4","Aspiration. I will one day find an escape from this condemnation. (Any)"],["5","Self-Serving. The petty concerns of other creatures are of no concern to me. I have enough to occupy my attention. (Neutral)"],["6","Compassion. My existence is misery, and no one else should have to suffer such torment. (Good)"]],"name":"Creating a Shadow Dragon; Shadow Dragon Ideals","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A shadow dragon hunts the descendants of the miners who, centuries ago, uncovered the Shadowfell portal that caused the dragon's corruption."],["2","A magical catastrophe has transported a town into the Underdark. The only path back to the surface goes directly through a shadow dragon's lair."],["3","A young woman seeks heroes to retrieve a family heirloom stolen from her. The woman is actually a {@creature night hag}, the heirloom is her heartstone, and the thief is a shadow dragon in Humanoid guise."],["4","As war brews in a Material Plane world, a shrewd shadow dragon exploits a convergence with the Shadowfell to establish a cross-planar arms trade."],["5","A hundred years ago, a savvy ruler bargained with a dragon to ensure the safety of the populace. The treaty is about to expire and must be renegotiated, but in the intervening century, the dragon has fallen to shadow."],["6","A group of shadar-kai (elves native to the Shadowfell) arrive at a city's gates, seeking refuge. They are fleeing the despotic rule of a shadow dragon—but fail to mention that the dragon pursues them."],["7","A shadow dragon has seized control of a city's criminal underworld. Those who want to depose the dragon face an army of assassins and Undead shadows."],["8","Night after night, innocent folk are drained of their life's energy and rise as {@creature Shadow||shadows}. A shadow dragon living in the area is suspected of the foul murders, but the real culprit is something else."]],"name":"Shadow Dragon Adventures; Shadow Dragon Adventure Hooks","page":142,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature bard|VGM} befriends a shadow dragon wyrmling and teaches the dragon about the Shadowfell."],["2","A group of wicked duergar has discovered that dragon eggs hatched in a certain part of the Underdark produce shadow dragon wyrmlings. They believe (wrongly) that they can raise these wyrmlings to serve them."],["3","A shadow dragon wyrmling is training a colony of {@creature Darkmantle||darkmantles} to guard the lair the creatures all share."],["4","A shadow dragon wyrmling and a {@creature shadow demon} have become unlikely companions as they compare and contrast their parallel evolutions."],["5","Two shadow dragon wyrmlings of different dragon kinds blame each other for their transformation."],["6","A family of deep gnomes adopts a shadow dragon wyrmling, hoping to show the dragon a noble path through gloom and despair."]],"name":"Connected Creatures; Shadow Dragon Wyrmling Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Shadow Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A young shadow dragon demands tribute from a group of myconids in exchange for shielding the myconids from other creatures of the Underdark."],["2","A young shadow dragon kidnaps a cleric to help stave off despair. The cleric is torn between attempting escape or trying to earn their freedom by helping the dragon."],["3","A coterie of dragon cultists has fallen under the sway of a young shadow dragon, and their obeisance borders on fanaticism."],["4","A young shadow dragon shares a lair with a {@creature cloaker}; the cloaker leaves the dragon alone but hunts other creatures in the lair."],["5","A young shadow dragon is attended by the {@creature Shadow||shadows} formed from the dragon's breath, even though the dragon despises these Undead."],["6","A young shadow dragon has been summoned from the Shadowfell and forced to stand guard over a wizard's sanctum."]],"name":"Connected Creatures; Young Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Shadow Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An adult red dragon continues to serve as the steed for a {@creature githyanki knight} even after transforming into a shadow dragon."],["2","An adult shadow dragon and an evil {@creature lich} vie for control of a crumbling empire, whose thousand-year history chronicles their struggle."],["3","An adult shadow dragon and a {@creature death knight} are both hunted by adventurers. In their previous lives, the two were sworn enemies, but now they join together against their common foes."],["4","An adult shadow dragon and a {@creature beholder} share a precarious bond, allied against an {@creature ancient sapphire dragon|FTD} neither can defeat alone."],["5","An adult shadow dragon is gathering a {@creature fomorian} army for some mysterious purpose."],["6","A recently transformed adult shadow dragon uses the new power of shadow to terrorize the {@creature adult silver dragon} who has been a rival for centuries."],["7","An adult shadow dragon hired a {@creature vampire} to convert the dragon's lizardfolk servants to immortal Undead minions, but the dragon now vies with the vampire for the Undead lizardfolk's loyalty."],["8","Two mated adult metallic dragons try to rebuild their lives after one becomes a shadow dragon."]],"name":"Connected Creatures; Adult Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Shadow Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A warlock hopes to make a pact with an ancient shadow dragon by way of an eldritch ritual. If the ritual succeeds, the dragon will be elevated to a status akin to that of a Great Old One."],["2","An ancient shadow dragon is harried by a {@creature solar}. Once the two were friends, and the solar hopes to cleanse the shadow from the dragon."],["3","Hidden away in an ancient shadow dragon's lair lurks a {@creature demilich}, its jeweled skull almost indistinguishable from the dragon's other grim baubles."],["4","An ancient shadow dragon courts Tiamat, enacting the Dragon Queen's every demand in hopes of gaining her affection—and becoming her first shadow dragon consort."]],"name":"Connected Creatures; Ancient Shadow Dragon Connections","page":143,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Shadow Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate scepter marred by soot and grime"],["2","A priceless painting badly in need of restoration"],["3","A lump of melted precious metal that was once a splendid necklace and holds gemstones inside it"],["4","A series of fine charcoal drawings depicting the royal lineage of a prominent drow house"],["5","A seemingly plain gray tapestry; close inspection reveals a tableau in shades of dove, ash, and slate"],["6","A pair of stonework gargoyles rendered in a grotesquely baroque and terrifying style"],["7","A pile of loose sheet music representing the lost dirges of a famous shadar-kai bard"],["8","An exquisitely crafted mirror that drains all color from the reflections of those who look into it"],["9","A ventriloquist's dummy made to resemble the vampire Strahd von Zarovich"],["10","A peculiar dragonchess set entirely crafted from onyx, making it extremely difficult to tell one side's pieces from the other"]],"name":"Shadow Dragon Treasures; Shadow Dragon Art Objects","page":144,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","People are so wonderfully varied, and I do so love experiencing life with them."],["2","I'm an epicurean, and I live to eat all the delightful foods people concoct."],["3","It's my duty as a member of an elder species to protect and guide other peoples."],["4","I like coming up with new disguises to use among small folk. It makes me feel clever!"],["5","Violence is the provenance of uncouth beings, and I will do my best to avoid its use."],["6","I don't understand why anyone would fight when they could talk instead and build on this ecosystem of wondrous cultures and fascinating traditions."],["7","I owe the short-lived mortals I become friends with the responsibility of watching over their progeny."],["8","People must earn my respect—and they're failing badly."]],"name":"Creating a Silver Dragon; Silver Dragon Personality Traits","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Sensualism. I savor the world and consume its myriad delights with appropriate gratitude. (Any)"],["2","Altruism. We are surrounded by a malignant and unfeeling cosmos. Ultimately, all we have is each other. (Good)"],["3","Camaraderie. The true treasure is the friends we make along the way. (Good)"],["4","Leadership. These younger species will do great things—but need some subtle support. (Good)"],["5","Guile. All the world is a stage, and it is both my purpose and my pleasure to give an excellent performance. (Any)"],["6","Ownership. This town, these families, this world—I've spent centuries watching over them, and they belong to me. (Evil)"]],"name":"Creating a Silver Dragon; Silver Dragon Ideals","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young Silver Dragon||Young}","16","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell zone of truth}"],["{@creature Adult Silver Dragon||Adult}","18","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell polymorph}, {@spell zone of truth}"],["{@creature Ancient Silver Dragon||Ancient}","21","{@spell beacon of hope}, {@spell calm emotions}, {@spell hold person}, {@spell polymorph}, {@spell teleport}, {@spell zone of truth}"]],"name":"Creating a Silver Dragon; Silver Dragon Spellcasting","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","For centuries, a silver dragon has posed as a sage dwelling on a mountaintop. Now it's time to retire this persona without alarming the people who have grown reliant on the sage's advice."],["2","An adventurer's funeral takes a surprising turn when a silver dragon arrives to pay respects."],["3","A disgraced knight tries to escape the attention of the silver dragon whose kindness the knight once took advantage of."],["4","As a city comes under siege, a silver dragon must decide between solitude and saving the place where the dragon has lived so many lives."],["5","In memory of a long friendship with a late sovereign, a silver dragon vows to assist the sovereign's newly crowned child."],["6","Portraits have been vanishing from a silver dragon's hoard, and the people depicted in the portraits have begun committing crimes."],["7","An enraged silver dragon causes a blizzard in an oft-traveled mountain route and will not stop until stolen treasures are returned."],["8","A silver dragon is kidnapping children from a village, and no one knows why."]],"name":"Silver Dragon Adventures; Silver Dragon Adventure Hooks","page":145,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature silver dragon wyrmling} is raised by {@creature Giant Eagle||giant eagles} who have lost their own clutch of eggs."],["2","A {@creature silver dragon wyrmling} becomes the mascot and would-be protector of a group of refugee {@creature aarakocra}."],["3","A {@creature silver dragon wyrmling} practices precocious shape-shifting abilities among a colony of {@creature Kobold||kobolds}."],["4","A {@creature hell hound} watches over a {@creature silver dragon wyrmling} in the name of its master—a {@creature lich} hoping to corrupt the dragon when the dragon is older."],["5","A {@creature silver dragon wyrmling} besieges a pack of {@creature Pseudodragon||pseudodragons}, intent on teaching them poetry."],["6","{@creature Ogre||Ogres} keep a young {@creature silver dragon wyrmling} as a pet, and the dragon has become dedicated to changing the ogres' nefarious ways."]],"name":"Connected Creatures; Silver Dragon Wyrmling Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Silver Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young silver dragon} allows a {@creature stone giant} to take refuge in the dragon's lair."],["2","A {@creature young silver dragon} in Humanoid form tries to keep an unsuspecting royal heir away from an attractive stranger the dragon knows to be a {@creature succubus} or {@creature incubus} in disguise."],["3","A herd of {@creature Hippogriff||hippogriffs} has taken over a {@creature Young Silver Dragon||young silver dragon's} lair, and the dragon seeks to get rid of the interlopers without violence."],["4","Two silver dragons compete to see who is better at playing the part of a young noble."],["5","A {@creature young silver dragon} rules over a group of yuan-ti, claiming to be an ancient yuan-ti leader reborn."],["6","A {@creature young silver dragon} performs nightly to entertain a village of {@creature Cloud Giant||cloud giants}, hoping to earn their help in securing a new lair."]],"name":"Connected Creatures; Young Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Silver Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult silver dragon} watches over a flock of rare {@creature Goat||goats}, but a group of {@creature Storm Giant||storm giants} covet their wool."],["2","An {@creature adult silver dragon} and a {@creature vampire} write books of philosophy arguing with each other's works."],["3","An {@creature adult red dragon} killed a group of adventurers that an {@creature adult silver dragon} had befriended, and the silver dragon now seeks revenge."],["4","In making a new lair, an {@creature adult silver dragon} destroyed the home of some {@creature galeb duhr}, and the dragon now seeks help to restore the site for them."],["5","A number of {@creature Adult Silver Dragon||adult silver dragons} all pretend to be painters and vie for the commission to paint the ceiling of a huge cathedral."],["6","An {@creature adult silver dragon} leads a group of warriors, changing identities every generation."],["7","Having lost their own offspring, two {@creature Adult Silver Dragon||adult silver dragons} raise a clutch of {@creature Wyvern||wyverns}."],["8","A solitary {@creature adult silver dragon} domesticates {@creature Roc||rocs} as an amusement."]],"name":"Connected Creatures; Adult Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Silver Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient silver dragon} helps a group of spellcasters keep the {@creature tarrasque} asleep."],["2","An {@creature ancient silver dragon} is secretly the age-old blacksmith who creates magical weapons for a kingdom's heroes."],["3","Bound by an oath, an {@creature ancient silver dragon} rules a dead city in place of its original monarchs."],["4","An {@creature ancient silver dragon} has become the figurehead and protector of a clan of {@creature Frost Giant||frost giants}."]],"name":"Connected Creatures; Ancient Silver Dragon Connections","page":146,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Silver Dragon Art Objects","colLabels":["d10","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A group portrait of nobles set in a faded mahogany frame, one corner of which is etched with signatures"],["2","An ancient shortsword with a pommel in the shape of a goblin's face, its blade notched with heavy use"],["3","The shattered helm of a dwarf monarch, mended with brazed gold"],["4","A full suit of ancient armor, its breastplate scrimshawed with draconic faces"],["5","A pearl-handled switchblade, its blade eaten away by salt water and its handle emblazoned with a crest"],["6","An elaborate elven crown made to resemble a dragon's head"],["7","A triptych of tapestries depicting the end of a war, the restoration work that followed, and the sunset flight of a silver dragon leaving the renewed realm"],["8","A cape studded with gemstones and featuring epaulets of egret feathers, set on the shoulders of a battered tailor's mannequin"],["9","A dramatic portrait of a human noble rendered mostly as shadow and glinting light that reveals the dragon-shaped pendant the figure wears"],["10","A series of detailed obsidian sculptures depicting a human transitioning from childhood to old age"]],"name":"Silver Dragon Treasures; Silver Dragon Art Objects","page":148,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I seek no company other than my own, for no one else can compete with me."],["2","If my offspring can't care for themselves, I'm not sure they're worthy of my attention."],["3","The sea is beautiful and I love gazing upon it, but I abhor being wet."],["4","Why should I risk damaging my splendid physique when I can fight with the power of my mind?"],["5","I am predictable only in my unpredictability."],["6","It takes true artistry to maintain a warm, desert-like dwelling under the water."],["7","I soothe myself to sleep by imagining the perfect insults for bronze dragons; while I wait to meet one, I hone them on other creatures."],["8","I secretly enjoy conversing with lesser beings, although I usually do so only to find their weaknesses."]],"name":"Creating a Topaz Dragon; Topaz Dragon Personality Traits","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Solitude. My own company obviates the need for others in my life, whether they are dragons or lesser creatures. (Any)"],["2","Change. Consistency is stagnation. (Chaotic)"],["3","Mental Superiority. I hone my mental powers so I can confuse, control, or kill any who annoy me. (Evil)"],["4","Territoriality. Any creature that comes into my territory has forfeited its right to be upset by anything I do to it. (Evil)"],["5","Wonder. Though I don't wish to spend time in it, my soul sings at the sight of the vast beauty of the ocean. (Good)"],["6","Code of Combat. I despise most other dragons, but I meet them face to face without resorting to the base trickery I use on lesser creatures. (Lawful)"]],"name":"Creating a Topaz Dragon; Topaz Dragon Ideals","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pirate ship is found floating on the open sea, the bodies of the crew completely desiccated. The only clue to what happened is a single topaz dragon scale on the deck."],["2","A topaz dragon has claimed a stretch of coastline and ordered the residents of a seaside town to vacate the area or suffer the dragon's wrath."],["3","A fishery that specializes in a type of eel favored by a local topaz dragon is \"haunted,\" and shipments of the eel vanish every time the ghost appears."],["4","Legends claim that a gauntlet imbued with divine power rests in a temple beneath the waves. Unfortunately, that temple is now the lair of an especially tricky topaz dragon."],["5","A topaz dragon is injured and stranded far from the sea, but the dragon is too proud to ask for help getting home."],["6","A topaz dragon is building a tableau of desiccated creatures and has grown obsessed with catching one treasure hunter who escaped the dragon's clutches."],["7","A topaz dragon has developed a taste for {@creature merfolk}, and the merfolk community near the dragon's lair is desperate for help."],["8","A topaz dragon is intent on destroying the homes of all intelligent creatures in the dragon's territory, and desperate locals seek to find out what's behind the dragon's wrath."]],"name":"Topaz Dragon Adventures; Topaz Dragon Adventure Hooks","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Moved by pity, a {@creature giant eagle} continues bringing food to an abandoned {@creature topaz dragon wyrmling|FTD}, despite the wyrmling's attempts to eat the eagle."],["2","A {@creature pseudodragon} who is fanatical about the kinship of all dragonkind is trying to win a {@creature Topaz Dragon Wyrmling|FTD|topaz dragon wyrmling's} friendship."],["3","A {@creature topaz dragon wyrmling|FTD} has developed a taste for crab meat and persistently hunts a {@creature giant crab} that always manages to evade the wyrmling. (The crab might have been the recipient of a druid's {@spell awaken} spell.)"],["4","A mated pair of {@creature Griffon||griffons} found a topaz dragon egg, and they care for it as if it were their own."],["5","A {@creature sea hag} is on the hunt for a {@creature topaz dragon wyrmling|FTD}, to be used as a component in a fell ritual."],["6","A pirate crew keeps a curmudgeonly {@creature topaz dragon wyrmling|FTD} as a beloved mascot."]],"name":"Connected Creatures; Topaz Dragon Wyrmling Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young Topaz Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young topaz dragon|FTD} engages in repeated aerial battles with a young {@creature gynosphinx} to determine territory. Both of them are secretly starting to enjoy the bouts."],["2","A {@creature young topaz dragon|FTD} found and ate a dead {@creature sahuagin} on the beach, unwittingly incurring the wrath of the sahuagin's community."],["3","A flock of {@creature Harpy||harpies} enjoy taunting a {@creature young topaz dragon|FTD} who has moved into their territory. The dragon adds a feather to a necklace for each harpy slain."],["4","A curious {@creature water elemental} supplies a {@creature young topaz dragon|FTD} with aquatic delicacies so as to learn more about the dragon."],["5","A {@creature young topaz dragon|FTD} continually attempts to steal eggs from a {@creature roc} nest, despite having nearly been killed by the roc parents multiple times."],["6","A clan of {@creature Winged Kobold||winged kobolds} consider a {@creature young topaz dragon|FTD} their monarch, despite the dragon's complete lack of interest and growing annoyance toward them."]],"name":"Connected Creatures; Young Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult Topaz Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature adult topaz dragon|FTD} vies with a {@creature storm giant} over territory. The giant keeps live seafood in a tide pool, and the dragon keeps drying out the pool in an effort to drive the giant away."],["2","An {@creature adult topaz dragon|FTD} and an {@creature adult bronze dragon} are finding their centuries-old enmity turning into a more romantic passion."],["3","A {@creature djinni} hopes to convince a topaz dragon to tolerate the djinni's presence by driving off a clan of {@creature Cyclops||cyclopes} harassing the dragon."],["4","Reunited after years apart, an {@creature adult topaz dragon|FTD} parent and young dragon child realize they enjoy hunting together."],["5","A tempestuous {@creature marid} continually floods the carefully dried-out lair of a topaz dragon."],["6","A {@creature sahuagin baron} attempts to gain the support of other sahuagin for driving away a topaz dragon attempting to claim the sea devils' territory."],["7","A pirate captain tells stories of an {@creature Adult Topaz Dragon|FTD|adult topaz dragon's} legendary hoard while attempting to gather a crew to raid the dragon's lair."],["8","A ship wrecks near an {@creature Adult Topaz Dragon|FTD|adult topaz dragon's} lair. The dragon claims what's left of the cargo and tries to ransom the survivors (including the dragonborn ship captain) back to the city they came from."]],"name":"Connected Creatures; Adult Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient Topaz Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An {@creature ancient topaz dragon|FTD} has decided to set local {@creature ogre} and bandit clans against one another, hoping they wipe each other out."],["2","An {@creature adult bronze dragon} has ignored the petitions of townsfolk to deal with an {@creature ancient topaz dragon|FTD} killing livestock and farmers alike. But now the topaz dragon has killed the bronze dragon's child."],["3","An {@creature Ancient Topaz Dragon|FTD|ancient topaz dragon's} lair contains a portal to the Elemental Chaos."],["4","An {@creature ancient bronze dragon} and an {@creature ancient topaz dragon|FTD} are locked in an ongoing conflict that threatens shipping and caravans around a major city."]],"name":"Connected Creatures; Ancient Topaz Dragon Connections","page":149,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Topaz Dragon Art Objects","colLabels":["d8","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An ornate statue of a sea serpent that plays ocean sounds when its gemstone eyes are pressed"],["2","A set of seven levered brass mirrors that can be adjusted to direct light in different directions"],["3","A stained glass window depicting a golden city whose buildings are decorated with statues of dragons and other winged creatures"],["4","A gold scrying bowl that shows random, constantly shifting views of the Elemental Chaos"],["5","A 10-foot-tall statue of the dragon, carved out of a single massive yellow crystal (the dragon thinks it's flattering, except for the tail)"],["6","A large, shallow dish filled with water on which floats a set of delicate wooden ships; speaking different command words creates waves and whirlpools in the bowl"],["7","A large spherical gold chandelier that gives off sunlight and is surrounded by an intricate and interlocking set of glass bands engraved in an unknown language"],["8","A set of topaz-inlaid gold claw rings engraved with the names of bronze dragons the topaz dragon has killed"]],"name":"Topaz Dragon Treasures; Topaz Dragon Art Objects","page":152,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Personality Traits","colLabels":["d8","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Talkative people are usually the most dangerous. I like to eat them first."],["2","I brood over past encounters with foes and sometimes mistake newcomers for my ancient enemies."],["3","I can recall many tidbits of lore picked up over the centuries but have no sense of their import."],["4","I don't like the taste of warm blood and always rinse my mouth out with snow after a fight."],["5","Whenever I encounter a new type of creature, I try to lure it back to my lair so I can add it to my collection of frozen trophies."],["6","I have named the wind that blows through my lair and speak to it often. It is my sole companion."],["7","I meet any challenge to my territory with aggression, even if I can't win outright."],["8","I feel protective of smaller, weaker creatures that are tormented by larger monsters."]],"name":"Creating a White Dragon; White Dragon Personality Traits","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Rapacity. When a creature has the misfortune of crossing my path, I ask myself two questions: Am I hungry now? And if not, will I be hungry later? (Any)"],["2","Survival. This world is harsh and unforgiving, and so am I. I do whatever it takes to survive. (Any)"],["3","Dominance. I delight in making others tremble, knowing that I could kill them at any time. (Evil)"],["4","Isolation. All creatures are either prey or rivals. What do you mean by \"company?\" (Any)"],["5","Vengeance. Every scar upon my scales, every treasure beyond my reach, is a slight that must be answered. (Evil)"],["6","Service. I used to live as a beast, before learning what is possible when creatures put aside their petty needs in service of a greater goal. (Lawful)"]],"name":"Creating a White Dragon; White Dragon Ideals","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Spellcasting","colLabels":["Age","Spell Save DC","Spells Known"],"colStyles":["col-2 text-center","col-2 text-center","col-8"],"rows":[["{@creature Young White Dragon||Young}","12","{@spell gust of wind}"],["{@creature Adult White Dragon||Adult}","14","{@spell gust of wind}"],["{@creature Ancient White Dragon||Ancient}","16","{@spell gust of wind}, {@spell ice storm}"]],"name":"Creating a White Dragon; White Dragon Spellcasting","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Adventure Hooks","colLabels":["d8","Adventure Hook"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A white dragon has been starving out a fortified settlement by decimating the local caribou herds."],["2","The words of a ritual to propitiate a vengeful spirit are tattooed on the flesh of a frost giant druid—who is entombed in the ice of a white dragon's lair."],["3","{@creature Aarakocra} have become a nuisance in the lowlands ever since they were driven out of their mountain aerie by the arrival of a white dragon."],["4","An item stolen from a white dragon's hoard has been passed down to an adventurer as a family heirloom—and the dragon is coming to get it back."],["5","After driving away a white dragon, a group of adventurers discovered a mighty demon trapped in the ice in the dragon's lair. Now the ice is melting and the demon will soon awaken—so the dragon must be lured back."],["6","A white dragon has been raiding distant farmlands, procuring gifts of food for a mate with a taste for unusual cuisine."],["7","A white dragon has been exacting vengeance on a rival silver dragon by killing off the silver dragon's Humanoid companions."],["8","A {@creature frost giant} wants to subdue a white dragon, hoping to overthrow the current frost giant jarl with the dragon's aid. In exchange for assistance from adventurers, the giant promises peace between the giant clan and nearby settlements."]],"name":"White Dragon Adventures; White Dragon Adventure Hooks","page":153,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Wyrmling Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pair of {@creature Ice Mephit||ice mephits} delight in chasing townsfolk into a {@creature White Dragon Wyrmling||white dragon wyrmling's} lair to be eaten."],["2","A brooding {@creature griffon} found a dragon egg and cared for it along with her own brood. Though the {@creature white dragon wyrmling} ate the griffon's other hatchlings, the griffon treats the wyrmling as her offspring and protects the creature fiercely."],["3","A clan of warriors has adopted a {@creature white dragon wyrmling} as the clan's sacred guardian and brings the wyrmling captured foes as offerings."],["4","{@creature Yeti||Yetis} keep a {@creature white dragon wyrmling} chained near the entrance of their lair to discourage scavengers."],["5","A well-meaning {@creature druid} is trying to rear a {@creature white dragon wyrmling} as a guardian of nature, training the dragon to hunt only Monstrosities. But the wyrmling keeps attacking other creatures."],["6","A band of {@creature Ogre||ogres} keeps a {@creature white dragon wyrmling} caged near their larder, as they have discovered that the dragon's cold breath keeps their meat fresh."]],"name":"Connected Creatures; White Dragon Wyrmling Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Young White Dragon Connections","colLabels":["d6","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature young white dragon} and a {@creature young remorhaz} are vying for control of the same territory, and their altercations endanger the other creatures in the area."],["2","A {@creature young white dragon} has gained control of an {@creature invisible stalker} and sends it out to steal treasure."],["3","A {@creature young white dragon} allows a clan of deep gnomes to mine the dragon's mountain home in exchange for a healthy portion of the gemstones they extract."],["4","A {@creature frost giant} hunter has raised a {@creature young white dragon} since the dragon hatched, and the two are now inseparable."],["5","A {@creature young white dragon} is pestered by a {@creature flameskull} bound to guard a magic item the dragon recently acquired."],["6","A {@creature young white dragon} has been stalking a herd of {@creature Mammoth||mammoths} for days, trying to pick off the herd's newborn calves."]],"name":"Connected Creatures; Young White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Adult White Dragon Connections","colLabels":["d8","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pirate captain uses the pervasive fog near an {@creature Adult White Dragon||adult white dragon's} lair to elude capture and propitiates the dragon with a share of the crew's booty."],["2","A {@creature djinni} has pledged to serve an {@creature adult white dragon} for a year and a day in exchange for sparing the genie's previous master's life."],["3","An {@creature arcanaloth} has been trying to tease information out of an {@creature adult white dragon}, hoping the dragon can lead it to a lost font of magical power."],["4","An {@creature adult white dragon}, captured by devils decades ago, now serves as a mount for an {@creature ice devil}."],["5","A {@creature beholder} manipulates an {@creature adult white dragon} into eliminating its enemies by inventing ways in which these foes have supposedly offended the dragon."],["6","A {@creature storm giant} and an {@creature adult white dragon} are engaged in a deadly game of cat-and-mouse, leaving a trail of destruction behind them."],["7","An {@creature adult white dragon} periodically brings a mouthful of gems to the {@creature ancient crystal dragon|FTD} who raised them, and who is now too old and tired to seek out new mineral veins for sustenance."],["8","A clan of {@creature Winged Kobold||winged kobolds} treat the air currents and ice slides of an {@creature Adult White Dragon||adult white dragon's} lair as an obstacle course. The dragon enjoys devising increasingly hazardous routes for the kobolds to tackle."]],"name":"Connected Creatures; Adult White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Ancient White Dragon Connections","colLabels":["d4","Connected Creatures"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A {@creature death knight} and an {@creature ancient white dragon} swap tales of old foes and unanswered grievances, nursing the hunger for vengeance that sustains them."],["2","An {@creature ancient white dragon} makes intermittent assaults against a mated pair of {@creature Adult Silver Dragon||adult silver dragons} who lair nearby."],["3","An {@creature ancient white dragon} guards a {@creature Lich||lich's} phylactery, keeping it sealed in a tomb of ice. The lich visits periodically, bearing fabulous treasures as payment."],["4","A community of orcs believe an {@creature ancient white dragon} to be the reincarnation of a legendary leader. They've been venerating the dragon so long that the dragon now believes the story and speaks proudly in Orc about the orcs' triumphs."]],"name":"Connected Creatures; Ancient White Dragon Connections","page":154,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"White Dragon Art Objects","colLabels":["d12","Object"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A war horn carved to resemble a dragon's head with a wide-open maw, which the dragon calls \"Little Toot\""],["2","A statue depicting an elf paladin with the face turned upward; the body has been defaced by the dragon's claws"],["3","A mammoth tusk engraved with images depicting the history of a nomadic tribe; the dragon uses the tusk to mark the spot where it has buried its pile of gold"],["4","A giant-sized cloak decorated with silver braiding that the dragon uses as a nest lining for its egg"],["5","A wooden throne heaped with furs; any visitors must sit on the throne while the dragon recounts the grisly death of the seat's previous owner"],["6","A huge wooden door carved and painted to depict a monarch enthroned with sword and scepter; the dragon occasionally raps the door with its knuckles, pauses, and then chortles, \"Nobody home\""],["7","A frost giant jarl's crown with broken horns; the dragon enjoys perching the crown on an icy stalagmite and then knocking it off with its tail"],["8","The prow of a ship carved to look like a pouncing lion; the dragon occasionally roars at the lion"],["9","A gilded shield emblazoned with the holy symbol of a forgotten god; the dragon enjoys flicking the shield with a claw to hear the sound it makes"],["10","A ceremonial anvil of dwarven make; gazing at the anvil, the dragon fondly recounts, \"Seven at one blow!\""],["11","A long, embroidered linen tapestry showing the history of an ancient realm's civil war; the dragon \"reads\" the tapestry when it has trouble sleeping."],["12","A bell engraved with images of an angelic host, still attached to its splintered belfry; the dragon tolls the bell with its tail, growling the name of one of its defeated foes with each ring"]],"name":"White Dragon Treasures; White Dragon Art Objects","page":157,"source":"FTD","chapter":{"name":"Draconomicon","ordinal":{"type":"chapter","identifier":5},"index":5}},{"caption":"Creatures by Challenge Rating","colLabels":["CR","Creature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1/8","{@creature Hoard scarab|FTD}"],["1/4","{@creature Metallic warbler|FTD}"],["1/2","{@creature Draconian foot soldier|FTD}"],["1","{@creature Deep dragon wyrmling|FTD}"],["2","{@creature Crystal dragon wyrmling|FTD}"],["2","{@creature Draconian mage|FTD}"],["2","{@creature Dragonnel|FTD}"],["2","{@creature Dragon speaker|FTD}"],["2","{@creature Egg hunter hatchling|FTD}"],["2","{@creature Emerald dragon wyrmling|FTD}"],["2","{@creature Moonstone dragon wyrmling|FTD}"],["2","{@creature Swarm of hoard scarabs|FTD}"],["2","{@creature Topaz dragon wyrmling|FTD}"],["3","{@creature Draconian infiltrator|FTD}"],["3","{@creature Dragon chosen|FTD}"],["3","{@creature Dragonflesh grafter|FTD}"],["3","{@creature Sapphire dragon wyrmling|FTD}"],["4","{@creature Amethyst dragon wyrmling|FTD}"],["4","{@creature Draconian dreadnought|FTD}"],["4","{@creature Dragon turtle wyrmling|FTD}"],["4","{@creature Metallic peacekeeper|FTD}"],["5","{@creature Dragon blessed|FTD}"],["5","{@creature Dragonblood ooze|FTD}"],["5","{@creature Egg hunter adult|FTD}"],["5","{@creature Gem stalker|FTD}"],["5","{@creature Young crystal dragon|FTD}"],["5","{@creature Young deep dragon|FTD}"],["6","{@creature Animated breath|FTD}"],["6","{@creature Draconian mastermind|FTD}"],["6","{@creature Dragonborn of Sardior|FTD}"],["6","{@creature Dragonflesh abomination|FTD}"],["7","{@creature Dragonborn of Tiamat|FTD}"],["7","{@creature Liondrake|FTD}"],["7","{@creature Young topaz dragon|FTD}"],["8","{@creature Dragonborn of Bahamut|FTD}"],["8","{@creature Eyedrake|FTD}"],["8","{@creature Hoard mimic|FTD}"],["8","{@creature Young emerald dragon|FTD}"],["8","{@creature Young moonstone dragon|FTD}"],["8","{@creature Young sea serpent|FTD}"],["9","{@creature Young amethyst dragon|FTD}"],["9","{@creature Young sapphire dragon|FTD}"],["10","{@creature Young dragon turtle|FTD}"],["11","{@creature Adult deep dragon|FTD}"],["11","{@creature Dracohydra|FTD}"],["11","{@creature Dragonbone golem|FTD}"],["12","{@creature Adult crystal dragon|FTD}"],["13","{@creature Adult topaz dragon|FTD}"],["14","{@creature Adult emerald dragon|FTD}"],["14","{@creature Ancient sea serpent|FTD}"],["15","{@creature Adult moonstone dragon|FTD}"],["15","{@creature Adult sapphire dragon|FTD}"],["16","{@creature Adult amethyst dragon|FTD}"],["17","{@creature Draconic shard|FTD}"],["17","{@creature Ghost dragon|FTD}"],["18","{@creature Ancient deep dragon|FTD}"],["18","{@creature Hollow dragon|FTD}"],["19","{@creature Ancient crystal dragon|FTD}"],["20","{@creature Ancient topaz dragon|FTD}"],["21","{@creature Ancient emerald dragon|FTD}"],["21","{@creature Ancient moonstone dragon|FTD}"],["22","{@creature Ancient sapphire dragon|FTD}"],["22","{@creature Elder brain dragon|FTD}"],["23","{@creature Ancient amethyst dragon|FTD}"],["24","{@creature Ancient dragon turtle|FTD}"],["26","Gem greatwyrm"],["27","Chromatic greatwyrm"],["28","Metallic greatwyrm"],["30","{@creature Aspect of Bahamut|FTD}"],["30","{@creature Aspect of Tiamat|FTD}"]],"name":"Challenge Ratings; Creatures by Challenge Rating","page":224,"source":"FTD","chapter":{"name":"Creature Lists","index":7}},{"caption":"Colleges of Strixhaven","colLabels":["College","Description"],"colStyles":["col-1","col-11"],"rows":[["Lorehold","Explores the past and preserves its lessons for future generations. Also called the College of Archaeomancy."],["Prismari","Uses the elements to practice the arts. Also called the College of Elemental Arts."],["Quandrix","Focuses on the mathematics of nature. Also called the College of Numeromancy."],["Silverquill","Teaches the magic of rhetoric, poetry, oration, and writing. Also called the College of Eloquence."],["Witherbloom","Harnesses the forces of life and death. Also called the College of Essence Studies."]],"name":"Welcome to Strixhaven; Colleges of Strixhaven","page":4,"source":"SCC","chapter":{"name":"Welcome to Strixhaven","index":0}},{"caption":"Founder Dragons","colLabels":["College","Founder"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Lorehold","{@creature Velomachus Lorehold|SCC}"],["Prismari","{@creature Galazeth Prismari|SCC}"],["Quandrix","{@creature Tanazir Quandrix|SCC}"],["Silverquill","{@creature Shadrix Silverquill|SCC}"],["Witherbloom","{@creature Beledros Witherbloom|SCC}"]],"name":"Founder Dragons","page":6,"source":"SCC","chapter":{"name":"Welcome to Strixhaven","index":0}},{"caption":"Strixhaven Mascots","colLabels":["College","Mascot"],"colStyles":["col-4 text-center","col-8 text-center"],"rows":[["Lorehold","{@creature Spirit Statue Mascot|SCC}"],["Prismari","{@creature Art Elemental Mascot|SCC}"],["Quandrix","{@creature Fractal Mascot|SCC}"],["Silverquill","{@creature Inkling Mascot|SCC}"],["Witherbloom","{@creature Pest Mascot|SCC}"]],"name":"Strixhaven Mascots","page":10,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Lorehold Scholars","colLabels":["d10","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Archaeoscribe, chronicling historical truths for posterity","Order"],["2","Battle medium, strengthening summoned spirits for use in battles","Order"],["3","Chaos scholar, chasing down historical anecdotes as a litany of happenstance","Chaos"],["4","Conservator, preserving ancient spell knowledge and other relics of the past","Order"],["5","Dustspeaker, conversing with spirits of the past to learn their stories","Chaos"],["6","Pastraiser, binding spirits into the monuments that bear their likeness to learn about their inspiring deeds","Order"],["7","Relic reader, divining wisdom from the past from the context of ruin sites","Order"],["8","Ruin shaman, wielding magic that helps delve into ancient sites","Chaos"],["9","Tomewielder, summoning fiery magic from the words in old writings","Chaos"],["10","Warsinger, studying the magic used in ancient wars","Chaos"]],"name":"Scholars of Lorehold; Lorehold Scholars","page":13,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Prismari Scholars","colLabels":["d12","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Aesthemancer, studying abstract principles of beauty for insight into the workings of the multiverse","Perfection"],["2","Electrovisionary, wielding the forms of lightning as a paintbrush","Expression"],["3","Flamesinger, combining fire and music","Expression"],["4","Geosculptor, using earth and lava in volatile emotional displays","Expression"],["5","Heartrager, turning inner creative fire into personal strength","Expression"],["6","Ice sculptor, crafting ice and cold into immersive experiences","Perfection"],["7","Mistmage, shaping cloud, fog, and mist into lasting sculptures","Perfection"],["8","Muse channeler, projecting blasts of inspiration toward others","Expression"],["9","Opusmancer, creating magical effects on a monumental scale","Perfection"],["10","Spectacle mage, hurling stormy displays into the sky","Expression"],["11","Waterbinder, shaping water into animated elemental forms","Perfection"],["12","Zephyrist, weaving wind with dance","Perfection"]],"name":"Scholars of Prismari; Prismari Scholars","page":16,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Quandrix Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Abstractor, using magic to stretch the possibilities of space","Theory"],["2","Augmenter, making creatures and things larger","Substance"],["3","Fractalologist, creating beautiful illusory patterns","Theory"],["4","Mana scholar, studying snarls, leylines, and star arches","Substance"],["5","Metamancer, studying metaphysics to alter reality","Theory"],["6","Scale druid, manipulating the size of plants and animals","Substance"],["7","Sequence prophet, studying repeating patterns that bend the mind","Theory"],["8","Vivifier, conjuring fractal creatures based on biological life","Substance"]],"name":"Scholars of Quandrix; Quandrix Scholars","page":19,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Silverquill Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Bantermage, using incisive observation to pierce rivals' confidence","Shadow"],["2","Duskmage, conjuring inky voids of shadow magic","Shadow"],["3","Inkcaster, summoning living inklings to service","Shadow"],["4","Lumimancer, bringing light to bear on shameful situations and holding corrupt institutions to account","Radiance"],["5","Shadewing, forming weapons from darkness to slice and stab at foes","Shadow"],["6","Silvertongue, bathing others in the light of inspiring words","Radiance"],["7","Vainglory, wielding the power of a perfectly crafted compliment to enhance a person's best qualities","Radiance"],["8","Warsinger, stirring hearts through poetic performance and song","Radiance"]],"name":"Scholars of Silverquill; Silverquill Scholars","page":22,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Witherbloom Scholars","colLabels":["d8","Scholar","Principle"],"colStyles":["col-2 text-center","col-9","col-1 text-center"],"rows":[["1","Banelock, using concoctions of noxious ingredients for withering magic","Decay"],["2","Bleed doctor, drain the essence of living creatures to fuel sinister spells","Decay"],["3","Boon witch, brewing drafts to empower the living","Growth"],["4","Boughcaller, summoning creatures from bogs","Growth"],["5","Dreadbones, infusing dead tissue with magic to create Undead servants","Decay"],["6","Earthcroucher, connecting directly with the land to power nature magic","Growth"],["7","Leafbinder, using medicinal herbs to soothe wounds","Growth"],["8","Pestcatcher, harvesting life energy from the pests of the bayou","Decay"]],"name":"Scholars of Witherbloom; Witherbloom Scholars","page":25,"source":"SCC","chapter":{"name":"Life at Strixhaven","ordinal":{"type":"chapter","identifier":1},"index":1}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-2","col-2","col-6"],"rows":[["1st","{@spell Silvery Barbs|SCC}","Enchantment","{@class Bard}, {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Borrowed Knowledge|SCC}","Divination","{@class Bard}, {@class Cleric}, {@class Warlock}, {@class Wizard}"],["2nd","{@spell Kinetic Jaunt|SCC}","Transmutation","{@class Artificer|TCE},* {@class Bard}, {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Vortex Warp|SCC}","Conjuration","{@class Artificer|TCE},* {@class Sorcerer}, {@class Wizard}"],["2nd","{@spell Wither and Bloom|SCC}","Necromancy","{@class Druid}, {@class Sorcerer}, {@class Wizard}"]],"footnotes":["*The artificer class appears in {@book Tasha's Cauldron of Everything|TCE} and {@book Eberron: Rising from the Last War|ERLW}."],"name":"Spells","page":37,"source":"SCC","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Magic Items for Sale","colLabels":["Item","Rarity","Cost"],"colStyles":["col-9","col-2 text-center","col-1 text-right"],"rows":[["{@item Bottle of Boundless Coffee|SCC}","Common","100 gp"],["{@item Cuddly Strixhaven Mascot|SCC}","Common","100 gp"],["{@item Lorehold Primer|SCC}","Uncommon","300 gp"],["{@item Prismari Primer|SCC}","Uncommon","300 gp"],["{@item Quandrix Primer|SCC}","Uncommon","300 gp"],["{@item Silverquill Primer|SCC}","Uncommon","300 gp"],["{@item Spell Scroll (1st Level)||Spell Scroll} (1st-Level Spell; {@book DMG|DMG})","Common","50 gp"],["{@item Strixhaven Pennant|SCC}","Common","100 gp"],["{@item +1 Weapon||Weapon, +1} ({@book DMG|DMG})","Uncommon","300 gp"],["{@item Witherbloom Primer|SCC}","Uncommon","300 gp"]],"name":"Magic Items for Sale","page":38,"source":"SCC","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Adventure Levels","colLabels":["Adventure","Starting Level","Chapter"],"colStyles":["col-6","col-4 text-center","col-2 text-center"],"rows":[["Campus Kerfuffle","1st","{@adventure 3|SCC-CK|0}"],["Hunt for Mage Tower","4th","{@adventure 4|SCC-HfMT|0}"],["The Magister's Masquerade","6th","{@adventure 5|SCC-TMM|0}"],["A Reckoning in Ruins","8th","{@adventure 6|SCC-ARiR|0}"]],"name":"Standalone Adventures; Adventure Levels","page":41,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Starting Relationship Points","colLabels":["Person","Relationship Points"],"colStyles":["col-3 text-center","col-3 text-center"],"rows":[["Friend","2"],["Beloved","3"],["Rival","−2"]],"name":"Relationships; Starting Relationship Points","page":42,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Student NPC Stat Blocks","colLabels":["Year","Stat Block"],"colStyles":["col-5 text-center","col-7 text-center"],"rows":[["First","{@creature First-Year Student|SCC}"],["Second","[College] Apprentice"],["Third or Later","[College] Pledgemage"]],"name":"Student NPC Stat Blocks","page":50,"source":"SCC","chapter":{"name":"School Is in Session","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Strixhaven Creatures","colLabels":["Creature","Creature Type","CR"],"colStyles":["col-8","col-3 text-center","col-1 text-center"],"rows":[["{@creature Archaic|SCC}","Celestial","18"],["{@creature Art Elemental Mascot|SCC}","Elemental","1/4"],["{@creature Beledros Witherbloom|SCC}","Dragon","24"],["{@creature Brackish Trudge|SCC}","Plant","3"],["{@creature Cogwork Archivist|SCC}","Construct","4"],["{@creature Daemogoth|SCC}","Fiend","10"],["{@creature Daemogoth Titan|SCC}","Fiend","16"],["{@creature First-Year Student|SCC}","Humanoid","1/2"],["{@creature Fractal Mascot|SCC}","Construct","1/4"],["{@creature Galazeth Prismari|SCC}","Dragon","23"],["{@creature Groff|SCC}","Plant","4"],["{@creature Inkling Mascot|SCC}","Ooze","1/4"],["{@creature Lorehold Apprentice|SCC}","Humanoid","2"],["{@creature Lorehold Pledgemage|SCC}","Humanoid","4"],["{@creature Lorehold Professor of Chaos|SCC}","Humanoid","7"],["{@creature Lorehold Professor of Order|SCC}","Humanoid","7"],["{@creature Mage Hunter|SCC}","Monstrosity","5"],["{@creature Oracle of Strixhaven|SCC}","Humanoid","15"],["{@creature Oriq Blood Mage|SCC}","Humanoid","9"],["{@creature Oriq Recruiter|SCC}","Humanoid","4"],["{@creature Pest Mascot|SCC}","Monstrosity","1/4"],["{@creature Prismari Apprentice|SCC}","Humanoid","2"],["{@creature Prismari Pledgemage|SCC}","Humanoid","4"],["{@creature Prismari Professor of Expression|SCC}","Humanoid","7"],["{@creature Prismari Professor of Perfection|SCC}","Humanoid","7"],["{@creature Quandrix Apprentice|SCC}","Humanoid","2"],["{@creature Quandrix Pledgemage|SCC}","Humanoid","4"],["{@creature Quandrix Professor of Substance|SCC}","Humanoid","7"],["{@creature Quandrix Professor of Theory|SCC}","Humanoid","7"],["{@creature Relic Sloth|SCC}","Beast","2"],["{@creature Ruin Grinder|SCC}","Construct","5"],["{@creature Shadrix Silverquill|SCC}","Dragon","22"],["{@creature Silverquill Apprentice|SCC}","Humanoid","2"],["{@creature Silverquill Pledgemage|SCC}","Humanoid","4"],["{@creature Silverquill Professor of Radiance|SCC}","Humanoid","7"],["{@creature Silverquill Professor of Shadow|SCC}","Humanoid","7"],["{@creature Spirit Statue Mascot|SCC}","Construct","1/4"],["{@creature Strixhaven Campus Guide|SCC}","Construct","1"],["{@creature Tanazir Quandrix|SCC}","Dragon","24"],["{@creature Velomachus Lorehold|SCC}","Dragon","25"],["{@creature Witherbloom Apprentice|SCC}","Humanoid","2"],["{@creature Witherbloom Pledgemage|SCC}","Humanoid","4"],["{@creature Witherbloom Professor of Decay|SCC}","Humanoid","7"],["{@creature Witherbloom Professor of Growth|SCC}","Humanoid","7"]],"name":"Friends and Foes; Strixhaven Creatures","page":183,"source":"SCC","chapter":{"name":"Friends and Foes","ordinal":{"type":"chapter","identifier":7},"index":8}},{"caption":"First Adventure","colLabels":["d10","Adventure Seed"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","The adventure begins on the Rock of Bral, where an {@creature autognome|BAM} (see {@book Boo's Astral Menagerie|BAM}) needs the characters' help to find its creator, who has gone missing on the Rock."],["2","One of the characters inherits a ship equipped with a {@item spelljamming helm|AAG} and an old captain's log that hints at places to explore, treasure to find, and perils to avoid."],["3","In the wilderness on their home world, the characters find a {@item spelljamming helm|AAG} in the wreckage of a crashed {@vehicle scorpion ship|AAG} (see {@book chapter 2|AAG|2|Scorpion Ship}) and run afoul of goblins who want to plunder the wreck."],["4","A wealthy patron gives the characters a ship and a {@item spelljamming helm|AAG} to call their own and expects them to accomplish a dangerous task in return."],["5","A spelljamming ship lands on the outskirts of a village where the characters are staying. The ship's captain is looking for raw recruits to join a war in Wildspace."],["6","Villagers ask the characters to investigate a strange object in the hills, which turns out to be a crashed {@vehicle nightspider|AAG} (see {@book chapter 2|AAG|2|Nightspider}) with survivors: a {@creature neogi pirate|BAM} and a {@creature neogi hatchling swarm|BAM} (see {@book Boo's Astral Menagerie|BAM} for both)."],["7","A {@creature hadozee explorer|BAM} (see {@book Boo's Astral Menagerie|BAM}) needs the characters' help to slay a white {@creature kindori|BAM} (see {@book Boo's Astral Menagerie|BAM}) that keeps attacking her {@vehicle flying fish ship|AAG} (see {@book chapter 2|AAG|2|Flying Fish Ship}). The hadozee can't tell whether the kindori is mean-spirited or amorous. Perhaps it has mistaken the ship for a rival—or a mate!"],["8","The characters were passengers aboard a spelljamming ship that crash-landed on a strange world after the {@item spelljamming helm|AAG} malfunctioned. The characters must fend off alien monsters until they are rescued."],["9","The characters are hired by a trading company to protect a valuable cargo that's being delivered to a distant world. The characters become crew members aboard the {@vehicle squid ship|AAG} (see {@book chapter 2|AAG|2|Squid Ship}) that is transporting the precious cargo."],["10","The adventure begins on the Rock of Bral, where one or more characters have earned the enmity of a {@creature plasmoid boss|BAM} (see {@book Boo's Astral Menagerie|BAM}). The heroes must either flee Bral to save themselves or contend with the boss's underlings."]],"name":"Astral Campaigns; First Adventure","page":4,"source":"AAG","chapter":{"name":"Introduction: Vast Oceans of Adventure","index":0}},{"caption":"Air Envelopes of Creatures","colLabels":["Creature's Size","Air Envelope"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Tiny","2½-foot cube"],["Small or Medium","5-foot cube"],["Large","10-foot cube"],["Huge","15-foot cube"],["Gargantuan","20-foot cube"]],"name":"Air Envelopes of Creatures","page":17,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Fishing","colLabels":["d10","Catch"],"colStyles":["col-2 text-center","col-10"],"rows":[["1–2","Tiny, inedible fish (a creature that consumes it is {@condition poisoned} for 1 hour)"],["3–5","Tiny, edible fish (feeds one person)"],["6–8","Small, edible fish (feeds up to four people)"],["9","Hostile {@creature space eel|BAM} (see {@book Boo's Astral Menagerie|BAM}; feeds up to twelve people)"],["10","Hostile {@creature gray scavver|BAM} (see {@book Boo's Astral Menagerie|BAM}; feeds up to twenty people), some other creature of the DM's choosing, or an Tiny object of the DM's choosing"]],"name":"Astral Fishing; Fishing","page":21,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Spells","colLabels":["Level","Spell","School","Class"],"colStyles":["col-2 text-center","col-3","col-2","col-5"],"rows":[["2nd","{@spell Air Bubble|AAG}","Conjuration","Artificer, Druid, Ranger, Sorcerer, Wizard"],["5th","{@spell Create Spelljamming Helm|AAG}","Transmutation","Artificer, Wizard"]],"name":"Spells","page":22,"source":"AAG","chapter":{"name":"Astral Adventuring","ordinal":{"type":"chapter","identifier":2},"index":2}},{"caption":"Helpful Spells","colLabels":["Spell","Donation"],"colStyles":["col-6","col-6"],"rows":[["{@spell Commune}","1,000 gp"],["{@spell Legend lore}","1,500 gp"],["{@spell Lesser restoration}","150 gp"],["{@spell Raise dead}","2,000 gp"],["{@spell Remove curse}","250 gp"],["{@spell Scrying}","1,000 gp"]],"name":"Temple District; Helpful Spells","page":61,"source":"AAG","chapter":{"name":"The Rock of Bral","ordinal":{"type":"chapter","identifier":3},"index":3}},{"caption":"Shipboard Tasks","colLabels":["d12","Task"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Scrape barnacles off the hull."],["2","Scrub pots and dishes in the galley."],["3","Chop vegetables in the galley."],["4","Swab the deck or sweep the cargo hold."],["5","Update the ship's navigational charts, which requires cartographer's tools."],["6","Repair the captain's favorite pair of boots, which requires cobbler's tools. (A {@spell mending} spell also does the trick.)"],["7","Repair superficial damage to the ship, which requires carpenter's tools or woodcarver's tools. (A {@spell mending} spell also does the trick.)"],["8","Compose a new chantey, which requires a musical instrument."],["9","Entertain the crew with tall tales or gossip."],["10","Fix the captain's broken spyglass, which requires jeweler's tools or tinker's tools. (A {@spell mending} spell also does the trick.)"],["11","Teach the captain the basics of a language they don't already know."],["12","Prepare a tasty dinner for the captain's table, which requires cook's utensils."]],"name":"Shipboard Tasks","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Ship Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chatty but harmless spirit haunts the cargo hold."],["2","The excessive creaking of the hull echoes throughout the ship."],["3","Any creature that removes itself from the ship's {@item spelljamming helm|AAG} receives a startling but harmless magical shock."],["4","The ship's companionways are smaller than those found in most other similar vessels."],["5","The ship makes a groaning sound in what seems like defiance whenever it comes to a stop."],["6","The floor of the main deck is adorned with a stylized rendering of a mysterious star chart that pulsates occasionally with scintillating colors."],["7","The ship's air envelope has a salty, briny smell."],["8","Bulkheads throughout the ship have lines of poetry scrawled on them."],["9","Unattended tools often go missing, only to reappear {@dice 1d4} hours later in another part of the ship."],["10","A creature seated in the ship's {@item spelljamming helm|AAG} hears faint spacefaring chanteys in its mind except when the ship is under attack."]],"name":"Ship Quirks","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Cheap Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Trunk containing ten outfits of {@item traveler's clothes|PHB} (2 gp each)"],["2","Crate containing one hundred bars of soap (2 cp each)"],["3","Twenty ballista bolts (5 gp each)"],["4","Coop containing fifty live chickens (2 cp each)"],["5","Crate containing twenty wheels of cheese (5 sp each)"],["6","Locked cage containing one friendly Beast of your choice"],["7","Ten 40-gallon barrels of fresh water"],["8","Ten crates, each containing fifty days of rations (25 gp per crate)"],["9","Locked cage containing one hostile Beast of your choice"],["10","Chest containing fifty {@item Perfume (vial)|PHB|vials of perfume} (2 gp each)"],["11","Crate containing fifty loaves of bread (2 cp each)"],["12","Ten 40-gallon barrels of ale (4 gp each)"]],"name":"Ship Cargo; Cheap Cargo","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Expensive Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crate containing fifty blank {@item Spellbook|PHB|spellbooks} (50 gp each)"],["2","Crate containing one hundred {@item Ink (1-ounce bottle)|PHB|1-ounce bottles of ink} (10 gp each) and one thousand sheets of {@item Parchment (one sheet)|PHB|parchment} (1 sp each)"],["3","Crate containing twenty {@item Potion of Healing||potions of healing}, {@item Alchemist's Fire (flask)|PHB|flasks of alchemist's fire}, or {@item Antitoxin (vial)|PHB|vials of antitoxin} (50 gp each)"],["4","Crate containing one hundred bottles of exquisite wine (25 gp each)"],["5","Set of exquisitely crafted furniture (2,500 gp)"],["6","Locked trunk containing five unloaded {@item Pistol||pistols} (250 gp each) and a box of 100 bullets"],["7","Locked case containing an exquisite Dragonchess set made of crystal or ivory (2,500 gp)"],["8","Locked trunk containing ten {@item Bomb||bombs} (150 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"],["9","Crate containing one hundred fireworks (25 gp each)"],["10","Crate containing five unloaded {@item Musket||muskets} (500 gp each) and a box of 100 bullets"],["11","Locked case containing five {@item Spyglass|PHB|spyglasses} (1,000 gp each)"],["12","Ten 20-pound {@item Gunpowder Keg||kegs of gunpowder} (250 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"]],"name":"Ship Cargo; Expensive Cargo","source":"AAG","chapter":{"name":"Additional Spelljammer Tables","index":4}},{"caption":"Stat Blocks by Challenge Rating","colLabels":["CR","Stat Block Name","Creature Type"],"colStyles":["col-2 text-center","col-6","col-4"],"rows":[["0","{@creature Chwinga astronaut|BAM}","Elemental"],["0","{@creature Dohwar|BAM}","Fey"],["0","{@creature Space guppy|BAM}","Beast"],["0","{@creature Space mollymawk|BAM}","Beast"],["1/8","{@creature Hadozee shipmate|BAM}","Humanoid"],["1/4","{@creature Giant space hamster|BAM}","Beast"],["1/4","{@creature Gray scavver|BAM}","Monstrosity"],["1/4","{@creature Plasmoid explorer|BAM}","Ooze"],["1/4","{@creature Space hamster|BAM}","Monstrosity"],["1/4","{@creature Space swine|BAM}","Beast"],["1/2","{@creature Hadozee warrior|BAM}","Humanoid"],["1/2","{@creature Space eel|BAM}","Beast"],["1/2","{@creature Ssurran poisoner|BAM}","Monstrosity"],["1","{@creature Jammer leech|BAM}","Plant"],["1","{@creature Psurlon ringer|BAM}","Aberration"],["2","{@creature Aartuk starhorror|BAM}","Plant"],["2","{@creature Aartuk weedling|BAM}","Plant"],["2","{@creature Autognome|BAM}","Construct"],["2","{@creature Hadozee explorer|BAM}","Humanoid"],["2","{@creature Lunar dragon wyrmling|BAM}","Dragon"],["2","{@creature Psurlon|BAM}","Aberration"],["2","{@creature Space clown|BAM}","Fiend"],["2","{@creature Thri-kreen hunter|BAM}","Monstrosity"],["2","{@creature Vampirate|BAM}","Undead"],["3","{@creature Aartuk elder|BAM}","Plant"],["3","{@creature Astral elf warrior|BAM}","Humanoid"],["3","{@creature Giff shipmate|BAM}","Humanoid"],["3","{@creature Githyanki buccaneer|BAM}","Humanoid"],["3","{@creature Neogi hatchling swarm|BAM}","Aberration"],["3","{@creature Neogi pirate|BAM}","Aberration"],["3","{@creature Plasmoid warrior|BAM}","Ooze"],["3","{@creature Solar dragon wyrmling|BAM}","Dragon"],["3","{@creature Ssurran defiler|BAM}","Monstrosity"],["4","{@creature Brown scavver|BAM}","Monstrosity"],["4","{@creature Gaj|BAM}","Aberration"],["4","{@creature Neh-thalggu|BAM}","Aberration"],["4","{@creature Neogi void hunter|BAM}","Aberration"],["4","{@creature Plasmoid boss|BAM}","Ooze"],["5","{@creature Astral elf honor guard|BAM}","Humanoid"],["5","{@creature Astral elf star priest|BAM}","Humanoid"],["5","{@creature Feyr|BAM}","Aberration"],["5","{@creature Mercane|BAM}","Giant"],["5","{@creature Murder comet|BAM}","Elemental"],["5","{@creature Night scavver|BAM}","Monstrosity"],["5","{@creature Starlight apparition|BAM}","Celestial"],["5","{@creature Thri-kreen mystic|BAM}","Monstrosity"],["5","{@creature Vampirate mage|BAM}","Undead"],["6","{@creature B'rohg|BAM}","Giant"],["6","{@creature Giff shock trooper|BAM}","Humanoid"],["6","{@creature Psurlon leader|BAM}","Aberration"],["6","{@creature Vampirate captain|BAM}","Undead"],["7","{@creature Astral elf commander|BAM}","Humanoid"],["7","{@creature Githyanki star seer|BAM}","Humanoid"],["7","{@creature Kindori|BAM}","Celestial"],["7","{@creature Thri-kreen gladiator|BAM}","Monstrosity"],["7","{@creature Young lunar dragon|BAM}","Dragon"],["8","{@creature Astral elf aristocrat|BAM}","Humanoid"],["8","{@creature Reigar|BAM}","Celestial"],["9","{@creature Braxat|BAM}","Giant"],["9","{@creature Githyanki xenomancer|BAM}","Humanoid"],["9","{@creature Young solar dragon|BAM}","Dragon"],["10","{@creature Eye monger|BAM}","Aberration"],["10","{@creature Giff warlord|BAM}","Humanoid"],["11","{@creature Megapede|BAM}","Monstrosity"],["11","{@creature Void scavver|BAM}","Monstrosity"],["12","{@creature Esthetic|BAM}","Aberration"],["13","{@creature Adult lunar dragon|BAM}","Dragon"],["14","{@creature Adult solar dragon|BAM}","Dragon"],["16","{@creature Zodar|BAM}","Aberration"],["18","{@creature Cosmic horror|BAM}","Aberration"],["19","{@creature Ancient lunar dragon|BAM}","Dragon"],["21","{@creature Ancient solar dragon|BAM}","Dragon"]],"name":"Using a Stat Block; Stat Blocks by Challenge Rating","page":4,"source":"BAM","chapter":{"name":"Introduction","index":0}},{"caption":"Initial Attitude","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitude","page":6,"source":"BAM","chapter":{"name":"Introduction","index":0}},{"caption":"Setting a DC","colLabels":["Difficulty","DC","Difficulty","DC"],"colStyles":["col-5","col-1 text-center","col-5","col-1 text-center"],"rows":[["Very easy","5","Hard","20"],["Easy","10","Very hard","25"],["Moderate","15","Nearly impossible","30"]],"name":"undefined; Setting a DC","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Skills and Associated Abilities","colLabels":["Skill","Ability","Skill","Ability"],"colStyles":["col-3","col-3","col-3","col-3"],"rows":[["{@skill Acrobatics}","Dexterity","{@skill Medicine}","Wisdom"],["{@skill Animal Handling}","Wisdom","{@skill Nature}","Intelligence"],["{@skill Arcana}","Intelligence","{@skill Perception}","Wisdom"],["{@skill Athletics}","Strength","{@skill Performance}","Charisma"],["{@skill Deception}","Charisma","{@skill Persuasion}","Charisma"],["{@skill History}","Intelligence","{@skill Religion}","Intelligence"],["{@skill Insight}","Wisdom","{@skill Sleight of Hand}","Dexterity"],["{@skill Intimidation}","Charisma","{@skill Stealth}","Dexterity"],["{@skill Investigation}","Intelligence","{@skill Survival}","Wisdom"]],"name":"undefined; Skills and Associated Abilities","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Initial Attitude","colLabels":["Attitude Roll Total","Initial Attitude"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["4 or lower","Hostile"],["5–8","Indifferent"],["9 or higher","Friendly"]],"name":"Initial Attitude","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"colLabels":["Distance","Notes"],"colStyles":["col-2","col-10"],"rows":[["250 feet","Long range for {@object ballista||ballistae}, {@object Mangonel||mangonels}, {@item shortbow|phb|shortbows}, {@item longbow|phb|longbows}, {@item light crossbow|phb|light crossbows}, and {@item heavy crossbow|phb|heavy crossbows}"],["500 feet","Long range for {@item longbow|phb|longbows} and {@object Mangonel||mangonels}; beyond the range of {@object ballista||ballistae} and crossbows"],["1,000 feet","Beyond the range of most ranged weapons"]],"name":"Ship-to-Ship Starting Distance","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"colLabels":["Size of Creature or Object Struck","Bludgeoning Damage"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[["Large","{@dice 4d10}"],["Huge","{@dice 8d10}"],["Gargantuan","{@dice 16d10}"]],"name":"Crashing","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Shipboard Tasks","colLabels":["d12","Task"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Scrape barnacles off the hull."],["2","Scrub pots and dishes in the galley."],["3","Chop vegetables in the galley."],["4","Swab the deck or sweep the cargo hold."],["5","Update the ship's navigational charts, which requires cartographer's tools."],["6","Repair the captain's favorite pair of boots, which requires cobbler's tools. (A {@spell mending} spell also does the trick.)"],["7","Repair superficial damage to the ship, which requires carpenter's tools or woodcarver's tools. (A {@spell mending} spell also does the trick.)"],["8","Compose a new chantey, which requires a musical instrument."],["9","Entertain the crew with tall tales or gossip."],["10","Fix the captain's broken spyglass, which requires jeweler's tools or tinker's tools. (A {@spell mending} spell also does the trick.)"],["11","Teach the captain the basics of a language they don't already know."],["12","Prepare a tasty dinner for the captain's table, which requires cook's utensils."]],"name":"Shipboard Tasks","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Ship Quirks","colLabels":["d10","Quirk"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A chatty but harmless spirit haunts the cargo hold."],["2","The excessive creaking of the hull echoes throughout the ship."],["3","Any creature that removes itself from the ship's {@item spelljamming helm|AAG} receives a startling but harmless magical shock."],["4","The ship's companionways are smaller than those found in most other similar vessels."],["5","The ship makes a groaning sound in what seems like defiance whenever it comes to a stop."],["6","The floor of the main deck is adorned with a stylized rendering of a mysterious star chart that pulsates occasionally with scintillating colors."],["7","The ship's air envelope has a salty, briny smell."],["8","Bulkheads throughout the ship have lines of poetry scrawled on them."],["9","Unattended tools often go missing, only to reappear {@dice 1d4} hours later in another part of the ship."],["10","A creature seated in the ship's {@item spelljamming helm|AAG} hears faint spacefaring chanteys in its mind except when the ship is under attack."]],"name":"Ship Quirks","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Cheap Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Trunk containing ten outfits of {@item traveler's clothes|PHB} (2 gp each)"],["2","Crate containing one hundred bars of soap (2 cp each)"],["3","Twenty ballista bolts (5 gp each)"],["4","Coop containing fifty live chickens (2 cp each)"],["5","Crate containing twenty wheels of cheese (5 sp each)"],["6","Locked cage containing one friendly Beast of your choice"],["7","Ten 40-gallon barrels of fresh water"],["8","Ten crates, each containing fifty days of rations (25 gp per crate)"],["9","Locked cage containing one hostile Beast of your choice"],["10","Chest containing fifty {@item Perfume (vial)|PHB|vials of perfume} (2 gp each)"],["11","Crate containing fifty loaves of bread (2 cp each)"],["12","Ten 40-gallon barrels of ale (4 gp each)"]],"name":"Ship Cargo; Cheap Cargo","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Expensive Cargo","colLabels":["d12","Cargo"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Crate containing fifty blank {@item Spellbook|PHB|spellbooks} (50 gp each)"],["2","Crate containing one hundred {@item Ink (1-ounce bottle)|PHB|1-ounce bottles of ink} (10 gp each) and one thousand sheets of {@item Parchment (one sheet)|PHB|parchment} (1 sp each)"],["3","Crate containing twenty {@item Potion of Healing||potions of healing}, {@item Alchemist's Fire (flask)|PHB|flasks of alchemist's fire}, or {@item Antitoxin (vial)|PHB|vials of antitoxin} (50 gp each)"],["4","Crate containing one hundred bottles of exquisite wine (25 gp each)"],["5","Set of exquisitely crafted furniture (2,500 gp)"],["6","Locked trunk containing five unloaded {@item Pistol||pistols} (250 gp each) and a box of 100 bullets"],["7","Locked case containing an exquisite Dragonchess set made of crystal or ivory (2,500 gp)"],["8","Locked trunk containing ten {@item Bomb||bombs} (150 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"],["9","Crate containing one hundred fireworks (25 gp each)"],["10","Crate containing five unloaded {@item Musket||muskets} (500 gp each) and a box of 100 bullets"],["11","Locked case containing five {@item Spyglass|PHB|spyglasses} (1,000 gp each)"],["12","Ten 20-pound {@item Gunpowder Keg||kegs of gunpowder} (250 gp each; see \"{@book Explosives|DMG|9|Explosives}\" in the {@book Dungeon Master's Guide|DMG})"]],"name":"Ship Cargo; Expensive Cargo","source":"ScreenSpelljammer","chapter":{"name":"Screen","index":0}},{"caption":"Wild Magic","colLabels":["d8","Magical Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Shadowy tendrils lash around you. Each creature of your choice that you can see within 30 feet of you must succeed on a Constitution saving throw or take {@damage 1d12} necrotic damage. You also gain {@dice 1d12} temporary hit points."],["2","You teleport up to 30 feet to an unoccupied space you can see. Until your rage ends, you can use this effect again on each of your turns as a bonus action."],["3","An intangible spirit, which looks like a {@creature flumph} or a {@creature pixie} (your choice), appears within 5 feet of one creature of your choice that you can see within 30 feet of you. At the end of the current turn, the spirit explodes, and each creature within 5 feet of it must succeed on a Dexterity saving throw or take {@damage 1d6} force damage. Until your rage ends, you can use this effect again, summoning another spirit, on each of your turns as a bonus action."],["4","Magic infuses one weapon of your choice that you are holding. Until your rage ends, the weapon's damage type changes to force, and it gains the light and thrown properties, with a normal range of 20 feet and a long range of 60 feet. If the weapon leaves your hand, the weapon reappears in your hand at the end of the current turn."],["5","Whenever a creature hits you with an attack roll before your rage ends, that creature takes {@damage 1d6} force damage, as magic lashes out in retribution."],["6","Until your rage ends, you are surrounded by multi colored, protective lights; you gain a +1 bonus to AC, and while within 10 feet of you, your allies gain the same bonus."],["7","Flowers and vines temporarily grow around you. Until your rage ends, the ground within 15 feet of you is {@quickref difficult terrain||3} for your enemies."],["8","A bolt of light shoots from your chest. Another creature of your choice that you can see within 30 feet of you must succeed on a Constitution saving throw or take {@damage 1d6} radiant damage and be {@condition blinded} until the start of your next turn. Until your rage ends, you can use this effect again on each of your turns as a bonus action."]],"name":"Wild Magic","source":"TCE","srd":false,"page":25,"parentEntity":{"type":"subclass","name":"Path of Wild Magic","shortName":"Wild Magic","source":"TCE","className":"Barbarian","classSource":"PHB"}},{"caption":"Wild Magic Surge","colLabels":["{@dice d100}","Effect"],"colStyles":["col-1 text-center","col-11"],"rows":[["01-02","Roll on this table at the start of each of your turns for the next minute, ignoring this result on subsequent rolls."],["03-04","For the next minute, you can see any {@condition invisible} creature if you have line of sight to it."],["05-06","A {@filter modron|bestiary|source=mm|search=modron} chosen and controlled by the DM appears in an unoccupied space within 5 feet of you, then disappears 1 minute later."],["07-08","You cast {@spell fireball} as a 3rd-level spell centered on yourself."],["09-10","You cast {@spell magic missile} as a 5th-level spell."],["11-12","Roll a {@dice d10}. Your height changes by a number of inches equal to the roll. If the roll is odd, you shrink. If the roll is even, you grow."],["13-14","You cast {@spell confusion} centered on yourself."],["15-16","For the next minute, you regain 5 hit points at the start of each of your turns."],["17-18","You grow a long beard made of feathers that remains until you sneeze, at which point the feathers explode out from your face."],["19-20","You cast {@spell grease} centered on yourself."],["21-22","Creatures have disadvantage on saving throws against the next spell you cast in the next minute that involves a saving throw."],["23-24","Your skin turns a vibrant shade of blue. A {@spell remove curse} spell can end this effect."],["25-26","An eye appears on your forehead for the next minute. During that time, you have advantage on Wisdom ({@skill Perception}) checks that rely on sight."],["27-28","For the next minute, all your spells with a casting time of 1 action have a casting time of 1 bonus action."],["29-30","You teleport up to 60 feet to an unoccupied space of your choice that you can see."],["31-32","You are transported to the Astral Plane until the end of your next turn, after which time you return to the space you previously occupied or the nearest unoccupied space if that space is occupied."],["33-34","Maximize the damage of the next damaging spell you cast within the next minute."],["35-36","Roll a {@dice d10}. Your age changes by a number of years equal to the roll. If the roll is odd, you get younger (minimum 1 year old). If the roll is even, you get older."],["37-38","{@dice 1d6} {@creature flumph||flumphs} controlled by the DM appear in unoccupied spaces within 60 feet of you and are {@condition frightened} of you. They vanish after 1 minute."],["39-40","You regain {@dice 2d10} hit points."],["41-42","You turn into a potted plant until the start of your next turn. While a plant, you are {@condition incapacitated} and have vulnerability to all damage. If you drop to 0 hit points, your pot breaks, and your form reverts."],["43-44","For the next minute, you can teleport up to 20 feet as a bonus action on each of your turns."],["45-46","You cast {@spell levitate} on yourself."],["47-48","A {@creature unicorn} controlled by the DM appears in a space within 5 feet of you, then disappears 1 minute later."],["49-50","You can't speak for the next minute. Whenever you try, pink bubbles float out of your mouth."],["51-52","A spectral shield hovers near you for the next minute, granting you a +2 bonus to AC and immunity to {@spell magic missile}."],["53-54","You are immune to being intoxicated by alcohol for the next {@dice 5d6} days."],["55-56","Your hair falls out but grows back within 24 hours."],["57-58","For the next minute, any flammable object you touch that isn't being worn or carried by another creature bursts into flame."],["59-60","You regain your lowest-level expended spell slot."],["61-62","For the next minute, you must shout when you speak."],["63-64","You cast {@spell fog cloud} centered on yourself."],["65-66","Up to three creatures you choose within 30 feet of you take {@damage 4d10} lightning damage."],["67-68","You are {@condition frightened} by the nearest creature until the end of your next turn."],["69-70","Each creature within 30 feet of you becomes {@condition invisible} for the next minute. The invisibility ends on a creature when it attacks or casts a spell."],["71-72","You gain resistance to all damage for the next minute."],["73-74","A random creature within 60 feet of you becomes {@condition poisoned} for {@dice 1d4} hours."],["75-76","You glow with bright light in a 30-foot radius for the next minute. Any creature that ends its turn within 5 feet of you is {@condition blinded} until the end of its next turn."],["77-78","You cast {@spell polymorph} on yourself. If you fail the saving throw, you turn into a sheep for the spell's duration."],["79-80","Illusory butterflies and flower petals flutter in the air within 10 feet of you for the next minute."],["81-82","You can take one additional action immediately."],["83-84","Each creature within 30 feet of you takes {@damage 1d10} necrotic damage. You regain hit points equal to the sum of the necrotic damage dealt."],["85-86","You cast {@spell mirror image}."],["87-88","You cast {@spell fly} on a random creature within 60 feet of you."],["89-90","You become {@condition invisible} for the next minute. During that time, other creatures can't hear you. The invisibility ends if you attack or cast a spell."],["91-92","If you die within the next minute, you immediately come back to life as if by the {@spell reincarnate} spell."],["93-94","Your size increases by one size category for the next minute."],["95-96","You and all creatures within 30 feet of you gain vulnerability to piercing damage for the next minute."],["97-98","You are surrounded by faint, ethereal music for the next minute."],["99-00","You regain all expended sorcery points."]],"name":"Wild Magic Surge","source":"PHB","srd":false,"page":103,"parentEntity":{"type":"subclass","name":"Wild Magic","shortName":"Wild","source":"PHB","className":"Sorcerer","classSource":"PHB"}},{"caption":"Potions for Sale","colLabels":["Potion of...","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Healing","50 gp"],["Climbing","75 gp"],["Animal friendship","100 gp"],["Greater healing","100 gp"],["Water breathing","100 gp"],["Superior healing","500 gp"],["Supreme healing","5,000 gp"],["Invisibility","5,000 gp"]],"name":"Potions for Sale","source":"XGE","parentEntity":{"type":"variantrule","name":"Shared Campaign Variant Rules","source":"XGE"}},{"caption":"Spell Scrolls for Sale","colLabels":["Spell Level","Cost"],"colStyles":["col-4 text-center","col-4 text-center","col-4 text-center"],"rows":[["Cantrip","25 gp"],["1st","75 gp"],["2nd","150 gp"],["3rd","300 gp"],["4th","500 gp"],["5th","1,000 gp"]],"name":"Spell Scrolls for Sale","source":"XGE","parentEntity":{"type":"variantrule","name":"Shared Campaign Variant Rules","source":"XGE"}},{"caption":"Lorehold Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A map made of concentric circles that can be rotated around the page"],["2","A puzzle box bedecked with amber"],["3","A dented brass compass with a red needle"],["4","The head of a broken statue that houses the consciousness of a snarky sage"],["5","A sheet of parchment embossed with tactile lettering, glowing red"],["6","A broken dagger with a wavy blade and a serpentine hilt"]],"name":"Lorehold Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Lorehold Student","source":"SCC"}},{"caption":"Prismari Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A pair of rose-tinted glasses with glittery frames"],["2","A stoppered glass bottle that, when opened, plays a brassy orchestral piece"],["3","A quartet of hovering water motes in a vial"],["4","A bandolier of watercolor paints"],["5","A tiara capped with a crystal that crackles with harmless lightning"],["6","An iridescent quill"]],"name":"Prismari Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Prismari Student","source":"SCC"}},{"caption":"Quandrix Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A small succulent in a dodecahedral clay pot"],["2","A blue knit hat that looks a bit like a bottle folding in on itself"],["3","A model hypercube carved from green crystal, showcasing the fourth dimension"],["4","A crumpled test on the theory of gravity manipulation, with a failing grade on the front and the name of a famous Quandrix professor"],["5","A blue tetrahedron that, when tapped twice, projects a recording of an old mathematics lecture"],["6","A round bread roll cut so that someone could spread butter on both halves without ever lifting the knife"]],"name":"Quandrix Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Quandrix Student","source":"SCC"}},{"caption":"Silverquill Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black leather notebook filled with half-finished poems"],["2","A set of flashcards detailing different colloquialisms and their meanings"],["3","A canteen that makes any liquid drunk from it taste sweet"],["4","A forged permission slip granting access to the special archives of Strixhaven's libraries"],["5","A stylish silver pin that references a famous series of novels about warlocks"],["6","A stack of small pieces of parchment, each enchanted to stick to whatever surface it's pressed against and peel off easily"]],"name":"Silverquill Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Silverquill Student","source":"SCC"}},{"caption":"Witherbloom Trinkets","colLabels":["d6","Trinket"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A black bird-shaped mask, trimmed with glowing green thread"],["2","A set of rabbit bones"],["3","A pair of thick knee-high waders, stained with muck and moss"],["4","A slimy green tentacle, which occasionally wriggles"],["5","A notebook containing waterproof paper"],["6","A necklace of five small vials, each filled with luminescent white liquid"]],"name":"Witherbloom Trinkets","source":"SCC","parentEntity":{"type":"background","name":"Witherbloom Student","source":"SCC"}},{"name":"Sylvan Forest Encounters","type":"table","source":"DMG","page":86,"caption":"Sylvan Forest Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["2","1 {@creature displacer beast}"],["3","1 {@creature gnoll pack lord} and {@dice 2d4} {@creature gnoll||gnolls}"],["4","{@dice 1d4} {@creature gnoll||gnolls} and {@dice 2d4} {@creature hyena||hyenas}"],["5","A grove of burned trees. Characters searching the area and succeeding on a DC 10 Wisdom ({@skill Survival}) check find {@creature gnoll} tracks. Following the tracks for {@dice 1d4} hours leads to an encounter with {@creature gnoll||gnolls}, or the discovery of dead {@creature gnoll||gnolls} with elven arrows sticking out of their flea-ridden corpses."],["6","1 {@creature giant owl}"],["7","An ivy-covered statue of an elven deity or hero."],["8","1 {@creature dryad} (50%) or {@dice 1d4} {@creature satyr||satyrs} (50%)"],["9","{@dice 1d4} {@creature centaur||centaurs}"],["10","{@dice 2d4} {@creature scout||scouts} (elves). One {@creature scout} carries a horn and can use its action to blow it. If the horn is blown within the forest, roll on this table again. If the result indicates a monster encounter, the indicated monster or monsters arrive in {@dice 1d4} minutes. New arrivals other than {@creature gnoll||gnolls}, {@creature hyena||hyenas}, {@creature owlbear||owlbears}, and {@creature displacer beast||displacer beasts} are friendly toward the {@creature scout||scouts}."],["11","{@dice 2d4} {@creature pixie||pixies} (50%) or {@dice 2d4} {@creature sprite||sprites} (50%)"],["12","1 {@creature owlbear}"],["13","{@dice 1d4} {@creature elk||elks} (75%) or 1 {@creature giant elk} (25%)"],["14","{@dice 1d4} {@creature blink dog||blink dogs}"],["15","A magical plant with {@dice 2d4} glowing berries. A creature that ingests a berry becomes {@condition invisible} for 1 hour, or until it attacks or casts a spell. Once picked, a berry loses its magic after 12 hours. Berries regrow at midnight, but if all its berries are picked, the plant becomes nonmagical and grows no more berries."],["16","An elven tune carried on a gentle breeze"],["17","{@dice 1d4} {@creature Faerie Dragon (Orange)||orange} (75%) or {@creature Faerie Dragon (Blue)||blue} (25%) faerie dragons"],["18","1 {@creature druid} (elf). The {@creature druid} is initially indifferent toward the party but becomes friendly if the characters agree to rid the forest of its gnoll infestation."],["19","1 {@creature treant}. The {@creature treant} is friendly if the party includes one or more elves or is accompanied by a visible fey creature. The {@creature treant} is hostile if the characters are carrying open flames. Otherwise, it is indifferent and doesn't announce its presence as the characters pass by."],["20","1 {@creature unicorn}"]]},{"name":"Urban Encounters","type":"table","source":"DMG","page":114,"caption":"Urban Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["2","{@book Animals on the loose|DMG|5|Animals on the loose}"],["3","{@book Announcement|DMG|5|Announcement}"],["4","{@book Brawl|DMG|5|Brawl}"],["5","{@book Bullies|DMG|5|Bullies}"],["6","{@book Companion|DMG|5|Companion}"],["7","{@book Contest|DMG|5|Contest}"],["8","{@book Corpse|DMG|5|Corpse}"],["9","{@book Draft|DMG|5|Draft}"],["10","{@book Drunk|DMG|5|Drunk}"],["11","{@book Fire|DMG|5|Fire}"],["12","{@book Found trinket|DMG|5|Found trinket}"],["13","{@book Guard harassment|DMG|5|Guard harassment}"],["14","{@book Pickpocket|DMG|5|Pickpocket}"],["15","{@book Procession|DMG|5|Procession}"],["16","{@book Protest|DMG|5|Protest}"],["17","{@book Runaway cart|DMG|5|Runaway cart}"],["18","{@book Shady transaction|DMG|5|Shady transaction}"],["19","{@book Spectacle|DMG|5|Spectacle}"],["20","{@book Urchin|DMG|5|Urchin}"]]},{"name":"Undersea Encounters","type":"table","source":"DMG","page":116,"caption":"Undersea Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["2","Sunken ship covered in barnacles ({@chance 25} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["3","Sunken ship with {@creature reef shark||reef sharks} (shallow waters) or {@creature hunter shark||hunter sharks} (deep waters) circling around it ({@chance 50} chance that the ship contains treasure—roll randomly on the treasure tables in chapter 7)"],["4","Bed of giant oysters (each oyster has a {@chance 1} chance of having a giant 5,000 gp pearl inside)"],["5","Underwater steam vent ({@chance 25} chance that the vent is a portal to the Elemental Plane of Fire)"],["6","Sunken ruin (uninhabited)"],["7","Sunken ruin (inhabited or haunted)"],["8","Sunken statue or monolith"],["9","Friendly and curious {@creature giant sea horse}"],["10","Patrol of friendly {@creature merfolk}"],["11","Patrol of hostile {@creature merrow} (coastal waters) or {@creature sahuagin} (deep waters)"],["12","Enormous kelp bed (roll again on the table to determine what's hidden in the kelp bed)"],["13","Undersea cave (empty)"],["14","Undersea cave ({@creature sea hag} lair)"],["15","Undersea cave ({@creature merfolk} lair)"],["16","Undersea cave ({@creature giant octopus} lair)"],["17","Undersea cave ({@creature dragon turtle} lair)"],["18","Bronze dragon searching for treasure"],["19","{@creature Storm giant} walking on the ocean floor"],["20","Sunken treasure chest ({@chance 25} chance that it contains something of value—roll treasure randomly using the tables in chapter 7)"]]},{"name":"At Sea Encounters","type":"table","source":"DMG","page":118,"caption":"At Sea Encounters","colLabels":["{@dice d12 + d8}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["2","Ghost ship"],["3","Friendly and curious bronze dragon"],["4","Whirlpool ({@chance 25} chance that the whirlpool is a portal to the Elemental Plane of Water)"],["5","{@creature Merfolk} traders"],["6","Passing warship (friendly or hostile)"],["7-8","Pirate ship (hostile)"],["9-10","Passing merchant ship (galley or sailing ship)"],["11-12","{@creature Killer whale} sighting"],["13-14","Floating debris"],["15","Longship crewed by hostile {@creature berserker||berserkers}"],["16","Hostile {@creature griffon||griffons} or {@creature harpy||harpies}"],["17","Iceberg (easily avoided if seen from a distance)"],["18","{@creature Sahuagin} boarding party"],["19","NPC in the water (clinging to floating debris)"],["20","Sea monster (such as a {@creature dragon turtle} or {@creature kraken})"]]},{"name":"Arctic Encounters (Levels 1—4)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature giant owl}"],["02-05","{@dice 1d6 + 3} {@creature kobold||kobolds}"],["06-08","{@dice 1d4 + 3} trappers ({@creature commoner||commoners})"],["09-10","1 {@creature owl}"],["11-12","{@dice 2d4} {@creature blood hawk||blood hawks}"],["13-17","{@dice 2d6} {@creature bandit||bandits}"],["18-20","{@dice 1d3} {@creature winged kobold||winged kobolds} with {@dice 1d6} {@creature kobold||kobolds}"],["21-25","The partially eaten carcass of a mammoth, from which {@dice 1d4} weeks of rations can be harvested."],["26-29","{@dice 2d8} hunters {@creature tribal warrior||tribal warriors}"],["30-35","1 {@creature half-ogre (ogrillon)||half-ogre}"],["36-40","Single-file tracks in the snow that stop abruptly"],["41-45","{@dice 1d3} {@creature ice mephit||ice mephits}"],["46-50","1 {@creature brown bear}"],["51-53","{@dice 1d6 + 1} {@creature orc||orcs}"],["54-55","1 {@creature polar bear}"],["56-57","{@dice 1d6} {@creature scout||scouts}"],["58-60","1 {@creature saber-toothed tiger}"],["61-65","A frozen pond with a jagged hole in the ice that appears recently made"],["66-68","1 {@creature berserker}"],["69-70","1 {@creature ogre}"],["71-72","1 {@creature griffon}"],["73-75","1 {@creature druid}"],["76-80","{@dice 3d4} refugees ({@creature commoner||commoners}) fleeing from orcs"],["81","{@dice 1d3} {@creature veteran||veterans}"],["82","{@dice 1d4} {@creature orog||orogs}"],["83","2 {@creature brown bear||brown bears}"],["84","1 {@creature orc Eye of Gruumsh} and {@dice 2d8} {@creature orc||orcs}"],["85","{@dice 1d3} {@creature winter wolf||winter wolves}"],["86-87","{@dice 1d4} {@creature yeti||yetis}"],["88","1 {@creature half-ogre (ogrillon)||half-ogre}"],["89","{@dice 1d3} {@creature manticore||manticores}"],["90","1 {@creature bandit captain} with {@dice 2d6} {@creature bandit||bandits}"],["91","1 {@creature revenant}"],["92-93","1 {@creature troll}"],["94-95","1 {@creature werebear}"],["96-97","1 {@creature young remorhaz}"],["98","1 {@creature mammoth}"],["99","1 {@creature young white dragon}"],["00","1 {@creature frost giant}"]]},{"name":"Arctic Encounters (Levels 5—10)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","2 {@creature saber-toothed tiger||saber-toothed tigers}"],["06-07","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres}"],["08-10","{@dice 1d3 + 1} {@creature brown bear||brown bears}"],["11-15","{@dice 1d3} {@creature polar bear||polar bears}"],["16-20","{@dice 2d4} {@creature berserker||berserkers}"],["21-25","A half-orc {@creature druid} tending to an injured {@creature polar bear}. If the characters assist the druid, she gives them a vial of antitoxin."],["26-30","{@dice 2d8} {@creature scout||scouts}"],["31-35","{@dice 2d4} {@creature ice mephit||ice mephits}"],["36-40","{@dice 2d6 + 1} {@creature zombie||zombies} aboard a galleon trapped in the ice. Searching the ship yields {@dice 2d20} days of rations."],["41-45","1 {@creature manticore}"],["46-50","{@dice 2d6 + 3} {@creature orc||orcs}"],["51-53","{@dice 1d6 + 2} {@creature ogre||ogres}"],["54-55","{@dice 2d4} {@creature griffon||griffons}"],["56-57","{@dice 1d4} {@creature veteran||veterans}"],["58-60","1 {@creature bandit captain} with 1 {@creature druid}, {@dice 1d3} {@creature berserker||berserkers}, and {@dice 2d10 + 5} {@creature bandit||bandits}"],["61-65","{@dice 1d4} hours of extreme cold (see chapter 5 of the {@italic Dungeon Master's Guide})"],["66-68","1 {@creature young remorhaz}"],["69-72","1 {@creature orc Eye of Gruumsh} with {@dice 1d6} {@creature orog||orogs} and {@dice 2d8 + 6} {@creature orc||orcs}"],["73-75","1 {@creature revenant}"],["76-80","A howl that echoes over the land for {@dice 1d3} minutes"],["81-82","{@dice 1d3} {@creature mammoth||mammoths}"],["83-84","1 {@creature young white dragon}"],["85-86","{@dice 2d4} {@creature winter wolf||winter wolves}"],["87-88","{@dice 1d6 + 2} {@creature yeti||yetis}"],["89-90","{@dice 1d2} {@creature frost giant||frost giants}"],["91-92","{@dice 1d3} {@creature werebear||werebears}"],["93-94","{@dice 1d4} {@creature troll||trolls}"],["95-96","1 {@creature abominable yeti}"],["97-98","1 {@creature remorhaz}"],["99","1 {@creature roc}"],["00","{@dice 2d4} {@creature young remorhaz||young remorhazes}"]]},{"name":"Arctic Encounters (Levels 11—16)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature abominable yeti}"],["02-04","{@dice 1d6} {@creature revenant||revenants}"],["05-10","{@dice 1d4 + 1} {@creature werebear||werebears}"],["11-20","{@dice 1d3} {@creature young white dragon||young white dragons}"],["21-25","A blizzard that reduces visibility to 5 feet for {@dice 1d6} hours"],["26-35","1 {@creature roc}"],["36-40","A herd of {@dice 3d20 + 60} caribou ({@creature deer}) moving through the snow"],["41-50","{@dice 1d4} {@creature mammoth||mammoths}"],["51-60","{@dice 1d8 + 1} {@creature troll||trolls}"],["61-65","A mile-wide frozen lake in which preserved corpses of strange creatures can be seen"],["66-75","{@dice 2d4} {@creature young remorhaz||young remorhazes}"],["76-80","A crumbling ice castle littered with the frozen bodies of blue-skinned humanoids"],["81-90","1 {@creature adult white dragon}"],["91-96","{@dice 1d8 + 1} {@creature frost giant||frost giants}"],["97-99","{@dice 1d4} {@creature remorhaz||remorhazes}"],["00","1 {@creature ancient white dragon}"]]},{"name":"Arctic Encounters (Levels 17—20)","type":"table","source":"XGE","page":92,"caption":"Arctic Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","{@dice 2d10} {@creature revenant||revenants}"],["03-04","{@dice 2d8} {@creature troll||trolls}"],["05-06","{@dice 2d10} {@creature werebear||werebears}"],["07-08","1 {@creature frost giant}"],["09-10","{@dice 2d4} {@creature young remorhaz||young remorhazes}"],["11-20","{@dice 1d4} {@creature frost giant||frost giants}"],["21-25","A Circular patch of black ice on the ground. The air temperature around the patch is warmer than in the surrounding area, and characters who inspect the ice find bits of machinery frozen within."],["26-35","1 {@creature ancient white dragon}"],["36-40","An adventurer frozen 6 feet under the ice; 50% chance the corpse has a rare magic item of the DM's choice"],["41-50","{@dice 1d3} {@creature abominable yeti||abominable yetis}"],["51-60","{@dice 1d4} {@creature remorhaz||remorhazes}"],["61-65","A 500-foot-high wall of ice that is 300 feet thick and spread across {@dice 1d4} miles"],["66-75","{@dice 1d4} {@creature roc||rocs}"],["76-80","The likeness of a stern woman with long, flowing hair, carved into the side of a mountain"],["81-90","{@dice 1d10} {@creature frost giant||frost giants} with {@dice 2d4} {@creature polar bear||polar bears}"],["91-96","{@dice 1d3} {@creature adult white dragon||adult white dragons}"],["97-99","{@dice 2d4} {@creature abominable yeti||abominable yetis}"],["00","1 {@creature ancient white dragon} with {@dice 1d3} {@creature young white dragon||young white dragons}"]]},{"name":"Coastal Encounters (Levels 1—4)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature pseudodragon}"],["02-05","{@dice 2d8} {@creature crab||crabs}"],["06-10","{@dice 2d6} fishers ({@creature commoner||commoners})"],["11","{@dice 1d3} {@creature poisonous snake||poisonous snakes}"],["12-13","{@dice 1d6} {@creature guard||guards} protecting a standard {@creature noble}"],["14-15","{@dice 2d4} {@creature scout||scouts}"],["16-18","{@dice 2d10} {@creature merfolk}"],["19-20","{@dice 1d6 + 2} {@creature sahuagin}"],["21-25","{@dice 1d4} {@creature ghoul||ghouls} feeding on corpses aboard the wreckage of a merchant ship. A search uncovers {@dice 2d6} bolts of ruined silk, a 50-foot length of rope. and a barrel of salted herring."],["26-27","{@dice 1d4} {@creature winged kobold||winged kobolds} with {@dice 1d6 + 1} {@creature kobold||kobolds}"],["28-29","{@dice 2d6} {@creature tribal warrior||tribal warriors}"],["30-31","{@dice 3d4} {@creature kobold||kobolds}"],["32-33","{@dice 2d4 + 5} {@creature blood hawk||blood hawks}"],["34-35","{@dice 1d8 + 1} {@creature pteranodon||pteranodons}"],["36-40","A few dozen baby turtles struggling to make their way to the sea"],["41-42","{@dice 1d6 + 2} {@creature giant lizard||giant lizards}"],["43-44","{@dice 1d6 + 4} {@creature giant crab||giant crabs}"],["45-46","{@dice 2d4} {@creature stirge||stirges}"],["47-48","{@dice 2d6 + 3} {@creature bandit||bandits}"],["49-53","{@dice 2d4} {@creature sahuagin}"],["54-55","{@dice 1d6 + 2} {@creature scout||scouts}"],["56-60","1 {@creature sea hag}"],["61-65","A momentary formation in the waves that looks like an enormous humanoid face"],["66-70","1 {@creature druid}"],["71-75","{@dice 1d4} {@creature harpy||harpies}"],["76-80","A lone hermit ({@creature acolyte}) sitting on the beach contemplating the meaning of the multiverse"],["81","{@dice 1d4} {@creature berserker||berserkers}"],["82","{@dice 1d6} {@creature giant eagle||giant eagles}"],["83","{@dice 2d4} {@creature giant toad||giant toads}"],["84","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d4} {@creature merrow}"],["85","{@dice 3d6} {@creature sahuagin}"],["86","{@dice 1d4} {@creature veteran||veterans}"],["87","{@dice 1d2} {@creature plesiosaurus||plesiosauruses}"],["88","1 {@creature bandit captain} with {@dice 2d6} {@creature bandit||bandits}"],["89","{@dice 1d3} {@creature manticore||manticores}"],["90","1 {@creature banshee}"],["91-92","{@dice 1d4 + 3} {@creature griffon||griffons}"],["93-94","1 {@creature sahuagin priestess} with {@dice 1d3} {@creature merrow} and {@dice 2d6} {@creature sahuagin}"],["95-96","1 {@creature sahuagin baron}"],["97-98","1 {@creature water elemental}"],["99","1 {@creature cyclops}"],["00","1 {@creature young bronze dragon}"]]},{"name":"Coastal Encounters (Levels 5—10)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 2d8} {@creature giant wolf spider||giant wolf spiders}"],["02-03","{@dice 3d6} {@creature pteranodon||pteranodons}"],["04-05","{@dice 2d4} {@creature scout||scouts}"],["06-07","{@dice 1d6 + 2} {@creature sahuagin}"],["08","1 {@creature sea hag}"],["09-10","{@dice 1d4 + 1} {@creature giant toad||giant toads}"],["11-15","{@dice 3d6} {@creature sahuagin}"],["16-20","{@dice 2d6} {@creature giant eagle||giant eagles}"],["21-25","A {@creature pseudodragon} chasing gulls through the air"],["26-29","{@dice 1d2} {@creature druid||druids}"],["30-32","{@dice 2d4 + 1} {@creature giant toad||giant toads}"],["33-35","1 {@creature commoner} singing a dirge (day only) or 1 {@creature banshee} (night only)"],["36-40","A stoppered bottle containing an illegible note and half buried in the sand"],["41-43","3 {@creature sea hag||sea hags}"],["44-46","{@dice 1d8 + 1} {@creature harpy||harpies}"],["47-50","{@dice 1d4} {@creature plesiosaurus||plesiosauruses}"],["51-53","{@dice 1d4} {@creature manticore||manticores}"],["54-56","{@dice 2d4} {@creature ogre||ogres}"],["57-60","{@dice 1d10} {@creature griffon||griffons}"],["61-65","A battle at sea between two galleons"],["66-70","{@dice 1d4 + 3} {@creature merrow}"],["71-75","A pirate crew consisting of 1 {@creature bandit captain}, 1 {@creature druid}, 2 {@creature berserker||berserkers}, and {@dice 2d12} {@creature bandit||bandits}, all searching for buried treasure"],["76-80","A severed humanoid hand tangled in a net"],["81-82","1 {@creature water elemental}"],["83-84","1 {@creature cyclops}"],["85-86","{@dice 1d4} {@creature banshee||banshees} (night only)"],["87-88","{@dice 2d4} {@creature veteran||veterans}"],["89-90","1 {@creature young bronze dragon}"],["91-93","{@dice 1d3} {@creature cyclops||cyclopes}"],["94-95","1 {@creature young blue dragon}"],["96","1 {@creature sahuagin baron} with {@dice 1d3} {@creature sahuagin priestess||sahuagin priestesses} and {@dice 2d8} {@creature sahuagin}"],["97","1 {@creature djinni}"],["98","1 {@creature roc}"],["99","1 {@creature marid}"],["00","1 {@creature storm giant}"]]},{"name":"Coastal Encounters (Levels 11—16)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature banshee||banshees} (night only)"],["02-04","1 {@creature cyclops}"],["05-08","{@dice 1d6 + 2} {@creature manticore||manticores}"],["09-10","{@dice 1d8 + 2} {@creature veteran||veterans}"],["11-20","1 {@creature young blue dragon}"],["21-25","A nest of {@dice 1d6} dragon turtle eggs"],["26-35","{@dice 1d4} {@creature sahuagin baron||sahuagin barons}"],["36-40","A trident partially buried in the sand"],["41-50","1 {@creature young bronze dragon}"],["51-55","1 {@creature marid}"],["56-60","{@dice 1d6} {@creature water elemental||water elementals}"],["61-65","{@dice 2d6} {@creature ghast||ghasts} crawling over {@dice 1d6} wrecked ships and feeding on the dead"],["66-70","1 {@creature djinni}"],["71-75","{@dice 1d3} {@creature young bronze dragon||young bronze dragons}"],["76-80","A beached whale, dead and bloated. If it takes any damage, it explodes, and each creature within 30 feet of it must make a DC 15 Dexterity saving throw, taking {@dice 5d6} bludgeoning damage on a failed save, or half as much damage on a successful one."],["81-82","{@dice 2d4} {@creature cyclops||cyclopes}"],["83-84","1 {@creature storm giant}"],["85-86","{@dice 1d3} {@creature young blue dragon||young blue dragons}"],["87-88","1 {@creature adult bronze dragon}"],["89-90","1 {@creature adult blue dragon}"],["91-93","{@dice 1d3} {@creature roc||rocs}"],["94-97","1 {@creature dragon turtle}"],["98-99","1 {@creature ancient bronze dragon}"],["00","1 {@creature ancient blue dragon}"]]},{"name":"Coastal Encounters (Levels 17—20)","type":"table","source":"XGE","page":93,"caption":"Coastal Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-10","1 {@creature roc}"],["11-20","1 {@creature storm giant}"],["21-25","An {@creature adult bronze dragon} fighting an {@creature adult blue dragon} to the death"],["26-40","{@dice 2d4} {@creature cyclops||cyclopes}"],["41-50","1 {@creature adult bronze dragon} or 1 {@creature adult blue dragon}"],["51-60","{@dice 1d3} {@creature djinni} or {@dice 1d3} {@creature marid||marids}"],["61-70","1 {@creature dragon turtle}"],["71-75","{@dice 1d3} {@creature roc||rocs}"],["76-80","{@dice 1d6 + 2} waterspouts that dance on the water before stopping abruptly"],["81-90","{@dice 1d6} {@creature young blue dragon||young blue dragons}"],["91-96","1 {@creature ancient bronze dragon}"],["97-99","1 {@creature ancient blue dragon}"],["00","{@dice 1d3 + 1} {@creature storm giant||storm giants}"]]},{"name":"Desert Encounters (Levels 1—4)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 3d8} {@creature scorpion||scorpions}"],["02","{@dice 2d4} {@creature vulture||vultures}"],["03","1 abandoned {@creature mule}"],["04","{@dice 2d6} {@creature commoner||commoners} with {@dice 2d4} {@creature camel||camels} bound for a distant city"],["05","{@dice 1d6} {@creature flying snake||flying snakes}"],["06","{@dice 2d6} {@creature hyena||hyenas} or {@dice 2d6} {@creature jackal||jackals}"],["07","{@dice 1d6} {@creature guard||guards} escorting a {@creature noble} to the edge of the desert, all of them astride {@creature camel||camels}"],["08","{@dice 1d6} {@creature cat||cats}"],["09","1 {@creature pseudodragon}"],["10","{@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["11-13","{@dice 2d4} {@creature stirge||stirges}"],["14-15","{@dice 1d6 + 2} {@creature giant wolf spider||giant wolf spiders}"],["16-17","1 {@creature scout}"],["18-20","{@dice 2d4} {@creature giant poisonous snake||giant poisonous snakes}"],["21-25","Single-file tracks marching deeper into the desert"],["26-27","{@dice 4d4} {@creature kobold||kobolds}"],["28-29","1 {@creature jackalwere}"],["30-31","{@dice 3d6} {@creature tribal warrior||tribal warriors}"],["32-33","{@dice 1d6} {@creature giant lizard||giant lizards}"],["34-35","1 {@creature swarm of insects}"],["36-40","An oasis surrounded by palm trees and containing the remnants of an old camp"],["41-44","{@dice 3d6} {@creature bandit||bandits}"],["45-46","{@dice 1d4} {@creature constrictor snake||constrictor snakes}"],["47-48","{@dice 2d4} {@creature winged kobold}"],["49-50","1 {@creature dust mephit}"],["51-52","{@dice 1d3 + 1} {@creature giant toad||giant toads}"],["53-54","{@dice 1d4} {@creature giant spider||giant spiders}"],["55","1 {@creature druid}"],["56-57","{@dice 2d4} {@creature hobgoblin||hobgoblins}"],["58","1 {@creature wight}"],["59-60","1 {@creature ogre}"],["61-65","A brass lamp lying on the ground"],["66-67","{@dice 1d4} {@creature giant vulture||giant vultures}"],["68","1 {@creature phase spider}"],["69","1 {@creature giant constrictor snake}"],["70-71","1 {@creature gnoll pack lord} with {@dice 1d3} {@creature giant hyena||giant hyenas}"],["72","{@dice 1d6 + 2} {@creature gnoll||gnolls}"],["73-74","1 {@creature mummy}"],["75","{@dice 1d3} {@creature half-ogre (ogrillon)||half-ogres}"],["76-80","A pile of humanoid bones wrapped in rotting cloth"],["81-82","1 {@creature lamia}"],["83","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins}"],["84","{@dice 2d4} {@creature death dog||death dogs}"],["85-86","{@dice 1d4} {@creature giant scorpion||giant scorpions}"],["87","1 {@creature yuan-ti malison (type 1)||yuan-ti malison} with {@dice 1d4 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["88-89","1 {@creature bandit captain} with 1 {@creature druid} and {@dice 3d6} {@creature bandit||bandits}"],["90","{@dice 2d4} {@creature thri-kreen}"],["91","1 {@creature air elemental}"],["92","{@dice 1d3} {@creature couatl||couatls}"],["93","1 {@creature fire elemental}"],["94","{@dice 1d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["95","1 {@creature revenant}"],["96","{@dice 1d4} {@creature weretiger||weretigers}"],["97","1 {@creature cyclops}"],["98","1 {@creature young brass dragon}"],["99","1 {@creature medusa}"],["00","1 {@creature yuan-ti abomination}"]]},{"name":"Desert Encounters (Levels 5—10)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature scout||scouts}"],["02","{@dice 2d4} {@creature jackalwere||jackalweres}"],["03","{@dice 2d6} {@creature hobgoblin||hobgoblins}"],["04","{@dice 1d4 + 3} {@creature dust mephit||dust mephits}"],["05","{@dice 1d6} {@creature swarm of insects}"],["06","1 {@creature giant constrictor snake}"],["07-08","1 {@creature lion}"],["09-10","{@dice 2d4} {@creature gnoll||gnolls}"],["11-12","{@dice 2d6} {@creature giant toad||giant toads}"],["13-17","1 {@creature mummy}"],["18-20","{@dice 1d8 + 1} {@creature giant vulture||giant vultures}"],["21-25","A stone obelisk partly buried in the sand"],["26-28","1 {@creature ogre} with {@dice 1d3} {@creature half-ogre (ogrillon)||half-ogres}"],["29-35","{@dice 1d10} {@creature giant hyena||giant hyenas}"],["36-40","{@dice 1d6 + 1} empty tents"],["41-43","{@dice 1d6 + 2} {@creature thri-kreen}"],["44-46","{@dice 2d4} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["47-50","{@dice 1d6 + 3} {@creature death dog||death dogs}"],["51-52","{@dice 1d4} {@creature giant scorpion||giant scorpions}"],["53","1 {@creature fire elemental}"],["54-55","1 {@creature hobgoblin captain} with {@dice 3d4} {@creature hobgoblin||hobgoblins}"],["56","{@dice 1d6 + 2} {@creature ogre||ogres}"],["57-58","{@dice 1d4} {@creature lamia||lamias}"],["59-60","1 {@creature air elemental}"],["61-65","A meteorite resting at the bottom of a glassy crater"],["66","{@dice 1d4 + 1} {@creature wight||wights}"],["67-68","1 {@creature young brass dragon}"],["69-70","1 {@creature bandit captain} with {@dice 1d3} {@creature berserker||berserkers} and {@dice 3d6} {@creature bandit||bandits}"],["71-72","1 {@creature cyclops}"],["73","{@dice 1d4} {@creature couatl||couatls}"],["74-75","{@dice 1d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["76-80","Strong winds that kick up dust and reduce visibility to {@dice 1d6} feet for {@dice 1d4} hours"],["81-83","1 {@creature revenant} with {@dice 1d3} {@creature wight||wights}"],["84-85","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["86-87","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["88-90","{@dice 2d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["91","1 {@creature young blue dragon}"],["92","{@dice 1d4} {@creature cyclops||cyclopes}"],["93","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["94","{@dice 1d4} {@creature medusa||medusas}"],["95","1 {@creature guardian naga}"],["96","{@dice 1d3} {@creature young brass dragon||young brass dragons}"],["97","1 {@creature efreeti}"],["98","1 {@creature roc}"],["99","1 {@creature gynosphinx}"],["00","1 {@creature adult brass dragon}"]]},{"name":"Desert Encounters (Levels 11—16)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature young brass dragon}"],["02-05","{@dice 4d6} {@creature gnoll||gnolls}"],["06-10","{@dice 3d10} {@creature giant hyena||giant hyenas}"],["11-12","{@dice 1d8 + 1} {@creature lamia||lamias}"],["13-14","{@dice 2d4} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["15-17","{@dice 1d6 + 2} {@creature giant scorpion||giant scorpions}"],["18-20","{@dice 2d4} {@creature phase spider||phase spiders}"],["21-25","A desert caravan consisting of {@dice 1d6} merchants ({@creature noble||nobles}) with {@dice 2d6} {@creature guard||guards}"],["26-27","{@dice 1d6 + 1} {@creature couatl||couatls}"],["28-30","{@dice 1d4} {@creature fire elemental||fire elementals}"],["31-32","1 {@creature hobgoblin captain} with {@dice 3d10 + 10} {@creature hobgoblin||hobgoblins}"],["33-35","{@dice 2d4} {@creature wight||wights}"],["36-40","{@dice 1d6} square miles of desert glass"],["41-42","1 {@creature young blue dragon}"],["43-45","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["46-48","{@dice 1d4} {@creature air elemental||air elementals}"],["49-50","{@dice 1d6 + 1} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["51-55","{@dice 1d4} {@creature medusa||medusas}"],["56-60","{@dice 1d4} {@creature revenant||revenants} with {@dice 3d12} {@creature skeleton||skeletons}"],["61-65","A plundered pyramid"],["66-70","{@dice 1d4} {@creature young brass dragon||young brass dragons}"],["71-75","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["76-78","{@dice 1d6 + 2} {@creature cyclops||cyclopes}"],["79-82","1 {@creature adult brass dragon}"],["83-85","1 {@creature purple worm}"],["86","{@dice 1d2} {@creature young blue dragon||young blue dragons}"],["87-88","1 {@creature mummy lord}"],["89","{@dice 1d3} {@creature guardian naga||guardian nagas}"],["90","1 {@creature adult blue dragon}"],["91","{@dice 1d2} {@creature gynosphinx||gynosphinxes}"],["92-93","{@dice 1d3} {@creature efreeti||efreet}"],["94","1 {@creature androsphinx}"],["95","{@dice 1d4} {@creature roc||rocs}"],["96-97","1 {@creature adult blue dracolich}"],["98-99","1 {@creature ancient brass dragon}"],["00","1 {@creature ancient blue dragon}"]]},{"name":"Desert Encounters (Levels 17—20)","type":"table","source":"XGE","page":95,"caption":"Desert Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","1 {@creature adult brass dragon}"],["06-10","{@dice 1d2} {@creature yuan-ti abomination||yuan-ti abominations} with {@dice 2d10 + 5} {@creature yuan-ti malison (type 1)||yuan-ti malisons} and {@dice 4d6 + 6} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["11-14","{@dice 1d6 + 2} {@creature medusa||medusas}"],["15-18","{@dice 1d2} {@creature purple worm||purple worms}"],["19-22","{@dice 2d4} {@creature cyclops||cyclopes}"],["23-25","An abandoned city made from white marble, empty during the day. At night, harmless apparitions roam the streets, replaying the final moments of their lives."],["26-30","{@dice 1d3} {@creature young blue dragon||young blue dragons}"],["31-35","1 {@creature mummy lord}"],["36-40","{@dice 1d4} hours of extreme heat (see chapter 5 of the {@italic Dungeon Master's Guide})"],["41-50","{@dice 1d3} {@creature guardian naga||guardian nagas}"],["51-60","{@dice 1d4} {@creature efreeti||efreet}"],["61-63","An old signpost identifying a single destination, called Pazar"],["64-72","{@dice 1d4} {@creature roc||rocs}"],["73-80","{@dice 1d3} {@creature gynosphinx||gynosphinxes}"],["81-85","1 {@creature adult blue dracolich}"],["86-90","1 {@creature androsphinx}"],["91-96","1 {@creature ancient brass dragon}"],["97-99","1 {@creature ancient blue dragon}"],["00","{@dice 1d4} {@creature adult brass dragon||adult brass dragons}"]]},{"name":"Forest Encounters (Levels 1—4)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature giant owl}"],["02","{@dice 1d4} {@creature cat||cats}"],["03","{@dice 2d4} woodcutters ({@creature commoner||commoners})"],["04","1 {@creature badger} or {@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["05","{@dice 2d8} {@creature baboon||baboons}"],["06","{@dice 1d6 + 3} {@creature hyena||hyenas}"],["07","1 {@creature owl}"],["08","1 {@creature pseudodragon}"],["09","1 {@creature panther}"],["10","1 {@creature giant poisonous snake}"],["11","{@dice 1d6 + 2} {@creature boar||boars}"],["12","{@dice 1d4 + 1} {@creature giant lizard||giant lizards}"],["13","1 {@creature ape} or 1 {@creature tiger}"],["14","{@dice 2d6} {@creature tribal warrior||tribal warriors} with {@dice 1d6} {@creature mastiff||mastiffs}"],["15","{@dice 1d6 + 2} {@creature giant bat||giant bats} or {@dice 3d6} {@creature flying snake||flying snakes}"],["16","1 {@creature scout} or {@dice 2d4} {@creature guard||guards} with {@dice 1d6} {@creature mastiff||mastiffs}"],["17","{@dice 1d8 + 1} {@creature winged kobold||winged kobolds}"],["18","{@dice 1d3} {@creature constrictor snake||constrictor snakes}"],["19","{@dice 1d10 + 5} {@creature giant rat||giant rats} or {@dice 2d6 + 3} {@creature giant weasel||giant weasels}"],["20","{@dice 1d4 + 1} {@creature needle blight||needle blights} with {@dice 1d6 + 3} {@creature twig blight||twig blights}"],["21-25","A lost, weeping child. If the characters take the child home, the parents reward them with {@dice 1d3} potions of healing."],["26","{@dice 1d8 + 1} {@creature giant frog||giant frogs}"],["27","{@dice 4d4} {@creature kobold||kobolds}"],["28","{@dice 1d3} {@creature black bear||black bears}"],["29","{@dice 3d6} {@creature stirge||stirges}"],["30","1 {@creature satyr}"],["31","{@dice 2d4} {@creature kenku}"],["32","{@dice 1d3} {@creature vine blight||vine blights} with {@dice 1d12} {@creature awakened shrub||awakened shrubs}"],["33","{@dice 1d4} {@creature swarm of ravens||swarms of ravens}"],["34","1 {@creature faerie dragon (yellow)||faerie dragon} (yellow or younger)"],["35","{@dice 1d4 + 2} {@creature giant badger||giant badgers}"],["36-40","A young woodcutter ({@creature scout}) racing through the forest to rescue a lost friend"],["41","{@dice 2d4} {@creature blink dog||blink dogs}"],["42","{@dice 1d8 + 1} {@creature sprite||sprites}"],["43","{@dice 1d6 + 2} {@creature elk}"],["44","{@dice 1d4} {@creature lizardfolk} or {@dice 3d6} {@creature bandit||bandits}"],["45","{@dice 1d4 + 4} {@creature wolf||wolves}"],["46","{@dice 2d4} {@creature giant wolf spider||giant wolf spiders}"],["47","1 {@creature swarm of insects} or {@dice 2d8} {@creature blood hawk||blood hawks}"],["48","{@dice 1d6 + 2} {@creature pixie||pixies}"],["49","1 {@creature brown bear}"],["50","{@dice 1d4 + 3} {@creature goblin||goblins}"],["51","{@dice 1d3} {@creature dryad||dryads}"],["52","1 {@creature awakened tree}"],["53","1 {@creature phase spider}"],["54","{@dice 1d6} {@creature harpy||harpies}"],["55","1 {@creature ettercap} or {@dice 1d8 + 1} {@creature orc||orcs}"],["56","1 {@creature goblin boss} with {@dice 2d6 + 1} {@creature goblin||goblins}"],["57","1 {@creature ankheg}"],["58","1 {@creature giant constrictor snake}"],["59","{@dice 1d4} {@creature bugbear||bugbears} or {@dice 2d4} {@creature hobgoblin||hobgoblins}"],["60","1 {@creature pegasus}"],["61-65","A stream of cool, clean water flowing between the trees"],["66","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres} or 1 {@creature ogre}"],["67","1 {@creature faerie dragon (green)||faerie dragon} (green or older)"],["68","1 {@creature werewolf} or {@dice 1d8 + 1} {@creature worg||worgs}"],["69","1 {@creature druid} harvesting mistletoe"],["70","1 {@creature will-o'-wisp}"],["71","{@dice 1d4} {@creature dire wolf||dire wolves} or 1 {@creature giant boar}"],["72","{@dice 1d10} {@creature giant wasp||giant wasps}"],["73","1 {@creature owlbear} or 1 {@creature giant elk}"],["74","{@dice 2d6} {@creature gnoll||gnolls}"],["75","{@dice 1d6} {@creature giant toad||giant toads}"],["76-80","{@dice 1d6} web cocoons hanging from the branches, holding withered carcasses"],["81","1 {@creature wereboar} or {@dice 1d4} {@creature giant boar||giant boars}"],["82","{@dice 1d6 + 2} {@creature giant spider||giant spiders}"],["83","{@dice 1d4} {@creature centaur||centaurs} or {@dice 1d4} {@creature giant elk}"],["84","1 {@creature orc Eye of Gruumsh} with {@dice 2d4 + 2} {@creature orc||orcs}"],["85","1 {@creature gnoll fang of Yeenoghu}"],["86","{@dice 1d4} {@creature grick||gricks}"],["87","1 {@creature bandit captain} with {@dice 2d6 + 3} {@creature bandit||bandits}"],["88","{@dice 1d4} {@creature wererat||wererats}"],["89","1 {@creature couatl} (day) or 1 {@creature banshee} (night)"],["90","1 {@creature gnoll pack lord} with {@dice 1d4} {@creature giant hyena||giant hyenas}"],["91","{@dice 2d4} {@creature berserker||berserkers} or {@dice 1d4} {@creature veteran||veterans}"],["92","1 {@creature lizardfolk shaman} with {@dice 1d3} {@creature swarm of poisonous snakes||swarms of poisonous snakes} and {@dice 1d10 + 2} {@creature lizardfolk}"],["93","{@dice 1d4} {@creature displacer beast||displacer beasts}"],["94","{@dice 1d3} {@creature green hag||green hags}"],["95","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins} and {@dice 1d4} {@creature giant boar||giant boars}"],["96","1 {@creature yuan-ti malison (type 1)||yuan-ti malison} with {@dice 1d6 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["97","{@dice 1d3} {@creature weretiger||weretigers}"],["98","1 {@creature gorgon} or 1 {@creature unicorn}"],["99","1 {@creature shambling mound}"],["00","1 {@creature yuan-ti abomination}"]]},{"name":"Forest Encounters (Levels 5—10)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 2d4} {@creature vine blight||vine blights}"],["02","{@dice 2d6} {@creature hobgoblin||hobgoblins} or {@dice 2d6} {@creature orc||orcs}"],["03","{@dice 2d4} {@creature ape||apes} or {@dice 2d4} {@creature satyr||satyrs}"],["04","{@dice 1d3} {@creature will-o'-wisp||will-o'-wisps}"],["05","{@dice 1d4} {@creature swarm of poisonous snakes||swarms of poisonous snakes}"],["06","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature orog||orogs} and {@dice 1d8 + 2} {@creature orc||orcs}"],["07","{@dice 1d3} {@creature constrictor snake||constrictor snakes} or {@dice 1d4} {@creature tiger||tigers}"],["08","1 {@creature goblin boss} with {@dice 3d6} {@creature goblin||goblins}"],["09","1 {@creature faerie dragon (red)||faerie dragon} (any age)"],["10","1 {@creature brown bear} or {@dice 1d6 + 2} {@creature black bear||black bears}"],["11-13","{@dice 1d4} {@creature giant boar||giant boars}"],["14-15","{@dice 1d8 + 1} {@creature giant spider||giant spiders}"],["16-17","1 {@creature lizardfolk shaman} with {@dice 2d4} {@creature lizardfolk}"],["18","{@dice 1d10} {@creature giant toad||giant toads}"],["19","{@dice 1d4} {@creature ankheg||ankhegs}"],["20","{@dice 1d3} {@creature awakened tree||awakened trees} (day) or 1 {@creature banshee} (night)"],["21-25","A small shack almost hidden by the deep forest. The interior is empty aside from a large cast-iron oven."],["26","1 {@creature couatl}"],["27-28","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d6 + 2} {@creature half-ogre (ogrillon)||half-ogres}"],["29-30","1 {@creature gnoll pack lord} with {@dice 1d4 + 1} {@creature giant hyena||giant hyenas}"],["31-32","{@dice 1d6} {@creature wererat||wererats}"],["33","{@dice 1d4} {@creature grick||gricks}"],["34","{@dice 1d8 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["35","{@dice 1d6} {@creature pegasus||pegasi}"],["36-40","An old stone archway of obvious elven design. Any character who passes under it makes Wisdom (Perception) checks with advantage for 1 hour."],["41-42","{@dice 1d6 + 2} {@creature dryad||dryads}"],["43","{@dice 1d4} {@creature giant elk}"],["44","{@dice 1d8 + 1} {@creature harpy||harpies}"],["45-46","1 {@creature bandit captain} with 1 {@creature druid} and {@dice 1d6 + 5} {@creature bandit||bandits}"],["47-48","{@dice 2d4} {@creature dire wolf||dire wolves}"],["49-50","{@dice 2d4} {@creature bugbear||bugbears}"],["51-52","{@dice 2d4} {@creature centaur||centaurs}"],["53-54","{@dice 3d10} {@creature blink dog||blink dogs}"],["55-56","{@dice 1d4} {@creature owlbear||owlbears}"],["57-58","{@dice 1d8 + 1} {@creature berserker||berserkers}"],["59-60","{@dice 1d3} {@creature green hag||green hags}"],["61-65","A clear pool of water with {@dice 1d6} sleeping animals lying around its edge"],["66-67","{@dice 1d4} {@creature werewolf||werewolves}"],["68-69","1 {@creature werebear}"],["70-71","{@dice 1d8 + 1} {@creature ettercap||ettercaps}"],["72-73","{@dice 2d10} {@creature elk}"],["74-75","{@dice 1d4} {@creature veteran||veterans}"],["76-80","An old tree with a wizened face carved into the trunk"],["81","{@dice 1d4} {@creature wereboar||wereboars}"],["82","{@dice 2d4} {@creature displacer beast||displacer beasts}"],["83","{@dice 1d4} {@creature shambling mound||shambling mounds}"],["84","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins} and {@dice 4d12} {@creature goblin||goblins}"],["85","1 {@creature yuan-ti abomination}"],["86","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["87","{@dice 1d4} {@creature troll||trolls}"],["88","{@dice 2d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["89","1 {@creature oni}"],["90","{@dice 1d4} {@creature unicorn||unicorns}"],["91","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["92","1 {@creature young green dragon}"],["93","{@dice 1d4} {@creature gorgon||gorgons}"],["94","{@dice 1d6 + 2} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["95","1 {@creature treant}"],["96","{@dice 1d4} {@creature revenant||revenants}"],["97","1 {@creature grick alpha} with {@dice 1d6 + 1} {@creature grick||gricks}"],["98","{@dice 1d4} {@creature giant ape||giant apes}"],["99","1 {@creature guardian naga}"],["00","1 {@creature adult gold dragon}"]]},{"name":"Forest Encounters (Levels 11—16)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-03","1 {@creature werebear}"],["04-05","{@dice 1d4} {@creature druid||druids} performing a ritual for the dead (day only) or {@dice 1d4} {@creature banshee||banshees} (night only)"],["06-07","{@dice 1d3} {@creature couatl||couatls}"],["08-10","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu} with {@dice 2d6 + 3} {@creature gnoll||gnolls}"],["11-15","{@dice 2d4} {@creature displacer beast||displacer beasts}"],["16-20","{@dice 1d6 + 2} {@creature veteran||veterans}"],["21-25","A pool of clear, still water. Gold coins litter the bottom, but they disappear if removed from the pool."],["26-30","{@dice 1d4 + 1} {@creature green hag||green hags} with {@dice 1d3} {@creature owlbear||owlbears}"],["31-35","{@dice 1d6 + 2} {@creature werewolf||werewolves}"],["36-40","A small woodland shrine dedicated to a mysterious cult named the Siswa"],["41-45","{@dice 1d6 + 2} {@creature phase spider||phase spiders}"],["46-50","{@dice 2d4} {@creature yuan-ti malison (type 1)||yuan-ti malisons}"],["51-52","{@dice 1d3} {@creature werebear||werebears}"],["53-54","{@dice 1d4} {@creature revenant||revenants}"],["55-56","1 {@creature young green dragon}"],["57-58","{@dice 1d4} {@creature troll||trolls}"],["59-60","{@dice 1d6 + 2} {@creature wereboar||wereboars}"],["61-65","A group of seven people ({@creature commoner||commoners}) wearing animal masks and ambling through the woods"],["66-67","{@dice 1d4} {@creature gorgon||gorgons}"],["68-69","{@dice 1d3} {@creature shambling mound||shambling mounds}"],["70-71","1 {@creature treant}"],["72-73","{@dice 1d4} {@creature unicorn||unicorns}"],["74-75","{@dice 1d6 + 2} {@creature weretiger||weretigers}"],["76-80","Peals of silvery laughter that echo from a distance"],["81-82","1 {@creature guardian naga}"],["83-84","1 {@creature young gold dragon}"],["85-86","1 {@creature grick alpha} with {@dice 2d4} {@creature grick||gricks}"],["87-88","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["89-90","1 {@creature adult green dragon}"],["91-93","{@dice 1d8 + 1} {@creature giant ape||giant apes}"],["94-96","{@dice 2d4} {@creature oni}"],["97-99","{@dice 1d3} {@creature treant||treants}"],["00","1 {@creature ancient green dragon}"]]},{"name":"Forest Encounters (Levels 17—20)","type":"table","source":"XGE","page":97,"caption":"Forest Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","1 {@creature young green dragon}"],["06-10","1 {@creature treant}"],["11-13","1 {@creature guardian naga}"],["14-16","{@dice 1d10} {@creature revenant||revenants}"],["17-19","{@dice 1d8 + 1} {@creature unicorn||unicorns}"],["20-22","{@dice 1d3} {@creature grick alpha||grick alphas}"],["23-25","For a few hundred feet, wherever the characters step, flowers bloom and emit soft light."],["26-28","1 {@creature young gold dragon}"],["29-31","{@dice 1d6 + 2} {@creature shambling mound||shambling mounds}"],["32-34","{@dice 2d4} {@creature werebear||werebears}"],["35-37","{@dice 1d4} {@creature oni}"],["38-40","{@dice 4d6 + 10} elves living in a small community in the treetop"],["41-43","{@dice 1d6 + 2} {@creature gorgon||gorgons}"],["44-46","{@dice 2d4} {@creature troll||trolls}"],["47-49","{@dice 1d4} {@creature giant ape||giant apes}"],["50-52","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["53-62","{@dice 1d3} {@creature young green dragon||young green dragons}"],["63-65","A 50-foot-tall stone statue of an elf warrior with hand raised, palm out, as if to forbid travelers from coming this way"],["66-75","{@dice 1d4} {@creature treant||treants}"],["76-80","A cairn set atop a low hill"],["81-90","1 {@creature adult gold dragon}"],["91-96","1 {@creature ancient green dragon}"],["97-99","{@dice 2d4 + 1} {@creature treant||treants}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Grassland Encounters (Levels 1—5)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 1—5)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature hobgoblin captain} with {@dice 1d4 + 1} {@creature hobgoblin||hobgoblins}"],["02","1 {@creature chimera}"],["03","1 {@creature gorgon}"],["04","{@dice 1d2} {@creature couatl||couatls}"],["05","1 {@creature ankylosaurus}"],["06","1 {@creature weretiger}"],["07","{@dice 1d3} {@creature allosaurus||allosauruses}"],["08-09","{@dice 1d3} {@creature elephant||elephants}"],["10-14","A circle of standing stones within which the air is utterly still, no matter how hard the wind blows outside"],["15-16","1 {@creature phase spider}"],["17-18","1 {@creature gnoll pack lord} with {@dice 1d4} {@creature giant hyena||giant hyenas}"],["19-20","1 {@creature pegasus}"],["21-22","1 {@creature ankheg}"],["23-24","{@dice 1d3} {@creature rhinoceros||rhinoceroses}"],["25-28","{@dice 1d3} {@creature cockatrice||cockatrices}"],["29-32","{@dice 1d6 + 2} {@creature giant wasp||giant wasps} or {@dice 1d4 + 3} {@creature swarm of insects||swarms of insects}"],["33-36","{@dice 1d4} {@creature jackalwere||jackalweres} or {@dice 1d4} {@creature scout||scouts}"],["37-40","{@dice 1d8} {@creature giant goat||giant goats} or {@dice 1d8} {@creature worg||worgs}"],["41-44","{@dice 2d4} {@creature hobgoblin||hobgoblins}, {@dice 2d4} {@creature orc||orcs}, or {@dice 2d4} {@creature gnoll||gnolls}"],["45-46","{@dice 1d2} {@creature giant poisonous snake||giant poisonous snakes}"],["47-48","{@dice 1d6 + 2} {@creature elk} or {@dice 1d6 + 2} {@creature riding horse||riding horses}"],["49-50","{@dice 2d4} {@creature goblin||goblins}"],["51-52","{@dice 1d3} {@creature boar||boars}"],["53-54","1 leopard ({@creature panther}) 1 {@creature lion}"],["55-58","{@dice 1d6 + 3} {@creature goblin||goblins} riding wolves"],["59-62","{@dice 2d6} {@creature giant wolf spider||giant wolf spiders} or 1 {@creature giant eagle}"],["63-65","{@dice 1d8 + 4} {@creature pteranodon||pteranodons}"],["66-69","{@dice 3d6} {@creature wolf||wolves}"],["70-74","{@dice 2d4 + 2} {@creature axe beak||axe beaks}"],["75-76","1 {@creature giant boar} or {@dice 1d2} {@creature tiger||tigers}"],["77-78","1 {@creature ogre} or {@dice 1d3} {@creature bugbear||bugbears}"],["79-80","{@creature giant elk} or 1 {@creature gnoll pack lord} or {@dice 1d3} {@creature giant hyena||giant hyenas}"],["81-82","{@dice 1d3} {@creature giant vulture||giant vultures} or {@dice 1d3} {@creature hippogriff||hippogriffs}"],["83-84","1 {@creature goblin boss} with {@dice 1d6 + 2} {@creature goblin||goblins} and {@dice 1d4 + 3} {@creature wolf||wolves}, or {@dice 1d3} {@creature thri-kreen}"],["85-89","{@dice 1d3} {@creature druid||druids} patrolling the wilds"],["90-91","{@dice 1d6} {@creature scarecrow||scarecrows} or 1 {@creature wereboar}"],["92-93","{@dice 1d3} {@creature centaur||centaurs} or {@dice 1d3} {@creature griffon||griffons}"],["94","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}, or 1 {@creature orc Eye of Gruumsh} with {@dice 2d4 + 1} {@creature orc||orcs}"],["95-96","1 {@creature triceratops}"],["97","1 {@creature cyclops} or 1 {@creature bulette}"],["98-99","{@dice 1d4} {@creature manticore||manticores}"],["00","1 {@creature tyrannosaurus rex}"]]},{"name":"Grassland Encounters (Levels 6—10)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 6—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d3} {@creature gorgon||gorgons}"],["02","{@dice 1d4} {@creature cyclops||cyclopes}"],["03-04","{@dice 1d3} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["05-06","1 {@creature chimera}"],["07-09","{@dice 1d4 + 1} {@creature veteran||veterans} on {@creature riding horse||riding horses}"],["10-11","A tornado that touches down {@dice 1d6} miles away, tearing up the land for 1 mile before it dissipates"],["12-13","{@dice 1d3} {@creature manticore||manticores}"],["14-15","{@dice 2d4} {@creature ankheg||ankhegs}"],["16-17","{@dice 1d8 + 1} {@creature centaur||centaurs}"],["18-19","{@dice 1d6 + 2} {@creature griffon||griffons}"],["20-21","{@dice 1d6} {@creature elephant||elephants}"],["22-24","A stretch of land littered with rotting war machines, bones, and banners of forgotten armies"],["25-28","{@dice 1d8 + 1} {@creature bugbear||bugbears}"],["29-32","1 {@creature gnoll pack lord} with {@dice 1d4 + 1} {@creature giant hyena||giant hyenas}"],["33-36","{@dice 2d4} {@creature scarecrow||scarecrows}"],["37-40","{@dice 1d12} {@creature lion||lions}"],["41-44","{@dice 1d10} {@creature thri-kreen}"],["45-46","1 {@creature allosaurus}"],["47-48","1 {@creature tiger}"],["49-50","{@dice 1d2} {@creature giant eagle||giant eagles} or {@dice 1d2} {@creature giant vulture||giant vultures}"],["51-52","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["53-54","{@dice 1d2} {@creature pegasus||pegasi}"],["55-58","1 {@creature ankylosaurus}"],["59-62","{@dice 1d2} {@creature couatl||couatls}"],["63-66","1 {@creature orc Eye of Gruumsh} with {@dice 1d8 + 1} {@creature orc||orcs}"],["67-70","{@dice 2d4} {@creature hippogriff||hippogriffs}"],["71-74","{@dice 1d4 + 1} {@creature rhinoceros||rhinoceroses}"],["75-76","1 {@creature hobgoblin captain} with {@dice 2d6} {@creature hobgoblin||hobgoblins}"],["77-78","{@dice 1d3} {@creature phase spider||phase spiders}"],["79-80","{@dice 1d6 + 2} {@creature giant boar||giant boars}"],["81-82","{@dice 2d4} {@creature giant elk}"],["83-84","{@dice 1d4} {@creature ogre||ogres} with {@dice 1d4} {@creature orog||orogs}"],["85-87","A hot wind that carries the stench of rot"],["88-90","{@dice 1d3} {@creature weretiger||weretigers}"],["91-92","1 {@creature bulette}"],["93-94","A tribe of {@dice 2d20 + 20} nomads ({@creature tribal warrior||tribal warriors}) on {@creature riding horse||riding horses} following a herd of antelope ({@creature deer}). The nomads are willing to trade food, leather, and information for weapons."],["95-96","{@dice 1d6 + 2} {@creature wereboar||wereboars}"],["97","1 {@creature young gold dragon}"],["98-99","{@dice 1d4} {@creature triceratops||triceratopses}"],["00","{@dice 1d3} {@creature tyrannosaurus rex||tyrannosaurus rexes}"]]},{"name":"Grassland Encounters (Levels 11—16)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","{@dice 3d6} {@creature wereboar||wereboars}"],["06-10","{@dice 2d10} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["11-15","{@dice 1d4} {@creature bulette||bulettes}"],["16-17","An old road of paved stones, partly reclaimed by wilderness, that travels for {@dice 1d8} miles in either direction before ending"],["18-27","{@dice 1d12} {@creature couatl||couatls}"],["28-30","A witch ({@creature mage}) dwelling in a crude hut. She offers potions of healing, antitoxins, and other consumable items for sale in exchange for food and news."],["31-40","{@dice 2d10} {@creature elephant||elephants}"],["41-46","{@dice 2d4} {@creature weretiger||weretigers}"],["47-56","{@dice 1d8 + 1} {@creature cyclops||cyclopes}"],["57-61","{@dice 1d3} {@creature chimera||chimeras}"],["62-66","5 {@creature triceratops||triceratopses}"],["67-69","A giant hole 50 feet across that descends nearly 500 feet before opening into an empty cave"],["70-79","{@dice 1d4 + 3} {@creature gorgon||gorgons}"],["80-88","{@dice 1d3} {@creature young gold dragon||young gold dragons}"],["89-90","A circular section of grass nearly a quarter-mile across that appears to have been pressed down; {@dice 1d4} more such circles connected by lines can be seen from overhead."],["91-96","{@dice 2d4} {@creature tyrannosaurus rex||tyrannosaurus rexes}"],["97-99","1 {@creature adult gold dragon}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Grassland Encounters (Levels 17—20)","type":"table","source":"XGE","page":100,"caption":"Grassland Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-10","{@dice 2d6} {@creature triceratops||triceratopses}"],["11-20","{@dice 1d10} {@creature gorgon||gorgons}"],["21-25","{@dice 2d6} {@creature hyena||hyenas} feeding on the carcass of a dead dinosaur"],["26-35","{@dice 3d6} {@creature bulette||bulettes}"],["36-40","A fiery chariot that races across the sky"],["41-50","{@dice 1d3} {@creature young gold dragon||young gold dragons}"],["51-60","{@dice 2d4} {@creature cyclops||cyclopes}"],["61-65","A valley where all the grass has died and the ground is littered with stumps and fallen tree trunks, all petrified"],["66-75","{@dice 2d10} {@creature wolf||wolves}"],["76-80","A friendly adventuring party of {@dice 1d6 + 1} characters of varying races, classes, and levels (average level {@dice 1d6 + 2}). They share information about their recent travels."],["81-90","{@dice 1d12} {@creature chimera||chimeras}"],["91-96","{@dice 1d6 + 2} {@creature tyrannosaurus rex||tyrannosaurus rexes}"],["97-99","1 {@creature adult gold dragon}"],["00","1 {@creature ancient gold dragon}"]]},{"name":"Hill Encounters (Levels 1—4)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature eagle}"],["02-03","{@dice 2d4} {@creature baboon||baboons}"],["04-06","{@dice 1d6} {@creature bandit||bandits}"],["07","{@dice 1d4} {@creature vulture||vultures}"],["08","{@dice 1d10} {@creature commoner||commoners}"],["09","1 {@creature raven}"],["10","1 {@creature poisonous snake}"],["11-13","{@dice 2d6} {@creature bandit||bandits} {@dice 2d6} {@creature tribal warrior||tribal warriors}"],["14","{@dice 2d8} {@creature goat||goats}"],["15","{@dice 1d6 + 4} {@creature blood hawk||blood hawks}"],["16","{@dice 1d4 + 3} {@creature giant weasel||giant weasels}"],["17-18","{@dice 1d3} {@creature guard||guards} with {@dice 1d2} {@creature mastiff||mastiffs} and 1 {@creature mule}"],["19-20","{@dice 1d6 + 5} {@creature hyena||hyenas}"],["21-22","{@dice 2d4} {@creature stirge||stirges}"],["23-25","An empty cave littered with bones"],["26","1 {@creature pseudodragon} or {@dice 1d3} {@creature giant owl||giant owls}"],["27","1 {@creature lion} or 1 cougar ({@creature panther})"],["28-30","{@dice 2d8} {@creature kobold||kobolds}"],["31","1 {@creature hippogriff}"],["32-34","{@dice 2d4} {@creature goblin||goblins}"],["35","1 {@creature worg}"],["36","{@dice 1d3} {@creature swarm of bats||swarms of bats} or {@dice 1d3} {@creature swarm of ravens||swarms of ravens}"],["37","1 {@creature giant eagle}"],["38-40","An old dwarf sitting on a stump, whittling a piece of wood"],["41","{@dice 1d4} {@creature elk}"],["42","{@dice 1d4} {@creature winged kobold||winged kobolds} with {@dice 1d6} {@creature kobold||kobolds}"],["43","{@dice 1d6 + 2} {@creature giant wolf spider||giant wolf spiders}"],["44-45","{@dice 2d4} {@creature wolf||wolves}"],["46","1 {@creature swarm of insects}"],["47","{@dice 1d8 + 1} {@creature axe beak||axe beaks}"],["48-49","1 {@creature brown bear} or {@dice 1d3} {@creature boar||boars}"],["50","1 {@creature scout}"],["51","1 {@creature ogre}"],["52-53","{@dice 2d4} {@creature gnoll||gnolls}"],["54","1 {@creature giant elk}"],["55","{@dice 1d3 + 1} {@creature harpy||harpies}"],["56","1 {@creature werewolf}"],["57-58","{@dice 2d4} {@creature orc||orcs}"],["59","{@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres}"],["60","1 {@creature druid} or 1 {@creature veteran}"],["61-63","The corpse of an adventurer that carries an intact {@item explorer's pack|phb} and lies atop a longsword"],["64","1 {@creature green hag}"],["65-66","{@dice 1d3} {@creature dire wolf||dire wolves}"],["67-68","A small cemetery containing {@dice 2d6} graves"],["69-70","1 {@creature hobgoblin captain} with {@dice 2d4} {@creature hobgoblin||hobgoblins}"],["71","{@dice 2d4} {@creature giant goat||giant goats}"],["72","1 {@creature manticore}"],["73-74","{@dice 1d6 + 2} {@creature hobgoblin||hobgoblins}"],["75","1 {@creature phase spider}"],["76-78","A pile of droppings from a very large bird"],["79","1 {@creature gnoll fang of Yeenoghu}"],["80","{@dice 1d3} {@creature giant boar||giant boars}"],["81","1 {@creature gnoll pack lord} with {@dice 1d3} {@creature giant hyena||giant hyenas}"],["82","1 {@creature bandit captain} with {@dice 2d4} {@creature bandit||bandits}"],["83","1 {@creature orc Eye of Gruumsh} with {@dice 1d8 + 2} {@creature orc||orcs}"],["84","{@dice 1d3} {@creature orog||orogs} or {@dice 1d4} {@creature berserker||berserkers}"],["85-86","1 {@creature ettin} or 1 {@creature wereboar}"],["87-88","1 {@creature goblin boss} with {@dice 2d6} {@creature goblin||goblins}"],["89","{@dice 1d3} {@creature griffon||griffons}"],["90","{@dice 1d3} {@creature peryton||perytons} or {@dice 1d4} {@creature pegasus||pegasi}"],["91-96","{@dice 1d3} {@creature troll||trolls}"],["97-99","1 {@creature cyclops}"],["00","1 {@creature stone giant}"]]},{"name":"Hill Encounters (Levels 5—10)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature pegasus||pegasi} or {@dice 1d3} {@creature peryton||perytons}"],["02","{@dice 1d6 + 2} {@creature giant goat||giant goats}"],["03","1 {@creature manticore}"],["04","{@dice 1d8 + 1} {@creature gnoll||gnolls} or {@dice 1d8 + 1} {@creature hobgoblin||hobgoblins}"],["05","{@dice 1d4} {@creature lion||lions}"],["06","{@dice 1d6 + 2} {@creature worg||worgs}"],["07","{@dice 1d4} {@creature brown bear||brown bears}"],["08","{@dice 3d6} {@creature axe beak||axe beaks}"],["09","1 {@creature half-ogre (ogrillon)||half-ogre} with {@dice 2d6} {@creature orc||orcs}"],["10","{@dice 2d10} {@creature winged kobold||winged kobolds}"],["11-12","1 {@creature goblin boss} with {@dice 1d4} {@creature dire wolf||dire wolves} and {@dice 2d6} {@creature goblin||goblins}"],["13","{@dice 1d6} {@creature giant elk}"],["14-15","{@dice 1d8 + 1} {@creature giant eagle||giant eagles}"],["16-17","{@dice 1d4} {@creature phase spider||phase spiders}"],["18-19","1 {@creature gnoll pack lord} with {@dice 2d4} {@creature giant hyena||giant hyenas}"],["20","{@dice 2d4} {@creature hippogriff||hippogriffs}"],["21-25","A 15-foot-tall stone statue of a dwarf warrior that has been tipped over on its side"],["26-27","{@dice 2d4} {@creature orog||orogs}"],["28-29","{@dice 1d4 + 1} {@creature griffon||griffons}"],["30-31","{@dice 1d6 + 2} {@creature harpy||harpies}"],["32-33","1 {@creature orc Eye of Gruumsh} with {@dice 2d6 + 3} {@creature orc||orcs}"],["34-35","{@dice 1d4 + 3} {@creature giant boar||giant boars}"],["36-40","A stone door set into the side of a steep hill, opening onto 15 feet of descending stairs that end at a cave-in"],["41-42","{@dice 1d3} {@creature green hag||green hags}"],["43-44","{@dice 1d4} {@creature werewolf||werewolves}"],["45-46","{@dice 1d6 + 2} {@creature ogre||ogres}"],["47-48","1 {@creature hobgoblin captain} with {@dice 2d8} {@creature hobgoblin||hobgoblins}"],["49-50","1 {@creature bandit captain} with {@dice 3d6} {@creature bandit||bandits}"],["51-54","1 {@creature chimera}"],["55-58","{@dice 1d4} {@creature ettin||ettins}"],["59-62","{@dice 1d6 + 2} {@creature veteran||veterans} with {@dice 2d6} {@creature berserker||berserkers}"],["63-65","An abandoned wooden hut"],["66-69","1 {@creature galeb duhr}"],["70-73","1 {@creature bulette}"],["74-77","1 {@creature wyvern}"],["78-80","{@dice 2d6 + 10} {@creature goat||goats} with 1 herder ({@creature tribal warrior})"],["81-82","{@dice 1d3} {@creature hill giant||hill giants}"],["83-84","{@dice 2d4} {@creature wereboar||wereboars}"],["85-86","{@dice 1d4} {@creature revenant||revenants}"],["87-88","{@dice 1d2} {@creature gorgon||gorgons}"],["89-90","{@dice 1d8 + 1} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["91-93","{@dice 1d4} {@creature cyclops||cyclopes}"],["94-96","1 {@creature young red dragon}"],["97-98","{@dice 1d4} {@creature stone giant||stone giants}"],["99","{@dice 1d3} {@creature young copper dragon||young copper dragons}"],["00","1 {@creature roc}"]]},{"name":"Hill Encounters (Levels 11—16)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 2d8} {@creature manticore||manticores} or {@dice 2d8} {@creature phase spider||phase spiders}"],["02-04","{@dice 1d6} {@creature green hag||green hags} with {@dice 1d6} {@creature wyvern||wyverns}"],["05-07","1 {@creature hobgoblin captain} with 1 {@creature hill giant} and {@dice 4d10} {@creature hobgoblin||hobgoblins}"],["08-10","{@dice 2d6 + 3} {@creature werewolf||werewolves}"],["11-14","{@dice 1d6 + 2} {@creature ettin||ettins}"],["15-18","{@dice 1d3} {@creature bulette||bulettes}"],["19-22","{@dice 1d4} {@creature werebear||werebears}"],["23-24","A stream of smoke emerging from a small chimney in the hillside"],["25-28","{@dice 1d4} {@creature wyvern||wyverns}"],["29-32","{@dice 1d8 + 1} {@creature wereboar||wereboars}"],["33-36","{@dice 1d3} {@creature revenant||revenants}"],["37-38","A mild earthquake that shakes the region for {@dice 1d20} seconds"],["39-42","{@dice 1d3} {@creature chimera||chimeras}"],["43-46","{@dice 1d4} {@creature gorgon||gorgons}"],["47-50","{@dice 1d6 + 2} {@creature gnoll fang of Yeenoghu||gnoll fangs of Yeenoghu}"],["51-54","{@dice 1d4} {@creature hill giant||hill giants}"],["55-58","1 {@creature young red dragon}"],["59-62","{@dice 1d3 + 1} {@creature galeb duhr}"],["63-65","{@dice 2d10} dwarf miners ({@creature commoner||commoners}), whistling as they march toward their mine"],["66-69","{@dice 1d3} {@creature young copper dragon||young copper dragons}"],["70-73","{@dice 1d4} {@creature troll||trolls}"],["74-77","{@dice 1d3} {@creature cyclops||cyclopes}"],["78-80","{@dice 1d3} {@creature noble||nobles} with {@dice 1d4} {@creature scout||scouts} prospecting for gold"],["81-85","1 {@creature adult copper dragon}"],["86-90","{@dice 2d4} {@creature stone giant||stone giants}"],["91-96","{@dice 1d4} {@creature roc||rocs}"],["97-99","1 {@creature adult red dragon}"],["00","1 {@creature ancient copper dragon}"]]},{"name":"Hill Encounters (Levels 17—20)","type":"table","source":"XGE","page":101,"caption":"Hill Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d2} {@creature roc||rocs}"],["02-05","1 {@creature young red dragon}"],["06-10","{@dice 2d6} {@creature ettin||ettins}"],["11-15","{@dice 1d4} {@creature bulette||bulettes}"],["16-20","{@dice 1d10} {@creature revenant||revenants}"],["21-25","The white outline of an enormous horse carved into the side of a high hill"],["26-30","{@dice 1d6 + 1} {@creature gorgon||gorgons}"],["31-35","{@dice 2d4 + 1} {@creature troll||trolls}"],["36-40","The scorched remains of {@dice 2d10} humanoids littering a hillside"],["41-45","{@dice 2d4} {@creature hill giant||hill giants}"],["46-50","{@dice 1d6 + 2} {@creature werebear||werebears}"],["51-55","{@dice 2d4} {@creature galeb duhr}"],["56-60","{@dice 1d4 + 2} {@creature wyvern||wyverns}"],["61-65","A massive boulder partly buried in the earth as if it fell or was thrown there"],["66-70","1 {@creature adult copper dragon}"],["71-75","{@dice 1d6 + 3} {@creature cyclops||cyclopes}"],["76-80","The stub of an old stone tower jutting from the top of a hill"],["81-85","{@dice 2d4} {@creature stone giant||stone giants}"],["86-90","1 {@creature adult red dragon}"],["91-96","1 {@creature ancient copper dragon}"],["97-99","1 {@creature ancient red dragon}"],["00","{@dice 1d2} {@creature adult red dragon||adult red dragons} with {@dice 1d3} {@creature young red dragon||young red dragons}"]]},{"name":"Mountain Encounters (Levels 1—4)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","1 {@creature eagle}"],["03-05","{@dice 1d3} {@creature swarm of bats||swarms of bats}"],["06-08","{@dice 1d6} {@creature goat||goats}"],["09-11","{@dice 1d10 + 5} {@creature tribal warrior||tribal warriors}"],["12-14","{@dice 1d6 + 3} {@creature pteranodon||pteranodons}"],["15-17","{@dice 1d8 + 1} {@creature winged kobold||winged kobolds}"],["18-20","1 {@creature lion}"],["21-24","Stairs chiseled into the side of the mountain that climb {@dice 3d20 + 40} feet before ending abruptly"],["25-27","{@dice 2d10} {@creature stirge||stirges}"],["28-30","{@dice 2d4} {@creature aarakocra}"],["31-33","{@dice 2d6} dwarf soldiers ({@creature guard||guards}) with {@dice 1d6} {@creature mule||mules} laden with iron ore"],["34-36","1 {@creature giant eagle}"],["37-38","A small shrine dedicated to a lawful neutral god, perched on a stone outcropping"],["39-41","{@dice 2d8 + 1} {@creature blood hawk||blood hawks}"],["42-44","1 {@creature giant goat}"],["45-47","{@dice 3d4} {@creature kobold||kobolds}"],["48-50","1 {@creature half-ogre (ogrillon)||half-ogre}"],["51-53","1 {@creature berserker}"],["54-55","1 {@creature orog}"],["56","1 {@creature hell hound}"],["57","1 {@creature druid}"],["58-59","1 {@creature peryton}"],["60-61","{@dice 1d2} {@creature hippogriff||hippogriffs}"],["62","1 {@creature manticore}"],["63-64","{@dice 1d6 + 2} {@creature scout||scouts}"],["65-67","Enormous footprints left by a giant, which head into the mountain peaks"],["68-73","{@dice 2d4} {@creature orc||orcs}"],["74-75","1 {@creature giant elk}"],["76-77","1 {@creature veteran}"],["78-79","1 {@creature orc Eye of Gruumsh}"],["80","{@dice 1d4} {@creature harpy||harpies}"],["81","1 {@creature ogre}"],["82","1 {@creature griffon}"],["83","1 {@creature basilisk}"],["84-85","1 {@creature saber-toothed tiger}"],["86-90","A sparkling stream of water spilling from a crevice"],["91","{@dice 1d2} {@creature ettin||ettins}"],["92","1 {@creature cyclops}"],["93","1 {@creature troll}"],["94","1 {@creature galeb duhr}"],["95","1 {@creature air elemental}"],["96","1 {@creature bulette}"],["97","1 {@creature chimera}"],["98","1 {@creature wyvern}"],["99","1 {@creature stone giant}"],["00","1 {@creature frost giant}"]]},{"name":"Mountain Encounters (Levels 5—10)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","{@dice 2d8 + 1} {@creature aarakocra}"],["03-04","1 {@creature lion} or 1 {@creature saber-toothed tiger}"],["05-06","{@dice 1d8 + 1} {@creature giant goat||giant goats}"],["07-08","{@dice 1d4 + 3} dwarf trailblazers ({@creature scout||scouts})"],["09-10","{@dice 1d6 + 2} {@creature orc||orcs}"],["11-15","{@dice 1d10} {@creature giant eagle||giant eagles}"],["16-20","{@dice 1d8 + 1} {@creature hippogriff||hippogriffs}"],["21-25","{@dice 1d8} fissures venting steam that partially obscures a 20-foot cube above each fissure"],["26-30","1 {@creature basilisk}"],["31-35","{@dice 1d12} {@creature half-ogre (ogrillon)||half-ogres}"],["36-40","A ravine blocked by a 100-foot-high wall, which has an opening in the center where a gate used to be"],["41-45","1 {@creature manticore}"],["46-50","{@dice 2d4} {@creature harpy||harpies}"],["51-52","1 {@creature galeb duhr}"],["53-54","1 {@creature bulette}"],["55-56","{@dice 1d10} {@creature berserker||berserkers}"],["57-58","{@dice 1d3} {@creature hell hound||hell hounds}"],["59-60","{@dice 1d8 + 1} {@creature veteran||veterans}"],["61-65","A distant mountain whose peak resembles a tooth"],["66-69","{@dice 1d4} {@creature ettin||ettins}"],["70-73","1 {@creature wyvern}"],["74-75","1 {@creature orc Eye of Gruumsh} with {@dice 1d6} {@creature orog||orogs} and {@dice 3d6 + 10} {@creature orc||orcs}"],["76-80","A row of {@dice 1d10 + 40} stakes upon which the bodies of kobolds, dwarves, or orcs are impaled"],["81-83","1 {@creature fire giant}"],["84-85","1 {@creature young silver dragon}"],["86-87","{@dice 1d4} {@creature air elemental||air elementals}"],["88-90","{@dice 1d4} {@creature troll||trolls}"],["91-92","{@dice 1d3 + 1} {@creature cyclops||cyclopes}"],["93-94","{@dice 1d4} {@creature chimera||chimeras}"],["95-96","1 {@creature cloud giant}"],["97","1 {@creature roc}"],["98","{@dice 1d4} {@creature stone giant||stone giants}"],["99","1 {@creature young red dragon}"],["00","{@dice 1d4} {@creature frost giant||frost giants}"]]},{"name":"Mountain Encounters (Levels 11—16)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","{@dice 1d8 + 1} {@creature basilisk||basilisks}"],["03-04","{@dice 2d4} {@creature hell hound||hell hounds}"],["05-06","{@dice 1d3} {@creature chimera||chimeras}"],["07-08","1 {@creature galeb duhr}"],["09-10","{@dice 2d6} {@creature veteran||veterans}"],["11-15","1 {@creature young silver dragon}"],["16-20","{@dice 2d4} {@creature troll||trolls}"],["21-25","1 red dragon gliding through the sky above the highest mountaintops"],["26-30","{@dice 1d8 + 1} {@creature manticore||manticores}"],["31-35","{@dice 1d4} {@creature cyclops||cyclopes}"],["36-40","Heavy snowfall that lasts for {@dice 1d6} hours"],["41-45","{@dice 1d10} {@creature air elemental||air elementals}"],["46-50","{@dice 1d6 + 2} {@creature bulette||bulettes}"],["51-55","{@dice 1d4} {@creature stone giant||stone giants}"],["56-60","1 {@creature fire giant}"],["61-65","2 {@creature stone giant||stone giants} playing catch with a boulder a few hundred feet away"],["66-70","{@dice 1d8 + 1} {@creature ettin||ettins}"],["71-75","{@dice 1d3} {@creature frost giant||frost giants}"],["76-80","A wide crevasse, its depths shrouded in mist"],["81-85","{@dice 1d4} {@creature cloud giant||cloud giants}"],["86-90","1 {@creature adult silver dragon}"],["91-96","1 {@creature adult red dragon}"],["97-98","{@dice 1d4} {@creature roc||rocs}"],["99","1 {@creature ancient silver dragon}"],["00","1 {@creature ancient red dragon}"]]},{"name":"Mountain Encounters (Levels 17—20)","type":"table","source":"XGE","page":104,"caption":"Mountain Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","{@dice 1d10} {@creature bulette||bulettes}"],["06-10","{@dice 1d8 + 1} {@creature chimera||chimeras}"],["11-15","1 {@creature adult silver dragon}"],["16-20","{@dice 1d8 + 1} {@creature wyvern||wyverns}"],["21-25","A massive boat perched atop a mountain"],["26-30","{@dice 2d4} {@creature galeb duhr}"],["31-35","{@dice 1d4} {@creature frost giant||frost giants}"],["36-40","A wooded valley haunted by secretive and reclusive elves who tell warily of their master: a mad wizard who lives in the heart of the valley"],["41-45","{@dice 1d10} {@creature air elemental||air elementals}"],["46-50","{@dice 1d6 + 3} {@creature troll||trolls}"],["51-55","1 {@creature adult red dragon}"],["56-60","{@dice 1d4} {@creature cloud giant||cloud giants}"],["61-65","A waterfall hundreds of feet high that drops into a clear pool"],["66-70","{@dice 1d3} {@creature fire giant||fire giants}"],["71-75","{@dice 2d4} {@creature stone giant||stone giants}"],["76-80","A force of 100 dwarves ({@creature veteran||veterans}) standing guard at a mountain pass, permitting no passage until a traveler pays 100 gp (if on foot) or 200 gp (if mounted)"],["81-85","{@dice 1d4} {@creature roc||rocs}"],["86-90","{@dice 1d4} {@creature young red dragon||young red dragons}"],["91-96","1 {@creature ancient silver dragon}"],["97-00","1 {@creature ancient red dragon}"]]},{"name":"Swamp Encounters (Levels 1—4)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature poisonous snake||poisonous snakes}"],["02-05","{@dice 3d6} {@creature rat||rats}"],["06-10","{@dice 2d8} {@creature raven||ravens}"],["11-12","{@dice 3d6} {@creature giant rat||giant rats}"],["13","{@dice 1d10 + 5} {@creature tribal warrior||tribal warriors}"],["14-15","{@dice 1d8 + 1} {@creature giant lizard||giant lizards}"],["16-17","1 {@creature crocodile}"],["18-19","1 {@creature swarm of insects}"],["20","1 {@creature giant spider}"],["21-22","{@dice 1d4 + 1} mud huts partially sunken in murky water"],["23-25","{@dice 2d8 + 1} {@creature kobold||kobolds}"],["26","{@dice 2d4} {@creature mud mephit||mud mephits}"],["27-29","{@dice 1d6 + 2} {@creature giant poisonous snake||giant poisonous snakes}"],["30","{@dice 2d4} {@creature winged kobold||winged kobolds}"],["31-32","1 {@creature scout}"],["33-34","The corpse of an adventurer tangled in the weeds. Looting the body turns up an {@item explorer's pack|phb} and perhaps (50% chance) a random common magic item."],["35-38","1 {@creature giant toad}"],["39-41","{@dice 1d6 + 2} {@creature constrictor snake||constrictor snakes}"],["42-44","{@dice 2d4} {@creature giant frog||giant frogs}"],["45","{@dice 1d8 + 1} {@creature swarm of rats||swarms of rats} or {@dice 1d6 + 2} {@creature swarm of ravens||swarms of ravens}"],["46-48","{@dice 2d10} {@creature stirge||stirges}"],["49-52","{@dice 2d6 + 3} {@creature bullywug||bullywugs}"],["53-54","{@dice 1d8 + 1} {@creature orc||orcs}"],["55-56","{@dice 1d4} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["57","1 {@creature druid}"],["58-59","1 yuan-ti malison: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["60-62","1 {@creature giant constrictor snake}"],["63-64","A high-pitched shriek that lasts for {@dice 1d4} minutes"],["65-67","{@dice 2d4} {@creature lizardfolk}"],["68-69","{@dice 1d4} {@creature ghoul||ghouls}"],["70-71","1 {@creature will-o'-wisp}"],["72","1 {@creature wight}"],["73","1 {@creature ghast}"],["74-75","1 {@creature swarm of poisonous snakes}"],["76-77","A foul stench bubbling up from brackish waters"],["78-80","{@dice 1d4 + 2} {@creature ogre||ogres}"],["81-83","1 {@creature shambling mound}"],["84-86","1 {@creature lizardfolk shaman} with {@dice 1d6} {@creature giant lizard||giant lizards} and {@dice 2d10} {@creature lizardfolk}"],["87","1 {@creature troll}"],["88-89","{@dice 1d4} {@creature green hag||green hags}"],["90-91","1 {@creature revenant}"],["92-93","1 {@creature giant crocodile}"],["94-95","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature orog||orogs} and {@dice 2d6 + 3} {@creature orc||orcs}"],["96-97","1 {@creature young black dragon}"],["98","1 {@creature yuan-ti abomination}"],["99","{@dice 1d4} {@creature water elemental||water elementals}"],["00","1 {@creature hydra}"]]},{"name":"Swamp Encounters (Levels 5—10)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature green hag}"],["02-03","{@dice 2d4} {@creature giant lizard||giant lizards} or {@dice 2d4} {@creature giant poisonous snake||giant poisonous snakes}"],["04-05","{@dice 2d8} {@creature winged kobold||winged kobolds}"],["06-07","{@dice 1d10 + 1} {@creature bullywug||bullywugs} with {@dice 1d8 + 1} {@creature giant frog||giant frogs}"],["08-09","1 {@creature druid}"],["10","{@dice 1d8 + 1} {@creature swarm of insects||swarms of insects}"],["11-13","{@dice 1d12} {@creature ghoul||ghouls}"],["14-16","{@dice 2d8} {@creature scout||scouts}"],["17-19","{@dice 2d10} {@creature orc||orcs}"],["20-22","{@dice 2d4} {@creature giant spider||giant spiders}"],["23-24","Tainted water that exposes creatures that move through it to {@disease sight rot} (see \"{@book Diseases|DMG|8|Diseases}\" in chapter 8 of the {@italic Dungeon Master's Guide})"],["25-27","{@dice 1d6 + 2} {@creature giant toad||giant toads}"],["28-30","{@dice 3d6} {@creature lizardfolk}"],["31-33","{@dice 1d8 + 1} {@creature yuan-ti pureblood||yuan-ti purebloods}"],["34-36","{@dice 1d4 + 1} {@creature swarm of poisonous snakes||swarms of poisonous snakes}"],["37-38","A bloated humanoid corpse floating facedown in the water"],["39-41","1 {@creature shambling mound}"],["42-44","{@dice 1d4 + 1} {@creature will-o'-wisp||will-o'-wisps}"],["45-47","{@dice 2d6} {@creature crocodile||crocodiles}"],["48-50","{@dice 1d4 + 1} {@creature giant constrictor snake||giant constrictor snakes}"],["51-54","1 {@creature lizardfolk shaman} with {@dice 1d3} {@creature swarm of poisonous snakes||swarms of poisonous snakes} and {@dice 1d8 + 2} {@creature lizardfolk}"],["55-58","{@dice 1d8 + 1} {@creature ogre||ogres}"],["59-62","{@dice 2d4} {@creature ghast||ghasts}"],["63-65","An altar partially sunk into the mud, devoted to a god that is part human and part frog"],["66-69","1 {@creature giant crocodile}"],["70-73","1 {@creature shambling mound}"],["74-77","1 {@creature orc Eye of Gruumsh} with {@dice 1d3} {@creature ogre||ogres} and {@dice 2d10 + 5} {@creature orc||orcs}"],["78-80","A torrential rain that lasts {@dice 1d6} minutes and puts out all unprotected flames within 1 mile"],["81-82","1 {@creature young black dragon}"],["83-84","{@dice 1d4} {@creature green hag||green hags} with {@dice 1d6 + 1} {@creature ogre||ogres}"],["85-86","1 {@creature yuan-ti abomination}"],["87-88","{@dice 1d4 + 1} {@creature wight||wights}"],["89-90","{@dice 1d6 + 1} yuan-ti malisons: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["91-93","{@dice 1d4 + 1} {@creature troll||trolls}"],["94-96","{@dice 1d10} {@creature revenant||revenants}"],["97-99","{@dice 1d8 + 1} {@creature water elemental||water elementals}"],["00","{@dice 1d3} {@creature hydra||hydras}"]]},{"name":"Swamp Encounters (Levels 11—20)","type":"table","source":"XGE","page":105,"caption":"Swamp Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-10","{@dice 1d4} {@creature giant crocodile||giant crocodiles}"],["11-15","{@dice 1d3} {@creature yuan-ti abomination||yuan-ti abominations}"],["16-20","{@dice 1d6 + 1} {@creature green hag||green hags}"],["21-25","A large, spreading tree from which {@dice 2d6} armored knights hang by the neck"],["26-30","{@dice 2d4} {@creature wight||wights}"],["31-35","{@dice 1d8 + 1} yuan-ti malisons: {@creature yuan-ti malison (type 1)||type 1}, {@creature yuan-ti malison (type 2)||type 2}, {@creature yuan-ti malison (type 3)||type 3}"],["36-40","Fog that rolls across the terrain, making the area within {@dice 1d3} miles heavily obscured for {@dice 1d4} hours"],["41-45","{@dice 1d4} {@creature revenant||revenants}"],["46-50","{@dice 1d6} {@creature shambling mound||shambling mounds}"],["51-55","{@dice 1d10} {@creature water elemental||water elementals}"],["56-60","{@dice 1d4} {@creature young black dragon||young black dragons}"],["61-65","An eerie, bat-headed idol almost completely covered by vines"],["66-70","{@dice 1d8 + 2} {@creature troll||trolls}"],["71-75","{@dice 1d3} {@creature hydra||hydras}"],["76-80","The sound of drums beating several miles away"],["81-96","1 {@creature adult black dragon}"],["97-00","1 {@creature ancient black dragon}"]]},{"name":"Underdark Encounters (Levels 1—4)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature mind flayer arcanist}"],["02","{@dice 1d3 + 1} {@creature giant poisonous snake||giant poisonous snakes}"],["03","{@dice 1d3} {@creature giant lizard||giant lizards}"],["04","{@dice 2d4} {@creature giant fire beetle||giant fire beetles}"],["05","{@dice 1d8 + 1} {@creature flumph||flumphs}"],["06","1 {@creature shrieker}"],["07","{@dice 1d12} {@creature giant rat||giant rats}"],["08","{@dice 2d4} {@creature kobold||kobolds}"],["09","{@dice 1d8 + 1} {@creature stirge||stirges}"],["10","{@dice 2d4} humans ({@creature tribal warrior||tribal warriors}) seeking the way to the surface, fleeing their Underdark oppressors"],["11-12","{@dice 1d10} {@creature troglodyte||troglodytes}"],["13-14","{@dice 1d2} {@creature gray ooze||gray oozes}"],["15-16","{@dice 3d6} {@creature stirge||stirges}"],["17-18","{@dice 1d3} {@creature magma mephit||magma mephits}"],["19-20","{@dice 1d10} {@creature goblin||goblins}"],["21-22","Orc graffiti on the walls, suggesting something rude about the mother of someone named Krusk"],["23-24","1 {@creature swarm of insects}"],["25","1 deep gnome"],["26-28","{@dice 1d8 + 1} {@creature drow}"],["29-30","{@dice 1d4} {@creature violet fungus||violet fungi}"],["31-32","{@dice 1d12} {@creature kuo-toa}"],["33","1 {@creature rust monster}"],["34-35","A rubble-strewn passage that appears to have been recently cleared after a cave-in"],["36-37","{@dice 1d8 + 1} {@creature giant bat||giant bats}"],["38-39","{@dice 3d6} {@creature kobold||kobolds}"],["40-41","{@dice 2d4} {@creature grimlock||grimlocks}"],["42-43","{@dice 1d4 + 3} {@creature swarm of bats||swarms of bats}"],["44","1 dwarf prospector ({@creature scout}) looking for gold"],["45","1 {@creature carrion crawler} or 1 {@creature gelatinous cube}"],["46","{@dice 1d8} {@creature darkmantle||darkmantles} or {@dice 2d4} {@creature piercer||piercers}"],["47","1 {@creature hell hound}"],["48","{@dice 1d3} {@creature specter||specters}"],["49","{@dice 1d4} {@creature bugbear||bugbears}"],["50","{@dice 1d10 + 5} {@creature winged kobold||winged kobolds}"],["51","{@dice 1d4} {@creature fire snake||fire snakes}"],["52","{@dice 2d8 + 1} {@creature troglodyte||troglodytes}"],["53","{@dice 1d6} {@creature giant spider||giant spiders}"],["54","{@dice 3d6} {@creature kuo-toa}"],["55","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["56","{@dice 4d4} {@creature grimlock||grimlocks}"],["57","1 {@creature ochre jelly}"],["58","{@dice 2d10} {@creature giant centipede||giant centipedes}"],["59","1 {@creature nothic} or 1 {@creature giant toad}"],["60","{@dice 1d4} {@creature myconid adult||myconid adults} with {@dice 5d4} {@creature myconid sprout||myconid sprouts}"],["61","1 {@creature minotaur skeleton} or 1 {@creature minotaur}"],["62","{@dice 3d6} {@creature drow}"],["63","1 {@creature mimic} or 1 {@creature doppelganger}"],["64","{@dice 1d6 + 3} {@creature hobgoblin||hobgoblins}"],["65","1 {@creature intellect devourer} or 1 {@creature spectator}"],["66","{@dice 1d8 + 1} {@creature orc||orcs}"],["67-68","A faint tapping coming from inside a nearby wall"],["69","1 {@creature gibbering mouther} or 1 {@creature water weird}"],["70","{@dice 1d12} {@creature gas spore||gas spores}"],["71","1 {@creature giant constrictor snake}"],["72","{@dice 1d10} {@creature shadow||shadows}"],["73","{@dice 1d3} {@creature grell||grells}"],["74","{@dice 1d4} {@creature wight||wights}"],["75","{@dice 1d8 + 1} {@creature quaggoth spore servant||quaggoth spore servants}"],["76","{@dice 1d2} {@creature gargoyle||gargoyles}"],["77","{@dice 1d4} {@creature ogre||ogres} or {@dice 1d3} {@creature ettin||ettins}"],["78","{@dice 1d4} dwarf explorers ({@creature veteran||veterans})"],["79-80","An abandoned miners' camp spattered with blood and littered with the contents of {@dice 1d3} {@item dungeoneer's pack|phb|dungeoneer's packs}"],["81","1 {@creature chuul} or 1 {@creature salamander}"],["82","{@dice 1d4} {@creature phase spider||phase spiders} or {@dice 1d3} {@creature hook horror||hook horrors}"],["83","{@dice 5d4} {@creature duergar}"],["84","1 {@creature ghost} or 1 {@creature flameskull} or 1 {@creature wraith}"],["85","1 {@creature druid} with 1 {@creature polar bear} ({@creature cave bear})"],["86","1 {@creature hobgoblin captain} with {@dice 1d4} {@creature half-ogre (ogrillon)||half-ogres} and {@dice 2d10} {@creature hobgoblin||hobgoblins}"],["87","1 {@creature earth elemental} or 1 {@creature black pudding}"],["88","1 {@creature kuo-toa monitor} with {@dice 1d8 + 1} {@creature kuo-toa whip||kuo-toa whips}"],["89","1 {@creature quaggoth thonot} with {@dice 1d3} {@creature quaggoth||quaggoths}"],["90","1 {@creature beholder zombie} or 1 {@creature bone naga (guardian)||bone naga}"],["91","1 {@creature orc Eye of Gruumsh} with {@dice 1d4} {@creature orog||orogs} and {@dice 2d8} {@creature orc||orcs}"],["92","{@dice 1d4} {@creature ghast||ghasts} with {@dice 1d10} {@creature ghoul||ghouls}"],["93-95","A reeking puddle where slimy water has dripped from the ceiling"],["96","1 {@creature otyugh} or 1 {@creature roper}"],["97","1 {@creature vampire spawn}"],["98","1 {@creature chimera}"],["99","1 {@creature mind flayer}"],["00","1 {@creature spirit naga}"]]},{"name":"Underdark Encounters (Levels 5—10)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 3d6} {@creature swarm of bats||swarms of bats}"],["02","{@dice 1d4} {@creature giant spider||giant spiders} or {@dice 1d4} {@creature giant toad||giant toads}"],["03","1 {@creature mimic}"],["04","{@dice 2d4} {@creature gray ooze||grey oozes}"],["05","{@dice 2d10} {@creature orc||orcs} or {@dice 3d6} {@creature troglodyte||troglodytes}"],["06","{@dice 3d6} {@creature grimlock||grimlocks}"],["07","{@dice 1d6 + 2} {@creature magma mephit||magma mephits}"],["08","1 {@creature goblin boss} with {@dice 2d4} {@creature goblin||goblins}"],["09","{@dice 2d4} {@creature darkmantle||darkmantles}"],["10","{@dice 2d8 + 1} {@creature drow}"],["11","{@dice 2d10} {@creature piercer||piercers}"],["12","{@dice 1d4} {@creature minotaur skeleton||minotaur skeletons}"],["13-14","{@dice 3d6} deep gnomes"],["15","1 {@creature druid} with 1 {@creature polar bear} ({@creature cave bear})"],["16-17","{@dice 3d6} {@creature orc||orcs}"],["18","1 {@creature bone naga (guardian)||bone naga}"],["19-20","{@dice 2d6} {@creature bugbear||bugbears}"],["21-25","Luminescent fungi growing on the walls of a moist cave, filling it with dim light"],["26","{@dice 2d4} {@creature specter||specters}"],["27","{@dice 1d12 + 4} {@creature shadow||shadows}"],["28","{@dice 1d3} {@creature gibbering mouther||gibbering mouthers}"],["29-30","{@dice 4d4} {@creature hobgoblin||hobgoblins}"],["31-32","{@dice 1d4} {@creature carrion crawler||carrion crawlers}"],["33-34","1 {@creature black pudding}"],["35","{@dice 1d4} {@creature ochre jelly||ochre jellies}"],["36-40","A patch of mold that appears yellow when light is directed toward it"],["41","{@dice 1d4} {@creature nothic||nothics}"],["42-43","{@dice 2d8 + 1} {@creature gas spore||gas spores}"],["44-45","{@dice 1d3} {@creature gelatinous cube||gelatinous cubes}"],["46","1 {@creature ghost}"],["47-48","1 {@creature flameskull}"],["49-50","{@dice 2d8} {@creature duergar}"],["51","1 {@creature wraith}"],["52","1 {@creature umber hulk}"],["53","1 {@creature xorn}"],["54","{@dice 1d6 + 2} dwarf hunters ({@creature veteran||veterans}) searching for trolls"],["55","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins}"],["56","1 {@creature roper}"],["57","1 {@creature kuo-toa monitor} with {@dice 1d4} {@creature kuo-toa whip||kuo-toa whips} and {@dice 1d8 + 1} {@creature kuo-toa}"],["58","{@dice 1d3} {@creature water weird||water weirds}"],["59","{@dice 1d4} {@creature ghast||ghasts} with {@dice 1d10} {@creature ghoul||ghouls}"],["60","1 {@creature otyugh}"],["61-62","A merchant caravan consisting of 1 {@creature drow mage}, 2 {@creature drow elite warrior||drow elite warriors}, and {@dice 2d10} {@creature quaggoth||quaggoths}"],["63","{@dice 1d4} {@creature wight||wights}"],["64","{@dice 1d4} {@creature doppelganger||doppelgangers}"],["65","{@dice 2d8} {@creature fire snake||fire snakes}"],["66","{@dice 1d4} {@creature spectator||spectators}"],["67","1 {@creature orc Eye of Gruumsh} with {@dice 1d4} {@creature orog||orogs} and {@dice 2d10 + 3} {@creature orc||orcs}"],["68","{@dice 1d3} {@creature vampire spawn}"],["69","{@dice 1d4} {@creature hook horror||hook horrors} or {@dice 1d4} {@creature minotaur||minotaurs}"],["70","{@dice 3d6} {@creature quaggoth spore servant||quaggoth spore servants}"],["71-72","{@dice 1d3} {@creature grell||grells}"],["73","{@dice 1d6 + 1} {@creature intellect devourer||intellect devourers}"],["74","{@dice 1d10} {@creature gargoyle||gargoyles}"],["75","1 {@creature beholder zombie}"],["76-77","1 {@creature quaggoth thonot} with {@dice 2d4} {@creature quaggoth||quaggoths}"],["78","{@dice 1d6} {@creature ettin||ettins} or {@dice 1d4} {@creature troll||trolls}"],["79","{@dice 1d8 + 1} {@creature phase spider||phase spiders}"],["80","1 {@creature fomorian} or {@dice 1d3} {@creature cyclops||cyclopes}"],["81","{@dice 1d4} {@creature earth elemental||earth elementals}"],["82","{@dice 3d6} {@creature ogre||ogres}"],["83","{@dice 1d4 + 1} {@creature chuul||chuuls}"],["84","{@dice 1d10} {@creature hell hound||hell hounds}"],["85","{@dice 1d3} {@creature drow elite warrior||drow elite warriors}"],["86","{@dice 1d4} {@creature chimera||chimeras}"],["87","{@dice 1d4} {@creature salamander||salamanders}"],["88","1 {@creature cloaker}"],["89","{@dice 2d4} {@creature wight||wights}"],["90","{@dice 1d4} {@creature drider||driders}"],["91","1 {@creature fire giant}"],["92","1 {@creature grick alpha} with {@dice 2d4} {@creature grick||gricks}"],["93","1 {@creature mind flayer arcanist}"],["94","{@dice 1d4} {@creature drow mage||drow mages}"],["95","1 {@creature spirit naga}"],["96","{@dice 1d4} {@creature mind flayer||mind flayers}"],["97","1 {@creature behir}"],["98","1 {@creature aboleth}"],["99","1 {@creature dao} or 1 {@creature stone giant}"],["00","1 {@creature beholder}"]]},{"name":"Underdark Encounters (Levels 11—16)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","{@dice 3d6} {@creature carrion crawler||carrion crawlers}"],["03-04","{@dice 1d6 + 1} {@creature gelatinous cube||gelatinous cubes}"],["05-06","{@dice 1d8 + 2} {@creature gibbering mouther||gibbering mouthers}"],["07-08","{@dice 2d8} {@creature minotaur skeleton||minotaur skeletons}"],["09-10","{@dice 2d6} {@creature ochre jelly||ochre jellies}"],["11-12","{@dice 2d4} {@creature doppelganger||doppelgangers}"],["13-14","{@dice 1d4} {@creature quaggoth thonot||quaggoth thonots} with {@dice 1d10 + 2} quaggoths"],["15-16","{@dice 1d3} {@creature roper||ropers}"],["17-18","{@dice 3d6} {@creature gargoyle||gargoyles}"],["19-20","{@dice 1d10} {@creature mimic||mimics}"],["21-25","A 100-foot-long ravine, {@dice 4d10} feet wide and {@dice 5d20 + 200} feet deep"],["26-27","1 {@creature hobgoblin captain} with {@dice 3d10} {@creature hobgoblin||hobgoblins}"],["28-29","{@dice 2d4} {@creature spectator||spectators}"],["30-31","{@dice 3d6} {@creature ghast||ghasts}"],["32-33","{@dice 2d8} {@creature intellect devourer||intellect devourers}"],["34-35","{@dice 1d3} {@creature orc Eye of Gruumsh||orc Eyes of Gruumsh} with {@dice 2d4} {@creature orog||orogs} and {@dice 2d10} {@creature orc||orcs}"],["36-40","A large cave containing {@dice 2d10} extraordinarily detailed statues of various creatures"],["41-42","{@dice 1d8 + 1} {@creature kuo-toa monitor||kuo-toa monitors}"],["43-44","{@dice 2d4} {@creature water weird||water weirds}"],["45-46","{@dice 2d10} {@creature grick||gricks}"],["47-48","{@dice 3d6} {@creature nothic||nothics}"],["49-50","{@dice 2d8 + 1} {@creature ogre||ogres}"],["51-52","{@dice 1d6 + 2} {@creature chuul||chuuls}"],["53-54","{@dice 1d8 + 1} {@creature ettin||ettins}"],["55","{@dice 3d6} {@creature grell||grells}"],["56","{@dice 2d4} {@creature flameskull||flameskulls}"],["57","{@dice 2d12} dwarf soldiers ({@creature veteran||veterans}) on patrol"],["58","{@dice 2d8} {@creature hell hound||hell hounds}"],["59","{@dice 1d10} {@creature ghost||ghosts}"],["60","{@dice 3d4} {@creature wight||wights}"],["61","{@dice 3d6} {@creature phase spider||phase spiders}"],["62","{@dice 1d8 + 1} {@creature bone naga (guardian)||bone nagas}"],["63-65","A shrill scream followed by dark laughter"],["66","{@dice 1d4} {@creature chimera||chimeras}"],["67","{@dice 1d10} {@creature black pudding||black puddings}"],["68","{@dice 3d6} {@creature minotaur||minotaurs}"],["69","{@dice 2d4} {@creature otyugh||otyughs}"],["70","{@dice 1d6 + 1} {@creature beholder zombie||beholder zombies}"],["71","{@dice 4d4} {@creature hook horror||hook horrors}"],["72","{@dice 1d8 + 1} {@creature umber hulk||umber hulks}"],["73","{@dice 2d4} {@creature salamander||salamanders}"],["74","{@dice 1d3} {@creature grick alpha||grick alphas}"],["75","{@dice 1d6 + 2} {@creature xorn}"],["76-80","A ruined village that once belonged to deep gnomes. A search has a 50% chance of uncovering {@dice 1d3} {@item potion of healing||potions of healing} and a 25% chance of finding a random common magic item"],["81","{@dice 2d4} {@creature earth elemental||earth elementals}"],["82","{@dice 1d3} {@creature spirit naga||spirit nagas}"],["83","{@dice 1d8 + 1} {@creature cyclops||cyclopes}"],["84","{@dice 1d6 + 2} {@creature troll||trolls}"],["85","{@dice 2d4} {@creature stone giant||stone giants}"],["86","{@dice 2d4} {@creature wraith||wraiths}"],["87","{@dice 1d4} {@creature fomorian||fomorians}"],["88","{@dice 1d3} {@creature drow mage||drow mages} with {@dice 1d4} {@creature drow elite warrior||drow elite warriors}"],["89","{@dice 1d10} {@creature vampire spawn}"],["90","{@dice 1d3} {@creature cloaker||cloakers}"],["91","{@dice 1d4} {@creature fire giant||fire giants}"],["92","1 {@creature mind flayer arcanist} with {@dice 1d6 + 1} {@creature mind flayer||mind flayers}"],["93","{@dice 1d4} {@creature dao}"],["94","{@dice 1d8 + 1} {@creature drider||driders}"],["95","{@dice 1d3} {@creature behir||behirs}"],["96","{@dice 1d4} {@creature aboleth||aboleths}"],["97","1 {@creature beholder}"],["98","1 {@creature young red shadow dragon}"],["99","1 {@creature death tyrant}"],["00","1 {@creature purple worm}"]]},{"name":"Underdark Encounters (Levels 17—20)","type":"table","source":"XGE","page":106,"caption":"Underdark Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","{@dice 1d4} {@creature grick alpha||grick alphas}"],["02","{@dice 2d8} {@creature spectator||spectators}"],["03-04","{@dice 3d6} {@creature minotaur||minotaurs} or {@dice 2d8} {@creature kuo-toa monitor||kuo-toa monitors}"],["05-06","{@dice 2d8} {@creature grell||grells}"],["07-08","{@dice 2d10} {@creature phase spider||phase spiders}"],["09-10","{@dice 4d4} {@creature hell hound||hell hounds}"],["11-12","{@dice 1d6 + 2} {@creature roper||ropers}"],["13-14","{@dice 2d10} {@creature wight||wights}"],["15-16","{@dice 3d6} {@creature doppelganger||doppelgangers}"],["17-18","{@dice 1d8 + 1} {@creature chimera||chimeras}"],["19-20","{@dice 1d4} {@creature cloaker||cloakers}"],["21","{@dice 1d4} {@creature hobgoblin captain||hobgoblin captains} with {@dice 5d10} {@creature hobgoblin||hobgoblins}"],["22-23","{@dice 1d8 + 1} {@creature earth elemental||earth elementals}"],["24-25","{@dice 2d4} {@creature vampire spawn}"],["26-27","{@dice 3d6} {@creature minotaur||minotaurs}"],["28-30","A 30-foot-tall inverted black pyramid floating 1 inch above the floor in a large cave"],["31-32","{@dice 1d10} {@creature beholder zombie||beholder zombies}"],["33-34","{@dice 1d4} {@creature mind flayer arcanist||mind flayer arcanists}"],["35-36","{@dice 1d6 + 2} {@creature otyugh||otyughs}"],["37-38","{@dice 1d12} {@creature troll||trolls}"],["39-40","{@dice 1d10} {@creature wraith||wraiths}"],["41-43","A beautiful obsidian sculpture of a panther lying on the floor"],["44-45","{@dice 1d4} {@creature drow mage||drow mages} with {@dice 1d6} {@creature drow elite warrior||drow elite warriors}"],["46-47","{@dice 1d4} {@creature spirit naga||spirit nagas}"],["48-49","{@dice 1d8 + 1} {@creature salamander||salamanders}"],["50-51","{@dice 2d4} {@creature umber hulk||umber hulks}"],["52-53","{@dice 1d10} {@creature xorn}"],["54-56","1 {@creature young red shadow dragon}"],["57-59","{@dice 2d4} {@creature fomorian||fomorians}"],["60-62","{@dice 1d8 + 1} {@creature drider||driders}"],["63-65","{@dice 1d20 + 20} {@creature spider||spiders} crawling on the walls of a web-filled cave"],["66-68","{@dice 1d4} {@creature fire giant||fire giants}"],["69-70","{@dice 1d10} {@creature mind flayer||mind flayers}"],["71-73","{@dice 2d4} {@creature stone giant||stone giants}"],["74-76","{@dice 1d12} {@creature cyclops||cyclopes}"],["77-80","A large cave in which stands a 50-foot-tall idol of Blibdoolpoolp"],["81-85","{@dice 1d3} {@creature dao}"],["86-90","{@dice 1d4} {@creature beholder||beholders}"],["91-93","{@dice 1d4} {@creature behir||behirs}"],["94-96","1 {@creature death tyrant}"],["97-99","{@dice 1d3} {@creature purple worm||purple worms}"],["00","{@dice 2d4} {@creature aboleth||aboleths}"]]},{"name":"Underwater Encounters (Levels 1—4)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-10","{@dice 3d6} {@creature quipper||quippers}"],["11-14","{@dice 2d4} {@creature steam mephit||steam mephits}"],["15-18","{@dice 1d4} {@creature sahuagin}"],["19-22","{@dice 2d6} {@creature merfolk}"],["23-25","{@dice 2d4} corpses of drowned sailors tangled in kelp"],["26-29","{@dice 2d4} {@creature constrictor snake||constrictor snakes}"],["30-33","{@dice 1d4} {@creature reef shark||reef sharks}"],["34-37","1 {@creature swarm of quippers}"],["38-40","A bed of enormous clams"],["41-45","{@dice 1d10} {@creature merfolk} with {@dice 1d3} {@creature giant sea horse||giant sea horses}"],["46-50","1 {@creature giant octopus}"],["51-55","1 {@creature merrow}"],["56-60","1 {@creature plesiosaurus}"],["61-65","{@dice 2d10} pieces of corroded brass dinnerware littering the bottom"],["66-70","1 {@creature giant constrictor snake}"],["71-75","1 {@creature sea hag}"],["76-80","A school of silvery fish darting through the water"],["81-85","{@dice 1d4} {@creature hunter shark||hunter sharks}"],["86-90","1 {@creature sahuagin priestess} with {@dice 2d4} {@creature sahuagin}"],["91-96","{@dice 1d4} {@creature killer whale||killer whales}"],["97-98","1 {@creature giant shark}"],["99","1 {@creature water elemental}"],["00","1 {@creature sahuagin baron}"]]},{"name":"Underwater Encounters (Levels 5—10)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","{@dice 3d6} {@creature steam mephit||steam mephits}"],["03-04","{@dice 1d10} {@creature sahuagin}"],["05-06","1 {@creature giant octopus}"],["07-08","{@dice 3d6} {@creature constrictor snake||constrictor snakes}"],["09-10","{@dice 2d10} {@creature merfolk} with {@dice 1d4} {@creature giant sea horse||giant sea horses}"],["11-15","{@dice 1d4} {@creature sea hag||sea hags}"],["16-20","{@dice 2d4} {@creature swarm of quippers||swarms of quippers}"],["21-25","A sunken galleon with a 50% chance of a random treasure hoard inside (roll on the Treasure Hoard: Challenge 5-10 table in chapter 7 of the {@italic Dungeon Master's Guide})"],["26-30","{@dice 1d4} {@creature plesiosaurus||plesiosauruses}"],["31-35","{@dice 3d6} {@creature reef shark||reef sharks}"],["36-40","An abandoned bathysphere"],["41-50","{@dice 1d4} {@creature giant constrictor snake||giant constrictor snakes}"],["51-55","{@dice 2d4} {@creature hunter shark||hunter sharks}"],["56-60","{@dice 1d3} {@creature sahuagin priestess||sahuagin priestesses} with {@dice 2d10} {@creature sahuagin}"],["61-65","An empty castle made from coral"],["66-70","{@dice 1d4} {@creature killer whale||killer whales}"],["71-75","{@dice 1d10} {@creature merrow}"],["76-80","An eerie statue of a squatting humanoid, with bat wings on its back and tentacles sprouting from its face"],["81-85","{@dice 1d4} {@creature water elemental||water elementals}"],["86-90","1 {@creature sahuagin baron} with {@dice 2d8} {@creature sahuagin}"],["91-96","{@dice 1d4} {@creature giant shark||giant sharks}"],["97-99","1 {@creature marid}"],["00","1 {@creature storm giant}"]]},{"name":"Underwater Encounters (Levels 11—20)","type":"table","source":"XGE","page":109,"caption":"Underwater Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-10","1 {@creature sahuagin baron} with {@dice 1d4} {@creature sahuagin priestess||sahuagin priestesses} and {@dice 2d10} {@creature sahuagin}"],["11-35","{@dice 1d10} {@creature killer whale||killer whales}"],["36-40","A ghost ship passing overhead, containing {@dice 2d6 + 10} {@creature ghost||ghosts}"],["41-60","{@dice 1d6} {@creature giant shark||giant sharks}"],["61-65","A 1-mile-radius sphere of effervescent water that allows air-breathing creatures to breathe water while in the sphere"],["66-75","{@dice 1d10} {@creature water elemental||water elementals}"],["76-80","A shimmering, blue-green portal to the Elemental Plane of Water"],["81-90","{@dice 1d4} {@creature marid||marids}"],["91-96","{@dice 1d3} {@creature storm giant||storm giants}"],["97-99","1 {@creature dragon turtle}"],["00","1 {@creature kraken}"]]},{"name":"Urban Encounters (Levels 1—4)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1d6 {@creature cat||cats}"],["02-03","1 {@creature commoner} with 1d6 {@creature goat||goats}"],["04-05","2d10 {@creature rat||rats}"],["06","1 {@creature raven} perched on a signpost"],["07","1 {@creature commoner} on a {@creature draft horse}"],["08","2d4 {@creature mastiff||mastiffs}"],["09","1d2 {@creature commoner||commoners} leading 1d4 {@creature mule||mules} or 1d4 {@creature pony||ponies}"],["10","1 {@creature pseudodragon}"],["11","1 {@creature spy}"],["12-13","1d8 + 1 {@creature acolyte||acolytes}"],["14","1d6 + 6 {@creature flying snake||flying snakes}"],["15","3d6 {@creature kobold||kobolds}"],["16","2d4 {@creature giant centipede||giant centipedes}"],["17","1d8 + 1 {@creature skeleton||skeletons}"],["18-19","1d6 + 2 {@creature swarm of rats||swarms of rats}"],["20","1d12 {@creature zombie||zombies}"],["21-25","A peddler weighed down with a load of pots, pans, and other basic supplies"],["26","1 {@creature giant wasp}"],["27-28","1 {@creature warhorse}"],["29","2d8 {@creature cultist||cultists}"],["30-31","3d4 {@creature giant rat||giant rats}"],["32","2d8 {@creature stirge||stirges}"],["33","1d3 + 2 {@creature giant poisonous snake||giant poisonous snakes}"],["34","1d4 + 2 {@creature swarm of bats||swarms of bats}"],["35","2d4 {@creature winged kobold||winged kobolds}"],["36-40","A wagon loaded with apples that has a broken wheel and holds up traffic"],["41","1 {@creature crocodile}"],["42-43","1 {@creature swarm of insects}"],["44-45","3d6 {@creature bandit||bandits}"],["46-47","1d3 + 2 {@creature noble||nobles} on {@creature riding horse||riding horses} with an escort of 1d10 {@creature guard||guards}"],["48","2d4 {@creature kenku}"],["49","1d6 + 2 {@creature smoke mephit||smoke mephits}"],["50","1d8 + 1 {@creature swarm of ravens||swarms of ravens}"],["51-52","1 {@creature wererat}"],["53-54","1d3 {@creature half-ogre (ogrillon)||half-ogres}"],["55-56","1 {@creature mimic}"],["57-58","1d4 {@creature ghoul||ghouls}"],["59-60","1d4 {@creature specter||specters}"],["61-62","1d10 {@creature shadow||shadows}"],["63-65","Someone empties a chamber pot onto the street from a second-floor window"],["66-67","1 {@creature ghast}"],["68-69","1 {@creature priest}"],["70-71","1 {@creature will-o'-wisp}"],["72-73","1d3 {@creature giant spider||giant-spiders}"],["74-75","1d4 {@creature yuan-ti pureblood||yuan-ti purebloods}"],["76-77","2d4 {@creature thug||thugs}"],["78-80","A doomsayer who preaches the end of the world from a street corner"],["81","1 {@creature cambion}"],["82","1 {@creature vampire spawn}"],["83","1 {@creature couatl}"],["84","1 {@creature ghost}"],["85","1 {@creature succubus} or 1 {@creature incubus}"],["86","1 {@creature bandit captain} with 3d6 {@creature bandit||bandits}"],["87","1d4 + 1 {@creature cult fanatic||cult fanatics}"],["88","1 {@creature knight} or 1 {@creature veteran}"],["89","1 {@creature water weird}"],["90","1 {@creature wight}"],["91","1 {@creature mage}"],["92","1 {@creature shield guardian}"],["93","1 {@creature gladiator}"],["94","1 {@creature revenant}"],["95","2d4 {@creature gargoyle||gargoyles}"],["96","1d4 {@creature doppelganger||doppelgangers}"],["97","1 {@creature oni}"],["98","1 {@creature invisible stalker}"],["99","1d3 + 1 {@creature phase spider||phase spiders}"],["00","1 {@creature assassin}"]]},{"name":"Urban Encounters (Levels 5—10)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","1d10 {@creature kenku}"],["03-04","2d6 {@creature giant centipede||giant centipedes}"],["05-06","2d8 {@creature skeleton||skeletons}"],["07-08","1d6 {@creature swarm of bats||swarms of bats} and 1d6 {@creature swarm of rats||swarms of rats}"],["09-10","3d6 {@creature winged kobold||winged kobolds}"],["11-13","2d4 {@creature specter||specters}"],["14-16","1d4 {@creature wight||wights}"],["17-19","4d4 {@creature acolyte||acolytes} on {@creature draft horse||draft horses}"],["20-22","3d6 {@creature giant centipede||giant centipedes}"],["23-25","A talkative urchin, badgering passersby to serve as their guide through the community for a price of 1 sp"],["26-28","1d10 {@creature spy||spies}"],["29-31","3d6 {@creature crocodile||crocodiles}"],["32-34","1d6 + 2 {@creature swarm of insects||swarms of insects}"],["35-37","2d4 {@creature smoke mephit||smoke mephits}"],["38-40","A {@creature noble} shouts \"Stop! Thief!\" at a fleeing scoundrel ({@creature bandit})"],["41-43","1 {@creature succubus} or 1 {@creature incubus}"],["44-46","1d10 {@creature half-ogre (ogrillon)||half-ogres}"],["47-49","2d10 {@creature giant wasp||giant wasps}"],["50-51","4d10 {@creature zombie||zombies}"],["52-53","1d4 {@creature knight||knights} on {@creature warhorse||warhorses}"],["54-55","1d4 + 1 {@creature water weird||water weirds}"],["56-57","1d8 + 1 {@creature mimic||mimics}"],["58-59","2d8 {@creature giant spider||giant spiders}"],["60-61","3d6 {@creature shadow||shadows}"],["62-65","An actor leans out from a second-story window to call to passersby, announcing a show"],["66-67","1 {@creature bandit captain} with 3d8 {@creature bandit||bandits}"],["68-69","1d10 {@creature will-o'-wisp||will-o'-wisps}"],["70-71","2d4 {@creature priest||priests}"],["72-74","3d6 {@creature yuan-ti pureblood||yuan-ti purebloods}"],["75-76","2d10 {@creature thug||thugs}"],["77-80","A fortune-teller reads cards for those who pay a price of 1 sp"],["81","1d3 {@creature gladiator||gladiators}"],["82","1d4 + 1 {@creature couatl||couatls}"],["83","1d8 {@creature ghost||ghosts}"],["84","2d4 {@creature doppelganger||doppelgangers}"],["85","1d6 + 2 {@creature phase spider||phase spiders}"],["86","2d4 {@creature veteran||veterans}"],["87","1d8 {@creature ghast||ghasts} with 2d6 {@creature ghoul||ghouls}"],["88","3d6 {@creature gargoyle||gargoyles}"],["89","2d10 {@creature cult fanatic||cult fanatics}"],["90","3d6 {@creature wererat||wererats}"],["91","1 {@creature assassin}"],["92","1d3 {@creature invisible stalker||invisible stalkers}"],["93","1 {@creature gray slaad}"],["94","1 {@creature young silver dragon}"],["95","1d4 {@creature cambion||cambions} or 1d4 {@creature revenant||revenants}"],["96","3d6 {@creature wight||wights}"],["97","1 {@creature archmage}"],["98","2d4 {@creature vampire spawn} or 1d4 {@creature oni}"],["99","1 {@creature mage} with 1 {@creature shield guardian}"],["00","1 {@creature rakshasa} or 1 {@creature vampire}"]]},{"name":"Urban Encounters (Levels 11—16)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 11—16)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01","1 {@creature mimic}"],["02-05","1 {@creature bandit captain} with 5d10 {@creature bandit||bandits}, all on {@creature riding horse||riding horses}"],["06-10","1d10 {@creature knight||knights} on {@creature warhorse||warhorses} (one knight is a {@creature doppelganger})"],["11-13","1d8 {@creature succubus||succubi} or 1d8 {@creature incubus||incubi}"],["14-16","3d6 {@creature cult fanatic||cult fanatics}"],["17-19","1d10 {@creature wight||wights}"],["20-22","3d6 {@creature wererat||wererats}"],["23-25","A distant boom followed by a plume of smoke rising from the other side of the community"],["26-28","1d8 + 1 {@creature ghost||ghosts}"],["29-31","2d10 {@creature gargoyle||gargoyles}"],["32-34","1d6 + 2 {@creature water weird||water weirds}"],["35-37","1d4 + 4 {@creature will-o'-wisp||will-o'-wisps}"],["38-40","Street performers putting on a puppet show, involving two puppets beating each other with sticks to the amusement of the gathered crowd"],["41-43","2d4 {@creature couatl||couatls}"],["44-46","2d8 {@creature ghast||ghasts}"],["47-51","1d8 + 1 {@creature veteran||veterans}"],["52-55","3d4 {@creature priest||priests}"],["56-58","2d4 {@creature cambion||cambions}"],["59-61","1d10 {@creature revenant||revenants}"],["62-65","2d4 {@creature phase spider||phase spiders}"],["66-69","A scruffy {@creature commoner} that ducks into an alley to make a purchase from a suspicious looking figure"],["70-72","1d8 {@creature invisible stalker||invisible stalkers}"],["73-75","1d8 + 1 {@creature gladiator||gladiators}"],["76-80","Two farmers trading blows over the price of potatoes (50% chance for one farmer to be a retired {@creature assassin})"],["81-82","1d4 {@creature young silver dragon||young silver dragons}"],["83-84","1d4 {@creature assassin||assassins}"],["85-86","1d8 {@creature oni}"],["87-88","1d4 {@creature mage||mages} with 1d4 {@creature shield guardian||shield guardians}"],["89-90","1d10 {@creature vampire spawn}"],["91-92","1 {@creature adult silver dragon}"],["93-94","1d4 {@creature gray slaad||gray slaadi}"],["95-96","1 {@creature vampire spellcaster||spellcaster vampire} or 1 {@creature vampire warrior||warrior vampire}"],["97","1 {@creature rakshasa}"],["98","1 {@creature vampire}"],["99","1 {@creature ancient silver dragon}"],["00","1 {@creature archmage} speeding down the street on a {@creature riding horse}, blasting 1d4 {@creature guard||guards} with spells"]]},{"name":"Urban Encounters (Levels 17—20)","type":"table","source":"XGE","page":110,"caption":"Urban Encounters (Levels 17—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-05","1d10 {@creature invisible stalker||invisible stalkers}"],["06-10","1d10 {@creature revenant||revenants}"],["11-14","1d6 + 2 {@creature gladiator||gladiators}"],["15-18","2d4 {@creature cambion||cambions}"],["19-22","2d6 {@creature succubus||succubi} or 2d6 {@creature incubus||incubi}"],["23-25","A witch ({@creature archmage}) who zooms overhead on a {@item broom of flying}"],["26-30","1d4 {@creature gray slaad||gray slaadi}"],["31-35","2d8 {@creature couatl||couatls}"],["36-40","A distraught parent who rushes up to people, begging for help for a child who fell into the sewer"],["41-45","1d3 {@creature young silver dragon||young silver dragons}"],["46-50","3d6 {@creature ghost||ghosts}"],["51-55","1 {@creature adult silver dragon}"],["56-60","1d4 {@creature mage||mages} with 1d4 {@creature shield guardian||shield guardians}"],["61-65","An aggressive merchant who hawks wares to passersby, claiming to be the purveyor of the finest silks in all the land"],["66-70","1 {@creature ancient silver dragon}"],["71-75","3d6 {@creature vampire spawn}"],["76-80","A patrol of 2d10 {@creature guard||guards} marching up the street, searching for someone or something"],["81-85","1d10 {@creature assassin||assassins}"],["86-90","1d4 + 1 {@creature gray slaad||gray slaadi}"],["91-93","1d10 {@creature oni}"],["94-96","1 {@creature vampire spellcaster||spellcaster vampire} or 1 {@creature vampire warrior||warrior vampire}"],["97","1d4 {@creature archmage||archmages}"],["98","1d3 {@creature rakshasa||rakshasas}"],["99","1d4 {@creature vampire||vampires}"],["00","1 {@creature tarrasque}"]]},{"name":"Open Water Encounters (Levels 1—4)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 1—4)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-03","{@dice 3d6} {@creature Quipper||quippers}"],["04-08","1 {@creature swarm of quippers}"],["09-12","{@dice 3d10} {@creature Dolphin|VGM|dolphins}"],["13-14","1 {@creature giant octopus}"],["15-16","{@dice 1d4} {@creature Killer Whale||killer whales}"],["17-18","{@dice 1d6} {@creature merfolk}"],["19-20","{@dice 1d6} {@creature Giant Sea Horse||giant sea horses}"],["21-24","{@dice 1d8} {@creature Giant Crab||giant crabs}"],["25-28","{@dice 1d4} {@creature Reef Shark||reef sharks}"],["29","1 {@creature hunter shark}"],["30-34","{@dice 1d4} {@creature sahuagin}"],["35-37","{@dice 1d4} {@creature koalinth|GoS}"],["38-40","A {@table Whirlpools; Whirlpool Rank|GoS|rank 1 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["41-45","{@dice 1d4} {@creature Locathah|GoS|locathahs}"],["46-51","{@dice 1d3} {@creature Harpy||harpies}"],["52-54","2 {@creature merrow}"],["55-57","1 {@creature sahuagin priestess} and {@dice 1d4} {@creature sahuagin}"],["58-59","1 {@creature koalinth sergeant|GoS} and {@dice 2d4} {@creature koalinth|GoS}"],["60-62","1 {@creature plesiosaurus}"],["63-64","{@dice 1d3} {@creature Sea Hag||sea hags}"],["65-67","{@dice 1d4} {@creature Blood Hawk||blood hawks}"],["68-70","1 {@creature sahuagin champion|GoS}"],["71-74","1 {@creature giant shark}"],["75","1 {@creature young bronze dragon}"],["76-00","A ship ({@variantrule Random Ships|GoS|generated at random})"]]},{"name":"Open Water Encounters (Levels 5—10)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 5—10)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-03","1 {@creature giant shark}"],["04-07","{@dice 1d4} {@creature Swarm of Quippers||swarms of quippers}"],["08-11","{@dice 1d10} {@creature Killer Whale||killer whales}"],["12-17","{@dice 3d6} {@creature merfolk}"],["18-25","1 {@creature sahuagin high priestess|GoS} and 1 {@creature sahuagin wave shaper|GoS}"],["26-30","{@dice 2d8} {@creature Giant Crab||giant crabs}"],["31-35","{@dice 2d4} {@creature Reef Shark||reef sharks}"],["36-38","{@dice 1d4} {@creature Hunter Shark||hunter sharks}"],["39-40","{@dice 1d4} {@creature Water Elemental||water elementals}"],["41","A {@table Whirlpools; Whirlpool Rank|GoS|rank 2 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["42-45","{@dice 2d4} {@creature Locathah|GoS|locathahs}"],["46-47","1 {@creature harpy matriarch|GoS} and {@dice 1d4} {@creature Harpy||harpies}"],["48-49","{@dice 2d4} {@creature merrow}"],["50-52","1 {@creature sahuagin baron} and {@dice 1d4} {@creature sahuagin}"],["53-57","1 {@creature koalinth sergeant|GoS} and {@dice 2d4} {@creature koalinth|GoS}"],["58-59","{@dice 2d8} {@creature Giant Crab||giant crabs}"],["60-61","{@dice 1d4} {@creature Plesiosaurus||plesiosauruses}"],["62-63","A coven of 3 {@creature Sea Hag||sea hags}"],["64-65","{@dice 1d4} {@creature Sahuagin Blademaster|GoS|sahuagin blademasters}"],["66-69","1 {@creature hydra}"],["70-71","1 {@creature marid}"],["72","1 {@creature storm giant}"],["73","1 {@creature adult bronze dragon}"],["74","1 {@creature dragon turtle}"],["75-90","A ship ({@variantrule Random Ships|GoS|generated at random})"],["91-00","A mysterious island ({@variantrule Mysterious Islands|GoS|generated at random})"]]},{"name":"Open Water Encounters (Levels 11—20)","type":"table","source":"GoS","page":207,"caption":"Open Water Encounters (Levels 11—20)","colLabels":["{@dice d100}","Encounter"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-03","1 {@creature storm giant}"],["04-07","{@dice 2d6} {@creature Giant Shark||giant sharks}"],["08-11","1 {@creature marid}"],["12-18","1 {@creature sahuagin high priestess|GoS} and {@dice 2d4} {@creature Sahuagin Champion|GoS|sahuagin champions}"],["19-25","1 {@creature sahuagin baron} and {@dice 1d4} {@creature Sahuagin Blademaster|GoS|sahuagin blademasters}"],["26-28","{@dice 3d6} {@creature Reef Shark||reef sharks}"],["29-32","{@dice 2d6} {@creature Hunter Shark||hunter sharks}"],["33-39","A {@table Whirlpools; Whirlpool Rank|GoS|rank 3 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["40-43","A {@table Whirlpools; Whirlpool Rank|GoS|rank 4 whirlpool} connected to the Elemental Plane of Water (see \"{@variantrule Ocean Environs|GoS|Whirlpools}\" from Appendix A of {@i Ghosts of Saltmarsh})"],["44-45","{@dice 1d3} {@creature Hydra||hydras}"],["46-48","{@dice 1d4} {@creature koalinth sergeant|GoS} and {@dice 3d10} {@creature koalinth|GoS}"],["49-50","{@dice 2d4} {@creature Plesiosaurus||plesiosauruses}"],["51-53","{@dice 3d6} {@creature merrow}"],["54-57","1 {@creature harpy matriarch|GoS} and {@dice 2d8} {@creature Harpy||harpies}"],["58-60","A coven of 3 {@creature Sea Hag||sea hags}"],["61-63","1 {@creature dragon turtle}"],["64","1 {@creature ancient bronze dragon}"],["65-75","A ship ({@variantrule Random Ships|GoS|generated at random})"],["76-00","A mysterious island ({@variantrule Mysterious Islands|GoS|generated at random})"]]},{"name":"Wildspace Encounters","type":"table","source":"BAM","page":6,"caption":"Wildspace Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 ve-text-center","col-8","col-2 ve-text-center"],"rows":[["01-03","{@dice 1d4} {@creature Chwinga Astronaut|BAM|chwinga astronauts},* each mounted on 1 {@creature space guppy|BAM}*","{@dice 1d6 + 4}"],["04","1 {@creature cosmic horror|BAM}* (30 percent chance it is asleep)","{@dice 1d6}"],["05","1 {@creature esthetic|BAM}* piloted by 1 {@creature reigar|BAM}*†","{@dice 1d12}"],["06-07","1 {@creature eye monger|BAM}*","{@dice 1d6}"],["08-11","1 {@creature feyr|BAM}*","{@dice 1d6}"],["12-13","1 {@creature giant octopus} that has a flying speed of 60 feet and doesn't need to breathe air","{@dice 1d10}"],["14-17","{@dice 1d6} {@creature Jammer Leech|BAM|jammer leeches}*","{@dice 1d8}"],["18-23","{@dice 1d4} {@creature kindori|BAM}*","{@dice 1d6 + 3}"],["24-25","1 {@creature kindori|BAM}* with 1 {@creature druid}† living in a hut on its back","{@dice 2d6 + 3}"],["26","1 {@creature kraken} that has a flying speed of 60 feet and doesn't need to breathe air","{@dice 1d6}"],["27","1 lunar dragon* (your choice of {@creature Young Lunar Dragon|BAM|young}, {@creature Adult Lunar Dragon|BAM|adult}, or {@creature Ancient Lunar Dragon|BAM|ancient})","{@dice 1d10}"],["28-35","A tavern or inn built on an asteroid, with docks where ships can berth","—"],["36-39","{@dice 1d6} {@creature Murder Comet|BAM|murder comets}*","{@dice 1d6}"],["40-44","{@dice 1d4} {@creature Brown Scavver|BAM|brown scavvers}*","{@dice 1d8}"],["45-48","1 {@creature night scavver|BAM}* and {@dice 2d6} {@creature Gray Scavver|BAM|gray scavvers}*","{@dice 1d8}"],["49-50","1 {@creature void scavver|BAM}*","{@dice 1d6}"],["51-52","A shipwreck that might still have treasure or creatures aboard it (choose a ship from {@book chapter 2|AAG|2|Spelljammer Vessels} of the {@book Astral Adventurer's Guide|AAG})","—"],["53-54","1 solar dragon* (your choice of {@creature Young Solar Dragon|BAM|young}, {@creature Adult Solar Dragon|BAM|adult}, or {@creature Ancient Solar Dragon|BAM|ancient})","{@dice 2d6}"],["55-59","{@dice 1d6} {@creature Space Eel|BAM|space eels}*","{@dice 1d10}"],["60","1 {@creature starlight apparition|BAM}*","{@dice 2d6 + 2}"],["61-64","{@dice 3d6} {@creature Stirge||stirges} that don't need to breathe air","{@dice 1d6}"],["65-70","{@dice 1d6} {@creature Will-o'-Wisp||will-o'-wisps}","{@dice 1d10}"],["71-00","1 spelljamming ship (roll on the {@book Ship Encounters table|BAM|0|Ship Encounters})","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Astral Sea Encounters","type":"table","source":"BAM","page":6,"caption":"Astral Sea Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 ve-text-center","col-8","col-2 ve-text-center"],"rows":[["01-02","1 {@creature aartuk starhorror|BAM}*† and {@dice 2d4} {@creature Aartuk Weedling|BAM|aartuk weedlings}*","{@dice 1d12}"],["03-09","1 {@creature archmage}† using the {@spell astral projection} spell","{@dice 1d10 + 3}"],["10-11","1 {@creature braxat|BAM}*","{@dice 1d8}"],["12","1 {@creature cosmic horror|BAM}* (70 percent chance it is asleep)","{@dice 1d6}"],["13-15","{@dice 1d4} {@creature Deva||devas}† on a divine errand","{@dice 1d12 + 3}"],["16-28","1 {@creature githyanki knight}† and {@dice 1d6} {@creature Githyanki Warrior||githyanki warriors}†","{@dice 1d10}"],["29-31","1 {@creature githyanki knight}† mounted on a {@creature young red dragon}","{@dice 1d8}"],["32","1 {@creature githzerai zerth}† being hunted by githyanki","{@dice 1d6 + 6}"],["33-38","{@dice 1d4} {@creature kindori|BAM}*","{@dice 1d6 + 3}"],["39","1 {@creature mercane|BAM}*† and 1 {@creature beholder} bodyguard","{@dice 1d8 + 4}"],["40","1 {@creature neh-thalggu|BAM}*† looking for a portal to the Far Realm","{@dice 1d10}"],["41-42","1 {@creature pentadrone}","{@dice 1d6 + 3}"],["43-44","1 {@creature planetar}† from a nearby astral dominion","{@dice 1d12 + 3}"],["45-47","{@dice 2d4} {@creature Psurlon|BAM|psurlons}*†","{@dice 1d8}"],["48-50","Gargantuan floating crystal obelisk of mysterious origin","—"],["51-52","{@dice 4d4} {@creature Quadrone||quadrones}","{@dice 1d6 + 3}"],["53","1 {@creature monodrone} that has gone rogue","{@dice 2d6 + 3}"],["54-56","{@dice 1d4} {@creature Gray Slaad||gray slaadi}† in Humanoid form","{@dice 1d10}"],["57-58","1 {@creature green slaad}†","{@dice 1d12}"],["59-63","{@dice 3d6} {@creature Gray Scavver|BAM|gray scavvers}*","{@dice 1d8}"],["64","1 {@creature solar}† watching over a dead god that drifts nearby","{@dice 1d12 + 3}"],["65-66","1 solar dragon* (your choice of {@creature Young Solar Dragon|BAM|young}, {@creature Adult Solar Dragon|BAM|adult}, or {@creature Ancient Solar Dragon|BAM|ancient})","{@dice 2d6}"],["67","1 {@creature starlight apparition|BAM}*","{@dice 2d6 + 2}"],["68-70","{@dice 1d8} {@creature Unicorn||unicorns} galloping merrily across the Astral Sea","{@dice 1d6 + 6}"],["71-00","1 spelljamming ship (roll on the Ship Encounters table)","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Ship Encounters","type":"table","source":"BAM","page":7,"caption":"Ship Encounters","colLabels":["{@dice d100}","Encounter","Attitude"],"colStyles":["col-2 ve-text-center","col-8","col-2 ve-text-center"],"rows":[["01-07","{@vehicle Bombard|AAG} Leviathan, captained by Myrtle Hunt ({@creature giff warlord|BAM}*) and crewed by 8 {@creature Giff Shipmate|BAM|giff shipmates}* and 3 {@creature Mage||mages}†","{@dice 1d10 + 2}"],["08-16","{@vehicle Damselfly ship|AAG} Voidwinder, captained by Krig Kalu ({@creature hadozee explorer|BAM}*) and crewed by 1 {@creature drow}† and 7 {@creature Hadozee Shipmate|BAM|hadozee shipmates}*","{@dice 2d6 + 3}"],["17-23","{@vehicle Flying fish ship|AAG} Horizon, captained by Thaal Vod (renegade {@creature mind flayer arcanist}†) and crewed by 9 {@creature Plasmoid Warrior|BAM|plasmoid warriors}*","{@dice 1d12}"],["24-31","{@vehicle Hammerhead ship|AAG} Jander Sunstar, captained by Veluna Valderak ({@creature vampirate captain|BAM}*) and crewed by 13 {@creature Vampirate|BAM|vampirates}* and 1 {@creature priest}†","{@dice 1d12}"],["32-36","{@vehicle Lamprey ship|AAG} Astral Prize, crewed by 15 {@creature Psurlon Ringer|BAM|psurlon ringers},*† including Captain Uscath","{@dice 1d12}"],["37-39","{@vehicle Living ship|AAG} Eldervine, captained by Queth ({@creature aartuk elder|BAM}*) and crewed by 2 {@creature Aartuk Starhorror|BAM|aartuk starhorrors},*† 8 {@creature Aartuk Weedling|BAM|aartuk weedlings},* and Eldervine ({@creature treant})","{@dice 1d10}"],["40-45","{@vehicle Nautiloid|AAG} Neurophage, crewed by 4 {@creature Mind Flayer||mind flayers}† and 16 {@creature kuo-toa}, with {@dice 1d6} {@creature Grell||grells} and {@dice 1d6} {@creature Intellect Devourer||intellect devourers} as passengers","{@dice 1d6}"],["46-50","{@vehicle Nightspider|AAG} Malevolence, captained by Yeshk ({@creature neogi void hunter|BAM}*†) and crewed by 24 {@creature Neogi Pirate|BAM|neogi pirates}* and 5 {@creature Umber Hulk||umber hulks}","{@dice 1d6}"],["51-55","{@vehicle Scorpion ship|AAG} Claws of Huraj, captained by Huraj ({@creature hobgoblin captain}) and crewed by 1 {@creature bugbear} (first mate), 8 {@creature Hobgoblin||hobgoblins}, and 2 hobgoblin {@creature Priest||priests}†","{@dice 1d12}"],["56-61","{@vehicle Shrike ship|AAG} Fedifensor, captained by Yaj ({@creature githyanki xenomancer|BAM}*†) and crewed by 10 {@creature Githyanki Buccaneer|BAM|githyanki buccaneers}*†","{@dice 1d12}"],["62-66","{@vehicle Space galleon|AAG} Eleventh, captained by Xorpha Eleven-Eyes ({@creature beholder}) and crewed by 1 {@creature spectator} (first mate), 3 {@creature Cult Fanatic||cult fanatics},† and 16 {@creature Cultist||cultists}","{@dice 1d12}"],["67-72","{@vehicle Space galleon|AAG} Great Kindori, captained by Mystan the Mighty ({@creature djinni}†) and crewed by 1 {@creature invisible stalker} (first mate), 1 {@creature couatl},† 17 {@creature aarakocra}, and 1 {@creature rug of smothering}","{@dice 2d6 + 2}"],["73-78","{@vehicle Squid ship|AAG} Syken's Reach, captained by the pirate Arviglas Syken (human {@creature bandit captain}) and crewed by 1 {@creature cambion}† (Syken's daughter, Tenebra) and 11 {@creature Thug||thugs}","{@dice 1d12}"],["79-84","{@vehicle Star moth|AAG} Apex, captained by Xaleen ({@creature astral elf commander|BAM}*†) and crewed by 11 {@creature Astral Elf Warrior|BAM|astral elf warriors}* and 1 {@creature astral elf aristocrat|BAM}*†","{@dice 1d12}"],["85-90","{@vehicle Turtle ship|AAG} Snorkel, captained by Shelby Norkel (gnome {@creature mage}†) and crewed by 15 {@creature Autognome|BAM|autognomes}*","{@dice 1d10 + 3}"],["91-94","{@vehicle Tyrant ship|AAG} Doomdreamer, crewed by {@dice 2d4 + 2} {@creature Beholder||beholders}","{@dice 1d8}"],["95-00","{@vehicle Wasp ship|AAG} Adventure, abandoned and adrift (25 percent chance that its {@item spelljamming helm|AAG} is still aboard)","—"]],"footnotes":["Creatures marked with an asterisk (*) appear in this book; the rest are described in the {@book Monster Manual|MM}. Any creature marked with a dagger (†) can serve as a spelljammer because it is a spellcaster."]},{"name":"Dragonborn Names – Female","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Akra"],["03-04","Aasathra"],["05-06","Antrara"],["07-08","Arava"],["09-10","Biri"],["11-12","Blendaeth"],["13-14","Burana"],["15-16","Chassath"],["17-18","Daar"],["19-20","Dentratha"],["21-22","Doudra"],["23-24","Driindar"],["25-26","Eggren"],["27-28","Farideh"],["29-30","Findex"],["31-32","Furrele"],["33-34","Gesrethe"],["35-36","Gilkass"],["37-38","Harann"],["39-40","Havilar"],["41-42","Hethress"],["43-44","Hillanot"],["45-46","Jaxi"],["47-48","Jezean"],["49-50","Jheri"],["51-52","Kadana"],["53-54","Kava"],["55-56","Korinn"],["57-58","Megren"],["59-60","Mijira"],["61-62","Mishann"],["63-64","Nala"],["65-66","Nuthra"],["67-68","Perra"],["69-70","Pogranix"],["71-72","Pyxrin"],["73-74","Quespa"],["75-76","Raiann"],["77-78","Rezena"],["79-80","Ruloth"],["81-82","Saphara"],["83-84","Savaran"],["85-86","Sora"],["87-88","Surina"],["89-90","Synthrin"],["91-92","Tatyan"],["93-94","Thava"],["95-96","Uadjit"],["97-98","Vezera"],["99-00","Zykroff"]]},{"name":"Dragonborn Names – Male","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adrex"],["03-04","Arjhan"],["05-06","Azzakh"],["07-08","Balasar"],["09-10","Baradad"],["11-12","Bharash"],["13-14","Bidreked"],["15-16","Dadalan"],["17-18","Dazzazn"],["19-20","Direcris"],["21-22","Donaar"],["23-24","Fax"],["25-26","Gargax"],["27-28","Ghesh"],["29-30","Gorbundus"],["31-32","Greethen"],["33-34","Heskan"],["35-36","Hirrathak"],["37-38","Ildrex"],["39-40","Kaladan"],["41-42","Kerkad"],["43-44","Kiirith"],["45-46","Kriv"],["47-48","Maagog"],["49-50","Medrash"],["51-52","Mehen"],["53-54","Mozikth"],["55-56","Mreksh"],["57-58","Mugrunden"],["59-60","Nadarr"],["61-62","Nithther"],["63-64","Norkruuth"],["65-66","Nykkan"],["67-68","Pandjed"],["69-70","Patrin"],["71-72","Pijjirik"],["73-74","Quarethon"],["75-76","Rathkran"],["77-78","Rhogar"],["79-80","Rivaan"],["81-82","Sethrekar"],["83-84","Shamash"],["85-86","Shedinn"],["87-88","Srorthen"],["89-90","Tarhun"],["91-92","Torinn"],["93-94","Trynnicus"],["95-96","Valorean"],["97-98","Vrondiss"],["99-00","Zedaar"]]},{"name":"Dragonborn Names – Clan","type":"table","source":"XGE","page":175,"caption":"Dragonborn Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Akambherylliax"],["03-04","Argenthrixus"],["05-06","Baharoosh"],["07-08","Beryntolthropal"],["09-10","Bhenkumbyrznaax"],["11-12","Caavylteradyn"],["13-14","Chumbyxirinnish"],["15-16","Clethtinthiallor"],["17-18","Daardendrian"],["19-20","Delmirev"],["21-22","Dhyrktelonis"],["23-24","Ebynichtomonis"],["25-26","Esstyrlynn"],["27-28","Fharngnarthnost"],["29-30","Ghaallixirn"],["31-32","Grrrmmballhyst"],["33-34","Gygazzylyshrift"],["35-36","Hashphronyxadyn"],["37-38","Hshhsstoroth"],["39-40","Imbixtellrhyst"],["41-42","Jerynomonis"],["43-44","Jharthraxyn"],["45-46","Kerrhylon"],["47-48","Kimbatuul"],["49-50","Lhamboldennish"],["51-52","Linxakasendalor"],["53-54","Mohradyllion"],["55-56","Mystan"],["57-58","Nemmonis"],["59-60","Norixius"],["61-62","Ophinshtalajiir"],["63-64","Orexijandilin"],["65-66","Pfaphnyrennish"],["67-68","Phrahdrandon"],["69-70","Pyraxtallinost"],["71-72","Qyxpahrgh"],["73-74","Raghthroknaar"],["75-76","Shestendeliath"],["77-78","Skaarzborroosh"],["79-80","Sumnarghthrysh"],["81-82","Tiammanthyllish"],["83-84","Turnuroth"],["85-86","Umbyrphrael"],["87-88","Vangdondalor"],["89-90","Verthisathurgiesh"],["91-92","Wivvyrholdalphiax"],["93-94","Wystongjiir"],["95-96","Xephyrbahnor"],["97-98","Yarjerit"],["99-00","Zzzxaaxthroth"]]},{"name":"Dwarf Names – Female","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Anbera"],["03-04","Artin"],["05-06","Audhild"],["07-08","Balifra"],["09-10","Barbena"],["11-12","Bardryn"],["13-14","Bolhild"],["15-16","Dagnal"],["17-18","Dariff"],["19-20","Delre"],["21-22","Diesa"],["23-24","Eldeth"],["25-26","Eridred"],["27-28","Falkrunn"],["29-30","Fallthra"],["31-32","Finellen"],["33-34","Gillydd"],["35-36","Gunnloda"],["37-38","Gurdis"],["39-40","Helgret"],["41-42","Helja"],["43-44","Hlin"],["45-46","Ilde"],["47-48","Jarana"],["49-50","Kathra"],["51-52","Kilia"],["53-54","Kristryd"],["55-56","Liftrasa"],["57-58","Marastyr"],["59-60","Mardred"],["61-62","Morana"],["63-64","Nalaed"],["65-66","Nora"],["67-68","Nurkara"],["69-70","Oriff"],["71-72","Ovina"],["73-74","Riswynn"],["75-76","Sannl"],["77-78","Therlin"],["79-80","Thodris"],["81-82","Torbera"],["83-84","Tordrid"],["85-86","Torgga"],["87-88","Urshar"],["89-90","Valida"],["91-92","Vistra"],["93-94","Vonana"],["95-96","Werydd"],["97-98","Whurdred"],["99-00","Yurgunn"]]},{"name":"Dwarf Names – Male","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adrik"],["03-04","Alberich"],["05-06","Baern"],["07-08","Barendd"],["09-10","Beloril"],["11-12","Brottor"],["13-14","Dain"],["15-16","Dalgal"],["17-18","Darrak"],["19-20","Delg"],["21-22","Duergath"],["23-24","Dworic"],["25-26","Eberk"],["27-28","Einkil"],["29-30","Elaim"],["31-32","Erias"],["33-34","Fallond"],["35-36","Fargrim"],["37-38","Gardain"],["39-40","Gilthur"],["41-42","Gimgen"],["43-44","Gimurt"],["45-46","Harbek"],["47-48","Kildrak"],["49-50","Kilvar"],["51-52","Morgran"],["53-54","Morkral"],["55-56","Nalral"],["57-58","Nordak"],["59-60","Nuraval"],["61-62","Oloric"],["63-64","Olunt"],["65-66","Orsik"],["67-68","Oskar"],["69-70","Rangrim"],["71-72","Reirak"],["73-74","Rurik"],["75-76","Taklinn"],["77-78","Thoradin"],["79-80","Thorin"],["81-82","Thradal"],["83-84","Tordek"],["85-86","Traubon"],["87-88","Travok"],["89-90","Ulfgar"],["91-92","Uraim"],["93-94","Veit"],["95-96","Vonbin"],["97-98","Vondal"],["99-00","Whurbin"]]},{"name":"Dwarf Names – Clan","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aranore"],["03-04","Balderk"],["05-06","Battlehammer"],["07-08","Bigtoe"],["09-10","Bloodkith"],["11-12","Bofdann"],["13-14","Brawnanvil"],["15-16","Brazzik"],["17-18","Broodfist"],["19-20","Burrowfound"],["21-22","Caebrek"],["23-24","Daerdahk"],["25-26","Dankil"],["27-28","Daraln"],["29-30","Deepdelver"],["31-32","Durthane"],["33-34","Eversharp"],["35-36","Fallack"],["37-38","Fireforge"],["39-40","Foamtankard"],["41-42","Frostbeard"],["43-44","Glanhig"],["45-46","Goblinbane"],["47-48","Goldfinder"],["49-50","Gorunn"],["51-52","Graybeard"],["53-54","Hammerstone"],["55-56","Helcral"],["57-58","Holderhek"],["59-60","Ironfist"],["61-62","Loderr"],["63-64","Lutgehr"],["65-66","Morigak"],["67-68","Orcfoe"],["69-70","Rakankrak"],["71-72","Ruby-Eye"],["73-74","Rumnaheim"],["75-76","Silveraxe"],["77-78","Silverstone"],["79-80","Steelfist"],["81-82","Stoutale"],["83-84","Strakeln"],["85-86","Strongheart"],["87-88","Thrahak"],["89-90","Torevir"],["91-92","Torunn"],["93-94","Trollbleeder"],["95-96","Trueanvil"],["97-98","Trueblood"],["99-00","Ungart"]]},{"name":"Dwarf Names – Duergar Clan","type":"table","source":"XGE","page":176,"caption":"Dwarf Names – Duergar Clan","colLabels":["{@dice d12}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Ashlord"],["2","Battlegore"],["3","Doomfist"],["4","Earthlord"],["5","Firetamer"],["6","Knifemind"],["7","Mindeater"],["8","Necksnapper"],["9","Orehammer"],["10","Runehammer"],["11","Thundermaster"],["12","Underearth"]]},{"name":"Elf Names – Child","type":"table","source":"XGE","page":176,"caption":"Elf Names – Child","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ael"],["03-04","Ang"],["05-06","Ara"],["07-08","Ari"],["09-10","Arn"],["11-12","Aym"],["13-14","Broe"],["15-16","Bryn"],["17-18","Cael"],["19-20","Cy"],["21-22","Dae"],["23-24","Del"],["25-26","Eli"],["27-28","Eryn"],["29-30","Faen"],["31-32","Fera"],["33-34","Gael"],["35-36","Gar"],["37-38","Innil"],["39-40","Jar"],["41-42","Kan"],["43-44","Koeth"],["45-46","Lael"],["47-48","Lue"],["49-50","Mai"],["51-52","Mara"],["53-54","Mella"],["55-56","Mya"],["57-58","Naeris"],["59-60","Naill"],["61-62","Nim"],["63-64","Phann"],["65-66","Py"],["67-68","Rael"],["69-70","Raer"],["71-72","Ren"],["73-74","Rinn"],["75-76","Rua"],["77-78","Sael"],["79-80","Sai"],["81-82","Sumi"],["83-84","Syllin"],["85-86","Ta"],["87-88","Thia"],["89-90","Tia"],["91-92","Traki"],["93-94","Vall"],["95-96","Von"],["97-98","Wil"],["99-00","Za"]]},{"name":"Elf Names – Female Adult","type":"table","source":"XGE","page":176,"caption":"Elf Names – Female Adult","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adrie"],["03-04","Ahinar"],["05-06","Althaea"],["07-08","Anastrianna"],["09-10","Andraste"],["11-12","Antinua"],["13-14","Arara"],["15-16","Baelitae"],["17-18","Bethrynna"],["19-20","Birel"],["21-22","Caelynn"],["23-24","Chaedi"],["25-26","Claira"],["27-28","Dara"],["29-30","Drusilia"],["31-32","Elama"],["33-34","Enna"],["35-36","Faral"],["37-38","Felosial"],["39-40","Hatae"],["41-42","Ielenia"],["43-44","Ilanis"],["45-46","Irann"],["47-48","Jarsali"],["49-50","Jelenneth"],["51-52","Keyleth"],["53-54","Leshanna"],["55-56","Lia"],["57-58","Maiathah"],["59-60","Malquis"],["61-62","Meriele"],["63-64","Mialee"],["65-66","Myathethil"],["67-68","Naivara"],["69-70","Quelenna"],["71-72","Quillathe"],["73-74","Ridaro"],["75-76","Sariel"],["77-78","Shanairla"],["79-80","Shava"],["81-82","Silaqui"],["83-84","Sumnes"],["85-86","Theirastra"],["87-88","Thiala"],["89-90","Tiaathque"],["91-92","Traulam"],["93-94","Vadania"],["95-96","Valanthe"],["97-98","Valna"],["99-00","Xanaphia"]]},{"name":"Elf Names – Male Adult","type":"table","source":"XGE","page":176,"caption":"Elf Names – Male Adult","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adran"],["03-04","Aelar"],["05-06","Aerdeth"],["07-08","Ahvain"],["09-10","Aramil"],["11-12","Arannis"],["13-14","Aust"],["15-16","Azaki"],["17-18","Beiro"],["19-20","Berrian"],["21-22","Caeldrim"],["23-24","Carric"],["25-26","Dayereth"],["27-28","Dreali"],["29-30","Efferil"],["31-32","Eiravel"],["33-34","Enialis"],["35-36","Erdan"],["37-38","Erevan"],["39-40","Fivin"],["41-42","Galinndan"],["43-44","Gennal"],["45-46","Hadarai"],["47-48","Halimath"],["49-50","Heian"],["51-52","Himo"],["53-54","Immeral"],["55-56","Ivellios"],["57-58","Korfel"],["59-60","Lamlis"],["61-62","Laucian"],["63-64","Lucan"],["65-66","Mindartis"],["67-68","Naal"],["69-70","Nutae"],["71-72","Paelias"],["73-74","Peren"],["75-76","Quarion"],["77-78","Riardon"],["79-80","Rolen"],["81-82","Soveliss"],["83-84","Suhnae"],["85-86","Thamior"],["87-88","Tharivol"],["89-90","Theren"],["91-92","Theriatis"],["93-94","Thervan"],["95-96","Uthemar"],["97-98","Vanuath"],["99-00","Varis"]]},{"name":"Elf Names – Family","type":"table","source":"XGE","page":176,"caption":"Elf Names – Family","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aloro"],["03-04","Amakiir"],["05-06","Amastacia"],["07-08","Ariessus"],["09-10","Arnuanna"],["11-12","Berevan"],["13-14","Caerdonel"],["15-16","Caphaxath"],["17-18","Casilltenirra"],["19-20","Cithreth"],["21-22","Dalanthan"],["23-24","Eathalena"],["25-26","Erenaeth"],["27-28","Ethanasath"],["29-30","Fasharash"],["31-32","Firahel"],["33-34","Floshem"],["35-36","Galanodel"],["37-38","Goltorah"],["39-40","Hanali"],["41-42","Holimion"],["43-44","Horineth"],["45-46","Iathrana"],["47-48","Ilphelkiir"],["49-50","Iranapha"],["51-52","Koehlanna"],["53-54","Lathalas"],["55-56","Liadon"],["57-58","Meliamne"],["59-60","Mellerelel"],["61-62","Mystralath"],["63-64","Naïlo"],["65-66","Netyoive"],["67-68","Ofandrus"],["69-70","Ostoroth"],["71-72","Othronus"],["73-74","Qualanthri"],["75-76","Raethran"],["77-78","Rothenel"],["79-80","Selevarun"],["81-82","Siannodel"],["83-84","Suithrasas"],["85-86","Sylvaranth"],["87-88","Teinithra"],["89-90","Tiltathana"],["91-92","Wasanthi"],["93-94","Withrethin"],["95-96","Xiloscient"],["97-98","Xistsrith"],["99-00","Yaeldrin"]]},{"name":"Gnome Names – Female","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abalaba"],["03-04","Bimpnottin"],["05-06","Breena"],["07-08","Buvvie"],["09-10","Callybon"],["11-12","Caramip"],["13-14","Carlin"],["15-16","Cumpen"],["17-18","Dalaba"],["19-20","Donella"],["21-22","Duvamil"],["23-24","Ella"],["25-26","Ellyjoybell"],["27-28","Ellywick"],["29-30","Enidda"],["31-32","Lilli"],["33-34","Loopmottin"],["35-36","Lorilla"],["37-38","Luthra"],["39-40","Mardnab"],["41-42","Meena"],["43-44","Menny"],["45-46","Mumpena"],["47-48","Nissa"],["49-50","Numba"],["51-52","Nyx"],["53-54","Oda"],["55-56","Oppah"],["57-58","Orla"],["59-60","Panana"],["61-62","Pyntle"],["63-64","Quilla"],["65-66","Ranala"],["67-68","Reddlepop"],["69-70","Roywyn"],["71-72","Salanop"],["73-74","Shamil"],["75-76","Siffress"],["77-78","Symma"],["79-80","Tana"],["81-82","Tenena"],["83-84","Tervaround"],["85-86","Tippletoe"],["87-88","Ulla"],["89-90","Unvera"],["91-92","Veloptima"],["93-94","Virra"],["95-96","Waywocket"],["97-98","Yebe"],["99-00","Zanna"]]},{"name":"Gnome Names – Male","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Alston"],["03-04","Alvyn"],["05-06","Anverth"],["07-08","Arumawann"],["09-10","Bilbron"],["11-12","Boddynock"],["13-14","Brocc"],["15-16","Burgell"],["17-18","Cockaby"],["19-20","Crampernap"],["21-22","Dabbledob"],["23-24","Delebean"],["25-26","Dimble"],["27-28","Eberdeb"],["29-30","Eldon"],["31-32","Erky"],["33-34","Fablen"],["35-36","Fibblestib"],["37-38","Fonkin"],["39-40","Frouse"],["41-42","Frug"],["43-44","Gerbo"],["45-46","Gimble"],["47-48","Glim"],["49-50","Igden"],["51-52","Jabble"],["53-54","Jebeddo"],["55-56","Kellen"],["57-58","Kipper"],["59-60","Namfoodle"],["61-62","Oppleby"],["63-64","Orryn"],["65-66","Paggen"],["67-68","Pallabar"],["69-70","Pog"],["71-72","Qualen"],["73-74","Ribbles"],["75-76","Rimple"],["77-78","Roondar"],["79-80","Sapply"],["81-82","Seebo"],["83-84","Senteq"],["85-86","Sindri"],["87-88","Umpen"],["89-90","Warryn"],["91-92","Wiggens"],["93-94","Wobbles"],["95-96","Wrenn"],["97-98","Zaffrab"],["99-00","Zook"]]},{"name":"Gnome Names – Clan","type":"table","source":"XGE","page":178,"caption":"Gnome Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Albaratie"],["03-04","Bafflestone"],["05-06","Beren"],["07-08","Boondiggles"],["09-10","Cobblelob"],["11-12","Daergel"],["13-14","Dunben"],["15-16","Fabblestabble"],["17-18","Fapplestamp"],["19-20","Fiddlefen"],["21-22","Folkor"],["23-24","Garrick"],["25-26","Gimlen"],["27-28","Glittergem"],["29-30","Gobblefirn"],["31-32","Gummen"],["33-34","Horcusporcus"],["35-36","Humplebumple"],["37-38","Ironhide"],["39-40","Leffery"],["41-42","Lingenhall"],["43-44","Loofollue"],["45-46","Maekkelferce"],["47-48","Miggledy"],["49-50","Munggen"],["51-52","Murnig"],["53-54","Musgraben"],["55-56","Nackle"],["57-58","Ningel"],["59-60","Nopenstallen"],["61-62","Nucklestamp"],["63-64","Offund"],["65-66","Oomtrowl"],["67-68","Pilwicken"],["69-70","Pingun"],["71-72","Quillsharpener"],["73-74","Raulnor"],["75-76","Reese"],["77-78","Rofferton"],["79-80","Scheppen"],["81-82","Shadowcloak"],["83-84","Silverthread"],["85-86","Sympony"],["87-88","Tarkelby"],["89-90","Timbers"],["91-92","Turen"],["93-94","Umbodoben"],["95-96","Waggletop"],["97-98","Welber"],["99-00","Wildwander"]]},{"name":"Halfling Names – Female","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Alain"],["03-04","Andry"],["05-06","Anne"],["07-08","Bella"],["09-10","Blossom"],["11-12","Bree"],["13-14","Callie"],["15-16","Chenna"],["17-18","Cora"],["19-20","Dee"],["21-22","Dell"],["23-24","Eida"],["25-26","Eran"],["27-28","Euphemia"],["29-30","Georgina"],["31-32","Gynnie"],["33-34","Harriet"],["35-36","Jasmine"],["37-38","Jillian"],["39-40","Jo"],["41-42","Kithri"],["43-44","Lavinia"],["45-46","Lidda"],["47-48","Maegan"],["49-50","Marigold"],["51-52","Merla"],["53-54","Myria"],["55-56","Nedda"],["57-58","Nikki"],["59-60","Nora"],["61-62","Olivia"],["63-64","Paela"],["65-66","Pearl"],["67-68","Pennie"],["69-70","Philomena"],["71-72","Portia"],["73-74","Robbie"],["75-76","Rose"],["77-78","Saral"],["79-80","Seraphina"],["81-82","Shaena"],["83-84","Stacee"],["85-86","Tawna"],["87-88","Thea"],["89-90","Trym"],["91-92","Tyna"],["93-94","Vani"],["95-96","Verna"],["97-98","Wella"],["99-00","Willow"]]},{"name":"Halfling Names – Male","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Alton"],["03-04","Ander"],["05-06","Bernie"],["07-08","Bobbin"],["09-10","Cade"],["11-12","Callus"],["13-14","Corrin"],["15-16","Dannad"],["17-18","Danniel"],["19-20","Eddie"],["21-22","Egart"],["23-24","Eldon"],["25-26","Errich"],["27-28","Fildo"],["29-30","Finnan"],["31-32","Franklin"],["33-34","Garret"],["35-36","Garth"],["37-38","Gilbert"],["39-40","Gob"],["41-42","Harol"],["43-44","Igor"],["45-46","Jasper"],["47-48","Keith"],["49-50","Kevin"],["51-52","Lazam"],["53-54","Lerry"],["55-56","Lindal"],["57-58","Lyle"],["59-60","Merric"],["61-62","Mican"],["63-64","Milo"],["65-66","Morrin"],["67-68","Nebin"],["69-70","Nevil"],["71-72","Osborn"],["73-74","Ostran"],["75-76","Oswalt"],["77-78","Perrin"],["79-80","Poppy"],["81-82","Reed"],["83-84","Roscoe"],["85-86","Sam"],["87-88","Shardon"],["89-90","Tye"],["91-92","Ulmo"],["93-94","Wellby"],["95-96","Wendel"],["97-98","Wenner"],["99-00","Wes"]]},{"name":"Halfling Names – Clan","type":"table","source":"XGE","page":179,"caption":"Halfling Names – Clan","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Appleblossom"],["03-04","Bigheart"],["05-06","Brightmoon"],["07-08","Brushgather"],["09-10","Cherrycheeks"],["11-12","Copperkettle"],["13-14","Deephollow"],["15-16","Elderberry"],["17-18","Fastfoot"],["19-20","Fatrabbit"],["21-22","Glenfellow"],["23-24","Goldfound"],["25-26","Goodbarrel"],["27-28","Goodearth"],["29-30","Greenbottle"],["31-32","Greenleaf"],["33-34","High-hill"],["35-36","Hilltopple"],["37-38","Hogcollar"],["39-40","Honeypot"],["41-42","Jamjar"],["43-44","Kettlewhistle"],["45-46","Leagallow"],["47-48","Littlefoot"],["49-50","Nimblefingers"],["51-52","Porridgepot"],["53-54","Quickstep"],["55-56","Reedfellow"],["57-58","Shadowquick"],["59-60","Silvereyes"],["61-62","Smoothhands"],["63-64","Stonebridge"],["65-66","Stoutbridge"],["67-68","Stoutman"],["69-70","Strongbones"],["71-72","Sunmeadow"],["73-74","Swiftwhistle"],["75-76","Tallfellow"],["77-78","Tealeaf"],["79-80","Tenpenny"],["81-82","Thistletop"],["83-84","Thorngage"],["85-86","Tosscobble"],["87-88","Underbough"],["89-90","Underfoot"],["91-92","Warmwater"],["93-94","Whispermouse"],["95-96","Wildcloak"],["97-98","Wildheart"],["99-00","Wiseacre"]]},{"name":"Half-Orc Names – Female","type":"table","source":"XGE","page":179,"caption":"Half-Orc Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Arha"],["03-04","Baggi"],["05-06","Bendoo"],["07-08","Bilga"],["09-10","Brakka"],["11-12","Creega"],["13-14","Drenna"],["15-16","Ekk"],["17-18","Emen"],["19-20","Engong"],["21-22","Fistula"],["23-24","Gaaki"],["25-26","Gorga"],["27-28","Grai"],["29-30","Greeba"],["31-32","Grigi"],["33-34","Gynk"],["35-36","Hrathy"],["37-38","Huru"],["39-40","Ilga"],["41-42","Kabbarg"],["43-44","Kansif"],["45-46","Lagazi"],["47-48","Lezre"],["49-50","Murgen"],["51-52","Murook"],["53-54","Myev"],["55-56","Nagrette"],["57-58","Neega"],["59-60","Nella"],["61-62","Nogu"],["63-64","Oolah"],["65-66","Ootah"],["67-68","Ovak"],["69-70","Ownka"],["71-72","Puyet"],["73-74","Reeza"],["75-76","Shautha"],["77-78","Silgre"],["79-80","Sutha"],["81-82","Tagga"],["83-84","Tawar"],["85-86","Tomph"],["87-88","Ubada"],["89-90","Vanchu"],["91-92","Vola"],["93-94","Volen"],["95-96","Vorka"],["97-98","Yevelda"],["99-00","Zagga"]]},{"name":"Half-Orc Names – Male","type":"table","source":"XGE","page":179,"caption":"Half-Orc Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Argran"],["03-04","Braak"],["05-06","Brug"],["07-08","Cagak"],["09-10","Dench"],["11-12","Dorn"],["13-14","Dren"],["15-16","Druuk"],["17-18","Feng"],["19-20","Gell"],["21-22","Gnarsh"],["23-24","Grumbar"],["25-26","Gubrash"],["27-28","Hagren"],["29-30","Henk"],["31-32","Hogar"],["33-34","Holg"],["35-36","Imsh"],["37-38","Karash"],["39-40","Karg"],["41-42","Keth"],["43-44","Korag"],["45-46","Krusk"],["47-48","Lubash"],["49-50","Megged"],["51-52","Mhurren"],["53-54","Mord"],["55-56","Morg"],["57-58","Nil"],["59-60","Nybarg"],["61-62","Odorr"],["63-64","Ohr"],["65-66","Rendar"],["67-68","Resh"],["69-70","Ront"],["71-72","Rrath"],["73-74","Sark"],["75-76","Scrag"],["77-78","Sheggen"],["79-80","Shump"],["81-82","Tanglar"],["83-84","Tarak"],["85-86","Thar"],["87-88","Thokk"],["89-90","Trag"],["91-92","Ugarth"],["93-94","Varg"],["95-96","Vilberg"],["97-98","Yurk"],["99-00","Zed"]]},{"name":"Tiefling Names – Female","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Akta"],["03-04","Anakis"],["05-06","Armara"],["07-08","Astaro"],["09-10","Aym"],["11-12","Azza"],["13-14","Beleth"],["15-16","Bryseis"],["17-18","Bune"],["19-20","Criella"],["21-22","Damaia"],["23-24","Decarabia"],["25-26","Ea"],["27-28","Gadreel"],["29-30","Gomory"],["31-32","Hecat"],["33-34","Ishte"],["35-36","Jezebeth"],["37-38","Kali"],["39-40","Kallista"],["41-42","Kasdeya"],["43-44","Lerissa"],["45-46","Lilith"],["47-48","Makaria"],["49-50","Manea"],["51-52","Markosian"],["53-54","Mastema"],["55-56","Naamah"],["57-58","Nemeia"],["59-60","Nija"],["61-62","Orianna"],["63-64","Osah"],["65-66","Phelaia"],["67-68","Prosperine"],["69-70","Purah"],["71-72","Pyra"],["73-74","Rieta"],["75-76","Ronobe"],["77-78","Ronwe"],["79-80","Seddit"],["81-82","Seere"],["83-84","Sekhmet"],["85-86","Semyaza"],["87-88","Shava"],["89-90","Shax"],["91-92","Sorath"],["93-94","Uzza"],["95-96","Vapula"],["97-98","Vepar"],["99-00","Verin"]]},{"name":"Tiefling Names – Male","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abad"],["03-04","Ahrim"],["05-06","Akmen"],["07-08","Amnon"],["09-10","Andram"],["11-12","Astar"],["13-14","Balam"],["15-16","Barakas"],["17-18","Bathin"],["19-20","Caim"],["21-22","Chem"],["23-24","Cimer"],["25-26","Cressel"],["27-28","Damakos"],["29-30","Ekemon"],["31-32","Euron"],["33-34","Fenriz"],["35-36","Forcas"],["37-38","Habor"],["39-40","Iados"],["41-42","Kairon"],["43-44","Leucis"],["45-46","Mamnen"],["47-48","Mantus"],["49-50","Marbas"],["51-52","Melech"],["53-54","Merihim"],["55-56","Modean"],["57-58","Mordai"],["59-60","Mormo"],["61-62","Morthos"],["63-64","Nicor"],["65-66","Nirgel"],["67-68","Oriax"],["69-70","Paymon"],["71-72","Pelaios"],["73-74","Purson"],["75-76","Qemuel"],["77-78","Raam"],["79-80","Rimmon"],["81-82","Sammal"],["83-84","Skamos"],["85-86","Tethren"],["87-88","Thamuz"],["89-90","Therai"],["91-92","Valafar"],["93-94","Vassago"],["95-96","Xappan"],["97-98","Zepar"],["99-00","Zephan"]]},{"name":"Tiefling Names – Virtue","type":"table","source":"XGE","page":180,"caption":"Tiefling Names – Virtue","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ambition"],["03-04","Art"],["05-06","Carrion"],["07-08","Chant"],["09-10","Creed"],["11-12","Death"],["13-14","Debauchery"],["15-16","Despair"],["17-18","Doom"],["19-20","Doubt"],["21-22","Dread"],["23-24","Ecstasy"],["25-26","Ennui"],["27-28","Entropy"],["29-30","Excellence"],["31-32","Fear"],["33-34","Glory"],["35-36","Gluttony"],["37-38","Grief"],["39-40","Hate"],["41-42","Hope"],["43-44","Horror"],["45-46","Ideal"],["47-48","Ignominy"],["49-50","Laughter"],["51-52","Love"],["53-54","Lust"],["55-56","Mayhem"],["57-58","Mockery"],["59-60","Murder"],["61-62","Muse"],["63-64","Music"],["65-66","Mystery"],["67-68","Nowhere"],["69-70","Open"],["71-72","Pain"],["73-74","Passion"],["75-76","Poetry"],["77-78","Quest"],["79-80","Random"],["81-82","Reverence"],["83-84","Revulsion"],["85-86","Sorrow"],["87-88","Temerity"],["89-90","Torment"],["91-92","Tragedy"],["93-94","Vice"],["95-96","Virtue"],["97-98","Weary"],["99-00","Wit"]]},{"name":"Human Names – Arabic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Arabic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aaliyah"],["03-04","Aida"],["05-06","Akilah"],["07-08","Alia"],["09-10","Amina"],["11-12","Atefeh"],["13-14","Chaima"],["15-16","Dalia"],["17-18","Ehsan"],["19-20","Elham"],["21-22","Farah"],["23-24","Fatemah"],["25-26","Gamila"],["27-28","Iesha"],["29-30","Inbar"],["31-32","Kamaria"],["33-34","Khadija"],["35-36","Layla"],["37-38","Lupe"],["39-40","Nabila"],["41-42","Nadine"],["43-44","Naima"],["45-46","Najila"],["47-48","Najwa"],["49-50","Nakia"],["51-52","Nashwa"],["53-54","Nawra"],["55-56","Nuha"],["57-58","Nura"],["59-60","Oma"],["61-62","Qadira"],["63-64","Qamar"],["65-66","Qistina"],["67-68","Rahima"],["69-70","Rihanna"],["71-72","Saadia"],["73-74","Sabah"],["75-76","Sada"],["77-78","Saffron"],["79-80","Sahar"],["81-82","Salma"],["83-84","Shatha"],["85-86","Tahira"],["87-88","Takisha"],["89-90","Thana"],["91-92","Yadira"],["93-94","Zahra"],["95-96","Zaida"],["97-98","Zaina"],["99-00","Zeinab"]]},{"name":"Human Names – Arabic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Arabic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abbad"],["03-04","Abdul"],["05-06","Achmed"],["07-08","Akeem"],["09-10","Alif"],["11-12","Amir"],["13-14","Asim"],["15-16","Bashir"],["17-18","Bassam"],["19-20","Fahim"],["21-22","Farid"],["23-24","Farouk"],["25-26","Fayez"],["27-28","Fayyaad"],["29-30","Fazil"],["31-32","Hakim"],["33-34","Halil"],["35-36","Hamid"],["37-38","Hazim"],["39-40","Heydar"],["41-42","Hussein"],["43-44","Jabari"],["45-46","Jafar"],["47-48","Jahid"],["49-50","Jamal"],["51-52","Kalim"],["53-54","Karim"],["55-56","Kazim"],["57-58","Khadim"],["59-60","Khalid"],["61-62","Mahmud"],["63-64","Mansour"],["65-66","Musharraf"],["67-68","Mustafa"],["69-70","Nadir"],["71-72","Nazim"],["73-74","Omar"],["75-76","Qadir"],["77-78","Qusay"],["79-80","Rafiq"],["81-82","Rakim"],["83-84","Rashad"],["85-86","Rauf"],["87-88","Saladin"],["89-90","Sami"],["91-92","Samir"],["93-94","Talib"],["95-96","Tamir"],["97-98","Tariq"],["99-00","Yazid"]]},{"name":"Human Names – Celtic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Celtic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aife"],["03-04","Aina"],["05-06","Alane"],["07-08","Ardena"],["09-10","Arienh"],["11-12","Beatha"],["13-14","Birgit"],["15-16","Briann"],["17-18","Caomh"],["19-20","Cara"],["21-22","Cinnia"],["23-24","Cordelia"],["25-26","Deheune"],["27-28","Divone"],["29-30","Donia"],["31-32","Doreena"],["33-34","Elsha"],["35-36","Enid"],["37-38","Ethne"],["39-40","Evelina"],["41-42","Fianna"],["43-44","Genevieve"],["45-46","Gilda"],["47-48","Gitta"],["49-50","Grania"],["51-52","Gwyndolin"],["53-54","Idelisa"],["55-56","Isolde"],["57-58","Keelin"],["59-60","Kennocha"],["61-62","Lavena"],["63-64","Lesley"],["65-66","Linnette"],["67-68","Lyonesse"],["69-70","Mabina"],["71-72","Marvina"],["73-74","Mavis"],["75-76","Mirna"],["77-78","Morgan"],["79-80","Muriel"],["81-82","Nareena"],["83-84","Oriana"],["85-86","Regan"],["87-88","Ronat"],["89-90","Rowena"],["91-92","Selma"],["93-94","Ula"],["95-96","Venetia"],["97-98","Wynne"],["99-00","Yseult"]]},{"name":"Human Names – Celtic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Celtic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Airell"],["03-04","Airic"],["05-06","Alan"],["07-08","Anghus"],["09-10","Aodh"],["11-12","Bardon"],["13-14","Bearacb"],["15-16","Bevyn"],["17-18","Boden"],["19-20","Bran"],["21-22","Brasil"],["23-24","Bredon"],["25-26","Brian"],["27-28","Bricriu"],["29-30","Bryant"],["31-32","Cadman"],["33-34","Caradoc"],["35-36","Cedric"],["37-38","Conalt"],["39-40","Conchobar"],["41-42","Condon"],["43-44","Darcy"],["45-46","Devin"],["47-48","Dillion"],["49-50","Donaghy"],["51-52","Donall"],["53-54","Duer"],["55-56","Eghan"],["57-58","Ewyn"],["59-60","Ferghus"],["61-62","Galvyn"],["63-64","Gildas"],["65-66","Guy"],["67-68","Harvey"],["69-70","Iden"],["71-72","Irven"],["73-74","Karney"],["75-76","Kayne"],["77-78","Kelvyn"],["79-80","Kunsgnos"],["81-82","Leigh"],["83-84","Maccus"],["85-86","Moryn"],["87-88","Neale"],["89-90","Owyn"],["91-92","Pryderi"],["93-94","Reaghan"],["95-96","Taliesin"],["97-98","Tiernay"],["99-00","Turi"]]},{"name":"Human Names – Chinese, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Chinese, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ai"],["03-04","Anming"],["05-06","Baozhai"],["07-08","Bei"],["09-10","Caixia"],["11-12","Changchang"],["13-14","Chen"],["15-16","Chou"],["17-18","Chunhua"],["19-20","Daianna"],["21-22","Daiyu"],["23-24","Die"],["25-26","Ehuang"],["27-28","Fenfang"],["29-30","Ge"],["31-32","Hong"],["33-34","Huan"],["35-36","Huifang"],["37-38","Jia"],["39-40","Jiao"],["41-42","Jiaying"],["43-44","Jingfei"],["45-46","Jinjing"],["47-48","Lan"],["49-50","Li"],["51-52","Lihua"],["53-54","Lin"],["55-56","Ling"],["57-58","Liu"],["59-60","Meili"],["61-62","Ning"],["63-64","Qi"],["65-66","Qiao"],["67-68","Rong"],["69-70","Shu"],["71-72","Shuang"],["73-74","Song"],["75-76","Ting"],["77-78","Wen"],["79-80","Xia"],["81-82","Xiaodan"],["83-84","Xiaoli"],["85-86","Xingjuan"],["87-88","Xue"],["89-90","Ya"],["91-92","Yan"],["93-94","Ying"],["95-96","Yuan"],["97-98","Yue"],["99-00","Yun"]]},{"name":"Human Names – Chinese, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Chinese, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Bingwen"],["03-04","Bo"],["05-06","Bolin"],["07-08","Chang"],["09-10","Chao"],["11-12","Chen"],["13-14","Cheng"],["15-16","Da"],["17-18","Dingxiang"],["19-20","Fang"],["21-22","Feng"],["23-24","Fu"],["25-26","Gang"],["27-28","Guang"],["29-30","Hai"],["31-32","Heng"],["33-34","Hong"],["35-36","Huan"],["37-38","Huang"],["39-40","Huiliang"],["41-42","Huizhong"],["43-44","Jian"],["45-46","Jiayi"],["47-48","Junjie"],["49-50","Kang"],["51-52","Lei"],["53-54","Liang"],["55-56","Ling"],["57-58","Liwei"],["59-60","Meilin"],["61-62","Niu"],["63-64","Peizhi"],["65-66","Peng"],["67-68","Ping"],["69-70","Qiang"],["71-72","Qiu"],["73-74","Quan"],["75-76","Renshu"],["77-78","Rong"],["79-80","Ru"],["81-82","Shan"],["83-84","Shen"],["85-86","Tengfei"],["87-88","Wei"],["89-90","Xiaobo"],["91-92","Xiaoli"],["93-94","Xin"],["95-96","Yang"],["97-98","Ying"],["99-00","Zhong"]]},{"name":"Human Names – Egyptian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Egyptian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","A'at"],["03-04","Ahset"],["05-06","Amunet"],["07-08","Aneksi"],["09-10","Atet"],["11-12","Baketamon"],["13-14","Betrest"],["15-16","Bunefer"],["17-18","Dedyet"],["19-20","Hatshepsut"],["21-22","Hentie"],["23-24","Herit"],["25-26","Hetepheres"],["27-28","Intakaes"],["29-30","Ipwet"],["31-32","Itet"],["33-34","Joba"],["35-36","Kasmut"],["37-38","Kemanub"],["39-40","Khemut"],["41-42","Kiya"],["43-44","Maia"],["45-46","Menhet"],["47-48","Merit"],["49-50","Meritamen"],["51-52","Merneith"],["53-54","Merseger"],["55-56","Muyet"],["57-58","Nebet"],["59-60","Nebetah"],["61-62","Nedjemmut"],["63-64","Nefertiti"],["65-66","Neferu"],["67-68","Neithotep"],["69-70","Nit"],["71-72","Nofret"],["73-74","Nubemiunu"],["75-76","Peseshet"],["77-78","Pypuy"],["79-80","Qalhata"],["81-82","Rai"],["83-84","Redji"],["85-86","Sadeh"],["87-88","Sadek"],["89-90","Sitamun"],["91-92","Sitre"],["93-94","Takhat"],["95-96","Tarset"],["97-98","Taweret"],["99-00","Werenro"]]},{"name":"Human Names – Egyptian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Egyptian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ahmose"],["03-04","Akhom"],["05-06","Amasis"],["07-08","Amenemhet"],["09-10","Anen"],["11-12","Banefre"],["13-14","Bek"],["15-16","Djedefre"],["17-18","Djoser"],["19-20","Hekaib"],["21-22","Henenu"],["23-24","Horemheb"],["25-26","Horwedja"],["27-28","Huya"],["29-30","Ibebi"],["31-32","Idu"],["33-34","Imhotep"],["35-36","Ineni"],["37-38","Ipuki"],["39-40","Irsu"],["41-42","Kagemni"],["43-44","Kawab"],["45-46","Kenamon"],["47-48","Kewap"],["49-50","Khaemwaset"],["51-52","Khafra"],["53-54","Khusebek"],["55-56","Masaharta"],["57-58","Meketre"],["59-60","Menkhaf"],["61-62","Merenre"],["63-64","Metjen"],["65-66","Nebamun"],["67-68","Nebetka"],["69-70","Nehi"],["71-72","Nekure"],["73-74","Nessumontu"],["75-76","Pakhom"],["77-78","Pawah"],["79-80","Pawero"],["81-82","Ramose"],["83-84","Rudjek"],["85-86","Sabaf"],["87-88","Sebek-khu"],["89-90","Sebni"],["91-92","Senusret"],["93-94","Shabaka"],["95-96","Somintu"],["97-98","Thaneni"],["99-00","Thethi"]]},{"name":"Human Names – English, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – English, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adelaide"],["03-04","Agatha"],["05-06","Agnes"],["07-08","Alice"],["09-10","Aline"],["11-12","Anne"],["13-14","Avelina"],["15-16","Avice"],["17-18","Beatrice"],["19-20","Cecily"],["21-22","Egelina"],["23-24","Eleanor"],["25-26","Elizabeth"],["27-28","Ella"],["29-30","Eloise"],["31-32","Elysande"],["33-34","Emeny"],["35-36","Emma"],["37-38","Emmeline"],["39-40","Ermina"],["41-42","Eva"],["43-44","Galiena"],["45-46","Geva"],["47-48","Giselle"],["49-50","Griselda"],["51-52","Hadwisa"],["53-54","Helen"],["55-56","Herleva"],["57-58","Hugolina"],["59-60","Ida"],["61-62","Isabella"],["63-64","Jacoba"],["65-66","Jane"],["67-68","Joan"],["69-70","Juliana"],["71-72","Katherine"],["73-74","Margery"],["75-76","Mary"],["77-78","Matilda"],["79-80","Maynild"],["81-82","Millicent"],["83-84","Oriel"],["85-86","Rohesia"],["87-88","Rosalind"],["89-90","Rosamund"],["91-92","Sarah"],["93-94","Susannah"],["95-96","Sybil"],["97-98","Williamina"],["99-00","Yvonne"]]},{"name":"Human Names – English, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – English, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adam"],["03-04","Adelard"],["05-06","Aldous"],["07-08","Anselm"],["09-10","Arnold"],["11-12","Bernard"],["13-14","Bertram"],["15-16","Charles"],["17-18","Clerebold"],["19-20","Conrad"],["21-22","Diggory"],["23-24","Drogo"],["25-26","Everard"],["27-28","Frederick"],["29-30","Geoffrey"],["31-32","Gerald"],["33-34","Gilbert"],["35-36","Godfrey"],["37-38","Gunter"],["39-40","Guy"],["41-42","Henry"],["43-44","Heward"],["45-46","Hubert"],["47-48","Hugh"],["49-50","Jocelyn"],["51-52","John"],["53-54","Lance"],["55-56","Manfred"],["57-58","Miles"],["59-60","Nicholas"],["61-62","Norman"],["63-64","Odo"],["65-66","Percival"],["67-68","Peter"],["69-70","Ralf"],["71-72","Randal"],["73-74","Raymond"],["75-76","Reynard"],["77-78","Richard"],["79-80","Robert"],["81-82","Roger"],["83-84","Roland"],["85-86","Rolf"],["87-88","Simon"],["89-90","Theobald"],["91-92","Theodoric"],["93-94","Thomas"],["95-96","Timm"],["97-98","William"],["99-00","Wymar"]]},{"name":"Human Names – French, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – French, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aalis"],["03-04","Agatha"],["05-06","Agnez"],["07-08","Alberea"],["09-10","Alips"],["11-12","Amée"],["13-14","Amelot"],["15-16","Anne"],["17-18","Avelina"],["19-20","Blancha"],["21-22","Cateline"],["23-24","Cecilia"],["25-26","Claricia"],["27-28","Collette"],["29-30","Denisete"],["31-32","Dorian"],["33-34","Edelina"],["35-36","Emelina"],["37-38","Emmelot"],["39-40","Ermentrudis"],["41-42","Gibelina"],["43-44","Gila"],["45-46","Gillette"],["47-48","Guiburgis"],["49-50","Guillemette"],["51-52","Guoite"],["53-54","Hecelina"],["55-56","Heloysis"],["57-58","Helyoudis"],["59-60","Hodeardis"],["61-62","Isabellis"],["63-64","Jaquette"],["65-66","Jehan"],["67-68","Johanna"],["69-70","Juliote"],["71-72","Katerine"],["73-74","Luciana"],["75-76","Margot"],["77-78","Marguerite"],["79-80","Maria"],["81-82","Marie"],["83-84","Melisende"],["85-86","Odelina"],["87-88","Perrette"],["89-90","Petronilla"],["91-92","Sedilia"],["93-94","Stephana"],["95-96","Sybilla"],["97-98","Ysabeau"],["99-00","Ysabel"]]},{"name":"Human Names – French, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – French, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ambroys"],["03-04","Ame"],["05-06","Andri"],["07-08","Andriet"],["09-10","Anthoine"],["11-12","Bernard"],["13-14","Charles"],["15-16","Charlot"],["17-18","Colin"],["19-20","Denis"],["21-22","Durant"],["23-24","Edouart"],["25-26","Eremon"],["27-28","Ernault"],["29-30","Ethor"],["31-32","Felix"],["33-34","Floquart"],["35-36","Galleren"],["37-38","Gaultier"],["39-40","Gilles"],["41-42","Guy"],["43-44","Henry"],["45-46","Hugo"],["47-48","Imbert"],["49-50","Jacques"],["51-52","Jacquot"],["53-54","Jean"],["55-56","Jehannin"],["57-58","Louis"],["59-60","Louys"],["61-62","Loys"],["63-64","Martin"],["65-66","Michel"],["67-68","Mille"],["69-70","Morelet"],["71-72","Nicolas"],["73-74","Nicolle"],["75-76","Oudart"],["77-78","Perrin"],["79-80","Phillippe"],["81-82","Pierre"],["83-84","Regnault"],["85-86","Richart"],["87-88","Robert"],["89-90","Robinet"],["91-92","Sauvage"],["93-94","Simon"],["95-96","Talbot"],["97-98","Tanguy"],["99-00","Vincent"]]},{"name":"Human Names – German, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – German, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adelhayt"],["03-04","Affra"],["05-06","Agatha"],["07-08","Allet"],["09-10","Angnes"],["11-12","Anna"],["13-14","Apell"],["15-16","Applonia"],["17-18","Barbara"],["19-20","Brida"],["21-22","Brigita"],["23-24","Cecilia"],["25-26","Clara"],["27-28","Cristina"],["29-30","Dorothea"],["31-32","Duretta"],["33-34","Ella"],["35-36","Els"],["37-38","Elsbeth"],["39-40","Engel"],["41-42","Enlein"],["43-44","Enndlin"],["45-46","Eva"],["47-48","Fela"],["49-50","Fronicka"],["51-52","Genefe"],["53-54","Geras"],["55-56","Gerhauss"],["57-58","Gertrudt"],["59-60","Guttel"],["61-62","Helena"],["63-64","Irmel"],["65-66","Jonata"],["67-68","Katerina"],["69-70","Kuen"],["71-72","Kungund"],["73-74","Lucia"],["75-76","Madalena"],["77-78","Magdalen"],["79-80","Margret"],["81-82","Marlein"],["83-84","Martha"],["85-86","Otilia"],["87-88","Ottilg"],["89-90","Peternella"],["91-92","Reusin"],["93-94","Sibilla"],["95-96","Ursel"],["97-98","Vrsula"],["99-00","Walpurg"]]},{"name":"Human Names – German, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – German, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Albrecht"],["03-04","Allexander"],["05-06","Baltasar"],["07-08","Benedick"],["09-10","Berhart"],["11-12","Caspar"],["13-14","Clas"],["15-16","Cristin"],["17-18","Cristoff"],["19-20","Dieterich"],["21-22","Engelhart"],["23-24","Erhart"],["25-26","Felix"],["27-28","Frantz"],["29-30","Fritz"],["31-32","Gerhart"],["33-34","Gotleib"],["35-36","Hans"],["37-38","Hartmann"],["39-40","Heintz"],["41-42","Herman"],["43-44","Jacob"],["45-46","Jeremias"],["47-48","Jorg"],["49-50","Karll"],["51-52","Kilian"],["53-54","Linhart"],["55-56","Lorentz"],["57-58","Ludwig"],["59-60","Marx"],["61-62","Melchor"],["63-64","Mertin"],["65-66","Michel"],["67-68","Moritz"],["69-70","Osswald"],["71-72","Ott"],["73-74","Peter"],["75-76","Rudolff"],["77-78","Ruprecht"],["79-80","Sewastian"],["81-82","Sigmund"],["83-84","Steffan"],["85-86","Symon"],["87-88","Thoman"],["89-90","Ulrich"],["91-92","Vallentin"],["93-94","Wendel"],["95-96","Wilhelm"],["97-98","Wolff"],["99-00","Wolfgang"]]},{"name":"Human Names – Indian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Indian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abha"],["03-04","Aishwarya"],["05-06","Amala"],["07-08","Ananda"],["09-10","Ankita"],["11-12","Archana"],["13-14","Avani"],["15-16","Chandana"],["17-18","Chandrakanta"],["19-20","Chetan"],["21-22","Darshana"],["23-24","Devi"],["25-26","Dipti"],["27-28","Esha"],["29-30","Gauro"],["31-32","Gita"],["33-34","Indira"],["35-36","Indu"],["37-38","Jaya"],["39-40","Kala"],["41-42","Kalpana"],["43-44","Kamala"],["45-46","Kanta"],["47-48","Kashi"],["49-50","Kishori"],["51-52","Lalita"],["53-54","Lina"],["55-56","Madhur"],["57-58","Manju"],["59-60","Meera"],["61-62","Mohana"],["63-64","Mukta"],["65-66","Nisha"],["67-68","Nitya"],["69-70","Padma"],["71-72","Pratima"],["73-74","Priya"],["75-76","Rani"],["77-78","Sarala"],["79-80","Shakti"],["81-82","Shanta"],["83-84","Shobha"],["85-86","Sima"],["87-88","Sonal"],["89-90","Sumana"],["91-92","Sunita"],["93-94","Tara"],["95-96","Valli"],["97-98","Vijaya"],["99-00","Vimala"]]},{"name":"Human Names – Indian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Indian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abhay"],["03-04","Ahsan"],["05-06","Ajay"],["07-08","Ajit"],["09-10","Akhil"],["11-12","Amar"],["13-14","Amit"],["15-16","Ananta"],["17-18","Aseem"],["19-20","Ashok"],["21-22","Bahadur"],["23-24","Basu"],["25-26","Chand"],["27-28","Chandra"],["29-30","Damodar"],["31-32","Darhsan"],["33-34","Devdan"],["35-36","Dinesh"],["37-38","Dipak"],["39-40","Gopal"],["41-42","Govind"],["43-44","Harendra"],["45-46","Harsha"],["47-48","Ila"],["49-50","Isha"],["51-52","Johar"],["53-54","Kalyan"],["55-56","Kiran"],["57-58","Kumar"],["59-60","Lakshmana"],["61-62","Mahavir"],["63-64","Narayan"],["65-66","Naveen"],["67-68","Nirav"],["69-70","Prabhakar"],["71-72","Prasanna"],["73-74","Raghu"],["75-76","Rajanikant"],["77-78","Rakesh"],["79-80","Ranjeet"],["81-82","Rishi"],["83-84","Sanjay"],["85-86","Sekar"],["87-88","Shandar"],["89-90","Sumantra"],["91-92","Vijay"],["93-94","Vikram"],["95-96","Vimal"],["97-98","Vishal"],["99-00","Yash"]]},{"name":"Human Names – Mesoamerican, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Mesoamerican, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ahuiliztli"],["03-04","Atl"],["05-06","Centehua"],["07-08","Chalchiuitl"],["09-10","Chipahua"],["11-12","Cihuaton"],["13-14","Citlali"],["15-16","Citlalmina"],["17-18","Coszcatl"],["19-20","Cozamalotl"],["21-22","Cuicatl"],["23-24","Eleuia"],["25-26","Eloxochitl"],["27-28","Eztli"],["29-30","Ichtaca"],["31-32","Icnoyotl"],["33-34","Ihuicatl"],["35-36","Ilhuitl"],["37-38","Itotia"],["39-40","Iuitl"],["41-42","Ixcatzin"],["43-44","Izel"],["45-46","Malinalxochitl"],["47-48","Mecatl"],["49-50","Meztli"],["51-52","Miyaoaxochitl"],["53-54","Mizquixaual"],["55-56","Moyolehuani"],["57-58","Nahuatl"],["59-60","Necahual"],["61-62","Nenetl"],["63-64","Nochtli"],["65-66","Noxochicoztli"],["67-68","Ohtli"],["69-70","Papan"],["71-72","Patli"],["73-74","Quetzalxochitl"],["75-76","Sacnite"],["77-78","Teicui"],["79-80","Tepin"],["81-82","Teuicui"],["83-84","Teyacapan"],["85-86","Tlaco"],["87-88","Tlacoehua"],["89-90","Tlacotl"],["91-92","Tlalli"],["93-94","Tlanextli"],["95-96","Xihuitl"],["97-98","Xiuhcoatl"],["99-00","Xiuhtonal"]]},{"name":"Human Names – Mesoamerican, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Mesoamerican, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Achcauhtli"],["03-04","Amoxtli"],["05-06","Chicahua"],["07-08","Chimalli"],["09-10","Cipactli"],["11-12","Coaxoch"],["13-14","Coyotl"],["15-16","Cualli"],["17-18","Cuauhtémoc"],["19-20","Cuetlachtilo"],["21-22","Cuetzpalli"],["23-24","Cuixtli"],["25-26","Ehecatl"],["27-28","Etalpalli"],["29-30","Huemac"],["31-32","Huitzilihuitl"],["33-34","Iccauhtli"],["35-36","Ilhicamina"],["37-38","Itztli"],["39-40","Ixtli"],["41-42","Mahuizoh"],["43-44","Manauia"],["45-46","Matlal"],["47-48","Matlalihuitl"],["49-50","Mazatl"],["51-52","Mictlantecuhtli"],["53-54","Milintica"],["55-56","Momoztli"],["57-58","Namacuix"],["59-60","Necalli"],["61-62","Necuametl"],["63-64","Nezahualcoyotl"],["65-66","Nexahualpilli"],["67-68","Nochehuatl"],["69-70","Nopaltzin"],["71-72","Ollin"],["73-74","Quauhtli"],["75-76","Tenoch"],["77-78","Teoxihuitl"],["79-80","Tepiltzin"],["81-82","Tezcacoatl"],["83-84","Tlacaelel"],["85-86","Tlacelel"],["87-88","Tlaloc"],["89-90","Tlanextic"],["91-92","Tlazohtlaloni"],["93-94","Tlazopillo"],["95-96","Uetzcayotl"],["97-98","Xipilli"],["99-00","Yaotl"]]},{"name":"Human Names – Japanese, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Japanese, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aika"],["03-04","Akemi"],["05-06","Akiko"],["07-08","Amaya"],["09-10","Asami"],["11-12","Ayumi"],["13-14","Bunko"],["15-16","Chieko"],["17-18","Chika"],["19-20","Chiyo"],["21-22","Cho"],["23-24","Eiko"],["25-26","Emiko"],["27-28","Eri"],["29-30","Etsuko"],["31-32","Gina"],["33-34","Hana"],["35-36","Haruki"],["37-38","Hideko"],["39-40","Hikari"],["41-42","Hiroko"],["43-44","Hisoka"],["45-46","Hishi"],["47-48","Hotaru"],["49-50","Izumi"],["51-52","Kameyo"],["53-54","Kasumi"],["55-56","Kimiko"],["57-58","Kotone"],["59-60","Kyoko"],["61-62","Maiko"],["63-64","Masako"],["65-66","Mi"],["67-68","Minori"],["69-70","Mizuki"],["71-72","Naoki"],["73-74","Natsuko"],["75-76","Noriko"],["77-78","Rei"],["79-80","Ren"],["81-82","Saki"],["83-84","Shigeko"],["85-86","Shinju"],["87-88","Sumiko"],["89-90","Toshiko"],["91-92","Tsukiko"],["93-94","Ume"],["95-96","Usagi"],["97-98","Yasuko"],["99-00","Yuriko"]]},{"name":"Human Names – Japanese, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Japanese, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Akio"],["03-04","Atsushi"],["05-06","Daichi"],["07-08","Daiki"],["09-10","Daisuke"],["11-12","Eiji"],["13-14","Fumio"],["15-16","Hajime"],["17-18","Haru"],["19-20","Hideaki"],["21-22","Hideo"],["23-24","Hikaru"],["25-26","Hiro"],["27-28","Hiroki"],["29-30","Hisao"],["31-32","Hitoshi"],["33-34","Isamu"],["35-36","Isao"],["37-38","Jun"],["39-40","Katashi"],["41-42","Katsu"],["43-44","Kei"],["45-46","Ken"],["47-48","Kenshin"],["49-50","Kenta"],["51-52","Kioshi"],["53-54","Makoto"],["55-56","Mamoru"],["57-58","Masato"],["59-60","Masumi"],["61-62","Noboru"],["63-64","Norio"],["65-66","Osamu"],["67-68","Ryota"],["69-70","Sadao"],["71-72","Satoshi"],["73-74","Shigeo"],["75-76","Shin"],["77-78","Sora"],["79-80","Tadao"],["81-82","Takehiko"],["83-84","Takeo"],["85-86","Takeshi"],["87-88","Takumi"],["89-90","Tamotsu"],["91-92","Tatsuo"],["93-94","Toru"],["95-96","Toshio"],["97-98","Yasuo"],["99-00","Yukio"]]},{"name":"Human Names – Niger-Congo, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Niger-Congo, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abebi"],["03-04","Abena"],["05-06","Abimbola"],["07-08","Akoko"],["09-10","Akachi"],["11-12","Alaba"],["13-14","Anuli"],["15-16","Ayo"],["17-18","Bolanle"],["19-20","Bosede"],["21-22","Chiamaka"],["23-24","Chidi"],["25-26","Chidimma"],["27-28","Chinyere"],["29-30","Chioma"],["31-32","Dada"],["33-34","Ebele"],["35-36","Efemena"],["37-38","Ejiro"],["39-40","Ekundayo"],["41-42","Enitan"],["43-44","Funanya"],["45-46","Ifunanya"],["47-48","Ige"],["49-50","Ime"],["51-52","Kunto"],["53-54","Lesedi"],["55-56","Lumusi"],["57-58","Mojisola"],["59-60","Monifa"],["61-62","Nakato"],["63-64","Ndidi"],["65-66","Ngozi"],["67-68","Nkiruka"],["69-70","Nneka"],["71-72","Ogechi"],["73-74","Olamide"],["75-76","Oluchi"],["77-78","Omolara"],["79-80","Onyeka"],["81-82","Simisola"],["83-84","Temitope"],["85-86","Thema"],["87-88","Titlayo"],["89-90","Udo"],["91-92","Uduak"],["93-94","Ufuoma"],["95-96","Yaa"],["97-98","Yejide"],["99-00","Yewande"]]},{"name":"Human Names – Niger-Congo, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Niger-Congo, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abebe"],["03-04","Abel"],["05-06","Abidemi"],["07-08","Abrafo"],["09-10","Adisa"],["11-12","Amadi"],["13-14","Amara"],["15-16","Anyim"],["17-18","Azubuike"],["19-20","Bapoto"],["21-22","Baraka"],["23-24","Bohlale"],["25-26","Bongani"],["27-28","Bujune"],["29-30","Buziba"],["31-32","Chakide"],["33-34","Chibuzo"],["35-36","Chika"],["37-38","Chimola"],["39-40","Chiratidzo"],["41-42","Dabulamanzi"],["43-44","Dumisa"],["45-46","Dwanh"],["47-48","Emeka"],["49-50","Folami"],["51-52","Gatura"],["53-54","Gebhuza"],["55-56","Gero"],["57-58","Isoba"],["59-60","Kagiso"],["61-62","Kamau"],["63-64","Katlego"],["65-66","Masego"],["67-68","Matata"],["69-70","Nthanda"],["71-72","Ogechi"],["73-74","Olwenyo"],["75-76","Osumare"],["77-78","Paki"],["79-80","Qinisela"],["81-82","Quanda"],["83-84","Samanya"],["85-86","Shanika"],["87-88","Sibonakaliso"],["89-90","Tapiwa"],["91-92","Thabo"],["93-94","Themba"],["95-96","Uzoma"],["97-98","Zuberi"],["99-00","Zuri"]]},{"name":"Human Names – Norse, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Norse, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Alfhild"],["03-04","Arnbjorg"],["05-06","Ase"],["07-08","Aslog"],["09-10","Astrid"],["11-12","Auda"],["13-14","Audhid"],["15-16","Bergljot"],["17-18","Birghild"],["19-20","Bodil"],["21-22","Brenna"],["23-24","Brynhild"],["25-26","Dagmar"],["27-28","Eerika"],["29-30","Eira"],["31-32","Gudrun"],["33-34","Gunborg"],["35-36","Gunhild"],["37-38","Gunvor"],["39-40","Helga"],["41-42","Hertha"],["43-44","Hilde"],["45-46","Hillevi"],["47-48","Ingrid"],["49-50","Iona"],["51-52","Jorunn"],["53-54","Kari"],["55-56","Kenna"],["57-58","Magnhild"],["59-60","Nanna"],["61-62","Olga"],["63-64","Ragna"],["65-66","Ragnhild"],["67-68","Ranveig"],["69-70","Runa"],["71-72","Saga"],["73-74","Sigfrid"],["75-76","Signe"],["77-78","Sigrid"],["79-80","Sigrunn"],["81-82","Solveg"],["83-84","Svanhild"],["85-86","Thora"],["87-88","Torborg"],["89-90","Torunn"],["91-92","Tove"],["93-94","Unn"],["95-96","Vigdis"],["97-98","Ylva"],["99-00","Yngvild"]]},{"name":"Human Names – Norse, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Norse, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Agni"],["03-04","Alaric"],["05-06","Anvindr"],["07-08","Arvid"],["09-10","Asger"],["11-12","Asmund"],["13-14","Bjarte"],["15-16","Bjorg"],["17-18","Bjorn"],["19-20","Brandr"],["21-22","Brandt"],["23-24","Brynjar"],["25-26","Calder"],["27-28","Colborn"],["29-30","Cuyler"],["31-32","Egil"],["33-34","Einar"],["35-36","Eric"],["37-38","Erland"],["39-40","Fiske"],["41-42","Folkvar"],["43-44","Fritjof"],["45-46","Frode"],["47-48","Geir"],["49-50","Halvar"],["51-52","Hemming"],["53-54","Hjalmar"],["55-56","Hjortr"],["57-58","Ingimarr"],["59-60","Ivar"],["61-62","Knud"],["63-64","Leif"],["65-66","Liufr"],["67-68","Manning"],["69-70","Oddr"],["71-72","Olin"],["73-74","Ormr"],["75-76","Ove"],["77-78","Rannulfr"],["79-80","Sigurd"],["81-82","Skari"],["83-84","Snorri"],["85-86","Sten"],["87-88","Stigandr"],["89-90","Stigr"],["91-92","Sven"],["93-94","Trygve"],["95-96","Ulf"],["97-98","Vali"],["99-00","Vidar"]]},{"name":"Human Names – Polynesian, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Polynesian, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Ahulani"],["03-04","Airini"],["05-06","Alani"],["07-08","Aluala"],["09-10","Anahera"],["11-12","Anuhea"],["13-14","Aolani"],["15-16","Elenoa"],["17-18","Emele"],["19-20","Fetia"],["21-22","Fiva"],["23-24","Halona"],["25-26","Hi'ilei"],["27-28","Hina"],["29-30","Hinatea"],["31-32","Huali"],["33-34","Inia"],["35-36","Inina"],["37-38","Iolani"],["39-40","Isa"],["41-42","Ka'ana'ana"],["43-44","Ka'ena"],["45-46","Kaamia"],["47-48","Kahula"],["49-50","Kailani"],["51-52","Kamaile"],["53-54","Kamakani"],["55-56","Kamea"],["57-58","Latai"],["59-60","Liona"],["61-62","Lokelani"],["63-64","Marva"],["65-66","Mehana"],["67-68","Millawa"],["69-70","Moana"],["71-72","Ngana"],["73-74","Nohea"],["75-76","Pelika"],["77-78","Sanoe"],["79-80","Satina"],["81-82","Tahia"],["83-84","Tasi"],["85-86","Tiaho"],["87-88","Tihani"],["89-90","Toroa"],["91-92","Ulanni"],["93-94","Uluwehi"],["95-96","Vaina"],["97-98","Waiola"],["99-00","Waitara"]]},{"name":"Human Names – Polynesian, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Polynesian, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Afa"],["03-04","Ahohako"],["05-06","Aisake"],["07-08","Aleki"],["09-10","Anewa"],["11-12","Anitelu"],["13-14","Aputi"],["15-16","Ariki"],["17-18","Butat"],["19-20","Enele"],["21-22","Fef"],["23-24","Fuifui"],["25-26","Ha'aheo"],["27-28","Hanohano"],["29-30","Haunui"],["31-32","Hekili"],["33-34","Hiapo"],["35-36","Hikawera"],["37-38","Hanano"],["39-40","Ho'onani"],["41-42","Hoku"],["43-44","Hû'eu"],["45-46","Ina"],["47-48","Itu"],["49-50","Ka'aukai"],["51-52","Ka'eo"],["53-54","Kaelani"],["55-56","Kahale"],["57-58","Kaiea"],["59-60","Kaikoa"],["61-62","Kana'I"],["63-64","Koamalu"],["65-66","Ka"],["67-68","Laki"],["69-70","Makai"],["71-72","Manu"],["73-74","Manuka"],["75-76","Nui"],["77-78","Pono"],["79-80","Popoki"],["81-82","Ruru"],["83-84","Tahu"],["85-86","Taurau"],["87-88","Tuala"],["89-90","Turoa"],["91-92","Tusitala"],["93-94","Uaine"],["95-96","Waata"],["97-98","Waipuna"],["99-00","Zamar"]]},{"name":"Human Names – Roman, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Roman, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aelia"],["03-04","Aemilia"],["05-06","Agrippina"],["07-08","Alba"],["09-10","Antonia"],["11-12","Aquila"],["13-14","Augusta"],["15-16","Aurelia"],["17-18","Balbina"],["19-20","Blandina"],["21-22","Caelia"],["23-24","Camilla"],["25-26","Casia"],["27-28","Claudia"],["29-30","Cloelia"],["31-32","Domitia"],["33-34","Drusa"],["35-36","Fabia"],["37-38","Fabricia"],["39-40","Fausta"],["41-42","Flavia"],["43-44","Floriana"],["45-46","Fulvia"],["47-48","Germana"],["49-50","Glaucia"],["51-52","Gratiana"],["53-54","Hadriana"],["55-56","Hermina"],["57-58","Horatia"],["59-60","Hortensia"],["61-62","Iovita"],["63-64","Iulia"],["65-66","Laelia"],["67-68","Laurentia"],["69-70","Livia"],["71-72","Longina"],["73-74","Lucilla"],["75-76","Lucretia"],["77-78","Marcella"],["79-80","Marcia"],["81-82","Maxima"],["83-84","Nona"],["85-86","Octavia"],["87-88","Paulina"],["89-90","Petronia"],["91-92","Porcia"],["93-94","Tacita"],["95-96","Tullia"],["97-98","Verginia"],["99-00","Vita"]]},{"name":"Human Names – Roman, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Roman, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aelius"],["03-04","Aetius"],["05-06","Agrippa"],["07-08","Albanus"],["09-10","Albus"],["11-12","Antonius"],["13-14","Appius"],["15-16","Aquilinus"],["17-18","Atilus"],["19-20","Augustus"],["21-22","Aurelius"],["23-24","Avitus"],["25-26","Balbus"],["27-28","Blandus"],["29-30","Blasius"],["31-32","Brutus"],["33-34","Caelius"],["35-36","Caius"],["37-38","Casian"],["39-40","Cassius"],["41-42","Cato"],["43-44","Celsus"],["45-46","Claudius"],["47-48","Cloelius"],["49-50","Cnaeus"],["51-52","Crispus"],["53-54","Cyprianus"],["55-56","Diocletianus"],["57-58","Egnatius"],["59-60","Ennius"],["61-62","Fabricius"],["63-64","Faustus"],["65-66","Gaius"],["67-68","Germanus"],["69-70","Gnaeus"],["71-72","Horatius"],["73-74","Iovianus"],["75-76","Iulius"],["77-78","Lucilius"],["79-80","Manius"],["81-82","Marcus"],["83-84","Marius"],["85-86","Maximus"],["87-88","Octavius"],["89-90","Paulus"],["91-92","Quintilian"],["93-94","Regulus"],["95-96","Servius"],["97-98","Tacitus"],["99-00","Varius"]]},{"name":"Human Names – Slavic, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Slavic, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Agripina"],["03-04","Anastasiya"],["05-06","Bogdana"],["07-08","Boleslava"],["09-10","Bozhena"],["11-12","Danica"],["13-14","Darya"],["15-16","Desislava"],["17-18","Dragoslava"],["19-20","Dunja"],["21-22","Efrosinia"],["23-24","Ekaterina"],["25-26","Elena"],["27-28","Faina"],["29-30","Galina"],["31-32","Irina"],["33-34","Iskra"],["35-36","Jasna"],["37-38","Katarina"],["39-40","Katya"],["41-42","Kresimira"],["43-44","Lyudmila"],["45-46","Magda"],["47-48","Mariya"],["49-50","Militsa"],["51-52","Miloslava"],["53-54","Mira"],["55-56","Miroslava"],["57-58","Mokosh"],["59-60","Morana"],["61-62","Natasha"],["63-64","Nika"],["65-66","Olga"],["67-68","Rada"],["69-70","Radoslava"],["71-72","Raisa"],["73-74","Slavitsa"],["75-76","Sofiya"],["77-78","Stanislava"],["79-80","Svetlana"],["81-82","Tatyana"],["83-84","Tomislava"],["85-86","Veronika"],["87-88","Vesna"],["89-90","Vladimira"],["91-92","Yaroslava"],["93-94","Yelena"],["95-96","Zaria"],["97-98","Zarya"],["99-00","Zoria"]]},{"name":"Human Names – Slavic, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Slavic, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Aleksandru"],["03-04","Berislav"],["05-06","Blazh"],["07-08","Bogumir"],["09-10","Boguslav"],["11-12","Borislav"],["13-14","Bozhidar"],["15-16","Bratomil"],["17-18","Bratoslav"],["19-20","Bronislav"],["21-22","Chedomir"],["23-24","Chestibor"],["25-26","Chestirad"],["27-28","Chestislav"],["29-30","Desilav"],["31-32","Dmitrei"],["33-34","Dobromil"],["35-36","Dobroslav"],["37-38","Dragomir"],["39-40","Dragutin"],["41-42","Drazhan"],["43-44","Gostislav"],["45-46","Kazimir"],["47-48","Kyrilu"],["49-50","Lyubomir"],["51-52","Mechislav"],["53-54","Milivoj"],["55-56","Milosh"],["57-58","Mstislav"],["59-60","Nikola"],["61-62","Ninoslav"],["63-64","Premislav"],["65-66","Radomir"],["67-68","Radovan"],["69-70","Ratimir"],["71-72","Rostislav"],["73-74","Slavomir"],["75-76","Stanislav"],["77-78","Svetoslav"],["79-80","Tomislav"],["81-82","Vasili"],["83-84","Velimir"],["85-86","Vladimir"],["87-88","Vladislav"],["89-90","Vlastimir"],["91-92","Volodimeru"],["93-94","Vratislav"],["95-96","Yarognev"],["97-98","Yaromir"],["99-00","Zbignev"]]},{"name":"Human Names – Spanish, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Spanish, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Abella"],["03-04","Adalina"],["05-06","Adora"],["07-08","Adriana"],["09-10","Ana"],["11-12","Antonia"],["13-14","Basilia"],["15-16","Beatriz"],["17-18","Bonita"],["19-20","Camila"],["21-22","Cande"],["23-24","Carmen"],["25-26","Catlina"],["27-28","Dolores"],["29-30","Dominga"],["31-32","Dorotea"],["33-34","Elena"],["35-36","Elicia"],["37-38","Esmerelda"],["39-40","Felipina"],["41-42","Francisca"],["43-44","Gabriela"],["45-46","Imelda"],["47-48","Ines"],["49-50","Isabel"],["51-52","Juana"],["53-54","Leocadia"],["55-56","Leonor"],["57-58","Leta"],["59-60","Lucinda"],["61-62","Maresol"],["63-64","Maria"],["65-66","Maricela"],["67-68","Matilde"],["69-70","Melania"],["71-72","Monica"],["73-74","Neva"],["75-76","Nilda"],["77-78","Petrona"],["79-80","Rafaela"],["81-82","Ramira"],["83-84","Rosario"],["85-86","Sofia"],["87-88","Suelo"],["89-90","Teresa"],["91-92","Tomasa"],["93-94","Valentia"],["95-96","Veronica"],["97-98","Ynes"],["99-00","Ysabel"]]},{"name":"Human Names – Spanish, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Spanish, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Alexandre"],["03-04","Alfonso"],["05-06","Alonso"],["07-08","Anthon"],["09-10","Arcos"],["11-12","Arnaut"],["13-14","Arturo"],["15-16","Bartoleme"],["17-18","Benito"],["19-20","Bernat"],["21-22","Blasco"],["23-24","Carlos"],["25-26","Damian"],["27-28","Diego"],["29-30","Domingo"],["31-32","Enrique"],["33-34","Escobar"],["35-36","Ettor"],["37-38","Fernando"],["39-40","Franciso"],["41-42","Gabriel"],["43-44","Garcia"],["45-46","Gaspar"],["47-48","Gil"],["49-50","Gomes"],["51-52","Goncalo"],["53-54","Gostantin"],["55-56","Jayme"],["57-58","Joan"],["59-60","Jorge"],["61-62","Jose"],["63-64","Juan"],["65-66","Machin"],["67-68","Martin"],["69-70","Mateu"],["71-72","Miguel"],["73-74","Nicolas"],["75-76","Pascual"],["77-78","Pedro"],["79-80","Porico"],["81-82","Ramiro"],["83-84","Ramon"],["85-86","Rodrigo"],["87-88","Sabastian"],["89-90","Salvador"],["91-92","Simon"],["93-94","Tomas"],["95-96","Tristan"],["97-98","Valeriano"],["99-00","Ynigo"]]},{"name":"Human Names – Greek, Female","type":"table","source":"XGE","page":181,"caption":"Human Names – Greek, Female","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Acantha"],["03-04","Aella"],["05-06","Alektos"],["07-08","Alkippe"],["09-10","Andromeda"],["11-12","Antigone"],["13-14","Ariadne"],["15-16","Astraea"],["17-18","Chloros"],["19-20","Chryseos"],["21-22","Daphne"],["23-24","Despoina"],["25-26","Dione"],["27-28","Eileithyia"],["29-30","Elektra"],["31-32","Euadne"],["33-34","Eudora"],["35-36","Eunomia"],["37-38","Hekabe"],["39-40","Helene"],["41-42","Hermoione"],["43-44","Hippolyte"],["45-46","Ianthe"],["47-48","Iokaste"],["49-50","Iole"],["51-52","Iphigenia"],["53-54","Ismene"],["55-56","Kalliope"],["57-58","Kallisto"],["59-60","Kalypso"],["61-62","Karme"],["63-64","Kassandra"],["65-66","Kassiopeia"],["67-68","Kirke"],["69-70","Kleio"],["71-72","Klotho"],["73-74","Klytië"],["75-76","Kynthia"],["77-78","Leto"],["79-80","Megaera"],["81-82","Melaina"],["83-84","Melpomene"],["85-86","Nausikaa"],["87-88","Nemesis"],["89-90","Niobe"],["91-92","Ourania"],["93-94","Phaenna"],["95-96","Polymnia"],["97-98","Semele"],["99-00","Theia"]]},{"name":"Human Names – Greek, Male","type":"table","source":"XGE","page":181,"caption":"Human Names – Greek, Male","colLabels":["{@dice d100}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["01-02","Adonis"],["03-04","Adrastos"],["05-06","Aeson"],["07-08","Aias"],["09-10","Aineias"],["11-12","Aiolos"],["13-14","Alekto"],["15-16","Alkeides"],["17-18","Argos"],["19-20","Brontes"],["21-22","Damazo"],["23-24","Dardanos"],["25-26","Deimos"],["27-28","Diomedes"],["29-30","Endymion"],["31-32","Epimetheus"],["33-34","Erebos"],["35-36","Euandros"],["37-38","Ganymedes"],["39-40","Glaukos"],["41-42","Hektor"],["43-44","Heros"],["45-46","Hippolytos"],["47-48","Iacchus"],["49-50","Iason"],["51-52","Kadmos"],["53-54","Kastor"],["55-56","Kephalos"],["57-58","Kepheus"],["59-60","Koios"],["61-62","Kreios"],["63-64","Laios"],["65-66","Leandros"],["67-68","Linos"],["69-70","Lykos"],["71-72","Melanthios"],["73-74","Menelaus"],["75-76","Mentor"],["77-78","Neoptolemus"],["79-80","Okeanos"],["81-82","Orestes"],["83-84","Pallas"],["85-86","Patroklos"],["87-88","Philandros"],["89-90","Phoibos"],["91-92","Phrixus"],["93-94","Priamos"],["95-96","Pyrrhos"],["97-98","Xanthos"],["99-00","Zephyros"]]},{"name":"Gith Names – Githyanki, Male","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githyanki, Male","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Elirdain"],["2","Gaath"],["3","Ja'adoc"],["4","Kar'i'nas"],["5","Lykus"],["6","Quith"],["7","Ris'a'an"],["8","Tropos"],["9","Viran"],["10","Xamados"]]},{"name":"Gith Names – Githyanki, Female","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githyanki, Female","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Aaryl"],["2","B'noor"],["3","Fenelzi'ir"],["4","Jen'lig"],["5","Pah'zel"],["6","Quorstyl"],["7","Sirruth"],["8","Vaira"],["9","Yessune"],["10","Zar'ryth"]]},{"name":"Gith Names – Githzerai, Male","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githzerai, Male","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Dak"],["2","Duurth"],["3","Ferzth"],["4","Greth"],["5","Hurm"],["6","Kalla"],["7","Muurg"],["8","Nurm"],["9","Shrakk"],["10","Xorm"]]},{"name":"Gith Names – Githzerai, Female","type":"table","source":"MTF","page":97,"caption":"Gith Names – Githzerai, Female","colLabels":["{@dice d10}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Adaka"],["2","Adeya"],["3","Ella"],["4","Ezhelya"],["5","Immilzin"],["6","Izera"],["7","Janara"],["8","Loraya"],["9","Uweya"],["10","Vithka"]]},{"name":"Lizardfolk Names – General","type":"table","source":"GoS","page":64,"caption":"Lizardfolk Names – General","colLabels":["{@dice d20}","Name"],"colStyles":["col-2 ve-text-center","col-10"],"rows":[["1","Achuak (green)"],["2","Aryte (war)"],["3","Baeshra (animal)"],["4","Darastrix (dragon)"],["5","Garurt (axe)"],["6","Jhank (hammer)"],["7","Kepesk (storm)"],["8","Kethend (gem)"],["9","Korth (danger)"],["10","Kosj (small)"],["11","Kothar (demon)"],["12","Litrix (armor)"],["13","Mirik (song)"],["14","Throden (many)"],["15","Thurkear (night)"],["16","Usk (iron)"],["17","Valignat (burn)"],["18","Vargach (battle)"],["19","Vutha (black)"],["20","Vyth (steel)"]]}],"tableGroup":[{"type":"tableGroup","name":"Deities of Eberron","tables":[{"type":"table","colLabels":["The Sovereign Host","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity Arawai|eberron}, goddess of fertility","NG","Life, Nature","Sheaf of wheat tied with green ribbon"],["{@deity Aureon|eberron}, god of law and knowledge","LN","Knowledge","Open tome"],["{@deity Balinor|eberron}, god of beasts and the hunt","N","Life, Nature","Pair of antlers"],["{@deity Boldrei|eberron}, goddess of community and home","LG","Life","Fire in a stone hearth"],["{@deity Dol Arrah|eberron}, goddess of sunlight and honor","LG","Light, War","Rising sun"],["{@deity Dol Dorn|eberron}, god of strength at arms","CG","War","Longsword crossed over a shield"],["{@deity Kol Korran|eberron}, god of trade and wealth","N","Trickery","Nine-sided gold coin"],["{@deity Olladra|eberron}, goddess of good fortune","NG","Life, Trickery","Domino"],["{@deity Onatar|eberron}, god of craft","NG","Knowledge","Crossed hammer and tongs"]]},{"type":"table","colLabels":["The Dark Six","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Devourer|eberron}, god of nature's wrath","NE","Tempest","Bundle of five sharpened bones"],["{@deity The Fury|eberron}, goddess of wrath and madness","NE","War","Winged wyrm with woman's head and upper body"],["{@deity The Keeper|eberron}, god of greed and death","NE","Death","Dragonshard stone in the shape of a fang"],["{@deity The Mockery|eberron}, god of violence and treachery","NE","War","Five blood-spattered tools"],["{@deity The Shadow|eberron}, god of dark magic","CE","Knowledge","Obsidian tower"],["{@deity The Traveler|eberron}, deity of chaos and change","CN","Knowledge, Trickery","Four crossed, rune-inscribed bones"]]},{"type":"table","colLabels":["Other Faiths of Eberron","Alignment","Suggested Domains","Symbol"],"colStyles":["col-3","col-1 text-center","col-3","col-5"],"rows":[["{@deity The Silver Flame|eberron}, deity of protection and good","LG","Life, Light, War","Flame drawn on silver or molded from silver"],["{@deity The Blood of Vol|eberron}, philosophy of immortality and undeath","LN","Death, Life","Stylized dragon skull on red teardrop gem"],["{@deity Cults of the Dragon Below|eberron}, deities of madness","NE","Trickery","Varies"],["{@deity The Path of Light|eberron}, philosophy of light and self-improvement","LN","Life, Light","Brilliant crystal"],["{@deity The Undying Court|eberron}, elven ancestors","NG","Knowledge, Life","Varies"],["{@deity The Spirits of the Past|eberron}, elven ancestors","CG","War","Varies"]]}],"page":293,"source":"PHB","chapter":{"name":"Gods of the Multiverse","ordinal":{"type":"appendix","identifier":"B"},"index":13}},{"type":"tableGroup","name":"Psychic Wind","tables":[{"type":"table","caption":"Psychic Wind Effects","colLabels":["d20","Location Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-8","Diverted, add {@dice 1d6} hours to travel time"],["9-12","Blown off course, add {@dice 3d10} hours to travel time"],["13-16","Lost, at the end of the travel time, characters arrive at a location other than the intended destination"],["17-20","Sent through color pool to a random plane. Roll on {@table Astral Color Pools} table"]]},{"type":"table","colLabels":["d20","Mental Effect"],"colStyles":["col-2 text-center","col-10"],"rows":[["1-8","Stunned for 1 minute—you can repeat the saving throw at the end of each of your turns to end the effect on yourself"],["9-10","{@table Short-term madness} (see chapter 8)"],["11-12","{@dice 2d10} psychic damage"],["13-16","{@dice 4d10} psychic damage"],["17-18","{@table Long-term madness} (see chapter 8)"],["19-20","{@condition Unconscious} for {@dice 1d10} minutes—the effect on you ends if you take damage or if another creature uses an action to shake you awake"]]}],"page":47,"source":"DMG","chapter":{"name":"Creating a Multiverse","ordinal":{"type":"chapter","identifier":2},"index":2}},{"type":"tableGroup","name":"Ideals","tables":[{"type":"table","caption":"Good Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Beauty"],["2","Charity"],["3","Greater good"],["4","Life"],["5","Respect"],["6","Self-sacrifice"]]},{"type":"table","caption":"Evil Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Domination"],["2","Greed"],["3","Might"],["4","Pain"],["5","Retribution"],["6","Slaughter"]]},{"type":"table","caption":"Lawful Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Community"],["2","Fairness"],["3","Honor"],["4","Logic"],["5","Responsibility"],["6","Tradition"]]},{"type":"table","caption":"Chaotic Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Change"],["2","Creativity"],["3","Freedom"],["4","Independence"],["5","No limits"],["6","Whimsy"]]},{"type":"table","caption":"Neutral Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Balance"],["2","Knowledge"],["3","Live and let live"],["4","Moderation"],["5","Neutrality"],["6","People"]]},{"type":"table","caption":"Other Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Aspiration"],["2","Discovery"],["3","Glory"],["4","Nation"],["5","Redemption"],["6","Self-knowledge"]]}],"page":90,"source":"DMG","chapter":{"name":"Creating Nonplayer Characters","ordinal":{"type":"chapter","identifier":4},"index":4}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 0—4","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 0—4","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","{@dice 6d6 × 100} (2,100)","{@dice 3d6 × 100} (1,050)","—","{@dice 2d6 × 10} (70)","—"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-06","—","—"],["07-16","{@dice 2d6} (7) 10 gp gems","—"],["17-26","{@dice 2d4} (5) 25 gp art objects","—"],["27-36","{@dice 2d6} (7) 50 gp gems","—"],["37-44","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["45-52","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["53-60","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["61-65","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["66-70","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["71-75","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["76-78","{@dice 2d6} (7) 10 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["79-80","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["81-85","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["86-92","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["93-97","{@dice 2d6} (7) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["98-99","{@dice 2d4} (5) 25 gp art objects","Roll once on {@table Magic Item Table G}."],["00","{@dice 2d6} (7) 50 gp gems","Roll once on {@table Magic Item Table G}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 5—10","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 5—10","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","{@dice 2d6 × 100} (700)","{@dice 2d6 × 1,000} (7,000)","—","{@dice 6d6 × 100} (2,100)","{@dice 3d6 × 10} (105)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-04","—","—"],["05-10","{@dice 2d4} (5) 25 gp art objects","—"],["11-16","{@dice 3d6} (10) 50 gp gems","—"],["17-22","{@dice 3d6} (10) 100 gp gems","—"],["23-28","{@dice 2d4} (5) 250 gp art objects","—"],["29-32","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["33-36","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["37-40","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["41-44","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table A}."],["45-49","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["50-54","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["55-59","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["60-63","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table B}."],["64-66","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["67-69","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["70-72","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["73-74","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table C}."],["75-76","{@dice 2d4} (5) 25 gp art objects","Roll once on {@table Magic Item Table D}."],["77-78","{@dice 3d6} (10) 50 gp gems","Roll once on {@table Magic Item Table D}."],["79","{@dice 3d6} (10) 100 gp gems","Roll once on {@table Magic Item Table D}."],["80","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table D}."],["81-84","{@dice 2d4} (5) 25 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["85-88","{@dice 3d6} (10) 50 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["89-91","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["92-94","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table F}."],["95-96","{@dice 3d6} (10) 100 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["97-98","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["99","{@dice 3d6} (10) 100 gp gems","Roll once on {@table Magic Item Table H}."],["00","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table H}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 11—16","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 11—16","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","—","—","—","{@dice 4d6 × 1,000} (14,000)","{@dice 5d6 × 100} (1,750)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-03","—","—"],["04-06","{@dice 2d4} (5) 250 gp art objects","—"],["07-09","{@dice 2d4} (5) 750 gp art objects","—"],["10-12","{@dice 3d6} (10) 500 gp gems","—"],["13-15","{@dice 3d6} (10) 1,000 gp gems","—"],["16-19","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["20-23","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["24-26","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["27-29","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table A} and {@dice 1d6} times on {@table Magic Item Table B}."],["30-35","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["36-40","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["41-45","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["46-50","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table C}."],["51-54","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["55-58","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["59-62","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["63-66","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table D}."],["67-68","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table E}."],["69-70","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table E}."],["71-72","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table E}."],["73-74","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table E}."],["75-76","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["77-78","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["79-80","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["81-82","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table F} and {@dice 1d4} times on {@table Magic Item Table G}."],["83-85","{@dice 2d4} (5) 250 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["86-88","{@dice 2d4} (5) 750 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["89-90","{@dice 3d6} (10) 500 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["91-92","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["93-94","{@dice 2d4} (5) 250 gp art objects","Roll once on {@table Magic Item Table I}."],["95-96","{@dice 2d4} (5) 750 gp art objects","Roll once on {@table Magic Item Table I}."],["97-98","{@dice 3d6} (10) 500 gp gems","Roll once on {@table Magic Item Table I}."],["99-00","{@dice 3d6} (10) 1,000 gp gems","Roll once on {@table Magic Item Table I}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Treasure Hoard: Challenge 17+","tables":[{"type":"table","caption":"Treasure Hoard: Challenge 17+","colLabels":["","CP","SP","EP","GP","PP"],"colStyles":["col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center","col-2 text-center"],"rows":[["{@b Coins}","—","—","—","{@dice 12d6 × 1,000} (42,000)","{@dice 8d6 × 1,000} (28,000)"]]},{"type":"table","colLabels":["d100","Gems or Art Objects","Magic Items"],"colStyles":["col-2 text-center","col-3","col-9"],"rows":[["01-02","—","—"],["03-05","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["06-08","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["09-11","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["12-14","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d8} times on {@table Magic Item Table C}."],["15-22","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["23-30","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["31-38","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["39-46","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table D}."],["47-52","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["53-58","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["59-63","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["64-68","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d6} times on {@table Magic Item Table E}."],["69","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["70","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["71","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["72","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table G}."],["73-74","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["75-76","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["77-78","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["79-80","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table H}."],["81-85","{@dice 3d6} (10) 1,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["86-90","{@dice 1d10} (5) 2,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["91-95","{@dice 1d4} (2) 7,500 gp art objects","Roll {@dice 1d4} times on {@table Magic Item Table I}."],["96-00","{@dice 1d8} (4) 5,000 gp gems","Roll {@dice 1d4} times on {@table Magic Item Table I}."]]}],"page":133,"source":"DMG","chapter":{"name":"Treasure","ordinal":{"type":"chapter","identifier":7},"index":7}},{"type":"tableGroup","name":"Charisma Check; Conversation Reaction","tables":[{"type":"table","caption":"Conversation Reaction","colLabels":["DC","Friendly Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature does as asked without taking risks or making sacrifices."],["10","The creature accepts a minor risk or sacrifice to do as asked."],["20","The creature accepts a significant risk or sacrifice to do as asked."]]},{"type":"table","colLabels":["DC","Indifferent Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature offers no help but does no harm."],["10","The creature does as asked as long as no risks or sacrifices are involved."],["20","The creature accepts a minor risk or sacrifice to do as asked."]]},{"type":"table","colLabels":["DC","Hostile Creature's Reaction"],"colStyles":["col-2 text-center","col-10"],"rows":[["0","The creature opposes the adventurers' actions and might take risks to do so."],["10","The creature offers no help but does no harm."],["20","The creature does as asked as long as no risks or sacrifices are involved."]]}],"page":245,"source":"DMG","chapter":{"name":"Running the Game","ordinal":{"type":"chapter","identifier":8},"index":8}},{"type":"tableGroup","name":"Adventuring Options; Firearms","tables":[{"type":"table","caption":"Firearms","colLabels":["Renaissance Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Pistol","250 gp","{@dice 1d10} piercing","3 lb.","Ammunition (range 30/90), loading"]},{"type":"row","style":"row-indent-first","row":["Musket","500 gp","{@dice 1d12} piercing","10 lb.","Ammunition (range 40/120), loading, two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Bullets (10)","3 gp","—","2 lb.","—"]}]},{"type":"table","colLabels":["Modern Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Pistol, automatic","—","{@dice 2d6} piercing","3 lb.","Ammunition (range 50/150), reload (15 shots)"]},{"type":"row","style":"row-indent-first","row":["Revolver","—","{@dice 2d8} piercing","3 lb.","Ammunition (range 40/120), reload (6 shots)"]},{"type":"row","style":"row-indent-first","row":["Rifle, hunting","—","{@dice 2d10} piercing","8 lb.","Ammunition (range 80/240), reload (5 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Rifle, automatic","—","{@dice 2d8} piercing","8 lb.","Ammunition (range 80/240), burst fire, reload (30 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Shotgun","—","{@dice 2d8} piercing","7 lb.","Ammunition (range 30/90), reload (2 shots), two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Bullets (10)","—","—","1 lb.","—"]}]},{"type":"table","colLabels":["Futuristic Item","Cost","Damage","Weight","Properties"],"colStyles":["col-3","col-1","col-2","col-1","col-5"],"rows":[["{@i Martial Ranged Weapons}","","","",""],{"type":"row","style":"row-indent-first","row":["Laser pistol","—","{@dice 3d6} radiant","2 lb.","Ammunition (range 40/120), reload (50 shots)"]},{"type":"row","style":"row-indent-first","row":["Antimatter rifle","—","{@dice 6d8} necrotic","10 lb.","Ammunition (range 120/360), reload (2 shots), two-handed"]},{"type":"row","style":"row-indent-first","row":["Laser rifle","—","{@dice 3d8} radiant","7 lb.","Ammunition (range 100/300), reload (30 shots), two-handed"]},["{@i Ammunition}","","","",""],{"type":"row","style":"row-indent-first","row":["Energy cell","—","—","5 oz.","—"]}]}],"page":266,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"type":"tableGroup","name":"Speed Factor Initiative Modifiers","tables":[{"type":"table","caption":"Speed Factor Initiative Modifiers","colLabels":["Factor","Initiative Modifier"],"colStyles":["col-6","col-6"],"rows":[["Spellcasting","Subtract the spell's level"],["Melee, heavy weapon","-2"],["Melee, light or finesse weapon","+2"],["Melee, two-handed weapon","-2"],["Ranged, loading weapon","-5"]]},{"type":"table","colLabels":["Creature Size","Initiative Modifier"],"colStyles":["col-6","col-6"],"rows":[["Tiny","+5"],["Small","+2"],["Medium","+0"],["Large","-2"],["Huge","-5"],["Gargantuan","-8"]]}],"page":270,"source":"DMG","chapter":{"name":"Dungeon Master's Workshop","ordinal":{"type":"chapter","identifier":9},"index":9}},{"type":"tableGroup","name":"DM Screen; Name Generator","tables":[{"type":"table","colLabels":["d20","Beginning"],"caption":"Name Generator","colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"—"],[2,"—"],[3,"—"],[4,"—"],[5,"A-"],[6,"Be-"],[7,"De-"],[8,"El-"],[9,"Fa-"],[10,"Jo-"],[11,"Ki-"],[12,"La-"],[13,"Ma-"],[14,"Na-"],[15,"O-"],[16,"Pa-"],[17,"Re-"],[18,"Se-"],[19,"Si-"],[20,"Ta-"]]},{"type":"table","colLabels":["d20","Middle"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"bar"],[2,"ched"],[3,"dell"],[4,"far"],[5,"gran"],[6,"hal"],[7,"jen"],[8,"kel"],[9,"lim"],[10,"mor"],[11,"net"],[12,"penn"],[13,"quil"],[14,"rond"],[15,"sark"],[16,"shen"],[17,"tur"],[18,"vash"],[19,"yor"],[20,"zen"]]},{"type":"table","colLabels":["d20","End"],"colStyles":["col-6 text-center","col-6 text-center"],"rows":[[1,"—"],[2,"-a"],[3,"-ac"],[4,"-ai"],[5,"-al"],[6,"-am"],[7,"-an"],[8,"-ar"],[9,"-ea"],[10,"-el"],[11,"-er"],[12,"-ess"],[13,"-ett"],[14,"-ic"],[15,"-id"],[16,"-il"],[17,"-in"],[18,"-is"],[19,"-or"],[20,"-us"]]}],"source":"Screen"},{"type":"tableGroup","name":"DM Screen; Encounter Distance","tables":[{"type":"table","colLabels":["Terrain","Encounter Distance"],"colStyles":["col-6","col-6"],"rows":[["Arctic, desert, farmland, or grassland","{@dice 6d6 × 10} feet"],["Forest, swamp, or woodland","{@dice 2d8 × 10} feet"],["Hills or wastelands","{@dice 2d10 × 10} feet"],["Jungle","{@dice 2d6 × 10} feet"],["Mountains","{@dice 4d10 × 10} feet"]]},{"type":"table","colLabels":["Audible Distance",""],"colStyles":["col-6","col-6"],"rows":[["Trying to be quiet","{@dice 2d6 × 5} feet"],["Normal noise level","{@dice 2d6 × 10} feet"],["Very loud","{@dice 2d6 × 50} feet"]]},{"type":"table","colLabels":["Visibility Outdoors",""],"colStyles":["col-6","col-6"],"rows":[["Clear day, no obstructions","2 miles"],["Rain","1 mile"],["Fog","100 to 300 feet"],["From a height","× 20"]]}],"source":"Screen"},{"type":"tableGroup","name":"Roleplaying Gnolls and Cultists of Yeenoghu","tables":[{"type":"table","caption":"Gnoll/Cultist Physical Features","colLabels":["d12","Physical Feature"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Missing an arm"],["2","Infested with maggots"],["3","Fur matted with dried blood"],["4","Missing an eye"],["5","Walks with a severe limp"],["6","Covered in burn wounds"],["7","Vestigial twin embedded on back"],["8","Loud, wheezing breaths"],["9","Drool is mildly acidic"],["10","Covered in weeping sores"],["11","Horrific smell of rot"],["12","Weapon still embedded in old wound"]]},{"type":"table","caption":"Gnoll/Cultist Personality Trait","colLabels":["d6","Personality Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Once an enemy defies me, I dedicate everything to its destruction."],["2","The best enemy to fight is one caught by surprise."],["3","I hate the sun and travel only by night."],["4","I have stopped using language and instead rely on growls and shrieks."],["5","I have no fear of death and welcome it in battle."],["6","My berserk fury makes a rabid dog look gentle."]]},{"type":"table","caption":"Gnoll/Cultist Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Strength. I must remain strong to survive. (Any)"],["2","Slaughter. If I destroy the weak, I please Yeenoghu. (Evil)"],["3","Destruction. Yeenoghu will return when only those worthy of his fury remain. (Evil)"],["4","Paranoia. Others are planning to kill and eat me. I must find a way to kill and eat them first. (Chaotic)"],["5","Self-Sufficiency. When the time comes, even my allies will die by my hand. (Evil)"],["6","Leadership. I am not part of the pack. I am above it. (Chaotic)"]]},{"type":"table","caption":"Gnoll/Cultist Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I would die before betraying the Lord of Savagery."],["2","I would follow the leader of our war band anywhere and gladly sacrifice myself to protect him or her."],["3","I cull the weak from our war band, so that we remain strong."],["4","Yeenoghu's omens guide my every choice."],["5","If I die in battle, I was simply too weak to please Yeenoghu."],["6","I devour the weak to purge them from the world, the strong to blunt their power."]]},{"type":"table","caption":"Gnoll/Cultist Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I lack tactical guile and rely on overwhelming attacks."],["2","I flee from opponents that can match my strength."],["3","My supposed allies are my first victims."],["4","Deep down inside, I am terrified I will fail Yeenoghu."],["5","My desire to torment my foes sometimes gives them the opportunity to outwit me."],["6","My arrogance causes me to overlook opportunities."]]}],"page":36,"source":"VGM","chapter":{"name":"Monster Lore","ordinal":{"type":"chapter","identifier":1},"index":0}},{"type":"tableGroup","name":"Background; I became...","tables":[{"type":"table","caption":"Acolyte","colLabels":["d6","I became an acolyte because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I ran away from home at an early age and found refuge in a temple."],["2","My family gave me to a temple, since they were unable or unwilling to care for me."],["3","I grew up in a household with strong religious convictions. Entering the service of one or more gods seemed natural."],["4","An impassioned sermon struck a chord deep in my soul and moved me to serve the faith."],["5","I followed a childhood friend, a respected acquaintance, or someone I loved into religious service."],["6","After encountering a true servant of the gods, I was so inspired that I immediately entered the service of a religious group."]]},{"type":"table","caption":"Charlatan","colLabels":["d6","I became a charlatan because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was left to my own devices, and my knack for manipulating others helped me survive."],["2","I learned early on that people are gullible and easy to exploit."],["3","I often got in trouble, but I managed to talk my way out of it every time."],["4","I took up with a confidence artist, from whom I learned my craft."],["5","After a charlatan fleeced my family, I decided to learn the trade so I would never be fooled by such deception again."],["6","I was poor or I feared becoming poor, so I learned the tricks I needed to keep myself out of poverty."]]},{"type":"table","caption":"Criminal","colLabels":["d6","I became a criminal because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I resented authority in my younger days and saw a life of crime as the best way to fight against tyranny and oppression."],["2","Necessity forced me to take up the life, since it was the only way I could survive."],["3","I fell in with a gang of reprobates and ne'er-do-wells, and I learned my specialty from them."],["4","A parent or relative taught me my criminal specialty to prepare me for the family business."],["5","I left home and found a place in a thieves' guild or some other criminal organization."],["6","I was always bored, so I turned to crime to pass the time and discovered I was quite good at it."]]},{"type":"table","caption":"Entertainer","colLabels":["d6","I became an entertainer because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Members of my family made ends meet by performing, so it was fitting for me to follow their example."],["2","I always had a keen insight into other people, enough so that I could make them laugh or cry with my stories or songs."],["3","I ran away from home to follow a minstrel troupe."],["4","I saw a bard perform once, and I knew from that moment on what I was born to do."],["5","I earned coin by performing on street corners and eventually made a name for myself."],["6","A traveling entertainer took me in and taught me the trade."]]},{"type":"table","caption":"Folk Hero","colLabels":["d6","I became a folk hero because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I learned what was right and wrong from my family."],["2","I was always enamored by tales of heroes and wished I could be something more than ordinary."],["3","I hated my mundane life, so when it was time for someone to step up and do the right thing, I took my chance."],["4","A parent or one of my relatives was an adventurer, and I was inspired by that person's courage."],["5","A mad old hermit spoke a prophecy when I was born, saying that I would accomplish great things."],["6","I have always stood up for those who are weaker than I am."]]},{"type":"table","caption":"Guild Artisan","colLabels":["d6","I became a guild artisan because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was apprenticed to a master who taught me the guild's business."],["2","I helped a guild artisan keep a secret or complete a task, and in return I was taken on as an apprentice."],["3","One of my family members who belonged to the guild made a place for me."],["4","I was always good with my hands, so I took the opportunity to learn a trade."],["5","I wanted to get away from my home situation and start a new life."],["6","I learned the essentials of my craft from a mentor but had to join the guild to finish my training."]]},{"type":"table","caption":"Hermit","colLabels":["d6","I became a hermit because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My enemies ruined my reputation, and I fled to the wilds to avoid further disparagement."],["2","I am comfortable with being isolated, as I seek inner peace."],["3","I never liked the people I called my friends, so it was easy for me to strike out on my own."],["4","I felt compelled to forsake my past, but did so with great reluctance, and sometimes I regret making that decision."],["5","I lost everything-my home, my family, my friends. Going it alone was all I could do."],["6","Society's decadence disgusted me, so I decided to leave it behind."]]},{"type":"table","caption":"Noble","colLabels":["d6","I became a noble because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I come from an old and storied family, and it fell to me to preserve the family name."],["2","My family has been disgraced, and I intend to clear our name."],["3","My family recently came by its title, and that elevation thrust us into a new and strange world."],["4","My family has a title, but none of my ancestors have distinguished themselves since we gained it."],["5","My family is filled with remarkable people. I hope to live up to their example."],["6","I hope to increase my family's power and influence."]]},{"type":"table","caption":"Outlander","colLabels":["d6","I became an outlander because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I spent a lot of time in the wilderness as a youngster, and I came to love that way of life."],["2","From a young age, I couldn't abide the stink of the cities and preferred to spend my time in nature."],["3","I came to understand the darkness that lurks in the wilds, and I vowed to combat it."],["4","My people lived on the edges of civilization, and I learned the methods of survival from my family."],["5","After a tragedy I retreated to the wilderness, leaving my old life behind."],["6","My family moved away from civilization, and I learned to adapt to my new environment."]]},{"type":"table","caption":"Sage","colLabels":["d6","I became a sage because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was naturally curious, so I packed up and went to a university to learn more about the world."],["2","My mentor's teachings opened my mind to new possibilities in that field of study."],["3","I was always an avid reader, and I learned much about my favorite topic on my own."],["4","I discovered an old library and pored over the texts I found there. That experience awakened a hunger for more knowledge."],["5","I impressed a wizard who told me I was squandering my talents and should seek out an education to take advantage of my gifts."],["6","One of my parents or a relative gave me a basic education that whetted my appetite, and I left home to build on what I had learned."]]},{"type":"table","caption":"Sailor","colLabels":["d6","I became a sailor because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was press-ganged by pirates and forced to serve on their ship until I finally escaped."],["2","I wanted to see the world, so I signed on as a deck-hand for a merchant ship."],["3","One of my relatives was a sailor who took me to sea."],["4","I needed to escape my community quickly, so I stowed away on a ship. When the crew found me, I was forced to work for my passage."],["5","Reavers attacked my community, so I found refuge on a ship until I could seek vengeance."],["6","I had few prospects where I was living, so I left to find my fortune elsewhere."]]},{"type":"table","caption":"Soldier","colLabels":["d6","I became a soldier because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I joined the militia to help protect my community from monsters."],["2","A relative of mine was a soldier, and I wanted to carry on the family tradition."],["3","The local lord forced me to enlist in the army."],["4","War ravaged my homeland while I was growing up. Fighting was the only life I ever knew."],["5","I wanted fame and fortune, so I joined a mercenary company, selling my sword to the highest bidder."],["6","Invaders attacked my homeland. It was my duty to take up arms in defense of my people."]]},{"type":"table","caption":"Urchin","colLabels":["d6","I became an urchin because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Wanderlust caused me to leave my family to see the world. I look after myself."],["2","I ran away from a bad situation at home and made my own way in the world."],["3","Monsters wiped out my village, and I was the sole survivor. I had to find a way to survive."],["4","A notorious thief looked after me and other orphans, and we spied and stole to earn our keep."],["5","One day I woke up on the streets, alone and hungry, with no memory of my early childhood."],["6","My parents died, leaving no one to look after me. I raised myself."]]}],"page":64,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"type":"tableGroup","name":"Class Training; I became...","tables":[{"type":"table","caption":"Barbarian","colLabels":["d6","I became a barbarian because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My devotion to my people lifted me in battle, making me powerful and dangerous."],["2","The spirits of my ancestors called on me to carry out a great task."],["3","I lost control in battle one day, and it was as if something else was manipulating my body, forcing it to kill every foe I could reach."],["4","I went on a spiritual journey to find myself and instead found a spirit animal to guide, protect, and inspire me."],["5","I was struck by lightning and lived. Afterward, I found a new strength within me that let me push beyond my limitations."],["6","My anger needed to be channeled into battle, or I risked becoming an indiscriminate killer."]]},{"type":"table","caption":"Bard","colLabels":["d6","I became a bard because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I awakened my latent bardic abilities through trial and error."],["2","I was a gifted performer and attracted the attention of a master bard who schooled me in the old techniques."],["3","I joined a loose society of scholars and orators to learn new techniques of performance and magic."],["4","I felt a calling to recount the deeds of champions and heroes, to bring them alive in song and story."],["5","I joined one of the great colleges to learn old lore, the secrets of magic, and the art of performance."],["6","I picked up a musical instrument one day and instantly discovered that I could play it."]]},{"type":"table","caption":"Cleric","colLabels":["d6","I became a cleric because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A supernatural being in service to the gods called me to become a divine agent in the world."],["2","I saw the injustice and horror in the world and felt moved to take a stand against them."],["3","My god gave me an unmistakable sign. I dropped everything to serve the divine."],["4","Although I was always devout, it wasn't until I completed a pilgrimage that I knew my true calling."],["5","I used to serve in my religion's bureaucracy but found I needed to work in the world, to bring the message of my faith to the darkest corners of the land."],["6","I realize that my god works through me, and I do as commanded, even though I don't know why I was chosen to serve."]]},{"type":"table","caption":"Druid","colLabels":["d6","I became a druid because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I saw too much devastation in the wild places, too much of nature's splendor ruined by the despoilers. I joined a circle of druids to fight back against the enemies of nature."],["2","I found a place among a group of druids after I fled a catastrophe."],["3","I have always had an affinity for animals, so I explored my talent to see how I could best use it."],["4","I befriended a druid and was moved by druidic teachings. I decided to follow my friend's guidance and give something back to the world."],["5","While I was growing up, I saw spirits all around me-entities no one else could perceive. I sought out the druids to help me understand the visions and communicate with these beings."],["6","I have always felt disgust for creatures of unnatural origin. For this reason, I immersed myself in the study of the druidic mysteries and became a champion of the natural order."]]},{"type":"table","caption":"Fighter","colLabels":["d6","I became a fighter because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I wanted to hone my combat skills, and so I joined a war college."],["2","I squired for a knight who taught me how to fight, care for a steed, and conduct myself with honor. I decided to take up that path for myself."],["3","Horrible monsters descended on my community, killing someone I loved. I took up arms to destroy those creatures and others of a similar nature."],["4","I joined the army and learned how to fight as part of a group."],["5","I grew up fighting, and I refined my talents by defending myself against people who crossed me."],["6","I could always pick up just about any weapon and know how to use it effectively."]]},{"type":"table","caption":"Monk","colLabels":["d6","I became a monk because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I was chosen to study at a secluded monastery. There, I was taught the fundamental techniques required to eventually master a tradition."],["2","I sought instruction to gain a deeper understanding of existence and my place in the world."],["3","I stumbled into a portal to the Shadowfell and took refuge in a strange monastery, where I learned how to defend myself against the forces of darkness."],["4","I was overwhelmed with grief after losing someone close to me, and I sought the advice of philosophers to help me cope with my loss."],["5","I could feel that a special sort of power lay within me, so I sought out those who could help me call it forth and master it."],["6","I was wild and undisciplined as a youngster, but then I realized the error of my ways. I applied to a monastery and became a monk as a way to live a life of discipline."]]},{"type":"table","caption":"Paladin","colLabels":["d6","I became a paladin because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","A fantastical being appeared before me and called on me to undertake a holy quest."],["2","One of my ancestors left a holy quest unfulfilled, so I intend to finish that work."],["3","The world is a dark and terrible place. I decided to serve as a beacon of light shining out against the gathering shadows."],["4","I served as a paladin's squire, learning all I needed to swear my own sacred oath."],["5","Evil must be opposed on all fronts. I feel compelled to seek out wickedness and purge it from the world."],["6","Becoming a paladin was a natural consequence of my unwavering faith. In taking my vows, I became the holy sword of my religion."]]},{"type":"table","caption":"Ranger","colLabels":["d6","I became a ranger because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I found purpose while I honed my hunting skills by bringing down dangerous animals at the edge of civilization."],["2","I always had a way with animals, able to calm them with a soothing word and a touch."],["3","I suffer from terrible wanderlust, so being a ranger gave me a reason not to remain in one place for too long."],["4","I have seen what happens when the monsters come out from the dark. I took it upon myself to become the first line of defense against the evils that lie beyond civilization's borders."],["5","I met a grizzled ranger who taught me woodcraft and the secrets of the wild lands."],["6","I served in an army, learning the precepts of my profession while blazing trails and scouting enemy encampments."]]},{"type":"table","caption":"Rogue","colLabels":["d6","I became a rogue because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I've always been nimble and quick of wit, so I decided to use those talents to help me make my way in the world."],["2","An assassin or a thief wronged me, so I focused my training on mastering the skills of my enemy to better combat foes of that sort."],["3","An experienced rogue saw something in me and taught me several useful tricks."],["4","I decided to turn my natural lucky streak into the basis of a career, though I still realize that improving my skills is essential."],["5","I took up with a group of ruffians who showed me how to get what I want through sneakiness rather than direct confrontation."],["6","I'm a sucker for a shiny bauble or a sack of coins, as long as I can get my hands on it without risking life and limb."]]},{"type":"table","caption":"Sorcerer","colLabels":["d6","I became a sorcerer because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","When I was born, all the water in the house froze solid, the milk spoiled, or all the iron turned to copper. My family is convinced that this event was a harbinger of stranger things to come for me."],["2","I suffered a terrible emotional or physical strain, which brought forth my latent magical power. I have fought to control it ever since."],["3","My immediate family never spoke of my ancestors, and when I asked, they would change the subject. It wasn't until I started displaying strange talents that the full truth of my heritage came out."],["4","When a monster threatened one of my friends, I became filled with anxiety. I lashed out instinctively and blasted the wretched thing with a force that came from within me."],["5","Sensing something special in me, a stranger taught me how to control my gift."],["6","After I escaped from a magical conflagration, I realized that though I was unharmed, I was not unchanged. I began to exhibit unusual abilities that I am just beginning to understand."]]},{"type":"table","caption":"Warlock","colLabels":["d6","I became a warlock because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","While wandering around in a forbidden place, I encountered an otherworldly being that offered to enter into a pact with me."],["2","I was examining a strange tome I found in an abandoned library when the entity that would become my patron suddenly appeared before me."],["3","I stumbled into the clutches of my patron after I accidentally stepped through a magical doorway."],["4","When I was faced with a terrible crisis, I prayed to any being who would listen, and the creature that answered became my patron."],["5","My future patron visited me in my dreams and offered great power in exchange for my service."],["6","One of my ancestors had a pact with my patron, so that entity was determined to bind me to the same agreement."]]},{"type":"table","caption":"Wizard","colLabels":["d6","I became a wizard because..."],"colStyles":["col-2 text-center","col-10"],"rows":[["1","An old wizard chose me from among several candidates to serve an apprenticeship."],["2","When I became lost in a forest, a hedge wizard found me, took me in, and taught me the rudiments of magic."],["3","I grew up listening to tales of great wizards and knew I wanted to follow their path. I strove to be accepted at an academy of magic and succeeded."],["4","One of my relatives was an accomplished wizard who decided I was smart enough to learn the craft."],["5","While exploring an old tomb, library, or temple, I found a spellbook. I was immediately driven to learn all I could about becoming a wizard."],["6","I was a prodigy who demonstrated mastery of the arcane arts at an early age. When I became old enough to set out on my own, I did so to learn more magic and expand my power."]]}],"page":66,"source":"XGE","chapter":{"name":"Character Options","ordinal":{"type":"chapter","identifier":1},"index":1}},{"type":"tableGroup","name":"Devil Customization Tables","tables":[{"type":"table","caption":"Devil Honorifics","colLabels":["d20","Title"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","the Perceiver"],["2","Veteran of Avernus"],["3","the Insightful"],["4","Collector of Debts"],["5","the Summoner"],["6","Speaker of Profit"],["7","Chainer of Demons"],["8","the Conqueror"],["9","Glory Seeker"],["10","the Victorious"],["11","the Infiltrator"],["12","the Voluminous"],["13","the Stoic"],["14","the Shatterer"],["15","the Keeper"],["16","the Faithful"],["17","the Clever"],["18","the Chanter"],["19","the Indomitable"],["20","the Vicious"]]},{"type":"table","caption":"Devil Personality Traits","colLabels":["d6","Trait"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I always have a scheme to make a profit."],["2","Nobody is as smart as me, and I need to prove that all the time."],["3","There's a rule for everything."],["4","If I can't seize control, I'll serve in the meantime."],["5","I'm a bully who backs down when faced with any sort of resistance."],["6","Every problem can be solved with the use of force."]]},{"type":"table","caption":"Devil Ideals","colLabels":["d6","Ideal"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","Loyalty. I keep my vows to my superior and respect those who do the same."],["2","Law. I might not like the rules, but I obey them."],["3","Ambition. The need to improve my station drives my every action."],["4","Conquest. I am equal to the sum of the foes I have defeated in combat."],["5","Cunning. Those who can see an advantage in the direst situation deserve respect."],["6","Brutality. Overwhelming violence, and those who can deliver it, are worthy of obedience."]]},{"type":"table","caption":"Devil Bonds","colLabels":["d6","Bond"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","I and my comrades fought well in the Blood War, and our service demands respect."],["2","Evil without law is a pointless exercise in destruction. Rules make us what we are."],["3","Those who follow me rely on my wisdom to ensure their prosperity."],["4","One day I will have revenge on those who defied me."],["5","If I do my duty, in time I will be rewarded."],["6","We don't corrupt mortals. We teach them enlightened self-interest."]]},{"type":"table","caption":"Devil Flaws","colLabels":["d6","Flaw"],"colStyles":["col-2 text-center","col-10"],"rows":[["1","My frustration boils over into violence."],["2","I obey the law, but I strain at its limits to the point of heresy."],["3","I put the minimum effort possible into anything that isn't my own idea."],["4","A low profile is the best defense of all."],["5","I'm so reliant on the laws of the Nine Hells that I panic without their guidance."],["6","I am secretly jealous of the freedom that mortals enjoy."]]}],"page":23,"source":"MTF","chapter":{"name":"The Blood War","ordinal":{"type":"chapter","identifier":1},"index":0}}]} \ No newline at end of file diff --git a/data/items.json b/data/items.json index 34a537ed5c..e4f1a1f2b8 100644 --- a/data/items.json +++ b/data/items.json @@ -4061,7 +4061,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to acid damage.", @@ -4899,7 +4898,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to lightning damage.", @@ -5182,7 +5180,7 @@ "name": "Dark Speech", "type": "entries", "entries": [ - "While you carry the Book of Vile Darkness and are attuned to it, you can use an action to recite word from its pages in a foul language known as Dark Speech. Each time you do so, you take {@damage 1d12} psychic damage, and each non-evil creature within 15 feet of you takes {@damage 3d6} psychic damage." + "While you carry the Book of Vile Darkness and are attuned to it, you can use an action to recite words from its pages in a foul language known as Dark Speech. Each time you do so, you take {@damage 1d12} psychic damage, and each non-evil creature within 15 feet of you takes {@damage 3d6} psychic damage." ] }, { @@ -5621,7 +5619,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to fire damage.", @@ -5792,7 +5789,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to lightning damage.", @@ -7944,7 +7940,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to acid damage.", @@ -14742,7 +14737,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to fire damage.", @@ -15039,7 +15033,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to poison damage.", @@ -27472,7 +27465,7 @@ "resist": [ "fire" ], - "detail1": "wreathed in fire", + "detail1": "is wreathed in fire", "rarity": "rare", "wondrous": true, "hasRefs": true, @@ -27559,7 +27552,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to fire damage.", @@ -31316,7 +31308,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to cold damage.", @@ -40584,7 +40575,7 @@ "resist": [ "cold" ], - "detail1": "covered in frost", + "detail1": "is covered in frost", "rarity": "rare", "wondrous": true, "hasRefs": true, @@ -40684,7 +40675,6 @@ "weight": 45, "ac": 14, "bonusAc": "+1", - "bonusSavingThrow": "+1", "stealth": true, "entries": [ "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued. While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to cold damage.", @@ -42054,6 +42044,7 @@ "name": "Dragon Scale Mail", "source": "DMG", "page": 165, + "srd": true, "type": "MA", "tier": "major", "rarity": "very rare", diff --git a/data/races.json b/data/races.json index 917458dbf5..6c77b1d34b 100644 --- a/data/races.json +++ b/data/races.json @@ -11387,7 +11387,7 @@ { "name": "Reveler", "entries": [ - "You have proficiency in the {@skill Performance} and {@skill Persuasion} skills, and you have proficiency with one musical instrument of your choice." + "You have proficiency in the {@skill Performance} and {@skill Persuasion} skills, and you have proficiency with one {@item musical instrument|PHB} of your choice." ], "type": "entries" }, @@ -19865,7 +19865,7 @@ ], "toolProficiencies": [ { - "anyArtisans": 1 + "anyArtisansTool": 1 } ], "additionalSpells": [ diff --git a/decks.html b/decks.html index d915afd1b6..d810d87994 100644 --- a/decks.html +++ b/decks.html @@ -117,7 +117,7 @@

Decks

-
+
diff --git a/deities.html b/deities.html index c3e9f0d15b..8fbaefd79d 100644 --- a/deities.html +++ b/deities.html @@ -123,7 +123,7 @@

Deities

-
+
diff --git a/dmscreen.html b/dmscreen.html index 6f08720e17..6a3c5b28c8 100644 --- a/dmscreen.html +++ b/dmscreen.html @@ -105,7 +105,6 @@

DM Screen

- diff --git a/feats.html b/feats.html index 26d637e0ac..08312b5d33 100644 --- a/feats.html +++ b/feats.html @@ -122,7 +122,7 @@

Feats

-
+
diff --git a/img/CRCotN/Foghomer.png b/img/CRCotN/Foghome.png similarity index 100% rename from img/CRCotN/Foghomer.png rename to img/CRCotN/Foghome.png diff --git a/img/ToA/Wine Weird.png b/img/ToA/Wine Weird.png index 0e6ba708483f7f7a4078da93990cf52117987794..df03ac98bf691798c74bd98b4af73595395802e3 100644 GIT binary patch literal 527947 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 z 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

ZU*#w?masF2yuwGnJ6bUM=a7LlB5u3Us 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 z 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�t08`f(O$i2{nreGz)1~Tn~2_f(yKJm zTO0ahZZ8TXN>OW#^kJCBpI80Lr!OJ4{@i}KGi_|$suN|Nb=bMMg(lkJGw7c@NkUYk?S=S<^H*{H5++HSb?#I zPJ5G*VIv>a%`>Z`XTIqT8^+6G#;YrRNt6JFL9mI9ZNuvZdxv~>G9nIK?@OmO4;B@V z&d)KFv~|6Ca&6lXAKc&zcMr%!3ZikY%}%3RL0xsU+Hk#SxN&^M$Lj=%XpCxPtjpTU=-G9q!HK}Y-??4wy^*JAOJ~3K~zyfQR#xB za7gWND9I-KXk~~GpqyND-JX-EAxSqRK+x3%zw?KG#QD8z?!0=FlhI8Q;jT(f&sW@h z;fT+E{sq!Zuv{!jq%%CP>zw!Q-9u%PpZf8yurnU>@xzCNYQSqJuTj@a0v+&M|N0O3 zSAX)GOc{7GMUC+5qqDl8rXnEVoR0tGZ-1Si|Ju*;U;UT=Js)z;@BN$a^56Y8DP_@7 zmvh$ZHHC$Miii=KfP?WJe(B%;I$U>{Hia%B6)8s7(Q(GaN=CN>BaptS~N zPzls!O&X5STGQ!}NckgD;z+uo0@3`34?&? zXu@zhq3%jPdh`gs*RZ!cVKCiuA4jdB%1aXAslCe*gdoi_rsEN_ixqJkQRZ&Nh7=Te z&gsW3k55n8Kb~-MbjXXho$v{*;iIv(sxH ze|Y7)g4j4y1dxqVk|3d-uQ3A7bj7>O$q|I?BdMv7JZ6SvmmNYXBtv2nBpo3IoySdf zPLcD9i~Ez-!|0xN9l6X>gCOu@dVwNlLPk!_U%vl+s(HulTQ{iNirt+Z4i0yi%@(Xz zhS9#@xszkcFW3ClUwnYY($cV87Dy#&0;g03K8Yh#<1RdLTqr_86a-jf5uHNH5Mx^B z+vqH9<9eZ**_!#PW_oLi3?;3pQPP>++g0n{xq+rr206BLrlBbX1LfMs%k`RYI=}`7 zqg}UAAR;=g(b}L;%q|y9Mq|R^7;RhtH&9ObPvV5nz5Y5U$H#pC{r6d&U$PEhIE|f& zJcq$8-w6GNquVNe6k83~;TB_!KE>pRDcN6`ZkmgGh4sEb*E z2?b$e`K{mm16F4_&%Lz6t)oLClX7vkq;5N&d-WzSy>b&BwOkiV^0MV}RZ$czXvNpR z{-b205YmdXiv=d?KsH=09wVxNZ~WdL@n?VaHYe=UP}5L)4yQ{;fFxi@K+J#fAN~YC z`J-Rv8{hbS&N%0QgzMD<{>eZ6Z~6Pb_S1anOV9By{^h@M=tUA*1PiYDr~mLjLhc;H zdPT7=iB#m6iz1<`8s2&5L-t2wk{|^wiMG7yk$5_z8|zD)rDR|du31x3kdU#$aYQ||yXEgCBCRGu(t&s{cnPO~5+jX=}N25!uYzak#HKDr`p);(z zS`6b_k3(l7t*er*kqncR{k>ggvn%qYVP`j^tqY_D5o)qDrqvy*GAFV_5KwjvGLDf_ z(U=mdj$oL$A*O4emNAB@1L6fOq!JbFGTq-}I-PUzWX0@!PS-3^N--K_+_`y^k3N3F zYMJxd$u499I!!1-7c}i-33UsD0efT3d?%-CHS2ldd=o9SZA)7>h(K{=3NAl*pNA(i zZXOqGG2XihN?GWgXy)PEmCj) z;J4agw)@V8-iiOxbjZ#mK?em|3s$1xy0{>26pqp@=%mD`fau_e*AJg(pp=ukt$?7Ky<%f1->LlWFRiaEr0GRFxiF}^8nsb(~Fm1~~xW1=V zxr8!Ammwhub!!Pmg5g05v85Di(rlMtASmh*ZDBZ^AdMz3mi)$V{t4&rEx7sIlulM8 z3|KB3L?n3O#UrK%BPwcCnb4LUZ@&93lY;?2^W#6s!ObZ)4>>DJt>+Kl>puiQh{n*!Df)`7_{lIam_Rv^4)j7!~J^?`Pvu0 zL{a8kKgu`eU3VqoU)COlA~YyM#yg7kx?$}bcN1dHC`h}IU?-sN8nPs1a`S-p@fk4@ ziqQX1L^7l^mSW!0BrVw_rdZcx!y!nC5&^BPNz;U)T_L5QX%V zB_)bn%XOsSV4s80lr)KXa(d0>)iuY5`wXWOgb+M@bjIWR54m~c5V8~%523X#N-Y$& z6^M0BTN`$U6V}U$beJQgplEA!>0{qri&^C)Ny2(o@E7m@72oxC*ITc?#9)}RT)0N& zv-OOG5tr9zCKS9!XJ7a_(MG+4YOy%Ho;b6eU`ieC*V}`UC_DNV{sYtNY z%&AC-iHK-@PEH}%A>*8xA6^^@#(7;_{YB#uVw#59Uqra7N9mi50#+>8XP+Sn3knRD zoR;?oQ5xTlhrEv5I zd4EA1dz%40yskh0jIXiqf49*Zsnli|?)0-|3i4o zMr+K*u-gYv0zaIzK54tnHrq}lHCwhm%1NZ1#QI4|1RBFSPb; z3~Dpo3cr48t;MDp$NPf)$rxfw+m#q4`RWgS4m!b`XDz4I3K_Y*wU!~PvY|^O7PFk? z*)?Plfl|~ffu*I>Ev?jyrz7G~gbfU(DG)*AR#A0FT{mP|#&nQz`skWp|E=HS?A-;& zcL$iD!P=I(Y}nr)5r#ViX~3gL=QK4mm1I6I`O=SlkuQGnRl2AkFPB&yVywmnB_Sbs zvE;*dpYZ#?`)%3_Lxf~S?Ey@=??0EUSd);^5%Z6J_NRIEm0NVS<}crRmvhcZaYfaG z(6PGaL-4a!o<$o45^+u4ddlxIvgI*IyEb1VMo5 zED@1Uf;8l2%`OwByCVV_Vla4NrfiYAQbJ|G3hZ);h$2@YX#iV- zOc&C`S<3fMGIZGRn#8 zg1Ty5%FbOv6BviRXPqNrO)3La7*N(VS5M9{!qDg%848x`3Y%ms7d3-}U6vO!3JiyY zWKrlmP+iS)uN^Yn8FBi=ea}%Cv&>gqofcd_JoiCm!DMg9Xd3h3`%k#OEPZ>sYlIFw zHa|j=MKQWDXx)*HN6eNBE^$3wPhX!615zR^6(J=Hu2>`eZ3rO7dF2v@lzv3g8&WSs zWN30)YV;=a)cJx&ACh3rhzSSTgx!-7cY}b7M=NH_C6(vjzIFdY1}Kh?k9qLuArC)3 zWqL3qj@;@=`{Arb)3iCw{g!N)&=f5TQ#dN{Xvpr-h~Y3LOEYxmK#)zXX)2Ab8-mUd zM-e)&kbz=299^ zF&>RrEppnX!D{ChGeR&LjfkRfgYIulM;L{!UrY$Bbw4W^pp83zV>Lvj6{A5$RVo^h zv#blKLMAuIOfIj;QWx!Ss&a$&-)4tJ{;Y_6BB^Lw5~awLBKD@(sQ0{V4M77By))KQ z`ZK9d9Myh1&_|v7_Ug{ld6nN5G~S2QuamYRbz%#;XSQg;!l!3@I`1~}L|aR(_2&Nd z>WFp}PCyOGVSsl5V?x}iZe?Uc2uvw5+#zh&ea+LyV3yD{2Xe=x` z=B1|UEZP@1_9R}l-GL-NZORebo|j%_*&3;=S2Fs}BC}2B^=l{r939-`g`*Qxtf5mZ zO2r$GF38IkmF&9u?=Xk9Au^i1DCKaRI_hUzc%-4EtDISJU6<6VL79ZnU>~b9)~4oc zUNN7qDYf3f(|Y%H=#5Sm2>P{=pM?7-F;U7HoV>rs7{g@ufFHX13d3;(fhJTTlVOHz zW0tyNzAn(+B_cY(3b48*ZwnebWl$Y(eX(L0*9->_YOYGVj$->Kw1ubl#`9fVsL zM^$oHu`LY^5fKd?t!^0(6IWCjNTM`>l?$wj4Zbm;M$@znq%rGN&0rLwRL*qlZj;De zxusdms&Pz^s%kjc+a-=Ns;VI?D;Q?ZfNNcAF=^~##!<+)&1mY-?WWrnti&`58Heu9 z7;i#T%3poeNMRrei6g<745i!VJh6g80wVK8xqUNdoT{x(OXsf$9Jrq4_|GGUyO4I`woG+hm*C5|F)9PD#8yI{Up za9mW7#N?|2-B^}3CruM*T#6_N6gLkKX>?7~v=n)bl>v3#pin61=A)=9VkANBu5xSL zaW$K>zL=q6y&a~LF{h_9t}j=<2O3x5VB83tp%|#Z9io9iO%3aH&IS3V2BX9HR`ke| zh`LQDv>Or{8ehg}HpwDKJ1u;+NNf%s;VTu*CVm|d()jji;|Vb-5rc4uC?ZrEa`*0t z>@4Q-*^G*sgoFaaz0*ftP3m}bG4tgG{efdP>Q6;WzOGS7V%$a4^=i%4YE6vbaBrWz zqg^JW9Zb_wS2Z$FBw-?HzXTrTVzt7I@mr((XhXZ!TBbv4&UzXHWMb|o?83L-NBnVs&8ePxt3JH{3$2y-# zpX6!@<-oCn(uhU~f;2!TF=61;#JVa;l5~>>a(E)s?>06=L!mX1H`lhtkoS~!p!KYn zurD8Y$LH*OXB6RP)foi<+)U{ zGnf*nHKw(k`~|9zK!+8rq6DiHc8nt!47_id77>}2~$ z6+uyBg(A$ybk^{A_K11ep_QesACn{}2%%W#3v_XdNDK+>kStD+HpG}3Qp0FxOfm{t znF6aLQaM3NNfd_EMNLswO!qRr^Jnkz+u!&W)UdxdK@^HrQ@N`_)iIR2T$L-3AvO?{ zt>r5}^g1WE_Bc8mFgshYms%dZKW9-?Ty+J5p<@2AaJ)Wm2~&p z26T0Y)@xFmLFN)1)Jw;GQPSyLQbJd`#a-w*%Aw?Ff0wFm&~<}~Vs;LO2x+)pEV;V8 zX7^}^L6TBZQI>91yUq(n!;BAISo$&?@rh@*%nPp-In(9xoify5dg>%=)ZiXEXC4hDp2On!Ndh*IY36(8jn;#ODgJ*+XrM6`4S-l5YM_Vta`Efo>5Z@GpF!@b!#m$Mm%H;yzcM{xV*aLwO4Pmnm1^z86*jD5M$BQb?f{Wx}|9$Ndm$!ghpXHjj;x!L0YF|TG9A?LMNtDU5uk z4Z9EGY!oAZUs@wJleY0HjFg{5u<(o;WBVBbCx}R~HROC!gOPoYo%>znKiO;PWoO(T zy46r>AI~&i3KOn?NwC#x^hpSfv7e^tJsXeO&Y6e4+hH@*_&s3Xt|@`h&Xku9Cd9-v z?HpSroUblOj3&z*w61HL4HkL4cfiZHZ@Q}kTRP4}Be8Xh?pn&GWZo{>J31iDLS!JR z3&~Y+OUAp)&UO?~n{@F6P(RM6-LaOFGWbK}*$DWO78T26SCR z)z(ybK^%m9^P6w+_Fvy;7^j3&Nr1$(mPBMo1Wg53iyAqw%x2g8>@WT_U;XKy1Uu)+ z)kn;iSL_`g@y>VO=Jewg(;JdO63{j!ADmwB=9?d~zOHDB8lk068ZA*MY}C;^%c9mIZTi;BWoHk3wS6)dN%<^X8jx^Uwar z|COKkkuPv`w8wJ2rqeA4J5%2O&IPl-UUTbY!gEKvAx&Uo3Letn1sRUA|5Kf?$7z5MMF2iKZy$2s-x|(zlvszTtqNZuC7-bou z325pT+bUGp5eCXt7c2`@XC2YEhRa7EvwwRCJDJO@>)H)4aR#-e$P2PGp{g6ovSt`q z7>t-&7!490J~@X|O_GM3UtV#ve?%B4;xHr`4d{xBbyX0D5p9rg_s+3fsV!=ji^3tx z1A%D7hFt49f-FlqVkBXn(_*P8Sj?}eP0rzD0&9WI9pmQJ&)y{)OgNoAMt9Jfmh+F? zs>{7X1R;X8?Xa^eDq0kh$iH4X|Eh>07!8J~AflSDV31HyaX-J}nw9runN8feV~t?y zM+EKdzwWkMI&yOV?x=miVa|{d2@xe7Egh23M{WDQXNy2>{3_ZjRglooupnSsc8muj z^s1#YYYuMg5~`TT_de#7m8&xm5khuIzlsr|M6@ooXXsD_UIBASp~&k;ou>t-s7*b? zy(f>kcyh+x%>#C(LxOmWE^4H)#98XpnOZVPGsZh(?!SMZs}CO19PH5;&EzO0jNIv# z4oB?o9S|fj-}|dK$PRY-=!3@`>`mF5PPo3xskLk2E{cl5Fhxp1S=ETn0trD75(k+} zDs>&E)vkudh>aT1Ls+d4R5XZ0AZ);RkYQ!aINjy>JI_(I4foGZ-QeNRj&RGvDYq!| zwLkFtP>9$LhL_ zxbyb*r0BX$xn#c{>yt|Tnb+69Nc_i<^y{82IGqNR^eN+hVDZ5UyOk$$>Wul67P3hp z5i7SUDmo`u3!V-xr5|Ga$|zD!ad88TdxP|agQHUy~i55XFl1@(QzDxQQ`MnJB|fJb>1_gan`q%BG~zHAP)w zBg5|Dm~pm`s331Gt0Jea0s^fGee|uD-1?MM|9zEOZw9db2~^UNPkU2us1#-}VrLAa zv;$Ft3TRdxm#c<9eD`g-WJDmXucQ|=%_&iIla6c7*Chv8!pTd=h_J@)M%b_>8N_sM zxk0K1#6;+-h0an{B}KR3gL{wo?t9BjNjU%jAOJ~3K~&#kc#zVqD|9KbWW-?zfg*?l zYy%gIg0Fw=t9K@b2zfFRI~?yjzR$T{;)-*^Tu&iQWLE;Pg0 zQBl=db#G?g`+euU=Y5~&_we8U%im?|rU!q80>1m_-{yb%H~*Gh1i$w6FEP%yL$*gf zM3sVX{^5TB8h-wBpGR7Ucam8-qlrAyb%+K~zLu6D2!N@6@mCa){R@&5F9}XI)fYOS z{%{zC2pd>eTC6w7M6#Gy%oi(?G$T`BZHG=Ywz2GOPw5&5E+x6{DrR^gttw0JBc>!^*vH|zG)qr5G>o@2^Q#rQg1qR!wy42?VKU(8_?&C|J8Vy;*q<4R1xbR7%O_+f%8B{LY7JfqZE}H+L?zu zr4yc)R|_tf;~B5-lMn?e<1;3)d-AF+?_$^7;HW8MK@#v6Es|l(q&D&H^HGyU?6!zF zR1O0r9dVLkT^OC6os&AjATJO~usUBco(#El_cr$7W6oGm`d`Z9|r3Tst^m zl^2{G9fzWHAjs2U_rj5a< zaSsuJjRiGcCMcysQnplqUt?`(zP<)t4f#%jwsYu-Wu!g#t`GU~Rl(z@kJsZFDa5)< z;5SmL{YLkq*))hmeT;~o&!TR|M5Q=84Gnp>UQ>3bZ;R+N^%{#FMdtPd(~d@|39;%UbW0dRk}In>Pfs} z!viljyz)h=kZA+DMYMvGuHt0TlI;xG8s%JFEZ6wtG|PBr?;tc+od@N>TU^&rH5FA` z)47)Y{cW;LqIAg9s2ixNit6MkS!~U<8@BHx25Vj{6@(D}1i*QR?;gKT9ky>FHG%xVpbC#X4TiinDC3-OA*8VkS98=bH zpjir#Hq3|TR~2artzYtk`#Wk=;5FWW1IPlvqs^&9-bzy5u; z?;e6((kxzZc{ZoIf{Wvpzxv_(+`hfbfAwGf4iq`x`}Y3}9ZYsL@7Y5hK7P)V2Pb6X zgyV~owN1HE(6!L&5La{k`ZcD-79V`@gcpy_Xt7KfF=rl6Cz6~2&w0i#f9>b^FaGs! zQ4DfO3{O9J!5{s{@9?ef{uNsazWghn=Zo)sfz`6XG@6kb@^Am$zvt}uoHwuUaBF`D z?;LGs8IDu37~k$g51cmUA-N<-Qk;RXt>v+R(Hq6L-@vzrnYQ#GTC-8S1ign%EZBfm z?~Fl6n4hdTznC!^kI0;)^Ohvjv|UBlI8vR_RBiaZZRt8sss&x^NJc@nX{`mDh16)3 z#EQ$2?QJpbYP=Ps%F#4FSgX<`oLI7O4i9-}n$Cbxk;#*4wD8ab#QShKU^p7^^86)v zI%HvIBs!t&mZ%jB@^DhM2I{gwWC?i@VhF@yj+O%$Y_p@FZO%!r8W^TwnW-drg%$}y zb|l4+ys|9H87j441xYO!Pf`}Egv-l0*Y$x9Z?&@s^QFktYwIP!6EL%qb1EiKb)8HEg`fe?aQpWEfFx3A;8=jy7$)QaQN zQ!bvIQ^#!TzKh^uDbROh`ZO(xASYooDbU*EyRcdt({j<4Jm7>C78NPG0u$|}3HdtT zC_|Ft=wc5e6gVD37X`fzOTiWm1|7x3tW_`eweT1b^OJPEmUSGBhDV%JlV4n*x3xyA%91OI5dAo-df4l{gedw2=3& zmtKeXg^$3q3GYSo$tNs}2{-P%!Jx?T#$uce(Ev?Dk|f-D_YG8*^8D#jmRC!fv<~h- zsc=n8q6*%8>n>GQ;-ld7Ys9K1!6c$6$iv+(*D=ddE$iM7ReOJyK&0}`cCLL!tz zOR*k_Y%=Zx8Y3l5VK^M)vjNW^w>*3Pl%}pfmD^Wu2zb}j+{jny3!~nVltfq0I-Jpa zL_9#RHaIMG%rCNWe3QuV&i2Jozi0MhUK{n8y_2Ykg~w)*)NU}$R3DwQQCRiGSMM^? zO3}r~^lQ1wF{hHR33+>=?s^Q>XCTEcMqd>5`AEA$Fi2C{ zWra3-yf{0-R25s-wy_i;AvJzX_iymd&UFM0sDK#9dt{U2RyAc;bLM8`GUtth&mp{^ zcChS9+GdGdmg_fE#S2Tviz1Eb((|rccV9~9*5j^T7}dYoD$TevNjc1}vn}7GGm_)e z=Y030XPh`qk!q9|7#SlNL|7PW8NU9aRm>Ynnk#k>wjmMZ&n;DZLZLLi_H=c_V!2{# zu*JpvjQ2l&$n2rV4>V1-!kPvyh9oveZ)e=Pdy9W~Z z{=DQTKYhf@*{^$q%$+!QE>nh{dzWU3ER#RKU?)53T(!BFaZ}9X7 zPlGJOt+|XeZTPWv03#N(J`e5TbtE29JD|}dbajI;hCET&M4^qPMpCd#>pG}IaZs_M zDJ!-HBbwuitLH6y(~9BNfGp2&r66}>YS&=uz^lki3d&HK1!;bOG&Qy}s7#aS5y`Mu z!ik_MQ4*Sl;dmEk!U#*J4X!oFLPyYC3Bn;{jxdre2jRLf#&mIZmixd@G9D!)2a|o= zaF^#xLnSU~7J9)EK5sr1}l7MsSaWIYa#t6zd(kfanU$67-j)4yLdSG?aIQ6sTvTCQlw zqXAl?=wi3Tt-oI150tTc63XaNJauNYXlztoCGqDB#NC9HlsPLZ7IB2CBRR%m(PRuz zspYtx@!tMze&O?PLn~OVYP3q2mkXLkkZQ&CdpAj53^-cM$XiKAgTgZ%?gucP(@c{A zI|n;dgNAC+vAV3Nqb6vy?hg44x0IkjqVbgSg8S74XFr|u)vtbu+~%034cZDN5zf=j zJKnwf78=1Pk00S_(WpS8){4YBCW9e+U;Y~3`}1#6ddtTjKI4r$hqy+vw>xAkrXZj! zE40YTk_0Uil$5kKq*>R-puM0-)4+7m3S&F+Vt}_UYOFepYT19|CT*Hh&sw&Xrd%x` zNhr%z7_Y>MLK8Q39rvzix5* z8Q9KdQPU@1x~M79F-wSzD%Uu-7Ag@d)mwXGvMfWY1m_JG);Bb4)=|ziZYDUu? z=2sUS6k|rY3cwGatn*dcrVcNyX024%Q{4zN6MHtEIu13hgx7CMc0{d~wN#_n&igGNUvtR>5F<#Jg|4 z#TRdXfg1<6(c=X2sHoB@EDh`pP&Jr~mwfAc-{a-e1-rXD{K8izy!pmW5H$?;c>LGj zXK63+!1>iV*QUFysyXM67c?x$1*j1;GpLuZ-un!A@bW1F7)Fgi$18_diRbXzA^+XK z`aQ0F@e9z-_~8$~&A0yMulV@;&v>~g83Sh}{MUc*kGb~NFLU|uK8eU#T-AK{dp~7Y zj+yKw=u~4{!E|SvBu`mZ3$)N7{WJ^O7a8r^{VlTqa=&88PR#LLp9wxS8tAW45$Tbk zEnjb(a}^CG4LMzFP=m0*E-y>2<}=1s!d9NsVenQm8BA!a$cbnzLc__?1zWp2sL>?k z42*{1{!===MIBGj`fnRb<7tljy{^j zlETM8I{yj}zd>|vu_Vz$G(wSP8O>DuI$1MTV@w+|-Lf>{`Wt(sFEl4tm-v{}ZrhN`v`$}Ej=?ZvJe<&O!}4my;^K;S zJwB4rDjtfnHol&@8{-iyFnsb?AM*B>evULUhJ^JvW9hn*m51B6-azLWk3al4y!NY- zVrz#)C%CpF$un+!?p;3q=})o3@SX4en6G{H3tY_?Oon5U=wK2;kmot3wk%gA)4jcL zC~)!K=`5ygK?r7>$-p^HDmI7txk@6!z-Qx{2vNt!X; z-RIrieeUkQgGwE%cEt~0-sexh`EABq+cd>KS|u<_aa^GgXd&_5;XLR>V7et`C3teK z=)C2P$%MoV*c%q#3M+*z$_n z&&fpwatPfXEG#ddeUG1he4p=q_a~$}V`qAe#Mgr4DiS@$KO?hQXfL^dMewvSmcYLvC&)AuK{5&d&a7ZCKo=UUhRU#5 zt{99a9FE^XO3B6IoYn^Im`^IaG^Bb$rbnz+CEhK9^f^-$g+j;#(*#hP>nf~Wp>%;M z7c`aO$_4>zs*|8Mis|*vITEdD+aPGp2f@{+WU!rk7mAiZObv@%({$(^#m?@C&bAys zdcIzBR2=I#Kq!w;4%2pQQ?Rp_vpbnmp0?b(cbmiOx2Wp|oaFTEl9x{|xU5zranm(% zvsD{!eD64t$aV2Dn2b?6Si6n)n5N-AD^94$*disTqg!i4UO!l>jR3}1u9Cogl95Mk z*E+K%4vSP2=(^~8QZz9y$xv^cguBS4(d#YX+SUz*dW*B86=|xOYz>h@VuV4;K>F@F zgVZTE?_NhdRXjgCV%b%UyMkP6ln$9jwza|RDOw<9G#!!;bErBAcobOdd(QcTpms5li+ag8mFSqp-Rg@thr9lI}fBhA`HQhXYVre5sZ^JUm@ z8QBf9iriqi$)2Vk8xEUP-#)KN#4-Xv+fZ->C-1AG-M{W!?w8i6WFbmeKjjp9y?`N? z#CszuYWkdjxENx=guuqWgR-_w|6M^$n<0)HT9?giqrQb@om&fJUCh(yALHX2o~J2| zoRPF!%a@3`t)eo!_v(8*zjWh}U%K~2vNWYNE8c&3%J&`~ zhc@DJ&dby1+&R1*tk+WFMYv28ArMlaT-ZJrs~V+R&SwjzY0h-GPtsnpwL9XdJLB|n z&S;SET_ENOSNaLf zyhAM&m2Y`rp7Qm7@J|`t`vT0bxc~n9EXs4TOt6~6_He}2;+#MI*7sRHtr4V@^U%{+ z0ZR|lSah_p>$1Q`!6FR2;1|Ank6-_lukhYGZ=ohztUmlc_a8ptuRr)94^BSelb2_7 zK4?_Nv6lW<|M~C0oiE|;f0xVoG0&bn=1;!)$BdXD2ZpkO!|R8PclWVwg^A>W`IDAh z22+fPkpfxZ*G1+A6lqRsQdXw>%Lt?R77P&xFc4pn#NUZ-P~jU zV4JpsX0gOe%XlzACmNY(d}*o68X+}{#gcTWIX*h)PzZFI(5-5cog&5wdm3M&y9DP9 ziQam37rPE)Tciu=y4JQ>Y0^5FD1PbnC_1F;^*!_rI=hxxOM#v+KO-;w+$!H=bW9K$Nq?aB`o|5#Ca0^ zJ_D&4?rw)rLSvAFoYic`c~f&ljl-fTVnO28V=Z2Tc=bkTw;o&B^;dLsgyUVxD|UL{ zWwKFcBFRFAHZ5%w1$P^Ee~m*#myjSyQ&b{JCmGf`&gPfctRfL9(uZfvQ-yZ|V-))b zJLsX~<>L!3Uo7yuhGLX4C~{Da)>vF8aHd9}$+LvvegbMlTLnA5NFB;Jm^W+vkB@-9 z3di}$DLd0`vNS=oCQx^Uz&pp)#RU^*xqIhL-Z;2UmZq5b5>q!6qakh6k_-#pefu4b z|7M1q40v$=h_~2;`mt;{t_?5!e%kL>{quGkcIV!9-P^H6Z?S%H^+q+>x2V{7qXdxajKpX7 zwBur4(m5Cv1<%eeP_D&B3*)F5aC@>Hv$|c#XQ5+Nm(+GeL0 z1*iA#Gl*2*a&}3xbB%nIBV~rAB9S8KGy-Q8;~ghe3;6{}cAe$b33Q6F7@`I#$|kI4 z4WE1WZT8dThnlXD(@a>}FkFIXI%asA#~{KBui!NKhv^wRUu`yVsQ zE}@pZEK3~l_8Zr^_j6x_mybDmdCJzd#M_ireaZE$-QZ06*899TddW^Ug(kGoFMva~ z`1+Uc^2PUl4mUdEM<0I7?4@OIyvwzn9d2H`!B@WWt8n}CaPgS?KlmPh^U+_>&J~x7 zGv5E;Ltao)1A9BrUBD&qTVMMEzxn(BExi1Qv-206oV?(VzW+ybc*LN_7{%v){!Mlc z??BU0R+e-qs8$`REJ#^mQ?OkS?J7P^jV_lBnQk{`w*7zMhH}m!qyO7l2--MJUJR`JC}&i{bVl94ZDQ zunR<6VttG042icPS6io`6nZNU@VfdmFk^gJLV^>)1(;)&!dOFRLT|x9Q_sjU52}Df zBKAjQr>7Rs)~8%vR8I2TzuUUIdV zu{YR5Bsr7a0W=NPSgN{43dzmu2RtZWu$ryVI%GrTgGd2w4Xt&g>8mqW*BO*jNGWNW zj?UGboL*AWU`fbH@KVq@i%%`C=n&SEX9}e)rs>c|^Y+_sB4tkJ4aOKAesaY5lcTux zi*S9#>p}79R(G$38KfD*@d(lm+k~TIrQjtk_c@|PkuZ#8noy+pXz|`;Vr+^Vdtd5~-27=O8;kdd=e}FS$Bj(bX2e3)xUWLdeZ_3D!8e)`szIk>XlU9eF&( z)`)aF!^}#g^Q^EmQH;EFhE-dm^C3zpY!eGGA37CX*D)TB$c17u9@C~d^>T%?7A3rlr)p$(%M>m0k=+dO;xgyUx~xb?YrkV%e|aqgU} z5Q||;61_spZSEY7xjLyZw!(>$cdj4O`71nvQF?=}Nm$JmT)C6b;fR#m%_7Cb`AQPW zyb9Kb_nz6(PXhW#oivVw(x|_zBdev?X!cvSd(8!vD}{BAdPAHmfl+iM_2VSxL%G{e zKf2dCD_zvZ^lsr^uhRqdWZcV*cW5QnwxiG&kvJSK!tIO$^5`;~VX1g?+cC7Y`-T zE+#hGRr`1EGRnsw!PJ&jy+9@o+a(;IUt(H|N;TPd%v)RAWJ*P^mH^p8XQ|sNh$fXI z%`@7zMi(6h%c@Rjx{jvqsG>kg^`fWv<~7c((aUYT=#BTdI2v;sV7|jQ@A4b>?yx^P zM5Ugy)hR!D{xQ!!`Dk7Aw9YZFN*mpE2##_7=ov$G0Y!9b07+udB)F8c zL6NXDS0pw?35lr%W4bE_TCQJW(1O5{9!Z z!8uP|hg_*7QM^2R!O7_{d5m^w@mLo?aY8wS^N3n891OX2eadpV;`ZJFgM7q%X($FM zC#UCp_@n!M#`s!D`%10i)~V9{=`z;|#dw5PIw1SC$7;>##Tm~yW5$w%DH+Ln?Q_vr z^!i8d9};WxbN_jPB*S6XZT#?gxu!t-7+zp#uqc)^Ay6@{(b9(N-9YSjz=D#;FVC4% zvvsq8)}d=fo)=8V1(V?@WXH8Fow0b|fiyVZv9mK~G#c{Y<$dbQ4xuZ29w@p3$dpDa zfi(teJyHq=I|;_5)OABs)+7UsbB=*ZkWyp206Zw^c>drK`RCsQ<4Co{TZhyd>nsjx7XN!|q< z9NxIj#rZjpe)X4=-L1XE!a7IW@5wQOXS3k#dk<|~pR99~ailbe z>=zLWAiSsbp2mC97&5$>O1-vWyHM`-njN*#`RPl5c0=gf^-&1kGaU};Y=e{nEu(Wu zgK}Y1m1#+;1Xm7(@G)4|V_cZ@;6ZNyayN4?`<}D*-WwqVHp$U#6S^*fUR@JkQ9>?@ zfLy;imG&(o|Fd@?w{`|RyKMeW6>^`_oW|Us&0xpA+RI}_DuiG#oU)zVBylZ`FKN1( z?ZJe`ESP=#2=Y9(!QkG`4#I`zF0KvS6%$TZbz^9xXL@ay?Y#*yOX5cbF6dlH`^8H4&252cCyQP}VEvTQ|9x!9uK<&zB5j!q%{$69(f~ zEUOt8i#hoShWU`pPH0w&QNG2!_ioaO8Ff=K80MfYstBn6jEqDmZVaaUCx7tYz-h&| zzx_Tp?-VSXii5#EpFDiVxBu@C=~$8CS=J>`uwq5QfN%Wsf56Y(y9WuJt{yQznj<;E zwVsb3KH}k%=e&F{r#ykT-#lP%XT*#1=Y06&K4pKY^;66?h(r(eU^p%qrbCX8PN?mQ zpMLlW-}$qjFhEkBI>vY4%U^nrWa62d6Er!AN_h74jB;L+B}p73fa_jeg9$KF361R{ zh$}ScO$>`S5dx;rSm#JmO=m+fueFXRSs6*HeST`~sF7iUNnm@EcCw=ORgwk}DwJVv!_=i8X2 zU|Nj0bNv?91bxlv`4ta-`gC2qY>tm~e2+UCathMu_!*=bgUOgQNpVe!6@qSHxa_X@ zkY~JLMZtb7ghlMXu-4_gS`YoJthf!T^Q&%;jE|8UKUHYLyJ*P{rAbI1Te65axeYqH ze8mDw7$W0iS_~(gar*ofN%!{M8yMG8>W+cfBG(Br_jG=>j z$+o~J9$`SaP#AdUnM{WigA8Xw7t=m72<_S0FHk#MTs=G^-JY@|#>~$zD4pRP!}R2Y z!bz?l9%5~a5)v;#76q%aB$JxF$SGGVl-7X~-I>7R5`y7i$UE=6!{yl-FaP!dv-dvF z)+E8XZLWHJay z4!gr>+;P|KV2t5(w%~A*V?2C(zhkg9MG3*Gu4$VZ>4R!X#Y4R5c`b2FR>gv#h*2PI zEMD>r=v^HH7_(S_c%Y7Q1~wc*wYBR4r01D+@t(4ARMmeE{oZ8a;XI3nZ7l?=2+Hdt zew_Do_LWG!+mKoq@0pGUH0S4J8iWcAm_!Ji3Ztna5eySa-SyRp!?;%kj1&T`UTJ2n zl0So&)86}*9+cF>-elkNiAi_Ht=lGf6gBm^1^zP#y9mhC&yxH$a~XOY^`|s38_p%Q znPROKJ4Jy|70BR{sOpqauBqD&X**IqWMv)O+k5O3Ma;F3!71)Frdrap9Znk>*7I-WG!GLh$onxXnP1=){W0 zmovWe@e#)_kJeW5m9-3&BA1fVTISD>IbOAtlPNogTO^4@=pGa(NCc#5&e;kk<&5i- zJ#Jp#=7ZB&a1=R1qF_24lGFlnN$Y2*%(GlwA@d=(-gy@_5iFM-#h@Tjg5B*Y!<~%D za>76toS!fG#_#?;*xlxT|2O{&<9*M;{)kLVKKRMU{P}r5x@7_ zzrnpbKgWxcbJF>OS$)YkkqF`Vo1c8lAOFdB&8ZFHHJY_ z(8-!4Rm^59K6&t*x86QPs?e#itwQNA13sHwa=5ogxqx!nlH{5~X0*;wEn6N}PblU` z-1+%?;LM-#DutKSO-t@WYP3jm{Hh_9nxaUlRu$ft z415}BIoTG47}C`ZwoTa@9N?Vc`Nd;8U!kSInhtD6Cq2pvvP7dqPL{Z!)sZRQ8m{JN zbah6yYJ;N?jc^KUJYCn3Bni7aQ?e}O?EH$RtY0D0oySG|u{D-7O~~_<&KOpuq3sOb z`85NkiN%K^kcf4YGmtr3`4)MuxO4j!UP!F#Xlr=*;0eda$B`WSX`!yiuQQ7>B#Dqn zrBKEpt;hQgQ#Y7gvT`jS9lzu`D=biRO3oe~5*43Y$1#xK_!?}q(EV#;C9xJoicb|i zeXMLpM;f&_B`s|~M%Xwormp87g|S%43Qa~%Lcs{Il+-j>{_^3E*<*)Wdk5@p2}Xkv zg~)JL;hhg1GaOx0G1?k(g}i-(+2s{m*R~PT;f^n;a6CId<#sxzY-)-$qiZ@uo*;yxYdcnT6}l)= zp{ym%vLHZiLQ#@9*q>~1=k8tZKYYORmnRGcIbQm>VS@4k;R0=0OT}b3!f$t6US4wk z>?M2qdkABoYw=A8zAfhq^3{~#8zY9{#^CGb$De{Ya?Y2t{P0!;-`Ub{P-YLQ4FGKv={=qBp-tpfx6RPvZ0I zSRnO>@h%oUUHsZTAkRdw-Y7bq`cYOFA0sxhntFXq7spgedX}A|v7nSB?c5q>ClNRo z+7%bIqwE}w2?n7xi$;cGX&uw@SvG1RgcU;IZ1QTcbDJY1(f74L3I;lkfi?;l@fk&o z*8WpMH?fhW(Ere)4?B$GqRo7vb)>gaNCbOnhLj#BT|f{kixveJ%@U^*I&0A$ZWUV$ zg$#^%q2h6-rL1OjrX@*o@*?5jV4v~e7IoV)tCpOv&UkrxhBFOTzDiwKx6L-*AiI(G z&{(^M3#l|?=U~L$J6mjT4RGp|s~LR%XnK2ZIrN*N1e=hGLLX)fJ`=V7sB*B9orlwg@k{d3cNc zgBvtegHBRpqF63!_V;&iR*{V|+$>?il3)7T*E#>zH@T=D^WNlu$sp(B2M_q;KmF?% zdbp%=Ho6~jt~lfCZ-0%ux9)MdED=6oHos(gO=DLpzWEnFQqh zUxs;SfBB^uRBedWx%+>S4nQYalo6`-(7Bt@sM2m#uK-v_{8oU>eX7y@|C3m+lwHh#Avs{9=-9+`kHa!k|U zUAE z+R~s^*tDgvcyBpeI*jb2*z!h%{3aj~9#k|R zwH;bY&_m>?pgF(9Sw~R}LU*K{<9$sgEUMTgNfdTjflZkd*Jy^8)A9*z+n`n8&UmA+ z9;_B5QjsMo);0Jd!_iUJ6{1sgjiX6B#=`-r&aftmG`(lJDygcPEK4zMw?6P#6Y%c+ z$+Fijn9kC*9j$8+T9QkRaN%7vQTi%fj;J)b&dFuY=kDHRm=9@fhc%LqK6%Q?)91A7 zJS!VP{$l)m&rwR@)0~q>=R9K;JIYz);)6`i1OiP%L&}&PhU>0S9{}6na3~g3 z{OIf{qq8ffyFV8`~%$ zX}b?dUyw`JZY0NyRz&Rp4xVpy5hZ? z+dMp3f(-{;wehQW?<8@=(`#i^M2PgdlROqJZlicG8}{YWm^J3XZjgPG=o0Fs4X)qI zV#mjAIE?xZ%BEXt&1Q?w;Wy+ZJ{Cc4Lr82l4)jV1R-F${>dvA>7zrsE9%o!oft^;C zvhy@HAX>B%Bx*zS>-+L!GrT2KDeDf56=^uRZB`>m3}bo)93_>py<=ZfkTkn8sEUai_*8@OrK|=H1EA} zmoMB2*6dZY;%^^6<45m5qKj(t9`Hk~RQrNPDTOg66mE+JtCgeB6RcYxbb#Dh>$sH* zM(KpBTCkIPcDHwUc=nv}AR)~RDix$M0}ZRoeS}(Z^VSa6_ud6D!TUfdwT%U9$P10} z7Sl*tYx!rt`&+PcjsNw3{vY|uS8sFg)-7I~zTn^g;rB2VjLFFp#WGn@brRS@r|yQ13>~sVaFkVpN&|h?39&}Ni`df7l7zOh6hlp$EI~R>o?Wtc zZJUaYXU|R+aw85yri%Cz?CGU zAw|AJJ+El|46!Il)d*FL!8)`bvNb#iblmz3sag;UCp@jM&^8=YjL%Tgqf@BBsw4@|VrXzMI+Z3Y#)e5G=F&{pD$nmoy=3Nt+DIFeNhV$fo@PL2k_00j(Do>@ zb1LhgGni$`u*kW6{Ra0RJYasgB2R{7c^(cSHe6Flk|1LcsLE5uJ5xGmnO$8Wu2K%J z9iX#tAjx!svxaImqh4lA7oNebee!&d;jTq5&RN2>pg{1q|qd@Mtf`k;`)84mpSy~BOMRneP<_$06H80zKnZN8j&R? z{#`#&=s(xzFm-(a(^Gw8v9rm2>%n+UbmAsTk;n~Hiig&Eq=Qa6S_f67nli5S& z<(y$5`Tmdpmhb%N`-lR%B18)C8vm#5sknL2rDzFF@WgTZ8tjfTR?8)Y-r>QMCoGRz zJf0MZ?HqXm)ASmLdxvzb#j2Je+dO^tf}cM4h~Y59_$F@N;!|v+Fbc@<{~ud#5@T7G zpZERFaHluNlo63rWsTiUHrY)!)wD!XTo?o_8L|Y+T39P@tc{np7u*}Ly!1x!%CNjJ zyrONufB``yd%+e-kZg8WPt}!Km6?@O%x`{oI)fMI+!rsiSwJF?6+^yw_ug~9^Zmb} zmRtJXd04k44T3bLe{^Br8c9vf&3wvUv5zV;v}s9DxEL%i5cDP)^>vBYZcEQ*xng}) zadbH5`qhltgFOx>`?wbF-92JeEpbUpe^}t=3fopB2&7Ia>jvW*Tw0U*oa50km#17AvwWi5rt;y{<@Aa2R!(2Y&|3@FG$=`3tJj9OYsR&3sJZ#F=)g)+@s zxmuysC;Z-a2fWDb=RJakeRBFJ3@(b$yZ0&NvSf76Maaq(Xc7c9hADIWqM=+2*n2o2 z*TGe1g<~)%&<_-*^q8ilSy|>c8;*|lP*Tv=hD2$s3_U}W@eq|L&XYNtYQx@eNU9V1 zy_BPSL&k?a{_3xO!FavG>kMfegMJ^|8l=`pAF@p@-kfoA?;fdAn6@P!7NpK0R7*Ku zAw1kYKBa71=GRkBPEP3UjWNqLWouDM(71UaNb-y(W~vX6EQ7Sw)k;&IdLZK9PC%2`F3}t82?)Kcyh?49&e5E9hBP|o{ z)45WZm}%CrG$9nnZ6Si)_8RTHzId-Gc3en+vEg&I4MovqWDlpt(MEJ4y4rvk)6!Y0 z-yNxT*hUK>Y9Rzpq&p?m?rq*gM>fWIG7&Pgf-9i2OoejCT}P4>x8HAf+L?EosJpJ9 z?sGPx(GFE^JCX31?2NMLVWh*TB+ly^q%)){WI>F3BOV?83N#j60cr_)PE)R_DA`c5 zRwbu{gi&vw+Im*yikszz`Q?Is6zHlQ;KB~oyEcYgN>Zg*TT2<~KP@GvcOUQ@@9**8 zp}?9o<@AWhkAK0lFJ9cfg*ye1jdP^&CaHINFocvWjp5B#&(TGnI|oMyCFrFIX`a$r z$6jwlp21C`IBqIre@)X^gmBF38Z%LR^gF)^!;hhTLA$s>CJvSMX*MZNTCA8c>hCeT zoI{f!z2aBD`w#{L{?|YGH~jNI_&toS_}PzNaQ2gu9z$$=7jt^7T?1%-`*(ho-~AWA z4Q+*aA-Q@oBTohM`W3A%x&DeR)y!au7E(~DM$TefiV6Q#9aBmZ z5?WFkN?IyhR+HE1_7on*Lpho(B=*(~PR=;W(BT_7a(X+blVRz|J@;mj`aj6d}9!u2v8ev znj-75Twl>kG^^?wZBr7P(H{!>V~4%2$Xtr|4OUp3G&D}qQZeZDP$t8aIk`K)8HH1G zq>@z2V4M}H$F-ixpukv1({4~&(jURi*^Fi>n2aa5TF{t^et$$;TgtM=$%aJ3qnv!;&}qwjvE+w8e2No}xvArpoyMV{+$P0(YWC^V zZo)d&O9ZyRrr3-riXP>BMfTAVFVD~TJ}-D4t0_i!dJIBk1sMx!Ry)Ctatkn4C|0qR z{dQ9@JI~6H5rP!UEOJ7QG-_RRyxcZ6zO&<@lRN8I7b><#k3NbPM-qooyQ#R{Hqb)_ zAdO+h6*Zt4BT1OzS+ipAtBMcrJ|s&OOJ<}(BebJcCDNsc%=6~z5}^gBd&kgbnAT8a zDOMV)x}u*eK0F<=-c$?+IeC(^Ty1FTmip!Wm;mj zL>C#0&5EPJ9h|Y0n>B;MfZBuV=NRE}O~dig5r6xGA8@m`&uB1Yz1d*eCbVEHO_C-w z&eGygiN-k3@!eDA*Hf;}FAxZhPfu|)teXaEFy5a7xeT|p4CT|OF zR!ge3VW8o3f6QfG;x}-7a*z4V6_|E=K$bgpWgUBlOk`p@_iK0X?>=_yok(2=(k*t9{v810v~zAHgutromy-x~(MBS`d2$`tlCA?u zicqVrJLE)&5Ejn8MK8T8=-sUX?+{lPx+8bWA-k^|_lG1xp`1dAhMvy3o?cULHsQ@p zQzk-^$!_)^kNnPIjKMmK5Q?L{W1Mw3m9SX1ELII= z>m!xNSWD_X#u@N}gTX#ZT13^|&=Tt`i*ms?zVR#2KZbS&s~ZxP!Qc?8lB=sX6nT#I z6=a6#>>6(^Z(d*UU;Q`#lK=1D{!jcz-~Kg>b==IZ`SE98GUbMp0cAWJ8a7y9$dG^W zPyS`f@v%- zo?Qi_-B9ZQ03ZNKL_t(rCOQ_{d1|U)eYO==RCsTBeffs6x+JxV+O>>&J<>cuNI|ct z=*0!TNkF%^Hqmk z2x=WdD0Cj!%DUcQokz5epZ)YXS}X3K+#&TTrP!ckj?$9#vSN_-@YZ7*k4}QKqAE8G z_Y11Jq39J{Uo1FYx1nfNS;9jYXK|(tRRb=CCa{rGCm>UVZ9ulclI6Qhgs|m_E;Pc_ z!M&#~-awY*!HtzTWEA_?jm23-ujpYZK^VMha9CRJs9J^Af!&oJq|oS8QyW3u)In6= zrCPO`)w;qNkXo{7Dr^IGnV>A#(xLN=K{`Ts*wkz4ri8>GL>N1H7c?N$5>X4XcnBK} zhGePc@OVg)OAMCQl+4yk`ll(g^9=%li5dtI(|i4P)R=6uU^D{PdW3Y?K}(x}%qD#K zV>91c!UN??6p541=ytwT%bWj)%q=qnkIinF0?>%6Ad<2c*=KKOu zP2-^yM>lOsx`H> zTVH?W9J971lag_gkV;9tS~8nW**_WtYO!sZ^e3dMPh%Q}MMkEEH1;K;c4(hq>%c0| zme9-sa6!O&0P7N^pkGL!0HwIRxMcd~hQWg&FJAnNAO83={`3Fx?=fG@`Qq6#p1-~! z2Uf9kQN@lHkKsnc26_~v_eQ9faBFy`oR zLfN#mwjoJUbX??3+ns=AT)>+^+Y+1zk_tsZLK1Zeo|YPcWzn`IUb6ND2#Lj^T#B+8 zLbc?1N>w&NeCsphz#}yXFG)qdy+<{uG=$uF7j{$QgMwM?gcf+Wqr^Ay zDBlE8ty>`bef-jprvt39jE5;Q8$;vRtZSO8LfHbBZ}7?>ghRSe#85VCbmGa>052TY zN6;i3byZVW4bm%|mDF`ZFAr(MH&-)O*Cnp3*}Ho}(eDMSylz-5W^6VaM9-5H65lwy z6(rIwn%EMlO+*cZ}732LqnoSw5h4)xvkRlvlH%(2JrVK_ygcPJ%7Q!NB*qzh; zK55oxJ)I++r|%S->5{We!@==BpFH@GNpHeUGiSAa%87(G^_sP@WXBWIvO(MsoKriM zG&af@WDKs8odhF_YrC(lqLD<$DuQm0>7*Gp?q5pE?LDR5S)03qdFMvjx{zZ1z^;L% z`>&1_1lti(bWU~C3+dW$EHa^tzED2MAcTBNYTHEy2tjm8y&Xl@{oVia2+3;i{agrv zmAxqSjriV$gw6n=MC9Kk`-MWrPj?%;^#ZI%sL(|e=qTPQgX+4Dx(8`@oMd-O(K_q0 z>&7@jP$UWH6szgdnk@eAqLgtc9 zszimS+|H(;P-am>0obdw#{2Uw(m3EK6#}y&2$-N|KO|bwP~YkXBLt-`0xMKzeH*c+Vb!I{U7sh|Ia@`RN-3Y9h0?l zw^<3w-Lfs+VxE$6#E?&pAMoD8yA1jT6&r@513v%q1yeUA0R#;#A#_mg+`>0k*G!k! z_&J>J9kMU?==U=oo*q+{Emd8U>VibC$z>nhdV8|I^>buMf}4TFB3l{5>r}M6CcruX zFHvHAk4jjwRFg_YmS*@m+;Tz+2K_$u%F-KUh&G{ZENP(_kH(mdXFjVa$XTr#{^EO| z@vYx}pOeE0g-S`Yj7@t z3$z_!%>rW$Ub&C~LvRL)N<(hL`)Mt8Q&O!O%9VvCF)M%^SGtwiRCn+-C`{*u5cZO)4Q#BMo^RIIU+S&Twn8K^9F(Eh?D^%Dq2Q(uDD{p zGuGMVIMSUp&+Sa=)y{gj%fPs8pV)14gpI(zV_)RX&vQHL>~8U7Xd}D**!M^d_%_ZaGK0;_rBTyL($2~UHhL@MGxqEzv zLE6W~nv_(Bq~WG*5h^eZO=~FY4U_SZ`C`TX-k5LxgGc=M&!2Mh=A6@y-e}>vG?9RRFR`x32jKPHpT|~f01q7 zTwV&2Jg4955#xr#exp2$68h-@?QDsyOA;&bbwYb-uqqZvhvv<3g&f-3GsQ?23u-OW#~DM@G&J6j_HxQi#ht9+a&y7WV#dYAnr1rPZfc#fI*XM6Wefr8F0^qj#$`1-vMIlg-b-)201{gfx`Df6qv_5yc^+P|ayvGHe%80Rc^L{%MqSgzK*_~MM_ z{S4Pyu4iZ9Lg8h9Jmfn^3CHwM0{Ur>QLmt0wX~mIki3^eW4M0&jMs18kPjV`-T^f5 zp8wR;^3r5)__oso9iY2@1On|rVNW^cUqhQt%QH|&;JuX{@^|Oy@H=V z|2hBWfBzFwce@CSodvUVk|}q~zNjsAo^r|&AHV;IqoWDNS8Pm6(N8&>o%8bL8$?|8 zJFy|r9iKZ*=?t|6aTQL3cZWyp4~I-9J&ZBjEEWinkR=&~9@5i8Xx7`sUdCEGv6HGQ z1_r+_5ltU~!tD^4f;PB3d`Z?CN?B3#Glr8sgXMrV8#e2T!^r`@*N_znPAZzZ#z}=v zat22Uvd)=bttm(-%a*_R-p?5wX57Df#3v8#Bb8=jOPumFO^clw@-!#cnlw#u28R8d z*>Xdk3RJ0Ss*+^hAnx1^soF9&Qpf((b;wkc^a~d28D+b{HXbh>$zFmjL+N8(mS`pDXIWsuguv9n^sEmC zc<;IU!72A198nB2s!A}sUNf6-K*06oB3S52$w;EQ#K%BGx#QxI+YwMN&q-X$*;iLQ zUcI2jGGao8WI~@AYxYSvpiditcZ;B;qGY*aY3{OM+%{|1)6%@tjno|mlC3VK7sr}4 z0>RBr&ykC)k4+&l;eWI{&!Uf`(9R+rtmY0&i=`!rT}>?>6$A6+P9a}{;E;q3jwOaB zzWOYJy9*lHYQe*6#nH(gZR5dPhT{UAC}ztA*YhcIFF+#a99n3kY*9*)6^cz&p_C`< z4QU%gqI#57&7(&r%vK9tetLs{@siWy6RyuL7#-{}$cHpdgH94m)8b>LfN2fdCV^Rx zI?b%eF?AEdBxeii(U6Q0Y0-xQ>P3mv3h4sthZI5gAz?5Yq6S59{-trXYpd`O^b!)4 zku;Xg6htX$Hzm>-+Op#0>w6@}@A2%V}AQc%NqS>SaH|CwrrLAChXaC+6 z@k(##D?x2N>$cO(8v3c+vPvO*Z?{`4HaB{}1x&1E#7^{J6Ap}kj;*;Xvu8CGV zbc>ScOorepC$?59Aq2t)@Un}6{5ua~$F8V%Vw1aGhYrw)oi{`YK|f7MMFt9lQ3$80 znhl%H61Q1Xd(U3s$*5w4>k4EKyuurSH6RnoU@#)f#=N*teE#wc7gv|8o}D9wporkX zM#R~%Ae}48N5rZlx~)HcNOJH7wNiZZYab!eTui^YBf8AM%eL^%1Sc2@6dSXuf#<8m?B< zOUrt(VzFE!7KZ)75f|q(UcS5l6z7*y{?R}CE=DvQ9*x*E6+iyP7c>hP2w3jS+8yva z-#OqPeET~%yOm;Zy&&I0Fm;G^AXdKT|kI>+pBI@srfk54&0yhBySjaFM` z<%~~1d%~riy%m$~@n|1RGd02aB`T089_-!Y>+iouqFYA!fUD&VT5B3>n6K7s%7!}G z&@{Iq$)MN@UAXK7PSc3U^d!;VYU0E{I7I4AOP!RsX^l+wky_J}JyKU-8cS6-q$)+) zlsrpOTGEONYc2g^Omat3UR4-8xk_m*G^>_ppI)-LZfN|5Y#1^wGN)*b#kLhFjW0aw zq~x$)Fdhz=T`f^UFqjNkTrCmH7YyHfFKE_6@l8nWQ&rf}Qcto;@nsC*lL~AWV5L*H z)@z~2@(fA^GQ<0pwya4D4Z6jZHKsMVriHS`ewl7^fP+SphfIBFMRLkC{`Hfsik zXgrEG_84`E(J{ggM~NmUXO9~$w_@L9hpkav4(U5F^J*s*#=n&|qfn?=N8q<*kZy-% z=|)Nl!5B>s$p*)Kn^+Agk`<2Et2srTGt36zWNlOWX@>1tR;!XC*^m!=v~7b>I=KFQ zXowa(o^vvsur5pX_B>XFbyP@6q7=4i zY3dr|EGkJz(%_!!EWN%l6upd_S7#h08r|QAVGp^gG2Wn*#$ia4gxa*UZ413TWQjNr ztqm?+p@Yp*)Sw$sIfWHS>DeqD+IpJBn)0#a_`MV4gAwWVK2vjsFRv)8n!`~_@9U5F z;ulYGO&!ARVi#W*aA)KG*zFU$0EMosF#;a3(_l?>E;X?h!0)8&rc%;G5}}L@*U7fa zDD3TdJb=^v+wuFmy-LMq>UO7~(s@r0C{jsTTFTaiUMa%IBDv*88h5L62_~R;P~G_x z*&(+JB>=D6w!KJ_1gi#b$2Qt17k2Wt3n^y9bb&Ou+n_ZWZ$RU~I*+q&BQob4PRf{_ z5jJh{P75{u*1DJoK@mF}oEHd}BSnUz#92vcmaNugcxbieczBAlO}Lq`khaiRZ0%$8 zdy0{sV&M6UpFQK*&z>NvML4-dXHZv$wJn>JavS#JVu51^!g}V0{!_<4{-=L{N+#HL z#aB1yyaAL*@LJKB=5_(;D7rX1Tv$sw&Z@-72*`P&&s@ zc#=G&zHX5^M|gqM9^pzB%Nf44INzX^!&e1A`q3{atD15Jvx^&k=O2Cttx_7}DC>&P zzI?{d|HDfTdk4&_8GS5MLdV~K_In@k-o0bK_-xAG{Nz*q_;3Gg3kFm-pO?3BLOL$0 zY6sjDz}?9aA3u7Z!_fpG95(HGO@BQ@-kSQ=YR#;Z7b^`0n4p0&1 zmO1T!0H#1$zfB+Lk>hD&W^@{dL^AeYccNZPyYu_o2u>2@jX+Wb`8Qv7U$QzS;jCq4Erk%BhR!Gx_ld}E?1C2|1Wvvs+X)QJX0v%cnN0Ay_qI&N`H*I- ziLv}~D3Cy+#CCjSqx+~sd&YUJ^|8V9m&G^Re3#C19hr$OsEKb@r;~5IC(|j3wA)jW zGm7QPV{c}`nv7tQr>H0pB+kF$0lPt~Vf53^1~s zzpAiKgBE=2cfZNeNsp&5pOOzUUcG$H_rLckJsm8$r^91jE?;xf6a2IP;&(ZijQF#^ z{%gMfAHL5j&fn80BOgLxPPcyAzNnK#C&E6I3Ol2-K4!sL4VkJ(iRKwgT-mt!?p}ngl`0Fa(yZp&1(T zB1Nl&UOx|!^InkU3Gdyx$9iFCezxY?2XU|yhDJbtB&aqPqg(QEpF}2XRxQ1>4@F9z zr)*Xmt}m}ZNKWn^l8HXc>zc$FPA7-Fd~<_x&&VGg!8jz1pj@mP@L^^zGZ1YYA7!8| zh%5>dv#=nW1tbaV_pxVJG;NC)mSt6em8@17S|+4Q zQc;o*dI;yZ_u!QNaDeDJ(1x3+=#!JjTo<`j!333;*wMo%+PFWM*aRlySg0$n z^bu@!?@Nm#L(xN_<3RQ%es79khM~N=jo_Zll^@z zR*NnBq26&GxoC#zYHiwX6tq*8ymhI0PZIxs8zVoq4yVYv)RA@R_TSF4Y~%geMA?Lj zR%){&h1lJ{%ucvo2X-=NLv;Y4RS}^fie2(>gw^{ z-d-3XA#P{loeJ0NMks}{xI~7-To*dCy9snB7bX2KONMtGN7jWIcK7{ar#-WaC$3_` zV4*|*5lSI#PTK@SZ%3I;PVceT&%#UY0?V8L>!|7)+e%su_c8h-V z$hItv2_q}{c1})*oOKs3?c7`8RW|0(9HePrbAUoA67NaH2(KC%=c#o~Hq6;SEGR}p z=GRlcdhrU`NZPeRr>UnRTs8dS)7K0+A~EoiOZJ*x5HJp5 zx>)l4zxiAK{PBvtDCo62?uy;6j(W#U@qW?c?!80qog6Ui_rmPcITVUiC$x=Wv8-rZ z#bUML{A{)j>r#YZyX37zXBC6adx$!rN5;JehxFtC(Hhobfl!)OIDYT%|1O80{5H=& z{T_e$7k^2Tq~XjYLjbK+22zVy=SWu3i6p2hhoWJWCio`7BV%`P(98r^lEF7EPDoUu z@y3w*J{y+75pv@(N>S31=Q*j)kji4)aIb&+Tc2?AYDzJ8)ZU@egr+W8H6ceuHlBH% zkoR+HV;JuBxN~n0B_(@)!i%SGm@Vcgr8w9d<7v6MT5xi5%;9jttEaEYuP#Xk!Qr72 z$P39}d;ocKYim(H2z^muoFs#Bm?R8M!k(6p9rocmh@xjVYZliV+Npt61&!q(%V~_G znaya8*}8b-*0tuh+6sfG!G)Okohbb-Lf=H7s1dXnv{DEILV3JuP|}k)K`s)qEW|$y z^Z+nvjH97#vw0889T@GAr*2f;;6+H$>{LR%fU7m>8|!wL)ojQu^sO z001BWNklErDkI3xwfLw2#FCrx$|cstGI#)M)^6B(F!+mb4^?H-ig(?o%=+Y#e-dm^1- zMasZn$GzL{Ij>TT6EqaoV;}(y_^5h zeNPk{br(vCa3UzABvUG`uO9Cusq2I2nTxVb@L3L?@Cbfn1mKkV}b9l5Ln#A|-_o z^ra4)x%O1H#`g@TAMBG3?*kjgMb2=s=Hl`N-sT(}jw$P!yZ6RCJO7;X^D|ms^8J7J zoQLo4qi$9>9Pi6h(tXL7R~ufOd;Yio`-doC)Pr?%3s&6DBHJPN5%9JByL|lUA;%AM zwAQ#bfHG^tM`)?6W4$sgs}-wxjTe>=9z5XHiz`Ytv{V#v>+|uH7}_&ZM6bqgYDVcE z2cr?z)kr6qZI;Y8j=g*LIQ)&@g1rOYv!C$f$rGkGOKM;kYrlLAqVKjpzX3`NIXZ;c zX-(T2ln>|D+c5U9*f%(e2wtQKr_&W4O@VC$ZEcZBOWm|2eQRp zbjD~h;PlRj>*o8u* zl8o2S&-vNkJ|kV#j8(<}8A|qEU$J&A6>i5}_;$xn8-dFjM}>_7P`~wp1yECw#bJu2 zWuG3DpjATA1B|9|4Wq$;$=(3(6zf$M6<#_ZYMQ*4f8nB}yM;T1Q$=A57Jj72w`vqB*m(U1dN znuIxDTzxxRI_F`i19Lp;9Gc|a=VuN`8 zn)d!7jVU-i9Rn@1>597FB2==?AKALVWLROeR45JWdBs<6UgMjD{i6Yk#fHmgXACA| zbXj9!evbrRQt{;TAM=qK@ZjSQu$!98%PYpC5&eFjEZV1q^*HCZEP=P4^RHfTEP#85 zq{3pC4aSC4S!+Dys$rOjaLCtz*$!IKnCjzHY=Mt|CW?NlnV+Abbb_k|X1V6g<0&V< za?A(EA7bha)8!kIJ&j%s$=Vv?LAyH$q&xbT+FDYjwrTJkc(f8WDM8AWN6ckG0y@|?s zaNdP=FU&szEA1WP@5uk?0FR7b^INJYbUAblne5pAS}(V9P~pSu){1JIUfWOe(3I+C zAt1+R(H>maJM>%qmgDGjv66K*77i`*=+z;8*8-D9MUt`l$yf{0jwrie0 zeZ$F}J*3lAI1VNQKAU~cd-+jt(EBhhLV($@%}nWpgJag9D!EXF*TXhV`WcTrCi(C24N2RgVD*XBD4*`j`g~PT4y;io1e|f>n&!3Yc`PKJ7Ld;h9>5>~3+Xm$hv~>P1yK~a7gMy894DIjQl-nq1 zz0C*;yv#5r#!h+@QVpW^Ke@v=Vl+cv6L3xdZT@36RNsFNI{mRRCP^~2nI#QgAWe5 ze0IjwY|0qTor6Q15|q<9y*4-#U)c@I&pzY+aF3(ILr{{ra^5zQa>aB52r#0ykdAEB_90|EjYZ>B=}yxkqi(YU!CgWyJDM1`Ys!gx>%d#Qy3LeX8_(L9 z?H!fr0ETM+E=PDvhzM~TM`yfm-wB#FI=+a?Ws}sqVB*<27v8Ez^&Q+|oCsd*6gPU` zX*fcRu!~0S`;(Mcvu3M#*}VWFj!QZZdN;F^-XkN0m~AsrJVM$SKP-?coME&HmcxP8 z^pr;0U=hY@kkD*iuxf7b446#%IH6h93RgAZ!U1`t(>#QNtH^G2uXm7H4&9WI4A$lH zbj0b+ny>xVeVSy-d{y!3lNa1n70b58D8)eQ?W{11<&>qh;dN?_i6UMJp`>f4PJK5k z#>6}T7ybTS18G-dkV(m&16%jey=xBdPmuXB%#Wa6kcsP%0=#!+aG_O!|@(}{iC04XWq;xb%R$!_P_a^ zpyBGhWcAZmTrb}6?CRN8KxX2?Z(8V?eIyn|Lx!YcLyBU#Y?0ScFpRk{P(@-rj2sM& z-OwBNF$+&NNYLvH8xXXO@n7d&PXQ= z$C}J%jXE|!*uuF&YA+$|JMj?$Gem6?m|7ggw^T*6s@r0V29sW8uumL0~Jql_(U$G>Q z^%GazkR#YcCgl!-6`nprN;VM1xk`jvb!u;QF>c2-BzKOSVrRVMf-w~5;12MRBmRH3 z-XmDD?7Z{)opY{D_cEWWdR1LjUG2L`G(ZqELsE=cjAp3eIB7Hrg=VQ>$b=Ljv(!ov z(ozd86bdahnuW}8p@o7RX&{avKm&jT2%sD7tIIy0_S)mLxaa1}YAQM^+EwMtym{_D z-}%1(|MwpU-OcW}NaHDKDOr*-CPERBzofhAx5z%k)T1!LNo6o-)}$PTV#F~(F`!pf z_BqaMWdsp|V-iv%3k-&s6>GHijFt`K!H9AtIXOJx>U>SLb__=`#x;nfp*1auPZ3Ul zmTW4`$;mO-{)#k>Wb;zTfF|wHz=!yrq(2RORN%B*EP=7 znA0mBzWy3kNNVYsjK?VBXf_2ZOR#0tb=REZ@rR%AFn$kC4v^D~yuG4sTjDffy;?I# zIuij&9Bk0Cn^+hdzBt=GVA2lU5be(xi2>!j?6^Ws;I0K5J7@aNfOqaEv>!D*IGpie zb&bt(OkI&kxm^c6EZXaC zUZ*UBQAW{7&aM~ewjmE+a?fb#zX0PsF7R2b_o#Hqm3xajVvbZXIxcwc?j4d?B4x~r zt0$al0oN^ialCE4S?@djb66PB&gbmC{n1y#v{Vr1_6sWx@6qi5f~@zXN>K-auQrCF zoHLtDi1uaIhc4%k3s^0=x?b?~#Th3Dx7f=^2<0g@4bPrkQPmA^K6uDyPoHpmdXG)H z;fs$hiAOQNc;^k0WWb$!4@lyS`}c1%nWemX=K=9i&15o$80vMwX5O+`7u`u9^+Ynk zT8*{_yutb!uROv>Y^sv-x+QZ%Y^*u?=01P>Kl+cmBk1~+&!0VF!<-Fn+rXCFhq%X~ zQN(y!h75?KE(fb}T{p)pQ-0-Ndmm=gPNcfb_~+mK6RuyJvng&igXE>om_VX1K{7cc zCYR~<79EqaqCz0a!`Q(EiEmpP(%hkJ1R9PQaYeCh#p`7Q`+}y@6ji}^G$68)#b!aZ zo^$WcEfOSE*b34(rgVl@gOnwuOIcS1iAebDM;|fF1`P8Ik>(ssXT0^!Lmqwcgr=zZ z(RY4CF>iS7wL5ICOQK1}?fqklr0N`d%A*?{NSzXI1-@1+>x#j!ff2N)*F1T8%9E#0 zSX{oKezd^gnG$i3k4P$wFRCtiJB%sp4zX1S4T}JxB<|YX#!-1kiJ_(@3D7tjerJqg zNXFi1O5Dcy))5)OG#PSyXOH9Y0pmCa=V;o7OJ9Iuf0w_ix{7b zsEQ5i^%`R>n`K25XGp0zeQ`~BX|R=}^)ASEgU~R19vLjd(~}AFvg9(o;L+M}zN7Wx zB_VB%W`!W-nrl*GA`~VB0GKcqIt!~JWxY*|mf-#r1}q(xu8RriI-C6n&wZ71x{VVsNCYv1Ag#_2h;6ENuYIw>+te4c z-FxY}F%HiXPsRw1;m0o?W0o6^Pi~QCisO@g=GPTh*GpVflaJNb%;248kPfK4W?giN z=%#JJ#l%s}gI8XmTwBh*xadZd&rT_dlGoq8LzYKa>rs(lJWHWf6s2Ho8kR54DbBA* zki7ct+a$&@nM}HvlBy=kQ=(Y$!5@F0(QJ={liLhud&HxJy67B@4pNfVVd@rVELv;I)e`r#WdHt%*I(IZ`DjI17TsQwq?oq3(TeWu z;DqtZb~G6F9v8+-gB|ooyptxqYpCfZ9=n!k-H(|<&YufX4!ILcup2+{)h2`kj;BN1 zeBPytNr{u5sIlF_#X;jdDv}+Jh0dkqcUUsL7P^0*8s!7;!tHcmY~O)dDWz_=YD{9v zo08o78!w&t z>pHv#*OIPk<|EH2-{|bX(ibnAAmr_Z zy;-nti=F86G%TDdP)GZP}9a5=GWJ}^VaW=zIY;v{2#e@cFoK%9mU zp$cSyZCd7=73Zf*t}d4p>s1$s7dJR>IysUth^Tv?>&={M)!^HROpN)k_?Z9t-}+k} ziB1psz5n%p;meP|#NbF3RJKd1R(0>v=m1}b+*9JIz&VR=C2ia?B4e$a?b_}-3tfJaC?nED zVH(TcbdSZNz+q5iEGQWj87hUV^A&LvG0J0>)q+RQBi?=R7PD7wbN%#5x9to(e&cW& zq{}ENS#K(4lbAUzt8#(xC*UNBOt^P)!u9HsXHPG%zz;w8Db$)b-gyn(cot2~WISS+ z@3B~|ka0oLuF$$6)-g$BiL)`MPtSP#{g3$b?|mN~Iw@l!CMbq+%3w4kuPx(SGm5jT zZNX&%7ew!fbZcCf=$l07vZC~cH4P;N8WR*@J@K_-K#IVVHyMY=6UJ)Pt-(n`HV~bg zr?Pk}I*^`dY1)=`X^9ySB?c@u}F%6DCDIf9XXB)C% zg32NW;~Xc!xER|uB!dpuVH!!2L|qrVuE_^OBBh9ez;`+s^Y&Z!amI7?P9) zJZCZp)tf12XJ=dpfj1e|dev>@;eacGTULa9$_AN1UwC9vGK?aO z)}1{%Xkl#Fcl*xGHu=2&Y z`Az165PmD?w7ydn-=Mhtj(g-L3VauC*JG2nU6Ammd+&Sqa~xK*U?iFiA~FcyUARfE zm}Ln#y(8dtpbgqu8sAmzLpNesFA!C^^~w7kWODC;?~4P%mnLn?>-!(DX$B;3thu$y zdHb91GRRUsKK+1yw%?NdV1Y8tOECa_u@Z$*nG7x`@7%WgBSL{9luLFM>%P%D2f$jsS%lAbUcOQw>lwebDQt~$^VS725-BEU>dG_ z9ULUW+!W&;O_zk^iHe#mPGQinE-jOM$Uvt!pr#l8c5!!3c2NQPswEPNeMX#9gpDW0 zG?3efrfHa$a|YAy0erQ(5yL3wje8Gh=a%co&yXlS`usBOq8DAyHbwWMrHrh_qyvgY~Yb0`v;w#5hDOE0EXp%a%P813&- z_>zC|$&dM%n#-VjkwC!!7gDqoIfja4r=vI9+VO9S4iT7V`3}_4?zr}BIJ_se=NyGi z!rzE?^-hX)yu(=PV>@cDFtlif42i>E-C?Y=K949_qr$6;uP7A7S8x|1lsY}J8eAxX z91Vt+Gyoo<3f-7JB2wfQdI!+rse_|Tg+j&w2kh~f6^p<4F@OD6f05h!8I!@3qFOUA zHeHf?8X=@ZTTc?lL~)LBErUFvZd#h!prVGo@r1YEyU$M=Lv^(wxA5%4=iE9t;9xvO zH;$_9e2uA0Iesw2d(ZlE$%EG(^5pYJ{NPW&$9r$TgEImWNs^{CWknpvq)|+oq_nN! z;?ZLkXXm`~>H`Lo3FUf?sz6SnmmNu20_Gn{p zwo{7>DOno*$}x>ooYN>(kv*rWnj5@?`e&BX|~;eL#4G_Lhm31KPLUc>bn3^GKe!qdpWMY z;`yUBS^bS*=Q&k2tO87f}@85^`Hk1|r&;R}Vs4}6Zn?VZ;i3*tMs0#%1szU*I z?KxCK_9i)HSy8MT8sB+b?!1zNO2MV@(GU6Pqn|QK6PA}Z{m0%i*$E{(HGvA4t_sJ7 z6|Pa3#xa~GhzK^Tl8M+O@gi)%E{KZ_P0aXFYM10Sb#olHp5%F_uv_V0pIS@^V2QjYy_@*t+4?t=kNL zVZg_e3B`QL=g*$7!EpJ(kGcQx=iGnm4Tf<_Hq03xPZRdmR)p64hlSg;Fubb96Ff zZ;~LiV^u6L<3k2A!|3=`~M3KVxy-ggmdBICKWoHb$b;ZDc6K(DS1wKjR0~A$`4DGjj%{ zUD_oc&oz?ij^$s4&dLxNha$#=;^z(%4w-EQ%9iI_=bPtcHiq00@cK}sBwJV1O$Slz zK9=9SyGsovIn@!<=a%Q+36)m6*;Z#|$`x74;K%~HG+jOB!H zygTKOzw_s;UYzsxd+%`e!KZxj(I?!0>kVWYlch1a0Anq>ZjrI-MmpMHz2M2mpK<5m z0|xt(kVvb8D@g}el7u)8NzHM$pQ?~-=pmWp-8ZQO*aB39&Mgg!001BWNklB|Hw1hF;S4s85xdqJ=ERN8WG9Ze`w z5f$kA!)52DW%Y2(y1HWj{B%jtF@te5im)2*aD(Efl1{9 z`|c(q0cUTbyu*L*skCCJBh!O*L{A(HKKEWsyJ}h*YcRe>AaO#`dd~{MBvM3Vcxr@C zy2axi)^`9qCmbr4XlH2523wWggTuKkZrKLAm<)p3K48%W<+Uw4Hi&vCjA1&VwH5dXm3o%- z1=`gd-QMTuc21g0mhCC?)iuUlaQVfYCoj$zwgciMViNCRvWjZcayj2{wYmfggDgeP zMmXoVJYS-{Myd$u1_`03AO0zqEKv+GY>0r`hHzxt#qZ>R z6D>||xP9+cWCDxx6>VMP5{FsD>>o|Lg}EyE!+-vVl-DKsUc}>zFDU{EcvraSw_^jb zJ(UVP9d>Plszzk{3bjfoe8Yf*A&MA55r`!fny9MD#wo^YthG!TuneMAiJWXiFb>dTg!}nDq1X?8;9l&ilBEW^@Ym;kdt;DJ!%>}72PRY?-W70KP+vN zr{#@%gft-EMCc#BY#H|fwAV!%G)U5|-b-w`)LqFl2%_r^btvV#pM6eEj$=v(Mr|-V zK))M3n+=lToQO4+AOGM(CgX2%Fr5T|X@Rv4e1MzUF0hdxdY4UvT>2r`&z_P4sfj z)%6v|8WI(;mk&{K3{rMzeXYCvFTk{#Pe1q>CvQGv@7@W{RLDLXDaZy;9p?|2!_F0 z-N)hdO@lNzSasNc)i#LPZ)F=zK#26Cs%^6M4iBccRQH`8y@Lv2XYWsRgXwdZ5ZiT` z$C9ygI3kMH(wcw~v0eS3T`w*UEE~Vo%vx*Rt_DT}Z3Ix3<;Uakm?l1i#@-CB_-ZD5 zm#reAK*sB>PO{qoj1)-Ww{27D{0)C#XMFTBKgMt4yX8*!V_zM4=cwBfV{?R!QKClK zt|&;7gu9a?VmAuAQPX)F>joz`tnC7=Ea^C+tSz;zw=KB7NKxU-l{*z^8@@;t7Ky!k z2RAt7u(Hgu4oS7pOI}>8sV}RoD7RlADpAW>?&q4vK1 z9yGLF9AC*3Qh?PhYdyz!*FBDn#kCECBtZ_k1vuUt(&(1aWPnQcI2d~-*%6D?ntT)? z+m!KWNEAu5mdG}tX_l{xZ>1)o<=G|z>Ig(9IGPOAESj;P~S94a^4W_n?#tHj} z6Y?~nDlCiTn!+y_$RW~>aSj@9dHw4Txc_Uv2F(hVEB?Fx{(oeJA!Z#OmN%V}E))#X z5E|HsmXo7>l+>JGUZRVdOlSCwpiU~j_4B_0O0xLw_xRrb`(2LiOv(3R>Zf{33+_{W z<6sxnLHm+%K*I$MU5-Z$h-QOm28h@Y>xfuI2q8JRJH=mIu`WAp*`g?z?P+8raD`&H zH>6o^0{O$DDY1>ETE^TunNd_VE0!D&kEz-fMYHKXyXYR;ia4khG$OX-Nglcuf~Sw4 zaCk5!i6RDvQ;vo+igHEc9AEq918&`$^7QFB&AMgpVouREY_Ocu5+hl)26tI(`8NQz z+^~ltmWo(A(kLO75#uPqoXshkDx`>utrhx)?a~!6J^<<)To812${4wmz|(O~HcS|C zXYaTh{YDOBHOWX)=!$v0=<;i#1R2F(GHMMzYVgVs=dfwlRCB?Dzxp=n-M8SP2DhZz zED&vrX>0N{LM#nX{prDs^Q$ZVg6CZBbU_p_WEHxnG>d;5*%>uFNK(WzIo|6d0LWK+7K8qsX5@L4ZZ^O_i2_zmL`X(}TVY*J5 zLy(28<%T7eJe2jFAiZHp7W`Q{^mTeo&Jabp4bALM*ypo!2N|yUpp@CBAJ*vJ^GQh(y;ZihLKki}MJn5XRCr4Khja-m{r6*t>Uv z+&ci*bib4e?X+G)8n_KIl&aE!uRF?h9~|fuSdWk+&;~Y|!$HPxzV-&KZTR6APifnZ zoNaa6X)D8i83*yMc8;ZUjH0MxnuUF-*R-Tz&uIe*zIWg%DQT?5iI;gneX-ITQ2Js= z1a8^xbfu3v&;i1lnRdHlwXQ>fMpBY@NL^CpITO&-2J5;)#W>$VjHN(H@v`v;p^Y`| zuKuO(z_`bcAOG-cU;7$1J%q;HwUW1d6^r1Kcpby&P~I9Gs=h|`Qb8g+$>^W7a!2NZI6q>wDD6$eHW`ys|h zTZ?iM3W+|=v-iyt^fA527b$5)j{dDT_~wrd1BQ4bxT?;mNU_D5B#fVWt8+h-B#;t& z^><&8^a3cc)0yc7SvSI^n~gl{wJ*+fi!K27jQ4z8t$A1P6G??G9I?&F)DWlEj0WQl z|12y`Yblotu9pjDlYJtkcy@ZubTZ=NYEBZhGt2GTK3v(DCSET*Vf zUDYgC8)<`MIm>^;>t-vOhMp*vl-~Q_`NPwJw_51&X z$E#CP3L*vpByV3@yuEhC10#_zNi!BtH`q)g6Nf1~MZw|W6kb1o&mZx>{ZIdh{YlQ{ z)frPYMmKu9K_qeKZtS%NKC#%glP&g-@GS`#SYOu+@;%T{+Nx8wG$~1vqstWu2_+Rg zZ#jBxOsW!uQtYQWFPb$CEh$4ZhVw5L>`lh(O-D4YrmAboqDBXoh?BMx>V@sY;TRrd z+>neX43ZR)3ar=MKAfUV%(=K?BP8bODeK_)se&FM4O*k# zGMt9HK5$1;QZxn~NF)s! z0lfL(6{G^?W4!ewX@vBWMYF`Th9pt!kH<)zvCx-@i9umd#^W}EYVDbQ^BxcX{=WmC ze*kL6lP^A{ZC2nx*M_PtdHRzjs1CO#w|bXoizKXZBnZZbGsHON)2lTf(%GZ??ng=y zf<5(CJgb13c}ExbLo@=13N9bQaOEb-koqxPzlwr$C>jJMx^B(bd_&PE*HnQ;BI;qlKt=EaLk?!NsxSw28|K|B~>>IQ2xQI>Rv zZexfY4AY#;&%PweGNxaD3$9*(iaS0GDg>&^KBe$xY!SW%WYEs|eoz^K?L@#$U2$iB z#5Zq07xhw1GNl$(w6_yM+XF; z>h6KQKh#U-x}f4-Hqj?lhxagcmPm@1+-=TzG@=viMlehSLJ5==*igL4uaN!w(!(iQ zt6j4jBd{GI{m$?F&d>hzPyf`L>{y_~1&_qepYE%RP{pKzTy@QwZlCS|Z+!q$@1s`U zZs&7;$FjA{gX#GvTL(^X=JZ(oSO|pex+mHxVxKX{B;#m7mgh_o*`?_^3qIN|3~xX? zL#++zP@-i^5K>ax?!BiRy zjj1TF9pn9o+0kuuV$s$!9gk3vCr|en4;-7KBuNrdol|ZMtJQ`mT@l4St1u;xQt~Lr zYKIk;%lQ?n&6?%9Kv+jv*2EGHk7tZ08Ip+2s$q3qV~t}F54wOhpW+Qfc|_qV{>^{) zH{sy{SXg}LPx#&c{r7@RQ-xwTC8l~wPN;%xR{?u!id_m+A4L&^Qc0JsRC>PiyZ?xf zzrVy374xDbyO(e_zof9;?AFUJOtwE++i>>m$44f%6`*uwbcMbtPp(m)2F=mEB6@Vs(R1o|Ys0 z(`P|UDY4=7Yw(OvOo?#7HM%PjQH-X0(%kD7D6I|Wp=_F}FUDg<7iIm~GT@Y6(UP>O!ZbRBYTyc3-kul=* z`WkT%^NoM-+faOpmxlW4G0VjnMYTp*L8EKF{PAU%W#qaMR)XAO?|a1lF)^e48Dh`y z)6X9B0Z%A_GKF&suNZ(ami0Ceai53*2?Zq=VWaL1_c80O?!|?IVjb4ejD$(BE=wlJ zuc~B(v2uO!Ok%m<- z$hNshVkdCGhFtDCq)m^)9neDx?G7tO;D|%iY81Rp?Un)5A??~w&Z;2xmRl>j*d7#m zVeFfbxl!Kh&*L_FoXRW=y?~m=5=U0Wg-5$SG4ZvFMJ4s?1djDq#mXtvU-iI z;mxCa)NPHihDRTLMxN)CRkbz2q+y>?;UL^=U_{t2`u(*DuBcHIZM7}^SgH?*^u0DF z1UkBqVBNFQwtqxiqe6Xo!iWX;-yb8>ezBO z(NfNf#u%q}ikEf^vU~LCkpU_@x;;SqPIRz~*ArXsRPP~WKb0)C-P(rxcdoXv107CZ z{{IMd+4-=$EvQ|ZU%aE8Y3q_li%)s&_+8Y%68oG%WSL|+!#L_bhV8jBHpHQ|Y|09w zTH=9cBMp^lNrGj$S5EugNbnsxung2fV+`^6Deu4fdRI{<3mWZNE(Z5 z5J8acWF7S}0lg!s|I9iRQvz5T)3x4|q6sj)G`v?AgjZQFfCg4tW4$MH78hBx=@#j5 zlrx>qaH3$mH>9pTQaOYlP;MO7J1!QdUzo5e{Bh7qHql=;Oa&g4iRZ5FrNGUNmqF@ECuMN{%5i<4ILK7j_Bc;K!V8e(Zb2I0|A3Wikf8`CLC_;G8V3e|u z1+8s^t<{IkK~uLiiBI^&-}(l{+Y5gG_x^y(#Whc!o{_(v@ci_YTiP-hkCEPD>n=dh z8ckVLSXpy;azO2B&d*lJV0#{+*vp4hAxB0bI3(fD{d?>m9x@mWSuK`4`S>$l=rUwL zdCE|@bjI^;HBUpbu?YD$EhcQM2^EHzh&F@=zW(+ts=CDri?xoJge=a`UQ?TvNXEoc zQC5cdL=k((<;4byjCIxG<30ZM|MEYFL5aD3Lfd$roIggz1zuL56wl7if@wRVrshsy zmGt7$UdxjqIXK$mi^U5*=Lui*8Wsm*I}E`GU0LS?(6PcWKyb(rQ!J-ka~bT&Zo46O z9fwT_T$}#4G0s)(d*Rly`b#dcT44F|QG8`!tEp;dm*s4!JVi~d* zNV!?CK}Xvl#-4^8BZ3gQ4gDm!Eu>;1Z0LU$)OgY@-)A>fsee5|jG-Z-8-YhOMC7y~ zW~1+Q^>9PI1K8``YYAc}hQ#yylP_4l^^k-80ZEcDo@7LI$VqYzqQEFcPgkjg0}7U!(HmDh;KSDVkh)R z1TTHaACvKbc6~)|M!f&(1FrN79zT&37Zp+Hgf!lhgicBu#y3jJ?fzvReaYYCZuQdy@47yNrwbvr+!QY2 z#t!;Y<0Ci)EAO4zi2>V=kV5_7Hw+I4P79>7H}f19x`s;J99tu}JCuC6>5%T$u@#~! zDe%^B8#ll4=8Ql5Wd2g&(%md0kr;tjdls5Q&tM4Y~J>h65&p zqs}txeFt%))6IARo2u&C*wK)+^myC3qDo^rK~WS@_GsgsLZR=Hh@jjaA5FP?c!>0x zwy9YZHD8=P>pC~#iyv%!S6)ii6tb+w_b z9aU9;NU#!Q?1`e3lUqlON1X+B$`Py8hRf3>%W_3icdsQgjS&Xn1TyJj8B!G2mlb7M z@*n=&|0xVtP-_0qfBO5tIwZr4i5Lb@mfJ~d5vUM@cgUD&HlnF2;zVLAhtD)ZDTEYc zG9x*V#HTGrXwHgfh@*!3Vt^WVVPg^Ca?mYg3XJav`bdwFt_e*iZS?7QCw*zvk@zysc^h{aLmbryZrdi{({HMnKI$JUhwHBFL?Le zSFpyBrZLGN0`F*aC!p-n@8zmtJnPy3u|Q70*28-_Hj@omoMD-Nz!+&(y9 zF<)U?%VaX5Y)U@*{W6`(HJ3XHe!t$NGek^ zj>jmSP@B#MDO7~11RHZjD+`RZ)EmKvPag9R|EvE1_C~Py4)wg`{PBvxP;$On(YTV2 zznF7%UeW+7O73&?lHP@2EzXeKdT^J;)taANKIKO^R$=Tj(?bk`3m^|;m53pVf=gh9 z<~A4XGvkmk0~#)nlnfD=Fd(@}jPAHF1vLe5e+vRsJLKXR!Hasq9a0X0Ps)eR*ak}( zC`g_5s0o(n4jkCqqh%;BRNxu$a=Oem8!0BnQ6qPdjtK%!LWK^)u_!TKPA zi*rQMrI8B+NgA^$%5DQxU>idebz=Hhxz5r&5a_ZX&PJ$~Zv3MXoHKZ(*vrSAQ_ff- z<*8O{k~m>Do8c#W)OC&32BS4)S(2q0WnH1#hBVEn>x%V!330^vN1t>2?(5y2#14&Z z*Y(m{j-?IQ58DZRorg$;)c6(>L6Qt`R+G7$H*VeL-Pa2K_fX=XgYkCsIL0}?_U0|b<&&;Q z7mA(`Yt`+IPT*wccryWDyc=BXcKp~r?2B4Z?4%a-O->Wt%%|L$Qqggp>@ldXyNkF5 zn#iD%4(%8rILRZt*Dw9xZ3vjSDP&UI%UIyAsNS~?o}I3Y3x&NvQwqD)XV;TMN!VT z-ah75e8f@oDhZ17<&XF@i>Qq00<}UBVgf*@$1D5r+9q^l#7@>kUmW$KVJQUTkOk80 zfbaTw;5LCDn5Yb))@{Y%z z|CDMSY^r9DroLjaz9xzyWUi6QQLI|fmdHxxSDpUFyDoyDt}3kTZZerWoV2*Mn?+}8 zKtw|16V_J+=cniV>figD@alaa=3jjKAM=0x?su4S9MI%#FlDOn2o#7QSk5%5Mrn*{i z>zCeS@;AOt^-uqtD;6BG$Cppf@!s<0ySHhwHTC`i(I&`ZM2wMvf)eTZajK+%PvSRt-GL(g$0!xl$81i~FjugoqQu4uo z!{a0NZynQU&7;R(^8CdMHrUX$5Nxn)c5;kFaJdYF4OeW>JAwfTb?7BU2+Dwe`?+s^ z9bYy?MiM!PZ8W)?ASyvV%xIzpo7Om`kWB^>%DUp&`4x|!7W~8i;y;03{2E;S04@}t z{qbX#m+;HqdY_+O{e&0K)?7YmX%K9v$r&>Y9ReLT)GP>iXRjR5#5EsXzTo?uvk720 z&1lP5F~F2!`#g$wo?WMaVZk2z?2!|3&eI)cOs@%;>~LaA5*|@=kBlh_8wAiUbc9AB znqh7j* zmBgK<3rov7zyKyB;ZyWarZ|j#D_j^E>7a620SSsUh@RtZ7bZi5kz-H5?zlr`aD`pc z@Z&%G5wAVGi)tKko)HZc!ZaZ*y#eJJBm>%wBYAZnU$46>=R-WFhB!^2$sma!FS?V8 zFCpo4jzUD;vrXp=;}oSUk|-t}4WZQ-*8xsdB#8zYQX8lRs;)7uCQCC+-F7;^JjXkS z7GR2!#j{hUZ{6xJB2m>3z75Ao7{>rQS zESfiY^4VkbW=$HnVd5)hk6w4#IJeai^%iTt>yi!KmnIzC`w2mRfZm2VhAD&J2_Wu8 z!hI3c-~SWU8GF3*!Nej+BJtAN^LPr^34Hq+$b0@04_W|T3h%vlJ0*mEDM}!)V4g)$ z^tC3PF(@x@Dh(GZMH%`%PC^1Fx!MuvhGL`Jl@YQd(0cC?&b}Pe6p+NS4{_YNd3r^3 z6kIzdY~;GGxvnkVMBpQ2A{mViNu#2R=59V#0%cJI6Q$%loIDus6L zCS`hO{G)=-r^hb$+Mpst7>JO{orHzfSHHb*SMAu<*7GYa)>G~t4QbCC23dy66;Z5M zo?B*En%0oy8PO|8q?a2OPfn>9aB_G^*&32jjJAfugDFug@UmgCS|ejmT^SnPl4LPT zDArZU-e`oSL74=rN{rADYqC+sfD~^X<+5ONc|}uOMkh!7wcq|XAWz`)AMua>hwso* zl8}*+GiQavU@)X~ws^Na-$fjA)M=rTjyGhi##Rlc$^ZZ$07*naRBA=;6UL*Q(I_X2 z6V~hQY?(@h(E@KHT4T@|Tic)P!}83{4N}%EaT=o(n3*M6br$Ys=M?QUw6P_&7SVPm z=C;;|feUBTP90zaq`ld+WV4t^NX~rAe6ir@)`)NY+Uxw$cRylD!x6`P`RtO`Hypk) zBsF8qX}tC91V3L;JqS*pogwTCgom%a|8sou#UnmjKgFD$;gsjrtr^;Q#>1Tb$sS%f z#Lpd4R)*D;CR=VOf(~VXVnoCcNtC7R-#TWzKclEBp1pX+`Nbs?7^7(L%+cE{BOeNv zF^W8Bm((`Z*l$nYHh8?c=!S%!yZ0(a>yR+-JC}x2T^Bu4XxHMEK}HrsK|U4~cFCez zbG}&fSO39p!!N!Kat)2)i;q9y@y{-J@8{p)`Pp->&MMBHloSXm3=K6WOv8iK2ZfG6 zkT5*X5d+Jk&o6k&*|tmK7;GP~ih_M0V-Lr2TLiNs^1j5=aK$luDBvU%Fc2ddQm~-z z2lkfvtIG|q-VfkRK=mPsDg{w6p6zk{bODQk@#L6#Ss1X4<8y|Z7@zr5Um(OQ3` zl=`h|?+&xgX9R5Q%Ld+F*WutWWgFTEf4Oqn`p2DlSp(C@b_c4T2pf64Yq8$3Qzv1* zR#qizSF)!x(BasJX^w0y*d$c6o%B*kNuv#ATQUtJrj6BX>Utab-Cyipecg9ZYJZd2 zoeIHZlCw9QA)Ue08%n?8$@vPjCfg~tdaHQfcI%6m9>d(Lw+$ez-4-P-h^BgbTVGI_ zU{%w7>S(aK0b6laZ)+=^;Q00-kI!Gw8cU`l%FPPjPT+8#G&`nPo)SeZRxJ7a`IkKV zc+NB#v1}GhjtiV@uwK*ZE?&M*fQ=J{K{3u^>b5~90_#g;Bv6SbAH-x)iV+f_6O3yq zmr#^7!X>=eT=Cn#^({D>f@%2nxBnHIHT%qHFj#6b42^=!rnEFv6eK`Q#y;cj^uMUd z;s{}6u!Ig7j$+brM4HDq>(H&m#qIyc*Lwv?mgVPtzjN-nCVf^`Rd-jL>F(*79k&MS z0PKR|?!r+LB#{UJA|wW-U=VuHgEoTiiqNx6C`2*jAVyF@QlcmYs2~JlA^2Um#X5|` z%ydsrdsDtD-L=Q);hdY5-LulXbWgd?%Dj31-}(NZL1x0Ik}fqS@`oN9d1==wYa{U+ z$2Pm8CMQW1PHUpBq?%h6H1t~lBcZX-Gz}6*MMZ6Dx>-criD?QGZpk5$b}>f|yCj2@ z)7c4kK72&4{{lBIU%-7S;`jgTFR8JdW1FW>9%CX4MM6x68cjh#Lq$U71L7*RNk@Fzn%+p>8U&I7USY^}Ik02bkI1mlSSINE=Jy zB$KU8HZE+l%yVwO{SGq>X_g>M6SO;;8G5B5Y1aX1Xd@OY-;rlI6mqrxib5w&f@Cxq zQk^bIdl@L>g{VScr9(SI?Q)RXZ>v>7r{AG4b7u33XnVw^pZp?>PhtL)>7709zrRN( zm0Y?wad8CoI9&SO??CqWlOO%?n_ejwz)Lw2d?kkX+S)<0un;>9#% zy&yfkFZ=#|OatyYXSG+5ugbC(;}cfcin z8xSe~PE^{jX9iueUd-X6Q?_ngChH`aYKe9gDvNv+N3no(;74(Cwbtl$7Nw2%Xmv6xv9`6u;Q(%*TYa?^Iqf`iYjdonNRp-`mIA3f4;M@EOm$0J zgSfD5m4V;dxR2Ly`Rhh0gRy3ffvG>HfjK=r{lVtuCUyU!r?DdE3p^TohAOZg#5l)D z$<>qc{GPQHR7-)^)2s`5gD_XLf38Imn*ac0@Sdl^r*562oSkwsopbqufmqUyQ_hb@ zKBL>{&~_XJF|VPjDvGLNOG&JQys9Z?rSEHSj;@r%Vc%!h5_!wDP&w-yo8yQ<+@m|{ zfr5jB6HW?=GG1sa*0d|@z(ocCq{A*zSnHdpouddssn(@rLq|nx-LBTDxiuSgE2gTg zr3opE0K1Etckeym>h@*wgHvSFkg61uH_YxoW_aZqy^Sr1OQMYp&R>{t|Lr64Wx>|w zfF@ZGcP-VtCW%sH2#TuenkuSkj7CaHVq*q2fJXLai;0cDR|KX$-=}xT4GB z=`pYWYp?KAKl{_(Npklgzx8W>zy=eROnLp~SGaUz$UC>*XWZ|>GQw)f;%UucJ)=*; zq&uX_E8pp&1g5d1kz}~hB}u(zq^>o(1$PN7>p4z256^u<8KU+8#^K`^q&H9a*6dJ$ zp;8MPY-3lUV77HVhRe&Ev&cJ(Mx+uoj1Ywk!x{`4jU}E#FZF2|$43k9J$%d?y&kXJ zxJX_#{OJ$gr$#ek#P03^{bqw6-B5CoTr;)xMj)q`E9m0N1V>5+F@n5*tr7kJvg3n`>k8pqNLmHkc|e+-k)=dp<0y)4!BNl zZH3}NR4>ceI3F`TF4%oEL0H`1~0d5kkkZOC#?^(1|CunQ7}T#qr+Wdo>Fm@%$MLHsIi zEQ9UZzbjV1LlL}GEqk2?eNBz!!#f}Gr7wM+VZQ@S97>@CluO8beoA+Ho9X@&^rJcI z(uhbpOf{vkB}o#Wl}lkDGhSo12%=f-AQnDkN&r!W>_%ilAXS91mc};3DnhA*Dlcg2 znz)L23uXv7#Vw}eQE!c)}M-`^8m$(GuB0h zQE!DmeM#YM*;R~4ER(e6mGcvBf8rV+y?@K+)U2^BZS4PgvU6K&6RlMbRMz6!yqK^e z5^FA56@=4uU|?*U=e8E>@l5M^IB@ry3MD{A&!zaURVpH2W_;92D_9re<4lMUV53N5 zo&6yUj9oD>-}=_KzVnN}_>1KIowJ&0=~!EvdhpUJa65uT3d+!VusVZ@GbkekWWs*T zO5Nt4v|=LJ?&X}rSPzm~b#&XgP#o+suiwDA2BA{AiQv+u2`n35q-6uLb{1zPMO9PT z5^FTtYO1CopD&QDReJ43iGZF`UX&ZwR;iR!kz_pTG3k#yM_47_j| zdO0-5{Gb2#Kjy?8k&^MFpZ)^B@*n>V*ceg&FaHxKk54&&ew$7_pxA0yEN9et#q8;v zI8t84Q9~*f{YgqxCzu9Y3eE{kWQklt5_gy_b1;TjMpVWS@}E|3h!$^(=JSY!n=go)m_9uUYWD8T*xWp3 zTW#>_E0++7<6GZ;2OVp&EvT0>#4N*MiHU-lJEBLAnudd5Uv7todwRt2(-~X60oU1L zj^V;^%bH0ZR%knlNuY< zWGW#MDZ&{tnKGZ%+`WCswJ(2y_$R*VT^-Gk$M5_pkM7=M)QKsl4b5!Mbe?k(a*x4r zo^+KXNN8;iGHsx;A!FB%@rr49r4u9(omJ+I zf6Y%Ic!k>G5eJ`c zAy#M0KN*4T5aam7g^L``9#U0Td3@)-Pp@Bd1+~SF?Y2P##-yD~?Q7PAb(0LAU**ae z<5S>+SwsZV!GxZ^R^+SKDt`zE?}4e;igKR?FYSNE!Cbd^;Q1=ivj->zI4Nr14!qL8 zRPFh4#lU?1>tBEJ3%~FSjUK)bKclpb*Ltq)*~1bY!7vsS-bQqGaXNtuxiC@)deWT< zQCopf3uIQvORSJzYyE1y?JW%kP-=?{E0u1qhmr~8`+leCf&fYrqQ^^|@lT)8+WXn- z!XwZiUW$TM8RuAPO=ImUc&app!PX|@Zbq}LKpW$#Iv^TG^73Kz@(g2My z&$LRn==S;K!q)K=ONk3=^7bNZ_o8@HY#o%d#a}9dw zI60V7PCc-ZWH@DMDxdsH$KYfG7NWkR$|27K3oShR5=H+0g#uNFbXWs*1(9mPnN<;o z0my3bv@55Q2w2oP@k~)0hYkWofuIfpqQp>?H44cBLE1Fz@1M}^cNuIdKK<%d(lPwY zKmI*z3Q1ydMS*D|Od#-6I*dC#k^;JyhDrmXX>Ur+&d1DWoKt>8H~F< z6cb{)n;TTioVu=wlbEvh6_>3wzorRJBv#MkXlue^HV?s(U|n$4I6)f4#7dIN1SuSp zG1KEYPm4K!^WXXFkQNYi;CRkE-+hni(J^$p6i*BO>FwX*BX+6i(IdhkIJah-Zf|Cz zUXPCIaO>_dbCvTz&*>yyxtpANT}C_R&0tQ}f$j`4yAetYHG0*`JjbEQNLd86lw-_3 zHRnm_ATfcL=!864g~HHXxr!Xnr9*=y2MSKGp)$Z>xlO}4wt0gg8z{C(kYPpHU>OCQ zbQww#-7^k47j#Ii;QDNp!y1@~!gJGv?-9Yt)E0Ht;Vau!P>l`h8@Kjz#7Z~Rc1n5e zm{_%yw+<-QEaoCyQ*{7kCV(;#bU1%_^Bq3(xi{FpwCV5fnZ`9?!JlMMYS@_&?H+Ns zyT?#Z=v?lQ4EoqbMZGX2Sp%J5LdjBOvNkD7YcHdgu2kEI3_PjV(UniA~%+NI;UGUkl9vKaTaRg+;ch4oVf~gvkD9J z!d`hMACDwhfzUmMnd7zVFLPL09zHq7=2PM|EoOVqGS(tP@Tm)HBi71{U6?;Qtb^8V z(Jg@>))IQ%n&BpH58!LUVI`n%njZ>U+F&{<{EVNkxpT#uj;8%LR)MxcRMxrY9Z1bH z8W_N8t>h6nR(`uR zK-04QapaQ?#`kCdah%ZUbm2H#WxLQu z`v+jqsw2@$xzH5pRjy9V{(0)II=jS*nfOTo-Da??Hq`j za#>?6)GDVoP~?XBd`W^}Bkmxiq}%T?-Wbr-j=je-8XTRC5l^4)@{k!4MH-eNGI&>d zL|hqcFy7vxt}2j{{`Q1?nRD>q5lNa78N*WhxPxxUg_)8E9g(Axq^P1nc2WvcP{nhU z6eK!f(CttgL)A1$W%>ShZ*qd>l^^*GT)7PM6h;f0Kflev&0PlD5>9-^%pNr}x~t)L z1x0U^(M;@$K)w&A)x&uX@3ngDlIivkEyJ z_(V$4uyKByCpT|n%9{KUbhk5P*N}98(!wzF8j~!6ti~>LWSn4@B~tr=u9U!8hmevu ziLpi_s|b=9q3mi66sIZWa!HnDq}HN!<255nVV%V}Nfsx}_7B;(bb)Bl@ywwXYcn+T z4GIz5QNDnfM0o8?qalsYzP8VCppujC}^c)OEEVb%v8N?vpk1GvKlg+gmIZ!3$l*_Ya#j zCy{%mmc1R)nRU-usLqtl?RrHAq^Q;ahFaN-9dW-$X)~-10L)fUX5nhD{j*|x*`#%j zx@oBDnx?6}zSo@#P)=n4x-hRzUbU7bgN2C#vj<|L2E>mG>%F+vO16J;a z5TP@n-B~1Z*@}ik@^2adOca=(YVCPwOSsw$nKC@Cc3+tV%UoNy)$TK^unK$Y=`Mp& z%~!8}p5SNk|Upe`1SYI`{K@_s{>Fdmr58;>I?a zN{MBcSVFD~@+xQl$pRN!lC;N*uV3M3|IV+#Xv0Tl%hG2SxEVy7pdt>R9FrYuE?s;P z4yXL;Kl(Ka=XE7Z;IDlC^UzUH?@;aDWcQ;bNBWo~PASTQEKLx?l64i4gzet8Pm-(+ zL?we^kMl3@@c6?g^txT@+MsEWN+OH`Q6p0iBxL0e?y2^{n2j$O$5W`D=$n{3nrI(h<;5K zX-r}{+F#IQhH{}P7bP{8Exgkx>tswe2RNy@bMq0i{Udr;F7W8#L++E~ko3ZUZG9>u zVy^C7VsmrCayqA)Ehx&8Wm8dwpfy*SRVPw{B`=&XLeTb4W>vrcZ_m*6ftim4?OhD_|&*jEFEO zY|xpMbQ!Qk!i1P@VzRKbYBeP-Fp&XVx6DTtz>D`6c}+@>n0~)Uy(qXx5!Rt@b>G(E zz0qa@mBDc|UZv~sj3Z4wcLZ)1SdKHctIdQ-LXJ>tyKlnhKf3iH_da=pYp=Zk#R-gi zm|20WD(DZOD&W$H?(qgkdxxCc+@{=f=q#syxd-tufQQl_{l{I3<70Zm9(Gy!^^S@m zu?Q`&tE5?lvj$Pr9)L&z#v&q#id4WNk|a%;&F3U>jHxxE8>5sWU(7k!-Q&W}D)$FeI zo&N!(XLfi!k|_|0>nvz%6jB3r_@7=>X?ojAm$O+!fTOTXj%)x zTqz|gfh0*iqq0U-i8a(&T1&F_m|F4DaQi$Lw>F6*pG>^0=gexTDoJwb1;pMHk1m~K zVGNz11aDfZF8rHEwNL-;Dz&OD5JLEx_O`t`=wY$|gj`rDS?9<@t7r>aRJhnWq3faw zX^dGEA@U`E{87wC=N6y4@F`|b48qnFi<~qOoFDX^VF181zQ4z!F|&wFxFD%*%klg*xv-F!97#%H<|IAI$?_O^V(D#lF}fy|83WlP zIjK0%MTqft3{lLU9`NqF4WD`A4ct;Ndz$m|#mgKY9doZbCLvofI&H|9FPV(O$=UCY zZEV;-I^pDWN-s;<+V100&B@UcGxhqk4Pu5WrKe(g;}k>1(??TgWr5n>;Qqshd_)nF zc(YYvszR_y%&^;|$qODl{oqXZg=K-E-FD||CuoCZwm7B=i9Qy~AlPta5@VIc6qd9T zlSoB`B+Y!D(%!oZb~)u5JN)QZzKHz%7d_gP0`5HG)_V_m@%#p}#gY>=N5LJ{>MS}) z#@!yxvh-p0DnV+CObq#~AgAI(b{PQ|&U@xf73V0|Y{zZ-h3hO(T6#T+TA=iZCY}3P z;yjQ|0L_AmE@s6p5=6$byc0|Ub;vIX-2uo(KybNaEfL@vwGY< ztk9wHoq915hK6~lD2P{1qW9arQ~&@V07*naR5K@xSQ7`Y2imQJnkInWIFvk!wX6`0 z446l z2aQ2Wg>E!TDSs1)z!{A-8X+Sbo?THU0@V#S2#ZP+nzHhlSw@p331wL#r9hXJcM8Ta zi=$&WTtI)rvndh&6tz-bK9|4?J~zg#iGF4483RNfp41@xRVhR1_~hmV>T5Ztvn@{c z4n434b3(6~Jz6G41h8SkJh9I%v#5*@uC&3T&04NZ%f7VPZTh*jq&9XHZY!PmIK$Fb zvskxYulRBOOZ#3C(imrJ>r;5!^-;^h@C*Y}RmBgoY~$a|dzYC^@0|VQ7QDD;8}=@w zXJt+;ZRmmHnWzT@LOU zwc&+Yg6u)sgH8&0>3@mS(w_u2Uh(_orwiE5z`YGzf%`}NlYjD`@r`f(AqKd>h$&NI zGJg5zei1rvcmZ8r^49m>qn~!TbZyLgAD&RvHO4iV%J+^mwdB!*W75Ht^A|T54SFPT zj8GAy^L^%fb4=-X$S!td^fAN~EJ&*{S;rvybLIxhGUPD^cfVB6sStshf|MRgMwHfH zOIc|3(ZOjVgNfl(eY2_!{hD|(;xIPS`){Lxt{xL+z3ph8IC$A74d^VyURYu zY_h=|!=Z_NbX+NLN`jB{5y9yzpZEIDuYUpvLV05XYFuAQGSH%C0Uew7cVIdxU6)<^B( z*MuCGR(RbSSO^=B)vBj;zydBDw%Z&TZLN0+w=SnPQzp#y+FB+iCs7hxpEZy_qk#$j zpu@&~Or)~TzPPhI7HyiQa?Z6W1l3xsl2vOfD*Mr`+rRf?U;grcS`J?L_&@v1Pxd^} zBoSVaW1m+XyH(OGI8tGsu}j-E@sN0~Bgw6$+NzeZu@2qT$S7jJ%sF3WkR_PLqGafm z5TU+X_yj;4C=my?Lt~usWs%`A6y~hhu?S8f_so-M=*AtAevi6%%1N`&vZskYoOx6p z);w(h-})Y~&6Tmi@zna}O$(lsZ&^)SpMLm#i?%JarRc&%*n*lUiaxf@lR+K6Y7ad* zq+TTaPHoUG=ltf7{9%bP1>(Tb>313Q5=0g8^n*isPu^nmVwd#X%g{d$DuYsZfRQLq zu^ue=um773{@(5e|KO74>;K6ee?mwU zV7~o{pZuFpYnUzh-f#XUb-p04=R7)TkdgGlYn`H+h)7B7!eY=&=LO~#l$UC@wnrG% zkakkWFO7I|`zU~Bi`6ZAkl--HIzc#x1VMtGNM!pltOk= z>f`Au2ETQsba0e`ZE=XubS$3fe(sJ(s3ZmhO`&~`P$U>{bRgFJ;MNDc(>&rlTNvQt zr!K*ZuY2$!fV$wlcW-mJKjRKl8X`_9SkMrY(4)h45YH|!^hJb7W2Dk_`xy@&oN_?H zeM&TNcOfVDW}2&$C3@{yMC-}vfyZS+8nR#_nVLfBY`Ca4aMrPHs_EI=SV}k zt_-YJMTwziHhO{rCi~|p-5!g;k6&ZJjqy3=r&FGgV=0J34Pz2);y#Hc4}D4g@g@{N z!YPn5q9S3Fm^7@FeBV{H0xg}8dD9j)md3L!C(9`g$It)LSKz{g{NXMyy>*j&cb@Y2 z;bZ1hp&ZkZge0I=q$_c&kJvTlsby#SM9c!<_4*lB>my$ol7u8;O&Q#5Ifln~_Ze+= zp(`Oyki!VOm?M`O`qHn6wucNaUEt|Q57@qX8P)5cVncmclMFI%NYMs5J)&`gK3pPV zNpZBK(+y6iSfPZ*G<6sR7AcgUy224D&-N!t0>XC-iFIvf+Xon~iTTk9lcIq^049<2 zg5A=7TJ=h;MFD`j0*y3pFR{YQ0JA-U%@F#OUl|MJ_99zD|a=$c|(h9hk_pgac~dy-)+ zIj+KvEKo*LJevvA<;=0enh(82c2NL3ts5zla^=8r&XFW3NfgoOgs0OfFC;_Gb$5u| z5vIwBx)K^mQx?RoL+l37q$IjeOokGYVV1Em*~HAI6vj}s$-6*5tgF^9r_E7HlEqF#f$zI`}RlJfA}?u@&bPyjri$A9tP|Cj9TJ)##}2rxi0LzD8xYcE240ta{aU;pP{M^rhJamL9V&1Qd#j%-*Q z?_u(YC<_+;^A;%`NhK-gHM>VO^QPd%Yg-rt>4u`S6El07lT94%FhW=n&Z#v`oKqJ5 zwe2LZEYB`$hi|Trn$TcxKxYe1_V_~y6XWZu+VA5SEhT_%thK zh|pCO`1yDnDoC>dpZ<|g@r5t`C?C9kmnTo3a`OjoQG^-MCn60iVi~Fex?%LSzLJg5 z2ChN{q%TGw2*umEbVEJhR&WeIg&kVJ~Qs+eqUa(r+|x7VX;YC36#(}uFFs18p^C+9o>v8mq{ z$RJN$X)f{*dJ?!0C(n|6S7B61s3quz+JQc3gPWvq-JaFMm?;ykW)SR9FMFy9<9>A;v z02`!QawXf6eB~1ZzIn?#k=&XChaduKpXg}qbFDkcI*WCdPMl!OCJ%RydGW$)C?V0- z5XI3-z}uPwos}dmBQi0OQv7=&eB%(->A zk9_0>v&LG|u)b;5;{98zs#xoEYT90>HSG=0|L)=YY`9nmz$F%f!rE1nbs1QrD6E~@ z@V!=)WdNF*R7#qr=D~yebcCSW8*}-k9iH6WV}EbTlP8C4Zj2dD28aq0n{ax1gszUb z|G`7P`qzF6KK(L$`3CZ@Jfasp;YNBF%uBE^aPW{n{*7-^*b{!{@BURtC-CkE{Ez?L zuTt(8Y^5WfR@2pW;@vw7Zrr#G-5uWki+{!2-+hzMec=XRDVGh_S~{H+D;)WvAa)k1 z1aYE}u_j6t(nt&yxz4$H{~{p>hsM8XA2F=`5`Eg!qKsNEo6Xbn6t2W$rv{()Qix zI6_K6yqU2ziztf{f9{46F*Om9HmFXAelo!3B}rASbPKI!p>7(oD59HXO!K8b9a&3~ zB-C|HqZ<^GE)m<8cIbAy+>}SqDUD8{X!CYjTC~Wsz?VtWG6uy zjXtf2lLRRxo1@%oQ}o5F<@q~o`L`#0HR8Di4LR9Kd)*I~d2#V{nlN}w?siiot| z<>a_xpCcZGt|JW$I$jr9uQWX{AR(j263KbSq;t?wLqo*Y#+cbj9`0|)bc&a2Z1JNYGM?M4n4X= z98=IRUt7($c{V4^`Abrs1d;C+F;~dw3$+?RDg@@WjG73mobUbCAMk~*e1T}I$0)Lh zB;&@lOMLqE>-<|k|1-S(CvS4Jf6VmslzRUdwO9mcvk%ov*7Pu9%_TJoxj@Gu@KLX6 zWX}4tVIw3ImslP?ctG8JhAg+xEI>p=;{oMyj+z!Q$ovTMGv z=_athgcmP+9Sjjf6^tT?HO0cvRUN8nLAuccsd2g?N(4qbgbc!Nqk`SnuU;ChiKS2d zRk1=Pp79qJobiz#4#zTIkTzp~rO4R32ihA)Sh+sCM2SKouUfO_gmLXm*n8o@EqyngJ2g%>w3+BR6M^zdL}5( z81tC^xve_MNOXA?7SNVWt?zsi!Ht39?GwFnEI7{W)NU=AGqcSzUMV4-4MJ)Q^khJT z(z(^=Z3`M=he2|GX;>_#jD^D5P=qBVG71Ej^TqalxLIQY2Dx z+B7Q=lu1c$49lSWR^elI&Bj)T3I-ce5?M=NY%2%qvLqIQ-QtAr9>b51ELUFHW_eig z`0g&VlQ~Zho}f*`8&_Z9>C<}*vn}jQ@h|_`|G{VOzs9v!UxpW7_NSJIj_IS{;aJcFo2&;h=J1fo&N;GfO12TvCt;^L&)%a0j+;{w zV$N@F5}Az1#l$K`EG6?i_q79)O{&=ft+kIpcdRluR1{(Ik|qqI2{HXn7b^viA3ow} zdddRBZDt&BvdRVNkojP{V8>0usl{2xV!0q+ENJo)*J$4rvz7=u$FK}m;ED=`A|b(H zsi+t*S}`Kos86Fcd9xtu8gjYd+uwSJ$Lt3YsS2TUF)t4`;qp0~nO(lR28J0u&H`v<4Y@w)XlCeT*`r&IK4f-HIz#&JFy zqom|c4kHwu4bL>*D-UVr1v?C|IGQaO4Az@= zSBc7b=vl0V%= z33%!H3tYLpjj0{WdCmUgC%pHaA8<+&G&kPeq&Vxm6Pz)N2FDb)(&?DhYDG7W>r-C0rcvsek=zy#KHMfER9DhXSTgj~SiY z@)pFh^dh*-F}kuzd3Q;9GABz@zdp}mgmB)9&^%)g((Ui%?(n*s1y0L zd3jbxp!}F-ZUm)iXD+K=zh^@cK}L~lVCl|oxm7qTv`T0`24L#CelJOq&n&VFOcr;} zsI2Gp!XXd%Mn5`BaSV^b3K#MiT_|`2v6g7l78JIMXk)Ff@m|xwtak)S84*R^9_z?> zI?u_cIiqgkQJeE3&M4}DE4@%lN}|LejY6o1o{8zlicVlos_=N!T1bxy3Ay90U^MKK zBoWqXmWv#<=ppRPuXWbS6x$cG)xNZG$}#|tcCXleZOf(_4D}$LfOzV<={N8))492|t>DLibuy?SFMKhda40>94;m z2{8*6Y#ef=Vlc7Sfy7dgk`mdJDGStE4Qk88B%zr}&_NdtRYjqHSCJ8MLXIP5M8*_N z{Qz!2k-v10{zexe9Zg*_Oe`BWMvP?_T{)sABR^Om(iG82alMSucz}u{vN$E~c5udE z%8KR5>@5Dhs)9iB%*NW?++dn7*`J;;$M6wTj+qmOoEJ!feb%p!qLAs~fTF3;rv(L; z3>latf8Sg<%?X-1oUhxEdKnsp{SfMLjt&~f)|HDm*HAQb;*nt?=6v_9cR7tfrErqN zFc@|Pk{|y!e#Q?E(SWGA`}SXO!V&#ob)HeM#3Je8!a8Jv3L$o(SQddAC=iPKw~o0L zI*TR=jC&o*rK4#YTqWtI4wE-5%YyilM&@%)RYTPDsPl>~ky2~T)`jyd=5vyMpN$>G zhu=OXaUI5-vZP$OhdOwBegzD|^)d$zLhA2$?H<_Rkjzl49NiLupi4}H;*f@|uznG- zBJOn&0;-cKa}1up@pTO`iUH@y!&TAHM+A|x4Y?~*4!H}A8L-2Ui}NK{=O^B&7REu# zs%1!`vf=;v_20q#I(%Ysp8mN_>Z)S%@H`6Wyt==KI=6HAsUq>6awPrrjiFhhro z7=l*n%#oBJ*&q%qk*1`eA!CW5M--BPy|DKjF*6MBz4Z>gG~+XWHTCeYu8}+E&<}Uf zyT_=jeLv7um*|b_Y(L(mJejjG8nXXzm(kTrFo~%SW~3K<!VO@o>`mD1^#iUV2waAH8Oj#6+HpY~7g>l|)oydf$^0Ieo2fYO1G~~N9 z{-y&S#9;jC%EkZx0LH1aa!4mU_z{XE5{$cJ#@!=^M(a4;MyvIb{*Ab!L$!e2y9hRX~VJ>EF14eij_}__BvUCHgHfiG;0mi*7wUs^5H}xLTb%Or1X_yR@dIb90KA9A#*CMaBL(g?F=c$RE@u}x?G~1Zywcw z4Qbmw+m%ofMTj=fCV;PMjUh?f4vE0d)W#4?$!6lyJr~CK06QTVD6c=Tp*tyC177i( z-P%}7nq@vwvS|=ay;@V@97SERyZ4ysVZ>{b0Xx$vNg1O0@y&)$3+S4f(WgDd-zd7;^NK4Dh|X7>N(>`i`c%kKNW&sux! z?)0~N{d-lc)}$y>RA-rtOi6Y+CxLSWZ*#t`3EFGNQ4Y5Sg-&o zi6beNC5y61lPXfhDze(wH@83SZda4RT6^F9ilhPM0uQ%d-FweH@9cH<`mXQq+eG2M zly`}|tv?y0S%_w+{nwLu#K??MIw5HzYO@YWq*w1G-N&x0UZjaNL|H>rdGX|goE?`y z%ZRbpv0Ro!ql9!a#+Znz^)_Lpyq0Tr>j2YO+Onc;Ta?gDMj5S(a7sX=uv!mXDXtGi z%aP1cq=CLad-j|anunBBw9J`z>?p8hBeM%o78r6OwiupXoMA3b858m0 z{ZE<13G@AZUnfyjs5Iu)*Y0wDe$JB*K4C<}28|A$B`*{g{YE$nM>&Pyd05LEGBzH?NZ_pcas%p2?ZdnScIu)*sxbwFXzWKIJ{NM3GPNjik>fc8x*Ap-DZ8kdX(6 zqsiFs0eME+dVmor#Wyd*{ zJMA2qlpH1r6Q$T{O%bXLI-ykeGm#MFLD1YSny&Vs8-2|VuknSS`Z9O!zScXKOurDW z!tTELe94pNFE~BBWV5QsvJ|HkNt&Qrfe`)_*5KHkoO6D1hLREc^96NjI6l6_MVj$E zgWC~U&HV=tsCDb7j3%O~E!w)Sy~CGN0=I77gd1=0^w}}Ru3$9sg>^=@h{$UemdhWBcNgqN8;v-B@|-P(7c`UvT4K-z$-}?*?58_6sK4~^V@P(iM656(CqiJo$pMUq;ymMix zB2a-;QRxO8jCExj4YSdWfA*P}4c%`HUP%P86<*7i8}dbDNBWl!O#PPK%<# zv1ZAVB{iB8O1{q}pHi}<<%EWFS~h`~Qz3ZHgN%sZ{TF}4{ZBvjhXdy@twAZpn{U3! z-h6&_ErNRNJdCJ1F|P-4_ z2-7(KLb?RzBPdHoUwNC!wF9d4mi6(OfAc3JinA>=K^9Rh;V5DD#yyI*LBw947AORq z(+DYjB)|5x9L9Kss!#1Tr2BK)w)F|U;}J&te!S6a5?n`(Z*oDj5fj0Cdb|dW1dN57tzTW_Q zwna)o**H#jnoVVCf@BBTiELr1EiwpwhRER5MWpJDGh@|K>v(> z^EZF<(imM-dv9L7(}wxZUAUbIpU0A$Su`l=dih#(I4cqGwKwNK;t7B0djl;s{BPqN zGLooV`Sv{r)@YW^h9+A27#I?W_8=Z1;tXpf()t;k(UQ2Cl22mNS%w}ZJ!tAKayNGA zW`y&_9+VSe#)#JES?ac+H7%vJ)FFh9f!Mec^tK^bt{zm8x7Jby4}BM$*8!epAOh|J z@4AK4X<{Y;U?o!e9;7hp>hv{>{ROuVQ}(XsR|&m=9U4Uuags1QxJ`C2BNj8-!m&Qx zAav{(*F->-P?{Z2sY!spE>BsOD^zY-6>ExJ$s)bR^4KwbJ%RC?U{jtRe}tMOtmKAP zH8>-2&cB27=t>OscYpD3LwU@HA3b0Z?PHu_GM{kKTte*K5>Gxl<$Sqjc9c>@ThfDw zJS@_(HYgX7lyj0|&ZIg*olQuA8zJN?U)@Bt8Lm~FS0zp48Ce&FjqAv#UV67)gtwMpDsIP_X8LT2z$T2ALTW z3=^hAC^l?pX*j0Alr=XGuQ4JbGM3wW_aI8x?6&Aw(ufjm4ZCf{@xvvTmjyK?jjT|! z2ow3n=U%iLo>3BXEM-xIlv@9l853?Y<2oq|Vh)Iz2iMWi2HQozV{8xBwn4BPF#?&YChr_C&4i!!gy!7 zgr_I)@l!Zi!r3K!{Atb8PYTxOf|DmpVwVtG!RHR|gm!JqrrB_AHZ&W@=dRtM(i?=- zOlJzAYLc-b9drzJs)iIeW65JqgH63VQ&-4=1IV*BhJq~-UA;;}OT!Dd!Q4Ma?4KiE zSz`}N44QbgN8?7U=LtF+k?h^ZDb14@=?o>L=%Z~WD_`S9KMn58+hG$&U%^ZA^w{PI^rr}kAr;~K*S z8v7ZRK_IwG8iM^C1(p|~1S0DDm*_#yl!(9h-9P8#qvN2UUlCm&VN8oTw{Q`8oAPuF zY01Ig`&lM$-lHf>%BL5w(~Qy-w=AJ{epFdMg`0}~d$%YyTe2vIl?AO3apHBg!XXvt zw!xaFKdoB{)NL5^OR`9Dbn6Ccl(SeYKxpi?^x#Ejq1aJ}HrW)+6l{JKW+#NFgZtLm zFhP;RSLcY3)a%Ajr+)6ugjD8?k{RPz_4`>esITd&eWF2;a@XI-U?kKXl)GTrHtbXF zAj!TfZfvckGKR0bb;Lwilz>tjPIi`6ZK<`x3x^dpw_Ap_$=Zp_G;t3t=Y z=HDk(4y?kRpq5Da&3NpodR$6fmRuHIi7u4Dxsg|QM=8WH(nTIEw$QYiMCL>>j7O2D z4SP|MXDc>Zvopr~<-^G-k`j#cMS@ApmL1!=Bnc&pW%zyv6oI+vTBAD6`*;kObU~rFy4P(8LTsI^fcQoNMz1pF6rno=nh6`I&f_Q$|9NMGB(}(s)ch zN_h7C0_OzU8l;fKGKXn{$Sp|(k?>pcy1Zal>?l_iX0_$w*)glr4Zrq_|0#$PuzdW3 zN7!wHQ2sjmj0<0OC>o!;k^*1*+dm8Im=E5+&tx_wokZ*}X0%$PRD=|gWEykrV2{Oo z!ruOZIJ=r~Dg?$EtZ|44%#L8rk8wmu5)791U`rL36hM@Org{xZ!?hW_ep_H?KIVhkCQl8OyA0>K3>R%^ymaqsOnQBtv4uDC>Vu~~C+zUK7FC6}u$Vl2_dpLa{gOD_0f8fwj!3iQ?I>fm_daD0=gkTrgn@tc@5)>{e zF);sG6_IJbl~OAUGn*q?PiOMEX(qe9~^&73gjA618wQ=%O$WX-~#yk=e`W` zj^7(bd;Gzl{5}`K*4$Z>eb8PUv=V}Cczs(O* z8WSrO)`Vmla%fb@VM!@)tos&i(MOwBlx(TkP*LERpqN1DZFLD&*Z~(!5H>J~0iJ3tB#= z@I76jqM@r7NCPnXv)}nYDW1LX3`eX;CUaa1=6nTZ>1}4J2C*Xj;vL@j`7iVA;UnCp zg=m7=S>NI+gL=Q*z^m6$7*qYdp91j3R*2eqgx`S&`m?E6v8_8 z_Co@%1Zg77g@#=l07%Gz=|GC(|Hp@~6hQd#U=o3d6f&JL-rM&FXXBZmE;Mz>#PpF6 zVL!>0w*(Z%^dP36T6F-YV{3vGqI1*cu0=`7H1RxdX*_^A*%>yWGeF||k4o!$!>|xP z(zw_Im>Rau+Mnn^`f&ipC-OG+M{zc0lU=`3*=W}%8eeH*d@J5tlL*m08F9tD428V_ zvTd(~KZ69{=rht9H)v^g*3ue-V8osh#5O}X%c@>`5oi+od8EM415}I=nlw!qjWUD- zqZ_2lQF4Zp(M!n94Lt5maP=71kVa#`kfu4YO3C+flFZ(WXv<{qJck10Q5-QF&H4~_uZqbJx=!m8X7Wf4h~p;U%08%n$LjfFQ#l0!)xJ03rM&XeOOtj{mmo-f%f zm;8f&_$$aSdQIm+)8VYtaAt55t-mbiuWX#_DJmu;4C{8bEmK)C% zNJ&{$L{WrH1bh1v4i6T{)MAYv!DVy*rb?pJkB*!{yO#C3pru9AQejw8@|nX9n0YK239tKZD_>U<1j)aeRYjF zd(63kB&9*K^>D}kOn8@VaqRR3c2qGPr%dFC8Dk8Z9TjT~&z2V$pllnmQBE0>Qhl7d zqm4CH-S}w!RmtU9$?B}+;$+Lkw(P~0Hf-QsxnGyE+69WWI0_8wkf~8&X~Nh`2Q5oC zI;t>~7*=SGsR9i0cGos=A4%{&l{7@b0zM9#%poyvzy1bE9J4yVz)l*@t5e>4`Uw@5 zEF2Kh(z~}z<-=^P{#r)L8fi?XqWx#sllO#!}&^(X_c)^O249N)%fB6@G!Jq!l@A2gQ522{Jb8x_~eCg)`sP^Dk(1F1Bl+Xs`G07ioze>ne}eT2kb*95BD=NGqTOCrZF zbs05X$5S{&cjk~fh;{XVH0Tb{vSV8U$Wfumy3f@cr2N`lNh~GfR3arb+OeuN&vy;m z*7fPn7r{RLBh#19PRC?qjCF-|p(x$oR*Ue~v_FY~0kD_n=if+@gze;xe}ScdSajL= z17WX!=sP3XV;W!LL@&tc2pr=aNzlQ#A2Y^dU_~}p?GL1*2{KMdML}k3BG;ls=m?TN z&eeyRN$Fng_81wYC1%nH#l_E)m-^|?}C8h5|8YsED9wR9Pi#YE8UJpi4E>LiFK)f9tS7?n1I+-~9$wF>T z9mZ59P<?mXDqT2w+?dVN|LA`=1rkuOC>gF zDq2}klm#)0MKWbX!k9@voZa+2vGfkC4Gm?x#Z3yP)07(=Fd|~hE{qT?$F}0xrw?eY zWig-Abo^u_F|DL3HQQy)Zd*`Q4c2(EV~Ob*7##$+X&4`=5XW9%LJ*jy37eV2^_zhX zWdobR_wBG0Shn5^M#C0O8<>}rNpKcvG#LpqQrd7G?xhosUb{!p)SRs@sbs_P@sjU9 z|A5*bCbO9PEWh!|Vo=cdL3B4pQc7^vdE(MNLy$*n?0 zDMpum>X7EW)>8z1XBDae;(-Oaww6NcUfW5~arWDLC~fSfB3;m3&m0CIw69xa1i6yT zGQ~k2p@gK?uxl)<%CKxLPiu2Ed9i*1sDp^t4eZ%A651GB8RNPH-XC!w{iG3+{q6tl zfB&a(9J}4@jVtA|5LbiUF3cyq3bRa-$$_|cnAqDWOf|(z+JiI@-qKVuwp2RAg98jvyaV8Pi`F zfHaJ3l02d*E0TBwkzrSDDVG(+x6Y~bgk^a^E!&o} zrlAPHr5^lV6UI(`XT_kCNlD45b4Lx3Z#O<_twqif_Eg2x?MS3w7-d*=dXRC`TFYiv zv)rB{WJDBuz}GZB0)8UqG#iJqF)R~uGv`L^J84eJOa9(J`VV>g*MAvC87N8fgLnDf zpT5h42$?zB(znyv0r-qr&{+8T&wUl_JG}e;$3$s@N@B9H;_=gCc7=b#Nh!E-YeCr- zobN7Zv_{JYXC3J%LMeq+EmAzaL2wLpC>`ty0KEA)xc%@}bU&O^k>@j8<0E}lBVsg^3NeT|Wkn_>Ahcts5Tr>a?CNLh+ z;IP!SjGxu;qV>-+jbOV8%uE5xrXq*d((BN=9yLd|8RMfXO%nL_-x#4nsf?b}nzl|7Ijwo`dbi_J@ z#d)Tq4F7(`J_%Ef7=>|Q!Xb*oz^Aojz!<@tn4BswdVWBr0(h^0ceu|FIbnn8+4tpo z#mR%mJbmXq-hAzKzIt%CAM*iR(y|U&-8ul7POp<8xl6_Y8G@Kg8Xi-zL?c7!URT~Z zB4YF81>g98{|ufzheRVMB{Fg(b_y3YTqYiwx)LS@@!z_|^;j9375W;$Ql2T~X5+{PHC}5NkMG?+gvN)mG?U2G@Hbs!L z2wdHSU|4gNoA2v+ZY}48~ zv~|4$X$UnCQQc}&T5IawsCR|;?T;HF^#_FC`t9F7vDU7ugSW4aCNi`z4PDtLluS)L z3nK7$F%GGwNERiBU)z z3@etbS&=g#XM{vzuoP5SN(6QAGdYr(;?B?BBTF;RPfpoYH6nAIK0o78aZDR{vaR;| zk4<=eOxWOuO}KA-;iteZA^SeWnum|?69Fv^DLErXESR$w$}khI=J?|fm^Z$YaNg{A z*RFcDr|acu``6(Lv~)ioy);Vk>!)b1uIU;$KZdgKk5?Q2`4UT^x0J4;rNNn~PvsSA z=vMO#OFkGSF|bkBJ!|9b_ajvQJa>Z;m_!F4V0irE35!jO)EYzU)lbeMm#0KkOQb=> zF)EJx%$|&CXttg)=Ah32T7(>!abP!AtZ3QMgih*|Nocv=A-E)>A{&g`E~)s44Ns|g zOvU|=KcPHd(rgRPo;>5mom>1zKm7}Qg(>4u8oCN2P0`mN_>empv|IPcxJyPt#3s0+ z&O!x&2#k^o?9%e12mJXr{t|X)u(yXwa-0BD)>Mx!U@d%fycj{bLA`O8yKlbE$-5t7 zOGmtzVwM}+*@e%)N5Ujwdgl;3PLX*^6h+vL#cTzb7#rw=$V5cO=SJ0+E3(O$)n-kc z#8m68?{I7lRIN|-Ev=7db9f*V2l1|P0cfcZQs=Xpd^SuHSenT1b5>pzJ{s$55?qEe zQ)*IbDym}Z_kyn0ChSLc5K!0cBO=Hey1k|=Qzm4^blQ;4T|3mr+}ocJ3EQhpA_?h$ ziOE%jv9L36(b}HhaDD#E00)E;?luxTeN`dQ4lLAWh*f^<2+0>Fn+NUD=dmKXIyR`G zI?VkzCM3woi1XEs zk6vh6RgsLrCBh4;q>o^38;!0Vx`E2nUf>`EnebUIB8*tNv5ddC0=+!p#LNdZ327KVb@NSQDn{9e@if6nOI@`TW$CpJ zRv}VBGFDhAsGVhx7^^EzK6oD{6R5WQAOG_|=Ka6?9#ImrY__b}P$|E{R45s0r58p1 zyFY)2^wlZveD?#$8j{17yRYr>?EHk&=NBY4qc}4h-kqRi!o_OKR0CUz;g zR*Yj1JJ^XcfxNKHk;G1QD2QJG?s{qYJ*J;H*d_5NLmVX zU{BUGY=g~IqCz~s8x-P6ri>Vo66F?wrJ|yxW)z@G*M~DjaVS$V5g`%G$e9L5N|)T* z2`PQzsTcmPskvlLL4(0j(1e0RgA5ym35?AiDX(6;hDzb|@{G!~h*YsXz2xD;QfANE`}FhGUFlf+P(h&os0x zr%}o~AAQ7TFj|ZTW0~&2Vdd2*D;Y2&9a~d{=h}gwcwmM2EOWAIw!C0V2`sqDoP82f zN`2*iG6VaB`V5G2FO9ca+Mv3TgXi7`4T%UR$PUDupC4m%%Qa#$3_H$gu*jVURn}Qz z6=6gNkh}!egjb^zcFUeMk^v0Q!gr5RA=AgwMZ zbOHbXAOJ~3K~(CJ!nB-UoOAZ@DY1pG{_5BH+O=2tMLFk?gcsCY(1w4RA74!3loY|3 zh-<{$A|*qyLUT&v10e@qrmpbx+4nx+FaP9wur3gX*ND=DC{|>noZZti*lhesXK&B% zU$5Wd+85tuxm>b)a!iyaRLh3-gB4utU_3(Hx<;I*G_Aky$UH#=|F4V{#de2oe5aA@ zBKvWSrxQ%mvKUWTo}D43q}~;v6m1bof>h#X+))Ul8mdBFbj8#4(ukmwv39U^cPx&# zTvoPXQ&d!C(Gvk3Yu`D1#ZayhG?l$^CLEZ$u)3}&cz7rtTCTOVxT@_X{*84=38{iv zEIAr0@>rl9thAvTIFj6u$QUpgLP|99QX5?l-a5O%TgWmvjQqF{T~*b0;?eZWtJzKV z%BOtb+Zz3$z=yPY?e-j4p1C7dpjhf<FF6qIb4>f)4xu(k{rS`1u8RY*VVP@W8_yH!{O1op-b z7FlIX4^%oZq6dIW34uxy#z#3frq@wt4?S4vz)tv?PU|C_uVELdrl>7iTV(1Gk;H8j zWo&6mi!qiuDyd9G9UES`w$H!%_8;+8b;5fee#)nR{R85O<-9qeMAH(HHVK*%kc=5~ zVK=;fxX1ta-~O-I`_K9QC+{;kf;ZkgLITeoUyzS7+E$ZaPkHT?yA*ECqvZo?{5(|{ zha7>l5zaW=CZ?wK0JnE+gpDfXJdyZOvaKMOAY@8eHjGr-k1d51A>~<+rZH8~5T%kR zibz$;eteyLte8b>o<6)JTPUJ5zFO9eBZ?%GS;}EKktCJ;8g61d=!15z{! zz1?y!o-h|PoKv)DG$j?V$COwpYTfjD6@_OCy}l(wpsC81F&Pd=8}tXR7tT8pp-A^8 z#L7?{YrFwF3Iie?Y~Yqnu%B;$7K6nhL#B$s29vc5@?HPa6A}*gXB_P>kVxvXMH|c6 z>IH4(*%tp;_NDyq%g%ihd5~FK|JuZv-%Ac}UWf53{+s4MgZbdkc>d`N7VME>$%D{S z(lTbmH28BIHn2#JL@HLx9S=i{f2TzfpJ7-+$uN^}&9>n>$$qkllmS`E)o9Q=h z|5&BYZ4M-rXfM+is|V}ACtl3xk1QkSGCJvoTOfQ-VTN9`>#g`E-9I8eEDI8 z3&LuPvLH8Ggi=Tukvh?Pfl_7|3=IVtv;IKPhF939F2^(hAS$B3f@NVHrWk6nAn~?r z$ViD$l)#5Pq~sQc37=mq7{>{9QL}vhf>=s!T))oU*FVSf{sXoz9@2yWyD8rO+qP|3 zh21+q^rO}th7+2;E2(qcd8i!m?Assm{ba@$zdnJZh|Q-b#7)jP&(Y@_)PaJvf;jOE z#*IA=CK+e%eS|%|V4P;;d5*hmsFsh(4`z@^lG%jq$vKn#8FHSmJwIiVPoPqWNI|M_ zO-no(QPnkhKB8Q%kf|b#6PmIj9%az98x2;P{No2f;}igCKvbawkGQR5xA z;G@G$;#ZAx2%*us;$nS4Q`aN`P>DgV+GooOx+%vnTEqnN%nWc6--VMl1{%s;&0Q>Oa z!#_;Zl-1r_{>5#%Qrzf)3rRRImOGOOC0`yIIWcq=`Trg{^O9(8I7=HAOGzQH#?Sj( z>HLY+G{i!4XYT-mU~Ox*wZL_iPA>FKDB-QSQlcUmTCTmlElU#LF%y1AH};V#<%5gc zeEa+c_R)yPr#rM0NR=?oCg^R=y`vFFuh051j|_~83qT|bqoXd^kx7DEyu-l&%{)b$^U=XaSK*u(74G;r9-rqK7o$NC=9mWwX_+R}H19 zeEwe&Gd|cONk-)P2riei4{Yrn*e8wcD!d%%;E zr~Z8_!O7MK5gGxNpsCt^^RR;(eV|QibMwXlBRS&k>^866xI=lN*_>~^%rNmKZiK?pqy0JenD^N*osVD}#tz*m zX+w!ZQPS|>_ytnJhzThPBU17ZF;?l85*q^Wt~Sdu0E(D|CRoQKl71}Gx&AVIR#LOA znC!<)_wvBgG~AInU;lT$$XCAd23xAo*X=WQGh+4_a~Lm}FhZhes7O$ZNSP9IbG*l! zZ`@&jF=Mx?IR4~}=T9$q^x~99)dMa##iEH3L6ed)VZtFXqp(4rS*XTPBv7TG6MsKG zx_%uZ>$5VNhDY}wqt9wa2qwfhDjK%5wCs~J5AY=ooYIb#>}JXbtLIz?ZuV-8E4M@R z8Jal>Kt~R4hC_hSX;|Fgv?m5@uX7LSP$-!IE7lb3uvkXqj0fYNX?Q#t9(x)Rs`m!t zG%>hi*Pkg4ZNu$82{P_HIL$O&Dc`ntbat6ON?Vdf_w^D2!GsBl97Bo;V@nly^QC}o z9EFS{g6TgcBO(nzB0+M*AvZW=pDgrQ`@^whM}^=Mp7K5$9xcykv^Q^TFP41x?t7kz z(1u7`rXiee7cAMGBhCa+(sguQC*d|36Cze<&S)tEdpP`X&H0Ai^9%HHOHq{GE|*9q zM-vz;l03y&i)l4ZNTS#?yS8q~^PKJFlF@9+=KKCOz2aR-cXZtWKGj&#Z*;8p*KDyK1opd=p`w^umXoc){6;jO4mkRhg>ulrU+dO zNYnwM0E)WWfqYj|7+)9A@8#Bq(`B)5yRQvAZw=b|JJprUBzzvan4_pQrngUb0d^e& z^AZMAKVgJqfBn~g{a=3g;fH#+_qO8cpIim($PSGJsMR5pF)U)iNfpk4?#K5zB*OAb zZyoWikIs7rrh5_Nfrg~>rq^{vn#TSVK~6lfEXpy`TDEmXqX}Mn;X#!OG0t(I%uGaN zVx))>q9GF5RU5SP9xdq{&NQfKOD<<91Q#pAwrW^x1+(dt!##}{m%Q?Wht&CmqAtif z5MeFjFap{JHFqo}NnlyFgRY`3qB#nzN^fiHQ0@R3M`6^|hPh)0N)n~|ULLC(tUhN` z?TA!OWerJ4TO77!chsB|it9J0?2j_eR?oP++>uQc+g(H3RxgJGCQ_28A75g1 zL{YUoeen!Zc)EE)Weqkc4`7F;rVdFGCGd~_!GFx+t*>(SXaAhl?gf)k#Lc4vo;-iS zvqvjrBx$#fpZ~SDc=PSseDM5Ze(=#Fb{h>Tq&gvLWAw&5!bFwy8%YyZvnJ?Nga=ZfuZCyoHT(O@mD(xw-k0!8d~XdzR^cW5P~p~Y%VjU)}v z0vgu5;Fx!a*j*a#ka0llZPb^Sw8k*oU+`L4@@Tgt4Y@-yFe^5+Z;!%As|p&K7{N1Y zZ!VxE4qaHC_sihf%J2N)U*J^B8(;nsH(tBN>BAEiqZ#@5fads;WRXKY@mC>Bk$Y3d z(-DbM>`pJJw*?}ONETC)#1}Z`NZ45~Rfse=iJGMSC_0T}Y^zDLjB>LhPg7KqP%YP_ zc}9J?MrH|Y3e;re$5|!=l|$Qj`{OXmJ~TLA`HsWnBMMRp8-!LETx7Z26&#maDlOSn z6{gtr5)Cn^73h-iJ3wLvj@T~BzhhjwuZho$pgI8a`8RLk?mxgJ5k!zkKMJ(=I#<{U=1xJF~F1t)NkVVp>^(HLFFIAgmWZD<|D zA+JU_YEx4SA9|>o8kuA$sZf#fu7mD52tg8$cy)0}9$zAwie(kCYc1>bj#++>k%Scm z*Y{JN)Q7AeJfM-%&(Qo5KIlhEqlhF3d)oo>&4ZhXK_OSy zKc$<7s@S2WVI&lpj1VCxs1Cm?>IGPa=_27)bVTedt0Kkfg6+D%NsVh|sO9tNy+&Iy z1Q!n~8nizZ)=v*?;ptzIDhh-#bSoaVLZx+Rm8U1u-%nCE3;V^Y~&eL3AYaB z>>nI(y1C%q=NCMAv}D)pPzt8;gvOOD@;S~rX7P->SWdZ56;Ab?@~jAd7r>T=F$PIQ zjUmHf!UkN@pwYC!o}7ote%G`U#xkB}BuY{l#dwx+^OZw{ zR_xXdsf>B!3pWwcB3wjmwzx7wMG-=F&DN4MNsvlV7BylqqM9|VKPWIbblA$1z*Uq~ zKH!ZxX@FBrSosxO8XQ|JvG#1k5=au5hZ&4$Axq=_#{KM*PdI+@oCOmsf+VmJQShDR zvy`@Kd*QOiad2b7_g~x(V8L6&)m7ZrOKr$<5cQukBWB%eQo1pq3=GK;3nn7svGZ-# zL)}Wp&@_Xe-C;-uOx!RgqWugbaf4G@?vZhijIwDcA3tUP&Q0#U@fw@&{WT?q6v=T&8(N^e zmIujH#w6AvgD%DbkEl4O4eLHd55|lH$JICfufHT4Pq_1yFK~q6XzfD&&bM>JWWZ)Bc@3Pb?fi(Q{mY{f?mX0gp@Q@O*$F- zY?!7cyS~rz@pBe8u5tYQIoIyppJIFV$F*WTe5hB!J=DV(r0K$Szu^zT#|5|18(!R|Kf}M>VNrP!R)|GSnHJC zUw?-d!?#$&kGwWI>`>QlEy&{>=>#`lJ)mhDOzq!@>3o7N9n)k&k|-`#E5_5D zMoU_;MQ;@x#k7TFx6zFEBhJqZW55_gxiwtKEq87n;v&P%Xu=mB+~HlG;KJrt3<35#83F=N+GLlH?u&(A{HetIhsoI(`30oRcQfg{yN@U35 zbxle`&6ai0LTD~2f)o`-Bos8vVtB*(ly(e^8@Q%nZf^Ox;bz05A3i5v=ft76X-)0# z0Yprhfow?krtDvv(!>orvt~SxSiV@Y1uj_y5J>L`ss>Dm9k47eq(<8SM!L@laGMzk z674c>Gv|PUH7)01ESSFZIMA}`M~PwpLUQ2~>(fDKryu_{C;^2tI4*B&bE;rRLCO&mTn~~A8p)Q5Et)Aa=KZ*+1IBq^He?8q^P7{R%q?bT@C`#? zFswMI0WwD9tL~h0 zo^elW@WWbr=f2fIt12>X+^o#3Jm>7Qf4}t|8+1f#8Z4jijB`@XIAVd}^^N5q8?jig zc=+g3W}`8O+YoS!g z1NLS&7~R?7#%*}=!{^*&&Nv<8t^~3WK}4IRpcQJA|6x1fX z2ijQdsH584#8tK%q{a?bW)&W&PfJKhKor4&^^?lEMk!7l69rbQG6mI zQlrJSlhF<4x$z#e-URyHSWFfsYB#=|3uT;Ah8ieDSZ17u+FqA8zAVa7zHx5hjB5vM z>iVw|@cvC27y$G5(c|CCvW$z#8`0wBU!D|-u89ex=bd?=QRHW81zuv2JmlDyRmcND z5Cct&7NOv&iP{k11&)SHBuK4Ttrtx6;PF@B^Bt;7jKZK4}OXhyjpOFiUSzZ|vR z(|AvvWL%BMESr>#wY0}ej@LCOt4r3~6I8NKUX0isk9qs%n0!F|Boxn(`aACw{#(2*rdi1-_i7YNg8)JgwC~nJD>{fCf6o#Zwn6_n{j}VhtuPRsZ zBJPqF6DetG8!O&D`AAcw1p>{61ukunSwJuj_IG*k#ruqR#z-Ym$SCO}-q>o6xWSB^ z|M8#wcYN)?{bw-sv{&B({{WtTpC5emXJoSmtt5LpJ4_}sTI(pAlArv_>r5wOo;^F| z_y6!cvJ7-BkWS%R&vvz;wgyK7b?45wh6ud}+k~N@TgY3`+wQsv@A2(A#J!buKv|Ru z1KL>2#np=0bj-otobfnAYlXEAHL9^0sAg4`voU>pZ~u8Z)ZoxWgmQn5MR zBJk9dR4frVTGot7QK=%yQVwtKasR<>ZrFA+&v$_eqB?~5uSaSt<3JP}F;Ra)F0k`9l>IcrEWN>S&;{xjmy-%oXL2-eKm8r4H zqK_K&C`RmYg9I6omGJXB0KGs$zqg$j{9U{hY39)s6pTnh>B_a!lQmTozDlk`%;Zbd zQnV%8hU9!p8o#P@cb*}iR zUgCBq6lsRv*4&!!azqlHZk{EU7u3BQuWLh>g96B-sNuPYp#tNWHcT&~4+8jq^MC!{ zY@c4h?wq@?-vg22TaB;dOxx5{k6yrX6PAHIBiorV-Pu7GIc3{WmSvP4gqHa2Vgbu7 zG%YI8jK(9B5SXgL)D6@vO3F|QnJA1gWNFG~yJfO72kR)ZoO)3O4qPPsh#hB`qo(|| zNJQFDm7o>4I;8#DO>jDSD6K^mqwDz_wULxH0RGruyP#`+)m9xH`uTeCIJb(enm*9mz4MiDRI{_l_o>A5tkd`zRcx!m|=r+^c-Cn2CDY-i;$wbs6i~SQ_o{Npz6dhr?#yNBh66&^H zHRwg^sG=g~$8-*@IwtmR$}KestCI>@2nu;dKA!|zcl?@exk{xZ7vPn}iU#W~iB56S zVVuP!hGgn#X=r>!R;277%$dzcv{e&bDUJfzaKY|q%9@g2{xML&f&L~ z?Q%sElZ>6JFrvazn6$OzAku7iXitzp;0lmu&9XbsD!r?^##SV4lKj)w0f zp1N}qTm!0*kXu^WkS00f@t6twA^!)7Loi{=D83Fuk*ti^vmA(dWpuAPAkSf1kfN(!>K2MFvssre9G_fgg^Y~`y4l0(!Cj@*_6G# zeRk0#aY??!@PdXd4yyygnB*BMQb{*S*(0IEaZ1pT6tUQ|Ln}3cwrTm+pMEz8=86$| zJPC)tGzoeZA1JkIQ$pPak*@$zWaK+jc5fU~%%Q50 zqsxnPFAHP5L`($l#O@j~KwsNwPd-q(nP%($*Z!o}+ZrKg`YXf=`bx z@FHV%eu7jj&Nl26g3rBvFQoTM*^7cZT}mP)W2ML|Uh)-QeE66@`^L8@ zS4&jd@?vws;jJ07e4oqnlFQYa&wc(LB6U1De$FTFKI0x5QwEW}*=TBNG$|=#l*_Q% z^jB_&BT9em`nj8gA*JHqb^O{DaIw0;HUeuM)_IJvSmRJqQkFHBi#26ak`4nO_oPw>Y6Jwywc93fpsLy62izU?>%>cmw03ZNK zL_t*f6?PLcmxNUaD@jPmb&fJAuJs5j5l&#LfLf+WMv-R}c}|*zx@tbJyZlVefbaSLhz!K#(IY9?VZ`h+mhdIMFYKhJT2zneT+?2YcqQrhdMhLu z(_Sm1$Z3!Uc&s{h@lC~lCF#HQ60Ra!RQJ(h+3_>HZu&&O?FWcofokor_jz$!Ic0YK3tYT8mE8 zU};WMOw*F;1hZK8NK3AC5c3*)T_qspwK1hDeC&p4DnU#1bOLG8J1C8-c)Gmc;%X5b zs^yln825?nL#L7WD_lrJVr7{1GMw2$1gg2Or>SeQG)$<{cs5NaZfwl;^5THXdX~ob z2w=z1NC8R)*+d^~m*}N2cI~e-AlLDu{f|Xph8s>}jQNf^c!x&k(bg6B@GcX^#w0)- zX!xn!Wbh>YsExYItB`GT9jG%{US!-7JL;pwQ^)P_&h8!=o;&ji4-SsdN^vloUdMAs zv6Ivpd66(4Hf)U6;%6Xw$_^Z-R3(0Y$C2D4FU!AlnAkJl@Hc<~V>TWYyL zr-Gfym^XID=t*#Ll(FNew3d}IR8c&e2*E^a@`%LPNdEwgwPva{dr8tK@2-vM8?oJ> ztEu}PJ7lH%08m3OpUz~HieFTqx2#c1@_x_lN-+9Pb z3$k3WXjU|C!)!KZG#>Nrd!I0$!u@-@EZPe`{`4u+e9Tx(*(uVO+NA?*yrE@9VTQc}B)OlE>zpD9lu@3hA>dC7&_Up?w4!MYt8yDd_CycU3se*yhv2(Q3?FdLB_(a2 z(Uah!CEUjjr_1gTBSRljD{8J*XV4lx{rE%b%Vm6YGO9o{6%Cq#-Ge!*6zE*gctb4= zUczQ$_|JdsYkch|z8Hf9S1ehu!-y4VLePnjuYiV@oHQN=c9?S5BQYXsS4u8vSTJJ5E?J*f z^VuvL|C07guwq3`OTmaNy3F)T=uO>+)rlUFGDw;}D}bua}tEDovt8C~J~LZA{2Kb1q|R0@c-taNF&= zUpP83Z&wY_$qL%oPW=+CG(cJ0z;^9F!Ov=-j^RF4K z_z|-_G?L$YUiS~&4>_c$gcc%*c0XA0BY7;{R;7dhrAe}aQC=Xm;+J201z&B*Mtgj+ zY53srC;YuP?vZy4w2VO@rlu}y%B3X{6Vj1pG9Ocqb1uszk1j5F{OJ=+(}v|BzkzR3 zrsFNb)Cg1e^pa~5tle^WBWI*l$d$1g;S6Q5&&iXg=tu$iLHcJKZQ(<)R1qr!vY5C# z6jTlQNh!p&5HLP3FV&#O|6d{{#bm~7Y0C1n;;lFClV*xfTgB$|w5Om{w51~jw~kUq zGDjJYl#Wb}gJ@Prni95U$<^74YTI!9=#)iyi4_&;uH=<39r5N{_c*w@&zrBm#?9Ne zNv0{bDmj1n5m(2j6p2R(!_{KR_dfi9pZ@$WvNt`Xu?_#vzxpG-`jt0%>;4^1FVA`W z@hNGds8%&eI|2kY=8%dmNKHUGcF5qI4P0w{j=y{>?9lIDHNDG2#HHau4zo!S%gh|L z+oDpBo`4YzP8t%GvRN69&(}0fg-a|ll{gPoZMa-taj__=%8E2ekxG)woI+*nPiE|; z2iV55*=%vDCC_q-tYDN*8M%aK<+_Lcvw`!aOI#Jy)WDb=6+`3(_+_-<>R1#YD6u5* zblF{RRTS~6xcGFI*d!u(EuJDDlSma3ez!HYGV)nh&_4u_{D=M$drI1cO4C`4=|WGM1j#COKicsJSu4m^yUCUp}= zH)gzjH04kK{nt@evT18-BwJQw>`>yk!GznhePph=dH)tB>H?$|RKjue$}7C})+@Yz z_dXZLTTVA;jDzf&2HRIWxcGV;d?vVV9S8nxB)jYc-_5kb$QFtQ;T+0Il0L!?6dsR5 zVz4wQT9N@;$Y6<4eXvCvX_7h;il$HeRg6LLq*QPd#SBH#yN_JIA}YodWRWClFl?fVD~-9op>s+_8+salqd;;dF;Gxo<8$fz zt8j#(iPG*C(=Us`UZP22%hsB6E@^Qjh$c``N3Y)JXgX(cb;YJ%rb73T83@{kPCOSE zuGEFk*;sbkEi)R)x-PkQ^A@7Wkv8V5WST??kQ(I_QYu{AqLoHU0j)u3jjbA1>lJB| zknHb(aoDB_=)2Z|juHar9nJ=wp%x*JOgM)U;T~L;CB-B}Es9aXw%(G?qk+Wgu%w8% zT&d)`hfpg}E%jo7R)IhiQXocxm1}ssI_6o~ppydWJ#E{B*(0v?ZXG4mFC)=h(osqs z((+Ql>1R@NZFDbvHTOv8*jmT7^?mVhkwBh=6~6VJ@0XU-#s;9uUzS^&7#i$g-5{C2&gxo-QDGnsf%*I^;^I7J6bDywfnh2+MI~%Rs0awM*}et>?8s1 z8q!EY1dT_(ta``Ky|ddtiGENR<+~@jOaDW#sWw5&-~>_{rb^T{D}FC~``*W8;H+}xQ#qF-8ItoJzQS*|Nq)dFKJ+m*$NmLyBivY>4o+hvP3 z32x)SJA^j)S;cE#KIHW`?{M?x5%=%E!mT^^c>Arl*_qGT)R*Mbnq*v3Z8w}fzvA29 z{vl=6GAs7E_v+_pThHXC=PO@)o7HN?>B%XJ^$F#sLdRB{mKq;p>t%E?Bw51V!7lTi zlr+5_Hn&A^Aw7H+thvL8_FZ6-&yh~zEhIieX-(BMR2zfEVufRQ*-*MI%m0=rJ-cT2xpskqLm&G#P#)5ed*rd}@$re2l&iucwLxSx~jiNZ6;~E(NbfR4^SB zG>UjV`Xx*9>TEGqk^SCHj!079PQuuw!s7ng<4<;fH8I$-NihiJL zL_{UJI?ihvDUIv4ipj>7YnO^dkjKX!%&`?j-BrUjCjQ92=u^jQc^->4*G_NJ$?e)3Tza*djr!vw75n}rfu7xSLwu}6L2fyG9$C3an`k;NugK`lmkEV z&)ACS~Ds}q)AHMHvG!#4@gW)mT8ui;Lo2vfnX6b|uBqdN(S^-PDf@-27efs_>QN{qVjc~H3uUMj?+}?ZQbL_FywI9V zN@lxr?vGNkrr=_|&9#EK?)8>yBubF>||3=E!KLx)hLy7d~(L} z#S-Hynr(^G4N@px|I%IFeCs}woiV$+I~?u2j`y0&?Si(gNK(&wbH+!HKj!rL1#%&aCEon?gFwn4Mz~r~EeuL&gwr(CNGVZTBXS$8 z#mZBbk=7Q$(ImX0$~|cUS0^>8RveBGkwUPyGh#MNIoO|YINuE?F2ISFo!Jy|1q-*0 zZWzIw0~8r0oBn1V6bwZaTdF=ltd2Su6&DvBiUhD+B5){D^5_riP?&DPTU}gH60$Q| z8#GP6ZlP|-bi!mlXFMuGZ&lNxW%zz)Ewqxhwz#S#l_MU1{DdaDK`eq2PsIjHiKONf zc)x&T40{6RCcKWPgaXHtsEFxkk~we-c)$^3<_Hvj`@i}P{?)(um-x~J5u`D!X%J*F z?OE~)I}}Aqv70m5&v7y&f!D3$_T2~k@M^{HKYhxgdCKAK8~o(!`<$L$QlHd_q~XL7 z6*=K~p9^C2Tg(=U19p!TQ6Z zl##CWz$nXbt>Nh45Sa$KgQ@F?#;CA76dAHHIAbt%8)^XJ5~K4RDFyY}6~b6_kt1W9 zvJ5G*J>7y3p?6QjS)de6-H;YJNt%Kbq@yAruUQhE(F(>{Fvhqxd?Y|BK4}X~>fBJ;sKF`Bm+Z60{1)%F=n>Ee+m_ms*IrdWdeBkwRdy{Bmo|aod_s_wo$* zG~P;vOU#c&V1{8a?P9t7j=Av#8kt}B&wsX6L0oHkzdTpbKQ;Kz@wb)oS_7OkP0Yd* z{fT0jL}}ZWrfq0(*ruk9D1@&q^K635a;mlpXE`5)#Kf*8m1y!TCD8)gI%ML}%?2r2 zgpf3G^DM0;sb7$pXFbf;At*Dg8O259*yL;~M`;YBVvH*tZ{E4f4IN&AQC{?JqE7YQ zEiaw(s1xkUsE@I+YM>bid9{>e1JtB*WOe*y*DBh>c`hWNY6a!RmQOx<%AqUx$$R^u zDt*wsB&=iICQL_rEH@Qss9b~bmdnK@%kwo#NL*z|$CAc0?B1L3+M9Qfg=8|Dl8y=* zWpE1a?ms{Z`1s*RJbLno^RrW|Yq&h$(7KE-zV$_DH((m5OLk{dvLxl3-~JY>%Pm=w z&{TC~-$SyAVF}daN~3lg+GLHD6{cyJPc(unT&OI#kw*EO79!s)qXwSv{U;;LHl!w-)+xmq%t zO;D+zwlzhTbNA?gdj~g>R*+bQ+jwr@nsJ{!MyQyhv!Q0mG7k6P4GcM}O+;6SOIWy3 z%U%}~^d~D?-O#Xz-Xueb33&@~5Ow0m6hRodqW^q}U%*FAF4VI*r2#fyD?sFw@a|&Y_%o82bprbSN1@Me%)PMwy$UX`C`J4pB z-rd{Kz{w|9q$;H<4K^@C_p)1N4(0do@9jvs?1Lop|3HgF^Pn9&ke!VE_m z8`?KC7!ouS=4dPyL(7s&UU12pIuJHJttI0EP>_=J3v~HXa#%q0WRz8BbWvrN5e^Yw zuOLDv5_csP1(GQ_Bc|wxFeOM5pr(my&}pcR0p8^?AF$;L!(W~}=J^L7^V&Oa^MITN z$2KZqu18L|zIRBtLCOq8jpM>pP)XNRkV#Ru~#Fq^?kM~|=6dHyvkYg# zp~6%Rsno%1Kblistl{he*4vN{x0k^F7;+H=W8OmD&@K(jRY}u0gx9pb#8egcUweza zV#G*kvNY=}Z-_HTM#oV*m_upIAnRzN9=VC=zlips4!dZb&YvVrN%MkHnqkU{ zUw-S0jMN6@5^T1^UtB!no&7n7MS-xhU@;SbZ}9Dg?YgEi6}7Lp`^qcmsbS;iJi9#O z!^h95%91SVQqs6&boONiVLuM2yymrAyNrxtK0QRqkhHi`mQU6#ZB>IcwDHAvvE0#i zNyBjiZU&2u8>qY8Ahub>=fDj9E(Z%x2k|+em`=E*C21QBu1}AjAyUET_Fre6tvD?m zbycIYoB~fao$}>-uTyWfWLl#VhiTxu-+7N_Q6a}ImD`|qJjt%)^)K9EcB5ctZ_eJ{ zK50I|HG(Y7_|Es==imO(zvJC^zsvIcIlgUZYQ^dMHShf7JACEu|2Hrzz`g+2^6`fs z@bHsQc<-Z!NF>#^#+Cs^5O_*92w=>F@qUKznrhMDGsA9j!0UG&aQkq?#p;U7Wr(LX zCZuuK@s1{amv~xJWD1=qRGZ=(iIN(T3cLp+3?|t?>Uy-ydW#jFY6W!zSsEzvHkJ@- z56z{c*?Ov_SOX%pT4@luv{#0=UcK- z9%uvO@U0^iL0F#25g)z(5v!^sK~lx{eT!ttRjjiJQ2uxe(sVn?OsHZq>ztf>^BwH6X7|-y(wW8z zi;x1V1S-qw6d9jrlHnhXFh zj4>qRg6(=umglG>2}0r8aP{m3)A>B$oQa09hLMUtYaEs=8_05%Yl`tcDoNSch98{0 z;J6ahRfAB9v(*)g#T9K63PtG}rn~BZIG_9=2Bbs##Xt|^2PwW?@$%>1yus_`8Wj=h z#&vZB;fl?*BGZbEb$oBzvT+_IMGUT^uM-${A^B9dYsZtiZmyj3n^*?_7mh~MA! zBPDT>>5vx&>6{D_4qeQQ$(0J_kwP%m`nu>bTD4Otu+EX?2~xn`c+3aid&&nNe9YU^ z+q`!FWh>{9l`GIl)b$@ zl59lc#}rx44?g&q-~0L>aCLPNC|c(bO7rm16O0pl?dSh4?2Mp#2+s1|@4m~$)rynz z3u+7HromJ#MWQ3T9Wp8sQiKpRwZS`2HqJ0h&)#H*#HAcg_W8#@`z8L9d)F!3#(~LT znZs2UZitV8)2me|ZOkp3dc$(N!l(wL8uVDwdK27d#$a3!yQMNC$>XA(LU8~OUYW2v z%{g1a0z*Z~vRd)%?1JyV`<%b{{)haBZ@tQ=VU4P$2tWM9HGzE9fr>gfN;tXtm|{2R+P2iRs0jT>I++BW z1RaNx5}^Wt(Iry1M)7R<3|ltjLi6-$!4FO@D2rX*e&-Fw%sB)`;#vbE26-yibjoTh}WRzkU3ez1KXGaoenZ(4>`o37&Awrc%NfF zVoQtX1r6`L_daQwa=)0f6PI>7IECA7iEUb@lL?>y>7V572d~EELQ~{9cZwMvc=qBs zm*?lP|JOk6@M{B7pppbBC5&@Obx5#{_vtK2ajgwBYZC6-*4Qw193)CbZCS`~F|Nkg zHX?BVOy>) zmpnN+XSrP?m5wA|G=g-3=Ygc53$h!wQg;+l8fVo||I%5nkF<#5bx+$Fk)!jdNECa8 z;?_hl$`s3J+VTG77!?;?N!{vTgese+-PnM@boBwtc%CqS-E#8d5Eu{0x<>xyZ~o?Q zRBCi^_rrhva&@#AZYbB?@#WI-gQX37g`lqlz`y*%YcKhD83Wg%g}O_S1<;9RJf7gn znxB8`KI5ilme29UobNB5BVEFqvwf5wgVG>Ype_;CoGbPK03ZNKL_t)}(Ug|Ww!#UI z(2B`?gv}68Ih4Atm_&(zrkBK3lf`>N@%RZ zv!?VZr{|Z{b<^u$x+LLFyryICQ63+o9Qf(G$DYRjHiY}SZX_2g3&P1*UT?~I&ZJn8 zSj8-z(KIzxQ*wEA#+}y>c;oH?+2K95>4<|n`cxgX|Hk(@*qu^s z17A9QTXFyMhuk{a=iumw`R-15Zjt2m9@X0L$A9t{n5JU6K0}Cb`d*YZ%PnNtgn#r; ze--2-ND`ht{FsZgQ%qI!@Zl$%AD3jyF|JNXb4}Y;SV~sZAX@T$kB|=IYLZMLq(`MN zo+KD+$Yjbpciv>zST4_3U;=fqjnlv-A?R)m6s<$mW0chBxxg4O&QrUFk(!|D9HkVE zYY_>7N&+s|aMHkP3(Kp9dTW@(fsm8o=M^}GS;scuTH&^eYGqMX0x4{4i9j~lzj+ehsW}z5xrs(FK{JjFzm1mH1VQ*o6KVuGV-iMj;Ho&>u1`z}lD#-ulisZ% z`Wu?EOD6h|cMfmzC*Sx(6q+qn zFZk{{izJ#>JIWEPo3J$80p=(sWQ<1+pI6kgGeq8!H3g|xRO*UMYEm8AM1vq!Ml2&x zOo0fiBF&*=G$GMf#&C2XWrRe<#Ve3{If^+G zW)a&7Xk0;tW<^ELG}^g6Nlbta)fFOMZ(Fu8io;W&k(5yZ<6>rTkd>#DEJ(;1#g?oY zhiD{{8j0nM6YQYM($OH=-`-Mm4& z+Qb@-YXpIHiCb>SixKxD*vB*(QxeS>u?Y5-emIxEf2O=Axgr#xYuuNER#-gNTd$mL- zDSDJ+wq+>UosF5zrop+hS)il};$l4t7e?(v;bYXE>P!P8yqa=RSA6&M1<%%7c6VnO zZ>deodb37Y^D>(98T_G*h7uQNUDti&2Fv_sdzoJy3FfBl>w+p9vR|YWq*`z|*4&zE zjvLQ+mQ6qKo$mtu!}20x(!M~jO_JxUZT-x7-wAhrtp4T4AuuoLU@k8&|E<`2z$)K+ zNwnJ^R|X{sLJ9uXZi4QT_J*N$To*avVQjB0f;Pfh?Pp^6o%dJ?+o~o>5*o85Q6+nM z%K5g9A=e&!eSK?^VvrPEv)*i}%$iXKlR~2NoW?m8#;`RRccxqRie*U9bdJh<);9Rp zJ2%gZ=P&sF!%wiaqiqb@D$@0c*AI@E?Crfw3&lk&Q>w23=qzno$^b7$&5MXV6y4G? zg!(GysN?Ukww7uTOys@Cx0d^NkEo16B`RofL`Hq=IsUL>U+4V7m*3&-2Xnsg;4SXn zeuc(Ytk+ANZTZV@eu%?SueLbRu>WSk=f3bN_wU{1@aTx0-JK9O?HzfNakhNUzx(cZ0k5ZzaW($3y%^C>l{us2o*%o z#zP$wWR+5Q@6aZvK7;L|C3P9D6v$HX)35ym|NU3~4zI;}kR20fVq-yM;dS@~%R^3h z?2h^P;*_UXXPhoC*sRyICUmY?Z?7rNZgJM(gxtn=QxQ+lcl1qe9qcnvQ)FRD_bgID zV@sU1q!URy+n{ESy@QZsQR5KZ;u8UQJvezU@i8An_U*f!NU@1UjiX-6qN2&xM!9eJ zDQ0j=_IS>t8MiC88xQCsfgqJ(D2$>6*hUm6*o|GZZws=%BJleCTVmO;#9;Zt?Jx7S zpZ!_BzCPo3K77u5O!@VH_+RsDKlK%|7+rBRg;#Z;kGdhPwIoTxz$~{d^~zyvD7>tr zqpFT){|qQdLLLVm;Ur2alnfPv+NE5qO4_z%JeyMN&MC1xJX!Pj;su)>#e;VqkTdI- z7T>?tLF_8cbvi`1OiY-Bc)@1Ij@f5g9w0A9SR1@KBRj=gf%KC3JY$-R7>3`O;uTIt z9TyuMEh(@kcl)rzp*!iNuCtIe88d@CZA4Up(<#tjdB6Ou26opbYHMu&`s}Y7YlL7_Yu2ad zES??n+B?Nvdj(Bgym|@3Kq{f*%(3xvVxYhD z@$0);oadSwO?8c7xS)$lbucfq29~wu+1l{^WfN!BHFfmz4iHfot$mAF+Uo+xI^K5I zf0O>@$00DodzQGoynOu2zw}H0lY8+4vAceJoqpT#V=g+4q`+IjL`eSVxWV}AUwGK$ z+QCvvcy1i+^66#RguCLwL@ClVB_B^nlawUO`RdL49AzHi9BDq~$>o;gvgNC{?jybL zp3QhCs@ZPWl;xIME%9h}_Qw?aH#xp+`S|RZ<@tH|ozgL5<&f1WbzB%cFj5LH1S&1i zDn*uC^mxwe2Q$WU%t%eBHx@Tf_}_i-47^)WYe{^8@CrHdAuP-qOde!R-h)mZ z2`REp$&&q8sW zpenpHph6|dI8j*VSuTjN^g$wdz>JK7kxZEGCQQc#*#y+YkR+h2hQy#U&)P59EGlFU zb{mu}p{GS)qZVLG$@4fY4}ts4xkb*csBGCKiMcDjx4l-lcwPu*+m2RnG2~n=stke%T3rnh`qcJ3186_qu}>H5$h;=luHL{}rCh5BWd8 z_3!zAzwvd>(u7Ny@wXlv@z!fOe*J{2Q`ooRxfH-1G!Id-Y_~Gkz^SUKY7kN z;tZaI4I3ni9Y)-jI}~ZgvRZNU+CKR>!Q!cGLpCpX=o{XDwqd?2n2ZywQ=FcklTQj} z#UY>DA9MVzXK_K<_PHxbRH~RRiPr_pdJfE(a*IQ5x?PkRq1p)RK(@51U$e3_Ni)Biv30y#2nnlEubZ_eq zt7g{683<;~fi^Bg;a?lu(nBJ%WXhDLFX{x(whsqv5Y%`io-LPDEGfts#Y~~1am;V* zBc#Mc9m-2nuB<^x@}l6z%_E*4zaU4l!bZIhv{lW`+qY?(25$o8C9Df_81Jat2CX#K zIi!$SXM1OnN|V0cMk|GD4XM^>5e{9>I%JU}tcwn%pqbQ3!gjT0G@o*DcFt&TCpd(v z8s$A|e~v09Y%kU%MFI2Ou*sfYLAndJ#MfIIc@^ znvL}@sk^%VuYQ>k0-0s)#<{0;-7X^9avsr_r@&&sq<$6*`fJ;$e*}&B-QWG)tmsHjtEckaE`^FHrm1RJIaEH(|DapX>cYkZ@plMrcy@=egnL{wGF`l@1rAxb*Z zBqLJ_XAHJ}h6!=aX)&YMnz~+)ONn$2mF}TLiPC2*YfUR_v^A*MF)8=y`#FdE`@Hz@ zBj1O#qk-9KUACY^JLmIY!i#8zLjw@8`H-AQX9YWCcpdL@AJ_gK1JdXbew!)%>CC-m>rMM zkt0fS#^WhvzK2p4)3?0!_Pfm2rzo2sQcD&`B&x*p9ZIDj6f)A}Q{U`@5m3dP%=Wpu zdd$ZkJf&aus3c}QD>$7$Crw`5sxoDbl15bY*5~$)@x7FY3DOaOa+H!NQ4!BkKK2c^Hcxv z1#mKjTqNX1QuK=1Y($c3R17GAbP0jNEgcnUm=?|8#MrU{ zM}P`_JJS%<<$zbn`H-4RdI}VWz&sS!X&SC@98vnd7j(!}?J!7gFrmeAPEUfQ#;`!M z7ZO0s&cvOD(6K5MLT zHGFh<%(rGQ@wb2FKJR_-F2DWHe#l-Jt7hEtmuDu3;|QyL!c|8XG$|^mBO+QB6x<{) za(da&1`UytF}+^V*p{1%yy?iJn7(T{U0?9v>M1Yn?^C?GPyEpp1!Edk zzF<@Mo;(Gl+W*dvfcxCxOHBFFSKi=ge};8}M)!~=?Am_8x#$io|rWzSfODpygE5d&l96$X1uH79Xfa%{;RYk_gkpv>^ia|8h*L6r z7t(Xrk}a3a#uKE2`f52mb`Hqe{`Y-C*rT8%Pwc(>~QY zjy*6Hpu3)|ECR#fi1QRCB~&ep3yR6uPh#^8jK`2o{i7g^H{2#2$ewivA1xm7@jIU| zI@srM|A@}?ES6Vv)n-^pik*Pe-NMN2U@dpnF}q=^O>iQqa8IdKHMoi8r$B_jMjoJc z+Hu-iuC%>w_z8ES#Dgg-+`xL9NNr5rcAsgVUWR$o{(k|JzX$`f{T`CP`D_3Fx76Xw zuipOf|3F%MZAP;0I^a$^M3DB+8o_tY`<=~|7+gqpP&|V(h7Z@*sl1<3MJq*Clq5>> zQ#ZfBk*FCZ2~jp;VPoF8nDbLduTv<%Egm^TS0ppZt6!e6cQ7W-Q)Hx=&Sp%q119ln z$kuRr{*=qB3m!iBh$72SiAK1dJkP1xb|@<^iYYg4&G^!ruR^atm-H9UID7Gw@BH?U z=!|8OjoCZSxmvH7%tlnY^ZFC(gb82uqY<85hpkIDbtKBNoZ?F94iEtrqU=0 z<22`}JVta4($z@mS=c@lm0J;F8scqGA&fGg2PJ~IGgiKowlYE3*+SbG3M5G)8BJq^ zb&&R0p|L`fQBWi$Di)Z|GhZ&%^sXg#InsEdybJ$0Txd7)0OlS?>@#9S#EdA|NiAhq z@wB0eFB^`Gtz~ykNs1yyV^CQ7uyz@d5r-fz5fWVmFb;Z|?bKZb0cR27*i+=EqUPPF za!Xuba4ZF5{^S4bKja6iD}L)czfC!wQmt3i>lKYNoSnbmciwu7{LYv7rLTO8yV;oR z6UCmJF(zVD?()4S=d`wGG~OeYB~{mPKA)qq7^xZ#CnqR-#>XE#AY($s(g(;zkXexAD8>}z z{OsNxe)V7ddA|P5zsBu1U!i#Y9>vQy8Ncy4R^yoWRLxt>B|lIbPNS6lgMu&Je+?rf z|MuVdCGLIUgu1SIa{iQOTrnm^M3Say(GgTyBN2?4g?{Jjz&QOG+j6`kHjZh@DM`rL z(1lK-iZkSqK6fTqqAivb zfg%~wiZqsnia5mI`R=LF5X$I+D(8YZRj{m&DT3cguun=v9KOFcG>-e&z6?nh7)uY? z9fpPxITnF!I`YmUI*m03l_ofI-P7IU7*8iOP0eUBVR>;$hocKCT?4G2pK*NqCdGIZ z4hiRnowh}VL~7G%gaer-h+Yp&LL9n~WDt0mUZY#jc*L1MRKz6luRJSILgI`iiXxIS zCz(yWi_STOvIwCdOE8NSZQG!nLZ}q>CeYNdX>o0h77f{`z`34h?V2AvdBmc#v~A19 z{G7?&flroR_>F)L*5|FmwhM+Cy}f&O>IURcv?vCL+?Iv0z&A_Cg$qLjNZ|pmkk@zm zsx!P_^_&|wlr~B!J_VwNZY3q@;`nLZ^cUKgRhV&}1qS9~hcxHUV_^RO0F2wUQ{TRQ z;=cOzZ~VLJ;lE(qT=>b@hyYx?byCP{9qo5LAWTKq*Wett4@cZM91*3OzV48*;&Hv= z{SQC!@$F&dBSWrCp%kf7w8ji|0E1OLtb$^B9R;6CIn)zubu-(wTNgxE+bRJMqkEFn zaxflY`i3Hn>9l3jtWgQb$np5$3*P@1QbO^ zmSx0gM89nL;Nkl`Ie$dcR5)wtbc1t_JWa@wnALiXGd}chG#PRG<}t6_eZ|{ROvm$2 z-r?g1AM^1C59x92r&IP0ODx9Td14s z-laT;y<$RE~VwIp9fvHTGf_j=@6ZdRMJ4`Rf z9P>F!4v5i_KorI|E{AN37{LM^Lg2jnq6*pvK|&goDt)X8cl@r2)d_#VIg)@;N_R^@s&63qfEm0PCsCj8S2gvXWpXkqxUl+R1o`K z1I3|_X@?@$!#Z97)TFlnR3m{-%Z%22DdxOBHGeB5VK} zqu`Y5ap>S^^5^shgQH|h9M(7@)V%8O+)9`PSkTc0=Ts3IkqjAvK4c*YT(Ea~6P$&C|k-8dP}@TTdwy1Ml2%XWRVP146q$bgI-nq>G%EsoMWR~ zZhn5u-mQ`}OG)#LD2^D9#(-tHT=3%RjLX$Iz3GUAqHZ;-)ttkFeeT>mK`O=B`31e! zL`jAchFizS+}t1g5U2V%&!0Wz-S?;X-@EWOaYa`zU`UYt`brzE+; zRZuV?Ns`bdqBx!&5TQuo1go8IvJe)fJb>wRN7we4&QQb|`^A(y(_7p-y1{;#q0fAd zXJMf7)(u?hvr2S${xudF2aWbg<09y0oCe+0h)B>{&1zW@MUu!Qq}>=H9a^XNJc1M z+K8aVkdTH6*29c7D;gU1nQ=2L4-Aeg46{%e84c!MhQqwYJMTv0F$!3BZAgmsRR&pD zH5Dkn@$=u}N2?e7qxXKu;`{=%9-hOyoo4IhfUh1h+ZR=;^<(H zo|?1e75Tp6y-%KnT-OvaB%)~E6o-^~!J@8M({uc4$ta)D1lpQd@_#>mj>=0$c|lTX zY#Mpd=jkb?ca)k&YnExa(+oc!ID*|G$2B!P4t{o{UX%ds0ENGY9uvXqJpWIz5l_cR(Z)s?;8MJzPjQXEuSYdF* z0TVhLS6m{fs6(wnK>_q^uz~A~Fmx1wW$`Yfj0#Q1BIGbb$~5S%Hi5@opvCd!0i&Te3=a1Xm`o;! zP7}p3M(ZI1scBm#(}_1u0I7<&sMaJ%dYpIfRV{b#zdEGFcU_N?zQd@VFL7P(`;Dwa zrHSu6>O2!8vIN_7ULMhF`VjkJwI(YIp9~+xh(2r;v_VKouX|R(NDxI4eb9V{gd=tmcehUKL<+97$Boicw z!q|>jMFWBzs5)!C9ebxeIu0PkznIjJ$h%GBRolS3@ZW9t98p+HZ96QsR<}OvDK~9T zl*H7%K^sAy6-@InqohP!#ptzWb+usq{ES;KzeG8mkRK@SzI+H6in1U}Ge%`e97Qxu z$Jxc4<>rdsv?$?0LesXSY0BqbeT9?b^i?;w001BWNkl(}X0B(Y+zo8M<$Z20!=JpW#b;CnUg~gHU}Upmwm-aADx0g^LZ; z(ytcGV6*kw992rH%F-+ZruFgcU9V}np0+XQ#^J2vV7$lCbRX5mBq|~n3Z+vbrudC_ z7Mguw5~>>47@pD5COy5d$dN@Mm=bYB%uP~m1(377ptd1zeGt`V;o6UauB8eYF)<_U9_?gF z#5)4@<@}Pj|M(C2=P!Q3CbAsgyTjyQpEQq{?Txuy&xxZ19sF4)xUb?+HCQ{t`PG~! zRGhM)??FqAmJLY}vF=Mu91$D5qN_}Z#FA02n2shieaEv+#h;#^@$G-@r@5kG&NIru zQ8#ofsrcsKc!T?2d4(UW8vemsf5QL%FaDJO^@o4R|Mk7!<-z;!4d+!RB{Vgr_hqn~ zy5)oO3o6?n_x6~(mW7@}5|JGy{Nk_uGXKec@YBqf&^d3-pH4mVvg$TOD2_NH4{kSx zsC`0>+H9N;VcvBgHJ{n24u8&m&t-oZ0JAIZZa@6+!{1c< zcbJcFe7dgEUIUkKgX4O5bEbUKJ z3!)_9?0k;xEpejQPcjf}YHL~a{eVQ*TKj__ zfQs|Br8b61qDpF`| zNaA>Svb1fDwT9Jt&9l?zJUM;L>BT7dTKg7O6RIVmSdr%`<8etR8;rAP;RB=q#>t4iXv$Y#{TyGs zeS|xQqr?YY#xh9UMTil?CwM23pMr~_Nm|m^5!NXrIqNG&tD%=2)_`p!#%ZJznA$Kc zOK#lUr*tD`qe+l+CU{tqpvV|8AtfS3a)qYGQuRG97Icv&J}4-V91t@_ahHr4-o}|D zIb@%bf)$rkRMf0+L3Wvt3_)dixWsNzut0N0&kBtZUe^-Eafo&o!8{AJJy~!kRaC^l zj2MOB-sfNA{q-r|`{C~o!B^Wb%H2a{%N``5rS`iI-sSC!$CL*p$v7cSBg#CZZ+sw~ zFNaJ*bB_pmi-_lRe87rlRGhM+s}(3s6J3#JIjcAsN(rU#Q+6aQcg8XIZrq@{T5`FZ z^K=bq;j?s3v0Q}TZHMEl-}owTzIm6A)td8m!Fsvk-M8Q2oge=xrmBWvq7ARlv?!6f zCpE_Zex+tv)inK>q`ZX@5m{E!tTWn2J>Puuuklk~yTvBdR9`MkDDX6BI?7SZjOjJq zy>rm(o!Wt#B@R0{(^BJ~qv4l^V;!v7Hk2g#bx|B#OnDf3TGkY#9B@ERilGib#xJkp z@Qn3B?sjJc?n7#{AfXHkMjwpl!ZOkh-)~D7oOIi;#Wrv#HazYoyq|~nBaWGIz&;X3 zO+||)Lvlz-K?zhi99MzMsWH5uW4Tx$Vqb!gWa)5Wby%M1n)P~xGX~wXoXqwI_GbH7 zFD~X7?OB5;ONipgCvYSQNsGiYN_QACs^$Rq|4y6kKa^C~s` zMx8dSPtU2YmY!h=u^OJnFd%x`reU)<-3hf`Pr|%#GdZ`<0JjIOsE7J z!uTch7M}Ljn%aaFg`hp%|EgzOJ_}r2NUIS6#*PGciXFPzg`YL-#r&H%d)@>bDb68ASuN7KMXY34!WM+S+&xP%IE;JphyK+pfyHvzE@7!6t5Z z>Iz~hnZ+@2a2#z9{ZvXuN|8(Xsnp&rrQGbelN63+pE2E=QFjKXG_(DJB#EGPNb6|3 znlFFjKFPl2?)@3@p7XZsG(|-zc|Jm@7^M=LrbCGsqdQ+})@e3%O`fGprh7Qyb2#E8 z@qkk(+P0(K&|)Q>2M``Q$FI-F=z6w{Fw8 znsl6SaC}6PBtC;CH*|D7|76alYS6aFXoEJEUTgXg5LM)4$G;K{+_2`Wz zBjNKm@AAcy8>r{7A4*-V^SYNv_zTUpP&9%(*oq}7i8(5_&T%Q(rnKRM(s zDMw-VzjaeASkfU`QH6$^l!$^BxM0n*FclvcV{XMIw@E|ryW`AtEc*r*ib#hH93hGG zEX1@sQZf!mND)k5zD;+d-~}B`xXj&WDCl9@2^YQ&*+owte8Ri!oK7^z)UQU9C?bj+ zePe^!)`OQ~;0hEAdX{tuVj42)rJoq3bd>RgUZ;K`<}7{RAz1py)ELSlCNE+(>ouQj zE_v?u`0|&(#>ZjA>wzzS@$3A|H{Rf1RwX|bgttC^j zyuod5go4jcpWa(Kz6*aFlQ3cyoNR&^uwmh7xg3f@y^qKqqV)OI`FFt+vj@!w_!hfaqJtQhvGy_AtebhO8HH#vksN`7j$b3wbsMW$Y-h%Vktj`Y~_x4 zYS>4HU&=I&*-sKOrKpWz-uEo}exL-6bHqYWDn%+K?Yi=wdnd8hf7UEZxO4Y_JjS(;$1L&X_ddy8O^ zXkiY=RiiTFcA#Z}Q257o0v@qJ%`Zph`!UrRWw+>{ob( zo@KjYe!0LnOWkxx;lH=4-e9b+Mwn$Yq>Z?Iw#ID|N;RfiYOK|mu4fWWc=_ZeGfL1< zNEk)lO5IyXT8JwsIOLGqOgSN8>W^omu-f3V9vMlRrbip&85m>HruWg|!ZC`+989L% zef7j!GINOw$*i8)$tg(L4~$B9AEp+*`&dZjo}E>nU|^I;`~JcH3U4rmm^O6`K=rKtd)X zUj5pAmR-m5c0MqbTOiYigKrC3cCDIyNVb0W@+p_qg4VSNp&d9 zlN^Hcbm)XCX)8nDYnPx=#h1bwQ zEvSIM@vUEEl}vcN`IsL+dCWT>d_a3O_w@@wd)9@sNC8DTVpNnwX+|=hf|SS-&d=8T z&Ij-Doev)K!PSC?>yFm-w8oK6z6i^dH}1Z{mtMcm%e>^nv7Xbn6;vB&dX`TwI6Zs8>f!~asSufhJZ8~sc(&MZIzQv`#RazyR&L z@4Wqw&B+&8r+e4=z#`Bo!d>%5A&dBpsS0ISZcs39QC}>*p$`FtFnsItvrpA4ZGG## zwN%Fk>nN=t!Z_KaRwE~G`%K@6j7W~#7FEUw;7cMFZg@^%Rk}A zAH2)n-7%N_1uv@SFz(PRaH)ogg+g<&yyWTA7g%elRy~PKa7I$EJI}TyFdh};Mat#b z6_=MQ#>Xj@sj2J&V_U{)%>Az)k)MNH!OX%z2Panrr9NWHZ45DWm}z4a2#Zq!l_n%6 zAuS~o8XGBE)zat=XCqt_QLQvlBFM6s(Vk#@D-IUXmX>n_E&G&wj_DxQ^tmvCej`b; zgkn-KJDku218dVXBzej)316fn_W8*uN?K~x2qY6y4(W(lFy}EJ^PJO=6XQs-3;~?% z9gu}|-eqVTvex=+qfw41QsQyR98Hg7N<^Nes9T2|9`A7}E_nF-nYaE25I!`m@30hG zu)STQM!=J&Pg!nyDzT!KYoct7kb>j=5mUxgA<}-EJnS#ID-4zV$C!IfM=`fGvngNEwB6W6*S* zBSOpc2$%$ak==2>?FzxCC~olz35D;qLeZhoA*E={B=AaWYStJ!j=4eN>r+_@=qte*-aJ8NPx_w7dWb|$4nMA34sOCUzs^C4Ah%|xa#xpM$OZE@; z*<780nlgXB^31-4M-N^w%@4?;lCJ9^X|a9B>9XLh=PMpuI@-vKiIXhn_VG>j_x6V} z&|S8FO9pHQitV4;7}@}4#7<_64IlG!Uw@6V_4!Le4v8p#CK^{e#|MoG4yWsmOt@xX zeEzKi71_qxb7Sn52yFu9y&B|RpJ8B5$3Lf8-%Y4z+5Jbqy#C9Ic!#y(fBWD4_rEEn z?4F+dR7l|qz-70cY1@_EJBpFyB)e8dT{ly^@WZ+xHe0OgYcWyyw*%U~qjQ$IX>r1^ zSgdiTC2b8+l!S7vt+MF4oL)r=A-%F347%&+JBjF8j-` zIUzt!8-p{R@Q#$i*q&JWM%=9ypxJqXY-#o_E3*YRv6PIJA`2_4I8+MgpozKcdp24R z9{wzRPv$d>kqV&3b(+ihk|d9?(FUmmQbt@}Es>ETotCWX4U1;UrrS^!IZ_Flt|dx* z=SLhxT&^#@MkODElbl~(`YtGAd}*T)R82#cCQQat;z*H~6TcEjbLNY=kIjx^vbexG zK^adGfzjDclkYzGkkivk_NOz<#`4n9J!a#AahWk5jVMPMqvIGC$|AMu(b}@Ss#vVO zux+tflEi*ZxLQ|!0*w{>`(qAHCRA4qkDs2B&MZz^s%3+479k9Kw-rQQ`ywqwQH0b< z&>cAXZ8sMR;Uvm9RI8Dl?^^0RL$z)_bCoKbb;w8{oSv;rR41SQ#MLtBS&v6ILl-&=i`r_amCVC2JGr*5X6+Y;GRkl%&*qy zS|DtU>3bH&(e)CGpxHDm*DHkaQ*hhmNReW3G`i=}e8uTm&A;`H6TVc!8()5v_m_%y zPM`7cbk2);O`N8rMagJ1W?GI&!#Z~hU}lpEUE5IC8)mZ!w+;$MQV}^D!X_gYRZC;8 zc+||PnhkZeA|K`Kzw{EX-F=DUlOv)kquKc69)+ThypdrPV)jQnpk?;}_DdeG5=%*$ z1;CRI#jtA_Ec;$*(z7BWrVUnVZ&miCiaz6K8*69j&8yM#PO}$ zuraXd`0|@yq{vF*^ng4+1XZGC%X~BEs_KXngGyjj6hu<;;K@VY{ovhCEk{%sGPcnj zI3MsT23xZm?h(7Q2Hu|4aa|9OnZ1^{2HDQFo@V0&Pnv${H`>i~Gw%9h0GyId+jR@w z>#bOK6V^xTFyjtSdH45!f9n3>_eVFD-&Nh@{SiVK@$Y@R`m3yv0Q6$9IBV+q!;8D$ zx{lM;pZN)QP1vd67mgC|JVFfpMnk0lUIP;=L7|&#dTR&7Sl#2CN~){B#wxrLdAk4Q_xG6t2IJ9jwXWSupGcb6L#La?w~Epu@ycE zA+S;)T!b{froHbpNus%V{5h&9rV9tQ42~k>92;w?g7CI=j%DBbZi(=4$bat%P8zP$^B`77S+n$R}&9lonUEk66meccdwDm?;V+_`6gz+rM<>e*SW(CfY zr~;`ZSs5W>he`cYBnyY$d+$8q>60^N>4g2gg1vIWez{MST3X%WB#;@#$0@~LikUUE zMa9zxXPlicXxpCEx?(i;>#WVD_H0)o$R{zQl2q!zG&_ z`YiWnK513TP&Z(PJeVXj*9bf8dg%i2**`fZo{gCv6+D$29xT^%y&Ht;DuC|Y-T4-1 zZ*^>L=RkbaFX(JfT^W!OvwX^XfAWxudeBECfgw^M7~diSub?=mWwSIWkzgCc#wo0^ zZ2H!pEmgz3T64Bs@ZJZHc=E|d=(eR>uXy_KAwRs*{LO#!SNX61&VR&dJK+^y~reZyxZ&<=ZT}EBd~sbCz}0F&SqZ-#8+p3~RC#R%pablcLB;LO#v)ak^#e zDwd(Bz+mZ#LX*20+(^yf1k$WYFrm?CMLIBkHaM29EA4{B6dm+N{&!)C&`8w40y);9 za6*P0qU}YZadbNta1XebT+#+!rNh!-$dEz*#ZW})T~l&L1TI4Bbr!ywe_rf`G$hT2 z1r=?m&sd@P;OrT7+hR5i$G2}XCJN;T1V+^krKWul7&~ieHWkfs4ceeXAf4$wBNIoF zPuZU_K~{g7WqaFqX~voIFXH9QdHl z)#Eda)~v7AEY24oBHYG6u?I z+7TK3LU(4j# zDLUA)G2tVAYCj!BN| z4}zyM8WWQZ0o-v0aVfa*%4m23h)@c-)|$qcfwJ3*qGBoOg7c^kj7?<>_0BFbk&+|` zgSTrg6E2J*r1Ng4v(`D*mrMHDF;#DAJB>wygWE+@2=>uO> zupP%ip2$uB979yP!>AsWC|qi&o0i(tzGSTfV&5FpG#z!<;L4t8q(ZZcPrmKW)&sM) zEn&1lhCe^6>1#{ZbbcBJx~8SxY)G?=92N8gDp2TPSzuYyQPa~RsfaL)*<%vI!ty+4 zFU~mF+v8xU9TY+9;19L!fgO*^>*xb1DMllrlbbwRUGT#XKjHM*Q!jY`jBad8C2#-q zL90c0{RrS0hEX}?YO%T2Nud}s!BL~BLhF;=iC^#`dQ&25G^b|^giUZpA%r0-{mMAV zzo?dLoDd;qamj|y zACV(5!L^nR;A%`k8k8^~h$zXJps881805iK&@^rPx3chimBH@6#;^=LkH(?tk)d9~ zCm6?+jETruGN)$4nsso@8S3>06)F0~ng~IMqs6zJFVS=%+jl#Z^lgWX6kSzgdfx`C zgv9iEaOXrxOp+!D>+o_b2Sy{MB8nmp43rAuay5kM5iangrDk_dV6p>=kv3EverY=K0}Dz^*U+zA5r8w z+_~0fyDDk|`?BjkvRA+PPsa#S#^0SV`goto_j2mVJ&aU;6#!#*guLBv{KjwmU8Pj} z?D%V+1}^OMaBn$e0oh3Kaw!8bB7$V*It0gsXg?)DHqD=z;Ckn%Hx=J~@-DC3zs=>@ zipz^jMAvYfWjGq9BoygCrr6a)5qmpu~3_ z08MaJ^noxH(qBm`hBS#N)X1|ZK`145${8n7bnVCAsR5`1aIrzhQU_*5Zyg@tb9CXd zi+AmAJ5+mZyx?*?x`UJv>!u}(##pOxk);?X+<*NJ3dzO!65SdykrTO$B+jtb5Q&^# zYm`kWqLSreO3hN2jI$B;GDbw$@3|H8K=<7|pE!UrG4 z?AR>(!FkfrF@LbeYD26dMtRQcFeNJ^j&6;~_afp_5RITx3pRDd^swOc!4;>^<~Sob zKVKk>!WhGHxuNMBMw6Uw3GGHAP38s5Lh@oUNB1pq1iJEDSW~ni*xYLoQe#PW0~mKY zgluH#-L|UU`O8m&%X=;sS5#)h(k|#k4XF*=O&{l&B2fKjrn4b@4Ekp=eXB9uHVZ`% zrwOL@s{=s|So!N<6)qAJEUgyj zgSxVK09Cr}m>nI^3&Xrx@yXk7q3g=)M52g1tXZ?LI@+=_a_gK41417F_@h^qP4!<^23CM!&Z!20x$?6iJvnigVRLpf{YXAFoR52? zKqXnZqGFd=zW5npuCh#Nzma8}?) zm0($SG~UzI8(uAM*bOE9X2;NO@kwku_;>{vyZFMvsK_5A*t##+srO@_boPnWCI#We z*EbfQc4;KEA0OGk%P~>$fPGO(uq%bwbJ#(te&}6uKpNI5b$6YXw*^>~mBL*;2)2K= z&URTZ+nmsxW0tG`uVs#3{M7@y>o-^574QG@kAL~IfA}_V;U2i`;a?8F_#oqZ+cts% zA3)q6&|%*jB$&INZ+_*JKlu1=KV}j_U}Q$yH59UB+ih6YH~8h2qoV?A6((zAq^bZ! z4&H(^C?hdVf%F5KfiA4shzpccJe?K%L6)J1AtvA+D7Qxh+k3y)o3!4u9$K1yO_65= zFVQG+tC{!#)pz@bZj+iz<-rYfIAC{1kd`M`kq=>?WEw)CbqVs)e)sUN!dGr+HR3k#k$?F zYd7Rs?7bZV$)YF-0WPj?$h5}xEkobLGEN~F0(3U&WrA{Kg(76J+|XBXnToV(PqgRJ zvpLVdy967kn;PLgx)4m}hRcgPz@xH2bu95ABkK)L_3ZjJ{@8JIdyB~>vw20+@0cFt zIAvHjE0mGgY0Y<^f5yWHr}TA?C>`aQrgA3~?v~pu=D|#MRWgOfo2fd07>8}l@y%3N z(V??wD|FV;hYlk(M`u%tiKc4@>UyBvTEsT&Y5$NmNRyZyowAT*%A3hUf$9r_AIK|7 z)@yISC;ec3b6k*6!mBt4V@c!y&G4wLS{<0d|CTCrnjYP1m8Cf0_uLU8=x9GpW~OD+vBuWoqpdWW@^ ziJEaUAGo@E~lk#mwOT&M7Bl@f#G z9#pu4o}_WF?0tt+ij170EjUB+lo}VK(Ee$0t0fEKSV5ulkDFJ#+ z)*V@wB`v3vxD?K4Q{#F_fF}pCv}!#DO&Q0pNwj;~G)zv8(7|zg^JWj!wh2(hw0Mun z3~e7-d*MAp-&0n_KA>|P14$8W|HClQ)iu@80&6Xr3Zy_71${igg8-pqVqU_%16Med z)DavZ**t&E?Btl)@dA`WxD13MJ3fKkhIL&t|FMVI+gr4+2$jY+jyFxfV%d?gY&LXu z%d6Kf7~^p7C8+lH!>JRt z4_5!IBc#JIQuBZP&j0z}4exw|ZEg$OK$ zX0L(S3%ONb-FGb4f|Xja?UvkJ-cT%_V0{nSE``#l6s4*`8j8F`hK!sNhi7fCQ@Ucq z!#NaLhDjQfF>+ZQxG4^is`H+mF1czy#f26h280uo3MMKglBP|3{PBuW8#F;cdzX0h5(fp`;20fB47WurkY!d(}r+V!|DM$rb4|$WN+am`=`~4);5pWW`fiOsvH)xyVZNNKE;~N@Lv+Ha6 zVZe*XDr#Sl=Xp{K*eLe1j$&^_4SUJ0PU9=lWeDrhML;Qq>jx0AhlOd0s4TWx?FYzh z`W|EOUQC#&DE8^Pi(MJn z!BL|%Zfg4rNpkOuzgpK`mp#P&4;lM4F=dO8#V$C@dgoDF%h`j$wh z^z>|b_4*nm6;Bt2caP6FJ(^QV!TRPZ3WpEA&(Xct)pZoaYs0LXu*mbsYFbObS|Wwm z-&nPj__m>K8mekSR+MO?SuXFeZQ!UlW>!?_EN7?;Ol9-=77`XY9ujiWumo;At#qU%^b8H^)O2K+C*`;Z^|>LY&U z>mP8E0_dV}wZ^udN=L8|f3{VMqXS2d<>;;MrEKh05<`NvBSToE0Zv9qMovh@jwBJW zAfrfv;P_Pv4E4T|PcWb;$*Cw=(NZAEi7m$K7%9n?de1hET9_fVT!-|u21~!K_lHwHt#C>pwT^;%pT=%d zr|>9upXLTJPf19eb4a7_fuRu5eI$J9C2=&XHMufyevA)+?d26^mXV#FG2E?Lt?$UR z|RsAQ?!0g>ff8%fbr~iZZ ze)s(G&)%zm!WV$cFv^cXA4$G`WWHeSCM}G&mA~20?+X?~2srQQx|Xi*c(V)4pB%BO zZ@IYq6urnmm0+i!lbF{fL9cYt0-A%FK-Uf2ELZI6hO(OSta^v{zw``~K*yl~aUY4E z{@aF-LhdBqNrZ~xF6TUUuoUzZN9Xj(mewWa#vH`|fAN<~mT8+T+^w?Hj>-k|{FqXV`4sUr-CnMFb#=uDUpnWn{N-Puc&NE+mgL&-;Rf{C!Bzr_Yz*fMGg1&{zm+<(c=WITLS zbgtyUjLF_DG6L|C5LGD&)e)Gc&HXUsTOjb>r9pupR5{^j!n$v{xT*J4vpyIXnY0;p ziDgs=j=-U413gBJpsXXr_Z%uUo)W+vvlgy>iz1bjbW6Km;g>|~NcFnE_T z(QJgIA!bQ6yIl-BU2Vy=AukH#!xOk&Bc-IsCltrWJU)L93Jof!7a5;5FVSX4j;DL$ z=&j|mi|2H^Ep^+n-EJU(cQLXpqpl?}q2u2VDcdLe%Rhy+t-J@w$( z4T08rtcRT!yy}MkSKu;6#d#^4wzn&1f53gT8JBCRvzhTlZa=&J*I8YEo&4jD5GJ_n z5wiQ3(r*7G49p(D48w484Sm;A8TiUOCor4to20ka?j!wuVp00EF^d#~??h|_%(5buRh0sr?U+3}qDiT{ zhZ>b}WB+0o#aRA0ij_y?JPLiNzVjt+Z*SRcH@vxhL(d8!EEgBAd3Euci;GLTVW4k! z1lOZe&|BZuRAs@<<{Cd(`kg=s&C^HkQu-3s!H4Jk$}fDAe&^XPJ0^O9unMs?Ox%p)>X?(0Qx@|D^Tjdq$q^HCL^Us% zoE2n?oQ>Rax83pL)eXP@(Z_s#amCOIG#M(yCSW%}JHQ)z6USmYUXXN}$yZ7A8g%#8 z2 z$H1-KP~Tdz!Kd+(z%?C1-Qt=K=RIu-`qJrW!Hoe54I@53i}@5u{| z67lnBU`t>STa=29n_M~sH6iVBIf4l#qOmBMb3Qp{Zc2J<>7Avi>x27KIH0;CI1_e2 z+F@@a6^F%j2b;eQ0rG;ZtZ4fV8KBUbnbypVq3ttV+d~LsN+En4AG;9851Go+_$5aP z#Y9dZcvMih#$%MG%u1AyO!X9nWJ`nhoycf~NAi6l2H!%RPgU|?uu3@n# z4gxe3)&&LzOiB+DsnD??W5x-m9CL(b%EqXY*}hHQUvi>4Ve#X!!8p8`)2Rh^f8;hQ7zPT?8?L$av-^rZML^Qfq>MAVp+S zr2wO&m3jm-&S8ptFD3BK6WkEbq_p#&Ja~XKn$7Dsh-rzbN?6xW6%4*3Kb>*$`Ae9T zxMqv*wtT+2;`wUBn{7>*Yv$(#N7V$AXH2Fu+-|$SP^g3S=(iG`$7eEW)A}(b{w+fR zeEsWRqS)?Y;o=wij65k_m)Py~Su-$%@vIYXftRt3TFSV`4oY5I=XM9~qfOGkY=Hj7 zfA#k!T8I;F_)*tne-)I+X76BU6)OJ}vfmN^+Fz^xGyseTnt$*Q{`dcahhO1t^5|{g z5)yEc2eYC9p3M~#eSdg+?tx2+w2QR@LNISPZ~7!?D_$` zA%u)RSb}hfERg9Ck#qtZV`ov9oJHftKXOq00pl|+x^ZMRruObFZwG?l(dL#3!AxtW zDW_%xTwQBvhBdZvyncNhEq^FfQ4xa13=59*10FBlMTmm4<0H@=ZM_BW>FO=lSC=55 z^U!pCa*!n@yX{zScRX3VgYN^czO!an2c{}V^@<{s&`E+%KuZ)H6$^%yU~@I>OTXH* z8Sl0|zx|sZ^E&Bc=I=Q~!f23B_s&2^x?6Er(Z zV+WjZFb}lzE!V{b>PQnN@clO{zIF8p8`)Djn0d%^$jWr6<=|apWw!L`c1Cpi*a>BF zBNge-@%K1}v3L`RJ4e&ypcE(1_HM zB$<(+$=G2L)>EPA`yQmASD=q)$SkIj9wqT+|Aj-YVN0N=P1ScJ^O7Y?xIvQVIk`6Y zFC<1e!G6x|2~=mt)S>3qu4wD+z87dX6vw8U+sHDGg5Ac&NPat33#7ICo$J?Jt#0W% zL6D#)hKwT&Gg=@7fkC72WL1ou?^)4OI*>rEp9@#>3@Z52b5wzfl zBTn{zZwV>iC9uKK_XEMlzU`1~*m5uU4R4)8ecKXxOK5xO2hb`CbeoRN3ges6CCdK!5pswSnYWDa%j-wV6Zf|a& zAIOUwq+@Y9hti;C6FMdM#}_ZKta&gy#))IrZObPwZfNS3db`<=Y~_IMWIvQ?ik8vVH_Z(AdC7yCJnV3xxO~jnRn_mB#okaA&P+ z_kEvV7#}^H-98h;<^gr{S5$xU1V7o*7vF$3L%Ua$%gcY3HtK(>8|gQG<2Qb%uIsxO zPk;W00~c`scN{Pg{J9ge&$$c4%|Hu*QF2d92LV+d^9;hshJ=9Bn*Z^W?=Y=Sc)5hm z);$0G6~bhob<*It1EabH9p#fsOJ=hQ?|d91H4S!fJT3ztJbkXa6k77uZ zGG-2A+#Bzy+lJN#-t0D%RnE=Tip%ROyth!~Op6nSI-`_x-aC7bA9?pH{OmWs!3Xa= zVd#6L@VKD|?y5o0$^AmpSAAXC+$LE}657@R1ZUfz&!`(>wRbaUD zxNF1ag=cqb@twl=5+?(G-qMGG=a=xJzJnvsb7+r%8T1{fZ5$V=BEBBs?jJ})6)mc1 zoMC4jwVR9|2ebHCsFzHc?jqTOu?CL^T7Xl$d`>Bc(l1KF6wEd&!|Ffv{+ zoYeRvX4EMW+m9@lzn~Ipv`D%+q0pj4ON|tYOm(zw04=B_o|?HnJ!`aC8B%Z{#V4?C6b zHJk^U7JtCN_(O4fqDe-f`v~}Xvn2Q^VX!s{lV$8ZGD?t%m>s+Eo}0n{0PAv?1v5&3 zf-$X++Ly8WXqVWR70|E$+yCT|6!vTC=FKnBxL>w|^_a}#iUvE~62f;b&#x~2qyXlN zZlul2=b!)f&6j_LpyU^TOSr!l9`tvA<47Y85%}v3JiD;g>d}hhxekSu5BQ| zy5I4oZ+wWYfL8PRdvEaD=b$_UlZ3oA$SyKMp^ElJKX86>f>`IYU5{v|)LTncR6L%Y z?S1j;Ani7na-V=Zrsp;vzo6Y6vF)!>MTZR?l`c6lCrr$JUdtF{rxPd|#f}?mX`I`W zZR!9qs{_%aJFrSy?^#<*?c5&hj2$goYgt*lXO8YJHhll?lBZui;p%$BtLL|Tdhs3l z-39YS0eYZy4Y{1~?BR!)>ARHEQ?_l-)y*A32$pxZoF2_tS-9?@wy`tl)!mwpuQzyK z^X$Vj%9-K(^aSrcSV_wYstwbbLWw+fK#7d5A23Sq@oY$|w@uCmp9UMZFKT}4fBP2O zzQrJIV%i_mVyXo5h`AmUaY}4*x90cQwE*H}Oz#0y!zk7gHv)DWbQO zI^$GiZ_(;mX7>7sfxxto+}5x7?0NrI#JEh1VV@Yr!zN`jiq8*#x;(g^31H}JKVTGBT)>&<#U3L9TTURG3#W2Q&P_jG$Yth}{!1cEl$ z)R7ZJN0sMDvxv>^SsqimL%?JnlLfSx(1<`0a_~8ZDk{QzMd&57(~_2&&UFlTo<%XC zWS%r0_nUQ0*Hsu)YJqMTXh8T<_4p65*SN{G+OGCmMDJB#2Si# zR*Lp+jos|Hdwq%PdbCo^9-M%dWRo(+fS3qUbe4fuh%EBzUEhNcbbUvV5^@c?Cj=XR z>JI37y4y8<-LhG)Ap~wOUUB->cR_gC)t2|4y$3RIv0Bpi4d1@_oU5+qv%A;)um9vD zhPp$90CvFbwtK_KVL07kKbhn{4S3XbhJ%#&m{${@&!7A8_n_1A6v`T#b=Lx;Xkl{S^#F>jr5=W=YR9>h~p>j;_S-@z-26UJg`^G0Da);T=BTPZ=;Tw zM_|Jj=I{t~%7ocd<4w)38~FVfcRZQF<;!(c`>!`q$eZUNvow#?AQX6*WK)D!RCz@y zE83N#ZvumF(8}`k*l_lxXZy{HgAG@uH+*D2d zKop#fk?ZLoFb8g@v6*_JH714V31F5s-Z3fI9xT#4bQ0! zS2uTj^5QvtH()YDo|iZ;=)7ao?yz@j?8>v4%@I1IC@0+Y0qZPV zblhy#G@Blu4fM5TbJZkje8=UBC2#ItvsuHcfj6rdx>uB7Ep!(!>EJz{@F8E~ea7z5ytbnN!Ub$!3XPVN}Wl#yT*zL9jho^I&qJBzo0-~-mW zxS={wK_hZauj0+kNX4V~-sR!Z2@=6AmL--N$8eyzA&CvIUcN#VIhKy)W{dQsV?y_iSo7xI>AwyV?+Fo0@LD zWN4ec{%v$0WkrE0E0or;tzD^@cj6sd3MP}7FpYBrtY{%b1O%q@>DnGLxZ| zCCfb093v)iFzH=%WwonKbWs9FOmPg6xoqOtaUOZRgNS~}(99;&lu{cZ2Ra}N57IFz z8YG@RZ?N4xa?}U413N4mwg|*NrMFK!Pt=;|y+$QVoQgpwh9-(?A23hln-NAtb|~su z$^;tLbg98QI*IC(&0BB}mSy_W>|4-vau<2VtB*_oy-uvm7&s}B1Z-k#nq(3WG);rZ zG^Q-~@Bdq)r~|gJ?K*b59V$0ei&=c%wWg_Snzlpb8Nn!e0ZQq}zKs50pLAp1$2=&A zYhdhF(kjhg9Btdt+kx`I3A4ol7E@-kIkYW(w?pVa*Z1tUEhooEw5F!cmU!>T)ts|= z&Z3&qI!D{o_eGK8Xe7mIgdbuYIqW*(3zv%Voa!&GV}m@N;14uIGLL27mrRwhu=e{Mf4? z4oLc_`#oXc=f3(N(qSPWw5Hx|`CI?@r~C^)_0RKqw_)3^5$jF7K6no*s=Xt3l|fKU zih`l_O!EoHCv&>zlI3+vyHt1!52p)`PtW#aoRL}{Z)Ukt`|*|*g1Yl~mqEzLjKL29 z?;DI;Vv=QZRD+MV(Wz2o$w?Hx(A29B=x!eZyOhe?hd?*FB@$RUGA24Y4sI0N9oSdHW&XXrpvw5Vzo#$zB z-(#V~y)Jt)nPBpQ>2%J~;+Slb#aXAz(L=$6V}#9+CLm=V(~yJa@%bs|$yV7P_~=5) zXRt{H5Gyk~96gSX6%uV--v*@MQ#Cor}w00ld!>-e~V!EW|F_cLU1Fv|=b-lq!fifmi$?58(jb>6+l+#HX2*3uLa#$pJ zuIY!4zTNIOym7M||GPiXd5wUkPd7lHvW`Y^?8wmUM2~r}z!i#jpT3L0GjKzZUQ5M- zg_)6iL&1WaDYBa~Dds$QJdcO%s%G&=*%7M6euLn5jZki@` z#*dW<-s3`i&YiUg@5pr&%@!(NF1&XL?NDX}& zz|`DuQ?IzY0@ddT8y!DoYS1cyEcw3-6*)Nz=9mP3CyC38P!cB0DGR+%saC*Tn#2b6 z>A9^_%|Y}m2?EEIZ zKub-XY8xATEMT3MU#Lt-eP_Y%0}}?~8qr0LGA6o#CKWo*QB{tZlnhefl|U*P0gO)P zOlq-KTF0!EWThrk1na`gvZdqSm(e@o^#d^DAx9t(8C$BUz3y3_BS0$Hq z%_nzP3|`W-4Kl>*{q5})>)Y%7*k=q+bwFe7e!a^BmcJi$E~EA`{rfQ~{-=N98EW0^ zwJsy6AZ1KZmr}-DJtMetft?R~wMGcMrKNf+XjRB{-E_Ck*%82OlJ;f&`~T73oELY^ zUlV=!GyUe~&-GjjDYpUh=3{1`eTU-8)6IMFm;deCF9H$GpZu5I_5JN1{n5AnZuL{Y z{O|Yw~*`!m7q6qg1z43=0n0A{zi8BlXg^7Jb zU;pMW@<09k-{jLjzNERmqs)&$zJhFkMkfX+vOrQBq*Gue56{ndaeYg@w8*C!7Z+DN zdGeUEJjd%C+tuuxBTM5P7Xr>Xl$7+|qe7tWEx|?MRwgUpj%=Z+-h_zMyMC`zkq4CC zp_MI5pKog|bFJe@EeRlpG_D#I;#vr1#>7VJF)euX^#iRCwCNBDz_t~v#fF{UGLeDZ zu;RNfzsEa|pW;GC9X9;b~u!^$>hO3)_+LHu)V6X(X zsOasAOGR`^H7`&Mc0iX3M@Qc@_@X0MRSL+8;$CeOGHA33 z2o=bUrY*rc8~au=gIG7*td`tjx#JCrIf9TX9y8RWh{>zLVHXv0-qMC<|2$X)t^nEI zchbirN~K8mu>f$#OFACZHD<06E|6)3k`ik@c#k%kTu3fM&rQ-mCPt@bQ#jg{YL^={=h*M$6p|{!I&5+ zr<}zO0;wY(GB+8O$rwV-L~4qn#7ihLlZG&0l){)H8jgj)g#ufGp=P&p+`L&)mKD8s zWTnPF?^w~Ig2wlbOzISWXvvwR6c|BH`YVCJ;xZ!D0PBFB7r~B(5XpE zFz-E?jvlHu<=Uu}`Wubuqi{L0CIM)6H6k~VM8GP~7(&#k=q$efLaBY{UKo49Qg@w@ z5zHVxLg{^8j2#AMi#f-S&f#>oP zT!)l`&ISHp)Bn)%(c9i>K&r3_^5R!N{K@_&=aX!H^q^SGOffMt{q*!n@gv3TUlm&a zEZg<_wxyIoqBFZ;R(>1t;3d2{qqw{IVPE1;s)5;$k$(NxfBnA?Qa7JH{pq(;c-?^x zX7pMG$Y+9YE_AxFjTv|`%ub1WwX{Gm8Crhi*-^}bX=<9fMk&ST!x8U)<$Ydr&F3$k zgImF@1>>UHNJdIAcA6JdMagd6aXg<`93^FRPIwvRf?%noMhQP zntjZ(=$vC~E!&g<)1_OkNT9|Yh=&L7*$tK~2vG|!=Fp*RP# zpeh$slL?nMH++8=5%@c03^KAIvSrr8vv;48l{tAnWqy3ZgU1V~EIN~ziR9$yjOlbv zQDziH&U7(lTFvR{$aTs5K`K!^$dX=SSz%dHv!#v#LoN6D4I+!$mO6tg*1YBwZ@MdX z-HyyC&h#V7J43dFd=&+{=s0Bki0|@!F4+*H!WU>Bk#Wiq3eS|B3dfWaDo*Kv8#dgq zV#AsqPd5yNK6d7sW=21>^vyuucZ3?8ACOKXm1O8Ggcv7oR2Bo#bB8pZ;9}8R$TTuD zT+?&GE0#DAjy8EV^sFLCNsXm51LC-)5j(C{D_R-B3mNRpy@0Pv<2X%DKv1U5+5)%i zxL&Vly(1`r%yiUi2tlqixzZ5ef_^Wi1n^qYr}~jGm~OO9k7LqGDW+O;l4UH6p;T&L zoiTy}_63=78+di`g5SEj;=0*Dk@4h5=IM3h1WKC5;haTP9$P#70GTXM{hZV4F=yu| z)NRe?u7#bU46rCOPL7Vri;6D9?y_<$N*%K{59&DN!E=)Tg*bz)AHkXRwn z+Au3h3MmQR;eKKBaZDctIux=o#K{P&fY>nY~ zG0V10)gF0bKkl<)JOhS2HbFNEW%XXarBn4|WI|%xoJm|r&kjq=4R=`DWB|`NrQC<| zMTS$M(F9y#Tm(_VEK)X+Pppnjuu7z^EQd@?jZOZeF)E-VM5bmPnZxR!G?hJ@6W*!{ zsc%=byBgQWqD$MfxRe>xw;e_)blTrdp6#gzky3hxVTjc^MS(1`7+fcO42P^++P0;s z8z^(A+gQh9EMlTiCli*d9iLvj;BxyKVH9_D%_ntB(>8qa{g+IuiigK%+-=uv68qv4 zqiBL0iIyssFemn9WLxfrz{|$| zu*jFUjno1LCHsHlD?c~<^?&g%eDLr6>R369VGp#ALrc#PRDU=Y*wdTZ_y%ky<#5rdNeM;d# zrw0Q689nv^#=#aWcNx}D?f698Z#`+#RSmEEkzraK%~5%LCN?97n8 zIP%2|UucHBgGG&*2%g`(;k$1(Y;6=)t1SK;O!^tdK!r79`bmk|0~nVAzILnl|AmwU z7vs|bWC%1#Uy!AHvnNC+O=A2w$W#djj7yQ&KzG0{>Qp*9Q7Vp9Q_$V$oO43)k3RZ@ z-@Dz?d%?rAbFzH{b4Cw@VnADiwF5p3NGb6aY_B*!KF4LA<$6thx1%ge9?vvYULrK< z{+~c(0xcm$8*C2>R`*4zDb!BOBqj}>-7s*y+c7wYO3m@Zkfj7tPv-+Z!~;%e6;gm7 zJ8wcB7q1}Z!HCFsNjF3{ip#srGp?1zEBv59GL{jj?+%`Iz8bAjs&+@OUf(eLUcD zg)Z{+@3ZvzC0YvFG|X{nC1t53QY6qL_pnUtYg5(!`_arO2q}{WbP8jP>{dv6nvxuq z;Ezl(cq--lj+W|f7Xe+FSTS|bEUylVTYYjTbxn(u@$lAJMp+cGP*+NnQpga)0mlP< z1TlVy0f|~`RGG)Ik<#%zavs+YRAtHR{FJb3=r%h{DG8y6ddug3^m`bS^VRpi#*cpa zN3cc37jl4 zYexm|7m`IL$z(L}`}B;{wyK#lQ0J zuKxdEU=CTB?ce^}f9G!vPkz+jP0s)6z{Mt{V&Q{@;!!U4xe8)LY$GovMwgDH?3;ZA za@RCmU%uuKUcO{HIb&DAw=RDl?p{H78na;XfuPnP`xtB&0$E|GyDe?E=IQ(AG`8bn z`7J`(ak;xhi!zo%j^t4S1ug`3-tXI}m6Tk5wxm^oty|KCmLNg-oa0%A&^m_JjSJ^M z5#Bq8Jy3OLN#xr)w;%tE<#$>LCP_0hb|O_u?a{S5V0K8McVz-SnUpwfsH%e6$0~zO zy(Bona=T)^-tg^@K7#fR)HMt{uqTlHbDTbW50g(goz2*`o+8hAP{7W|soW6Y;`$PD zM=u(N?v83!a(?!ZJS#aqopFAC0%k`W9J(+#=_wZqZw37h>RpSC+PKzxtmk;CBh248W0+! zybnM!MxniAdvlvy7spJ2X4}(p8v)fq(8?9I+7POaZ-4hCA78)Tm*=fxy%gU#o$+Bx zf!kfqljHZ8lB1FItg&PS z4b}{FddHx4WSPcFOHapQa*EW3yUi`_?G6;cRatYDyD&Z5F1sz7MlJD*jIa>0EFmF;ka)y0Jb=K628{iH#2_A8#um019)Py1 zy1LulRoyjYR*n%FVh35rQvxh&`g&*+LvI=a|pMC?Oqam-0^ zBv^8CGM$i*Gt|UTjx{=mOavy)nkB};0Xtmd0E41K(nVmLiL~h?Rvt95N4=&)prU_E zZkp0vq|0Pfs7?E|Mn?aPM3RzGGN52Y!T`__ZWo4f<7~|3JuhW-TNNH@d=xe~R;yLu zx2V95aj{l8Nz<@0Rg%_(?mW^2nvT_c2~v{f8Odk>c~oc8Dwubj#I_w>-GG$LFQ+;{=V#~4W>cEQe4`@1P{O$N zeDPZ=T)UP06VyB}_x|sH_#c1&cmL6U`{Q^2hmp>Hhs!o)S&Q|>sVIvUM2%A( zbajjxJ|cf8P|5v2Y54f(F~Drr?7#cn-}%Ai#pR>>FaN@egUfRu#PgW7^^gdD`5;C2 zX5K9)HE~uqahMrl__^12H{Xc)YQ_Kf!FSo;JHoEu$pd)u;fEk+0q{YBUSnR=fy>zd)NT~hqU!AV$ zTEWw&Fd7Uf(gC)0jMRjjjN?x)`1nU3!(t9<1!f+Um}l88*iggXbbVLK zb3(7)miFR6v)Ur3IwY2awuV)1X?H=7p^+gvZM(4H8@A!WZh>VLyddWho!-+rD+&e_ zq%n(>q6xw35XCLGnt*K%egsZICqUG_6zSvb*lZ%8S&=|&w9rc7qy+`_vZFH{-U`;% zM8<`R`cF<8^H<(GjPHR{{HzoQfW?CaNk) z9LW1Y#>G@p4|D95nVy4`3c;h(W2U~Pss`+_OT#j-fmq`jkWGpr!L&ZCL8QW2Pbx}^ zVb1y4lxI)R5z86FEMaFL&{>WaDP>$``7M095`s|@h~R7YJSM8QjK(SrelzJTLwqP?7l|5`-*i+m_CnO^kOq$uPAA zB@vyC3l{L&MtvcSGBSQ2+ZZh>@|@0ftmZ9GpI&f0KZ|Lb;CB(xTc{VHsF3j;CZb}J zL?f_Sc#=G^)cye-*Qj?D~gJDIIDzpd;8)|{`L7k~6Nf3C^2cJU^QYc%j zH~f{bAQG&xn`^D7|~O0t|(H06rQJzV{Y7r@ghEx*#WqF>rK9K^hJLC-j`e=e0FmF@T0%= zlYji~vC^~K*RRd*yz==ushpc;<#}?FiMR$!(wtN$7PWZ7;JqB26@Tfkp8T{1nC&%^ zv2gjl?|<)qI(zfa)AhzB|C!OuZdD9)p0AA)a`_^`uOD2*CJGi_c)gf!zCjMC>zar8 z4lnN=VIBP7$L~RX1w|ek_Y!b&z~uoSvU>e)bICb_mx6 z2|1c*3n^cShxw>@OsA(T+BL=CCdwofdVtm`sSYQGjma`zI6VWVCzRSPxvx(b$*rhq zuSoT4rZWCL+AX8*_UGt1HT|!(&LM}_I6OSy=1s-^-T~9u3TGThgR}};cRYCS5kLO+ zkKn`vwaWb=lmp&*{cVI&lnRcg3l4TC{QOIM>}6pF{n1Z8gr)|Wh4`XW6nVkgt(fdq zkU5NM(WwTda5%~$M$fF+}1+EqYXOmKEp& z5TkH0x&>4#C`7oItQEKsobYUO!|dYCvZSCOXGB4cWDm`4#_Vtq9|YkPYc$LpEF{Qo zyI)90AAo*N?Uf2)f_c)(j!vzxX^T_>nLukg=5ZZhu;`eJk|d0GGtyL(mV#xy=7R^1 zIHDpMz;XiX683V~Q!tbT2PAxT?fjSdJjOmRgYiAuSq_hO}hrHOq%s!OPf0*j$_LEiUHA+%?w++k%JKE3~p)qFut!Qo&) zrZriaA+ziSzS4%W>phiH;eEB$2cv`_FH2ILQi!-hQJOT%Dbfs-!Y^wQVskuG26+x< z72x_(p_M}mh46w@3sRk;M1k~q@R*qB?vrlQ4WLrU3r&%yU~K#@fHDbE`dG`^MSn?H zr_^(g_W|yg$b>S_7|4`;4mNaV86VcZ2GJ!ES!ZyYvD?HkLZDC-F7zAe$P4ck3osO< zBrZYK3BDGXCKzXvM3arfLCyksQpChdShemlV9X%8WHdhJmHL#Q!;+E4oE5PHDKsvJ zg_+yn0eTWJTg~vH4=ku9b!;&=kww$dQ4`Fw)$U}|dM!TlXzHPj0~F=%xOb~Y#*4(>Sg&3AlqWWg_Xk;D`SV^R5T(lo|i>>#s1qS}B{< zkN&eye*3*viS;Yj51OO#&f?W0)5)Ub(@#Feua`2_lE$oYYK_tJnk;!hTkhc0)&JiB z^3PL&F~It7{>}gBf2qA%KDhPO=bv3Z_r1JO0^~tgg0Jl)n+dpIANj34yNi*=fo=Kb z80&OU%rgk!UI;8N)JLd}2@WTj?&P_mq@xxROR zKZmEs$24`rKl;)C$+9z>Q)3^!Tt?-@I7b$}E6#i7>owNr=p-RYB-*8u7ByiK9k`i=^la^wTpmK*x40RVwxi$|X*&?n# z&bH8uz48(fP@Bl#0yyK0C99CY$zm?gz;YG-Tp@xfF+(v_AeV61Kr#ynruF6)%7(m~ zqR1j3Od=>z49U?HlmhY!Oa{wX-0kD3BZ*PeG_p}Wo=hr=B4s!#&{AQH4Q9SI+$|LT+avi0fvpl4Ofr9Zc3|-}_{%5aLs~E#mE>tg z=h{I1@F`kmRO6JCl#_>7oSj^vI>&B4rbyDzR}&4nz4>^QBxEruV!UUNBovXztFoM8 zcb{}PiRODxnIt4>hR_KpNox(h%&rieg z@F>>cI-E5)-651ADWlRn7;X%u;34UdohFa1M>zvh5)78bSq)B-=?vio!-I@hK6isJ zeCaN)?cI0*f}ToH8=8#8FvBp9%M>3MG9pa*(Z}Mq{30bIM#X@%)QA#D!tj-5A$Xsp zio6Q%oGjP0bSNYx8M|o85HLr_(H%^Wp5^=xp}d-nCuXnR{1H&IC<|6dLCQT2@|bea@hHOgE~j zzdrqG4=~%+0yS`P|C5jZ>BBd^wMEB?9AZyo3cskxd~;W$Bf0Oh#ZifTo?1{iaqvld;U`CE(hG?fW1%#xFt3BJNFfHB$g7z0L3Uu?%soI z!mw2;&?!+V2u$|ry`oGiKL5rm>FF~rPEJ^~4eh$+vX&%N>{dfY3?t+|EJ6~OF{ldiEIfd%b)i62YRYUt znI$Y)^XTbQq*+pB1}PULX$~rRt^!5KSO5NKd*EK**4u>iSDNThoss2urC6;N0iz&- zVv|K>qgYk!rZ)nxEUGn$wPCd+RXD&)i_|NGk0q?WMc4-X1x;I%Bnqj6VYFL2tm(EC zEC&*N*2TbaNK$2JJf6lI)(ZnJ5TBKl=v3gnWl}z`h!Byr724)n49louuMxBuI&4g? zb!~%+DW&Hv&yI?cG|Lc1A>)T>EY3QTG?0Xq3P^*rNCIg$Pe@T*M71*nvlBX65+rLH zu2_(hQpH0h;!^BAI3%1G{7Fi5R*?vNCX;57LO6Z0}}|oZPVh+bDode zr1rv+YeK>V%{VVnv3O5twOPXuTfM!M=qy8yi-0DtJYvv6*+I30$_C@^ykUKQ#h@rj zs)DpE$OjcF&lv0!B>NTq;vA(Cq?)jI_zFq6!$mvglgo3?7gN&AvSL>fcj#i;C^Gih=ExX;;TYp5Lk-*tIRG^mNv7-dNVwBc;GNSa+5twoumwel+hk zY#0H5tOyq1<-=EaIlaSCb>QDSd-C|ZAHKW%%E6b}NwTGynrE+#-||Q6{4a{-`Imj$ zP|q7MElDCUa_Ll-yhl+_k@6{7)|~xguYcMK3|m9Y^1u8q{`0?EAHHf&N4K6+c|ZHr z_DQ7A$41)ydw+0s}!U z(ps9W^2g^h;B#`YjJ}vjnv!9;f4bnyU;GkzI^?~N@AKA|ZsJBYd)FuI-WhXr=a6x+ z!_mP6x>HE*1q`ZP@!Cr_ST5!y3NF@$x@oz7a0o*4xz}HV)PR-HXlV8*#|KpT2x)R~ z@it`dg4@BF-~kzp2Fzz`WEutzX`u3O-~&L}$>)HgLHsd|Do1~sAI0D6qFQschT|E` z44dMy1+blCW zauv9nobU`uPEN%&?(o*<-r_uO`QY)x7s}?hfmMCdr%w>}#@QYU=lcV}rZWhZ(@P#d z_=x+TKBRFL=PiR_g-8q&DiU_1M${no9YUrI)zquJR@Ns@-P;l>)tpoB&taWr*@rD45lXl5OC*N}=puT9aYbrMvL%we%~ zENEzHBFT2`=hSu;uH#jXXe6u@yT#6PRhz)})Dim?;>zLI1uY4NECL-oE9o3=c_~aBRI!w0O&~ptw4i=6%3#$FFR&J>` znIN_4G7jskoFvkG!-_R%GSF^xBTq^~J}Q{67EH1{vTakQA`6G#67` z(=wk~h7Y&mJ+q zJl~Mw`-46)Y{FL0k^2lu-fgM*pT%u_;nhPv=NpPtGRhSDh2qvQ;pIunZZ2`oQ@4&q z<2h*^AFtX!X4d`e2H=%};;0%@sCxOG#YZQ9{a1f>@8AD(fA;hL`n_L$^H<;c`tVM* zdo!6o`73lyE=e$BfQy*Y9Yov#tKK{x1`Pql} zU;Cx!jh(S-9OJgC1$uoM{>7c(5l@xaoQzdW1cd^`NDcLld_Bi{PhHoXog8yIpVHWt z1#mLGlhh{HYb1=t3uQuapscrO@_MvTT4c_}E%oawAVR3)!uIpuhS@t#FQ z_xCWng)!6-4g_#fUts9Sha-e=6nRcomU#0Mu3y__wOZkthCEVy1+cW1m2)I<&|qsI zYT}Tx-7V8!h)skOty4U zY?3f@S6sU_X1=(foyB${r6H}jb@LYGa6;<>)a!B@I%CFz5@R}O8b}(Ll&~{^LCIu1 zVKJ*=G9fPqP}g7@oHUH8AvgA~QI#dR3z6*71&{T@g!N8R2RdjKhn5Mj7k?bY;U$m1 zzb^x2*Q#LNz3Sj>6%?Dk)5@br*N}8Uz7H@v$0bu9vtkwpiJs_LkZ%$<#FktiD+Gi9 zRfjT2Y5LTZk4X(1y#>$vfCARL1L4S2N-9!xlTySr(=3`J+X&~gz^aLAM(1&zWUx~* z7-bmM@ZS4RLbZg41C>yk5o3FeK{5%DuC61^b6jgU*xlnb3LbKXV~wGupp3HobN@gW z$Apm9Sa8LXmWGs+9TINexyF^XESqLSecnD$^o5Rc3#=%jIX92xr6yk6ZmavNR|l3S zPncakqmr6>HD`VmmTD;}1v^36Diw+9Bf2R(Pk`~B^=yi>CXlh6Blj-;IcVF4PK3jR>wP~$k%&2oaCns>Rfd%M zdDE}Y(Xt4yy66I%2mvifuSt@i#gB&-!%0Cs>rlfgURCj05C)Y5R*J=Ksx~YRT8%d` z-kyM#$p$(mK68_|*l3b%BfyT>EA1oyMUs+GM1r$M(5`DVifn7;f{zsgBAA+m2u5OS z9qY3Wk0298U?N3NOSS1Pl2oL~%%ia+Xr@eQaCGr~*u?4p6Y1DpG`R;wG|+o16caQR zif&d@BpF3jkj9z=7kM;&)7k<{>kN}y*V&Iz?ID_%$T`^Eqwt|o+8RqSsAyL!%zTOU zo}vl`z+Kmoq$$h!oaTHDtqh4*TcPv>>H?;oZnmObu8~qQKG+BAD6*W>PamU4L!4J! zH7n#$GQ3uz_fk&Hk{?`t%A;Awo{*5KUs8ij{ncb>Fw+7 zKo1diMKYA;uYKVwZ~VDp?`y9v^S57FsGt4X;@-crGfn>ux^zGdq7_J)K~{hrqbVK9 zbcSAj2wz$G|Mj8_rLjGPpgY*o8-zPkH+28JsU+q+xFYQiUb3 zNZ3)g$>f-_7_xt`i&pUJjl0;NWUNjtFCFf4aQj+NUWQ|mEPwvZ-}0&`U{VLpeti#ePj#4b-dx~a%d|cQ+lJ_0J?H4!b?)A|`@Dy$ zX;3ObrzxwZ34=~6mZkGNXQ1FS`=SnHtCS%FeH*N^s5sYI+nFT+4`Q^CR3 zaMBMS8BodR7gx4nSA>rnBRJRzhJTfX!DSXXGRsX>K}X#{*8~=YrDM&UH7y-0rmR>8 z;z(3uWNcQ6g@eqWN4$L;th>Mfbg|e@#s@$+?S>Pc7Xt4*I1#)ry5Pq6I-}ikGmNj| z$DN%DkzsCfVB18O>UNI9Tnzq?Mp8jw*jC=a;y@?Fr1Y*^u} z#jR^Tck?b+z!h^^X0Zv_#xCLTusEkCJ>)UoX%P;oh^H&5>TPT+Nt0JBtuAMa6)Gf=s6pg=*Dx+KjJ0SjHff7K&h56;$|N36x~(p|&wANX zrUgf0mz0zY8P!ft5s5Cl3>c6zh<($&-=znf4p0CHLQbpNF43z*qxH(KXQnW(=J%;s3EP z_(x0X`&V$%!iAwdzNDQlP|hR02PJXFAcSCNZv;tB<2{p`72-(3j^x~5@PqSbd@`RR z)Pm_^$)~3?e*1^-@#F9RKI_GN^Kk7eXSNeWy3ntc94-0M%CWnbIDy7F4{ zd-hLjh19Ds%isLX-~8^yY<~LD-ETf$wtaSR*{&Bz1;4bP#Tz0UZ$Qrp5k7WGlOwB&vaC=#Vco|p`!1JwfegwNB`pY#7!ODi58j~gn6}%P8_ib# zL=O~dw_?*T>{;WVTU*POF=4H=B?I2&{O|gQO8@e%3(vA%v+f$~QeoF& zzv+;?`IWEp_8YJ9#;dPzwDa|zE2Y4$-4vrXM05?btq}cs<8U;BUtKS zo;3+vCE@Usq%cauoH{O{EMi|%TrFMnZP#fSZk9ACV9bPy42NP(%>^^ASOT7$jFOZx z#x)&1D2$lS2!5HQ>Hl3v6QDs$NjcDD6Dap`#Gnh2>KdB4AyJaMx2|zSx*^?OuwYFc zZNN~W8OQ6LLM?z~5c z1g%2^9cx&v7bGI1)EPu0@kndzXBx9x?^#8tp5HpDiZlb2(7NYMzFsLBXHj`c?loq% z!a9p`HN$EEQc_!o7YgSEomgX8;~hw~ii4d(co3pSct^7`G^-XIIA?Gzv`vR^L73o7 zSyNN5YlIXC;mBf2O~s-JfkfB@>q6ClFft6U)_^jbHId#3CpP+EI+D$SAc;!ibMm>0 zWF_UGrXeFCtrBvfP&yvGR2Xoilq4c2&(mmz4;-JG6+Q`d0xgzl_-fFjkbIh6&FR{X zqzWtCMdawF$c_I@MWSws+%!q|;5*e9X852crbQk=bJ3z4#&gRahorF-va4${sd@GF z*LbO%u(KOHiXusnX+q;I_uqY=AAkHI$F$5YFUj*9TQ_)X$&!@ydQDyyc;{$m3#QLb zFjsTxvn%Xk1$7s!$j&jlxMFsC4nmNY1yUzKOTMFMg}`~uRkP$r$1{F#dB(dZEsaa4 zvKw;Ca zht?%pvRfwH-AULRD9){8Vcj3|yLb=PZaNqBlwCAKbuDnjq@HMCpKq{@ z?|*zBmE??vLsTK5S%&F8tr(3)p+>+#T{l?o$+HY&49;3i*MJ#=PeEt2Yr)lYj(>6j zb_CXj=|>L91|`E{hp)W-Hj_LSQHDb`E+&!~1}UbI;PW7)oz7rtVBuk=VLgOq3|Btf zpeq9-8GJNF76v1t0r(1NHPpip#qQ|PNG6OKGGK=tiU_gW)j5Z{WS<0uU>P1m7<$95 zKvTtAC};{aI%3~E`MzLym@(QfsdhDkVZmUOlVp;v?U-GyNp-^8f94AulE$cW&4Me| zH0-g<4SAhnIlx!}BwW$(;ln2k8L>;nh%(SqhwzENPyVupVohJ+)K>riAOJ~3K~y=B zq?rzKRI1TsPFWPZL`dyD1zMWu8@go52{WE>$x|L-n8oX~0CqX#E(Le*-Qz4-vRW)C zs=;PhQBq7fF6bg75!+)_auJXdU|2 z8lBJy!Ln_G!B&GB6ey)bV|SE=CDF4ddw8G1IUjTbA&}A_MIfxu8WxKwS|$hwz7e$T zn&q^{wH?+5jCn)N+|F5a3(O*b@6*__BxB&AX&c(wY{iU2NLa|{Bww?++3Tp_Xo?Jy z3Z(R;F~ppaQ&Le;kVcfF!%>i}70wrr5t z2uKi-X;Tdb42DC>vZNXf5n5AB#-x)0$MY+`|DzxBv0Ji^zMa`@M$@(dsi70_osk)sL{g&gI0Z>g0*jyfLH5BbB(5BSc> z$NYou{!>19{DePza>>#fs;t;lTJ#5n{@VTQ0YPq=L`+bVy1anXQci%hH zAk_8xcif+r0@MG~0`tG~cmK}+JeB$4{*5m@A6$GKTKd7oZNluRRPfCm9p@ZD^oDKD z51Udd54rbz<60mi>b&4|G2?fBe2uq02d9@ax|xHAPeGou7(Ill4Y|{<25Z^b+hH== zWoM_tiiX3RB?ixjAKgbbg6n=7`~6n!tPYroTCR<5|~%J+kg< z&Ms!0KAp0dwWQUMG|6eZj_L9;bhf17jhdweNXZ+oyvogMN3k_tuv)E*MPblyM{qORWR;D9Bk5{0M_x&C#_n0(j}}5vb5&>*N{~IIZZq zjv~*wNk$%5YbS)6avgtuKYm;aFfyFf%cuhFj>n`@^3nW+WxaaAwENisrC%$FEh*b? zt!minA6iP6u4T@ zEgjN#R7z8(n)$M!wl=(vqGG%Kcj_Mw+e>z9yG;j>u@>hXnO4EVC!qEYFT(q7yEK04X=aCBf&Hnc%?K*8R|iW@1SmJYm4_5A#ncU}rY5UG zYO7nVLm!Hi*rr8PCE2jx{(8!9J@}OGJ-gt+`GUz{Lf04`9zWyh#W|lmdB%D%XSJAb z+SAQe3UI@(iSNDsAYrx+!o3=w4Mr4$(F>94R}Xf$oHl%P+3#&}MT@AK9de}z4<&rlA!Ta%H$cz=Ppbl5A8 zSSHw&#Wj|zr&HGFEuVh>oFpr_{>CdH8my}!6;CLS{tw(}4j#M%?^^Mff2RJ^9ANs_ za@{oM@dxj}|Nq>7`&RGx|2RL8jeH_MwW0LQYRXe;ryv<9mzWIV-ku4hN%34-& z2@R|9^d-&KhMFf1FUZN z@WBUR;h7&GDVQ!+w6-I#+Z*a;1-3;W+~%EkzRKS20SHf$BuuJ;Dih4-rPlc|QNvZT1D26qbW9Xb@`(tb?zN1i$z* zKg+-J%Rk2*;1=*w{J7D=atc?|kU$z_pr@hBvrYn$S0>M?zVkM~hMO3eN+N%v#j~O& zL2{!QZceoZ&j~ARwq&l3aRL%s02;%Jj+Q2CNpg=>o;=Bz3`QssqNLt=oD1el<2sTg zVN{M7={=OyTuv_-jZ?n()weldmz)VXIgsEk8!DSHWQatv#sr!%l1jn;VZp&cMZGe- zdhjN1zVr9Jf{KXrlk6 zm*Y)SqjW;y9i{VVXVK1)dXL7%_Fsu}meL2`i*P$godqMX6V%3GSR+K(mpkw9F2S1u z;dY@GSX;BQGmLCeg9ed0l!B~OsIkM)($S(x(Y{2Gkx^i2G3qKZWZO7IYBU8_8eGyM zba-QBTYj>1L)9_pK`a_=pvp6fu0%M6UT3IU(-|KfS&&jvbS0*>G;WRQI;2%3HYHbO zxPJ>rmPu}1KMI30nu-zQWQU!6C&Zk|88c+)1~D7wv1x-z!V=R{Q%1wD+%zUZ8KICx z{84OCczfRZ;$%jByhghWz0TPc83QWrvcpRhyi!c4q^4V}K?w4)K%@x|A3fsx@4w4^ zzm6b0q9^Tnns9o435mv7OIcMo0XomHbxWFu17D3p78z-lQk#x!GJ>jLy|F z3U#oLFNPeiQojAsnm;r}K$H~I*aAEkPSwm|*#)f`E~s}B|Jpmvt*gbjemKL-z)S_J^EJjSxLiEO*%i~{bJpiAciy-SBM<%< zrSCh^=^rp!Kcs!D!@KtB;Lq0L*M9b=&Vl(8&Ah<$Z~TXU0r_ko;1tZDRvlF8K1wlN0JvC&w&4o%-3VsU%1%f@RG(|=XON8jt_$V z*ZO`Wy=8jdE_?(+xtLN+4iC|<-sAe~H#xYr$7PoT!0^c@Db8Onq-k9El7)DFf%HJS!moc1JQw5k>@!{njy;(WjW@h zTX*>Umv6G_Vk@-@SB!2zU&8f++uS&~!8>oi#XDa=paD|G?6J!Z``iVNT;RW)oP|MU zP=UOHN>b(W62q0%41#K0fV0jK& z+Mgc3Mq!|7Cl6BeCn2BQLNEQ|S?&Nmz!4fxtuU*{&f+~XQIRY{s8 z36TgP=)77g-AUZ8q|qEa9gX_9W@yUw{_&U6kX6lt2F z^c-nhlupC-rdzNnIFBI2tvw)&LHLBO?J&loge1)*Nfwa&T1k>rBfY|5HZ)u!t3<|l zvGM`8DA6QZM>?L0W{CA}tj%?GVz1x`J4@n27|N7#8)KhK>Y9!x}?PLP=hvq&kC6;&5bf zJW>7YjE_o;j341EmRl;QMxeDuD@7qSWm<4h?efaYFY`7PcPY4ia7gYYX_}E2IVwxT zv*O89o=z_~p^a4@edOG40Db@$pFV=tAhp^c0n#KvBnjD|3Y&u@L28XkQwC*8H5`PM z(XeElTU?pJxS$&(Jhlsd>(L+by(jmnFAaJc0GO+*b7mK3tQPZ-Hi`h#O_FSj2*3Tl z+Nd#G_5-}<`n^~9>%ab2`HjEw@A6-N>(}^i{?)(6zx8YX8p&Y5n@78hMEIO$!?+0| zfiaFn?YLS6HRj_*$4P7B;1WJ;FAP#HZv3)X{<8)S{Zm>Y zZ6ej{rg{4Q`|thX{u|%=#?iO`c2HtsN0N`x`Pznr2hM{P{Oq3Q52hV!8wZy-%rrgf zPJ|aOk%FS>uwKOWYR7N9cgny0+SmF0kAKM5-nq-O`_I@N9#R}0z+jDBOZ+m8qn4m5 zE3O?}g~e=T`uhlWZ{$j) zM0vlF%r#(YPpWg=!XkGPkcyi(uXAy-;__+7!9X*aj6oiSY_PS^w$vW9F$|I+Wi=o# zE1dUSPG=nLAMoyCq$N~TRqw^-qp zHJ4X2-n@AaFxXD;_`!@@pT9$X=QWsJfXMlOnR~OC+s^yE@Atm%n)kf-H=TLpJWHe` zi;^Wzv6|G*gbrv^*lhw7t<#${XwdYk_dyE;MLNMjohD9!7D=2mu#w2NEXkH7QKTr6 zhiBlKzw^z*p4apay;y7Sv*{}*hKzzBc|e}?4f|Vrt^fP{pXc|ChNtwpeJ~bVnre{H zmJS|ay+T^ttXx=8kbP4PfWECF>M;ocip_Ip>0Lh02g7?D9UW9)$pvO#h)Hi%buadq;3LVOV+`&c)}-79YH9O&cn(A zq`(SY8A`qC;j2?iSr$Y=Ozc$!dyDtoDui!w7>QR}v|Zgst<#juIaCzW2tzziF`i}B zb$}ud3z|t2O~^DorH7%Eibz(0#Ar)qyMuus+Hfgzzv$b@vYwh43Rh8DMAi zA<0;rXHhj2QLlvZMUApE^<&o5u(`P7;~Sr{)MRCbu^y9Ix_qrYAj*@v@WQJOJtoGK z6*DCej==LN%W8QN`aV@C#Z^7net=z|`O}J|Br=EJ4)7v}@)Si;P?V-_Sn}%mO_QM! z*m@CEH5)lfgbeX*#mtdzQ4k=Pu(}1<&ec?6xx#E(kctB&iSqHnfJpiDf|!20Lo0Y|4Ngnq#6_>?vtbL=t=7$B=IBy6n`RiHcT95M`;O=m<& zOrGUfDe(OUW|mg!NF$;=9pj`Vh(eBb_XyY8bhp~b%{F5-<>u}q?vD2PC+~cpG@TPh z6^>$ddW--X%@)~ovJ7l2h`COz)EF$3%@q@`TzO7d;H}qxg1_rVK6%s35e5e2G|MtK9>fy!D=uy(IZvM8CVeHegBXZ;F9l2vOmb~2d zJ_Q?8;;9m&1Sl!+m7u5K%arclX8kkVYqu-eIuj)(HJW%_?-%xvUsEg)oV@^Ba;?`Gd;fg)|;GdRq9Iv zcole^KHq(Kz{huQL6Nf7>mu5)LylrbK)QSln{}jG0}WAmsuSR9R4EFhdga)nlFSRc zF!N@dQ!!hF^zmt+IHY8ojE}g>6As9ymHON3cu4isOW+)sDR^Z_+z#=4g)R-kNPOun zyJdtBIAN>Eqo+}xqS1&5RE1m*qz9Q`ePh5`Lgpu9MC6!cGtO-Fc=5_5zVhm4m`@$= z-+IXHTZio28?$-t49~y$87L&P(;4UhT_~ccfi4P+vq&MU)fKAx-WPwnx?D1aB!hN6 zyi|ONkQRyy&s`@EC40q$`Ea;Q(JfdhWqnv!?eto#SH1fBU0l11YkN^nx;oUTIyLc1 zV;!$8(aiBMbQ?bXM$DC~TZq^$KTerzlnoK?DQ@0MgH#ff#Zpqb9H#}+Hv}>wn^%To zyTYwm3^9wt#HymH^Ni_u#5~VySY}C~D|EW7zXvHQWyUy167?~Df|Xva$|T?f#`riJ z)~DNG*-Vet6otdt>KgHsBvMtfCM9+X5E2y)!aOD*tW+LlD9f_KKlu_@f;CmoQKJ>nT#t!cA%W)+ zH!B4!h%1wLvl&z96oV!XVv@B4i(r(e9G)H{aI|a8qhI$Mfrpxf1TLV{ZZS}O8Z`{E z^13ME`q8xD!kBu1@$2~X;@532;B0S=>sPOGc5Q>i50KUo#1Rr`UOG$e32xoF!#BoH zxHUc^cV?M#4eOz0u`;tY`zf!%cXKR<$4B6MM6CvX6jra5t(1;zHYY1`sOvChwuEMc z-)Yg>TF1Yz!7NDm;r<=Ib$E;4yz?UtwjVJ*I^G8L{{DM#JmIr(pVmrSb?8Cl z2^zj2@&ulQz>|cY#3;eY*<}Z_sD%e5;PV&X;Fmx5Q~bAYewocDC*1t)cS#@ZbM0K8 zq-{WDj3y_Hj!!vwa?H-~hypNpy!h4YusHxR2YCXXeL|!C{}4C#F~o+IXvV{Cxy!bdOrRnsbn83z!XS7 z2%CAD^PyI*7{kR%@`vzrG?0~;530wfXgRr4Ax1CoR4qp^W2*mP(6UkT;q2; zU=8RT`Vs!D&AE*W{Oqf{eEpp#%qMWEv%y-h&XdCvzVXf9<>F?KGyQdb<# zYH$w%iOnri`;>EsA6d?9_G!mW3R04;hf^Bm0va-*Ggznl`98VID742$`z*b+vlVA& zl9I?4dN#+$hop%)Jwho7*45Q{lDNJh`gMO&m2Rj?F01%@7eR(kz&ZivFJ54KcEXP) z2TOB!P@n!5dVs7|L$^XkpjHUI1vh17b-H97)x*q!%8PTfb;17VA;I|^b0RpJ75wZk zd=W>=-N%orK?Q@!9HQ~mTccfBJ=lc6S$!_8k;=nwMudJ9+4fY5wF+as`r}u{vqppR<|twWRa{nxqIzXa zNl_GNT_BZ2$&f&Kq^`smixrNAYfh{%PfT4ms3~zqQc~3Pp@dnM;dzR%TMbM`JB+bJ z3+0xOgoqYRoSYMcJ|;5+^*S( zNj_))Bxm$wvK*Mj3O6a~52}MfmZ9gf6%LwP9(-+mje7OavTEiv*3udb_?6Fmjh^mu z^Y&eS_AmcDJogG5l=Sx=;PN?*AVx|Eq`()|uo6h{JjuMU2w{;1QfGNmnx`o}=a4m0 z`lnueo&W0XFLT~19{%Vq9nbOE=PzT@g4t{z*PJmt8Z+KaL0EhmbZHaz8bs?Yy5}yy z>=arSd{Yv~H)u^BAvVkX&fC+ipA!0yJ7mZo-SCWn}{KSPSE?E>MyW>-SI8EuVuaT$V z6#{Oe#@Zctq`x3)eS@{RY>b?NLr(cr?V?DLsyt7muuOz~i}~ z%oTysC@C51jG=bSh2|(P_~F40AAk4}A3qskb%SRwoafcoU&e2?mi_^1y!k3Iabbd7 z7$z5##YCy4swHE|fyM$knPBrWD?%1HqSr>FFKJx22}&t89))A1D41i}&6oY_9~yaE07CayEb zh%qD`q^FonhL8*JBPQ7#l1*fiFz8+2;<@X*`FtM>+#DUScQ|4K+?l}deeXSP-1!9I z49~r}!OikV1RHbCJS$nh5YX*JtkdQaYfR=t7(*aHCXm<`|K(r%JN(?+*9fT8hOm|e zACU1)9`X(oZZYQuGv4J6H*I!!f$K4#%Q?=|pot_Qp9w}gDKkAq#D*ZM zyimfcJR839@T^BHV%A%0oZT4E>vZU}I|wHUTtqre>Gfk|E2qEKpd0iVh%-ca51B>S zvRcPox%Mp2ec=sySGOu`xhX*#1d@}35nC7fASzY`+E%p|QT0Guqra?X@aw2_lvhej zOan|2ApvKr0f@3d zl_f=FrVuOGD`UYJv@u9g?fw@JMVnKB^MznmPV2C= zK;oe>_4=q$8Gh-_FB9wxamPcR zJ>Mr$Fq=#m4v(0RXUs<#rw^w{>$5f(&|HrQE(rXAqI)qWg!`t_GvfkzM8`t^5m4rkYKD@Kd@uO|rN1dI4 zR^K`YQZ7%uer=Fltr!qIE%-`mHD+~VOGq@5H-QHxwXzT%=tL; z(bM!(^jcS!n#z?EimK843j%al8)X;Q?BdVag(6emcy&FTzt|gaN} z0h_S4#qhg1og@Ya^Ld601YQDKR@6`@>PV@pOuY(^a%P#$Qi4toQlM)*YuUJ%6<;A~;~T{OK|onM3AD)gEY zInrvB3bCd{y9_Hdy3lo0+mX*To~Yn(WuccVGH-c{Uc~Kng|#OqT=XnqDKV6VL2FBz z7bp|~X325MCnd5_1jMDU? zXUZh3J9xg23q0^Wa;piN3CFVugdY1(_Goq^l73A5FksAt4O+wm%rML_ zH1n!+3LyxsWL9@AEeeJG8gZ~7W*;6LaPHz3QEz~qWlSd%!d3&C0W<|g(qvL*IN@TzqSRQ9#W3`h zwd*u($@wc+;quw)w2~i_KYolBIjZTgce0Bwp|0e^+3NK!4NMA4YAmIL9c`E7UxC93 zc%aN$U%L6PWRRzr zdJxfoFTs_LNm>06C&scBD_&@N{NZu2-oG10sQGoOD;trQKFK{&5<6`$b-@U!fgYFL3 z&cpRUaKG6^&t_QXn2dHAX9ldl@FdqJC`;gZTpX-%`TFz3p`{U)NakGMTB8}igzq)@ z*P|)L@N^low)MY-bC~*~b}ReNAgVkxw%*N`D?9*Qw^T1V9JLDLOG(n|V9Sj8dbIjZ%qJ7pnmw}el)b~p1TrMekBRA3MARhaXz!Rc;TSYqU@}kv@m8DBokQZJLA%}K z?Aa-k`Hpi}7F5F_qWHPHdr(zH03W_PV(73j&JYI<9 zn|x9af*Z6Dln65BOmS3E*8x6jTbrEd2_M|sUb2eh3cXgl1<&;%{B|RC|jOC{o^@Z_$VJ=>He7xFJY@8#{Qj{OydH$!GwxzR# zkx%6L%lEDn$LPGkc?qSF1YUqIeUzw%FXM8sB|~4Ty5w1o$t)@Y;Z>_Fiy=@R%6AAMQJ$nIQldzrwP83OF?T5*iX2Hu zL@RD0q@mdj$cBcL1&Gb!J3(W;jd?Oc8;y@-idhnQdw2}m)nPD{9zjrfT)^Qc5ial< z7b#;qWo}c(r(?7+%x99VjWy1!cQ`p5qVVarI~3y~6Et1t5qKV0SMy~=P5x!MxLc%? z;wWM~8#66W>9v{|e5@A|p6fxU$=J^L?!z10K0QPV*dC7f(ajGTpPqcGc4LXIU8%Cr zE3|5};$f64o=CH(nOPiS7yicDYOqjh0&TE1=iJ%L6(DP}2M_OZ``ue?T|2{pOqq-h z@Ps6gqH3I`N*)y&=A~tv8Bzg<+AO^<2*LF$FLJeYmY@6V7nt08LZej7_vZ``N1z?9 zbd;sW*pl(-jJ35Mz88{>EPgw}>v#lfZK8g&?tU>P2|uJYahYePdslXzTzct0)&GAQ zVC>2vtN=#0Z`^$E-jkgNH?Do<>MI}q7KN=c?zwTyt)tMEQDKRdtc|OVpI#66U{s=Q z#fZ1K6*I4_`yFfrKPxRSUX1zpQOayQCUe?Pwt2ii=Hj^xda>oo*%qICGOy%urI-~Hw9D}Du_DL1 z97Kq)0qgxHmo|H#nzUMigHb^@bX@3n2-Nd5!hmnyy36(_4^cW>7BSj7*13cZIY)16 zgL4-y<5n7EY9J|MlS#Ng8vJ9yTPDlI1L4<5J znVjy^YA1w|LK&afZ-HyU=_y4y;^NjBZZtaNWx+h15l0Q$NfXy8D-&;7Fgl)Miwa0I zolVj432`qbmI`!%H3jo@!i}3xc=6?z!1K}bF<#taePa`}V0e6+##YSybV%%he-xr9 zNeGDPkTYe7VYCN-xOc>JXB5v}j&ZSorjJ!QCM=m{a{}6Q&u+rj8N_X`itd^!Hf#eB zJ|r_x&BZRdYCUL4P|Bb}h&_*dRv<%#l9K6B&VGE17Yfdt@6*>UKDsw$#E{8;mtLn) z#VnOi;Drcj@H|PY9n*>%#D0Ra3K_=q+X2(b5wmoRa2})SgzmX#=x>G`J$%e8&1iZ_ zwGu2Xk>@eZGe*UfXsprNU`t0)YC7x9ibY@qCapTIov12^MJ>I{T7enWNXVjIu@qPm z5@Hk=1{i(5Q*NR)Y9v7aIRhC86?y^yi zxN&orFbtUQ2vU50<`=&Rc1Ew$!4-z_C?yj!k|=<{Vzt3)Zy9&C#$rlc{~Rkd#tK1U zEHm^nr6(2!cT1S+XLdOigVAud*Mat_`qMg_>G`bY<0B zWLMCNiHG#T6qbmfg1iyaXhr0sj7B#hN)qO?6ff`)+9C@Bp`=Vpyuu^t1(gbvYnuJI zdXP#Dr9cG`MVU9Z}S0(G}RUc9ibXw$P$#^_wBs7zBj%{e7mIv*UNGV$F zn6=S`rrmp)WqboC4_X9&&7&zzW9G$tqd*{__F4WEhxIn z!Fq+lD_6|DVughLQF=&GI83%j{GCVq;Dhf`6m$B)8m-Gc{^h&hW_0q1Sjl<_cFPDg zbt*|I!ER}mVHxM(>gAW|w-TPeaE{m81K#`LAMoO{8yp?%;TaE|TZ%Nt8iyDAG@_Vt z2&vR4*+PUqM9|&p!dlEF{-c+JhX?>mz3cwkWE|n6!22qetjlX8DYQDfhSM zO!5=f`yG^oNzi9Du5!8?7q+;zeul_b7!!gEu*|DA5fzc;nrV@-)@&p2n3O}BVZ@-( zVym-Gzo{r1A^W2dvZ!ygwVJZPultQY*Pgq`#kGjFc1Ww)#v~n1_I4^4eciBIu3*uX z5EU-kIi%-tq3d(Hf6RO|C5kIdx*vEbq0mLalbvH^m=XB_PCHy#vh&~pkM8afNX5lV zml=&uC@nmD{TUjKHbHwpWCY|IiUc<;I669DIve7=g7Gw^(TQnayo#P2l9dI%v+VBf zk^}*9t5c;%oI`f{sAGZDmRT|7V0ei3p!5w#S%G#bhMWOidIYo(tg+7i^pM-zk9aiP zW|q$hdK#g8geRG21#f-vGhF`3pXAQ_-{J@F->5=pl@%TpRL#;G%}Pd983YE-Iq0=o zyBXl#*hq84jluG9ykxT3(A_8Zo1w7dPp&TGgt>lXyzfXa%hGyTnm~ z2or?zAX3nh1T9G;R#;(4i-P%lPW#L{$$Ep?_=G&u1S-Lzh&Kl$jTY0%lzBQuI7jGt zIO~X;2{H;{YDsqvD^ErgLa7-JhkTDCcItEQ6(FHW$+X_{3lchP5c0}fpT#@3#&=Hc z^TC7LOVwc&S-!Zju9lI?)rQ=KhiEZ0tlW&nN_R`?92c)$<eo8+JPOalucPBtZuov zC6ThSoW`Lb@>)1q5^A5=1x!vyoE{D-W*TQS(nwt4&@+n+9EC19K0Za%U^RtLL0)$l zISO)Seu1!6_#qG>!d2SHne_qEhm+kILkcvKJ`J{7U2K^XHGQNfm}WCXsj2}+O8iEM z@)dD2K>3O?tNdI-3i2`~_CtcuCklPyAR_R6Vm|_B@svUa8Y4<3^EtD$pvVe*MiO(pJ7zdfS?jg1+A%B2s#?I-EFrrn zSG9FrNQG5c_+oTc5Fi*8maDH_MQ&}dU!L-Zj~?+aZr$SD$M-oo9Z}4tl)9i?Dckj= z{4^Q2zP=V~BDZq*lutn~Pg$=EmEGE9%k;u(z{>CfF!v-sd-)B@a!xTR(78i3JkC7- z4FBxLyL{(+{}LfU3Af}ZSqCI%aK#jdU}znm)&kunO}ME zZ#!W8X?S2(RhZ%XKl;%RKH1rS*t_zRSFXPITNKU_Dp@zU3cR>7zBPPR@2TOdgMbf5 znpB%A!fIEr=AxP)7ZYRO8s50tZ77Vb46LmdcOTs6%?sC|Od*IsHi&zhbWcvXbmlCn z9&vQA%ds-31crMM77#O|L5H|TT(xO4W=Mu(ml2;l9&v>pN>$wC{|{(h`6B<~fBL&T`OXk;-ABa|FRXbZu3$dN=yn@y z^!nWS_z7v2B4wA@PY6RFr37ff&dv#@G_18ZX?GjQz(SGZ{2bBpY5P7=nDFrN0e5fQ z;M!MSWkanqzBhwHQKZn25uA%zZzxD-WXCh|S&25L%0>g^CHZ(t5LTyXp;X=LQKfYP zpv@*J1+tE&CUo#>Kz(y-jl0qInJ`QLi?bDy z!8s}xk5w3>nCAuZ&=A%G{bJ>{@Z~H~?6ne8I)_*tZi)is2c$u;1i}epNQ)_@?h^VH zHQbXGg;!aPL!phuSDMo5D$;JLDZV~Bb7a$;BFk|uuTTtgOOX}CiHCKX+8T^RRy7GL z92kqO)=hvF4&U>zxkXXYh_kXJY=*>B&75pWuZAZ6ffo=Ae0<%e6e+@U_`XLJ zL`>&%ayQ4PjWJa+DhPe7ms6Gkm3u^ufH3e0P~6Qm6ZP`FVASzJG}MWc}r3lC)-sx-*bU}qU#w~bJetSH!h@QC9wtJ0Dq(u%zSozv>LDG!CRTu#w1XrHf;_zs~$?lkBBS1|ZX-(5vJOBeBiJh!THDcL) zCXl39qNu_4;{(z>=fo&}^WI1N*83kY-Z`rLLA7$i3RF(Jx{6}OgllRam|Llk!MV!J zTd#!5`kG|r;mOJxYIP;0R(z08?%(BCuYHIA`n8{>mGoKTDzj|FKmO70@;l%BrzC-@ z{4e$MR!Tu*?II%DVw&wy7|V8H*t+~0p&xPY&UbnFi#F zSMg9Fzcka?W3}HWo{s3kUS3+rL zC>tPZRbXplljG@SK6CYy|My2vI1J!3y5!%zq!GM!4}OZ#0Y_K z5x5XdO1CMvFz7POMnFgufHoo9<2|~?1{?8==ei!}o`01$wpzS%*Rg#xVP6Nx(>Z!F z0$~v{s2gBGi3UkWgfKdDM0SCS&428D%EB5jT*dc>|nBZPT5;qc&u*{onK zJcHlRwBt5+-pTpw&!2&d6FA*x=1!0v%(5~2_Z?OW0;N!1b#oxwL~2W5att$am!c8_ zkpbrs&l`*;Cm<9_SXIc==&`=O$?0g!c=tZ-^H-rPAe7Jx$ebmVA=kGqajt!yn>!zq z9glFE74OKLTFl&X!jw6COZl*-`p^J|oRV7j>YIOw_{HZS-R3(V{}$2WdZ{n^cvhux zPPyE_9VFDSWb1OLj2AtdDV< zDP^Nzn0fTu*9csM?;>2`D8&rvBGReB4`(!@1iS#D15gPFLm*%+f}N9nm=&=04DF7A zJ&SvC0=k6KK*xvPc_KIE(c^n0tpwHSf%b5Dip>jD6ygau>C-0ZpNHNCcKmI|lVcJUahy%aNQs+*jk8S#>k*ceR^(yhfcYGpRh2T)oMR>m zI|a{n(YnPbEy*Vb%RaJ2`}JagQT2PIsDYA;=H9SAHJdE09wb3f6Nal-uGI(-0!m$y zk{}D8MkFxOqqGjE3=uxU#eg6%F`;mfS|-C0M(21^V_Z%YDYCMJB*#j_!Qmk;%qerh z!V2x7uowz*3LL^vJ$g+887ea77@0A(6NYy+0-uzOfRZFMSbs{Rp)jRGI7z$P##op# zBMD>TAS6o*<|i3bHzw*SvTQ~a`9z5%ms5PH(6Yq&RkO15r#NX)zK`c3N^8kdhZ!n* ztkn@zi!m8t&}Gox^CrkOK?#axthF`}B~yP-@i5?{Ot&6WU!EbO2f-4*lu|HliTmz+u40^^2X253@Rg7>`MamG$xkY+MHAyb$_zw z(@?8La!a6Zb(5{jAC-VUhPSRYYJZGlHlK5I=OL!wLnS_WVR(4=78Du8EmCzt7zd1t z6O2jGSxy)vthIW)^~~#h?m~;*$MC&(-)C*m<)zJtMythiJmI6q54gL3gs~Px0V2oM z_BAO2&UE_pqCxf0QzdceBbDOx=rM;Ur)a0?#R+e0e4hX0&3~U?{=%QR2?CmR-3@J zaD}4L@X4~2hY$D3(i}hV>SM7W2_pzvbmBgt@A2^QHcUsAhbEKI9B_8y3R?R(>yv~D zFI;?{7dJX|{VFWB)6>kZ9&`Em_OhsPQhPfJV6E%ZV~Z5{sh{~gL?L!(j|UGNouD$o zEmAne;)Y;A#87(Gbp55bewyCfU#t3^j_z{f_6_1|4%3~ZB-p~B=OwvL$$AsY{*1Jk z6Dp52f1RylgD{r(k*x{{WsXn=KNR@B!)T427ueYpJ(iH>P}VnTK}0~j zq@2F`+H1W3*B3fjKF-q^Yw=@H9%xe{ ztR&4-Oj$kRi!4Lil0s(`x~5gvAjrbnYS5|&7qN1JU94kQ>k$?T(_)y@IGj>Q&!d>< zlyz~QbwlRaHd)yrE6WNfZX=A*WM)KQN<8N=867d7jjYDRIA7>>|T;;8hRYB%F%LoG>VI>$zuixbPSIz;BbW*auxsHce_8u7= zQL9N@N2;sO*FX`W@$m^L#|G&frw_L|-;Vf;&wqidFTPR(23Zauta!Y{AF0+@mhoCk zRl=2-iui2L0a^PEox}QN{8Ne|L|MV*+n8@sprWcazi{8xVZ@||zXrm{p{HHj8>kuGwG8e2Rr9UV`wlNuhS z4qsLtm{7_3lxLTprJ7zHrZha9Ruity3l8m!mp1x5yLN`-;SnygbbX6lOHgG_=~9F; z7*nEjj0`jTz1J)S*(g-#&3ach^knR0P!KYKgDpJ9? z5?@(-r6_cUbZwM0Bs!zlg!QCH;474iKxsVDrV}-}y4L4pwnMh1u&G3A&AGJ=TCqY& zui^*zmWJP=^nH#-W3;t|b(DHxqAabYaE@z(EjmHOPkk)on27BaN~>>q7&e0<7qG(sqgwFZ|; zg!P!@Q?5MsECdmrAA`MsG*gOV!tUN4I6*gPQ|q?K&6ipCPT4=&XFe+MOhBs>v)1d- z5;=;3mJgd3HrPDdA(SOrm)N30>(UT|3A;yGNfn-@iw-0~ozxXBm?f|g-`v3fQ`S8X^6mEo(1=Hb}Y*Kkibev&) zjh{eZJ-qz{H4V9X?i>z{G(Or?t;$te)8VYaXw7Uoqeye4k=UY&#Tx4nLScb;qYvG7 z1!}Pkyps~0nYtBNpml}}{0f?64WtrM%k1$khxZ=QUhAWxfca#~(PYH$@tD2(`;9Sl zXrpK{12zcw+MoRyhIYz7KD^D&&i1lYRIHG8SLJG5yZ*fThN+~i0B|c_m{kzhDm8ks zyMN<_m-ter#Yew$hv_`$OMmIl!Oj!*kN5FWv_+E#_jX96&)V4*8yf?1nNx}a={&Nj zCCdw9KjL`*gz51V@MOw)JdZlQxbngG7 z?#*H>OYSqjUqqZZ`(5(h+_SRQ?&|7|&2Ey-ttn9(MOmYvEO}%L#tdx0_KN@mHsE)U zVPotE17jNo1dIppcp2FvNTNI=K{hFkcB;Ad-d)|*U0d#%_vYR2*&@OZ=iX$J(xWhf zs!+(PLS`cK<~b++@x}N3J_7BNMiB&Z%;&+B2C&OUto-e{W z(N_3`u}`<%##4%HWSNlDz@ytrXhspKA5#>TC=75GN}D4j$TCDKjkSXL$%J?0d?Fo|Drx8a4N~1l6CpFU5j*(C%^ba$J{VCoe!E@Dba_8o4wwo(7bby%U z2xCdwEo9)6nTpa`jD)>|eLg(c<9Iw|g267@$HK*y)lhd1`OUblTF?rqEkPLKX-SzI zTJ40~mc(&L6b68!nIw1~G}D;g*_i2R&er-SWp6~WAn7pwt`Dai?~#5difqI7aXD=u8X-0wObA)?uR~? zyWBChP(8)vw)bUc(&GO<)rL*EfS{I+#IKWi{%#j<)i57;jL%O=H?K1dQch>*AWAyj zlAH1KywJMFFWh;7^}&Sqe&;*%-`XPpit(JHs*f!t3QTS5h{BlFjSlUd7Nt{6@|>U< z66`cV&m066;b&;^TdZvT*8h7e@BjKg{#V7{h5^R?@U!jov{$|G;!B@dX*X8aPCleu zbQ9GHfcm_*x?JRFAr~wFr5!rSqYJeM>d_}i2%=rl$F6#Ap8*NG{wxZyLN?9G2lC|J>dBlZm}K;0^eab z*BA_EthWNz+d;i+Ga*joi>mn;?Mbxqs45F~Oh?7Eyo9JxQ(e!F2X(2Sb4cY8hK_Dr za?MW|kNWIAI%jobjczkRi2y`_uL9Cg6Q~lS1(T7b$R@Qx@lwmK6oRC?#u}2@WPtTD z;vk?XEYner3rco2S23ldkwpB_pMHytt$<{0h3V*o$#_BlK=8Q`>%NZXMc(J|MVLSCga*)uqY){IjpY0SHAcQu+oP6kNEF@^;cO9>$r6} zuE?cDr?oGqBu6-f%N)U3Ol+IXs*-GPiXZz#K}Zw?^)Z8))Ezk@Lgw$qlI= zBa|gbJgiX|;}NWOAZgUMib@ev!}RPFtp&0XBZCNBv~ZY3AQCW+{PdjR!7)i3BOHte zL-w*UU*nh@cz40LnUj;@xJrYseB~>+rsTJ#dwlPE-@af9xkZxAUE);;QAd`SDrq2P zO@h8m$zCcKmzYNCQdNcme5H8li5K|d#tw&X>|?stP}d2rPtAh_e4enw8oZmYw_YMYP%n+b|}MHq#YrbM`9F=R*-HkeH245kwr%_d81lm`4(nBjnBTi@p34u)TWmNz1A_5g4%aHSTPw{iZ?JHN=YrJC@ zL~(5aSm`uy!jh&jgTaI>D`+$$s>*S6zeguX2tCa-o7XXEB(ADz4;Q=SRQ13_gvPHo zBtVEqicjyT&yDpC+qbXq;>{;{Z`|YL=-}dr)m{oyhy@AGEg*_^F^nt=doSu`7U+wM zmg(jAdPyM^i_dp?BXGHHzye;9(pcH%ncWsI$=PD_e4ar zVmX~BycW0k?51U>+2ondQ+(yg7l|LA@Zq1l%jug3b!v->d{GJz5|M}yKU8>5va+^9 z=gJ1@)*7p;T_*F4iSJKBTbnNFm8s(EpaEpGd|XcS`Co}UZm^1y6+QnjL1w2Ia<O_U>~z`t-n)z*3^~mvG#i4n<>LoF zp^C^x1^v@Aq|&TkZ6hPaxSUWFCBE-Jg>y`c9N+Uug8-bPw2m-L2wL?c-3dWXPNEdb4^c{@ zg(dY9He*dgMGQ~-439EgQK6&-Su!3>p^*5VMp#GhY=jjxNUqH5SFs*o>SLoR!wZar zhfhp|uM}eDv68gtcH5Xt(Ho2?f!$VzcHAHk0W#CrN+7(NVyv7-i=f`IYr}9f1mDnX zMo8)K8wO7)JgpGQl7u0RB*m8@sJj2!BJpHOC=;{@a0NtC;Y$U^(q8Qn_yGpT%oGf! z6ZRfFq@PVW8x1kO!)wLJB;qlFuuGz{6o_#wmf{Wc=YFo4Y#{y&+Q!F^gUs1VVJEsK}{<4T_pC zWEZ+jfTk5CWRn>USJB>lf?FFmIM)SEONN6%Z3e&O(U6x0`U{oil0WPRyeyZGU4{5d z3+Qs)TUK{mn0uXLefI{P^>tpnbBEpODJx7^+kT3*8y(hHZ?b*kHqYPw1dUdLD=jy# z?eNq_mmu=lS!wWdTU}n zI{Ziz21z|2GefmIw3{)9=O=95T(hJc3cdPAH2mKj-FofKy@nqAlmGb-=6{<8m>*VQ zL|)|HjoVK>+gab-SU%T89yd_Fsd>_DN z4XsYh{-~-6wVtF6BE5Y&6%Xm@d8ogOmd6Og+u(f-DoXgh$d)C<1I&VI;hL zbjZ8+-ln@5B1MIi9tv3m5Koo}HJF2n*14U6_N=GN{5JwRYA0A*!$@S~kI6di8&K$F8 zj*b-C*TgQSH#vQ$y7FlH|<|Q#9%6K>@>8@VETfYL$V<_H*Dx;ib_`a^G zq~)A;TsM8696Ul+1uLyKo`6EmX>aCA82@q<&0DyXW8!?`23U}uoez!*n=WVw2? z&5KtZ|LlMNr|jRm&z9Weq|Es8kG{g@OP_#y-{g0G{p-B)BX{sakAsslima}PqJnR{ z`37J6v;T)jcORll$O6YqLae}rFv=m%z*L}(K|8rP?N?;XsVEo5Ss3-l_>n|xW0*b=gyBM3Z{7Uad8{^>a=gT%vRb(+U63J^0r zrLdL?i@+l!AtJ=&28E`(+Mto7oIM^eD5u0&*47i0gER?Hem#r{A@M?i7umXDNLJv_ z>7AStw-nuOiu4WERK!70$DxHH2z|5;a5BR4L!!7r9B<*r9i(sw>oJ+kuu7srpTZcz zB*u#rN9V^JjZc`EIn!j$TxR6n45c89>O|A*Y>Yw@1_70+NEYf-xfs}jMgpEfTJW1{ zag8Y|TbFspsZS7lG*)5?SE9AYS?`>+l@90QA)Qv6q|rfCnum8E(A`)=NJ(!xrhy_~ zs6SRl_(D-Ri6H_cIT;Bt2>}^7T6nlJM;VB}YDSj-F(&04>NJAL-7-=yc`0W-po6?_;Sbt*8((ztrZTf%HF@G3L zKR3AY%D>liBjO%5=Bl^4dn`_|j1pZ=x);HS18zN&Oppr{9!dG-DH*rLUoL18JX zx+CZygVNR)gs%jlT2y`uet;J08H>Nx;$$$#2|*A=?6eJQEsvEbWjdT7oTTM92y}zl zY>rkTd6}b=xE^ARKqL*U88FSJtgUqT)33kJYO=}J%?6QgS#QL=b<(HXP&9*0EEXv| zgbR?=m{;u?JY`VE(FhZS@iA47D?F@L+#lyWdiW9Tm4H}9B%Ll^(jjUnLJtDJq(O>e z1TMgeU@^oP(qNTt+GKsD9%AOk;qsiQyG9yD+**k_I($SD_%(Px5SYpm=m6;n#)F*h zYJ)Hgna(pF9qpr)|WYSts1N0b;I5^(P}WeHk|>I>RRy+UJf85?um5Yxq9hIiI_)NrmNhu9;dATe zRnoPXs!&vwL)e_kLZUTd9+FKeoOMjhh+q5lSLyXnSk*1OGGIH};%EQfFTiMz|K=b4 zV}9(5&-3K&HX9oqR??Kc$NOjta}TTs)fCjimm|Wupqu$3s=tU{+p0c}@zJzt5a2J& zlNALyBPJYhO20Rv8d~zaqAD!a%wj9YY?3k0=cJ7Yqe_A>0Toi@4jF{VP73~{9u#r` z=NUy_5~WGqBZ8{i&*eh2)-xyt<$e!cS*GVhMi{=qkoOpn0|hxhe>3D)e&(0CzP-xp z{eAxBJFhc6AN-{q;BqlvnsnVIH~untw2Vq$CWv|q@6}R;DKC*mmk-=muHL3~H09*} zAr%!jp4nw{bBnpliNgk7C3*DT5t$hhHJUv8($lcB%He~%c!j3rx5@I7A}<;D=R7_< ztf$Y==f}VFMeY`gH{bg%*?dm09HcIR>-55pBQMdbtHpq&E-fzJ!b=utAGD^pNLtlp zi9r~kqX;uA@B@vKnyHx)iaMgYnWk*}9mG6mcsit*&q#uh$oCl!bIjD>>pH?doQxQs zPf<}l>e)F|i}-s*P9X}WE?@NX`1piqRDC3e;_CGc0x#g;@hMYgY_BzGH0z!vheaxj z6dJ2boHRILF|xpjlFC&~#&a6&m?R17!KU9Ni`&6UN?yP2Gn9PcA_ppHDE>=a-pUM)P;#l zD?u2?1aX8=s#XS5SnafHPEBD@o*;^S3Y#$=*J&9y-PpEizOmgWQ+S*AqY_y>X5G$6au9r#dtz_dV)6@ay3l(+!LSR zlk2;D`PS3?%;zo`lS;!5EA5eQa4=4Eges`XVlIik8advKq!N)-<#5&^Vyo zT_c}O(MihIm0ea=+N?AqUXEI{whyu$~t54x;pJC-lT$@|TEz+t>?5)yv z38`G6QAJGOdd$5)eV?;$9g)rYD9l0)3kdLN&>$fqXxFSO71aK|%2u_0=1ZcskMtDB zM?Gu|ohNrnqUj&gwZ8|+$$9jZ$$$61{ln^S;{fxQyfE`T7rR%lJ-v4Qi7Q)s?@%n5 zF3UubKrpv3F_ux`n3aYtEjcO-nOhb*inAAPm9<7%NCrfL9qpokEpkOM$V_j4Nbgg*T3deDwGT>*d6;#CK&K zfopoSk{Dfd@Qp^hvhH{CG*TIq0AEYeFeDBH1tmx46{egMhKd)juQ575LCkAzgYfH~ z9<4me$`AzsSzfZ5O9Ph<%?)F+#|g&g~6w8K>O|)6@}V8fEIFN}x4WS>P$fpS<}l|N5f=WpAHG6dd@Wka&32u=bn3tZexRk$8)5GqF2*EjkUBo4Q9QJpn{c-#uK_`FHmxAYnA`& zH-3X>pWfxgXKpc_PVoq6rZMlowNGwyDhEMYuhg~#X}~BbBm@-~Xze(HWKlgZw+0_U zNl8vcM$QSRoHJ!c!HfxwqQzQg1*rvPSz&V!+S2Mo2vsM90_`FFHl}b`tLi zJ+k8gswKGj^fl5(m-!r;X~5~j0jI|YsL0US*a?yH8kHh;4Rv%ovEq9l}9`668mkEpv`(`m$mK&-L*}U)lGD|Qr{dRfO!ey zIn``{Epwd6IqskGo!8#radF0w5i6aP&8-efTa2hEijuOdkbaG@uhlPws|4lPAdN*< z4(UJ#K2!!31!%1ankhO8ao&P$Js5Kcvx)$xT5JDo_vvH4nL}N{U>uw$Z>S z%Xn7NS>GUSH#wco5DuRG+}d5=VCgRs%8 z@3*SFP+FElOZ7w7YLGTa+AVHedy=Pb-Qhp|{4et5Tc76Tc#~^Uo3`!nWcMbmwKY0P zhNs}XfdH2j#b zBS2Y{Z!oe}m;xQ50+4|uZUE#A&-~)w|FQM`*R_|=F7U>MgZYBK>q&_)ma+mZ94!Tp3n)yz+wr8hV8p1U zlbia16k=&^b~rrGD9eiRph6=iHy2@%X(%oGNHXX}yE;6hXR$E`6-6&7N`k?oH92CS%S@+Co%{@np)zT8F`8OsAU= z=zxBI$ZVQ{b+p%G@GNmyn~1}>MJ1-pr!zz@$)*)eFGX&Dl2n(R9vqSQF_oM!n#{Oz z>jelyqTUIUbxFAqv60p0N39g5s&`C9QSiqf_IU5Hp?9{2c7`G^$a+3`IU{Yy$h1Xg zcZZjDU*H>m{0>1VDTjh4Iibp})ZMmluRr3p7dS zv|6={Y&14Aj7M{3lM<&*jfyXQ!k~c;CDzaJHZ>#}H~}*O{W;a7L~DfzJg739oz@n| z%7H1U4l*YDC+r;@@PLdnO1{oM7Q@F@;b&gB$x}COa!|zli*J3Gy@wBepv3U9x%G0& zsJhg*a&fjVzfWM$QeMd2;*$R*RO&*-P>Uhvnde{P71ib5U%W|sE8@yiYcyB7NYz9~ zlEl}%|K^8OCL{CbyzufXcsHKn@Vnn&aMmLY141vLs&Z!2jDz?3n6jYnM!fLK3)rnDe>7k{dDk6L; zOlh#CA&nGq7;~q)!B)^h&mEKg1W{HfSHC9nan9g$hVLXwE39#x?VZ$U2tWpca_%T7 zDKQkml*||kEIyi)6pe?#5fiYo*`V8LaqwWkv@l%huF?n-LSN%bLF9*c(nGljp(IAs zMVLZEny#?X-R0JeTim|>6l>d8S-G-H-0a{5Nqzkl7G`to$Y4h~Zf@&(5SwG%9ED>r z9t%lvmXZqVGE7zBhl+BZGat`T zQ$uz5UG8+$LQooTa0;0F{%K~)wP#`(+2 zs@TH3CkK&X`n=tDn4MiKExpP+uh)kHp{oh10*zVd8IMfcZ;a7$K|< z!f1W>r%!!lE6y#2xZv>GXmIKsIZ9Y12`LVRB!(HF&Kj*`ksgd5_RV@y>8qWnIUtFrJM}jntDJx4eO=va}&PM~BgK0kF%9Ra-sAH2t z`gl=A?0b|WaB~kOef)F-x*G)3A%pQ5l{d!Zj-5^dYj@Dzb#&lHBKObX^V>MlcXbsW0!RKyY=i%W!GBX5O(QY?z zQNhl}+Qq{qNIb4y+vdk!c@fX6Bk6fn;yh3`;K9Q~jvkHZBu(;i&U|i2iE#_%%Ma?B zA%6mK12)$*UQjb90z$U7)-Yv-=NzG_W&I3Gg~6|zXov_1O^C}RWnt2`}zx^JM$(dsL9%J62 z&+}~Xvp;r&7oNDmw2b-fyAOHr-g_6)wYua1xj>aKNurD4W!ddwFBx5>5Cn^XUT+roWxWSolZ)g4cWWDM=5jsHNmZ)`e_&% z?!Ed3i3dRfcqL_?v43#H=wMD^D^{*HdHI!3@b3APhaWuvTPrN(CGgj>wDGcUM_fuC zEr&RH2`J`Ei8Q8e)76^NEgxV4p?xB~g!t9No|A@D!?k3E)o_*Se9U+-MN5mb22WVd zj)urm;z^0;X(rPNqv5D76s#o1I0|DHUDB3Z&Y0L@(c+vEEW*V?*51BmHzf2^_8y!d z5Omf%gmFL|Cpf3E)&n$2t4*uZW_@#=ot;gtU%SS}`W04IH%Q_XVH{?fGdk*FM(1Sx zA(KImYBob!hbOE0_0bhV=O|qubVin!^hX2EMnkg9(x%Dw)ipxT$GDtqUZ4ZXbdn>L zz;iyrDgvz$mB(z5Au5B8qYHEf&VhCKNsQk}5T2}!>Y;~<97;%nP~&8+U|LxrJ%Q4K zqq9CMttP$~u-e_m>5^QOgv|yz3@~8?UPMcWyz}N;G#gE%_9)H`ZLe)E6;z4uWa4o{M~yLy*~Yq z9+IC7>9hiFzI2Dp&wq-}of{PU`v_qXs{$bd5*4FGjIbW6sz3?k`UYsl;5)DL+SlJ? zUXB;#NcFR;8?#M*1@~8jX&#tdtTZxYzpp_t!OLC#3 za<$rGY|Zkr0$y$^`U7*Z?W-=DK7TMxPyvZ4`0Uk$S0CpLhePh$nCWv(8dZs^56vb$UF9pP5&1aZbtaa9SfB%fkAM?UfH*n7I>bJkm zk9_{~1aZJGRJY9Pb zf(V8M{SO{+OhK`*-5yZT1wQf0=XmK^kF%o7SHJfzZ@>Qf1-g7{%*EhREEaoX?S(l| zTuM*KMNNgh#CR#K#a|SVmJ7urT12bMWgW&st%+7TY{{5!zxo{-n;tp=CnQPKAe&pP zwd|i9QdSv8JDz&x3UqETfA^c1v7oh+5~L+%HDfxRaeUH4$dC-fOV2;c++E}D=nZ<) zx<(}NybA)bSqxW&F+X60T&hmlq9kvrD6vQ{EkAy#LHUbgZHb^6L@ecEp=#jVcs^re zCC2wWgoP@1wdX+#JTwABKCK8mA5Tc6Qk0YI`*O6enHTeVfI?D0eayUoOei!84@ZfV zg3KDU4yh=?_juuxPx8dA9a?FMuK=xKVkol`9dx1LL*QUGryBN|P6kvnOaE*{KADrI z0h7^`W|ES`AyKSRo+TlDykVc3J z7fupkUHx|_5z`E>nPPBQYe?5R6!STzH$r(H+Ve0<)SXhHj~^JatiabAY~A*5Y{l;C z7AM1Vd{2|6F;g;1Q#XD`NsJ6D3Y}n!`{=5T_wqCBoDZ1w2Ylj7pXVK+=-;i~P@d2T z2Wcxt4ofUKYEkg$0UotiXgaFsY)Ha(fEm>#(0&||=N`@~n%A%Lf)Kp<>H|LW#BIKE z>ytFwnwuLD-#&SZtSX7ZHV4Neq6nmrHHWAy>icst#w^LbKsW91^0hm>|IIgew%Y+; z(c3#9(i$Zl6z5QR(AcH)W>}^0L{$%qL|__-3Y>0Y{Sx)TUB31|{60A|l8XR>s7>hv zXe&^aLTZN$OA4DKltp_QTT1e*B9akd5D-LlQR@Ew361Uwt!HmLBLCa0c)w4v(eJhY zy&?QEf7=z9ztRh1om2DaFnRhX|L(`GeDtdDFCv=tQIZglm$d@p5X_w;m6EY>oK+W6 z4xtiw;``}|CAU%ufoC1bT9Ze|L)vk`+ODP%3OeJ6t!{_Y-U(ii^UCe#_|4z^I)_Jl zY_CPcQX#AWuTJ&|=cARw%@sukS2njXvgG{_@3FbM%1Wz=tR!t6)s$FQ;CuCAP?(Zg zSy5y|T5=6tv{O-{qdAE2r)`=@92QDS)bT;)mo# zPUr-_gs$wSwI{&pFuNCkQOnFyrCd zdkjB%z}evl0mObp6nTWPAoglrMJQvOF(?Ep&446npyVnl3klsS-pjAheg0)ScED^f z<<4iX^7H@Ef6V$PKgB1mcX{=#KVzloado4`X1q%xoA^~qEZWE_WNU4mm86aD2lU26 zV%cCNX%LTMT1Jzuv=E`kq?&U!pOZUBQ~G#;PgRtd>72$!1CdJ(PEOcfTc@$!ri@Cw z^%zoBPvf(UV(*yh9Q-7Pd4ZBXlo}=iW{$%TKH`JNj~G!g$MP;SK4Qw3o_mEC?yOUo zn1A{HN4)jD*DiK+OHYWs*~vz9>dxxAJpD>;bv35@7P08jt zK`4n64?mIwLG7cFO4bf`>47p>QKFQObRJY5C+FuJ_4-WBfUO%18ck3^S<{jw%%*cJ z6{B*5uRQ`!6PYGiKZjY4%L-Is2;;c^8RR8i1R`TwH?^31#yPYl0_KpdgDNYNm7uNzzKv)AZXz7G3Vd;8sGe<-z4LV1ckz1 zxUMuIk_I8+ionwX>48;6ZK5_l6h5+w@LiLr8Ip7&WJ7ScH{j&4;Py{{!g6)vyCn91 zV&lO9;q*ND(N_k4-GhYs8&qI^ps5;=hX?!F)1Up3Pi=^-8TF4T?V{p)@y_GY(a&qc zY7NzLbUeXP=_nio3VbCOT`aY{C){#ZC2-ba9XuG<2D$7cVRXI0`Q&|`=rp;pxz7HB zGp=u~LtyxwZ@okBtsbpblWx+4s0qp^o1YV=K82W5T0>P?UU=pytf=_LcfQN+)&>o= z$#`}`Cx|&I=1it@JeiW0bFwPubT*)*M;b1gu!UnT$C#o*N1H^E5kK6N=pM z;e*GFjiuYstoRxo`VhuMfyZ!uPNbr`h|x*3?`j~J(pcvc>p3RNIDB}A+HpA(X zFb?pvW;)JUU1^bJB{)GGCVX&r59Ld$+#*#2KffLmCasXmX5IQ{tB3 zINzh4NP_KMiv1~4<_K4Db}+&pP6*=wf*8Cm=teD91~anWA>aJY_xQti4k#RCrcU{o z1pIK9w)~= zwqJM&ki=(Gr1bghPy95j--0qndYaoM%@D{u9=`e(@jQTefrr8j<{Z9rkG;3=a{S&s?jG(jqh5@UDEK|@^D(u- zr@pvLcV(O3d%VYA{KYrE-(tHs9`Y^?C(HAAyHH^+r;;vsE{i0Oxa2AE7G~FFTlKQ- zSxH&5Q5I^?&t89y_y6cFjZm|(x=NBZz|#mDktUjKKH#JGjwr_-KlN{Y8J@UB@vYZ5 z-8&#@c=(Z^n9rFGro8v|eF776WJY}cXI>(?74hohiifX#_hJz7mBKCgG?$FZ<3(iL zI>&5Lwzn)lT}G;xLs_|~MkpMJAVjdB_Bw}kmQvKm3_^JrYiPG5uk7xy?yn(6L&m)! z^I-<1pvo&or?VO{uRZ)ga6TSzp7n7nC1q#IOc(TL19EbLMU3~f%*oNjtg##J^5V-M z<1;_<5-)!8S?+xNDvc*^5mkcCmtKa|b?8rE|CI8>#|+;7ki9qF=j_owXT5#SdS^@~ zV{B!RvR3kH5`{%cg(nnYsA(iIzV`66L`aGB-6D<$sIu0itOW`E{+Q$5kkhjPN-H+E zo1{U4bG6#2tfn*-);etEkWLZm09pA=`eUTAc-liMiEs{QEVd{~J8gva&{0T9g^ne0 zGsFsmSnyziK!b2tVe!10&YKq%ahTF>weTa2OhEdQ|DU`!dA2M&uls&`@3T*TyVvJy zvd`*KK%ol70#F1bf}ki{CTW`?S{AK=C!TrW|A2FQ;E88;*dav-wno~lBj#nsi!WSbzUZ^M5rJo!9?l6o4^c`CHI7>nbTuTFk{UtXJdckmJiIU> z&*0=v&S*Mkk!2*)k|Liq0-`QCn4hq|x5=q`L~25AcyI8ftrzgzm`C$ts;pp9l}tth z5R$U0D2n3Qx_0a84Ss$1b0qhk;+;A~Ma{h*?qll;RYEdcU?jAn6`Y+N9>05!OV8gx zgcea+gwq9Qlj`PuKK{cW@xh;c*rcjxI@1gig^PoWhu8E(ITqnGI04}-Cuqh+2#Kph zx;p{hMhC3m@#7;#RlzI2^b+#bSO1hq{m-=DzJ=VMh;RP)2Y(YH;y{F;5TKj5}<38yp=z<>JORgQv$FOplpk@jitTqi$0qCa~~%Wn}WpV45z?DzqC_81oj z@*{9_IQp3X>)-qV|LXf6@MPE=N9Gn5G02c569c?9XbTgQGd5$MOolu?KIQoMl)-#P zQGu%6rIA}>Y(-vW)Ty8-Dx^_l)0||IA!Lpi%!r36$s%KYvx9!&l}0gF7LE?tzju$9 zuI+MlcbC;&jrIh7An`&$)Pq`<1d(DiACsqs(w2mg3tFLDilR2$e|k)@WCCeQx{*(? zq8LvmOzjx$%BFbFZ{xSyY+hMM?yf?o3)upq9`^RfB%={(s+sji4DUbT(@#EOFdow{ zQXbXGv(B6uhHrBpjnCJA<2ly-%lvqJ%y-}UaT8hptLC$3$a3*>)d6Sg6JM#u6LJoX zer9%6=St|#pjzrI9=a3*wYAKR;p?xw%3G~H9{=z*7q4v*dM*4Qrl^~hPS^LjdFx~5 z{fcX!f0@l+{wB-@-1*KA(aNAhLrnz>%d|fyds0&sn(Hs#;H_`G!JXMLe|hhee9(Wk zGCD85isf2NE+;5w=@0dcA0^3*c@`T#6Elf1BvplVG{X0uoxKbYxE`LPk)BJ~in+Gk z;wx9Kaw!UN>kvC#kd9|0^8_svwyc;pf(518l_X-Z5r>Om^!LPv7}~qmMsj^z@iy zJSAT&(7L3uMU$kH0%K~bvgucHJd3OqS~QXF$P4KJwm?b0v|_aDpp*h_kjiO{w5CF+ z3SQB)O<=i!GT zIff^T86O@UvC&;+To$}@u+RIC_xW^u!mLPn?b>C8<5Ja4y+?7}Fn5{~j+(IJ5w=`( zuBmA{uY7zoEu>bou5|IPdz`8vd0CUqN=DNOC;KVWMMka+dzU;~trn}rCSmOph?>jo z71noaWS}uBAdI_IQj#qe)K!VG79GW0+`GhYfAOn)@Grm5wY7CdM+0V~8I}@5PELXE zdu;4%AhVRobjIq-SDJ((3I=l?edj}d{ChW9X$f{W+m!tTp$aP7ERKBQWj~t5$H8k! zq;RmJ>D!a4@oNYvK}eD^V=*c@9p*S&F;~8Nu~M(U_CuoZe_}PcMdvRvvWtt~`Ip~H z|E>v`pP#~5K#WG?dgto3mv%SSHajN|$@v*GU{Ti0i>3y>T7rx`CFv@7ni^(CJd0j? zN>bL%WX3K>-mVn*5_Dbj$zoYWZ#3>0Y^<0*t%$@6|9^Fn0WexXFC&=0o+9rmZ6cvx1LpG()g_Vm<$#>i)&_2l| z#kZPyd5ZEQ9H&OqF+v6SRZ5*n9z8iAbbV&!7$Iuf-53go!1FN15_ln@7c-tF%+gt7 zI#Pz!l{R7EF*beH+nWs#wknCWM}L3J`0*UCc4_H=VzAGC|1)X>IL-dl@eNrup?`AB z@ZqN%e0H1a_z{2f?LXmP{mEShOM90s8xD)jo8H0|1G&?1f9kMFau#`W6ZL?^S`O2S zlX1eM(-FsqBc|mLQ(9~#sndpe<7i17YCI1rnbBF%=u%OW5wBXrYS@$_c^Z-fIw~U$ z9E4MHuy{yOXQcIlOir0(ryPurnI#!TRgzUX#?}<3z;`{S#gyaI0i(qX7m32q?RcyP zD|Et;b{ydfmx2r{EOjC90*|e|HCS&qte3dM;JqI(Jw0JF3J|Ho?OUIsvy#25SGc@+ zfljSxrG^bO2{m^}_<$k3mrJhqHrUTI{_saPNt5|A^Xi#bOrPsiIh&rGtydgzMzogC zD57UDuJgb;mS208&^c?Ru9n|ZTFc(oAi3o|eG@;+Y^;%T6B#tzT@q*9p zJSN%+`N}{0Zz1w|@|SvgJ@WsYaB#nd&4F@J@@;Rr!q*G$Tic~v#MjpYih+gnA-rf00iQrf2c zaU*KeX$v|nj~l&RKG*XJTnVYc%oEadgsm%Dk23TZ+8%NgU8px!5G_o7KNpW zHE2BLQA}z~Wzdd;*NRZC#&umBt(%o(SrK&G)KVaVim2^Vni?+@xbCuryvix7oRzf} zaU5_w9?YgUZ2r3xsPq9ryX^dmnK+=yPvyj0oCnZf>)8 z`3f7IE`tX%L?)V6rX{el(`nJ^wD4LQKUQ?tBD%c}I(Arj`#SM2zRATGL-s!Rd3N6T z9J{Y=(^=m_Mm}2?FA#38B18r49jG&E&rs-!QWu~MQ2@gmBO*a%A-#euyqaY(E#bR08?h?eB+qdrV(yP0$6~icDeDf}Me{zd^-}{W0 z-@L^2FTX%O8ZkJSQP~s+2ajkO-LIadtwC&ndn(5x@53(chGS_>V1M>|fLW=G^+|!|b)+_-9|<+J8?w zWrLK@O^!E<{X1X^LIDZ=j(MlnS>A~Or7lLS9(%)>&~gt>#MbM}u8 zn5Sd>SWspOaU7wlm{t^#WhDwl6hu_E;-o)7x{wqL9N*IIwCE=T_BvMy{2iP?AgzmE zYsRNj7AHB?q$Hh9h}(izeu2_9ATH@Z=x8Dt;#3B=&{VUG`N@Q>l_^f&5Ljpd5zq$K zP4j!NZVnQD7c1SXpOw=Uoo=pK#^U zbw-bmSxgF6H&?j)-1E#A32qRe?V!K>Pb=n=?y73CXwztBc|K4A6 z<%M+!ErHi+5>0MRRW7)9`;cN`c>5py0{$y+!IRtEyZIwzoZ@=|Uj-OjGCUpgug-v;m;o2Sf5e~u^FQPV zfAAx^T}6NYl=;Dc&`P#1Z-Xk4Ue)+kguw9>{lT1KTBAIl8bO%|s@&i>4q@mbEcn_* z2}u-rc-lues%b!X3`hqnEJ_LRn}S?~Wj0M2k1}TSgwyGWt?dr0tq#^UlQl;=l)0s< z3_@9C<=|-#Q47*xj&e0lO(TpPg?2QaZhDi1k~qFkQ5*cW!ton!jgk&pHTjb?$x%Yl z>vqZVoO!-rWn~4|^>DR^lpVC^kuu}aaE@{`p4Z$Qo(x8OeCIRDvLIc|`S|{A{^IV3 z)SVVDz4%4OhX+(?N}WN8#TE{s7ZC;?aVNy@LezC=bwbjjBugN?zQsI@mwnAst_qm*QKzWwbcrPJfOl7uZ@rr6}i$^|k9nZp>ny5JV2Ouqa1S=9akC;_}t2 zoSq&rob>6eG`n42rmSh7k4_gHJ^Boaf}~QcwIplZ4uSTN#-S=xJW(V44y)~ud6w~T zaD*#8D&gbx6xf7yFJ>d!MhHutjgfwU?}v!I=FY)q2wTxMkQqI{Lv0HT71jux(x>IL@TDfJr&MA=C-%75y};&bfSV=Qq(T9m7>TK7#Qir_3zFamw*%%)@@4c{wL3 z7bInZGz}qD$^sb{v^p+rH$o*oYkGq#TbJ-uNS>EXGEHR2s6xu-H0(Qq;iHFq_~9*H z*}FzA*y)4IkFk};2N-+Q+1 zQD-;uGl154_Q`U^VwUR`dq&Y+P9WsD71CL9$Ca`%`!1&)_0klaE&U`)2wJPF{N~j! z@y@rugWs#@^;nm5W^a<}X8)bLactr=Dj>YHF`Q>56hx z^Vvs7q|=fCIluIeewm*hBz*VIE#!QGS^oXbIWcwyu{(R6X8{+C+9@Sogur7(e=in;*Z&pa0pP z@<+e>7yRVMKVko~$0W&|*S~NTFQ^$LM@*_2YuDN+zoafLRarwVn$NtkoIdT-*=}KF zBPOg<;rR+bP&m4=w^$60bZNJv1~#Xg$t!^Z&p|jfXuzwG1{49)*^HCZ5u;?nVzJ=z z?iQizgRslg6=X$5U8rUB+4p;iE#83tLIpeVnu?{b80u?kMA5YOLMf=1Yy9=)(RV8 z$V;6|{DaGv`Q$Huh&aiqvzolFv7$gYAeAI)hX`G>7#8@U!|>4)ZvMeTsuP2!OGIT@ zzt{#Lh=8CSGS5c{*Rr;`O6dD|*2k+Ol+|>5Ev%4CQyAnKYE5zJ?HxA1dJX6DHmo_= zZdQt}`}=e*{0rLR+xYB1-Z-4Dj;`iM!9U4c|M1e_Z&Ez`Z4fZ_=T}MAT0Z;i-sI(P z{HI^pSR6&}VuBJ4NGvUD3S-GkO;&@o;#tgWLko@yni!Z|RtwOKh0D6>PO5ElveJN4 z8*YyZv>)I&4!JPoMvzw{vfAaPtscW^pI5J4;@+cMoJ>Ka3s&QG#{Gn3mauu_DuEl2 zBtvj3iaKjzjkUs-1v^(SGMk)o=izNyafe=K1y5G&Mh?#E8mA|HMC39)m=O65bZR|b zrE&_)q(nIaC-jLtpIKQkIa$z-HL(tnqNL0c)_W~FQ5#d`$RbB*izgkFt9bYBU4p2K z?xJ*Vfru zUtz7~WBOC5YZS1C#|2t!_X4)s9vwgDq8E}U4KS`HnzU$FgPwsXK^Kj{X#wlLhn9v# zYN*NB+q%F;XN{x5DYd8=PsW^_95b6vNES1SY=N~kd08@BBrHleou^DD70T1pm7+2N zt$l>+ayU;p$qZRuHwcBoBFg48li4ZSQFP=At7?;tXp5E?p`FHHT&aXYr5Ih17di7q z!r|#LcW&Otbsf@Vj!7#P`5aek)>pd-=~9}E%9hj$!oX!Rp7X)UJ}n&H_{N+3@zDcr ze|Y;DcKpl_^4GfOmty7o&0a2R0nXM$?oz~@{c@Mni!%doeXg}yF4s*`2)=Utd7iH& z-~Il#dG5t7Ug+cN7I+3NB;)ZZ_kMCf=h6mW|J856#pjs*^bV(wpAfh;zIAXkm@;Gd zFyWKCM-&L&{`J>cv^4+vlaI;z{bq_}Em{cDrI+PQWEr3^hHM$@J`-TYa@umnyGf0q zv=&dPpF!+|KxmD2T|CEWgk5b2qKMaS?C{*yHXEH)Hd+^Gxq{GoNFdk7zL*RQ}jwj?%D7RAUmZ8$xzEsSveAY6l?&(pdaf)D&9+_%4O1P?1DOlBnfV*qpjj_@SUo zz?d4>b(tm$;y7k)y+dkJPETi8DUrUQwYte^cFIR5W9GKx>F^jyi=)wm4<9^WF&aNB zS1jtf@fnVXoVYdDcCWFs-XX6}C>8}Ksgb6p4i{(<;6@H!$3^%G8OId1;L-jGDy!J? zduUhkYB%7MM~Ae#6)d15Bcz=pf{>IRbJL@8025H!lC8B1+&>*r8pHqa3%|^7zWgR{ zTzrYQF5Y1FllOV@-G`{9CB4ETt!TPj3#V!OKB>tPOEs(MKNwR{;o-2T#>Cx#xDzoO zrBqc-yxwE|`Wl_U1qErHlH>)8#9$o5G)Wj%37el=<=ShzT>6FU_;0=dYe9`Q7AKia zd;Nbm-tGVMcun5Iu0NS=zL#A%eyt*YAmV9v@H^l7U#h?B0_Lw1F#!7M)5r3Q|JiT7 zwtN34!V{KxX&7b|3u7_MxwTj(jxyT>T6`fGRgL$hsO=dKsTm0`TdS*@ra00V)>lFv zj+;@PvVfB0*5}^v0O@L;yU>C{@cFAR@a{(+aaurjGNt)kai!&E67v5UL5$-!Zt!6GFu46D9Rm03Kknx@Y} zP`H~!UK?dCqhii@G$JW0x=~Cbnkh`L72s)2nl7m85*>sHl`&6KKDs|dXiE?TXgw#2 z9rAfel~)vHO)R@8M=eLQE=iVSjieQa2*+~xWPlq(Q8!SkOb$t_1#^?oX?O8;yYb0* zCAu9@3PX{V96UZ{Rvx1YfkklI$*8V(0X3`PTNnNws5WuB2&hNKeAb4`{y7$cfdbYjQ~C@Ra~IHk0T zs>&LSd458(chR9oAq(1W7f~ASJ-p8-oATvveud80zX^{YbN}7Dc(y>RiqWG5lf{tLAm*bV zKPD>$SHFIPo#$TWJNpkfc>ILYG%z#0oG_i0HlF!-&JtHY->QA)i#fY-=`*2r&MRcB zMQV+7U4(2(eCnd$b1%HYwT;W{toB$9TC{YHZxkLr;>eIrN_4F;#^47&K{sIg@qcaXtf*2!(zng=~E6KJ>c|w`jgrP@ail(hP z2npLBC&NBf2>)Y!bmxiOH&!m#Xew%}F!u~kn!Enf@pFX8376>7p8Mx0NjFaJj z+lxN0-FTU+n=!-D5&6LqEaw?y9-+G~B9@rYL4^VFL(0-a+h1b{{cQ0 zwFDf357Y?L^k=1}qQK(Oq9_Y03_gOOWe7Vy-SrqpYRbGuN{gxut}u+JDNpt%EKEgv zx5xJDt8Bi~WB2tnE`4!}jjLPuTTzp6>o^tpxJKF`J^P2{j{VMR_SM;>eK;+n;~b&V z$14X;p|W}Vm;bBT-?VV}+ah3oew73u=Zm>sy?FJ;gTxBus0;u&kdoS=-uD)t1ay^2$;y!FaW8HXzY@z|%=Z;Q7toRZ421DT-5Ky~eh? z4n@GV>s@|y>oWue>8v33H9}bK-n-A`tu0zxZIWb8YUhM*L{==&%Auf7yA`qC>+$g6 zK4ogyTDgF$!Bqpi_BszwCmf9C6#0UcAjETg(s@Z)%!y12QJXMmF-(Tsynm1JIAM`z zJioO?=vv5px+@V5mb}a;>II(f(s4UHetgXRBxj}N(eWX2HDzjf`1lD*NrY|2uCDa4 z)-s*tBx!<@immk(PKF~E#hke9F`J~st0kKoYb1+`$m`JC+<~f#nOSUD(Z0OP_RC-6 z<;xL2eg8+i`*g%?dPr3zB;|;CJ|Y`d%%)QoMZ&mBao2pVUb%s8xs=wBi-fgao3+&z z7q-@k;ue>$?9pzof>U$-;x1uJ6UH9xwj!uYwp74Q81vkEm&@HYUFG0vm!0)h+EGXt zc_ev-BV0TYQe=i%K4Y2=DNW-)%4(X25lpg*eCA;*2fOe%KAI7W9!e=>uIcq!NaHXa z&S-gp4l!b37*{p11C4<%7c~2xETc z<5*5h&cw_4l#V&$ot#@Qoe7rQTB_wr$(&2|oJEb#CNIyb1eVWvuE*QYf019ie4X$9 z?)Q1=`Y!FxD#Ao$dPK*IIX&$2@a_>8U%kK={=qk(D7p8OcaT|0AVAfYgYQ3N<8qJV zgAs>M6Q)?c`qo?g<)qJ#Z`~x#vS+5^@?5E;KDX);LOd&Xl}n>;ewIpFPGYL%s;pW@ ztIxo90th@0M+l_WB*}vA)&?(MT4!&)gO(1f#-k%5d@B$mgPntN97j(h{Pfn?_lFPf>L@LG<25Lc`7g%XI9gnGHjTdNg7LDjt4vuee{ifJb)Pkzc(T+>h z@z8-wE>av%ptOY0TSDrZevPyo;fsiRUh(AV33*v^dNLti@z`0}YRJb@pm3Tfuqn|( z<7uBjg`|s;e3l@J3bz$CW?!v|+ih%RnxasxNJ(j}1V~>X^)lLD({Qi+25?toHQH-< zFw?~h<-z907Ea)hk#kyG7Bc2^yr37gn57AKj`~e|e33DojGmpK&wNtCT1rzf8xJ@( z8E?P*3y5i->A@V68$4H&4_xd@MR$7xXJ?}+R&7Vz(j7B(guPgjjOEuFZ#|5W{3E8+}cs%Fc{bR;Q6#JzbV~}Qqy)LY-)D$C;m#J`c>mA$G?|F1*>DtqqM=f!3;ozH_^D-fn;CIaTA$4YmLRWG0y zyIfgc<>OE8F(xISjFEvs`|!c-Pv}G;+dEsNY07+&5rhqP+Zc;=4XvodMrVa5kB=D) z`sh}L=T_ADkap;DoJ;l(XIN3;_!X^=kC7F&Eb+@46}1pLW1%$T{)l`r$9O%iudcAs zY2)e|FM_<7lV=IGQpBc5H(ce;llwSs$jL#KUAe|PnsG-u}%%Ice^KX8goiO0h z{wen#kC>GUPDcx7<0*srh@+DUac7G+|Nd_fu3p8|6=_mpD@!+s@svkam6Vl0NR4(} zwAPfSZces-fFm^P;W`)Bx7gn3vDRK;z1^eNX|b`^BcMesYf_mJwPVKPoIIxd2#m&Z@%ynmoD_MNyTC`YOBqL zvxUN7QW%XF%#sw3h_2VdH34-2u58FgR!Ju5oN+Q{R!u3>3M$Qo3#<6PN4BV0Z?95| zoKnu2CJV~E8O!^gN5}87+1lahg9E-dIpDdiT{`PM{_m$Bv43>%vli)d)06W|m$PJ% zJ(n!XmlFxQoYR4AC8rcR%`+F^2#0pZ*to zCJo>I{$)M8T!9mGF{G^u&Z;z#+<7RDC_#!q^LgEUVm0Ca0a~dl){uHi!?z6 zn#-3j^5tvScbbb%LYjHz*i!V>|JYWPrEI1O=D8fsbNw-v3Phjb-Qpup3VB11V2 zSOu;GTcWH*I6jl(8N<<>X)6J{DCaeU;eg3xNS>yRfn7>MrEt%T-hj3iB9GnfHdkHC z{wIgjNsV%#E*uh5u)5nq>4>A-PkH?QL!x|+-rFU-u}iqpVjL?D4-ZiWI>N^nZ4epr z&;uoLr9jk@I0$K}h|Z+K92}AzpOE*b^gkOh_@qx8iH>uuGKf+kh_F~{a%wDwa#>xX zh+83H>=5>ROkL7{G$)%|w9$BuN3d;caz$mSwdL8t{?-=Xa(BCkmv7%2(0Bz7dzW$Bz!0wo1n zHIJ5-wA|)-i=Zqj)>eG(ozBqOCGY~2kO*T*R82les3Og}E!pa=^ZeBv{^ZteDk>J^ z2}(Guuk?8T!~5hEy!hJ77&GVK^Z=<8Zsbs8hNPa*cH8W2?QpPv$dmp4eoNU}trMww5f48CgARjKK-b%1AVZFl#}{CO)^e+TrfQ2UuZ< zBOf#O33QC_dr(Uzi-ZeT_bBEEC^rVV3iA%gOQ2U-*}1`MFWune%tu?P001BWNklED#>T|sQ+;ePqI&5#Qu+q_7TwmwX`WER?jhtHiOOj$? zInAfos%9lzA#hxL;Svy{r9*9NDqAyWMn4;HTs$SuO4?D2y{%1brfEkVT&alzw<(%z zxm20NWU@gB)Gci8^X}a{oKo<{l^fjhGye6RpHh|OUllM*wEx*u;(Y&+w_Kal%dc1G z46tHJqBTF4KGIU6&NWP*2_aLJwAwMhcI^V)S)U*N;K#%`T)lA_$J1CfCsrY+ClmG$ zj``X*-k^8w^GqKek}UcxsuQ#k#G=iE51O*QM-NXpWx}hkeIDn^bNul5HhEQ3FQegS zP1(-51eH2hdvGRZ&gj6kwdCjiOq?V1I!m#3mZ%bbfVZ;3&ZR57d}WJYdHF?t@y5$+ zdR+ohP+CipRTLt_iF{<_HZAj~3-bOcvnMCK^X(6qoD9iFDZXpT@;Qsi0<}^hJBC`< zR0f37C<3YljH)pvY_Kdf)pi}_9v+QsY6j_2$6*3o` zJe@LMqzr~r(zIaj@;aR`qRuQ@J6Kyc5$d|a7ZFN0jGj&~X-*J^DDB{e0rt$7M6*hA zeUD63Z11fQZuD5prxaCz=ep!YMMa7=vN`OODUQ-C79}^H-@(X=gX19^7uHa{fbZV# z^KXCp9*+k@9zHq2*KP8$>gSw zlrJa~Lzbs>FT~W7jQNv-*~c^9`{*t{LwatF+X5>+@&rc4a56L4D5fYgW>t;V5rOtd zpB%7wbbuPpu%}aICr2z!#yq`!$nfcm7A}^YvM9;Q3W<*;pkTKA+~&*1XqWhcPiH;C zQ5rG_GZmy+N#uBJU0?Ngy*}|I7HnpvK2So zJ=Rdw70L@A&@m$fSbEMjkzL0W4no#!?8MBo2~Usr>4`16Yax*XYmvj_Y>mVI z5l;&TYp1-ha-)g88cXPVq}CzHMg;9P^DIX=4lNfh1UtClE{<(erVB*rAyvj)Jw?fs z*ga9iL;4i6tZ#rHgV-7eE| z!Yr8)shGiV%HDd1V6}x68A55OI-sUdE!iroJ}+Kc=ebfFp)w9fhYY3zHdogO!;mnJF;2m> zn2?JMtvqV$GOiblOv<<(6Sf>&C5YQTqkPW2!;DcM7PH2~G7XzlQ>;MDA(XJy-Q%D9 z_J7BXw||wu1f-{@kf&&1J&alN+lWHq7>8_bh&v%-;jyS|yu@S8*`niga7=TtcC|*k zn*RQf(kKQTp*xnptUAj>-bcg#$G>d4ON8b9DDUAKDo`G}nIR zb^gcO-yq9aDiDdBkm}s{e<^__=I2l)vvPm(yL%H4v#*?BpFfJ zB6J<*laykA#+;ImvM2arh0p)JFYuko5l8(#v&9@$7x2vA>-Li=`1Rp z81pPnU7xEAIGa3KVDrj#o`3NMFWtDtm#)3U>sK%Eg-ci2ZC@a*5>Ao<$Mb@t*_=`+ zA~z+fCzKD5m<}Iv|L}bli&K0A={TVkXk5pI+TqbBCzt|MrKxj4Ig?-&Qfh228O^6y zEV8T#gvJ*!rOq&gCBSF*(ps~&*&nd|f+AiLxV3e#Mqz3gPZPA~(267KRNyNYAp}w2 zlFC#BEg!$@qGK0aOJzjECX^M(Vp$)sK-CU1Z^K-1G8mFn87IXlVy1Zh z@*b{mah(5`y*K-{EW7XfK5N+H8SgyQ*fsP#RIAxdwz?@wv1Xf+EGv)^ISFC~N$da# z@?ZqWOU%dQArJlojwvy0GBoSf_u`T+vLXgDI4D}=gDI&n1p4jP3B9C25oLrLT>5VqGjF1viX zcboTr@CjAr2(?EX_#6*T84r3-(wXPrW!~L2XB+2W_scilWTR?w@WGfsD>~-_q>QOX zAQhN2BRL);s*0uwIlbTG=%Yi*lRp0G2^Zr9&Kb?73TfpPQB}~%eVW5#jz0aA$@T$3 z=GgvVhr^Gz=zTn5xIKl`61Bjng0z}<+zT8AL4lqPk^&-HG>E#IK>A1{5P6+EKN*fm zNN6m2(5T3aK?O}ZYil$%&()d>0!(hPPBQ41G@A-9@Ce!(+0|Ca%%U@cGeY@|p$p9a zBo@SNBo+R2+#0^nZ)SZ5u@S%a3n%|J0mF|QfceW>7za3Gth{&kcKXHN`1fD;KmDFm zran7)T7i;S0pTnYCQvm zAjvXxAZTs@sn=2e1_P94mS&B7*DLCjI zQ}it@uS=0vL}5tmH}GW0G@H_!4k(I}jpZe>)N**T&&J9si%U%g{RzJC@ug2c9dYUU zGC~SSS`aKk70iyq^#To=-u?lfKi(%Tpebq%(<$)T%{?C7yU82p*ATJe+h6}5xv=Du zyB@jA$TLerwy-wiqrLC*-r*5@qdoeQ6I_v@l)#V^1)8PB2A!ptu+c!r4H^rZ{LFvy zk9c}*g+Kh(dvx^@UJ;{hKw;r%*e7#f8sHirqgoKI`{1Q5mX}ue2Y>%RBYfj6XeQ7R z4DNhPj3!V4##9(rQkIr%P|@y0B!ddMT#$`&G?KN>G65Rl9D&k!L4cH!N(+vLCnP4L zBNp(C4^tmIY%t17oRo;d$BhG;QG{cM|^50j4=G_zxONL%C>pu{yiwG zCu0%!mly^+V=KfNaPq``G}pA85$M|4|IIs(^sLwDEORjzye@5Q@Eb3_!dn-vP(2#) z$N&0$VpVZ|V;$=(3&8>hdnbJG?iMe;d5xD}eSxaVIXUT(P6|Y+h=ig@6L#(%(mx*Z zS@wto_|O0Azt8XOAM*aE?=czl7){4dV*W>E$*3&r=R3=wnU}fFT}I4+OCTkcwInmE zw>Z=Jlo`X-8_)ChjaPZ?(luVZu)<1f0j&y(5|YAjknFHC?2+Y;b+OLnX3VNl#Dj|T za6mFn*grlXNfTBV+K5sz>`e$fuZ|2^~a(ia1ttGp;?c&rh|-;ols$F>8|w9 zLgSM99bZ~*v$?v;;ADa!XMMdz=we(6SVbH~^oA3p1izuEOdb30`-)Z^qLoCtI`vy9 zTZ_qkMXTK;>crqfl4nF=6QOLKM_?_cDr>!5B|tRD2MNRRg#Kv6_M;;fS6W=!*g#s1 zaYa2gw*p}lo(xb)Cu*7nAk>lP8Nt!$v zfu0>9&cXfJlKXM{vz3+V5R*}L6m z?|To}e&;@q-?_)*_wTUt;bV3`dcgjzLu`_Ad2Nk&sfCx76v+_nJK~liUX)m8NJa@& ztw5{eC}#gWGywq(V&Wjg4`$+NG@?@2!cr6^IR!e8Xsku(WELtLI}MyDX*6TL^x{v@(mr=S z*+S(4Gl1rT&+vG}=MQ&SS?Lf)KF$deGsR)>0*#dhRW?~_E@9n(;Z90=WGNHFQ>zzQ zSIfk!O&;#=Ga)C-dIZf5{z8+`*C?$S=Z1EpO%#O;vK%SKtacg%MS#d7oE%W*Il2N@ zRct@nXC)Mjiz$O-fZw#J%*RetokvnQd==7;J48{)IG>V~6Z(T8o6D;#w%Qz?3`vrL z)$Ki__W7IH*et~I07C6!&xBRbll?) z|IIfkA3o-T?|qL?c78z6FtnmBWe%}y@WI^=dAC2tL{OBF4WM^i@Ob-(t>bMTJl^J` zt@sn!jvhagB&@HSd6+%lboCV0pA(j;okl(J6l6ek4kzwQzlbQG?i#8*d=F=oS%LB zr!Y$i@8^B)?jBJT#gn96F(0MOWAkTOCi9c#+*ZtNBcG3B>|e59YawdA#ti(N74y!= zQr+bh{>IZ!aW2(-=l8$Q&ghV*x|^KaTqQ|T_IG{M;{mh1(O$|8?}3hkM&hj3F_GskLOL7JXLEF{~;kRYg)& zOpIY%mYfs?i7~`V5zStEVeOL|fkwN-<)@zFnP;Eltyf>>jf>~Gx_pi}(2S>3c6ujl zpB`gGi7!0bVS_6x=efAB%4*Ocq=`&&$P<`4PWne=)0`;ui2Z=0;}Zhy5y%j!B*%v% zCWBhsFC#@|E2`WfJV}z~^oj`%i@@OH;{^(3G|DO@lJ(Uk%CsaKr(C?egtp+@0Od5X zAClz-(`ioB@X>zV1=nhYG=msq9rWi(jq)r~D4Y{S&6v0w)MawY&9+K~j2kucQW%ub z;5a`;7v?;5SV4*|jh09PR1P_{n5MRhECD7UTb6gPpUD&Y>5&{A6p5;n5T`F6b-; zc!3}*QbY#HI0Y&U1(t$3$fF`a63;3U1012Sw4~2M7}4^5y6uoo7?X_06elA_{bM{~ zz#3d-!GUrL?J0b#P_}L(ca%5`J|Pi4twu~3#Pz|%i8_Q%fGL1dQXwgwX7Q;m&5bro zS1%w|nqbD*3{)UUvK~rRI5EKs8Uz~~4v{!fT1j45gf{rxc5(QT=!|wD><^c=4olBg z<7i5pdn57Hzd87~4HkYJ0nCpQ^g2LoZ9nFjpZUd?!h=UqHJ#vVL98THmVR#N<%W~o zl2#Vs9OKLq3)s&Lhp8nuvn-gIJE^iYc&S|7^&$l5s^Z**Hrpo&)*4!k)~rlY;5ose zQ+)T)As4%bcCd)dVy<4k#LLe-&CbIUvZSC$O2VdKa5QB5_yp@LLRwH2d6wg_1Tw}~ z0k#mtA*kGEcrs)%oRB9O-FD1{MUP~9#7A2v+&}4)`G%F&3hh{;m1a^5$a6<4iiv`d z{;1DlBVsXF=Jcq~;r45W{RnDy}are=EzIXc}vIUzV zv@JADJ&NiBrv*%{A<1EPZ^Z82W6HAP!JT~;BggWy&vWbBpRoV&16D6Ck(LuooRN?+ z925v!7sN##_*3YF9lrdtZ}Qw%f2*#i;o*=$Hljb8(C<&lr%+BD z&KjD{m@F-kTHu8en+bv-Ak;q6LFD^rrSYSH$GbZ`$WG}H)9rM*dHRS?IATc22$+!5 zVu1rPQX~T^rdW2#dE@z)cT$^Jv${rn-l zY0A@^i#)Tr%3`z2#zLD;7~(61k_F0l2+xBoWqLfO*XwcV{02%wJ~ou8K?{W^eag(S z^XL#I6n+$vCJAYoQ5u5?p(-s?lc5m!(!=*P9v+_cP}V0FA*&k;j1H!>mOPdhTBu6k z3m+vE##wfDdUTdz+RYfS_yKg|CfakjTp+B%*8y7B$+~DkcWD6{J_w7|0zYWfMYvjk zo!Q5A&BRFUK@P*CAqNMiL=B(Pl*E3_LOVvGDXP2nV2TpY2|Ul6QGXWY zsoF}d6@)&ygw2<)z=C3UxI=egkt|8c^8)Qjx}6qjo-i0Cgs~=$BJ#2hmTb10NMBGn zMQd||svL9w_>`Lu_o&K}Nt!Sk4G^Y!0#@d%i0t(`q%;)*gPqkO3JeuFB?ToJ9ttmVsL&yi^?E2RX*Q*|H73teY*jKi7~m!# ztwg)}0H}n-4>d|lv@em?A+5yWXb}^I0YT)UJ&6;ulxbbJoTD5vf-Jrh>hrU3!y!k}_d+c?G?^0zx9nTtX$#KKOFWwft|1<=#z#?1-p0EId=R zr>l89d^-_e{pH?Y1yJ~L1u#EK(Cdsf;_>6H{LQcaog4n0_hf)0D-6BDaF{uUMcoW7 ztfMk8%nkk2(8jTwTgIisnA%2NSVwN^ejOp0jhzI61iut?Hk#}mO{lEF_X9#Ns4tGf z;mLpxP7@YI#>V0*QbjbvfEzDgVa$ZxokIrch_%&4PIpHjImW{&#uYg0pb~VO zA-)XIri*flZaW~!N1Ps<((516YAc?-c!7q_7@2@~Z{5RhX_lJ{EW}NuG8~PLC~Shz zP#T9%&PKaID`@lR?jEQ86IyXVl1zzwpTTfMp>ozcEBJnhEeoXYFk;Fin=qZGguYLA zrG>9F$NPQCv1RYpkk)F<`uZ}F>(CnwQ5qKG4%R|CtSHKYWLnS>3&f#-RtC0R7rz9n z;4jdKGJ3ruzJ2#G#jGx1ehTtJSZsyFp(CU~RgTdibp4p+<$w>jf57R$vC*ijBTNp5 zgPO(J1@?i-tZv|ZsL7|6;>bW@*!}#7!Q;=_-g}I038upl#2JK!%;pS68M1&N1(DUE zi6+zhNB`k(q0hBIH{ku79KHL1!v_a^c=HkWPPTZkx6A2n#_3*4zCW%LL={La@w7*g zT8g4V`I0~fw8IvvF!)m8`yN$M@xi0}NDP}a>5V7+F%LP$)VVD)`?8N@gu$W+P^4Ji zeC-ST^xt@!Bb9I~?eT-%Et1m#TFM{lLS`b{`J((p$a_Y(Th466^F@0e09TzUc6?$} zo+Z`FS>I7{Ch+aeXP)MZ@dDrdz4yrT0bQEdN-*x_Op=U+wH9Cbr8jAHmdQmyC2}VH z0dfqVzJHqs$G4GDinErzbc!EG{OsTTclo1xH@W-ZGhCVwNQti${%q5kkHF@xqPc)K zm_5fxDPpbbag#B)AY|?8RbF`h8Q#2lm8)w_I$@WC$r0~A*y8(l9&-EPeIDMr!{Tz6 z8&{s=*^MiBeueKf=!V_8sW%sBQyT#o4mrHNMKUN^-E3i8MOhe{u}?BCu%$yek3l~n z8K!s*AD5MsjU1;9qVm9Zbv}wM>R5MG=cq_4@H`(?YF0KEz=BkU&9y~}JR{N}8ck&j zPDdkBGOk^`NE~T|aD>`N2!kygv1;Ne4{m9n*LDhbw-qaR@ko21UT9`FmJW_Td#hF;$V!da!g)QrjBGE zLKR_6ZD1}afr>eYrO`C$;0cA_5cq*Y`Je(oDpcf%;uz0{ct{#LCQyE@GZGT5B+gn) zY4DVXr#yndBMf{Z70~KNgppqZQcs|Kf$$ATiwr89w&|b9HzXg9DNBX# zOL`|Gq;F_+JQkN%2v#nD4Iobh%7U*ee7Em{=$o|lheEnB+MeEB8SZbMyfUJ=mLo~N z_P_p4`Tql${}(~8bBN(+Tt=&Fm#&>#-zaw;Gctn2&Z3}a);DV*w{<^`Q-VO&&ZD7m zSTX-l&aw)mAXK$;$rk{zKu*82i`iD-6c5KGWsy@=C7$o&dp=SroDjH5aA!E7T^d#v z+jX0?&|H1$5|=Nou{YY~)^3jg$EkB19`{*@10L@`;&^gOt07TNAPmG&moN+v3PKft zE$JQiINBMIq#0LM*4YRfw1Z{dJ=kSbCV0YUy|X~%bvT-g$HdtF& z;PVF$7$-v-v1V$AguX|51lh>2(Osp{)nqC~BG@@N;P|+QRE~3-t0*Bz$2t3th76_& z(;}h060*6pPOBYrbUZ=`$x^#R5cm|C#S{)_N_wM1@K0%Y0$Lp?qPpqX^QiJYzIW>r zcC$KFw28)Gu_g3}Igd|M?8tGx6(B;x)?tr(lgI3g9bE&lkyKfi+k=c-b(LkEtUSA* zbD&lEEYP7rz?c(?BIW3)hglpU;vD5!j8~wohsh+Jq?Q_!(xWfPq2$pd~NGvH6`lOUt8ie>rUU=&Y*|Osgwjc7& z?FZ~^?@<=TlLE$k1}>hQGS7^C%uFvL{!-ljT&O#@Q_ro085(Ok*J=Nl)<_f+QUi z`Y}Q1lVk~%tq{5fFmdb?&PHZdSfrC6B{B$zR#wO>LnpF491Tfii1X@D!7NFhT+e6O zM0F+(Kv3u7%qs?zAMpC+mss;d(%yt>YN$qzD#`JiAWDhU6{Rhx-*rty1D_C$!jA;a zW`q_BjYheenL-L&1^07*naRClFCbNO7| z%R*E$VjAPZ>NBFo@4E&0T^aXJ2q!0_)?hUC8Gf((4=2|Lk4NHH-_HN4K*EnRfca5^ zUJLjSA3n%m{DrUHVEbNBWeG|^QwW@OOpPOTkXVPW6w9H)*OHA$F|jZ)wLMl+TdE^1 zX=s5rD{3p9KuCcyCF|=A9`#FXSz@h4&onXBEcsLEkU!l!#Z>os`pPQK8KiS`SG&A+ z{R)1ec)Yhu2=psBJ{a=sGYf2=?(v83JfPXkk$#1)e40xw;xNRD6zdAs7rXRN#`I55 zx%=5RFF*er&#y1Cu_}3V>bSY{fU2^zqXn`m;WW$1iky4>l-}VEo6Ai)jb)mV&;I^C z3!Rv-DL6Upqw&BfhJ%d7rGTjE6Ud0eqaLq5e+^eT_8#`x+C8AvjM>>erkGajkN3fI zTwb|MyV)iRV|MpXDGS5J3v2k1Ca-ehz~``c$i3sw*nYglwWl^==?df}w3k@*`|R!9 z<>Q?(LV$;*L4=^9US2&cmPTplv_S`O;9xC=&_Om(WJQA>2`SKR)ng{QkErYmZHM|B^72`k?M?Q5V6`_rrBO#JR0+ZJD)MeuuQ;e z+~PQ&@(u2iJz+g!D!|91Aguv94J?Y+-*|(|FD>yewzm0$KYfRjgG2J7cw Z}4`u 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�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

4O-j_A=3)<-C3KG3d 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 mw91Lh)oJYHh$JtIF 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%0AFSuT}!F4>?ZhX5+nsG;}&04Ea= zs*`AT)+i^pC)TeZYr9wZvK<)&#yLK;fP-zu+wCv;Ib4HmQwiZlkBlR6zY(@p z%?&i9Tl%q~s+y8NYmbIWiBw>%##CQ|QOJ&_wEqB&ax9Rx)-6)Xypgu3>P`^G(X$n{ zkKzWTfW#X0+X}aJ5o8T*MvPGVf2?q=Em2l1z=o&XJ-^Dxo@x-6YHj&SqM^Eq{x}OU zvRiL6mkKIDHRXUHtIIN67P&?EPs7M;PtPpjVp8p1$#n<}aw!ay;U#Fp{FeU!BQA!` zWi5ZJO=|>l*VcwghC}hxANY=0)s3ood&}d^QeU)4BO&?&KtIa=09mp@iQO8ygy{{v zmZK9rwYlQU9cfT|f0L2D)GpQKI^=OejZ1i&oM?Jbe>OvlbkdKQFQL=cD>(pkow>7$ zkc1A3-?M;=N?Ny(H1&1;!CDUxf10>yTZ2%J%zAewwI_fkweSA`1C1@I`Fek@YH>#- zEcT+T@q@cmY`JLIDG%75V{YA*JcCum;GkT$fgAk=G|yREHGM!j_e>T?j0KsMOSF357Yv_6*hgX-C#KM7V zus^cD?0;_}O(w00TU(HlaHpwV!t|*9tb~oNBJDiUa#<{$c@CUO?0?G2>vnddrCNPY zQFu%M#7%h~st@e0PGt$r-kkQa8@psB6~izc{{YGV09CTEQiHYgcj<35LLw~^tX`bS z)N=ig_%GVaWxE8!&ANr&m31Y}ylBOMQlqCI=1=8yz&0pJVvTN@wOe^fiaG!*Ld5?7 zHcG7)lX<^HisJ4m?P|l*YVT4Q{>y)pfHGn_Qr+1|*B0o&1_8jX;=i;%mkDIfWV{z} ztk3`>jC@qb2n9SRB}XNFm=j8ZeX`z+Q+Ado0unwkKnJ#C7GYXD zV$rfNG#gZP1Lu!6NPDv!(8&|AR6hx2-+!Yd#+2?XlK%it^d|*?paD+gf0L3D;bYAy z)-(+|S)z(iK#6wbf8s|Bay5{HxX?n#UM4a`P_28=@0N8`mfG6JNQ%y&mL*7HYM>sY zEw(9@=C^mH>A&IIS$$~a_^Jh1BX$(X4r%0;X|n0|x?F+aX)oTY0pF+DZaHDtF;1J# z8g8ql#bEY{70T0=$Kt2+WC~U7wTRwuyh=oa;4R&$`#2sXn)hD}F$h-jU7fb8 zIfSrf#U`mKG2d0a zPJ01gvB&(JB~X59n#rTLwRpsrT=_{tXa|NwY*}8;)vYc}uq09{E2R}vWB#r(31k*N zM!392StM|UN5WVN9~H`(4c6Ov$`37AojU3+cTq@CGYYu}`G3{M*wrRFRrSvlyuVdw zu8$rlH&8!mvNAN9q%Fpr?|;hOipBh*l%@buiZ)3{G7}*T7*zOSGNdVMx*elhw6U)? zAd$UFwLaD`mg%II%UX<9dTfv~RzOc8MMyp?k|=m5o?>fnGsX3qF7UHd?LtAqIX3cr zw`C|;D-Z<_kBi$$ScVfP9512DzNyfK>Pf1YM0Mp34U&r?M}UVf2`RmV1?8; zrMpQSm7pM~>9_pTlC`9l%6@fCYVPjC(vl;m$gwz(09?A3StC{ZDe(U7oBPFV3X^_i z`Cdscw5?LXoxZ7bvPm6H8aE+imyhjBZ~p)$necLE%`H|VZUc7}9S8(?{{WKN6;tv) zg%_6X1)aYowTQ{VNv{=mX}Eu@A3iIVFe#3)qQK6#)d%*8AMvm9v)~~?LQ3lHvXQYr z5cbG3Qk~2dmbFUM4-AS>zof#*>_H_3cCH>sMrqoVU^0{N$wD^RcjJ-;iDCDCVND0? z7qhE+KUq{_03ig7BlTpd{^?tfKjq1DR!wm z+@OV1f7KZ6H|F)dOy9YQno6={!g^4{!{T>d8(|bFQmwMCp9GrJ%7pn0ArEl$tlyVuhwZk zy+(n6F(6JQ5{9cJmHqR{{>P3bR=1X+zn%#v2h_J>@$P6Dl*Yw(_`VP4_;Fig6GQu; zfw^$#Pq*ykRYjm!+jSzUIS$+RT#~isn^Pv5-kSU>$=B!83l#PpG28}Ss-nM0$n#{! zyvwQTT5Z}clW3P)QbR4m!m2ColF2JK+V~d=tkG|^>(*nbt)x+nmOFQq%`5)wdBkb{ z#S;OgOf^kb%Rr3DBM8YfQp5pPH2A;PZ}v@vdA#aNy;sb$)<%}f%<>8rf_78z^LKIn zh_CT+jS;8g{_IRVnI;-P<%NuLwbYS%%!Y{5GfF}1%GU+>f3d`tEYnKz>RUo%1XW33 zM)f%bYU0Y;7|f1Xx!iz8;}om3u%dHN3pD^8`gGq7BGNA_N=2cOg&8J)m1~Adp5E#V z(Fy`9vG)fROYb$9nFM?dY7^)fl~sL7BqVVlAOMdV`2PT_kSSDK_~i>4f}k30vH9Ut z#yv(d?5$cFDef!VrUI#spA@pT;;Yd2sQzq_Lj6Ya%S(x-xsg;v31Ub94&~%;g@4&L z6=MnKXVn00GBWneY3r~m2nYSvtUX!(0Lgv}5Byn*q_-NWms&34iD*DH+zKAplC+#c zv6K?HB$Kcwb6kp|?KE#w_mg;ox!nH%tBR*G+#|0TKve>Sbm@kzP>$-%9k&OjMwJP3 zDUNE!O9HeY^xytA!jHe;7^5q(|i#`xCZK*rCt{GMOoC+ zroF$L_OJkgmic1P&1DijMR^lij)x~mv|s4dnnIv{?1BOBTpTI2Xp}N4Tn-_7lR;7A zicwbgF{Es@s3&9N{;&GE3#Fu{`^;0=-p61q<&r6RR&-EODu2sEmgJoO0B4FeAt}|P zq_KtMML;zEnA;U)ssLYP2B7UjjoOr_Qgvn#LP+OR+|&H5ESUG2HMsPcmE#Q~mspY{ z0KAg9;}lUZ!^%hdfANi7@Qu)y*y&HGY7?uo#t1;ljl}f$hc)=P{{T0q$NhYeR#l^E zmUb#3v4s*P=|MqJ`%J%SoBk|*O^X|EQuC&lraU(Kox(+NaN;my6xXFGPM_qiNlF$ydOMKm1rHKK z5kpTE{{UM7Di}AIW7I|LQIf4{UNWQ;&0HUeTlQp$)8j|@S|(plj`A4|1p=_BpL zpNGc3wTlwov8kkBTgEEKdi6Mx$>&E!f6~%w?Ig_a7>m*}e&tjjiIOURdd=~3Y;U5b zR~LU(Ws)*mV_N)M4%4qQ@U%5+Yx18wK1%&T6Q%Q=L&xAINScX=Z9rZ ze8uLweKG@dL6TP?Q4j*}Bc2f3L;hTi{{RBK-}W&Zst-Z(gx5C_>pJX-Jdp-5M52*G zPupvCZcjYlvGuvWFZa}O;005uB~r36QmGKCik-*$zs-uTwy_tGv$FB3*W6Ha!o@i9 z{+yQ9u}w}WR+R9?QCg6RX!O|ZDc2`#d9Xh-=(F8jL49jHu?SeREM#zSY0evnpW$`m z_FwHo_T$FVsXs!bOMUL|!D*YI}XG3(5b~FZG+@mvv2)h3rm8 zlUFpxX=HW}004nS@loF-!;%zU(Omju^E_Dh2Le#SQ!KucDEL>$YIx*JU`6_2Lvu9b z02^*jM5f<5`IZE?)UG0o)kKZCHR@}Y2Eg<`$d;4TyFj&#{VKPC1-RrSg7oh@+!%Cg zsAU7x`n2GCjwc6J0px#?({a@%KnW%w+juK2f8tpwGcTap z~I$g(iyRB_*-726_NDA`D0xb&QS zM3BrnAC^XwX_R2b;#t5o>GH<6TTnMFlLE`T6UL)pM|_eHFFV|Gw~$o^=ADmi@+^`1 zR5SWsnyp<&TK%9s@hnmHpzmxG;a$P^$g@P;PFf(UDo}uYMSOCy&3dp}aq9m754A=k zbaHM*A-M4&>s~!-Y11sWJk_-65r@_!**ep`Yrp#(HiNpn_a7Zpa6)TN#+gwqfFf4t zJEY1!Bei~g#w=ZUl8FPa+Nh^$;5#w`*2aU@*czJFp2rnNkU5zF=r;iM!BnkA{;Lm6 zag>UHM${Q0yAr*eIx?=(F4a5r#Q_Cxc+wVySCQ#o%Rq7+4=$FjS`aBvXWK~ zc1`;GWRR@!vQ)768^q#(u+>c|$bnjpl*uVoNknI#P zdkxP_D{Jlt!$Lr=+w3TCa%97_uPy2JTAjwH8&c-zN9r|LhV*$XUk}({xBEE@w6acU z&PtHSzz}h@SB1VJ0HsGQ`cvq_gdOXv@nB6uec2PTp#Hp6u%{ti#w z`Z89ELCGVq0B z@V83i$q7idmfRD&BzsW*0K|q&1+^<@n(5vM#aY)R0~<RCPumoYYE!xKOL~fywddpM4 zQS!=3B)0|nCc4iFvYlx;W5};>`s*)^(^*daNn`b#u#p0MD0+$xhb3rv$C$MHYsZP0 zs@=G+rlW4S0aTt#Jxf9^W{8HD`@UTdxc*$c795hRZ(9CEwvsmt+cN>M$!xrtcBe_K zW6?C}xm?RZAWDD~e?R$I8nUW7lmfySeKjrVsSM|!r}Hn`!y!yEYt+bdOWBR_aeX7e1#__B};sdVV&6Ws;34W=s z&n%Kj69$orkB)$q{{SZ~fMR!Lep|ho))_6e216X`s~aI3584?r3K<@&t!ef;bJT8kmSDjn=%U9yoT6-$P87$jSkbh?*;o3oD8V0#-sYdLd3&gvj>MQ##k>pue zP3`8h^jb-SH9^>PQ}e?_vDh%pQsL$=6iG-)1(=$EE8~(v8sgklMXf?~AaudWQ%x~u zjnvcBr|QAac4K7P*7afKbi|YuQYdONrbxS}!*HI}zjq*@9gq1q65MY!xCjMgExmj@ z(*?3bnM^>&t416BCk?Sucjih+p@G=Y^sYwPb6si*IgGc#N&%7#RBt5^x|Xjds)}|$ z~GdI`dycTE#a98b)hkVJ6HAvdN zqZ8W6Dl~#vc1HuKClV0tHs03Vk!`B;IO9qmgb(=JBm-XPhS6^9gOcN*D|6z*s{h*Zv=|b1X$9je0K1}ieeHwCb!henIoqH%TQ~$?UIO~sN=1T zGf{_8UAQR)Ku_;V!YWUwc)$AGm04;)haeQM5wkzA+9bWxD5q)Fy6g^{{WkE zAQTi1l?}u*&lK)ujl%I$`#^uf<<6Q)EEnCZoqqY;=+5Pi`%@{5~`0(Mrb-6yJKV)0@9x+sz+$|*MU;msz4j>UOh5raIW)3jh>}> zYa}YdW=byGI3H{MU-hwyp!H2cE2Ns^ZHj(d=&j07V&elrHi( zc@IDjy?dzmy=xcahE>VJ!YJqAWo+h#-%it|>oC9?Hz>Sl-oQ@u~of+KC%*+_KlQ7vpm z+tfKVT7ovO?PY{_C@Qv>FkDnZZRlYveXoz+!ODVlHQKGh0yxDgMZ z5o2LL(61URR90HX-|pVUa2{)6i`-tr1eXv*f_JR|AoZ_~NLmVS;_4#F9HF^6iBQmz0c4`>Tl~6UfKyjq1m?4U$4{sOfge zd@Ut@A|w6hVNvb-IS>+r_~3Vqjab!rDe6DtTor7Pv0ck)Kh>_ss0jF6cCYN@Ljs&k z^4Q8FlyWUjG!+7){w0$F*OH~|b4eE#6y~RKx%x5(WCIyg4ZZZV2eq z$k_>b=8JC!ry$f%r)(?5M&*e=WDn)b$fQv$mPWjfP7>KG@wXrVcHq6J&GxdridoK+ zqW+n*hFP5bWtP1Nr9YefY>)t|kkXZ>5l#oK7ug4T)An+?CM2addRyw3ay{#()b{~E zBaJ@JH{Qsx880ogfFf9x=;c6Pf7&hkIbg8VOCj?Q)vmn(qlne%481hrP>%S$Y zj|<$z`^kyp%$kEw?*%_+BVmr|Ri2|2wbiI7!dIt9BerQ z{{Rte#x@zT{{TEZmu(XW={#ifsNRF^H~P6OXT6^^!%XuW(5x1XA185I9mgN$!!INf z5xTFLAhK~Psb0roO?(C-C%FWuJ?5)_a~xJNa6khwJ_L3D04pq^TcW~ouW46tqAI-_ zQBdGe5&KzA!;)yFQ)zMA!Ag#4xjT*U$g&$gas0!PX7eyAiRh35SNIj}E6f!E(-6YZg2NpYT(`-q#SCT|=!FMCB0;zS&dTv5|M2?;#0#)td zUL4wh4fhlS-z>HXbeFcJnlwC*g$;jK{5Bg3z;zEc-COJST1#7$hW`N73pruLG)iCU z{3-VM{9Kv8Yv95KvSj{q&>L9NX4AxyLes=iWQ>r?SbQzXf04huU)zu1$#P&4uP$55 z4u=@NAL$7Uam&>FYM~$E{iSX^vMEJdd2$OopVFwIUPO&tj;yI(0l%AvKehb06<1K0 z&pMP^p&M;l*TVxPJBU3W-ms$zQk^UQt_o1A74oOr`wdaIWBXY$Gktqvm(WvJ9U{u_*l3KZU3mkT7um9z~9PnJzTM}jD(h(=~q2cO0Z z!e(~mE3BUrrzdPDbz~Z#R*6<}71WZO?rD)bs6yP_!!$e<$&#Xnpd{ett{RMX=hB!| zfmUwy7RmsEz?l+2)sDL^}q7RW6uyYnJjFf6oQ_-l7L+`8r*H;Ed9fRhGhL&wirQBogHyyUDgOMCm;NJ-Ds=_T<|!-oNE!xgyoB^+i-6MR@Gg z+LXenP4>Sud{`|aZO6;!f|E#DuIG|i=9C^KO)1dfRL0R6hCg|b~|E(s#%!vScNLY4nw{}n;?mV)rzR3w5NzC3SBgF z@o8<;dgM{OC?R`s}Dd$A`VJR@(fS&aE)14{H##QVY{7T2iR8IN2@BZC-eHNGE{_)Yi92TKI{Rg<7KZlmpH6+vdv8A-AXm;~! zEY6h+0QRL1Oe&aPSzFsUWk6}%?rJ(UG3ux}E<*&7#X+E`?0vBFR9dME=#R83P5Wed zDhla>u`#LSHmy1mI$={<}Xe`B7$qU_rQdZol$jA09LarN|3?Cwf_K-evhU8$zLR@ zu;?>e>TPzw_mdV0B;SUJG#*=wFdOA;|2#RNMTjj{3DO; zf3x_1$jJm0`Qb>Ysy-vPD%6lWU_xE1Sz6wrq|sHC!4&|2%6TXIB>jiQD7hy|qA|vJ zgoyj^l0iawX7kgqi5!-wAb9oP4-*=+KCySG+QB2($LhGNA_fb}hwQA4_8ph|zJCKr z_V{9<3uCN9=4&GyMb(Ka>cOLt7>+L#oW3Y#U*}JU_Tzjsn^N+wov7(cCAIy-T}K(? z8^|dqrU%%#f3Y*K`>tj9nLoV9o!MG(J;-+pGF4mb><{CSRcl+tw{KcuM5&;r_5T2x za4IhD`;jc;;BMbM2w56D>^(K9AG8L?3ZQJflJ^?F>0LnA(M}LYPlh&s_oCzctBIHQ zDE|QNs6Wemuy-j%TG&VWR`rj<0-ywTpy`LB6tX|eZ4ym#KP=lwB-9yQomPyiz;bA% zlkEEZd4BCby8XO0vL0*s_xVS0sK`9aqN|-kAPdAdGNJ*-SXcICfj-=S?$!9yrm5FEH}X#SX5CA zs!#ejj~jNvi3s^XMm{$1zwx~04_y&y!yw@ zcRpn%;>k>Q1(^hgVx(G!AQh;_*hno~tylFeM@@}M!y}z6NTuP@=tZ8b^ z#kj@wFJV5^T*gaR#_5KBtPxsF_ z{{U|rq^L(aAoLJ&>Pl?`#9RQI*8aH?kcqKIV4-Gl<8{nPTZuinD*d<0p(ih+l^+DpoyY4sJ{f;z+k|>gWs#b(@ zJN+3Tr3qmU$0ghlm*lRwd+r_gql&iR~AOnR+6+~P-rcB(~D7^52QJ;o4%{{a8hC~Jr3 z>O_^~D#{MPdtzFG$u4dblLctNfTyp^0;(vPW2zCc9F&?Lrv;|15FsG2wjd<|J8l90 z0EuJGDzrB+aWx%BBkke-RszI6b@L1J)GiGG{p$_Aj!C>dAMzsQ;(M^Cp@feBPdto} zUXSOOc{JU#qYH?O%#KGvv&^i!z&NRv>`!J@@E& zWLl8WOk#4yc?nHgwV?LK(@6b3H{tbA2OKu9r<{QEa5oe^m=Ao1HcgT} zMHH(p!)}{l1i{xnZ!iX_f#f}UYJt3Zlz*mg@Z^10qO|;Z}pcVR3dHeUxAUB65G^uBju5%NV{;d zP$BDA0-t1zBW5Uu)J)vafE-a&bR^`^6bneJNkHU0H>e-8l`~rv!H@wc_&}(p^uUw4 zWp1@vF{u=;`%wP?FZ#J4)=^T<+>lgwsi(Fla*?{uL!UG7xUWxa19dH-b#pGn5H_bl zgtA53^WCXc-@j~-V0T$^ts(en#17qZC1bJ@)k>ahIG+Cg873!nX`qc_O)~^`rZ+yKxS}u@+O-|$jgo>&wA5K0i z`*TSD0MGEQPBG%#vbs>W{G{_;$_wkiFd7pOyN@ zn%~V=+Aoxt7}DmYr!+PPju7>F0H0 z8w$l*p4ITeP=`12*+DCn8cVsLsqpmME9%&V)GiuodK?7w0Ge(Edt|`0 zC+HJgrk#GqO@|$TH3KXRd92Yc^hjruO0a%6QPo&C^MA(J-JvhltgLh!SuK$V=_$oS zfN98|wa@l{)yVNsTBK`vVhf8>FC`Bv#9v|=!p#`8kd%>F%N=@Ee`oz>$#BwbUs1Wawuz@%6bC{IjmSUcU;!4#rANNG zx0RZeDi44p{{X~tz!02Y6d zk?NG+O0f{h8$4>HrrQE5gQ8h-%Meh2hL}_lTK)M;U{aFeNMj+FxFLK#SQ3c1)x+_Lg0nx5)jBY*pcI0iB*VQN=loCuGHz0wOw#2Q?Vz#e0IVW zCUubkh=KwJZ6&t@RPlN$jfS)tt7RZ z)Gx}c^{G7wC-#|f8>(rdO7mVT+c=I`$zTrVpmpPtJe4B6{KM34WpRBPw+8<3Y(T9x z%IeuNIlR*{*a?T&3so)DkCsy?-pt}@h3kG}yu4W9Ban0O1>TkUWaA21Ziuk*<-(ue z08|RMi1z;gW0y$KV2%C#xndjOr53f^f35u40#$ySr<+tPn>k|Obf^O+3Z{{8yNJy? z1GP$l(;*~;b+ySh;uHWxw3@H)aYoC6YuE$x;mfTJAybk*a5Om+N|D+Px!@)nlarQ@t|Kz?D5aO_s(!GBr_l z72J?AGAN|J*Fq7!#nQ@InS&Lt*%>Y-K~DEflT;5Zgexr>I}%6o{{XF$;@xQ-aT7Nd zoN=lek+3u!Fd1&flI<}p^pu?>YQy%Zee%&Qm>y|`yhB>i?gS(UkxXH$xLViY!*q&b z-dB=+2s|^DWVZy+^tO!Sg#PIl%tm2 zkoc}u$Gb5UR-0lkt+^=r)7miJo9*qByG2n-CB1jm7%3>|IU0VWf`MjtPqgddb#i{a z7+F+)(Et%mn|xRxJj3R;)nYd3W(qMVW>2z5k1z5t@lzDTL9m_);6ef-sT_#!ker!- zpWLg;WD!Y52B&_f$1$vi-f1n}jQ6m~XLM96)|*hM%W=(tjj&Bp)*T)bXB6gX2?mt- zc>MnW$;^&y67{=iZ43kAes%c@bU133*{9_V)S_uEq&#Be7^@!VrxnU_6#C5#sAkav78g&Hs$a5^Ii(7eq8%d{<5k`eRCF??e<6N@P z?KV`mvtDRu=8Q)4743@xX^=;7A&#(v#xfk5bs0>9U@Mx@WVAf=*W30ywoNys; zuQ8|u(u_XV-?XiXg%uLnHqsUE6t_mH1y7H+`8iaBF)Ij}Y~+TJlgOG9{siS=EOSxR zeM@(?kyYL%HDk4M)+HTneQ&MWM{Ht9(RMAjToRQt5w-e{`-RhtXhTAF72cTvxnWFm zPGp8~h_y0qz9gTummx<{)gMQ-b74EgWokV-pXZAkwWT{N%bUiE;?moNlF-}}xne(S zEn!rd&u0dr1dAUM8J`v9Sw5IV@cPRwE1paT1ZGF5(^Wt@WFJ7wnM92$ql;Mz=BC)_?_w2 zgY1l`%FAa)2O+z>W}4xTsVndcmQpDbFO-t{E^d7%Ku3isl=zm}O1deQ@!kvBR9acb z>Lg_Sw;!_EI$%=;^KI?j<+bQ_gX?5Mmg&D5cYo!{HS}c{no3#SLf2DLX-OiT`?BS7 z*|H&tYub(KU7Kw@#9VH~ zBlKj7g-V+IKg)*MQns55Pds76P&Xje*ng68H%LSa9ar?6cY1t+2+I)Sy=ngd66KLH zWCF0f)R0`pNc_=xa4jRbVis<6BgJy)M`j0Pcj+5#FHVk2pZBU&taa`@1{z~)JiV+5 zE#52W!IbU^-h#b9*2vo;8Tr*MJp}r^iW~qHK&d~?{{RDk$p9fPZl3LePW1|;0nh=I z-tEa2v1fMCF}G?V6bG$9{{Slr)8?Pdr)d1b9RBTqh}3lie%4kHhnuA(> z!!Uy~t#B1sQ@N#U~rpr-WcIT} z0Ae{4_h00;Oq*6!tLSmx2-|=U6Nv>yXvz;4U-HwFVdTXb6NRL0vj76r^%Ta{FVsj| zX5^qAle2gPRF3dd9j@@&Nlj$^tye!8H^QIbw)7; z1S>`Ls(Md4^8W2`RWfBVS`hUF55_axR6xu&loh-uKO0=k>DC%l)J0NbMB&``nQ&^1+I*>eZR6c`l%x<26%SwLZ z+Y`E_UU}0sTdOs-(Pb8s$jMnq`!Uz|+&2FE?D78qjW7ZOB~LARQvTM-Vbo-6nUnz| zotjD#%_krAJ`5#Tzm`0e<~w~}JDp+uOLaFaPu6`zl*vW45n1t1sjLb1x$^%2VTmG` zhpK9xXSLB16MV{sR#>WP0e3tiMWFq>tP5m>^GBbpbf}V7CX-7H6dSiWTZCM9`#))) z{FT5gr;@P+3Z{CFq?&3;EaVtL_??JVQQy>d_*WiGUSH-7O}yQFw)#VshEQT_rKpZH zukXIEBM~Vut(~1iA7RS>%~?70F~jB_mRnss8x4z zey%{|D0v!hUf4HOZM-HxRF8_3p*#Czl`Drsyh-M3mPduS@LEu%2gS+3{qHG0G;S-y z>|&_hd&|;lR)W*ic-V^ikv9ij{{Us^+;GyQujKoE9?9e{Gdl5BGS4i%$3Zi)FE8d* z!_8UJMrH}hg-XE7rcl zY(o{W##fU#1*!B5OC+NANs?l+1>$<`kyM&^$sA@{Ld`}rsZ;*|G`1V1wB}n5c7*V% z0afw&;k#m^W23lMW6)4j#|o0S%T@|($phjNIXlvuxGMVb}?O( zNWf&LZutYdAckEb9fMFQ2XA6OXDjB-IJMH&G6@5g^&K)uw0b;j3b#|WdUf!{P*K8_ z<15yL(DdK70FFq=tWTc9_zA4|<<`7Rjh|<&6MuvPf?c*9h5B0v=Ka1A5bc9C@k=;vmkZHUdRznwkpuVO95b zFvRA1fZf46oF!P^xp#3r#A{>#Kt*d>npc+}-hGL^RDn7QONos=8gg z;1fCI&EvNJ059@#VODvAPFSNuL&>I2L$!Uda#Y4@M@9-NdK1#P5~8EjLKIPzsz-)J zE0s`2)LuZ4Y5YIf<49AI)nDMPYHGCYOh`(!a)`iJp$WB4;Qs)vgfK1L-Kk%*voNJR za!RK?*QY29e#oxEv?s?6B~$Aonvp_jzWW;W!iAE;Q=3Kyra?P=vMPr1*XW7DEkAxQNo1y51;;X(r87t-{j*zN|^+++!4 z7h2hthW*=^q1EE0Cm9<{^@_blb!;U z>e_QR7#LQ*0FprcrQ71jf~?m_(^A?#C+#xScmbAE1U2-A-ZMI$NTAY{JgHVE;rN-q zl~?Uz$>iUcADNb3bMpqH1&Mz~B#(iU;b|7U9sMu&UkNyI{jZDT$w*LMX%FU~LKEyO;zXySR{K~Gs!@{&l@f4g{c_2d5lcYU<@`SUTCL{r*yn}~HQNac+3f<;$G z2YxIBk+A+&mwIz`PuS)5-B;n|hnlC-NP;57P;XJ~ zfr|yz{MmljgGtcgGh9#?l1@tmNNd67k$yR+ll{|c2k$>_SB)}kmp7TySGT&+blar3 zy@6=+1T2Xo0*J4``fVb&$0f9Kvnu_(jZ+YpXx^8WY^=0rYD>mDX!&)Km49VN`j0H1 zvkHHCg_F=NE!Cn{<4u9JZrUm(-HRBswYbZljbuzmeA|U%;XZMdg{{XsUPlxTi zpJNDQo!XCqM53$*Uccx5R#cRIww~8zl!7P#C!izwzu4r^nA>TI0Rh-H-wxES-)g_j ziyK)xJChk3l4;-o!)nAX{KW;nsx*UHComg^P=tkyH>b{7e`C~tf))6imMoDnYGy#t zG60*&+v-0MfyPd`hQ(5GrsT){W){P6s;wCXnTQAEaw$usdAZ3Haf+Uyj>LbH{!SI<)Uq{%U`V{zZG}Kz z@{S;?$UQAWNSblDKHz_ohjm@3QXp0`09gSm)|nI{Zxy1p1B$Tf2;T*zsNjl1B%F?M zsOUU#LZm>m9v~6WiuS-#gSfISa9j#kOkUS@adR51Gayjg&>i{_U-fc=koj&#Eai!* zB%I1(_Rq;;X3?ZT04Z>2MQUoJ?PW9Ar<*-yo;O>F_|R9GZ}^GG^JB>yX&`A@Qa%=1 zns5GmaSP1>B;}`}j1y8f>+QeuWYE6K^Ux$jzZl%q^*BNc|JEUmWeg>btH{!wtAT=H zVQA78oEp4fRFPlySlbe>ccwI_>zs)pX~u(LiWOkBcp~R4ff;}V(~vd$EB>xFl{U4W zG-rQ>SK{_yPWckZK6dj}x7D>vsH<8^+tQm8UYRD)&i?=-t=i(|tQ~tHvCA0{oIo!CeruWqMOu2CY;!A zJO|kn{#;s@q<1D>Jb?)HsHHwl{#HReopq@C7e5;UM#LR}u1yM%-_~-q=(RKekGuAA zG^nsB%4=0%c=-IzMUwlQr)3;~G5{B0)4{*lWO=0pBFG^yToPC{YI+v~rUGpn5qUXRll|szPOywX{W5*=fh8fB0MgB^PaM_U$mP#0?oFpB_Im zlR!ftW}#v#-3ZD{K4`Fng#?1#2|Wq&j1s}rnuMQJPqj%aD|@l*Zef6F5O0JHe=lO7cFPc(lbSzGHD z9%7GstF%bn>PVtdc&dKK*w z82mjePYeZ;Ix8ue0H(+f#a*`Exedxt>2Yy1MhVXqX81_){{WhDcE*u&K?J5aglg3_ zH64GOY?Y>x%ezR0!`dn0Ysdl63__vqt;3lEiu9#->GpDAtf*Vs&pHkyA?QgP`~LvI z;X)f!wU|W47O3Mx*pcsnOB!e+C2l8>4^2U6$9jF7yiy8b4TQ2PG;)6B)Q~(6zw+cx z>H?**GD!@RNPt$GZYnx|t$+q(tkyA7NyovHGsST<@UmnFo4e2F$ zsOnoFd9q^=Y1aCtqcq%_)J($i0lhU=X z!T$gn<$;SV^5uq!qkM5XO?p5tD-KLZ9|#}FxjrBmsz;(lV)I=NZr2|c<8Ayal*&a6 zU(eR|x{|{@aFm)F0>}U~KWTr;#s<=od5*$sxTBKBGPD2^HYX=&33cVM(c_66)>&xV zj)UijDukNaS7^&H^`uil&=3w0x>Lw}k$0lW9<8XfZD%DNRP_W6mYHZnB=YXO+PYlb zOKlvEfUG2Jp=&mCY_^Q>NQzd z#?ePs9e~M=*p_GI`)HcTX;HWrDn33#p#K0PB2M%aZpN>Cu@#-w+FCcH$c2j6W;FYJ zf8%UHR0M8~Weco=Nji~D>O68MbwlbfNpOun_bLIey>MD-1#74qE11KEXlMeED?m?t zDGZ(TwT@Q4fb!%9)aVcSIgdS=g-Oww)e9FsfxVP zQt5~sg$jY;{!UiP-37#`{79`$M}<%PYmsEsLQ^{gCvB=bj8r!}G-$z_i>(jD2SbD) zpmiHr$oj-A6i+v!hrH8{v(Q_tgM4^jm#HcoPjDATH3`3kz*yLKMhFO z(*P{hEo~)YsK5>zl_P5Y&OovbyNR9DgXy9BN;=ouAlQzvjiORO1s`Lzf7QtimeCWe zvn3><2Wk%98{&6hQV%uSOzRqYVntI%1Z=?n0L?jcOHoJLSv9f(QIAMDEVpy|{`RngcNgiaY-R%{ZW;EgDdav+lH_)3ruJnow|Cm2g$Z zsAvY>#@|}*Puc?U^H&6?36eNMu04PZ$(}uRCVPMdp;^ly?X}(!(8nKZyO+H&LBkJo? zSPq2YDi`Y>V;ZiUEOdrg=U9W2N-+cZYxa3%a%RRXHQhqR7I>K4N=+C)P<@B(amkp5 zR?FfUuTq)a72>FhSAhGbh&O3sab%(A3LG;vlS zbRXqmGFnZ%t*^^xJ1WEKu%PEkG5MePjv3Kp9+e!9VG~OU0hh)!^Qc05>saX0GhHv9G7WUSDMY#nsO?`=xoG*0X?|o!;@T>T|qs8 zlTUd=&$(^>5l;+_ASD_z-rgA^xGNeHN>Zb5+Q|UQ(RW^1he=nyv76O^CopSO+s7wV z)>!1W*E)5Z>ypB}uU@DC_*GB*ZI*IJHe)xIAhR~NWtHAo!wQYmk&wuCNDI;<1bn$t zGET#>u42d+A}M|Dxi=@E;ts-xslp(}*ygvSym1JX%6gPLbshK1DHmv+0zO00L9+Zu zZaj$Vl}t7RP5GwceMSiF?Us!jav+YNVT4-BUoG{-a}P>0LZBf7eqXo8`ByAsX@pvN zoI;Y&O4T5c4&Cx2n_yItZXQoc5yrm_MF89U{w%oiYdqC7$gXYe*j-Yfw)F8ovw@1W zyf>E2E)7IXIRQO;x ztm914iB!0^qX$wNyAkrpld?kHOINee6;a4&!36gMZ}^s1xM#`c7k+Ah>TProt*0Wu zuI8uta_!jLAiwh}>vpn7XaY_b_C+~Vb;?FQ7FTaIj@wYT1zE}F!B|(Nb0w&&>QPuWzURc=B0oZs9 zw;7}r4=(DaOL_}BR8jmFslpjsCGyRa-9}kkj4U}C zfw;=b$8~G#CPoVx0ZAK zizt^ghFcyD)MncdxlV7!?nw zaG6@#S^z}|BDDm6#^1G)R5qVu9h3&zAiNX>Pz5NeIHLamlBl^QMxIfx!Ur%q(0({e z6cxPhFsVBeN_cPIBh8XFNI54O@uz_NH^~MmHmI*EJ-Y4(e)aidcB+=v&QVVwRX`OV z=k~Hn-0^yf(6t%qLtTYG=B$bWhM%LyY_yFOEo({&0(=yFEAf4%{j3btWrd?4kwBuA zJ*(}Cg^@(lIbtfxY08@%1xmEm<{HrQtw{s{xb284kvv+3#pS&APO;k6{ZwS+?g;(b z$1Q(x>9@x1$K%O~FibVwGSgH+2B3mS_6!IN4G4d;{EkxSkm_Wqep-T zR*(P|fUm2`z6k#S*2pC#(!A?$d3ez2NhQ>7NHW6{Gz-LU%I&zuzw^(YTSPHNd9M2T zLs{w3l)sV*CADW-#?KEK9^O{3!!(fp0CUgbZeMSn9&Bx7-dNK7)a$HWLnM+sNKy-` zm4KB5qT09a)_?c&%j!2QZCkjrp3?f>NSESRm<3_Ep!+HZ{F7D4a%9Q0TXS^`cT>b- zm6RS503=$DTp#UmbZ@tbReQ&NBpOn*>D*u`U2hZ06IEq%C@LFlRYu9a^IWFg?e3jY=Q1aYuHL0MWGC3P<*CfR`j?PGd zGynnc)a(GsF<%-?yPceFJ@T^5Di9t~#+6}HUbz-&io&KUR=xJ^ilC->C`c5oPtJoC zN~D%XLa>4X?@jSmu@90oK~smidX03 zgOa8vSSlL}$_n9k7a`$fxYLk)7DBrJ6m-(I%5nc%gR zWVwxM!5v?XPwjCn#hU`L>$$a?o5o!(!Z}D3Gfy~;dUE(7K`hL?zSHrK2mvgIOVPFY znmP3gh*lsg=)n=-7!UbroxOJA-^!7zVYVeZ*QR#2ia;s*(O&gFIECblxQxy5M0Oj{ z4!Hu94a_ot(kbu+fw&*){?{C7DISR)u{*WSr|H525F?D13P0l6kN2`S+T#+cCMRSk zQ_kyMz$SzeHXz~=YL3BzwE~)LLD%TZ6>Kg*F|yQ?&b_K~D#mqREZyE~meMM4OtPUHS*!*r-Ef6f*<6hB$Nm0^iWfbM7sKV=r2o!k7BR>^~G zX)+q3TtcrJaSgEtx6_e3tvWlYOR`gn4{hm@WT=*cK=8>zjoc2E`#%m2Nnho!Dcfid zJ>X(xxRacY%*;zuj}_*A6h-)BiZ6w7XhQk(Ue)ydHd~Dj0ey0aOmLD^IS1nVKNGSq z#ptgVm+WFWs}=tMoPGSke>-UsNvRb#@k-H7017uITX#s;>@N@9f2|fwiY!7`t9b@p zBhG`&`YOp@cKDtB-IBz4>Nzu>Ye z6ynoXIB5}}t!O|3zw=HGYLxk+Yq)I+**eE?YAV363~Bo{PJin1!mL970M4J`_@jdM zcADjn6^b5j6cuza4jJc(w4(&t04r^g99a9BTe*?EocNJ z1qz@5pbv#c4r)^k3(D|mQe8AFNpB^2+?~OaK)lcTp91ht*vZ=zK!SKd0-V4hdw@?~ zSXikTu31zT4PE`Kgl?@Ps?pnrGEY(8EMT@<)%43mJ_aNa)`t|OS6Zt_a8eZ}p?dp! zWJt9~`amGOZJ5@e4Z%5EB%1Z6R}#d)y+te9xKNwOre!N2<5d;gb4(17qA>CmjH)7v zf@#!YC`t=SJb|PuyNZxD{{Wl0U^^&HeMa@(C};snD5m>hOQ+`1lEalnIMcZ8fgI4b z*M^)}a6e^Oj+Dgikf#o*Is#<^t6nCX5If=m3PX9R8_R@^)CLEUByI=n{{XSW$qKq; zexr+!Ia8-0y=%S()M$n}G_ta{CLz1fo}1)IVhb1Z?2g)f!Ip~~!yxOsd?)@F81rXu z9{iG*($-`&tzck9D_@B-BPS*S?fT>{%J*e}NWoB8ZYmG_7aXmKe4chWke9IjQJHP@ zwq%pj5=z8v(0~VArhL-Q^xK<-aE`pto<_U$=)?S+2q^2DqYRQfpe&LR@Q#!N6d=XK zle0)zI|`mu=zJIbj#}1sMJ#S11$SoJlp7x&U(Jz7fB)A2mUG*sLsUz-1E~K1R|5ss z2`nXmV4&4$;r>=dDU=mgAsf_hOa?XTKWVZ|DM47c0s}$-U>m@7z{y(Zv}j!oS8hYx zoCSz{(dG~aqjCds{qyhR@f?$QdROEPk(uviM&jw{fxSAJGBQDWKc13#G<%{*B`xL* zPg-#}wZ-J0k;qQ1GuDbAH6A|_VJyDd-ASb|+OAJtNlYMDj@*ZBw*LTv$er0EtnS3j zk;p4B_*jm>WNMO_Uc}Nw(SliPPkMi?ffStuTU1>eh3S$mk&dB5KsuyhX6P7N8f55@ zR63+#hVJg}l2EAuQKTEBl$4f!zw`ZpbDitt-s@TGUI79fEg5zO>7ko=8$FwC0!=~KQw18-ZNGzAm)Uaw}_I91b+1z$gDgGs>GO#7+daYW&V_H<6Lu)c$Is^dp-mJm4{X8xGY)Eqt6%@y=-IB8R`Hj1y)CSY4Ok3KSMTRpC%rNj(5z ztB_Bdt`kOC4SLo{Q~WFN(t-msg5` zstc&%<*V88S)w_$30#r1j;(Lm%fFlt#fI{-tewQ0zSYp<9!Y^@58aFqn_w%)<4vx} zuY3s-X$MA6t|(jjV{*G5*R}nb?aqOmq6k1?0ELK|yi!1qIP`KVW}HV&c#9IY)uaHT zAk8gv8pYSzH6H$<5ek~hyV2WzdQMv~-b#DlthE`$M$h$6km{jn$Y;+d7qJ`_t_&mP z0ujF$G?q%&o9gY9EiB=Hk-qx%F;Ky<2FK>l0J5&ehnaL` zN`|HUq*{zc75?#C_Z<^3(DtGQNxcr#bsSFBb0H(0|fOU&g@^U zb^fJ{=#g2)Az7q_?qP@KF(ShsRQHUB^vSrZ=?&23KRBmFe~I$njf`f!i225I&nkCwj-gf06yptRYHpaG2(qw%j;+S$kXb~K5b^X)9tvIV zu*JJJmE!^29LDnce3_W}x=on8v?u2=eV6LbN#XN~#Fx3-UGN{3`xx@p^8;rMrlA{| zKt=31*ax6&hvKD>x5iA3oxT zk1pC`3RGwTF55kNBsk3CVU5cb1}M6>_Uy+3ZblIp@~dtn=4i!s1I9BAF=_MUWwlqB z?oD3gQDtnG`)U;evq^-n*&f>DT0_+we6yDock?5{+YU(9($yX0`IE*W9FJ$EXwQs_ zX)f&58x&OW-S0=KWZ@&gDbvEP&nH-EI)n}D6_gYfKs3`!x($fwcG!}dCvqpr$zf>+ zXe|iL(M?)^edF{MV=1xTn&M3-K@ehfvjU>={emJuJLb}oz)qc|r#T6R&`3PA-!R#I8u#D-s&M&J+9{29INXc+)1VT*LTk z7IT3Gm1D+-vy91=8Hea>-XG=AY*xK>?QeEJFc-oEV(FJwtVl7%+k^9yWvbO9q z7z&LpqTn+0f~}#o{WHY@vovhTk0k?OC2*a+aJ0#d&(J&J?9K3LB!N01Xw?1Mc!opG zn({)Pf2)i4z<`UR@Kl1=7vD9boH5^} z6GT2Lx*@2tC#$i%|2xvDUHDk@6L+R6dt%wNGi{_1&Kve`kvZTs#lqGMycK+I*~D)P zyj5>nUqn0>E`3lUrJ#GpZTCu(myGWCOCK+SJteVzM&$n9`ie61k=S<&ovLyMX`>{r zDYCSG0cT8}r;-;ccUBDkiMm*$PetqkWvz)h;k#@%lmLjB2+>fzGi-Z4-^7_RmRCPU zNmbkc70I907Ft}}N1(jUyfRn`c=AVYEq4XTX;v7K?-vcs&1K0JQo(CHA+||MQCWmZ zb6fFRQ^GP+yz<*P3UFog&dIVKJo$5JxKoylEj*=p!k=<>b2U{kr< z9gA1b5{yguqv-_Czyz~LOJuCC)-?lj-a_)@uEQroGe^taX8s!KUi7gC5m}G#3W^NJ zqYWC<`HO`gudH`IiS?+{WwSjeGn!6`GQ{-^wX2ZVpK>9*gVmU1){vocn}Nx8iEc}- z+8?R5sdZe(3`e!En$cS35yaIb+59Cx|JwEVvIyjn#xC9%U3;vLu}&MRC?;B~BZuJE<>Rd1)7uoQD&V!kO9|~@dxNx$mhG8^`i$xi_1>N& zM2fHWjSw5{??ckV>sZ(>v~wwRx}H;B5u}KVfZpABk~Y*jEl3T|9jSvzb*FR@z9LT! z?t3FK2gQP|;=Z5kOka{&@B}Vgd*OO5CO7x=q$^~@q3QbF|91zM)fJF=X-@7y&qwuo z^}^FoL|HV*+nEaCQVBmA^24|x230w zYGt4w5@P_*m&a4EhDQAQzsovB?>^V?DzY!YPqs!z?k#0~a&{mK?xH%rR?&g5hM}5sU=goy(pCXO zEdn-B`WL+O2Ajn5&1ntm^2pT_haJ}O45L%aU+n=Vj2_BLsNXP>?C6Rn`ClA5nqfZL z=SePSpl&*)WGw0vcfUv^(c)aO{Lh}?<6!K`L*@;+BMEf8o-tJVzqo=AtJ#+sEo7R_zbn}UaZ zi)m_f>;631*natLY@^o5={NxlwG%vHy1BP~hFb$;w*ufc!?5B*Lyz>H9BvS%_aK+; z!&A-!{!@jDSm_=E@wQnk^^Ms$f^-b2`a+3I#w>YhXJEJ1<^{`TS33>*rY%F~n~!(3 z_Y#0#b)~uXJDx3_7sJP}l?+Bl#g!GOaF{;G8glU5%0pk&!-u=wxZW5iGi>W2n6Yj3 zKQy^xPoUIjb8k3Jv*eIDyyZ)=RFWj=82du7#r!iQa!8YhCYfUD7nF5kLaJK#K>azU zX{Z$AP07!RA}5g&6b0FI=~pThf&5x6@D=N`=6h*c>%FQh*LMG5Ym@fo16yPeP1-kjV5!RJT#NzH zpTMvchLq4$$ifR_d>dRRSKvDsSDX}8_nBFERq3qYQ(&G6pqQ&3d~@VTsw}R+VR6av zZGO&e;V4f>p=7$bQ~h3{wk;tRq?XPDZdi1iPv2~rE3wpoJjc9t?E8)Z52)$LuFYvi zl52O60>rU-?jaeq82}YEprsiX9qU>PaUY-CHXxqEayNZ2hEm`iw|5%^U-KCK!uBw& zTCHduD^Vx&oSkvODwC3yHRwvw#+4&5*o0bT^mJjBH3PpfWMD#Ek(4Tf?-I0VOSV zfMbkD!t}timjWd7eTC!l^$pBWogd7SXd&3%s7(*!nR6ATxd9zT(aK}vD!!huNfYtS zdF)&M`dzLz=Za_|-FN%x;Iiv+;NM%mFrFNgd-W*0As8hq&!8%UjL0C;+H1N)M7l*{ z;C%%vJeuhvIg~(7MSpe8(^>SM$wFeh&dyBHz>79j-F#Q9=tP~xt zd$jjf26j45WS!JVVdJSJxkfg5UcW&0qg~@W^HQ0N8hqT_O!u(=&?YS7*`10B4mz%4 zvSz2I!`tozy$phLamr<31%l&fIQh*mc%e>Mmq_!RBN49mwb7%)WBR>ud0epj{?ogz zsXZzB1Nv$QaN1oX6)vbFWGOww)#zVK<6_8SfNG;JHq$L+FLy&MAb9z>ED>Ts4%0L= z{*(Nq_w=pssF^k0bmIKvA9!K+0w=>JW_@&IPsEh1r$E=drg1Slm_75_a`sB@(@?IV zYR6q{U$&B}dDs|2$M?p6(=JIYutrab&$*rGxfKpq8+Er|)xJlzT@GmxIRp)@2$rAS zKVI{owMa3!cV}4N2e5A1Wbnw!pg!WWyNkZN!%#o zitis~`0>|rH=|2dN9-=|8q4nt$pB4}dYKBtx9pQ}?WH7bFSV(AwO9U)Yx=W3 zax|itPCHqYlkX)%iR}a1Jw5jY zUYHD(A9|RF_S-s!eNvd`!xllm>C`UhN`NL{VAGcc*^jDK0pSv1%{zE@ zz_Ey$_eN#fckT!HhWP68@W{(}TP1ZiS`vVMvx0T^2_}3OV;^gEoV-!rs9k`zM_#r`)HJR6tCM~%l4c>(C7%5$`YF%O4R7&yVBoF`MlDjPD4M}GsgvWg zYFA&cd7Q&Vn9KNHR$D%(1v}-#&$`IFqo>TpD~m#&JV4jXeAvExUAjTSq@q2RE%&Ph z&^5L9uzM4E&e^ffIhCkDp zj~`Ijc+6laD#zS3sP(M*Ae}!M%%{YoT^uf1Vwm@H(Uafw@}4)YPRb)8$cm9`^8r>5 zUSUlW9R|7>4o3o-DVbe}Av>yQrro$SmvJ+yo?G)H@(^1t5@ZJh*Z^b;3j;wFiO!t!1DaE`%Ao;Y?@#*&n&Zk z@YQD&@&*+vX;?dzyr7X{3q7Qs)GB*-hWm`XL$4${U4=?S`uI4Jb#`|)pxkxg-^W14 z{#z-PS`~+vl+w)>N}lUQHmcw1(FK#%<^o7d8)K;smXt*7jLwvgdB~cI8MG%jXwtzi zU#w<>G25jhR-T+tu;QS}<-0I!u0Y>vrn3fa$4*N4?%}GDQ}XT?%1^c050hqvQfmRh z@M)3GI5{w_AtaVu{VW8TRJ|X9yzv+7(3ZcTZmd+XWuLp?QKC)d?H_x7-M?@V^77br zGJf~(?P&7LzW>m&-9+P6>{{B%u~r=5BzVQ{w|l1A*Z3K`BIHcwss&jVIG^Nqh;`B! zOKVvtR4lZgCl5S0r&r6bAFu|>n5C~5+$eHa323whda`)~wlYpoF;rc|g6(@uakPNO4^VUMpaNTRk`2pia=-wJA-v`q79hu_p1n)8dREfFl*oaA$_=WyP49lfN(o(>aKWAu4O*7|_Yy+>B@ zY5v%KCkLRL4%LX)0}j#!W@y6&rEg9}RqDzZE;fDWzsJU_=3f3VLFAS+S0A|S26f|m zI_|ave69aO)3a=Z9#jb9RSeF2$QOdPZ-|XL$y%^D$!8D#@uZ(F4Z`d02vVHh%rXgV zUNs2*abXwg%uAAilqKHKoqb#OGdZ+*DePYIH6^nEo7B*$Ce1D-WE61}f|`(kL$rM) zP1k=~Y-}NT#w)uqg?1;?^j^L+H8H$NP{gyyy!pL^u9cyPeZZahZekE8^7Q^ zp#GrJx1P(%^WX&(zMOCN&47EEc>C*JdZKc@{cP}X>hKQ7g1?*k5t3_qR<`%WJ@a`y zNM1+ipZ>dPF{r9F}W^AKK!Mgo!EZ@m6!& zTN^uht|Hp`!pVpzSMJuHq}w^yMA8rcr!mxjj827rqHg3)!+kb{5wDriHC^75-};6G zDsLkH(sY&_Xui&%#zx;g^nX-xXQ3}Vu6Hzg)Ih+PgaUia_>vNA>Uo^dH{7qyy;&pZ z^rkNxjQFbu{??b>_+K#>-d5r-;dd18!Dj4|%p5LP=PbkSp<-4`COlEI#m<%Cn=GZx!lh%1Uj^#-oD0xZo!X{smyD-U&P>*kn@Xy6S}D;c!LEUxq;hzTRfpKL znfw`abmnC{k-X`H+)+~`1A^-!$bX8ArW#5c_da=V0uT1SRN6e=jlCqBcx5Ui9r33@ ziclAI@ZtqtLXFxAk;|mm^njl$LtULl=v>FqD@KJZ&69dsm4L8%ieH#sUVJ&B?4MMB z^>c1Y#!Vdq7*3&`mbK4{XAA!dsUKB|q5BNSq!2b2a8;${Z7+ys!X7jbzp%;51B4Lj z&D%r8dUcHpJSi)RLdm0xFt^iRDXy!!mdX)f{CjhNW2ny3sv}RU7K!+rM#brL9EEK2 zg?mycADZ9-H{`2;hL@GWPN$o*I}0-xHVs1(6k~$&hu+Ly>x>*22djD2F!cUc9$dj@ zfjSz@@Qb5<4u6s2o{a?pOijsEND~MIi|wU#2=keXJ`DR+LEbHJ4fJq5kHrPHnOl;~ z9p&Zb+V2|KC#dYLTaLJ7TX6W6sM5Ti3nrB?x zA|1a?!s_$!Qo>FP$%7efh2<--6*VbAuOrc>h0ad@&{%iyApV@8Fq+(mpfg1ce6Bvj z`Say)zLY6-;&JI_ruL@>k&e%MZHP*{eiHfv9=K_x6BU;Burs zoJ2RQK)DA5;fu&6eIGIcP;T{SIo~HyWaFoIZ29g-L}$#nb6Y&)ZAbcDG3TA7P;|+) zZ0s~BDkyPX$mP3UW|{>7TD6e_qI1jnv}WelcKQe*O8rA`!(`PPZEOEHi(lF=3{L9a z@8;pjFWtU^wWmbZdCV5rl%@RNi0SE)qdoAs64Ffq_eR;@lqI-1d3B)@!Vl?8Xv|j* z2x+PxQ4F<6E~4_@`re_k=87SA-3@MpU0(y^$Q%_>kg%lBBGc{{0&c0 zkpz5SfP4iQz&HuZ)zy8NULA-9Drw;p5fHmh%@(9TnXB&0WCrM8(8}7()$L$ugzBVr zZlvxE3tv3X;I!1bTYJ<}^5L}By=R)tcxJ85(%;>C1u`Y4iV;fj6+L}|p;~&3`dyV& z+M*Q|kXnNgLrk}w%r@}~tJ;UFcon>+=-+dR2H*p^j8r^17MbcXDM_B9{yjNi1H%(U zrzQ3Ie}av}e`tNmQ6FfB36XPA-it2-=gR6Zro!1dz3ET=eXC_9sLFtx$obwsak28X z$cMhF?;SJ3MN;FNyhznb#Vua0ogz`=?>>A!5dOk8 zd!Xxe3j{3sNZ`LE6-Hmb4MN<@cOKhNu}p1kbBDY^hECVZD?FwmYhmEuT^T3MuT;ka z7}acW0hn@VlwIK3)Ix?tWtI*p8b%uP`>pDQR66CZP*XL0;aXTc6F|-#(6P54%L zo$gFv0@JMqPnKk8G1d&!bH1)iQtKukOMfIqhTMxZ%su>ONLOkk!Zmn2@=nhea+IeVNQ=3Y#1ZuzJM#LG!#|FH+lM3n>GPoh4W-KqG^Bo$u$fn3!Tr^ckS!>rI^s1 zft7=~4y?kyNO;j1wo@%v(khaet2lFFkt$#@z&8_ZspT6j*VImaSc@aSt(*1A_N`cR;!ag$GXB~4vc6CHS#;Z5^dNhfuOi9t zeRnX<&H#zr5-`88Jb%csukI+=GV4Sm(R0{k%Q=5M0Wy6HExw=44-R_WvjNwV%WF5@}Lawr_uVh zmlS9)b-bNIm|Dg!j6w2EjIM*rY=Uh}1D_l%Fn{cCvPdNFVY3N}ptCPD9JPe>vOXQ&g7U=n zhWfRkHD zZ!tesk6tsXJY6LJOZarI+$aXWN@8t-1j0J<0( z&#a-|psIMiKs%xq>(_zjrMERK*3wd6z9sUoY#*>PYPwBc_r2(6GD;pk{e=~!dDIr+ z(u*cmgrjU15wb*5z z(n^9MdOEmxH)sbfg})0k@%%SSP)HPW;>5ehcmKw!6xK27hsANL8T?Sq;48-h(y-(& zAT0f7?3xx&huW&hIjm$w7=(a+x~8D?LFoKmX5-fot*v3@E`#oe&)?1B;YTM_F-Xaj zkwzkk4Jp244mNgyw|ArIQx<)@P*^@ zi9eRLcZNz`B!&d5l&oVdwnD7BzMK9>l|-t-#qFj+^o3r3=ltu2Dx$E2dHD^}6v6H1 zl~4En!E*Z7mei11GcTnsBGVi{8sj2?tsPoU(QPfN6OSl}4{nCl*z0B5_K;s)g@B0O zP%w?X6lz#xTJRAxtNTg~q(hmx#nd*pNa&h^@3V{|pbni^YGPchHSF=UVY(j@;gg=V z+AH=g#U(p5{i}x7Xo~r;v9sd`O`lAt7S16i>0-VF109#+JF$&)Nnuegtxns{+ zHDY#~rybHT$9c4AhXLWw1Qp59xG2;+Nf%zVFt@PgK0bR#Dct%>d2V~T?f7Ad)m2`r zZ2DxUQ$6ks@LY==Zznd}TKGmB+%XL0b-z;K$%%6_c+890`@XJzD=Al8^X&?~zhSm9 znd|)aT>ic6HqI`cL2KLz_pH4N`uX7z_yw|2>!Hks-%TQif|=?RW9 ziziP?SZOOX%1|2qv+CURT0)1?JuY;L-~|sh?@zU3pxb=U5+F40m3m6OtY~B-Ep2Lm zwEvMqw5lJj4fU#xh=Y8v$Oq0kRKYKeF07E6h+L}fix3|JiFaVByFYWY5x!!c%P3{(g7%HZVRI-0PumGTGuOdDEw4jDE4vzwQWw9!_^qsX5kbF{nSerLR7T{#+-2qbrwbY1YpS}W-M?#2s4b7s0Y zSyez>OLu-0fstsY>AEu;APizu!~_$|3%xpgw4}nT@5Y~>yW8b;lj&;R9|^a7<94RD zaqK5+65Y1A2}Nz!{)Z;9P;n5q&=bF^8F(&@@}Ot289IC17>Wn1y}b#|6_<^-BkIHk za{>(~zbIKH?Mg66jy>e4IaxGija1I(K4uW}8%8ERz!%sjb%ekfi1VUgB|kX;Z7SlEUs-0*ia}d+Jj-xO zW$3P2!J%h@j`=%Mh>JH;C`xse7F}!T2EYnu;BcXsaLoLtjr)-nh zfj8V+$?z2SSe%|`@MMen0zxi`piY-{Qh0J0N%_N;9s!{<7}X!TEM^E92PTLjGo_jq z*s*?Yxdh~@#E`u_NJ(GLb1TImUW*MryfP3rt;Ymwv=eE9+RPIGv=$}eNB&;WH!(kZ zXSpl+j!2Mu4lu~LKEA5#l+;yY=PVbd5G&GCaeiJYJGZfNrFx{v1>}TdmW;pWlpY?{ zvh`JAQOOcX0n&wi#Jg6rXVpHw21z*4&#WYxA4~6*o^W}Qs(Y-5wbsS#q z8cw=St|mX9J#n40#t9GVPrf$RiS+As1lII{8WJ}z?*oXg?oCMbvMLydg} z(+|r3kITNmA@Y1Sy1)OFeaTiubtKiv*Du`;5$&IP3Hk|DdD-YT9nJN7OZ(im@m2z& z!m+MMrUbfX$J1i2WNBtQCM+ax?9PzbHk^&MkclbFRSF0kcD#MjlE8o6J% zq^Yo@bFtDali{458P|;~ej1tIwD^>`aUPAG-mCY%X05C#H*J+9n zZg{77rt0^{3~?%!=-s}S&m15YpYF05tDJQRwZz)E=PBBMXk1^gOOcjuD^PsSo;6Yv zgW>g>Qz4U!(-aJ^?dEN=`3KpZsCr4|GTES|@40@uX82Emw!PF80dNU|^W8EngV%d7 z;dfcJoVr1u?c)rO`dal6`U(Lm-Dc56eKyEmL;-rmHvyfG_9BE}%y?U12VAlL$_X&h zbG#}LxIVwGh0vL0k0Aa!cx&R(pTY0e+&r1iPy+xXnfijxE^JbE< zd=mGhUY_`{RE4zVI&xjIL?_~%q)`E!oU(e{OwGD*_>WQfm3Ne5;b{}fEy;Sh2ljE_ zom7Z-h||8B@zl{iGiwd3oIz;PP%J)81AndbbrfE$KU*hDiA>H%Cwu!QaZo;Mr_-yX z$6AEu@>tuY<|qbj z^ZHgK(eanK?xH|4t@i)WKs!0JZhT0`1XmV;fwwWM6dS@q?I@r5WWF4)w$wAn!_)4S z-{I;2_OV?&7MzED#_;3z1zp9vLY2xhuNb9SSaKj?*culu+1k*2vL3dkcC?x=x1!l6 z-;pgFLOX1>F46r=(+b+)VxDg)-y>ok%l{~hAzV@loTiIsE68}8F8{!n`w`93S&ezr0sRRf6jL*IpZ2S1{!FtNy^$`rMdO+-)W@q7Z*XOo{(@2POXy=g0DlUf zQFr@L_3qHwH;asYsZyW_vz?BEro~+-_>CDn$GCvEYOS|hI(biJP*d0n1I0p!5C^$- zFi}ZuPsW#YMuRPcS4~;E7#;+t``E_Tm61aoweJVRXoWpxiH%Z@mZ&XVMN&zRPXTR2 z|JXrbxBHoQW%&fe`x)NvL|$!|JTWUp7)j>(IVRtEWM)koutEdy==L1Upw0z&S?8R+ z6Lq@VrY6f%$3%|bQc2G{#z0?~$B$bIaE5l-C zj2l292#t3e5x<{#`UOZ0V=vF7=A;c;p&RTa8M!h3+N=wfqY1Uie}63t&m1w>%Bo!0_|r7f6gtxTzKW?GfpkjKL_#oE zy@-uN75?BxYq6&2@Y-Z-r5u$V;abmU8IxC5Ib#5gbvsTFxqr^vDPSwIFM7M1EEY-% zLw`p>6UcyS#pa?U-4Sa=`4b_6-9*tBHkp&M0@` zrh3dS)igUqn4)SN(Xp2MI~^sY=Bal~*X$m{sMb7Q-NvD+Be7%%vI-*Dd^<4fd6rEWTd9j)UqQBwR0@=tk&?boaBDP`pgB^*2X z&j^SPb1}tT!%%yJ$A95y+>!tb;SPxh; zD}f>Dr`0A<)U48O%^#XRlTDE zAgzJ;8+hszL;W^(li3MUxv{}A&QBqy#xTAMi&XEB$_bo8$?&sMdk961Boo%gk(~2G zUJNCQq|A721s?DEVZH2-wsx#E#*aW2;vd47eCCNVqvGd8#h0&%-kED1dML?weVbM- zWAy2a(>{?5L9Y5g&|Db&_|{{8QeJ@~&VM;4kQaO+UwlIwZFHHt8L|W9upqiQ_HE5( zcqe~ArVLSND_cd4OS|`y)S81dOwdT8!?>s!xiX$fm3@mrpsb#Sm5Sb7|M^#x*1!m!v?zMk!IK zBCqCuXoq=v$>g!oS5+$?VqtblI$r~mdVPkG2ee7~ek=7}JQdBSqPjXbST$KFtIZ?$ z1@2c8cGwP{43YCcLKwkGK-RzgODotU6%o$8VLplmM%2Ip;Dm?3BB#~Eu^JfjLSwMd zN~leoPEUAMV1(Aku2Yn^BIEq`m(UimC(z^N7s`(FT=y29%C5u9tr`W5aXYNbzsD;i zqRJ+Vct5Jvd_|A6C$Ra8uNYYQVYJIugv90aWIDhKVj^?d@LtAK2XXuMd;@a+wfkrN zcE|6bfeO4G!%qPjZ{0uU0>(}=bnXt_D}B?{nc|b+ke$tPh{%M14y{gc3i1QCN4oMG zi%L1wG9w$UuK;_JJ1a#qkd|EPW*e-GvilMaBy-cGXGYo8oef6}U)QDAx^@QIg4;du zsSEJPRdDPOR2u_^y&leqmY2-`3{-W?rbPT6*CY_B?fL@;@}HS}VHp-#_Y{ zY0o&uIod)~lo#YL+%|fe^Z}>Lh4nHM(Ie%T*-Yu6f!cTsE|0d(=J8TTAL6F-cLor`}?0!`T+8vC}PWmR} zh$ce$!;7N*438#-eW9%5pKuFMsFaSiinwQGM%pKkd;eBDCQq(l!X`^n&1$PM-Ni9mB&bqIY)FQFZ+(nnb_ap3Tak7ub2Na%yvOl(A@BYDvg}Zj3njK74rNbp;E?YbMD3Lu+7a)>ohBOwMPmtD|ce@e9T@@zgoA;d)AndTy6V z=5@ENtM0Q&43lJ0SpGUzHYtA? zP5Nhk7rf7{7SL#Ei$Cxza|#}A!z*;)0?e<+5M&3mbtx(jt-UgYgwS{;Sx~`NNBkcy zn+77h=^uUz=cSsC=e|7oX1OP-`;}`P_JawOq}HAa179vNhEfd^qf{ zHuwGW#}JAYN)QQI>=Jt*hP1n)TqcP~MUS}+DWuAXsg|`^K1*_77#gQ@<2zPgF8-X5 z-R20&PXuB5J<37akoiRq%icdf?t0@^`+Ns%M}Vu>n!1Isf2S~0T+DR3L^{^!Obns_ zyHHeV`XAaWyReGZ9)_YyNq(?Br4wW1Cenu7)#)OANK>#R&dW5Y)N*+&^ji+BpF@%t zy|yKsawg>NHyQzysJ_y~@L=s0W5cG8uKNp0tTzX|?GR{KL`wV+3d~;OI=F8m@VaK$ z(-+Ha0wcQ68i#=o)oUn69QTe~>h)7cEwgLtPv+F=sMME*>?CjJ8@?>cG=+gqXEEM~ zz9!w6O!qdLI2w-StlkhNy-FT`VfbE>m6=zGUE#^=YiUSrN-Ftfd}gR=%-C8KIz}2G z3qdzK;JAM!@xn^}b|0G(!gT8@n(Kb58{nkNs@=*RY^8xePN&n1$-XUSezzTm`QP-* z&QA4Q2Sp{;cHaa1Cl~tV?_)Q|2}0c2-Cc6{65OuPJ(})U@^Cu0uk|FJQS@`id^X`i zvPzvgLl4YG7?JFYxYlNzl$WOZ6IAqlphi^ofqS= zt0RFNa<7yfDEz9=3&;YgX}<{M8QM#uE8uj$@}OqfkxL;1^(2lA~E6ES(#~g8|XqNo_-HBXF?55no z{HxTViO*QcBf;we-jb*~B9?clAC_q6IeLgi^J0dXtvuxAQW^xNq6IOsxn?Z{oy&-g zuVfsQ+xjdQuct5G6ptb+xrth&5}$sooQ+YreYSM=DNE0rZNjW{R0E9OUEdePe{GW8(?H zQU#@Z9^Q)ln=w-A&!R&afN)C9)hM$qHq@xp5k2X%~`NJbx%)KYEWSMn`) z$pcO^qa9e@Z+L4|Sr=6`ahoJ`y7_U94wnbMazs^d+2T|>Ea&4%;8%!r96w4tO2p^{ z>O1A7m!y!q8y|o3u}bW0(SIw=`%`8No43Ic-r-Y+s#%p<@JDU!G&@|3LcgP5aT7ig z=!UgTB9tNwB)2BESju?i62*%tzNm>T`xc$ft=EXEyy>~< zO$4X>*Cx4k4TA2{BrDydQKx?*gYtG!Ia+*JW&Zr{6Jpj3-q_}=S8?8Idw40t>+I{` zF|5@L&icC}4WMdF(`ks!2>+^DzK_n;6+G-RyubuBDF?)>PoFMt!cvPOxHd3#tb(oPF zQ=b$iy^;onVTBUo1_Jj4S^Fn&xFYi<6s^7SXdXb#=9@ZyHBJI!l1)~@+etd_772A7 zx!xJ;5;BvHzh11@6f%&lxw|sa9MxIE&to@R4)}_w^Drl3`%?ymhe)tcqRKrk@ zQA<;ef8_RsauTGCVIl8@Ky*GUUkNm$QQ@h9VH&P&v9Q$=F=bO;_NUZiQKh*9SD@ZE zbKp(XBV|$oWR)N}%D_I4n(SR3k>+mvVf~97h_4evKLWXnid`eAT|rfj;xxYUP=YE$ zMA<68M&txAAAdTml0BORZM8dj!U#yw7m{yHcnAsX?4&v>Iu^)D6ADTVTqggId)3g{ z2`w zsB*w@AiXE7W47kfMEVOBa=zA zSM@&tX+f60Ej3$$eJIB+bgRFAwV4BMO)QVj+Fp|$ku-LMGoT7WHs-(0{NL@=9YNU!#oUS9PX&<6#cD|8$NMpot z-n)#r%!F`-IV>Jx!g#=5oPgMa;g#`NO;S;P<$%i0^3`HO6;EO@feBXf#i6^<}!>no7N?XfNOa*~NFS?SGZ<`# zJx}v-zy&i;EPT9|+MGA`ug=kwo^B5+k-rzold}+xzMcqW3kKv84*OH(nAA&ZUv;K^ zTox2Enw1Boa$AK%XqvUP?BWUEjH_RRrBCx@n2-_k+zBRFq!o-B05+%30NDzfevJTT zyLT%rY)mB$3b5(R`IG#dk&#+M++Iw@n(g`BKf}+a-M0OlsEbJ4szAk4lTZ}^6Yg*} zidDI{PleirhRlDaM$y$3X$%0#aI8ac0M~w)H)TmZ-m`6M5|m%;vX~+*BQZl%Ao4$EopQ2EG08NvvW|KNU=@6J`Q%xv8DWettwnnG1Y>HK zN)6179Vm^tr%HJL0IiVWO{!{FF-Y;l7y%<+gq_W6lAwjw&bIDkJWnA*QPV6EAqF6^ zyPGLyjl_;#Qq4sjIFtVX8slMyB`Y0L-qt3wF|>07#JJmI{{Ruh#2wRVuh$J%(x6}f z-0Vg}l5G~YLFpo&wb#a&OC&wTrL!}Lo8Xe1tL!@AcwsHw}4g$vyJhYOKaXP@rrF`CM{mV8Ed@ z%c-IDbjyaK2}=#ANEie{Qn+C-Fp&r^DcDzXGGH-Hto)>xR|<~)lSrk-dhL_&h!rzSt!q z3n+vo)|9r9G{Jc&_yUu#J*kMYj!b3rcy--PR{4SzqYCX`*;atbzA-d^K`u#1e=e(YuyIPd3I{lOW zt{6m;*LIQU6Y9vztMZIkh2}+i(=Fj*&u#T|)g$`tf+&`6-MoMU#DC3g{Mlzj6uV#2 z=8sP{#J8f1Ysi{0IC-%URZk`cojfAOgo|N?tq*c0a^2~EC zjlhteL`Ce%wFS6})1j~YZGf;Q(X(jlZDi9tg{4qU4`4r&Cmq<5SoMyrVX7+ID-gz^ z{vru)*(?4|WHs7vrMP)g&eoE%{^^Zs7vCUxAd6vMa)L`;R3yIvgJ1})EBvkgRv-pL zV207+vqG{-C=(i%C%_;0mJ-PusolW^Ws!vHX-(=!gMYEWsA(@s+(k1VMmOK4wMji*lC3M9*(t)6z#VDtdr2(he1#+_@TL4V$Zeg7PB8IyFXbCx4Er71Enk%{e zI&qN)PWZA^XidY2BVe=yeCzz#6Kqs9SfR1CX(ZgDP#=6CTG~OTiDZC0qJl$FK~0G7 zmPh~;8+`luwGbX{L|Q)33KKwnZHFG=CHB^vYgl?ltqtp`AHV@T8>#>TtTr+l3uPFZ;`1F)qw?_5%fkBw9l_D0yNS8P-UZk;{1$g)Dj zSam!2jFPHN2vJt}iQAScx6|ELzXsIEu~oc-lF)S6e7;zfqy@g1%JMHVRF3rU!Wkx( zuq_pKsOg1Jw#(_Pyhq2(igm?R1-Ga-Gy}I|ky5f~fT2P5cHgkZ)|FwKm20^jJ+Wg- zZEOO!VP2hnd0^QEdff$ZSnW!GZVOsgl0;$^fFSqqz?8D%O)Nu#O?m;~ap6s)^!sxe zFrBNlX}K9OvlF_V^_Qi085G_={Qn%`rZVlr=Pjiw8 zR-ADG&)N3tl2x{n86sk)qP=o9s@D~CqvtM0zHinxr4u@WRP1 z)2-QUoTmJolYs1imS0)&QlxF)=)q}2Sj1p)LU;<(y(`ls#ZLQIxUolg4><*BHmRVh zsQsUd>~g_$wC^r?t5LnT52-+HwcUaW_0C~lJCgYOmspEjPW%!uT_+(XlH@=g4NGOd;)2&W6s@GB! zA-5~mo)p4WreFmR#EsPWAC@ZIgfw&%E92vhDuueMFbsYn(zp__hc0VcI6pnGD#C$} z8c~3#uJy%I`?y|JQ0AWy>Dzy^l0ips1kijXMMuvgNl4~P$uCjkAz>9Pw5hJ#Sz5e! zugA@Jd|a_)n#~#JU-nOjeZOlIDx`jzBC!Yc43io}Du*8rL%lkE_!gG)0zn)`i&~mu zluCwC@tTr5_9qk~xENE9LD=;Xd`5ePRyY1PPmyUS|*MN z`Jc8;KAev>YDSZuSvc~@aZsHOC{{V^jO7VW*_lfcSxe0Ab^)S%O0<|{-r%E5@{{WhCVxeZp zE5L3EBv*g=yA>>N&Hj1QytdJ%p!^!`{V3H`vpely-LJ*PIWMUH0JDe|tdBb#VQunospH>Oofohg{hf37-M}tw& z?~ERshIsg_u*{5VRzdc@&-XLIC)xi1gT!pCuFZ@>tbcjNoKEC_tl!MISgNhiSV4?} zN8^!OK|J7&bRMDDf@_2+T9#%t4b&c>?hSw8vS?o|qoAs7#B3|u0;Jl_%&iil0Mw8Q zcpv$v1*VekD0vnwA~_y*GwK&dmDSXg^(S(FZ}}l#_f4{X>LtQWuO>m}k1oTjTN?|d z65G0QXw7KCp}sC9TmBm!N`kcV_=y4Dl9S@L>VJiePb z^<|P`OO`z3BbVFzF)FVZ;$MYwRcKDGYy?$GRfzjt&LsgW`n>g|lnMuKfOg91u>q>x zY8F>kuv)?DMI(_koPzpF7m~}z{ol#|0C(voASIPs)q_nY#gu=sG{P7x;=vCdflWuz z+X|tr363RX8@9wA;9{#TAqu28B^#hV_^T9)SH4|K>P>Du;a!4YOg7nyoM(R=4un6dkMG4xT zIXXg}!IF0cg*a_d&|<_OZmnZV@TaKT5`PxOB^_&Qwd74yZ|&0pr23GLohe!xigg~? zqLSI|Pmll8k~QY zgJxWqLWQ&XLPwGh&AN3T z20*bdRlBnjTca=pwFsuw9rnmu8cC;76~e?AG-Ol|cL3tZh3f-cGRRxhMg5VI3>0qJ zrl%GRA|&_|UkoXy|I-Mzu@~WPNdt|2&+~tki%CzeVM!Tc9}PMhSGUE1Qm7(83@mu@ zYSz71-vcXcc{SL!eV}phk^4Jhp+i}*X~>c){0l)|gp3@M)$@k3INr`FN=W@aXC&J6 zU&z~2buHpkU?U*-8n^sOaxz4ovF6$2w9#&Y3KMNMqaBt>Tdc)I5N$ z^!=aN#VV_El9RU;*pg{guY6dg?`;pNV`5Jh1W!{|NJNZ{&4Al(hrx0MpCrdjit0!W-0C<!q4kSiu2BcklkL zMJ6cqmOe%>Nud=VJT!}?OGHJOI5iv8Q@%j6yG$gSIZ2Jr764>G-AWqcx1>#fU(=GL z0=rGVmPO+s>PK$1{#+`6i%n~XXq=DU0s-;GQ0b*MohwB#s2^kgZpgMRvbZ+W%Q<039BW^& ze`_brha}fgoplsjODStM&ZT>S_L{h91&C|fOz=))x^nfS5(Q{0*DVZA%DSJH;)c}S z7cs=c;T=spf99+Ni$F@_^5nC?vs45sXnItQmmBl%masr>7M$DS;&(M2@RWrsS!dMVNQds~IZ%Z5<7`AYnA%(VdVeuW7FDeA ztw$dYoPWv8je`PMx7D~z%OQ2TQg{M(rGJ|cltao=Sne5&vZ4b<+yVT#6rr!L7F%%v zLaxV=1F7)IT8E(dTSNy;PGF;{1-Am3OytZ9OT6O(Ex1WZXnxu-6)MO4pXI{?Y$U_i z)LW?9MfE{pPoj6`zzz_CDNnV_BuXg-tm!b> z+}p`(AeKWwlGzhSHI#a6c~+->qx_%w zyCPL=W;qs){AP-yZiL{EG!&y$d!1Q0$n|90xY*Qm-!EX5Un|OyEyRyn(1F^W-M?v@ z4InRu^6J)6JaRCR2myiWq-?E(r4xB=ad1%`OEiR%_EMkjZrl0Y)M!`!S(=2qyx*Du)@e*n(Dae1H!;@l|Txz!WbI8#jjBG&Z{;hwT zAgGu^NP(gsy&n+=ZNKAe1yEYz+lbcXNojfnp`j-Nsl$KiNfn&Yx2V9Dp{OSsWod|x zMz5+kgSX0_83e4BDPtl8kQI6sr+Q*GWQWxBE zyQ@aQdobzK{QfMGqCZ7M;7Gq@9=lYY_^Mf`!4Q;)-n>m%b~|mv;iM$Vevr&3b5jr^ zfNXH^uuA^`NJXsb2|F*Q?L=yd3T2%YKWlW3=CLuM_(1EF$y=KE>3gv(gl$f>uf>w9 zRr21e!Y+|HCskGP?_7B^=8e;tCY4g@Xn<5#p};w+OL1p!s=Tx++*pO76s}x1Yb&&w zk!2Rv%UM=}Lr;ZIwiW@A-dde5_v=27G6!wPPqmeC(QTxP_TuK^>+1njBUFx+B!82Z zUlRrCqQ|R0*KeD6w_5c-MpjKS31+k8_}c9aqq4$xV1yGx_OXoFGOY_ox3Ps{l8Ut< zK;EajWK6eY2FQDj3J#5sR{iExHLoIbJcEtlf>n zu#r_kA*uY|%a`L8(;|ty^Az^46u0)GIi*m6t56tz)BgY_T-JAAu8V8yb8|fOng!;- z?ioi`R{f^`04FMdKwwr9$$u%H79tWz4to!lT6Se=!})sqQNLS#N<$T-kq{_B+x9sO zuZRGUoN6|5>6Xc30-0e6z->Sq`M=f3aioNI<@L;w+e;iAP+R<52?DMAS$O2uSr47B z4aS`c+nTk*d_$!uKGqAQmL+}W%W33`PKa@uH5`pQe$`v{xn+ZPE3bUK>pIJ(OX(z| z<5ScAxyq!>A*Rt57>IT)BDvpVL6n`#VhOc7Yvkf~olPivk&g;(R^IUQSD=lF;=eF= zW0T=xQ*B>XHvuhHD!hyURowm=Fe$9=m-(93#>Qw?-qeeUT?;T2C>O8%7EG~7b+0uo zmDG!-k4OgwRvVHq9of{0M@_-Ba#z9vx@nqFBnQ!a%dC$ zoJ%D((PIUof%!VELNx%Vd-Nbrr>{9-&;3N`d}PNN$B~Ure^w8WDEpqNLCo3Jj1z zOD6LBTEf=$0D{MMEzlAC#}T>;%bgoZ(~=*mIl8-0LxZw|PqWMXkLJs3X0mrmzOMIE zku_ohfHiAMe$H1+tv9)yEKwK}DPU?>a2R$!&UT)+&WWyHttY|}hkO{B3$g)G8Eg5sQ4~F0jfl8_{SZe#_feL2TRYL()r(^eE zR4Mg6G6PhOrzWY1w-Z9Vb|iHAFl@$LPjW7i}zcwH1XM=+e=G$mcaVTX4unvQk0s`$ z+>`*Prr`L~4WSh7^MDY6-zCI~TK327ajE(@ulz?8pw>5M;D)q2`=1Pw+n^I9!KEa1 z$l9Wztj=h6*kQIby5{9A=THquLO1^aiDd6)Di#wL-*eW3r_Up4 zq+z&?7l}0KPk)vr3UVhU*zRlhoQY%>tfnOahk&nI;+1BIawHx7yJ10FA!T7h@b&rP zp;gee3Z2H|+W=HG@^OKUIuZ9*u1G4+Rc;!Us9(CHB#TmVV{%PGk@wRDp?9R$Y3eS< zv^_=?I!HpPq2Fp(+X*zt1+Vv=9`oJ*#!)C*UHvsSZnzaUgOgA zgOTwnRKKRIe#-n!%ZJ+iygd}MC%GKi2%!M|r9fQcN4nKR=)@%VbgqpWEADNbb7F_ZMuQsfT}LmXw(S~-HmBM zPx#jrRBjT2$Z54l$m2?uU7(NRC*dp(*p1SyD2>1s=nZ>U5{pALY@~|N9{uQXN+LMO z1sILCJ{T&MyL%=FhU`2}8dXs~{+Xz8y${dF5UW2%@^I*WAZz`ZDpXu?5aCYb?tQ*T zBS}=0>{g@_Y7dY3IW{O1nS!-?ii%>X9AKh+o-M{incpRbR{R zG+KGjNsCv8s~yK9MkADLgsY$7WGI1xd5fo@<`qBM$m z!*dFc?w{?X(fx+!>LyM{WoLrRh;L8=4`aPD0Z{VU#;O1nUcMC>J(!dmpoig4$Fav` z^GYsssIP85wm=f7BBTm{e%A*3Nz3-QwnU{f(_;8S^Z<75Mo1u|cjP0l6Sm!UJ~&wO zS#F+{)RG>%SLIARkx19Lib8mH84{GbTWIB}dX7M&3hcoC!+y&z`q&d_Z8p|DA^~S= ziySIAqM!<@qxMl(?5+~4qz+s?c~|Zy-y+JD0&rqYLeitd-zCk7R$Ej9k=)mM^%*2A zx?6~C%R{*U{;zNNZ}M;@jd^!U*Cd?X>vs`9AUH#B8A#**0G_g+tXw;NpWbm#W(}>v%@8v;OZJwV__zFT^CRh*| zUW(fehNu2*$Xg{#H&&@v<{RwSVkwbjNTrdMwWA7D0Cp!QOi+_*QN*M@Men>N7ybb!w5g@fFF2vW<%F5ilh3ZToC;NNVZ+G>$Xyur=GgaYrN+w(-KO zjP!1R*SCpfDM7dF;X(rH)FflzqbB2UIgb%EU4afbO9DSrE#Y{p2lG zn%RM`k6L8y6y2S?HmX@cqMhn~&~N#tBQ4V%lNt2V{C>+R+;*VvkYtf-%u>eTZPXfD z$VGM}g+B`a0Ih^iDgRp zag9kQGLZEz%0-3jrxJa!B}Uyx9Ii@PqMFHEP2Ngs`r@=G4Y)YztRmC2S%B&Va4H^Kn0}_y@#MsS9FO=M1w7lby$Fj?d`WK+{J2R?E8ko} zG(ln~kv$K3N39zdPkRm1;685jFi1= z&)0Uzq~4+$mbI8utv(aqE9Ou(c$ehE1=Xcy1%QB#BYKkY<&)%+`V!kvS-nV#(V6xD zQlI4HTGcI8LzuXbz|?`@dw-LGN-acmV{h>kQoLAG{Mm5Z8bMkKqlB}SEW)6XvES^G zlS<25m~O)tkKqmRQ(`~ntcg`gg}jj&5C)6vlhBfIu~VI)_+$!sbRdrZ0QJrbrc18g z2o^VGq(qQN*zPg4PN2U?VvgOp5huba)PK#{09Ts$+9W=j0w_Mo?tE+eI60@1->e>7 z$RrX7BvOQU@apKYP%vcB%2gyw*gB!IQ5oo4-#SQh{?4fmNz0A#35+m;4q+ z)6F&0;5TroPqa7Np#K0T2~~T$ApjD^P)!ATei;g63MSpu0P&E(fOyiR)BYop3<}R# zeN~n|qO}8hSKA;`iEEU32nXO@n4Yy58FL84l^R4R;Rd}$57Yd(^G79%Gyfr&bsKw?THDQ9w#sSW+a5}`dHHgQXc%u#4|?Gnts?F9CAo{!?@2|$scGEHR9u!LrPYeWwC9G%>hINl26bF**FxeNF(@MpNTws)L|t+RW~Y! zj7$$cg#5B8Qdb<95_pc?YmJ4aWpoSx6iz)l@BaWc;I&&cNnO-%BvPC1FfvemkbF!S4Z4c|0K~8o zl+p`dtVGnWsG_LDZO=?WT1j=`Dnsi4T1t*X+V>@3bn{~0xGO0D@*vWusIFYV zroLUVwu;g@Z2%77u_t}It}@vn6LotPtgmr$%5B(C6H0ut0!*nS^J`p)(I(^R%l0YI z1Cth5Qc-oO-&olTRtq2u0)fB7{>(y(AaN8PC%#scJKDiI3GNw@cPc%+ zGE6PICAORW=L8lt6%;fdvyqc9oi)Xsyh`mL5)s60P5ttaZ)VD04fy0BbtTtzdUY8t z7AY^7yxnnOC)MF)j;D#IQ{n!%EV3bq*@kKtEpV=7UNRF}jesNmBH4U)U|HvrF7%xn zM{QyT4{|{g0(S@b6n~W8wT!td3cl21zq}U?o3K4Wpd|gA6rm1hXPeTZ@=7qJDNp79 z09kMd+E=C2Z*U97O#nNNhQDhM3pQS!WrIyfmf^iP+o)~HC%63Flo;7aMc&_AUO>hM z67u*s4fy{6vcnyi$&KoEw)U?Xl<}CF50+aQG31mDB1s+Cki1E!az#8ccEug1UClnI zu^@9fhKQtnpgMoD{j8laOuWgaE!6Sb%M-;cF@qy_AM;l{f!UR!ucD(yZH-kF2B%t6 zD!wjFfl+5ga1Q0aXbOS+qMx;pAu2kW3aPhVJAlOPU-GxhU~P#BzOm$o5L?}e8JaJO zPz@-VYh5tAePlxw)|(PEkk3&Zv^&@KawIaOO@@bOp`=pI%g8j0e3jt6CFE=H(KDTVhR>*66a5|OW9Y{UYvlh!ZK%OO19eAwy)LDRe?39wiG1# zjn(`Lm#-4~R}ET@qL}cpz1po4Kq-G#67-jNoiXBMXvFA~T0YHM2m0K{?G zZ6D*d;9ND zR01nZkvuzYr19-`(sei;-V zyLA5mny^xB9}V)ZDNVQ{kZ7e%OeqTcm1b);pOL8tt&4 zIc%Y`5NR~Kj2bW$EGbUHzB!K1n{!zzg+ip(mD{JjG|jkOQAA6%57Ix%#aE=!Lm7}% zxZ7^$1*()&b3X|H$?;J11Z|D6DL$luW{x!=31}||);vBXMQ9-|4w}}OQ zh?Z?MlU<%5Py^d+ji_XI6KV0nF5o`I(A3xA$n#}MCZ{ZVn#B}Bl31!(cmDvca^V)U zvf1aju;T)cO(X%g=~3bT05s$Xq}sLbm`O!=2PD~9N7}7^CK(VCOCntxP1B=RjFBzE z*TZA~01?UZVQFldg_e^8TH40%aU%}jeiETG)i2JQ3MI*6Bv8N*YBuOjQXtxrCBx4Q zw~~ zVwGIRq>^f*tw;Q8m4MFEfo?37UT|4l4ZHH~LH8sx<3iAptj8rFEGkJM;w$Yw#+tNS=i zm6qv~M}DfzJvAb{TWSyZ+bU-jy3Vy4zr>WcjX19zfyi@amur#Tq;Ov8CYMXPco9#s zGby%AK>Bga}SZK^HFPJFUA#UKF*;h8|Vj73$WvX0;(qefSu}~Xz zt#ZiYwgj#64y$ z&HzAUmRjl7uv`IfXl5mW9f19x^0{TKNn9@CosF_U{N`XHW3VJ;z--sV$ggH=8x_8@ zN?f5J6WX2_DwPE;zjt>TTgbxQQmZo!h&~w=SvH$xYo$oh!X&w19m{kio|#aU5ZpN` zYPuba+5yzH4~As`uMUa_%PcdZ)L1>O(n4Z}2IcDt9$!BAB+VHl_V7u@Pu@^al^qGd z#R(B~rRFF}6u*&1RZEVOqt70te)i)#p3ZH)239(r$hRMFL>d?&?m1(&llWLMO&J>|Y~oR62PQ;p$LG4X(Jz@qV7rc;sn?cY(V*0bN%S%w=5 zq|#I4rr^?~Qn(0J2_^xTl_+-k{{YQ66?90vc$%7$K9iQQYU(0J#2zBF=t=Sa04E?) zqKQVMZmslF07+Ag8BZ4IpwqzAdu>I*{oY+;|K@Re0uE5qO#v z9k42s#2fdDY8!3)5rUGTBqk@|O?It7t!w`P5yHIDmS70Ejk@9Jf~fHhe7hglilOGY z;zbvF?ntF@5~|P@W6jMg(!Fs|tMG;Ni6FMa+L)B8w57TgpdCB^0Igg?q2P~~HEqF=?c2m)1q;dS3ofKr-0W%h9C@)>WC?QTU^*WfVGNM>*5R(vsku@& z6vV5A%Ry8$8&-p^_$_G(9E&4*WROJ&KG_~=MF|UT4QbMyzviq^h^sOcZR$FWt6WvM zo~y+Dt$?phu~b^{+!5NnHW+Hv!ewL>+Jn9oTXk?FB1PPE+kLy@SkfN$=m?D%adHSJ z-@_)QsU)Y^?c2v9tM0AKRf!-FHy$`jw*wFjHXTJbuhE1np=DP1hhlnfTr`E35{bc% zw5>K66$y1KB_a(#ls_?%EP}{xOHqjg6F>*-{{YQd7D=+vP_J=K#?`~g3f!x@?m_Q{ z*r9EmQZ6UNnvu6$N`+%|thJ!0e-D;PRHT(d^BoVsqfaF7!^?gUZSI= zJ-&FcP?{hZiqI2L^kHPDYY~r=HEUXmZ%}axtQhhj0n_AZ{J29DviTB>v?tr!BFO=0 zh_?+Zv8pdmW8?hT6%g_UB2^%QXh`fo<7^g{;-qg%f;w&Zf5x~FTwHSjO?M=n>rV_+ zqgaBSDgf>><|sKz1I>oUopEG?F0#x`4--H|G8U-Msv;nWk+(|qKRigKv^ahrul<6Ju;*BCbG$9?_4?}=56!(r5W{uoscB*X20 zEd@xWf7Qi{4E)veR-@(JI$c9ev^Rz@2|(OvzwXJ~{n+ZC$sfi3?0?;(;x{alk1a_K zrKd%7j9MvCWr@d99eKvwznOl|ER9<7LHT#f37}kDwT&Z&=0h}*3I*m@jE@rk0J{Be zg`PjN>My~7n@cg%Cy~G|YhP+p{%XdpjiViiUyE+1$K}2XN*YNKc&Qtmh^2B$hP;tL zKA0VM_r(Kbwq-^|Wb4X}$HxL~7il6z`@_?ruEYIom7t6ctP0$J-5^yD9kr?tT(9>~4kyTfkI)K1$UGVWOC`3Ynt<|akr+;h~ z$yBnK%?K<9PjQh3nA1{74H)#Hspv*X739*&Axf_7M?<)+aPnGdA<{@ zcku^_IR5}R>9ueW$yzxOxGGQ4(zu0JiuEINQaF*dMF2T4X@x9?c@{*M~e z3tCw`&Rf(3igi$X;YBIPP0d9`X-fRDNJ#v}pj&EoGHLgro*RWI;1YzPBbUU#XDj5* zH?oQwNR|)+fS@fp1pp$d{{WJUij+HCQZrU7L-3M34ocY4z4ON`LSz6i9Xe3|05%&{ zwpT;a5%vS9+jE6i+?9qPs(CS{$GPu{gd}7o0}e{t?kWe_Gqu)9J?6l94gL z;FZ~1mi{BJ`y3?FrgsjJ#ushJQPRKhwpLjLJy<#i{jtS@iVTnxgSu6&-g+^z+O<@X z%C!=T#svjMN!-$(BatDRZKW8NIU-^{9*o1c^5jZi|J5dD5%FTBIEoQk zh8S8=){h+H)r=Kor%i!B_0C0_F`tkukbJr=43KOL+ww#PYt)c_#7!;@nkDa5AL}kVQBSNOpQ`Dn?BRDcv;2460bT zpszqiK(eH|(qkpZ291KsIRJJ6yWxqX5Xh`RQzCIZ4&#?le`#L&Vgdh*zaBGEvk;5k;v7 zl?b8kKW8MxS{Fi6NP#Y*j6cuqU@Es!0%K9I_UcFND`ZPBsiw+ppaM4aWCpbZps)OE zg40QyH>&cUL~!H1cLKQ*$wmvL^;jm#Yq;BS+Z#nJj^tVX@QM~S8|7_^u`M|@2@ZKz z=aQxYH}&7rrw&XA*oxF(Wz9n6BW70IR8)A^!~Kp&n|#9;{v>Uk>iS?q}6TF z8VMAK8*&>^AK7e@EfuE7w$Kn4<0heeX@XlM6kX1+mf#gUISSD4ilvu+WQ>xnR(gC& z0jD1O;SoYz^~-Cc94xIIPf%E$sg{kHGA$N6NRZjvN$SRcn)qZ$vdnCS)g`dHwvxu> zgOj~G{{WJ531i7~aU}l$P`s0rD1aj!=qd2!tPrB6+DDY1Mh(LXijs0jS$C+3ZN9N? z3l23k-M)DgrS_VlY62ylxQ;;3?NO8Fgh!ZTR#9(ceNHdf(13gY0I|x;Ae6;4RyUrP zGV#enSKI~|*2zzGFEC0t&1%ZdfDR&?*T?-_h=nT_)vsi@zZWtusOM%hAOrl%{JCh^ zfk1o@G?B`sxSiCUn4j9o7AxYtTRB9Kf?+0(q-?a`{g=gsEU#6*)9(agq&$P;T2PAR zaSEm7{{Ssos>v%Oi0D9O@$1T&IVcI0)ua%p5XH((w>@&JY)Smh2O3?N#H4J)zz^li z0YW#+HU=wCQJ^XrxhSsWANY?PjM&mUS+=vdbdit=5};RdPk;7V3#6$1LJQI+g1(^~ zO7tVOX@`oERrEbt*UR#(da@Rn*V1}akM>z-6BTV^&4*RgT03Y=mhnUnFb7lo-_8F3 z8spD)C@m)D2^q|E;y&N{-Wby>Td6h7c82D~1d#(%U5LnxZ0!%_6is?%XzR>L&4D`t zKWBW&;c8|2kC>0u?j}&tPK3nqxchV;YCMMu@i5&MXqb93DOpK82XKGY#z7)Xl{DCe zxoL*P{6vb--3_3k=7J*m3Hk9;hrkTT`Yi zl1o<)B^0QwE7$#wWW#2noB8hg!s|-4OL;(e`1)!(1^|35gp~|y^r}2+ZetZa=}<`a z!b(aaNm5iQ#QIW-a^9c}h*elG;`*?Pq#*cFX}Q9MJz{Hgi4j2(xT8~``D9YE%317f z!=l<;+s39@2x%l6@n71H{g?bM1|@!@t;If^(!G5p z_&^;A@yJqyyF>F$oEm#+#wJ&o)o3fbAKLzGvt*)tt)W?3UA^7oe)Divn*u&qct8uy z9ja^gnw;X+-JUj#6Hn%*QZ`;`ObH^8_feh%>^krB!X&iKq=wqg%_N#3z|yrHE0dX} zVfvNzly`qthn$Gb$R2@d{J-kuXLOB_>v0=2fmdd!@upSnkv_|KbI9vL`rGSG70E=BaP{6tWw+Ms{NxPpWRsScs2 zT>g-TI$BVbQ%Z_|ll-}6;fhOdWhA#tYb6qAJb@yezRm^ckGh)TBxq(8xQTuf)YHHG z4m`^N%?kw3$r7j52$QcvP=D6NohLqxn^*{MCTS!j9z>FV&-|QuF)C|kAhviBPZE9> z8*(210P5g8nFO;^lIGyTfqn$pi0%is`B=eJwJUG}U0MYp2n?iDLvmbhT$T4QPz%Pk_< zCOWM=&2qNpBKEZ9RoMRkvdad`%@?NmUgt@&^=*%!kpuAbB!E`)Gt7W$=?xVU($u%}b@TO=ffy49KuI@C%G6Nlw0 zwP*qOzASBNi0WQtv%l2@7BM`Q>byDbR=)U2r3r%SHt=$eqJ#j#m8CoeW1el@9dSD8 z@Rl)hg{nw2AlIiK^00F#gc9F7Zw+ynRcH*eOt58y#Vw958N}VORh?Bv#6(*Dz znQo{X$)d81#VZ)voOzK&q1)lhW4U5Vua}$4HZcokVcLKFF z+x~9KX|b7GY6)(FP&p%PE4iu4%55*ye88~E5!RQFuu;$fk`YvFGC<*^uQ@+a9kG(7 z8rGL@e=pXg93)^?p4fv(rF#n@Zd4WIiVBi9pr%BX0rQXN6g+(7i4Y7=p+MaUuTS-I z%zT+X+0mTvuk5u?)0mOju%g*EAay=Cu__1CQWu~n{Khn^#T#G<2cgL;mAL{B+U>V& ziiJZ6U>ZU39lltKN`>DBPyybR1a~9lhS5vnb!t+z9r0RImNZJa8=dyYlBpJnloZ{L z#E#gSP^lS1!~!?%)L~MEot#cl7N~Zp?Sqn{;)*zcCt`8gRGs*el{@afJN3e<%P5cq zBjzzxG!cRmv9Dj%in>V!0RxB|j0s-@76)KjqMLQaRbc^@nYO8^A1qMZ(gr}$otA}t z#sZa(DuY!gu0-sW(5ly!Hyu7+_(B{fLcEvaBXUQE1gw_iY%4+Dy{r7WE=WShJgDpj z(e(%TVO3QKM>XBL@4gf+w<`j)Wsc|Juf7Xa>ZP4|Z$N9`Y#~&xphaM7K|@jEFjA>o z+s4SuM-n#`>rU7?sc(^G00GDyfcC;wS;EjB)TzL(em@HVLJvXUa!geekU z;OK7NE0lwW2Q;Any+ZX-e_;~pHD1ohjgZ;;2IEprapRevElBRJWZ-1Aa@} z8)U61U75G-^2JiS_YU+s(u6HKVN|*k#^ls-GysFRHSxfd!6Oln6bgHGt^{*mBq1tj z2?uYd6+xLoNEN&6d^A zDW%dq-|PGDcDK*Dr=Ihi_@3NT*XJEL^XpBj?eo7J06IG zH0%ckMKLd#zgKHO`zKR~B6mJ{q+6l1F<5<}>uesTUIS`Ug8pHFY-M-3@hJMo`^~gP zzXvW$72eB`R&nxGNTLazSftiEkZVZ$9T>8tbCS1g(t6=C%6j>WLXW>0 ze9jn>Y#K#d=998Jjw;5*m0jyr+1pA08_`*!X6X)WKi2BRCj3W@R`)TQOl)BUkdC7m zMrjD7ND0)xZ$(Yl5R}9ZN%;2=Dl4^T@Q>$_JcuW^7q_-(ecTA;ZKu*J$P-U?6PV9Z zs~l+<9YBHDDcNu^@Xw}0^Ighpw0Mb|AH?wW>E1n#?T@S&`yk<=7JpJ0%&)W6d1XSc zYZfVpE(f5x)aIURFVYMp7JshQ4@+p_=Q(K6Q6%So@ioElaS+EPD-n=9q*o<6_wqe; zEpe)`+rBa(G~Ujhe=LeX`pYBjSfG?~Oqlz-2X&Z)yV6AYBlu}voOyT*lfGYT$ zKDwmn*}bu^enLs{@j(@cOyF+O6RvsFFQEPo5wDMsUUZ^GXSY;4(yq$;fF#=V?*zhT z^o0)%i3H3^`sjZJ`+KG6By_5hLbyFyUvJA)j9A0*%D$w$=S~jZ>vQw>8^}=MVe^bq zu3Rg^=blWaNHGB#z6M^n0Cj+IB6>wlwT<*ML&Nh_37${;msAftztodIZ;;eFE?cfu zrO30XsC|-I6Ku9rGS8Al935!VaWoF$7n-!o(KgnkOUX*)Moa^x_^&%W|u=~zMRWi5|2mP!e)O5`k73+)Av;I+ZyosoV% z8MPQ$p?@15<0KO_Q8&83&p@sp0Nw3Dx^3rto>Jx(aZ1!3DPehk&s7=7#Bh*;$}GCR zS=yfV%FBhWjQ0cv$sZ*R2UJv z27nO$ zC7F5%zAn|{Xl`mYj@r@UepR|pV1FePqiuINrQj)~JJNwBfGM7krW*}mPCj6JS~1(t-9s$Vtu4BYpbA8WaUZJ0x! zFFV2>XYQi~E74J;*{|v%a#m9rQFihp6qzd#B#sDsmEFw7u}=>SYl9raG)LzV4wS%%neva zpdJ~~MupTL;^P*0i4=FTaM5N+m9D#n>>VQq8i)AZsRAHPPbdt&z#3DG>`#1JT%;+j zPB&>Kk_83S-Y#$%4=PNQmUt{E==tz`(A%O75)ds{_aO@hvUsiTKP!ezWALQe*fmOlie{P zC@(yarb$FUmg2y}9T$P~kh-Q1dNER&yBq`WtuH`HlR?ctoS5c3!`RN2bcVXVr=6Xp z^pnIm-YxQVs`+rMQok>OeLQ?!V1Mo#<;JSXEnM-zV#YXF6yZFISEXo9$Ek1eZoNO6 zr!~{vG|K;%qPTkJ?EQ`p_CmJps~W|4VIN|jJgw3n2o?na0p7ybQZvGXquYBuShd3! znZj5#QYTMq0=(%y``}NF#%ld)p&R7@b{(oWr#|ML<4Yx~&dc=DC0J52G9Cs*y3l`38DuVY2e%Tx~y&eD4(0h;GZMB8yR_ogL(`bN1zEA+{E$oSH_`cY7 zbmOdR?wnb3S4)_?i$=<)r4^?iclj5O%(u&(Z*bn4>+t5u$zf9nCp`&;2Dt>V(!ArY z6m|SP&NX3TI=9hP@BagDO&iaoeAEOxWo=LAm5--XrB6(`v{a39&Ry<%QtJg)Pp^1- zu10~?q$Z4UcnV6*;>C**f=&JZS~s(>OXW0Ur)AqW9?l+IW_;^Musf3c+( zBT(`frhwo|QEMX0?qWajB_dJeN;fn5vyjYJ*FKUlm`U%ejT2cJLWp}V8wD0_Ya`-G zlFJiO0p-1Sb0<3Lb`I6SgLK9kcVJshH?Cy4t*V7jS_A^~j?nX@7zC_>CFIXgIzbSZ zWqiI{?{E?V2y-`0{olp&)6!m+>P8Y7@7H;u?ZgTbKQhI>UcakGQ88p{r<62s1mjY} zTkthv$+uwloN`bn5*nQP--hfbjppSm5UndaFh`BSZZq9pjOoXKY~}#mhl966tb!Vv z8q(qO!qgaX4i-1}J|p#1EYf^+D%<{AZLoA%;z|Rfl82?%d&dB&_C--iHSGG8vcnB5 zks0T%drpWhK?P(X(%_Tf-Au&IYYl5hnbcy_hXch292SeWVn8Q=fJCbUPm1-YX97$S zL2+K#*~v=|P8R61Pd#!GxOY;D@JPaiM!yc52!5x<=`NgG8vq;soq6@y>3Ixsq8Q4M zZGZ(I%E)4&^C_4Zs{z+jHQmQXEYrT(gTEo%cAw%&w8RAHDTI-@%lt!N{z(J6<;Z6r zi%d4u5HZ84_W{W_7d94)r-(RZ5)7lx$$f%Q;atcoNTYr*iEG zHLN@@LjO)+REL8lHm%Ee@<@bWAsxG1%4oji%}z*5^5?=i^pw}mtTQL?`*xYe{KfHb zBNv&|Z+2EgUt>=xH6XWqhYqc9iNy)OgtC2NEBj3$>5b2a^%xI9RB2B+TwJ#leyJHd zC$%`ser0DV>zTxB_ToBBYF%X1+pq7J-Yl^xHo@Io^6n_fH9Yt-qsARhX`T?0B?Bx$ z3VK?o?Ec1vaooo|`MyA3b&N!;a97xxzqtaZ{6+gF8K};H4-5+XEO{@&SpD7EJQ;g{ zHH6~|DdN&nHQQUv1A8c7?_*~@NCmQPrZKCm;aI`>658COqiIrLdt*F*eu5hJ7)g(o|h}yhN_)bg{&;U2ir1-;lVW*+0q9Ssw5(LLyXht z4t-p@hjJd0+Y*kP7&o)=)@`+oZ0Obi{+@6(I|NvNM-mpn6RM&iMyGyLB#qr2`YpPA z#MdQOM+w`aV!60gkI8wWJw1z!gFGsn64kg%|6POjnyr{RBswWB48#|6BZiGC=eCf7 z$$p5sWkE5lS;fd^A7kg;D?j6~ic~i=qA4s3#w_vTjZ;WJ^&W1e>a4sGteK=%#tMZ} z>4U3#DzScPa>hMX8>oyuM+c@PfvvgttKpj7!B+t#B25%()jF(hZybqjB{GamX3v?= z1`72wYl)8*TKl6p#ujwwC-~0U50w*u~)5pxn`*ZHOI!N>d<;cxQOeTL%I`X3#K>X);_A9|zIN-`p z0KD^o^@Zed|DZ80e~pUFC2y~6McHK z^_#q+knq6E13e*F^5Bs9Q#xO{D-#l)$FCLiA5h!ujR>T;4QMDacSv!x~4PTWt3GX{)*gJGL$y(w~fm4+=)< z&^HSrx_d=qe5G`p1HCguCD#JqoI=Lk16WiZe=#gNMs?R5TzKxpV1{omkG7M*PYAvzm)C-58Pk6V3iy8C6a|zX%f#`ICiFnnz?o$d~8Se z?0(>(U0}aQJK1Swh-(P9(d9gAK*EFuCxy}H8rOz+KqpL z>{?+Gt5J56Sd$gq|fsrLR<>)u0W^YS$xdg@0kiNb|ZNaN6wluEhI#rZY zXm4u7ovo@tnj+*VJwsK@-No(G)@WzKF|3d|*^txvHW_-!9^AJ9Bxm6&3NLx^}w7!n#2)iM|pRJgL zR>)`gfx||swf}}o$^5$?IieiyhQyBB<>N2GZdF6!-VS07W@*(0qR_LW@tqV?h54TW zvM_!5b4HFz1u8;?0F%B1Uu{@gHuZTqepJ^CFdp`hY*}}Ih&Fa6kZp^ELBa055FXC! zI%JSp1=zGs_$Li0I=xFqkG!N z8@zb7rd5uGXj|g&5?h`oULK4|qgdt$696y>pHWw!&zlrc!+R1V(XSLGK#e-QP49bT zsjL7{qv$$&Al@6m>-CP6eJNj1n!wr};%%MBoBLcVhc7zVs?bvt%0xxN?%a9)r9w>9 zs4u%d5>cc{rn6i^5!1K0;Y9M$regGA;KKIc0PN$}jSLzS=Se!+kqqjmf#ZYBc?i3w zxF{LW1%Mb@%2kV0RL0Lf$h z1wGmRmzY_A4r$en|3P8IK7E+XpeySH=H z74A@(Go78p5N1o9j*tnbKKO*{#*lX{`6^tj99y`5&;Y{>mAAeKGOe%(O@~AAMPbkWqHH+ z%ONM5BUmk7KrKkz+|ad(E?z(da?uLl8ky(mmi4+~5pJ*}$Uc?58adI;m`fjkIc{`pkcdp_vb2`P(irSS$q~D*rkm{ z_#SL;07DG7T|eSwaPvPW;^U6JPqB^E;l?)6mG5$kPwa0rE}3bOfc8$jUy6ZhelBMw zC8lhXej%U1EKpGRtxw^d^r*(!aO4`ZTW*m2ne3@xS?Ra}LB{F#cAL|4 zzY9z>Ibg)u6w9OHMqxX@cC2^`Q~dtiiAj`veV$S2S_4ZtA^RP|>3R0wYZ}2Jk`E*D zC!a>MytSGQt8R2DlM=Mq9-z`8gmyP@^$Jt$0;~pZLZ>)scNeAh4Sb_UU`Uq4PMa0# zSh0djGKP<6oC(DIcT4(CU^mVE#;7ffy@Gf$R0X1W?2*N<;pDXI$_+wAb1f;E16`4xGG1Ygxml)WscUWbx8oGT)w~0d|O4%Yr;j@x->NLvT-f`0| z%ycZG4NWZjS30I_jhk|_dJ|5+aTj!evi`j(L4TO{x z{@dK5b_9tJxk-t3k=jzXMh-1jXj;ZtGcHV%H)iv(6$CHbkqb7GSf!BlF^O5fTsgk4 zj;*q;;~#iQSH{No8G{()6mQgu;Y_455K>)v@q`0S+u75Tz5+hpEihFHp(i`N6~K&x z2Zm~RJMO;EdDUK7m-x-Y%{WA53NTNRk;o0-)KtH(v`vP0!*lZi#jQQ({@x!O+t;r% zk3?@-LPvErycSNePh{6bYBn=0yh`e&03Qe%|JF_3dpFi~W=6lJYPd`e$5?nMas8=S z3U;txNz0##4#zGb*X+HkLeV&Dk1C7*cIFty<*yVNIFWz*7epbH$y$U0x`-uq6Q7y4 z#w7om^|R|`>2Sbz zFJikxFDLPQM!buZu>K86TALMbp3Q_ z5;acNl8x@t+E;d5Oj#gXW+*Mq^xIv7sgZwK!{Wa8P=m=>P+3<>eQDtKs}fbced3N% zBQQRltEpoY&i$HBch*J=%yQN5uI)3rz<2MYX+n?3Jyy-y5`0 zs}4PR2aBbnsss@jwj@zckK4=d*N4n6^jqOkFcrrlEA#1@H6+*tFwR#0Js;oYx8r?o zsi4w{l0UxHo^@yzpq zq=F5q);Hi~t;}!!`U4vs#+Kr=%x8Z=q2nQL3X|WQr}37f?G!1N_W32u+(&h_)me0L zLo)gLTgJYQC1gBeU6y~vIdrGx04#GM)KTv_8Yqx}(Oh(1jQoix^p>*X;v^26l`5#y z^M`wylfc1b3elnEoP_%l1TK{|jURW2a9c4v?4(33Q4_nBBmO8stWSd0&BCo|4Rbpz zxn4B}->x5|SDLgZEvUp7bV$KuIIjLJc(q~k@HR(ne!V=?+i!$Ws=q{Q+H?>aO*SuD zm?je7Yi_gn(4om>TkWLPr|*7yxL6+5jDf$D<{T2T0ow=0v%7C67Uq|wVgu~@IWAAc zlsxWbP!&?!pD&94B^U@>Vzl7do$mGTkJ5{^7gETj zIsC>9zCMOE1{8wRz$FedUeOgRY&@v^u09;eG28-B3#$Mi(Gk?B+U`<|>JYG#xd!yD ztQ3?cyh`MW1F!0#uQaqTdys)EE;)15;^(%lj)@Hr;|{h$kr?TD6`^2tWRJq|@aOE8 zb`q9Jz%7$Ksz0H0wM)MY zvMueBxlRng4yjsyQ&+Po;5)ptG%YduEQS7L)I_b0O<{O~T-@?7DJ~h|`p$?ifevxJ zee8%o3CkAlnX7QknnA?AqPwu^UZk~Mm_D92?@VSiSUfZ%P{$BH|;*|-H1uDvs zh|2W+C0mK+(*HEFzc8xsyeGN_z+&EM%cDDo&~F47WO#rmJAxR;uqnCpNh*bC&wR=8 zIE~NyoGgRCpi@7+gyb{#9uapNSBY7sxoCC0f$b$)+DWL*tOKsrij%x!r>mjTd}*f6 z+{>$0dsji@zq-(xwf0w$a*BH#bFE4=v{v=VV<(3zm(K zx*?@+P^5pSoVF-_QwtFRb!(GbUxC+UUyM3uoaAC1&~1Xz2yFtg zkHF=Vw5A=)?gQ33otHUwY{A*l0v(M0U?lr&)uLc1#VuUGXwpljV1>5Y+&3UpO>?W} zc~wcWrYzP)lEG&#GuLK&2H9cTtgBqjv6w_Ai%g@wR!%dbUE(u)V)J6`=65)e@<+Be z@ySbO4>Iw?e**1N9#xzb2a5>_Vz!OyPbwd=gsc}_J_r!E0}HCn1a~mI>aR)wcQ!@8 zgI4{x=V5b!zYUW|)*2Dt{ZRrfkjSt!jwWh1$Smu=IJEk(fRM2W4> zfDKwg9d{f%vscPdnj>)&9>YqwoTo?#m>by5^z2Kt_fpxHHx7bzoI-wV?5ZEF1UkIi z=DIakoCcl4Iaw-9)Ov@R&9?FtF<&uj&tJJLR(q@P7k|FmdRZxbf(OF3zwH@|yt{Wn^wUN!}~54>Xj9SM8!QbCUO)4>9ru@ncj%&}rclGI~{ z?Pky{6D;9ig{%ScPDqP`OwNA`(PN3f;viEOJ%wsEj<_g&q_^IpKl1y`0ZLZF5(*;1 zBm6VcSYqk-L-VI5vzd~F_71IwV(Uk<`T9{W6}~!{A1-Eo5wD=QmL;MX7`+^|rp!y7 z6j*a_=V~`I3N^*4Kd@^rC@fA0QOdds64*jPd391$%D)xYnpYmawZ^e0&k2tcG(pY! zlFNIx`JkL4Q-GE*4Q8A}U+8)nDU!Op0>AmEfk8Mkpu}nK;9AVHuh`fRTs4x_0^G-q ze%4FXG*w=GNNWG{i~Mob`;P}xZe(wcLLp`)3H;%XeTi$&1^1qo<5IL-ei!UW z>)3W52tD)vzFQ-ha(rH9P5$i>wW)}KF+Zz-kzMgG!0GZN8c=4LI0$MP%njPQ6Y`~F z`7|gkVlQt;miUn?0(D;HmPpf*HiQwP99dcz$@n(V;|8GA*?cjjz$dZ$3&mv^ikihkg}Wc2~ADw{jwrXdt8fW>fghoAYgt80Fyw7mS9n<+GZhDFM0eopxi0n z+Y2ASmZ3&(lcs_F(Wn*+Q_&d*t!Z)%mb6l~ltpUoLd=7(G{pfDwTUjkkwnem1ve99 zU0K3_<_-%&C*x+6f61mkHwgeoKx#}?zY5_!Xutgn+C4NHC3MPg=vVEKDqryqvXTR) z!i+M?HO~&Uf>QCMVoKDxM7iWy4^p0%`Pwbv;o-0ztn8#Ri^+GScvZ2mlW$y^CbrYj zi4++5ALGs>P(c5Js$wlK3ImPR_XJp#s9W%Rfu@+S6og-sKK95^6t~*kp^pG8V|C4d zPY~PV0g~dR!$Dp`Yeg)~Jm3>mEL}kXH&rLvdT#bL*`ClVQFC14*`%vP{b(sqk=0d= zpY2#IW>vGuREzDroi~AmT{!E=kwJ<&~ zv77Kvc@*g3F__|PHDRf&{DRPc7;RyOxjZVFVch{-i(V~giY1_-dIANtt$3ot%;N)s z)#yW7t;|2x{{@K~{Lq`F)~LLpp3GY(8hu5oK86$kTb}Fa5{G-O822^5e|Zf)xOo@$ z#)@AsOh#$LN1>6FU2^A3Uf;F&UQJ1Y*rG1%?bVKn@wi9|T12)^>`{n(>N_D~TY@@P zRqIE$U-e^s$SX)I>C!aEG@wU%LeSis@bujxU<&_eoLjHv?<6n7Y2OXle=MpJ$cT_> z$4I@`rV`s1ur|rOwqz8I+P4Bz8En0yvzzTlKa`-0(W#*O)&q$HwQ6>}Hyy%)xwr2b zUS$f!JY|;-D71YgUnuh5euuJ7txn5N_LK``MM>q z`CE(0v5Q=hDA!#g?VJb?ZdmJ&vQU@5ps3qNj~Yb_H#%RF?FV7qX&I7QCzF-yV0Rne zX_Fa+uI46z&EIO85UUOlPZz}gj?O+YkNTxO5JNlzl$n^WkX0yVj`WOiA(tvem8%b$ zXTb0@1N_qBVN8kbJO|vaPw5d@eeb6k*>WEvo;vw05ZC53^1VFqI@un;`>2S&kq}x3 z)MLrbP-eTqj24?%p}%9GxzpHl96PGU(Ja@(dM#ew@`LvO}z zUOfwen&t+eQA@;6Kdg+UjBw}Xg+$>O2PGZ`$h?r99$EkHiNS0U(w1u5ROt7oQe8RI z*|q^-6!j;j{S)&_q#M3ITOFhI0$w#lR-_HdPClw8la~*KIYjGIB5*13_?7>=_wa<< z@rkeE`TP;9SgF7~Nw48nl|NQckyOp0%(#d zXD$lW%7KL!4acJ^v;t9vv06_xVMjPq|6_PepyRPq0QiV9RG3D2rGK|!ooEmX@yGj5^Ug=!vV|rj)%9s^b z$mx|?DA2r|#|UYajGGl1pn9CxyrV*Z_zMz{6`8L{u+xxVZAgq$lR<;7T~Mu?{rkD3 zAywY3w-mdhg3sLORk*0Jz@Wl9!(uEbVt4b=V`pCg{Wu&eDQ~=oH(uyr^7ZTjJGlI%ilMyIB8@*)?BmXf>q^2sU%Y(nH zRVEjPgqxmirD7!r{A@IIJXrct^y+013SxNT>o=6{p-`+4A1CsY$hFJ|Km*x)+RgtL zB(g^j+yb-Tbl`e2C5JWh1!aARlJZ;{rDN=`XwR;kqb;wylVK?zO(uHw-ovpuf!B%K zr4Y|g{?bbp%aBKMIcdHianEodVIYZ88QvJQm`(!k(^*B2Sf?Rk6I$<6BUM_Bc#()#CzNWyB7C@cPa@_!oT)R0E2oBBLj^Zh6+C7?isuy1OAsIsqpRO zgTEltt`4$i^|TdUeVUe(HO%a$YR1hRv&6H&777YpPQ`XjTKzEN(ht!$OV}Q*;LKk8 zH|4A~;HzP%OQ^Fps|>WgJ}F_G-uk!d&2bB~djd}CI|yzGmd3k~RaFPi9KF0|ecD<` zRYqUet2Zr>H10oN!;?`G!;Of2o1M>Mo)b6Qo~<)B*FKjO3o<;yx@#Bk1kc?K!X2Dx zl&i$?E9i*Oe%tG=k6it*5z{1fQfmgf!yK(@6k??zSa+w&cPr_~GfMQFKG%^-yTG}hJ#WhRnssIm(u=jy85DD7~Y*)t?Bhk7gmX{|MGeyo-3Xq zXXW$khY~){!#{k!{wU?8=R5DI#;LcmOjuFFc6oYs8)t3}; z3;m~p2}RdY7LMmDQLYE-oXUrNnG_G4p_=1g{Nje>-xCvmxVE@Yc0_FwqEnGED&)_e z3mB+S8T|#}96RC)b8^q0A920vcpV@xD+boanA2YQzTpItS?TCk%rxNgMCrxJ7UbgT zeKm_?;B3D*yS*p&?4Cw=bs-qB=&`ZBq%0v00CeQ5jTzy{!yxk7#yFX72A zuygwFr7JvV(;50JC?H5bYI-)<@~NH6i0N4o(o4G1vq(X~HS~i`8I%b~G7M~1ub~U zx#urPletur3`NNFhsdEmczxj(#_4o#|GIqmqEmoVR{kMUu*UGn z1>XuOl@bD#{LQ=i&5F0M>;(<>9EehhX8w@{MtZy(Dmm|z)N~rvQ!0vn(`#ksK?_C;#_82(gsb%Toi24eUFCCBfI@kj) zKdCH5Iac$AwA@Wy^5rWW4Bd$YeSyiOWKOx1glO|YdI}a@0Y?&^%dIYE9IrI}Rf+%p z)MOViN`8UT&p3H;WrXTOMztJPpI*Kue-8gIS71kAr%46hj|=}D-?e1^=`i(y>>2N} zVZoSx%OS?C@ z+L!t~scd?Pl5-9}K*G0=00=lJ($VwvGylx_c+wbF#w-}s5^`ZQO8Wg?u-DAFjD%e^ z%C4fIu3!3hvbj_-{9!o9HpT?u70oe*7g|0qn+D8;JM-pPk1JiWYwJsmxfIevw${CU(oglP zzUjZ@piwKpYRBmV7Qt44&%yB{SShnJd+g81AT%@G!#shJLunUhp1n%j6u<@`3(+#R zId;2f!*;4QEOsuL--g#^f*er}5)-dYbZy1YNgkP*6)RYN*w=(%f!{AGIBT<|9Vm`f z7ummC2yA&F*XkxzrEAea-kV9s7ki|i$b&}N{5)OCApM*L8*fuJ+!^sP5wv(?aW)_> zWvyTS?JsD@RblB&``l32mgnHSdAA`uIgsh)7RJEp<%6Q)R`;vyjRGA`9cFY}u?tJwwL}W=`RyusquU z6tnjJ;9Cx&if?7&?KbT-QOnmiCV>reOahj~uQ`CYLpLm(r1|x(;#7m~n*_M@MFD|u4jD4eSbJ;nGQ=(t6fdHYQ>nNl%@D9>9UuM(Ar>^Q>1F}}Nl_FGLIBpu~0 zQj%A}?AKl3jl2u#Y2;VCC6uBrb1d2LZ`$PGLnW%;hSUmwL0|3Q*wT*Pey(Nx&G9&= z$vS_4^dr4fOi9oLP>PmX`a+LZ5hhSIRBr86}Gya*HA6nlAhFm<29 z`vn`2Kg5J^CYPSPJGkgTBR7 z3G2!h41)TT6ew&?aXs!SUi>s~de8Mf-Hw#vR!L_VgTuLzcXo{TNco4TCzgVT7vYf= zt>>l79ghtlp&w$x#T-)U!|c!W`zYcF!rn}I0#5Mjlf_Yiv+7?~Sc@4NJje=QG@<@V z!vgsGx3U9Y<})Fp8Y-{~_JalBk{IHV6lUTMfC=Vy&MeZQhBo-=V2oti$F~X=;Eker zUEl@ZxO2_yTYzRg_k{`XE02;Q-psfI1&-XFCKz(kOHhUOoIdC60|lCIImUo`SGj^C z4s|I8^qhqOs%0_X(i70ceBt*7v+K>p9>bJ~qSD7FS`3CwylEPTZBt zT8QT7-*Z+1G%9qdZ)`ySUTT#w@aRfs!tr-DXRTq1(eMU8p$mu~KFLvyvrA0o|v=o}k6 zdMPNd&2&S39el@J-t`rc#N|bLUFU&t9(TVcn>%DKUrU&=n7n2 zy)fL1?pOTT^3NJyAm(_-wpK3V?#2AIdOTm%-R;a3G3mHIXIPrd_i7K~{?=L!{POTB z<0c-+%@0eVmFIzCwg1+4w(}N>8|FB%0urJNV4Q;C#`)hzz?Y{Pet6M!uFnNu3;r}% zQ_jqwz%88;{wFf0y2ni&0`|>N9K&^L)fFxn0^RoY+ndcV*Cy5 zX}jB*h?cUdt~FPRh}PtI19`p!XmH3TUu82uVTLOF91@~#aa6jsj)8vySX%$?FQ~9{ zMyVd|`I7VSEGb3l*cZ6ufW`mBE~*2R9-(#LYHnmFEBhCFcYXi-PY4V4rx_Q-rk~(1 z=ZyYK<(lg0T~|_`0CXgF5ylRDm4n}q8@uq@?*HPg`sZ(aoGkw|wL4CuQw;8d*^>aH zpBX4-zuW04;An~8%|CX!xDkJ#yB0P%s1=(mk^-)Y8tW$``vM!nQ6yq5y^vIwx+ zpPtoB)JkQ(jiy1I$zjUyj)hFo6aPCaQNY~y%$2XlKS=Qs3ybtH&7?cmC~vWgC?CGn z3*ySL0vNCs@q#|=>(0zTBT!NKBdUCr@qY^jJoiqMn4_y~*)`(zZT*#24?V!>+@4mP z&HAj=h09m~?+qX`#}4^J_|WZ3Yo-(jWeFOBX+Z*?b4ADk&$hJiZ8cUMC|)D7WsD~TAzgCb8;}g%cI|l#x^3AiFN@s&cA*nN?0@p zDE<%O<{wvpTQ*b6rW_gSYr4z-W10K7rUh^dAEHZTmsgvz{~fpfL9e{*|Hxixc&Z|Q zK&rv~P1a8;!;Q^S-dziu07q(s+A=@#tIghDkma}OA5*v?=V}A&SC!q!?NSQDqLog7 z;Px4#xAN}tnd%FfxIneIY3n=n|NUo076@XjEQyfcB@`+kUcnyIyn+AFzaEdjQ+zAL|Q&Ami&~pJ@3PH-4fNgfgiTMfUP%;0N|_uIH$+7k16B z?*0GCV{YMY2S0&WGH9Sa@{nXeixuc}02pxbC`Sl4ZvERPOI6cV2 zj=NhY3DU=C-6<(CTKuD1sT3-Yg|m~Q zU*?~pE_^xuf;2u@Y2XnjYXt>K#K8e!f)6jwj(9=Xc+gxnz@Dk?uSdFcxZNg7X1z}q zka++DN;3YPWN~eglY^dO8cUVq#$s36&91-iwkL`^D3_rykCJr!{QWyid@htJH}Gg| zBZ?Xv=C&h6rxNXb1s?TxO{l25+a?Qj9%Gy(kMy7Gbszr@0ADt6p`bp{DZ@@ zhlXZFZy=T$diLia`ZIsCz}u!6GH2HppLuos9nXwLK-J#s106S{h10dGz!5 z;%pMDyWQ5=Bfds=INj3(RCg#^i$#GrIoOy{v+SXI7m1(bF-tN_T3U~b+^82U2<+bW zg=yg~H`Iw;R;-X)*yVzKbOp{}fbzS=H`Xw8kllH)TRnKMxjojM?uL*qR6aG=N@at) z&b}Cbb%2dCbM8_@3!vq2u+q{aqiQy_2A1TV3KX?Tc$zux^C`~jtNu=Lh<8VfbAA)U zI#PQ+qhG3A%(N+$h2k|+rl`M1e>Cy5)U^JcyP4~Th12kWkyj>DDf1U(;t9=oTd#&G z-u6X`&p(Vnhu45hklZw8mkTI*p;Y#QbMd`(pO~*|{lou8m0Z>;$yJ)A?0y7DP^$)( zWeGFA72GFI86&btIWl|1R!$*!7ukaHH2z*phfP^_pDKDc6ZHn)yP%fJNKr>{W6n)3 z*4b}5-F``^vJMAy9Q%6)dELfSSXXPv$Jn=K3bf$<1=$D1@!aU5U5w#Y8brU8EIng2 zZ{Ec-kqcTD9sq|&RIs}B1c&7Vjzt#h-a5AMrw}|d-4l7! z*R`sWQ|P>6NlOdO_HUK6sXQO~-At7{qUS z%L0C9anscw7O(c^d}WxZeT!+gG5{x$l!iK9!3 z@L;YJBx-vVK0?0c%lDMj;J5M14q>2RkN5=%iE^~#hNzuzR#7#XJV$0?*8n>ws!JY@ z|2a|Ii^|wb9^4nDukjc4`mxSr2mY_hP@H(6n96j~599IJa{0wux&N>~PeYB111-4x zp3&y58)r|kk(cW~dR2h&8*H$ivQ~@QRr{GU>0!7Qmc8)AP%@rrx?7iKuoX+?2vw@n zo5i-d2n{BGDQpmx_lP>tZK;rS!}Jbf^m`r4j8TMCcYvD2uk`E@xyMQ?N;^#)m^Nrp zu)t1tR%lcPFES-WTRXKDLz?O}Xnl@Wdg;&?C*qkK%=JrcN2yM0Uuc%O4WFrUaIoW~ zlF|u_IwZX7R%<%`VQuQYa_^Bt+rEFi-i9^GV}505+ejRWI+#D_en+2~B4QY1#z>ml ztnhIYKAl6g>fqV@s82>rkW$OIQhF~e{b^N&Uh4=COY+rK($&iUD7p%^s2Vj$H_|9w zOE(fC4H8Rtmy|Suw8+w3yEI65cXzWOim-G@ODZfO{oQl_0MEmobKaPlcLqnX+*GN{ zH6wwav`SWi4t`DodZuAn-oqRX+Lft_rgsZT=q!_JI zM0Yrr*vD-8vQZ2B5{5pTvN=NBJFBBCA&xOWkJ1siMDgzXBXK^Pc3|A!P~(02`Ng#0 zQ~q)7KOCPSb+9sr0dI$z-!GibG7ZJpM*3FY8!pIMZPr!;?OLrx`2}g2;DoNE=~$M2i((h9 z!$*q178w^*7Jx5PTuT^8t5=+d>W^!LTOIbkTnrLW1)*cJMm$j8RX)JZD*KxbMM z|Nl_9wv>e(;t%?i)dZblNx{UD^87zc!RrQE&ll#JnCSe4aSvsMA8;{q-3k0V;REmLR>xjH8%z2 zTs4w!iu11?U_h=?wUcBKp7?zy*M<_7s3xDW9X~kCF_$~fMqF3SB3wrnc3K{q?3oHf zdwZ^0i$k&Jq&aBMl=JjjQgNhLRXW|C%>M6M$!u^I36vRviR(I~2q zsXK=p9U#$^t>bcRr_?c{v3<$;W3})$_SvzZh^2qypqh1O6?tLPPAXciUGsE zU1)jV^t6nCAXnHf$$c?2m1B;CK^-(0&6OHeNQjE~i~X{WHUGPB+ewvd

1u>diwXG176aipqcAzLVld`(8i<4+lzm=WPLD@|@uT`Yf^R^~)!Z)txS1 z@jw+hJU@oa3zz%!c`e~9MNLlfujDZCPj3C}Pha5)ha$woK}UC9{i;!P4&x^2qm%d& z=;s|kDtp7@OP=o6ua}#u)g|Z4PWnqV%3dXKRcw8U1?Al_L?^H8Uf6j;7g#xv`!kzG z5RvlIYKQh)+HvRdfnxv$GxfE}Ha{}Fht*2LEKxdMs4f5l2d|fc9XY;JIie~OO&*B) zL)F<$#o?$?!-Do{BoZ1YEgR6fb$USw6&<;^|Hi#!%jO!T3my_a`hTwZLB_cjsz&vm zcAW3{9L(Yl3qSp};*`*6Vxp`E5&&#wjNhbVyA=k619Q;3_Rgz?>U9MH8c5TvXJfkB zNrAA_#gns3`NuR?m&uD~cY=WrSYsv**>^P+eQA_o3T{j~*NIsMKUVF00GY5RI@wR% zC)-OZP@2i1qkB0dR90`aAoCw=;1O>dfF(>HD;Gpg76+C98C6z|p^c1#rp)^I01%}0 zNJSK&5ol@QCJN>)% zCWI@H-6?EdK{_YGw6XM$SLk_Z;&COqfFEUJdL%hvR_(`rPiIHi&8xhKCe1k>jt~yL z6Em?=Y2n|GD-G1=n%@VVP-!>g%LCjo+Fd^D8(_-MqM%s4;Lc4D#~7)eN!XPrGfhs* zoPR$ahpku%I*@gIf8UW#_x@^+zIb4zvXUWKo!Z6{d>3A>;OU12wMC=(E#rt%%6}IG zV5=T0-(u20dI6-LNr&p+Tu^+_mX8D`Y9Bc6DyQ=C+vduQ#fx(M8~;fa8LoVBZUw{5 zkBh?PR{8)1^6EqjnR(M#vk2&xOS`}H`gQ9@cln^nu0^0c>dZWT1H9vYO{bJfy_Ub+ zx%)ctiJWa!Gg52x6;bQt|Fhsp2GPm?e3$=m9Q7;EE}k?gMuzMYYO#;-W@lPRp`i&4 z0;Q5%ii;3%Nh@lCEYSN~Br4)!Pdp_N4r_}p39KVtM2yh7hB(`jWf z@aEeM)!xb-um7PI2~TiGy?%9OZo`YonR9&b^hD(>D;e;Q<=K7obku$IXx?~MIE}6F z#i%X3fYr?3bW_vO@lDFc5c>ovEG+702~1^=T%_Sw7;7YR9i!;hEZW2;Emxr_L)e+- zreAU_tE{kFJ3!|oi7zYazMuiS*;TuFFg9>`ms+eQ z3*H6%nnTg1Wn8wWUpR*hfygsht3VC+=d}vixlScU5pW?K8tjC&Ae}Ig z=9Z%R{u2E}uWiIAZh$aqi~iT~wkp3dqAVVkQK^mT)W~o_8&Jcr=!0mB1NrjI6W3_9 z;sS3|to^LD2_MvB3a6FoE1Vc})pFXh%ht@&Ypyh=E-I_+?3>HrU)hlx1xR`EO3JcKFcE~D^)NNh7p5Z z19Fd%Sk3TX$#k(`u(%piA@?kL6c`iAyB-*^;|SM(%IlC8PYCG1M2-%=Os_U7LN5oR zpBiND_@vZ_0)&{ZVrk;80a;v2Y6y5EX8GCj$j=CkJ03(qquto>hzn0M{p@qcT~xV$ zEt?np7X;AyL-yv1qS2Yi9@$uRU6TqvS%kzD{bN7Fwb#t@1#_JYdr*fTOGF!9hyfU; z0ccp8+1?4!ltYlky)Cqi)2`ywDequJu&3H&5<5KP5j_B zH&gJr_KqX35f@SkK;ON94DO2>0*(2xN`utzlZRsw`Yb7uF8YB-)Ns{mN`^0RP|dM+ zfiVP$+Hqf(()AiMXaL$x9?>gW$oBgIE(+|XLsaBz6q(2x4PRn8SA{C3ScgNRuIXi1 z0nyYC?(T7zNvrzX#sI?Ln^8cWp7C!|+VXX-nTx&O>HdZ+#kt-DtD4jI+&i(7sbWyO za-hz%#PzdP+xebRtceU;Zx4Q;A7vZ#MDZH59QwH4jFBN*KPLkc2In_8<5+8vfpYbJ zWxRt;+f4>5-T6A7H=)O@-#5>dJmo9LskfVm?MrhBdFjkPH%dr2vGXx))(yM- z-nllqM~(B>UGOHTuCC=V4tdGs8>_|vOy8+6w{JtR97jEaKIW0LSYaOsiq(@p{<2vZ1db(=41Vm~^%jWo<8 zFDq*!B4&4Y=a3F+R+=B3^lq32#tf?$R=TDgD^`a8e+_-34kd%#S+)Q)|_Tyiz{ z_IRlkOEZ<7@MnD76@TdB0Bn(T)bz8kvJ?vR=I+rLm9y>r9dF4<-zXjm3PJ*^b<4vx zyegymn1(!?g5B&C16d1igSzYp;sv|6@7RIu{ZD@-#z>_Q_%;aA2HoLlmuHwF#1oH$ z+o0uzUV|!rUTk*>Hr9FEaqi!wi~_b%m;=4Aw1)c?dQLugbe0TbE500RTf5;k2O(?f z!2L`rDVMLU->=MmlcWPRiWd4}lr~bZJY=hXQFEF`ZDOA{s^YG%U7$O9R?dW-{ML-%7I^2%r1nWHf79_Ahtys1KJIJbe1%vI{~ zHH();kqAa=L_boZX$Z9*d%&%DtFg?S{TIQ~z!V-rx@Z^O{g^vjtiZmYOtB*xz{UOl z>n}sZFQneP9Lg)}o$Er@UmmxvDcqy5V@UeFq{iWp^L`|%yN2pliIUhp7G&_WZkNj| zYu#g9K8qvGftiTa3-)fAy^KiVan7y%L3(|dT<5)4vx*&IHUC~lIB1;7Rlo5zSe!%p zW@yxe!{t{>w=3@VO%z&GZMs9q)NK+CM{BbTe1psEqirlfQ6&Ue(w2A>i&K#h#YB7! z=b~y9D+2&H;fXqNo_p4EgbzjK@2de(t^oNlV#iZgHFL*ZZlV)u&P%rj5>Ag%(_`;wDDOhz`-$Lb|qcgNr5Ng@p+MM#iEuWZPTb7 zT9UuwN8V7y4%xqL7B!qVvw}ld&C#IpbTJsgH#%Ckt{5q~Iv$f>&=e+3DD**YJkjaO zR&6&%Oyj!Emq@YcYHXVKlZl7O7y0W=yIkoLcPypCVS+A}@8%lVf!A76QSWeoDX4|6 zM?a4#o;tG<%(a^m?^nhJTja?MYV!zE`kKHa${wgJO3W6KCpDJN<$_Kc;%>MboH3X z3t@Ty!iXL2)6VxR?H*6 zQNcubLWZh#uv&oA#?QJ+1-%EjBxLcaHj_lY@5kPU%w0^_EX5)B|J&ucXS!}QQf+!P z;v57ArXX9fY|H*(X>Ft~{aE*TJ z`o#ot&?~7(84-AxNm^aiuxFJ3pXF+k#Ez;AO@JG? zpwRY!Yw>FrRL3Q4mgYi6ws*LS-0s**8l}sM5&FrSDqO&$Ua@ujdB?Kft_gM)_r!`a zc?*mu)^8*sv|!7(U<07Kk(4nOU^=&rQRlHTkYtTGPDJkMytahRnqwXP^Rd(K-!JKe9)re z3mih)MZ^^W%m$x#O?+gBi-_efw|_tr8L`*Hg>ZSl<7HV*)*#QRg}FmA&ur}@%aZRr zi{ZSsAw05JRet5bMzi25YWQ=pAnpF$U~k58T#q}D?I~jSCSJ4vS)iIG(9uR4y;{@v z^2sWGXFqD1#xNdPp&(1pe!L#7r7PD-b8*|$+#Z>U>`<14U;EVI^G`5>0KR^Q+vV!- zlpEU)I-rZ!tUv@3-MUihIYs&EcpfjiQ1UXXwaYBEF(&%nUvU<1c($J_%|@tr9C zhr)q1G-^QMc_+7j;&Bzr8yb_s0ZR4oya+P(k2Or*r;lZ1qha0J(@}@%Lz?%`x0>6- z79d>0Z>C0ETnS=(g1o4c89Hvfe2rH%Aa@?66K;KGCA2<*{&SsSN-hDqp$vW;5Cj-YBSmoH!tK?%2LtYdsX5J#ob9jvky z4qO6Mor*%0Y2B0j@hJYF45@~<1p77P%GuW$0l}mIeZ|^@mpBm6CwSPnrNx*R2}va# z6t_)x)JZQX+Mmoz+nKR7yNAW*>;Al8oVS))m|SDa@!wEG?oHyR5U5@)JQH%?(cXT&<$xFJgDn$f{w*5^|kj8PyEJtlLo4l5?{A75|B*SbFejk%Jb z?P$Jh-wjTCL&c27Whg5~4_wYra*Qd#&}vm~Yj)+-3)nb)i(HY9a*_J(ehux6RknKH zb<)q)(HTr%RItw^gT^sllXx;eUmQ~BztNmJ*|O#39w?7fW|T2{;E7RP<4!iA(xSIE z6rmx}Iv7l&&vx?+MuK@&5|Sgl|G^`e`Qy|$yiHNH^$OSeX>4e=_=w*yS33H8-|dji z2x$m25&VZjhT0@mvkPULhZ}B<(DE3&M+dhxToOd&VjWZJNeE4j7cRv}i;Oa+*;=f@-!=2~Sv%jsuL#<_)> z2@D-Z7r)K6owo!u>DAhu2PDhljMQX1A5Cydp{-RcnI{5ou0v~@>NwAUeCiw(t!p*; zxiQcAY@`>ttJiQENv8Kt(~Sku@DQld|6Y)v`h{X& zi2kt_;sRM26y^P37cPfrllUTcHH8e*ijTvaWgxn45vmnnHJVus3M`3nGe|G8RykZF ziW@i)Re+WGej3M90$m+w2cXZ+-!~dB6`LlVc-R0-lZaT}^peb{_wOz*9 zyZUK;juc(8G$(u+!e`KVP~ESGTyqj5wRnjpCohh`1Ekjpi6C~PjP`$CJX7TQO9wzg z44?#Is7*P=dRS^aAN|uikN%#Z`BMUdL|f632)VVF4yneE5K#SAEqj81Cf0G5fEc<_ zVsUq^JpZOjl)z4c)e&ikxY_G^Wta|$2whoZuJO5!>dDKJSjpo>QE$wcl#_1>m>+}U9f-$_YdHa*t z$0>0VZdP~+V+i|gT9y+pPusPGCyovNsl|3E<_7%FCvL5kH=|!HtAzI#r|g**y~mm} z7u#?B+i<8V;6zwvYOQ-0dbHc+raEXE}iL z7i7rZIUJo>G7CwdKaBqWg#F@4E>_+#Ll5jk@LetVKw27uf;JwKIn8}M*{H>{GVYV7 zsb(rHzr`dqjVZbGq#1;~oMhs7oJLX>?5{D@8&`qxiwp?{f7U$k1k-kdGJwK+e$(Yi zi#B}x#w}ljz(P&Hrg#95RbAAJQs7sN_?5UQD=pMZH`>Rj!U!WZAA|Yh?*>-vQpo7c z3=nm6iFFbG1j`@+mK;+uPX0;eo(BB9cd>1`4qdSc>JcSHB3lw-EE53#ZidbJ&T^V! zY^-{MYg&o%XDD;uTI^ue4}=0g=*xd7jtDzEgYvojcVN19I>JC;%9&gR1Yz=D?4_I$ zyz=vPPSAF+;snfm6hY`M%l zHLGUj&Chv@7mN=q&X1RdGQ$om{6#+s{$NfVYyF<9D-J1UG{B!1?Yc7FO_<%@{>YM} zWT-|aDvv)1Jx$_P|9NEhu4>Ir(*NHxg@&01k;+0`Oh^Z_+wp;zP8p}i*t}YTewL2PxHZjwZA6^^6pwC;rKCH3RXs#n!ONQ?2YTRcX+CMp4KT?LP4&{e68 z%@)G?fr4fKafKU|38v=chJt209)6nKsn?w@MSdSkTB>cr--^)}>f0jg1khYl3_K+0H2k-4J=P@CRm9E36XgOGgOo zYVAU(p}678ab)?s<3`kWy}#+iCVZMs9>?5X=+@w>da!Bt0L<}=_{mXI;d_MM8Ken*o`F%CDdy)` zOY9Y&wQm^;flu4c)c-Wp8O7;Jj~kzGcEyyj9{@JXP^=XU_8gXW*rJOGD=!(^Zt{m` zz^Pg%RR*9A@4x%A8rjnB;}aTN zWcp$!{Xdj2;NF7CyLJ3=<={h{qj!vLHM%nBx25AiPObR{fGM{-te>U#TUfh)8xy z%PlUUUiSm}cYFJ^Q5Dv~ZOhhI%@QosOG|*BodP@d5R8tp;k@|;e?!=hOnp$(7^;CF z+HW{LFeb#L@^oLV1M8%Lv%&<{UXW37u%f_(ZE6}4)aMNe;Tqp8O(dA@82w%eKH$RRM zni%$k0hk|@Uc+842l?qEJ|^Cvh|(Uz{)j5fBtX-pX6x+vqW-UG*q}!;v7t-lGX4TH zmgt7K=Yu|##+<*wSy^lPSX(NUL&A$7K+*@aF*96D$y60tjZRK6u^a<=8siUW)oF*z=h(ZMFqx(sgqFi^>lvK1;Bmc^g#HDDQiR6 zO~@b|;f}`Wr`KV%I{Bo2tNr5(U9bErX3P$WP~hM$$7^GCuChLHn2JxDbQFt$FA=t* z$h`rl8^o9AJP-T)*K(OSbEI0?L%dUN>dlx%@+!#394eZIBoa9i6QH8oFe|L%)=NK! zOD-ximXwxKSmTswNC7E&)I6F~H)4x7o~`LuKUGi!HU=`E@liwV@IHuio2U0$k1Goo z1D53N?_5n_6KyUGrW?B%hl<})ss|j&vKd_${j6RU$hCEZ9e9FZC=}6prz^N4_Q}F4 z4*8Gw6jy^RJI~n(8lrTw@V$5yy8XP+P8s6&7VznaAw5dY>hTF(7e9BwIBNg=v(y^J z5`z8~nzxk^(6Ookp7L0=vVkPh_~~7T9kYQb<5wn}z4Tx(?{mi|p$u5-FSj219+8h} zQUBo0_wW<&II-*pY+s;DxrODF_YQq7G_6)HZc+51Q&90kc|?l1rq}i!@Xr6VyIu1j z)sS9#;3+nqW^_^vn(~MZb9`bmt!j|fRE~(mzjAxe;~<#zeIkZ;v6G{z72)jQ_#|x2 zX*%l)Ab7)75rGIVvzTqvp+a(?q}hViu6ebN520g>Mv0RZzQRY(69n3+$1htf-myhS zxJtjob{}ZVs7?y6u(DL6G09MwuR*=3T6;1a!}h+%`77P2*i>pA;=4J}-i7O>uJO9F z?sQkn!YmLEi|)ti*Rh?A{*<@Hgz{J<9aQA*X3h_s)68xW`CjdR9gct2y=kHapZv{C zTsEEl$-8`Qv0!U-i>UzyjQhFjyPq3g{^|47x2ILwR#HkA=(t3j`NEDF`Ygl4PI07f zkqRJ0+mG6CY{oyz0z|ShQNweY7U6Oec$ z6E{jPK#4!!vgHcnbjTWIT>X)q%#N7nfNk&Lb3Nku()Bwl$``f_6TsX<*YPxkuy#DLIzr+ z#{Ra>F_{KE(TR1vKJi{=?VERO*mfl*&E1F$0m`1JU%$^XjSV^iwXZNfxs#`$T~qP7 z%6DY)=*}Vd8F#aJIF|uGr+1OBwHF?n`STKMaK0|w#f6MK{d=CEDOc27J<(}T;L(So zg;3R){)dt#q;BE#o_FA{$8JL-jq2RwF#A$#%3aMab3ZM%`qs&CoDobLF5Ht* z`;fVXk{H=2j%Ct7vSg5#sz(V)@i-Bc^sI+#rf`WZM#Wz$1vk}OyB9|tyu*`Uv#>z( z9wg9mm2jS!;X>_yXnlgm)qVotS3+pz15UBRTwaGcE?kC=@Hb$FOeO=C)46PB-Y{kh z9(^R+*8o>v^0Snl4{*6Z)bw1KF0#t)csxeUlqKG0S`7Q+*_>utuQd;UIpX0Zx2bdW z)o!9HOJ;Wz(z8D^cT!+htqSb12nW8f^VuOhz15?g@yn&TC8n;Q53N-i1tQAKQ@8jwd~@VFf~z?s;4=d)w%zInpHDn7{aO1u z{Tq*7#k?tM^}9LmgrAl%uo@tDJ#6GvV>a|3?nm_UWC@$E{y!rm)I|zB99hHmikoDm zk-%+vf>~x1W#W%YMA_TWXG5L<)8cc{vwe2HcN@LF1)qyE^^i8aujc=2>WuMat?`w14t1b(vrwzE_$L|? z%as@EUA1wZg4gyep$rarGSkBmwC=pn{p^tXp}qmTy|A=8JBOZI%leTs`ZR!?Ux7E; zZrZlrH?Qj>F$8yaIGiUQznWm@K5MMwcpUHq)1#HtDSD``HSGi?fAB+%JFp^y-f*?EJfTT_`>dg9rM zfi~)4DANMKs^-w*8ywzgBPgK~${+4EMg;*YkrOYT%%vAm)%IRE=b-(BeCQn+{yNw{ z)VbzJK%`<6|HA5)-UOGikKsrAp5wm|K^*IhPz@ZW00CfB!`4SbdcZmMGYvA{WQEvN z6_q(otG`|s;xGKr@d?zD`n{Dw1{faAQR{dz#NC7Oqps=SR-upF0W-Mas;NA_z)CVj z{WfIr*_9if`bo5XT>0ZjA_q7m-bR;U2_zbEgcD)BkQ#3VKbZ+xboLZ0U3m4W-Kn(!OnWimkLG?7E*xRYaC z!go4_YH2qYVKbF(NE4x-KmrP(hOPtXP_ihO@4b0Wd{Ndc4untkv?#eQM33iqC?UcyFXq`bnN9H}U!Di^e98+{+T4L@B4Hju5FT0G4`OjV zeFgwjjvO;^E2*R}s%l8qdt9E={xo{#l@W&v=E4+P|GekCLYR6+_736pk3 z=*IGe!Sr|{1409~wm-OI+Q_vwjEF~N04R@AP50I#CXXudVni5rRtu3U@l^-^Tz`>O z<2AZHY!oAbekw3ext;gSSmAk7bvZmHZv>01`|%crWBcfditXLzW&?_ukCnKPA{4Uq zW^tpW@uyb;>HVp?8P;bNLzaxY!3lMV`0;2_nf&Kx)o7tF-X*bB5VAI1uf3{B0gr18 z3X=;14XsI@bg06GlRZ7&)zP>9d0D#$&eJq%m+HS-mK8iB_6FqCi1AMc%lJl2Entd{1uWO zkW{Zx=4s8uKk}L@nt#Lc#HOvDma0_M)D$~~*DQdHUR`*-Wh&D>K@Ua!Gq6sn`x2U{W6~gGmzbI^eE$Fal#` zH870Dsg2hdzj}jX@5n18T-Bb~<;f_}ATPEf00k?SIyih_*-=gTyu@WkdyXHeYg|Rg z+2#bpGqiGoO-bphHBghRCzlX0k4ABS`Xrs_=fRaP6vb1(zi*q3(x$@v+vJak%3sti zwvA|O$P|^mV2^gRaSjmG$|Bx7_MrABBqF>ItdnWzMv z+w`VE0z3P5yp7i)EcAjFsy5ZT@O!N%Drfb(o}29e71p;Y8E3G}hSRg^o|D_IwDskq z;an@V8z0*;HiON;1*h5b%cr1Byh5JGn%aQK>}$?!(#TuCidM*b0V-6u)3Hp3v}Su- zdy+AQ+?VBoR+VSpXDg)9_LQA#Me2O5Fh&Y#X_ToKd*Ih-JhzP16`VAB7+np5dMl+2 zw?Fq4jo>ZfK#Z{6bjB23%yvv!W0XmMJ>%Y>>AV9eJr%Ggy-NF`xR~?V$H_2J!PG%1 zvsFrj323)uiIwx`({=@VoiE)P%#+%39><8_2=07{An`FnQc+nyCBPSu*Sy zJNyh9`ck;gWYTAtB_N_3HZb#eczn15r2YXy{N_QAr@xAvYvnz2nbcS`ynFh(r@1SQ*y$? ztpY3QWr&I*7^@fYR08;wKqZ*cjxCj!VC?-(1CB!&6F6ECctIQtnU69A^~0u*eV3s7 z?_Y6RWFiCjPS7yak0^XeH%eo zhx(<~l6P`tefj0YH8DDFR!XZ3Al0|Z9E9Hh{&|50U%0=ovR;q+-k2u520|I*wAkqJ zXY^P&Qc}L1Zd=NAVVT~X44l!{2^W~iDqMI(g@ybpCykieTr7(Bkr4Qsrb)R*rE4Xg zsg-Wm>KvlXbxm^+Eo>iW{!vD)J<>iA3^hODK72-o^>KWX;di7>DY*tODQF$9@Xrjuw%DKh;$w2^Y8@RDVtV`u%vvs@mIA`5dxnQ(%h+9}D;9n1~0!S)(&Z zZ5Qjo{jO3+)BHZRVUOuI*~F}ny2t*4JBIzIuLLG(hSlcHKWPze8sqYFA^r1DLQ#~A zS385B$8j zP2xRS$c?){vZT(bFPO)Pa{AO`b7k;BC#kp(`*a_qqt@0DCv39Cs;i(;$pIk#D|RKv zx*5V9-F{MfdYZ1KIJ@j;08cfV%STd9x!HoRlIr{^_?S{tNw9yKvyr69045W2?IeHH^v*Iqge};6{AKSwEdDeYY zm5LE=EJj_rtJGw}q_Jnaw!FjQ>PG*p2V5EG=j`F$K1#%${eOYw*pV|1kpH0A8>eMZ zY%@w&sib5kDm1`vIbF?;OA-_DrKErG(F6t7V%*mGl?a4wBl4k1iD4^rTtKyneIGmHeO2IaP9Q`dtjin8N=TH^2*$+ zGeh^LDc}0VXz;`XZN2*OT(a2l51-Fd@CeUQ4ip*z_8r$|0#&E|9-2OfeK#sfRZiwK z3gKI!*`d@sE7b)&PT(`R43}%Tj*uO8_9#;&+DKi2r ze`xn6mLd-5Yn45hocB~LUCUkkXQot|b*2(0^wewrd}EzIq(quOeVBW(g%JFAK3!-` z$@<%k7{9fvkF_uvI?14@#&r zMF`+T_pFJ^%EYkW)){7$ZuOPt4a~RUCrmPHo(56x-RGjOKvIVA7%%lRZxk}@p1tZ* zHn=)SsSQxAsBQHBXrwi`Q zzt>YGNIaIn`UQMZAD-g&2WPG2#nfi$9H4(JQ##S3E!AaQ$V5u#kOvZ2RaOyrBG^`* z&-E|3O>K?(KQ-3GfL`o{j^~D3txn@87J9E`m>rcjTU})`ndhfTooBFSm@5tajHh%C zk$qs)bFGb1_b^}hkn~5w*tlj?P2gxUXaEjZ;%H+Mt!lvRZnG4q(J3gBk%T7luCiS! z2Bb)imf-1hdri4#GxCXmy&obPeT!8V_>_Sx^zSq_St}=$8UL6!+4otf1!&G5XA(-( zMyKfBd2`5WevR7Omoh`O7_>4~E!F9!i}V%e)@OY#ovtX0Ae5COmvXtB^dx8O9Vi`h zX6s(SQ+umK;H)8Sk~xZykLtr5FDP$&3^Fmn^}k`%JKe$K%94%_>{uNBegrE!rVb$< zxU?iSAZR#LT{7gdixAg}hg7h*rgUHTjb@^4`bmf4IT8(*{@+R>5y4Kcu~^>GDSD~$ zOJ9VFjXsgknZvX3}U#2V#1V}EDXWb-4FdX8 z>nzkz`NXF;)v-3Q;8OD5@H!qyMc3_`tZ1#x8_gacjWxxN*vqV-Kwp zZa=h)PH`r*(>jJ@ybY8fnf~&?V>;dpC(Y^acSBSC`RgrQ9{LqN9zHt7b~absZL=*)Q+zkHklSU- zhiwOxY&aI3jWW#;_;@-)gX4|M+rSpetei5=n*rx8;7m{(mUcTRUx~`4-X#ukYnKfxH@emWe0VbguWd2NIt>kHj(8>3xpQ z($0lQm3vd*)T#XBS~0f-F}MdQ$FoPK!0kb6#p1fQ+hjpo1_o>Q-%L`R0k6GNF$~|c z7*iDjj}uBlC0Vgk1OPgTs?L^x%)iFaz{<~bnp1C@6wBXw#(no>nN+v>@MZk}{JSDg zJHC-2Sq+qjUZWW^kZq@vfpt3iu2_v(t1JM^?z^V)@8HtK z2IiDAmG8ToT@(lDmQKW0;2}7z3hz2y^Xw3+O!|V%rquAC&E3x7x+702Hv4S zh_#~!W_P+@+(h-o{=tFA3IZyp?OlgnTX!pxHGn{1CrFwiSv18r9i;@TBK~a_@D%I1 zmti*Acd{VL*9fEegR*$NOvdt+T5aLB7)8?T^{Pj4)br}LOh)WE+8&G1Os+W@GYbjs zV=43%|1WPe`p$|U!{_(GZ~epN08nER%h|V1BITRoV7{4Mm0DXsX-7oU$0@C-T|%bC zW-o2zqkNiG1)~WIA8&Yd3CA9$Qya=zNR9^MA4HQZa6p4nCbMD_@zx2MY4;_K8sX|` zmt(d-BBfMK7YclIja;qW{^=Mz*VrGmf><1cXPe^IQ{_$Cg-@}Q)ZvNzS2;>o@j3>M zG^2J@pnq?5a;%I6ujN=qp3Jjs;hou?%A@pP)68FxgE1X#MbKCrtbW(6C+Pf>sSa#M zEl_yoqI}e-;aALtlYz%}Pluqqvd&b=Y0lnpy4&|Wkh?N}t0>E}=oGw6-l{Y%9;3XC zQ7q~XR5T7H@Q@v|!*kYx+|{rRIiwaVkCnB%Yc5dyeV%64C}o>7ZGJ~drhNF>Xx;9` zw_!s!e(~0b^gI&D+uu+U_WVfyF=u+M*r9Ly87ko_7voL>zN)kX>auE8X)2( zFLpi6*-nU2cQ34D=?mPl>0eUM_-UU}D!6P^IpSMnY9Td^`wB^bJ+f7ClgZ-UyI`c= z)q&Ses=FR;c`ftJOEu4Falp7Oc>!u%5Rs!DCPXmn*Zuizps)8;?9OQ3m|!daeU~F< zU%>bRQ!h~zm{YN@>-SNL+7*FpAv!sm&iJrEoZ_1d^iiUfU8w#*{4(jK2#coy-5uSJ z`zn|+h;VhiR<7%;&sh|(ky9676+}Me)bdJ%%+lxMTM=N2rUmQ>w3DgXDV?jT`BmzL z*DzirPxUwy=%!V@AIFj*@`S%+=gofEax5T~m;zf5OmJ3_G7i1*5+1sIEeJ~e#p?j9 zsZ%0CYiiV8reHlei`z$WT-WfPpZh;=hvOxluMkleGR-wmc}f?~ZF?p5ZN@$gPY#?r zUcw<G(k?fjhAs|y~_Kp4z!QVbFUuTmUi=D0e*%vNM;s|zI z{c4;ll&{XMjqMIdp#z%tzVcp^xE%-^Jz#$6PKdQT$^GQVkDK%}Q~{wkI8UuCOtF|w zZa0;Si&IR$6}*V1i~hULd+~YqS!m!yoNe~%@7=_SZ;smbBnEx*aNuIY#IxumJRv{z z_q54NaGw_@0ok?0EYnzmrPLkuaW~@Ym~!E-3yyQG)c0S=f^$ z%3M?8s;_`6Ib1-bH4W3Q!>m{s;b~ClV$}XBUwpO9yWrwm82!Nb{Nr(cn$?vP*QXq) zouwMj32k?ATWzJ?!v!X!lswI(FRlv*XP{E0UdcKdvZlH{#9x|e5v~zkVBQ4`U2WyL z9^?&hiWdzl(ifiN9TqHN)U&Z(X$n7cQTew6^s_OXaYAVZuIKaxIsMMaqAtE$;RTb|vnJ6_tM+_9(pOU>-s zdaAr5ChY(t8?7Wsn3(2c4|?ds$hki3#gkSP#sWv?mE9-iB)%u?C`G1M-Oe2xb|OlL zE~=2FH+ZU6RgTAh)tqGft1h7H1SvLEWp{yp4DflX>kxQ1Z>nAIndXxlXf6Zs_;sE~ z_jGfQC}Gji-|l>a$?^5K)%bcjdv8aNqXe7KZOtQF)OkyIiC#_KVsg&AV#;T$lwpbE zpr9BhGXxoEpE{>Yib`C+;>_8PwNvtMr|bBOoV-+Kg{}rxH)*ctaXCvN)s1MZ-f@#@ zRAQU+K%MX^bv1uG-!7rGGW&j%!*rD0OcQ|%aJ{@iDwDUoTd>tQ=VdJH`|z=eo=XhY z5M? zJO0*|S`9XYf1`$xvS2!kT*0!wmWGu6y;oX4ftqxxxx~w&c7%oU zDiI>}KVcQ|N~Qm&7TNHlCqm+q-jP7q_xxL9isRv)2ABRkqh&CVGv1t#ne4nU)Zryn z=7$cj(AQB#n2(~|m&>2ZqIyLcVqm1z~43;PXRpZh6lz=RZs!8T*D~F`SdG@40 z%=OYQuB20zJUAlb|BICGCR5z^B6#sxwVG?7V+W>73to`U>n}Q%U@MAZ0!9vat^8^ z3;EMoI;M*$qyBtmG%#sN|M86mEq^mYIrEz~TrnW>SvrlMEF)dqY^ICQvSGRG>|vp< z*DeV!$=r6t{mTdD=#ck+CldWnzdXC#r*0|Da`beHr2^i{+%Ox9G40D1SfHm&8(#j0 zhUg(a@lLh?#96w4=1-K;b2}nh4mxEswPR7^JJ31yjQ5|meeVy1&|~W_c9$oi%UPdF z+NCNWv1oi6@zC?J5^kNrsvySjUXgTejDKEum}zIdi?-nqw}?ENeOb6aAepcgz?4p_ zA?~68_OJEu(>$nEd1Rig&NtH6ww;z1)-xWm3GQZDvE~$4khqIj-u|6kHdKi^JZrue zQ|s^aUHPb4a_&u3yi1YiQX9l(yLab(9zEFyAEbIL9i%|&LyABFF}!q}7#O3-1K<}1o}`fT5%C#!I3l!naD z6^6-t?W@4L>TdBOFyZ01vvW6eaGME%$}<~8eJsXyAsYFB;>#e-uf5X^E=|x%e6D^W z(#iV(^OqlY!FTD>%nIV6@VCAP-WY_I&h14ypO0EK(Vd$pc{SN~k-dvHl!tuw3*`eh zA9r&9u0rmM?h_^4tSHzz_bN3ROsejKBxFGsWYzDwj5{ePJ;iBVY=T`Kd8q!_4kF`? z0{r)wzfEbhfyE&0wV$=`l4HbXytAsb67cEI4Pw;?MX?k~SU_B!amKNp)*nurk>(Q) zV$b2haB&-GcZ;LFP41=;lF8k3DkUP%{OQ-du;AzyvaPf`XT)F8CO-Fz%D!^?*cfaA z^ktq@;XSr*BuIx}jIdS4#3kVt5w5#X6);;u--3R4l>_;k&p3~;%g4Yr!^x@qAJHE8 zM^^u#9pybL9KRd)8GFszeFa^+4_VdXh%nM0EALdeXw$@!og3eD@E8RC9sHX?acp;& zcG));fjSI0If0;~2KR!a^fs!iAyc%}j5*5|0eI4M*rxO5R!%O& zbT#e30<**oOZyGbyARB5?uHPoxpU-j{aN85#mb?Onl~B6_(#I}$ax%O91H)9V9`li z3Xc(mGJDuCzQV;zY*Tn2*I{5@JRB~|Dks@Mno2cma?rreku=?&E?SD)@BRM~p;JCp zcfC-pD8-K(!H#vgj#PX59vQC)stGA z@>6#nH$OGqT3+x{cTDTmtsPkq(OH^m*bTf2z&a}t;iuVLeTuo#=QYHjRK{2Ed`jg8 z^BT_4$iSjLU&z*eO1-Bj#eez2z)y}E1Kn6n>H8QYYk8DhP%*Z5O69rD+?ZTYd^*Ju z%kYe$#ugoHQ~Mr3x{P*0=+9K`pHci1_7q)HM? z;^D8f+3M`eXfSRd!A{{n(#rtd%*IA$ihqKfIC9vYh`rq|YtAEoR=#AVceB;iGm*78 zJ0Z~%W3DpTxM46yaYheU`u$dNy1|6AH{pDB^O&fXy3uvit&?+g3KH{L$~_&)2GzS?<#*3yjGZv+?|Lro(l zrTCSTl8VGTLImGn!UOMM-X2~-8H(VQm1=zaCOH1MmJZdzH6}__e4y{kD@q~bdm9j% zlW8C2`L4=-fWYT3R;}R~VfZY{j1zZjQECf3#I9-Y5b$wo2&&W==XK0j{_Xuy@7Kz^ z3*j0pRInI(*5O%BEbXHW!DY2E>8UFNtG4SoKC*}#BYt#nM+6(*S^d%^ib}yf!yt<# z5$BMGHWT^q!|avP%dnPOJ`X_&bL$~JZ?Xyksn2tvxz1GA12~c96Aj9wv8fLh_sv&C zoy<3Nd;c!$l`As}4U`=2Qt^hp@qM9oR$mp!Nct^G@0kupW9uRB-UbH{udf@?RK+~c zJjm?b3m<@wzI83f?{+%L{+#(8gms64CY|Fa&R2^kEt=is!?BaGaDGL zE8F3P&5DecFvwuYW9zX12=WS8y+TE-d@QKv0h*qC+=sx*y}Y)YyKUwbztU$_-P9as z5ZNs9pWZO+e=3gM(21@dY+J?zEKZqbiIFSLJ8BwP2i^sU5Ji6|wu#6`L|I22dkwu8KkC&S=<`1>Ik+8fr4_; z{7p{#dMT)CRfsOJBt{e7vMk-rVe=H8_R*~)w!Vo0Fpcqk>$9jdFegewe6+5ku=Bb| zv+t$o6nKq+k36ro3rPg zhiQNuH`H{fjG(iB+<)XHp6}Qt#jp(?y+N+zn;NZ8FI|iF$3_CHPwDqKtVUheEa$Vf z7guR^QPc1{(*3bJtHR~QYX4UYmu2Vx@0D3Ot&@@7sms%VMRA4xi4M`E8KZD z;5aS|M<5!irWaoB9>#_r!n;gF*tLsVZ>2waa=&@H`{wV5Tk)He(k@c&GSqw^r4Q2d zXBX@~1>FNDldj6si5Mn-yR_SADEX9r(Z#h#s$G1yhP^r$Zl`s96v5byrzrG3CUY99;>&6v-)ryicy&bJ zeO|-#mYf6I#H=~-hld~)ueL|OMVt04XwCg~Z2ya^65})74{YtLyU!LcU(UlA5lkxNK5wL{j$@`>)B2hx)WM#O!g%^lh z7XZuK&f;DNOEd&ZGnnxnYi{ooD_^YB|9y5q<&bBxFBVQh2u&6-YI{B=v&3@Sx{sxf zStpVjhAfc+%6;k^E81zs!l_G)CBzWcU-h`d7+iO_SxrE<6TxSjxmu))rl^=g&r*gk zsg0TqQh&c@w6YTP*{(T)OP!_@b`iq(irw?e3#OyJ)B38w#bi+BP#SWr@tW%YK;=De z7AEQfPeLKwe6Nw{F9fE~&{`f+suNifo{V)HJJ~pV(z7wRduUkmEICbH-|u55RJb_- zFD6_lN|!v)LLT1rt=J%Kwe;8)gjbOoCff;DwMhD;rj2Jt+uxRx=Gj% z!{9dN^2PT*34iFq()x>u3WWsHU#HpkVS5;m?vLhEBsO>Q5$f4H8eVUxW5uEa7;7@y z2dzImG|y_gvFs@kuT~V^KHEZv^DTs_{0s@2p?o10_b|n}SKVMsyG)^j2m0Ck2*H0V zevW1x>drqa{FaS-L_{>ztr6XNT`jJrcbYN<^+|7mAZ6Pc-?p;y{^V$H`=b{bJ2EEE zv?%-T#_JQI+HW#3X1N{E-+^LMG>6u!7NwxSSjIhiB{-&J?N`RSsk=vU7}oVL%~>R1^1M}8uegf{pT3R(`lYt5eOD{!CSheo zZHY(`Z=b_uGYdwW50cHcg?gnHNYlH*uI-&U$(@ud@d!m17o&3_sIci3z><~qZEF0NOq+|E3k1xtqvhX_CmR^SYbHbO`?9dC_`e0dnQ1+I zh@~jB1{Y}YEZ!gJn2;z%BpA$H!a$0t%lCpy=XYk!u5g{e25uaI_Uo<0oISKql?0X9 z&wc+^DAG$shY|H}fD11T98vJ8FA}4Z)~m2BTi&^J$gzH*fi65_Is#y8Gaei;l1L-Q zT0CL%?2gdFKC}-^K+(qSJ0dpV-7%jYaXM&mGoE!gYwE`G6Z_RS!qIzXosqtmaZx<)tIIL6;NmBjkyK*!ed6?lR_o)W@Hg6HMbC!$Z za3pV0Vr~{n?Nn0onb*^3LR|>e@ArW7R19|c4jb4_EQT8cPY@&;6=Vj<<%1s0X4qT_ zG)Toruahg#{xRK-Z}qWKhI04WT;hwCFBV9Hc&K8MaiC7SsE_ntCyo1q^n~sJ^wAW; z*1L7ls1>d1MX@d4!eU5M?Xw_fgDI3F{^;-F^~PFz)D1VV>Hblgs%Dkk4#@KI;=0*9us#pr@yj zV19~gdeq?CHuKis+1qI1!15zf^XLUI^M{$6=g$a7KhPInJy=-~I=cYtd_|=rQsRD| zk)ZDB!eS{CIy)7)c2tkLSnTb$3ellG%ArJ(`Rc2Pj09Io>=f46g62K!z~6q%(8@g) z-HY@H!zwClM;EX_fPWLcgn>m@2Lr16AU59xbh+gjIe! z9m=Zv&Ywi!qcF8Sl4DJPjGg>yvd!tDv^2=?oHEPr%g5qI{chU)OU+a9jUPMpCn!*e zXY6-<$@F}vsluC7G;$A9aLCytLml-7^wUdSGn?_#D)q~daf_|M^`|>;2+vW*Xs8yU zX1O+jBY|bI-?&pidzSZ6naSyy+yF9861eH3u~?mY7@umY&(^%vE1L+d`Jxe{6)?6S zwimSZ`@2bCO_QhLYPaZ!oNC0E5Ri4KX+JBamtCbqyPoY9&~S zubmk&Zf-aNiP%F#=?0hahyJy3V&klq=4fRiMn{~lF{jSS&fFwSfK73iYmPb@sZ{|r za!8)}OtKg0r_m`5{PRN&RIL^tCvg)vX>8NUj)jEHtV2Na3WnHW7gd^wQ^vQVY!uwh z=ZM-rn#xwT^N1iexQIk+W81mtqKdv9o=hkzlcQx1^o{YaUg~OZDMpvYA#$Uof&|27 z9n#!BBpnKP*xrlr+Kegzu;b`tP!UNSB?e0}GEsm~oFR6j+dgw=34%4^DVN7iMz02x zH7kKV{^UtbChesPdwN8bGQkWPMfDKVftTg1&OwqC{e2eHlMp#kHWgDzT4E)UI_cs_}?5`nHw*Gg4i)S1ZO8PO7ic z6~1WEPeCl)$Kx&pwD_gh$ssOV^yPl(7B(Gy?a9E~3iB2;&XTYq#Y>Lx3|p{a)iUSz z-0;QrZ3dQ`ZO^7^AAws9A2v~t#;A$8B;)Cv42$iO6+gO|`j-Lfdj50`c-yyraj zV61*etu5h=4^jDUbp+ELUsFDBmBN9X&*(ULSon$}7}(IQ`c(G1D`MFHdFjeEC#8t; zm#;*8!(LBEeo?vK{#{X{!9z2OcH{BD`#i{s$$?pQ?|wx7?=R7ahnD>A6YzP?bv7vp zal!LhHdzbctz>YQMQE;87X13h%)-(R&{SAl;mSv~P9S=dPzv%IQ+uxcUfN1q%KV^P63xdYrgizT!xDR~1K{B|)IsM8SpFI&pP?KXynn7@`#Pa`v}`4?Ut5 zTwhoI1^($@ELBo-1GWpc++HAXh9W4G6`ljck!@e&|3mAZ-RK8YukdO-IPC4`+$tQD z7P^a8*NE4>2Y^(TPe*y8UC+mt2!ACIhHA0*P6R$+MJx!=ef(#%Q1I+wr`l_on`9~? zg!#QJ6J@p>q~X@sw@YZ7g?P@N810!RpbZ&d9OU0$aoId8YnwLd z^qeARL1k(2O^*V2UeQwuyt4gyZH3em{{OsLvw1?I@wKG>Lle2Y%jVtlkX^PYB`VHo zC+eY@e$}=flhU_sLwQ|YH=`he-B6v~h`n9Um>C0EftuC|KE9wvSO8E9bHqosxoe%E zZ!E#;Q)4~3TWOC1_(KNgx@+sz>#_CZEj7;sN_uq$Y3N@CS<1#)@zaTuV zzjV3-{4LAnVqHb%M&iIQafLWx2JVAg{=EPw8cyS{Avaz3xN?};flT~QIB1u(JLsNr zxNpS~fkyah{FlSnB*m6lXU~#vK4kcG2%&&X6}_eI8^5!7Qrm{?ua>PG+%gzwFW`x( zq4DGPd8uGr_)bQM7K?ACad}jTY4)#=>)YoT%VR&k-M{S{d)m4>Pz~Imnh34j&uP8G z3W#`z5n0{Ob!XPM>!k=60M;>xs{8Bm1qjLU(0hwua@VQ#`S~l3QDmIAM z;BJXS!dh{4(%+NqU;L{I=L+;@%yP+lOP>YS=zmgnKT00YT&Qs33Ov(GGQ;*`+{P>n z5_ffL8Td|1U1g{qJ593)R})ldd0-Ym;EFC-0HOt z`c~(OkO{rrZ~4kYk7k8GfUHcmKChe&{VCJdY4H?=g~VI4tWB=S)q)IPrajx_NEa>k zr_;HHo+8*xLQ8tq=?&38{$XHcp!6rrIz ztePZisx@!OuWG`%h}4RtmcgTqyS?@vP?#O3G7NmFv%;Rbz=|6wM|$P*KGowSZ{D0- zan?40uQMRM<^*NbL_w<9UoR{s{IbZN{pL==a*hs5`*(Z`W6QhrMabLD@hvpMQ32}i z4w<1rP&?FzI-hTsg^G~pO7MWdhB^;Fny+REmjNY#9a+KTb)~SQxYRRu^ZXzpNZ-!n z^q{csCcDGm>Qi8;-3CpC(k9lBE`@iReML9FI7PCWnem}xqQZ3E@?l5eNqLhGLD1=y z)c#bEZD*PQa8$*3@&b)YX zISX%~KfAvyn7Z!+XfVUNP~Au*^AKOYZEHIaG3?BxLv7zWz>J{RJ@Gwhs@MIE(VC=s zB!ObVcWSK^t_6NmsVC&C|Cpg(y5&XGuM@gZW2xb_czb3YxMHB~#L&Dq@?IzDi;=f% zRJq;&wRq!-H|t7DQ52tl85?%`d~^tzJO|1+gm|@(y7~Lc9x492gH?>l(FBTG3c)_1 zC24Z#MArzj9DtLCK9oqQPiPC=o-I)(iY5$p?c&


Vm4_6WC1{6R6o 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
Dj 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
Ut24FVu5z)27uK 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 lv-vZ!8*jyG++_lgBaTjb^-Uk-m9m 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

F!Uvw_>Yv)J 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"}mlU3!)Nb)!i% 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

    TI6TG02ZXe#`P- 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
  1. _G5>DG;Qu04J`N}(~UgmaK?4bl8uW#CR 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 z%0A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

    k~ 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%0A@V#@ad{WPx|#{|4W%$xh>cEEd+ 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 K|>q{vr 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

@@ -376,19 +376,19 @@

Stat
Generator

Rules
-

Adventures

+

Adventures

-

Books

+

Books

-

Quick
Reference

+

Quick
Reference

-

Conditions

+

Conditions

@@ -398,19 +398,19 @@

Conditions

Dungeon Masters
-

Bestiary

+

Bestiary

-

DM Screen

+

DM Screen

-

Loot
Generator

+

Loot
Generator

-

CR
Calculator

+

CR
Calculator

@@ -423,7 +423,7 @@

CR
Calculator

- + @@ -473,7 +473,7 @@

Disclaimer